87c6447faa4c263a4277dd1a17582173d3f64fc6
[claws.git] / ChangeLog
1 2006-09-21 [colin]      2.4.0cvs209
2
3         * src/wizard.c
4         * src/common/plugin.c
5                 Prepare infra to load predefined plugins when
6                 no configuration existed. Don't actually load
7                 anything yet (feat. freeze)
8
9 2006-09-21 [wwp]        2.4.0cvs208
10
11         * manual/fr/faq.xml
12                 Partial sync w/ 2.4.0cvs72:
13                 wrap file and minor updates.
14
15 2006-09-21 [wwp]        2.4.0cvs207
16
17         * tools/fix_date.sh
18                 several fixes and enhancements. A new --force switch has been
19                 added to prevent overriding by default Date: header when
20                 already existing.
21
22 2006-09-21 [paul]       2.4.0cvs206
23
24         * src/common/utils.c
25                 add Chinese UTF8 Re prefix
26
27 2006-09-21 [wwp]        2.4.0cvs205
28
29         * tools/Makefile.am
30                 Fics alfabettical order.
31
32 2006-09-21 [wwp]        2.4.0cvs204
33
34         * tools/fix_date.sh
35         * tools/Makefile.am
36                 Added an action tool to fix missing Date field in emails.
37                 Updated Makefile.am to reflect those last two additions.
38
39 2006-09-21 [wwp]        2.4.0cvs203
40
41         * tools/uuooffice
42                 Added a action tool to open uuencoded docs w/
43                 OpenOffice (based on uudec method).
44
45 2006-09-21 [colin]      2.4.0cvs202
46
47         * src/compose.c
48         * src/textview.c
49                 Workaround possible GTK crash: remove selection 
50                 clipboard before destroying widget, or GTK+-2.10
51                 dies. Thanks to Hiro.
52
53 2006-09-20 [colin]      2.4.0cvs201
54
55         * src/compose.c
56                 Fix free-after-use in some cases (when 
57                 procmime_encode_content() frees mimeinfo->data.mem
58                 and turns it to a temp file)
59
60 2006-09-20 [colin]      2.4.0cvs200
61
62         * src/folderview.c
63         * src/summaryview.c
64         * src/gtk/gtksctree.c
65         * src/gtk/gtksctree.h
66                 Add tooltips in the folderview and summaryview
67                 (Doesn't break string freeze as they already
68                 exist)
69         * src/toolbar.c
70                 Put the spam button in the default configuration
71                 if compiled with bogo plugin too
72
73 2006-09-19 [colin]      2.4.0cvs199
74
75         * src/summaryview.c
76         * src/summaryview.h
77                 Update folder name label on folder rename
78         * src/prefs_matcher.c
79         * src/gtk/logwindow.h
80                 Fix warnings
81                 Patches by Fabien
82
83 2006-09-19 [wwp]        2.4.0cvs198
84
85         * src/summary_search.c
86                 fix can't click forward/backward buttons in the
87                 search messages.
88
89 2006-09-18 [paul]       2.4.0cvs197
90
91         * src/wizard.c
92                 add missing bracket, capitalise the A of
93                 'SpamAssassin'
94
95 2006-09-18 [paul]       2.4.0cvs196
96
97         * src/compose.c
98                 fix bug 1012 'crashed upon sending mail
99                 from compose window'
100                 Thanks to Colin
101
102 2006-09-16 [colin]      2.4.0cvs195
103
104         * src/folderview.c
105                 Fix "real-time" sorting by freezing/thawing
106
107 2006-09-16 [colin]      2.4.0cvs194
108
109         * manual/faq.xml
110                 Fix the anti-spam entry a bit
111
112 2006-09-16 [colin]      2.4.0cvs193
113
114         * src/wizard.c
115                 Make sure reviewers have no excuse when stating
116                 Sylpheed-Claws doesn't have antispam capabilities.
117
118 2006-09-16 [colin]      2.4.0cvs192
119
120         * src/main.c
121                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
122                 as if the SIGPIPE comes from etpan's thread we could
123                 trigger a GUI update from this thread.
124
125 2006-09-16 [colin]      2.4.0cvs191
126
127         * src/summaryview.c
128                 Init all members of the struct
129
130 2006-09-16 [paul]       2.4.0cvs190
131
132         * src/account.c
133                 improvements to the English
134
135 2006-09-15 [colin]      2.4.0cvs189
136
137         * src/summaryview.c
138                 HIG order on dialog
139
140 2006-09-14 [colin]      2.4.0cvs188
141
142         * src/common/socket.c
143         * src/common/socket.h
144         * src/common/ssl.c
145         * src/common/ssl_certificate.c
146         * src/common/ssl_certificate.h
147         * src/etpan/imap-thread.c
148                 the get_fqdn() call done to get canonical name when
149                 checking an SSL certificate is blocking, which is
150                 sad as we just did a non-blocking lookup to connect.
151                 Fix that by letting the fqdn available to the SockInfo,
152                 and use that in ssl_certificate_check(). For IMAP,
153                 we don't do it as the lookup's done by libetpan, but
154                 it's less annoying as IMAP connections as much more
155                 rare than POP3 connections.
156
157 2006-09-14 [paul]       2.4.0cvs187
158
159         * manual/advanced.xml
160                 improvements to the English,
161                 properly place the new hidden options
162                 within the alphabetical order
163         * src/gtk/pluginwindow.c
164                 improvements to the English
165
166 2006-09-14 [colin]      2.4.0cvs186
167
168         * src/prefs_common.c
169         * src/prefs_common.h
170         * src/gtk/gtksctree.c
171         * manual/advanced.xml
172                 New hidden pref, stripes_color_offset, to change
173                 the value added/substracted to normal bgcolor to
174                 create the stripes in summaries
175
176 2006-09-13 [colin]      2.4.0cvs185
177
178         * src/gedit-print.c
179         * src/messageview.c
180         * src/messageview.h
181         * src/summaryview.c
182         * src/textview.c
183                 Fix misc. printing issues: 
184                 - Bad font for linkified headers
185                 - Different font if the mail was displayed or not
186                 - Factorize the thing
187
188 2006-09-13 [colin]      2.4.0cvs184
189
190         * src/common/ssl_certificate.c
191                 Only get FQDN once when checking certificate
192
193 2006-09-13 [colin]      2.4.0cvs183
194
195         * src/account.c
196         * src/gtk/pluginwindow.c
197                 Misc. GUI fixes by Fabien
198
199 2006-09-13 [wwp]        2.4.0cvs182
200
201         * configure.ac
202         * src/common/utils.h
203         * src/common/utils.c
204                 get rid of unused wide-char functions.
205
206 2006-09-13 [wwp]        2.4.0cvs181
207
208         * src/plugins/pgpinline/sylpheed.def
209         * src/textview.c
210                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
211                 add privacy_reset_error to the .def file,
212                 do not fork for an external textviewer.
213
214 2006-09-13 [wwp]        2.4.0cvs180
215
216         * src/prefs_common.c
217                 fix broken font entry in prefs (patch issued by the gpg4win team,
218                 probably by Marcus Brinkmann <marcus@g10code.de>).
219
220 2006-09-13 [colin]      2.4.0cvs179
221
222         * src/folder.h
223                 Fix a warning in summaryview.c
224         * src/mainwindow.c
225         * src/summaryview.c
226         * src/summaryview.h
227                 Add missing Mark/* elements in the
228                 main menu
229
230 2006-09-12 [colin]      2.4.0cvs178
231
232         * src/prefs_actions.c
233         * src/prefs_filtering_action.c
234         * src/prefs_matcher.c
235                 Use (New) instead of New everywhere
236
237 2006-09-12 [wwp]        2.4.0cvs177
238
239         * manual/fr/addrbook.xml
240         * manual/fr/handling.xml
241                 updated some quotes in the fr manual to match the fr translation.
242
243 2006-09-12 [wwp]        2.4.0cvs176
244
245         * src/prefs_matcher.c
246                 don't store translated string elements in matcher expressions.
247                 Also fixed a misused of Q_().
248
249 2006-09-11 [wwp]        2.4.0cvs175
250
251         * src/plugins//bogofilter/bogofilter.c
252         * src/plugins//clamav/clamav_plugin.c
253         * src/plugins//demo/demo.c
254         * src/plugins//dillo_viewer/dillo_viewer.c
255         * src/plugins//pgpcore/plugin.c
256         * src/plugins//pgpinline/plugin.c
257         * src/plugins//pgpmime/plugin.c
258         * src/plugins//spamassassin/spamassassin.c
259                 gettext-ize more strings (mostly plugin error messages).
260
261 2006-09-11 [colin]      2.4.0cvs174
262
263         * src/alertpanel.c
264                 Make maximum buffer size bigger to avoid
265                 truncating translated messages. Patch by
266                 Fabien
267
268 2006-09-11 [colin]      2.4.0cvs173
269
270         * src/etpan/imap-thread.c
271                 Fix compilation on OpenBSD, thanks to 
272                 Landry
273
274 2006-09-10 [wwp]        2.4.0cvs172
275
276         * manual/account.xml
277         * manual/addrbook.xml
278         * manual/handling.xml
279         * manual/es/handling.xml
280         * manual/fr/account.xml
281         * manual/fr/addrbook.xml
282         * manual/fr/handling.xml
283                 documented addressbook matching (condition configuration):
284                   addrbook.xml, en fr
285                 documented per-account filtering rules (handling/filtering
286                   section, account section):
287                   account.xml, handling.xml, en fr
288                 slightly updated the handling/searching section to tell few
289                   words about the extended search ability:
290                   handling.xml, en fr
291                 added missing <quote></quotes> to Quick Search:
292                   handling.xml, en fr es
293                 fixed a typo (auomatically):
294                   handling.xml, en
295                 changes revisited by Paul.
296
297 2006-09-10 [paul]       2.4.0cvs171
298
299         * src/prefs_actions.c
300         * src/prefs_filtering.c
301         * src/prefs_template.c
302                 adjustments to the gui
303                 Patch by Fabien Vantard (slightly modified)
304
305 2006-09-10 [colin]      2.4.0cvs170
306
307         * src/summaryview.c
308                 Check folderitem/summaryview consistency
309                 (basically automates Update summary). Fixes
310                 #1011 (wrong (negative) count on unread 
311                 messages)
312
313 2006-09-10 [colin]      2.4.0cvs169
314
315         * src/gtk/gtksctree.c
316                 Fix recursive expansion via mouse
317         * src/plugins/bogofilter/bogofilter.c
318                 Use normal filtering way of moving
319                 messages (batching), possibly fixing
320                 bug #1015 (Bogofilter plugin doubles 
321                 new messages)
322
323 2006-09-09 [wwp]        2.4.0cvs168
324
325         * src/prefs_filtering.c
326                 better place for this fix.
327
328 2006-09-09 [wwp]        2.4.0cvs167
329
330         * src/prefs_filtering.c
331                 fix a minor bug when the enabled status of a filtering/processing
332                 rule always got set to TRUE when replacing this rule. That still
333                 make sense when adding a new rule, but now when replacing, we
334                 don't override the value of 'enabled'.
335                 Also renamed the func prefs_filtering_list_view_get_rule_name()
336                 to prefs_filtering_list_view_get_info() as this function not only
337                 returns the name, but also the account_id and the enabled status.
338
339 2006-09-09 [mones]      2.4.0cvs166
340
341         * manual/glossary.xml
342         * manual/plugins.xml
343                 Minor format corrections
344         * manual/gpl.xml
345                 Fix misplaced NO WARRANTY section
346         * manual/es/advanced.xml
347         * manual/es/faq.xml
348         * manual/es/glossary.xml
349         * manual/es/gpl.xml
350         * manual/es/handling.xml
351         * manual/es/plugins.xml
352         * manual/es/starting.xml
353                 Incorporate changes from English version
354         * manual/fr/ack.xml
355         * manual/pl/ack.xml
356         * manual/es/ack.xml
357                 Fix address, (add translation credits in es version)
358         * po/es.po
359                 Updated translation
360
361 2006-09-09 [wwp]        2.4.0cvs165
362
363         * src/prefs_filtering.c
364                 fix a crash when opening filtering prefs, if matcherrc file contains
365                 broken data (non-existing account id, which is theoretically not
366                 possible).
367
368 2006-09-08 [colin]      2.4.0cvs164
369
370         * src/folder.c
371                 Wrong assert, make it an if()
372         * src/gtk/gtksctree.c
373                 Fix bug #1013 (expand selected thread 
374                 tree) - expanding is now recursive
375
376 2006-09-07 [wwp]        2.4.0cvs163
377
378         * src/prefs_matcher.c
379                 make better sentences about addressbook matching in the
380                 matcher prefs. This should make translators' work easier
381                 too.
382
383 2006-09-07 [wwp]        2.4.0cvs162
384
385         * src/prefs_filtering.c
386                 code simplification (get rid of dup var. assignment).
387
388 2006-09-07 [wwp]        2.4.0cvs161
389
390         * src/summaryview.c
391                 use GTK_STOCK icons when possible, patch by Fabien Vantard
392                 <fzzzzz@gmail.com>.
393
394 2006-09-07 [paul]       2.4.0cvs160
395
396         * src/mimeview.c
397                 fix compilation warnings
398                 Thanks to Colin
399
400 2006-09-07 [paul]       2.4.0cvs159
401
402         * src/mimeview.c
403                 select the mimepart icon when
404                 displaying as text
405                 Thanks to Colin
406
407 2006-09-06 [paul]       2.4.0cvs158
408
409         * src/prefs_filtering.c
410                 fix labels and table element spacing
411                 Patch by Fabien Vantard
412
413 2006-09-06 [paul]
414
415         2.5.0-rc3 released
416
417 2006-09-06 [paul]       2.4.0cvs157
418
419         * manual/es/advanced.xml
420                 fix typo
421
422 2006-09-06 [wwp]        2.4.0cvs156
423
424         * src/mainwindow.c
425                 fix an dup launch issue when iconified, thanks to Colin.
426
427 2006-09-06 [wwp]        2.4.0cvs155
428
429         * src/gtk//gtksctree.h
430                 oops, forgot that one!
431
432 2006-09-06 [wwp]        2.4.0cvs154
433
434         * manual/pl/advanced.xml
435         * manual/advanced.xml
436         * manual/es/advanced.xml
437         * manual/fr/advanced.xml
438         * src/prefs_customheader.c
439         * src/prefs_filtering_action.c
440         * src/foldersel.c
441         * src/prefs_summaries.c
442         * src/prefs_filtering.c
443         * src/account.c
444         * src/compose.c
445         * src/prefs_summary_column.c
446         * src/addr_compl.c
447         * src/prefs_actions.c
448         * src/prefs_folder_column.c
449         * src/ssl_manager.c
450         * src/prefs_template.c
451         * src/prefs_display_header.c
452         * src/prefs_common.h
453         * src/prefs_matcher.c
454         * src/prefs_common.c
455         * src/prefs_toolbar.c
456         * src/summaryview.c
457         * src/folderview.c
458         * src/gtk/gtksctree.c
459         * src/gtk/pluginwindow.c
460         * src/gtk/progressdialog.c
461         * src/gtk/prefswindow.c
462                 renamed hidden option enable_rules_hint to use_stripes_everywhere
463                 to make its meaning more obvious (all versions of the manual reflect
464                 the change).
465                 added an extra hidden option use_stripes_in_summary to allow
466                 discarding these stripes in mainwindow's folder and message lists;
467                 en and fr manuals only are OK towards this.
468
469 2006-09-06 [colin]      2.4.0cvs153
470
471         * src/textview.c
472                 Hide Sylpheed-Claws' internal queue headers
473                 when showing all headers. They'll be present
474                 only in Source window.
475
476 2006-09-05 [colin]      2.4.0cvs152
477
478         * src/plugins/trayicon/trayicon.c
479                 Fix crash at exit - we have to disconnect
480                 our handlers
481         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
482                 Update eggtrayicon - patch adapted from a
483                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
484                 on Sylpheed's ML
485
486 2006-09-05 [colin]      2.4.0cvs151
487
488         * src/mainwindow.c
489         * src/gtk/logwindow.c
490                 Fix race condition when something writes
491                 to the log too soon during init. Thanks
492                 to Fabien Vantard
493
494 2006-09-05 [colin]      2.4.0cvs150
495
496         * src/mimeview.c
497                 Don't select part on right-click either
498
499 2006-09-05 [paul]       2.4.0cvs149
500
501         * src/mimeview.c
502                 completion of previous commit
503                 Thanks to Colin
504
505 2006-09-05 [colin]      2.4.0cvs148
506
507         * src/mimeview.c
508                 Don't force selection on middle-click, just open
509
510 2006-09-04 [colin]      2.4.0cvs147
511
512         * src/mimeview.c
513                 Looks like gtk_notebook_set_current_page()
514                 sometimes steals focus, and this annoys us
515                 in MimeViewers as it renders navigation
516                 keys useless. Take back focus after switching
517                 pages.
518
519 2006-09-04 [colin]      2.4.0cvs146
520
521         * src/messageview.c
522                 Set stop_loading when clicking on Next
523                 during load. Don't add a callback to 
524                 avoid over-complicating things.
525
526 2006-09-04 [colin]      2.4.0cvs145
527
528         * src/mimeview.c
529         * src/messageview.c
530                 Fix multiple loads in separate messageview
531
532 2006-09-04 [colin]      2.4.0cvs144
533
534         * src/summaryview.c
535                 Let navigation keys be handled during 
536                 load
537
538 2006-09-04 [colin]      2.4.0cvs143
539
540         * src/messageview.c
541         * src/summaryview.c
542         * src/textview.c
543         * src/textview.h
544                 Make loading of huge mails (lots of text and/or
545                 images) cancellable, so the GUI doesn't block 
546
547 2006-09-04 [colin]      2.4.0cvs142
548
549         * src/plugins/trayicon/trayicon.c
550                 Fix annoyance when removing a folder with 
551                 unread mails: trayicon didn't update
552
553 2006-09-04 [paul]       2.4.0cvs141
554
555         * src/gtk/icon_legend.c
556                 straighten up columns
557                 Patch by Fabien Vantard
558
559 2006-09-04 [wwp]        2.4.0cvs140
560
561         * src/prefs_filtering.c
562                 fix new line's account name in filtering prefs:
563                 was "All", is now "(New)".
564
565 2006-09-04 [paul]       2.4.0cvs139
566
567         * tools/make.themes.project
568                 use "AUTOMAKE_OPTIONS = dist-bzip2"
569                 instead of homebrewed "make release"
570
571 2006-09-03 [colin]      2.4.0cvs138
572
573         * src/folderview.c
574                 Fix bug #1007 (Wrong folder highlighted)
575
576 2006-09-03 [colin]      2.4.0cvs137
577
578         * src/compose.c
579                 Don't set Newsgroup: header to a mail folder
580                 path
581
582 2006-09-03 [paul]       2.4.0cvs136
583
584         * src/prefs_other.c
585         * src/prefs_spelling.c
586                 unify the gui
587
588 2006-09-03 [paul]       2.4.0cvs135
589
590         * src/prefs_summaries.c
591                 correct menu item text in prefs_keybind_apply_clicked()
592
593 2006-09-03 [paul]       2.4.0cvs134
594
595         * manual/advanced.xml
596                 some improvements to the descriptions
597         * src/mainwindow.c
598         * src/messageview.c
599         * src/summaryview.c
600         * src/gtk/menu.c
601                 fix menu sensitivity issues
602         * src/prefs_message.c
603                 drop the useless word 'short'
604         * src/prefs_other.c
605                 add the word 'lines' indicating log length
606                 is a measure of lines
607         * src/textview.c
608                 fix compilation warnings
609
610 2006-09-02 [colin]      2.4.0cvs133
611
612         * src/messageview.c
613                 Display a special return-receipt message
614                 if the message is from the user
615         * src/summaryview.c
616                 Fix missing freeze of the list when marking
617                 all read and unthreading for exec. Thanks
618                 to Stephan Sachse.
619
620 2006-09-02 [paul]       2.4.0cvs132
621
622         * src/mainwindow.c
623         * src/prefs_message.c
624         * src/summaryview.c
625                 fix some english
626
627 2006-09-02 [wwp]        2.4.0cvs131
628
629         * src/prefs_filtering.c
630                 added an account name column to the filtering rules
631                 dialog.
632
633 2006-09-02 [colin]      2.4.0cvs130
634
635         * src/gtk/logwindow.c
636         * src/gtk/logwindow.h
637                 Block scrolling if we're not at the end
638                 of the log
639
640 2006-09-02 [colin]      2.4.0cvs129
641
642         * src/folder.c
643                 Make sure account-specific rules can't
644                 be used in {pre-,post-,}processing
645         * src/mainwindow.c
646         * src/gtk/logwindow.c
647         * src/gtk/logwindow.h
648                 Jump to last error when clicking on the
649                 warning icon
650
651 2006-09-02 [colin]      2.4.0cvs128
652
653         * src/imap.c
654         * src/import.c
655         * src/mainwindow.c
656         * src/mainwindow.h
657                 Fix warning icon
658         * src/inc.c
659         * src/mbox.c
660         * src/mbox.h
661                 Let proc_mbox know its account, for
662                 account-specific rules
663
664 2006-09-01 [colin]      2.4.0cvs127
665
666         * src/codeconv.c
667                 Don't uselessly use iconv to convert from
668                 us-ascii
669         * src/alertpanel.c
670         * src/mainwindow.c
671         * src/mainwindow.h
672         * src/inc.c
673                 Fix certain log cases, disable warning icon
674                 for now, the correct way to display it when
675                 necessary and only when necessary is probably
676                 to do it manually rather than use error logs
677         * src/etpan/imap-thread.c
678                 Clean up UID logging a bit
679         * src/gtk/logwindow.c
680         * src/gtk/logwindow.h
681                 Make logging faster when the window's closed
682
683 2006-09-01 [wwp]        2.4.0cvs126
684
685         * manual/fr/account.xml
686                 reflect changes to the ref. manual (parts of cvs72):
687                 fix tabnames and quotes.
688
689 2006-09-01 [wwp]        2.4.0cvs125
690
691         * manual/fr/plugins.xml
692                 reflect changes to the reference manual (cvs42):
693                 update IRC channel info.
694
695 2006-09-01 [wwp]        2.4.0cvs124
696
697         * commitHelper
698                 use CVSEDITOR env. var. if set, according to `man cvs`.
699
700 2006-09-01 [wwp]        2.4.0cvs123
701
702         * manual/advanced.xml
703                 better sentence again (thanks to Paul).
704
705 2006-09-01 [wwp]        2.4.0cvs122
706
707         * manual/advanced.xml
708         fix definition of toolbar_detachable and rework a bit the one of
709         enable_dotted_lines.
710
711 2006-09-01 [mones]      2.4.0cvs121
712
713         * manual/advanced.xml
714                 Document enable_dotted_lines
715
716 2006-09-01 [paul]       2.4.0cvs120
717
718         * src/folderview.c
719         * src/folderview.h
720         * src/imap.c
721         * src/mainwindow.c
722         * src/summaryview.c
723                 obey the 'When entering folder...' option
724                 when using the /View/Go to/... menu items
725                 Thanks to Colin
726
727 2006-08-31 [colin]      2.4.0cvs119
728
729         * src/folderview.c
730                 Revert 2.4.0cvs116, wrong fix.
731
732 2006-08-31 [colin]      2.4.0cvs118
733
734         * src/gtk/gtksctree.c
735                 Better state the various copyrights
736
737 2006-08-31 [colin]      2.4.0cvs117
738
739         * src/prefs_common.c
740                 fix enable_dotted_lines
741
742 2006-08-31 [colin]      2.4.0cvs116
743
744         * src/folderview.c
745                 Use pref "Always open on select" when going
746                 to next unread folder
747         * src/gtk/gtksctree.c
748                 Fix link failure to _gtk_clist_create_cell_layout
749                 on certain computers. (Why not mine, I wonder)
750
751 2006-08-31 [colin]      2.4.0cvs115
752
753         * src/procmsg.c
754         * src/textview.c
755         * src/plugins/bogofilter/bogofilter.c
756         * src/plugins/spamassassin/spamassassin.c
757                 Requalify some "errors" to warnings
758         * src/mainwindow.c
759         * src/mainwindow.h
760         * src/statusbar.c
761                 Add an icon in the statusbar to notify
762                 of errors
763         * src/gtk/gtksctree.c
764         * src/folderview.c
765         * src/summaryview.c
766                 Make the GtkSCTree look more modern by
767                 alternating background lines
768         * src/prefs_common.c
769         * src/prefs_common.h
770                 Add a pref to let people have the old
771                 way if they prefer
772
773
774 2006-08-30 [colin]      2.4.0cvs114
775
776         * src/procmsg.c
777         * src/procmsg.h
778                 Provide a way to filter a list of
779                 messages in an optimised manner, and
780                 add a list-filtering hook
781         * src/folder.c
782         * src/inc.c
783         * src/mbox.c
784                 Use the list filtering
785         * src/plugins/bogofilter/bogofilter.c
786                 Use the list-filtering hook
787                 Use -b (bulk) mode for more speed
788                 when learning and filtering
789         * src/etpan/imap-thread.c
790                 Make log output shorter in UID SEARCH
791
792
793 2006-08-30 [colin]      2.4.0cvs113
794
795         * src/plugins/bogofilter/bogofilter.c
796                 Really fast mass learning - thanks to David
797                 Relson for the options explanations :)
798
799 2006-08-30 [colin]      2.4.0cvs112
800
801         * src/msgcache.c
802                 Fix compilation on FreeBSD. Thanks
803                 to Michael Hugues
804
805 2006-08-29 [colin]      2.4.0cvs111
806
807         * src/folderview.c
808                 Handle "popup_menu" signal (for popping the 
809                 menu via the keyboard)
810         * src/mimeview.c
811         * src/mimeview.h
812         * src/summaryview.c
813         * src/textview.c
814         * src/gtk/gtkutils.c
815         * src/gtk/gtkutils.h
816                 Factorize scrolling code, and add an API 
817                 for MimeViewers to handle scroll orders
818
819 2006-08-29 [wwp]        2.4.0cvs110
820
821         * src/plugins//bogofilter/bogofilter.c
822         * src/plugins//spamassassin/spamassassin.c
823                 make the bogofilter/spamassassin filtering error dialogs at
824         incorporation obey to the "don't popup error dialog on
825         receive error" option. If disabled, feed the log window w/
826         the error message.
827
828 2006-08-29 [paul]
829
830         2.5.0-rc2 released
831
832 2006-08-29 [paul]       2.4.0cvs109
833
834         * Makefile.am
835                 remove 'make release', it's not needed
836                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
837
838 2006-08-29 [paul]       2.4.0cvs108
839
840         * src/foldersel.c
841         * src/summary_search.c
842         * src/gtk/progressdialog.c
843         * src/plugins/pgpcore/passphrase.c
844                 replace deprecated gtk_window_set_policy()
845
846 2006-08-29 [colin]      2.4.0cvs107
847
848         * src/folder.c
849                 Fix data loss when copy fails during a move:
850                 only use fast remove_msgs if everything was
851                 copied OK; else use slow remove_msg on the
852                 mails that got copied only.
853
854 2006-08-28 [paul]       2.4.0cvs106
855
856         * src/mh.c
857                 revert change in 2.4.0cvs104, it breaks
858                 stuff
859
860 2006-08-28 [paul]       2.4.0cvs105
861
862         * src/plugins/spamassassin/spamassassin.c
863                 english fix
864
865 2006-08-28 [paul]       2.4.0cvs104
866
867         * src/mh.c
868                 fix data loss when moving to another
869                 mailbox fails
870         * src/prefs_spelling.c
871                 improve the english
872         * src/gtk/pluginwindow.c
873                 improve the layout of the dialog text
874         All thanks to Colin
875
876 2006-08-28 [paul]       2.4.0cvs103
877
878         * src/plugins/bogofilter/bogofilter.c
879         * src/plugins/bogofilter/bogofilter_gtk.c
880                 fix english up a bit, innit
881
882 2006-08-28 [paul]       2.4.0cvs102
883
884         * configure.ac
885         * po/Makefile.in.in
886         * po/Makevars
887                 require autoconf 2.60, enabling building
888                 with gettext 0.15 (gettext 0.14.x build still
889                 possible). Replace Makefiles with versions
890                 from gettext 0.15.
891                 Remove configure options --with-localedir and
892                 --with-mandir. The options that are provided
893                 directly by autoconf 2.60 can be used instead:
894                 --mandir --localedir
895
896 2006-08-27 [colin]      2.4.0cvs101
897
898         * src/plugins/bogofilter/Makefile.am
899                 Fix make dist (no README)
900
901 2006-08-27 [colin]      2.4.0cvs100
902
903         * src/folder.c
904                 Don't use F_UNKNOWN folders for any default
905                 outbox/trash/etc
906         * src/plugins/bogofilter/bogofilter.c
907         * src/plugins/bogofilter/bogofilter.h
908         * src/plugins/bogofilter/bogofilter_gtk.c
909                 Add an option to specify the path to bogofilter
910                 Use single-quotes to be able to learn in folders
911                 with spaces in their names
912                 Verify learning status
913
914 2006-08-27 [colin]      2.4.0cvs99
915
916         * manual/faq.xml
917         * manual/plugins.xml
918                 Document Bogofilter plugin
919
920 2006-08-27 [colin]      2.4.0cvs98
921
922         * src/compose.c
923         * src/messageview.c
924         * src/procmsg.c
925         * src/procmsg.h
926                 When possible, copy the queued mail to sent folder
927                 instead of re-adding. Much faster on IMAP.
928
929 2006-08-27 [colin]      2.4.0cvs97
930
931         * src/msgcache.c
932                 Disable mmaped caches - huge metadata loss
933                 here after a power failure.
934         * src/summaryview.c
935                 Add quicksearch timing
936         * src/common/plugin.c
937         * src/common/plugin.h
938                 Implement an interface to tell what plugins
939                 provide. Prevent loading of similar plugins.
940         * src/plugins/clamav/clamav_plugin.c
941         * src/plugins/demo/demo.c
942         * src/plugins/dillo_viewer/dillo_viewer.c
943         * src/plugins/pgpcore/plugin.c
944         * src/plugins/pgpinline/pgpinline.c
945         * src/plugins/pgpmime/pgpmime.c
946         * src/plugins/spamassassin/spamassassin.c
947         * src/plugins/trayicon/trayicon.c
948                 Implement plugin_provides()
949
950 2006-08-27 [colin]      2.4.0cvs96
951
952         * configure.ac
953         * src/plugins/Makefile.am
954         * src/plugins/bogofilter/.cvsignore
955         * src/plugins/bogofilter/Makefile.am
956         * src/plugins/bogofilter/bogofilter.c
957         * src/plugins/bogofilter/bogofilter.h
958         * src/plugins/bogofilter/bogofilter_gtk.c
959                 New Bogofilter plugin, provides filtering and
960                 learning. Spamassassin will go to extra plugins.
961
962 2006-08-26 [mones]      2.4.0cvs95
963
964         * manual/handling.xml
965                 Fix subfolder path in the example (thanks to Paul) 
966
967 2006-08-26 [mones]      2.4.0cvs94
968
969         * manual/glossary.xml
970                 2.2. + add ISP to the glossary
971                 7.5. + Add UIDL to glossary
972                 7.7. + Add TCP to glossary
973         * manual/handling.xml
974                 7.1. + Mentions GNU/Linux distribution, what about the non...
975                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
976                 7.3. + Mentions .bashrc, what about the non-bash ones? 
977                 7.4. = Use appropriate quotation for commands
978                 7.6. = change "" to <quote></quote>
979         * manual/plugins.xml
980                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
981         * manual/starting.xml
982                 2.1. + local mbox file: some examples of mbox file locations...
983                 Also reformatted files requiring it
984
985 2006-08-26 [wwp]        2.4.0cvs93
986
987         * src/summary_search.c
988                 disable find buttons while summary search is running.
989
990 2006-08-25 [colin]      2.4.0cvs92
991
992         * src/folder.c
993         * src/folderutils.c
994         * src/mh.c
995         * src/procmsg.h
996         * src/summaryview.c
997                 Speed up MH moving, and add progressbar
998                 for MH deletion
999         * src/msgcache.c
1000                 Write cache files using mmap() too
1001
1002 2006-08-25 [wwp]        2.4.0cvs91
1003
1004         * src/summaryview.c
1005                 switch spam<->ham button when a message has been marked as spam or ham
1006                 and is still selected. Thanks to Colin.
1007
1008 2006-08-25 [paul]       2.4.0cvs90
1009
1010         * src/Makefile.am
1011         * src/stock_pixmap.c
1012         * src/stock_pixmap.h
1013         * src/summaryview.c
1014         * src/gtk/icon_legend.c
1015         * src/pixmaps/copied.xpm
1016         * src/pixmaps/moved.xpm
1017                 add icons for delayed execution marked for
1018                 copying, marked for moving
1019
1020 2006-08-25 [mones]      2.4.0cvs89
1021
1022         * manual/glossary.xml
1023                 Fix the other glossary items:
1024                 5.1. = Inmmediate execution -> <quote>immediate execution...
1025                 5.2. = Fix MBOX capitalization -> Mbox
1026                 5.3. + Improve Plugins def. w/ tech. ref.
1027                 5.4. = Quotation -> replace '>' by <quote>></quote>
1028                 5.5. - SMTP Server. -> remove dot
1029         * po/es.po
1030                 Updated translation
1031
1032 2006-08-25 [mones]      2.4.0cvs88
1033
1034         * manual/ack.xml
1035                 Reformatted, changed email address
1036         * manual/glossary.xml
1037                 Reformatted, fixed MANUAL-TODO items:
1038                 8.2. + add ROT-13 to glossary
1039                 8.4. + add URL to glossary
1040         * manual/es/advanced.xml
1041                 Fixed <literal>s
1042
1043 2006-08-25 [paul]       2.4.0cvs87
1044
1045         * src/gtk/icon_legend.c
1046                 add 'marked for deletion' icon
1047                 arrange icons by containing column
1048                 wrap long label text
1049
1050 2006-08-25 [colin]      2.4.0cvs86
1051
1052         * src/common/utils.c
1053         * src/common/utils.h
1054                 Add the sc_g_*list_bigger functions in
1055                 a place everyone can use it
1056         * src/summaryview.c
1057                 Only freeze/thaw the list when working
1058                 on the selection, if it's bigger than 1
1059         * src/gtk/gtksctree.c
1060                 Only freeze/thaw the list when unselec-
1061                 ting 'all' if ('all' != 1)
1062                 This avoids some flickering
1063
1064 2006-08-24 [colin]      2.4.0cvs85
1065
1066         * src/addressbook.c
1067                 Fix strange list selection
1068                 Fix random seg (Invalid read of freed memory)
1069
1070 2006-08-24 [colin]      2.4.0cvs84
1071
1072         * src/alertpanel.c
1073         * src/gtk/inputdialog.c
1074         * src/plugins/pgpcore/passphrase.c
1075                 Revert minimal width patch of 2.4.0cvs67,
1076                 as it is also a maximal width. Use 
1077                 gtk_window_set_default_size instead.
1078
1079 2006-08-24 [colin]      2.4.0cvs83
1080
1081         * src/msgcache.c
1082                 Write cache/mark to temp files before
1083                 overwriting old ones (avoids metadata
1084                 loss if writing the new files fail).
1085                 Use mmap() to read cache/mark file, as
1086                 this makes cache reading faster. Dis-
1087                 abled for big-endian machines until it
1088                 can be tested. (Big-endian users: set
1089                 msgcache_use_mmap = TRUE in the relevant
1090                 #if).
1091         * src/procmsg.h
1092                 Move rarely used fields of MsgInfo in 
1093                 another structure, which will only be
1094                 allocated if needed. Face, X-Face,
1095                 Return receipt headers and List-*
1096                 headers are moved. Mails having none
1097                 of these occupy 52 bytes less with
1098                 this patch, which makes 2.5MB of RAM
1099                 saved on a 50k folder).
1100         * src/headerview.c
1101         * src/mainwindow.c
1102         * src/messageview.c
1103         * src/partial_download.c
1104         * src/procheader.c
1105         * src/procmsg.c
1106         * src/textview.c
1107                 Follow this structure change.
1108
1109 2006-08-24 [wwp]        2.4.0cvs82
1110
1111         * manual/es/.cvsignore
1112         * manual/es/dist/.cvsignore
1113         * manual/es/dist/html/.cvsignore
1114         * manual/es/dist/pdf/.cvsignore
1115         * manual/es/dist/ps/.cvsignore
1116         * manual/es/dist/txt/.cvsignore
1117                 more (generated) files to ignore.
1118
1119 2006-08-24 [colin]      2.4.0cvs81
1120
1121         * src/folder.c
1122         * src/mh.c
1123                 Fix possible problems with local delivery. Check the folder doesn't
1124                 need scan before setting its mtime when saving cache (which can be
1125                 done long after the folder's been modified by an external process);
1126                 Check that the stored item's mtime didn't change in mh functions.
1127
1128 2006-08-24 [mones]      2.4.0cvs80
1129
1130         * manual/advanced.xml
1131                 Rewrapping, some fixes and MANUAL-TODO items:
1132                 8.1. = change "" to <quote></quote>
1133                 8.3. = quote menu items
1134                 8.5. - deploying -> new user ... ideally a new user (redundant)
1135
1136 2006-08-23 [colin]      2.4.0cvs79
1137
1138         * src/gtk/gtksctree.c
1139                 When selecting or deselecting range, only
1140                 freeze/thaw when selection is bigger than 10
1141
1142 2006-08-23 [colin]      2.4.0cvs78
1143
1144         * src/messageview.c
1145         * src/mimeview.c
1146         * src/mimeview.h
1147         * src/plugins/dillo_viewer/dillo_viewer.c
1148                 Provide an API for MimeViewer plugins to
1149                 return a text selection for replying
1150
1151 2006-08-23 [colin]      2.4.0cvs77
1152
1153         * src/image_viewer.c
1154         * src/textview.c
1155                 Use gtk_pixbuf_new_from_file_at_scale(), which
1156                 is faster than getting the pixbuf then resizing
1157                 it.
1158
1159 2006-08-23 [colin]      2.4.0cvs76
1160
1161         * src/procmime.c
1162                 UTF-8 should be sent Quoted-printable
1163
1164 2006-08-22 [colin]      2.4.0cvs75
1165
1166         * src/mh.c
1167                 Check if scan is required before touching
1168                 the folder (or it'll be required every time)
1169
1170 2006-08-22 [colin]      2.4.0cvs74
1171
1172         * configure.ac
1173                 Require libetpan 0.46 (crasher fix when built
1174                 against gnutls)
1175
1176 2006-08-22 [colin]      2.4.0cvs73
1177
1178         * src/folder.c
1179                 Set folder's mtime after writing its
1180                 cache
1181         * src/folderview.c
1182                 Add some timing
1183         * src/procmsg.c
1184                 Don't do useless stuff if we don't 
1185                 thread by subject
1186         * src/summaryview.c
1187                 Add some timing, don't deselect prior
1188                 to selecting (gtksctree does it itself),
1189                 remove crash avoidance hacks as it's been
1190                 properly fixed since a while
1191         * src/common/utils.c
1192                 Optimize to_human_readable(): _() is slow,
1193                 do it only once, and avoid %f format for KB
1194                 (the most common in a summaryview)
1195         * src/gtk/gtksctree.c
1196                 Don't uselessly freeze/thaw (fixes flicker
1197                 on next unread and friends), reduce number
1198                 of g_list_nth/g_list_position where possible
1199         * src/gtk/gtkutils.c
1200         * src/gtk/gtkutils.h
1201                 Reduce number of g_list_nth/g_list_position
1202                 where possible.
1203                 All of this makes loading as 70k folder 2.1
1204                 seconds instead of 3.2 (with hot FS caches).
1205                 (1.3 seconds without Date and Size columns...)
1206
1207 2006-08-22 [paul]       2.4.0cvs72
1208
1209         wrap documents and do some items from mones' MANUAL-TODO:
1210
1211         * manual/account.xml
1212                 4.1. = fix tabname references to <quote>tabname</quote>
1213                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1214         * manual/faq.xml
1215                 1.1. = mentioned options don't match UI
1216                 Add information about the 'Never send Return Receipts'
1217                 option
1218         * manual/handling.xml
1219                 6.2. = Mentions Extended symbols button, but now is
1220                 named Information
1221                 6.3. = Mentions ... button, which is now Edit
1222
1223 2006-08-22 [colin]      2.4.0cvs71
1224
1225         * src/gtk/pluginwindow.c
1226                 Fix layout in verbose translations (such
1227                 as french)
1228
1229 2006-08-22 [paul]       2.4.0cvs70
1230
1231         * manual/Makefile.am
1232                 build manuals in alphabetical order
1233         * src/addressbook.c
1234         * src/prefs_themes.c
1235                 replace/remove deprecated symbols
1236         * src/gtk/gtkutils.c
1237                 fix a warning
1238         * src/gtk/pluginwindow.c
1239                 replace deprecated symbol
1240                 replace label text and move it
1241         * src/plugins/pgpcore/prefs_gpg.c
1242                 move the 'Generate...' button out of the
1243                 Sign Key frame, replace the English used
1244         * src/plugins/pgpcore/sgpgme.c
1245                 fixes to the English
1246
1247 2006-08-21 [colin]      2.4.0cvs69
1248
1249         * src/plugins/trayicon/trayicon.c
1250                 Add more strings for translation; patch
1251                 by Pawel
1252
1253 2006-08-21 [colin]      2.4.0cvs68
1254
1255         * src/compose.c
1256                 fix replied flag not set after drafting
1257         * src/matcher.c
1258                 fix body quicksearch in non-encoded bodies
1259                 containing '='
1260         * src/msgcache.c
1261                 Get rid of the g_malloc workaround for
1262                 corrupted caches, use g_try_malloc
1263
1264 2006-08-21 [colin]      2.4.0cvs67
1265
1266         * src/alertpanel.c
1267         * src/gtk/inputdialog.c
1268         * src/plugins/pgpcore/passphrase.c
1269                 Set minimal width to 375
1270         * src/mainwindow.c
1271                 Fix switching to offline, asking if it 
1272                 should be overriden for synchronising
1273         * src/mimeview.c
1274                 Don't offer to remember command on Open 
1275                 with for text parts, as the browser or 
1276                 text editor command isn't changed from 
1277                 there
1278
1279 2006-08-20 [paul]       2.4.0cvs66
1280
1281         * po/ko.po
1282         * po/zh_CN.po
1283                 fix plural form errors. revealed by stricter
1284                 checking of gettext 0.15
1285
1286 2006-08-18 [paul]       2.4.0cvs65
1287
1288         * src/stock_pixmap.c
1289                 fix the fix of 2.4.0cvs64
1290                 Thanks to Colin
1291
1292 2006-08-18 [paul]       2.4.0cvs64
1293
1294         * src/stock_pixmap.c
1295                 fix leaks
1296                 Thanks to Colin
1297
1298 2006-08-18 [paul]       2.4.0cvs63
1299
1300         * src/compose.c
1301         * src/procmsg.c
1302                 fix occasional IMAP bug where large msgs
1303                 were left in the queue folder after sending
1304                 Thanks to Colin
1305
1306 2006-08-18 [paul]       2.4.0cvs62
1307
1308         * src/folderview.c
1309                 freeze the summaryview while quicksearch results
1310                 are displayed
1311                 (fixes bug 456 'current message is hidden when the
1312                 view is refreshed and extended search is "unread 
1313                 messages"')
1314                 Thanks to Colin
1315         * src/textview.c
1316                 add missing #include "inputdialog.h"
1317         * src/common/utils.h
1318                 add missing mailcap_update_default() and improve
1319                 readability
1320
1321 2006-08-17 [colin]      2.4.0cvs61
1322
1323         * src/plugins/pgpcore/select-keys.c
1324                 Fix warnings :)
1325
1326 2006-08-17 [colin]      2.4.0cvs60
1327
1328         * src/compose.c
1329                 Don't continue queuing if Cancel is clicked
1330                 in select-keys
1331
1332 2006-08-17 [colin]      2.4.0cvs59
1333
1334         * src/plugins/pgpcore/select-keys.c
1335                 When encrypting, if only one key matches and it 
1336                 matches exactly, automatically use it.
1337
1338 2006-08-17 [colin]      2.4.0cvs58
1339
1340         * src/mimeview.c
1341         * src/prefs_common.c
1342         * src/prefs_common.h
1343         * src/prefs_ext_prog.c
1344         * src/textview.c
1345                 Fix issues with previous patch (text/html)
1346                 Remove outdated prefs
1347
1348 2006-08-17 [colin]      2.4.0cvs57
1349
1350         * src/imap.c
1351                 Add View Log button on auth error
1352         * src/procmsg.c
1353                 Fix encrypted mail marked as new when
1354                 saved in normal folders
1355         * src/plugins/pgpinline/pgpinline.c
1356                 Fix encrypt bug on IMAP
1357         * src/mimeview.c
1358         * src/common/utils.c
1359         * src/common/utils.h
1360         * src/gtk/inputdialog.c
1361         * src/gtk/inputdialog.h
1362                 Get rid of metamail stuff, simplify
1363                 opening, and allow remembering of user's
1364                 choices (by updating ~/.mailcap). There's
1365                 still to drop "Audio player" and "Image
1366                 viewer" preferences.
1367
1368 2006-08-17 [mones]      2.4.0cvs56
1369
1370         * manual/es/sylpheed-claws-manual.xml
1371                 fix DTD path
1372
1373 2006-08-17 [mones]      2.4.0cvs55
1374
1375         * configure.ac
1376         * manual/Makefile.am
1377         * manual/es/Makefile.am
1378         * manual/es/account.xml
1379         * manual/es/ack.xml
1380         * manual/es/addrbook.xml
1381         * manual/es/advanced.xml
1382         * manual/es/faq.xml
1383         * manual/es/glossary.xml
1384         * manual/es/gpl.xml
1385         * manual/es/handling.xml
1386         * manual/es/intro.xml
1387         * manual/es/keyboard.xml
1388         * manual/es/plugins.xml
1389         * manual/es/starting.xml
1390         * manual/es/sylpheed-claws-manual.xml
1391         * manual/es/dist/Makefile.am
1392         * manual/es/dist/html/Makefile.am
1393         * manual/es/dist/pdf/Makefile.am
1394         * manual/es/dist/ps/Makefile.am
1395         * manual/es/dist/txt/Makefile.am
1396                 Spanish translation for the manual
1397
1398 2006-08-16 [colin]      2.4.0cvs54
1399
1400         * src/compose.c
1401         * src/main.c
1402         * src/mainwindow.c
1403                 Fix send button sensitivity at startup
1404                 Set send menu sensitivity (patch by Fabien)
1405         * src/ssl_manager.c
1406                 Enable closing with esc (patch by Fabien)
1407         * src/gtk/foldersort.c
1408                 Enable closing with esc (patch by Fabien)
1409         * src/procmime.c
1410                 Optimisation (no need to copy to tempfile to
1411                 "decode" 7bit and 8bit)
1412         * src/summaryview.c
1413                 Fix cruft in swap_from case
1414         * src/textview.c
1415                 Fix missing last line in some mail cases 
1416                 (Fixes debian #381872)
1417         * src/plugins/pgpcore/prefs_gpg.c
1418         * src/plugins/pgpcore/sgpgme.c
1419         * src/plugins/pgpcore/sgpgme.h
1420                 Don't show "no key found" when user explicitely
1421                 wants to create a key
1422
1423 2006-08-16 [paul]       2.4.0cvs53
1424
1425         * configure.ac
1426         * src/account.c
1427         * src/addressbook.c
1428         * src/headerview.c
1429         * src/prefs_account.c
1430         * src/prefs_message.c
1431         * src/gtk/gtkutils.c
1432                 bump up minimum required versions of GTK+ and
1433                 GLIB to 2.6.0
1434
1435 2006-08-16 [paul]       2.4.0cvs52
1436
1437         * src/toolbar.c
1438                 workaround GTK+ Bug 351600 - 'Can't re-click
1439                 on button after sensitivity update'
1440                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1441                 Thanks to Colin
1442
1443 2006-08-15 [colin]      2.4.0cvs51
1444
1445         * src/plugins/pgpcore/prefs_gpg.c
1446                 Set options sensitivity according to
1447                 key existence
1448         * src/plugins/pgpcore/sgpgme.c
1449                 Allow to create key with no passphrase
1450
1451 2006-08-14 [cleroy]     2.4.0cvs50
1452
1453         * src/gtk/pluginwindow.c
1454                 New layout (maybe to be changed?)
1455         * src/gtk/gtkutils.c
1456                 Fix a bit label_window
1457         * src/plugins/pgpcore/passphrase.c
1458         * src/plugins/pgpcore/passphrase.h
1459         * src/plugins/pgpcore/plugin.c
1460         * src/plugins/pgpcore/prefs_gpg.c
1461         * src/plugins/pgpcore/prefs_gpg.h
1462         * src/plugins/pgpcore/sgpgme.c
1463         * src/plugins/pgpcore/sgpgme.h
1464                 Allow to create a PGP private key via the GUI
1465
1466 2006-08-14 [wwp]        2.4.0cvs49
1467
1468         * src/addressbook_foldersel.c
1469                 fix strict ISO C90 compliance.
1470
1471 2006-08-14 [paul]       2.4.0cvs48
1472
1473         * src/gtk/prefswindow.c
1474                 re-set scrolled window on opening
1475                 Patch by Ticho
1476
1477 2006-08-14 [paul]
1478
1479         2.5.0-rc1 released
1480
1481 2006-08-14 [paul]       2.4.0cvs47
1482
1483         * src/prefs_display_header.c
1484                 re-enable user-defined Displayed Headers
1485
1486 2006-08-14 [paul]       2.4.0cvs46
1487
1488         * src/prefs_account.c
1489                 use GTK_STOCK_EDIT
1490
1491 2006-08-13 [colin]      2.4.0cvs45
1492
1493         * src/common/utils.c
1494                 Fix "a" in quote when the original message is empty,
1495                 by using \0 instead of 'a' to test writability of
1496                 temp files.
1497
1498 2006-08-13 [wwp]        2.4.0cvs44
1499
1500         * src/plugins/spamassassin/spamassassin.c
1501                 fix capitalization of "SpamAssassin" in some debug, log and
1502                 dialog messages.
1503
1504 2006-08-13 [paul]       2.4.0cvs43
1505
1506         * src/editldap.c
1507                 fix overlapping widgets
1508         * src/prefs_account.c
1509                 fix translation of protocol_names[]
1510                 fix label disappearing off the edge of the
1511                 visible area
1512
1513 2006-08-12 [paul]       2.4.0cvs42
1514
1515         * manual/plugins.xml
1516                 update IRC channel info before it gets forgotten
1517                 about
1518
1519 2006-08-11 [colin]      2.4.0cvs41
1520
1521         * src/compose.c
1522         * src/mainwindow.c
1523         * src/mainwindow.h
1524         * src/procmsg.c
1525         * src/procmsg.h
1526         * src/summaryview.c
1527         * src/toolbar.c
1528                 Grey out the Send button if
1529                 - Queue folders are empty, or
1530                 - We're sending already
1531
1532 2006-08-11 [wwp]        2.4.0cvs40
1533
1534         * src/main.c
1535                 fix a logic issue when quitting while a compose window is
1536                 still open, thanks to Colin.
1537
1538 2006-08-10 [colin]      2.4.0cvs39
1539
1540         * src/main.c
1541                 Fix default font size setting after wizard run
1542         * src/imap.c
1543         * src/etpan/imap-thread.c
1544         * src/etpan/imap-thread.h
1545                 Fix bug #999 (Timing out on TSL cert validation 
1546                 dialog makes ugly things happen). Also, STARTTLS
1547                 unconditionnaly if initial capabilities contain
1548                 LOGINDISABLED and STARTTLS.
1549
1550 2006-08-09 [colin]      2.4.0cvs38
1551
1552         * src/mainwindow.c
1553         * src/mainwindow.h
1554                 Fix Tools/Actions sensitivity when there are
1555                 no actions
1556
1557 2006-08-09 [colin]      2.4.0cvs37
1558
1559         * src/prefs_filtering.c
1560                 Warning fix, patch by Paul
1561         * src/messageview.c
1562         * src/prefs_actions.c
1563         * src/prefs_filtering_action.c
1564         * src/prefs_matcher.c
1565                 Uniformisation of "Info ..." to "Info..." (for
1566                 old gtk), patch by Fabien
1567         * src/plugins/clamav/clamav_plugin_gtk.c
1568                 Sensitivity fix by Fabien
1569
1570 2006-08-09 [colin]      2.4.0cvs36
1571
1572         * src/main.c
1573         * src/main.h
1574                 Add a function to know whether we're exiting
1575         * src/plugins/trayicon/trayicon.c
1576                 If exiting, don't do anything. Faster, and
1577                 avoids gtk_main_iteration reentracy causing
1578                 segfaults at exit
1579
1580 2006-08-09 [colin]      2.4.0cvs35
1581
1582         * src/messageview.c
1583         * src/mimeview.c
1584         * src/mimeview.h
1585                 Fix lack of part selection when automatically 
1586                 jumping to a specific part
1587         * src/msgcache.c
1588                 Little optimisation in cache reading
1589
1590 2006-08-09 [colin]      2.4.0cvs34
1591
1592         * src/compose.c
1593                 Fix crash setting the priority on reedit
1594                 (Accessing compose before creating it!)
1595
1596 2006-08-08 [colin]      2.4.0cvs33
1597
1598         * src/procmime.c
1599                 Fix bug #998 (last attachment is not accessible)
1600                 Bad RFC interpretation on multipart close-delimiters
1601         * src/mimeview.c
1602         * src/mimeview.h
1603         * src/gtk/gtkvscrollbutton.c
1604         * src/gtk/gtkvscrollbutton.h
1605                 Make attachments list wheel-scrollable
1606
1607 2006-08-07 [colin]      2.4.0cvs32
1608
1609         * src/gtk/gtkaspell.c
1610                 Fix bug #973 (Unicode punctation characters 
1611                 are not recognized as separators by the
1612                 spell checker); fix unsigned stuff
1613
1614 2006-08-07 [colin]      2.4.0cvs31
1615
1616         * src/compose.c
1617                 Fix bug #956 (DnD text with accents in compose 
1618                 text entry); fix gccc's signed/unsigned fuss
1619
1620 2006-08-06 [colin]      2.4.0cvs30
1621
1622         * src/main.c
1623                 Fix bug #979 (Plugin crashes when exiting 
1624                 sylpheed-claws) : handle exit request only 
1625                 once
1626
1627 2006-08-05 [colin]      2.4.0cvs29
1628
1629         * src/news.c
1630                 Just make sure we have a msgid.
1631
1632 2006-08-05 [colin]      2.4.0cvs28
1633
1634         * src/news.c
1635         * src/summaryview.c
1636                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1637                 by reimplementing it
1638         * src/textview.c
1639                 Fix bug when hiding quotes with level > 3 and quote
1640                 colors are recycled
1641
1642 2006-08-04 [colin]      2.4.0cvs27
1643
1644         * src/compose.c
1645         * src/undo.c
1646         * src/undo.h
1647                 Fix a bit replace-by-pasting undo
1648         * src/mainwindow.c
1649         * src/messageview.c
1650                 Fix Fold quotes menu synchro in
1651                 mainwindow when it changes in 
1652                 messageview
1653         * src/textview.c
1654                 Fix right-click on quotes blocks
1655         * src/common/utils.c
1656                 Verify that the file created by
1657                 my_tmpfile() is writable. Fixes
1658                 bug #988 (very specific filesystem
1659                 issue)
1660         * src/plugins/pgpcore/sgpgme.c
1661                 Fix file descriptor leak
1662         * src/plugins/spamassassin/spamassassin.c
1663                 Warn once if spamd isn't reachable
1664
1665 2006-08-04 [colin]      2.4.0cvs26
1666
1667         * src/toolbar.c
1668                 i18n context patch by Fabien
1669
1670 2006-08-03 [colin]      2.4.0cvs25
1671
1672         * src/mainwindow.c
1673         * src/messageview.c
1674                 Rename "Hide quotes" to "Fold quotes"
1675         * src/textview.c
1676                 Don't use hand cursor on quotes. "all 
1677                 the bonuses of the feature and none of 
1678                 unwelcome side-effects"
1679
1680 2006-08-03 [colin]      2.4.0cvs24
1681
1682         * AUTHORS
1683         * sylpheed-claws.desktop
1684         * src/gtk/authors.h
1685                 Bring the desktop file to XDG compliance
1686                 Patch by Charles A. Edwards
1687
1688 2006-08-03 [colin]      2.4.0cvs23
1689
1690         * src/textview.c
1691                 Fix links offset when they are preceded
1692                 by accentued chars (g_utf8_strlen!)
1693         * src/mainwindow.c
1694                 Fix wrong status when starting offline
1695
1696
1697 2006-08-03 [wwp]        2.4.0cvs22
1698
1699         * src/prefs_common.h
1700                 ask what to do w/ filtering rules that belong to an account when
1701                 applying filtering rules manually from the main window (skip,
1702                 apply regardless of the account, use current account). This dialog
1703                 can be skipped and the last reply used.
1704                 (forgot that file)
1705
1706 2006-08-03 [wwp]        2.4.0cvs21
1707
1708         * src/filtering.c
1709         * src/filtering.h
1710         * src/prefs_common.c
1711         * src/summaryview.c
1712         * src/alertpanel.c
1713         * src/alertpanel.h
1714         * src/messageview.c
1715                 ask what to do w/ filtering rules that belong to an account when
1716                 applying filtering rules manually from the main window (skip,
1717                 apply regardless of the account, use current account). This dialog
1718                 can be skipped and the last reply used.
1719
1720
1721 2006-08-03 [colin]      2.4.0cvs20
1722
1723         * src/textview.c
1724                 Optimize previous patch
1725
1726 2006-08-03 [cleroy]     2.4.0cvs19
1727
1728         * src/textview.c
1729                 Fix quotes getting toggled back when the
1730                 mail has an even number of text parts
1731
1732 2006-08-02 [colin]      2.4.0cvs18
1733
1734         * src/messageview.c
1735                 Add Hide quotes menu
1736
1737 2006-08-02 [colin]      2.4.0cvs17
1738
1739         * src/mainwindow.c
1740         * src/prefs_common.c
1741         * src/textview.c
1742         * src/textview.h
1743         * src/gtk/about.c
1744                 Allow per-level quote hiding,
1745                 Allow toggling quotes by double-clicking them
1746                 Rename RemoteURI to ClickableText to reflect
1747                 the fact it's used for a variety of things
1748
1749 2006-08-02 [wwp]        2.4.0cvs16
1750
1751         * src/mainwindow.c
1752                 fix "View/Hide quotes" menu item status initialization.
1753
1754 2006-08-02 [wwp]        2.4.0cvs15
1755
1756         * src/matcher_parser_parse.y
1757                 remove a debug trace.
1758
1759 2006-08-02 [paul]       2.4.0cvs14
1760
1761         * src/plugins/pgpcore/passphrase.c
1762                 don't set initial dialog size
1763                 make it resizable
1764
1765 2006-08-02 [paul]       2.4.0cvs13
1766
1767         * src/noticeview.c
1768                 remove the rogue '/' character
1769
1770 2006-08-02 [paul]       2.4.0cvs12
1771
1772         * src/noticeview.c
1773                 allow buttons to resize as necessary
1774
1775 2006-08-01 [wwp]        2.4.0cvs11
1776
1777         * src/mbox.c
1778                 fix strict ISO C90 compliance.
1779
1780 2006-08-01 [wwp]        2.4.0cvs10
1781
1782         * tools/update-po
1783                 updated update-po tool to work w/ context-dependent translations.
1784                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1785
1786 2006-08-01 [wwp]        2.4.0cvs9
1787
1788         * src/matcher.c
1789         * src/prefs_filtering.c
1790         * src/prefs_matcher.c
1791                 allow context-dependent translations for "All",
1792                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1793
1794 2006-07-31 [colin]      2.4.0cvs8
1795
1796         * AUTHORS
1797         * src/gtk/authors.h
1798                 Add Rafal to authors
1799
1800 2006-07-31 [colin]      2.4.0cvs7
1801
1802         * src/compose.c
1803         * src/mainwindow.c
1804         * src/messageview.h
1805         * src/prefs_common.c
1806         * src/prefs_common.h
1807         * src/textview.c
1808                 Add 'View/Hide quotes'. Patch based on a patch
1809                 by Rafal Weglarz
1810
1811 2006-07-31 [colin]      2.4.0cvs6
1812
1813         * src/action.c
1814                 Fix problem with "> stuff >" actions
1815
1816 2006-07-31 [paul]       2.4.0cvs5
1817
1818         * po/nb.po
1819                 updated by Geir Helland
1820
1821 2006-07-31 [wwp]        2.4.0cvs4
1822
1823         * src/mainwindow.c
1824         * src/summaryview.c
1825         * src/summaryview.h
1826                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1827                 thanks to Colin.
1828
1829 2006-07-31 [wwp]        2.4.0cvs3
1830
1831         * src/Makefile.am
1832         * src/addr_compl.c
1833         * src/addr_compl.h
1834         * src/addressbook.c
1835         * src/addressbook.h
1836         * src/addressbook_foldersel.c
1837         * src/addressbook_foldersel.h
1838         * src/addrindex.c
1839         * src/addrindex.h
1840         * src/matcher.c
1841         * src/matcher.h
1842         * src/matcher_parser_lex.l
1843         * src/matcher_parser_parse.y
1844         * src/prefs_common.c
1845         * src/prefs_common.h
1846         * src/prefs_filtering.c
1847         * src/prefs_matcher.c
1848         * src/prefs_matcher.h
1849         * src/summaryview.c
1850                 introduce filtering against the address book. It's now possible to add
1851                 matched conditions to determine if any email address in a message matches
1852                 or doesn't match any or all books or folders in the address book.
1853
1854 2006-07-31 [wwp]        2.4.0cvs2
1855
1856         * src/account.c
1857         * src/filtering.c
1858         * src/filtering.h
1859         * src/folder.c
1860         * src/folderview.c
1861         * src/inc.c
1862         * src/mainwindow.c
1863         * src/matcher.c
1864         * src/matcher_parser_lex.l
1865         * src/matcher_parser_parse.y
1866         * src/mbox.c
1867         * src/prefs_filtering.c
1868         * src/prefs_filtering.h
1869         * src/procmsg.c
1870         * src/procmsg.h
1871         * src/summaryview.c
1872                 introduce per-account filtering rules. Each filtering rule can now be assigned
1873                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1874                 when applying filtering rules manually, as all rules will apply - even the ones
1875                 assigned to an account. This issue will be addressed soon.
1876  
1877
1878
1879 2006-07-31 [wwp]        2.4.0cvs1
1880
1881         * src/quote_fmt.c
1882                 make more strings translatable.
1883
1884 2006-07-31 [paul]       2.4.0
1885
1886         2.4.0 released
1887
1888 2006-07-31 [paul]       2.3.1cvs91
1889
1890         * po/ca.po
1891                 updated by Miquel Oliete
1892
1893 2006-07-31 [paul]       2.3.1cvs90
1894
1895         * po/de.po
1896         * po/el.po
1897         * po/fr.po
1898         * po/it.po
1899         * po/pl.po
1900         * po/pt_BR.po
1901         * po/sr.po
1902         * po/zh_CN.po
1903                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1904                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1905                 Aleksandar Urosevic, and Ralgh Young
1906
1907 2006-07-31 [paul]       2.3.1cvs89
1908
1909         * src/account.c
1910         * src/main.c
1911         * src/mainwindow.c
1912         * src/mainwindow.h
1913                 Fix a race condition when, after an SC crash, rescanning
1914                 folders took more than 0.5 seconds
1915                 Thanks to Colin
1916
1917 2006-07-31 [paul]       2.3.1cvs88
1918
1919         * src/folderview.c
1920                 don't translate separator strings
1921
1922 2006-07-30 [mones]      2.3.1cvs87
1923
1924         * doc/man/sylpheed-claws.1
1925                 Fixed non-ASCII chars in Hoa's name
1926         * po/es.po
1927                 Updated for release
1928
1929 2006-07-27 [colin]      2.3.1cvs86
1930
1931         * src/textview.c
1932                 Don't include the leading \n in links
1933                 Patch by Fabien
1934
1935 2006-07-25 [colin]      2.3.1cvs85
1936
1937         * src/mainwindow.c
1938         * src/common/socket.h
1939         * src/etpan/imap-thread.c
1940                 Refresh resolvers before connecting
1941                 to IMAP servers, and after switching
1942                 to online. Thanks to Paul.
1943
1944 2006-07-18 [colin]
1945
1946         * 2.4.0-rc4 released
1947
1948 2006-07-17 [colin]      2.3.1cvs84
1949
1950         * src/inc.c
1951                 Show connection attempt in statusbar before
1952                 connecting (previously first message was
1953                 "Retrieving messages from ..." after the
1954                 connection succeeded.
1955
1956 2006-07-16 [wwp]        2.3.1cvs83
1957
1958         * sylpheed-claws.ico
1959                 Added .ico file (windows multi-size icon file, generated).
1960
1961 2006-07-12 [wwp]        2.3.1cvs82
1962
1963         * src/messageview.c
1964                 remove Message/Re-edit menu entry from messageview window,
1965                 as sent/draft/queued messages are opened in compose window when
1966                 re-edited and it's not possible to re-edit other msgs.
1967
1968 2006-07-12 [paul]       2.3.1cvs81
1969
1970         * AUTHORS
1971         * src/mainwindow.c
1972         * src/gtk/authors.h
1973                 check online state before resetting
1974                 mailcheck timer. Useful if some program
1975                 verifies connection state and updates
1976                 Claws.
1977                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1978
1979 2006-07-12 [paul]       2.3.1cvs80
1980
1981         * sylpheed-claws-128x128.png
1982         * sylpheed-claws-64x64.png
1983         * sylpheed-claws.png
1984         * src/Makefile.am
1985         * src/main.c
1986         * src/prefs_toolbar.c
1987         * src/stock_pixmap.c
1988         * src/stock_pixmap.h
1989         * src/wizard.c
1990         * src/gtk/about.c
1991         * src/gtk/gtkutils.c
1992         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1993         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1994         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1995         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1996         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1997         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1998                 updated and renamed logo/icon files and related
1999                 logo by Jesper Schultz
2000
2001 2006-07-11 [paul]       2.3.1cvs79
2002
2003         * src/main.c
2004                 fix the labels a smidgin
2005
2006 2006-07-09 [colin]      2.3.1cvs78
2007
2008         * src/textview.c
2009                 Show errors in textviewer's command
2010                 Patch by H. Merijn Brand
2011
2012 2006-07-09 [colin]      2.3.1cvs77
2013
2014         * src/compose.c
2015                 Save FMID in drafts too
2016
2017 2006-07-08 [colin]      2.3.1cvs76
2018
2019         * src/compose.c
2020                 Svae RMID in drafted mails too
2021                 Save quote_fmt vars for whole mails,
2022                 don't reset at each quote_fmt_init:
2023                 allows to use the same |i{var} in
2024                 various template fields
2025         * src/prefs_template.c
2026         * src/quote_fmt.h
2027         * src/quote_fmt_parse.y
2028                 Same
2029
2030 2006-07-08 [colin]      2.3.1cvs75
2031
2032         * src/textview.c
2033                 Fix highlighting of attached parts URIs
2034
2035 2006-07-08 [colin]      2.3.1cvs74
2036
2037         * src/main.c
2038                 Prevent bug #981 (sc 2.3.1 segfaults with 
2039                 gtk+ 2.10) from being reported again:
2040                 if Sylpheed-Claws has been compiled against
2041                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2042                 of if Sylpheed-Claws has been compiled against
2043                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2044                 error out.
2045
2046 2006-07-07 [colin]      2.3.1cvs73
2047
2048         * src/prefs_actions.c
2049                 Fix label
2050
2051 2006-07-07 [colin]      2.3.1cvs72
2052
2053         * src/prefs_actions.c
2054                 Fix compile on gtk < 2.8. argh :)
2055
2056 2006-07-07 [paul]       2.3.1cvs71
2057
2058         * src/common/defs.h
2059                 update DONATE_URI
2060
2061 2006-07-07 [colin]      2.3.1cvs70
2062
2063         * po/POTFILES.in
2064         * src/quote_fmt.c
2065         * src/quote_fmt_lex.l
2066         * src/quote_fmt_parse.y
2067                 Add |i{var}, a way to insert user-entered
2068                 text in a template
2069
2070 2006-07-07 [colin]
2071
2072         * 2.4.0-rc3 released
2073
2074 2006-07-07 [colin]      2.3.1cvs69
2075
2076         * src/folder.c
2077                 Don't consider inboxes of UNKNOWN folder 
2078                 classes to be useable as default inboxes
2079
2080 2006-07-07 [paul]       2.3.1cvs68
2081
2082         * src/textview.c
2083                 add missing #include <errno.h>
2084                 Thanks to René J. Blokland
2085
2086 2006-07-07 [paul]       2.3.1cvs67
2087
2088         * src/action.c
2089                 Return now Closes dialog
2090         * src/mimeview.c
2091         * src/mimeview.h
2092         * src/textview.c
2093                 add contextual menu to mime parts listed
2094                 in the textview
2095                 Thanks to Colin
2096         * src/common/utils.c
2097                 reversal: ' is a valid character in URLs
2098
2099 2006-07-06 [colin]      2.3.1cvs66
2100
2101         * src/remotefolder.h
2102                 Forgotten in previous commit
2103
2104 2006-07-06 [colin]      2.3.1cvs65
2105
2106         * src/folder.c
2107                 Set summary update flag whenever
2108                 totals changed
2109         * src/imap.c
2110         * src/prefs_account.c
2111         * src/common/utils.h
2112         * src/etpan/imap-thread.c
2113                 Fix warnings, thanks to Fabien and
2114                 Ricardo
2115
2116 2006-07-06 [wwp]        2.3.1cvs64
2117
2118         * src/gtk/gtkutils.c
2119                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2120
2121 2006-07-06 [wwp]        2.3.1cvs63
2122
2123         * src/account.c
2124         * src/addressbook.c
2125         * src/addressitem.h
2126         * src/folderview.c
2127         * src/mainwindow.c
2128         * src/manual.c
2129         * src/manual.h
2130         * src/message_search.c
2131         * src/prefs_actions.c
2132         * src/prefs_filtering.c
2133         * src/prefs_filtering.h
2134         * src/prefs_template.c
2135         * src/summary_search.c
2136         * src/summaryview.c
2137         * src/gtk/gtkutils.c
2138         * src/gtk/gtkutils.h
2139         * src/gtk/pluginwindow.c
2140                 add help buttons to some dialogs. Clicking such buttons opens a
2141                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2142
2143 2006-07-06 [paul]       2.3.1cvs62
2144
2145         * src/textview.c
2146                 fix attachments contextual menu
2147                 Thanks to Colin
2148
2149 2006-07-05 [colin]      2.3.1cvs61
2150
2151         * src/textview.c
2152         * src/compose.c
2153                 Handle sftp:// links
2154
2155 2006-07-05 [paul]       2.3.1cvs60
2156
2157         * src/gtk/filesel.c
2158                 grab save button by default
2159                 Thanks to Colin
2160
2161 2006-07-05 [wwp]        2.3.1cvs59
2162
2163         * manual/xml2pdf
2164                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2165
2166 2006-07-04 [colin]      2.3.1cvs58
2167
2168         * src/mimeview.c
2169         * src/textview.c
2170                 Use left click to select, middle click to open
2171                 on mimeparts links
2172         * src/common/utils.c
2173                 Fix segfault
2174
2175 2006-07-04 [colin]      2.3.1cvs57
2176
2177         * src/mainwindow.c
2178         * src/news.c
2179                 Warning fixes, thanks to Fabien
2180
2181 2006-07-04 [colin]      2.3.1cvs56
2182
2183         * src/mimeview.c
2184         * src/mimeview.h
2185         * src/textview.c
2186                 Allow parts to be selected via their text label
2187                 in textview
2188
2189 2006-07-04 [colin]      2.3.1cvs55
2190
2191         * src/folderview.c
2192                 Feedback when closing (for big folders)
2193         * src/prefs_actions.c
2194         * src/prefs_filtering.c
2195         * src/prefs_matcher.c
2196         * src/prefs_template.c
2197                 Fix default button when closing without
2198                 having saved
2199
2200 2006-07-04 [colin]      2.3.1cvs54
2201
2202         * src/news.c
2203                 Delete local file on deletion
2204
2205 2006-07-03 [colin]      2.3.1cvs53
2206
2207         * src/folderview.c
2208         * src/main.c
2209                 Don't freeze when rescanning after crash
2210
2211 2006-07-03 [wwp]        2.3.1cvs52
2212
2213         * src/compose.c
2214         * src/privacy.c
2215         * src/privacy.h
2216         * src/plugins/pgpinline/pgpinline.c
2217         * src/plugins/pgpmime/pgpmime.c
2218                 don't report an error when the user cancels the passphrase dialog.
2219
2220 2006-07-02 [colin]      2.3.1cvs51
2221
2222         * src/folderview.c
2223                 Open message when crossing folders with Space,
2224                 goto next unread and friends
2225
2226 2006-07-01 [colin]      2.3.1cvs50
2227
2228         * src/prefs_account.c
2229                 Typographic rules varying from language
2230                 to language (in french "Protocole :"),
2231                 we have to do that :)
2232
2233 2006-07-01 [ticho]      2.3.1cvs49
2234
2235         * src/prefs_account.c
2236                 Only use one temporary gchar* variable in
2237                 prefs_account_protocol_set_optmenu().
2238
2239 2006-07-01 [ticho]      2.3.1cvs48
2240
2241         * src/prefs_account.c
2242         * src/prefs_account.h
2243                 Use GtkLabel for existing account protocol name.
2244                 Created an array for protocol names and populate the
2245                 combobox from it in a for() cycle.
2246
2247 2006-06-30 [colin]      2.3.1cvs47
2248
2249         * src/compose.c
2250                 Block undo when changing signature (by changing
2251                 account)
2252
2253 2006-06-30 [paul]       2.3.1cvs46
2254
2255         * src/send_message.c
2256                 when editing From in the Compose window, use that address
2257                 in the Return-Path: header
2258                 Thanks to Colin
2259
2260 2006-06-30 [colin]      2.3.1cvs45
2261
2262         * src/compose.c
2263                 Fix signature replacement:
2264                 - when no newline before separator
2265                 - when reediting
2266
2267 2006-06-29 [colin]      2.3.1cvs44
2268
2269         * src/folderview.c
2270         * src/folderview.h
2271         * src/mainwindow.c
2272         * src/summaryview.c
2273                 Let 'View/Go to/Next marked' work like
2274                 Next new & Next unread: across folders
2275                 Change the select_on_entry pref to do
2276                 what we want when changing folder
2277         * src/common/utils.c
2278                 Fix single-quoted links 
2279
2280 2006-06-29 [colin]      2.3.1cvs43
2281
2282         * src/gtk/gtkaspell.c
2283                 "Sylpheed" and "Sylpheed-Claws" do exist !
2284
2285 2006-06-29 [colin]      2.3.1cvs42
2286
2287         * src/imap.c
2288                 Forgot to remove debug
2289
2290 2006-06-29 [colin]      2.3.1cvs41
2291
2292         * src/imap.c
2293         * src/imap.h
2294         * src/mainwindow.c
2295                 Disconnect from IMAP servers when going
2296                 offline. Fixes bug #978 (going to offline-mode 
2297                 won't close connections)
2298
2299 2006-06-29 [colin]      2.3.1cvs40
2300
2301         * src/main.c
2302                 Fix transient setting on failing plugins
2303                 Patch by Fabien
2304         * src/plugins/pgpcore/sgpgme.c
2305                 Only warn for OpenPGP. Most people don't
2306                 have CMS available.
2307
2308 2006-06-29 [colin]      2.3.1cvs39
2309
2310         * src/compose.c
2311                 Fix Spelling menu (discrepancy between context menu
2312                 and top menu when folder's dictionary isn't the 
2313                 default one)
2314         * src/plugins/pgpcore/sgpgme.c
2315                 More error reporting about why gpgme can fail
2316
2317 2006-06-29 [wwp]        2.3.1cvs38
2318
2319         * src/mainwindow.c
2320                 honor the display-header-pane setting even when the message view
2321                 is a separate window.
2322
2323 2006-06-29 [wwp]        2.3.1cvs37
2324
2325         * src/prefs_actions.c
2326                 forgot to commit that one (use of GTK_STOCK_INFO).
2327
2328 2006-06-29 [colin]      2.3.1cvs36
2329
2330         * src/imap.c
2331                 Better handling of login errors (ask the password
2332                 again once), alert in case of error. Fix three
2333                 signedness warnings.
2334
2335 2006-06-28 [wwp]        2.3.1cvs35
2336
2337         * src/prefs_template.c
2338         * src/prefs_matcher.c
2339         * src/prefs_filtering_action.c
2340         * src/prefs_quote.c
2341                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2342                 patch by Fabien Vantard, slightly modified.
2343
2344 2006-06-28 [paul]
2345
2346         2.4.0-rc2 released
2347
2348 2006-06-28 [colin]      2.3.1cvs34
2349
2350         * src/prefs_account.c
2351                 Fix bug #977 (Can't add or edit imap accounts)
2352
2353 2006-06-28 [colin]      2.3.1cvs33
2354
2355         * src/mimeview.c
2356                 Fix previous
2357
2358 2006-06-28 [colin]      2.3.1cvs32
2359
2360         * src/mimeview.c
2361                 Save named inlined attachments with "Save all"
2362         * src/main.c
2363         * src/mbox.c
2364         * src/common/plugin.c
2365         * src/common/plugin.h
2366         * src/common/sylpheed.c
2367         * src/common/utils.c
2368         * src/plugins/pgpcore/sylpheed.def
2369         * src/plugins/pgpinline/sylpheed.def
2370         * src/plugins/pgpmime/sylpheed.def
2371                 Win32 compatibility patch, by
2372                 Werner Koch
2373
2374 2006-06-28 [wwp]        2.3.1cvs31
2375
2376         * src/imap.c
2377         * src/prefs_folder_item.c
2378                 less compilation warnings (thanks to Fabien Vantard), less typos.
2379
2380 2006-06-28 [paul]       2.3.1cvs30
2381
2382         * src/gtk/gtkutils.c
2383                 gtk_combo_box_set_focus_on_click() is only
2384                 available since gtk 2.6.0
2385
2386 2006-06-28 [paul]       2.3.1cvs29
2387
2388         * src/prefs_ext_prog.c
2389                 fix engrish and add a tooltip for the
2390                 'command for 'Display as text' option
2391
2392 2006-06-28 [paul]
2393
2394         2.4.0-rc1 released
2395
2396 2006-06-28 [paul]       2.3.1cvs28
2397
2398         * ChangeLog
2399         * tools/Makefile.am
2400                 include textviewer.pl in releases
2401
2402 2006-06-28 [paul]       2.3.1cvs27
2403
2404         * src/prefs_ext_prog.c
2405                 hide Print command option if libgnomeprint
2406                 support is present
2407
2408 2006-06-27 [colin]      2.3.1cvs26
2409
2410         * src/compose.c
2411                 Fix Esc handling in insert/attach dialog
2412                 Don't show this dialog if dragging something
2413                 else than text/uri-list
2414                 Thanks to Fabien Vantard
2415         * tools/textviewer.pl
2416                 Filter script to display stuff as text
2417                 by H. Merijn Brand
2418
2419 2006-06-27 [wwp]        2.3.1cvs25
2420
2421         * src/messageview.c
2422                 use the exact product name (message view title), patch
2423                 by Fabien Vantard.
2424
2425 2006-06-27 [ticho]      2.3.1cvs24
2426
2427         * src/prefs_account.c
2428         * src/prefs_common.c
2429         * src/prefs_common.h
2430         * src/prefs_ext_prog.c
2431         * src/textview.c
2432                 Add a preference (Preferences/External programs)
2433                 to allow "Display as text" to be done via a script
2434                 (patch by H.Merijn Brand).
2435                 Use GtkComboBox for protocol selection in account
2436                 preferences.
2437                 Only include current choice for existing accounts, and
2438                 insensitivize the combobox.
2439
2440 2006-06-27 [paul]       2.3.1cvs23
2441
2442         * src/mbox.c
2443                 fix crasher introduced in cvs21.
2444                 Thanks to Colin
2445
2446 2006-06-26 [colin]      2.3.1cvs22
2447
2448         * src/mbox.c
2449                 Fix double-frees when leaving folders
2450                 after exporting to mbox
2451
2452 2006-06-26 [colin]      2.3.1cvs21
2453
2454         * src/mbox.c
2455                 More feedback (and optimisation)
2456                 on import/export
2457         * src/common/utils.c
2458                 Fix case when looking for mail addresses
2459         * src/gtk/gtkutils.c
2460                 Extra check for (X-)Face
2461
2462 2006-06-25 [ticho]      2.3.1cvs20
2463
2464         * src/compose.c
2465         * src/exphtmldlg.c
2466         * src/gtk/gtkutils.c
2467         * src/gtk/gtkutils.h
2468                 Added second argument to gtkut_sc_combobox_create() to
2469                 control focus-on-click for the widget.
2470                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2471
2472 2006-06-25 [ticho]      2.3.1cvs19
2473
2474         * src/compose.c
2475         * src/gtk/Makefile.am
2476         * src/gtk/combobox.c
2477         * src/gtk/combobox.h
2478         * src/gtk/gtkutils.c
2479         * src/gtk/gtkutils.h
2480                 Use GtkComboBox instead of deprecated GtkOptionMenu
2481                 for account selector in compose window and for encoding
2482                 selector in attachment properties.
2483                 Also factorise working with the new GtkComboBox somewhat.
2484
2485 2006-06-24 [paul]       2.3.1cvs18
2486
2487         * src/prefs_common.c
2488                 use the correct default value
2489
2490 2006-06-24 [paul]       2.3.1cvs17
2491
2492         * src/compose.c
2493         * src/prefs_common.c
2494         * src/prefs_common.h
2495         * src/prefs_compose_writing.c
2496                 enable setting of default action when
2497                 dnd'ing files in the compose window.
2498                 (Collaborative effort with wwp)
2499
2500 2006-06-23 [wwp]        2.3.1cvs16
2501
2502         * src/compose.c
2503                 i18n fix (thanks to Fabien Vantard)
2504
2505 2006-06-22 [colin]      2.3.1cvs15
2506
2507         * src/prefs_customheader.c
2508                 Don't use filters in custom headers' file 
2509                 selector. Remember, extensions mean nothing :)
2510
2511 2006-06-22 [paul]       2.3.1cvs14
2512
2513         * configure.ac
2514                 allow setting of man directory location
2515
2516 2006-06-22 [colin]      2.3.1cvs13
2517
2518         * src/mainwindow.c
2519                 Add 'View/Go to/Next unread folder'.
2520                 I missed that :)
2521
2522 2006-06-22 [colin]      2.3.1cvs12
2523
2524         * src/common/utils.c
2525                 Add some subject prefixes
2526                 Patch by Bjorn T Johansen <btj@havleik.no>
2527
2528 2006-06-22 [colin]      2.3.1cvs11
2529
2530         * manual/advanced.xml
2531                 Forgotten hidden pref
2532
2533 2006-06-21 [paul]       2.3.1cvs10
2534
2535         * src/prefs_account.c
2536                 complete the removal of 'Add date header' option
2537
2538 2006-06-21 [paul]       2.3.1cvs9
2539
2540         * src/account.c
2541         * src/compose.c
2542         * src/prefs_account.c
2543         * src/prefs_account.h
2544                 remove option to add date header - always
2545                 add date header
2546         * src/etpan/imap-thread.c
2547                 fix warnings (Thanks to Colin)
2548
2549 2006-06-21 [wwp]        2.3.1cvs8
2550
2551         * src/folder.c
2552                 set the attachment flag when inline text part are (file)named. This is more convenient
2553                 when receiving (for instance) inline source files or patches sent using thunderbird.
2554
2555 2006-06-21 [paul]       2.3.1cvs7
2556
2557         * src/inc.c
2558                 fix off-by-one count of current msg in
2559                 statusbar filtering progressbar
2560
2561 2006-06-21 [paul]       2.3.1cvs6
2562
2563         * src/folder.c
2564                 Show attachment icon even if the part is 'inline'
2565                 if the following conditions are met:
2566                 - content-type != 'text/plain'
2567                 - content-type != '*/pgp-signature'
2568                 - either 'name' or 'filename' parameter is not NULL
2569                 
2570                 Thanks to Colin
2571
2572 2006-06-21 [paul]       2.3.1cvs5
2573
2574         * src/messageview.c
2575         * src/prefs_common.c
2576         * src/prefs_common.h
2577         * src/prefs_other.c
2578                 add an option to 'Never send Return
2579                 Receipts'
2580                 Thanks to Colin
2581
2582 2006-06-20 [mones]      2.3.1cvs4
2583
2584         * po/es.po
2585                 updated
2586         * src/compose.c
2587                 typo fixed (space after comma)
2588         * tools/make.themes.project
2589                 remove exec mode from tarball files
2590
2591 2006-06-20 [colin]      2.3.1cvs3
2592
2593         * src/news.c
2594         * src/procheader.c
2595         * src/unmime.c
2596                 Better fix for \n's in headers (don't 
2597                 break Received: and others)
2598
2599 2006-06-20 [paul]       2.3.1cvs2
2600
2601         * src/alertpanel.c
2602         * src/textview.c
2603                 improve legibility of phishing attempt
2604                 dialog
2605
2606 2006-06-20 [paul]       2.3.1cvs1
2607
2608         * NEWS
2609         * README
2610         * configure.ac
2611                 Update version number following
2612                 stable release
2613
2614 2006-06-20 [colin]      2.3.0cvs26
2615
2616         * src/compose.c
2617                 When dragging a file to the text of the compose
2618                 window, ask whether we want to insert or attach
2619                 (I know lots of people who do that to attach)
2620
2621 2006-06-20 [colin]      2.3.0cvs25
2622
2623         * src/etpan/imap-thread.c
2624                 Fix threshold (the append command is often > 32 bytes)
2625
2626 2006-06-19 [colin]      2.3.0cvs24
2627
2628         * src/imap.c
2629         * src/etpan/imap-thread.c
2630                 Workaround Rockliffe IMAP server bug: replace
2631                 "x UID SEARCH (ANSWERED UID 1:*)" with
2632                 "x UID SEARCH ANSWERED"
2633                 (Rockliffe doesn't handle the parenthesis)
2634
2635 2006-06-19 [colin]      2.3.0cvs23
2636
2637         * src/compose.c
2638         * src/imap.c
2639         * src/etpan/imap-thread.c
2640                 Probably fix bug #972 (Freezes when adding 
2641                 an attachment to the message)
2642         * src/common/defs.h
2643                 Modernize Firefox cmd
2644
2645
2646 2006-06-18 [colin]      2.3.0cvs22
2647
2648         * src/prefs_customheader.c
2649                 Only allow correct filenames for various
2650                 custom headers
2651
2652 2006-06-18 [colin]      2.3.0cvs21
2653
2654         * src/prefs_customheader.c
2655                 Add a 'From File...' button in custom headers prefs, which
2656                 try to do the right thing: 
2657                 for normal headers, use file as plaintext,
2658                 for X-Face, calls compface,
2659                 for Face, encode to b64.
2660
2661 2006-06-17 [colin]      2.3.0cvs20
2662
2663         * src/mh.c
2664                 Warning fix
2665
2666 2006-06-16 [colin]      2.3.0cvs19
2667
2668         * src/summaryview.c
2669                 Recursive quicksearch: show message list
2670                 in current folder, *then* search children
2671                 in the background.
2672
2673 2006-06-16 [colin]      2.3.0cvs18
2674
2675         * src/main.c
2676                 Instead of ignoring SIGPIPE, save caches
2677                 when getting one. Will fix the fact that
2678                 hot caches are out-of-date when logging 
2679                 out of Xorg.
2680         * src/compose.c
2681         * src/prefs_compose_writing.c
2682                 Only save text (not attachments) when 
2683                 auto-saving to drafts
2684         * src/unmime.c
2685                 Always replace \n, \r and \t with spaces
2686                 in headers
2687         * manual/dist/html/Makefile.am
2688         * manual/dist/pdf/Makefile.am
2689         * manual/dist/ps/Makefile.am
2690         * manual/dist/txt/Makefile.am
2691         * manual/fr/dist/html/Makefile.am
2692         * manual/fr/dist/pdf/Makefile.am
2693         * manual/fr/dist/ps/Makefile.am
2694         * manual/fr/dist/txt/Makefile.am
2695         * manual/pl/dist/html/Makefile.am
2696         * manual/pl/dist/pdf/Makefile.am
2697         * manual/pl/dist/ps/Makefile.am
2698         * manual/pl/dist/txt/Makefile.am
2699                 Fix make clean removing pregenerated manuals
2700
2701
2702 2006-06-16 [colin]      2.3.0cvs17
2703
2704         * src/plugins/pgpcore/sgpgme.c
2705         * src/plugins/pgpmime/pgpmime.c
2706         * src/plugins/pgpinline/pgpinline.c
2707                 Better error reporting in setup_signers.
2708                 Don't fallback to default key if specified
2709                 key isn't found.
2710                 Don't allow signing if more than one secret
2711                 key matches the one specified in prefs.
2712
2713 2006-06-15 [colin]      2.3.0cvs16
2714
2715         * src/folderview.c
2716                 Add "Send queue" in the folder's contextual
2717                 menu
2718         * src/compose.c
2719         * src/messageview.c
2720         * src/privacy.c
2721         * src/privacy.h
2722         * src/procmime.c
2723         * src/procmsg.c
2724         * src/plugins/pgpcore/passphrase.c
2725         * src/plugins/pgpcore/sgpgme.c
2726         * src/plugins/pgpinline/pgpinline.c
2727         * src/plugins/pgpmime/pgpmime.c
2728                 Better error reporting
2729         * src/mbox.c
2730                 Probably fix bug #971 (2.2.3 cannot read mail 
2731                 from local mbox)
2732
2733
2734 2006-06-15 [mones]      2.3.0cvs15
2735
2736         * tools/make.themes.project
2737                 creates the themes project from the web page
2738
2739 2006-06-15 [colin]      2.3.0cvs14
2740
2741         * src/folder.c
2742                 Better fix (avoid losing the folder if scan_tree 
2743                 fails)
2744
2745 2006-06-15 [cleroy]     2.3.0cvs13
2746
2747         * src/folder.c
2748                 Probably fix Bug #969 (crash on rebuilding 
2749                 imap folder)
2750
2751 2006-06-14 [colin]      2.3.0cvs12
2752
2753         * manual/dtd/manual.xsl
2754         * manual/sylpheed-claws-manual.xml
2755         * manual/fr/sylpheed-claws-manual.xml
2756         * manual/pl/sylpheed-claws-manual.xml
2757                 Insert pagebreaks between sections
2758
2759 2006-06-14 [paul]       2.3.0cvs11
2760
2761         * configure.ac
2762                 better fix than 2.3.0cvs10
2763
2764 2006-06-14 [paul]       2.3.0cvs10
2765
2766         * configure.ac
2767                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2768                 (backwards compatible)
2769
2770 2006-06-13 [colin]      2.3.0cvs9
2771
2772         * src/messageview.c
2773                 Fix sending of return receipt with the new queue folders
2774
2775 2006-06-13 [wwp]        2.3.0cvs8
2776
2777         * src/quote_fmt_lex.l
2778                 fix wrong tokens returned in quote_fmt lexer, query not().
2779
2780 2006-06-13 [wwp]        2.3.0cvs7
2781
2782         * src/folder.c
2783         * src/prefs_folder_item.c
2784                 allow changing folder type even when folder is not a top-level one,
2785                 thanks to Colin.
2786
2787 2006-06-12 [colin]      2.3.0cvs6
2788
2789         * src/folderview.c
2790                 Fix double-ask of "Do you want to mark all
2791                 as read"
2792
2793 2006-06-12 [colin]      2.3.0cvs5
2794
2795         * src/compose.c
2796         * src/compose.h
2797         * src/folder.c
2798         * src/folder.h
2799         * src/imap.c
2800         * src/inc.c
2801         * src/main.c
2802         * src/messageview.c
2803         * src/mh.c
2804         * src/prefs_folder_item.c
2805         * src/procheader.c
2806         * src/procmime.c
2807         * src/procmsg.c
2808         * src/procmsg.h
2809         * src/send_message.c
2810         * src/summaryview.c
2811         * src/toolbar.c
2812                 Apply bug #964's patch (Queue and drafts aren't normal)
2813                 The Drafts and Queue folder now contain RFC-822 files,
2814                 allowing to move and copy mails from and to these 
2815                 folders. Moving from Drafts to Queue will prepare the
2816                 mail for sending (PGP signature, encryption, etc).
2817                 This patch also rework sending errors handling to try
2818                 to be more helpful.
2819                 Also, allow redefining folder types via the GUI 
2820                 (Folder type in its Properties)
2821
2822 2006-06-12 [colin]      2.3.0cvs4
2823
2824         * src/summaryview.c
2825         * src/prefs_common.c
2826         * src/prefs_common.h
2827         * src/gedit-print.c
2828                 Allow to define a specific print font - patch
2829                 by Bernhard Walle <bernhard.walle@gmx.de>
2830         * src/prefs_fonts.c
2831         * manual/advanced.xml
2832         * manual/fr/advanced.xml
2833                 Add a hidden pref to allow deletion without
2834                 confirmation
2835
2836 2006-06-12 [wwp]        2.3.0cvs3
2837
2838         * .cvsignore
2839                 more files to ignore.
2840
2841 2006-06-12 [wwp]        2.3.0cvs2
2842
2843         * src/quote_fmt.c
2844         * src/quote_fmt_lex.l
2845         * src/quote_fmt_parse.y
2846                 extend the quote_fmt parser (templates and quotes):
2847                 - allow limited sub-expressions in |p{} and |f{} expressions,
2848                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2849                 - implemented/fixed missing implementation of query_references and show_references,
2850                 - completed, fixed contents and format of the symbols help dialog,
2851                 - fix some compilation warnings.
2852
2853 2006-06-12 [wwp]        2.3.0cvs1
2854
2855         * manual/advanced.xml
2856         * manual/fr/advanced.xml
2857                 updates in the "templates" section of the manual (eng/fr):
2858                  - be more precise (both versions)
2859                  - completed to match the english reference (fr version)
2860                  - touchups (both versions)
2861
2862 2006-06-12 [paul]       2.3.0
2863
2864         2.3.0 released
2865
2866 2006-06-12 [paul]       2.2.3cvs14
2867
2868         * po/ca.po
2869         * po/cs.po
2870         * po/de.po
2871         * po/el.po
2872         * po/fr.po
2873         * po/it.po
2874         * po/pt_BR.po
2875         * po/sr.po
2876         * po/zh_CN.po
2877                 updated by Miquel Oliete, Tim, Stephan Sachse,
2878                 Stavros Giannouris, Fabien Vantard, Andrea
2879                 Spadaccini, Frederico Goncalves Guimaraes,
2880                 Aleksandar Urosevic, and Ralgh Young
2881
2882 2006-06-12 [colin]      2.2.3cvs13
2883
2884         * src/mbox.c
2885                 Add missing header
2886
2887 2006-06-11 [colin]      2.2.3cvs12
2888
2889         * src/msgcache.c
2890                 Verify that g_malloc() succeeded
2891
2892 2006-06-11 [colin]      2.2.3cvs11
2893
2894         * src/wizard.c
2895                 Add Face header to welcome mail
2896
2897 2006-06-10 [colin]      2.2.3cvs10
2898
2899         * src/textview.c
2900                 Revert previous (Forgot it changes the
2901                 margin on the whole mail)
2902
2903 2006-06-10 [colin]      2.2.3cvs9
2904
2905         * src/textview.c
2906                 Don't overlap long headers under (X-)Face
2907
2908 2006-06-10 [mones]      2.2.3cvs8
2909
2910         * manual/xml2pdf
2911                 allow generation of manual on systems lacking saxon binary
2912                 but with java and the saxon library installed
2913
2914         * po/es.po
2915                 updated for release
2916
2917 2006-06-09 [colin]      2.2.3cvs7
2918
2919         * src/summaryview.c
2920                 Fix leak when using Display Sender using Addressbook
2921
2922 2006-06-09 [colin]      2.2.3cvs6
2923
2924         * src/compose.c
2925         * src/folder.c
2926         * src/folderview.c
2927         * src/mimeview.c
2928         * src/summaryview.c
2929                 More leaks fixes
2930
2931 2006-06-09 [paul]       2.2.3cvs5
2932
2933         * AUTHORS
2934         * src/gtk/authors.h
2935         * tools/claws.i18n.status.pl
2936                 updated with new info
2937
2938 2006-06-09 [paul]       2.2.3cvs4
2939
2940         * README
2941                 updated
2942         * manual/ack.xml
2943                 add wwp to authors list
2944         * src/gtk/authors.h
2945                 update mine and Colin's addresses
2946
2947 2006-06-08 [colin]      2.2.3cvs3
2948
2949         * src/etpan/imap-thread.c
2950                 Fix leak on SSL cert check
2951
2952 2006-06-08 [colin]      2.2.3cvs2
2953
2954         * src/common/utils.c
2955                 Fix leak
2956
2957 2006-06-08 [paul]       2.2.3cvs1
2958
2959         * configure.ac
2960                 Update version number following
2961                 stable release
2962
2963 2006-06-07 [colin]      2.2.2cvs3
2964
2965         * src/msgcache.c
2966                 Fix catching cache read errors (guint instead of gint)
2967                 Prevent malloc'ing more than 8MB (means cache corruption)
2968
2969 2006-06-07 [paul]       2.2.2cvs2
2970
2971         * src/exporthtml.c
2972         * src/exportldif.c
2973         * src/mh.c
2974         * src/mutt.c
2975         * src/pine.c
2976         * src/common/utils.c
2977                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2978                 obey $HOME'
2979                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2980                 Thanks to Colin
2981
2982 2006-06-06 [paul]       2.2.2cvs1
2983
2984         * configure.ac
2985                 Update version number following
2986                 stable release
2987
2988 2006-06-06 [paul]       2.2.1cvs6
2989
2990         * src/matcher.c
2991                 fix  implicit declaration of
2992                 sylpheed_do_idle()
2993                 Patch by Fabien Vantard
2994
2995 2006-06-06 [paul]       2.2.1cvs5
2996
2997         * src/matcher.c
2998                 fix age_greater and age_lower so that they
2999                 mean what say and not '...or equal to'
3000                 Thanks to Colin
3001
3002 2006-06-06 [paul]       2.2.1cvs4
3003
3004         * src/textview.c
3005         * src/common/utils.c
3006                 fix URI check
3007                 Thanks to Colin
3008
3009 2006-06-05 [wwp]        2.2.1cvs3
3010
3011         * manual/fr/account.xml
3012                 minor language fixes (thanks to Fabien Vantard).
3013
3014 2006-06-05 [colin]      2.2.1cvs2
3015
3016         * src/prefs_folder_item.c
3017         * src/folderview.c
3018                 Allow recursive setting of properties 
3019                 for whole mailboxes
3020         * src/matcher.c
3021                 Don't freeze on 'test' filtering rule
3022
3023 2006-06-05 [colin]      2.2.1cvs1
3024
3025         * configure.ac
3026                 Update version number following
3027                 stable release
3028
3029 2006-06-04 [wwp]        2.2.0cvs82
3030
3031         * manual/glossary.xml
3032         * manual/account.xml
3033         * manual/fr/glossary.xml
3034         * manual/fr/account.xml
3035                 added glossary section and references/links related to the Face custom header.
3036
3037 2006-06-04 [colin]      2.2.0cvs81
3038
3039         * src/summaryview.c
3040                 Skip to next message on move with no
3041                 immediate execution
3042
3043 2006-06-04 [wwp]        2.2.0cvs80
3044
3045         * manual/xml2pdf
3046                 added sanity checks, exit when needed.
3047
3048 2006-06-03 [paul]       2.2.0cvs79
3049
3050         * src/prefs_receive.c
3051                 page name is now 'Receiving'
3052         * src/prefs_send.c
3053                 page name is now 'Sending'
3054
3055 2006-06-03 [colin]      2.2.0cvs78
3056
3057         * src/plugins/spamassassin/spamassassin_gtk.c
3058                 Autoswitch to Localhost if transport was previously
3059                 disabled. Else people had to check [] Enable, then
3060                 *reselect* transport.
3061
3062 2006-06-03 [colin]      2.2.0cvs77
3063
3064         * src/plugins/pgpinline/pgpinline.c
3065         * src/plugins/pgpmime/pgpmime.c
3066                 Check that gpg_data_release_and_get_mem 
3067                 didn't fail (now, why this happens...)
3068
3069 2006-06-03 [colin]      2.2.0cvs76
3070
3071         * src/mbox.c
3072                 Fix bug #962 (Manual and/or UI should 
3073                 warn about incompatible locking 
3074                 causing dataloss)
3075
3076 2006-06-02 [cleroy]     2.2.0cvs75
3077
3078         * src/filtering.c
3079         * src/folder.c
3080         * src/procmsg.c
3081         * src/summaryview.c
3082                 Fix a few leaks
3083
3084 2006-06-02 [colin]      2.2.0cvs74
3085
3086         * src/main.c
3087                 On exit, free caches after writing them
3088                 Shuts up some valgrind false positives
3089         * src/procmsg.c
3090         * src/send_message.c
3091                 Fix races when reusing existing SMTP connections
3092                 Fix inexistant session timeout
3093         * src/toolbar.c
3094                 Display alertpanel after all queues have
3095                 been processed, not after each
3096
3097 2006-06-02 [wwp]        2.2.0cvs73
3098
3099         * manual/fr/glossary.xml
3100         * manual/fr/ack.xml
3101         * manual/ack.xml
3102                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3103
3104 2006-06-02 [wwp]        2.2.0cvs72
3105
3106         * manual/xml2pdf
3107         * manual/dist/pdf/Makefile.am
3108         * manual/dtd/manual.xsl
3109         * manual/fr/dist/pdf/Makefile.am
3110         * manual/pl/dist/pdf/Makefile.am
3111                 we changed the procedure to generate the .pdf version of the manual.
3112                 The procedure is more modern and the .pdf we get now has a valid index.
3113                 Here are the new pre-requisites:
3114
3115                 - JRE 1.x (1.4 here): there must be one from your distro
3116                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3117                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3118                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3119
3120                 See my posts for further info about the installation of this toolchain:
3121
3122                 Date: Fri, 19 May 2006 19:40:06 +0200
3123                 From: wwp <subscript@free.fr>
3124                 To: sylpheed-claws-devel@lists.sourceforge.net
3125                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3126
3127                 and
3128
3129                 Date: Wed, 24 May 2006 12:58:49 +0200
3130                 From: wwp <subscript@free.fr>
3131                 To: sylpheed-claws-devel@lists.sourceforge.net
3132                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3133
3134 2006-06-01 [colin]      2.2.0cvs71
3135
3136         * src/compose.c
3137                 Better guards against IMAP races
3138         * src/main.c
3139         * src/prefs_common.c
3140         * src/prefs_common.h
3141         * src/common/ssl_certificate.c
3142         * src/etpan/imap-thread.c
3143         * src/etpan/imap-thread.h
3144         * src/gtk/sslcertwindow.c
3145                 New hidden option ssl_skip_cert_check to 
3146                 avoid dups of bug #959 (libetpan linked
3147                 against gnutls and gnutls buggy on 64bit)
3148                 Present expired warning only once per
3149                 session/server.
3150         * manual/advanced.xml
3151         * manual/fr/advanced.xml
3152                 Document new option
3153
3154 2006-06-01 [wwp]        2.2.0cvs70
3155
3156         * src/messageview.c
3157                 fix for bug #961 (return receipt dialog 
3158                 complains incorrectly about return-path 
3159                 email adress being different), thanks 
3160                 to Colin.
3161
3162 2006-05-31 [cleroy]     2.2.0cvs69
3163
3164         * src/common/ssl.c
3165                 Guard against NULLs, although this
3166                 should never be an issue
3167
3168 2006-05-31 [colin]      2.2.0cvs68
3169
3170         * src/filtering.c
3171                 Use g_slist_prepend
3172         * src/imap.c
3173                 Don't remove caches when destroying folder, it
3174                 could (should) be done at exit
3175         * src/inc.c
3176                 free processing cache after incorporation
3177         * src/etpan/imap-thread.c
3178                 Maybe fix bug #959 (Crash on moving to emails 
3179                 to a imap account per ssl with a expired 
3180                 certificate.)
3181
3182 2006-05-30 [colin]      2.2.0cvs67
3183
3184         * src/summaryview.c
3185                 Put back event flush when displaying message
3186                 It avoids reading a bunch of messages just
3187                 by hitting shift-n for too long ;)
3188
3189 2006-05-29 [colin]      2.2.0cvs66
3190
3191         * src/summaryview.c
3192                 Remove useless g_warnings
3193
3194 2006-05-29 [colin]      2.2.0cvs65
3195
3196         * src/imap.c
3197                 Fix g_slist_append()s for performance
3198
3199 2006-05-29 [colin]      2.2.0cvs64
3200
3201         * src/compose.c
3202         * src/common/utils.c
3203                 Fix extraneous tab at start of addresses
3204         * src/mainwindow.c
3205                 Fix warnings (thanks to Fabien)
3206                 Fix crash at exit when composing messages 
3207                 exist
3208         * src/pop.c
3209                 Fix progress bar when deleting expired mails
3210                 Thanks to Hiro
3211         * src/summaryview.c
3212         * src/gtk/gtksctree.c
3213                 Fix re-sorting slowness
3214
3215 2006-05-29 [paul]       2.2.0cvs63
3216
3217         * src/mh.c
3218                 fetch full message when moving mails
3219                 from another mailbox, (fixed data loss
3220                 when filtering from IMAP to MH, introduced
3221                 in 2.2.0cvs57).
3222                 Thanks to Colin
3223
3224 2006-05-29 [mones]      2.2.0cvs62
3225
3226         * src/gtk/gtksctree.c
3227                 Unselect faster (patch by Colin)        
3228
3229 2006-05-26 [colin]      2.2.0cvs61
3230
3231         * src/summaryview.c
3232                 Unplug MSGINFO_UPDATE callback on delete too.
3233
3234 2006-05-26 [colin]      2.2.0cvs60
3235
3236         * src/foldersel.c
3237                 Fix bold in folder selection window with glib2.10
3238                 thanks Hiro
3239
3240 2006-05-26 [colin]      2.2.0cvs59
3241
3242         * src/procheader.c
3243                 Convert date only if necessary (and don't
3244                 try to convert from utf8 to utf8, too)
3245         * src/summaryview.c
3246                 Only set column's text if the column's 
3247                 displayed
3248
3249 2006-05-26 [colin]      2.2.0cvs58
3250
3251         * src/summaryview.c
3252         * src/gtk/gtkutils.c
3253                 Fix useless warning
3254
3255 2006-05-26 [colin]      2.2.0cvs57
3256
3257         * src/mainwindow.c
3258                 Make summaryview selectable as long as 
3259                 no message has focus
3260         * src/mh.c
3261                 Faster deletion (by implementing mh_remove_msgs)
3262                 Faster copy (avoid using mh_fetch_msg just to get
3263                 the filename)
3264                 Faster move (using move_file instead of copy_file
3265                 if MSG_IS_MOVE)
3266                 No progressbar if total number of mails to cp/mv 
3267                 is less than 100
3268         * src/summaryview.c
3269                 Fix removal from subject_table when mail gets moved
3270                 Faster deletion (g_slist_prepend instead of append)
3271         * src/gtk/gtksctree.c
3272                 Remove useless code
3273
3274 2006-05-25 [colin]      2.2.0cvs56
3275
3276         * src/common/ssl_certificate.c
3277                 Fix leak in expired cert check
3278
3279 2006-05-25 [colin]      2.2.0cvs55
3280
3281         * src/mh.c
3282                 Disable flags syncing on .mh_sequences - it
3283                 is buggy and marks mails read under unknown
3284                 conditions.
3285
3286 2006-05-25 [paul]
3287
3288         * 2.3.0-rc4 released
3289
3290 2006-05-24 [colin]      2.2.0cvs54
3291
3292         attention cvs users: if you manage to crash
3293         Sylpheed-Claws while moving, copying or deleting
3294         mails, we *are* interested in stack traces and
3295         valgrind logs. It looks stable, but one never
3296         knows...
3297
3298         * src/folder.c
3299                 Add progressbar for cache updates
3300         * src/folderutils.c
3301                 Optimize Mark all read in the current
3302                 folder
3303         * src/mh.c
3304                 Add progressbar for copy/move
3305         * src/procmsg.c
3306                 Optimize O(n^2) in copy/move
3307         * src/summaryview.c
3308         * src/gtk/gtksctree.c
3309                 Optimize O(n^2) algos
3310         * src/common/timing.h
3311                 Display ms instead of us
3312
3313 2006-05-24 [wwp]        2.2.0cvs53
3314
3315         * manual/fr/advanced.xml
3316                 updates to the French manual.
3317
3318 2006-05-24 [wwp]        2.2.0cvs52
3319
3320         * src/common/utils.c
3321                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3322
3323 2006-05-24 [wwp]        2.2.0cvs51
3324
3325         * src/folderutils.c
3326                 fixed "mark all read" in MH folders (thanks to Colin).
3327
3328 2006-05-24 [paul]       2.2.0cvs50
3329
3330         * doc/man/sylpheed-claws.1
3331                 updated the man page
3332
3333 2006-05-23 [colin]      2.2.0cvs49
3334
3335         * src/folderview.c
3336         * src/imap.c
3337         * src/inc.c
3338         * src/mbox.c
3339         * src/messageview.c
3340         * src/news.c
3341         * src/send_message.c
3342         * src/summaryview.c
3343         * src/gtk/sslcertwindow.c
3344                 alertpanel fixes, by Fabien
3345
3346 2006-05-23 [colin]      2.2.0cvs48
3347
3348         * src/folder.c
3349         * src/folderview.c
3350         * src/msgcache.c
3351         * src/summaryview.c
3352         * src/gtk/gtksctree.c
3353         * src/gtk/gtksctree.h
3354                 More timings
3355                 Fix slow loading problem, which was caused by the
3356                 use of some gtk_ctree funcs and their use of
3357                 g_list_position while gtk_ctree_(un)link'ing.
3358                 Reap more functions from gtkctree.c to be sure we
3359                 use our (fast) version instead of theirs.
3360         * src/mh.c
3361                 Fix copy of unread mails
3362
3363
3364 2006-05-22 [wwp]        2.2.0cvs47
3365
3366         * manual/fr/advanced.xml
3367                 updated.
3368
3369 2006-05-22 [colin]      2.2.0cvs46
3370
3371         * src/filtering.c
3372                 Fix possible infinite loop. 'copy' is not a 
3373                 final action, so when encountering a 'copy',
3374                 we have to check if a previous one was set
3375                 and do it. In the same way, if we encounter
3376                 a 'move' we have to perform a possibly 
3377                 pending 'copy'. This will slow down filtering
3378                 on IMAP if move+copy or multiple copy actions
3379                 are to be done, but handling it via the batch
3380                 would be really too convoluted.
3381
3382 2006-05-22 [wwp]        2.2.0cvs45
3383
3384         * manual/fr/advanced.xml
3385         * manual/fr/faq.xml
3386         * manual/fr/glossary.xml
3387         * manual/fr/handling.xml
3388         * manual/fr/intro.xml
3389         * manual/fr/plugins.xml
3390         * manual/fr/sylpheed-claws-manual.xml
3391                 sync w/ the english manual: updates URIs, documented mailing-list
3392                 support, better explanation about the enabled/disabled feature
3393                 in filtering/processing rules by Paul.
3394
3395 2006-05-21 [colin]      2.2.0cvs44
3396
3397         * src/summaryview.c
3398                 Don't expand after building threads, but during
3399
3400 2006-05-21 [colin]      2.2.0cvs43
3401
3402         * src/procmsg.c
3403         * src/summaryview.c
3404                 More timing possibilities... For next time I have 
3405                 to find out how the hell some 3GHz computer takes
3406                 one minute to open a 30k folder...
3407
3408 2006-05-21 [colin]      2.2.0cvs42
3409
3410         * manual/pl/advanced.xml
3411         * manual/pl/faq.xml
3412         * manual/pl/glossary.xml
3413         * manual/pl/handling.xml
3414         * manual/pl/intro.xml
3415         * manual/pl/plugins.xml
3416         * manual/pl/sylpheed-claws-manual.xml
3417                 Polish manual updated by Pawel
3418
3419 2006-05-20 [colin]
3420
3421         * 2.3.0-rc3 released
3422
3423 2006-05-20 [colin]      2.2.0cvs41
3424
3425         * src/imap.c
3426                 Fix -rc2 problems:
3427                 - remove cache of moved messages from original folder
3428                 - apply new flags to messages even if they aren't appliable
3429                   via IMAP.
3430
3431 2006-05-20 [colin]
3432
3433         * 2.3.0-rc2 released
3434
3435 2006-05-19 [colin]      2.2.0cvs40
3436
3437         * src/imap.c
3438                 Don't issue SELECT in imap_change_flags
3439                 before having checked that we indeed have
3440                 some flags to change. MSG_POSTFILTERED for
3441                 example can't be used on IMAP.
3442                 Fixes bug #955 (copying messages between 
3443                 imap folders is extremely slow), which was
3444                 a regression.
3445
3446 2006-05-19 [colin]      2.2.0cvs39
3447
3448         * src/folder.c
3449         * src/folder.h
3450         * src/folderview.c
3451                 Try to fix bug #830 (Some unread messages 
3452                 get marked read in IMAP inbox):
3453                 - Prevent scanning a folder if it's being 
3454                   opened via the GUI
3455                 - Postpone opening via the GUI of a folder
3456                   currently scanned.
3457
3458
3459 2006-05-19 [wwp]        2.2.0cvs38
3460
3461         * manual/advanced.xml
3462                 fix English+typo (thanks to Paul).
3463
3464 2006-05-19 [wwp]        2.2.0cvs37
3465
3466         * manual/advanced.xml
3467         * manual/fr/advanced.xml
3468         * src/gtk/logwindow.c
3469         * src/prefs_common.c
3470         * src/prefs_common.h
3471                 added hidden prefs to allow customization of colors used in
3472                 protocol log window (useful for dark gtk+ themes).
3473
3474 2006-05-19 [wwp]        2.2.0cvs36
3475
3476         * ChangeLog
3477                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3478
3479 2006-05-19 [paul]       2.2.0cvs35
3480
3481         * src/textview.c
3482                 make Reply-To fully clickable
3483         * src/gtk/logwindow.c
3484                 more colouring (SMTP ESMTP)
3485         Both patches by Pawel Pekala
3486
3487 2006-05-19 [cleroy]     2.2.0cvs34
3488
3489         * src/mh.c
3490                 Don't update flags from current folder
3491                 Probably fixes bug #935 (Read Messages 
3492                 Revert to Being Marked as Unread)
3493
3494 2006-05-18 [colin]      2.2.0cvs33
3495
3496         * src/imap.c
3497                 Warning fix
3498         * src/compose.c
3499         * src/mainwindow.c
3500         * src/summaryview.c
3501         * src/toolbar.c
3502                 Allow replying to multiple emails
3503                 in multiple windows
3504         * src/mimeview.c
3505         * src/etpan/imap-thread.c
3506                 Leak fixes
3507
3508 2006-05-18 [paul]       2.2.0cvs32
3509
3510         * src/summaryview.c
3511                 keep Mailing-List menu refreshed
3512                 Thanks to Colin
3513
3514 2006-05-18 [paul]       2.2.0cvs31
3515
3516         * manual/advanced.xml
3517         * manual/faq.xml
3518         * manual/glossary.xml
3519         * manual/handling.xml
3520         * manual/intro.xml
3521         * manual/plugins.xml
3522         * manual/sylpheed-claws-manual.xml
3523                 update URLs
3524                 add info about mailing-list support
3525                 edit filtering info
3526         * src/wizard.c
3527         * src/common/defs.h
3528         * src/gtk/about.c
3529         * src/plugins/dillo_viewer/README
3530                 update URLs
3531
3532 2006-05-17 [wwp]        2.2.0cvs30
3533
3534         * manual/handling.xml
3535         * manual/fr/handling.xml
3536                 documented the ability to enabled/disable filtering/processing rules.
3537
3538 2006-05-17 [colin]      2.2.0cvs29
3539
3540         * src/main.c
3541                 Don't initialize g_thread subsystem if it's 
3542                 already done (thanks to Hiro)
3543         * src/mimeview.c
3544                 Fix saving of parts when there name can't be
3545                 converted from UTF-8.
3546
3547 2006-05-17 [paul]       2.2.0cvs28
3548
3549         * po/Makefile.in.in
3550                 fix config.status warning with autoconf 2.60
3551
3552 2006-05-17 [paul]       2.2.0cvs27
3553
3554         * po/POTFILES.in
3555                 add src/mbox.c
3556
3557 2006-05-17 [wwp]        2.2.0cvs26
3558
3559         * src/mainwindow.c
3560                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3561
3562 2006-05-17 [wwp]        2.2.0cvs25
3563
3564         * src/plugins/demo/demo.c
3565                 updated product name in plugin demo (many plugins need to be
3566                 sync'ed w/ that change).
3567
3568 2006-05-17 [colin]      2.2.0cvs24
3569
3570         * src/mh.c
3571                 Fix leak
3572
3573 2006-05-16 [colin]      2.2.0cvs23
3574
3575         * src/mainwindow.c
3576                 Stupid me hit again. Fix cvs22.
3577
3578 2006-05-16 [colin]      2.2.0cvs22
3579
3580         * src/mainwindow.c
3581                 Fix bug #922 (sylpheed-claws crashed after 
3582                 pushing on Inbox folder)
3583
3584 2006-05-16 [colin]      2.2.0cvs21
3585
3586         * src/compose.c
3587                 Make From header be copy/paste/select-able
3588
3589 2006-05-16 [wwp]        2.2.0cvs20
3590
3591         * src/export.c
3592         * src/matcher.c
3593         * src/summaryview.c
3594         * src/etpan/imap-thread.c
3595                 fix some compiler warnings (thanks to Colin).
3596
3597 2006-05-16 [wwp]        2.2.0cvs19
3598
3599         * src/action.c
3600         * src/gedit-print.c
3601         * src/inc.c
3602         * src/mainwindow.c
3603         * src/mh.c
3604         * src/statusbar.c
3605         * src/send_message.c
3606         * src/summaryview.c
3607                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3608
3609 2006-05-15 [colin]      2.2.0cvs18
3610
3611         * src/procmsg.c
3612                 Fix automatic rule creation with List-Post
3613
3614 2006-05-15 [paul]       2.2.0cvs17
3615
3616         * tools/filter_conv_new.pl
3617                 updated for rule enabling/disabling
3618                 claws version >= 2.3.x required
3619
3620 2006-05-15 [cleroy]     2.2.0cvs16
3621
3622         * src/main.c
3623                 Revert test
3624
3625 2006-05-15 [cleroy]     2.2.0cvs15
3626
3627         * src/main.c
3628                 test
3629
3630 2006-05-15 [wwp]        2.2.0cvs14
3631
3632         * manual/pl/.cvsignore
3633                 ignore generated files.
3634
3635 2006-05-14 [wwp]        2.3.0-rc1
3636
3637         * 2.3.0-rc1 released
3638
3639 2006-05-13 [wwp]        2.2.0cvs13
3640
3641         * src/filtering.c
3642         * src/filtering.h
3643         * src/matcher.c
3644         * src/matcher_parser_lex.l
3645         * src/matcher_parser_parse.y
3646         * src/prefs_filtering.c
3647                 new feature: provide the ability to disable filtering and processing
3648                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3649                 adaptations.
3650
3651 2006-05-13 [colin]      2.2.0cvs12
3652
3653         * src/compose.c
3654                 Remove useless if (a) b; else b;
3655                 Thanks to wwp
3656
3657 2006-05-13 [wwp]        2.2.0cvs11
3658
3659         * src/export.c
3660         * src/import.c
3661         * src/mainwindow.c
3662         * src/mbox.c
3663         * src/summaryview.c
3664         * src/summaryview.h
3665                 no more silent failures (or at least less ones) when importing
3666                 or exporting from/to mbox. Also start importing/exporting if
3667                 the necessary info is set.
3668
3669 2006-05-13 [wwp]        2.2.0cvs10
3670
3671         * RELEASE_NOTES
3672                 restored up-to-date release notes.
3673
3674 2006-05-13 [paul]       2.2.0cvs9
3675
3676         * po/nl.po
3677         * po/ru.po
3678                 updated by Tim Dijkstra and Pavlo Bohmat
3679
3680 2006-05-12 [colin]      2.2.0cvs8
3681
3682         * src/gtk/quicksearch.c
3683                 Add "k" as shortcut for "colorlabel". Patch
3684                 by ath42@users.sf.net.
3685
3686 2006-05-12 [paul]       2.2.0cvs7
3687
3688         * src/prefs_common.h
3689         * src/prefs_summaries.c
3690         * src/summaryview.c
3691                 when entering a folder also allow
3692                 going directly to first Marked message
3693
3694 2006-05-12 [paul]       2.2.0cvs6
3695
3696         * src/summaryview.c
3697                 always obey 'confirm before marking all
3698                 mails read' option
3699
3700 2006-05-12 [paul]       2.2.0cvs5
3701
3702         * src/textview.c
3703                 make Sender fully clickable
3704
3705 2006-05-12 [colin]      2.2.0cvs4
3706
3707         * src/compose.c
3708         * src/compose.h
3709                 Let From be editable
3710         * src/main.c
3711         * src/mh.c
3712                 Full support of .mh_sequences' Unseen seq
3713
3714 2006-05-12 [colin]      2.2.0cvs3
3715
3716         * src/folder.c
3717         * src/mainwindow.c
3718         * src/mainwindow.h
3719         * src/messageview.c
3720         * src/prefs_spelling.c
3721         * src/procheader.c
3722         * src/procmsg.c
3723         * src/procmsg.h
3724         * src/summaryview.c
3725         * src/toolbar.c
3726         * src/toolbar.h
3727                 Add contextual menu on Compose toolbar
3728                 button. Fixes bug #944 (Automatic
3729                 addresses not applied when changing account
3730                 from compose window)
3731                 add Mailing List support
3732                 based on the old 0.6.5claws25 patch by
3733                 Melvin Hadasht, with finishing touches
3734                 by Colin
3735                 Fix "ignore thread" when mails are threaded by
3736                 subject (and weren't ignored although appearing
3737                 in the thread).
3738                 GUI rework.
3739                 Both patches by Pawel.
3740
3741 2006-05-08 [paul]       2.2.0cvs2
3742
3743         * src/mainwindow.c
3744         * src/mainwindow.h
3745         * src/messageview.c
3746         * src/procheader.c
3747         * src/procmsg.c
3748         * src/procmsg.h
3749         * src/summaryview.c
3750                 add Mailing List support
3751                 based on the old 0.6.5claws25 patch by 
3752                 Melvin Hadasht, with finishing touches
3753                 by Colin
3754
3755 2006-05-08 [colin]      2.2.0cvs1
3756
3757         * src/mainwindow.c
3758         * src/toolbar.c
3759         * src/toolbar.h
3760                 Add contextual menu on Compose toolbar 
3761                 button. Fixes bug #944 (Automatic 
3762                 addresses not applied when changing account 
3763                 from compose window)
3764
3765 2006-05-08 [paul]       2.2.0
3766
3767         2.2.0 released
3768
3769 2006-05-08 [paul]       2.1.1cvs51
3770
3771         * po/cs.po
3772         * po/de.po
3773         * po/en_GB.po
3774         * po/fi.po
3775         * po/fr.po
3776         * po/pt_BR.po
3777         * po/sr.po
3778         * po/zh_CN.po
3779                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3780                 Fabien Vantard, Frederico Goncalves Guimaraes,
3781                 Aleksandar Urosevic, and Ralgh Young
3782
3783 2006-05-12 [colin]      2.1.1cvs50
3784
3785         * po/cs.po
3786         * po/de.po
3787         * po/en_GB.po
3788         * po/es.po
3789         * po/fi.po
3790         * po/fr.po
3791         * po/pt_BR.po
3792         * po/sr.po
3793         * po/zh_CN.po
3794                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3795                 Fabien Vantard, Frederico Goncalves Guimaraes,
3796                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3797
3798 2006-05-05 [colin]      2.1.1cvs49
3799
3800         * manual/Makefile.am
3801         * manual/pl/Makefile.am
3802         * manual/pl/account.xml
3803         * manual/pl/ack.xml
3804         * manual/pl/addrbook.xml
3805         * manual/pl/advanced.xml
3806         * manual/pl/faq.xml
3807         * manual/pl/glossary.xml
3808         * manual/pl/gpl.xml
3809         * manual/pl/handling.xml
3810         * manual/pl/intro.xml
3811         * manual/pl/keyboard.xml
3812         * manual/pl/plugins.xml
3813         * manual/pl/starting.xml
3814         * manual/pl/sylpheed-claws-manual.xml
3815         * manual/pl/dist/.cvsignore
3816         * manual/pl/dist/Makefile.am
3817         * manual/pl/dist/html/.cvsignore
3818         * manual/pl/dist/html/Makefile.am
3819         * manual/pl/dist/pdf/.cvsignore
3820         * manual/pl/dist/pdf/Makefile.am
3821         * manual/pl/dist/ps/.cvsignore
3822         * manual/pl/dist/ps/Makefile.am
3823         * manual/pl/dist/txt/.cvsignore
3824         * manual/pl/dist/txt/Makefile.am
3825                 Add the polish translation of the manual,
3826                 Authored by Pawel Pekala.
3827
3828 2006-05-05 [cleroy]     2.1.1cvs48
3829
3830         * src/main.c
3831                 Re-read matcherrc after loading plugins 
3832                 if some of them add folders.
3833
3834 2006-05-03 [colin]      2.1.1cvs47
3835
3836         * src/imap.c
3837                 I'm idiot
3838
3839 2006-05-03 [colin]      2.1.1cvs46
3840
3841         * src/imap.c
3842                 Be sure to have a session when
3843                 getting separator
3844
3845 2006-05-03 [colin]      2.1.1cvs45
3846
3847         * src/imap.c
3848         * src/imap.h
3849         * src/imap_gtk.c
3850                 Fix preventing renaming with namespace 
3851                 separator.
3852
3853 2006-05-01 [colin]      2.1.1cvs44
3854
3855         * src/action.c
3856                 Don't reload messageview when result of
3857                 action is piped.
3858
3859 2006-04-29 [colin]      2.1.1cvs43
3860
3861         * src/prefs_receive.c
3862         * src/plugins/spamassassin/spamassassin_gtk.c
3863         * src/plugins/clamav/clamav_plugin_gtk.c
3864                 GUI fixes by Pawel
3865
3866 2006-04-29 [colin]      2.1.1cvs42
3867
3868         * src/prefs_compose_writing.c
3869         * src/prefs_quote.c
3870                 Cleanups. Patch by Pawel
3871
3872 2006-04-28 [paul]       2.1.1cvs41
3873
3874         * src/matcher.c
3875                 fix returned quick search results when search
3876                 term contains an underscore.
3877                 Thanks to Colin
3878
3879 2006-04-28 [paul]       2.1.1cvs40
3880
3881         * src/prefs_message.c
3882         * src/prefs_receive.c
3883                 GUI cleanups
3884                 Patches by Pawel Pekala
3885
3886 2006-04-27 [colin]      2.1.1cvs39
3887
3888         * src/wizard.c
3889                 Differentiate subject Welcome from
3890                 window's title Welcome
3891
3892 2006-04-27 [paul]
3893
3894         2.2.0-rc1 released
3895
3896 2006-04-27 [paul]       2.1.1cvs38
3897
3898         * manual/advanced.xml
3899         * manual/fr/advanced.xml
3900                 add info about compose_no_markup hidden pref
3901
3902 2006-04-27 [paul]       2.1.1cvs37
3903
3904         * src/prefs_account.c
3905                 improve privacy labels
3906         * src/prefs_msg_colors.c
3907                 change some strings for translators' convenience
3908         * src/gtk/gtkutils.c
3909                 don't underline the link button text
3910
3911 2006-04-25 [colin]      2.1.1cvs36
3912
3913         * src/folder.c
3914                 Complete 2.1.1cvs33 (once more ;)
3915
3916 2006-04-25 [colin]      2.1.1cvs35
3917
3918         * src/editldap.c
3919                 Fix tooltip
3920
3921 2006-04-25 [cleroy]     2.1.1cvs34
3922
3923         * src/compose.c
3924         * src/gtk/gtkaspell.c
3925                 Fix crash on redirect (related to the return 
3926                 of the aspell menu in compose's toolbar)
3927         * src/prefs_msg_colors.c
3928                 Fix sensitivity widgets
3929         * src/image_viewer.c
3930         * src/gtk/pluginwindow.c
3931         * src/gtk/prefswindow.c
3932                 Change released signals to clicked (Fabien)
3933         * po/POTFILES.in
3934         * src/common/socket.c
3935         * src/plugins/spamassassin/spamassassin.c
3936                 Translate strings (Fabien)
3937
3938 2006-04-25 [paul]       2.1.1cvs33
3939
3940         * src/folder.c
3941         * src/folder.h
3942         * src/folderview.c
3943                 complete the fix of bug #912
3944                 Thanks to Colin
3945
3946 2006-04-25 [colin]      2.1.1cvs32
3947
3948         * src/news.c
3949                 Better progress bar
3950         * src/mimeview.c
3951         * src/summaryview.c
3952         * src/summaryview.h
3953                 Fix focus chain
3954                 Patches by Pawel Pekala
3955
3956 2006-04-24 [colin]      2.1.1cvs31
3957
3958         * src/compose.c
3959                 Fix compilation warnings (Fabien)
3960
3961 2006-04-24 [colin]      2.1.1cvs30
3962
3963         * src/addrindex.c
3964         * src/editldap.c
3965         * src/editldap_basedn.c
3966         * src/editldap_basedn.h
3967         * src/ldapctrl.c
3968         * src/ldapctrl.h
3969         * src/ldapquery.c
3970         * src/ldaputil.c
3971         * src/ldaputil.h
3972                 Fix bug #901 (LDAPS support)
3973
3974 2006-04-24 [colin]      2.1.1cvs29
3975
3976         * src/compose.c
3977                 Fix logic on error with send dialog on
3978         * src/imap.c
3979                 Fix compilation without libetpan, thanks
3980                 to Fabien
3981         * src/summaryview.c
3982                 Fix 'context-menu' key
3983
3984 2006-04-23 [colin]      2.1.1cvs28
3985
3986         * src/folder.c
3987                 Never free current's cache to free up 
3988                 memory. Fixes bug #912 (new count 
3989                 randomly set to message count)
3990
3991 2006-04-23 [colin]      2.1.1cvs27
3992
3993         * src/gtk/quicksearch.c
3994                 And remove printf...
3995
3996 2006-04-23 [colin]      2.1.1cvs26
3997
3998         * src/gtk/quicksearch.c
3999                 Fix replacing in quicksearch, and fix inserting
4000                 in the middle of the string. (introduced at 2.1.0cvs22)
4001
4002 2006-04-23 [colin]      2.1.1cvs25
4003
4004         * src/imap.c
4005                 Make sure uidnext is initialized in get_num_list
4006                 (not for stable, related to 2.1.1cvs8 and friends)
4007
4008 2006-04-23 [colin]      2.1.1cvs24
4009
4010         * src/imap.c
4011                 Output something when login is successful
4012                 too
4013
4014 2006-04-23 [colin]      2.1.1cvs23
4015
4016         * src/etpan/imap-thread.c
4017                 Better logging (line-per-line, hide data in fetch)
4018                 Fix a const warning
4019         * src/gtk/logwindow.c
4020         * src/gtk/logwindow.h
4021                 Better logging (color for input/output)
4022
4023 2006-04-21 [colin]      2.1.1cvs22
4024
4025         * src/gtk/quicksearch.c
4026                 On gtk+-2.8, use stock buttons in quicksearch
4027                 Based on a patch by Fabien and a design by Paul
4028
4029 2006-04-21 [colin]      2.1.1cvs21
4030
4031         * src/folderview.c
4032         * src/mainwindow.c
4033                 Fix occasional flicker in folderview
4034         * src/common/utils.c
4035                 Fix bug #943 (Incorrectly parsed email address 
4036                 list in short headers on message view and in 
4037                 printouts)
4038
4039 2006-04-20 [colin]      2.1.1cvs20
4040
4041         * src/imap.c
4042         * src/imap.h
4043         * src/prefs_account.c
4044                 Add ANONYMOUS auth for IMAP
4045
4046 2006-04-20 [paul]       2.1.1cvs19
4047
4048         * src/main.c
4049                 proper fix for 2.1.1cvs18
4050                 Thanks to Colin
4051
4052 2006-04-20 [paul]       2.1.1cvs18
4053
4054         * src/main.c
4055                 fix build warnings
4056
4057 2006-04-20 [paul]       2.1.1cvs17
4058
4059         * src/gtk/quicksearch.c
4060                 fix standard, non-extended Quick search,
4061                 was broken in 2.1.1cvs15.
4062                 Thanks to Colin.
4063
4064 2006-04-20 [colin]      2.1.1cvs16
4065
4066         * src/prefs_matcher.c
4067                 Fix values when reselecting a ~test
4068                 rule
4069
4070 2006-04-19 [colin]      2.1.1cvs15
4071
4072         * src/compose.c
4073         * src/compose.h
4074         * src/gtk/gtkaspell.c
4075         * src/gtk/gtkaspell.h
4076                 Put back Options menu in Spelling/
4077         * src/gtk/quicksearch.c
4078                 Don't search, and show error, if the
4079                 advanced search has a syntax error
4080
4081 2006-04-18 [colin]      2.1.1cvs14
4082
4083         * src/textview.c
4084                 Fix gdk warnings on set_cursor when textview
4085                 isn't visible
4086
4087 2006-04-18 [colin]      2.1.1cvs13
4088
4089         * src/gtk/gtksctree.c
4090                 Remove seemingly useless refresh that causes
4091                 flicker - watch this commit in case of 
4092                 problems before planned backport to stable
4093
4094 2006-04-18 [colin]      2.1.1cvs12
4095
4096         * src/imap.c
4097                 Factorize get/set_xml code
4098         * src/compose.c
4099         * src/prefs_account.c
4100         * src/prefs_account.h
4101         * src/procmsg.c
4102                 Add Encrypt to self option
4103
4104 2006-04-17 [colin]      2.1.1cvs11
4105
4106         * configure.ac
4107                 Fix search on encrpyt function on dragonfly
4108                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4109
4110 2006-04-17 [colin]      2.1.1cvs10
4111
4112         * src/prefs_account.c
4113                 Be safe by default: remove mails from POP3
4114                 after 7 days, not immediately
4115
4116 2006-04-17 [colin]      2.1.1cvs9
4117
4118         * src/etpan/imap-thread.c
4119                 Fix build on DragonFly - patch by 
4120                 Jonathan Buschmann <jonthn@agmact.com>
4121
4122 2006-04-17 [colin]      2.1.1cvs8
4123
4124         * src/imap.c
4125                 Save uidnext between sessions
4126
4127 2006-04-17 [colin]      2.1.1cvs7
4128
4129         * src/imap.c
4130                 scan is required when uid validity changes
4131
4132 2006-04-17 [colin]      2.1.1cvs6
4133
4134         * src/folderview.c
4135                 Don't scan if not necessary, apart in current
4136                 folder and INBOX to fetch flags.
4137         * src/imap.c
4138                 Scan is necessary if unread count changes
4139
4140 2006-04-17 [colin]      2.1.1cvs5
4141
4142         * src/imap.c
4143                 ...But always fetch ANSWERED and DELETED flags for
4144                 INBOX, as filtering can happen on these flags.
4145
4146 2006-04-17 [colin]      2.1.1cvs4
4147
4148         * src/imap.c
4149                 Don't fetch REPLIED and DELETED flags when synchronising
4150                 flags with a closed folder. We only need UNSEEN and FLAGGED
4151                 to update the folderview.
4152
4153 2006-04-17 [colin]      2.1.1cvs3
4154
4155         * src/imap.c
4156                 Faster flag search when there are new mails 
4157                 in a folder. We can do a full search if the 
4158                 folder contains less messages than the new
4159                 list.
4160
4161 2006-04-17 [colin]      2.1.1cvs2
4162
4163         * po/cs.po
4164         * po/de.po
4165         * po/fr.po
4166         * po/nl.po
4167         * po/pt_BR.po
4168                 Update translations from stable branch
4169
4170 2006-04-17 [colin]      2.1.1cvs1
4171
4172         * configure.ac
4173                 Bump version to follow stable release
4174
4175 2006-04-16 [mones]      2.1.0cvs50
4176
4177         * po/es.po
4178                 Updated for release
4179
4180 2006-04-16 [colin]      2.1.0cvs49
4181
4182         * src/textview.c
4183                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4184                 with gtk < 2.8. Thanks to Fabien Vantard.
4185
4186 2006-04-15 [colin]      2.1.0cvs48
4187
4188         * src/etpan/imap-thread.c
4189                 Fix bug #919 (libetpan: SEGV when connecting 
4190                 using command)
4191
4192 2006-04-14 [colin]      2.1.0cvs47
4193
4194         * src/main.c
4195                 Fix race on --select (should be done better)
4196
4197 2006-04-14 [wwp]        2.1.0cvs46
4198
4199         * src/send_message.c
4200                 enforce a check for domain in account prefs (a sending
4201                 error could be faced if domain was checked but no value set),
4202                 thanks to Colin.
4203
4204 2006-04-14 [colin]      2.1.0cvs45
4205
4206         * src/codeconv.c
4207                 when converting from unknown to unknown, if the
4208                 string is UTF8, don't convert it to the locale
4209                 (which breaks it)
4210
4211 2006-04-14 [colin]      2.1.0cvs44
4212
4213         * src/compose.c
4214                 Don't try to use ASCII for converting headers
4215                 (as done in body)
4216
4217 2006-04-14 [paul]       2.1.0cvs43
4218
4219         * src/crash.c
4220                 add locale/charset info to crash report
4221         * src/gtk/about.c
4222                 add wwp to doc team
4223                 replace 'e-mail' with preferred 'email'
4224         * src/gtk/authors.h
4225                 ensure contributors list is in alphabetical
4226                 order
4227
4228 2006-04-13 [colin]      2.1.0cvs42
4229
4230         * src/textview.c
4231                 Prevent gdk warnings
4232
4233 2006-04-13 [colin]      2.1.0cvs41
4234
4235         * src/common/ssl_certificate.c
4236         * src/common/ssl_certificate.h
4237         * src/gtk/sslcertwindow.c
4238                 Warn on expired certs, and display the expiration date
4239
4240 2006-04-13 [colin]      2.1.0cvs40
4241
4242         * src/plugins/spamassassin/spamassassin_gtk.c
4243                 Fix missing set_text on unix socket
4244
4245 2006-04-13 [wwp]        2.1.0cvs39
4246
4247         * manual/fr/advanced.xml
4248         * manual/fr/glossary.xml
4249                 applied new spam/ham/email lexicon (pourriel, courriel)
4250
4251 2006-04-13 [paul]       2.1.0cvs38
4252
4253         * src/plugins/pgpmime/plugin.c
4254                 remove the mention of S/MIME from the
4255                 description. This is now handled by the
4256                 S/MIME plugin.
4257
4258 2006-04-13 [paul]       2.1.0cvs37
4259
4260         * src/prefs_msg_colors.c
4261                 rework dialog
4262         * src/prefs_folder_item.c
4263         * src/prefs_spelling.c
4264                 add a tooltip to the colour selector buttons
4265
4266 2006-04-13 [wwp]        2.1.0cvs36
4267
4268         * manual/advanced.xml
4269         * manual/glossary.xml
4270         * manual/handling.xml
4271         * manual/keyboard.xml
4272         * manual/plugins.xml
4273         * manual/starting.xml
4274         * manual/fr/account.xml
4275         * manual/fr/ack.xml
4276         * manual/fr/addrbook.xml
4277         * manual/fr/advanced.xml
4278         * manual/fr/faq.xml
4279         * manual/fr/glossary.xml
4280         * manual/fr/gpl.xml
4281         * manual/fr/handling.xml
4282         * manual/fr/intro.xml
4283         * manual/fr/keyboard.xml
4284         * manual/fr/plugins.xml
4285         * manual/fr/starting.xml
4286         * manual/fr/sylpheed-claws-manual.xml
4287                 fixes to the manuals:
4288                  - summaryview -> Message List (same in French)
4289                  - translate key names
4290                  - fix French punctuation, use non-breakable spaces when
4291                    necessary, don't use &thinsp; which is not portable
4292                  - tell what maildir and mbox formats we support
4293
4294 2006-04-12 [wwp]        2.1.0cvs35
4295
4296         * src/prefs_toolbar.c
4297                 unified a replace button more,
4298                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4299
4300 2006-04-12 [wwp]        2.1.0cvs34
4301
4302         * src/prefs_common.c
4303         * src/prefs_msg_colors.c
4304                 make default color labels translatable,
4305                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4306                 thanks to Tim <timbrain@post.cz> for reporting.
4307
4308 2006-04-12 [wwp]        2.1.0cvs33
4309
4310         * manual/glossary.xml
4311         * manual/intro.xml
4312         * manual/plugins.xml
4313         * manual/starting.xml
4314         * manual/sylpheed-claws-manual.xml
4315         * manual/fr/.cvsignore
4316         * manual/fr/account.xml
4317         * manual/fr/ack.xml
4318         * manual/fr/addrbook.xml
4319         * manual/fr/advanced.xml
4320         * manual/fr/faq.xml
4321         * manual/fr/glossary.xml
4322         * manual/fr/handling.xml
4323         * manual/fr/intro.xml
4324         * manual/fr/keyboard.xml
4325         * manual/fr/plugins.xml
4326         * manual/fr/starting.xml
4327         * manual/fr/sylpheed-claws-manual.xml
4328                 various fixes: typos, missing .fr translations, punctuation,
4329                 capitalization, links, accents and some bad French more.
4330
4331 2006-04-12 [wwp]        2.1.0cvs32
4332
4333         * src/prefs_gtk.c
4334                 fix for bug #935: always store prefs files in UTF-8 (thanks
4335                 to Colin).
4336
4337 2006-04-11 [colin]      2.1.0cvs31
4338
4339         * src/compose.c
4340                 Fix inserting files not in utf8 when locale is utf8
4341
4342 2006-04-11 [colin]      2.1.0cvs30
4343
4344         * src/inc.c
4345                 Don't show error dialog when cancelling connection
4346                 Patch by Pawel
4347
4348 2006-04-11 [cleroy]     2.1.0cvs29
4349
4350         * src/compose.c
4351                 Implement multiple quote levels
4352         * src/prefs_common.c
4353                 Change a little bit the quote bgcolor for 2nd level
4354
4355 2006-04-11 [colin]      2.1.0cvs28
4356
4357         * src/gtk/about.c
4358                 Add locale and charset in the label
4359
4360 2006-04-10 [colin]      2.1.0cvs27
4361
4362         * src/compose.c
4363         * src/prefs_common.c
4364         * src/prefs_common.h
4365         * src/prefs_msg_colors.c
4366         * src/textview.c
4367                 Allow optional background color in quotes
4368                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4369                 GTK+-2.8.x feature
4370
4371 2006-04-10 [colin]      2.1.0cvs26
4372
4373         * src/main.c
4374         * src/mainwindow.c
4375         * src/mainwindow.h
4376                 Implement --select
4377
4378 2006-04-10 [colin]      2.1.0cvs25
4379
4380         * manual/plugins.xml
4381         * manual/fr/plugins.xml
4382                 Document libcurl's proxy variables
4383
4384 2006-04-09 [colin]      2.1.0cvs24
4385
4386         * src/prefs_common.c
4387                 gettext() returns statically allocated stuff. We have
4388                 to strdup it in order to be able to free it.
4389
4390 2006-04-09 [colin]      2.1.0cvs23
4391
4392         * AUTHORS
4393         * src/gtk/authors.h
4394                 Add Alexei
4395
4396 2006-04-09 [colin]      2.1.0cvs22
4397
4398         * src/mainwindow.c
4399         * src/gtk/quicksearch.c
4400                 Fix bug #859 (problems with cyrilic input in 
4401                 search panel) - Patch by Alexey Illarionov 
4402                 <littlesavage@rambler.ru>
4403
4404 2006-04-09 [colin]      2.1.0cvs21
4405
4406         * src/prefs_customheader.c
4407                 I prefer removing then freeing rather than the contrary
4408                 (even if it doesn't change anything ;-)
4409         * src/prefs_account.c
4410                 Fix bug #933 (Crash re-entering the custom headers list 
4411                 dialog in accounts prefs)
4412                 The problem happened when cancelling the Account 
4413                 Preferences' dialogs - in which case we didn't do 
4414                 anything to the PrefsAccount * struct. In case of applying,
4415                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4416                 working with in this dialog. The problem is that 
4417                 prefs_customheader.c, working on this tmp_ac_prefs, always
4418                 changes the ->customhdr_list pointer, even when cancelled. 
4419                 So in case of cancelling the prefs_account dialog, we still
4420                 have to update ->customhdr_list in the real account.
4421
4422 2006-04-08 [colin]      2.1.0cvs20
4423
4424         * manual/fr/glossary.xml
4425         * manual/fr/keyboard.xml
4426                 Forgot some headers :)
4427
4428 2006-04-08 [colin]      2.1.0cvs19
4429
4430         * manual/Makefile.am
4431         * manual/fr/Makefile.am
4432         * manual/fr/account.xml
4433         * manual/fr/ack.xml
4434         * manual/fr/addrbook.xml
4435         * manual/fr/advanced.xml
4436         * manual/fr/faq.xml
4437         * manual/fr/glossary.xml
4438         * manual/fr/gpl.xml
4439         * manual/fr/handling.xml
4440         * manual/fr/intro.xml
4441         * manual/fr/keyboard.xml
4442         * manual/fr/plugins.xml
4443         * manual/fr/starting.xml
4444         * manual/fr/sylpheed-claws-manual.xml
4445         * manual/fr/dist/.cvsignore
4446         * manual/fr/dist/Makefile.am
4447         * manual/fr/dist/html/.cvsignore
4448         * manual/fr/dist/html/Makefile.am
4449         * manual/fr/dist/pdf/.cvsignore
4450         * manual/fr/dist/pdf/Makefile.am
4451         * manual/fr/dist/ps/.cvsignore
4452         * manual/fr/dist/ps/Makefile.am
4453         * manual/fr/dist/txt/.cvsignore
4454         * manual/fr/dist/txt/Makefile.am
4455                 Add the french translation of the manual. Thanks to
4456                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4457                 account.xml, ack.xml, addrbook.xml and advanced.xml
4458
4459 2006-04-08 [colin]      2.1.0cvs18
4460
4461         * manual/plugins.xml
4462         * manual/starting.xml
4463                 More fixes
4464
4465 2006-04-07 [colin]      2.1.0cvs17
4466
4467         * manual/faq.xml
4468         * manual/intro.xml
4469         * manual/keyboard.xml
4470                 Little fixes
4471
4472 2006-04-07 [colin]      2.1.0cvs16
4473
4474         * README
4475         * src/compose.c
4476         * src/prefs_common.c
4477         * src/prefs_common.h
4478                 Add hidden compose_no_markup pref
4479
4480 2006-04-07 [wwp]        2.1.0cvs15
4481
4482         * src/summary_search.c
4483         * .cvsignore
4484                 Bugfix: stop button was sticky when searching in an empty folder.
4485                 Applied curly brackets code style to the whole file (summary_search.c).
4486                 More files to ignore.
4487
4488 2006-04-07 [wwp]        2.1.0cvs14
4489
4490         * src/message_search.c
4491         * src/summary_search.c
4492                 changed default button when search bumps at file/folder
4493                 beginning or end, for convenience (thanks to Colin).
4494
4495 2006-04-07 [paul]       2.1.0cvs13
4496
4497         * src/plugins/dillo_viewer/dillo_prefs.c
4498                 avoid future potential for namespace collision
4499                 Patch by Colin
4500
4501 2006-04-06 [wwp]        2.1.0cvs12
4502
4503         * src/summary_search.c
4504                 Unify extended/advanced searches names (and thus factorize labels),
4505                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4506
4507 2006-04-06 [wwp]        2.1.0cvs11
4508
4509         * src/folderview.c
4510         * src/prefs_themes.c
4511         * src/summaryview.c
4512                 Fixed some compilation warnings.
4513
4514 2006-04-06 [colin]      2.1.0cvs10
4515
4516         * manual/advanced.xml
4517                 Document the wizard template and how to deploy
4518                 Sylpheed-Claws effectively
4519
4520 2006-04-06 [colin]      2.1.0cvs9
4521
4522         * src/folderview.c
4523                 gettext patch to tell translators about _("#"),
4524                 by Maxim Britov
4525
4526 2006-04-06 [colin]      2.1.0cvs8
4527
4528         * src/textview.c
4529                 Fix invalid GtkTextBIter after clicking "Display as text"
4530
4531 2006-04-06 [mones]      2.1.0cvs7
4532
4533         * src/addr_compl.c
4534         * src/addrindex.c
4535         * src/addritem.c
4536         * src/codeconv.c
4537         * src/compose.c
4538         * src/filtering.c
4539         * src/folder.c
4540         * src/folder_item_prefs.c
4541         * src/folderview.c
4542         * src/localfolder.c
4543         * src/matcher.c
4544         * src/mimeview.c
4545         * src/prefs_msg_colors.c
4546         * src/prefs_spelling.c
4547         * src/prefs_themes.c
4548         * src/procmime.c
4549         * src/procmsg.c
4550         * src/stock_pixmap.c
4551         * src/summaryview.c
4552         * src/textview.c
4553         * src/toolbar.c
4554         * src/common/mgutils.c
4555         * src/common/prefs.c
4556         * src/common/ssl_certificate.c
4557         * src/gtk/colorlabel.c
4558         * src/gtk/quicksearch.c
4559         * src/plugins/pgpmime/pgpmime.c
4560         * src/plugins/spamassassin/spamassassin.c
4561                 Removed redundant NULL checks for g_free() calls.
4562                 Patch by Pawel Pekala.
4563
4564 2006-04-06 [mones]      2.1.0cvs6
4565
4566         * src/prefs_actions.c
4567         * src/prefs_filtering.c
4568         * src/prefs_filtering_action.c
4569         * src/prefs_matcher.c
4570         * src/prefs_template.c
4571         * src/gtk/gtkutils.c
4572         * src/gtk/gtkutils.h
4573                 Have a nice replace button. Patch by Pawel Pekala
4574
4575 2006-04-06 [colin]      2.1.0cvs5
4576
4577         * src/addressbook.c
4578                 Fix crash with empty columns
4579
4580 2006-04-05 [colin]      2.1.0cvs4
4581
4582         * src/wizard.c
4583         * src/prefs_gtk.c
4584                 Allow wizard customization with pre-filled values
4585
4586 2006-04-05 [colin]      2.1.0cvs3
4587
4588         * src/textview.c
4589         * src/mimeview.c
4590         * src/mimeview.h
4591                 Nicer messages in mimeview
4592
4593 2006-04-05 [colin]      2.1.0cvs2
4594
4595         * src/addressbook.c
4596         * src/prefs_summaries.c
4597                 i18n fix
4598
4599 2006-04-05 [colin]      2.1.0cvs1
4600
4601         * src/plugins/pgpcore/plugin.c
4602         * src/plugins/pgpcore/select-keys.c
4603         * src/plugins/pgpcore/select-keys.h
4604         * src/plugins/pgpcore/sgpgme.c
4605         * src/plugins/pgpcore/sgpgme.h
4606         * src/plugins/pgpinline/pgpinline.c
4607         * src/plugins/pgpinline/plugin.c
4608         * src/plugins/pgpmime/pgpmime.c
4609         * src/plugins/pgpmime/plugin.c
4610                 Factorize and generalize a bit 
4611                 Drop S/MIME signature verification from PGP/MIME
4612                 (adding it as another, more complete plugin)
4613
4614 2006-04-05 [paul]       2.1.0
4615
4616         2.1.0 released
4617
4618 2006-04-05 [paul]       2.0.0cvs186
4619
4620         * manual/advanced.xml
4621                 add info on colour labels
4622
4623 2006-04-05 [paul]       2.0.0cvs185
4624
4625         * po/bg.po
4626         * po/cs.po
4627         * po/de.po
4628         * po/el.po
4629         * po/en_GB.po
4630         * po/fi.po
4631         * po/fr.po
4632         * po/it.po
4633         * po/nl.po
4634         * po/pl.po
4635         * po/pt_BR.po
4636         * po/sr.po
4637         * po/zh_CN.po
4638                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4639                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4640                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4641                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4642         * src/gtk/authors.h
4643         * tools/claws.i18n.status.pl
4644                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4645                 and new Czech translator, Tim <timbrain@post.cz>
4646
4647 2006-04-05 [mones]      2.0.0cvs184
4648
4649         * po/es.po
4650                 Updated translation
4651
4652 2006-04-05 [colin]      2.0.0cvs183
4653
4654         * src/gtk/quicksearch.c
4655                 Fix bug #929 (unnecessary reload in quick search bar)
4656
4657 2006-04-05 [colin]      2.0.0cvs182
4658
4659         * src/compose.c
4660                 Fix crash on Reply with no From:
4661                 Show signature and conversion error on queuing 
4662                 (but not sending)
4663         * src/mainwindow.c
4664         * src/summaryview.c
4665         * src/summaryview.h
4666                 Factorize threading code and make sure msginfo 
4667                 is not null when it comes from a GtkCTreeRow's 
4668                 data
4669         * src/gtk/gtkaspell.c
4670                 Check for necessary things
4671         * src/gtk/gtksctree.c
4672         * src/gtk/gtksctree.h
4673                 Reset anchor if necessary when removing node
4674
4675 2006-03-29 [colin]      2.0.0cvs181
4676
4677         * src/folderview.c
4678                 Warn for disabled IMAP accounts (due to lack of
4679                 libetpan). Breaks string-freeze - sorry - but it
4680                 is kind of important ;)
4681
4682 2006-03-28 [colin]      2.0.0cvs180
4683
4684         * src/gtk/gtkutils.c
4685         * src/gtk/gtkutils.h
4686                 Add a gtkut_get_link_btn() function that
4687                 creates a button which acts like an URI
4688         * src/prefs_themes.c
4689         * src/gtk/about.c
4690                 Use this function (factorizes codes)
4691         * src/common/defs.h
4692         * src/gtk/pluginwindow.c
4693                 Add a "Get more..." in the plugins window
4694
4695 2006-03-28 [colin]      2.0.0cvs179
4696
4697         * src/common/smtp.c
4698         * src/common/passcrypt.c
4699         * src/undo.c
4700                 Warning fixes. Patch by Pawel Pekala
4701
4702 2006-03-27 [colin]      2.0.0cvs178
4703
4704         * src/undo.c
4705                 Fix undoing by blocks with spaces
4706
4707 2006-03-27 [colin]      2.0.0cvs177
4708
4709         * src/textview.c
4710                 Set margin to 3px for headers
4711
4712 2006-03-27 [paul]
4713
4714         2.1.0-rc2 released
4715
4716 2006-03-27 [wwp]        2.0.0cvs176
4717
4718         * src/summaryview.c
4719                 don't reset quicksearch when updating the message list.
4720                 Thanks to Colin.
4721
4722 2006-03-26 [wwp]        2.0.0cvs175
4723
4724         * src/compose.c
4725                 use a unified border width ('other' tab in the compose window,
4726                 patch by Pawel Pekala).
4727
4728
4729 2006-03-26 [wwp]        2.0.0cvs174
4730
4731         * src/common/quoted-printable.c
4732         * src/addressbook.c
4733                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4734
4735 2006-03-26 [colin]      2.0.0cvs173
4736
4737         * src/quote_fmt_parse.y
4738                 Fix non-UTF8 date formats messing up the whole quote a 
4739                 little bit
4740
4741 2006-03-26 [colin]      2.0.0cvs172
4742
4743         * src/procheader.c
4744                 Make sure the date is UTF8 valid, or try to make it
4745                 so. IncrediMail is really IncrediStupid.
4746         * src/compose.c
4747                 Fix possible conversions. 
4748                 
4749
4750 2006-03-26 [colin]      2.0.0cvs171
4751
4752         * src/matcher.c
4753                 Fix corner cases in body search. This is still a
4754                 hack... It seems impossible to make it good and 
4755                 reasonably fast at the same time.
4756
4757 2006-03-26 [colin]      2.0.0cvs170
4758
4759         * src/summaryview.c
4760                 I think I killed the twilight zone bug!
4761                 summary_select_node() flushes GTK events in order
4762                 to be able to center the view. But this also 
4763                 flushes keypresses like Ctrl-Alt-U, so this can
4764                 call summary_show from summary_select_node (itself
4765                 called from summary_show, etc.). And the summaryview
4766                 has to be unlocked in this function. So just locking
4767                 while processing GTK events, and bailing if locked, 
4768                 should fix it.
4769                 Fixes bug #927 (SIGSEGV during Update Summary)
4770
4771 2006-03-25 [colin]      2.0.0cvs169
4772
4773         * src/matcher.c
4774                 Fix search in QP-encoded bodies
4775                 Fix utf-8 searches in bodies encoded in the
4776                 locale's encoding
4777         * src/common/quoted-printable.c
4778         * src/common/quoted-printable.h
4779                 Add a decode function that doesn't overwrite
4780                 the original pointer
4781                 
4782
4783 2006-03-24 [colin]      2.0.0cvs168
4784
4785         * src/action.c
4786         * src/summaryview.c
4787         * src/summaryview.h
4788                 Update message cache after action
4789                 Patch by H. Merijn Brand
4790         * src/prefs_msg_colors.c
4791                 Factorize label 
4792                 Patch by Fabien Vantard
4793         * src/plugins/spamassassin/spamassassin_gtk.c
4794                 Remove useless translation
4795                 Patch by Fabien Vantard
4796
4797 2006-03-23 [colin]      2.0.0cvs167
4798
4799         * src/common/ssl.c
4800                 Let 30 seconds to SSL_connect
4801
4802 2006-03-23 [wwp]        2.0.0cvs166
4803
4804         * src/summaryview.c
4805         * src/gtk/description_window.c
4806                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4807                 and headers are translated; adjust description windows' width to fit their
4808                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4809
4810 2006-03-23 [paul]       2.0.0cvs165
4811
4812         * src/common/utils.c
4813                 fix highlighting of URIs containing "()"
4814                 (2.0.0cvs164's reversal fixed)
4815                 Thanks to Colin.
4816
4817 2006-03-23 [paul]       2.0.0cvs164
4818
4819         * src/common/utils.c
4820                 revert patch, (postponing a fix), at 2.0.0cvs120
4821                 as it breaks more URIs than it fixes.
4822                 Allow '-' to be a terminating character in a URI
4823
4824 2006-03-22 [colin]      2.0.0cvs163
4825
4826         * configure.ac
4827                 Require libetpan 0.45
4828                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4829
4830 2006-03-22 [paul]       2.0.0cvs162
4831
4832         * src/editgroup.c
4833                 replace '<-' and '->' buttons with GTK_STOCK graphical
4834                 buttons
4835         * src/summary_search.c
4836                 don't offer '...' for translation
4837                 add a tooltip to advanced search '...' button
4838         * src/gtk/quicksearch.c
4839                 don't offer '...' for translation
4840
4841 2006-03-21 [colin]      2.0.0cvs161
4842
4843         * src/compose.c
4844                 Fix middle-click pasting (insert at click
4845                 position instead of cursor position, don't
4846                 remove existing selection and allow pasting
4847                 our own selection)
4848         * src/addressbook.c
4849                 "LDAP Server" -> "LDAP servers"
4850
4851 2006-03-21 [wwp]        2.0.0cvs160
4852
4853         * src/etpan/imap-thread.c
4854                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4855
4856 2006-03-20 [colin]      2.0.0cvs159
4857
4858         * src/summaryview.c
4859                 Don't reload summaryview after an execute with no
4860                 move action
4861
4862 2006-03-19 [colin]      2.0.0cvs158
4863
4864         * src/addressbook.c
4865                 and put groups at the top, always
4866
4867 2006-03-19 [colin]      2.0.0cvs157
4868
4869         * src/addressbook.c
4870                 Order groups before names, as previously
4871
4872 2006-03-19 [colin]      2.0.0cvs156
4873
4874         * src/addressbook.c
4875                 - Sort case-unsensitive
4876                 - Put the sort arrow at opening too
4877
4878 2006-03-19 [wwp]        2.0.0cvs155
4879
4880         * src/addressbook.c
4881                 allow sorting by name/email/remarks, ensure that right-pane's contents
4882                 matches the left-pane selection (cleared when appropriate).
4883                 Patch by Pawel Pekala <c0rn@o2.pl>.
4884
4885 2006-03-18 [colin]      2.0.0cvs154
4886
4887         * src/textview.c
4888                 Fix text cursor ;)
4889
4890 2006-03-18 [colin]      2.0.0cvs153
4891
4892         * src/gtk/filesel.c
4893                 Make sure we hide the preview if we didn't get
4894                 a filename
4895
4896 2006-03-18 [colin]      2.0.0cvs152
4897
4898         * src/summaryview.c
4899                 Set cursor to watch for execution (fixes lack
4900                 of watch-cursor when dnd'ing hundreds of mails)
4901         * src/gtk/filesel.c
4902                 Check that mime type is 'image/*' before updating
4903                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4904
4905 2006-03-18 [colin]      2.0.0cvs151
4906
4907         * src/mainwindow.c
4908         * src/textview.c
4909         * src/textview.h
4910                 Put a watch cursor in textview too when the mainwindow's
4911                 cursor in a watch
4912
4913 2006-03-18 [colin]      2.0.0cvs150
4914
4915         * src/folder.c
4916                 Change wrong asserts to simple tests
4917
4918 2006-03-17 [colin]      2.0.0cvs149
4919
4920         * src/mainwindow.c
4921         * src/mainwindow.h
4922         * src/prefs_msg_colors.c
4923         * src/summaryview.c
4924         * src/summaryview.h
4925         * src/gtk/colorlabel.c
4926         * src/gtk/colorlabel.h
4927                 Add a color label menu in the main menubar
4928                 Add (fixed) accels Ctrl-{0-7} to change the color
4929                 They have to be fixed because the menu's dynamic,
4930                 the items are complex widgets, hence we can't use
4931                 a GtkItemFactory.
4932
4933
4934 2006-03-17 [wwp]        2.0.0cvs148
4935
4936         * src/compose.c
4937                 rollback few lines from my previous commit (those lines come from
4938                 a pending patch, accidentally commited, even if neutral as they are
4939                 commented out).
4940
4941 2006-03-17 [wwp]        2.0.0cvs147
4942
4943         * src/compose.c
4944                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4945                 applied code style/indentation to the modified function.
4946
4947 2006-03-17 [wwp]        2.0.0cvs146
4948
4949         * src/procmsg.c
4950         * src/compose.c
4951                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4952
4953 2006-03-17 [paul]
4954
4955         2.1.0-rc1 released
4956
4957 2006-03-17 [paul]       2.0.0cvs145
4958
4959         * src/main.c
4960                 addressbook_read_file() was called twice
4961         * src/textview.c
4962                 X-Mailer highlighting
4963
4964 2006-03-16 [colin]      2.0.0cvs144
4965
4966         * src/sourcewindow.c
4967         * src/sourcewindow.h
4968                 And the last one, in source window.
4969
4970 2006-03-16 [colin]      2.0.0cvs143
4971
4972         * src/compose.c
4973         * src/compose.h
4974                 Fix the same stuff in compose
4975
4976 2006-03-16 [colin]      2.0.0cvs142
4977
4978         * src/messageview.c
4979                 Complete the previous messageview crash fix
4980
4981 2006-03-16 [colin]      2.0.0cvs141
4982
4983         * src/procmsg.h
4984         * src/procmsg.c
4985         * src/folder.c
4986                 Fix POSTPROCESSING hook
4987                 Patch by H. Merijn Brand
4988
4989         * src/procmime.c
4990         * src/procmime.h
4991                 Parse Content-Location
4992
4993         * src/toolbar.c
4994         * src/messageview.c
4995         * src/messageview.h
4996                 Don't crash when a top-level MessageView has
4997                 been closed on us. Same problematic than
4998                 yesterday's quicksearch issue.
4999
5000 2006-03-15 [colin]      2.0.0cvs140
5001
5002         * src/gtk/quicksearch.c
5003                 Fix a bitchy race we didn't think about when we
5004                 added quicksearch cancellation:
5005                 If the search is not on cached fields, for example
5006                 body_part matchcase "stuff"
5007                 the matcher code has to get the whole message. If
5008                 we're on IMAP, that can be slow, and in order to
5009                 be non-blocking, the IMAP code idle loop processes
5010                 gtk events too. So it is possible to cancel a
5011                 quicksearch while the matcher is getting the mail's
5012                 body. After matcher got its body, it will start to
5013                 iterate over the matcher list that the Quicksearch's
5014                 clear_search_cb() just freed via prepare_matcher().
5015                 SIGSEGV ensues.
5016                 The fix consists of guarding the matcherlist_match()
5017                 call with a boolean 'matching'. If we reset the
5018                 quicksearch while matching is TRUE, we don't free
5019                 the matcherlist anymore like we did, but we set
5020                 another new flag, deferred_free, to TRUE. Then,
5021                 in quicksearch_match(), just after returning from
5022                 matcherlist_match() and unsetting the matching flag,
5023                 we check the deferred_free flag and do the
5024                 prepare_matcher() (which does the matcherlist_free)
5025                 for real, so we free the matcherlist once it's not
5026                 used anymore.
5027                 As all of this runs via the glib main loop, we
5028                 luckily don't need a mutex.
5029         * src/summaryview.c
5030                 Also, show progress while searching.
5031
5032
5033 2006-03-14 [colin]      2.0.0cvs139
5034
5035         * src/alertpanel.c
5036                 Make alertpanel_is_open non-static
5037
5038 2006-03-14 [colin]      2.0.0cvs138
5039
5040         * src/prefs_spelling.c
5041                 Cleanups - Fabien Vantard
5042
5043 2006-03-14 [wwp]        2.0.0cvs137
5044
5045         * src/main.c
5046                 code style normalization (curly braces, indentation).
5047
5048 2006-03-14 [wwp]        2.0.0cvs137
5049
5050         * src/main.c
5051                 code style (braces, indentation)
5052
5053 2006-03-12 [paul]       2.0.0cvs136
5054
5055         * src/prefs_common.c
5056                 trans_hdr defaults to FALSE to be RFC-savvy
5057         * src/prefs_summaries.c
5058                 add a tooltip to the trans_hdr option
5059                 
5060
5061 2006-03-12 [paul]       2.0.0cvs135
5062
5063         * src/prefs_matcher.c
5064                 give a little more width to the combos
5065         * src/prefs_display_header.c
5066         * src/textview.c
5067                 translate headers if prefs_common.trans_hdr
5068                 is TRUE
5069
5070         Patches by Pawel Pekala
5071
5072 2006-03-12 [paul]       2.0.0cvs134
5073
5074         * src/plugins/clamav/clamav_plugin.c
5075         * src/plugins/dillo_viewer/dillo_viewer.c
5076         * src/plugins/pgpcore/plugin.c
5077         * src/plugins/pgpinline/plugin.c
5078         * src/plugins/pgpmime/plugin.c
5079         * src/plugins/spamassassin/spamassassin.c
5080                 update/add to descriptions
5081         * src/plugins/spamassassin/spamassassin_gtk.c
5082                 fixes to the english, remove superfluous
5083                 tooltips, clean up a little
5084
5085 2006-03-12 [paul]       2.0.0cvs133
5086
5087         * src/compose.c
5088                 fix Bug 924, 'Account combo box shows up wrong 
5089                 if & is in account name'
5090
5091 2006-03-11 [colin]      2.0.0cvs132
5092
5093         * src/summaryview.c
5094                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5095                 messed up shift-selection because is slows down
5096                 moving around summaryview. thanks -users
5097
5098 2006-03-10 [colin]      2.0.0cvs131
5099
5100         * src/plugins/spamassassin/spamassassin_gtk.c
5101                 Put back Paul's engrish fixes
5102
5103 2006-03-10 [colin]      2.0.0cvs130
5104
5105         * src/plugins/spamassassin/spamassassin.c
5106         * src/plugins/spamassassin/spamassassin.h
5107         * src/plugins/spamassassin/spamassassin_gtk.c
5108                 Cleanup SA prefs page (more)
5109                 Patch by Fabien Vantard
5110
5111 2006-03-10 [paul]       2.0.0cvs129
5112
5113         * src/prefs_msg_colors.c
5114         * src/prefs_spelling.c
5115                 widget sensitivity
5116
5117 2006-03-09 [mones]      2.0.0cvs128
5118
5119         * po/es.po
5120                 Update for next RC
5121
5122 2006-03-09 [wwp]        2.0.0cvs127
5123
5124         * configure.ac
5125                 revert accidental commit (requirement for libetpan 0.43), this time
5126                 not in HEAD.
5127
5128 2006-03-09 [wwp]        2.0.0cvs125
5129
5130         * configure.ac
5131                 revert accidental commit (requirement for libetpan 0.43)
5132
5133 2006-03-09 [paul]       2.0.0cvs126
5134
5135         * src/prefs_receive.c
5136                 remove useless frame
5137                 replace 'incorporation' with 'receiving'
5138         * src/plugins/clamav/clamav_plugin_gtk.c
5139         * src/plugins/spamassassin/spamassassin_gtk.c
5140                 improve widget sensitivity
5141                 fix a bit his engrish
5142
5143 2006-03-09 [wwp]        2.0.0cvs125
5144
5145         * src/addressadd.c
5146         * src/foldersel.c
5147         * src/prefs_common.c
5148         * src/prefs_common.h
5149                 remember some more windows' sizes (add to addressbook and
5150                 select folder).
5151
5152 2006-03-09 [paul]       2.0.0cvs124
5153
5154         * src/plugins/pgpcore/prefs_gpg.c
5155                 normalise construction of dialogue
5156
5157 2006-03-09 [paul]       2.0.0cvs123
5158
5159         * src/plugins/trayicon/Makefile.am
5160                 add missing slash
5161
5162 2006-03-08 [colin]      2.0.0cvs122
5163
5164         * src/plugins/trayicon/Makefile.am
5165                 Fix build in separate dir 
5166                 Patch by Bamanzi <bamanzi@gmail.com>
5167
5168 2006-03-08 [colin]      2.0.0cvs121
5169
5170         * src/procmsg.c
5171                 Batch move and copies from summaryview with delayed execution
5172                 too
5173
5174 2006-03-07 [paul]       2.0.0cvs120
5175
5176         * src/common/utils.c
5177                 fix highlighting of URIs containing "()"
5178                 Patch by Pawel Pekala
5179
5180 2006-03-07 [paul]       2.0.0cvs119
5181
5182         * src/folder.c
5183         * src/folder.h
5184         * src/folderview.c
5185                 immediately do alphabetical resort when
5186                 changing a folder's name
5187                 Patch by Pawel Pekala
5188
5189 2006-03-07 [paul]       2.0.0cvs118
5190
5191         * src/news.c
5192         * src/news_gtk.c
5193                 when unsubscribing a newsgroup, remove the
5194                 folder and msgs in .sylpheed-claws/newscache
5195                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5196
5197 2006-03-07 [paul]       2.0.0cvs117
5198
5199         * src/textview.c
5200                 fix wrong Fake URL Warning
5201                 Thanks to Hiro
5202
5203 2006-03-07 [colin]      2.0.0cvs116
5204
5205         * src/imap.c
5206                 Return immediately when password dialog was
5207                 cancelled
5208         * src/gtk/inputdialog.c
5209                 Allow empty strings for passwords
5210
5211
5212 2006-03-06 [colin]      2.0.0cvs115
5213
5214         * src/imap.c
5215                 Prevent double-timeouts when connection fails
5216
5217 2006-03-06 [colin]
5218
5219         2.0.1-rc1 released
5220
5221 2006-03-06 [colin]      2.0.0cvs114
5222
5223         * src/imap.c
5224                 Refresh session during potentially long
5225                 operations
5226
5227 2006-03-06 [wwp]        2.0.0cvs113
5228
5229         * src/prefs_msg_colors.h
5230                 forgot that one (custom color labels).
5231
5232 2006-03-06 [wwp]        2.0.0cvs112
5233
5234         * src/prefs_common.c
5235         * src/prefs_common.h
5236         * src/prefs_msg_colors.c
5237         * src/summaryview.c
5238         * src/summaryview.h
5239         * src/gtk/colorlabel.c
5240         * src/gtk/colorlabel.h
5241                 colors in messages list are now customizable. Color values and names can
5242                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5243                 Thanks to Paul and Colin for their help with this longstanding patch!
5244
5245 2006-03-06 [wwp]        2.0.0cvs111
5246
5247         * src/textview.c
5248                 don't crash if (x)face is bad.
5249
5250 2006-03-05 [paul]       2.0.0cvs110
5251
5252         * AUTHORS
5253         * configure.ac
5254         * src/Makefile.am
5255         * src/common/Makefile.am
5256         * src/common/utils.h
5257         * src/etpan/imap-thread.c
5258         * src/gtk/authors.h
5259         * src/plugins/clamav/Makefile.am
5260         * src/plugins/demo/Makefile.am
5261         * src/plugins/dillo_viewer/Makefile.am
5262         * src/plugins/pgpcore/Makefile.am
5263         * src/plugins/pgpcore/passphrase.c
5264         * src/plugins/pgpinline/Makefile.am
5265         * src/plugins/pgpmime/Makefile.am
5266         * src/plugins/spamassassin/Makefile.am
5267         * src/plugins/trayicon/Makefile.am
5268                 fix builiding on cygwin
5269                 Patch by Ralgh Young <bamanzi@gmail.com>
5270
5271 2006-03-04 [wwp]        2.0.0cvs109
5272
5273         * manual/keyboard.xml
5274                 fix mixed up/down keys.
5275
5276 2006-03-04 [wwp]        2.0.0cvs108
5277
5278         * README
5279         * INSTALL
5280                 updated links to SpamAssassin.
5281
5282 2006-03-04 [wwp]        2.0.0cvs107
5283
5284         * manual/plugins.xml
5285         * src/plugins/spamassassin/README
5286                 updated SpamAssassin plugin docs to reflect new functional additions
5287                 (also fix/update/documents few technical stuff more, see the README).
5288
5289 2006-03-04 [wwp]        2.0.0cvs106
5290
5291         * src/prefs_message.c
5292                 normalized capitalization of message-prefs paths.
5293
5294 2006-03-04 [wwp]        2.0.0cvs105
5295
5296         * manual/advanced.xml
5297                 typo.
5298
5299 2006-03-03 [colin]      2.0.0cvs104
5300
5301         * src/plugins/clamav/clamav_plugin_gtk.c
5302                 Rework prefs page, patch by Fabien 
5303
5304 2006-03-03 [colin]      2.0.0cvs103
5305
5306         * src/plugins/clamav/clamav_plugin.c
5307                 Set error on all errors
5308
5309 2006-03-03 [colin]      2.0.0cvs102
5310
5311         * src/common/plugin.c
5312                 Initialize error to avoid crashing when a plugin fails
5313                 without setting error
5314
5315 2006-03-02 [wwp]        2.0.0cvs101
5316
5317         * configure.ac
5318                 fixed linker flags for libetpan support on Cygwin
5319                 (thanks to H.Merijn Brand).
5320
5321 2006-03-02 [wwp]        2.0.0cvs100
5322
5323         * src/addressbook.c
5324                 fix some AB error messages: one for punctuation and
5325                 one wrongly duplicate (thanks, maxbritov).
5326
5327 2006-03-02 [wwp]        2.0.0cvs99
5328
5329         * src/plugins/spamassassin/spamassassin.c
5330                 make sync calls to sa-learn/spamc to prevent
5331                 system (whatever local or client/server) overload.
5332
5333 2006-03-02 [colin]      2.0.0cvs98
5334
5335         * src/summaryview.c
5336                 Put the spam icon in the status column instead of the
5337                 mark one
5338
5339 2006-03-01 [colin]      2.0.0cvs97
5340
5341         * src/plugins/spamassassin/spamassassin.c
5342                 Fix segfault (g_file_set_contents fails for some 
5343                 reason and err==0x2f. Can't find out why with
5344                 valgrind, using working function :-)
5345
5346 2006-03-01 [colin]      2.0.0cvs96
5347
5348         * src/inc.c
5349                 Offline overriding: let 'No' be cached only 3 seconds
5350
5351 2006-03-01 [colin]      2.0.0cvs95
5352
5353         * src/addr_compl.c
5354         * src/addrbook.c
5355         * src/addressbook.c
5356         * src/addrindex.c
5357         * src/folder_item_prefs.c
5358         * src/headerview.c
5359         * src/imap.c
5360         * src/inc.c
5361         * src/ldif.c
5362         * src/mainwindow.c
5363         * src/mh.c
5364         * src/msgcache.c
5365         * src/prefs_common.h
5366         * src/prefs_msg_colors.c
5367         * src/procheader.c
5368         * src/procheader.h
5369         * src/procmime.c
5370         * src/procmsg.c
5371         * src/procmsg.h
5372         * src/send_message.h
5373         * src/simple-gettext.c
5374         * src/summaryview.c
5375         * src/summaryview.h
5376         * src/syldap.c
5377         * src/textview.c
5378         * src/undo.c
5379         * src/common/ssl_certificate.c
5380         * src/common/utils.c
5381         * src/gtk/colorsel.c
5382         * src/gtk/gtksctree.c
5383         * src/gtk/gtkshruler.c
5384         * src/plugins/trayicon/trayicon.c
5385                 #if 0 goes to /dev/null
5386
5387 2006-03-01 [colin]      2.0.0cvs94
5388
5389         * src/compose.c
5390         * src/imap.c
5391         * src/inc.c
5392         * src/inc.h
5393         * src/messageview.c
5394         * src/news.c
5395         * src/plugins/spamassassin/spamassassin.c
5396                 Allow to add information in the "working offline"
5397                 window
5398
5399 2006-03-01 [wwp]        2.0.0cvs93
5400
5401         * src/plugins/spamassassin/spamassassin.c
5402                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5403                 'cause it seems that calling `spamc ... < inputfile` with
5404                 g_spawn_(a)sync simply.. erm doesn't work :-).
5405
5406 2006-03-01 [wwp]        2.0.0cvs92
5407
5408         * src/toolbar.c
5409         * src/toolbar.h
5410                 simplify the adding of spam/ham button to the messageview toolbar
5411                 (it gets more clear now that the same button will be "Mark as spam"
5412                 or "Mark as ham" according to the current message status,
5413                 thanks to Colin).
5414
5415 2006-03-01 [wwp]        2.0.0cvs91
5416
5417         * src/messageview.c
5418         * src/procmsg.c
5419         * src/procmsg.h
5420         * src/summaryview.c
5421         * src/plugins/spamassassin/spamassassin.c
5422         * src/plugins/spamassassin/spamassassin.h
5423                 make learner callbacks return a status (0 for ok),
5424                 handle it in main code to avoid setting flags when learning failed,
5425                 don't learn on TCP if offline in spamassassin,
5426                 thanks to Colin.
5427
5428                 
5429
5430 2006-03-01 [wwp]        2.0.0cvs90
5431
5432         * src/compose.c
5433                 some work around the compose window's account menu,
5434                 patch by Fabien Vantard.
5435
5436 2006-03-01 [wwp]        2.0.0cvs89
5437
5438         * src/plugins/spamassassin/spamassassin.c
5439                 fixed bad logics, was using spamc in local mode and sa-learn
5440                 in remote mode (thanks, Colin).
5441
5442 2006-03-01 [wwp]        2.0.0cvs88
5443
5444         * src/plugins/spamassassin/spamassassin.c
5445         * src/plugins/spamassassin/spamassassin.h
5446         * src/plugins/spamassassin/spamassassin_gtk.c
5447                 made processing of emails w/ sa-plugin an option (default is TRUE),
5448                 fixed Engrish some tooltips, capitalization of some debug messages
5449                 and warnings. The spamassassin plugin now provides two separate
5450                 services: process emails upon incorporation and spamd training.
5451                 Both services (un)register independently but use some common
5452                 plugin settings (transport settings, spam storage location).
5453
5454 2006-02-28 [wwp]        2.0.0cvs87
5455
5456         * src/plugins/spamassassin/spamassassin.c
5457                 fix async flag to spamc cmdline execution (batch exec should
5458                 be asynchronous).
5459
5460 2006-02-27 [wwp]        2.0.0cvs86
5461
5462         * src/plugins/spamassassin/spamassassin.c
5463         * src/plugins/spamassassin/spamassassin.h
5464         * src/plugins/spamassassin/spamassassin_gtk.c
5465                 - added the ability to learn a remote spamassassin server (spamd),
5466                 using spamc.
5467                 - added the spamassassin option 'username', that applies to all
5468                 spamassassin operations (filtering, learning, local or remote).
5469                 The default username is the current unix user (if left blank
5470                 from gtk prefs or config file).
5471                 - commented out some unused code (notebook widget), removed unused
5472                 layout (hbox1).
5473                 - make more widgets sensitive to the transport type.
5474
5475 2006-02-27 [colin]      2.0.0cvs85
5476
5477         * src/plugins/spamassassin/spamassassin.c
5478                 Fix sa-learn call when offline
5479
5480 2006-02-27 [colin]      2.0.0cvs84
5481
5482         * configure.ac
5483         * src/Makefile.am
5484         * src/mainwindow.c
5485         * src/mainwindow.h
5486         * src/messageview.c
5487         * src/messageview.h
5488         * src/prefs_toolbar.c
5489         * src/procmsg.c
5490         * src/stock_pixmap.c
5491         * src/stock_pixmap.h
5492         * src/summaryview.c
5493         * src/toolbar.c
5494         * src/toolbar.h
5495         * src/pixmaps/ham_btn.xpm
5496         * src/pixmaps/spam.xpm
5497         * src/pixmaps/spam_btn.xpm
5498         * src/plugins/spamassassin/spamassassin.c
5499                 Add button in toolbar for spam learning
5500                 Fix a few bugs from the last related commit
5501                 Revert 1.9.6cvs23 which messed up shift-selection
5502
5503 2006-02-24 [colin]      2.0.0cvs83
5504
5505         * src/procmsg.c
5506         * src/summaryview.c
5507         * src/summaryview.h
5508         * src/plugins/spamassassin/spamassassin.c
5509         * src/plugins/spamassassin/spamassassin.h
5510         * src/plugins/spamassassin/spamassassin_gtk.c
5511                 Unregister learner when spamassassin is either
5512                 disabled or over tcp
5513
5514 2006-02-24 [colin]      2.0.0cvs82
5515
5516         * src/Makefile.am
5517         * src/mainwindow.c
5518         * src/mainwindow.h
5519         * src/procmsg.c
5520         * src/procmsg.h
5521         * src/stock_pixmap.c
5522         * src/stock_pixmap.h
5523         * src/summaryview.c
5524         * src/summaryview.h
5525         * src/gtk/icon_legend.c
5526         * src/pixmaps/spam.xpm  ** NEW FILE **
5527         * src/plugins/spamassassin/spamassassin.c
5528         * src/plugins/spamassassin/spamassassin_gtk.c
5529                 Add spam learning interface (Mark/Mark as 
5530                 (spam|ham) menus)
5531
5532 2006-02-24 [wwp]        2.0.0cvs81
5533
5534         * src/compose.c
5535         * src/compose.h
5536         * src/filtering.c
5537                 hide compose window when sending message in batch mode
5538                 (filtering: forward and redirect). Also fixed a wrong
5539                 value returned when sending failed, neutral anyway.
5540                 (Colin, me) 
5541
5542 2006-02-24 [wwp]        2.0.0cvs80
5543
5544         * src/mainwindow.c
5545                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5546
5547 2006-02-24 [paul]       2.0.0cvs79
5548
5549         * src/news.c
5550         * src/news.h
5551         * src/news_gtk.c
5552                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5553                 Thanks to Colin
5554
5555 2006-02-23 [colin]      2.0.0cvs78
5556
5557         * src/alertpanel.c
5558                 Change OK to Close in alertpanel with View log
5559                 button; add accel to View log. Patch by Fabien
5560                 Vantard
5561
5562 2006-02-23 [wwp]        2.0.0cvs77
5563
5564         * src/compose.c
5565                 silly me, there were much more tests to perform, since toolbars can
5566                 really have down to 1 element only.
5567
5568 2006-02-23 [wwp]        2.0.0cvs76
5569
5570         * commitHelper
5571                 fixed indentation from my previous commit. Fallback to VISUAL if
5572                 EDITOR is not set (and to vi, at last resort).
5573
5574 2006-02-23 [wwp]        2.0.0cvs75
5575
5576         * commitHelper
5577                 improved error detection (Colin, me).
5578
5579 2006-02-23 [wwp]        2.0.0cvs74
5580
5581         * src/prefs_toolbar.c
5582                 simplify and fix prefs/toolbars layouting. Combos' contents can
5583                 now be really displayed.
5584
5585 2006-02-23 [wwp]        2.0.0cvs73
5586         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5587         be really displayed.
5588
5589 2006-02-22 [wwp]        2.0.0cvs72
5590
5591         * src/compose.c
5592                 fix a typo in my previous commit (sorry!).
5593
5594 2006-02-22 [wwp]        2.0.0cvs71
5595
5596         * src/prefs_toolbar.c
5597                 fix a crash when adding separators to toolbars,
5598                 also fix some separator item information.
5599
5600 2006-02-22 [wwp]        2.0.0cvs70
5601
5602         * src/compose.c
5603                 fix a crash when redirecting (for instance) when compose window's
5604                 toolbar contents has been customized (when some buttons have been
5605                 removed in fact).
5606
5607 2006-02-21 [wwp]        2.0.0cvs69
5608
5609         * src/summaryview.c
5610         * src/gtk/pluginwindow.c
5611         * src/plugins/pgpcore/prefs_gpg.c
5612                 fix some compilation warnings (feat. remains of removed code).
5613
5614 2006-02-21 [wwp]        2.0.0cvs68
5615
5616         * src/gtk/gtkutils.c
5617                 fix two compilation issues, thanks to Stephan Sachse.
5618
5619 2006-02-20 [colin]      2.0.0cvs67
5620
5621         * src/mainwindow.c
5622                 Don't reselect displayed mail on refocus
5623                 This fixes actions misbehaving 
5624
5625 2006-02-20 [wwp]        2.0.0cvs66
5626
5627         * src/summaryview.c
5628         * src/gtk/gtksctree.c
5629         * src/gtk/gtkshruler.c
5630                 changed more runtime typecast checks.
5631
5632 2006-02-20 [wwp]        2.0.0cvs65
5633
5634         * src/summary_search.c
5635                 find all - summaryview refresh issue fixed, thanks to Colin.
5636
5637 2006-02-20 [wwp]        2.0.0cvs64
5638
5639         * src/gtk/gtkutils.c
5640                 better runtime typecast checks.
5641
5642 2006-02-20 [wwp]        2.0.0cvs63
5643
5644         * src/summary_search.c
5645                 enhancements to the summary search:
5646                         - add the ability to stop the running search
5647                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5648                         - don't search if no criteria (From/To/Subject/Body) is set
5649                         - ensure that a busy mouse pointer is always shown when searching,
5650                           show it even a bit earlier
5651
5652 2006-02-19 [colin]      2.0.0cvs62
5653
5654         * src/compose.c
5655         * src/imap.c
5656         * src/etpan/imap-thread.c
5657         * src/etpan/imap-thread.h
5658                 (Future) IMAP speed improvement on sending
5659                 Will require a libetpan update
5660         * src/summaryview.c
5661         * src/gtk/quicksearch.c
5662                 Make quicksearch clearable while running.
5663
5664 2006-02-17 [colin]      2.0.0cvs61
5665
5666         * src/imap.c
5667         * src/etpan/imap-thread.c
5668         * src/etpan/imap-thread.h
5669                 Check for IMAP certificates
5670                 ** Requires libetpan-0.42-cvs4 
5671                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5672
5673 2006-02-17 [colin]      2.0.0cvs60
5674
5675         * src/messageview.c
5676         * src/prefs_common.c
5677         * src/prefs_common.h
5678         * src/prefs_message.c
5679                 Add pref to display HTML-only mails with plugin, 
5680                 if possible (defaulting to FALSE of course).
5681
5682 2006-02-16 [colin]      2.0.0cvs59
5683
5684         * src/main.c
5685         * src/common/plugin.c
5686         * src/common/plugin.h
5687         * src/gtk/pluginwindow.c
5688                 Keep track of requested (but unloaded) plugins
5689                 in some error cases.
5690
5691 2006-02-16 [wwp]        2.0.0cvs58
5692
5693         * src/gtk/gtkaspell.c
5694         * src/gtk/gtkaspell.h
5695         * src/prefs_spelling.c
5696         * src/compose.c
5697         * src/prefs_common.c
5698         * src/prefs_common.h
5699                 implemented new optional spellchecker behaviour: re-check message when
5700                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5701
5702 2006-02-16 [wwp]        2.0.0cvs57
5703
5704         * src/quote_fmt_parse.y
5705                 pclose popen'ed pipe.
5706
5707 2006-02-15 [colin]      2.0.0cvs56
5708
5709         * src/mimeview.c
5710         * src/mimeview.h
5711                 Let MimeViewers know which MimeView they
5712                 depend of.
5713         * src/summaryview.c
5714                 Swap From/To columns in Sent/Queue/Drafts
5715                 folders
5716         * src/etpan/imap-thread.c
5717                 Use mailstream_low_tls_open() for STARTTLS
5718                 instead of mailstream_low_ssl_open()
5719                 ** REQUIRES libetpan 0.42cvs3 **
5720
5721 2006-02-15 [wwp]        2.0.0cvs55
5722
5723         * src/compose.c
5724         * src/compose.h
5725         * src/message_search.c
5726         * src/message_search.h
5727         * src/textview.c
5728         * src/gtk/gtkutils.c
5729         * src/gtk/gtkutils.h
5730                 added the ability to Find text in the compose window (and a bit
5731                 of code factorization).
5732
5733 2006-02-15 [wwp]        2.0.0cvs54
5734
5735         * src/prefs_gtk.c
5736                 yet another one file was missing (fix for some widgets' sensitivity).
5737                 Thanks Colin!
5738
5739 2006-02-15 [wwp]        2.0.0cvs53
5740
5741         * src/prefs_gtk.h
5742                 oops forgot that file (fix for some widgets' sensitivity).
5743
5744 2006-02-15 [wwp]        2.0.0cvs52
5745
5746         * src/summary_search.c
5747                 implemented advanced summary search options (added the ability
5748                 to use matcher conditions in an advanced search mode).
5749
5750 2006-02-15 [wwp]        2.0.0cvs51
5751
5752         * src/plugins/pgpcore/prefs_gpg.c
5753         * src/prefs_account.c
5754                 fix some widget sensitivity, mostly around some labels in
5755                 account prefs.
5756
5757 2006-02-15 [paul]       2.0.0cvs50
5758
5759         * manual/advanced.xml
5760                 improve Templates info
5761                 written by wwp
5762
5763 2006-02-14 [colin]      2.0.0cvs49
5764
5765         * src/pixmaps/address_book.xpm
5766         * src/pixmaps/preferences.xpm
5767         * src/pixmaps/properties.xpm
5768                 Fix pixmap size - patch by Fabien Vantard
5769
5770 2006-02-13 [colin]      2.0.0cvs48
5771
5772         * src/procmime.c
5773                 Add missing fclose()s on error
5774         * src/textview.c
5775                 Remove unused code
5776         * src/common/utils.c
5777                 Fix temp files not being deleted on windows
5778         Patches by Thomas Gilgin
5779
5780 2006-02-13 [colin]      2.0.0cvs47
5781
5782         * src/mainwindow.c
5783                 Fix exit crash
5784
5785 2006-02-13 [wwp]        2.0.0cvs46
5786
5787         * src/plugins/pgpcore/prefs_gpg.c
5788                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5789
5790 2006-02-12 [colin]      2.0.0cvs45
5791
5792         * src/folderview.c
5793         * src/main.c
5794         * src/mainwindow.c
5795                 Fix "stuff" when quitting
5796
5797 2006-02-12 [wwp]        2.0.0cvs44
5798
5799         * src/prefs_themes.c
5800                 fix typos in debug messages.
5801
5802 2006-02-11 [colin]      2.0.0cvs43
5803
5804         * src/summaryview.c
5805                 don't allow drag/drop from ourself
5806
5807 2006-02-10 [wwp]        2.0.0cvs42
5808
5809         * src/exporthtml.c
5810         * src/html.c
5811         * src/html.h
5812         * src/procmime.c
5813         * src/textview.c
5814                 renamed html_ prefixed functions and data structures to avoid
5815                 namespace clashes w/ other software (gtkhtml2 for instance).
5816                 Closes bug #907.
5817
5818
5819 2006-02-09 [colin]      2.0.0cvs41
5820
5821         * src/summaryview.c
5822                 Fix shitty logic messed up. Thanks Ticho for the hint!
5823
5824 2006-02-09 [wwp]        2.0.0cvs40
5825
5826         * src/gtk/about.c
5827         * src/compose.c
5828         * src/prefs_account.c
5829         * src/prefs_gtk.h
5830         * src/editaddress.c
5831                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5832                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5833                 Browse buttons in accounts prefs.
5834
5835 2006-02-09 [colin]      2.0.0cvs39
5836
5837         * src/matcher.c
5838                 Check for pointer before using its members
5839         * src/gtk/gtksourceprintjob.c
5840                 Fix a wrong warning
5841
5842 2006-02-09 [wwp]        2.0.0cvs38
5843
5844         * src/gtk/filesel.c
5845                 fix few compiler warnings (type mismatch).
5846
5847 2006-02-09 [paul]       2.0.0cvs37
5848
5849         * po/fr.po
5850                 updated by Fabien Vantard
5851
5852 2006-02-08 [colin]      2.0.0cvs36
5853
5854         * src/prefs_common.c
5855         * src/common/defs.h
5856         * src/common/plugin.c
5857                 allow windows and linux configurations to coexist
5858                 patch by Thomas Gilgin
5859
5860 2006-02-08 [colin]      2.0.0cvs35
5861
5862         * src/filtering.c
5863         * src/matcher.c
5864         * src/matcher.h
5865         * src/matcher_parser_parse.y
5866         * src/prefs_filtering_action.c
5867         * src/prefs_matcher.c
5868                 Add the "Ignore thread" filtering
5869                 action
5870
5871 2006-02-08 [colin]      2.0.0cvs34
5872
5873         * src/compose.c
5874         * src/procmime.c
5875         * src/procmime.h
5876                 Fix bug #905 (damaged attachment)
5877                 text files with raw \0's aren't really text files
5878         FOR_STABLE
5879
5880 2006-02-08 [colin]      2.0.0cvs33
5881
5882         * src/summaryview.c
5883                 Fix crasher introduced yesterday
5884
5885 2006-02-08 [wwp]        2.0.0cvs32
5886
5887         * src/compose.c
5888         * src/compose.h
5889                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5890
5891 2006-02-08 [wwp]        2.0.0cvs31
5892
5893         * src/prefs_template.c
5894                 templates enhancement: allow address completion for Cc and Bcc fields
5895                 (it was currently possible for the To field only)
5896
5897 2006-02-08 [colin]      2.0.0cvs30
5898
5899         * src/compose.c
5900                 Don't unblock if not blocked
5901         FOR_STABLE
5902
5903 2006-02-07 [colin]      2.0.0cvs29
5904
5905         * src/action.c
5906                 Forgot to refresh summaryview
5907
5908 2006-02-07 [colin]      2.0.0cvs28
5909
5910         * src/action.c
5911                 Freeze/thaw message list and folder list while
5912                 processing %as{} actions 
5913         * src/compose.c
5914                 Fix auto-wrap disabling after a middle-click
5915                 paste - FOR_STABLE
5916
5917 2006-02-07 [paul]       2.0.0cvs27
5918
5919         * src/folder.c
5920                 fix freeing of uninitialised pointers
5921                 Thanks to Colin
5922
5923 2006-02-06 [colin]      2.0.0cvs26
5924
5925         * src/folder.c
5926                 Use g_slist_prepend in potentially big list
5927
5928 2006-02-06 [colin]      2.0.0cvs25
5929
5930         * src/folder.c
5931                 Completely skip processing if it doesn't 
5932                 exist (faster!)
5933
5934 2006-02-06 [colin]      2.0.0cvs24
5935
5936         * src/folder.c
5937         * src/summaryview.c
5938                 Batch filtering in summaryview (from Tools menu)
5939                 and pre/post//-processing too
5940
5941 2006-02-06 [colin]      2.0.0cvs23
5942
5943         * src/procmsg.h
5944         * src/filtering.c
5945                 Use a special field for batch filtering instead
5946                 of stepping on deferred execution's toes
5947
5948 2006-02-06 [colin]      2.0.0cvs22
5949
5950         * src/action.c
5951         * src/filtering.c
5952         * src/filtering.h
5953         * src/folder.c
5954         * src/summaryview.c
5955                 Fix filtering via menus and actions
5956
5957 2006-02-06 [colin]      2.0.0cvs21
5958
5959         * src/imap.c
5960                 Put the added file directly to cache if possible (will work
5961                 with next libetpan)
5962         * src/filtering.c
5963         * src/filtering.h
5964         * src/inc.c
5965         * src/folder.c
5966         * src/mbox.c
5967         * src/procmsg.h
5968                 Move and copy filtered messages by batches instead of one
5969                 by one - faster on IMAP
5970         * src/procmsg.c
5971                 Add a function that'll possibly be useful later
5972
5973 2006-02-06 [colin]      2.0.0cvs20
5974
5975         * src/addressbook.c
5976                 Use internal mime-type instead of text/plain for d'n'd
5977         * src/compose.c
5978                 Allow attaching files from mimeview's icon list via d'n'd
5979         * src/folderview.c
5980         * src/folderview.h
5981                 Use internal mime-type instead of text/plain for d'n'd
5982                 Don't try to selected opened folder if none is
5983                 Factorize d'n'd from other apps code
5984         * src/headerview.c
5985         * src/textview.c
5986         * src/gtk/gtkutils.c
5987         * src/gtk/gtkutils.h
5988                 Factorize Face/X-Face stuff
5989         * src/mimeview.c
5990                 Fix d'n'd to other apps
5991         * src/prefs_message.c
5992                 Let the XFace pref be usable without libcompface as it also
5993                 applies to Face
5994         * src/summaryview.c
5995                 Fix d'n'd to other apps
5996                 Factorize d'n'd from other apps code
5997
5998 2006-02-06 [wwp]        2.0.0cvs19
5999
6000         * po/it.po
6001                 Italian translation fixes by Andrea Spadaccini (no more confusion
6002                 between filtering and processing, and few changes in the About
6003                 dialog).
6004
6005
6006 2006-02-06 [mones]      2.0.0cvs18
6007
6008         * src/gtk/icon_legend.c
6009                 Improved descriptions allowing better translations
6010
6011 2006-02-05 [colin]      2.0.0cvs17
6012
6013         * src/imap.c
6014                 Add the f*cking missing expunge that caused imap_fetch_env
6015                 to fail after an add_msgs ! :-///
6016         * src/etpan/imap-thread.c
6017                 Add a bit of debug
6018         FOR_STABLE
6019
6020 2006-02-05 [colin]      2.0.0cvs16
6021
6022         * src/common/utils.c
6023                 Don't check for return-path (or we can't put
6024                 back non-sent mails)
6025
6026 2006-02-05 [colin]      2.0.0cvs15
6027
6028         * src/textview.c
6029                 Don't try to display Face header in textview
6030                 when teh headerview's active
6031
6032 2006-02-05 [colin]      2.0.0cvs14
6033
6034         * tools/tbird2syl.py
6035         * tools/Makefile.am
6036                 Add script to import Thunderbird mails
6037
6038 2006-02-05 [colin]      2.0.0cvs13
6039
6040         * src/headerview.c
6041         * src/procheader.c
6042         * src/procmsg.c
6043         * src/procmsg.h
6044         * src/textview.c
6045                 Show Face headers - patch partially by Klaus Flittner
6046
6047 2006-02-05 [colin]      2.0.0cvs12
6048
6049         * src/folderview.c
6050         * src/summaryview.c
6051         * src/common/utils.c
6052         * src/common/utils.h
6053                 Let dnd work from mime icons to summaryview
6054                 and to folderview too
6055                 Add a crude test to avoid trying to add files
6056                 drag'n'dropped when they're not mails
6057
6058 2006-02-04 [colin]      2.0.0cvs11
6059
6060         * src/summaryview.c
6061         * src/mimeview.c
6062                 Fix utf8 conversion
6063
6064 2006-02-04 [colin]      2.0.0cvs10
6065
6066         * src/compose.c
6067         * src/folderview.c
6068         * src/mimeview.c
6069         * src/summaryview.c
6070         * src/summaryview.h
6071                 Added various drag and drop capas:
6072                 From                    To
6073                 summaryview             other apps
6074                 mimeview icons          other apps
6075                 other apps              summaryview
6076                 other apps              folderview
6077
6078                 This shouldn't have broken the existing:
6079                 From                    To
6080                 summaryview             folderview
6081                 folderview              folderview
6082                 summaryview             compose's attachments
6083
6084         Tests welcomed.
6085
6086 2006-02-02 [paul]       2.0.0cvs9
6087
6088         * src/mainwindow.c
6089                 move global option 'Set displayed columns...' out
6090                 of folder option grouping.
6091                 fix sensitivity of 'harvest addresses'
6092         FOR_STABLE
6093
6094 2006-02-01 [colin]      2.0.0cvs8
6095
6096         * src/mimeview.c
6097                 Revert the alertpanel patch, it sucks (intrusive
6098                 and gets in the way of "open")
6099
6100 2006-02-01 [colin]      2.0.0cvs7
6101
6102         * src/compose.c
6103         * src/prefs_account.c
6104         * src/prefs_common.c
6105         * src/common/defs.h
6106         * src/common/utils.c
6107         * src/common/utils.h
6108                 Add ability to edit the signature file
6109                 from the account preferences, and use
6110                 a default for the text editor.
6111                 Patch by Fabien Vantard
6112
6113 2006-02-01 [colin]      2.0.0cvs6
6114
6115         * src/mimeview.c
6116                 Try to get mime type by extension if it is
6117                 application/octet-stream
6118                 Display a window with possible choices when
6119                 encountering unknown mime types
6120         * src/gtk/filesel.c
6121         * src/gtk/filesel.h
6122                 Add preview
6123                 Allow multiple selection in filtered filesel
6124                 (patch by Fabien Vantard)
6125         * src/gtk/pluginwindow.c
6126                 Use it (patch by Fabien Vantard)
6127
6128 2006-02-01 [paul]       2.0.0cvs5
6129
6130         * src/jpilot.c
6131                 fix crash on creating jpilot address book
6132                 Thanks to Colin - FOR_STABLE
6133         * src/prefs_summaries.c
6134         * src/prefs_wrapping.c
6135         * src/gtk/icon_legend.c
6136         * src/gtk/quicksearch.c
6137                 string fixes and additions
6138
6139 2006-02-01 [paul]       2.0.0cvs4
6140
6141         * src/compose.c
6142         * src/mainwindow.c
6143         * src/messageview.c
6144         * src/prefs_send.c
6145                 add Arabic encoding option
6146                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6147
6148 2006-01-31 [colin]      2.0.0cvs3
6149
6150         * src/plugins/pgpcore/passphrase.c
6151                 Convert passphrase to locale encoding
6152         * src/compose.c
6153                 Fix drafting on IMAP. Crappy bug sneaked in
6154                 the release :-/
6155         FOR_STABLE
6156
6157 2006-01-30 [paul]       2.0.0cvs2
6158
6159         * src/gtk/icon_legend.c
6160                 show the new entries
6161
6162 2006-01-30 [colin]      2.0.0cvs1
6163
6164         * src/manual.c
6165                 Check for the file to be present before 
6166                 enabling the menu - FOR_STABLE
6167         * src/gtk/icon_legend.c
6168                 Add folders icons (not all of them, there
6169                 are too much, but the most intriguing ones)
6170
6171 2006-01-30 [paul]       2.0.0
6172
6173         version 2.0.0 released
6174
6175 2006-01-30 [paul]       1.9.100cvs200
6176
6177         * manual/faq.xml
6178         * manual/gpl.xml
6179         * manual/intro.xml
6180         * manual/starting.xml
6181         * manual/sylpheed-claws-manual.xml
6182                 fixes, additions
6183
6184 2006-01-29 [mones]      1.9.100cvs199
6185
6186         * manual/account.xml
6187         * manual/advanced.xml
6188         * manual/glossary.xml
6189                 Some typos fixed, added LDIF term to glossary
6190         * po/es.po
6191                 Fixed leading plus symbol
6192
6193 2006-01-29 [paul]       1.9.100cvs198
6194
6195         * po/fi.po
6196         * po/sk.po
6197                 updated by Tommi Pirinen and Andrej Kacian
6198
6199 2006-01-29 [paul]       1.9.100cvs197
6200
6201         * src/gtk/authors.h
6202                 remove duplicates
6203
6204 2006-01-29 [paul]       1.9.100cvs196
6205
6206         * AUTHORS
6207         * po/nl.po
6208         * src/gtk/authors.h
6209         * tools/claws.i18n.status.pl
6210                 nl translation updated by Tim Dijkstra
6211
6212 2006-01-29 [paul]       1.9.100cvs195
6213
6214         * po/sr.po
6215         * po/sv.po
6216                 updated by Aleksandar Urosevic and Anders Troback
6217
6218 2006-01-28 [colin]      1.9.100cvs194
6219
6220         * src/gtk/gtksourceprintjob.c
6221                 Don't fiddle with PangoLayout when we
6222                 have an image
6223
6224 2006-01-28 [paul]       1.9.100cvs193
6225
6226         * AUTHORS
6227         * po/el.po
6228         * po/zh_CN.po
6229         * src/gtk/authors.h
6230         * tools/claws.i18n.status.pl
6231                 updated translations submitted by Stavros Giannouris
6232                 and Ralgh Young
6233
6234 2006-01-27 [colin]      1.9.100cvs192
6235
6236         * src/summaryview.c
6237         * src/gtk/gtksourceprintjob.c
6238                 Add image printing 
6239                 (libgnomeprint only, of course)
6240
6241 2006-01-27 [paul]       1.9.100cvs191
6242
6243         * po/fr.po
6244         * po/it.po
6245                 updated by Fabien Vantard and Andrea Spadaccini
6246
6247 2006-01-26 [colin]      1.9.100cvs190
6248
6249         * manual/Makefile.am
6250         * configure.ac
6251                 Make building the manual optional 
6252                 (--disable-manual)
6253
6254 2006-01-26 [paul]       1.9.100cvs189
6255
6256         * manual/glossary.xml
6257         * manual/plugins.xml
6258                 edited
6259         * po/en_GB.po
6260                 updated
6261
6262 2006-01-26 [paul]       1.9.100cvs188
6263
6264         * src/prefs_display_header.c
6265         * src/prefs_folder_column.c
6266         * src/prefs_msg_colors.c
6267         * src/prefs_summaries.c
6268         * src/prefs_summary_column.c
6269                 HIGify
6270
6271 2006-01-25 [colin]      1.9.100cvs187
6272
6273         * src/imap.c
6274                 Don't allow moving/copying mails between
6275                 queue/drafts and non-queue/drafts folders
6276                 Fixes bug #897 (message header is resetted 
6277                 if one is copied to Drafts)
6278
6279 2006-01-25 [colin]      1.9.100cvs186
6280
6281         * src/folder.c
6282         * src/mainwindow.c
6283                 Fix subscribed folders not found
6284         * src/compose.c
6285                 Don't try to encode as original mail's charset
6286                 if it's ascii 
6287
6288 2006-01-25 [paul]       1.9.100cvs185
6289
6290         * AUTHORS
6291         * po/Makevars
6292                 updated
6293         * po/de.po
6294         * po/pl.po
6295         * po/pt_BR.po
6296         * po/sr.po
6297                 updates submitted by Stephan Sachse, Emilian Nowak
6298                 and Quar, Frederico Goncalves Guimaraes, and
6299                 Aleksandar Urosevic
6300                 Fix Bug 896, 'PT_BR locale broken'.
6301         * src/gtk/authors.h
6302                 updated
6303
6304 2006-01-24 [mones]      1.9.100cvs184
6305
6306         * manual/glossary.xml
6307                 All current terms finished. Reviewers welcome ;-)
6308         * manual/keyboard.xml
6309                 Fixed column width for pdf output.
6310         * po/es.po
6311                 Updated
6312
6313 2006-01-24 [paul]       1.9.100cvs183
6314
6315         * manual/glossary.xml
6316                 fix id name
6317         * manual/dist/html/Makefile.am
6318         * manual/dist/pdf/Makefile.am
6319         * manual/dist/ps/Makefile.am
6320         * manual/dist/txt/Makefile.am
6321                 fix make deps
6322                 Thanks to Colin
6323
6324 2006-01-24 [mones]      1.9.100cvs182
6325
6326         * manual/glossary.xml
6327                 Nearly finished, some terms missing.
6328
6329 2006-01-23 [paul]       1.9.100cvs181
6330
6331         * manual/dist/html/Makefile.am
6332         * manual/dist/pdf/Makefile.am
6333         * manual/dist/ps/Makefile.am
6334         * manual/dist/txt/Makefile.am
6335         * src/mainwindow.c
6336                 re-enable manual
6337                 Thanks to Colin
6338
6339 2006-01-22 [colin]      1.9.100cvs180
6340
6341         * src/compose.c
6342         * src/gtk/gtkaspell.c
6343                 Don't deselect stuff before right-clicking, with aspell.
6344                 (This prevented right-click Copy, for example).
6345                 Thanks to Clo!
6346
6347 2006-01-22 [paul]       1.9.100cvs179
6348
6349         * src/summary_search.c
6350                 don't fix the widget size as it causes problems
6351                 under localisation.
6352                 Thanks to Emilian Nowak
6353
6354 2006-01-21 [paul]       1.9.100cvs178
6355
6356         * src/prefs_themes.c
6357                 fix broken underlining of label text
6358                 with some translations
6359
6360 2006-01-21 [colin]      1.9.100cvs177
6361
6362         * po/fr.po
6363                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6364
6365 2006-01-20 [colin]      1.9.100cvs176
6366
6367         * configure.ac
6368         * Makefile.am
6369         * manual/Makefile
6370         * manual/dist/html/.cvsignore
6371         * manual/dist/html/Makefile.am
6372         * manual/dist/pdf/.cvsignore
6373         * manual/dist/pdf/Makefile.am
6374         * manual/dist/ps/.cvsignore
6375         * manual/dist/ps/Makefile.am
6376         * manual/dist/txt/.cvsignore
6377         * manual/dist/txt/Makefile.am
6378                 Autotool-ize manual
6379
6380 2006-01-20 [paul]       1.9.100cvs175
6381
6382         * manual/handling.xml
6383                 make Filtering and Searching entries easier to find
6384         * manual/keyboard.xml
6385                 add the remaining default keybinds
6386         * src/prefs_summaries.c
6387                 update the default keybinds
6388
6389 2006-01-20 [paul]       1.9.100cvs174
6390
6391         * src/addressbook.c
6392         * src/addrgather.c
6393         * src/addrharvest.c
6394         * src/editaddress.c
6395         * src/editgroup.c
6396         * src/exphtmldlg.c
6397         * src/expldifdlg.c
6398         * src/exporthtml.c
6399         * src/exportldif.c
6400         * src/ldif.c
6401                 replace 'e-mail' with 'email'
6402         * src/summary_search.c
6403                 add mnemonic to "Find all" button
6404
6405 2006-01-20 [wwp]        1.9.100cvs173
6406
6407         * src/export.c
6408         * src/import.c
6409                 touched mbox import/export buttons for HIG-compliance
6410
6411 2006-01-19 [paul]       1.9.100cvs172
6412
6413         * manual/account.xml
6414         * manual/addrbook.xml
6415         * manual/advanced.xml
6416         * manual/faq.xml
6417         * manual/handling.xml
6418         * manual/intro.xml
6419         * manual/plugins.xml
6420         * manual/starting.xml
6421                 more editing
6422
6423 2006-01-19 [paul]       1.9.100cvs171
6424
6425         * src/toolbar.c
6426                 allow use of trash button while receiving
6427                 Thanks to Colin
6428
6429 2006-01-19 [wwp]        1.9.100cvs170
6430
6431         * src/gtk/quicksearch.c
6432         * src/compose.c
6433                 force text color to black when yellow background is set
6434
6435 2006-01-19 [colin]      1.9.100cvs169
6436
6437         * src/plugins/trayicon/trayicon.c
6438                 Gray out Get Mail when already getting mail
6439
6440 2006-01-18 [paul]       1.9.100cvs168
6441
6442         * src/compose.c
6443                 give widget yellow background was To is
6444                 set via folder prefs
6445         * src/gtk/quicksearch.c
6446                 give widget yellow background when quick
6447                 search is active.
6448                 Thanks to Colin
6449
6450 2006-01-18 [paul]       1.9.100cvs167
6451
6452         * doc/man/sylpheed-claws.1
6453                 add --subscribe option
6454
6455 2006-01-18 [paul]       1.9.100cvs166
6456
6457         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6458         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6459                 use %U instead of %F (%F is broken for user installed
6460                 files in kde 3.5)
6461
6462 2006-01-18 [colin]      1.9.100cvs165
6463
6464         * src/summaryview.c
6465                 Default to Yes in "No more * messages" dialogs
6466
6467 2006-01-17 [colin]      1.9.100cvs164
6468
6469         * src/compose.c
6470                 Possibly fix an invalid iterator causing
6471                 crash
6472
6473 2006-01-17 [colin]      1.9.100cvs163
6474
6475         * src/mimeview.c
6476                 Fix crash when the image disappears under the
6477                 image viewer
6478
6479 2006-01-16 [colin]      1.9.100cvs162
6480
6481         * src/compose.c
6482                 Fix reenabling autowrap
6483
6484 2006-01-16 [colin]      1.9.100cvs161
6485
6486         * src/compose.c
6487                 reset quote_len before getting quote_str
6488
6489 2006-01-16 [colin]      1.9.100cvs160
6490
6491         * src/account.c
6492         * src/account.h
6493         * src/folder.c
6494         * src/imap_gtk.c
6495         * src/mh_gtk.c
6496                 Fix bug #883 (default inbox does not track folder move)
6497
6498 2006-01-16 [colin]      1.9.100cvs159
6499
6500         * src/compose.c
6501         * src/plugins/pgpcore/passphrase.c
6502                 More buttons fixes
6503
6504 2006-01-16 [paul]       1.9.100cvs158
6505
6506         * src/prefs_actions.c
6507         * src/prefs_filtering_action.c
6508         * src/prefs_matcher.c
6509         * src/quote_fmt.c
6510         * src/gtk/description_window.c
6511         * src/gtk/description_window.h
6512         * src/gtk/quicksearch.c
6513                 description window cleanups
6514
6515 2006-01-15 [colin]      1.9.100cvs157
6516
6517         * src/addressbook.c
6518         * src/prefs_filtering.c
6519                 Same here
6520
6521 2006-01-15 [colin]      1.9.100cvs156
6522
6523         * src/folderview.c
6524         * src/mainwindow.c
6525                 Same for "Empty trash"
6526
6527 2006-01-15 [colin]      1.9.100cvs155
6528
6529         * src/inc.c
6530                 Override offline dialog had Yes by default
6531
6532 2006-01-15 [colin]      1.9.100cvs154
6533
6534         * src/summaryview.c
6535                 Delete selected messages? previously had Yes the default
6536
6537 2006-01-15 [colin]      1.9.100cvs153
6538
6539         * src/folder.c
6540         * src/folder.h
6541         * src/main.c
6542                 Check if a mailbox is loaded after all
6543                 plugins are loaded.
6544
6545 2006-01-15 [colin]      1.9.100cvs152
6546
6547         * src/folder.c
6548                 Don't start wizard when there are unloaded folders (will help
6549                 people with only mbox or maildir mailboxes)
6550
6551 2006-01-14 [colin]      1.9.100cvs151
6552
6553         * src/addressbook.c
6554         * src/expldifdlg.c
6555         * src/importldif.c
6556         * src/importmutt.c
6557         * src/importpine.c
6558         * src/mh_gtk.c
6559                 More HIG compliance and fixes
6560
6561 2006-01-14 [colin]      1.9.100cvs150
6562
6563         * src/prefs_filtering_action.c
6564         * src/foldersel.c
6565                 Two forgotten button order changes
6566
6567 2006-01-14 [colin]      1.9.100cvs149
6568
6569         * src/account.c
6570         * src/addressbook.c
6571         * src/compose.c
6572         * src/folderview.c
6573         * src/imap_gtk.c
6574         * src/mainwindow.c
6575         * src/mh_gtk.c
6576         * src/news_gtk.c
6577         * src/prefs_actions.c
6578         * src/prefs_customheader.c
6579         * src/prefs_filtering.c
6580         * src/prefs_matcher.c
6581         * src/prefs_template.c
6582         * src/ssl_manager.c
6583         * src/summaryview.c
6584         * src/textview.c
6585         * src/toolbar.c
6586                 All deletion confirmations are now "Cancel, Delete" 
6587                 instead of "No, Yes"
6588                 Clarified most of the other "No, Yes" to 
6589                 "Cancel, Descriptive_action"
6590                 Rechanged the "Entry not saved" alerts to have 
6591                 "Close, Continue editing"
6592
6593
6594 2006-01-14 [paul]
6595
6596         * 2.0.0-rc4 released
6597
6598 2006-01-14 [paul]       1.9.100cvs148
6599
6600         * src/account.c
6601         * src/addressadd.c
6602         * src/addressbook.c
6603         * src/compose.c
6604         * src/editaddress.c
6605         * src/editbook.c
6606         * src/editgroup.c
6607         * src/editjpilot.c
6608         * src/editldap.c
6609         * src/editvcard.c
6610         * src/exphtmldlg.c
6611         * src/expldifdlg.c
6612         * src/folderview.c
6613         * src/grouplistdialog.c
6614         * src/imap_gtk.c
6615         * src/importmutt.c
6616         * src/importpine.c
6617         * src/inc.c
6618         * src/main.c
6619         * src/mainwindow.c
6620         * src/message_search.c
6621         * src/messageview.c
6622         * src/mh_gtk.c
6623         * src/mimeview.c
6624         * src/news_gtk.c
6625         * src/prefs_actions.c
6626         * src/prefs_customheader.c
6627         * src/prefs_filtering.c
6628         * src/prefs_matcher.c
6629         * src/prefs_template.c
6630         * src/prefs_themes.c
6631         * src/ssl_manager.c
6632         * src/summary_search.c
6633         * src/summaryview.c
6634         * src/textview.c
6635         * src/toolbar.c
6636         * src/gtk/foldersort.c
6637         * src/gtk/gtkaspell.c
6638         * src/gtk/inputdialog.c
6639         * src/gtk/prefswindow.c
6640         * src/plugins/pgpcore/select-keys.c
6641         * src/plugins/trayicon/trayicon.c
6642                 HIG compliant button order
6643
6644 2006-01-14 [mones]      1.9.100cvs147
6645
6646         * po/es.po
6647                 Updated translation
6648
6649 2006-01-13 [paul]       1.9.100cvs146
6650
6651         * AUTHORS
6652         * ChangeLog
6653         * src/gtk/authors.h
6654                 add Joshua M. Kwan to contributors list
6655
6656 2006-01-13 [colin]      1.9.100cvs145
6657
6658         * src/gtk/quicksearch.c
6659                 Don't refocus quick search after executing (Esc or Enter)
6660                 Allows to '/'search something then move up/down in 
6661                 summaryview, and to Esc a search and be back in the 
6662                 summaryview
6663
6664 2006-01-13 [paul]       1.9.100cvs144
6665
6666         * src/plugins/pgpinline/pgpinline.c
6667                 support Content-Type 'application/pgp'
6668                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6669
6670 2006-01-13 [paul]       1.9.100cvs143
6671
6672         * manual/account.xml
6673                 make mention of partial retrieval
6674                 thanks to Colin
6675
6676 2006-01-13 [paul]       1.9.100cvs142
6677
6678         * src/account.c
6679         * src/account.h
6680         * src/action.c
6681         * src/action.h
6682         * src/adbookbase.h
6683         * src/addr_compl.c
6684         * src/addr_compl.h
6685         * src/addrbook.c
6686         * src/addrcache.c
6687         * src/addrcache.h
6688         * src/addrcindex.c
6689         * src/addrcindex.h
6690         * src/addrclip.c
6691         * src/addrclip.h
6692         * src/addrdefs.h
6693         * src/addressadd.c
6694         * src/addressadd.h
6695         * src/addressbook.c
6696         * src/addressbook.h
6697         * src/addrgather.c
6698         * src/addrgather.h
6699         * src/addrharvest.c
6700         * src/addrharvest.h
6701         * src/addrindex.c
6702         * src/addrindex.h
6703         * src/addritem.c
6704         * src/addritem.h
6705         * src/addrquery.c
6706         * src/addrquery.h
6707         * src/addrselect.c
6708         * src/addrselect.h
6709         * src/alertpanel.c
6710         * src/alertpanel.h
6711         * src/browseldap.c
6712         * src/browseldap.h
6713         * src/codeconv.c
6714         * src/codeconv.h
6715         * src/compose.c
6716         * src/compose.h
6717         * src/customheader.c
6718         * src/customheader.h
6719         * src/displayheader.c
6720         * src/displayheader.h
6721         * src/editaddress.c
6722         * src/editaddress.h
6723         * src/editbook.c
6724         * src/editbook.h
6725         * src/editgroup.c
6726         * src/editgroup.h
6727         * src/editjpilot.c
6728         * src/editjpilot.h
6729         * src/editldap.c
6730         * src/editldap.h
6731         * src/editldap_basedn.c
6732         * src/editldap_basedn.h
6733         * src/editvcard.c
6734         * src/editvcard.h
6735         * src/exphtmldlg.c
6736         * src/exphtmldlg.h
6737         * src/expldifdlg.c
6738         * src/expldifdlg.h
6739         * src/export.h
6740         * src/exporthtml.c
6741         * src/exporthtml.h
6742         * src/exportldif.c
6743         * src/exportldif.h
6744         * src/filtering.c
6745         * src/filtering.h
6746         * src/folder.c
6747         * src/folder.h
6748         * src/folder_item_prefs.c
6749         * src/folder_item_prefs.h
6750         * src/foldersel.c
6751         * src/foldersel.h
6752         * src/folderutils.c
6753         * src/folderutils.h
6754         * src/folderview.c
6755         * src/folderview.h
6756         * src/grouplistdialog.c
6757         * src/grouplistdialog.h
6758         * src/headerview.c
6759         * src/html.c
6760         * src/html.h
6761         * src/image_viewer.c
6762         * src/image_viewer.h
6763         * src/imap.c
6764         * src/imap.h
6765         * src/imap_gtk.c
6766         * src/imap_gtk.h
6767         * src/import.h
6768         * src/importldif.c
6769         * src/importldif.h
6770         * src/importmutt.c
6771         * src/importmutt.h
6772         * src/importpine.c
6773         * src/importpine.h
6774         * src/inc.c
6775         * src/inc.h
6776         * src/jpilot.c
6777         * src/jpilot.h
6778         * src/ldapctrl.c
6779         * src/ldapctrl.h
6780         * src/ldaplocate.c
6781         * src/ldaplocate.h
6782         * src/ldapquery.c
6783         * src/ldapquery.h
6784         * src/ldapserver.c
6785         * src/ldapserver.h
6786         * src/ldaputil.c
6787         * src/ldaputil.h
6788         * src/ldif.c
6789         * src/ldif.h
6790         * src/main.c
6791         * src/main.h
6792         * src/mainwindow.c
6793         * src/mainwindow.h
6794         * src/manual.c
6795         * src/manual.h
6796         * src/mbox.c
6797         * src/mbox.h
6798         * src/message_search.c
6799         * src/message_search.h
6800         * src/messageview.c
6801         * src/messageview.h
6802         * src/mh.c
6803         * src/mh.h
6804         * src/mh_gtk.c
6805         * src/mh_gtk.h
6806         * src/mimeview.c
6807         * src/mimeview.h
6808         * src/msgcache.c
6809         * src/msgcache.h
6810         * src/mutt.c
6811         * src/mutt.h
6812         * src/news.c
6813         * src/news.h
6814         * src/news_gtk.c
6815         * src/news_gtk.h
6816         * src/partial_download.c
6817         * src/partial_download.h
6818         * src/pine.c
6819         * src/pine.h
6820         * src/pop.c
6821         * src/pop.h
6822         * src/prefs_account.c
6823         * src/prefs_account.h
6824         * src/prefs_actions.c
6825         * src/prefs_actions.h
6826         * src/prefs_common.c
6827         * src/prefs_common.h
6828         * src/prefs_compose_writing.c
6829         * src/prefs_compose_writing.h
6830         * src/prefs_customheader.c
6831         * src/prefs_customheader.h
6832         * src/prefs_display_header.c
6833         * src/prefs_display_header.h
6834         * src/prefs_filtering.c
6835         * src/prefs_filtering.h
6836         * src/prefs_filtering_action.c
6837         * src/prefs_filtering_action.h
6838         * src/prefs_folder_column.c
6839         * src/prefs_folder_column.h
6840         * src/prefs_folder_item.c
6841         * src/prefs_folder_item.h
6842         * src/prefs_fonts.c
6843         * src/prefs_fonts.h
6844         * src/prefs_gtk.c
6845         * src/prefs_gtk.h
6846         * src/prefs_image_viewer.c
6847         * src/prefs_image_viewer.h
6848         * src/prefs_matcher.c
6849         * src/prefs_matcher.h
6850         * src/prefs_message.c
6851         * src/prefs_msg_colors.c
6852         * src/prefs_msg_colors.h
6853         * src/prefs_other.c
6854         * src/prefs_quote.c
6855         * src/prefs_receive.c
6856         * src/prefs_send.c
6857         * src/prefs_spelling.c
6858         * src/prefs_spelling.h
6859         * src/prefs_summaries.c
6860         * src/prefs_summaries.h
6861         * src/prefs_summary_column.c
6862         * src/prefs_summary_column.h
6863         * src/prefs_template.c
6864         * src/prefs_template.h
6865         * src/prefs_themes.c
6866         * src/prefs_themes.h
6867         * src/prefs_toolbar.c
6868         * src/prefs_toolbar.h
6869         * src/prefs_wrapping.c
6870         * src/prefs_wrapping.h
6871         * src/privacy.c
6872         * src/privacy.h
6873         * src/procheader.c
6874         * src/procheader.h
6875         * src/procmime.c
6876         * src/procmime.h
6877         * src/procmsg.c
6878         * src/procmsg.h
6879         * src/quote_fmt.c
6880         * src/quote_fmt_parse.y
6881         * src/recv.c
6882         * src/recv.h
6883         * src/remotefolder.c
6884         * src/remotefolder.h
6885         * src/send_message.c
6886         * src/send_message.h
6887         * src/setup.c
6888         * src/setup.h
6889         * src/sourcewindow.c
6890         * src/sourcewindow.h
6891         * src/ssl_manager.c
6892         * src/ssl_manager.h
6893         * src/statusbar.c
6894         * src/statusbar.h
6895         * src/stock_pixmap.c
6896         * src/stock_pixmap.h
6897         * src/summary_search.c
6898         * src/summary_search.h
6899         * src/summaryview.c
6900         * src/summaryview.h
6901         * src/syldap.c
6902         * src/syldap.h
6903         * src/textview.c
6904         * src/textview.h
6905         * src/toolbar.c
6906         * src/toolbar.h
6907         * src/undo.c
6908         * src/undo.h
6909         * src/unmime.c
6910         * src/unmime.h
6911         * src/vcard.c
6912         * src/vcard.h
6913         * src/wizard.c
6914         * src/wizard.h
6915         * src/common/base64.c
6916         * src/common/base64.h
6917         * src/common/defs.h
6918         * src/common/hooks.c
6919         * src/common/hooks.h
6920         * src/common/log.c
6921         * src/common/log.h
6922         * src/common/mgutils.c
6923         * src/common/mgutils.h
6924         * src/common/nntp.c
6925         * src/common/nntp.h
6926         * src/common/passcrypt.c
6927         * src/common/passcrypt.h.in
6928         * src/common/plugin.c
6929         * src/common/plugin.h
6930         * src/common/prefs.c
6931         * src/common/prefs.h
6932         * src/common/progressindicator.c
6933         * src/common/progressindicator.h
6934         * src/common/quoted-printable.c
6935         * src/common/quoted-printable.h
6936         * src/common/session.c
6937         * src/common/session.h
6938         * src/common/smtp.c
6939         * src/common/smtp.h
6940         * src/common/socket.c
6941         * src/common/socket.h
6942         * src/common/ssl.c
6943         * src/common/ssl.h
6944         * src/common/ssl_certificate.c
6945         * src/common/ssl_certificate.h
6946         * src/common/stringtable.c
6947         * src/common/stringtable.h
6948         * src/common/sylpheed.c
6949         * src/common/sylpheed.h
6950         * src/common/template.c
6951         * src/common/template.h
6952         * src/common/timing.h
6953         * src/common/utils.c
6954         * src/common/utils.h
6955         * src/common/version.h.in
6956         * src/common/xml.c
6957         * src/common/xml.h
6958         * src/common/xmlprops.c
6959         * src/common/xmlprops.h
6960         * src/gtk/colorlabel.c
6961         * src/gtk/colorsel.c
6962         * src/gtk/colorsel.h
6963         * src/gtk/description_window.c
6964         * src/gtk/description_window.h
6965         * src/gtk/filesel.c
6966         * src/gtk/filesel.h
6967         * src/gtk/foldersort.c
6968         * src/gtk/foldersort.h
6969         * src/gtk/gtkutils.c
6970         * src/gtk/gtkutils.h
6971         * src/gtk/inputdialog.c
6972         * src/gtk/inputdialog.h
6973         * src/gtk/logwindow.c
6974         * src/gtk/logwindow.h
6975         * src/gtk/manage_window.c
6976         * src/gtk/manage_window.h
6977         * src/gtk/menu.c
6978         * src/gtk/menu.h
6979         * src/gtk/pluginwindow.c
6980         * src/gtk/pluginwindow.h
6981         * src/gtk/prefswindow.c
6982         * src/gtk/prefswindow.h
6983         * src/gtk/progressdialog.c
6984         * src/gtk/progressdialog.h
6985         * src/gtk/sslcertwindow.c
6986         * src/gtk/sslcertwindow.h
6987         * src/plugins/clamav/clamav_plugin.c
6988         * src/plugins/clamav/clamav_plugin.h
6989         * src/plugins/clamav/clamav_plugin_gtk.c
6990         * src/plugins/demo/demo.c
6991         * src/plugins/dillo_viewer/dillo_prefs.c
6992         * src/plugins/dillo_viewer/dillo_prefs.h
6993         * src/plugins/dillo_viewer/dillo_viewer.c
6994         * src/plugins/pgpcore/passphrase.c
6995         * src/plugins/pgpcore/passphrase.h
6996         * src/plugins/pgpcore/plugin.c
6997         * src/plugins/pgpcore/select-keys.c
6998         * src/plugins/pgpcore/select-keys.h
6999         * src/plugins/pgpcore/sgpgme.c
7000         * src/plugins/pgpcore/sgpgme.h
7001         * src/plugins/pgpinline/pgpinline.c
7002         * src/plugins/pgpinline/pgpinline.h
7003         * src/plugins/pgpinline/plugin.c
7004         * src/plugins/pgpmime/pgpmime.c
7005         * src/plugins/pgpmime/pgpmime.h
7006         * src/plugins/pgpmime/plugin.c
7007         * src/plugins/spamassassin/spamassassin.c
7008         * src/plugins/spamassassin/spamassassin.h
7009         * src/plugins/spamassassin/spamassassin_gtk.c
7010         * src/plugins/trayicon/trayicon.c
7011                 update copyright header
7012
7013 2006-01-13 [paul]       1.9.100cvs141
7014
7015         * src/account.c
7016         * src/export.c
7017         * src/import.c
7018         * src/mainwindow.c
7019         * src/prefs_account.c
7020         * src/prefs_display_header.c
7021         * src/prefs_receive.c
7022         * src/prefs_send.c
7023         * src/prefs_summaries.c
7024         * src/prefs_themes.c
7025         * src/prefs_toolbar.c
7026         * src/gtk/about.c
7027                 various cleanups
7028
7029 2006-01-12 [colin]      1.9.100cvs140
7030
7031         * src/folder.c
7032         * src/folder.h
7033         * src/main.c
7034                 Add --subscribe option
7035                 Let sylpheed-claws email@domain.com equivalent to --compose
7036                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7037
7038 2006-01-12 [paul]       1.9.100cvs139
7039
7040         * src/mainwindow.c
7041                 append 'Change folder order' label with '...'
7042         * src/prefs_actions.c
7043                 allow reordering of actions list by dnd
7044         * src/gtk/foldersort.c
7045                 make the dialog nicer
7046
7047 2006-01-11 [colin]      1.9.100cvs138
7048
7049         * src/compose.c
7050                 Allow templates without text
7051
7052 2006-01-11 [paul]       1.9.100cvs137
7053
7054         * tools/README
7055         * tools/filter_conv_new.pl
7056                 add info to README
7057                 also check .sylpheed for filter.xml
7058                 be a bit informative to the user
7059
7060 2006-01-11 [colin]      1.9.100cvs136
7061
7062         * src/textview.c
7063                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7064
7065 2006-01-10 [paul]       1.9.100cvs135
7066
7067         * tools/Makefile.am
7068         * tools/filter_conv_new.pl
7069                 add script to convert new style Sylpheed
7070                 filter rules (Sylpheed >= 0.9.99) to
7071                 Claws filtering rules
7072
7073 2006-01-10 [colin]      1.9.100cvs134
7074
7075         * src/compose.c
7076                 Fix broken line joins in certain conditions
7077                 (between two quoted lines: <enter><enter><up>
7078                  <type a wrapped sentence><go in the first line>
7079                  <insert more text><watch as line joining failed>)
7080
7081 2006-01-10 [paul]       1.9.100cvs133
7082
7083         * src/compose.c
7084                 don't report success in error dialog
7085                 thanks to Colin
7086         * src/common/utils.c
7087                 include some trailing punctuations as URI
7088                 thanks to Hiro
7089
7090 2006-01-10 [paul]       1.9.100cvs132
7091
7092         * src/mimeview.c
7093                 fix incompatible pointer type
7094                 warning
7095
7096 2006-01-10 [paul]       1.9.100cvs131
7097
7098         * src/compose.c
7099                 change Subject in window title
7100                 instantaneously
7101
7102 2006-01-09 [colin]      1.9.100cvs130
7103
7104         * src/addressbook.c
7105         * src/headerview.c
7106         * src/mainwindow.c
7107         * src/messageview.c
7108         * src/mimeview.c
7109         * src/noticeview.c
7110         * src/summaryview.c
7111                 Fix possible crashes on exit and in addressbook
7112
7113 2006-01-09 [paul]       1.9.100cvs129
7114
7115         * src/prefs_msg_colors.c
7116                 some cleanups that I forgot last time
7117
7118 2006-01-09 [paul]       1.9.100cvs128
7119
7120         * README
7121         * src/folderview.c
7122         * src/prefs_msg_colors.c
7123                 add previously hidden option, color_new, to
7124                 the gui
7125                 move the page to Display/
7126                 rework the gui
7127
7128 2006-01-09 [wwp]        1.9.100cvs127
7129
7130         * src/prefs_themes.c
7131                 made the prefs/display/themes layouts spacing less condensed
7132                 (and so they match other prefs/pages' look).
7133
7134 2006-01-09 [paul]       1.9.100cvs126
7135
7136         * src/compose.c
7137         * src/prefs_common.c
7138         * src/prefs_common.h
7139         * src/prefs_wrapping.c
7140                 remove 'wrap at send' option
7141
7142 2006-01-06 [colin]      1.9.100cvs125
7143
7144         * src/compose.c
7145                 Just make completely sure we don't insert "manual line breaks" 
7146                 when wrapping... 
7147
7148 2006-01-04 [paul]
7149
7150         * 2.0.0-rc3 released
7151
7152 2006-01-04 [paul]       1.9.100cvs124
7153
7154         * src/folderview.c
7155                 fix bug 882, 'quick scroll in folder list
7156                 displays wrong folder contents'
7157
7158 2006-01-04 [paul]       1.9.100cvs123
7159
7160         * src/plugins/pgpmime/pgpmime.c
7161                 better debug information when signing
7162                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7163
7164 2006-01-03 [colin]      1.9.100cvs122
7165
7166         * configure.ac
7167                 We need to recheck for gpgme 1.0.0 after checking
7168                 for 1.1.1, because if 1.1.1 isn't available, 
7169                 GPGME_LIBS and friends are blanked out by the 
7170                 second check.
7171
7172 2006-01-03 [colin]      1.9.100cvs121
7173
7174         * src/common/prefs.c
7175                 Windows unlink-before rename fix
7176         * src/plugins/pgpcore/sgpgme.c
7177                 Add support for PKA info if available
7178                 Both patches by Werner Koch
7179
7180 2006-01-03 [paul]       1.9.100cvs120
7181
7182         * src/messageview.c
7183                 fix bug 884, 'Send receipt' button visible in queue
7184                 Thanks to Colin
7185
7186 2006-01-02 [colin]      1.9.100cvs119
7187
7188         * src/compose.c
7189         * src/imap.c
7190                 Fix autosave on IMAP and more generally try to
7191                 return the correct ID on a newly added IMAP message
7192
7193 2006-01-02 [paul]       1.9.100cvs118
7194
7195         * manual/keyboard.xml
7196                 edited
7197
7198 2006-01-01 [paul]       1.9.100cvs117
7199
7200         * src/gtk/authors.h
7201                 alphabetical order
7202
7203 2005-12-30 [colin]      1.9.100cvs116
7204
7205         * manual/advanced.xml
7206                 Explain Pre/Post-processing differences.
7207
7208 2005-12-30 [colin]      1.9.100cvs115
7209
7210         * src/mh.c
7211                 Implement copy_msgs for a little optimization
7212         * src/imap.c
7213                 Finish yesterday's fix
7214
7215 2005-12-29 [colin]      1.9.100cvs114
7216
7217         * src/imap.c
7218                 Fix occasional failure in fetching a mail over
7219                 IMAP
7220
7221 2005-12-29 [colin]      1.9.100cvs113
7222
7223         * src/compose.c
7224                 Don't remove a draft when sending it, if it is 
7225                 locked.
7226
7227 2005-12-28 [colin]      1.9.100cvs112
7228
7229         * src/summaryview.c
7230                 Fix leak for real
7231
7232 2005-12-28 [wwp]        1.9.100cvs111
7233
7234         * doc/faq/.cvsignore
7235         * doc/faq/de/.cvsignore
7236         * doc/faq/en/.cvsignore
7237         * doc/faq/es/.cvsignore
7238         * doc/faq/fr/.cvsignore
7239         * doc/faq/it/.cvsignore
7240         * doc/manual/.cvsignore
7241         * doc/manual/de/.cvsignore
7242         * doc/manual/en/.cvsignore
7243         * doc/manual/es/.cvsignore
7244         * doc/manual/fr/.cvsignore
7245         * doc/manual/ja/.cvsignore
7246         * src/plugins/mathml_viewer/.cvsignore
7247                 rollback revival of those files (my bad, sorry for the noise).
7248
7249 2005-12-28 [wwp]        1.9.100cvs110
7250
7251         * src/compose.c
7252                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7253
7254 2005-12-28 [wwp]        1.9.100cvs109
7255
7256         * doc/faq/.cvsignore
7257         * doc/faq/de/.cvsignore
7258         * doc/faq/en/.cvsignore
7259         * doc/faq/es/.cvsignore
7260         * doc/faq/fr/.cvsignore
7261         * doc/faq/it/.cvsignore
7262         * doc/manual/.cvsignore
7263         * doc/manual/de/.cvsignore
7264         * doc/manual/en/.cvsignore
7265         * doc/manual/es/.cvsignore
7266         * doc/manual/fr/.cvsignore
7267         * doc/manual/ja/.cvsignore
7268         * src/plugins/mathml_viewer/.cvsignore
7269         * po/.cvsignore
7270                 more files to ignore.
7271
7272 2005-12-24 [colin]      1.9.100cvs108
7273
7274         * AUTHORS
7275         * src/gtk/authors.h
7276                 Update for Werner
7277
7278 2005-12-24 [colin]      1.9.100cvs107
7279
7280         * src/procmsg.c
7281                 Allow NULL src_msginfo in 
7282                 procmsg_msginfo_new_from_mimeinfo
7283
7284 2005-12-23 [paul]       1.9.100cvs106
7285
7286         * src/plugins/pgpinline/mypgpcore.def
7287                 add this forgotten file
7288
7289 2005-12-23 [colin]      1.9.100cvs105
7290
7291         * src/mainwindow.c
7292                 Fix missing break
7293
7294 2005-12-23 [colin]      1.9.100cvs104
7295
7296         * autogen.sh
7297         * src/folder.c
7298         * src/mh.c
7299         * src/common/plugin.c
7300         * src/common/socket.c
7301         * src/common/socket.h
7302         * src/common/utils.c
7303         * src/common/utils.h
7304         * src/gtk/pluginwindow.c
7305         * src/plugins/pgpcore/plugin.def
7306         * src/plugins/pgpcore/sylpheed.def
7307         * src/plugins/pgpinline/Makefile.am
7308         * src/plugins/pgpinline/plugin.def
7309         * src/plugins/pgpinline/sylpheed.def
7310         * src/plugins/pgpmime/plugin.def
7311         * src/plugins/pgpmime/sylpheed.def
7312                 Various w32 fixes by Werner Koch
7313
7314 2005-12-22 [paul]       1.9.100cvs103
7315
7316         * src/wizard.c
7317                 don't offer IMAP as 'server type' if
7318                 libetpan isn't built in
7319
7320 2005-12-22 [paul]       1.9.100cvs102
7321
7322         * AUTHORS
7323         * src/mainwindow.c
7324         * src/mainwindow.h
7325         * src/toolbar.c
7326         * src/gtk/authors.h
7327                 support GTK_TOOLBAR_BOTH_HORIZ (text
7328                 next to icon) Patch by Marien Zwart
7329                 marienz@users.sf.net
7330                 Also reword the text
7331
7332 2005-12-21 [colin]      1.9.100cvs101
7333
7334         * configure.ac
7335                 Fix DATADIRNAME
7336         * COPYING
7337                 Fix missing section and explicit the exception better
7338         * src/compose.c
7339                 Prevent mail from being lost without notice when an
7340                 SMTP error happens on trying to send an unmodified
7341                 drafted mail.
7342         * src/send_message.c
7343         * src/common/smtp.c
7344                 Fix password remembering when wrong, and add return
7345                 value checks where they should have been
7346         * src/plugins/pgpcore/sylpheed.def
7347         * src/plugins/pgpinline/sylpheed.def
7348         * src/plugins/pgpmime/sylpheed.def
7349                 Add a few symbols needed
7350
7351 2005-12-21 [paul]       1.9.100cvs100
7352
7353         * m4/codeset.m4
7354         * m4/glibc21.m4
7355         * m4/intdiv0.m4
7356         * m4/inttypes-pri.m4
7357         * m4/inttypes.m4
7358         * m4/inttypes_h.m4
7359         * m4/isc-posix.m4
7360         * m4/lcmessage.m4
7361         * m4/stdint_h.m4
7362         * m4/uintmax_t.m4
7363                 gettextization
7364                 thanks to Colin
7365
7366 2005-12-21 [paul]       1.9.100cvs99
7367
7368         * po/sv.po
7369                 fixed by Colin
7370
7371 2005-12-20 [paul]       1.9.100cvs98
7372
7373         * po/sv.po
7374                 updated by Anders Trobäck
7375
7376 2005-12-20 [colin]      1.9.100cvs97
7377
7378         * ABOUT-NLS
7379         * Makefile.am
7380         * autogen.sh
7381         * configure.ac
7382         * config/config.rpath
7383         * config/mkinstalldirs
7384         * m4/Makefile.am
7385         * m4/glibc2.m4
7386         * m4/gnupg.m4
7387         * m4/gpgme.m4
7388         * m4/intmax.m4
7389         * m4/longdouble.m4
7390         * m4/longlong.m4
7391         * m4/printf-posix.m4
7392         * m4/signed.m4
7393         * m4/size_max.m4
7394         * m4/ulonglong.m4
7395         * m4/wchar_t.m4
7396         * m4/wint_t.m4
7397         * m4/xsize.m4
7398         * po/Makefile.in.in
7399         * po/Makevars
7400         * po/bg.po
7401         * po/ca.po
7402         * po/cs.po
7403         * po/de.po
7404         * po/el.po
7405         * po/en_GB.po
7406         * po/es.po
7407         * po/fi.po
7408         * po/fr.po
7409         * po/hr.po
7410         * po/hu.po
7411         * po/it.po
7412         * po/ja.po
7413         * po/ko.po
7414         * po/nb.po
7415         * po/nl.po
7416         * po/pl.po
7417         * po/pt_BR.po
7418         * po/ru.po
7419         * po/sk.po
7420         * po/sr.po
7421         * po/stamp-po
7422         * po/sv.po
7423         * po/zh_CN.po
7424         * po/zh_TW.po
7425         * src/Makefile.am
7426         * src/codeconv.c
7427         * src/compose.c
7428         * src/exporthtml.c
7429         * src/exportldif.c
7430         * src/folder.c
7431         * src/main.c
7432         * src/manual.c
7433         * src/mh.c
7434         * src/mimeview.c
7435         * src/send_message.c
7436         * src/common/Makefile.am
7437         * src/common/fnmatch.c
7438         * src/common/fnmatch.h
7439         * src/common/fnmatch_loop.c
7440         * src/common/nntp.c
7441         * src/common/plugin.c
7442         * src/common/smtp.c
7443         * src/common/socket.c
7444         * src/common/string_match.c
7445         * src/common/sylpheed.c
7446         * src/common/utils.c
7447         * src/common/utils.h
7448         * src/common/w32_dirent.c
7449         * src/common/w32_reg.c
7450         * src/common/w32_signal.c
7451         * src/common/w32_stat.c
7452         * src/common/w32_stdio.c
7453         * src/common/w32_stdlib.c
7454         * src/common/w32_string.c
7455         * src/common/w32_time.c
7456         * src/common/w32_unistd.c
7457         * src/common/w32_wait.c
7458         * src/common/w32lib.h
7459         * src/etpan/Makefile.am
7460         * src/gtk/Makefile.am
7461         * src/plugins/clamav/Makefile.am
7462         * src/plugins/demo/Makefile.am
7463         * src/plugins/dillo_viewer/Makefile.am
7464         * src/plugins/pgpcore/Makefile.am
7465         * src/plugins/pgpcore/passphrase.c
7466         * src/plugins/pgpcore/plugin.def
7467         * src/plugins/pgpcore/sgpgme.c
7468         * src/plugins/pgpcore/sylpheed.def
7469         * src/plugins/pgpcore/version.rc
7470         * src/plugins/pgpinline/Makefile.am
7471         * src/plugins/pgpinline/plugin.def
7472         * src/plugins/pgpinline/sylpheed.def
7473         * src/plugins/pgpinline/version.rc
7474         * src/plugins/pgpmime/Makefile.am
7475         * src/plugins/pgpmime/mypgpcore.def
7476         * src/plugins/pgpmime/plugin.def
7477         * src/plugins/pgpmime/sylpheed.def
7478         * src/plugins/pgpmime/version.rc
7479         * src/plugins/spamassassin/Makefile.am
7480                 Very little ;-) patch from Werner Koch, providing
7481                 infrastructure for cross-compiling to Win32
7482
7483 2005-12-20 [paul]       1.9.100cvs96
7484
7485         * src/account.c
7486         * src/account.h
7487         * src/mainwindow.c
7488         * src/mainwindow.h
7489         * src/toolbar.c
7490         * src/toolbar.h
7491                 add a combo to the Get All button, allowing
7492                 quick retrieval from any account
7493                 Patch by Fabien Vantard, slightly modified
7494                 by Colin
7495         * src/gtk/about.c
7496                 i18n fix. Patch by Fabien Vantard
7497
7498 2005-12-19 [colin]      1.9.100cvs95
7499
7500         * src/compose.c
7501         * src/compose.h
7502                 Don't automatically join lines when they've 
7503                 been separated by the user and not automatically
7504
7505 2005-12-19 [paul]       1.9.100cvs94
7506
7507         * src/gtk/pluginwindow.c
7508                 i18n fix.
7509                 Patch by Fabien Vantard
7510
7511 2005-12-15 [paul]       1.9.100cvs93
7512
7513         * src/common/plugin.c
7514         * src/common/plugin.h
7515         * src/gtk/pluginwindow.c
7516         * src/plugins/clamav/clamav_plugin.c
7517         * src/plugins/demo/demo.c
7518         * src/plugins/dillo_viewer/dillo_viewer.c
7519         * src/plugins/pgpcore/plugin.c
7520         * src/plugins/pgpinline/plugin.c
7521         * src/plugins/pgpmime/plugin.c
7522         * src/plugins/spamassassin/spamassassin.c
7523         * src/plugins/trayicon/trayicon.c
7524                 add plugin_version()
7525
7526 2005-12-15 [colin]      1.9.100cvs92
7527
7528         * src/compose.c
7529                 Further fix bug #875
7530
7531 2005-12-15 [paul]       1.9.100cvs91
7532
7533         * src/gtk/filesel.c
7534                 fix attach_load_dir getting set to
7535                 PLUGINDIR on plugin load
7536
7537 2005-12-14 [mones]      1.9.100cvs90
7538
7539         * manual/ack.xml
7540         * manual/keyboard.xml
7541                 Initial draft and some shortcuts added
7542                 
7543         * po/es.po
7544                 Updated translation
7545
7546 2005-12-14 [colin]      1.9.100cvs89
7547
7548         * src/compose.c
7549         * src/imap.c
7550         * src/summaryview.c
7551         * src/gtk/gtkaspell.c
7552                 More leaks fixed
7553         * src/prefs_folder_item.c
7554                 Fix recursive prefs apply
7555
7556
7557 2005-12-14 [colin]      1.9.100cvs88
7558
7559         * src/compose.c
7560                 Fix bug #875 (Freeze On Inline Forward of 
7561                 Large Message)
7562
7563 2005-12-13 [colin]      1.9.100cvs87
7564
7565         * src/compose.c
7566                 Uniq-ify and sort the mimetypes list
7567                 Patch by Fabien Vantard
7568
7569 2005-12-13 [colin]      1.9.100cvs86
7570
7571         * src/imap.c
7572         * src/etpan/imap-thread.c
7573                 Fix leaks (patch by Hoa)
7574         * src/news.c
7575         * src/common/plugin.c
7576                 Fix leaks
7577
7578 2005-12-12 [colin]
7579
7580         * 2.0.0-rc2 released
7581
7582 2005-12-12 [colin]      1.9.100cvs85
7583
7584         * src/matcher.c
7585                 Fix a leak
7586
7587 2005-12-12 [wwp]        1.9.100cvs84
7588
7589         * src/gtk/icon_legend.c
7590                 fix misbehaviour and crash when closing the legend window
7591         using the Esc key (patch by Fabien Vantard).
7592
7593 2005-12-12 [paul]       1.9.100cvs83
7594
7595         * src/browseldap.c
7596         * src/foldersel.c
7597         * src/prefs_actions.c
7598         * src/prefs_filtering.c
7599         * src/prefs_matcher.c
7600         * src/prefs_spelling.glade      ** REMOVED **
7601         * src/prefs_template.c
7602         * src/gtk/foldersort.glade      ** REMOVED **
7603         * src/gtk/pluginwindow.c
7604         * src/gtk/pluginwindow.glade    ** REMOVED **
7605         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7606                 cleanups
7607
7608 2005-12-11 [paul]       1.9.100cvs82
7609
7610         * src/gtk/filesel.c
7611                 fix attach_load_dir crasher (double free)
7612
7613 2005-12-09 [paul]       1.9.100cvs81
7614
7615         * po/POTFILES.in
7616         * src/mainwindow.c
7617         * src/gtk/Makefile.am
7618         * src/gtk/icon_legend.c
7619         * src/gtk/icon_legend.h
7620                 add icon legend
7621         * src/manual.c
7622                 cleanup
7623
7624 2005-12-09 [paul]       1.9.100cvs80
7625
7626         * src/plugins/pgpcore/passphrase.c
7627                 wrap the label in the dialog
7628
7629 2005-12-09 [colin]      1.9.100cvs79
7630
7631         * src/plugins/pgpcore/sgpgme.c
7632                 Display (untrusted) on not trusted signatures
7633                 Patch by Michal Èihaø <michal@cihar.com>
7634                 Closes bug #867 (Report also key trust)
7635
7636 2005-12-09 [colin]      1.9.100cvs78
7637
7638         * src/common/plugin.c
7639                 Update licence check, following Eben Moglen's advice
7640
7641 2005-12-08 [colin]      1.9.100cvs77
7642
7643         * src/folder.c
7644                 Fix the occasionnal item->cache != NULL 
7645                 assertion failure. 
7646
7647 2005-12-08 [colin]      1.9.100cvs76
7648
7649         * src/mimeview.c
7650         * src/plugins/pgpcore/sgpgme.c
7651                 Print key id when unable to check it
7652                 Closes bug #866 (Show key id when missing)
7653
7654 2005-12-08 [paul]       1.9.100cvs75
7655
7656         * src/prefs_common.c
7657         * src/prefs_common.h
7658         * src/gtk/filesel.c
7659                 remember load attachment dir
7660
7661 2005-12-07 [colin]      1.9.100cvs74
7662
7663         * src/prefs_toolbar.c
7664                 Gtk fixes, patch by Fabien Vantard
7665
7666 2005-12-07 [colin]      1.9.100cvs73
7667
7668         * src/action.c
7669         * src/compose.c
7670         * src/compose.h
7671                 Fix bug #839 (Quoted text isn't colored after 
7672                 executing an action)
7673         * src/common/plugin.c
7674                 Require plugins to declare their licence in plugin_licence()
7675                 Refuse to load non-GPL plugins as they'd be illegal (as 
7676                 derived works of Sylpheed-Claws, they must be GPL).
7677         * src/plugins/clamav/clamav_plugin.c
7678         * src/plugins/demo/demo.c
7679         * src/plugins/dillo_viewer/dillo_viewer.c
7680         * src/plugins/pgpcore/plugin.c
7681         * src/plugins/pgpinline/plugin.c
7682         * src/plugins/pgpmime/plugin.c
7683         * src/plugins/spamassassin/spamassassin.c
7684         * src/plugins/trayicon/trayicon.c
7685                 Add plugin_licence()
7686
7687 2005-12-07 [paul]       1.9.100cvs72
7688
7689         * configure.ac
7690         * src/mainwindow.c
7691         * src/manual.c
7692         * src/manual.h
7693         * src/common/defs.h
7694                 clean up after local FAQ removal and
7695                 temporary manual removal
7696
7697 2005-12-06 [colin]      1.9.100cvs71
7698
7699         * configure.ac
7700         * doc/Makefile.am
7701         * doc/faq/.cvsignore
7702         * doc/faq/Makefile.am
7703         * doc/faq/de/.cvsignore
7704         * doc/faq/de/Makefile.am
7705         * doc/faq/de/sylpheed-faq-1.html
7706         * doc/faq/de/sylpheed-faq-2.html
7707         * doc/faq/de/sylpheed-faq-3.html
7708         * doc/faq/de/sylpheed-faq.html
7709         * doc/faq/en/.cvsignore
7710         * doc/faq/en/Makefile.am
7711         * doc/faq/en/sylpheed-faq-1.html
7712         * doc/faq/en/sylpheed-faq-2.html
7713         * doc/faq/en/sylpheed-faq-3.html
7714         * doc/faq/en/sylpheed-faq-4.html
7715         * doc/faq/en/sylpheed-faq.html
7716         * doc/faq/es/.cvsignore
7717         * doc/faq/es/Makefile.am
7718         * doc/faq/es/sylpheed-faq-1.html
7719         * doc/faq/es/sylpheed-faq-2.html
7720         * doc/faq/es/sylpheed-faq-3.html
7721         * doc/faq/es/sylpheed-faq-4.html
7722         * doc/faq/es/sylpheed-faq.html
7723         * doc/faq/fr/.cvsignore
7724         * doc/faq/fr/Makefile.am
7725         * doc/faq/fr/sylpheed-faq-1.html
7726         * doc/faq/fr/sylpheed-faq-2.html
7727         * doc/faq/fr/sylpheed-faq-3.html
7728         * doc/faq/fr/sylpheed-faq.html
7729         * doc/faq/it/.cvsignore
7730         * doc/faq/it/Makefile.am
7731         * doc/faq/it/sylpheed-faq-1.html
7732         * doc/faq/it/sylpheed-faq-2.html
7733         * doc/faq/it/sylpheed-faq-3.html
7734         * doc/faq/it/sylpheed-faq.html
7735         * doc/manual/.cvsignore
7736         * doc/manual/Makefile.am
7737         * doc/manual/de/.cvsignore
7738         * doc/manual/de/Makefile.am
7739         * doc/manual/de/sylpheed-1.html
7740         * doc/manual/de/sylpheed-10.html
7741         * doc/manual/de/sylpheed-11.html
7742         * doc/manual/de/sylpheed-12.html
7743         * doc/manual/de/sylpheed-13.html
7744         * doc/manual/de/sylpheed-14.html
7745         * doc/manual/de/sylpheed-15.html
7746         * doc/manual/de/sylpheed-16.html
7747         * doc/manual/de/sylpheed-17.html
7748         * doc/manual/de/sylpheed-18.html
7749         * doc/manual/de/sylpheed-19.html
7750         * doc/manual/de/sylpheed-2.html
7751         * doc/manual/de/sylpheed-20.html
7752         * doc/manual/de/sylpheed-3.html
7753         * doc/manual/de/sylpheed-4.html
7754         * doc/manual/de/sylpheed-5.html
7755         * doc/manual/de/sylpheed-6.html
7756         * doc/manual/de/sylpheed-7.html
7757         * doc/manual/de/sylpheed-8.html
7758         * doc/manual/de/sylpheed-9.html
7759         * doc/manual/de/sylpheed.html
7760         * doc/manual/en/.cvsignore
7761         * doc/manual/en/Makefile.am
7762         * doc/manual/en/sylpheed-1.html
7763         * doc/manual/en/sylpheed-10.html
7764         * doc/manual/en/sylpheed-11.html
7765         * doc/manual/en/sylpheed-12.html
7766         * doc/manual/en/sylpheed-13.html
7767         * doc/manual/en/sylpheed-14.html
7768         * doc/manual/en/sylpheed-15.html
7769         * doc/manual/en/sylpheed-16.html
7770         * doc/manual/en/sylpheed-17.html
7771         * doc/manual/en/sylpheed-18.html
7772         * doc/manual/en/sylpheed-19.html
7773         * doc/manual/en/sylpheed-2.html
7774         * doc/manual/en/sylpheed-20.html
7775         * doc/manual/en/sylpheed-21.html
7776         * doc/manual/en/sylpheed-22.html
7777         * doc/manual/en/sylpheed-3.html
7778         * doc/manual/en/sylpheed-4.html
7779         * doc/manual/en/sylpheed-5.html
7780         * doc/manual/en/sylpheed-6.html
7781         * doc/manual/en/sylpheed-7.html
7782         * doc/manual/en/sylpheed-8.html
7783         * doc/manual/en/sylpheed-9.html
7784         * doc/manual/en/sylpheed.html
7785         * doc/manual/es/.cvsignore
7786         * doc/manual/es/Makefile.am
7787         * doc/manual/es/sylpheed-1.html
7788         * doc/manual/es/sylpheed-10.html
7789         * doc/manual/es/sylpheed-11.html
7790         * doc/manual/es/sylpheed-12.html
7791         * doc/manual/es/sylpheed-13.html
7792         * doc/manual/es/sylpheed-14.html
7793         * doc/manual/es/sylpheed-15.html
7794         * doc/manual/es/sylpheed-16.html
7795         * doc/manual/es/sylpheed-17.html
7796         * doc/manual/es/sylpheed-18.html
7797         * doc/manual/es/sylpheed-19.html
7798         * doc/manual/es/sylpheed-2.html
7799         * doc/manual/es/sylpheed-20.html
7800         * doc/manual/es/sylpheed-3.html
7801         * doc/manual/es/sylpheed-4.html
7802         * doc/manual/es/sylpheed-5.html
7803         * doc/manual/es/sylpheed-6.html
7804         * doc/manual/es/sylpheed-7.html
7805         * doc/manual/es/sylpheed-8.html
7806         * doc/manual/es/sylpheed-9.html
7807         * doc/manual/es/sylpheed.html
7808         * doc/manual/fr/.cvsignore
7809         * doc/manual/fr/Makefile.am
7810         * doc/manual/fr/sylpheed-1.html
7811         * doc/manual/fr/sylpheed-10.html
7812         * doc/manual/fr/sylpheed-11.html
7813         * doc/manual/fr/sylpheed-12.html
7814         * doc/manual/fr/sylpheed-13.html
7815         * doc/manual/fr/sylpheed-14.html
7816         * doc/manual/fr/sylpheed-15.html
7817         * doc/manual/fr/sylpheed-16.html
7818         * doc/manual/fr/sylpheed-17.html
7819         * doc/manual/fr/sylpheed-18.html
7820         * doc/manual/fr/sylpheed-19.html
7821         * doc/manual/fr/sylpheed-2.html
7822         * doc/manual/fr/sylpheed-20.html
7823         * doc/manual/fr/sylpheed-3.html
7824         * doc/manual/fr/sylpheed-4.html
7825         * doc/manual/fr/sylpheed-5.html
7826         * doc/manual/fr/sylpheed-6.html
7827         * doc/manual/fr/sylpheed-7.html
7828         * doc/manual/fr/sylpheed-8.html
7829         * doc/manual/fr/sylpheed-9.html
7830         * doc/manual/fr/sylpheed.html
7831         * doc/manual/ja/.cvsignore
7832         * doc/manual/ja/Makefile.am
7833         * doc/manual/ja/sylpheed-1.html
7834         * doc/manual/ja/sylpheed-10.html
7835         * doc/manual/ja/sylpheed-11.html
7836         * doc/manual/ja/sylpheed-12.html
7837         * doc/manual/ja/sylpheed-13.html
7838         * doc/manual/ja/sylpheed-14.html
7839         * doc/manual/ja/sylpheed-15.html
7840         * doc/manual/ja/sylpheed-16.html
7841         * doc/manual/ja/sylpheed-17.html
7842         * doc/manual/ja/sylpheed-18.html
7843         * doc/manual/ja/sylpheed-19.html
7844         * doc/manual/ja/sylpheed-2.html
7845         * doc/manual/ja/sylpheed-20.html
7846         * doc/manual/ja/sylpheed-3.html
7847         * doc/manual/ja/sylpheed-4.html
7848         * doc/manual/ja/sylpheed-5.html
7849         * doc/manual/ja/sylpheed-6.html
7850         * doc/manual/ja/sylpheed-7.html
7851         * doc/manual/ja/sylpheed-8.html
7852         * doc/manual/ja/sylpheed-9.html
7853         * doc/manual/ja/sylpheed.html
7854         * doc/manual/ja/sylpheed.sgml
7855         * src/mainwindow.c
7856                 Remove outdated manual and faq. Noisy, eh?
7857
7858 2005-12-06 [colin]      1.9.100cvs70
7859
7860         * src/compose.c
7861         * src/quote_fmt_parse.y
7862         * src/undo.c
7863         * src/undo.h
7864                 Allow %X to position cursor at 0 
7865                 (no %X = before signature)
7866                 Fix paste as quotation putting the cursor at 0
7867                 Fix undo offsets when pasting
7868                 Insert the quote_fmt at once instead of line 
7869                 by line
7870                 Fix [Edited] when starting to reply/forward
7871
7872 2005-12-06 [paul]       1.9.100cvs69
7873
7874         * src/plugins/clamav/clamav_plugin_gtk.c
7875                 add another tooltip
7876         * src/plugins/spamassassin/spamassassin_gtk.c
7877                 rework spamassassin_create_widget_func()
7878
7879 2005-12-05 [colin]      1.9.100cvs68
7880
7881         * po/POTFILES.in
7882                 Fix make release ;-)
7883
7884 2005-12-05 [colin]      1.9.100cvs67
7885
7886         * src/compose.c
7887         * src/compose.h
7888                 Fix cursor positioning (not obeying %X)
7889
7890 2005-12-05 [paul]       1.9.100cvs66
7891
7892         * src/plugins/dillo_viewer/dillo_prefs.c
7893                 fix compilation warning
7894
7895 2005-12-05 [paul]       1.9.100cvs65
7896
7897         * src/prefs_spelling.c
7898         * src/plugins/trayicon/trayicon.c
7899                 cleanups - remove unused stuff
7900
7901 2005-12-05 [paul]       1.9.100cvs64
7902
7903         * README
7904         * manual/plugins.xml
7905                 remove info about removed mathml_viewer plugin
7906
7907 2005-12-05 [paul]       1.9.100cvs63
7908
7909         * configure.ac
7910         * src/plugins/Makefile.am
7911         * src/plugins/mathml_viewer/.cvsignore
7912         * src/plugins/mathml_viewer/Makefile.am
7913         * src/plugins/mathml_viewer/mathml_viewer.c
7914                 remove unmaintained mathml_viewer plugin
7915
7916 2005-12-05 [paul]       1.9.100cvs62
7917
7918         * src/summaryview.c
7919                 obey prefs_common.always_show_msg when
7920                 moving a msg
7921                 Thanks to Colin
7922
7923 2005-12-05 [paul]       1.9.100cvs61
7924
7925         * src/compose.c
7926         * src/prefs_account.c
7927         * src/prefs_filtering.c
7928         * src/prefs_quote.c
7929         * src/prefs_spelling.c
7930         * src/prefs_toolbar.c
7931         * src/summaryview.c
7932         * src/gtk/gtkutils.c
7933         * src/gtk/quicksearch.c
7934         * src/plugins/dillo_viewer/dillo_prefs.c
7935                 dialog cleanups
7936
7937 2005-12-04 [paul]       1.9.100cvs60
7938
7939         * src/inc.c
7940         * src/prefs_account.c
7941         * src/prefs_account.h
7942                 allow a Local account to specify a
7943                 default inbox
7944                 (closes bug 843 'Inbox cannot be changed for local
7945                  mailboxes')
7946
7947 2005-12-04 [colin]      1.9.100cvs59
7948
7949         * src/plugins/trayicon/trayicon.c
7950                 Remove Get, rename Get All to Get Mail in order to
7951                 be consistent with the default main toolbar
7952
7953 2005-12-03 [colin]      1.9.100cvs58
7954
7955         * manual/gpl.xml
7956         * manual/sylpheed-claws-manual.xml
7957                 Add GPL appendix
7958
7959 2005-12-03 [paul]       1.9.100cvs57
7960
7961         * AUTHORS
7962         * po/sv.po
7963         * src/gtk/authors.h
7964                 new (partially complete) Swedish translation
7965                 by Anders Troback <sylpheed@troback.com>
7966
7967 2005-12-02 [paul]       1.9.100cvs56
7968
7969         * configure.ac
7970                 libetpan 0.41 required
7971
7972 2005-12-02 [paul]       1.9.100cvs55
7973
7974         * src/plugins/clamav/clamav_plugin.c
7975         * src/plugins/clamav/clamav_plugin.h
7976         * src/plugins/clamav/clamav_plugin_gtk.c
7977         * src/plugins/spamassassin/spamassassin.c
7978         * src/plugins/spamassassin/spamassassin.h
7979         * src/plugins/spamassassin/spamassassin_gtk.c
7980                 unregister prefs pages on unloading, thus
7981                 preventing a crash
7982                 (thanks to Colin for the hint)
7983
7984 2005-12-02 [wwp]        1.9.100cvs54
7985
7986         * src/quote_fmt.h
7987         * src/quote_fmt_parse.y
7988                 fix misuse of gboolean*, use gboolean instead
7989                 (thanks to Paul, Colin, for pointing out that scaring one)
7990
7991 2005-12-02 [paul]       1.9.100cvs53
7992
7993         * src/plugins/clamav/clamav_plugin.c
7994                 int no --> unsigned int no
7995         * src/plugins/clamav/clamav_plugin_gtk.c
7996                 rework config page
7997
7998 2005-12-02 [wwp]        1.9.100cvs52
7999
8000         * src/compose.c
8001         * src/prefs_template.c
8002         * src/quote_fmt.h
8003         * src/quote_fmt_parse.y
8004                 prevent from executing |f and |p templates commands when
8005                 adding or replacing templates in prefs (avoids annoying and
8006                 potentially dangerous behaviours)
8007
8008 2005-12-02 [paul]       1.9.100cvs51
8009
8010         * src/prefs_common.c
8011                 allow translation of some default values
8012                 Patch by Fabien Vantard
8013
8014 2005-12-02 [paul]       1.9.100cvs50
8015
8016         * src/codeconv.c
8017         * src/codeconv.h
8018         * src/prefs_common.c
8019         * src/prefs_common.h
8020         * src/prefs_message.c
8021         * src/textview.c
8022                 remove obsolete 'convert_mb_alnum' option
8023                 and related stuff
8024         * src/gtk/about.c
8025                 remove unused 'about_textview_visibility_notify'
8026
8027 2005-12-02 [paul]       1.9.100cvs49
8028
8029         * src/prefs_account.c
8030         * src/prefs_compose_writing.c
8031         * src/prefs_fonts.c
8032         * src/prefs_gtk.h
8033         * src/prefs_image_viewer.c
8034         * src/prefs_message.c
8035         * src/prefs_other.c
8036         * src/prefs_receive.c
8037         * src/prefs_send.c
8038         * src/prefs_spelling.c
8039         * src/prefs_summaries.c
8040         * src/prefs_wrapping.c
8041         * src/plugins/dillo_viewer/dillo_prefs.c
8042         * src/plugins/pgpcore/prefs_gpg.c
8043                 several cleanups to the prefs dialogs
8044                 (slightly modified) patch by Fabien Vantard
8045
8046 2005-12-02 [paul]       1.9.100cvs48
8047
8048         * src/main.c
8049                 --exit means exit
8050         * src/send_message.c
8051                 fix crash on send when connection fails
8052
8053         Thanks to Colin
8054
8055 2005-12-01 [colin]      1.9.100cvs47
8056
8057         * src/html.c
8058                 Translate &hellip; to "..."
8059
8060 2005-11-30 [colin]      1.9.100cvs46
8061
8062         * src/matcher.c
8063         * src/matcher.h
8064                 Optimize back yesterday's fix.
8065
8066 2005-11-30 [paul]       1.9.100cvs45
8067
8068         * manual/faq.xml
8069                 standardised
8070         * manual/intro.xml
8071                 written by Colin, edited by me
8072
8073 2005-11-29 [colin]      1.9.100cvs44
8074
8075         * src/matcher.c
8076                 Skip headers unconditionnaly in match_body if the
8077                 rule is not message or ~message
8078
8079 2005-11-29 [colin]      1.9.100cvs43
8080
8081         * src/matcher.c
8082                 Fix body_part and such, not skipping headers 
8083                 if the matchcriteria wasn't the first in the rule
8084
8085 2005-11-29 [colin]      1.9.100cvs42
8086
8087         * src/compose.c
8088                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8089                 option missing from message view window)
8090                 Fix double text D'n'D with gtk-2.8
8091         * src/matcher.c
8092                 Fix ~message, ~headers_part, ~body_part rules
8093         * src/messageview.c
8094                 Add Windows-1252 (Closes bug #863)
8095                 Fix accels
8096         * src/gtk/gtkaspell.c
8097                 Properly destroy accels in all menus
8098
8099 2005-11-29 [mones]      1.9.100cvs41
8100
8101         * po/es.po
8102                 Updated.
8103
8104 2005-11-27 [colin]      1.9.100cvs40
8105
8106         * src/mh_gtk.c
8107                 "/Remove mailbox" -> "/Remove mailbox..."
8108
8109 2005-11-27 [paul]       1.9.100cvs39
8110
8111         * AUTHORS
8112         * po/de.po
8113         * src/gtk/authors.h
8114                 updated by new maintainer, Stephan Sachse
8115
8116 2005-11-27 [paul]       1.9.100cvs38
8117
8118         * manual/faq.xml
8119                 written by Colin, edited by me
8120
8121 2005-11-27 [paul]       1.9.100cvs37
8122
8123         * src/prefs_common.c
8124         * src/prefs_common.h
8125         * src/prefs_receive.c
8126         * src/prefs_summaries.c
8127                 move 'go to inbox after receiving new mail'
8128                 option from display/sumamaries to mail
8129                 handling/receive, and rework prefs_summaries
8130                 dialog a little
8131
8132 2005-11-25 [martin]     1.9.100cvs36
8133
8134         * po/de.po
8135             fixed windows-1252 translation;
8136             translated some new and fuzzy strings
8137
8138 2005-11-25 [paul]       1.9.100cvs35
8139
8140         * src/plugins/clamav/clamav_plugin.c
8141                 complete the update done in cvs34
8142
8143 2005-11-25 [paul]       1.9.100cvs34
8144
8145         * src/plugins/clamav/clamav_plugin.c
8146                 reflect upstream changes
8147
8148 2005-11-25 [paul]       1.9.100cvs33
8149
8150         * manual/ack.xml
8151         * manual/plugins.xml
8152         * manual/sylpheed-claws-manual.xml
8153                 written/updated by Colin, edited by me
8154         * tools/acroread2sylpheed.pl
8155                 update binary name
8156
8157 2005-11-24 [colin]      1.9.100cvs32
8158
8159         * src/compose.c
8160                 Fix bug #856 (reediting messages forgets Request
8161                 Return Receipt)
8162
8163 2005-11-24 [paul]       1.9.100cvs31
8164
8165         * manual/addrbook.xml
8166         * manual/starting.xml
8167                 written by Colin, proofread, edited, adapted by me
8168         * manual/advanced.xml
8169                 add some Actions examples
8170         * src/importldif.c
8171                 use a Save button instead of a Close button
8172         * src/wizard.c
8173                 indicate mandatory fields
8174                 fix page display
8175                 Thanks to Colin
8176
8177 2005-11-23 [colin]      1.9.100cvs30
8178
8179         * src/addressbook.c
8180                 Rename menu item, fix possible crash after
8181                 deletion of books
8182         * src/addrindex.c
8183                 Allow searching for '*' in ldap
8184         * src/browseldap.c
8185                 Fix "Browse Entry" (did anyone use it?)
8186         * src/wizard.c
8187                 Add guards for mandatory information
8188
8189 2005-11-23 [paul]       1.9.100cvs29
8190
8191         * manual/advanced.xml
8192                 corrections to the English
8193
8194 2005-11-23 [colin]      1.9.100cvs28
8195
8196         * src/mimeview.c
8197                 Fix possible crash at exit. After the call to
8198                 gtk_container_remove(), the Viewer's widget has no
8199                 more parent so gtk+ automatically frees it and its
8200                 sons. If destroy_viewer() then try to access it,
8201                 problems ensue.
8202
8203 2005-11-22 [colin]      1.9.100cvs27
8204
8205         * src/compose.c
8206         * src/gtk/gtkaspell.c
8207                 Fix right-clicking on a misspelled word
8208                 Fix More... in suggestions menu
8209
8210 2005-11-22 [wwp]        1.9.100cvs26
8211
8212         * src/prefs_template.c
8213                 templates works: re-sort templates list when adding or replacing,
8214                 prevent from adding or replacing when the template name is empty
8215
8216 2005-11-21 [colin]      1.9.100cvs25
8217
8218         * src/addressbook.c
8219                 Fix some addressbook suckage (dnd, select all)
8220         * src/compose.c
8221         * src/gtk/gtkaspell.c
8222         * src/gtk/gtkaspell.h
8223                 Make the spellchecker menu work with the 
8224                 GtkTextView one instead of overriding it
8225
8226 2005-11-20 [paul]       1.9.100cvs24
8227
8228         * manual/handling.xml
8229                 proofread and corrected
8230
8231 2005-11-20 [paul]       1.9.100cvs23
8232
8233         * manual/Makefile
8234                 generate html as one file
8235         * manual/advanced.xml
8236                 fix output generation
8237                 reformat hidden options list
8238         * manual/manual.xml     ** REMOVED **
8239         * manual/sylpheed-claws-manual.xml      ** ADDED **
8240                 renamed
8241
8242 2005-11-18 [colin]      1.9.100cvs22
8243
8244         * src/prefs_account.c
8245                 Fix layout in news and mbox accounts
8246         * manual/account.xml
8247         * manual/advanced.xml
8248                 New contents for Paul to check :)
8249
8250 2005-11-18 [wwp]        1.9.100cvs21
8251
8252         * src/gtk/quicksearch.c
8253                 don't update extended quicksearch buttons twice
8254
8255 2005-11-18 [paul]       1.9.100cvs20
8256
8257         * src/textview.c
8258                 complete 1.9.100cvs19
8259
8260 2005-11-18 [paul]       1.9.100cvs19
8261
8262         * src/compose.c
8263                 cosmetic improvements
8264         * src/textview.c
8265                 also list text/* attachments
8266
8267 2005-11-18 [colin]      1.9.100cvs18
8268
8269         * src/summaryview.c
8270                 Use column 0 instead of -1 in 
8271                 gtk_ctree_node_moveto, in a naive
8272                 hope it'll fix the gtk-related crashes
8273
8274 2005-11-18 [colin]      1.9.100cvs17
8275
8276         * src/gtk/inputdialog.c
8277                 Fix icon staying the first one
8278
8279 2005-11-17 [wwp]        1.9.100cvs16
8280                 fix possible problem showing some quicksearch buttons, and a bad
8281                 call to g_return_if_fail in a function that returns a value (both
8282                 fixes by Fabien Vantard)
8283
8284 2005-11-15 [wwp]        1.9.100cvs15
8285
8286         * src/gtk/quicksearch.c
8287                 added a tooltip to that obscure ... quicksearch button
8288
8289 2005-11-15 [wwp]        1.9.100cvs14
8290
8291         * src/gtk/quicksearch.c
8292                 add a quicksearch helper to filtering expression users: the ... button
8293                 raises the condition expr window. condition expressions set up w/ this
8294                 window are used by the quicksearch if the user closes it pressing OK.
8295
8296 2005-11-14 [paul]       1.9.100cvs13
8297
8298         * src/plugins/clamav/clamav_plugin.c
8299         * src/plugins/spamassassin/spamassassin.c
8300                 change plugin type following recent merging
8301
8302 2005-11-14 [wwp]        1.9.100cvs12
8303
8304         * src/folder.c
8305                 prevent from crashing when copying/moving message(s) from and
8306                 to the same folder
8307
8308 2005-11-14 [paul]       1.9.100cvs11
8309
8310         * src/plugins/clamav/Makefile.am
8311         * src/plugins/clamav/clamav_plugin.c
8312         * src/plugins/clamav/clamav_plugin.h
8313         * src/plugins/clamav/clamav_plugin_gtk.c
8314                 also merge clamav and clamav_gtk plugins
8315
8316 2005-11-13 [colin]      1.9.100cvs10
8317
8318         * configure.ac
8319         * src/plugins/spamassassin/Makefile.am
8320         * src/plugins/spamassassin/spamassassin.c
8321         * src/plugins/spamassassin/spamassassin.h
8322         * src/plugins/spamassassin/spamassassin_gtk.c
8323                 Merge spamassassin and spamassassin_gtk plugins,
8324                 and build it by default.
8325
8326 2005-11-12 [colin]      1.9.100cvs9
8327
8328         * src/etpan/imap-thread.c
8329                 Fix gcc warning
8330
8331 2005-11-12 [colin]      1.9.100cvs8
8332
8333         * src/procmime.c
8334                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8335
8336 2005-11-10 [colin]      1.9.100cvs7
8337
8338         * src/main.c
8339                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8340                 minimised state)
8341
8342 2005-11-10 [wwp]        1.9.100cvs6
8343
8344         * src/gtk/description_window.c
8345                 fix a crash when closing description windows using the WM's [X] button
8346
8347 2005-11-09 [colin]      1.9.100cvs5
8348
8349         * src/common/ssl.c
8350                 Update libetpan call to follow upstream
8351                 (yes, this requires libetpan-0.40cvs3)
8352
8353 2005-11-08 [colin]      1.9.100cvs4
8354
8355         * src/compose.c
8356         * src/textview.c
8357         * src/common/utils.c
8358         * src/common/utils.h
8359                 Enhance the email parser
8360
8361 2005-11-08 [colin]      1.9.100cvs3
8362
8363         * src/procmime.c
8364                 Fix what looks like an off-by-one (fixes 
8365                 attachments from the Bat)
8366
8367 2005-11-08 [wwp]        1.9.100cvs2
8368
8369         * src/main.c
8370                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8371
8372 2005-11-08 [wwp]        1.9.100cvs1
8373
8374         * src/main.c
8375                 allow exiting Sylpheed-Claws from command-line
8376
8377 2005-11-08 [paul]       1.9.100
8378
8379         1.9.100 released
8380
8381 2005-11-07 [colin]      1.9.99cvs17
8382
8383         * src/addritem.c
8384         * src/ldif.c
8385                 Fix import of base-64 encoded items
8386
8387 2005-11-07 [colin]      1.9.99cvs16
8388
8389         * src/send_message.c
8390                 Fix bug #314 (Queue does not empty under certain 
8391                 circumstances)
8392
8393 2005-11-07 [paul]       1.9.99cvs15
8394
8395         * src/mutt.c
8396         * src/pine.c
8397                 fix buffer overflows
8398                 Thanks to Colin
8399
8400 2005-11-07 [paul]       1.9.99cvs14
8401
8402         * doc/man/Makefile.am
8403         * doc/man/sylpheed-claws.1      ** ADDED **
8404         * doc/man/sylpheed.1            ** DELETED **
8405                 rename and update the man file
8406
8407 2005-11-06 [colin]      1.9.99cvs13
8408
8409         * src/ldif.c
8410                 Fix ldif_get_line() that returned empty strings
8411                 (Didn't understand why). Also fix a possible
8412                 buffer overflow.
8413
8414 2005-11-06 [wwp]        1.9.99cvs12
8415
8416         * src/textview.c
8417         * src/gtk/about.c
8418         * src/gtk/gtkutils.c
8419         * src/gtk/gtkutils.h
8420                 fix a compilation warning,
8421                 make links sensitive in the about dialog
8422
8423 2005-11-04 [wwp]        1.9.99cvs11
8424
8425         * src/gtk/about.c
8426                 don't wrap or translate URIs, and a bit text format cleanup
8427
8428 2005-11-04 [wwp]        1.9.99cvs10
8429
8430         * src/gtk/about.c
8431                 better textview tagging implementation (no more use of marks for
8432                 postponed tagging)
8433
8434 2005-11-02 [colin]      1.9.99cvs9
8435
8436         * src/common/ssl.c
8437                 Forgot an ifdef
8438
8439 2005-11-02 [colin]      1.9.99cvs8
8440
8441         * configure.ac
8442                 Require libetpan-0.40 due to upstream fix
8443         * src/common/ssl.c
8444                 Tell libetpan not to call SSL_Library_Init,
8445                 as we do it ourselves.
8446
8447 2005-11-02 [colin]      1.9.99cvs7
8448
8449         * po/POTFILES.in
8450                 Add missing files (thanks to Fabien Vantard)
8451
8452 2005-11-02 [colin]      1.9.99cvs6
8453
8454         * src/summaryview.c
8455                 Fix totals when read messages are hidden or quicksearch
8456                 is on
8457         * src/ssl_manager.c
8458         * src/ssl_manager.h
8459         * src/common/ssl_certificate.c
8460         * src/common/ssl_certificate.h
8461         * src/gtk/sslcertwindow.c
8462         * src/gtk/sslcertwindow.h
8463                 Fix copyright on my stuff
8464
8465 2005-11-02 [wwp]        1.9.99cvs5
8466
8467         * src/prefs_themes.c
8468                 fix directory name checking (theme installation/removal),
8469                 made related error a bit more verbose
8470
8471 2005-11-02 [colin]      1.9.99cvs4
8472
8473         * src/summaryview.c
8474                 Fix typo (probably fixes bug #841 (Sort by the From 
8475                 field doesn't work)
8476
8477 2005-11-02 [paul]       1.9.99cvs3
8478
8479         * po/ko.po
8480         * po/nb.po
8481                 updated by SungHyun Nam, Geir Helland
8482         * src/wizard.c
8483                 fix typo in welcome message. spotted by
8484                 Andrea Spadaccini
8485
8486 2005-11-01 [colin]      1.9.99cvs2
8487
8488         * src/compose.c
8489                 Fix replying to ml wen confirming subscription
8490         * src/messageview.c
8491         * src/mimeview.c
8492         * src/mimeview.h
8493         * src/privacy.h
8494         * src/summaryview.c
8495                 Make key check non blocking
8496
8497 2005-10-31 [paul]       1.9.99cvs1
8498
8499         * tools/claws.i18n.status.pl
8500                 updated for ChangeLog
8501
8502 2005-10-31 [paul]       1.9.99
8503
8504         1.9.99 released
8505
8506 2005-10-31 [paul]       1.9.15cvs131
8507
8508         * .cvsignore
8509         * ChangeLog
8510         * ChangeLog.claws       ** REMOVED **
8511         * ChangeLog-gtk2.claws  ** REMOVED **
8512         * ChangeLog.gtk1        ** ADDED **
8513         * INSTALL
8514         * Makefile.am
8515         * NEWS
8516         * README
8517         * README.claws          ** REMOVED **
8518         * README.jp             ** REMOVED **
8519         * RELEASE_NOTES         ** ADDED **
8520         * RELEASE_NOTES.claws   ** REMOVED **
8521         * commitHelper
8522         * configure.ac
8523         * sylpheed.spec.in      ** REMOVED **
8524                 tidy up and update the default docs:
8525                 ChangeLog.claws is renamed ChangeLog.gtk1
8526                 ChangeLog-gtk2.claws is renamed ChangeLog
8527                 README.claws is renamed README
8528                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8529
8530 2005-10-31 [paul]       1.9.15cvs130
8531
8532         * po/it.po
8533                 fix errors
8534
8535 2005-10-31 [paul]       1.9.15cvs129
8536
8537         * po/ca.po
8538         * po/de.po
8539         * po/en_GB.po
8540         * po/fr.po
8541         * po/it.po
8542         * po/pt_BR.po
8543         * po/sk.po
8544         * po/sr.po
8545         * po/zh_CN.po
8546                 updated by Miquel Oliete, Stephan Sachse and
8547                 Thomas Gilgin, me, Fabien Vantard, Andrea
8548                 Spadaccini, Frederico Goncalves Guimaraes,
8549                 Andrej Kacian, Aleksandar Urosevic, and
8550                 Ralgh Young.
8551
8552 2005-10-31 [mones]      1.9.15cvs128
8553
8554         * manual/faq.xml
8555                 More questions.
8556         
8557         * po/es.po
8558                 Updated for release.
8559
8560 2005-10-30 [colin]      1.9.15cvs127
8561
8562         * src/compose.c
8563                 Place cursor before rewrapping (fixes cursor
8564                 pos if quotation gets rewrapped)
8565
8566 2005-10-29 [paul]       1.9.15cvs126
8567
8568         * src/crash.c
8569         * src/foldersel.c
8570         * src/main.c
8571         * src/messageview.c
8572         * src/toolbar.c
8573         * src/gtk/authors.h
8574                 corrections to text items
8575
8576 2005-10-28 [colin]      1.9.15cvs125
8577
8578         * src/messageview.c
8579                 Make "hit 'C' to check sig" work from extern 
8580                 messageviews
8581
8582 2005-10-27 [colin]      1.9.15cvs124
8583
8584         * src/summaryview.c
8585                 Add a hack to avoid segfaulting when hammering 
8586                 on gtk's events
8587
8588 2005-10-27 [wwp]        1.9.15cvs123
8589
8590         * src/prefs_themes.c
8591                 sort list of themes names in themes prefs
8592
8593 2005-10-27 [paul]       1.9.15cvs122
8594
8595         * src/folder.c
8596         * src/prefs_account.c
8597                 fix building on Solaris
8598                 Patch by Alex Moore
8599
8600 2005-10-27 [wwp]        1.9.15cvs121
8601
8602         * src/summaryview.c
8603         * src/gtk/gtksctree.c
8604                 speed up unselecting messages in summary view (thanks to Colin)
8605
8606 2005-10-27 [paul]       1.9.15cvs120
8607
8608         * src/mainwindow.c
8609                 fix a compilation warning
8610         * src/summaryview.c
8611                 fix updating of 'n items selected' count
8612                 when deselecting
8613
8614 2005-10-27 [martin]     1.9.15cvs119
8615
8616         * src/action.c
8617                 ignore actions with a leading '/' in the action menu name
8618                 fixes a crash on menu creation
8619         * src/prefs_actions.c
8620                 do not allow a leading '/' in the action menu name
8621
8622 2005-10-27 [paul]       1.9.15cvs118
8623
8624         * src/main.c
8625                 fix compilation warning
8626
8627 2005-10-27 [paul]       1.9.15cvs117
8628
8629         * src/procmime.c
8630                 add #if HAVE_LOCALE_H
8631
8632 2005-10-27 [paul]       1.9.15cvs116
8633
8634         * src/plugins/clamav/clamav_plugin.c
8635         * src/plugins/dillo_viewer/dillo_viewer.c
8636         * src/plugins/mathml_viewer/mathml_viewer.c
8637         * src/plugins/pgpcore/plugin.c
8638         * src/plugins/pgpinline/plugin.c
8639         * src/plugins/pgpmime/plugin.c
8640         * src/plugins/spamassassin/spamassassin.c
8641         * src/plugins/trayicon/trayicon.c
8642                 plugin_init() : make error messages more
8643                 informative
8644
8645 2005-10-26 [wwp]        1.9.15cvs115
8646
8647         * src/prefs_matcher.c
8648                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8649
8650 2005-10-26 [wwp]        1.9.15cvs114
8651
8652         * src/procmime.c
8653         * src/gtk/gtksctree.c
8654         * src/plugins/spamassassin/libspamc.c
8655         * src/plugins/spamassassin/spamassassin.c
8656                 fix some compilation warnings more
8657
8658 2005-10-26 [mones]      1.9.15cvs113
8659
8660         * po/es.po
8661                 Updated translation
8662
8663 2005-10-26 [paul]       1.9.15cvs112
8664
8665         * src/prefs_message.c
8666                 give all display_xface stuff the
8667                 #if HAVE_LIBCOMPFACE treatment, thus
8668                 preventing a crash
8669                 (Thanks to Wolfgang Enderlein)
8670
8671 2005-10-26 [colin]      1.9.15cvs111
8672
8673         * src/gedit-print.c
8674                 Fix date format
8675         * src/imap_gtk.c
8676         * src/news_gtk.c
8677                 Remove context menu items that should not be there
8678         * src/jpilot.c
8679                 Fix encoding
8680         * src/main.c
8681         * src/mainwindow.c
8682                 Don't show the mainwindow too soon
8683
8684 2005-10-26 [wwp]        1.9.15cvs110
8685
8686         * src/folder.c
8687         * src/manual.c
8688         * src/summaryview.c
8689                 fix uninitialized pointers in the folder updating hook
8690                 (thanks to Colin)
8691
8692 2005-10-25 [mones]      1.9.15cvs109
8693
8694         * manual/faq.xml
8695                 General information subsection completed. 
8696                 Removed archaic references.
8697                 
8698         * manual/Makefile
8699         * manual/dtd/manual.dsl
8700                 Added customization stylesheet for getting paragraphs
8701                 fully justified in PDF output (as suggested by Colin).
8702
8703 2005-10-25 [colin]      1.9.15cvs108
8704
8705         * src/compose.c
8706                 Fix a second leak
8707
8708 2005-10-25 [colin]      1.9.15cvs107
8709
8710         * src/addrbook.c
8711         * src/addrindex.c
8712                 Fix leak (xml_get_element() allocates memory)
8713         * src/compose.c
8714                 Fix leak + dead code (shame!)
8715         * src/procmime.c
8716                 Fix leak
8717
8718 2005-10-25 [colin]      1.9.15cvs106
8719
8720         * src/mimeview.c
8721                 Fix encoding issue in Save all and in 
8722                 overwrite-confirmation alertpanel
8723
8724 2005-10-25 [colin]      1.9.15cvs105
8725
8726         * src/common/socket.c
8727                 Fix a leak - Thanks to Christopher Aillon
8728                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8729
8730 2005-10-25 [paul]       1.9.15cvs104
8731
8732         * src/wizard.c
8733                 Always guess servers from the right-hand
8734                 email part and guess username from the
8735                 left-hand part. (Thanks to Colin)
8736                 add an X-Face to the welcome message
8737
8738 2005-10-25 [paul]       1.9.15cvs103
8739
8740         * manual/handling.xml
8741                 written by Colin, edited by me
8742
8743 2005-10-25 [wwp]        1.9.15cvs102
8744
8745         * src/folderview.c
8746         * src/grouplistdialog.c
8747         * src/imap.c
8748         * src/noticeview.c
8749                 fix some compilation warnings
8750
8751 2005-10-24 [paul]
8752
8753         1.9.99-rc3 released
8754
8755 2005-10-24 [paul]       1.9.15cvs101
8756
8757         * src/gtk/about.c
8758                 fix window sizing
8759
8760 2005-10-24 [paul]       1.9.15cvs100
8761
8762         * src/pixmaps/offline.xpm
8763         * src/pixmaps/online.xpm
8764                 replace with last default versions
8765
8766 2005-10-24 [colin]      1.9.15cvs99
8767
8768         * src/imap.c
8769                 Fix bug when moving a folder
8770         * src/imap_gtk.c
8771         * src/mh_gtk.c
8772                 "Delete folder" pops up a window, so it 
8773                 should be suffixed with "..."
8774         * src/plugins/pgpcore/sgpgme.c
8775                 Include locale.h
8776
8777 2005-10-24 [mones]      1.9.15cvs98
8778
8779         * manual/Makefile
8780         * manual/account.xml
8781         * manual/ack.xml
8782         * manual/addrbook.xml
8783         * manual/advanced.xml
8784         * manual/faq.xml
8785         * manual/glossary.xml
8786         * manual/gpl.xml
8787         * manual/handling.xml
8788         * manual/intro.xml
8789         * manual/keyboard.xml
8790         * manual/manual.xml
8791         * manual/plugins.xml
8792         * manual/starting.xml
8793         * manual/dtd/sdocbook.dtd
8794                 Initial manual structure and some content.
8795
8796 2005-10-23 [wwp]        1.9.15cvs97
8797
8798         * src/gtk/about.c
8799                 fix a typo
8800
8801 2005-10-23 [wwp]        1.9.15cvs96
8802
8803         * src/gtk/about.c
8804         * src/gtk/authors.h
8805                 rework of the about window (main work by Paul), also featuring a few
8806                 fixes for typos and duplicate names
8807
8808 2005-10-23 [wwp]        1.9.15cvs95
8809
8810         * src/.cvsignore
8811                 Ignore the right binary name (sylpheed-claws now)
8812
8813 2005-10-23 [paul]       1.9.15cvs94
8814
8815         * src/compose.c
8816                 when using Folder Pref 'Default To for
8817                 replies' make the entry in the Compose
8818                 window bold
8819                 Patch by Fabien Vantard
8820
8821 2005-10-22 [colin]      1.9.15cvs93
8822
8823         * src/codeconv.c
8824                 Fix leak
8825
8826 2005-10-22 [colin]      1.9.15cvs92
8827
8828         * src/codeconv.c
8829                 try to convert using locale (apart utf8) if necessary
8830
8831 2005-10-22 [colin]      1.9.15cvs91
8832
8833         * src/pixmaps/new.xpm
8834         * src/pixmaps/unread.xpm
8835                 Make the unread envelope blue again and
8836                 saturate the new one a bit more.
8837
8838 2005-10-22 [colin]      1.9.15cvs90
8839
8840         * src/compose.c
8841                 When replying to a mail sent by one of our accounts,
8842                 use the original list of recipients. Let 'Reply All'
8843                 and 'Reply to sender' work like previously.
8844
8845 2005-10-21 [colin]      1.9.15cvs89
8846
8847         * src/prefs_filtering.c
8848                 Clear fields after add and replace
8849         * src/textview.c
8850                 Display xface differently (better)
8851         * src/plugins/pgpinline/pgpinline.c
8852                 Fix crappy encodings/recodings
8853
8854 2005-10-21 [paul]       1.9.15cvs88
8855
8856         * src/compose.c
8857         * src/prefs_folder_item.c
8858         * src/toolbar.c
8859                 fix news folder Folder Properties
8860                 (thanks to Colin)
8861         * src/folderview.c
8862                 update folderview after Themes change
8863                 keep selected folder selected
8864                 (thanks to Colin)
8865
8866 2005-10-21 [paul]       1.9.15cvs87
8867
8868         * tools/Makefile.am
8869         * tools/OOo2sylpheed.pl
8870         * tools/README
8871         * tools/README.sylprint
8872         * tools/asus_mailled.sh         ** REMOVED **
8873         * tools/filter_conv.pl
8874         * tools/freshmeat_search.pl
8875         * tools/google_search.pl
8876         * tools/gpg-sign-syl            ** REMOVED **
8877         * tools/kmail2sylpheed.pl
8878         * tools/kmail2sylpheed_v2.pl
8879         * tools/multiwebsearch.pl
8880         * tools/nautilus2sylpheed.sh
8881         * tools/newscache_clean.pl
8882         * tools/outlook2sylpheed.pl
8883         * tools/sylpheed-switcher       ** REMOVED **
8884         * tools/sylprint.pl
8885         * tools/sylprint.rc
8886         * tools/tb2sylpheed
8887         * tools/vcard2xml.py
8888         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8889                 update default config dir
8890                 update binary name (thanks to Fabien Vantard)
8891                 remove obsolete scripts
8892
8893 2005-10-21 [colin]      1.9.15cvs86
8894
8895         * src/inc.c
8896                 Fix possible leak and units. Based on a patch by
8897                 Fabien Vantard.
8898
8899 2005-10-20 [colin]      1.9.15cvs85
8900
8901         * src/textview.c
8902                 Clear xface when clearing textview
8903
8904 2005-10-20 [colin]      1.9.15cvs84
8905
8906         * configure.ac
8907         * src/folderview.c
8908         * src/headerview.c
8909         * src/main.c
8910         * src/prefs_common.c
8911         * src/prefs_common.h
8912         * src/prefs_message.c
8913         * src/textview.c
8914         * src/textview.h
8915         * src/common/defs.h
8916         * src/common/utils.c
8917         * src/common/utils.h
8918         * src/gtk/gtkutils.c
8919         * src/gtk/gtkutils.h
8920                 Migrate config to .sylpheed-claws (Automatically)
8921                 Add a way to get the Xface in the TextView
8922
8923 2005-10-20 [colin]      1.9.15cvs83
8924
8925         * src/gtk/Makefile.am
8926         * src/gtk/about.c
8927         * src/gtk/authors.h
8928                 Make the about dialog *grooovy*
8929
8930 2005-10-20 [colin]      1.9.15cvs82
8931
8932         * src/mimeview.c
8933                 Use "Open with" on double click if no command
8934                 was found
8935
8936 2005-10-20 [colin]      1.9.15cvs81
8937
8938         * src/imap.c
8939         * src/etpan/imap-thread.c
8940                 Fix possible crash.
8941
8942 2005-10-20 [paul]       1.9.15cvs80
8943
8944         * src/folder.c
8945                 don't show clipkey icon if the only
8946                 attachment is the signature
8947                 Patch by Colin
8948
8949 2005-10-20 [paul]       1.9.15cvs79
8950
8951         * AUTHORS
8952         * src/plugins/pgpmime/pgpmime.c
8953                 name the PGP/MIME signature 'signature.asc'
8954                 Patch by Andrew Nelson <freeandy@gmail.com>
8955
8956 2005-10-19 [colin]      1.9.15cvs78
8957
8958         * src/plugins/pgpmime/pgpmime.c
8959                 Oops, no need to double-check though
8960
8961 2005-10-19 [colin]      1.9.15cvs77
8962
8963         * src/plugins/pgpinline/pgpinline.c
8964         * src/plugins/pgpmime/pgpmime.c
8965                 Check that my_tmpfile() doesn't 
8966                 return NULL
8967
8968 2005-10-19 [colin]      1.9.15cvs76
8969
8970         * src/common/utils.c
8971                 Use shorter mime boundaries to avoid having
8972                 MTAs rewrapping our headers, breaking the
8973                 PGP signature in the process 
8974         * src/compose.c
8975         * src/plugins/pgpmime/pgpmime.c
8976                 Check for boundary uniqueness to be sure
8977                 it won't happen, instead of hoping for the
8978                 best
8979
8980 2005-10-19 [colin]      1.9.15cvs75
8981
8982         * sylpheed-claws.desktop
8983         * src/Makefile.am
8984         * src/main.c
8985                 Ship a sylpheed-claws binary instead
8986                 of a sylpheed one. Change the socket
8987                 name, too
8988         * src/folderview.c
8989                 Update folder only if it changed
8990         * src/wizard.c
8991                 Fix i18n in welcome mail, patch by
8992                 Fabien Vantard
8993
8994 2005-10-19 [paul]
8995
8996         1.9.99-rc2 released
8997
8998 2005-10-19 [paul]       1.9.15cvs74
8999
9000         * src/folder.c
9001         * src/folderview.c
9002                 fix summaryview update
9003                 Patch by Colin
9004
9005 2005-10-18 [colin]      1.9.15cvs73
9006
9007         * src/plugins/pgpcore/passphrase.c
9008                 Don't XGrabServer, and try a bit more to 
9009                 sync everything before grabbing mouse/keyboard
9010
9011 2005-10-18 [colin]      1.9.15cvs72
9012
9013         * src/Makefile.am
9014         * src/addressadd.c
9015         * src/addressbook.c
9016         * src/folderview.c
9017         * src/grouplistdialog.c
9018         * src/mimeview.c
9019         * src/stock_pixmap.c
9020         * src/stock_pixmap.h
9021         * src/summaryview.c
9022         * src/gtk/gtksctree.c
9023         * src/gtk/gtksctree.h
9024         * src/pixmaps/empty.xpm
9025                 Implement a wrapper call for gtk_ctree_set_node_info
9026                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9027                 pixmap instead of a NULL one. This works around some
9028                 memory problems deep inside gtk, revealed by valgrind,
9029                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9030                 as locked crashes sylpheed.), as well as, probably, 
9031                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9032
9033 2005-10-17 [colin]      1.9.15cvs71
9034
9035         * src/mimeview.c
9036                 Provide visual feedback when checking
9037                 signature
9038
9039 2005-10-17 [colin]      1.9.15cvs70
9040
9041         * src/main.c
9042                 Keep the folder list frozen while checking caches...
9043
9044 2005-10-17 [colin]      1.9.15cvs69
9045
9046         * src/addr_compl.c
9047                 Fi bug #833 (Autocompleting from addressbook 
9048                 fails with extended chars)
9049         * src/imap.c
9050                 Fix 'adding messages' staying in statusbar
9051                 after an error
9052
9053 2005-10-17 [wwp]        1.9.15cvs68
9054
9055         * src/ssl_manager.c
9056                 Fix buttons' layout resizing when window size changes
9057
9058 2005-10-17 [wwp]        1.9.15cvs67
9059
9060         * src/account.c
9061         * src/prefs_account.c
9062         * src/prefs_common.c
9063         * src/prefs_common.h
9064         * src/prefs_folder_item.c
9065         * src/prefs_gtk.c
9066         * src/gtk/logwindow.c
9067         * src/gtk/pluginwindow.c
9068         * src/gtk/prefswindow.c
9069         * src/gtk/prefswindow.h
9070                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9071
9072 2005-10-17 [paul]       1.9.15cvs66
9073
9074         * configure.ac
9075                 fix missing libetpan message
9076         * po/en_GB.po
9077                 updated
9078         * src/crash.c
9079         * src/manual.c
9080         * src/prefs_themes.c
9081         * src/common/defs.h
9082                 add some new URI defines, change some
9083                 others
9084         * src/wizard.c
9085                 make welcome message translatable
9086                 small improvements to english
9087                 other tweaks
9088         * src/gtk/menu.c
9089                 fix warnings
9090
9091 2005-10-17 [paul]       1.9.15cvs65
9092
9093         * src/summaryview.c
9094                 fix column titles
9095
9096 2005-10-16 [mones]      1.9.15cvs64
9097
9098         * po/es.po
9099                 Updated translation
9100
9101 2005-10-16 [colin]
9102
9103         1.9.99-rc1 released
9104
9105 2005-10-16 [colin]      1.9.15cvs63
9106
9107         * src/wizard.c
9108                 Fix whitespace
9109
9110 2005-10-16 [colin]      1.9.15cvs62
9111
9112         * src/toolbar.c
9113                 s/Get All/Get Mail/
9114         * src/wizard.c
9115                 Real welcome mail text, thanks Paul
9116
9117 2005-10-16 [colin]      1.9.15cvs61
9118
9119         * src/editldap.c
9120         * src/exporthtml.c
9121         * src/main.c
9122         * src/mainwindow.c
9123         * src/prefs_themes.c
9124         * src/prefs_toolbar.c
9125         * src/plugins/demo/demo.c
9126         * src/plugins/trayicon/trayicon.c
9127                 s/Sylpheed/Sylpheed-Claws/
9128
9129 2005-10-16 [colin]      1.9.15cvs60
9130
9131         * src/wizard.c
9132                 Add a welcome email in the first empty mailbox
9133         * src/prefs_common.c
9134                 Change one more default
9135
9136 2005-10-16 [colin]      1.9.15cvs59
9137
9138         * src/wizard.c
9139                 Remove printf
9140
9141 2005-10-16 [colin]      1.9.15cvs58
9142
9143         * src/toolbar.c
9144         * src/prefs_common.c
9145                 Change some defaults
9146
9147 2005-10-16 [colin]      1.9.15cvs57
9148
9149         * src/toolbar.c
9150         * src/prefs_common.c
9151                 Change some defaults
9152
9153 2005-10-16 [colin]      1.9.15cvs56
9154
9155         * src/wizard.c
9156                 By default, initialize fonts to have
9157                 the same size as normal GtkWidgets
9158
9159 2005-10-16 [colin]      1.9.15cvs55
9160
9161         * src/mimeview.c
9162                 Fix message a bit more
9163
9164 2005-10-16 [colin]      1.9.15cvs54
9165
9166         * src/addressbook.c
9167                 Second attempt at flicker fixing
9168
9169 2005-10-16 [colin]      1.9.15cvs53
9170
9171         * src/addressbook.c
9172                 Fix flicker
9173
9174 2005-10-16 [wwp]        1.9.15cvs52
9175
9176         * src/addressbook.c
9177         * src/editaddress.c
9178         * src/prefs_common.c
9179         * src/prefs_common.h
9180                 Remember window sizes (address book)
9181
9182 2005-10-16 [wwp]        1.9.15cvs51
9183
9184         * src/plugins/clamav/clamav_plugin_gtk.c
9185         * src/plugins/spamassassin/spamassassin_gtk.c
9186                 Fix compilation warnings (missing #include).
9187
9188 2005-10-16 [colin]      1.9.15cvs50
9189
9190         * src/mimeview.c
9191         * src/summaryview.c
9192         * src/textview.c
9193                 Make 'c' check signature, and forward
9194                 c, l, y, t from summaryview to mimeview
9195
9196 2005-10-16 [colin]      1.9.15cvs49
9197
9198         * src/addressbook.c
9199                 Put border around buttons
9200         * src/mainwindow.c
9201         * src/summaryview.c
9202                 Rework menus (Patch based on a patch
9203                 by Paul)
9204
9205 2005-10-15 [wwp]        1.9.15cvs48
9206
9207         * src/editjpilot.c
9208         * src/editldap.c
9209         * src/editvcard.c
9210         * src/exphtmldlg.c
9211         * src/expldifdlg.c
9212         * src/export.c
9213         * src/import.c
9214         * src/importldif.c
9215         * src/importmutt.c
9216         * src/importpine.c
9217         * src/prefs_account.c
9218         * src/prefs_spelling.c
9219         * src/gtk/gtkutils.c
9220         * src/gtk/gtkutils.h
9221         * src/plugins/clamav/clamav_plugin_gtk.c
9222         * src/plugins/spamassassin/spamassassin_gtk.c
9223                 use nicer browse-for-file/dir buttons than the "..." ones,
9224                 code factorizing more.
9225
9226 2005-10-14 [colin]      1.9.15cvs47
9227
9228         * src/mainwindow.c
9229                 set relief on the account switcher so that people see it
9230                 grey out Create processing rules when no message is selected
9231         * src/prefs_filtering.c
9232                 ask before closing if the rule has not been modified, even if
9233                 it's not valid
9234         * src/prefs_matcher.c
9235                 fix sensitivity when entering the dialog
9236         * src/gtk/inputdialog.c
9237                 display a better icon on password ask
9238         * src/plugins/pgpcore/passphrase.c
9239                 make the dialog look better
9240
9241 2005-10-14 [paul]       1.9.15cvs46
9242
9243         * src/folderview.c
9244                 indicate presense of marked msgs in
9245                 unexpanded subfolders
9246
9247 2005-10-14 [paul]       1.9.15cvs45
9248
9249         * src/prefs_actions.c
9250         * src/prefs_common.c
9251         * src/prefs_common.h
9252         * src/prefs_filtering_action.c
9253         * src/prefs_matcher.c
9254         * src/prefs_template.c
9255                 remember window sizes
9256                 fix Info button size
9257
9258         Patches by wwp
9259
9260 2005-10-13 [colin]      1.9.15cvs44
9261
9262         * src/mimeview.c
9263         * src/noticeview.c
9264         * src/noticeview.h
9265                 Add a tooltip on the icon (optional) 
9266                 Get rid of the signature buttons and only
9267                 use the icon+tooltip
9268
9269 2005-10-13 [colin]      1.9.15cvs43
9270
9271         * src/noticeview.c
9272         * src/noticeview.h
9273                 Add hand cursor for hovering over icon
9274
9275 2005-10-13 [colin]      1.9.15cvs42
9276
9277         * src/summaryview.c
9278                 Fix crash when quicksearch's hidden 
9279                 at startup
9280
9281 2005-10-13 [colin]      1.9.15cvs41
9282
9283         * src/compose.c
9284                 Set subject when forwarding multiple mails
9285                 Check that other recipient than the default Cc or Bcc
9286                 have been set before sending.
9287
9288 2005-10-13 [colin]      1.9.15cvs40
9289
9290         * src/imap.c
9291                 Batch per-folder
9292                 Introduce locking, but don't use it yet
9293
9294 2005-10-13 [colin]      1.9.15cvs39
9295
9296         * src/gtk/quicksearch.c
9297                 Reset quicksearch when hiding it
9298                 Make sticky a real pref
9299
9300 2005-10-13 [colin]      1.9.15cvs38
9301
9302         * src/summaryview.c
9303                 Faster prefs apply
9304
9305 2005-10-13 [colin]      1.9.15cvs37
9306
9307         * src/mimeview.c
9308         * src/noticeview.c
9309         * src/noticeview.h
9310         * src/plugins/pgpcore/sgpgme.c
9311                 Make privacy icon clickable
9312                 Move Trust field in Full info
9313                 When trust is less than full, don't display
9314                 a warning icon
9315
9316 2005-10-13 [colin]      1.9.15cvs36
9317
9318         * src/folder.c
9319                 Batch on flags sync
9320         * src/folderview.c
9321                 Revert speed hack which is dangerous in fact
9322                 Apply prefs faster
9323
9324 2005-10-13 [colin]      1.9.15cvs35
9325
9326         * src/folder_item_prefs.c
9327                 Fix pref corruption on folder move. Patch
9328                 by wwp
9329
9330 2005-10-13 [paul]       1.9.15cvs34
9331
9332         * src/export.c
9333         * src/import.c
9334                 fix typos in g_warnings
9335         * src/prefs_account.c
9336                 add a file selector for Signature file
9337
9338         Patches by wwp
9339
9340 2005-10-12 [colin]      1.9.15cvs33
9341
9342         * src/mimeview.c
9343                 Provide a quick way to go back from a
9344                 signature's full info to the email part
9345
9346 2005-10-12 [colin]      1.9.15cvs32
9347
9348         * src/compose.c
9349                 Remove old hack of encoding signed mails with base64.
9350                 QP works equally well.
9351
9352 2005-10-12 [colin]      1.9.15cvs31
9353
9354         * src/crash.c
9355                 Replace deprecated GtkText with GtkTextView
9356         * src/imap.c
9357                 Fix a logic bug about counts in imap_select
9358                 (previously un-triggered)
9359         * src/mainwindow.c
9360         * src/summaryview.c
9361         * src/news.c
9362                 Allow local deletion of news posts
9363         * src/mimeview.c
9364                 Show GPG noticeview on the message/rfc822 part
9365                 in addition to the text/plain one
9366         * src/prefs_image_viewer.c
9367           src/plugins/pgpcore/prefs_gpg.c
9368                 Polish (set the label as part of the checkbox)
9369         * src/wizard.c
9370                 Don't sit there doing nothing after destroying
9371                 the window - return err
9372
9373 2005-10-11 [colin]      1.9.15cvs30
9374
9375         * src/folderview.c
9376                 Apply processing rules before showing folders.
9377                 Early folder show (before flags sync) will only
9378                 be done when there are no processing rules (nor
9379                 pre- or post- ones)
9380         * src/imap.c
9381                 Fix stuff related to mail subdir, creation and 
9382                 deletion of folders 
9383         * src/imap_gtk.c
9384                 Don't allow creation of folders in NoInferior
9385                 folders, as it won't work
9386
9387 2005-10-10 [colin]      1.9.15cvs29
9388
9389         * src/compose.c
9390                 Reselect "None" Privacy system when selecting an
9391                 account with no privacy system defined
9392
9393 2005-10-10 [colin]      1.9.15cvs28
9394
9395         * src/mainwindow.c
9396                 Add Windows-1252 encoding
9397         * src/prefs_common.c
9398                 Rework some defaults:
9399                 - autosave to draft by default
9400                 - don't show header pane (it's already in the textview)
9401                 - Select first new or unread mail on entry
9402                 - Assume 'Yes' to change folder when there's no more
9403                   unread message
9404         * src/prefs_matcher.c
9405                 Fix a gtk assertion failure
9406         * src/gtk/colorlabel.c
9407                 Workaround bad repainting on selection
9408         * src/main.c
9409                 Freeze/thaw (a bit faster on ssh -X)
9410         * src/msgcache.c
9411                 Get rid of StrdupConverter that just adds an
9412                 extra strdup/free 
9413         * src/etpan/imap_thread.c
9414                 memset buf to 0
9415
9416 2005-10-10 [colin]      1.9.15cvs27
9417
9418         * src/export.c
9419         * src/import.c
9420                 Fix compile on gtk 2.4. Patch by wwp
9421
9422 2005-10-09 [colin]      1.9.15cvs26
9423
9424         * src/mainwindow.c
9425         * src/messageview.c
9426         * src/summaryview.c
9427                 Clarify forward menus. Patch by wwp
9428
9429 2005-10-09 [colin]      1.9.15cvs25
9430
9431         * src/compose.c
9432         * src/compose.h
9433                 Fix bug #829 (Non-working "Encrypt message by 
9434                 default when replying to an encrypted message")
9435
9436 2005-10-08 [colin]      1.9.15cvs24
9437
9438         * src/wizard.c
9439                 Fix bug #827 ("Welcome" setup wizard after a 
9440                 permission error gives up & forgets itself.)
9441
9442 2005-10-08 [colin]      1.9.15cvs23
9443
9444         * src/procmime.c
9445                 Fix bug #828 (Ignoring headers with spaces around = sign)
9446
9447 2005-10-08 [colin]      1.9.15cvs22
9448
9449         * src/export.c
9450                 Warning fix by wwp
9451
9452 2005-10-08 [colin]      1.9.15cvs21
9453
9454         * src/folder.c
9455         * src/folder.h
9456                 Add a processing_pending indicator, set on 
9457                 folder_item_open and cleared after 
9458                 folder_item_process_open
9459         * src/folderview.c
9460         * src/summaryview.c
9461                 wrap procmsg_msginfo_*_flags, and in the
9462                 wrapper check that there's no folder processing 
9463                 pending. If there is, defer the flags change until 
9464                 processing is done to avoid stepping over each
9465                 other's toes.
9466                 Freeze during processing, but not during scanning.
9467
9468 2005-10-07 [colin]      1.9.15cvs20
9469
9470         * src/plugins/pgpcore/passphrase.c
9471                 Fix bug #826 (X-Server hangs when 
9472                 right-clicking a PGP encrypted message)
9473
9474 2005-10-07 [paul]       1.9.15cvs19
9475
9476         * src/compose.c
9477                 fix compose_entries[]
9478                 patch by Fabien Vantard
9479
9480 2005-10-06 [colin]      1.9.15cvs18
9481
9482         * src/pixmaps/address.xpm
9483         * src/pixmaps/address_book.xpm
9484         * src/pixmaps/book.xpm
9485         * src/pixmaps/check_spelling.xpm
9486         * src/pixmaps/checkbox_off.xpm
9487         * src/pixmaps/checkbox_on.xpm
9488         * src/pixmaps/close.xpm
9489         * src/pixmaps/complete.xpm
9490         * src/pixmaps/continue.xpm
9491         * src/pixmaps/deleted.xpm
9492         * src/pixmaps/down_arrow.xpm
9493         * src/pixmaps/exec.xpm
9494         * src/pixmaps/forwarded.xpm
9495         * src/pixmaps/group.xpm
9496         * src/pixmaps/ignorethread.xpm
9497         * src/pixmaps/interface.xpm
9498         * src/pixmaps/jpilot.xpm
9499         * src/pixmaps/ldap.xpm
9500         * src/pixmaps/linewrap.xpm
9501         * src/pixmaps/linewrapcurrent.xpm
9502         * src/pixmaps/mail.xpm
9503         * src/pixmaps/mail_attach.xpm
9504         * src/pixmaps/mail_compose.xpm
9505         * src/pixmaps/mail_forward.xpm
9506         * src/pixmaps/mail_receive.xpm
9507         * src/pixmaps/mail_receive_all.xpm
9508         * src/pixmaps/mail_reply.xpm
9509         * src/pixmaps/mail_reply_to_all.xpm
9510         * src/pixmaps/mail_reply_to_author.xpm
9511         * src/pixmaps/mail_send.xpm
9512         * src/pixmaps/mail_send_queue.xpm
9513         * src/pixmaps/mime_application.xpm
9514         * src/pixmaps/mime_audio.xpm
9515         * src/pixmaps/mime_image.xpm
9516         * src/pixmaps/mime_message.xpm
9517         * src/pixmaps/mime_text_enriched.xpm
9518         * src/pixmaps/mime_text_html.xpm
9519         * src/pixmaps/mime_text_plain.xpm
9520         * src/pixmaps/mime_unknown.xpm
9521         * src/pixmaps/new.xpm
9522         * src/pixmaps/news_compose.xpm
9523         * src/pixmaps/offline.xpm
9524         * src/pixmaps/online.xpm
9525         * src/pixmaps/paste.xpm
9526         * src/pixmaps/preferences.xpm
9527         * src/pixmaps/privacy_emblem_encrypted.xpm
9528         * src/pixmaps/privacy_expired.xpm
9529         * src/pixmaps/privacy_failed.xpm
9530         * src/pixmaps/privacy_passed.xpm
9531         * src/pixmaps/privacy_signed.xpm
9532         * src/pixmaps/privacy_unknown.xpm
9533         * src/pixmaps/privacy_warn.xpm
9534         * src/pixmaps/properties.xpm
9535         * src/pixmaps/replied.xpm
9536         * src/pixmaps/search.xpm
9537         * src/pixmaps/unread.xpm
9538         * src/pixmaps/up_arrow.xpm
9539         * src/pixmaps/vcard.xpm
9540                 Modernize internal theme, with icons from the 
9541                 Gnomaws theme. Keep some of the old ones where
9542                 they were better.
9543
9544 2005-10-06 [colin]      1.9.15cvs17
9545
9546         * src/summaryview.c
9547                 Little optimisations + bugfix
9548         * src/toolbar.c
9549                 Remove default useless items - useless being defined
9550                 by the default relevant prefs
9551         * src/wizard.c
9552                 include config.h to make gettext work
9553         * src/prefs_themes.c
9554                 Fix selection of current theme in prefs
9555
9556 2005-10-06 [colin]      1.9.15cvs16
9557
9558         * src/prefs_common.c
9559         * src/prefs_common.h
9560         * src/prefs_summaries.c
9561         * src/folderview.c
9562                 Add a warning dialog on Mark all read 
9563                 (with pref to get rid of it)
9564
9565 2005-10-06 [paul]       1.9.15cvs15
9566
9567         * po/nb.po
9568         * po/pt_BR.po
9569                 updated by Geir Helland and Frederico
9570                 Goncalves Guimaraes
9571
9572 2005-10-05 [colin]      1.9.15cvs14
9573
9574         * src/folder.c
9575         * src/folder.h
9576         * src/folderview.c
9577         * src/folderview.h
9578         * src/imap_gtk.c
9579         * src/mh_gtk.c
9580         * src/mainwindow.c
9581         * src/setup.c
9582                 add a way to rescan without rebuilding
9583                 make moving a bit faster (less folders changes)
9584                 don't lock the tree on Get 
9585         * src/imap.c
9586                 Don't re-delete deleted messages before expunging
9587         * src/summaryview.c
9588                 Set batch mode when deleting mails
9589
9590 2005-10-05 [paul]       1.9.15cvs13
9591
9592         * src/mainwindow.c
9593         * src/mainwindow.h
9594                 fix disabled Execute menu item
9595         * src/toolbar.c
9596                 match the change in 1.9.15cvs10: use Compose
9597                 instead of News by default
9598
9599 2005-10-04 [colin]      1.9.15cvs12
9600
9601         * src/compose.c
9602                 When replying to an ML post with Reply-To set
9603                 to the poster's email, honor it (as before),
9604                 but also honor our user's request to reply to
9605                 the mailing list: set the ML address in the To
9606                 field and the Reply-To address in the Cc: 
9607                 field.
9608
9609 2005-10-04 [colin]      1.9.15cvs11
9610
9611         * src/plugins/trayicon/trayicon.c
9612                 Finish cosmetic change - thanks to wwp
9613
9614 2005-10-04 [colin]      1.9.15cvs10
9615
9616         * src/toolbar.c
9617                 Use Compose instead of Email by default.
9618                 Spotted by wwp.
9619
9620 2005-10-04 [colin]      1.9.15cvs9
9621
9622         * src/folder.c
9623         * src/folder.h
9624         * src/folderview.c
9625         * src/imap.c
9626         * src/etpan/imap-thread.c
9627         * src/etpan/imap-thread.h
9628                 Try to make IMAP faster, by simplifying SEARCH
9629                 commands, avoiding sending two STATUS in a row,
9630                 and deferring flags sync and processing just
9631                 after displaying the folder. 
9632                 This will update the SummaryView in certain
9633                 cases (new mails not already fetched, flags
9634                 changed from another client) but in a non-
9635                 blocking manner.
9636
9637 2005-10-04 [colin]      1.9.15cvs8
9638
9639         * src/plugins/trayicon/trayicon.c
9640                 Relabel "Offline" to "Work offline"
9641
9642 2005-10-04 [colin]      1.9.15cvs7
9643
9644         * src/export.c
9645         * src/import.c
9646         * src/mbox.c
9647                 Fix mbox import/export buglets
9648                 Patch by wwp
9649         * src/plugins/trayicon/trayicon.c
9650                 Add offline swithc
9651                 Patch by wwp
9652
9653 2005-10-04 [colin]      1.9.15cvs6
9654
9655         * src/folder.c
9656         * src/folderview.c
9657         * src/summaryview.c
9658                 Better fix (don't break mark all read) for cvs2
9659
9660 2005-10-03 [colin]      1.9.15cvs5
9661
9662         * src/folder.c
9663                 Use a sane sort by default
9664
9665 2005-10-03 [colin]      1.9.15cvs4
9666
9667         * src/inc.c
9668                 Add a 'Only once' button for overriding offline mode
9669         * src/prefs_account.c
9670         * src/wizard.c
9671                 Add Local mbox to the wizard
9672                 Add IMAP subdir to the wizard (or the wizard is useless
9673                 for such accounts, or even worse than useless)
9674                 Move IMAP subdir from Advanced to Receive tab, as it's
9675                 not that uncommon
9676
9677 2005-10-03 [colin]      1.9.15cvs3
9678
9679         * src/send_message.c
9680                 Forgot this one in cvs1
9681
9682 2005-10-03 [colin]      1.9.15cvs2
9683
9684         * src/folder.c
9685                 Faster close when leaving a folder with lots
9686                 of new mails. Idea by David Relson.
9687
9688 2005-10-03 [colin]      1.9.15cvs1
9689
9690         * src/compose.c
9691         * src/imap.c
9692         * src/inc.c
9693         * src/main.c
9694         * src/messageview.c
9695         * src/news.c
9696         * src/summaryview.c
9697         * src/gtk/sslcertwindow.c
9698         * src/plugins/trayicon/trayicon.c
9699                 Add accels to every AlertPanel. Patch by Fabien 
9700                 Vantard
9701
9702 2005-10-03 [paul]       1.9.15
9703
9704         1.9.15 released
9705
9706 2005-10-03 [paul]       1.9.14cvs68
9707
9708         * po/ca.po
9709         * po/de.po
9710         * po/es.po
9711         * po/fi.po
9712         * po/fr.po
9713         * po/sk.po
9714         * po/sr.po
9715         * po/zh_CN.po
9716                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9717                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9718                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9719
9720 2005-10-03 [paul]       1.9.14cvs67
9721
9722         * src/send_message.c
9723                 prevent hang on Cancel
9724                 patch by Colin
9725
9726 2005-10-03 [paul]       1.9.14cvs66
9727
9728         * src/main.c
9729                 fix crash in IMAP caused by discrepancy
9730                 between check_at_startup and offline mode
9731                 Patch by Colin
9732
9733 2005-10-01 [paul]       1.9.14cvs65
9734
9735         * src/inc.c
9736                 fix engrish
9737
9738 2005-10-01 [paul]       1.9.14cvs64
9739         * src/export.c
9740         * src/import.c
9741                 synchronise import_mbox() and export_mbox()
9742         * src/mbox.c
9743                 proc_mbox(): add alert if file cannot be opened
9744                 export_list_to_mbox(): test if dest file exists,
9745                 prompt user to overwrite if it does. add alert
9746                 if file cannot be created
9747                                                                 
9748         Patch by wwp
9749                                                                                                                 
9750
9751 2005-09-30 [paul]       1.9.14cvs63
9752
9753         * src/addressbook.c
9754                 Fix sensitivity of a menu
9755         * src/codeconv.c
9756                 Respect hidden pref for mails with no encoding
9757         * src/common/xml.c
9758                 Fix memory corruption
9759         * src/plugins/pgpcore/sgpgme.c
9760                 Fix segfault on incomplete sigs, and display
9761                 of S/Mime UIDs
9762
9763         Patches by Colin
9764
9765 2005-09-30 [colin]      1.9.14cvs62
9766
9767         * src/partial_download.c
9768                 Little logic fix in almost-dead code
9769         * src/pop.c
9770                 Fix partial download when there's no new mail
9771
9772 2005-09-29 [paul]       1.9.14cvs61
9773
9774         * src/plugins/pgpinline/pgpinline.c
9775                 fix bug 819, 'crash accessing sign message'
9776                 Patch by Colin
9777
9778 2005-09-28 [martin]     1.9.14cvs60
9779
9780         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9781                 fix bug #790 (Crash when restarting window manager (fluxbox))
9782
9783 2005-09-28 [paul]       1.9.14cvs59
9784
9785         * src/gtk/gtkaspell.c
9786                 fix off-by-one typo
9787
9788 2005-09-27 [colin]      1.9.14cvs58
9789
9790         * src/plugins/pgpcore/sgpgme.c
9791                 Report error when there's one, instead of
9792                 "Signature unchecked" 
9793
9794 2005-09-27 [colin]      1.9.14cvs57
9795
9796         * src/prefs_quote.c
9797                 Fix bug #816 (Weird quotation with spaces)
9798
9799 2005-09-27 [colin]      1.9.14cvs56
9800
9801         * src/codeconv.c
9802         * src/compose.c
9803         * src/compose.h
9804                 Put subject in compose's title
9805                 Fix Automatic encoding so that it's really automatic:
9806                 first try default locale's charset, then charset of the replied mail, 
9807                 then utf-8
9808                 Fix encoding of headers (must be in strict mode too)
9809
9810 2005-09-26 [colin]      1.9.14cvs55
9811
9812         * src/gtk/gtkaspell.c
9813                 Fix previous patch - don't color the space,
9814                 just uncolor it :)
9815
9816 2005-09-26 [colin]      1.9.14cvs54
9817
9818         * src/gtk/gtkaspell.c
9819                 Unmark space if possible
9820
9821 2005-09-26 [colin]      1.9.14cvs53
9822
9823         * src/imap.c
9824                 log_error instead of alertpanel according to the pref
9825         * src/etpan/imap-thread.c
9826                 Print connect status, copy only necessary size to 
9827                 logger
9828         * src/plugins/pgpmime/pgpmime.c
9829                 Handle S/Mime signatures (verification only). Patch based
9830                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9831
9832 2005-09-26 [paul]       1.9.14cvs52
9833
9834         * src/common/passcrypt.c
9835                 this 'workaround' not necessary on NetBSD.
9836                 Thanks to Daniel Gustafson
9837
9838 2005-09-26 [paul]
9839
9840         1.9.15-rc4 released
9841
9842 2005-09-26 [paul]       1.9.14cvs51
9843
9844         * src/summaryview.c
9845                 Skip currently selected message when
9846                 looking for next new or unread message
9847                 in current folder. Patch by Colin
9848         * src/common/passcrypt.c
9849                 eliminate warnings on *BSD. Patch by
9850                 Daniel Gustafson
9851
9852 2005-09-26 [colin]      1.9.14cvs50
9853
9854         * src/procmsg.c
9855                 Call postfiltering hook anyway
9856
9857 2005-09-22 [colin]      1.9.14cvs49
9858
9859         * src/codeconv.c
9860         * src/codeconv.h
9861                 Add a strict mode that doesn't replace with _
9862         * src/compose.c
9863         * src/compose.h
9864                 Use strict conversion while sending
9865                 Fix race when drafting while sending (happens
9866                 on IMAP)
9867                 Fix d'n'd of messages from summaryview
9868         * src/prefs_common.c
9869         * src/prefs_common.h
9870                 add hidden utf8_instead_of_locale_for_broken_mail 
9871                 pref for people that preferred the default charset 
9872                 to be utf8 for broken mails
9873         * src/quote_fmt_parse.y
9874                 fix bug #815 (No quote insert if "From:" fied 
9875                 contained Russian letters)
9876         * src/summaryview.c
9877                 Fix d'n'd of messages to compose
9878
9879 2005-09-22 [paul]       1.9.14cvs48
9880
9881         * src/compose.c
9882                 fix bug where attachments Name entry
9883                 would display Path instead
9884
9885 2005-09-21 [paul]       1.9.14cvs47
9886
9887         * README
9888         * README.jp
9889         * configure.ac
9890         * config/config.rpath
9891         * doc/manual/en/sylpheed-20.html
9892         * doc/manual/es/sylpheed-20.html
9893         * po/bg.po
9894         * po/ca.po
9895         * po/de.po
9896         * po/es.po
9897         * po/fr.po
9898         * po/it.po
9899         * po/pt_BR.po
9900         * po/sk.po
9901         * po/zh_TW.po
9902         * src/account.c
9903         * src/account.h
9904         * src/action.c
9905         * src/action.h
9906         * src/adbookbase.h
9907         * src/addr_compl.c
9908         * src/addr_compl.h
9909         * src/addrbook.c
9910         * src/addrbook.h
9911         * src/addrcache.c
9912         * src/addrcache.h
9913         * src/addrcindex.c
9914         * src/addrcindex.h
9915         * src/addrclip.c
9916         * src/addrclip.h
9917         * src/addrdefs.h
9918         * src/addressadd.c
9919         * src/addressadd.h
9920         * src/addressbook.c
9921         * src/addressbook.h
9922         * src/addressitem.h
9923         * src/addrgather.c
9924         * src/addrgather.h
9925         * src/addrharvest.c
9926         * src/addrharvest.h
9927         * src/addrindex.c
9928         * src/addrindex.h
9929         * src/addritem.c
9930         * src/addritem.h
9931         * src/addrquery.c
9932         * src/addrquery.h
9933         * src/addrselect.c
9934         * src/addrselect.h
9935         * src/alertpanel.c
9936         * src/alertpanel.h
9937         * src/browseldap.c
9938         * src/browseldap.h
9939         * src/codeconv.c
9940         * src/codeconv.h
9941         * src/compose.c
9942         * src/compose.h
9943         * src/crash.c
9944         * src/crash.h
9945         * src/customheader.c
9946         * src/customheader.h
9947         * src/displayheader.c
9948         * src/displayheader.h
9949         * src/editaddress.c
9950         * src/editaddress.h
9951         * src/editbook.c
9952         * src/editbook.h
9953         * src/editgroup.c
9954         * src/editgroup.h
9955         * src/editjpilot.c
9956         * src/editjpilot.h
9957         * src/editldap.c
9958         * src/editldap.h
9959         * src/editldap_basedn.c
9960         * src/editldap_basedn.h
9961         * src/editvcard.c
9962         * src/editvcard.h
9963         * src/enriched.c
9964         * src/enriched.h
9965         * src/exphtmldlg.c
9966         * src/exphtmldlg.h
9967         * src/expldifdlg.c
9968         * src/expldifdlg.h
9969         * src/export.c
9970         * src/export.h
9971         * src/exporthtml.c
9972         * src/exporthtml.h
9973         * src/exportldif.c
9974         * src/exportldif.h
9975         * src/filtering.c
9976         * src/filtering.h
9977         * src/folder.c
9978         * src/folder.h
9979         * src/folder_item_prefs.c
9980         * src/folder_item_prefs.h
9981         * src/foldersel.c
9982         * src/foldersel.h
9983         * src/folderutils.c
9984         * src/folderutils.h
9985         * src/folderview.c
9986         * src/folderview.h
9987         * src/grouplistdialog.c
9988         * src/grouplistdialog.h
9989         * src/headerview.c
9990         * src/headerview.h
9991         * src/html.c
9992         * src/html.h
9993         * src/image_viewer.c
9994         * src/image_viewer.h
9995         * src/imap.c
9996         * src/imap.h
9997         * src/imap_gtk.c
9998         * src/imap_gtk.h
9999         * src/import.c
10000         * src/import.h
10001         * src/importldif.c
10002         * src/importldif.h
10003         * src/importmutt.c
10004         * src/importmutt.h
10005         * src/importpine.c
10006         * src/importpine.h
10007         * src/inc.c
10008         * src/inc.h
10009         * src/jpilot.c
10010         * src/jpilot.h
10011         * src/ldapctrl.c
10012         * src/ldapctrl.h
10013         * src/ldaplocate.c
10014         * src/ldaplocate.h
10015         * src/ldapquery.c
10016         * src/ldapquery.h
10017         * src/ldapserver.c
10018         * src/ldapserver.h
10019         * src/ldaputil.c
10020         * src/ldaputil.h
10021         * src/ldif.c
10022         * src/ldif.h
10023         * src/localfolder.c
10024         * src/localfolder.h
10025         * src/main.c
10026         * src/main.h
10027         * src/mainwindow.c
10028         * src/mainwindow.h
10029         * src/manual.c
10030         * src/manual.h
10031         * src/matcher.c
10032         * src/matcher.h
10033         * src/matcher_parser.h
10034         * src/matcher_parser_lex.l
10035         * src/matcher_parser_parse.y
10036         * src/mbox.c
10037         * src/mbox.h
10038         * src/message_search.c
10039         * src/message_search.h
10040         * src/messageview.c
10041         * src/messageview.h
10042         * src/mh.c
10043         * src/mh.h
10044         * src/mh_gtk.c
10045         * src/mh_gtk.h
10046         * src/mimeview.c
10047         * src/mimeview.h
10048         * src/msgcache.c
10049         * src/msgcache.h
10050         * src/mutt.c
10051         * src/mutt.h
10052         * src/news.c
10053         * src/news.h
10054         * src/news_gtk.c
10055         * src/news_gtk.h
10056         * src/noticeview.c
10057         * src/noticeview.h
10058         * src/partial_download.c
10059         * src/partial_download.h
10060         * src/pine.c
10061         * src/pine.h
10062         * src/pop.c
10063         * src/pop.h
10064         * src/prefs_account.c
10065         * src/prefs_account.h
10066         * src/prefs_actions.c
10067         * src/prefs_actions.h
10068         * src/prefs_common.c
10069         * src/prefs_common.h
10070         * src/prefs_compose_writing.c
10071         * src/prefs_compose_writing.h
10072         * src/prefs_customheader.c
10073         * src/prefs_customheader.h
10074         * src/prefs_display_header.c
10075         * src/prefs_display_header.h
10076         * src/prefs_ext_prog.c
10077         * src/prefs_ext_prog.h
10078         * src/prefs_filtering.c
10079         * src/prefs_filtering.h
10080         * src/prefs_filtering_action.c
10081         * src/prefs_filtering_action.h
10082         * src/prefs_folder_column.c
10083         * src/prefs_folder_column.h
10084         * src/prefs_folder_item.c
10085         * src/prefs_folder_item.h
10086         * src/prefs_fonts.c
10087         * src/prefs_fonts.h
10088         * src/prefs_gtk.c
10089         * src/prefs_gtk.h
10090         * src/prefs_image_viewer.c
10091         * src/prefs_image_viewer.h
10092         * src/prefs_matcher.c
10093         * src/prefs_matcher.h
10094         * src/prefs_message.c
10095         * src/prefs_message.h
10096         * src/prefs_msg_colors.c
10097         * src/prefs_msg_colors.h
10098         * src/prefs_other.c
10099         * src/prefs_other.h
10100         * src/prefs_quote.c
10101         * src/prefs_quote.h
10102         * src/prefs_receive.c
10103         * src/prefs_receive.h
10104         * src/prefs_send.c
10105         * src/prefs_send.h
10106         * src/prefs_spelling.c
10107         * src/prefs_spelling.h
10108         * src/prefs_summaries.c
10109         * src/prefs_summaries.h
10110         * src/prefs_summary_column.c
10111         * src/prefs_summary_column.h
10112         * src/prefs_template.c
10113         * src/prefs_template.h
10114         * src/prefs_themes.c
10115         * src/prefs_themes.h
10116         * src/prefs_toolbar.c
10117         * src/prefs_toolbar.h
10118         * src/prefs_wrapping.c
10119         * src/prefs_wrapping.h
10120         * src/privacy.c
10121         * src/privacy.h
10122         * src/procheader.c
10123         * src/procheader.h
10124         * src/procmime.c
10125         * src/procmime.h
10126         * src/procmsg.c
10127         * src/procmsg.h
10128         * src/quote_fmt.c
10129         * src/quote_fmt_parse.y
10130         * src/recv.c
10131         * src/recv.h
10132         * src/remotefolder.c
10133         * src/remotefolder.h
10134         * src/send_message.c
10135         * src/send_message.h
10136         * src/setup.c
10137         * src/setup.h
10138         * src/simple-gettext.c
10139         * src/sourcewindow.c
10140         * src/sourcewindow.h
10141         * src/ssl_manager.c
10142         * src/ssl_manager.h
10143         * src/statusbar.c
10144         * src/statusbar.h
10145         * src/stock_pixmap.c
10146         * src/stock_pixmap.h
10147         * src/summary_search.c
10148         * src/summary_search.h
10149         * src/summaryview.c
10150         * src/summaryview.h
10151         * src/syldap.c
10152         * src/syldap.h
10153         * src/textview.c
10154         * src/textview.h
10155         * src/toolbar.c
10156         * src/toolbar.h
10157         * src/undo.c
10158         * src/undo.h
10159         * src/unmime.c
10160         * src/unmime.h
10161         * src/vcard.c
10162         * src/vcard.h
10163         * src/wizard.c
10164         * src/wizard.h
10165         * src/common/base64.c
10166         * src/common/base64.h
10167         * src/common/defs.h
10168         * src/common/hooks.c
10169         * src/common/hooks.h
10170         * src/common/log.c
10171         * src/common/log.h
10172         * src/common/md5.c
10173         * src/common/md5.h
10174         * src/common/mgutils.c
10175         * src/common/mgutils.h
10176         * src/common/nntp.c
10177         * src/common/nntp.h
10178         * src/common/passcrypt.c
10179         * src/common/passcrypt.h.in
10180         * src/common/plugin.c
10181         * src/common/plugin.h
10182         * src/common/prefs.c
10183         * src/common/prefs.h
10184         * src/common/progressindicator.c
10185         * src/common/progressindicator.h
10186         * src/common/quoted-printable.c
10187         * src/common/quoted-printable.h
10188         * src/common/session.c
10189         * src/common/session.h
10190         * src/common/smtp.c
10191         * src/common/smtp.h
10192         * src/common/socket.c
10193         * src/common/socket.h
10194         * src/common/ssl.c
10195         * src/common/ssl.h
10196         * src/common/ssl_certificate.c
10197         * src/common/ssl_certificate.h
10198         * src/common/string_match.c
10199         * src/common/string_match.h
10200         * src/common/stringtable.c
10201         * src/common/sylpheed.c
10202         * src/common/sylpheed.h
10203         * src/common/template.c
10204         * src/common/template.h
10205         * src/common/timing.h
10206         * src/common/utils.c
10207         * src/common/utils.h
10208         * src/common/uuencode.c
10209         * src/common/uuencode.h
10210         * src/common/version.h.in
10211         * src/common/xml.c
10212         * src/common/xml.h
10213         * src/common/xmlprops.c
10214         * src/common/xmlprops.h
10215         * src/gtk/about.c
10216         * src/gtk/about.h
10217         * src/gtk/colorlabel.c
10218         * src/gtk/colorlabel.h
10219         * src/gtk/colorsel.c
10220         * src/gtk/colorsel.h
10221         * src/gtk/description_window.c
10222         * src/gtk/description_window.h
10223         * src/gtk/filesel.c
10224         * src/gtk/filesel.h
10225         * src/gtk/foldersort.c
10226         * src/gtk/foldersort.h
10227         * src/gtk/gtkutils.c
10228         * src/gtk/gtkutils.h
10229         * src/gtk/inputdialog.c
10230         * src/gtk/inputdialog.h
10231         * src/gtk/logwindow.c
10232         * src/gtk/logwindow.h
10233         * src/gtk/manage_window.c
10234         * src/gtk/manage_window.h
10235         * src/gtk/menu.c
10236         * src/gtk/menu.h
10237         * src/gtk/pluginwindow.c
10238         * src/gtk/pluginwindow.h
10239         * src/gtk/prefswindow.c
10240         * src/gtk/prefswindow.h
10241         * src/gtk/progressdialog.c
10242         * src/gtk/progressdialog.h
10243         * src/gtk/quicksearch.c
10244         * src/gtk/quicksearch.h
10245         * src/gtk/sslcertwindow.c
10246         * src/gtk/sslcertwindow.h
10247         * src/plugins/clamav/clamav_plugin.c
10248         * src/plugins/clamav/clamav_plugin.h
10249         * src/plugins/clamav/clamav_plugin_gtk.c
10250         * src/plugins/demo/demo.c
10251         * src/plugins/dillo_viewer/dillo_prefs.c
10252         * src/plugins/dillo_viewer/dillo_prefs.h
10253         * src/plugins/dillo_viewer/dillo_viewer.c
10254         * src/plugins/mathml_viewer/mathml_viewer.c
10255         * src/plugins/pgpcore/passphrase.c
10256         * src/plugins/pgpcore/passphrase.h
10257         * src/plugins/pgpcore/plugin.c
10258         * src/plugins/pgpcore/prefs_gpg.c
10259         * src/plugins/pgpcore/prefs_gpg.h
10260         * src/plugins/pgpcore/select-keys.c
10261         * src/plugins/pgpcore/select-keys.h
10262         * src/plugins/pgpcore/sgpgme.c
10263         * src/plugins/pgpcore/sgpgme.h
10264         * src/plugins/pgpinline/pgpinline.c
10265         * src/plugins/pgpinline/pgpinline.h
10266         * src/plugins/pgpinline/plugin.c
10267         * src/plugins/pgpmime/pgpmime.c
10268         * src/plugins/pgpmime/pgpmime.h
10269         * src/plugins/pgpmime/plugin.c
10270         * src/plugins/spamassassin/spamassassin.c
10271         * src/plugins/spamassassin/spamassassin.h
10272         * src/plugins/spamassassin/spamassassin_gtk.c
10273         * src/plugins/trayicon/trayicon.c
10274         * tools/OOo2sylpheed.pl
10275         * tools/acroread2sylpheed.pl
10276         * tools/asus_mailled.sh
10277         * tools/filter_conv.pl
10278         * tools/freshmeat_search.pl
10279         * tools/google_search.pl
10280         * tools/kmail2sylpheed.pl
10281         * tools/kmail2sylpheed_v2.pl
10282         * tools/maildir2sylpheed.pl
10283         * tools/multiwebsearch.pl
10284         * tools/newscache_clean.pl
10285         * tools/outlook2sylpheed.pl
10286         * tools/sylpheed-switcher
10287         * tools/update-po
10288         * tools/vcard2xml.py
10289         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10290                 update FSF address
10291
10292 2005-09-21 [colin]      1.9.14cvs46
10293
10294         * src/gedit-print.c
10295         * src/procmsg.c
10296         * src/procmsg.h
10297         * src/textview.c
10298         * src/summaryview.c
10299                 Remove some printing hacks (deselection/reselection),
10300                 which by the way fix printing the currently 
10301                 displayed mime part (still only text)
10302                 Plus a little optimisation of summary_show
10303
10304
10305 2005-09-20 [colin]      1.9.14cvs45
10306
10307         * src/mainwindow.c
10308         * src/messageview.c
10309                 GUI fixups: add accels, set message
10310                 view title to displayed mail's subject
10311         * src/prefs_spelling.c
10312         * src/gtk/gtkaspell.c
10313                 GUI fixups: allow underlining misspelled
10314                 words instead of coloring them (a11y!)
10315
10316 2005-09-19 [colin]
10317
10318         1.9.15rc3 released
10319
10320 2005-09-19 [colin]      1.9.14cvs44
10321
10322         * src/compose.c
10323                 Fix draft message
10324         * src/gtk/gtkaspell.c
10325                 Fix wrong test ;-)
10326
10327 2005-09-19 [colin]      1.9.14cvs43
10328
10329         * src/addressbook.c
10330                 Fix sensitivity of Delete button
10331         * src/compose.c
10332                 Warn if the requested Privacy system
10333                 is not available
10334         * src/exphtmldlg.c
10335         * src/expldifdlg.c
10336         * src/importldif.c
10337         * src/importmutt.c
10338         * src/importpine.c
10339                 Fix crappy UI
10340         * src/
10341         * src/ssl.h
10342         * src/prefs_account.h
10343         * src/prefs_account.c
10344                 Save SSL prefs even in builds that have
10345                 SSL support disable
10346         * src/imap.c
10347         * src/inc.c
10348         * src/news.c
10349         * src/send_message.c
10350                 Warn if connection should be secure, but
10351                 SSL support isn't compiled in
10352         * src/gtkaspell.c
10353                 Fix word separation on UTF-8 systems
10354                 Fixes bug #812 (Strange inline spellchecking)
10355         * src/compose.c
10356                 Warn if the requested Privacy system
10357                 is not available
10358                 Factorize offline warning
10359         * src/imap.c
10360         * src/imap_gtk.c
10361         * src/imap_gtk.h
10362         * src/inc.h
10363         * src/news_gtk.c
10364         * src/news_gtk.h
10365         * src/messageview.c
10366                 Factorize offline warning
10367
10368 2005-09-19 [paul]
10369
10370         1.9.15-rc2 released
10371
10372 2005-09-18 [colin]      1.9.14cvs42
10373
10374         * src/codeconv.c
10375         * src/codeconv.h
10376         * src/procmime.c
10377                 Add a way to get locale's charset ignoring utf-8,
10378                 and use that as default encoding for broken mails
10379
10380 2005-09-18 [colin]      1.9.14cvs41
10381
10382         * src/gtk/logwindow.c
10383                 Translate string. Patch by Fabien Vantard
10384
10385 2005-09-18 [colin]      1.9.14cvs40
10386
10387         * configure.ac
10388                 Fix bug #803 (IMAP/SSL support breaks with 
10389                 GnuTLS libetpan 0.38)
10390
10391 2005-09-18 [colin]      1.9.14cvs39
10392
10393         * src/codeconv.c
10394         * src/compose.c
10395         * src/procmime.c
10396                 More charsets fixes. Fixes bug #806 (non
10397                 ascii characters in subject line)
10398
10399 2005-09-17 [paul]       1.9.14cvs38
10400
10401         * src/folderview.c
10402         * src/mainwindow.c
10403                 fix gcc-2.95 issues
10404                 Patch by Pawel Pekala
10405
10406 2005-09-17 [colin]      1.9.14cvs37
10407
10408         * src/addrindex.c
10409                 bugfix for NO-USE LDAP compilation, patch 
10410                 by Fabien Vantard
10411
10412 2005-09-17 [colin]      1.9.14cvs36
10413
10414         * src/prefs_actions.c
10415         * src/prefs_customheader.c
10416         * src/prefs_display_header.c
10417         * src/prefs_filtering_action.c
10418         * src/prefs_matcher.c
10419         * src/prefs_toolbar.c
10420                 Fix strange casts (less elegant but
10421                 works better)
10422
10423 2005-09-16 [colin]      1.9.14cvs35
10424
10425         * src/jpilot.c
10426                 Missed that one
10427
10428 2005-09-16 [colin]      1.9.14cvs34
10429
10430         * configure.ac
10431         * src/Makefile.am
10432         * src/addr_compl.c
10433         * src/addrindex.c
10434         * src/browseldap.c
10435         * src/editldap.c
10436         * src/ldaplocate.c
10437         * src/ldapquery.c
10438         * src/ldapquery.h
10439         * src/ldapserver.c
10440         * src/ldapserver.h
10441         * src/main.c
10442         * src/matcher_parser_parse.y
10443         * src/prefs_themes.c
10444         * src/etpan/Makefile.am
10445         * src/gtk/description_window.c
10446         * src/plugins/clamav/Makefile.am
10447         * src/plugins/clamav/clamav_plugin.c
10448         * src/plugins/dillo_viewer/Makefile.am
10449         * src/plugins/pgpcore/Makefile.am
10450         * src/plugins/pgpinline/Makefile.am
10451         * src/plugins/pgpmime/Makefile.am
10452         * src/plugins/trayicon/Makefile.am
10453                 Fix 100% cpu usage in address completion list
10454                 Fix little bugs (return with no values etc)
10455                 Fix all warnings (with common CFLAGS)
10456
10457 2005-09-15 [colin]      1.9.14cvs33
10458
10459         * src/addressbook.c
10460                 Fix bug where sometimes a group's email list is empty,
10461                 force its refresh (probably fixes "Re: how to create a 
10462                 distribution list")
10463         * src/ldapquery.c
10464                 Don't return to the callback in the main thread from the
10465                 fetch thread (or face segs!)
10466
10467 2005-09-15 [paul]       1.9.14cvs32
10468
10469         * src/prefs_matcher.c
10470                 forgotten in last commit
10471
10472 2005-09-15 [paul]       1.9.14cvs31
10473
10474         * src/prefs_actions.c
10475         * src/prefs_filtering_action.c
10476         * src/prefs_quote.c
10477         * src/quote_fmt.c
10478         * src/summaryview.c
10479         * src/gtk/description_window.c
10480         * src/gtk/description_window.h
10481         * src/gtk/quicksearch.c
10482                 allow interaction with the called
10483                 description window
10484                 Patch by Anders Hammar
10485
10486 2005-09-14 [paul]       1.9.14cvs30
10487
10488         * src/compose.c
10489                 fix a little annoyance when pasting with 3rd button 
10490                 with wrap_pastes=0 and wrap_input=1
10491                 Patch by Colin
10492
10493 2005-09-14 [paul]       1.9.14cvs29
10494
10495         * src/prefs_account.c
10496                 disable 'Filter messages on receiving' for
10497                 SMTP-only accounts
10498                 Patch  by Anders Hammar
10499
10500 2005-09-14 [paul]       1.9.14cvs28
10501
10502         * po/sk.po
10503                 fix crash
10504                 updated by Andrej Kacian
10505
10506 2005-09-14 [paul]
10507
10508         1.9.15-rc1 released
10509
10510 2005-09-14 [paul]       1.9.14cvs27
10511
10512         * po/es.po
10513                 updated by Ricardo Mones Lastra
10514         * src/compose.c
10515         * src/compose.h
10516                 associate no_wrap_tags to Compose windows
10517                 instead of using a static one
10518                 Patch by Colin
10519         * src/mbox.c
10520                 fix proc_mbox()
10521                 Patch by wwp
10522         * src/textview.c
10523                 remove unneeded printf()
10524
10525 2005-09-14 [paul]       1.9.14cvs26
10526
10527         * src/addrcache.c
10528         * src/codeconv.h
10529         * src/folder.h
10530         * src/mainwindow.h
10531         * src/mh.c
10532         * src/mimeview.h
10533         * src/partial_download.c
10534         * src/pop.c
10535         * src/prefs_account.c
10536         * src/prefs_account.h
10537         * src/prefs_actions.c
10538         * src/prefs_customheader.c
10539         * src/prefs_display_header.c
10540         * src/prefs_filtering_action.c
10541         * src/prefs_matcher.c
10542         * src/prefs_toolbar.c
10543         * src/privacy.h
10544         * src/procmime.c
10545         * src/procmime.h
10546         * src/procmsg.h
10547         * src/textview.c
10548         * src/undo.h
10549         * src/common/plugin.c
10550         * src/common/session.h
10551         * src/common/socket.c
10552         * src/common/socket.h
10553         * src/common/template.c
10554         * src/gtk/gtkaspell.c
10555         * src/gtk/quicksearch.h
10556         * src/plugins/pgpcore/passphrase.c
10557         * src/plugins/pgpcore/prefs_gpg.h
10558         * src/plugins/pgpcore/select-keys.c
10559         * src/plugins/pgpcore/select-keys.h
10560         * src/plugins/pgpcore/sgpgme.c
10561         * src/plugins/pgpinline/pgpinline.c
10562         * src/plugins/pgpmime/pgpmime.c
10563         * src/plugins/trayicon/trayicon.c
10564                 fix compilation warnings
10565                 Patch by Daniel Gustafson
10566
10567 2005-09-14 [paul]       1.9.14cvs25
10568
10569         * src/addressbook.c
10570                 add missing column header, and other small
10571                 bug fixes
10572                 Patch by Anders Hammar
10573
10574 2005-09-13 [colin]      1.9.14cvs24
10575
10576         * src/gtk/gtkaspell.c
10577                 Fix non-utf8 in menu
10578                 Fix little leaks
10579                 Nullify struct members after free()s
10580
10581 2005-09-13 [colin]      1.9.14cvs23
10582
10583         * src/compose.c
10584                 Test utf8 compliance before inserting to 
10585                 buffer, and try to convert if necessary
10586         * src/procmime.c
10587                 If no charset is present, use the locale 
10588                 one instead of us-ascii
10589         * src/procmsg.c
10590                 Add Sender, List-Post and To in the checked 
10591                 headers for automatic rules creation 
10592                 (thanks to wwp)
10593         * src/prefs_themes.c
10594         * src/gtk/gtkaspell.c
10595                 Remove deprecated functions. 
10596                 patch by Daniel Gustafson
10597
10598 2005-09-12 [colin]      1.9.14cvs22
10599
10600         * src/compose.c
10601                 Fix bug #448 (Scrolling/Redraw issue with 
10602                 address-fields in Header)
10603         * src/mainwindow.c
10604         * src/summaryview.c
10605         * src/summaryview.h
10606                 Fix loss of MSG_MARKED on move/copy
10607                 Fix bug #804 (Quicksearch togglebutton doesn't 
10608                 get depressed after '/' key is pressed)
10609
10610 2005-09-12 [paul]       1.9.14cvs21
10611
10612         * AUTHORS
10613         * src/gtk/logwindow.c
10614                 add 'Clear Log' to popup menu
10615                 Patch by Anders Hammar <anders.hammar@telia.com>
10616
10617 2005-09-12 [paul]       1.9.14cvs20
10618
10619         * src/compose.c
10620                 set correct sensitivity on attachments
10621                 popup menu
10622         * src/folder.c
10623                 fix typo
10624         * src/prefs_spelling.c
10625                 fix crash when no LANG env is set
10626         * src/common/xml.c
10627                 fix crash in wizard
10628                 don't use memeory after free
10629
10630         All patches by Daniel Gustafson
10631
10632 2005-09-12 [paul]       1.9.14cvs19
10633
10634         * src/prefs_themes.c
10635                 make theme info selectable
10636         * src/gtk/description_window.c
10637                 make window non-modal
10638         * tools/README
10639                 add details of asus_mailed.sh
10640         * tools/claws.i18n.status.pl
10641                 update for new zh_TW translator
10642                 widen the output
10643                 create alternate coloured lines
10644                 improve readability
10645
10646 2005-09-10 [colin]      1.9.14cvs18
10647
10648         * src/plugins/pgpcore/select-keys.c
10649                 Better order for the buttons
10650
10651 2005-09-10 [colin]      1.9.14cvs17
10652
10653         * src/compose.c
10654         * src/plugins/pgpcore/select-keys.c
10655         * src/plugins/pgpcore/select-keys.h
10656         * src/plugins/pgpcore/sgpgme.c
10657                 Add a "Don't encrypt" button to the key
10658                 selection dialog. Fixes bug #177 (There should be a 
10659                 'Don't encrypt button in the Select Keys dialog)
10660
10661 2005-09-10 [colin]      1.9.14cvs16
10662
10663         * src/compose.c
10664                 Fix bug #572 (%X option does not work with templates)
10665
10666 2005-09-10 [colin]      1.9.14cvs15
10667
10668         * src/toolbar.c 
10669                 Remove g_print
10670
10671 2005-09-10 [colin]      1.9.14cvs14
10672
10673         * src/imap.c
10674                 Fix a possible crash
10675
10676 2005-09-09 [colin]      1.9.14cvs13
10677
10678         * src/imap.c
10679         * src/etpan/imap-thread.c
10680         * src/etpan/imap-thread.h
10681                 Fix moving from queue or drafts to normal folders
10682                 Fix bug #794 (No way to delete without expunging)
10683                 Take flags unset by other mailers into account
10684                 Take deleted flag set by other mailers into account
10685                 Fix unsetting REPLIED flag
10686                 Fix crash when capabilities can't be retrieved
10687         * src/mainwindow.c
10688         * src/mainwindow.h
10689                 Add M_DELAYED_FLAGS condition, and let the user use
10690                 Execute in order to be able to expunge deleted mails,
10691                 even if he's not in delayed execute mode
10692         * src/prefs_spelling.c
10693                 Use 'en' dictionary by default if LANG is POSIX or C
10694         * src/gtk/prefswindow.c
10695                 Fix bug #767 (Preferences windows expanding) by making
10696                 the window a bit larger when the resolution is greater
10697                 than 640x480, and by putting the prefs in a
10698                 GtkScrolledWindow.
10699
10700 2005-09-09 [paul]       1.9.14cvs12
10701
10702         * AUTHORS
10703         * configure.ac
10704         * po/zh_TW.Big5.po      ** REMOVED **
10705         * po/zh_TW.po           ** ADDED **
10706                 updated by Wei-Lun Chao
10707
10708 2005-09-09 [paul]       1.9.14cvs11
10709
10710         * src/mainwindow.c
10711                 fix asserts
10712         * src/common/xml.c
10713                 delay memory allocation until file is
10714                 opened successfully
10715                 Patch by Daniel Gustafson
10716
10717 2005-09-09 [colin]      1.9.14cvs10
10718
10719         * src/imap.c
10720                 Add guards
10721
10722 2005-09-08 [colin]      1.9.14cvs9
10723
10724         * src/compose.c
10725                 Alert when we can't save draft
10726                 Fix various wrap/color issues
10727                 Add mid-click pasting respecting wrap_paste option
10728         * src/folder.c
10729         * src/folder.h
10730         * src/folder_item_prefs.c
10731         * src/folder_item_prefs.h
10732         * src/imap.c
10733         * src/imap_gtk.c
10734         * src/imap_gtk.h
10735         * src/main.c
10736         * src/mainwindow.c
10737         * src/mainwindow.h
10738         * src/news.c
10739         * src/news_gtk.c
10740         * src/news_gtk.h
10741         * src/prefs_folder_item.c
10742                 Fix the impossibility to synchronise folders for
10743                 offline use (IMAP and NNTP are concerned)
10744
10745 2005-09-08 [colin]      1.9.14cvs8
10746
10747         * configure.ac
10748                 Build LDAP and JPilot by default if available
10749         * src/textview.c
10750                 Fix use after free
10751
10752 2005-09-08 [paul]       1.9.14cvs7
10753
10754         * doc/manual/en/sylpheed-1.html
10755         * doc/manual/en/sylpheed-18.html
10756         * doc/manual/en/sylpheed-19.html
10757         * doc/manual/en/sylpheed-4.html
10758         * doc/manual/en/sylpheed-6.html
10759         * doc/manual/en/sylpheed.html
10760                 a few minor updates, plus include some
10761                 details about plugins and their requirements
10762         * src/mainwindow.c
10763                 minor changes to English in /View/Sort
10764
10765 2005-09-07 [colin]      1.9.14cvs6
10766
10767         * doc/manual/en/sylpheed-1.html
10768         * doc/manual/en/sylpheed-10.html
10769         * doc/manual/en/sylpheed-11.html
10770         * doc/manual/en/sylpheed-12.html
10771         * doc/manual/en/sylpheed-13.html
10772         * doc/manual/en/sylpheed-14.html
10773         * doc/manual/en/sylpheed-15.html
10774         * doc/manual/en/sylpheed-16.html
10775         * doc/manual/en/sylpheed-17.html
10776         * doc/manual/en/sylpheed-18.html
10777         * doc/manual/en/sylpheed-19.html
10778         * doc/manual/en/sylpheed-2.html
10779         * doc/manual/en/sylpheed-20.html
10780         * doc/manual/en/sylpheed-21.html
10781         * doc/manual/en/sylpheed-22.html
10782         * doc/manual/en/sylpheed-3.html
10783         * doc/manual/en/sylpheed-4.html
10784         * doc/manual/en/sylpheed-5.html
10785         * doc/manual/en/sylpheed-6.html
10786         * doc/manual/en/sylpheed-7.html
10787         * doc/manual/en/sylpheed-8.html
10788         * doc/manual/en/sylpheed-9.html
10789         * doc/manual/en/sylpheed.html
10790                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10791
10792 2005-09-07 [colin]      1.9.14cvs5
10793
10794         * src/mainwindow.c
10795                 Make labels more to-the-point
10796
10797 2005-09-07 [colin]      1.9.14cvs4
10798
10799         * doc/manual/en/sylpheed-1.html
10800         * doc/manual/en/sylpheed-12.html
10801         * doc/manual/en/sylpheed-13.html
10802         * doc/manual/en/sylpheed-14.html
10803         * doc/manual/en/sylpheed-15.html
10804         * doc/manual/en/sylpheed-16.html
10805         * doc/manual/en/sylpheed-17.html
10806         * doc/manual/en/sylpheed-18.html
10807         * doc/manual/en/sylpheed-19.html
10808         * doc/manual/en/sylpheed-2.html
10809         * doc/manual/en/sylpheed-20.html
10810         * doc/manual/en/sylpheed-21.html
10811         * doc/manual/en/sylpheed-22.html
10812         * doc/manual/en/sylpheed-4.html
10813         * doc/manual/en/sylpheed-5.html
10814         * doc/manual/en/sylpheed-6.html
10815         * doc/manual/en/sylpheed-7.html
10816         * doc/manual/en/sylpheed-8.html
10817         * doc/manual/en/sylpheed-9.html
10818         * doc/manual/en/sylpheed.html
10819                 Update manual
10820
10821 2005-09-07 [colin]      1.9.14cvs3
10822
10823         * doc/faq/en/sylpheed-faq-1.html
10824         * doc/faq/en/sylpheed-faq-2.html
10825         * doc/faq/en/sylpheed-faq-3.html
10826         * doc/faq/en/sylpheed-faq.html
10827                 Update FAQ
10828
10829 2005-09-07 [colin]      1.9.14cvs2
10830
10831         * src/folderview.c
10832         * src/procmsg.c
10833         * src/summaryview.c
10834         * src/toolbar.c
10835                 Fix special subfolders:
10836                 - Inherit parent's icon
10837                 - sent contents of queues subfolders
10838                 - empty subfolders of trashes
10839         * src/mainwindow.c
10840                 Remove outdated manual and faq entries
10841         * src/common/utils.c
10842                 Add quotes around %s coming from mailcap
10843
10844 2005-09-07 [colin]      1.9.14cvs1
10845
10846         * src/compose.c
10847                 After saving draft, set modified to FALSE
10848         * src/mimeview.c
10849         * src/common/utils.c
10850         * src/common/utils.h
10851                 Try to open mime parts using what is 
10852                 indicated in ~/.mailcap or /etc/mailcap,
10853                 if possible.
10854
10855 2005-09-05 [paul]       1.9.14
10856
10857         1.9.14 released
10858
10859         * po/sk.po
10860                 updated by Andrej Kacian
10861
10862 2005-09-05 [paul]       1.9.13cvs83
10863
10864         * po/de.po
10865         * po/es.po
10866         * po/fi.po
10867         * po/fr.po
10868         * po/nb.po
10869         * po/pt_BR.po
10870         * po/sr.po
10871                 updated translations by Thomas Gilgin, Ricardo Mones
10872                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10873                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10874
10875 2005-09-04 [paul]       1.9.13cvs82
10876
10877         * src/compose.c
10878                 only warn about exceeded line length limit
10879                 on send
10880
10881 2005-09-04 [paul]       1.9.13cvs81
10882
10883         * src/compose.c
10884                 fix crash in 'line length exceeded' dialogue
10885
10886 2005-09-02 [paul]       1.9.13cvs80
10887
10888         * src/imap.c
10889                 fix bug 795, 'Connection lost IMAP'
10890                 and add statusbar prints
10891                 Patch by Colin
10892
10893 2005-09-02 [paul]       1.9.13cvs79
10894
10895         * src/compose.c
10896                 compose_wrap_paragraph() becomes
10897                 compose_beautify_paragraph()
10898                 Patch by Colin
10899
10900 2005-09-02 [colin]      1.9.13cvs78
10901
10902         * src/folderview.c
10903                 Micro-fix
10904
10905 2005-09-01 [colin]      1.9.13cvs77
10906
10907         * src/imap.c
10908                 Maybe fix bug #795 (Connection lost IMAP)
10909                 Don't try to send logout when we're disconnected.
10910         * src/summaryview.c
10911                 Include locked and marked emails in HRM
10912                 view. Fixes bug #800 (Locked messages no longer 
10913                 show up when hide read messages is used)
10914
10915 2005-09-01 [paul]       1.9.13cvs76
10916
10917         * src/prefs_common.c
10918                 fix bad cutting
10919
10920 2005-08-31 [colin]      1.9.13cvs75
10921
10922         * src/folderview.c
10923         * src/folderview.h
10924         * src/prefs_summaries.c
10925         * src/summaryview.c
10926                 Fix "go to next new", fix preference
10927                 (Open unread/next swapped)
10928
10929 2005-08-31 [paul]       1.9.13cvs74
10930
10931         * src/compose.c
10932         * src/folderview.c
10933         * src/headerview.c
10934         * src/headerview.h
10935         * src/mainwindow.c
10936         * src/prefs_common.c
10937         * src/prefs_common.h
10938         * src/prefs_fonts.c
10939         * src/summaryview.c
10940         * src/textview.c
10941         * src/common/defs.h
10942                 remove obsolete BOLD_FONT setting
10943                 fix font update in headerview and textview
10944                 headers after prefs change
10945                 Patch By Colin
10946
10947 2005-08-31 [paul]
10948
10949         1.9.14-rc4 released
10950
10951 2005-08-30 [colin]      1.9.13cvs73
10952
10953         * src/summaryview.c
10954                 When Hide read messages is selected and we
10955                 refresh the summaryview, don't remove the 
10956                 currently displayed message. Fixes bug #797
10957                 (Summary view reloads when new mail is 
10958                 downloaded in 1.9.14 rc)
10959
10960 2005-08-30 [colin]      1.9.13cvs72
10961
10962         * src/folderview.c
10963                 Fix flickering
10964         * src/mainwindow.c
10965                 Remove useless callback
10966         * src/mimeview.c
10967         * src/gtk/filesel.c
10968         * src/gtk/filesel.h
10969                 Add a filesel_select_file_save_folder() - used by Save All
10970
10971 2005-08-29 [paul]       1.9.13cvs71
10972
10973         * AUTHORS
10974         * src/matcher_parser_parse.y
10975         * src/etpan/imap-thread.c
10976                 fix building on FreeBSD
10977                 Patch by Daniel Gustafson <daniel@hobbit.se>
10978
10979 2005-08-29 [paul]       1.9.13cvs70
10980
10981         * src/plugins/pgpinline/pgpinline.c
10982                 only initialise sig result if it's been handled
10983                 Patch by Colin
10984
10985 2005-08-29 [paul]       1.9.13cvs69
10986         
10987         Patches by Colin:
10988
10989         * src/imap.c
10990         * src/common.utils.c
10991         * src/common/utils.h
10992                 optimisation
10993         * src/stock_pixmap.h
10994                 fix wrong icon reference
10995         * src/pixmaps/trash_btn.xpm
10996                 replace with nicer image
10997
10998 2005-08-28 [colin]      1.9.13cvs68
10999
11000         * src/Makefile.am
11001         * src/stock_pixmap.c
11002         * src/stock_pixmap.h
11003         * src/toolbar.c
11004         * src/pixmaps/trash_btn.xpm
11005                 Add a specific trash xpm for the button
11006
11007 2005-08-28 [colin]      1.9.13cvs67
11008
11009         * src/imap.c
11010                 Fix leak
11011
11012 2005-08-27 [colin]      1.9.13cvs66
11013
11014         * src/imap.c
11015         * src/procmime.c
11016                 Correctly fix "Problem with replies", fixes
11017                 pgpmime encryption too. 
11018
11019 2005-08-27 [colin]      1.9.13cvs65
11020
11021         * src/folder.c
11022         * src/procmsg.c
11023         * src/procmsg.h
11024         * src/summaryview.c
11025                 Fix bug #517 (messages removed from summaryview 
11026                 when moving fails)
11027
11028 2005-08-27 [colin]      1.9.13cvs64
11029
11030         * tools/Makefile.am
11031         * tools/asus_mailled.sh
11032                 Add a script to blink ASUS laptops' mail LED where there
11033                 is unread mail.
11034
11035 2005-08-27 [colin]      1.9.13cvs63
11036
11037         * src/imap.c
11038         * src/etpan/imap-thread.c
11039         * src/etpan/imap-thread.h
11040                 Implement automatic choosing of login method
11041                 Fixes bug #791
11042         * src/gtk/.cvsignore
11043                 Add sylpheed-marshal.[ch]
11044
11045 2005-08-27 [colin]      1.9.13cvs62
11046
11047         * src/common/utils.c
11048                 Fix confusing perror
11049
11050 2005-08-27 [colin]      1.9.13cvs61
11051
11052         * src/toolbar.c
11053         * src/toolbar.h
11054                 Remove A_DELETE, replace it with 
11055                 A_TRASH and A_DELETE_REAL. Automatically
11056                 rewrite config files to replace A_DELETE
11057                 with A_TRASH (no functionality change).
11058                 Fixes half of #794
11059
11060 2005-08-26 [colin]      1.9.13cvs60
11061
11062         * src/procmime.c
11063                 Previous "Problem with replies" fix brought other
11064                 problems, fixing them
11065
11066 2005-08-26 [colin]      1.9.13cvs59
11067
11068         * src/procmime.c
11069                 Fix "Problem with replies". This happened only
11070                 on IMAP...
11071         * src/procmsg.c
11072                 Factorize code a bit
11073         * src/compose.c
11074                 Speed improvement on very long messages (wrapping)
11075                 Fix signature color on Reedit and Redirect
11076                 On Reedit, don't attach pgp-signatures parts, but
11077                 set signing to On.
11078
11079 2005-08-24 [paul]       1.9.13cvs58
11080
11081         * src/compose.c
11082                 don't claim success when clicking
11083                 Cancel on the passphrase box.
11084                 Patch by Colin
11085
11086 2005-08-24 [paul]       1.9.13cvs57
11087
11088         * src/main.c
11089                 fix misplaced sylpheed.log
11090         * src/common/defs.h
11091                 define UIDL_DIR
11092
11093 2005-08-24 [paul]       1.9.13cvs56
11094
11095         * src/imap.c
11096         * src/etpan/imap-thread.c
11097         * src/etpan/imap-thread.h
11098                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11099                 Patch by Colin
11100         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11101         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11102                 remove autogenerated files
11103         * tools/kdeservicemenu/README
11104         * tools/kdeservicemenu/install.sh
11105         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11106         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11107                 use Claws icon, use 'Sylpheed-Claws' in menu,
11108                 use kdialog, and other cleanups
11109
11110 2005-08-23 [paul]       1.9.13cvs55
11111
11112         * src/compose.c
11113                 fix paste/wrap crash
11114                 Patch by Colin
11115
11116 2005-08-23 [paul]       1.9.13cvs54
11117
11118         * src/main.c
11119                 fix crash recovery
11120                 Patch by Colin
11121
11122 2005-08-23 [paul]       1.9.13cvs53
11123
11124         * src/addressbook.c
11125         * src/editaddress.c
11126                 view all data of LDAP contacts
11127                 Patch by Colin
11128
11129 2005-08-23 [paul]       1.9.13cvs52
11130
11131         * src/addressbook.c
11132                 fix issues with the Search field
11133                 Patch by Colin
11134
11135 2005-08-22 [paul]       1.9.13cvs51
11136
11137         * src/folderview.c
11138                 put name of folder in processing dialog
11139                 title
11140         * src/prefs_folder_item.c
11141                 improve english usage
11142
11143 2005-08-22 [paul]       1.9.13cvs50
11144
11145         * src/filtering.c
11146         * src/filtering.h
11147         * src/matcher.c
11148         * src/matcher_parser_lex.l
11149         * src/matcher_parser_parse.y
11150         * src/prefs_filtering.c
11151                 add Filtering/Processing rule names feature.
11152                 (the incompatible old matcherrc is saved as
11153                 matcherrc.pre_names).
11154                 Patch by Colin
11155
11156 2005-08-22 [paul]       1.9.13cvs49
11157
11158         * src/procmsg.c
11159                 fix colour labelling
11160                 Patch by Colin
11161
11162 2005-08-22 [paul]       1.9.13cvs48
11163
11164         * src/textview.c
11165                 fix open_image_cb()
11166
11167 2005-08-22 [paul]       1.9.13cvs47
11168
11169         * src/imap.c
11170                 fix bug 789, 'SC crashes with imap (CVS ver)'
11171                 Patch by Colin
11172
11173 2005-08-22 [paul]       1.9.13cvs46
11174
11175         * src/mimeview.c
11176         * src/prefs_common.c
11177         * src/common/defs.h
11178                 define reused defaults in defs.h
11179         * src/textview.c
11180                 add 'Open image' to image popup menu
11181
11182 2005-08-21 [colin]      1.9.13cvs45
11183
11184         * src/summaryview.c
11185                 Fix bug #788 (Bogus "From" address displayed)
11186
11187 2005-08-20 [colin]      1.9.13cvs44
11188
11189         * src/folder.c
11190                 Fix buf #787 (multilevel delete causes SIGSEGV)
11191
11192 2005-08-19 [colin]      1.9.13cvs43
11193
11194         * src/inc.c
11195         * src/prefs_common.c
11196         * src/prefs_common.h
11197                 Add an hidden pref to allow modifying the
11198                 update stepping in incorporation.
11199                 Patch by wwp.
11200
11201 2005-08-19 [colin]      1.9.13cvs42
11202
11203         * src/compose.c
11204         * src/procmime.c
11205                 Workaround for broken MUAs: encode 
11206                 Content-type: name: as ASCII and 
11207                 Content-Disposition: filename: as
11208                 per rfc2231
11209         * src/prefs_account.c
11210                 Fix invisible-ness of SMTP SSL prefs
11211                 in NNTP accounts
11212
11213 2005-08-19 [paul]       1.9.13cvs41
11214
11215         * src/compose.c
11216         * src/prefs_common.c
11217         * src/prefs_common.h
11218         * src/prefs_wrapping.c
11219                 paste with or without wrapping.
11220                 patch by Colin
11221
11222 2005-08-19 [paul]       1.9.13cvs40
11223
11224         * src/prefs_common.c
11225         * src/prefs_common.h
11226         * src/summaryview.c
11227                 reintroduce enable_swap_from as a
11228                 hidden pref. patch by Colin
11229         * src/quote_fmt_parse.y
11230         * src/plugins/clamav/clamav_plugin.c
11231         * src/plugins/dillo_viewer/dillo_viewer.c
11232         * src/plugins/mathml_viewer/mathml_viewer.c
11233         * src/plugins/pgpcore/sgpgme.c
11234         * src/plugins/pgpinline/pgpinline.c
11235         * src/plugins/pgpmime/pgpmime.c
11236                 tidy up. patch by Colin
11237
11238 2005-08-19 [paul]       1.9.13cvs39
11239
11240         * configure.ac
11241                 complete cvs38's sync
11242         * src/editaddress.c
11243         * src/gedit-print.c
11244         * src/mutt.c
11245         * src/etpan/etpan-log.c
11246         * src/etpan/imap-thread.c
11247         * src/gtk/gtksourceprintjob.c
11248                 fix compilation warnings
11249                 (patch by Colin)
11250
11251 2005-08-19 [paul]       1.9.13cvs38
11252
11253         sync with main:
11254
11255         * src/account.c
11256         * src/action.c
11257         * src/addrbook.c
11258         * src/addrcache.c
11259         * src/addrharvest.c
11260         * src/addrindex.c
11261         * src/codeconv.c
11262         * src/compose.c
11263         * src/crash.c
11264         * src/exporthtml.c
11265         * src/exportldif.c
11266         * src/folder.c
11267         * src/image_viewer.c
11268         * src/inc.c
11269         * src/inc.h
11270         * src/jpilot.c
11271         * src/ldif.c
11272         * src/main.c
11273         * src/matcher.c
11274         * src/mbox.c
11275         * src/messageview.c
11276         * src/mh.c
11277         * src/mimeview.c
11278         * src/msgcache.c
11279         * src/mutt.c
11280         * src/news.c
11281         * src/partial_download.c
11282         * src/pine.c
11283         * src/pop.c
11284         * src/prefs_actions.c
11285         * src/prefs_common.c
11286         * src/prefs_customheader.c
11287         * src/prefs_display_header.c
11288         * src/prefs_gtk.c
11289         * src/prefs_themes.c
11290         * src/procheader.c
11291         * src/procmime.c
11292         * src/procmsg.c
11293         * src/recv.c
11294         * src/send_message.c
11295         * src/simple-gettext.c
11296         * src/sourcewindow.c
11297         * src/textview.c
11298         * src/vcard.c
11299         * src/common/defs.h
11300         * src/common/log.c
11301         * src/common/plugin.c
11302         * src/common/prefs.c
11303         * src/common/session.c
11304         * src/common/session.h
11305         * src/common/socket.c
11306         * src/common/socket.h
11307         * src/common/ssl_certificate.c
11308         * src/common/template.c
11309         * src/common/utils.c
11310         * src/common/utils.h
11311         * src/common/xml.c
11312         * src/gtk/about.c
11313         added wrappers for C library function that
11314                 take pathname arguments.
11315                 enabled compilation with MinGW.
11316                 use GDir instead of directly using opendir().
11317                 added rename_force().
11318
11319 2005-08-19 [paul]       1.9.13cvs37
11320         
11321         patches by Colin:
11322         * src/compose.c
11323                 fix privacy settings on re-editing
11324                 a sent message
11325         * src/jpilot.c
11326                 fix encoding bug
11327         * src/folder.c
11328         * src/procmsg.c
11329         * src/procmsg.h
11330         * src/summaryview.c
11331                 flag changing optimisation
11332
11333 2005-08-18 [martin]     1.9.13cvs36
11334
11335         * commitHelper
11336             added my login
11337         * src/addrcache.c
11338         * src/addrharvest.c
11339         * src/addrindex.c
11340         * src/compose.c
11341         * src/grouplistdialog.c
11342         * src/main.c
11343         * src/mainwindow.c
11344         * src/msgcache.c
11345         * src/mutt.c
11346         * src/pine.c
11347         * src/prefs_account.c
11348         * src/prefs_themes.c
11349         * src/stock_pixmap.c
11350         * src/summaryview.c
11351         * src/gtk/about.c
11352         * src/gtk/logwindow.c
11353             removed deprecated glib and gdk stuff
11354         * src/plugins/pgpcore/select-keys.c
11355             convert attributes from locale to utf8
11356
11357 2005-08-17 [paul]       1.9.13cvs35
11358
11359         * src/account.c
11360         * src/addressbook.c
11361                 use new GTK_STOCK_ icons if available
11362         * src/summaryview.c
11363         * src/gtk/gtksctree.c
11364         * src/gtk/gtksctree.h
11365                 faster range select. patch by Colin
11366
11367 2005-08-17 [paul]       1.9.13cvs34
11368
11369         patches by colin:
11370         * src/addressbook.c
11371         * src/addressitem.h
11372                 Add an edit button for contacts, fix selections
11373                 of gtksctree items
11374         * src/editaddress.c
11375                 Change labels, let Save be always possible in the
11376                 email and user atributes tabs
11377         * src/folderview.c
11378                 fix sort issues
11379         * src/summaryview.c
11380                 select next item instead of the displayed one
11381                 after deletion
11382
11383         * src/gtk/progressdialog.c
11384                 use prefs_common.enable_rules_hint
11385
11386 2005-08-13 [hoa]        1.9.13cvs33
11387
11388         * src/etpan/imap-thread.c
11389                 fixed build on Solaris.
11390
11391 2005-08-10 [colin]      1.9.13cvs32
11392
11393         * src/procmsg.c
11394                 Fix cvs31 (missing fclose before reading
11395                 the file)
11396
11397 2005-08-10 [colin]      1.9.13cvs31
11398
11399         * src/procmsg.c
11400                 Fix procmsg_msginfo_new_from_mimeinfo() when
11401                 the MimeInfo isn't stored in memory. This fixes
11402                 replying to an attached message.
11403
11404 2005-08-10 [colin]      1.9.13cvs30
11405
11406         * src/mainwindow.c
11407                 Fix slowness in account changing
11408
11409 2005-08-10 [colin]      1.9.13cvs29
11410
11411         * src/folder.c
11412         * src/folderutils.c
11413         * src/folderview.c
11414         * src/imap_gtk.c
11415         * src/mainwindow.c
11416         * src/mh_gtk.c
11417         * src/procmsg.c
11418         * src/summaryview.c
11419                 Optimize folder_has_parent_of_type
11420                 Prevent moving special sub-folders from contextual menus
11421                 Rework message a bit ("Empty all messages" -> "Delete all
11422                 messages")
11423                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11424                 and "Deleted Items" folders)
11425
11426 2005-08-08 [colin]      1.9.13cvs28
11427
11428         * src/summaryview.c
11429         * src/prefs_summaries.c
11430                 Make "Select first unread|new" more flexible
11431                 (just prioritize new or unread)
11432
11433 2005-08-08 [colin]      1.9.13cvs27
11434
11435         * src/summaryview.c
11436                 If "select first new" is selected and there only
11437                 are unread messages, fallback to "select first
11438                 unread".
11439
11440 2005-08-08 [colin]      1.9.13cvs26
11441
11442         * src/folder.c
11443                 Fix shameful bugs (and bug #779)
11444
11445 2005-08-08 [colin]      1.9.13cvs25
11446
11447         * src/folder.c
11448         * src/folder.h
11449                 Cache parents' type to make folder_has_parent_of_type
11450                 faster
11451         * src/folderview.c
11452                 Forbid DnD of special sub-folders
11453         * src/procmsg.c
11454         * src/procmsg.h
11455                 Add MAIL_POSTFILTERING_HOOK
11456         * src/summaryview.c
11457                 Revert over-zealous deletion of the use_addr_book 
11458                 code
11459
11460 2005-08-07 [colin]      1.9.13cvs24
11461
11462         * src/folder.c
11463                 Fix big mistake (passing MsgInfo instead 
11464                 of FolderItem)
11465
11466 2005-08-07 [colin]      1.9.13cvs23
11467
11468         * src/compose.c
11469         * src/folder.c
11470         * src/folder.h
11471         * src/foldersel.c
11472         * src/folderutils.c
11473         * src/folderview.c
11474         * src/imap.c
11475         * src/mainwindow.c
11476         * src/messageview.c
11477         * src/mh.c
11478         * src/msgcache.c
11479         * src/procmime.c
11480         * src/summaryview.c
11481                 Make subfolders of Drafts, Queue, Outbox, Trash
11482                 work like their parents. 
11483                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11484
11485 2005-08-07 [colin]      1.9.13cvs22
11486
11487         * src/addressbook.c
11488                 Fix bug #771 (Dragged contacts not saved)
11489
11490 2005-08-07 [paul]       1.9.13cvs21
11491
11492         * src/summaryview.c
11493                 fix bug 32 'Search Doesn't display results
11494                 if "Hide Read Messages" is chosen'
11495                 be more literal in interpreting 'Hide read
11496                 messages'
11497
11498 2005-08-07 [colin]      1.9.13cvs20
11499
11500         * src/folderview.c
11501                 Add debug
11502         * src/summaryview.c
11503                 Faster 'unthread_for_execution'
11504
11505 2005-08-06 [paul]       1.9.13cvs19
11506
11507         * src/mainwindow.c
11508                 add mnemonics to Set displayed columns
11509                 fix bug where msgview_visible option was
11510                 overwritten as TRUE on startup
11511
11512 2005-08-06 [paul]       1.9.13cvs18
11513
11514         * src/mainwindow.c
11515                 refer to 'displayed columns in folder/message
11516                 list' not 'displayed items in summary/message view'
11517         * src/prefs_display_header.c
11518                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11519                 be consistent with similar dialogues
11520         * src/prefs_folder_column.c
11521         * src/prefs_summary_column.c
11522                 'columns' not 'items', and folder and message lists,
11523                 instead of folder and summary views;
11524                 Use 'Hidden columns' as list heading not 'Available
11525                 items';
11526                 move the 'Remove' button to the right hand side;
11527                 top-align the buttons;
11528                 remove unneeded vbox
11529         * src/prefs_summaries.c
11530                 put the 2 column prefs buttons in a frame to reduce
11531                 overall width; refer to columns not items &c.
11532
11533 2005-08-05 [colin]      1.9.13cvs17
11534
11535         * src/prefs_common.c
11536         * src/prefs_common.h
11537         * src/mainwindow.c
11538         * src/compose.c
11539         * src/messageview.c
11540                 Add an hidden toolbar_detachable pref, so
11541                 that I can get rid of these painful handles
11542                 in the toolbars. Defaults to TRUE to avoid
11543                 changing the GUI on unsuspecting people...
11544
11545 2005-08-05 [colin]      1.9.13cvs16
11546
11547         * src/Makefile.am
11548         * src/prefs_folder_column.c
11549         * src/prefs_folder_column.h
11550                 Add prefs for folder columns
11551         * src/folderview.c
11552         * src/folderview.h
11553         * src/mainwindow.c
11554         * src/mainwindow.h
11555         * src/prefs_common.c
11556         * src/prefs_common.h
11557         * src/prefs_summaries.c
11558                 Use them
11559         * src/prefs_summary_column.c
11560         * src/summaryview.c
11561         * src/summaryview.h
11562                 Add a To column
11563         * src/textview.c
11564         * src/common/utils.c
11565         * src/common/utils.h
11566                 Move uri colourisation functions
11567                 to utils
11568         * src/compose.c
11569                 Colourise URIs
11570         * src/imap.c
11571                 Fix bug with LIST where we'd try
11572                 to get Folder//////[...]/// 
11573
11574 2005-08-05 [paul]       1.9.13cvs15
11575
11576         * src/prefs_summaries.c
11577                 improve the English usage
11578         * src/summaryview.c
11579                 set font on column change
11580                 thanks to Colin
11581
11582 2005-08-05 [paul]       1.9.13cvs14
11583
11584         * src/prefs_common.c
11585         * src/prefs_common.h
11586         * src/prefs_summaries.c
11587         * src/summaryview.c
11588                 replace 'open_unread_on_enter' option with
11589                 'select_on_entry' option. opening/not opening
11590                 is now exclusively controlled by 'always_show_msg'
11591
11592 2005-08-04 [colin]      1.9.13cvs13
11593
11594         * src/compose.c
11595                 Remove dead code
11596                 Add colourisation of quotes and signatures
11597         * src/folderview.c
11598                 Fix possible crashes
11599         * src/messageview.c
11600                 Change an assert that is no problem
11601         * src/news.c
11602         * src/news_gtk.c
11603         * src/news_gtk.h
11604                 Fix offline mode
11605         * src/gtk/quicksearch.c
11606                 Fix a possible crash
11607
11608 2005-08-03 [colin]      1.9.13cvs12
11609
11610         * src/prefs_account.c
11611                 Fix bug #777 (Sylpheed crash in account configuration)
11612
11613 2005-08-03 [colin]      1.9.13cvs11
11614
11615         * src/addressbook.c
11616         * src/editaddress.c
11617         * src/editgroup.c
11618                 Fixing addressbook, round 2
11619         * src/textview.c
11620                 Fix emphasis color on rechecking 'Colorize messages'
11621
11622 2005-08-03 [paul]       1.9.13cvs10
11623
11624         sync with main
11625
11626         * src/addr_compl.c
11627         * src/compose.c
11628         * src/main.c
11629         * src/pop.c
11630         * src/prefs_account.c
11631         * src/procmime.c
11632         * src/procmsg.c
11633         * src/quote_fmt_parse.y
11634         * src/textview.c
11635         * src/common/quoted-printable.c
11636         * src/common/utils.c
11637         * src/common/utils.h
11638         * src/common/xml.c
11639                 replaced incorrect locale-independent
11640                 ctype functions with GLib's. Corrected
11641                 signedness mismatch.
11642         * src/headerview.c
11643                 headerview_create(): added spacing for vbox.
11644         * src/gtk/about.c
11645                 set focus to the OK button.
11646
11647 2005-08-03 [colin]      1.9.13cvs9
11648
11649         * src/folderview.c
11650                 Fix possible crash
11651
11652 2005-08-02 [colin]      1.9.13cvs8
11653
11654         * src/mainwindow.c
11655                 Fix cast
11656         * src/addressbook.c
11657         * src/addressitem.h
11658                 Fix a cast and more generally, try to make the
11659                 GUI more intuitive and consistent (round 1)
11660
11661 2005-08-02 [paul]       1.9.13cvs7
11662
11663         * src/folder.h
11664                 missing in 1.9.13cvs6
11665
11666 2005-08-02 [colin]      1.9.13cvs6
11667
11668         * src/folder.c
11669                 Fix one more leak
11670
11671 2005-08-02 [colin]      1.9.13cvs5
11672
11673         * src/folder.c
11674         * src/folderview.c
11675         * src/imap.c
11676         * src/main.c
11677         * src/mbox.c
11678         * src/procmsg.c
11679         * src/summaryview.c
11680                 Fix a number of folder_item_get_msg_list()-related
11681                 leaks (missing procmsg_msginfo_free()s)
11682
11683 2005-08-01 [colin]      1.9.13cvs4
11684
11685         * src/folderview.c
11686         * src/folderview.h
11687         * src/mainwindow.c
11688         * src/prefs_fonts.c
11689         * src/prefs_summaries.c
11690         * src/prefs_themes.c
11691         * src/summaryview.c
11692         * src/summaryview.h
11693         * src/textview.c
11694         * src/textview.h
11695                 Fix instant-apply of summary and folderview-related prefs
11696                 Fix erroneous g_free and alertpanels in prefs_theme
11697                 Add instant-apply for fonts
11698                 Defer applying of prefs a little bit so it's done only
11699                 once even if requested by multiples prefs pages
11700
11701 2005-08-01 [paul]       1.9.13cvs3
11702
11703         * src/main.c
11704                 fix bug 776 'S.C. crashes on close'
11705                 thanks to Colin
11706         * src/etpan/etpan-thread-manager-types.h
11707                 add missing include
11708                 thanks to Hoa
11709
11710 2005-07-25 [paul]       1.9.13cvs2
11711
11712         * src/summaryview.c
11713                 fix typos. spotted by Fabien Vantard
11714
11715 2005-07-24 [paul]       1.9.13cvs1
11716
11717         * doc/man/sylpheed.1
11718                 update man page, incorporating fix of
11719                 bug 769 'Typo in manpage'
11720         * src/etpan/imap-thread.c
11721                 fix NetBSD openssl dependencies. patch by
11722                 George Michaelson <ggm@apnic.net>
11723         * po/pt_BR.po
11724                 updated by Frederico Goncalves Guimaraes
11725
11726 2005-07-22 [paul]       1.9.13
11727
11728         1.9.13 release
11729
11730 2005-07-22 [paul]       1.9.12cvs91
11731
11732         * AUTHORS
11733         * INSTALL
11734         * README.claws
11735         * RELEASE_NOTES.claws
11736                 updated for release
11737         * configure.ac
11738         * po/nb.po
11739         * tools/claws.i18n.status.pl
11740                 add Norwegian translation. submiited by
11741                 Geir Helland <pjallabais@users.sourceforge.net>
11742         * po/ca.po
11743         * po/de.po
11744         * po/es.po
11745         * po/fi.po
11746         * po/fr.po
11747         * po/it.po
11748         * po/sk.po
11749         * po/sr.po
11750         * po/zh_CN.po
11751                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11752                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11753                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11754                 Yang Guilong
11755         * src/plugins/clamav/clamav_plugin_gtk.c
11756         * src/plugins/spamassassin/spamassassin_gtk.c
11757                 replace outdated description strings
11758
11759 2005-07-21 [colin]      1.9.12cvs90
11760
11761         * src/folder.c
11762                 Set folder to batch mode when scanning it. Makes deletion
11763                 of unread mails on IMAP much faster (due to the UNREAD 
11764                 flag unsetting)
11765
11766 2005-07-21 [darko]      1.9.12cvs89
11767
11768         * configure.ac
11769                 link against libresolv if necessary (patch by Paul)
11770         * src/msgcache.c
11771                 use glib's portable macros to determine endianness
11772
11773 2005-07-21 [paul]       1.9.12cvs88
11774
11775         * src/crash.c
11776         * src/gtk/about.c
11777                 update compiled-in features list
11778
11779 2005-07-20 [colin]      1.9.12cvs87
11780
11781         * src/folder.c
11782         * src/textview.c
11783                 Gcc 2.9x compilation fixes, thanks to Darko
11784         * src/plugins/clamav/clamav_plugin.c
11785                 Little optimisation: load virus database only once
11786         * src/plugins/spamassassin/spamassassin.c
11787                 Big optimisation: filtering one mail took at least 1 second,
11788                 now it takes at least 50ms. Doesn't speed up spamassassin 
11789                 itself, but should already be much more tolerable.
11790
11791 2005-07-20 [colin]      1.9.12cvs86
11792
11793         * src/summaryview.c
11794                 Fix performance issue
11795
11796 2005-07-19 [colin]      1.9.12cvs85
11797
11798         * src/plugins/pgpinline/plugin.c
11799                 Fix warning
11800
11801 2005-07-19 [colin]      1.9.12cvs84
11802
11803         * configure.ac
11804         * src/plugins/Makefile.am
11805         * src/plugins/pgpinline/.cvsignore
11806         * src/plugins/pgpinline/Makefile.am
11807         * src/plugins/pgpinline/pgpinline.c
11808         * src/plugins/pgpinline/pgpinline.deps
11809         * src/plugins/pgpinline/pgpinline.h
11810         * src/plugins/pgpinline/plugin.c
11811                 Put pgpinline in the main tree
11812
11813 2005-07-19 [paul]       1.9.12cvs83
11814
11815         * src/prefs_actions.c
11816                 prevent '//' in menu names, which cause a crash
11817                 thanks to Colin
11818
11819 2005-07-19 [paul]       1.9.12cvs82
11820
11821         * configure.ac
11822                 be generally more informative in configure output.
11823                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11824                 '[ --disable-openssl ...', as --enable-openssl is default
11825                 PGP/MIME: don't check for GPGME again, check for
11826                 pgpcore instead. Therefore prevent the possibility of
11827                 attempting to build pgpmime if pgpcore dependencies are
11828                 not met
11829                 ClamAV: use pkgconfig to check for lib
11830                 libgnomeprint: revert logic on inner test to match
11831                 everything else
11832         * src/plugins/pgpcore/sgpgme.c
11833                 add missing include
11834
11835 2005-07-19 [colin]      1.9.12cvs81
11836
11837         * src/summaryview.c
11838                 Fix slow thread rebuilding in particular
11839                 cases
11840
11841 2005-07-19 [paul]       1.9.12cvs80
11842
11843         * sylpheed-claws.desktop
11844                 fix typo, spotted by Stephan Sachse
11845         * src/account.c
11846                 replace GTK_STOCK_ADD with
11847                 GTK_STOCK_NEW button
11848
11849 2005-07-18 [colin]      1.9.12cvs79
11850
11851         * src/etpan/imap-thread.c
11852                 Fix return value (Thanks Hoa)
11853
11854 2005-07-18 [colin]      1.9.12cvs78
11855
11856         * src/imap.c
11857                 Allow empty passwords
11858                 Create drafts/queue/outbox if necessary
11859         * src/summaryview.c
11860                 Remove old code
11861         * src/etpan/imap-thread.c
11862                 Fix STARTTLS (Thanks to Hoa)
11863
11864 2005-07-18 [paul]       1.9.12cvs77
11865
11866         * ChangeLog-gtk2.jp
11867         * ChangeLog.jp
11868                 removed
11869         * Makefile.am
11870                 updated to reflect additions and removals
11871         * TODO
11872                 updated to be claws-specific
11873         * TODO-gtk2
11874         * TODO-gtk2.jp
11875         * TODO.jp
11876         * sylpheed-128x128.png
11877         * sylpheed-64x64.png
11878                 removed
11879         * sylpheed-claws-128x128.png
11880         * sylpheed-claws-64x64.png
11881         * sylpheed-claws.desktop
11882         * sylpheed-claws.png
11883                 added
11884         * sylpheed.desktop
11885         * sylpheed.png
11886                 removed
11887
11888 2005-07-17 [paul]       1.9.12cvs76
11889
11890         * src/account.c
11891         * src/addressbook.c
11892         * src/alertpanel.c
11893         * src/alertpanel.h
11894         * src/compose.c
11895         * src/exphtmldlg.c
11896         * src/expldifdlg.c
11897         * src/folderview.c
11898         * src/imap_gtk.c
11899         * src/inc.c
11900         * src/message_search.c
11901         * src/messageview.c
11902         * src/mh_gtk.c
11903         * src/news_gtk.c
11904         * src/prefs_actions.c
11905         * src/prefs_filtering.c
11906         * src/prefs_matcher.c
11907         * src/prefs_template.c
11908         * src/prefs_themes.c
11909         * src/ssl_manager.c
11910         * src/summary_search.c
11911         * src/textview.c
11912         * src/toolbar.c
11913         * src/gtk/sslcertwindow.c
11914         * src/plugins/pgpcore/sgpgme.c
11915                 rework alertpanels
11916
11917 2005-07-17 [colin]      1.9.12cvs75
11918
11919         * src/privacy.c
11920                 add a PrivacySystem accessor that checks that
11921                 the system cached in a MimeInfo's privacydata
11922                 is still registered. Use this accessor instead
11923                 of directly using data->system. Fixes crashes
11924                 after unloading pgp plugins.
11925
11926 2005-07-17 [colin]      1.9.12cvs74
11927
11928         * src/alertpanel.c
11929                 Change geometry hints to a simple default size.
11930                 Fixes the certs dialogs.
11931
11932 2005-07-17 [colin]      1.9.12cvs73
11933
11934         * src/gtk/sslcertwindow.c
11935                 Use a gtkExpander
11936
11937 2005-07-17 [colin]      1.9.12cvs72
11938
11939         * src/plugins/pgpcore/Makefile.am
11940         * src/plugins/pgpmime/Makefile.am
11941                 Add gpgme libs
11942
11943 2005-07-17 [paul]       1.9.12cvs71
11944
11945         * configure.ac
11946                 add --disable-gnomeprint option
11947                 modified version of patch by Marius Mauch
11948
11949 2005-07-17 [paul]       1.9.12cvs70
11950
11951         * src/common/defs.h
11952                 update urls
11953         * src/account.c
11954         * src/action.c
11955         * src/addressbook.c
11956         * src/compose.c
11957         * src/foldersel.c
11958         * src/folderview.c
11959         * src/html.c
11960         * src/imap_gtk.c
11961         * src/main.c
11962         * src/mainwindow.c
11963         * src/messageview.c
11964         * src/mh_gtk.c
11965         * src/mimeview.c
11966         * src/news_gtk.c
11967         * src/prefs_account.c
11968         * src/prefs_send.c
11969         * src/prefs_summaries.c
11970         * src/procmsg.c
11971         * src/summaryview.c
11972         * src/common/utils.c
11973         * src/common/xml.c
11974         * src/plugins/pgpcore/passphrase.c
11975         * src/plugins/pgpcore/select-keys.c
11976                 replace inappropriately used backticks
11977                 with single quotes
11978
11979 2005-07-16 [colin]      1.9.12cvs69
11980
11981         * src/image_viewer.c
11982                 Add extra paranoid checks
11983
11984 2005-07-16 [colin]      1.9.12cvs68
11985
11986         * src/plugins/pgpcore/prefs_gpg.c
11987                 Don't auto-check sigs by default, as it
11988                 can be really slow.
11989
11990 2005-07-16 [colin]      1.9.12cvs67
11991
11992         * src/plugins/pgpcore/sgpgme.c
11993                 Make messages a bit better.
11994
11995 2005-07-16 [colin]      1.9.12cvs66
11996
11997         * src/imap.c
11998                 Remove pseudo-log
11999         * src/etpan/imap-thread.c
12000                 Add real log
12001
12002 2005-07-16 [colin]      1.9.12cvs65
12003
12004         * src/main.c
12005         * src/prefs_other.c
12006                 And now, fix build with libetpan :-/
12007
12008 2005-07-15 [colin]      1.9.12cvs64
12009
12010         * src/prefs_other.c
12011                 Continue fixing build without libetpan.
12012
12013 2005-07-15 [colin]      1.9.12cvs63
12014
12015         * src/main.c
12016                 Fix build with --disable-libetpan
12017
12018 2005-07-15 [colin]      1.9.12cvs62
12019
12020         * configure.ac
12021                 Bump libetpan's version
12022
12023 2005-07-15 [colin]      1.9.12cvs61
12024
12025         * src/etpan/imap-thread.c
12026                 Actually stop logging :)
12027
12028 2005-07-15 [colin]      1.9.12cvs60
12029
12030         * src/addressbook.c
12031                 Fix dnd of multiple addresses.
12032
12033 2005-07-15 [hoa]        1.9.12cvs59
12034
12035         * src/etpan/imap-thread.c
12036             disable login of IMAP password in libetpan log file.
12037
12038 2005-07-15 [paul]       1.9.12cvs58
12039
12040         * src/account.c
12041                 don't automatically sort
12042                 do allow drag n drop
12043
12044 2005-07-15 [paul]       1.9.12cvs57
12045
12046         * src/account.c
12047         * src/ssl_manager.c
12048                 alphabetical listing
12049
12050 2005-07-15 [paul]       1.9.12cvs56
12051
12052         * src/gtk/pluginwindow.c
12053                 sort plugin list alphabetically
12054
12055 2005-07-15 [paul]       1.9.12cvs55
12056
12057         * src/prefs_spelling.c
12058         * src/prefs_wrapping.c
12059                 unify English usage
12060
12061 2005-07-15 [colin]      1.9.12cvs54
12062
12063         * src/wizard.c
12064                 Typo fix
12065
12066 2005-07-15 [paul]       1.9.12cvs53
12067
12068         * src/prefs_message.c
12069                 make 'show cursor' a hidden option
12070
12071 2005-07-14 [colin]      1.9.12cvs52
12072
12073         * src/plugins/spamassassin/Makefile.am
12074         * src/plugins/clamav/Makefile.am
12075                 Fix double EXTRA_DISTs
12076
12077 2005-07-14 [colin]      1.9.12cvs51
12078
12079         * src/plugins/clamav/Makefile.am
12080         * src/plugins/clamav/clamav_plugin_gtk.deps
12081         * src/plugins/spamassassin/Makefile.am
12082         * src/plugins/spamassassin/spamassassin_gtk.deps
12083                 Make $plugin_gtk depend on $plugin
12084
12085 2005-07-14 [hoa]        1.9.12cvs50
12086
12087         * src/etpan/imap-thread.c
12088                 enable debug log of libetpan when running with --debug
12089
12090 2005-07-14 [colin]      1.9.12cvs49
12091
12092         * configure.ac
12093         * src/common/Makefile.am
12094         * src/common/plugin.c
12095         * src/common/plugin.h
12096                 Add a little plugin dependancy system.
12097                 Plugins can ship a $plugin_name.deps file
12098                 (near them in PLUGINDIR) so that their
12099                 dependancies are loaded if possible.
12100         * src/plugins/Makefile.am
12101         * src/plugins/pgpcore/Makefile.am
12102         * src/plugins/pgpcore/passphrase.c
12103         * src/plugins/pgpcore/passphrase.h
12104         * src/plugins/pgpcore/plugin.c
12105         * src/plugins/pgpcore/prefs_gpg.c
12106         * src/plugins/pgpcore/prefs_gpg.h
12107         * src/plugins/pgpcore/select-keys.c
12108         * src/plugins/pgpcore/select-keys.h
12109         * src/plugins/pgpcore/sgpgme.c
12110         * src/plugins/pgpcore/sgpgme.h
12111                 Introduce pgpcore, used by pgpmime and
12112                 pgpinline
12113         * src/plugins/pgpmime/Makefile.am
12114         * src/plugins/pgpmime/passphrase.c
12115         * src/plugins/pgpmime/passphrase.h
12116         * src/plugins/pgpmime/pgpmime.c
12117         * src/plugins/pgpmime/pgpmime.deps
12118         * src/plugins/pgpmime/plugin.c
12119         * src/plugins/pgpmime/prefs_gpg.c
12120         * src/plugins/pgpmime/prefs_gpg.h
12121         * src/plugins/pgpmime/select-keys.c
12122         * src/plugins/pgpmime/select-keys.h
12123         * src/plugins/pgpmime/sgpgme.c
12124         * src/plugins/pgpmime/sgpgme.h
12125                 Remove the core from pgpmime and add the
12126                 dependancy to pgpcore.
12127
12128 2005-07-14 [paul]       1.9.12cvs48
12129
12130         * src/stock_pixmap.c
12131                 forgot this in last commit
12132
12133 2005-07-14 [paul]       1.9.12cvs47
12134
12135         * src/account.c
12136         * src/addressbook.c
12137                 add accelerators for the buttons (sync with main)
12138         * src/compose.c
12139         * src/compose.h
12140                 add accelerators for the buttons.
12141                 fix editing with external editor.
12142                 replace gdk_input_*() with GIOChannel;
12143                 (sync with main)
12144         * src/foldersel.c
12145                 display folder names with new/unread
12146                 representation (sync with main)
12147         * src/main.c
12148                 specify default window icon (sync with main)
12149         * src/prefs_common.c
12150                 use_addr_book default to FALSE
12151         * src/summaryview.c
12152         * src/textview.c
12153                 add accelerators for the buttons (sync with main)
12154         * src/gtk/menu.c
12155                 fix typos
12156         * src/pixmaps/sylpheed_icon.xpm
12157                 updated
12158
12159 2005-07-13 [paul]       1.9.12cvs46
12160
12161         * src/plugins/pgpmime/pgpmime.c
12162         * src/plugins/pgpmime/sgpgme.c
12163                 (temporarily) use deprecated gpgme_data_rewind()
12164                 while largefile support is not present
12165                 (as suggested by Colin)
12166
12167 2005-07-13 [paul]       1.9.12cvs45
12168
12169         * configure.ac
12170                 remove large file support (for now):
12171                 it breaks too many things
12172
12173 2005-07-13 [paul]       1.9.12cvs44
12174
12175         * configure.ac
12176                 add large file support
12177         * src/html.c
12178                 fix bug #763 where href attribute was not
12179                 the very first attribute of a link
12180                 patch by Thomas Gilgin
12181
12182 2005-07-13 [colin]      1.9.12cvs43
12183
12184         * src/gtk/pluginwindow.c
12185                 Little portability fix
12186
12187 2005-07-13 [colin]      1.9.12cvs42
12188
12189         * src/plugins/pgpmime/sgpgme.c
12190                 Fix crasher.
12191
12192 2005-07-13 [colin]      1.9.12cvs41
12193
12194         * src/plugins/pgpmime/pgpmime.c
12195         * src/plugins/pgpmime/sgpgme.c
12196                 Use gpgme_data_release_and_get_mem instead
12197                 of gpgme_data_read.
12198
12199 2005-07-13 [colin]      1.9.12cvs40
12200
12201         * configure.ac
12202         * src/plugins/pgpmime/passphrase.c
12203         * src/plugins/pgpmime/passphrase.h
12204         * src/plugins/pgpmime/pgpmime.c
12205         * src/plugins/pgpmime/plugin.c
12206         * src/plugins/pgpmime/select-keys.c
12207         * src/plugins/pgpmime/select-keys.h
12208         * src/plugins/pgpmime/sgpgme.c
12209         * src/plugins/pgpmime/sgpgme.h
12210                 Port pgpmime to gpgme-1.0.
12211
12212 2005-07-12 [paul]       1.9.12cvs39
12213
12214         * AUTHORS
12215         * src/toolbar.c
12216         * src/toolbar.h
12217                 add a 'Go to Prev' button to the toolbar.
12218                 correct tooltip text of go to buttons.
12219                 based on patch by Yang Guilong <bamanzi@gmail.com>
12220
12221 2005-07-12 [colin]      1.9.12cvs38
12222
12223         * src/statusbar.c
12224                 Fix progress bar showing stuff at startup.
12225
12226 2005-07-12 [paul]       1.9.12cvs37
12227
12228         * src/editjpilot.c
12229                 fix building with jpilot support
12230
12231 2005-07-11 [colin]      1.9.12cvs36
12232
12233         * src/inc.c
12234                 Add visual indication that filtering is running
12235         * src/textview.c
12236                 Make {}[] uri delimiters
12237         * src/summaryview.c
12238                 Remove useless (and slow) calls
12239
12240 2005-07-11 [paul]       1.9.12cvs35
12241
12242         * src/plugins/clamav/clamav_plugin_gtk.c
12243         * src/plugins/dillo_viewer/dillo_prefs.c
12244         * src/plugins/pgpmime/prefs_gpg.c
12245         * src/plugins/spamassassin/spamassassin_gtk.c
12246                 gather plugins prefs together under their
12247                 own 'Plugins' heading
12248
12249 2005-07-11 [paul]       1.9.12cvs34
12250
12251         sync with main
12252
12253         * src/account.c
12254                 account_delete(): modified alert dialog
12255         * src/editjpilot.c
12256         * src/editvcard.c
12257                 fixed a crash when cancelling file selection
12258                 dialog by Escape key. Made non-ascii filename
12259                 selectable.
12260         * src/prefs_template.c
12261                 prefs_template_window_create(): make scrolled
12262                 window policy AUTOMATIC
12263
12264 2005-07-10 [hoa]        1.9.12cvs33
12265
12266         * src/etpan/imap-thread.c
12267                 workaround for old Courier IMAP servers.
12268
12269 2005-07-10 [colin]      1.9.12cvs32
12270
12271         * src/folder.c
12272         * src/statusbar.c
12273         * src/statusbar.h
12274                 Add visual progress indicator on filtering/processing
12275                 Factorize the progress bar code
12276         * src/imap.c
12277         * src/imap.h
12278         * src/etpan/imap-thread.c
12279                 Add a reference counter to avoid destroying the Folder
12280                 while it's in use by another callback.
12281
12282 2005-07-09 [hoa]        1.9.12cvs31
12283
12284         * src/imap.c
12285         * src/etpan/imap-thread.c
12286                 fixed deadlock when removing IMAP account.
12287
12288 2005-07-08 [colin]      1.9.12cvs30
12289
12290         * src/textview.c
12291         * src/unmime.c
12292                 Fix again problems decoding broken headers
12293         * src/gtk/inputdialog.c
12294                 Fix local variable shadowing a global one
12295
12296 2005-07-08 [colin]      1.9.12cvs29
12297
12298         * src/msgcache.c
12299                 Make the cache/mark files platform-agnostic by writing
12300                 them in little-endian format. Reading them is also done
12301                 in little-endian format, of course; however, in order
12302                 to avoid trashing mark data on big-endian machines, the
12303                 files are, at first, read from the native format if the
12304                 little-endian one doesn't exist. This is easy to deter-
12305                 mine by trying to open a file with a swapped data_ver
12306                 and seeing if it's the wanted version.
12307                 Little-endian using users should see absolutely no
12308                 difference, Big-endian users may get a very little
12309                 performance drop due to byte-swapping.
12310                 Tested on i386 and ppc32. 
12311                 Fixes bug #159 (The index file, in the mailboxes, is 
12312                 hardware depending).
12313
12314                 To have the cache/mark files updated to the new little-
12315                 endian format, "Check for new messages" or even
12316                 "Rebuild folder tree" aren't enough. Files will be
12317                 updated as soon as a folder has been opened/closed.
12318                 To update everything, just select all folders by
12319                 selecting them one by one.
12320
12321 2005-07-07 [colin]      1.9.12cvs28
12322
12323         * src/imap.c
12324                 Remember the folder separator per IMAPFolder
12325                 instead of globally.
12326                 Revive the Session on noop; fixes bug #761
12327                 (mark a bunch of unread messages as read takes 
12328                 forever)
12329
12330 2005-07-07 [darko]      1.9.12cvs27
12331
12332         * src/common/template.c
12333                 Sort templates alphabetically
12334
12335 2005-07-06 [colin]      1.9.12cvs26
12336
12337         * src/imap.c
12338                 Try to use the correct separator in
12339                 most cases. Possibly fixes bug #759
12340                 (only creates the INBOX folder when 
12341                 setting up new IMAP account) and 
12342                 bug #760 (Can't retrieve messages)
12343
12344 2005-07-06 [colin]      1.9.12cvs25
12345
12346         * src/imap.c
12347                 Use real_path in status command. This will
12348                 help later, when namespaces will be used.
12349
12350 2005-07-06 [colin]      1.9.12cvs24
12351
12352         * configure.ac
12353         * src/account.c
12354         * src/folder.c
12355         * src/imap.c
12356         * src/etpan/etpan-log.c
12357         * src/etpan/etpan-thread-manager.c
12358         * src/etpan/imap-thread.c
12359                 Add a --disable-libetpan parameter. With this,
12360                 users that don't want IMAP4 support can avoid
12361                 the new dependancy (and have no IMAP support).
12362                 Users that have IMAP4 accounts and use this
12363                 parameter won't lose their configuration, their
12364                 IMAP accounts will just be invisible and not
12365                 used.
12366         * src/textview.c
12367                 Make the "Copy ..." contextual menu items 
12368                 copy to both the X clipboard and the gtk 
12369                 clipboard - as most other apps do.
12370         * src/gtk/about.c
12371                 Add a notice about OpenSSL usage, in order to
12372                 comply with OpenSSL's license (point 6):
12373                 http://www.openssl.org/source/license.html
12374
12375 2005-07-06 [colin]      1.9.12cvs23
12376
12377         * src/alertpanel.c
12378                 Fix a minimum size for alertpanels
12379         * src/compose.c
12380                 Show 'No space left on device' type errors
12381                 when queuing/sending
12382         * src/imap_gtk.c
12383         * src/mh_gtk.c
12384                 Rework folder's deletion message (remove 
12385                 extra \n)
12386
12387 2005-07-05 [colin]      1.9.12cvs22
12388
12389         * src/imap.c
12390                 Add an alertpanel on auth error
12391                 Add pseudo-log
12392                 Remove pthread-related stuff
12393
12394 2005-07-05 [colin]      1.9.12cvs21
12395
12396         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12397                 Fix crash on plugin reloading (with a hack)
12398
12399 2005-07-05 [colin]      1.9.12cvs20
12400
12401         * src/prefs_account.c
12402         * src/prefs_account.h
12403                 Fix typo
12404         * src/gtk/filesel.c
12405         * src/gtk/filesel.h
12406                 Add a way to filter the view
12407         * src/gtk/pluginwindow.c
12408                 Filter loadable stuff
12409         * src/plugins/pgpmime/prefs_gpg.c
12410                 Fix missing unregistration
12411         * .cvsignore
12412         * src/etpan/.cvsignore
12413         * src/plugins/spamassassin/.cvsignore
12414                 Add more stuff to cvs ignored files
12415
12416 2005-07-04 [colin]      1.9.12cvs19
12417
12418         * src/imap.c
12419                 Fix scan_required returning FALSE when it
12420                 shouldn't. Maybe fix #760 (Can't retrieve
12421                 messages)
12422
12423 2005-07-04 [colin]      1.9.12cvs18
12424
12425         * src/summaryview.c
12426                 Fix always_show_msg pref
12427
12428 2005-07-04 [paul]       1.9.12cvs17
12429
12430         sync with main (forgotten in last commit)
12431         
12432         * src/common/utils.c
12433         * src/common/utils.h
12434                 check_line_length(): new.
12435                 is_dir_exist()
12436                 is_file_entry_exist()
12437                 dirent_is_regular_file()
12438                 dirent_is_directory(): use g_file_test() instead of stat().
12439
12440 2005-07-04 [paul]       1.9.12cvs16
12441
12442         sync with main:
12443
12444         * src/compose.c
12445                 compose_write_to_file(): check for line
12446                 length limit and display warning if exceeds
12447         * src/jpilot.c
12448                 use get_home_dir() instead of g_get_home_dir()
12449         * src/procheader.c
12450                 removed warning about invalid date
12451         * src/vcard.c
12452                 use get_home_dir() instead of g_get_home_dir()
12453
12454 2005-07-04 [paul]       1.9.12cvs15
12455
12456         * src/stock_pixmap.c
12457                 fix new pixmap naming errors
12458                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12459
12460 2005-07-04 [colin]      1.9.12cvs14
12461
12462         * src/imap.c
12463                 Fix debugging string with a warning
12464
12465 2005-07-04 [colin]      1.9.12cvs13
12466
12467         * configure.ac
12468                 Add a check for libetpan's version (>= 0.37)
12469
12470 2005-07-04 [hoa]        1.9.12cvs12
12471
12472         * commitHelper
12473         * src/imap.c
12474         * src/etpan/imap-thread.c
12475         * src/etpan/imap-thread.h
12476                 fixed IMAP implementation of check of mails.
12477
12478 2005-07-03 [hoa]        1.9.12cvs11
12479
12480         * src/etpan/Makefile.am
12481         * src/etpan/etpan-errors.h
12482         * src/etpan/etpan-log.[ch]
12483         * src/etpan/etpan-thread-manager-types.h
12484         * src/etpan/etpan-thread-manager.[ch]
12485         * src/etpan/imap-thread.[ch]
12486         * src/Makefile.am
12487         * src/imap.c
12488         * src/main.c
12489         * src/prefs_other.c
12490         * configure.ac
12491             merged imap branch.
12492             dependency on libetpan 0.37 is now added.
12493
12494 2005-07-01 [colin]      1.9.12cvs10
12495
12496         * src/Makefile.am
12497         * src/folder.c
12498         * src/folder.h
12499         * src/folderview.c
12500         * src/stock_pixmap.c
12501         * src/stock_pixmap.h
12502         * src/plugins/trayicon/trayicon.c
12503                 Add marked symbol on folders containing
12504                 marked messages
12505         * src/procmsg.c
12506         * src/procmsg.h
12507         * src/toolbar.c
12508         * src/prefs_common.c
12509         * src/prefs_common.h
12510         * src/prefs_send.c
12511                 Add an optional confirmation dialog on queue
12512                 sending. Patch by wwp.
12513         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12514         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12515         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12516         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12517         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12518         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12519         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12520         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12521         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12522         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12523         * src/pixmaps/trash_mark.xpm            ** ADDED **
12524                 New pixmaps
12525
12526 2005-07-01 [colin]      1.9.12cvs9
12527
12528         * src/summaryview.c
12529                 Fix a little threading bug
12530         * src/addrgather.c
12531         * src/mainwindow.c
12532                 A little bit of HIG normality never hurts
12533
12534 2005-07-01 [colin]      1.9.12cvs8
12535
12536         * src/compose.c
12537         * src/msgcache.c
12538         * src/pop.c
12539         * src/procmime.c
12540         * src/recv.c
12541         * src/common/log.c
12542         * src/common/template.c
12543         * src/common/utils.c
12544         * src/common/utils.h
12545                 Reverted the fwrite_atomic stuff. In fact
12546                 it is already atomic.
12547
12548 2005-06-30 [colin]      1.9.12cvs7
12549
12550         * src/common/utils.c
12551         * src/common/utils.h
12552                 Add an fwrite_atomic() function to make
12553                 sure we write everything: fwrite can make
12554                 short writes.
12555         * src/compose.c
12556         * src/msgcache.c
12557         * src/pop.c
12558         * src/procmime.c
12559         * src/recv.c
12560         * src/common/log.c
12561         * src/common/template.c
12562                 Use that (and fix swapping of size and nmemb).
12563                 Thanks to Rich Coe for the heads up.
12564
12565 2005-06-30 [colin]      1.9.12cvs6
12566
12567         * src/addressbook.c
12568                 Optimize addressbook opening 
12569
12570 2005-06-30 [colin]      1.9.12cvs5
12571
12572         * src/summaryview.c
12573                 Remove calls to summary_step after move/copy
12574
12575 2005-06-28 [paul]       1.9.12cvs4
12576
12577         * src/alertpanel.c
12578                 wrap and make the error msg selectable
12579
12580 2005-06-28 [paul]       1.9.12cvs3
12581
12582         * src/ssl_manager.c
12583                 replace the OK button with a Close button
12584         * src/gtk/foldersort.c
12585                 use GTK_STOCK_ icons/buttons
12586
12587 2005-06-28 [colin]      1.9.12cvs2
12588
12589         * src/gedit-print.c             ** ADDED **
12590         * src/gedit-print.h             ** ADDED **
12591         * src/gtk/gtksourceprintjob.c   ** ADDED **
12592         * src/gtk/gtksourceprintjob.h   ** ADDED **
12593                 I can't believe no one had enough time to tell
12594                 me I forgot the `cvs add`
12595
12596 2005-06-27 [colin]      1.9.12cvs1
12597
12598         * src/Makefile.am
12599         * src/gtk/Makefile.am
12600         * src/messageview.c
12601         * src/procmsg.c
12602         * src/summaryview.c
12603         * configure.ac
12604                 Add optional libgnomeprint-based printing
12605         * src/mainwindow.c
12606         * src/gtk/quicksearch.c
12607                 Add an Edit/Quick search menu item to show
12608                 and focus the quicksearch
12609
12610 2005-06-27 [paul]       1.9.12
12611
12612         1.9.12 release
12613
12614         * po/ca.po
12615         * po/de.po
12616         * po/es.po
12617         * po/fr.po
12618         * po/it.po
12619         * po/ko.po
12620         * po/pt_BR.po
12621         * po/sk.po
12622         * po/zh_CN.po
12623                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12624                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12625                 SungHyun Nam, Frederico Goncalves Guimaraes,
12626                 Andrej Kacian, and Yang Guilong
12627 2005-06-26 [colin]      1.9.11cvs106
12628
12629         * src/imap_gtk.c
12630                 Forgot one file for previous fix
12631
12632 2005-06-26 [colin]      1.9.11cvs105
12633
12634         * src/folder.c
12635         * src/imap.c
12636                 Fix problems with folder operations in no_select
12637                 imap folders. it applies only to mails, and 
12638                 creation/deletion/move/renaming of folders 
12639                 should be possible
12640
12641 2005-06-26 [paul]       1.9.11cvs104
12642
12643         * src/prefs_filtering.c
12644                 replace one more GTK_STOCK_REMOVE
12645                 with GTK_STOCK_DELETE
12646
12647 2005-06-25 [colin]      1.9.11cvs103
12648
12649         * src/imap.c
12650                 Optimize get_seq_set_from_seq_list
12651                 (Patch by Ricardo) 
12652
12653 2005-06-25 [colin]      1.9.11cvs102
12654
12655         * src/mh.c
12656                 If the directory exists, but not in the
12657                 correct encoding, rename it. This should
12658                 handle old-versions-induced bugs.
12659
12660 2005-06-25 [colin]      1.9.11cvs101
12661
12662         * src/mh.c
12663                 Fix path access with extended dir names
12664                 Fixes bug #589 (SC segfaults with wrong locale
12665                 settings)
12666
12667 2005-06-25 [colin]      1.9.11cvs100
12668
12669         * src/prefs_account.c
12670         * src/prefs_account.h
12671         * src/compose.c
12672                 Add an option to encrypt replies to
12673                 encrypted messages
12674
12675 2005-06-25 [colin]      1.9.11cvs99
12676
12677         * src/compose.c
12678         * src/quote_fmt_parse.y
12679                 ... And make it work with pgpinline.
12680
12681 2005-06-25 [colin]      1.9.11cvs98
12682
12683         * src/compose.c
12684         * src/procmime.c
12685         * src/procmime.h
12686         * src/quote_fmt_parse.y
12687                 o Make reedition of encrypted messages possible
12688                   (as long as it is encrypted to self too, no
12689                    magic there)
12690                 o Make replying with quote (and without selecting
12691                   text) possible for encrypted messages.
12692                 Closes bug #550 (Not possible to "reply with quote"
12693                 to gnupg encrypted messages)
12694
12695 2005-06-24 [paul]       1.9.11cvs97
12696
12697         * src/imap.c
12698                 add missing include
12699
12700 2005-06-24 [paul]       1.9.11cvs96
12701
12702         * src/editldap.c
12703                 made bind password entry invisible
12704                 (sync with main)
12705         * src/send_message.c
12706                 send_message_local(): check exit status
12707                 to detect errors (sync with main)
12708         * src/textview.c
12709                 use main's less ambiguous popup menu
12710                 wording
12711
12712 2005-06-24 [paul]       1.9.11cvs95
12713
12714         * src/prefs_actions.c
12715         * src/prefs_customheader.c
12716         * src/prefs_display_header.c
12717         * src/prefs_filtering_action.c
12718         * src/prefs_matcher.c
12719         * src/prefs_template.c
12720         * src/prefs_toolbar.c
12721                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12722         * src/gtk/description_window.c
12723                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12724
12725 2005-06-23 [colin]      1.9.11cvs94
12726
12727         * src/summaryview.c
12728                 Fix rough edges (be sure to call status_show whenever
12729                 necessary).
12730
12731 2005-06-23 [colin]      1.9.11cvs93
12732
12733         * src/summaryview.c
12734                 Optimize Select All
12735                 Before, in a 5K mails folder: 11s
12736                 After, in the same folder: 58000µs
12737                 The joys of locking... gtk_clist_select_all() fires a 
12738                 tree-select-row event for each selected row, which in 
12739                 summaryview, callbacks summary_selected which in turn,
12740                 calls summary_status_show, which walks the selected
12741                 rows. Hence, calling gtk_clist_select_all was 
12742                 exponential. Locking the summaryview makes 
12743                 summary_selected return early.
12744
12745 2005-06-23 [colin]      1.9.11cvs92
12746
12747         * src/imap.c
12748                 Move mutex at the important place to avoid
12749                 deadlocks
12750         * src/summaryview.c
12751                 Fix Del key deleting directly instead of
12752                 moving to trash
12753
12754 2005-06-22 [colin]      1.9.11cvs91
12755
12756         * src/plugins/spamassassin/libspamc.c
12757                 As we do spagetti code with assignations in multiple
12758                 places (see _message_read_raw where out = msg = raw),
12759                 let's be sure we don't free the same pointer twice.
12760                 Should fix bug #683 (Crash in libpam at 
12761                 message_cleanup).
12762
12763 2005-06-22 [colin]      1.9.11cvs90
12764
12765         * src/compose.c
12766         * src/messageview.c
12767         * src/toolbar.c
12768                 Make toolbar's delete use the move to trash stuff;
12769                 Add gtk_widget_realize to be sure pixmaps can get
12770                 created (that may fix an old worksforme bug which
12771                 I can't find back...)
12772
12773 2005-06-22 [colin]      1.9.11cvs89
12774
12775         * src/summaryview.c
12776         * src/summaryview.h
12777         * src/mainwindow.c
12778                 Rename "Message/Delete" to "Message/Move to trash"
12779                 Add "Message/Delete..." that directly destroys the
12780                 selected messages after asking for a confirmation.
12781
12782 2005-06-22 [colin]      1.9.11cvs88
12783
12784         * src/imap.c
12785                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12786                 o Fix a deadlock (thanks Darko)
12787
12788 2005-06-22 [colin]      1.9.11cvs87
12789
12790         * src/gtk/foldersort.c
12791                 Add missing include for the i18n;
12792                 patch by Fabien Vantard
12793
12794 2005-06-21 [colin]      1.9.11cvs86
12795
12796         * src/folder.c
12797         * src/folderview.c
12798                 Respect the no_select flag
12799         * src/imap.c
12800                 Fix recursive deletion
12801         * src/imap_gtk.c
12802         * src/mh_gtk.c
12803                 Make the folder deletion's warning
12804                 more explicit
12805
12806 2005-06-21 [colin]      1.9.11cvs85
12807
12808         * src/textview.c
12809                 Prevent email addresses from spanning accross
12810                 lines - fixes bug # 646 (newline-chars in 
12811                 email addresses)
12812
12813 2005-06-20 [colin]      1.9.11cvs84
12814
12815         * src/folder.c
12816                 Be sure not to remove source if copy failed
12817
12818 2005-06-20 [colin]      1.9.11cvs83
12819
12820         * src/folderview.c
12821         * src/imap_gtk.c
12822                 remove summaryview's lock
12823         * src/imap.c
12824                 introduce threads to avoid problems when foreground tasks
12825                 interfere with background tasks
12826         * src/mh.c
12827                 prevent moving to drafts/queue
12828         * src/mimeview.c
12829                 fix leak
12830
12831 2005-06-19 [colin]      1.9.11cvs82
12832
12833         * src/imap_gtk.c
12834                 Remember that the user doesn't want to override
12835                 offline mode, for 3 seconds. It avoid presenting
12836                 him with N popups in a really short time.
12837
12838 2005-06-17 [colin]      1.9.11cvs81
12839
12840         * src/imap.c
12841                 Fix IMAP breaking on folders containing '('
12842                 (Probably won't be enough)
12843
12844 2005-06-17 [colin]      1.9.11cvs80
12845
12846         Forgotten files on 1.9.11cvs79
12847         * src/summaryview.c
12848                 Fix stepping when not immediately executing
12849         * src/imap.c
12850                 Really prevent UID FETCH 0
12851         * src/codeconv.c
12852                 Fix outgoing charset never set to utf-8
12853         * src/mh.c
12854                 Fix leak
12855
12856 2005-06-16 [colin]      1.9.11cvs79
12857
12858         * src/compose.c
12859                 Fix bug #707 (Dash splits rows)
12860                 Only wrap if we're on a line break position and
12861                 the previous one was a "white" (space) char.
12862                 Pango stuff is weird.
12863
12864 2005-06-16 [colin]      1.9.11cvs78
12865
12866         * src/imap_gtk.c
12867                 Lock summaryview while downloading messages
12868                 on user demand
12869         * src/procheader.c
12870         * src/unmime.c
12871         * src/common/utils.c
12872         * src/common/utils.h
12873                 Replace \r and \n with spaces in From and
12874                 Subject headers
12875
12876 2005-06-16 [paul]       1.9.11cvs77
12877
12878         * src/procmime.c
12879                 liberalise the mime parser
12880         * src/gtk/about.c
12881                 add text wrapping
12882
12883 2005-06-16 [paul]       1.9.11cvs76
12884
12885         * src/gtk/about.c
12886                 reworked
12887
12888 2005-06-15 [colin]      1.9.11cvs75
12889
12890         * src/compose.c
12891                 Finish header encoding fix
12892         * src/summaryview.c
12893                 Fix segfault
12894         * src/headerview.c
12895                 Fix compilation (Thanks Stephan
12896                 Sachse)
12897
12898 2005-06-15 [colin]      1.9.11cvs74
12899
12900         * Makefile.am
12901                 Install gnome2 stuff rather than gnome1, 
12902                 if both are present
12903         * src/codeconv.c
12904         * src/codeconv.h
12905         * src/compose.c
12906                 Fix headers encoding
12907         * src/folder.c
12908                 Visual progress when fetching all messages
12909         * src/folderview.c
12910         * src/summaryview.c
12911         * src/summaryview.h
12912                 Prevent changing current message while
12913                 incorporating
12914
12915 2005-06-15 [paul]       1.9.11cvs73
12916
12917         * src/gtk/gtkaspell.c
12918         * src/gtk/gtkaspell.h
12919                 fix build warnings
12920
12921 2005-06-15 [paul]       1.9.11cvs72
12922
12923         * src/prefs_filtering.c
12924                 allow reordering of filter rules by
12925                 drag n drop
12926
12927 2005-06-15 [paul]       1.9.11cvs71
12928
12929         * COPYING
12930                 updated
12931         * src/codeconv.c
12932                 replace deprecated function
12933         * src/inc.c
12934         * src/send_message.c
12935         * src/gtk/progressdialog.c
12936         * src/gtk/progressdialog.h
12937                 salvage and reuse parts of reverted sync
12938
12939 2005-06-15 [paul]       1.9.11cvs70
12940
12941         * src/inc.c
12942         * src/send_message.c
12943         * src/gtk/progressdialog.c
12944         * src/gtk/progressdialog.h
12945                 revert yesterday's sync with main
12946                 it contains deprecated functions
12947
12948 2005-06-15 [colin]      1.9.11cvs69
12949
12950         * src/headerview.c
12951                 Fix bug #670 (multi user to: will corrupt message 
12952                 headers display)
12953
12954 2005-06-15 [colin]      1.9.11cvs68
12955
12956         * src/compose.c
12957                 Fix bug #421 (Fix undo on wrapping)
12958
12959 2005-06-15 [colin]      1.9.11cvs67
12960
12961         * src/folder.c
12962                 Provide visual feedback while processing
12963                 folder's rules.
12964         * src/imap.c
12965                 Provide visual feedback while getting
12966                 short headers (for uncached messages)
12967
12968
12969 2005-06-14 [paul]       1.9.11cvs66
12970
12971         * src/account.c
12972                 change a couple stock icons
12973         * src/inc.c
12974         * src/send_message.c
12975         * src/gtk/progressdialog.c
12976         * src/gtk/progressdialog.h
12977                 sync main's GtkTreeView implementation
12978
12979 2005-06-14 [colin]      1.9.11cvs65
12980
12981         * src/imap.c
12982                 Various little fixes, mainly on error paths
12983
12984 2005-06-13 [colin]      1.9.11cvs64
12985
12986         * matcher.c
12987         * procmsg.c
12988         * procmsg.h
12989                 Add a way to fetch only headers. This speeds
12990                 up filtering on headers for IMAP. Fixes:
12991                 bug #481 extraneous imap commands slow down 
12992                         imap filtering
12993                 bug #522 Sylpheed downloads all messages 
12994                         when opening mailbox (IMAP)
12995                 bug #677 IMAP fetch is soooooooooooooo slow
12996         * src/folder.c
12997         * src/folder.h
12998                 Add a folder set_batch method so that
12999                 implementations can speed up flags changes
13000         * src/folderutils.c
13001         * src/summaryview.c
13002                 Use that in mark as (un)read and mark all read
13003                 Refix bug #679
13004         * src/imap.c
13005                 Implement set_batch - brings back deferred
13006                 flags in a less buggy manner. Fixes:
13007                 bug #729 IMAP immediate expunge of deleted messages
13008                 bug #191 remove list of messages with one command
13009                 Fix login with strange chars
13010                 Implement fetch_msg_full
13011                 Fix copy (wrong counts)
13012
13013 2005-06-12 [colin]      1.9.11cvs63
13014
13015         * src/folder.c
13016                 lock incorporation during long operations.
13017                 Avoids fucking up the IMAP socket.
13018
13019 2005-06-12 [colin]      1.9.11cvs62
13020
13021         * src/imap.c
13022                 Fix harmful typo
13023                 Factorize remove_all_msg
13024                 Thread-ize expunge
13025         * src/summaryview.c
13026                 Don't update partial-download status if unnecessary
13027         * src/folder.c
13028                 Use remove_msgs everywhere possible
13029
13030 2005-06-12 [colin]      1.9.11cvs61
13031
13032         * src/folder.c
13033         * src/folder.h
13034                 Add a remove_msgs function to remove a 
13035                 list of messages
13036         * src/imap.c
13037                 Implement that.
13038
13039 2005-06-12 [colin]      1.9.11cvs60
13040
13041         * src/imap.c
13042                 Remove flags-processing deferring... Too hard
13043                 to get it to work in all cases.
13044
13045 2005-06-11 [colin]      1.9.11cvs59
13046
13047         * src/imap.c
13048                 printf -> debug_print
13049
13050 2005-06-11 [colin]      1.9.11cvs58
13051
13052         * src/imap.c
13053                 o Fix build without USE_PTHREAD
13054                 o Factorize imap_open
13055                 o Alertpanel in case of impossible connection
13056                 o Alertpanel in case of impossible login
13057                 o Fix deferred flags processing to force a 
13058                   flush before adding some more flags to process,
13059                   but in another folder.
13060
13061 2005-06-10 [colin]      1.9.11cvs57
13062
13063         * src/imap.c
13064                 o Fix a format string error
13065                 o init ssl socket outside of the thread 
13066                   (it possibly invokes gtk calls)
13067         * src/procmime.c
13068                 o Put back the buffer to its necessary size
13069                 o Fix changing a file pointer without keeping
13070                   track of it (thanks Valgrind)
13071         * src/common/smtp.c
13072                 o Fix automatic STARTTLS if login should be done
13073                   and the server only allows it after starting TLS
13074         * src/gtk/gtkinputdialog.c
13075                 o Eat GDK_Return so that the combo popup doesn't 
13076                   appear when we press Enter to validate the combo
13077                   input dialog (as seen in the Open with... dialog)
13078
13079 2005-06-10 [colin]      1.9.11cvs56
13080
13081         * src/imap.c
13082                 o A bit less debug
13083                 o Fix a crash on deletion
13084                 o Threadize imap_select (it's called outside of 
13085                   threads)
13086                 o Defer treatment of DELETED flags
13087
13088
13089 2005-06-09 [colin]      1.9.11cvs55
13090
13091         * src/imap.c
13092                 Make sure we check imap_gtk_should_override(), which
13093                 potentially calls gtk stuff, before creating thread.
13094                 That way it should't be called via imap_get_session()
13095                 inside a thread.
13096
13097 2005-06-09 [colin]      1.9.11cvs54
13098
13099         * src/imap.c
13100                 o add a bit of status output
13101                 o remove some dead code
13102                 o threadize get_list_of_uids
13103                 o threadize imap_get_flags
13104                 o defer flag changing by 500ms so that they
13105                   can be batched
13106
13107
13108 2005-06-08 [colin]      1.9.11cvs53
13109
13110         * src/imap.c
13111                 Thread-ize imap_cmd_fetch
13112
13113 2005-06-08 [colin]      1.9.11cvs52
13114
13115         * src/main.c
13116                 Mmh, that broke POP3...
13117
13118 2005-06-08 [colin]      1.9.11cvs51
13119
13120         * src/main.c
13121                 Stabilize IMAP patch (thanks to Hoa)
13122
13123 2005-06-08 [colin]      1.9.11cvs50
13124
13125         * src/imap.c
13126                 Test patch to speed up imap. 
13127
13128 2005-06-08 [colin]      1.9.11cvs49
13129
13130         * src/imap_gtk.c
13131                 Warning fix
13132         * src/procmime.c
13133                 Apply patch from gentoo to use /usr/share/mime/globs if 
13134                 available, after un-breaking it
13135         * src/common/log.c
13136         * src/common/log.h
13137                 Use g_timeout for invoking hooks that possibly use gtk
13138                 calls. This should leave gtk calls in the main thread.
13139
13140 2005-06-08 [paul]       1.9.11cvs48
13141
13142         * src/codeconv.c
13143                 conv_get_outgoing_charset_str(): don't
13144                 use prefs_common setting
13145         * src/compose.c
13146         * src/compose.h
13147                 add /Options/Character encoding/... to
13148                 temporarily change the outgoing encoding
13149
13150         (belated sync with main)
13151
13152 2005-06-08 [paul]       1.9.11cvs47
13153
13154         * src/compose.c
13155                 correction to/completion of last
13156                 sync with main
13157
13158 2005-06-08 [paul]       1.9.11cvs46
13159
13160         sync with main:
13161         
13162         * src/codeconv.c
13163         * src/codeconv.h
13164                 always enabled Japanese auto-detection
13165                 if the first letters of locale string
13166                 is "ja"
13167         * src/compose.c
13168                 don't use "destroy" signal to destroy
13169                 Compose object (fix rare crashes on discard?)
13170         * src/mainwindow.c
13171         * src/messageview.c
13172         * src/prefs_send.c
13173                 added Hebrew encodings
13174         * src/sourcewindow.c
13175                 don't use "destroy" signal to destroy
13176                 objects
13177
13178 2005-06-07 [colin]      1.9.11cvs45
13179
13180         * src/summaryview.c
13181                 Add missing unlocks/locks
13182
13183 2005-06-07 [paul]       1.9.11cvs44
13184
13185         * src/summaryview.c
13186                 restore bug #749 fix
13187
13188 2005-06-06 [colin]      1.9.11cvs43
13189
13190         * src/summaryview.c
13191                 Fix selection bug when prefs_common.open_unread 
13192                 is FALSE
13193
13194 2005-06-06 [colin]      1.9.11cvs42
13195
13196         * src/common/md5.c
13197                 Fix a warning
13198         * src/summaryview.c
13199         * src/folderview.c
13200                 Factorize long operations beginning and end
13201                 (locking, freezing/thawing, cursor, ...)
13202                 Check selection->data member in selection-
13203                 related loops; this avoids dying an awful
13204                 death if the selection changes on us while
13205                 we're marking a whole IMAP folder unread, 
13206                 for example.
13207
13208 2005-06-06 [paul]       1.9.11cvs41
13209
13210         * src/textview.c
13211                 don't g_free() a static gchar buffer
13212
13213 2005-06-05 [colin]      1.9.11cvs40
13214
13215         * src/mainwindow.c
13216         * src/messageview.c
13217         * src/summaryview.c
13218                 Fix bug #749 (Show all headers should be
13219                 sticky as the GUI suggests)
13220
13221 2005-06-03 [paul]       1.9.11cvs39
13222
13223         * src/compose.c
13224                 don't allow editing of mail while sending.
13225                 patch by Colin
13226
13227 2005-06-03 [paul]       1.9.11cvs38
13228
13229         * src/folderview.c
13230                 add a freeze/thaw to speed up 'mark all read'
13231
13232 2005-06-03 [paul]       1.9.11cvs37
13233
13234         * src/prefs_message.c
13235                 reflect changes immediately
13236
13237 2005-06-02 [colin]      1.9.11cvs36
13238
13239         * po/POTFILES.in
13240                 Patch by Fabien Vantard.
13241
13242 2005-06-02 [colin]      1.9.11cvs35
13243
13244         * src/imap.c
13245                 Use a non-blocking imap_getline() if possible.
13246                 This should completely prevent the interface
13247                 from freezin on imap operations, although it
13248                 may do strange stuff in case of folder switching
13249                 while a big imap operation is taking place...
13250
13251                 In addition, fix a leak in the case thread
13252                 creation fails on connection.
13253
13254 2005-06-02 [colin]      1.9.11cvs34
13255
13256         * src/crash.c
13257         * src/prefs_common.h
13258                 Fix build (prefs_common_init() doesn't exist
13259                 anymore)
13260
13261 2005-06-02 [colin]      1.9.11cvs33
13262
13263         * src/prefs_account.c
13264                 Fix bug #245 (filtering rules broken when
13265                 renaming a remote account (imap4 or nntp)
13266
13267 2005-06-02 [colin]      1.9.11cvs32
13268
13269         * src/imap.c
13270                 Try to fix IMAP shortcomings: 
13271                 o Multithread imap_open()
13272                 o allow offline-mode overriding instead of
13273                   just returning NULL
13274         * src/imap_gtk.c
13275         * src/imap_gtk.h
13276                 Add a function to ask whether we want to
13277                 override offline-mode for 10 minutes (one-shot
13278                 asking was painful)
13279         * src/procheader.c
13280                 Fix segfault when imap parser isn't happy about
13281                 a missing {
13282
13283 2005-06-01 [colin]      1.9.11cvs31
13284
13285         * src/addrharvest.c
13286         * src/compose.c
13287         * src/mbox.c
13288         * src/mbox.h
13289         * src/mh.c
13290         * src/msgcache.c
13291         * src/send_message.c
13292         * src/setup.c
13293         * src/undo.c
13294         * src/common/hooks.c
13295         * src/common/prefs.c
13296         * src/common/template.c
13297         * src/common/utils.c
13298         * src/gtk/gtkutils.c
13299         * src/gtk/inputdialog.c
13300         * src/gtk/menu.c
13301         * src/gtk/pluginwindow.c
13302         * src/gtk/prefswindow.c
13303         * src/plugins/pgpmime/passphrase.c
13304         * src/plugins/pgpmime/prefs_gpg.c
13305                 More -Wall fixes
13306
13307         * src/common/Makefile.am
13308         * src/common/timing.h
13309                 Add basic timing code
13310
13311         * src/summaryview.c
13312                 Fix a bug with unread messages when 
13313                 re-sorting folders, and by the way
13314                 fix a big performance hit when 
13315                 re-sorting (10k mails: before 5s,
13316                 after .5s)
13317
13318         * src/prefs_compose_writing.c
13319         * src/prefs_compose_writing.h
13320         * src/prefs_message.c
13321         * src/prefs_message.h
13322         * src/prefs_other.c
13323         * src/prefs_other.h
13324         * src/prefs_quote.c
13325         * src/prefs_quote.h
13326         * src/prefs_receive.c
13327         * src/prefs_receive.h
13328         * src/prefs_send.c
13329         * src/prefs_send.h
13330         * src/prefs_summaries.c
13331         * src/prefs_summaries.h
13332                 Fix copyright banner
13333
13334 2005-06-01 [paul]       1.9.11cvs30
13335
13336         * po/fi.po
13337                 updated by Flammie Pirinen
13338         * src/procmime.c
13339                 fix 'Bad BASE64 content' output
13340
13341 2005-05-31 [colin]      1.9.11cvs29
13342
13343         * src/procmime.c
13344                 Oops, where did my hunk go.
13345
13346 2005-05-31 [colin]      1.9.11cvs28
13347
13348         * src/Makefile.am
13349         * src/account.c
13350         * src/action.c
13351         * src/addr_compl.c
13352         * src/addressbook.c
13353         * src/codeconv.c
13354         * src/compose.c
13355         * src/export.c
13356         * src/folder.c
13357         * src/folderview.c
13358         * src/image_viewer.c
13359         * src/main.c
13360         * src/mainwindow.c
13361         * src/messageview.c
13362         * src/mimeview.c
13363         * src/msgcache.c
13364         * src/prefs_account.c
13365         * src/prefs_actions.c
13366         * src/prefs_common.c
13367         * src/prefs_compose_writing.c
13368         * src/prefs_customheader.c
13369         * src/prefs_ext_prog.c
13370         * src/prefs_filtering.c
13371         * src/prefs_filtering_action.c
13372         * src/prefs_fonts.c
13373         * src/prefs_image_viewer.c
13374         * src/prefs_message.c
13375         * src/prefs_message.h
13376         * src/prefs_msg_colors.c
13377         * src/prefs_other.c
13378         * src/prefs_other.h
13379         * src/prefs_quote.c
13380         * src/prefs_receive.c
13381         * src/prefs_receive.h
13382         * src/prefs_send.c
13383         * src/prefs_send.h
13384         * src/prefs_spelling.c
13385         * src/prefs_summaries.c
13386         * src/prefs_summary_column.c
13387         * src/prefs_template.c
13388         * src/prefs_themes.c
13389         * src/prefs_toolbar.c
13390         * src/prefs_wrapping.c
13391         * src/procmime.c
13392         * src/procmsg.c
13393         * src/send_message.h
13394         * src/ssl_manager.c
13395         * src/summary_search.c
13396         * src/summaryview.c
13397         * src/textview.c
13398         * src/wizard.c
13399         * src/common/smtp.c
13400         * src/common/smtp.h
13401         * src/gtk/gtkutils.h
13402                 o Move the rest of Common prefs to new style
13403                 o Lots of -Wall warning fixes
13404                 o fix FIXME in cache memusage calculation
13405                 o Let return receipts be sent from any account
13406                 o Little cache optimisation (read)
13407                 o Fix bug #746 (don't treat commas as separators
13408                   when inside a quoted string)
13409
13410 2005-05-31 [paul]       1.9.11cvs27
13411
13412         * src/prefs_common.c
13413                 fix 'off-by-one' typo
13414
13415 2005-05-31 [paul]       1.9.11cvs26
13416
13417         * src/account.c
13418         * src/addr_compl.c
13419         * src/compose.c
13420         * src/foldersel.c
13421         * src/prefs_actions.c
13422         * src/prefs_common.c
13423         * src/prefs_common.h
13424         * src/prefs_customheader.c
13425         * src/prefs_display_header.c
13426         * src/prefs_filtering.c
13427         * src/prefs_filtering_action.c
13428         * src/prefs_matcher.c
13429         * src/prefs_summaries.c
13430         * src/prefs_summary_column.c
13431         * src/prefs_template.c
13432         * src/prefs_toolbar.c
13433         * src/ssl_manager.c
13434         * src/gtk/pluginwindow.c
13435         * src/gtk/prefswindow.c
13436         * src/gtk/progressdialog.c
13437                 add hidden prefs 'enable_rules_hint'
13438                 for gtk_tree_view_set_rules_hint()
13439                 (sync with main)
13440                 
13441
13442 2005-05-31 [colin]      1.9.11cvs25
13443
13444         * src/Makefile.am
13445         * src/main.c
13446         * src/prefs_common.c
13447         * src/prefs_summaries.c ** ADDED **
13448         * src/prefs_summaries.h ** ADDED **
13449                 Common/Display -> Display/Summaries
13450
13451 2005-05-31 [colin]      1.9.11cvs24
13452
13453         * src/Makefile.am
13454         * src/main.c
13455         * src/prefs_quote.c ** ADDED **
13456         * src/prefs_quote.h ** ADDED **
13457                 Move Common/Quote to Compose/Quoting
13458         * src/prefs_common.c
13459         * src/prefs_common.h
13460                 Remove old quote stuff, add
13461                 convenience functions for GtkTextView prefs
13462         * src/gtk/prefswindow.c
13463                 Set default height higher
13464
13465 2005-05-30 [colin]      1.9.11cvs23
13466
13467         * src/Makefile.am
13468         * src/main.c
13469         * src/prefs_common.c
13470         * src/prefs_compose_writing.c ** ADDED **
13471         * src/prefs_compose_writing.h ** ADDED **
13472                 Move Common/Compose prefs to Compose/Writing
13473
13474 2005-05-30 [colin]      1.9.11cvs22
13475
13476         * src/common/utils.c
13477                 Fix bug #651 (Confused Attract by Subject)
13478                 Patch by M. Benkmann <haferfrost@web.de>
13479         * AUTHORS
13480
13481 2005-05-30 [colin]      1.9.11cvs21
13482
13483         * src/compose.c
13484                 Fix concatenation of different headers of
13485                 the same type (bug #645)
13486         * src/prefs_folder_item.c
13487                 Fix bug #699 (setting color to black doesn't
13488                 work immediately)
13489         * src/procmime.c
13490                 Print out decoding error only once per
13491                 block
13492
13493 2005-05-30 [paul]       1.9.11cvs20
13494
13495         * src/common/template.c
13496                 fix Bcc
13497
13498 2005-05-30 [paul]       1.9.11cvs19
13499
13500         * doc/src/rfc2368.txt   **NEW FILE**
13501         * src/compose.c
13502                 compose_entries_set(): don't interpret Bcc
13503                 header field (conform to RFC 2368)
13504                 (sync with main)
13505
13506 2005-05-29 [colin]      1.9.11cvs18
13507
13508         * src/prefs_common.c
13509                 Let the default reply format respect
13510                 netiquette by cutting the signature.
13511
13512 2005-05-29 [colin]      1.9.11cvs17
13513
13514         * src/summaryview.c
13515                 Don't let always_show_msg override
13516                 open_unread_on_enter when opening a new
13517                 directory.
13518
13519 2005-05-27 [paul]       1.9.11cvs16
13520
13521         sync with main:
13522
13523         * src/main.c
13524                 app_will_exit(): cleanup tmp directory when exit
13525         * src/message_search.c
13526                 improved the interface and made code cleanup.
13527                 removed Clear button
13528         * src/send_message.c
13529                 send_message_local(): use GSpawn, and detect errors
13530         * src/summary_search.c
13531                 improved the interface and made code cleanup
13532         * src/textview.c
13533                 textview_write_link(): also skip non-ascii space
13534                  at the head of link strings (phishing check
13535                  didn't work at the case)
13536         * src/common/utils.c
13537                 get_command_output(): use g_spawn_command_line_sync()
13538                 instead of popen()
13539
13540 2005-05-26 [colin]      1.9.11cvs15
13541
13542         * src/folder.c
13543                 remove printf
13544
13545 2005-05-26 [colin]      1.9.11cvs14
13546
13547         * src/common/nntp.c
13548                 Fix nntp mode reader (bug #611)
13549                 Patch by Florian Mickler <florian@mickler.org>
13550
13551 2005-05-26 [colin]      1.9.11cvs13
13552
13553         * src/plugins/pgpmime/passphrase.c
13554                 Fix mouse grabbing (bug #557)
13555
13556 2005-05-26 [colin]      1.9.11cvs12
13557
13558         * src/prefs_themes.c
13559                 Fix g_warning (bug #541)
13560
13561 2005-05-26 [colin]      1.9.11cvs11
13562
13563         * src/prefs_actions.c
13564         * src/prefs_template.c
13565                 Fix bug #506 (no warning if action/template
13566                 is not saved)
13567         * src/common/template.c
13568                 Fix a possible crash
13569
13570 2005-05-26 [colin]      1.9.11cvs10
13571
13572         * src/folder.c
13573         * src/folderview.c
13574         * src/procmsg.c
13575         * src/summaryview.c
13576                 Forbid locked messages to be moved or
13577                 deleted. Locked messages in trashes 
13578                 still get deleted, for performance
13579                 reason (mh.c::mh_remove_all_msgs)
13580
13581 2005-05-25 [colin]      1.9.11cvs9
13582
13583         * src/procmime.c
13584                 Use correct encoding when sending mails
13585                 with attachments that have accentued 
13586                 chars in their name
13587
13588 2005-05-24 [colin]      1.9.11cvs8
13589
13590         * src/summaryview.c
13591                 Fix bug #688 f) read/unread marker not
13592                 changed on first click
13593                 Also, optimize summary_status_show()
13594                 calls
13595         * src/folder.c
13596         * src/inc.c
13597         * src/procmime.c
13598                 Fix bug #688 b) and c) wrt message
13599                 attachments and signature
13600         * src/stock_pixmap.c
13601         * src/stock_pixmap.h
13602         * src/stock_pixmap.c
13603         * src/stock_pixmap.h
13604         * src/Makefile.am
13605         * src/pixmaps/clip_gpg_signed.xpm
13606                 Add clip/signed icon
13607
13608 2005-05-24 [colin]      1.9.11cvs7
13609
13610         * src/folder_item_prefs.c
13611                 whitespace fix
13612
13613 2005-05-24 [colin]      1.9.11cvs6
13614
13615         * src/folderview.c
13616         * src/prefs_common.c
13617         * src/prefs_common.h
13618                 Add a confirmation to folder drag and drop
13619                 fixes bug #156
13620         * src/alertpanel.c
13621         * src/alertpanel.h
13622                 fix _with_disable parameters so that
13623                 the buttons labels are specifiable too
13624         * src/plugins/pgpmime/sgpgme.c
13625                 reflect said change
13626                 
13627
13628 2005-05-24 [colin]      1.9.11cvs5
13629
13630         * src/folderview.c
13631                 Uncollapse/collapse folders on double-click
13632                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13633                 closes bug #108
13634
13635 2005-05-23 [colin]      1.9.11cvs4
13636
13637         * src/common/socket.c
13638                 Check another special SSL_peek() error.
13639                 Should help wrt bug #728
13640
13641 2005-05-23 [colin]      1.9.11cvs3
13642
13643         * src/plugins/pgpmime/pgpmime.c
13644                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13645                 breaking menu accelerators and stuff. Users will have to
13646                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13647                 account's privacy preferences if needed.
13648
13649 2005-05-22 [paul]
13650
13651         * tools/kdeservicemenu/install.sh
13652                 use kdesu to prompt for root password if doing
13653                 global install/uninstall
13654
13655 2005-05-20 [colin]      1.9.11cvs2
13656
13657         * src/procmsg.c
13658                 Fix another compilation error with gcc-2.9x
13659                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13660         * src/send_message.c
13661                 Don't send QUIT if we aren't connected
13662
13663 2005-05-19 [colin]      1.9.11cvs1
13664
13665         * src/procmsg.c
13666                 Fix compilation with gcc 2.9x
13667
13668 2005-05-19 [paul]       1.9.11
13669
13670         1.9.11 released
13671
13672 2005-05-19 [paul]       1.9.9cvs14
13673
13674         * src/gtk/inputdialog.c
13675                 prevent gettext warning
13676
13677 2005-05-19 [paul]       1.9.9cvs13
13678
13679         * src/mainwindow.c
13680         * src/prefs_common.c
13681         * src/prefs_common.h
13682         * src/textview.c
13683         * src/textview.h
13684                 add an option to toggle cursor in message
13685                 view (sync with main)
13686
13687 2005-05-18 [colin]      1.9.9cvs12
13688
13689         * src/compose.c
13690                 Dereference freed pointer
13691         * src/gtk/gtkaspell.c
13692                 Fix duplication of dictionaries (is it an aspell issue?)
13693
13694 2005-05-18 [colin]      1.9.9cvs11
13695
13696         * src/gtk/inputdialog.c
13697         * src/gtk/gtkaspell.c
13698                 HIGuify dialogs
13699         * src/alertpanel.c
13700                 Remove a double call
13701
13702 2005-05-17 [colin]      1.9.9cvs10
13703
13704         * src/gtk/gtkaspell.c
13705                 Fix dialogs, Ctrl-Enter accel
13706
13707 2005-05-17 [colin]      1.9.9cvs9
13708
13709         * src/gtk/gtkaspell.c
13710                 Fix some accelerators, escape in replace-window
13711
13712 2005-05-16 [colin]      1.9.9cvs8
13713
13714         * src/gtk/gtkaspell.c
13715                 Revert last commit, it was a mistake.
13716
13717 2005-05-16 [colin]      1.9.9cvs7
13718
13719         * src/gtk/gtkaspell.c
13720                 Remove buggy code while we're at it. It's a 
13721                 dead code path anyway.
13722
13723 2005-05-16 [colin]      1.9.9cvs6
13724
13725         * src/gtk/gtkaspell.c
13726                 Missed some gtk_menu_popup where deactivate
13727                 signal should be handled. Should fix bug
13728                 #629 a bit more.
13729
13730 2005-05-16 [colin]      1.9.9cvs5
13731
13732         * src/gtk/gtkaspell.c
13733                 Remove debug printf()s
13734
13735 2005-05-16 [colin]      1.9.9cvs4
13736
13737         * src/gtk/gtkaspell.c
13738                 Fix a bit aspell problems
13739                 (see bug #629)
13740
13741 2005-05-13 [colin]      1.9.9cvs3
13742
13743         * src/folderview.c
13744                 Fix the + appearing even when no subfolders
13745                 have unread messages. Thanks to wwp for the
13746                 bug report.
13747
13748 2005-05-11 [paul]       1.9.9cvs2
13749
13750         * src/folderview.c
13751                 correction to 1.9.9cvs1, only colour folders that
13752                 have new msgs (not unread msgs)
13753
13754 2005-05-10 [colin]      1.9.9cvs1
13755
13756         * src/folderview.c
13757         * src/summaryview.c
13758                 Try to fix bolding bugs again.
13759
13760 2005-05-09 [paul]
13761
13762         * tools/claws.i18n.status.pl
13763                 add Ricardo Mones Lastra's script that has been providing
13764                 the i18n status page for many months
13765
13766 2005-05-09 [paul]       1.9.9
13767
13768         1.9.9 release
13769
13770 2005-05-09 [paul]       1.9.6cvs58
13771
13772         * AUTHORS
13773         * INSTALL
13774         * README.claws
13775                 updated
13776         * Makefile.am 
13777         * RELEASE_NOTES.claws
13778                 add release notes to cvs to simplify release
13779                 procedure
13780         * configure.ac
13781                 add ca and fi to ALL_LINGUAS
13782         * po/Makefile.in.in
13783                 workaround for missing Makevars
13784         * po/ca.po
13785         * po/fi.po
13786                 add new Catalan and Finnish translations
13787                 submitted by Miquel Oliete and Flammie Pirinen
13788         * po/de.po
13789         * po/es.po
13790         * po/fr.po
13791         * po/it.po
13792         * po/pl.po
13793         * po/ru.po
13794         * po/sk.po
13795         * po/sr.po
13796         * po/zh_CN.po
13797                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13798                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13799                 Urke MMI, and Hansom Young
13800         * src/main.c
13801                 Fix drafting when quitting. compose_draft() closes the
13802                 compose windows, which modifies the compose_list GSList.
13803                 We have to refresh this list after echo drafting to avoid a
13804                 segfault
13805         * src/partial_download.c
13806                 fix segfault on exit
13807
13808 2005-05-06 [paul]       1.9.6cvs57
13809
13810         * src/grouplistdialog.c
13811                 quick fix/workaround for unresizeable newsgroup
13812                 name column 
13813
13814 2005-05-06 [paul]       1.9.6cvs56
13815
13816         * src/inc.c
13817         * src/mainwindow.c
13818                 use gettext plural forms
13819         * src/imap_gtk.c
13820         * src/mh_gtk.c
13821         * src/toolbar.c
13822                 small improvement to english usage
13823
13824 2005-05-05 [thorsten]   1.9.6cvs55
13825
13826         * src/folder.c
13827                 fix possible crash
13828
13829 2005-05-05 [paul]       1.9.6cvs54
13830         
13831         sync with HEAD
13832
13833         * AUTHORS
13834         * src/compose.c
13835                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13836                 patch by Tim Mann
13837
13838 2005-05-05 [paul]       1.9.6cvs53
13839
13840         * src/mainwindow.c
13841                 fix resizing of separate message and
13842                 folder views
13843
13844 2005-05-05 [paul]       1.9.6cvs52
13845
13846         * src/account.c
13847         * src/addrgather.c
13848         * src/browseldap.c
13849         * src/exphtmldlg.c
13850         * src/expldifdlg.c
13851         * src/importmutt.c
13852         * src/importpine.c
13853         * src/main.c
13854         * src/mainwindow.c
13855         * src/noticeview.c
13856         * src/prefs_filtering.c
13857         * src/prefs_filtering_action.c
13858         * src/prefs_matcher.c
13859         * src/prefs_spelling.c
13860         * src/prefs_toolbar.c
13861         * src/toolbar.c
13862         * src/wizard.c
13863         * src/gtk/description_window.c
13864         * src/gtk/gtkvscrollbutton.c
13865         * src/gtk/progressdialog.c
13866         * src/gtk/quicksearch.c
13867         * src/plugins/pgpmime/prefs_gpg.c
13868         * src/plugins/spamassassin/spamassassin_gtk.c
13869                 replace deprecated gtk_widget_set_usize
13870
13871 2005-05-04 [colin]      1.9.6cvs51
13872
13873         * src/common/utils.c
13874                 Fix crash when subst_for_filename is called
13875                 with a NULL parameter
13876
13877 2005-05-04 [colin]      1.9.6cvs50
13878
13879         * src/partial_download.c
13880         * src/pop.c
13881                 Escape login when writing uidl file
13882                 fixes bug #736
13883
13884 2005-05-03 [colin]      1.9.6cvs49
13885
13886         * src/procmime.c
13887                 Fix possible DOS in mime parser
13888                 (see bug #634)
13889
13890 2005-05-02 [colin]      1.9.6cvs48
13891
13892         * src/compose.c
13893                 Try to fix the copy/paste mess once again.
13894
13895
13896 2005-04-30 [colin]      1.9.6cvs47
13897
13898         * src/prefs_account.h
13899         * src/procmsg.c
13900         * src/send_message.c
13901         * src/common/smtp.c
13902         * src/common/smtp.h
13903                 Try to batch sending mails (per account) instead of
13904                 reconnecting to server every time.
13905
13906 2005-04-29 [colin]      1.9.6cvs46
13907
13908         * src/messageview.c
13909                 Fix window resizing that refused to size down
13910         * src/prefs_common.c
13911         * src/prefs_common.h
13912         * src/prefs_filtering.c
13913                 Save Filtering's window size
13914
13915 2005-04-21 [paul]       1.9.6cvs45
13916
13917         * ChangeLog-gtk2.claws
13918         * src/setup.c
13919                 correction to sync
13920
13921 2005-04-21 [paul]       1.9.6cvs44
13922
13923         sync with main:
13924
13925         * src/setup.c
13926         * src/statusbar.c
13927         * src/statusbar.h
13928                 use gtkut_widget_draw_now(). Improved performance
13929                 of the update of statusbar
13930         * src/textview.c
13931                 textview_smooth_scroll_do(): redraw it after scroll
13932                 is done (fixed incorrect display when a part of the
13933                 view is hidden).
13934         * src/gtk/gtkutils.c
13935         * src/gtk/gtkutils.h
13936                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13937                 to force update of widgets.
13938                 Removed gtkut_widget_wait_for_draw() which had a big
13939                 overhead  because of waiting for all events processed 
13940
13941 2005-04-20 [paul]       1.9.6cvs43
13942
13943         * src/codeconv.c
13944                 complete 1.9.6cvs42's sync:
13945                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13946
13947 2005-04-19 [paul]       1.9.6cvs42
13948
13949         sync with main:
13950
13951         * src/action.c
13952                 catch_output(): correctly select the insert text
13953                 (fix invalid iterator warnings).
13954         * src/codeconv.c
13955         * src/codeconv.h
13956         * src/mainwindow.c
13957         * src/messageview.c
13958         * src/prefs_common.c
13959                 support GBK encoding.
13960         * src/common/session.c
13961         * src/common/session.h
13962                 use separate buffer for large data to be sent,
13963                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13964
13965 2005-04-18 [paul]       1.9.6cvs41
13966
13967         * src/jpilot.c
13968                 convert unsigned long into guint32
13969                 patch by Paul LeoNerd Evans 
13970
13971 2005-04-17 [colin]      1.9.6cvs40
13972
13973         * src/compose.c
13974                 Fix 'Request return receipt' from folder
13975                 properties (bug #708)
13976
13977 2005-04-17 [colin]      1.9.6cvs39
13978
13979         * src/mainwindow.c
13980                 Fix duplicate hotkeys in Mainwindow's menu
13981
13982 2005-04-17 [colin]      1.9.6cvs38
13983
13984         * src/folderview.c
13985                 Fix duplicate hotkeys in Folderview's contextual
13986                 menu
13987
13988 2005-04-15 [colin]      1.9.6cvs37
13989
13990         * src/summaryview.c
13991                 Fix 'Save as...' with non-ascii filenames
13992
13993 2005-04-15 [colin]      1.9.6cvs36
13994
13995         * src/plugins/pgpmime/pgpmime.c
13996                 Fix bus error on 64bit. Spotted by 
13997                 macallan1888@gmail.com
13998
13999 2005-04-15 [colin]      1.9.6cvs35
14000
14001         * src/prefs_account.c
14002                 Fix cvs34.
14003
14004 2005-04-12 [colin]      1.9.6cvs34
14005
14006         * src/prefs_account.c
14007                 Fix smtp auth type off-by-one. We forgot to
14008                 add PLAIN in the prefs-to-gui setter func and
14009                 as a result, the selected auth when opening
14010                 account prefs was not the correct one.
14011
14012 2005-04-12 [paul]       1.9.6cvs33
14013
14014         * src/inc.c
14015                 if the recv dialog is visible, Cancel only
14016                 cancels the current account
14017
14018
14019 2005-04-10 [colin]      1.9.6cvs32
14020
14021         * src/filtering.c
14022                 Copy score when copying FilteringActions
14023                 Fix bug #674
14024
14025 2005-04-10 [colin]      1.9.6cvs31
14026
14027         * src/inc.c
14028                 Make Message -> Receive -> Cancel cancel 
14029                 incorporation on all accounts. Fixes
14030                 bug #693
14031
14032 2005-04-10 [colin]      1.9.6cvs30
14033
14034         * src/prefs_account.c
14035                 Update Privacy checkbuttons status based
14036                 on the selected privacy system
14037         * src/compose.c
14038                 Always connect the "None" privacy system; the
14039                 static boolean was probably there to avoid
14040                 reconnecting twice in the same compose window,
14041                 but as the parent function is only called once
14042                 per compose, it's only a bug - as a static is
14043                 initialized once per application instance.
14044                 Also, don't uncheck Sign and Encrypt when
14045                 selecting None as privacy system; just ignore
14046                 them when sending/queuing.
14047                 Should fix bug #695
14048
14049 2005-04-08 [colin]      1.9.6cvs29
14050
14051         * src/account.c
14052         * src/prefs_account.c
14053         * src/prefs_account.h
14054                 Add account preference to queue message in a certain
14055                 folder.
14056
14057 2005-04-06 [colin]      1.9.6cvs28
14058
14059         * src/prefs_account.c
14060                 Update old inbox path syntax
14061
14062 2005-04-06 [paul]       1.9.6cvs27
14063
14064         sync with main:
14065
14066         * configure.ac
14067                 changed -traditional-cpp to -no-cpp-precomp for newer
14068                 Mac OS X support
14069         * src/foldersel.c
14070                 made column resize automatically
14071         * src/send_message.c
14072                 send_message_smtp(): consider EOF right after QUIT
14073                 successful (workaround for Gmail SMTP server)
14074         * src/common/socket.c
14075                 ssl_read(), ssl_peek(): check EOF which violates the
14076                 SSL protocol
14077         * src/gtk/colorlabel.c
14078                 removed warnings when displaying colorlabel menu
14079                 (don't use GtkAlignment)
14080
14081 2005-04-05 [paul]       1.9.6cvs26
14082
14083         * src/plugins/trayicon/trayicon.c
14084                 fix clipping of icon under KDE3 
14085
14086 2005-04-05 [paul]       1.9.6cvs25
14087
14088         * src/summaryview.c
14089                 hide display of threading
14090                 patch by Alfons
14091
14092 2005-04-04 [thorsten]   1.9.6cvs24
14093
14094         * src/mh.c
14095                 marks lost on filesystems with different stat() results on
14096                 summer-/wintertime
14097
14098 2005-04-03 [colin]      1.9.6cvs23
14099
14100         * src/summaryview.c
14101                 Don't handle up/down. Patch by Alfons
14102
14103 2005-04-02 [colin]      1.9.6cvs22
14104
14105         * src/summaryview.c
14106                 Make scrolling faster. Patch by Alfons.
14107
14108 2005-04-01 [colin]      1.9.6cvs21
14109
14110         * src/Makefile.am
14111         * src/stock_pixmap.c
14112         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14113         * src/pixmaps/dir_noselect.xpm ** ADDED **
14114                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14115
14116 2005-04-01 [colin]      1.9.6cvs20
14117
14118         * src/image_viewer.c
14119         * src/image_viewer.h
14120         * src/procmime.c
14121         * src/procmime.h
14122         * src/textview.c
14123         * src/textview.h
14124                 Implement inline image resizing and right-clicking
14125
14126 2005-04-01 [paul]       1.9.6cvs19
14127
14128         * AUTHORS
14129         * Makefile.am
14130         * configure.ac
14131                 check for gnome2
14132                 patch by Luca Cavalli <loopback<AT>slackit.org>
14133         * po/ru.po
14134                 updated by Pavlo Bohmat
14135
14136 2005-03-31 [colin]      1.9.6cvs18
14137
14138         * src/news.c
14139                 Fix parsing references
14140         * src/msgcache.c
14141                 don't put nulls in the references list
14142         * src/procheader.c
14143                 commit that forgotten file in 1.9.6cvs14
14144
14145 2005-03-31 [colin]      1.9.6cvs17
14146
14147         * src/compose.c
14148                 Fix joining of signature separator again. 
14149                 Maybe Hiro could put it in main too...
14150
14151 2005-03-31 [colin]      1.9.6cvs16
14152
14153         * src/Makefile.am
14154         * src/foldersel.c
14155         * src/stock_pixmap.c
14156         * src/stock_pixmap.h
14157         * src/pixmaps/dir-noselect.xpm
14158                 Update foldersel.c (sync from main, patch by Alfons)
14159
14160 2005-03-30 [colin]      1.9.6cvs15
14161
14162         * src/imap.c
14163                 Fix handling of imap folders containing [] in 
14164                 their name. Thanks to Nahuel Angelinetti for
14165                 the detailed bugreport.
14166
14167 2005-03-30 [colin]      1.9.6cvs14
14168
14169         * src/common/utils.h
14170         * src/common/utils.c
14171         * src/common/defs.h
14172         * src/matcher.c
14173         * src/msgcache.c
14174         * src/news.c
14175         * src/procmsg.c
14176         * src/procmsg.h
14177         * src/quote_fmt_parse.y
14178         * src/summaryview.c
14179                 Update references system. Patch by Alfons
14180
14181 2005-03-30 [colin]      1.9.6cvs13
14182
14183         * src/common/socket.c
14184                 Force the glibc to read resolv.conf again when 
14185                 it has changed. Should fix issues when changing
14186                 networks on a laptop and not restarting sylpheed. 
14187
14188 2005-03-30 [paul]       1.9.6cvs12
14189
14190         partial sync with main:
14191
14192         * src/action.c
14193                 create_io_dialog(): use user-defined text font
14194                 (thanks to Alfons), and modified its appearance.
14195         * src/addrgather.c
14196         * src/addrharvest.c
14197         * src/browseldap.c
14198                 replace old code
14199         * src/compose.c
14200                 don't join (presumably) itemized lines on line-wrapping
14201                 fixed wrapping of quote when auto-wrapping is enabled
14202                 compose_destroy(): destroy paned only if it's not
14203                 attached to window. Fixed memory leak of popup menu.
14204         * src/exphtmldlg.c
14205         * src/expldifdlg.c
14206                 replace old code
14207         * src/html.c
14208         * src/html.h
14209         * src/importmutt.c
14210         * src/importpine.c
14211                 replace old code
14212         * src/main.c
14213                 removed redundant code
14214         * src/mainwindow.c
14215                 changed 'Code set' (which is rather incorrect)
14216                 in the menu to 'Character encoding'
14217                 main_window_set_widgets(): request size first
14218                 to prevent window size becoming wrong
14219                 fixed remembering of the state of the visibility
14220                 of MessageView
14221         * src/messageview.c
14222                 changed 'Code set' (which is rather incorrect)
14223                 in the menu to 'Character encoding'
14224         * src/prefs_common.c
14225         * src/prefs_common.h
14226                 added an option whether to render HTML as text or not
14227                 added separators to outgoing encoding menu
14228         * src/procheader.c
14229                 procheader_scan_date_string(): support header
14230                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14231         * src/summaryview.c
14232         * src/summaryview.h
14233                 minor code cleanup
14234         * src/textview.c
14235                 textview_show_html(): force output of newline
14236                 added an option whether to render HTML as text or not
14237         * src/common/utils.c
14238                 strncpy2(): optimized based on Alfons' code
14239         * src/gtk/gtkutils.c
14240         * src/gtk/gtkutils.h
14241                 removed non-used code
14242         * src/plugins/pgpmime/passphrase.c
14243                 partially fixed grab input of passphrase dialog
14244                 Confine pointer to window
14245
14246 2005-03-30 [colin]      1.9.6cvs11
14247
14248         * src/msgcache.c
14249         * src/msgcache.h
14250                 Read/write 32bit ints from cache & marks
14251                 From main.
14252
14253 2005-03-29 [paul]       1.9.6cvs10
14254
14255         * AUTHORS
14256         * ChangeLog.claws
14257         * src/compose.c
14258         * src/gtk/gtkaspell.c
14259                 sync with HEAD (don't pass NULL pointers) 
14260
14261 2005-03-24 [paul]
14262
14263         * tools/Makefile.am
14264         * tools/README
14265         * tools/acroread2sylpheed.pl
14266                 sync with HEAD (add script to send pdfs as
14267                 attachments from Adobe Reader 7)
14268
14269 2005-03-21 [paul]       1.9.6cvs9
14270
14271         * configure.ac
14272         * po/POTFILES.in
14273         * src/Makefile.am
14274         * src/crash.c
14275         * src/image_viewer.c ** ADDED **
14276         * src/image_viewer.h ** ADDED **
14277         * src/main.c
14278         * src/prefs_common.c
14279         * src/prefs_common.h
14280         * src/prefs_image_viewer.c ** ADDED **
14281         * src/prefs_image_viewer.h ** ADDED **
14282         * src/textview.c
14283         * src/gtk/about.c
14284         * src/pixmaps/sylpheed_logo.xpm
14285         * src/plugins/Makefile.am
14286         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14287         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14288         * src/plugins/image_viewer/plugin.c ** REMOVED **
14289         * src/plugins/image_viewer/viewer.c ** REMOVED **
14290         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14291         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14292         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14293         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14294         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14295                 as gdk-pixbuf is now built-in
14296                 remove image_viewer plugin and put code back into
14297                 main codebase
14298                 implement inline image display (sync with main)
14299
14300                 replace logo with newer, nicer, larger version  
14301
14302 2005-03-21 [paul]       1.9.6cvs8
14303
14304         * src/gtk/about.c
14305                 cosmetic improvement
14306
14307 2005-03-21 [holger]     1.9.6cvs7
14308
14309         * src/plugins/spamassassin/spamassassin.c
14310                 Sync with HEAD
14311                 (unregister hook on failed plugin init)
14312
14313 2005-03-20 [colin]      1.9.6cvs6
14314
14315         * src/common/plugin.c
14316                 Check that plugin isn't already loaded
14317                 Patch by Alfons
14318
14319 2005-03-20 [thorsten]   1.9.6cvs5
14320
14321         * src/compose.c
14322                 use a more compatible syntax
14323
14324 2005-03-20 [thorsten]   1.9.6cvs4
14325
14326         * src/prefs_toolbar.c
14327                 fix crash when selecting toolbar item (uninitialized pointer)
14328
14329 2005-03-20 [thorsten]   1.9.6cvs3
14330
14331         * src/procmime.c
14332                 fix mimetype detection (referenced free()d string)
14333
14334 2005-03-20 [paul]       1.9.6cvs2
14335
14336         * src/compose.c
14337                 sync with HEAD (1.0.3cvs5)
14338                 neglect Reply-To header if empty
14339                 Patch by Alfons 
14340
14341 2005-03-19 [holger]     1.9.6cvs1
14342
14343         * src/summaryview.c
14344         * src/summaryview.h
14345                 Sync with HEAD
14346
14347 2005-03-18 [paul]       1.9.6
14348
14349         initial GTK2 release
14350
14351 2005-03-18 [paul]       1.0.3cvs3.1
14352
14353         * AUTHORS
14354         * ChangeLog.claws
14355         * configure.ac
14356         * src/gtk/about.c
14357         * src/pixmaps/sylpheed_logo.xpm
14358                 sync with HEAD
14359
14360 2005-03-18 [colin]      1.0.3cvs2.6
14361
14362         * src/summaryview.c
14363                 Remove call to summary_step in summary_copy_selected_to
14364                 Can't see its purpose, and this causes bug when copying
14365                 a message if the next one is unread: it reads it.
14366
14367 2005-03-18 [paul]       1.0.3cvs2.5
14368
14369         * src/foldersel.c
14370                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14371
14372 2005-03-18 [paul]       1.0.3cvs2.4
14373
14374         * src/addrharvest.c
14375         * src/codeconv.c
14376         * src/codeconv.h
14377         * src/compose.c
14378         * src/news.c
14379         * src/procheader.c
14380         * src/procmime.c
14381         * src/unmime.c
14382         * src/unmime.h
14383                 fix buffer overflow, CAN-2005-0667, see
14384                 http://secunia.com/advisories/14491/
14385                 Patch by Alfons
14386
14387 2005-03-17 [colin]      1.0.3cvs2.3
14388
14389         * src/prefs_fonts.c
14390         * src/summaryview.c
14391                 Fix font bugs (both lists now officialy share 
14392                 the same font)
14393                 
14394
14395 2005-03-17 [paul]       1.0.3cvs2.2
14396
14397         * src/gtk/pluginwindow.c
14398                 make plugin descriptions uneditable
14399
14400 2005-03-11 [paul]       1.0.3cvs2.1
14401
14402         * ChangeLog.claws
14403         * configure.ac
14404         * po/POTFILES.in
14405         * src/plugins/trayicon/trayicon.c
14406                 sync with HEAD
14407                 add src/wizard.c to POTFILES.in
14408
14409 2005-03-11 [paul]       1.0.3cvs1.1
14410
14411         * ChangeLog
14412         * ChangeLog.claws
14413         * configure.ac
14414         * po/de.po
14415         * po/es.po
14416         * po/fr.po
14417         * po/it.po
14418         * po/pt_BR.po
14419         * po/ru.po
14420         * po/sk.po
14421         * po/sr.po
14422         * po/zh_CN.po
14423                 sync with HEAD
14424
14425 2005-03-04 [colin]      1.0.1cvs22.2
14426
14427         * src/compose.c
14428                 Fix signatures with accentued chars in it
14429
14430 2005-03-04 [colin]      1.0.1cvs22.1
14431
14432         * src/common/smtp.c
14433         * src/common/smtp.h
14434                 Don't use SIZE param in MAIL FROM: if server 
14435                 doesn't support it. Patch by Eugen Freiter
14436                 <eugen_f@users.sf.net>
14437
14438 2005-02-27 [paul]       1.0.1cvs20.1
14439
14440         * ChangeLog.claws
14441         * configure.ac
14442         * src/messageview.c
14443                 sync with HEAD
14444
14445 2005-02-27 [colin]      1.0.1cvs19.4
14446
14447         * src/procheader.c
14448         * src/procheader.h
14449                 Fix prototypes. Patch by Alfons
14450
14451 2005-02-27 [colin]      1.0.1cvs19.3
14452
14453         * src/compose.c
14454                 Don't auto-join the signature separator.
14455
14456 2005-02-26 [colin]      1.0.1cvs19.2
14457
14458         * src/summaryview.c
14459                 Fix 'mark all read' with collapsed threads.
14460                 Patch by Alfons.
14461
14462 2005-02-25 [paul]       1.0.1cvs19.1
14463
14464         * ChangeLog.claws
14465         * configure.ac
14466         * src/prefs_account.c
14467         * src/prefs_folder_item.c
14468         * src/gtk/prefswindow.c
14469         * src/gtk/prefswindow.h
14470                 sync with HEAD
14471
14472 2005-02-25 [paul]       1.0.1cvs15.12
14473
14474         * src/alertpanel.c
14475         * src/codeconv.c
14476         * src/compose.c
14477         * src/textview.c
14478         * src/gtk/gtkutils.c
14479         * src/gtk/gtkutils.h
14480         * src/gtk/logwindow.c
14481         * src/gtk/progressdialog.c
14482                 sync with main (revision 127)
14483                 and fix logwindow clipping
14484
14485 2005-02-24 [colin]      1.0.1cvs15.11
14486
14487         * src/plugins/pgpmime/passphrase.c
14488                 Disable input grabbing; it doesn't work yet.
14489
14490 2005-02-24 [colin]      1.0.1cvs15.10
14491
14492         * src/messageview.c
14493                 Don't send out receipts if offline. Ask.
14494
14495 2005-02-23 [colin]      1.0.1cvs15.9
14496
14497         * src/summaryview.c     
14498                 Fix expanding
14499
14500 2005-02-23 [colin]      1.0.1cvs15.8
14501
14502         * src/summaryview.c
14503                 Really fix Bug 568 by removing useless
14504                 calls. summary_thread_init() now called
14505                 in summary_sort(). This should please
14506                 Alfons as it should be faster than 
14507                 previously.
14508
14509 2005-02-23 [colin]      1.0.1cvs15.7
14510
14511         * src/compose.c
14512                 Encode parts as QP or B64 if signing
14513
14514 2005-02-23 [colin]      1.0.1cvs15.6
14515
14516         * src/compose.c
14517                 Fix Mimeinfo leakage (including tmp files)
14518         * src/procmsg.c
14519                 Fix tmp file leakage (spotted by Ivan Rayner)
14520
14521 2005-02-22 [colin]      1.0.1cvs15.5
14522
14523         * src/expldifdlg.c
14524                 Fix keyboard input. Patch by Alfons.
14525
14526 2005-02-21 [colin]      1.0.1cvs15.4
14527
14528         * src/compose.c
14529                 Fix Sign/Encrypt when unselecting privacy
14530                 system
14531         * src/prefs_common.c
14532                 Change default message font to Monospace
14533         * src/summaryview.c
14534                 More freezing during potentially large operations
14535
14536 2005-02-21 [paul]       1.0.1cvs15.3
14537
14538         * src/main.c
14539                 fix --help output
14540
14541 2005-02-21 [paul]       1.0.1cvs15.2
14542
14543         * po/Makefile.in.in
14544         * src/compose.c
14545         * src/summaryview.c
14546         * src/textview.c
14547         * src/common/utils.c
14548         * src/common/utils.h
14549                 sync with main (revision 117)
14550
14551 2005-02-20 [colin]      1.0.1cvs15.1
14552
14553         * src/common/defs.h
14554                 Change cache file to .sylpheed_claws_cache, as
14555                 suggested by Alfons. Allows people to switch
14556                 between Sylpheed and Sylpheed-Claws. it is
14557                 a good idea to "Check for new messages" at next
14558                 startup.
14559
14560
14561 2005-02-18 [colin]      1.0.1cvs14.1
14562
14563         * src/quote_fmt_lex.l
14564         * src/quote_fmt_parse.y
14565                 Fix parser initialisation. Patch by Ivan.
14566
14567 2005-02-18 [colin]      1.0.1cvs11.6
14568
14569         * src/folderview.c
14570                 Fix scrolldown (bug 662)
14571
14572 2005-02-17 [colin]      1.0.1cvs11.5
14573
14574         * src/codeconv.c
14575                 conv_filename_to_utf8: return clean 7bit instead
14576                 of broken utf8 if needed
14577         * src/mimeview.c
14578                 Fix display of parts with unclean 8bit names
14579
14580 2005-02-17 [paul]       1.0.1cvs11.4
14581
14582         * src/compose.c
14583         * src/exportldif.c
14584         * src/matcher_parser_parse.y
14585         * src/procmime.c
14586         * src/sourcewindow.c
14587         * src/common/Makefile.am
14588         * src/common/intl.h             ** REMOVED **
14589         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14590                 sync with main (revision 109)
14591                 and clean up
14592
14593 2005-02-16 [colin]      1.0.1cvs11.3
14594
14595         * src/summaryview.c
14596                 Fix collapsed thread not highlighting when new
14597                 messages in it (Bug 568) Patch by Stephan Sachse.
14598                 Fix messed up selection when reaching bounds (Bug 632)
14599         * src/prefs_themes.c
14600                 Fix theme installing (Bug 684)
14601
14602 2005-02-16 [colin]      1.0.1cvs11.2
14603
14604         * src/messageview.c
14605                 Fix messageview_select_all
14606
14607 2005-02-16 [colin]      1.0.1cvs11.1
14608
14609         * src/mh.c
14610                 Sync with HEAD (MH scan required function)
14611
14612 2005-02-15 [colin]      1.0.1cvs8.1
14613
14614         * src/mimeview.c
14615         * src/common/utils.c
14616                 Sync with HEAD (filename chars substitution)
14617
14618 2005-02-15 [colin]      1.0.1cvs7.3
14619
14620         * src/gtk/pluginwindow.c
14621                 Fix button spacing
14622
14623 2005-02-15 [colin]      1.0.1cvs7.2
14624
14625         * src/mimeview.c
14626                 Fix mime icons not reset across message when
14627                 scrolled down
14628
14629 2005-02-15 [colin]      1.0.1cvs7.1
14630
14631         * src/compose.c
14632         * src/procmime.c
14633                 Sync with HEAD (optimisation of cvs6)
14634
14635 2005-02-14 [colin]      1.0.1cvs6.1
14636
14637         * src/compose.c
14638         * src/procmime.c
14639                 Sync with HEAD (encode "From " at line beginning)
14640
14641 2005-02-14 [colin]      1.0.1cvs5.3
14642
14643         * src/compose.c
14644                 Fix wrapping with accentued chars.
14645
14646 2005-02-13 [colin]      1.0.1cvs5.2
14647
14648         * src/textview.c
14649                 Fix email informative part parsing with
14650                 accentued chars in it. ispunct() returns
14651                 true for them in utf8...
14652
14653 2005-02-12 [colin]      1.0.1cvs5.1
14654
14655         * src/filtering.c
14656                 Sync with HEAD (remove wrong use of compose after send)
14657
14658 2005-02-12 [paul]       1.0.1cvs4.5
14659
14660         * src/textview.c
14661                 remove unnecessary code (thanks to Alfons)
14662
14663 2005-02-12 [paul]       1.0.1cvs4.4
14664
14665         * src/textview.c
14666                 add 'Copy' to contextual menu on emails
14667
14668 2005-02-11 [colin]      1.0.1cvs4.3
14669
14670         * src/compose.c
14671                 revert 1.0.0cvs28.2, it doesn't work that well.
14672
14673 2005-02-11 [paul]       1.0.1cvs4.2
14674
14675         * po/Makefile.in.in
14676                 fix 'make release'
14677
14678 2005-02-10 [paul]       1.0.1cvs4.1
14679
14680         * ChangeLog
14681         * ChangeLog.claws
14682         * ChangeLog.jp
14683         * configure.ac
14684         * src/compose.c
14685                 sync with HEAD (sync with main)
14686
14687 2005-02-10 [paul]       1.0.1cvs3.2
14688
14689         * AUTHORS
14690         * Makefile.am
14691         * autogen.sh
14692         * configure.ac
14693         * config/mkinstalldirs
14694         * intl/.cvsignore
14695         * intl/ChangeLog
14696         * intl/VERSION
14697         * intl/bindtextdom.c
14698         * intl/config.charset
14699         * intl/dcgettext.c
14700         * intl/dcigettext.c
14701         * intl/dcngettext.c
14702         * intl/dgettext.c
14703         * intl/dngettext.c
14704         * intl/eval-plural.h
14705         * intl/explodename.c
14706         * intl/finddomain.c
14707         * intl/gettext.c
14708         * intl/gettextP.h
14709         * intl/gmo.h
14710         * intl/hash-string.h
14711         * intl/intl-compat.c
14712         * intl/l10nflist.c
14713         * intl/libgnuintl.h.in
14714         * intl/loadinfo.h
14715         * intl/loadmsgcat.c
14716         * intl/localcharset.c
14717         * intl/localcharset.h
14718         * intl/locale.alias
14719         * intl/localealias.c
14720         * intl/localename.c
14721         * intl/log.c
14722         * intl/ngettext.c
14723         * intl/os2compat.c
14724         * intl/os2compat.h
14725         * intl/osdep.c
14726         * intl/plural-exp.c
14727         * intl/plural-exp.h
14728         * intl/plural.c
14729         * intl/plural.y
14730         * intl/ref-add.sin
14731         * intl/ref-del.sin
14732         * intl/relocatable.c
14733         * intl/relocatable.h
14734         * intl/textdomain.c
14735         * m4/Makefile.am
14736         * po/Makefile.in.in
14737         * src/Makefile.am
14738         * src/account.c
14739         * src/action.c
14740         * src/addr_compl.c
14741         * src/addressadd.c
14742         * src/addressbook.c
14743         * src/addrgather.c
14744         * src/addrindex.c
14745         * src/alertpanel.c
14746         * src/browseldap.c
14747         * src/codeconv.c
14748         * src/codeconv.h
14749         * src/compose.c
14750         * src/compose.h
14751         * src/crash.c
14752         * src/editaddress.c
14753         * src/editbook.c
14754         * src/editgroup.c
14755         * src/editjpilot.c
14756         * src/editldap.c
14757         * src/editldap_basedn.c
14758         * src/editvcard.c
14759         * src/exphtmldlg.c
14760         * src/expldifdlg.c
14761         * src/export.c
14762         * src/exporthtml.c
14763         * src/filtering.c
14764         * src/folder.c
14765         * src/folder_item_prefs.c
14766         * src/foldersel.c
14767         * src/folderview.c
14768         * src/grouplistdialog.c
14769         * src/headerview.c
14770         * src/imap.c
14771         * src/imap_gtk.c
14772         * src/import.c
14773         * src/importldif.c
14774         * src/importmutt.c
14775         * src/importpine.c
14776         * src/inc.c
14777         * src/ldif.c
14778         * src/main.c
14779         * src/mainwindow.c
14780         * src/matcher.c
14781         * src/mbox.c
14782         * src/message_search.c
14783         * src/messageview.c
14784         * src/mh.c
14785         * src/mh_gtk.c
14786         * src/mimeview.c
14787         * src/msgcache.c
14788         * src/news.c
14789         * src/news_gtk.c
14790         * src/noticeview.c
14791         * src/partial_download.c
14792         * src/pop.c
14793         * src/prefs_account.c
14794         * src/prefs_actions.c
14795         * src/prefs_common.c
14796         * src/prefs_customheader.c
14797         * src/prefs_display_header.c
14798         * src/prefs_ext_prog.c
14799         * src/prefs_filtering.c
14800         * src/prefs_filtering_action.c
14801         * src/prefs_folder_item.c
14802         * src/prefs_fonts.c
14803         * src/prefs_gtk.c
14804         * src/prefs_matcher.c
14805         * src/prefs_msg_colors.c
14806         * src/prefs_spelling.c
14807         * src/prefs_summary_column.c
14808         * src/prefs_template.c
14809         * src/prefs_themes.c
14810         * src/prefs_toolbar.c
14811         * src/prefs_wrapping.c
14812         * src/privacy.c
14813         * src/procheader.c
14814         * src/procmime.c
14815         * src/procmsg.c
14816         * src/quote_fmt.c
14817         * src/recv.c
14818         * src/send_message.c
14819         * src/setup.c
14820         * src/sourcewindow.c
14821         * src/ssl_manager.c
14822         * src/statusbar.c
14823         * src/summary_search.c
14824         * src/summaryview.c
14825         * src/textview.c
14826         * src/toolbar.c
14827         * src/wizard.c
14828         * src/common/nntp.c
14829         * src/common/plugin.c
14830         * src/common/smtp.c
14831         * src/common/ssl.c
14832         * src/common/ssl_certificate.c
14833         * src/common/string_match.c
14834         * src/common/sylpheed.c
14835         * src/common/template.c
14836         * src/common/utils.c
14837         * src/gtk/about.c
14838         * src/gtk/colorlabel.c
14839         * src/gtk/description_window.c
14840         * src/gtk/filesel.c
14841         * src/gtk/foldersort.c
14842         * src/gtk/gtkaspell.c
14843         * src/gtk/gtkutils.c
14844         * src/gtk/inputdialog.c
14845         * src/gtk/logwindow.c
14846         * src/gtk/menu.c
14847         * src/gtk/pluginwindow.c
14848         * src/gtk/prefswindow.c
14849         * src/gtk/progressdialog.c
14850         * src/gtk/quicksearch.c
14851         * src/gtk/sslcertwindow.c
14852         * src/plugins/clamav/clamav_plugin.c
14853         * src/plugins/clamav/clamav_plugin_gtk.c
14854         * src/plugins/demo/demo.c
14855         * src/plugins/dillo_viewer/dillo_prefs.c
14856         * src/plugins/dillo_viewer/dillo_viewer.c
14857         * src/plugins/image_viewer/plugin.c
14858         * src/plugins/image_viewer/viewer.c
14859         * src/plugins/image_viewer/viewerprefs.c
14860         * src/plugins/mathml_viewer/mathml_viewer.c
14861         * src/plugins/pgpmime/passphrase.c
14862         * src/plugins/pgpmime/plugin.c
14863         * src/plugins/pgpmime/prefs_gpg.c
14864         * src/plugins/pgpmime/select-keys.c
14865         * src/plugins/pgpmime/sgpgme.c
14866         * src/plugins/spamassassin/spamassassin.c
14867         * src/plugins/spamassassin/spamassassin_gtk.c
14868         * src/plugins/trayicon/trayicon.c
14869                 sync with main (revision 104)
14870
14871 2005-02-10 [colin]      1.0.1cvs3.1
14872
14873         * src/mainwindow.c
14874                 Sync with HEAD (fix occasional crasher)
14875
14876 2005-02-10 [colin]      1.0.1cvs2.1
14877
14878         * src/messageview.c
14879                 Synw with HEAD (don't automatically display html)
14880
14881 2005-02-09 [colin]      1.0.1cvs1.3
14882
14883         * src/textview.c
14884         * src/textview.h
14885                 Add contextual menu on emails
14886
14887 2005-02-09 [colin]      1.0.1cvs1.2
14888
14889         * src/codeconv.c
14890                 Fix converting from broken headers and 
14891                 put back the _ in missing places
14892                 (feature broke with cvs24.2 sync, main 
14893                  possibly affected?)
14894
14895 2005-02-09 [colin]      1.0.1cvs1.1
14896
14897         * src/messageview.c
14898         * src/mimeview.c
14899         * src/mimeview.h
14900                 Sync with HEAD (display non text/plain mails with plugin)
14901
14902 2005-02-08 [colin]      1.0.1.1
14903
14904         * ChangeLog.claws
14905         * po/pt_BR.po
14906                 Sync with HEAD
14907         * configure.ac
14908                 Make default configuration directory 
14909                 be .sylpheed-gtk2
14910
14911 2005-02-08 [colin]      1.0.0cvs29.1
14912
14913         * po/de.po
14914         * po/es.po
14915         * po/fr.po
14916         * po/it.po
14917         * po/sk.po
14918         * po/sr.po
14919                 Sync translations with HEAD
14920
14921 2005-02-06 [colin]      1.0.0cvs28.3
14922
14923         * src/compose.c
14924                 Make compose a bit faster - patch by Alfons.
14925
14926 2005-02-06 [colin]      1.0.0cvs28.2
14927
14928         * src/compose.c
14929                 Make pasting via middle-click more reliable
14930
14931 2005-02-05 [paul]       1.0.0cvs28.1
14932
14933         * ChangeLog
14934         * ChangeLog.claws
14935         * ChangeLog.jp
14936         * configure.ac
14937         * src/compose.c
14938                 sync with HEAD
14939                 (fix bug 682 'redirect is broken'
14940
14941 2005-02-05 [torte]      1.0.0cvs27.1
14942
14943         * ChangeLog.claws
14944         * configure.ac
14945         * src/partial_download.c
14946                 Sync with HEAD (fix buf overflow)
14947
14948 2005-02-03 [colin]      1.0.0cvs26.1
14949
14950         * src/common/plugin.c
14951                 Sync with HEAD (avoid plugin mismatches)
14952
14953 2005-02-03 [paul]       1.0.0cvs25.3
14954
14955         * src/folderview.c
14956         * src/headerview.c
14957         * src/summaryview.c
14958         * src/textview.c
14959         * src/gtk/colorlabel.c
14960                 third and final part of initial sync with main-gtk2
14961
14962 2005-02-03 [paul]       1.0.0cvs25.2
14963
14964         * src/jpilot.c
14965                 fix building with jpilot support
14966
14967 2005-02-02 [colin]      1.0.0cvs25.1
14968
14969         * src/messageview.c
14970                 Sync with HEAD (fix dangerous typo)
14971
14972 2005-02-01 [colin]      1.0.0cvs24.3
14973
14974         * src/common/xml.c
14975                 Write file as advertised (UTF-8)
14976
14977 2005-02-01 [paul]       1.0.0cvs24.2
14978
14979         * src/addrbook.c
14980         * src/addrindex.c
14981         * src/alertpanel.h
14982         * src/codeconv.c
14983         * src/codeconv.h
14984         * src/compose.c
14985         * src/export.c
14986         * src/folder_item_prefs.c
14987         * src/html.c
14988         * src/imap.c
14989         * src/import.c
14990         * src/jpilot.c
14991         * src/mainwindow.c
14992         * src/matcher_parser_lex.l
14993         * src/messageview.c
14994         * src/mh.c
14995         * src/prefs_account.c
14996         * src/prefs_actions.c
14997         * src/prefs_common.c
14998         * src/prefs_gtk.c
14999         * src/prefs_gtk.h
15000         * src/prefs_themes.c
15001         * src/procheader.c
15002         * src/procmime.c
15003         * src/sourcewindow.c
15004         * src/statusbar.c
15005         * src/summaryview.c
15006         * src/textview.c
15007         * src/toolbar.c
15008         * src/unmime.c
15009         * src/common/template.c
15010         * src/common/utils.c
15011         * src/common/xml.c
15012         * src/common/xml.h
15013         * src/gtk/gtkaspell.c
15014         * src/plugins/clamav/clamav_plugin.c
15015         * src/plugins/dillo_viewer/dillo_prefs.c
15016         * src/plugins/image_viewer/viewerprefs.c
15017         * src/plugins/pgpmime/passphrase.c
15018         * src/plugins/pgpmime/prefs_gpg.c
15019         * src/plugins/pgpmime/select-keys.c
15020         * src/plugins/spamassassin/spamassassin.c
15021                 second part of initial sync with main-gtk2
15022                 (more to follow)
15023
15024 2005-01-31 [colin]      1.0.0cvs24.1
15025
15026         * src/compose.c
15027                 Sync with HEAD
15028
15029 2005-01-29 [paul]       1.0.0cvs23.2
15030
15031         * src/account.c
15032         * src/action.c
15033         * src/addressadd.c
15034         * src/addressbook.c
15035         * src/alertpanel.c
15036         * src/compose.c
15037         * src/editaddress.c
15038         * src/editbook.c
15039         * src/editgroup.c
15040         * src/editjpilot.c
15041         * src/editldap.c
15042         * src/editldap_basedn.c
15043         * src/editvcard.c
15044         * src/export.c
15045         * src/foldersel.c
15046         * src/grouplistdialog.c
15047         * src/import.c
15048         * src/importldif.c
15049         * src/inc.c
15050         * src/main.c
15051         * src/mainwindow.c
15052         * src/message_search.c
15053         * src/messageview.c
15054         * src/mimeview.c
15055         * src/prefs_actions.c
15056         * src/prefs_common.c
15057         * src/prefs_common.h
15058         * src/prefs_customheader.c
15059         * src/prefs_display_header.c
15060         * src/prefs_filtering.c
15061         * src/prefs_filtering_action.c
15062         * src/prefs_gtk.c
15063         * src/prefs_matcher.c
15064         * src/prefs_summary_column.c
15065         * src/prefs_template.c
15066         * src/sourcewindow.c
15067         * src/summary_search.c
15068         * src/summaryview.c
15069         * src/textview.c
15070         * src/gtk/about.c
15071         * src/gtk/description_window.c
15072         * src/gtk/gtkshruler.c
15073         * src/gtk/gtkutils.c
15074         * src/gtk/gtkutils.h
15075         * src/gtk/inputdialog.c
15076         * src/gtk/logwindow.c
15077         * src/gtk/prefswindow.c
15078         * src/gtk/progressdialog.c
15079         * src/gtk/progressdialog.h
15080                 first part of initial sync with main-gtk2
15081                 (more to follow)
15082
15083 2005-01-28 [colin]      1.0.0cvs23.1
15084
15085         * src/folderview.c
15086                 Sync with HEAD
15087
15088 2005-01-27 [colin]      1.0.0cvs21.1
15089
15090         * src/folder.c
15091         * src/folderview.c
15092                 Sync with HEAD
15093
15094 2005-01-27 [colin]      1.0.0cvs19.1
15095
15096         * src/procmime.c
15097                 Sync with HEAD
15098
15099 2005-01-27 [colin]      1.0.0cvs18.1
15100
15101         * src/messageview.c
15102         * src/summaryview.c
15103         * src/mainwindow.c
15104         * src/compose.c
15105         * src/compose.h
15106         * src/procmsg.c
15107         * src/procmsg.h
15108         * src/toolbar.c
15109                 Sync with HEAD
15110
15111 2005-01-26 [paul]       1.0.0cvs15.2
15112
15113         * src/compose.c
15114                 compose_entries_set(): convert subject and body to
15115                 utf8 if necessary. patch by Felix Eckhofer
15116
15117 2005-01-26 [paul]       1.0.0cvs15.1
15118
15119         * configure.ac
15120         * src/common/template.c
15121                 sync with HEAD (fix memory leak)
15122
15123 2005-01-25 [paul]       1.0.0cvs14.1
15124
15125         * configure.ac
15126         * src/compose.c
15127                 sync with HEAD
15128
15129 2005-01-24 [colin]      1.0.0cvs13.1
15130
15131         * src/summaryview.c
15132                 Sync with HEAD
15133
15134 2005-01-24 [paul]       1.0.0cvs12.1
15135
15136         * configure.ac
15137         * src/messageview.c
15138         * src/mh.c
15139         * src/common/utils.c
15140                 sync with HEAD
15141
15142 2005-01-24 [colin]      1.0.0cvs11.1
15143
15144         * src/procheader.c
15145                 Sync with HEAD
15146
15147 2005-01-24 [colin]      1.0.0cvs10.1
15148
15149         * src/folderview.c
15150                 Sync with HEAD
15151
15152 2005-01-23 [colin]      1.0.0cvs9.1
15153
15154         * src/crash.c
15155                 Sync with HEAD
15156
15157 2005-01-22 [colin]      1.0.0cvs8.1
15158
15159         * src/summaryview.c
15160         * src/gtk/quicksearch.c
15161                 Sync with HEAD
15162
15163 2005-01-21 [colin]      1.0.0cvs7.1
15164
15165         * src/summaryview.c
15166                 Sync with HEAD
15167
15168 2005-01-21 [colin]      1.0.0cvs6.1
15169
15170         * src/summaryview.c
15171                 Sync with HEAD
15172
15173 2005-01-21 [colin]      1.0.0cvs5.1
15174
15175         * src/gtk/quicksearch.c
15176         * src/prefs_common.c
15177         * src/prefs_common.h
15178                 Sync with HEAD (recurse option)
15179
15180 2005-01-21 [colin]      1.0.0cvs4.1
15181
15182         * src/folder.h
15183         * src/folderview.c
15184         * src/folderview.h
15185         * src/summaryview.c
15186         * src/gtk/quicksearch.c
15187         * src/gtk/quicksearch.h
15188                 Sync with HEAD (recursive quicksearch)
15189
15190 2005-01-20 [colin]      1.0.0cvs3.4
15191
15192         * src/ssl_manager.c
15193                 Remove useless code
15194
15195 2005-01-20 [colin]      1.0.0cvs3.3
15196
15197         * src/ssl_manager.c
15198                 Fix leak, thanks to Alfons.
15199
15200 2005-01-20 [colin]      1.0.0cvs3.2
15201
15202         * src/ssl_manager.c
15203                 Port SSL certificate window to GTK2.
15204
15205 2005-01-20 [paul]       1.0.0cvs3.1
15206
15207         * ChangeLog.claws
15208         * configure.ac
15209         * src/addrindex.c
15210         * src/addrindex.h
15211                 sync with HEAD
15212
15213 2005-01-19 [colin]      1.0.0cvs2.2
15214
15215         * src/plugins/trayicon/trayicon.c
15216                 Fix freeze with gtk-2.6, the easy way
15217                 (signal blocking helpless there...)
15218                 Closes bug #668.
15219
15220 2005-01-19 [colin]      1.0.0cvs2.1
15221
15222         * src/mbox.c
15223         * src/mbox.h
15224         * src/mainwindow.c
15225         * src/summaryview.c
15226         * src/summaryview.h
15227                 Sync with HEAD
15228
15229 2005-01-19 [paul]       1.0.0cvs1.1
15230
15231         * configure.ac
15232         * po/de.po
15233         * po/es.po
15234         * po/fr.po
15235         * po/hr.po
15236         * po/it.po
15237         * po/ja.po
15238         * po/ko.po
15239         * po/pt_BR.po
15240         * po/ru.po
15241         * po/sk.po
15242         * po/sr.po
15243                 sync with HEAD (update translations)
15244
15245 2005-01-18 [colin]      1.0.0cvs0.1
15246
15247         * src/foldersel.c
15248                 Specify search column - patch by Alfons
15249
15250 2005-01-18 [colin]      0.9.13cvs36.3
15251
15252         * src/prefs_toolbar.c
15253                 Change Delete to Remove
15254         * src/prefs_fonts.c
15255                 GTK2 version and leak fixes
15256         * src/prefs_actions.c
15257                 Add stock buttons.
15258                 All patches by Alfons
15259
15260 2005-01-17 [colin]      0.9.13cvs36.2
15261
15262         * src/compose.c
15263                 Fix DnD inserting twice. While at it,
15264                 add DnD support for text/plain in the
15265                 body, and add support in the headers.
15266
15267 2005-01-16 [colin]      0.9.13cvs36.1
15268
15269         * ChangeLog
15270         * ChangeLog.jp
15271         * ChangeLog.claws
15272                 Sync with HEAD (nothing applicable)
15273
15274 2005-01-16 [colin]      0.9.13cvs33.2
15275
15276         * src/prefs_toolbar.c
15277                 GTK2ize prefs_toolbar, by Alfons.
15278
15279 2005-01-14 [colin]      0.9.13cvs33.1
15280
15281         * src/html.c
15282         * src/msgcache.c
15283                 Sync with HEAD
15284
15285 2005-01-14 [colin]      0.9.13cvs32.1
15286
15287         * src/html.c
15288         * src/html.h
15289         * src/msgcache.c
15290         * AUTHORS
15291         * tools/calypso_convert.pl
15292                 Sync with HEAD
15293
15294 2005-01-08 [colin]      0.9.13cvs29.2
15295
15296         * src/prefs_filtering_action.c
15297         * src/prefs_filtering.c
15298                 2 more gtk2 patches by Alfons
15299
15300 2005-01-07 [paul]       0.9.13cvs29.1
15301
15302         * ChangeLog
15303         * ChangeLog.claws
15304         * ChangeLog.jp
15305         * configure.ac
15306         * src/pop.c
15307         * src/pop.h
15308                 sync with HEAD
15309
15310 2005-01-07 [colin]      0.9.13cvs28.3
15311
15312         * src/gtk/progressdialog.c
15313         * src/gtk/progressdialog.h
15314         * src/inc.c
15315         * src/send_message.c
15316                 GTK2 for the incorporation dialog. The CList isn't dead
15317                 yet, for a more smooth migration. Patch by Alfons.
15318
15319 2005-01-06 [colin]      0.9.13cvs28.2
15320
15321         * src/prefs_display_header.c
15322                 GTK2 conversion by Alfons
15323         * src/prefs_actions.c
15324         * src/prefs_matcher.c
15325                 Fix 2 leaks - patch by Alfons
15326
15327 2005-01-06 [colin]      0.9.13cvs28.1
15328
15329         * src/prefs_matcher.c
15330                 Sync with HEAD
15331
15332 2005-01-06 [colin]      0.9.13cvs27.4
15333
15334         * src/prefs_matcher.c
15335                 Fix double-free. Patch by Alfons
15336
15337 2005-01-06 [colin]      0.9.13cvs27.3
15338
15339         * src/prefs_matcher.c
15340                 GTK2 widgets + memleak
15341                 Patch by Alfons
15342
15343 2005-01-05 [colin]      0.9.13cvs27.2
15344
15345         * src/account.c
15346         * src/addr_compl.c
15347         * src/foldersel.c
15348         * src/stock_pixmap.c
15349         * src/stock_pixmap.h
15350                 3 more GTK2 patches by Alfons.
15351
15352 2005-01-04 [colin]      0.9.13cvs27.1
15353
15354         * src/folderview.c
15355         * src/imap_gtk.c
15356         * src/news_gtk.c
15357                 Sync with HEAD
15358
15359 2005-01-04 [colin]      0.9.13cvs25.9
15360
15361         * src/compose.c
15362                 Fix Show Ruler menuitem
15363         * src/prefs_template.c
15364                 Convert to GTK2
15365         * src/common/utils.c
15366                 Make auto pointer stuff handles NULLs
15367                 Patches by Alfons.
15368
15369 2005-01-04 [colin]      0.9.13cvs25.8
15370
15371         * src/compose.c
15372                 Move the attachment list to gtk2
15373                 Patch by Alfons.
15374
15375 2005-01-04 [colin]      0.9.13cvs25.7
15376
15377         * src/textview.c
15378                 Make some keys work again
15379                 Patch by SungHyun Nam <namsh@kldp.org>
15380
15381 2005-01-04 [colin]      0.9.13cvs25.6
15382
15383         * src/gtk/gtkshruler.c
15384                 Move the ruler to GTK2
15385                 Patch by Alfons
15386
15387 2005-01-03 [colin]      0.9.13cvs25.5
15388
15389         * src/compose.c
15390                 Fix my broken patch apply 
15391
15392 2005-01-03 [colin]      0.9.13cvs25.4
15393
15394         * src/common/utils.c
15395         * src/common/utils.h
15396         * src/gtk/prefswindow.c
15397                 Move auto pointer stuff to utils.c
15398                 Patch by Alfons again :)
15399
15400 2005-01-03 [colin]      0.9.13cvs25.3
15401
15402         * src/compose.c
15403         * src/prefs_gtk.c
15404         * src/prefs_template.c
15405         * src/textview.c
15406                 Empty text widgets with empty strings, not NULL char
15407                 Patch by SungHyun Nam <namsh@kldp_org>
15408
15409 2005-01-03 [colin]      0.9.13cvs25.2
15410
15411         * src/main.c
15412         * AUTHORS
15413                 Sync with HEAD
15414
15415 2005-01-03 [colin]      0.9.13cvs25.1
15416
15417         * src/pop.c
15418         * src/pop.h
15419                 Sync with HEAD
15420
15421 2005-01-03 [colin]      0.9.13cvs24.3
15422
15423         * src/account.c
15424                 Two patches from Alfons and Alex S Moore:
15425                 fix images, fix return value.
15426
15427 2005-01-01 [colin]      0.9.13cvs24.2
15428
15429         * src/prefs_actions.c
15430                 Fix over-zealous assertion. Patch by Alfons
15431
15432 2005-01-01 [colin]      0.9.13cvs24.1
15433
15434         * src/procmime.c
15435                 Sync with HEAD (leak fix)
15436
15437 2004-12-31 [colin]      0.9.13cvs23.2
15438
15439         * src/prefs_common.c
15440                 GTK2 widgets + stock buttons - patch by Alfons
15441
15442 2004-12-31 [paul]       0.9.13cvs23.1
15443
15444         * configure.ac
15445                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15446         * src/gtk/pluginwindow.c
15447                 use GTK2 widgets and plug memory leaks,
15448                 patches by Alfons
15449
15450 2004-12-30 [colin]      0.9.13cvs22.4
15451
15452         * src/account.c
15453         * src/action.c
15454         * src/export.c
15455         * src/foldersel.c
15456         * src/import.c
15457         * src/message_search.c
15458         * src/prefs_actions.c
15459         * src/prefs_common.c
15460         * src/prefs_customheader.c
15461         * src/prefs_filtering.c
15462         * src/prefs_summary_column.c
15463         * src/summary_search.c
15464         * src/gtk/about.c
15465         * src/gtk/description_window.c
15466         * src/gtk/gtkutils.c
15467         * src/gtk/gtkutils.h
15468         * src/gtk/inputdialog.c
15469         * src/gtk/prefswindow.c
15470                 Use GTK2 stock buttons. Patches by Alfons.
15471
15472 2004-12-30 [colin]      0.9.13cvs22.3
15473
15474         * src/account.c
15475                 Sync with HEAD
15476         * src/prefs_actions.c
15477         * src/prefs_customheader.c
15478         * src/prefs_filtering.c
15479         * src/prefs_msg_colors.c
15480         * src/prefs_summary_column.c
15481         * src/gtk/prefswindow.c
15482                 Use GtkTreeView instead of deprecated 
15483                 widgets. Patches by Alfons.
15484
15485 2004-12-30 [paul]       0.9.13cvs22.2
15486
15487         * src/foldersel.c
15488                 use GTK 2 Tree View
15489                 patch by Alfons, with root folder sorting fix
15490                 by Stephan Sachse
15491
15492 2004-12-30 [paul]       0.9.13cvs22.1
15493
15494         * ChangeLog
15495         * ChangeLog.claws
15496         * ChangeLog.jp
15497         * NEWS
15498         * configure.ac
15499         * src/account.c
15500                 sync with HEAD
15501
15502 2004-12-22 [martin]     0.9.13cvs21.2
15503
15504         * src/action.c
15505                 free the command line after its use
15506
15507 2004-12-18 [paul]       0.9.13cvs21.1
15508
15509         * AUTHORS
15510         * ChangeLog
15511         * ChangeLog.claws
15512         * ChangeLog.jp
15513         * NEWS
15514         * configure.ac
15515         * src/action.c
15516         * src/compose.c
15517         * src/syldap.c
15518                 sync with HEAD
15519
15520 2004-12-17 [martin]     0.9.13cvs17.2
15521
15522         * src/action.c
15523                 convert actions input to locale
15524         * src/inc.c
15525                 convert notification command to locale
15526         * src/plugins/pgpmime/select-keys.c
15527                 convert attributes to utf8
15528
15529 2004-12-14 [colin]      0.9.13cvs17.1
15530
15531         * ChangeLog
15532         * ChangeLog.jp
15533         * ChangeLog.claws
15534         * src/action.c
15535         * src/common/utils.c
15536         * src/gtk/prefswindow.c
15537         * src/gtk/gtkutils.c
15538         * src/gtk/gtkutils.h
15539         * src/plugins/spamassassin/libspamc.c
15540                 Sync with HEAD
15541
15542 2004-12-13 [colin]      0.9.13cvs14.1
15543
15544         * src/quote_fmt_parse.y
15545                 Sync with HEAD
15546
15547 2004-12-10 [colin]      0.9.13cvs12.1
15548
15549         * src/prefs_themes.c
15550         * src/mainwindow.c
15551         * src/messageview.c
15552                 Sync with HEAD
15553
15554 2004-12-09 [colin]      0.9.13cvs10.1
15555
15556         * src/procmime.c
15557                 Sync with HEAD (fix B64 encoding from memory)
15558
15559 2004-12-08 [colin]      0.9.13cvs9.1
15560
15561         * src/gtk/colorlabel.c
15562                 Sync with HEAD
15563
15564 2004-12-08 [paul]       0.9.13cvs8.2
15565
15566         * src/gtk/pluginwindow.c
15567                 fix window resizing oddities
15568
15569 2004-12-08 [colin]      0.9.13cvs8.1
15570
15571         * src/quote_fmt_parse.y
15572                 Sync with HEAD
15573
15574 2004-12-08 [colin]      0.9.13cvs7.1
15575
15576         * src/matcher_parser_parse.y
15577         * src/msgcache.c
15578         * src/prefs_matcher.c
15579         * src/procheader.c
15580         * src/matcher.c
15581         * src/common/defs.h
15582         * po/sr.po
15583                 Sync with HEAD
15584
15585 2004-12-08 [colin]      0.9.13cvs6.1
15586
15587         * src/quote_fmt_parse.y
15588         * src/textview.c
15589                 Sync with HEAD
15590         * src/gtk/prefswindow.c
15591         * src/gtk/pluginwindow.c
15592                 Fix G_CALLBACKS protos (thanks to Alfons)
15593
15594 2004-12-07 [torte]      0.9.13cvs2.2
15595
15596         * src/procmime.c
15597                 [Bug 650] reply button causes crash
15598                 Thanks to David Relson and Christoph
15599
15600 2004-12-07 [colin]      0.9.13cvs2.1
15601
15602         * ChangeLog.claws
15603         * AUTHORS
15604         * po/sk.po
15605         * src/procmime.c
15606         * src/prefs_account.c
15607         * src/common/smtp.c
15608         * src/common/smtp.h
15609                 Sync with HEAD
15610
15611 2004-12-06 [colin]      0.9.12cvs187.1
15612
15613         * ChangeLog.claws
15614         * INSTALL
15615         * Makefile.am
15616         * README.claws
15617         * TODO.claws
15618         * configure.ac
15619         * po/bg.po
15620         * po/cs.po
15621         * po/el.po
15622         * po/en_GB.po
15623         * po/es.po
15624         * po/fr.po
15625         * po/hr.po
15626         * po/hu.po
15627         * po/it.po
15628         * po/ja.po
15629         * po/ko.po
15630         * po/nl.po
15631         * po/pl.po
15632         * po/pt_BR.po
15633         * po/ru.po
15634         * po/sk.po
15635         * po/sr.po
15636         * po/sv.po
15637         * po/zh_CN.po
15638         * po/zh_TW.Big5.po
15639         * src/compose.c
15640         * tools/Makefile.am
15641         * tools/README
15642         * tools/filter_conv.pl
15643         * tools/kdeservicemenu/README
15644         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15645         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15646                 Sync with HEAD
15647
15648 2004-12-04 [colin]      0.9.12cvs183.1
15649
15650         * src/compose.c
15651                 Sync with HEAD (compose window position saving)
15652
15653 2004-12-04 [paul]       0.9.12cvs182.3
15654
15655         * src/messageview.c
15656         * src/mimeview.c
15657         * src/prefs_customheader.c
15658         * src/gtk/quicksearch.c
15659                 replace some forgotten GTK_SIGNAL_FUNCs
15660
15661 2004-12-04 [paul]       0.9.12cvs182.2
15662
15663         * src/Makefile.am
15664                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15665                 committed in error      
15666
15667 2004-12-04 [paul]       0.9.12cvs182.1
15668
15669         * ChangeLog
15670         * ChangeLog.claws
15671         * ChangeLog.jp
15672         * INSTALL
15673         * NEWS
15674         * README
15675         * README.jp
15676         * configure.ac
15677         * doc/manual/ja/Makefile.am
15678         * doc/manual/ja/sylpheed-1.html
15679         * doc/manual/ja/sylpheed-10.html
15680         * doc/manual/ja/sylpheed-11.html
15681         * doc/manual/ja/sylpheed-12.html
15682         * doc/manual/ja/sylpheed-13.html
15683         * doc/manual/ja/sylpheed-14.html
15684         * doc/manual/ja/sylpheed-15.html
15685         * doc/manual/ja/sylpheed-16.html
15686         * doc/manual/ja/sylpheed-17.html
15687         * doc/manual/ja/sylpheed-18.html
15688         * doc/manual/ja/sylpheed-19.html
15689         * doc/manual/ja/sylpheed-2.html
15690         * doc/manual/ja/sylpheed-20.html
15691         * doc/manual/ja/sylpheed-3.html
15692         * doc/manual/ja/sylpheed-4.html
15693         * doc/manual/ja/sylpheed-5.html
15694         * doc/manual/ja/sylpheed-6.html
15695         * doc/manual/ja/sylpheed-7.html
15696         * doc/manual/ja/sylpheed-8.html
15697         * doc/manual/ja/sylpheed-9.html
15698         * doc/manual/ja/sylpheed.html
15699         * doc/manual/ja/sylpheed.sgml
15700         * po/de.po
15701         * src/Makefile.am
15702         * src/compose.c
15703         * src/procmime.c
15704         * src/pixmaps/regular.xpm **REMOVED**
15705         * src/plugins/pgpmime/pgpmime.c
15706         * src/plugins/pgpmime/plugin.c
15707         * src/plugins/pgpmime/prefs_gpg.c
15708                 sync with HEAD
15709
15710 2004-12-03 [paul]       0.9.12cvs180.1
15711
15712         * ChangeLog
15713         * ChangeLog.claws
15714         * ChangeLog.jp
15715         * configure.ac
15716         * src/Makefile.am
15717         * src/pop.c
15718         * src/common/utils.c
15719         * src/common/utils.h
15720         * src/pixmaps/continue.xpm
15721         * src/pixmaps/dir_close.xpm
15722         * src/pixmaps/dir_open.xpm
15723         * src/pixmaps/drafts_close.xpm
15724         * src/pixmaps/drafts_open.xpm
15725         * src/pixmaps/folder.xpm **REMOVED**
15726         * src/pixmaps/group.xpm
15727         * src/pixmaps/unread.xpm
15728                 sync with HEAD
15729
15730 2004-12-02 [colin]      0.9.12cvs179.1
15731
15732         * src/compose.c
15733                 Sync with HEAD (non-duplicated reedition)
15734
15735 2004-12-02 [colin]      0.9.12cvs178.1
15736
15737         * src/compose.c
15738                 Sync with HEAD (linewrap_quote fix)
15739
15740 2004-12-01 [colin]      0.9.12cvs177.3
15741
15742         * src/addrharvest.c
15743                 Replace sizeof with strlen
15744
15745 2004-12-01 [paul]       0.9.12cvs177.2
15746
15747         * src/addrharvest.c
15748                 fix 'harvest addresses'
15749
15750 2004-11-30 [colin]      0.9.12cvs177.1
15751
15752         * src/gtk/prefswindow.c
15753         * src/gtk/pluginwindow.c
15754                 Sync with HEAD
15755
15756 2004-11-29 [colin]      0.9.12cvs176.1
15757
15758         * src/folderview.c
15759                 sync with HEAD (Fix disappearing separators in folderview's popup)
15760
15761 2004-11-29 [colin]      0.9.12cvs175.1
15762
15763         * src/procmime.c
15764                 Sync with head (another format fix)
15765
15766 2004-11-29 [colin]      0.9.12cvs174.1
15767
15768         * src/pop.c
15769                 Sync with HEAD (format string fix)
15770
15771 2004-11-26 [colin]      0.9.12cvs173.1
15772
15773         * src/common/smtp.c
15774         * src/common/smtp.h
15775                 Sync with HEAD
15776
15777 2004-11-24 [colin]      0.9.12cvs172.1
15778
15779         * src/plugins/pgpmime/pgpmime.c
15780                 Sync with HEAD
15781
15782 2004-11-24 [colin]      0.9.12cvs171.1
15783
15784         * src/plugins/pgpmime/pgpmime.c
15785                 Sync with head (gpgmectx leaks)
15786
15787 2004-11-24 [colin]      0.9.12cvs169.1
15788
15789         * src/plugins/pgpmime/plugin.c
15790         * src/plugins/trayicon/Makefile.am
15791         * src/plugins/trayicon/newmarkedmail.xpm
15792         * src/plugins/trayicon/trayicon.c
15793         * src/plugins/trayicon/unreadmarkedmail.xpm
15794                 Sync with HEAD
15795
15796 2004-11-23 [colin]      0.9.12cvs168.1
15797
15798         * src/partial_download.c
15799         * src/partial_download.h
15800         * src/plugins/pgpmime/plugin.c
15801                 Sync with HEAD
15802
15803 2004-11-23 [colin]      0.9.12cvs166.1
15804
15805         * src/Makefile.am
15806         * src/codeconv.c
15807         * src/compose.c
15808         * src/folderview.c
15809         * src/main.c
15810         * src/partial_download.c
15811         * src/partial_download.h
15812         * src/prefs_account.c
15813         * src/prefs_account.h
15814         * src/privacy.c
15815         * src/privacy.h
15816         * src/procmime.c
15817         * src/common/Makefile.am
15818         * src/common/base64.h
15819         * src/common/partial_download.c
15820         * src/common/partial_download.h
15821         * src/gtk/prefswindow.c
15822         * src/gtk/prefswindow.h
15823         * src/plugins/pgpmime/pgpmime.c
15824         * src/plugins/pgpmime/prefs_gpg.c
15825         * src/plugins/pgpmime/prefs_gpg.h
15826         * src/plugins/pgpmime/sgpgme.c
15827         * src/plugins/pgpmime/sgpgme.h
15828                 Sync with HEAD
15829
15830 2004-11-23 [colin]      0.9.12cvs163.1
15831
15832         * src/main.c
15833                 Sync with HEAD (cursor optimization)
15834
15835 2004-11-23 [colin]      0.9.12cvs162.1
15836
15837         * src/prefs_common.c
15838         * src/prefs_themes.c
15839         * src/procmsg.c
15840                 Sync with HEAD
15841
15842 2004-11-23 [colin]      0.9.12cvs158.9
15843
15844         * src/compose.c
15845                 Fix double-free when forwarding
15846         * src/msgcache.c
15847                 Fix leak on error path
15848                 
15849
15850 2004-11-23 [colin]      0.9.12cvs158.8
15851
15852         * src/compose.c
15853                 Fix possible double-free
15854                 Spotted by Alfons
15855
15856 2004-11-23 [colin]      0.9.12cvs158.7
15857
15858         * src/compose.c
15859                 Fix some signal handlers' prototypes
15860                 Spotted by Alfons
15861
15862 2004-11-22 [colin]      0.9.12cvs158.6
15863
15864         * src/compose.c
15865                 Remove unneeded code and duplicated
15866                 wrapping - patch by Alfons
15867
15868 2004-11-22 [colin]      0.9.12cvs158.5
15869
15870         * src/prefs_themes.c
15871                 Fix oversized selector
15872
15873 2004-11-22 [colin]      0.9.12cvs158.4
15874
15875         * src/compose.c
15876                 fix dump_text()
15877                 patch by Alfons
15878
15879 2004-11-19 [colin]      0.9.12cvs158.3
15880
15881         * src/textview.c
15882                 Add a context menu on links (open, copy)
15883
15884 2004-11-18 [paul]       0.9.12cvs158.2
15885
15886         * src/addrgather.c
15887         * src/exphtmldlg.c
15888         * src/expldifdlg.c
15889         * src/mimeview.c
15890         * src/prefs_common.c
15891         * src/plugins/image_viewer/viewer.c
15892         * src/plugins/spamassassin/spamassassin_gtk.c
15893                 replace deprecated gtk_notebook_set_page
15894                 and gtk_notebook_current_page
15895
15896 2004-11-18 [paul]       0.9.12cvs158.1
15897
15898         * configure.ac
15899         * src/compose.c
15900         * src/mainwindow.c
15901         * src/messageview.c
15902         * src/prefs_common.c
15903         * src/common/utils.c
15904         * src/common/utils.h
15905                 sync with HEAD
15906
15907 2004-11-17 [colin]      0.9.12cvs156.1
15908
15909         * src/prefs_account.c
15910         * src/prefs_account.h
15911         * src/procmsg.c
15912                 Sync with HEAD (add pref to store encrypted mails encrypted)
15913
15914 2004-11-17 [paul]       0.9.12cvs155.1
15915
15916         * ChangeLog
15917         * ChangeLog.claws
15918         * ChangeLog.jp
15919         * NEWS
15920         * configure.ac
15921         * src/compose.c
15922         * src/jpilot.c
15923         * src/privacy.c
15924         * src/procmime.c
15925         * src/procmime.h
15926         * src/procmsg.c
15927         * src/toolbar.c
15928         * src/pixmaps/error.xpm
15929                 sync with HEAD
15930
15931 2004-11-17 [colin]      0.9.12cvs151.1
15932
15933         * src/plugins/pgpmime/pgpmime.c
15934                 Sync with HEAD (remove debug printf)
15935
15936 2004-11-17 [colin]      0.9.12cvs150.1
15937
15938         * src/plugins/pgpmime/pgpmime.c
15939                 Sync with HEAD (off-by-one fix)
15940
15941 2004-11-17 [colin]      0.9.12cvs149.1
15942
15943         * src/procmsg.c
15944                 Sync with HEAD (coding style fixes)
15945
15946 2004-11-16 [colin]      0.9.12cvs148.1
15947
15948         * src/procmsg.c
15949                 Sync with head (Fix the fix)
15950
15951 2004-11-16 [colin]      0.9.12cvs147.1
15952
15953         * src/procmsg.c
15954                 Sync with Main (leak fix)
15955
15956 2004-11-16 [colin]      0.9.12cvs146.14
15957
15958         * src/compose.c
15959                 Remove useless chunk of code
15960                 Patch by Alfons
15961
15962 2004-11-15 [colin]      0.9.12cvs146.13
15963
15964         * src/compose.c
15965                 Fix drafting after insertion
15966                 Patch by Alfons
15967
15968 2004-11-15 [colin]      0.9.12cvs146.12
15969
15970         * src/compose.c
15971         * src/prefs_filtering.c
15972         * src/prefs_filtering_action.c
15973         * src/prefs_toolbar.c
15974                 Fix some const-correctness
15975
15976 2004-11-15 [colin]      0.9.12cvs146.11
15977
15978         * src/summaryview.c
15979         * src/prefs_themes.c
15980         * src/messageview.c
15981                 Fix some leaks
15982
15983 2004-11-15 [colin]      0.9.12cvs146.10
15984
15985         * src/codeconv.c
15986                 More unreadable locale fixes
15987
15988 2004-11-14 [colin]      0.9.12cvs146.9
15989
15990         * src/textview.c
15991                 Fix uri_security_check
15992                 Patch by Alfons
15993
15994 2004-11-13 [paul]       0.9.12cvs146.8
15995
15996         * src/folder.c
15997         * src/procmime.c
15998                 fix 2 bugs introduced in last commit
15999
16000 2004-11-13 [paul]       0.9.12cvs146.7
16001
16002         * src/compose.c
16003         * src/exporthtml.c
16004         * src/exportldif.c
16005         * src/folder.c
16006         * src/imap.c
16007         * src/imap_gtk.c
16008         * src/main.c
16009         * src/mainwindow.c
16010         * src/messageview.c
16011         * src/mh_gtk.c
16012         * src/prefs_themes.c
16013         * src/procmime.c
16014         * src/setup.c
16015         * src/summaryview.c
16016                 replace deprecated g_basename
16017
16018 2004-11-13 [paul]       0.9.12cvs146.6
16019
16020         * src/compose.c
16021         * src/imap.c
16022         * src/matcher_parser.h
16023         * src/matcher_parser_parse.y
16024         * src/prefs_filtering.c
16025         * src/prefs_filtering_action.c
16026         * src/prefs_themes.c
16027         * src/prefs_toolbar.c
16028         * src/common/utils.c
16029                 various small fixes/cleanups
16030
16031 2004-11-12 [colin]      0.9.12cvs146.5
16032
16033         * src/textview.c
16034                 Validate event's origin on visibility notify
16035                 Patch by Alfons.
16036
16037 2004-11-12 [paul]       0.9.12cvs146.4
16038
16039         * src/exporthtml.c
16040         * src/exportldif.c
16041         * src/imap.c
16042         * src/mh.c
16043         * src/mimeview.c
16044         * src/prefs_spelling.c
16045         * src/prefs_themes.c
16046                 replace deprecated g_dirname    
16047
16048 2004-11-12 [colin]      0.9.12cvs146.3
16049
16050         * src/textview.c
16051                 Some coding style fixes
16052
16053 2004-11-12 [colin]      0.9.12cvs146.2
16054
16055         * src/codeconv.c
16056                 We want to replace _all_ extended chars in
16057                 conv_unreadable_*, because any string containing
16058                 extended chars not parsing as UTF8 is 
16059                 undisplayed on gtk2.
16060
16061 2004-11-12 [paul]       0.9.12cvs146.1
16062
16063         * ChangeLog
16064         * ChangeLog.claws
16065         * ChangeLog.jp
16066         * NEWS
16067         * configure.ac
16068         * src/account.c
16069         * src/folderview.c
16070         * src/folderview.h
16071         * src/imap.c
16072         * src/imap_gtk.c
16073         * src/inc.c
16074         * src/mainwindow.c
16075         * src/mh_gtk.c
16076         * src/news_gtk.c
16077         * src/pop.c
16078         * src/prefs_account.c
16079         * src/prefs_account.h
16080         * src/prefs_ext_prog.c
16081         * src/procmime.c
16082         * src/procmime.h
16083         * src/procmsg.c
16084         * src/procmsg.h
16085         * src/summary_search.c
16086         * src/summaryview.c
16087         * src/textview.c
16088         * src/common/defs.h
16089         * src/common/utils.c
16090         * src/common/utils.h
16091         * src/gtk/menu.c
16092         * src/gtk/menu.h
16093                 sync with HEAD
16094
16095 2004-11-11 [colin]      0.9.12cvs144.2
16096
16097         * src/textview.c
16098                 Fix URI range selection (patch by Alfons)
16099
16100 2004-11-09 [colin]      0.9.12cvs144.1
16101
16102         * ChangeLog.claws
16103         * src/compose.c
16104         * src/folder.c
16105         * src/folder_item_prefs.c
16106         * src/prefs_account.c
16107         * src/prefs_account.h
16108         * src/plugins/pgpmime/pgpmime.c
16109                 Sync with HEAD
16110
16111 2004-11-08 [colin]      0.9.12cvs143.1
16112
16113         * src/summaryview.c
16114                 Sync with HEAD (optimize quicksearch)
16115
16116 2004-11-08 [colin]      0.9.12cvs142.2
16117
16118         * src/compose.c
16119                 Don't wrap when Edit/Auto wrapping is disabled
16120
16121 2004-11-08 [colin]      0.9.12cvs142.1
16122
16123         * src/textview.c
16124                 Sync with HEAD
16125
16126 2004-11-08 [colin]      0.9.12cvs141.1
16127
16128         * src/textview.c
16129                 Sync with HEAD (fix some mail URIs)
16130
16131 2004-11-08 [colin]      0.9.12cvs140.3
16132
16133         * src/textview.c
16134                 o Use text cursor instead of arrow when
16135                   not on a link
16136                 o Fix handling of contiguous links (as in
16137                   "colin@colino.net" <colin@colino.net>)
16138                   This one unveils a bug in get_email_part()
16139
16140 2004-11-07 [colin]      0.9.12cvs140.2
16141
16142         * src/textview.c
16143                 Fix memleak. Patch by Alfons.
16144
16145 2004-11-06 [colin]      0.9.12cvs140.1
16146
16147         * src/compose.c
16148                 Sync with HEAD (don't ask passphrase
16149                 when drafting)
16150
16151 2004-11-06 [paul]       0.9.12cvs139.2
16152
16153         * AUTHORS
16154         * src/textview.c
16155         * src/textview.h
16156                 textview URI handling. hovering over a 
16157                 link displays it in the status bar,
16158                 and changes the mouse pointer to a hand 
16159                 cursor. a link is activated with a single 
16160                 click. (Modified from the) patch by Jean-Yves 
16161                 Lefort <jylefort@users.sourceforge.net>
16162                 
16163
16164 2004-11-05 [colin]      0.9.12cvs139.1
16165
16166         * src/compose.c
16167         * src/procmime.c
16168                 Sync with HEAD again ^^
16169
16170 2004-11-05 [colin]      0.9.12cvs139.1
16171
16172         * src/compose.c
16173         * src/procmime.c
16174                 Sync with HEAD
16175
16176 2004-11-03 [paul]       0.9.12cvs138.1
16177
16178         * ChangeLog.claws
16179         * configure.ac
16180         * po/POTFILES.in
16181         * src/prefs_ext_prog.c
16182         * src/procmime.c
16183         * tools/kdeservicemenu/README
16184         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16185         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16186                 sync with HEAD
16187
16188 2004-11-01 [christoph]  0.9.12cvs136.2
16189
16190         * src/procmime.c
16191                 convert MIME parameters to UTF-8
16192
16193 2004-10-29 [colin]      0.9.12cvs136.1
16194
16195         * src/common/utils.c
16196                 Sync with HEAD (don't use '=' in mime boundary)
16197
16198 2004-10-29 [paul]       0.9.12cvs135.1
16199
16200         * configure.ac
16201         * doc/src/rfc2231.txt
16202         * src/procmime.c
16203         * src/common/quoted-printable.c
16204         * src/common/utils.c
16205         * src/common/utils.h
16206                 sync with HEAD
16207
16208 2004-10-27 [paul]       0.9.12cvs134.1
16209
16210         * configure.ac
16211         * src/main.c
16212         * src/procmime.c
16213         * src/plugins/pgpmime/pgpmime.c
16214                 sync with HEAD
16215
16216 2004-10-26 [paul]       0.9.12cvs132.3
16217
16218         * src/account.c
16219         * src/addressbook.c
16220         * src/addrgather.c
16221         * src/addrharvest.c
16222         * src/codeconv.c
16223         * src/compose.c
16224         * src/customheader.c
16225         * src/editaddress.c
16226         * src/editgroup.c
16227         * src/enriched.c
16228         * src/expldifdlg.c
16229         * src/exporthtml.c
16230         * src/exportldif.c
16231         * src/folder.c
16232         * src/foldersel.c
16233         * src/folderview.c
16234         * src/grouplistdialog.c
16235         * src/html.c
16236         * src/imap.c
16237         * src/jpilot.c
16238         * src/ldapserver.c
16239         * src/ldif.c
16240         * src/mimeview.c
16241         * src/news.c
16242         * src/news_gtk.c
16243         * src/pop.c
16244         * src/prefs_display_header.c
16245         * src/prefs_gtk.c
16246         * src/prefs_msg_colors.c
16247         * src/prefs_toolbar.c
16248         * src/procheader.c
16249         * src/procmime.c
16250         * src/summaryview.c
16251         * src/textview.c
16252         * src/toolbar.c
16253         * src/vcard.c
16254         * src/common/mgutils.c
16255         * src/common/nntp.c
16256         * src/common/smtp.c
16257         * src/common/template.c
16258         * src/common/utils.c
16259         * src/common/xmlprops.c
16260         * src/plugins/pgpmime/pgpmime.c
16261         * src/plugins/pgpmime/select-keys.c
16262         * src/plugins/pgpmime/sgpgme.c
16263                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16264                 g_string_sprintfa(), gtk_notebook_current_page()
16265
16266 2004-10-26 [colin]      0.9.12cvs132.2
16267
16268         * src/prefs_folder_item.c
16269                 Fix default-account selection
16270
16271 2004-10-21 [colin]      0.9.12cvs133
16272
16273         * src/compose.c
16274                 Sync with HEAD (Remove extra separator in compose's Options)
16275         * src/textview.c
16276                 Set wrapping to char
16277
16278 2004-10-21 [paul]       0.9.12cvs131.2
16279
16280         * src/compose.c
16281         * src/sourcewindow.c
16282                 fix wrapping
16283                 fix window shrinking 
16284
16285 2004-10-21 [colin]      0.9.12cvs131.1
16286
16287         * ChangeLog.claws
16288         * src/compose.c
16289                 Sync with HEAD
16290
16291 2004-10-21 [paul]       0.9.12cvs130.2
16292
16293         * src/prefs_folder_item.c
16294                 sync with HEAD (Apply to subfolders)
16295
16296 2004-10-19 [colin]      0.9.12cvs130.1
16297
16298         * ChangeLog.claws
16299         * src/compose.c
16300         * src/common/utils.c
16301         * src/gtk/menu.c
16302                 Sync with HEAD
16303
16304 2004-10-19 [colin]      0.9.12cvs128.1
16305
16306         * src/addrbook.c
16307         * src/addrcache.c
16308         * src/addressbook.c
16309         * src/codeconv.c
16310         * src/compose.c
16311         * src/customheader.c
16312         * src/editaddress.c
16313         * src/editgroup.c
16314         * src/exporthtml.c
16315         * src/folder.c
16316         * src/folderview.c
16317         * src/imap.c
16318         * src/jpilot.c
16319         * src/main.c
16320         * src/matcher_parser_parse.y
16321         * src/mbox.c
16322         * src/pop.c
16323         * src/prefs_account.c
16324         * src/prefs_gtk.c
16325         * src/prefs_msg_colors.c
16326         * src/procheader.c
16327         * src/procmime.c
16328         * src/procmime.h
16329         * src/procmsg.c
16330         * src/summaryview.c
16331         * src/textview.c
16332         * src/common/base64.c
16333         * src/common/partial_download.c
16334         * src/common/socket.c
16335         * src/common/sylpheed.c
16336         * src/common/utils.c
16337         * src/common/utils.h
16338         * src/gtk/pluginwindow.c
16339         * src/gtk/quicksearch.c
16340         * src/plugins/clamav/clamav_plugin.c
16341         * src/plugins/clamav/clamav_plugin.h
16342         * src/plugins/clamav/clamav_plugin_gtk.c
16343         * src/plugins/pgpmime/passphrase.c
16344         * src/plugins/pgpmime/pgpmime.c
16345         * src/plugins/pgpmime/plugin.c
16346         * src/plugins/pgpmime/prefs_gpg.c
16347         * src/plugins/pgpmime/prefs_gpg.h
16348         * src/plugins/pgpmime/select-keys.c
16349         * src/plugins/pgpmime/sgpgme.c
16350         * src/plugins/spamassassin/libspamc.c
16351         * src/plugins/spamassassin/spamassassin.c
16352         * src/plugins/spamassassin/spamassassin.h
16353         * src/plugins/spamassassin/spamassassin_gtk.c
16354         * src/plugins/trayicon/trayicon.c
16355         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16356                 Sync with HEAD
16357
16358 2004-10-14 [colin]      0.9.12cvs126.2
16359
16360         * src/codeconv.c
16361         * src/textview.c
16362                 Fix conv_unreadable_locale
16363
16364 2004-10-13 [colin]      0.9.12cvs126.1
16365
16366         * src/compose.c
16367                 Sync with HEAD (don't convert charset for 
16368                 drafted messages, minor cleanup)
16369
16370 2004-10-13 [colin]      0.9.12cvs125.1
16371
16372         * po/POTFILES.in
16373                 Sync with HEAD (POTFILES fix)
16374
16375 2004-10-12 [colin]      0.9.12cvs124.3
16376
16377         * src/compose.c
16378                 Fix encoding bug from latest sync
16379
16380 2004-10-12 [paul]       0.9.12cvs124.2
16381
16382         * src/plugins/pgpmime/prefs_gpg.c
16383         * src/plugins/pgpmime/prefs_gpg.h
16384                 forgotten in last commit        
16385
16386 2004-10-12 [paul]       0.9.12cvs124.1
16387
16388         * ChangeLog.claws
16389         * configure.ac
16390         * m4/spamassassin.m4
16391         * src/Makefile.am
16392         * src/account.c
16393         * src/compose.c
16394         * src/compose.h
16395         * src/crash.c
16396         * src/main.c
16397         * src/mimeview.c
16398         * src/passphrase.c
16399         * src/passphrase.h
16400         * src/prefs_account.c
16401         * src/prefs_account.h
16402         * src/prefs_common.c
16403         * src/privacy.c
16404         * src/privacy.h
16405         * src/procmime.c
16406         * src/procmime.h
16407         * src/procmsg.c
16408         * src/rfc2015.c
16409         * src/rfc2015.h
16410         * src/select-keys.c
16411         * src/select-keys.h
16412         * src/textview.c
16413         * src/common/utils.c
16414         * src/common/utils.h
16415         * src/gtk/about.c
16416         * src/plugins/pgpmime/Makefile.am
16417         * src/plugins/pgpmime/passphrase.c
16418         * src/plugins/pgpmime/passphrase.h
16419         * src/plugins/pgpmime/pgpmime.c
16420         * src/plugins/pgpmime/plugin.c
16421         * src/plugins/pgpmime/select-keys.c
16422         * src/plugins/pgpmime/select-keys.h
16423         * src/plugins/pgpmime/sgpgme.c
16424         * src/plugins/pgpmime/sgpgme.h
16425                 sync with HEAD
16426
16427 2004-10-04 [colin]      0.9.12cvs122.1
16428
16429         * src/mainwindow.c
16430         * src/messageview.c
16431         * src/messageview.h
16432         * src/textview.c
16433                 Sync with HEAD
16434
16435 2004-10-04 [colin]      0.9.12cvs121.1
16436
16437         * src/summaryview.c
16438                 Sync with HEAD
16439
16440 2004-10-04 [paul]       0.9.12cvs120.1
16441
16442         * configure.ac
16443                 sync with HEAD [don't try to build 
16444                 pgpmime plugin when gpgme is disabled]
16445
16446 2004-10-03 [colin]      0.9.12cvs119.3
16447
16448         * src/gtk/gtksctree.c
16449                 Lots of side effects. Put back as before 117.2.
16450         * src/summaryview.c
16451                 Fix bug #602
16452
16453 2004-10-03 [colin]      0.9.12cvs119.2
16454
16455         * src/gtk/gtksctree.c
16456                 Revert 608 fix that doesn't work that good
16457
16458 2004-10-02 [colin]      0.9.12cvs119.1
16459
16460         * src/mainwindow.c
16461         * src/messageview.c
16462         * src/prefs_common.h
16463         * src/procmime.c
16464         * src/procmime.h
16465         * src/textview.c
16466                 Sync with HEAD
16467         * src/gtk/gtksctree.c
16468                 Close bug #608
16469
16470 2004-10-01 [colin]      0.9.12cvs118.1
16471
16472         * src/mimeview.c
16473                 Sync with HEAD (better Save All fix)
16474
16475 2004-10-01 [colin]      0.9.12cvs117.2
16476
16477         * src/gtk/gtksctree.c
16478                 Faster on selection
16479
16480 2004-10-01 [colin]      0.9.12cvs117.1
16481
16482         * src/mimeview.c
16483                 Sync with HEAD (Save All: only attachments)
16484
16485 2004-10-01 [paul]       0.9.12cvs116.1
16486
16487         * ChangeLog.claws
16488         * configure.ac
16489         * src/account.c
16490         * src/prefs_common.c
16491         * src/gtk/colorlabel.c
16492                 sync with HEAD
16493
16494 2004-09-30 [colin]      0.9.12cvs115.1
16495
16496         * src/stock_pixmap.c
16497         * src/stock_pixmap.h
16498         * src/folderview.c
16499         * src/Makefile.am
16500         * src/pixmaps/read.xpm
16501                 Sync with HEAD (new pixmap)
16502
16503 2004-09-29 [colin]      0.9.12cvs114.1
16504
16505         * src/compose.c
16506                 Sync with HEAD
16507                 Fix focus handling in headers
16508
16509 2004-09-29 [paul]       0.9.12cvs113.1
16510
16511         * src/quote_fmt_parse.y
16512                 sync with HEAD
16513  
16514
16515 2004-09-28 [colin]      0.9.12cvs112.1
16516
16517         * src/folderview.c
16518         * src/mainwindow.c
16519                 Sync with HEAD
16520
16521 2004-09-28 [colin]      0.9.12cvs110.1
16522
16523         * src/folderview.c
16524                 Sync with HEAD (Contextual Empty trash menu)
16525
16526 2004-09-28 [colin]      0.9.12cvs108.1
16527
16528         * src/addressbook.c
16529                 Sync with HEAD (addressbook edit on double-click)
16530
16531 2004-09-28 [colin]      0.9.12cvs106.1
16532
16533         * src/inc.c
16534                 Sync with HEAD (folder_item freeze on inc)
16535
16536 2004-09-27 [colin]      0.9.12cvs105.1
16537
16538         * src/folderview.c
16539                 Sync with HEAD (right-align new and unread column)
16540
16541 2004-09-27 [colin]      0.9.12cvs104.1
16542
16543         * src/main.c
16544                 Sync with HEAD (revert 0.9.12cvs101)
16545
16546 2004-09-24 [colin]      0.9.12cvs103.2
16547
16548         * src/wizard.c
16549                 Fix gtk warnings and use domain part of the email address 
16550                 when domain detection fails (no dot in domain name)
16551
16552 2004-09-23 [colin]      0.9.12cvs103.1
16553
16554         * src/plugins/spamassassin/libspamc.c
16555         * src/plugins/spamassassin/libspamc.h
16556         * src/plugins/spamassassin/utils.c
16557         * src/plugins/spamassassin/utils.h
16558                 Sync with HEAD (Update spamassassin to 3.0)
16559
16560 2004-09-21 [colin]      0.9.12cvs102.3
16561
16562         * src/action.c
16563                 Add horizontal scrollbar in action io dialog as needed
16564                 Patch by Alfons.
16565
16566 2004-09-20 [colin]      0.9.12cvs102.2
16567
16568         * src/plugins/image_viewer/viewer.c
16569                 Remove imlib stuff
16570                 use gtk_pixmap_set when clearing
16571                 (would be better to use gtkImages, but causes size-allocate 
16572                 signals storm)
16573
16574 2004-09-17 [paul]       0.9.12cvs102.1
16575
16576         * ChangeLog
16577         * ChangeLog.claws
16578         * ChangeLog.jp
16579         * configure.ac
16580         * src/inc.c
16581                 sync with HEAD
16582
16583
16584 2004-09-17 [colin]      0.9.12cvs101.1
16585
16586         * ChangeLog.claws
16587         * src/main.c
16588                 Sync with HEAD (fix segs at exit)
16589
16590 2004-09-14 [colin]      0.9.12cvs99.5
16591
16592         * src/common/socket.c
16593         * AUTHORS
16594                 Fix send error on 64bit platforms
16595                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16596
16597 2004-09-14 [colin]      0.9.12cvs99.4
16598
16599         * src/action.c
16600                 Fix action output with utf8 
16601                 Patch by Alfons.
16602
16603 2004-09-14 [colin]      0.9.12cvs99.3
16604
16605         * ChangeLog.claws
16606         * src/folder.c
16607                 Sync with HEAD
16608
16609 2004-09-09 [colin]      0.9.12cvs99.2
16610
16611         * src/action.c
16612                 Fix progress bar (displaying "Completed %v/%u")
16613                 Patch by Alfons.
16614
16615 2004-09-08 [colin]      0.9.12cvs99.1
16616
16617         * src/account.c
16618         * src/folder.c
16619         * src/procmsg.c
16620         * src/procmsg.h
16621         * src/plugins/pgpmime/pgpmime.c
16622                 Sync with HEAD
16623
16624 2004-09-08 [colin]      0.9.12cvs97.2
16625
16626         * src/summaryview.c
16627                 Don't select mails in collapsed threads 
16628                 when navigating with up/down
16629
16630 2004-09-07 [colin]      0.9.12cvs97.1
16631
16632         * src/inc.c
16633                 Sync with HEAD (meaningful error messages)
16634
16635 2004-09-06 [colin]      0.9.12cvs96.1
16636
16637         * src/toolbar.c
16638                 Sync with HEAD (fix Redirect graying out)
16639
16640 2004-09-06 [colin]      0.9.12cvs95.1
16641
16642         * src/summaryview.c
16643         * src/mimeview.c
16644                 Sync with HEAD (fix dropped URIs)
16645
16646 2004-09-06 [colin]      0.9.12cvs94.1
16647
16648         * src/addressbook.c
16649         * src/addressitem.h
16650         * src/addritem.c
16651         * src/addritem.h
16652                 Sync with HEAD (addressbook DnD)
16653
16654 2004-09-03 [colin]      0.9.12cvs93.1
16655
16656         * src/summaryview.c
16657                 Sync with HEAD (next/prev unread)
16658
16659 2004-09-03 [colin]      0.9.12cvs92.1
16660
16661         * src/prefs_common.c
16662         * src/prefs_common.h
16663         * src/summaryview.c
16664                 Sync with HEAD ('mark_as_read_delay' pref)
16665
16666 2004-09-02 [colin]      0.9.12cvs91.2
16667
16668         * src/common/xml.c
16669                 Fix leak
16670
16671 2004-09-02 [colin]      0.9.12cvs91.1
16672
16673         * src/gtk/menu.c
16674                 Sync with HEAD (menu accel don't work, but whatever)
16675
16676 2004-09-02 [colin]      0.9.12cvs90.1
16677
16678         * src/account.c
16679                 Sync with HEAD (fix bug 582)
16680
16681 2004-09-02 [colin]      0.9.12cvs89.1
16682
16683         * src/addrindex.c
16684                 Sync with HEAD (free deleted queries)
16685
16686 2004-09-02 [colin]      0.9.12cvs88.1
16687
16688         * src/ldapquery.c
16689                 Sync with HEAD (fix LDAP freezes)
16690
16691 2004-09-02 [colin]      0.9.12cvs87.1
16692
16693         * src/prefs_spelling.c
16694                 Sync with HEAD (add default dictionary)
16695
16696 2004-09-01 [colin]      0.9.12cvs86.1
16697
16698         * src/filtering.c
16699         * src/folderview.c
16700         * src/imap.c
16701         * src/prefs_matcher.c
16702         * src/stock_pixmap.c
16703         * src/summary_search.c
16704         * src/summaryview.c
16705         * src/wizard.c
16706         * src/wizard.h
16707                 Sync with HEAD (uninitialized vars fixes)
16708                 + gtk2 specific warning fixes
16709
16710 2004-08-31 [colin]      0.9.12cvs85.1
16711
16712         * src/folder.c
16713                 Sync with HEAD (Fix memory corruption due to 
16714                 uninitialized var)
16715
16716 2004-08-31 [colin]      0.9.12cvs84.4
16717
16718         * src/summary_search.c
16719                 Fix segfaults when searching in folders with broken headers
16720
16721 2004-08-31 [colin]      0.9.12cvs84.3
16722
16723         * src/compose.c
16724         * src/textview.c
16725                 Fix some more encoding/decoding issues
16726
16727 2004-08-30 [colin]      0.9.12cvs84.2
16728
16729         * src/mimeview.c
16730         * src/prefs_themes.c
16731         * src/gtk/filesel.c
16732         * src/gtk/filesel.h
16733                 Add a folder-mode selection (fixes mimeview's "Save all")
16734
16735 2004-08-29 [colin]      0.9.12cvs84.1
16736
16737         * src/mimeview.c
16738                 Sync with HEAD (don't escape saved filenames)
16739
16740 2004-08-27 [colin]      0.9.12cvs83.1
16741
16742         * ChangeLog
16743         * ChangeLog.claws
16744         * ChangeLog.jp
16745         * src/mh.c
16746         * src/procheader.c
16747         * src/procmsg.c
16748         * src/procmsg.h
16749         * src/common/utils.c
16750         * src/gtk/menu.h
16751         * po/
16752                 Sync with HEAD 0.9.12cvs83 (sync with main)
16753
16754 2004-08-26 [colin]      0.9.12cvs82.4
16755
16756         * src/codeconv.c
16757                 Fix strange stack corruption
16758                 Convert to utf8 after unmime, not before
16759
16760 2004-08-26 [colin]      0.9.12cvs82.3
16761
16762         * src/main.c
16763         * src/wizard.c
16764                 Fix account folders duplication
16765
16766 2004-08-25 [colin]      0.9.12cvs82.2
16767
16768         * src/wizard.c
16769                 Remove ports
16770                 Add SSL selection
16771                 Use login@server as account name
16772
16773 2004-08-25 [colin]      0.9.12cvs82.1
16774
16775         * src/plugins/pgpmime/pgpmime.c
16776                 Sync with HEAD (leak fix).
16777
16778 2004-08-25 [colin]      0.9.12cvs81.1
16779
16780         * src/plugins/pgpmime/pgpmime.c
16781         * src/plugins/pgpmime/sgpgme.c
16782         * src/plugins/pgpmime/sgpgme.h
16783                 Sync with HEAD (Handle combined messages).
16784
16785 2004-08-24 [colin]      0.9.12cvs80.3
16786
16787         * src/wizard.c
16788                 Fix full name, ports, and imap
16789
16790 2004-08-24 [colin]      0.9.12cvs80.2
16791
16792         * src/Makefile.am
16793         * src/main.c
16794         * src/setup.c
16795         * src/setup.h
16796         * src/stock_pixmap.c
16797         * src/stock_pixmap.h
16798         * src/wizard.c ** ADDED **
16799         * src/wizard.h ** ADDED ** 
16800         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16801                 Add a setup wizard 
16802
16803 2004-08-24 [colin]      0.9.12cvs80.1
16804
16805         * src/folder.c
16806                 Sync with HEAD (set mimeflags on all messages)
16807
16808 2004-08-24 [colin]      0.9.12cvs79.3
16809
16810         * src/matcher_parser_lex.l
16811                 Fix 8bits strings not in utf8
16812
16813 2004-08-24 [colin]      0.9.12cvs79.2
16814
16815         * src/compose.c
16816                 Check conversion result before replacing buffer
16817
16818 2004-08-23 [colin]      0.9.12cvs79.1
16819
16820         * src/compose.c
16821                 Sync with HEAD (create message header in memory)
16822
16823 2004-08-23 [colin]      0.9.12cvs78.1
16824
16825         * src/rfc2015.c
16826         * src/rfc2015.h
16827                 Sync with HEAD (fix bug 197 again)
16828
16829 2004-08-23 [colin]      0.9.12cvs77.3
16830
16831         * src/compose.c
16832                 Fix again inline gpg signing (which outputs utf8
16833                 in gtk2). Not syncing this fix to HEAD as this 
16834                 code is meant to die.
16835
16836 2004-08-23 [colin]      0.9.12cvs77.2
16837
16838         * src/prefs_account.h
16839                 Remove useless include
16840
16841 2004-08-23 [colin]      0.9.12cvs77.1
16842
16843         * src/imap.c
16844         * po/es.po
16845         * po/fr.po
16846         * po/it.po
16847         * po/pl.po
16848         * po/pt_BR.po
16849         * po/sk.po
16850         * po/sr.po
16851                 Sync with HEAD (fix bug 577)
16852
16853 2004-08-22 [colin]      0.9.12cvs76.1
16854
16855         * src/plugins/trayicon/trayicon.c
16856                 Sync with HEAD (fix formatting bug)
16857
16858 2004-08-21 [colin]      0.9.12cvs74.2
16859
16860         * src/gtk/colorsel.c
16861                 Fix bug 564 (Folder color selection window exits on any
16862                 keypress)
16863
16864 2004-08-21 [colin]      0.9.12cvs74.1
16865
16866         * ChangeLog.claws
16867         * src/compose.c
16868         * src/summaryview.c
16869         * src/toolbar.c
16870                 Sync with HEAD (fix bug 576)
16871
16872 2004-08-21 [colin]      0.9.12cvs70.1
16873
16874         * src/compose.c
16875         * src/mainwindow.c
16876                 Sync with HEAD
16877                 
16878
16879 2004-08-21 [paul]       0.9.12cvs66.4
16880
16881         * src/mainwindow.c
16882         * src/messageview.c
16883         * src/gtk/menu.c
16884         * src/plugins/spamassassin/spamassassin_gtk.c
16885                 remove some deprecated gtk1 functions
16886
16887
16888 2004-08-21 [colin]      0.9.12cvs66.3
16889
16890         * src/compose.c
16891         * src/codeconv.c
16892                 Fix warnings
16893                 Remove encoding hacks
16894                 Fix bug 575 (Strange character messes up message)
16895                 Don't display conversion error when drafting
16896
16897 2004-08-21 [paul]       0.9.12cvs66.2
16898
16899         * src/prefs_account.c
16900                 fix GnuPG mode bugs
16901
16902
16903 2004-08-20 [colin]      0.9.12cvs66.1
16904
16905         * src/codeconv.c
16906                 Sync with HEAD 0.9.12cvs66
16907
16908 2004-08-20 [paul]
16909
16910         * src/plugins/pgpmime/plugin.c
16911                 modify PGP/MIME plugin's description
16912
16913 2004-08-17 [colin]      0.9.12cvs65.1
16914
16915         * src/common/ssl.c
16916         * src/plugins/pgpmime/plugin.c
16917                 Sync with HEAD
16918
16919 2004-08-14 [colin]      0.9.12cvs60.3
16920
16921         * src/plugins/trayicon/trayicon.c
16922                 Put back resize callback, on size-request signal
16923                 rather than size-allocate to avoid infinite 
16924                 callback loop
16925
16926 2004-08-13 [colin]      0.9.12cvs60.2
16927
16928         * src/common/defs.h
16929                 Cache versions have been fixed
16930
16931 2004-08-13 [colin]      0.9.12cvs60.1
16932
16933         * src/folderutils.c
16934                 Sync with HEAD
16935
16936 2004-08-12 [colin]      0.9.12cvs59.1
16937
16938         * src/plugins/trayicon/trayicon.c
16939                 Sync with HEAD
16940
16941 2004-08-12 [colin]      0.9.12cvs57.5
16942
16943         * sylpheed.desktop
16944         * configure.ac
16945         * src/Makefile.am
16946         * src/main.c
16947                 Add support for Freedesktop.org's startup notification
16948
16949 2004-08-11 [colin]      0.9.12cvs57.4
16950
16951         * src/textview.c
16952                 Fix off-by-one
16953
16954 2004-08-11 [colin]      0.9.12cvs57.3
16955
16956         * src/message_search.c
16957         * src/summary_search.c
16958                 Make searches case insensitive by default
16959         * src/textview.c
16960                 Fix case-insensitive search in message
16961
16962 2004-08-11 [colin]      0.9.12cvs57.2
16963
16964         * src/summary_search.c
16965                 Let case-sensitive be specified
16966
16967 2004-08-10 [colin]      0.9.12cvs55.4
16968
16969         * src/common/socket.c
16970                 Fix the possible race condition
16971
16972 2004-08-09 [paul]       0.9.12cvs55.3
16973
16974         * configure.ac
16975         * src/Makefile.am
16976         * src/common/Makefile.am
16977                 sync with HEAD
16978
16979
16980 2004-08-09 [paul]       0.9.12cvs55.2
16981
16982         * autogen.sh
16983         * po/poconv.sh
16984                 remove unneeded script
16985
16986         * configure.ac
16987                 add forgotten USE_LDAP_TLS (sync with HEAD)
16988
16989
16990 2004-08-09 [colin]      0.9.12cvs55.1
16991
16992         * src/main.c
16993         * src/common/ssl.c
16994         * src/common/sylpheed.c
16995         * src/common/sylpheed.h
16996                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16997
16998 2004-08-09 [paul]       0.9.12cvs54.1
16999
17000         * ChangeLog
17001         * ChangeLog.claws
17002         * ChangeLog.jp
17003         * configure.ac
17004         * po/POTFILES.in
17005         * src/Makefile.am
17006         * src/folderutils.c
17007         * src/main.c
17008         * src/pgpmime.c
17009         * src/pgpmime.h
17010         * src/sgpgme.c
17011         * src/sgpgme.h
17012         * src/plugins/Makefile.am
17013         * src/plugins/pgpmime/.cvsignore
17014         * src/plugins/pgpmime/Makefile.am
17015         * src/plugins/pgpmime/pgpmime.c
17016         * src/plugins/pgpmime/pgpmime.h
17017         * src/plugins/pgpmime/plugin.c
17018         * src/plugins/pgpmime/sgpgme.c
17019         * src/plugins/pgpmime/sgpgme.h
17020                 sync with HEAD
17021
17022 2004-08-08 [paul]       0.9.12cvs51.1
17023
17024         * configure.ac
17025         * src/folder.c
17026                 sync with HEAD
17027
17028 2004-08-07 [colin]      0.9.12cvs50.1
17029
17030         * src/pop.c
17031         * src/common/partial_download.c
17032                 fix warnings (sync from HEAD)
17033
17034 2004-08-07 [colin]      0.9.12cvs48.1
17035
17036         * src/prefs_folder_item.c
17037                 sync with HEAD 0.9.12cvs48
17038
17039 2004-08-06 [colin]      0.9.12cvs47.1
17040
17041         * src/compose.c
17042                 Sync with HEAD
17043
17044 2004-08-06 [christoph]  0.9.12cvs46.2
17045
17046         * src/main.c
17047         * src/plugins/clamav/clamav_plugin_gtk.c
17048         * src/plugins/dillo_viewer/dillo_viewer.c
17049         * src/plugins/image_viewer/plugin.c
17050         * src/plugins/mathml_viewer/mathml_viewer.c
17051         * src/plugins/spamassassin/spamassassin_gtk.c
17052         * src/plugins/trayicon/trayicon.c
17053                 don't mix GTK1.2 plugin with GTK2 plugins
17054
17055 2004-08-06 [colin]      0.9.12cvs46.1
17056
17057         * ChangeLog
17058         * ChangeLog.claws
17059         * ChangeLog.jp
17060         * configure.ac
17061         * sylpheed-claws.pc.in
17062         * src/folder.c
17063         * src/imap.c
17064         * src/localfolder.c
17065         * src/messageview.c
17066         * src/mimeview.c
17067         * src/mimeview.h
17068         * src/msgcache.c
17069         * src/news.c
17070         * src/prefs_ext_prog.c
17071         * src/prefs_folder_item.c
17072         * src/prefs_fonts.c
17073         * src/prefs_msg_colors.c
17074         * src/prefs_spelling.c
17075         * src/prefs_themes.c
17076         * src/prefs_toolbar.c
17077         * src/prefs_wrapping.c
17078         * src/procmime.h
17079         * src/common/defs.h
17080         * src/common/nntp.c
17081         * src/common/session.c
17082         * src/common/session.h
17083         * src/common/socket.c
17084         * src/common/utils.h
17085         * src/common/xml.c
17086         * src/common/xml.h
17087         * src/gtk/prefswindow.c
17088         * src/gtk/prefswindow.h
17089         * src/plugins/clamav/clamav_plugin_gtk.c
17090         * src/plugins/dillo_viewer/dillo_prefs.c
17091         * src/plugins/image_viewer/viewerprefs.c
17092         * src/plugins/spamassassin/spamassassin_gtk.c
17093         * m4/openssl.m4 *** REMOVED ***
17094                 Sync with HEAD 0.9.12cvs46
17095
17096 2004-08-03 [paul]       0.9.12cvs40.2
17097
17098         * src/action.c
17099         * src/addressadd.c
17100         * src/addressbook.c
17101         * src/addrgather.c
17102         * src/browseldap.c
17103         * src/compose.c
17104         * src/crash.c
17105         * src/editaddress.c
17106         * src/editgroup.c
17107         * src/editldap_basedn.c
17108         * src/foldersel.c
17109         * src/importldif.c
17110         * src/mimeview.c
17111         * src/prefs_common.c
17112         * src/prefs_template.c
17113         * src/sourcewindow.c
17114         * src/summaryview.c
17115         * src/gtk/about.c
17116         * src/gtk/foldersort.c
17117         * src/gtk/logwindow.c
17118         * src/gtk/pluginwindow.c
17119         * src/gtk/prefswindow.c
17120                 change all gtk_scrolled_window_set_policy from 
17121                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17122
17123 2004-08-02 [paul]       0.9.12cvs40.1
17124
17125         * AUTHORS
17126                 update translation team section
17127         * po/pt_BR.po
17128                 updated by Frederico Goncalves Guimaraes
17129                 <fggdebian@yahoo.com.br>
17130
17131 2004-07-31 [colin]      0.9.12cvs39.9
17132
17133         * src/exphtmldlg.c
17134                 Fix compilation
17135
17136 2004-07-31 [colin]      0.9.12cvs39.8
17137
17138         * src/exphtmldlg.c
17139                 Fix an alertpanel type
17140
17141 2004-07-30 [colin]      0.9.12cvs39.7
17142
17143         * src/alertpanel.c
17144                 Fix alertpanel_error_log's icon
17145
17146 2004-07-30 [colin]      0.9.12cvs39.6
17147
17148         * src/pop.c
17149                 Two of them should still be warnings
17150
17151 2004-07-30 [colin]      0.9.12cvs39.5
17152
17153         * src/pop.c
17154                 More warning -> error
17155 2004-07-29 [colin]      0.9.12cvs39.4
17156
17157         * src/pop.c
17158                 Warning -> error
17159
17160 2004-07-29 [colin]      0.9.12cvs39.3
17161
17162         * src/prefs_matcher.c
17163                 Fix segfault
17164
17165 2004-07-29 [colin]      0.9.12cvs39.2
17166
17167         * src/alertpanel.c
17168                 More nice-looking alertpanels
17169
17170 2004-07-29 [colin]      0.9.12cvs39.1
17171
17172         * src/messageview.c
17173                 sync with head
17174                 (inform user when partial mail is deleted on server)
17175
17176 2004-07-29 [colin]      0.9.12cvs38.1
17177
17178         * src/messageview.c
17179                 sync with head
17180
17181 2004-07-28 [paul]       0.9.12cvs37.7
17182
17183         * src/mainwindow.c
17184                 complete the replacement of deprecated gtk_progress_*
17185
17186 2004-07-28 [paul]       0.9.12cvs37.6
17187
17188         * src/action.c
17189         * src/inc.c
17190         * src/mainwindow.c
17191         * src/send_message.c
17192         * src/gtk/progressdialog.c
17193         * src/gtk/progressdialog.h
17194                 replace deprecated gtk_progress_*
17195
17196 2004-07-28 [paul]       0.9.12cvs37.5
17197
17198         * src/gtk/filesel.c
17199                 remove gtk_window_set_wmclass()
17200 2004-07-28 [paul]       0.9.12cvs37.4
17201
17202         * src/addressbook.c
17203         * src/compose.c
17204         * src/foldersel.c
17205         * src/mainwindow.c
17206         * src/messageview.c
17207         * src/sourcewindow.c
17208         * src/gtk/logwindow.c
17209                 remove gtk_window_set_wmclass()
17210                 
17211         * src/prefs_filtering.c
17212         * src/prefs_filtering_action.c
17213         * src/prefs_fonts.c
17214         * src/prefs_gtk.c
17215         * src/prefs_matcher.c
17216         * src/ssl_manager.c
17217         * src/gtk/prefswindow.c
17218                 replace gtk_window_position()
17219
17220 2004-07-28 [colin]      0.9.12cvs37.3
17221
17222         * src/alertpanel.c
17223         * src/alertpanel.h
17224                 Add a way to specify panel type for specific
17225                 panels (alertpanel())
17226         * src/account.c
17227         * src/addressbook.c
17228         * src/compose.c
17229         * src/expldifdlg.c
17230         * src/main.c
17231         * src/messageview.c
17232         * src/summaryview.c
17233         * src/textview.c
17234         * src/gtk/sslcertwindow.c
17235                 Fix alertpanel()s so that their icon match
17236                 their real type
17237
17238 2004-07-28 [paul]       0.9.12cvs37.2
17239
17240         * src/addr_compl.c
17241         * src/addressbook.c
17242         * src/alertpanel.c
17243         * src/compose.c
17244         * src/export.c
17245         * src/foldersel.c
17246         * src/folderview.c
17247         * src/grouplistdialog.c
17248         * src/import.c
17249         * src/mainwindow.c
17250         * src/message_search.c
17251         * src/messageview.c
17252         * src/passphrase.c
17253         * src/prefs_actions.c
17254         * src/prefs_common.c
17255         * src/prefs_customheader.c
17256         * src/prefs_display_header.c
17257         * src/prefs_filtering.c
17258         * src/prefs_filtering_action.c
17259         * src/prefs_gtk.c
17260         * src/prefs_matcher.c
17261         * src/prefs_msg_colors.c
17262         * src/prefs_summary_column.c
17263         * src/prefs_template.c
17264         * src/sourcewindow.c
17265         * src/ssl_manager.c
17266         * src/summary_search.c
17267         * src/gtk/colorsel.c
17268         * src/gtk/description_window.c
17269         * src/gtk/gtkaspell.c
17270         * src/gtk/inputdialog.c
17271         * src/gtk/logwindow.c
17272         * src/gtk/prefswindow.c
17273         * src/gtk/progressdialog.c
17274                 replace deprecated gtk_window_set_policy
17275
17276 2004-07-27 [colin]      0.9.12cvs37.1
17277
17278         * src/msgcache.c
17279                 More fixes (synced for head again)
17280
17281 2004-07-27 [colin]      0.9.12cvs35.3
17282
17283         * src/msgcache.c
17284                 Fix wrong test
17285
17286 2004-07-27 [colin]      0.9.12cvs35.2
17287
17288         * src/mimeview.c
17289                 Fix width a bit (by Paul)
17290         * src/alertpanel.c
17291         * src/alertpanel.h
17292                 Specialize icons, make alertpanel_message()
17293                 private
17294         * src/message_search.c
17295         * src/sgpgme.c
17296         * src/summary_search.c
17297                 Suit alertpanel changes
17298
17299 2004-07-27 [colin]      0.9.12cvs35.1
17300
17301         * src/alertpanel.c
17302                 Add an icon
17303         * src/passphrase.c
17304                 Add debug output - maybe someone will
17305                 want to look at the problem with Grab
17306                 Input :)
17307         Bump version as we're synced with HEAD
17308
17309 2004-07-26 [colin]      0.9.12cvs33.26
17310
17311         * src/pop.c
17312                 Fix uidl-file parsing when not in new
17313                 format
17314
17315 2004-07-26 [colin]      0.9.12cvs33.25
17316
17317         * src/gtk/menu.c
17318                 Move popup menu up if necessary (fixes 
17319                 account selector)
17320         * src/mainwindow.c
17321                 Set account selector's button height to
17322                 minimum
17323
17324 2004-07-26 [colin]      0.9.12cvs33.24
17325
17326         * src/alertpanel.c
17327                 Maybe fix 551 (Truncated font in alert window)
17328
17329 2004-07-26 [colin]      0.9.12cvs33.23
17330
17331         * po/de.po
17332         * po/es.po
17333         * po/fr.po
17334         * po/it.po
17335         * po/ja.po
17336         * po/pl.po
17337         * po/ru.po
17338         * po/sk.po
17339         * po/sr.po
17340         * po/zh_CN.po
17341                 Sync po files with HEAD
17342
17343 2004-07-26 [paul]       0.9.12cvs33.22
17344
17345         * src/compose.c
17346                 fix Bug 556 'Organisation-header is sent even if empty'
17347
17348 2004-07-24 [colin]      0.9.12cvs33.21
17349
17350         * src/compose.c
17351         * src/gtk/gtkaspell.c
17352         * src/gtk/gtkaspell.h
17353                 Fix speller accelerators (require hack)
17354
17355 2004-07-24 [colin]      0.9.12cvs33.20
17356
17357         * src/gtk/gtkaspell.c
17358                 Fix over-eager code deletion breaking
17359                 Check while typing
17360
17361 2004-07-24 [colin]      0.9.12cvs33.19
17362
17363         * src/browseldap.c
17364         * src/ldapctrl.c
17365         * src/ldapctrl.h
17366         * src/ldapserver.h
17367                 Sync ldap with HEAD
17368         (Fixes 546 LDAP completely broken)
17369
17370 2004-07-24 [colin]      0.9.12cvs33.18
17371
17372         * src/prefs_msg_colors.c
17373                 Fix prototype mismatch
17374         (Fixes 547 void function cannot return value)
17375
17376 2004-07-24 [colin]      0.9.12cvs33.17
17377
17378         * src/mainwindow.c
17379                 Fix sort going back to previous sort key
17380                 when changing sort direction
17381
17382 2004-07-24 [colin]      0.9.12cvs33.16
17383
17384         * src/compose.c
17385                 Fix space insertion when re-wrapping at 
17386                 cursor point
17387
17388 2004-07-24 [colin]      0.9.12cvs33.15
17389
17390         * src/gtk/gtkaspell.c
17391                 Don't change cursor position in insert-text
17392                 callback
17393         (Fixes 539 Word wrapping on input transposes letters)
17394
17395 2004-07-24 [colin]      0.9.12cvs33.14
17396
17397         * src/gtk/gtkaspell.c
17398                 Reencode non-ascii chars to dictionary's
17399                 encoding
17400         (Fixes 544 Spell check broken non english locale)
17401
17402 2004-07-24 [colin]      0.9.12cvs33.13
17403
17404         * src/summaryview.c
17405                 Fix Shift+Down, add Home/End/PgUp/PgDown
17406
17407 2004-07-21 [colin]      0.9.12cvs33.12
17408
17409         * src/prefs_common.c
17410                 Fix a gtk warning (Patch by Andrej Kacian)
17411
17412 2004-07-21 [colin]      0.9.12cvs33.11
17413
17414         * src/gtk/filesel.c
17415                 More check
17416
17417 2004-07-21 [colin]      0.9.12cvs33.10
17418
17419         * src/compose.c
17420         * src/crash.c
17421         * src/export.c
17422         * src/import.c
17423         * src/messageview.c
17424         * src/mimeview.c
17425         * src/prefs_spelling.c
17426         * src/prefs_themes.c
17427         * src/summaryview.c
17428         * src/gtk/filesel.c
17429         * src/gtk/filesel.h
17430         * src/gtk/pluginwindow.c
17431                 Untwist open/save mode guessing logic, make
17432                 it explicit
17433
17434 2004-07-20 [colin]      0.9.12cvs33.9
17435
17436         * src/codeconv.c
17437                 conv_encode_header: src_charset is UTF-8 on
17438                 gtk2
17439         * src/compose.c
17440                 Remove double encoding of the headers
17441
17442 2004-07-20 [colin]      0.9.12cvs33.8
17443
17444         * src/codeconv.c
17445                 Fix typo
17446
17447 2004-07-20 [colin]      0.9.12cvs33.7
17448
17449         * src/mainwindow.c
17450                 Set the separated messageview to the saved
17451                 size of Claws' messageview (Patch by Alfons)
17452                 Fix a callback prototype (me)
17453
17454 2004-07-20 [colin]      0.9.12cvs33.6
17455
17456         * src/codeconv.h
17457                 Forgot one hunk in 0.9.12cvs33.4
17458
17459 2004-07-19 [colin]      0.9.12cvs33.5
17460
17461         * src/action.c
17462                 Action output fix
17463                 Patch by Alfons
17464
17465 2004-07-19 [colin]      0.9.12cvs33.4
17466
17467         * src/compose.c
17468                 Fix outgoing charset bug in headers
17469         * src/codeconv.c
17470                 Clean for glib2 - Patch by Alfons
17471
17472 2004-07-19 [colin]      0.9.12cvs33.3
17473
17474         * src/statusbar.c
17475                 Remove grip from the statusbar
17476                 Patch by Alfons
17477
17478 2004-07-19 [colin]      0.9.12cvs33.2
17479
17480         * src/messageview.c
17481         * src/textview.c
17482                 Fix messageview remembering the previous
17483                 scroll position when loading a new message
17484                 Patch by Alfons
17485
17486 2004-07-19 [colin]      0.9.12cvs33.1
17487
17488         * src/folder.h
17489         * src/folderview.c
17490         * src/summaryview.c
17491                 Sync with HEAD
17492
17493 2004-07-18 [colin]      0.9.12cvs32.7
17494
17495         * configure.ac
17496                 Remove useless check for XIM - noticed
17497                 by Alfons
17498
17499 2004-07-18 [colin]      0.9.12cvs32.6
17500
17501         * src/summaryview.c
17502                 Remove non-modified and shift-modified
17503                 accelerators in summaryview's popup
17504                 menu, as that doesn't get catched by
17505                 the accel-activate signal catcher...
17506
17507 2004-07-18 [colin]      0.9.12cvs32.5
17508
17509         * src/prefs_common.c
17510                 Define sensible default prefs for 
17511                 wrapping
17512
17513 2004-07-18 [colin]      0.9.12cvs32.4
17514
17515         * src/compose.c
17516         * src/prefs_common.c
17517         * src/prefs_common.h
17518         * src/prefs_wrapping.c
17519                 Remove Smart Wrapping pref, which does
17520                 nothing on gtk2 branch
17521
17522 2004-07-18 [colin]      0.9.12cvs32.3
17523
17524         * src/sourcewindow.c
17525                 Proper utf8
17526
17527 2004-07-18 [colin]      0.9.12cvs32.2
17528
17529         * src/compose.c
17530                 Save attachment status when drafting
17531
17532 2004-07-18 [colin]      0.9.12cvs32.1
17533
17534         * src/gtk/filesel.c
17535                 Fix erratic folder selection in open mode
17536
17537 2004-07-18 [colin]      0.9.12cvs31.11
17538
17539         * src/pop.c
17540                 Don't let partial messages get deleted
17541                 even with "dowload all"
17542                 (0.9.12cvs31.8 fix extension)
17543 2004-07-18 [colin]      0.9.12cvs31.10
17544
17545         * src/gtk/logwindow.c
17546                 Fix log scrolling
17547
17548 2004-07-18 [colin]      0.9.12cvs31.9
17549
17550         * src/common/utils.c
17551                 Fix non-utf8 strings coming from commands
17552                 and files
17553
17554 2004-07-18 [colin]      0.9.12cvs31.8
17555
17556         * src/pop.c
17557                 Fix partial download bug with Download all
17558                 messages option
17559
17560 2004-07-18 [colin]      0.9.12cvs31.7
17561
17562         * src/textview.c
17563                 Fix bug introduced in 0.9.12cvs31.2
17564                 (blocked in select mode after double click)
17565
17566 2004-07-18 [colin]      0.9.12cvs31.6
17567
17568         * src/compose.c
17569         * src/gtk/menu.c
17570                 More glib-warning fixes
17571
17572 2004-07-18 [colin]      0.9.12cvs31.5
17573
17574         * src/compose.c
17575                 Fix trashing the primary clipboard when moving 
17576                 around with tab
17577         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17578
17579 2004-07-18 [colin]      0.9.12cvs31.4
17580
17581         * src/codeconv.c
17582                 convert unencoded iso headers to utf8
17583         (Fix Bug 538 Unencoded local characters in subject make it 
17584          disappear)
17585
17586 2004-07-18 [colin]      0.9.12cvs31.3
17587
17588         * src/compose.c
17589                 Fix tab char handling in wrapping
17590         (Fix Bug 537 Line wrap problem - TAB character treated as 
17591          one character instead of 8)
17592
17593 2004-07-18 [colin]      0.9.12cvs31.2
17594
17595         * src/textview.c
17596                 return FALSE on GDK_MOTION_NOTIFY
17597         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17598          (unable to highlight))
17599
17600 2004-07-18 [colin]      0.9.12cvs31.1
17601
17602         * src/folderview.c
17603                 Sync with 0.9.12cvs31
17604
17605 2004-07-18 [colin]      0.9.12cvs30.4
17606
17607         * src/compose.c
17608                 Also block text_inserted when inserting a file
17609
17610 2004-07-18 [colin]      0.9.12cvs30.3
17611
17612         * src/compose.c
17613                 Fix smart wrapping (block text_inserted handler
17614                 while putting quotation to avoid wrap on input,
17615                 don't join lines if next is sig separator)
17616
17617 2004-07-17 [colin]      0.9.12cvs30.2
17618
17619         * src/folderview.c
17620         * src/mainwindow.c
17621         * src/mimeview.c
17622         * src/summaryview.c
17623         * src/gtk/quicksearch.c
17624         * src/gtk/quicksearch.h
17625                 Block key events handlers *and* accels while
17626                 quicksearch is focused
17627         (Fixes Bug 534 quick-search bar not accepting certain letters)
17628
17629 2004-07-17 [colin]      0.9.12cvs30.1
17630
17631         * src/folder.h
17632         * src/folderview.c
17633         * src/summaryview.c
17634                 Sync with 0.9.12cvs30
17635
17636 2004-07-17 [colin]      0.9.12cvs28.2
17637
17638         * src/mimeview.c
17639         * src/procmime.c
17640         * src/summaryview.c
17641         * src/gtk/menu.c
17642                 Squash some compile and glib warnings
17643
17644 2004-07-17 [paul]       0.9.12cvs28.1
17645
17646         * src/mimeview.c
17647                 sync with 0.9.12cvs28 HEAD
17648
17649 2004-07-16 [paul]       0.9.12cvs26.1
17650         
17651         * src/gtk/quicksearch.c
17652         * src/account.c
17653         * src/account.h
17654         * src/compose.c
17655         * src/customheader.c
17656         * src/folder_item_prefs.c
17657         * src/main.c
17658         * src/mainwindow.c
17659         * src/messageview.c
17660         * src/mimeview.c
17661         * src/news.c
17662         * src/pgpmime.c
17663         * src/pop.c
17664         * src/pop.h
17665         * src/prefs_account.c
17666         * src/prefs_account.h
17667         * src/prefs_common.c
17668         * src/prefs_common.h
17669         * src/prefs_display_header.c
17670         * src/prefs_gtk.c
17671         * src/prefs_gtk.h
17672         * src/procheader.c
17673         * src/procmime.c
17674                 sync with 0.9.12cvs26 HEAD      
17675
17676 2004-07-15 [colin]      0.9.12cvs18.14
17677
17678         * src/folder.c
17679                 Disable GPG signature check during
17680                 folder move and scan
17681         (Closes Bug 521 Signature checking slows down Folder-Move)
17682
17683 2004-07-14 [colin]      0.9.12cvs18.13
17684
17685         * src/common/partial_download.c
17686                 update includes
17687
17688 2004-07-14 [colin]      0.9.12cvs18.12
17689
17690         * src/common/partial_download.c
17691         * src/common/partial_download.h
17692                 Move doc at top, add correct copyright
17693
17694 2004-07-14 [colin]      0.9.12cvs18.11
17695
17696         * src/folder.c
17697         * src/messageview.c
17698         * src/pop.c
17699         * src/pop.h
17700         * src/procmsg.c
17701         * src/summaryview.c
17702         * src/common/Makefile.am
17703         * src/common/partial_download.c ** NEW FILES **
17704         * src/common/partial_download.h ** NEW FILES **
17705                 Move partial-download related stuff to its
17706                 own file
17707
17708 2004-07-14 [colin]      0.9.12cvs18.10
17709
17710         * src/send_message.c
17711                 Fix smtp auth when user is null or empty
17712
17713 2004-07-13 [colin]      0.9.12cvs18.9
17714
17715         * src/gtk/quicksearch.c
17716                 Use alphabetic order
17717
17718 2004-07-13 [colin]      0.9.12cvs18.8
17719
17720         * src/pop.c
17721                 Be paranoid on the checks
17722
17723 2004-07-13 [colin]      0.9.12cvs18.7
17724
17725         * src/gtk/quicksearch.c
17726                 Fix Engrish once again
17727
17728 2004-07-13 [colin]      0.9.12cvs18.6
17729
17730         * src/procmsg.c
17731         * src/summaryview.c
17732                 Mark messages for deletion when they are about to
17733                 be removed from trash
17734
17735 2004-07-13 [colin]      0.9.12cvs18.5
17736
17737         * src/matcher.c
17738         * src/matcher.h
17739         * src/matcher_parser_parse.y
17740         * src/prefs_matcher.c
17741         * src/gtk/quicksearch.c
17742                 Add 'partial' ('p') match string to find partially
17743                 downloaded messages
17744
17745 2004-07-13 [colin]      0.9.12cvs18.4
17746
17747         * src/pop.c
17748                 Fix misplaced block
17749
17750 2004-07-13 [colin]      0.9.12cvs18.3
17751
17752         * src/pop.c
17753         * src/pop.h
17754         * src/messageview.c
17755                 Refactor API (to avoid passing 5+ params and code
17756                 duplication)
17757         * src/folder.c
17758         * src/msgcache.c
17759         * src/procheader.c
17760         * src/common/defs.h
17761                 Add planned_download to cache
17762                 Don't mess uidl file when moving partially downloaded
17763                 mails (they change folder, we should change it in the
17764                 uidl list too or we'll remove an incorrect message)
17765                 (this also helps removing hacks when changing 
17766                 planned_download in messageview.c)
17767
17768 2004-07-12 [colin]      0.9.12cvs18.2
17769
17770         * src/gtk/quicksearch.c
17771                 Fix missing status update in quicksearch
17772
17773 2004-07-12 [paul]       0.9.12cvs18.1
17774
17775         * po/POTFILES.in
17776         * src/Makefile.am
17777         * src/account.c
17778         * src/codeconv.c
17779         * src/compose.c
17780         * src/inc.c
17781         * src/main.c
17782         * src/prefs_common.c
17783         * src/procmsg.h
17784         * src/toolbar.c
17785         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17786         * src/prefs_wrapping.[ch]       ** NEW FILES **
17787         * src/common/intl.h
17788         * src/common/utils.[ch]
17789         * src/gtk/quicksearch.[ch]
17790                 sync with 0.9.12cvs18 HEAD
17791
17792 2004-07-12 [colin]      0.9.11cvs17.25
17793
17794         * src/folder.c
17795         * src/folder.h
17796                 Remove unused function added by me in 0.9.11cvs17.10
17797
17798 2004-07-11 [colin]      0.9.11cvs17.24
17799
17800         * src/inc.c
17801         * src/messageview.c
17802         * src/pop.c
17803         * src/pop.h
17804                 Use folderitem and msgnum instead of filename to
17805                 know which mail to delete
17806                 Move old partial mail deletion to pop.c
17807
17808 2004-07-10 [colin]      0.9.11cvs17.23
17809
17810         * src/inc.c
17811                 Add debug
17812         * src/pop.c
17813         * src/pop.h
17814                 Don't re-use same enums for unrelated stuff: it's 
17815                 completely misleading !
17816                 Document a bit
17817
17818 2004-07-09 [colin]      0.9.11cvs17.22
17819
17820         * src/inc.c
17821                 Remove folder-type check and do
17822                 more tests to be sure everything's
17823                 ok
17824         * src/messageview.c
17825                 Punctuation update, remove useless
17826                 code, fix two warnings
17827         * src/noticeview.c
17828                 Layout cleaning, reset 2nd button
17829                 when specifying one
17830
17831 2004-07-09 [colin]      0.9.11cvs17.21
17832
17833         * src/messageview.c
17834         * src/pop.c
17835         * src/pop.h
17836                 Allow user to change his mind
17837                 and postpone decision (by
17838                 unmarking the mail)
17839
17840 2004-07-09 [colin]      0.9.11cvs17.20
17841
17842         * src/messageview.c
17843                 Fix bug with delete state
17844         * src/pop.c
17845         * src/pop.h
17846                 Fix buffer leak (fread doesn't 
17847                 terminate buffers with \0)
17848                 Refactoring (remove magic 
17849                 numbers)
17850
17851 2004-07-09 [colin]      0.9.11cvs17.19
17852
17853         * src/pop.c
17854                 Don't log "Skipping message" if 
17855                 we're going to TOP it two lines
17856                 later
17857
17858 2004-07-09 [colin]      0.9.11cvs17.18
17859
17860         * src/messageview.c
17861                 Fix Engrish
17862
17863 2004-07-09 [colin]      0.9.11cvs17.17
17864
17865         * src/pop.c
17866                 strlen checking...
17867         * src/messageview.c
17868                 refactoring a bit
17869
17870 2004-07-08 [colin]      0.9.11cvs17.16
17871
17872         * src/noticeview.c
17873         * src/noticeview.h
17874                 Add an optional second button
17875         * src/messageview.c
17876         * src/pop.c
17877         * src/pop.h
17878                 Don't delete partially received mails after a certain
17879                 time; rather, let the user decide.
17880
17881 2004-07-08 [colin]      0.9.11cvs17.15
17882
17883         * src/common/smtp.h
17884                 Sync with HEAD
17885
17886 2004-07-08 [colin]      0.9.11cvs17.14
17887
17888         * src/messageview.c
17889         * src/common/smtp.c
17890                 Use to_human_readable() for sizes
17891
17892 2004-07-08 [colin]      0.9.11cvs17.13
17893
17894         * src/inc.c
17895         * src/messageview.c
17896         * src/pop.c
17897         * src/pop.h
17898         * src/procmsg.c
17899                 Fix partial-downloading issues:
17900                         catch unsupported TOP
17901                         don't delete partially downloaded mails before 5 days
17902                         don't update existing with non-MH folders; that'll
17903                         make dups, but it's better than trashing the folder
17904                         free new msginfo parts
17905                 Fix indentation ;-)
17906
17907 2004-07-08 [colin]      0.9.11cvs17.12
17908
17909         * src/common/smtp.c
17910         * src/common/smtp.h
17911                 Sync smtp size verification with HEAD
17912
17913 2004-07-08 [colin]      0.9.11cvs17.11
17914
17915         * src/summaryview.c
17916         * src/prefs_common.c
17917         * src/prefs_common.h
17918         * src/gtk/quicksearch.c
17919         * src/gtk/quicksearch.h
17920                 Sync sticky pref with HEAD
17921
17922 2004-07-08 [colin]      0.9.11cvs17.10
17923
17924         * src/folder.c [1.213.2.6]
17925         * src/folder.h [1.87.2.6]
17926         * src/inc.c [1.149.2.7]
17927         * src/messageview.c [1.94.2.8]
17928         * src/procheader.c [1.47.2.6]
17929         * src/procmsg.c [1.150.2.4]
17930         * src/procmsg.h [1.60.2.5]
17931         * src/pop.c [1.56.2.4]
17932         * src/pop.h [1.17.2.3]
17933                 Let too big messages get downloaded, but truncated
17934                 Add a button to download them completely
17935                 
17936 2004-07-06 [colin]      0.9.11cvs17.9
17937
17938         * src/gtk/quicksearch.c [1.1.2.3]
17939                 Add a Clear button
17940         * commitHelper
17941         * PATCHSETS
17942                 Add a script to help with cvs
17943
17944 2004-07-03 [colin]      0.9.11cvs17.8
17945
17946         * src/plugins/imageviewer/viewer.c
17947                 fix imageviewer (which was staying on the first
17948                 displayed image)
17949
17950 2004-07-03 [colin]      0.9.11cvs17.7
17951
17952         Removed FIXME_GTK2 warnings
17953         * src/gtk/gtkutils.c
17954                 useless #warnings
17955         * src/gtk/menu.c
17956                 useless #warnings (no need to mess with menu rc)
17957         * src/gtk/menu.h
17958                 unused functions
17959         
17960
17961 2004-07-03 [colin]      0.9.11cvs17.6
17962
17963         Removed FIXME_GTK2 warnings
17964         * src/codeconv.c
17965                 useless #warnings (rewrite needed)
17966         * src/compose.c
17967                 useless #warnings (rewrite needed)
17968                 useless #warnings (gtk2 is like that)
17969                 useless #warnings (previously fixed)
17970         * src/main.c
17971                 useless #warnings (previously fixed)
17972         * src/message_search.c
17973                 useless #warnings (gtk2 is like that)
17974                 Made apparent that search is case-sensitive
17975         * src/mimeview.c
17976                 useless #warnings (rewrite needed)
17977                 useless #warnings (gtk2 is like that)
17978                 reimplemented real warnings
17979         * src/prefs_common.c
17980                 Removed block cursor option (not it gtk2)
17981         * src/prefs_gtk.c
17982                 useless #warnings (rewrite needed)
17983         * src/procheader.c
17984                 useless #warnings (rewrite needed)
17985         * src/sourcewindow.c
17986                 useless #warnings (incorrect placing)
17987         * src/summary_search.c
17988                 useless #warnings (gtk2 is like that)
17989                 Made apparent that search is case-sensitive
17990         * src/action.c
17991                 useless #warnings (gtk2 is like that)
17992         * src/textview.c
17993                 useless #warnings (rewrite needed)
17994         * src/toolbar.c
17995                 useless #warnings (rewrite needed)
17996
17997 2004-07-03 [colin]      0.9.11cvs17.5
17998
17999         * src/textview.c
18000                 Fix mismerge which broke URI opening
18001                 
18002 2004-07-01 [colin]      0.9.11cvs17.4
18003
18004         * src/gtk/filesel.c
18005                 Fill filename when saving
18006                 
18007 2004-06-27 [colin]      0.9.11cvs17.3
18008
18009         * src/gtk/filesel.[ch]
18010                 Use the new GTK file selector
18011                 Update prototype to match the reality: multiple file
18012                 selection is open-only          
18013         * src/compose.c
18014                 Match the new prototypes        
18015         * configure.ac
18016                 Match the new requirements (gtk 2.4.0)
18017                         
18018 2004-06-26 [colin]      0.9.11cvs17.2
18019
18020         * src/plugins/trayicon/trayicon.c
18021                 Remove useless signal handler on resize, which causes
18022                 an infinite "loop"
18023         
18024 2004-06-26 [colin]      0.9.11cvs17.1
18025         
18026         * tools/Makefile.am
18027                 remove launch_firebird and add nautilus2sylpheed.sh
18028         * src/quicksearch.c
18029           src/summaryview.c
18030                 Fix show/hide "Extended symbols" button problem
18031                 Fix apparition at startup
18032                 Fix const warnings
18033         * src/plugins/image_viewer/Makefile.am
18034                 Fix configure 
18035         * common/ssl.c
18036                 Re-enable certificate check, as it doesn't seem to
18037                 cause Xlib errors anymore
18038
18039 2004-06-25 [paul]       0.9.11cvs17
18040
18041         * sync with 0.9.11cvs17 HEAD
18042         
18043         NOTE: QuickSearch is broken
18044
18045 2004-06-07 [colin]      0.9.10claws67.10
18046         * src/plugins/trayicon/trayicon.c
18047           src/plugins/trayicon/libeggtrayicon/Makefile.am
18048           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18049                 Fix gettextization in trayicon plugin
18050
18051 2004-06-07 [colin]      0.9.10claws67.9
18052         
18053         * src/summaryview.c
18054           src/gtk/gtksctree.[ch]
18055                 Let Shift+{Up,Down} work in summaryview
18056                 (well, Down "works" and Up works)
18057                 Let the list scroll when using these keys
18058
18059 2004-06-06 [colin]      0.9.10claws67.8
18060
18061         * src/plugins/trayicon/trayicon.c
18062                 Fix pixmap update
18063
18064 2004-06-06 [colin]      0.9.10claws67.7
18065
18066         * src/addressbook.c
18067                 Fix signal handling causing system-wide focus grab
18068
18069 2004-05-25 [paul]       0.9.10claws67.6
18070
18071         * Makefile.am
18072           src/Makefile.am
18073                 clean up
18074
18075 2004-05-25 [paul]       0.9.10claws67.5
18076
18077         * replace deprecated gtk_signal... functions
18078
18079 2004-05-23 [colin]      0.9.10claws67.4
18080
18081         * src/compose.c
18082                 Fix wrapping
18083
18084 2004-05-22 [colin]      0.9.10claws67.3
18085
18086         * src/compose.c
18087                 Re-fix [Edited] in compose.c::compose_reedit()
18088
18089 2004-05-22 [colin]      0.9.10claws67.2
18090
18091         * src/procmime.c
18092                 Fix parsing of multiparts mails
18093
18094 2004-05-22 [colin]      0.9.10claws67.1
18095
18096         * src/summaryview.c
18097                 Fix quicksearch
18098
18099 2004-05-22 [paul]       0.9.10claws67
18100
18101         * sync with 0.9.10claws67 HEAD
18102
18103 2004-05-14 [alfons]
18104
18105         * src/procmime.h
18106                 add forgotton prototype
18107
18108 2004-05-10 [paul]       0.9.10claws57
18109
18110         * sync with 0.9.10claws57 HEAD
18111
18112 2004-05-05 [paul]       0.9.9.claws1
18113
18114         * ChangeLog-gtk2        ** REMOVED **
18115           ChangeLog-gtk2.claws  ** ADDED **
18116                 rename and adopt the normal claws format
18117                 
18118         * configure.ac
18119                 require gtkmathview >= 0.5
18120
18121         * ac/*                          ** REMOVED **
18122           ac/                           ** REMOVED **
18123           intl/Makefile.in              ** REMOVED **
18124           m4/                           ** ADDED **
18125           m4/missing                    ** ADDED **
18126           m4/missing/gdk-pixbuf.m4      ** ADDED **
18127           m4/missing/gettext.m4         ** ADDED **
18128           m4/missing/gpgme.m4           ** ADDED **
18129           m4/missing/imlib.m4           ** ADDED **
18130           m4/.cvsignore                 ** ADDED **
18131           m4/Makefile.am                ** ADDED **
18132           m4/README                     ** ADDED **
18133           m4/aclocal-include.m4         ** ADDED **
18134           m4/aspell.m4                  ** ADDED **
18135           m4/check-type.m4              ** ADDED **
18136           m4/gnupg-check-typedef.m4     ** ADDED **
18137           m4/openssl.m4                 ** ADDED **
18138           m4/spamassassin.m4            ** ADDED **
18139           po/ChangeLog                  ** REMOVED **
18140           po/Makefile.in.in             ** REMOVED **
18141           po/Rules-quot                 ** REMOVED **
18142           po/boldquot.sed               ** REMOVED **
18143           po/en@boldquot.header         ** REMOVED **
18144           po/en@quot.header             ** REMOVED **
18145           po/insert-header.sin          ** REMOVED **
18146           po/quot.sed                   ** REMOVED **
18147           po/remove-potcdate.sed        ** REMOVED **
18148           po/remove-potcdate.sin        ** REMOVED **
18149           po/stamp-po                   ** REMOVED **
18150           Makefile.am
18151           autogen.sh
18152           configure.ac
18153                 enable building with automake 1.8.x
18154                 add 'autopoint --force' to autogen.sh and remove all
18155                 auto-generated files, remove ac/ directory and use
18156                 m4/ directory instead
18157                 
18158         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18159                 fix gettextization
18160
18161 2004-02-28 Colin Leroy <colin@colino.net>
18162         * src/prefs_matcher.c
18163           src/prefs_filtering.c
18164           src/prefs_filtering_action.c
18165                 Fix non-editable GtkEntries
18166
18167 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18168         * src/prefs_themes.c
18169                 utf8 conversion for theme info
18170
18171 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18172         * sync 0.9.9claws
18173
18174 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18175         * src/grouplistdialog.c
18176                 allow multiple selections without ctrl key
18177
18178 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18179         * src/main.c
18180                 enable customizable accelerators
18181
18182 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18183         * src/prefs_common.c
18184                 re-enable different font settings for gtk1/2
18185         * src/prefs_folder_item.c
18186                 fix folder prefs displayed wrong
18187         * src/textview.c
18188                 set 'sunken' shadow type
18189
18190 2004-02-07 Colin Leroy <colin@colino.net>
18191         * src/compose.c
18192                 Fix message being always [Edited]
18193                 Encode headers correctly (utf8 buf)
18194
18195 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18196         * src/socket.c
18197                 remove double g_source_attach()
18198                 (Thanks to Colin Leroy)
18199
18200 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18201         * src/gtk/gtksctree.c
18202                 Fix SSL certificate list not shown
18203         * src/mimeview.c
18204                 Fix clicks in mime tree
18205
18206 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18207         * src/common/socket.c
18208                 Fix SSL receive
18209         * src/compose.c
18210                 Fix clipboard menu hotkeys
18211
18212 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18213         * src/gtk/gtkaspell.[ch]
18214           src/compose.c
18215                 reimplement spellchecker
18216
18217 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18218         * src/gtk/filesel.c
18219                 crash when inserting file in compose window
18220                 (TODO: keep old selection on clicks)
18221         * src/main.c
18222                 use gtkrc-2.0 instead of gtkrc
18223
18224 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18225         * src/messageview.c
18226                 remove orphaned mimeview unref()
18227
18228 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18229         * src/grouplistdialog.c
18230                 expand nodes containing subscribed groups
18231
18232 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18233         * src/textview.c
18234                 textview: hide cursor, restore old click behaviour
18235
18236 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18237         * src/textview.c
18238                 variable names messed up
18239
18240 2004-01-17 Colin Leroy <colin@colino.net>
18241         * src/addr_compl.c
18242                 Fix completion address too thin
18243         * src/compose.c
18244                 Fix tab-to-subject behaviour
18245         * src/summaryview.c
18246                 Implement key up & down in summaryview
18247
18248 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18249
18250         * sync 098claws
18251
18252 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18253         * configure.ac
18254           Makefile.am
18255           doc/.cvsignore
18256           doc/Makefile.am
18257                 faq, man, manual moved to doc/
18258         * ac/aspell.m4
18259           ac/check-type.m4
18260           ac/gnupg-check-typedef.m4
18261           ac/openssl.m4
18262           ac/spamassassin.m4
18263           ac/missing/gdk-pixbuf.m4
18264           ac/missing/gpgme.m4
18265           ac/missing/imlib.m4
18266                 fix automake warnings
18267
18268 2003-12-06 Colin Leroy <colin@colino.net>
18269         * src/summaryview.c
18270                 Fix quicksearch
18271
18272 2003-12-05 Colin Leroy <colin@colino.net>
18273         * src/summaryview.c
18274                 Fix going to next unread folder
18275
18276 2003-12-05 Colin Leroy <colin@colino.net>
18277         * src/crash.c
18278                 Fix gtk2 compilation
18279         * src/session.c
18280                 Remove iotag source handler at disconnection
18281         * src/socket.[ch] 
18282                 Remove source handler when closing socket 
18283                 (fixes another seg)
18284
18285 2003-12-04 Colin Leroy <colin@colino.net>
18286         * src/compose.c
18287           src/prefs_account.c
18288           src/prefs_common.c
18289                 Fix some dropdown menus
18290
18291 2003-12-04 Colin Leroy <colin@colino.net>
18292         * src/compose.c
18293                 Fix event handlers on header fields
18294         * src/common/socket.c
18295           src/common/session.c
18296                 Fix segfault with callback (SSL)
18297                 Fix end of session 
18298
18299 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18300
18301         * Fix compile bug in src/compose.c
18302         * removed src/gtk/gtkstext.[ch]
18303
18304 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18305
18306         * Convert character set and escape "text" attributes in toolbar setting
18307         files.
18308         * Fixed bug in button-press-event handling.
18309
18310 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18311
18312         * Fixed bug in key-press-event handling.
18313
18314 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18315
18316         * Enabled to compile tray-icon plugin (Ad-hoc).
18317         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18318
18319 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18320
18321         * Enabled to compile on sylpheed-claws.
18322         (tray-icon plugin still cannot compile yet.)
18323
18324 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18325
18326         * Updated to 0.9.5.
18327
18328 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18329
18330         * Updated to 0.9.4.
18331         * Ported monitoring SSL mechanism to GSource of GLib2
18332         (I don't confirm it)
18333         * Added _gtk2 suffix to key name of font preference to avoid
18334         ovverwriting preference of Gtk+-1.2 version.
18335
18336 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18337
18338         * Updated to 0.9.2.
18339
18340 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18341
18342         * Updated to 0.9.1.
18343         * Translate po files into UTF-8 when execute autogen.sh.
18344
18345 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18346
18347         * Updated to 0.9.0.
18348
18349 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18350
18351         * Plugged GError related memory leaks.
18352
18353 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18354
18355         * Changed default size of fonts.
18356         * Enabled to set titile font size of warning dialog.
18357
18358 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18359
18360         * Embed a sylpheed icon into executable binary on Windows.
18361
18362 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18363
18364         * I forgot to traslate character set of element string in src/xml.c.
18365
18366 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18367
18368         * Fixed detecting bind_textdomain_codeset in configure.in.
18369         * The bug in which "Example" of "Date fromat" preference isn't displayed
18370         correctly has been fixed.
18371
18372 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18373
18374         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18375           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18376           glib-gettextize
18377           Removed intl directory.
18378           Translated po files into UTF-8.
18379           (Thanks! Ryuji Abe)
18380
18381 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18382
18383         * The bug which doesn't unscape string in xml.c has been fixed.
18384
18385 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18386
18387         * The bug which is failed to translate encoding of file name thorough
18388         file dialog has been fixed.
18389
18390 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18391
18392         * Modified to translate file names which is used in inporting/expoting
18393         mbox feature and "Save as" feature into locale encoding.
18394         * Translate file names into locale encoding when "Attache file" and
18395         "Insert file".
18396         * Force set G_BROKEN_FILENAMES environment variable.
18397         * Other minor fixes.
18398
18399 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18400
18401         * Modified to treat MH folder's name as locale encoding.
18402
18403 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18404
18405         * The bug which clash on switching candidates of auto completion of
18406         addresses, cannot use auto completion in Japanesse is fixed
18407         (Thanks! Tokunaga-san)¡¥
18408
18409 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18410
18411         * The bug which cannot switch key accelerator preference has been fixed
18412         (Thanks! smbd-san)¡¥
18413
18414 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18415
18416         * version 0.8.11-gtk2-20030314
18417
18418 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18419
18420         * The bug in which character set conversion of filtering messages has
18421         been fixed.(Thanks! COCOA-san).
18422
18423 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18424
18425         * Revived "Leave space on head" preference in "Message" category.
18426         * A bug which clash when put the cursor to end of buffer and execute
18427         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18428
18429 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18430
18431         * version 0.8.11-gtk2-20030312
18432
18433 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18434
18435         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18436         * Modified to use Pango's API directly for font preference.
18437         * Integrated GtkTextView of textview to one widget.
18438         * Set fonts of header title in textview by "header_title" tag.
18439         * Removed some deprecated codes.
18440
18441 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18442
18443         * Updated to 0.8.11.
18444         * Merged cygwin patch(Thanks! Sakai-san).
18445
18446 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18447
18448         * version 0.8.10-gtk2-20030309