37d6977d40da33d54d70b7721eb3ae6ab9f14b11
[claws.git] / ChangeLog
1 2006-09-21 [wwp]        2.4.0cvs208
2
3         * manual/fr/faq.xml
4                 Partial sync w/ 2.4.0cvs72:
5                 wrap file and minor updates.
6
7 2006-09-21 [wwp]        2.4.0cvs207
8
9         * tools/fix_date.sh
10                 several fixes and enhancements. A new --force switch has been
11                 added to prevent overriding by default Date: header when
12                 already existing.
13
14 2006-09-21 [paul]       2.4.0cvs206
15
16         * src/common/utils.c
17                 add Chinese UTF8 Re prefix
18
19 2006-09-21 [wwp]        2.4.0cvs205
20
21         * tools/Makefile.am
22                 Fics alfabettical order.
23
24 2006-09-21 [wwp]        2.4.0cvs204
25
26         * tools/fix_date.sh
27         * tools/Makefile.am
28                 Added an action tool to fix missing Date field in emails.
29                 Updated Makefile.am to reflect those last two additions.
30
31 2006-09-21 [wwp]        2.4.0cvs203
32
33         * tools/uuooffice
34                 Added a action tool to open uuencoded docs w/
35                 OpenOffice (based on uudec method).
36
37 2006-09-21 [colin]      2.4.0cvs202
38
39         * src/compose.c
40         * src/textview.c
41                 Workaround possible GTK crash: remove selection 
42                 clipboard before destroying widget, or GTK+-2.10
43                 dies. Thanks to Hiro.
44
45 2006-09-20 [colin]      2.4.0cvs201
46
47         * src/compose.c
48                 Fix free-after-use in some cases (when 
49                 procmime_encode_content() frees mimeinfo->data.mem
50                 and turns it to a temp file)
51
52 2006-09-20 [colin]      2.4.0cvs200
53
54         * src/folderview.c
55         * src/summaryview.c
56         * src/gtk/gtksctree.c
57         * src/gtk/gtksctree.h
58                 Add tooltips in the folderview and summaryview
59                 (Doesn't break string freeze as they already
60                 exist)
61         * src/toolbar.c
62                 Put the spam button in the default configuration
63                 if compiled with bogo plugin too
64
65 2006-09-19 [colin]      2.4.0cvs199
66
67         * src/summaryview.c
68         * src/summaryview.h
69                 Update folder name label on folder rename
70         * src/prefs_matcher.c
71         * src/gtk/logwindow.h
72                 Fix warnings
73                 Patches by Fabien
74
75 2006-09-19 [wwp]        2.4.0cvs198
76
77         * src/summary_search.c
78                 fix can't click forward/backward buttons in the
79                 search messages.
80
81 2006-09-18 [paul]       2.4.0cvs197
82
83         * src/wizard.c
84                 add missing bracket, capitalise the A of
85                 'SpamAssassin'
86
87 2006-09-18 [paul]       2.4.0cvs196
88
89         * src/compose.c
90                 fix bug 1012 'crashed upon sending mail
91                 from compose window'
92                 Thanks to Colin
93
94 2006-09-16 [colin]      2.4.0cvs195
95
96         * src/folderview.c
97                 Fix "real-time" sorting by freezing/thawing
98
99 2006-09-16 [colin]      2.4.0cvs194
100
101         * manual/faq.xml
102                 Fix the anti-spam entry a bit
103
104 2006-09-16 [colin]      2.4.0cvs193
105
106         * src/wizard.c
107                 Make sure reviewers have no excuse when stating
108                 Sylpheed-Claws doesn't have antispam capabilities.
109
110 2006-09-16 [colin]      2.4.0cvs192
111
112         * src/main.c
113                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
114                 as if the SIGPIPE comes from etpan's thread we could
115                 trigger a GUI update from this thread.
116
117 2006-09-16 [colin]      2.4.0cvs191
118
119         * src/summaryview.c
120                 Init all members of the struct
121
122 2006-09-16 [paul]       2.4.0cvs190
123
124         * src/account.c
125                 improvements to the English
126
127 2006-09-15 [colin]      2.4.0cvs189
128
129         * src/summaryview.c
130                 HIG order on dialog
131
132 2006-09-14 [colin]      2.4.0cvs188
133
134         * src/common/socket.c
135         * src/common/socket.h
136         * src/common/ssl.c
137         * src/common/ssl_certificate.c
138         * src/common/ssl_certificate.h
139         * src/etpan/imap-thread.c
140                 the get_fqdn() call done to get canonical name when
141                 checking an SSL certificate is blocking, which is
142                 sad as we just did a non-blocking lookup to connect.
143                 Fix that by letting the fqdn available to the SockInfo,
144                 and use that in ssl_certificate_check(). For IMAP,
145                 we don't do it as the lookup's done by libetpan, but
146                 it's less annoying as IMAP connections as much more
147                 rare than POP3 connections.
148
149 2006-09-14 [paul]       2.4.0cvs187
150
151         * manual/advanced.xml
152                 improvements to the English,
153                 properly place the new hidden options
154                 within the alphabetical order
155         * src/gtk/pluginwindow.c
156                 improvements to the English
157
158 2006-09-14 [colin]      2.4.0cvs186
159
160         * src/prefs_common.c
161         * src/prefs_common.h
162         * src/gtk/gtksctree.c
163         * manual/advanced.xml
164                 New hidden pref, stripes_color_offset, to change
165                 the value added/substracted to normal bgcolor to
166                 create the stripes in summaries
167
168 2006-09-13 [colin]      2.4.0cvs185
169
170         * src/gedit-print.c
171         * src/messageview.c
172         * src/messageview.h
173         * src/summaryview.c
174         * src/textview.c
175                 Fix misc. printing issues: 
176                 - Bad font for linkified headers
177                 - Different font if the mail was displayed or not
178                 - Factorize the thing
179
180 2006-09-13 [colin]      2.4.0cvs184
181
182         * src/common/ssl_certificate.c
183                 Only get FQDN once when checking certificate
184
185 2006-09-13 [colin]      2.4.0cvs183
186
187         * src/account.c
188         * src/gtk/pluginwindow.c
189                 Misc. GUI fixes by Fabien
190
191 2006-09-13 [wwp]        2.4.0cvs182
192
193         * configure.ac
194         * src/common/utils.h
195         * src/common/utils.c
196                 get rid of unused wide-char functions.
197
198 2006-09-13 [wwp]        2.4.0cvs181
199
200         * src/plugins/pgpinline/sylpheed.def
201         * src/textview.c
202                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
203                 add privacy_reset_error to the .def file,
204                 do not fork for an external textviewer.
205
206 2006-09-13 [wwp]        2.4.0cvs180
207
208         * src/prefs_common.c
209                 fix broken font entry in prefs (patch issued by the gpg4win team,
210                 probably by Marcus Brinkmann <marcus@g10code.de>).
211
212 2006-09-13 [colin]      2.4.0cvs179
213
214         * src/folder.h
215                 Fix a warning in summaryview.c
216         * src/mainwindow.c
217         * src/summaryview.c
218         * src/summaryview.h
219                 Add missing Mark/* elements in the
220                 main menu
221
222 2006-09-12 [colin]      2.4.0cvs178
223
224         * src/prefs_actions.c
225         * src/prefs_filtering_action.c
226         * src/prefs_matcher.c
227                 Use (New) instead of New everywhere
228
229 2006-09-12 [wwp]        2.4.0cvs177
230
231         * manual/fr/addrbook.xml
232         * manual/fr/handling.xml
233                 updated some quotes in the fr manual to match the fr translation.
234
235 2006-09-12 [wwp]        2.4.0cvs176
236
237         * src/prefs_matcher.c
238                 don't store translated string elements in matcher expressions.
239                 Also fixed a misused of Q_().
240
241 2006-09-11 [wwp]        2.4.0cvs175
242
243         * src/plugins//bogofilter/bogofilter.c
244         * src/plugins//clamav/clamav_plugin.c
245         * src/plugins//demo/demo.c
246         * src/plugins//dillo_viewer/dillo_viewer.c
247         * src/plugins//pgpcore/plugin.c
248         * src/plugins//pgpinline/plugin.c
249         * src/plugins//pgpmime/plugin.c
250         * src/plugins//spamassassin/spamassassin.c
251                 gettext-ize more strings (mostly plugin error messages).
252
253 2006-09-11 [colin]      2.4.0cvs174
254
255         * src/alertpanel.c
256                 Make maximum buffer size bigger to avoid
257                 truncating translated messages. Patch by
258                 Fabien
259
260 2006-09-11 [colin]      2.4.0cvs173
261
262         * src/etpan/imap-thread.c
263                 Fix compilation on OpenBSD, thanks to 
264                 Landry
265
266 2006-09-10 [wwp]        2.4.0cvs172
267
268         * manual/account.xml
269         * manual/addrbook.xml
270         * manual/handling.xml
271         * manual/es/handling.xml
272         * manual/fr/account.xml
273         * manual/fr/addrbook.xml
274         * manual/fr/handling.xml
275                 documented addressbook matching (condition configuration):
276                   addrbook.xml, en fr
277                 documented per-account filtering rules (handling/filtering
278                   section, account section):
279                   account.xml, handling.xml, en fr
280                 slightly updated the handling/searching section to tell few
281                   words about the extended search ability:
282                   handling.xml, en fr
283                 added missing <quote></quotes> to Quick Search:
284                   handling.xml, en fr es
285                 fixed a typo (auomatically):
286                   handling.xml, en
287                 changes revisited by Paul.
288
289 2006-09-10 [paul]       2.4.0cvs171
290
291         * src/prefs_actions.c
292         * src/prefs_filtering.c
293         * src/prefs_template.c
294                 adjustments to the gui
295                 Patch by Fabien Vantard (slightly modified)
296
297 2006-09-10 [colin]      2.4.0cvs170
298
299         * src/summaryview.c
300                 Check folderitem/summaryview consistency
301                 (basically automates Update summary). Fixes
302                 #1011 (wrong (negative) count on unread 
303                 messages)
304
305 2006-09-10 [colin]      2.4.0cvs169
306
307         * src/gtk/gtksctree.c
308                 Fix recursive expansion via mouse
309         * src/plugins/bogofilter/bogofilter.c
310                 Use normal filtering way of moving
311                 messages (batching), possibly fixing
312                 bug #1015 (Bogofilter plugin doubles 
313                 new messages)
314
315 2006-09-09 [wwp]        2.4.0cvs168
316
317         * src/prefs_filtering.c
318                 better place for this fix.
319
320 2006-09-09 [wwp]        2.4.0cvs167
321
322         * src/prefs_filtering.c
323                 fix a minor bug when the enabled status of a filtering/processing
324                 rule always got set to TRUE when replacing this rule. That still
325                 make sense when adding a new rule, but now when replacing, we
326                 don't override the value of 'enabled'.
327                 Also renamed the func prefs_filtering_list_view_get_rule_name()
328                 to prefs_filtering_list_view_get_info() as this function not only
329                 returns the name, but also the account_id and the enabled status.
330
331 2006-09-09 [mones]      2.4.0cvs166
332
333         * manual/glossary.xml
334         * manual/plugins.xml
335                 Minor format corrections
336         * manual/gpl.xml
337                 Fix misplaced NO WARRANTY section
338         * manual/es/advanced.xml
339         * manual/es/faq.xml
340         * manual/es/glossary.xml
341         * manual/es/gpl.xml
342         * manual/es/handling.xml
343         * manual/es/plugins.xml
344         * manual/es/starting.xml
345                 Incorporate changes from English version
346         * manual/fr/ack.xml
347         * manual/pl/ack.xml
348         * manual/es/ack.xml
349                 Fix address, (add translation credits in es version)
350         * po/es.po
351                 Updated translation
352
353 2006-09-09 [wwp]        2.4.0cvs165
354
355         * src/prefs_filtering.c
356                 fix a crash when opening filtering prefs, if matcherrc file contains
357                 broken data (non-existing account id, which is theoretically not
358                 possible).
359
360 2006-09-08 [colin]      2.4.0cvs164
361
362         * src/folder.c
363                 Wrong assert, make it an if()
364         * src/gtk/gtksctree.c
365                 Fix bug #1013 (expand selected thread 
366                 tree) - expanding is now recursive
367
368 2006-09-07 [wwp]        2.4.0cvs163
369
370         * src/prefs_matcher.c
371                 make better sentences about addressbook matching in the
372                 matcher prefs. This should make translators' work easier
373                 too.
374
375 2006-09-07 [wwp]        2.4.0cvs162
376
377         * src/prefs_filtering.c
378                 code simplification (get rid of dup var. assignment).
379
380 2006-09-07 [wwp]        2.4.0cvs161
381
382         * src/summaryview.c
383                 use GTK_STOCK icons when possible, patch by Fabien Vantard
384                 <fzzzzz@gmail.com>.
385
386 2006-09-07 [paul]       2.4.0cvs160
387
388         * src/mimeview.c
389                 fix compilation warnings
390                 Thanks to Colin
391
392 2006-09-07 [paul]       2.4.0cvs159
393
394         * src/mimeview.c
395                 select the mimepart icon when
396                 displaying as text
397                 Thanks to Colin
398
399 2006-09-06 [paul]       2.4.0cvs158
400
401         * src/prefs_filtering.c
402                 fix labels and table element spacing
403                 Patch by Fabien Vantard
404
405 2006-09-06 [paul]
406
407         2.5.0-rc3 released
408
409 2006-09-06 [paul]       2.4.0cvs157
410
411         * manual/es/advanced.xml
412                 fix typo
413
414 2006-09-06 [wwp]        2.4.0cvs156
415
416         * src/mainwindow.c
417                 fix an dup launch issue when iconified, thanks to Colin.
418
419 2006-09-06 [wwp]        2.4.0cvs155
420
421         * src/gtk//gtksctree.h
422                 oops, forgot that one!
423
424 2006-09-06 [wwp]        2.4.0cvs154
425
426         * manual/pl/advanced.xml
427         * manual/advanced.xml
428         * manual/es/advanced.xml
429         * manual/fr/advanced.xml
430         * src/prefs_customheader.c
431         * src/prefs_filtering_action.c
432         * src/foldersel.c
433         * src/prefs_summaries.c
434         * src/prefs_filtering.c
435         * src/account.c
436         * src/compose.c
437         * src/prefs_summary_column.c
438         * src/addr_compl.c
439         * src/prefs_actions.c
440         * src/prefs_folder_column.c
441         * src/ssl_manager.c
442         * src/prefs_template.c
443         * src/prefs_display_header.c
444         * src/prefs_common.h
445         * src/prefs_matcher.c
446         * src/prefs_common.c
447         * src/prefs_toolbar.c
448         * src/summaryview.c
449         * src/folderview.c
450         * src/gtk/gtksctree.c
451         * src/gtk/pluginwindow.c
452         * src/gtk/progressdialog.c
453         * src/gtk/prefswindow.c
454                 renamed hidden option enable_rules_hint to use_stripes_everywhere
455                 to make its meaning more obvious (all versions of the manual reflect
456                 the change).
457                 added an extra hidden option use_stripes_in_summary to allow
458                 discarding these stripes in mainwindow's folder and message lists;
459                 en and fr manuals only are OK towards this.
460
461 2006-09-06 [colin]      2.4.0cvs153
462
463         * src/textview.c
464                 Hide Sylpheed-Claws' internal queue headers
465                 when showing all headers. They'll be present
466                 only in Source window.
467
468 2006-09-05 [colin]      2.4.0cvs152
469
470         * src/plugins/trayicon/trayicon.c
471                 Fix crash at exit - we have to disconnect
472                 our handlers
473         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
474                 Update eggtrayicon - patch adapted from a
475                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
476                 on Sylpheed's ML
477
478 2006-09-05 [colin]      2.4.0cvs151
479
480         * src/mainwindow.c
481         * src/gtk/logwindow.c
482                 Fix race condition when something writes
483                 to the log too soon during init. Thanks
484                 to Fabien Vantard
485
486 2006-09-05 [colin]      2.4.0cvs150
487
488         * src/mimeview.c
489                 Don't select part on right-click either
490
491 2006-09-05 [paul]       2.4.0cvs149
492
493         * src/mimeview.c
494                 completion of previous commit
495                 Thanks to Colin
496
497 2006-09-05 [colin]      2.4.0cvs148
498
499         * src/mimeview.c
500                 Don't force selection on middle-click, just open
501
502 2006-09-04 [colin]      2.4.0cvs147
503
504         * src/mimeview.c
505                 Looks like gtk_notebook_set_current_page()
506                 sometimes steals focus, and this annoys us
507                 in MimeViewers as it renders navigation
508                 keys useless. Take back focus after switching
509                 pages.
510
511 2006-09-04 [colin]      2.4.0cvs146
512
513         * src/messageview.c
514                 Set stop_loading when clicking on Next
515                 during load. Don't add a callback to 
516                 avoid over-complicating things.
517
518 2006-09-04 [colin]      2.4.0cvs145
519
520         * src/mimeview.c
521         * src/messageview.c
522                 Fix multiple loads in separate messageview
523
524 2006-09-04 [colin]      2.4.0cvs144
525
526         * src/summaryview.c
527                 Let navigation keys be handled during 
528                 load
529
530 2006-09-04 [colin]      2.4.0cvs143
531
532         * src/messageview.c
533         * src/summaryview.c
534         * src/textview.c
535         * src/textview.h
536                 Make loading of huge mails (lots of text and/or
537                 images) cancellable, so the GUI doesn't block 
538
539 2006-09-04 [colin]      2.4.0cvs142
540
541         * src/plugins/trayicon/trayicon.c
542                 Fix annoyance when removing a folder with 
543                 unread mails: trayicon didn't update
544
545 2006-09-04 [paul]       2.4.0cvs141
546
547         * src/gtk/icon_legend.c
548                 straighten up columns
549                 Patch by Fabien Vantard
550
551 2006-09-04 [wwp]        2.4.0cvs140
552
553         * src/prefs_filtering.c
554                 fix new line's account name in filtering prefs:
555                 was "All", is now "(New)".
556
557 2006-09-04 [paul]       2.4.0cvs139
558
559         * tools/make.themes.project
560                 use "AUTOMAKE_OPTIONS = dist-bzip2"
561                 instead of homebrewed "make release"
562
563 2006-09-03 [colin]      2.4.0cvs138
564
565         * src/folderview.c
566                 Fix bug #1007 (Wrong folder highlighted)
567
568 2006-09-03 [colin]      2.4.0cvs137
569
570         * src/compose.c
571                 Don't set Newsgroup: header to a mail folder
572                 path
573
574 2006-09-03 [paul]       2.4.0cvs136
575
576         * src/prefs_other.c
577         * src/prefs_spelling.c
578                 unify the gui
579
580 2006-09-03 [paul]       2.4.0cvs135
581
582         * src/prefs_summaries.c
583                 correct menu item text in prefs_keybind_apply_clicked()
584
585 2006-09-03 [paul]       2.4.0cvs134
586
587         * manual/advanced.xml
588                 some improvements to the descriptions
589         * src/mainwindow.c
590         * src/messageview.c
591         * src/summaryview.c
592         * src/gtk/menu.c
593                 fix menu sensitivity issues
594         * src/prefs_message.c
595                 drop the useless word 'short'
596         * src/prefs_other.c
597                 add the word 'lines' indicating log length
598                 is a measure of lines
599         * src/textview.c
600                 fix compilation warnings
601
602 2006-09-02 [colin]      2.4.0cvs133
603
604         * src/messageview.c
605                 Display a special return-receipt message
606                 if the message is from the user
607         * src/summaryview.c
608                 Fix missing freeze of the list when marking
609                 all read and unthreading for exec. Thanks
610                 to Stephan Sachse.
611
612 2006-09-02 [paul]       2.4.0cvs132
613
614         * src/mainwindow.c
615         * src/prefs_message.c
616         * src/summaryview.c
617                 fix some english
618
619 2006-09-02 [wwp]        2.4.0cvs131
620
621         * src/prefs_filtering.c
622                 added an account name column to the filtering rules
623                 dialog.
624
625 2006-09-02 [colin]      2.4.0cvs130
626
627         * src/gtk/logwindow.c
628         * src/gtk/logwindow.h
629                 Block scrolling if we're not at the end
630                 of the log
631
632 2006-09-02 [colin]      2.4.0cvs129
633
634         * src/folder.c
635                 Make sure account-specific rules can't
636                 be used in {pre-,post-,}processing
637         * src/mainwindow.c
638         * src/gtk/logwindow.c
639         * src/gtk/logwindow.h
640                 Jump to last error when clicking on the
641                 warning icon
642
643 2006-09-02 [colin]      2.4.0cvs128
644
645         * src/imap.c
646         * src/import.c
647         * src/mainwindow.c
648         * src/mainwindow.h
649                 Fix warning icon
650         * src/inc.c
651         * src/mbox.c
652         * src/mbox.h
653                 Let proc_mbox know its account, for
654                 account-specific rules
655
656 2006-09-01 [colin]      2.4.0cvs127
657
658         * src/codeconv.c
659                 Don't uselessly use iconv to convert from
660                 us-ascii
661         * src/alertpanel.c
662         * src/mainwindow.c
663         * src/mainwindow.h
664         * src/inc.c
665                 Fix certain log cases, disable warning icon
666                 for now, the correct way to display it when
667                 necessary and only when necessary is probably
668                 to do it manually rather than use error logs
669         * src/etpan/imap-thread.c
670                 Clean up UID logging a bit
671         * src/gtk/logwindow.c
672         * src/gtk/logwindow.h
673                 Make logging faster when the window's closed
674
675 2006-09-01 [wwp]        2.4.0cvs126
676
677         * manual/fr/account.xml
678                 reflect changes to the ref. manual (parts of cvs72):
679                 fix tabnames and quotes.
680
681 2006-09-01 [wwp]        2.4.0cvs125
682
683         * manual/fr/plugins.xml
684                 reflect changes to the reference manual (cvs42):
685                 update IRC channel info.
686
687 2006-09-01 [wwp]        2.4.0cvs124
688
689         * commitHelper
690                 use CVSEDITOR env. var. if set, according to `man cvs`.
691
692 2006-09-01 [wwp]        2.4.0cvs123
693
694         * manual/advanced.xml
695                 better sentence again (thanks to Paul).
696
697 2006-09-01 [wwp]        2.4.0cvs122
698
699         * manual/advanced.xml
700         fix definition of toolbar_detachable and rework a bit the one of
701         enable_dotted_lines.
702
703 2006-09-01 [mones]      2.4.0cvs121
704
705         * manual/advanced.xml
706                 Document enable_dotted_lines
707
708 2006-09-01 [paul]       2.4.0cvs120
709
710         * src/folderview.c
711         * src/folderview.h
712         * src/imap.c
713         * src/mainwindow.c
714         * src/summaryview.c
715                 obey the 'When entering folder...' option
716                 when using the /View/Go to/... menu items
717                 Thanks to Colin
718
719 2006-08-31 [colin]      2.4.0cvs119
720
721         * src/folderview.c
722                 Revert 2.4.0cvs116, wrong fix.
723
724 2006-08-31 [colin]      2.4.0cvs118
725
726         * src/gtk/gtksctree.c
727                 Better state the various copyrights
728
729 2006-08-31 [colin]      2.4.0cvs117
730
731         * src/prefs_common.c
732                 fix enable_dotted_lines
733
734 2006-08-31 [colin]      2.4.0cvs116
735
736         * src/folderview.c
737                 Use pref "Always open on select" when going
738                 to next unread folder
739         * src/gtk/gtksctree.c
740                 Fix link failure to _gtk_clist_create_cell_layout
741                 on certain computers. (Why not mine, I wonder)
742
743 2006-08-31 [colin]      2.4.0cvs115
744
745         * src/procmsg.c
746         * src/textview.c
747         * src/plugins/bogofilter/bogofilter.c
748         * src/plugins/spamassassin/spamassassin.c
749                 Requalify some "errors" to warnings
750         * src/mainwindow.c
751         * src/mainwindow.h
752         * src/statusbar.c
753                 Add an icon in the statusbar to notify
754                 of errors
755         * src/gtk/gtksctree.c
756         * src/folderview.c
757         * src/summaryview.c
758                 Make the GtkSCTree look more modern by
759                 alternating background lines
760         * src/prefs_common.c
761         * src/prefs_common.h
762                 Add a pref to let people have the old
763                 way if they prefer
764
765
766 2006-08-30 [colin]      2.4.0cvs114
767
768         * src/procmsg.c
769         * src/procmsg.h
770                 Provide a way to filter a list of
771                 messages in an optimised manner, and
772                 add a list-filtering hook
773         * src/folder.c
774         * src/inc.c
775         * src/mbox.c
776                 Use the list filtering
777         * src/plugins/bogofilter/bogofilter.c
778                 Use the list-filtering hook
779                 Use -b (bulk) mode for more speed
780                 when learning and filtering
781         * src/etpan/imap-thread.c
782                 Make log output shorter in UID SEARCH
783
784
785 2006-08-30 [colin]      2.4.0cvs113
786
787         * src/plugins/bogofilter/bogofilter.c
788                 Really fast mass learning - thanks to David
789                 Relson for the options explanations :)
790
791 2006-08-30 [colin]      2.4.0cvs112
792
793         * src/msgcache.c
794                 Fix compilation on FreeBSD. Thanks
795                 to Michael Hugues
796
797 2006-08-29 [colin]      2.4.0cvs111
798
799         * src/folderview.c
800                 Handle "popup_menu" signal (for popping the 
801                 menu via the keyboard)
802         * src/mimeview.c
803         * src/mimeview.h
804         * src/summaryview.c
805         * src/textview.c
806         * src/gtk/gtkutils.c
807         * src/gtk/gtkutils.h
808                 Factorize scrolling code, and add an API 
809                 for MimeViewers to handle scroll orders
810
811 2006-08-29 [wwp]        2.4.0cvs110
812
813         * src/plugins//bogofilter/bogofilter.c
814         * src/plugins//spamassassin/spamassassin.c
815                 make the bogofilter/spamassassin filtering error dialogs at
816         incorporation obey to the "don't popup error dialog on
817         receive error" option. If disabled, feed the log window w/
818         the error message.
819
820 2006-08-29 [paul]
821
822         2.5.0-rc2 released
823
824 2006-08-29 [paul]       2.4.0cvs109
825
826         * Makefile.am
827                 remove 'make release', it's not needed
828                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
829
830 2006-08-29 [paul]       2.4.0cvs108
831
832         * src/foldersel.c
833         * src/summary_search.c
834         * src/gtk/progressdialog.c
835         * src/plugins/pgpcore/passphrase.c
836                 replace deprecated gtk_window_set_policy()
837
838 2006-08-29 [colin]      2.4.0cvs107
839
840         * src/folder.c
841                 Fix data loss when copy fails during a move:
842                 only use fast remove_msgs if everything was
843                 copied OK; else use slow remove_msg on the
844                 mails that got copied only.
845
846 2006-08-28 [paul]       2.4.0cvs106
847
848         * src/mh.c
849                 revert change in 2.4.0cvs104, it breaks
850                 stuff
851
852 2006-08-28 [paul]       2.4.0cvs105
853
854         * src/plugins/spamassassin/spamassassin.c
855                 english fix
856
857 2006-08-28 [paul]       2.4.0cvs104
858
859         * src/mh.c
860                 fix data loss when moving to another
861                 mailbox fails
862         * src/prefs_spelling.c
863                 improve the english
864         * src/gtk/pluginwindow.c
865                 improve the layout of the dialog text
866         All thanks to Colin
867
868 2006-08-28 [paul]       2.4.0cvs103
869
870         * src/plugins/bogofilter/bogofilter.c
871         * src/plugins/bogofilter/bogofilter_gtk.c
872                 fix english up a bit, innit
873
874 2006-08-28 [paul]       2.4.0cvs102
875
876         * configure.ac
877         * po/Makefile.in.in
878         * po/Makevars
879                 require autoconf 2.60, enabling building
880                 with gettext 0.15 (gettext 0.14.x build still
881                 possible). Replace Makefiles with versions
882                 from gettext 0.15.
883                 Remove configure options --with-localedir and
884                 --with-mandir. The options that are provided
885                 directly by autoconf 2.60 can be used instead:
886                 --mandir --localedir
887
888 2006-08-27 [colin]      2.4.0cvs101
889
890         * src/plugins/bogofilter/Makefile.am
891                 Fix make dist (no README)
892
893 2006-08-27 [colin]      2.4.0cvs100
894
895         * src/folder.c
896                 Don't use F_UNKNOWN folders for any default
897                 outbox/trash/etc
898         * src/plugins/bogofilter/bogofilter.c
899         * src/plugins/bogofilter/bogofilter.h
900         * src/plugins/bogofilter/bogofilter_gtk.c
901                 Add an option to specify the path to bogofilter
902                 Use single-quotes to be able to learn in folders
903                 with spaces in their names
904                 Verify learning status
905
906 2006-08-27 [colin]      2.4.0cvs99
907
908         * manual/faq.xml
909         * manual/plugins.xml
910                 Document Bogofilter plugin
911
912 2006-08-27 [colin]      2.4.0cvs98
913
914         * src/compose.c
915         * src/messageview.c
916         * src/procmsg.c
917         * src/procmsg.h
918                 When possible, copy the queued mail to sent folder
919                 instead of re-adding. Much faster on IMAP.
920
921 2006-08-27 [colin]      2.4.0cvs97
922
923         * src/msgcache.c
924                 Disable mmaped caches - huge metadata loss
925                 here after a power failure.
926         * src/summaryview.c
927                 Add quicksearch timing
928         * src/common/plugin.c
929         * src/common/plugin.h
930                 Implement an interface to tell what plugins
931                 provide. Prevent loading of similar plugins.
932         * src/plugins/clamav/clamav_plugin.c
933         * src/plugins/demo/demo.c
934         * src/plugins/dillo_viewer/dillo_viewer.c
935         * src/plugins/pgpcore/plugin.c
936         * src/plugins/pgpinline/pgpinline.c
937         * src/plugins/pgpmime/pgpmime.c
938         * src/plugins/spamassassin/spamassassin.c
939         * src/plugins/trayicon/trayicon.c
940                 Implement plugin_provides()
941
942 2006-08-27 [colin]      2.4.0cvs96
943
944         * configure.ac
945         * src/plugins/Makefile.am
946         * src/plugins/bogofilter/.cvsignore
947         * src/plugins/bogofilter/Makefile.am
948         * src/plugins/bogofilter/bogofilter.c
949         * src/plugins/bogofilter/bogofilter.h
950         * src/plugins/bogofilter/bogofilter_gtk.c
951                 New Bogofilter plugin, provides filtering and
952                 learning. Spamassassin will go to extra plugins.
953
954 2006-08-26 [mones]      2.4.0cvs95
955
956         * manual/handling.xml
957                 Fix subfolder path in the example (thanks to Paul) 
958
959 2006-08-26 [mones]      2.4.0cvs94
960
961         * manual/glossary.xml
962                 2.2. + add ISP to the glossary
963                 7.5. + Add UIDL to glossary
964                 7.7. + Add TCP to glossary
965         * manual/handling.xml
966                 7.1. + Mentions GNU/Linux distribution, what about the non...
967                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
968                 7.3. + Mentions .bashrc, what about the non-bash ones? 
969                 7.4. = Use appropriate quotation for commands
970                 7.6. = change "" to <quote></quote>
971         * manual/plugins.xml
972                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
973         * manual/starting.xml
974                 2.1. + local mbox file: some examples of mbox file locations...
975                 Also reformatted files requiring it
976
977 2006-08-26 [wwp]        2.4.0cvs93
978
979         * src/summary_search.c
980                 disable find buttons while summary search is running.
981
982 2006-08-25 [colin]      2.4.0cvs92
983
984         * src/folder.c
985         * src/folderutils.c
986         * src/mh.c
987         * src/procmsg.h
988         * src/summaryview.c
989                 Speed up MH moving, and add progressbar
990                 for MH deletion
991         * src/msgcache.c
992                 Write cache files using mmap() too
993
994 2006-08-25 [wwp]        2.4.0cvs91
995
996         * src/summaryview.c
997                 switch spam<->ham button when a message has been marked as spam or ham
998                 and is still selected. Thanks to Colin.
999
1000 2006-08-25 [paul]       2.4.0cvs90
1001
1002         * src/Makefile.am
1003         * src/stock_pixmap.c
1004         * src/stock_pixmap.h
1005         * src/summaryview.c
1006         * src/gtk/icon_legend.c
1007         * src/pixmaps/copied.xpm
1008         * src/pixmaps/moved.xpm
1009                 add icons for delayed execution marked for
1010                 copying, marked for moving
1011
1012 2006-08-25 [mones]      2.4.0cvs89
1013
1014         * manual/glossary.xml
1015                 Fix the other glossary items:
1016                 5.1. = Inmmediate execution -> <quote>immediate execution...
1017                 5.2. = Fix MBOX capitalization -> Mbox
1018                 5.3. + Improve Plugins def. w/ tech. ref.
1019                 5.4. = Quotation -> replace '>' by <quote>></quote>
1020                 5.5. - SMTP Server. -> remove dot
1021         * po/es.po
1022                 Updated translation
1023
1024 2006-08-25 [mones]      2.4.0cvs88
1025
1026         * manual/ack.xml
1027                 Reformatted, changed email address
1028         * manual/glossary.xml
1029                 Reformatted, fixed MANUAL-TODO items:
1030                 8.2. + add ROT-13 to glossary
1031                 8.4. + add URL to glossary
1032         * manual/es/advanced.xml
1033                 Fixed <literal>s
1034
1035 2006-08-25 [paul]       2.4.0cvs87
1036
1037         * src/gtk/icon_legend.c
1038                 add 'marked for deletion' icon
1039                 arrange icons by containing column
1040                 wrap long label text
1041
1042 2006-08-25 [colin]      2.4.0cvs86
1043
1044         * src/common/utils.c
1045         * src/common/utils.h
1046                 Add the sc_g_*list_bigger functions in
1047                 a place everyone can use it
1048         * src/summaryview.c
1049                 Only freeze/thaw the list when working
1050                 on the selection, if it's bigger than 1
1051         * src/gtk/gtksctree.c
1052                 Only freeze/thaw the list when unselec-
1053                 ting 'all' if ('all' != 1)
1054                 This avoids some flickering
1055
1056 2006-08-24 [colin]      2.4.0cvs85
1057
1058         * src/addressbook.c
1059                 Fix strange list selection
1060                 Fix random seg (Invalid read of freed memory)
1061
1062 2006-08-24 [colin]      2.4.0cvs84
1063
1064         * src/alertpanel.c
1065         * src/gtk/inputdialog.c
1066         * src/plugins/pgpcore/passphrase.c
1067                 Revert minimal width patch of 2.4.0cvs67,
1068                 as it is also a maximal width. Use 
1069                 gtk_window_set_default_size instead.
1070
1071 2006-08-24 [colin]      2.4.0cvs83
1072
1073         * src/msgcache.c
1074                 Write cache/mark to temp files before
1075                 overwriting old ones (avoids metadata
1076                 loss if writing the new files fail).
1077                 Use mmap() to read cache/mark file, as
1078                 this makes cache reading faster. Dis-
1079                 abled for big-endian machines until it
1080                 can be tested. (Big-endian users: set
1081                 msgcache_use_mmap = TRUE in the relevant
1082                 #if).
1083         * src/procmsg.h
1084                 Move rarely used fields of MsgInfo in 
1085                 another structure, which will only be
1086                 allocated if needed. Face, X-Face,
1087                 Return receipt headers and List-*
1088                 headers are moved. Mails having none
1089                 of these occupy 52 bytes less with
1090                 this patch, which makes 2.5MB of RAM
1091                 saved on a 50k folder).
1092         * src/headerview.c
1093         * src/mainwindow.c
1094         * src/messageview.c
1095         * src/partial_download.c
1096         * src/procheader.c
1097         * src/procmsg.c
1098         * src/textview.c
1099                 Follow this structure change.
1100
1101 2006-08-24 [wwp]        2.4.0cvs82
1102
1103         * manual/es/.cvsignore
1104         * manual/es/dist/.cvsignore
1105         * manual/es/dist/html/.cvsignore
1106         * manual/es/dist/pdf/.cvsignore
1107         * manual/es/dist/ps/.cvsignore
1108         * manual/es/dist/txt/.cvsignore
1109                 more (generated) files to ignore.
1110
1111 2006-08-24 [colin]      2.4.0cvs81
1112
1113         * src/folder.c
1114         * src/mh.c
1115                 Fix possible problems with local delivery. Check the folder doesn't
1116                 need scan before setting its mtime when saving cache (which can be
1117                 done long after the folder's been modified by an external process);
1118                 Check that the stored item's mtime didn't change in mh functions.
1119
1120 2006-08-24 [mones]      2.4.0cvs80
1121
1122         * manual/advanced.xml
1123                 Rewrapping, some fixes and MANUAL-TODO items:
1124                 8.1. = change "" to <quote></quote>
1125                 8.3. = quote menu items
1126                 8.5. - deploying -> new user ... ideally a new user (redundant)
1127
1128 2006-08-23 [colin]      2.4.0cvs79
1129
1130         * src/gtk/gtksctree.c
1131                 When selecting or deselecting range, only
1132                 freeze/thaw when selection is bigger than 10
1133
1134 2006-08-23 [colin]      2.4.0cvs78
1135
1136         * src/messageview.c
1137         * src/mimeview.c
1138         * src/mimeview.h
1139         * src/plugins/dillo_viewer/dillo_viewer.c
1140                 Provide an API for MimeViewer plugins to
1141                 return a text selection for replying
1142
1143 2006-08-23 [colin]      2.4.0cvs77
1144
1145         * src/image_viewer.c
1146         * src/textview.c
1147                 Use gtk_pixbuf_new_from_file_at_scale(), which
1148                 is faster than getting the pixbuf then resizing
1149                 it.
1150
1151 2006-08-23 [colin]      2.4.0cvs76
1152
1153         * src/procmime.c
1154                 UTF-8 should be sent Quoted-printable
1155
1156 2006-08-22 [colin]      2.4.0cvs75
1157
1158         * src/mh.c
1159                 Check if scan is required before touching
1160                 the folder (or it'll be required every time)
1161
1162 2006-08-22 [colin]      2.4.0cvs74
1163
1164         * configure.ac
1165                 Require libetpan 0.46 (crasher fix when built
1166                 against gnutls)
1167
1168 2006-08-22 [colin]      2.4.0cvs73
1169
1170         * src/folder.c
1171                 Set folder's mtime after writing its
1172                 cache
1173         * src/folderview.c
1174                 Add some timing
1175         * src/procmsg.c
1176                 Don't do useless stuff if we don't 
1177                 thread by subject
1178         * src/summaryview.c
1179                 Add some timing, don't deselect prior
1180                 to selecting (gtksctree does it itself),
1181                 remove crash avoidance hacks as it's been
1182                 properly fixed since a while
1183         * src/common/utils.c
1184                 Optimize to_human_readable(): _() is slow,
1185                 do it only once, and avoid %f format for KB
1186                 (the most common in a summaryview)
1187         * src/gtk/gtksctree.c
1188                 Don't uselessly freeze/thaw (fixes flicker
1189                 on next unread and friends), reduce number
1190                 of g_list_nth/g_list_position where possible
1191         * src/gtk/gtkutils.c
1192         * src/gtk/gtkutils.h
1193                 Reduce number of g_list_nth/g_list_position
1194                 where possible.
1195                 All of this makes loading as 70k folder 2.1
1196                 seconds instead of 3.2 (with hot FS caches).
1197                 (1.3 seconds without Date and Size columns...)
1198
1199 2006-08-22 [paul]       2.4.0cvs72
1200
1201         wrap documents and do some items from mones' MANUAL-TODO:
1202
1203         * manual/account.xml
1204                 4.1. = fix tabname references to <quote>tabname</quote>
1205                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1206         * manual/faq.xml
1207                 1.1. = mentioned options don't match UI
1208                 Add information about the 'Never send Return Receipts'
1209                 option
1210         * manual/handling.xml
1211                 6.2. = Mentions Extended symbols button, but now is
1212                 named Information
1213                 6.3. = Mentions ... button, which is now Edit
1214
1215 2006-08-22 [colin]      2.4.0cvs71
1216
1217         * src/gtk/pluginwindow.c
1218                 Fix layout in verbose translations (such
1219                 as french)
1220
1221 2006-08-22 [paul]       2.4.0cvs70
1222
1223         * manual/Makefile.am
1224                 build manuals in alphabetical order
1225         * src/addressbook.c
1226         * src/prefs_themes.c
1227                 replace/remove deprecated symbols
1228         * src/gtk/gtkutils.c
1229                 fix a warning
1230         * src/gtk/pluginwindow.c
1231                 replace deprecated symbol
1232                 replace label text and move it
1233         * src/plugins/pgpcore/prefs_gpg.c
1234                 move the 'Generate...' button out of the
1235                 Sign Key frame, replace the English used
1236         * src/plugins/pgpcore/sgpgme.c
1237                 fixes to the English
1238
1239 2006-08-21 [colin]      2.4.0cvs69
1240
1241         * src/plugins/trayicon/trayicon.c
1242                 Add more strings for translation; patch
1243                 by Pawel
1244
1245 2006-08-21 [colin]      2.4.0cvs68
1246
1247         * src/compose.c
1248                 fix replied flag not set after drafting
1249         * src/matcher.c
1250                 fix body quicksearch in non-encoded bodies
1251                 containing '='
1252         * src/msgcache.c
1253                 Get rid of the g_malloc workaround for
1254                 corrupted caches, use g_try_malloc
1255
1256 2006-08-21 [colin]      2.4.0cvs67
1257
1258         * src/alertpanel.c
1259         * src/gtk/inputdialog.c
1260         * src/plugins/pgpcore/passphrase.c
1261                 Set minimal width to 375
1262         * src/mainwindow.c
1263                 Fix switching to offline, asking if it 
1264                 should be overriden for synchronising
1265         * src/mimeview.c
1266                 Don't offer to remember command on Open 
1267                 with for text parts, as the browser or 
1268                 text editor command isn't changed from 
1269                 there
1270
1271 2006-08-20 [paul]       2.4.0cvs66
1272
1273         * po/ko.po
1274         * po/zh_CN.po
1275                 fix plural form errors. revealed by stricter
1276                 checking of gettext 0.15
1277
1278 2006-08-18 [paul]       2.4.0cvs65
1279
1280         * src/stock_pixmap.c
1281                 fix the fix of 2.4.0cvs64
1282                 Thanks to Colin
1283
1284 2006-08-18 [paul]       2.4.0cvs64
1285
1286         * src/stock_pixmap.c
1287                 fix leaks
1288                 Thanks to Colin
1289
1290 2006-08-18 [paul]       2.4.0cvs63
1291
1292         * src/compose.c
1293         * src/procmsg.c
1294                 fix occasional IMAP bug where large msgs
1295                 were left in the queue folder after sending
1296                 Thanks to Colin
1297
1298 2006-08-18 [paul]       2.4.0cvs62
1299
1300         * src/folderview.c
1301                 freeze the summaryview while quicksearch results
1302                 are displayed
1303                 (fixes bug 456 'current message is hidden when the
1304                 view is refreshed and extended search is "unread 
1305                 messages"')
1306                 Thanks to Colin
1307         * src/textview.c
1308                 add missing #include "inputdialog.h"
1309         * src/common/utils.h
1310                 add missing mailcap_update_default() and improve
1311                 readability
1312
1313 2006-08-17 [colin]      2.4.0cvs61
1314
1315         * src/plugins/pgpcore/select-keys.c
1316                 Fix warnings :)
1317
1318 2006-08-17 [colin]      2.4.0cvs60
1319
1320         * src/compose.c
1321                 Don't continue queuing if Cancel is clicked
1322                 in select-keys
1323
1324 2006-08-17 [colin]      2.4.0cvs59
1325
1326         * src/plugins/pgpcore/select-keys.c
1327                 When encrypting, if only one key matches and it 
1328                 matches exactly, automatically use it.
1329
1330 2006-08-17 [colin]      2.4.0cvs58
1331
1332         * src/mimeview.c
1333         * src/prefs_common.c
1334         * src/prefs_common.h
1335         * src/prefs_ext_prog.c
1336         * src/textview.c
1337                 Fix issues with previous patch (text/html)
1338                 Remove outdated prefs
1339
1340 2006-08-17 [colin]      2.4.0cvs57
1341
1342         * src/imap.c
1343                 Add View Log button on auth error
1344         * src/procmsg.c
1345                 Fix encrypted mail marked as new when
1346                 saved in normal folders
1347         * src/plugins/pgpinline/pgpinline.c
1348                 Fix encrypt bug on IMAP
1349         * src/mimeview.c
1350         * src/common/utils.c
1351         * src/common/utils.h
1352         * src/gtk/inputdialog.c
1353         * src/gtk/inputdialog.h
1354                 Get rid of metamail stuff, simplify
1355                 opening, and allow remembering of user's
1356                 choices (by updating ~/.mailcap). There's
1357                 still to drop "Audio player" and "Image
1358                 viewer" preferences.
1359
1360 2006-08-17 [mones]      2.4.0cvs56
1361
1362         * manual/es/sylpheed-claws-manual.xml
1363                 fix DTD path
1364
1365 2006-08-17 [mones]      2.4.0cvs55
1366
1367         * configure.ac
1368         * manual/Makefile.am
1369         * manual/es/Makefile.am
1370         * manual/es/account.xml
1371         * manual/es/ack.xml
1372         * manual/es/addrbook.xml
1373         * manual/es/advanced.xml
1374         * manual/es/faq.xml
1375         * manual/es/glossary.xml
1376         * manual/es/gpl.xml
1377         * manual/es/handling.xml
1378         * manual/es/intro.xml
1379         * manual/es/keyboard.xml
1380         * manual/es/plugins.xml
1381         * manual/es/starting.xml
1382         * manual/es/sylpheed-claws-manual.xml
1383         * manual/es/dist/Makefile.am
1384         * manual/es/dist/html/Makefile.am
1385         * manual/es/dist/pdf/Makefile.am
1386         * manual/es/dist/ps/Makefile.am
1387         * manual/es/dist/txt/Makefile.am
1388                 Spanish translation for the manual
1389
1390 2006-08-16 [colin]      2.4.0cvs54
1391
1392         * src/compose.c
1393         * src/main.c
1394         * src/mainwindow.c
1395                 Fix send button sensitivity at startup
1396                 Set send menu sensitivity (patch by Fabien)
1397         * src/ssl_manager.c
1398                 Enable closing with esc (patch by Fabien)
1399         * src/gtk/foldersort.c
1400                 Enable closing with esc (patch by Fabien)
1401         * src/procmime.c
1402                 Optimisation (no need to copy to tempfile to
1403                 "decode" 7bit and 8bit)
1404         * src/summaryview.c
1405                 Fix cruft in swap_from case
1406         * src/textview.c
1407                 Fix missing last line in some mail cases 
1408                 (Fixes debian #381872)
1409         * src/plugins/pgpcore/prefs_gpg.c
1410         * src/plugins/pgpcore/sgpgme.c
1411         * src/plugins/pgpcore/sgpgme.h
1412                 Don't show "no key found" when user explicitely
1413                 wants to create a key
1414
1415 2006-08-16 [paul]       2.4.0cvs53
1416
1417         * configure.ac
1418         * src/account.c
1419         * src/addressbook.c
1420         * src/headerview.c
1421         * src/prefs_account.c
1422         * src/prefs_message.c
1423         * src/gtk/gtkutils.c
1424                 bump up minimum required versions of GTK+ and
1425                 GLIB to 2.6.0
1426
1427 2006-08-16 [paul]       2.4.0cvs52
1428
1429         * src/toolbar.c
1430                 workaround GTK+ Bug 351600 - 'Can't re-click
1431                 on button after sensitivity update'
1432                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1433                 Thanks to Colin
1434
1435 2006-08-15 [colin]      2.4.0cvs51
1436
1437         * src/plugins/pgpcore/prefs_gpg.c
1438                 Set options sensitivity according to
1439                 key existence
1440         * src/plugins/pgpcore/sgpgme.c
1441                 Allow to create key with no passphrase
1442
1443 2006-08-14 [cleroy]     2.4.0cvs50
1444
1445         * src/gtk/pluginwindow.c
1446                 New layout (maybe to be changed?)
1447         * src/gtk/gtkutils.c
1448                 Fix a bit label_window
1449         * src/plugins/pgpcore/passphrase.c
1450         * src/plugins/pgpcore/passphrase.h
1451         * src/plugins/pgpcore/plugin.c
1452         * src/plugins/pgpcore/prefs_gpg.c
1453         * src/plugins/pgpcore/prefs_gpg.h
1454         * src/plugins/pgpcore/sgpgme.c
1455         * src/plugins/pgpcore/sgpgme.h
1456                 Allow to create a PGP private key via the GUI
1457
1458 2006-08-14 [wwp]        2.4.0cvs49
1459
1460         * src/addressbook_foldersel.c
1461                 fix strict ISO C90 compliance.
1462
1463 2006-08-14 [paul]       2.4.0cvs48
1464
1465         * src/gtk/prefswindow.c
1466                 re-set scrolled window on opening
1467                 Patch by Ticho
1468
1469 2006-08-14 [paul]
1470
1471         2.5.0-rc1 released
1472
1473 2006-08-14 [paul]       2.4.0cvs47
1474
1475         * src/prefs_display_header.c
1476                 re-enable user-defined Displayed Headers
1477
1478 2006-08-14 [paul]       2.4.0cvs46
1479
1480         * src/prefs_account.c
1481                 use GTK_STOCK_EDIT
1482
1483 2006-08-13 [colin]      2.4.0cvs45
1484
1485         * src/common/utils.c
1486                 Fix "a" in quote when the original message is empty,
1487                 by using \0 instead of 'a' to test writability of
1488                 temp files.
1489
1490 2006-08-13 [wwp]        2.4.0cvs44
1491
1492         * src/plugins/spamassassin/spamassassin.c
1493                 fix capitalization of "SpamAssassin" in some debug, log and
1494                 dialog messages.
1495
1496 2006-08-13 [paul]       2.4.0cvs43
1497
1498         * src/editldap.c
1499                 fix overlapping widgets
1500         * src/prefs_account.c
1501                 fix translation of protocol_names[]
1502                 fix label disappearing off the edge of the
1503                 visible area
1504
1505 2006-08-12 [paul]       2.4.0cvs42
1506
1507         * manual/plugins.xml
1508                 update IRC channel info before it gets forgotten
1509                 about
1510
1511 2006-08-11 [colin]      2.4.0cvs41
1512
1513         * src/compose.c
1514         * src/mainwindow.c
1515         * src/mainwindow.h
1516         * src/procmsg.c
1517         * src/procmsg.h
1518         * src/summaryview.c
1519         * src/toolbar.c
1520                 Grey out the Send button if
1521                 - Queue folders are empty, or
1522                 - We're sending already
1523
1524 2006-08-11 [wwp]        2.4.0cvs40
1525
1526         * src/main.c
1527                 fix a logic issue when quitting while a compose window is
1528                 still open, thanks to Colin.
1529
1530 2006-08-10 [colin]      2.4.0cvs39
1531
1532         * src/main.c
1533                 Fix default font size setting after wizard run
1534         * src/imap.c
1535         * src/etpan/imap-thread.c
1536         * src/etpan/imap-thread.h
1537                 Fix bug #999 (Timing out on TSL cert validation 
1538                 dialog makes ugly things happen). Also, STARTTLS
1539                 unconditionnaly if initial capabilities contain
1540                 LOGINDISABLED and STARTTLS.
1541
1542 2006-08-09 [colin]      2.4.0cvs38
1543
1544         * src/mainwindow.c
1545         * src/mainwindow.h
1546                 Fix Tools/Actions sensitivity when there are
1547                 no actions
1548
1549 2006-08-09 [colin]      2.4.0cvs37
1550
1551         * src/prefs_filtering.c
1552                 Warning fix, patch by Paul
1553         * src/messageview.c
1554         * src/prefs_actions.c
1555         * src/prefs_filtering_action.c
1556         * src/prefs_matcher.c
1557                 Uniformisation of "Info ..." to "Info..." (for
1558                 old gtk), patch by Fabien
1559         * src/plugins/clamav/clamav_plugin_gtk.c
1560                 Sensitivity fix by Fabien
1561
1562 2006-08-09 [colin]      2.4.0cvs36
1563
1564         * src/main.c
1565         * src/main.h
1566                 Add a function to know whether we're exiting
1567         * src/plugins/trayicon/trayicon.c
1568                 If exiting, don't do anything. Faster, and
1569                 avoids gtk_main_iteration reentracy causing
1570                 segfaults at exit
1571
1572 2006-08-09 [colin]      2.4.0cvs35
1573
1574         * src/messageview.c
1575         * src/mimeview.c
1576         * src/mimeview.h
1577                 Fix lack of part selection when automatically 
1578                 jumping to a specific part
1579         * src/msgcache.c
1580                 Little optimisation in cache reading
1581
1582 2006-08-09 [colin]      2.4.0cvs34
1583
1584         * src/compose.c
1585                 Fix crash setting the priority on reedit
1586                 (Accessing compose before creating it!)
1587
1588 2006-08-08 [colin]      2.4.0cvs33
1589
1590         * src/procmime.c
1591                 Fix bug #998 (last attachment is not accessible)
1592                 Bad RFC interpretation on multipart close-delimiters
1593         * src/mimeview.c
1594         * src/mimeview.h
1595         * src/gtk/gtkvscrollbutton.c
1596         * src/gtk/gtkvscrollbutton.h
1597                 Make attachments list wheel-scrollable
1598
1599 2006-08-07 [colin]      2.4.0cvs32
1600
1601         * src/gtk/gtkaspell.c
1602                 Fix bug #973 (Unicode punctation characters 
1603                 are not recognized as separators by the
1604                 spell checker); fix unsigned stuff
1605
1606 2006-08-07 [colin]      2.4.0cvs31
1607
1608         * src/compose.c
1609                 Fix bug #956 (DnD text with accents in compose 
1610                 text entry); fix gccc's signed/unsigned fuss
1611
1612 2006-08-06 [colin]      2.4.0cvs30
1613
1614         * src/main.c
1615                 Fix bug #979 (Plugin crashes when exiting 
1616                 sylpheed-claws) : handle exit request only 
1617                 once
1618
1619 2006-08-05 [colin]      2.4.0cvs29
1620
1621         * src/news.c
1622                 Just make sure we have a msgid.
1623
1624 2006-08-05 [colin]      2.4.0cvs28
1625
1626         * src/news.c
1627         * src/summaryview.c
1628                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1629                 by reimplementing it
1630         * src/textview.c
1631                 Fix bug when hiding quotes with level > 3 and quote
1632                 colors are recycled
1633
1634 2006-08-04 [colin]      2.4.0cvs27
1635
1636         * src/compose.c
1637         * src/undo.c
1638         * src/undo.h
1639                 Fix a bit replace-by-pasting undo
1640         * src/mainwindow.c
1641         * src/messageview.c
1642                 Fix Fold quotes menu synchro in
1643                 mainwindow when it changes in 
1644                 messageview
1645         * src/textview.c
1646                 Fix right-click on quotes blocks
1647         * src/common/utils.c
1648                 Verify that the file created by
1649                 my_tmpfile() is writable. Fixes
1650                 bug #988 (very specific filesystem
1651                 issue)
1652         * src/plugins/pgpcore/sgpgme.c
1653                 Fix file descriptor leak
1654         * src/plugins/spamassassin/spamassassin.c
1655                 Warn once if spamd isn't reachable
1656
1657 2006-08-04 [colin]      2.4.0cvs26
1658
1659         * src/toolbar.c
1660                 i18n context patch by Fabien
1661
1662 2006-08-03 [colin]      2.4.0cvs25
1663
1664         * src/mainwindow.c
1665         * src/messageview.c
1666                 Rename "Hide quotes" to "Fold quotes"
1667         * src/textview.c
1668                 Don't use hand cursor on quotes. "all 
1669                 the bonuses of the feature and none of 
1670                 unwelcome side-effects"
1671
1672 2006-08-03 [colin]      2.4.0cvs24
1673
1674         * AUTHORS
1675         * sylpheed-claws.desktop
1676         * src/gtk/authors.h
1677                 Bring the desktop file to XDG compliance
1678                 Patch by Charles A. Edwards
1679
1680 2006-08-03 [colin]      2.4.0cvs23
1681
1682         * src/textview.c
1683                 Fix links offset when they are preceded
1684                 by accentued chars (g_utf8_strlen!)
1685         * src/mainwindow.c
1686                 Fix wrong status when starting offline
1687
1688
1689 2006-08-03 [wwp]        2.4.0cvs22
1690
1691         * src/prefs_common.h
1692                 ask what to do w/ filtering rules that belong to an account when
1693                 applying filtering rules manually from the main window (skip,
1694                 apply regardless of the account, use current account). This dialog
1695                 can be skipped and the last reply used.
1696                 (forgot that file)
1697
1698 2006-08-03 [wwp]        2.4.0cvs21
1699
1700         * src/filtering.c
1701         * src/filtering.h
1702         * src/prefs_common.c
1703         * src/summaryview.c
1704         * src/alertpanel.c
1705         * src/alertpanel.h
1706         * src/messageview.c
1707                 ask what to do w/ filtering rules that belong to an account when
1708                 applying filtering rules manually from the main window (skip,
1709                 apply regardless of the account, use current account). This dialog
1710                 can be skipped and the last reply used.
1711
1712
1713 2006-08-03 [colin]      2.4.0cvs20
1714
1715         * src/textview.c
1716                 Optimize previous patch
1717
1718 2006-08-03 [cleroy]     2.4.0cvs19
1719
1720         * src/textview.c
1721                 Fix quotes getting toggled back when the
1722                 mail has an even number of text parts
1723
1724 2006-08-02 [colin]      2.4.0cvs18
1725
1726         * src/messageview.c
1727                 Add Hide quotes menu
1728
1729 2006-08-02 [colin]      2.4.0cvs17
1730
1731         * src/mainwindow.c
1732         * src/prefs_common.c
1733         * src/textview.c
1734         * src/textview.h
1735         * src/gtk/about.c
1736                 Allow per-level quote hiding,
1737                 Allow toggling quotes by double-clicking them
1738                 Rename RemoteURI to ClickableText to reflect
1739                 the fact it's used for a variety of things
1740
1741 2006-08-02 [wwp]        2.4.0cvs16
1742
1743         * src/mainwindow.c
1744                 fix "View/Hide quotes" menu item status initialization.
1745
1746 2006-08-02 [wwp]        2.4.0cvs15
1747
1748         * src/matcher_parser_parse.y
1749                 remove a debug trace.
1750
1751 2006-08-02 [paul]       2.4.0cvs14
1752
1753         * src/plugins/pgpcore/passphrase.c
1754                 don't set initial dialog size
1755                 make it resizable
1756
1757 2006-08-02 [paul]       2.4.0cvs13
1758
1759         * src/noticeview.c
1760                 remove the rogue '/' character
1761
1762 2006-08-02 [paul]       2.4.0cvs12
1763
1764         * src/noticeview.c
1765                 allow buttons to resize as necessary
1766
1767 2006-08-01 [wwp]        2.4.0cvs11
1768
1769         * src/mbox.c
1770                 fix strict ISO C90 compliance.
1771
1772 2006-08-01 [wwp]        2.4.0cvs10
1773
1774         * tools/update-po
1775                 updated update-po tool to work w/ context-dependent translations.
1776                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1777
1778 2006-08-01 [wwp]        2.4.0cvs9
1779
1780         * src/matcher.c
1781         * src/prefs_filtering.c
1782         * src/prefs_matcher.c
1783                 allow context-dependent translations for "All",
1784                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1785
1786 2006-07-31 [colin]      2.4.0cvs8
1787
1788         * AUTHORS
1789         * src/gtk/authors.h
1790                 Add Rafal to authors
1791
1792 2006-07-31 [colin]      2.4.0cvs7
1793
1794         * src/compose.c
1795         * src/mainwindow.c
1796         * src/messageview.h
1797         * src/prefs_common.c
1798         * src/prefs_common.h
1799         * src/textview.c
1800                 Add 'View/Hide quotes'. Patch based on a patch
1801                 by Rafal Weglarz
1802
1803 2006-07-31 [colin]      2.4.0cvs6
1804
1805         * src/action.c
1806                 Fix problem with "> stuff >" actions
1807
1808 2006-07-31 [paul]       2.4.0cvs5
1809
1810         * po/nb.po
1811                 updated by Geir Helland
1812
1813 2006-07-31 [wwp]        2.4.0cvs4
1814
1815         * src/mainwindow.c
1816         * src/summaryview.c
1817         * src/summaryview.h
1818                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1819                 thanks to Colin.
1820
1821 2006-07-31 [wwp]        2.4.0cvs3
1822
1823         * src/Makefile.am
1824         * src/addr_compl.c
1825         * src/addr_compl.h
1826         * src/addressbook.c
1827         * src/addressbook.h
1828         * src/addressbook_foldersel.c
1829         * src/addressbook_foldersel.h
1830         * src/addrindex.c
1831         * src/addrindex.h
1832         * src/matcher.c
1833         * src/matcher.h
1834         * src/matcher_parser_lex.l
1835         * src/matcher_parser_parse.y
1836         * src/prefs_common.c
1837         * src/prefs_common.h
1838         * src/prefs_filtering.c
1839         * src/prefs_matcher.c
1840         * src/prefs_matcher.h
1841         * src/summaryview.c
1842                 introduce filtering against the address book. It's now possible to add
1843                 matched conditions to determine if any email address in a message matches
1844                 or doesn't match any or all books or folders in the address book.
1845
1846 2006-07-31 [wwp]        2.4.0cvs2
1847
1848         * src/account.c
1849         * src/filtering.c
1850         * src/filtering.h
1851         * src/folder.c
1852         * src/folderview.c
1853         * src/inc.c
1854         * src/mainwindow.c
1855         * src/matcher.c
1856         * src/matcher_parser_lex.l
1857         * src/matcher_parser_parse.y
1858         * src/mbox.c
1859         * src/prefs_filtering.c
1860         * src/prefs_filtering.h
1861         * src/procmsg.c
1862         * src/procmsg.h
1863         * src/summaryview.c
1864                 introduce per-account filtering rules. Each filtering rule can now be assigned
1865                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1866                 when applying filtering rules manually, as all rules will apply - even the ones
1867                 assigned to an account. This issue will be addressed soon.
1868  
1869
1870
1871 2006-07-31 [wwp]        2.4.0cvs1
1872
1873         * src/quote_fmt.c
1874                 make more strings translatable.
1875
1876 2006-07-31 [paul]       2.4.0
1877
1878         2.4.0 released
1879
1880 2006-07-31 [paul]       2.3.1cvs91
1881
1882         * po/ca.po
1883                 updated by Miquel Oliete
1884
1885 2006-07-31 [paul]       2.3.1cvs90
1886
1887         * po/de.po
1888         * po/el.po
1889         * po/fr.po
1890         * po/it.po
1891         * po/pl.po
1892         * po/pt_BR.po
1893         * po/sr.po
1894         * po/zh_CN.po
1895                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1896                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1897                 Aleksandar Urosevic, and Ralgh Young
1898
1899 2006-07-31 [paul]       2.3.1cvs89
1900
1901         * src/account.c
1902         * src/main.c
1903         * src/mainwindow.c
1904         * src/mainwindow.h
1905                 Fix a race condition when, after an SC crash, rescanning
1906                 folders took more than 0.5 seconds
1907                 Thanks to Colin
1908
1909 2006-07-31 [paul]       2.3.1cvs88
1910
1911         * src/folderview.c
1912                 don't translate separator strings
1913
1914 2006-07-30 [mones]      2.3.1cvs87
1915
1916         * doc/man/sylpheed-claws.1
1917                 Fixed non-ASCII chars in Hoa's name
1918         * po/es.po
1919                 Updated for release
1920
1921 2006-07-27 [colin]      2.3.1cvs86
1922
1923         * src/textview.c
1924                 Don't include the leading \n in links
1925                 Patch by Fabien
1926
1927 2006-07-25 [colin]      2.3.1cvs85
1928
1929         * src/mainwindow.c
1930         * src/common/socket.h
1931         * src/etpan/imap-thread.c
1932                 Refresh resolvers before connecting
1933                 to IMAP servers, and after switching
1934                 to online. Thanks to Paul.
1935
1936 2006-07-18 [colin]
1937
1938         * 2.4.0-rc4 released
1939
1940 2006-07-17 [colin]      2.3.1cvs84
1941
1942         * src/inc.c
1943                 Show connection attempt in statusbar before
1944                 connecting (previously first message was
1945                 "Retrieving messages from ..." after the
1946                 connection succeeded.
1947
1948 2006-07-16 [wwp]        2.3.1cvs83
1949
1950         * sylpheed-claws.ico
1951                 Added .ico file (windows multi-size icon file, generated).
1952
1953 2006-07-12 [wwp]        2.3.1cvs82
1954
1955         * src/messageview.c
1956                 remove Message/Re-edit menu entry from messageview window,
1957                 as sent/draft/queued messages are opened in compose window when
1958                 re-edited and it's not possible to re-edit other msgs.
1959
1960 2006-07-12 [paul]       2.3.1cvs81
1961
1962         * AUTHORS
1963         * src/mainwindow.c
1964         * src/gtk/authors.h
1965                 check online state before resetting
1966                 mailcheck timer. Useful if some program
1967                 verifies connection state and updates
1968                 Claws.
1969                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1970
1971 2006-07-12 [paul]       2.3.1cvs80
1972
1973         * sylpheed-claws-128x128.png
1974         * sylpheed-claws-64x64.png
1975         * sylpheed-claws.png
1976         * src/Makefile.am
1977         * src/main.c
1978         * src/prefs_toolbar.c
1979         * src/stock_pixmap.c
1980         * src/stock_pixmap.h
1981         * src/wizard.c
1982         * src/gtk/about.c
1983         * src/gtk/gtkutils.c
1984         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1985         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1986         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1987         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1988         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1989         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1990                 updated and renamed logo/icon files and related
1991                 logo by Jesper Schultz
1992
1993 2006-07-11 [paul]       2.3.1cvs79
1994
1995         * src/main.c
1996                 fix the labels a smidgin
1997
1998 2006-07-09 [colin]      2.3.1cvs78
1999
2000         * src/textview.c
2001                 Show errors in textviewer's command
2002                 Patch by H. Merijn Brand
2003
2004 2006-07-09 [colin]      2.3.1cvs77
2005
2006         * src/compose.c
2007                 Save FMID in drafts too
2008
2009 2006-07-08 [colin]      2.3.1cvs76
2010
2011         * src/compose.c
2012                 Svae RMID in drafted mails too
2013                 Save quote_fmt vars for whole mails,
2014                 don't reset at each quote_fmt_init:
2015                 allows to use the same |i{var} in
2016                 various template fields
2017         * src/prefs_template.c
2018         * src/quote_fmt.h
2019         * src/quote_fmt_parse.y
2020                 Same
2021
2022 2006-07-08 [colin]      2.3.1cvs75
2023
2024         * src/textview.c
2025                 Fix highlighting of attached parts URIs
2026
2027 2006-07-08 [colin]      2.3.1cvs74
2028
2029         * src/main.c
2030                 Prevent bug #981 (sc 2.3.1 segfaults with 
2031                 gtk+ 2.10) from being reported again:
2032                 if Sylpheed-Claws has been compiled against
2033                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2034                 of if Sylpheed-Claws has been compiled against
2035                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2036                 error out.
2037
2038 2006-07-07 [colin]      2.3.1cvs73
2039
2040         * src/prefs_actions.c
2041                 Fix label
2042
2043 2006-07-07 [colin]      2.3.1cvs72
2044
2045         * src/prefs_actions.c
2046                 Fix compile on gtk < 2.8. argh :)
2047
2048 2006-07-07 [paul]       2.3.1cvs71
2049
2050         * src/common/defs.h
2051                 update DONATE_URI
2052
2053 2006-07-07 [colin]      2.3.1cvs70
2054
2055         * po/POTFILES.in
2056         * src/quote_fmt.c
2057         * src/quote_fmt_lex.l
2058         * src/quote_fmt_parse.y
2059                 Add |i{var}, a way to insert user-entered
2060                 text in a template
2061
2062 2006-07-07 [colin]
2063
2064         * 2.4.0-rc3 released
2065
2066 2006-07-07 [colin]      2.3.1cvs69
2067
2068         * src/folder.c
2069                 Don't consider inboxes of UNKNOWN folder 
2070                 classes to be useable as default inboxes
2071
2072 2006-07-07 [paul]       2.3.1cvs68
2073
2074         * src/textview.c
2075                 add missing #include <errno.h>
2076                 Thanks to René J. Blokland
2077
2078 2006-07-07 [paul]       2.3.1cvs67
2079
2080         * src/action.c
2081                 Return now Closes dialog
2082         * src/mimeview.c
2083         * src/mimeview.h
2084         * src/textview.c
2085                 add contextual menu to mime parts listed
2086                 in the textview
2087                 Thanks to Colin
2088         * src/common/utils.c
2089                 reversal: ' is a valid character in URLs
2090
2091 2006-07-06 [colin]      2.3.1cvs66
2092
2093         * src/remotefolder.h
2094                 Forgotten in previous commit
2095
2096 2006-07-06 [colin]      2.3.1cvs65
2097
2098         * src/folder.c
2099                 Set summary update flag whenever
2100                 totals changed
2101         * src/imap.c
2102         * src/prefs_account.c
2103         * src/common/utils.h
2104         * src/etpan/imap-thread.c
2105                 Fix warnings, thanks to Fabien and
2106                 Ricardo
2107
2108 2006-07-06 [wwp]        2.3.1cvs64
2109
2110         * src/gtk/gtkutils.c
2111                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2112
2113 2006-07-06 [wwp]        2.3.1cvs63
2114
2115         * src/account.c
2116         * src/addressbook.c
2117         * src/addressitem.h
2118         * src/folderview.c
2119         * src/mainwindow.c
2120         * src/manual.c
2121         * src/manual.h
2122         * src/message_search.c
2123         * src/prefs_actions.c
2124         * src/prefs_filtering.c
2125         * src/prefs_filtering.h
2126         * src/prefs_template.c
2127         * src/summary_search.c
2128         * src/summaryview.c
2129         * src/gtk/gtkutils.c
2130         * src/gtk/gtkutils.h
2131         * src/gtk/pluginwindow.c
2132                 add help buttons to some dialogs. Clicking such buttons opens a
2133                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2134
2135 2006-07-06 [paul]       2.3.1cvs62
2136
2137         * src/textview.c
2138                 fix attachments contextual menu
2139                 Thanks to Colin
2140
2141 2006-07-05 [colin]      2.3.1cvs61
2142
2143         * src/textview.c
2144         * src/compose.c
2145                 Handle sftp:// links
2146
2147 2006-07-05 [paul]       2.3.1cvs60
2148
2149         * src/gtk/filesel.c
2150                 grab save button by default
2151                 Thanks to Colin
2152
2153 2006-07-05 [wwp]        2.3.1cvs59
2154
2155         * manual/xml2pdf
2156                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2157
2158 2006-07-04 [colin]      2.3.1cvs58
2159
2160         * src/mimeview.c
2161         * src/textview.c
2162                 Use left click to select, middle click to open
2163                 on mimeparts links
2164         * src/common/utils.c
2165                 Fix segfault
2166
2167 2006-07-04 [colin]      2.3.1cvs57
2168
2169         * src/mainwindow.c
2170         * src/news.c
2171                 Warning fixes, thanks to Fabien
2172
2173 2006-07-04 [colin]      2.3.1cvs56
2174
2175         * src/mimeview.c
2176         * src/mimeview.h
2177         * src/textview.c
2178                 Allow parts to be selected via their text label
2179                 in textview
2180
2181 2006-07-04 [colin]      2.3.1cvs55
2182
2183         * src/folderview.c
2184                 Feedback when closing (for big folders)
2185         * src/prefs_actions.c
2186         * src/prefs_filtering.c
2187         * src/prefs_matcher.c
2188         * src/prefs_template.c
2189                 Fix default button when closing without
2190                 having saved
2191
2192 2006-07-04 [colin]      2.3.1cvs54
2193
2194         * src/news.c
2195                 Delete local file on deletion
2196
2197 2006-07-03 [colin]      2.3.1cvs53
2198
2199         * src/folderview.c
2200         * src/main.c
2201                 Don't freeze when rescanning after crash
2202
2203 2006-07-03 [wwp]        2.3.1cvs52
2204
2205         * src/compose.c
2206         * src/privacy.c
2207         * src/privacy.h
2208         * src/plugins/pgpinline/pgpinline.c
2209         * src/plugins/pgpmime/pgpmime.c
2210                 don't report an error when the user cancels the passphrase dialog.
2211
2212 2006-07-02 [colin]      2.3.1cvs51
2213
2214         * src/folderview.c
2215                 Open message when crossing folders with Space,
2216                 goto next unread and friends
2217
2218 2006-07-01 [colin]      2.3.1cvs50
2219
2220         * src/prefs_account.c
2221                 Typographic rules varying from language
2222                 to language (in french "Protocole :"),
2223                 we have to do that :)
2224
2225 2006-07-01 [ticho]      2.3.1cvs49
2226
2227         * src/prefs_account.c
2228                 Only use one temporary gchar* variable in
2229                 prefs_account_protocol_set_optmenu().
2230
2231 2006-07-01 [ticho]      2.3.1cvs48
2232
2233         * src/prefs_account.c
2234         * src/prefs_account.h
2235                 Use GtkLabel for existing account protocol name.
2236                 Created an array for protocol names and populate the
2237                 combobox from it in a for() cycle.
2238
2239 2006-06-30 [colin]      2.3.1cvs47
2240
2241         * src/compose.c
2242                 Block undo when changing signature (by changing
2243                 account)
2244
2245 2006-06-30 [paul]       2.3.1cvs46
2246
2247         * src/send_message.c
2248                 when editing From in the Compose window, use that address
2249                 in the Return-Path: header
2250                 Thanks to Colin
2251
2252 2006-06-30 [colin]      2.3.1cvs45
2253
2254         * src/compose.c
2255                 Fix signature replacement:
2256                 - when no newline before separator
2257                 - when reediting
2258
2259 2006-06-29 [colin]      2.3.1cvs44
2260
2261         * src/folderview.c
2262         * src/folderview.h
2263         * src/mainwindow.c
2264         * src/summaryview.c
2265                 Let 'View/Go to/Next marked' work like
2266                 Next new & Next unread: across folders
2267                 Change the select_on_entry pref to do
2268                 what we want when changing folder
2269         * src/common/utils.c
2270                 Fix single-quoted links 
2271
2272 2006-06-29 [colin]      2.3.1cvs43
2273
2274         * src/gtk/gtkaspell.c
2275                 "Sylpheed" and "Sylpheed-Claws" do exist !
2276
2277 2006-06-29 [colin]      2.3.1cvs42
2278
2279         * src/imap.c
2280                 Forgot to remove debug
2281
2282 2006-06-29 [colin]      2.3.1cvs41
2283
2284         * src/imap.c
2285         * src/imap.h
2286         * src/mainwindow.c
2287                 Disconnect from IMAP servers when going
2288                 offline. Fixes bug #978 (going to offline-mode 
2289                 won't close connections)
2290
2291 2006-06-29 [colin]      2.3.1cvs40
2292
2293         * src/main.c
2294                 Fix transient setting on failing plugins
2295                 Patch by Fabien
2296         * src/plugins/pgpcore/sgpgme.c
2297                 Only warn for OpenPGP. Most people don't
2298                 have CMS available.
2299
2300 2006-06-29 [colin]      2.3.1cvs39
2301
2302         * src/compose.c
2303                 Fix Spelling menu (discrepancy between context menu
2304                 and top menu when folder's dictionary isn't the 
2305                 default one)
2306         * src/plugins/pgpcore/sgpgme.c
2307                 More error reporting about why gpgme can fail
2308
2309 2006-06-29 [wwp]        2.3.1cvs38
2310
2311         * src/mainwindow.c
2312                 honor the display-header-pane setting even when the message view
2313                 is a separate window.
2314
2315 2006-06-29 [wwp]        2.3.1cvs37
2316
2317         * src/prefs_actions.c
2318                 forgot to commit that one (use of GTK_STOCK_INFO).
2319
2320 2006-06-29 [colin]      2.3.1cvs36
2321
2322         * src/imap.c
2323                 Better handling of login errors (ask the password
2324                 again once), alert in case of error. Fix three
2325                 signedness warnings.
2326
2327 2006-06-28 [wwp]        2.3.1cvs35
2328
2329         * src/prefs_template.c
2330         * src/prefs_matcher.c
2331         * src/prefs_filtering_action.c
2332         * src/prefs_quote.c
2333                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2334                 patch by Fabien Vantard, slightly modified.
2335
2336 2006-06-28 [paul]
2337
2338         2.4.0-rc2 released
2339
2340 2006-06-28 [colin]      2.3.1cvs34
2341
2342         * src/prefs_account.c
2343                 Fix bug #977 (Can't add or edit imap accounts)
2344
2345 2006-06-28 [colin]      2.3.1cvs33
2346
2347         * src/mimeview.c
2348                 Fix previous
2349
2350 2006-06-28 [colin]      2.3.1cvs32
2351
2352         * src/mimeview.c
2353                 Save named inlined attachments with "Save all"
2354         * src/main.c
2355         * src/mbox.c
2356         * src/common/plugin.c
2357         * src/common/plugin.h
2358         * src/common/sylpheed.c
2359         * src/common/utils.c
2360         * src/plugins/pgpcore/sylpheed.def
2361         * src/plugins/pgpinline/sylpheed.def
2362         * src/plugins/pgpmime/sylpheed.def
2363                 Win32 compatibility patch, by
2364                 Werner Koch
2365
2366 2006-06-28 [wwp]        2.3.1cvs31
2367
2368         * src/imap.c
2369         * src/prefs_folder_item.c
2370                 less compilation warnings (thanks to Fabien Vantard), less typos.
2371
2372 2006-06-28 [paul]       2.3.1cvs30
2373
2374         * src/gtk/gtkutils.c
2375                 gtk_combo_box_set_focus_on_click() is only
2376                 available since gtk 2.6.0
2377
2378 2006-06-28 [paul]       2.3.1cvs29
2379
2380         * src/prefs_ext_prog.c
2381                 fix engrish and add a tooltip for the
2382                 'command for 'Display as text' option
2383
2384 2006-06-28 [paul]
2385
2386         2.4.0-rc1 released
2387
2388 2006-06-28 [paul]       2.3.1cvs28
2389
2390         * ChangeLog
2391         * tools/Makefile.am
2392                 include textviewer.pl in releases
2393
2394 2006-06-28 [paul]       2.3.1cvs27
2395
2396         * src/prefs_ext_prog.c
2397                 hide Print command option if libgnomeprint
2398                 support is present
2399
2400 2006-06-27 [colin]      2.3.1cvs26
2401
2402         * src/compose.c
2403                 Fix Esc handling in insert/attach dialog
2404                 Don't show this dialog if dragging something
2405                 else than text/uri-list
2406                 Thanks to Fabien Vantard
2407         * tools/textviewer.pl
2408                 Filter script to display stuff as text
2409                 by H. Merijn Brand
2410
2411 2006-06-27 [wwp]        2.3.1cvs25
2412
2413         * src/messageview.c
2414                 use the exact product name (message view title), patch
2415                 by Fabien Vantard.
2416
2417 2006-06-27 [ticho]      2.3.1cvs24
2418
2419         * src/prefs_account.c
2420         * src/prefs_common.c
2421         * src/prefs_common.h
2422         * src/prefs_ext_prog.c
2423         * src/textview.c
2424                 Add a preference (Preferences/External programs)
2425                 to allow "Display as text" to be done via a script
2426                 (patch by H.Merijn Brand).
2427                 Use GtkComboBox for protocol selection in account
2428                 preferences.
2429                 Only include current choice for existing accounts, and
2430                 insensitivize the combobox.
2431
2432 2006-06-27 [paul]       2.3.1cvs23
2433
2434         * src/mbox.c
2435                 fix crasher introduced in cvs21.
2436                 Thanks to Colin
2437
2438 2006-06-26 [colin]      2.3.1cvs22
2439
2440         * src/mbox.c
2441                 Fix double-frees when leaving folders
2442                 after exporting to mbox
2443
2444 2006-06-26 [colin]      2.3.1cvs21
2445
2446         * src/mbox.c
2447                 More feedback (and optimisation)
2448                 on import/export
2449         * src/common/utils.c
2450                 Fix case when looking for mail addresses
2451         * src/gtk/gtkutils.c
2452                 Extra check for (X-)Face
2453
2454 2006-06-25 [ticho]      2.3.1cvs20
2455
2456         * src/compose.c
2457         * src/exphtmldlg.c
2458         * src/gtk/gtkutils.c
2459         * src/gtk/gtkutils.h
2460                 Added second argument to gtkut_sc_combobox_create() to
2461                 control focus-on-click for the widget.
2462                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2463
2464 2006-06-25 [ticho]      2.3.1cvs19
2465
2466         * src/compose.c
2467         * src/gtk/Makefile.am
2468         * src/gtk/combobox.c
2469         * src/gtk/combobox.h
2470         * src/gtk/gtkutils.c
2471         * src/gtk/gtkutils.h
2472                 Use GtkComboBox instead of deprecated GtkOptionMenu
2473                 for account selector in compose window and for encoding
2474                 selector in attachment properties.
2475                 Also factorise working with the new GtkComboBox somewhat.
2476
2477 2006-06-24 [paul]       2.3.1cvs18
2478
2479         * src/prefs_common.c
2480                 use the correct default value
2481
2482 2006-06-24 [paul]       2.3.1cvs17
2483
2484         * src/compose.c
2485         * src/prefs_common.c
2486         * src/prefs_common.h
2487         * src/prefs_compose_writing.c
2488                 enable setting of default action when
2489                 dnd'ing files in the compose window.
2490                 (Collaborative effort with wwp)
2491
2492 2006-06-23 [wwp]        2.3.1cvs16
2493
2494         * src/compose.c
2495                 i18n fix (thanks to Fabien Vantard)
2496
2497 2006-06-22 [colin]      2.3.1cvs15
2498
2499         * src/prefs_customheader.c
2500                 Don't use filters in custom headers' file 
2501                 selector. Remember, extensions mean nothing :)
2502
2503 2006-06-22 [paul]       2.3.1cvs14
2504
2505         * configure.ac
2506                 allow setting of man directory location
2507
2508 2006-06-22 [colin]      2.3.1cvs13
2509
2510         * src/mainwindow.c
2511                 Add 'View/Go to/Next unread folder'.
2512                 I missed that :)
2513
2514 2006-06-22 [colin]      2.3.1cvs12
2515
2516         * src/common/utils.c
2517                 Add some subject prefixes
2518                 Patch by Bjorn T Johansen <btj@havleik.no>
2519
2520 2006-06-22 [colin]      2.3.1cvs11
2521
2522         * manual/advanced.xml
2523                 Forgotten hidden pref
2524
2525 2006-06-21 [paul]       2.3.1cvs10
2526
2527         * src/prefs_account.c
2528                 complete the removal of 'Add date header' option
2529
2530 2006-06-21 [paul]       2.3.1cvs9
2531
2532         * src/account.c
2533         * src/compose.c
2534         * src/prefs_account.c
2535         * src/prefs_account.h
2536                 remove option to add date header - always
2537                 add date header
2538         * src/etpan/imap-thread.c
2539                 fix warnings (Thanks to Colin)
2540
2541 2006-06-21 [wwp]        2.3.1cvs8
2542
2543         * src/folder.c
2544                 set the attachment flag when inline text part are (file)named. This is more convenient
2545                 when receiving (for instance) inline source files or patches sent using thunderbird.
2546
2547 2006-06-21 [paul]       2.3.1cvs7
2548
2549         * src/inc.c
2550                 fix off-by-one count of current msg in
2551                 statusbar filtering progressbar
2552
2553 2006-06-21 [paul]       2.3.1cvs6
2554
2555         * src/folder.c
2556                 Show attachment icon even if the part is 'inline'
2557                 if the following conditions are met:
2558                 - content-type != 'text/plain'
2559                 - content-type != '*/pgp-signature'
2560                 - either 'name' or 'filename' parameter is not NULL
2561                 
2562                 Thanks to Colin
2563
2564 2006-06-21 [paul]       2.3.1cvs5
2565
2566         * src/messageview.c
2567         * src/prefs_common.c
2568         * src/prefs_common.h
2569         * src/prefs_other.c
2570                 add an option to 'Never send Return
2571                 Receipts'
2572                 Thanks to Colin
2573
2574 2006-06-20 [mones]      2.3.1cvs4
2575
2576         * po/es.po
2577                 updated
2578         * src/compose.c
2579                 typo fixed (space after comma)
2580         * tools/make.themes.project
2581                 remove exec mode from tarball files
2582
2583 2006-06-20 [colin]      2.3.1cvs3
2584
2585         * src/news.c
2586         * src/procheader.c
2587         * src/unmime.c
2588                 Better fix for \n's in headers (don't 
2589                 break Received: and others)
2590
2591 2006-06-20 [paul]       2.3.1cvs2
2592
2593         * src/alertpanel.c
2594         * src/textview.c
2595                 improve legibility of phishing attempt
2596                 dialog
2597
2598 2006-06-20 [paul]       2.3.1cvs1
2599
2600         * NEWS
2601         * README
2602         * configure.ac
2603                 Update version number following
2604                 stable release
2605
2606 2006-06-20 [colin]      2.3.0cvs26
2607
2608         * src/compose.c
2609                 When dragging a file to the text of the compose
2610                 window, ask whether we want to insert or attach
2611                 (I know lots of people who do that to attach)
2612
2613 2006-06-20 [colin]      2.3.0cvs25
2614
2615         * src/etpan/imap-thread.c
2616                 Fix threshold (the append command is often > 32 bytes)
2617
2618 2006-06-19 [colin]      2.3.0cvs24
2619
2620         * src/imap.c
2621         * src/etpan/imap-thread.c
2622                 Workaround Rockliffe IMAP server bug: replace
2623                 "x UID SEARCH (ANSWERED UID 1:*)" with
2624                 "x UID SEARCH ANSWERED"
2625                 (Rockliffe doesn't handle the parenthesis)
2626
2627 2006-06-19 [colin]      2.3.0cvs23
2628
2629         * src/compose.c
2630         * src/imap.c
2631         * src/etpan/imap-thread.c
2632                 Probably fix bug #972 (Freezes when adding 
2633                 an attachment to the message)
2634         * src/common/defs.h
2635                 Modernize Firefox cmd
2636
2637
2638 2006-06-18 [colin]      2.3.0cvs22
2639
2640         * src/prefs_customheader.c
2641                 Only allow correct filenames for various
2642                 custom headers
2643
2644 2006-06-18 [colin]      2.3.0cvs21
2645
2646         * src/prefs_customheader.c
2647                 Add a 'From File...' button in custom headers prefs, which
2648                 try to do the right thing: 
2649                 for normal headers, use file as plaintext,
2650                 for X-Face, calls compface,
2651                 for Face, encode to b64.
2652
2653 2006-06-17 [colin]      2.3.0cvs20
2654
2655         * src/mh.c
2656                 Warning fix
2657
2658 2006-06-16 [colin]      2.3.0cvs19
2659
2660         * src/summaryview.c
2661                 Recursive quicksearch: show message list
2662                 in current folder, *then* search children
2663                 in the background.
2664
2665 2006-06-16 [colin]      2.3.0cvs18
2666
2667         * src/main.c
2668                 Instead of ignoring SIGPIPE, save caches
2669                 when getting one. Will fix the fact that
2670                 hot caches are out-of-date when logging 
2671                 out of Xorg.
2672         * src/compose.c
2673         * src/prefs_compose_writing.c
2674                 Only save text (not attachments) when 
2675                 auto-saving to drafts
2676         * src/unmime.c
2677                 Always replace \n, \r and \t with spaces
2678                 in headers
2679         * manual/dist/html/Makefile.am
2680         * manual/dist/pdf/Makefile.am
2681         * manual/dist/ps/Makefile.am
2682         * manual/dist/txt/Makefile.am
2683         * manual/fr/dist/html/Makefile.am
2684         * manual/fr/dist/pdf/Makefile.am
2685         * manual/fr/dist/ps/Makefile.am
2686         * manual/fr/dist/txt/Makefile.am
2687         * manual/pl/dist/html/Makefile.am
2688         * manual/pl/dist/pdf/Makefile.am
2689         * manual/pl/dist/ps/Makefile.am
2690         * manual/pl/dist/txt/Makefile.am
2691                 Fix make clean removing pregenerated manuals
2692
2693
2694 2006-06-16 [colin]      2.3.0cvs17
2695
2696         * src/plugins/pgpcore/sgpgme.c
2697         * src/plugins/pgpmime/pgpmime.c
2698         * src/plugins/pgpinline/pgpinline.c
2699                 Better error reporting in setup_signers.
2700                 Don't fallback to default key if specified
2701                 key isn't found.
2702                 Don't allow signing if more than one secret
2703                 key matches the one specified in prefs.
2704
2705 2006-06-15 [colin]      2.3.0cvs16
2706
2707         * src/folderview.c
2708                 Add "Send queue" in the folder's contextual
2709                 menu
2710         * src/compose.c
2711         * src/messageview.c
2712         * src/privacy.c
2713         * src/privacy.h
2714         * src/procmime.c
2715         * src/procmsg.c
2716         * src/plugins/pgpcore/passphrase.c
2717         * src/plugins/pgpcore/sgpgme.c
2718         * src/plugins/pgpinline/pgpinline.c
2719         * src/plugins/pgpmime/pgpmime.c
2720                 Better error reporting
2721         * src/mbox.c
2722                 Probably fix bug #971 (2.2.3 cannot read mail 
2723                 from local mbox)
2724
2725
2726 2006-06-15 [mones]      2.3.0cvs15
2727
2728         * tools/make.themes.project
2729                 creates the themes project from the web page
2730
2731 2006-06-15 [colin]      2.3.0cvs14
2732
2733         * src/folder.c
2734                 Better fix (avoid losing the folder if scan_tree 
2735                 fails)
2736
2737 2006-06-15 [cleroy]     2.3.0cvs13
2738
2739         * src/folder.c
2740                 Probably fix Bug #969 (crash on rebuilding 
2741                 imap folder)
2742
2743 2006-06-14 [colin]      2.3.0cvs12
2744
2745         * manual/dtd/manual.xsl
2746         * manual/sylpheed-claws-manual.xml
2747         * manual/fr/sylpheed-claws-manual.xml
2748         * manual/pl/sylpheed-claws-manual.xml
2749                 Insert pagebreaks between sections
2750
2751 2006-06-14 [paul]       2.3.0cvs11
2752
2753         * configure.ac
2754                 better fix than 2.3.0cvs10
2755
2756 2006-06-14 [paul]       2.3.0cvs10
2757
2758         * configure.ac
2759                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2760                 (backwards compatible)
2761
2762 2006-06-13 [colin]      2.3.0cvs9
2763
2764         * src/messageview.c
2765                 Fix sending of return receipt with the new queue folders
2766
2767 2006-06-13 [wwp]        2.3.0cvs8
2768
2769         * src/quote_fmt_lex.l
2770                 fix wrong tokens returned in quote_fmt lexer, query not().
2771
2772 2006-06-13 [wwp]        2.3.0cvs7
2773
2774         * src/folder.c
2775         * src/prefs_folder_item.c
2776                 allow changing folder type even when folder is not a top-level one,
2777                 thanks to Colin.
2778
2779 2006-06-12 [colin]      2.3.0cvs6
2780
2781         * src/folderview.c
2782                 Fix double-ask of "Do you want to mark all
2783                 as read"
2784
2785 2006-06-12 [colin]      2.3.0cvs5
2786
2787         * src/compose.c
2788         * src/compose.h
2789         * src/folder.c
2790         * src/folder.h
2791         * src/imap.c
2792         * src/inc.c
2793         * src/main.c
2794         * src/messageview.c
2795         * src/mh.c
2796         * src/prefs_folder_item.c
2797         * src/procheader.c
2798         * src/procmime.c
2799         * src/procmsg.c
2800         * src/procmsg.h
2801         * src/send_message.c
2802         * src/summaryview.c
2803         * src/toolbar.c
2804                 Apply bug #964's patch (Queue and drafts aren't normal)
2805                 The Drafts and Queue folder now contain RFC-822 files,
2806                 allowing to move and copy mails from and to these 
2807                 folders. Moving from Drafts to Queue will prepare the
2808                 mail for sending (PGP signature, encryption, etc).
2809                 This patch also rework sending errors handling to try
2810                 to be more helpful.
2811                 Also, allow redefining folder types via the GUI 
2812                 (Folder type in its Properties)
2813
2814 2006-06-12 [colin]      2.3.0cvs4
2815
2816         * src/summaryview.c
2817         * src/prefs_common.c
2818         * src/prefs_common.h
2819         * src/gedit-print.c
2820                 Allow to define a specific print font - patch
2821                 by Bernhard Walle <bernhard.walle@gmx.de>
2822         * src/prefs_fonts.c
2823         * manual/advanced.xml
2824         * manual/fr/advanced.xml
2825                 Add a hidden pref to allow deletion without
2826                 confirmation
2827
2828 2006-06-12 [wwp]        2.3.0cvs3
2829
2830         * .cvsignore
2831                 more files to ignore.
2832
2833 2006-06-12 [wwp]        2.3.0cvs2
2834
2835         * src/quote_fmt.c
2836         * src/quote_fmt_lex.l
2837         * src/quote_fmt_parse.y
2838                 extend the quote_fmt parser (templates and quotes):
2839                 - allow limited sub-expressions in |p{} and |f{} expressions,
2840                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2841                 - implemented/fixed missing implementation of query_references and show_references,
2842                 - completed, fixed contents and format of the symbols help dialog,
2843                 - fix some compilation warnings.
2844
2845 2006-06-12 [wwp]        2.3.0cvs1
2846
2847         * manual/advanced.xml
2848         * manual/fr/advanced.xml
2849                 updates in the "templates" section of the manual (eng/fr):
2850                  - be more precise (both versions)
2851                  - completed to match the english reference (fr version)
2852                  - touchups (both versions)
2853
2854 2006-06-12 [paul]       2.3.0
2855
2856         2.3.0 released
2857
2858 2006-06-12 [paul]       2.2.3cvs14
2859
2860         * po/ca.po
2861         * po/cs.po
2862         * po/de.po
2863         * po/el.po
2864         * po/fr.po
2865         * po/it.po
2866         * po/pt_BR.po
2867         * po/sr.po
2868         * po/zh_CN.po
2869                 updated by Miquel Oliete, Tim, Stephan Sachse,
2870                 Stavros Giannouris, Fabien Vantard, Andrea
2871                 Spadaccini, Frederico Goncalves Guimaraes,
2872                 Aleksandar Urosevic, and Ralgh Young
2873
2874 2006-06-12 [colin]      2.2.3cvs13
2875
2876         * src/mbox.c
2877                 Add missing header
2878
2879 2006-06-11 [colin]      2.2.3cvs12
2880
2881         * src/msgcache.c
2882                 Verify that g_malloc() succeeded
2883
2884 2006-06-11 [colin]      2.2.3cvs11
2885
2886         * src/wizard.c
2887                 Add Face header to welcome mail
2888
2889 2006-06-10 [colin]      2.2.3cvs10
2890
2891         * src/textview.c
2892                 Revert previous (Forgot it changes the
2893                 margin on the whole mail)
2894
2895 2006-06-10 [colin]      2.2.3cvs9
2896
2897         * src/textview.c
2898                 Don't overlap long headers under (X-)Face
2899
2900 2006-06-10 [mones]      2.2.3cvs8
2901
2902         * manual/xml2pdf
2903                 allow generation of manual on systems lacking saxon binary
2904                 but with java and the saxon library installed
2905
2906         * po/es.po
2907                 updated for release
2908
2909 2006-06-09 [colin]      2.2.3cvs7
2910
2911         * src/summaryview.c
2912                 Fix leak when using Display Sender using Addressbook
2913
2914 2006-06-09 [colin]      2.2.3cvs6
2915
2916         * src/compose.c
2917         * src/folder.c
2918         * src/folderview.c
2919         * src/mimeview.c
2920         * src/summaryview.c
2921                 More leaks fixes
2922
2923 2006-06-09 [paul]       2.2.3cvs5
2924
2925         * AUTHORS
2926         * src/gtk/authors.h
2927         * tools/claws.i18n.status.pl
2928                 updated with new info
2929
2930 2006-06-09 [paul]       2.2.3cvs4
2931
2932         * README
2933                 updated
2934         * manual/ack.xml
2935                 add wwp to authors list
2936         * src/gtk/authors.h
2937                 update mine and Colin's addresses
2938
2939 2006-06-08 [colin]      2.2.3cvs3
2940
2941         * src/etpan/imap-thread.c
2942                 Fix leak on SSL cert check
2943
2944 2006-06-08 [colin]      2.2.3cvs2
2945
2946         * src/common/utils.c
2947                 Fix leak
2948
2949 2006-06-08 [paul]       2.2.3cvs1
2950
2951         * configure.ac
2952                 Update version number following
2953                 stable release
2954
2955 2006-06-07 [colin]      2.2.2cvs3
2956
2957         * src/msgcache.c
2958                 Fix catching cache read errors (guint instead of gint)
2959                 Prevent malloc'ing more than 8MB (means cache corruption)
2960
2961 2006-06-07 [paul]       2.2.2cvs2
2962
2963         * src/exporthtml.c
2964         * src/exportldif.c
2965         * src/mh.c
2966         * src/mutt.c
2967         * src/pine.c
2968         * src/common/utils.c
2969                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2970                 obey $HOME'
2971                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2972                 Thanks to Colin
2973
2974 2006-06-06 [paul]       2.2.2cvs1
2975
2976         * configure.ac
2977                 Update version number following
2978                 stable release
2979
2980 2006-06-06 [paul]       2.2.1cvs6
2981
2982         * src/matcher.c
2983                 fix  implicit declaration of
2984                 sylpheed_do_idle()
2985                 Patch by Fabien Vantard
2986
2987 2006-06-06 [paul]       2.2.1cvs5
2988
2989         * src/matcher.c
2990                 fix age_greater and age_lower so that they
2991                 mean what say and not '...or equal to'
2992                 Thanks to Colin
2993
2994 2006-06-06 [paul]       2.2.1cvs4
2995
2996         * src/textview.c
2997         * src/common/utils.c
2998                 fix URI check
2999                 Thanks to Colin
3000
3001 2006-06-05 [wwp]        2.2.1cvs3
3002
3003         * manual/fr/account.xml
3004                 minor language fixes (thanks to Fabien Vantard).
3005
3006 2006-06-05 [colin]      2.2.1cvs2
3007
3008         * src/prefs_folder_item.c
3009         * src/folderview.c
3010                 Allow recursive setting of properties 
3011                 for whole mailboxes
3012         * src/matcher.c
3013                 Don't freeze on 'test' filtering rule
3014
3015 2006-06-05 [colin]      2.2.1cvs1
3016
3017         * configure.ac
3018                 Update version number following
3019                 stable release
3020
3021 2006-06-04 [wwp]        2.2.0cvs82
3022
3023         * manual/glossary.xml
3024         * manual/account.xml
3025         * manual/fr/glossary.xml
3026         * manual/fr/account.xml
3027                 added glossary section and references/links related to the Face custom header.
3028
3029 2006-06-04 [colin]      2.2.0cvs81
3030
3031         * src/summaryview.c
3032                 Skip to next message on move with no
3033                 immediate execution
3034
3035 2006-06-04 [wwp]        2.2.0cvs80
3036
3037         * manual/xml2pdf
3038                 added sanity checks, exit when needed.
3039
3040 2006-06-03 [paul]       2.2.0cvs79
3041
3042         * src/prefs_receive.c
3043                 page name is now 'Receiving'
3044         * src/prefs_send.c
3045                 page name is now 'Sending'
3046
3047 2006-06-03 [colin]      2.2.0cvs78
3048
3049         * src/plugins/spamassassin/spamassassin_gtk.c
3050                 Autoswitch to Localhost if transport was previously
3051                 disabled. Else people had to check [] Enable, then
3052                 *reselect* transport.
3053
3054 2006-06-03 [colin]      2.2.0cvs77
3055
3056         * src/plugins/pgpinline/pgpinline.c
3057         * src/plugins/pgpmime/pgpmime.c
3058                 Check that gpg_data_release_and_get_mem 
3059                 didn't fail (now, why this happens...)
3060
3061 2006-06-03 [colin]      2.2.0cvs76
3062
3063         * src/mbox.c
3064                 Fix bug #962 (Manual and/or UI should 
3065                 warn about incompatible locking 
3066                 causing dataloss)
3067
3068 2006-06-02 [cleroy]     2.2.0cvs75
3069
3070         * src/filtering.c
3071         * src/folder.c
3072         * src/procmsg.c
3073         * src/summaryview.c
3074                 Fix a few leaks
3075
3076 2006-06-02 [colin]      2.2.0cvs74
3077
3078         * src/main.c
3079                 On exit, free caches after writing them
3080                 Shuts up some valgrind false positives
3081         * src/procmsg.c
3082         * src/send_message.c
3083                 Fix races when reusing existing SMTP connections
3084                 Fix inexistant session timeout
3085         * src/toolbar.c
3086                 Display alertpanel after all queues have
3087                 been processed, not after each
3088
3089 2006-06-02 [wwp]        2.2.0cvs73
3090
3091         * manual/fr/glossary.xml
3092         * manual/fr/ack.xml
3093         * manual/ack.xml
3094                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3095
3096 2006-06-02 [wwp]        2.2.0cvs72
3097
3098         * manual/xml2pdf
3099         * manual/dist/pdf/Makefile.am
3100         * manual/dtd/manual.xsl
3101         * manual/fr/dist/pdf/Makefile.am
3102         * manual/pl/dist/pdf/Makefile.am
3103                 we changed the procedure to generate the .pdf version of the manual.
3104                 The procedure is more modern and the .pdf we get now has a valid index.
3105                 Here are the new pre-requisites:
3106
3107                 - JRE 1.x (1.4 here): there must be one from your distro
3108                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3109                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3110                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3111
3112                 See my posts for further info about the installation of this toolchain:
3113
3114                 Date: Fri, 19 May 2006 19:40:06 +0200
3115                 From: wwp <subscript@free.fr>
3116                 To: sylpheed-claws-devel@lists.sourceforge.net
3117                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3118
3119                 and
3120
3121                 Date: Wed, 24 May 2006 12:58:49 +0200
3122                 From: wwp <subscript@free.fr>
3123                 To: sylpheed-claws-devel@lists.sourceforge.net
3124                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3125
3126 2006-06-01 [colin]      2.2.0cvs71
3127
3128         * src/compose.c
3129                 Better guards against IMAP races
3130         * src/main.c
3131         * src/prefs_common.c
3132         * src/prefs_common.h
3133         * src/common/ssl_certificate.c
3134         * src/etpan/imap-thread.c
3135         * src/etpan/imap-thread.h
3136         * src/gtk/sslcertwindow.c
3137                 New hidden option ssl_skip_cert_check to 
3138                 avoid dups of bug #959 (libetpan linked
3139                 against gnutls and gnutls buggy on 64bit)
3140                 Present expired warning only once per
3141                 session/server.
3142         * manual/advanced.xml
3143         * manual/fr/advanced.xml
3144                 Document new option
3145
3146 2006-06-01 [wwp]        2.2.0cvs70
3147
3148         * src/messageview.c
3149                 fix for bug #961 (return receipt dialog 
3150                 complains incorrectly about return-path 
3151                 email adress being different), thanks 
3152                 to Colin.
3153
3154 2006-05-31 [cleroy]     2.2.0cvs69
3155
3156         * src/common/ssl.c
3157                 Guard against NULLs, although this
3158                 should never be an issue
3159
3160 2006-05-31 [colin]      2.2.0cvs68
3161
3162         * src/filtering.c
3163                 Use g_slist_prepend
3164         * src/imap.c
3165                 Don't remove caches when destroying folder, it
3166                 could (should) be done at exit
3167         * src/inc.c
3168                 free processing cache after incorporation
3169         * src/etpan/imap-thread.c
3170                 Maybe fix bug #959 (Crash on moving to emails 
3171                 to a imap account per ssl with a expired 
3172                 certificate.)
3173
3174 2006-05-30 [colin]      2.2.0cvs67
3175
3176         * src/summaryview.c
3177                 Put back event flush when displaying message
3178                 It avoids reading a bunch of messages just
3179                 by hitting shift-n for too long ;)
3180
3181 2006-05-29 [colin]      2.2.0cvs66
3182
3183         * src/summaryview.c
3184                 Remove useless g_warnings
3185
3186 2006-05-29 [colin]      2.2.0cvs65
3187
3188         * src/imap.c
3189                 Fix g_slist_append()s for performance
3190
3191 2006-05-29 [colin]      2.2.0cvs64
3192
3193         * src/compose.c
3194         * src/common/utils.c
3195                 Fix extraneous tab at start of addresses
3196         * src/mainwindow.c
3197                 Fix warnings (thanks to Fabien)
3198                 Fix crash at exit when composing messages 
3199                 exist
3200         * src/pop.c
3201                 Fix progress bar when deleting expired mails
3202                 Thanks to Hiro
3203         * src/summaryview.c
3204         * src/gtk/gtksctree.c
3205                 Fix re-sorting slowness
3206
3207 2006-05-29 [paul]       2.2.0cvs63
3208
3209         * src/mh.c
3210                 fetch full message when moving mails
3211                 from another mailbox, (fixed data loss
3212                 when filtering from IMAP to MH, introduced
3213                 in 2.2.0cvs57).
3214                 Thanks to Colin
3215
3216 2006-05-29 [mones]      2.2.0cvs62
3217
3218         * src/gtk/gtksctree.c
3219                 Unselect faster (patch by Colin)        
3220
3221 2006-05-26 [colin]      2.2.0cvs61
3222
3223         * src/summaryview.c
3224                 Unplug MSGINFO_UPDATE callback on delete too.
3225
3226 2006-05-26 [colin]      2.2.0cvs60
3227
3228         * src/foldersel.c
3229                 Fix bold in folder selection window with glib2.10
3230                 thanks Hiro
3231
3232 2006-05-26 [colin]      2.2.0cvs59
3233
3234         * src/procheader.c
3235                 Convert date only if necessary (and don't
3236                 try to convert from utf8 to utf8, too)
3237         * src/summaryview.c
3238                 Only set column's text if the column's 
3239                 displayed
3240
3241 2006-05-26 [colin]      2.2.0cvs58
3242
3243         * src/summaryview.c
3244         * src/gtk/gtkutils.c
3245                 Fix useless warning
3246
3247 2006-05-26 [colin]      2.2.0cvs57
3248
3249         * src/mainwindow.c
3250                 Make summaryview selectable as long as 
3251                 no message has focus
3252         * src/mh.c
3253                 Faster deletion (by implementing mh_remove_msgs)
3254                 Faster copy (avoid using mh_fetch_msg just to get
3255                 the filename)
3256                 Faster move (using move_file instead of copy_file
3257                 if MSG_IS_MOVE)
3258                 No progressbar if total number of mails to cp/mv 
3259                 is less than 100
3260         * src/summaryview.c
3261                 Fix removal from subject_table when mail gets moved
3262                 Faster deletion (g_slist_prepend instead of append)
3263         * src/gtk/gtksctree.c
3264                 Remove useless code
3265
3266 2006-05-25 [colin]      2.2.0cvs56
3267
3268         * src/common/ssl_certificate.c
3269                 Fix leak in expired cert check
3270
3271 2006-05-25 [colin]      2.2.0cvs55
3272
3273         * src/mh.c
3274                 Disable flags syncing on .mh_sequences - it
3275                 is buggy and marks mails read under unknown
3276                 conditions.
3277
3278 2006-05-25 [paul]
3279
3280         * 2.3.0-rc4 released
3281
3282 2006-05-24 [colin]      2.2.0cvs54
3283
3284         attention cvs users: if you manage to crash
3285         Sylpheed-Claws while moving, copying or deleting
3286         mails, we *are* interested in stack traces and
3287         valgrind logs. It looks stable, but one never
3288         knows...
3289
3290         * src/folder.c
3291                 Add progressbar for cache updates
3292         * src/folderutils.c
3293                 Optimize Mark all read in the current
3294                 folder
3295         * src/mh.c
3296                 Add progressbar for copy/move
3297         * src/procmsg.c
3298                 Optimize O(n^2) in copy/move
3299         * src/summaryview.c
3300         * src/gtk/gtksctree.c
3301                 Optimize O(n^2) algos
3302         * src/common/timing.h
3303                 Display ms instead of us
3304
3305 2006-05-24 [wwp]        2.2.0cvs53
3306
3307         * manual/fr/advanced.xml
3308                 updates to the French manual.
3309
3310 2006-05-24 [wwp]        2.2.0cvs52
3311
3312         * src/common/utils.c
3313                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3314
3315 2006-05-24 [wwp]        2.2.0cvs51
3316
3317         * src/folderutils.c
3318                 fixed "mark all read" in MH folders (thanks to Colin).
3319
3320 2006-05-24 [paul]       2.2.0cvs50
3321
3322         * doc/man/sylpheed-claws.1
3323                 updated the man page
3324
3325 2006-05-23 [colin]      2.2.0cvs49
3326
3327         * src/folderview.c
3328         * src/imap.c
3329         * src/inc.c
3330         * src/mbox.c
3331         * src/messageview.c
3332         * src/news.c
3333         * src/send_message.c
3334         * src/summaryview.c
3335         * src/gtk/sslcertwindow.c
3336                 alertpanel fixes, by Fabien
3337
3338 2006-05-23 [colin]      2.2.0cvs48
3339
3340         * src/folder.c
3341         * src/folderview.c
3342         * src/msgcache.c
3343         * src/summaryview.c
3344         * src/gtk/gtksctree.c
3345         * src/gtk/gtksctree.h
3346                 More timings
3347                 Fix slow loading problem, which was caused by the
3348                 use of some gtk_ctree funcs and their use of
3349                 g_list_position while gtk_ctree_(un)link'ing.
3350                 Reap more functions from gtkctree.c to be sure we
3351                 use our (fast) version instead of theirs.
3352         * src/mh.c
3353                 Fix copy of unread mails
3354
3355
3356 2006-05-22 [wwp]        2.2.0cvs47
3357
3358         * manual/fr/advanced.xml
3359                 updated.
3360
3361 2006-05-22 [colin]      2.2.0cvs46
3362
3363         * src/filtering.c
3364                 Fix possible infinite loop. 'copy' is not a 
3365                 final action, so when encountering a 'copy',
3366                 we have to check if a previous one was set
3367                 and do it. In the same way, if we encounter
3368                 a 'move' we have to perform a possibly 
3369                 pending 'copy'. This will slow down filtering
3370                 on IMAP if move+copy or multiple copy actions
3371                 are to be done, but handling it via the batch
3372                 would be really too convoluted.
3373
3374 2006-05-22 [wwp]        2.2.0cvs45
3375
3376         * manual/fr/advanced.xml
3377         * manual/fr/faq.xml
3378         * manual/fr/glossary.xml
3379         * manual/fr/handling.xml
3380         * manual/fr/intro.xml
3381         * manual/fr/plugins.xml
3382         * manual/fr/sylpheed-claws-manual.xml
3383                 sync w/ the english manual: updates URIs, documented mailing-list
3384                 support, better explanation about the enabled/disabled feature
3385                 in filtering/processing rules by Paul.
3386
3387 2006-05-21 [colin]      2.2.0cvs44
3388
3389         * src/summaryview.c
3390                 Don't expand after building threads, but during
3391
3392 2006-05-21 [colin]      2.2.0cvs43
3393
3394         * src/procmsg.c
3395         * src/summaryview.c
3396                 More timing possibilities... For next time I have 
3397                 to find out how the hell some 3GHz computer takes
3398                 one minute to open a 30k folder...
3399
3400 2006-05-21 [colin]      2.2.0cvs42
3401
3402         * manual/pl/advanced.xml
3403         * manual/pl/faq.xml
3404         * manual/pl/glossary.xml
3405         * manual/pl/handling.xml
3406         * manual/pl/intro.xml
3407         * manual/pl/plugins.xml
3408         * manual/pl/sylpheed-claws-manual.xml
3409                 Polish manual updated by Pawel
3410
3411 2006-05-20 [colin]
3412
3413         * 2.3.0-rc3 released
3414
3415 2006-05-20 [colin]      2.2.0cvs41
3416
3417         * src/imap.c
3418                 Fix -rc2 problems:
3419                 - remove cache of moved messages from original folder
3420                 - apply new flags to messages even if they aren't appliable
3421                   via IMAP.
3422
3423 2006-05-20 [colin]
3424
3425         * 2.3.0-rc2 released
3426
3427 2006-05-19 [colin]      2.2.0cvs40
3428
3429         * src/imap.c
3430                 Don't issue SELECT in imap_change_flags
3431                 before having checked that we indeed have
3432                 some flags to change. MSG_POSTFILTERED for
3433                 example can't be used on IMAP.
3434                 Fixes bug #955 (copying messages between 
3435                 imap folders is extremely slow), which was
3436                 a regression.
3437
3438 2006-05-19 [colin]      2.2.0cvs39
3439
3440         * src/folder.c
3441         * src/folder.h
3442         * src/folderview.c
3443                 Try to fix bug #830 (Some unread messages 
3444                 get marked read in IMAP inbox):
3445                 - Prevent scanning a folder if it's being 
3446                   opened via the GUI
3447                 - Postpone opening via the GUI of a folder
3448                   currently scanned.
3449
3450
3451 2006-05-19 [wwp]        2.2.0cvs38
3452
3453         * manual/advanced.xml
3454                 fix English+typo (thanks to Paul).
3455
3456 2006-05-19 [wwp]        2.2.0cvs37
3457
3458         * manual/advanced.xml
3459         * manual/fr/advanced.xml
3460         * src/gtk/logwindow.c
3461         * src/prefs_common.c
3462         * src/prefs_common.h
3463                 added hidden prefs to allow customization of colors used in
3464                 protocol log window (useful for dark gtk+ themes).
3465
3466 2006-05-19 [wwp]        2.2.0cvs36
3467
3468         * ChangeLog
3469                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3470
3471 2006-05-19 [paul]       2.2.0cvs35
3472
3473         * src/textview.c
3474                 make Reply-To fully clickable
3475         * src/gtk/logwindow.c
3476                 more colouring (SMTP ESMTP)
3477         Both patches by Pawel Pekala
3478
3479 2006-05-19 [cleroy]     2.2.0cvs34
3480
3481         * src/mh.c
3482                 Don't update flags from current folder
3483                 Probably fixes bug #935 (Read Messages 
3484                 Revert to Being Marked as Unread)
3485
3486 2006-05-18 [colin]      2.2.0cvs33
3487
3488         * src/imap.c
3489                 Warning fix
3490         * src/compose.c
3491         * src/mainwindow.c
3492         * src/summaryview.c
3493         * src/toolbar.c
3494                 Allow replying to multiple emails
3495                 in multiple windows
3496         * src/mimeview.c
3497         * src/etpan/imap-thread.c
3498                 Leak fixes
3499
3500 2006-05-18 [paul]       2.2.0cvs32
3501
3502         * src/summaryview.c
3503                 keep Mailing-List menu refreshed
3504                 Thanks to Colin
3505
3506 2006-05-18 [paul]       2.2.0cvs31
3507
3508         * manual/advanced.xml
3509         * manual/faq.xml
3510         * manual/glossary.xml
3511         * manual/handling.xml
3512         * manual/intro.xml
3513         * manual/plugins.xml
3514         * manual/sylpheed-claws-manual.xml
3515                 update URLs
3516                 add info about mailing-list support
3517                 edit filtering info
3518         * src/wizard.c
3519         * src/common/defs.h
3520         * src/gtk/about.c
3521         * src/plugins/dillo_viewer/README
3522                 update URLs
3523
3524 2006-05-17 [wwp]        2.2.0cvs30
3525
3526         * manual/handling.xml
3527         * manual/fr/handling.xml
3528                 documented the ability to enabled/disable filtering/processing rules.
3529
3530 2006-05-17 [colin]      2.2.0cvs29
3531
3532         * src/main.c
3533                 Don't initialize g_thread subsystem if it's 
3534                 already done (thanks to Hiro)
3535         * src/mimeview.c
3536                 Fix saving of parts when there name can't be
3537                 converted from UTF-8.
3538
3539 2006-05-17 [paul]       2.2.0cvs28
3540
3541         * po/Makefile.in.in
3542                 fix config.status warning with autoconf 2.60
3543
3544 2006-05-17 [paul]       2.2.0cvs27
3545
3546         * po/POTFILES.in
3547                 add src/mbox.c
3548
3549 2006-05-17 [wwp]        2.2.0cvs26
3550
3551         * src/mainwindow.c
3552                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3553
3554 2006-05-17 [wwp]        2.2.0cvs25
3555
3556         * src/plugins/demo/demo.c
3557                 updated product name in plugin demo (many plugins need to be
3558                 sync'ed w/ that change).
3559
3560 2006-05-17 [colin]      2.2.0cvs24
3561
3562         * src/mh.c
3563                 Fix leak
3564
3565 2006-05-16 [colin]      2.2.0cvs23
3566
3567         * src/mainwindow.c
3568                 Stupid me hit again. Fix cvs22.
3569
3570 2006-05-16 [colin]      2.2.0cvs22
3571
3572         * src/mainwindow.c
3573                 Fix bug #922 (sylpheed-claws crashed after 
3574                 pushing on Inbox folder)
3575
3576 2006-05-16 [colin]      2.2.0cvs21
3577
3578         * src/compose.c
3579                 Make From header be copy/paste/select-able
3580
3581 2006-05-16 [wwp]        2.2.0cvs20
3582
3583         * src/export.c
3584         * src/matcher.c
3585         * src/summaryview.c
3586         * src/etpan/imap-thread.c
3587                 fix some compiler warnings (thanks to Colin).
3588
3589 2006-05-16 [wwp]        2.2.0cvs19
3590
3591         * src/action.c
3592         * src/gedit-print.c
3593         * src/inc.c
3594         * src/mainwindow.c
3595         * src/mh.c
3596         * src/statusbar.c
3597         * src/send_message.c
3598         * src/summaryview.c
3599                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3600
3601 2006-05-15 [colin]      2.2.0cvs18
3602
3603         * src/procmsg.c
3604                 Fix automatic rule creation with List-Post
3605
3606 2006-05-15 [paul]       2.2.0cvs17
3607
3608         * tools/filter_conv_new.pl
3609                 updated for rule enabling/disabling
3610                 claws version >= 2.3.x required
3611
3612 2006-05-15 [cleroy]     2.2.0cvs16
3613
3614         * src/main.c
3615                 Revert test
3616
3617 2006-05-15 [cleroy]     2.2.0cvs15
3618
3619         * src/main.c
3620                 test
3621
3622 2006-05-15 [wwp]        2.2.0cvs14
3623
3624         * manual/pl/.cvsignore
3625                 ignore generated files.
3626
3627 2006-05-14 [wwp]        2.3.0-rc1
3628
3629         * 2.3.0-rc1 released
3630
3631 2006-05-13 [wwp]        2.2.0cvs13
3632
3633         * src/filtering.c
3634         * src/filtering.h
3635         * src/matcher.c
3636         * src/matcher_parser_lex.l
3637         * src/matcher_parser_parse.y
3638         * src/prefs_filtering.c
3639                 new feature: provide the ability to disable filtering and processing
3640                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3641                 adaptations.
3642
3643 2006-05-13 [colin]      2.2.0cvs12
3644
3645         * src/compose.c
3646                 Remove useless if (a) b; else b;
3647                 Thanks to wwp
3648
3649 2006-05-13 [wwp]        2.2.0cvs11
3650
3651         * src/export.c
3652         * src/import.c
3653         * src/mainwindow.c
3654         * src/mbox.c
3655         * src/summaryview.c
3656         * src/summaryview.h
3657                 no more silent failures (or at least less ones) when importing
3658                 or exporting from/to mbox. Also start importing/exporting if
3659                 the necessary info is set.
3660
3661 2006-05-13 [wwp]        2.2.0cvs10
3662
3663         * RELEASE_NOTES
3664                 restored up-to-date release notes.
3665
3666 2006-05-13 [paul]       2.2.0cvs9
3667
3668         * po/nl.po
3669         * po/ru.po
3670                 updated by Tim Dijkstra and Pavlo Bohmat
3671
3672 2006-05-12 [colin]      2.2.0cvs8
3673
3674         * src/gtk/quicksearch.c
3675                 Add "k" as shortcut for "colorlabel". Patch
3676                 by ath42@users.sf.net.
3677
3678 2006-05-12 [paul]       2.2.0cvs7
3679
3680         * src/prefs_common.h
3681         * src/prefs_summaries.c
3682         * src/summaryview.c
3683                 when entering a folder also allow
3684                 going directly to first Marked message
3685
3686 2006-05-12 [paul]       2.2.0cvs6
3687
3688         * src/summaryview.c
3689                 always obey 'confirm before marking all
3690                 mails read' option
3691
3692 2006-05-12 [paul]       2.2.0cvs5
3693
3694         * src/textview.c
3695                 make Sender fully clickable
3696
3697 2006-05-12 [colin]      2.2.0cvs4
3698
3699         * src/compose.c
3700         * src/compose.h
3701                 Let From be editable
3702         * src/main.c
3703         * src/mh.c
3704                 Full support of .mh_sequences' Unseen seq
3705
3706 2006-05-12 [colin]      2.2.0cvs3
3707
3708         * src/folder.c
3709         * src/mainwindow.c
3710         * src/mainwindow.h
3711         * src/messageview.c
3712         * src/prefs_spelling.c
3713         * src/procheader.c
3714         * src/procmsg.c
3715         * src/procmsg.h
3716         * src/summaryview.c
3717         * src/toolbar.c
3718         * src/toolbar.h
3719                 Add contextual menu on Compose toolbar
3720                 button. Fixes bug #944 (Automatic
3721                 addresses not applied when changing account
3722                 from compose window)
3723                 add Mailing List support
3724                 based on the old 0.6.5claws25 patch by
3725                 Melvin Hadasht, with finishing touches
3726                 by Colin
3727                 Fix "ignore thread" when mails are threaded by
3728                 subject (and weren't ignored although appearing
3729                 in the thread).
3730                 GUI rework.
3731                 Both patches by Pawel.
3732
3733 2006-05-08 [paul]       2.2.0cvs2
3734
3735         * src/mainwindow.c
3736         * src/mainwindow.h
3737         * src/messageview.c
3738         * src/procheader.c
3739         * src/procmsg.c
3740         * src/procmsg.h
3741         * src/summaryview.c
3742                 add Mailing List support
3743                 based on the old 0.6.5claws25 patch by 
3744                 Melvin Hadasht, with finishing touches
3745                 by Colin
3746
3747 2006-05-08 [colin]      2.2.0cvs1
3748
3749         * src/mainwindow.c
3750         * src/toolbar.c
3751         * src/toolbar.h
3752                 Add contextual menu on Compose toolbar 
3753                 button. Fixes bug #944 (Automatic 
3754                 addresses not applied when changing account 
3755                 from compose window)
3756
3757 2006-05-08 [paul]       2.2.0
3758
3759         2.2.0 released
3760
3761 2006-05-08 [paul]       2.1.1cvs51
3762
3763         * po/cs.po
3764         * po/de.po
3765         * po/en_GB.po
3766         * po/fi.po
3767         * po/fr.po
3768         * po/pt_BR.po
3769         * po/sr.po
3770         * po/zh_CN.po
3771                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3772                 Fabien Vantard, Frederico Goncalves Guimaraes,
3773                 Aleksandar Urosevic, and Ralgh Young
3774
3775 2006-05-12 [colin]      2.1.1cvs50
3776
3777         * po/cs.po
3778         * po/de.po
3779         * po/en_GB.po
3780         * po/es.po
3781         * po/fi.po
3782         * po/fr.po
3783         * po/pt_BR.po
3784         * po/sr.po
3785         * po/zh_CN.po
3786                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3787                 Fabien Vantard, Frederico Goncalves Guimaraes,
3788                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3789
3790 2006-05-05 [colin]      2.1.1cvs49
3791
3792         * manual/Makefile.am
3793         * manual/pl/Makefile.am
3794         * manual/pl/account.xml
3795         * manual/pl/ack.xml
3796         * manual/pl/addrbook.xml
3797         * manual/pl/advanced.xml
3798         * manual/pl/faq.xml
3799         * manual/pl/glossary.xml
3800         * manual/pl/gpl.xml
3801         * manual/pl/handling.xml
3802         * manual/pl/intro.xml
3803         * manual/pl/keyboard.xml
3804         * manual/pl/plugins.xml
3805         * manual/pl/starting.xml
3806         * manual/pl/sylpheed-claws-manual.xml
3807         * manual/pl/dist/.cvsignore
3808         * manual/pl/dist/Makefile.am
3809         * manual/pl/dist/html/.cvsignore
3810         * manual/pl/dist/html/Makefile.am
3811         * manual/pl/dist/pdf/.cvsignore
3812         * manual/pl/dist/pdf/Makefile.am
3813         * manual/pl/dist/ps/.cvsignore
3814         * manual/pl/dist/ps/Makefile.am
3815         * manual/pl/dist/txt/.cvsignore
3816         * manual/pl/dist/txt/Makefile.am
3817                 Add the polish translation of the manual,
3818                 Authored by Pawel Pekala.
3819
3820 2006-05-05 [cleroy]     2.1.1cvs48
3821
3822         * src/main.c
3823                 Re-read matcherrc after loading plugins 
3824                 if some of them add folders.
3825
3826 2006-05-03 [colin]      2.1.1cvs47
3827
3828         * src/imap.c
3829                 I'm idiot
3830
3831 2006-05-03 [colin]      2.1.1cvs46
3832
3833         * src/imap.c
3834                 Be sure to have a session when
3835                 getting separator
3836
3837 2006-05-03 [colin]      2.1.1cvs45
3838
3839         * src/imap.c
3840         * src/imap.h
3841         * src/imap_gtk.c
3842                 Fix preventing renaming with namespace 
3843                 separator.
3844
3845 2006-05-01 [colin]      2.1.1cvs44
3846
3847         * src/action.c
3848                 Don't reload messageview when result of
3849                 action is piped.
3850
3851 2006-04-29 [colin]      2.1.1cvs43
3852
3853         * src/prefs_receive.c
3854         * src/plugins/spamassassin/spamassassin_gtk.c
3855         * src/plugins/clamav/clamav_plugin_gtk.c
3856                 GUI fixes by Pawel
3857
3858 2006-04-29 [colin]      2.1.1cvs42
3859
3860         * src/prefs_compose_writing.c
3861         * src/prefs_quote.c
3862                 Cleanups. Patch by Pawel
3863
3864 2006-04-28 [paul]       2.1.1cvs41
3865
3866         * src/matcher.c
3867                 fix returned quick search results when search
3868                 term contains an underscore.
3869                 Thanks to Colin
3870
3871 2006-04-28 [paul]       2.1.1cvs40
3872
3873         * src/prefs_message.c
3874         * src/prefs_receive.c
3875                 GUI cleanups
3876                 Patches by Pawel Pekala
3877
3878 2006-04-27 [colin]      2.1.1cvs39
3879
3880         * src/wizard.c
3881                 Differentiate subject Welcome from
3882                 window's title Welcome
3883
3884 2006-04-27 [paul]
3885
3886         2.2.0-rc1 released
3887
3888 2006-04-27 [paul]       2.1.1cvs38
3889
3890         * manual/advanced.xml
3891         * manual/fr/advanced.xml
3892                 add info about compose_no_markup hidden pref
3893
3894 2006-04-27 [paul]       2.1.1cvs37
3895
3896         * src/prefs_account.c
3897                 improve privacy labels
3898         * src/prefs_msg_colors.c
3899                 change some strings for translators' convenience
3900         * src/gtk/gtkutils.c
3901                 don't underline the link button text
3902
3903 2006-04-25 [colin]      2.1.1cvs36
3904
3905         * src/folder.c
3906                 Complete 2.1.1cvs33 (once more ;)
3907
3908 2006-04-25 [colin]      2.1.1cvs35
3909
3910         * src/editldap.c
3911                 Fix tooltip
3912
3913 2006-04-25 [cleroy]     2.1.1cvs34
3914
3915         * src/compose.c
3916         * src/gtk/gtkaspell.c
3917                 Fix crash on redirect (related to the return 
3918                 of the aspell menu in compose's toolbar)
3919         * src/prefs_msg_colors.c
3920                 Fix sensitivity widgets
3921         * src/image_viewer.c
3922         * src/gtk/pluginwindow.c
3923         * src/gtk/prefswindow.c
3924                 Change released signals to clicked (Fabien)
3925         * po/POTFILES.in
3926         * src/common/socket.c
3927         * src/plugins/spamassassin/spamassassin.c
3928                 Translate strings (Fabien)
3929
3930 2006-04-25 [paul]       2.1.1cvs33
3931
3932         * src/folder.c
3933         * src/folder.h
3934         * src/folderview.c
3935                 complete the fix of bug #912
3936                 Thanks to Colin
3937
3938 2006-04-25 [colin]      2.1.1cvs32
3939
3940         * src/news.c
3941                 Better progress bar
3942         * src/mimeview.c
3943         * src/summaryview.c
3944         * src/summaryview.h
3945                 Fix focus chain
3946                 Patches by Pawel Pekala
3947
3948 2006-04-24 [colin]      2.1.1cvs31
3949
3950         * src/compose.c
3951                 Fix compilation warnings (Fabien)
3952
3953 2006-04-24 [colin]      2.1.1cvs30
3954
3955         * src/addrindex.c
3956         * src/editldap.c
3957         * src/editldap_basedn.c
3958         * src/editldap_basedn.h
3959         * src/ldapctrl.c
3960         * src/ldapctrl.h
3961         * src/ldapquery.c
3962         * src/ldaputil.c
3963         * src/ldaputil.h
3964                 Fix bug #901 (LDAPS support)
3965
3966 2006-04-24 [colin]      2.1.1cvs29
3967
3968         * src/compose.c
3969                 Fix logic on error with send dialog on
3970         * src/imap.c
3971                 Fix compilation without libetpan, thanks
3972                 to Fabien
3973         * src/summaryview.c
3974                 Fix 'context-menu' key
3975
3976 2006-04-23 [colin]      2.1.1cvs28
3977
3978         * src/folder.c
3979                 Never free current's cache to free up 
3980                 memory. Fixes bug #912 (new count 
3981                 randomly set to message count)
3982
3983 2006-04-23 [colin]      2.1.1cvs27
3984
3985         * src/gtk/quicksearch.c
3986                 And remove printf...
3987
3988 2006-04-23 [colin]      2.1.1cvs26
3989
3990         * src/gtk/quicksearch.c
3991                 Fix replacing in quicksearch, and fix inserting
3992                 in the middle of the string. (introduced at 2.1.0cvs22)
3993
3994 2006-04-23 [colin]      2.1.1cvs25
3995
3996         * src/imap.c
3997                 Make sure uidnext is initialized in get_num_list
3998                 (not for stable, related to 2.1.1cvs8 and friends)
3999
4000 2006-04-23 [colin]      2.1.1cvs24
4001
4002         * src/imap.c
4003                 Output something when login is successful
4004                 too
4005
4006 2006-04-23 [colin]      2.1.1cvs23
4007
4008         * src/etpan/imap-thread.c
4009                 Better logging (line-per-line, hide data in fetch)
4010                 Fix a const warning
4011         * src/gtk/logwindow.c
4012         * src/gtk/logwindow.h
4013                 Better logging (color for input/output)
4014
4015 2006-04-21 [colin]      2.1.1cvs22
4016
4017         * src/gtk/quicksearch.c
4018                 On gtk+-2.8, use stock buttons in quicksearch
4019                 Based on a patch by Fabien and a design by Paul
4020
4021 2006-04-21 [colin]      2.1.1cvs21
4022
4023         * src/folderview.c
4024         * src/mainwindow.c
4025                 Fix occasional flicker in folderview
4026         * src/common/utils.c
4027                 Fix bug #943 (Incorrectly parsed email address 
4028                 list in short headers on message view and in 
4029                 printouts)
4030
4031 2006-04-20 [colin]      2.1.1cvs20
4032
4033         * src/imap.c
4034         * src/imap.h
4035         * src/prefs_account.c
4036                 Add ANONYMOUS auth for IMAP
4037
4038 2006-04-20 [paul]       2.1.1cvs19
4039
4040         * src/main.c
4041                 proper fix for 2.1.1cvs18
4042                 Thanks to Colin
4043
4044 2006-04-20 [paul]       2.1.1cvs18
4045
4046         * src/main.c
4047                 fix build warnings
4048
4049 2006-04-20 [paul]       2.1.1cvs17
4050
4051         * src/gtk/quicksearch.c
4052                 fix standard, non-extended Quick search,
4053                 was broken in 2.1.1cvs15.
4054                 Thanks to Colin.
4055
4056 2006-04-20 [colin]      2.1.1cvs16
4057
4058         * src/prefs_matcher.c
4059                 Fix values when reselecting a ~test
4060                 rule
4061
4062 2006-04-19 [colin]      2.1.1cvs15
4063
4064         * src/compose.c
4065         * src/compose.h
4066         * src/gtk/gtkaspell.c
4067         * src/gtk/gtkaspell.h
4068                 Put back Options menu in Spelling/
4069         * src/gtk/quicksearch.c
4070                 Don't search, and show error, if the
4071                 advanced search has a syntax error
4072
4073 2006-04-18 [colin]      2.1.1cvs14
4074
4075         * src/textview.c
4076                 Fix gdk warnings on set_cursor when textview
4077                 isn't visible
4078
4079 2006-04-18 [colin]      2.1.1cvs13
4080
4081         * src/gtk/gtksctree.c
4082                 Remove seemingly useless refresh that causes
4083                 flicker - watch this commit in case of 
4084                 problems before planned backport to stable
4085
4086 2006-04-18 [colin]      2.1.1cvs12
4087
4088         * src/imap.c
4089                 Factorize get/set_xml code
4090         * src/compose.c
4091         * src/prefs_account.c
4092         * src/prefs_account.h
4093         * src/procmsg.c
4094                 Add Encrypt to self option
4095
4096 2006-04-17 [colin]      2.1.1cvs11
4097
4098         * configure.ac
4099                 Fix search on encrpyt function on dragonfly
4100                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4101
4102 2006-04-17 [colin]      2.1.1cvs10
4103
4104         * src/prefs_account.c
4105                 Be safe by default: remove mails from POP3
4106                 after 7 days, not immediately
4107
4108 2006-04-17 [colin]      2.1.1cvs9
4109
4110         * src/etpan/imap-thread.c
4111                 Fix build on DragonFly - patch by 
4112                 Jonathan Buschmann <jonthn@agmact.com>
4113
4114 2006-04-17 [colin]      2.1.1cvs8
4115
4116         * src/imap.c
4117                 Save uidnext between sessions
4118
4119 2006-04-17 [colin]      2.1.1cvs7
4120
4121         * src/imap.c
4122                 scan is required when uid validity changes
4123
4124 2006-04-17 [colin]      2.1.1cvs6
4125
4126         * src/folderview.c
4127                 Don't scan if not necessary, apart in current
4128                 folder and INBOX to fetch flags.
4129         * src/imap.c
4130                 Scan is necessary if unread count changes
4131
4132 2006-04-17 [colin]      2.1.1cvs5
4133
4134         * src/imap.c
4135                 ...But always fetch ANSWERED and DELETED flags for
4136                 INBOX, as filtering can happen on these flags.
4137
4138 2006-04-17 [colin]      2.1.1cvs4
4139
4140         * src/imap.c
4141                 Don't fetch REPLIED and DELETED flags when synchronising
4142                 flags with a closed folder. We only need UNSEEN and FLAGGED
4143                 to update the folderview.
4144
4145 2006-04-17 [colin]      2.1.1cvs3
4146
4147         * src/imap.c
4148                 Faster flag search when there are new mails 
4149                 in a folder. We can do a full search if the 
4150                 folder contains less messages than the new
4151                 list.
4152
4153 2006-04-17 [colin]      2.1.1cvs2
4154
4155         * po/cs.po
4156         * po/de.po
4157         * po/fr.po
4158         * po/nl.po
4159         * po/pt_BR.po
4160                 Update translations from stable branch
4161
4162 2006-04-17 [colin]      2.1.1cvs1
4163
4164         * configure.ac
4165                 Bump version to follow stable release
4166
4167 2006-04-16 [mones]      2.1.0cvs50
4168
4169         * po/es.po
4170                 Updated for release
4171
4172 2006-04-16 [colin]      2.1.0cvs49
4173
4174         * src/textview.c
4175                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4176                 with gtk < 2.8. Thanks to Fabien Vantard.
4177
4178 2006-04-15 [colin]      2.1.0cvs48
4179
4180         * src/etpan/imap-thread.c
4181                 Fix bug #919 (libetpan: SEGV when connecting 
4182                 using command)
4183
4184 2006-04-14 [colin]      2.1.0cvs47
4185
4186         * src/main.c
4187                 Fix race on --select (should be done better)
4188
4189 2006-04-14 [wwp]        2.1.0cvs46
4190
4191         * src/send_message.c
4192                 enforce a check for domain in account prefs (a sending
4193                 error could be faced if domain was checked but no value set),
4194                 thanks to Colin.
4195
4196 2006-04-14 [colin]      2.1.0cvs45
4197
4198         * src/codeconv.c
4199                 when converting from unknown to unknown, if the
4200                 string is UTF8, don't convert it to the locale
4201                 (which breaks it)
4202
4203 2006-04-14 [colin]      2.1.0cvs44
4204
4205         * src/compose.c
4206                 Don't try to use ASCII for converting headers
4207                 (as done in body)
4208
4209 2006-04-14 [paul]       2.1.0cvs43
4210
4211         * src/crash.c
4212                 add locale/charset info to crash report
4213         * src/gtk/about.c
4214                 add wwp to doc team
4215                 replace 'e-mail' with preferred 'email'
4216         * src/gtk/authors.h
4217                 ensure contributors list is in alphabetical
4218                 order
4219
4220 2006-04-13 [colin]      2.1.0cvs42
4221
4222         * src/textview.c
4223                 Prevent gdk warnings
4224
4225 2006-04-13 [colin]      2.1.0cvs41
4226
4227         * src/common/ssl_certificate.c
4228         * src/common/ssl_certificate.h
4229         * src/gtk/sslcertwindow.c
4230                 Warn on expired certs, and display the expiration date
4231
4232 2006-04-13 [colin]      2.1.0cvs40
4233
4234         * src/plugins/spamassassin/spamassassin_gtk.c
4235                 Fix missing set_text on unix socket
4236
4237 2006-04-13 [wwp]        2.1.0cvs39
4238
4239         * manual/fr/advanced.xml
4240         * manual/fr/glossary.xml
4241                 applied new spam/ham/email lexicon (pourriel, courriel)
4242
4243 2006-04-13 [paul]       2.1.0cvs38
4244
4245         * src/plugins/pgpmime/plugin.c
4246                 remove the mention of S/MIME from the
4247                 description. This is now handled by the
4248                 S/MIME plugin.
4249
4250 2006-04-13 [paul]       2.1.0cvs37
4251
4252         * src/prefs_msg_colors.c
4253                 rework dialog
4254         * src/prefs_folder_item.c
4255         * src/prefs_spelling.c
4256                 add a tooltip to the colour selector buttons
4257
4258 2006-04-13 [wwp]        2.1.0cvs36
4259
4260         * manual/advanced.xml
4261         * manual/glossary.xml
4262         * manual/handling.xml
4263         * manual/keyboard.xml
4264         * manual/plugins.xml
4265         * manual/starting.xml
4266         * manual/fr/account.xml
4267         * manual/fr/ack.xml
4268         * manual/fr/addrbook.xml
4269         * manual/fr/advanced.xml
4270         * manual/fr/faq.xml
4271         * manual/fr/glossary.xml
4272         * manual/fr/gpl.xml
4273         * manual/fr/handling.xml
4274         * manual/fr/intro.xml
4275         * manual/fr/keyboard.xml
4276         * manual/fr/plugins.xml
4277         * manual/fr/starting.xml
4278         * manual/fr/sylpheed-claws-manual.xml
4279                 fixes to the manuals:
4280                  - summaryview -> Message List (same in French)
4281                  - translate key names
4282                  - fix French punctuation, use non-breakable spaces when
4283                    necessary, don't use &thinsp; which is not portable
4284                  - tell what maildir and mbox formats we support
4285
4286 2006-04-12 [wwp]        2.1.0cvs35
4287
4288         * src/prefs_toolbar.c
4289                 unified a replace button more,
4290                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4291
4292 2006-04-12 [wwp]        2.1.0cvs34
4293
4294         * src/prefs_common.c
4295         * src/prefs_msg_colors.c
4296                 make default color labels translatable,
4297                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4298                 thanks to Tim <timbrain@post.cz> for reporting.
4299
4300 2006-04-12 [wwp]        2.1.0cvs33
4301
4302         * manual/glossary.xml
4303         * manual/intro.xml
4304         * manual/plugins.xml
4305         * manual/starting.xml
4306         * manual/sylpheed-claws-manual.xml
4307         * manual/fr/.cvsignore
4308         * manual/fr/account.xml
4309         * manual/fr/ack.xml
4310         * manual/fr/addrbook.xml
4311         * manual/fr/advanced.xml
4312         * manual/fr/faq.xml
4313         * manual/fr/glossary.xml
4314         * manual/fr/handling.xml
4315         * manual/fr/intro.xml
4316         * manual/fr/keyboard.xml
4317         * manual/fr/plugins.xml
4318         * manual/fr/starting.xml
4319         * manual/fr/sylpheed-claws-manual.xml
4320                 various fixes: typos, missing .fr translations, punctuation,
4321                 capitalization, links, accents and some bad French more.
4322
4323 2006-04-12 [wwp]        2.1.0cvs32
4324
4325         * src/prefs_gtk.c
4326                 fix for bug #935: always store prefs files in UTF-8 (thanks
4327                 to Colin).
4328
4329 2006-04-11 [colin]      2.1.0cvs31
4330
4331         * src/compose.c
4332                 Fix inserting files not in utf8 when locale is utf8
4333
4334 2006-04-11 [colin]      2.1.0cvs30
4335
4336         * src/inc.c
4337                 Don't show error dialog when cancelling connection
4338                 Patch by Pawel
4339
4340 2006-04-11 [cleroy]     2.1.0cvs29
4341
4342         * src/compose.c
4343                 Implement multiple quote levels
4344         * src/prefs_common.c
4345                 Change a little bit the quote bgcolor for 2nd level
4346
4347 2006-04-11 [colin]      2.1.0cvs28
4348
4349         * src/gtk/about.c
4350                 Add locale and charset in the label
4351
4352 2006-04-10 [colin]      2.1.0cvs27
4353
4354         * src/compose.c
4355         * src/prefs_common.c
4356         * src/prefs_common.h
4357         * src/prefs_msg_colors.c
4358         * src/textview.c
4359                 Allow optional background color in quotes
4360                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4361                 GTK+-2.8.x feature
4362
4363 2006-04-10 [colin]      2.1.0cvs26
4364
4365         * src/main.c
4366         * src/mainwindow.c
4367         * src/mainwindow.h
4368                 Implement --select
4369
4370 2006-04-10 [colin]      2.1.0cvs25
4371
4372         * manual/plugins.xml
4373         * manual/fr/plugins.xml
4374                 Document libcurl's proxy variables
4375
4376 2006-04-09 [colin]      2.1.0cvs24
4377
4378         * src/prefs_common.c
4379                 gettext() returns statically allocated stuff. We have
4380                 to strdup it in order to be able to free it.
4381
4382 2006-04-09 [colin]      2.1.0cvs23
4383
4384         * AUTHORS
4385         * src/gtk/authors.h
4386                 Add Alexei
4387
4388 2006-04-09 [colin]      2.1.0cvs22
4389
4390         * src/mainwindow.c
4391         * src/gtk/quicksearch.c
4392                 Fix bug #859 (problems with cyrilic input in 
4393                 search panel) - Patch by Alexey Illarionov 
4394                 <littlesavage@rambler.ru>
4395
4396 2006-04-09 [colin]      2.1.0cvs21
4397
4398         * src/prefs_customheader.c
4399                 I prefer removing then freeing rather than the contrary
4400                 (even if it doesn't change anything ;-)
4401         * src/prefs_account.c
4402                 Fix bug #933 (Crash re-entering the custom headers list 
4403                 dialog in accounts prefs)
4404                 The problem happened when cancelling the Account 
4405                 Preferences' dialogs - in which case we didn't do 
4406                 anything to the PrefsAccount * struct. In case of applying,
4407                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4408                 working with in this dialog. The problem is that 
4409                 prefs_customheader.c, working on this tmp_ac_prefs, always
4410                 changes the ->customhdr_list pointer, even when cancelled. 
4411                 So in case of cancelling the prefs_account dialog, we still
4412                 have to update ->customhdr_list in the real account.
4413
4414 2006-04-08 [colin]      2.1.0cvs20
4415
4416         * manual/fr/glossary.xml
4417         * manual/fr/keyboard.xml
4418                 Forgot some headers :)
4419
4420 2006-04-08 [colin]      2.1.0cvs19
4421
4422         * manual/Makefile.am
4423         * manual/fr/Makefile.am
4424         * manual/fr/account.xml
4425         * manual/fr/ack.xml
4426         * manual/fr/addrbook.xml
4427         * manual/fr/advanced.xml
4428         * manual/fr/faq.xml
4429         * manual/fr/glossary.xml
4430         * manual/fr/gpl.xml
4431         * manual/fr/handling.xml
4432         * manual/fr/intro.xml
4433         * manual/fr/keyboard.xml
4434         * manual/fr/plugins.xml
4435         * manual/fr/starting.xml
4436         * manual/fr/sylpheed-claws-manual.xml
4437         * manual/fr/dist/.cvsignore
4438         * manual/fr/dist/Makefile.am
4439         * manual/fr/dist/html/.cvsignore
4440         * manual/fr/dist/html/Makefile.am
4441         * manual/fr/dist/pdf/.cvsignore
4442         * manual/fr/dist/pdf/Makefile.am
4443         * manual/fr/dist/ps/.cvsignore
4444         * manual/fr/dist/ps/Makefile.am
4445         * manual/fr/dist/txt/.cvsignore
4446         * manual/fr/dist/txt/Makefile.am
4447                 Add the french translation of the manual. Thanks to
4448                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4449                 account.xml, ack.xml, addrbook.xml and advanced.xml
4450
4451 2006-04-08 [colin]      2.1.0cvs18
4452
4453         * manual/plugins.xml
4454         * manual/starting.xml
4455                 More fixes
4456
4457 2006-04-07 [colin]      2.1.0cvs17
4458
4459         * manual/faq.xml
4460         * manual/intro.xml
4461         * manual/keyboard.xml
4462                 Little fixes
4463
4464 2006-04-07 [colin]      2.1.0cvs16
4465
4466         * README
4467         * src/compose.c
4468         * src/prefs_common.c
4469         * src/prefs_common.h
4470                 Add hidden compose_no_markup pref
4471
4472 2006-04-07 [wwp]        2.1.0cvs15
4473
4474         * src/summary_search.c
4475         * .cvsignore
4476                 Bugfix: stop button was sticky when searching in an empty folder.
4477                 Applied curly brackets code style to the whole file (summary_search.c).
4478                 More files to ignore.
4479
4480 2006-04-07 [wwp]        2.1.0cvs14
4481
4482         * src/message_search.c
4483         * src/summary_search.c
4484                 changed default button when search bumps at file/folder
4485                 beginning or end, for convenience (thanks to Colin).
4486
4487 2006-04-07 [paul]       2.1.0cvs13
4488
4489         * src/plugins/dillo_viewer/dillo_prefs.c
4490                 avoid future potential for namespace collision
4491                 Patch by Colin
4492
4493 2006-04-06 [wwp]        2.1.0cvs12
4494
4495         * src/summary_search.c
4496                 Unify extended/advanced searches names (and thus factorize labels),
4497                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4498
4499 2006-04-06 [wwp]        2.1.0cvs11
4500
4501         * src/folderview.c
4502         * src/prefs_themes.c
4503         * src/summaryview.c
4504                 Fixed some compilation warnings.
4505
4506 2006-04-06 [colin]      2.1.0cvs10
4507
4508         * manual/advanced.xml
4509                 Document the wizard template and how to deploy
4510                 Sylpheed-Claws effectively
4511
4512 2006-04-06 [colin]      2.1.0cvs9
4513
4514         * src/folderview.c
4515                 gettext patch to tell translators about _("#"),
4516                 by Maxim Britov
4517
4518 2006-04-06 [colin]      2.1.0cvs8
4519
4520         * src/textview.c
4521                 Fix invalid GtkTextBIter after clicking "Display as text"
4522
4523 2006-04-06 [mones]      2.1.0cvs7
4524
4525         * src/addr_compl.c
4526         * src/addrindex.c
4527         * src/addritem.c
4528         * src/codeconv.c
4529         * src/compose.c
4530         * src/filtering.c
4531         * src/folder.c
4532         * src/folder_item_prefs.c
4533         * src/folderview.c
4534         * src/localfolder.c
4535         * src/matcher.c
4536         * src/mimeview.c
4537         * src/prefs_msg_colors.c
4538         * src/prefs_spelling.c
4539         * src/prefs_themes.c
4540         * src/procmime.c
4541         * src/procmsg.c
4542         * src/stock_pixmap.c
4543         * src/summaryview.c
4544         * src/textview.c
4545         * src/toolbar.c
4546         * src/common/mgutils.c
4547         * src/common/prefs.c
4548         * src/common/ssl_certificate.c
4549         * src/gtk/colorlabel.c
4550         * src/gtk/quicksearch.c
4551         * src/plugins/pgpmime/pgpmime.c
4552         * src/plugins/spamassassin/spamassassin.c
4553                 Removed redundant NULL checks for g_free() calls.
4554                 Patch by Pawel Pekala.
4555
4556 2006-04-06 [mones]      2.1.0cvs6
4557
4558         * src/prefs_actions.c
4559         * src/prefs_filtering.c
4560         * src/prefs_filtering_action.c
4561         * src/prefs_matcher.c
4562         * src/prefs_template.c
4563         * src/gtk/gtkutils.c
4564         * src/gtk/gtkutils.h
4565                 Have a nice replace button. Patch by Pawel Pekala
4566
4567 2006-04-06 [colin]      2.1.0cvs5
4568
4569         * src/addressbook.c
4570                 Fix crash with empty columns
4571
4572 2006-04-05 [colin]      2.1.0cvs4
4573
4574         * src/wizard.c
4575         * src/prefs_gtk.c
4576                 Allow wizard customization with pre-filled values
4577
4578 2006-04-05 [colin]      2.1.0cvs3
4579
4580         * src/textview.c
4581         * src/mimeview.c
4582         * src/mimeview.h
4583                 Nicer messages in mimeview
4584
4585 2006-04-05 [colin]      2.1.0cvs2
4586
4587         * src/addressbook.c
4588         * src/prefs_summaries.c
4589                 i18n fix
4590
4591 2006-04-05 [colin]      2.1.0cvs1
4592
4593         * src/plugins/pgpcore/plugin.c
4594         * src/plugins/pgpcore/select-keys.c
4595         * src/plugins/pgpcore/select-keys.h
4596         * src/plugins/pgpcore/sgpgme.c
4597         * src/plugins/pgpcore/sgpgme.h
4598         * src/plugins/pgpinline/pgpinline.c
4599         * src/plugins/pgpinline/plugin.c
4600         * src/plugins/pgpmime/pgpmime.c
4601         * src/plugins/pgpmime/plugin.c
4602                 Factorize and generalize a bit 
4603                 Drop S/MIME signature verification from PGP/MIME
4604                 (adding it as another, more complete plugin)
4605
4606 2006-04-05 [paul]       2.1.0
4607
4608         2.1.0 released
4609
4610 2006-04-05 [paul]       2.0.0cvs186
4611
4612         * manual/advanced.xml
4613                 add info on colour labels
4614
4615 2006-04-05 [paul]       2.0.0cvs185
4616
4617         * po/bg.po
4618         * po/cs.po
4619         * po/de.po
4620         * po/el.po
4621         * po/en_GB.po
4622         * po/fi.po
4623         * po/fr.po
4624         * po/it.po
4625         * po/nl.po
4626         * po/pl.po
4627         * po/pt_BR.po
4628         * po/sr.po
4629         * po/zh_CN.po
4630                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4631                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4632                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4633                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4634         * src/gtk/authors.h
4635         * tools/claws.i18n.status.pl
4636                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4637                 and new Czech translator, Tim <timbrain@post.cz>
4638
4639 2006-04-05 [mones]      2.0.0cvs184
4640
4641         * po/es.po
4642                 Updated translation
4643
4644 2006-04-05 [colin]      2.0.0cvs183
4645
4646         * src/gtk/quicksearch.c
4647                 Fix bug #929 (unnecessary reload in quick search bar)
4648
4649 2006-04-05 [colin]      2.0.0cvs182
4650
4651         * src/compose.c
4652                 Fix crash on Reply with no From:
4653                 Show signature and conversion error on queuing 
4654                 (but not sending)
4655         * src/mainwindow.c
4656         * src/summaryview.c
4657         * src/summaryview.h
4658                 Factorize threading code and make sure msginfo 
4659                 is not null when it comes from a GtkCTreeRow's 
4660                 data
4661         * src/gtk/gtkaspell.c
4662                 Check for necessary things
4663         * src/gtk/gtksctree.c
4664         * src/gtk/gtksctree.h
4665                 Reset anchor if necessary when removing node
4666
4667 2006-03-29 [colin]      2.0.0cvs181
4668
4669         * src/folderview.c
4670                 Warn for disabled IMAP accounts (due to lack of
4671                 libetpan). Breaks string-freeze - sorry - but it
4672                 is kind of important ;)
4673
4674 2006-03-28 [colin]      2.0.0cvs180
4675
4676         * src/gtk/gtkutils.c
4677         * src/gtk/gtkutils.h
4678                 Add a gtkut_get_link_btn() function that
4679                 creates a button which acts like an URI
4680         * src/prefs_themes.c
4681         * src/gtk/about.c
4682                 Use this function (factorizes codes)
4683         * src/common/defs.h
4684         * src/gtk/pluginwindow.c
4685                 Add a "Get more..." in the plugins window
4686
4687 2006-03-28 [colin]      2.0.0cvs179
4688
4689         * src/common/smtp.c
4690         * src/common/passcrypt.c
4691         * src/undo.c
4692                 Warning fixes. Patch by Pawel Pekala
4693
4694 2006-03-27 [colin]      2.0.0cvs178
4695
4696         * src/undo.c
4697                 Fix undoing by blocks with spaces
4698
4699 2006-03-27 [colin]      2.0.0cvs177
4700
4701         * src/textview.c
4702                 Set margin to 3px for headers
4703
4704 2006-03-27 [paul]
4705
4706         2.1.0-rc2 released
4707
4708 2006-03-27 [wwp]        2.0.0cvs176
4709
4710         * src/summaryview.c
4711                 don't reset quicksearch when updating the message list.
4712                 Thanks to Colin.
4713
4714 2006-03-26 [wwp]        2.0.0cvs175
4715
4716         * src/compose.c
4717                 use a unified border width ('other' tab in the compose window,
4718                 patch by Pawel Pekala).
4719
4720
4721 2006-03-26 [wwp]        2.0.0cvs174
4722
4723         * src/common/quoted-printable.c
4724         * src/addressbook.c
4725                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4726
4727 2006-03-26 [colin]      2.0.0cvs173
4728
4729         * src/quote_fmt_parse.y
4730                 Fix non-UTF8 date formats messing up the whole quote a 
4731                 little bit
4732
4733 2006-03-26 [colin]      2.0.0cvs172
4734
4735         * src/procheader.c
4736                 Make sure the date is UTF8 valid, or try to make it
4737                 so. IncrediMail is really IncrediStupid.
4738         * src/compose.c
4739                 Fix possible conversions. 
4740                 
4741
4742 2006-03-26 [colin]      2.0.0cvs171
4743
4744         * src/matcher.c
4745                 Fix corner cases in body search. This is still a
4746                 hack... It seems impossible to make it good and 
4747                 reasonably fast at the same time.
4748
4749 2006-03-26 [colin]      2.0.0cvs170
4750
4751         * src/summaryview.c
4752                 I think I killed the twilight zone bug!
4753                 summary_select_node() flushes GTK events in order
4754                 to be able to center the view. But this also 
4755                 flushes keypresses like Ctrl-Alt-U, so this can
4756                 call summary_show from summary_select_node (itself
4757                 called from summary_show, etc.). And the summaryview
4758                 has to be unlocked in this function. So just locking
4759                 while processing GTK events, and bailing if locked, 
4760                 should fix it.
4761                 Fixes bug #927 (SIGSEGV during Update Summary)
4762
4763 2006-03-25 [colin]      2.0.0cvs169
4764
4765         * src/matcher.c
4766                 Fix search in QP-encoded bodies
4767                 Fix utf-8 searches in bodies encoded in the
4768                 locale's encoding
4769         * src/common/quoted-printable.c
4770         * src/common/quoted-printable.h
4771                 Add a decode function that doesn't overwrite
4772                 the original pointer
4773                 
4774
4775 2006-03-24 [colin]      2.0.0cvs168
4776
4777         * src/action.c
4778         * src/summaryview.c
4779         * src/summaryview.h
4780                 Update message cache after action
4781                 Patch by H. Merijn Brand
4782         * src/prefs_msg_colors.c
4783                 Factorize label 
4784                 Patch by Fabien Vantard
4785         * src/plugins/spamassassin/spamassassin_gtk.c
4786                 Remove useless translation
4787                 Patch by Fabien Vantard
4788
4789 2006-03-23 [colin]      2.0.0cvs167
4790
4791         * src/common/ssl.c
4792                 Let 30 seconds to SSL_connect
4793
4794 2006-03-23 [wwp]        2.0.0cvs166
4795
4796         * src/summaryview.c
4797         * src/gtk/description_window.c
4798                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4799                 and headers are translated; adjust description windows' width to fit their
4800                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4801
4802 2006-03-23 [paul]       2.0.0cvs165
4803
4804         * src/common/utils.c
4805                 fix highlighting of URIs containing "()"
4806                 (2.0.0cvs164's reversal fixed)
4807                 Thanks to Colin.
4808
4809 2006-03-23 [paul]       2.0.0cvs164
4810
4811         * src/common/utils.c
4812                 revert patch, (postponing a fix), at 2.0.0cvs120
4813                 as it breaks more URIs than it fixes.
4814                 Allow '-' to be a terminating character in a URI
4815
4816 2006-03-22 [colin]      2.0.0cvs163
4817
4818         * configure.ac
4819                 Require libetpan 0.45
4820                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4821
4822 2006-03-22 [paul]       2.0.0cvs162
4823
4824         * src/editgroup.c
4825                 replace '<-' and '->' buttons with GTK_STOCK graphical
4826                 buttons
4827         * src/summary_search.c
4828                 don't offer '...' for translation
4829                 add a tooltip to advanced search '...' button
4830         * src/gtk/quicksearch.c
4831                 don't offer '...' for translation
4832
4833 2006-03-21 [colin]      2.0.0cvs161
4834
4835         * src/compose.c
4836                 Fix middle-click pasting (insert at click
4837                 position instead of cursor position, don't
4838                 remove existing selection and allow pasting
4839                 our own selection)
4840         * src/addressbook.c
4841                 "LDAP Server" -> "LDAP servers"
4842
4843 2006-03-21 [wwp]        2.0.0cvs160
4844
4845         * src/etpan/imap-thread.c
4846                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4847
4848 2006-03-20 [colin]      2.0.0cvs159
4849
4850         * src/summaryview.c
4851                 Don't reload summaryview after an execute with no
4852                 move action
4853
4854 2006-03-19 [colin]      2.0.0cvs158
4855
4856         * src/addressbook.c
4857                 and put groups at the top, always
4858
4859 2006-03-19 [colin]      2.0.0cvs157
4860
4861         * src/addressbook.c
4862                 Order groups before names, as previously
4863
4864 2006-03-19 [colin]      2.0.0cvs156
4865
4866         * src/addressbook.c
4867                 - Sort case-unsensitive
4868                 - Put the sort arrow at opening too
4869
4870 2006-03-19 [wwp]        2.0.0cvs155
4871
4872         * src/addressbook.c
4873                 allow sorting by name/email/remarks, ensure that right-pane's contents
4874                 matches the left-pane selection (cleared when appropriate).
4875                 Patch by Pawel Pekala <c0rn@o2.pl>.
4876
4877 2006-03-18 [colin]      2.0.0cvs154
4878
4879         * src/textview.c
4880                 Fix text cursor ;)
4881
4882 2006-03-18 [colin]      2.0.0cvs153
4883
4884         * src/gtk/filesel.c
4885                 Make sure we hide the preview if we didn't get
4886                 a filename
4887
4888 2006-03-18 [colin]      2.0.0cvs152
4889
4890         * src/summaryview.c
4891                 Set cursor to watch for execution (fixes lack
4892                 of watch-cursor when dnd'ing hundreds of mails)
4893         * src/gtk/filesel.c
4894                 Check that mime type is 'image/*' before updating
4895                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4896
4897 2006-03-18 [colin]      2.0.0cvs151
4898
4899         * src/mainwindow.c
4900         * src/textview.c
4901         * src/textview.h
4902                 Put a watch cursor in textview too when the mainwindow's
4903                 cursor in a watch
4904
4905 2006-03-18 [colin]      2.0.0cvs150
4906
4907         * src/folder.c
4908                 Change wrong asserts to simple tests
4909
4910 2006-03-17 [colin]      2.0.0cvs149
4911
4912         * src/mainwindow.c
4913         * src/mainwindow.h
4914         * src/prefs_msg_colors.c
4915         * src/summaryview.c
4916         * src/summaryview.h
4917         * src/gtk/colorlabel.c
4918         * src/gtk/colorlabel.h
4919                 Add a color label menu in the main menubar
4920                 Add (fixed) accels Ctrl-{0-7} to change the color
4921                 They have to be fixed because the menu's dynamic,
4922                 the items are complex widgets, hence we can't use
4923                 a GtkItemFactory.
4924
4925
4926 2006-03-17 [wwp]        2.0.0cvs148
4927
4928         * src/compose.c
4929                 rollback few lines from my previous commit (those lines come from
4930                 a pending patch, accidentally commited, even if neutral as they are
4931                 commented out).
4932
4933 2006-03-17 [wwp]        2.0.0cvs147
4934
4935         * src/compose.c
4936                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4937                 applied code style/indentation to the modified function.
4938
4939 2006-03-17 [wwp]        2.0.0cvs146
4940
4941         * src/procmsg.c
4942         * src/compose.c
4943                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4944
4945 2006-03-17 [paul]
4946
4947         2.1.0-rc1 released
4948
4949 2006-03-17 [paul]       2.0.0cvs145
4950
4951         * src/main.c
4952                 addressbook_read_file() was called twice
4953         * src/textview.c
4954                 X-Mailer highlighting
4955
4956 2006-03-16 [colin]      2.0.0cvs144
4957
4958         * src/sourcewindow.c
4959         * src/sourcewindow.h
4960                 And the last one, in source window.
4961
4962 2006-03-16 [colin]      2.0.0cvs143
4963
4964         * src/compose.c
4965         * src/compose.h
4966                 Fix the same stuff in compose
4967
4968 2006-03-16 [colin]      2.0.0cvs142
4969
4970         * src/messageview.c
4971                 Complete the previous messageview crash fix
4972
4973 2006-03-16 [colin]      2.0.0cvs141
4974
4975         * src/procmsg.h
4976         * src/procmsg.c
4977         * src/folder.c
4978                 Fix POSTPROCESSING hook
4979                 Patch by H. Merijn Brand
4980
4981         * src/procmime.c
4982         * src/procmime.h
4983                 Parse Content-Location
4984
4985         * src/toolbar.c
4986         * src/messageview.c
4987         * src/messageview.h
4988                 Don't crash when a top-level MessageView has
4989                 been closed on us. Same problematic than
4990                 yesterday's quicksearch issue.
4991
4992 2006-03-15 [colin]      2.0.0cvs140
4993
4994         * src/gtk/quicksearch.c
4995                 Fix a bitchy race we didn't think about when we
4996                 added quicksearch cancellation:
4997                 If the search is not on cached fields, for example
4998                 body_part matchcase "stuff"
4999                 the matcher code has to get the whole message. If
5000                 we're on IMAP, that can be slow, and in order to
5001                 be non-blocking, the IMAP code idle loop processes
5002                 gtk events too. So it is possible to cancel a
5003                 quicksearch while the matcher is getting the mail's
5004                 body. After matcher got its body, it will start to
5005                 iterate over the matcher list that the Quicksearch's
5006                 clear_search_cb() just freed via prepare_matcher().
5007                 SIGSEGV ensues.
5008                 The fix consists of guarding the matcherlist_match()
5009                 call with a boolean 'matching'. If we reset the
5010                 quicksearch while matching is TRUE, we don't free
5011                 the matcherlist anymore like we did, but we set
5012                 another new flag, deferred_free, to TRUE. Then,
5013                 in quicksearch_match(), just after returning from
5014                 matcherlist_match() and unsetting the matching flag,
5015                 we check the deferred_free flag and do the
5016                 prepare_matcher() (which does the matcherlist_free)
5017                 for real, so we free the matcherlist once it's not
5018                 used anymore.
5019                 As all of this runs via the glib main loop, we
5020                 luckily don't need a mutex.
5021         * src/summaryview.c
5022                 Also, show progress while searching.
5023
5024
5025 2006-03-14 [colin]      2.0.0cvs139
5026
5027         * src/alertpanel.c
5028                 Make alertpanel_is_open non-static
5029
5030 2006-03-14 [colin]      2.0.0cvs138
5031
5032         * src/prefs_spelling.c
5033                 Cleanups - Fabien Vantard
5034
5035 2006-03-14 [wwp]        2.0.0cvs137
5036
5037         * src/main.c
5038                 code style normalization (curly braces, indentation).
5039
5040 2006-03-14 [wwp]        2.0.0cvs137
5041
5042         * src/main.c
5043                 code style (braces, indentation)
5044
5045 2006-03-12 [paul]       2.0.0cvs136
5046
5047         * src/prefs_common.c
5048                 trans_hdr defaults to FALSE to be RFC-savvy
5049         * src/prefs_summaries.c
5050                 add a tooltip to the trans_hdr option
5051                 
5052
5053 2006-03-12 [paul]       2.0.0cvs135
5054
5055         * src/prefs_matcher.c
5056                 give a little more width to the combos
5057         * src/prefs_display_header.c
5058         * src/textview.c
5059                 translate headers if prefs_common.trans_hdr
5060                 is TRUE
5061
5062         Patches by Pawel Pekala
5063
5064 2006-03-12 [paul]       2.0.0cvs134
5065
5066         * src/plugins/clamav/clamav_plugin.c
5067         * src/plugins/dillo_viewer/dillo_viewer.c
5068         * src/plugins/pgpcore/plugin.c
5069         * src/plugins/pgpinline/plugin.c
5070         * src/plugins/pgpmime/plugin.c
5071         * src/plugins/spamassassin/spamassassin.c
5072                 update/add to descriptions
5073         * src/plugins/spamassassin/spamassassin_gtk.c
5074                 fixes to the english, remove superfluous
5075                 tooltips, clean up a little
5076
5077 2006-03-12 [paul]       2.0.0cvs133
5078
5079         * src/compose.c
5080                 fix Bug 924, 'Account combo box shows up wrong 
5081                 if & is in account name'
5082
5083 2006-03-11 [colin]      2.0.0cvs132
5084
5085         * src/summaryview.c
5086                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5087                 messed up shift-selection because is slows down
5088                 moving around summaryview. thanks -users
5089
5090 2006-03-10 [colin]      2.0.0cvs131
5091
5092         * src/plugins/spamassassin/spamassassin_gtk.c
5093                 Put back Paul's engrish fixes
5094
5095 2006-03-10 [colin]      2.0.0cvs130
5096
5097         * src/plugins/spamassassin/spamassassin.c
5098         * src/plugins/spamassassin/spamassassin.h
5099         * src/plugins/spamassassin/spamassassin_gtk.c
5100                 Cleanup SA prefs page (more)
5101                 Patch by Fabien Vantard
5102
5103 2006-03-10 [paul]       2.0.0cvs129
5104
5105         * src/prefs_msg_colors.c
5106         * src/prefs_spelling.c
5107                 widget sensitivity
5108
5109 2006-03-09 [mones]      2.0.0cvs128
5110
5111         * po/es.po
5112                 Update for next RC
5113
5114 2006-03-09 [wwp]        2.0.0cvs127
5115
5116         * configure.ac
5117                 revert accidental commit (requirement for libetpan 0.43), this time
5118                 not in HEAD.
5119
5120 2006-03-09 [wwp]        2.0.0cvs125
5121
5122         * configure.ac
5123                 revert accidental commit (requirement for libetpan 0.43)
5124
5125 2006-03-09 [paul]       2.0.0cvs126
5126
5127         * src/prefs_receive.c
5128                 remove useless frame
5129                 replace 'incorporation' with 'receiving'
5130         * src/plugins/clamav/clamav_plugin_gtk.c
5131         * src/plugins/spamassassin/spamassassin_gtk.c
5132                 improve widget sensitivity
5133                 fix a bit his engrish
5134
5135 2006-03-09 [wwp]        2.0.0cvs125
5136
5137         * src/addressadd.c
5138         * src/foldersel.c
5139         * src/prefs_common.c
5140         * src/prefs_common.h
5141                 remember some more windows' sizes (add to addressbook and
5142                 select folder).
5143
5144 2006-03-09 [paul]       2.0.0cvs124
5145
5146         * src/plugins/pgpcore/prefs_gpg.c
5147                 normalise construction of dialogue
5148
5149 2006-03-09 [paul]       2.0.0cvs123
5150
5151         * src/plugins/trayicon/Makefile.am
5152                 add missing slash
5153
5154 2006-03-08 [colin]      2.0.0cvs122
5155
5156         * src/plugins/trayicon/Makefile.am
5157                 Fix build in separate dir 
5158                 Patch by Bamanzi <bamanzi@gmail.com>
5159
5160 2006-03-08 [colin]      2.0.0cvs121
5161
5162         * src/procmsg.c
5163                 Batch move and copies from summaryview with delayed execution
5164                 too
5165
5166 2006-03-07 [paul]       2.0.0cvs120
5167
5168         * src/common/utils.c
5169                 fix highlighting of URIs containing "()"
5170                 Patch by Pawel Pekala
5171
5172 2006-03-07 [paul]       2.0.0cvs119
5173
5174         * src/folder.c
5175         * src/folder.h
5176         * src/folderview.c
5177                 immediately do alphabetical resort when
5178                 changing a folder's name
5179                 Patch by Pawel Pekala
5180
5181 2006-03-07 [paul]       2.0.0cvs118
5182
5183         * src/news.c
5184         * src/news_gtk.c
5185                 when unsubscribing a newsgroup, remove the
5186                 folder and msgs in .sylpheed-claws/newscache
5187                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5188
5189 2006-03-07 [paul]       2.0.0cvs117
5190
5191         * src/textview.c
5192                 fix wrong Fake URL Warning
5193                 Thanks to Hiro
5194
5195 2006-03-07 [colin]      2.0.0cvs116
5196
5197         * src/imap.c
5198                 Return immediately when password dialog was
5199                 cancelled
5200         * src/gtk/inputdialog.c
5201                 Allow empty strings for passwords
5202
5203
5204 2006-03-06 [colin]      2.0.0cvs115
5205
5206         * src/imap.c
5207                 Prevent double-timeouts when connection fails
5208
5209 2006-03-06 [colin]
5210
5211         2.0.1-rc1 released
5212
5213 2006-03-06 [colin]      2.0.0cvs114
5214
5215         * src/imap.c
5216                 Refresh session during potentially long
5217                 operations
5218
5219 2006-03-06 [wwp]        2.0.0cvs113
5220
5221         * src/prefs_msg_colors.h
5222                 forgot that one (custom color labels).
5223
5224 2006-03-06 [wwp]        2.0.0cvs112
5225
5226         * src/prefs_common.c
5227         * src/prefs_common.h
5228         * src/prefs_msg_colors.c
5229         * src/summaryview.c
5230         * src/summaryview.h
5231         * src/gtk/colorlabel.c
5232         * src/gtk/colorlabel.h
5233                 colors in messages list are now customizable. Color values and names can
5234                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5235                 Thanks to Paul and Colin for their help with this longstanding patch!
5236
5237 2006-03-06 [wwp]        2.0.0cvs111
5238
5239         * src/textview.c
5240                 don't crash if (x)face is bad.
5241
5242 2006-03-05 [paul]       2.0.0cvs110
5243
5244         * AUTHORS
5245         * configure.ac
5246         * src/Makefile.am
5247         * src/common/Makefile.am
5248         * src/common/utils.h
5249         * src/etpan/imap-thread.c
5250         * src/gtk/authors.h
5251         * src/plugins/clamav/Makefile.am
5252         * src/plugins/demo/Makefile.am
5253         * src/plugins/dillo_viewer/Makefile.am
5254         * src/plugins/pgpcore/Makefile.am
5255         * src/plugins/pgpcore/passphrase.c
5256         * src/plugins/pgpinline/Makefile.am
5257         * src/plugins/pgpmime/Makefile.am
5258         * src/plugins/spamassassin/Makefile.am
5259         * src/plugins/trayicon/Makefile.am
5260                 fix builiding on cygwin
5261                 Patch by Ralgh Young <bamanzi@gmail.com>
5262
5263 2006-03-04 [wwp]        2.0.0cvs109
5264
5265         * manual/keyboard.xml
5266                 fix mixed up/down keys.
5267
5268 2006-03-04 [wwp]        2.0.0cvs108
5269
5270         * README
5271         * INSTALL
5272                 updated links to SpamAssassin.
5273
5274 2006-03-04 [wwp]        2.0.0cvs107
5275
5276         * manual/plugins.xml
5277         * src/plugins/spamassassin/README
5278                 updated SpamAssassin plugin docs to reflect new functional additions
5279                 (also fix/update/documents few technical stuff more, see the README).
5280
5281 2006-03-04 [wwp]        2.0.0cvs106
5282
5283         * src/prefs_message.c
5284                 normalized capitalization of message-prefs paths.
5285
5286 2006-03-04 [wwp]        2.0.0cvs105
5287
5288         * manual/advanced.xml
5289                 typo.
5290
5291 2006-03-03 [colin]      2.0.0cvs104
5292
5293         * src/plugins/clamav/clamav_plugin_gtk.c
5294                 Rework prefs page, patch by Fabien 
5295
5296 2006-03-03 [colin]      2.0.0cvs103
5297
5298         * src/plugins/clamav/clamav_plugin.c
5299                 Set error on all errors
5300
5301 2006-03-03 [colin]      2.0.0cvs102
5302
5303         * src/common/plugin.c
5304                 Initialize error to avoid crashing when a plugin fails
5305                 without setting error
5306
5307 2006-03-02 [wwp]        2.0.0cvs101
5308
5309         * configure.ac
5310                 fixed linker flags for libetpan support on Cygwin
5311                 (thanks to H.Merijn Brand).
5312
5313 2006-03-02 [wwp]        2.0.0cvs100
5314
5315         * src/addressbook.c
5316                 fix some AB error messages: one for punctuation and
5317                 one wrongly duplicate (thanks, maxbritov).
5318
5319 2006-03-02 [wwp]        2.0.0cvs99
5320
5321         * src/plugins/spamassassin/spamassassin.c
5322                 make sync calls to sa-learn/spamc to prevent
5323                 system (whatever local or client/server) overload.
5324
5325 2006-03-02 [colin]      2.0.0cvs98
5326
5327         * src/summaryview.c
5328                 Put the spam icon in the status column instead of the
5329                 mark one
5330
5331 2006-03-01 [colin]      2.0.0cvs97
5332
5333         * src/plugins/spamassassin/spamassassin.c
5334                 Fix segfault (g_file_set_contents fails for some 
5335                 reason and err==0x2f. Can't find out why with
5336                 valgrind, using working function :-)
5337
5338 2006-03-01 [colin]      2.0.0cvs96
5339
5340         * src/inc.c
5341                 Offline overriding: let 'No' be cached only 3 seconds
5342
5343 2006-03-01 [colin]      2.0.0cvs95
5344
5345         * src/addr_compl.c
5346         * src/addrbook.c
5347         * src/addressbook.c
5348         * src/addrindex.c
5349         * src/folder_item_prefs.c
5350         * src/headerview.c
5351         * src/imap.c
5352         * src/inc.c
5353         * src/ldif.c
5354         * src/mainwindow.c
5355         * src/mh.c
5356         * src/msgcache.c
5357         * src/prefs_common.h
5358         * src/prefs_msg_colors.c
5359         * src/procheader.c
5360         * src/procheader.h
5361         * src/procmime.c
5362         * src/procmsg.c
5363         * src/procmsg.h
5364         * src/send_message.h
5365         * src/simple-gettext.c
5366         * src/summaryview.c
5367         * src/summaryview.h
5368         * src/syldap.c
5369         * src/textview.c
5370         * src/undo.c
5371         * src/common/ssl_certificate.c
5372         * src/common/utils.c
5373         * src/gtk/colorsel.c
5374         * src/gtk/gtksctree.c
5375         * src/gtk/gtkshruler.c
5376         * src/plugins/trayicon/trayicon.c
5377                 #if 0 goes to /dev/null
5378
5379 2006-03-01 [colin]      2.0.0cvs94
5380
5381         * src/compose.c
5382         * src/imap.c
5383         * src/inc.c
5384         * src/inc.h
5385         * src/messageview.c
5386         * src/news.c
5387         * src/plugins/spamassassin/spamassassin.c
5388                 Allow to add information in the "working offline"
5389                 window
5390
5391 2006-03-01 [wwp]        2.0.0cvs93
5392
5393         * src/plugins/spamassassin/spamassassin.c
5394                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5395                 'cause it seems that calling `spamc ... < inputfile` with
5396                 g_spawn_(a)sync simply.. erm doesn't work :-).
5397
5398 2006-03-01 [wwp]        2.0.0cvs92
5399
5400         * src/toolbar.c
5401         * src/toolbar.h
5402                 simplify the adding of spam/ham button to the messageview toolbar
5403                 (it gets more clear now that the same button will be "Mark as spam"
5404                 or "Mark as ham" according to the current message status,
5405                 thanks to Colin).
5406
5407 2006-03-01 [wwp]        2.0.0cvs91
5408
5409         * src/messageview.c
5410         * src/procmsg.c
5411         * src/procmsg.h
5412         * src/summaryview.c
5413         * src/plugins/spamassassin/spamassassin.c
5414         * src/plugins/spamassassin/spamassassin.h
5415                 make learner callbacks return a status (0 for ok),
5416                 handle it in main code to avoid setting flags when learning failed,
5417                 don't learn on TCP if offline in spamassassin,
5418                 thanks to Colin.
5419
5420                 
5421
5422 2006-03-01 [wwp]        2.0.0cvs90
5423
5424         * src/compose.c
5425                 some work around the compose window's account menu,
5426                 patch by Fabien Vantard.
5427
5428 2006-03-01 [wwp]        2.0.0cvs89
5429
5430         * src/plugins/spamassassin/spamassassin.c
5431                 fixed bad logics, was using spamc in local mode and sa-learn
5432                 in remote mode (thanks, Colin).
5433
5434 2006-03-01 [wwp]        2.0.0cvs88
5435
5436         * src/plugins/spamassassin/spamassassin.c
5437         * src/plugins/spamassassin/spamassassin.h
5438         * src/plugins/spamassassin/spamassassin_gtk.c
5439                 made processing of emails w/ sa-plugin an option (default is TRUE),
5440                 fixed Engrish some tooltips, capitalization of some debug messages
5441                 and warnings. The spamassassin plugin now provides two separate
5442                 services: process emails upon incorporation and spamd training.
5443                 Both services (un)register independently but use some common
5444                 plugin settings (transport settings, spam storage location).
5445
5446 2006-02-28 [wwp]        2.0.0cvs87
5447
5448         * src/plugins/spamassassin/spamassassin.c
5449                 fix async flag to spamc cmdline execution (batch exec should
5450                 be asynchronous).
5451
5452 2006-02-27 [wwp]        2.0.0cvs86
5453
5454         * src/plugins/spamassassin/spamassassin.c
5455         * src/plugins/spamassassin/spamassassin.h
5456         * src/plugins/spamassassin/spamassassin_gtk.c
5457                 - added the ability to learn a remote spamassassin server (spamd),
5458                 using spamc.
5459                 - added the spamassassin option 'username', that applies to all
5460                 spamassassin operations (filtering, learning, local or remote).
5461                 The default username is the current unix user (if left blank
5462                 from gtk prefs or config file).
5463                 - commented out some unused code (notebook widget), removed unused
5464                 layout (hbox1).
5465                 - make more widgets sensitive to the transport type.
5466
5467 2006-02-27 [colin]      2.0.0cvs85
5468
5469         * src/plugins/spamassassin/spamassassin.c
5470                 Fix sa-learn call when offline
5471
5472 2006-02-27 [colin]      2.0.0cvs84
5473
5474         * configure.ac
5475         * src/Makefile.am
5476         * src/mainwindow.c
5477         * src/mainwindow.h
5478         * src/messageview.c
5479         * src/messageview.h
5480         * src/prefs_toolbar.c
5481         * src/procmsg.c
5482         * src/stock_pixmap.c
5483         * src/stock_pixmap.h
5484         * src/summaryview.c
5485         * src/toolbar.c
5486         * src/toolbar.h
5487         * src/pixmaps/ham_btn.xpm
5488         * src/pixmaps/spam.xpm
5489         * src/pixmaps/spam_btn.xpm
5490         * src/plugins/spamassassin/spamassassin.c
5491                 Add button in toolbar for spam learning
5492                 Fix a few bugs from the last related commit
5493                 Revert 1.9.6cvs23 which messed up shift-selection
5494
5495 2006-02-24 [colin]      2.0.0cvs83
5496
5497         * src/procmsg.c
5498         * src/summaryview.c
5499         * src/summaryview.h
5500         * src/plugins/spamassassin/spamassassin.c
5501         * src/plugins/spamassassin/spamassassin.h
5502         * src/plugins/spamassassin/spamassassin_gtk.c
5503                 Unregister learner when spamassassin is either
5504                 disabled or over tcp
5505
5506 2006-02-24 [colin]      2.0.0cvs82
5507
5508         * src/Makefile.am
5509         * src/mainwindow.c
5510         * src/mainwindow.h
5511         * src/procmsg.c
5512         * src/procmsg.h
5513         * src/stock_pixmap.c
5514         * src/stock_pixmap.h
5515         * src/summaryview.c
5516         * src/summaryview.h
5517         * src/gtk/icon_legend.c
5518         * src/pixmaps/spam.xpm  ** NEW FILE **
5519         * src/plugins/spamassassin/spamassassin.c
5520         * src/plugins/spamassassin/spamassassin_gtk.c
5521                 Add spam learning interface (Mark/Mark as 
5522                 (spam|ham) menus)
5523
5524 2006-02-24 [wwp]        2.0.0cvs81
5525
5526         * src/compose.c
5527         * src/compose.h
5528         * src/filtering.c
5529                 hide compose window when sending message in batch mode
5530                 (filtering: forward and redirect). Also fixed a wrong
5531                 value returned when sending failed, neutral anyway.
5532                 (Colin, me) 
5533
5534 2006-02-24 [wwp]        2.0.0cvs80
5535
5536         * src/mainwindow.c
5537                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5538
5539 2006-02-24 [paul]       2.0.0cvs79
5540
5541         * src/news.c
5542         * src/news.h
5543         * src/news_gtk.c
5544                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5545                 Thanks to Colin
5546
5547 2006-02-23 [colin]      2.0.0cvs78
5548
5549         * src/alertpanel.c
5550                 Change OK to Close in alertpanel with View log
5551                 button; add accel to View log. Patch by Fabien
5552                 Vantard
5553
5554 2006-02-23 [wwp]        2.0.0cvs77
5555
5556         * src/compose.c
5557                 silly me, there were much more tests to perform, since toolbars can
5558                 really have down to 1 element only.
5559
5560 2006-02-23 [wwp]        2.0.0cvs76
5561
5562         * commitHelper
5563                 fixed indentation from my previous commit. Fallback to VISUAL if
5564                 EDITOR is not set (and to vi, at last resort).
5565
5566 2006-02-23 [wwp]        2.0.0cvs75
5567
5568         * commitHelper
5569                 improved error detection (Colin, me).
5570
5571 2006-02-23 [wwp]        2.0.0cvs74
5572
5573         * src/prefs_toolbar.c
5574                 simplify and fix prefs/toolbars layouting. Combos' contents can
5575                 now be really displayed.
5576
5577 2006-02-23 [wwp]        2.0.0cvs73
5578         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5579         be really displayed.
5580
5581 2006-02-22 [wwp]        2.0.0cvs72
5582
5583         * src/compose.c
5584                 fix a typo in my previous commit (sorry!).
5585
5586 2006-02-22 [wwp]        2.0.0cvs71
5587
5588         * src/prefs_toolbar.c
5589                 fix a crash when adding separators to toolbars,
5590                 also fix some separator item information.
5591
5592 2006-02-22 [wwp]        2.0.0cvs70
5593
5594         * src/compose.c
5595                 fix a crash when redirecting (for instance) when compose window's
5596                 toolbar contents has been customized (when some buttons have been
5597                 removed in fact).
5598
5599 2006-02-21 [wwp]        2.0.0cvs69
5600
5601         * src/summaryview.c
5602         * src/gtk/pluginwindow.c
5603         * src/plugins/pgpcore/prefs_gpg.c
5604                 fix some compilation warnings (feat. remains of removed code).
5605
5606 2006-02-21 [wwp]        2.0.0cvs68
5607
5608         * src/gtk/gtkutils.c
5609                 fix two compilation issues, thanks to Stephan Sachse.
5610
5611 2006-02-20 [colin]      2.0.0cvs67
5612
5613         * src/mainwindow.c
5614                 Don't reselect displayed mail on refocus
5615                 This fixes actions misbehaving 
5616
5617 2006-02-20 [wwp]        2.0.0cvs66
5618
5619         * src/summaryview.c
5620         * src/gtk/gtksctree.c
5621         * src/gtk/gtkshruler.c
5622                 changed more runtime typecast checks.
5623
5624 2006-02-20 [wwp]        2.0.0cvs65
5625
5626         * src/summary_search.c
5627                 find all - summaryview refresh issue fixed, thanks to Colin.
5628
5629 2006-02-20 [wwp]        2.0.0cvs64
5630
5631         * src/gtk/gtkutils.c
5632                 better runtime typecast checks.
5633
5634 2006-02-20 [wwp]        2.0.0cvs63
5635
5636         * src/summary_search.c
5637                 enhancements to the summary search:
5638                         - add the ability to stop the running search
5639                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5640                         - don't search if no criteria (From/To/Subject/Body) is set
5641                         - ensure that a busy mouse pointer is always shown when searching,
5642                           show it even a bit earlier
5643
5644 2006-02-19 [colin]      2.0.0cvs62
5645
5646         * src/compose.c
5647         * src/imap.c
5648         * src/etpan/imap-thread.c
5649         * src/etpan/imap-thread.h
5650                 (Future) IMAP speed improvement on sending
5651                 Will require a libetpan update
5652         * src/summaryview.c
5653         * src/gtk/quicksearch.c
5654                 Make quicksearch clearable while running.
5655
5656 2006-02-17 [colin]      2.0.0cvs61
5657
5658         * src/imap.c
5659         * src/etpan/imap-thread.c
5660         * src/etpan/imap-thread.h
5661                 Check for IMAP certificates
5662                 ** Requires libetpan-0.42-cvs4 
5663                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5664
5665 2006-02-17 [colin]      2.0.0cvs60
5666
5667         * src/messageview.c
5668         * src/prefs_common.c
5669         * src/prefs_common.h
5670         * src/prefs_message.c
5671                 Add pref to display HTML-only mails with plugin, 
5672                 if possible (defaulting to FALSE of course).
5673
5674 2006-02-16 [colin]      2.0.0cvs59
5675
5676         * src/main.c
5677         * src/common/plugin.c
5678         * src/common/plugin.h
5679         * src/gtk/pluginwindow.c
5680                 Keep track of requested (but unloaded) plugins
5681                 in some error cases.
5682
5683 2006-02-16 [wwp]        2.0.0cvs58
5684
5685         * src/gtk/gtkaspell.c
5686         * src/gtk/gtkaspell.h
5687         * src/prefs_spelling.c
5688         * src/compose.c
5689         * src/prefs_common.c
5690         * src/prefs_common.h
5691                 implemented new optional spellchecker behaviour: re-check message when
5692                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5693
5694 2006-02-16 [wwp]        2.0.0cvs57
5695
5696         * src/quote_fmt_parse.y
5697                 pclose popen'ed pipe.
5698
5699 2006-02-15 [colin]      2.0.0cvs56
5700
5701         * src/mimeview.c
5702         * src/mimeview.h
5703                 Let MimeViewers know which MimeView they
5704                 depend of.
5705         * src/summaryview.c
5706                 Swap From/To columns in Sent/Queue/Drafts
5707                 folders
5708         * src/etpan/imap-thread.c
5709                 Use mailstream_low_tls_open() for STARTTLS
5710                 instead of mailstream_low_ssl_open()
5711                 ** REQUIRES libetpan 0.42cvs3 **
5712
5713 2006-02-15 [wwp]        2.0.0cvs55
5714
5715         * src/compose.c
5716         * src/compose.h
5717         * src/message_search.c
5718         * src/message_search.h
5719         * src/textview.c
5720         * src/gtk/gtkutils.c
5721         * src/gtk/gtkutils.h
5722                 added the ability to Find text in the compose window (and a bit
5723                 of code factorization).
5724
5725 2006-02-15 [wwp]        2.0.0cvs54
5726
5727         * src/prefs_gtk.c
5728                 yet another one file was missing (fix for some widgets' sensitivity).
5729                 Thanks Colin!
5730
5731 2006-02-15 [wwp]        2.0.0cvs53
5732
5733         * src/prefs_gtk.h
5734                 oops forgot that file (fix for some widgets' sensitivity).
5735
5736 2006-02-15 [wwp]        2.0.0cvs52
5737
5738         * src/summary_search.c
5739                 implemented advanced summary search options (added the ability
5740                 to use matcher conditions in an advanced search mode).
5741
5742 2006-02-15 [wwp]        2.0.0cvs51
5743
5744         * src/plugins/pgpcore/prefs_gpg.c
5745         * src/prefs_account.c
5746                 fix some widget sensitivity, mostly around some labels in
5747                 account prefs.
5748
5749 2006-02-15 [paul]       2.0.0cvs50
5750
5751         * manual/advanced.xml
5752                 improve Templates info
5753                 written by wwp
5754
5755 2006-02-14 [colin]      2.0.0cvs49
5756
5757         * src/pixmaps/address_book.xpm
5758         * src/pixmaps/preferences.xpm
5759         * src/pixmaps/properties.xpm
5760                 Fix pixmap size - patch by Fabien Vantard
5761
5762 2006-02-13 [colin]      2.0.0cvs48
5763
5764         * src/procmime.c
5765                 Add missing fclose()s on error
5766         * src/textview.c
5767                 Remove unused code
5768         * src/common/utils.c
5769                 Fix temp files not being deleted on windows
5770         Patches by Thomas Gilgin
5771
5772 2006-02-13 [colin]      2.0.0cvs47
5773
5774         * src/mainwindow.c
5775                 Fix exit crash
5776
5777 2006-02-13 [wwp]        2.0.0cvs46
5778
5779         * src/plugins/pgpcore/prefs_gpg.c
5780                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5781
5782 2006-02-12 [colin]      2.0.0cvs45
5783
5784         * src/folderview.c
5785         * src/main.c
5786         * src/mainwindow.c
5787                 Fix "stuff" when quitting
5788
5789 2006-02-12 [wwp]        2.0.0cvs44
5790
5791         * src/prefs_themes.c
5792                 fix typos in debug messages.
5793
5794 2006-02-11 [colin]      2.0.0cvs43
5795
5796         * src/summaryview.c
5797                 don't allow drag/drop from ourself
5798
5799 2006-02-10 [wwp]        2.0.0cvs42
5800
5801         * src/exporthtml.c
5802         * src/html.c
5803         * src/html.h
5804         * src/procmime.c
5805         * src/textview.c
5806                 renamed html_ prefixed functions and data structures to avoid
5807                 namespace clashes w/ other software (gtkhtml2 for instance).
5808                 Closes bug #907.
5809
5810
5811 2006-02-09 [colin]      2.0.0cvs41
5812
5813         * src/summaryview.c
5814                 Fix shitty logic messed up. Thanks Ticho for the hint!
5815
5816 2006-02-09 [wwp]        2.0.0cvs40
5817
5818         * src/gtk/about.c
5819         * src/compose.c
5820         * src/prefs_account.c
5821         * src/prefs_gtk.h
5822         * src/editaddress.c
5823                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5824                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5825                 Browse buttons in accounts prefs.
5826
5827 2006-02-09 [colin]      2.0.0cvs39
5828
5829         * src/matcher.c
5830                 Check for pointer before using its members
5831         * src/gtk/gtksourceprintjob.c
5832                 Fix a wrong warning
5833
5834 2006-02-09 [wwp]        2.0.0cvs38
5835
5836         * src/gtk/filesel.c
5837                 fix few compiler warnings (type mismatch).
5838
5839 2006-02-09 [paul]       2.0.0cvs37
5840
5841         * po/fr.po
5842                 updated by Fabien Vantard
5843
5844 2006-02-08 [colin]      2.0.0cvs36
5845
5846         * src/prefs_common.c
5847         * src/common/defs.h
5848         * src/common/plugin.c
5849                 allow windows and linux configurations to coexist
5850                 patch by Thomas Gilgin
5851
5852 2006-02-08 [colin]      2.0.0cvs35
5853
5854         * src/filtering.c
5855         * src/matcher.c
5856         * src/matcher.h
5857         * src/matcher_parser_parse.y
5858         * src/prefs_filtering_action.c
5859         * src/prefs_matcher.c
5860                 Add the "Ignore thread" filtering
5861                 action
5862
5863 2006-02-08 [colin]      2.0.0cvs34
5864
5865         * src/compose.c
5866         * src/procmime.c
5867         * src/procmime.h
5868                 Fix bug #905 (damaged attachment)
5869                 text files with raw \0's aren't really text files
5870         FOR_STABLE
5871
5872 2006-02-08 [colin]      2.0.0cvs33
5873
5874         * src/summaryview.c
5875                 Fix crasher introduced yesterday
5876
5877 2006-02-08 [wwp]        2.0.0cvs32
5878
5879         * src/compose.c
5880         * src/compose.h
5881                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5882
5883 2006-02-08 [wwp]        2.0.0cvs31
5884
5885         * src/prefs_template.c
5886                 templates enhancement: allow address completion for Cc and Bcc fields
5887                 (it was currently possible for the To field only)
5888
5889 2006-02-08 [colin]      2.0.0cvs30
5890
5891         * src/compose.c
5892                 Don't unblock if not blocked
5893         FOR_STABLE
5894
5895 2006-02-07 [colin]      2.0.0cvs29
5896
5897         * src/action.c
5898                 Forgot to refresh summaryview
5899
5900 2006-02-07 [colin]      2.0.0cvs28
5901
5902         * src/action.c
5903                 Freeze/thaw message list and folder list while
5904                 processing %as{} actions 
5905         * src/compose.c
5906                 Fix auto-wrap disabling after a middle-click
5907                 paste - FOR_STABLE
5908
5909 2006-02-07 [paul]       2.0.0cvs27
5910
5911         * src/folder.c
5912                 fix freeing of uninitialised pointers
5913                 Thanks to Colin
5914
5915 2006-02-06 [colin]      2.0.0cvs26
5916
5917         * src/folder.c
5918                 Use g_slist_prepend in potentially big list
5919
5920 2006-02-06 [colin]      2.0.0cvs25
5921
5922         * src/folder.c
5923                 Completely skip processing if it doesn't 
5924                 exist (faster!)
5925
5926 2006-02-06 [colin]      2.0.0cvs24
5927
5928         * src/folder.c
5929         * src/summaryview.c
5930                 Batch filtering in summaryview (from Tools menu)
5931                 and pre/post//-processing too
5932
5933 2006-02-06 [colin]      2.0.0cvs23
5934
5935         * src/procmsg.h
5936         * src/filtering.c
5937                 Use a special field for batch filtering instead
5938                 of stepping on deferred execution's toes
5939
5940 2006-02-06 [colin]      2.0.0cvs22
5941
5942         * src/action.c
5943         * src/filtering.c
5944         * src/filtering.h
5945         * src/folder.c
5946         * src/summaryview.c
5947                 Fix filtering via menus and actions
5948
5949 2006-02-06 [colin]      2.0.0cvs21
5950
5951         * src/imap.c
5952                 Put the added file directly to cache if possible (will work
5953                 with next libetpan)
5954         * src/filtering.c
5955         * src/filtering.h
5956         * src/inc.c
5957         * src/folder.c
5958         * src/mbox.c
5959         * src/procmsg.h
5960                 Move and copy filtered messages by batches instead of one
5961                 by one - faster on IMAP
5962         * src/procmsg.c
5963                 Add a function that'll possibly be useful later
5964
5965 2006-02-06 [colin]      2.0.0cvs20
5966
5967         * src/addressbook.c
5968                 Use internal mime-type instead of text/plain for d'n'd
5969         * src/compose.c
5970                 Allow attaching files from mimeview's icon list via d'n'd
5971         * src/folderview.c
5972         * src/folderview.h
5973                 Use internal mime-type instead of text/plain for d'n'd
5974                 Don't try to selected opened folder if none is
5975                 Factorize d'n'd from other apps code
5976         * src/headerview.c
5977         * src/textview.c
5978         * src/gtk/gtkutils.c
5979         * src/gtk/gtkutils.h
5980                 Factorize Face/X-Face stuff
5981         * src/mimeview.c
5982                 Fix d'n'd to other apps
5983         * src/prefs_message.c
5984                 Let the XFace pref be usable without libcompface as it also
5985                 applies to Face
5986         * src/summaryview.c
5987                 Fix d'n'd to other apps
5988                 Factorize d'n'd from other apps code
5989
5990 2006-02-06 [wwp]        2.0.0cvs19
5991
5992         * po/it.po
5993                 Italian translation fixes by Andrea Spadaccini (no more confusion
5994                 between filtering and processing, and few changes in the About
5995                 dialog).
5996
5997
5998 2006-02-06 [mones]      2.0.0cvs18
5999
6000         * src/gtk/icon_legend.c
6001                 Improved descriptions allowing better translations
6002
6003 2006-02-05 [colin]      2.0.0cvs17
6004
6005         * src/imap.c
6006                 Add the f*cking missing expunge that caused imap_fetch_env
6007                 to fail after an add_msgs ! :-///
6008         * src/etpan/imap-thread.c
6009                 Add a bit of debug
6010         FOR_STABLE
6011
6012 2006-02-05 [colin]      2.0.0cvs16
6013
6014         * src/common/utils.c
6015                 Don't check for return-path (or we can't put
6016                 back non-sent mails)
6017
6018 2006-02-05 [colin]      2.0.0cvs15
6019
6020         * src/textview.c
6021                 Don't try to display Face header in textview
6022                 when teh headerview's active
6023
6024 2006-02-05 [colin]      2.0.0cvs14
6025
6026         * tools/tbird2syl.py
6027         * tools/Makefile.am
6028                 Add script to import Thunderbird mails
6029
6030 2006-02-05 [colin]      2.0.0cvs13
6031
6032         * src/headerview.c
6033         * src/procheader.c
6034         * src/procmsg.c
6035         * src/procmsg.h
6036         * src/textview.c
6037                 Show Face headers - patch partially by Klaus Flittner
6038
6039 2006-02-05 [colin]      2.0.0cvs12
6040
6041         * src/folderview.c
6042         * src/summaryview.c
6043         * src/common/utils.c
6044         * src/common/utils.h
6045                 Let dnd work from mime icons to summaryview
6046                 and to folderview too
6047                 Add a crude test to avoid trying to add files
6048                 drag'n'dropped when they're not mails
6049
6050 2006-02-04 [colin]      2.0.0cvs11
6051
6052         * src/summaryview.c
6053         * src/mimeview.c
6054                 Fix utf8 conversion
6055
6056 2006-02-04 [colin]      2.0.0cvs10
6057
6058         * src/compose.c
6059         * src/folderview.c
6060         * src/mimeview.c
6061         * src/summaryview.c
6062         * src/summaryview.h
6063                 Added various drag and drop capas:
6064                 From                    To
6065                 summaryview             other apps
6066                 mimeview icons          other apps
6067                 other apps              summaryview
6068                 other apps              folderview
6069
6070                 This shouldn't have broken the existing:
6071                 From                    To
6072                 summaryview             folderview
6073                 folderview              folderview
6074                 summaryview             compose's attachments
6075
6076         Tests welcomed.
6077
6078 2006-02-02 [paul]       2.0.0cvs9
6079
6080         * src/mainwindow.c
6081                 move global option 'Set displayed columns...' out
6082                 of folder option grouping.
6083                 fix sensitivity of 'harvest addresses'
6084         FOR_STABLE
6085
6086 2006-02-01 [colin]      2.0.0cvs8
6087
6088         * src/mimeview.c
6089                 Revert the alertpanel patch, it sucks (intrusive
6090                 and gets in the way of "open")
6091
6092 2006-02-01 [colin]      2.0.0cvs7
6093
6094         * src/compose.c
6095         * src/prefs_account.c
6096         * src/prefs_common.c
6097         * src/common/defs.h
6098         * src/common/utils.c
6099         * src/common/utils.h
6100                 Add ability to edit the signature file
6101                 from the account preferences, and use
6102                 a default for the text editor.
6103                 Patch by Fabien Vantard
6104
6105 2006-02-01 [colin]      2.0.0cvs6
6106
6107         * src/mimeview.c
6108                 Try to get mime type by extension if it is
6109                 application/octet-stream
6110                 Display a window with possible choices when
6111                 encountering unknown mime types
6112         * src/gtk/filesel.c
6113         * src/gtk/filesel.h
6114                 Add preview
6115                 Allow multiple selection in filtered filesel
6116                 (patch by Fabien Vantard)
6117         * src/gtk/pluginwindow.c
6118                 Use it (patch by Fabien Vantard)
6119
6120 2006-02-01 [paul]       2.0.0cvs5
6121
6122         * src/jpilot.c
6123                 fix crash on creating jpilot address book
6124                 Thanks to Colin - FOR_STABLE
6125         * src/prefs_summaries.c
6126         * src/prefs_wrapping.c
6127         * src/gtk/icon_legend.c
6128         * src/gtk/quicksearch.c
6129                 string fixes and additions
6130
6131 2006-02-01 [paul]       2.0.0cvs4
6132
6133         * src/compose.c
6134         * src/mainwindow.c
6135         * src/messageview.c
6136         * src/prefs_send.c
6137                 add Arabic encoding option
6138                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6139
6140 2006-01-31 [colin]      2.0.0cvs3
6141
6142         * src/plugins/pgpcore/passphrase.c
6143                 Convert passphrase to locale encoding
6144         * src/compose.c
6145                 Fix drafting on IMAP. Crappy bug sneaked in
6146                 the release :-/
6147         FOR_STABLE
6148
6149 2006-01-30 [paul]       2.0.0cvs2
6150
6151         * src/gtk/icon_legend.c
6152                 show the new entries
6153
6154 2006-01-30 [colin]      2.0.0cvs1
6155
6156         * src/manual.c
6157                 Check for the file to be present before 
6158                 enabling the menu - FOR_STABLE
6159         * src/gtk/icon_legend.c
6160                 Add folders icons (not all of them, there
6161                 are too much, but the most intriguing ones)
6162
6163 2006-01-30 [paul]       2.0.0
6164
6165         version 2.0.0 released
6166
6167 2006-01-30 [paul]       1.9.100cvs200
6168
6169         * manual/faq.xml
6170         * manual/gpl.xml
6171         * manual/intro.xml
6172         * manual/starting.xml
6173         * manual/sylpheed-claws-manual.xml
6174                 fixes, additions
6175
6176 2006-01-29 [mones]      1.9.100cvs199
6177
6178         * manual/account.xml
6179         * manual/advanced.xml
6180         * manual/glossary.xml
6181                 Some typos fixed, added LDIF term to glossary
6182         * po/es.po
6183                 Fixed leading plus symbol
6184
6185 2006-01-29 [paul]       1.9.100cvs198
6186
6187         * po/fi.po
6188         * po/sk.po
6189                 updated by Tommi Pirinen and Andrej Kacian
6190
6191 2006-01-29 [paul]       1.9.100cvs197
6192
6193         * src/gtk/authors.h
6194                 remove duplicates
6195
6196 2006-01-29 [paul]       1.9.100cvs196
6197
6198         * AUTHORS
6199         * po/nl.po
6200         * src/gtk/authors.h
6201         * tools/claws.i18n.status.pl
6202                 nl translation updated by Tim Dijkstra
6203
6204 2006-01-29 [paul]       1.9.100cvs195
6205
6206         * po/sr.po
6207         * po/sv.po
6208                 updated by Aleksandar Urosevic and Anders Troback
6209
6210 2006-01-28 [colin]      1.9.100cvs194
6211
6212         * src/gtk/gtksourceprintjob.c
6213                 Don't fiddle with PangoLayout when we
6214                 have an image
6215
6216 2006-01-28 [paul]       1.9.100cvs193
6217
6218         * AUTHORS
6219         * po/el.po
6220         * po/zh_CN.po
6221         * src/gtk/authors.h
6222         * tools/claws.i18n.status.pl
6223                 updated translations submitted by Stavros Giannouris
6224                 and Ralgh Young
6225
6226 2006-01-27 [colin]      1.9.100cvs192
6227
6228         * src/summaryview.c
6229         * src/gtk/gtksourceprintjob.c
6230                 Add image printing 
6231                 (libgnomeprint only, of course)
6232
6233 2006-01-27 [paul]       1.9.100cvs191
6234
6235         * po/fr.po
6236         * po/it.po
6237                 updated by Fabien Vantard and Andrea Spadaccini
6238
6239 2006-01-26 [colin]      1.9.100cvs190
6240
6241         * manual/Makefile.am
6242         * configure.ac
6243                 Make building the manual optional 
6244                 (--disable-manual)
6245
6246 2006-01-26 [paul]       1.9.100cvs189
6247
6248         * manual/glossary.xml
6249         * manual/plugins.xml
6250                 edited
6251         * po/en_GB.po
6252                 updated
6253
6254 2006-01-26 [paul]       1.9.100cvs188
6255
6256         * src/prefs_display_header.c
6257         * src/prefs_folder_column.c
6258         * src/prefs_msg_colors.c
6259         * src/prefs_summaries.c
6260         * src/prefs_summary_column.c
6261                 HIGify
6262
6263 2006-01-25 [colin]      1.9.100cvs187
6264
6265         * src/imap.c
6266                 Don't allow moving/copying mails between
6267                 queue/drafts and non-queue/drafts folders
6268                 Fixes bug #897 (message header is resetted 
6269                 if one is copied to Drafts)
6270
6271 2006-01-25 [colin]      1.9.100cvs186
6272
6273         * src/folder.c
6274         * src/mainwindow.c
6275                 Fix subscribed folders not found
6276         * src/compose.c
6277                 Don't try to encode as original mail's charset
6278                 if it's ascii 
6279
6280 2006-01-25 [paul]       1.9.100cvs185
6281
6282         * AUTHORS
6283         * po/Makevars
6284                 updated
6285         * po/de.po
6286         * po/pl.po
6287         * po/pt_BR.po
6288         * po/sr.po
6289                 updates submitted by Stephan Sachse, Emilian Nowak
6290                 and Quar, Frederico Goncalves Guimaraes, and
6291                 Aleksandar Urosevic
6292                 Fix Bug 896, 'PT_BR locale broken'.
6293         * src/gtk/authors.h
6294                 updated
6295
6296 2006-01-24 [mones]      1.9.100cvs184
6297
6298         * manual/glossary.xml
6299                 All current terms finished. Reviewers welcome ;-)
6300         * manual/keyboard.xml
6301                 Fixed column width for pdf output.
6302         * po/es.po
6303                 Updated
6304
6305 2006-01-24 [paul]       1.9.100cvs183
6306
6307         * manual/glossary.xml
6308                 fix id name
6309         * manual/dist/html/Makefile.am
6310         * manual/dist/pdf/Makefile.am
6311         * manual/dist/ps/Makefile.am
6312         * manual/dist/txt/Makefile.am
6313                 fix make deps
6314                 Thanks to Colin
6315
6316 2006-01-24 [mones]      1.9.100cvs182
6317
6318         * manual/glossary.xml
6319                 Nearly finished, some terms missing.
6320
6321 2006-01-23 [paul]       1.9.100cvs181
6322
6323         * manual/dist/html/Makefile.am
6324         * manual/dist/pdf/Makefile.am
6325         * manual/dist/ps/Makefile.am
6326         * manual/dist/txt/Makefile.am
6327         * src/mainwindow.c
6328                 re-enable manual
6329                 Thanks to Colin
6330
6331 2006-01-22 [colin]      1.9.100cvs180
6332
6333         * src/compose.c
6334         * src/gtk/gtkaspell.c
6335                 Don't deselect stuff before right-clicking, with aspell.
6336                 (This prevented right-click Copy, for example).
6337                 Thanks to Clo!
6338
6339 2006-01-22 [paul]       1.9.100cvs179
6340
6341         * src/summary_search.c
6342                 don't fix the widget size as it causes problems
6343                 under localisation.
6344                 Thanks to Emilian Nowak
6345
6346 2006-01-21 [paul]       1.9.100cvs178
6347
6348         * src/prefs_themes.c
6349                 fix broken underlining of label text
6350                 with some translations
6351
6352 2006-01-21 [colin]      1.9.100cvs177
6353
6354         * po/fr.po
6355                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6356
6357 2006-01-20 [colin]      1.9.100cvs176
6358
6359         * configure.ac
6360         * Makefile.am
6361         * manual/Makefile
6362         * manual/dist/html/.cvsignore
6363         * manual/dist/html/Makefile.am
6364         * manual/dist/pdf/.cvsignore
6365         * manual/dist/pdf/Makefile.am
6366         * manual/dist/ps/.cvsignore
6367         * manual/dist/ps/Makefile.am
6368         * manual/dist/txt/.cvsignore
6369         * manual/dist/txt/Makefile.am
6370                 Autotool-ize manual
6371
6372 2006-01-20 [paul]       1.9.100cvs175
6373
6374         * manual/handling.xml
6375                 make Filtering and Searching entries easier to find
6376         * manual/keyboard.xml
6377                 add the remaining default keybinds
6378         * src/prefs_summaries.c
6379                 update the default keybinds
6380
6381 2006-01-20 [paul]       1.9.100cvs174
6382
6383         * src/addressbook.c
6384         * src/addrgather.c
6385         * src/addrharvest.c
6386         * src/editaddress.c
6387         * src/editgroup.c
6388         * src/exphtmldlg.c
6389         * src/expldifdlg.c
6390         * src/exporthtml.c
6391         * src/exportldif.c
6392         * src/ldif.c
6393                 replace 'e-mail' with 'email'
6394         * src/summary_search.c
6395                 add mnemonic to "Find all" button
6396
6397 2006-01-20 [wwp]        1.9.100cvs173
6398
6399         * src/export.c
6400         * src/import.c
6401                 touched mbox import/export buttons for HIG-compliance
6402
6403 2006-01-19 [paul]       1.9.100cvs172
6404
6405         * manual/account.xml
6406         * manual/addrbook.xml
6407         * manual/advanced.xml
6408         * manual/faq.xml
6409         * manual/handling.xml
6410         * manual/intro.xml
6411         * manual/plugins.xml
6412         * manual/starting.xml
6413                 more editing
6414
6415 2006-01-19 [paul]       1.9.100cvs171
6416
6417         * src/toolbar.c
6418                 allow use of trash button while receiving
6419                 Thanks to Colin
6420
6421 2006-01-19 [wwp]        1.9.100cvs170
6422
6423         * src/gtk/quicksearch.c
6424         * src/compose.c
6425                 force text color to black when yellow background is set
6426
6427 2006-01-19 [colin]      1.9.100cvs169
6428
6429         * src/plugins/trayicon/trayicon.c
6430                 Gray out Get Mail when already getting mail
6431
6432 2006-01-18 [paul]       1.9.100cvs168
6433
6434         * src/compose.c
6435                 give widget yellow background was To is
6436                 set via folder prefs
6437         * src/gtk/quicksearch.c
6438                 give widget yellow background when quick
6439                 search is active.
6440                 Thanks to Colin
6441
6442 2006-01-18 [paul]       1.9.100cvs167
6443
6444         * doc/man/sylpheed-claws.1
6445                 add --subscribe option
6446
6447 2006-01-18 [paul]       1.9.100cvs166
6448
6449         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6450         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6451                 use %U instead of %F (%F is broken for user installed
6452                 files in kde 3.5)
6453
6454 2006-01-18 [colin]      1.9.100cvs165
6455
6456         * src/summaryview.c
6457                 Default to Yes in "No more * messages" dialogs
6458
6459 2006-01-17 [colin]      1.9.100cvs164
6460
6461         * src/compose.c
6462                 Possibly fix an invalid iterator causing
6463                 crash
6464
6465 2006-01-17 [colin]      1.9.100cvs163
6466
6467         * src/mimeview.c
6468                 Fix crash when the image disappears under the
6469                 image viewer
6470
6471 2006-01-16 [colin]      1.9.100cvs162
6472
6473         * src/compose.c
6474                 Fix reenabling autowrap
6475
6476 2006-01-16 [colin]      1.9.100cvs161
6477
6478         * src/compose.c
6479                 reset quote_len before getting quote_str
6480
6481 2006-01-16 [colin]      1.9.100cvs160
6482
6483         * src/account.c
6484         * src/account.h
6485         * src/folder.c
6486         * src/imap_gtk.c
6487         * src/mh_gtk.c
6488                 Fix bug #883 (default inbox does not track folder move)
6489
6490 2006-01-16 [colin]      1.9.100cvs159
6491
6492         * src/compose.c
6493         * src/plugins/pgpcore/passphrase.c
6494                 More buttons fixes
6495
6496 2006-01-16 [paul]       1.9.100cvs158
6497
6498         * src/prefs_actions.c
6499         * src/prefs_filtering_action.c
6500         * src/prefs_matcher.c
6501         * src/quote_fmt.c
6502         * src/gtk/description_window.c
6503         * src/gtk/description_window.h
6504         * src/gtk/quicksearch.c
6505                 description window cleanups
6506
6507 2006-01-15 [colin]      1.9.100cvs157
6508
6509         * src/addressbook.c
6510         * src/prefs_filtering.c
6511                 Same here
6512
6513 2006-01-15 [colin]      1.9.100cvs156
6514
6515         * src/folderview.c
6516         * src/mainwindow.c
6517                 Same for "Empty trash"
6518
6519 2006-01-15 [colin]      1.9.100cvs155
6520
6521         * src/inc.c
6522                 Override offline dialog had Yes by default
6523
6524 2006-01-15 [colin]      1.9.100cvs154
6525
6526         * src/summaryview.c
6527                 Delete selected messages? previously had Yes the default
6528
6529 2006-01-15 [colin]      1.9.100cvs153
6530
6531         * src/folder.c
6532         * src/folder.h
6533         * src/main.c
6534                 Check if a mailbox is loaded after all
6535                 plugins are loaded.
6536
6537 2006-01-15 [colin]      1.9.100cvs152
6538
6539         * src/folder.c
6540                 Don't start wizard when there are unloaded folders (will help
6541                 people with only mbox or maildir mailboxes)
6542
6543 2006-01-14 [colin]      1.9.100cvs151
6544
6545         * src/addressbook.c
6546         * src/expldifdlg.c
6547         * src/importldif.c
6548         * src/importmutt.c
6549         * src/importpine.c
6550         * src/mh_gtk.c
6551                 More HIG compliance and fixes
6552
6553 2006-01-14 [colin]      1.9.100cvs150
6554
6555         * src/prefs_filtering_action.c
6556         * src/foldersel.c
6557                 Two forgotten button order changes
6558
6559 2006-01-14 [colin]      1.9.100cvs149
6560
6561         * src/account.c
6562         * src/addressbook.c
6563         * src/compose.c
6564         * src/folderview.c
6565         * src/imap_gtk.c
6566         * src/mainwindow.c
6567         * src/mh_gtk.c
6568         * src/news_gtk.c
6569         * src/prefs_actions.c
6570         * src/prefs_customheader.c
6571         * src/prefs_filtering.c
6572         * src/prefs_matcher.c
6573         * src/prefs_template.c
6574         * src/ssl_manager.c
6575         * src/summaryview.c
6576         * src/textview.c
6577         * src/toolbar.c
6578                 All deletion confirmations are now "Cancel, Delete" 
6579                 instead of "No, Yes"
6580                 Clarified most of the other "No, Yes" to 
6581                 "Cancel, Descriptive_action"
6582                 Rechanged the "Entry not saved" alerts to have 
6583                 "Close, Continue editing"
6584
6585
6586 2006-01-14 [paul]
6587
6588         * 2.0.0-rc4 released
6589
6590 2006-01-14 [paul]       1.9.100cvs148
6591
6592         * src/account.c
6593         * src/addressadd.c
6594         * src/addressbook.c
6595         * src/compose.c
6596         * src/editaddress.c
6597         * src/editbook.c
6598         * src/editgroup.c
6599         * src/editjpilot.c
6600         * src/editldap.c
6601         * src/editvcard.c
6602         * src/exphtmldlg.c
6603         * src/expldifdlg.c
6604         * src/folderview.c
6605         * src/grouplistdialog.c
6606         * src/imap_gtk.c
6607         * src/importmutt.c
6608         * src/importpine.c
6609         * src/inc.c
6610         * src/main.c
6611         * src/mainwindow.c
6612         * src/message_search.c
6613         * src/messageview.c
6614         * src/mh_gtk.c
6615         * src/mimeview.c
6616         * src/news_gtk.c
6617         * src/prefs_actions.c
6618         * src/prefs_customheader.c
6619         * src/prefs_filtering.c
6620         * src/prefs_matcher.c
6621         * src/prefs_template.c
6622         * src/prefs_themes.c
6623         * src/ssl_manager.c
6624         * src/summary_search.c
6625         * src/summaryview.c
6626         * src/textview.c
6627         * src/toolbar.c
6628         * src/gtk/foldersort.c
6629         * src/gtk/gtkaspell.c
6630         * src/gtk/inputdialog.c
6631         * src/gtk/prefswindow.c
6632         * src/plugins/pgpcore/select-keys.c
6633         * src/plugins/trayicon/trayicon.c
6634                 HIG compliant button order
6635
6636 2006-01-14 [mones]      1.9.100cvs147
6637
6638         * po/es.po
6639                 Updated translation
6640
6641 2006-01-13 [paul]       1.9.100cvs146
6642
6643         * AUTHORS
6644         * ChangeLog
6645         * src/gtk/authors.h
6646                 add Joshua M. Kwan to contributors list
6647
6648 2006-01-13 [colin]      1.9.100cvs145
6649
6650         * src/gtk/quicksearch.c
6651                 Don't refocus quick search after executing (Esc or Enter)
6652                 Allows to '/'search something then move up/down in 
6653                 summaryview, and to Esc a search and be back in the 
6654                 summaryview
6655
6656 2006-01-13 [paul]       1.9.100cvs144
6657
6658         * src/plugins/pgpinline/pgpinline.c
6659                 support Content-Type 'application/pgp'
6660                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6661
6662 2006-01-13 [paul]       1.9.100cvs143
6663
6664         * manual/account.xml
6665                 make mention of partial retrieval
6666                 thanks to Colin
6667
6668 2006-01-13 [paul]       1.9.100cvs142
6669
6670         * src/account.c
6671         * src/account.h
6672         * src/action.c
6673         * src/action.h
6674         * src/adbookbase.h
6675         * src/addr_compl.c
6676         * src/addr_compl.h
6677         * src/addrbook.c
6678         * src/addrcache.c
6679         * src/addrcache.h
6680         * src/addrcindex.c
6681         * src/addrcindex.h
6682         * src/addrclip.c
6683         * src/addrclip.h
6684         * src/addrdefs.h
6685         * src/addressadd.c
6686         * src/addressadd.h
6687         * src/addressbook.c
6688         * src/addressbook.h
6689         * src/addrgather.c
6690         * src/addrgather.h
6691         * src/addrharvest.c
6692         * src/addrharvest.h
6693         * src/addrindex.c
6694         * src/addrindex.h
6695         * src/addritem.c
6696         * src/addritem.h
6697         * src/addrquery.c
6698         * src/addrquery.h
6699         * src/addrselect.c
6700         * src/addrselect.h
6701         * src/alertpanel.c
6702         * src/alertpanel.h
6703         * src/browseldap.c
6704         * src/browseldap.h
6705         * src/codeconv.c
6706         * src/codeconv.h
6707         * src/compose.c
6708         * src/compose.h
6709         * src/customheader.c
6710         * src/customheader.h
6711         * src/displayheader.c
6712         * src/displayheader.h
6713         * src/editaddress.c
6714         * src/editaddress.h
6715         * src/editbook.c
6716         * src/editbook.h
6717         * src/editgroup.c
6718         * src/editgroup.h
6719         * src/editjpilot.c
6720         * src/editjpilot.h
6721         * src/editldap.c
6722         * src/editldap.h
6723         * src/editldap_basedn.c
6724         * src/editldap_basedn.h
6725         * src/editvcard.c
6726         * src/editvcard.h
6727         * src/exphtmldlg.c
6728         * src/exphtmldlg.h
6729         * src/expldifdlg.c
6730         * src/expldifdlg.h
6731         * src/export.h
6732         * src/exporthtml.c
6733         * src/exporthtml.h
6734         * src/exportldif.c
6735         * src/exportldif.h
6736         * src/filtering.c
6737         * src/filtering.h
6738         * src/folder.c
6739         * src/folder.h
6740         * src/folder_item_prefs.c
6741         * src/folder_item_prefs.h
6742         * src/foldersel.c
6743         * src/foldersel.h
6744         * src/folderutils.c
6745         * src/folderutils.h
6746         * src/folderview.c
6747         * src/folderview.h
6748         * src/grouplistdialog.c
6749         * src/grouplistdialog.h
6750         * src/headerview.c
6751         * src/html.c
6752         * src/html.h
6753         * src/image_viewer.c
6754         * src/image_viewer.h
6755         * src/imap.c
6756         * src/imap.h
6757         * src/imap_gtk.c
6758         * src/imap_gtk.h
6759         * src/import.h
6760         * src/importldif.c
6761         * src/importldif.h
6762         * src/importmutt.c
6763         * src/importmutt.h
6764         * src/importpine.c
6765         * src/importpine.h
6766         * src/inc.c
6767         * src/inc.h
6768         * src/jpilot.c
6769         * src/jpilot.h
6770         * src/ldapctrl.c
6771         * src/ldapctrl.h
6772         * src/ldaplocate.c
6773         * src/ldaplocate.h
6774         * src/ldapquery.c
6775         * src/ldapquery.h
6776         * src/ldapserver.c
6777         * src/ldapserver.h
6778         * src/ldaputil.c
6779         * src/ldaputil.h
6780         * src/ldif.c
6781         * src/ldif.h
6782         * src/main.c
6783         * src/main.h
6784         * src/mainwindow.c
6785         * src/mainwindow.h
6786         * src/manual.c
6787         * src/manual.h
6788         * src/mbox.c
6789         * src/mbox.h
6790         * src/message_search.c
6791         * src/message_search.h
6792         * src/messageview.c
6793         * src/messageview.h
6794         * src/mh.c
6795         * src/mh.h
6796         * src/mh_gtk.c
6797         * src/mh_gtk.h
6798         * src/mimeview.c
6799         * src/mimeview.h
6800         * src/msgcache.c
6801         * src/msgcache.h
6802         * src/mutt.c
6803         * src/mutt.h
6804         * src/news.c
6805         * src/news.h
6806         * src/news_gtk.c
6807         * src/news_gtk.h
6808         * src/partial_download.c
6809         * src/partial_download.h
6810         * src/pine.c
6811         * src/pine.h
6812         * src/pop.c
6813         * src/pop.h
6814         * src/prefs_account.c
6815         * src/prefs_account.h
6816         * src/prefs_actions.c
6817         * src/prefs_actions.h
6818         * src/prefs_common.c
6819         * src/prefs_common.h
6820         * src/prefs_compose_writing.c
6821         * src/prefs_compose_writing.h
6822         * src/prefs_customheader.c
6823         * src/prefs_customheader.h
6824         * src/prefs_display_header.c
6825         * src/prefs_display_header.h
6826         * src/prefs_filtering.c
6827         * src/prefs_filtering.h
6828         * src/prefs_filtering_action.c
6829         * src/prefs_filtering_action.h
6830         * src/prefs_folder_column.c
6831         * src/prefs_folder_column.h
6832         * src/prefs_folder_item.c
6833         * src/prefs_folder_item.h
6834         * src/prefs_fonts.c
6835         * src/prefs_fonts.h
6836         * src/prefs_gtk.c
6837         * src/prefs_gtk.h
6838         * src/prefs_image_viewer.c
6839         * src/prefs_image_viewer.h
6840         * src/prefs_matcher.c
6841         * src/prefs_matcher.h
6842         * src/prefs_message.c
6843         * src/prefs_msg_colors.c
6844         * src/prefs_msg_colors.h
6845         * src/prefs_other.c
6846         * src/prefs_quote.c
6847         * src/prefs_receive.c
6848         * src/prefs_send.c
6849         * src/prefs_spelling.c
6850         * src/prefs_spelling.h
6851         * src/prefs_summaries.c
6852         * src/prefs_summaries.h
6853         * src/prefs_summary_column.c
6854         * src/prefs_summary_column.h
6855         * src/prefs_template.c
6856         * src/prefs_template.h
6857         * src/prefs_themes.c
6858         * src/prefs_themes.h
6859         * src/prefs_toolbar.c
6860         * src/prefs_toolbar.h
6861         * src/prefs_wrapping.c
6862         * src/prefs_wrapping.h
6863         * src/privacy.c
6864         * src/privacy.h
6865         * src/procheader.c
6866         * src/procheader.h
6867         * src/procmime.c
6868         * src/procmime.h
6869         * src/procmsg.c
6870         * src/procmsg.h
6871         * src/quote_fmt.c
6872         * src/quote_fmt_parse.y
6873         * src/recv.c
6874         * src/recv.h
6875         * src/remotefolder.c
6876         * src/remotefolder.h
6877         * src/send_message.c
6878         * src/send_message.h
6879         * src/setup.c
6880         * src/setup.h
6881         * src/sourcewindow.c
6882         * src/sourcewindow.h
6883         * src/ssl_manager.c
6884         * src/ssl_manager.h
6885         * src/statusbar.c
6886         * src/statusbar.h
6887         * src/stock_pixmap.c
6888         * src/stock_pixmap.h
6889         * src/summary_search.c
6890         * src/summary_search.h
6891         * src/summaryview.c
6892         * src/summaryview.h
6893         * src/syldap.c
6894         * src/syldap.h
6895         * src/textview.c
6896         * src/textview.h
6897         * src/toolbar.c
6898         * src/toolbar.h
6899         * src/undo.c
6900         * src/undo.h
6901         * src/unmime.c
6902         * src/unmime.h
6903         * src/vcard.c
6904         * src/vcard.h
6905         * src/wizard.c
6906         * src/wizard.h
6907         * src/common/base64.c
6908         * src/common/base64.h
6909         * src/common/defs.h
6910         * src/common/hooks.c
6911         * src/common/hooks.h
6912         * src/common/log.c
6913         * src/common/log.h
6914         * src/common/mgutils.c
6915         * src/common/mgutils.h
6916         * src/common/nntp.c
6917         * src/common/nntp.h
6918         * src/common/passcrypt.c
6919         * src/common/passcrypt.h.in
6920         * src/common/plugin.c
6921         * src/common/plugin.h
6922         * src/common/prefs.c
6923         * src/common/prefs.h
6924         * src/common/progressindicator.c
6925         * src/common/progressindicator.h
6926         * src/common/quoted-printable.c
6927         * src/common/quoted-printable.h
6928         * src/common/session.c
6929         * src/common/session.h
6930         * src/common/smtp.c
6931         * src/common/smtp.h
6932         * src/common/socket.c
6933         * src/common/socket.h
6934         * src/common/ssl.c
6935         * src/common/ssl.h
6936         * src/common/ssl_certificate.c
6937         * src/common/ssl_certificate.h
6938         * src/common/stringtable.c
6939         * src/common/stringtable.h
6940         * src/common/sylpheed.c
6941         * src/common/sylpheed.h
6942         * src/common/template.c
6943         * src/common/template.h
6944         * src/common/timing.h
6945         * src/common/utils.c
6946         * src/common/utils.h
6947         * src/common/version.h.in
6948         * src/common/xml.c
6949         * src/common/xml.h
6950         * src/common/xmlprops.c
6951         * src/common/xmlprops.h
6952         * src/gtk/colorlabel.c
6953         * src/gtk/colorsel.c
6954         * src/gtk/colorsel.h
6955         * src/gtk/description_window.c
6956         * src/gtk/description_window.h
6957         * src/gtk/filesel.c
6958         * src/gtk/filesel.h
6959         * src/gtk/foldersort.c
6960         * src/gtk/foldersort.h
6961         * src/gtk/gtkutils.c
6962         * src/gtk/gtkutils.h
6963         * src/gtk/inputdialog.c
6964         * src/gtk/inputdialog.h
6965         * src/gtk/logwindow.c
6966         * src/gtk/logwindow.h
6967         * src/gtk/manage_window.c
6968         * src/gtk/manage_window.h
6969         * src/gtk/menu.c
6970         * src/gtk/menu.h
6971         * src/gtk/pluginwindow.c
6972         * src/gtk/pluginwindow.h
6973         * src/gtk/prefswindow.c
6974         * src/gtk/prefswindow.h
6975         * src/gtk/progressdialog.c
6976         * src/gtk/progressdialog.h
6977         * src/gtk/sslcertwindow.c
6978         * src/gtk/sslcertwindow.h
6979         * src/plugins/clamav/clamav_plugin.c
6980         * src/plugins/clamav/clamav_plugin.h
6981         * src/plugins/clamav/clamav_plugin_gtk.c
6982         * src/plugins/demo/demo.c
6983         * src/plugins/dillo_viewer/dillo_prefs.c
6984         * src/plugins/dillo_viewer/dillo_prefs.h
6985         * src/plugins/dillo_viewer/dillo_viewer.c
6986         * src/plugins/pgpcore/passphrase.c
6987         * src/plugins/pgpcore/passphrase.h
6988         * src/plugins/pgpcore/plugin.c
6989         * src/plugins/pgpcore/select-keys.c
6990         * src/plugins/pgpcore/select-keys.h
6991         * src/plugins/pgpcore/sgpgme.c
6992         * src/plugins/pgpcore/sgpgme.h
6993         * src/plugins/pgpinline/pgpinline.c
6994         * src/plugins/pgpinline/pgpinline.h
6995         * src/plugins/pgpinline/plugin.c
6996         * src/plugins/pgpmime/pgpmime.c
6997         * src/plugins/pgpmime/pgpmime.h
6998         * src/plugins/pgpmime/plugin.c
6999         * src/plugins/spamassassin/spamassassin.c
7000         * src/plugins/spamassassin/spamassassin.h
7001         * src/plugins/spamassassin/spamassassin_gtk.c
7002         * src/plugins/trayicon/trayicon.c
7003                 update copyright header
7004
7005 2006-01-13 [paul]       1.9.100cvs141
7006
7007         * src/account.c
7008         * src/export.c
7009         * src/import.c
7010         * src/mainwindow.c
7011         * src/prefs_account.c
7012         * src/prefs_display_header.c
7013         * src/prefs_receive.c
7014         * src/prefs_send.c
7015         * src/prefs_summaries.c
7016         * src/prefs_themes.c
7017         * src/prefs_toolbar.c
7018         * src/gtk/about.c
7019                 various cleanups
7020
7021 2006-01-12 [colin]      1.9.100cvs140
7022
7023         * src/folder.c
7024         * src/folder.h
7025         * src/main.c
7026                 Add --subscribe option
7027                 Let sylpheed-claws email@domain.com equivalent to --compose
7028                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7029
7030 2006-01-12 [paul]       1.9.100cvs139
7031
7032         * src/mainwindow.c
7033                 append 'Change folder order' label with '...'
7034         * src/prefs_actions.c
7035                 allow reordering of actions list by dnd
7036         * src/gtk/foldersort.c
7037                 make the dialog nicer
7038
7039 2006-01-11 [colin]      1.9.100cvs138
7040
7041         * src/compose.c
7042                 Allow templates without text
7043
7044 2006-01-11 [paul]       1.9.100cvs137
7045
7046         * tools/README
7047         * tools/filter_conv_new.pl
7048                 add info to README
7049                 also check .sylpheed for filter.xml
7050                 be a bit informative to the user
7051
7052 2006-01-11 [colin]      1.9.100cvs136
7053
7054         * src/textview.c
7055                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7056
7057 2006-01-10 [paul]       1.9.100cvs135
7058
7059         * tools/Makefile.am
7060         * tools/filter_conv_new.pl
7061                 add script to convert new style Sylpheed
7062                 filter rules (Sylpheed >= 0.9.99) to
7063                 Claws filtering rules
7064
7065 2006-01-10 [colin]      1.9.100cvs134
7066
7067         * src/compose.c
7068                 Fix broken line joins in certain conditions
7069                 (between two quoted lines: <enter><enter><up>
7070                  <type a wrapped sentence><go in the first line>
7071                  <insert more text><watch as line joining failed>)
7072
7073 2006-01-10 [paul]       1.9.100cvs133
7074
7075         * src/compose.c
7076                 don't report success in error dialog
7077                 thanks to Colin
7078         * src/common/utils.c
7079                 include some trailing punctuations as URI
7080                 thanks to Hiro
7081
7082 2006-01-10 [paul]       1.9.100cvs132
7083
7084         * src/mimeview.c
7085                 fix incompatible pointer type
7086                 warning
7087
7088 2006-01-10 [paul]       1.9.100cvs131
7089
7090         * src/compose.c
7091                 change Subject in window title
7092                 instantaneously
7093
7094 2006-01-09 [colin]      1.9.100cvs130
7095
7096         * src/addressbook.c
7097         * src/headerview.c
7098         * src/mainwindow.c
7099         * src/messageview.c
7100         * src/mimeview.c
7101         * src/noticeview.c
7102         * src/summaryview.c
7103                 Fix possible crashes on exit and in addressbook
7104
7105 2006-01-09 [paul]       1.9.100cvs129
7106
7107         * src/prefs_msg_colors.c
7108                 some cleanups that I forgot last time
7109
7110 2006-01-09 [paul]       1.9.100cvs128
7111
7112         * README
7113         * src/folderview.c
7114         * src/prefs_msg_colors.c
7115                 add previously hidden option, color_new, to
7116                 the gui
7117                 move the page to Display/
7118                 rework the gui
7119
7120 2006-01-09 [wwp]        1.9.100cvs127
7121
7122         * src/prefs_themes.c
7123                 made the prefs/display/themes layouts spacing less condensed
7124                 (and so they match other prefs/pages' look).
7125
7126 2006-01-09 [paul]       1.9.100cvs126
7127
7128         * src/compose.c
7129         * src/prefs_common.c
7130         * src/prefs_common.h
7131         * src/prefs_wrapping.c
7132                 remove 'wrap at send' option
7133
7134 2006-01-06 [colin]      1.9.100cvs125
7135
7136         * src/compose.c
7137                 Just make completely sure we don't insert "manual line breaks" 
7138                 when wrapping... 
7139
7140 2006-01-04 [paul]
7141
7142         * 2.0.0-rc3 released
7143
7144 2006-01-04 [paul]       1.9.100cvs124
7145
7146         * src/folderview.c
7147                 fix bug 882, 'quick scroll in folder list
7148                 displays wrong folder contents'
7149
7150 2006-01-04 [paul]       1.9.100cvs123
7151
7152         * src/plugins/pgpmime/pgpmime.c
7153                 better debug information when signing
7154                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7155
7156 2006-01-03 [colin]      1.9.100cvs122
7157
7158         * configure.ac
7159                 We need to recheck for gpgme 1.0.0 after checking
7160                 for 1.1.1, because if 1.1.1 isn't available, 
7161                 GPGME_LIBS and friends are blanked out by the 
7162                 second check.
7163
7164 2006-01-03 [colin]      1.9.100cvs121
7165
7166         * src/common/prefs.c
7167                 Windows unlink-before rename fix
7168         * src/plugins/pgpcore/sgpgme.c
7169                 Add support for PKA info if available
7170                 Both patches by Werner Koch
7171
7172 2006-01-03 [paul]       1.9.100cvs120
7173
7174         * src/messageview.c
7175                 fix bug 884, 'Send receipt' button visible in queue
7176                 Thanks to Colin
7177
7178 2006-01-02 [colin]      1.9.100cvs119
7179
7180         * src/compose.c
7181         * src/imap.c
7182                 Fix autosave on IMAP and more generally try to
7183                 return the correct ID on a newly added IMAP message
7184
7185 2006-01-02 [paul]       1.9.100cvs118
7186
7187         * manual/keyboard.xml
7188                 edited
7189
7190 2006-01-01 [paul]       1.9.100cvs117
7191
7192         * src/gtk/authors.h
7193                 alphabetical order
7194
7195 2005-12-30 [colin]      1.9.100cvs116
7196
7197         * manual/advanced.xml
7198                 Explain Pre/Post-processing differences.
7199
7200 2005-12-30 [colin]      1.9.100cvs115
7201
7202         * src/mh.c
7203                 Implement copy_msgs for a little optimization
7204         * src/imap.c
7205                 Finish yesterday's fix
7206
7207 2005-12-29 [colin]      1.9.100cvs114
7208
7209         * src/imap.c
7210                 Fix occasional failure in fetching a mail over
7211                 IMAP
7212
7213 2005-12-29 [colin]      1.9.100cvs113
7214
7215         * src/compose.c
7216                 Don't remove a draft when sending it, if it is 
7217                 locked.
7218
7219 2005-12-28 [colin]      1.9.100cvs112
7220
7221         * src/summaryview.c
7222                 Fix leak for real
7223
7224 2005-12-28 [wwp]        1.9.100cvs111
7225
7226         * doc/faq/.cvsignore
7227         * doc/faq/de/.cvsignore
7228         * doc/faq/en/.cvsignore
7229         * doc/faq/es/.cvsignore
7230         * doc/faq/fr/.cvsignore
7231         * doc/faq/it/.cvsignore
7232         * doc/manual/.cvsignore
7233         * doc/manual/de/.cvsignore
7234         * doc/manual/en/.cvsignore
7235         * doc/manual/es/.cvsignore
7236         * doc/manual/fr/.cvsignore
7237         * doc/manual/ja/.cvsignore
7238         * src/plugins/mathml_viewer/.cvsignore
7239                 rollback revival of those files (my bad, sorry for the noise).
7240
7241 2005-12-28 [wwp]        1.9.100cvs110
7242
7243         * src/compose.c
7244                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7245
7246 2005-12-28 [wwp]        1.9.100cvs109
7247
7248         * doc/faq/.cvsignore
7249         * doc/faq/de/.cvsignore
7250         * doc/faq/en/.cvsignore
7251         * doc/faq/es/.cvsignore
7252         * doc/faq/fr/.cvsignore
7253         * doc/faq/it/.cvsignore
7254         * doc/manual/.cvsignore
7255         * doc/manual/de/.cvsignore
7256         * doc/manual/en/.cvsignore
7257         * doc/manual/es/.cvsignore
7258         * doc/manual/fr/.cvsignore
7259         * doc/manual/ja/.cvsignore
7260         * src/plugins/mathml_viewer/.cvsignore
7261         * po/.cvsignore
7262                 more files to ignore.
7263
7264 2005-12-24 [colin]      1.9.100cvs108
7265
7266         * AUTHORS
7267         * src/gtk/authors.h
7268                 Update for Werner
7269
7270 2005-12-24 [colin]      1.9.100cvs107
7271
7272         * src/procmsg.c
7273                 Allow NULL src_msginfo in 
7274                 procmsg_msginfo_new_from_mimeinfo
7275
7276 2005-12-23 [paul]       1.9.100cvs106
7277
7278         * src/plugins/pgpinline/mypgpcore.def
7279                 add this forgotten file
7280
7281 2005-12-23 [colin]      1.9.100cvs105
7282
7283         * src/mainwindow.c
7284                 Fix missing break
7285
7286 2005-12-23 [colin]      1.9.100cvs104
7287
7288         * autogen.sh
7289         * src/folder.c
7290         * src/mh.c
7291         * src/common/plugin.c
7292         * src/common/socket.c
7293         * src/common/socket.h
7294         * src/common/utils.c
7295         * src/common/utils.h
7296         * src/gtk/pluginwindow.c
7297         * src/plugins/pgpcore/plugin.def
7298         * src/plugins/pgpcore/sylpheed.def
7299         * src/plugins/pgpinline/Makefile.am
7300         * src/plugins/pgpinline/plugin.def
7301         * src/plugins/pgpinline/sylpheed.def
7302         * src/plugins/pgpmime/plugin.def
7303         * src/plugins/pgpmime/sylpheed.def
7304                 Various w32 fixes by Werner Koch
7305
7306 2005-12-22 [paul]       1.9.100cvs103
7307
7308         * src/wizard.c
7309                 don't offer IMAP as 'server type' if
7310                 libetpan isn't built in
7311
7312 2005-12-22 [paul]       1.9.100cvs102
7313
7314         * AUTHORS
7315         * src/mainwindow.c
7316         * src/mainwindow.h
7317         * src/toolbar.c
7318         * src/gtk/authors.h
7319                 support GTK_TOOLBAR_BOTH_HORIZ (text
7320                 next to icon) Patch by Marien Zwart
7321                 marienz@users.sf.net
7322                 Also reword the text
7323
7324 2005-12-21 [colin]      1.9.100cvs101
7325
7326         * configure.ac
7327                 Fix DATADIRNAME
7328         * COPYING
7329                 Fix missing section and explicit the exception better
7330         * src/compose.c
7331                 Prevent mail from being lost without notice when an
7332                 SMTP error happens on trying to send an unmodified
7333                 drafted mail.
7334         * src/send_message.c
7335         * src/common/smtp.c
7336                 Fix password remembering when wrong, and add return
7337                 value checks where they should have been
7338         * src/plugins/pgpcore/sylpheed.def
7339         * src/plugins/pgpinline/sylpheed.def
7340         * src/plugins/pgpmime/sylpheed.def
7341                 Add a few symbols needed
7342
7343 2005-12-21 [paul]       1.9.100cvs100
7344
7345         * m4/codeset.m4
7346         * m4/glibc21.m4
7347         * m4/intdiv0.m4
7348         * m4/inttypes-pri.m4
7349         * m4/inttypes.m4
7350         * m4/inttypes_h.m4
7351         * m4/isc-posix.m4
7352         * m4/lcmessage.m4
7353         * m4/stdint_h.m4
7354         * m4/uintmax_t.m4
7355                 gettextization
7356                 thanks to Colin
7357
7358 2005-12-21 [paul]       1.9.100cvs99
7359
7360         * po/sv.po
7361                 fixed by Colin
7362
7363 2005-12-20 [paul]       1.9.100cvs98
7364
7365         * po/sv.po
7366                 updated by Anders Trobäck
7367
7368 2005-12-20 [colin]      1.9.100cvs97
7369
7370         * ABOUT-NLS
7371         * Makefile.am
7372         * autogen.sh
7373         * configure.ac
7374         * config/config.rpath
7375         * config/mkinstalldirs
7376         * m4/Makefile.am
7377         * m4/glibc2.m4
7378         * m4/gnupg.m4
7379         * m4/gpgme.m4
7380         * m4/intmax.m4
7381         * m4/longdouble.m4
7382         * m4/longlong.m4
7383         * m4/printf-posix.m4
7384         * m4/signed.m4
7385         * m4/size_max.m4
7386         * m4/ulonglong.m4
7387         * m4/wchar_t.m4
7388         * m4/wint_t.m4
7389         * m4/xsize.m4
7390         * po/Makefile.in.in
7391         * po/Makevars
7392         * po/bg.po
7393         * po/ca.po
7394         * po/cs.po
7395         * po/de.po
7396         * po/el.po
7397         * po/en_GB.po
7398         * po/es.po
7399         * po/fi.po
7400         * po/fr.po
7401         * po/hr.po
7402         * po/hu.po
7403         * po/it.po
7404         * po/ja.po
7405         * po/ko.po
7406         * po/nb.po
7407         * po/nl.po
7408         * po/pl.po
7409         * po/pt_BR.po
7410         * po/ru.po
7411         * po/sk.po
7412         * po/sr.po
7413         * po/stamp-po
7414         * po/sv.po
7415         * po/zh_CN.po
7416         * po/zh_TW.po
7417         * src/Makefile.am
7418         * src/codeconv.c
7419         * src/compose.c
7420         * src/exporthtml.c
7421         * src/exportldif.c
7422         * src/folder.c
7423         * src/main.c
7424         * src/manual.c
7425         * src/mh.c
7426         * src/mimeview.c
7427         * src/send_message.c
7428         * src/common/Makefile.am
7429         * src/common/fnmatch.c
7430         * src/common/fnmatch.h
7431         * src/common/fnmatch_loop.c
7432         * src/common/nntp.c
7433         * src/common/plugin.c
7434         * src/common/smtp.c
7435         * src/common/socket.c
7436         * src/common/string_match.c
7437         * src/common/sylpheed.c
7438         * src/common/utils.c
7439         * src/common/utils.h
7440         * src/common/w32_dirent.c
7441         * src/common/w32_reg.c
7442         * src/common/w32_signal.c
7443         * src/common/w32_stat.c
7444         * src/common/w32_stdio.c
7445         * src/common/w32_stdlib.c
7446         * src/common/w32_string.c
7447         * src/common/w32_time.c
7448         * src/common/w32_unistd.c
7449         * src/common/w32_wait.c
7450         * src/common/w32lib.h
7451         * src/etpan/Makefile.am
7452         * src/gtk/Makefile.am
7453         * src/plugins/clamav/Makefile.am
7454         * src/plugins/demo/Makefile.am
7455         * src/plugins/dillo_viewer/Makefile.am
7456         * src/plugins/pgpcore/Makefile.am
7457         * src/plugins/pgpcore/passphrase.c
7458         * src/plugins/pgpcore/plugin.def
7459         * src/plugins/pgpcore/sgpgme.c
7460         * src/plugins/pgpcore/sylpheed.def
7461         * src/plugins/pgpcore/version.rc
7462         * src/plugins/pgpinline/Makefile.am
7463         * src/plugins/pgpinline/plugin.def
7464         * src/plugins/pgpinline/sylpheed.def
7465         * src/plugins/pgpinline/version.rc
7466         * src/plugins/pgpmime/Makefile.am
7467         * src/plugins/pgpmime/mypgpcore.def
7468         * src/plugins/pgpmime/plugin.def
7469         * src/plugins/pgpmime/sylpheed.def
7470         * src/plugins/pgpmime/version.rc
7471         * src/plugins/spamassassin/Makefile.am
7472                 Very little ;-) patch from Werner Koch, providing
7473                 infrastructure for cross-compiling to Win32
7474
7475 2005-12-20 [paul]       1.9.100cvs96
7476
7477         * src/account.c
7478         * src/account.h
7479         * src/mainwindow.c
7480         * src/mainwindow.h
7481         * src/toolbar.c
7482         * src/toolbar.h
7483                 add a combo to the Get All button, allowing
7484                 quick retrieval from any account
7485                 Patch by Fabien Vantard, slightly modified
7486                 by Colin
7487         * src/gtk/about.c
7488                 i18n fix. Patch by Fabien Vantard
7489
7490 2005-12-19 [colin]      1.9.100cvs95
7491
7492         * src/compose.c
7493         * src/compose.h
7494                 Don't automatically join lines when they've 
7495                 been separated by the user and not automatically
7496
7497 2005-12-19 [paul]       1.9.100cvs94
7498
7499         * src/gtk/pluginwindow.c
7500                 i18n fix.
7501                 Patch by Fabien Vantard
7502
7503 2005-12-15 [paul]       1.9.100cvs93
7504
7505         * src/common/plugin.c
7506         * src/common/plugin.h
7507         * src/gtk/pluginwindow.c
7508         * src/plugins/clamav/clamav_plugin.c
7509         * src/plugins/demo/demo.c
7510         * src/plugins/dillo_viewer/dillo_viewer.c
7511         * src/plugins/pgpcore/plugin.c
7512         * src/plugins/pgpinline/plugin.c
7513         * src/plugins/pgpmime/plugin.c
7514         * src/plugins/spamassassin/spamassassin.c
7515         * src/plugins/trayicon/trayicon.c
7516                 add plugin_version()
7517
7518 2005-12-15 [colin]      1.9.100cvs92
7519
7520         * src/compose.c
7521                 Further fix bug #875
7522
7523 2005-12-15 [paul]       1.9.100cvs91
7524
7525         * src/gtk/filesel.c
7526                 fix attach_load_dir getting set to
7527                 PLUGINDIR on plugin load
7528
7529 2005-12-14 [mones]      1.9.100cvs90
7530
7531         * manual/ack.xml
7532         * manual/keyboard.xml
7533                 Initial draft and some shortcuts added
7534                 
7535         * po/es.po
7536                 Updated translation
7537
7538 2005-12-14 [colin]      1.9.100cvs89
7539
7540         * src/compose.c
7541         * src/imap.c
7542         * src/summaryview.c
7543         * src/gtk/gtkaspell.c
7544                 More leaks fixed
7545         * src/prefs_folder_item.c
7546                 Fix recursive prefs apply
7547
7548
7549 2005-12-14 [colin]      1.9.100cvs88
7550
7551         * src/compose.c
7552                 Fix bug #875 (Freeze On Inline Forward of 
7553                 Large Message)
7554
7555 2005-12-13 [colin]      1.9.100cvs87
7556
7557         * src/compose.c
7558                 Uniq-ify and sort the mimetypes list
7559                 Patch by Fabien Vantard
7560
7561 2005-12-13 [colin]      1.9.100cvs86
7562
7563         * src/imap.c
7564         * src/etpan/imap-thread.c
7565                 Fix leaks (patch by Hoa)
7566         * src/news.c
7567         * src/common/plugin.c
7568                 Fix leaks
7569
7570 2005-12-12 [colin]
7571
7572         * 2.0.0-rc2 released
7573
7574 2005-12-12 [colin]      1.9.100cvs85
7575
7576         * src/matcher.c
7577                 Fix a leak
7578
7579 2005-12-12 [wwp]        1.9.100cvs84
7580
7581         * src/gtk/icon_legend.c
7582                 fix misbehaviour and crash when closing the legend window
7583         using the Esc key (patch by Fabien Vantard).
7584
7585 2005-12-12 [paul]       1.9.100cvs83
7586
7587         * src/browseldap.c
7588         * src/foldersel.c
7589         * src/prefs_actions.c
7590         * src/prefs_filtering.c
7591         * src/prefs_matcher.c
7592         * src/prefs_spelling.glade      ** REMOVED **
7593         * src/prefs_template.c
7594         * src/gtk/foldersort.glade      ** REMOVED **
7595         * src/gtk/pluginwindow.c
7596         * src/gtk/pluginwindow.glade    ** REMOVED **
7597         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7598                 cleanups
7599
7600 2005-12-11 [paul]       1.9.100cvs82
7601
7602         * src/gtk/filesel.c
7603                 fix attach_load_dir crasher (double free)
7604
7605 2005-12-09 [paul]       1.9.100cvs81
7606
7607         * po/POTFILES.in
7608         * src/mainwindow.c
7609         * src/gtk/Makefile.am
7610         * src/gtk/icon_legend.c
7611         * src/gtk/icon_legend.h
7612                 add icon legend
7613         * src/manual.c
7614                 cleanup
7615
7616 2005-12-09 [paul]       1.9.100cvs80
7617
7618         * src/plugins/pgpcore/passphrase.c
7619                 wrap the label in the dialog
7620
7621 2005-12-09 [colin]      1.9.100cvs79
7622
7623         * src/plugins/pgpcore/sgpgme.c
7624                 Display (untrusted) on not trusted signatures
7625                 Patch by Michal Èihaø <michal@cihar.com>
7626                 Closes bug #867 (Report also key trust)
7627
7628 2005-12-09 [colin]      1.9.100cvs78
7629
7630         * src/common/plugin.c
7631                 Update licence check, following Eben Moglen's advice
7632
7633 2005-12-08 [colin]      1.9.100cvs77
7634
7635         * src/folder.c
7636                 Fix the occasionnal item->cache != NULL 
7637                 assertion failure. 
7638
7639 2005-12-08 [colin]      1.9.100cvs76
7640
7641         * src/mimeview.c
7642         * src/plugins/pgpcore/sgpgme.c
7643                 Print key id when unable to check it
7644                 Closes bug #866 (Show key id when missing)
7645
7646 2005-12-08 [paul]       1.9.100cvs75
7647
7648         * src/prefs_common.c
7649         * src/prefs_common.h
7650         * src/gtk/filesel.c
7651                 remember load attachment dir
7652
7653 2005-12-07 [colin]      1.9.100cvs74
7654
7655         * src/prefs_toolbar.c
7656                 Gtk fixes, patch by Fabien Vantard
7657
7658 2005-12-07 [colin]      1.9.100cvs73
7659
7660         * src/action.c
7661         * src/compose.c
7662         * src/compose.h
7663                 Fix bug #839 (Quoted text isn't colored after 
7664                 executing an action)
7665         * src/common/plugin.c
7666                 Require plugins to declare their licence in plugin_licence()
7667                 Refuse to load non-GPL plugins as they'd be illegal (as 
7668                 derived works of Sylpheed-Claws, they must be GPL).
7669         * src/plugins/clamav/clamav_plugin.c
7670         * src/plugins/demo/demo.c
7671         * src/plugins/dillo_viewer/dillo_viewer.c
7672         * src/plugins/pgpcore/plugin.c
7673         * src/plugins/pgpinline/plugin.c
7674         * src/plugins/pgpmime/plugin.c
7675         * src/plugins/spamassassin/spamassassin.c
7676         * src/plugins/trayicon/trayicon.c
7677                 Add plugin_licence()
7678
7679 2005-12-07 [paul]       1.9.100cvs72
7680
7681         * configure.ac
7682         * src/mainwindow.c
7683         * src/manual.c
7684         * src/manual.h
7685         * src/common/defs.h
7686                 clean up after local FAQ removal and
7687                 temporary manual removal
7688
7689 2005-12-06 [colin]      1.9.100cvs71
7690
7691         * configure.ac
7692         * doc/Makefile.am
7693         * doc/faq/.cvsignore
7694         * doc/faq/Makefile.am
7695         * doc/faq/de/.cvsignore
7696         * doc/faq/de/Makefile.am
7697         * doc/faq/de/sylpheed-faq-1.html
7698         * doc/faq/de/sylpheed-faq-2.html
7699         * doc/faq/de/sylpheed-faq-3.html
7700         * doc/faq/de/sylpheed-faq.html
7701         * doc/faq/en/.cvsignore
7702         * doc/faq/en/Makefile.am
7703         * doc/faq/en/sylpheed-faq-1.html
7704         * doc/faq/en/sylpheed-faq-2.html
7705         * doc/faq/en/sylpheed-faq-3.html
7706         * doc/faq/en/sylpheed-faq-4.html
7707         * doc/faq/en/sylpheed-faq.html
7708         * doc/faq/es/.cvsignore
7709         * doc/faq/es/Makefile.am
7710         * doc/faq/es/sylpheed-faq-1.html
7711         * doc/faq/es/sylpheed-faq-2.html
7712         * doc/faq/es/sylpheed-faq-3.html
7713         * doc/faq/es/sylpheed-faq-4.html
7714         * doc/faq/es/sylpheed-faq.html
7715         * doc/faq/fr/.cvsignore
7716         * doc/faq/fr/Makefile.am
7717         * doc/faq/fr/sylpheed-faq-1.html
7718         * doc/faq/fr/sylpheed-faq-2.html
7719         * doc/faq/fr/sylpheed-faq-3.html
7720         * doc/faq/fr/sylpheed-faq.html
7721         * doc/faq/it/.cvsignore
7722         * doc/faq/it/Makefile.am
7723         * doc/faq/it/sylpheed-faq-1.html
7724         * doc/faq/it/sylpheed-faq-2.html
7725         * doc/faq/it/sylpheed-faq-3.html
7726         * doc/faq/it/sylpheed-faq.html
7727         * doc/manual/.cvsignore
7728         * doc/manual/Makefile.am
7729         * doc/manual/de/.cvsignore
7730         * doc/manual/de/Makefile.am
7731         * doc/manual/de/sylpheed-1.html
7732         * doc/manual/de/sylpheed-10.html
7733         * doc/manual/de/sylpheed-11.html
7734         * doc/manual/de/sylpheed-12.html
7735         * doc/manual/de/sylpheed-13.html
7736         * doc/manual/de/sylpheed-14.html
7737         * doc/manual/de/sylpheed-15.html
7738         * doc/manual/de/sylpheed-16.html
7739         * doc/manual/de/sylpheed-17.html
7740         * doc/manual/de/sylpheed-18.html
7741         * doc/manual/de/sylpheed-19.html
7742         * doc/manual/de/sylpheed-2.html
7743         * doc/manual/de/sylpheed-20.html
7744         * doc/manual/de/sylpheed-3.html
7745         * doc/manual/de/sylpheed-4.html
7746         * doc/manual/de/sylpheed-5.html
7747         * doc/manual/de/sylpheed-6.html
7748         * doc/manual/de/sylpheed-7.html
7749         * doc/manual/de/sylpheed-8.html
7750         * doc/manual/de/sylpheed-9.html
7751         * doc/manual/de/sylpheed.html
7752         * doc/manual/en/.cvsignore
7753         * doc/manual/en/Makefile.am
7754         * doc/manual/en/sylpheed-1.html
7755         * doc/manual/en/sylpheed-10.html
7756         * doc/manual/en/sylpheed-11.html
7757         * doc/manual/en/sylpheed-12.html
7758         * doc/manual/en/sylpheed-13.html
7759         * doc/manual/en/sylpheed-14.html
7760         * doc/manual/en/sylpheed-15.html
7761         * doc/manual/en/sylpheed-16.html
7762         * doc/manual/en/sylpheed-17.html
7763         * doc/manual/en/sylpheed-18.html
7764         * doc/manual/en/sylpheed-19.html
7765         * doc/manual/en/sylpheed-2.html
7766         * doc/manual/en/sylpheed-20.html
7767         * doc/manual/en/sylpheed-21.html
7768         * doc/manual/en/sylpheed-22.html
7769         * doc/manual/en/sylpheed-3.html
7770         * doc/manual/en/sylpheed-4.html
7771         * doc/manual/en/sylpheed-5.html
7772         * doc/manual/en/sylpheed-6.html
7773         * doc/manual/en/sylpheed-7.html
7774         * doc/manual/en/sylpheed-8.html
7775         * doc/manual/en/sylpheed-9.html
7776         * doc/manual/en/sylpheed.html
7777         * doc/manual/es/.cvsignore
7778         * doc/manual/es/Makefile.am
7779         * doc/manual/es/sylpheed-1.html
7780         * doc/manual/es/sylpheed-10.html
7781         * doc/manual/es/sylpheed-11.html
7782         * doc/manual/es/sylpheed-12.html
7783         * doc/manual/es/sylpheed-13.html
7784         * doc/manual/es/sylpheed-14.html
7785         * doc/manual/es/sylpheed-15.html
7786         * doc/manual/es/sylpheed-16.html
7787         * doc/manual/es/sylpheed-17.html
7788         * doc/manual/es/sylpheed-18.html
7789         * doc/manual/es/sylpheed-19.html
7790         * doc/manual/es/sylpheed-2.html
7791         * doc/manual/es/sylpheed-20.html
7792         * doc/manual/es/sylpheed-3.html
7793         * doc/manual/es/sylpheed-4.html
7794         * doc/manual/es/sylpheed-5.html
7795         * doc/manual/es/sylpheed-6.html
7796         * doc/manual/es/sylpheed-7.html
7797         * doc/manual/es/sylpheed-8.html
7798         * doc/manual/es/sylpheed-9.html
7799         * doc/manual/es/sylpheed.html
7800         * doc/manual/fr/.cvsignore
7801         * doc/manual/fr/Makefile.am
7802         * doc/manual/fr/sylpheed-1.html
7803         * doc/manual/fr/sylpheed-10.html
7804         * doc/manual/fr/sylpheed-11.html
7805         * doc/manual/fr/sylpheed-12.html
7806         * doc/manual/fr/sylpheed-13.html
7807         * doc/manual/fr/sylpheed-14.html
7808         * doc/manual/fr/sylpheed-15.html
7809         * doc/manual/fr/sylpheed-16.html
7810         * doc/manual/fr/sylpheed-17.html
7811         * doc/manual/fr/sylpheed-18.html
7812         * doc/manual/fr/sylpheed-19.html
7813         * doc/manual/fr/sylpheed-2.html
7814         * doc/manual/fr/sylpheed-20.html
7815         * doc/manual/fr/sylpheed-3.html
7816         * doc/manual/fr/sylpheed-4.html
7817         * doc/manual/fr/sylpheed-5.html
7818         * doc/manual/fr/sylpheed-6.html
7819         * doc/manual/fr/sylpheed-7.html
7820         * doc/manual/fr/sylpheed-8.html
7821         * doc/manual/fr/sylpheed-9.html
7822         * doc/manual/fr/sylpheed.html
7823         * doc/manual/ja/.cvsignore
7824         * doc/manual/ja/Makefile.am
7825         * doc/manual/ja/sylpheed-1.html
7826         * doc/manual/ja/sylpheed-10.html
7827         * doc/manual/ja/sylpheed-11.html
7828         * doc/manual/ja/sylpheed-12.html
7829         * doc/manual/ja/sylpheed-13.html
7830         * doc/manual/ja/sylpheed-14.html
7831         * doc/manual/ja/sylpheed-15.html
7832         * doc/manual/ja/sylpheed-16.html
7833         * doc/manual/ja/sylpheed-17.html
7834         * doc/manual/ja/sylpheed-18.html
7835         * doc/manual/ja/sylpheed-19.html
7836         * doc/manual/ja/sylpheed-2.html
7837         * doc/manual/ja/sylpheed-20.html
7838         * doc/manual/ja/sylpheed-3.html
7839         * doc/manual/ja/sylpheed-4.html
7840         * doc/manual/ja/sylpheed-5.html
7841         * doc/manual/ja/sylpheed-6.html
7842         * doc/manual/ja/sylpheed-7.html
7843         * doc/manual/ja/sylpheed-8.html
7844         * doc/manual/ja/sylpheed-9.html
7845         * doc/manual/ja/sylpheed.html
7846         * doc/manual/ja/sylpheed.sgml
7847         * src/mainwindow.c
7848                 Remove outdated manual and faq. Noisy, eh?
7849
7850 2005-12-06 [colin]      1.9.100cvs70
7851
7852         * src/compose.c
7853         * src/quote_fmt_parse.y
7854         * src/undo.c
7855         * src/undo.h
7856                 Allow %X to position cursor at 0 
7857                 (no %X = before signature)
7858                 Fix paste as quotation putting the cursor at 0
7859                 Fix undo offsets when pasting
7860                 Insert the quote_fmt at once instead of line 
7861                 by line
7862                 Fix [Edited] when starting to reply/forward
7863
7864 2005-12-06 [paul]       1.9.100cvs69
7865
7866         * src/plugins/clamav/clamav_plugin_gtk.c
7867                 add another tooltip
7868         * src/plugins/spamassassin/spamassassin_gtk.c
7869                 rework spamassassin_create_widget_func()
7870
7871 2005-12-05 [colin]      1.9.100cvs68
7872
7873         * po/POTFILES.in
7874                 Fix make release ;-)
7875
7876 2005-12-05 [colin]      1.9.100cvs67
7877
7878         * src/compose.c
7879         * src/compose.h
7880                 Fix cursor positioning (not obeying %X)
7881
7882 2005-12-05 [paul]       1.9.100cvs66
7883
7884         * src/plugins/dillo_viewer/dillo_prefs.c
7885                 fix compilation warning
7886
7887 2005-12-05 [paul]       1.9.100cvs65
7888
7889         * src/prefs_spelling.c
7890         * src/plugins/trayicon/trayicon.c
7891                 cleanups - remove unused stuff
7892
7893 2005-12-05 [paul]       1.9.100cvs64
7894
7895         * README
7896         * manual/plugins.xml
7897                 remove info about removed mathml_viewer plugin
7898
7899 2005-12-05 [paul]       1.9.100cvs63
7900
7901         * configure.ac
7902         * src/plugins/Makefile.am
7903         * src/plugins/mathml_viewer/.cvsignore
7904         * src/plugins/mathml_viewer/Makefile.am
7905         * src/plugins/mathml_viewer/mathml_viewer.c
7906                 remove unmaintained mathml_viewer plugin
7907
7908 2005-12-05 [paul]       1.9.100cvs62
7909
7910         * src/summaryview.c
7911                 obey prefs_common.always_show_msg when
7912                 moving a msg
7913                 Thanks to Colin
7914
7915 2005-12-05 [paul]       1.9.100cvs61
7916
7917         * src/compose.c
7918         * src/prefs_account.c
7919         * src/prefs_filtering.c
7920         * src/prefs_quote.c
7921         * src/prefs_spelling.c
7922         * src/prefs_toolbar.c
7923         * src/summaryview.c
7924         * src/gtk/gtkutils.c
7925         * src/gtk/quicksearch.c
7926         * src/plugins/dillo_viewer/dillo_prefs.c
7927                 dialog cleanups
7928
7929 2005-12-04 [paul]       1.9.100cvs60
7930
7931         * src/inc.c
7932         * src/prefs_account.c
7933         * src/prefs_account.h
7934                 allow a Local account to specify a
7935                 default inbox
7936                 (closes bug 843 'Inbox cannot be changed for local
7937                  mailboxes')
7938
7939 2005-12-04 [colin]      1.9.100cvs59
7940
7941         * src/plugins/trayicon/trayicon.c
7942                 Remove Get, rename Get All to Get Mail in order to
7943                 be consistent with the default main toolbar
7944
7945 2005-12-03 [colin]      1.9.100cvs58
7946
7947         * manual/gpl.xml
7948         * manual/sylpheed-claws-manual.xml
7949                 Add GPL appendix
7950
7951 2005-12-03 [paul]       1.9.100cvs57
7952
7953         * AUTHORS
7954         * po/sv.po
7955         * src/gtk/authors.h
7956                 new (partially complete) Swedish translation
7957                 by Anders Troback <sylpheed@troback.com>
7958
7959 2005-12-02 [paul]       1.9.100cvs56
7960
7961         * configure.ac
7962                 libetpan 0.41 required
7963
7964 2005-12-02 [paul]       1.9.100cvs55
7965
7966         * src/plugins/clamav/clamav_plugin.c
7967         * src/plugins/clamav/clamav_plugin.h
7968         * src/plugins/clamav/clamav_plugin_gtk.c
7969         * src/plugins/spamassassin/spamassassin.c
7970         * src/plugins/spamassassin/spamassassin.h
7971         * src/plugins/spamassassin/spamassassin_gtk.c
7972                 unregister prefs pages on unloading, thus
7973                 preventing a crash
7974                 (thanks to Colin for the hint)
7975
7976 2005-12-02 [wwp]        1.9.100cvs54
7977
7978         * src/quote_fmt.h
7979         * src/quote_fmt_parse.y
7980                 fix misuse of gboolean*, use gboolean instead
7981                 (thanks to Paul, Colin, for pointing out that scaring one)
7982
7983 2005-12-02 [paul]       1.9.100cvs53
7984
7985         * src/plugins/clamav/clamav_plugin.c
7986                 int no --> unsigned int no
7987         * src/plugins/clamav/clamav_plugin_gtk.c
7988                 rework config page
7989
7990 2005-12-02 [wwp]        1.9.100cvs52
7991
7992         * src/compose.c
7993         * src/prefs_template.c
7994         * src/quote_fmt.h
7995         * src/quote_fmt_parse.y
7996                 prevent from executing |f and |p templates commands when
7997                 adding or replacing templates in prefs (avoids annoying and
7998                 potentially dangerous behaviours)
7999
8000 2005-12-02 [paul]       1.9.100cvs51
8001
8002         * src/prefs_common.c
8003                 allow translation of some default values
8004                 Patch by Fabien Vantard
8005
8006 2005-12-02 [paul]       1.9.100cvs50
8007
8008         * src/codeconv.c
8009         * src/codeconv.h
8010         * src/prefs_common.c
8011         * src/prefs_common.h
8012         * src/prefs_message.c
8013         * src/textview.c
8014                 remove obsolete 'convert_mb_alnum' option
8015                 and related stuff
8016         * src/gtk/about.c
8017                 remove unused 'about_textview_visibility_notify'
8018
8019 2005-12-02 [paul]       1.9.100cvs49
8020
8021         * src/prefs_account.c
8022         * src/prefs_compose_writing.c
8023         * src/prefs_fonts.c
8024         * src/prefs_gtk.h
8025         * src/prefs_image_viewer.c
8026         * src/prefs_message.c
8027         * src/prefs_other.c
8028         * src/prefs_receive.c
8029         * src/prefs_send.c
8030         * src/prefs_spelling.c
8031         * src/prefs_summaries.c
8032         * src/prefs_wrapping.c
8033         * src/plugins/dillo_viewer/dillo_prefs.c
8034         * src/plugins/pgpcore/prefs_gpg.c
8035                 several cleanups to the prefs dialogs
8036                 (slightly modified) patch by Fabien Vantard
8037
8038 2005-12-02 [paul]       1.9.100cvs48
8039
8040         * src/main.c
8041                 --exit means exit
8042         * src/send_message.c
8043                 fix crash on send when connection fails
8044
8045         Thanks to Colin
8046
8047 2005-12-01 [colin]      1.9.100cvs47
8048
8049         * src/html.c
8050                 Translate &hellip; to "..."
8051
8052 2005-11-30 [colin]      1.9.100cvs46
8053
8054         * src/matcher.c
8055         * src/matcher.h
8056                 Optimize back yesterday's fix.
8057
8058 2005-11-30 [paul]       1.9.100cvs45
8059
8060         * manual/faq.xml
8061                 standardised
8062         * manual/intro.xml
8063                 written by Colin, edited by me
8064
8065 2005-11-29 [colin]      1.9.100cvs44
8066
8067         * src/matcher.c
8068                 Skip headers unconditionnaly in match_body if the
8069                 rule is not message or ~message
8070
8071 2005-11-29 [colin]      1.9.100cvs43
8072
8073         * src/matcher.c
8074                 Fix body_part and such, not skipping headers 
8075                 if the matchcriteria wasn't the first in the rule
8076
8077 2005-11-29 [colin]      1.9.100cvs42
8078
8079         * src/compose.c
8080                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8081                 option missing from message view window)
8082                 Fix double text D'n'D with gtk-2.8
8083         * src/matcher.c
8084                 Fix ~message, ~headers_part, ~body_part rules
8085         * src/messageview.c
8086                 Add Windows-1252 (Closes bug #863)
8087                 Fix accels
8088         * src/gtk/gtkaspell.c
8089                 Properly destroy accels in all menus
8090
8091 2005-11-29 [mones]      1.9.100cvs41
8092
8093         * po/es.po
8094                 Updated.
8095
8096 2005-11-27 [colin]      1.9.100cvs40
8097
8098         * src/mh_gtk.c
8099                 "/Remove mailbox" -> "/Remove mailbox..."
8100
8101 2005-11-27 [paul]       1.9.100cvs39
8102
8103         * AUTHORS
8104         * po/de.po
8105         * src/gtk/authors.h
8106                 updated by new maintainer, Stephan Sachse
8107
8108 2005-11-27 [paul]       1.9.100cvs38
8109
8110         * manual/faq.xml
8111                 written by Colin, edited by me
8112
8113 2005-11-27 [paul]       1.9.100cvs37
8114
8115         * src/prefs_common.c
8116         * src/prefs_common.h
8117         * src/prefs_receive.c
8118         * src/prefs_summaries.c
8119                 move 'go to inbox after receiving new mail'
8120                 option from display/sumamaries to mail
8121                 handling/receive, and rework prefs_summaries
8122                 dialog a little
8123
8124 2005-11-25 [martin]     1.9.100cvs36
8125
8126         * po/de.po
8127             fixed windows-1252 translation;
8128             translated some new and fuzzy strings
8129
8130 2005-11-25 [paul]       1.9.100cvs35
8131
8132         * src/plugins/clamav/clamav_plugin.c
8133                 complete the update done in cvs34
8134
8135 2005-11-25 [paul]       1.9.100cvs34
8136
8137         * src/plugins/clamav/clamav_plugin.c
8138                 reflect upstream changes
8139
8140 2005-11-25 [paul]       1.9.100cvs33
8141
8142         * manual/ack.xml
8143         * manual/plugins.xml
8144         * manual/sylpheed-claws-manual.xml
8145                 written/updated by Colin, edited by me
8146         * tools/acroread2sylpheed.pl
8147                 update binary name
8148
8149 2005-11-24 [colin]      1.9.100cvs32
8150
8151         * src/compose.c
8152                 Fix bug #856 (reediting messages forgets Request
8153                 Return Receipt)
8154
8155 2005-11-24 [paul]       1.9.100cvs31
8156
8157         * manual/addrbook.xml
8158         * manual/starting.xml
8159                 written by Colin, proofread, edited, adapted by me
8160         * manual/advanced.xml
8161                 add some Actions examples
8162         * src/importldif.c
8163                 use a Save button instead of a Close button
8164         * src/wizard.c
8165                 indicate mandatory fields
8166                 fix page display
8167                 Thanks to Colin
8168
8169 2005-11-23 [colin]      1.9.100cvs30
8170
8171         * src/addressbook.c
8172                 Rename menu item, fix possible crash after
8173                 deletion of books
8174         * src/addrindex.c
8175                 Allow searching for '*' in ldap
8176         * src/browseldap.c
8177                 Fix "Browse Entry" (did anyone use it?)
8178         * src/wizard.c
8179                 Add guards for mandatory information
8180
8181 2005-11-23 [paul]       1.9.100cvs29
8182
8183         * manual/advanced.xml
8184                 corrections to the English
8185
8186 2005-11-23 [colin]      1.9.100cvs28
8187
8188         * src/mimeview.c
8189                 Fix possible crash at exit. After the call to
8190                 gtk_container_remove(), the Viewer's widget has no
8191                 more parent so gtk+ automatically frees it and its
8192                 sons. If destroy_viewer() then try to access it,
8193                 problems ensue.
8194
8195 2005-11-22 [colin]      1.9.100cvs27
8196
8197         * src/compose.c
8198         * src/gtk/gtkaspell.c
8199                 Fix right-clicking on a misspelled word
8200                 Fix More... in suggestions menu
8201
8202 2005-11-22 [wwp]        1.9.100cvs26
8203
8204         * src/prefs_template.c
8205                 templates works: re-sort templates list when adding or replacing,
8206                 prevent from adding or replacing when the template name is empty
8207
8208 2005-11-21 [colin]      1.9.100cvs25
8209
8210         * src/addressbook.c
8211                 Fix some addressbook suckage (dnd, select all)
8212         * src/compose.c
8213         * src/gtk/gtkaspell.c
8214         * src/gtk/gtkaspell.h
8215                 Make the spellchecker menu work with the 
8216                 GtkTextView one instead of overriding it
8217
8218 2005-11-20 [paul]       1.9.100cvs24
8219
8220         * manual/handling.xml
8221                 proofread and corrected
8222
8223 2005-11-20 [paul]       1.9.100cvs23
8224
8225         * manual/Makefile
8226                 generate html as one file
8227         * manual/advanced.xml
8228                 fix output generation
8229                 reformat hidden options list
8230         * manual/manual.xml     ** REMOVED **
8231         * manual/sylpheed-claws-manual.xml      ** ADDED **
8232                 renamed
8233
8234 2005-11-18 [colin]      1.9.100cvs22
8235
8236         * src/prefs_account.c
8237                 Fix layout in news and mbox accounts
8238         * manual/account.xml
8239         * manual/advanced.xml
8240                 New contents for Paul to check :)
8241
8242 2005-11-18 [wwp]        1.9.100cvs21
8243
8244         * src/gtk/quicksearch.c
8245                 don't update extended quicksearch buttons twice
8246
8247 2005-11-18 [paul]       1.9.100cvs20
8248
8249         * src/textview.c
8250                 complete 1.9.100cvs19
8251
8252 2005-11-18 [paul]       1.9.100cvs19
8253
8254         * src/compose.c
8255                 cosmetic improvements
8256         * src/textview.c
8257                 also list text/* attachments
8258
8259 2005-11-18 [colin]      1.9.100cvs18
8260
8261         * src/summaryview.c
8262                 Use column 0 instead of -1 in 
8263                 gtk_ctree_node_moveto, in a naive
8264                 hope it'll fix the gtk-related crashes
8265
8266 2005-11-18 [colin]      1.9.100cvs17
8267
8268         * src/gtk/inputdialog.c
8269                 Fix icon staying the first one
8270
8271 2005-11-17 [wwp]        1.9.100cvs16
8272                 fix possible problem showing some quicksearch buttons, and a bad
8273                 call to g_return_if_fail in a function that returns a value (both
8274                 fixes by Fabien Vantard)
8275
8276 2005-11-15 [wwp]        1.9.100cvs15
8277
8278         * src/gtk/quicksearch.c
8279                 added a tooltip to that obscure ... quicksearch button
8280
8281 2005-11-15 [wwp]        1.9.100cvs14
8282
8283         * src/gtk/quicksearch.c
8284                 add a quicksearch helper to filtering expression users: the ... button
8285                 raises the condition expr window. condition expressions set up w/ this
8286                 window are used by the quicksearch if the user closes it pressing OK.
8287
8288 2005-11-14 [paul]       1.9.100cvs13
8289
8290         * src/plugins/clamav/clamav_plugin.c
8291         * src/plugins/spamassassin/spamassassin.c
8292                 change plugin type following recent merging
8293
8294 2005-11-14 [wwp]        1.9.100cvs12
8295
8296         * src/folder.c
8297                 prevent from crashing when copying/moving message(s) from and
8298                 to the same folder
8299
8300 2005-11-14 [paul]       1.9.100cvs11
8301
8302         * src/plugins/clamav/Makefile.am
8303         * src/plugins/clamav/clamav_plugin.c
8304         * src/plugins/clamav/clamav_plugin.h
8305         * src/plugins/clamav/clamav_plugin_gtk.c
8306                 also merge clamav and clamav_gtk plugins
8307
8308 2005-11-13 [colin]      1.9.100cvs10
8309
8310         * configure.ac
8311         * src/plugins/spamassassin/Makefile.am
8312         * src/plugins/spamassassin/spamassassin.c
8313         * src/plugins/spamassassin/spamassassin.h
8314         * src/plugins/spamassassin/spamassassin_gtk.c
8315                 Merge spamassassin and spamassassin_gtk plugins,
8316                 and build it by default.
8317
8318 2005-11-12 [colin]      1.9.100cvs9
8319
8320         * src/etpan/imap-thread.c
8321                 Fix gcc warning
8322
8323 2005-11-12 [colin]      1.9.100cvs8
8324
8325         * src/procmime.c
8326                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8327
8328 2005-11-10 [colin]      1.9.100cvs7
8329
8330         * src/main.c
8331                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8332                 minimised state)
8333
8334 2005-11-10 [wwp]        1.9.100cvs6
8335
8336         * src/gtk/description_window.c
8337                 fix a crash when closing description windows using the WM's [X] button
8338
8339 2005-11-09 [colin]      1.9.100cvs5
8340
8341         * src/common/ssl.c
8342                 Update libetpan call to follow upstream
8343                 (yes, this requires libetpan-0.40cvs3)
8344
8345 2005-11-08 [colin]      1.9.100cvs4
8346
8347         * src/compose.c
8348         * src/textview.c
8349         * src/common/utils.c
8350         * src/common/utils.h
8351                 Enhance the email parser
8352
8353 2005-11-08 [colin]      1.9.100cvs3
8354
8355         * src/procmime.c
8356                 Fix what looks like an off-by-one (fixes 
8357                 attachments from the Bat)
8358
8359 2005-11-08 [wwp]        1.9.100cvs2
8360
8361         * src/main.c
8362                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8363
8364 2005-11-08 [wwp]        1.9.100cvs1
8365
8366         * src/main.c
8367                 allow exiting Sylpheed-Claws from command-line
8368
8369 2005-11-08 [paul]       1.9.100
8370
8371         1.9.100 released
8372
8373 2005-11-07 [colin]      1.9.99cvs17
8374
8375         * src/addritem.c
8376         * src/ldif.c
8377                 Fix import of base-64 encoded items
8378
8379 2005-11-07 [colin]      1.9.99cvs16
8380
8381         * src/send_message.c
8382                 Fix bug #314 (Queue does not empty under certain 
8383                 circumstances)
8384
8385 2005-11-07 [paul]       1.9.99cvs15
8386
8387         * src/mutt.c
8388         * src/pine.c
8389                 fix buffer overflows
8390                 Thanks to Colin
8391
8392 2005-11-07 [paul]       1.9.99cvs14
8393
8394         * doc/man/Makefile.am
8395         * doc/man/sylpheed-claws.1      ** ADDED **
8396         * doc/man/sylpheed.1            ** DELETED **
8397                 rename and update the man file
8398
8399 2005-11-06 [colin]      1.9.99cvs13
8400
8401         * src/ldif.c
8402                 Fix ldif_get_line() that returned empty strings
8403                 (Didn't understand why). Also fix a possible
8404                 buffer overflow.
8405
8406 2005-11-06 [wwp]        1.9.99cvs12
8407
8408         * src/textview.c
8409         * src/gtk/about.c
8410         * src/gtk/gtkutils.c
8411         * src/gtk/gtkutils.h
8412                 fix a compilation warning,
8413                 make links sensitive in the about dialog
8414
8415 2005-11-04 [wwp]        1.9.99cvs11
8416
8417         * src/gtk/about.c
8418                 don't wrap or translate URIs, and a bit text format cleanup
8419
8420 2005-11-04 [wwp]        1.9.99cvs10
8421
8422         * src/gtk/about.c
8423                 better textview tagging implementation (no more use of marks for
8424                 postponed tagging)
8425
8426 2005-11-02 [colin]      1.9.99cvs9
8427
8428         * src/common/ssl.c
8429                 Forgot an ifdef
8430
8431 2005-11-02 [colin]      1.9.99cvs8
8432
8433         * configure.ac
8434                 Require libetpan-0.40 due to upstream fix
8435         * src/common/ssl.c
8436                 Tell libetpan not to call SSL_Library_Init,
8437                 as we do it ourselves.
8438
8439 2005-11-02 [colin]      1.9.99cvs7
8440
8441         * po/POTFILES.in
8442                 Add missing files (thanks to Fabien Vantard)
8443
8444 2005-11-02 [colin]      1.9.99cvs6
8445
8446         * src/summaryview.c
8447                 Fix totals when read messages are hidden or quicksearch
8448                 is on
8449         * src/ssl_manager.c
8450         * src/ssl_manager.h
8451         * src/common/ssl_certificate.c
8452         * src/common/ssl_certificate.h
8453         * src/gtk/sslcertwindow.c
8454         * src/gtk/sslcertwindow.h
8455                 Fix copyright on my stuff
8456
8457 2005-11-02 [wwp]        1.9.99cvs5
8458
8459         * src/prefs_themes.c
8460                 fix directory name checking (theme installation/removal),
8461                 made related error a bit more verbose
8462
8463 2005-11-02 [colin]      1.9.99cvs4
8464
8465         * src/summaryview.c
8466                 Fix typo (probably fixes bug #841 (Sort by the From 
8467                 field doesn't work)
8468
8469 2005-11-02 [paul]       1.9.99cvs3
8470
8471         * po/ko.po
8472         * po/nb.po
8473                 updated by SungHyun Nam, Geir Helland
8474         * src/wizard.c
8475                 fix typo in welcome message. spotted by
8476                 Andrea Spadaccini
8477
8478 2005-11-01 [colin]      1.9.99cvs2
8479
8480         * src/compose.c
8481                 Fix replying to ml wen confirming subscription
8482         * src/messageview.c
8483         * src/mimeview.c
8484         * src/mimeview.h
8485         * src/privacy.h
8486         * src/summaryview.c
8487                 Make key check non blocking
8488
8489 2005-10-31 [paul]       1.9.99cvs1
8490
8491         * tools/claws.i18n.status.pl
8492                 updated for ChangeLog
8493
8494 2005-10-31 [paul]       1.9.99
8495
8496         1.9.99 released
8497
8498 2005-10-31 [paul]       1.9.15cvs131
8499
8500         * .cvsignore
8501         * ChangeLog
8502         * ChangeLog.claws       ** REMOVED **
8503         * ChangeLog-gtk2.claws  ** REMOVED **
8504         * ChangeLog.gtk1        ** ADDED **
8505         * INSTALL
8506         * Makefile.am
8507         * NEWS
8508         * README
8509         * README.claws          ** REMOVED **
8510         * README.jp             ** REMOVED **
8511         * RELEASE_NOTES         ** ADDED **
8512         * RELEASE_NOTES.claws   ** REMOVED **
8513         * commitHelper
8514         * configure.ac
8515         * sylpheed.spec.in      ** REMOVED **
8516                 tidy up and update the default docs:
8517                 ChangeLog.claws is renamed ChangeLog.gtk1
8518                 ChangeLog-gtk2.claws is renamed ChangeLog
8519                 README.claws is renamed README
8520                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8521
8522 2005-10-31 [paul]       1.9.15cvs130
8523
8524         * po/it.po
8525                 fix errors
8526
8527 2005-10-31 [paul]       1.9.15cvs129
8528
8529         * po/ca.po
8530         * po/de.po
8531         * po/en_GB.po
8532         * po/fr.po
8533         * po/it.po
8534         * po/pt_BR.po
8535         * po/sk.po
8536         * po/sr.po
8537         * po/zh_CN.po
8538                 updated by Miquel Oliete, Stephan Sachse and
8539                 Thomas Gilgin, me, Fabien Vantard, Andrea
8540                 Spadaccini, Frederico Goncalves Guimaraes,
8541                 Andrej Kacian, Aleksandar Urosevic, and
8542                 Ralgh Young.
8543
8544 2005-10-31 [mones]      1.9.15cvs128
8545
8546         * manual/faq.xml
8547                 More questions.
8548         
8549         * po/es.po
8550                 Updated for release.
8551
8552 2005-10-30 [colin]      1.9.15cvs127
8553
8554         * src/compose.c
8555                 Place cursor before rewrapping (fixes cursor
8556                 pos if quotation gets rewrapped)
8557
8558 2005-10-29 [paul]       1.9.15cvs126
8559
8560         * src/crash.c
8561         * src/foldersel.c
8562         * src/main.c
8563         * src/messageview.c
8564         * src/toolbar.c
8565         * src/gtk/authors.h
8566                 corrections to text items
8567
8568 2005-10-28 [colin]      1.9.15cvs125
8569
8570         * src/messageview.c
8571                 Make "hit 'C' to check sig" work from extern 
8572                 messageviews
8573
8574 2005-10-27 [colin]      1.9.15cvs124
8575
8576         * src/summaryview.c
8577                 Add a hack to avoid segfaulting when hammering 
8578                 on gtk's events
8579
8580 2005-10-27 [wwp]        1.9.15cvs123
8581
8582         * src/prefs_themes.c
8583                 sort list of themes names in themes prefs
8584
8585 2005-10-27 [paul]       1.9.15cvs122
8586
8587         * src/folder.c
8588         * src/prefs_account.c
8589                 fix building on Solaris
8590                 Patch by Alex Moore
8591
8592 2005-10-27 [wwp]        1.9.15cvs121
8593
8594         * src/summaryview.c
8595         * src/gtk/gtksctree.c
8596                 speed up unselecting messages in summary view (thanks to Colin)
8597
8598 2005-10-27 [paul]       1.9.15cvs120
8599
8600         * src/mainwindow.c
8601                 fix a compilation warning
8602         * src/summaryview.c
8603                 fix updating of 'n items selected' count
8604                 when deselecting
8605
8606 2005-10-27 [martin]     1.9.15cvs119
8607
8608         * src/action.c
8609                 ignore actions with a leading '/' in the action menu name
8610                 fixes a crash on menu creation
8611         * src/prefs_actions.c
8612                 do not allow a leading '/' in the action menu name
8613
8614 2005-10-27 [paul]       1.9.15cvs118
8615
8616         * src/main.c
8617                 fix compilation warning
8618
8619 2005-10-27 [paul]       1.9.15cvs117
8620
8621         * src/procmime.c
8622                 add #if HAVE_LOCALE_H
8623
8624 2005-10-27 [paul]       1.9.15cvs116
8625
8626         * src/plugins/clamav/clamav_plugin.c
8627         * src/plugins/dillo_viewer/dillo_viewer.c
8628         * src/plugins/mathml_viewer/mathml_viewer.c
8629         * src/plugins/pgpcore/plugin.c
8630         * src/plugins/pgpinline/plugin.c
8631         * src/plugins/pgpmime/plugin.c
8632         * src/plugins/spamassassin/spamassassin.c
8633         * src/plugins/trayicon/trayicon.c
8634                 plugin_init() : make error messages more
8635                 informative
8636
8637 2005-10-26 [wwp]        1.9.15cvs115
8638
8639         * src/prefs_matcher.c
8640                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8641
8642 2005-10-26 [wwp]        1.9.15cvs114
8643
8644         * src/procmime.c
8645         * src/gtk/gtksctree.c
8646         * src/plugins/spamassassin/libspamc.c
8647         * src/plugins/spamassassin/spamassassin.c
8648                 fix some compilation warnings more
8649
8650 2005-10-26 [mones]      1.9.15cvs113
8651
8652         * po/es.po
8653                 Updated translation
8654
8655 2005-10-26 [paul]       1.9.15cvs112
8656
8657         * src/prefs_message.c
8658                 give all display_xface stuff the
8659                 #if HAVE_LIBCOMPFACE treatment, thus
8660                 preventing a crash
8661                 (Thanks to Wolfgang Enderlein)
8662
8663 2005-10-26 [colin]      1.9.15cvs111
8664
8665         * src/gedit-print.c
8666                 Fix date format
8667         * src/imap_gtk.c
8668         * src/news_gtk.c
8669                 Remove context menu items that should not be there
8670         * src/jpilot.c
8671                 Fix encoding
8672         * src/main.c
8673         * src/mainwindow.c
8674                 Don't show the mainwindow too soon
8675
8676 2005-10-26 [wwp]        1.9.15cvs110
8677
8678         * src/folder.c
8679         * src/manual.c
8680         * src/summaryview.c
8681                 fix uninitialized pointers in the folder updating hook
8682                 (thanks to Colin)
8683
8684 2005-10-25 [mones]      1.9.15cvs109
8685
8686         * manual/faq.xml
8687                 General information subsection completed. 
8688                 Removed archaic references.
8689                 
8690         * manual/Makefile
8691         * manual/dtd/manual.dsl
8692                 Added customization stylesheet for getting paragraphs
8693                 fully justified in PDF output (as suggested by Colin).
8694
8695 2005-10-25 [colin]      1.9.15cvs108
8696
8697         * src/compose.c
8698                 Fix a second leak
8699
8700 2005-10-25 [colin]      1.9.15cvs107
8701
8702         * src/addrbook.c
8703         * src/addrindex.c
8704                 Fix leak (xml_get_element() allocates memory)
8705         * src/compose.c
8706                 Fix leak + dead code (shame!)
8707         * src/procmime.c
8708                 Fix leak
8709
8710 2005-10-25 [colin]      1.9.15cvs106
8711
8712         * src/mimeview.c
8713                 Fix encoding issue in Save all and in 
8714                 overwrite-confirmation alertpanel
8715
8716 2005-10-25 [colin]      1.9.15cvs105
8717
8718         * src/common/socket.c
8719                 Fix a leak - Thanks to Christopher Aillon
8720                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8721
8722 2005-10-25 [paul]       1.9.15cvs104
8723
8724         * src/wizard.c
8725                 Always guess servers from the right-hand
8726                 email part and guess username from the
8727                 left-hand part. (Thanks to Colin)
8728                 add an X-Face to the welcome message
8729
8730 2005-10-25 [paul]       1.9.15cvs103
8731
8732         * manual/handling.xml
8733                 written by Colin, edited by me
8734
8735 2005-10-25 [wwp]        1.9.15cvs102
8736
8737         * src/folderview.c
8738         * src/grouplistdialog.c
8739         * src/imap.c
8740         * src/noticeview.c
8741                 fix some compilation warnings
8742
8743 2005-10-24 [paul]
8744
8745         1.9.99-rc3 released
8746
8747 2005-10-24 [paul]       1.9.15cvs101
8748
8749         * src/gtk/about.c
8750                 fix window sizing
8751
8752 2005-10-24 [paul]       1.9.15cvs100
8753
8754         * src/pixmaps/offline.xpm
8755         * src/pixmaps/online.xpm
8756                 replace with last default versions
8757
8758 2005-10-24 [colin]      1.9.15cvs99
8759
8760         * src/imap.c
8761                 Fix bug when moving a folder
8762         * src/imap_gtk.c
8763         * src/mh_gtk.c
8764                 "Delete folder" pops up a window, so it 
8765                 should be suffixed with "..."
8766         * src/plugins/pgpcore/sgpgme.c
8767                 Include locale.h
8768
8769 2005-10-24 [mones]      1.9.15cvs98
8770
8771         * manual/Makefile
8772         * manual/account.xml
8773         * manual/ack.xml
8774         * manual/addrbook.xml
8775         * manual/advanced.xml
8776         * manual/faq.xml
8777         * manual/glossary.xml
8778         * manual/gpl.xml
8779         * manual/handling.xml
8780         * manual/intro.xml
8781         * manual/keyboard.xml
8782         * manual/manual.xml
8783         * manual/plugins.xml
8784         * manual/starting.xml
8785         * manual/dtd/sdocbook.dtd
8786                 Initial manual structure and some content.
8787
8788 2005-10-23 [wwp]        1.9.15cvs97
8789
8790         * src/gtk/about.c
8791                 fix a typo
8792
8793 2005-10-23 [wwp]        1.9.15cvs96
8794
8795         * src/gtk/about.c
8796         * src/gtk/authors.h
8797                 rework of the about window (main work by Paul), also featuring a few
8798                 fixes for typos and duplicate names
8799
8800 2005-10-23 [wwp]        1.9.15cvs95
8801
8802         * src/.cvsignore
8803                 Ignore the right binary name (sylpheed-claws now)
8804
8805 2005-10-23 [paul]       1.9.15cvs94
8806
8807         * src/compose.c
8808                 when using Folder Pref 'Default To for
8809                 replies' make the entry in the Compose
8810                 window bold
8811                 Patch by Fabien Vantard
8812
8813 2005-10-22 [colin]      1.9.15cvs93
8814
8815         * src/codeconv.c
8816                 Fix leak
8817
8818 2005-10-22 [colin]      1.9.15cvs92
8819
8820         * src/codeconv.c
8821                 try to convert using locale (apart utf8) if necessary
8822
8823 2005-10-22 [colin]      1.9.15cvs91
8824
8825         * src/pixmaps/new.xpm
8826         * src/pixmaps/unread.xpm
8827                 Make the unread envelope blue again and
8828                 saturate the new one a bit more.
8829
8830 2005-10-22 [colin]      1.9.15cvs90
8831
8832         * src/compose.c
8833                 When replying to a mail sent by one of our accounts,
8834                 use the original list of recipients. Let 'Reply All'
8835                 and 'Reply to sender' work like previously.
8836
8837 2005-10-21 [colin]      1.9.15cvs89
8838
8839         * src/prefs_filtering.c
8840                 Clear fields after add and replace
8841         * src/textview.c
8842                 Display xface differently (better)
8843         * src/plugins/pgpinline/pgpinline.c
8844                 Fix crappy encodings/recodings
8845
8846 2005-10-21 [paul]       1.9.15cvs88
8847
8848         * src/compose.c
8849         * src/prefs_folder_item.c
8850         * src/toolbar.c
8851                 fix news folder Folder Properties
8852                 (thanks to Colin)
8853         * src/folderview.c
8854                 update folderview after Themes change
8855                 keep selected folder selected
8856                 (thanks to Colin)
8857
8858 2005-10-21 [paul]       1.9.15cvs87
8859
8860         * tools/Makefile.am
8861         * tools/OOo2sylpheed.pl
8862         * tools/README
8863         * tools/README.sylprint
8864         * tools/asus_mailled.sh         ** REMOVED **
8865         * tools/filter_conv.pl
8866         * tools/freshmeat_search.pl
8867         * tools/google_search.pl
8868         * tools/gpg-sign-syl            ** REMOVED **
8869         * tools/kmail2sylpheed.pl
8870         * tools/kmail2sylpheed_v2.pl
8871         * tools/multiwebsearch.pl
8872         * tools/nautilus2sylpheed.sh
8873         * tools/newscache_clean.pl
8874         * tools/outlook2sylpheed.pl
8875         * tools/sylpheed-switcher       ** REMOVED **
8876         * tools/sylprint.pl
8877         * tools/sylprint.rc
8878         * tools/tb2sylpheed
8879         * tools/vcard2xml.py
8880         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8881                 update default config dir
8882                 update binary name (thanks to Fabien Vantard)
8883                 remove obsolete scripts
8884
8885 2005-10-21 [colin]      1.9.15cvs86
8886
8887         * src/inc.c
8888                 Fix possible leak and units. Based on a patch by
8889                 Fabien Vantard.
8890
8891 2005-10-20 [colin]      1.9.15cvs85
8892
8893         * src/textview.c
8894                 Clear xface when clearing textview
8895
8896 2005-10-20 [colin]      1.9.15cvs84
8897
8898         * configure.ac
8899         * src/folderview.c
8900         * src/headerview.c
8901         * src/main.c
8902         * src/prefs_common.c
8903         * src/prefs_common.h
8904         * src/prefs_message.c
8905         * src/textview.c
8906         * src/textview.h
8907         * src/common/defs.h
8908         * src/common/utils.c
8909         * src/common/utils.h
8910         * src/gtk/gtkutils.c
8911         * src/gtk/gtkutils.h
8912                 Migrate config to .sylpheed-claws (Automatically)
8913                 Add a way to get the Xface in the TextView
8914
8915 2005-10-20 [colin]      1.9.15cvs83
8916
8917         * src/gtk/Makefile.am
8918         * src/gtk/about.c
8919         * src/gtk/authors.h
8920                 Make the about dialog *grooovy*
8921
8922 2005-10-20 [colin]      1.9.15cvs82
8923
8924         * src/mimeview.c
8925                 Use "Open with" on double click if no command
8926                 was found
8927
8928 2005-10-20 [colin]      1.9.15cvs81
8929
8930         * src/imap.c
8931         * src/etpan/imap-thread.c
8932                 Fix possible crash.
8933
8934 2005-10-20 [paul]       1.9.15cvs80
8935
8936         * src/folder.c
8937                 don't show clipkey icon if the only
8938                 attachment is the signature
8939                 Patch by Colin
8940
8941 2005-10-20 [paul]       1.9.15cvs79
8942
8943         * AUTHORS
8944         * src/plugins/pgpmime/pgpmime.c
8945                 name the PGP/MIME signature 'signature.asc'
8946                 Patch by Andrew Nelson <freeandy@gmail.com>
8947
8948 2005-10-19 [colin]      1.9.15cvs78
8949
8950         * src/plugins/pgpmime/pgpmime.c
8951                 Oops, no need to double-check though
8952
8953 2005-10-19 [colin]      1.9.15cvs77
8954
8955         * src/plugins/pgpinline/pgpinline.c
8956         * src/plugins/pgpmime/pgpmime.c
8957                 Check that my_tmpfile() doesn't 
8958                 return NULL
8959
8960 2005-10-19 [colin]      1.9.15cvs76
8961
8962         * src/common/utils.c
8963                 Use shorter mime boundaries to avoid having
8964                 MTAs rewrapping our headers, breaking the
8965                 PGP signature in the process 
8966         * src/compose.c
8967         * src/plugins/pgpmime/pgpmime.c
8968                 Check for boundary uniqueness to be sure
8969                 it won't happen, instead of hoping for the
8970                 best
8971
8972 2005-10-19 [colin]      1.9.15cvs75
8973
8974         * sylpheed-claws.desktop
8975         * src/Makefile.am
8976         * src/main.c
8977                 Ship a sylpheed-claws binary instead
8978                 of a sylpheed one. Change the socket
8979                 name, too
8980         * src/folderview.c
8981                 Update folder only if it changed
8982         * src/wizard.c
8983                 Fix i18n in welcome mail, patch by
8984                 Fabien Vantard
8985
8986 2005-10-19 [paul]
8987
8988         1.9.99-rc2 released
8989
8990 2005-10-19 [paul]       1.9.15cvs74
8991
8992         * src/folder.c
8993         * src/folderview.c
8994                 fix summaryview update
8995                 Patch by Colin
8996
8997 2005-10-18 [colin]      1.9.15cvs73
8998
8999         * src/plugins/pgpcore/passphrase.c
9000                 Don't XGrabServer, and try a bit more to 
9001                 sync everything before grabbing mouse/keyboard
9002
9003 2005-10-18 [colin]      1.9.15cvs72
9004
9005         * src/Makefile.am
9006         * src/addressadd.c
9007         * src/addressbook.c
9008         * src/folderview.c
9009         * src/grouplistdialog.c
9010         * src/mimeview.c
9011         * src/stock_pixmap.c
9012         * src/stock_pixmap.h
9013         * src/summaryview.c
9014         * src/gtk/gtksctree.c
9015         * src/gtk/gtksctree.h
9016         * src/pixmaps/empty.xpm
9017                 Implement a wrapper call for gtk_ctree_set_node_info
9018                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9019                 pixmap instead of a NULL one. This works around some
9020                 memory problems deep inside gtk, revealed by valgrind,
9021                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9022                 as locked crashes sylpheed.), as well as, probably, 
9023                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9024
9025 2005-10-17 [colin]      1.9.15cvs71
9026
9027         * src/mimeview.c
9028                 Provide visual feedback when checking
9029                 signature
9030
9031 2005-10-17 [colin]      1.9.15cvs70
9032
9033         * src/main.c
9034                 Keep the folder list frozen while checking caches...
9035
9036 2005-10-17 [colin]      1.9.15cvs69
9037
9038         * src/addr_compl.c
9039                 Fi bug #833 (Autocompleting from addressbook 
9040                 fails with extended chars)
9041         * src/imap.c
9042                 Fix 'adding messages' staying in statusbar
9043                 after an error
9044
9045 2005-10-17 [wwp]        1.9.15cvs68
9046
9047         * src/ssl_manager.c
9048                 Fix buttons' layout resizing when window size changes
9049
9050 2005-10-17 [wwp]        1.9.15cvs67
9051
9052         * src/account.c
9053         * src/prefs_account.c
9054         * src/prefs_common.c
9055         * src/prefs_common.h
9056         * src/prefs_folder_item.c
9057         * src/prefs_gtk.c
9058         * src/gtk/logwindow.c
9059         * src/gtk/pluginwindow.c
9060         * src/gtk/prefswindow.c
9061         * src/gtk/prefswindow.h
9062                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9063
9064 2005-10-17 [paul]       1.9.15cvs66
9065
9066         * configure.ac
9067                 fix missing libetpan message
9068         * po/en_GB.po
9069                 updated
9070         * src/crash.c
9071         * src/manual.c
9072         * src/prefs_themes.c
9073         * src/common/defs.h
9074                 add some new URI defines, change some
9075                 others
9076         * src/wizard.c
9077                 make welcome message translatable
9078                 small improvements to english
9079                 other tweaks
9080         * src/gtk/menu.c
9081                 fix warnings
9082
9083 2005-10-17 [paul]       1.9.15cvs65
9084
9085         * src/summaryview.c
9086                 fix column titles
9087
9088 2005-10-16 [mones]      1.9.15cvs64
9089
9090         * po/es.po
9091                 Updated translation
9092
9093 2005-10-16 [colin]
9094
9095         1.9.99-rc1 released
9096
9097 2005-10-16 [colin]      1.9.15cvs63
9098
9099         * src/wizard.c
9100                 Fix whitespace
9101
9102 2005-10-16 [colin]      1.9.15cvs62
9103
9104         * src/toolbar.c
9105                 s/Get All/Get Mail/
9106         * src/wizard.c
9107                 Real welcome mail text, thanks Paul
9108
9109 2005-10-16 [colin]      1.9.15cvs61
9110
9111         * src/editldap.c
9112         * src/exporthtml.c
9113         * src/main.c
9114         * src/mainwindow.c
9115         * src/prefs_themes.c
9116         * src/prefs_toolbar.c
9117         * src/plugins/demo/demo.c
9118         * src/plugins/trayicon/trayicon.c
9119                 s/Sylpheed/Sylpheed-Claws/
9120
9121 2005-10-16 [colin]      1.9.15cvs60
9122
9123         * src/wizard.c
9124                 Add a welcome email in the first empty mailbox
9125         * src/prefs_common.c
9126                 Change one more default
9127
9128 2005-10-16 [colin]      1.9.15cvs59
9129
9130         * src/wizard.c
9131                 Remove printf
9132
9133 2005-10-16 [colin]      1.9.15cvs58
9134
9135         * src/toolbar.c
9136         * src/prefs_common.c
9137                 Change some defaults
9138
9139 2005-10-16 [colin]      1.9.15cvs57
9140
9141         * src/toolbar.c
9142         * src/prefs_common.c
9143                 Change some defaults
9144
9145 2005-10-16 [colin]      1.9.15cvs56
9146
9147         * src/wizard.c
9148                 By default, initialize fonts to have
9149                 the same size as normal GtkWidgets
9150
9151 2005-10-16 [colin]      1.9.15cvs55
9152
9153         * src/mimeview.c
9154                 Fix message a bit more
9155
9156 2005-10-16 [colin]      1.9.15cvs54
9157
9158         * src/addressbook.c
9159                 Second attempt at flicker fixing
9160
9161 2005-10-16 [colin]      1.9.15cvs53
9162
9163         * src/addressbook.c
9164                 Fix flicker
9165
9166 2005-10-16 [wwp]        1.9.15cvs52
9167
9168         * src/addressbook.c
9169         * src/editaddress.c
9170         * src/prefs_common.c
9171         * src/prefs_common.h
9172                 Remember window sizes (address book)
9173
9174 2005-10-16 [wwp]        1.9.15cvs51
9175
9176         * src/plugins/clamav/clamav_plugin_gtk.c
9177         * src/plugins/spamassassin/spamassassin_gtk.c
9178                 Fix compilation warnings (missing #include).
9179
9180 2005-10-16 [colin]      1.9.15cvs50
9181
9182         * src/mimeview.c
9183         * src/summaryview.c
9184         * src/textview.c
9185                 Make 'c' check signature, and forward
9186                 c, l, y, t from summaryview to mimeview
9187
9188 2005-10-16 [colin]      1.9.15cvs49
9189
9190         * src/addressbook.c
9191                 Put border around buttons
9192         * src/mainwindow.c
9193         * src/summaryview.c
9194                 Rework menus (Patch based on a patch
9195                 by Paul)
9196
9197 2005-10-15 [wwp]        1.9.15cvs48
9198
9199         * src/editjpilot.c
9200         * src/editldap.c
9201         * src/editvcard.c
9202         * src/exphtmldlg.c
9203         * src/expldifdlg.c
9204         * src/export.c
9205         * src/import.c
9206         * src/importldif.c
9207         * src/importmutt.c
9208         * src/importpine.c
9209         * src/prefs_account.c
9210         * src/prefs_spelling.c
9211         * src/gtk/gtkutils.c
9212         * src/gtk/gtkutils.h
9213         * src/plugins/clamav/clamav_plugin_gtk.c
9214         * src/plugins/spamassassin/spamassassin_gtk.c
9215                 use nicer browse-for-file/dir buttons than the "..." ones,
9216                 code factorizing more.
9217
9218 2005-10-14 [colin]      1.9.15cvs47
9219
9220         * src/mainwindow.c
9221                 set relief on the account switcher so that people see it
9222                 grey out Create processing rules when no message is selected
9223         * src/prefs_filtering.c
9224                 ask before closing if the rule has not been modified, even if
9225                 it's not valid
9226         * src/prefs_matcher.c
9227                 fix sensitivity when entering the dialog
9228         * src/gtk/inputdialog.c
9229                 display a better icon on password ask
9230         * src/plugins/pgpcore/passphrase.c
9231                 make the dialog look better
9232
9233 2005-10-14 [paul]       1.9.15cvs46
9234
9235         * src/folderview.c
9236                 indicate presense of marked msgs in
9237                 unexpanded subfolders
9238
9239 2005-10-14 [paul]       1.9.15cvs45
9240
9241         * src/prefs_actions.c
9242         * src/prefs_common.c
9243         * src/prefs_common.h
9244         * src/prefs_filtering_action.c
9245         * src/prefs_matcher.c
9246         * src/prefs_template.c
9247                 remember window sizes
9248                 fix Info button size
9249
9250         Patches by wwp
9251
9252 2005-10-13 [colin]      1.9.15cvs44
9253
9254         * src/mimeview.c
9255         * src/noticeview.c
9256         * src/noticeview.h
9257                 Add a tooltip on the icon (optional) 
9258                 Get rid of the signature buttons and only
9259                 use the icon+tooltip
9260
9261 2005-10-13 [colin]      1.9.15cvs43
9262
9263         * src/noticeview.c
9264         * src/noticeview.h
9265                 Add hand cursor for hovering over icon
9266
9267 2005-10-13 [colin]      1.9.15cvs42
9268
9269         * src/summaryview.c
9270                 Fix crash when quicksearch's hidden 
9271                 at startup
9272
9273 2005-10-13 [colin]      1.9.15cvs41
9274
9275         * src/compose.c
9276                 Set subject when forwarding multiple mails
9277                 Check that other recipient than the default Cc or Bcc
9278                 have been set before sending.
9279
9280 2005-10-13 [colin]      1.9.15cvs40
9281
9282         * src/imap.c
9283                 Batch per-folder
9284                 Introduce locking, but don't use it yet
9285
9286 2005-10-13 [colin]      1.9.15cvs39
9287
9288         * src/gtk/quicksearch.c
9289                 Reset quicksearch when hiding it
9290                 Make sticky a real pref
9291
9292 2005-10-13 [colin]      1.9.15cvs38
9293
9294         * src/summaryview.c
9295                 Faster prefs apply
9296
9297 2005-10-13 [colin]      1.9.15cvs37
9298
9299         * src/mimeview.c
9300         * src/noticeview.c
9301         * src/noticeview.h
9302         * src/plugins/pgpcore/sgpgme.c
9303                 Make privacy icon clickable
9304                 Move Trust field in Full info
9305                 When trust is less than full, don't display
9306                 a warning icon
9307
9308 2005-10-13 [colin]      1.9.15cvs36
9309
9310         * src/folder.c
9311                 Batch on flags sync
9312         * src/folderview.c
9313                 Revert speed hack which is dangerous in fact
9314                 Apply prefs faster
9315
9316 2005-10-13 [colin]      1.9.15cvs35
9317
9318         * src/folder_item_prefs.c
9319                 Fix pref corruption on folder move. Patch
9320                 by wwp
9321
9322 2005-10-13 [paul]       1.9.15cvs34
9323
9324         * src/export.c
9325         * src/import.c
9326                 fix typos in g_warnings
9327         * src/prefs_account.c
9328                 add a file selector for Signature file
9329
9330         Patches by wwp
9331
9332 2005-10-12 [colin]      1.9.15cvs33
9333
9334         * src/mimeview.c
9335                 Provide a quick way to go back from a
9336                 signature's full info to the email part
9337
9338 2005-10-12 [colin]      1.9.15cvs32
9339
9340         * src/compose.c
9341                 Remove old hack of encoding signed mails with base64.
9342                 QP works equally well.
9343
9344 2005-10-12 [colin]      1.9.15cvs31
9345
9346         * src/crash.c
9347                 Replace deprecated GtkText with GtkTextView
9348         * src/imap.c
9349                 Fix a logic bug about counts in imap_select
9350                 (previously un-triggered)
9351         * src/mainwindow.c
9352         * src/summaryview.c
9353         * src/news.c
9354                 Allow local deletion of news posts
9355         * src/mimeview.c
9356                 Show GPG noticeview on the message/rfc822 part
9357                 in addition to the text/plain one
9358         * src/prefs_image_viewer.c
9359           src/plugins/pgpcore/prefs_gpg.c
9360                 Polish (set the label as part of the checkbox)
9361         * src/wizard.c
9362                 Don't sit there doing nothing after destroying
9363                 the window - return err
9364
9365 2005-10-11 [colin]      1.9.15cvs30
9366
9367         * src/folderview.c
9368                 Apply processing rules before showing folders.
9369                 Early folder show (before flags sync) will only
9370                 be done when there are no processing rules (nor
9371                 pre- or post- ones)
9372         * src/imap.c
9373                 Fix stuff related to mail subdir, creation and 
9374                 deletion of folders 
9375         * src/imap_gtk.c
9376                 Don't allow creation of folders in NoInferior
9377                 folders, as it won't work
9378
9379 2005-10-10 [colin]      1.9.15cvs29
9380
9381         * src/compose.c
9382                 Reselect "None" Privacy system when selecting an
9383                 account with no privacy system defined
9384
9385 2005-10-10 [colin]      1.9.15cvs28
9386
9387         * src/mainwindow.c
9388                 Add Windows-1252 encoding
9389         * src/prefs_common.c
9390                 Rework some defaults:
9391                 - autosave to draft by default
9392                 - don't show header pane (it's already in the textview)
9393                 - Select first new or unread mail on entry
9394                 - Assume 'Yes' to change folder when there's no more
9395                   unread message
9396         * src/prefs_matcher.c
9397                 Fix a gtk assertion failure
9398         * src/gtk/colorlabel.c
9399                 Workaround bad repainting on selection
9400         * src/main.c
9401                 Freeze/thaw (a bit faster on ssh -X)
9402         * src/msgcache.c
9403                 Get rid of StrdupConverter that just adds an
9404                 extra strdup/free 
9405         * src/etpan/imap_thread.c
9406                 memset buf to 0
9407
9408 2005-10-10 [colin]      1.9.15cvs27
9409
9410         * src/export.c
9411         * src/import.c
9412                 Fix compile on gtk 2.4. Patch by wwp
9413
9414 2005-10-09 [colin]      1.9.15cvs26
9415
9416         * src/mainwindow.c
9417         * src/messageview.c
9418         * src/summaryview.c
9419                 Clarify forward menus. Patch by wwp
9420
9421 2005-10-09 [colin]      1.9.15cvs25
9422
9423         * src/compose.c
9424         * src/compose.h
9425                 Fix bug #829 (Non-working "Encrypt message by 
9426                 default when replying to an encrypted message")
9427
9428 2005-10-08 [colin]      1.9.15cvs24
9429
9430         * src/wizard.c
9431                 Fix bug #827 ("Welcome" setup wizard after a 
9432                 permission error gives up & forgets itself.)
9433
9434 2005-10-08 [colin]      1.9.15cvs23
9435
9436         * src/procmime.c
9437                 Fix bug #828 (Ignoring headers with spaces around = sign)
9438
9439 2005-10-08 [colin]      1.9.15cvs22
9440
9441         * src/export.c
9442                 Warning fix by wwp
9443
9444 2005-10-08 [colin]      1.9.15cvs21
9445
9446         * src/folder.c
9447         * src/folder.h
9448                 Add a processing_pending indicator, set on 
9449                 folder_item_open and cleared after 
9450                 folder_item_process_open
9451         * src/folderview.c
9452         * src/summaryview.c
9453                 wrap procmsg_msginfo_*_flags, and in the
9454                 wrapper check that there's no folder processing 
9455                 pending. If there is, defer the flags change until 
9456                 processing is done to avoid stepping over each
9457                 other's toes.
9458                 Freeze during processing, but not during scanning.
9459
9460 2005-10-07 [colin]      1.9.15cvs20
9461
9462         * src/plugins/pgpcore/passphrase.c
9463                 Fix bug #826 (X-Server hangs when 
9464                 right-clicking a PGP encrypted message)
9465
9466 2005-10-07 [paul]       1.9.15cvs19
9467
9468         * src/compose.c
9469                 fix compose_entries[]
9470                 patch by Fabien Vantard
9471
9472 2005-10-06 [colin]      1.9.15cvs18
9473
9474         * src/pixmaps/address.xpm
9475         * src/pixmaps/address_book.xpm
9476         * src/pixmaps/book.xpm
9477         * src/pixmaps/check_spelling.xpm
9478         * src/pixmaps/checkbox_off.xpm
9479         * src/pixmaps/checkbox_on.xpm
9480         * src/pixmaps/close.xpm
9481         * src/pixmaps/complete.xpm
9482         * src/pixmaps/continue.xpm
9483         * src/pixmaps/deleted.xpm
9484         * src/pixmaps/down_arrow.xpm
9485         * src/pixmaps/exec.xpm
9486         * src/pixmaps/forwarded.xpm
9487         * src/pixmaps/group.xpm
9488         * src/pixmaps/ignorethread.xpm
9489         * src/pixmaps/interface.xpm
9490         * src/pixmaps/jpilot.xpm
9491         * src/pixmaps/ldap.xpm
9492         * src/pixmaps/linewrap.xpm
9493         * src/pixmaps/linewrapcurrent.xpm
9494         * src/pixmaps/mail.xpm
9495         * src/pixmaps/mail_attach.xpm
9496         * src/pixmaps/mail_compose.xpm
9497         * src/pixmaps/mail_forward.xpm
9498         * src/pixmaps/mail_receive.xpm
9499         * src/pixmaps/mail_receive_all.xpm
9500         * src/pixmaps/mail_reply.xpm
9501         * src/pixmaps/mail_reply_to_all.xpm
9502         * src/pixmaps/mail_reply_to_author.xpm
9503         * src/pixmaps/mail_send.xpm
9504         * src/pixmaps/mail_send_queue.xpm
9505         * src/pixmaps/mime_application.xpm
9506         * src/pixmaps/mime_audio.xpm
9507         * src/pixmaps/mime_image.xpm
9508         * src/pixmaps/mime_message.xpm
9509         * src/pixmaps/mime_text_enriched.xpm
9510         * src/pixmaps/mime_text_html.xpm
9511         * src/pixmaps/mime_text_plain.xpm
9512         * src/pixmaps/mime_unknown.xpm
9513         * src/pixmaps/new.xpm
9514         * src/pixmaps/news_compose.xpm
9515         * src/pixmaps/offline.xpm
9516         * src/pixmaps/online.xpm
9517         * src/pixmaps/paste.xpm
9518         * src/pixmaps/preferences.xpm
9519         * src/pixmaps/privacy_emblem_encrypted.xpm
9520         * src/pixmaps/privacy_expired.xpm
9521         * src/pixmaps/privacy_failed.xpm
9522         * src/pixmaps/privacy_passed.xpm
9523         * src/pixmaps/privacy_signed.xpm
9524         * src/pixmaps/privacy_unknown.xpm
9525         * src/pixmaps/privacy_warn.xpm
9526         * src/pixmaps/properties.xpm
9527         * src/pixmaps/replied.xpm
9528         * src/pixmaps/search.xpm
9529         * src/pixmaps/unread.xpm
9530         * src/pixmaps/up_arrow.xpm
9531         * src/pixmaps/vcard.xpm
9532                 Modernize internal theme, with icons from the 
9533                 Gnomaws theme. Keep some of the old ones where
9534                 they were better.
9535
9536 2005-10-06 [colin]      1.9.15cvs17
9537
9538         * src/summaryview.c
9539                 Little optimisations + bugfix
9540         * src/toolbar.c
9541                 Remove default useless items - useless being defined
9542                 by the default relevant prefs
9543         * src/wizard.c
9544                 include config.h to make gettext work
9545         * src/prefs_themes.c
9546                 Fix selection of current theme in prefs
9547
9548 2005-10-06 [colin]      1.9.15cvs16
9549
9550         * src/prefs_common.c
9551         * src/prefs_common.h
9552         * src/prefs_summaries.c
9553         * src/folderview.c
9554                 Add a warning dialog on Mark all read 
9555                 (with pref to get rid of it)
9556
9557 2005-10-06 [paul]       1.9.15cvs15
9558
9559         * po/nb.po
9560         * po/pt_BR.po
9561                 updated by Geir Helland and Frederico
9562                 Goncalves Guimaraes
9563
9564 2005-10-05 [colin]      1.9.15cvs14
9565
9566         * src/folder.c
9567         * src/folder.h
9568         * src/folderview.c
9569         * src/folderview.h
9570         * src/imap_gtk.c
9571         * src/mh_gtk.c
9572         * src/mainwindow.c
9573         * src/setup.c
9574                 add a way to rescan without rebuilding
9575                 make moving a bit faster (less folders changes)
9576                 don't lock the tree on Get 
9577         * src/imap.c
9578                 Don't re-delete deleted messages before expunging
9579         * src/summaryview.c
9580                 Set batch mode when deleting mails
9581
9582 2005-10-05 [paul]       1.9.15cvs13
9583
9584         * src/mainwindow.c
9585         * src/mainwindow.h
9586                 fix disabled Execute menu item
9587         * src/toolbar.c
9588                 match the change in 1.9.15cvs10: use Compose
9589                 instead of News by default
9590
9591 2005-10-04 [colin]      1.9.15cvs12
9592
9593         * src/compose.c
9594                 When replying to an ML post with Reply-To set
9595                 to the poster's email, honor it (as before),
9596                 but also honor our user's request to reply to
9597                 the mailing list: set the ML address in the To
9598                 field and the Reply-To address in the Cc: 
9599                 field.
9600
9601 2005-10-04 [colin]      1.9.15cvs11
9602
9603         * src/plugins/trayicon/trayicon.c
9604                 Finish cosmetic change - thanks to wwp
9605
9606 2005-10-04 [colin]      1.9.15cvs10
9607
9608         * src/toolbar.c
9609                 Use Compose instead of Email by default.
9610                 Spotted by wwp.
9611
9612 2005-10-04 [colin]      1.9.15cvs9
9613
9614         * src/folder.c
9615         * src/folder.h
9616         * src/folderview.c
9617         * src/imap.c
9618         * src/etpan/imap-thread.c
9619         * src/etpan/imap-thread.h
9620                 Try to make IMAP faster, by simplifying SEARCH
9621                 commands, avoiding sending two STATUS in a row,
9622                 and deferring flags sync and processing just
9623                 after displaying the folder. 
9624                 This will update the SummaryView in certain
9625                 cases (new mails not already fetched, flags
9626                 changed from another client) but in a non-
9627                 blocking manner.
9628
9629 2005-10-04 [colin]      1.9.15cvs8
9630
9631         * src/plugins/trayicon/trayicon.c
9632                 Relabel "Offline" to "Work offline"
9633
9634 2005-10-04 [colin]      1.9.15cvs7
9635
9636         * src/export.c
9637         * src/import.c
9638         * src/mbox.c
9639                 Fix mbox import/export buglets
9640                 Patch by wwp
9641         * src/plugins/trayicon/trayicon.c
9642                 Add offline swithc
9643                 Patch by wwp
9644
9645 2005-10-04 [colin]      1.9.15cvs6
9646
9647         * src/folder.c
9648         * src/folderview.c
9649         * src/summaryview.c
9650                 Better fix (don't break mark all read) for cvs2
9651
9652 2005-10-03 [colin]      1.9.15cvs5
9653
9654         * src/folder.c
9655                 Use a sane sort by default
9656
9657 2005-10-03 [colin]      1.9.15cvs4
9658
9659         * src/inc.c
9660                 Add a 'Only once' button for overriding offline mode
9661         * src/prefs_account.c
9662         * src/wizard.c
9663                 Add Local mbox to the wizard
9664                 Add IMAP subdir to the wizard (or the wizard is useless
9665                 for such accounts, or even worse than useless)
9666                 Move IMAP subdir from Advanced to Receive tab, as it's
9667                 not that uncommon
9668
9669 2005-10-03 [colin]      1.9.15cvs3
9670
9671         * src/send_message.c
9672                 Forgot this one in cvs1
9673
9674 2005-10-03 [colin]      1.9.15cvs2
9675
9676         * src/folder.c
9677                 Faster close when leaving a folder with lots
9678                 of new mails. Idea by David Relson.
9679
9680 2005-10-03 [colin]      1.9.15cvs1
9681
9682         * src/compose.c
9683         * src/imap.c
9684         * src/inc.c
9685         * src/main.c
9686         * src/messageview.c
9687         * src/news.c
9688         * src/summaryview.c
9689         * src/gtk/sslcertwindow.c
9690         * src/plugins/trayicon/trayicon.c
9691                 Add accels to every AlertPanel. Patch by Fabien 
9692                 Vantard
9693
9694 2005-10-03 [paul]       1.9.15
9695
9696         1.9.15 released
9697
9698 2005-10-03 [paul]       1.9.14cvs68
9699
9700         * po/ca.po
9701         * po/de.po
9702         * po/es.po
9703         * po/fi.po
9704         * po/fr.po
9705         * po/sk.po
9706         * po/sr.po
9707         * po/zh_CN.po
9708                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9709                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9710                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9711
9712 2005-10-03 [paul]       1.9.14cvs67
9713
9714         * src/send_message.c
9715                 prevent hang on Cancel
9716                 patch by Colin
9717
9718 2005-10-03 [paul]       1.9.14cvs66
9719
9720         * src/main.c
9721                 fix crash in IMAP caused by discrepancy
9722                 between check_at_startup and offline mode
9723                 Patch by Colin
9724
9725 2005-10-01 [paul]       1.9.14cvs65
9726
9727         * src/inc.c
9728                 fix engrish
9729
9730 2005-10-01 [paul]       1.9.14cvs64
9731         * src/export.c
9732         * src/import.c
9733                 synchronise import_mbox() and export_mbox()
9734         * src/mbox.c
9735                 proc_mbox(): add alert if file cannot be opened
9736                 export_list_to_mbox(): test if dest file exists,
9737                 prompt user to overwrite if it does. add alert
9738                 if file cannot be created
9739                                                                 
9740         Patch by wwp
9741                                                                                                                 
9742
9743 2005-09-30 [paul]       1.9.14cvs63
9744
9745         * src/addressbook.c
9746                 Fix sensitivity of a menu
9747         * src/codeconv.c
9748                 Respect hidden pref for mails with no encoding
9749         * src/common/xml.c
9750                 Fix memory corruption
9751         * src/plugins/pgpcore/sgpgme.c
9752                 Fix segfault on incomplete sigs, and display
9753                 of S/Mime UIDs
9754
9755         Patches by Colin
9756
9757 2005-09-30 [colin]      1.9.14cvs62
9758
9759         * src/partial_download.c
9760                 Little logic fix in almost-dead code
9761         * src/pop.c
9762                 Fix partial download when there's no new mail
9763
9764 2005-09-29 [paul]       1.9.14cvs61
9765
9766         * src/plugins/pgpinline/pgpinline.c
9767                 fix bug 819, 'crash accessing sign message'
9768                 Patch by Colin
9769
9770 2005-09-28 [martin]     1.9.14cvs60
9771
9772         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9773                 fix bug #790 (Crash when restarting window manager (fluxbox))
9774
9775 2005-09-28 [paul]       1.9.14cvs59
9776
9777         * src/gtk/gtkaspell.c
9778                 fix off-by-one typo
9779
9780 2005-09-27 [colin]      1.9.14cvs58
9781
9782         * src/plugins/pgpcore/sgpgme.c
9783                 Report error when there's one, instead of
9784                 "Signature unchecked" 
9785
9786 2005-09-27 [colin]      1.9.14cvs57
9787
9788         * src/prefs_quote.c
9789                 Fix bug #816 (Weird quotation with spaces)
9790
9791 2005-09-27 [colin]      1.9.14cvs56
9792
9793         * src/codeconv.c
9794         * src/compose.c
9795         * src/compose.h
9796                 Put subject in compose's title
9797                 Fix Automatic encoding so that it's really automatic:
9798                 first try default locale's charset, then charset of the replied mail, 
9799                 then utf-8
9800                 Fix encoding of headers (must be in strict mode too)
9801
9802 2005-09-26 [colin]      1.9.14cvs55
9803
9804         * src/gtk/gtkaspell.c
9805                 Fix previous patch - don't color the space,
9806                 just uncolor it :)
9807
9808 2005-09-26 [colin]      1.9.14cvs54
9809
9810         * src/gtk/gtkaspell.c
9811                 Unmark space if possible
9812
9813 2005-09-26 [colin]      1.9.14cvs53
9814
9815         * src/imap.c
9816                 log_error instead of alertpanel according to the pref
9817         * src/etpan/imap-thread.c
9818                 Print connect status, copy only necessary size to 
9819                 logger
9820         * src/plugins/pgpmime/pgpmime.c
9821                 Handle S/Mime signatures (verification only). Patch based
9822                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9823
9824 2005-09-26 [paul]       1.9.14cvs52
9825
9826         * src/common/passcrypt.c
9827                 this 'workaround' not necessary on NetBSD.
9828                 Thanks to Daniel Gustafson
9829
9830 2005-09-26 [paul]
9831
9832         1.9.15-rc4 released
9833
9834 2005-09-26 [paul]       1.9.14cvs51
9835
9836         * src/summaryview.c
9837                 Skip currently selected message when
9838                 looking for next new or unread message
9839                 in current folder. Patch by Colin
9840         * src/common/passcrypt.c
9841                 eliminate warnings on *BSD. Patch by
9842                 Daniel Gustafson
9843
9844 2005-09-26 [colin]      1.9.14cvs50
9845
9846         * src/procmsg.c
9847                 Call postfiltering hook anyway
9848
9849 2005-09-22 [colin]      1.9.14cvs49
9850
9851         * src/codeconv.c
9852         * src/codeconv.h
9853                 Add a strict mode that doesn't replace with _
9854         * src/compose.c
9855         * src/compose.h
9856                 Use strict conversion while sending
9857                 Fix race when drafting while sending (happens
9858                 on IMAP)
9859                 Fix d'n'd of messages from summaryview
9860         * src/prefs_common.c
9861         * src/prefs_common.h
9862                 add hidden utf8_instead_of_locale_for_broken_mail 
9863                 pref for people that preferred the default charset 
9864                 to be utf8 for broken mails
9865         * src/quote_fmt_parse.y
9866                 fix bug #815 (No quote insert if "From:" fied 
9867                 contained Russian letters)
9868         * src/summaryview.c
9869                 Fix d'n'd of messages to compose
9870
9871 2005-09-22 [paul]       1.9.14cvs48
9872
9873         * src/compose.c
9874                 fix bug where attachments Name entry
9875                 would display Path instead
9876
9877 2005-09-21 [paul]       1.9.14cvs47
9878
9879         * README
9880         * README.jp
9881         * configure.ac
9882         * config/config.rpath
9883         * doc/manual/en/sylpheed-20.html
9884         * doc/manual/es/sylpheed-20.html
9885         * po/bg.po
9886         * po/ca.po
9887         * po/de.po
9888         * po/es.po
9889         * po/fr.po
9890         * po/it.po
9891         * po/pt_BR.po
9892         * po/sk.po
9893         * po/zh_TW.po
9894         * src/account.c
9895         * src/account.h
9896         * src/action.c
9897         * src/action.h
9898         * src/adbookbase.h
9899         * src/addr_compl.c
9900         * src/addr_compl.h
9901         * src/addrbook.c
9902         * src/addrbook.h
9903         * src/addrcache.c
9904         * src/addrcache.h
9905         * src/addrcindex.c
9906         * src/addrcindex.h
9907         * src/addrclip.c
9908         * src/addrclip.h
9909         * src/addrdefs.h
9910         * src/addressadd.c
9911         * src/addressadd.h
9912         * src/addressbook.c
9913         * src/addressbook.h
9914         * src/addressitem.h
9915         * src/addrgather.c
9916         * src/addrgather.h
9917         * src/addrharvest.c
9918         * src/addrharvest.h
9919         * src/addrindex.c
9920         * src/addrindex.h
9921         * src/addritem.c
9922         * src/addritem.h
9923         * src/addrquery.c
9924         * src/addrquery.h
9925         * src/addrselect.c
9926         * src/addrselect.h
9927         * src/alertpanel.c
9928         * src/alertpanel.h
9929         * src/browseldap.c
9930         * src/browseldap.h
9931         * src/codeconv.c
9932         * src/codeconv.h
9933         * src/compose.c
9934         * src/compose.h
9935         * src/crash.c
9936         * src/crash.h
9937         * src/customheader.c
9938         * src/customheader.h
9939         * src/displayheader.c
9940         * src/displayheader.h
9941         * src/editaddress.c
9942         * src/editaddress.h
9943         * src/editbook.c
9944         * src/editbook.h
9945         * src/editgroup.c
9946         * src/editgroup.h
9947         * src/editjpilot.c
9948         * src/editjpilot.h
9949         * src/editldap.c
9950         * src/editldap.h
9951         * src/editldap_basedn.c
9952         * src/editldap_basedn.h
9953         * src/editvcard.c
9954         * src/editvcard.h
9955         * src/enriched.c
9956         * src/enriched.h
9957         * src/exphtmldlg.c
9958         * src/exphtmldlg.h
9959         * src/expldifdlg.c
9960         * src/expldifdlg.h
9961         * src/export.c
9962         * src/export.h
9963         * src/exporthtml.c
9964         * src/exporthtml.h
9965         * src/exportldif.c
9966         * src/exportldif.h
9967         * src/filtering.c
9968         * src/filtering.h
9969         * src/folder.c
9970         * src/folder.h
9971         * src/folder_item_prefs.c
9972         * src/folder_item_prefs.h
9973         * src/foldersel.c
9974         * src/foldersel.h
9975         * src/folderutils.c
9976         * src/folderutils.h
9977         * src/folderview.c
9978         * src/folderview.h
9979         * src/grouplistdialog.c
9980         * src/grouplistdialog.h
9981         * src/headerview.c
9982         * src/headerview.h
9983         * src/html.c
9984         * src/html.h
9985         * src/image_viewer.c
9986         * src/image_viewer.h
9987         * src/imap.c
9988         * src/imap.h
9989         * src/imap_gtk.c
9990         * src/imap_gtk.h
9991         * src/import.c
9992         * src/import.h
9993         * src/importldif.c
9994         * src/importldif.h
9995         * src/importmutt.c
9996         * src/importmutt.h
9997         * src/importpine.c
9998         * src/importpine.h
9999         * src/inc.c
10000         * src/inc.h
10001         * src/jpilot.c
10002         * src/jpilot.h
10003         * src/ldapctrl.c
10004         * src/ldapctrl.h
10005         * src/ldaplocate.c
10006         * src/ldaplocate.h
10007         * src/ldapquery.c
10008         * src/ldapquery.h
10009         * src/ldapserver.c
10010         * src/ldapserver.h
10011         * src/ldaputil.c
10012         * src/ldaputil.h
10013         * src/ldif.c
10014         * src/ldif.h
10015         * src/localfolder.c
10016         * src/localfolder.h
10017         * src/main.c
10018         * src/main.h
10019         * src/mainwindow.c
10020         * src/mainwindow.h
10021         * src/manual.c
10022         * src/manual.h
10023         * src/matcher.c
10024         * src/matcher.h
10025         * src/matcher_parser.h
10026         * src/matcher_parser_lex.l
10027         * src/matcher_parser_parse.y
10028         * src/mbox.c
10029         * src/mbox.h
10030         * src/message_search.c
10031         * src/message_search.h
10032         * src/messageview.c
10033         * src/messageview.h
10034         * src/mh.c
10035         * src/mh.h
10036         * src/mh_gtk.c
10037         * src/mh_gtk.h
10038         * src/mimeview.c
10039         * src/mimeview.h
10040         * src/msgcache.c
10041         * src/msgcache.h
10042         * src/mutt.c
10043         * src/mutt.h
10044         * src/news.c
10045         * src/news.h
10046         * src/news_gtk.c
10047         * src/news_gtk.h
10048         * src/noticeview.c
10049         * src/noticeview.h
10050         * src/partial_download.c
10051         * src/partial_download.h
10052         * src/pine.c
10053         * src/pine.h
10054         * src/pop.c
10055         * src/pop.h
10056         * src/prefs_account.c
10057         * src/prefs_account.h
10058         * src/prefs_actions.c
10059         * src/prefs_actions.h
10060         * src/prefs_common.c
10061         * src/prefs_common.h
10062         * src/prefs_compose_writing.c
10063         * src/prefs_compose_writing.h
10064         * src/prefs_customheader.c
10065         * src/prefs_customheader.h
10066         * src/prefs_display_header.c
10067         * src/prefs_display_header.h
10068         * src/prefs_ext_prog.c
10069         * src/prefs_ext_prog.h
10070         * src/prefs_filtering.c
10071         * src/prefs_filtering.h
10072         * src/prefs_filtering_action.c
10073         * src/prefs_filtering_action.h
10074         * src/prefs_folder_column.c
10075         * src/prefs_folder_column.h
10076         * src/prefs_folder_item.c
10077         * src/prefs_folder_item.h
10078         * src/prefs_fonts.c
10079         * src/prefs_fonts.h
10080         * src/prefs_gtk.c
10081         * src/prefs_gtk.h
10082         * src/prefs_image_viewer.c
10083         * src/prefs_image_viewer.h
10084         * src/prefs_matcher.c
10085         * src/prefs_matcher.h
10086         * src/prefs_message.c
10087         * src/prefs_message.h
10088         * src/prefs_msg_colors.c
10089         * src/prefs_msg_colors.h
10090         * src/prefs_other.c
10091         * src/prefs_other.h
10092         * src/prefs_quote.c
10093         * src/prefs_quote.h
10094         * src/prefs_receive.c
10095         * src/prefs_receive.h
10096         * src/prefs_send.c
10097         * src/prefs_send.h
10098         * src/prefs_spelling.c
10099         * src/prefs_spelling.h
10100         * src/prefs_summaries.c
10101         * src/prefs_summaries.h
10102         * src/prefs_summary_column.c
10103         * src/prefs_summary_column.h
10104         * src/prefs_template.c
10105         * src/prefs_template.h
10106         * src/prefs_themes.c
10107         * src/prefs_themes.h
10108         * src/prefs_toolbar.c
10109         * src/prefs_toolbar.h
10110         * src/prefs_wrapping.c
10111         * src/prefs_wrapping.h
10112         * src/privacy.c
10113         * src/privacy.h
10114         * src/procheader.c
10115         * src/procheader.h
10116         * src/procmime.c
10117         * src/procmime.h
10118         * src/procmsg.c
10119         * src/procmsg.h
10120         * src/quote_fmt.c
10121         * src/quote_fmt_parse.y
10122         * src/recv.c
10123         * src/recv.h
10124         * src/remotefolder.c
10125         * src/remotefolder.h
10126         * src/send_message.c
10127         * src/send_message.h
10128         * src/setup.c
10129         * src/setup.h
10130         * src/simple-gettext.c
10131         * src/sourcewindow.c
10132         * src/sourcewindow.h
10133         * src/ssl_manager.c
10134         * src/ssl_manager.h
10135         * src/statusbar.c
10136         * src/statusbar.h
10137         * src/stock_pixmap.c
10138         * src/stock_pixmap.h
10139         * src/summary_search.c
10140         * src/summary_search.h
10141         * src/summaryview.c
10142         * src/summaryview.h
10143         * src/syldap.c
10144         * src/syldap.h
10145         * src/textview.c
10146         * src/textview.h
10147         * src/toolbar.c
10148         * src/toolbar.h
10149         * src/undo.c
10150         * src/undo.h
10151         * src/unmime.c
10152         * src/unmime.h
10153         * src/vcard.c
10154         * src/vcard.h
10155         * src/wizard.c
10156         * src/wizard.h
10157         * src/common/base64.c
10158         * src/common/base64.h
10159         * src/common/defs.h
10160         * src/common/hooks.c
10161         * src/common/hooks.h
10162         * src/common/log.c
10163         * src/common/log.h
10164         * src/common/md5.c
10165         * src/common/md5.h
10166         * src/common/mgutils.c
10167         * src/common/mgutils.h
10168         * src/common/nntp.c
10169         * src/common/nntp.h
10170         * src/common/passcrypt.c
10171         * src/common/passcrypt.h.in
10172         * src/common/plugin.c
10173         * src/common/plugin.h
10174         * src/common/prefs.c
10175         * src/common/prefs.h
10176         * src/common/progressindicator.c
10177         * src/common/progressindicator.h
10178         * src/common/quoted-printable.c
10179         * src/common/quoted-printable.h
10180         * src/common/session.c
10181         * src/common/session.h
10182         * src/common/smtp.c
10183         * src/common/smtp.h
10184         * src/common/socket.c
10185         * src/common/socket.h
10186         * src/common/ssl.c
10187         * src/common/ssl.h
10188         * src/common/ssl_certificate.c
10189         * src/common/ssl_certificate.h
10190         * src/common/string_match.c
10191         * src/common/string_match.h
10192         * src/common/stringtable.c
10193         * src/common/sylpheed.c
10194         * src/common/sylpheed.h
10195         * src/common/template.c
10196         * src/common/template.h
10197         * src/common/timing.h
10198         * src/common/utils.c
10199         * src/common/utils.h
10200         * src/common/uuencode.c
10201         * src/common/uuencode.h
10202         * src/common/version.h.in
10203         * src/common/xml.c
10204         * src/common/xml.h
10205         * src/common/xmlprops.c
10206         * src/common/xmlprops.h
10207         * src/gtk/about.c
10208         * src/gtk/about.h
10209         * src/gtk/colorlabel.c
10210         * src/gtk/colorlabel.h
10211         * src/gtk/colorsel.c
10212         * src/gtk/colorsel.h
10213         * src/gtk/description_window.c
10214         * src/gtk/description_window.h
10215         * src/gtk/filesel.c
10216         * src/gtk/filesel.h
10217         * src/gtk/foldersort.c
10218         * src/gtk/foldersort.h
10219         * src/gtk/gtkutils.c
10220         * src/gtk/gtkutils.h
10221         * src/gtk/inputdialog.c
10222         * src/gtk/inputdialog.h
10223         * src/gtk/logwindow.c
10224         * src/gtk/logwindow.h
10225         * src/gtk/manage_window.c
10226         * src/gtk/manage_window.h
10227         * src/gtk/menu.c
10228         * src/gtk/menu.h
10229         * src/gtk/pluginwindow.c
10230         * src/gtk/pluginwindow.h
10231         * src/gtk/prefswindow.c
10232         * src/gtk/prefswindow.h
10233         * src/gtk/progressdialog.c
10234         * src/gtk/progressdialog.h
10235         * src/gtk/quicksearch.c
10236         * src/gtk/quicksearch.h
10237         * src/gtk/sslcertwindow.c
10238         * src/gtk/sslcertwindow.h
10239         * src/plugins/clamav/clamav_plugin.c
10240         * src/plugins/clamav/clamav_plugin.h
10241         * src/plugins/clamav/clamav_plugin_gtk.c
10242         * src/plugins/demo/demo.c
10243         * src/plugins/dillo_viewer/dillo_prefs.c
10244         * src/plugins/dillo_viewer/dillo_prefs.h
10245         * src/plugins/dillo_viewer/dillo_viewer.c
10246         * src/plugins/mathml_viewer/mathml_viewer.c
10247         * src/plugins/pgpcore/passphrase.c
10248         * src/plugins/pgpcore/passphrase.h
10249         * src/plugins/pgpcore/plugin.c
10250         * src/plugins/pgpcore/prefs_gpg.c
10251         * src/plugins/pgpcore/prefs_gpg.h
10252         * src/plugins/pgpcore/select-keys.c
10253         * src/plugins/pgpcore/select-keys.h
10254         * src/plugins/pgpcore/sgpgme.c
10255         * src/plugins/pgpcore/sgpgme.h
10256         * src/plugins/pgpinline/pgpinline.c
10257         * src/plugins/pgpinline/pgpinline.h
10258         * src/plugins/pgpinline/plugin.c
10259         * src/plugins/pgpmime/pgpmime.c
10260         * src/plugins/pgpmime/pgpmime.h
10261         * src/plugins/pgpmime/plugin.c
10262         * src/plugins/spamassassin/spamassassin.c
10263         * src/plugins/spamassassin/spamassassin.h
10264         * src/plugins/spamassassin/spamassassin_gtk.c
10265         * src/plugins/trayicon/trayicon.c
10266         * tools/OOo2sylpheed.pl
10267         * tools/acroread2sylpheed.pl
10268         * tools/asus_mailled.sh
10269         * tools/filter_conv.pl
10270         * tools/freshmeat_search.pl
10271         * tools/google_search.pl
10272         * tools/kmail2sylpheed.pl
10273         * tools/kmail2sylpheed_v2.pl
10274         * tools/maildir2sylpheed.pl
10275         * tools/multiwebsearch.pl
10276         * tools/newscache_clean.pl
10277         * tools/outlook2sylpheed.pl
10278         * tools/sylpheed-switcher
10279         * tools/update-po
10280         * tools/vcard2xml.py
10281         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10282                 update FSF address
10283
10284 2005-09-21 [colin]      1.9.14cvs46
10285
10286         * src/gedit-print.c
10287         * src/procmsg.c
10288         * src/procmsg.h
10289         * src/textview.c
10290         * src/summaryview.c
10291                 Remove some printing hacks (deselection/reselection),
10292                 which by the way fix printing the currently 
10293                 displayed mime part (still only text)
10294                 Plus a little optimisation of summary_show
10295
10296
10297 2005-09-20 [colin]      1.9.14cvs45
10298
10299         * src/mainwindow.c
10300         * src/messageview.c
10301                 GUI fixups: add accels, set message
10302                 view title to displayed mail's subject
10303         * src/prefs_spelling.c
10304         * src/gtk/gtkaspell.c
10305                 GUI fixups: allow underlining misspelled
10306                 words instead of coloring them (a11y!)
10307
10308 2005-09-19 [colin]
10309
10310         1.9.15rc3 released
10311
10312 2005-09-19 [colin]      1.9.14cvs44
10313
10314         * src/compose.c
10315                 Fix draft message
10316         * src/gtk/gtkaspell.c
10317                 Fix wrong test ;-)
10318
10319 2005-09-19 [colin]      1.9.14cvs43
10320
10321         * src/addressbook.c
10322                 Fix sensitivity of Delete button
10323         * src/compose.c
10324                 Warn if the requested Privacy system
10325                 is not available
10326         * src/exphtmldlg.c
10327         * src/expldifdlg.c
10328         * src/importldif.c
10329         * src/importmutt.c
10330         * src/importpine.c
10331                 Fix crappy UI
10332         * src/
10333         * src/ssl.h
10334         * src/prefs_account.h
10335         * src/prefs_account.c
10336                 Save SSL prefs even in builds that have
10337                 SSL support disable
10338         * src/imap.c
10339         * src/inc.c
10340         * src/news.c
10341         * src/send_message.c
10342                 Warn if connection should be secure, but
10343                 SSL support isn't compiled in
10344         * src/gtkaspell.c
10345                 Fix word separation on UTF-8 systems
10346                 Fixes bug #812 (Strange inline spellchecking)
10347         * src/compose.c
10348                 Warn if the requested Privacy system
10349                 is not available
10350                 Factorize offline warning
10351         * src/imap.c
10352         * src/imap_gtk.c
10353         * src/imap_gtk.h
10354         * src/inc.h
10355         * src/news_gtk.c
10356         * src/news_gtk.h
10357         * src/messageview.c
10358                 Factorize offline warning
10359
10360 2005-09-19 [paul]
10361
10362         1.9.15-rc2 released
10363
10364 2005-09-18 [colin]      1.9.14cvs42
10365
10366         * src/codeconv.c
10367         * src/codeconv.h
10368         * src/procmime.c
10369                 Add a way to get locale's charset ignoring utf-8,
10370                 and use that as default encoding for broken mails
10371
10372 2005-09-18 [colin]      1.9.14cvs41
10373
10374         * src/gtk/logwindow.c
10375                 Translate string. Patch by Fabien Vantard
10376
10377 2005-09-18 [colin]      1.9.14cvs40
10378
10379         * configure.ac
10380                 Fix bug #803 (IMAP/SSL support breaks with 
10381                 GnuTLS libetpan 0.38)
10382
10383 2005-09-18 [colin]      1.9.14cvs39
10384
10385         * src/codeconv.c
10386         * src/compose.c
10387         * src/procmime.c
10388                 More charsets fixes. Fixes bug #806 (non
10389                 ascii characters in subject line)
10390
10391 2005-09-17 [paul]       1.9.14cvs38
10392
10393         * src/folderview.c
10394         * src/mainwindow.c
10395                 fix gcc-2.95 issues
10396                 Patch by Pawel Pekala
10397
10398 2005-09-17 [colin]      1.9.14cvs37
10399
10400         * src/addrindex.c
10401                 bugfix for NO-USE LDAP compilation, patch 
10402                 by Fabien Vantard
10403
10404 2005-09-17 [colin]      1.9.14cvs36
10405
10406         * src/prefs_actions.c
10407         * src/prefs_customheader.c
10408         * src/prefs_display_header.c
10409         * src/prefs_filtering_action.c
10410         * src/prefs_matcher.c
10411         * src/prefs_toolbar.c
10412                 Fix strange casts (less elegant but
10413                 works better)
10414
10415 2005-09-16 [colin]      1.9.14cvs35
10416
10417         * src/jpilot.c
10418                 Missed that one
10419
10420 2005-09-16 [colin]      1.9.14cvs34
10421
10422         * configure.ac
10423         * src/Makefile.am
10424         * src/addr_compl.c
10425         * src/addrindex.c
10426         * src/browseldap.c
10427         * src/editldap.c
10428         * src/ldaplocate.c
10429         * src/ldapquery.c
10430         * src/ldapquery.h
10431         * src/ldapserver.c
10432         * src/ldapserver.h
10433         * src/main.c
10434         * src/matcher_parser_parse.y
10435         * src/prefs_themes.c
10436         * src/etpan/Makefile.am
10437         * src/gtk/description_window.c
10438         * src/plugins/clamav/Makefile.am
10439         * src/plugins/clamav/clamav_plugin.c
10440         * src/plugins/dillo_viewer/Makefile.am
10441         * src/plugins/pgpcore/Makefile.am
10442         * src/plugins/pgpinline/Makefile.am
10443         * src/plugins/pgpmime/Makefile.am
10444         * src/plugins/trayicon/Makefile.am
10445                 Fix 100% cpu usage in address completion list
10446                 Fix little bugs (return with no values etc)
10447                 Fix all warnings (with common CFLAGS)
10448
10449 2005-09-15 [colin]      1.9.14cvs33
10450
10451         * src/addressbook.c
10452                 Fix bug where sometimes a group's email list is empty,
10453                 force its refresh (probably fixes "Re: how to create a 
10454                 distribution list")
10455         * src/ldapquery.c
10456                 Don't return to the callback in the main thread from the
10457                 fetch thread (or face segs!)
10458
10459 2005-09-15 [paul]       1.9.14cvs32
10460
10461         * src/prefs_matcher.c
10462                 forgotten in last commit
10463
10464 2005-09-15 [paul]       1.9.14cvs31
10465
10466         * src/prefs_actions.c
10467         * src/prefs_filtering_action.c
10468         * src/prefs_quote.c
10469         * src/quote_fmt.c
10470         * src/summaryview.c
10471         * src/gtk/description_window.c
10472         * src/gtk/description_window.h
10473         * src/gtk/quicksearch.c
10474                 allow interaction with the called
10475                 description window
10476                 Patch by Anders Hammar
10477
10478 2005-09-14 [paul]       1.9.14cvs30
10479
10480         * src/compose.c
10481                 fix a little annoyance when pasting with 3rd button 
10482                 with wrap_pastes=0 and wrap_input=1
10483                 Patch by Colin
10484
10485 2005-09-14 [paul]       1.9.14cvs29
10486
10487         * src/prefs_account.c
10488                 disable 'Filter messages on receiving' for
10489                 SMTP-only accounts
10490                 Patch  by Anders Hammar
10491
10492 2005-09-14 [paul]       1.9.14cvs28
10493
10494         * po/sk.po
10495                 fix crash
10496                 updated by Andrej Kacian
10497
10498 2005-09-14 [paul]
10499
10500         1.9.15-rc1 released
10501
10502 2005-09-14 [paul]       1.9.14cvs27
10503
10504         * po/es.po
10505                 updated by Ricardo Mones Lastra
10506         * src/compose.c
10507         * src/compose.h
10508                 associate no_wrap_tags to Compose windows
10509                 instead of using a static one
10510                 Patch by Colin
10511         * src/mbox.c
10512                 fix proc_mbox()
10513                 Patch by wwp
10514         * src/textview.c
10515                 remove unneeded printf()
10516
10517 2005-09-14 [paul]       1.9.14cvs26
10518
10519         * src/addrcache.c
10520         * src/codeconv.h
10521         * src/folder.h
10522         * src/mainwindow.h
10523         * src/mh.c
10524         * src/mimeview.h
10525         * src/partial_download.c
10526         * src/pop.c
10527         * src/prefs_account.c
10528         * src/prefs_account.h
10529         * src/prefs_actions.c
10530         * src/prefs_customheader.c
10531         * src/prefs_display_header.c
10532         * src/prefs_filtering_action.c
10533         * src/prefs_matcher.c
10534         * src/prefs_toolbar.c
10535         * src/privacy.h
10536         * src/procmime.c
10537         * src/procmime.h
10538         * src/procmsg.h
10539         * src/textview.c
10540         * src/undo.h
10541         * src/common/plugin.c
10542         * src/common/session.h
10543         * src/common/socket.c
10544         * src/common/socket.h
10545         * src/common/template.c
10546         * src/gtk/gtkaspell.c
10547         * src/gtk/quicksearch.h
10548         * src/plugins/pgpcore/passphrase.c
10549         * src/plugins/pgpcore/prefs_gpg.h
10550         * src/plugins/pgpcore/select-keys.c
10551         * src/plugins/pgpcore/select-keys.h
10552         * src/plugins/pgpcore/sgpgme.c
10553         * src/plugins/pgpinline/pgpinline.c
10554         * src/plugins/pgpmime/pgpmime.c
10555         * src/plugins/trayicon/trayicon.c
10556                 fix compilation warnings
10557                 Patch by Daniel Gustafson
10558
10559 2005-09-14 [paul]       1.9.14cvs25
10560
10561         * src/addressbook.c
10562                 add missing column header, and other small
10563                 bug fixes
10564                 Patch by Anders Hammar
10565
10566 2005-09-13 [colin]      1.9.14cvs24
10567
10568         * src/gtk/gtkaspell.c
10569                 Fix non-utf8 in menu
10570                 Fix little leaks
10571                 Nullify struct members after free()s
10572
10573 2005-09-13 [colin]      1.9.14cvs23
10574
10575         * src/compose.c
10576                 Test utf8 compliance before inserting to 
10577                 buffer, and try to convert if necessary
10578         * src/procmime.c
10579                 If no charset is present, use the locale 
10580                 one instead of us-ascii
10581         * src/procmsg.c
10582                 Add Sender, List-Post and To in the checked 
10583                 headers for automatic rules creation 
10584                 (thanks to wwp)
10585         * src/prefs_themes.c
10586         * src/gtk/gtkaspell.c
10587                 Remove deprecated functions. 
10588                 patch by Daniel Gustafson
10589
10590 2005-09-12 [colin]      1.9.14cvs22
10591
10592         * src/compose.c
10593                 Fix bug #448 (Scrolling/Redraw issue with 
10594                 address-fields in Header)
10595         * src/mainwindow.c
10596         * src/summaryview.c
10597         * src/summaryview.h
10598                 Fix loss of MSG_MARKED on move/copy
10599                 Fix bug #804 (Quicksearch togglebutton doesn't 
10600                 get depressed after '/' key is pressed)
10601
10602 2005-09-12 [paul]       1.9.14cvs21
10603
10604         * AUTHORS
10605         * src/gtk/logwindow.c
10606                 add 'Clear Log' to popup menu
10607                 Patch by Anders Hammar <anders.hammar@telia.com>
10608
10609 2005-09-12 [paul]       1.9.14cvs20
10610
10611         * src/compose.c
10612                 set correct sensitivity on attachments
10613                 popup menu
10614         * src/folder.c
10615                 fix typo
10616         * src/prefs_spelling.c
10617                 fix crash when no LANG env is set
10618         * src/common/xml.c
10619                 fix crash in wizard
10620                 don't use memeory after free
10621
10622         All patches by Daniel Gustafson
10623
10624 2005-09-12 [paul]       1.9.14cvs19
10625
10626         * src/prefs_themes.c
10627                 make theme info selectable
10628         * src/gtk/description_window.c
10629                 make window non-modal
10630         * tools/README
10631                 add details of asus_mailed.sh
10632         * tools/claws.i18n.status.pl
10633                 update for new zh_TW translator
10634                 widen the output
10635                 create alternate coloured lines
10636                 improve readability
10637
10638 2005-09-10 [colin]      1.9.14cvs18
10639
10640         * src/plugins/pgpcore/select-keys.c
10641                 Better order for the buttons
10642
10643 2005-09-10 [colin]      1.9.14cvs17
10644
10645         * src/compose.c
10646         * src/plugins/pgpcore/select-keys.c
10647         * src/plugins/pgpcore/select-keys.h
10648         * src/plugins/pgpcore/sgpgme.c
10649                 Add a "Don't encrypt" button to the key
10650                 selection dialog. Fixes bug #177 (There should be a 
10651                 'Don't encrypt button in the Select Keys dialog)
10652
10653 2005-09-10 [colin]      1.9.14cvs16
10654
10655         * src/compose.c
10656                 Fix bug #572 (%X option does not work with templates)
10657
10658 2005-09-10 [colin]      1.9.14cvs15
10659
10660         * src/toolbar.c 
10661                 Remove g_print
10662
10663 2005-09-10 [colin]      1.9.14cvs14
10664
10665         * src/imap.c
10666                 Fix a possible crash
10667
10668 2005-09-09 [colin]      1.9.14cvs13
10669
10670         * src/imap.c
10671         * src/etpan/imap-thread.c
10672         * src/etpan/imap-thread.h
10673                 Fix moving from queue or drafts to normal folders
10674                 Fix bug #794 (No way to delete without expunging)
10675                 Take flags unset by other mailers into account
10676                 Take deleted flag set by other mailers into account
10677                 Fix unsetting REPLIED flag
10678                 Fix crash when capabilities can't be retrieved
10679         * src/mainwindow.c
10680         * src/mainwindow.h
10681                 Add M_DELAYED_FLAGS condition, and let the user use
10682                 Execute in order to be able to expunge deleted mails,
10683                 even if he's not in delayed execute mode
10684         * src/prefs_spelling.c
10685                 Use 'en' dictionary by default if LANG is POSIX or C
10686         * src/gtk/prefswindow.c
10687                 Fix bug #767 (Preferences windows expanding) by making
10688                 the window a bit larger when the resolution is greater
10689                 than 640x480, and by putting the prefs in a
10690                 GtkScrolledWindow.
10691
10692 2005-09-09 [paul]       1.9.14cvs12
10693
10694         * AUTHORS
10695         * configure.ac
10696         * po/zh_TW.Big5.po      ** REMOVED **
10697         * po/zh_TW.po           ** ADDED **
10698                 updated by Wei-Lun Chao
10699
10700 2005-09-09 [paul]       1.9.14cvs11
10701
10702         * src/mainwindow.c
10703                 fix asserts
10704         * src/common/xml.c
10705                 delay memory allocation until file is
10706                 opened successfully
10707                 Patch by Daniel Gustafson
10708
10709 2005-09-09 [colin]      1.9.14cvs10
10710
10711         * src/imap.c
10712                 Add guards
10713
10714 2005-09-08 [colin]      1.9.14cvs9
10715
10716         * src/compose.c
10717                 Alert when we can't save draft
10718                 Fix various wrap/color issues
10719                 Add mid-click pasting respecting wrap_paste option
10720         * src/folder.c
10721         * src/folder.h
10722         * src/folder_item_prefs.c
10723         * src/folder_item_prefs.h
10724         * src/imap.c
10725         * src/imap_gtk.c
10726         * src/imap_gtk.h
10727         * src/main.c
10728         * src/mainwindow.c
10729         * src/mainwindow.h
10730         * src/news.c
10731         * src/news_gtk.c
10732         * src/news_gtk.h
10733         * src/prefs_folder_item.c
10734                 Fix the impossibility to synchronise folders for
10735                 offline use (IMAP and NNTP are concerned)
10736
10737 2005-09-08 [colin]      1.9.14cvs8
10738
10739         * configure.ac
10740                 Build LDAP and JPilot by default if available
10741         * src/textview.c
10742                 Fix use after free
10743
10744 2005-09-08 [paul]       1.9.14cvs7
10745
10746         * doc/manual/en/sylpheed-1.html
10747         * doc/manual/en/sylpheed-18.html
10748         * doc/manual/en/sylpheed-19.html
10749         * doc/manual/en/sylpheed-4.html
10750         * doc/manual/en/sylpheed-6.html
10751         * doc/manual/en/sylpheed.html
10752                 a few minor updates, plus include some
10753                 details about plugins and their requirements
10754         * src/mainwindow.c
10755                 minor changes to English in /View/Sort
10756
10757 2005-09-07 [colin]      1.9.14cvs6
10758
10759         * doc/manual/en/sylpheed-1.html
10760         * doc/manual/en/sylpheed-10.html
10761         * doc/manual/en/sylpheed-11.html
10762         * doc/manual/en/sylpheed-12.html
10763         * doc/manual/en/sylpheed-13.html
10764         * doc/manual/en/sylpheed-14.html
10765         * doc/manual/en/sylpheed-15.html
10766         * doc/manual/en/sylpheed-16.html
10767         * doc/manual/en/sylpheed-17.html
10768         * doc/manual/en/sylpheed-18.html
10769         * doc/manual/en/sylpheed-19.html
10770         * doc/manual/en/sylpheed-2.html
10771         * doc/manual/en/sylpheed-20.html
10772         * doc/manual/en/sylpheed-21.html
10773         * doc/manual/en/sylpheed-22.html
10774         * doc/manual/en/sylpheed-3.html
10775         * doc/manual/en/sylpheed-4.html
10776         * doc/manual/en/sylpheed-5.html
10777         * doc/manual/en/sylpheed-6.html
10778         * doc/manual/en/sylpheed-7.html
10779         * doc/manual/en/sylpheed-8.html
10780         * doc/manual/en/sylpheed-9.html
10781         * doc/manual/en/sylpheed.html
10782                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10783
10784 2005-09-07 [colin]      1.9.14cvs5
10785
10786         * src/mainwindow.c
10787                 Make labels more to-the-point
10788
10789 2005-09-07 [colin]      1.9.14cvs4
10790
10791         * doc/manual/en/sylpheed-1.html
10792         * doc/manual/en/sylpheed-12.html
10793         * doc/manual/en/sylpheed-13.html
10794         * doc/manual/en/sylpheed-14.html
10795         * doc/manual/en/sylpheed-15.html
10796         * doc/manual/en/sylpheed-16.html
10797         * doc/manual/en/sylpheed-17.html
10798         * doc/manual/en/sylpheed-18.html
10799         * doc/manual/en/sylpheed-19.html
10800         * doc/manual/en/sylpheed-2.html
10801         * doc/manual/en/sylpheed-20.html
10802         * doc/manual/en/sylpheed-21.html
10803         * doc/manual/en/sylpheed-22.html
10804         * doc/manual/en/sylpheed-4.html
10805         * doc/manual/en/sylpheed-5.html
10806         * doc/manual/en/sylpheed-6.html
10807         * doc/manual/en/sylpheed-7.html
10808         * doc/manual/en/sylpheed-8.html
10809         * doc/manual/en/sylpheed-9.html
10810         * doc/manual/en/sylpheed.html
10811                 Update manual
10812
10813 2005-09-07 [colin]      1.9.14cvs3
10814
10815         * doc/faq/en/sylpheed-faq-1.html
10816         * doc/faq/en/sylpheed-faq-2.html
10817         * doc/faq/en/sylpheed-faq-3.html
10818         * doc/faq/en/sylpheed-faq.html
10819                 Update FAQ
10820
10821 2005-09-07 [colin]      1.9.14cvs2
10822
10823         * src/folderview.c
10824         * src/procmsg.c
10825         * src/summaryview.c
10826         * src/toolbar.c
10827                 Fix special subfolders:
10828                 - Inherit parent's icon
10829                 - sent contents of queues subfolders
10830                 - empty subfolders of trashes
10831         * src/mainwindow.c
10832                 Remove outdated manual and faq entries
10833         * src/common/utils.c
10834                 Add quotes around %s coming from mailcap
10835
10836 2005-09-07 [colin]      1.9.14cvs1
10837
10838         * src/compose.c
10839                 After saving draft, set modified to FALSE
10840         * src/mimeview.c
10841         * src/common/utils.c
10842         * src/common/utils.h
10843                 Try to open mime parts using what is 
10844                 indicated in ~/.mailcap or /etc/mailcap,
10845                 if possible.
10846
10847 2005-09-05 [paul]       1.9.14
10848
10849         1.9.14 released
10850
10851         * po/sk.po
10852                 updated by Andrej Kacian
10853
10854 2005-09-05 [paul]       1.9.13cvs83
10855
10856         * po/de.po
10857         * po/es.po
10858         * po/fi.po
10859         * po/fr.po
10860         * po/nb.po
10861         * po/pt_BR.po
10862         * po/sr.po
10863                 updated translations by Thomas Gilgin, Ricardo Mones
10864                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10865                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10866
10867 2005-09-04 [paul]       1.9.13cvs82
10868
10869         * src/compose.c
10870                 only warn about exceeded line length limit
10871                 on send
10872
10873 2005-09-04 [paul]       1.9.13cvs81
10874
10875         * src/compose.c
10876                 fix crash in 'line length exceeded' dialogue
10877
10878 2005-09-02 [paul]       1.9.13cvs80
10879
10880         * src/imap.c
10881                 fix bug 795, 'Connection lost IMAP'
10882                 and add statusbar prints
10883                 Patch by Colin
10884
10885 2005-09-02 [paul]       1.9.13cvs79
10886
10887         * src/compose.c
10888                 compose_wrap_paragraph() becomes
10889                 compose_beautify_paragraph()
10890                 Patch by Colin
10891
10892 2005-09-02 [colin]      1.9.13cvs78
10893
10894         * src/folderview.c
10895                 Micro-fix
10896
10897 2005-09-01 [colin]      1.9.13cvs77
10898
10899         * src/imap.c
10900                 Maybe fix bug #795 (Connection lost IMAP)
10901                 Don't try to send logout when we're disconnected.
10902         * src/summaryview.c
10903                 Include locked and marked emails in HRM
10904                 view. Fixes bug #800 (Locked messages no longer 
10905                 show up when hide read messages is used)
10906
10907 2005-09-01 [paul]       1.9.13cvs76
10908
10909         * src/prefs_common.c
10910                 fix bad cutting
10911
10912 2005-08-31 [colin]      1.9.13cvs75
10913
10914         * src/folderview.c
10915         * src/folderview.h
10916         * src/prefs_summaries.c
10917         * src/summaryview.c
10918                 Fix "go to next new", fix preference
10919                 (Open unread/next swapped)
10920
10921 2005-08-31 [paul]       1.9.13cvs74
10922
10923         * src/compose.c
10924         * src/folderview.c
10925         * src/headerview.c
10926         * src/headerview.h
10927         * src/mainwindow.c
10928         * src/prefs_common.c
10929         * src/prefs_common.h
10930         * src/prefs_fonts.c
10931         * src/summaryview.c
10932         * src/textview.c
10933         * src/common/defs.h
10934                 remove obsolete BOLD_FONT setting
10935                 fix font update in headerview and textview
10936                 headers after prefs change
10937                 Patch By Colin
10938
10939 2005-08-31 [paul]
10940
10941         1.9.14-rc4 released
10942
10943 2005-08-30 [colin]      1.9.13cvs73
10944
10945         * src/summaryview.c
10946                 When Hide read messages is selected and we
10947                 refresh the summaryview, don't remove the 
10948                 currently displayed message. Fixes bug #797
10949                 (Summary view reloads when new mail is 
10950                 downloaded in 1.9.14 rc)
10951
10952 2005-08-30 [colin]      1.9.13cvs72
10953
10954         * src/folderview.c
10955                 Fix flickering
10956         * src/mainwindow.c
10957                 Remove useless callback
10958         * src/mimeview.c
10959         * src/gtk/filesel.c
10960         * src/gtk/filesel.h
10961                 Add a filesel_select_file_save_folder() - used by Save All
10962
10963 2005-08-29 [paul]       1.9.13cvs71
10964
10965         * AUTHORS
10966         * src/matcher_parser_parse.y
10967         * src/etpan/imap-thread.c
10968                 fix building on FreeBSD
10969                 Patch by Daniel Gustafson <daniel@hobbit.se>
10970
10971 2005-08-29 [paul]       1.9.13cvs70
10972
10973         * src/plugins/pgpinline/pgpinline.c
10974                 only initialise sig result if it's been handled
10975                 Patch by Colin
10976
10977 2005-08-29 [paul]       1.9.13cvs69
10978         
10979         Patches by Colin:
10980
10981         * src/imap.c
10982         * src/common.utils.c
10983         * src/common/utils.h
10984                 optimisation
10985         * src/stock_pixmap.h
10986                 fix wrong icon reference
10987         * src/pixmaps/trash_btn.xpm
10988                 replace with nicer image
10989
10990 2005-08-28 [colin]      1.9.13cvs68
10991
10992         * src/Makefile.am
10993         * src/stock_pixmap.c
10994         * src/stock_pixmap.h
10995         * src/toolbar.c
10996         * src/pixmaps/trash_btn.xpm
10997                 Add a specific trash xpm for the button
10998
10999 2005-08-28 [colin]      1.9.13cvs67
11000
11001         * src/imap.c
11002                 Fix leak
11003
11004 2005-08-27 [colin]      1.9.13cvs66
11005
11006         * src/imap.c
11007         * src/procmime.c
11008                 Correctly fix "Problem with replies", fixes
11009                 pgpmime encryption too. 
11010
11011 2005-08-27 [colin]      1.9.13cvs65
11012
11013         * src/folder.c
11014         * src/procmsg.c
11015         * src/procmsg.h
11016         * src/summaryview.c
11017                 Fix bug #517 (messages removed from summaryview 
11018                 when moving fails)
11019
11020 2005-08-27 [colin]      1.9.13cvs64
11021
11022         * tools/Makefile.am
11023         * tools/asus_mailled.sh
11024                 Add a script to blink ASUS laptops' mail LED where there
11025                 is unread mail.
11026
11027 2005-08-27 [colin]      1.9.13cvs63
11028
11029         * src/imap.c
11030         * src/etpan/imap-thread.c
11031         * src/etpan/imap-thread.h
11032                 Implement automatic choosing of login method
11033                 Fixes bug #791
11034         * src/gtk/.cvsignore
11035                 Add sylpheed-marshal.[ch]
11036
11037 2005-08-27 [colin]      1.9.13cvs62
11038
11039         * src/common/utils.c
11040                 Fix confusing perror
11041
11042 2005-08-27 [colin]      1.9.13cvs61
11043
11044         * src/toolbar.c
11045         * src/toolbar.h
11046                 Remove A_DELETE, replace it with 
11047                 A_TRASH and A_DELETE_REAL. Automatically
11048                 rewrite config files to replace A_DELETE
11049                 with A_TRASH (no functionality change).
11050                 Fixes half of #794
11051
11052 2005-08-26 [colin]      1.9.13cvs60
11053
11054         * src/procmime.c
11055                 Previous "Problem with replies" fix brought other
11056                 problems, fixing them
11057
11058 2005-08-26 [colin]      1.9.13cvs59
11059
11060         * src/procmime.c
11061                 Fix "Problem with replies". This happened only
11062                 on IMAP...
11063         * src/procmsg.c
11064                 Factorize code a bit
11065         * src/compose.c
11066                 Speed improvement on very long messages (wrapping)
11067                 Fix signature color on Reedit and Redirect
11068                 On Reedit, don't attach pgp-signatures parts, but
11069                 set signing to On.
11070
11071 2005-08-24 [paul]       1.9.13cvs58
11072
11073         * src/compose.c
11074                 don't claim success when clicking
11075                 Cancel on the passphrase box.
11076                 Patch by Colin
11077
11078 2005-08-24 [paul]       1.9.13cvs57
11079
11080         * src/main.c
11081                 fix misplaced sylpheed.log
11082         * src/common/defs.h
11083                 define UIDL_DIR
11084
11085 2005-08-24 [paul]       1.9.13cvs56
11086
11087         * src/imap.c
11088         * src/etpan/imap-thread.c
11089         * src/etpan/imap-thread.h
11090                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11091                 Patch by Colin
11092         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11093         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11094                 remove autogenerated files
11095         * tools/kdeservicemenu/README
11096         * tools/kdeservicemenu/install.sh
11097         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11098         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11099                 use Claws icon, use 'Sylpheed-Claws' in menu,
11100                 use kdialog, and other cleanups
11101
11102 2005-08-23 [paul]       1.9.13cvs55
11103
11104         * src/compose.c
11105                 fix paste/wrap crash
11106                 Patch by Colin
11107
11108 2005-08-23 [paul]       1.9.13cvs54
11109
11110         * src/main.c
11111                 fix crash recovery
11112                 Patch by Colin
11113
11114 2005-08-23 [paul]       1.9.13cvs53
11115
11116         * src/addressbook.c
11117         * src/editaddress.c
11118                 view all data of LDAP contacts
11119                 Patch by Colin
11120
11121 2005-08-23 [paul]       1.9.13cvs52
11122
11123         * src/addressbook.c
11124                 fix issues with the Search field
11125                 Patch by Colin
11126
11127 2005-08-22 [paul]       1.9.13cvs51
11128
11129         * src/folderview.c
11130                 put name of folder in processing dialog
11131                 title
11132         * src/prefs_folder_item.c
11133                 improve english usage
11134
11135 2005-08-22 [paul]       1.9.13cvs50
11136
11137         * src/filtering.c
11138         * src/filtering.h
11139         * src/matcher.c
11140         * src/matcher_parser_lex.l
11141         * src/matcher_parser_parse.y
11142         * src/prefs_filtering.c
11143                 add Filtering/Processing rule names feature.
11144                 (the incompatible old matcherrc is saved as
11145                 matcherrc.pre_names).
11146                 Patch by Colin
11147
11148 2005-08-22 [paul]       1.9.13cvs49
11149
11150         * src/procmsg.c
11151                 fix colour labelling
11152                 Patch by Colin
11153
11154 2005-08-22 [paul]       1.9.13cvs48
11155
11156         * src/textview.c
11157                 fix open_image_cb()
11158
11159 2005-08-22 [paul]       1.9.13cvs47
11160
11161         * src/imap.c
11162                 fix bug 789, 'SC crashes with imap (CVS ver)'
11163                 Patch by Colin
11164
11165 2005-08-22 [paul]       1.9.13cvs46
11166
11167         * src/mimeview.c
11168         * src/prefs_common.c
11169         * src/common/defs.h
11170                 define reused defaults in defs.h
11171         * src/textview.c
11172                 add 'Open image' to image popup menu
11173
11174 2005-08-21 [colin]      1.9.13cvs45
11175
11176         * src/summaryview.c
11177                 Fix bug #788 (Bogus "From" address displayed)
11178
11179 2005-08-20 [colin]      1.9.13cvs44
11180
11181         * src/folder.c
11182                 Fix buf #787 (multilevel delete causes SIGSEGV)
11183
11184 2005-08-19 [colin]      1.9.13cvs43
11185
11186         * src/inc.c
11187         * src/prefs_common.c
11188         * src/prefs_common.h
11189                 Add an hidden pref to allow modifying the
11190                 update stepping in incorporation.
11191                 Patch by wwp.
11192
11193 2005-08-19 [colin]      1.9.13cvs42
11194
11195         * src/compose.c
11196         * src/procmime.c
11197                 Workaround for broken MUAs: encode 
11198                 Content-type: name: as ASCII and 
11199                 Content-Disposition: filename: as
11200                 per rfc2231
11201         * src/prefs_account.c
11202                 Fix invisible-ness of SMTP SSL prefs
11203                 in NNTP accounts
11204
11205 2005-08-19 [paul]       1.9.13cvs41
11206
11207         * src/compose.c
11208         * src/prefs_common.c
11209         * src/prefs_common.h
11210         * src/prefs_wrapping.c
11211                 paste with or without wrapping.
11212                 patch by Colin
11213
11214 2005-08-19 [paul]       1.9.13cvs40
11215
11216         * src/prefs_common.c
11217         * src/prefs_common.h
11218         * src/summaryview.c
11219                 reintroduce enable_swap_from as a
11220                 hidden pref. patch by Colin
11221         * src/quote_fmt_parse.y
11222         * src/plugins/clamav/clamav_plugin.c
11223         * src/plugins/dillo_viewer/dillo_viewer.c
11224         * src/plugins/mathml_viewer/mathml_viewer.c
11225         * src/plugins/pgpcore/sgpgme.c
11226         * src/plugins/pgpinline/pgpinline.c
11227         * src/plugins/pgpmime/pgpmime.c
11228                 tidy up. patch by Colin
11229
11230 2005-08-19 [paul]       1.9.13cvs39
11231
11232         * configure.ac
11233                 complete cvs38's sync
11234         * src/editaddress.c
11235         * src/gedit-print.c
11236         * src/mutt.c
11237         * src/etpan/etpan-log.c
11238         * src/etpan/imap-thread.c
11239         * src/gtk/gtksourceprintjob.c
11240                 fix compilation warnings
11241                 (patch by Colin)
11242
11243 2005-08-19 [paul]       1.9.13cvs38
11244
11245         sync with main:
11246
11247         * src/account.c
11248         * src/action.c
11249         * src/addrbook.c
11250         * src/addrcache.c
11251         * src/addrharvest.c
11252         * src/addrindex.c
11253         * src/codeconv.c
11254         * src/compose.c
11255         * src/crash.c
11256         * src/exporthtml.c
11257         * src/exportldif.c
11258         * src/folder.c
11259         * src/image_viewer.c
11260         * src/inc.c
11261         * src/inc.h
11262         * src/jpilot.c
11263         * src/ldif.c
11264         * src/main.c
11265         * src/matcher.c
11266         * src/mbox.c
11267         * src/messageview.c
11268         * src/mh.c
11269         * src/mimeview.c
11270         * src/msgcache.c
11271         * src/mutt.c
11272         * src/news.c
11273         * src/partial_download.c
11274         * src/pine.c
11275         * src/pop.c
11276         * src/prefs_actions.c
11277         * src/prefs_common.c
11278         * src/prefs_customheader.c
11279         * src/prefs_display_header.c
11280         * src/prefs_gtk.c
11281         * src/prefs_themes.c
11282         * src/procheader.c
11283         * src/procmime.c
11284         * src/procmsg.c
11285         * src/recv.c
11286         * src/send_message.c
11287         * src/simple-gettext.c
11288         * src/sourcewindow.c
11289         * src/textview.c
11290         * src/vcard.c
11291         * src/common/defs.h
11292         * src/common/log.c
11293         * src/common/plugin.c
11294         * src/common/prefs.c
11295         * src/common/session.c
11296         * src/common/session.h
11297         * src/common/socket.c
11298         * src/common/socket.h
11299         * src/common/ssl_certificate.c
11300         * src/common/template.c
11301         * src/common/utils.c
11302         * src/common/utils.h
11303         * src/common/xml.c
11304         * src/gtk/about.c
11305         added wrappers for C library function that
11306                 take pathname arguments.
11307                 enabled compilation with MinGW.
11308                 use GDir instead of directly using opendir().
11309                 added rename_force().
11310
11311 2005-08-19 [paul]       1.9.13cvs37
11312         
11313         patches by Colin:
11314         * src/compose.c
11315                 fix privacy settings on re-editing
11316                 a sent message
11317         * src/jpilot.c
11318                 fix encoding bug
11319         * src/folder.c
11320         * src/procmsg.c
11321         * src/procmsg.h
11322         * src/summaryview.c
11323                 flag changing optimisation
11324
11325 2005-08-18 [martin]     1.9.13cvs36
11326
11327         * commitHelper
11328             added my login
11329         * src/addrcache.c
11330         * src/addrharvest.c
11331         * src/addrindex.c
11332         * src/compose.c
11333         * src/grouplistdialog.c
11334         * src/main.c
11335         * src/mainwindow.c
11336         * src/msgcache.c
11337         * src/mutt.c
11338         * src/pine.c
11339         * src/prefs_account.c
11340         * src/prefs_themes.c
11341         * src/stock_pixmap.c
11342         * src/summaryview.c
11343         * src/gtk/about.c
11344         * src/gtk/logwindow.c
11345             removed deprecated glib and gdk stuff
11346         * src/plugins/pgpcore/select-keys.c
11347             convert attributes from locale to utf8
11348
11349 2005-08-17 [paul]       1.9.13cvs35
11350
11351         * src/account.c
11352         * src/addressbook.c
11353                 use new GTK_STOCK_ icons if available
11354         * src/summaryview.c
11355         * src/gtk/gtksctree.c
11356         * src/gtk/gtksctree.h
11357                 faster range select. patch by Colin
11358
11359 2005-08-17 [paul]       1.9.13cvs34
11360
11361         patches by colin:
11362         * src/addressbook.c
11363         * src/addressitem.h
11364                 Add an edit button for contacts, fix selections
11365                 of gtksctree items
11366         * src/editaddress.c
11367                 Change labels, let Save be always possible in the
11368                 email and user atributes tabs
11369         * src/folderview.c
11370                 fix sort issues
11371         * src/summaryview.c
11372                 select next item instead of the displayed one
11373                 after deletion
11374
11375         * src/gtk/progressdialog.c
11376                 use prefs_common.enable_rules_hint
11377
11378 2005-08-13 [hoa]        1.9.13cvs33
11379
11380         * src/etpan/imap-thread.c
11381                 fixed build on Solaris.
11382
11383 2005-08-10 [colin]      1.9.13cvs32
11384
11385         * src/procmsg.c
11386                 Fix cvs31 (missing fclose before reading
11387                 the file)
11388
11389 2005-08-10 [colin]      1.9.13cvs31
11390
11391         * src/procmsg.c
11392                 Fix procmsg_msginfo_new_from_mimeinfo() when
11393                 the MimeInfo isn't stored in memory. This fixes
11394                 replying to an attached message.
11395
11396 2005-08-10 [colin]      1.9.13cvs30
11397
11398         * src/mainwindow.c
11399                 Fix slowness in account changing
11400
11401 2005-08-10 [colin]      1.9.13cvs29
11402
11403         * src/folder.c
11404         * src/folderutils.c
11405         * src/folderview.c
11406         * src/imap_gtk.c
11407         * src/mainwindow.c
11408         * src/mh_gtk.c
11409         * src/procmsg.c
11410         * src/summaryview.c
11411                 Optimize folder_has_parent_of_type
11412                 Prevent moving special sub-folders from contextual menus
11413                 Rework message a bit ("Empty all messages" -> "Delete all
11414                 messages")
11415                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11416                 and "Deleted Items" folders)
11417
11418 2005-08-08 [colin]      1.9.13cvs28
11419
11420         * src/summaryview.c
11421         * src/prefs_summaries.c
11422                 Make "Select first unread|new" more flexible
11423                 (just prioritize new or unread)
11424
11425 2005-08-08 [colin]      1.9.13cvs27
11426
11427         * src/summaryview.c
11428                 If "select first new" is selected and there only
11429                 are unread messages, fallback to "select first
11430                 unread".
11431
11432 2005-08-08 [colin]      1.9.13cvs26
11433
11434         * src/folder.c
11435                 Fix shameful bugs (and bug #779)
11436
11437 2005-08-08 [colin]      1.9.13cvs25
11438
11439         * src/folder.c
11440         * src/folder.h
11441                 Cache parents' type to make folder_has_parent_of_type
11442                 faster
11443         * src/folderview.c
11444                 Forbid DnD of special sub-folders
11445         * src/procmsg.c
11446         * src/procmsg.h
11447                 Add MAIL_POSTFILTERING_HOOK
11448         * src/summaryview.c
11449                 Revert over-zealous deletion of the use_addr_book 
11450                 code
11451
11452 2005-08-07 [colin]      1.9.13cvs24
11453
11454         * src/folder.c
11455                 Fix big mistake (passing MsgInfo instead 
11456                 of FolderItem)
11457
11458 2005-08-07 [colin]      1.9.13cvs23
11459
11460         * src/compose.c
11461         * src/folder.c
11462         * src/folder.h
11463         * src/foldersel.c
11464         * src/folderutils.c
11465         * src/folderview.c
11466         * src/imap.c
11467         * src/mainwindow.c
11468         * src/messageview.c
11469         * src/mh.c
11470         * src/msgcache.c
11471         * src/procmime.c
11472         * src/summaryview.c
11473                 Make subfolders of Drafts, Queue, Outbox, Trash
11474                 work like their parents. 
11475                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11476
11477 2005-08-07 [colin]      1.9.13cvs22
11478
11479         * src/addressbook.c
11480                 Fix bug #771 (Dragged contacts not saved)
11481
11482 2005-08-07 [paul]       1.9.13cvs21
11483
11484         * src/summaryview.c
11485                 fix bug 32 'Search Doesn't display results
11486                 if "Hide Read Messages" is chosen'
11487                 be more literal in interpreting 'Hide read
11488                 messages'
11489
11490 2005-08-07 [colin]      1.9.13cvs20
11491
11492         * src/folderview.c
11493                 Add debug
11494         * src/summaryview.c
11495                 Faster 'unthread_for_execution'
11496
11497 2005-08-06 [paul]       1.9.13cvs19
11498
11499         * src/mainwindow.c
11500                 add mnemonics to Set displayed columns
11501                 fix bug where msgview_visible option was
11502                 overwritten as TRUE on startup
11503
11504 2005-08-06 [paul]       1.9.13cvs18
11505
11506         * src/mainwindow.c
11507                 refer to 'displayed columns in folder/message
11508                 list' not 'displayed items in summary/message view'
11509         * src/prefs_display_header.c
11510                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11511                 be consistent with similar dialogues
11512         * src/prefs_folder_column.c
11513         * src/prefs_summary_column.c
11514                 'columns' not 'items', and folder and message lists,
11515                 instead of folder and summary views;
11516                 Use 'Hidden columns' as list heading not 'Available
11517                 items';
11518                 move the 'Remove' button to the right hand side;
11519                 top-align the buttons;
11520                 remove unneeded vbox
11521         * src/prefs_summaries.c
11522                 put the 2 column prefs buttons in a frame to reduce
11523                 overall width; refer to columns not items &c.
11524
11525 2005-08-05 [colin]      1.9.13cvs17
11526
11527         * src/prefs_common.c
11528         * src/prefs_common.h
11529         * src/mainwindow.c
11530         * src/compose.c
11531         * src/messageview.c
11532                 Add an hidden toolbar_detachable pref, so
11533                 that I can get rid of these painful handles
11534                 in the toolbars. Defaults to TRUE to avoid
11535                 changing the GUI on unsuspecting people...
11536
11537 2005-08-05 [colin]      1.9.13cvs16
11538
11539         * src/Makefile.am
11540         * src/prefs_folder_column.c
11541         * src/prefs_folder_column.h
11542                 Add prefs for folder columns
11543         * src/folderview.c
11544         * src/folderview.h
11545         * src/mainwindow.c
11546         * src/mainwindow.h
11547         * src/prefs_common.c
11548         * src/prefs_common.h
11549         * src/prefs_summaries.c
11550                 Use them
11551         * src/prefs_summary_column.c
11552         * src/summaryview.c
11553         * src/summaryview.h
11554                 Add a To column
11555         * src/textview.c
11556         * src/common/utils.c
11557         * src/common/utils.h
11558                 Move uri colourisation functions
11559                 to utils
11560         * src/compose.c
11561                 Colourise URIs
11562         * src/imap.c
11563                 Fix bug with LIST where we'd try
11564                 to get Folder//////[...]/// 
11565
11566 2005-08-05 [paul]       1.9.13cvs15
11567
11568         * src/prefs_summaries.c
11569                 improve the English usage
11570         * src/summaryview.c
11571                 set font on column change
11572                 thanks to Colin
11573
11574 2005-08-05 [paul]       1.9.13cvs14
11575
11576         * src/prefs_common.c
11577         * src/prefs_common.h
11578         * src/prefs_summaries.c
11579         * src/summaryview.c
11580                 replace 'open_unread_on_enter' option with
11581                 'select_on_entry' option. opening/not opening
11582                 is now exclusively controlled by 'always_show_msg'
11583
11584 2005-08-04 [colin]      1.9.13cvs13
11585
11586         * src/compose.c
11587                 Remove dead code
11588                 Add colourisation of quotes and signatures
11589         * src/folderview.c
11590                 Fix possible crashes
11591         * src/messageview.c
11592                 Change an assert that is no problem
11593         * src/news.c
11594         * src/news_gtk.c
11595         * src/news_gtk.h
11596                 Fix offline mode
11597         * src/gtk/quicksearch.c
11598                 Fix a possible crash
11599
11600 2005-08-03 [colin]      1.9.13cvs12
11601
11602         * src/prefs_account.c
11603                 Fix bug #777 (Sylpheed crash in account configuration)
11604
11605 2005-08-03 [colin]      1.9.13cvs11
11606
11607         * src/addressbook.c
11608         * src/editaddress.c
11609         * src/editgroup.c
11610                 Fixing addressbook, round 2
11611         * src/textview.c
11612                 Fix emphasis color on rechecking 'Colorize messages'
11613
11614 2005-08-03 [paul]       1.9.13cvs10
11615
11616         sync with main
11617
11618         * src/addr_compl.c
11619         * src/compose.c
11620         * src/main.c
11621         * src/pop.c
11622         * src/prefs_account.c
11623         * src/procmime.c
11624         * src/procmsg.c
11625         * src/quote_fmt_parse.y
11626         * src/textview.c
11627         * src/common/quoted-printable.c
11628         * src/common/utils.c
11629         * src/common/utils.h
11630         * src/common/xml.c
11631                 replaced incorrect locale-independent
11632                 ctype functions with GLib's. Corrected
11633                 signedness mismatch.
11634         * src/headerview.c
11635                 headerview_create(): added spacing for vbox.
11636         * src/gtk/about.c
11637                 set focus to the OK button.
11638
11639 2005-08-03 [colin]      1.9.13cvs9
11640
11641         * src/folderview.c
11642                 Fix possible crash
11643
11644 2005-08-02 [colin]      1.9.13cvs8
11645
11646         * src/mainwindow.c
11647                 Fix cast
11648         * src/addressbook.c
11649         * src/addressitem.h
11650                 Fix a cast and more generally, try to make the
11651                 GUI more intuitive and consistent (round 1)
11652
11653 2005-08-02 [paul]       1.9.13cvs7
11654
11655         * src/folder.h
11656                 missing in 1.9.13cvs6
11657
11658 2005-08-02 [colin]      1.9.13cvs6
11659
11660         * src/folder.c
11661                 Fix one more leak
11662
11663 2005-08-02 [colin]      1.9.13cvs5
11664
11665         * src/folder.c
11666         * src/folderview.c
11667         * src/imap.c
11668         * src/main.c
11669         * src/mbox.c
11670         * src/procmsg.c
11671         * src/summaryview.c
11672                 Fix a number of folder_item_get_msg_list()-related
11673                 leaks (missing procmsg_msginfo_free()s)
11674
11675 2005-08-01 [colin]      1.9.13cvs4
11676
11677         * src/folderview.c
11678         * src/folderview.h
11679         * src/mainwindow.c
11680         * src/prefs_fonts.c
11681         * src/prefs_summaries.c
11682         * src/prefs_themes.c
11683         * src/summaryview.c
11684         * src/summaryview.h
11685         * src/textview.c
11686         * src/textview.h
11687                 Fix instant-apply of summary and folderview-related prefs
11688                 Fix erroneous g_free and alertpanels in prefs_theme
11689                 Add instant-apply for fonts
11690                 Defer applying of prefs a little bit so it's done only
11691                 once even if requested by multiples prefs pages
11692
11693 2005-08-01 [paul]       1.9.13cvs3
11694
11695         * src/main.c
11696                 fix bug 776 'S.C. crashes on close'
11697                 thanks to Colin
11698         * src/etpan/etpan-thread-manager-types.h
11699                 add missing include
11700                 thanks to Hoa
11701
11702 2005-07-25 [paul]       1.9.13cvs2
11703
11704         * src/summaryview.c
11705                 fix typos. spotted by Fabien Vantard
11706
11707 2005-07-24 [paul]       1.9.13cvs1
11708
11709         * doc/man/sylpheed.1
11710                 update man page, incorporating fix of
11711                 bug 769 'Typo in manpage'
11712         * src/etpan/imap-thread.c
11713                 fix NetBSD openssl dependencies. patch by
11714                 George Michaelson <ggm@apnic.net>
11715         * po/pt_BR.po
11716                 updated by Frederico Goncalves Guimaraes
11717
11718 2005-07-22 [paul]       1.9.13
11719
11720         1.9.13 release
11721
11722 2005-07-22 [paul]       1.9.12cvs91
11723
11724         * AUTHORS
11725         * INSTALL
11726         * README.claws
11727         * RELEASE_NOTES.claws
11728                 updated for release
11729         * configure.ac
11730         * po/nb.po
11731         * tools/claws.i18n.status.pl
11732                 add Norwegian translation. submiited by
11733                 Geir Helland <pjallabais@users.sourceforge.net>
11734         * po/ca.po
11735         * po/de.po
11736         * po/es.po
11737         * po/fi.po
11738         * po/fr.po
11739         * po/it.po
11740         * po/sk.po
11741         * po/sr.po
11742         * po/zh_CN.po
11743                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11744                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11745                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11746                 Yang Guilong
11747         * src/plugins/clamav/clamav_plugin_gtk.c
11748         * src/plugins/spamassassin/spamassassin_gtk.c
11749                 replace outdated description strings
11750
11751 2005-07-21 [colin]      1.9.12cvs90
11752
11753         * src/folder.c
11754                 Set folder to batch mode when scanning it. Makes deletion
11755                 of unread mails on IMAP much faster (due to the UNREAD 
11756                 flag unsetting)
11757
11758 2005-07-21 [darko]      1.9.12cvs89
11759
11760         * configure.ac
11761                 link against libresolv if necessary (patch by Paul)
11762         * src/msgcache.c
11763                 use glib's portable macros to determine endianness
11764
11765 2005-07-21 [paul]       1.9.12cvs88
11766
11767         * src/crash.c
11768         * src/gtk/about.c
11769                 update compiled-in features list
11770
11771 2005-07-20 [colin]      1.9.12cvs87
11772
11773         * src/folder.c
11774         * src/textview.c
11775                 Gcc 2.9x compilation fixes, thanks to Darko
11776         * src/plugins/clamav/clamav_plugin.c
11777                 Little optimisation: load virus database only once
11778         * src/plugins/spamassassin/spamassassin.c
11779                 Big optimisation: filtering one mail took at least 1 second,
11780                 now it takes at least 50ms. Doesn't speed up spamassassin 
11781                 itself, but should already be much more tolerable.
11782
11783 2005-07-20 [colin]      1.9.12cvs86
11784
11785         * src/summaryview.c
11786                 Fix performance issue
11787
11788 2005-07-19 [colin]      1.9.12cvs85
11789
11790         * src/plugins/pgpinline/plugin.c
11791                 Fix warning
11792
11793 2005-07-19 [colin]      1.9.12cvs84
11794
11795         * configure.ac
11796         * src/plugins/Makefile.am
11797         * src/plugins/pgpinline/.cvsignore
11798         * src/plugins/pgpinline/Makefile.am
11799         * src/plugins/pgpinline/pgpinline.c
11800         * src/plugins/pgpinline/pgpinline.deps
11801         * src/plugins/pgpinline/pgpinline.h
11802         * src/plugins/pgpinline/plugin.c
11803                 Put pgpinline in the main tree
11804
11805 2005-07-19 [paul]       1.9.12cvs83
11806
11807         * src/prefs_actions.c
11808                 prevent '//' in menu names, which cause a crash
11809                 thanks to Colin
11810
11811 2005-07-19 [paul]       1.9.12cvs82
11812
11813         * configure.ac
11814                 be generally more informative in configure output.
11815                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11816                 '[ --disable-openssl ...', as --enable-openssl is default
11817                 PGP/MIME: don't check for GPGME again, check for
11818                 pgpcore instead. Therefore prevent the possibility of
11819                 attempting to build pgpmime if pgpcore dependencies are
11820                 not met
11821                 ClamAV: use pkgconfig to check for lib
11822                 libgnomeprint: revert logic on inner test to match
11823                 everything else
11824         * src/plugins/pgpcore/sgpgme.c
11825                 add missing include
11826
11827 2005-07-19 [colin]      1.9.12cvs81
11828
11829         * src/summaryview.c
11830                 Fix slow thread rebuilding in particular
11831                 cases
11832
11833 2005-07-19 [paul]       1.9.12cvs80
11834
11835         * sylpheed-claws.desktop
11836                 fix typo, spotted by Stephan Sachse
11837         * src/account.c
11838                 replace GTK_STOCK_ADD with
11839                 GTK_STOCK_NEW button
11840
11841 2005-07-18 [colin]      1.9.12cvs79
11842
11843         * src/etpan/imap-thread.c
11844                 Fix return value (Thanks Hoa)
11845
11846 2005-07-18 [colin]      1.9.12cvs78
11847
11848         * src/imap.c
11849                 Allow empty passwords
11850                 Create drafts/queue/outbox if necessary
11851         * src/summaryview.c
11852                 Remove old code
11853         * src/etpan/imap-thread.c
11854                 Fix STARTTLS (Thanks to Hoa)
11855
11856 2005-07-18 [paul]       1.9.12cvs77
11857
11858         * ChangeLog-gtk2.jp
11859         * ChangeLog.jp
11860                 removed
11861         * Makefile.am
11862                 updated to reflect additions and removals
11863         * TODO
11864                 updated to be claws-specific
11865         * TODO-gtk2
11866         * TODO-gtk2.jp
11867         * TODO.jp
11868         * sylpheed-128x128.png
11869         * sylpheed-64x64.png
11870                 removed
11871         * sylpheed-claws-128x128.png
11872         * sylpheed-claws-64x64.png
11873         * sylpheed-claws.desktop
11874         * sylpheed-claws.png
11875                 added
11876         * sylpheed.desktop
11877         * sylpheed.png
11878                 removed
11879
11880 2005-07-17 [paul]       1.9.12cvs76
11881
11882         * src/account.c
11883         * src/addressbook.c
11884         * src/alertpanel.c
11885         * src/alertpanel.h
11886         * src/compose.c
11887         * src/exphtmldlg.c
11888         * src/expldifdlg.c
11889         * src/folderview.c
11890         * src/imap_gtk.c
11891         * src/inc.c
11892         * src/message_search.c
11893         * src/messageview.c
11894         * src/mh_gtk.c
11895         * src/news_gtk.c
11896         * src/prefs_actions.c
11897         * src/prefs_filtering.c
11898         * src/prefs_matcher.c
11899         * src/prefs_template.c
11900         * src/prefs_themes.c
11901         * src/ssl_manager.c
11902         * src/summary_search.c
11903         * src/textview.c
11904         * src/toolbar.c
11905         * src/gtk/sslcertwindow.c
11906         * src/plugins/pgpcore/sgpgme.c
11907                 rework alertpanels
11908
11909 2005-07-17 [colin]      1.9.12cvs75
11910
11911         * src/privacy.c
11912                 add a PrivacySystem accessor that checks that
11913                 the system cached in a MimeInfo's privacydata
11914                 is still registered. Use this accessor instead
11915                 of directly using data->system. Fixes crashes
11916                 after unloading pgp plugins.
11917
11918 2005-07-17 [colin]      1.9.12cvs74
11919
11920         * src/alertpanel.c
11921                 Change geometry hints to a simple default size.
11922                 Fixes the certs dialogs.
11923
11924 2005-07-17 [colin]      1.9.12cvs73
11925
11926         * src/gtk/sslcertwindow.c
11927                 Use a gtkExpander
11928
11929 2005-07-17 [colin]      1.9.12cvs72
11930
11931         * src/plugins/pgpcore/Makefile.am
11932         * src/plugins/pgpmime/Makefile.am
11933                 Add gpgme libs
11934
11935 2005-07-17 [paul]       1.9.12cvs71
11936
11937         * configure.ac
11938                 add --disable-gnomeprint option
11939                 modified version of patch by Marius Mauch
11940
11941 2005-07-17 [paul]       1.9.12cvs70
11942
11943         * src/common/defs.h
11944                 update urls
11945         * src/account.c
11946         * src/action.c
11947         * src/addressbook.c
11948         * src/compose.c
11949         * src/foldersel.c
11950         * src/folderview.c
11951         * src/html.c
11952         * src/imap_gtk.c
11953         * src/main.c
11954         * src/mainwindow.c
11955         * src/messageview.c
11956         * src/mh_gtk.c
11957         * src/mimeview.c
11958         * src/news_gtk.c
11959         * src/prefs_account.c
11960         * src/prefs_send.c
11961         * src/prefs_summaries.c
11962         * src/procmsg.c
11963         * src/summaryview.c
11964         * src/common/utils.c
11965         * src/common/xml.c
11966         * src/plugins/pgpcore/passphrase.c
11967         * src/plugins/pgpcore/select-keys.c
11968                 replace inappropriately used backticks
11969                 with single quotes
11970
11971 2005-07-16 [colin]      1.9.12cvs69
11972
11973         * src/image_viewer.c
11974                 Add extra paranoid checks
11975
11976 2005-07-16 [colin]      1.9.12cvs68
11977
11978         * src/plugins/pgpcore/prefs_gpg.c
11979                 Don't auto-check sigs by default, as it
11980                 can be really slow.
11981
11982 2005-07-16 [colin]      1.9.12cvs67
11983
11984         * src/plugins/pgpcore/sgpgme.c
11985                 Make messages a bit better.
11986
11987 2005-07-16 [colin]      1.9.12cvs66
11988
11989         * src/imap.c
11990                 Remove pseudo-log
11991         * src/etpan/imap-thread.c
11992                 Add real log
11993
11994 2005-07-16 [colin]      1.9.12cvs65
11995
11996         * src/main.c
11997         * src/prefs_other.c
11998                 And now, fix build with libetpan :-/
11999
12000 2005-07-15 [colin]      1.9.12cvs64
12001
12002         * src/prefs_other.c
12003                 Continue fixing build without libetpan.
12004
12005 2005-07-15 [colin]      1.9.12cvs63
12006
12007         * src/main.c
12008                 Fix build with --disable-libetpan
12009
12010 2005-07-15 [colin]      1.9.12cvs62
12011
12012         * configure.ac
12013                 Bump libetpan's version
12014
12015 2005-07-15 [colin]      1.9.12cvs61
12016
12017         * src/etpan/imap-thread.c
12018                 Actually stop logging :)
12019
12020 2005-07-15 [colin]      1.9.12cvs60
12021
12022         * src/addressbook.c
12023                 Fix dnd of multiple addresses.
12024
12025 2005-07-15 [hoa]        1.9.12cvs59
12026
12027         * src/etpan/imap-thread.c
12028             disable login of IMAP password in libetpan log file.
12029
12030 2005-07-15 [paul]       1.9.12cvs58
12031
12032         * src/account.c
12033                 don't automatically sort
12034                 do allow drag n drop
12035
12036 2005-07-15 [paul]       1.9.12cvs57
12037
12038         * src/account.c
12039         * src/ssl_manager.c
12040                 alphabetical listing
12041
12042 2005-07-15 [paul]       1.9.12cvs56
12043
12044         * src/gtk/pluginwindow.c
12045                 sort plugin list alphabetically
12046
12047 2005-07-15 [paul]       1.9.12cvs55
12048
12049         * src/prefs_spelling.c
12050         * src/prefs_wrapping.c
12051                 unify English usage
12052
12053 2005-07-15 [colin]      1.9.12cvs54
12054
12055         * src/wizard.c
12056                 Typo fix
12057
12058 2005-07-15 [paul]       1.9.12cvs53
12059
12060         * src/prefs_message.c
12061                 make 'show cursor' a hidden option
12062
12063 2005-07-14 [colin]      1.9.12cvs52
12064
12065         * src/plugins/spamassassin/Makefile.am
12066         * src/plugins/clamav/Makefile.am
12067                 Fix double EXTRA_DISTs
12068
12069 2005-07-14 [colin]      1.9.12cvs51
12070
12071         * src/plugins/clamav/Makefile.am
12072         * src/plugins/clamav/clamav_plugin_gtk.deps
12073         * src/plugins/spamassassin/Makefile.am
12074         * src/plugins/spamassassin/spamassassin_gtk.deps
12075                 Make $plugin_gtk depend on $plugin
12076
12077 2005-07-14 [hoa]        1.9.12cvs50
12078
12079         * src/etpan/imap-thread.c
12080                 enable debug log of libetpan when running with --debug
12081
12082 2005-07-14 [colin]      1.9.12cvs49
12083
12084         * configure.ac
12085         * src/common/Makefile.am
12086         * src/common/plugin.c
12087         * src/common/plugin.h
12088                 Add a little plugin dependancy system.
12089                 Plugins can ship a $plugin_name.deps file
12090                 (near them in PLUGINDIR) so that their
12091                 dependancies are loaded if possible.
12092         * src/plugins/Makefile.am
12093         * src/plugins/pgpcore/Makefile.am
12094         * src/plugins/pgpcore/passphrase.c
12095         * src/plugins/pgpcore/passphrase.h
12096         * src/plugins/pgpcore/plugin.c
12097         * src/plugins/pgpcore/prefs_gpg.c
12098         * src/plugins/pgpcore/prefs_gpg.h
12099         * src/plugins/pgpcore/select-keys.c
12100         * src/plugins/pgpcore/select-keys.h
12101         * src/plugins/pgpcore/sgpgme.c
12102         * src/plugins/pgpcore/sgpgme.h
12103                 Introduce pgpcore, used by pgpmime and
12104                 pgpinline
12105         * src/plugins/pgpmime/Makefile.am
12106         * src/plugins/pgpmime/passphrase.c
12107         * src/plugins/pgpmime/passphrase.h
12108         * src/plugins/pgpmime/pgpmime.c
12109         * src/plugins/pgpmime/pgpmime.deps
12110         * src/plugins/pgpmime/plugin.c
12111         * src/plugins/pgpmime/prefs_gpg.c
12112         * src/plugins/pgpmime/prefs_gpg.h
12113         * src/plugins/pgpmime/select-keys.c
12114         * src/plugins/pgpmime/select-keys.h
12115         * src/plugins/pgpmime/sgpgme.c
12116         * src/plugins/pgpmime/sgpgme.h
12117                 Remove the core from pgpmime and add the
12118                 dependancy to pgpcore.
12119
12120 2005-07-14 [paul]       1.9.12cvs48
12121
12122         * src/stock_pixmap.c
12123                 forgot this in last commit
12124
12125 2005-07-14 [paul]       1.9.12cvs47
12126
12127         * src/account.c
12128         * src/addressbook.c
12129                 add accelerators for the buttons (sync with main)
12130         * src/compose.c
12131         * src/compose.h
12132                 add accelerators for the buttons.
12133                 fix editing with external editor.
12134                 replace gdk_input_*() with GIOChannel;
12135                 (sync with main)
12136         * src/foldersel.c
12137                 display folder names with new/unread
12138                 representation (sync with main)
12139         * src/main.c
12140                 specify default window icon (sync with main)
12141         * src/prefs_common.c
12142                 use_addr_book default to FALSE
12143         * src/summaryview.c
12144         * src/textview.c
12145                 add accelerators for the buttons (sync with main)
12146         * src/gtk/menu.c
12147                 fix typos
12148         * src/pixmaps/sylpheed_icon.xpm
12149                 updated
12150
12151 2005-07-13 [paul]       1.9.12cvs46
12152
12153         * src/plugins/pgpmime/pgpmime.c
12154         * src/plugins/pgpmime/sgpgme.c
12155                 (temporarily) use deprecated gpgme_data_rewind()
12156                 while largefile support is not present
12157                 (as suggested by Colin)
12158
12159 2005-07-13 [paul]       1.9.12cvs45
12160
12161         * configure.ac
12162                 remove large file support (for now):
12163                 it breaks too many things
12164
12165 2005-07-13 [paul]       1.9.12cvs44
12166
12167         * configure.ac
12168                 add large file support
12169         * src/html.c
12170                 fix bug #763 where href attribute was not
12171                 the very first attribute of a link
12172                 patch by Thomas Gilgin
12173
12174 2005-07-13 [colin]      1.9.12cvs43
12175
12176         * src/gtk/pluginwindow.c
12177                 Little portability fix
12178
12179 2005-07-13 [colin]      1.9.12cvs42
12180
12181         * src/plugins/pgpmime/sgpgme.c
12182                 Fix crasher.
12183
12184 2005-07-13 [colin]      1.9.12cvs41
12185
12186         * src/plugins/pgpmime/pgpmime.c
12187         * src/plugins/pgpmime/sgpgme.c
12188                 Use gpgme_data_release_and_get_mem instead
12189                 of gpgme_data_read.
12190
12191 2005-07-13 [colin]      1.9.12cvs40
12192
12193         * configure.ac
12194         * src/plugins/pgpmime/passphrase.c
12195         * src/plugins/pgpmime/passphrase.h
12196         * src/plugins/pgpmime/pgpmime.c
12197         * src/plugins/pgpmime/plugin.c
12198         * src/plugins/pgpmime/select-keys.c
12199         * src/plugins/pgpmime/select-keys.h
12200         * src/plugins/pgpmime/sgpgme.c
12201         * src/plugins/pgpmime/sgpgme.h
12202                 Port pgpmime to gpgme-1.0.
12203
12204 2005-07-12 [paul]       1.9.12cvs39
12205
12206         * AUTHORS
12207         * src/toolbar.c
12208         * src/toolbar.h
12209                 add a 'Go to Prev' button to the toolbar.
12210                 correct tooltip text of go to buttons.
12211                 based on patch by Yang Guilong <bamanzi@gmail.com>
12212
12213 2005-07-12 [colin]      1.9.12cvs38
12214
12215         * src/statusbar.c
12216                 Fix progress bar showing stuff at startup.
12217
12218 2005-07-12 [paul]       1.9.12cvs37
12219
12220         * src/editjpilot.c
12221                 fix building with jpilot support
12222
12223 2005-07-11 [colin]      1.9.12cvs36
12224
12225         * src/inc.c
12226                 Add visual indication that filtering is running
12227         * src/textview.c
12228                 Make {}[] uri delimiters
12229         * src/summaryview.c
12230                 Remove useless (and slow) calls
12231
12232 2005-07-11 [paul]       1.9.12cvs35
12233
12234         * src/plugins/clamav/clamav_plugin_gtk.c
12235         * src/plugins/dillo_viewer/dillo_prefs.c
12236         * src/plugins/pgpmime/prefs_gpg.c
12237         * src/plugins/spamassassin/spamassassin_gtk.c
12238                 gather plugins prefs together under their
12239                 own 'Plugins' heading
12240
12241 2005-07-11 [paul]       1.9.12cvs34
12242
12243         sync with main
12244
12245         * src/account.c
12246                 account_delete(): modified alert dialog
12247         * src/editjpilot.c
12248         * src/editvcard.c
12249                 fixed a crash when cancelling file selection
12250                 dialog by Escape key. Made non-ascii filename
12251                 selectable.
12252         * src/prefs_template.c
12253                 prefs_template_window_create(): make scrolled
12254                 window policy AUTOMATIC
12255
12256 2005-07-10 [hoa]        1.9.12cvs33
12257
12258         * src/etpan/imap-thread.c
12259                 workaround for old Courier IMAP servers.
12260
12261 2005-07-10 [colin]      1.9.12cvs32
12262
12263         * src/folder.c
12264         * src/statusbar.c
12265         * src/statusbar.h
12266                 Add visual progress indicator on filtering/processing
12267                 Factorize the progress bar code
12268         * src/imap.c
12269         * src/imap.h
12270         * src/etpan/imap-thread.c
12271                 Add a reference counter to avoid destroying the Folder
12272                 while it's in use by another callback.
12273
12274 2005-07-09 [hoa]        1.9.12cvs31
12275
12276         * src/imap.c
12277         * src/etpan/imap-thread.c
12278                 fixed deadlock when removing IMAP account.
12279
12280 2005-07-08 [colin]      1.9.12cvs30
12281
12282         * src/textview.c
12283         * src/unmime.c
12284                 Fix again problems decoding broken headers
12285         * src/gtk/inputdialog.c
12286                 Fix local variable shadowing a global one
12287
12288 2005-07-08 [colin]      1.9.12cvs29
12289
12290         * src/msgcache.c
12291                 Make the cache/mark files platform-agnostic by writing
12292                 them in little-endian format. Reading them is also done
12293                 in little-endian format, of course; however, in order
12294                 to avoid trashing mark data on big-endian machines, the
12295                 files are, at first, read from the native format if the
12296                 little-endian one doesn't exist. This is easy to deter-
12297                 mine by trying to open a file with a swapped data_ver
12298                 and seeing if it's the wanted version.
12299                 Little-endian using users should see absolutely no
12300                 difference, Big-endian users may get a very little
12301                 performance drop due to byte-swapping.
12302                 Tested on i386 and ppc32. 
12303                 Fixes bug #159 (The index file, in the mailboxes, is 
12304                 hardware depending).
12305
12306                 To have the cache/mark files updated to the new little-
12307                 endian format, "Check for new messages" or even
12308                 "Rebuild folder tree" aren't enough. Files will be
12309                 updated as soon as a folder has been opened/closed.
12310                 To update everything, just select all folders by
12311                 selecting them one by one.
12312
12313 2005-07-07 [colin]      1.9.12cvs28
12314
12315         * src/imap.c
12316                 Remember the folder separator per IMAPFolder
12317                 instead of globally.
12318                 Revive the Session on noop; fixes bug #761
12319                 (mark a bunch of unread messages as read takes 
12320                 forever)
12321
12322 2005-07-07 [darko]      1.9.12cvs27
12323
12324         * src/common/template.c
12325                 Sort templates alphabetically
12326
12327 2005-07-06 [colin]      1.9.12cvs26
12328
12329         * src/imap.c
12330                 Try to use the correct separator in
12331                 most cases. Possibly fixes bug #759
12332                 (only creates the INBOX folder when 
12333                 setting up new IMAP account) and 
12334                 bug #760 (Can't retrieve messages)
12335
12336 2005-07-06 [colin]      1.9.12cvs25
12337
12338         * src/imap.c
12339                 Use real_path in status command. This will
12340                 help later, when namespaces will be used.
12341
12342 2005-07-06 [colin]      1.9.12cvs24
12343
12344         * configure.ac
12345         * src/account.c
12346         * src/folder.c
12347         * src/imap.c
12348         * src/etpan/etpan-log.c
12349         * src/etpan/etpan-thread-manager.c
12350         * src/etpan/imap-thread.c
12351                 Add a --disable-libetpan parameter. With this,
12352                 users that don't want IMAP4 support can avoid
12353                 the new dependancy (and have no IMAP support).
12354                 Users that have IMAP4 accounts and use this
12355                 parameter won't lose their configuration, their
12356                 IMAP accounts will just be invisible and not
12357                 used.
12358         * src/textview.c
12359                 Make the "Copy ..." contextual menu items 
12360                 copy to both the X clipboard and the gtk 
12361                 clipboard - as most other apps do.
12362         * src/gtk/about.c
12363                 Add a notice about OpenSSL usage, in order to
12364                 comply with OpenSSL's license (point 6):
12365                 http://www.openssl.org/source/license.html
12366
12367 2005-07-06 [colin]      1.9.12cvs23
12368
12369         * src/alertpanel.c
12370                 Fix a minimum size for alertpanels
12371         * src/compose.c
12372                 Show 'No space left on device' type errors
12373                 when queuing/sending
12374         * src/imap_gtk.c
12375         * src/mh_gtk.c
12376                 Rework folder's deletion message (remove 
12377                 extra \n)
12378
12379 2005-07-05 [colin]      1.9.12cvs22
12380
12381         * src/imap.c
12382                 Add an alertpanel on auth error
12383                 Add pseudo-log
12384                 Remove pthread-related stuff
12385
12386 2005-07-05 [colin]      1.9.12cvs21
12387
12388         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12389                 Fix crash on plugin reloading (with a hack)
12390
12391 2005-07-05 [colin]      1.9.12cvs20
12392
12393         * src/prefs_account.c
12394         * src/prefs_account.h
12395                 Fix typo
12396         * src/gtk/filesel.c
12397         * src/gtk/filesel.h
12398                 Add a way to filter the view
12399         * src/gtk/pluginwindow.c
12400                 Filter loadable stuff
12401         * src/plugins/pgpmime/prefs_gpg.c
12402                 Fix missing unregistration
12403         * .cvsignore
12404         * src/etpan/.cvsignore
12405         * src/plugins/spamassassin/.cvsignore
12406                 Add more stuff to cvs ignored files
12407
12408 2005-07-04 [colin]      1.9.12cvs19
12409
12410         * src/imap.c
12411                 Fix scan_required returning FALSE when it
12412                 shouldn't. Maybe fix #760 (Can't retrieve
12413                 messages)
12414
12415 2005-07-04 [colin]      1.9.12cvs18
12416
12417         * src/summaryview.c
12418                 Fix always_show_msg pref
12419
12420 2005-07-04 [paul]       1.9.12cvs17
12421
12422         sync with main (forgotten in last commit)
12423         
12424         * src/common/utils.c
12425         * src/common/utils.h
12426                 check_line_length(): new.
12427                 is_dir_exist()
12428                 is_file_entry_exist()
12429                 dirent_is_regular_file()
12430                 dirent_is_directory(): use g_file_test() instead of stat().
12431
12432 2005-07-04 [paul]       1.9.12cvs16
12433
12434         sync with main:
12435
12436         * src/compose.c
12437                 compose_write_to_file(): check for line
12438                 length limit and display warning if exceeds
12439         * src/jpilot.c
12440                 use get_home_dir() instead of g_get_home_dir()
12441         * src/procheader.c
12442                 removed warning about invalid date
12443         * src/vcard.c
12444                 use get_home_dir() instead of g_get_home_dir()
12445
12446 2005-07-04 [paul]       1.9.12cvs15
12447
12448         * src/stock_pixmap.c
12449                 fix new pixmap naming errors
12450                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12451
12452 2005-07-04 [colin]      1.9.12cvs14
12453
12454         * src/imap.c
12455                 Fix debugging string with a warning
12456
12457 2005-07-04 [colin]      1.9.12cvs13
12458
12459         * configure.ac
12460                 Add a check for libetpan's version (>= 0.37)
12461
12462 2005-07-04 [hoa]        1.9.12cvs12
12463
12464         * commitHelper
12465         * src/imap.c
12466         * src/etpan/imap-thread.c
12467         * src/etpan/imap-thread.h
12468                 fixed IMAP implementation of check of mails.
12469
12470 2005-07-03 [hoa]        1.9.12cvs11
12471
12472         * src/etpan/Makefile.am
12473         * src/etpan/etpan-errors.h
12474         * src/etpan/etpan-log.[ch]
12475         * src/etpan/etpan-thread-manager-types.h
12476         * src/etpan/etpan-thread-manager.[ch]
12477         * src/etpan/imap-thread.[ch]
12478         * src/Makefile.am
12479         * src/imap.c
12480         * src/main.c
12481         * src/prefs_other.c
12482         * configure.ac
12483             merged imap branch.
12484             dependency on libetpan 0.37 is now added.
12485
12486 2005-07-01 [colin]      1.9.12cvs10
12487
12488         * src/Makefile.am
12489         * src/folder.c
12490         * src/folder.h
12491         * src/folderview.c
12492         * src/stock_pixmap.c
12493         * src/stock_pixmap.h
12494         * src/plugins/trayicon/trayicon.c
12495                 Add marked symbol on folders containing
12496                 marked messages
12497         * src/procmsg.c
12498         * src/procmsg.h
12499         * src/toolbar.c
12500         * src/prefs_common.c
12501         * src/prefs_common.h
12502         * src/prefs_send.c
12503                 Add an optional confirmation dialog on queue
12504                 sending. Patch by wwp.
12505         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12506         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12507         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12508         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12509         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12510         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12511         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12512         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12513         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12514         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12515         * src/pixmaps/trash_mark.xpm            ** ADDED **
12516                 New pixmaps
12517
12518 2005-07-01 [colin]      1.9.12cvs9
12519
12520         * src/summaryview.c
12521                 Fix a little threading bug
12522         * src/addrgather.c
12523         * src/mainwindow.c
12524                 A little bit of HIG normality never hurts
12525
12526 2005-07-01 [colin]      1.9.12cvs8
12527
12528         * src/compose.c
12529         * src/msgcache.c
12530         * src/pop.c
12531         * src/procmime.c
12532         * src/recv.c
12533         * src/common/log.c
12534         * src/common/template.c
12535         * src/common/utils.c
12536         * src/common/utils.h
12537                 Reverted the fwrite_atomic stuff. In fact
12538                 it is already atomic.
12539
12540 2005-06-30 [colin]      1.9.12cvs7
12541
12542         * src/common/utils.c
12543         * src/common/utils.h
12544                 Add an fwrite_atomic() function to make
12545                 sure we write everything: fwrite can make
12546                 short writes.
12547         * src/compose.c
12548         * src/msgcache.c
12549         * src/pop.c
12550         * src/procmime.c
12551         * src/recv.c
12552         * src/common/log.c
12553         * src/common/template.c
12554                 Use that (and fix swapping of size and nmemb).
12555                 Thanks to Rich Coe for the heads up.
12556
12557 2005-06-30 [colin]      1.9.12cvs6
12558
12559         * src/addressbook.c
12560                 Optimize addressbook opening 
12561
12562 2005-06-30 [colin]      1.9.12cvs5
12563
12564         * src/summaryview.c
12565                 Remove calls to summary_step after move/copy
12566
12567 2005-06-28 [paul]       1.9.12cvs4
12568
12569         * src/alertpanel.c
12570                 wrap and make the error msg selectable
12571
12572 2005-06-28 [paul]       1.9.12cvs3
12573
12574         * src/ssl_manager.c
12575                 replace the OK button with a Close button
12576         * src/gtk/foldersort.c
12577                 use GTK_STOCK_ icons/buttons
12578
12579 2005-06-28 [colin]      1.9.12cvs2
12580
12581         * src/gedit-print.c             ** ADDED **
12582         * src/gedit-print.h             ** ADDED **
12583         * src/gtk/gtksourceprintjob.c   ** ADDED **
12584         * src/gtk/gtksourceprintjob.h   ** ADDED **
12585                 I can't believe no one had enough time to tell
12586                 me I forgot the `cvs add`
12587
12588 2005-06-27 [colin]      1.9.12cvs1
12589
12590         * src/Makefile.am
12591         * src/gtk/Makefile.am
12592         * src/messageview.c
12593         * src/procmsg.c
12594         * src/summaryview.c
12595         * configure.ac
12596                 Add optional libgnomeprint-based printing
12597         * src/mainwindow.c
12598         * src/gtk/quicksearch.c
12599                 Add an Edit/Quick search menu item to show
12600                 and focus the quicksearch
12601
12602 2005-06-27 [paul]       1.9.12
12603
12604         1.9.12 release
12605
12606         * po/ca.po
12607         * po/de.po
12608         * po/es.po
12609         * po/fr.po
12610         * po/it.po
12611         * po/ko.po
12612         * po/pt_BR.po
12613         * po/sk.po
12614         * po/zh_CN.po
12615                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12616                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12617                 SungHyun Nam, Frederico Goncalves Guimaraes,
12618                 Andrej Kacian, and Yang Guilong
12619 2005-06-26 [colin]      1.9.11cvs106
12620
12621         * src/imap_gtk.c
12622                 Forgot one file for previous fix
12623
12624 2005-06-26 [colin]      1.9.11cvs105
12625
12626         * src/folder.c
12627         * src/imap.c
12628                 Fix problems with folder operations in no_select
12629                 imap folders. it applies only to mails, and 
12630                 creation/deletion/move/renaming of folders 
12631                 should be possible
12632
12633 2005-06-26 [paul]       1.9.11cvs104
12634
12635         * src/prefs_filtering.c
12636                 replace one more GTK_STOCK_REMOVE
12637                 with GTK_STOCK_DELETE
12638
12639 2005-06-25 [colin]      1.9.11cvs103
12640
12641         * src/imap.c
12642                 Optimize get_seq_set_from_seq_list
12643                 (Patch by Ricardo) 
12644
12645 2005-06-25 [colin]      1.9.11cvs102
12646
12647         * src/mh.c
12648                 If the directory exists, but not in the
12649                 correct encoding, rename it. This should
12650                 handle old-versions-induced bugs.
12651
12652 2005-06-25 [colin]      1.9.11cvs101
12653
12654         * src/mh.c
12655                 Fix path access with extended dir names
12656                 Fixes bug #589 (SC segfaults with wrong locale
12657                 settings)
12658
12659 2005-06-25 [colin]      1.9.11cvs100
12660
12661         * src/prefs_account.c
12662         * src/prefs_account.h
12663         * src/compose.c
12664                 Add an option to encrypt replies to
12665                 encrypted messages
12666
12667 2005-06-25 [colin]      1.9.11cvs99
12668
12669         * src/compose.c
12670         * src/quote_fmt_parse.y
12671                 ... And make it work with pgpinline.
12672
12673 2005-06-25 [colin]      1.9.11cvs98
12674
12675         * src/compose.c
12676         * src/procmime.c
12677         * src/procmime.h
12678         * src/quote_fmt_parse.y
12679                 o Make reedition of encrypted messages possible
12680                   (as long as it is encrypted to self too, no
12681                    magic there)
12682                 o Make replying with quote (and without selecting
12683                   text) possible for encrypted messages.
12684                 Closes bug #550 (Not possible to "reply with quote"
12685                 to gnupg encrypted messages)
12686
12687 2005-06-24 [paul]       1.9.11cvs97
12688
12689         * src/imap.c
12690                 add missing include
12691
12692 2005-06-24 [paul]       1.9.11cvs96
12693
12694         * src/editldap.c
12695                 made bind password entry invisible
12696                 (sync with main)
12697         * src/send_message.c
12698                 send_message_local(): check exit status
12699                 to detect errors (sync with main)
12700         * src/textview.c
12701                 use main's less ambiguous popup menu
12702                 wording
12703
12704 2005-06-24 [paul]       1.9.11cvs95
12705
12706         * src/prefs_actions.c
12707         * src/prefs_customheader.c
12708         * src/prefs_display_header.c
12709         * src/prefs_filtering_action.c
12710         * src/prefs_matcher.c
12711         * src/prefs_template.c
12712         * src/prefs_toolbar.c
12713                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12714         * src/gtk/description_window.c
12715                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12716
12717 2005-06-23 [colin]      1.9.11cvs94
12718
12719         * src/summaryview.c
12720                 Fix rough edges (be sure to call status_show whenever
12721                 necessary).
12722
12723 2005-06-23 [colin]      1.9.11cvs93
12724
12725         * src/summaryview.c
12726                 Optimize Select All
12727                 Before, in a 5K mails folder: 11s
12728                 After, in the same folder: 58000µs
12729                 The joys of locking... gtk_clist_select_all() fires a 
12730                 tree-select-row event for each selected row, which in 
12731                 summaryview, callbacks summary_selected which in turn,
12732                 calls summary_status_show, which walks the selected
12733                 rows. Hence, calling gtk_clist_select_all was 
12734                 exponential. Locking the summaryview makes 
12735                 summary_selected return early.
12736
12737 2005-06-23 [colin]      1.9.11cvs92
12738
12739         * src/imap.c
12740                 Move mutex at the important place to avoid
12741                 deadlocks
12742         * src/summaryview.c
12743                 Fix Del key deleting directly instead of
12744                 moving to trash
12745
12746 2005-06-22 [colin]      1.9.11cvs91
12747
12748         * src/plugins/spamassassin/libspamc.c
12749                 As we do spagetti code with assignations in multiple
12750                 places (see _message_read_raw where out = msg = raw),
12751                 let's be sure we don't free the same pointer twice.
12752                 Should fix bug #683 (Crash in libpam at 
12753                 message_cleanup).
12754
12755 2005-06-22 [colin]      1.9.11cvs90
12756
12757         * src/compose.c
12758         * src/messageview.c
12759         * src/toolbar.c
12760                 Make toolbar's delete use the move to trash stuff;
12761                 Add gtk_widget_realize to be sure pixmaps can get
12762                 created (that may fix an old worksforme bug which
12763                 I can't find back...)
12764
12765 2005-06-22 [colin]      1.9.11cvs89
12766
12767         * src/summaryview.c
12768         * src/summaryview.h
12769         * src/mainwindow.c
12770                 Rename "Message/Delete" to "Message/Move to trash"
12771                 Add "Message/Delete..." that directly destroys the
12772                 selected messages after asking for a confirmation.
12773
12774 2005-06-22 [colin]      1.9.11cvs88
12775
12776         * src/imap.c
12777                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12778                 o Fix a deadlock (thanks Darko)
12779
12780 2005-06-22 [colin]      1.9.11cvs87
12781
12782         * src/gtk/foldersort.c
12783                 Add missing include for the i18n;
12784                 patch by Fabien Vantard
12785
12786 2005-06-21 [colin]      1.9.11cvs86
12787
12788         * src/folder.c
12789         * src/folderview.c
12790                 Respect the no_select flag
12791         * src/imap.c
12792                 Fix recursive deletion
12793         * src/imap_gtk.c
12794         * src/mh_gtk.c
12795                 Make the folder deletion's warning
12796                 more explicit
12797
12798 2005-06-21 [colin]      1.9.11cvs85
12799
12800         * src/textview.c
12801                 Prevent email addresses from spanning accross
12802                 lines - fixes bug # 646 (newline-chars in 
12803                 email addresses)
12804
12805 2005-06-20 [colin]      1.9.11cvs84
12806
12807         * src/folder.c
12808                 Be sure not to remove source if copy failed
12809
12810 2005-06-20 [colin]      1.9.11cvs83
12811
12812         * src/folderview.c
12813         * src/imap_gtk.c
12814                 remove summaryview's lock
12815         * src/imap.c
12816                 introduce threads to avoid problems when foreground tasks
12817                 interfere with background tasks
12818         * src/mh.c
12819                 prevent moving to drafts/queue
12820         * src/mimeview.c
12821                 fix leak
12822
12823 2005-06-19 [colin]      1.9.11cvs82
12824
12825         * src/imap_gtk.c
12826                 Remember that the user doesn't want to override
12827                 offline mode, for 3 seconds. It avoid presenting
12828                 him with N popups in a really short time.
12829
12830 2005-06-17 [colin]      1.9.11cvs81
12831
12832         * src/imap.c
12833                 Fix IMAP breaking on folders containing '('
12834                 (Probably won't be enough)
12835
12836 2005-06-17 [colin]      1.9.11cvs80
12837
12838         Forgotten files on 1.9.11cvs79
12839         * src/summaryview.c
12840                 Fix stepping when not immediately executing
12841         * src/imap.c
12842                 Really prevent UID FETCH 0
12843         * src/codeconv.c
12844                 Fix outgoing charset never set to utf-8
12845         * src/mh.c
12846                 Fix leak
12847
12848 2005-06-16 [colin]      1.9.11cvs79
12849
12850         * src/compose.c
12851                 Fix bug #707 (Dash splits rows)
12852                 Only wrap if we're on a line break position and
12853                 the previous one was a "white" (space) char.
12854                 Pango stuff is weird.
12855
12856 2005-06-16 [colin]      1.9.11cvs78
12857
12858         * src/imap_gtk.c
12859                 Lock summaryview while downloading messages
12860                 on user demand
12861         * src/procheader.c
12862         * src/unmime.c
12863         * src/common/utils.c
12864         * src/common/utils.h
12865                 Replace \r and \n with spaces in From and
12866                 Subject headers
12867
12868 2005-06-16 [paul]       1.9.11cvs77
12869
12870         * src/procmime.c
12871                 liberalise the mime parser
12872         * src/gtk/about.c
12873                 add text wrapping
12874
12875 2005-06-16 [paul]       1.9.11cvs76
12876
12877         * src/gtk/about.c
12878                 reworked
12879
12880 2005-06-15 [colin]      1.9.11cvs75
12881
12882         * src/compose.c
12883                 Finish header encoding fix
12884         * src/summaryview.c
12885                 Fix segfault
12886         * src/headerview.c
12887                 Fix compilation (Thanks Stephan
12888                 Sachse)
12889
12890 2005-06-15 [colin]      1.9.11cvs74
12891
12892         * Makefile.am
12893                 Install gnome2 stuff rather than gnome1, 
12894                 if both are present
12895         * src/codeconv.c
12896         * src/codeconv.h
12897         * src/compose.c
12898                 Fix headers encoding
12899         * src/folder.c
12900                 Visual progress when fetching all messages
12901         * src/folderview.c
12902         * src/summaryview.c
12903         * src/summaryview.h
12904                 Prevent changing current message while
12905                 incorporating
12906
12907 2005-06-15 [paul]       1.9.11cvs73
12908
12909         * src/gtk/gtkaspell.c
12910         * src/gtk/gtkaspell.h
12911                 fix build warnings
12912
12913 2005-06-15 [paul]       1.9.11cvs72
12914
12915         * src/prefs_filtering.c
12916                 allow reordering of filter rules by
12917                 drag n drop
12918
12919 2005-06-15 [paul]       1.9.11cvs71
12920
12921         * COPYING
12922                 updated
12923         * src/codeconv.c
12924                 replace deprecated function
12925         * src/inc.c
12926         * src/send_message.c
12927         * src/gtk/progressdialog.c
12928         * src/gtk/progressdialog.h
12929                 salvage and reuse parts of reverted sync
12930
12931 2005-06-15 [paul]       1.9.11cvs70
12932
12933         * src/inc.c
12934         * src/send_message.c
12935         * src/gtk/progressdialog.c
12936         * src/gtk/progressdialog.h
12937                 revert yesterday's sync with main
12938                 it contains deprecated functions
12939
12940 2005-06-15 [colin]      1.9.11cvs69
12941
12942         * src/headerview.c
12943                 Fix bug #670 (multi user to: will corrupt message 
12944                 headers display)
12945
12946 2005-06-15 [colin]      1.9.11cvs68
12947
12948         * src/compose.c
12949                 Fix bug #421 (Fix undo on wrapping)
12950
12951 2005-06-15 [colin]      1.9.11cvs67
12952
12953         * src/folder.c
12954                 Provide visual feedback while processing
12955                 folder's rules.
12956         * src/imap.c
12957                 Provide visual feedback while getting
12958                 short headers (for uncached messages)
12959
12960
12961 2005-06-14 [paul]       1.9.11cvs66
12962
12963         * src/account.c
12964                 change a couple stock icons
12965         * src/inc.c
12966         * src/send_message.c
12967         * src/gtk/progressdialog.c
12968         * src/gtk/progressdialog.h
12969                 sync main's GtkTreeView implementation
12970
12971 2005-06-14 [colin]      1.9.11cvs65
12972
12973         * src/imap.c
12974                 Various little fixes, mainly on error paths
12975
12976 2005-06-13 [colin]      1.9.11cvs64
12977
12978         * matcher.c
12979         * procmsg.c
12980         * procmsg.h
12981                 Add a way to fetch only headers. This speeds
12982                 up filtering on headers for IMAP. Fixes:
12983                 bug #481 extraneous imap commands slow down 
12984                         imap filtering
12985                 bug #522 Sylpheed downloads all messages 
12986                         when opening mailbox (IMAP)
12987                 bug #677 IMAP fetch is soooooooooooooo slow
12988         * src/folder.c
12989         * src/folder.h
12990                 Add a folder set_batch method so that
12991                 implementations can speed up flags changes
12992         * src/folderutils.c
12993         * src/summaryview.c
12994                 Use that in mark as (un)read and mark all read
12995                 Refix bug #679
12996         * src/imap.c
12997                 Implement set_batch - brings back deferred
12998                 flags in a less buggy manner. Fixes:
12999                 bug #729 IMAP immediate expunge of deleted messages
13000                 bug #191 remove list of messages with one command
13001                 Fix login with strange chars
13002                 Implement fetch_msg_full
13003                 Fix copy (wrong counts)
13004
13005 2005-06-12 [colin]      1.9.11cvs63
13006
13007         * src/folder.c
13008                 lock incorporation during long operations.
13009                 Avoids fucking up the IMAP socket.
13010
13011 2005-06-12 [colin]      1.9.11cvs62
13012
13013         * src/imap.c
13014                 Fix harmful typo
13015                 Factorize remove_all_msg
13016                 Thread-ize expunge
13017         * src/summaryview.c
13018                 Don't update partial-download status if unnecessary
13019         * src/folder.c
13020                 Use remove_msgs everywhere possible
13021
13022 2005-06-12 [colin]      1.9.11cvs61
13023
13024         * src/folder.c
13025         * src/folder.h
13026                 Add a remove_msgs function to remove a 
13027                 list of messages
13028         * src/imap.c
13029                 Implement that.
13030
13031 2005-06-12 [colin]      1.9.11cvs60
13032
13033         * src/imap.c
13034                 Remove flags-processing deferring... Too hard
13035                 to get it to work in all cases.
13036
13037 2005-06-11 [colin]      1.9.11cvs59
13038
13039         * src/imap.c
13040                 printf -> debug_print
13041
13042 2005-06-11 [colin]      1.9.11cvs58
13043
13044         * src/imap.c
13045                 o Fix build without USE_PTHREAD
13046                 o Factorize imap_open
13047                 o Alertpanel in case of impossible connection
13048                 o Alertpanel in case of impossible login
13049                 o Fix deferred flags processing to force a 
13050                   flush before adding some more flags to process,
13051                   but in another folder.
13052
13053 2005-06-10 [colin]      1.9.11cvs57
13054
13055         * src/imap.c
13056                 o Fix a format string error
13057                 o init ssl socket outside of the thread 
13058                   (it possibly invokes gtk calls)
13059         * src/procmime.c
13060                 o Put back the buffer to its necessary size
13061                 o Fix changing a file pointer without keeping
13062                   track of it (thanks Valgrind)
13063         * src/common/smtp.c
13064                 o Fix automatic STARTTLS if login should be done
13065                   and the server only allows it after starting TLS
13066         * src/gtk/gtkinputdialog.c
13067                 o Eat GDK_Return so that the combo popup doesn't 
13068                   appear when we press Enter to validate the combo
13069                   input dialog (as seen in the Open with... dialog)
13070
13071 2005-06-10 [colin]      1.9.11cvs56
13072
13073         * src/imap.c
13074                 o A bit less debug
13075                 o Fix a crash on deletion
13076                 o Threadize imap_select (it's called outside of 
13077                   threads)
13078                 o Defer treatment of DELETED flags
13079
13080
13081 2005-06-09 [colin]      1.9.11cvs55
13082
13083         * src/imap.c
13084                 Make sure we check imap_gtk_should_override(), which
13085                 potentially calls gtk stuff, before creating thread.
13086                 That way it should't be called via imap_get_session()
13087                 inside a thread.
13088
13089 2005-06-09 [colin]      1.9.11cvs54
13090
13091         * src/imap.c
13092                 o add a bit of status output
13093                 o remove some dead code
13094                 o threadize get_list_of_uids
13095                 o threadize imap_get_flags
13096                 o defer flag changing by 500ms so that they
13097                   can be batched
13098
13099
13100 2005-06-08 [colin]      1.9.11cvs53
13101
13102         * src/imap.c
13103                 Thread-ize imap_cmd_fetch
13104
13105 2005-06-08 [colin]      1.9.11cvs52
13106
13107         * src/main.c
13108                 Mmh, that broke POP3...
13109
13110 2005-06-08 [colin]      1.9.11cvs51
13111
13112         * src/main.c
13113                 Stabilize IMAP patch (thanks to Hoa)
13114
13115 2005-06-08 [colin]      1.9.11cvs50
13116
13117         * src/imap.c
13118                 Test patch to speed up imap. 
13119
13120 2005-06-08 [colin]      1.9.11cvs49
13121
13122         * src/imap_gtk.c
13123                 Warning fix
13124         * src/procmime.c
13125                 Apply patch from gentoo to use /usr/share/mime/globs if 
13126                 available, after un-breaking it
13127         * src/common/log.c
13128         * src/common/log.h
13129                 Use g_timeout for invoking hooks that possibly use gtk
13130                 calls. This should leave gtk calls in the main thread.
13131
13132 2005-06-08 [paul]       1.9.11cvs48
13133
13134         * src/codeconv.c
13135                 conv_get_outgoing_charset_str(): don't
13136                 use prefs_common setting
13137         * src/compose.c
13138         * src/compose.h
13139                 add /Options/Character encoding/... to
13140                 temporarily change the outgoing encoding
13141
13142         (belated sync with main)
13143
13144 2005-06-08 [paul]       1.9.11cvs47
13145
13146         * src/compose.c
13147                 correction to/completion of last
13148                 sync with main
13149
13150 2005-06-08 [paul]       1.9.11cvs46
13151
13152         sync with main:
13153         
13154         * src/codeconv.c
13155         * src/codeconv.h
13156                 always enabled Japanese auto-detection
13157                 if the first letters of locale string
13158                 is "ja"
13159         * src/compose.c
13160                 don't use "destroy" signal to destroy
13161                 Compose object (fix rare crashes on discard?)
13162         * src/mainwindow.c
13163         * src/messageview.c
13164         * src/prefs_send.c
13165                 added Hebrew encodings
13166         * src/sourcewindow.c
13167                 don't use "destroy" signal to destroy
13168                 objects
13169
13170 2005-06-07 [colin]      1.9.11cvs45
13171
13172         * src/summaryview.c
13173                 Add missing unlocks/locks
13174
13175 2005-06-07 [paul]       1.9.11cvs44
13176
13177         * src/summaryview.c
13178                 restore bug #749 fix
13179
13180 2005-06-06 [colin]      1.9.11cvs43
13181
13182         * src/summaryview.c
13183                 Fix selection bug when prefs_common.open_unread 
13184                 is FALSE
13185
13186 2005-06-06 [colin]      1.9.11cvs42
13187
13188         * src/common/md5.c
13189                 Fix a warning
13190         * src/summaryview.c
13191         * src/folderview.c
13192                 Factorize long operations beginning and end
13193                 (locking, freezing/thawing, cursor, ...)
13194                 Check selection->data member in selection-
13195                 related loops; this avoids dying an awful
13196                 death if the selection changes on us while
13197                 we're marking a whole IMAP folder unread, 
13198                 for example.
13199
13200 2005-06-06 [paul]       1.9.11cvs41
13201
13202         * src/textview.c
13203                 don't g_free() a static gchar buffer
13204
13205 2005-06-05 [colin]      1.9.11cvs40
13206
13207         * src/mainwindow.c
13208         * src/messageview.c
13209         * src/summaryview.c
13210                 Fix bug #749 (Show all headers should be
13211                 sticky as the GUI suggests)
13212
13213 2005-06-03 [paul]       1.9.11cvs39
13214
13215         * src/compose.c
13216                 don't allow editing of mail while sending.
13217                 patch by Colin
13218
13219 2005-06-03 [paul]       1.9.11cvs38
13220
13221         * src/folderview.c
13222                 add a freeze/thaw to speed up 'mark all read'
13223
13224 2005-06-03 [paul]       1.9.11cvs37
13225
13226         * src/prefs_message.c
13227                 reflect changes immediately
13228
13229 2005-06-02 [colin]      1.9.11cvs36
13230
13231         * po/POTFILES.in
13232                 Patch by Fabien Vantard.
13233
13234 2005-06-02 [colin]      1.9.11cvs35
13235
13236         * src/imap.c
13237                 Use a non-blocking imap_getline() if possible.
13238                 This should completely prevent the interface
13239                 from freezin on imap operations, although it
13240                 may do strange stuff in case of folder switching
13241                 while a big imap operation is taking place...
13242
13243                 In addition, fix a leak in the case thread
13244                 creation fails on connection.
13245
13246 2005-06-02 [colin]      1.9.11cvs34
13247
13248         * src/crash.c
13249         * src/prefs_common.h
13250                 Fix build (prefs_common_init() doesn't exist
13251                 anymore)
13252
13253 2005-06-02 [colin]      1.9.11cvs33
13254
13255         * src/prefs_account.c
13256                 Fix bug #245 (filtering rules broken when
13257                 renaming a remote account (imap4 or nntp)
13258
13259 2005-06-02 [colin]      1.9.11cvs32
13260
13261         * src/imap.c
13262                 Try to fix IMAP shortcomings: 
13263                 o Multithread imap_open()
13264                 o allow offline-mode overriding instead of
13265                   just returning NULL
13266         * src/imap_gtk.c
13267         * src/imap_gtk.h
13268                 Add a function to ask whether we want to
13269                 override offline-mode for 10 minutes (one-shot
13270                 asking was painful)
13271         * src/procheader.c
13272                 Fix segfault when imap parser isn't happy about
13273                 a missing {
13274
13275 2005-06-01 [colin]      1.9.11cvs31
13276
13277         * src/addrharvest.c
13278         * src/compose.c
13279         * src/mbox.c
13280         * src/mbox.h
13281         * src/mh.c
13282         * src/msgcache.c
13283         * src/send_message.c
13284         * src/setup.c
13285         * src/undo.c
13286         * src/common/hooks.c
13287         * src/common/prefs.c
13288         * src/common/template.c
13289         * src/common/utils.c
13290         * src/gtk/gtkutils.c
13291         * src/gtk/inputdialog.c
13292         * src/gtk/menu.c
13293         * src/gtk/pluginwindow.c
13294         * src/gtk/prefswindow.c
13295         * src/plugins/pgpmime/passphrase.c
13296         * src/plugins/pgpmime/prefs_gpg.c
13297                 More -Wall fixes
13298
13299         * src/common/Makefile.am
13300         * src/common/timing.h
13301                 Add basic timing code
13302
13303         * src/summaryview.c
13304                 Fix a bug with unread messages when 
13305                 re-sorting folders, and by the way
13306                 fix a big performance hit when 
13307                 re-sorting (10k mails: before 5s,
13308                 after .5s)
13309
13310         * src/prefs_compose_writing.c
13311         * src/prefs_compose_writing.h
13312         * src/prefs_message.c
13313         * src/prefs_message.h
13314         * src/prefs_other.c
13315         * src/prefs_other.h
13316         * src/prefs_quote.c
13317         * src/prefs_quote.h
13318         * src/prefs_receive.c
13319         * src/prefs_receive.h
13320         * src/prefs_send.c
13321         * src/prefs_send.h
13322         * src/prefs_summaries.c
13323         * src/prefs_summaries.h
13324                 Fix copyright banner
13325
13326 2005-06-01 [paul]       1.9.11cvs30
13327
13328         * po/fi.po
13329                 updated by Flammie Pirinen
13330         * src/procmime.c
13331                 fix 'Bad BASE64 content' output
13332
13333 2005-05-31 [colin]      1.9.11cvs29
13334
13335         * src/procmime.c
13336                 Oops, where did my hunk go.
13337
13338 2005-05-31 [colin]      1.9.11cvs28
13339
13340         * src/Makefile.am
13341         * src/account.c
13342         * src/action.c
13343         * src/addr_compl.c
13344         * src/addressbook.c
13345         * src/codeconv.c
13346         * src/compose.c
13347         * src/export.c
13348         * src/folder.c
13349         * src/folderview.c
13350         * src/image_viewer.c
13351         * src/main.c
13352         * src/mainwindow.c
13353         * src/messageview.c
13354         * src/mimeview.c
13355         * src/msgcache.c
13356         * src/prefs_account.c
13357         * src/prefs_actions.c
13358         * src/prefs_common.c
13359         * src/prefs_compose_writing.c
13360         * src/prefs_customheader.c
13361         * src/prefs_ext_prog.c
13362         * src/prefs_filtering.c
13363         * src/prefs_filtering_action.c
13364         * src/prefs_fonts.c
13365         * src/prefs_image_viewer.c
13366         * src/prefs_message.c
13367         * src/prefs_message.h
13368         * src/prefs_msg_colors.c
13369         * src/prefs_other.c
13370         * src/prefs_other.h
13371         * src/prefs_quote.c
13372         * src/prefs_receive.c
13373         * src/prefs_receive.h
13374         * src/prefs_send.c
13375         * src/prefs_send.h
13376         * src/prefs_spelling.c
13377         * src/prefs_summaries.c
13378         * src/prefs_summary_column.c
13379         * src/prefs_template.c
13380         * src/prefs_themes.c
13381         * src/prefs_toolbar.c
13382         * src/prefs_wrapping.c
13383         * src/procmime.c
13384         * src/procmsg.c
13385         * src/send_message.h
13386         * src/ssl_manager.c
13387         * src/summary_search.c
13388         * src/summaryview.c
13389         * src/textview.c
13390         * src/wizard.c
13391         * src/common/smtp.c
13392         * src/common/smtp.h
13393         * src/gtk/gtkutils.h
13394                 o Move the rest of Common prefs to new style
13395                 o Lots of -Wall warning fixes
13396                 o fix FIXME in cache memusage calculation
13397                 o Let return receipts be sent from any account
13398                 o Little cache optimisation (read)
13399                 o Fix bug #746 (don't treat commas as separators
13400                   when inside a quoted string)
13401
13402 2005-05-31 [paul]       1.9.11cvs27
13403
13404         * src/prefs_common.c
13405                 fix 'off-by-one' typo
13406
13407 2005-05-31 [paul]       1.9.11cvs26
13408
13409         * src/account.c
13410         * src/addr_compl.c
13411         * src/compose.c
13412         * src/foldersel.c
13413         * src/prefs_actions.c
13414         * src/prefs_common.c
13415         * src/prefs_common.h
13416         * src/prefs_customheader.c
13417         * src/prefs_display_header.c
13418         * src/prefs_filtering.c
13419         * src/prefs_filtering_action.c
13420         * src/prefs_matcher.c
13421         * src/prefs_summaries.c
13422         * src/prefs_summary_column.c
13423         * src/prefs_template.c
13424         * src/prefs_toolbar.c
13425         * src/ssl_manager.c
13426         * src/gtk/pluginwindow.c
13427         * src/gtk/prefswindow.c
13428         * src/gtk/progressdialog.c
13429                 add hidden prefs 'enable_rules_hint'
13430                 for gtk_tree_view_set_rules_hint()
13431                 (sync with main)
13432                 
13433
13434 2005-05-31 [colin]      1.9.11cvs25
13435
13436         * src/Makefile.am
13437         * src/main.c
13438         * src/prefs_common.c
13439         * src/prefs_summaries.c ** ADDED **
13440         * src/prefs_summaries.h ** ADDED **
13441                 Common/Display -> Display/Summaries
13442
13443 2005-05-31 [colin]      1.9.11cvs24
13444
13445         * src/Makefile.am
13446         * src/main.c
13447         * src/prefs_quote.c ** ADDED **
13448         * src/prefs_quote.h ** ADDED **
13449                 Move Common/Quote to Compose/Quoting
13450         * src/prefs_common.c
13451         * src/prefs_common.h
13452                 Remove old quote stuff, add
13453                 convenience functions for GtkTextView prefs
13454         * src/gtk/prefswindow.c
13455                 Set default height higher
13456
13457 2005-05-30 [colin]      1.9.11cvs23
13458
13459         * src/Makefile.am
13460         * src/main.c
13461         * src/prefs_common.c
13462         * src/prefs_compose_writing.c ** ADDED **
13463         * src/prefs_compose_writing.h ** ADDED **
13464                 Move Common/Compose prefs to Compose/Writing
13465
13466 2005-05-30 [colin]      1.9.11cvs22
13467
13468         * src/common/utils.c
13469                 Fix bug #651 (Confused Attract by Subject)
13470                 Patch by M. Benkmann <haferfrost@web.de>
13471         * AUTHORS
13472
13473 2005-05-30 [colin]      1.9.11cvs21
13474
13475         * src/compose.c
13476                 Fix concatenation of different headers of
13477                 the same type (bug #645)
13478         * src/prefs_folder_item.c
13479                 Fix bug #699 (setting color to black doesn't
13480                 work immediately)
13481         * src/procmime.c
13482                 Print out decoding error only once per
13483                 block
13484
13485 2005-05-30 [paul]       1.9.11cvs20
13486
13487         * src/common/template.c
13488                 fix Bcc
13489
13490 2005-05-30 [paul]       1.9.11cvs19
13491
13492         * doc/src/rfc2368.txt   **NEW FILE**
13493         * src/compose.c
13494                 compose_entries_set(): don't interpret Bcc
13495                 header field (conform to RFC 2368)
13496                 (sync with main)
13497
13498 2005-05-29 [colin]      1.9.11cvs18
13499
13500         * src/prefs_common.c
13501                 Let the default reply format respect
13502                 netiquette by cutting the signature.
13503
13504 2005-05-29 [colin]      1.9.11cvs17
13505
13506         * src/summaryview.c
13507                 Don't let always_show_msg override
13508                 open_unread_on_enter when opening a new
13509                 directory.
13510
13511 2005-05-27 [paul]       1.9.11cvs16
13512
13513         sync with main:
13514
13515         * src/main.c
13516                 app_will_exit(): cleanup tmp directory when exit
13517         * src/message_search.c
13518                 improved the interface and made code cleanup.
13519                 removed Clear button
13520         * src/send_message.c
13521                 send_message_local(): use GSpawn, and detect errors
13522         * src/summary_search.c
13523                 improved the interface and made code cleanup
13524         * src/textview.c
13525                 textview_write_link(): also skip non-ascii space
13526                  at the head of link strings (phishing check
13527                  didn't work at the case)
13528         * src/common/utils.c
13529                 get_command_output(): use g_spawn_command_line_sync()
13530                 instead of popen()
13531
13532 2005-05-26 [colin]      1.9.11cvs15
13533
13534         * src/folder.c
13535                 remove printf
13536
13537 2005-05-26 [colin]      1.9.11cvs14
13538
13539         * src/common/nntp.c
13540                 Fix nntp mode reader (bug #611)
13541                 Patch by Florian Mickler <florian@mickler.org>
13542
13543 2005-05-26 [colin]      1.9.11cvs13
13544
13545         * src/plugins/pgpmime/passphrase.c
13546                 Fix mouse grabbing (bug #557)
13547
13548 2005-05-26 [colin]      1.9.11cvs12
13549
13550         * src/prefs_themes.c
13551                 Fix g_warning (bug #541)
13552
13553 2005-05-26 [colin]      1.9.11cvs11
13554
13555         * src/prefs_actions.c
13556         * src/prefs_template.c
13557                 Fix bug #506 (no warning if action/template
13558                 is not saved)
13559         * src/common/template.c
13560                 Fix a possible crash
13561
13562 2005-05-26 [colin]      1.9.11cvs10
13563
13564         * src/folder.c
13565         * src/folderview.c
13566         * src/procmsg.c
13567         * src/summaryview.c
13568                 Forbid locked messages to be moved or
13569                 deleted. Locked messages in trashes 
13570                 still get deleted, for performance
13571                 reason (mh.c::mh_remove_all_msgs)
13572
13573 2005-05-25 [colin]      1.9.11cvs9
13574
13575         * src/procmime.c
13576                 Use correct encoding when sending mails
13577                 with attachments that have accentued 
13578                 chars in their name
13579
13580 2005-05-24 [colin]      1.9.11cvs8
13581
13582         * src/summaryview.c
13583                 Fix bug #688 f) read/unread marker not
13584                 changed on first click
13585                 Also, optimize summary_status_show()
13586                 calls
13587         * src/folder.c
13588         * src/inc.c
13589         * src/procmime.c
13590                 Fix bug #688 b) and c) wrt message
13591                 attachments and signature
13592         * src/stock_pixmap.c
13593         * src/stock_pixmap.h
13594         * src/stock_pixmap.c
13595         * src/stock_pixmap.h
13596         * src/Makefile.am
13597         * src/pixmaps/clip_gpg_signed.xpm
13598                 Add clip/signed icon
13599
13600 2005-05-24 [colin]      1.9.11cvs7
13601
13602         * src/folder_item_prefs.c
13603                 whitespace fix
13604
13605 2005-05-24 [colin]      1.9.11cvs6
13606
13607         * src/folderview.c
13608         * src/prefs_common.c
13609         * src/prefs_common.h
13610                 Add a confirmation to folder drag and drop
13611                 fixes bug #156
13612         * src/alertpanel.c
13613         * src/alertpanel.h
13614                 fix _with_disable parameters so that
13615                 the buttons labels are specifiable too
13616         * src/plugins/pgpmime/sgpgme.c
13617                 reflect said change
13618                 
13619
13620 2005-05-24 [colin]      1.9.11cvs5
13621
13622         * src/folderview.c
13623                 Uncollapse/collapse folders on double-click
13624                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13625                 closes bug #108
13626
13627 2005-05-23 [colin]      1.9.11cvs4
13628
13629         * src/common/socket.c
13630                 Check another special SSL_peek() error.
13631                 Should help wrt bug #728
13632
13633 2005-05-23 [colin]      1.9.11cvs3
13634
13635         * src/plugins/pgpmime/pgpmime.c
13636                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13637                 breaking menu accelerators and stuff. Users will have to
13638                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13639                 account's privacy preferences if needed.
13640
13641 2005-05-22 [paul]
13642
13643         * tools/kdeservicemenu/install.sh
13644                 use kdesu to prompt for root password if doing
13645                 global install/uninstall
13646
13647 2005-05-20 [colin]      1.9.11cvs2
13648
13649         * src/procmsg.c
13650                 Fix another compilation error with gcc-2.9x
13651                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13652         * src/send_message.c
13653                 Don't send QUIT if we aren't connected
13654
13655 2005-05-19 [colin]      1.9.11cvs1
13656
13657         * src/procmsg.c
13658                 Fix compilation with gcc 2.9x
13659
13660 2005-05-19 [paul]       1.9.11
13661
13662         1.9.11 released
13663
13664 2005-05-19 [paul]       1.9.9cvs14
13665
13666         * src/gtk/inputdialog.c
13667                 prevent gettext warning
13668
13669 2005-05-19 [paul]       1.9.9cvs13
13670
13671         * src/mainwindow.c
13672         * src/prefs_common.c
13673         * src/prefs_common.h
13674         * src/textview.c
13675         * src/textview.h
13676                 add an option to toggle cursor in message
13677                 view (sync with main)
13678
13679 2005-05-18 [colin]      1.9.9cvs12
13680
13681         * src/compose.c
13682                 Dereference freed pointer
13683         * src/gtk/gtkaspell.c
13684                 Fix duplication of dictionaries (is it an aspell issue?)
13685
13686 2005-05-18 [colin]      1.9.9cvs11
13687
13688         * src/gtk/inputdialog.c
13689         * src/gtk/gtkaspell.c
13690                 HIGuify dialogs
13691         * src/alertpanel.c
13692                 Remove a double call
13693
13694 2005-05-17 [colin]      1.9.9cvs10
13695
13696         * src/gtk/gtkaspell.c
13697                 Fix dialogs, Ctrl-Enter accel
13698
13699 2005-05-17 [colin]      1.9.9cvs9
13700
13701         * src/gtk/gtkaspell.c
13702                 Fix some accelerators, escape in replace-window
13703
13704 2005-05-16 [colin]      1.9.9cvs8
13705
13706         * src/gtk/gtkaspell.c
13707                 Revert last commit, it was a mistake.
13708
13709 2005-05-16 [colin]      1.9.9cvs7
13710
13711         * src/gtk/gtkaspell.c
13712                 Remove buggy code while we're at it. It's a 
13713                 dead code path anyway.
13714
13715 2005-05-16 [colin]      1.9.9cvs6
13716
13717         * src/gtk/gtkaspell.c
13718                 Missed some gtk_menu_popup where deactivate
13719                 signal should be handled. Should fix bug
13720                 #629 a bit more.
13721
13722 2005-05-16 [colin]      1.9.9cvs5
13723
13724         * src/gtk/gtkaspell.c
13725                 Remove debug printf()s
13726
13727 2005-05-16 [colin]      1.9.9cvs4
13728
13729         * src/gtk/gtkaspell.c
13730                 Fix a bit aspell problems
13731                 (see bug #629)
13732
13733 2005-05-13 [colin]      1.9.9cvs3
13734
13735         * src/folderview.c
13736                 Fix the + appearing even when no subfolders
13737                 have unread messages. Thanks to wwp for the
13738                 bug report.
13739
13740 2005-05-11 [paul]       1.9.9cvs2
13741
13742         * src/folderview.c
13743                 correction to 1.9.9cvs1, only colour folders that
13744                 have new msgs (not unread msgs)
13745
13746 2005-05-10 [colin]      1.9.9cvs1
13747
13748         * src/folderview.c
13749         * src/summaryview.c
13750                 Try to fix bolding bugs again.
13751
13752 2005-05-09 [paul]
13753
13754         * tools/claws.i18n.status.pl
13755                 add Ricardo Mones Lastra's script that has been providing
13756                 the i18n status page for many months
13757
13758 2005-05-09 [paul]       1.9.9
13759
13760         1.9.9 release
13761
13762 2005-05-09 [paul]       1.9.6cvs58
13763
13764         * AUTHORS
13765         * INSTALL
13766         * README.claws
13767                 updated
13768         * Makefile.am 
13769         * RELEASE_NOTES.claws
13770                 add release notes to cvs to simplify release
13771                 procedure
13772         * configure.ac
13773                 add ca and fi to ALL_LINGUAS
13774         * po/Makefile.in.in
13775                 workaround for missing Makevars
13776         * po/ca.po
13777         * po/fi.po
13778                 add new Catalan and Finnish translations
13779                 submitted by Miquel Oliete and Flammie Pirinen
13780         * po/de.po
13781         * po/es.po
13782         * po/fr.po
13783         * po/it.po
13784         * po/pl.po
13785         * po/ru.po
13786         * po/sk.po
13787         * po/sr.po
13788         * po/zh_CN.po
13789                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13790                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13791                 Urke MMI, and Hansom Young
13792         * src/main.c
13793                 Fix drafting when quitting. compose_draft() closes the
13794                 compose windows, which modifies the compose_list GSList.
13795                 We have to refresh this list after echo drafting to avoid a
13796                 segfault
13797         * src/partial_download.c
13798                 fix segfault on exit
13799
13800 2005-05-06 [paul]       1.9.6cvs57
13801
13802         * src/grouplistdialog.c
13803                 quick fix/workaround for unresizeable newsgroup
13804                 name column 
13805
13806 2005-05-06 [paul]       1.9.6cvs56
13807
13808         * src/inc.c
13809         * src/mainwindow.c
13810                 use gettext plural forms
13811         * src/imap_gtk.c
13812         * src/mh_gtk.c
13813         * src/toolbar.c
13814                 small improvement to english usage
13815
13816 2005-05-05 [thorsten]   1.9.6cvs55
13817
13818         * src/folder.c
13819                 fix possible crash
13820
13821 2005-05-05 [paul]       1.9.6cvs54
13822         
13823         sync with HEAD
13824
13825         * AUTHORS
13826         * src/compose.c
13827                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13828                 patch by Tim Mann
13829
13830 2005-05-05 [paul]       1.9.6cvs53
13831
13832         * src/mainwindow.c
13833                 fix resizing of separate message and
13834                 folder views
13835
13836 2005-05-05 [paul]       1.9.6cvs52
13837
13838         * src/account.c
13839         * src/addrgather.c
13840         * src/browseldap.c
13841         * src/exphtmldlg.c
13842         * src/expldifdlg.c
13843         * src/importmutt.c
13844         * src/importpine.c
13845         * src/main.c
13846         * src/mainwindow.c
13847         * src/noticeview.c
13848         * src/prefs_filtering.c
13849         * src/prefs_filtering_action.c
13850         * src/prefs_matcher.c
13851         * src/prefs_spelling.c
13852         * src/prefs_toolbar.c
13853         * src/toolbar.c
13854         * src/wizard.c
13855         * src/gtk/description_window.c
13856         * src/gtk/gtkvscrollbutton.c
13857         * src/gtk/progressdialog.c
13858         * src/gtk/quicksearch.c
13859         * src/plugins/pgpmime/prefs_gpg.c
13860         * src/plugins/spamassassin/spamassassin_gtk.c
13861                 replace deprecated gtk_widget_set_usize
13862
13863 2005-05-04 [colin]      1.9.6cvs51
13864
13865         * src/common/utils.c
13866                 Fix crash when subst_for_filename is called
13867                 with a NULL parameter
13868
13869 2005-05-04 [colin]      1.9.6cvs50
13870
13871         * src/partial_download.c
13872         * src/pop.c
13873                 Escape login when writing uidl file
13874                 fixes bug #736
13875
13876 2005-05-03 [colin]      1.9.6cvs49
13877
13878         * src/procmime.c
13879                 Fix possible DOS in mime parser
13880                 (see bug #634)
13881
13882 2005-05-02 [colin]      1.9.6cvs48
13883
13884         * src/compose.c
13885                 Try to fix the copy/paste mess once again.
13886
13887
13888 2005-04-30 [colin]      1.9.6cvs47
13889
13890         * src/prefs_account.h
13891         * src/procmsg.c
13892         * src/send_message.c
13893         * src/common/smtp.c
13894         * src/common/smtp.h
13895                 Try to batch sending mails (per account) instead of
13896                 reconnecting to server every time.
13897
13898 2005-04-29 [colin]      1.9.6cvs46
13899
13900         * src/messageview.c
13901                 Fix window resizing that refused to size down
13902         * src/prefs_common.c
13903         * src/prefs_common.h
13904         * src/prefs_filtering.c
13905                 Save Filtering's window size
13906
13907 2005-04-21 [paul]       1.9.6cvs45
13908
13909         * ChangeLog-gtk2.claws
13910         * src/setup.c
13911                 correction to sync
13912
13913 2005-04-21 [paul]       1.9.6cvs44
13914
13915         sync with main:
13916
13917         * src/setup.c
13918         * src/statusbar.c
13919         * src/statusbar.h
13920                 use gtkut_widget_draw_now(). Improved performance
13921                 of the update of statusbar
13922         * src/textview.c
13923                 textview_smooth_scroll_do(): redraw it after scroll
13924                 is done (fixed incorrect display when a part of the
13925                 view is hidden).
13926         * src/gtk/gtkutils.c
13927         * src/gtk/gtkutils.h
13928                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13929                 to force update of widgets.
13930                 Removed gtkut_widget_wait_for_draw() which had a big
13931                 overhead  because of waiting for all events processed 
13932
13933 2005-04-20 [paul]       1.9.6cvs43
13934
13935         * src/codeconv.c
13936                 complete 1.9.6cvs42's sync:
13937                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13938
13939 2005-04-19 [paul]       1.9.6cvs42
13940
13941         sync with main:
13942
13943         * src/action.c
13944                 catch_output(): correctly select the insert text
13945                 (fix invalid iterator warnings).
13946         * src/codeconv.c
13947         * src/codeconv.h
13948         * src/mainwindow.c
13949         * src/messageview.c
13950         * src/prefs_common.c
13951                 support GBK encoding.
13952         * src/common/session.c
13953         * src/common/session.h
13954                 use separate buffer for large data to be sent,
13955                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13956
13957 2005-04-18 [paul]       1.9.6cvs41
13958
13959         * src/jpilot.c
13960                 convert unsigned long into guint32
13961                 patch by Paul LeoNerd Evans 
13962
13963 2005-04-17 [colin]      1.9.6cvs40
13964
13965         * src/compose.c
13966                 Fix 'Request return receipt' from folder
13967                 properties (bug #708)
13968
13969 2005-04-17 [colin]      1.9.6cvs39
13970
13971         * src/mainwindow.c
13972                 Fix duplicate hotkeys in Mainwindow's menu
13973
13974 2005-04-17 [colin]      1.9.6cvs38
13975
13976         * src/folderview.c
13977                 Fix duplicate hotkeys in Folderview's contextual
13978                 menu
13979
13980 2005-04-15 [colin]      1.9.6cvs37
13981
13982         * src/summaryview.c
13983                 Fix 'Save as...' with non-ascii filenames
13984
13985 2005-04-15 [colin]      1.9.6cvs36
13986
13987         * src/plugins/pgpmime/pgpmime.c
13988                 Fix bus error on 64bit. Spotted by 
13989                 macallan1888@gmail.com
13990
13991 2005-04-15 [colin]      1.9.6cvs35
13992
13993         * src/prefs_account.c
13994                 Fix cvs34.
13995
13996 2005-04-12 [colin]      1.9.6cvs34
13997
13998         * src/prefs_account.c
13999                 Fix smtp auth type off-by-one. We forgot to
14000                 add PLAIN in the prefs-to-gui setter func and
14001                 as a result, the selected auth when opening
14002                 account prefs was not the correct one.
14003
14004 2005-04-12 [paul]       1.9.6cvs33
14005
14006         * src/inc.c
14007                 if the recv dialog is visible, Cancel only
14008                 cancels the current account
14009
14010
14011 2005-04-10 [colin]      1.9.6cvs32
14012
14013         * src/filtering.c
14014                 Copy score when copying FilteringActions
14015                 Fix bug #674
14016
14017 2005-04-10 [colin]      1.9.6cvs31
14018
14019         * src/inc.c
14020                 Make Message -> Receive -> Cancel cancel 
14021                 incorporation on all accounts. Fixes
14022                 bug #693
14023
14024 2005-04-10 [colin]      1.9.6cvs30
14025
14026         * src/prefs_account.c
14027                 Update Privacy checkbuttons status based
14028                 on the selected privacy system
14029         * src/compose.c
14030                 Always connect the "None" privacy system; the
14031                 static boolean was probably there to avoid
14032                 reconnecting twice in the same compose window,
14033                 but as the parent function is only called once
14034                 per compose, it's only a bug - as a static is
14035                 initialized once per application instance.
14036                 Also, don't uncheck Sign and Encrypt when
14037                 selecting None as privacy system; just ignore
14038                 them when sending/queuing.
14039                 Should fix bug #695
14040
14041 2005-04-08 [colin]      1.9.6cvs29
14042
14043         * src/account.c
14044         * src/prefs_account.c
14045         * src/prefs_account.h
14046                 Add account preference to queue message in a certain
14047                 folder.
14048
14049 2005-04-06 [colin]      1.9.6cvs28
14050
14051         * src/prefs_account.c
14052                 Update old inbox path syntax
14053
14054 2005-04-06 [paul]       1.9.6cvs27
14055
14056         sync with main:
14057
14058         * configure.ac
14059                 changed -traditional-cpp to -no-cpp-precomp for newer
14060                 Mac OS X support
14061         * src/foldersel.c
14062                 made column resize automatically
14063         * src/send_message.c
14064                 send_message_smtp(): consider EOF right after QUIT
14065                 successful (workaround for Gmail SMTP server)
14066         * src/common/socket.c
14067                 ssl_read(), ssl_peek(): check EOF which violates the
14068                 SSL protocol
14069         * src/gtk/colorlabel.c
14070                 removed warnings when displaying colorlabel menu
14071                 (don't use GtkAlignment)
14072
14073 2005-04-05 [paul]       1.9.6cvs26
14074
14075         * src/plugins/trayicon/trayicon.c
14076                 fix clipping of icon under KDE3 
14077
14078 2005-04-05 [paul]       1.9.6cvs25
14079
14080         * src/summaryview.c
14081                 hide display of threading
14082                 patch by Alfons
14083
14084 2005-04-04 [thorsten]   1.9.6cvs24
14085
14086         * src/mh.c
14087                 marks lost on filesystems with different stat() results on
14088                 summer-/wintertime
14089
14090 2005-04-03 [colin]      1.9.6cvs23
14091
14092         * src/summaryview.c
14093                 Don't handle up/down. Patch by Alfons
14094
14095 2005-04-02 [colin]      1.9.6cvs22
14096
14097         * src/summaryview.c
14098                 Make scrolling faster. Patch by Alfons.
14099
14100 2005-04-01 [colin]      1.9.6cvs21
14101
14102         * src/Makefile.am
14103         * src/stock_pixmap.c
14104         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14105         * src/pixmaps/dir_noselect.xpm ** ADDED **
14106                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14107
14108 2005-04-01 [colin]      1.9.6cvs20
14109
14110         * src/image_viewer.c
14111         * src/image_viewer.h
14112         * src/procmime.c
14113         * src/procmime.h
14114         * src/textview.c
14115         * src/textview.h
14116                 Implement inline image resizing and right-clicking
14117
14118 2005-04-01 [paul]       1.9.6cvs19
14119
14120         * AUTHORS
14121         * Makefile.am
14122         * configure.ac
14123                 check for gnome2
14124                 patch by Luca Cavalli <loopback<AT>slackit.org>
14125         * po/ru.po
14126                 updated by Pavlo Bohmat
14127
14128 2005-03-31 [colin]      1.9.6cvs18
14129
14130         * src/news.c
14131                 Fix parsing references
14132         * src/msgcache.c
14133                 don't put nulls in the references list
14134         * src/procheader.c
14135                 commit that forgotten file in 1.9.6cvs14
14136
14137 2005-03-31 [colin]      1.9.6cvs17
14138
14139         * src/compose.c
14140                 Fix joining of signature separator again. 
14141                 Maybe Hiro could put it in main too...
14142
14143 2005-03-31 [colin]      1.9.6cvs16
14144
14145         * src/Makefile.am
14146         * src/foldersel.c
14147         * src/stock_pixmap.c
14148         * src/stock_pixmap.h
14149         * src/pixmaps/dir-noselect.xpm
14150                 Update foldersel.c (sync from main, patch by Alfons)
14151
14152 2005-03-30 [colin]      1.9.6cvs15
14153
14154         * src/imap.c
14155                 Fix handling of imap folders containing [] in 
14156                 their name. Thanks to Nahuel Angelinetti for
14157                 the detailed bugreport.
14158
14159 2005-03-30 [colin]      1.9.6cvs14
14160
14161         * src/common/utils.h
14162         * src/common/utils.c
14163         * src/common/defs.h
14164         * src/matcher.c
14165         * src/msgcache.c
14166         * src/news.c
14167         * src/procmsg.c
14168         * src/procmsg.h
14169         * src/quote_fmt_parse.y
14170         * src/summaryview.c
14171                 Update references system. Patch by Alfons
14172
14173 2005-03-30 [colin]      1.9.6cvs13
14174
14175         * src/common/socket.c
14176                 Force the glibc to read resolv.conf again when 
14177                 it has changed. Should fix issues when changing
14178                 networks on a laptop and not restarting sylpheed. 
14179
14180 2005-03-30 [paul]       1.9.6cvs12
14181
14182         partial sync with main:
14183
14184         * src/action.c
14185                 create_io_dialog(): use user-defined text font
14186                 (thanks to Alfons), and modified its appearance.
14187         * src/addrgather.c
14188         * src/addrharvest.c
14189         * src/browseldap.c
14190                 replace old code
14191         * src/compose.c
14192                 don't join (presumably) itemized lines on line-wrapping
14193                 fixed wrapping of quote when auto-wrapping is enabled
14194                 compose_destroy(): destroy paned only if it's not
14195                 attached to window. Fixed memory leak of popup menu.
14196         * src/exphtmldlg.c
14197         * src/expldifdlg.c
14198                 replace old code
14199         * src/html.c
14200         * src/html.h
14201         * src/importmutt.c
14202         * src/importpine.c
14203                 replace old code
14204         * src/main.c
14205                 removed redundant code
14206         * src/mainwindow.c
14207                 changed 'Code set' (which is rather incorrect)
14208                 in the menu to 'Character encoding'
14209                 main_window_set_widgets(): request size first
14210                 to prevent window size becoming wrong
14211                 fixed remembering of the state of the visibility
14212                 of MessageView
14213         * src/messageview.c
14214                 changed 'Code set' (which is rather incorrect)
14215                 in the menu to 'Character encoding'
14216         * src/prefs_common.c
14217         * src/prefs_common.h
14218                 added an option whether to render HTML as text or not
14219                 added separators to outgoing encoding menu
14220         * src/procheader.c
14221                 procheader_scan_date_string(): support header
14222                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14223         * src/summaryview.c
14224         * src/summaryview.h
14225                 minor code cleanup
14226         * src/textview.c
14227                 textview_show_html(): force output of newline
14228                 added an option whether to render HTML as text or not
14229         * src/common/utils.c
14230                 strncpy2(): optimized based on Alfons' code
14231         * src/gtk/gtkutils.c
14232         * src/gtk/gtkutils.h
14233                 removed non-used code
14234         * src/plugins/pgpmime/passphrase.c
14235                 partially fixed grab input of passphrase dialog
14236                 Confine pointer to window
14237
14238 2005-03-30 [colin]      1.9.6cvs11
14239
14240         * src/msgcache.c
14241         * src/msgcache.h
14242                 Read/write 32bit ints from cache & marks
14243                 From main.
14244
14245 2005-03-29 [paul]       1.9.6cvs10
14246
14247         * AUTHORS
14248         * ChangeLog.claws
14249         * src/compose.c
14250         * src/gtk/gtkaspell.c
14251                 sync with HEAD (don't pass NULL pointers) 
14252
14253 2005-03-24 [paul]
14254
14255         * tools/Makefile.am
14256         * tools/README
14257         * tools/acroread2sylpheed.pl
14258                 sync with HEAD (add script to send pdfs as
14259                 attachments from Adobe Reader 7)
14260
14261 2005-03-21 [paul]       1.9.6cvs9
14262
14263         * configure.ac
14264         * po/POTFILES.in
14265         * src/Makefile.am
14266         * src/crash.c
14267         * src/image_viewer.c ** ADDED **
14268         * src/image_viewer.h ** ADDED **
14269         * src/main.c
14270         * src/prefs_common.c
14271         * src/prefs_common.h
14272         * src/prefs_image_viewer.c ** ADDED **
14273         * src/prefs_image_viewer.h ** ADDED **
14274         * src/textview.c
14275         * src/gtk/about.c
14276         * src/pixmaps/sylpheed_logo.xpm
14277         * src/plugins/Makefile.am
14278         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14279         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14280         * src/plugins/image_viewer/plugin.c ** REMOVED **
14281         * src/plugins/image_viewer/viewer.c ** REMOVED **
14282         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14283         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14284         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14285         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14286         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14287                 as gdk-pixbuf is now built-in
14288                 remove image_viewer plugin and put code back into
14289                 main codebase
14290                 implement inline image display (sync with main)
14291
14292                 replace logo with newer, nicer, larger version  
14293
14294 2005-03-21 [paul]       1.9.6cvs8
14295
14296         * src/gtk/about.c
14297                 cosmetic improvement
14298
14299 2005-03-21 [holger]     1.9.6cvs7
14300
14301         * src/plugins/spamassassin/spamassassin.c
14302                 Sync with HEAD
14303                 (unregister hook on failed plugin init)
14304
14305 2005-03-20 [colin]      1.9.6cvs6
14306
14307         * src/common/plugin.c
14308                 Check that plugin isn't already loaded
14309                 Patch by Alfons
14310
14311 2005-03-20 [thorsten]   1.9.6cvs5
14312
14313         * src/compose.c
14314                 use a more compatible syntax
14315
14316 2005-03-20 [thorsten]   1.9.6cvs4
14317
14318         * src/prefs_toolbar.c
14319                 fix crash when selecting toolbar item (uninitialized pointer)
14320
14321 2005-03-20 [thorsten]   1.9.6cvs3
14322
14323         * src/procmime.c
14324                 fix mimetype detection (referenced free()d string)
14325
14326 2005-03-20 [paul]       1.9.6cvs2
14327
14328         * src/compose.c
14329                 sync with HEAD (1.0.3cvs5)
14330                 neglect Reply-To header if empty
14331                 Patch by Alfons 
14332
14333 2005-03-19 [holger]     1.9.6cvs1
14334
14335         * src/summaryview.c
14336         * src/summaryview.h
14337                 Sync with HEAD
14338
14339 2005-03-18 [paul]       1.9.6
14340
14341         initial GTK2 release
14342
14343 2005-03-18 [paul]       1.0.3cvs3.1
14344
14345         * AUTHORS
14346         * ChangeLog.claws
14347         * configure.ac
14348         * src/gtk/about.c
14349         * src/pixmaps/sylpheed_logo.xpm
14350                 sync with HEAD
14351
14352 2005-03-18 [colin]      1.0.3cvs2.6
14353
14354         * src/summaryview.c
14355                 Remove call to summary_step in summary_copy_selected_to
14356                 Can't see its purpose, and this causes bug when copying
14357                 a message if the next one is unread: it reads it.
14358
14359 2005-03-18 [paul]       1.0.3cvs2.5
14360
14361         * src/foldersel.c
14362                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14363
14364 2005-03-18 [paul]       1.0.3cvs2.4
14365
14366         * src/addrharvest.c
14367         * src/codeconv.c
14368         * src/codeconv.h
14369         * src/compose.c
14370         * src/news.c
14371         * src/procheader.c
14372         * src/procmime.c
14373         * src/unmime.c
14374         * src/unmime.h
14375                 fix buffer overflow, CAN-2005-0667, see
14376                 http://secunia.com/advisories/14491/
14377                 Patch by Alfons
14378
14379 2005-03-17 [colin]      1.0.3cvs2.3
14380
14381         * src/prefs_fonts.c
14382         * src/summaryview.c
14383                 Fix font bugs (both lists now officialy share 
14384                 the same font)
14385                 
14386
14387 2005-03-17 [paul]       1.0.3cvs2.2
14388
14389         * src/gtk/pluginwindow.c
14390                 make plugin descriptions uneditable
14391
14392 2005-03-11 [paul]       1.0.3cvs2.1
14393
14394         * ChangeLog.claws
14395         * configure.ac
14396         * po/POTFILES.in
14397         * src/plugins/trayicon/trayicon.c
14398                 sync with HEAD
14399                 add src/wizard.c to POTFILES.in
14400
14401 2005-03-11 [paul]       1.0.3cvs1.1
14402
14403         * ChangeLog
14404         * ChangeLog.claws
14405         * configure.ac
14406         * po/de.po
14407         * po/es.po
14408         * po/fr.po
14409         * po/it.po
14410         * po/pt_BR.po
14411         * po/ru.po
14412         * po/sk.po
14413         * po/sr.po
14414         * po/zh_CN.po
14415                 sync with HEAD
14416
14417 2005-03-04 [colin]      1.0.1cvs22.2
14418
14419         * src/compose.c
14420                 Fix signatures with accentued chars in it
14421
14422 2005-03-04 [colin]      1.0.1cvs22.1
14423
14424         * src/common/smtp.c
14425         * src/common/smtp.h
14426                 Don't use SIZE param in MAIL FROM: if server 
14427                 doesn't support it. Patch by Eugen Freiter
14428                 <eugen_f@users.sf.net>
14429
14430 2005-02-27 [paul]       1.0.1cvs20.1
14431
14432         * ChangeLog.claws
14433         * configure.ac
14434         * src/messageview.c
14435                 sync with HEAD
14436
14437 2005-02-27 [colin]      1.0.1cvs19.4
14438
14439         * src/procheader.c
14440         * src/procheader.h
14441                 Fix prototypes. Patch by Alfons
14442
14443 2005-02-27 [colin]      1.0.1cvs19.3
14444
14445         * src/compose.c
14446                 Don't auto-join the signature separator.
14447
14448 2005-02-26 [colin]      1.0.1cvs19.2
14449
14450         * src/summaryview.c
14451                 Fix 'mark all read' with collapsed threads.
14452                 Patch by Alfons.
14453
14454 2005-02-25 [paul]       1.0.1cvs19.1
14455
14456         * ChangeLog.claws
14457         * configure.ac
14458         * src/prefs_account.c
14459         * src/prefs_folder_item.c
14460         * src/gtk/prefswindow.c
14461         * src/gtk/prefswindow.h
14462                 sync with HEAD
14463
14464 2005-02-25 [paul]       1.0.1cvs15.12
14465
14466         * src/alertpanel.c
14467         * src/codeconv.c
14468         * src/compose.c
14469         * src/textview.c
14470         * src/gtk/gtkutils.c
14471         * src/gtk/gtkutils.h
14472         * src/gtk/logwindow.c
14473         * src/gtk/progressdialog.c
14474                 sync with main (revision 127)
14475                 and fix logwindow clipping
14476
14477 2005-02-24 [colin]      1.0.1cvs15.11
14478
14479         * src/plugins/pgpmime/passphrase.c
14480                 Disable input grabbing; it doesn't work yet.
14481
14482 2005-02-24 [colin]      1.0.1cvs15.10
14483
14484         * src/messageview.c
14485                 Don't send out receipts if offline. Ask.
14486
14487 2005-02-23 [colin]      1.0.1cvs15.9
14488
14489         * src/summaryview.c     
14490                 Fix expanding
14491
14492 2005-02-23 [colin]      1.0.1cvs15.8
14493
14494         * src/summaryview.c
14495                 Really fix Bug 568 by removing useless
14496                 calls. summary_thread_init() now called
14497                 in summary_sort(). This should please
14498                 Alfons as it should be faster than 
14499                 previously.
14500
14501 2005-02-23 [colin]      1.0.1cvs15.7
14502
14503         * src/compose.c
14504                 Encode parts as QP or B64 if signing
14505
14506 2005-02-23 [colin]      1.0.1cvs15.6
14507
14508         * src/compose.c
14509                 Fix Mimeinfo leakage (including tmp files)
14510         * src/procmsg.c
14511                 Fix tmp file leakage (spotted by Ivan Rayner)
14512
14513 2005-02-22 [colin]      1.0.1cvs15.5
14514
14515         * src/expldifdlg.c
14516                 Fix keyboard input. Patch by Alfons.
14517
14518 2005-02-21 [colin]      1.0.1cvs15.4
14519
14520         * src/compose.c
14521                 Fix Sign/Encrypt when unselecting privacy
14522                 system
14523         * src/prefs_common.c
14524                 Change default message font to Monospace
14525         * src/summaryview.c
14526                 More freezing during potentially large operations
14527
14528 2005-02-21 [paul]       1.0.1cvs15.3
14529
14530         * src/main.c
14531                 fix --help output
14532
14533 2005-02-21 [paul]       1.0.1cvs15.2
14534
14535         * po/Makefile.in.in
14536         * src/compose.c
14537         * src/summaryview.c
14538         * src/textview.c
14539         * src/common/utils.c
14540         * src/common/utils.h
14541                 sync with main (revision 117)
14542
14543 2005-02-20 [colin]      1.0.1cvs15.1
14544
14545         * src/common/defs.h
14546                 Change cache file to .sylpheed_claws_cache, as
14547                 suggested by Alfons. Allows people to switch
14548                 between Sylpheed and Sylpheed-Claws. it is
14549                 a good idea to "Check for new messages" at next
14550                 startup.
14551
14552
14553 2005-02-18 [colin]      1.0.1cvs14.1
14554
14555         * src/quote_fmt_lex.l
14556         * src/quote_fmt_parse.y
14557                 Fix parser initialisation. Patch by Ivan.
14558
14559 2005-02-18 [colin]      1.0.1cvs11.6
14560
14561         * src/folderview.c
14562                 Fix scrolldown (bug 662)
14563
14564 2005-02-17 [colin]      1.0.1cvs11.5
14565
14566         * src/codeconv.c
14567                 conv_filename_to_utf8: return clean 7bit instead
14568                 of broken utf8 if needed
14569         * src/mimeview.c
14570                 Fix display of parts with unclean 8bit names
14571
14572 2005-02-17 [paul]       1.0.1cvs11.4
14573
14574         * src/compose.c
14575         * src/exportldif.c
14576         * src/matcher_parser_parse.y
14577         * src/procmime.c
14578         * src/sourcewindow.c
14579         * src/common/Makefile.am
14580         * src/common/intl.h             ** REMOVED **
14581         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14582                 sync with main (revision 109)
14583                 and clean up
14584
14585 2005-02-16 [colin]      1.0.1cvs11.3
14586
14587         * src/summaryview.c
14588                 Fix collapsed thread not highlighting when new
14589                 messages in it (Bug 568) Patch by Stephan Sachse.
14590                 Fix messed up selection when reaching bounds (Bug 632)
14591         * src/prefs_themes.c
14592                 Fix theme installing (Bug 684)
14593
14594 2005-02-16 [colin]      1.0.1cvs11.2
14595
14596         * src/messageview.c
14597                 Fix messageview_select_all
14598
14599 2005-02-16 [colin]      1.0.1cvs11.1
14600
14601         * src/mh.c
14602                 Sync with HEAD (MH scan required function)
14603
14604 2005-02-15 [colin]      1.0.1cvs8.1
14605
14606         * src/mimeview.c
14607         * src/common/utils.c
14608                 Sync with HEAD (filename chars substitution)
14609
14610 2005-02-15 [colin]      1.0.1cvs7.3
14611
14612         * src/gtk/pluginwindow.c
14613                 Fix button spacing
14614
14615 2005-02-15 [colin]      1.0.1cvs7.2
14616
14617         * src/mimeview.c
14618                 Fix mime icons not reset across message when
14619                 scrolled down
14620
14621 2005-02-15 [colin]      1.0.1cvs7.1
14622
14623         * src/compose.c
14624         * src/procmime.c
14625                 Sync with HEAD (optimisation of cvs6)
14626
14627 2005-02-14 [colin]      1.0.1cvs6.1
14628
14629         * src/compose.c
14630         * src/procmime.c
14631                 Sync with HEAD (encode "From " at line beginning)
14632
14633 2005-02-14 [colin]      1.0.1cvs5.3
14634
14635         * src/compose.c
14636                 Fix wrapping with accentued chars.
14637
14638 2005-02-13 [colin]      1.0.1cvs5.2
14639
14640         * src/textview.c
14641                 Fix email informative part parsing with
14642                 accentued chars in it. ispunct() returns
14643                 true for them in utf8...
14644
14645 2005-02-12 [colin]      1.0.1cvs5.1
14646
14647         * src/filtering.c
14648                 Sync with HEAD (remove wrong use of compose after send)
14649
14650 2005-02-12 [paul]       1.0.1cvs4.5
14651
14652         * src/textview.c
14653                 remove unnecessary code (thanks to Alfons)
14654
14655 2005-02-12 [paul]       1.0.1cvs4.4
14656
14657         * src/textview.c
14658                 add 'Copy' to contextual menu on emails
14659
14660 2005-02-11 [colin]      1.0.1cvs4.3
14661
14662         * src/compose.c
14663                 revert 1.0.0cvs28.2, it doesn't work that well.
14664
14665 2005-02-11 [paul]       1.0.1cvs4.2
14666
14667         * po/Makefile.in.in
14668                 fix 'make release'
14669
14670 2005-02-10 [paul]       1.0.1cvs4.1
14671
14672         * ChangeLog
14673         * ChangeLog.claws
14674         * ChangeLog.jp
14675         * configure.ac
14676         * src/compose.c
14677                 sync with HEAD (sync with main)
14678
14679 2005-02-10 [paul]       1.0.1cvs3.2
14680
14681         * AUTHORS
14682         * Makefile.am
14683         * autogen.sh
14684         * configure.ac
14685         * config/mkinstalldirs
14686         * intl/.cvsignore
14687         * intl/ChangeLog
14688         * intl/VERSION
14689         * intl/bindtextdom.c
14690         * intl/config.charset
14691         * intl/dcgettext.c
14692         * intl/dcigettext.c
14693         * intl/dcngettext.c
14694         * intl/dgettext.c
14695         * intl/dngettext.c
14696         * intl/eval-plural.h
14697         * intl/explodename.c
14698         * intl/finddomain.c
14699         * intl/gettext.c
14700         * intl/gettextP.h
14701         * intl/gmo.h
14702         * intl/hash-string.h
14703         * intl/intl-compat.c
14704         * intl/l10nflist.c
14705         * intl/libgnuintl.h.in
14706         * intl/loadinfo.h
14707         * intl/loadmsgcat.c
14708         * intl/localcharset.c
14709         * intl/localcharset.h
14710         * intl/locale.alias
14711         * intl/localealias.c
14712         * intl/localename.c
14713         * intl/log.c
14714         * intl/ngettext.c
14715         * intl/os2compat.c
14716         * intl/os2compat.h
14717         * intl/osdep.c
14718         * intl/plural-exp.c
14719         * intl/plural-exp.h
14720         * intl/plural.c
14721         * intl/plural.y
14722         * intl/ref-add.sin
14723         * intl/ref-del.sin
14724         * intl/relocatable.c
14725         * intl/relocatable.h
14726         * intl/textdomain.c
14727         * m4/Makefile.am
14728         * po/Makefile.in.in
14729         * src/Makefile.am
14730         * src/account.c
14731         * src/action.c
14732         * src/addr_compl.c
14733         * src/addressadd.c
14734         * src/addressbook.c
14735         * src/addrgather.c
14736         * src/addrindex.c
14737         * src/alertpanel.c
14738         * src/browseldap.c
14739         * src/codeconv.c
14740         * src/codeconv.h
14741         * src/compose.c
14742         * src/compose.h
14743         * src/crash.c
14744         * src/editaddress.c
14745         * src/editbook.c
14746         * src/editgroup.c
14747         * src/editjpilot.c
14748         * src/editldap.c
14749         * src/editldap_basedn.c
14750         * src/editvcard.c
14751         * src/exphtmldlg.c
14752         * src/expldifdlg.c
14753         * src/export.c
14754         * src/exporthtml.c
14755         * src/filtering.c
14756         * src/folder.c
14757         * src/folder_item_prefs.c
14758         * src/foldersel.c
14759         * src/folderview.c
14760         * src/grouplistdialog.c
14761         * src/headerview.c
14762         * src/imap.c
14763         * src/imap_gtk.c
14764         * src/import.c
14765         * src/importldif.c
14766         * src/importmutt.c
14767         * src/importpine.c
14768         * src/inc.c
14769         * src/ldif.c
14770         * src/main.c
14771         * src/mainwindow.c
14772         * src/matcher.c
14773         * src/mbox.c
14774         * src/message_search.c
14775         * src/messageview.c
14776         * src/mh.c
14777         * src/mh_gtk.c
14778         * src/mimeview.c
14779         * src/msgcache.c
14780         * src/news.c
14781         * src/news_gtk.c
14782         * src/noticeview.c
14783         * src/partial_download.c
14784         * src/pop.c
14785         * src/prefs_account.c
14786         * src/prefs_actions.c
14787         * src/prefs_common.c
14788         * src/prefs_customheader.c
14789         * src/prefs_display_header.c
14790         * src/prefs_ext_prog.c
14791         * src/prefs_filtering.c
14792         * src/prefs_filtering_action.c
14793         * src/prefs_folder_item.c
14794         * src/prefs_fonts.c
14795         * src/prefs_gtk.c
14796         * src/prefs_matcher.c
14797         * src/prefs_msg_colors.c
14798         * src/prefs_spelling.c
14799         * src/prefs_summary_column.c
14800         * src/prefs_template.c
14801         * src/prefs_themes.c
14802         * src/prefs_toolbar.c
14803         * src/prefs_wrapping.c
14804         * src/privacy.c
14805         * src/procheader.c
14806         * src/procmime.c
14807         * src/procmsg.c
14808         * src/quote_fmt.c
14809         * src/recv.c
14810         * src/send_message.c
14811         * src/setup.c
14812         * src/sourcewindow.c
14813         * src/ssl_manager.c
14814         * src/statusbar.c
14815         * src/summary_search.c
14816         * src/summaryview.c
14817         * src/textview.c
14818         * src/toolbar.c
14819         * src/wizard.c
14820         * src/common/nntp.c
14821         * src/common/plugin.c
14822         * src/common/smtp.c
14823         * src/common/ssl.c
14824         * src/common/ssl_certificate.c
14825         * src/common/string_match.c
14826         * src/common/sylpheed.c
14827         * src/common/template.c
14828         * src/common/utils.c
14829         * src/gtk/about.c
14830         * src/gtk/colorlabel.c
14831         * src/gtk/description_window.c
14832         * src/gtk/filesel.c
14833         * src/gtk/foldersort.c
14834         * src/gtk/gtkaspell.c
14835         * src/gtk/gtkutils.c
14836         * src/gtk/inputdialog.c
14837         * src/gtk/logwindow.c
14838         * src/gtk/menu.c
14839         * src/gtk/pluginwindow.c
14840         * src/gtk/prefswindow.c
14841         * src/gtk/progressdialog.c
14842         * src/gtk/quicksearch.c
14843         * src/gtk/sslcertwindow.c
14844         * src/plugins/clamav/clamav_plugin.c
14845         * src/plugins/clamav/clamav_plugin_gtk.c
14846         * src/plugins/demo/demo.c
14847         * src/plugins/dillo_viewer/dillo_prefs.c
14848         * src/plugins/dillo_viewer/dillo_viewer.c
14849         * src/plugins/image_viewer/plugin.c
14850         * src/plugins/image_viewer/viewer.c
14851         * src/plugins/image_viewer/viewerprefs.c
14852         * src/plugins/mathml_viewer/mathml_viewer.c
14853         * src/plugins/pgpmime/passphrase.c
14854         * src/plugins/pgpmime/plugin.c
14855         * src/plugins/pgpmime/prefs_gpg.c
14856         * src/plugins/pgpmime/select-keys.c
14857         * src/plugins/pgpmime/sgpgme.c
14858         * src/plugins/spamassassin/spamassassin.c
14859         * src/plugins/spamassassin/spamassassin_gtk.c
14860         * src/plugins/trayicon/trayicon.c
14861                 sync with main (revision 104)
14862
14863 2005-02-10 [colin]      1.0.1cvs3.1
14864
14865         * src/mainwindow.c
14866                 Sync with HEAD (fix occasional crasher)
14867
14868 2005-02-10 [colin]      1.0.1cvs2.1
14869
14870         * src/messageview.c
14871                 Synw with HEAD (don't automatically display html)
14872
14873 2005-02-09 [colin]      1.0.1cvs1.3
14874
14875         * src/textview.c
14876         * src/textview.h
14877                 Add contextual menu on emails
14878
14879 2005-02-09 [colin]      1.0.1cvs1.2
14880
14881         * src/codeconv.c
14882                 Fix converting from broken headers and 
14883                 put back the _ in missing places
14884                 (feature broke with cvs24.2 sync, main 
14885                  possibly affected?)
14886
14887 2005-02-09 [colin]      1.0.1cvs1.1
14888
14889         * src/messageview.c
14890         * src/mimeview.c
14891         * src/mimeview.h
14892                 Sync with HEAD (display non text/plain mails with plugin)
14893
14894 2005-02-08 [colin]      1.0.1.1
14895
14896         * ChangeLog.claws
14897         * po/pt_BR.po
14898                 Sync with HEAD
14899         * configure.ac
14900                 Make default configuration directory 
14901                 be .sylpheed-gtk2
14902
14903 2005-02-08 [colin]      1.0.0cvs29.1
14904
14905         * po/de.po
14906         * po/es.po
14907         * po/fr.po
14908         * po/it.po
14909         * po/sk.po
14910         * po/sr.po
14911                 Sync translations with HEAD
14912
14913 2005-02-06 [colin]      1.0.0cvs28.3
14914
14915         * src/compose.c
14916                 Make compose a bit faster - patch by Alfons.
14917
14918 2005-02-06 [colin]      1.0.0cvs28.2
14919
14920         * src/compose.c
14921                 Make pasting via middle-click more reliable
14922
14923 2005-02-05 [paul]       1.0.0cvs28.1
14924
14925         * ChangeLog
14926         * ChangeLog.claws
14927         * ChangeLog.jp
14928         * configure.ac
14929         * src/compose.c
14930                 sync with HEAD
14931                 (fix bug 682 'redirect is broken'
14932
14933 2005-02-05 [torte]      1.0.0cvs27.1
14934
14935         * ChangeLog.claws
14936         * configure.ac
14937         * src/partial_download.c
14938                 Sync with HEAD (fix buf overflow)
14939
14940 2005-02-03 [colin]      1.0.0cvs26.1
14941
14942         * src/common/plugin.c
14943                 Sync with HEAD (avoid plugin mismatches)
14944
14945 2005-02-03 [paul]       1.0.0cvs25.3
14946
14947         * src/folderview.c
14948         * src/headerview.c
14949         * src/summaryview.c
14950         * src/textview.c
14951         * src/gtk/colorlabel.c
14952                 third and final part of initial sync with main-gtk2
14953
14954 2005-02-03 [paul]       1.0.0cvs25.2
14955
14956         * src/jpilot.c
14957                 fix building with jpilot support
14958
14959 2005-02-02 [colin]      1.0.0cvs25.1
14960
14961         * src/messageview.c
14962                 Sync with HEAD (fix dangerous typo)
14963
14964 2005-02-01 [colin]      1.0.0cvs24.3
14965
14966         * src/common/xml.c
14967                 Write file as advertised (UTF-8)
14968
14969 2005-02-01 [paul]       1.0.0cvs24.2
14970
14971         * src/addrbook.c
14972         * src/addrindex.c
14973         * src/alertpanel.h
14974         * src/codeconv.c
14975         * src/codeconv.h
14976         * src/compose.c
14977         * src/export.c
14978         * src/folder_item_prefs.c
14979         * src/html.c
14980         * src/imap.c
14981         * src/import.c
14982         * src/jpilot.c
14983         * src/mainwindow.c
14984         * src/matcher_parser_lex.l
14985         * src/messageview.c
14986         * src/mh.c
14987         * src/prefs_account.c
14988         * src/prefs_actions.c
14989         * src/prefs_common.c
14990         * src/prefs_gtk.c
14991         * src/prefs_gtk.h
14992         * src/prefs_themes.c
14993         * src/procheader.c
14994         * src/procmime.c
14995         * src/sourcewindow.c
14996         * src/statusbar.c
14997         * src/summaryview.c
14998         * src/textview.c
14999         * src/toolbar.c
15000         * src/unmime.c
15001         * src/common/template.c
15002         * src/common/utils.c
15003         * src/common/xml.c
15004         * src/common/xml.h
15005         * src/gtk/gtkaspell.c
15006         * src/plugins/clamav/clamav_plugin.c
15007         * src/plugins/dillo_viewer/dillo_prefs.c
15008         * src/plugins/image_viewer/viewerprefs.c
15009         * src/plugins/pgpmime/passphrase.c
15010         * src/plugins/pgpmime/prefs_gpg.c
15011         * src/plugins/pgpmime/select-keys.c
15012         * src/plugins/spamassassin/spamassassin.c
15013                 second part of initial sync with main-gtk2
15014                 (more to follow)
15015
15016 2005-01-31 [colin]      1.0.0cvs24.1
15017
15018         * src/compose.c
15019                 Sync with HEAD
15020
15021 2005-01-29 [paul]       1.0.0cvs23.2
15022
15023         * src/account.c
15024         * src/action.c
15025         * src/addressadd.c
15026         * src/addressbook.c
15027         * src/alertpanel.c
15028         * src/compose.c
15029         * src/editaddress.c
15030         * src/editbook.c
15031         * src/editgroup.c
15032         * src/editjpilot.c
15033         * src/editldap.c
15034         * src/editldap_basedn.c
15035         * src/editvcard.c
15036         * src/export.c
15037         * src/foldersel.c
15038         * src/grouplistdialog.c
15039         * src/import.c
15040         * src/importldif.c
15041         * src/inc.c
15042         * src/main.c
15043         * src/mainwindow.c
15044         * src/message_search.c
15045         * src/messageview.c
15046         * src/mimeview.c
15047         * src/prefs_actions.c
15048         * src/prefs_common.c
15049         * src/prefs_common.h
15050         * src/prefs_customheader.c
15051         * src/prefs_display_header.c
15052         * src/prefs_filtering.c
15053         * src/prefs_filtering_action.c
15054         * src/prefs_gtk.c
15055         * src/prefs_matcher.c
15056         * src/prefs_summary_column.c
15057         * src/prefs_template.c
15058         * src/sourcewindow.c
15059         * src/summary_search.c
15060         * src/summaryview.c
15061         * src/textview.c
15062         * src/gtk/about.c
15063         * src/gtk/description_window.c
15064         * src/gtk/gtkshruler.c
15065         * src/gtk/gtkutils.c
15066         * src/gtk/gtkutils.h
15067         * src/gtk/inputdialog.c
15068         * src/gtk/logwindow.c
15069         * src/gtk/prefswindow.c
15070         * src/gtk/progressdialog.c
15071         * src/gtk/progressdialog.h
15072                 first part of initial sync with main-gtk2
15073                 (more to follow)
15074
15075 2005-01-28 [colin]      1.0.0cvs23.1
15076
15077         * src/folderview.c
15078                 Sync with HEAD
15079
15080 2005-01-27 [colin]      1.0.0cvs21.1
15081
15082         * src/folder.c
15083         * src/folderview.c
15084                 Sync with HEAD
15085
15086 2005-01-27 [colin]      1.0.0cvs19.1
15087
15088         * src/procmime.c
15089                 Sync with HEAD
15090
15091 2005-01-27 [colin]      1.0.0cvs18.1
15092
15093         * src/messageview.c
15094         * src/summaryview.c
15095         * src/mainwindow.c
15096         * src/compose.c
15097         * src/compose.h
15098         * src/procmsg.c
15099         * src/procmsg.h
15100         * src/toolbar.c
15101                 Sync with HEAD
15102
15103 2005-01-26 [paul]       1.0.0cvs15.2
15104
15105         * src/compose.c
15106                 compose_entries_set(): convert subject and body to
15107                 utf8 if necessary. patch by Felix Eckhofer
15108
15109 2005-01-26 [paul]       1.0.0cvs15.1
15110
15111         * configure.ac
15112         * src/common/template.c
15113                 sync with HEAD (fix memory leak)
15114
15115 2005-01-25 [paul]       1.0.0cvs14.1
15116
15117         * configure.ac
15118         * src/compose.c
15119                 sync with HEAD
15120
15121 2005-01-24 [colin]      1.0.0cvs13.1
15122
15123         * src/summaryview.c
15124                 Sync with HEAD
15125
15126 2005-01-24 [paul]       1.0.0cvs12.1
15127
15128         * configure.ac
15129         * src/messageview.c
15130         * src/mh.c
15131         * src/common/utils.c
15132                 sync with HEAD
15133
15134 2005-01-24 [colin]      1.0.0cvs11.1
15135
15136         * src/procheader.c
15137                 Sync with HEAD
15138
15139 2005-01-24 [colin]      1.0.0cvs10.1
15140
15141         * src/folderview.c
15142                 Sync with HEAD
15143
15144 2005-01-23 [colin]      1.0.0cvs9.1
15145
15146         * src/crash.c
15147                 Sync with HEAD
15148
15149 2005-01-22 [colin]      1.0.0cvs8.1
15150
15151         * src/summaryview.c
15152         * src/gtk/quicksearch.c
15153                 Sync with HEAD
15154
15155 2005-01-21 [colin]      1.0.0cvs7.1
15156
15157         * src/summaryview.c
15158                 Sync with HEAD
15159
15160 2005-01-21 [colin]      1.0.0cvs6.1
15161
15162         * src/summaryview.c
15163                 Sync with HEAD
15164
15165 2005-01-21 [colin]      1.0.0cvs5.1
15166
15167         * src/gtk/quicksearch.c
15168         * src/prefs_common.c
15169         * src/prefs_common.h
15170                 Sync with HEAD (recurse option)
15171
15172 2005-01-21 [colin]      1.0.0cvs4.1
15173
15174         * src/folder.h
15175         * src/folderview.c
15176         * src/folderview.h
15177         * src/summaryview.c
15178         * src/gtk/quicksearch.c
15179         * src/gtk/quicksearch.h
15180                 Sync with HEAD (recursive quicksearch)
15181
15182 2005-01-20 [colin]      1.0.0cvs3.4
15183
15184         * src/ssl_manager.c
15185                 Remove useless code
15186
15187 2005-01-20 [colin]      1.0.0cvs3.3
15188
15189         * src/ssl_manager.c
15190                 Fix leak, thanks to Alfons.
15191
15192 2005-01-20 [colin]      1.0.0cvs3.2
15193
15194         * src/ssl_manager.c
15195                 Port SSL certificate window to GTK2.
15196
15197 2005-01-20 [paul]       1.0.0cvs3.1
15198
15199         * ChangeLog.claws
15200         * configure.ac
15201         * src/addrindex.c
15202         * src/addrindex.h
15203                 sync with HEAD
15204
15205 2005-01-19 [colin]      1.0.0cvs2.2
15206
15207         * src/plugins/trayicon/trayicon.c
15208                 Fix freeze with gtk-2.6, the easy way
15209                 (signal blocking helpless there...)
15210                 Closes bug #668.
15211
15212 2005-01-19 [colin]      1.0.0cvs2.1
15213
15214         * src/mbox.c
15215         * src/mbox.h
15216         * src/mainwindow.c
15217         * src/summaryview.c
15218         * src/summaryview.h
15219                 Sync with HEAD
15220
15221 2005-01-19 [paul]       1.0.0cvs1.1
15222
15223         * configure.ac
15224         * po/de.po
15225         * po/es.po
15226         * po/fr.po
15227         * po/hr.po
15228         * po/it.po
15229         * po/ja.po
15230         * po/ko.po
15231         * po/pt_BR.po
15232         * po/ru.po
15233         * po/sk.po
15234         * po/sr.po
15235                 sync with HEAD (update translations)
15236
15237 2005-01-18 [colin]      1.0.0cvs0.1
15238
15239         * src/foldersel.c
15240                 Specify search column - patch by Alfons
15241
15242 2005-01-18 [colin]      0.9.13cvs36.3
15243
15244         * src/prefs_toolbar.c
15245                 Change Delete to Remove
15246         * src/prefs_fonts.c
15247                 GTK2 version and leak fixes
15248         * src/prefs_actions.c
15249                 Add stock buttons.
15250                 All patches by Alfons
15251
15252 2005-01-17 [colin]      0.9.13cvs36.2
15253
15254         * src/compose.c
15255                 Fix DnD inserting twice. While at it,
15256                 add DnD support for text/plain in the
15257                 body, and add support in the headers.
15258
15259 2005-01-16 [colin]      0.9.13cvs36.1
15260
15261         * ChangeLog
15262         * ChangeLog.jp
15263         * ChangeLog.claws
15264                 Sync with HEAD (nothing applicable)
15265
15266 2005-01-16 [colin]      0.9.13cvs33.2
15267
15268         * src/prefs_toolbar.c
15269                 GTK2ize prefs_toolbar, by Alfons.
15270
15271 2005-01-14 [colin]      0.9.13cvs33.1
15272
15273         * src/html.c
15274         * src/msgcache.c
15275                 Sync with HEAD
15276
15277 2005-01-14 [colin]      0.9.13cvs32.1
15278
15279         * src/html.c
15280         * src/html.h
15281         * src/msgcache.c
15282         * AUTHORS
15283         * tools/calypso_convert.pl
15284                 Sync with HEAD
15285
15286 2005-01-08 [colin]      0.9.13cvs29.2
15287
15288         * src/prefs_filtering_action.c
15289         * src/prefs_filtering.c
15290                 2 more gtk2 patches by Alfons
15291
15292 2005-01-07 [paul]       0.9.13cvs29.1
15293
15294         * ChangeLog
15295         * ChangeLog.claws
15296         * ChangeLog.jp
15297         * configure.ac
15298         * src/pop.c
15299         * src/pop.h
15300                 sync with HEAD
15301
15302 2005-01-07 [colin]      0.9.13cvs28.3
15303
15304         * src/gtk/progressdialog.c
15305         * src/gtk/progressdialog.h
15306         * src/inc.c
15307         * src/send_message.c
15308                 GTK2 for the incorporation dialog. The CList isn't dead
15309                 yet, for a more smooth migration. Patch by Alfons.
15310
15311 2005-01-06 [colin]      0.9.13cvs28.2
15312
15313         * src/prefs_display_header.c
15314                 GTK2 conversion by Alfons
15315         * src/prefs_actions.c
15316         * src/prefs_matcher.c
15317                 Fix 2 leaks - patch by Alfons
15318
15319 2005-01-06 [colin]      0.9.13cvs28.1
15320
15321         * src/prefs_matcher.c
15322                 Sync with HEAD
15323
15324 2005-01-06 [colin]      0.9.13cvs27.4
15325
15326         * src/prefs_matcher.c
15327                 Fix double-free. Patch by Alfons
15328
15329 2005-01-06 [colin]      0.9.13cvs27.3
15330
15331         * src/prefs_matcher.c
15332                 GTK2 widgets + memleak
15333                 Patch by Alfons
15334
15335 2005-01-05 [colin]      0.9.13cvs27.2
15336
15337         * src/account.c
15338         * src/addr_compl.c
15339         * src/foldersel.c
15340         * src/stock_pixmap.c
15341         * src/stock_pixmap.h
15342                 3 more GTK2 patches by Alfons.
15343
15344 2005-01-04 [colin]      0.9.13cvs27.1
15345
15346         * src/folderview.c
15347         * src/imap_gtk.c
15348         * src/news_gtk.c
15349                 Sync with HEAD
15350
15351 2005-01-04 [colin]      0.9.13cvs25.9
15352
15353         * src/compose.c
15354                 Fix Show Ruler menuitem
15355         * src/prefs_template.c
15356                 Convert to GTK2
15357         * src/common/utils.c
15358                 Make auto pointer stuff handles NULLs
15359                 Patches by Alfons.
15360
15361 2005-01-04 [colin]      0.9.13cvs25.8
15362
15363         * src/compose.c
15364                 Move the attachment list to gtk2
15365                 Patch by Alfons.
15366
15367 2005-01-04 [colin]      0.9.13cvs25.7
15368
15369         * src/textview.c
15370                 Make some keys work again
15371                 Patch by SungHyun Nam <namsh@kldp.org>
15372
15373 2005-01-04 [colin]      0.9.13cvs25.6
15374
15375         * src/gtk/gtkshruler.c
15376                 Move the ruler to GTK2
15377                 Patch by Alfons
15378
15379 2005-01-03 [colin]      0.9.13cvs25.5
15380
15381         * src/compose.c
15382                 Fix my broken patch apply 
15383
15384 2005-01-03 [colin]      0.9.13cvs25.4
15385
15386         * src/common/utils.c
15387         * src/common/utils.h
15388         * src/gtk/prefswindow.c
15389                 Move auto pointer stuff to utils.c
15390                 Patch by Alfons again :)
15391
15392 2005-01-03 [colin]      0.9.13cvs25.3
15393
15394         * src/compose.c
15395         * src/prefs_gtk.c
15396         * src/prefs_template.c
15397         * src/textview.c
15398                 Empty text widgets with empty strings, not NULL char
15399                 Patch by SungHyun Nam <namsh@kldp_org>
15400
15401 2005-01-03 [colin]      0.9.13cvs25.2
15402
15403         * src/main.c
15404         * AUTHORS
15405                 Sync with HEAD
15406
15407 2005-01-03 [colin]      0.9.13cvs25.1
15408
15409         * src/pop.c
15410         * src/pop.h
15411                 Sync with HEAD
15412
15413 2005-01-03 [colin]      0.9.13cvs24.3
15414
15415         * src/account.c
15416                 Two patches from Alfons and Alex S Moore:
15417                 fix images, fix return value.
15418
15419 2005-01-01 [colin]      0.9.13cvs24.2
15420
15421         * src/prefs_actions.c
15422                 Fix over-zealous assertion. Patch by Alfons
15423
15424 2005-01-01 [colin]      0.9.13cvs24.1
15425
15426         * src/procmime.c
15427                 Sync with HEAD (leak fix)
15428
15429 2004-12-31 [colin]      0.9.13cvs23.2
15430
15431         * src/prefs_common.c
15432                 GTK2 widgets + stock buttons - patch by Alfons
15433
15434 2004-12-31 [paul]       0.9.13cvs23.1
15435
15436         * configure.ac
15437                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15438         * src/gtk/pluginwindow.c
15439                 use GTK2 widgets and plug memory leaks,
15440                 patches by Alfons
15441
15442 2004-12-30 [colin]      0.9.13cvs22.4
15443
15444         * src/account.c
15445         * src/action.c
15446         * src/export.c
15447         * src/foldersel.c
15448         * src/import.c
15449         * src/message_search.c
15450         * src/prefs_actions.c
15451         * src/prefs_common.c
15452         * src/prefs_customheader.c
15453         * src/prefs_filtering.c
15454         * src/prefs_summary_column.c
15455         * src/summary_search.c
15456         * src/gtk/about.c
15457         * src/gtk/description_window.c
15458         * src/gtk/gtkutils.c
15459         * src/gtk/gtkutils.h
15460         * src/gtk/inputdialog.c
15461         * src/gtk/prefswindow.c
15462                 Use GTK2 stock buttons. Patches by Alfons.
15463
15464 2004-12-30 [colin]      0.9.13cvs22.3
15465
15466         * src/account.c
15467                 Sync with HEAD
15468         * src/prefs_actions.c
15469         * src/prefs_customheader.c
15470         * src/prefs_filtering.c
15471         * src/prefs_msg_colors.c
15472         * src/prefs_summary_column.c
15473         * src/gtk/prefswindow.c
15474                 Use GtkTreeView instead of deprecated 
15475                 widgets. Patches by Alfons.
15476
15477 2004-12-30 [paul]       0.9.13cvs22.2
15478
15479         * src/foldersel.c
15480                 use GTK 2 Tree View
15481                 patch by Alfons, with root folder sorting fix
15482                 by Stephan Sachse
15483
15484 2004-12-30 [paul]       0.9.13cvs22.1
15485
15486         * ChangeLog
15487         * ChangeLog.claws
15488         * ChangeLog.jp
15489         * NEWS
15490         * configure.ac
15491         * src/account.c
15492                 sync with HEAD
15493
15494 2004-12-22 [martin]     0.9.13cvs21.2
15495
15496         * src/action.c
15497                 free the command line after its use
15498
15499 2004-12-18 [paul]       0.9.13cvs21.1
15500
15501         * AUTHORS
15502         * ChangeLog
15503         * ChangeLog.claws
15504         * ChangeLog.jp
15505         * NEWS
15506         * configure.ac
15507         * src/action.c
15508         * src/compose.c
15509         * src/syldap.c
15510                 sync with HEAD
15511
15512 2004-12-17 [martin]     0.9.13cvs17.2
15513
15514         * src/action.c
15515                 convert actions input to locale
15516         * src/inc.c
15517                 convert notification command to locale
15518         * src/plugins/pgpmime/select-keys.c
15519                 convert attributes to utf8
15520
15521 2004-12-14 [colin]      0.9.13cvs17.1
15522
15523         * ChangeLog
15524         * ChangeLog.jp
15525         * ChangeLog.claws
15526         * src/action.c
15527         * src/common/utils.c
15528         * src/gtk/prefswindow.c
15529         * src/gtk/gtkutils.c
15530         * src/gtk/gtkutils.h
15531         * src/plugins/spamassassin/libspamc.c
15532                 Sync with HEAD
15533
15534 2004-12-13 [colin]      0.9.13cvs14.1
15535
15536         * src/quote_fmt_parse.y
15537                 Sync with HEAD
15538
15539 2004-12-10 [colin]      0.9.13cvs12.1
15540
15541         * src/prefs_themes.c
15542         * src/mainwindow.c
15543         * src/messageview.c
15544                 Sync with HEAD
15545
15546 2004-12-09 [colin]      0.9.13cvs10.1
15547
15548         * src/procmime.c
15549                 Sync with HEAD (fix B64 encoding from memory)
15550
15551 2004-12-08 [colin]      0.9.13cvs9.1
15552
15553         * src/gtk/colorlabel.c
15554                 Sync with HEAD
15555
15556 2004-12-08 [paul]       0.9.13cvs8.2
15557
15558         * src/gtk/pluginwindow.c
15559                 fix window resizing oddities
15560
15561 2004-12-08 [colin]      0.9.13cvs8.1
15562
15563         * src/quote_fmt_parse.y
15564                 Sync with HEAD
15565
15566 2004-12-08 [colin]      0.9.13cvs7.1
15567
15568         * src/matcher_parser_parse.y
15569         * src/msgcache.c
15570         * src/prefs_matcher.c
15571         * src/procheader.c
15572         * src/matcher.c
15573         * src/common/defs.h
15574         * po/sr.po
15575                 Sync with HEAD
15576
15577 2004-12-08 [colin]      0.9.13cvs6.1
15578
15579         * src/quote_fmt_parse.y
15580         * src/textview.c
15581                 Sync with HEAD
15582         * src/gtk/prefswindow.c
15583         * src/gtk/pluginwindow.c
15584                 Fix G_CALLBACKS protos (thanks to Alfons)
15585
15586 2004-12-07 [torte]      0.9.13cvs2.2
15587
15588         * src/procmime.c
15589                 [Bug 650] reply button causes crash
15590                 Thanks to David Relson and Christoph
15591
15592 2004-12-07 [colin]      0.9.13cvs2.1
15593
15594         * ChangeLog.claws
15595         * AUTHORS
15596         * po/sk.po
15597         * src/procmime.c
15598         * src/prefs_account.c
15599         * src/common/smtp.c
15600         * src/common/smtp.h
15601                 Sync with HEAD
15602
15603 2004-12-06 [colin]      0.9.12cvs187.1
15604
15605         * ChangeLog.claws
15606         * INSTALL
15607         * Makefile.am
15608         * README.claws
15609         * TODO.claws
15610         * configure.ac
15611         * po/bg.po
15612         * po/cs.po
15613         * po/el.po
15614         * po/en_GB.po
15615         * po/es.po
15616         * po/fr.po
15617         * po/hr.po
15618         * po/hu.po
15619         * po/it.po
15620         * po/ja.po
15621         * po/ko.po
15622         * po/nl.po
15623         * po/pl.po
15624         * po/pt_BR.po
15625         * po/ru.po
15626         * po/sk.po
15627         * po/sr.po
15628         * po/sv.po
15629         * po/zh_CN.po
15630         * po/zh_TW.Big5.po
15631         * src/compose.c
15632         * tools/Makefile.am
15633         * tools/README
15634         * tools/filter_conv.pl
15635         * tools/kdeservicemenu/README
15636         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15637         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15638                 Sync with HEAD
15639
15640 2004-12-04 [colin]      0.9.12cvs183.1
15641
15642         * src/compose.c
15643                 Sync with HEAD (compose window position saving)
15644
15645 2004-12-04 [paul]       0.9.12cvs182.3
15646
15647         * src/messageview.c
15648         * src/mimeview.c
15649         * src/prefs_customheader.c
15650         * src/gtk/quicksearch.c
15651                 replace some forgotten GTK_SIGNAL_FUNCs
15652
15653 2004-12-04 [paul]       0.9.12cvs182.2
15654
15655         * src/Makefile.am
15656                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15657                 committed in error      
15658
15659 2004-12-04 [paul]       0.9.12cvs182.1
15660
15661         * ChangeLog
15662         * ChangeLog.claws
15663         * ChangeLog.jp
15664         * INSTALL
15665         * NEWS
15666         * README
15667         * README.jp
15668         * configure.ac
15669         * doc/manual/ja/Makefile.am
15670         * doc/manual/ja/sylpheed-1.html
15671         * doc/manual/ja/sylpheed-10.html
15672         * doc/manual/ja/sylpheed-11.html
15673         * doc/manual/ja/sylpheed-12.html
15674         * doc/manual/ja/sylpheed-13.html
15675         * doc/manual/ja/sylpheed-14.html
15676         * doc/manual/ja/sylpheed-15.html
15677         * doc/manual/ja/sylpheed-16.html
15678         * doc/manual/ja/sylpheed-17.html
15679         * doc/manual/ja/sylpheed-18.html
15680         * doc/manual/ja/sylpheed-19.html
15681         * doc/manual/ja/sylpheed-2.html
15682         * doc/manual/ja/sylpheed-20.html
15683         * doc/manual/ja/sylpheed-3.html
15684         * doc/manual/ja/sylpheed-4.html
15685         * doc/manual/ja/sylpheed-5.html
15686         * doc/manual/ja/sylpheed-6.html
15687         * doc/manual/ja/sylpheed-7.html
15688         * doc/manual/ja/sylpheed-8.html
15689         * doc/manual/ja/sylpheed-9.html
15690         * doc/manual/ja/sylpheed.html
15691         * doc/manual/ja/sylpheed.sgml
15692         * po/de.po
15693         * src/Makefile.am
15694         * src/compose.c
15695         * src/procmime.c
15696         * src/pixmaps/regular.xpm **REMOVED**
15697         * src/plugins/pgpmime/pgpmime.c
15698         * src/plugins/pgpmime/plugin.c
15699         * src/plugins/pgpmime/prefs_gpg.c
15700                 sync with HEAD
15701
15702 2004-12-03 [paul]       0.9.12cvs180.1
15703
15704         * ChangeLog
15705         * ChangeLog.claws
15706         * ChangeLog.jp
15707         * configure.ac
15708         * src/Makefile.am
15709         * src/pop.c
15710         * src/common/utils.c
15711         * src/common/utils.h
15712         * src/pixmaps/continue.xpm
15713         * src/pixmaps/dir_close.xpm
15714         * src/pixmaps/dir_open.xpm
15715         * src/pixmaps/drafts_close.xpm
15716         * src/pixmaps/drafts_open.xpm
15717         * src/pixmaps/folder.xpm **REMOVED**
15718         * src/pixmaps/group.xpm
15719         * src/pixmaps/unread.xpm
15720                 sync with HEAD
15721
15722 2004-12-02 [colin]      0.9.12cvs179.1
15723
15724         * src/compose.c
15725                 Sync with HEAD (non-duplicated reedition)
15726
15727 2004-12-02 [colin]      0.9.12cvs178.1
15728
15729         * src/compose.c
15730                 Sync with HEAD (linewrap_quote fix)
15731
15732 2004-12-01 [colin]      0.9.12cvs177.3
15733
15734         * src/addrharvest.c
15735                 Replace sizeof with strlen
15736
15737 2004-12-01 [paul]       0.9.12cvs177.2
15738
15739         * src/addrharvest.c
15740                 fix 'harvest addresses'
15741
15742 2004-11-30 [colin]      0.9.12cvs177.1
15743
15744         * src/gtk/prefswindow.c
15745         * src/gtk/pluginwindow.c
15746                 Sync with HEAD
15747
15748 2004-11-29 [colin]      0.9.12cvs176.1
15749
15750         * src/folderview.c
15751                 sync with HEAD (Fix disappearing separators in folderview's popup)
15752
15753 2004-11-29 [colin]      0.9.12cvs175.1
15754
15755         * src/procmime.c
15756                 Sync with head (another format fix)
15757
15758 2004-11-29 [colin]      0.9.12cvs174.1
15759
15760         * src/pop.c
15761                 Sync with HEAD (format string fix)
15762
15763 2004-11-26 [colin]      0.9.12cvs173.1
15764
15765         * src/common/smtp.c
15766         * src/common/smtp.h
15767                 Sync with HEAD
15768
15769 2004-11-24 [colin]      0.9.12cvs172.1
15770
15771         * src/plugins/pgpmime/pgpmime.c
15772                 Sync with HEAD
15773
15774 2004-11-24 [colin]      0.9.12cvs171.1
15775
15776         * src/plugins/pgpmime/pgpmime.c
15777                 Sync with head (gpgmectx leaks)
15778
15779 2004-11-24 [colin]      0.9.12cvs169.1
15780
15781         * src/plugins/pgpmime/plugin.c
15782         * src/plugins/trayicon/Makefile.am
15783         * src/plugins/trayicon/newmarkedmail.xpm
15784         * src/plugins/trayicon/trayicon.c
15785         * src/plugins/trayicon/unreadmarkedmail.xpm
15786                 Sync with HEAD
15787
15788 2004-11-23 [colin]      0.9.12cvs168.1
15789
15790         * src/partial_download.c
15791         * src/partial_download.h
15792         * src/plugins/pgpmime/plugin.c
15793                 Sync with HEAD
15794
15795 2004-11-23 [colin]      0.9.12cvs166.1
15796
15797         * src/Makefile.am
15798         * src/codeconv.c
15799         * src/compose.c
15800         * src/folderview.c
15801         * src/main.c
15802         * src/partial_download.c
15803         * src/partial_download.h
15804         * src/prefs_account.c
15805         * src/prefs_account.h
15806         * src/privacy.c
15807         * src/privacy.h
15808         * src/procmime.c
15809         * src/common/Makefile.am
15810         * src/common/base64.h
15811         * src/common/partial_download.c
15812         * src/common/partial_download.h
15813         * src/gtk/prefswindow.c
15814         * src/gtk/prefswindow.h
15815         * src/plugins/pgpmime/pgpmime.c
15816         * src/plugins/pgpmime/prefs_gpg.c
15817         * src/plugins/pgpmime/prefs_gpg.h
15818         * src/plugins/pgpmime/sgpgme.c
15819         * src/plugins/pgpmime/sgpgme.h
15820                 Sync with HEAD
15821
15822 2004-11-23 [colin]      0.9.12cvs163.1
15823
15824         * src/main.c
15825                 Sync with HEAD (cursor optimization)
15826
15827 2004-11-23 [colin]      0.9.12cvs162.1
15828
15829         * src/prefs_common.c
15830         * src/prefs_themes.c
15831         * src/procmsg.c
15832                 Sync with HEAD
15833
15834 2004-11-23 [colin]      0.9.12cvs158.9
15835
15836         * src/compose.c
15837                 Fix double-free when forwarding
15838         * src/msgcache.c
15839                 Fix leak on error path
15840                 
15841
15842 2004-11-23 [colin]      0.9.12cvs158.8
15843
15844         * src/compose.c
15845                 Fix possible double-free
15846                 Spotted by Alfons
15847
15848 2004-11-23 [colin]      0.9.12cvs158.7
15849
15850         * src/compose.c
15851                 Fix some signal handlers' prototypes
15852                 Spotted by Alfons
15853
15854 2004-11-22 [colin]      0.9.12cvs158.6
15855
15856         * src/compose.c
15857                 Remove unneeded code and duplicated
15858                 wrapping - patch by Alfons
15859
15860 2004-11-22 [colin]      0.9.12cvs158.5
15861
15862         * src/prefs_themes.c
15863                 Fix oversized selector
15864
15865 2004-11-22 [colin]      0.9.12cvs158.4
15866
15867         * src/compose.c
15868                 fix dump_text()
15869                 patch by Alfons
15870
15871 2004-11-19 [colin]      0.9.12cvs158.3
15872
15873         * src/textview.c
15874                 Add a context menu on links (open, copy)
15875
15876 2004-11-18 [paul]       0.9.12cvs158.2
15877
15878         * src/addrgather.c
15879         * src/exphtmldlg.c
15880         * src/expldifdlg.c
15881         * src/mimeview.c
15882         * src/prefs_common.c
15883         * src/plugins/image_viewer/viewer.c
15884         * src/plugins/spamassassin/spamassassin_gtk.c
15885                 replace deprecated gtk_notebook_set_page
15886                 and gtk_notebook_current_page
15887
15888 2004-11-18 [paul]       0.9.12cvs158.1
15889
15890         * configure.ac
15891         * src/compose.c
15892         * src/mainwindow.c
15893         * src/messageview.c
15894         * src/prefs_common.c
15895         * src/common/utils.c
15896         * src/common/utils.h
15897                 sync with HEAD
15898
15899 2004-11-17 [colin]      0.9.12cvs156.1
15900
15901         * src/prefs_account.c
15902         * src/prefs_account.h
15903         * src/procmsg.c
15904                 Sync with HEAD (add pref to store encrypted mails encrypted)
15905
15906 2004-11-17 [paul]       0.9.12cvs155.1
15907
15908         * ChangeLog
15909         * ChangeLog.claws
15910         * ChangeLog.jp
15911         * NEWS
15912         * configure.ac
15913         * src/compose.c
15914         * src/jpilot.c
15915         * src/privacy.c
15916         * src/procmime.c
15917         * src/procmime.h
15918         * src/procmsg.c
15919         * src/toolbar.c
15920         * src/pixmaps/error.xpm
15921                 sync with HEAD
15922
15923 2004-11-17 [colin]      0.9.12cvs151.1
15924
15925         * src/plugins/pgpmime/pgpmime.c
15926                 Sync with HEAD (remove debug printf)
15927
15928 2004-11-17 [colin]      0.9.12cvs150.1
15929
15930         * src/plugins/pgpmime/pgpmime.c
15931                 Sync with HEAD (off-by-one fix)
15932
15933 2004-11-17 [colin]      0.9.12cvs149.1
15934
15935         * src/procmsg.c
15936                 Sync with HEAD (coding style fixes)
15937
15938 2004-11-16 [colin]      0.9.12cvs148.1
15939
15940         * src/procmsg.c
15941                 Sync with head (Fix the fix)
15942
15943 2004-11-16 [colin]      0.9.12cvs147.1
15944
15945         * src/procmsg.c
15946                 Sync with Main (leak fix)
15947
15948 2004-11-16 [colin]      0.9.12cvs146.14
15949
15950         * src/compose.c
15951                 Remove useless chunk of code
15952                 Patch by Alfons
15953
15954 2004-11-15 [colin]      0.9.12cvs146.13
15955
15956         * src/compose.c
15957                 Fix drafting after insertion
15958                 Patch by Alfons
15959
15960 2004-11-15 [colin]      0.9.12cvs146.12
15961
15962         * src/compose.c
15963         * src/prefs_filtering.c
15964         * src/prefs_filtering_action.c
15965         * src/prefs_toolbar.c
15966                 Fix some const-correctness
15967
15968 2004-11-15 [colin]      0.9.12cvs146.11
15969
15970         * src/summaryview.c
15971         * src/prefs_themes.c
15972         * src/messageview.c
15973                 Fix some leaks
15974
15975 2004-11-15 [colin]      0.9.12cvs146.10
15976
15977         * src/codeconv.c
15978                 More unreadable locale fixes
15979
15980 2004-11-14 [colin]      0.9.12cvs146.9
15981
15982         * src/textview.c
15983                 Fix uri_security_check
15984                 Patch by Alfons
15985
15986 2004-11-13 [paul]       0.9.12cvs146.8
15987
15988         * src/folder.c
15989         * src/procmime.c
15990                 fix 2 bugs introduced in last commit
15991
15992 2004-11-13 [paul]       0.9.12cvs146.7
15993
15994         * src/compose.c
15995         * src/exporthtml.c
15996         * src/exportldif.c
15997         * src/folder.c
15998         * src/imap.c
15999         * src/imap_gtk.c
16000         * src/main.c
16001         * src/mainwindow.c
16002         * src/messageview.c
16003         * src/mh_gtk.c
16004         * src/prefs_themes.c
16005         * src/procmime.c
16006         * src/setup.c
16007         * src/summaryview.c
16008                 replace deprecated g_basename
16009
16010 2004-11-13 [paul]       0.9.12cvs146.6
16011
16012         * src/compose.c
16013         * src/imap.c
16014         * src/matcher_parser.h
16015         * src/matcher_parser_parse.y
16016         * src/prefs_filtering.c
16017         * src/prefs_filtering_action.c
16018         * src/prefs_themes.c
16019         * src/prefs_toolbar.c
16020         * src/common/utils.c
16021                 various small fixes/cleanups
16022
16023 2004-11-12 [colin]      0.9.12cvs146.5
16024
16025         * src/textview.c
16026                 Validate event's origin on visibility notify
16027                 Patch by Alfons.
16028
16029 2004-11-12 [paul]       0.9.12cvs146.4
16030
16031         * src/exporthtml.c
16032         * src/exportldif.c
16033         * src/imap.c
16034         * src/mh.c
16035         * src/mimeview.c
16036         * src/prefs_spelling.c
16037         * src/prefs_themes.c
16038                 replace deprecated g_dirname    
16039
16040 2004-11-12 [colin]      0.9.12cvs146.3
16041
16042         * src/textview.c
16043                 Some coding style fixes
16044
16045 2004-11-12 [colin]      0.9.12cvs146.2
16046
16047         * src/codeconv.c
16048                 We want to replace _all_ extended chars in
16049                 conv_unreadable_*, because any string containing
16050                 extended chars not parsing as UTF8 is 
16051                 undisplayed on gtk2.
16052
16053 2004-11-12 [paul]       0.9.12cvs146.1
16054
16055         * ChangeLog
16056         * ChangeLog.claws
16057         * ChangeLog.jp
16058         * NEWS
16059         * configure.ac
16060         * src/account.c
16061         * src/folderview.c
16062         * src/folderview.h
16063         * src/imap.c
16064         * src/imap_gtk.c
16065         * src/inc.c
16066         * src/mainwindow.c
16067         * src/mh_gtk.c
16068         * src/news_gtk.c
16069         * src/pop.c
16070         * src/prefs_account.c
16071         * src/prefs_account.h
16072         * src/prefs_ext_prog.c
16073         * src/procmime.c
16074         * src/procmime.h
16075         * src/procmsg.c
16076         * src/procmsg.h
16077         * src/summary_search.c
16078         * src/summaryview.c
16079         * src/textview.c
16080         * src/common/defs.h
16081         * src/common/utils.c
16082         * src/common/utils.h
16083         * src/gtk/menu.c
16084         * src/gtk/menu.h
16085                 sync with HEAD
16086
16087 2004-11-11 [colin]      0.9.12cvs144.2
16088
16089         * src/textview.c
16090                 Fix URI range selection (patch by Alfons)
16091
16092 2004-11-09 [colin]      0.9.12cvs144.1
16093
16094         * ChangeLog.claws
16095         * src/compose.c
16096         * src/folder.c
16097         * src/folder_item_prefs.c
16098         * src/prefs_account.c
16099         * src/prefs_account.h
16100         * src/plugins/pgpmime/pgpmime.c
16101                 Sync with HEAD
16102
16103 2004-11-08 [colin]      0.9.12cvs143.1
16104
16105         * src/summaryview.c
16106                 Sync with HEAD (optimize quicksearch)
16107
16108 2004-11-08 [colin]      0.9.12cvs142.2
16109
16110         * src/compose.c
16111                 Don't wrap when Edit/Auto wrapping is disabled
16112
16113 2004-11-08 [colin]      0.9.12cvs142.1
16114
16115         * src/textview.c
16116                 Sync with HEAD
16117
16118 2004-11-08 [colin]      0.9.12cvs141.1
16119
16120         * src/textview.c
16121                 Sync with HEAD (fix some mail URIs)
16122
16123 2004-11-08 [colin]      0.9.12cvs140.3
16124
16125         * src/textview.c
16126                 o Use text cursor instead of arrow when
16127                   not on a link
16128                 o Fix handling of contiguous links (as in
16129                   "colin@colino.net" <colin@colino.net>)
16130                   This one unveils a bug in get_email_part()
16131
16132 2004-11-07 [colin]      0.9.12cvs140.2
16133
16134         * src/textview.c
16135                 Fix memleak. Patch by Alfons.
16136
16137 2004-11-06 [colin]      0.9.12cvs140.1
16138
16139         * src/compose.c
16140                 Sync with HEAD (don't ask passphrase
16141                 when drafting)
16142
16143 2004-11-06 [paul]       0.9.12cvs139.2
16144
16145         * AUTHORS
16146         * src/textview.c
16147         * src/textview.h
16148                 textview URI handling. hovering over a 
16149                 link displays it in the status bar,
16150                 and changes the mouse pointer to a hand 
16151                 cursor. a link is activated with a single 
16152                 click. (Modified from the) patch by Jean-Yves 
16153                 Lefort <jylefort@users.sourceforge.net>
16154                 
16155
16156 2004-11-05 [colin]      0.9.12cvs139.1
16157
16158         * src/compose.c
16159         * src/procmime.c
16160                 Sync with HEAD again ^^
16161
16162 2004-11-05 [colin]      0.9.12cvs139.1
16163
16164         * src/compose.c
16165         * src/procmime.c
16166                 Sync with HEAD
16167
16168 2004-11-03 [paul]       0.9.12cvs138.1
16169
16170         * ChangeLog.claws
16171         * configure.ac
16172         * po/POTFILES.in
16173         * src/prefs_ext_prog.c
16174         * src/procmime.c
16175         * tools/kdeservicemenu/README
16176         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16177         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16178                 sync with HEAD
16179
16180 2004-11-01 [christoph]  0.9.12cvs136.2
16181
16182         * src/procmime.c
16183                 convert MIME parameters to UTF-8
16184
16185 2004-10-29 [colin]      0.9.12cvs136.1
16186
16187         * src/common/utils.c
16188                 Sync with HEAD (don't use '=' in mime boundary)
16189
16190 2004-10-29 [paul]       0.9.12cvs135.1
16191
16192         * configure.ac
16193         * doc/src/rfc2231.txt
16194         * src/procmime.c
16195         * src/common/quoted-printable.c
16196         * src/common/utils.c
16197         * src/common/utils.h
16198                 sync with HEAD
16199
16200 2004-10-27 [paul]       0.9.12cvs134.1
16201
16202         * configure.ac
16203         * src/main.c
16204         * src/procmime.c
16205         * src/plugins/pgpmime/pgpmime.c
16206                 sync with HEAD
16207
16208 2004-10-26 [paul]       0.9.12cvs132.3
16209
16210         * src/account.c
16211         * src/addressbook.c
16212         * src/addrgather.c
16213         * src/addrharvest.c
16214         * src/codeconv.c
16215         * src/compose.c
16216         * src/customheader.c
16217         * src/editaddress.c
16218         * src/editgroup.c
16219         * src/enriched.c
16220         * src/expldifdlg.c
16221         * src/exporthtml.c
16222         * src/exportldif.c
16223         * src/folder.c
16224         * src/foldersel.c
16225         * src/folderview.c
16226         * src/grouplistdialog.c
16227         * src/html.c
16228         * src/imap.c
16229         * src/jpilot.c
16230         * src/ldapserver.c
16231         * src/ldif.c
16232         * src/mimeview.c
16233         * src/news.c
16234         * src/news_gtk.c
16235         * src/pop.c
16236         * src/prefs_display_header.c
16237         * src/prefs_gtk.c
16238         * src/prefs_msg_colors.c
16239         * src/prefs_toolbar.c
16240         * src/procheader.c
16241         * src/procmime.c
16242         * src/summaryview.c
16243         * src/textview.c
16244         * src/toolbar.c
16245         * src/vcard.c
16246         * src/common/mgutils.c
16247         * src/common/nntp.c
16248         * src/common/smtp.c
16249         * src/common/template.c
16250         * src/common/utils.c
16251         * src/common/xmlprops.c
16252         * src/plugins/pgpmime/pgpmime.c
16253         * src/plugins/pgpmime/select-keys.c
16254         * src/plugins/pgpmime/sgpgme.c
16255                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16256                 g_string_sprintfa(), gtk_notebook_current_page()
16257
16258 2004-10-26 [colin]      0.9.12cvs132.2
16259
16260         * src/prefs_folder_item.c
16261                 Fix default-account selection
16262
16263 2004-10-21 [colin]      0.9.12cvs133
16264
16265         * src/compose.c
16266                 Sync with HEAD (Remove extra separator in compose's Options)
16267         * src/textview.c
16268                 Set wrapping to char
16269
16270 2004-10-21 [paul]       0.9.12cvs131.2
16271
16272         * src/compose.c
16273         * src/sourcewindow.c
16274                 fix wrapping
16275                 fix window shrinking 
16276
16277 2004-10-21 [colin]      0.9.12cvs131.1
16278
16279         * ChangeLog.claws
16280         * src/compose.c
16281                 Sync with HEAD
16282
16283 2004-10-21 [paul]       0.9.12cvs130.2
16284
16285         * src/prefs_folder_item.c
16286                 sync with HEAD (Apply to subfolders)
16287
16288 2004-10-19 [colin]      0.9.12cvs130.1
16289
16290         * ChangeLog.claws
16291         * src/compose.c
16292         * src/common/utils.c
16293         * src/gtk/menu.c
16294                 Sync with HEAD
16295
16296 2004-10-19 [colin]      0.9.12cvs128.1
16297
16298         * src/addrbook.c
16299         * src/addrcache.c
16300         * src/addressbook.c
16301         * src/codeconv.c
16302         * src/compose.c
16303         * src/customheader.c
16304         * src/editaddress.c
16305         * src/editgroup.c
16306         * src/exporthtml.c
16307         * src/folder.c
16308         * src/folderview.c
16309         * src/imap.c
16310         * src/jpilot.c
16311         * src/main.c
16312         * src/matcher_parser_parse.y
16313         * src/mbox.c
16314         * src/pop.c
16315         * src/prefs_account.c
16316         * src/prefs_gtk.c
16317         * src/prefs_msg_colors.c
16318         * src/procheader.c
16319         * src/procmime.c
16320         * src/procmime.h
16321         * src/procmsg.c
16322         * src/summaryview.c
16323         * src/textview.c
16324         * src/common/base64.c
16325         * src/common/partial_download.c
16326         * src/common/socket.c
16327         * src/common/sylpheed.c
16328         * src/common/utils.c
16329         * src/common/utils.h
16330         * src/gtk/pluginwindow.c
16331         * src/gtk/quicksearch.c
16332         * src/plugins/clamav/clamav_plugin.c
16333         * src/plugins/clamav/clamav_plugin.h
16334         * src/plugins/clamav/clamav_plugin_gtk.c
16335         * src/plugins/pgpmime/passphrase.c
16336         * src/plugins/pgpmime/pgpmime.c
16337         * src/plugins/pgpmime/plugin.c
16338         * src/plugins/pgpmime/prefs_gpg.c
16339         * src/plugins/pgpmime/prefs_gpg.h
16340         * src/plugins/pgpmime/select-keys.c
16341         * src/plugins/pgpmime/sgpgme.c
16342         * src/plugins/spamassassin/libspamc.c
16343         * src/plugins/spamassassin/spamassassin.c
16344         * src/plugins/spamassassin/spamassassin.h
16345         * src/plugins/spamassassin/spamassassin_gtk.c
16346         * src/plugins/trayicon/trayicon.c
16347         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16348                 Sync with HEAD
16349
16350 2004-10-14 [colin]      0.9.12cvs126.2
16351
16352         * src/codeconv.c
16353         * src/textview.c
16354                 Fix conv_unreadable_locale
16355
16356 2004-10-13 [colin]      0.9.12cvs126.1
16357
16358         * src/compose.c
16359                 Sync with HEAD (don't convert charset for 
16360                 drafted messages, minor cleanup)
16361
16362 2004-10-13 [colin]      0.9.12cvs125.1
16363
16364         * po/POTFILES.in
16365                 Sync with HEAD (POTFILES fix)
16366
16367 2004-10-12 [colin]      0.9.12cvs124.3
16368
16369         * src/compose.c
16370                 Fix encoding bug from latest sync
16371
16372 2004-10-12 [paul]       0.9.12cvs124.2
16373
16374         * src/plugins/pgpmime/prefs_gpg.c
16375         * src/plugins/pgpmime/prefs_gpg.h
16376                 forgotten in last commit        
16377
16378 2004-10-12 [paul]       0.9.12cvs124.1
16379
16380         * ChangeLog.claws
16381         * configure.ac
16382         * m4/spamassassin.m4
16383         * src/Makefile.am
16384         * src/account.c
16385         * src/compose.c
16386         * src/compose.h
16387         * src/crash.c
16388         * src/main.c
16389         * src/mimeview.c
16390         * src/passphrase.c
16391         * src/passphrase.h
16392         * src/prefs_account.c
16393         * src/prefs_account.h
16394         * src/prefs_common.c
16395         * src/privacy.c
16396         * src/privacy.h
16397         * src/procmime.c
16398         * src/procmime.h
16399         * src/procmsg.c
16400         * src/rfc2015.c
16401         * src/rfc2015.h
16402         * src/select-keys.c
16403         * src/select-keys.h
16404         * src/textview.c
16405         * src/common/utils.c
16406         * src/common/utils.h
16407         * src/gtk/about.c
16408         * src/plugins/pgpmime/Makefile.am
16409         * src/plugins/pgpmime/passphrase.c
16410         * src/plugins/pgpmime/passphrase.h
16411         * src/plugins/pgpmime/pgpmime.c
16412         * src/plugins/pgpmime/plugin.c
16413         * src/plugins/pgpmime/select-keys.c
16414         * src/plugins/pgpmime/select-keys.h
16415         * src/plugins/pgpmime/sgpgme.c
16416         * src/plugins/pgpmime/sgpgme.h
16417                 sync with HEAD
16418
16419 2004-10-04 [colin]      0.9.12cvs122.1
16420
16421         * src/mainwindow.c
16422         * src/messageview.c
16423         * src/messageview.h
16424         * src/textview.c
16425                 Sync with HEAD
16426
16427 2004-10-04 [colin]      0.9.12cvs121.1
16428
16429         * src/summaryview.c
16430                 Sync with HEAD
16431
16432 2004-10-04 [paul]       0.9.12cvs120.1
16433
16434         * configure.ac
16435                 sync with HEAD [don't try to build 
16436                 pgpmime plugin when gpgme is disabled]
16437
16438 2004-10-03 [colin]      0.9.12cvs119.3
16439
16440         * src/gtk/gtksctree.c
16441                 Lots of side effects. Put back as before 117.2.
16442         * src/summaryview.c
16443                 Fix bug #602
16444
16445 2004-10-03 [colin]      0.9.12cvs119.2
16446
16447         * src/gtk/gtksctree.c
16448                 Revert 608 fix that doesn't work that good
16449
16450 2004-10-02 [colin]      0.9.12cvs119.1
16451
16452         * src/mainwindow.c
16453         * src/messageview.c
16454         * src/prefs_common.h
16455         * src/procmime.c
16456         * src/procmime.h
16457         * src/textview.c
16458                 Sync with HEAD
16459         * src/gtk/gtksctree.c
16460                 Close bug #608
16461
16462 2004-10-01 [colin]      0.9.12cvs118.1
16463
16464         * src/mimeview.c
16465                 Sync with HEAD (better Save All fix)
16466
16467 2004-10-01 [colin]      0.9.12cvs117.2
16468
16469         * src/gtk/gtksctree.c
16470                 Faster on selection
16471
16472 2004-10-01 [colin]      0.9.12cvs117.1
16473
16474         * src/mimeview.c
16475                 Sync with HEAD (Save All: only attachments)
16476
16477 2004-10-01 [paul]       0.9.12cvs116.1
16478
16479         * ChangeLog.claws
16480         * configure.ac
16481         * src/account.c
16482         * src/prefs_common.c
16483         * src/gtk/colorlabel.c
16484                 sync with HEAD
16485
16486 2004-09-30 [colin]      0.9.12cvs115.1
16487
16488         * src/stock_pixmap.c
16489         * src/stock_pixmap.h
16490         * src/folderview.c
16491         * src/Makefile.am
16492         * src/pixmaps/read.xpm
16493                 Sync with HEAD (new pixmap)
16494
16495 2004-09-29 [colin]      0.9.12cvs114.1
16496
16497         * src/compose.c
16498                 Sync with HEAD
16499                 Fix focus handling in headers
16500
16501 2004-09-29 [paul]       0.9.12cvs113.1
16502
16503         * src/quote_fmt_parse.y
16504                 sync with HEAD
16505  
16506
16507 2004-09-28 [colin]      0.9.12cvs112.1
16508
16509         * src/folderview.c
16510         * src/mainwindow.c
16511                 Sync with HEAD
16512
16513 2004-09-28 [colin]      0.9.12cvs110.1
16514
16515         * src/folderview.c
16516                 Sync with HEAD (Contextual Empty trash menu)
16517
16518 2004-09-28 [colin]      0.9.12cvs108.1
16519
16520         * src/addressbook.c
16521                 Sync with HEAD (addressbook edit on double-click)
16522
16523 2004-09-28 [colin]      0.9.12cvs106.1
16524
16525         * src/inc.c
16526                 Sync with HEAD (folder_item freeze on inc)
16527
16528 2004-09-27 [colin]      0.9.12cvs105.1
16529
16530         * src/folderview.c
16531                 Sync with HEAD (right-align new and unread column)
16532
16533 2004-09-27 [colin]      0.9.12cvs104.1
16534
16535         * src/main.c
16536                 Sync with HEAD (revert 0.9.12cvs101)
16537
16538 2004-09-24 [colin]      0.9.12cvs103.2
16539
16540         * src/wizard.c
16541                 Fix gtk warnings and use domain part of the email address 
16542                 when domain detection fails (no dot in domain name)
16543
16544 2004-09-23 [colin]      0.9.12cvs103.1
16545
16546         * src/plugins/spamassassin/libspamc.c
16547         * src/plugins/spamassassin/libspamc.h
16548         * src/plugins/spamassassin/utils.c
16549         * src/plugins/spamassassin/utils.h
16550                 Sync with HEAD (Update spamassassin to 3.0)
16551
16552 2004-09-21 [colin]      0.9.12cvs102.3
16553
16554         * src/action.c
16555                 Add horizontal scrollbar in action io dialog as needed
16556                 Patch by Alfons.
16557
16558 2004-09-20 [colin]      0.9.12cvs102.2
16559
16560         * src/plugins/image_viewer/viewer.c
16561                 Remove imlib stuff
16562                 use gtk_pixmap_set when clearing
16563                 (would be better to use gtkImages, but causes size-allocate 
16564                 signals storm)
16565
16566 2004-09-17 [paul]       0.9.12cvs102.1
16567
16568         * ChangeLog
16569         * ChangeLog.claws
16570         * ChangeLog.jp
16571         * configure.ac
16572         * src/inc.c
16573                 sync with HEAD
16574
16575
16576 2004-09-17 [colin]      0.9.12cvs101.1
16577
16578         * ChangeLog.claws
16579         * src/main.c
16580                 Sync with HEAD (fix segs at exit)
16581
16582 2004-09-14 [colin]      0.9.12cvs99.5
16583
16584         * src/common/socket.c
16585         * AUTHORS
16586                 Fix send error on 64bit platforms
16587                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16588
16589 2004-09-14 [colin]      0.9.12cvs99.4
16590
16591         * src/action.c
16592                 Fix action output with utf8 
16593                 Patch by Alfons.
16594
16595 2004-09-14 [colin]      0.9.12cvs99.3
16596
16597         * ChangeLog.claws
16598         * src/folder.c
16599                 Sync with HEAD
16600
16601 2004-09-09 [colin]      0.9.12cvs99.2
16602
16603         * src/action.c
16604                 Fix progress bar (displaying "Completed %v/%u")
16605                 Patch by Alfons.
16606
16607 2004-09-08 [colin]      0.9.12cvs99.1
16608
16609         * src/account.c
16610         * src/folder.c
16611         * src/procmsg.c
16612         * src/procmsg.h
16613         * src/plugins/pgpmime/pgpmime.c
16614                 Sync with HEAD
16615
16616 2004-09-08 [colin]      0.9.12cvs97.2
16617
16618         * src/summaryview.c
16619                 Don't select mails in collapsed threads 
16620                 when navigating with up/down
16621
16622 2004-09-07 [colin]      0.9.12cvs97.1
16623
16624         * src/inc.c
16625                 Sync with HEAD (meaningful error messages)
16626
16627 2004-09-06 [colin]      0.9.12cvs96.1
16628
16629         * src/toolbar.c
16630                 Sync with HEAD (fix Redirect graying out)
16631
16632 2004-09-06 [colin]      0.9.12cvs95.1
16633
16634         * src/summaryview.c
16635         * src/mimeview.c
16636                 Sync with HEAD (fix dropped URIs)
16637
16638 2004-09-06 [colin]      0.9.12cvs94.1
16639
16640         * src/addressbook.c
16641         * src/addressitem.h
16642         * src/addritem.c
16643         * src/addritem.h
16644                 Sync with HEAD (addressbook DnD)
16645
16646 2004-09-03 [colin]      0.9.12cvs93.1
16647
16648         * src/summaryview.c
16649                 Sync with HEAD (next/prev unread)
16650
16651 2004-09-03 [colin]      0.9.12cvs92.1
16652
16653         * src/prefs_common.c
16654         * src/prefs_common.h
16655         * src/summaryview.c
16656                 Sync with HEAD ('mark_as_read_delay' pref)
16657
16658 2004-09-02 [colin]      0.9.12cvs91.2
16659
16660         * src/common/xml.c
16661                 Fix leak
16662
16663 2004-09-02 [colin]      0.9.12cvs91.1
16664
16665         * src/gtk/menu.c
16666                 Sync with HEAD (menu accel don't work, but whatever)
16667
16668 2004-09-02 [colin]      0.9.12cvs90.1
16669
16670         * src/account.c
16671                 Sync with HEAD (fix bug 582)
16672
16673 2004-09-02 [colin]      0.9.12cvs89.1
16674
16675         * src/addrindex.c
16676                 Sync with HEAD (free deleted queries)
16677
16678 2004-09-02 [colin]      0.9.12cvs88.1
16679
16680         * src/ldapquery.c
16681                 Sync with HEAD (fix LDAP freezes)
16682
16683 2004-09-02 [colin]      0.9.12cvs87.1
16684
16685         * src/prefs_spelling.c
16686                 Sync with HEAD (add default dictionary)
16687
16688 2004-09-01 [colin]      0.9.12cvs86.1
16689
16690         * src/filtering.c
16691         * src/folderview.c
16692         * src/imap.c
16693         * src/prefs_matcher.c
16694         * src/stock_pixmap.c
16695         * src/summary_search.c
16696         * src/summaryview.c
16697         * src/wizard.c
16698         * src/wizard.h
16699                 Sync with HEAD (uninitialized vars fixes)
16700                 + gtk2 specific warning fixes
16701
16702 2004-08-31 [colin]      0.9.12cvs85.1
16703
16704         * src/folder.c
16705                 Sync with HEAD (Fix memory corruption due to 
16706                 uninitialized var)
16707
16708 2004-08-31 [colin]      0.9.12cvs84.4
16709
16710         * src/summary_search.c
16711                 Fix segfaults when searching in folders with broken headers
16712
16713 2004-08-31 [colin]      0.9.12cvs84.3
16714
16715         * src/compose.c
16716         * src/textview.c
16717                 Fix some more encoding/decoding issues
16718
16719 2004-08-30 [colin]      0.9.12cvs84.2
16720
16721         * src/mimeview.c
16722         * src/prefs_themes.c
16723         * src/gtk/filesel.c
16724         * src/gtk/filesel.h
16725                 Add a folder-mode selection (fixes mimeview's "Save all")
16726
16727 2004-08-29 [colin]      0.9.12cvs84.1
16728
16729         * src/mimeview.c
16730                 Sync with HEAD (don't escape saved filenames)
16731
16732 2004-08-27 [colin]      0.9.12cvs83.1
16733
16734         * ChangeLog
16735         * ChangeLog.claws
16736         * ChangeLog.jp
16737         * src/mh.c
16738         * src/procheader.c
16739         * src/procmsg.c
16740         * src/procmsg.h
16741         * src/common/utils.c
16742         * src/gtk/menu.h
16743         * po/
16744                 Sync with HEAD 0.9.12cvs83 (sync with main)
16745
16746 2004-08-26 [colin]      0.9.12cvs82.4
16747
16748         * src/codeconv.c
16749                 Fix strange stack corruption
16750                 Convert to utf8 after unmime, not before
16751
16752 2004-08-26 [colin]      0.9.12cvs82.3
16753
16754         * src/main.c
16755         * src/wizard.c
16756                 Fix account folders duplication
16757
16758 2004-08-25 [colin]      0.9.12cvs82.2
16759
16760         * src/wizard.c
16761                 Remove ports
16762                 Add SSL selection
16763                 Use login@server as account name
16764
16765 2004-08-25 [colin]      0.9.12cvs82.1
16766
16767         * src/plugins/pgpmime/pgpmime.c
16768                 Sync with HEAD (leak fix).
16769
16770 2004-08-25 [colin]      0.9.12cvs81.1
16771
16772         * src/plugins/pgpmime/pgpmime.c
16773         * src/plugins/pgpmime/sgpgme.c
16774         * src/plugins/pgpmime/sgpgme.h
16775                 Sync with HEAD (Handle combined messages).
16776
16777 2004-08-24 [colin]      0.9.12cvs80.3
16778
16779         * src/wizard.c
16780                 Fix full name, ports, and imap
16781
16782 2004-08-24 [colin]      0.9.12cvs80.2
16783
16784         * src/Makefile.am
16785         * src/main.c
16786         * src/setup.c
16787         * src/setup.h
16788         * src/stock_pixmap.c
16789         * src/stock_pixmap.h
16790         * src/wizard.c ** ADDED **
16791         * src/wizard.h ** ADDED ** 
16792         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16793                 Add a setup wizard 
16794
16795 2004-08-24 [colin]      0.9.12cvs80.1
16796
16797         * src/folder.c
16798                 Sync with HEAD (set mimeflags on all messages)
16799
16800 2004-08-24 [colin]      0.9.12cvs79.3
16801
16802         * src/matcher_parser_lex.l
16803                 Fix 8bits strings not in utf8
16804
16805 2004-08-24 [colin]      0.9.12cvs79.2
16806
16807         * src/compose.c
16808                 Check conversion result before replacing buffer
16809
16810 2004-08-23 [colin]      0.9.12cvs79.1
16811
16812         * src/compose.c
16813                 Sync with HEAD (create message header in memory)
16814
16815 2004-08-23 [colin]      0.9.12cvs78.1
16816
16817         * src/rfc2015.c
16818         * src/rfc2015.h
16819                 Sync with HEAD (fix bug 197 again)
16820
16821 2004-08-23 [colin]      0.9.12cvs77.3
16822
16823         * src/compose.c
16824                 Fix again inline gpg signing (which outputs utf8
16825                 in gtk2). Not syncing this fix to HEAD as this 
16826                 code is meant to die.
16827
16828 2004-08-23 [colin]      0.9.12cvs77.2
16829
16830         * src/prefs_account.h
16831                 Remove useless include
16832
16833 2004-08-23 [colin]      0.9.12cvs77.1
16834
16835         * src/imap.c
16836         * po/es.po
16837         * po/fr.po
16838         * po/it.po
16839         * po/pl.po
16840         * po/pt_BR.po
16841         * po/sk.po
16842         * po/sr.po
16843                 Sync with HEAD (fix bug 577)
16844
16845 2004-08-22 [colin]      0.9.12cvs76.1
16846
16847         * src/plugins/trayicon/trayicon.c
16848                 Sync with HEAD (fix formatting bug)
16849
16850 2004-08-21 [colin]      0.9.12cvs74.2
16851
16852         * src/gtk/colorsel.c
16853                 Fix bug 564 (Folder color selection window exits on any
16854                 keypress)
16855
16856 2004-08-21 [colin]      0.9.12cvs74.1
16857
16858         * ChangeLog.claws
16859         * src/compose.c
16860         * src/summaryview.c
16861         * src/toolbar.c
16862                 Sync with HEAD (fix bug 576)
16863
16864 2004-08-21 [colin]      0.9.12cvs70.1
16865
16866         * src/compose.c
16867         * src/mainwindow.c
16868                 Sync with HEAD
16869                 
16870
16871 2004-08-21 [paul]       0.9.12cvs66.4
16872
16873         * src/mainwindow.c
16874         * src/messageview.c
16875         * src/gtk/menu.c
16876         * src/plugins/spamassassin/spamassassin_gtk.c
16877                 remove some deprecated gtk1 functions
16878
16879
16880 2004-08-21 [colin]      0.9.12cvs66.3
16881
16882         * src/compose.c
16883         * src/codeconv.c
16884                 Fix warnings
16885                 Remove encoding hacks
16886                 Fix bug 575 (Strange character messes up message)
16887                 Don't display conversion error when drafting
16888
16889 2004-08-21 [paul]       0.9.12cvs66.2
16890
16891         * src/prefs_account.c
16892                 fix GnuPG mode bugs
16893
16894
16895 2004-08-20 [colin]      0.9.12cvs66.1
16896
16897         * src/codeconv.c
16898                 Sync with HEAD 0.9.12cvs66
16899
16900 2004-08-20 [paul]
16901
16902         * src/plugins/pgpmime/plugin.c
16903                 modify PGP/MIME plugin's description
16904
16905 2004-08-17 [colin]      0.9.12cvs65.1
16906
16907         * src/common/ssl.c
16908         * src/plugins/pgpmime/plugin.c
16909                 Sync with HEAD
16910
16911 2004-08-14 [colin]      0.9.12cvs60.3
16912
16913         * src/plugins/trayicon/trayicon.c
16914                 Put back resize callback, on size-request signal
16915                 rather than size-allocate to avoid infinite 
16916                 callback loop
16917
16918 2004-08-13 [colin]      0.9.12cvs60.2
16919
16920         * src/common/defs.h
16921                 Cache versions have been fixed
16922
16923 2004-08-13 [colin]      0.9.12cvs60.1
16924
16925         * src/folderutils.c
16926                 Sync with HEAD
16927
16928 2004-08-12 [colin]      0.9.12cvs59.1
16929
16930         * src/plugins/trayicon/trayicon.c
16931                 Sync with HEAD
16932
16933 2004-08-12 [colin]      0.9.12cvs57.5
16934
16935         * sylpheed.desktop
16936         * configure.ac
16937         * src/Makefile.am
16938         * src/main.c
16939                 Add support for Freedesktop.org's startup notification
16940
16941 2004-08-11 [colin]      0.9.12cvs57.4
16942
16943         * src/textview.c
16944                 Fix off-by-one
16945
16946 2004-08-11 [colin]      0.9.12cvs57.3
16947
16948         * src/message_search.c
16949         * src/summary_search.c
16950                 Make searches case insensitive by default
16951         * src/textview.c
16952                 Fix case-insensitive search in message
16953
16954 2004-08-11 [colin]      0.9.12cvs57.2
16955
16956         * src/summary_search.c
16957                 Let case-sensitive be specified
16958
16959 2004-08-10 [colin]      0.9.12cvs55.4
16960
16961         * src/common/socket.c
16962                 Fix the possible race condition
16963
16964 2004-08-09 [paul]       0.9.12cvs55.3
16965
16966         * configure.ac
16967         * src/Makefile.am
16968         * src/common/Makefile.am
16969                 sync with HEAD
16970
16971
16972 2004-08-09 [paul]       0.9.12cvs55.2
16973
16974         * autogen.sh
16975         * po/poconv.sh
16976                 remove unneeded script
16977
16978         * configure.ac
16979                 add forgotten USE_LDAP_TLS (sync with HEAD)
16980
16981
16982 2004-08-09 [colin]      0.9.12cvs55.1
16983
16984         * src/main.c
16985         * src/common/ssl.c
16986         * src/common/sylpheed.c
16987         * src/common/sylpheed.h
16988                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16989
16990 2004-08-09 [paul]       0.9.12cvs54.1
16991
16992         * ChangeLog
16993         * ChangeLog.claws
16994         * ChangeLog.jp
16995         * configure.ac
16996         * po/POTFILES.in
16997         * src/Makefile.am
16998         * src/folderutils.c
16999         * src/main.c
17000         * src/pgpmime.c
17001         * src/pgpmime.h
17002         * src/sgpgme.c
17003         * src/sgpgme.h
17004         * src/plugins/Makefile.am
17005         * src/plugins/pgpmime/.cvsignore
17006         * src/plugins/pgpmime/Makefile.am
17007         * src/plugins/pgpmime/pgpmime.c
17008         * src/plugins/pgpmime/pgpmime.h
17009         * src/plugins/pgpmime/plugin.c
17010         * src/plugins/pgpmime/sgpgme.c
17011         * src/plugins/pgpmime/sgpgme.h
17012                 sync with HEAD
17013
17014 2004-08-08 [paul]       0.9.12cvs51.1
17015
17016         * configure.ac
17017         * src/folder.c
17018                 sync with HEAD
17019
17020 2004-08-07 [colin]      0.9.12cvs50.1
17021
17022         * src/pop.c
17023         * src/common/partial_download.c
17024                 fix warnings (sync from HEAD)
17025
17026 2004-08-07 [colin]      0.9.12cvs48.1
17027
17028         * src/prefs_folder_item.c
17029                 sync with HEAD 0.9.12cvs48
17030
17031 2004-08-06 [colin]      0.9.12cvs47.1
17032
17033         * src/compose.c
17034                 Sync with HEAD
17035
17036 2004-08-06 [christoph]  0.9.12cvs46.2
17037
17038         * src/main.c
17039         * src/plugins/clamav/clamav_plugin_gtk.c
17040         * src/plugins/dillo_viewer/dillo_viewer.c
17041         * src/plugins/image_viewer/plugin.c
17042         * src/plugins/mathml_viewer/mathml_viewer.c
17043         * src/plugins/spamassassin/spamassassin_gtk.c
17044         * src/plugins/trayicon/trayicon.c
17045                 don't mix GTK1.2 plugin with GTK2 plugins
17046
17047 2004-08-06 [colin]      0.9.12cvs46.1
17048
17049         * ChangeLog
17050         * ChangeLog.claws
17051         * ChangeLog.jp
17052         * configure.ac
17053         * sylpheed-claws.pc.in
17054         * src/folder.c
17055         * src/imap.c
17056         * src/localfolder.c
17057         * src/messageview.c
17058         * src/mimeview.c
17059         * src/mimeview.h
17060         * src/msgcache.c
17061         * src/news.c
17062         * src/prefs_ext_prog.c
17063         * src/prefs_folder_item.c
17064         * src/prefs_fonts.c
17065         * src/prefs_msg_colors.c
17066         * src/prefs_spelling.c
17067         * src/prefs_themes.c
17068         * src/prefs_toolbar.c
17069         * src/prefs_wrapping.c
17070         * src/procmime.h
17071         * src/common/defs.h
17072         * src/common/nntp.c
17073         * src/common/session.c
17074         * src/common/session.h
17075         * src/common/socket.c
17076         * src/common/utils.h
17077         * src/common/xml.c
17078         * src/common/xml.h
17079         * src/gtk/prefswindow.c
17080         * src/gtk/prefswindow.h
17081         * src/plugins/clamav/clamav_plugin_gtk.c
17082         * src/plugins/dillo_viewer/dillo_prefs.c
17083         * src/plugins/image_viewer/viewerprefs.c
17084         * src/plugins/spamassassin/spamassassin_gtk.c
17085         * m4/openssl.m4 *** REMOVED ***
17086                 Sync with HEAD 0.9.12cvs46
17087
17088 2004-08-03 [paul]       0.9.12cvs40.2
17089
17090         * src/action.c
17091         * src/addressadd.c
17092         * src/addressbook.c
17093         * src/addrgather.c
17094         * src/browseldap.c
17095         * src/compose.c
17096         * src/crash.c
17097         * src/editaddress.c
17098         * src/editgroup.c
17099         * src/editldap_basedn.c
17100         * src/foldersel.c
17101         * src/importldif.c
17102         * src/mimeview.c
17103         * src/prefs_common.c
17104         * src/prefs_template.c
17105         * src/sourcewindow.c
17106         * src/summaryview.c
17107         * src/gtk/about.c
17108         * src/gtk/foldersort.c
17109         * src/gtk/logwindow.c
17110         * src/gtk/pluginwindow.c
17111         * src/gtk/prefswindow.c
17112                 change all gtk_scrolled_window_set_policy from 
17113                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17114
17115 2004-08-02 [paul]       0.9.12cvs40.1
17116
17117         * AUTHORS
17118                 update translation team section
17119         * po/pt_BR.po
17120                 updated by Frederico Goncalves Guimaraes
17121                 <fggdebian@yahoo.com.br>
17122
17123 2004-07-31 [colin]      0.9.12cvs39.9
17124
17125         * src/exphtmldlg.c
17126                 Fix compilation
17127
17128 2004-07-31 [colin]      0.9.12cvs39.8
17129
17130         * src/exphtmldlg.c
17131                 Fix an alertpanel type
17132
17133 2004-07-30 [colin]      0.9.12cvs39.7
17134
17135         * src/alertpanel.c
17136                 Fix alertpanel_error_log's icon
17137
17138 2004-07-30 [colin]      0.9.12cvs39.6
17139
17140         * src/pop.c
17141                 Two of them should still be warnings
17142
17143 2004-07-30 [colin]      0.9.12cvs39.5
17144
17145         * src/pop.c
17146                 More warning -> error
17147 2004-07-29 [colin]      0.9.12cvs39.4
17148
17149         * src/pop.c
17150                 Warning -> error
17151
17152 2004-07-29 [colin]      0.9.12cvs39.3
17153
17154         * src/prefs_matcher.c
17155                 Fix segfault
17156
17157 2004-07-29 [colin]      0.9.12cvs39.2
17158
17159         * src/alertpanel.c
17160                 More nice-looking alertpanels
17161
17162 2004-07-29 [colin]      0.9.12cvs39.1
17163
17164         * src/messageview.c
17165                 sync with head
17166                 (inform user when partial mail is deleted on server)
17167
17168 2004-07-29 [colin]      0.9.12cvs38.1
17169
17170         * src/messageview.c
17171                 sync with head
17172
17173 2004-07-28 [paul]       0.9.12cvs37.7
17174
17175         * src/mainwindow.c
17176                 complete the replacement of deprecated gtk_progress_*
17177
17178 2004-07-28 [paul]       0.9.12cvs37.6
17179
17180         * src/action.c
17181         * src/inc.c
17182         * src/mainwindow.c
17183         * src/send_message.c
17184         * src/gtk/progressdialog.c
17185         * src/gtk/progressdialog.h
17186                 replace deprecated gtk_progress_*
17187
17188 2004-07-28 [paul]       0.9.12cvs37.5
17189
17190         * src/gtk/filesel.c
17191                 remove gtk_window_set_wmclass()
17192 2004-07-28 [paul]       0.9.12cvs37.4
17193
17194         * src/addressbook.c
17195         * src/compose.c
17196         * src/foldersel.c
17197         * src/mainwindow.c
17198         * src/messageview.c
17199         * src/sourcewindow.c
17200         * src/gtk/logwindow.c
17201                 remove gtk_window_set_wmclass()
17202                 
17203         * src/prefs_filtering.c
17204         * src/prefs_filtering_action.c
17205         * src/prefs_fonts.c
17206         * src/prefs_gtk.c
17207         * src/prefs_matcher.c
17208         * src/ssl_manager.c
17209         * src/gtk/prefswindow.c
17210                 replace gtk_window_position()
17211
17212 2004-07-28 [colin]      0.9.12cvs37.3
17213
17214         * src/alertpanel.c
17215         * src/alertpanel.h
17216                 Add a way to specify panel type for specific
17217                 panels (alertpanel())
17218         * src/account.c
17219         * src/addressbook.c
17220         * src/compose.c
17221         * src/expldifdlg.c
17222         * src/main.c
17223         * src/messageview.c
17224         * src/summaryview.c
17225         * src/textview.c
17226         * src/gtk/sslcertwindow.c
17227                 Fix alertpanel()s so that their icon match
17228                 their real type
17229
17230 2004-07-28 [paul]       0.9.12cvs37.2
17231
17232         * src/addr_compl.c
17233         * src/addressbook.c
17234         * src/alertpanel.c
17235         * src/compose.c
17236         * src/export.c
17237         * src/foldersel.c
17238         * src/folderview.c
17239         * src/grouplistdialog.c
17240         * src/import.c
17241         * src/mainwindow.c
17242         * src/message_search.c
17243         * src/messageview.c
17244         * src/passphrase.c
17245         * src/prefs_actions.c
17246         * src/prefs_common.c
17247         * src/prefs_customheader.c
17248         * src/prefs_display_header.c
17249         * src/prefs_filtering.c
17250         * src/prefs_filtering_action.c
17251         * src/prefs_gtk.c
17252         * src/prefs_matcher.c
17253         * src/prefs_msg_colors.c
17254         * src/prefs_summary_column.c
17255         * src/prefs_template.c
17256         * src/sourcewindow.c
17257         * src/ssl_manager.c
17258         * src/summary_search.c
17259         * src/gtk/colorsel.c
17260         * src/gtk/description_window.c
17261         * src/gtk/gtkaspell.c
17262         * src/gtk/inputdialog.c
17263         * src/gtk/logwindow.c
17264         * src/gtk/prefswindow.c
17265         * src/gtk/progressdialog.c
17266                 replace deprecated gtk_window_set_policy
17267
17268 2004-07-27 [colin]      0.9.12cvs37.1
17269
17270         * src/msgcache.c
17271                 More fixes (synced for head again)
17272
17273 2004-07-27 [colin]      0.9.12cvs35.3
17274
17275         * src/msgcache.c
17276                 Fix wrong test
17277
17278 2004-07-27 [colin]      0.9.12cvs35.2
17279
17280         * src/mimeview.c
17281                 Fix width a bit (by Paul)
17282         * src/alertpanel.c
17283         * src/alertpanel.h
17284                 Specialize icons, make alertpanel_message()
17285                 private
17286         * src/message_search.c
17287         * src/sgpgme.c
17288         * src/summary_search.c
17289                 Suit alertpanel changes
17290
17291 2004-07-27 [colin]      0.9.12cvs35.1
17292
17293         * src/alertpanel.c
17294                 Add an icon
17295         * src/passphrase.c
17296                 Add debug output - maybe someone will
17297                 want to look at the problem with Grab
17298                 Input :)
17299         Bump version as we're synced with HEAD
17300
17301 2004-07-26 [colin]      0.9.12cvs33.26
17302
17303         * src/pop.c
17304                 Fix uidl-file parsing when not in new
17305                 format
17306
17307 2004-07-26 [colin]      0.9.12cvs33.25
17308
17309         * src/gtk/menu.c
17310                 Move popup menu up if necessary (fixes 
17311                 account selector)
17312         * src/mainwindow.c
17313                 Set account selector's button height to
17314                 minimum
17315
17316 2004-07-26 [colin]      0.9.12cvs33.24
17317
17318         * src/alertpanel.c
17319                 Maybe fix 551 (Truncated font in alert window)
17320
17321 2004-07-26 [colin]      0.9.12cvs33.23
17322
17323         * po/de.po
17324         * po/es.po
17325         * po/fr.po
17326         * po/it.po
17327         * po/ja.po
17328         * po/pl.po
17329         * po/ru.po
17330         * po/sk.po
17331         * po/sr.po
17332         * po/zh_CN.po
17333                 Sync po files with HEAD
17334
17335 2004-07-26 [paul]       0.9.12cvs33.22
17336
17337         * src/compose.c
17338                 fix Bug 556 'Organisation-header is sent even if empty'
17339
17340 2004-07-24 [colin]      0.9.12cvs33.21
17341
17342         * src/compose.c
17343         * src/gtk/gtkaspell.c
17344         * src/gtk/gtkaspell.h
17345                 Fix speller accelerators (require hack)
17346
17347 2004-07-24 [colin]      0.9.12cvs33.20
17348
17349         * src/gtk/gtkaspell.c
17350                 Fix over-eager code deletion breaking
17351                 Check while typing
17352
17353 2004-07-24 [colin]      0.9.12cvs33.19
17354
17355         * src/browseldap.c
17356         * src/ldapctrl.c
17357         * src/ldapctrl.h
17358         * src/ldapserver.h
17359                 Sync ldap with HEAD
17360         (Fixes 546 LDAP completely broken)
17361
17362 2004-07-24 [colin]      0.9.12cvs33.18
17363
17364         * src/prefs_msg_colors.c
17365                 Fix prototype mismatch
17366         (Fixes 547 void function cannot return value)
17367
17368 2004-07-24 [colin]      0.9.12cvs33.17
17369
17370         * src/mainwindow.c
17371                 Fix sort going back to previous sort key
17372                 when changing sort direction
17373
17374 2004-07-24 [colin]      0.9.12cvs33.16
17375
17376         * src/compose.c
17377                 Fix space insertion when re-wrapping at 
17378                 cursor point
17379
17380 2004-07-24 [colin]      0.9.12cvs33.15
17381
17382         * src/gtk/gtkaspell.c
17383                 Don't change cursor position in insert-text
17384                 callback
17385         (Fixes 539 Word wrapping on input transposes letters)
17386
17387 2004-07-24 [colin]      0.9.12cvs33.14
17388
17389         * src/gtk/gtkaspell.c
17390                 Reencode non-ascii chars to dictionary's
17391                 encoding
17392         (Fixes 544 Spell check broken non english locale)
17393
17394 2004-07-24 [colin]      0.9.12cvs33.13
17395
17396         * src/summaryview.c
17397                 Fix Shift+Down, add Home/End/PgUp/PgDown
17398
17399 2004-07-21 [colin]      0.9.12cvs33.12
17400
17401         * src/prefs_common.c
17402                 Fix a gtk warning (Patch by Andrej Kacian)
17403
17404 2004-07-21 [colin]      0.9.12cvs33.11
17405
17406         * src/gtk/filesel.c
17407                 More check
17408
17409 2004-07-21 [colin]      0.9.12cvs33.10
17410
17411         * src/compose.c
17412         * src/crash.c
17413         * src/export.c
17414         * src/import.c
17415         * src/messageview.c
17416         * src/mimeview.c
17417         * src/prefs_spelling.c
17418         * src/prefs_themes.c
17419         * src/summaryview.c
17420         * src/gtk/filesel.c
17421         * src/gtk/filesel.h
17422         * src/gtk/pluginwindow.c
17423                 Untwist open/save mode guessing logic, make
17424                 it explicit
17425
17426 2004-07-20 [colin]      0.9.12cvs33.9
17427
17428         * src/codeconv.c
17429                 conv_encode_header: src_charset is UTF-8 on
17430                 gtk2
17431         * src/compose.c
17432                 Remove double encoding of the headers
17433
17434 2004-07-20 [colin]      0.9.12cvs33.8
17435
17436         * src/codeconv.c
17437                 Fix typo
17438
17439 2004-07-20 [colin]      0.9.12cvs33.7
17440
17441         * src/mainwindow.c
17442                 Set the separated messageview to the saved
17443                 size of Claws' messageview (Patch by Alfons)
17444                 Fix a callback prototype (me)
17445
17446 2004-07-20 [colin]      0.9.12cvs33.6
17447
17448         * src/codeconv.h
17449                 Forgot one hunk in 0.9.12cvs33.4
17450
17451 2004-07-19 [colin]      0.9.12cvs33.5
17452
17453         * src/action.c
17454                 Action output fix
17455                 Patch by Alfons
17456
17457 2004-07-19 [colin]      0.9.12cvs33.4
17458
17459         * src/compose.c
17460                 Fix outgoing charset bug in headers
17461         * src/codeconv.c
17462                 Clean for glib2 - Patch by Alfons
17463
17464 2004-07-19 [colin]      0.9.12cvs33.3
17465
17466         * src/statusbar.c
17467                 Remove grip from the statusbar
17468                 Patch by Alfons
17469
17470 2004-07-19 [colin]      0.9.12cvs33.2
17471
17472         * src/messageview.c
17473         * src/textview.c
17474                 Fix messageview remembering the previous
17475                 scroll position when loading a new message
17476                 Patch by Alfons
17477
17478 2004-07-19 [colin]      0.9.12cvs33.1
17479
17480         * src/folder.h
17481         * src/folderview.c
17482         * src/summaryview.c
17483                 Sync with HEAD
17484
17485 2004-07-18 [colin]      0.9.12cvs32.7
17486
17487         * configure.ac
17488                 Remove useless check for XIM - noticed
17489                 by Alfons
17490
17491 2004-07-18 [colin]      0.9.12cvs32.6
17492
17493         * src/summaryview.c
17494                 Remove non-modified and shift-modified
17495                 accelerators in summaryview's popup
17496                 menu, as that doesn't get catched by
17497                 the accel-activate signal catcher...
17498
17499 2004-07-18 [colin]      0.9.12cvs32.5
17500
17501         * src/prefs_common.c
17502                 Define sensible default prefs for 
17503                 wrapping
17504
17505 2004-07-18 [colin]      0.9.12cvs32.4
17506
17507         * src/compose.c
17508         * src/prefs_common.c
17509         * src/prefs_common.h
17510         * src/prefs_wrapping.c
17511                 Remove Smart Wrapping pref, which does
17512                 nothing on gtk2 branch
17513
17514 2004-07-18 [colin]      0.9.12cvs32.3
17515
17516         * src/sourcewindow.c
17517                 Proper utf8
17518
17519 2004-07-18 [colin]      0.9.12cvs32.2
17520
17521         * src/compose.c
17522                 Save attachment status when drafting
17523
17524 2004-07-18 [colin]      0.9.12cvs32.1
17525
17526         * src/gtk/filesel.c
17527                 Fix erratic folder selection in open mode
17528
17529 2004-07-18 [colin]      0.9.12cvs31.11
17530
17531         * src/pop.c
17532                 Don't let partial messages get deleted
17533                 even with "dowload all"
17534                 (0.9.12cvs31.8 fix extension)
17535 2004-07-18 [colin]      0.9.12cvs31.10
17536
17537         * src/gtk/logwindow.c
17538                 Fix log scrolling
17539
17540 2004-07-18 [colin]      0.9.12cvs31.9
17541
17542         * src/common/utils.c
17543                 Fix non-utf8 strings coming from commands
17544                 and files
17545
17546 2004-07-18 [colin]      0.9.12cvs31.8
17547
17548         * src/pop.c
17549                 Fix partial download bug with Download all
17550                 messages option
17551
17552 2004-07-18 [colin]      0.9.12cvs31.7
17553
17554         * src/textview.c
17555                 Fix bug introduced in 0.9.12cvs31.2
17556                 (blocked in select mode after double click)
17557
17558 2004-07-18 [colin]      0.9.12cvs31.6
17559
17560         * src/compose.c
17561         * src/gtk/menu.c
17562                 More glib-warning fixes
17563
17564 2004-07-18 [colin]      0.9.12cvs31.5
17565
17566         * src/compose.c
17567                 Fix trashing the primary clipboard when moving 
17568                 around with tab
17569         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17570
17571 2004-07-18 [colin]      0.9.12cvs31.4
17572
17573         * src/codeconv.c
17574                 convert unencoded iso headers to utf8
17575         (Fix Bug 538 Unencoded local characters in subject make it 
17576          disappear)
17577
17578 2004-07-18 [colin]      0.9.12cvs31.3
17579
17580         * src/compose.c
17581                 Fix tab char handling in wrapping
17582         (Fix Bug 537 Line wrap problem - TAB character treated as 
17583          one character instead of 8)
17584
17585 2004-07-18 [colin]      0.9.12cvs31.2
17586
17587         * src/textview.c
17588                 return FALSE on GDK_MOTION_NOTIFY
17589         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17590          (unable to highlight))
17591
17592 2004-07-18 [colin]      0.9.12cvs31.1
17593
17594         * src/folderview.c
17595                 Sync with 0.9.12cvs31
17596
17597 2004-07-18 [colin]      0.9.12cvs30.4
17598
17599         * src/compose.c
17600                 Also block text_inserted when inserting a file
17601
17602 2004-07-18 [colin]      0.9.12cvs30.3
17603
17604         * src/compose.c
17605                 Fix smart wrapping (block text_inserted handler
17606                 while putting quotation to avoid wrap on input,
17607                 don't join lines if next is sig separator)
17608
17609 2004-07-17 [colin]      0.9.12cvs30.2
17610
17611         * src/folderview.c
17612         * src/mainwindow.c
17613         * src/mimeview.c
17614         * src/summaryview.c
17615         * src/gtk/quicksearch.c
17616         * src/gtk/quicksearch.h
17617                 Block key events handlers *and* accels while
17618                 quicksearch is focused
17619         (Fixes Bug 534 quick-search bar not accepting certain letters)
17620
17621 2004-07-17 [colin]      0.9.12cvs30.1
17622
17623         * src/folder.h
17624         * src/folderview.c
17625         * src/summaryview.c
17626                 Sync with 0.9.12cvs30
17627
17628 2004-07-17 [colin]      0.9.12cvs28.2
17629
17630         * src/mimeview.c
17631         * src/procmime.c
17632         * src/summaryview.c
17633         * src/gtk/menu.c
17634                 Squash some compile and glib warnings
17635
17636 2004-07-17 [paul]       0.9.12cvs28.1
17637
17638         * src/mimeview.c
17639                 sync with 0.9.12cvs28 HEAD
17640
17641 2004-07-16 [paul]       0.9.12cvs26.1
17642         
17643         * src/gtk/quicksearch.c
17644         * src/account.c
17645         * src/account.h
17646         * src/compose.c
17647         * src/customheader.c
17648         * src/folder_item_prefs.c
17649         * src/main.c
17650         * src/mainwindow.c
17651         * src/messageview.c
17652         * src/mimeview.c
17653         * src/news.c
17654         * src/pgpmime.c
17655         * src/pop.c
17656         * src/pop.h
17657         * src/prefs_account.c
17658         * src/prefs_account.h
17659         * src/prefs_common.c
17660         * src/prefs_common.h
17661         * src/prefs_display_header.c
17662         * src/prefs_gtk.c
17663         * src/prefs_gtk.h
17664         * src/procheader.c
17665         * src/procmime.c
17666                 sync with 0.9.12cvs26 HEAD      
17667
17668 2004-07-15 [colin]      0.9.12cvs18.14
17669
17670         * src/folder.c
17671                 Disable GPG signature check during
17672                 folder move and scan
17673         (Closes Bug 521 Signature checking slows down Folder-Move)
17674
17675 2004-07-14 [colin]      0.9.12cvs18.13
17676
17677         * src/common/partial_download.c
17678                 update includes
17679
17680 2004-07-14 [colin]      0.9.12cvs18.12
17681
17682         * src/common/partial_download.c
17683         * src/common/partial_download.h
17684                 Move doc at top, add correct copyright
17685
17686 2004-07-14 [colin]      0.9.12cvs18.11
17687
17688         * src/folder.c
17689         * src/messageview.c
17690         * src/pop.c
17691         * src/pop.h
17692         * src/procmsg.c
17693         * src/summaryview.c
17694         * src/common/Makefile.am
17695         * src/common/partial_download.c ** NEW FILES **
17696         * src/common/partial_download.h ** NEW FILES **
17697                 Move partial-download related stuff to its
17698                 own file
17699
17700 2004-07-14 [colin]      0.9.12cvs18.10
17701
17702         * src/send_message.c
17703                 Fix smtp auth when user is null or empty
17704
17705 2004-07-13 [colin]      0.9.12cvs18.9
17706
17707         * src/gtk/quicksearch.c
17708                 Use alphabetic order
17709
17710 2004-07-13 [colin]      0.9.12cvs18.8
17711
17712         * src/pop.c
17713                 Be paranoid on the checks
17714
17715 2004-07-13 [colin]      0.9.12cvs18.7
17716
17717         * src/gtk/quicksearch.c
17718                 Fix Engrish once again
17719
17720 2004-07-13 [colin]      0.9.12cvs18.6
17721
17722         * src/procmsg.c
17723         * src/summaryview.c
17724                 Mark messages for deletion when they are about to
17725                 be removed from trash
17726
17727 2004-07-13 [colin]      0.9.12cvs18.5
17728
17729         * src/matcher.c
17730         * src/matcher.h
17731         * src/matcher_parser_parse.y
17732         * src/prefs_matcher.c
17733         * src/gtk/quicksearch.c
17734                 Add 'partial' ('p') match string to find partially
17735                 downloaded messages
17736
17737 2004-07-13 [colin]      0.9.12cvs18.4
17738
17739         * src/pop.c
17740                 Fix misplaced block
17741
17742 2004-07-13 [colin]      0.9.12cvs18.3
17743
17744         * src/pop.c
17745         * src/pop.h
17746         * src/messageview.c
17747                 Refactor API (to avoid passing 5+ params and code
17748                 duplication)
17749         * src/folder.c
17750         * src/msgcache.c
17751         * src/procheader.c
17752         * src/common/defs.h
17753                 Add planned_download to cache
17754                 Don't mess uidl file when moving partially downloaded
17755                 mails (they change folder, we should change it in the
17756                 uidl list too or we'll remove an incorrect message)
17757                 (this also helps removing hacks when changing 
17758                 planned_download in messageview.c)
17759
17760 2004-07-12 [colin]      0.9.12cvs18.2
17761
17762         * src/gtk/quicksearch.c
17763                 Fix missing status update in quicksearch
17764
17765 2004-07-12 [paul]       0.9.12cvs18.1
17766
17767         * po/POTFILES.in
17768         * src/Makefile.am
17769         * src/account.c
17770         * src/codeconv.c
17771         * src/compose.c
17772         * src/inc.c
17773         * src/main.c
17774         * src/prefs_common.c
17775         * src/procmsg.h
17776         * src/toolbar.c
17777         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17778         * src/prefs_wrapping.[ch]       ** NEW FILES **
17779         * src/common/intl.h
17780         * src/common/utils.[ch]
17781         * src/gtk/quicksearch.[ch]
17782                 sync with 0.9.12cvs18 HEAD
17783
17784 2004-07-12 [colin]      0.9.11cvs17.25
17785
17786         * src/folder.c
17787         * src/folder.h
17788                 Remove unused function added by me in 0.9.11cvs17.10
17789
17790 2004-07-11 [colin]      0.9.11cvs17.24
17791
17792         * src/inc.c
17793         * src/messageview.c
17794         * src/pop.c
17795         * src/pop.h
17796                 Use folderitem and msgnum instead of filename to
17797                 know which mail to delete
17798                 Move old partial mail deletion to pop.c
17799
17800 2004-07-10 [colin]      0.9.11cvs17.23
17801
17802         * src/inc.c
17803                 Add debug
17804         * src/pop.c
17805         * src/pop.h
17806                 Don't re-use same enums for unrelated stuff: it's 
17807                 completely misleading !
17808                 Document a bit
17809
17810 2004-07-09 [colin]      0.9.11cvs17.22
17811
17812         * src/inc.c
17813                 Remove folder-type check and do
17814                 more tests to be sure everything's
17815                 ok
17816         * src/messageview.c
17817                 Punctuation update, remove useless
17818                 code, fix two warnings
17819         * src/noticeview.c
17820                 Layout cleaning, reset 2nd button
17821                 when specifying one
17822
17823 2004-07-09 [colin]      0.9.11cvs17.21
17824
17825         * src/messageview.c
17826         * src/pop.c
17827         * src/pop.h
17828                 Allow user to change his mind
17829                 and postpone decision (by
17830                 unmarking the mail)
17831
17832 2004-07-09 [colin]      0.9.11cvs17.20
17833
17834         * src/messageview.c
17835                 Fix bug with delete state
17836         * src/pop.c
17837         * src/pop.h
17838                 Fix buffer leak (fread doesn't 
17839                 terminate buffers with \0)
17840                 Refactoring (remove magic 
17841                 numbers)
17842
17843 2004-07-09 [colin]      0.9.11cvs17.19
17844
17845         * src/pop.c
17846                 Don't log "Skipping message" if 
17847                 we're going to TOP it two lines
17848                 later
17849
17850 2004-07-09 [colin]      0.9.11cvs17.18
17851
17852         * src/messageview.c
17853                 Fix Engrish
17854
17855 2004-07-09 [colin]      0.9.11cvs17.17
17856
17857         * src/pop.c
17858                 strlen checking...
17859         * src/messageview.c
17860                 refactoring a bit
17861
17862 2004-07-08 [colin]      0.9.11cvs17.16
17863
17864         * src/noticeview.c
17865         * src/noticeview.h
17866                 Add an optional second button
17867         * src/messageview.c
17868         * src/pop.c
17869         * src/pop.h
17870                 Don't delete partially received mails after a certain
17871                 time; rather, let the user decide.
17872
17873 2004-07-08 [colin]      0.9.11cvs17.15
17874
17875         * src/common/smtp.h
17876                 Sync with HEAD
17877
17878 2004-07-08 [colin]      0.9.11cvs17.14
17879
17880         * src/messageview.c
17881         * src/common/smtp.c
17882                 Use to_human_readable() for sizes
17883
17884 2004-07-08 [colin]      0.9.11cvs17.13
17885
17886         * src/inc.c
17887         * src/messageview.c
17888         * src/pop.c
17889         * src/pop.h
17890         * src/procmsg.c
17891                 Fix partial-downloading issues:
17892                         catch unsupported TOP
17893                         don't delete partially downloaded mails before 5 days
17894                         don't update existing with non-MH folders; that'll
17895                         make dups, but it's better than trashing the folder
17896                         free new msginfo parts
17897                 Fix indentation ;-)
17898
17899 2004-07-08 [colin]      0.9.11cvs17.12
17900
17901         * src/common/smtp.c
17902         * src/common/smtp.h
17903                 Sync smtp size verification with HEAD
17904
17905 2004-07-08 [colin]      0.9.11cvs17.11
17906
17907         * src/summaryview.c
17908         * src/prefs_common.c
17909         * src/prefs_common.h
17910         * src/gtk/quicksearch.c
17911         * src/gtk/quicksearch.h
17912                 Sync sticky pref with HEAD
17913
17914 2004-07-08 [colin]      0.9.11cvs17.10
17915
17916         * src/folder.c [1.213.2.6]
17917         * src/folder.h [1.87.2.6]
17918         * src/inc.c [1.149.2.7]
17919         * src/messageview.c [1.94.2.8]
17920         * src/procheader.c [1.47.2.6]
17921         * src/procmsg.c [1.150.2.4]
17922         * src/procmsg.h [1.60.2.5]
17923         * src/pop.c [1.56.2.4]
17924         * src/pop.h [1.17.2.3]
17925                 Let too big messages get downloaded, but truncated
17926                 Add a button to download them completely
17927                 
17928 2004-07-06 [colin]      0.9.11cvs17.9
17929
17930         * src/gtk/quicksearch.c [1.1.2.3]
17931                 Add a Clear button
17932         * commitHelper
17933         * PATCHSETS
17934                 Add a script to help with cvs
17935
17936 2004-07-03 [colin]      0.9.11cvs17.8
17937
17938         * src/plugins/imageviewer/viewer.c
17939                 fix imageviewer (which was staying on the first
17940                 displayed image)
17941
17942 2004-07-03 [colin]      0.9.11cvs17.7
17943
17944         Removed FIXME_GTK2 warnings
17945         * src/gtk/gtkutils.c
17946                 useless #warnings
17947         * src/gtk/menu.c
17948                 useless #warnings (no need to mess with menu rc)
17949         * src/gtk/menu.h
17950                 unused functions
17951         
17952
17953 2004-07-03 [colin]      0.9.11cvs17.6
17954
17955         Removed FIXME_GTK2 warnings
17956         * src/codeconv.c
17957                 useless #warnings (rewrite needed)
17958         * src/compose.c
17959                 useless #warnings (rewrite needed)
17960                 useless #warnings (gtk2 is like that)
17961                 useless #warnings (previously fixed)
17962         * src/main.c
17963                 useless #warnings (previously fixed)
17964         * src/message_search.c
17965                 useless #warnings (gtk2 is like that)
17966                 Made apparent that search is case-sensitive
17967         * src/mimeview.c
17968                 useless #warnings (rewrite needed)
17969                 useless #warnings (gtk2 is like that)
17970                 reimplemented real warnings
17971         * src/prefs_common.c
17972                 Removed block cursor option (not it gtk2)
17973         * src/prefs_gtk.c
17974                 useless #warnings (rewrite needed)
17975         * src/procheader.c
17976                 useless #warnings (rewrite needed)
17977         * src/sourcewindow.c
17978                 useless #warnings (incorrect placing)
17979         * src/summary_search.c
17980                 useless #warnings (gtk2 is like that)
17981                 Made apparent that search is case-sensitive
17982         * src/action.c
17983                 useless #warnings (gtk2 is like that)
17984         * src/textview.c
17985                 useless #warnings (rewrite needed)
17986         * src/toolbar.c
17987                 useless #warnings (rewrite needed)
17988
17989 2004-07-03 [colin]      0.9.11cvs17.5
17990
17991         * src/textview.c
17992                 Fix mismerge which broke URI opening
17993                 
17994 2004-07-01 [colin]      0.9.11cvs17.4
17995
17996         * src/gtk/filesel.c
17997                 Fill filename when saving
17998                 
17999 2004-06-27 [colin]      0.9.11cvs17.3
18000
18001         * src/gtk/filesel.[ch]
18002                 Use the new GTK file selector
18003                 Update prototype to match the reality: multiple file
18004                 selection is open-only          
18005         * src/compose.c
18006                 Match the new prototypes        
18007         * configure.ac
18008                 Match the new requirements (gtk 2.4.0)
18009                         
18010 2004-06-26 [colin]      0.9.11cvs17.2
18011
18012         * src/plugins/trayicon/trayicon.c
18013                 Remove useless signal handler on resize, which causes
18014                 an infinite "loop"
18015         
18016 2004-06-26 [colin]      0.9.11cvs17.1
18017         
18018         * tools/Makefile.am
18019                 remove launch_firebird and add nautilus2sylpheed.sh
18020         * src/quicksearch.c
18021           src/summaryview.c
18022                 Fix show/hide "Extended symbols" button problem
18023                 Fix apparition at startup
18024                 Fix const warnings
18025         * src/plugins/image_viewer/Makefile.am
18026                 Fix configure 
18027         * common/ssl.c
18028                 Re-enable certificate check, as it doesn't seem to
18029                 cause Xlib errors anymore
18030
18031 2004-06-25 [paul]       0.9.11cvs17
18032
18033         * sync with 0.9.11cvs17 HEAD
18034         
18035         NOTE: QuickSearch is broken
18036
18037 2004-06-07 [colin]      0.9.10claws67.10
18038         * src/plugins/trayicon/trayicon.c
18039           src/plugins/trayicon/libeggtrayicon/Makefile.am
18040           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18041                 Fix gettextization in trayicon plugin
18042
18043 2004-06-07 [colin]      0.9.10claws67.9
18044         
18045         * src/summaryview.c
18046           src/gtk/gtksctree.[ch]
18047                 Let Shift+{Up,Down} work in summaryview
18048                 (well, Down "works" and Up works)
18049                 Let the list scroll when using these keys
18050
18051 2004-06-06 [colin]      0.9.10claws67.8
18052
18053         * src/plugins/trayicon/trayicon.c
18054                 Fix pixmap update
18055
18056 2004-06-06 [colin]      0.9.10claws67.7
18057
18058         * src/addressbook.c
18059                 Fix signal handling causing system-wide focus grab
18060
18061 2004-05-25 [paul]       0.9.10claws67.6
18062
18063         * Makefile.am
18064           src/Makefile.am
18065                 clean up
18066
18067 2004-05-25 [paul]       0.9.10claws67.5
18068
18069         * replace deprecated gtk_signal... functions
18070
18071 2004-05-23 [colin]      0.9.10claws67.4
18072
18073         * src/compose.c
18074                 Fix wrapping
18075
18076 2004-05-22 [colin]      0.9.10claws67.3
18077
18078         * src/compose.c
18079                 Re-fix [Edited] in compose.c::compose_reedit()
18080
18081 2004-05-22 [colin]      0.9.10claws67.2
18082
18083         * src/procmime.c
18084                 Fix parsing of multiparts mails
18085
18086 2004-05-22 [colin]      0.9.10claws67.1
18087
18088         * src/summaryview.c
18089                 Fix quicksearch
18090
18091 2004-05-22 [paul]       0.9.10claws67
18092
18093         * sync with 0.9.10claws67 HEAD
18094
18095 2004-05-14 [alfons]
18096
18097         * src/procmime.h
18098                 add forgotton prototype
18099
18100 2004-05-10 [paul]       0.9.10claws57
18101
18102         * sync with 0.9.10claws57 HEAD
18103
18104 2004-05-05 [paul]       0.9.9.claws1
18105
18106         * ChangeLog-gtk2        ** REMOVED **
18107           ChangeLog-gtk2.claws  ** ADDED **
18108                 rename and adopt the normal claws format
18109                 
18110         * configure.ac
18111                 require gtkmathview >= 0.5
18112
18113         * ac/*                          ** REMOVED **
18114           ac/                           ** REMOVED **
18115           intl/Makefile.in              ** REMOVED **
18116           m4/                           ** ADDED **
18117           m4/missing                    ** ADDED **
18118           m4/missing/gdk-pixbuf.m4      ** ADDED **
18119           m4/missing/gettext.m4         ** ADDED **
18120           m4/missing/gpgme.m4           ** ADDED **
18121           m4/missing/imlib.m4           ** ADDED **
18122           m4/.cvsignore                 ** ADDED **
18123           m4/Makefile.am                ** ADDED **
18124           m4/README                     ** ADDED **
18125           m4/aclocal-include.m4         ** ADDED **
18126           m4/aspell.m4                  ** ADDED **
18127           m4/check-type.m4              ** ADDED **
18128           m4/gnupg-check-typedef.m4     ** ADDED **
18129           m4/openssl.m4                 ** ADDED **
18130           m4/spamassassin.m4            ** ADDED **
18131           po/ChangeLog                  ** REMOVED **
18132           po/Makefile.in.in             ** REMOVED **
18133           po/Rules-quot                 ** REMOVED **
18134           po/boldquot.sed               ** REMOVED **
18135           po/en@boldquot.header         ** REMOVED **
18136           po/en@quot.header             ** REMOVED **
18137           po/insert-header.sin          ** REMOVED **
18138           po/quot.sed                   ** REMOVED **
18139           po/remove-potcdate.sed        ** REMOVED **
18140           po/remove-potcdate.sin        ** REMOVED **
18141           po/stamp-po                   ** REMOVED **
18142           Makefile.am
18143           autogen.sh
18144           configure.ac
18145                 enable building with automake 1.8.x
18146                 add 'autopoint --force' to autogen.sh and remove all
18147                 auto-generated files, remove ac/ directory and use
18148                 m4/ directory instead
18149                 
18150         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18151                 fix gettextization
18152
18153 2004-02-28 Colin Leroy <colin@colino.net>
18154         * src/prefs_matcher.c
18155           src/prefs_filtering.c
18156           src/prefs_filtering_action.c
18157                 Fix non-editable GtkEntries
18158
18159 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18160         * src/prefs_themes.c
18161                 utf8 conversion for theme info
18162
18163 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18164         * sync 0.9.9claws
18165
18166 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18167         * src/grouplistdialog.c
18168                 allow multiple selections without ctrl key
18169
18170 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18171         * src/main.c
18172                 enable customizable accelerators
18173
18174 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18175         * src/prefs_common.c
18176                 re-enable different font settings for gtk1/2
18177         * src/prefs_folder_item.c
18178                 fix folder prefs displayed wrong
18179         * src/textview.c
18180                 set 'sunken' shadow type
18181
18182 2004-02-07 Colin Leroy <colin@colino.net>
18183         * src/compose.c
18184                 Fix message being always [Edited]
18185                 Encode headers correctly (utf8 buf)
18186
18187 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18188         * src/socket.c
18189                 remove double g_source_attach()
18190                 (Thanks to Colin Leroy)
18191
18192 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18193         * src/gtk/gtksctree.c
18194                 Fix SSL certificate list not shown
18195         * src/mimeview.c
18196                 Fix clicks in mime tree
18197
18198 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18199         * src/common/socket.c
18200                 Fix SSL receive
18201         * src/compose.c
18202                 Fix clipboard menu hotkeys
18203
18204 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18205         * src/gtk/gtkaspell.[ch]
18206           src/compose.c
18207                 reimplement spellchecker
18208
18209 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18210         * src/gtk/filesel.c
18211                 crash when inserting file in compose window
18212                 (TODO: keep old selection on clicks)
18213         * src/main.c
18214                 use gtkrc-2.0 instead of gtkrc
18215
18216 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18217         * src/messageview.c
18218                 remove orphaned mimeview unref()
18219
18220 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18221         * src/grouplistdialog.c
18222                 expand nodes containing subscribed groups
18223
18224 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18225         * src/textview.c
18226                 textview: hide cursor, restore old click behaviour
18227
18228 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18229         * src/textview.c
18230                 variable names messed up
18231
18232 2004-01-17 Colin Leroy <colin@colino.net>
18233         * src/addr_compl.c
18234                 Fix completion address too thin
18235         * src/compose.c
18236                 Fix tab-to-subject behaviour
18237         * src/summaryview.c
18238                 Implement key up & down in summaryview
18239
18240 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18241
18242         * sync 098claws
18243
18244 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18245         * configure.ac
18246           Makefile.am
18247           doc/.cvsignore
18248           doc/Makefile.am
18249                 faq, man, manual moved to doc/
18250         * ac/aspell.m4
18251           ac/check-type.m4
18252           ac/gnupg-check-typedef.m4
18253           ac/openssl.m4
18254           ac/spamassassin.m4
18255           ac/missing/gdk-pixbuf.m4
18256           ac/missing/gpgme.m4
18257           ac/missing/imlib.m4
18258                 fix automake warnings
18259
18260 2003-12-06 Colin Leroy <colin@colino.net>
18261         * src/summaryview.c
18262                 Fix quicksearch
18263
18264 2003-12-05 Colin Leroy <colin@colino.net>
18265         * src/summaryview.c
18266                 Fix going to next unread folder
18267
18268 2003-12-05 Colin Leroy <colin@colino.net>
18269         * src/crash.c
18270                 Fix gtk2 compilation
18271         * src/session.c
18272                 Remove iotag source handler at disconnection
18273         * src/socket.[ch] 
18274                 Remove source handler when closing socket 
18275                 (fixes another seg)
18276
18277 2003-12-04 Colin Leroy <colin@colino.net>
18278         * src/compose.c
18279           src/prefs_account.c
18280           src/prefs_common.c
18281                 Fix some dropdown menus
18282
18283 2003-12-04 Colin Leroy <colin@colino.net>
18284         * src/compose.c
18285                 Fix event handlers on header fields
18286         * src/common/socket.c
18287           src/common/session.c
18288                 Fix segfault with callback (SSL)
18289                 Fix end of session 
18290
18291 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18292
18293         * Fix compile bug in src/compose.c
18294         * removed src/gtk/gtkstext.[ch]
18295
18296 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18297
18298         * Convert character set and escape "text" attributes in toolbar setting
18299         files.
18300         * Fixed bug in button-press-event handling.
18301
18302 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18303
18304         * Fixed bug in key-press-event handling.
18305
18306 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18307
18308         * Enabled to compile tray-icon plugin (Ad-hoc).
18309         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18310
18311 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18312
18313         * Enabled to compile on sylpheed-claws.
18314         (tray-icon plugin still cannot compile yet.)
18315
18316 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18317
18318         * Updated to 0.9.5.
18319
18320 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18321
18322         * Updated to 0.9.4.
18323         * Ported monitoring SSL mechanism to GSource of GLib2
18324         (I don't confirm it)
18325         * Added _gtk2 suffix to key name of font preference to avoid
18326         ovverwriting preference of Gtk+-1.2 version.
18327
18328 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18329
18330         * Updated to 0.9.2.
18331
18332 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18333
18334         * Updated to 0.9.1.
18335         * Translate po files into UTF-8 when execute autogen.sh.
18336
18337 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18338
18339         * Updated to 0.9.0.
18340
18341 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18342
18343         * Plugged GError related memory leaks.
18344
18345 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18346
18347         * Changed default size of fonts.
18348         * Enabled to set titile font size of warning dialog.
18349
18350 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18351
18352         * Embed a sylpheed icon into executable binary on Windows.
18353
18354 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18355
18356         * I forgot to traslate character set of element string in src/xml.c.
18357
18358 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18359
18360         * Fixed detecting bind_textdomain_codeset in configure.in.
18361         * The bug in which "Example" of "Date fromat" preference isn't displayed
18362         correctly has been fixed.
18363
18364 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18365
18366         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18367           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18368           glib-gettextize
18369           Removed intl directory.
18370           Translated po files into UTF-8.
18371           (Thanks! Ryuji Abe)
18372
18373 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18374
18375         * The bug which doesn't unscape string in xml.c has been fixed.
18376
18377 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18378
18379         * The bug which is failed to translate encoding of file name thorough
18380         file dialog has been fixed.
18381
18382 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18383
18384         * Modified to translate file names which is used in inporting/expoting
18385         mbox feature and "Save as" feature into locale encoding.
18386         * Translate file names into locale encoding when "Attache file" and
18387         "Insert file".
18388         * Force set G_BROKEN_FILENAMES environment variable.
18389         * Other minor fixes.
18390
18391 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18392
18393         * Modified to treat MH folder's name as locale encoding.
18394
18395 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18396
18397         * The bug which clash on switching candidates of auto completion of
18398         addresses, cannot use auto completion in Japanesse is fixed
18399         (Thanks! Tokunaga-san)¡¥
18400
18401 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18402
18403         * The bug which cannot switch key accelerator preference has been fixed
18404         (Thanks! smbd-san)¡¥
18405
18406 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18407
18408         * version 0.8.11-gtk2-20030314
18409
18410 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18411
18412         * The bug in which character set conversion of filtering messages has
18413         been fixed.(Thanks! COCOA-san).
18414
18415 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18416
18417         * Revived "Leave space on head" preference in "Message" category.
18418         * A bug which clash when put the cursor to end of buffer and execute
18419         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18420
18421 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18422
18423         * version 0.8.11-gtk2-20030312
18424
18425 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18426
18427         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18428         * Modified to use Pango's API directly for font preference.
18429         * Integrated GtkTextView of textview to one widget.
18430         * Set fonts of header title in textview by "header_title" tag.
18431         * Removed some deprecated codes.
18432
18433 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18434
18435         * Updated to 0.8.11.
18436         * Merged cygwin patch(Thanks! Sakai-san).
18437
18438 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18439
18440         * version 0.8.10-gtk2-20030309