2006-09-18 [paul] 2.4.0cvs197
[claws.git] / ChangeLog
1 2006-09-18 [paul]       2.4.0cvs197
2
3         * src/wizard.c
4                 add missing bracket, capitalise the A of
5                 'SpamAssassin'
6
7 2006-09-18 [paul]       2.4.0cvs196
8
9         * src/compose.c
10                 fix bug 1012 'crashed upon sending mail
11                 from compose window'
12                 Thanks to Colin
13
14 2006-09-16 [colin]      2.4.0cvs195
15
16         * src/folderview.c
17                 Fix "real-time" sorting by freezing/thawing
18
19 2006-09-16 [colin]      2.4.0cvs194
20
21         * manual/faq.xml
22                 Fix the anti-spam entry a bit
23
24 2006-09-16 [colin]      2.4.0cvs193
25
26         * src/wizard.c
27                 Make sure reviewers have no excuse when stating
28                 Sylpheed-Claws doesn't have antispam capabilities.
29
30 2006-09-16 [colin]      2.4.0cvs192
31
32         * src/main.c
33                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
34                 as if the SIGPIPE comes from etpan's thread we could
35                 trigger a GUI update from this thread.
36
37 2006-09-16 [colin]      2.4.0cvs191
38
39         * src/summaryview.c
40                 Init all members of the struct
41
42 2006-09-16 [paul]       2.4.0cvs190
43
44         * src/account.c
45                 improvements to the English
46
47 2006-09-15 [colin]      2.4.0cvs189
48
49         * src/summaryview.c
50                 HIG order on dialog
51
52 2006-09-14 [colin]      2.4.0cvs188
53
54         * src/common/socket.c
55         * src/common/socket.h
56         * src/common/ssl.c
57         * src/common/ssl_certificate.c
58         * src/common/ssl_certificate.h
59         * src/etpan/imap-thread.c
60                 the get_fqdn() call done to get canonical name when
61                 checking an SSL certificate is blocking, which is
62                 sad as we just did a non-blocking lookup to connect.
63                 Fix that by letting the fqdn available to the SockInfo,
64                 and use that in ssl_certificate_check(). For IMAP,
65                 we don't do it as the lookup's done by libetpan, but
66                 it's less annoying as IMAP connections as much more
67                 rare than POP3 connections.
68
69 2006-09-14 [paul]       2.4.0cvs187
70
71         * manual/advanced.xml
72                 improvements to the English,
73                 properly place the new hidden options
74                 within the alphabetical order
75         * src/gtk/pluginwindow.c
76                 improvements to the English
77
78 2006-09-14 [colin]      2.4.0cvs186
79
80         * src/prefs_common.c
81         * src/prefs_common.h
82         * src/gtk/gtksctree.c
83         * manual/advanced.xml
84                 New hidden pref, stripes_color_offset, to change
85                 the value added/substracted to normal bgcolor to
86                 create the stripes in summaries
87
88 2006-09-13 [colin]      2.4.0cvs185
89
90         * src/gedit-print.c
91         * src/messageview.c
92         * src/messageview.h
93         * src/summaryview.c
94         * src/textview.c
95                 Fix misc. printing issues: 
96                 - Bad font for linkified headers
97                 - Different font if the mail was displayed or not
98                 - Factorize the thing
99
100 2006-09-13 [colin]      2.4.0cvs184
101
102         * src/common/ssl_certificate.c
103                 Only get FQDN once when checking certificate
104
105 2006-09-13 [colin]      2.4.0cvs183
106
107         * src/account.c
108         * src/gtk/pluginwindow.c
109                 Misc. GUI fixes by Fabien
110
111 2006-09-13 [wwp]        2.4.0cvs182
112
113         * configure.ac
114         * src/common/utils.h
115         * src/common/utils.c
116                 get rid of unused wide-char functions.
117
118 2006-09-13 [wwp]        2.4.0cvs181
119
120         * src/plugins/pgpinline/sylpheed.def
121         * src/textview.c
122                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
123                 add privacy_reset_error to the .def file,
124                 do not fork for an external textviewer.
125
126 2006-09-13 [wwp]        2.4.0cvs180
127
128         * src/prefs_common.c
129                 fix broken font entry in prefs (patch issued by the gpg4win team,
130                 probably by Marcus Brinkmann <marcus@g10code.de>).
131
132 2006-09-13 [colin]      2.4.0cvs179
133
134         * src/folder.h
135                 Fix a warning in summaryview.c
136         * src/mainwindow.c
137         * src/summaryview.c
138         * src/summaryview.h
139                 Add missing Mark/* elements in the
140                 main menu
141
142 2006-09-12 [colin]      2.4.0cvs178
143
144         * src/prefs_actions.c
145         * src/prefs_filtering_action.c
146         * src/prefs_matcher.c
147                 Use (New) instead of New everywhere
148
149 2006-09-12 [wwp]        2.4.0cvs177
150
151         * manual/fr/addrbook.xml
152         * manual/fr/handling.xml
153                 updated some quotes in the fr manual to match the fr translation.
154
155 2006-09-12 [wwp]        2.4.0cvs176
156
157         * src/prefs_matcher.c
158                 don't store translated string elements in matcher expressions.
159                 Also fixed a misused of Q_().
160
161 2006-09-11 [wwp]        2.4.0cvs175
162
163         * src/plugins//bogofilter/bogofilter.c
164         * src/plugins//clamav/clamav_plugin.c
165         * src/plugins//demo/demo.c
166         * src/plugins//dillo_viewer/dillo_viewer.c
167         * src/plugins//pgpcore/plugin.c
168         * src/plugins//pgpinline/plugin.c
169         * src/plugins//pgpmime/plugin.c
170         * src/plugins//spamassassin/spamassassin.c
171                 gettext-ize more strings (mostly plugin error messages).
172
173 2006-09-11 [colin]      2.4.0cvs174
174
175         * src/alertpanel.c
176                 Make maximum buffer size bigger to avoid
177                 truncating translated messages. Patch by
178                 Fabien
179
180 2006-09-11 [colin]      2.4.0cvs173
181
182         * src/etpan/imap-thread.c
183                 Fix compilation on OpenBSD, thanks to 
184                 Landry
185
186 2006-09-10 [wwp]        2.4.0cvs172
187
188         * manual/account.xml
189         * manual/addrbook.xml
190         * manual/handling.xml
191         * manual/es/handling.xml
192         * manual/fr/account.xml
193         * manual/fr/addrbook.xml
194         * manual/fr/handling.xml
195                 documented addressbook matching (condition configuration):
196                   addrbook.xml, en fr
197                 documented per-account filtering rules (handling/filtering
198                   section, account section):
199                   account.xml, handling.xml, en fr
200                 slightly updated the handling/searching section to tell few
201                   words about the extended search ability:
202                   handling.xml, en fr
203                 added missing <quote></quotes> to Quick Search:
204                   handling.xml, en fr es
205                 fixed a typo (auomatically):
206                   handling.xml, en
207                 changes revisited by Paul.
208
209 2006-09-10 [paul]       2.4.0cvs171
210
211         * src/prefs_actions.c
212         * src/prefs_filtering.c
213         * src/prefs_template.c
214                 adjustments to the gui
215                 Patch by Fabien Vantard (slightly modified)
216
217 2006-09-10 [colin]      2.4.0cvs170
218
219         * src/summaryview.c
220                 Check folderitem/summaryview consistency
221                 (basically automates Update summary). Fixes
222                 #1011 (wrong (negative) count on unread 
223                 messages)
224
225 2006-09-10 [colin]      2.4.0cvs169
226
227         * src/gtk/gtksctree.c
228                 Fix recursive expansion via mouse
229         * src/plugins/bogofilter/bogofilter.c
230                 Use normal filtering way of moving
231                 messages (batching), possibly fixing
232                 bug #1015 (Bogofilter plugin doubles 
233                 new messages)
234
235 2006-09-09 [wwp]        2.4.0cvs168
236
237         * src/prefs_filtering.c
238                 better place for this fix.
239
240 2006-09-09 [wwp]        2.4.0cvs167
241
242         * src/prefs_filtering.c
243                 fix a minor bug when the enabled status of a filtering/processing
244                 rule always got set to TRUE when replacing this rule. That still
245                 make sense when adding a new rule, but now when replacing, we
246                 don't override the value of 'enabled'.
247                 Also renamed the func prefs_filtering_list_view_get_rule_name()
248                 to prefs_filtering_list_view_get_info() as this function not only
249                 returns the name, but also the account_id and the enabled status.
250
251 2006-09-09 [mones]      2.4.0cvs166
252
253         * manual/glossary.xml
254         * manual/plugins.xml
255                 Minor format corrections
256         * manual/gpl.xml
257                 Fix misplaced NO WARRANTY section
258         * manual/es/advanced.xml
259         * manual/es/faq.xml
260         * manual/es/glossary.xml
261         * manual/es/gpl.xml
262         * manual/es/handling.xml
263         * manual/es/plugins.xml
264         * manual/es/starting.xml
265                 Incorporate changes from English version
266         * manual/fr/ack.xml
267         * manual/pl/ack.xml
268         * manual/es/ack.xml
269                 Fix address, (add translation credits in es version)
270         * po/es.po
271                 Updated translation
272
273 2006-09-09 [wwp]        2.4.0cvs165
274
275         * src/prefs_filtering.c
276                 fix a crash when opening filtering prefs, if matcherrc file contains
277                 broken data (non-existing account id, which is theoretically not
278                 possible).
279
280 2006-09-08 [colin]      2.4.0cvs164
281
282         * src/folder.c
283                 Wrong assert, make it an if()
284         * src/gtk/gtksctree.c
285                 Fix bug #1013 (expand selected thread 
286                 tree) - expanding is now recursive
287
288 2006-09-07 [wwp]        2.4.0cvs163
289
290         * src/prefs_matcher.c
291                 make better sentences about addressbook matching in the
292                 matcher prefs. This should make translators' work easier
293                 too.
294
295 2006-09-07 [wwp]        2.4.0cvs162
296
297         * src/prefs_filtering.c
298                 code simplification (get rid of dup var. assignment).
299
300 2006-09-07 [wwp]        2.4.0cvs161
301
302         * src/summaryview.c
303                 use GTK_STOCK icons when possible, patch by Fabien Vantard
304                 <fzzzzz@gmail.com>.
305
306 2006-09-07 [paul]       2.4.0cvs160
307
308         * src/mimeview.c
309                 fix compilation warnings
310                 Thanks to Colin
311
312 2006-09-07 [paul]       2.4.0cvs159
313
314         * src/mimeview.c
315                 select the mimepart icon when
316                 displaying as text
317                 Thanks to Colin
318
319 2006-09-06 [paul]       2.4.0cvs158
320
321         * src/prefs_filtering.c
322                 fix labels and table element spacing
323                 Patch by Fabien Vantard
324
325 2006-09-06 [paul]
326
327         2.5.0-rc3 released
328
329 2006-09-06 [paul]       2.4.0cvs157
330
331         * manual/es/advanced.xml
332                 fix typo
333
334 2006-09-06 [wwp]        2.4.0cvs156
335
336         * src/mainwindow.c
337                 fix an dup launch issue when iconified, thanks to Colin.
338
339 2006-09-06 [wwp]        2.4.0cvs155
340
341         * src/gtk//gtksctree.h
342                 oops, forgot that one!
343
344 2006-09-06 [wwp]        2.4.0cvs154
345
346         * manual/pl/advanced.xml
347         * manual/advanced.xml
348         * manual/es/advanced.xml
349         * manual/fr/advanced.xml
350         * src/prefs_customheader.c
351         * src/prefs_filtering_action.c
352         * src/foldersel.c
353         * src/prefs_summaries.c
354         * src/prefs_filtering.c
355         * src/account.c
356         * src/compose.c
357         * src/prefs_summary_column.c
358         * src/addr_compl.c
359         * src/prefs_actions.c
360         * src/prefs_folder_column.c
361         * src/ssl_manager.c
362         * src/prefs_template.c
363         * src/prefs_display_header.c
364         * src/prefs_common.h
365         * src/prefs_matcher.c
366         * src/prefs_common.c
367         * src/prefs_toolbar.c
368         * src/summaryview.c
369         * src/folderview.c
370         * src/gtk/gtksctree.c
371         * src/gtk/pluginwindow.c
372         * src/gtk/progressdialog.c
373         * src/gtk/prefswindow.c
374                 renamed hidden option enable_rules_hint to use_stripes_everywhere
375                 to make its meaning more obvious (all versions of the manual reflect
376                 the change).
377                 added an extra hidden option use_stripes_in_summary to allow
378                 discarding these stripes in mainwindow's folder and message lists;
379                 en and fr manuals only are OK towards this.
380
381 2006-09-06 [colin]      2.4.0cvs153
382
383         * src/textview.c
384                 Hide Sylpheed-Claws' internal queue headers
385                 when showing all headers. They'll be present
386                 only in Source window.
387
388 2006-09-05 [colin]      2.4.0cvs152
389
390         * src/plugins/trayicon/trayicon.c
391                 Fix crash at exit - we have to disconnect
392                 our handlers
393         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
394                 Update eggtrayicon - patch adapted from a
395                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
396                 on Sylpheed's ML
397
398 2006-09-05 [colin]      2.4.0cvs151
399
400         * src/mainwindow.c
401         * src/gtk/logwindow.c
402                 Fix race condition when something writes
403                 to the log too soon during init. Thanks
404                 to Fabien Vantard
405
406 2006-09-05 [colin]      2.4.0cvs150
407
408         * src/mimeview.c
409                 Don't select part on right-click either
410
411 2006-09-05 [paul]       2.4.0cvs149
412
413         * src/mimeview.c
414                 completion of previous commit
415                 Thanks to Colin
416
417 2006-09-05 [colin]      2.4.0cvs148
418
419         * src/mimeview.c
420                 Don't force selection on middle-click, just open
421
422 2006-09-04 [colin]      2.4.0cvs147
423
424         * src/mimeview.c
425                 Looks like gtk_notebook_set_current_page()
426                 sometimes steals focus, and this annoys us
427                 in MimeViewers as it renders navigation
428                 keys useless. Take back focus after switching
429                 pages.
430
431 2006-09-04 [colin]      2.4.0cvs146
432
433         * src/messageview.c
434                 Set stop_loading when clicking on Next
435                 during load. Don't add a callback to 
436                 avoid over-complicating things.
437
438 2006-09-04 [colin]      2.4.0cvs145
439
440         * src/mimeview.c
441         * src/messageview.c
442                 Fix multiple loads in separate messageview
443
444 2006-09-04 [colin]      2.4.0cvs144
445
446         * src/summaryview.c
447                 Let navigation keys be handled during 
448                 load
449
450 2006-09-04 [colin]      2.4.0cvs143
451
452         * src/messageview.c
453         * src/summaryview.c
454         * src/textview.c
455         * src/textview.h
456                 Make loading of huge mails (lots of text and/or
457                 images) cancellable, so the GUI doesn't block 
458
459 2006-09-04 [colin]      2.4.0cvs142
460
461         * src/plugins/trayicon/trayicon.c
462                 Fix annoyance when removing a folder with 
463                 unread mails: trayicon didn't update
464
465 2006-09-04 [paul]       2.4.0cvs141
466
467         * src/gtk/icon_legend.c
468                 straighten up columns
469                 Patch by Fabien Vantard
470
471 2006-09-04 [wwp]        2.4.0cvs140
472
473         * src/prefs_filtering.c
474                 fix new line's account name in filtering prefs:
475                 was "All", is now "(New)".
476
477 2006-09-04 [paul]       2.4.0cvs139
478
479         * tools/make.themes.project
480                 use "AUTOMAKE_OPTIONS = dist-bzip2"
481                 instead of homebrewed "make release"
482
483 2006-09-03 [colin]      2.4.0cvs138
484
485         * src/folderview.c
486                 Fix bug #1007 (Wrong folder highlighted)
487
488 2006-09-03 [colin]      2.4.0cvs137
489
490         * src/compose.c
491                 Don't set Newsgroup: header to a mail folder
492                 path
493
494 2006-09-03 [paul]       2.4.0cvs136
495
496         * src/prefs_other.c
497         * src/prefs_spelling.c
498                 unify the gui
499
500 2006-09-03 [paul]       2.4.0cvs135
501
502         * src/prefs_summaries.c
503                 correct menu item text in prefs_keybind_apply_clicked()
504
505 2006-09-03 [paul]       2.4.0cvs134
506
507         * manual/advanced.xml
508                 some improvements to the descriptions
509         * src/mainwindow.c
510         * src/messageview.c
511         * src/summaryview.c
512         * src/gtk/menu.c
513                 fix menu sensitivity issues
514         * src/prefs_message.c
515                 drop the useless word 'short'
516         * src/prefs_other.c
517                 add the word 'lines' indicating log length
518                 is a measure of lines
519         * src/textview.c
520                 fix compilation warnings
521
522 2006-09-02 [colin]      2.4.0cvs133
523
524         * src/messageview.c
525                 Display a special return-receipt message
526                 if the message is from the user
527         * src/summaryview.c
528                 Fix missing freeze of the list when marking
529                 all read and unthreading for exec. Thanks
530                 to Stephan Sachse.
531
532 2006-09-02 [paul]       2.4.0cvs132
533
534         * src/mainwindow.c
535         * src/prefs_message.c
536         * src/summaryview.c
537                 fix some english
538
539 2006-09-02 [wwp]        2.4.0cvs131
540
541         * src/prefs_filtering.c
542                 added an account name column to the filtering rules
543                 dialog.
544
545 2006-09-02 [colin]      2.4.0cvs130
546
547         * src/gtk/logwindow.c
548         * src/gtk/logwindow.h
549                 Block scrolling if we're not at the end
550                 of the log
551
552 2006-09-02 [colin]      2.4.0cvs129
553
554         * src/folder.c
555                 Make sure account-specific rules can't
556                 be used in {pre-,post-,}processing
557         * src/mainwindow.c
558         * src/gtk/logwindow.c
559         * src/gtk/logwindow.h
560                 Jump to last error when clicking on the
561                 warning icon
562
563 2006-09-02 [colin]      2.4.0cvs128
564
565         * src/imap.c
566         * src/import.c
567         * src/mainwindow.c
568         * src/mainwindow.h
569                 Fix warning icon
570         * src/inc.c
571         * src/mbox.c
572         * src/mbox.h
573                 Let proc_mbox know its account, for
574                 account-specific rules
575
576 2006-09-01 [colin]      2.4.0cvs127
577
578         * src/codeconv.c
579                 Don't uselessly use iconv to convert from
580                 us-ascii
581         * src/alertpanel.c
582         * src/mainwindow.c
583         * src/mainwindow.h
584         * src/inc.c
585                 Fix certain log cases, disable warning icon
586                 for now, the correct way to display it when
587                 necessary and only when necessary is probably
588                 to do it manually rather than use error logs
589         * src/etpan/imap-thread.c
590                 Clean up UID logging a bit
591         * src/gtk/logwindow.c
592         * src/gtk/logwindow.h
593                 Make logging faster when the window's closed
594
595 2006-09-01 [wwp]        2.4.0cvs126
596
597         * manual/fr/account.xml
598                 reflect changes to the ref. manual (parts of cvs72):
599                 fix tabnames and quotes.
600
601 2006-09-01 [wwp]        2.4.0cvs125
602
603         * manual/fr/plugins.xml
604                 reflect changes to the reference manual (cvs42):
605                 update IRC channel info.
606
607 2006-09-01 [wwp]        2.4.0cvs124
608
609         * commitHelper
610                 use CVSEDITOR env. var. if set, according to `man cvs`.
611
612 2006-09-01 [wwp]        2.4.0cvs123
613
614         * manual/advanced.xml
615                 better sentence again (thanks to Paul).
616
617 2006-09-01 [wwp]        2.4.0cvs122
618
619         * manual/advanced.xml
620         fix definition of toolbar_detachable and rework a bit the one of
621         enable_dotted_lines.
622
623 2006-09-01 [mones]      2.4.0cvs121
624
625         * manual/advanced.xml
626                 Document enable_dotted_lines
627
628 2006-09-01 [paul]       2.4.0cvs120
629
630         * src/folderview.c
631         * src/folderview.h
632         * src/imap.c
633         * src/mainwindow.c
634         * src/summaryview.c
635                 obey the 'When entering folder...' option
636                 when using the /View/Go to/... menu items
637                 Thanks to Colin
638
639 2006-08-31 [colin]      2.4.0cvs119
640
641         * src/folderview.c
642                 Revert 2.4.0cvs116, wrong fix.
643
644 2006-08-31 [colin]      2.4.0cvs118
645
646         * src/gtk/gtksctree.c
647                 Better state the various copyrights
648
649 2006-08-31 [colin]      2.4.0cvs117
650
651         * src/prefs_common.c
652                 fix enable_dotted_lines
653
654 2006-08-31 [colin]      2.4.0cvs116
655
656         * src/folderview.c
657                 Use pref "Always open on select" when going
658                 to next unread folder
659         * src/gtk/gtksctree.c
660                 Fix link failure to _gtk_clist_create_cell_layout
661                 on certain computers. (Why not mine, I wonder)
662
663 2006-08-31 [colin]      2.4.0cvs115
664
665         * src/procmsg.c
666         * src/textview.c
667         * src/plugins/bogofilter/bogofilter.c
668         * src/plugins/spamassassin/spamassassin.c
669                 Requalify some "errors" to warnings
670         * src/mainwindow.c
671         * src/mainwindow.h
672         * src/statusbar.c
673                 Add an icon in the statusbar to notify
674                 of errors
675         * src/gtk/gtksctree.c
676         * src/folderview.c
677         * src/summaryview.c
678                 Make the GtkSCTree look more modern by
679                 alternating background lines
680         * src/prefs_common.c
681         * src/prefs_common.h
682                 Add a pref to let people have the old
683                 way if they prefer
684
685
686 2006-08-30 [colin]      2.4.0cvs114
687
688         * src/procmsg.c
689         * src/procmsg.h
690                 Provide a way to filter a list of
691                 messages in an optimised manner, and
692                 add a list-filtering hook
693         * src/folder.c
694         * src/inc.c
695         * src/mbox.c
696                 Use the list filtering
697         * src/plugins/bogofilter/bogofilter.c
698                 Use the list-filtering hook
699                 Use -b (bulk) mode for more speed
700                 when learning and filtering
701         * src/etpan/imap-thread.c
702                 Make log output shorter in UID SEARCH
703
704
705 2006-08-30 [colin]      2.4.0cvs113
706
707         * src/plugins/bogofilter/bogofilter.c
708                 Really fast mass learning - thanks to David
709                 Relson for the options explanations :)
710
711 2006-08-30 [colin]      2.4.0cvs112
712
713         * src/msgcache.c
714                 Fix compilation on FreeBSD. Thanks
715                 to Michael Hugues
716
717 2006-08-29 [colin]      2.4.0cvs111
718
719         * src/folderview.c
720                 Handle "popup_menu" signal (for popping the 
721                 menu via the keyboard)
722         * src/mimeview.c
723         * src/mimeview.h
724         * src/summaryview.c
725         * src/textview.c
726         * src/gtk/gtkutils.c
727         * src/gtk/gtkutils.h
728                 Factorize scrolling code, and add an API 
729                 for MimeViewers to handle scroll orders
730
731 2006-08-29 [wwp]        2.4.0cvs110
732
733         * src/plugins//bogofilter/bogofilter.c
734         * src/plugins//spamassassin/spamassassin.c
735                 make the bogofilter/spamassassin filtering error dialogs at
736         incorporation obey to the "don't popup error dialog on
737         receive error" option. If disabled, feed the log window w/
738         the error message.
739
740 2006-08-29 [paul]
741
742         2.5.0-rc2 released
743
744 2006-08-29 [paul]       2.4.0cvs109
745
746         * Makefile.am
747                 remove 'make release', it's not needed
748                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
749
750 2006-08-29 [paul]       2.4.0cvs108
751
752         * src/foldersel.c
753         * src/summary_search.c
754         * src/gtk/progressdialog.c
755         * src/plugins/pgpcore/passphrase.c
756                 replace deprecated gtk_window_set_policy()
757
758 2006-08-29 [colin]      2.4.0cvs107
759
760         * src/folder.c
761                 Fix data loss when copy fails during a move:
762                 only use fast remove_msgs if everything was
763                 copied OK; else use slow remove_msg on the
764                 mails that got copied only.
765
766 2006-08-28 [paul]       2.4.0cvs106
767
768         * src/mh.c
769                 revert change in 2.4.0cvs104, it breaks
770                 stuff
771
772 2006-08-28 [paul]       2.4.0cvs105
773
774         * src/plugins/spamassassin/spamassassin.c
775                 english fix
776
777 2006-08-28 [paul]       2.4.0cvs104
778
779         * src/mh.c
780                 fix data loss when moving to another
781                 mailbox fails
782         * src/prefs_spelling.c
783                 improve the english
784         * src/gtk/pluginwindow.c
785                 improve the layout of the dialog text
786         All thanks to Colin
787
788 2006-08-28 [paul]       2.4.0cvs103
789
790         * src/plugins/bogofilter/bogofilter.c
791         * src/plugins/bogofilter/bogofilter_gtk.c
792                 fix english up a bit, innit
793
794 2006-08-28 [paul]       2.4.0cvs102
795
796         * configure.ac
797         * po/Makefile.in.in
798         * po/Makevars
799                 require autoconf 2.60, enabling building
800                 with gettext 0.15 (gettext 0.14.x build still
801                 possible). Replace Makefiles with versions
802                 from gettext 0.15.
803                 Remove configure options --with-localedir and
804                 --with-mandir. The options that are provided
805                 directly by autoconf 2.60 can be used instead:
806                 --mandir --localedir
807
808 2006-08-27 [colin]      2.4.0cvs101
809
810         * src/plugins/bogofilter/Makefile.am
811                 Fix make dist (no README)
812
813 2006-08-27 [colin]      2.4.0cvs100
814
815         * src/folder.c
816                 Don't use F_UNKNOWN folders for any default
817                 outbox/trash/etc
818         * src/plugins/bogofilter/bogofilter.c
819         * src/plugins/bogofilter/bogofilter.h
820         * src/plugins/bogofilter/bogofilter_gtk.c
821                 Add an option to specify the path to bogofilter
822                 Use single-quotes to be able to learn in folders
823                 with spaces in their names
824                 Verify learning status
825
826 2006-08-27 [colin]      2.4.0cvs99
827
828         * manual/faq.xml
829         * manual/plugins.xml
830                 Document Bogofilter plugin
831
832 2006-08-27 [colin]      2.4.0cvs98
833
834         * src/compose.c
835         * src/messageview.c
836         * src/procmsg.c
837         * src/procmsg.h
838                 When possible, copy the queued mail to sent folder
839                 instead of re-adding. Much faster on IMAP.
840
841 2006-08-27 [colin]      2.4.0cvs97
842
843         * src/msgcache.c
844                 Disable mmaped caches - huge metadata loss
845                 here after a power failure.
846         * src/summaryview.c
847                 Add quicksearch timing
848         * src/common/plugin.c
849         * src/common/plugin.h
850                 Implement an interface to tell what plugins
851                 provide. Prevent loading of similar plugins.
852         * src/plugins/clamav/clamav_plugin.c
853         * src/plugins/demo/demo.c
854         * src/plugins/dillo_viewer/dillo_viewer.c
855         * src/plugins/pgpcore/plugin.c
856         * src/plugins/pgpinline/pgpinline.c
857         * src/plugins/pgpmime/pgpmime.c
858         * src/plugins/spamassassin/spamassassin.c
859         * src/plugins/trayicon/trayicon.c
860                 Implement plugin_provides()
861
862 2006-08-27 [colin]      2.4.0cvs96
863
864         * configure.ac
865         * src/plugins/Makefile.am
866         * src/plugins/bogofilter/.cvsignore
867         * src/plugins/bogofilter/Makefile.am
868         * src/plugins/bogofilter/bogofilter.c
869         * src/plugins/bogofilter/bogofilter.h
870         * src/plugins/bogofilter/bogofilter_gtk.c
871                 New Bogofilter plugin, provides filtering and
872                 learning. Spamassassin will go to extra plugins.
873
874 2006-08-26 [mones]      2.4.0cvs95
875
876         * manual/handling.xml
877                 Fix subfolder path in the example (thanks to Paul) 
878
879 2006-08-26 [mones]      2.4.0cvs94
880
881         * manual/glossary.xml
882                 2.2. + add ISP to the glossary
883                 7.5. + Add UIDL to glossary
884                 7.7. + Add TCP to glossary
885         * manual/handling.xml
886                 7.1. + Mentions GNU/Linux distribution, what about the non...
887                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
888                 7.3. + Mentions .bashrc, what about the non-bash ones? 
889                 7.4. = Use appropriate quotation for commands
890                 7.6. = change "" to <quote></quote>
891         * manual/plugins.xml
892                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
893         * manual/starting.xml
894                 2.1. + local mbox file: some examples of mbox file locations...
895                 Also reformatted files requiring it
896
897 2006-08-26 [wwp]        2.4.0cvs93
898
899         * src/summary_search.c
900                 disable find buttons while summary search is running.
901
902 2006-08-25 [colin]      2.4.0cvs92
903
904         * src/folder.c
905         * src/folderutils.c
906         * src/mh.c
907         * src/procmsg.h
908         * src/summaryview.c
909                 Speed up MH moving, and add progressbar
910                 for MH deletion
911         * src/msgcache.c
912                 Write cache files using mmap() too
913
914 2006-08-25 [wwp]        2.4.0cvs91
915
916         * src/summaryview.c
917                 switch spam<->ham button when a message has been marked as spam or ham
918                 and is still selected. Thanks to Colin.
919
920 2006-08-25 [paul]       2.4.0cvs90
921
922         * src/Makefile.am
923         * src/stock_pixmap.c
924         * src/stock_pixmap.h
925         * src/summaryview.c
926         * src/gtk/icon_legend.c
927         * src/pixmaps/copied.xpm
928         * src/pixmaps/moved.xpm
929                 add icons for delayed execution marked for
930                 copying, marked for moving
931
932 2006-08-25 [mones]      2.4.0cvs89
933
934         * manual/glossary.xml
935                 Fix the other glossary items:
936                 5.1. = Inmmediate execution -> <quote>immediate execution...
937                 5.2. = Fix MBOX capitalization -> Mbox
938                 5.3. + Improve Plugins def. w/ tech. ref.
939                 5.4. = Quotation -> replace '>' by <quote>></quote>
940                 5.5. - SMTP Server. -> remove dot
941         * po/es.po
942                 Updated translation
943
944 2006-08-25 [mones]      2.4.0cvs88
945
946         * manual/ack.xml
947                 Reformatted, changed email address
948         * manual/glossary.xml
949                 Reformatted, fixed MANUAL-TODO items:
950                 8.2. + add ROT-13 to glossary
951                 8.4. + add URL to glossary
952         * manual/es/advanced.xml
953                 Fixed <literal>s
954
955 2006-08-25 [paul]       2.4.0cvs87
956
957         * src/gtk/icon_legend.c
958                 add 'marked for deletion' icon
959                 arrange icons by containing column
960                 wrap long label text
961
962 2006-08-25 [colin]      2.4.0cvs86
963
964         * src/common/utils.c
965         * src/common/utils.h
966                 Add the sc_g_*list_bigger functions in
967                 a place everyone can use it
968         * src/summaryview.c
969                 Only freeze/thaw the list when working
970                 on the selection, if it's bigger than 1
971         * src/gtk/gtksctree.c
972                 Only freeze/thaw the list when unselec-
973                 ting 'all' if ('all' != 1)
974                 This avoids some flickering
975
976 2006-08-24 [colin]      2.4.0cvs85
977
978         * src/addressbook.c
979                 Fix strange list selection
980                 Fix random seg (Invalid read of freed memory)
981
982 2006-08-24 [colin]      2.4.0cvs84
983
984         * src/alertpanel.c
985         * src/gtk/inputdialog.c
986         * src/plugins/pgpcore/passphrase.c
987                 Revert minimal width patch of 2.4.0cvs67,
988                 as it is also a maximal width. Use 
989                 gtk_window_set_default_size instead.
990
991 2006-08-24 [colin]      2.4.0cvs83
992
993         * src/msgcache.c
994                 Write cache/mark to temp files before
995                 overwriting old ones (avoids metadata
996                 loss if writing the new files fail).
997                 Use mmap() to read cache/mark file, as
998                 this makes cache reading faster. Dis-
999                 abled for big-endian machines until it
1000                 can be tested. (Big-endian users: set
1001                 msgcache_use_mmap = TRUE in the relevant
1002                 #if).
1003         * src/procmsg.h
1004                 Move rarely used fields of MsgInfo in 
1005                 another structure, which will only be
1006                 allocated if needed. Face, X-Face,
1007                 Return receipt headers and List-*
1008                 headers are moved. Mails having none
1009                 of these occupy 52 bytes less with
1010                 this patch, which makes 2.5MB of RAM
1011                 saved on a 50k folder).
1012         * src/headerview.c
1013         * src/mainwindow.c
1014         * src/messageview.c
1015         * src/partial_download.c
1016         * src/procheader.c
1017         * src/procmsg.c
1018         * src/textview.c
1019                 Follow this structure change.
1020
1021 2006-08-24 [wwp]        2.4.0cvs82
1022
1023         * manual/es/.cvsignore
1024         * manual/es/dist/.cvsignore
1025         * manual/es/dist/html/.cvsignore
1026         * manual/es/dist/pdf/.cvsignore
1027         * manual/es/dist/ps/.cvsignore
1028         * manual/es/dist/txt/.cvsignore
1029                 more (generated) files to ignore.
1030
1031 2006-08-24 [colin]      2.4.0cvs81
1032
1033         * src/folder.c
1034         * src/mh.c
1035                 Fix possible problems with local delivery. Check the folder doesn't
1036                 need scan before setting its mtime when saving cache (which can be
1037                 done long after the folder's been modified by an external process);
1038                 Check that the stored item's mtime didn't change in mh functions.
1039
1040 2006-08-24 [mones]      2.4.0cvs80
1041
1042         * manual/advanced.xml
1043                 Rewrapping, some fixes and MANUAL-TODO items:
1044                 8.1. = change "" to <quote></quote>
1045                 8.3. = quote menu items
1046                 8.5. - deploying -> new user ... ideally a new user (redundant)
1047
1048 2006-08-23 [colin]      2.4.0cvs79
1049
1050         * src/gtk/gtksctree.c
1051                 When selecting or deselecting range, only
1052                 freeze/thaw when selection is bigger than 10
1053
1054 2006-08-23 [colin]      2.4.0cvs78
1055
1056         * src/messageview.c
1057         * src/mimeview.c
1058         * src/mimeview.h
1059         * src/plugins/dillo_viewer/dillo_viewer.c
1060                 Provide an API for MimeViewer plugins to
1061                 return a text selection for replying
1062
1063 2006-08-23 [colin]      2.4.0cvs77
1064
1065         * src/image_viewer.c
1066         * src/textview.c
1067                 Use gtk_pixbuf_new_from_file_at_scale(), which
1068                 is faster than getting the pixbuf then resizing
1069                 it.
1070
1071 2006-08-23 [colin]      2.4.0cvs76
1072
1073         * src/procmime.c
1074                 UTF-8 should be sent Quoted-printable
1075
1076 2006-08-22 [colin]      2.4.0cvs75
1077
1078         * src/mh.c
1079                 Check if scan is required before touching
1080                 the folder (or it'll be required every time)
1081
1082 2006-08-22 [colin]      2.4.0cvs74
1083
1084         * configure.ac
1085                 Require libetpan 0.46 (crasher fix when built
1086                 against gnutls)
1087
1088 2006-08-22 [colin]      2.4.0cvs73
1089
1090         * src/folder.c
1091                 Set folder's mtime after writing its
1092                 cache
1093         * src/folderview.c
1094                 Add some timing
1095         * src/procmsg.c
1096                 Don't do useless stuff if we don't 
1097                 thread by subject
1098         * src/summaryview.c
1099                 Add some timing, don't deselect prior
1100                 to selecting (gtksctree does it itself),
1101                 remove crash avoidance hacks as it's been
1102                 properly fixed since a while
1103         * src/common/utils.c
1104                 Optimize to_human_readable(): _() is slow,
1105                 do it only once, and avoid %f format for KB
1106                 (the most common in a summaryview)
1107         * src/gtk/gtksctree.c
1108                 Don't uselessly freeze/thaw (fixes flicker
1109                 on next unread and friends), reduce number
1110                 of g_list_nth/g_list_position where possible
1111         * src/gtk/gtkutils.c
1112         * src/gtk/gtkutils.h
1113                 Reduce number of g_list_nth/g_list_position
1114                 where possible.
1115                 All of this makes loading as 70k folder 2.1
1116                 seconds instead of 3.2 (with hot FS caches).
1117                 (1.3 seconds without Date and Size columns...)
1118
1119 2006-08-22 [paul]       2.4.0cvs72
1120
1121         wrap documents and do some items from mones' MANUAL-TODO:
1122
1123         * manual/account.xml
1124                 4.1. = fix tabname references to <quote>tabname</quote>
1125                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1126         * manual/faq.xml
1127                 1.1. = mentioned options don't match UI
1128                 Add information about the 'Never send Return Receipts'
1129                 option
1130         * manual/handling.xml
1131                 6.2. = Mentions Extended symbols button, but now is
1132                 named Information
1133                 6.3. = Mentions ... button, which is now Edit
1134
1135 2006-08-22 [colin]      2.4.0cvs71
1136
1137         * src/gtk/pluginwindow.c
1138                 Fix layout in verbose translations (such
1139                 as french)
1140
1141 2006-08-22 [paul]       2.4.0cvs70
1142
1143         * manual/Makefile.am
1144                 build manuals in alphabetical order
1145         * src/addressbook.c
1146         * src/prefs_themes.c
1147                 replace/remove deprecated symbols
1148         * src/gtk/gtkutils.c
1149                 fix a warning
1150         * src/gtk/pluginwindow.c
1151                 replace deprecated symbol
1152                 replace label text and move it
1153         * src/plugins/pgpcore/prefs_gpg.c
1154                 move the 'Generate...' button out of the
1155                 Sign Key frame, replace the English used
1156         * src/plugins/pgpcore/sgpgme.c
1157                 fixes to the English
1158
1159 2006-08-21 [colin]      2.4.0cvs69
1160
1161         * src/plugins/trayicon/trayicon.c
1162                 Add more strings for translation; patch
1163                 by Pawel
1164
1165 2006-08-21 [colin]      2.4.0cvs68
1166
1167         * src/compose.c
1168                 fix replied flag not set after drafting
1169         * src/matcher.c
1170                 fix body quicksearch in non-encoded bodies
1171                 containing '='
1172         * src/msgcache.c
1173                 Get rid of the g_malloc workaround for
1174                 corrupted caches, use g_try_malloc
1175
1176 2006-08-21 [colin]      2.4.0cvs67
1177
1178         * src/alertpanel.c
1179         * src/gtk/inputdialog.c
1180         * src/plugins/pgpcore/passphrase.c
1181                 Set minimal width to 375
1182         * src/mainwindow.c
1183                 Fix switching to offline, asking if it 
1184                 should be overriden for synchronising
1185         * src/mimeview.c
1186                 Don't offer to remember command on Open 
1187                 with for text parts, as the browser or 
1188                 text editor command isn't changed from 
1189                 there
1190
1191 2006-08-20 [paul]       2.4.0cvs66
1192
1193         * po/ko.po
1194         * po/zh_CN.po
1195                 fix plural form errors. revealed by stricter
1196                 checking of gettext 0.15
1197
1198 2006-08-18 [paul]       2.4.0cvs65
1199
1200         * src/stock_pixmap.c
1201                 fix the fix of 2.4.0cvs64
1202                 Thanks to Colin
1203
1204 2006-08-18 [paul]       2.4.0cvs64
1205
1206         * src/stock_pixmap.c
1207                 fix leaks
1208                 Thanks to Colin
1209
1210 2006-08-18 [paul]       2.4.0cvs63
1211
1212         * src/compose.c
1213         * src/procmsg.c
1214                 fix occasional IMAP bug where large msgs
1215                 were left in the queue folder after sending
1216                 Thanks to Colin
1217
1218 2006-08-18 [paul]       2.4.0cvs62
1219
1220         * src/folderview.c
1221                 freeze the summaryview while quicksearch results
1222                 are displayed
1223                 (fixes bug 456 'current message is hidden when the
1224                 view is refreshed and extended search is "unread 
1225                 messages"')
1226                 Thanks to Colin
1227         * src/textview.c
1228                 add missing #include "inputdialog.h"
1229         * src/common/utils.h
1230                 add missing mailcap_update_default() and improve
1231                 readability
1232
1233 2006-08-17 [colin]      2.4.0cvs61
1234
1235         * src/plugins/pgpcore/select-keys.c
1236                 Fix warnings :)
1237
1238 2006-08-17 [colin]      2.4.0cvs60
1239
1240         * src/compose.c
1241                 Don't continue queuing if Cancel is clicked
1242                 in select-keys
1243
1244 2006-08-17 [colin]      2.4.0cvs59
1245
1246         * src/plugins/pgpcore/select-keys.c
1247                 When encrypting, if only one key matches and it 
1248                 matches exactly, automatically use it.
1249
1250 2006-08-17 [colin]      2.4.0cvs58
1251
1252         * src/mimeview.c
1253         * src/prefs_common.c
1254         * src/prefs_common.h
1255         * src/prefs_ext_prog.c
1256         * src/textview.c
1257                 Fix issues with previous patch (text/html)
1258                 Remove outdated prefs
1259
1260 2006-08-17 [colin]      2.4.0cvs57
1261
1262         * src/imap.c
1263                 Add View Log button on auth error
1264         * src/procmsg.c
1265                 Fix encrypted mail marked as new when
1266                 saved in normal folders
1267         * src/plugins/pgpinline/pgpinline.c
1268                 Fix encrypt bug on IMAP
1269         * src/mimeview.c
1270         * src/common/utils.c
1271         * src/common/utils.h
1272         * src/gtk/inputdialog.c
1273         * src/gtk/inputdialog.h
1274                 Get rid of metamail stuff, simplify
1275                 opening, and allow remembering of user's
1276                 choices (by updating ~/.mailcap). There's
1277                 still to drop "Audio player" and "Image
1278                 viewer" preferences.
1279
1280 2006-08-17 [mones]      2.4.0cvs56
1281
1282         * manual/es/sylpheed-claws-manual.xml
1283                 fix DTD path
1284
1285 2006-08-17 [mones]      2.4.0cvs55
1286
1287         * configure.ac
1288         * manual/Makefile.am
1289         * manual/es/Makefile.am
1290         * manual/es/account.xml
1291         * manual/es/ack.xml
1292         * manual/es/addrbook.xml
1293         * manual/es/advanced.xml
1294         * manual/es/faq.xml
1295         * manual/es/glossary.xml
1296         * manual/es/gpl.xml
1297         * manual/es/handling.xml
1298         * manual/es/intro.xml
1299         * manual/es/keyboard.xml
1300         * manual/es/plugins.xml
1301         * manual/es/starting.xml
1302         * manual/es/sylpheed-claws-manual.xml
1303         * manual/es/dist/Makefile.am
1304         * manual/es/dist/html/Makefile.am
1305         * manual/es/dist/pdf/Makefile.am
1306         * manual/es/dist/ps/Makefile.am
1307         * manual/es/dist/txt/Makefile.am
1308                 Spanish translation for the manual
1309
1310 2006-08-16 [colin]      2.4.0cvs54
1311
1312         * src/compose.c
1313         * src/main.c
1314         * src/mainwindow.c
1315                 Fix send button sensitivity at startup
1316                 Set send menu sensitivity (patch by Fabien)
1317         * src/ssl_manager.c
1318                 Enable closing with esc (patch by Fabien)
1319         * src/gtk/foldersort.c
1320                 Enable closing with esc (patch by Fabien)
1321         * src/procmime.c
1322                 Optimisation (no need to copy to tempfile to
1323                 "decode" 7bit and 8bit)
1324         * src/summaryview.c
1325                 Fix cruft in swap_from case
1326         * src/textview.c
1327                 Fix missing last line in some mail cases 
1328                 (Fixes debian #381872)
1329         * src/plugins/pgpcore/prefs_gpg.c
1330         * src/plugins/pgpcore/sgpgme.c
1331         * src/plugins/pgpcore/sgpgme.h
1332                 Don't show "no key found" when user explicitely
1333                 wants to create a key
1334
1335 2006-08-16 [paul]       2.4.0cvs53
1336
1337         * configure.ac
1338         * src/account.c
1339         * src/addressbook.c
1340         * src/headerview.c
1341         * src/prefs_account.c
1342         * src/prefs_message.c
1343         * src/gtk/gtkutils.c
1344                 bump up minimum required versions of GTK+ and
1345                 GLIB to 2.6.0
1346
1347 2006-08-16 [paul]       2.4.0cvs52
1348
1349         * src/toolbar.c
1350                 workaround GTK+ Bug 351600 - 'Can't re-click
1351                 on button after sensitivity update'
1352                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1353                 Thanks to Colin
1354
1355 2006-08-15 [colin]      2.4.0cvs51
1356
1357         * src/plugins/pgpcore/prefs_gpg.c
1358                 Set options sensitivity according to
1359                 key existence
1360         * src/plugins/pgpcore/sgpgme.c
1361                 Allow to create key with no passphrase
1362
1363 2006-08-14 [cleroy]     2.4.0cvs50
1364
1365         * src/gtk/pluginwindow.c
1366                 New layout (maybe to be changed?)
1367         * src/gtk/gtkutils.c
1368                 Fix a bit label_window
1369         * src/plugins/pgpcore/passphrase.c
1370         * src/plugins/pgpcore/passphrase.h
1371         * src/plugins/pgpcore/plugin.c
1372         * src/plugins/pgpcore/prefs_gpg.c
1373         * src/plugins/pgpcore/prefs_gpg.h
1374         * src/plugins/pgpcore/sgpgme.c
1375         * src/plugins/pgpcore/sgpgme.h
1376                 Allow to create a PGP private key via the GUI
1377
1378 2006-08-14 [wwp]        2.4.0cvs49
1379
1380         * src/addressbook_foldersel.c
1381                 fix strict ISO C90 compliance.
1382
1383 2006-08-14 [paul]       2.4.0cvs48
1384
1385         * src/gtk/prefswindow.c
1386                 re-set scrolled window on opening
1387                 Patch by Ticho
1388
1389 2006-08-14 [paul]
1390
1391         2.5.0-rc1 released
1392
1393 2006-08-14 [paul]       2.4.0cvs47
1394
1395         * src/prefs_display_header.c
1396                 re-enable user-defined Displayed Headers
1397
1398 2006-08-14 [paul]       2.4.0cvs46
1399
1400         * src/prefs_account.c
1401                 use GTK_STOCK_EDIT
1402
1403 2006-08-13 [colin]      2.4.0cvs45
1404
1405         * src/common/utils.c
1406                 Fix "a" in quote when the original message is empty,
1407                 by using \0 instead of 'a' to test writability of
1408                 temp files.
1409
1410 2006-08-13 [wwp]        2.4.0cvs44
1411
1412         * src/plugins/spamassassin/spamassassin.c
1413                 fix capitalization of "SpamAssassin" in some debug, log and
1414                 dialog messages.
1415
1416 2006-08-13 [paul]       2.4.0cvs43
1417
1418         * src/editldap.c
1419                 fix overlapping widgets
1420         * src/prefs_account.c
1421                 fix translation of protocol_names[]
1422                 fix label disappearing off the edge of the
1423                 visible area
1424
1425 2006-08-12 [paul]       2.4.0cvs42
1426
1427         * manual/plugins.xml
1428                 update IRC channel info before it gets forgotten
1429                 about
1430
1431 2006-08-11 [colin]      2.4.0cvs41
1432
1433         * src/compose.c
1434         * src/mainwindow.c
1435         * src/mainwindow.h
1436         * src/procmsg.c
1437         * src/procmsg.h
1438         * src/summaryview.c
1439         * src/toolbar.c
1440                 Grey out the Send button if
1441                 - Queue folders are empty, or
1442                 - We're sending already
1443
1444 2006-08-11 [wwp]        2.4.0cvs40
1445
1446         * src/main.c
1447                 fix a logic issue when quitting while a compose window is
1448                 still open, thanks to Colin.
1449
1450 2006-08-10 [colin]      2.4.0cvs39
1451
1452         * src/main.c
1453                 Fix default font size setting after wizard run
1454         * src/imap.c
1455         * src/etpan/imap-thread.c
1456         * src/etpan/imap-thread.h
1457                 Fix bug #999 (Timing out on TSL cert validation 
1458                 dialog makes ugly things happen). Also, STARTTLS
1459                 unconditionnaly if initial capabilities contain
1460                 LOGINDISABLED and STARTTLS.
1461
1462 2006-08-09 [colin]      2.4.0cvs38
1463
1464         * src/mainwindow.c
1465         * src/mainwindow.h
1466                 Fix Tools/Actions sensitivity when there are
1467                 no actions
1468
1469 2006-08-09 [colin]      2.4.0cvs37
1470
1471         * src/prefs_filtering.c
1472                 Warning fix, patch by Paul
1473         * src/messageview.c
1474         * src/prefs_actions.c
1475         * src/prefs_filtering_action.c
1476         * src/prefs_matcher.c
1477                 Uniformisation of "Info ..." to "Info..." (for
1478                 old gtk), patch by Fabien
1479         * src/plugins/clamav/clamav_plugin_gtk.c
1480                 Sensitivity fix by Fabien
1481
1482 2006-08-09 [colin]      2.4.0cvs36
1483
1484         * src/main.c
1485         * src/main.h
1486                 Add a function to know whether we're exiting
1487         * src/plugins/trayicon/trayicon.c
1488                 If exiting, don't do anything. Faster, and
1489                 avoids gtk_main_iteration reentracy causing
1490                 segfaults at exit
1491
1492 2006-08-09 [colin]      2.4.0cvs35
1493
1494         * src/messageview.c
1495         * src/mimeview.c
1496         * src/mimeview.h
1497                 Fix lack of part selection when automatically 
1498                 jumping to a specific part
1499         * src/msgcache.c
1500                 Little optimisation in cache reading
1501
1502 2006-08-09 [colin]      2.4.0cvs34
1503
1504         * src/compose.c
1505                 Fix crash setting the priority on reedit
1506                 (Accessing compose before creating it!)
1507
1508 2006-08-08 [colin]      2.4.0cvs33
1509
1510         * src/procmime.c
1511                 Fix bug #998 (last attachment is not accessible)
1512                 Bad RFC interpretation on multipart close-delimiters
1513         * src/mimeview.c
1514         * src/mimeview.h
1515         * src/gtk/gtkvscrollbutton.c
1516         * src/gtk/gtkvscrollbutton.h
1517                 Make attachments list wheel-scrollable
1518
1519 2006-08-07 [colin]      2.4.0cvs32
1520
1521         * src/gtk/gtkaspell.c
1522                 Fix bug #973 (Unicode punctation characters 
1523                 are not recognized as separators by the
1524                 spell checker); fix unsigned stuff
1525
1526 2006-08-07 [colin]      2.4.0cvs31
1527
1528         * src/compose.c
1529                 Fix bug #956 (DnD text with accents in compose 
1530                 text entry); fix gccc's signed/unsigned fuss
1531
1532 2006-08-06 [colin]      2.4.0cvs30
1533
1534         * src/main.c
1535                 Fix bug #979 (Plugin crashes when exiting 
1536                 sylpheed-claws) : handle exit request only 
1537                 once
1538
1539 2006-08-05 [colin]      2.4.0cvs29
1540
1541         * src/news.c
1542                 Just make sure we have a msgid.
1543
1544 2006-08-05 [colin]      2.4.0cvs28
1545
1546         * src/news.c
1547         * src/summaryview.c
1548                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1549                 by reimplementing it
1550         * src/textview.c
1551                 Fix bug when hiding quotes with level > 3 and quote
1552                 colors are recycled
1553
1554 2006-08-04 [colin]      2.4.0cvs27
1555
1556         * src/compose.c
1557         * src/undo.c
1558         * src/undo.h
1559                 Fix a bit replace-by-pasting undo
1560         * src/mainwindow.c
1561         * src/messageview.c
1562                 Fix Fold quotes menu synchro in
1563                 mainwindow when it changes in 
1564                 messageview
1565         * src/textview.c
1566                 Fix right-click on quotes blocks
1567         * src/common/utils.c
1568                 Verify that the file created by
1569                 my_tmpfile() is writable. Fixes
1570                 bug #988 (very specific filesystem
1571                 issue)
1572         * src/plugins/pgpcore/sgpgme.c
1573                 Fix file descriptor leak
1574         * src/plugins/spamassassin/spamassassin.c
1575                 Warn once if spamd isn't reachable
1576
1577 2006-08-04 [colin]      2.4.0cvs26
1578
1579         * src/toolbar.c
1580                 i18n context patch by Fabien
1581
1582 2006-08-03 [colin]      2.4.0cvs25
1583
1584         * src/mainwindow.c
1585         * src/messageview.c
1586                 Rename "Hide quotes" to "Fold quotes"
1587         * src/textview.c
1588                 Don't use hand cursor on quotes. "all 
1589                 the bonuses of the feature and none of 
1590                 unwelcome side-effects"
1591
1592 2006-08-03 [colin]      2.4.0cvs24
1593
1594         * AUTHORS
1595         * sylpheed-claws.desktop
1596         * src/gtk/authors.h
1597                 Bring the desktop file to XDG compliance
1598                 Patch by Charles A. Edwards
1599
1600 2006-08-03 [colin]      2.4.0cvs23
1601
1602         * src/textview.c
1603                 Fix links offset when they are preceded
1604                 by accentued chars (g_utf8_strlen!)
1605         * src/mainwindow.c
1606                 Fix wrong status when starting offline
1607
1608
1609 2006-08-03 [wwp]        2.4.0cvs22
1610
1611         * src/prefs_common.h
1612                 ask what to do w/ filtering rules that belong to an account when
1613                 applying filtering rules manually from the main window (skip,
1614                 apply regardless of the account, use current account). This dialog
1615                 can be skipped and the last reply used.
1616                 (forgot that file)
1617
1618 2006-08-03 [wwp]        2.4.0cvs21
1619
1620         * src/filtering.c
1621         * src/filtering.h
1622         * src/prefs_common.c
1623         * src/summaryview.c
1624         * src/alertpanel.c
1625         * src/alertpanel.h
1626         * src/messageview.c
1627                 ask what to do w/ filtering rules that belong to an account when
1628                 applying filtering rules manually from the main window (skip,
1629                 apply regardless of the account, use current account). This dialog
1630                 can be skipped and the last reply used.
1631
1632
1633 2006-08-03 [colin]      2.4.0cvs20
1634
1635         * src/textview.c
1636                 Optimize previous patch
1637
1638 2006-08-03 [cleroy]     2.4.0cvs19
1639
1640         * src/textview.c
1641                 Fix quotes getting toggled back when the
1642                 mail has an even number of text parts
1643
1644 2006-08-02 [colin]      2.4.0cvs18
1645
1646         * src/messageview.c
1647                 Add Hide quotes menu
1648
1649 2006-08-02 [colin]      2.4.0cvs17
1650
1651         * src/mainwindow.c
1652         * src/prefs_common.c
1653         * src/textview.c
1654         * src/textview.h
1655         * src/gtk/about.c
1656                 Allow per-level quote hiding,
1657                 Allow toggling quotes by double-clicking them
1658                 Rename RemoteURI to ClickableText to reflect
1659                 the fact it's used for a variety of things
1660
1661 2006-08-02 [wwp]        2.4.0cvs16
1662
1663         * src/mainwindow.c
1664                 fix "View/Hide quotes" menu item status initialization.
1665
1666 2006-08-02 [wwp]        2.4.0cvs15
1667
1668         * src/matcher_parser_parse.y
1669                 remove a debug trace.
1670
1671 2006-08-02 [paul]       2.4.0cvs14
1672
1673         * src/plugins/pgpcore/passphrase.c
1674                 don't set initial dialog size
1675                 make it resizable
1676
1677 2006-08-02 [paul]       2.4.0cvs13
1678
1679         * src/noticeview.c
1680                 remove the rogue '/' character
1681
1682 2006-08-02 [paul]       2.4.0cvs12
1683
1684         * src/noticeview.c
1685                 allow buttons to resize as necessary
1686
1687 2006-08-01 [wwp]        2.4.0cvs11
1688
1689         * src/mbox.c
1690                 fix strict ISO C90 compliance.
1691
1692 2006-08-01 [wwp]        2.4.0cvs10
1693
1694         * tools/update-po
1695                 updated update-po tool to work w/ context-dependent translations.
1696                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1697
1698 2006-08-01 [wwp]        2.4.0cvs9
1699
1700         * src/matcher.c
1701         * src/prefs_filtering.c
1702         * src/prefs_matcher.c
1703                 allow context-dependent translations for "All",
1704                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1705
1706 2006-07-31 [colin]      2.4.0cvs8
1707
1708         * AUTHORS
1709         * src/gtk/authors.h
1710                 Add Rafal to authors
1711
1712 2006-07-31 [colin]      2.4.0cvs7
1713
1714         * src/compose.c
1715         * src/mainwindow.c
1716         * src/messageview.h
1717         * src/prefs_common.c
1718         * src/prefs_common.h
1719         * src/textview.c
1720                 Add 'View/Hide quotes'. Patch based on a patch
1721                 by Rafal Weglarz
1722
1723 2006-07-31 [colin]      2.4.0cvs6
1724
1725         * src/action.c
1726                 Fix problem with "> stuff >" actions
1727
1728 2006-07-31 [paul]       2.4.0cvs5
1729
1730         * po/nb.po
1731                 updated by Geir Helland
1732
1733 2006-07-31 [wwp]        2.4.0cvs4
1734
1735         * src/mainwindow.c
1736         * src/summaryview.c
1737         * src/summaryview.h
1738                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1739                 thanks to Colin.
1740
1741 2006-07-31 [wwp]        2.4.0cvs3
1742
1743         * src/Makefile.am
1744         * src/addr_compl.c
1745         * src/addr_compl.h
1746         * src/addressbook.c
1747         * src/addressbook.h
1748         * src/addressbook_foldersel.c
1749         * src/addressbook_foldersel.h
1750         * src/addrindex.c
1751         * src/addrindex.h
1752         * src/matcher.c
1753         * src/matcher.h
1754         * src/matcher_parser_lex.l
1755         * src/matcher_parser_parse.y
1756         * src/prefs_common.c
1757         * src/prefs_common.h
1758         * src/prefs_filtering.c
1759         * src/prefs_matcher.c
1760         * src/prefs_matcher.h
1761         * src/summaryview.c
1762                 introduce filtering against the address book. It's now possible to add
1763                 matched conditions to determine if any email address in a message matches
1764                 or doesn't match any or all books or folders in the address book.
1765
1766 2006-07-31 [wwp]        2.4.0cvs2
1767
1768         * src/account.c
1769         * src/filtering.c
1770         * src/filtering.h
1771         * src/folder.c
1772         * src/folderview.c
1773         * src/inc.c
1774         * src/mainwindow.c
1775         * src/matcher.c
1776         * src/matcher_parser_lex.l
1777         * src/matcher_parser_parse.y
1778         * src/mbox.c
1779         * src/prefs_filtering.c
1780         * src/prefs_filtering.h
1781         * src/procmsg.c
1782         * src/procmsg.h
1783         * src/summaryview.c
1784                 introduce per-account filtering rules. Each filtering rule can now be assigned
1785                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1786                 when applying filtering rules manually, as all rules will apply - even the ones
1787                 assigned to an account. This issue will be addressed soon.
1788  
1789
1790
1791 2006-07-31 [wwp]        2.4.0cvs1
1792
1793         * src/quote_fmt.c
1794                 make more strings translatable.
1795
1796 2006-07-31 [paul]       2.4.0
1797
1798         2.4.0 released
1799
1800 2006-07-31 [paul]       2.3.1cvs91
1801
1802         * po/ca.po
1803                 updated by Miquel Oliete
1804
1805 2006-07-31 [paul]       2.3.1cvs90
1806
1807         * po/de.po
1808         * po/el.po
1809         * po/fr.po
1810         * po/it.po
1811         * po/pl.po
1812         * po/pt_BR.po
1813         * po/sr.po
1814         * po/zh_CN.po
1815                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1816                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1817                 Aleksandar Urosevic, and Ralgh Young
1818
1819 2006-07-31 [paul]       2.3.1cvs89
1820
1821         * src/account.c
1822         * src/main.c
1823         * src/mainwindow.c
1824         * src/mainwindow.h
1825                 Fix a race condition when, after an SC crash, rescanning
1826                 folders took more than 0.5 seconds
1827                 Thanks to Colin
1828
1829 2006-07-31 [paul]       2.3.1cvs88
1830
1831         * src/folderview.c
1832                 don't translate separator strings
1833
1834 2006-07-30 [mones]      2.3.1cvs87
1835
1836         * doc/man/sylpheed-claws.1
1837                 Fixed non-ASCII chars in Hoa's name
1838         * po/es.po
1839                 Updated for release
1840
1841 2006-07-27 [colin]      2.3.1cvs86
1842
1843         * src/textview.c
1844                 Don't include the leading \n in links
1845                 Patch by Fabien
1846
1847 2006-07-25 [colin]      2.3.1cvs85
1848
1849         * src/mainwindow.c
1850         * src/common/socket.h
1851         * src/etpan/imap-thread.c
1852                 Refresh resolvers before connecting
1853                 to IMAP servers, and after switching
1854                 to online. Thanks to Paul.
1855
1856 2006-07-18 [colin]
1857
1858         * 2.4.0-rc4 released
1859
1860 2006-07-17 [colin]      2.3.1cvs84
1861
1862         * src/inc.c
1863                 Show connection attempt in statusbar before
1864                 connecting (previously first message was
1865                 "Retrieving messages from ..." after the
1866                 connection succeeded.
1867
1868 2006-07-16 [wwp]        2.3.1cvs83
1869
1870         * sylpheed-claws.ico
1871                 Added .ico file (windows multi-size icon file, generated).
1872
1873 2006-07-12 [wwp]        2.3.1cvs82
1874
1875         * src/messageview.c
1876                 remove Message/Re-edit menu entry from messageview window,
1877                 as sent/draft/queued messages are opened in compose window when
1878                 re-edited and it's not possible to re-edit other msgs.
1879
1880 2006-07-12 [paul]       2.3.1cvs81
1881
1882         * AUTHORS
1883         * src/mainwindow.c
1884         * src/gtk/authors.h
1885                 check online state before resetting
1886                 mailcheck timer. Useful if some program
1887                 verifies connection state and updates
1888                 Claws.
1889                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1890
1891 2006-07-12 [paul]       2.3.1cvs80
1892
1893         * sylpheed-claws-128x128.png
1894         * sylpheed-claws-64x64.png
1895         * sylpheed-claws.png
1896         * src/Makefile.am
1897         * src/main.c
1898         * src/prefs_toolbar.c
1899         * src/stock_pixmap.c
1900         * src/stock_pixmap.h
1901         * src/wizard.c
1902         * src/gtk/about.c
1903         * src/gtk/gtkutils.c
1904         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1905         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1906         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1907         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1908         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1909         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1910                 updated and renamed logo/icon files and related
1911                 logo by Jesper Schultz
1912
1913 2006-07-11 [paul]       2.3.1cvs79
1914
1915         * src/main.c
1916                 fix the labels a smidgin
1917
1918 2006-07-09 [colin]      2.3.1cvs78
1919
1920         * src/textview.c
1921                 Show errors in textviewer's command
1922                 Patch by H. Merijn Brand
1923
1924 2006-07-09 [colin]      2.3.1cvs77
1925
1926         * src/compose.c
1927                 Save FMID in drafts too
1928
1929 2006-07-08 [colin]      2.3.1cvs76
1930
1931         * src/compose.c
1932                 Svae RMID in drafted mails too
1933                 Save quote_fmt vars for whole mails,
1934                 don't reset at each quote_fmt_init:
1935                 allows to use the same |i{var} in
1936                 various template fields
1937         * src/prefs_template.c
1938         * src/quote_fmt.h
1939         * src/quote_fmt_parse.y
1940                 Same
1941
1942 2006-07-08 [colin]      2.3.1cvs75
1943
1944         * src/textview.c
1945                 Fix highlighting of attached parts URIs
1946
1947 2006-07-08 [colin]      2.3.1cvs74
1948
1949         * src/main.c
1950                 Prevent bug #981 (sc 2.3.1 segfaults with 
1951                 gtk+ 2.10) from being reported again:
1952                 if Sylpheed-Claws has been compiled against
1953                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1954                 of if Sylpheed-Claws has been compiled against
1955                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1956                 error out.
1957
1958 2006-07-07 [colin]      2.3.1cvs73
1959
1960         * src/prefs_actions.c
1961                 Fix label
1962
1963 2006-07-07 [colin]      2.3.1cvs72
1964
1965         * src/prefs_actions.c
1966                 Fix compile on gtk < 2.8. argh :)
1967
1968 2006-07-07 [paul]       2.3.1cvs71
1969
1970         * src/common/defs.h
1971                 update DONATE_URI
1972
1973 2006-07-07 [colin]      2.3.1cvs70
1974
1975         * po/POTFILES.in
1976         * src/quote_fmt.c
1977         * src/quote_fmt_lex.l
1978         * src/quote_fmt_parse.y
1979                 Add |i{var}, a way to insert user-entered
1980                 text in a template
1981
1982 2006-07-07 [colin]
1983
1984         * 2.4.0-rc3 released
1985
1986 2006-07-07 [colin]      2.3.1cvs69
1987
1988         * src/folder.c
1989                 Don't consider inboxes of UNKNOWN folder 
1990                 classes to be useable as default inboxes
1991
1992 2006-07-07 [paul]       2.3.1cvs68
1993
1994         * src/textview.c
1995                 add missing #include <errno.h>
1996                 Thanks to René J. Blokland
1997
1998 2006-07-07 [paul]       2.3.1cvs67
1999
2000         * src/action.c
2001                 Return now Closes dialog
2002         * src/mimeview.c
2003         * src/mimeview.h
2004         * src/textview.c
2005                 add contextual menu to mime parts listed
2006                 in the textview
2007                 Thanks to Colin
2008         * src/common/utils.c
2009                 reversal: ' is a valid character in URLs
2010
2011 2006-07-06 [colin]      2.3.1cvs66
2012
2013         * src/remotefolder.h
2014                 Forgotten in previous commit
2015
2016 2006-07-06 [colin]      2.3.1cvs65
2017
2018         * src/folder.c
2019                 Set summary update flag whenever
2020                 totals changed
2021         * src/imap.c
2022         * src/prefs_account.c
2023         * src/common/utils.h
2024         * src/etpan/imap-thread.c
2025                 Fix warnings, thanks to Fabien and
2026                 Ricardo
2027
2028 2006-07-06 [wwp]        2.3.1cvs64
2029
2030         * src/gtk/gtkutils.c
2031                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2032
2033 2006-07-06 [wwp]        2.3.1cvs63
2034
2035         * src/account.c
2036         * src/addressbook.c
2037         * src/addressitem.h
2038         * src/folderview.c
2039         * src/mainwindow.c
2040         * src/manual.c
2041         * src/manual.h
2042         * src/message_search.c
2043         * src/prefs_actions.c
2044         * src/prefs_filtering.c
2045         * src/prefs_filtering.h
2046         * src/prefs_template.c
2047         * src/summary_search.c
2048         * src/summaryview.c
2049         * src/gtk/gtkutils.c
2050         * src/gtk/gtkutils.h
2051         * src/gtk/pluginwindow.c
2052                 add help buttons to some dialogs. Clicking such buttons opens a
2053                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2054
2055 2006-07-06 [paul]       2.3.1cvs62
2056
2057         * src/textview.c
2058                 fix attachments contextual menu
2059                 Thanks to Colin
2060
2061 2006-07-05 [colin]      2.3.1cvs61
2062
2063         * src/textview.c
2064         * src/compose.c
2065                 Handle sftp:// links
2066
2067 2006-07-05 [paul]       2.3.1cvs60
2068
2069         * src/gtk/filesel.c
2070                 grab save button by default
2071                 Thanks to Colin
2072
2073 2006-07-05 [wwp]        2.3.1cvs59
2074
2075         * manual/xml2pdf
2076                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2077
2078 2006-07-04 [colin]      2.3.1cvs58
2079
2080         * src/mimeview.c
2081         * src/textview.c
2082                 Use left click to select, middle click to open
2083                 on mimeparts links
2084         * src/common/utils.c
2085                 Fix segfault
2086
2087 2006-07-04 [colin]      2.3.1cvs57
2088
2089         * src/mainwindow.c
2090         * src/news.c
2091                 Warning fixes, thanks to Fabien
2092
2093 2006-07-04 [colin]      2.3.1cvs56
2094
2095         * src/mimeview.c
2096         * src/mimeview.h
2097         * src/textview.c
2098                 Allow parts to be selected via their text label
2099                 in textview
2100
2101 2006-07-04 [colin]      2.3.1cvs55
2102
2103         * src/folderview.c
2104                 Feedback when closing (for big folders)
2105         * src/prefs_actions.c
2106         * src/prefs_filtering.c
2107         * src/prefs_matcher.c
2108         * src/prefs_template.c
2109                 Fix default button when closing without
2110                 having saved
2111
2112 2006-07-04 [colin]      2.3.1cvs54
2113
2114         * src/news.c
2115                 Delete local file on deletion
2116
2117 2006-07-03 [colin]      2.3.1cvs53
2118
2119         * src/folderview.c
2120         * src/main.c
2121                 Don't freeze when rescanning after crash
2122
2123 2006-07-03 [wwp]        2.3.1cvs52
2124
2125         * src/compose.c
2126         * src/privacy.c
2127         * src/privacy.h
2128         * src/plugins/pgpinline/pgpinline.c
2129         * src/plugins/pgpmime/pgpmime.c
2130                 don't report an error when the user cancels the passphrase dialog.
2131
2132 2006-07-02 [colin]      2.3.1cvs51
2133
2134         * src/folderview.c
2135                 Open message when crossing folders with Space,
2136                 goto next unread and friends
2137
2138 2006-07-01 [colin]      2.3.1cvs50
2139
2140         * src/prefs_account.c
2141                 Typographic rules varying from language
2142                 to language (in french "Protocole :"),
2143                 we have to do that :)
2144
2145 2006-07-01 [ticho]      2.3.1cvs49
2146
2147         * src/prefs_account.c
2148                 Only use one temporary gchar* variable in
2149                 prefs_account_protocol_set_optmenu().
2150
2151 2006-07-01 [ticho]      2.3.1cvs48
2152
2153         * src/prefs_account.c
2154         * src/prefs_account.h
2155                 Use GtkLabel for existing account protocol name.
2156                 Created an array for protocol names and populate the
2157                 combobox from it in a for() cycle.
2158
2159 2006-06-30 [colin]      2.3.1cvs47
2160
2161         * src/compose.c
2162                 Block undo when changing signature (by changing
2163                 account)
2164
2165 2006-06-30 [paul]       2.3.1cvs46
2166
2167         * src/send_message.c
2168                 when editing From in the Compose window, use that address
2169                 in the Return-Path: header
2170                 Thanks to Colin
2171
2172 2006-06-30 [colin]      2.3.1cvs45
2173
2174         * src/compose.c
2175                 Fix signature replacement:
2176                 - when no newline before separator
2177                 - when reediting
2178
2179 2006-06-29 [colin]      2.3.1cvs44
2180
2181         * src/folderview.c
2182         * src/folderview.h
2183         * src/mainwindow.c
2184         * src/summaryview.c
2185                 Let 'View/Go to/Next marked' work like
2186                 Next new & Next unread: across folders
2187                 Change the select_on_entry pref to do
2188                 what we want when changing folder
2189         * src/common/utils.c
2190                 Fix single-quoted links 
2191
2192 2006-06-29 [colin]      2.3.1cvs43
2193
2194         * src/gtk/gtkaspell.c
2195                 "Sylpheed" and "Sylpheed-Claws" do exist !
2196
2197 2006-06-29 [colin]      2.3.1cvs42
2198
2199         * src/imap.c
2200                 Forgot to remove debug
2201
2202 2006-06-29 [colin]      2.3.1cvs41
2203
2204         * src/imap.c
2205         * src/imap.h
2206         * src/mainwindow.c
2207                 Disconnect from IMAP servers when going
2208                 offline. Fixes bug #978 (going to offline-mode 
2209                 won't close connections)
2210
2211 2006-06-29 [colin]      2.3.1cvs40
2212
2213         * src/main.c
2214                 Fix transient setting on failing plugins
2215                 Patch by Fabien
2216         * src/plugins/pgpcore/sgpgme.c
2217                 Only warn for OpenPGP. Most people don't
2218                 have CMS available.
2219
2220 2006-06-29 [colin]      2.3.1cvs39
2221
2222         * src/compose.c
2223                 Fix Spelling menu (discrepancy between context menu
2224                 and top menu when folder's dictionary isn't the 
2225                 default one)
2226         * src/plugins/pgpcore/sgpgme.c
2227                 More error reporting about why gpgme can fail
2228
2229 2006-06-29 [wwp]        2.3.1cvs38
2230
2231         * src/mainwindow.c
2232                 honor the display-header-pane setting even when the message view
2233                 is a separate window.
2234
2235 2006-06-29 [wwp]        2.3.1cvs37
2236
2237         * src/prefs_actions.c
2238                 forgot to commit that one (use of GTK_STOCK_INFO).
2239
2240 2006-06-29 [colin]      2.3.1cvs36
2241
2242         * src/imap.c
2243                 Better handling of login errors (ask the password
2244                 again once), alert in case of error. Fix three
2245                 signedness warnings.
2246
2247 2006-06-28 [wwp]        2.3.1cvs35
2248
2249         * src/prefs_template.c
2250         * src/prefs_matcher.c
2251         * src/prefs_filtering_action.c
2252         * src/prefs_quote.c
2253                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2254                 patch by Fabien Vantard, slightly modified.
2255
2256 2006-06-28 [paul]
2257
2258         2.4.0-rc2 released
2259
2260 2006-06-28 [colin]      2.3.1cvs34
2261
2262         * src/prefs_account.c
2263                 Fix bug #977 (Can't add or edit imap accounts)
2264
2265 2006-06-28 [colin]      2.3.1cvs33
2266
2267         * src/mimeview.c
2268                 Fix previous
2269
2270 2006-06-28 [colin]      2.3.1cvs32
2271
2272         * src/mimeview.c
2273                 Save named inlined attachments with "Save all"
2274         * src/main.c
2275         * src/mbox.c
2276         * src/common/plugin.c
2277         * src/common/plugin.h
2278         * src/common/sylpheed.c
2279         * src/common/utils.c
2280         * src/plugins/pgpcore/sylpheed.def
2281         * src/plugins/pgpinline/sylpheed.def
2282         * src/plugins/pgpmime/sylpheed.def
2283                 Win32 compatibility patch, by
2284                 Werner Koch
2285
2286 2006-06-28 [wwp]        2.3.1cvs31
2287
2288         * src/imap.c
2289         * src/prefs_folder_item.c
2290                 less compilation warnings (thanks to Fabien Vantard), less typos.
2291
2292 2006-06-28 [paul]       2.3.1cvs30
2293
2294         * src/gtk/gtkutils.c
2295                 gtk_combo_box_set_focus_on_click() is only
2296                 available since gtk 2.6.0
2297
2298 2006-06-28 [paul]       2.3.1cvs29
2299
2300         * src/prefs_ext_prog.c
2301                 fix engrish and add a tooltip for the
2302                 'command for 'Display as text' option
2303
2304 2006-06-28 [paul]
2305
2306         2.4.0-rc1 released
2307
2308 2006-06-28 [paul]       2.3.1cvs28
2309
2310         * ChangeLog
2311         * tools/Makefile.am
2312                 include textviewer.pl in releases
2313
2314 2006-06-28 [paul]       2.3.1cvs27
2315
2316         * src/prefs_ext_prog.c
2317                 hide Print command option if libgnomeprint
2318                 support is present
2319
2320 2006-06-27 [colin]      2.3.1cvs26
2321
2322         * src/compose.c
2323                 Fix Esc handling in insert/attach dialog
2324                 Don't show this dialog if dragging something
2325                 else than text/uri-list
2326                 Thanks to Fabien Vantard
2327         * tools/textviewer.pl
2328                 Filter script to display stuff as text
2329                 by H. Merijn Brand
2330
2331 2006-06-27 [wwp]        2.3.1cvs25
2332
2333         * src/messageview.c
2334                 use the exact product name (message view title), patch
2335                 by Fabien Vantard.
2336
2337 2006-06-27 [ticho]      2.3.1cvs24
2338
2339         * src/prefs_account.c
2340         * src/prefs_common.c
2341         * src/prefs_common.h
2342         * src/prefs_ext_prog.c
2343         * src/textview.c
2344                 Add a preference (Preferences/External programs)
2345                 to allow "Display as text" to be done via a script
2346                 (patch by H.Merijn Brand).
2347                 Use GtkComboBox for protocol selection in account
2348                 preferences.
2349                 Only include current choice for existing accounts, and
2350                 insensitivize the combobox.
2351
2352 2006-06-27 [paul]       2.3.1cvs23
2353
2354         * src/mbox.c
2355                 fix crasher introduced in cvs21.
2356                 Thanks to Colin
2357
2358 2006-06-26 [colin]      2.3.1cvs22
2359
2360         * src/mbox.c
2361                 Fix double-frees when leaving folders
2362                 after exporting to mbox
2363
2364 2006-06-26 [colin]      2.3.1cvs21
2365
2366         * src/mbox.c
2367                 More feedback (and optimisation)
2368                 on import/export
2369         * src/common/utils.c
2370                 Fix case when looking for mail addresses
2371         * src/gtk/gtkutils.c
2372                 Extra check for (X-)Face
2373
2374 2006-06-25 [ticho]      2.3.1cvs20
2375
2376         * src/compose.c
2377         * src/exphtmldlg.c
2378         * src/gtk/gtkutils.c
2379         * src/gtk/gtkutils.h
2380                 Added second argument to gtkut_sc_combobox_create() to
2381                 control focus-on-click for the widget.
2382                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2383
2384 2006-06-25 [ticho]      2.3.1cvs19
2385
2386         * src/compose.c
2387         * src/gtk/Makefile.am
2388         * src/gtk/combobox.c
2389         * src/gtk/combobox.h
2390         * src/gtk/gtkutils.c
2391         * src/gtk/gtkutils.h
2392                 Use GtkComboBox instead of deprecated GtkOptionMenu
2393                 for account selector in compose window and for encoding
2394                 selector in attachment properties.
2395                 Also factorise working with the new GtkComboBox somewhat.
2396
2397 2006-06-24 [paul]       2.3.1cvs18
2398
2399         * src/prefs_common.c
2400                 use the correct default value
2401
2402 2006-06-24 [paul]       2.3.1cvs17
2403
2404         * src/compose.c
2405         * src/prefs_common.c
2406         * src/prefs_common.h
2407         * src/prefs_compose_writing.c
2408                 enable setting of default action when
2409                 dnd'ing files in the compose window.
2410                 (Collaborative effort with wwp)
2411
2412 2006-06-23 [wwp]        2.3.1cvs16
2413
2414         * src/compose.c
2415                 i18n fix (thanks to Fabien Vantard)
2416
2417 2006-06-22 [colin]      2.3.1cvs15
2418
2419         * src/prefs_customheader.c
2420                 Don't use filters in custom headers' file 
2421                 selector. Remember, extensions mean nothing :)
2422
2423 2006-06-22 [paul]       2.3.1cvs14
2424
2425         * configure.ac
2426                 allow setting of man directory location
2427
2428 2006-06-22 [colin]      2.3.1cvs13
2429
2430         * src/mainwindow.c
2431                 Add 'View/Go to/Next unread folder'.
2432                 I missed that :)
2433
2434 2006-06-22 [colin]      2.3.1cvs12
2435
2436         * src/common/utils.c
2437                 Add some subject prefixes
2438                 Patch by Bjorn T Johansen <btj@havleik.no>
2439
2440 2006-06-22 [colin]      2.3.1cvs11
2441
2442         * manual/advanced.xml
2443                 Forgotten hidden pref
2444
2445 2006-06-21 [paul]       2.3.1cvs10
2446
2447         * src/prefs_account.c
2448                 complete the removal of 'Add date header' option
2449
2450 2006-06-21 [paul]       2.3.1cvs9
2451
2452         * src/account.c
2453         * src/compose.c
2454         * src/prefs_account.c
2455         * src/prefs_account.h
2456                 remove option to add date header - always
2457                 add date header
2458         * src/etpan/imap-thread.c
2459                 fix warnings (Thanks to Colin)
2460
2461 2006-06-21 [wwp]        2.3.1cvs8
2462
2463         * src/folder.c
2464                 set the attachment flag when inline text part are (file)named. This is more convenient
2465                 when receiving (for instance) inline source files or patches sent using thunderbird.
2466
2467 2006-06-21 [paul]       2.3.1cvs7
2468
2469         * src/inc.c
2470                 fix off-by-one count of current msg in
2471                 statusbar filtering progressbar
2472
2473 2006-06-21 [paul]       2.3.1cvs6
2474
2475         * src/folder.c
2476                 Show attachment icon even if the part is 'inline'
2477                 if the following conditions are met:
2478                 - content-type != 'text/plain'
2479                 - content-type != '*/pgp-signature'
2480                 - either 'name' or 'filename' parameter is not NULL
2481                 
2482                 Thanks to Colin
2483
2484 2006-06-21 [paul]       2.3.1cvs5
2485
2486         * src/messageview.c
2487         * src/prefs_common.c
2488         * src/prefs_common.h
2489         * src/prefs_other.c
2490                 add an option to 'Never send Return
2491                 Receipts'
2492                 Thanks to Colin
2493
2494 2006-06-20 [mones]      2.3.1cvs4
2495
2496         * po/es.po
2497                 updated
2498         * src/compose.c
2499                 typo fixed (space after comma)
2500         * tools/make.themes.project
2501                 remove exec mode from tarball files
2502
2503 2006-06-20 [colin]      2.3.1cvs3
2504
2505         * src/news.c
2506         * src/procheader.c
2507         * src/unmime.c
2508                 Better fix for \n's in headers (don't 
2509                 break Received: and others)
2510
2511 2006-06-20 [paul]       2.3.1cvs2
2512
2513         * src/alertpanel.c
2514         * src/textview.c
2515                 improve legibility of phishing attempt
2516                 dialog
2517
2518 2006-06-20 [paul]       2.3.1cvs1
2519
2520         * NEWS
2521         * README
2522         * configure.ac
2523                 Update version number following
2524                 stable release
2525
2526 2006-06-20 [colin]      2.3.0cvs26
2527
2528         * src/compose.c
2529                 When dragging a file to the text of the compose
2530                 window, ask whether we want to insert or attach
2531                 (I know lots of people who do that to attach)
2532
2533 2006-06-20 [colin]      2.3.0cvs25
2534
2535         * src/etpan/imap-thread.c
2536                 Fix threshold (the append command is often > 32 bytes)
2537
2538 2006-06-19 [colin]      2.3.0cvs24
2539
2540         * src/imap.c
2541         * src/etpan/imap-thread.c
2542                 Workaround Rockliffe IMAP server bug: replace
2543                 "x UID SEARCH (ANSWERED UID 1:*)" with
2544                 "x UID SEARCH ANSWERED"
2545                 (Rockliffe doesn't handle the parenthesis)
2546
2547 2006-06-19 [colin]      2.3.0cvs23
2548
2549         * src/compose.c
2550         * src/imap.c
2551         * src/etpan/imap-thread.c
2552                 Probably fix bug #972 (Freezes when adding 
2553                 an attachment to the message)
2554         * src/common/defs.h
2555                 Modernize Firefox cmd
2556
2557
2558 2006-06-18 [colin]      2.3.0cvs22
2559
2560         * src/prefs_customheader.c
2561                 Only allow correct filenames for various
2562                 custom headers
2563
2564 2006-06-18 [colin]      2.3.0cvs21
2565
2566         * src/prefs_customheader.c
2567                 Add a 'From File...' button in custom headers prefs, which
2568                 try to do the right thing: 
2569                 for normal headers, use file as plaintext,
2570                 for X-Face, calls compface,
2571                 for Face, encode to b64.
2572
2573 2006-06-17 [colin]      2.3.0cvs20
2574
2575         * src/mh.c
2576                 Warning fix
2577
2578 2006-06-16 [colin]      2.3.0cvs19
2579
2580         * src/summaryview.c
2581                 Recursive quicksearch: show message list
2582                 in current folder, *then* search children
2583                 in the background.
2584
2585 2006-06-16 [colin]      2.3.0cvs18
2586
2587         * src/main.c
2588                 Instead of ignoring SIGPIPE, save caches
2589                 when getting one. Will fix the fact that
2590                 hot caches are out-of-date when logging 
2591                 out of Xorg.
2592         * src/compose.c
2593         * src/prefs_compose_writing.c
2594                 Only save text (not attachments) when 
2595                 auto-saving to drafts
2596         * src/unmime.c
2597                 Always replace \n, \r and \t with spaces
2598                 in headers
2599         * manual/dist/html/Makefile.am
2600         * manual/dist/pdf/Makefile.am
2601         * manual/dist/ps/Makefile.am
2602         * manual/dist/txt/Makefile.am
2603         * manual/fr/dist/html/Makefile.am
2604         * manual/fr/dist/pdf/Makefile.am
2605         * manual/fr/dist/ps/Makefile.am
2606         * manual/fr/dist/txt/Makefile.am
2607         * manual/pl/dist/html/Makefile.am
2608         * manual/pl/dist/pdf/Makefile.am
2609         * manual/pl/dist/ps/Makefile.am
2610         * manual/pl/dist/txt/Makefile.am
2611                 Fix make clean removing pregenerated manuals
2612
2613
2614 2006-06-16 [colin]      2.3.0cvs17
2615
2616         * src/plugins/pgpcore/sgpgme.c
2617         * src/plugins/pgpmime/pgpmime.c
2618         * src/plugins/pgpinline/pgpinline.c
2619                 Better error reporting in setup_signers.
2620                 Don't fallback to default key if specified
2621                 key isn't found.
2622                 Don't allow signing if more than one secret
2623                 key matches the one specified in prefs.
2624
2625 2006-06-15 [colin]      2.3.0cvs16
2626
2627         * src/folderview.c
2628                 Add "Send queue" in the folder's contextual
2629                 menu
2630         * src/compose.c
2631         * src/messageview.c
2632         * src/privacy.c
2633         * src/privacy.h
2634         * src/procmime.c
2635         * src/procmsg.c
2636         * src/plugins/pgpcore/passphrase.c
2637         * src/plugins/pgpcore/sgpgme.c
2638         * src/plugins/pgpinline/pgpinline.c
2639         * src/plugins/pgpmime/pgpmime.c
2640                 Better error reporting
2641         * src/mbox.c
2642                 Probably fix bug #971 (2.2.3 cannot read mail 
2643                 from local mbox)
2644
2645
2646 2006-06-15 [mones]      2.3.0cvs15
2647
2648         * tools/make.themes.project
2649                 creates the themes project from the web page
2650
2651 2006-06-15 [colin]      2.3.0cvs14
2652
2653         * src/folder.c
2654                 Better fix (avoid losing the folder if scan_tree 
2655                 fails)
2656
2657 2006-06-15 [cleroy]     2.3.0cvs13
2658
2659         * src/folder.c
2660                 Probably fix Bug #969 (crash on rebuilding 
2661                 imap folder)
2662
2663 2006-06-14 [colin]      2.3.0cvs12
2664
2665         * manual/dtd/manual.xsl
2666         * manual/sylpheed-claws-manual.xml
2667         * manual/fr/sylpheed-claws-manual.xml
2668         * manual/pl/sylpheed-claws-manual.xml
2669                 Insert pagebreaks between sections
2670
2671 2006-06-14 [paul]       2.3.0cvs11
2672
2673         * configure.ac
2674                 better fix than 2.3.0cvs10
2675
2676 2006-06-14 [paul]       2.3.0cvs10
2677
2678         * configure.ac
2679                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2680                 (backwards compatible)
2681
2682 2006-06-13 [colin]      2.3.0cvs9
2683
2684         * src/messageview.c
2685                 Fix sending of return receipt with the new queue folders
2686
2687 2006-06-13 [wwp]        2.3.0cvs8
2688
2689         * src/quote_fmt_lex.l
2690                 fix wrong tokens returned in quote_fmt lexer, query not().
2691
2692 2006-06-13 [wwp]        2.3.0cvs7
2693
2694         * src/folder.c
2695         * src/prefs_folder_item.c
2696                 allow changing folder type even when folder is not a top-level one,
2697                 thanks to Colin.
2698
2699 2006-06-12 [colin]      2.3.0cvs6
2700
2701         * src/folderview.c
2702                 Fix double-ask of "Do you want to mark all
2703                 as read"
2704
2705 2006-06-12 [colin]      2.3.0cvs5
2706
2707         * src/compose.c
2708         * src/compose.h
2709         * src/folder.c
2710         * src/folder.h
2711         * src/imap.c
2712         * src/inc.c
2713         * src/main.c
2714         * src/messageview.c
2715         * src/mh.c
2716         * src/prefs_folder_item.c
2717         * src/procheader.c
2718         * src/procmime.c
2719         * src/procmsg.c
2720         * src/procmsg.h
2721         * src/send_message.c
2722         * src/summaryview.c
2723         * src/toolbar.c
2724                 Apply bug #964's patch (Queue and drafts aren't normal)
2725                 The Drafts and Queue folder now contain RFC-822 files,
2726                 allowing to move and copy mails from and to these 
2727                 folders. Moving from Drafts to Queue will prepare the
2728                 mail for sending (PGP signature, encryption, etc).
2729                 This patch also rework sending errors handling to try
2730                 to be more helpful.
2731                 Also, allow redefining folder types via the GUI 
2732                 (Folder type in its Properties)
2733
2734 2006-06-12 [colin]      2.3.0cvs4
2735
2736         * src/summaryview.c
2737         * src/prefs_common.c
2738         * src/prefs_common.h
2739         * src/gedit-print.c
2740                 Allow to define a specific print font - patch
2741                 by Bernhard Walle <bernhard.walle@gmx.de>
2742         * src/prefs_fonts.c
2743         * manual/advanced.xml
2744         * manual/fr/advanced.xml
2745                 Add a hidden pref to allow deletion without
2746                 confirmation
2747
2748 2006-06-12 [wwp]        2.3.0cvs3
2749
2750         * .cvsignore
2751                 more files to ignore.
2752
2753 2006-06-12 [wwp]        2.3.0cvs2
2754
2755         * src/quote_fmt.c
2756         * src/quote_fmt_lex.l
2757         * src/quote_fmt_parse.y
2758                 extend the quote_fmt parser (templates and quotes):
2759                 - allow limited sub-expressions in |p{} and |f{} expressions,
2760                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2761                 - implemented/fixed missing implementation of query_references and show_references,
2762                 - completed, fixed contents and format of the symbols help dialog,
2763                 - fix some compilation warnings.
2764
2765 2006-06-12 [wwp]        2.3.0cvs1
2766
2767         * manual/advanced.xml
2768         * manual/fr/advanced.xml
2769                 updates in the "templates" section of the manual (eng/fr):
2770                  - be more precise (both versions)
2771                  - completed to match the english reference (fr version)
2772                  - touchups (both versions)
2773
2774 2006-06-12 [paul]       2.3.0
2775
2776         2.3.0 released
2777
2778 2006-06-12 [paul]       2.2.3cvs14
2779
2780         * po/ca.po
2781         * po/cs.po
2782         * po/de.po
2783         * po/el.po
2784         * po/fr.po
2785         * po/it.po
2786         * po/pt_BR.po
2787         * po/sr.po
2788         * po/zh_CN.po
2789                 updated by Miquel Oliete, Tim, Stephan Sachse,
2790                 Stavros Giannouris, Fabien Vantard, Andrea
2791                 Spadaccini, Frederico Goncalves Guimaraes,
2792                 Aleksandar Urosevic, and Ralgh Young
2793
2794 2006-06-12 [colin]      2.2.3cvs13
2795
2796         * src/mbox.c
2797                 Add missing header
2798
2799 2006-06-11 [colin]      2.2.3cvs12
2800
2801         * src/msgcache.c
2802                 Verify that g_malloc() succeeded
2803
2804 2006-06-11 [colin]      2.2.3cvs11
2805
2806         * src/wizard.c
2807                 Add Face header to welcome mail
2808
2809 2006-06-10 [colin]      2.2.3cvs10
2810
2811         * src/textview.c
2812                 Revert previous (Forgot it changes the
2813                 margin on the whole mail)
2814
2815 2006-06-10 [colin]      2.2.3cvs9
2816
2817         * src/textview.c
2818                 Don't overlap long headers under (X-)Face
2819
2820 2006-06-10 [mones]      2.2.3cvs8
2821
2822         * manual/xml2pdf
2823                 allow generation of manual on systems lacking saxon binary
2824                 but with java and the saxon library installed
2825
2826         * po/es.po
2827                 updated for release
2828
2829 2006-06-09 [colin]      2.2.3cvs7
2830
2831         * src/summaryview.c
2832                 Fix leak when using Display Sender using Addressbook
2833
2834 2006-06-09 [colin]      2.2.3cvs6
2835
2836         * src/compose.c
2837         * src/folder.c
2838         * src/folderview.c
2839         * src/mimeview.c
2840         * src/summaryview.c
2841                 More leaks fixes
2842
2843 2006-06-09 [paul]       2.2.3cvs5
2844
2845         * AUTHORS
2846         * src/gtk/authors.h
2847         * tools/claws.i18n.status.pl
2848                 updated with new info
2849
2850 2006-06-09 [paul]       2.2.3cvs4
2851
2852         * README
2853                 updated
2854         * manual/ack.xml
2855                 add wwp to authors list
2856         * src/gtk/authors.h
2857                 update mine and Colin's addresses
2858
2859 2006-06-08 [colin]      2.2.3cvs3
2860
2861         * src/etpan/imap-thread.c
2862                 Fix leak on SSL cert check
2863
2864 2006-06-08 [colin]      2.2.3cvs2
2865
2866         * src/common/utils.c
2867                 Fix leak
2868
2869 2006-06-08 [paul]       2.2.3cvs1
2870
2871         * configure.ac
2872                 Update version number following
2873                 stable release
2874
2875 2006-06-07 [colin]      2.2.2cvs3
2876
2877         * src/msgcache.c
2878                 Fix catching cache read errors (guint instead of gint)
2879                 Prevent malloc'ing more than 8MB (means cache corruption)
2880
2881 2006-06-07 [paul]       2.2.2cvs2
2882
2883         * src/exporthtml.c
2884         * src/exportldif.c
2885         * src/mh.c
2886         * src/mutt.c
2887         * src/pine.c
2888         * src/common/utils.c
2889                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2890                 obey $HOME'
2891                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2892                 Thanks to Colin
2893
2894 2006-06-06 [paul]       2.2.2cvs1
2895
2896         * configure.ac
2897                 Update version number following
2898                 stable release
2899
2900 2006-06-06 [paul]       2.2.1cvs6
2901
2902         * src/matcher.c
2903                 fix  implicit declaration of
2904                 sylpheed_do_idle()
2905                 Patch by Fabien Vantard
2906
2907 2006-06-06 [paul]       2.2.1cvs5
2908
2909         * src/matcher.c
2910                 fix age_greater and age_lower so that they
2911                 mean what say and not '...or equal to'
2912                 Thanks to Colin
2913
2914 2006-06-06 [paul]       2.2.1cvs4
2915
2916         * src/textview.c
2917         * src/common/utils.c
2918                 fix URI check
2919                 Thanks to Colin
2920
2921 2006-06-05 [wwp]        2.2.1cvs3
2922
2923         * manual/fr/account.xml
2924                 minor language fixes (thanks to Fabien Vantard).
2925
2926 2006-06-05 [colin]      2.2.1cvs2
2927
2928         * src/prefs_folder_item.c
2929         * src/folderview.c
2930                 Allow recursive setting of properties 
2931                 for whole mailboxes
2932         * src/matcher.c
2933                 Don't freeze on 'test' filtering rule
2934
2935 2006-06-05 [colin]      2.2.1cvs1
2936
2937         * configure.ac
2938                 Update version number following
2939                 stable release
2940
2941 2006-06-04 [wwp]        2.2.0cvs82
2942
2943         * manual/glossary.xml
2944         * manual/account.xml
2945         * manual/fr/glossary.xml
2946         * manual/fr/account.xml
2947                 added glossary section and references/links related to the Face custom header.
2948
2949 2006-06-04 [colin]      2.2.0cvs81
2950
2951         * src/summaryview.c
2952                 Skip to next message on move with no
2953                 immediate execution
2954
2955 2006-06-04 [wwp]        2.2.0cvs80
2956
2957         * manual/xml2pdf
2958                 added sanity checks, exit when needed.
2959
2960 2006-06-03 [paul]       2.2.0cvs79
2961
2962         * src/prefs_receive.c
2963                 page name is now 'Receiving'
2964         * src/prefs_send.c
2965                 page name is now 'Sending'
2966
2967 2006-06-03 [colin]      2.2.0cvs78
2968
2969         * src/plugins/spamassassin/spamassassin_gtk.c
2970                 Autoswitch to Localhost if transport was previously
2971                 disabled. Else people had to check [] Enable, then
2972                 *reselect* transport.
2973
2974 2006-06-03 [colin]      2.2.0cvs77
2975
2976         * src/plugins/pgpinline/pgpinline.c
2977         * src/plugins/pgpmime/pgpmime.c
2978                 Check that gpg_data_release_and_get_mem 
2979                 didn't fail (now, why this happens...)
2980
2981 2006-06-03 [colin]      2.2.0cvs76
2982
2983         * src/mbox.c
2984                 Fix bug #962 (Manual and/or UI should 
2985                 warn about incompatible locking 
2986                 causing dataloss)
2987
2988 2006-06-02 [cleroy]     2.2.0cvs75
2989
2990         * src/filtering.c
2991         * src/folder.c
2992         * src/procmsg.c
2993         * src/summaryview.c
2994                 Fix a few leaks
2995
2996 2006-06-02 [colin]      2.2.0cvs74
2997
2998         * src/main.c
2999                 On exit, free caches after writing them
3000                 Shuts up some valgrind false positives
3001         * src/procmsg.c
3002         * src/send_message.c
3003                 Fix races when reusing existing SMTP connections
3004                 Fix inexistant session timeout
3005         * src/toolbar.c
3006                 Display alertpanel after all queues have
3007                 been processed, not after each
3008
3009 2006-06-02 [wwp]        2.2.0cvs73
3010
3011         * manual/fr/glossary.xml
3012         * manual/fr/ack.xml
3013         * manual/ack.xml
3014                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3015
3016 2006-06-02 [wwp]        2.2.0cvs72
3017
3018         * manual/xml2pdf
3019         * manual/dist/pdf/Makefile.am
3020         * manual/dtd/manual.xsl
3021         * manual/fr/dist/pdf/Makefile.am
3022         * manual/pl/dist/pdf/Makefile.am
3023                 we changed the procedure to generate the .pdf version of the manual.
3024                 The procedure is more modern and the .pdf we get now has a valid index.
3025                 Here are the new pre-requisites:
3026
3027                 - JRE 1.x (1.4 here): there must be one from your distro
3028                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3029                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3030                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3031
3032                 See my posts for further info about the installation of this toolchain:
3033
3034                 Date: Fri, 19 May 2006 19:40:06 +0200
3035                 From: wwp <subscript@free.fr>
3036                 To: sylpheed-claws-devel@lists.sourceforge.net
3037                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3038
3039                 and
3040
3041                 Date: Wed, 24 May 2006 12:58:49 +0200
3042                 From: wwp <subscript@free.fr>
3043                 To: sylpheed-claws-devel@lists.sourceforge.net
3044                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3045
3046 2006-06-01 [colin]      2.2.0cvs71
3047
3048         * src/compose.c
3049                 Better guards against IMAP races
3050         * src/main.c
3051         * src/prefs_common.c
3052         * src/prefs_common.h
3053         * src/common/ssl_certificate.c
3054         * src/etpan/imap-thread.c
3055         * src/etpan/imap-thread.h
3056         * src/gtk/sslcertwindow.c
3057                 New hidden option ssl_skip_cert_check to 
3058                 avoid dups of bug #959 (libetpan linked
3059                 against gnutls and gnutls buggy on 64bit)
3060                 Present expired warning only once per
3061                 session/server.
3062         * manual/advanced.xml
3063         * manual/fr/advanced.xml
3064                 Document new option
3065
3066 2006-06-01 [wwp]        2.2.0cvs70
3067
3068         * src/messageview.c
3069                 fix for bug #961 (return receipt dialog 
3070                 complains incorrectly about return-path 
3071                 email adress being different), thanks 
3072                 to Colin.
3073
3074 2006-05-31 [cleroy]     2.2.0cvs69
3075
3076         * src/common/ssl.c
3077                 Guard against NULLs, although this
3078                 should never be an issue
3079
3080 2006-05-31 [colin]      2.2.0cvs68
3081
3082         * src/filtering.c
3083                 Use g_slist_prepend
3084         * src/imap.c
3085                 Don't remove caches when destroying folder, it
3086                 could (should) be done at exit
3087         * src/inc.c
3088                 free processing cache after incorporation
3089         * src/etpan/imap-thread.c
3090                 Maybe fix bug #959 (Crash on moving to emails 
3091                 to a imap account per ssl with a expired 
3092                 certificate.)
3093
3094 2006-05-30 [colin]      2.2.0cvs67
3095
3096         * src/summaryview.c
3097                 Put back event flush when displaying message
3098                 It avoids reading a bunch of messages just
3099                 by hitting shift-n for too long ;)
3100
3101 2006-05-29 [colin]      2.2.0cvs66
3102
3103         * src/summaryview.c
3104                 Remove useless g_warnings
3105
3106 2006-05-29 [colin]      2.2.0cvs65
3107
3108         * src/imap.c
3109                 Fix g_slist_append()s for performance
3110
3111 2006-05-29 [colin]      2.2.0cvs64
3112
3113         * src/compose.c
3114         * src/common/utils.c
3115                 Fix extraneous tab at start of addresses
3116         * src/mainwindow.c
3117                 Fix warnings (thanks to Fabien)
3118                 Fix crash at exit when composing messages 
3119                 exist
3120         * src/pop.c
3121                 Fix progress bar when deleting expired mails
3122                 Thanks to Hiro
3123         * src/summaryview.c
3124         * src/gtk/gtksctree.c
3125                 Fix re-sorting slowness
3126
3127 2006-05-29 [paul]       2.2.0cvs63
3128
3129         * src/mh.c
3130                 fetch full message when moving mails
3131                 from another mailbox, (fixed data loss
3132                 when filtering from IMAP to MH, introduced
3133                 in 2.2.0cvs57).
3134                 Thanks to Colin
3135
3136 2006-05-29 [mones]      2.2.0cvs62
3137
3138         * src/gtk/gtksctree.c
3139                 Unselect faster (patch by Colin)        
3140
3141 2006-05-26 [colin]      2.2.0cvs61
3142
3143         * src/summaryview.c
3144                 Unplug MSGINFO_UPDATE callback on delete too.
3145
3146 2006-05-26 [colin]      2.2.0cvs60
3147
3148         * src/foldersel.c
3149                 Fix bold in folder selection window with glib2.10
3150                 thanks Hiro
3151
3152 2006-05-26 [colin]      2.2.0cvs59
3153
3154         * src/procheader.c
3155                 Convert date only if necessary (and don't
3156                 try to convert from utf8 to utf8, too)
3157         * src/summaryview.c
3158                 Only set column's text if the column's 
3159                 displayed
3160
3161 2006-05-26 [colin]      2.2.0cvs58
3162
3163         * src/summaryview.c
3164         * src/gtk/gtkutils.c
3165                 Fix useless warning
3166
3167 2006-05-26 [colin]      2.2.0cvs57
3168
3169         * src/mainwindow.c
3170                 Make summaryview selectable as long as 
3171                 no message has focus
3172         * src/mh.c
3173                 Faster deletion (by implementing mh_remove_msgs)
3174                 Faster copy (avoid using mh_fetch_msg just to get
3175                 the filename)
3176                 Faster move (using move_file instead of copy_file
3177                 if MSG_IS_MOVE)
3178                 No progressbar if total number of mails to cp/mv 
3179                 is less than 100
3180         * src/summaryview.c
3181                 Fix removal from subject_table when mail gets moved
3182                 Faster deletion (g_slist_prepend instead of append)
3183         * src/gtk/gtksctree.c
3184                 Remove useless code
3185
3186 2006-05-25 [colin]      2.2.0cvs56
3187
3188         * src/common/ssl_certificate.c
3189                 Fix leak in expired cert check
3190
3191 2006-05-25 [colin]      2.2.0cvs55
3192
3193         * src/mh.c
3194                 Disable flags syncing on .mh_sequences - it
3195                 is buggy and marks mails read under unknown
3196                 conditions.
3197
3198 2006-05-25 [paul]
3199
3200         * 2.3.0-rc4 released
3201
3202 2006-05-24 [colin]      2.2.0cvs54
3203
3204         attention cvs users: if you manage to crash
3205         Sylpheed-Claws while moving, copying or deleting
3206         mails, we *are* interested in stack traces and
3207         valgrind logs. It looks stable, but one never
3208         knows...
3209
3210         * src/folder.c
3211                 Add progressbar for cache updates
3212         * src/folderutils.c
3213                 Optimize Mark all read in the current
3214                 folder
3215         * src/mh.c
3216                 Add progressbar for copy/move
3217         * src/procmsg.c
3218                 Optimize O(n^2) in copy/move
3219         * src/summaryview.c
3220         * src/gtk/gtksctree.c
3221                 Optimize O(n^2) algos
3222         * src/common/timing.h
3223                 Display ms instead of us
3224
3225 2006-05-24 [wwp]        2.2.0cvs53
3226
3227         * manual/fr/advanced.xml
3228                 updates to the French manual.
3229
3230 2006-05-24 [wwp]        2.2.0cvs52
3231
3232         * src/common/utils.c
3233                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3234
3235 2006-05-24 [wwp]        2.2.0cvs51
3236
3237         * src/folderutils.c
3238                 fixed "mark all read" in MH folders (thanks to Colin).
3239
3240 2006-05-24 [paul]       2.2.0cvs50
3241
3242         * doc/man/sylpheed-claws.1
3243                 updated the man page
3244
3245 2006-05-23 [colin]      2.2.0cvs49
3246
3247         * src/folderview.c
3248         * src/imap.c
3249         * src/inc.c
3250         * src/mbox.c
3251         * src/messageview.c
3252         * src/news.c
3253         * src/send_message.c
3254         * src/summaryview.c
3255         * src/gtk/sslcertwindow.c
3256                 alertpanel fixes, by Fabien
3257
3258 2006-05-23 [colin]      2.2.0cvs48
3259
3260         * src/folder.c
3261         * src/folderview.c
3262         * src/msgcache.c
3263         * src/summaryview.c
3264         * src/gtk/gtksctree.c
3265         * src/gtk/gtksctree.h
3266                 More timings
3267                 Fix slow loading problem, which was caused by the
3268                 use of some gtk_ctree funcs and their use of
3269                 g_list_position while gtk_ctree_(un)link'ing.
3270                 Reap more functions from gtkctree.c to be sure we
3271                 use our (fast) version instead of theirs.
3272         * src/mh.c
3273                 Fix copy of unread mails
3274
3275
3276 2006-05-22 [wwp]        2.2.0cvs47
3277
3278         * manual/fr/advanced.xml
3279                 updated.
3280
3281 2006-05-22 [colin]      2.2.0cvs46
3282
3283         * src/filtering.c
3284                 Fix possible infinite loop. 'copy' is not a 
3285                 final action, so when encountering a 'copy',
3286                 we have to check if a previous one was set
3287                 and do it. In the same way, if we encounter
3288                 a 'move' we have to perform a possibly 
3289                 pending 'copy'. This will slow down filtering
3290                 on IMAP if move+copy or multiple copy actions
3291                 are to be done, but handling it via the batch
3292                 would be really too convoluted.
3293
3294 2006-05-22 [wwp]        2.2.0cvs45
3295
3296         * manual/fr/advanced.xml
3297         * manual/fr/faq.xml
3298         * manual/fr/glossary.xml
3299         * manual/fr/handling.xml
3300         * manual/fr/intro.xml
3301         * manual/fr/plugins.xml
3302         * manual/fr/sylpheed-claws-manual.xml
3303                 sync w/ the english manual: updates URIs, documented mailing-list
3304                 support, better explanation about the enabled/disabled feature
3305                 in filtering/processing rules by Paul.
3306
3307 2006-05-21 [colin]      2.2.0cvs44
3308
3309         * src/summaryview.c
3310                 Don't expand after building threads, but during
3311
3312 2006-05-21 [colin]      2.2.0cvs43
3313
3314         * src/procmsg.c
3315         * src/summaryview.c
3316                 More timing possibilities... For next time I have 
3317                 to find out how the hell some 3GHz computer takes
3318                 one minute to open a 30k folder...
3319
3320 2006-05-21 [colin]      2.2.0cvs42
3321
3322         * manual/pl/advanced.xml
3323         * manual/pl/faq.xml
3324         * manual/pl/glossary.xml
3325         * manual/pl/handling.xml
3326         * manual/pl/intro.xml
3327         * manual/pl/plugins.xml
3328         * manual/pl/sylpheed-claws-manual.xml
3329                 Polish manual updated by Pawel
3330
3331 2006-05-20 [colin]
3332
3333         * 2.3.0-rc3 released
3334
3335 2006-05-20 [colin]      2.2.0cvs41
3336
3337         * src/imap.c
3338                 Fix -rc2 problems:
3339                 - remove cache of moved messages from original folder
3340                 - apply new flags to messages even if they aren't appliable
3341                   via IMAP.
3342
3343 2006-05-20 [colin]
3344
3345         * 2.3.0-rc2 released
3346
3347 2006-05-19 [colin]      2.2.0cvs40
3348
3349         * src/imap.c
3350                 Don't issue SELECT in imap_change_flags
3351                 before having checked that we indeed have
3352                 some flags to change. MSG_POSTFILTERED for
3353                 example can't be used on IMAP.
3354                 Fixes bug #955 (copying messages between 
3355                 imap folders is extremely slow), which was
3356                 a regression.
3357
3358 2006-05-19 [colin]      2.2.0cvs39
3359
3360         * src/folder.c
3361         * src/folder.h
3362         * src/folderview.c
3363                 Try to fix bug #830 (Some unread messages 
3364                 get marked read in IMAP inbox):
3365                 - Prevent scanning a folder if it's being 
3366                   opened via the GUI
3367                 - Postpone opening via the GUI of a folder
3368                   currently scanned.
3369
3370
3371 2006-05-19 [wwp]        2.2.0cvs38
3372
3373         * manual/advanced.xml
3374                 fix English+typo (thanks to Paul).
3375
3376 2006-05-19 [wwp]        2.2.0cvs37
3377
3378         * manual/advanced.xml
3379         * manual/fr/advanced.xml
3380         * src/gtk/logwindow.c
3381         * src/prefs_common.c
3382         * src/prefs_common.h
3383                 added hidden prefs to allow customization of colors used in
3384                 protocol log window (useful for dark gtk+ themes).
3385
3386 2006-05-19 [wwp]        2.2.0cvs36
3387
3388         * ChangeLog
3389                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3390
3391 2006-05-19 [paul]       2.2.0cvs35
3392
3393         * src/textview.c
3394                 make Reply-To fully clickable
3395         * src/gtk/logwindow.c
3396                 more colouring (SMTP ESMTP)
3397         Both patches by Pawel Pekala
3398
3399 2006-05-19 [cleroy]     2.2.0cvs34
3400
3401         * src/mh.c
3402                 Don't update flags from current folder
3403                 Probably fixes bug #935 (Read Messages 
3404                 Revert to Being Marked as Unread)
3405
3406 2006-05-18 [colin]      2.2.0cvs33
3407
3408         * src/imap.c
3409                 Warning fix
3410         * src/compose.c
3411         * src/mainwindow.c
3412         * src/summaryview.c
3413         * src/toolbar.c
3414                 Allow replying to multiple emails
3415                 in multiple windows
3416         * src/mimeview.c
3417         * src/etpan/imap-thread.c
3418                 Leak fixes
3419
3420 2006-05-18 [paul]       2.2.0cvs32
3421
3422         * src/summaryview.c
3423                 keep Mailing-List menu refreshed
3424                 Thanks to Colin
3425
3426 2006-05-18 [paul]       2.2.0cvs31
3427
3428         * manual/advanced.xml
3429         * manual/faq.xml
3430         * manual/glossary.xml
3431         * manual/handling.xml
3432         * manual/intro.xml
3433         * manual/plugins.xml
3434         * manual/sylpheed-claws-manual.xml
3435                 update URLs
3436                 add info about mailing-list support
3437                 edit filtering info
3438         * src/wizard.c
3439         * src/common/defs.h
3440         * src/gtk/about.c
3441         * src/plugins/dillo_viewer/README
3442                 update URLs
3443
3444 2006-05-17 [wwp]        2.2.0cvs30
3445
3446         * manual/handling.xml
3447         * manual/fr/handling.xml
3448                 documented the ability to enabled/disable filtering/processing rules.
3449
3450 2006-05-17 [colin]      2.2.0cvs29
3451
3452         * src/main.c
3453                 Don't initialize g_thread subsystem if it's 
3454                 already done (thanks to Hiro)
3455         * src/mimeview.c
3456                 Fix saving of parts when there name can't be
3457                 converted from UTF-8.
3458
3459 2006-05-17 [paul]       2.2.0cvs28
3460
3461         * po/Makefile.in.in
3462                 fix config.status warning with autoconf 2.60
3463
3464 2006-05-17 [paul]       2.2.0cvs27
3465
3466         * po/POTFILES.in
3467                 add src/mbox.c
3468
3469 2006-05-17 [wwp]        2.2.0cvs26
3470
3471         * src/mainwindow.c
3472                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3473
3474 2006-05-17 [wwp]        2.2.0cvs25
3475
3476         * src/plugins/demo/demo.c
3477                 updated product name in plugin demo (many plugins need to be
3478                 sync'ed w/ that change).
3479
3480 2006-05-17 [colin]      2.2.0cvs24
3481
3482         * src/mh.c
3483                 Fix leak
3484
3485 2006-05-16 [colin]      2.2.0cvs23
3486
3487         * src/mainwindow.c
3488                 Stupid me hit again. Fix cvs22.
3489
3490 2006-05-16 [colin]      2.2.0cvs22
3491
3492         * src/mainwindow.c
3493                 Fix bug #922 (sylpheed-claws crashed after 
3494                 pushing on Inbox folder)
3495
3496 2006-05-16 [colin]      2.2.0cvs21
3497
3498         * src/compose.c
3499                 Make From header be copy/paste/select-able
3500
3501 2006-05-16 [wwp]        2.2.0cvs20
3502
3503         * src/export.c
3504         * src/matcher.c
3505         * src/summaryview.c
3506         * src/etpan/imap-thread.c
3507                 fix some compiler warnings (thanks to Colin).
3508
3509 2006-05-16 [wwp]        2.2.0cvs19
3510
3511         * src/action.c
3512         * src/gedit-print.c
3513         * src/inc.c
3514         * src/mainwindow.c
3515         * src/mh.c
3516         * src/statusbar.c
3517         * src/send_message.c
3518         * src/summaryview.c
3519                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3520
3521 2006-05-15 [colin]      2.2.0cvs18
3522
3523         * src/procmsg.c
3524                 Fix automatic rule creation with List-Post
3525
3526 2006-05-15 [paul]       2.2.0cvs17
3527
3528         * tools/filter_conv_new.pl
3529                 updated for rule enabling/disabling
3530                 claws version >= 2.3.x required
3531
3532 2006-05-15 [cleroy]     2.2.0cvs16
3533
3534         * src/main.c
3535                 Revert test
3536
3537 2006-05-15 [cleroy]     2.2.0cvs15
3538
3539         * src/main.c
3540                 test
3541
3542 2006-05-15 [wwp]        2.2.0cvs14
3543
3544         * manual/pl/.cvsignore
3545                 ignore generated files.
3546
3547 2006-05-14 [wwp]        2.3.0-rc1
3548
3549         * 2.3.0-rc1 released
3550
3551 2006-05-13 [wwp]        2.2.0cvs13
3552
3553         * src/filtering.c
3554         * src/filtering.h
3555         * src/matcher.c
3556         * src/matcher_parser_lex.l
3557         * src/matcher_parser_parse.y
3558         * src/prefs_filtering.c
3559                 new feature: provide the ability to disable filtering and processing
3560                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3561                 adaptations.
3562
3563 2006-05-13 [colin]      2.2.0cvs12
3564
3565         * src/compose.c
3566                 Remove useless if (a) b; else b;
3567                 Thanks to wwp
3568
3569 2006-05-13 [wwp]        2.2.0cvs11
3570
3571         * src/export.c
3572         * src/import.c
3573         * src/mainwindow.c
3574         * src/mbox.c
3575         * src/summaryview.c
3576         * src/summaryview.h
3577                 no more silent failures (or at least less ones) when importing
3578                 or exporting from/to mbox. Also start importing/exporting if
3579                 the necessary info is set.
3580
3581 2006-05-13 [wwp]        2.2.0cvs10
3582
3583         * RELEASE_NOTES
3584                 restored up-to-date release notes.
3585
3586 2006-05-13 [paul]       2.2.0cvs9
3587
3588         * po/nl.po
3589         * po/ru.po
3590                 updated by Tim Dijkstra and Pavlo Bohmat
3591
3592 2006-05-12 [colin]      2.2.0cvs8
3593
3594         * src/gtk/quicksearch.c
3595                 Add "k" as shortcut for "colorlabel". Patch
3596                 by ath42@users.sf.net.
3597
3598 2006-05-12 [paul]       2.2.0cvs7
3599
3600         * src/prefs_common.h
3601         * src/prefs_summaries.c
3602         * src/summaryview.c
3603                 when entering a folder also allow
3604                 going directly to first Marked message
3605
3606 2006-05-12 [paul]       2.2.0cvs6
3607
3608         * src/summaryview.c
3609                 always obey 'confirm before marking all
3610                 mails read' option
3611
3612 2006-05-12 [paul]       2.2.0cvs5
3613
3614         * src/textview.c
3615                 make Sender fully clickable
3616
3617 2006-05-12 [colin]      2.2.0cvs4
3618
3619         * src/compose.c
3620         * src/compose.h
3621                 Let From be editable
3622         * src/main.c
3623         * src/mh.c
3624                 Full support of .mh_sequences' Unseen seq
3625
3626 2006-05-12 [colin]      2.2.0cvs3
3627
3628         * src/folder.c
3629         * src/mainwindow.c
3630         * src/mainwindow.h
3631         * src/messageview.c
3632         * src/prefs_spelling.c
3633         * src/procheader.c
3634         * src/procmsg.c
3635         * src/procmsg.h
3636         * src/summaryview.c
3637         * src/toolbar.c
3638         * src/toolbar.h
3639                 Add contextual menu on Compose toolbar
3640                 button. Fixes bug #944 (Automatic
3641                 addresses not applied when changing account
3642                 from compose window)
3643                 add Mailing List support
3644                 based on the old 0.6.5claws25 patch by
3645                 Melvin Hadasht, with finishing touches
3646                 by Colin
3647                 Fix "ignore thread" when mails are threaded by
3648                 subject (and weren't ignored although appearing
3649                 in the thread).
3650                 GUI rework.
3651                 Both patches by Pawel.
3652
3653 2006-05-08 [paul]       2.2.0cvs2
3654
3655         * src/mainwindow.c
3656         * src/mainwindow.h
3657         * src/messageview.c
3658         * src/procheader.c
3659         * src/procmsg.c
3660         * src/procmsg.h
3661         * src/summaryview.c
3662                 add Mailing List support
3663                 based on the old 0.6.5claws25 patch by 
3664                 Melvin Hadasht, with finishing touches
3665                 by Colin
3666
3667 2006-05-08 [colin]      2.2.0cvs1
3668
3669         * src/mainwindow.c
3670         * src/toolbar.c
3671         * src/toolbar.h
3672                 Add contextual menu on Compose toolbar 
3673                 button. Fixes bug #944 (Automatic 
3674                 addresses not applied when changing account 
3675                 from compose window)
3676
3677 2006-05-08 [paul]       2.2.0
3678
3679         2.2.0 released
3680
3681 2006-05-08 [paul]       2.1.1cvs51
3682
3683         * po/cs.po
3684         * po/de.po
3685         * po/en_GB.po
3686         * po/fi.po
3687         * po/fr.po
3688         * po/pt_BR.po
3689         * po/sr.po
3690         * po/zh_CN.po
3691                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3692                 Fabien Vantard, Frederico Goncalves Guimaraes,
3693                 Aleksandar Urosevic, and Ralgh Young
3694
3695 2006-05-12 [colin]      2.1.1cvs50
3696
3697         * po/cs.po
3698         * po/de.po
3699         * po/en_GB.po
3700         * po/es.po
3701         * po/fi.po
3702         * po/fr.po
3703         * po/pt_BR.po
3704         * po/sr.po
3705         * po/zh_CN.po
3706                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3707                 Fabien Vantard, Frederico Goncalves Guimaraes,
3708                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3709
3710 2006-05-05 [colin]      2.1.1cvs49
3711
3712         * manual/Makefile.am
3713         * manual/pl/Makefile.am
3714         * manual/pl/account.xml
3715         * manual/pl/ack.xml
3716         * manual/pl/addrbook.xml
3717         * manual/pl/advanced.xml
3718         * manual/pl/faq.xml
3719         * manual/pl/glossary.xml
3720         * manual/pl/gpl.xml
3721         * manual/pl/handling.xml
3722         * manual/pl/intro.xml
3723         * manual/pl/keyboard.xml
3724         * manual/pl/plugins.xml
3725         * manual/pl/starting.xml
3726         * manual/pl/sylpheed-claws-manual.xml
3727         * manual/pl/dist/.cvsignore
3728         * manual/pl/dist/Makefile.am
3729         * manual/pl/dist/html/.cvsignore
3730         * manual/pl/dist/html/Makefile.am
3731         * manual/pl/dist/pdf/.cvsignore
3732         * manual/pl/dist/pdf/Makefile.am
3733         * manual/pl/dist/ps/.cvsignore
3734         * manual/pl/dist/ps/Makefile.am
3735         * manual/pl/dist/txt/.cvsignore
3736         * manual/pl/dist/txt/Makefile.am
3737                 Add the polish translation of the manual,
3738                 Authored by Pawel Pekala.
3739
3740 2006-05-05 [cleroy]     2.1.1cvs48
3741
3742         * src/main.c
3743                 Re-read matcherrc after loading plugins 
3744                 if some of them add folders.
3745
3746 2006-05-03 [colin]      2.1.1cvs47
3747
3748         * src/imap.c
3749                 I'm idiot
3750
3751 2006-05-03 [colin]      2.1.1cvs46
3752
3753         * src/imap.c
3754                 Be sure to have a session when
3755                 getting separator
3756
3757 2006-05-03 [colin]      2.1.1cvs45
3758
3759         * src/imap.c
3760         * src/imap.h
3761         * src/imap_gtk.c
3762                 Fix preventing renaming with namespace 
3763                 separator.
3764
3765 2006-05-01 [colin]      2.1.1cvs44
3766
3767         * src/action.c
3768                 Don't reload messageview when result of
3769                 action is piped.
3770
3771 2006-04-29 [colin]      2.1.1cvs43
3772
3773         * src/prefs_receive.c
3774         * src/plugins/spamassassin/spamassassin_gtk.c
3775         * src/plugins/clamav/clamav_plugin_gtk.c
3776                 GUI fixes by Pawel
3777
3778 2006-04-29 [colin]      2.1.1cvs42
3779
3780         * src/prefs_compose_writing.c
3781         * src/prefs_quote.c
3782                 Cleanups. Patch by Pawel
3783
3784 2006-04-28 [paul]       2.1.1cvs41
3785
3786         * src/matcher.c
3787                 fix returned quick search results when search
3788                 term contains an underscore.
3789                 Thanks to Colin
3790
3791 2006-04-28 [paul]       2.1.1cvs40
3792
3793         * src/prefs_message.c
3794         * src/prefs_receive.c
3795                 GUI cleanups
3796                 Patches by Pawel Pekala
3797
3798 2006-04-27 [colin]      2.1.1cvs39
3799
3800         * src/wizard.c
3801                 Differentiate subject Welcome from
3802                 window's title Welcome
3803
3804 2006-04-27 [paul]
3805
3806         2.2.0-rc1 released
3807
3808 2006-04-27 [paul]       2.1.1cvs38
3809
3810         * manual/advanced.xml
3811         * manual/fr/advanced.xml
3812                 add info about compose_no_markup hidden pref
3813
3814 2006-04-27 [paul]       2.1.1cvs37
3815
3816         * src/prefs_account.c
3817                 improve privacy labels
3818         * src/prefs_msg_colors.c
3819                 change some strings for translators' convenience
3820         * src/gtk/gtkutils.c
3821                 don't underline the link button text
3822
3823 2006-04-25 [colin]      2.1.1cvs36
3824
3825         * src/folder.c
3826                 Complete 2.1.1cvs33 (once more ;)
3827
3828 2006-04-25 [colin]      2.1.1cvs35
3829
3830         * src/editldap.c
3831                 Fix tooltip
3832
3833 2006-04-25 [cleroy]     2.1.1cvs34
3834
3835         * src/compose.c
3836         * src/gtk/gtkaspell.c
3837                 Fix crash on redirect (related to the return 
3838                 of the aspell menu in compose's toolbar)
3839         * src/prefs_msg_colors.c
3840                 Fix sensitivity widgets
3841         * src/image_viewer.c
3842         * src/gtk/pluginwindow.c
3843         * src/gtk/prefswindow.c
3844                 Change released signals to clicked (Fabien)
3845         * po/POTFILES.in
3846         * src/common/socket.c
3847         * src/plugins/spamassassin/spamassassin.c
3848                 Translate strings (Fabien)
3849
3850 2006-04-25 [paul]       2.1.1cvs33
3851
3852         * src/folder.c
3853         * src/folder.h
3854         * src/folderview.c
3855                 complete the fix of bug #912
3856                 Thanks to Colin
3857
3858 2006-04-25 [colin]      2.1.1cvs32
3859
3860         * src/news.c
3861                 Better progress bar
3862         * src/mimeview.c
3863         * src/summaryview.c
3864         * src/summaryview.h
3865                 Fix focus chain
3866                 Patches by Pawel Pekala
3867
3868 2006-04-24 [colin]      2.1.1cvs31
3869
3870         * src/compose.c
3871                 Fix compilation warnings (Fabien)
3872
3873 2006-04-24 [colin]      2.1.1cvs30
3874
3875         * src/addrindex.c
3876         * src/editldap.c
3877         * src/editldap_basedn.c
3878         * src/editldap_basedn.h
3879         * src/ldapctrl.c
3880         * src/ldapctrl.h
3881         * src/ldapquery.c
3882         * src/ldaputil.c
3883         * src/ldaputil.h
3884                 Fix bug #901 (LDAPS support)
3885
3886 2006-04-24 [colin]      2.1.1cvs29
3887
3888         * src/compose.c
3889                 Fix logic on error with send dialog on
3890         * src/imap.c
3891                 Fix compilation without libetpan, thanks
3892                 to Fabien
3893         * src/summaryview.c
3894                 Fix 'context-menu' key
3895
3896 2006-04-23 [colin]      2.1.1cvs28
3897
3898         * src/folder.c
3899                 Never free current's cache to free up 
3900                 memory. Fixes bug #912 (new count 
3901                 randomly set to message count)
3902
3903 2006-04-23 [colin]      2.1.1cvs27
3904
3905         * src/gtk/quicksearch.c
3906                 And remove printf...
3907
3908 2006-04-23 [colin]      2.1.1cvs26
3909
3910         * src/gtk/quicksearch.c
3911                 Fix replacing in quicksearch, and fix inserting
3912                 in the middle of the string. (introduced at 2.1.0cvs22)
3913
3914 2006-04-23 [colin]      2.1.1cvs25
3915
3916         * src/imap.c
3917                 Make sure uidnext is initialized in get_num_list
3918                 (not for stable, related to 2.1.1cvs8 and friends)
3919
3920 2006-04-23 [colin]      2.1.1cvs24
3921
3922         * src/imap.c
3923                 Output something when login is successful
3924                 too
3925
3926 2006-04-23 [colin]      2.1.1cvs23
3927
3928         * src/etpan/imap-thread.c
3929                 Better logging (line-per-line, hide data in fetch)
3930                 Fix a const warning
3931         * src/gtk/logwindow.c
3932         * src/gtk/logwindow.h
3933                 Better logging (color for input/output)
3934
3935 2006-04-21 [colin]      2.1.1cvs22
3936
3937         * src/gtk/quicksearch.c
3938                 On gtk+-2.8, use stock buttons in quicksearch
3939                 Based on a patch by Fabien and a design by Paul
3940
3941 2006-04-21 [colin]      2.1.1cvs21
3942
3943         * src/folderview.c
3944         * src/mainwindow.c
3945                 Fix occasional flicker in folderview
3946         * src/common/utils.c
3947                 Fix bug #943 (Incorrectly parsed email address 
3948                 list in short headers on message view and in 
3949                 printouts)
3950
3951 2006-04-20 [colin]      2.1.1cvs20
3952
3953         * src/imap.c
3954         * src/imap.h
3955         * src/prefs_account.c
3956                 Add ANONYMOUS auth for IMAP
3957
3958 2006-04-20 [paul]       2.1.1cvs19
3959
3960         * src/main.c
3961                 proper fix for 2.1.1cvs18
3962                 Thanks to Colin
3963
3964 2006-04-20 [paul]       2.1.1cvs18
3965
3966         * src/main.c
3967                 fix build warnings
3968
3969 2006-04-20 [paul]       2.1.1cvs17
3970
3971         * src/gtk/quicksearch.c
3972                 fix standard, non-extended Quick search,
3973                 was broken in 2.1.1cvs15.
3974                 Thanks to Colin.
3975
3976 2006-04-20 [colin]      2.1.1cvs16
3977
3978         * src/prefs_matcher.c
3979                 Fix values when reselecting a ~test
3980                 rule
3981
3982 2006-04-19 [colin]      2.1.1cvs15
3983
3984         * src/compose.c
3985         * src/compose.h
3986         * src/gtk/gtkaspell.c
3987         * src/gtk/gtkaspell.h
3988                 Put back Options menu in Spelling/
3989         * src/gtk/quicksearch.c
3990                 Don't search, and show error, if the
3991                 advanced search has a syntax error
3992
3993 2006-04-18 [colin]      2.1.1cvs14
3994
3995         * src/textview.c
3996                 Fix gdk warnings on set_cursor when textview
3997                 isn't visible
3998
3999 2006-04-18 [colin]      2.1.1cvs13
4000
4001         * src/gtk/gtksctree.c
4002                 Remove seemingly useless refresh that causes
4003                 flicker - watch this commit in case of 
4004                 problems before planned backport to stable
4005
4006 2006-04-18 [colin]      2.1.1cvs12
4007
4008         * src/imap.c
4009                 Factorize get/set_xml code
4010         * src/compose.c
4011         * src/prefs_account.c
4012         * src/prefs_account.h
4013         * src/procmsg.c
4014                 Add Encrypt to self option
4015
4016 2006-04-17 [colin]      2.1.1cvs11
4017
4018         * configure.ac
4019                 Fix search on encrpyt function on dragonfly
4020                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4021
4022 2006-04-17 [colin]      2.1.1cvs10
4023
4024         * src/prefs_account.c
4025                 Be safe by default: remove mails from POP3
4026                 after 7 days, not immediately
4027
4028 2006-04-17 [colin]      2.1.1cvs9
4029
4030         * src/etpan/imap-thread.c
4031                 Fix build on DragonFly - patch by 
4032                 Jonathan Buschmann <jonthn@agmact.com>
4033
4034 2006-04-17 [colin]      2.1.1cvs8
4035
4036         * src/imap.c
4037                 Save uidnext between sessions
4038
4039 2006-04-17 [colin]      2.1.1cvs7
4040
4041         * src/imap.c
4042                 scan is required when uid validity changes
4043
4044 2006-04-17 [colin]      2.1.1cvs6
4045
4046         * src/folderview.c
4047                 Don't scan if not necessary, apart in current
4048                 folder and INBOX to fetch flags.
4049         * src/imap.c
4050                 Scan is necessary if unread count changes
4051
4052 2006-04-17 [colin]      2.1.1cvs5
4053
4054         * src/imap.c
4055                 ...But always fetch ANSWERED and DELETED flags for
4056                 INBOX, as filtering can happen on these flags.
4057
4058 2006-04-17 [colin]      2.1.1cvs4
4059
4060         * src/imap.c
4061                 Don't fetch REPLIED and DELETED flags when synchronising
4062                 flags with a closed folder. We only need UNSEEN and FLAGGED
4063                 to update the folderview.
4064
4065 2006-04-17 [colin]      2.1.1cvs3
4066
4067         * src/imap.c
4068                 Faster flag search when there are new mails 
4069                 in a folder. We can do a full search if the 
4070                 folder contains less messages than the new
4071                 list.
4072
4073 2006-04-17 [colin]      2.1.1cvs2
4074
4075         * po/cs.po
4076         * po/de.po
4077         * po/fr.po
4078         * po/nl.po
4079         * po/pt_BR.po
4080                 Update translations from stable branch
4081
4082 2006-04-17 [colin]      2.1.1cvs1
4083
4084         * configure.ac
4085                 Bump version to follow stable release
4086
4087 2006-04-16 [mones]      2.1.0cvs50
4088
4089         * po/es.po
4090                 Updated for release
4091
4092 2006-04-16 [colin]      2.1.0cvs49
4093
4094         * src/textview.c
4095                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4096                 with gtk < 2.8. Thanks to Fabien Vantard.
4097
4098 2006-04-15 [colin]      2.1.0cvs48
4099
4100         * src/etpan/imap-thread.c
4101                 Fix bug #919 (libetpan: SEGV when connecting 
4102                 using command)
4103
4104 2006-04-14 [colin]      2.1.0cvs47
4105
4106         * src/main.c
4107                 Fix race on --select (should be done better)
4108
4109 2006-04-14 [wwp]        2.1.0cvs46
4110
4111         * src/send_message.c
4112                 enforce a check for domain in account prefs (a sending
4113                 error could be faced if domain was checked but no value set),
4114                 thanks to Colin.
4115
4116 2006-04-14 [colin]      2.1.0cvs45
4117
4118         * src/codeconv.c
4119                 when converting from unknown to unknown, if the
4120                 string is UTF8, don't convert it to the locale
4121                 (which breaks it)
4122
4123 2006-04-14 [colin]      2.1.0cvs44
4124
4125         * src/compose.c
4126                 Don't try to use ASCII for converting headers
4127                 (as done in body)
4128
4129 2006-04-14 [paul]       2.1.0cvs43
4130
4131         * src/crash.c
4132                 add locale/charset info to crash report
4133         * src/gtk/about.c
4134                 add wwp to doc team
4135                 replace 'e-mail' with preferred 'email'
4136         * src/gtk/authors.h
4137                 ensure contributors list is in alphabetical
4138                 order
4139
4140 2006-04-13 [colin]      2.1.0cvs42
4141
4142         * src/textview.c
4143                 Prevent gdk warnings
4144
4145 2006-04-13 [colin]      2.1.0cvs41
4146
4147         * src/common/ssl_certificate.c
4148         * src/common/ssl_certificate.h
4149         * src/gtk/sslcertwindow.c
4150                 Warn on expired certs, and display the expiration date
4151
4152 2006-04-13 [colin]      2.1.0cvs40
4153
4154         * src/plugins/spamassassin/spamassassin_gtk.c
4155                 Fix missing set_text on unix socket
4156
4157 2006-04-13 [wwp]        2.1.0cvs39
4158
4159         * manual/fr/advanced.xml
4160         * manual/fr/glossary.xml
4161                 applied new spam/ham/email lexicon (pourriel, courriel)
4162
4163 2006-04-13 [paul]       2.1.0cvs38
4164
4165         * src/plugins/pgpmime/plugin.c
4166                 remove the mention of S/MIME from the
4167                 description. This is now handled by the
4168                 S/MIME plugin.
4169
4170 2006-04-13 [paul]       2.1.0cvs37
4171
4172         * src/prefs_msg_colors.c
4173                 rework dialog
4174         * src/prefs_folder_item.c
4175         * src/prefs_spelling.c
4176                 add a tooltip to the colour selector buttons
4177
4178 2006-04-13 [wwp]        2.1.0cvs36
4179
4180         * manual/advanced.xml
4181         * manual/glossary.xml
4182         * manual/handling.xml
4183         * manual/keyboard.xml
4184         * manual/plugins.xml
4185         * manual/starting.xml
4186         * manual/fr/account.xml
4187         * manual/fr/ack.xml
4188         * manual/fr/addrbook.xml
4189         * manual/fr/advanced.xml
4190         * manual/fr/faq.xml
4191         * manual/fr/glossary.xml
4192         * manual/fr/gpl.xml
4193         * manual/fr/handling.xml
4194         * manual/fr/intro.xml
4195         * manual/fr/keyboard.xml
4196         * manual/fr/plugins.xml
4197         * manual/fr/starting.xml
4198         * manual/fr/sylpheed-claws-manual.xml
4199                 fixes to the manuals:
4200                  - summaryview -> Message List (same in French)
4201                  - translate key names
4202                  - fix French punctuation, use non-breakable spaces when
4203                    necessary, don't use &thinsp; which is not portable
4204                  - tell what maildir and mbox formats we support
4205
4206 2006-04-12 [wwp]        2.1.0cvs35
4207
4208         * src/prefs_toolbar.c
4209                 unified a replace button more,
4210                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4211
4212 2006-04-12 [wwp]        2.1.0cvs34
4213
4214         * src/prefs_common.c
4215         * src/prefs_msg_colors.c
4216                 make default color labels translatable,
4217                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4218                 thanks to Tim <timbrain@post.cz> for reporting.
4219
4220 2006-04-12 [wwp]        2.1.0cvs33
4221
4222         * manual/glossary.xml
4223         * manual/intro.xml
4224         * manual/plugins.xml
4225         * manual/starting.xml
4226         * manual/sylpheed-claws-manual.xml
4227         * manual/fr/.cvsignore
4228         * manual/fr/account.xml
4229         * manual/fr/ack.xml
4230         * manual/fr/addrbook.xml
4231         * manual/fr/advanced.xml
4232         * manual/fr/faq.xml
4233         * manual/fr/glossary.xml
4234         * manual/fr/handling.xml
4235         * manual/fr/intro.xml
4236         * manual/fr/keyboard.xml
4237         * manual/fr/plugins.xml
4238         * manual/fr/starting.xml
4239         * manual/fr/sylpheed-claws-manual.xml
4240                 various fixes: typos, missing .fr translations, punctuation,
4241                 capitalization, links, accents and some bad French more.
4242
4243 2006-04-12 [wwp]        2.1.0cvs32
4244
4245         * src/prefs_gtk.c
4246                 fix for bug #935: always store prefs files in UTF-8 (thanks
4247                 to Colin).
4248
4249 2006-04-11 [colin]      2.1.0cvs31
4250
4251         * src/compose.c
4252                 Fix inserting files not in utf8 when locale is utf8
4253
4254 2006-04-11 [colin]      2.1.0cvs30
4255
4256         * src/inc.c
4257                 Don't show error dialog when cancelling connection
4258                 Patch by Pawel
4259
4260 2006-04-11 [cleroy]     2.1.0cvs29
4261
4262         * src/compose.c
4263                 Implement multiple quote levels
4264         * src/prefs_common.c
4265                 Change a little bit the quote bgcolor for 2nd level
4266
4267 2006-04-11 [colin]      2.1.0cvs28
4268
4269         * src/gtk/about.c
4270                 Add locale and charset in the label
4271
4272 2006-04-10 [colin]      2.1.0cvs27
4273
4274         * src/compose.c
4275         * src/prefs_common.c
4276         * src/prefs_common.h
4277         * src/prefs_msg_colors.c
4278         * src/textview.c
4279                 Allow optional background color in quotes
4280                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4281                 GTK+-2.8.x feature
4282
4283 2006-04-10 [colin]      2.1.0cvs26
4284
4285         * src/main.c
4286         * src/mainwindow.c
4287         * src/mainwindow.h
4288                 Implement --select
4289
4290 2006-04-10 [colin]      2.1.0cvs25
4291
4292         * manual/plugins.xml
4293         * manual/fr/plugins.xml
4294                 Document libcurl's proxy variables
4295
4296 2006-04-09 [colin]      2.1.0cvs24
4297
4298         * src/prefs_common.c
4299                 gettext() returns statically allocated stuff. We have
4300                 to strdup it in order to be able to free it.
4301
4302 2006-04-09 [colin]      2.1.0cvs23
4303
4304         * AUTHORS
4305         * src/gtk/authors.h
4306                 Add Alexei
4307
4308 2006-04-09 [colin]      2.1.0cvs22
4309
4310         * src/mainwindow.c
4311         * src/gtk/quicksearch.c
4312                 Fix bug #859 (problems with cyrilic input in 
4313                 search panel) - Patch by Alexey Illarionov 
4314                 <littlesavage@rambler.ru>
4315
4316 2006-04-09 [colin]      2.1.0cvs21
4317
4318         * src/prefs_customheader.c
4319                 I prefer removing then freeing rather than the contrary
4320                 (even if it doesn't change anything ;-)
4321         * src/prefs_account.c
4322                 Fix bug #933 (Crash re-entering the custom headers list 
4323                 dialog in accounts prefs)
4324                 The problem happened when cancelling the Account 
4325                 Preferences' dialogs - in which case we didn't do 
4326                 anything to the PrefsAccount * struct. In case of applying,
4327                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4328                 working with in this dialog. The problem is that 
4329                 prefs_customheader.c, working on this tmp_ac_prefs, always
4330                 changes the ->customhdr_list pointer, even when cancelled. 
4331                 So in case of cancelling the prefs_account dialog, we still
4332                 have to update ->customhdr_list in the real account.
4333
4334 2006-04-08 [colin]      2.1.0cvs20
4335
4336         * manual/fr/glossary.xml
4337         * manual/fr/keyboard.xml
4338                 Forgot some headers :)
4339
4340 2006-04-08 [colin]      2.1.0cvs19
4341
4342         * manual/Makefile.am
4343         * manual/fr/Makefile.am
4344         * manual/fr/account.xml
4345         * manual/fr/ack.xml
4346         * manual/fr/addrbook.xml
4347         * manual/fr/advanced.xml
4348         * manual/fr/faq.xml
4349         * manual/fr/glossary.xml
4350         * manual/fr/gpl.xml
4351         * manual/fr/handling.xml
4352         * manual/fr/intro.xml
4353         * manual/fr/keyboard.xml
4354         * manual/fr/plugins.xml
4355         * manual/fr/starting.xml
4356         * manual/fr/sylpheed-claws-manual.xml
4357         * manual/fr/dist/.cvsignore
4358         * manual/fr/dist/Makefile.am
4359         * manual/fr/dist/html/.cvsignore
4360         * manual/fr/dist/html/Makefile.am
4361         * manual/fr/dist/pdf/.cvsignore
4362         * manual/fr/dist/pdf/Makefile.am
4363         * manual/fr/dist/ps/.cvsignore
4364         * manual/fr/dist/ps/Makefile.am
4365         * manual/fr/dist/txt/.cvsignore
4366         * manual/fr/dist/txt/Makefile.am
4367                 Add the french translation of the manual. Thanks to
4368                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4369                 account.xml, ack.xml, addrbook.xml and advanced.xml
4370
4371 2006-04-08 [colin]      2.1.0cvs18
4372
4373         * manual/plugins.xml
4374         * manual/starting.xml
4375                 More fixes
4376
4377 2006-04-07 [colin]      2.1.0cvs17
4378
4379         * manual/faq.xml
4380         * manual/intro.xml
4381         * manual/keyboard.xml
4382                 Little fixes
4383
4384 2006-04-07 [colin]      2.1.0cvs16
4385
4386         * README
4387         * src/compose.c
4388         * src/prefs_common.c
4389         * src/prefs_common.h
4390                 Add hidden compose_no_markup pref
4391
4392 2006-04-07 [wwp]        2.1.0cvs15
4393
4394         * src/summary_search.c
4395         * .cvsignore
4396                 Bugfix: stop button was sticky when searching in an empty folder.
4397                 Applied curly brackets code style to the whole file (summary_search.c).
4398                 More files to ignore.
4399
4400 2006-04-07 [wwp]        2.1.0cvs14
4401
4402         * src/message_search.c
4403         * src/summary_search.c
4404                 changed default button when search bumps at file/folder
4405                 beginning or end, for convenience (thanks to Colin).
4406
4407 2006-04-07 [paul]       2.1.0cvs13
4408
4409         * src/plugins/dillo_viewer/dillo_prefs.c
4410                 avoid future potential for namespace collision
4411                 Patch by Colin
4412
4413 2006-04-06 [wwp]        2.1.0cvs12
4414
4415         * src/summary_search.c
4416                 Unify extended/advanced searches names (and thus factorize labels),
4417                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4418
4419 2006-04-06 [wwp]        2.1.0cvs11
4420
4421         * src/folderview.c
4422         * src/prefs_themes.c
4423         * src/summaryview.c
4424                 Fixed some compilation warnings.
4425
4426 2006-04-06 [colin]      2.1.0cvs10
4427
4428         * manual/advanced.xml
4429                 Document the wizard template and how to deploy
4430                 Sylpheed-Claws effectively
4431
4432 2006-04-06 [colin]      2.1.0cvs9
4433
4434         * src/folderview.c
4435                 gettext patch to tell translators about _("#"),
4436                 by Maxim Britov
4437
4438 2006-04-06 [colin]      2.1.0cvs8
4439
4440         * src/textview.c
4441                 Fix invalid GtkTextBIter after clicking "Display as text"
4442
4443 2006-04-06 [mones]      2.1.0cvs7
4444
4445         * src/addr_compl.c
4446         * src/addrindex.c
4447         * src/addritem.c
4448         * src/codeconv.c
4449         * src/compose.c
4450         * src/filtering.c
4451         * src/folder.c
4452         * src/folder_item_prefs.c
4453         * src/folderview.c
4454         * src/localfolder.c
4455         * src/matcher.c
4456         * src/mimeview.c
4457         * src/prefs_msg_colors.c
4458         * src/prefs_spelling.c
4459         * src/prefs_themes.c
4460         * src/procmime.c
4461         * src/procmsg.c
4462         * src/stock_pixmap.c
4463         * src/summaryview.c
4464         * src/textview.c
4465         * src/toolbar.c
4466         * src/common/mgutils.c
4467         * src/common/prefs.c
4468         * src/common/ssl_certificate.c
4469         * src/gtk/colorlabel.c
4470         * src/gtk/quicksearch.c
4471         * src/plugins/pgpmime/pgpmime.c
4472         * src/plugins/spamassassin/spamassassin.c
4473                 Removed redundant NULL checks for g_free() calls.
4474                 Patch by Pawel Pekala.
4475
4476 2006-04-06 [mones]      2.1.0cvs6
4477
4478         * src/prefs_actions.c
4479         * src/prefs_filtering.c
4480         * src/prefs_filtering_action.c
4481         * src/prefs_matcher.c
4482         * src/prefs_template.c
4483         * src/gtk/gtkutils.c
4484         * src/gtk/gtkutils.h
4485                 Have a nice replace button. Patch by Pawel Pekala
4486
4487 2006-04-06 [colin]      2.1.0cvs5
4488
4489         * src/addressbook.c
4490                 Fix crash with empty columns
4491
4492 2006-04-05 [colin]      2.1.0cvs4
4493
4494         * src/wizard.c
4495         * src/prefs_gtk.c
4496                 Allow wizard customization with pre-filled values
4497
4498 2006-04-05 [colin]      2.1.0cvs3
4499
4500         * src/textview.c
4501         * src/mimeview.c
4502         * src/mimeview.h
4503                 Nicer messages in mimeview
4504
4505 2006-04-05 [colin]      2.1.0cvs2
4506
4507         * src/addressbook.c
4508         * src/prefs_summaries.c
4509                 i18n fix
4510
4511 2006-04-05 [colin]      2.1.0cvs1
4512
4513         * src/plugins/pgpcore/plugin.c
4514         * src/plugins/pgpcore/select-keys.c
4515         * src/plugins/pgpcore/select-keys.h
4516         * src/plugins/pgpcore/sgpgme.c
4517         * src/plugins/pgpcore/sgpgme.h
4518         * src/plugins/pgpinline/pgpinline.c
4519         * src/plugins/pgpinline/plugin.c
4520         * src/plugins/pgpmime/pgpmime.c
4521         * src/plugins/pgpmime/plugin.c
4522                 Factorize and generalize a bit 
4523                 Drop S/MIME signature verification from PGP/MIME
4524                 (adding it as another, more complete plugin)
4525
4526 2006-04-05 [paul]       2.1.0
4527
4528         2.1.0 released
4529
4530 2006-04-05 [paul]       2.0.0cvs186
4531
4532         * manual/advanced.xml
4533                 add info on colour labels
4534
4535 2006-04-05 [paul]       2.0.0cvs185
4536
4537         * po/bg.po
4538         * po/cs.po
4539         * po/de.po
4540         * po/el.po
4541         * po/en_GB.po
4542         * po/fi.po
4543         * po/fr.po
4544         * po/it.po
4545         * po/nl.po
4546         * po/pl.po
4547         * po/pt_BR.po
4548         * po/sr.po
4549         * po/zh_CN.po
4550                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4551                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4552                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4553                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4554         * src/gtk/authors.h
4555         * tools/claws.i18n.status.pl
4556                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4557                 and new Czech translator, Tim <timbrain@post.cz>
4558
4559 2006-04-05 [mones]      2.0.0cvs184
4560
4561         * po/es.po
4562                 Updated translation
4563
4564 2006-04-05 [colin]      2.0.0cvs183
4565
4566         * src/gtk/quicksearch.c
4567                 Fix bug #929 (unnecessary reload in quick search bar)
4568
4569 2006-04-05 [colin]      2.0.0cvs182
4570
4571         * src/compose.c
4572                 Fix crash on Reply with no From:
4573                 Show signature and conversion error on queuing 
4574                 (but not sending)
4575         * src/mainwindow.c
4576         * src/summaryview.c
4577         * src/summaryview.h
4578                 Factorize threading code and make sure msginfo 
4579                 is not null when it comes from a GtkCTreeRow's 
4580                 data
4581         * src/gtk/gtkaspell.c
4582                 Check for necessary things
4583         * src/gtk/gtksctree.c
4584         * src/gtk/gtksctree.h
4585                 Reset anchor if necessary when removing node
4586
4587 2006-03-29 [colin]      2.0.0cvs181
4588
4589         * src/folderview.c
4590                 Warn for disabled IMAP accounts (due to lack of
4591                 libetpan). Breaks string-freeze - sorry - but it
4592                 is kind of important ;)
4593
4594 2006-03-28 [colin]      2.0.0cvs180
4595
4596         * src/gtk/gtkutils.c
4597         * src/gtk/gtkutils.h
4598                 Add a gtkut_get_link_btn() function that
4599                 creates a button which acts like an URI
4600         * src/prefs_themes.c
4601         * src/gtk/about.c
4602                 Use this function (factorizes codes)
4603         * src/common/defs.h
4604         * src/gtk/pluginwindow.c
4605                 Add a "Get more..." in the plugins window
4606
4607 2006-03-28 [colin]      2.0.0cvs179
4608
4609         * src/common/smtp.c
4610         * src/common/passcrypt.c
4611         * src/undo.c
4612                 Warning fixes. Patch by Pawel Pekala
4613
4614 2006-03-27 [colin]      2.0.0cvs178
4615
4616         * src/undo.c
4617                 Fix undoing by blocks with spaces
4618
4619 2006-03-27 [colin]      2.0.0cvs177
4620
4621         * src/textview.c
4622                 Set margin to 3px for headers
4623
4624 2006-03-27 [paul]
4625
4626         2.1.0-rc2 released
4627
4628 2006-03-27 [wwp]        2.0.0cvs176
4629
4630         * src/summaryview.c
4631                 don't reset quicksearch when updating the message list.
4632                 Thanks to Colin.
4633
4634 2006-03-26 [wwp]        2.0.0cvs175
4635
4636         * src/compose.c
4637                 use a unified border width ('other' tab in the compose window,
4638                 patch by Pawel Pekala).
4639
4640
4641 2006-03-26 [wwp]        2.0.0cvs174
4642
4643         * src/common/quoted-printable.c
4644         * src/addressbook.c
4645                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4646
4647 2006-03-26 [colin]      2.0.0cvs173
4648
4649         * src/quote_fmt_parse.y
4650                 Fix non-UTF8 date formats messing up the whole quote a 
4651                 little bit
4652
4653 2006-03-26 [colin]      2.0.0cvs172
4654
4655         * src/procheader.c
4656                 Make sure the date is UTF8 valid, or try to make it
4657                 so. IncrediMail is really IncrediStupid.
4658         * src/compose.c
4659                 Fix possible conversions. 
4660                 
4661
4662 2006-03-26 [colin]      2.0.0cvs171
4663
4664         * src/matcher.c
4665                 Fix corner cases in body search. This is still a
4666                 hack... It seems impossible to make it good and 
4667                 reasonably fast at the same time.
4668
4669 2006-03-26 [colin]      2.0.0cvs170
4670
4671         * src/summaryview.c
4672                 I think I killed the twilight zone bug!
4673                 summary_select_node() flushes GTK events in order
4674                 to be able to center the view. But this also 
4675                 flushes keypresses like Ctrl-Alt-U, so this can
4676                 call summary_show from summary_select_node (itself
4677                 called from summary_show, etc.). And the summaryview
4678                 has to be unlocked in this function. So just locking
4679                 while processing GTK events, and bailing if locked, 
4680                 should fix it.
4681                 Fixes bug #927 (SIGSEGV during Update Summary)
4682
4683 2006-03-25 [colin]      2.0.0cvs169
4684
4685         * src/matcher.c
4686                 Fix search in QP-encoded bodies
4687                 Fix utf-8 searches in bodies encoded in the
4688                 locale's encoding
4689         * src/common/quoted-printable.c
4690         * src/common/quoted-printable.h
4691                 Add a decode function that doesn't overwrite
4692                 the original pointer
4693                 
4694
4695 2006-03-24 [colin]      2.0.0cvs168
4696
4697         * src/action.c
4698         * src/summaryview.c
4699         * src/summaryview.h
4700                 Update message cache after action
4701                 Patch by H. Merijn Brand
4702         * src/prefs_msg_colors.c
4703                 Factorize label 
4704                 Patch by Fabien Vantard
4705         * src/plugins/spamassassin/spamassassin_gtk.c
4706                 Remove useless translation
4707                 Patch by Fabien Vantard
4708
4709 2006-03-23 [colin]      2.0.0cvs167
4710
4711         * src/common/ssl.c
4712                 Let 30 seconds to SSL_connect
4713
4714 2006-03-23 [wwp]        2.0.0cvs166
4715
4716         * src/summaryview.c
4717         * src/gtk/description_window.c
4718                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4719                 and headers are translated; adjust description windows' width to fit their
4720                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4721
4722 2006-03-23 [paul]       2.0.0cvs165
4723
4724         * src/common/utils.c
4725                 fix highlighting of URIs containing "()"
4726                 (2.0.0cvs164's reversal fixed)
4727                 Thanks to Colin.
4728
4729 2006-03-23 [paul]       2.0.0cvs164
4730
4731         * src/common/utils.c
4732                 revert patch, (postponing a fix), at 2.0.0cvs120
4733                 as it breaks more URIs than it fixes.
4734                 Allow '-' to be a terminating character in a URI
4735
4736 2006-03-22 [colin]      2.0.0cvs163
4737
4738         * configure.ac
4739                 Require libetpan 0.45
4740                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4741
4742 2006-03-22 [paul]       2.0.0cvs162
4743
4744         * src/editgroup.c
4745                 replace '<-' and '->' buttons with GTK_STOCK graphical
4746                 buttons
4747         * src/summary_search.c
4748                 don't offer '...' for translation
4749                 add a tooltip to advanced search '...' button
4750         * src/gtk/quicksearch.c
4751                 don't offer '...' for translation
4752
4753 2006-03-21 [colin]      2.0.0cvs161
4754
4755         * src/compose.c
4756                 Fix middle-click pasting (insert at click
4757                 position instead of cursor position, don't
4758                 remove existing selection and allow pasting
4759                 our own selection)
4760         * src/addressbook.c
4761                 "LDAP Server" -> "LDAP servers"
4762
4763 2006-03-21 [wwp]        2.0.0cvs160
4764
4765         * src/etpan/imap-thread.c
4766                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4767
4768 2006-03-20 [colin]      2.0.0cvs159
4769
4770         * src/summaryview.c
4771                 Don't reload summaryview after an execute with no
4772                 move action
4773
4774 2006-03-19 [colin]      2.0.0cvs158
4775
4776         * src/addressbook.c
4777                 and put groups at the top, always
4778
4779 2006-03-19 [colin]      2.0.0cvs157
4780
4781         * src/addressbook.c
4782                 Order groups before names, as previously
4783
4784 2006-03-19 [colin]      2.0.0cvs156
4785
4786         * src/addressbook.c
4787                 - Sort case-unsensitive
4788                 - Put the sort arrow at opening too
4789
4790 2006-03-19 [wwp]        2.0.0cvs155
4791
4792         * src/addressbook.c
4793                 allow sorting by name/email/remarks, ensure that right-pane's contents
4794                 matches the left-pane selection (cleared when appropriate).
4795                 Patch by Pawel Pekala <c0rn@o2.pl>.
4796
4797 2006-03-18 [colin]      2.0.0cvs154
4798
4799         * src/textview.c
4800                 Fix text cursor ;)
4801
4802 2006-03-18 [colin]      2.0.0cvs153
4803
4804         * src/gtk/filesel.c
4805                 Make sure we hide the preview if we didn't get
4806                 a filename
4807
4808 2006-03-18 [colin]      2.0.0cvs152
4809
4810         * src/summaryview.c
4811                 Set cursor to watch for execution (fixes lack
4812                 of watch-cursor when dnd'ing hundreds of mails)
4813         * src/gtk/filesel.c
4814                 Check that mime type is 'image/*' before updating
4815                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4816
4817 2006-03-18 [colin]      2.0.0cvs151
4818
4819         * src/mainwindow.c
4820         * src/textview.c
4821         * src/textview.h
4822                 Put a watch cursor in textview too when the mainwindow's
4823                 cursor in a watch
4824
4825 2006-03-18 [colin]      2.0.0cvs150
4826
4827         * src/folder.c
4828                 Change wrong asserts to simple tests
4829
4830 2006-03-17 [colin]      2.0.0cvs149
4831
4832         * src/mainwindow.c
4833         * src/mainwindow.h
4834         * src/prefs_msg_colors.c
4835         * src/summaryview.c
4836         * src/summaryview.h
4837         * src/gtk/colorlabel.c
4838         * src/gtk/colorlabel.h
4839                 Add a color label menu in the main menubar
4840                 Add (fixed) accels Ctrl-{0-7} to change the color
4841                 They have to be fixed because the menu's dynamic,
4842                 the items are complex widgets, hence we can't use
4843                 a GtkItemFactory.
4844
4845
4846 2006-03-17 [wwp]        2.0.0cvs148
4847
4848         * src/compose.c
4849                 rollback few lines from my previous commit (those lines come from
4850                 a pending patch, accidentally commited, even if neutral as they are
4851                 commented out).
4852
4853 2006-03-17 [wwp]        2.0.0cvs147
4854
4855         * src/compose.c
4856                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4857                 applied code style/indentation to the modified function.
4858
4859 2006-03-17 [wwp]        2.0.0cvs146
4860
4861         * src/procmsg.c
4862         * src/compose.c
4863                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4864
4865 2006-03-17 [paul]
4866
4867         2.1.0-rc1 released
4868
4869 2006-03-17 [paul]       2.0.0cvs145
4870
4871         * src/main.c
4872                 addressbook_read_file() was called twice
4873         * src/textview.c
4874                 X-Mailer highlighting
4875
4876 2006-03-16 [colin]      2.0.0cvs144
4877
4878         * src/sourcewindow.c
4879         * src/sourcewindow.h
4880                 And the last one, in source window.
4881
4882 2006-03-16 [colin]      2.0.0cvs143
4883
4884         * src/compose.c
4885         * src/compose.h
4886                 Fix the same stuff in compose
4887
4888 2006-03-16 [colin]      2.0.0cvs142
4889
4890         * src/messageview.c
4891                 Complete the previous messageview crash fix
4892
4893 2006-03-16 [colin]      2.0.0cvs141
4894
4895         * src/procmsg.h
4896         * src/procmsg.c
4897         * src/folder.c
4898                 Fix POSTPROCESSING hook
4899                 Patch by H. Merijn Brand
4900
4901         * src/procmime.c
4902         * src/procmime.h
4903                 Parse Content-Location
4904
4905         * src/toolbar.c
4906         * src/messageview.c
4907         * src/messageview.h
4908                 Don't crash when a top-level MessageView has
4909                 been closed on us. Same problematic than
4910                 yesterday's quicksearch issue.
4911
4912 2006-03-15 [colin]      2.0.0cvs140
4913
4914         * src/gtk/quicksearch.c
4915                 Fix a bitchy race we didn't think about when we
4916                 added quicksearch cancellation:
4917                 If the search is not on cached fields, for example
4918                 body_part matchcase "stuff"
4919                 the matcher code has to get the whole message. If
4920                 we're on IMAP, that can be slow, and in order to
4921                 be non-blocking, the IMAP code idle loop processes
4922                 gtk events too. So it is possible to cancel a
4923                 quicksearch while the matcher is getting the mail's
4924                 body. After matcher got its body, it will start to
4925                 iterate over the matcher list that the Quicksearch's
4926                 clear_search_cb() just freed via prepare_matcher().
4927                 SIGSEGV ensues.
4928                 The fix consists of guarding the matcherlist_match()
4929                 call with a boolean 'matching'. If we reset the
4930                 quicksearch while matching is TRUE, we don't free
4931                 the matcherlist anymore like we did, but we set
4932                 another new flag, deferred_free, to TRUE. Then,
4933                 in quicksearch_match(), just after returning from
4934                 matcherlist_match() and unsetting the matching flag,
4935                 we check the deferred_free flag and do the
4936                 prepare_matcher() (which does the matcherlist_free)
4937                 for real, so we free the matcherlist once it's not
4938                 used anymore.
4939                 As all of this runs via the glib main loop, we
4940                 luckily don't need a mutex.
4941         * src/summaryview.c
4942                 Also, show progress while searching.
4943
4944
4945 2006-03-14 [colin]      2.0.0cvs139
4946
4947         * src/alertpanel.c
4948                 Make alertpanel_is_open non-static
4949
4950 2006-03-14 [colin]      2.0.0cvs138
4951
4952         * src/prefs_spelling.c
4953                 Cleanups - Fabien Vantard
4954
4955 2006-03-14 [wwp]        2.0.0cvs137
4956
4957         * src/main.c
4958                 code style normalization (curly braces, indentation).
4959
4960 2006-03-14 [wwp]        2.0.0cvs137
4961
4962         * src/main.c
4963                 code style (braces, indentation)
4964
4965 2006-03-12 [paul]       2.0.0cvs136
4966
4967         * src/prefs_common.c
4968                 trans_hdr defaults to FALSE to be RFC-savvy
4969         * src/prefs_summaries.c
4970                 add a tooltip to the trans_hdr option
4971                 
4972
4973 2006-03-12 [paul]       2.0.0cvs135
4974
4975         * src/prefs_matcher.c
4976                 give a little more width to the combos
4977         * src/prefs_display_header.c
4978         * src/textview.c
4979                 translate headers if prefs_common.trans_hdr
4980                 is TRUE
4981
4982         Patches by Pawel Pekala
4983
4984 2006-03-12 [paul]       2.0.0cvs134
4985
4986         * src/plugins/clamav/clamav_plugin.c
4987         * src/plugins/dillo_viewer/dillo_viewer.c
4988         * src/plugins/pgpcore/plugin.c
4989         * src/plugins/pgpinline/plugin.c
4990         * src/plugins/pgpmime/plugin.c
4991         * src/plugins/spamassassin/spamassassin.c
4992                 update/add to descriptions
4993         * src/plugins/spamassassin/spamassassin_gtk.c
4994                 fixes to the english, remove superfluous
4995                 tooltips, clean up a little
4996
4997 2006-03-12 [paul]       2.0.0cvs133
4998
4999         * src/compose.c
5000                 fix Bug 924, 'Account combo box shows up wrong 
5001                 if & is in account name'
5002
5003 2006-03-11 [colin]      2.0.0cvs132
5004
5005         * src/summaryview.c
5006                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5007                 messed up shift-selection because is slows down
5008                 moving around summaryview. thanks -users
5009
5010 2006-03-10 [colin]      2.0.0cvs131
5011
5012         * src/plugins/spamassassin/spamassassin_gtk.c
5013                 Put back Paul's engrish fixes
5014
5015 2006-03-10 [colin]      2.0.0cvs130
5016
5017         * src/plugins/spamassassin/spamassassin.c
5018         * src/plugins/spamassassin/spamassassin.h
5019         * src/plugins/spamassassin/spamassassin_gtk.c
5020                 Cleanup SA prefs page (more)
5021                 Patch by Fabien Vantard
5022
5023 2006-03-10 [paul]       2.0.0cvs129
5024
5025         * src/prefs_msg_colors.c
5026         * src/prefs_spelling.c
5027                 widget sensitivity
5028
5029 2006-03-09 [mones]      2.0.0cvs128
5030
5031         * po/es.po
5032                 Update for next RC
5033
5034 2006-03-09 [wwp]        2.0.0cvs127
5035
5036         * configure.ac
5037                 revert accidental commit (requirement for libetpan 0.43), this time
5038                 not in HEAD.
5039
5040 2006-03-09 [wwp]        2.0.0cvs125
5041
5042         * configure.ac
5043                 revert accidental commit (requirement for libetpan 0.43)
5044
5045 2006-03-09 [paul]       2.0.0cvs126
5046
5047         * src/prefs_receive.c
5048                 remove useless frame
5049                 replace 'incorporation' with 'receiving'
5050         * src/plugins/clamav/clamav_plugin_gtk.c
5051         * src/plugins/spamassassin/spamassassin_gtk.c
5052                 improve widget sensitivity
5053                 fix a bit his engrish
5054
5055 2006-03-09 [wwp]        2.0.0cvs125
5056
5057         * src/addressadd.c
5058         * src/foldersel.c
5059         * src/prefs_common.c
5060         * src/prefs_common.h
5061                 remember some more windows' sizes (add to addressbook and
5062                 select folder).
5063
5064 2006-03-09 [paul]       2.0.0cvs124
5065
5066         * src/plugins/pgpcore/prefs_gpg.c
5067                 normalise construction of dialogue
5068
5069 2006-03-09 [paul]       2.0.0cvs123
5070
5071         * src/plugins/trayicon/Makefile.am
5072                 add missing slash
5073
5074 2006-03-08 [colin]      2.0.0cvs122
5075
5076         * src/plugins/trayicon/Makefile.am
5077                 Fix build in separate dir 
5078                 Patch by Bamanzi <bamanzi@gmail.com>
5079
5080 2006-03-08 [colin]      2.0.0cvs121
5081
5082         * src/procmsg.c
5083                 Batch move and copies from summaryview with delayed execution
5084                 too
5085
5086 2006-03-07 [paul]       2.0.0cvs120
5087
5088         * src/common/utils.c
5089                 fix highlighting of URIs containing "()"
5090                 Patch by Pawel Pekala
5091
5092 2006-03-07 [paul]       2.0.0cvs119
5093
5094         * src/folder.c
5095         * src/folder.h
5096         * src/folderview.c
5097                 immediately do alphabetical resort when
5098                 changing a folder's name
5099                 Patch by Pawel Pekala
5100
5101 2006-03-07 [paul]       2.0.0cvs118
5102
5103         * src/news.c
5104         * src/news_gtk.c
5105                 when unsubscribing a newsgroup, remove the
5106                 folder and msgs in .sylpheed-claws/newscache
5107                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5108
5109 2006-03-07 [paul]       2.0.0cvs117
5110
5111         * src/textview.c
5112                 fix wrong Fake URL Warning
5113                 Thanks to Hiro
5114
5115 2006-03-07 [colin]      2.0.0cvs116
5116
5117         * src/imap.c
5118                 Return immediately when password dialog was
5119                 cancelled
5120         * src/gtk/inputdialog.c
5121                 Allow empty strings for passwords
5122
5123
5124 2006-03-06 [colin]      2.0.0cvs115
5125
5126         * src/imap.c
5127                 Prevent double-timeouts when connection fails
5128
5129 2006-03-06 [colin]
5130
5131         2.0.1-rc1 released
5132
5133 2006-03-06 [colin]      2.0.0cvs114
5134
5135         * src/imap.c
5136                 Refresh session during potentially long
5137                 operations
5138
5139 2006-03-06 [wwp]        2.0.0cvs113
5140
5141         * src/prefs_msg_colors.h
5142                 forgot that one (custom color labels).
5143
5144 2006-03-06 [wwp]        2.0.0cvs112
5145
5146         * src/prefs_common.c
5147         * src/prefs_common.h
5148         * src/prefs_msg_colors.c
5149         * src/summaryview.c
5150         * src/summaryview.h
5151         * src/gtk/colorlabel.c
5152         * src/gtk/colorlabel.h
5153                 colors in messages list are now customizable. Color values and names can
5154                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5155                 Thanks to Paul and Colin for their help with this longstanding patch!
5156
5157 2006-03-06 [wwp]        2.0.0cvs111
5158
5159         * src/textview.c
5160                 don't crash if (x)face is bad.
5161
5162 2006-03-05 [paul]       2.0.0cvs110
5163
5164         * AUTHORS
5165         * configure.ac
5166         * src/Makefile.am
5167         * src/common/Makefile.am
5168         * src/common/utils.h
5169         * src/etpan/imap-thread.c
5170         * src/gtk/authors.h
5171         * src/plugins/clamav/Makefile.am
5172         * src/plugins/demo/Makefile.am
5173         * src/plugins/dillo_viewer/Makefile.am
5174         * src/plugins/pgpcore/Makefile.am
5175         * src/plugins/pgpcore/passphrase.c
5176         * src/plugins/pgpinline/Makefile.am
5177         * src/plugins/pgpmime/Makefile.am
5178         * src/plugins/spamassassin/Makefile.am
5179         * src/plugins/trayicon/Makefile.am
5180                 fix builiding on cygwin
5181                 Patch by Ralgh Young <bamanzi@gmail.com>
5182
5183 2006-03-04 [wwp]        2.0.0cvs109
5184
5185         * manual/keyboard.xml
5186                 fix mixed up/down keys.
5187
5188 2006-03-04 [wwp]        2.0.0cvs108
5189
5190         * README
5191         * INSTALL
5192                 updated links to SpamAssassin.
5193
5194 2006-03-04 [wwp]        2.0.0cvs107
5195
5196         * manual/plugins.xml
5197         * src/plugins/spamassassin/README
5198                 updated SpamAssassin plugin docs to reflect new functional additions
5199                 (also fix/update/documents few technical stuff more, see the README).
5200
5201 2006-03-04 [wwp]        2.0.0cvs106
5202
5203         * src/prefs_message.c
5204                 normalized capitalization of message-prefs paths.
5205
5206 2006-03-04 [wwp]        2.0.0cvs105
5207
5208         * manual/advanced.xml
5209                 typo.
5210
5211 2006-03-03 [colin]      2.0.0cvs104
5212
5213         * src/plugins/clamav/clamav_plugin_gtk.c
5214                 Rework prefs page, patch by Fabien 
5215
5216 2006-03-03 [colin]      2.0.0cvs103
5217
5218         * src/plugins/clamav/clamav_plugin.c
5219                 Set error on all errors
5220
5221 2006-03-03 [colin]      2.0.0cvs102
5222
5223         * src/common/plugin.c
5224                 Initialize error to avoid crashing when a plugin fails
5225                 without setting error
5226
5227 2006-03-02 [wwp]        2.0.0cvs101
5228
5229         * configure.ac
5230                 fixed linker flags for libetpan support on Cygwin
5231                 (thanks to H.Merijn Brand).
5232
5233 2006-03-02 [wwp]        2.0.0cvs100
5234
5235         * src/addressbook.c
5236                 fix some AB error messages: one for punctuation and
5237                 one wrongly duplicate (thanks, maxbritov).
5238
5239 2006-03-02 [wwp]        2.0.0cvs99
5240
5241         * src/plugins/spamassassin/spamassassin.c
5242                 make sync calls to sa-learn/spamc to prevent
5243                 system (whatever local or client/server) overload.
5244
5245 2006-03-02 [colin]      2.0.0cvs98
5246
5247         * src/summaryview.c
5248                 Put the spam icon in the status column instead of the
5249                 mark one
5250
5251 2006-03-01 [colin]      2.0.0cvs97
5252
5253         * src/plugins/spamassassin/spamassassin.c
5254                 Fix segfault (g_file_set_contents fails for some 
5255                 reason and err==0x2f. Can't find out why with
5256                 valgrind, using working function :-)
5257
5258 2006-03-01 [colin]      2.0.0cvs96
5259
5260         * src/inc.c
5261                 Offline overriding: let 'No' be cached only 3 seconds
5262
5263 2006-03-01 [colin]      2.0.0cvs95
5264
5265         * src/addr_compl.c
5266         * src/addrbook.c
5267         * src/addressbook.c
5268         * src/addrindex.c
5269         * src/folder_item_prefs.c
5270         * src/headerview.c
5271         * src/imap.c
5272         * src/inc.c
5273         * src/ldif.c
5274         * src/mainwindow.c
5275         * src/mh.c
5276         * src/msgcache.c
5277         * src/prefs_common.h
5278         * src/prefs_msg_colors.c
5279         * src/procheader.c
5280         * src/procheader.h
5281         * src/procmime.c
5282         * src/procmsg.c
5283         * src/procmsg.h
5284         * src/send_message.h
5285         * src/simple-gettext.c
5286         * src/summaryview.c
5287         * src/summaryview.h
5288         * src/syldap.c
5289         * src/textview.c
5290         * src/undo.c
5291         * src/common/ssl_certificate.c
5292         * src/common/utils.c
5293         * src/gtk/colorsel.c
5294         * src/gtk/gtksctree.c
5295         * src/gtk/gtkshruler.c
5296         * src/plugins/trayicon/trayicon.c
5297                 #if 0 goes to /dev/null
5298
5299 2006-03-01 [colin]      2.0.0cvs94
5300
5301         * src/compose.c
5302         * src/imap.c
5303         * src/inc.c
5304         * src/inc.h
5305         * src/messageview.c
5306         * src/news.c
5307         * src/plugins/spamassassin/spamassassin.c
5308                 Allow to add information in the "working offline"
5309                 window
5310
5311 2006-03-01 [wwp]        2.0.0cvs93
5312
5313         * src/plugins/spamassassin/spamassassin.c
5314                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5315                 'cause it seems that calling `spamc ... < inputfile` with
5316                 g_spawn_(a)sync simply.. erm doesn't work :-).
5317
5318 2006-03-01 [wwp]        2.0.0cvs92
5319
5320         * src/toolbar.c
5321         * src/toolbar.h
5322                 simplify the adding of spam/ham button to the messageview toolbar
5323                 (it gets more clear now that the same button will be "Mark as spam"
5324                 or "Mark as ham" according to the current message status,
5325                 thanks to Colin).
5326
5327 2006-03-01 [wwp]        2.0.0cvs91
5328
5329         * src/messageview.c
5330         * src/procmsg.c
5331         * src/procmsg.h
5332         * src/summaryview.c
5333         * src/plugins/spamassassin/spamassassin.c
5334         * src/plugins/spamassassin/spamassassin.h
5335                 make learner callbacks return a status (0 for ok),
5336                 handle it in main code to avoid setting flags when learning failed,
5337                 don't learn on TCP if offline in spamassassin,
5338                 thanks to Colin.
5339
5340                 
5341
5342 2006-03-01 [wwp]        2.0.0cvs90
5343
5344         * src/compose.c
5345                 some work around the compose window's account menu,
5346                 patch by Fabien Vantard.
5347
5348 2006-03-01 [wwp]        2.0.0cvs89
5349
5350         * src/plugins/spamassassin/spamassassin.c
5351                 fixed bad logics, was using spamc in local mode and sa-learn
5352                 in remote mode (thanks, Colin).
5353
5354 2006-03-01 [wwp]        2.0.0cvs88
5355
5356         * src/plugins/spamassassin/spamassassin.c
5357         * src/plugins/spamassassin/spamassassin.h
5358         * src/plugins/spamassassin/spamassassin_gtk.c
5359                 made processing of emails w/ sa-plugin an option (default is TRUE),
5360                 fixed Engrish some tooltips, capitalization of some debug messages
5361                 and warnings. The spamassassin plugin now provides two separate
5362                 services: process emails upon incorporation and spamd training.
5363                 Both services (un)register independently but use some common
5364                 plugin settings (transport settings, spam storage location).
5365
5366 2006-02-28 [wwp]        2.0.0cvs87
5367
5368         * src/plugins/spamassassin/spamassassin.c
5369                 fix async flag to spamc cmdline execution (batch exec should
5370                 be asynchronous).
5371
5372 2006-02-27 [wwp]        2.0.0cvs86
5373
5374         * src/plugins/spamassassin/spamassassin.c
5375         * src/plugins/spamassassin/spamassassin.h
5376         * src/plugins/spamassassin/spamassassin_gtk.c
5377                 - added the ability to learn a remote spamassassin server (spamd),
5378                 using spamc.
5379                 - added the spamassassin option 'username', that applies to all
5380                 spamassassin operations (filtering, learning, local or remote).
5381                 The default username is the current unix user (if left blank
5382                 from gtk prefs or config file).
5383                 - commented out some unused code (notebook widget), removed unused
5384                 layout (hbox1).
5385                 - make more widgets sensitive to the transport type.
5386
5387 2006-02-27 [colin]      2.0.0cvs85
5388
5389         * src/plugins/spamassassin/spamassassin.c
5390                 Fix sa-learn call when offline
5391
5392 2006-02-27 [colin]      2.0.0cvs84
5393
5394         * configure.ac
5395         * src/Makefile.am
5396         * src/mainwindow.c
5397         * src/mainwindow.h
5398         * src/messageview.c
5399         * src/messageview.h
5400         * src/prefs_toolbar.c
5401         * src/procmsg.c
5402         * src/stock_pixmap.c
5403         * src/stock_pixmap.h
5404         * src/summaryview.c
5405         * src/toolbar.c
5406         * src/toolbar.h
5407         * src/pixmaps/ham_btn.xpm
5408         * src/pixmaps/spam.xpm
5409         * src/pixmaps/spam_btn.xpm
5410         * src/plugins/spamassassin/spamassassin.c
5411                 Add button in toolbar for spam learning
5412                 Fix a few bugs from the last related commit
5413                 Revert 1.9.6cvs23 which messed up shift-selection
5414
5415 2006-02-24 [colin]      2.0.0cvs83
5416
5417         * src/procmsg.c
5418         * src/summaryview.c
5419         * src/summaryview.h
5420         * src/plugins/spamassassin/spamassassin.c
5421         * src/plugins/spamassassin/spamassassin.h
5422         * src/plugins/spamassassin/spamassassin_gtk.c
5423                 Unregister learner when spamassassin is either
5424                 disabled or over tcp
5425
5426 2006-02-24 [colin]      2.0.0cvs82
5427
5428         * src/Makefile.am
5429         * src/mainwindow.c
5430         * src/mainwindow.h
5431         * src/procmsg.c
5432         * src/procmsg.h
5433         * src/stock_pixmap.c
5434         * src/stock_pixmap.h
5435         * src/summaryview.c
5436         * src/summaryview.h
5437         * src/gtk/icon_legend.c
5438         * src/pixmaps/spam.xpm  ** NEW FILE **
5439         * src/plugins/spamassassin/spamassassin.c
5440         * src/plugins/spamassassin/spamassassin_gtk.c
5441                 Add spam learning interface (Mark/Mark as 
5442                 (spam|ham) menus)
5443
5444 2006-02-24 [wwp]        2.0.0cvs81
5445
5446         * src/compose.c
5447         * src/compose.h
5448         * src/filtering.c
5449                 hide compose window when sending message in batch mode
5450                 (filtering: forward and redirect). Also fixed a wrong
5451                 value returned when sending failed, neutral anyway.
5452                 (Colin, me) 
5453
5454 2006-02-24 [wwp]        2.0.0cvs80
5455
5456         * src/mainwindow.c
5457                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5458
5459 2006-02-24 [paul]       2.0.0cvs79
5460
5461         * src/news.c
5462         * src/news.h
5463         * src/news_gtk.c
5464                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5465                 Thanks to Colin
5466
5467 2006-02-23 [colin]      2.0.0cvs78
5468
5469         * src/alertpanel.c
5470                 Change OK to Close in alertpanel with View log
5471                 button; add accel to View log. Patch by Fabien
5472                 Vantard
5473
5474 2006-02-23 [wwp]        2.0.0cvs77
5475
5476         * src/compose.c
5477                 silly me, there were much more tests to perform, since toolbars can
5478                 really have down to 1 element only.
5479
5480 2006-02-23 [wwp]        2.0.0cvs76
5481
5482         * commitHelper
5483                 fixed indentation from my previous commit. Fallback to VISUAL if
5484                 EDITOR is not set (and to vi, at last resort).
5485
5486 2006-02-23 [wwp]        2.0.0cvs75
5487
5488         * commitHelper
5489                 improved error detection (Colin, me).
5490
5491 2006-02-23 [wwp]        2.0.0cvs74
5492
5493         * src/prefs_toolbar.c
5494                 simplify and fix prefs/toolbars layouting. Combos' contents can
5495                 now be really displayed.
5496
5497 2006-02-23 [wwp]        2.0.0cvs73
5498         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5499         be really displayed.
5500
5501 2006-02-22 [wwp]        2.0.0cvs72
5502
5503         * src/compose.c
5504                 fix a typo in my previous commit (sorry!).
5505
5506 2006-02-22 [wwp]        2.0.0cvs71
5507
5508         * src/prefs_toolbar.c
5509                 fix a crash when adding separators to toolbars,
5510                 also fix some separator item information.
5511
5512 2006-02-22 [wwp]        2.0.0cvs70
5513
5514         * src/compose.c
5515                 fix a crash when redirecting (for instance) when compose window's
5516                 toolbar contents has been customized (when some buttons have been
5517                 removed in fact).
5518
5519 2006-02-21 [wwp]        2.0.0cvs69
5520
5521         * src/summaryview.c
5522         * src/gtk/pluginwindow.c
5523         * src/plugins/pgpcore/prefs_gpg.c
5524                 fix some compilation warnings (feat. remains of removed code).
5525
5526 2006-02-21 [wwp]        2.0.0cvs68
5527
5528         * src/gtk/gtkutils.c
5529                 fix two compilation issues, thanks to Stephan Sachse.
5530
5531 2006-02-20 [colin]      2.0.0cvs67
5532
5533         * src/mainwindow.c
5534                 Don't reselect displayed mail on refocus
5535                 This fixes actions misbehaving 
5536
5537 2006-02-20 [wwp]        2.0.0cvs66
5538
5539         * src/summaryview.c
5540         * src/gtk/gtksctree.c
5541         * src/gtk/gtkshruler.c
5542                 changed more runtime typecast checks.
5543
5544 2006-02-20 [wwp]        2.0.0cvs65
5545
5546         * src/summary_search.c
5547                 find all - summaryview refresh issue fixed, thanks to Colin.
5548
5549 2006-02-20 [wwp]        2.0.0cvs64
5550
5551         * src/gtk/gtkutils.c
5552                 better runtime typecast checks.
5553
5554 2006-02-20 [wwp]        2.0.0cvs63
5555
5556         * src/summary_search.c
5557                 enhancements to the summary search:
5558                         - add the ability to stop the running search
5559                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5560                         - don't search if no criteria (From/To/Subject/Body) is set
5561                         - ensure that a busy mouse pointer is always shown when searching,
5562                           show it even a bit earlier
5563
5564 2006-02-19 [colin]      2.0.0cvs62
5565
5566         * src/compose.c
5567         * src/imap.c
5568         * src/etpan/imap-thread.c
5569         * src/etpan/imap-thread.h
5570                 (Future) IMAP speed improvement on sending
5571                 Will require a libetpan update
5572         * src/summaryview.c
5573         * src/gtk/quicksearch.c
5574                 Make quicksearch clearable while running.
5575
5576 2006-02-17 [colin]      2.0.0cvs61
5577
5578         * src/imap.c
5579         * src/etpan/imap-thread.c
5580         * src/etpan/imap-thread.h
5581                 Check for IMAP certificates
5582                 ** Requires libetpan-0.42-cvs4 
5583                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5584
5585 2006-02-17 [colin]      2.0.0cvs60
5586
5587         * src/messageview.c
5588         * src/prefs_common.c
5589         * src/prefs_common.h
5590         * src/prefs_message.c
5591                 Add pref to display HTML-only mails with plugin, 
5592                 if possible (defaulting to FALSE of course).
5593
5594 2006-02-16 [colin]      2.0.0cvs59
5595
5596         * src/main.c
5597         * src/common/plugin.c
5598         * src/common/plugin.h
5599         * src/gtk/pluginwindow.c
5600                 Keep track of requested (but unloaded) plugins
5601                 in some error cases.
5602
5603 2006-02-16 [wwp]        2.0.0cvs58
5604
5605         * src/gtk/gtkaspell.c
5606         * src/gtk/gtkaspell.h
5607         * src/prefs_spelling.c
5608         * src/compose.c
5609         * src/prefs_common.c
5610         * src/prefs_common.h
5611                 implemented new optional spellchecker behaviour: re-check message when
5612                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5613
5614 2006-02-16 [wwp]        2.0.0cvs57
5615
5616         * src/quote_fmt_parse.y
5617                 pclose popen'ed pipe.
5618
5619 2006-02-15 [colin]      2.0.0cvs56
5620
5621         * src/mimeview.c
5622         * src/mimeview.h
5623                 Let MimeViewers know which MimeView they
5624                 depend of.
5625         * src/summaryview.c
5626                 Swap From/To columns in Sent/Queue/Drafts
5627                 folders
5628         * src/etpan/imap-thread.c
5629                 Use mailstream_low_tls_open() for STARTTLS
5630                 instead of mailstream_low_ssl_open()
5631                 ** REQUIRES libetpan 0.42cvs3 **
5632
5633 2006-02-15 [wwp]        2.0.0cvs55
5634
5635         * src/compose.c
5636         * src/compose.h
5637         * src/message_search.c
5638         * src/message_search.h
5639         * src/textview.c
5640         * src/gtk/gtkutils.c
5641         * src/gtk/gtkutils.h
5642                 added the ability to Find text in the compose window (and a bit
5643                 of code factorization).
5644
5645 2006-02-15 [wwp]        2.0.0cvs54
5646
5647         * src/prefs_gtk.c
5648                 yet another one file was missing (fix for some widgets' sensitivity).
5649                 Thanks Colin!
5650
5651 2006-02-15 [wwp]        2.0.0cvs53
5652
5653         * src/prefs_gtk.h
5654                 oops forgot that file (fix for some widgets' sensitivity).
5655
5656 2006-02-15 [wwp]        2.0.0cvs52
5657
5658         * src/summary_search.c
5659                 implemented advanced summary search options (added the ability
5660                 to use matcher conditions in an advanced search mode).
5661
5662 2006-02-15 [wwp]        2.0.0cvs51
5663
5664         * src/plugins/pgpcore/prefs_gpg.c
5665         * src/prefs_account.c
5666                 fix some widget sensitivity, mostly around some labels in
5667                 account prefs.
5668
5669 2006-02-15 [paul]       2.0.0cvs50
5670
5671         * manual/advanced.xml
5672                 improve Templates info
5673                 written by wwp
5674
5675 2006-02-14 [colin]      2.0.0cvs49
5676
5677         * src/pixmaps/address_book.xpm
5678         * src/pixmaps/preferences.xpm
5679         * src/pixmaps/properties.xpm
5680                 Fix pixmap size - patch by Fabien Vantard
5681
5682 2006-02-13 [colin]      2.0.0cvs48
5683
5684         * src/procmime.c
5685                 Add missing fclose()s on error
5686         * src/textview.c
5687                 Remove unused code
5688         * src/common/utils.c
5689                 Fix temp files not being deleted on windows
5690         Patches by Thomas Gilgin
5691
5692 2006-02-13 [colin]      2.0.0cvs47
5693
5694         * src/mainwindow.c
5695                 Fix exit crash
5696
5697 2006-02-13 [wwp]        2.0.0cvs46
5698
5699         * src/plugins/pgpcore/prefs_gpg.c
5700                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5701
5702 2006-02-12 [colin]      2.0.0cvs45
5703
5704         * src/folderview.c
5705         * src/main.c
5706         * src/mainwindow.c
5707                 Fix "stuff" when quitting
5708
5709 2006-02-12 [wwp]        2.0.0cvs44
5710
5711         * src/prefs_themes.c
5712                 fix typos in debug messages.
5713
5714 2006-02-11 [colin]      2.0.0cvs43
5715
5716         * src/summaryview.c
5717                 don't allow drag/drop from ourself
5718
5719 2006-02-10 [wwp]        2.0.0cvs42
5720
5721         * src/exporthtml.c
5722         * src/html.c
5723         * src/html.h
5724         * src/procmime.c
5725         * src/textview.c
5726                 renamed html_ prefixed functions and data structures to avoid
5727                 namespace clashes w/ other software (gtkhtml2 for instance).
5728                 Closes bug #907.
5729
5730
5731 2006-02-09 [colin]      2.0.0cvs41
5732
5733         * src/summaryview.c
5734                 Fix shitty logic messed up. Thanks Ticho for the hint!
5735
5736 2006-02-09 [wwp]        2.0.0cvs40
5737
5738         * src/gtk/about.c
5739         * src/compose.c
5740         * src/prefs_account.c
5741         * src/prefs_gtk.h
5742         * src/editaddress.c
5743                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5744                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5745                 Browse buttons in accounts prefs.
5746
5747 2006-02-09 [colin]      2.0.0cvs39
5748
5749         * src/matcher.c
5750                 Check for pointer before using its members
5751         * src/gtk/gtksourceprintjob.c
5752                 Fix a wrong warning
5753
5754 2006-02-09 [wwp]        2.0.0cvs38
5755
5756         * src/gtk/filesel.c
5757                 fix few compiler warnings (type mismatch).
5758
5759 2006-02-09 [paul]       2.0.0cvs37
5760
5761         * po/fr.po
5762                 updated by Fabien Vantard
5763
5764 2006-02-08 [colin]      2.0.0cvs36
5765
5766         * src/prefs_common.c
5767         * src/common/defs.h
5768         * src/common/plugin.c
5769                 allow windows and linux configurations to coexist
5770                 patch by Thomas Gilgin
5771
5772 2006-02-08 [colin]      2.0.0cvs35
5773
5774         * src/filtering.c
5775         * src/matcher.c
5776         * src/matcher.h
5777         * src/matcher_parser_parse.y
5778         * src/prefs_filtering_action.c
5779         * src/prefs_matcher.c
5780                 Add the "Ignore thread" filtering
5781                 action
5782
5783 2006-02-08 [colin]      2.0.0cvs34
5784
5785         * src/compose.c
5786         * src/procmime.c
5787         * src/procmime.h
5788                 Fix bug #905 (damaged attachment)
5789                 text files with raw \0's aren't really text files
5790         FOR_STABLE
5791
5792 2006-02-08 [colin]      2.0.0cvs33
5793
5794         * src/summaryview.c
5795                 Fix crasher introduced yesterday
5796
5797 2006-02-08 [wwp]        2.0.0cvs32
5798
5799         * src/compose.c
5800         * src/compose.h
5801                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5802
5803 2006-02-08 [wwp]        2.0.0cvs31
5804
5805         * src/prefs_template.c
5806                 templates enhancement: allow address completion for Cc and Bcc fields
5807                 (it was currently possible for the To field only)
5808
5809 2006-02-08 [colin]      2.0.0cvs30
5810
5811         * src/compose.c
5812                 Don't unblock if not blocked
5813         FOR_STABLE
5814
5815 2006-02-07 [colin]      2.0.0cvs29
5816
5817         * src/action.c
5818                 Forgot to refresh summaryview
5819
5820 2006-02-07 [colin]      2.0.0cvs28
5821
5822         * src/action.c
5823                 Freeze/thaw message list and folder list while
5824                 processing %as{} actions 
5825         * src/compose.c
5826                 Fix auto-wrap disabling after a middle-click
5827                 paste - FOR_STABLE
5828
5829 2006-02-07 [paul]       2.0.0cvs27
5830
5831         * src/folder.c
5832                 fix freeing of uninitialised pointers
5833                 Thanks to Colin
5834
5835 2006-02-06 [colin]      2.0.0cvs26
5836
5837         * src/folder.c
5838                 Use g_slist_prepend in potentially big list
5839
5840 2006-02-06 [colin]      2.0.0cvs25
5841
5842         * src/folder.c
5843                 Completely skip processing if it doesn't 
5844                 exist (faster!)
5845
5846 2006-02-06 [colin]      2.0.0cvs24
5847
5848         * src/folder.c
5849         * src/summaryview.c
5850                 Batch filtering in summaryview (from Tools menu)
5851                 and pre/post//-processing too
5852
5853 2006-02-06 [colin]      2.0.0cvs23
5854
5855         * src/procmsg.h
5856         * src/filtering.c
5857                 Use a special field for batch filtering instead
5858                 of stepping on deferred execution's toes
5859
5860 2006-02-06 [colin]      2.0.0cvs22
5861
5862         * src/action.c
5863         * src/filtering.c
5864         * src/filtering.h
5865         * src/folder.c
5866         * src/summaryview.c
5867                 Fix filtering via menus and actions
5868
5869 2006-02-06 [colin]      2.0.0cvs21
5870
5871         * src/imap.c
5872                 Put the added file directly to cache if possible (will work
5873                 with next libetpan)
5874         * src/filtering.c
5875         * src/filtering.h
5876         * src/inc.c
5877         * src/folder.c
5878         * src/mbox.c
5879         * src/procmsg.h
5880                 Move and copy filtered messages by batches instead of one
5881                 by one - faster on IMAP
5882         * src/procmsg.c
5883                 Add a function that'll possibly be useful later
5884
5885 2006-02-06 [colin]      2.0.0cvs20
5886
5887         * src/addressbook.c
5888                 Use internal mime-type instead of text/plain for d'n'd
5889         * src/compose.c
5890                 Allow attaching files from mimeview's icon list via d'n'd
5891         * src/folderview.c
5892         * src/folderview.h
5893                 Use internal mime-type instead of text/plain for d'n'd
5894                 Don't try to selected opened folder if none is
5895                 Factorize d'n'd from other apps code
5896         * src/headerview.c
5897         * src/textview.c
5898         * src/gtk/gtkutils.c
5899         * src/gtk/gtkutils.h
5900                 Factorize Face/X-Face stuff
5901         * src/mimeview.c
5902                 Fix d'n'd to other apps
5903         * src/prefs_message.c
5904                 Let the XFace pref be usable without libcompface as it also
5905                 applies to Face
5906         * src/summaryview.c
5907                 Fix d'n'd to other apps
5908                 Factorize d'n'd from other apps code
5909
5910 2006-02-06 [wwp]        2.0.0cvs19
5911
5912         * po/it.po
5913                 Italian translation fixes by Andrea Spadaccini (no more confusion
5914                 between filtering and processing, and few changes in the About
5915                 dialog).
5916
5917
5918 2006-02-06 [mones]      2.0.0cvs18
5919
5920         * src/gtk/icon_legend.c
5921                 Improved descriptions allowing better translations
5922
5923 2006-02-05 [colin]      2.0.0cvs17
5924
5925         * src/imap.c
5926                 Add the f*cking missing expunge that caused imap_fetch_env
5927                 to fail after an add_msgs ! :-///
5928         * src/etpan/imap-thread.c
5929                 Add a bit of debug
5930         FOR_STABLE
5931
5932 2006-02-05 [colin]      2.0.0cvs16
5933
5934         * src/common/utils.c
5935                 Don't check for return-path (or we can't put
5936                 back non-sent mails)
5937
5938 2006-02-05 [colin]      2.0.0cvs15
5939
5940         * src/textview.c
5941                 Don't try to display Face header in textview
5942                 when teh headerview's active
5943
5944 2006-02-05 [colin]      2.0.0cvs14
5945
5946         * tools/tbird2syl.py
5947         * tools/Makefile.am
5948                 Add script to import Thunderbird mails
5949
5950 2006-02-05 [colin]      2.0.0cvs13
5951
5952         * src/headerview.c
5953         * src/procheader.c
5954         * src/procmsg.c
5955         * src/procmsg.h
5956         * src/textview.c
5957                 Show Face headers - patch partially by Klaus Flittner
5958
5959 2006-02-05 [colin]      2.0.0cvs12
5960
5961         * src/folderview.c
5962         * src/summaryview.c
5963         * src/common/utils.c
5964         * src/common/utils.h
5965                 Let dnd work from mime icons to summaryview
5966                 and to folderview too
5967                 Add a crude test to avoid trying to add files
5968                 drag'n'dropped when they're not mails
5969
5970 2006-02-04 [colin]      2.0.0cvs11
5971
5972         * src/summaryview.c
5973         * src/mimeview.c
5974                 Fix utf8 conversion
5975
5976 2006-02-04 [colin]      2.0.0cvs10
5977
5978         * src/compose.c
5979         * src/folderview.c
5980         * src/mimeview.c
5981         * src/summaryview.c
5982         * src/summaryview.h
5983                 Added various drag and drop capas:
5984                 From                    To
5985                 summaryview             other apps
5986                 mimeview icons          other apps
5987                 other apps              summaryview
5988                 other apps              folderview
5989
5990                 This shouldn't have broken the existing:
5991                 From                    To
5992                 summaryview             folderview
5993                 folderview              folderview
5994                 summaryview             compose's attachments
5995
5996         Tests welcomed.
5997
5998 2006-02-02 [paul]       2.0.0cvs9
5999
6000         * src/mainwindow.c
6001                 move global option 'Set displayed columns...' out
6002                 of folder option grouping.
6003                 fix sensitivity of 'harvest addresses'
6004         FOR_STABLE
6005
6006 2006-02-01 [colin]      2.0.0cvs8
6007
6008         * src/mimeview.c
6009                 Revert the alertpanel patch, it sucks (intrusive
6010                 and gets in the way of "open")
6011
6012 2006-02-01 [colin]      2.0.0cvs7
6013
6014         * src/compose.c
6015         * src/prefs_account.c
6016         * src/prefs_common.c
6017         * src/common/defs.h
6018         * src/common/utils.c
6019         * src/common/utils.h
6020                 Add ability to edit the signature file
6021                 from the account preferences, and use
6022                 a default for the text editor.
6023                 Patch by Fabien Vantard
6024
6025 2006-02-01 [colin]      2.0.0cvs6
6026
6027         * src/mimeview.c
6028                 Try to get mime type by extension if it is
6029                 application/octet-stream
6030                 Display a window with possible choices when
6031                 encountering unknown mime types
6032         * src/gtk/filesel.c
6033         * src/gtk/filesel.h
6034                 Add preview
6035                 Allow multiple selection in filtered filesel
6036                 (patch by Fabien Vantard)
6037         * src/gtk/pluginwindow.c
6038                 Use it (patch by Fabien Vantard)
6039
6040 2006-02-01 [paul]       2.0.0cvs5
6041
6042         * src/jpilot.c
6043                 fix crash on creating jpilot address book
6044                 Thanks to Colin - FOR_STABLE
6045         * src/prefs_summaries.c
6046         * src/prefs_wrapping.c
6047         * src/gtk/icon_legend.c
6048         * src/gtk/quicksearch.c
6049                 string fixes and additions
6050
6051 2006-02-01 [paul]       2.0.0cvs4
6052
6053         * src/compose.c
6054         * src/mainwindow.c
6055         * src/messageview.c
6056         * src/prefs_send.c
6057                 add Arabic encoding option
6058                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6059
6060 2006-01-31 [colin]      2.0.0cvs3
6061
6062         * src/plugins/pgpcore/passphrase.c
6063                 Convert passphrase to locale encoding
6064         * src/compose.c
6065                 Fix drafting on IMAP. Crappy bug sneaked in
6066                 the release :-/
6067         FOR_STABLE
6068
6069 2006-01-30 [paul]       2.0.0cvs2
6070
6071         * src/gtk/icon_legend.c
6072                 show the new entries
6073
6074 2006-01-30 [colin]      2.0.0cvs1
6075
6076         * src/manual.c
6077                 Check for the file to be present before 
6078                 enabling the menu - FOR_STABLE
6079         * src/gtk/icon_legend.c
6080                 Add folders icons (not all of them, there
6081                 are too much, but the most intriguing ones)
6082
6083 2006-01-30 [paul]       2.0.0
6084
6085         version 2.0.0 released
6086
6087 2006-01-30 [paul]       1.9.100cvs200
6088
6089         * manual/faq.xml
6090         * manual/gpl.xml
6091         * manual/intro.xml
6092         * manual/starting.xml
6093         * manual/sylpheed-claws-manual.xml
6094                 fixes, additions
6095
6096 2006-01-29 [mones]      1.9.100cvs199
6097
6098         * manual/account.xml
6099         * manual/advanced.xml
6100         * manual/glossary.xml
6101                 Some typos fixed, added LDIF term to glossary
6102         * po/es.po
6103                 Fixed leading plus symbol
6104
6105 2006-01-29 [paul]       1.9.100cvs198
6106
6107         * po/fi.po
6108         * po/sk.po
6109                 updated by Tommi Pirinen and Andrej Kacian
6110
6111 2006-01-29 [paul]       1.9.100cvs197
6112
6113         * src/gtk/authors.h
6114                 remove duplicates
6115
6116 2006-01-29 [paul]       1.9.100cvs196
6117
6118         * AUTHORS
6119         * po/nl.po
6120         * src/gtk/authors.h
6121         * tools/claws.i18n.status.pl
6122                 nl translation updated by Tim Dijkstra
6123
6124 2006-01-29 [paul]       1.9.100cvs195
6125
6126         * po/sr.po
6127         * po/sv.po
6128                 updated by Aleksandar Urosevic and Anders Troback
6129
6130 2006-01-28 [colin]      1.9.100cvs194
6131
6132         * src/gtk/gtksourceprintjob.c
6133                 Don't fiddle with PangoLayout when we
6134                 have an image
6135
6136 2006-01-28 [paul]       1.9.100cvs193
6137
6138         * AUTHORS
6139         * po/el.po
6140         * po/zh_CN.po
6141         * src/gtk/authors.h
6142         * tools/claws.i18n.status.pl
6143                 updated translations submitted by Stavros Giannouris
6144                 and Ralgh Young
6145
6146 2006-01-27 [colin]      1.9.100cvs192
6147
6148         * src/summaryview.c
6149         * src/gtk/gtksourceprintjob.c
6150                 Add image printing 
6151                 (libgnomeprint only, of course)
6152
6153 2006-01-27 [paul]       1.9.100cvs191
6154
6155         * po/fr.po
6156         * po/it.po
6157                 updated by Fabien Vantard and Andrea Spadaccini
6158
6159 2006-01-26 [colin]      1.9.100cvs190
6160
6161         * manual/Makefile.am
6162         * configure.ac
6163                 Make building the manual optional 
6164                 (--disable-manual)
6165
6166 2006-01-26 [paul]       1.9.100cvs189
6167
6168         * manual/glossary.xml
6169         * manual/plugins.xml
6170                 edited
6171         * po/en_GB.po
6172                 updated
6173
6174 2006-01-26 [paul]       1.9.100cvs188
6175
6176         * src/prefs_display_header.c
6177         * src/prefs_folder_column.c
6178         * src/prefs_msg_colors.c
6179         * src/prefs_summaries.c
6180         * src/prefs_summary_column.c
6181                 HIGify
6182
6183 2006-01-25 [colin]      1.9.100cvs187
6184
6185         * src/imap.c
6186                 Don't allow moving/copying mails between
6187                 queue/drafts and non-queue/drafts folders
6188                 Fixes bug #897 (message header is resetted 
6189                 if one is copied to Drafts)
6190
6191 2006-01-25 [colin]      1.9.100cvs186
6192
6193         * src/folder.c
6194         * src/mainwindow.c
6195                 Fix subscribed folders not found
6196         * src/compose.c
6197                 Don't try to encode as original mail's charset
6198                 if it's ascii 
6199
6200 2006-01-25 [paul]       1.9.100cvs185
6201
6202         * AUTHORS
6203         * po/Makevars
6204                 updated
6205         * po/de.po
6206         * po/pl.po
6207         * po/pt_BR.po
6208         * po/sr.po
6209                 updates submitted by Stephan Sachse, Emilian Nowak
6210                 and Quar, Frederico Goncalves Guimaraes, and
6211                 Aleksandar Urosevic
6212                 Fix Bug 896, 'PT_BR locale broken'.
6213         * src/gtk/authors.h
6214                 updated
6215
6216 2006-01-24 [mones]      1.9.100cvs184
6217
6218         * manual/glossary.xml
6219                 All current terms finished. Reviewers welcome ;-)
6220         * manual/keyboard.xml
6221                 Fixed column width for pdf output.
6222         * po/es.po
6223                 Updated
6224
6225 2006-01-24 [paul]       1.9.100cvs183
6226
6227         * manual/glossary.xml
6228                 fix id name
6229         * manual/dist/html/Makefile.am
6230         * manual/dist/pdf/Makefile.am
6231         * manual/dist/ps/Makefile.am
6232         * manual/dist/txt/Makefile.am
6233                 fix make deps
6234                 Thanks to Colin
6235
6236 2006-01-24 [mones]      1.9.100cvs182
6237
6238         * manual/glossary.xml
6239                 Nearly finished, some terms missing.
6240
6241 2006-01-23 [paul]       1.9.100cvs181
6242
6243         * manual/dist/html/Makefile.am
6244         * manual/dist/pdf/Makefile.am
6245         * manual/dist/ps/Makefile.am
6246         * manual/dist/txt/Makefile.am
6247         * src/mainwindow.c
6248                 re-enable manual
6249                 Thanks to Colin
6250
6251 2006-01-22 [colin]      1.9.100cvs180
6252
6253         * src/compose.c
6254         * src/gtk/gtkaspell.c
6255                 Don't deselect stuff before right-clicking, with aspell.
6256                 (This prevented right-click Copy, for example).
6257                 Thanks to Clo!
6258
6259 2006-01-22 [paul]       1.9.100cvs179
6260
6261         * src/summary_search.c
6262                 don't fix the widget size as it causes problems
6263                 under localisation.
6264                 Thanks to Emilian Nowak
6265
6266 2006-01-21 [paul]       1.9.100cvs178
6267
6268         * src/prefs_themes.c
6269                 fix broken underlining of label text
6270                 with some translations
6271
6272 2006-01-21 [colin]      1.9.100cvs177
6273
6274         * po/fr.po
6275                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6276
6277 2006-01-20 [colin]      1.9.100cvs176
6278
6279         * configure.ac
6280         * Makefile.am
6281         * manual/Makefile
6282         * manual/dist/html/.cvsignore
6283         * manual/dist/html/Makefile.am
6284         * manual/dist/pdf/.cvsignore
6285         * manual/dist/pdf/Makefile.am
6286         * manual/dist/ps/.cvsignore
6287         * manual/dist/ps/Makefile.am
6288         * manual/dist/txt/.cvsignore
6289         * manual/dist/txt/Makefile.am
6290                 Autotool-ize manual
6291
6292 2006-01-20 [paul]       1.9.100cvs175
6293
6294         * manual/handling.xml
6295                 make Filtering and Searching entries easier to find
6296         * manual/keyboard.xml
6297                 add the remaining default keybinds
6298         * src/prefs_summaries.c
6299                 update the default keybinds
6300
6301 2006-01-20 [paul]       1.9.100cvs174
6302
6303         * src/addressbook.c
6304         * src/addrgather.c
6305         * src/addrharvest.c
6306         * src/editaddress.c
6307         * src/editgroup.c
6308         * src/exphtmldlg.c
6309         * src/expldifdlg.c
6310         * src/exporthtml.c
6311         * src/exportldif.c
6312         * src/ldif.c
6313                 replace 'e-mail' with 'email'
6314         * src/summary_search.c
6315                 add mnemonic to "Find all" button
6316
6317 2006-01-20 [wwp]        1.9.100cvs173
6318
6319         * src/export.c
6320         * src/import.c
6321                 touched mbox import/export buttons for HIG-compliance
6322
6323 2006-01-19 [paul]       1.9.100cvs172
6324
6325         * manual/account.xml
6326         * manual/addrbook.xml
6327         * manual/advanced.xml
6328         * manual/faq.xml
6329         * manual/handling.xml
6330         * manual/intro.xml
6331         * manual/plugins.xml
6332         * manual/starting.xml
6333                 more editing
6334
6335 2006-01-19 [paul]       1.9.100cvs171
6336
6337         * src/toolbar.c
6338                 allow use of trash button while receiving
6339                 Thanks to Colin
6340
6341 2006-01-19 [wwp]        1.9.100cvs170
6342
6343         * src/gtk/quicksearch.c
6344         * src/compose.c
6345                 force text color to black when yellow background is set
6346
6347 2006-01-19 [colin]      1.9.100cvs169
6348
6349         * src/plugins/trayicon/trayicon.c
6350                 Gray out Get Mail when already getting mail
6351
6352 2006-01-18 [paul]       1.9.100cvs168
6353
6354         * src/compose.c
6355                 give widget yellow background was To is
6356                 set via folder prefs
6357         * src/gtk/quicksearch.c
6358                 give widget yellow background when quick
6359                 search is active.
6360                 Thanks to Colin
6361
6362 2006-01-18 [paul]       1.9.100cvs167
6363
6364         * doc/man/sylpheed-claws.1
6365                 add --subscribe option
6366
6367 2006-01-18 [paul]       1.9.100cvs166
6368
6369         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6370         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6371                 use %U instead of %F (%F is broken for user installed
6372                 files in kde 3.5)
6373
6374 2006-01-18 [colin]      1.9.100cvs165
6375
6376         * src/summaryview.c
6377                 Default to Yes in "No more * messages" dialogs
6378
6379 2006-01-17 [colin]      1.9.100cvs164
6380
6381         * src/compose.c
6382                 Possibly fix an invalid iterator causing
6383                 crash
6384
6385 2006-01-17 [colin]      1.9.100cvs163
6386
6387         * src/mimeview.c
6388                 Fix crash when the image disappears under the
6389                 image viewer
6390
6391 2006-01-16 [colin]      1.9.100cvs162
6392
6393         * src/compose.c
6394                 Fix reenabling autowrap
6395
6396 2006-01-16 [colin]      1.9.100cvs161
6397
6398         * src/compose.c
6399                 reset quote_len before getting quote_str
6400
6401 2006-01-16 [colin]      1.9.100cvs160
6402
6403         * src/account.c
6404         * src/account.h
6405         * src/folder.c
6406         * src/imap_gtk.c
6407         * src/mh_gtk.c
6408                 Fix bug #883 (default inbox does not track folder move)
6409
6410 2006-01-16 [colin]      1.9.100cvs159
6411
6412         * src/compose.c
6413         * src/plugins/pgpcore/passphrase.c
6414                 More buttons fixes
6415
6416 2006-01-16 [paul]       1.9.100cvs158
6417
6418         * src/prefs_actions.c
6419         * src/prefs_filtering_action.c
6420         * src/prefs_matcher.c
6421         * src/quote_fmt.c
6422         * src/gtk/description_window.c
6423         * src/gtk/description_window.h
6424         * src/gtk/quicksearch.c
6425                 description window cleanups
6426
6427 2006-01-15 [colin]      1.9.100cvs157
6428
6429         * src/addressbook.c
6430         * src/prefs_filtering.c
6431                 Same here
6432
6433 2006-01-15 [colin]      1.9.100cvs156
6434
6435         * src/folderview.c
6436         * src/mainwindow.c
6437                 Same for "Empty trash"
6438
6439 2006-01-15 [colin]      1.9.100cvs155
6440
6441         * src/inc.c
6442                 Override offline dialog had Yes by default
6443
6444 2006-01-15 [colin]      1.9.100cvs154
6445
6446         * src/summaryview.c
6447                 Delete selected messages? previously had Yes the default
6448
6449 2006-01-15 [colin]      1.9.100cvs153
6450
6451         * src/folder.c
6452         * src/folder.h
6453         * src/main.c
6454                 Check if a mailbox is loaded after all
6455                 plugins are loaded.
6456
6457 2006-01-15 [colin]      1.9.100cvs152
6458
6459         * src/folder.c
6460                 Don't start wizard when there are unloaded folders (will help
6461                 people with only mbox or maildir mailboxes)
6462
6463 2006-01-14 [colin]      1.9.100cvs151
6464
6465         * src/addressbook.c
6466         * src/expldifdlg.c
6467         * src/importldif.c
6468         * src/importmutt.c
6469         * src/importpine.c
6470         * src/mh_gtk.c
6471                 More HIG compliance and fixes
6472
6473 2006-01-14 [colin]      1.9.100cvs150
6474
6475         * src/prefs_filtering_action.c
6476         * src/foldersel.c
6477                 Two forgotten button order changes
6478
6479 2006-01-14 [colin]      1.9.100cvs149
6480
6481         * src/account.c
6482         * src/addressbook.c
6483         * src/compose.c
6484         * src/folderview.c
6485         * src/imap_gtk.c
6486         * src/mainwindow.c
6487         * src/mh_gtk.c
6488         * src/news_gtk.c
6489         * src/prefs_actions.c
6490         * src/prefs_customheader.c
6491         * src/prefs_filtering.c
6492         * src/prefs_matcher.c
6493         * src/prefs_template.c
6494         * src/ssl_manager.c
6495         * src/summaryview.c
6496         * src/textview.c
6497         * src/toolbar.c
6498                 All deletion confirmations are now "Cancel, Delete" 
6499                 instead of "No, Yes"
6500                 Clarified most of the other "No, Yes" to 
6501                 "Cancel, Descriptive_action"
6502                 Rechanged the "Entry not saved" alerts to have 
6503                 "Close, Continue editing"
6504
6505
6506 2006-01-14 [paul]
6507
6508         * 2.0.0-rc4 released
6509
6510 2006-01-14 [paul]       1.9.100cvs148
6511
6512         * src/account.c
6513         * src/addressadd.c
6514         * src/addressbook.c
6515         * src/compose.c
6516         * src/editaddress.c
6517         * src/editbook.c
6518         * src/editgroup.c
6519         * src/editjpilot.c
6520         * src/editldap.c
6521         * src/editvcard.c
6522         * src/exphtmldlg.c
6523         * src/expldifdlg.c
6524         * src/folderview.c
6525         * src/grouplistdialog.c
6526         * src/imap_gtk.c
6527         * src/importmutt.c
6528         * src/importpine.c
6529         * src/inc.c
6530         * src/main.c
6531         * src/mainwindow.c
6532         * src/message_search.c
6533         * src/messageview.c
6534         * src/mh_gtk.c
6535         * src/mimeview.c
6536         * src/news_gtk.c
6537         * src/prefs_actions.c
6538         * src/prefs_customheader.c
6539         * src/prefs_filtering.c
6540         * src/prefs_matcher.c
6541         * src/prefs_template.c
6542         * src/prefs_themes.c
6543         * src/ssl_manager.c
6544         * src/summary_search.c
6545         * src/summaryview.c
6546         * src/textview.c
6547         * src/toolbar.c
6548         * src/gtk/foldersort.c
6549         * src/gtk/gtkaspell.c
6550         * src/gtk/inputdialog.c
6551         * src/gtk/prefswindow.c
6552         * src/plugins/pgpcore/select-keys.c
6553         * src/plugins/trayicon/trayicon.c
6554                 HIG compliant button order
6555
6556 2006-01-14 [mones]      1.9.100cvs147
6557
6558         * po/es.po
6559                 Updated translation
6560
6561 2006-01-13 [paul]       1.9.100cvs146
6562
6563         * AUTHORS
6564         * ChangeLog
6565         * src/gtk/authors.h
6566                 add Joshua M. Kwan to contributors list
6567
6568 2006-01-13 [colin]      1.9.100cvs145
6569
6570         * src/gtk/quicksearch.c
6571                 Don't refocus quick search after executing (Esc or Enter)
6572                 Allows to '/'search something then move up/down in 
6573                 summaryview, and to Esc a search and be back in the 
6574                 summaryview
6575
6576 2006-01-13 [paul]       1.9.100cvs144
6577
6578         * src/plugins/pgpinline/pgpinline.c
6579                 support Content-Type 'application/pgp'
6580                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6581
6582 2006-01-13 [paul]       1.9.100cvs143
6583
6584         * manual/account.xml
6585                 make mention of partial retrieval
6586                 thanks to Colin
6587
6588 2006-01-13 [paul]       1.9.100cvs142
6589
6590         * src/account.c
6591         * src/account.h
6592         * src/action.c
6593         * src/action.h
6594         * src/adbookbase.h
6595         * src/addr_compl.c
6596         * src/addr_compl.h
6597         * src/addrbook.c
6598         * src/addrcache.c
6599         * src/addrcache.h
6600         * src/addrcindex.c
6601         * src/addrcindex.h
6602         * src/addrclip.c
6603         * src/addrclip.h
6604         * src/addrdefs.h
6605         * src/addressadd.c
6606         * src/addressadd.h
6607         * src/addressbook.c
6608         * src/addressbook.h
6609         * src/addrgather.c
6610         * src/addrgather.h
6611         * src/addrharvest.c
6612         * src/addrharvest.h
6613         * src/addrindex.c
6614         * src/addrindex.h
6615         * src/addritem.c
6616         * src/addritem.h
6617         * src/addrquery.c
6618         * src/addrquery.h
6619         * src/addrselect.c
6620         * src/addrselect.h
6621         * src/alertpanel.c
6622         * src/alertpanel.h
6623         * src/browseldap.c
6624         * src/browseldap.h
6625         * src/codeconv.c
6626         * src/codeconv.h
6627         * src/compose.c
6628         * src/compose.h
6629         * src/customheader.c
6630         * src/customheader.h
6631         * src/displayheader.c
6632         * src/displayheader.h
6633         * src/editaddress.c
6634         * src/editaddress.h
6635         * src/editbook.c
6636         * src/editbook.h
6637         * src/editgroup.c
6638         * src/editgroup.h
6639         * src/editjpilot.c
6640         * src/editjpilot.h
6641         * src/editldap.c
6642         * src/editldap.h
6643         * src/editldap_basedn.c
6644         * src/editldap_basedn.h
6645         * src/editvcard.c
6646         * src/editvcard.h
6647         * src/exphtmldlg.c
6648         * src/exphtmldlg.h
6649         * src/expldifdlg.c
6650         * src/expldifdlg.h
6651         * src/export.h
6652         * src/exporthtml.c
6653         * src/exporthtml.h
6654         * src/exportldif.c
6655         * src/exportldif.h
6656         * src/filtering.c
6657         * src/filtering.h
6658         * src/folder.c
6659         * src/folder.h
6660         * src/folder_item_prefs.c
6661         * src/folder_item_prefs.h
6662         * src/foldersel.c
6663         * src/foldersel.h
6664         * src/folderutils.c
6665         * src/folderutils.h
6666         * src/folderview.c
6667         * src/folderview.h
6668         * src/grouplistdialog.c
6669         * src/grouplistdialog.h
6670         * src/headerview.c
6671         * src/html.c
6672         * src/html.h
6673         * src/image_viewer.c
6674         * src/image_viewer.h
6675         * src/imap.c
6676         * src/imap.h
6677         * src/imap_gtk.c
6678         * src/imap_gtk.h
6679         * src/import.h
6680         * src/importldif.c
6681         * src/importldif.h
6682         * src/importmutt.c
6683         * src/importmutt.h
6684         * src/importpine.c
6685         * src/importpine.h
6686         * src/inc.c
6687         * src/inc.h
6688         * src/jpilot.c
6689         * src/jpilot.h
6690         * src/ldapctrl.c
6691         * src/ldapctrl.h
6692         * src/ldaplocate.c
6693         * src/ldaplocate.h
6694         * src/ldapquery.c
6695         * src/ldapquery.h
6696         * src/ldapserver.c
6697         * src/ldapserver.h
6698         * src/ldaputil.c
6699         * src/ldaputil.h
6700         * src/ldif.c
6701         * src/ldif.h
6702         * src/main.c
6703         * src/main.h
6704         * src/mainwindow.c
6705         * src/mainwindow.h
6706         * src/manual.c
6707         * src/manual.h
6708         * src/mbox.c
6709         * src/mbox.h
6710         * src/message_search.c
6711         * src/message_search.h
6712         * src/messageview.c
6713         * src/messageview.h
6714         * src/mh.c
6715         * src/mh.h
6716         * src/mh_gtk.c
6717         * src/mh_gtk.h
6718         * src/mimeview.c
6719         * src/mimeview.h
6720         * src/msgcache.c
6721         * src/msgcache.h
6722         * src/mutt.c
6723         * src/mutt.h
6724         * src/news.c
6725         * src/news.h
6726         * src/news_gtk.c
6727         * src/news_gtk.h
6728         * src/partial_download.c
6729         * src/partial_download.h
6730         * src/pine.c
6731         * src/pine.h
6732         * src/pop.c
6733         * src/pop.h
6734         * src/prefs_account.c
6735         * src/prefs_account.h
6736         * src/prefs_actions.c
6737         * src/prefs_actions.h
6738         * src/prefs_common.c
6739         * src/prefs_common.h
6740         * src/prefs_compose_writing.c
6741         * src/prefs_compose_writing.h
6742         * src/prefs_customheader.c
6743         * src/prefs_customheader.h
6744         * src/prefs_display_header.c
6745         * src/prefs_display_header.h
6746         * src/prefs_filtering.c
6747         * src/prefs_filtering.h
6748         * src/prefs_filtering_action.c
6749         * src/prefs_filtering_action.h
6750         * src/prefs_folder_column.c
6751         * src/prefs_folder_column.h
6752         * src/prefs_folder_item.c
6753         * src/prefs_folder_item.h
6754         * src/prefs_fonts.c
6755         * src/prefs_fonts.h
6756         * src/prefs_gtk.c
6757         * src/prefs_gtk.h
6758         * src/prefs_image_viewer.c
6759         * src/prefs_image_viewer.h
6760         * src/prefs_matcher.c
6761         * src/prefs_matcher.h
6762         * src/prefs_message.c
6763         * src/prefs_msg_colors.c
6764         * src/prefs_msg_colors.h
6765         * src/prefs_other.c
6766         * src/prefs_quote.c
6767         * src/prefs_receive.c
6768         * src/prefs_send.c
6769         * src/prefs_spelling.c
6770         * src/prefs_spelling.h
6771         * src/prefs_summaries.c
6772         * src/prefs_summaries.h
6773         * src/prefs_summary_column.c
6774         * src/prefs_summary_column.h
6775         * src/prefs_template.c
6776         * src/prefs_template.h
6777         * src/prefs_themes.c
6778         * src/prefs_themes.h
6779         * src/prefs_toolbar.c
6780         * src/prefs_toolbar.h
6781         * src/prefs_wrapping.c
6782         * src/prefs_wrapping.h
6783         * src/privacy.c
6784         * src/privacy.h
6785         * src/procheader.c
6786         * src/procheader.h
6787         * src/procmime.c
6788         * src/procmime.h
6789         * src/procmsg.c
6790         * src/procmsg.h
6791         * src/quote_fmt.c
6792         * src/quote_fmt_parse.y
6793         * src/recv.c
6794         * src/recv.h
6795         * src/remotefolder.c
6796         * src/remotefolder.h
6797         * src/send_message.c
6798         * src/send_message.h
6799         * src/setup.c
6800         * src/setup.h
6801         * src/sourcewindow.c
6802         * src/sourcewindow.h
6803         * src/ssl_manager.c
6804         * src/ssl_manager.h
6805         * src/statusbar.c
6806         * src/statusbar.h
6807         * src/stock_pixmap.c
6808         * src/stock_pixmap.h
6809         * src/summary_search.c
6810         * src/summary_search.h
6811         * src/summaryview.c
6812         * src/summaryview.h
6813         * src/syldap.c
6814         * src/syldap.h
6815         * src/textview.c
6816         * src/textview.h
6817         * src/toolbar.c
6818         * src/toolbar.h
6819         * src/undo.c
6820         * src/undo.h
6821         * src/unmime.c
6822         * src/unmime.h
6823         * src/vcard.c
6824         * src/vcard.h
6825         * src/wizard.c
6826         * src/wizard.h
6827         * src/common/base64.c
6828         * src/common/base64.h
6829         * src/common/defs.h
6830         * src/common/hooks.c
6831         * src/common/hooks.h
6832         * src/common/log.c
6833         * src/common/log.h
6834         * src/common/mgutils.c
6835         * src/common/mgutils.h
6836         * src/common/nntp.c
6837         * src/common/nntp.h
6838         * src/common/passcrypt.c
6839         * src/common/passcrypt.h.in
6840         * src/common/plugin.c
6841         * src/common/plugin.h
6842         * src/common/prefs.c
6843         * src/common/prefs.h
6844         * src/common/progressindicator.c
6845         * src/common/progressindicator.h
6846         * src/common/quoted-printable.c
6847         * src/common/quoted-printable.h
6848         * src/common/session.c
6849         * src/common/session.h
6850         * src/common/smtp.c
6851         * src/common/smtp.h
6852         * src/common/socket.c
6853         * src/common/socket.h
6854         * src/common/ssl.c
6855         * src/common/ssl.h
6856         * src/common/ssl_certificate.c
6857         * src/common/ssl_certificate.h
6858         * src/common/stringtable.c
6859         * src/common/stringtable.h
6860         * src/common/sylpheed.c
6861         * src/common/sylpheed.h
6862         * src/common/template.c
6863         * src/common/template.h
6864         * src/common/timing.h
6865         * src/common/utils.c
6866         * src/common/utils.h
6867         * src/common/version.h.in
6868         * src/common/xml.c
6869         * src/common/xml.h
6870         * src/common/xmlprops.c
6871         * src/common/xmlprops.h
6872         * src/gtk/colorlabel.c
6873         * src/gtk/colorsel.c
6874         * src/gtk/colorsel.h
6875         * src/gtk/description_window.c
6876         * src/gtk/description_window.h
6877         * src/gtk/filesel.c
6878         * src/gtk/filesel.h
6879         * src/gtk/foldersort.c
6880         * src/gtk/foldersort.h
6881         * src/gtk/gtkutils.c
6882         * src/gtk/gtkutils.h
6883         * src/gtk/inputdialog.c
6884         * src/gtk/inputdialog.h
6885         * src/gtk/logwindow.c
6886         * src/gtk/logwindow.h
6887         * src/gtk/manage_window.c
6888         * src/gtk/manage_window.h
6889         * src/gtk/menu.c
6890         * src/gtk/menu.h
6891         * src/gtk/pluginwindow.c
6892         * src/gtk/pluginwindow.h
6893         * src/gtk/prefswindow.c
6894         * src/gtk/prefswindow.h
6895         * src/gtk/progressdialog.c
6896         * src/gtk/progressdialog.h
6897         * src/gtk/sslcertwindow.c
6898         * src/gtk/sslcertwindow.h
6899         * src/plugins/clamav/clamav_plugin.c
6900         * src/plugins/clamav/clamav_plugin.h
6901         * src/plugins/clamav/clamav_plugin_gtk.c
6902         * src/plugins/demo/demo.c
6903         * src/plugins/dillo_viewer/dillo_prefs.c
6904         * src/plugins/dillo_viewer/dillo_prefs.h
6905         * src/plugins/dillo_viewer/dillo_viewer.c
6906         * src/plugins/pgpcore/passphrase.c
6907         * src/plugins/pgpcore/passphrase.h
6908         * src/plugins/pgpcore/plugin.c
6909         * src/plugins/pgpcore/select-keys.c
6910         * src/plugins/pgpcore/select-keys.h
6911         * src/plugins/pgpcore/sgpgme.c
6912         * src/plugins/pgpcore/sgpgme.h
6913         * src/plugins/pgpinline/pgpinline.c
6914         * src/plugins/pgpinline/pgpinline.h
6915         * src/plugins/pgpinline/plugin.c
6916         * src/plugins/pgpmime/pgpmime.c
6917         * src/plugins/pgpmime/pgpmime.h
6918         * src/plugins/pgpmime/plugin.c
6919         * src/plugins/spamassassin/spamassassin.c
6920         * src/plugins/spamassassin/spamassassin.h
6921         * src/plugins/spamassassin/spamassassin_gtk.c
6922         * src/plugins/trayicon/trayicon.c
6923                 update copyright header
6924
6925 2006-01-13 [paul]       1.9.100cvs141
6926
6927         * src/account.c
6928         * src/export.c
6929         * src/import.c
6930         * src/mainwindow.c
6931         * src/prefs_account.c
6932         * src/prefs_display_header.c
6933         * src/prefs_receive.c
6934         * src/prefs_send.c
6935         * src/prefs_summaries.c
6936         * src/prefs_themes.c
6937         * src/prefs_toolbar.c
6938         * src/gtk/about.c
6939                 various cleanups
6940
6941 2006-01-12 [colin]      1.9.100cvs140
6942
6943         * src/folder.c
6944         * src/folder.h
6945         * src/main.c
6946                 Add --subscribe option
6947                 Let sylpheed-claws email@domain.com equivalent to --compose
6948                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6949
6950 2006-01-12 [paul]       1.9.100cvs139
6951
6952         * src/mainwindow.c
6953                 append 'Change folder order' label with '...'
6954         * src/prefs_actions.c
6955                 allow reordering of actions list by dnd
6956         * src/gtk/foldersort.c
6957                 make the dialog nicer
6958
6959 2006-01-11 [colin]      1.9.100cvs138
6960
6961         * src/compose.c
6962                 Allow templates without text
6963
6964 2006-01-11 [paul]       1.9.100cvs137
6965
6966         * tools/README
6967         * tools/filter_conv_new.pl
6968                 add info to README
6969                 also check .sylpheed for filter.xml
6970                 be a bit informative to the user
6971
6972 2006-01-11 [colin]      1.9.100cvs136
6973
6974         * src/textview.c
6975                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6976
6977 2006-01-10 [paul]       1.9.100cvs135
6978
6979         * tools/Makefile.am
6980         * tools/filter_conv_new.pl
6981                 add script to convert new style Sylpheed
6982                 filter rules (Sylpheed >= 0.9.99) to
6983                 Claws filtering rules
6984
6985 2006-01-10 [colin]      1.9.100cvs134
6986
6987         * src/compose.c
6988                 Fix broken line joins in certain conditions
6989                 (between two quoted lines: <enter><enter><up>
6990                  <type a wrapped sentence><go in the first line>
6991                  <insert more text><watch as line joining failed>)
6992
6993 2006-01-10 [paul]       1.9.100cvs133
6994
6995         * src/compose.c
6996                 don't report success in error dialog
6997                 thanks to Colin
6998         * src/common/utils.c
6999                 include some trailing punctuations as URI
7000                 thanks to Hiro
7001
7002 2006-01-10 [paul]       1.9.100cvs132
7003
7004         * src/mimeview.c
7005                 fix incompatible pointer type
7006                 warning
7007
7008 2006-01-10 [paul]       1.9.100cvs131
7009
7010         * src/compose.c
7011                 change Subject in window title
7012                 instantaneously
7013
7014 2006-01-09 [colin]      1.9.100cvs130
7015
7016         * src/addressbook.c
7017         * src/headerview.c
7018         * src/mainwindow.c
7019         * src/messageview.c
7020         * src/mimeview.c
7021         * src/noticeview.c
7022         * src/summaryview.c
7023                 Fix possible crashes on exit and in addressbook
7024
7025 2006-01-09 [paul]       1.9.100cvs129
7026
7027         * src/prefs_msg_colors.c
7028                 some cleanups that I forgot last time
7029
7030 2006-01-09 [paul]       1.9.100cvs128
7031
7032         * README
7033         * src/folderview.c
7034         * src/prefs_msg_colors.c
7035                 add previously hidden option, color_new, to
7036                 the gui
7037                 move the page to Display/
7038                 rework the gui
7039
7040 2006-01-09 [wwp]        1.9.100cvs127
7041
7042         * src/prefs_themes.c
7043                 made the prefs/display/themes layouts spacing less condensed
7044                 (and so they match other prefs/pages' look).
7045
7046 2006-01-09 [paul]       1.9.100cvs126
7047
7048         * src/compose.c
7049         * src/prefs_common.c
7050         * src/prefs_common.h
7051         * src/prefs_wrapping.c
7052                 remove 'wrap at send' option
7053
7054 2006-01-06 [colin]      1.9.100cvs125
7055
7056         * src/compose.c
7057                 Just make completely sure we don't insert "manual line breaks" 
7058                 when wrapping... 
7059
7060 2006-01-04 [paul]
7061
7062         * 2.0.0-rc3 released
7063
7064 2006-01-04 [paul]       1.9.100cvs124
7065
7066         * src/folderview.c
7067                 fix bug 882, 'quick scroll in folder list
7068                 displays wrong folder contents'
7069
7070 2006-01-04 [paul]       1.9.100cvs123
7071
7072         * src/plugins/pgpmime/pgpmime.c
7073                 better debug information when signing
7074                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7075
7076 2006-01-03 [colin]      1.9.100cvs122
7077
7078         * configure.ac
7079                 We need to recheck for gpgme 1.0.0 after checking
7080                 for 1.1.1, because if 1.1.1 isn't available, 
7081                 GPGME_LIBS and friends are blanked out by the 
7082                 second check.
7083
7084 2006-01-03 [colin]      1.9.100cvs121
7085
7086         * src/common/prefs.c
7087                 Windows unlink-before rename fix
7088         * src/plugins/pgpcore/sgpgme.c
7089                 Add support for PKA info if available
7090                 Both patches by Werner Koch
7091
7092 2006-01-03 [paul]       1.9.100cvs120
7093
7094         * src/messageview.c
7095                 fix bug 884, 'Send receipt' button visible in queue
7096                 Thanks to Colin
7097
7098 2006-01-02 [colin]      1.9.100cvs119
7099
7100         * src/compose.c
7101         * src/imap.c
7102                 Fix autosave on IMAP and more generally try to
7103                 return the correct ID on a newly added IMAP message
7104
7105 2006-01-02 [paul]       1.9.100cvs118
7106
7107         * manual/keyboard.xml
7108                 edited
7109
7110 2006-01-01 [paul]       1.9.100cvs117
7111
7112         * src/gtk/authors.h
7113                 alphabetical order
7114
7115 2005-12-30 [colin]      1.9.100cvs116
7116
7117         * manual/advanced.xml
7118                 Explain Pre/Post-processing differences.
7119
7120 2005-12-30 [colin]      1.9.100cvs115
7121
7122         * src/mh.c
7123                 Implement copy_msgs for a little optimization
7124         * src/imap.c
7125                 Finish yesterday's fix
7126
7127 2005-12-29 [colin]      1.9.100cvs114
7128
7129         * src/imap.c
7130                 Fix occasional failure in fetching a mail over
7131                 IMAP
7132
7133 2005-12-29 [colin]      1.9.100cvs113
7134
7135         * src/compose.c
7136                 Don't remove a draft when sending it, if it is 
7137                 locked.
7138
7139 2005-12-28 [colin]      1.9.100cvs112
7140
7141         * src/summaryview.c
7142                 Fix leak for real
7143
7144 2005-12-28 [wwp]        1.9.100cvs111
7145
7146         * doc/faq/.cvsignore
7147         * doc/faq/de/.cvsignore
7148         * doc/faq/en/.cvsignore
7149         * doc/faq/es/.cvsignore
7150         * doc/faq/fr/.cvsignore
7151         * doc/faq/it/.cvsignore
7152         * doc/manual/.cvsignore
7153         * doc/manual/de/.cvsignore
7154         * doc/manual/en/.cvsignore
7155         * doc/manual/es/.cvsignore
7156         * doc/manual/fr/.cvsignore
7157         * doc/manual/ja/.cvsignore
7158         * src/plugins/mathml_viewer/.cvsignore
7159                 rollback revival of those files (my bad, sorry for the noise).
7160
7161 2005-12-28 [wwp]        1.9.100cvs110
7162
7163         * src/compose.c
7164                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7165
7166 2005-12-28 [wwp]        1.9.100cvs109
7167
7168         * doc/faq/.cvsignore
7169         * doc/faq/de/.cvsignore
7170         * doc/faq/en/.cvsignore
7171         * doc/faq/es/.cvsignore
7172         * doc/faq/fr/.cvsignore
7173         * doc/faq/it/.cvsignore
7174         * doc/manual/.cvsignore
7175         * doc/manual/de/.cvsignore
7176         * doc/manual/en/.cvsignore
7177         * doc/manual/es/.cvsignore
7178         * doc/manual/fr/.cvsignore
7179         * doc/manual/ja/.cvsignore
7180         * src/plugins/mathml_viewer/.cvsignore
7181         * po/.cvsignore
7182                 more files to ignore.
7183
7184 2005-12-24 [colin]      1.9.100cvs108
7185
7186         * AUTHORS
7187         * src/gtk/authors.h
7188                 Update for Werner
7189
7190 2005-12-24 [colin]      1.9.100cvs107
7191
7192         * src/procmsg.c
7193                 Allow NULL src_msginfo in 
7194                 procmsg_msginfo_new_from_mimeinfo
7195
7196 2005-12-23 [paul]       1.9.100cvs106
7197
7198         * src/plugins/pgpinline/mypgpcore.def
7199                 add this forgotten file
7200
7201 2005-12-23 [colin]      1.9.100cvs105
7202
7203         * src/mainwindow.c
7204                 Fix missing break
7205
7206 2005-12-23 [colin]      1.9.100cvs104
7207
7208         * autogen.sh
7209         * src/folder.c
7210         * src/mh.c
7211         * src/common/plugin.c
7212         * src/common/socket.c
7213         * src/common/socket.h
7214         * src/common/utils.c
7215         * src/common/utils.h
7216         * src/gtk/pluginwindow.c
7217         * src/plugins/pgpcore/plugin.def
7218         * src/plugins/pgpcore/sylpheed.def
7219         * src/plugins/pgpinline/Makefile.am
7220         * src/plugins/pgpinline/plugin.def
7221         * src/plugins/pgpinline/sylpheed.def
7222         * src/plugins/pgpmime/plugin.def
7223         * src/plugins/pgpmime/sylpheed.def
7224                 Various w32 fixes by Werner Koch
7225
7226 2005-12-22 [paul]       1.9.100cvs103
7227
7228         * src/wizard.c
7229                 don't offer IMAP as 'server type' if
7230                 libetpan isn't built in
7231
7232 2005-12-22 [paul]       1.9.100cvs102
7233
7234         * AUTHORS
7235         * src/mainwindow.c
7236         * src/mainwindow.h
7237         * src/toolbar.c
7238         * src/gtk/authors.h
7239                 support GTK_TOOLBAR_BOTH_HORIZ (text
7240                 next to icon) Patch by Marien Zwart
7241                 marienz@users.sf.net
7242                 Also reword the text
7243
7244 2005-12-21 [colin]      1.9.100cvs101
7245
7246         * configure.ac
7247                 Fix DATADIRNAME
7248         * COPYING
7249                 Fix missing section and explicit the exception better
7250         * src/compose.c
7251                 Prevent mail from being lost without notice when an
7252                 SMTP error happens on trying to send an unmodified
7253                 drafted mail.
7254         * src/send_message.c
7255         * src/common/smtp.c
7256                 Fix password remembering when wrong, and add return
7257                 value checks where they should have been
7258         * src/plugins/pgpcore/sylpheed.def
7259         * src/plugins/pgpinline/sylpheed.def
7260         * src/plugins/pgpmime/sylpheed.def
7261                 Add a few symbols needed
7262
7263 2005-12-21 [paul]       1.9.100cvs100
7264
7265         * m4/codeset.m4
7266         * m4/glibc21.m4
7267         * m4/intdiv0.m4
7268         * m4/inttypes-pri.m4
7269         * m4/inttypes.m4
7270         * m4/inttypes_h.m4
7271         * m4/isc-posix.m4
7272         * m4/lcmessage.m4
7273         * m4/stdint_h.m4
7274         * m4/uintmax_t.m4
7275                 gettextization
7276                 thanks to Colin
7277
7278 2005-12-21 [paul]       1.9.100cvs99
7279
7280         * po/sv.po
7281                 fixed by Colin
7282
7283 2005-12-20 [paul]       1.9.100cvs98
7284
7285         * po/sv.po
7286                 updated by Anders Trobäck
7287
7288 2005-12-20 [colin]      1.9.100cvs97
7289
7290         * ABOUT-NLS
7291         * Makefile.am
7292         * autogen.sh
7293         * configure.ac
7294         * config/config.rpath
7295         * config/mkinstalldirs
7296         * m4/Makefile.am
7297         * m4/glibc2.m4
7298         * m4/gnupg.m4
7299         * m4/gpgme.m4
7300         * m4/intmax.m4
7301         * m4/longdouble.m4
7302         * m4/longlong.m4
7303         * m4/printf-posix.m4
7304         * m4/signed.m4
7305         * m4/size_max.m4
7306         * m4/ulonglong.m4
7307         * m4/wchar_t.m4
7308         * m4/wint_t.m4
7309         * m4/xsize.m4
7310         * po/Makefile.in.in
7311         * po/Makevars
7312         * po/bg.po
7313         * po/ca.po
7314         * po/cs.po
7315         * po/de.po
7316         * po/el.po
7317         * po/en_GB.po
7318         * po/es.po
7319         * po/fi.po
7320         * po/fr.po
7321         * po/hr.po
7322         * po/hu.po
7323         * po/it.po
7324         * po/ja.po
7325         * po/ko.po
7326         * po/nb.po
7327         * po/nl.po
7328         * po/pl.po
7329         * po/pt_BR.po
7330         * po/ru.po
7331         * po/sk.po
7332         * po/sr.po
7333         * po/stamp-po
7334         * po/sv.po
7335         * po/zh_CN.po
7336         * po/zh_TW.po
7337         * src/Makefile.am
7338         * src/codeconv.c
7339         * src/compose.c
7340         * src/exporthtml.c
7341         * src/exportldif.c
7342         * src/folder.c
7343         * src/main.c
7344         * src/manual.c
7345         * src/mh.c
7346         * src/mimeview.c
7347         * src/send_message.c
7348         * src/common/Makefile.am
7349         * src/common/fnmatch.c
7350         * src/common/fnmatch.h
7351         * src/common/fnmatch_loop.c
7352         * src/common/nntp.c
7353         * src/common/plugin.c
7354         * src/common/smtp.c
7355         * src/common/socket.c
7356         * src/common/string_match.c
7357         * src/common/sylpheed.c
7358         * src/common/utils.c
7359         * src/common/utils.h
7360         * src/common/w32_dirent.c
7361         * src/common/w32_reg.c
7362         * src/common/w32_signal.c
7363         * src/common/w32_stat.c
7364         * src/common/w32_stdio.c
7365         * src/common/w32_stdlib.c
7366         * src/common/w32_string.c
7367         * src/common/w32_time.c
7368         * src/common/w32_unistd.c
7369         * src/common/w32_wait.c
7370         * src/common/w32lib.h
7371         * src/etpan/Makefile.am
7372         * src/gtk/Makefile.am
7373         * src/plugins/clamav/Makefile.am
7374         * src/plugins/demo/Makefile.am
7375         * src/plugins/dillo_viewer/Makefile.am
7376         * src/plugins/pgpcore/Makefile.am
7377         * src/plugins/pgpcore/passphrase.c
7378         * src/plugins/pgpcore/plugin.def
7379         * src/plugins/pgpcore/sgpgme.c
7380         * src/plugins/pgpcore/sylpheed.def
7381         * src/plugins/pgpcore/version.rc
7382         * src/plugins/pgpinline/Makefile.am
7383         * src/plugins/pgpinline/plugin.def
7384         * src/plugins/pgpinline/sylpheed.def
7385         * src/plugins/pgpinline/version.rc
7386         * src/plugins/pgpmime/Makefile.am
7387         * src/plugins/pgpmime/mypgpcore.def
7388         * src/plugins/pgpmime/plugin.def
7389         * src/plugins/pgpmime/sylpheed.def
7390         * src/plugins/pgpmime/version.rc
7391         * src/plugins/spamassassin/Makefile.am
7392                 Very little ;-) patch from Werner Koch, providing
7393                 infrastructure for cross-compiling to Win32
7394
7395 2005-12-20 [paul]       1.9.100cvs96
7396
7397         * src/account.c
7398         * src/account.h
7399         * src/mainwindow.c
7400         * src/mainwindow.h
7401         * src/toolbar.c
7402         * src/toolbar.h
7403                 add a combo to the Get All button, allowing
7404                 quick retrieval from any account
7405                 Patch by Fabien Vantard, slightly modified
7406                 by Colin
7407         * src/gtk/about.c
7408                 i18n fix. Patch by Fabien Vantard
7409
7410 2005-12-19 [colin]      1.9.100cvs95
7411
7412         * src/compose.c
7413         * src/compose.h
7414                 Don't automatically join lines when they've 
7415                 been separated by the user and not automatically
7416
7417 2005-12-19 [paul]       1.9.100cvs94
7418
7419         * src/gtk/pluginwindow.c
7420                 i18n fix.
7421                 Patch by Fabien Vantard
7422
7423 2005-12-15 [paul]       1.9.100cvs93
7424
7425         * src/common/plugin.c
7426         * src/common/plugin.h
7427         * src/gtk/pluginwindow.c
7428         * src/plugins/clamav/clamav_plugin.c
7429         * src/plugins/demo/demo.c
7430         * src/plugins/dillo_viewer/dillo_viewer.c
7431         * src/plugins/pgpcore/plugin.c
7432         * src/plugins/pgpinline/plugin.c
7433         * src/plugins/pgpmime/plugin.c
7434         * src/plugins/spamassassin/spamassassin.c
7435         * src/plugins/trayicon/trayicon.c
7436                 add plugin_version()
7437
7438 2005-12-15 [colin]      1.9.100cvs92
7439
7440         * src/compose.c
7441                 Further fix bug #875
7442
7443 2005-12-15 [paul]       1.9.100cvs91
7444
7445         * src/gtk/filesel.c
7446                 fix attach_load_dir getting set to
7447                 PLUGINDIR on plugin load
7448
7449 2005-12-14 [mones]      1.9.100cvs90
7450
7451         * manual/ack.xml
7452         * manual/keyboard.xml
7453                 Initial draft and some shortcuts added
7454                 
7455         * po/es.po
7456                 Updated translation
7457
7458 2005-12-14 [colin]      1.9.100cvs89
7459
7460         * src/compose.c
7461         * src/imap.c
7462         * src/summaryview.c
7463         * src/gtk/gtkaspell.c
7464                 More leaks fixed
7465         * src/prefs_folder_item.c
7466                 Fix recursive prefs apply
7467
7468
7469 2005-12-14 [colin]      1.9.100cvs88
7470
7471         * src/compose.c
7472                 Fix bug #875 (Freeze On Inline Forward of 
7473                 Large Message)
7474
7475 2005-12-13 [colin]      1.9.100cvs87
7476
7477         * src/compose.c
7478                 Uniq-ify and sort the mimetypes list
7479                 Patch by Fabien Vantard
7480
7481 2005-12-13 [colin]      1.9.100cvs86
7482
7483         * src/imap.c
7484         * src/etpan/imap-thread.c
7485                 Fix leaks (patch by Hoa)
7486         * src/news.c
7487         * src/common/plugin.c
7488                 Fix leaks
7489
7490 2005-12-12 [colin]
7491
7492         * 2.0.0-rc2 released
7493
7494 2005-12-12 [colin]      1.9.100cvs85
7495
7496         * src/matcher.c
7497                 Fix a leak
7498
7499 2005-12-12 [wwp]        1.9.100cvs84
7500
7501         * src/gtk/icon_legend.c
7502                 fix misbehaviour and crash when closing the legend window
7503         using the Esc key (patch by Fabien Vantard).
7504
7505 2005-12-12 [paul]       1.9.100cvs83
7506
7507         * src/browseldap.c
7508         * src/foldersel.c
7509         * src/prefs_actions.c
7510         * src/prefs_filtering.c
7511         * src/prefs_matcher.c
7512         * src/prefs_spelling.glade      ** REMOVED **
7513         * src/prefs_template.c
7514         * src/gtk/foldersort.glade      ** REMOVED **
7515         * src/gtk/pluginwindow.c
7516         * src/gtk/pluginwindow.glade    ** REMOVED **
7517         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7518                 cleanups
7519
7520 2005-12-11 [paul]       1.9.100cvs82
7521
7522         * src/gtk/filesel.c
7523                 fix attach_load_dir crasher (double free)
7524
7525 2005-12-09 [paul]       1.9.100cvs81
7526
7527         * po/POTFILES.in
7528         * src/mainwindow.c
7529         * src/gtk/Makefile.am
7530         * src/gtk/icon_legend.c
7531         * src/gtk/icon_legend.h
7532                 add icon legend
7533         * src/manual.c
7534                 cleanup
7535
7536 2005-12-09 [paul]       1.9.100cvs80
7537
7538         * src/plugins/pgpcore/passphrase.c
7539                 wrap the label in the dialog
7540
7541 2005-12-09 [colin]      1.9.100cvs79
7542
7543         * src/plugins/pgpcore/sgpgme.c
7544                 Display (untrusted) on not trusted signatures
7545                 Patch by Michal Èihaø <michal@cihar.com>
7546                 Closes bug #867 (Report also key trust)
7547
7548 2005-12-09 [colin]      1.9.100cvs78
7549
7550         * src/common/plugin.c
7551                 Update licence check, following Eben Moglen's advice
7552
7553 2005-12-08 [colin]      1.9.100cvs77
7554
7555         * src/folder.c
7556                 Fix the occasionnal item->cache != NULL 
7557                 assertion failure. 
7558
7559 2005-12-08 [colin]      1.9.100cvs76
7560
7561         * src/mimeview.c
7562         * src/plugins/pgpcore/sgpgme.c
7563                 Print key id when unable to check it
7564                 Closes bug #866 (Show key id when missing)
7565
7566 2005-12-08 [paul]       1.9.100cvs75
7567
7568         * src/prefs_common.c
7569         * src/prefs_common.h
7570         * src/gtk/filesel.c
7571                 remember load attachment dir
7572
7573 2005-12-07 [colin]      1.9.100cvs74
7574
7575         * src/prefs_toolbar.c
7576                 Gtk fixes, patch by Fabien Vantard
7577
7578 2005-12-07 [colin]      1.9.100cvs73
7579
7580         * src/action.c
7581         * src/compose.c
7582         * src/compose.h
7583                 Fix bug #839 (Quoted text isn't colored after 
7584                 executing an action)
7585         * src/common/plugin.c
7586                 Require plugins to declare their licence in plugin_licence()
7587                 Refuse to load non-GPL plugins as they'd be illegal (as 
7588                 derived works of Sylpheed-Claws, they must be GPL).
7589         * src/plugins/clamav/clamav_plugin.c
7590         * src/plugins/demo/demo.c
7591         * src/plugins/dillo_viewer/dillo_viewer.c
7592         * src/plugins/pgpcore/plugin.c
7593         * src/plugins/pgpinline/plugin.c
7594         * src/plugins/pgpmime/plugin.c
7595         * src/plugins/spamassassin/spamassassin.c
7596         * src/plugins/trayicon/trayicon.c
7597                 Add plugin_licence()
7598
7599 2005-12-07 [paul]       1.9.100cvs72
7600
7601         * configure.ac
7602         * src/mainwindow.c
7603         * src/manual.c
7604         * src/manual.h
7605         * src/common/defs.h
7606                 clean up after local FAQ removal and
7607                 temporary manual removal
7608
7609 2005-12-06 [colin]      1.9.100cvs71
7610
7611         * configure.ac
7612         * doc/Makefile.am
7613         * doc/faq/.cvsignore
7614         * doc/faq/Makefile.am
7615         * doc/faq/de/.cvsignore
7616         * doc/faq/de/Makefile.am
7617         * doc/faq/de/sylpheed-faq-1.html
7618         * doc/faq/de/sylpheed-faq-2.html
7619         * doc/faq/de/sylpheed-faq-3.html
7620         * doc/faq/de/sylpheed-faq.html
7621         * doc/faq/en/.cvsignore
7622         * doc/faq/en/Makefile.am
7623         * doc/faq/en/sylpheed-faq-1.html
7624         * doc/faq/en/sylpheed-faq-2.html
7625         * doc/faq/en/sylpheed-faq-3.html
7626         * doc/faq/en/sylpheed-faq-4.html
7627         * doc/faq/en/sylpheed-faq.html
7628         * doc/faq/es/.cvsignore
7629         * doc/faq/es/Makefile.am
7630         * doc/faq/es/sylpheed-faq-1.html
7631         * doc/faq/es/sylpheed-faq-2.html
7632         * doc/faq/es/sylpheed-faq-3.html
7633         * doc/faq/es/sylpheed-faq-4.html
7634         * doc/faq/es/sylpheed-faq.html
7635         * doc/faq/fr/.cvsignore
7636         * doc/faq/fr/Makefile.am
7637         * doc/faq/fr/sylpheed-faq-1.html
7638         * doc/faq/fr/sylpheed-faq-2.html
7639         * doc/faq/fr/sylpheed-faq-3.html
7640         * doc/faq/fr/sylpheed-faq.html
7641         * doc/faq/it/.cvsignore
7642         * doc/faq/it/Makefile.am
7643         * doc/faq/it/sylpheed-faq-1.html
7644         * doc/faq/it/sylpheed-faq-2.html
7645         * doc/faq/it/sylpheed-faq-3.html
7646         * doc/faq/it/sylpheed-faq.html
7647         * doc/manual/.cvsignore
7648         * doc/manual/Makefile.am
7649         * doc/manual/de/.cvsignore
7650         * doc/manual/de/Makefile.am
7651         * doc/manual/de/sylpheed-1.html
7652         * doc/manual/de/sylpheed-10.html
7653         * doc/manual/de/sylpheed-11.html
7654         * doc/manual/de/sylpheed-12.html
7655         * doc/manual/de/sylpheed-13.html
7656         * doc/manual/de/sylpheed-14.html
7657         * doc/manual/de/sylpheed-15.html
7658         * doc/manual/de/sylpheed-16.html
7659         * doc/manual/de/sylpheed-17.html
7660         * doc/manual/de/sylpheed-18.html
7661         * doc/manual/de/sylpheed-19.html
7662         * doc/manual/de/sylpheed-2.html
7663         * doc/manual/de/sylpheed-20.html
7664         * doc/manual/de/sylpheed-3.html
7665         * doc/manual/de/sylpheed-4.html
7666         * doc/manual/de/sylpheed-5.html
7667         * doc/manual/de/sylpheed-6.html
7668         * doc/manual/de/sylpheed-7.html
7669         * doc/manual/de/sylpheed-8.html
7670         * doc/manual/de/sylpheed-9.html
7671         * doc/manual/de/sylpheed.html
7672         * doc/manual/en/.cvsignore
7673         * doc/manual/en/Makefile.am
7674         * doc/manual/en/sylpheed-1.html
7675         * doc/manual/en/sylpheed-10.html
7676         * doc/manual/en/sylpheed-11.html
7677         * doc/manual/en/sylpheed-12.html
7678         * doc/manual/en/sylpheed-13.html
7679         * doc/manual/en/sylpheed-14.html
7680         * doc/manual/en/sylpheed-15.html
7681         * doc/manual/en/sylpheed-16.html
7682         * doc/manual/en/sylpheed-17.html
7683         * doc/manual/en/sylpheed-18.html
7684         * doc/manual/en/sylpheed-19.html
7685         * doc/manual/en/sylpheed-2.html
7686         * doc/manual/en/sylpheed-20.html
7687         * doc/manual/en/sylpheed-21.html
7688         * doc/manual/en/sylpheed-22.html
7689         * doc/manual/en/sylpheed-3.html
7690         * doc/manual/en/sylpheed-4.html
7691         * doc/manual/en/sylpheed-5.html
7692         * doc/manual/en/sylpheed-6.html
7693         * doc/manual/en/sylpheed-7.html
7694         * doc/manual/en/sylpheed-8.html
7695         * doc/manual/en/sylpheed-9.html
7696         * doc/manual/en/sylpheed.html
7697         * doc/manual/es/.cvsignore
7698         * doc/manual/es/Makefile.am
7699         * doc/manual/es/sylpheed-1.html
7700         * doc/manual/es/sylpheed-10.html
7701         * doc/manual/es/sylpheed-11.html
7702         * doc/manual/es/sylpheed-12.html
7703         * doc/manual/es/sylpheed-13.html
7704         * doc/manual/es/sylpheed-14.html
7705         * doc/manual/es/sylpheed-15.html
7706         * doc/manual/es/sylpheed-16.html
7707         * doc/manual/es/sylpheed-17.html
7708         * doc/manual/es/sylpheed-18.html
7709         * doc/manual/es/sylpheed-19.html
7710         * doc/manual/es/sylpheed-2.html
7711         * doc/manual/es/sylpheed-20.html
7712         * doc/manual/es/sylpheed-3.html
7713         * doc/manual/es/sylpheed-4.html
7714         * doc/manual/es/sylpheed-5.html
7715         * doc/manual/es/sylpheed-6.html
7716         * doc/manual/es/sylpheed-7.html
7717         * doc/manual/es/sylpheed-8.html
7718         * doc/manual/es/sylpheed-9.html
7719         * doc/manual/es/sylpheed.html
7720         * doc/manual/fr/.cvsignore
7721         * doc/manual/fr/Makefile.am
7722         * doc/manual/fr/sylpheed-1.html
7723         * doc/manual/fr/sylpheed-10.html
7724         * doc/manual/fr/sylpheed-11.html
7725         * doc/manual/fr/sylpheed-12.html
7726         * doc/manual/fr/sylpheed-13.html
7727         * doc/manual/fr/sylpheed-14.html
7728         * doc/manual/fr/sylpheed-15.html
7729         * doc/manual/fr/sylpheed-16.html
7730         * doc/manual/fr/sylpheed-17.html
7731         * doc/manual/fr/sylpheed-18.html
7732         * doc/manual/fr/sylpheed-19.html
7733         * doc/manual/fr/sylpheed-2.html
7734         * doc/manual/fr/sylpheed-20.html
7735         * doc/manual/fr/sylpheed-3.html
7736         * doc/manual/fr/sylpheed-4.html
7737         * doc/manual/fr/sylpheed-5.html
7738         * doc/manual/fr/sylpheed-6.html
7739         * doc/manual/fr/sylpheed-7.html
7740         * doc/manual/fr/sylpheed-8.html
7741         * doc/manual/fr/sylpheed-9.html
7742         * doc/manual/fr/sylpheed.html
7743         * doc/manual/ja/.cvsignore
7744         * doc/manual/ja/Makefile.am
7745         * doc/manual/ja/sylpheed-1.html
7746         * doc/manual/ja/sylpheed-10.html
7747         * doc/manual/ja/sylpheed-11.html
7748         * doc/manual/ja/sylpheed-12.html
7749         * doc/manual/ja/sylpheed-13.html
7750         * doc/manual/ja/sylpheed-14.html
7751         * doc/manual/ja/sylpheed-15.html
7752         * doc/manual/ja/sylpheed-16.html
7753         * doc/manual/ja/sylpheed-17.html
7754         * doc/manual/ja/sylpheed-18.html
7755         * doc/manual/ja/sylpheed-19.html
7756         * doc/manual/ja/sylpheed-2.html
7757         * doc/manual/ja/sylpheed-20.html
7758         * doc/manual/ja/sylpheed-3.html
7759         * doc/manual/ja/sylpheed-4.html
7760         * doc/manual/ja/sylpheed-5.html
7761         * doc/manual/ja/sylpheed-6.html
7762         * doc/manual/ja/sylpheed-7.html
7763         * doc/manual/ja/sylpheed-8.html
7764         * doc/manual/ja/sylpheed-9.html
7765         * doc/manual/ja/sylpheed.html
7766         * doc/manual/ja/sylpheed.sgml
7767         * src/mainwindow.c
7768                 Remove outdated manual and faq. Noisy, eh?
7769
7770 2005-12-06 [colin]      1.9.100cvs70
7771
7772         * src/compose.c
7773         * src/quote_fmt_parse.y
7774         * src/undo.c
7775         * src/undo.h
7776                 Allow %X to position cursor at 0 
7777                 (no %X = before signature)
7778                 Fix paste as quotation putting the cursor at 0
7779                 Fix undo offsets when pasting
7780                 Insert the quote_fmt at once instead of line 
7781                 by line
7782                 Fix [Edited] when starting to reply/forward
7783
7784 2005-12-06 [paul]       1.9.100cvs69
7785
7786         * src/plugins/clamav/clamav_plugin_gtk.c
7787                 add another tooltip
7788         * src/plugins/spamassassin/spamassassin_gtk.c
7789                 rework spamassassin_create_widget_func()
7790
7791 2005-12-05 [colin]      1.9.100cvs68
7792
7793         * po/POTFILES.in
7794                 Fix make release ;-)
7795
7796 2005-12-05 [colin]      1.9.100cvs67
7797
7798         * src/compose.c
7799         * src/compose.h
7800                 Fix cursor positioning (not obeying %X)
7801
7802 2005-12-05 [paul]       1.9.100cvs66
7803
7804         * src/plugins/dillo_viewer/dillo_prefs.c
7805                 fix compilation warning
7806
7807 2005-12-05 [paul]       1.9.100cvs65
7808
7809         * src/prefs_spelling.c
7810         * src/plugins/trayicon/trayicon.c
7811                 cleanups - remove unused stuff
7812
7813 2005-12-05 [paul]       1.9.100cvs64
7814
7815         * README
7816         * manual/plugins.xml
7817                 remove info about removed mathml_viewer plugin
7818
7819 2005-12-05 [paul]       1.9.100cvs63
7820
7821         * configure.ac
7822         * src/plugins/Makefile.am
7823         * src/plugins/mathml_viewer/.cvsignore
7824         * src/plugins/mathml_viewer/Makefile.am
7825         * src/plugins/mathml_viewer/mathml_viewer.c
7826                 remove unmaintained mathml_viewer plugin
7827
7828 2005-12-05 [paul]       1.9.100cvs62
7829
7830         * src/summaryview.c
7831                 obey prefs_common.always_show_msg when
7832                 moving a msg
7833                 Thanks to Colin
7834
7835 2005-12-05 [paul]       1.9.100cvs61
7836
7837         * src/compose.c
7838         * src/prefs_account.c
7839         * src/prefs_filtering.c
7840         * src/prefs_quote.c
7841         * src/prefs_spelling.c
7842         * src/prefs_toolbar.c
7843         * src/summaryview.c
7844         * src/gtk/gtkutils.c
7845         * src/gtk/quicksearch.c
7846         * src/plugins/dillo_viewer/dillo_prefs.c
7847                 dialog cleanups
7848
7849 2005-12-04 [paul]       1.9.100cvs60
7850
7851         * src/inc.c
7852         * src/prefs_account.c
7853         * src/prefs_account.h
7854                 allow a Local account to specify a
7855                 default inbox
7856                 (closes bug 843 'Inbox cannot be changed for local
7857                  mailboxes')
7858
7859 2005-12-04 [colin]      1.9.100cvs59
7860
7861         * src/plugins/trayicon/trayicon.c
7862                 Remove Get, rename Get All to Get Mail in order to
7863                 be consistent with the default main toolbar
7864
7865 2005-12-03 [colin]      1.9.100cvs58
7866
7867         * manual/gpl.xml
7868         * manual/sylpheed-claws-manual.xml
7869                 Add GPL appendix
7870
7871 2005-12-03 [paul]       1.9.100cvs57
7872
7873         * AUTHORS
7874         * po/sv.po
7875         * src/gtk/authors.h
7876                 new (partially complete) Swedish translation
7877                 by Anders Troback <sylpheed@troback.com>
7878
7879 2005-12-02 [paul]       1.9.100cvs56
7880
7881         * configure.ac
7882                 libetpan 0.41 required
7883
7884 2005-12-02 [paul]       1.9.100cvs55
7885
7886         * src/plugins/clamav/clamav_plugin.c
7887         * src/plugins/clamav/clamav_plugin.h
7888         * src/plugins/clamav/clamav_plugin_gtk.c
7889         * src/plugins/spamassassin/spamassassin.c
7890         * src/plugins/spamassassin/spamassassin.h
7891         * src/plugins/spamassassin/spamassassin_gtk.c
7892                 unregister prefs pages on unloading, thus
7893                 preventing a crash
7894                 (thanks to Colin for the hint)
7895
7896 2005-12-02 [wwp]        1.9.100cvs54
7897
7898         * src/quote_fmt.h
7899         * src/quote_fmt_parse.y
7900                 fix misuse of gboolean*, use gboolean instead
7901                 (thanks to Paul, Colin, for pointing out that scaring one)
7902
7903 2005-12-02 [paul]       1.9.100cvs53
7904
7905         * src/plugins/clamav/clamav_plugin.c
7906                 int no --> unsigned int no
7907         * src/plugins/clamav/clamav_plugin_gtk.c
7908                 rework config page
7909
7910 2005-12-02 [wwp]        1.9.100cvs52
7911
7912         * src/compose.c
7913         * src/prefs_template.c
7914         * src/quote_fmt.h
7915         * src/quote_fmt_parse.y
7916                 prevent from executing |f and |p templates commands when
7917                 adding or replacing templates in prefs (avoids annoying and
7918                 potentially dangerous behaviours)
7919
7920 2005-12-02 [paul]       1.9.100cvs51
7921
7922         * src/prefs_common.c
7923                 allow translation of some default values
7924                 Patch by Fabien Vantard
7925
7926 2005-12-02 [paul]       1.9.100cvs50
7927
7928         * src/codeconv.c
7929         * src/codeconv.h
7930         * src/prefs_common.c
7931         * src/prefs_common.h
7932         * src/prefs_message.c
7933         * src/textview.c
7934                 remove obsolete 'convert_mb_alnum' option
7935                 and related stuff
7936         * src/gtk/about.c
7937                 remove unused 'about_textview_visibility_notify'
7938
7939 2005-12-02 [paul]       1.9.100cvs49
7940
7941         * src/prefs_account.c
7942         * src/prefs_compose_writing.c
7943         * src/prefs_fonts.c
7944         * src/prefs_gtk.h
7945         * src/prefs_image_viewer.c
7946         * src/prefs_message.c
7947         * src/prefs_other.c
7948         * src/prefs_receive.c
7949         * src/prefs_send.c
7950         * src/prefs_spelling.c
7951         * src/prefs_summaries.c
7952         * src/prefs_wrapping.c
7953         * src/plugins/dillo_viewer/dillo_prefs.c
7954         * src/plugins/pgpcore/prefs_gpg.c
7955                 several cleanups to the prefs dialogs
7956                 (slightly modified) patch by Fabien Vantard
7957
7958 2005-12-02 [paul]       1.9.100cvs48
7959
7960         * src/main.c
7961                 --exit means exit
7962         * src/send_message.c
7963                 fix crash on send when connection fails
7964
7965         Thanks to Colin
7966
7967 2005-12-01 [colin]      1.9.100cvs47
7968
7969         * src/html.c
7970                 Translate &hellip; to "..."
7971
7972 2005-11-30 [colin]      1.9.100cvs46
7973
7974         * src/matcher.c
7975         * src/matcher.h
7976                 Optimize back yesterday's fix.
7977
7978 2005-11-30 [paul]       1.9.100cvs45
7979
7980         * manual/faq.xml
7981                 standardised
7982         * manual/intro.xml
7983                 written by Colin, edited by me
7984
7985 2005-11-29 [colin]      1.9.100cvs44
7986
7987         * src/matcher.c
7988                 Skip headers unconditionnaly in match_body if the
7989                 rule is not message or ~message
7990
7991 2005-11-29 [colin]      1.9.100cvs43
7992
7993         * src/matcher.c
7994                 Fix body_part and such, not skipping headers 
7995                 if the matchcriteria wasn't the first in the rule
7996
7997 2005-11-29 [colin]      1.9.100cvs42
7998
7999         * src/compose.c
8000                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8001                 option missing from message view window)
8002                 Fix double text D'n'D with gtk-2.8
8003         * src/matcher.c
8004                 Fix ~message, ~headers_part, ~body_part rules
8005         * src/messageview.c
8006                 Add Windows-1252 (Closes bug #863)
8007                 Fix accels
8008         * src/gtk/gtkaspell.c
8009                 Properly destroy accels in all menus
8010
8011 2005-11-29 [mones]      1.9.100cvs41
8012
8013         * po/es.po
8014                 Updated.
8015
8016 2005-11-27 [colin]      1.9.100cvs40
8017
8018         * src/mh_gtk.c
8019                 "/Remove mailbox" -> "/Remove mailbox..."
8020
8021 2005-11-27 [paul]       1.9.100cvs39
8022
8023         * AUTHORS
8024         * po/de.po
8025         * src/gtk/authors.h
8026                 updated by new maintainer, Stephan Sachse
8027
8028 2005-11-27 [paul]       1.9.100cvs38
8029
8030         * manual/faq.xml
8031                 written by Colin, edited by me
8032
8033 2005-11-27 [paul]       1.9.100cvs37
8034
8035         * src/prefs_common.c
8036         * src/prefs_common.h
8037         * src/prefs_receive.c
8038         * src/prefs_summaries.c
8039                 move 'go to inbox after receiving new mail'
8040                 option from display/sumamaries to mail
8041                 handling/receive, and rework prefs_summaries
8042                 dialog a little
8043
8044 2005-11-25 [martin]     1.9.100cvs36
8045
8046         * po/de.po
8047             fixed windows-1252 translation;
8048             translated some new and fuzzy strings
8049
8050 2005-11-25 [paul]       1.9.100cvs35
8051
8052         * src/plugins/clamav/clamav_plugin.c
8053                 complete the update done in cvs34
8054
8055 2005-11-25 [paul]       1.9.100cvs34
8056
8057         * src/plugins/clamav/clamav_plugin.c
8058                 reflect upstream changes
8059
8060 2005-11-25 [paul]       1.9.100cvs33
8061
8062         * manual/ack.xml
8063         * manual/plugins.xml
8064         * manual/sylpheed-claws-manual.xml
8065                 written/updated by Colin, edited by me
8066         * tools/acroread2sylpheed.pl
8067                 update binary name
8068
8069 2005-11-24 [colin]      1.9.100cvs32
8070
8071         * src/compose.c
8072                 Fix bug #856 (reediting messages forgets Request
8073                 Return Receipt)
8074
8075 2005-11-24 [paul]       1.9.100cvs31
8076
8077         * manual/addrbook.xml
8078         * manual/starting.xml
8079                 written by Colin, proofread, edited, adapted by me
8080         * manual/advanced.xml
8081                 add some Actions examples
8082         * src/importldif.c
8083                 use a Save button instead of a Close button
8084         * src/wizard.c
8085                 indicate mandatory fields
8086                 fix page display
8087                 Thanks to Colin
8088
8089 2005-11-23 [colin]      1.9.100cvs30
8090
8091         * src/addressbook.c
8092                 Rename menu item, fix possible crash after
8093                 deletion of books
8094         * src/addrindex.c
8095                 Allow searching for '*' in ldap
8096         * src/browseldap.c
8097                 Fix "Browse Entry" (did anyone use it?)
8098         * src/wizard.c
8099                 Add guards for mandatory information
8100
8101 2005-11-23 [paul]       1.9.100cvs29
8102
8103         * manual/advanced.xml
8104                 corrections to the English
8105
8106 2005-11-23 [colin]      1.9.100cvs28
8107
8108         * src/mimeview.c
8109                 Fix possible crash at exit. After the call to
8110                 gtk_container_remove(), the Viewer's widget has no
8111                 more parent so gtk+ automatically frees it and its
8112                 sons. If destroy_viewer() then try to access it,
8113                 problems ensue.
8114
8115 2005-11-22 [colin]      1.9.100cvs27
8116
8117         * src/compose.c
8118         * src/gtk/gtkaspell.c
8119                 Fix right-clicking on a misspelled word
8120                 Fix More... in suggestions menu
8121
8122 2005-11-22 [wwp]        1.9.100cvs26
8123
8124         * src/prefs_template.c
8125                 templates works: re-sort templates list when adding or replacing,
8126                 prevent from adding or replacing when the template name is empty
8127
8128 2005-11-21 [colin]      1.9.100cvs25
8129
8130         * src/addressbook.c
8131                 Fix some addressbook suckage (dnd, select all)
8132         * src/compose.c
8133         * src/gtk/gtkaspell.c
8134         * src/gtk/gtkaspell.h
8135                 Make the spellchecker menu work with the 
8136                 GtkTextView one instead of overriding it
8137
8138 2005-11-20 [paul]       1.9.100cvs24
8139
8140         * manual/handling.xml
8141                 proofread and corrected
8142
8143 2005-11-20 [paul]       1.9.100cvs23
8144
8145         * manual/Makefile
8146                 generate html as one file
8147         * manual/advanced.xml
8148                 fix output generation
8149                 reformat hidden options list
8150         * manual/manual.xml     ** REMOVED **
8151         * manual/sylpheed-claws-manual.xml      ** ADDED **
8152                 renamed
8153
8154 2005-11-18 [colin]      1.9.100cvs22
8155
8156         * src/prefs_account.c
8157                 Fix layout in news and mbox accounts
8158         * manual/account.xml
8159         * manual/advanced.xml
8160                 New contents for Paul to check :)
8161
8162 2005-11-18 [wwp]        1.9.100cvs21
8163
8164         * src/gtk/quicksearch.c
8165                 don't update extended quicksearch buttons twice
8166
8167 2005-11-18 [paul]       1.9.100cvs20
8168
8169         * src/textview.c
8170                 complete 1.9.100cvs19
8171
8172 2005-11-18 [paul]       1.9.100cvs19
8173
8174         * src/compose.c
8175                 cosmetic improvements
8176         * src/textview.c
8177                 also list text/* attachments
8178
8179 2005-11-18 [colin]      1.9.100cvs18
8180
8181         * src/summaryview.c
8182                 Use column 0 instead of -1 in 
8183                 gtk_ctree_node_moveto, in a naive
8184                 hope it'll fix the gtk-related crashes
8185
8186 2005-11-18 [colin]      1.9.100cvs17
8187
8188         * src/gtk/inputdialog.c
8189                 Fix icon staying the first one
8190
8191 2005-11-17 [wwp]        1.9.100cvs16
8192                 fix possible problem showing some quicksearch buttons, and a bad
8193                 call to g_return_if_fail in a function that returns a value (both
8194                 fixes by Fabien Vantard)
8195
8196 2005-11-15 [wwp]        1.9.100cvs15
8197
8198         * src/gtk/quicksearch.c
8199                 added a tooltip to that obscure ... quicksearch button
8200
8201 2005-11-15 [wwp]        1.9.100cvs14
8202
8203         * src/gtk/quicksearch.c
8204                 add a quicksearch helper to filtering expression users: the ... button
8205                 raises the condition expr window. condition expressions set up w/ this
8206                 window are used by the quicksearch if the user closes it pressing OK.
8207
8208 2005-11-14 [paul]       1.9.100cvs13
8209
8210         * src/plugins/clamav/clamav_plugin.c
8211         * src/plugins/spamassassin/spamassassin.c
8212                 change plugin type following recent merging
8213
8214 2005-11-14 [wwp]        1.9.100cvs12
8215
8216         * src/folder.c
8217                 prevent from crashing when copying/moving message(s) from and
8218                 to the same folder
8219
8220 2005-11-14 [paul]       1.9.100cvs11
8221
8222         * src/plugins/clamav/Makefile.am
8223         * src/plugins/clamav/clamav_plugin.c
8224         * src/plugins/clamav/clamav_plugin.h
8225         * src/plugins/clamav/clamav_plugin_gtk.c
8226                 also merge clamav and clamav_gtk plugins
8227
8228 2005-11-13 [colin]      1.9.100cvs10
8229
8230         * configure.ac
8231         * src/plugins/spamassassin/Makefile.am
8232         * src/plugins/spamassassin/spamassassin.c
8233         * src/plugins/spamassassin/spamassassin.h
8234         * src/plugins/spamassassin/spamassassin_gtk.c
8235                 Merge spamassassin and spamassassin_gtk plugins,
8236                 and build it by default.
8237
8238 2005-11-12 [colin]      1.9.100cvs9
8239
8240         * src/etpan/imap-thread.c
8241                 Fix gcc warning
8242
8243 2005-11-12 [colin]      1.9.100cvs8
8244
8245         * src/procmime.c
8246                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8247
8248 2005-11-10 [colin]      1.9.100cvs7
8249
8250         * src/main.c
8251                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8252                 minimised state)
8253
8254 2005-11-10 [wwp]        1.9.100cvs6
8255
8256         * src/gtk/description_window.c
8257                 fix a crash when closing description windows using the WM's [X] button
8258
8259 2005-11-09 [colin]      1.9.100cvs5
8260
8261         * src/common/ssl.c
8262                 Update libetpan call to follow upstream
8263                 (yes, this requires libetpan-0.40cvs3)
8264
8265 2005-11-08 [colin]      1.9.100cvs4
8266
8267         * src/compose.c
8268         * src/textview.c
8269         * src/common/utils.c
8270         * src/common/utils.h
8271                 Enhance the email parser
8272
8273 2005-11-08 [colin]      1.9.100cvs3
8274
8275         * src/procmime.c
8276                 Fix what looks like an off-by-one (fixes 
8277                 attachments from the Bat)
8278
8279 2005-11-08 [wwp]        1.9.100cvs2
8280
8281         * src/main.c
8282                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8283
8284 2005-11-08 [wwp]        1.9.100cvs1
8285
8286         * src/main.c
8287                 allow exiting Sylpheed-Claws from command-line
8288
8289 2005-11-08 [paul]       1.9.100
8290
8291         1.9.100 released
8292
8293 2005-11-07 [colin]      1.9.99cvs17
8294
8295         * src/addritem.c
8296         * src/ldif.c
8297                 Fix import of base-64 encoded items
8298
8299 2005-11-07 [colin]      1.9.99cvs16
8300
8301         * src/send_message.c
8302                 Fix bug #314 (Queue does not empty under certain 
8303                 circumstances)
8304
8305 2005-11-07 [paul]       1.9.99cvs15
8306
8307         * src/mutt.c
8308         * src/pine.c
8309                 fix buffer overflows
8310                 Thanks to Colin
8311
8312 2005-11-07 [paul]       1.9.99cvs14
8313
8314         * doc/man/Makefile.am
8315         * doc/man/sylpheed-claws.1      ** ADDED **
8316         * doc/man/sylpheed.1            ** DELETED **
8317                 rename and update the man file
8318
8319 2005-11-06 [colin]      1.9.99cvs13
8320
8321         * src/ldif.c
8322                 Fix ldif_get_line() that returned empty strings
8323                 (Didn't understand why). Also fix a possible
8324                 buffer overflow.
8325
8326 2005-11-06 [wwp]        1.9.99cvs12
8327
8328         * src/textview.c
8329         * src/gtk/about.c
8330         * src/gtk/gtkutils.c
8331         * src/gtk/gtkutils.h
8332                 fix a compilation warning,
8333                 make links sensitive in the about dialog
8334
8335 2005-11-04 [wwp]        1.9.99cvs11
8336
8337         * src/gtk/about.c
8338                 don't wrap or translate URIs, and a bit text format cleanup
8339
8340 2005-11-04 [wwp]        1.9.99cvs10
8341
8342         * src/gtk/about.c
8343                 better textview tagging implementation (no more use of marks for
8344                 postponed tagging)
8345
8346 2005-11-02 [colin]      1.9.99cvs9
8347
8348         * src/common/ssl.c
8349                 Forgot an ifdef
8350
8351 2005-11-02 [colin]      1.9.99cvs8
8352
8353         * configure.ac
8354                 Require libetpan-0.40 due to upstream fix
8355         * src/common/ssl.c
8356                 Tell libetpan not to call SSL_Library_Init,
8357                 as we do it ourselves.
8358
8359 2005-11-02 [colin]      1.9.99cvs7
8360
8361         * po/POTFILES.in
8362                 Add missing files (thanks to Fabien Vantard)
8363
8364 2005-11-02 [colin]      1.9.99cvs6
8365
8366         * src/summaryview.c
8367                 Fix totals when read messages are hidden or quicksearch
8368                 is on
8369         * src/ssl_manager.c
8370         * src/ssl_manager.h
8371         * src/common/ssl_certificate.c
8372         * src/common/ssl_certificate.h
8373         * src/gtk/sslcertwindow.c
8374         * src/gtk/sslcertwindow.h
8375                 Fix copyright on my stuff
8376
8377 2005-11-02 [wwp]        1.9.99cvs5
8378
8379         * src/prefs_themes.c
8380                 fix directory name checking (theme installation/removal),
8381                 made related error a bit more verbose
8382
8383 2005-11-02 [colin]      1.9.99cvs4
8384
8385         * src/summaryview.c
8386                 Fix typo (probably fixes bug #841 (Sort by the From 
8387                 field doesn't work)
8388
8389 2005-11-02 [paul]       1.9.99cvs3
8390
8391         * po/ko.po
8392         * po/nb.po
8393                 updated by SungHyun Nam, Geir Helland
8394         * src/wizard.c
8395                 fix typo in welcome message. spotted by
8396                 Andrea Spadaccini
8397
8398 2005-11-01 [colin]      1.9.99cvs2
8399
8400         * src/compose.c
8401                 Fix replying to ml wen confirming subscription
8402         * src/messageview.c
8403         * src/mimeview.c
8404         * src/mimeview.h
8405         * src/privacy.h
8406         * src/summaryview.c
8407                 Make key check non blocking
8408
8409 2005-10-31 [paul]       1.9.99cvs1
8410
8411         * tools/claws.i18n.status.pl
8412                 updated for ChangeLog
8413
8414 2005-10-31 [paul]       1.9.99
8415
8416         1.9.99 released
8417
8418 2005-10-31 [paul]       1.9.15cvs131
8419
8420         * .cvsignore
8421         * ChangeLog
8422         * ChangeLog.claws       ** REMOVED **
8423         * ChangeLog-gtk2.claws  ** REMOVED **
8424         * ChangeLog.gtk1        ** ADDED **
8425         * INSTALL
8426         * Makefile.am
8427         * NEWS
8428         * README
8429         * README.claws          ** REMOVED **
8430         * README.jp             ** REMOVED **
8431         * RELEASE_NOTES         ** ADDED **
8432         * RELEASE_NOTES.claws   ** REMOVED **
8433         * commitHelper
8434         * configure.ac
8435         * sylpheed.spec.in      ** REMOVED **
8436                 tidy up and update the default docs:
8437                 ChangeLog.claws is renamed ChangeLog.gtk1
8438                 ChangeLog-gtk2.claws is renamed ChangeLog
8439                 README.claws is renamed README
8440                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8441
8442 2005-10-31 [paul]       1.9.15cvs130
8443
8444         * po/it.po
8445                 fix errors
8446
8447 2005-10-31 [paul]       1.9.15cvs129
8448
8449         * po/ca.po
8450         * po/de.po
8451         * po/en_GB.po
8452         * po/fr.po
8453         * po/it.po
8454         * po/pt_BR.po
8455         * po/sk.po
8456         * po/sr.po
8457         * po/zh_CN.po
8458                 updated by Miquel Oliete, Stephan Sachse and
8459                 Thomas Gilgin, me, Fabien Vantard, Andrea
8460                 Spadaccini, Frederico Goncalves Guimaraes,
8461                 Andrej Kacian, Aleksandar Urosevic, and
8462                 Ralgh Young.
8463
8464 2005-10-31 [mones]      1.9.15cvs128
8465
8466         * manual/faq.xml
8467                 More questions.
8468         
8469         * po/es.po
8470                 Updated for release.
8471
8472 2005-10-30 [colin]      1.9.15cvs127
8473
8474         * src/compose.c
8475                 Place cursor before rewrapping (fixes cursor
8476                 pos if quotation gets rewrapped)
8477
8478 2005-10-29 [paul]       1.9.15cvs126
8479
8480         * src/crash.c
8481         * src/foldersel.c
8482         * src/main.c
8483         * src/messageview.c
8484         * src/toolbar.c
8485         * src/gtk/authors.h
8486                 corrections to text items
8487
8488 2005-10-28 [colin]      1.9.15cvs125
8489
8490         * src/messageview.c
8491                 Make "hit 'C' to check sig" work from extern 
8492                 messageviews
8493
8494 2005-10-27 [colin]      1.9.15cvs124
8495
8496         * src/summaryview.c
8497                 Add a hack to avoid segfaulting when hammering 
8498                 on gtk's events
8499
8500 2005-10-27 [wwp]        1.9.15cvs123
8501
8502         * src/prefs_themes.c
8503                 sort list of themes names in themes prefs
8504
8505 2005-10-27 [paul]       1.9.15cvs122
8506
8507         * src/folder.c
8508         * src/prefs_account.c
8509                 fix building on Solaris
8510                 Patch by Alex Moore
8511
8512 2005-10-27 [wwp]        1.9.15cvs121
8513
8514         * src/summaryview.c
8515         * src/gtk/gtksctree.c
8516                 speed up unselecting messages in summary view (thanks to Colin)
8517
8518 2005-10-27 [paul]       1.9.15cvs120
8519
8520         * src/mainwindow.c
8521                 fix a compilation warning
8522         * src/summaryview.c
8523                 fix updating of 'n items selected' count
8524                 when deselecting
8525
8526 2005-10-27 [martin]     1.9.15cvs119
8527
8528         * src/action.c
8529                 ignore actions with a leading '/' in the action menu name
8530                 fixes a crash on menu creation
8531         * src/prefs_actions.c
8532                 do not allow a leading '/' in the action menu name
8533
8534 2005-10-27 [paul]       1.9.15cvs118
8535
8536         * src/main.c
8537                 fix compilation warning
8538
8539 2005-10-27 [paul]       1.9.15cvs117
8540
8541         * src/procmime.c
8542                 add #if HAVE_LOCALE_H
8543
8544 2005-10-27 [paul]       1.9.15cvs116
8545
8546         * src/plugins/clamav/clamav_plugin.c
8547         * src/plugins/dillo_viewer/dillo_viewer.c
8548         * src/plugins/mathml_viewer/mathml_viewer.c
8549         * src/plugins/pgpcore/plugin.c
8550         * src/plugins/pgpinline/plugin.c
8551         * src/plugins/pgpmime/plugin.c
8552         * src/plugins/spamassassin/spamassassin.c
8553         * src/plugins/trayicon/trayicon.c
8554                 plugin_init() : make error messages more
8555                 informative
8556
8557 2005-10-26 [wwp]        1.9.15cvs115
8558
8559         * src/prefs_matcher.c
8560                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8561
8562 2005-10-26 [wwp]        1.9.15cvs114
8563
8564         * src/procmime.c
8565         * src/gtk/gtksctree.c
8566         * src/plugins/spamassassin/libspamc.c
8567         * src/plugins/spamassassin/spamassassin.c
8568                 fix some compilation warnings more
8569
8570 2005-10-26 [mones]      1.9.15cvs113
8571
8572         * po/es.po
8573                 Updated translation
8574
8575 2005-10-26 [paul]       1.9.15cvs112
8576
8577         * src/prefs_message.c
8578                 give all display_xface stuff the
8579                 #if HAVE_LIBCOMPFACE treatment, thus
8580                 preventing a crash
8581                 (Thanks to Wolfgang Enderlein)
8582
8583 2005-10-26 [colin]      1.9.15cvs111
8584
8585         * src/gedit-print.c
8586                 Fix date format
8587         * src/imap_gtk.c
8588         * src/news_gtk.c
8589                 Remove context menu items that should not be there
8590         * src/jpilot.c
8591                 Fix encoding
8592         * src/main.c
8593         * src/mainwindow.c
8594                 Don't show the mainwindow too soon
8595
8596 2005-10-26 [wwp]        1.9.15cvs110
8597
8598         * src/folder.c
8599         * src/manual.c
8600         * src/summaryview.c
8601                 fix uninitialized pointers in the folder updating hook
8602                 (thanks to Colin)
8603
8604 2005-10-25 [mones]      1.9.15cvs109
8605
8606         * manual/faq.xml
8607                 General information subsection completed. 
8608                 Removed archaic references.
8609                 
8610         * manual/Makefile
8611         * manual/dtd/manual.dsl
8612                 Added customization stylesheet for getting paragraphs
8613                 fully justified in PDF output (as suggested by Colin).
8614
8615 2005-10-25 [colin]      1.9.15cvs108
8616
8617         * src/compose.c
8618                 Fix a second leak
8619
8620 2005-10-25 [colin]      1.9.15cvs107
8621
8622         * src/addrbook.c
8623         * src/addrindex.c
8624                 Fix leak (xml_get_element() allocates memory)
8625         * src/compose.c
8626                 Fix leak + dead code (shame!)
8627         * src/procmime.c
8628                 Fix leak
8629
8630 2005-10-25 [colin]      1.9.15cvs106
8631
8632         * src/mimeview.c
8633                 Fix encoding issue in Save all and in 
8634                 overwrite-confirmation alertpanel
8635
8636 2005-10-25 [colin]      1.9.15cvs105
8637
8638         * src/common/socket.c
8639                 Fix a leak - Thanks to Christopher Aillon
8640                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8641
8642 2005-10-25 [paul]       1.9.15cvs104
8643
8644         * src/wizard.c
8645                 Always guess servers from the right-hand
8646                 email part and guess username from the
8647                 left-hand part. (Thanks to Colin)
8648                 add an X-Face to the welcome message
8649
8650 2005-10-25 [paul]       1.9.15cvs103
8651
8652         * manual/handling.xml
8653                 written by Colin, edited by me
8654
8655 2005-10-25 [wwp]        1.9.15cvs102
8656
8657         * src/folderview.c
8658         * src/grouplistdialog.c
8659         * src/imap.c
8660         * src/noticeview.c
8661                 fix some compilation warnings
8662
8663 2005-10-24 [paul]
8664
8665         1.9.99-rc3 released
8666
8667 2005-10-24 [paul]       1.9.15cvs101
8668
8669         * src/gtk/about.c
8670                 fix window sizing
8671
8672 2005-10-24 [paul]       1.9.15cvs100
8673
8674         * src/pixmaps/offline.xpm
8675         * src/pixmaps/online.xpm
8676                 replace with last default versions
8677
8678 2005-10-24 [colin]      1.9.15cvs99
8679
8680         * src/imap.c
8681                 Fix bug when moving a folder
8682         * src/imap_gtk.c
8683         * src/mh_gtk.c
8684                 "Delete folder" pops up a window, so it 
8685                 should be suffixed with "..."
8686         * src/plugins/pgpcore/sgpgme.c
8687                 Include locale.h
8688
8689 2005-10-24 [mones]      1.9.15cvs98
8690
8691         * manual/Makefile
8692         * manual/account.xml
8693         * manual/ack.xml
8694         * manual/addrbook.xml
8695         * manual/advanced.xml
8696         * manual/faq.xml
8697         * manual/glossary.xml
8698         * manual/gpl.xml
8699         * manual/handling.xml
8700         * manual/intro.xml
8701         * manual/keyboard.xml
8702         * manual/manual.xml
8703         * manual/plugins.xml
8704         * manual/starting.xml
8705         * manual/dtd/sdocbook.dtd
8706                 Initial manual structure and some content.
8707
8708 2005-10-23 [wwp]        1.9.15cvs97
8709
8710         * src/gtk/about.c
8711                 fix a typo
8712
8713 2005-10-23 [wwp]        1.9.15cvs96
8714
8715         * src/gtk/about.c
8716         * src/gtk/authors.h
8717                 rework of the about window (main work by Paul), also featuring a few
8718                 fixes for typos and duplicate names
8719
8720 2005-10-23 [wwp]        1.9.15cvs95
8721
8722         * src/.cvsignore
8723                 Ignore the right binary name (sylpheed-claws now)
8724
8725 2005-10-23 [paul]       1.9.15cvs94
8726
8727         * src/compose.c
8728                 when using Folder Pref 'Default To for
8729                 replies' make the entry in the Compose
8730                 window bold
8731                 Patch by Fabien Vantard
8732
8733 2005-10-22 [colin]      1.9.15cvs93
8734
8735         * src/codeconv.c
8736                 Fix leak
8737
8738 2005-10-22 [colin]      1.9.15cvs92
8739
8740         * src/codeconv.c
8741                 try to convert using locale (apart utf8) if necessary
8742
8743 2005-10-22 [colin]      1.9.15cvs91
8744
8745         * src/pixmaps/new.xpm
8746         * src/pixmaps/unread.xpm
8747                 Make the unread envelope blue again and
8748                 saturate the new one a bit more.
8749
8750 2005-10-22 [colin]      1.9.15cvs90
8751
8752         * src/compose.c
8753                 When replying to a mail sent by one of our accounts,
8754                 use the original list of recipients. Let 'Reply All'
8755                 and 'Reply to sender' work like previously.
8756
8757 2005-10-21 [colin]      1.9.15cvs89
8758
8759         * src/prefs_filtering.c
8760                 Clear fields after add and replace
8761         * src/textview.c
8762                 Display xface differently (better)
8763         * src/plugins/pgpinline/pgpinline.c
8764                 Fix crappy encodings/recodings
8765
8766 2005-10-21 [paul]       1.9.15cvs88
8767
8768         * src/compose.c
8769         * src/prefs_folder_item.c
8770         * src/toolbar.c
8771                 fix news folder Folder Properties
8772                 (thanks to Colin)
8773         * src/folderview.c
8774                 update folderview after Themes change
8775                 keep selected folder selected
8776                 (thanks to Colin)
8777
8778 2005-10-21 [paul]       1.9.15cvs87
8779
8780         * tools/Makefile.am
8781         * tools/OOo2sylpheed.pl
8782         * tools/README
8783         * tools/README.sylprint
8784         * tools/asus_mailled.sh         ** REMOVED **
8785         * tools/filter_conv.pl
8786         * tools/freshmeat_search.pl
8787         * tools/google_search.pl
8788         * tools/gpg-sign-syl            ** REMOVED **
8789         * tools/kmail2sylpheed.pl
8790         * tools/kmail2sylpheed_v2.pl
8791         * tools/multiwebsearch.pl
8792         * tools/nautilus2sylpheed.sh
8793         * tools/newscache_clean.pl
8794         * tools/outlook2sylpheed.pl
8795         * tools/sylpheed-switcher       ** REMOVED **
8796         * tools/sylprint.pl
8797         * tools/sylprint.rc
8798         * tools/tb2sylpheed
8799         * tools/vcard2xml.py
8800         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8801                 update default config dir
8802                 update binary name (thanks to Fabien Vantard)
8803                 remove obsolete scripts
8804
8805 2005-10-21 [colin]      1.9.15cvs86
8806
8807         * src/inc.c
8808                 Fix possible leak and units. Based on a patch by
8809                 Fabien Vantard.
8810
8811 2005-10-20 [colin]      1.9.15cvs85
8812
8813         * src/textview.c
8814                 Clear xface when clearing textview
8815
8816 2005-10-20 [colin]      1.9.15cvs84
8817
8818         * configure.ac
8819         * src/folderview.c
8820         * src/headerview.c
8821         * src/main.c
8822         * src/prefs_common.c
8823         * src/prefs_common.h
8824         * src/prefs_message.c
8825         * src/textview.c
8826         * src/textview.h
8827         * src/common/defs.h
8828         * src/common/utils.c
8829         * src/common/utils.h
8830         * src/gtk/gtkutils.c
8831         * src/gtk/gtkutils.h
8832                 Migrate config to .sylpheed-claws (Automatically)
8833                 Add a way to get the Xface in the TextView
8834
8835 2005-10-20 [colin]      1.9.15cvs83
8836
8837         * src/gtk/Makefile.am
8838         * src/gtk/about.c
8839         * src/gtk/authors.h
8840                 Make the about dialog *grooovy*
8841
8842 2005-10-20 [colin]      1.9.15cvs82
8843
8844         * src/mimeview.c
8845                 Use "Open with" on double click if no command
8846                 was found
8847
8848 2005-10-20 [colin]      1.9.15cvs81
8849
8850         * src/imap.c
8851         * src/etpan/imap-thread.c
8852                 Fix possible crash.
8853
8854 2005-10-20 [paul]       1.9.15cvs80
8855
8856         * src/folder.c
8857                 don't show clipkey icon if the only
8858                 attachment is the signature
8859                 Patch by Colin
8860
8861 2005-10-20 [paul]       1.9.15cvs79
8862
8863         * AUTHORS
8864         * src/plugins/pgpmime/pgpmime.c
8865                 name the PGP/MIME signature 'signature.asc'
8866                 Patch by Andrew Nelson <freeandy@gmail.com>
8867
8868 2005-10-19 [colin]      1.9.15cvs78
8869
8870         * src/plugins/pgpmime/pgpmime.c
8871                 Oops, no need to double-check though
8872
8873 2005-10-19 [colin]      1.9.15cvs77
8874
8875         * src/plugins/pgpinline/pgpinline.c
8876         * src/plugins/pgpmime/pgpmime.c
8877                 Check that my_tmpfile() doesn't 
8878                 return NULL
8879
8880 2005-10-19 [colin]      1.9.15cvs76
8881
8882         * src/common/utils.c
8883                 Use shorter mime boundaries to avoid having
8884                 MTAs rewrapping our headers, breaking the
8885                 PGP signature in the process 
8886         * src/compose.c
8887         * src/plugins/pgpmime/pgpmime.c
8888                 Check for boundary uniqueness to be sure
8889                 it won't happen, instead of hoping for the
8890                 best
8891
8892 2005-10-19 [colin]      1.9.15cvs75
8893
8894         * sylpheed-claws.desktop
8895         * src/Makefile.am
8896         * src/main.c
8897                 Ship a sylpheed-claws binary instead
8898                 of a sylpheed one. Change the socket
8899                 name, too
8900         * src/folderview.c
8901                 Update folder only if it changed
8902         * src/wizard.c
8903                 Fix i18n in welcome mail, patch by
8904                 Fabien Vantard
8905
8906 2005-10-19 [paul]
8907
8908         1.9.99-rc2 released
8909
8910 2005-10-19 [paul]       1.9.15cvs74
8911
8912         * src/folder.c
8913         * src/folderview.c
8914                 fix summaryview update
8915                 Patch by Colin
8916
8917 2005-10-18 [colin]      1.9.15cvs73
8918
8919         * src/plugins/pgpcore/passphrase.c
8920                 Don't XGrabServer, and try a bit more to 
8921                 sync everything before grabbing mouse/keyboard
8922
8923 2005-10-18 [colin]      1.9.15cvs72
8924
8925         * src/Makefile.am
8926         * src/addressadd.c
8927         * src/addressbook.c
8928         * src/folderview.c
8929         * src/grouplistdialog.c
8930         * src/mimeview.c
8931         * src/stock_pixmap.c
8932         * src/stock_pixmap.h
8933         * src/summaryview.c
8934         * src/gtk/gtksctree.c
8935         * src/gtk/gtksctree.h
8936         * src/pixmaps/empty.xpm
8937                 Implement a wrapper call for gtk_ctree_set_node_info
8938                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8939                 pixmap instead of a NULL one. This works around some
8940                 memory problems deep inside gtk, revealed by valgrind,
8941                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8942                 as locked crashes sylpheed.), as well as, probably, 
8943                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8944
8945 2005-10-17 [colin]      1.9.15cvs71
8946
8947         * src/mimeview.c
8948                 Provide visual feedback when checking
8949                 signature
8950
8951 2005-10-17 [colin]      1.9.15cvs70
8952
8953         * src/main.c
8954                 Keep the folder list frozen while checking caches...
8955
8956 2005-10-17 [colin]      1.9.15cvs69
8957
8958         * src/addr_compl.c
8959                 Fi bug #833 (Autocompleting from addressbook 
8960                 fails with extended chars)
8961         * src/imap.c
8962                 Fix 'adding messages' staying in statusbar
8963                 after an error
8964
8965 2005-10-17 [wwp]        1.9.15cvs68
8966
8967         * src/ssl_manager.c
8968                 Fix buttons' layout resizing when window size changes
8969
8970 2005-10-17 [wwp]        1.9.15cvs67
8971
8972         * src/account.c
8973         * src/prefs_account.c
8974         * src/prefs_common.c
8975         * src/prefs_common.h
8976         * src/prefs_folder_item.c
8977         * src/prefs_gtk.c
8978         * src/gtk/logwindow.c
8979         * src/gtk/pluginwindow.c
8980         * src/gtk/prefswindow.c
8981         * src/gtk/prefswindow.h
8982                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8983
8984 2005-10-17 [paul]       1.9.15cvs66
8985
8986         * configure.ac
8987                 fix missing libetpan message
8988         * po/en_GB.po
8989                 updated
8990         * src/crash.c
8991         * src/manual.c
8992         * src/prefs_themes.c
8993         * src/common/defs.h
8994                 add some new URI defines, change some
8995                 others
8996         * src/wizard.c
8997                 make welcome message translatable
8998                 small improvements to english
8999                 other tweaks
9000         * src/gtk/menu.c
9001                 fix warnings
9002
9003 2005-10-17 [paul]       1.9.15cvs65
9004
9005         * src/summaryview.c
9006                 fix column titles
9007
9008 2005-10-16 [mones]      1.9.15cvs64
9009
9010         * po/es.po
9011                 Updated translation
9012
9013 2005-10-16 [colin]
9014
9015         1.9.99-rc1 released
9016
9017 2005-10-16 [colin]      1.9.15cvs63
9018
9019         * src/wizard.c
9020                 Fix whitespace
9021
9022 2005-10-16 [colin]      1.9.15cvs62
9023
9024         * src/toolbar.c
9025                 s/Get All/Get Mail/
9026         * src/wizard.c
9027                 Real welcome mail text, thanks Paul
9028
9029 2005-10-16 [colin]      1.9.15cvs61
9030
9031         * src/editldap.c
9032         * src/exporthtml.c
9033         * src/main.c
9034         * src/mainwindow.c
9035         * src/prefs_themes.c
9036         * src/prefs_toolbar.c
9037         * src/plugins/demo/demo.c
9038         * src/plugins/trayicon/trayicon.c
9039                 s/Sylpheed/Sylpheed-Claws/
9040
9041 2005-10-16 [colin]      1.9.15cvs60
9042
9043         * src/wizard.c
9044                 Add a welcome email in the first empty mailbox
9045         * src/prefs_common.c
9046                 Change one more default
9047
9048 2005-10-16 [colin]      1.9.15cvs59
9049
9050         * src/wizard.c
9051                 Remove printf
9052
9053 2005-10-16 [colin]      1.9.15cvs58
9054
9055         * src/toolbar.c
9056         * src/prefs_common.c
9057                 Change some defaults
9058
9059 2005-10-16 [colin]      1.9.15cvs57
9060
9061         * src/toolbar.c
9062         * src/prefs_common.c
9063                 Change some defaults
9064
9065 2005-10-16 [colin]      1.9.15cvs56
9066
9067         * src/wizard.c
9068                 By default, initialize fonts to have
9069                 the same size as normal GtkWidgets
9070
9071 2005-10-16 [colin]      1.9.15cvs55
9072
9073         * src/mimeview.c
9074                 Fix message a bit more
9075
9076 2005-10-16 [colin]      1.9.15cvs54
9077
9078         * src/addressbook.c
9079                 Second attempt at flicker fixing
9080
9081 2005-10-16 [colin]      1.9.15cvs53
9082
9083         * src/addressbook.c
9084                 Fix flicker
9085
9086 2005-10-16 [wwp]        1.9.15cvs52
9087
9088         * src/addressbook.c
9089         * src/editaddress.c
9090         * src/prefs_common.c
9091         * src/prefs_common.h
9092                 Remember window sizes (address book)
9093
9094 2005-10-16 [wwp]        1.9.15cvs51
9095
9096         * src/plugins/clamav/clamav_plugin_gtk.c
9097         * src/plugins/spamassassin/spamassassin_gtk.c
9098                 Fix compilation warnings (missing #include).
9099
9100 2005-10-16 [colin]      1.9.15cvs50
9101
9102         * src/mimeview.c
9103         * src/summaryview.c
9104         * src/textview.c
9105                 Make 'c' check signature, and forward
9106                 c, l, y, t from summaryview to mimeview
9107
9108 2005-10-16 [colin]      1.9.15cvs49
9109
9110         * src/addressbook.c
9111                 Put border around buttons
9112         * src/mainwindow.c
9113         * src/summaryview.c
9114                 Rework menus (Patch based on a patch
9115                 by Paul)
9116
9117 2005-10-15 [wwp]        1.9.15cvs48
9118
9119         * src/editjpilot.c
9120         * src/editldap.c
9121         * src/editvcard.c
9122         * src/exphtmldlg.c
9123         * src/expldifdlg.c
9124         * src/export.c
9125         * src/import.c
9126         * src/importldif.c
9127         * src/importmutt.c
9128         * src/importpine.c
9129         * src/prefs_account.c
9130         * src/prefs_spelling.c
9131         * src/gtk/gtkutils.c
9132         * src/gtk/gtkutils.h
9133         * src/plugins/clamav/clamav_plugin_gtk.c
9134         * src/plugins/spamassassin/spamassassin_gtk.c
9135                 use nicer browse-for-file/dir buttons than the "..." ones,
9136                 code factorizing more.
9137
9138 2005-10-14 [colin]      1.9.15cvs47
9139
9140         * src/mainwindow.c
9141                 set relief on the account switcher so that people see it
9142                 grey out Create processing rules when no message is selected
9143         * src/prefs_filtering.c
9144                 ask before closing if the rule has not been modified, even if
9145                 it's not valid
9146         * src/prefs_matcher.c
9147                 fix sensitivity when entering the dialog
9148         * src/gtk/inputdialog.c
9149                 display a better icon on password ask
9150         * src/plugins/pgpcore/passphrase.c
9151                 make the dialog look better
9152
9153 2005-10-14 [paul]       1.9.15cvs46
9154
9155         * src/folderview.c
9156                 indicate presense of marked msgs in
9157                 unexpanded subfolders
9158
9159 2005-10-14 [paul]       1.9.15cvs45
9160
9161         * src/prefs_actions.c
9162         * src/prefs_common.c
9163         * src/prefs_common.h
9164         * src/prefs_filtering_action.c
9165         * src/prefs_matcher.c
9166         * src/prefs_template.c
9167                 remember window sizes
9168                 fix Info button size
9169
9170         Patches by wwp
9171
9172 2005-10-13 [colin]      1.9.15cvs44
9173
9174         * src/mimeview.c
9175         * src/noticeview.c
9176         * src/noticeview.h
9177                 Add a tooltip on the icon (optional) 
9178                 Get rid of the signature buttons and only
9179                 use the icon+tooltip
9180
9181 2005-10-13 [colin]      1.9.15cvs43
9182
9183         * src/noticeview.c
9184         * src/noticeview.h
9185                 Add hand cursor for hovering over icon
9186
9187 2005-10-13 [colin]      1.9.15cvs42
9188
9189         * src/summaryview.c
9190                 Fix crash when quicksearch's hidden 
9191                 at startup
9192
9193 2005-10-13 [colin]      1.9.15cvs41
9194
9195         * src/compose.c
9196                 Set subject when forwarding multiple mails
9197                 Check that other recipient than the default Cc or Bcc
9198                 have been set before sending.
9199
9200 2005-10-13 [colin]      1.9.15cvs40
9201
9202         * src/imap.c
9203                 Batch per-folder
9204                 Introduce locking, but don't use it yet
9205
9206 2005-10-13 [colin]      1.9.15cvs39
9207
9208         * src/gtk/quicksearch.c
9209                 Reset quicksearch when hiding it
9210                 Make sticky a real pref
9211
9212 2005-10-13 [colin]      1.9.15cvs38
9213
9214         * src/summaryview.c
9215                 Faster prefs apply
9216
9217 2005-10-13 [colin]      1.9.15cvs37
9218
9219         * src/mimeview.c
9220         * src/noticeview.c
9221         * src/noticeview.h
9222         * src/plugins/pgpcore/sgpgme.c
9223                 Make privacy icon clickable
9224                 Move Trust field in Full info
9225                 When trust is less than full, don't display
9226                 a warning icon
9227
9228 2005-10-13 [colin]      1.9.15cvs36
9229
9230         * src/folder.c
9231                 Batch on flags sync
9232         * src/folderview.c
9233                 Revert speed hack which is dangerous in fact
9234                 Apply prefs faster
9235
9236 2005-10-13 [colin]      1.9.15cvs35
9237
9238         * src/folder_item_prefs.c
9239                 Fix pref corruption on folder move. Patch
9240                 by wwp
9241
9242 2005-10-13 [paul]       1.9.15cvs34
9243
9244         * src/export.c
9245         * src/import.c
9246                 fix typos in g_warnings
9247         * src/prefs_account.c
9248                 add a file selector for Signature file
9249
9250         Patches by wwp
9251
9252 2005-10-12 [colin]      1.9.15cvs33
9253
9254         * src/mimeview.c
9255                 Provide a quick way to go back from a
9256                 signature's full info to the email part
9257
9258 2005-10-12 [colin]      1.9.15cvs32
9259
9260         * src/compose.c
9261                 Remove old hack of encoding signed mails with base64.
9262                 QP works equally well.
9263
9264 2005-10-12 [colin]      1.9.15cvs31
9265
9266         * src/crash.c
9267                 Replace deprecated GtkText with GtkTextView
9268         * src/imap.c
9269                 Fix a logic bug about counts in imap_select
9270                 (previously un-triggered)
9271         * src/mainwindow.c
9272         * src/summaryview.c
9273         * src/news.c
9274                 Allow local deletion of news posts
9275         * src/mimeview.c
9276                 Show GPG noticeview on the message/rfc822 part
9277                 in addition to the text/plain one
9278         * src/prefs_image_viewer.c
9279           src/plugins/pgpcore/prefs_gpg.c
9280                 Polish (set the label as part of the checkbox)
9281         * src/wizard.c
9282                 Don't sit there doing nothing after destroying
9283                 the window - return err
9284
9285 2005-10-11 [colin]      1.9.15cvs30
9286
9287         * src/folderview.c
9288                 Apply processing rules before showing folders.
9289                 Early folder show (before flags sync) will only
9290                 be done when there are no processing rules (nor
9291                 pre- or post- ones)
9292         * src/imap.c
9293                 Fix stuff related to mail subdir, creation and 
9294                 deletion of folders 
9295         * src/imap_gtk.c
9296                 Don't allow creation of folders in NoInferior
9297                 folders, as it won't work
9298
9299 2005-10-10 [colin]      1.9.15cvs29
9300
9301         * src/compose.c
9302                 Reselect "None" Privacy system when selecting an
9303                 account with no privacy system defined
9304
9305 2005-10-10 [colin]      1.9.15cvs28
9306
9307         * src/mainwindow.c
9308                 Add Windows-1252 encoding
9309         * src/prefs_common.c
9310                 Rework some defaults:
9311                 - autosave to draft by default
9312                 - don't show header pane (it's already in the textview)
9313                 - Select first new or unread mail on entry
9314                 - Assume 'Yes' to change folder when there's no more
9315                   unread message
9316         * src/prefs_matcher.c
9317                 Fix a gtk assertion failure
9318         * src/gtk/colorlabel.c
9319                 Workaround bad repainting on selection
9320         * src/main.c
9321                 Freeze/thaw (a bit faster on ssh -X)
9322         * src/msgcache.c
9323                 Get rid of StrdupConverter that just adds an
9324                 extra strdup/free 
9325         * src/etpan/imap_thread.c
9326                 memset buf to 0
9327
9328 2005-10-10 [colin]      1.9.15cvs27
9329
9330         * src/export.c
9331         * src/import.c
9332                 Fix compile on gtk 2.4. Patch by wwp
9333
9334 2005-10-09 [colin]      1.9.15cvs26
9335
9336         * src/mainwindow.c
9337         * src/messageview.c
9338         * src/summaryview.c
9339                 Clarify forward menus. Patch by wwp
9340
9341 2005-10-09 [colin]      1.9.15cvs25
9342
9343         * src/compose.c
9344         * src/compose.h
9345                 Fix bug #829 (Non-working "Encrypt message by 
9346                 default when replying to an encrypted message")
9347
9348 2005-10-08 [colin]      1.9.15cvs24
9349
9350         * src/wizard.c
9351                 Fix bug #827 ("Welcome" setup wizard after a 
9352                 permission error gives up & forgets itself.)
9353
9354 2005-10-08 [colin]      1.9.15cvs23
9355
9356         * src/procmime.c
9357                 Fix bug #828 (Ignoring headers with spaces around = sign)
9358
9359 2005-10-08 [colin]      1.9.15cvs22
9360
9361         * src/export.c
9362                 Warning fix by wwp
9363
9364 2005-10-08 [colin]      1.9.15cvs21
9365
9366         * src/folder.c
9367         * src/folder.h
9368                 Add a processing_pending indicator, set on 
9369                 folder_item_open and cleared after 
9370                 folder_item_process_open
9371         * src/folderview.c
9372         * src/summaryview.c
9373                 wrap procmsg_msginfo_*_flags, and in the
9374                 wrapper check that there's no folder processing 
9375                 pending. If there is, defer the flags change until 
9376                 processing is done to avoid stepping over each
9377                 other's toes.
9378                 Freeze during processing, but not during scanning.
9379
9380 2005-10-07 [colin]      1.9.15cvs20
9381
9382         * src/plugins/pgpcore/passphrase.c
9383                 Fix bug #826 (X-Server hangs when 
9384                 right-clicking a PGP encrypted message)
9385
9386 2005-10-07 [paul]       1.9.15cvs19
9387
9388         * src/compose.c
9389                 fix compose_entries[]
9390                 patch by Fabien Vantard
9391
9392 2005-10-06 [colin]      1.9.15cvs18
9393
9394         * src/pixmaps/address.xpm
9395         * src/pixmaps/address_book.xpm
9396         * src/pixmaps/book.xpm
9397         * src/pixmaps/check_spelling.xpm
9398         * src/pixmaps/checkbox_off.xpm
9399         * src/pixmaps/checkbox_on.xpm
9400         * src/pixmaps/close.xpm
9401         * src/pixmaps/complete.xpm
9402         * src/pixmaps/continue.xpm
9403         * src/pixmaps/deleted.xpm
9404         * src/pixmaps/down_arrow.xpm
9405         * src/pixmaps/exec.xpm
9406         * src/pixmaps/forwarded.xpm
9407         * src/pixmaps/group.xpm
9408         * src/pixmaps/ignorethread.xpm
9409         * src/pixmaps/interface.xpm
9410         * src/pixmaps/jpilot.xpm
9411         * src/pixmaps/ldap.xpm
9412         * src/pixmaps/linewrap.xpm
9413         * src/pixmaps/linewrapcurrent.xpm
9414         * src/pixmaps/mail.xpm
9415         * src/pixmaps/mail_attach.xpm
9416         * src/pixmaps/mail_compose.xpm
9417         * src/pixmaps/mail_forward.xpm
9418         * src/pixmaps/mail_receive.xpm
9419         * src/pixmaps/mail_receive_all.xpm
9420         * src/pixmaps/mail_reply.xpm
9421         * src/pixmaps/mail_reply_to_all.xpm
9422         * src/pixmaps/mail_reply_to_author.xpm
9423         * src/pixmaps/mail_send.xpm
9424         * src/pixmaps/mail_send_queue.xpm
9425         * src/pixmaps/mime_application.xpm
9426         * src/pixmaps/mime_audio.xpm
9427         * src/pixmaps/mime_image.xpm
9428         * src/pixmaps/mime_message.xpm
9429         * src/pixmaps/mime_text_enriched.xpm
9430         * src/pixmaps/mime_text_html.xpm
9431         * src/pixmaps/mime_text_plain.xpm
9432         * src/pixmaps/mime_unknown.xpm
9433         * src/pixmaps/new.xpm
9434         * src/pixmaps/news_compose.xpm
9435         * src/pixmaps/offline.xpm
9436         * src/pixmaps/online.xpm
9437         * src/pixmaps/paste.xpm
9438         * src/pixmaps/preferences.xpm
9439         * src/pixmaps/privacy_emblem_encrypted.xpm
9440         * src/pixmaps/privacy_expired.xpm
9441         * src/pixmaps/privacy_failed.xpm
9442         * src/pixmaps/privacy_passed.xpm
9443         * src/pixmaps/privacy_signed.xpm
9444         * src/pixmaps/privacy_unknown.xpm
9445         * src/pixmaps/privacy_warn.xpm
9446         * src/pixmaps/properties.xpm
9447         * src/pixmaps/replied.xpm
9448         * src/pixmaps/search.xpm
9449         * src/pixmaps/unread.xpm
9450         * src/pixmaps/up_arrow.xpm
9451         * src/pixmaps/vcard.xpm
9452                 Modernize internal theme, with icons from the 
9453                 Gnomaws theme. Keep some of the old ones where
9454                 they were better.
9455
9456 2005-10-06 [colin]      1.9.15cvs17
9457
9458         * src/summaryview.c
9459                 Little optimisations + bugfix
9460         * src/toolbar.c
9461                 Remove default useless items - useless being defined
9462                 by the default relevant prefs
9463         * src/wizard.c
9464                 include config.h to make gettext work
9465         * src/prefs_themes.c
9466                 Fix selection of current theme in prefs
9467
9468 2005-10-06 [colin]      1.9.15cvs16
9469
9470         * src/prefs_common.c
9471         * src/prefs_common.h
9472         * src/prefs_summaries.c
9473         * src/folderview.c
9474                 Add a warning dialog on Mark all read 
9475                 (with pref to get rid of it)
9476
9477 2005-10-06 [paul]       1.9.15cvs15
9478
9479         * po/nb.po
9480         * po/pt_BR.po
9481                 updated by Geir Helland and Frederico
9482                 Goncalves Guimaraes
9483
9484 2005-10-05 [colin]      1.9.15cvs14
9485
9486         * src/folder.c
9487         * src/folder.h
9488         * src/folderview.c
9489         * src/folderview.h
9490         * src/imap_gtk.c
9491         * src/mh_gtk.c
9492         * src/mainwindow.c
9493         * src/setup.c
9494                 add a way to rescan without rebuilding
9495                 make moving a bit faster (less folders changes)
9496                 don't lock the tree on Get 
9497         * src/imap.c
9498                 Don't re-delete deleted messages before expunging
9499         * src/summaryview.c
9500                 Set batch mode when deleting mails
9501
9502 2005-10-05 [paul]       1.9.15cvs13
9503
9504         * src/mainwindow.c
9505         * src/mainwindow.h
9506                 fix disabled Execute menu item
9507         * src/toolbar.c
9508                 match the change in 1.9.15cvs10: use Compose
9509                 instead of News by default
9510
9511 2005-10-04 [colin]      1.9.15cvs12
9512
9513         * src/compose.c
9514                 When replying to an ML post with Reply-To set
9515                 to the poster's email, honor it (as before),
9516                 but also honor our user's request to reply to
9517                 the mailing list: set the ML address in the To
9518                 field and the Reply-To address in the Cc: 
9519                 field.
9520
9521 2005-10-04 [colin]      1.9.15cvs11
9522
9523         * src/plugins/trayicon/trayicon.c
9524                 Finish cosmetic change - thanks to wwp
9525
9526 2005-10-04 [colin]      1.9.15cvs10
9527
9528         * src/toolbar.c
9529                 Use Compose instead of Email by default.
9530                 Spotted by wwp.
9531
9532 2005-10-04 [colin]      1.9.15cvs9
9533
9534         * src/folder.c
9535         * src/folder.h
9536         * src/folderview.c
9537         * src/imap.c
9538         * src/etpan/imap-thread.c
9539         * src/etpan/imap-thread.h
9540                 Try to make IMAP faster, by simplifying SEARCH
9541                 commands, avoiding sending two STATUS in a row,
9542                 and deferring flags sync and processing just
9543                 after displaying the folder. 
9544                 This will update the SummaryView in certain
9545                 cases (new mails not already fetched, flags
9546                 changed from another client) but in a non-
9547                 blocking manner.
9548
9549 2005-10-04 [colin]      1.9.15cvs8
9550
9551         * src/plugins/trayicon/trayicon.c
9552                 Relabel "Offline" to "Work offline"
9553
9554 2005-10-04 [colin]      1.9.15cvs7
9555
9556         * src/export.c
9557         * src/import.c
9558         * src/mbox.c
9559                 Fix mbox import/export buglets
9560                 Patch by wwp
9561         * src/plugins/trayicon/trayicon.c
9562                 Add offline swithc
9563                 Patch by wwp
9564
9565 2005-10-04 [colin]      1.9.15cvs6
9566
9567         * src/folder.c
9568         * src/folderview.c
9569         * src/summaryview.c
9570                 Better fix (don't break mark all read) for cvs2
9571
9572 2005-10-03 [colin]      1.9.15cvs5
9573
9574         * src/folder.c
9575                 Use a sane sort by default
9576
9577 2005-10-03 [colin]      1.9.15cvs4
9578
9579         * src/inc.c
9580                 Add a 'Only once' button for overriding offline mode
9581         * src/prefs_account.c
9582         * src/wizard.c
9583                 Add Local mbox to the wizard
9584                 Add IMAP subdir to the wizard (or the wizard is useless
9585                 for such accounts, or even worse than useless)
9586                 Move IMAP subdir from Advanced to Receive tab, as it's
9587                 not that uncommon
9588
9589 2005-10-03 [colin]      1.9.15cvs3
9590
9591         * src/send_message.c
9592                 Forgot this one in cvs1
9593
9594 2005-10-03 [colin]      1.9.15cvs2
9595
9596         * src/folder.c
9597                 Faster close when leaving a folder with lots
9598                 of new mails. Idea by David Relson.
9599
9600 2005-10-03 [colin]      1.9.15cvs1
9601
9602         * src/compose.c
9603         * src/imap.c
9604         * src/inc.c
9605         * src/main.c
9606         * src/messageview.c
9607         * src/news.c
9608         * src/summaryview.c
9609         * src/gtk/sslcertwindow.c
9610         * src/plugins/trayicon/trayicon.c
9611                 Add accels to every AlertPanel. Patch by Fabien 
9612                 Vantard
9613
9614 2005-10-03 [paul]       1.9.15
9615
9616         1.9.15 released
9617
9618 2005-10-03 [paul]       1.9.14cvs68
9619
9620         * po/ca.po
9621         * po/de.po
9622         * po/es.po
9623         * po/fi.po
9624         * po/fr.po
9625         * po/sk.po
9626         * po/sr.po
9627         * po/zh_CN.po
9628                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9629                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9630                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9631
9632 2005-10-03 [paul]       1.9.14cvs67
9633
9634         * src/send_message.c
9635                 prevent hang on Cancel
9636                 patch by Colin
9637
9638 2005-10-03 [paul]       1.9.14cvs66
9639
9640         * src/main.c
9641                 fix crash in IMAP caused by discrepancy
9642                 between check_at_startup and offline mode
9643                 Patch by Colin
9644
9645 2005-10-01 [paul]       1.9.14cvs65
9646
9647         * src/inc.c
9648                 fix engrish
9649
9650 2005-10-01 [paul]       1.9.14cvs64
9651         * src/export.c
9652         * src/import.c
9653                 synchronise import_mbox() and export_mbox()
9654         * src/mbox.c
9655                 proc_mbox(): add alert if file cannot be opened
9656                 export_list_to_mbox(): test if dest file exists,
9657                 prompt user to overwrite if it does. add alert
9658                 if file cannot be created
9659                                                                 
9660         Patch by wwp
9661                                                                                                                 
9662
9663 2005-09-30 [paul]       1.9.14cvs63
9664
9665         * src/addressbook.c
9666                 Fix sensitivity of a menu
9667         * src/codeconv.c
9668                 Respect hidden pref for mails with no encoding
9669         * src/common/xml.c
9670                 Fix memory corruption
9671         * src/plugins/pgpcore/sgpgme.c
9672                 Fix segfault on incomplete sigs, and display
9673                 of S/Mime UIDs
9674
9675         Patches by Colin
9676
9677 2005-09-30 [colin]      1.9.14cvs62
9678
9679         * src/partial_download.c
9680                 Little logic fix in almost-dead code
9681         * src/pop.c
9682                 Fix partial download when there's no new mail
9683
9684 2005-09-29 [paul]       1.9.14cvs61
9685
9686         * src/plugins/pgpinline/pgpinline.c
9687                 fix bug 819, 'crash accessing sign message'
9688                 Patch by Colin
9689
9690 2005-09-28 [martin]     1.9.14cvs60
9691
9692         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9693                 fix bug #790 (Crash when restarting window manager (fluxbox))
9694
9695 2005-09-28 [paul]       1.9.14cvs59
9696
9697         * src/gtk/gtkaspell.c
9698                 fix off-by-one typo
9699
9700 2005-09-27 [colin]      1.9.14cvs58
9701
9702         * src/plugins/pgpcore/sgpgme.c
9703                 Report error when there's one, instead of
9704                 "Signature unchecked" 
9705
9706 2005-09-27 [colin]      1.9.14cvs57
9707
9708         * src/prefs_quote.c
9709                 Fix bug #816 (Weird quotation with spaces)
9710
9711 2005-09-27 [colin]      1.9.14cvs56
9712
9713         * src/codeconv.c
9714         * src/compose.c
9715         * src/compose.h
9716                 Put subject in compose's title
9717                 Fix Automatic encoding so that it's really automatic:
9718                 first try default locale's charset, then charset of the replied mail, 
9719                 then utf-8
9720                 Fix encoding of headers (must be in strict mode too)
9721
9722 2005-09-26 [colin]      1.9.14cvs55
9723
9724         * src/gtk/gtkaspell.c
9725                 Fix previous patch - don't color the space,
9726                 just uncolor it :)
9727
9728 2005-09-26 [colin]      1.9.14cvs54
9729
9730         * src/gtk/gtkaspell.c
9731                 Unmark space if possible
9732
9733 2005-09-26 [colin]      1.9.14cvs53
9734
9735         * src/imap.c
9736                 log_error instead of alertpanel according to the pref
9737         * src/etpan/imap-thread.c
9738                 Print connect status, copy only necessary size to 
9739                 logger
9740         * src/plugins/pgpmime/pgpmime.c
9741                 Handle S/Mime signatures (verification only). Patch based
9742                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9743
9744 2005-09-26 [paul]       1.9.14cvs52
9745
9746         * src/common/passcrypt.c
9747                 this 'workaround' not necessary on NetBSD.
9748                 Thanks to Daniel Gustafson
9749
9750 2005-09-26 [paul]
9751
9752         1.9.15-rc4 released
9753
9754 2005-09-26 [paul]       1.9.14cvs51
9755
9756         * src/summaryview.c
9757                 Skip currently selected message when
9758                 looking for next new or unread message
9759                 in current folder. Patch by Colin
9760         * src/common/passcrypt.c
9761                 eliminate warnings on *BSD. Patch by
9762                 Daniel Gustafson
9763
9764 2005-09-26 [colin]      1.9.14cvs50
9765
9766         * src/procmsg.c
9767                 Call postfiltering hook anyway
9768
9769 2005-09-22 [colin]      1.9.14cvs49
9770
9771         * src/codeconv.c
9772         * src/codeconv.h
9773                 Add a strict mode that doesn't replace with _
9774         * src/compose.c
9775         * src/compose.h
9776                 Use strict conversion while sending
9777                 Fix race when drafting while sending (happens
9778                 on IMAP)
9779                 Fix d'n'd of messages from summaryview
9780         * src/prefs_common.c
9781         * src/prefs_common.h
9782                 add hidden utf8_instead_of_locale_for_broken_mail 
9783                 pref for people that preferred the default charset 
9784                 to be utf8 for broken mails
9785         * src/quote_fmt_parse.y
9786                 fix bug #815 (No quote insert if "From:" fied 
9787                 contained Russian letters)
9788         * src/summaryview.c
9789                 Fix d'n'd of messages to compose
9790
9791 2005-09-22 [paul]       1.9.14cvs48
9792
9793         * src/compose.c
9794                 fix bug where attachments Name entry
9795                 would display Path instead
9796
9797 2005-09-21 [paul]       1.9.14cvs47
9798
9799         * README
9800         * README.jp
9801         * configure.ac
9802         * config/config.rpath
9803         * doc/manual/en/sylpheed-20.html
9804         * doc/manual/es/sylpheed-20.html
9805         * po/bg.po
9806         * po/ca.po
9807         * po/de.po
9808         * po/es.po
9809         * po/fr.po
9810         * po/it.po
9811         * po/pt_BR.po
9812         * po/sk.po
9813         * po/zh_TW.po
9814         * src/account.c
9815         * src/account.h
9816         * src/action.c
9817         * src/action.h
9818         * src/adbookbase.h
9819         * src/addr_compl.c
9820         * src/addr_compl.h
9821         * src/addrbook.c
9822         * src/addrbook.h
9823         * src/addrcache.c
9824         * src/addrcache.h
9825         * src/addrcindex.c
9826         * src/addrcindex.h
9827         * src/addrclip.c
9828         * src/addrclip.h
9829         * src/addrdefs.h
9830         * src/addressadd.c
9831         * src/addressadd.h
9832         * src/addressbook.c
9833         * src/addressbook.h
9834         * src/addressitem.h
9835         * src/addrgather.c
9836         * src/addrgather.h
9837         * src/addrharvest.c
9838         * src/addrharvest.h
9839         * src/addrindex.c
9840         * src/addrindex.h
9841         * src/addritem.c
9842         * src/addritem.h
9843         * src/addrquery.c
9844         * src/addrquery.h
9845         * src/addrselect.c
9846         * src/addrselect.h
9847         * src/alertpanel.c
9848         * src/alertpanel.h
9849         * src/browseldap.c
9850         * src/browseldap.h
9851         * src/codeconv.c
9852         * src/codeconv.h
9853         * src/compose.c
9854         * src/compose.h
9855         * src/crash.c
9856         * src/crash.h
9857         * src/customheader.c
9858         * src/customheader.h
9859         * src/displayheader.c
9860         * src/displayheader.h
9861         * src/editaddress.c
9862         * src/editaddress.h
9863         * src/editbook.c
9864         * src/editbook.h
9865         * src/editgroup.c
9866         * src/editgroup.h
9867         * src/editjpilot.c
9868         * src/editjpilot.h
9869         * src/editldap.c
9870         * src/editldap.h
9871         * src/editldap_basedn.c
9872         * src/editldap_basedn.h
9873         * src/editvcard.c
9874         * src/editvcard.h
9875         * src/enriched.c
9876         * src/enriched.h
9877         * src/exphtmldlg.c
9878         * src/exphtmldlg.h
9879         * src/expldifdlg.c
9880         * src/expldifdlg.h
9881         * src/export.c
9882         * src/export.h
9883         * src/exporthtml.c
9884         * src/exporthtml.h
9885         * src/exportldif.c
9886         * src/exportldif.h
9887         * src/filtering.c
9888         * src/filtering.h
9889         * src/folder.c
9890         * src/folder.h
9891         * src/folder_item_prefs.c
9892         * src/folder_item_prefs.h
9893         * src/foldersel.c
9894         * src/foldersel.h
9895         * src/folderutils.c
9896         * src/folderutils.h
9897         * src/folderview.c
9898         * src/folderview.h
9899         * src/grouplistdialog.c
9900         * src/grouplistdialog.h
9901         * src/headerview.c
9902         * src/headerview.h
9903         * src/html.c
9904         * src/html.h
9905         * src/image_viewer.c
9906         * src/image_viewer.h
9907         * src/imap.c
9908         * src/imap.h
9909         * src/imap_gtk.c
9910         * src/imap_gtk.h
9911         * src/import.c
9912         * src/import.h
9913         * src/importldif.c
9914         * src/importldif.h
9915         * src/importmutt.c
9916         * src/importmutt.h
9917         * src/importpine.c
9918         * src/importpine.h
9919         * src/inc.c
9920         * src/inc.h
9921         * src/jpilot.c
9922         * src/jpilot.h
9923         * src/ldapctrl.c
9924         * src/ldapctrl.h
9925         * src/ldaplocate.c
9926         * src/ldaplocate.h
9927         * src/ldapquery.c
9928         * src/ldapquery.h
9929         * src/ldapserver.c
9930         * src/ldapserver.h
9931         * src/ldaputil.c
9932         * src/ldaputil.h
9933         * src/ldif.c
9934         * src/ldif.h
9935         * src/localfolder.c
9936         * src/localfolder.h
9937         * src/main.c
9938         * src/main.h
9939         * src/mainwindow.c
9940         * src/mainwindow.h
9941         * src/manual.c
9942         * src/manual.h
9943         * src/matcher.c
9944         * src/matcher.h
9945         * src/matcher_parser.h
9946         * src/matcher_parser_lex.l
9947         * src/matcher_parser_parse.y
9948         * src/mbox.c
9949         * src/mbox.h
9950         * src/message_search.c
9951         * src/message_search.h
9952         * src/messageview.c
9953         * src/messageview.h
9954         * src/mh.c
9955         * src/mh.h
9956         * src/mh_gtk.c
9957         * src/mh_gtk.h
9958         * src/mimeview.c
9959         * src/mimeview.h
9960         * src/msgcache.c
9961         * src/msgcache.h
9962         * src/mutt.c
9963         * src/mutt.h
9964         * src/news.c
9965         * src/news.h
9966         * src/news_gtk.c
9967         * src/news_gtk.h
9968         * src/noticeview.c
9969         * src/noticeview.h
9970         * src/partial_download.c
9971         * src/partial_download.h
9972         * src/pine.c
9973         * src/pine.h
9974         * src/pop.c
9975         * src/pop.h
9976         * src/prefs_account.c
9977         * src/prefs_account.h
9978         * src/prefs_actions.c
9979         * src/prefs_actions.h
9980         * src/prefs_common.c
9981         * src/prefs_common.h
9982         * src/prefs_compose_writing.c
9983         * src/prefs_compose_writing.h
9984         * src/prefs_customheader.c
9985         * src/prefs_customheader.h
9986         * src/prefs_display_header.c
9987         * src/prefs_display_header.h
9988         * src/prefs_ext_prog.c
9989         * src/prefs_ext_prog.h
9990         * src/prefs_filtering.c
9991         * src/prefs_filtering.h
9992         * src/prefs_filtering_action.c
9993         * src/prefs_filtering_action.h
9994         * src/prefs_folder_column.c
9995         * src/prefs_folder_column.h
9996         * src/prefs_folder_item.c
9997         * src/prefs_folder_item.h
9998         * src/prefs_fonts.c
9999         * src/prefs_fonts.h
10000         * src/prefs_gtk.c
10001         * src/prefs_gtk.h
10002         * src/prefs_image_viewer.c
10003         * src/prefs_image_viewer.h
10004         * src/prefs_matcher.c
10005         * src/prefs_matcher.h
10006         * src/prefs_message.c
10007         * src/prefs_message.h
10008         * src/prefs_msg_colors.c
10009         * src/prefs_msg_colors.h
10010         * src/prefs_other.c
10011         * src/prefs_other.h
10012         * src/prefs_quote.c
10013         * src/prefs_quote.h
10014         * src/prefs_receive.c
10015         * src/prefs_receive.h
10016         * src/prefs_send.c
10017         * src/prefs_send.h
10018         * src/prefs_spelling.c
10019         * src/prefs_spelling.h
10020         * src/prefs_summaries.c
10021         * src/prefs_summaries.h
10022         * src/prefs_summary_column.c
10023         * src/prefs_summary_column.h
10024         * src/prefs_template.c
10025         * src/prefs_template.h
10026         * src/prefs_themes.c
10027         * src/prefs_themes.h
10028         * src/prefs_toolbar.c
10029         * src/prefs_toolbar.h
10030         * src/prefs_wrapping.c
10031         * src/prefs_wrapping.h
10032         * src/privacy.c
10033         * src/privacy.h
10034         * src/procheader.c
10035         * src/procheader.h
10036         * src/procmime.c
10037         * src/procmime.h
10038         * src/procmsg.c
10039         * src/procmsg.h
10040         * src/quote_fmt.c
10041         * src/quote_fmt_parse.y
10042         * src/recv.c
10043         * src/recv.h
10044         * src/remotefolder.c
10045         * src/remotefolder.h
10046         * src/send_message.c
10047         * src/send_message.h
10048         * src/setup.c
10049         * src/setup.h
10050         * src/simple-gettext.c
10051         * src/sourcewindow.c
10052         * src/sourcewindow.h
10053         * src/ssl_manager.c
10054         * src/ssl_manager.h
10055         * src/statusbar.c
10056         * src/statusbar.h
10057         * src/stock_pixmap.c
10058         * src/stock_pixmap.h
10059         * src/summary_search.c
10060         * src/summary_search.h
10061         * src/summaryview.c
10062         * src/summaryview.h
10063         * src/syldap.c
10064         * src/syldap.h
10065         * src/textview.c
10066         * src/textview.h
10067         * src/toolbar.c
10068         * src/toolbar.h
10069         * src/undo.c
10070         * src/undo.h
10071         * src/unmime.c
10072         * src/unmime.h
10073         * src/vcard.c
10074         * src/vcard.h
10075         * src/wizard.c
10076         * src/wizard.h
10077         * src/common/base64.c
10078         * src/common/base64.h
10079         * src/common/defs.h
10080         * src/common/hooks.c
10081         * src/common/hooks.h
10082         * src/common/log.c
10083         * src/common/log.h
10084         * src/common/md5.c
10085         * src/common/md5.h
10086         * src/common/mgutils.c
10087         * src/common/mgutils.h
10088         * src/common/nntp.c
10089         * src/common/nntp.h
10090         * src/common/passcrypt.c
10091         * src/common/passcrypt.h.in
10092         * src/common/plugin.c
10093         * src/common/plugin.h
10094         * src/common/prefs.c
10095         * src/common/prefs.h
10096         * src/common/progressindicator.c
10097         * src/common/progressindicator.h
10098         * src/common/quoted-printable.c
10099         * src/common/quoted-printable.h
10100         * src/common/session.c
10101         * src/common/session.h
10102         * src/common/smtp.c
10103         * src/common/smtp.h
10104         * src/common/socket.c
10105         * src/common/socket.h
10106         * src/common/ssl.c
10107         * src/common/ssl.h
10108         * src/common/ssl_certificate.c
10109         * src/common/ssl_certificate.h
10110         * src/common/string_match.c
10111         * src/common/string_match.h
10112         * src/common/stringtable.c
10113         * src/common/sylpheed.c
10114         * src/common/sylpheed.h
10115         * src/common/template.c
10116         * src/common/template.h
10117         * src/common/timing.h
10118         * src/common/utils.c
10119         * src/common/utils.h
10120         * src/common/uuencode.c
10121         * src/common/uuencode.h
10122         * src/common/version.h.in
10123         * src/common/xml.c
10124         * src/common/xml.h
10125         * src/common/xmlprops.c
10126         * src/common/xmlprops.h
10127         * src/gtk/about.c
10128         * src/gtk/about.h
10129         * src/gtk/colorlabel.c
10130         * src/gtk/colorlabel.h
10131         * src/gtk/colorsel.c
10132         * src/gtk/colorsel.h
10133         * src/gtk/description_window.c
10134         * src/gtk/description_window.h
10135         * src/gtk/filesel.c
10136         * src/gtk/filesel.h
10137         * src/gtk/foldersort.c
10138         * src/gtk/foldersort.h
10139         * src/gtk/gtkutils.c
10140         * src/gtk/gtkutils.h
10141         * src/gtk/inputdialog.c
10142         * src/gtk/inputdialog.h
10143         * src/gtk/logwindow.c
10144         * src/gtk/logwindow.h
10145         * src/gtk/manage_window.c
10146         * src/gtk/manage_window.h
10147         * src/gtk/menu.c
10148         * src/gtk/menu.h
10149         * src/gtk/pluginwindow.c
10150         * src/gtk/pluginwindow.h
10151         * src/gtk/prefswindow.c
10152         * src/gtk/prefswindow.h
10153         * src/gtk/progressdialog.c
10154         * src/gtk/progressdialog.h
10155         * src/gtk/quicksearch.c
10156         * src/gtk/quicksearch.h
10157         * src/gtk/sslcertwindow.c
10158         * src/gtk/sslcertwindow.h
10159         * src/plugins/clamav/clamav_plugin.c
10160         * src/plugins/clamav/clamav_plugin.h
10161         * src/plugins/clamav/clamav_plugin_gtk.c
10162         * src/plugins/demo/demo.c
10163         * src/plugins/dillo_viewer/dillo_prefs.c
10164         * src/plugins/dillo_viewer/dillo_prefs.h
10165         * src/plugins/dillo_viewer/dillo_viewer.c
10166         * src/plugins/mathml_viewer/mathml_viewer.c
10167         * src/plugins/pgpcore/passphrase.c
10168         * src/plugins/pgpcore/passphrase.h
10169         * src/plugins/pgpcore/plugin.c
10170         * src/plugins/pgpcore/prefs_gpg.c
10171         * src/plugins/pgpcore/prefs_gpg.h
10172         * src/plugins/pgpcore/select-keys.c
10173         * src/plugins/pgpcore/select-keys.h
10174         * src/plugins/pgpcore/sgpgme.c
10175         * src/plugins/pgpcore/sgpgme.h
10176         * src/plugins/pgpinline/pgpinline.c
10177         * src/plugins/pgpinline/pgpinline.h
10178         * src/plugins/pgpinline/plugin.c
10179         * src/plugins/pgpmime/pgpmime.c
10180         * src/plugins/pgpmime/pgpmime.h
10181         * src/plugins/pgpmime/plugin.c
10182         * src/plugins/spamassassin/spamassassin.c
10183         * src/plugins/spamassassin/spamassassin.h
10184         * src/plugins/spamassassin/spamassassin_gtk.c
10185         * src/plugins/trayicon/trayicon.c
10186         * tools/OOo2sylpheed.pl
10187         * tools/acroread2sylpheed.pl
10188         * tools/asus_mailled.sh
10189         * tools/filter_conv.pl
10190         * tools/freshmeat_search.pl
10191         * tools/google_search.pl
10192         * tools/kmail2sylpheed.pl
10193         * tools/kmail2sylpheed_v2.pl
10194         * tools/maildir2sylpheed.pl
10195         * tools/multiwebsearch.pl
10196         * tools/newscache_clean.pl
10197         * tools/outlook2sylpheed.pl
10198         * tools/sylpheed-switcher
10199         * tools/update-po
10200         * tools/vcard2xml.py
10201         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10202                 update FSF address
10203
10204 2005-09-21 [colin]      1.9.14cvs46
10205
10206         * src/gedit-print.c
10207         * src/procmsg.c
10208         * src/procmsg.h
10209         * src/textview.c
10210         * src/summaryview.c
10211                 Remove some printing hacks (deselection/reselection),
10212                 which by the way fix printing the currently 
10213                 displayed mime part (still only text)
10214                 Plus a little optimisation of summary_show
10215
10216
10217 2005-09-20 [colin]      1.9.14cvs45
10218
10219         * src/mainwindow.c
10220         * src/messageview.c
10221                 GUI fixups: add accels, set message
10222                 view title to displayed mail's subject
10223         * src/prefs_spelling.c
10224         * src/gtk/gtkaspell.c
10225                 GUI fixups: allow underlining misspelled
10226                 words instead of coloring them (a11y!)
10227
10228 2005-09-19 [colin]
10229
10230         1.9.15rc3 released
10231
10232 2005-09-19 [colin]      1.9.14cvs44
10233
10234         * src/compose.c
10235                 Fix draft message
10236         * src/gtk/gtkaspell.c
10237                 Fix wrong test ;-)
10238
10239 2005-09-19 [colin]      1.9.14cvs43
10240
10241         * src/addressbook.c
10242                 Fix sensitivity of Delete button
10243         * src/compose.c
10244                 Warn if the requested Privacy system
10245                 is not available
10246         * src/exphtmldlg.c
10247         * src/expldifdlg.c
10248         * src/importldif.c
10249         * src/importmutt.c
10250         * src/importpine.c
10251                 Fix crappy UI
10252         * src/
10253         * src/ssl.h
10254         * src/prefs_account.h
10255         * src/prefs_account.c
10256                 Save SSL prefs even in builds that have
10257                 SSL support disable
10258         * src/imap.c
10259         * src/inc.c
10260         * src/news.c
10261         * src/send_message.c
10262                 Warn if connection should be secure, but
10263                 SSL support isn't compiled in
10264         * src/gtkaspell.c
10265                 Fix word separation on UTF-8 systems
10266                 Fixes bug #812 (Strange inline spellchecking)
10267         * src/compose.c
10268                 Warn if the requested Privacy system
10269                 is not available
10270                 Factorize offline warning
10271         * src/imap.c
10272         * src/imap_gtk.c
10273         * src/imap_gtk.h
10274         * src/inc.h
10275         * src/news_gtk.c
10276         * src/news_gtk.h
10277         * src/messageview.c
10278                 Factorize offline warning
10279
10280 2005-09-19 [paul]
10281
10282         1.9.15-rc2 released
10283
10284 2005-09-18 [colin]      1.9.14cvs42
10285
10286         * src/codeconv.c
10287         * src/codeconv.h
10288         * src/procmime.c
10289                 Add a way to get locale's charset ignoring utf-8,
10290                 and use that as default encoding for broken mails
10291
10292 2005-09-18 [colin]      1.9.14cvs41
10293
10294         * src/gtk/logwindow.c
10295                 Translate string. Patch by Fabien Vantard
10296
10297 2005-09-18 [colin]      1.9.14cvs40
10298
10299         * configure.ac
10300                 Fix bug #803 (IMAP/SSL support breaks with 
10301                 GnuTLS libetpan 0.38)
10302
10303 2005-09-18 [colin]      1.9.14cvs39
10304
10305         * src/codeconv.c
10306         * src/compose.c
10307         * src/procmime.c
10308                 More charsets fixes. Fixes bug #806 (non
10309                 ascii characters in subject line)
10310
10311 2005-09-17 [paul]       1.9.14cvs38
10312
10313         * src/folderview.c
10314         * src/mainwindow.c
10315                 fix gcc-2.95 issues
10316                 Patch by Pawel Pekala
10317
10318 2005-09-17 [colin]      1.9.14cvs37
10319
10320         * src/addrindex.c
10321                 bugfix for NO-USE LDAP compilation, patch 
10322                 by Fabien Vantard
10323
10324 2005-09-17 [colin]      1.9.14cvs36
10325
10326         * src/prefs_actions.c
10327         * src/prefs_customheader.c
10328         * src/prefs_display_header.c
10329         * src/prefs_filtering_action.c
10330         * src/prefs_matcher.c
10331         * src/prefs_toolbar.c
10332                 Fix strange casts (less elegant but
10333                 works better)
10334
10335 2005-09-16 [colin]      1.9.14cvs35
10336
10337         * src/jpilot.c
10338                 Missed that one
10339
10340 2005-09-16 [colin]      1.9.14cvs34
10341
10342         * configure.ac
10343         * src/Makefile.am
10344         * src/addr_compl.c
10345         * src/addrindex.c
10346         * src/browseldap.c
10347         * src/editldap.c
10348         * src/ldaplocate.c
10349         * src/ldapquery.c
10350         * src/ldapquery.h
10351         * src/ldapserver.c
10352         * src/ldapserver.h
10353         * src/main.c
10354         * src/matcher_parser_parse.y
10355         * src/prefs_themes.c
10356         * src/etpan/Makefile.am
10357         * src/gtk/description_window.c
10358         * src/plugins/clamav/Makefile.am
10359         * src/plugins/clamav/clamav_plugin.c
10360         * src/plugins/dillo_viewer/Makefile.am
10361         * src/plugins/pgpcore/Makefile.am
10362         * src/plugins/pgpinline/Makefile.am
10363         * src/plugins/pgpmime/Makefile.am
10364         * src/plugins/trayicon/Makefile.am
10365                 Fix 100% cpu usage in address completion list
10366                 Fix little bugs (return with no values etc)
10367                 Fix all warnings (with common CFLAGS)
10368
10369 2005-09-15 [colin]      1.9.14cvs33
10370
10371         * src/addressbook.c
10372                 Fix bug where sometimes a group's email list is empty,
10373                 force its refresh (probably fixes "Re: how to create a 
10374                 distribution list")
10375         * src/ldapquery.c
10376                 Don't return to the callback in the main thread from the
10377                 fetch thread (or face segs!)
10378
10379 2005-09-15 [paul]       1.9.14cvs32
10380
10381         * src/prefs_matcher.c
10382                 forgotten in last commit
10383
10384 2005-09-15 [paul]       1.9.14cvs31
10385
10386         * src/prefs_actions.c
10387         * src/prefs_filtering_action.c
10388         * src/prefs_quote.c
10389         * src/quote_fmt.c
10390         * src/summaryview.c
10391         * src/gtk/description_window.c
10392         * src/gtk/description_window.h
10393         * src/gtk/quicksearch.c
10394                 allow interaction with the called
10395                 description window
10396                 Patch by Anders Hammar
10397
10398 2005-09-14 [paul]       1.9.14cvs30
10399
10400         * src/compose.c
10401                 fix a little annoyance when pasting with 3rd button 
10402                 with wrap_pastes=0 and wrap_input=1
10403                 Patch by Colin
10404
10405 2005-09-14 [paul]       1.9.14cvs29
10406
10407         * src/prefs_account.c
10408                 disable 'Filter messages on receiving' for
10409                 SMTP-only accounts
10410                 Patch  by Anders Hammar
10411
10412 2005-09-14 [paul]       1.9.14cvs28
10413
10414         * po/sk.po
10415                 fix crash
10416                 updated by Andrej Kacian
10417
10418 2005-09-14 [paul]
10419
10420         1.9.15-rc1 released
10421
10422 2005-09-14 [paul]       1.9.14cvs27
10423
10424         * po/es.po
10425                 updated by Ricardo Mones Lastra
10426         * src/compose.c
10427         * src/compose.h
10428                 associate no_wrap_tags to Compose windows
10429                 instead of using a static one
10430                 Patch by Colin
10431         * src/mbox.c
10432                 fix proc_mbox()
10433                 Patch by wwp
10434         * src/textview.c
10435                 remove unneeded printf()
10436
10437 2005-09-14 [paul]       1.9.14cvs26
10438
10439         * src/addrcache.c
10440         * src/codeconv.h
10441         * src/folder.h
10442         * src/mainwindow.h
10443         * src/mh.c
10444         * src/mimeview.h
10445         * src/partial_download.c
10446         * src/pop.c
10447         * src/prefs_account.c
10448         * src/prefs_account.h
10449         * src/prefs_actions.c
10450         * src/prefs_customheader.c
10451         * src/prefs_display_header.c
10452         * src/prefs_filtering_action.c
10453         * src/prefs_matcher.c
10454         * src/prefs_toolbar.c
10455         * src/privacy.h
10456         * src/procmime.c
10457         * src/procmime.h
10458         * src/procmsg.h
10459         * src/textview.c
10460         * src/undo.h
10461         * src/common/plugin.c
10462         * src/common/session.h
10463         * src/common/socket.c
10464         * src/common/socket.h
10465         * src/common/template.c
10466         * src/gtk/gtkaspell.c
10467         * src/gtk/quicksearch.h
10468         * src/plugins/pgpcore/passphrase.c
10469         * src/plugins/pgpcore/prefs_gpg.h
10470         * src/plugins/pgpcore/select-keys.c
10471         * src/plugins/pgpcore/select-keys.h
10472         * src/plugins/pgpcore/sgpgme.c
10473         * src/plugins/pgpinline/pgpinline.c
10474         * src/plugins/pgpmime/pgpmime.c
10475         * src/plugins/trayicon/trayicon.c
10476                 fix compilation warnings
10477                 Patch by Daniel Gustafson
10478
10479 2005-09-14 [paul]       1.9.14cvs25
10480
10481         * src/addressbook.c
10482                 add missing column header, and other small
10483                 bug fixes
10484                 Patch by Anders Hammar
10485
10486 2005-09-13 [colin]      1.9.14cvs24
10487
10488         * src/gtk/gtkaspell.c
10489                 Fix non-utf8 in menu
10490                 Fix little leaks
10491                 Nullify struct members after free()s
10492
10493 2005-09-13 [colin]      1.9.14cvs23
10494
10495         * src/compose.c
10496                 Test utf8 compliance before inserting to 
10497                 buffer, and try to convert if necessary
10498         * src/procmime.c
10499                 If no charset is present, use the locale 
10500                 one instead of us-ascii
10501         * src/procmsg.c
10502                 Add Sender, List-Post and To in the checked 
10503                 headers for automatic rules creation 
10504                 (thanks to wwp)
10505         * src/prefs_themes.c
10506         * src/gtk/gtkaspell.c
10507                 Remove deprecated functions. 
10508                 patch by Daniel Gustafson
10509
10510 2005-09-12 [colin]      1.9.14cvs22
10511
10512         * src/compose.c
10513                 Fix bug #448 (Scrolling/Redraw issue with 
10514                 address-fields in Header)
10515         * src/mainwindow.c
10516         * src/summaryview.c
10517         * src/summaryview.h
10518                 Fix loss of MSG_MARKED on move/copy
10519                 Fix bug #804 (Quicksearch togglebutton doesn't 
10520                 get depressed after '/' key is pressed)
10521
10522 2005-09-12 [paul]       1.9.14cvs21
10523
10524         * AUTHORS
10525         * src/gtk/logwindow.c
10526                 add 'Clear Log' to popup menu
10527                 Patch by Anders Hammar <anders.hammar@telia.com>
10528
10529 2005-09-12 [paul]       1.9.14cvs20
10530
10531         * src/compose.c
10532                 set correct sensitivity on attachments
10533                 popup menu
10534         * src/folder.c
10535                 fix typo
10536         * src/prefs_spelling.c
10537                 fix crash when no LANG env is set
10538         * src/common/xml.c
10539                 fix crash in wizard
10540                 don't use memeory after free
10541
10542         All patches by Daniel Gustafson
10543
10544 2005-09-12 [paul]       1.9.14cvs19
10545
10546         * src/prefs_themes.c
10547                 make theme info selectable
10548         * src/gtk/description_window.c
10549                 make window non-modal
10550         * tools/README
10551                 add details of asus_mailed.sh
10552         * tools/claws.i18n.status.pl
10553                 update for new zh_TW translator
10554                 widen the output
10555                 create alternate coloured lines
10556                 improve readability
10557
10558 2005-09-10 [colin]      1.9.14cvs18
10559
10560         * src/plugins/pgpcore/select-keys.c
10561                 Better order for the buttons
10562
10563 2005-09-10 [colin]      1.9.14cvs17
10564
10565         * src/compose.c
10566         * src/plugins/pgpcore/select-keys.c
10567         * src/plugins/pgpcore/select-keys.h
10568         * src/plugins/pgpcore/sgpgme.c
10569                 Add a "Don't encrypt" button to the key
10570                 selection dialog. Fixes bug #177 (There should be a 
10571                 'Don't encrypt button in the Select Keys dialog)
10572
10573 2005-09-10 [colin]      1.9.14cvs16
10574
10575         * src/compose.c
10576                 Fix bug #572 (%X option does not work with templates)
10577
10578 2005-09-10 [colin]      1.9.14cvs15
10579
10580         * src/toolbar.c 
10581                 Remove g_print
10582
10583 2005-09-10 [colin]      1.9.14cvs14
10584
10585         * src/imap.c
10586                 Fix a possible crash
10587
10588 2005-09-09 [colin]      1.9.14cvs13
10589
10590         * src/imap.c
10591         * src/etpan/imap-thread.c
10592         * src/etpan/imap-thread.h
10593                 Fix moving from queue or drafts to normal folders
10594                 Fix bug #794 (No way to delete without expunging)
10595                 Take flags unset by other mailers into account
10596                 Take deleted flag set by other mailers into account
10597                 Fix unsetting REPLIED flag
10598                 Fix crash when capabilities can't be retrieved
10599         * src/mainwindow.c
10600         * src/mainwindow.h
10601                 Add M_DELAYED_FLAGS condition, and let the user use
10602                 Execute in order to be able to expunge deleted mails,
10603                 even if he's not in delayed execute mode
10604         * src/prefs_spelling.c
10605                 Use 'en' dictionary by default if LANG is POSIX or C
10606         * src/gtk/prefswindow.c
10607                 Fix bug #767 (Preferences windows expanding) by making
10608                 the window a bit larger when the resolution is greater
10609                 than 640x480, and by putting the prefs in a
10610                 GtkScrolledWindow.
10611
10612 2005-09-09 [paul]       1.9.14cvs12
10613
10614         * AUTHORS
10615         * configure.ac
10616         * po/zh_TW.Big5.po      ** REMOVED **
10617         * po/zh_TW.po           ** ADDED **
10618                 updated by Wei-Lun Chao
10619
10620 2005-09-09 [paul]       1.9.14cvs11
10621
10622         * src/mainwindow.c
10623                 fix asserts
10624         * src/common/xml.c
10625                 delay memory allocation until file is
10626                 opened successfully
10627                 Patch by Daniel Gustafson
10628
10629 2005-09-09 [colin]      1.9.14cvs10
10630
10631         * src/imap.c
10632                 Add guards
10633
10634 2005-09-08 [colin]      1.9.14cvs9
10635
10636         * src/compose.c
10637                 Alert when we can't save draft
10638                 Fix various wrap/color issues
10639                 Add mid-click pasting respecting wrap_paste option
10640         * src/folder.c
10641         * src/folder.h
10642         * src/folder_item_prefs.c
10643         * src/folder_item_prefs.h
10644         * src/imap.c
10645         * src/imap_gtk.c
10646         * src/imap_gtk.h
10647         * src/main.c
10648         * src/mainwindow.c
10649         * src/mainwindow.h
10650         * src/news.c
10651         * src/news_gtk.c
10652         * src/news_gtk.h
10653         * src/prefs_folder_item.c
10654                 Fix the impossibility to synchronise folders for
10655                 offline use (IMAP and NNTP are concerned)
10656
10657 2005-09-08 [colin]      1.9.14cvs8
10658
10659         * configure.ac
10660                 Build LDAP and JPilot by default if available
10661         * src/textview.c
10662                 Fix use after free
10663
10664 2005-09-08 [paul]       1.9.14cvs7
10665
10666         * doc/manual/en/sylpheed-1.html
10667         * doc/manual/en/sylpheed-18.html
10668         * doc/manual/en/sylpheed-19.html
10669         * doc/manual/en/sylpheed-4.html
10670         * doc/manual/en/sylpheed-6.html
10671         * doc/manual/en/sylpheed.html
10672                 a few minor updates, plus include some
10673                 details about plugins and their requirements
10674         * src/mainwindow.c
10675                 minor changes to English in /View/Sort
10676
10677 2005-09-07 [colin]      1.9.14cvs6
10678
10679         * doc/manual/en/sylpheed-1.html
10680         * doc/manual/en/sylpheed-10.html
10681         * doc/manual/en/sylpheed-11.html
10682         * doc/manual/en/sylpheed-12.html
10683         * doc/manual/en/sylpheed-13.html
10684         * doc/manual/en/sylpheed-14.html
10685         * doc/manual/en/sylpheed-15.html
10686         * doc/manual/en/sylpheed-16.html
10687         * doc/manual/en/sylpheed-17.html
10688         * doc/manual/en/sylpheed-18.html
10689         * doc/manual/en/sylpheed-19.html
10690         * doc/manual/en/sylpheed-2.html
10691         * doc/manual/en/sylpheed-20.html
10692         * doc/manual/en/sylpheed-21.html
10693         * doc/manual/en/sylpheed-22.html
10694         * doc/manual/en/sylpheed-3.html
10695         * doc/manual/en/sylpheed-4.html
10696         * doc/manual/en/sylpheed-5.html
10697         * doc/manual/en/sylpheed-6.html
10698         * doc/manual/en/sylpheed-7.html
10699         * doc/manual/en/sylpheed-8.html
10700         * doc/manual/en/sylpheed-9.html
10701         * doc/manual/en/sylpheed.html
10702                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10703
10704 2005-09-07 [colin]      1.9.14cvs5
10705
10706         * src/mainwindow.c
10707                 Make labels more to-the-point
10708
10709 2005-09-07 [colin]      1.9.14cvs4
10710
10711         * doc/manual/en/sylpheed-1.html
10712         * doc/manual/en/sylpheed-12.html
10713         * doc/manual/en/sylpheed-13.html
10714         * doc/manual/en/sylpheed-14.html
10715         * doc/manual/en/sylpheed-15.html
10716         * doc/manual/en/sylpheed-16.html
10717         * doc/manual/en/sylpheed-17.html
10718         * doc/manual/en/sylpheed-18.html
10719         * doc/manual/en/sylpheed-19.html
10720         * doc/manual/en/sylpheed-2.html
10721         * doc/manual/en/sylpheed-20.html
10722         * doc/manual/en/sylpheed-21.html
10723         * doc/manual/en/sylpheed-22.html
10724         * doc/manual/en/sylpheed-4.html
10725         * doc/manual/en/sylpheed-5.html
10726         * doc/manual/en/sylpheed-6.html
10727         * doc/manual/en/sylpheed-7.html
10728         * doc/manual/en/sylpheed-8.html
10729         * doc/manual/en/sylpheed-9.html
10730         * doc/manual/en/sylpheed.html
10731                 Update manual
10732
10733 2005-09-07 [colin]      1.9.14cvs3
10734
10735         * doc/faq/en/sylpheed-faq-1.html
10736         * doc/faq/en/sylpheed-faq-2.html
10737         * doc/faq/en/sylpheed-faq-3.html
10738         * doc/faq/en/sylpheed-faq.html
10739                 Update FAQ
10740
10741 2005-09-07 [colin]      1.9.14cvs2
10742
10743         * src/folderview.c
10744         * src/procmsg.c
10745         * src/summaryview.c
10746         * src/toolbar.c
10747                 Fix special subfolders:
10748                 - Inherit parent's icon
10749                 - sent contents of queues subfolders
10750                 - empty subfolders of trashes
10751         * src/mainwindow.c
10752                 Remove outdated manual and faq entries
10753         * src/common/utils.c
10754                 Add quotes around %s coming from mailcap
10755
10756 2005-09-07 [colin]      1.9.14cvs1
10757
10758         * src/compose.c
10759                 After saving draft, set modified to FALSE
10760         * src/mimeview.c
10761         * src/common/utils.c
10762         * src/common/utils.h
10763                 Try to open mime parts using what is 
10764                 indicated in ~/.mailcap or /etc/mailcap,
10765                 if possible.
10766
10767 2005-09-05 [paul]       1.9.14
10768
10769         1.9.14 released
10770
10771         * po/sk.po
10772                 updated by Andrej Kacian
10773
10774 2005-09-05 [paul]       1.9.13cvs83
10775
10776         * po/de.po
10777         * po/es.po
10778         * po/fi.po
10779         * po/fr.po
10780         * po/nb.po
10781         * po/pt_BR.po
10782         * po/sr.po
10783                 updated translations by Thomas Gilgin, Ricardo Mones
10784                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10785                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10786
10787 2005-09-04 [paul]       1.9.13cvs82
10788
10789         * src/compose.c
10790                 only warn about exceeded line length limit
10791                 on send
10792
10793 2005-09-04 [paul]       1.9.13cvs81
10794
10795         * src/compose.c
10796                 fix crash in 'line length exceeded' dialogue
10797
10798 2005-09-02 [paul]       1.9.13cvs80
10799
10800         * src/imap.c
10801                 fix bug 795, 'Connection lost IMAP'
10802                 and add statusbar prints
10803                 Patch by Colin
10804
10805 2005-09-02 [paul]       1.9.13cvs79
10806
10807         * src/compose.c
10808                 compose_wrap_paragraph() becomes
10809                 compose_beautify_paragraph()
10810                 Patch by Colin
10811
10812 2005-09-02 [colin]      1.9.13cvs78
10813
10814         * src/folderview.c
10815                 Micro-fix
10816
10817 2005-09-01 [colin]      1.9.13cvs77
10818
10819         * src/imap.c
10820                 Maybe fix bug #795 (Connection lost IMAP)
10821                 Don't try to send logout when we're disconnected.
10822         * src/summaryview.c
10823                 Include locked and marked emails in HRM
10824                 view. Fixes bug #800 (Locked messages no longer 
10825                 show up when hide read messages is used)
10826
10827 2005-09-01 [paul]       1.9.13cvs76
10828
10829         * src/prefs_common.c
10830                 fix bad cutting
10831
10832 2005-08-31 [colin]      1.9.13cvs75
10833
10834         * src/folderview.c
10835         * src/folderview.h
10836         * src/prefs_summaries.c
10837         * src/summaryview.c
10838                 Fix "go to next new", fix preference
10839                 (Open unread/next swapped)
10840
10841 2005-08-31 [paul]       1.9.13cvs74
10842
10843         * src/compose.c
10844         * src/folderview.c
10845         * src/headerview.c
10846         * src/headerview.h
10847         * src/mainwindow.c
10848         * src/prefs_common.c
10849         * src/prefs_common.h
10850         * src/prefs_fonts.c
10851         * src/summaryview.c
10852         * src/textview.c
10853         * src/common/defs.h
10854                 remove obsolete BOLD_FONT setting
10855                 fix font update in headerview and textview
10856                 headers after prefs change
10857                 Patch By Colin
10858
10859 2005-08-31 [paul]
10860
10861         1.9.14-rc4 released
10862
10863 2005-08-30 [colin]      1.9.13cvs73
10864
10865         * src/summaryview.c
10866                 When Hide read messages is selected and we
10867                 refresh the summaryview, don't remove the 
10868                 currently displayed message. Fixes bug #797
10869                 (Summary view reloads when new mail is 
10870                 downloaded in 1.9.14 rc)
10871
10872 2005-08-30 [colin]      1.9.13cvs72
10873
10874         * src/folderview.c
10875                 Fix flickering
10876         * src/mainwindow.c
10877                 Remove useless callback
10878         * src/mimeview.c
10879         * src/gtk/filesel.c
10880         * src/gtk/filesel.h
10881                 Add a filesel_select_file_save_folder() - used by Save All
10882
10883 2005-08-29 [paul]       1.9.13cvs71
10884
10885         * AUTHORS
10886         * src/matcher_parser_parse.y
10887         * src/etpan/imap-thread.c
10888                 fix building on FreeBSD
10889                 Patch by Daniel Gustafson <daniel@hobbit.se>
10890
10891 2005-08-29 [paul]       1.9.13cvs70
10892
10893         * src/plugins/pgpinline/pgpinline.c
10894                 only initialise sig result if it's been handled
10895                 Patch by Colin
10896
10897 2005-08-29 [paul]       1.9.13cvs69
10898         
10899         Patches by Colin:
10900
10901         * src/imap.c
10902         * src/common.utils.c
10903         * src/common/utils.h
10904                 optimisation
10905         * src/stock_pixmap.h
10906                 fix wrong icon reference
10907         * src/pixmaps/trash_btn.xpm
10908                 replace with nicer image
10909
10910 2005-08-28 [colin]      1.9.13cvs68
10911
10912         * src/Makefile.am
10913         * src/stock_pixmap.c
10914         * src/stock_pixmap.h
10915         * src/toolbar.c
10916         * src/pixmaps/trash_btn.xpm
10917                 Add a specific trash xpm for the button
10918
10919 2005-08-28 [colin]      1.9.13cvs67
10920
10921         * src/imap.c
10922                 Fix leak
10923
10924 2005-08-27 [colin]      1.9.13cvs66
10925
10926         * src/imap.c
10927         * src/procmime.c
10928                 Correctly fix "Problem with replies", fixes
10929                 pgpmime encryption too. 
10930
10931 2005-08-27 [colin]      1.9.13cvs65
10932
10933         * src/folder.c
10934         * src/procmsg.c
10935         * src/procmsg.h
10936         * src/summaryview.c
10937                 Fix bug #517 (messages removed from summaryview 
10938                 when moving fails)
10939
10940 2005-08-27 [colin]      1.9.13cvs64
10941
10942         * tools/Makefile.am
10943         * tools/asus_mailled.sh
10944                 Add a script to blink ASUS laptops' mail LED where there
10945                 is unread mail.
10946
10947 2005-08-27 [colin]      1.9.13cvs63
10948
10949         * src/imap.c
10950         * src/etpan/imap-thread.c
10951         * src/etpan/imap-thread.h
10952                 Implement automatic choosing of login method
10953                 Fixes bug #791
10954         * src/gtk/.cvsignore
10955                 Add sylpheed-marshal.[ch]
10956
10957 2005-08-27 [colin]      1.9.13cvs62
10958
10959         * src/common/utils.c
10960                 Fix confusing perror
10961
10962 2005-08-27 [colin]      1.9.13cvs61
10963
10964         * src/toolbar.c
10965         * src/toolbar.h
10966                 Remove A_DELETE, replace it with 
10967                 A_TRASH and A_DELETE_REAL. Automatically
10968                 rewrite config files to replace A_DELETE
10969                 with A_TRASH (no functionality change).
10970                 Fixes half of #794
10971
10972 2005-08-26 [colin]      1.9.13cvs60
10973
10974         * src/procmime.c
10975                 Previous "Problem with replies" fix brought other
10976                 problems, fixing them
10977
10978 2005-08-26 [colin]      1.9.13cvs59
10979
10980         * src/procmime.c
10981                 Fix "Problem with replies". This happened only
10982                 on IMAP...
10983         * src/procmsg.c
10984                 Factorize code a bit
10985         * src/compose.c
10986                 Speed improvement on very long messages (wrapping)
10987                 Fix signature color on Reedit and Redirect
10988                 On Reedit, don't attach pgp-signatures parts, but
10989                 set signing to On.
10990
10991 2005-08-24 [paul]       1.9.13cvs58
10992
10993         * src/compose.c
10994                 don't claim success when clicking
10995                 Cancel on the passphrase box.
10996                 Patch by Colin
10997
10998 2005-08-24 [paul]       1.9.13cvs57
10999
11000         * src/main.c
11001                 fix misplaced sylpheed.log
11002         * src/common/defs.h
11003                 define UIDL_DIR
11004
11005 2005-08-24 [paul]       1.9.13cvs56
11006
11007         * src/imap.c
11008         * src/etpan/imap-thread.c
11009         * src/etpan/imap-thread.h
11010                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11011                 Patch by Colin
11012         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11013         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11014                 remove autogenerated files
11015         * tools/kdeservicemenu/README
11016         * tools/kdeservicemenu/install.sh
11017         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11018         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11019                 use Claws icon, use 'Sylpheed-Claws' in menu,
11020                 use kdialog, and other cleanups
11021
11022 2005-08-23 [paul]       1.9.13cvs55
11023
11024         * src/compose.c
11025                 fix paste/wrap crash
11026                 Patch by Colin
11027
11028 2005-08-23 [paul]       1.9.13cvs54
11029
11030         * src/main.c
11031                 fix crash recovery
11032                 Patch by Colin
11033
11034 2005-08-23 [paul]       1.9.13cvs53
11035
11036         * src/addressbook.c
11037         * src/editaddress.c
11038                 view all data of LDAP contacts
11039                 Patch by Colin
11040
11041 2005-08-23 [paul]       1.9.13cvs52
11042
11043         * src/addressbook.c
11044                 fix issues with the Search field
11045                 Patch by Colin
11046
11047 2005-08-22 [paul]       1.9.13cvs51
11048
11049         * src/folderview.c
11050                 put name of folder in processing dialog
11051                 title
11052         * src/prefs_folder_item.c
11053                 improve english usage
11054
11055 2005-08-22 [paul]       1.9.13cvs50
11056
11057         * src/filtering.c
11058         * src/filtering.h
11059         * src/matcher.c
11060         * src/matcher_parser_lex.l
11061         * src/matcher_parser_parse.y
11062         * src/prefs_filtering.c
11063                 add Filtering/Processing rule names feature.
11064                 (the incompatible old matcherrc is saved as
11065                 matcherrc.pre_names).
11066                 Patch by Colin
11067
11068 2005-08-22 [paul]       1.9.13cvs49
11069
11070         * src/procmsg.c
11071                 fix colour labelling
11072                 Patch by Colin
11073
11074 2005-08-22 [paul]       1.9.13cvs48
11075
11076         * src/textview.c
11077                 fix open_image_cb()
11078
11079 2005-08-22 [paul]       1.9.13cvs47
11080
11081         * src/imap.c
11082                 fix bug 789, 'SC crashes with imap (CVS ver)'
11083                 Patch by Colin
11084
11085 2005-08-22 [paul]       1.9.13cvs46
11086
11087         * src/mimeview.c
11088         * src/prefs_common.c
11089         * src/common/defs.h
11090                 define reused defaults in defs.h
11091         * src/textview.c
11092                 add 'Open image' to image popup menu
11093
11094 2005-08-21 [colin]      1.9.13cvs45
11095
11096         * src/summaryview.c
11097                 Fix bug #788 (Bogus "From" address displayed)
11098
11099 2005-08-20 [colin]      1.9.13cvs44
11100
11101         * src/folder.c
11102                 Fix buf #787 (multilevel delete causes SIGSEGV)
11103
11104 2005-08-19 [colin]      1.9.13cvs43
11105
11106         * src/inc.c
11107         * src/prefs_common.c
11108         * src/prefs_common.h
11109                 Add an hidden pref to allow modifying the
11110                 update stepping in incorporation.
11111                 Patch by wwp.
11112
11113 2005-08-19 [colin]      1.9.13cvs42
11114
11115         * src/compose.c
11116         * src/procmime.c
11117                 Workaround for broken MUAs: encode 
11118                 Content-type: name: as ASCII and 
11119                 Content-Disposition: filename: as
11120                 per rfc2231
11121         * src/prefs_account.c
11122                 Fix invisible-ness of SMTP SSL prefs
11123                 in NNTP accounts
11124
11125 2005-08-19 [paul]       1.9.13cvs41
11126
11127         * src/compose.c
11128         * src/prefs_common.c
11129         * src/prefs_common.h
11130         * src/prefs_wrapping.c
11131                 paste with or without wrapping.
11132                 patch by Colin
11133
11134 2005-08-19 [paul]       1.9.13cvs40
11135
11136         * src/prefs_common.c
11137         * src/prefs_common.h
11138         * src/summaryview.c
11139                 reintroduce enable_swap_from as a
11140                 hidden pref. patch by Colin
11141         * src/quote_fmt_parse.y
11142         * src/plugins/clamav/clamav_plugin.c
11143         * src/plugins/dillo_viewer/dillo_viewer.c
11144         * src/plugins/mathml_viewer/mathml_viewer.c
11145         * src/plugins/pgpcore/sgpgme.c
11146         * src/plugins/pgpinline/pgpinline.c
11147         * src/plugins/pgpmime/pgpmime.c
11148                 tidy up. patch by Colin
11149
11150 2005-08-19 [paul]       1.9.13cvs39
11151
11152         * configure.ac
11153                 complete cvs38's sync
11154         * src/editaddress.c
11155         * src/gedit-print.c
11156         * src/mutt.c
11157         * src/etpan/etpan-log.c
11158         * src/etpan/imap-thread.c
11159         * src/gtk/gtksourceprintjob.c
11160                 fix compilation warnings
11161                 (patch by Colin)
11162
11163 2005-08-19 [paul]       1.9.13cvs38
11164
11165         sync with main:
11166
11167         * src/account.c
11168         * src/action.c
11169         * src/addrbook.c
11170         * src/addrcache.c
11171         * src/addrharvest.c
11172         * src/addrindex.c
11173         * src/codeconv.c
11174         * src/compose.c
11175         * src/crash.c
11176         * src/exporthtml.c
11177         * src/exportldif.c
11178         * src/folder.c
11179         * src/image_viewer.c
11180         * src/inc.c
11181         * src/inc.h
11182         * src/jpilot.c
11183         * src/ldif.c
11184         * src/main.c
11185         * src/matcher.c
11186         * src/mbox.c
11187         * src/messageview.c
11188         * src/mh.c
11189         * src/mimeview.c
11190         * src/msgcache.c
11191         * src/mutt.c
11192         * src/news.c
11193         * src/partial_download.c
11194         * src/pine.c
11195         * src/pop.c
11196         * src/prefs_actions.c
11197         * src/prefs_common.c
11198         * src/prefs_customheader.c
11199         * src/prefs_display_header.c
11200         * src/prefs_gtk.c
11201         * src/prefs_themes.c
11202         * src/procheader.c
11203         * src/procmime.c
11204         * src/procmsg.c
11205         * src/recv.c
11206         * src/send_message.c
11207         * src/simple-gettext.c
11208         * src/sourcewindow.c
11209         * src/textview.c
11210         * src/vcard.c
11211         * src/common/defs.h
11212         * src/common/log.c
11213         * src/common/plugin.c
11214         * src/common/prefs.c
11215         * src/common/session.c
11216         * src/common/session.h
11217         * src/common/socket.c
11218         * src/common/socket.h
11219         * src/common/ssl_certificate.c
11220         * src/common/template.c
11221         * src/common/utils.c
11222         * src/common/utils.h
11223         * src/common/xml.c
11224         * src/gtk/about.c
11225         added wrappers for C library function that
11226                 take pathname arguments.
11227                 enabled compilation with MinGW.
11228                 use GDir instead of directly using opendir().
11229                 added rename_force().
11230
11231 2005-08-19 [paul]       1.9.13cvs37
11232         
11233         patches by Colin:
11234         * src/compose.c
11235                 fix privacy settings on re-editing
11236                 a sent message
11237         * src/jpilot.c
11238                 fix encoding bug
11239         * src/folder.c
11240         * src/procmsg.c
11241         * src/procmsg.h
11242         * src/summaryview.c
11243                 flag changing optimisation
11244
11245 2005-08-18 [martin]     1.9.13cvs36
11246
11247         * commitHelper
11248             added my login
11249         * src/addrcache.c
11250         * src/addrharvest.c
11251         * src/addrindex.c
11252         * src/compose.c
11253         * src/grouplistdialog.c
11254         * src/main.c
11255         * src/mainwindow.c
11256         * src/msgcache.c
11257         * src/mutt.c
11258         * src/pine.c
11259         * src/prefs_account.c
11260         * src/prefs_themes.c
11261         * src/stock_pixmap.c
11262         * src/summaryview.c
11263         * src/gtk/about.c
11264         * src/gtk/logwindow.c
11265             removed deprecated glib and gdk stuff
11266         * src/plugins/pgpcore/select-keys.c
11267             convert attributes from locale to utf8
11268
11269 2005-08-17 [paul]       1.9.13cvs35
11270
11271         * src/account.c
11272         * src/addressbook.c
11273                 use new GTK_STOCK_ icons if available
11274         * src/summaryview.c
11275         * src/gtk/gtksctree.c
11276         * src/gtk/gtksctree.h
11277                 faster range select. patch by Colin
11278
11279 2005-08-17 [paul]       1.9.13cvs34
11280
11281         patches by colin:
11282         * src/addressbook.c
11283         * src/addressitem.h
11284                 Add an edit button for contacts, fix selections
11285                 of gtksctree items
11286         * src/editaddress.c
11287                 Change labels, let Save be always possible in the
11288                 email and user atributes tabs
11289         * src/folderview.c
11290                 fix sort issues
11291         * src/summaryview.c
11292                 select next item instead of the displayed one
11293                 after deletion
11294
11295         * src/gtk/progressdialog.c
11296                 use prefs_common.enable_rules_hint
11297
11298 2005-08-13 [hoa]        1.9.13cvs33
11299
11300         * src/etpan/imap-thread.c
11301                 fixed build on Solaris.
11302
11303 2005-08-10 [colin]      1.9.13cvs32
11304
11305         * src/procmsg.c
11306                 Fix cvs31 (missing fclose before reading
11307                 the file)
11308
11309 2005-08-10 [colin]      1.9.13cvs31
11310
11311         * src/procmsg.c
11312                 Fix procmsg_msginfo_new_from_mimeinfo() when
11313                 the MimeInfo isn't stored in memory. This fixes
11314                 replying to an attached message.
11315
11316 2005-08-10 [colin]      1.9.13cvs30
11317
11318         * src/mainwindow.c
11319                 Fix slowness in account changing
11320
11321 2005-08-10 [colin]      1.9.13cvs29
11322
11323         * src/folder.c
11324         * src/folderutils.c
11325         * src/folderview.c
11326         * src/imap_gtk.c
11327         * src/mainwindow.c
11328         * src/mh_gtk.c
11329         * src/procmsg.c
11330         * src/summaryview.c
11331                 Optimize folder_has_parent_of_type
11332                 Prevent moving special sub-folders from contextual menus
11333                 Rework message a bit ("Empty all messages" -> "Delete all
11334                 messages")
11335                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11336                 and "Deleted Items" folders)
11337
11338 2005-08-08 [colin]      1.9.13cvs28
11339
11340         * src/summaryview.c
11341         * src/prefs_summaries.c
11342                 Make "Select first unread|new" more flexible
11343                 (just prioritize new or unread)
11344
11345 2005-08-08 [colin]      1.9.13cvs27
11346
11347         * src/summaryview.c
11348                 If "select first new" is selected and there only
11349                 are unread messages, fallback to "select first
11350                 unread".
11351
11352 2005-08-08 [colin]      1.9.13cvs26
11353
11354         * src/folder.c
11355                 Fix shameful bugs (and bug #779)
11356
11357 2005-08-08 [colin]      1.9.13cvs25
11358
11359         * src/folder.c
11360         * src/folder.h
11361                 Cache parents' type to make folder_has_parent_of_type
11362                 faster
11363         * src/folderview.c
11364                 Forbid DnD of special sub-folders
11365         * src/procmsg.c
11366         * src/procmsg.h
11367                 Add MAIL_POSTFILTERING_HOOK
11368         * src/summaryview.c
11369                 Revert over-zealous deletion of the use_addr_book 
11370                 code
11371
11372 2005-08-07 [colin]      1.9.13cvs24
11373
11374         * src/folder.c
11375                 Fix big mistake (passing MsgInfo instead 
11376                 of FolderItem)
11377
11378 2005-08-07 [colin]      1.9.13cvs23
11379
11380         * src/compose.c
11381         * src/folder.c
11382         * src/folder.h
11383         * src/foldersel.c
11384         * src/folderutils.c
11385         * src/folderview.c
11386         * src/imap.c
11387         * src/mainwindow.c
11388         * src/messageview.c
11389         * src/mh.c
11390         * src/msgcache.c
11391         * src/procmime.c
11392         * src/summaryview.c
11393                 Make subfolders of Drafts, Queue, Outbox, Trash
11394                 work like their parents. 
11395                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11396
11397 2005-08-07 [colin]      1.9.13cvs22
11398
11399         * src/addressbook.c
11400                 Fix bug #771 (Dragged contacts not saved)
11401
11402 2005-08-07 [paul]       1.9.13cvs21
11403
11404         * src/summaryview.c
11405                 fix bug 32 'Search Doesn't display results
11406                 if "Hide Read Messages" is chosen'
11407                 be more literal in interpreting 'Hide read
11408                 messages'
11409
11410 2005-08-07 [colin]      1.9.13cvs20
11411
11412         * src/folderview.c
11413                 Add debug
11414         * src/summaryview.c
11415                 Faster 'unthread_for_execution'
11416
11417 2005-08-06 [paul]       1.9.13cvs19
11418
11419         * src/mainwindow.c
11420                 add mnemonics to Set displayed columns
11421                 fix bug where msgview_visible option was
11422                 overwritten as TRUE on startup
11423
11424 2005-08-06 [paul]       1.9.13cvs18
11425
11426         * src/mainwindow.c
11427                 refer to 'displayed columns in folder/message
11428                 list' not 'displayed items in summary/message view'
11429         * src/prefs_display_header.c
11430                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11431                 be consistent with similar dialogues
11432         * src/prefs_folder_column.c
11433         * src/prefs_summary_column.c
11434                 'columns' not 'items', and folder and message lists,
11435                 instead of folder and summary views;
11436                 Use 'Hidden columns' as list heading not 'Available
11437                 items';
11438                 move the 'Remove' button to the right hand side;
11439                 top-align the buttons;
11440                 remove unneeded vbox
11441         * src/prefs_summaries.c
11442                 put the 2 column prefs buttons in a frame to reduce
11443                 overall width; refer to columns not items &c.
11444
11445 2005-08-05 [colin]      1.9.13cvs17
11446
11447         * src/prefs_common.c
11448         * src/prefs_common.h
11449         * src/mainwindow.c
11450         * src/compose.c
11451         * src/messageview.c
11452                 Add an hidden toolbar_detachable pref, so
11453                 that I can get rid of these painful handles
11454                 in the toolbars. Defaults to TRUE to avoid
11455                 changing the GUI on unsuspecting people...
11456
11457 2005-08-05 [colin]      1.9.13cvs16
11458
11459         * src/Makefile.am
11460         * src/prefs_folder_column.c
11461         * src/prefs_folder_column.h
11462                 Add prefs for folder columns
11463         * src/folderview.c
11464         * src/folderview.h
11465         * src/mainwindow.c
11466         * src/mainwindow.h
11467         * src/prefs_common.c
11468         * src/prefs_common.h
11469         * src/prefs_summaries.c
11470                 Use them
11471         * src/prefs_summary_column.c
11472         * src/summaryview.c
11473         * src/summaryview.h
11474                 Add a To column
11475         * src/textview.c
11476         * src/common/utils.c
11477         * src/common/utils.h
11478                 Move uri colourisation functions
11479                 to utils
11480         * src/compose.c
11481                 Colourise URIs
11482         * src/imap.c
11483                 Fix bug with LIST where we'd try
11484                 to get Folder//////[...]/// 
11485
11486 2005-08-05 [paul]       1.9.13cvs15
11487
11488         * src/prefs_summaries.c
11489                 improve the English usage
11490         * src/summaryview.c
11491                 set font on column change
11492                 thanks to Colin
11493
11494 2005-08-05 [paul]       1.9.13cvs14
11495
11496         * src/prefs_common.c
11497         * src/prefs_common.h
11498         * src/prefs_summaries.c
11499         * src/summaryview.c
11500                 replace 'open_unread_on_enter' option with
11501                 'select_on_entry' option. opening/not opening
11502                 is now exclusively controlled by 'always_show_msg'
11503
11504 2005-08-04 [colin]      1.9.13cvs13
11505
11506         * src/compose.c
11507                 Remove dead code
11508                 Add colourisation of quotes and signatures
11509         * src/folderview.c
11510                 Fix possible crashes
11511         * src/messageview.c
11512                 Change an assert that is no problem
11513         * src/news.c
11514         * src/news_gtk.c
11515         * src/news_gtk.h
11516                 Fix offline mode
11517         * src/gtk/quicksearch.c
11518                 Fix a possible crash
11519
11520 2005-08-03 [colin]      1.9.13cvs12
11521
11522         * src/prefs_account.c
11523                 Fix bug #777 (Sylpheed crash in account configuration)
11524
11525 2005-08-03 [colin]      1.9.13cvs11
11526
11527         * src/addressbook.c
11528         * src/editaddress.c
11529         * src/editgroup.c
11530                 Fixing addressbook, round 2
11531         * src/textview.c
11532                 Fix emphasis color on rechecking 'Colorize messages'
11533
11534 2005-08-03 [paul]       1.9.13cvs10
11535
11536         sync with main
11537
11538         * src/addr_compl.c
11539         * src/compose.c
11540         * src/main.c
11541         * src/pop.c
11542         * src/prefs_account.c
11543         * src/procmime.c
11544         * src/procmsg.c
11545         * src/quote_fmt_parse.y
11546         * src/textview.c
11547         * src/common/quoted-printable.c
11548         * src/common/utils.c
11549         * src/common/utils.h
11550         * src/common/xml.c
11551                 replaced incorrect locale-independent
11552                 ctype functions with GLib's. Corrected
11553                 signedness mismatch.
11554         * src/headerview.c
11555                 headerview_create(): added spacing for vbox.
11556         * src/gtk/about.c
11557                 set focus to the OK button.
11558
11559 2005-08-03 [colin]      1.9.13cvs9
11560
11561         * src/folderview.c
11562                 Fix possible crash
11563
11564 2005-08-02 [colin]      1.9.13cvs8
11565
11566         * src/mainwindow.c
11567                 Fix cast
11568         * src/addressbook.c
11569         * src/addressitem.h
11570                 Fix a cast and more generally, try to make the
11571                 GUI more intuitive and consistent (round 1)
11572
11573 2005-08-02 [paul]       1.9.13cvs7
11574
11575         * src/folder.h
11576                 missing in 1.9.13cvs6
11577
11578 2005-08-02 [colin]      1.9.13cvs6
11579
11580         * src/folder.c
11581                 Fix one more leak
11582
11583 2005-08-02 [colin]      1.9.13cvs5
11584
11585         * src/folder.c
11586         * src/folderview.c
11587         * src/imap.c
11588         * src/main.c
11589         * src/mbox.c
11590         * src/procmsg.c
11591         * src/summaryview.c
11592                 Fix a number of folder_item_get_msg_list()-related
11593                 leaks (missing procmsg_msginfo_free()s)
11594
11595 2005-08-01 [colin]      1.9.13cvs4
11596
11597         * src/folderview.c
11598         * src/folderview.h
11599         * src/mainwindow.c
11600         * src/prefs_fonts.c
11601         * src/prefs_summaries.c
11602         * src/prefs_themes.c
11603         * src/summaryview.c
11604         * src/summaryview.h
11605         * src/textview.c
11606         * src/textview.h
11607                 Fix instant-apply of summary and folderview-related prefs
11608                 Fix erroneous g_free and alertpanels in prefs_theme
11609                 Add instant-apply for fonts
11610                 Defer applying of prefs a little bit so it's done only
11611                 once even if requested by multiples prefs pages
11612
11613 2005-08-01 [paul]       1.9.13cvs3
11614
11615         * src/main.c
11616                 fix bug 776 'S.C. crashes on close'
11617                 thanks to Colin
11618         * src/etpan/etpan-thread-manager-types.h
11619                 add missing include
11620                 thanks to Hoa
11621
11622 2005-07-25 [paul]       1.9.13cvs2
11623
11624         * src/summaryview.c
11625                 fix typos. spotted by Fabien Vantard
11626
11627 2005-07-24 [paul]       1.9.13cvs1
11628
11629         * doc/man/sylpheed.1
11630                 update man page, incorporating fix of
11631                 bug 769 'Typo in manpage'
11632         * src/etpan/imap-thread.c
11633                 fix NetBSD openssl dependencies. patch by
11634                 George Michaelson <ggm@apnic.net>
11635         * po/pt_BR.po
11636                 updated by Frederico Goncalves Guimaraes
11637
11638 2005-07-22 [paul]       1.9.13
11639
11640         1.9.13 release
11641
11642 2005-07-22 [paul]       1.9.12cvs91
11643
11644         * AUTHORS
11645         * INSTALL
11646         * README.claws
11647         * RELEASE_NOTES.claws
11648                 updated for release
11649         * configure.ac
11650         * po/nb.po
11651         * tools/claws.i18n.status.pl
11652                 add Norwegian translation. submiited by
11653                 Geir Helland <pjallabais@users.sourceforge.net>
11654         * po/ca.po
11655         * po/de.po
11656         * po/es.po
11657         * po/fi.po
11658         * po/fr.po
11659         * po/it.po
11660         * po/sk.po
11661         * po/sr.po
11662         * po/zh_CN.po
11663                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11664                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11665                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11666                 Yang Guilong
11667         * src/plugins/clamav/clamav_plugin_gtk.c
11668         * src/plugins/spamassassin/spamassassin_gtk.c
11669                 replace outdated description strings
11670
11671 2005-07-21 [colin]      1.9.12cvs90
11672
11673         * src/folder.c
11674                 Set folder to batch mode when scanning it. Makes deletion
11675                 of unread mails on IMAP much faster (due to the UNREAD 
11676                 flag unsetting)
11677
11678 2005-07-21 [darko]      1.9.12cvs89
11679
11680         * configure.ac
11681                 link against libresolv if necessary (patch by Paul)
11682         * src/msgcache.c
11683                 use glib's portable macros to determine endianness
11684
11685 2005-07-21 [paul]       1.9.12cvs88
11686
11687         * src/crash.c
11688         * src/gtk/about.c
11689                 update compiled-in features list
11690
11691 2005-07-20 [colin]      1.9.12cvs87
11692
11693         * src/folder.c
11694         * src/textview.c
11695                 Gcc 2.9x compilation fixes, thanks to Darko
11696         * src/plugins/clamav/clamav_plugin.c
11697                 Little optimisation: load virus database only once
11698         * src/plugins/spamassassin/spamassassin.c
11699                 Big optimisation: filtering one mail took at least 1 second,
11700                 now it takes at least 50ms. Doesn't speed up spamassassin 
11701                 itself, but should already be much more tolerable.
11702
11703 2005-07-20 [colin]      1.9.12cvs86
11704
11705         * src/summaryview.c
11706                 Fix performance issue
11707
11708 2005-07-19 [colin]      1.9.12cvs85
11709
11710         * src/plugins/pgpinline/plugin.c
11711                 Fix warning
11712
11713 2005-07-19 [colin]      1.9.12cvs84
11714
11715         * configure.ac
11716         * src/plugins/Makefile.am
11717         * src/plugins/pgpinline/.cvsignore
11718         * src/plugins/pgpinline/Makefile.am
11719         * src/plugins/pgpinline/pgpinline.c
11720         * src/plugins/pgpinline/pgpinline.deps
11721         * src/plugins/pgpinline/pgpinline.h
11722         * src/plugins/pgpinline/plugin.c
11723                 Put pgpinline in the main tree
11724
11725 2005-07-19 [paul]       1.9.12cvs83
11726
11727         * src/prefs_actions.c
11728                 prevent '//' in menu names, which cause a crash
11729                 thanks to Colin
11730
11731 2005-07-19 [paul]       1.9.12cvs82
11732
11733         * configure.ac
11734                 be generally more informative in configure output.
11735                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11736                 '[ --disable-openssl ...', as --enable-openssl is default
11737                 PGP/MIME: don't check for GPGME again, check for
11738                 pgpcore instead. Therefore prevent the possibility of
11739                 attempting to build pgpmime if pgpcore dependencies are
11740                 not met
11741                 ClamAV: use pkgconfig to check for lib
11742                 libgnomeprint: revert logic on inner test to match
11743                 everything else
11744         * src/plugins/pgpcore/sgpgme.c
11745                 add missing include
11746
11747 2005-07-19 [colin]      1.9.12cvs81
11748
11749         * src/summaryview.c
11750                 Fix slow thread rebuilding in particular
11751                 cases
11752
11753 2005-07-19 [paul]       1.9.12cvs80
11754
11755         * sylpheed-claws.desktop
11756                 fix typo, spotted by Stephan Sachse
11757         * src/account.c
11758                 replace GTK_STOCK_ADD with
11759                 GTK_STOCK_NEW button
11760
11761 2005-07-18 [colin]      1.9.12cvs79
11762
11763         * src/etpan/imap-thread.c
11764                 Fix return value (Thanks Hoa)
11765
11766 2005-07-18 [colin]      1.9.12cvs78
11767
11768         * src/imap.c
11769                 Allow empty passwords
11770                 Create drafts/queue/outbox if necessary
11771         * src/summaryview.c
11772                 Remove old code
11773         * src/etpan/imap-thread.c
11774                 Fix STARTTLS (Thanks to Hoa)
11775
11776 2005-07-18 [paul]       1.9.12cvs77
11777
11778         * ChangeLog-gtk2.jp
11779         * ChangeLog.jp
11780                 removed
11781         * Makefile.am
11782                 updated to reflect additions and removals
11783         * TODO
11784                 updated to be claws-specific
11785         * TODO-gtk2
11786         * TODO-gtk2.jp
11787         * TODO.jp
11788         * sylpheed-128x128.png
11789         * sylpheed-64x64.png
11790                 removed
11791         * sylpheed-claws-128x128.png
11792         * sylpheed-claws-64x64.png
11793         * sylpheed-claws.desktop
11794         * sylpheed-claws.png
11795                 added
11796         * sylpheed.desktop
11797         * sylpheed.png
11798                 removed
11799
11800 2005-07-17 [paul]       1.9.12cvs76
11801
11802         * src/account.c
11803         * src/addressbook.c
11804         * src/alertpanel.c
11805         * src/alertpanel.h
11806         * src/compose.c
11807         * src/exphtmldlg.c
11808         * src/expldifdlg.c
11809         * src/folderview.c
11810         * src/imap_gtk.c
11811         * src/inc.c
11812         * src/message_search.c
11813         * src/messageview.c
11814         * src/mh_gtk.c
11815         * src/news_gtk.c
11816         * src/prefs_actions.c
11817         * src/prefs_filtering.c
11818         * src/prefs_matcher.c
11819         * src/prefs_template.c
11820         * src/prefs_themes.c
11821         * src/ssl_manager.c
11822         * src/summary_search.c
11823         * src/textview.c
11824         * src/toolbar.c
11825         * src/gtk/sslcertwindow.c
11826         * src/plugins/pgpcore/sgpgme.c
11827                 rework alertpanels
11828
11829 2005-07-17 [colin]      1.9.12cvs75
11830
11831         * src/privacy.c
11832                 add a PrivacySystem accessor that checks that
11833                 the system cached in a MimeInfo's privacydata
11834                 is still registered. Use this accessor instead
11835                 of directly using data->system. Fixes crashes
11836                 after unloading pgp plugins.
11837
11838 2005-07-17 [colin]      1.9.12cvs74
11839
11840         * src/alertpanel.c
11841                 Change geometry hints to a simple default size.
11842                 Fixes the certs dialogs.
11843
11844 2005-07-17 [colin]      1.9.12cvs73
11845
11846         * src/gtk/sslcertwindow.c
11847                 Use a gtkExpander
11848
11849 2005-07-17 [colin]      1.9.12cvs72
11850
11851         * src/plugins/pgpcore/Makefile.am
11852         * src/plugins/pgpmime/Makefile.am
11853                 Add gpgme libs
11854
11855 2005-07-17 [paul]       1.9.12cvs71
11856
11857         * configure.ac
11858                 add --disable-gnomeprint option
11859                 modified version of patch by Marius Mauch
11860
11861 2005-07-17 [paul]       1.9.12cvs70
11862
11863         * src/common/defs.h
11864                 update urls
11865         * src/account.c
11866         * src/action.c
11867         * src/addressbook.c
11868         * src/compose.c
11869         * src/foldersel.c
11870         * src/folderview.c
11871         * src/html.c
11872         * src/imap_gtk.c
11873         * src/main.c
11874         * src/mainwindow.c
11875         * src/messageview.c
11876         * src/mh_gtk.c
11877         * src/mimeview.c
11878         * src/news_gtk.c
11879         * src/prefs_account.c
11880         * src/prefs_send.c
11881         * src/prefs_summaries.c
11882         * src/procmsg.c
11883         * src/summaryview.c
11884         * src/common/utils.c
11885         * src/common/xml.c
11886         * src/plugins/pgpcore/passphrase.c
11887         * src/plugins/pgpcore/select-keys.c
11888                 replace inappropriately used backticks
11889                 with single quotes
11890
11891 2005-07-16 [colin]      1.9.12cvs69
11892
11893         * src/image_viewer.c
11894                 Add extra paranoid checks
11895
11896 2005-07-16 [colin]      1.9.12cvs68
11897
11898         * src/plugins/pgpcore/prefs_gpg.c
11899                 Don't auto-check sigs by default, as it
11900                 can be really slow.
11901
11902 2005-07-16 [colin]      1.9.12cvs67
11903
11904         * src/plugins/pgpcore/sgpgme.c
11905                 Make messages a bit better.
11906
11907 2005-07-16 [colin]      1.9.12cvs66
11908
11909         * src/imap.c
11910                 Remove pseudo-log
11911         * src/etpan/imap-thread.c
11912                 Add real log
11913
11914 2005-07-16 [colin]      1.9.12cvs65
11915
11916         * src/main.c
11917         * src/prefs_other.c
11918                 And now, fix build with libetpan :-/
11919
11920 2005-07-15 [colin]      1.9.12cvs64
11921
11922         * src/prefs_other.c
11923                 Continue fixing build without libetpan.
11924
11925 2005-07-15 [colin]      1.9.12cvs63
11926
11927         * src/main.c
11928                 Fix build with --disable-libetpan
11929
11930 2005-07-15 [colin]      1.9.12cvs62
11931
11932         * configure.ac
11933                 Bump libetpan's version
11934
11935 2005-07-15 [colin]      1.9.12cvs61
11936
11937         * src/etpan/imap-thread.c
11938                 Actually stop logging :)
11939
11940 2005-07-15 [colin]      1.9.12cvs60
11941
11942         * src/addressbook.c
11943                 Fix dnd of multiple addresses.
11944
11945 2005-07-15 [hoa]        1.9.12cvs59
11946
11947         * src/etpan/imap-thread.c
11948             disable login of IMAP password in libetpan log file.
11949
11950 2005-07-15 [paul]       1.9.12cvs58
11951
11952         * src/account.c
11953                 don't automatically sort
11954                 do allow drag n drop
11955
11956 2005-07-15 [paul]       1.9.12cvs57
11957
11958         * src/account.c
11959         * src/ssl_manager.c
11960                 alphabetical listing
11961
11962 2005-07-15 [paul]       1.9.12cvs56
11963
11964         * src/gtk/pluginwindow.c
11965                 sort plugin list alphabetically
11966
11967 2005-07-15 [paul]       1.9.12cvs55
11968
11969         * src/prefs_spelling.c
11970         * src/prefs_wrapping.c
11971                 unify English usage
11972
11973 2005-07-15 [colin]      1.9.12cvs54
11974
11975         * src/wizard.c
11976                 Typo fix
11977
11978 2005-07-15 [paul]       1.9.12cvs53
11979
11980         * src/prefs_message.c
11981                 make 'show cursor' a hidden option
11982
11983 2005-07-14 [colin]      1.9.12cvs52
11984
11985         * src/plugins/spamassassin/Makefile.am
11986         * src/plugins/clamav/Makefile.am
11987                 Fix double EXTRA_DISTs
11988
11989 2005-07-14 [colin]      1.9.12cvs51
11990
11991         * src/plugins/clamav/Makefile.am
11992         * src/plugins/clamav/clamav_plugin_gtk.deps
11993         * src/plugins/spamassassin/Makefile.am
11994         * src/plugins/spamassassin/spamassassin_gtk.deps
11995                 Make $plugin_gtk depend on $plugin
11996
11997 2005-07-14 [hoa]        1.9.12cvs50
11998
11999         * src/etpan/imap-thread.c
12000                 enable debug log of libetpan when running with --debug
12001
12002 2005-07-14 [colin]      1.9.12cvs49
12003
12004         * configure.ac
12005         * src/common/Makefile.am
12006         * src/common/plugin.c
12007         * src/common/plugin.h
12008                 Add a little plugin dependancy system.
12009                 Plugins can ship a $plugin_name.deps file
12010                 (near them in PLUGINDIR) so that their
12011                 dependancies are loaded if possible.
12012         * src/plugins/Makefile.am
12013         * src/plugins/pgpcore/Makefile.am
12014         * src/plugins/pgpcore/passphrase.c
12015         * src/plugins/pgpcore/passphrase.h
12016         * src/plugins/pgpcore/plugin.c
12017         * src/plugins/pgpcore/prefs_gpg.c
12018         * src/plugins/pgpcore/prefs_gpg.h
12019         * src/plugins/pgpcore/select-keys.c
12020         * src/plugins/pgpcore/select-keys.h
12021         * src/plugins/pgpcore/sgpgme.c
12022         * src/plugins/pgpcore/sgpgme.h
12023                 Introduce pgpcore, used by pgpmime and
12024                 pgpinline
12025         * src/plugins/pgpmime/Makefile.am
12026         * src/plugins/pgpmime/passphrase.c
12027         * src/plugins/pgpmime/passphrase.h
12028         * src/plugins/pgpmime/pgpmime.c
12029         * src/plugins/pgpmime/pgpmime.deps
12030         * src/plugins/pgpmime/plugin.c
12031         * src/plugins/pgpmime/prefs_gpg.c
12032         * src/plugins/pgpmime/prefs_gpg.h
12033         * src/plugins/pgpmime/select-keys.c
12034         * src/plugins/pgpmime/select-keys.h
12035         * src/plugins/pgpmime/sgpgme.c
12036         * src/plugins/pgpmime/sgpgme.h
12037                 Remove the core from pgpmime and add the
12038                 dependancy to pgpcore.
12039
12040 2005-07-14 [paul]       1.9.12cvs48
12041
12042         * src/stock_pixmap.c
12043                 forgot this in last commit
12044
12045 2005-07-14 [paul]       1.9.12cvs47
12046
12047         * src/account.c
12048         * src/addressbook.c
12049                 add accelerators for the buttons (sync with main)
12050         * src/compose.c
12051         * src/compose.h
12052                 add accelerators for the buttons.
12053                 fix editing with external editor.
12054                 replace gdk_input_*() with GIOChannel;
12055                 (sync with main)
12056         * src/foldersel.c
12057                 display folder names with new/unread
12058                 representation (sync with main)
12059         * src/main.c
12060                 specify default window icon (sync with main)
12061         * src/prefs_common.c
12062                 use_addr_book default to FALSE
12063         * src/summaryview.c
12064         * src/textview.c
12065                 add accelerators for the buttons (sync with main)
12066         * src/gtk/menu.c
12067                 fix typos
12068         * src/pixmaps/sylpheed_icon.xpm
12069                 updated
12070
12071 2005-07-13 [paul]       1.9.12cvs46
12072
12073         * src/plugins/pgpmime/pgpmime.c
12074         * src/plugins/pgpmime/sgpgme.c
12075                 (temporarily) use deprecated gpgme_data_rewind()
12076                 while largefile support is not present
12077                 (as suggested by Colin)
12078
12079 2005-07-13 [paul]       1.9.12cvs45
12080
12081         * configure.ac
12082                 remove large file support (for now):
12083                 it breaks too many things
12084
12085 2005-07-13 [paul]       1.9.12cvs44
12086
12087         * configure.ac
12088                 add large file support
12089         * src/html.c
12090                 fix bug #763 where href attribute was not
12091                 the very first attribute of a link
12092                 patch by Thomas Gilgin
12093
12094 2005-07-13 [colin]      1.9.12cvs43
12095
12096         * src/gtk/pluginwindow.c
12097                 Little portability fix
12098
12099 2005-07-13 [colin]      1.9.12cvs42
12100
12101         * src/plugins/pgpmime/sgpgme.c
12102                 Fix crasher.
12103
12104 2005-07-13 [colin]      1.9.12cvs41
12105
12106         * src/plugins/pgpmime/pgpmime.c
12107         * src/plugins/pgpmime/sgpgme.c
12108                 Use gpgme_data_release_and_get_mem instead
12109                 of gpgme_data_read.
12110
12111 2005-07-13 [colin]      1.9.12cvs40
12112
12113         * configure.ac
12114         * src/plugins/pgpmime/passphrase.c
12115         * src/plugins/pgpmime/passphrase.h
12116         * src/plugins/pgpmime/pgpmime.c
12117         * src/plugins/pgpmime/plugin.c
12118         * src/plugins/pgpmime/select-keys.c
12119         * src/plugins/pgpmime/select-keys.h
12120         * src/plugins/pgpmime/sgpgme.c
12121         * src/plugins/pgpmime/sgpgme.h
12122                 Port pgpmime to gpgme-1.0.
12123
12124 2005-07-12 [paul]       1.9.12cvs39
12125
12126         * AUTHORS
12127         * src/toolbar.c
12128         * src/toolbar.h
12129                 add a 'Go to Prev' button to the toolbar.
12130                 correct tooltip text of go to buttons.
12131                 based on patch by Yang Guilong <bamanzi@gmail.com>
12132
12133 2005-07-12 [colin]      1.9.12cvs38
12134
12135         * src/statusbar.c
12136                 Fix progress bar showing stuff at startup.
12137
12138 2005-07-12 [paul]       1.9.12cvs37
12139
12140         * src/editjpilot.c
12141                 fix building with jpilot support
12142
12143 2005-07-11 [colin]      1.9.12cvs36
12144
12145         * src/inc.c
12146                 Add visual indication that filtering is running
12147         * src/textview.c
12148                 Make {}[] uri delimiters
12149         * src/summaryview.c
12150                 Remove useless (and slow) calls
12151
12152 2005-07-11 [paul]       1.9.12cvs35
12153
12154         * src/plugins/clamav/clamav_plugin_gtk.c
12155         * src/plugins/dillo_viewer/dillo_prefs.c
12156         * src/plugins/pgpmime/prefs_gpg.c
12157         * src/plugins/spamassassin/spamassassin_gtk.c
12158                 gather plugins prefs together under their
12159                 own 'Plugins' heading
12160
12161 2005-07-11 [paul]       1.9.12cvs34
12162
12163         sync with main
12164
12165         * src/account.c
12166                 account_delete(): modified alert dialog
12167         * src/editjpilot.c
12168         * src/editvcard.c
12169                 fixed a crash when cancelling file selection
12170                 dialog by Escape key. Made non-ascii filename
12171                 selectable.
12172         * src/prefs_template.c
12173                 prefs_template_window_create(): make scrolled
12174                 window policy AUTOMATIC
12175
12176 2005-07-10 [hoa]        1.9.12cvs33
12177
12178         * src/etpan/imap-thread.c
12179                 workaround for old Courier IMAP servers.
12180
12181 2005-07-10 [colin]      1.9.12cvs32
12182
12183         * src/folder.c
12184         * src/statusbar.c
12185         * src/statusbar.h
12186                 Add visual progress indicator on filtering/processing
12187                 Factorize the progress bar code
12188         * src/imap.c
12189         * src/imap.h
12190         * src/etpan/imap-thread.c
12191                 Add a reference counter to avoid destroying the Folder
12192                 while it's in use by another callback.
12193
12194 2005-07-09 [hoa]        1.9.12cvs31
12195
12196         * src/imap.c
12197         * src/etpan/imap-thread.c
12198                 fixed deadlock when removing IMAP account.
12199
12200 2005-07-08 [colin]      1.9.12cvs30
12201
12202         * src/textview.c
12203         * src/unmime.c
12204                 Fix again problems decoding broken headers
12205         * src/gtk/inputdialog.c
12206                 Fix local variable shadowing a global one
12207
12208 2005-07-08 [colin]      1.9.12cvs29
12209
12210         * src/msgcache.c
12211                 Make the cache/mark files platform-agnostic by writing
12212                 them in little-endian format. Reading them is also done
12213                 in little-endian format, of course; however, in order
12214                 to avoid trashing mark data on big-endian machines, the
12215                 files are, at first, read from the native format if the
12216                 little-endian one doesn't exist. This is easy to deter-
12217                 mine by trying to open a file with a swapped data_ver
12218                 and seeing if it's the wanted version.
12219                 Little-endian using users should see absolutely no
12220                 difference, Big-endian users may get a very little
12221                 performance drop due to byte-swapping.
12222                 Tested on i386 and ppc32. 
12223                 Fixes bug #159 (The index file, in the mailboxes, is 
12224                 hardware depending).
12225
12226                 To have the cache/mark files updated to the new little-
12227                 endian format, "Check for new messages" or even
12228                 "Rebuild folder tree" aren't enough. Files will be
12229                 updated as soon as a folder has been opened/closed.
12230                 To update everything, just select all folders by
12231                 selecting them one by one.
12232
12233 2005-07-07 [colin]      1.9.12cvs28
12234
12235         * src/imap.c
12236                 Remember the folder separator per IMAPFolder
12237                 instead of globally.
12238                 Revive the Session on noop; fixes bug #761
12239                 (mark a bunch of unread messages as read takes 
12240                 forever)
12241
12242 2005-07-07 [darko]      1.9.12cvs27
12243
12244         * src/common/template.c
12245                 Sort templates alphabetically
12246
12247 2005-07-06 [colin]      1.9.12cvs26
12248
12249         * src/imap.c
12250                 Try to use the correct separator in
12251                 most cases. Possibly fixes bug #759
12252                 (only creates the INBOX folder when 
12253                 setting up new IMAP account) and 
12254                 bug #760 (Can't retrieve messages)
12255
12256 2005-07-06 [colin]      1.9.12cvs25
12257
12258         * src/imap.c
12259                 Use real_path in status command. This will
12260                 help later, when namespaces will be used.
12261
12262 2005-07-06 [colin]      1.9.12cvs24
12263
12264         * configure.ac
12265         * src/account.c
12266         * src/folder.c
12267         * src/imap.c
12268         * src/etpan/etpan-log.c
12269         * src/etpan/etpan-thread-manager.c
12270         * src/etpan/imap-thread.c
12271                 Add a --disable-libetpan parameter. With this,
12272                 users that don't want IMAP4 support can avoid
12273                 the new dependancy (and have no IMAP support).
12274                 Users that have IMAP4 accounts and use this
12275                 parameter won't lose their configuration, their
12276                 IMAP accounts will just be invisible and not
12277                 used.
12278         * src/textview.c
12279                 Make the "Copy ..." contextual menu items 
12280                 copy to both the X clipboard and the gtk 
12281                 clipboard - as most other apps do.
12282         * src/gtk/about.c
12283                 Add a notice about OpenSSL usage, in order to
12284                 comply with OpenSSL's license (point 6):
12285                 http://www.openssl.org/source/license.html
12286
12287 2005-07-06 [colin]      1.9.12cvs23
12288
12289         * src/alertpanel.c
12290                 Fix a minimum size for alertpanels
12291         * src/compose.c
12292                 Show 'No space left on device' type errors
12293                 when queuing/sending
12294         * src/imap_gtk.c
12295         * src/mh_gtk.c
12296                 Rework folder's deletion message (remove 
12297                 extra \n)
12298
12299 2005-07-05 [colin]      1.9.12cvs22
12300
12301         * src/imap.c
12302                 Add an alertpanel on auth error
12303                 Add pseudo-log
12304                 Remove pthread-related stuff
12305
12306 2005-07-05 [colin]      1.9.12cvs21
12307
12308         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12309                 Fix crash on plugin reloading (with a hack)
12310
12311 2005-07-05 [colin]      1.9.12cvs20
12312
12313         * src/prefs_account.c
12314         * src/prefs_account.h
12315                 Fix typo
12316         * src/gtk/filesel.c
12317         * src/gtk/filesel.h
12318                 Add a way to filter the view
12319         * src/gtk/pluginwindow.c
12320                 Filter loadable stuff
12321         * src/plugins/pgpmime/prefs_gpg.c
12322                 Fix missing unregistration
12323         * .cvsignore
12324         * src/etpan/.cvsignore
12325         * src/plugins/spamassassin/.cvsignore
12326                 Add more stuff to cvs ignored files
12327
12328 2005-07-04 [colin]      1.9.12cvs19
12329
12330         * src/imap.c
12331                 Fix scan_required returning FALSE when it
12332                 shouldn't. Maybe fix #760 (Can't retrieve
12333                 messages)
12334
12335 2005-07-04 [colin]      1.9.12cvs18
12336
12337         * src/summaryview.c
12338                 Fix always_show_msg pref
12339
12340 2005-07-04 [paul]       1.9.12cvs17
12341
12342         sync with main (forgotten in last commit)
12343         
12344         * src/common/utils.c
12345         * src/common/utils.h
12346                 check_line_length(): new.
12347                 is_dir_exist()
12348                 is_file_entry_exist()
12349                 dirent_is_regular_file()
12350                 dirent_is_directory(): use g_file_test() instead of stat().
12351
12352 2005-07-04 [paul]       1.9.12cvs16
12353
12354         sync with main:
12355
12356         * src/compose.c
12357                 compose_write_to_file(): check for line
12358                 length limit and display warning if exceeds
12359         * src/jpilot.c
12360                 use get_home_dir() instead of g_get_home_dir()
12361         * src/procheader.c
12362                 removed warning about invalid date
12363         * src/vcard.c
12364                 use get_home_dir() instead of g_get_home_dir()
12365
12366 2005-07-04 [paul]       1.9.12cvs15
12367
12368         * src/stock_pixmap.c
12369                 fix new pixmap naming errors
12370                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12371
12372 2005-07-04 [colin]      1.9.12cvs14
12373
12374         * src/imap.c
12375                 Fix debugging string with a warning
12376
12377 2005-07-04 [colin]      1.9.12cvs13
12378
12379         * configure.ac
12380                 Add a check for libetpan's version (>= 0.37)
12381
12382 2005-07-04 [hoa]        1.9.12cvs12
12383
12384         * commitHelper
12385         * src/imap.c
12386         * src/etpan/imap-thread.c
12387         * src/etpan/imap-thread.h
12388                 fixed IMAP implementation of check of mails.
12389
12390 2005-07-03 [hoa]        1.9.12cvs11
12391
12392         * src/etpan/Makefile.am
12393         * src/etpan/etpan-errors.h
12394         * src/etpan/etpan-log.[ch]
12395         * src/etpan/etpan-thread-manager-types.h
12396         * src/etpan/etpan-thread-manager.[ch]
12397         * src/etpan/imap-thread.[ch]
12398         * src/Makefile.am
12399         * src/imap.c
12400         * src/main.c
12401         * src/prefs_other.c
12402         * configure.ac
12403             merged imap branch.
12404             dependency on libetpan 0.37 is now added.
12405
12406 2005-07-01 [colin]      1.9.12cvs10
12407
12408         * src/Makefile.am
12409         * src/folder.c
12410         * src/folder.h
12411         * src/folderview.c
12412         * src/stock_pixmap.c
12413         * src/stock_pixmap.h
12414         * src/plugins/trayicon/trayicon.c
12415                 Add marked symbol on folders containing
12416                 marked messages
12417         * src/procmsg.c
12418         * src/procmsg.h
12419         * src/toolbar.c
12420         * src/prefs_common.c
12421         * src/prefs_common.h
12422         * src/prefs_send.c
12423                 Add an optional confirmation dialog on queue
12424                 sending. Patch by wwp.
12425         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12426         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12427         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12428         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12429         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12430         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12431         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12432         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12433         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12434         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12435         * src/pixmaps/trash_mark.xpm            ** ADDED **
12436                 New pixmaps
12437
12438 2005-07-01 [colin]      1.9.12cvs9
12439
12440         * src/summaryview.c
12441                 Fix a little threading bug
12442         * src/addrgather.c
12443         * src/mainwindow.c
12444                 A little bit of HIG normality never hurts
12445
12446 2005-07-01 [colin]      1.9.12cvs8
12447
12448         * src/compose.c
12449         * src/msgcache.c
12450         * src/pop.c
12451         * src/procmime.c
12452         * src/recv.c
12453         * src/common/log.c
12454         * src/common/template.c
12455         * src/common/utils.c
12456         * src/common/utils.h
12457                 Reverted the fwrite_atomic stuff. In fact
12458                 it is already atomic.
12459
12460 2005-06-30 [colin]      1.9.12cvs7
12461
12462         * src/common/utils.c
12463         * src/common/utils.h
12464                 Add an fwrite_atomic() function to make
12465                 sure we write everything: fwrite can make
12466                 short writes.
12467         * src/compose.c
12468         * src/msgcache.c
12469         * src/pop.c
12470         * src/procmime.c
12471         * src/recv.c
12472         * src/common/log.c
12473         * src/common/template.c
12474                 Use that (and fix swapping of size and nmemb).
12475                 Thanks to Rich Coe for the heads up.
12476
12477 2005-06-30 [colin]      1.9.12cvs6
12478
12479         * src/addressbook.c
12480                 Optimize addressbook opening 
12481
12482 2005-06-30 [colin]      1.9.12cvs5
12483
12484         * src/summaryview.c
12485                 Remove calls to summary_step after move/copy
12486
12487 2005-06-28 [paul]       1.9.12cvs4
12488
12489         * src/alertpanel.c
12490                 wrap and make the error msg selectable
12491
12492 2005-06-28 [paul]       1.9.12cvs3
12493
12494         * src/ssl_manager.c
12495                 replace the OK button with a Close button
12496         * src/gtk/foldersort.c
12497                 use GTK_STOCK_ icons/buttons
12498
12499 2005-06-28 [colin]      1.9.12cvs2
12500
12501         * src/gedit-print.c             ** ADDED **
12502         * src/gedit-print.h             ** ADDED **
12503         * src/gtk/gtksourceprintjob.c   ** ADDED **
12504         * src/gtk/gtksourceprintjob.h   ** ADDED **
12505                 I can't believe no one had enough time to tell
12506                 me I forgot the `cvs add`
12507
12508 2005-06-27 [colin]      1.9.12cvs1
12509
12510         * src/Makefile.am
12511         * src/gtk/Makefile.am
12512         * src/messageview.c
12513         * src/procmsg.c
12514         * src/summaryview.c
12515         * configure.ac
12516                 Add optional libgnomeprint-based printing
12517         * src/mainwindow.c
12518         * src/gtk/quicksearch.c
12519                 Add an Edit/Quick search menu item to show
12520                 and focus the quicksearch
12521
12522 2005-06-27 [paul]       1.9.12
12523
12524         1.9.12 release
12525
12526         * po/ca.po
12527         * po/de.po
12528         * po/es.po
12529         * po/fr.po
12530         * po/it.po
12531         * po/ko.po
12532         * po/pt_BR.po
12533         * po/sk.po
12534         * po/zh_CN.po
12535                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12536                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12537                 SungHyun Nam, Frederico Goncalves Guimaraes,
12538                 Andrej Kacian, and Yang Guilong
12539 2005-06-26 [colin]      1.9.11cvs106
12540
12541         * src/imap_gtk.c
12542                 Forgot one file for previous fix
12543
12544 2005-06-26 [colin]      1.9.11cvs105
12545
12546         * src/folder.c
12547         * src/imap.c
12548                 Fix problems with folder operations in no_select
12549                 imap folders. it applies only to mails, and 
12550                 creation/deletion/move/renaming of folders 
12551                 should be possible
12552
12553 2005-06-26 [paul]       1.9.11cvs104
12554
12555         * src/prefs_filtering.c
12556                 replace one more GTK_STOCK_REMOVE
12557                 with GTK_STOCK_DELETE
12558
12559 2005-06-25 [colin]      1.9.11cvs103
12560
12561         * src/imap.c
12562                 Optimize get_seq_set_from_seq_list
12563                 (Patch by Ricardo) 
12564
12565 2005-06-25 [colin]      1.9.11cvs102
12566
12567         * src/mh.c
12568                 If the directory exists, but not in the
12569                 correct encoding, rename it. This should
12570                 handle old-versions-induced bugs.
12571
12572 2005-06-25 [colin]      1.9.11cvs101
12573
12574         * src/mh.c
12575                 Fix path access with extended dir names
12576                 Fixes bug #589 (SC segfaults with wrong locale
12577                 settings)
12578
12579 2005-06-25 [colin]      1.9.11cvs100
12580
12581         * src/prefs_account.c
12582         * src/prefs_account.h
12583         * src/compose.c
12584                 Add an option to encrypt replies to
12585                 encrypted messages
12586
12587 2005-06-25 [colin]      1.9.11cvs99
12588
12589         * src/compose.c
12590         * src/quote_fmt_parse.y
12591                 ... And make it work with pgpinline.
12592
12593 2005-06-25 [colin]      1.9.11cvs98
12594
12595         * src/compose.c
12596         * src/procmime.c
12597         * src/procmime.h
12598         * src/quote_fmt_parse.y
12599                 o Make reedition of encrypted messages possible
12600                   (as long as it is encrypted to self too, no
12601                    magic there)
12602                 o Make replying with quote (and without selecting
12603                   text) possible for encrypted messages.
12604                 Closes bug #550 (Not possible to "reply with quote"
12605                 to gnupg encrypted messages)
12606
12607 2005-06-24 [paul]       1.9.11cvs97
12608
12609         * src/imap.c
12610                 add missing include
12611
12612 2005-06-24 [paul]       1.9.11cvs96
12613
12614         * src/editldap.c
12615                 made bind password entry invisible
12616                 (sync with main)
12617         * src/send_message.c
12618                 send_message_local(): check exit status
12619                 to detect errors (sync with main)
12620         * src/textview.c
12621                 use main's less ambiguous popup menu
12622                 wording
12623
12624 2005-06-24 [paul]       1.9.11cvs95
12625
12626         * src/prefs_actions.c
12627         * src/prefs_customheader.c
12628         * src/prefs_display_header.c
12629         * src/prefs_filtering_action.c
12630         * src/prefs_matcher.c
12631         * src/prefs_template.c
12632         * src/prefs_toolbar.c
12633                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12634         * src/gtk/description_window.c
12635                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12636
12637 2005-06-23 [colin]      1.9.11cvs94
12638
12639         * src/summaryview.c
12640                 Fix rough edges (be sure to call status_show whenever
12641                 necessary).
12642
12643 2005-06-23 [colin]      1.9.11cvs93
12644
12645         * src/summaryview.c
12646                 Optimize Select All
12647                 Before, in a 5K mails folder: 11s
12648                 After, in the same folder: 58000µs
12649                 The joys of locking... gtk_clist_select_all() fires a 
12650                 tree-select-row event for each selected row, which in 
12651                 summaryview, callbacks summary_selected which in turn,
12652                 calls summary_status_show, which walks the selected
12653                 rows. Hence, calling gtk_clist_select_all was 
12654                 exponential. Locking the summaryview makes 
12655                 summary_selected return early.
12656
12657 2005-06-23 [colin]      1.9.11cvs92
12658
12659         * src/imap.c
12660                 Move mutex at the important place to avoid
12661                 deadlocks
12662         * src/summaryview.c
12663                 Fix Del key deleting directly instead of
12664                 moving to trash
12665
12666 2005-06-22 [colin]      1.9.11cvs91
12667
12668         * src/plugins/spamassassin/libspamc.c
12669                 As we do spagetti code with assignations in multiple
12670                 places (see _message_read_raw where out = msg = raw),
12671                 let's be sure we don't free the same pointer twice.
12672                 Should fix bug #683 (Crash in libpam at 
12673                 message_cleanup).
12674
12675 2005-06-22 [colin]      1.9.11cvs90
12676
12677         * src/compose.c
12678         * src/messageview.c
12679         * src/toolbar.c
12680                 Make toolbar's delete use the move to trash stuff;
12681                 Add gtk_widget_realize to be sure pixmaps can get
12682                 created (that may fix an old worksforme bug which
12683                 I can't find back...)
12684
12685 2005-06-22 [colin]      1.9.11cvs89
12686
12687         * src/summaryview.c
12688         * src/summaryview.h
12689         * src/mainwindow.c
12690                 Rename "Message/Delete" to "Message/Move to trash"
12691                 Add "Message/Delete..." that directly destroys the
12692                 selected messages after asking for a confirmation.
12693
12694 2005-06-22 [colin]      1.9.11cvs88
12695
12696         * src/imap.c
12697                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12698                 o Fix a deadlock (thanks Darko)
12699
12700 2005-06-22 [colin]      1.9.11cvs87
12701
12702         * src/gtk/foldersort.c
12703                 Add missing include for the i18n;
12704                 patch by Fabien Vantard
12705
12706 2005-06-21 [colin]      1.9.11cvs86
12707
12708         * src/folder.c
12709         * src/folderview.c
12710                 Respect the no_select flag
12711         * src/imap.c
12712                 Fix recursive deletion
12713         * src/imap_gtk.c
12714         * src/mh_gtk.c
12715                 Make the folder deletion's warning
12716                 more explicit
12717
12718 2005-06-21 [colin]      1.9.11cvs85
12719
12720         * src/textview.c
12721                 Prevent email addresses from spanning accross
12722                 lines - fixes bug # 646 (newline-chars in 
12723                 email addresses)
12724
12725 2005-06-20 [colin]      1.9.11cvs84
12726
12727         * src/folder.c
12728                 Be sure not to remove source if copy failed
12729
12730 2005-06-20 [colin]      1.9.11cvs83
12731
12732         * src/folderview.c
12733         * src/imap_gtk.c
12734                 remove summaryview's lock
12735         * src/imap.c
12736                 introduce threads to avoid problems when foreground tasks
12737                 interfere with background tasks
12738         * src/mh.c
12739                 prevent moving to drafts/queue
12740         * src/mimeview.c
12741                 fix leak
12742
12743 2005-06-19 [colin]      1.9.11cvs82
12744
12745         * src/imap_gtk.c
12746                 Remember that the user doesn't want to override
12747                 offline mode, for 3 seconds. It avoid presenting
12748                 him with N popups in a really short time.
12749
12750 2005-06-17 [colin]      1.9.11cvs81
12751
12752         * src/imap.c
12753                 Fix IMAP breaking on folders containing '('
12754                 (Probably won't be enough)
12755
12756 2005-06-17 [colin]      1.9.11cvs80
12757
12758         Forgotten files on 1.9.11cvs79
12759         * src/summaryview.c
12760                 Fix stepping when not immediately executing
12761         * src/imap.c
12762                 Really prevent UID FETCH 0
12763         * src/codeconv.c
12764                 Fix outgoing charset never set to utf-8
12765         * src/mh.c
12766                 Fix leak
12767
12768 2005-06-16 [colin]      1.9.11cvs79
12769
12770         * src/compose.c
12771                 Fix bug #707 (Dash splits rows)
12772                 Only wrap if we're on a line break position and
12773                 the previous one was a "white" (space) char.
12774                 Pango stuff is weird.
12775
12776 2005-06-16 [colin]      1.9.11cvs78
12777
12778         * src/imap_gtk.c
12779                 Lock summaryview while downloading messages
12780                 on user demand
12781         * src/procheader.c
12782         * src/unmime.c
12783         * src/common/utils.c
12784         * src/common/utils.h
12785                 Replace \r and \n with spaces in From and
12786                 Subject headers
12787
12788 2005-06-16 [paul]       1.9.11cvs77
12789
12790         * src/procmime.c
12791                 liberalise the mime parser
12792         * src/gtk/about.c
12793                 add text wrapping
12794
12795 2005-06-16 [paul]       1.9.11cvs76
12796
12797         * src/gtk/about.c
12798                 reworked
12799
12800 2005-06-15 [colin]      1.9.11cvs75
12801
12802         * src/compose.c
12803                 Finish header encoding fix
12804         * src/summaryview.c
12805                 Fix segfault
12806         * src/headerview.c
12807                 Fix compilation (Thanks Stephan
12808                 Sachse)
12809
12810 2005-06-15 [colin]      1.9.11cvs74
12811
12812         * Makefile.am
12813                 Install gnome2 stuff rather than gnome1, 
12814                 if both are present
12815         * src/codeconv.c
12816         * src/codeconv.h
12817         * src/compose.c
12818                 Fix headers encoding
12819         * src/folder.c
12820                 Visual progress when fetching all messages
12821         * src/folderview.c
12822         * src/summaryview.c
12823         * src/summaryview.h
12824                 Prevent changing current message while
12825                 incorporating
12826
12827 2005-06-15 [paul]       1.9.11cvs73
12828
12829         * src/gtk/gtkaspell.c
12830         * src/gtk/gtkaspell.h
12831                 fix build warnings
12832
12833 2005-06-15 [paul]       1.9.11cvs72
12834
12835         * src/prefs_filtering.c
12836                 allow reordering of filter rules by
12837                 drag n drop
12838
12839 2005-06-15 [paul]       1.9.11cvs71
12840
12841         * COPYING
12842                 updated
12843         * src/codeconv.c
12844                 replace deprecated function
12845         * src/inc.c
12846         * src/send_message.c
12847         * src/gtk/progressdialog.c
12848         * src/gtk/progressdialog.h
12849                 salvage and reuse parts of reverted sync
12850
12851 2005-06-15 [paul]       1.9.11cvs70
12852
12853         * src/inc.c
12854         * src/send_message.c
12855         * src/gtk/progressdialog.c
12856         * src/gtk/progressdialog.h
12857                 revert yesterday's sync with main
12858                 it contains deprecated functions
12859
12860 2005-06-15 [colin]      1.9.11cvs69
12861
12862         * src/headerview.c
12863                 Fix bug #670 (multi user to: will corrupt message 
12864                 headers display)
12865
12866 2005-06-15 [colin]      1.9.11cvs68
12867
12868         * src/compose.c
12869                 Fix bug #421 (Fix undo on wrapping)
12870
12871 2005-06-15 [colin]      1.9.11cvs67
12872
12873         * src/folder.c
12874                 Provide visual feedback while processing
12875                 folder's rules.
12876         * src/imap.c
12877                 Provide visual feedback while getting
12878                 short headers (for uncached messages)
12879
12880
12881 2005-06-14 [paul]       1.9.11cvs66
12882
12883         * src/account.c
12884                 change a couple stock icons
12885         * src/inc.c
12886         * src/send_message.c
12887         * src/gtk/progressdialog.c
12888         * src/gtk/progressdialog.h
12889                 sync main's GtkTreeView implementation
12890
12891 2005-06-14 [colin]      1.9.11cvs65
12892
12893         * src/imap.c
12894                 Various little fixes, mainly on error paths
12895
12896 2005-06-13 [colin]      1.9.11cvs64
12897
12898         * matcher.c
12899         * procmsg.c
12900         * procmsg.h
12901                 Add a way to fetch only headers. This speeds
12902                 up filtering on headers for IMAP. Fixes:
12903                 bug #481 extraneous imap commands slow down 
12904                         imap filtering
12905                 bug #522 Sylpheed downloads all messages 
12906                         when opening mailbox (IMAP)
12907                 bug #677 IMAP fetch is soooooooooooooo slow
12908         * src/folder.c
12909         * src/folder.h
12910                 Add a folder set_batch method so that
12911                 implementations can speed up flags changes
12912         * src/folderutils.c
12913         * src/summaryview.c
12914                 Use that in mark as (un)read and mark all read
12915                 Refix bug #679
12916         * src/imap.c
12917                 Implement set_batch - brings back deferred
12918                 flags in a less buggy manner. Fixes:
12919                 bug #729 IMAP immediate expunge of deleted messages
12920                 bug #191 remove list of messages with one command
12921                 Fix login with strange chars
12922                 Implement fetch_msg_full
12923                 Fix copy (wrong counts)
12924
12925 2005-06-12 [colin]      1.9.11cvs63
12926
12927         * src/folder.c
12928                 lock incorporation during long operations.
12929                 Avoids fucking up the IMAP socket.
12930
12931 2005-06-12 [colin]      1.9.11cvs62
12932
12933         * src/imap.c
12934                 Fix harmful typo
12935                 Factorize remove_all_msg
12936                 Thread-ize expunge
12937         * src/summaryview.c
12938                 Don't update partial-download status if unnecessary
12939         * src/folder.c
12940                 Use remove_msgs everywhere possible
12941
12942 2005-06-12 [colin]      1.9.11cvs61
12943
12944         * src/folder.c
12945         * src/folder.h
12946                 Add a remove_msgs function to remove a 
12947                 list of messages
12948         * src/imap.c
12949                 Implement that.
12950
12951 2005-06-12 [colin]      1.9.11cvs60
12952
12953         * src/imap.c
12954                 Remove flags-processing deferring... Too hard
12955                 to get it to work in all cases.
12956
12957 2005-06-11 [colin]      1.9.11cvs59
12958
12959         * src/imap.c
12960                 printf -> debug_print
12961
12962 2005-06-11 [colin]      1.9.11cvs58
12963
12964         * src/imap.c
12965                 o Fix build without USE_PTHREAD
12966                 o Factorize imap_open
12967                 o Alertpanel in case of impossible connection
12968                 o Alertpanel in case of impossible login
12969                 o Fix deferred flags processing to force a 
12970                   flush before adding some more flags to process,
12971                   but in another folder.
12972
12973 2005-06-10 [colin]      1.9.11cvs57
12974
12975         * src/imap.c
12976                 o Fix a format string error
12977                 o init ssl socket outside of the thread 
12978                   (it possibly invokes gtk calls)
12979         * src/procmime.c
12980                 o Put back the buffer to its necessary size
12981                 o Fix changing a file pointer without keeping
12982                   track of it (thanks Valgrind)
12983         * src/common/smtp.c
12984                 o Fix automatic STARTTLS if login should be done
12985                   and the server only allows it after starting TLS
12986         * src/gtk/gtkinputdialog.c
12987                 o Eat GDK_Return so that the combo popup doesn't 
12988                   appear when we press Enter to validate the combo
12989                   input dialog (as seen in the Open with... dialog)
12990
12991 2005-06-10 [colin]      1.9.11cvs56
12992
12993         * src/imap.c
12994                 o A bit less debug
12995                 o Fix a crash on deletion
12996                 o Threadize imap_select (it's called outside of 
12997                   threads)
12998                 o Defer treatment of DELETED flags
12999
13000
13001 2005-06-09 [colin]      1.9.11cvs55
13002
13003         * src/imap.c
13004                 Make sure we check imap_gtk_should_override(), which
13005                 potentially calls gtk stuff, before creating thread.
13006                 That way it should't be called via imap_get_session()
13007                 inside a thread.
13008
13009 2005-06-09 [colin]      1.9.11cvs54
13010
13011         * src/imap.c
13012                 o add a bit of status output
13013                 o remove some dead code
13014                 o threadize get_list_of_uids
13015                 o threadize imap_get_flags
13016                 o defer flag changing by 500ms so that they
13017                   can be batched
13018
13019
13020 2005-06-08 [colin]      1.9.11cvs53
13021
13022         * src/imap.c
13023                 Thread-ize imap_cmd_fetch
13024
13025 2005-06-08 [colin]      1.9.11cvs52
13026
13027         * src/main.c
13028                 Mmh, that broke POP3...
13029
13030 2005-06-08 [colin]      1.9.11cvs51
13031
13032         * src/main.c
13033                 Stabilize IMAP patch (thanks to Hoa)
13034
13035 2005-06-08 [colin]      1.9.11cvs50
13036
13037         * src/imap.c
13038                 Test patch to speed up imap. 
13039
13040 2005-06-08 [colin]      1.9.11cvs49
13041
13042         * src/imap_gtk.c
13043                 Warning fix
13044         * src/procmime.c
13045                 Apply patch from gentoo to use /usr/share/mime/globs if 
13046                 available, after un-breaking it
13047         * src/common/log.c
13048         * src/common/log.h
13049                 Use g_timeout for invoking hooks that possibly use gtk
13050                 calls. This should leave gtk calls in the main thread.
13051
13052 2005-06-08 [paul]       1.9.11cvs48
13053
13054         * src/codeconv.c
13055                 conv_get_outgoing_charset_str(): don't
13056                 use prefs_common setting
13057         * src/compose.c
13058         * src/compose.h
13059                 add /Options/Character encoding/... to
13060                 temporarily change the outgoing encoding
13061
13062         (belated sync with main)
13063
13064 2005-06-08 [paul]       1.9.11cvs47
13065
13066         * src/compose.c
13067                 correction to/completion of last
13068                 sync with main
13069
13070 2005-06-08 [paul]       1.9.11cvs46
13071
13072         sync with main:
13073         
13074         * src/codeconv.c
13075         * src/codeconv.h
13076                 always enabled Japanese auto-detection
13077                 if the first letters of locale string
13078                 is "ja"
13079         * src/compose.c
13080                 don't use "destroy" signal to destroy
13081                 Compose object (fix rare crashes on discard?)
13082         * src/mainwindow.c
13083         * src/messageview.c
13084         * src/prefs_send.c
13085                 added Hebrew encodings
13086         * src/sourcewindow.c
13087                 don't use "destroy" signal to destroy
13088                 objects
13089
13090 2005-06-07 [colin]      1.9.11cvs45
13091
13092         * src/summaryview.c
13093                 Add missing unlocks/locks
13094
13095 2005-06-07 [paul]       1.9.11cvs44
13096
13097         * src/summaryview.c
13098                 restore bug #749 fix
13099
13100 2005-06-06 [colin]      1.9.11cvs43
13101
13102         * src/summaryview.c
13103                 Fix selection bug when prefs_common.open_unread 
13104                 is FALSE
13105
13106 2005-06-06 [colin]      1.9.11cvs42
13107
13108         * src/common/md5.c
13109                 Fix a warning
13110         * src/summaryview.c
13111         * src/folderview.c
13112                 Factorize long operations beginning and end
13113                 (locking, freezing/thawing, cursor, ...)
13114                 Check selection->data member in selection-
13115                 related loops; this avoids dying an awful
13116                 death if the selection changes on us while
13117                 we're marking a whole IMAP folder unread, 
13118                 for example.
13119
13120 2005-06-06 [paul]       1.9.11cvs41
13121
13122         * src/textview.c
13123                 don't g_free() a static gchar buffer
13124
13125 2005-06-05 [colin]      1.9.11cvs40
13126
13127         * src/mainwindow.c
13128         * src/messageview.c
13129         * src/summaryview.c
13130                 Fix bug #749 (Show all headers should be
13131                 sticky as the GUI suggests)
13132
13133 2005-06-03 [paul]       1.9.11cvs39
13134
13135         * src/compose.c
13136                 don't allow editing of mail while sending.
13137                 patch by Colin
13138
13139 2005-06-03 [paul]       1.9.11cvs38
13140
13141         * src/folderview.c
13142                 add a freeze/thaw to speed up 'mark all read'
13143
13144 2005-06-03 [paul]       1.9.11cvs37
13145
13146         * src/prefs_message.c
13147                 reflect changes immediately
13148
13149 2005-06-02 [colin]      1.9.11cvs36
13150
13151         * po/POTFILES.in
13152                 Patch by Fabien Vantard.
13153
13154 2005-06-02 [colin]      1.9.11cvs35
13155
13156         * src/imap.c
13157                 Use a non-blocking imap_getline() if possible.
13158                 This should completely prevent the interface
13159                 from freezin on imap operations, although it
13160                 may do strange stuff in case of folder switching
13161                 while a big imap operation is taking place...
13162
13163                 In addition, fix a leak in the case thread
13164                 creation fails on connection.
13165
13166 2005-06-02 [colin]      1.9.11cvs34
13167
13168         * src/crash.c
13169         * src/prefs_common.h
13170                 Fix build (prefs_common_init() doesn't exist
13171                 anymore)
13172
13173 2005-06-02 [colin]      1.9.11cvs33
13174
13175         * src/prefs_account.c
13176                 Fix bug #245 (filtering rules broken when
13177                 renaming a remote account (imap4 or nntp)
13178
13179 2005-06-02 [colin]      1.9.11cvs32
13180
13181         * src/imap.c
13182                 Try to fix IMAP shortcomings: 
13183                 o Multithread imap_open()
13184                 o allow offline-mode overriding instead of
13185                   just returning NULL
13186         * src/imap_gtk.c
13187         * src/imap_gtk.h
13188                 Add a function to ask whether we want to
13189                 override offline-mode for 10 minutes (one-shot
13190                 asking was painful)
13191         * src/procheader.c
13192                 Fix segfault when imap parser isn't happy about
13193                 a missing {
13194
13195 2005-06-01 [colin]      1.9.11cvs31
13196
13197         * src/addrharvest.c
13198         * src/compose.c
13199         * src/mbox.c
13200         * src/mbox.h
13201         * src/mh.c
13202         * src/msgcache.c
13203         * src/send_message.c
13204         * src/setup.c
13205         * src/undo.c
13206         * src/common/hooks.c
13207         * src/common/prefs.c
13208         * src/common/template.c
13209         * src/common/utils.c
13210         * src/gtk/gtkutils.c
13211         * src/gtk/inputdialog.c
13212         * src/gtk/menu.c
13213         * src/gtk/pluginwindow.c
13214         * src/gtk/prefswindow.c
13215         * src/plugins/pgpmime/passphrase.c
13216         * src/plugins/pgpmime/prefs_gpg.c
13217                 More -Wall fixes
13218
13219         * src/common/Makefile.am
13220         * src/common/timing.h
13221                 Add basic timing code
13222
13223         * src/summaryview.c
13224                 Fix a bug with unread messages when 
13225                 re-sorting folders, and by the way
13226                 fix a big performance hit when 
13227                 re-sorting (10k mails: before 5s,
13228                 after .5s)
13229
13230         * src/prefs_compose_writing.c
13231         * src/prefs_compose_writing.h
13232         * src/prefs_message.c
13233         * src/prefs_message.h
13234         * src/prefs_other.c
13235         * src/prefs_other.h
13236         * src/prefs_quote.c
13237         * src/prefs_quote.h
13238         * src/prefs_receive.c
13239         * src/prefs_receive.h
13240         * src/prefs_send.c
13241         * src/prefs_send.h
13242         * src/prefs_summaries.c
13243         * src/prefs_summaries.h
13244                 Fix copyright banner
13245
13246 2005-06-01 [paul]       1.9.11cvs30
13247
13248         * po/fi.po
13249                 updated by Flammie Pirinen
13250         * src/procmime.c
13251                 fix 'Bad BASE64 content' output
13252
13253 2005-05-31 [colin]      1.9.11cvs29
13254
13255         * src/procmime.c
13256                 Oops, where did my hunk go.
13257
13258 2005-05-31 [colin]      1.9.11cvs28
13259
13260         * src/Makefile.am
13261         * src/account.c
13262         * src/action.c
13263         * src/addr_compl.c
13264         * src/addressbook.c
13265         * src/codeconv.c
13266         * src/compose.c
13267         * src/export.c
13268         * src/folder.c
13269         * src/folderview.c
13270         * src/image_viewer.c
13271         * src/main.c
13272         * src/mainwindow.c
13273         * src/messageview.c
13274         * src/mimeview.c
13275         * src/msgcache.c
13276         * src/prefs_account.c
13277         * src/prefs_actions.c
13278         * src/prefs_common.c
13279         * src/prefs_compose_writing.c
13280         * src/prefs_customheader.c
13281         * src/prefs_ext_prog.c
13282         * src/prefs_filtering.c
13283         * src/prefs_filtering_action.c
13284         * src/prefs_fonts.c
13285         * src/prefs_image_viewer.c
13286         * src/prefs_message.c
13287         * src/prefs_message.h
13288         * src/prefs_msg_colors.c
13289         * src/prefs_other.c
13290         * src/prefs_other.h
13291         * src/prefs_quote.c
13292         * src/prefs_receive.c
13293         * src/prefs_receive.h
13294         * src/prefs_send.c
13295         * src/prefs_send.h
13296         * src/prefs_spelling.c
13297         * src/prefs_summaries.c
13298         * src/prefs_summary_column.c
13299         * src/prefs_template.c
13300         * src/prefs_themes.c
13301         * src/prefs_toolbar.c
13302         * src/prefs_wrapping.c
13303         * src/procmime.c
13304         * src/procmsg.c
13305         * src/send_message.h
13306         * src/ssl_manager.c
13307         * src/summary_search.c
13308         * src/summaryview.c
13309         * src/textview.c
13310         * src/wizard.c
13311         * src/common/smtp.c
13312         * src/common/smtp.h
13313         * src/gtk/gtkutils.h
13314                 o Move the rest of Common prefs to new style
13315                 o Lots of -Wall warning fixes
13316                 o fix FIXME in cache memusage calculation
13317                 o Let return receipts be sent from any account
13318                 o Little cache optimisation (read)
13319                 o Fix bug #746 (don't treat commas as separators
13320                   when inside a quoted string)
13321
13322 2005-05-31 [paul]       1.9.11cvs27
13323
13324         * src/prefs_common.c
13325                 fix 'off-by-one' typo
13326
13327 2005-05-31 [paul]       1.9.11cvs26
13328
13329         * src/account.c
13330         * src/addr_compl.c
13331         * src/compose.c
13332         * src/foldersel.c
13333         * src/prefs_actions.c
13334         * src/prefs_common.c
13335         * src/prefs_common.h
13336         * src/prefs_customheader.c
13337         * src/prefs_display_header.c
13338         * src/prefs_filtering.c
13339         * src/prefs_filtering_action.c
13340         * src/prefs_matcher.c
13341         * src/prefs_summaries.c
13342         * src/prefs_summary_column.c
13343         * src/prefs_template.c
13344         * src/prefs_toolbar.c
13345         * src/ssl_manager.c
13346         * src/gtk/pluginwindow.c
13347         * src/gtk/prefswindow.c
13348         * src/gtk/progressdialog.c
13349                 add hidden prefs 'enable_rules_hint'
13350                 for gtk_tree_view_set_rules_hint()
13351                 (sync with main)
13352                 
13353
13354 2005-05-31 [colin]      1.9.11cvs25
13355
13356         * src/Makefile.am
13357         * src/main.c
13358         * src/prefs_common.c
13359         * src/prefs_summaries.c ** ADDED **
13360         * src/prefs_summaries.h ** ADDED **
13361                 Common/Display -> Display/Summaries
13362
13363 2005-05-31 [colin]      1.9.11cvs24
13364
13365         * src/Makefile.am
13366         * src/main.c
13367         * src/prefs_quote.c ** ADDED **
13368         * src/prefs_quote.h ** ADDED **
13369                 Move Common/Quote to Compose/Quoting
13370         * src/prefs_common.c
13371         * src/prefs_common.h
13372                 Remove old quote stuff, add
13373                 convenience functions for GtkTextView prefs
13374         * src/gtk/prefswindow.c
13375                 Set default height higher
13376
13377 2005-05-30 [colin]      1.9.11cvs23
13378
13379         * src/Makefile.am
13380         * src/main.c
13381         * src/prefs_common.c
13382         * src/prefs_compose_writing.c ** ADDED **
13383         * src/prefs_compose_writing.h ** ADDED **
13384                 Move Common/Compose prefs to Compose/Writing
13385
13386 2005-05-30 [colin]      1.9.11cvs22
13387
13388         * src/common/utils.c
13389                 Fix bug #651 (Confused Attract by Subject)
13390                 Patch by M. Benkmann <haferfrost@web.de>
13391         * AUTHORS
13392
13393 2005-05-30 [colin]      1.9.11cvs21
13394
13395         * src/compose.c
13396                 Fix concatenation of different headers of
13397                 the same type (bug #645)
13398         * src/prefs_folder_item.c
13399                 Fix bug #699 (setting color to black doesn't
13400                 work immediately)
13401         * src/procmime.c
13402                 Print out decoding error only once per
13403                 block
13404
13405 2005-05-30 [paul]       1.9.11cvs20
13406
13407         * src/common/template.c
13408                 fix Bcc
13409
13410 2005-05-30 [paul]       1.9.11cvs19
13411
13412         * doc/src/rfc2368.txt   **NEW FILE**
13413         * src/compose.c
13414                 compose_entries_set(): don't interpret Bcc
13415                 header field (conform to RFC 2368)
13416                 (sync with main)
13417
13418 2005-05-29 [colin]      1.9.11cvs18
13419
13420         * src/prefs_common.c
13421                 Let the default reply format respect
13422                 netiquette by cutting the signature.
13423
13424 2005-05-29 [colin]      1.9.11cvs17
13425
13426         * src/summaryview.c
13427                 Don't let always_show_msg override
13428                 open_unread_on_enter when opening a new
13429                 directory.
13430
13431 2005-05-27 [paul]       1.9.11cvs16
13432
13433         sync with main:
13434
13435         * src/main.c
13436                 app_will_exit(): cleanup tmp directory when exit
13437         * src/message_search.c
13438                 improved the interface and made code cleanup.
13439                 removed Clear button
13440         * src/send_message.c
13441                 send_message_local(): use GSpawn, and detect errors
13442         * src/summary_search.c
13443                 improved the interface and made code cleanup
13444         * src/textview.c
13445                 textview_write_link(): also skip non-ascii space
13446                  at the head of link strings (phishing check
13447                  didn't work at the case)
13448         * src/common/utils.c
13449                 get_command_output(): use g_spawn_command_line_sync()
13450                 instead of popen()
13451
13452 2005-05-26 [colin]      1.9.11cvs15
13453
13454         * src/folder.c
13455                 remove printf
13456
13457 2005-05-26 [colin]      1.9.11cvs14
13458
13459         * src/common/nntp.c
13460                 Fix nntp mode reader (bug #611)
13461                 Patch by Florian Mickler <florian@mickler.org>
13462
13463 2005-05-26 [colin]      1.9.11cvs13
13464
13465         * src/plugins/pgpmime/passphrase.c
13466                 Fix mouse grabbing (bug #557)
13467
13468 2005-05-26 [colin]      1.9.11cvs12
13469
13470         * src/prefs_themes.c
13471                 Fix g_warning (bug #541)
13472
13473 2005-05-26 [colin]      1.9.11cvs11
13474
13475         * src/prefs_actions.c
13476         * src/prefs_template.c
13477                 Fix bug #506 (no warning if action/template
13478                 is not saved)
13479         * src/common/template.c
13480                 Fix a possible crash
13481
13482 2005-05-26 [colin]      1.9.11cvs10
13483
13484         * src/folder.c
13485         * src/folderview.c
13486         * src/procmsg.c
13487         * src/summaryview.c
13488                 Forbid locked messages to be moved or
13489                 deleted. Locked messages in trashes 
13490                 still get deleted, for performance
13491                 reason (mh.c::mh_remove_all_msgs)
13492
13493 2005-05-25 [colin]      1.9.11cvs9
13494
13495         * src/procmime.c
13496                 Use correct encoding when sending mails
13497                 with attachments that have accentued 
13498                 chars in their name
13499
13500 2005-05-24 [colin]      1.9.11cvs8
13501
13502         * src/summaryview.c
13503                 Fix bug #688 f) read/unread marker not
13504                 changed on first click
13505                 Also, optimize summary_status_show()
13506                 calls
13507         * src/folder.c
13508         * src/inc.c
13509         * src/procmime.c
13510                 Fix bug #688 b) and c) wrt message
13511                 attachments and signature
13512         * src/stock_pixmap.c
13513         * src/stock_pixmap.h
13514         * src/stock_pixmap.c
13515         * src/stock_pixmap.h
13516         * src/Makefile.am
13517         * src/pixmaps/clip_gpg_signed.xpm
13518                 Add clip/signed icon
13519
13520 2005-05-24 [colin]      1.9.11cvs7
13521
13522         * src/folder_item_prefs.c
13523                 whitespace fix
13524
13525 2005-05-24 [colin]      1.9.11cvs6
13526
13527         * src/folderview.c
13528         * src/prefs_common.c
13529         * src/prefs_common.h
13530                 Add a confirmation to folder drag and drop
13531                 fixes bug #156
13532         * src/alertpanel.c
13533         * src/alertpanel.h
13534                 fix _with_disable parameters so that
13535                 the buttons labels are specifiable too
13536         * src/plugins/pgpmime/sgpgme.c
13537                 reflect said change
13538                 
13539
13540 2005-05-24 [colin]      1.9.11cvs5
13541
13542         * src/folderview.c
13543                 Uncollapse/collapse folders on double-click
13544                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13545                 closes bug #108
13546
13547 2005-05-23 [colin]      1.9.11cvs4
13548
13549         * src/common/socket.c
13550                 Check another special SSL_peek() error.
13551                 Should help wrt bug #728
13552
13553 2005-05-23 [colin]      1.9.11cvs3
13554
13555         * src/plugins/pgpmime/pgpmime.c
13556                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13557                 breaking menu accelerators and stuff. Users will have to
13558                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13559                 account's privacy preferences if needed.
13560
13561 2005-05-22 [paul]
13562
13563         * tools/kdeservicemenu/install.sh
13564                 use kdesu to prompt for root password if doing
13565                 global install/uninstall
13566
13567 2005-05-20 [colin]      1.9.11cvs2
13568
13569         * src/procmsg.c
13570                 Fix another compilation error with gcc-2.9x
13571                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13572         * src/send_message.c
13573                 Don't send QUIT if we aren't connected
13574
13575 2005-05-19 [colin]      1.9.11cvs1
13576
13577         * src/procmsg.c
13578                 Fix compilation with gcc 2.9x
13579
13580 2005-05-19 [paul]       1.9.11
13581
13582         1.9.11 released
13583
13584 2005-05-19 [paul]       1.9.9cvs14
13585
13586         * src/gtk/inputdialog.c
13587                 prevent gettext warning
13588
13589 2005-05-19 [paul]       1.9.9cvs13
13590
13591         * src/mainwindow.c
13592         * src/prefs_common.c
13593         * src/prefs_common.h
13594         * src/textview.c
13595         * src/textview.h
13596                 add an option to toggle cursor in message
13597                 view (sync with main)
13598
13599 2005-05-18 [colin]      1.9.9cvs12
13600
13601         * src/compose.c
13602                 Dereference freed pointer
13603         * src/gtk/gtkaspell.c
13604                 Fix duplication of dictionaries (is it an aspell issue?)
13605
13606 2005-05-18 [colin]      1.9.9cvs11
13607
13608         * src/gtk/inputdialog.c
13609         * src/gtk/gtkaspell.c
13610                 HIGuify dialogs
13611         * src/alertpanel.c
13612                 Remove a double call
13613
13614 2005-05-17 [colin]      1.9.9cvs10
13615
13616         * src/gtk/gtkaspell.c
13617                 Fix dialogs, Ctrl-Enter accel
13618
13619 2005-05-17 [colin]      1.9.9cvs9
13620
13621         * src/gtk/gtkaspell.c
13622                 Fix some accelerators, escape in replace-window
13623
13624 2005-05-16 [colin]      1.9.9cvs8
13625
13626         * src/gtk/gtkaspell.c
13627                 Revert last commit, it was a mistake.
13628
13629 2005-05-16 [colin]      1.9.9cvs7
13630
13631         * src/gtk/gtkaspell.c
13632                 Remove buggy code while we're at it. It's a 
13633                 dead code path anyway.
13634
13635 2005-05-16 [colin]      1.9.9cvs6
13636
13637         * src/gtk/gtkaspell.c
13638                 Missed some gtk_menu_popup where deactivate
13639                 signal should be handled. Should fix bug
13640                 #629 a bit more.
13641
13642 2005-05-16 [colin]      1.9.9cvs5
13643
13644         * src/gtk/gtkaspell.c
13645                 Remove debug printf()s
13646
13647 2005-05-16 [colin]      1.9.9cvs4
13648
13649         * src/gtk/gtkaspell.c
13650                 Fix a bit aspell problems
13651                 (see bug #629)
13652
13653 2005-05-13 [colin]      1.9.9cvs3
13654
13655         * src/folderview.c
13656                 Fix the + appearing even when no subfolders
13657                 have unread messages. Thanks to wwp for the
13658                 bug report.
13659
13660 2005-05-11 [paul]       1.9.9cvs2
13661
13662         * src/folderview.c
13663                 correction to 1.9.9cvs1, only colour folders that
13664                 have new msgs (not unread msgs)
13665
13666 2005-05-10 [colin]      1.9.9cvs1
13667
13668         * src/folderview.c
13669         * src/summaryview.c
13670                 Try to fix bolding bugs again.
13671
13672 2005-05-09 [paul]
13673
13674         * tools/claws.i18n.status.pl
13675                 add Ricardo Mones Lastra's script that has been providing
13676                 the i18n status page for many months
13677
13678 2005-05-09 [paul]       1.9.9
13679
13680         1.9.9 release
13681
13682 2005-05-09 [paul]       1.9.6cvs58
13683
13684         * AUTHORS
13685         * INSTALL
13686         * README.claws
13687                 updated
13688         * Makefile.am 
13689         * RELEASE_NOTES.claws
13690                 add release notes to cvs to simplify release
13691                 procedure
13692         * configure.ac
13693                 add ca and fi to ALL_LINGUAS
13694         * po/Makefile.in.in
13695                 workaround for missing Makevars
13696         * po/ca.po
13697         * po/fi.po
13698                 add new Catalan and Finnish translations
13699                 submitted by Miquel Oliete and Flammie Pirinen
13700         * po/de.po
13701         * po/es.po
13702         * po/fr.po
13703         * po/it.po
13704         * po/pl.po
13705         * po/ru.po
13706         * po/sk.po
13707         * po/sr.po
13708         * po/zh_CN.po
13709                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13710                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13711                 Urke MMI, and Hansom Young
13712         * src/main.c
13713                 Fix drafting when quitting. compose_draft() closes the
13714                 compose windows, which modifies the compose_list GSList.
13715                 We have to refresh this list after echo drafting to avoid a
13716                 segfault
13717         * src/partial_download.c
13718                 fix segfault on exit
13719
13720 2005-05-06 [paul]       1.9.6cvs57
13721
13722         * src/grouplistdialog.c
13723                 quick fix/workaround for unresizeable newsgroup
13724                 name column 
13725
13726 2005-05-06 [paul]       1.9.6cvs56
13727
13728         * src/inc.c
13729         * src/mainwindow.c
13730                 use gettext plural forms
13731         * src/imap_gtk.c
13732         * src/mh_gtk.c
13733         * src/toolbar.c
13734                 small improvement to english usage
13735
13736 2005-05-05 [thorsten]   1.9.6cvs55
13737
13738         * src/folder.c
13739                 fix possible crash
13740
13741 2005-05-05 [paul]       1.9.6cvs54
13742         
13743         sync with HEAD
13744
13745         * AUTHORS
13746         * src/compose.c
13747                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13748                 patch by Tim Mann
13749
13750 2005-05-05 [paul]       1.9.6cvs53
13751
13752         * src/mainwindow.c
13753                 fix resizing of separate message and
13754                 folder views
13755
13756 2005-05-05 [paul]       1.9.6cvs52
13757
13758         * src/account.c
13759         * src/addrgather.c
13760         * src/browseldap.c
13761         * src/exphtmldlg.c
13762         * src/expldifdlg.c
13763         * src/importmutt.c
13764         * src/importpine.c
13765         * src/main.c
13766         * src/mainwindow.c
13767         * src/noticeview.c
13768         * src/prefs_filtering.c
13769         * src/prefs_filtering_action.c
13770         * src/prefs_matcher.c
13771         * src/prefs_spelling.c
13772         * src/prefs_toolbar.c
13773         * src/toolbar.c
13774         * src/wizard.c
13775         * src/gtk/description_window.c
13776         * src/gtk/gtkvscrollbutton.c
13777         * src/gtk/progressdialog.c
13778         * src/gtk/quicksearch.c
13779         * src/plugins/pgpmime/prefs_gpg.c
13780         * src/plugins/spamassassin/spamassassin_gtk.c
13781                 replace deprecated gtk_widget_set_usize
13782
13783 2005-05-04 [colin]      1.9.6cvs51
13784
13785         * src/common/utils.c
13786                 Fix crash when subst_for_filename is called
13787                 with a NULL parameter
13788
13789 2005-05-04 [colin]      1.9.6cvs50
13790
13791         * src/partial_download.c
13792         * src/pop.c
13793                 Escape login when writing uidl file
13794                 fixes bug #736
13795
13796 2005-05-03 [colin]      1.9.6cvs49
13797
13798         * src/procmime.c
13799                 Fix possible DOS in mime parser
13800                 (see bug #634)
13801
13802 2005-05-02 [colin]      1.9.6cvs48
13803
13804         * src/compose.c
13805                 Try to fix the copy/paste mess once again.
13806
13807
13808 2005-04-30 [colin]      1.9.6cvs47
13809
13810         * src/prefs_account.h
13811         * src/procmsg.c
13812         * src/send_message.c
13813         * src/common/smtp.c
13814         * src/common/smtp.h
13815                 Try to batch sending mails (per account) instead of
13816                 reconnecting to server every time.
13817
13818 2005-04-29 [colin]      1.9.6cvs46
13819
13820         * src/messageview.c
13821                 Fix window resizing that refused to size down
13822         * src/prefs_common.c
13823         * src/prefs_common.h
13824         * src/prefs_filtering.c
13825                 Save Filtering's window size
13826
13827 2005-04-21 [paul]       1.9.6cvs45
13828
13829         * ChangeLog-gtk2.claws
13830         * src/setup.c
13831                 correction to sync
13832
13833 2005-04-21 [paul]       1.9.6cvs44
13834
13835         sync with main:
13836
13837         * src/setup.c
13838         * src/statusbar.c
13839         * src/statusbar.h
13840                 use gtkut_widget_draw_now(). Improved performance
13841                 of the update of statusbar
13842         * src/textview.c
13843                 textview_smooth_scroll_do(): redraw it after scroll
13844                 is done (fixed incorrect display when a part of the
13845                 view is hidden).
13846         * src/gtk/gtkutils.c
13847         * src/gtk/gtkutils.h
13848                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13849                 to force update of widgets.
13850                 Removed gtkut_widget_wait_for_draw() which had a big
13851                 overhead  because of waiting for all events processed 
13852
13853 2005-04-20 [paul]       1.9.6cvs43
13854
13855         * src/codeconv.c
13856                 complete 1.9.6cvs42's sync:
13857                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13858
13859 2005-04-19 [paul]       1.9.6cvs42
13860
13861         sync with main:
13862
13863         * src/action.c
13864                 catch_output(): correctly select the insert text
13865                 (fix invalid iterator warnings).
13866         * src/codeconv.c
13867         * src/codeconv.h
13868         * src/mainwindow.c
13869         * src/messageview.c
13870         * src/prefs_common.c
13871                 support GBK encoding.
13872         * src/common/session.c
13873         * src/common/session.h
13874                 use separate buffer for large data to be sent,
13875                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13876
13877 2005-04-18 [paul]       1.9.6cvs41
13878
13879         * src/jpilot.c
13880                 convert unsigned long into guint32
13881                 patch by Paul LeoNerd Evans 
13882
13883 2005-04-17 [colin]      1.9.6cvs40
13884
13885         * src/compose.c
13886                 Fix 'Request return receipt' from folder
13887                 properties (bug #708)
13888
13889 2005-04-17 [colin]      1.9.6cvs39
13890
13891         * src/mainwindow.c
13892                 Fix duplicate hotkeys in Mainwindow's menu
13893
13894 2005-04-17 [colin]      1.9.6cvs38
13895
13896         * src/folderview.c
13897                 Fix duplicate hotkeys in Folderview's contextual
13898                 menu
13899
13900 2005-04-15 [colin]      1.9.6cvs37
13901
13902         * src/summaryview.c
13903                 Fix 'Save as...' with non-ascii filenames
13904
13905 2005-04-15 [colin]      1.9.6cvs36
13906
13907         * src/plugins/pgpmime/pgpmime.c
13908                 Fix bus error on 64bit. Spotted by 
13909                 macallan1888@gmail.com
13910
13911 2005-04-15 [colin]      1.9.6cvs35
13912
13913         * src/prefs_account.c
13914                 Fix cvs34.
13915
13916 2005-04-12 [colin]      1.9.6cvs34
13917
13918         * src/prefs_account.c
13919                 Fix smtp auth type off-by-one. We forgot to
13920                 add PLAIN in the prefs-to-gui setter func and
13921                 as a result, the selected auth when opening
13922                 account prefs was not the correct one.
13923
13924 2005-04-12 [paul]       1.9.6cvs33
13925
13926         * src/inc.c
13927                 if the recv dialog is visible, Cancel only
13928                 cancels the current account
13929
13930
13931 2005-04-10 [colin]      1.9.6cvs32
13932
13933         * src/filtering.c
13934                 Copy score when copying FilteringActions
13935                 Fix bug #674
13936
13937 2005-04-10 [colin]      1.9.6cvs31
13938
13939         * src/inc.c
13940                 Make Message -> Receive -> Cancel cancel 
13941                 incorporation on all accounts. Fixes
13942                 bug #693
13943
13944 2005-04-10 [colin]      1.9.6cvs30
13945
13946         * src/prefs_account.c
13947                 Update Privacy checkbuttons status based
13948                 on the selected privacy system
13949         * src/compose.c
13950                 Always connect the "None" privacy system; the
13951                 static boolean was probably there to avoid
13952                 reconnecting twice in the same compose window,
13953                 but as the parent function is only called once
13954                 per compose, it's only a bug - as a static is
13955                 initialized once per application instance.
13956                 Also, don't uncheck Sign and Encrypt when
13957                 selecting None as privacy system; just ignore
13958                 them when sending/queuing.
13959                 Should fix bug #695
13960
13961 2005-04-08 [colin]      1.9.6cvs29
13962
13963         * src/account.c
13964         * src/prefs_account.c
13965         * src/prefs_account.h
13966                 Add account preference to queue message in a certain
13967                 folder.
13968
13969 2005-04-06 [colin]      1.9.6cvs28
13970
13971         * src/prefs_account.c
13972                 Update old inbox path syntax
13973
13974 2005-04-06 [paul]       1.9.6cvs27
13975
13976         sync with main:
13977
13978         * configure.ac
13979                 changed -traditional-cpp to -no-cpp-precomp for newer
13980                 Mac OS X support
13981         * src/foldersel.c
13982                 made column resize automatically
13983         * src/send_message.c
13984                 send_message_smtp(): consider EOF right after QUIT
13985                 successful (workaround for Gmail SMTP server)
13986         * src/common/socket.c
13987                 ssl_read(), ssl_peek(): check EOF which violates the
13988                 SSL protocol
13989         * src/gtk/colorlabel.c
13990                 removed warnings when displaying colorlabel menu
13991                 (don't use GtkAlignment)
13992
13993 2005-04-05 [paul]       1.9.6cvs26
13994
13995         * src/plugins/trayicon/trayicon.c
13996                 fix clipping of icon under KDE3 
13997
13998 2005-04-05 [paul]       1.9.6cvs25
13999
14000         * src/summaryview.c
14001                 hide display of threading
14002                 patch by Alfons
14003
14004 2005-04-04 [thorsten]   1.9.6cvs24
14005
14006         * src/mh.c
14007                 marks lost on filesystems with different stat() results on
14008                 summer-/wintertime
14009
14010 2005-04-03 [colin]      1.9.6cvs23
14011
14012         * src/summaryview.c
14013                 Don't handle up/down. Patch by Alfons
14014
14015 2005-04-02 [colin]      1.9.6cvs22
14016
14017         * src/summaryview.c
14018                 Make scrolling faster. Patch by Alfons.
14019
14020 2005-04-01 [colin]      1.9.6cvs21
14021
14022         * src/Makefile.am
14023         * src/stock_pixmap.c
14024         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14025         * src/pixmaps/dir_noselect.xpm ** ADDED **
14026                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14027
14028 2005-04-01 [colin]      1.9.6cvs20
14029
14030         * src/image_viewer.c
14031         * src/image_viewer.h
14032         * src/procmime.c
14033         * src/procmime.h
14034         * src/textview.c
14035         * src/textview.h
14036                 Implement inline image resizing and right-clicking
14037
14038 2005-04-01 [paul]       1.9.6cvs19
14039
14040         * AUTHORS
14041         * Makefile.am
14042         * configure.ac
14043                 check for gnome2
14044                 patch by Luca Cavalli <loopback<AT>slackit.org>
14045         * po/ru.po
14046                 updated by Pavlo Bohmat
14047
14048 2005-03-31 [colin]      1.9.6cvs18
14049
14050         * src/news.c
14051                 Fix parsing references
14052         * src/msgcache.c
14053                 don't put nulls in the references list
14054         * src/procheader.c
14055                 commit that forgotten file in 1.9.6cvs14
14056
14057 2005-03-31 [colin]      1.9.6cvs17
14058
14059         * src/compose.c
14060                 Fix joining of signature separator again. 
14061                 Maybe Hiro could put it in main too...
14062
14063 2005-03-31 [colin]      1.9.6cvs16
14064
14065         * src/Makefile.am
14066         * src/foldersel.c
14067         * src/stock_pixmap.c
14068         * src/stock_pixmap.h
14069         * src/pixmaps/dir-noselect.xpm
14070                 Update foldersel.c (sync from main, patch by Alfons)
14071
14072 2005-03-30 [colin]      1.9.6cvs15
14073
14074         * src/imap.c
14075                 Fix handling of imap folders containing [] in 
14076                 their name. Thanks to Nahuel Angelinetti for
14077                 the detailed bugreport.
14078
14079 2005-03-30 [colin]      1.9.6cvs14
14080
14081         * src/common/utils.h
14082         * src/common/utils.c
14083         * src/common/defs.h
14084         * src/matcher.c
14085         * src/msgcache.c
14086         * src/news.c
14087         * src/procmsg.c
14088         * src/procmsg.h
14089         * src/quote_fmt_parse.y
14090         * src/summaryview.c
14091                 Update references system. Patch by Alfons
14092
14093 2005-03-30 [colin]      1.9.6cvs13
14094
14095         * src/common/socket.c
14096                 Force the glibc to read resolv.conf again when 
14097                 it has changed. Should fix issues when changing
14098                 networks on a laptop and not restarting sylpheed. 
14099
14100 2005-03-30 [paul]       1.9.6cvs12
14101
14102         partial sync with main:
14103
14104         * src/action.c
14105                 create_io_dialog(): use user-defined text font
14106                 (thanks to Alfons), and modified its appearance.
14107         * src/addrgather.c
14108         * src/addrharvest.c
14109         * src/browseldap.c
14110                 replace old code
14111         * src/compose.c
14112                 don't join (presumably) itemized lines on line-wrapping
14113                 fixed wrapping of quote when auto-wrapping is enabled
14114                 compose_destroy(): destroy paned only if it's not
14115                 attached to window. Fixed memory leak of popup menu.
14116         * src/exphtmldlg.c
14117         * src/expldifdlg.c
14118                 replace old code
14119         * src/html.c
14120         * src/html.h
14121         * src/importmutt.c
14122         * src/importpine.c
14123                 replace old code
14124         * src/main.c
14125                 removed redundant code
14126         * src/mainwindow.c
14127                 changed 'Code set' (which is rather incorrect)
14128                 in the menu to 'Character encoding'
14129                 main_window_set_widgets(): request size first
14130                 to prevent window size becoming wrong
14131                 fixed remembering of the state of the visibility
14132                 of MessageView
14133         * src/messageview.c
14134                 changed 'Code set' (which is rather incorrect)
14135                 in the menu to 'Character encoding'
14136         * src/prefs_common.c
14137         * src/prefs_common.h
14138                 added an option whether to render HTML as text or not
14139                 added separators to outgoing encoding menu
14140         * src/procheader.c
14141                 procheader_scan_date_string(): support header
14142                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14143         * src/summaryview.c
14144         * src/summaryview.h
14145                 minor code cleanup
14146         * src/textview.c
14147                 textview_show_html(): force output of newline
14148                 added an option whether to render HTML as text or not
14149         * src/common/utils.c
14150                 strncpy2(): optimized based on Alfons' code
14151         * src/gtk/gtkutils.c
14152         * src/gtk/gtkutils.h
14153                 removed non-used code
14154         * src/plugins/pgpmime/passphrase.c
14155                 partially fixed grab input of passphrase dialog
14156                 Confine pointer to window
14157
14158 2005-03-30 [colin]      1.9.6cvs11
14159
14160         * src/msgcache.c
14161         * src/msgcache.h
14162                 Read/write 32bit ints from cache & marks
14163                 From main.
14164
14165 2005-03-29 [paul]       1.9.6cvs10
14166
14167         * AUTHORS
14168         * ChangeLog.claws
14169         * src/compose.c
14170         * src/gtk/gtkaspell.c
14171                 sync with HEAD (don't pass NULL pointers) 
14172
14173 2005-03-24 [paul]
14174
14175         * tools/Makefile.am
14176         * tools/README
14177         * tools/acroread2sylpheed.pl
14178                 sync with HEAD (add script to send pdfs as
14179                 attachments from Adobe Reader 7)
14180
14181 2005-03-21 [paul]       1.9.6cvs9
14182
14183         * configure.ac
14184         * po/POTFILES.in
14185         * src/Makefile.am
14186         * src/crash.c
14187         * src/image_viewer.c ** ADDED **
14188         * src/image_viewer.h ** ADDED **
14189         * src/main.c
14190         * src/prefs_common.c
14191         * src/prefs_common.h
14192         * src/prefs_image_viewer.c ** ADDED **
14193         * src/prefs_image_viewer.h ** ADDED **
14194         * src/textview.c
14195         * src/gtk/about.c
14196         * src/pixmaps/sylpheed_logo.xpm
14197         * src/plugins/Makefile.am
14198         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14199         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14200         * src/plugins/image_viewer/plugin.c ** REMOVED **
14201         * src/plugins/image_viewer/viewer.c ** REMOVED **
14202         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14203         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14204         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14205         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14206         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14207                 as gdk-pixbuf is now built-in
14208                 remove image_viewer plugin and put code back into
14209                 main codebase
14210                 implement inline image display (sync with main)
14211
14212                 replace logo with newer, nicer, larger version  
14213
14214 2005-03-21 [paul]       1.9.6cvs8
14215
14216         * src/gtk/about.c
14217                 cosmetic improvement
14218
14219 2005-03-21 [holger]     1.9.6cvs7
14220
14221         * src/plugins/spamassassin/spamassassin.c
14222                 Sync with HEAD
14223                 (unregister hook on failed plugin init)
14224
14225 2005-03-20 [colin]      1.9.6cvs6
14226
14227         * src/common/plugin.c
14228                 Check that plugin isn't already loaded
14229                 Patch by Alfons
14230
14231 2005-03-20 [thorsten]   1.9.6cvs5
14232
14233         * src/compose.c
14234                 use a more compatible syntax
14235
14236 2005-03-20 [thorsten]   1.9.6cvs4
14237
14238         * src/prefs_toolbar.c
14239                 fix crash when selecting toolbar item (uninitialized pointer)
14240
14241 2005-03-20 [thorsten]   1.9.6cvs3
14242
14243         * src/procmime.c
14244                 fix mimetype detection (referenced free()d string)
14245
14246 2005-03-20 [paul]       1.9.6cvs2
14247
14248         * src/compose.c
14249                 sync with HEAD (1.0.3cvs5)
14250                 neglect Reply-To header if empty
14251                 Patch by Alfons 
14252
14253 2005-03-19 [holger]     1.9.6cvs1
14254
14255         * src/summaryview.c
14256         * src/summaryview.h
14257                 Sync with HEAD
14258
14259 2005-03-18 [paul]       1.9.6
14260
14261         initial GTK2 release
14262
14263 2005-03-18 [paul]       1.0.3cvs3.1
14264
14265         * AUTHORS
14266         * ChangeLog.claws
14267         * configure.ac
14268         * src/gtk/about.c
14269         * src/pixmaps/sylpheed_logo.xpm
14270                 sync with HEAD
14271
14272 2005-03-18 [colin]      1.0.3cvs2.6
14273
14274         * src/summaryview.c
14275                 Remove call to summary_step in summary_copy_selected_to
14276                 Can't see its purpose, and this causes bug when copying
14277                 a message if the next one is unread: it reads it.
14278
14279 2005-03-18 [paul]       1.0.3cvs2.5
14280
14281         * src/foldersel.c
14282                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14283
14284 2005-03-18 [paul]       1.0.3cvs2.4
14285
14286         * src/addrharvest.c
14287         * src/codeconv.c
14288         * src/codeconv.h
14289         * src/compose.c
14290         * src/news.c
14291         * src/procheader.c
14292         * src/procmime.c
14293         * src/unmime.c
14294         * src/unmime.h
14295                 fix buffer overflow, CAN-2005-0667, see
14296                 http://secunia.com/advisories/14491/
14297                 Patch by Alfons
14298
14299 2005-03-17 [colin]      1.0.3cvs2.3
14300
14301         * src/prefs_fonts.c
14302         * src/summaryview.c
14303                 Fix font bugs (both lists now officialy share 
14304                 the same font)
14305                 
14306
14307 2005-03-17 [paul]       1.0.3cvs2.2
14308
14309         * src/gtk/pluginwindow.c
14310                 make plugin descriptions uneditable
14311
14312 2005-03-11 [paul]       1.0.3cvs2.1
14313
14314         * ChangeLog.claws
14315         * configure.ac
14316         * po/POTFILES.in
14317         * src/plugins/trayicon/trayicon.c
14318                 sync with HEAD
14319                 add src/wizard.c to POTFILES.in
14320
14321 2005-03-11 [paul]       1.0.3cvs1.1
14322
14323         * ChangeLog
14324         * ChangeLog.claws
14325         * configure.ac
14326         * po/de.po
14327         * po/es.po
14328         * po/fr.po
14329         * po/it.po
14330         * po/pt_BR.po
14331         * po/ru.po
14332         * po/sk.po
14333         * po/sr.po
14334         * po/zh_CN.po
14335                 sync with HEAD
14336
14337 2005-03-04 [colin]      1.0.1cvs22.2
14338
14339         * src/compose.c
14340                 Fix signatures with accentued chars in it
14341
14342 2005-03-04 [colin]      1.0.1cvs22.1
14343
14344         * src/common/smtp.c
14345         * src/common/smtp.h
14346                 Don't use SIZE param in MAIL FROM: if server 
14347                 doesn't support it. Patch by Eugen Freiter
14348                 <eugen_f@users.sf.net>
14349
14350 2005-02-27 [paul]       1.0.1cvs20.1
14351
14352         * ChangeLog.claws
14353         * configure.ac
14354         * src/messageview.c
14355                 sync with HEAD
14356
14357 2005-02-27 [colin]      1.0.1cvs19.4
14358
14359         * src/procheader.c
14360         * src/procheader.h
14361                 Fix prototypes. Patch by Alfons
14362
14363 2005-02-27 [colin]      1.0.1cvs19.3
14364
14365         * src/compose.c
14366                 Don't auto-join the signature separator.
14367
14368 2005-02-26 [colin]      1.0.1cvs19.2
14369
14370         * src/summaryview.c
14371                 Fix 'mark all read' with collapsed threads.
14372                 Patch by Alfons.
14373
14374 2005-02-25 [paul]       1.0.1cvs19.1
14375
14376         * ChangeLog.claws
14377         * configure.ac
14378         * src/prefs_account.c
14379         * src/prefs_folder_item.c
14380         * src/gtk/prefswindow.c
14381         * src/gtk/prefswindow.h
14382                 sync with HEAD
14383
14384 2005-02-25 [paul]       1.0.1cvs15.12
14385
14386         * src/alertpanel.c
14387         * src/codeconv.c
14388         * src/compose.c
14389         * src/textview.c
14390         * src/gtk/gtkutils.c
14391         * src/gtk/gtkutils.h
14392         * src/gtk/logwindow.c
14393         * src/gtk/progressdialog.c
14394                 sync with main (revision 127)
14395                 and fix logwindow clipping
14396
14397 2005-02-24 [colin]      1.0.1cvs15.11
14398
14399         * src/plugins/pgpmime/passphrase.c
14400                 Disable input grabbing; it doesn't work yet.
14401
14402 2005-02-24 [colin]      1.0.1cvs15.10
14403
14404         * src/messageview.c
14405                 Don't send out receipts if offline. Ask.
14406
14407 2005-02-23 [colin]      1.0.1cvs15.9
14408
14409         * src/summaryview.c     
14410                 Fix expanding
14411
14412 2005-02-23 [colin]      1.0.1cvs15.8
14413
14414         * src/summaryview.c
14415                 Really fix Bug 568 by removing useless
14416                 calls. summary_thread_init() now called
14417                 in summary_sort(). This should please
14418                 Alfons as it should be faster than 
14419                 previously.
14420
14421 2005-02-23 [colin]      1.0.1cvs15.7
14422
14423         * src/compose.c
14424                 Encode parts as QP or B64 if signing
14425
14426 2005-02-23 [colin]      1.0.1cvs15.6
14427
14428         * src/compose.c
14429                 Fix Mimeinfo leakage (including tmp files)
14430         * src/procmsg.c
14431                 Fix tmp file leakage (spotted by Ivan Rayner)
14432
14433 2005-02-22 [colin]      1.0.1cvs15.5
14434
14435         * src/expldifdlg.c
14436                 Fix keyboard input. Patch by Alfons.
14437
14438 2005-02-21 [colin]      1.0.1cvs15.4
14439
14440         * src/compose.c
14441                 Fix Sign/Encrypt when unselecting privacy
14442                 system
14443         * src/prefs_common.c
14444                 Change default message font to Monospace
14445         * src/summaryview.c
14446                 More freezing during potentially large operations
14447
14448 2005-02-21 [paul]       1.0.1cvs15.3
14449
14450         * src/main.c
14451                 fix --help output
14452
14453 2005-02-21 [paul]       1.0.1cvs15.2
14454
14455         * po/Makefile.in.in
14456         * src/compose.c
14457         * src/summaryview.c
14458         * src/textview.c
14459         * src/common/utils.c
14460         * src/common/utils.h
14461                 sync with main (revision 117)
14462
14463 2005-02-20 [colin]      1.0.1cvs15.1
14464
14465         * src/common/defs.h
14466                 Change cache file to .sylpheed_claws_cache, as
14467                 suggested by Alfons. Allows people to switch
14468                 between Sylpheed and Sylpheed-Claws. it is
14469                 a good idea to "Check for new messages" at next
14470                 startup.
14471
14472
14473 2005-02-18 [colin]      1.0.1cvs14.1
14474
14475         * src/quote_fmt_lex.l
14476         * src/quote_fmt_parse.y
14477                 Fix parser initialisation. Patch by Ivan.
14478
14479 2005-02-18 [colin]      1.0.1cvs11.6
14480
14481         * src/folderview.c
14482                 Fix scrolldown (bug 662)
14483
14484 2005-02-17 [colin]      1.0.1cvs11.5
14485
14486         * src/codeconv.c
14487                 conv_filename_to_utf8: return clean 7bit instead
14488                 of broken utf8 if needed
14489         * src/mimeview.c
14490                 Fix display of parts with unclean 8bit names
14491
14492 2005-02-17 [paul]       1.0.1cvs11.4
14493
14494         * src/compose.c
14495         * src/exportldif.c
14496         * src/matcher_parser_parse.y
14497         * src/procmime.c
14498         * src/sourcewindow.c
14499         * src/common/Makefile.am
14500         * src/common/intl.h             ** REMOVED **
14501         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14502                 sync with main (revision 109)
14503                 and clean up
14504
14505 2005-02-16 [colin]      1.0.1cvs11.3
14506
14507         * src/summaryview.c
14508                 Fix collapsed thread not highlighting when new
14509                 messages in it (Bug 568) Patch by Stephan Sachse.
14510                 Fix messed up selection when reaching bounds (Bug 632)
14511         * src/prefs_themes.c
14512                 Fix theme installing (Bug 684)
14513
14514 2005-02-16 [colin]      1.0.1cvs11.2
14515
14516         * src/messageview.c
14517                 Fix messageview_select_all
14518
14519 2005-02-16 [colin]      1.0.1cvs11.1
14520
14521         * src/mh.c
14522                 Sync with HEAD (MH scan required function)
14523
14524 2005-02-15 [colin]      1.0.1cvs8.1
14525
14526         * src/mimeview.c
14527         * src/common/utils.c
14528                 Sync with HEAD (filename chars substitution)
14529
14530 2005-02-15 [colin]      1.0.1cvs7.3
14531
14532         * src/gtk/pluginwindow.c
14533                 Fix button spacing
14534
14535 2005-02-15 [colin]      1.0.1cvs7.2
14536
14537         * src/mimeview.c
14538                 Fix mime icons not reset across message when
14539                 scrolled down
14540
14541 2005-02-15 [colin]      1.0.1cvs7.1
14542
14543         * src/compose.c
14544         * src/procmime.c
14545                 Sync with HEAD (optimisation of cvs6)
14546
14547 2005-02-14 [colin]      1.0.1cvs6.1
14548
14549         * src/compose.c
14550         * src/procmime.c
14551                 Sync with HEAD (encode "From " at line beginning)
14552
14553 2005-02-14 [colin]      1.0.1cvs5.3
14554
14555         * src/compose.c
14556                 Fix wrapping with accentued chars.
14557
14558 2005-02-13 [colin]      1.0.1cvs5.2
14559
14560         * src/textview.c
14561                 Fix email informative part parsing with
14562                 accentued chars in it. ispunct() returns
14563                 true for them in utf8...
14564
14565 2005-02-12 [colin]      1.0.1cvs5.1
14566
14567         * src/filtering.c
14568                 Sync with HEAD (remove wrong use of compose after send)
14569
14570 2005-02-12 [paul]       1.0.1cvs4.5
14571
14572         * src/textview.c
14573                 remove unnecessary code (thanks to Alfons)
14574
14575 2005-02-12 [paul]       1.0.1cvs4.4
14576
14577         * src/textview.c
14578                 add 'Copy' to contextual menu on emails
14579
14580 2005-02-11 [colin]      1.0.1cvs4.3
14581
14582         * src/compose.c
14583                 revert 1.0.0cvs28.2, it doesn't work that well.
14584
14585 2005-02-11 [paul]       1.0.1cvs4.2
14586
14587         * po/Makefile.in.in
14588                 fix 'make release'
14589
14590 2005-02-10 [paul]       1.0.1cvs4.1
14591
14592         * ChangeLog
14593         * ChangeLog.claws
14594         * ChangeLog.jp
14595         * configure.ac
14596         * src/compose.c
14597                 sync with HEAD (sync with main)
14598
14599 2005-02-10 [paul]       1.0.1cvs3.2
14600
14601         * AUTHORS
14602         * Makefile.am
14603         * autogen.sh
14604         * configure.ac
14605         * config/mkinstalldirs
14606         * intl/.cvsignore
14607         * intl/ChangeLog
14608         * intl/VERSION
14609         * intl/bindtextdom.c
14610         * intl/config.charset
14611         * intl/dcgettext.c
14612         * intl/dcigettext.c
14613         * intl/dcngettext.c
14614         * intl/dgettext.c
14615         * intl/dngettext.c
14616         * intl/eval-plural.h
14617         * intl/explodename.c
14618         * intl/finddomain.c
14619         * intl/gettext.c
14620         * intl/gettextP.h
14621         * intl/gmo.h
14622         * intl/hash-string.h
14623         * intl/intl-compat.c
14624         * intl/l10nflist.c
14625         * intl/libgnuintl.h.in
14626         * intl/loadinfo.h
14627         * intl/loadmsgcat.c
14628         * intl/localcharset.c
14629         * intl/localcharset.h
14630         * intl/locale.alias
14631         * intl/localealias.c
14632         * intl/localename.c
14633         * intl/log.c
14634         * intl/ngettext.c
14635         * intl/os2compat.c
14636         * intl/os2compat.h
14637         * intl/osdep.c
14638         * intl/plural-exp.c
14639         * intl/plural-exp.h
14640         * intl/plural.c
14641         * intl/plural.y
14642         * intl/ref-add.sin
14643         * intl/ref-del.sin
14644         * intl/relocatable.c
14645         * intl/relocatable.h
14646         * intl/textdomain.c
14647         * m4/Makefile.am
14648         * po/Makefile.in.in
14649         * src/Makefile.am
14650         * src/account.c
14651         * src/action.c
14652         * src/addr_compl.c
14653         * src/addressadd.c
14654         * src/addressbook.c
14655         * src/addrgather.c
14656         * src/addrindex.c
14657         * src/alertpanel.c
14658         * src/browseldap.c
14659         * src/codeconv.c
14660         * src/codeconv.h
14661         * src/compose.c
14662         * src/compose.h
14663         * src/crash.c
14664         * src/editaddress.c
14665         * src/editbook.c
14666         * src/editgroup.c
14667         * src/editjpilot.c
14668         * src/editldap.c
14669         * src/editldap_basedn.c
14670         * src/editvcard.c
14671         * src/exphtmldlg.c
14672         * src/expldifdlg.c
14673         * src/export.c
14674         * src/exporthtml.c
14675         * src/filtering.c
14676         * src/folder.c
14677         * src/folder_item_prefs.c
14678         * src/foldersel.c
14679         * src/folderview.c
14680         * src/grouplistdialog.c
14681         * src/headerview.c
14682         * src/imap.c
14683         * src/imap_gtk.c
14684         * src/import.c
14685         * src/importldif.c
14686         * src/importmutt.c
14687         * src/importpine.c
14688         * src/inc.c
14689         * src/ldif.c
14690         * src/main.c
14691         * src/mainwindow.c
14692         * src/matcher.c
14693         * src/mbox.c
14694         * src/message_search.c
14695         * src/messageview.c
14696         * src/mh.c
14697         * src/mh_gtk.c
14698         * src/mimeview.c
14699         * src/msgcache.c
14700         * src/news.c
14701         * src/news_gtk.c
14702         * src/noticeview.c
14703         * src/partial_download.c
14704         * src/pop.c
14705         * src/prefs_account.c
14706         * src/prefs_actions.c
14707         * src/prefs_common.c
14708         * src/prefs_customheader.c
14709         * src/prefs_display_header.c
14710         * src/prefs_ext_prog.c
14711         * src/prefs_filtering.c
14712         * src/prefs_filtering_action.c
14713         * src/prefs_folder_item.c
14714         * src/prefs_fonts.c
14715         * src/prefs_gtk.c
14716         * src/prefs_matcher.c
14717         * src/prefs_msg_colors.c
14718         * src/prefs_spelling.c
14719         * src/prefs_summary_column.c
14720         * src/prefs_template.c
14721         * src/prefs_themes.c
14722         * src/prefs_toolbar.c
14723         * src/prefs_wrapping.c
14724         * src/privacy.c
14725         * src/procheader.c
14726         * src/procmime.c
14727         * src/procmsg.c
14728         * src/quote_fmt.c
14729         * src/recv.c
14730         * src/send_message.c
14731         * src/setup.c
14732         * src/sourcewindow.c
14733         * src/ssl_manager.c
14734         * src/statusbar.c
14735         * src/summary_search.c
14736         * src/summaryview.c
14737         * src/textview.c
14738         * src/toolbar.c
14739         * src/wizard.c
14740         * src/common/nntp.c
14741         * src/common/plugin.c
14742         * src/common/smtp.c
14743         * src/common/ssl.c
14744         * src/common/ssl_certificate.c
14745         * src/common/string_match.c
14746         * src/common/sylpheed.c
14747         * src/common/template.c
14748         * src/common/utils.c
14749         * src/gtk/about.c
14750         * src/gtk/colorlabel.c
14751         * src/gtk/description_window.c
14752         * src/gtk/filesel.c
14753         * src/gtk/foldersort.c
14754         * src/gtk/gtkaspell.c
14755         * src/gtk/gtkutils.c
14756         * src/gtk/inputdialog.c
14757         * src/gtk/logwindow.c
14758         * src/gtk/menu.c
14759         * src/gtk/pluginwindow.c
14760         * src/gtk/prefswindow.c
14761         * src/gtk/progressdialog.c
14762         * src/gtk/quicksearch.c
14763         * src/gtk/sslcertwindow.c
14764         * src/plugins/clamav/clamav_plugin.c
14765         * src/plugins/clamav/clamav_plugin_gtk.c
14766         * src/plugins/demo/demo.c
14767         * src/plugins/dillo_viewer/dillo_prefs.c
14768         * src/plugins/dillo_viewer/dillo_viewer.c
14769         * src/plugins/image_viewer/plugin.c
14770         * src/plugins/image_viewer/viewer.c
14771         * src/plugins/image_viewer/viewerprefs.c
14772         * src/plugins/mathml_viewer/mathml_viewer.c
14773         * src/plugins/pgpmime/passphrase.c
14774         * src/plugins/pgpmime/plugin.c
14775         * src/plugins/pgpmime/prefs_gpg.c
14776         * src/plugins/pgpmime/select-keys.c
14777         * src/plugins/pgpmime/sgpgme.c
14778         * src/plugins/spamassassin/spamassassin.c
14779         * src/plugins/spamassassin/spamassassin_gtk.c
14780         * src/plugins/trayicon/trayicon.c
14781                 sync with main (revision 104)
14782
14783 2005-02-10 [colin]      1.0.1cvs3.1
14784
14785         * src/mainwindow.c
14786                 Sync with HEAD (fix occasional crasher)
14787
14788 2005-02-10 [colin]      1.0.1cvs2.1
14789
14790         * src/messageview.c
14791                 Synw with HEAD (don't automatically display html)
14792
14793 2005-02-09 [colin]      1.0.1cvs1.3
14794
14795         * src/textview.c
14796         * src/textview.h
14797                 Add contextual menu on emails
14798
14799 2005-02-09 [colin]      1.0.1cvs1.2
14800
14801         * src/codeconv.c
14802                 Fix converting from broken headers and 
14803                 put back the _ in missing places
14804                 (feature broke with cvs24.2 sync, main 
14805                  possibly affected?)
14806
14807 2005-02-09 [colin]      1.0.1cvs1.1
14808
14809         * src/messageview.c
14810         * src/mimeview.c
14811         * src/mimeview.h
14812                 Sync with HEAD (display non text/plain mails with plugin)
14813
14814 2005-02-08 [colin]      1.0.1.1
14815
14816         * ChangeLog.claws
14817         * po/pt_BR.po
14818                 Sync with HEAD
14819         * configure.ac
14820                 Make default configuration directory 
14821                 be .sylpheed-gtk2
14822
14823 2005-02-08 [colin]      1.0.0cvs29.1
14824
14825         * po/de.po
14826         * po/es.po
14827         * po/fr.po
14828         * po/it.po
14829         * po/sk.po
14830         * po/sr.po
14831                 Sync translations with HEAD
14832
14833 2005-02-06 [colin]      1.0.0cvs28.3
14834
14835         * src/compose.c
14836                 Make compose a bit faster - patch by Alfons.
14837
14838 2005-02-06 [colin]      1.0.0cvs28.2
14839
14840         * src/compose.c
14841                 Make pasting via middle-click more reliable
14842
14843 2005-02-05 [paul]       1.0.0cvs28.1
14844
14845         * ChangeLog
14846         * ChangeLog.claws
14847         * ChangeLog.jp
14848         * configure.ac
14849         * src/compose.c
14850                 sync with HEAD
14851                 (fix bug 682 'redirect is broken'
14852
14853 2005-02-05 [torte]      1.0.0cvs27.1
14854
14855         * ChangeLog.claws
14856         * configure.ac
14857         * src/partial_download.c
14858                 Sync with HEAD (fix buf overflow)
14859
14860 2005-02-03 [colin]      1.0.0cvs26.1
14861
14862         * src/common/plugin.c
14863                 Sync with HEAD (avoid plugin mismatches)
14864
14865 2005-02-03 [paul]       1.0.0cvs25.3
14866
14867         * src/folderview.c
14868         * src/headerview.c
14869         * src/summaryview.c
14870         * src/textview.c
14871         * src/gtk/colorlabel.c
14872                 third and final part of initial sync with main-gtk2
14873
14874 2005-02-03 [paul]       1.0.0cvs25.2
14875
14876         * src/jpilot.c
14877                 fix building with jpilot support
14878
14879 2005-02-02 [colin]      1.0.0cvs25.1
14880
14881         * src/messageview.c
14882                 Sync with HEAD (fix dangerous typo)
14883
14884 2005-02-01 [colin]      1.0.0cvs24.3
14885
14886         * src/common/xml.c
14887                 Write file as advertised (UTF-8)
14888
14889 2005-02-01 [paul]       1.0.0cvs24.2
14890
14891         * src/addrbook.c
14892         * src/addrindex.c
14893         * src/alertpanel.h
14894         * src/codeconv.c
14895         * src/codeconv.h
14896         * src/compose.c
14897         * src/export.c
14898         * src/folder_item_prefs.c
14899         * src/html.c
14900         * src/imap.c
14901         * src/import.c
14902         * src/jpilot.c
14903         * src/mainwindow.c
14904         * src/matcher_parser_lex.l
14905         * src/messageview.c
14906         * src/mh.c
14907         * src/prefs_account.c
14908         * src/prefs_actions.c
14909         * src/prefs_common.c
14910         * src/prefs_gtk.c
14911         * src/prefs_gtk.h
14912         * src/prefs_themes.c
14913         * src/procheader.c
14914         * src/procmime.c
14915         * src/sourcewindow.c
14916         * src/statusbar.c
14917         * src/summaryview.c
14918         * src/textview.c
14919         * src/toolbar.c
14920         * src/unmime.c
14921         * src/common/template.c
14922         * src/common/utils.c
14923         * src/common/xml.c
14924         * src/common/xml.h
14925         * src/gtk/gtkaspell.c
14926         * src/plugins/clamav/clamav_plugin.c
14927         * src/plugins/dillo_viewer/dillo_prefs.c
14928         * src/plugins/image_viewer/viewerprefs.c
14929         * src/plugins/pgpmime/passphrase.c
14930         * src/plugins/pgpmime/prefs_gpg.c
14931         * src/plugins/pgpmime/select-keys.c
14932         * src/plugins/spamassassin/spamassassin.c
14933                 second part of initial sync with main-gtk2
14934                 (more to follow)
14935
14936 2005-01-31 [colin]      1.0.0cvs24.1
14937
14938         * src/compose.c
14939                 Sync with HEAD
14940
14941 2005-01-29 [paul]       1.0.0cvs23.2
14942
14943         * src/account.c
14944         * src/action.c
14945         * src/addressadd.c
14946         * src/addressbook.c
14947         * src/alertpanel.c
14948         * src/compose.c
14949         * src/editaddress.c
14950         * src/editbook.c
14951         * src/editgroup.c
14952         * src/editjpilot.c
14953         * src/editldap.c
14954         * src/editldap_basedn.c
14955         * src/editvcard.c
14956         * src/export.c
14957         * src/foldersel.c
14958         * src/grouplistdialog.c
14959         * src/import.c
14960         * src/importldif.c
14961         * src/inc.c
14962         * src/main.c
14963         * src/mainwindow.c
14964         * src/message_search.c
14965         * src/messageview.c
14966         * src/mimeview.c
14967         * src/prefs_actions.c
14968         * src/prefs_common.c
14969         * src/prefs_common.h
14970         * src/prefs_customheader.c
14971         * src/prefs_display_header.c
14972         * src/prefs_filtering.c
14973         * src/prefs_filtering_action.c
14974         * src/prefs_gtk.c
14975         * src/prefs_matcher.c
14976         * src/prefs_summary_column.c
14977         * src/prefs_template.c
14978         * src/sourcewindow.c
14979         * src/summary_search.c
14980         * src/summaryview.c
14981         * src/textview.c
14982         * src/gtk/about.c
14983         * src/gtk/description_window.c
14984         * src/gtk/gtkshruler.c
14985         * src/gtk/gtkutils.c
14986         * src/gtk/gtkutils.h
14987         * src/gtk/inputdialog.c
14988         * src/gtk/logwindow.c
14989         * src/gtk/prefswindow.c
14990         * src/gtk/progressdialog.c
14991         * src/gtk/progressdialog.h
14992                 first part of initial sync with main-gtk2
14993                 (more to follow)
14994
14995 2005-01-28 [colin]      1.0.0cvs23.1
14996
14997         * src/folderview.c
14998                 Sync with HEAD
14999
15000 2005-01-27 [colin]      1.0.0cvs21.1
15001
15002         * src/folder.c
15003         * src/folderview.c
15004                 Sync with HEAD
15005
15006 2005-01-27 [colin]      1.0.0cvs19.1
15007
15008         * src/procmime.c
15009                 Sync with HEAD
15010
15011 2005-01-27 [colin]      1.0.0cvs18.1
15012
15013         * src/messageview.c
15014         * src/summaryview.c
15015         * src/mainwindow.c
15016         * src/compose.c
15017         * src/compose.h
15018         * src/procmsg.c
15019         * src/procmsg.h
15020         * src/toolbar.c
15021                 Sync with HEAD
15022
15023 2005-01-26 [paul]       1.0.0cvs15.2
15024
15025         * src/compose.c
15026                 compose_entries_set(): convert subject and body to
15027                 utf8 if necessary. patch by Felix Eckhofer
15028
15029 2005-01-26 [paul]       1.0.0cvs15.1
15030
15031         * configure.ac
15032         * src/common/template.c
15033                 sync with HEAD (fix memory leak)
15034
15035 2005-01-25 [paul]       1.0.0cvs14.1
15036
15037         * configure.ac
15038         * src/compose.c
15039                 sync with HEAD
15040
15041 2005-01-24 [colin]      1.0.0cvs13.1
15042
15043         * src/summaryview.c
15044                 Sync with HEAD
15045
15046 2005-01-24 [paul]       1.0.0cvs12.1
15047
15048         * configure.ac
15049         * src/messageview.c
15050         * src/mh.c
15051         * src/common/utils.c
15052                 sync with HEAD
15053
15054 2005-01-24 [colin]      1.0.0cvs11.1
15055
15056         * src/procheader.c
15057                 Sync with HEAD
15058
15059 2005-01-24 [colin]      1.0.0cvs10.1
15060
15061         * src/folderview.c
15062                 Sync with HEAD
15063
15064 2005-01-23 [colin]      1.0.0cvs9.1
15065
15066         * src/crash.c
15067                 Sync with HEAD
15068
15069 2005-01-22 [colin]      1.0.0cvs8.1
15070
15071         * src/summaryview.c
15072         * src/gtk/quicksearch.c
15073                 Sync with HEAD
15074
15075 2005-01-21 [colin]      1.0.0cvs7.1
15076
15077         * src/summaryview.c
15078                 Sync with HEAD
15079
15080 2005-01-21 [colin]      1.0.0cvs6.1
15081
15082         * src/summaryview.c
15083                 Sync with HEAD
15084
15085 2005-01-21 [colin]      1.0.0cvs5.1
15086
15087         * src/gtk/quicksearch.c
15088         * src/prefs_common.c
15089         * src/prefs_common.h
15090                 Sync with HEAD (recurse option)
15091
15092 2005-01-21 [colin]      1.0.0cvs4.1
15093
15094         * src/folder.h
15095         * src/folderview.c
15096         * src/folderview.h
15097         * src/summaryview.c
15098         * src/gtk/quicksearch.c
15099         * src/gtk/quicksearch.h
15100                 Sync with HEAD (recursive quicksearch)
15101
15102 2005-01-20 [colin]      1.0.0cvs3.4
15103
15104         * src/ssl_manager.c
15105                 Remove useless code
15106
15107 2005-01-20 [colin]      1.0.0cvs3.3
15108
15109         * src/ssl_manager.c
15110                 Fix leak, thanks to Alfons.
15111
15112 2005-01-20 [colin]      1.0.0cvs3.2
15113
15114         * src/ssl_manager.c
15115                 Port SSL certificate window to GTK2.
15116
15117 2005-01-20 [paul]       1.0.0cvs3.1
15118
15119         * ChangeLog.claws
15120         * configure.ac
15121         * src/addrindex.c
15122         * src/addrindex.h
15123                 sync with HEAD
15124
15125 2005-01-19 [colin]      1.0.0cvs2.2
15126
15127         * src/plugins/trayicon/trayicon.c
15128                 Fix freeze with gtk-2.6, the easy way
15129                 (signal blocking helpless there...)
15130                 Closes bug #668.
15131
15132 2005-01-19 [colin]      1.0.0cvs2.1
15133
15134         * src/mbox.c
15135         * src/mbox.h
15136         * src/mainwindow.c
15137         * src/summaryview.c
15138         * src/summaryview.h
15139                 Sync with HEAD
15140
15141 2005-01-19 [paul]       1.0.0cvs1.1
15142
15143         * configure.ac
15144         * po/de.po
15145         * po/es.po
15146         * po/fr.po
15147         * po/hr.po
15148         * po/it.po
15149         * po/ja.po
15150         * po/ko.po
15151         * po/pt_BR.po
15152         * po/ru.po
15153         * po/sk.po
15154         * po/sr.po
15155                 sync with HEAD (update translations)
15156
15157 2005-01-18 [colin]      1.0.0cvs0.1
15158
15159         * src/foldersel.c
15160                 Specify search column - patch by Alfons
15161
15162 2005-01-18 [colin]      0.9.13cvs36.3
15163
15164         * src/prefs_toolbar.c
15165                 Change Delete to Remove
15166         * src/prefs_fonts.c
15167                 GTK2 version and leak fixes
15168         * src/prefs_actions.c
15169                 Add stock buttons.
15170                 All patches by Alfons
15171
15172 2005-01-17 [colin]      0.9.13cvs36.2
15173
15174         * src/compose.c
15175                 Fix DnD inserting twice. While at it,
15176                 add DnD support for text/plain in the
15177                 body, and add support in the headers.
15178
15179 2005-01-16 [colin]      0.9.13cvs36.1
15180
15181         * ChangeLog
15182         * ChangeLog.jp
15183         * ChangeLog.claws
15184                 Sync with HEAD (nothing applicable)
15185
15186 2005-01-16 [colin]      0.9.13cvs33.2
15187
15188         * src/prefs_toolbar.c
15189                 GTK2ize prefs_toolbar, by Alfons.
15190
15191 2005-01-14 [colin]      0.9.13cvs33.1
15192
15193         * src/html.c
15194         * src/msgcache.c
15195                 Sync with HEAD
15196
15197 2005-01-14 [colin]      0.9.13cvs32.1
15198
15199         * src/html.c
15200         * src/html.h
15201         * src/msgcache.c
15202         * AUTHORS
15203         * tools/calypso_convert.pl
15204                 Sync with HEAD
15205
15206 2005-01-08 [colin]      0.9.13cvs29.2
15207
15208         * src/prefs_filtering_action.c
15209         * src/prefs_filtering.c
15210                 2 more gtk2 patches by Alfons
15211
15212 2005-01-07 [paul]       0.9.13cvs29.1
15213
15214         * ChangeLog
15215         * ChangeLog.claws
15216         * ChangeLog.jp
15217         * configure.ac
15218         * src/pop.c
15219         * src/pop.h
15220                 sync with HEAD
15221
15222 2005-01-07 [colin]      0.9.13cvs28.3
15223
15224         * src/gtk/progressdialog.c
15225         * src/gtk/progressdialog.h
15226         * src/inc.c
15227         * src/send_message.c
15228                 GTK2 for the incorporation dialog. The CList isn't dead
15229                 yet, for a more smooth migration. Patch by Alfons.
15230
15231 2005-01-06 [colin]      0.9.13cvs28.2
15232
15233         * src/prefs_display_header.c
15234                 GTK2 conversion by Alfons
15235         * src/prefs_actions.c
15236         * src/prefs_matcher.c
15237                 Fix 2 leaks - patch by Alfons
15238
15239 2005-01-06 [colin]      0.9.13cvs28.1
15240
15241         * src/prefs_matcher.c
15242                 Sync with HEAD
15243
15244 2005-01-06 [colin]      0.9.13cvs27.4
15245
15246         * src/prefs_matcher.c
15247                 Fix double-free. Patch by Alfons
15248
15249 2005-01-06 [colin]      0.9.13cvs27.3
15250
15251         * src/prefs_matcher.c
15252                 GTK2 widgets + memleak
15253                 Patch by Alfons
15254
15255 2005-01-05 [colin]      0.9.13cvs27.2
15256
15257         * src/account.c
15258         * src/addr_compl.c
15259         * src/foldersel.c
15260         * src/stock_pixmap.c
15261         * src/stock_pixmap.h
15262                 3 more GTK2 patches by Alfons.
15263
15264 2005-01-04 [colin]      0.9.13cvs27.1
15265
15266         * src/folderview.c
15267         * src/imap_gtk.c
15268         * src/news_gtk.c
15269                 Sync with HEAD
15270
15271 2005-01-04 [colin]      0.9.13cvs25.9
15272
15273         * src/compose.c
15274                 Fix Show Ruler menuitem
15275         * src/prefs_template.c
15276                 Convert to GTK2
15277         * src/common/utils.c
15278                 Make auto pointer stuff handles NULLs
15279                 Patches by Alfons.
15280
15281 2005-01-04 [colin]      0.9.13cvs25.8
15282
15283         * src/compose.c
15284                 Move the attachment list to gtk2
15285                 Patch by Alfons.
15286
15287 2005-01-04 [colin]      0.9.13cvs25.7
15288
15289         * src/textview.c
15290                 Make some keys work again
15291                 Patch by SungHyun Nam <namsh@kldp.org>
15292
15293 2005-01-04 [colin]      0.9.13cvs25.6
15294
15295         * src/gtk/gtkshruler.c
15296                 Move the ruler to GTK2
15297                 Patch by Alfons
15298
15299 2005-01-03 [colin]      0.9.13cvs25.5
15300
15301         * src/compose.c
15302                 Fix my broken patch apply 
15303
15304 2005-01-03 [colin]      0.9.13cvs25.4
15305
15306         * src/common/utils.c
15307         * src/common/utils.h
15308         * src/gtk/prefswindow.c
15309                 Move auto pointer stuff to utils.c
15310                 Patch by Alfons again :)
15311
15312 2005-01-03 [colin]      0.9.13cvs25.3
15313
15314         * src/compose.c
15315         * src/prefs_gtk.c
15316         * src/prefs_template.c
15317         * src/textview.c
15318                 Empty text widgets with empty strings, not NULL char
15319                 Patch by SungHyun Nam <namsh@kldp_org>
15320
15321 2005-01-03 [colin]      0.9.13cvs25.2
15322
15323         * src/main.c
15324         * AUTHORS
15325                 Sync with HEAD
15326
15327 2005-01-03 [colin]      0.9.13cvs25.1
15328
15329         * src/pop.c
15330         * src/pop.h
15331                 Sync with HEAD
15332
15333 2005-01-03 [colin]      0.9.13cvs24.3
15334
15335         * src/account.c
15336                 Two patches from Alfons and Alex S Moore:
15337                 fix images, fix return value.
15338
15339 2005-01-01 [colin]      0.9.13cvs24.2
15340
15341         * src/prefs_actions.c
15342                 Fix over-zealous assertion. Patch by Alfons
15343
15344 2005-01-01 [colin]      0.9.13cvs24.1
15345
15346         * src/procmime.c
15347                 Sync with HEAD (leak fix)
15348
15349 2004-12-31 [colin]      0.9.13cvs23.2
15350
15351         * src/prefs_common.c
15352                 GTK2 widgets + stock buttons - patch by Alfons
15353
15354 2004-12-31 [paul]       0.9.13cvs23.1
15355
15356         * configure.ac
15357                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15358         * src/gtk/pluginwindow.c
15359                 use GTK2 widgets and plug memory leaks,
15360                 patches by Alfons
15361
15362 2004-12-30 [colin]      0.9.13cvs22.4
15363
15364         * src/account.c
15365         * src/action.c
15366         * src/export.c
15367         * src/foldersel.c
15368         * src/import.c
15369         * src/message_search.c
15370         * src/prefs_actions.c
15371         * src/prefs_common.c
15372         * src/prefs_customheader.c
15373         * src/prefs_filtering.c
15374         * src/prefs_summary_column.c
15375         * src/summary_search.c
15376         * src/gtk/about.c
15377         * src/gtk/description_window.c
15378         * src/gtk/gtkutils.c
15379         * src/gtk/gtkutils.h
15380         * src/gtk/inputdialog.c
15381         * src/gtk/prefswindow.c
15382                 Use GTK2 stock buttons. Patches by Alfons.
15383
15384 2004-12-30 [colin]      0.9.13cvs22.3
15385
15386         * src/account.c
15387                 Sync with HEAD
15388         * src/prefs_actions.c
15389         * src/prefs_customheader.c
15390         * src/prefs_filtering.c
15391         * src/prefs_msg_colors.c
15392         * src/prefs_summary_column.c
15393         * src/gtk/prefswindow.c
15394                 Use GtkTreeView instead of deprecated 
15395                 widgets. Patches by Alfons.
15396
15397 2004-12-30 [paul]       0.9.13cvs22.2
15398
15399         * src/foldersel.c
15400                 use GTK 2 Tree View
15401                 patch by Alfons, with root folder sorting fix
15402                 by Stephan Sachse
15403
15404 2004-12-30 [paul]       0.9.13cvs22.1
15405
15406         * ChangeLog
15407         * ChangeLog.claws
15408         * ChangeLog.jp
15409         * NEWS
15410         * configure.ac
15411         * src/account.c
15412                 sync with HEAD
15413
15414 2004-12-22 [martin]     0.9.13cvs21.2
15415
15416         * src/action.c
15417                 free the command line after its use
15418
15419 2004-12-18 [paul]       0.9.13cvs21.1
15420
15421         * AUTHORS
15422         * ChangeLog
15423         * ChangeLog.claws
15424         * ChangeLog.jp
15425         * NEWS
15426         * configure.ac
15427         * src/action.c
15428         * src/compose.c
15429         * src/syldap.c
15430                 sync with HEAD
15431
15432 2004-12-17 [martin]     0.9.13cvs17.2
15433
15434         * src/action.c
15435                 convert actions input to locale
15436         * src/inc.c
15437                 convert notification command to locale
15438         * src/plugins/pgpmime/select-keys.c
15439                 convert attributes to utf8
15440
15441 2004-12-14 [colin]      0.9.13cvs17.1
15442
15443         * ChangeLog
15444         * ChangeLog.jp
15445         * ChangeLog.claws
15446         * src/action.c
15447         * src/common/utils.c
15448         * src/gtk/prefswindow.c
15449         * src/gtk/gtkutils.c
15450         * src/gtk/gtkutils.h
15451         * src/plugins/spamassassin/libspamc.c
15452                 Sync with HEAD
15453
15454 2004-12-13 [colin]      0.9.13cvs14.1
15455
15456         * src/quote_fmt_parse.y
15457                 Sync with HEAD
15458
15459 2004-12-10 [colin]      0.9.13cvs12.1
15460
15461         * src/prefs_themes.c
15462         * src/mainwindow.c
15463         * src/messageview.c
15464                 Sync with HEAD
15465
15466 2004-12-09 [colin]      0.9.13cvs10.1
15467
15468         * src/procmime.c
15469                 Sync with HEAD (fix B64 encoding from memory)
15470
15471 2004-12-08 [colin]      0.9.13cvs9.1
15472
15473         * src/gtk/colorlabel.c
15474                 Sync with HEAD
15475
15476 2004-12-08 [paul]       0.9.13cvs8.2
15477
15478         * src/gtk/pluginwindow.c
15479                 fix window resizing oddities
15480
15481 2004-12-08 [colin]      0.9.13cvs8.1
15482
15483         * src/quote_fmt_parse.y
15484                 Sync with HEAD
15485
15486 2004-12-08 [colin]      0.9.13cvs7.1
15487
15488         * src/matcher_parser_parse.y
15489         * src/msgcache.c
15490         * src/prefs_matcher.c
15491         * src/procheader.c
15492         * src/matcher.c
15493         * src/common/defs.h
15494         * po/sr.po
15495                 Sync with HEAD
15496
15497 2004-12-08 [colin]      0.9.13cvs6.1
15498
15499         * src/quote_fmt_parse.y
15500         * src/textview.c
15501                 Sync with HEAD
15502         * src/gtk/prefswindow.c
15503         * src/gtk/pluginwindow.c
15504                 Fix G_CALLBACKS protos (thanks to Alfons)
15505
15506 2004-12-07 [torte]      0.9.13cvs2.2
15507
15508         * src/procmime.c
15509                 [Bug 650] reply button causes crash
15510                 Thanks to David Relson and Christoph
15511
15512 2004-12-07 [colin]      0.9.13cvs2.1
15513
15514         * ChangeLog.claws
15515         * AUTHORS
15516         * po/sk.po
15517         * src/procmime.c
15518         * src/prefs_account.c
15519         * src/common/smtp.c
15520         * src/common/smtp.h
15521                 Sync with HEAD
15522
15523 2004-12-06 [colin]      0.9.12cvs187.1
15524
15525         * ChangeLog.claws
15526         * INSTALL
15527         * Makefile.am
15528         * README.claws
15529         * TODO.claws
15530         * configure.ac
15531         * po/bg.po
15532         * po/cs.po
15533         * po/el.po
15534         * po/en_GB.po
15535         * po/es.po
15536         * po/fr.po
15537         * po/hr.po
15538         * po/hu.po
15539         * po/it.po
15540         * po/ja.po
15541         * po/ko.po
15542         * po/nl.po
15543         * po/pl.po
15544         * po/pt_BR.po
15545         * po/ru.po
15546         * po/sk.po
15547         * po/sr.po
15548         * po/sv.po
15549         * po/zh_CN.po
15550         * po/zh_TW.Big5.po
15551         * src/compose.c
15552         * tools/Makefile.am
15553         * tools/README
15554         * tools/filter_conv.pl
15555         * tools/kdeservicemenu/README
15556         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15557         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15558                 Sync with HEAD
15559
15560 2004-12-04 [colin]      0.9.12cvs183.1
15561
15562         * src/compose.c
15563                 Sync with HEAD (compose window position saving)
15564
15565 2004-12-04 [paul]       0.9.12cvs182.3
15566
15567         * src/messageview.c
15568         * src/mimeview.c
15569         * src/prefs_customheader.c
15570         * src/gtk/quicksearch.c
15571                 replace some forgotten GTK_SIGNAL_FUNCs
15572
15573 2004-12-04 [paul]       0.9.12cvs182.2
15574
15575         * src/Makefile.am
15576                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15577                 committed in error      
15578
15579 2004-12-04 [paul]       0.9.12cvs182.1
15580
15581         * ChangeLog
15582         * ChangeLog.claws
15583         * ChangeLog.jp
15584         * INSTALL
15585         * NEWS
15586         * README
15587         * README.jp
15588         * configure.ac
15589         * doc/manual/ja/Makefile.am
15590         * doc/manual/ja/sylpheed-1.html
15591         * doc/manual/ja/sylpheed-10.html
15592         * doc/manual/ja/sylpheed-11.html
15593         * doc/manual/ja/sylpheed-12.html
15594         * doc/manual/ja/sylpheed-13.html
15595         * doc/manual/ja/sylpheed-14.html
15596         * doc/manual/ja/sylpheed-15.html
15597         * doc/manual/ja/sylpheed-16.html
15598         * doc/manual/ja/sylpheed-17.html
15599         * doc/manual/ja/sylpheed-18.html
15600         * doc/manual/ja/sylpheed-19.html
15601         * doc/manual/ja/sylpheed-2.html
15602         * doc/manual/ja/sylpheed-20.html
15603         * doc/manual/ja/sylpheed-3.html
15604         * doc/manual/ja/sylpheed-4.html
15605         * doc/manual/ja/sylpheed-5.html
15606         * doc/manual/ja/sylpheed-6.html
15607         * doc/manual/ja/sylpheed-7.html
15608         * doc/manual/ja/sylpheed-8.html
15609         * doc/manual/ja/sylpheed-9.html
15610         * doc/manual/ja/sylpheed.html
15611         * doc/manual/ja/sylpheed.sgml
15612         * po/de.po
15613         * src/Makefile.am
15614         * src/compose.c
15615         * src/procmime.c
15616         * src/pixmaps/regular.xpm **REMOVED**
15617         * src/plugins/pgpmime/pgpmime.c
15618         * src/plugins/pgpmime/plugin.c
15619         * src/plugins/pgpmime/prefs_gpg.c
15620                 sync with HEAD
15621
15622 2004-12-03 [paul]       0.9.12cvs180.1
15623
15624         * ChangeLog
15625         * ChangeLog.claws
15626         * ChangeLog.jp
15627         * configure.ac
15628         * src/Makefile.am
15629         * src/pop.c
15630         * src/common/utils.c
15631         * src/common/utils.h
15632         * src/pixmaps/continue.xpm
15633         * src/pixmaps/dir_close.xpm
15634         * src/pixmaps/dir_open.xpm
15635         * src/pixmaps/drafts_close.xpm
15636         * src/pixmaps/drafts_open.xpm
15637         * src/pixmaps/folder.xpm **REMOVED**
15638         * src/pixmaps/group.xpm
15639         * src/pixmaps/unread.xpm
15640                 sync with HEAD
15641
15642 2004-12-02 [colin]      0.9.12cvs179.1
15643
15644         * src/compose.c
15645                 Sync with HEAD (non-duplicated reedition)
15646
15647 2004-12-02 [colin]      0.9.12cvs178.1
15648
15649         * src/compose.c
15650                 Sync with HEAD (linewrap_quote fix)
15651
15652 2004-12-01 [colin]      0.9.12cvs177.3
15653
15654         * src/addrharvest.c
15655                 Replace sizeof with strlen
15656
15657 2004-12-01 [paul]       0.9.12cvs177.2
15658
15659         * src/addrharvest.c
15660                 fix 'harvest addresses'
15661
15662 2004-11-30 [colin]      0.9.12cvs177.1
15663
15664         * src/gtk/prefswindow.c
15665         * src/gtk/pluginwindow.c
15666                 Sync with HEAD
15667
15668 2004-11-29 [colin]      0.9.12cvs176.1
15669
15670         * src/folderview.c
15671                 sync with HEAD (Fix disappearing separators in folderview's popup)
15672
15673 2004-11-29 [colin]      0.9.12cvs175.1
15674
15675         * src/procmime.c
15676                 Sync with head (another format fix)
15677
15678 2004-11-29 [colin]      0.9.12cvs174.1
15679
15680         * src/pop.c
15681                 Sync with HEAD (format string fix)
15682
15683 2004-11-26 [colin]      0.9.12cvs173.1
15684
15685         * src/common/smtp.c
15686         * src/common/smtp.h
15687                 Sync with HEAD
15688
15689 2004-11-24 [colin]      0.9.12cvs172.1
15690
15691         * src/plugins/pgpmime/pgpmime.c
15692                 Sync with HEAD
15693
15694 2004-11-24 [colin]      0.9.12cvs171.1
15695
15696         * src/plugins/pgpmime/pgpmime.c
15697                 Sync with head (gpgmectx leaks)
15698
15699 2004-11-24 [colin]      0.9.12cvs169.1
15700
15701         * src/plugins/pgpmime/plugin.c
15702         * src/plugins/trayicon/Makefile.am
15703         * src/plugins/trayicon/newmarkedmail.xpm
15704         * src/plugins/trayicon/trayicon.c
15705         * src/plugins/trayicon/unreadmarkedmail.xpm
15706                 Sync with HEAD
15707
15708 2004-11-23 [colin]      0.9.12cvs168.1
15709
15710         * src/partial_download.c
15711         * src/partial_download.h
15712         * src/plugins/pgpmime/plugin.c
15713                 Sync with HEAD
15714
15715 2004-11-23 [colin]      0.9.12cvs166.1
15716
15717         * src/Makefile.am
15718         * src/codeconv.c
15719         * src/compose.c
15720         * src/folderview.c
15721         * src/main.c
15722         * src/partial_download.c
15723         * src/partial_download.h
15724         * src/prefs_account.c
15725         * src/prefs_account.h
15726         * src/privacy.c
15727         * src/privacy.h
15728         * src/procmime.c
15729         * src/common/Makefile.am
15730         * src/common/base64.h
15731         * src/common/partial_download.c
15732         * src/common/partial_download.h
15733         * src/gtk/prefswindow.c
15734         * src/gtk/prefswindow.h
15735         * src/plugins/pgpmime/pgpmime.c
15736         * src/plugins/pgpmime/prefs_gpg.c
15737         * src/plugins/pgpmime/prefs_gpg.h
15738         * src/plugins/pgpmime/sgpgme.c
15739         * src/plugins/pgpmime/sgpgme.h
15740                 Sync with HEAD
15741
15742 2004-11-23 [colin]      0.9.12cvs163.1
15743
15744         * src/main.c
15745                 Sync with HEAD (cursor optimization)
15746
15747 2004-11-23 [colin]      0.9.12cvs162.1
15748
15749         * src/prefs_common.c
15750         * src/prefs_themes.c
15751         * src/procmsg.c
15752                 Sync with HEAD
15753
15754 2004-11-23 [colin]      0.9.12cvs158.9
15755
15756         * src/compose.c
15757                 Fix double-free when forwarding
15758         * src/msgcache.c
15759                 Fix leak on error path
15760                 
15761
15762 2004-11-23 [colin]      0.9.12cvs158.8
15763
15764         * src/compose.c
15765                 Fix possible double-free
15766                 Spotted by Alfons
15767
15768 2004-11-23 [colin]      0.9.12cvs158.7
15769
15770         * src/compose.c
15771                 Fix some signal handlers' prototypes
15772                 Spotted by Alfons
15773
15774 2004-11-22 [colin]      0.9.12cvs158.6
15775
15776         * src/compose.c
15777                 Remove unneeded code and duplicated
15778                 wrapping - patch by Alfons
15779
15780 2004-11-22 [colin]      0.9.12cvs158.5
15781
15782         * src/prefs_themes.c
15783                 Fix oversized selector
15784
15785 2004-11-22 [colin]      0.9.12cvs158.4
15786
15787         * src/compose.c
15788                 fix dump_text()
15789                 patch by Alfons
15790
15791 2004-11-19 [colin]      0.9.12cvs158.3
15792
15793         * src/textview.c
15794                 Add a context menu on links (open, copy)
15795
15796 2004-11-18 [paul]       0.9.12cvs158.2
15797
15798         * src/addrgather.c
15799         * src/exphtmldlg.c
15800         * src/expldifdlg.c
15801         * src/mimeview.c
15802         * src/prefs_common.c
15803         * src/plugins/image_viewer/viewer.c
15804         * src/plugins/spamassassin/spamassassin_gtk.c
15805                 replace deprecated gtk_notebook_set_page
15806                 and gtk_notebook_current_page
15807
15808 2004-11-18 [paul]       0.9.12cvs158.1
15809
15810         * configure.ac
15811         * src/compose.c
15812         * src/mainwindow.c
15813         * src/messageview.c
15814         * src/prefs_common.c
15815         * src/common/utils.c
15816         * src/common/utils.h
15817                 sync with HEAD
15818
15819 2004-11-17 [colin]      0.9.12cvs156.1
15820
15821         * src/prefs_account.c
15822         * src/prefs_account.h
15823         * src/procmsg.c
15824                 Sync with HEAD (add pref to store encrypted mails encrypted)
15825
15826 2004-11-17 [paul]       0.9.12cvs155.1
15827
15828         * ChangeLog
15829         * ChangeLog.claws
15830         * ChangeLog.jp
15831         * NEWS
15832         * configure.ac
15833         * src/compose.c
15834         * src/jpilot.c
15835         * src/privacy.c
15836         * src/procmime.c
15837         * src/procmime.h
15838         * src/procmsg.c
15839         * src/toolbar.c
15840         * src/pixmaps/error.xpm
15841                 sync with HEAD
15842
15843 2004-11-17 [colin]      0.9.12cvs151.1
15844
15845         * src/plugins/pgpmime/pgpmime.c
15846                 Sync with HEAD (remove debug printf)
15847
15848 2004-11-17 [colin]      0.9.12cvs150.1
15849
15850         * src/plugins/pgpmime/pgpmime.c
15851                 Sync with HEAD (off-by-one fix)
15852
15853 2004-11-17 [colin]      0.9.12cvs149.1
15854
15855         * src/procmsg.c
15856                 Sync with HEAD (coding style fixes)
15857
15858 2004-11-16 [colin]      0.9.12cvs148.1
15859
15860         * src/procmsg.c
15861                 Sync with head (Fix the fix)
15862
15863 2004-11-16 [colin]      0.9.12cvs147.1
15864
15865         * src/procmsg.c
15866                 Sync with Main (leak fix)
15867
15868 2004-11-16 [colin]      0.9.12cvs146.14
15869
15870         * src/compose.c
15871                 Remove useless chunk of code
15872                 Patch by Alfons
15873
15874 2004-11-15 [colin]      0.9.12cvs146.13
15875
15876         * src/compose.c
15877                 Fix drafting after insertion
15878                 Patch by Alfons
15879
15880 2004-11-15 [colin]      0.9.12cvs146.12
15881
15882         * src/compose.c
15883         * src/prefs_filtering.c
15884         * src/prefs_filtering_action.c
15885         * src/prefs_toolbar.c
15886                 Fix some const-correctness
15887
15888 2004-11-15 [colin]      0.9.12cvs146.11
15889
15890         * src/summaryview.c
15891         * src/prefs_themes.c
15892         * src/messageview.c
15893                 Fix some leaks
15894
15895 2004-11-15 [colin]      0.9.12cvs146.10
15896
15897         * src/codeconv.c
15898                 More unreadable locale fixes
15899
15900 2004-11-14 [colin]      0.9.12cvs146.9
15901
15902         * src/textview.c
15903                 Fix uri_security_check
15904                 Patch by Alfons
15905
15906 2004-11-13 [paul]       0.9.12cvs146.8
15907
15908         * src/folder.c
15909         * src/procmime.c
15910                 fix 2 bugs introduced in last commit
15911
15912 2004-11-13 [paul]       0.9.12cvs146.7
15913
15914         * src/compose.c
15915         * src/exporthtml.c
15916         * src/exportldif.c
15917         * src/folder.c
15918         * src/imap.c
15919         * src/imap_gtk.c
15920         * src/main.c
15921         * src/mainwindow.c
15922         * src/messageview.c
15923         * src/mh_gtk.c
15924         * src/prefs_themes.c
15925         * src/procmime.c
15926         * src/setup.c
15927         * src/summaryview.c
15928                 replace deprecated g_basename
15929
15930 2004-11-13 [paul]       0.9.12cvs146.6
15931
15932         * src/compose.c
15933         * src/imap.c
15934         * src/matcher_parser.h
15935         * src/matcher_parser_parse.y
15936         * src/prefs_filtering.c
15937         * src/prefs_filtering_action.c
15938         * src/prefs_themes.c
15939         * src/prefs_toolbar.c
15940         * src/common/utils.c
15941                 various small fixes/cleanups
15942
15943 2004-11-12 [colin]      0.9.12cvs146.5
15944
15945         * src/textview.c
15946                 Validate event's origin on visibility notify
15947                 Patch by Alfons.
15948
15949 2004-11-12 [paul]       0.9.12cvs146.4
15950
15951         * src/exporthtml.c
15952         * src/exportldif.c
15953         * src/imap.c
15954         * src/mh.c
15955         * src/mimeview.c
15956         * src/prefs_spelling.c
15957         * src/prefs_themes.c
15958                 replace deprecated g_dirname    
15959
15960 2004-11-12 [colin]      0.9.12cvs146.3
15961
15962         * src/textview.c
15963                 Some coding style fixes
15964
15965 2004-11-12 [colin]      0.9.12cvs146.2
15966
15967         * src/codeconv.c
15968                 We want to replace _all_ extended chars in
15969                 conv_unreadable_*, because any string containing
15970                 extended chars not parsing as UTF8 is 
15971                 undisplayed on gtk2.
15972
15973 2004-11-12 [paul]       0.9.12cvs146.1
15974
15975         * ChangeLog
15976         * ChangeLog.claws
15977         * ChangeLog.jp
15978         * NEWS
15979         * configure.ac
15980         * src/account.c
15981         * src/folderview.c
15982         * src/folderview.h
15983         * src/imap.c
15984         * src/imap_gtk.c
15985         * src/inc.c
15986         * src/mainwindow.c
15987         * src/mh_gtk.c
15988         * src/news_gtk.c
15989         * src/pop.c
15990         * src/prefs_account.c
15991         * src/prefs_account.h
15992         * src/prefs_ext_prog.c
15993         * src/procmime.c
15994         * src/procmime.h
15995         * src/procmsg.c
15996         * src/procmsg.h
15997         * src/summary_search.c
15998         * src/summaryview.c
15999         * src/textview.c
16000         * src/common/defs.h
16001         * src/common/utils.c
16002         * src/common/utils.h
16003         * src/gtk/menu.c
16004         * src/gtk/menu.h
16005                 sync with HEAD
16006
16007 2004-11-11 [colin]      0.9.12cvs144.2
16008
16009         * src/textview.c
16010                 Fix URI range selection (patch by Alfons)
16011
16012 2004-11-09 [colin]      0.9.12cvs144.1
16013
16014         * ChangeLog.claws
16015         * src/compose.c
16016         * src/folder.c
16017         * src/folder_item_prefs.c
16018         * src/prefs_account.c
16019         * src/prefs_account.h
16020         * src/plugins/pgpmime/pgpmime.c
16021                 Sync with HEAD
16022
16023 2004-11-08 [colin]      0.9.12cvs143.1
16024
16025         * src/summaryview.c
16026                 Sync with HEAD (optimize quicksearch)
16027
16028 2004-11-08 [colin]      0.9.12cvs142.2
16029
16030         * src/compose.c
16031                 Don't wrap when Edit/Auto wrapping is disabled
16032
16033 2004-11-08 [colin]      0.9.12cvs142.1
16034
16035         * src/textview.c
16036                 Sync with HEAD
16037
16038 2004-11-08 [colin]      0.9.12cvs141.1
16039
16040         * src/textview.c
16041                 Sync with HEAD (fix some mail URIs)
16042
16043 2004-11-08 [colin]      0.9.12cvs140.3
16044
16045         * src/textview.c
16046                 o Use text cursor instead of arrow when
16047                   not on a link
16048                 o Fix handling of contiguous links (as in
16049                   "colin@colino.net" <colin@colino.net>)
16050                   This one unveils a bug in get_email_part()
16051
16052 2004-11-07 [colin]      0.9.12cvs140.2
16053
16054         * src/textview.c
16055                 Fix memleak. Patch by Alfons.
16056
16057 2004-11-06 [colin]      0.9.12cvs140.1
16058
16059         * src/compose.c
16060                 Sync with HEAD (don't ask passphrase
16061                 when drafting)
16062
16063 2004-11-06 [paul]       0.9.12cvs139.2
16064
16065         * AUTHORS
16066         * src/textview.c
16067         * src/textview.h
16068                 textview URI handling. hovering over a 
16069                 link displays it in the status bar,
16070                 and changes the mouse pointer to a hand 
16071                 cursor. a link is activated with a single 
16072                 click. (Modified from the) patch by Jean-Yves 
16073                 Lefort <jylefort@users.sourceforge.net>
16074                 
16075
16076 2004-11-05 [colin]      0.9.12cvs139.1
16077
16078         * src/compose.c
16079         * src/procmime.c
16080                 Sync with HEAD again ^^
16081
16082 2004-11-05 [colin]      0.9.12cvs139.1
16083
16084         * src/compose.c
16085         * src/procmime.c
16086                 Sync with HEAD
16087
16088 2004-11-03 [paul]       0.9.12cvs138.1
16089
16090         * ChangeLog.claws
16091         * configure.ac
16092         * po/POTFILES.in
16093         * src/prefs_ext_prog.c
16094         * src/procmime.c
16095         * tools/kdeservicemenu/README
16096         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16097         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16098                 sync with HEAD
16099
16100 2004-11-01 [christoph]  0.9.12cvs136.2
16101
16102         * src/procmime.c
16103                 convert MIME parameters to UTF-8
16104
16105 2004-10-29 [colin]      0.9.12cvs136.1
16106
16107         * src/common/utils.c
16108                 Sync with HEAD (don't use '=' in mime boundary)
16109
16110 2004-10-29 [paul]       0.9.12cvs135.1
16111
16112         * configure.ac
16113         * doc/src/rfc2231.txt
16114         * src/procmime.c
16115         * src/common/quoted-printable.c
16116         * src/common/utils.c
16117         * src/common/utils.h
16118                 sync with HEAD
16119
16120 2004-10-27 [paul]       0.9.12cvs134.1
16121
16122         * configure.ac
16123         * src/main.c
16124         * src/procmime.c
16125         * src/plugins/pgpmime/pgpmime.c
16126                 sync with HEAD
16127
16128 2004-10-26 [paul]       0.9.12cvs132.3
16129
16130         * src/account.c
16131         * src/addressbook.c
16132         * src/addrgather.c
16133         * src/addrharvest.c
16134         * src/codeconv.c
16135         * src/compose.c
16136         * src/customheader.c
16137         * src/editaddress.c
16138         * src/editgroup.c
16139         * src/enriched.c
16140         * src/expldifdlg.c
16141         * src/exporthtml.c
16142         * src/exportldif.c
16143         * src/folder.c
16144         * src/foldersel.c
16145         * src/folderview.c
16146         * src/grouplistdialog.c
16147         * src/html.c
16148         * src/imap.c
16149         * src/jpilot.c
16150         * src/ldapserver.c
16151         * src/ldif.c
16152         * src/mimeview.c
16153         * src/news.c
16154         * src/news_gtk.c
16155         * src/pop.c
16156         * src/prefs_display_header.c
16157         * src/prefs_gtk.c
16158         * src/prefs_msg_colors.c
16159         * src/prefs_toolbar.c
16160         * src/procheader.c
16161         * src/procmime.c
16162         * src/summaryview.c
16163         * src/textview.c
16164         * src/toolbar.c
16165         * src/vcard.c
16166         * src/common/mgutils.c
16167         * src/common/nntp.c
16168         * src/common/smtp.c
16169         * src/common/template.c
16170         * src/common/utils.c
16171         * src/common/xmlprops.c
16172         * src/plugins/pgpmime/pgpmime.c
16173         * src/plugins/pgpmime/select-keys.c
16174         * src/plugins/pgpmime/sgpgme.c
16175                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16176                 g_string_sprintfa(), gtk_notebook_current_page()
16177
16178 2004-10-26 [colin]      0.9.12cvs132.2
16179
16180         * src/prefs_folder_item.c
16181                 Fix default-account selection
16182
16183 2004-10-21 [colin]      0.9.12cvs133
16184
16185         * src/compose.c
16186                 Sync with HEAD (Remove extra separator in compose's Options)
16187         * src/textview.c
16188                 Set wrapping to char
16189
16190 2004-10-21 [paul]       0.9.12cvs131.2
16191
16192         * src/compose.c
16193         * src/sourcewindow.c
16194                 fix wrapping
16195                 fix window shrinking 
16196
16197 2004-10-21 [colin]      0.9.12cvs131.1
16198
16199         * ChangeLog.claws
16200         * src/compose.c
16201                 Sync with HEAD
16202
16203 2004-10-21 [paul]       0.9.12cvs130.2
16204
16205         * src/prefs_folder_item.c
16206                 sync with HEAD (Apply to subfolders)
16207
16208 2004-10-19 [colin]      0.9.12cvs130.1
16209
16210         * ChangeLog.claws
16211         * src/compose.c
16212         * src/common/utils.c
16213         * src/gtk/menu.c
16214                 Sync with HEAD
16215
16216 2004-10-19 [colin]      0.9.12cvs128.1
16217
16218         * src/addrbook.c
16219         * src/addrcache.c
16220         * src/addressbook.c
16221         * src/codeconv.c
16222         * src/compose.c
16223         * src/customheader.c
16224         * src/editaddress.c
16225         * src/editgroup.c
16226         * src/exporthtml.c
16227         * src/folder.c
16228         * src/folderview.c
16229         * src/imap.c
16230         * src/jpilot.c
16231         * src/main.c
16232         * src/matcher_parser_parse.y
16233         * src/mbox.c
16234         * src/pop.c
16235         * src/prefs_account.c
16236         * src/prefs_gtk.c
16237         * src/prefs_msg_colors.c
16238         * src/procheader.c
16239         * src/procmime.c
16240         * src/procmime.h
16241         * src/procmsg.c
16242         * src/summaryview.c
16243         * src/textview.c
16244         * src/common/base64.c
16245         * src/common/partial_download.c
16246         * src/common/socket.c
16247         * src/common/sylpheed.c
16248         * src/common/utils.c
16249         * src/common/utils.h
16250         * src/gtk/pluginwindow.c
16251         * src/gtk/quicksearch.c
16252         * src/plugins/clamav/clamav_plugin.c
16253         * src/plugins/clamav/clamav_plugin.h
16254         * src/plugins/clamav/clamav_plugin_gtk.c
16255         * src/plugins/pgpmime/passphrase.c
16256         * src/plugins/pgpmime/pgpmime.c
16257         * src/plugins/pgpmime/plugin.c
16258         * src/plugins/pgpmime/prefs_gpg.c
16259         * src/plugins/pgpmime/prefs_gpg.h
16260         * src/plugins/pgpmime/select-keys.c
16261         * src/plugins/pgpmime/sgpgme.c
16262         * src/plugins/spamassassin/libspamc.c
16263         * src/plugins/spamassassin/spamassassin.c
16264         * src/plugins/spamassassin/spamassassin.h
16265         * src/plugins/spamassassin/spamassassin_gtk.c
16266         * src/plugins/trayicon/trayicon.c
16267         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16268                 Sync with HEAD
16269
16270 2004-10-14 [colin]      0.9.12cvs126.2
16271
16272         * src/codeconv.c
16273         * src/textview.c
16274                 Fix conv_unreadable_locale
16275
16276 2004-10-13 [colin]      0.9.12cvs126.1
16277
16278         * src/compose.c
16279                 Sync with HEAD (don't convert charset for 
16280                 drafted messages, minor cleanup)
16281
16282 2004-10-13 [colin]      0.9.12cvs125.1
16283
16284         * po/POTFILES.in
16285                 Sync with HEAD (POTFILES fix)
16286
16287 2004-10-12 [colin]      0.9.12cvs124.3
16288
16289         * src/compose.c
16290                 Fix encoding bug from latest sync
16291
16292 2004-10-12 [paul]       0.9.12cvs124.2
16293
16294         * src/plugins/pgpmime/prefs_gpg.c
16295         * src/plugins/pgpmime/prefs_gpg.h
16296                 forgotten in last commit        
16297
16298 2004-10-12 [paul]       0.9.12cvs124.1
16299
16300         * ChangeLog.claws
16301         * configure.ac
16302         * m4/spamassassin.m4
16303         * src/Makefile.am
16304         * src/account.c
16305         * src/compose.c
16306         * src/compose.h
16307         * src/crash.c
16308         * src/main.c
16309         * src/mimeview.c
16310         * src/passphrase.c
16311         * src/passphrase.h
16312         * src/prefs_account.c
16313         * src/prefs_account.h
16314         * src/prefs_common.c
16315         * src/privacy.c
16316         * src/privacy.h
16317         * src/procmime.c
16318         * src/procmime.h
16319         * src/procmsg.c
16320         * src/rfc2015.c
16321         * src/rfc2015.h
16322         * src/select-keys.c
16323         * src/select-keys.h
16324         * src/textview.c
16325         * src/common/utils.c
16326         * src/common/utils.h
16327         * src/gtk/about.c
16328         * src/plugins/pgpmime/Makefile.am
16329         * src/plugins/pgpmime/passphrase.c
16330         * src/plugins/pgpmime/passphrase.h
16331         * src/plugins/pgpmime/pgpmime.c
16332         * src/plugins/pgpmime/plugin.c
16333         * src/plugins/pgpmime/select-keys.c
16334         * src/plugins/pgpmime/select-keys.h
16335         * src/plugins/pgpmime/sgpgme.c
16336         * src/plugins/pgpmime/sgpgme.h
16337                 sync with HEAD
16338
16339 2004-10-04 [colin]      0.9.12cvs122.1
16340
16341         * src/mainwindow.c
16342         * src/messageview.c
16343         * src/messageview.h
16344         * src/textview.c
16345                 Sync with HEAD
16346
16347 2004-10-04 [colin]      0.9.12cvs121.1
16348
16349         * src/summaryview.c
16350                 Sync with HEAD
16351
16352 2004-10-04 [paul]       0.9.12cvs120.1
16353
16354         * configure.ac
16355                 sync with HEAD [don't try to build 
16356                 pgpmime plugin when gpgme is disabled]
16357
16358 2004-10-03 [colin]      0.9.12cvs119.3
16359
16360         * src/gtk/gtksctree.c
16361                 Lots of side effects. Put back as before 117.2.
16362         * src/summaryview.c
16363                 Fix bug #602
16364
16365 2004-10-03 [colin]      0.9.12cvs119.2
16366
16367         * src/gtk/gtksctree.c
16368                 Revert 608 fix that doesn't work that good
16369
16370 2004-10-02 [colin]      0.9.12cvs119.1
16371
16372         * src/mainwindow.c
16373         * src/messageview.c
16374         * src/prefs_common.h
16375         * src/procmime.c
16376         * src/procmime.h
16377         * src/textview.c
16378                 Sync with HEAD
16379         * src/gtk/gtksctree.c
16380                 Close bug #608
16381
16382 2004-10-01 [colin]      0.9.12cvs118.1
16383
16384         * src/mimeview.c
16385                 Sync with HEAD (better Save All fix)
16386
16387 2004-10-01 [colin]      0.9.12cvs117.2
16388
16389         * src/gtk/gtksctree.c
16390                 Faster on selection
16391
16392 2004-10-01 [colin]      0.9.12cvs117.1
16393
16394         * src/mimeview.c
16395                 Sync with HEAD (Save All: only attachments)
16396
16397 2004-10-01 [paul]       0.9.12cvs116.1
16398
16399         * ChangeLog.claws
16400         * configure.ac
16401         * src/account.c
16402         * src/prefs_common.c
16403         * src/gtk/colorlabel.c
16404                 sync with HEAD
16405
16406 2004-09-30 [colin]      0.9.12cvs115.1
16407
16408         * src/stock_pixmap.c
16409         * src/stock_pixmap.h
16410         * src/folderview.c
16411         * src/Makefile.am
16412         * src/pixmaps/read.xpm
16413                 Sync with HEAD (new pixmap)
16414
16415 2004-09-29 [colin]      0.9.12cvs114.1
16416
16417         * src/compose.c
16418                 Sync with HEAD
16419                 Fix focus handling in headers
16420
16421 2004-09-29 [paul]       0.9.12cvs113.1
16422
16423         * src/quote_fmt_parse.y
16424                 sync with HEAD
16425  
16426
16427 2004-09-28 [colin]      0.9.12cvs112.1
16428
16429         * src/folderview.c
16430         * src/mainwindow.c
16431                 Sync with HEAD
16432
16433 2004-09-28 [colin]      0.9.12cvs110.1
16434
16435         * src/folderview.c
16436                 Sync with HEAD (Contextual Empty trash menu)
16437
16438 2004-09-28 [colin]      0.9.12cvs108.1
16439
16440         * src/addressbook.c
16441                 Sync with HEAD (addressbook edit on double-click)
16442
16443 2004-09-28 [colin]      0.9.12cvs106.1
16444
16445         * src/inc.c
16446                 Sync with HEAD (folder_item freeze on inc)
16447
16448 2004-09-27 [colin]      0.9.12cvs105.1
16449
16450         * src/folderview.c
16451                 Sync with HEAD (right-align new and unread column)
16452
16453 2004-09-27 [colin]      0.9.12cvs104.1
16454
16455         * src/main.c
16456                 Sync with HEAD (revert 0.9.12cvs101)
16457
16458 2004-09-24 [colin]      0.9.12cvs103.2
16459
16460         * src/wizard.c
16461                 Fix gtk warnings and use domain part of the email address 
16462                 when domain detection fails (no dot in domain name)
16463
16464 2004-09-23 [colin]      0.9.12cvs103.1
16465
16466         * src/plugins/spamassassin/libspamc.c
16467         * src/plugins/spamassassin/libspamc.h
16468         * src/plugins/spamassassin/utils.c
16469         * src/plugins/spamassassin/utils.h
16470                 Sync with HEAD (Update spamassassin to 3.0)
16471
16472 2004-09-21 [colin]      0.9.12cvs102.3
16473
16474         * src/action.c
16475                 Add horizontal scrollbar in action io dialog as needed
16476                 Patch by Alfons.
16477
16478 2004-09-20 [colin]      0.9.12cvs102.2
16479
16480         * src/plugins/image_viewer/viewer.c
16481                 Remove imlib stuff
16482                 use gtk_pixmap_set when clearing
16483                 (would be better to use gtkImages, but causes size-allocate 
16484                 signals storm)
16485
16486 2004-09-17 [paul]       0.9.12cvs102.1
16487
16488         * ChangeLog
16489         * ChangeLog.claws
16490         * ChangeLog.jp
16491         * configure.ac
16492         * src/inc.c
16493                 sync with HEAD
16494
16495
16496 2004-09-17 [colin]      0.9.12cvs101.1
16497
16498         * ChangeLog.claws
16499         * src/main.c
16500                 Sync with HEAD (fix segs at exit)
16501
16502 2004-09-14 [colin]      0.9.12cvs99.5
16503
16504         * src/common/socket.c
16505         * AUTHORS
16506                 Fix send error on 64bit platforms
16507                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16508
16509 2004-09-14 [colin]      0.9.12cvs99.4
16510
16511         * src/action.c
16512                 Fix action output with utf8 
16513                 Patch by Alfons.
16514
16515 2004-09-14 [colin]      0.9.12cvs99.3
16516
16517         * ChangeLog.claws
16518         * src/folder.c
16519                 Sync with HEAD
16520
16521 2004-09-09 [colin]      0.9.12cvs99.2
16522
16523         * src/action.c
16524                 Fix progress bar (displaying "Completed %v/%u")
16525                 Patch by Alfons.
16526
16527 2004-09-08 [colin]      0.9.12cvs99.1
16528
16529         * src/account.c
16530         * src/folder.c
16531         * src/procmsg.c
16532         * src/procmsg.h
16533         * src/plugins/pgpmime/pgpmime.c
16534                 Sync with HEAD
16535
16536 2004-09-08 [colin]      0.9.12cvs97.2
16537
16538         * src/summaryview.c
16539                 Don't select mails in collapsed threads 
16540                 when navigating with up/down
16541
16542 2004-09-07 [colin]      0.9.12cvs97.1
16543
16544         * src/inc.c
16545                 Sync with HEAD (meaningful error messages)
16546
16547 2004-09-06 [colin]      0.9.12cvs96.1
16548
16549         * src/toolbar.c
16550                 Sync with HEAD (fix Redirect graying out)
16551
16552 2004-09-06 [colin]      0.9.12cvs95.1
16553
16554         * src/summaryview.c
16555         * src/mimeview.c
16556                 Sync with HEAD (fix dropped URIs)
16557
16558 2004-09-06 [colin]      0.9.12cvs94.1
16559
16560         * src/addressbook.c
16561         * src/addressitem.h
16562         * src/addritem.c
16563         * src/addritem.h
16564                 Sync with HEAD (addressbook DnD)
16565
16566 2004-09-03 [colin]      0.9.12cvs93.1
16567
16568         * src/summaryview.c
16569                 Sync with HEAD (next/prev unread)
16570
16571 2004-09-03 [colin]      0.9.12cvs92.1
16572
16573         * src/prefs_common.c
16574         * src/prefs_common.h
16575         * src/summaryview.c
16576                 Sync with HEAD ('mark_as_read_delay' pref)
16577
16578 2004-09-02 [colin]      0.9.12cvs91.2
16579
16580         * src/common/xml.c
16581                 Fix leak
16582
16583 2004-09-02 [colin]      0.9.12cvs91.1
16584
16585         * src/gtk/menu.c
16586                 Sync with HEAD (menu accel don't work, but whatever)
16587
16588 2004-09-02 [colin]      0.9.12cvs90.1
16589
16590         * src/account.c
16591                 Sync with HEAD (fix bug 582)
16592
16593 2004-09-02 [colin]      0.9.12cvs89.1
16594
16595         * src/addrindex.c
16596                 Sync with HEAD (free deleted queries)
16597
16598 2004-09-02 [colin]      0.9.12cvs88.1
16599
16600         * src/ldapquery.c
16601                 Sync with HEAD (fix LDAP freezes)
16602
16603 2004-09-02 [colin]      0.9.12cvs87.1
16604
16605         * src/prefs_spelling.c
16606                 Sync with HEAD (add default dictionary)
16607
16608 2004-09-01 [colin]      0.9.12cvs86.1
16609
16610         * src/filtering.c
16611         * src/folderview.c
16612         * src/imap.c
16613         * src/prefs_matcher.c
16614         * src/stock_pixmap.c
16615         * src/summary_search.c
16616         * src/summaryview.c
16617         * src/wizard.c
16618         * src/wizard.h
16619                 Sync with HEAD (uninitialized vars fixes)
16620                 + gtk2 specific warning fixes
16621
16622 2004-08-31 [colin]      0.9.12cvs85.1
16623
16624         * src/folder.c
16625                 Sync with HEAD (Fix memory corruption due to 
16626                 uninitialized var)
16627
16628 2004-08-31 [colin]      0.9.12cvs84.4
16629
16630         * src/summary_search.c
16631                 Fix segfaults when searching in folders with broken headers
16632
16633 2004-08-31 [colin]      0.9.12cvs84.3
16634
16635         * src/compose.c
16636         * src/textview.c
16637                 Fix some more encoding/decoding issues
16638
16639 2004-08-30 [colin]      0.9.12cvs84.2
16640
16641         * src/mimeview.c
16642         * src/prefs_themes.c
16643         * src/gtk/filesel.c
16644         * src/gtk/filesel.h
16645                 Add a folder-mode selection (fixes mimeview's "Save all")
16646
16647 2004-08-29 [colin]      0.9.12cvs84.1
16648
16649         * src/mimeview.c
16650                 Sync with HEAD (don't escape saved filenames)
16651
16652 2004-08-27 [colin]      0.9.12cvs83.1
16653
16654         * ChangeLog
16655         * ChangeLog.claws
16656         * ChangeLog.jp
16657         * src/mh.c
16658         * src/procheader.c
16659         * src/procmsg.c
16660         * src/procmsg.h
16661         * src/common/utils.c
16662         * src/gtk/menu.h
16663         * po/
16664                 Sync with HEAD 0.9.12cvs83 (sync with main)
16665
16666 2004-08-26 [colin]      0.9.12cvs82.4
16667
16668         * src/codeconv.c
16669                 Fix strange stack corruption
16670                 Convert to utf8 after unmime, not before
16671
16672 2004-08-26 [colin]      0.9.12cvs82.3
16673
16674         * src/main.c
16675         * src/wizard.c
16676                 Fix account folders duplication
16677
16678 2004-08-25 [colin]      0.9.12cvs82.2
16679
16680         * src/wizard.c
16681                 Remove ports
16682                 Add SSL selection
16683                 Use login@server as account name
16684
16685 2004-08-25 [colin]      0.9.12cvs82.1
16686
16687         * src/plugins/pgpmime/pgpmime.c
16688                 Sync with HEAD (leak fix).
16689
16690 2004-08-25 [colin]      0.9.12cvs81.1
16691
16692         * src/plugins/pgpmime/pgpmime.c
16693         * src/plugins/pgpmime/sgpgme.c
16694         * src/plugins/pgpmime/sgpgme.h
16695                 Sync with HEAD (Handle combined messages).
16696
16697 2004-08-24 [colin]      0.9.12cvs80.3
16698
16699         * src/wizard.c
16700                 Fix full name, ports, and imap
16701
16702 2004-08-24 [colin]      0.9.12cvs80.2
16703
16704         * src/Makefile.am
16705         * src/main.c
16706         * src/setup.c
16707         * src/setup.h
16708         * src/stock_pixmap.c
16709         * src/stock_pixmap.h
16710         * src/wizard.c ** ADDED **
16711         * src/wizard.h ** ADDED ** 
16712         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16713                 Add a setup wizard 
16714
16715 2004-08-24 [colin]      0.9.12cvs80.1
16716
16717         * src/folder.c
16718                 Sync with HEAD (set mimeflags on all messages)
16719
16720 2004-08-24 [colin]      0.9.12cvs79.3
16721
16722         * src/matcher_parser_lex.l
16723                 Fix 8bits strings not in utf8
16724
16725 2004-08-24 [colin]      0.9.12cvs79.2
16726
16727         * src/compose.c
16728                 Check conversion result before replacing buffer
16729
16730 2004-08-23 [colin]      0.9.12cvs79.1
16731
16732         * src/compose.c
16733                 Sync with HEAD (create message header in memory)
16734
16735 2004-08-23 [colin]      0.9.12cvs78.1
16736
16737         * src/rfc2015.c
16738         * src/rfc2015.h
16739                 Sync with HEAD (fix bug 197 again)
16740
16741 2004-08-23 [colin]      0.9.12cvs77.3
16742
16743         * src/compose.c
16744                 Fix again inline gpg signing (which outputs utf8
16745                 in gtk2). Not syncing this fix to HEAD as this 
16746                 code is meant to die.
16747
16748 2004-08-23 [colin]      0.9.12cvs77.2
16749
16750         * src/prefs_account.h
16751                 Remove useless include
16752
16753 2004-08-23 [colin]      0.9.12cvs77.1
16754
16755         * src/imap.c
16756         * po/es.po
16757         * po/fr.po
16758         * po/it.po
16759         * po/pl.po
16760         * po/pt_BR.po
16761         * po/sk.po
16762         * po/sr.po
16763                 Sync with HEAD (fix bug 577)
16764
16765 2004-08-22 [colin]      0.9.12cvs76.1
16766
16767         * src/plugins/trayicon/trayicon.c
16768                 Sync with HEAD (fix formatting bug)
16769
16770 2004-08-21 [colin]      0.9.12cvs74.2
16771
16772         * src/gtk/colorsel.c
16773                 Fix bug 564 (Folder color selection window exits on any
16774                 keypress)
16775
16776 2004-08-21 [colin]      0.9.12cvs74.1
16777
16778         * ChangeLog.claws
16779         * src/compose.c
16780         * src/summaryview.c
16781         * src/toolbar.c
16782                 Sync with HEAD (fix bug 576)
16783
16784 2004-08-21 [colin]      0.9.12cvs70.1
16785
16786         * src/compose.c
16787         * src/mainwindow.c
16788                 Sync with HEAD
16789                 
16790
16791 2004-08-21 [paul]       0.9.12cvs66.4
16792
16793         * src/mainwindow.c
16794         * src/messageview.c
16795         * src/gtk/menu.c
16796         * src/plugins/spamassassin/spamassassin_gtk.c
16797                 remove some deprecated gtk1 functions
16798
16799
16800 2004-08-21 [colin]      0.9.12cvs66.3
16801
16802         * src/compose.c
16803         * src/codeconv.c
16804                 Fix warnings
16805                 Remove encoding hacks
16806                 Fix bug 575 (Strange character messes up message)
16807                 Don't display conversion error when drafting
16808
16809 2004-08-21 [paul]       0.9.12cvs66.2
16810
16811         * src/prefs_account.c
16812                 fix GnuPG mode bugs
16813
16814
16815 2004-08-20 [colin]      0.9.12cvs66.1
16816
16817         * src/codeconv.c
16818                 Sync with HEAD 0.9.12cvs66
16819
16820 2004-08-20 [paul]
16821
16822         * src/plugins/pgpmime/plugin.c
16823                 modify PGP/MIME plugin's description
16824
16825 2004-08-17 [colin]      0.9.12cvs65.1
16826
16827         * src/common/ssl.c
16828         * src/plugins/pgpmime/plugin.c
16829                 Sync with HEAD
16830
16831 2004-08-14 [colin]      0.9.12cvs60.3
16832
16833         * src/plugins/trayicon/trayicon.c
16834                 Put back resize callback, on size-request signal
16835                 rather than size-allocate to avoid infinite 
16836                 callback loop
16837
16838 2004-08-13 [colin]      0.9.12cvs60.2
16839
16840         * src/common/defs.h
16841                 Cache versions have been fixed
16842
16843 2004-08-13 [colin]      0.9.12cvs60.1
16844
16845         * src/folderutils.c
16846                 Sync with HEAD
16847
16848 2004-08-12 [colin]      0.9.12cvs59.1
16849
16850         * src/plugins/trayicon/trayicon.c
16851                 Sync with HEAD
16852
16853 2004-08-12 [colin]      0.9.12cvs57.5
16854
16855         * sylpheed.desktop
16856         * configure.ac
16857         * src/Makefile.am
16858         * src/main.c
16859                 Add support for Freedesktop.org's startup notification
16860
16861 2004-08-11 [colin]      0.9.12cvs57.4
16862
16863         * src/textview.c
16864                 Fix off-by-one
16865
16866 2004-08-11 [colin]      0.9.12cvs57.3
16867
16868         * src/message_search.c
16869         * src/summary_search.c
16870                 Make searches case insensitive by default
16871         * src/textview.c
16872                 Fix case-insensitive search in message
16873
16874 2004-08-11 [colin]      0.9.12cvs57.2
16875
16876         * src/summary_search.c
16877                 Let case-sensitive be specified
16878
16879 2004-08-10 [colin]      0.9.12cvs55.4
16880
16881         * src/common/socket.c
16882                 Fix the possible race condition
16883
16884 2004-08-09 [paul]       0.9.12cvs55.3
16885
16886         * configure.ac
16887         * src/Makefile.am
16888         * src/common/Makefile.am
16889                 sync with HEAD
16890
16891
16892 2004-08-09 [paul]       0.9.12cvs55.2
16893
16894         * autogen.sh
16895         * po/poconv.sh
16896                 remove unneeded script
16897
16898         * configure.ac
16899                 add forgotten USE_LDAP_TLS (sync with HEAD)
16900
16901
16902 2004-08-09 [colin]      0.9.12cvs55.1
16903
16904         * src/main.c
16905         * src/common/ssl.c
16906         * src/common/sylpheed.c
16907         * src/common/sylpheed.h
16908                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16909
16910 2004-08-09 [paul]       0.9.12cvs54.1
16911
16912         * ChangeLog
16913         * ChangeLog.claws
16914         * ChangeLog.jp
16915         * configure.ac
16916         * po/POTFILES.in
16917         * src/Makefile.am
16918         * src/folderutils.c
16919         * src/main.c
16920         * src/pgpmime.c
16921         * src/pgpmime.h
16922         * src/sgpgme.c
16923         * src/sgpgme.h
16924         * src/plugins/Makefile.am
16925         * src/plugins/pgpmime/.cvsignore
16926         * src/plugins/pgpmime/Makefile.am
16927         * src/plugins/pgpmime/pgpmime.c
16928         * src/plugins/pgpmime/pgpmime.h
16929         * src/plugins/pgpmime/plugin.c
16930         * src/plugins/pgpmime/sgpgme.c
16931         * src/plugins/pgpmime/sgpgme.h
16932                 sync with HEAD
16933
16934 2004-08-08 [paul]       0.9.12cvs51.1
16935
16936         * configure.ac
16937         * src/folder.c
16938                 sync with HEAD
16939
16940 2004-08-07 [colin]      0.9.12cvs50.1
16941
16942         * src/pop.c
16943         * src/common/partial_download.c
16944                 fix warnings (sync from HEAD)
16945
16946 2004-08-07 [colin]      0.9.12cvs48.1
16947
16948         * src/prefs_folder_item.c
16949                 sync with HEAD 0.9.12cvs48
16950
16951 2004-08-06 [colin]      0.9.12cvs47.1
16952
16953         * src/compose.c
16954                 Sync with HEAD
16955
16956 2004-08-06 [christoph]  0.9.12cvs46.2
16957
16958         * src/main.c
16959         * src/plugins/clamav/clamav_plugin_gtk.c
16960         * src/plugins/dillo_viewer/dillo_viewer.c
16961         * src/plugins/image_viewer/plugin.c
16962         * src/plugins/mathml_viewer/mathml_viewer.c
16963         * src/plugins/spamassassin/spamassassin_gtk.c
16964         * src/plugins/trayicon/trayicon.c
16965                 don't mix GTK1.2 plugin with GTK2 plugins
16966
16967 2004-08-06 [colin]      0.9.12cvs46.1
16968
16969         * ChangeLog
16970         * ChangeLog.claws
16971         * ChangeLog.jp
16972         * configure.ac
16973         * sylpheed-claws.pc.in
16974         * src/folder.c
16975         * src/imap.c
16976         * src/localfolder.c
16977         * src/messageview.c
16978         * src/mimeview.c
16979         * src/mimeview.h
16980         * src/msgcache.c
16981         * src/news.c
16982         * src/prefs_ext_prog.c
16983         * src/prefs_folder_item.c
16984         * src/prefs_fonts.c
16985         * src/prefs_msg_colors.c
16986         * src/prefs_spelling.c
16987         * src/prefs_themes.c
16988         * src/prefs_toolbar.c
16989         * src/prefs_wrapping.c
16990         * src/procmime.h
16991         * src/common/defs.h
16992         * src/common/nntp.c
16993         * src/common/session.c
16994         * src/common/session.h
16995         * src/common/socket.c
16996         * src/common/utils.h
16997         * src/common/xml.c
16998         * src/common/xml.h
16999         * src/gtk/prefswindow.c
17000         * src/gtk/prefswindow.h
17001         * src/plugins/clamav/clamav_plugin_gtk.c
17002         * src/plugins/dillo_viewer/dillo_prefs.c
17003         * src/plugins/image_viewer/viewerprefs.c
17004         * src/plugins/spamassassin/spamassassin_gtk.c
17005         * m4/openssl.m4 *** REMOVED ***
17006                 Sync with HEAD 0.9.12cvs46
17007
17008 2004-08-03 [paul]       0.9.12cvs40.2
17009
17010         * src/action.c
17011         * src/addressadd.c
17012         * src/addressbook.c
17013         * src/addrgather.c
17014         * src/browseldap.c
17015         * src/compose.c
17016         * src/crash.c
17017         * src/editaddress.c
17018         * src/editgroup.c
17019         * src/editldap_basedn.c
17020         * src/foldersel.c
17021         * src/importldif.c
17022         * src/mimeview.c
17023         * src/prefs_common.c
17024         * src/prefs_template.c
17025         * src/sourcewindow.c
17026         * src/summaryview.c
17027         * src/gtk/about.c
17028         * src/gtk/foldersort.c
17029         * src/gtk/logwindow.c
17030         * src/gtk/pluginwindow.c
17031         * src/gtk/prefswindow.c
17032                 change all gtk_scrolled_window_set_policy from 
17033                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17034
17035 2004-08-02 [paul]       0.9.12cvs40.1
17036
17037         * AUTHORS
17038                 update translation team section
17039         * po/pt_BR.po
17040                 updated by Frederico Goncalves Guimaraes
17041                 <fggdebian@yahoo.com.br>
17042
17043 2004-07-31 [colin]      0.9.12cvs39.9
17044
17045         * src/exphtmldlg.c
17046                 Fix compilation
17047
17048 2004-07-31 [colin]      0.9.12cvs39.8
17049
17050         * src/exphtmldlg.c
17051                 Fix an alertpanel type
17052
17053 2004-07-30 [colin]      0.9.12cvs39.7
17054
17055         * src/alertpanel.c
17056                 Fix alertpanel_error_log's icon
17057
17058 2004-07-30 [colin]      0.9.12cvs39.6
17059
17060         * src/pop.c
17061                 Two of them should still be warnings
17062
17063 2004-07-30 [colin]      0.9.12cvs39.5
17064
17065         * src/pop.c
17066                 More warning -> error
17067 2004-07-29 [colin]      0.9.12cvs39.4
17068
17069         * src/pop.c
17070                 Warning -> error
17071
17072 2004-07-29 [colin]      0.9.12cvs39.3
17073
17074         * src/prefs_matcher.c
17075                 Fix segfault
17076
17077 2004-07-29 [colin]      0.9.12cvs39.2
17078
17079         * src/alertpanel.c
17080                 More nice-looking alertpanels
17081
17082 2004-07-29 [colin]      0.9.12cvs39.1
17083
17084         * src/messageview.c
17085                 sync with head
17086                 (inform user when partial mail is deleted on server)
17087
17088 2004-07-29 [colin]      0.9.12cvs38.1
17089
17090         * src/messageview.c
17091                 sync with head
17092
17093 2004-07-28 [paul]       0.9.12cvs37.7
17094
17095         * src/mainwindow.c
17096                 complete the replacement of deprecated gtk_progress_*
17097
17098 2004-07-28 [paul]       0.9.12cvs37.6
17099
17100         * src/action.c
17101         * src/inc.c
17102         * src/mainwindow.c
17103         * src/send_message.c
17104         * src/gtk/progressdialog.c
17105         * src/gtk/progressdialog.h
17106                 replace deprecated gtk_progress_*
17107
17108 2004-07-28 [paul]       0.9.12cvs37.5
17109
17110         * src/gtk/filesel.c
17111                 remove gtk_window_set_wmclass()
17112 2004-07-28 [paul]       0.9.12cvs37.4
17113
17114         * src/addressbook.c
17115         * src/compose.c
17116         * src/foldersel.c
17117         * src/mainwindow.c
17118         * src/messageview.c
17119         * src/sourcewindow.c
17120         * src/gtk/logwindow.c
17121                 remove gtk_window_set_wmclass()
17122                 
17123         * src/prefs_filtering.c
17124         * src/prefs_filtering_action.c
17125         * src/prefs_fonts.c
17126         * src/prefs_gtk.c
17127         * src/prefs_matcher.c
17128         * src/ssl_manager.c
17129         * src/gtk/prefswindow.c
17130                 replace gtk_window_position()
17131
17132 2004-07-28 [colin]      0.9.12cvs37.3
17133
17134         * src/alertpanel.c
17135         * src/alertpanel.h
17136                 Add a way to specify panel type for specific
17137                 panels (alertpanel())
17138         * src/account.c
17139         * src/addressbook.c
17140         * src/compose.c
17141         * src/expldifdlg.c
17142         * src/main.c
17143         * src/messageview.c
17144         * src/summaryview.c
17145         * src/textview.c
17146         * src/gtk/sslcertwindow.c
17147                 Fix alertpanel()s so that their icon match
17148                 their real type
17149
17150 2004-07-28 [paul]       0.9.12cvs37.2
17151
17152         * src/addr_compl.c
17153         * src/addressbook.c
17154         * src/alertpanel.c
17155         * src/compose.c
17156         * src/export.c
17157         * src/foldersel.c
17158         * src/folderview.c
17159         * src/grouplistdialog.c
17160         * src/import.c
17161         * src/mainwindow.c
17162         * src/message_search.c
17163         * src/messageview.c
17164         * src/passphrase.c
17165         * src/prefs_actions.c
17166         * src/prefs_common.c
17167         * src/prefs_customheader.c
17168         * src/prefs_display_header.c
17169         * src/prefs_filtering.c
17170         * src/prefs_filtering_action.c
17171         * src/prefs_gtk.c
17172         * src/prefs_matcher.c
17173         * src/prefs_msg_colors.c
17174         * src/prefs_summary_column.c
17175         * src/prefs_template.c
17176         * src/sourcewindow.c
17177         * src/ssl_manager.c
17178         * src/summary_search.c
17179         * src/gtk/colorsel.c
17180         * src/gtk/description_window.c
17181         * src/gtk/gtkaspell.c
17182         * src/gtk/inputdialog.c
17183         * src/gtk/logwindow.c
17184         * src/gtk/prefswindow.c
17185         * src/gtk/progressdialog.c
17186                 replace deprecated gtk_window_set_policy
17187
17188 2004-07-27 [colin]      0.9.12cvs37.1
17189
17190         * src/msgcache.c
17191                 More fixes (synced for head again)
17192
17193 2004-07-27 [colin]      0.9.12cvs35.3
17194
17195         * src/msgcache.c
17196                 Fix wrong test
17197
17198 2004-07-27 [colin]      0.9.12cvs35.2
17199
17200         * src/mimeview.c
17201                 Fix width a bit (by Paul)
17202         * src/alertpanel.c
17203         * src/alertpanel.h
17204                 Specialize icons, make alertpanel_message()
17205                 private
17206         * src/message_search.c
17207         * src/sgpgme.c
17208         * src/summary_search.c
17209                 Suit alertpanel changes
17210
17211 2004-07-27 [colin]      0.9.12cvs35.1
17212
17213         * src/alertpanel.c
17214                 Add an icon
17215         * src/passphrase.c
17216                 Add debug output - maybe someone will
17217                 want to look at the problem with Grab
17218                 Input :)
17219         Bump version as we're synced with HEAD
17220
17221 2004-07-26 [colin]      0.9.12cvs33.26
17222
17223         * src/pop.c
17224                 Fix uidl-file parsing when not in new
17225                 format
17226
17227 2004-07-26 [colin]      0.9.12cvs33.25
17228
17229         * src/gtk/menu.c
17230                 Move popup menu up if necessary (fixes 
17231                 account selector)
17232         * src/mainwindow.c
17233                 Set account selector's button height to
17234                 minimum
17235
17236 2004-07-26 [colin]      0.9.12cvs33.24
17237
17238         * src/alertpanel.c
17239                 Maybe fix 551 (Truncated font in alert window)
17240
17241 2004-07-26 [colin]      0.9.12cvs33.23
17242
17243         * po/de.po
17244         * po/es.po
17245         * po/fr.po
17246         * po/it.po
17247         * po/ja.po
17248         * po/pl.po
17249         * po/ru.po
17250         * po/sk.po
17251         * po/sr.po
17252         * po/zh_CN.po
17253                 Sync po files with HEAD
17254
17255 2004-07-26 [paul]       0.9.12cvs33.22
17256
17257         * src/compose.c
17258                 fix Bug 556 'Organisation-header is sent even if empty'
17259
17260 2004-07-24 [colin]      0.9.12cvs33.21
17261
17262         * src/compose.c
17263         * src/gtk/gtkaspell.c
17264         * src/gtk/gtkaspell.h
17265                 Fix speller accelerators (require hack)
17266
17267 2004-07-24 [colin]      0.9.12cvs33.20
17268
17269         * src/gtk/gtkaspell.c
17270                 Fix over-eager code deletion breaking
17271                 Check while typing
17272
17273 2004-07-24 [colin]      0.9.12cvs33.19
17274
17275         * src/browseldap.c
17276         * src/ldapctrl.c
17277         * src/ldapctrl.h
17278         * src/ldapserver.h
17279                 Sync ldap with HEAD
17280         (Fixes 546 LDAP completely broken)
17281
17282 2004-07-24 [colin]      0.9.12cvs33.18
17283
17284         * src/prefs_msg_colors.c
17285                 Fix prototype mismatch
17286         (Fixes 547 void function cannot return value)
17287
17288 2004-07-24 [colin]      0.9.12cvs33.17
17289
17290         * src/mainwindow.c
17291                 Fix sort going back to previous sort key
17292                 when changing sort direction
17293
17294 2004-07-24 [colin]      0.9.12cvs33.16
17295
17296         * src/compose.c
17297                 Fix space insertion when re-wrapping at 
17298                 cursor point
17299
17300 2004-07-24 [colin]      0.9.12cvs33.15
17301
17302         * src/gtk/gtkaspell.c
17303                 Don't change cursor position in insert-text
17304                 callback
17305         (Fixes 539 Word wrapping on input transposes letters)
17306
17307 2004-07-24 [colin]      0.9.12cvs33.14
17308
17309         * src/gtk/gtkaspell.c
17310                 Reencode non-ascii chars to dictionary's
17311                 encoding
17312         (Fixes 544 Spell check broken non english locale)
17313
17314 2004-07-24 [colin]      0.9.12cvs33.13
17315
17316         * src/summaryview.c
17317                 Fix Shift+Down, add Home/End/PgUp/PgDown
17318
17319 2004-07-21 [colin]      0.9.12cvs33.12
17320
17321         * src/prefs_common.c
17322                 Fix a gtk warning (Patch by Andrej Kacian)
17323
17324 2004-07-21 [colin]      0.9.12cvs33.11
17325
17326         * src/gtk/filesel.c
17327                 More check
17328
17329 2004-07-21 [colin]      0.9.12cvs33.10
17330
17331         * src/compose.c
17332         * src/crash.c
17333         * src/export.c
17334         * src/import.c
17335         * src/messageview.c
17336         * src/mimeview.c
17337         * src/prefs_spelling.c
17338         * src/prefs_themes.c
17339         * src/summaryview.c
17340         * src/gtk/filesel.c
17341         * src/gtk/filesel.h
17342         * src/gtk/pluginwindow.c
17343                 Untwist open/save mode guessing logic, make
17344                 it explicit
17345
17346 2004-07-20 [colin]      0.9.12cvs33.9
17347
17348         * src/codeconv.c
17349                 conv_encode_header: src_charset is UTF-8 on
17350                 gtk2
17351         * src/compose.c
17352                 Remove double encoding of the headers
17353
17354 2004-07-20 [colin]      0.9.12cvs33.8
17355
17356         * src/codeconv.c
17357                 Fix typo
17358
17359 2004-07-20 [colin]      0.9.12cvs33.7
17360
17361         * src/mainwindow.c
17362                 Set the separated messageview to the saved
17363                 size of Claws' messageview (Patch by Alfons)
17364                 Fix a callback prototype (me)
17365
17366 2004-07-20 [colin]      0.9.12cvs33.6
17367
17368         * src/codeconv.h
17369                 Forgot one hunk in 0.9.12cvs33.4
17370
17371 2004-07-19 [colin]      0.9.12cvs33.5
17372
17373         * src/action.c
17374                 Action output fix
17375                 Patch by Alfons
17376
17377 2004-07-19 [colin]      0.9.12cvs33.4
17378
17379         * src/compose.c
17380                 Fix outgoing charset bug in headers
17381         * src/codeconv.c
17382                 Clean for glib2 - Patch by Alfons
17383
17384 2004-07-19 [colin]      0.9.12cvs33.3
17385
17386         * src/statusbar.c
17387                 Remove grip from the statusbar
17388                 Patch by Alfons
17389
17390 2004-07-19 [colin]      0.9.12cvs33.2
17391
17392         * src/messageview.c
17393         * src/textview.c
17394                 Fix messageview remembering the previous
17395                 scroll position when loading a new message
17396                 Patch by Alfons
17397
17398 2004-07-19 [colin]      0.9.12cvs33.1
17399
17400         * src/folder.h
17401         * src/folderview.c
17402         * src/summaryview.c
17403                 Sync with HEAD
17404
17405 2004-07-18 [colin]      0.9.12cvs32.7
17406
17407         * configure.ac
17408                 Remove useless check for XIM - noticed
17409                 by Alfons
17410
17411 2004-07-18 [colin]      0.9.12cvs32.6
17412
17413         * src/summaryview.c
17414                 Remove non-modified and shift-modified
17415                 accelerators in summaryview's popup
17416                 menu, as that doesn't get catched by
17417                 the accel-activate signal catcher...
17418
17419 2004-07-18 [colin]      0.9.12cvs32.5
17420
17421         * src/prefs_common.c
17422                 Define sensible default prefs for 
17423                 wrapping
17424
17425 2004-07-18 [colin]      0.9.12cvs32.4
17426
17427         * src/compose.c
17428         * src/prefs_common.c
17429         * src/prefs_common.h
17430         * src/prefs_wrapping.c
17431                 Remove Smart Wrapping pref, which does
17432                 nothing on gtk2 branch
17433
17434 2004-07-18 [colin]      0.9.12cvs32.3
17435
17436         * src/sourcewindow.c
17437                 Proper utf8
17438
17439 2004-07-18 [colin]      0.9.12cvs32.2
17440
17441         * src/compose.c
17442                 Save attachment status when drafting
17443
17444 2004-07-18 [colin]      0.9.12cvs32.1
17445
17446         * src/gtk/filesel.c
17447                 Fix erratic folder selection in open mode
17448
17449 2004-07-18 [colin]      0.9.12cvs31.11
17450
17451         * src/pop.c
17452                 Don't let partial messages get deleted
17453                 even with "dowload all"
17454                 (0.9.12cvs31.8 fix extension)
17455 2004-07-18 [colin]      0.9.12cvs31.10
17456
17457         * src/gtk/logwindow.c
17458                 Fix log scrolling
17459
17460 2004-07-18 [colin]      0.9.12cvs31.9
17461
17462         * src/common/utils.c
17463                 Fix non-utf8 strings coming from commands
17464                 and files
17465
17466 2004-07-18 [colin]      0.9.12cvs31.8
17467
17468         * src/pop.c
17469                 Fix partial download bug with Download all
17470                 messages option
17471
17472 2004-07-18 [colin]      0.9.12cvs31.7
17473
17474         * src/textview.c
17475                 Fix bug introduced in 0.9.12cvs31.2
17476                 (blocked in select mode after double click)
17477
17478 2004-07-18 [colin]      0.9.12cvs31.6
17479
17480         * src/compose.c
17481         * src/gtk/menu.c
17482                 More glib-warning fixes
17483
17484 2004-07-18 [colin]      0.9.12cvs31.5
17485
17486         * src/compose.c
17487                 Fix trashing the primary clipboard when moving 
17488                 around with tab
17489         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17490
17491 2004-07-18 [colin]      0.9.12cvs31.4
17492
17493         * src/codeconv.c
17494                 convert unencoded iso headers to utf8
17495         (Fix Bug 538 Unencoded local characters in subject make it 
17496          disappear)
17497
17498 2004-07-18 [colin]      0.9.12cvs31.3
17499
17500         * src/compose.c
17501                 Fix tab char handling in wrapping
17502         (Fix Bug 537 Line wrap problem - TAB character treated as 
17503          one character instead of 8)
17504
17505 2004-07-18 [colin]      0.9.12cvs31.2
17506
17507         * src/textview.c
17508                 return FALSE on GDK_MOTION_NOTIFY
17509         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17510          (unable to highlight))
17511
17512 2004-07-18 [colin]      0.9.12cvs31.1
17513
17514         * src/folderview.c
17515                 Sync with 0.9.12cvs31
17516
17517 2004-07-18 [colin]      0.9.12cvs30.4
17518
17519         * src/compose.c
17520                 Also block text_inserted when inserting a file
17521
17522 2004-07-18 [colin]      0.9.12cvs30.3
17523
17524         * src/compose.c
17525                 Fix smart wrapping (block text_inserted handler
17526                 while putting quotation to avoid wrap on input,
17527                 don't join lines if next is sig separator)
17528
17529 2004-07-17 [colin]      0.9.12cvs30.2
17530
17531         * src/folderview.c
17532         * src/mainwindow.c
17533         * src/mimeview.c
17534         * src/summaryview.c
17535         * src/gtk/quicksearch.c
17536         * src/gtk/quicksearch.h
17537                 Block key events handlers *and* accels while
17538                 quicksearch is focused
17539         (Fixes Bug 534 quick-search bar not accepting certain letters)
17540
17541 2004-07-17 [colin]      0.9.12cvs30.1
17542
17543         * src/folder.h
17544         * src/folderview.c
17545         * src/summaryview.c
17546                 Sync with 0.9.12cvs30
17547
17548 2004-07-17 [colin]      0.9.12cvs28.2
17549
17550         * src/mimeview.c
17551         * src/procmime.c
17552         * src/summaryview.c
17553         * src/gtk/menu.c
17554                 Squash some compile and glib warnings
17555
17556 2004-07-17 [paul]       0.9.12cvs28.1
17557
17558         * src/mimeview.c
17559                 sync with 0.9.12cvs28 HEAD
17560
17561 2004-07-16 [paul]       0.9.12cvs26.1
17562         
17563         * src/gtk/quicksearch.c
17564         * src/account.c
17565         * src/account.h
17566         * src/compose.c
17567         * src/customheader.c
17568         * src/folder_item_prefs.c
17569         * src/main.c
17570         * src/mainwindow.c
17571         * src/messageview.c
17572         * src/mimeview.c
17573         * src/news.c
17574         * src/pgpmime.c
17575         * src/pop.c
17576         * src/pop.h
17577         * src/prefs_account.c
17578         * src/prefs_account.h
17579         * src/prefs_common.c
17580         * src/prefs_common.h
17581         * src/prefs_display_header.c
17582         * src/prefs_gtk.c
17583         * src/prefs_gtk.h
17584         * src/procheader.c
17585         * src/procmime.c
17586                 sync with 0.9.12cvs26 HEAD      
17587
17588 2004-07-15 [colin]      0.9.12cvs18.14
17589
17590         * src/folder.c
17591                 Disable GPG signature check during
17592                 folder move and scan
17593         (Closes Bug 521 Signature checking slows down Folder-Move)
17594
17595 2004-07-14 [colin]      0.9.12cvs18.13
17596
17597         * src/common/partial_download.c
17598                 update includes
17599
17600 2004-07-14 [colin]      0.9.12cvs18.12
17601
17602         * src/common/partial_download.c
17603         * src/common/partial_download.h
17604                 Move doc at top, add correct copyright
17605
17606 2004-07-14 [colin]      0.9.12cvs18.11
17607
17608         * src/folder.c
17609         * src/messageview.c
17610         * src/pop.c
17611         * src/pop.h
17612         * src/procmsg.c
17613         * src/summaryview.c
17614         * src/common/Makefile.am
17615         * src/common/partial_download.c ** NEW FILES **
17616         * src/common/partial_download.h ** NEW FILES **
17617                 Move partial-download related stuff to its
17618                 own file
17619
17620 2004-07-14 [colin]      0.9.12cvs18.10
17621
17622         * src/send_message.c
17623                 Fix smtp auth when user is null or empty
17624
17625 2004-07-13 [colin]      0.9.12cvs18.9
17626
17627         * src/gtk/quicksearch.c
17628                 Use alphabetic order
17629
17630 2004-07-13 [colin]      0.9.12cvs18.8
17631
17632         * src/pop.c
17633                 Be paranoid on the checks
17634
17635 2004-07-13 [colin]      0.9.12cvs18.7
17636
17637         * src/gtk/quicksearch.c
17638                 Fix Engrish once again
17639
17640 2004-07-13 [colin]      0.9.12cvs18.6
17641
17642         * src/procmsg.c
17643         * src/summaryview.c
17644                 Mark messages for deletion when they are about to
17645                 be removed from trash
17646
17647 2004-07-13 [colin]      0.9.12cvs18.5
17648
17649         * src/matcher.c
17650         * src/matcher.h
17651         * src/matcher_parser_parse.y
17652         * src/prefs_matcher.c
17653         * src/gtk/quicksearch.c
17654                 Add 'partial' ('p') match string to find partially
17655                 downloaded messages
17656
17657 2004-07-13 [colin]      0.9.12cvs18.4
17658
17659         * src/pop.c
17660                 Fix misplaced block
17661
17662 2004-07-13 [colin]      0.9.12cvs18.3
17663
17664         * src/pop.c
17665         * src/pop.h
17666         * src/messageview.c
17667                 Refactor API (to avoid passing 5+ params and code
17668                 duplication)
17669         * src/folder.c
17670         * src/msgcache.c
17671         * src/procheader.c
17672         * src/common/defs.h
17673                 Add planned_download to cache
17674                 Don't mess uidl file when moving partially downloaded
17675                 mails (they change folder, we should change it in the
17676                 uidl list too or we'll remove an incorrect message)
17677                 (this also helps removing hacks when changing 
17678                 planned_download in messageview.c)
17679
17680 2004-07-12 [colin]      0.9.12cvs18.2
17681
17682         * src/gtk/quicksearch.c
17683                 Fix missing status update in quicksearch
17684
17685 2004-07-12 [paul]       0.9.12cvs18.1
17686
17687         * po/POTFILES.in
17688         * src/Makefile.am
17689         * src/account.c
17690         * src/codeconv.c
17691         * src/compose.c
17692         * src/inc.c
17693         * src/main.c
17694         * src/prefs_common.c
17695         * src/procmsg.h
17696         * src/toolbar.c
17697         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17698         * src/prefs_wrapping.[ch]       ** NEW FILES **
17699         * src/common/intl.h
17700         * src/common/utils.[ch]
17701         * src/gtk/quicksearch.[ch]
17702                 sync with 0.9.12cvs18 HEAD
17703
17704 2004-07-12 [colin]      0.9.11cvs17.25
17705
17706         * src/folder.c
17707         * src/folder.h
17708                 Remove unused function added by me in 0.9.11cvs17.10
17709
17710 2004-07-11 [colin]      0.9.11cvs17.24
17711
17712         * src/inc.c
17713         * src/messageview.c
17714         * src/pop.c
17715         * src/pop.h
17716                 Use folderitem and msgnum instead of filename to
17717                 know which mail to delete
17718                 Move old partial mail deletion to pop.c
17719
17720 2004-07-10 [colin]      0.9.11cvs17.23
17721
17722         * src/inc.c
17723                 Add debug
17724         * src/pop.c
17725         * src/pop.h
17726                 Don't re-use same enums for unrelated stuff: it's 
17727                 completely misleading !
17728                 Document a bit
17729
17730 2004-07-09 [colin]      0.9.11cvs17.22
17731
17732         * src/inc.c
17733                 Remove folder-type check and do
17734                 more tests to be sure everything's
17735                 ok
17736         * src/messageview.c
17737                 Punctuation update, remove useless
17738                 code, fix two warnings
17739         * src/noticeview.c
17740                 Layout cleaning, reset 2nd button
17741                 when specifying one
17742
17743 2004-07-09 [colin]      0.9.11cvs17.21
17744
17745         * src/messageview.c
17746         * src/pop.c
17747         * src/pop.h
17748                 Allow user to change his mind
17749                 and postpone decision (by
17750                 unmarking the mail)
17751
17752 2004-07-09 [colin]      0.9.11cvs17.20
17753
17754         * src/messageview.c
17755                 Fix bug with delete state
17756         * src/pop.c
17757         * src/pop.h
17758                 Fix buffer leak (fread doesn't 
17759                 terminate buffers with \0)
17760                 Refactoring (remove magic 
17761                 numbers)
17762
17763 2004-07-09 [colin]      0.9.11cvs17.19
17764
17765         * src/pop.c
17766                 Don't log "Skipping message" if 
17767                 we're going to TOP it two lines
17768                 later
17769
17770 2004-07-09 [colin]      0.9.11cvs17.18
17771
17772         * src/messageview.c
17773                 Fix Engrish
17774
17775 2004-07-09 [colin]      0.9.11cvs17.17
17776
17777         * src/pop.c
17778                 strlen checking...
17779         * src/messageview.c
17780                 refactoring a bit
17781
17782 2004-07-08 [colin]      0.9.11cvs17.16
17783
17784         * src/noticeview.c
17785         * src/noticeview.h
17786                 Add an optional second button
17787         * src/messageview.c
17788         * src/pop.c
17789         * src/pop.h
17790                 Don't delete partially received mails after a certain
17791                 time; rather, let the user decide.
17792
17793 2004-07-08 [colin]      0.9.11cvs17.15
17794
17795         * src/common/smtp.h
17796                 Sync with HEAD
17797
17798 2004-07-08 [colin]      0.9.11cvs17.14
17799
17800         * src/messageview.c
17801         * src/common/smtp.c
17802                 Use to_human_readable() for sizes
17803
17804 2004-07-08 [colin]      0.9.11cvs17.13
17805
17806         * src/inc.c
17807         * src/messageview.c
17808         * src/pop.c
17809         * src/pop.h
17810         * src/procmsg.c
17811                 Fix partial-downloading issues:
17812                         catch unsupported TOP
17813                         don't delete partially downloaded mails before 5 days
17814                         don't update existing with non-MH folders; that'll
17815                         make dups, but it's better than trashing the folder
17816                         free new msginfo parts
17817                 Fix indentation ;-)
17818
17819 2004-07-08 [colin]      0.9.11cvs17.12
17820
17821         * src/common/smtp.c
17822         * src/common/smtp.h
17823                 Sync smtp size verification with HEAD
17824
17825 2004-07-08 [colin]      0.9.11cvs17.11
17826
17827         * src/summaryview.c
17828         * src/prefs_common.c
17829         * src/prefs_common.h
17830         * src/gtk/quicksearch.c
17831         * src/gtk/quicksearch.h
17832                 Sync sticky pref with HEAD
17833
17834 2004-07-08 [colin]      0.9.11cvs17.10
17835
17836         * src/folder.c [1.213.2.6]
17837         * src/folder.h [1.87.2.6]
17838         * src/inc.c [1.149.2.7]
17839         * src/messageview.c [1.94.2.8]
17840         * src/procheader.c [1.47.2.6]
17841         * src/procmsg.c [1.150.2.4]
17842         * src/procmsg.h [1.60.2.5]
17843         * src/pop.c [1.56.2.4]
17844         * src/pop.h [1.17.2.3]
17845                 Let too big messages get downloaded, but truncated
17846                 Add a button to download them completely
17847                 
17848 2004-07-06 [colin]      0.9.11cvs17.9
17849
17850         * src/gtk/quicksearch.c [1.1.2.3]
17851                 Add a Clear button
17852         * commitHelper
17853         * PATCHSETS
17854                 Add a script to help with cvs
17855
17856 2004-07-03 [colin]      0.9.11cvs17.8
17857
17858         * src/plugins/imageviewer/viewer.c
17859                 fix imageviewer (which was staying on the first
17860                 displayed image)
17861
17862 2004-07-03 [colin]      0.9.11cvs17.7
17863
17864         Removed FIXME_GTK2 warnings
17865         * src/gtk/gtkutils.c
17866                 useless #warnings
17867         * src/gtk/menu.c
17868                 useless #warnings (no need to mess with menu rc)
17869         * src/gtk/menu.h
17870                 unused functions
17871         
17872
17873 2004-07-03 [colin]      0.9.11cvs17.6
17874
17875         Removed FIXME_GTK2 warnings
17876         * src/codeconv.c
17877                 useless #warnings (rewrite needed)
17878         * src/compose.c
17879                 useless #warnings (rewrite needed)
17880                 useless #warnings (gtk2 is like that)
17881                 useless #warnings (previously fixed)
17882         * src/main.c
17883                 useless #warnings (previously fixed)
17884         * src/message_search.c
17885                 useless #warnings (gtk2 is like that)
17886                 Made apparent that search is case-sensitive
17887         * src/mimeview.c
17888                 useless #warnings (rewrite needed)
17889                 useless #warnings (gtk2 is like that)
17890                 reimplemented real warnings
17891         * src/prefs_common.c
17892                 Removed block cursor option (not it gtk2)
17893         * src/prefs_gtk.c
17894                 useless #warnings (rewrite needed)
17895         * src/procheader.c
17896                 useless #warnings (rewrite needed)
17897         * src/sourcewindow.c
17898                 useless #warnings (incorrect placing)
17899         * src/summary_search.c
17900                 useless #warnings (gtk2 is like that)
17901                 Made apparent that search is case-sensitive
17902         * src/action.c
17903                 useless #warnings (gtk2 is like that)
17904         * src/textview.c
17905                 useless #warnings (rewrite needed)
17906         * src/toolbar.c
17907                 useless #warnings (rewrite needed)
17908
17909 2004-07-03 [colin]      0.9.11cvs17.5
17910
17911         * src/textview.c
17912                 Fix mismerge which broke URI opening
17913                 
17914 2004-07-01 [colin]      0.9.11cvs17.4
17915
17916         * src/gtk/filesel.c
17917                 Fill filename when saving
17918                 
17919 2004-06-27 [colin]      0.9.11cvs17.3
17920
17921         * src/gtk/filesel.[ch]
17922                 Use the new GTK file selector
17923                 Update prototype to match the reality: multiple file
17924                 selection is open-only          
17925         * src/compose.c
17926                 Match the new prototypes        
17927         * configure.ac
17928                 Match the new requirements (gtk 2.4.0)
17929                         
17930 2004-06-26 [colin]      0.9.11cvs17.2
17931
17932         * src/plugins/trayicon/trayicon.c
17933                 Remove useless signal handler on resize, which causes
17934                 an infinite "loop"
17935         
17936 2004-06-26 [colin]      0.9.11cvs17.1
17937         
17938         * tools/Makefile.am
17939                 remove launch_firebird and add nautilus2sylpheed.sh
17940         * src/quicksearch.c
17941           src/summaryview.c
17942                 Fix show/hide "Extended symbols" button problem
17943                 Fix apparition at startup
17944                 Fix const warnings
17945         * src/plugins/image_viewer/Makefile.am
17946                 Fix configure 
17947         * common/ssl.c
17948                 Re-enable certificate check, as it doesn't seem to
17949                 cause Xlib errors anymore
17950
17951 2004-06-25 [paul]       0.9.11cvs17
17952
17953         * sync with 0.9.11cvs17 HEAD
17954         
17955         NOTE: QuickSearch is broken
17956
17957 2004-06-07 [colin]      0.9.10claws67.10
17958         * src/plugins/trayicon/trayicon.c
17959           src/plugins/trayicon/libeggtrayicon/Makefile.am
17960           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17961                 Fix gettextization in trayicon plugin
17962
17963 2004-06-07 [colin]      0.9.10claws67.9
17964         
17965         * src/summaryview.c
17966           src/gtk/gtksctree.[ch]
17967                 Let Shift+{Up,Down} work in summaryview
17968                 (well, Down "works" and Up works)
17969                 Let the list scroll when using these keys
17970
17971 2004-06-06 [colin]      0.9.10claws67.8
17972
17973         * src/plugins/trayicon/trayicon.c
17974                 Fix pixmap update
17975
17976 2004-06-06 [colin]      0.9.10claws67.7
17977
17978         * src/addressbook.c
17979                 Fix signal handling causing system-wide focus grab
17980
17981 2004-05-25 [paul]       0.9.10claws67.6
17982
17983         * Makefile.am
17984           src/Makefile.am
17985                 clean up
17986
17987 2004-05-25 [paul]       0.9.10claws67.5
17988
17989         * replace deprecated gtk_signal... functions
17990
17991 2004-05-23 [colin]      0.9.10claws67.4
17992
17993         * src/compose.c
17994                 Fix wrapping
17995
17996 2004-05-22 [colin]      0.9.10claws67.3
17997
17998         * src/compose.c
17999                 Re-fix [Edited] in compose.c::compose_reedit()
18000
18001 2004-05-22 [colin]      0.9.10claws67.2
18002
18003         * src/procmime.c
18004                 Fix parsing of multiparts mails
18005
18006 2004-05-22 [colin]      0.9.10claws67.1
18007
18008         * src/summaryview.c
18009                 Fix quicksearch
18010
18011 2004-05-22 [paul]       0.9.10claws67
18012
18013         * sync with 0.9.10claws67 HEAD
18014
18015 2004-05-14 [alfons]
18016
18017         * src/procmime.h
18018                 add forgotton prototype
18019
18020 2004-05-10 [paul]       0.9.10claws57
18021
18022         * sync with 0.9.10claws57 HEAD
18023
18024 2004-05-05 [paul]       0.9.9.claws1
18025
18026         * ChangeLog-gtk2        ** REMOVED **
18027           ChangeLog-gtk2.claws  ** ADDED **
18028                 rename and adopt the normal claws format
18029                 
18030         * configure.ac
18031                 require gtkmathview >= 0.5
18032
18033         * ac/*                          ** REMOVED **
18034           ac/                           ** REMOVED **
18035           intl/Makefile.in              ** REMOVED **
18036           m4/                           ** ADDED **
18037           m4/missing                    ** ADDED **
18038           m4/missing/gdk-pixbuf.m4      ** ADDED **
18039           m4/missing/gettext.m4         ** ADDED **
18040           m4/missing/gpgme.m4           ** ADDED **
18041           m4/missing/imlib.m4           ** ADDED **
18042           m4/.cvsignore                 ** ADDED **
18043           m4/Makefile.am                ** ADDED **
18044           m4/README                     ** ADDED **
18045           m4/aclocal-include.m4         ** ADDED **
18046           m4/aspell.m4                  ** ADDED **
18047           m4/check-type.m4              ** ADDED **
18048           m4/gnupg-check-typedef.m4     ** ADDED **
18049           m4/openssl.m4                 ** ADDED **
18050           m4/spamassassin.m4            ** ADDED **
18051           po/ChangeLog                  ** REMOVED **
18052           po/Makefile.in.in             ** REMOVED **
18053           po/Rules-quot                 ** REMOVED **
18054           po/boldquot.sed               ** REMOVED **
18055           po/en@boldquot.header         ** REMOVED **
18056           po/en@quot.header             ** REMOVED **
18057           po/insert-header.sin          ** REMOVED **
18058           po/quot.sed                   ** REMOVED **
18059           po/remove-potcdate.sed        ** REMOVED **
18060           po/remove-potcdate.sin        ** REMOVED **
18061           po/stamp-po                   ** REMOVED **
18062           Makefile.am
18063           autogen.sh
18064           configure.ac
18065                 enable building with automake 1.8.x
18066                 add 'autopoint --force' to autogen.sh and remove all
18067                 auto-generated files, remove ac/ directory and use
18068                 m4/ directory instead
18069                 
18070         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18071                 fix gettextization
18072
18073 2004-02-28 Colin Leroy <colin@colino.net>
18074         * src/prefs_matcher.c
18075           src/prefs_filtering.c
18076           src/prefs_filtering_action.c
18077                 Fix non-editable GtkEntries
18078
18079 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18080         * src/prefs_themes.c
18081                 utf8 conversion for theme info
18082
18083 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18084         * sync 0.9.9claws
18085
18086 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18087         * src/grouplistdialog.c
18088                 allow multiple selections without ctrl key
18089
18090 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18091         * src/main.c
18092                 enable customizable accelerators
18093
18094 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18095         * src/prefs_common.c
18096                 re-enable different font settings for gtk1/2
18097         * src/prefs_folder_item.c
18098                 fix folder prefs displayed wrong
18099         * src/textview.c
18100                 set 'sunken' shadow type
18101
18102 2004-02-07 Colin Leroy <colin@colino.net>
18103         * src/compose.c
18104                 Fix message being always [Edited]
18105                 Encode headers correctly (utf8 buf)
18106
18107 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18108         * src/socket.c
18109                 remove double g_source_attach()
18110                 (Thanks to Colin Leroy)
18111
18112 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18113         * src/gtk/gtksctree.c
18114                 Fix SSL certificate list not shown
18115         * src/mimeview.c
18116                 Fix clicks in mime tree
18117
18118 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18119         * src/common/socket.c
18120                 Fix SSL receive
18121         * src/compose.c
18122                 Fix clipboard menu hotkeys
18123
18124 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18125         * src/gtk/gtkaspell.[ch]
18126           src/compose.c
18127                 reimplement spellchecker
18128
18129 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18130         * src/gtk/filesel.c
18131                 crash when inserting file in compose window
18132                 (TODO: keep old selection on clicks)
18133         * src/main.c
18134                 use gtkrc-2.0 instead of gtkrc
18135
18136 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18137         * src/messageview.c
18138                 remove orphaned mimeview unref()
18139
18140 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18141         * src/grouplistdialog.c
18142                 expand nodes containing subscribed groups
18143
18144 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18145         * src/textview.c
18146                 textview: hide cursor, restore old click behaviour
18147
18148 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18149         * src/textview.c
18150                 variable names messed up
18151
18152 2004-01-17 Colin Leroy <colin@colino.net>
18153         * src/addr_compl.c
18154                 Fix completion address too thin
18155         * src/compose.c
18156                 Fix tab-to-subject behaviour
18157         * src/summaryview.c
18158                 Implement key up & down in summaryview
18159
18160 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18161
18162         * sync 098claws
18163
18164 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18165         * configure.ac
18166           Makefile.am
18167           doc/.cvsignore
18168           doc/Makefile.am
18169                 faq, man, manual moved to doc/
18170         * ac/aspell.m4
18171           ac/check-type.m4
18172           ac/gnupg-check-typedef.m4
18173           ac/openssl.m4
18174           ac/spamassassin.m4
18175           ac/missing/gdk-pixbuf.m4
18176           ac/missing/gpgme.m4
18177           ac/missing/imlib.m4
18178                 fix automake warnings
18179
18180 2003-12-06 Colin Leroy <colin@colino.net>
18181         * src/summaryview.c
18182                 Fix quicksearch
18183
18184 2003-12-05 Colin Leroy <colin@colino.net>
18185         * src/summaryview.c
18186                 Fix going to next unread folder
18187
18188 2003-12-05 Colin Leroy <colin@colino.net>
18189         * src/crash.c
18190                 Fix gtk2 compilation
18191         * src/session.c
18192                 Remove iotag source handler at disconnection
18193         * src/socket.[ch] 
18194                 Remove source handler when closing socket 
18195                 (fixes another seg)
18196
18197 2003-12-04 Colin Leroy <colin@colino.net>
18198         * src/compose.c
18199           src/prefs_account.c
18200           src/prefs_common.c
18201                 Fix some dropdown menus
18202
18203 2003-12-04 Colin Leroy <colin@colino.net>
18204         * src/compose.c
18205                 Fix event handlers on header fields
18206         * src/common/socket.c
18207           src/common/session.c
18208                 Fix segfault with callback (SSL)
18209                 Fix end of session 
18210
18211 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18212
18213         * Fix compile bug in src/compose.c
18214         * removed src/gtk/gtkstext.[ch]
18215
18216 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18217
18218         * Convert character set and escape "text" attributes in toolbar setting
18219         files.
18220         * Fixed bug in button-press-event handling.
18221
18222 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18223
18224         * Fixed bug in key-press-event handling.
18225
18226 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18227
18228         * Enabled to compile tray-icon plugin (Ad-hoc).
18229         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18230
18231 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18232
18233         * Enabled to compile on sylpheed-claws.
18234         (tray-icon plugin still cannot compile yet.)
18235
18236 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18237
18238         * Updated to 0.9.5.
18239
18240 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18241
18242         * Updated to 0.9.4.
18243         * Ported monitoring SSL mechanism to GSource of GLib2
18244         (I don't confirm it)
18245         * Added _gtk2 suffix to key name of font preference to avoid
18246         ovverwriting preference of Gtk+-1.2 version.
18247
18248 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18249
18250         * Updated to 0.9.2.
18251
18252 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18253
18254         * Updated to 0.9.1.
18255         * Translate po files into UTF-8 when execute autogen.sh.
18256
18257 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18258
18259         * Updated to 0.9.0.
18260
18261 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18262
18263         * Plugged GError related memory leaks.
18264
18265 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18266
18267         * Changed default size of fonts.
18268         * Enabled to set titile font size of warning dialog.
18269
18270 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18271
18272         * Embed a sylpheed icon into executable binary on Windows.
18273
18274 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18275
18276         * I forgot to traslate character set of element string in src/xml.c.
18277
18278 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18279
18280         * Fixed detecting bind_textdomain_codeset in configure.in.
18281         * The bug in which "Example" of "Date fromat" preference isn't displayed
18282         correctly has been fixed.
18283
18284 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18285
18286         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18287           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18288           glib-gettextize
18289           Removed intl directory.
18290           Translated po files into UTF-8.
18291           (Thanks! Ryuji Abe)
18292
18293 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18294
18295         * The bug which doesn't unscape string in xml.c has been fixed.
18296
18297 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18298
18299         * The bug which is failed to translate encoding of file name thorough
18300         file dialog has been fixed.
18301
18302 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18303
18304         * Modified to translate file names which is used in inporting/expoting
18305         mbox feature and "Save as" feature into locale encoding.
18306         * Translate file names into locale encoding when "Attache file" and
18307         "Insert file".
18308         * Force set G_BROKEN_FILENAMES environment variable.
18309         * Other minor fixes.
18310
18311 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18312
18313         * Modified to treat MH folder's name as locale encoding.
18314
18315 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18316
18317         * The bug which clash on switching candidates of auto completion of
18318         addresses, cannot use auto completion in Japanesse is fixed
18319         (Thanks! Tokunaga-san)¡¥
18320
18321 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18322
18323         * The bug which cannot switch key accelerator preference has been fixed
18324         (Thanks! smbd-san)¡¥
18325
18326 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18327
18328         * version 0.8.11-gtk2-20030314
18329
18330 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18331
18332         * The bug in which character set conversion of filtering messages has
18333         been fixed.(Thanks! COCOA-san).
18334
18335 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18336
18337         * Revived "Leave space on head" preference in "Message" category.
18338         * A bug which clash when put the cursor to end of buffer and execute
18339         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18340
18341 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18342
18343         * version 0.8.11-gtk2-20030312
18344
18345 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18346
18347         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18348         * Modified to use Pango's API directly for font preference.
18349         * Integrated GtkTextView of textview to one widget.
18350         * Set fonts of header title in textview by "header_title" tag.
18351         * Removed some deprecated codes.
18352
18353 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18354
18355         * Updated to 0.8.11.
18356         * Merged cygwin patch(Thanks! Sakai-san).
18357
18358 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18359
18360         * version 0.8.10-gtk2-20030309