91cbd91f9adcddee7b9c9967e9ad96d6319b87de
[claws.git] / ChangeLog
1 2006-09-15 [colin]      2.4.0cvs189
2
3         * src/summaryview.c
4                 HIG order on dialog
5
6 2006-09-14 [colin]      2.4.0cvs188
7
8         * src/common/socket.c
9         * src/common/socket.h
10         * src/common/ssl.c
11         * src/common/ssl_certificate.c
12         * src/common/ssl_certificate.h
13         * src/etpan/imap-thread.c
14                 the get_fqdn() call done to get canonical name when
15                 checking an SSL certificate is blocking, which is
16                 sad as we just did a non-blocking lookup to connect.
17                 Fix that by letting the fqdn available to the SockInfo,
18                 and use that in ssl_certificate_check(). For IMAP,
19                 we don't do it as the lookup's done by libetpan, but
20                 it's less annoying as IMAP connections as much more
21                 rare than POP3 connections.
22
23 2006-09-14 [paul]       2.4.0cvs187
24
25         * manual/advanced.xml
26                 improvements to the English,
27                 properly place the new hidden options
28                 within the alphabetical order
29         * src/gtk/pluginwindow.c
30                 improvements to the English
31
32 2006-09-14 [colin]      2.4.0cvs186
33
34         * src/prefs_common.c
35         * src/prefs_common.h
36         * src/gtk/gtksctree.c
37         * manual/advanced.xml
38                 New hidden pref, stripes_color_offset, to change
39                 the value added/substracted to normal bgcolor to
40                 create the stripes in summaries
41
42 2006-09-13 [colin]      2.4.0cvs185
43
44         * src/gedit-print.c
45         * src/messageview.c
46         * src/messageview.h
47         * src/summaryview.c
48         * src/textview.c
49                 Fix misc. printing issues: 
50                 - Bad font for linkified headers
51                 - Different font if the mail was displayed or not
52                 - Factorize the thing
53
54 2006-09-13 [colin]      2.4.0cvs184
55
56         * src/common/ssl_certificate.c
57                 Only get FQDN once when checking certificate
58
59 2006-09-13 [colin]      2.4.0cvs183
60
61         * src/account.c
62         * src/gtk/pluginwindow.c
63                 Misc. GUI fixes by Fabien
64
65 2006-09-13 [wwp]        2.4.0cvs182
66
67         * configure.ac
68         * src/common/utils.h
69         * src/common/utils.c
70                 get rid of unused wide-char functions.
71
72 2006-09-13 [wwp]        2.4.0cvs181
73
74         * src/plugins/pgpinline/sylpheed.def
75         * src/textview.c
76                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
77                 add privacy_reset_error to the .def file,
78                 do not fork for an external textviewer.
79
80 2006-09-13 [wwp]        2.4.0cvs180
81
82         * src/prefs_common.c
83                 fix broken font entry in prefs (patch issued by the gpg4win team,
84                 probably by Marcus Brinkmann <marcus@g10code.de>).
85
86 2006-09-13 [colin]      2.4.0cvs179
87
88         * src/folder.h
89                 Fix a warning in summaryview.c
90         * src/mainwindow.c
91         * src/summaryview.c
92         * src/summaryview.h
93                 Add missing Mark/* elements in the
94                 main menu
95
96 2006-09-12 [colin]      2.4.0cvs178
97
98         * src/prefs_actions.c
99         * src/prefs_filtering_action.c
100         * src/prefs_matcher.c
101                 Use (New) instead of New everywhere
102
103 2006-09-12 [wwp]        2.4.0cvs177
104
105         * manual/fr/addrbook.xml
106         * manual/fr/handling.xml
107                 updated some quotes in the fr manual to match the fr translation.
108
109 2006-09-12 [wwp]        2.4.0cvs176
110
111         * src/prefs_matcher.c
112                 don't store translated string elements in matcher expressions.
113                 Also fixed a misused of Q_().
114
115 2006-09-11 [wwp]        2.4.0cvs175
116
117         * src/plugins//bogofilter/bogofilter.c
118         * src/plugins//clamav/clamav_plugin.c
119         * src/plugins//demo/demo.c
120         * src/plugins//dillo_viewer/dillo_viewer.c
121         * src/plugins//pgpcore/plugin.c
122         * src/plugins//pgpinline/plugin.c
123         * src/plugins//pgpmime/plugin.c
124         * src/plugins//spamassassin/spamassassin.c
125                 gettext-ize more strings (mostly plugin error messages).
126
127 2006-09-11 [colin]      2.4.0cvs174
128
129         * src/alertpanel.c
130                 Make maximum buffer size bigger to avoid
131                 truncating translated messages. Patch by
132                 Fabien
133
134 2006-09-11 [colin]      2.4.0cvs173
135
136         * src/etpan/imap-thread.c
137                 Fix compilation on OpenBSD, thanks to 
138                 Landry
139
140 2006-09-10 [wwp]        2.4.0cvs172
141
142         * manual/account.xml
143         * manual/addrbook.xml
144         * manual/handling.xml
145         * manual/es/handling.xml
146         * manual/fr/account.xml
147         * manual/fr/addrbook.xml
148         * manual/fr/handling.xml
149                 documented addressbook matching (condition configuration):
150                   addrbook.xml, en fr
151                 documented per-account filtering rules (handling/filtering
152                   section, account section):
153                   account.xml, handling.xml, en fr
154                 slightly updated the handling/searching section to tell few
155                   words about the extended search ability:
156                   handling.xml, en fr
157                 added missing <quote></quotes> to Quick Search:
158                   handling.xml, en fr es
159                 fixed a typo (auomatically):
160                   handling.xml, en
161                 changes revisited by Paul.
162
163 2006-09-10 [paul]       2.4.0cvs171
164
165         * src/prefs_actions.c
166         * src/prefs_filtering.c
167         * src/prefs_template.c
168                 adjustments to the gui
169                 Patch by Fabien Vantard (slightly modified)
170
171 2006-09-10 [colin]      2.4.0cvs170
172
173         * src/summaryview.c
174                 Check folderitem/summaryview consistency
175                 (basically automates Update summary). Fixes
176                 #1011 (wrong (negative) count on unread 
177                 messages)
178
179 2006-09-10 [colin]      2.4.0cvs169
180
181         * src/gtk/gtksctree.c
182                 Fix recursive expansion via mouse
183         * src/plugins/bogofilter/bogofilter.c
184                 Use normal filtering way of moving
185                 messages (batching), possibly fixing
186                 bug #1015 (Bogofilter plugin doubles 
187                 new messages)
188
189 2006-09-09 [wwp]        2.4.0cvs168
190
191         * src/prefs_filtering.c
192                 better place for this fix.
193
194 2006-09-09 [wwp]        2.4.0cvs167
195
196         * src/prefs_filtering.c
197                 fix a minor bug when the enabled status of a filtering/processing
198                 rule always got set to TRUE when replacing this rule. That still
199                 make sense when adding a new rule, but now when replacing, we
200                 don't override the value of 'enabled'.
201                 Also renamed the func prefs_filtering_list_view_get_rule_name()
202                 to prefs_filtering_list_view_get_info() as this function not only
203                 returns the name, but also the account_id and the enabled status.
204
205 2006-09-09 [mones]      2.4.0cvs166
206
207         * manual/glossary.xml
208         * manual/plugins.xml
209                 Minor format corrections
210         * manual/gpl.xml
211                 Fix misplaced NO WARRANTY section
212         * manual/es/advanced.xml
213         * manual/es/faq.xml
214         * manual/es/glossary.xml
215         * manual/es/gpl.xml
216         * manual/es/handling.xml
217         * manual/es/plugins.xml
218         * manual/es/starting.xml
219                 Incorporate changes from English version
220         * manual/fr/ack.xml
221         * manual/pl/ack.xml
222         * manual/es/ack.xml
223                 Fix address, (add translation credits in es version)
224         * po/es.po
225                 Updated translation
226
227 2006-09-09 [wwp]        2.4.0cvs165
228
229         * src/prefs_filtering.c
230                 fix a crash when opening filtering prefs, if matcherrc file contains
231                 broken data (non-existing account id, which is theoretically not
232                 possible).
233
234 2006-09-08 [colin]      2.4.0cvs164
235
236         * src/folder.c
237                 Wrong assert, make it an if()
238         * src/gtk/gtksctree.c
239                 Fix bug #1013 (expand selected thread 
240                 tree) - expanding is now recursive
241
242 2006-09-07 [wwp]        2.4.0cvs163
243
244         * src/prefs_matcher.c
245                 make better sentences about addressbook matching in the
246                 matcher prefs. This should make translators' work easier
247                 too.
248
249 2006-09-07 [wwp]        2.4.0cvs162
250
251         * src/prefs_filtering.c
252                 code simplification (get rid of dup var. assignment).
253
254 2006-09-07 [wwp]        2.4.0cvs161
255
256         * src/summaryview.c
257                 use GTK_STOCK icons when possible, patch by Fabien Vantard
258                 <fzzzzz@gmail.com>.
259
260 2006-09-07 [paul]       2.4.0cvs160
261
262         * src/mimeview.c
263                 fix compilation warnings
264                 Thanks to Colin
265
266 2006-09-07 [paul]       2.4.0cvs159
267
268         * src/mimeview.c
269                 select the mimepart icon when
270                 displaying as text
271                 Thanks to Colin
272
273 2006-09-06 [paul]       2.4.0cvs158
274
275         * src/prefs_filtering.c
276                 fix labels and table element spacing
277                 Patch by Fabien Vantard
278
279 2006-09-06 [paul]
280
281         2.5.0-rc3 released
282
283 2006-09-06 [paul]       2.4.0cvs157
284
285         * manual/es/advanced.xml
286                 fix typo
287
288 2006-09-06 [wwp]        2.4.0cvs156
289
290         * src/mainwindow.c
291                 fix an dup launch issue when iconified, thanks to Colin.
292
293 2006-09-06 [wwp]        2.4.0cvs155
294
295         * src/gtk//gtksctree.h
296                 oops, forgot that one!
297
298 2006-09-06 [wwp]        2.4.0cvs154
299
300         * manual/pl/advanced.xml
301         * manual/advanced.xml
302         * manual/es/advanced.xml
303         * manual/fr/advanced.xml
304         * src/prefs_customheader.c
305         * src/prefs_filtering_action.c
306         * src/foldersel.c
307         * src/prefs_summaries.c
308         * src/prefs_filtering.c
309         * src/account.c
310         * src/compose.c
311         * src/prefs_summary_column.c
312         * src/addr_compl.c
313         * src/prefs_actions.c
314         * src/prefs_folder_column.c
315         * src/ssl_manager.c
316         * src/prefs_template.c
317         * src/prefs_display_header.c
318         * src/prefs_common.h
319         * src/prefs_matcher.c
320         * src/prefs_common.c
321         * src/prefs_toolbar.c
322         * src/summaryview.c
323         * src/folderview.c
324         * src/gtk/gtksctree.c
325         * src/gtk/pluginwindow.c
326         * src/gtk/progressdialog.c
327         * src/gtk/prefswindow.c
328                 renamed hidden option enable_rules_hint to use_stripes_everywhere
329                 to make its meaning more obvious (all versions of the manual reflect
330                 the change).
331                 added an extra hidden option use_stripes_in_summary to allow
332                 discarding these stripes in mainwindow's folder and message lists;
333                 en and fr manuals only are OK towards this.
334
335 2006-09-06 [colin]      2.4.0cvs153
336
337         * src/textview.c
338                 Hide Sylpheed-Claws' internal queue headers
339                 when showing all headers. They'll be present
340                 only in Source window.
341
342 2006-09-05 [colin]      2.4.0cvs152
343
344         * src/plugins/trayicon/trayicon.c
345                 Fix crash at exit - we have to disconnect
346                 our handlers
347         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
348                 Update eggtrayicon - patch adapted from a
349                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
350                 on Sylpheed's ML
351
352 2006-09-05 [colin]      2.4.0cvs151
353
354         * src/mainwindow.c
355         * src/gtk/logwindow.c
356                 Fix race condition when something writes
357                 to the log too soon during init. Thanks
358                 to Fabien Vantard
359
360 2006-09-05 [colin]      2.4.0cvs150
361
362         * src/mimeview.c
363                 Don't select part on right-click either
364
365 2006-09-05 [paul]       2.4.0cvs149
366
367         * src/mimeview.c
368                 completion of previous commit
369                 Thanks to Colin
370
371 2006-09-05 [colin]      2.4.0cvs148
372
373         * src/mimeview.c
374                 Don't force selection on middle-click, just open
375
376 2006-09-04 [colin]      2.4.0cvs147
377
378         * src/mimeview.c
379                 Looks like gtk_notebook_set_current_page()
380                 sometimes steals focus, and this annoys us
381                 in MimeViewers as it renders navigation
382                 keys useless. Take back focus after switching
383                 pages.
384
385 2006-09-04 [colin]      2.4.0cvs146
386
387         * src/messageview.c
388                 Set stop_loading when clicking on Next
389                 during load. Don't add a callback to 
390                 avoid over-complicating things.
391
392 2006-09-04 [colin]      2.4.0cvs145
393
394         * src/mimeview.c
395         * src/messageview.c
396                 Fix multiple loads in separate messageview
397
398 2006-09-04 [colin]      2.4.0cvs144
399
400         * src/summaryview.c
401                 Let navigation keys be handled during 
402                 load
403
404 2006-09-04 [colin]      2.4.0cvs143
405
406         * src/messageview.c
407         * src/summaryview.c
408         * src/textview.c
409         * src/textview.h
410                 Make loading of huge mails (lots of text and/or
411                 images) cancellable, so the GUI doesn't block 
412
413 2006-09-04 [colin]      2.4.0cvs142
414
415         * src/plugins/trayicon/trayicon.c
416                 Fix annoyance when removing a folder with 
417                 unread mails: trayicon didn't update
418
419 2006-09-04 [paul]       2.4.0cvs141
420
421         * src/gtk/icon_legend.c
422                 straighten up columns
423                 Patch by Fabien Vantard
424
425 2006-09-04 [wwp]        2.4.0cvs140
426
427         * src/prefs_filtering.c
428                 fix new line's account name in filtering prefs:
429                 was "All", is now "(New)".
430
431 2006-09-04 [paul]       2.4.0cvs139
432
433         * tools/make.themes.project
434                 use "AUTOMAKE_OPTIONS = dist-bzip2"
435                 instead of homebrewed "make release"
436
437 2006-09-03 [colin]      2.4.0cvs138
438
439         * src/folderview.c
440                 Fix bug #1007 (Wrong folder highlighted)
441
442 2006-09-03 [colin]      2.4.0cvs137
443
444         * src/compose.c
445                 Don't set Newsgroup: header to a mail folder
446                 path
447
448 2006-09-03 [paul]       2.4.0cvs136
449
450         * src/prefs_other.c
451         * src/prefs_spelling.c
452                 unify the gui
453
454 2006-09-03 [paul]       2.4.0cvs135
455
456         * src/prefs_summaries.c
457                 correct menu item text in prefs_keybind_apply_clicked()
458
459 2006-09-03 [paul]       2.4.0cvs134
460
461         * manual/advanced.xml
462                 some improvements to the descriptions
463         * src/mainwindow.c
464         * src/messageview.c
465         * src/summaryview.c
466         * src/gtk/menu.c
467                 fix menu sensitivity issues
468         * src/prefs_message.c
469                 drop the useless word 'short'
470         * src/prefs_other.c
471                 add the word 'lines' indicating log length
472                 is a measure of lines
473         * src/textview.c
474                 fix compilation warnings
475
476 2006-09-02 [colin]      2.4.0cvs133
477
478         * src/messageview.c
479                 Display a special return-receipt message
480                 if the message is from the user
481         * src/summaryview.c
482                 Fix missing freeze of the list when marking
483                 all read and unthreading for exec. Thanks
484                 to Stephan Sachse.
485
486 2006-09-02 [paul]       2.4.0cvs132
487
488         * src/mainwindow.c
489         * src/prefs_message.c
490         * src/summaryview.c
491                 fix some english
492
493 2006-09-02 [wwp]        2.4.0cvs131
494
495         * src/prefs_filtering.c
496                 added an account name column to the filtering rules
497                 dialog.
498
499 2006-09-02 [colin]      2.4.0cvs130
500
501         * src/gtk/logwindow.c
502         * src/gtk/logwindow.h
503                 Block scrolling if we're not at the end
504                 of the log
505
506 2006-09-02 [colin]      2.4.0cvs129
507
508         * src/folder.c
509                 Make sure account-specific rules can't
510                 be used in {pre-,post-,}processing
511         * src/mainwindow.c
512         * src/gtk/logwindow.c
513         * src/gtk/logwindow.h
514                 Jump to last error when clicking on the
515                 warning icon
516
517 2006-09-02 [colin]      2.4.0cvs128
518
519         * src/imap.c
520         * src/import.c
521         * src/mainwindow.c
522         * src/mainwindow.h
523                 Fix warning icon
524         * src/inc.c
525         * src/mbox.c
526         * src/mbox.h
527                 Let proc_mbox know its account, for
528                 account-specific rules
529
530 2006-09-01 [colin]      2.4.0cvs127
531
532         * src/codeconv.c
533                 Don't uselessly use iconv to convert from
534                 us-ascii
535         * src/alertpanel.c
536         * src/mainwindow.c
537         * src/mainwindow.h
538         * src/inc.c
539                 Fix certain log cases, disable warning icon
540                 for now, the correct way to display it when
541                 necessary and only when necessary is probably
542                 to do it manually rather than use error logs
543         * src/etpan/imap-thread.c
544                 Clean up UID logging a bit
545         * src/gtk/logwindow.c
546         * src/gtk/logwindow.h
547                 Make logging faster when the window's closed
548
549 2006-09-01 [wwp]        2.4.0cvs126
550
551         * manual/fr/account.xml
552                 reflect changes to the ref. manual (parts of cvs72):
553                 fix tabnames and quotes.
554
555 2006-09-01 [wwp]        2.4.0cvs125
556
557         * manual/fr/plugins.xml
558                 reflect changes to the reference manual (cvs42):
559                 update IRC channel info.
560
561 2006-09-01 [wwp]        2.4.0cvs124
562
563         * commitHelper
564                 use CVSEDITOR env. var. if set, according to `man cvs`.
565
566 2006-09-01 [wwp]        2.4.0cvs123
567
568         * manual/advanced.xml
569                 better sentence again (thanks to Paul).
570
571 2006-09-01 [wwp]        2.4.0cvs122
572
573         * manual/advanced.xml
574         fix definition of toolbar_detachable and rework a bit the one of
575         enable_dotted_lines.
576
577 2006-09-01 [mones]      2.4.0cvs121
578
579         * manual/advanced.xml
580                 Document enable_dotted_lines
581
582 2006-09-01 [paul]       2.4.0cvs120
583
584         * src/folderview.c
585         * src/folderview.h
586         * src/imap.c
587         * src/mainwindow.c
588         * src/summaryview.c
589                 obey the 'When entering folder...' option
590                 when using the /View/Go to/... menu items
591                 Thanks to Colin
592
593 2006-08-31 [colin]      2.4.0cvs119
594
595         * src/folderview.c
596                 Revert 2.4.0cvs116, wrong fix.
597
598 2006-08-31 [colin]      2.4.0cvs118
599
600         * src/gtk/gtksctree.c
601                 Better state the various copyrights
602
603 2006-08-31 [colin]      2.4.0cvs117
604
605         * src/prefs_common.c
606                 fix enable_dotted_lines
607
608 2006-08-31 [colin]      2.4.0cvs116
609
610         * src/folderview.c
611                 Use pref "Always open on select" when going
612                 to next unread folder
613         * src/gtk/gtksctree.c
614                 Fix link failure to _gtk_clist_create_cell_layout
615                 on certain computers. (Why not mine, I wonder)
616
617 2006-08-31 [colin]      2.4.0cvs115
618
619         * src/procmsg.c
620         * src/textview.c
621         * src/plugins/bogofilter/bogofilter.c
622         * src/plugins/spamassassin/spamassassin.c
623                 Requalify some "errors" to warnings
624         * src/mainwindow.c
625         * src/mainwindow.h
626         * src/statusbar.c
627                 Add an icon in the statusbar to notify
628                 of errors
629         * src/gtk/gtksctree.c
630         * src/folderview.c
631         * src/summaryview.c
632                 Make the GtkSCTree look more modern by
633                 alternating background lines
634         * src/prefs_common.c
635         * src/prefs_common.h
636                 Add a pref to let people have the old
637                 way if they prefer
638
639
640 2006-08-30 [colin]      2.4.0cvs114
641
642         * src/procmsg.c
643         * src/procmsg.h
644                 Provide a way to filter a list of
645                 messages in an optimised manner, and
646                 add a list-filtering hook
647         * src/folder.c
648         * src/inc.c
649         * src/mbox.c
650                 Use the list filtering
651         * src/plugins/bogofilter/bogofilter.c
652                 Use the list-filtering hook
653                 Use -b (bulk) mode for more speed
654                 when learning and filtering
655         * src/etpan/imap-thread.c
656                 Make log output shorter in UID SEARCH
657
658
659 2006-08-30 [colin]      2.4.0cvs113
660
661         * src/plugins/bogofilter/bogofilter.c
662                 Really fast mass learning - thanks to David
663                 Relson for the options explanations :)
664
665 2006-08-30 [colin]      2.4.0cvs112
666
667         * src/msgcache.c
668                 Fix compilation on FreeBSD. Thanks
669                 to Michael Hugues
670
671 2006-08-29 [colin]      2.4.0cvs111
672
673         * src/folderview.c
674                 Handle "popup_menu" signal (for popping the 
675                 menu via the keyboard)
676         * src/mimeview.c
677         * src/mimeview.h
678         * src/summaryview.c
679         * src/textview.c
680         * src/gtk/gtkutils.c
681         * src/gtk/gtkutils.h
682                 Factorize scrolling code, and add an API 
683                 for MimeViewers to handle scroll orders
684
685 2006-08-29 [wwp]        2.4.0cvs110
686
687         * src/plugins//bogofilter/bogofilter.c
688         * src/plugins//spamassassin/spamassassin.c
689                 make the bogofilter/spamassassin filtering error dialogs at
690         incorporation obey to the "don't popup error dialog on
691         receive error" option. If disabled, feed the log window w/
692         the error message.
693
694 2006-08-29 [paul]
695
696         2.5.0-rc2 released
697
698 2006-08-29 [paul]       2.4.0cvs109
699
700         * Makefile.am
701                 remove 'make release', it's not needed
702                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
703
704 2006-08-29 [paul]       2.4.0cvs108
705
706         * src/foldersel.c
707         * src/summary_search.c
708         * src/gtk/progressdialog.c
709         * src/plugins/pgpcore/passphrase.c
710                 replace deprecated gtk_window_set_policy()
711
712 2006-08-29 [colin]      2.4.0cvs107
713
714         * src/folder.c
715                 Fix data loss when copy fails during a move:
716                 only use fast remove_msgs if everything was
717                 copied OK; else use slow remove_msg on the
718                 mails that got copied only.
719
720 2006-08-28 [paul]       2.4.0cvs106
721
722         * src/mh.c
723                 revert change in 2.4.0cvs104, it breaks
724                 stuff
725
726 2006-08-28 [paul]       2.4.0cvs105
727
728         * src/plugins/spamassassin/spamassassin.c
729                 english fix
730
731 2006-08-28 [paul]       2.4.0cvs104
732
733         * src/mh.c
734                 fix data loss when moving to another
735                 mailbox fails
736         * src/prefs_spelling.c
737                 improve the english
738         * src/gtk/pluginwindow.c
739                 improve the layout of the dialog text
740         All thanks to Colin
741
742 2006-08-28 [paul]       2.4.0cvs103
743
744         * src/plugins/bogofilter/bogofilter.c
745         * src/plugins/bogofilter/bogofilter_gtk.c
746                 fix english up a bit, innit
747
748 2006-08-28 [paul]       2.4.0cvs102
749
750         * configure.ac
751         * po/Makefile.in.in
752         * po/Makevars
753                 require autoconf 2.60, enabling building
754                 with gettext 0.15 (gettext 0.14.x build still
755                 possible). Replace Makefiles with versions
756                 from gettext 0.15.
757                 Remove configure options --with-localedir and
758                 --with-mandir. The options that are provided
759                 directly by autoconf 2.60 can be used instead:
760                 --mandir --localedir
761
762 2006-08-27 [colin]      2.4.0cvs101
763
764         * src/plugins/bogofilter/Makefile.am
765                 Fix make dist (no README)
766
767 2006-08-27 [colin]      2.4.0cvs100
768
769         * src/folder.c
770                 Don't use F_UNKNOWN folders for any default
771                 outbox/trash/etc
772         * src/plugins/bogofilter/bogofilter.c
773         * src/plugins/bogofilter/bogofilter.h
774         * src/plugins/bogofilter/bogofilter_gtk.c
775                 Add an option to specify the path to bogofilter
776                 Use single-quotes to be able to learn in folders
777                 with spaces in their names
778                 Verify learning status
779
780 2006-08-27 [colin]      2.4.0cvs99
781
782         * manual/faq.xml
783         * manual/plugins.xml
784                 Document Bogofilter plugin
785
786 2006-08-27 [colin]      2.4.0cvs98
787
788         * src/compose.c
789         * src/messageview.c
790         * src/procmsg.c
791         * src/procmsg.h
792                 When possible, copy the queued mail to sent folder
793                 instead of re-adding. Much faster on IMAP.
794
795 2006-08-27 [colin]      2.4.0cvs97
796
797         * src/msgcache.c
798                 Disable mmaped caches - huge metadata loss
799                 here after a power failure.
800         * src/summaryview.c
801                 Add quicksearch timing
802         * src/common/plugin.c
803         * src/common/plugin.h
804                 Implement an interface to tell what plugins
805                 provide. Prevent loading of similar plugins.
806         * src/plugins/clamav/clamav_plugin.c
807         * src/plugins/demo/demo.c
808         * src/plugins/dillo_viewer/dillo_viewer.c
809         * src/plugins/pgpcore/plugin.c
810         * src/plugins/pgpinline/pgpinline.c
811         * src/plugins/pgpmime/pgpmime.c
812         * src/plugins/spamassassin/spamassassin.c
813         * src/plugins/trayicon/trayicon.c
814                 Implement plugin_provides()
815
816 2006-08-27 [colin]      2.4.0cvs96
817
818         * configure.ac
819         * src/plugins/Makefile.am
820         * src/plugins/bogofilter/.cvsignore
821         * src/plugins/bogofilter/Makefile.am
822         * src/plugins/bogofilter/bogofilter.c
823         * src/plugins/bogofilter/bogofilter.h
824         * src/plugins/bogofilter/bogofilter_gtk.c
825                 New Bogofilter plugin, provides filtering and
826                 learning. Spamassassin will go to extra plugins.
827
828 2006-08-26 [mones]      2.4.0cvs95
829
830         * manual/handling.xml
831                 Fix subfolder path in the example (thanks to Paul) 
832
833 2006-08-26 [mones]      2.4.0cvs94
834
835         * manual/glossary.xml
836                 2.2. + add ISP to the glossary
837                 7.5. + Add UIDL to glossary
838                 7.7. + Add TCP to glossary
839         * manual/handling.xml
840                 7.1. + Mentions GNU/Linux distribution, what about the non...
841                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
842                 7.3. + Mentions .bashrc, what about the non-bash ones? 
843                 7.4. = Use appropriate quotation for commands
844                 7.6. = change "" to <quote></quote>
845         * manual/plugins.xml
846                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
847         * manual/starting.xml
848                 2.1. + local mbox file: some examples of mbox file locations...
849                 Also reformatted files requiring it
850
851 2006-08-26 [wwp]        2.4.0cvs93
852
853         * src/summary_search.c
854                 disable find buttons while summary search is running.
855
856 2006-08-25 [colin]      2.4.0cvs92
857
858         * src/folder.c
859         * src/folderutils.c
860         * src/mh.c
861         * src/procmsg.h
862         * src/summaryview.c
863                 Speed up MH moving, and add progressbar
864                 for MH deletion
865         * src/msgcache.c
866                 Write cache files using mmap() too
867
868 2006-08-25 [wwp]        2.4.0cvs91
869
870         * src/summaryview.c
871                 switch spam<->ham button when a message has been marked as spam or ham
872                 and is still selected. Thanks to Colin.
873
874 2006-08-25 [paul]       2.4.0cvs90
875
876         * src/Makefile.am
877         * src/stock_pixmap.c
878         * src/stock_pixmap.h
879         * src/summaryview.c
880         * src/gtk/icon_legend.c
881         * src/pixmaps/copied.xpm
882         * src/pixmaps/moved.xpm
883                 add icons for delayed execution marked for
884                 copying, marked for moving
885
886 2006-08-25 [mones]      2.4.0cvs89
887
888         * manual/glossary.xml
889                 Fix the other glossary items:
890                 5.1. = Inmmediate execution -> <quote>immediate execution...
891                 5.2. = Fix MBOX capitalization -> Mbox
892                 5.3. + Improve Plugins def. w/ tech. ref.
893                 5.4. = Quotation -> replace '>' by <quote>></quote>
894                 5.5. - SMTP Server. -> remove dot
895         * po/es.po
896                 Updated translation
897
898 2006-08-25 [mones]      2.4.0cvs88
899
900         * manual/ack.xml
901                 Reformatted, changed email address
902         * manual/glossary.xml
903                 Reformatted, fixed MANUAL-TODO items:
904                 8.2. + add ROT-13 to glossary
905                 8.4. + add URL to glossary
906         * manual/es/advanced.xml
907                 Fixed <literal>s
908
909 2006-08-25 [paul]       2.4.0cvs87
910
911         * src/gtk/icon_legend.c
912                 add 'marked for deletion' icon
913                 arrange icons by containing column
914                 wrap long label text
915
916 2006-08-25 [colin]      2.4.0cvs86
917
918         * src/common/utils.c
919         * src/common/utils.h
920                 Add the sc_g_*list_bigger functions in
921                 a place everyone can use it
922         * src/summaryview.c
923                 Only freeze/thaw the list when working
924                 on the selection, if it's bigger than 1
925         * src/gtk/gtksctree.c
926                 Only freeze/thaw the list when unselec-
927                 ting 'all' if ('all' != 1)
928                 This avoids some flickering
929
930 2006-08-24 [colin]      2.4.0cvs85
931
932         * src/addressbook.c
933                 Fix strange list selection
934                 Fix random seg (Invalid read of freed memory)
935
936 2006-08-24 [colin]      2.4.0cvs84
937
938         * src/alertpanel.c
939         * src/gtk/inputdialog.c
940         * src/plugins/pgpcore/passphrase.c
941                 Revert minimal width patch of 2.4.0cvs67,
942                 as it is also a maximal width. Use 
943                 gtk_window_set_default_size instead.
944
945 2006-08-24 [colin]      2.4.0cvs83
946
947         * src/msgcache.c
948                 Write cache/mark to temp files before
949                 overwriting old ones (avoids metadata
950                 loss if writing the new files fail).
951                 Use mmap() to read cache/mark file, as
952                 this makes cache reading faster. Dis-
953                 abled for big-endian machines until it
954                 can be tested. (Big-endian users: set
955                 msgcache_use_mmap = TRUE in the relevant
956                 #if).
957         * src/procmsg.h
958                 Move rarely used fields of MsgInfo in 
959                 another structure, which will only be
960                 allocated if needed. Face, X-Face,
961                 Return receipt headers and List-*
962                 headers are moved. Mails having none
963                 of these occupy 52 bytes less with
964                 this patch, which makes 2.5MB of RAM
965                 saved on a 50k folder).
966         * src/headerview.c
967         * src/mainwindow.c
968         * src/messageview.c
969         * src/partial_download.c
970         * src/procheader.c
971         * src/procmsg.c
972         * src/textview.c
973                 Follow this structure change.
974
975 2006-08-24 [wwp]        2.4.0cvs82
976
977         * manual/es/.cvsignore
978         * manual/es/dist/.cvsignore
979         * manual/es/dist/html/.cvsignore
980         * manual/es/dist/pdf/.cvsignore
981         * manual/es/dist/ps/.cvsignore
982         * manual/es/dist/txt/.cvsignore
983                 more (generated) files to ignore.
984
985 2006-08-24 [colin]      2.4.0cvs81
986
987         * src/folder.c
988         * src/mh.c
989                 Fix possible problems with local delivery. Check the folder doesn't
990                 need scan before setting its mtime when saving cache (which can be
991                 done long after the folder's been modified by an external process);
992                 Check that the stored item's mtime didn't change in mh functions.
993
994 2006-08-24 [mones]      2.4.0cvs80
995
996         * manual/advanced.xml
997                 Rewrapping, some fixes and MANUAL-TODO items:
998                 8.1. = change "" to <quote></quote>
999                 8.3. = quote menu items
1000                 8.5. - deploying -> new user ... ideally a new user (redundant)
1001
1002 2006-08-23 [colin]      2.4.0cvs79
1003
1004         * src/gtk/gtksctree.c
1005                 When selecting or deselecting range, only
1006                 freeze/thaw when selection is bigger than 10
1007
1008 2006-08-23 [colin]      2.4.0cvs78
1009
1010         * src/messageview.c
1011         * src/mimeview.c
1012         * src/mimeview.h
1013         * src/plugins/dillo_viewer/dillo_viewer.c
1014                 Provide an API for MimeViewer plugins to
1015                 return a text selection for replying
1016
1017 2006-08-23 [colin]      2.4.0cvs77
1018
1019         * src/image_viewer.c
1020         * src/textview.c
1021                 Use gtk_pixbuf_new_from_file_at_scale(), which
1022                 is faster than getting the pixbuf then resizing
1023                 it.
1024
1025 2006-08-23 [colin]      2.4.0cvs76
1026
1027         * src/procmime.c
1028                 UTF-8 should be sent Quoted-printable
1029
1030 2006-08-22 [colin]      2.4.0cvs75
1031
1032         * src/mh.c
1033                 Check if scan is required before touching
1034                 the folder (or it'll be required every time)
1035
1036 2006-08-22 [colin]      2.4.0cvs74
1037
1038         * configure.ac
1039                 Require libetpan 0.46 (crasher fix when built
1040                 against gnutls)
1041
1042 2006-08-22 [colin]      2.4.0cvs73
1043
1044         * src/folder.c
1045                 Set folder's mtime after writing its
1046                 cache
1047         * src/folderview.c
1048                 Add some timing
1049         * src/procmsg.c
1050                 Don't do useless stuff if we don't 
1051                 thread by subject
1052         * src/summaryview.c
1053                 Add some timing, don't deselect prior
1054                 to selecting (gtksctree does it itself),
1055                 remove crash avoidance hacks as it's been
1056                 properly fixed since a while
1057         * src/common/utils.c
1058                 Optimize to_human_readable(): _() is slow,
1059                 do it only once, and avoid %f format for KB
1060                 (the most common in a summaryview)
1061         * src/gtk/gtksctree.c
1062                 Don't uselessly freeze/thaw (fixes flicker
1063                 on next unread and friends), reduce number
1064                 of g_list_nth/g_list_position where possible
1065         * src/gtk/gtkutils.c
1066         * src/gtk/gtkutils.h
1067                 Reduce number of g_list_nth/g_list_position
1068                 where possible.
1069                 All of this makes loading as 70k folder 2.1
1070                 seconds instead of 3.2 (with hot FS caches).
1071                 (1.3 seconds without Date and Size columns...)
1072
1073 2006-08-22 [paul]       2.4.0cvs72
1074
1075         wrap documents and do some items from mones' MANUAL-TODO:
1076
1077         * manual/account.xml
1078                 4.1. = fix tabname references to <quote>tabname</quote>
1079                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1080         * manual/faq.xml
1081                 1.1. = mentioned options don't match UI
1082                 Add information about the 'Never send Return Receipts'
1083                 option
1084         * manual/handling.xml
1085                 6.2. = Mentions Extended symbols button, but now is
1086                 named Information
1087                 6.3. = Mentions ... button, which is now Edit
1088
1089 2006-08-22 [colin]      2.4.0cvs71
1090
1091         * src/gtk/pluginwindow.c
1092                 Fix layout in verbose translations (such
1093                 as french)
1094
1095 2006-08-22 [paul]       2.4.0cvs70
1096
1097         * manual/Makefile.am
1098                 build manuals in alphabetical order
1099         * src/addressbook.c
1100         * src/prefs_themes.c
1101                 replace/remove deprecated symbols
1102         * src/gtk/gtkutils.c
1103                 fix a warning
1104         * src/gtk/pluginwindow.c
1105                 replace deprecated symbol
1106                 replace label text and move it
1107         * src/plugins/pgpcore/prefs_gpg.c
1108                 move the 'Generate...' button out of the
1109                 Sign Key frame, replace the English used
1110         * src/plugins/pgpcore/sgpgme.c
1111                 fixes to the English
1112
1113 2006-08-21 [colin]      2.4.0cvs69
1114
1115         * src/plugins/trayicon/trayicon.c
1116                 Add more strings for translation; patch
1117                 by Pawel
1118
1119 2006-08-21 [colin]      2.4.0cvs68
1120
1121         * src/compose.c
1122                 fix replied flag not set after drafting
1123         * src/matcher.c
1124                 fix body quicksearch in non-encoded bodies
1125                 containing '='
1126         * src/msgcache.c
1127                 Get rid of the g_malloc workaround for
1128                 corrupted caches, use g_try_malloc
1129
1130 2006-08-21 [colin]      2.4.0cvs67
1131
1132         * src/alertpanel.c
1133         * src/gtk/inputdialog.c
1134         * src/plugins/pgpcore/passphrase.c
1135                 Set minimal width to 375
1136         * src/mainwindow.c
1137                 Fix switching to offline, asking if it 
1138                 should be overriden for synchronising
1139         * src/mimeview.c
1140                 Don't offer to remember command on Open 
1141                 with for text parts, as the browser or 
1142                 text editor command isn't changed from 
1143                 there
1144
1145 2006-08-20 [paul]       2.4.0cvs66
1146
1147         * po/ko.po
1148         * po/zh_CN.po
1149                 fix plural form errors. revealed by stricter
1150                 checking of gettext 0.15
1151
1152 2006-08-18 [paul]       2.4.0cvs65
1153
1154         * src/stock_pixmap.c
1155                 fix the fix of 2.4.0cvs64
1156                 Thanks to Colin
1157
1158 2006-08-18 [paul]       2.4.0cvs64
1159
1160         * src/stock_pixmap.c
1161                 fix leaks
1162                 Thanks to Colin
1163
1164 2006-08-18 [paul]       2.4.0cvs63
1165
1166         * src/compose.c
1167         * src/procmsg.c
1168                 fix occasional IMAP bug where large msgs
1169                 were left in the queue folder after sending
1170                 Thanks to Colin
1171
1172 2006-08-18 [paul]       2.4.0cvs62
1173
1174         * src/folderview.c
1175                 freeze the summaryview while quicksearch results
1176                 are displayed
1177                 (fixes bug 456 'current message is hidden when the
1178                 view is refreshed and extended search is "unread 
1179                 messages"')
1180                 Thanks to Colin
1181         * src/textview.c
1182                 add missing #include "inputdialog.h"
1183         * src/common/utils.h
1184                 add missing mailcap_update_default() and improve
1185                 readability
1186
1187 2006-08-17 [colin]      2.4.0cvs61
1188
1189         * src/plugins/pgpcore/select-keys.c
1190                 Fix warnings :)
1191
1192 2006-08-17 [colin]      2.4.0cvs60
1193
1194         * src/compose.c
1195                 Don't continue queuing if Cancel is clicked
1196                 in select-keys
1197
1198 2006-08-17 [colin]      2.4.0cvs59
1199
1200         * src/plugins/pgpcore/select-keys.c
1201                 When encrypting, if only one key matches and it 
1202                 matches exactly, automatically use it.
1203
1204 2006-08-17 [colin]      2.4.0cvs58
1205
1206         * src/mimeview.c
1207         * src/prefs_common.c
1208         * src/prefs_common.h
1209         * src/prefs_ext_prog.c
1210         * src/textview.c
1211                 Fix issues with previous patch (text/html)
1212                 Remove outdated prefs
1213
1214 2006-08-17 [colin]      2.4.0cvs57
1215
1216         * src/imap.c
1217                 Add View Log button on auth error
1218         * src/procmsg.c
1219                 Fix encrypted mail marked as new when
1220                 saved in normal folders
1221         * src/plugins/pgpinline/pgpinline.c
1222                 Fix encrypt bug on IMAP
1223         * src/mimeview.c
1224         * src/common/utils.c
1225         * src/common/utils.h
1226         * src/gtk/inputdialog.c
1227         * src/gtk/inputdialog.h
1228                 Get rid of metamail stuff, simplify
1229                 opening, and allow remembering of user's
1230                 choices (by updating ~/.mailcap). There's
1231                 still to drop "Audio player" and "Image
1232                 viewer" preferences.
1233
1234 2006-08-17 [mones]      2.4.0cvs56
1235
1236         * manual/es/sylpheed-claws-manual.xml
1237                 fix DTD path
1238
1239 2006-08-17 [mones]      2.4.0cvs55
1240
1241         * configure.ac
1242         * manual/Makefile.am
1243         * manual/es/Makefile.am
1244         * manual/es/account.xml
1245         * manual/es/ack.xml
1246         * manual/es/addrbook.xml
1247         * manual/es/advanced.xml
1248         * manual/es/faq.xml
1249         * manual/es/glossary.xml
1250         * manual/es/gpl.xml
1251         * manual/es/handling.xml
1252         * manual/es/intro.xml
1253         * manual/es/keyboard.xml
1254         * manual/es/plugins.xml
1255         * manual/es/starting.xml
1256         * manual/es/sylpheed-claws-manual.xml
1257         * manual/es/dist/Makefile.am
1258         * manual/es/dist/html/Makefile.am
1259         * manual/es/dist/pdf/Makefile.am
1260         * manual/es/dist/ps/Makefile.am
1261         * manual/es/dist/txt/Makefile.am
1262                 Spanish translation for the manual
1263
1264 2006-08-16 [colin]      2.4.0cvs54
1265
1266         * src/compose.c
1267         * src/main.c
1268         * src/mainwindow.c
1269                 Fix send button sensitivity at startup
1270                 Set send menu sensitivity (patch by Fabien)
1271         * src/ssl_manager.c
1272                 Enable closing with esc (patch by Fabien)
1273         * src/gtk/foldersort.c
1274                 Enable closing with esc (patch by Fabien)
1275         * src/procmime.c
1276                 Optimisation (no need to copy to tempfile to
1277                 "decode" 7bit and 8bit)
1278         * src/summaryview.c
1279                 Fix cruft in swap_from case
1280         * src/textview.c
1281                 Fix missing last line in some mail cases 
1282                 (Fixes debian #381872)
1283         * src/plugins/pgpcore/prefs_gpg.c
1284         * src/plugins/pgpcore/sgpgme.c
1285         * src/plugins/pgpcore/sgpgme.h
1286                 Don't show "no key found" when user explicitely
1287                 wants to create a key
1288
1289 2006-08-16 [paul]       2.4.0cvs53
1290
1291         * configure.ac
1292         * src/account.c
1293         * src/addressbook.c
1294         * src/headerview.c
1295         * src/prefs_account.c
1296         * src/prefs_message.c
1297         * src/gtk/gtkutils.c
1298                 bump up minimum required versions of GTK+ and
1299                 GLIB to 2.6.0
1300
1301 2006-08-16 [paul]       2.4.0cvs52
1302
1303         * src/toolbar.c
1304                 workaround GTK+ Bug 351600 - 'Can't re-click
1305                 on button after sensitivity update'
1306                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1307                 Thanks to Colin
1308
1309 2006-08-15 [colin]      2.4.0cvs51
1310
1311         * src/plugins/pgpcore/prefs_gpg.c
1312                 Set options sensitivity according to
1313                 key existence
1314         * src/plugins/pgpcore/sgpgme.c
1315                 Allow to create key with no passphrase
1316
1317 2006-08-14 [cleroy]     2.4.0cvs50
1318
1319         * src/gtk/pluginwindow.c
1320                 New layout (maybe to be changed?)
1321         * src/gtk/gtkutils.c
1322                 Fix a bit label_window
1323         * src/plugins/pgpcore/passphrase.c
1324         * src/plugins/pgpcore/passphrase.h
1325         * src/plugins/pgpcore/plugin.c
1326         * src/plugins/pgpcore/prefs_gpg.c
1327         * src/plugins/pgpcore/prefs_gpg.h
1328         * src/plugins/pgpcore/sgpgme.c
1329         * src/plugins/pgpcore/sgpgme.h
1330                 Allow to create a PGP private key via the GUI
1331
1332 2006-08-14 [wwp]        2.4.0cvs49
1333
1334         * src/addressbook_foldersel.c
1335                 fix strict ISO C90 compliance.
1336
1337 2006-08-14 [paul]       2.4.0cvs48
1338
1339         * src/gtk/prefswindow.c
1340                 re-set scrolled window on opening
1341                 Patch by Ticho
1342
1343 2006-08-14 [paul]
1344
1345         2.5.0-rc1 released
1346
1347 2006-08-14 [paul]       2.4.0cvs47
1348
1349         * src/prefs_display_header.c
1350                 re-enable user-defined Displayed Headers
1351
1352 2006-08-14 [paul]       2.4.0cvs46
1353
1354         * src/prefs_account.c
1355                 use GTK_STOCK_EDIT
1356
1357 2006-08-13 [colin]      2.4.0cvs45
1358
1359         * src/common/utils.c
1360                 Fix "a" in quote when the original message is empty,
1361                 by using \0 instead of 'a' to test writability of
1362                 temp files.
1363
1364 2006-08-13 [wwp]        2.4.0cvs44
1365
1366         * src/plugins/spamassassin/spamassassin.c
1367                 fix capitalization of "SpamAssassin" in some debug, log and
1368                 dialog messages.
1369
1370 2006-08-13 [paul]       2.4.0cvs43
1371
1372         * src/editldap.c
1373                 fix overlapping widgets
1374         * src/prefs_account.c
1375                 fix translation of protocol_names[]
1376                 fix label disappearing off the edge of the
1377                 visible area
1378
1379 2006-08-12 [paul]       2.4.0cvs42
1380
1381         * manual/plugins.xml
1382                 update IRC channel info before it gets forgotten
1383                 about
1384
1385 2006-08-11 [colin]      2.4.0cvs41
1386
1387         * src/compose.c
1388         * src/mainwindow.c
1389         * src/mainwindow.h
1390         * src/procmsg.c
1391         * src/procmsg.h
1392         * src/summaryview.c
1393         * src/toolbar.c
1394                 Grey out the Send button if
1395                 - Queue folders are empty, or
1396                 - We're sending already
1397
1398 2006-08-11 [wwp]        2.4.0cvs40
1399
1400         * src/main.c
1401                 fix a logic issue when quitting while a compose window is
1402                 still open, thanks to Colin.
1403
1404 2006-08-10 [colin]      2.4.0cvs39
1405
1406         * src/main.c
1407                 Fix default font size setting after wizard run
1408         * src/imap.c
1409         * src/etpan/imap-thread.c
1410         * src/etpan/imap-thread.h
1411                 Fix bug #999 (Timing out on TSL cert validation 
1412                 dialog makes ugly things happen). Also, STARTTLS
1413                 unconditionnaly if initial capabilities contain
1414                 LOGINDISABLED and STARTTLS.
1415
1416 2006-08-09 [colin]      2.4.0cvs38
1417
1418         * src/mainwindow.c
1419         * src/mainwindow.h
1420                 Fix Tools/Actions sensitivity when there are
1421                 no actions
1422
1423 2006-08-09 [colin]      2.4.0cvs37
1424
1425         * src/prefs_filtering.c
1426                 Warning fix, patch by Paul
1427         * src/messageview.c
1428         * src/prefs_actions.c
1429         * src/prefs_filtering_action.c
1430         * src/prefs_matcher.c
1431                 Uniformisation of "Info ..." to "Info..." (for
1432                 old gtk), patch by Fabien
1433         * src/plugins/clamav/clamav_plugin_gtk.c
1434                 Sensitivity fix by Fabien
1435
1436 2006-08-09 [colin]      2.4.0cvs36
1437
1438         * src/main.c
1439         * src/main.h
1440                 Add a function to know whether we're exiting
1441         * src/plugins/trayicon/trayicon.c
1442                 If exiting, don't do anything. Faster, and
1443                 avoids gtk_main_iteration reentracy causing
1444                 segfaults at exit
1445
1446 2006-08-09 [colin]      2.4.0cvs35
1447
1448         * src/messageview.c
1449         * src/mimeview.c
1450         * src/mimeview.h
1451                 Fix lack of part selection when automatically 
1452                 jumping to a specific part
1453         * src/msgcache.c
1454                 Little optimisation in cache reading
1455
1456 2006-08-09 [colin]      2.4.0cvs34
1457
1458         * src/compose.c
1459                 Fix crash setting the priority on reedit
1460                 (Accessing compose before creating it!)
1461
1462 2006-08-08 [colin]      2.4.0cvs33
1463
1464         * src/procmime.c
1465                 Fix bug #998 (last attachment is not accessible)
1466                 Bad RFC interpretation on multipart close-delimiters
1467         * src/mimeview.c
1468         * src/mimeview.h
1469         * src/gtk/gtkvscrollbutton.c
1470         * src/gtk/gtkvscrollbutton.h
1471                 Make attachments list wheel-scrollable
1472
1473 2006-08-07 [colin]      2.4.0cvs32
1474
1475         * src/gtk/gtkaspell.c
1476                 Fix bug #973 (Unicode punctation characters 
1477                 are not recognized as separators by the
1478                 spell checker); fix unsigned stuff
1479
1480 2006-08-07 [colin]      2.4.0cvs31
1481
1482         * src/compose.c
1483                 Fix bug #956 (DnD text with accents in compose 
1484                 text entry); fix gccc's signed/unsigned fuss
1485
1486 2006-08-06 [colin]      2.4.0cvs30
1487
1488         * src/main.c
1489                 Fix bug #979 (Plugin crashes when exiting 
1490                 sylpheed-claws) : handle exit request only 
1491                 once
1492
1493 2006-08-05 [colin]      2.4.0cvs29
1494
1495         * src/news.c
1496                 Just make sure we have a msgid.
1497
1498 2006-08-05 [colin]      2.4.0cvs28
1499
1500         * src/news.c
1501         * src/summaryview.c
1502                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1503                 by reimplementing it
1504         * src/textview.c
1505                 Fix bug when hiding quotes with level > 3 and quote
1506                 colors are recycled
1507
1508 2006-08-04 [colin]      2.4.0cvs27
1509
1510         * src/compose.c
1511         * src/undo.c
1512         * src/undo.h
1513                 Fix a bit replace-by-pasting undo
1514         * src/mainwindow.c
1515         * src/messageview.c
1516                 Fix Fold quotes menu synchro in
1517                 mainwindow when it changes in 
1518                 messageview
1519         * src/textview.c
1520                 Fix right-click on quotes blocks
1521         * src/common/utils.c
1522                 Verify that the file created by
1523                 my_tmpfile() is writable. Fixes
1524                 bug #988 (very specific filesystem
1525                 issue)
1526         * src/plugins/pgpcore/sgpgme.c
1527                 Fix file descriptor leak
1528         * src/plugins/spamassassin/spamassassin.c
1529                 Warn once if spamd isn't reachable
1530
1531 2006-08-04 [colin]      2.4.0cvs26
1532
1533         * src/toolbar.c
1534                 i18n context patch by Fabien
1535
1536 2006-08-03 [colin]      2.4.0cvs25
1537
1538         * src/mainwindow.c
1539         * src/messageview.c
1540                 Rename "Hide quotes" to "Fold quotes"
1541         * src/textview.c
1542                 Don't use hand cursor on quotes. "all 
1543                 the bonuses of the feature and none of 
1544                 unwelcome side-effects"
1545
1546 2006-08-03 [colin]      2.4.0cvs24
1547
1548         * AUTHORS
1549         * sylpheed-claws.desktop
1550         * src/gtk/authors.h
1551                 Bring the desktop file to XDG compliance
1552                 Patch by Charles A. Edwards
1553
1554 2006-08-03 [colin]      2.4.0cvs23
1555
1556         * src/textview.c
1557                 Fix links offset when they are preceded
1558                 by accentued chars (g_utf8_strlen!)
1559         * src/mainwindow.c
1560                 Fix wrong status when starting offline
1561
1562
1563 2006-08-03 [wwp]        2.4.0cvs22
1564
1565         * src/prefs_common.h
1566                 ask what to do w/ filtering rules that belong to an account when
1567                 applying filtering rules manually from the main window (skip,
1568                 apply regardless of the account, use current account). This dialog
1569                 can be skipped and the last reply used.
1570                 (forgot that file)
1571
1572 2006-08-03 [wwp]        2.4.0cvs21
1573
1574         * src/filtering.c
1575         * src/filtering.h
1576         * src/prefs_common.c
1577         * src/summaryview.c
1578         * src/alertpanel.c
1579         * src/alertpanel.h
1580         * src/messageview.c
1581                 ask what to do w/ filtering rules that belong to an account when
1582                 applying filtering rules manually from the main window (skip,
1583                 apply regardless of the account, use current account). This dialog
1584                 can be skipped and the last reply used.
1585
1586
1587 2006-08-03 [colin]      2.4.0cvs20
1588
1589         * src/textview.c
1590                 Optimize previous patch
1591
1592 2006-08-03 [cleroy]     2.4.0cvs19
1593
1594         * src/textview.c
1595                 Fix quotes getting toggled back when the
1596                 mail has an even number of text parts
1597
1598 2006-08-02 [colin]      2.4.0cvs18
1599
1600         * src/messageview.c
1601                 Add Hide quotes menu
1602
1603 2006-08-02 [colin]      2.4.0cvs17
1604
1605         * src/mainwindow.c
1606         * src/prefs_common.c
1607         * src/textview.c
1608         * src/textview.h
1609         * src/gtk/about.c
1610                 Allow per-level quote hiding,
1611                 Allow toggling quotes by double-clicking them
1612                 Rename RemoteURI to ClickableText to reflect
1613                 the fact it's used for a variety of things
1614
1615 2006-08-02 [wwp]        2.4.0cvs16
1616
1617         * src/mainwindow.c
1618                 fix "View/Hide quotes" menu item status initialization.
1619
1620 2006-08-02 [wwp]        2.4.0cvs15
1621
1622         * src/matcher_parser_parse.y
1623                 remove a debug trace.
1624
1625 2006-08-02 [paul]       2.4.0cvs14
1626
1627         * src/plugins/pgpcore/passphrase.c
1628                 don't set initial dialog size
1629                 make it resizable
1630
1631 2006-08-02 [paul]       2.4.0cvs13
1632
1633         * src/noticeview.c
1634                 remove the rogue '/' character
1635
1636 2006-08-02 [paul]       2.4.0cvs12
1637
1638         * src/noticeview.c
1639                 allow buttons to resize as necessary
1640
1641 2006-08-01 [wwp]        2.4.0cvs11
1642
1643         * src/mbox.c
1644                 fix strict ISO C90 compliance.
1645
1646 2006-08-01 [wwp]        2.4.0cvs10
1647
1648         * tools/update-po
1649                 updated update-po tool to work w/ context-dependent translations.
1650                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1651
1652 2006-08-01 [wwp]        2.4.0cvs9
1653
1654         * src/matcher.c
1655         * src/prefs_filtering.c
1656         * src/prefs_matcher.c
1657                 allow context-dependent translations for "All",
1658                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1659
1660 2006-07-31 [colin]      2.4.0cvs8
1661
1662         * AUTHORS
1663         * src/gtk/authors.h
1664                 Add Rafal to authors
1665
1666 2006-07-31 [colin]      2.4.0cvs7
1667
1668         * src/compose.c
1669         * src/mainwindow.c
1670         * src/messageview.h
1671         * src/prefs_common.c
1672         * src/prefs_common.h
1673         * src/textview.c
1674                 Add 'View/Hide quotes'. Patch based on a patch
1675                 by Rafal Weglarz
1676
1677 2006-07-31 [colin]      2.4.0cvs6
1678
1679         * src/action.c
1680                 Fix problem with "> stuff >" actions
1681
1682 2006-07-31 [paul]       2.4.0cvs5
1683
1684         * po/nb.po
1685                 updated by Geir Helland
1686
1687 2006-07-31 [wwp]        2.4.0cvs4
1688
1689         * src/mainwindow.c
1690         * src/summaryview.c
1691         * src/summaryview.h
1692                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1693                 thanks to Colin.
1694
1695 2006-07-31 [wwp]        2.4.0cvs3
1696
1697         * src/Makefile.am
1698         * src/addr_compl.c
1699         * src/addr_compl.h
1700         * src/addressbook.c
1701         * src/addressbook.h
1702         * src/addressbook_foldersel.c
1703         * src/addressbook_foldersel.h
1704         * src/addrindex.c
1705         * src/addrindex.h
1706         * src/matcher.c
1707         * src/matcher.h
1708         * src/matcher_parser_lex.l
1709         * src/matcher_parser_parse.y
1710         * src/prefs_common.c
1711         * src/prefs_common.h
1712         * src/prefs_filtering.c
1713         * src/prefs_matcher.c
1714         * src/prefs_matcher.h
1715         * src/summaryview.c
1716                 introduce filtering against the address book. It's now possible to add
1717                 matched conditions to determine if any email address in a message matches
1718                 or doesn't match any or all books or folders in the address book.
1719
1720 2006-07-31 [wwp]        2.4.0cvs2
1721
1722         * src/account.c
1723         * src/filtering.c
1724         * src/filtering.h
1725         * src/folder.c
1726         * src/folderview.c
1727         * src/inc.c
1728         * src/mainwindow.c
1729         * src/matcher.c
1730         * src/matcher_parser_lex.l
1731         * src/matcher_parser_parse.y
1732         * src/mbox.c
1733         * src/prefs_filtering.c
1734         * src/prefs_filtering.h
1735         * src/procmsg.c
1736         * src/procmsg.h
1737         * src/summaryview.c
1738                 introduce per-account filtering rules. Each filtering rule can now be assigned
1739                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1740                 when applying filtering rules manually, as all rules will apply - even the ones
1741                 assigned to an account. This issue will be addressed soon.
1742  
1743
1744
1745 2006-07-31 [wwp]        2.4.0cvs1
1746
1747         * src/quote_fmt.c
1748                 make more strings translatable.
1749
1750 2006-07-31 [paul]       2.4.0
1751
1752         2.4.0 released
1753
1754 2006-07-31 [paul]       2.3.1cvs91
1755
1756         * po/ca.po
1757                 updated by Miquel Oliete
1758
1759 2006-07-31 [paul]       2.3.1cvs90
1760
1761         * po/de.po
1762         * po/el.po
1763         * po/fr.po
1764         * po/it.po
1765         * po/pl.po
1766         * po/pt_BR.po
1767         * po/sr.po
1768         * po/zh_CN.po
1769                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1770                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1771                 Aleksandar Urosevic, and Ralgh Young
1772
1773 2006-07-31 [paul]       2.3.1cvs89
1774
1775         * src/account.c
1776         * src/main.c
1777         * src/mainwindow.c
1778         * src/mainwindow.h
1779                 Fix a race condition when, after an SC crash, rescanning
1780                 folders took more than 0.5 seconds
1781                 Thanks to Colin
1782
1783 2006-07-31 [paul]       2.3.1cvs88
1784
1785         * src/folderview.c
1786                 don't translate separator strings
1787
1788 2006-07-30 [mones]      2.3.1cvs87
1789
1790         * doc/man/sylpheed-claws.1
1791                 Fixed non-ASCII chars in Hoa's name
1792         * po/es.po
1793                 Updated for release
1794
1795 2006-07-27 [colin]      2.3.1cvs86
1796
1797         * src/textview.c
1798                 Don't include the leading \n in links
1799                 Patch by Fabien
1800
1801 2006-07-25 [colin]      2.3.1cvs85
1802
1803         * src/mainwindow.c
1804         * src/common/socket.h
1805         * src/etpan/imap-thread.c
1806                 Refresh resolvers before connecting
1807                 to IMAP servers, and after switching
1808                 to online. Thanks to Paul.
1809
1810 2006-07-18 [colin]
1811
1812         * 2.4.0-rc4 released
1813
1814 2006-07-17 [colin]      2.3.1cvs84
1815
1816         * src/inc.c
1817                 Show connection attempt in statusbar before
1818                 connecting (previously first message was
1819                 "Retrieving messages from ..." after the
1820                 connection succeeded.
1821
1822 2006-07-16 [wwp]        2.3.1cvs83
1823
1824         * sylpheed-claws.ico
1825                 Added .ico file (windows multi-size icon file, generated).
1826
1827 2006-07-12 [wwp]        2.3.1cvs82
1828
1829         * src/messageview.c
1830                 remove Message/Re-edit menu entry from messageview window,
1831                 as sent/draft/queued messages are opened in compose window when
1832                 re-edited and it's not possible to re-edit other msgs.
1833
1834 2006-07-12 [paul]       2.3.1cvs81
1835
1836         * AUTHORS
1837         * src/mainwindow.c
1838         * src/gtk/authors.h
1839                 check online state before resetting
1840                 mailcheck timer. Useful if some program
1841                 verifies connection state and updates
1842                 Claws.
1843                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1844
1845 2006-07-12 [paul]       2.3.1cvs80
1846
1847         * sylpheed-claws-128x128.png
1848         * sylpheed-claws-64x64.png
1849         * sylpheed-claws.png
1850         * src/Makefile.am
1851         * src/main.c
1852         * src/prefs_toolbar.c
1853         * src/stock_pixmap.c
1854         * src/stock_pixmap.h
1855         * src/wizard.c
1856         * src/gtk/about.c
1857         * src/gtk/gtkutils.c
1858         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1859         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1860         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1861         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1862         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1863         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1864                 updated and renamed logo/icon files and related
1865                 logo by Jesper Schultz
1866
1867 2006-07-11 [paul]       2.3.1cvs79
1868
1869         * src/main.c
1870                 fix the labels a smidgin
1871
1872 2006-07-09 [colin]      2.3.1cvs78
1873
1874         * src/textview.c
1875                 Show errors in textviewer's command
1876                 Patch by H. Merijn Brand
1877
1878 2006-07-09 [colin]      2.3.1cvs77
1879
1880         * src/compose.c
1881                 Save FMID in drafts too
1882
1883 2006-07-08 [colin]      2.3.1cvs76
1884
1885         * src/compose.c
1886                 Svae RMID in drafted mails too
1887                 Save quote_fmt vars for whole mails,
1888                 don't reset at each quote_fmt_init:
1889                 allows to use the same |i{var} in
1890                 various template fields
1891         * src/prefs_template.c
1892         * src/quote_fmt.h
1893         * src/quote_fmt_parse.y
1894                 Same
1895
1896 2006-07-08 [colin]      2.3.1cvs75
1897
1898         * src/textview.c
1899                 Fix highlighting of attached parts URIs
1900
1901 2006-07-08 [colin]      2.3.1cvs74
1902
1903         * src/main.c
1904                 Prevent bug #981 (sc 2.3.1 segfaults with 
1905                 gtk+ 2.10) from being reported again:
1906                 if Sylpheed-Claws has been compiled against
1907                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1908                 of if Sylpheed-Claws has been compiled against
1909                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1910                 error out.
1911
1912 2006-07-07 [colin]      2.3.1cvs73
1913
1914         * src/prefs_actions.c
1915                 Fix label
1916
1917 2006-07-07 [colin]      2.3.1cvs72
1918
1919         * src/prefs_actions.c
1920                 Fix compile on gtk < 2.8. argh :)
1921
1922 2006-07-07 [paul]       2.3.1cvs71
1923
1924         * src/common/defs.h
1925                 update DONATE_URI
1926
1927 2006-07-07 [colin]      2.3.1cvs70
1928
1929         * po/POTFILES.in
1930         * src/quote_fmt.c
1931         * src/quote_fmt_lex.l
1932         * src/quote_fmt_parse.y
1933                 Add |i{var}, a way to insert user-entered
1934                 text in a template
1935
1936 2006-07-07 [colin]
1937
1938         * 2.4.0-rc3 released
1939
1940 2006-07-07 [colin]      2.3.1cvs69
1941
1942         * src/folder.c
1943                 Don't consider inboxes of UNKNOWN folder 
1944                 classes to be useable as default inboxes
1945
1946 2006-07-07 [paul]       2.3.1cvs68
1947
1948         * src/textview.c
1949                 add missing #include <errno.h>
1950                 Thanks to René J. Blokland
1951
1952 2006-07-07 [paul]       2.3.1cvs67
1953
1954         * src/action.c
1955                 Return now Closes dialog
1956         * src/mimeview.c
1957         * src/mimeview.h
1958         * src/textview.c
1959                 add contextual menu to mime parts listed
1960                 in the textview
1961                 Thanks to Colin
1962         * src/common/utils.c
1963                 reversal: ' is a valid character in URLs
1964
1965 2006-07-06 [colin]      2.3.1cvs66
1966
1967         * src/remotefolder.h
1968                 Forgotten in previous commit
1969
1970 2006-07-06 [colin]      2.3.1cvs65
1971
1972         * src/folder.c
1973                 Set summary update flag whenever
1974                 totals changed
1975         * src/imap.c
1976         * src/prefs_account.c
1977         * src/common/utils.h
1978         * src/etpan/imap-thread.c
1979                 Fix warnings, thanks to Fabien and
1980                 Ricardo
1981
1982 2006-07-06 [wwp]        2.3.1cvs64
1983
1984         * src/gtk/gtkutils.c
1985                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1986
1987 2006-07-06 [wwp]        2.3.1cvs63
1988
1989         * src/account.c
1990         * src/addressbook.c
1991         * src/addressitem.h
1992         * src/folderview.c
1993         * src/mainwindow.c
1994         * src/manual.c
1995         * src/manual.h
1996         * src/message_search.c
1997         * src/prefs_actions.c
1998         * src/prefs_filtering.c
1999         * src/prefs_filtering.h
2000         * src/prefs_template.c
2001         * src/summary_search.c
2002         * src/summaryview.c
2003         * src/gtk/gtkutils.c
2004         * src/gtk/gtkutils.h
2005         * src/gtk/pluginwindow.c
2006                 add help buttons to some dialogs. Clicking such buttons opens a
2007                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2008
2009 2006-07-06 [paul]       2.3.1cvs62
2010
2011         * src/textview.c
2012                 fix attachments contextual menu
2013                 Thanks to Colin
2014
2015 2006-07-05 [colin]      2.3.1cvs61
2016
2017         * src/textview.c
2018         * src/compose.c
2019                 Handle sftp:// links
2020
2021 2006-07-05 [paul]       2.3.1cvs60
2022
2023         * src/gtk/filesel.c
2024                 grab save button by default
2025                 Thanks to Colin
2026
2027 2006-07-05 [wwp]        2.3.1cvs59
2028
2029         * manual/xml2pdf
2030                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2031
2032 2006-07-04 [colin]      2.3.1cvs58
2033
2034         * src/mimeview.c
2035         * src/textview.c
2036                 Use left click to select, middle click to open
2037                 on mimeparts links
2038         * src/common/utils.c
2039                 Fix segfault
2040
2041 2006-07-04 [colin]      2.3.1cvs57
2042
2043         * src/mainwindow.c
2044         * src/news.c
2045                 Warning fixes, thanks to Fabien
2046
2047 2006-07-04 [colin]      2.3.1cvs56
2048
2049         * src/mimeview.c
2050         * src/mimeview.h
2051         * src/textview.c
2052                 Allow parts to be selected via their text label
2053                 in textview
2054
2055 2006-07-04 [colin]      2.3.1cvs55
2056
2057         * src/folderview.c
2058                 Feedback when closing (for big folders)
2059         * src/prefs_actions.c
2060         * src/prefs_filtering.c
2061         * src/prefs_matcher.c
2062         * src/prefs_template.c
2063                 Fix default button when closing without
2064                 having saved
2065
2066 2006-07-04 [colin]      2.3.1cvs54
2067
2068         * src/news.c
2069                 Delete local file on deletion
2070
2071 2006-07-03 [colin]      2.3.1cvs53
2072
2073         * src/folderview.c
2074         * src/main.c
2075                 Don't freeze when rescanning after crash
2076
2077 2006-07-03 [wwp]        2.3.1cvs52
2078
2079         * src/compose.c
2080         * src/privacy.c
2081         * src/privacy.h
2082         * src/plugins/pgpinline/pgpinline.c
2083         * src/plugins/pgpmime/pgpmime.c
2084                 don't report an error when the user cancels the passphrase dialog.
2085
2086 2006-07-02 [colin]      2.3.1cvs51
2087
2088         * src/folderview.c
2089                 Open message when crossing folders with Space,
2090                 goto next unread and friends
2091
2092 2006-07-01 [colin]      2.3.1cvs50
2093
2094         * src/prefs_account.c
2095                 Typographic rules varying from language
2096                 to language (in french "Protocole :"),
2097                 we have to do that :)
2098
2099 2006-07-01 [ticho]      2.3.1cvs49
2100
2101         * src/prefs_account.c
2102                 Only use one temporary gchar* variable in
2103                 prefs_account_protocol_set_optmenu().
2104
2105 2006-07-01 [ticho]      2.3.1cvs48
2106
2107         * src/prefs_account.c
2108         * src/prefs_account.h
2109                 Use GtkLabel for existing account protocol name.
2110                 Created an array for protocol names and populate the
2111                 combobox from it in a for() cycle.
2112
2113 2006-06-30 [colin]      2.3.1cvs47
2114
2115         * src/compose.c
2116                 Block undo when changing signature (by changing
2117                 account)
2118
2119 2006-06-30 [paul]       2.3.1cvs46
2120
2121         * src/send_message.c
2122                 when editing From in the Compose window, use that address
2123                 in the Return-Path: header
2124                 Thanks to Colin
2125
2126 2006-06-30 [colin]      2.3.1cvs45
2127
2128         * src/compose.c
2129                 Fix signature replacement:
2130                 - when no newline before separator
2131                 - when reediting
2132
2133 2006-06-29 [colin]      2.3.1cvs44
2134
2135         * src/folderview.c
2136         * src/folderview.h
2137         * src/mainwindow.c
2138         * src/summaryview.c
2139                 Let 'View/Go to/Next marked' work like
2140                 Next new & Next unread: across folders
2141                 Change the select_on_entry pref to do
2142                 what we want when changing folder
2143         * src/common/utils.c
2144                 Fix single-quoted links 
2145
2146 2006-06-29 [colin]      2.3.1cvs43
2147
2148         * src/gtk/gtkaspell.c
2149                 "Sylpheed" and "Sylpheed-Claws" do exist !
2150
2151 2006-06-29 [colin]      2.3.1cvs42
2152
2153         * src/imap.c
2154                 Forgot to remove debug
2155
2156 2006-06-29 [colin]      2.3.1cvs41
2157
2158         * src/imap.c
2159         * src/imap.h
2160         * src/mainwindow.c
2161                 Disconnect from IMAP servers when going
2162                 offline. Fixes bug #978 (going to offline-mode 
2163                 won't close connections)
2164
2165 2006-06-29 [colin]      2.3.1cvs40
2166
2167         * src/main.c
2168                 Fix transient setting on failing plugins
2169                 Patch by Fabien
2170         * src/plugins/pgpcore/sgpgme.c
2171                 Only warn for OpenPGP. Most people don't
2172                 have CMS available.
2173
2174 2006-06-29 [colin]      2.3.1cvs39
2175
2176         * src/compose.c
2177                 Fix Spelling menu (discrepancy between context menu
2178                 and top menu when folder's dictionary isn't the 
2179                 default one)
2180         * src/plugins/pgpcore/sgpgme.c
2181                 More error reporting about why gpgme can fail
2182
2183 2006-06-29 [wwp]        2.3.1cvs38
2184
2185         * src/mainwindow.c
2186                 honor the display-header-pane setting even when the message view
2187                 is a separate window.
2188
2189 2006-06-29 [wwp]        2.3.1cvs37
2190
2191         * src/prefs_actions.c
2192                 forgot to commit that one (use of GTK_STOCK_INFO).
2193
2194 2006-06-29 [colin]      2.3.1cvs36
2195
2196         * src/imap.c
2197                 Better handling of login errors (ask the password
2198                 again once), alert in case of error. Fix three
2199                 signedness warnings.
2200
2201 2006-06-28 [wwp]        2.3.1cvs35
2202
2203         * src/prefs_template.c
2204         * src/prefs_matcher.c
2205         * src/prefs_filtering_action.c
2206         * src/prefs_quote.c
2207                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2208                 patch by Fabien Vantard, slightly modified.
2209
2210 2006-06-28 [paul]
2211
2212         2.4.0-rc2 released
2213
2214 2006-06-28 [colin]      2.3.1cvs34
2215
2216         * src/prefs_account.c
2217                 Fix bug #977 (Can't add or edit imap accounts)
2218
2219 2006-06-28 [colin]      2.3.1cvs33
2220
2221         * src/mimeview.c
2222                 Fix previous
2223
2224 2006-06-28 [colin]      2.3.1cvs32
2225
2226         * src/mimeview.c
2227                 Save named inlined attachments with "Save all"
2228         * src/main.c
2229         * src/mbox.c
2230         * src/common/plugin.c
2231         * src/common/plugin.h
2232         * src/common/sylpheed.c
2233         * src/common/utils.c
2234         * src/plugins/pgpcore/sylpheed.def
2235         * src/plugins/pgpinline/sylpheed.def
2236         * src/plugins/pgpmime/sylpheed.def
2237                 Win32 compatibility patch, by
2238                 Werner Koch
2239
2240 2006-06-28 [wwp]        2.3.1cvs31
2241
2242         * src/imap.c
2243         * src/prefs_folder_item.c
2244                 less compilation warnings (thanks to Fabien Vantard), less typos.
2245
2246 2006-06-28 [paul]       2.3.1cvs30
2247
2248         * src/gtk/gtkutils.c
2249                 gtk_combo_box_set_focus_on_click() is only
2250                 available since gtk 2.6.0
2251
2252 2006-06-28 [paul]       2.3.1cvs29
2253
2254         * src/prefs_ext_prog.c
2255                 fix engrish and add a tooltip for the
2256                 'command for 'Display as text' option
2257
2258 2006-06-28 [paul]
2259
2260         2.4.0-rc1 released
2261
2262 2006-06-28 [paul]       2.3.1cvs28
2263
2264         * ChangeLog
2265         * tools/Makefile.am
2266                 include textviewer.pl in releases
2267
2268 2006-06-28 [paul]       2.3.1cvs27
2269
2270         * src/prefs_ext_prog.c
2271                 hide Print command option if libgnomeprint
2272                 support is present
2273
2274 2006-06-27 [colin]      2.3.1cvs26
2275
2276         * src/compose.c
2277                 Fix Esc handling in insert/attach dialog
2278                 Don't show this dialog if dragging something
2279                 else than text/uri-list
2280                 Thanks to Fabien Vantard
2281         * tools/textviewer.pl
2282                 Filter script to display stuff as text
2283                 by H. Merijn Brand
2284
2285 2006-06-27 [wwp]        2.3.1cvs25
2286
2287         * src/messageview.c
2288                 use the exact product name (message view title), patch
2289                 by Fabien Vantard.
2290
2291 2006-06-27 [ticho]      2.3.1cvs24
2292
2293         * src/prefs_account.c
2294         * src/prefs_common.c
2295         * src/prefs_common.h
2296         * src/prefs_ext_prog.c
2297         * src/textview.c
2298                 Add a preference (Preferences/External programs)
2299                 to allow "Display as text" to be done via a script
2300                 (patch by H.Merijn Brand).
2301                 Use GtkComboBox for protocol selection in account
2302                 preferences.
2303                 Only include current choice for existing accounts, and
2304                 insensitivize the combobox.
2305
2306 2006-06-27 [paul]       2.3.1cvs23
2307
2308         * src/mbox.c
2309                 fix crasher introduced in cvs21.
2310                 Thanks to Colin
2311
2312 2006-06-26 [colin]      2.3.1cvs22
2313
2314         * src/mbox.c
2315                 Fix double-frees when leaving folders
2316                 after exporting to mbox
2317
2318 2006-06-26 [colin]      2.3.1cvs21
2319
2320         * src/mbox.c
2321                 More feedback (and optimisation)
2322                 on import/export
2323         * src/common/utils.c
2324                 Fix case when looking for mail addresses
2325         * src/gtk/gtkutils.c
2326                 Extra check for (X-)Face
2327
2328 2006-06-25 [ticho]      2.3.1cvs20
2329
2330         * src/compose.c
2331         * src/exphtmldlg.c
2332         * src/gtk/gtkutils.c
2333         * src/gtk/gtkutils.h
2334                 Added second argument to gtkut_sc_combobox_create() to
2335                 control focus-on-click for the widget.
2336                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2337
2338 2006-06-25 [ticho]      2.3.1cvs19
2339
2340         * src/compose.c
2341         * src/gtk/Makefile.am
2342         * src/gtk/combobox.c
2343         * src/gtk/combobox.h
2344         * src/gtk/gtkutils.c
2345         * src/gtk/gtkutils.h
2346                 Use GtkComboBox instead of deprecated GtkOptionMenu
2347                 for account selector in compose window and for encoding
2348                 selector in attachment properties.
2349                 Also factorise working with the new GtkComboBox somewhat.
2350
2351 2006-06-24 [paul]       2.3.1cvs18
2352
2353         * src/prefs_common.c
2354                 use the correct default value
2355
2356 2006-06-24 [paul]       2.3.1cvs17
2357
2358         * src/compose.c
2359         * src/prefs_common.c
2360         * src/prefs_common.h
2361         * src/prefs_compose_writing.c
2362                 enable setting of default action when
2363                 dnd'ing files in the compose window.
2364                 (Collaborative effort with wwp)
2365
2366 2006-06-23 [wwp]        2.3.1cvs16
2367
2368         * src/compose.c
2369                 i18n fix (thanks to Fabien Vantard)
2370
2371 2006-06-22 [colin]      2.3.1cvs15
2372
2373         * src/prefs_customheader.c
2374                 Don't use filters in custom headers' file 
2375                 selector. Remember, extensions mean nothing :)
2376
2377 2006-06-22 [paul]       2.3.1cvs14
2378
2379         * configure.ac
2380                 allow setting of man directory location
2381
2382 2006-06-22 [colin]      2.3.1cvs13
2383
2384         * src/mainwindow.c
2385                 Add 'View/Go to/Next unread folder'.
2386                 I missed that :)
2387
2388 2006-06-22 [colin]      2.3.1cvs12
2389
2390         * src/common/utils.c
2391                 Add some subject prefixes
2392                 Patch by Bjorn T Johansen <btj@havleik.no>
2393
2394 2006-06-22 [colin]      2.3.1cvs11
2395
2396         * manual/advanced.xml
2397                 Forgotten hidden pref
2398
2399 2006-06-21 [paul]       2.3.1cvs10
2400
2401         * src/prefs_account.c
2402                 complete the removal of 'Add date header' option
2403
2404 2006-06-21 [paul]       2.3.1cvs9
2405
2406         * src/account.c
2407         * src/compose.c
2408         * src/prefs_account.c
2409         * src/prefs_account.h
2410                 remove option to add date header - always
2411                 add date header
2412         * src/etpan/imap-thread.c
2413                 fix warnings (Thanks to Colin)
2414
2415 2006-06-21 [wwp]        2.3.1cvs8
2416
2417         * src/folder.c
2418                 set the attachment flag when inline text part are (file)named. This is more convenient
2419                 when receiving (for instance) inline source files or patches sent using thunderbird.
2420
2421 2006-06-21 [paul]       2.3.1cvs7
2422
2423         * src/inc.c
2424                 fix off-by-one count of current msg in
2425                 statusbar filtering progressbar
2426
2427 2006-06-21 [paul]       2.3.1cvs6
2428
2429         * src/folder.c
2430                 Show attachment icon even if the part is 'inline'
2431                 if the following conditions are met:
2432                 - content-type != 'text/plain'
2433                 - content-type != '*/pgp-signature'
2434                 - either 'name' or 'filename' parameter is not NULL
2435                 
2436                 Thanks to Colin
2437
2438 2006-06-21 [paul]       2.3.1cvs5
2439
2440         * src/messageview.c
2441         * src/prefs_common.c
2442         * src/prefs_common.h
2443         * src/prefs_other.c
2444                 add an option to 'Never send Return
2445                 Receipts'
2446                 Thanks to Colin
2447
2448 2006-06-20 [mones]      2.3.1cvs4
2449
2450         * po/es.po
2451                 updated
2452         * src/compose.c
2453                 typo fixed (space after comma)
2454         * tools/make.themes.project
2455                 remove exec mode from tarball files
2456
2457 2006-06-20 [colin]      2.3.1cvs3
2458
2459         * src/news.c
2460         * src/procheader.c
2461         * src/unmime.c
2462                 Better fix for \n's in headers (don't 
2463                 break Received: and others)
2464
2465 2006-06-20 [paul]       2.3.1cvs2
2466
2467         * src/alertpanel.c
2468         * src/textview.c
2469                 improve legibility of phishing attempt
2470                 dialog
2471
2472 2006-06-20 [paul]       2.3.1cvs1
2473
2474         * NEWS
2475         * README
2476         * configure.ac
2477                 Update version number following
2478                 stable release
2479
2480 2006-06-20 [colin]      2.3.0cvs26
2481
2482         * src/compose.c
2483                 When dragging a file to the text of the compose
2484                 window, ask whether we want to insert or attach
2485                 (I know lots of people who do that to attach)
2486
2487 2006-06-20 [colin]      2.3.0cvs25
2488
2489         * src/etpan/imap-thread.c
2490                 Fix threshold (the append command is often > 32 bytes)
2491
2492 2006-06-19 [colin]      2.3.0cvs24
2493
2494         * src/imap.c
2495         * src/etpan/imap-thread.c
2496                 Workaround Rockliffe IMAP server bug: replace
2497                 "x UID SEARCH (ANSWERED UID 1:*)" with
2498                 "x UID SEARCH ANSWERED"
2499                 (Rockliffe doesn't handle the parenthesis)
2500
2501 2006-06-19 [colin]      2.3.0cvs23
2502
2503         * src/compose.c
2504         * src/imap.c
2505         * src/etpan/imap-thread.c
2506                 Probably fix bug #972 (Freezes when adding 
2507                 an attachment to the message)
2508         * src/common/defs.h
2509                 Modernize Firefox cmd
2510
2511
2512 2006-06-18 [colin]      2.3.0cvs22
2513
2514         * src/prefs_customheader.c
2515                 Only allow correct filenames for various
2516                 custom headers
2517
2518 2006-06-18 [colin]      2.3.0cvs21
2519
2520         * src/prefs_customheader.c
2521                 Add a 'From File...' button in custom headers prefs, which
2522                 try to do the right thing: 
2523                 for normal headers, use file as plaintext,
2524                 for X-Face, calls compface,
2525                 for Face, encode to b64.
2526
2527 2006-06-17 [colin]      2.3.0cvs20
2528
2529         * src/mh.c
2530                 Warning fix
2531
2532 2006-06-16 [colin]      2.3.0cvs19
2533
2534         * src/summaryview.c
2535                 Recursive quicksearch: show message list
2536                 in current folder, *then* search children
2537                 in the background.
2538
2539 2006-06-16 [colin]      2.3.0cvs18
2540
2541         * src/main.c
2542                 Instead of ignoring SIGPIPE, save caches
2543                 when getting one. Will fix the fact that
2544                 hot caches are out-of-date when logging 
2545                 out of Xorg.
2546         * src/compose.c
2547         * src/prefs_compose_writing.c
2548                 Only save text (not attachments) when 
2549                 auto-saving to drafts
2550         * src/unmime.c
2551                 Always replace \n, \r and \t with spaces
2552                 in headers
2553         * manual/dist/html/Makefile.am
2554         * manual/dist/pdf/Makefile.am
2555         * manual/dist/ps/Makefile.am
2556         * manual/dist/txt/Makefile.am
2557         * manual/fr/dist/html/Makefile.am
2558         * manual/fr/dist/pdf/Makefile.am
2559         * manual/fr/dist/ps/Makefile.am
2560         * manual/fr/dist/txt/Makefile.am
2561         * manual/pl/dist/html/Makefile.am
2562         * manual/pl/dist/pdf/Makefile.am
2563         * manual/pl/dist/ps/Makefile.am
2564         * manual/pl/dist/txt/Makefile.am
2565                 Fix make clean removing pregenerated manuals
2566
2567
2568 2006-06-16 [colin]      2.3.0cvs17
2569
2570         * src/plugins/pgpcore/sgpgme.c
2571         * src/plugins/pgpmime/pgpmime.c
2572         * src/plugins/pgpinline/pgpinline.c
2573                 Better error reporting in setup_signers.
2574                 Don't fallback to default key if specified
2575                 key isn't found.
2576                 Don't allow signing if more than one secret
2577                 key matches the one specified in prefs.
2578
2579 2006-06-15 [colin]      2.3.0cvs16
2580
2581         * src/folderview.c
2582                 Add "Send queue" in the folder's contextual
2583                 menu
2584         * src/compose.c
2585         * src/messageview.c
2586         * src/privacy.c
2587         * src/privacy.h
2588         * src/procmime.c
2589         * src/procmsg.c
2590         * src/plugins/pgpcore/passphrase.c
2591         * src/plugins/pgpcore/sgpgme.c
2592         * src/plugins/pgpinline/pgpinline.c
2593         * src/plugins/pgpmime/pgpmime.c
2594                 Better error reporting
2595         * src/mbox.c
2596                 Probably fix bug #971 (2.2.3 cannot read mail 
2597                 from local mbox)
2598
2599
2600 2006-06-15 [mones]      2.3.0cvs15
2601
2602         * tools/make.themes.project
2603                 creates the themes project from the web page
2604
2605 2006-06-15 [colin]      2.3.0cvs14
2606
2607         * src/folder.c
2608                 Better fix (avoid losing the folder if scan_tree 
2609                 fails)
2610
2611 2006-06-15 [cleroy]     2.3.0cvs13
2612
2613         * src/folder.c
2614                 Probably fix Bug #969 (crash on rebuilding 
2615                 imap folder)
2616
2617 2006-06-14 [colin]      2.3.0cvs12
2618
2619         * manual/dtd/manual.xsl
2620         * manual/sylpheed-claws-manual.xml
2621         * manual/fr/sylpheed-claws-manual.xml
2622         * manual/pl/sylpheed-claws-manual.xml
2623                 Insert pagebreaks between sections
2624
2625 2006-06-14 [paul]       2.3.0cvs11
2626
2627         * configure.ac
2628                 better fix than 2.3.0cvs10
2629
2630 2006-06-14 [paul]       2.3.0cvs10
2631
2632         * configure.ac
2633                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2634                 (backwards compatible)
2635
2636 2006-06-13 [colin]      2.3.0cvs9
2637
2638         * src/messageview.c
2639                 Fix sending of return receipt with the new queue folders
2640
2641 2006-06-13 [wwp]        2.3.0cvs8
2642
2643         * src/quote_fmt_lex.l
2644                 fix wrong tokens returned in quote_fmt lexer, query not().
2645
2646 2006-06-13 [wwp]        2.3.0cvs7
2647
2648         * src/folder.c
2649         * src/prefs_folder_item.c
2650                 allow changing folder type even when folder is not a top-level one,
2651                 thanks to Colin.
2652
2653 2006-06-12 [colin]      2.3.0cvs6
2654
2655         * src/folderview.c
2656                 Fix double-ask of "Do you want to mark all
2657                 as read"
2658
2659 2006-06-12 [colin]      2.3.0cvs5
2660
2661         * src/compose.c
2662         * src/compose.h
2663         * src/folder.c
2664         * src/folder.h
2665         * src/imap.c
2666         * src/inc.c
2667         * src/main.c
2668         * src/messageview.c
2669         * src/mh.c
2670         * src/prefs_folder_item.c
2671         * src/procheader.c
2672         * src/procmime.c
2673         * src/procmsg.c
2674         * src/procmsg.h
2675         * src/send_message.c
2676         * src/summaryview.c
2677         * src/toolbar.c
2678                 Apply bug #964's patch (Queue and drafts aren't normal)
2679                 The Drafts and Queue folder now contain RFC-822 files,
2680                 allowing to move and copy mails from and to these 
2681                 folders. Moving from Drafts to Queue will prepare the
2682                 mail for sending (PGP signature, encryption, etc).
2683                 This patch also rework sending errors handling to try
2684                 to be more helpful.
2685                 Also, allow redefining folder types via the GUI 
2686                 (Folder type in its Properties)
2687
2688 2006-06-12 [colin]      2.3.0cvs4
2689
2690         * src/summaryview.c
2691         * src/prefs_common.c
2692         * src/prefs_common.h
2693         * src/gedit-print.c
2694                 Allow to define a specific print font - patch
2695                 by Bernhard Walle <bernhard.walle@gmx.de>
2696         * src/prefs_fonts.c
2697         * manual/advanced.xml
2698         * manual/fr/advanced.xml
2699                 Add a hidden pref to allow deletion without
2700                 confirmation
2701
2702 2006-06-12 [wwp]        2.3.0cvs3
2703
2704         * .cvsignore
2705                 more files to ignore.
2706
2707 2006-06-12 [wwp]        2.3.0cvs2
2708
2709         * src/quote_fmt.c
2710         * src/quote_fmt_lex.l
2711         * src/quote_fmt_parse.y
2712                 extend the quote_fmt parser (templates and quotes):
2713                 - allow limited sub-expressions in |p{} and |f{} expressions,
2714                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2715                 - implemented/fixed missing implementation of query_references and show_references,
2716                 - completed, fixed contents and format of the symbols help dialog,
2717                 - fix some compilation warnings.
2718
2719 2006-06-12 [wwp]        2.3.0cvs1
2720
2721         * manual/advanced.xml
2722         * manual/fr/advanced.xml
2723                 updates in the "templates" section of the manual (eng/fr):
2724                  - be more precise (both versions)
2725                  - completed to match the english reference (fr version)
2726                  - touchups (both versions)
2727
2728 2006-06-12 [paul]       2.3.0
2729
2730         2.3.0 released
2731
2732 2006-06-12 [paul]       2.2.3cvs14
2733
2734         * po/ca.po
2735         * po/cs.po
2736         * po/de.po
2737         * po/el.po
2738         * po/fr.po
2739         * po/it.po
2740         * po/pt_BR.po
2741         * po/sr.po
2742         * po/zh_CN.po
2743                 updated by Miquel Oliete, Tim, Stephan Sachse,
2744                 Stavros Giannouris, Fabien Vantard, Andrea
2745                 Spadaccini, Frederico Goncalves Guimaraes,
2746                 Aleksandar Urosevic, and Ralgh Young
2747
2748 2006-06-12 [colin]      2.2.3cvs13
2749
2750         * src/mbox.c
2751                 Add missing header
2752
2753 2006-06-11 [colin]      2.2.3cvs12
2754
2755         * src/msgcache.c
2756                 Verify that g_malloc() succeeded
2757
2758 2006-06-11 [colin]      2.2.3cvs11
2759
2760         * src/wizard.c
2761                 Add Face header to welcome mail
2762
2763 2006-06-10 [colin]      2.2.3cvs10
2764
2765         * src/textview.c
2766                 Revert previous (Forgot it changes the
2767                 margin on the whole mail)
2768
2769 2006-06-10 [colin]      2.2.3cvs9
2770
2771         * src/textview.c
2772                 Don't overlap long headers under (X-)Face
2773
2774 2006-06-10 [mones]      2.2.3cvs8
2775
2776         * manual/xml2pdf
2777                 allow generation of manual on systems lacking saxon binary
2778                 but with java and the saxon library installed
2779
2780         * po/es.po
2781                 updated for release
2782
2783 2006-06-09 [colin]      2.2.3cvs7
2784
2785         * src/summaryview.c
2786                 Fix leak when using Display Sender using Addressbook
2787
2788 2006-06-09 [colin]      2.2.3cvs6
2789
2790         * src/compose.c
2791         * src/folder.c
2792         * src/folderview.c
2793         * src/mimeview.c
2794         * src/summaryview.c
2795                 More leaks fixes
2796
2797 2006-06-09 [paul]       2.2.3cvs5
2798
2799         * AUTHORS
2800         * src/gtk/authors.h
2801         * tools/claws.i18n.status.pl
2802                 updated with new info
2803
2804 2006-06-09 [paul]       2.2.3cvs4
2805
2806         * README
2807                 updated
2808         * manual/ack.xml
2809                 add wwp to authors list
2810         * src/gtk/authors.h
2811                 update mine and Colin's addresses
2812
2813 2006-06-08 [colin]      2.2.3cvs3
2814
2815         * src/etpan/imap-thread.c
2816                 Fix leak on SSL cert check
2817
2818 2006-06-08 [colin]      2.2.3cvs2
2819
2820         * src/common/utils.c
2821                 Fix leak
2822
2823 2006-06-08 [paul]       2.2.3cvs1
2824
2825         * configure.ac
2826                 Update version number following
2827                 stable release
2828
2829 2006-06-07 [colin]      2.2.2cvs3
2830
2831         * src/msgcache.c
2832                 Fix catching cache read errors (guint instead of gint)
2833                 Prevent malloc'ing more than 8MB (means cache corruption)
2834
2835 2006-06-07 [paul]       2.2.2cvs2
2836
2837         * src/exporthtml.c
2838         * src/exportldif.c
2839         * src/mh.c
2840         * src/mutt.c
2841         * src/pine.c
2842         * src/common/utils.c
2843                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2844                 obey $HOME'
2845                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2846                 Thanks to Colin
2847
2848 2006-06-06 [paul]       2.2.2cvs1
2849
2850         * configure.ac
2851                 Update version number following
2852                 stable release
2853
2854 2006-06-06 [paul]       2.2.1cvs6
2855
2856         * src/matcher.c
2857                 fix  implicit declaration of
2858                 sylpheed_do_idle()
2859                 Patch by Fabien Vantard
2860
2861 2006-06-06 [paul]       2.2.1cvs5
2862
2863         * src/matcher.c
2864                 fix age_greater and age_lower so that they
2865                 mean what say and not '...or equal to'
2866                 Thanks to Colin
2867
2868 2006-06-06 [paul]       2.2.1cvs4
2869
2870         * src/textview.c
2871         * src/common/utils.c
2872                 fix URI check
2873                 Thanks to Colin
2874
2875 2006-06-05 [wwp]        2.2.1cvs3
2876
2877         * manual/fr/account.xml
2878                 minor language fixes (thanks to Fabien Vantard).
2879
2880 2006-06-05 [colin]      2.2.1cvs2
2881
2882         * src/prefs_folder_item.c
2883         * src/folderview.c
2884                 Allow recursive setting of properties 
2885                 for whole mailboxes
2886         * src/matcher.c
2887                 Don't freeze on 'test' filtering rule
2888
2889 2006-06-05 [colin]      2.2.1cvs1
2890
2891         * configure.ac
2892                 Update version number following
2893                 stable release
2894
2895 2006-06-04 [wwp]        2.2.0cvs82
2896
2897         * manual/glossary.xml
2898         * manual/account.xml
2899         * manual/fr/glossary.xml
2900         * manual/fr/account.xml
2901                 added glossary section and references/links related to the Face custom header.
2902
2903 2006-06-04 [colin]      2.2.0cvs81
2904
2905         * src/summaryview.c
2906                 Skip to next message on move with no
2907                 immediate execution
2908
2909 2006-06-04 [wwp]        2.2.0cvs80
2910
2911         * manual/xml2pdf
2912                 added sanity checks, exit when needed.
2913
2914 2006-06-03 [paul]       2.2.0cvs79
2915
2916         * src/prefs_receive.c
2917                 page name is now 'Receiving'
2918         * src/prefs_send.c
2919                 page name is now 'Sending'
2920
2921 2006-06-03 [colin]      2.2.0cvs78
2922
2923         * src/plugins/spamassassin/spamassassin_gtk.c
2924                 Autoswitch to Localhost if transport was previously
2925                 disabled. Else people had to check [] Enable, then
2926                 *reselect* transport.
2927
2928 2006-06-03 [colin]      2.2.0cvs77
2929
2930         * src/plugins/pgpinline/pgpinline.c
2931         * src/plugins/pgpmime/pgpmime.c
2932                 Check that gpg_data_release_and_get_mem 
2933                 didn't fail (now, why this happens...)
2934
2935 2006-06-03 [colin]      2.2.0cvs76
2936
2937         * src/mbox.c
2938                 Fix bug #962 (Manual and/or UI should 
2939                 warn about incompatible locking 
2940                 causing dataloss)
2941
2942 2006-06-02 [cleroy]     2.2.0cvs75
2943
2944         * src/filtering.c
2945         * src/folder.c
2946         * src/procmsg.c
2947         * src/summaryview.c
2948                 Fix a few leaks
2949
2950 2006-06-02 [colin]      2.2.0cvs74
2951
2952         * src/main.c
2953                 On exit, free caches after writing them
2954                 Shuts up some valgrind false positives
2955         * src/procmsg.c
2956         * src/send_message.c
2957                 Fix races when reusing existing SMTP connections
2958                 Fix inexistant session timeout
2959         * src/toolbar.c
2960                 Display alertpanel after all queues have
2961                 been processed, not after each
2962
2963 2006-06-02 [wwp]        2.2.0cvs73
2964
2965         * manual/fr/glossary.xml
2966         * manual/fr/ack.xml
2967         * manual/ack.xml
2968                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2969
2970 2006-06-02 [wwp]        2.2.0cvs72
2971
2972         * manual/xml2pdf
2973         * manual/dist/pdf/Makefile.am
2974         * manual/dtd/manual.xsl
2975         * manual/fr/dist/pdf/Makefile.am
2976         * manual/pl/dist/pdf/Makefile.am
2977                 we changed the procedure to generate the .pdf version of the manual.
2978                 The procedure is more modern and the .pdf we get now has a valid index.
2979                 Here are the new pre-requisites:
2980
2981                 - JRE 1.x (1.4 here): there must be one from your distro
2982                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2983                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2984                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2985
2986                 See my posts for further info about the installation of this toolchain:
2987
2988                 Date: Fri, 19 May 2006 19:40:06 +0200
2989                 From: wwp <subscript@free.fr>
2990                 To: sylpheed-claws-devel@lists.sourceforge.net
2991                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2992
2993                 and
2994
2995                 Date: Wed, 24 May 2006 12:58:49 +0200
2996                 From: wwp <subscript@free.fr>
2997                 To: sylpheed-claws-devel@lists.sourceforge.net
2998                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2999
3000 2006-06-01 [colin]      2.2.0cvs71
3001
3002         * src/compose.c
3003                 Better guards against IMAP races
3004         * src/main.c
3005         * src/prefs_common.c
3006         * src/prefs_common.h
3007         * src/common/ssl_certificate.c
3008         * src/etpan/imap-thread.c
3009         * src/etpan/imap-thread.h
3010         * src/gtk/sslcertwindow.c
3011                 New hidden option ssl_skip_cert_check to 
3012                 avoid dups of bug #959 (libetpan linked
3013                 against gnutls and gnutls buggy on 64bit)
3014                 Present expired warning only once per
3015                 session/server.
3016         * manual/advanced.xml
3017         * manual/fr/advanced.xml
3018                 Document new option
3019
3020 2006-06-01 [wwp]        2.2.0cvs70
3021
3022         * src/messageview.c
3023                 fix for bug #961 (return receipt dialog 
3024                 complains incorrectly about return-path 
3025                 email adress being different), thanks 
3026                 to Colin.
3027
3028 2006-05-31 [cleroy]     2.2.0cvs69
3029
3030         * src/common/ssl.c
3031                 Guard against NULLs, although this
3032                 should never be an issue
3033
3034 2006-05-31 [colin]      2.2.0cvs68
3035
3036         * src/filtering.c
3037                 Use g_slist_prepend
3038         * src/imap.c
3039                 Don't remove caches when destroying folder, it
3040                 could (should) be done at exit
3041         * src/inc.c
3042                 free processing cache after incorporation
3043         * src/etpan/imap-thread.c
3044                 Maybe fix bug #959 (Crash on moving to emails 
3045                 to a imap account per ssl with a expired 
3046                 certificate.)
3047
3048 2006-05-30 [colin]      2.2.0cvs67
3049
3050         * src/summaryview.c
3051                 Put back event flush when displaying message
3052                 It avoids reading a bunch of messages just
3053                 by hitting shift-n for too long ;)
3054
3055 2006-05-29 [colin]      2.2.0cvs66
3056
3057         * src/summaryview.c
3058                 Remove useless g_warnings
3059
3060 2006-05-29 [colin]      2.2.0cvs65
3061
3062         * src/imap.c
3063                 Fix g_slist_append()s for performance
3064
3065 2006-05-29 [colin]      2.2.0cvs64
3066
3067         * src/compose.c
3068         * src/common/utils.c
3069                 Fix extraneous tab at start of addresses
3070         * src/mainwindow.c
3071                 Fix warnings (thanks to Fabien)
3072                 Fix crash at exit when composing messages 
3073                 exist
3074         * src/pop.c
3075                 Fix progress bar when deleting expired mails
3076                 Thanks to Hiro
3077         * src/summaryview.c
3078         * src/gtk/gtksctree.c
3079                 Fix re-sorting slowness
3080
3081 2006-05-29 [paul]       2.2.0cvs63
3082
3083         * src/mh.c
3084                 fetch full message when moving mails
3085                 from another mailbox, (fixed data loss
3086                 when filtering from IMAP to MH, introduced
3087                 in 2.2.0cvs57).
3088                 Thanks to Colin
3089
3090 2006-05-29 [mones]      2.2.0cvs62
3091
3092         * src/gtk/gtksctree.c
3093                 Unselect faster (patch by Colin)        
3094
3095 2006-05-26 [colin]      2.2.0cvs61
3096
3097         * src/summaryview.c
3098                 Unplug MSGINFO_UPDATE callback on delete too.
3099
3100 2006-05-26 [colin]      2.2.0cvs60
3101
3102         * src/foldersel.c
3103                 Fix bold in folder selection window with glib2.10
3104                 thanks Hiro
3105
3106 2006-05-26 [colin]      2.2.0cvs59
3107
3108         * src/procheader.c
3109                 Convert date only if necessary (and don't
3110                 try to convert from utf8 to utf8, too)
3111         * src/summaryview.c
3112                 Only set column's text if the column's 
3113                 displayed
3114
3115 2006-05-26 [colin]      2.2.0cvs58
3116
3117         * src/summaryview.c
3118         * src/gtk/gtkutils.c
3119                 Fix useless warning
3120
3121 2006-05-26 [colin]      2.2.0cvs57
3122
3123         * src/mainwindow.c
3124                 Make summaryview selectable as long as 
3125                 no message has focus
3126         * src/mh.c
3127                 Faster deletion (by implementing mh_remove_msgs)
3128                 Faster copy (avoid using mh_fetch_msg just to get
3129                 the filename)
3130                 Faster move (using move_file instead of copy_file
3131                 if MSG_IS_MOVE)
3132                 No progressbar if total number of mails to cp/mv 
3133                 is less than 100
3134         * src/summaryview.c
3135                 Fix removal from subject_table when mail gets moved
3136                 Faster deletion (g_slist_prepend instead of append)
3137         * src/gtk/gtksctree.c
3138                 Remove useless code
3139
3140 2006-05-25 [colin]      2.2.0cvs56
3141
3142         * src/common/ssl_certificate.c
3143                 Fix leak in expired cert check
3144
3145 2006-05-25 [colin]      2.2.0cvs55
3146
3147         * src/mh.c
3148                 Disable flags syncing on .mh_sequences - it
3149                 is buggy and marks mails read under unknown
3150                 conditions.
3151
3152 2006-05-25 [paul]
3153
3154         * 2.3.0-rc4 released
3155
3156 2006-05-24 [colin]      2.2.0cvs54
3157
3158         attention cvs users: if you manage to crash
3159         Sylpheed-Claws while moving, copying or deleting
3160         mails, we *are* interested in stack traces and
3161         valgrind logs. It looks stable, but one never
3162         knows...
3163
3164         * src/folder.c
3165                 Add progressbar for cache updates
3166         * src/folderutils.c
3167                 Optimize Mark all read in the current
3168                 folder
3169         * src/mh.c
3170                 Add progressbar for copy/move
3171         * src/procmsg.c
3172                 Optimize O(n^2) in copy/move
3173         * src/summaryview.c
3174         * src/gtk/gtksctree.c
3175                 Optimize O(n^2) algos
3176         * src/common/timing.h
3177                 Display ms instead of us
3178
3179 2006-05-24 [wwp]        2.2.0cvs53
3180
3181         * manual/fr/advanced.xml
3182                 updates to the French manual.
3183
3184 2006-05-24 [wwp]        2.2.0cvs52
3185
3186         * src/common/utils.c
3187                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3188
3189 2006-05-24 [wwp]        2.2.0cvs51
3190
3191         * src/folderutils.c
3192                 fixed "mark all read" in MH folders (thanks to Colin).
3193
3194 2006-05-24 [paul]       2.2.0cvs50
3195
3196         * doc/man/sylpheed-claws.1
3197                 updated the man page
3198
3199 2006-05-23 [colin]      2.2.0cvs49
3200
3201         * src/folderview.c
3202         * src/imap.c
3203         * src/inc.c
3204         * src/mbox.c
3205         * src/messageview.c
3206         * src/news.c
3207         * src/send_message.c
3208         * src/summaryview.c
3209         * src/gtk/sslcertwindow.c
3210                 alertpanel fixes, by Fabien
3211
3212 2006-05-23 [colin]      2.2.0cvs48
3213
3214         * src/folder.c
3215         * src/folderview.c
3216         * src/msgcache.c
3217         * src/summaryview.c
3218         * src/gtk/gtksctree.c
3219         * src/gtk/gtksctree.h
3220                 More timings
3221                 Fix slow loading problem, which was caused by the
3222                 use of some gtk_ctree funcs and their use of
3223                 g_list_position while gtk_ctree_(un)link'ing.
3224                 Reap more functions from gtkctree.c to be sure we
3225                 use our (fast) version instead of theirs.
3226         * src/mh.c
3227                 Fix copy of unread mails
3228
3229
3230 2006-05-22 [wwp]        2.2.0cvs47
3231
3232         * manual/fr/advanced.xml
3233                 updated.
3234
3235 2006-05-22 [colin]      2.2.0cvs46
3236
3237         * src/filtering.c
3238                 Fix possible infinite loop. 'copy' is not a 
3239                 final action, so when encountering a 'copy',
3240                 we have to check if a previous one was set
3241                 and do it. In the same way, if we encounter
3242                 a 'move' we have to perform a possibly 
3243                 pending 'copy'. This will slow down filtering
3244                 on IMAP if move+copy or multiple copy actions
3245                 are to be done, but handling it via the batch
3246                 would be really too convoluted.
3247
3248 2006-05-22 [wwp]        2.2.0cvs45
3249
3250         * manual/fr/advanced.xml
3251         * manual/fr/faq.xml
3252         * manual/fr/glossary.xml
3253         * manual/fr/handling.xml
3254         * manual/fr/intro.xml
3255         * manual/fr/plugins.xml
3256         * manual/fr/sylpheed-claws-manual.xml
3257                 sync w/ the english manual: updates URIs, documented mailing-list
3258                 support, better explanation about the enabled/disabled feature
3259                 in filtering/processing rules by Paul.
3260
3261 2006-05-21 [colin]      2.2.0cvs44
3262
3263         * src/summaryview.c
3264                 Don't expand after building threads, but during
3265
3266 2006-05-21 [colin]      2.2.0cvs43
3267
3268         * src/procmsg.c
3269         * src/summaryview.c
3270                 More timing possibilities... For next time I have 
3271                 to find out how the hell some 3GHz computer takes
3272                 one minute to open a 30k folder...
3273
3274 2006-05-21 [colin]      2.2.0cvs42
3275
3276         * manual/pl/advanced.xml
3277         * manual/pl/faq.xml
3278         * manual/pl/glossary.xml
3279         * manual/pl/handling.xml
3280         * manual/pl/intro.xml
3281         * manual/pl/plugins.xml
3282         * manual/pl/sylpheed-claws-manual.xml
3283                 Polish manual updated by Pawel
3284
3285 2006-05-20 [colin]
3286
3287         * 2.3.0-rc3 released
3288
3289 2006-05-20 [colin]      2.2.0cvs41
3290
3291         * src/imap.c
3292                 Fix -rc2 problems:
3293                 - remove cache of moved messages from original folder
3294                 - apply new flags to messages even if they aren't appliable
3295                   via IMAP.
3296
3297 2006-05-20 [colin]
3298
3299         * 2.3.0-rc2 released
3300
3301 2006-05-19 [colin]      2.2.0cvs40
3302
3303         * src/imap.c
3304                 Don't issue SELECT in imap_change_flags
3305                 before having checked that we indeed have
3306                 some flags to change. MSG_POSTFILTERED for
3307                 example can't be used on IMAP.
3308                 Fixes bug #955 (copying messages between 
3309                 imap folders is extremely slow), which was
3310                 a regression.
3311
3312 2006-05-19 [colin]      2.2.0cvs39
3313
3314         * src/folder.c
3315         * src/folder.h
3316         * src/folderview.c
3317                 Try to fix bug #830 (Some unread messages 
3318                 get marked read in IMAP inbox):
3319                 - Prevent scanning a folder if it's being 
3320                   opened via the GUI
3321                 - Postpone opening via the GUI of a folder
3322                   currently scanned.
3323
3324
3325 2006-05-19 [wwp]        2.2.0cvs38
3326
3327         * manual/advanced.xml
3328                 fix English+typo (thanks to Paul).
3329
3330 2006-05-19 [wwp]        2.2.0cvs37
3331
3332         * manual/advanced.xml
3333         * manual/fr/advanced.xml
3334         * src/gtk/logwindow.c
3335         * src/prefs_common.c
3336         * src/prefs_common.h
3337                 added hidden prefs to allow customization of colors used in
3338                 protocol log window (useful for dark gtk+ themes).
3339
3340 2006-05-19 [wwp]        2.2.0cvs36
3341
3342         * ChangeLog
3343                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3344
3345 2006-05-19 [paul]       2.2.0cvs35
3346
3347         * src/textview.c
3348                 make Reply-To fully clickable
3349         * src/gtk/logwindow.c
3350                 more colouring (SMTP ESMTP)
3351         Both patches by Pawel Pekala
3352
3353 2006-05-19 [cleroy]     2.2.0cvs34
3354
3355         * src/mh.c
3356                 Don't update flags from current folder
3357                 Probably fixes bug #935 (Read Messages 
3358                 Revert to Being Marked as Unread)
3359
3360 2006-05-18 [colin]      2.2.0cvs33
3361
3362         * src/imap.c
3363                 Warning fix
3364         * src/compose.c
3365         * src/mainwindow.c
3366         * src/summaryview.c
3367         * src/toolbar.c
3368                 Allow replying to multiple emails
3369                 in multiple windows
3370         * src/mimeview.c
3371         * src/etpan/imap-thread.c
3372                 Leak fixes
3373
3374 2006-05-18 [paul]       2.2.0cvs32
3375
3376         * src/summaryview.c
3377                 keep Mailing-List menu refreshed
3378                 Thanks to Colin
3379
3380 2006-05-18 [paul]       2.2.0cvs31
3381
3382         * manual/advanced.xml
3383         * manual/faq.xml
3384         * manual/glossary.xml
3385         * manual/handling.xml
3386         * manual/intro.xml
3387         * manual/plugins.xml
3388         * manual/sylpheed-claws-manual.xml
3389                 update URLs
3390                 add info about mailing-list support
3391                 edit filtering info
3392         * src/wizard.c
3393         * src/common/defs.h
3394         * src/gtk/about.c
3395         * src/plugins/dillo_viewer/README
3396                 update URLs
3397
3398 2006-05-17 [wwp]        2.2.0cvs30
3399
3400         * manual/handling.xml
3401         * manual/fr/handling.xml
3402                 documented the ability to enabled/disable filtering/processing rules.
3403
3404 2006-05-17 [colin]      2.2.0cvs29
3405
3406         * src/main.c
3407                 Don't initialize g_thread subsystem if it's 
3408                 already done (thanks to Hiro)
3409         * src/mimeview.c
3410                 Fix saving of parts when there name can't be
3411                 converted from UTF-8.
3412
3413 2006-05-17 [paul]       2.2.0cvs28
3414
3415         * po/Makefile.in.in
3416                 fix config.status warning with autoconf 2.60
3417
3418 2006-05-17 [paul]       2.2.0cvs27
3419
3420         * po/POTFILES.in
3421                 add src/mbox.c
3422
3423 2006-05-17 [wwp]        2.2.0cvs26
3424
3425         * src/mainwindow.c
3426                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3427
3428 2006-05-17 [wwp]        2.2.0cvs25
3429
3430         * src/plugins/demo/demo.c
3431                 updated product name in plugin demo (many plugins need to be
3432                 sync'ed w/ that change).
3433
3434 2006-05-17 [colin]      2.2.0cvs24
3435
3436         * src/mh.c
3437                 Fix leak
3438
3439 2006-05-16 [colin]      2.2.0cvs23
3440
3441         * src/mainwindow.c
3442                 Stupid me hit again. Fix cvs22.
3443
3444 2006-05-16 [colin]      2.2.0cvs22
3445
3446         * src/mainwindow.c
3447                 Fix bug #922 (sylpheed-claws crashed after 
3448                 pushing on Inbox folder)
3449
3450 2006-05-16 [colin]      2.2.0cvs21
3451
3452         * src/compose.c
3453                 Make From header be copy/paste/select-able
3454
3455 2006-05-16 [wwp]        2.2.0cvs20
3456
3457         * src/export.c
3458         * src/matcher.c
3459         * src/summaryview.c
3460         * src/etpan/imap-thread.c
3461                 fix some compiler warnings (thanks to Colin).
3462
3463 2006-05-16 [wwp]        2.2.0cvs19
3464
3465         * src/action.c
3466         * src/gedit-print.c
3467         * src/inc.c
3468         * src/mainwindow.c
3469         * src/mh.c
3470         * src/statusbar.c
3471         * src/send_message.c
3472         * src/summaryview.c
3473                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3474
3475 2006-05-15 [colin]      2.2.0cvs18
3476
3477         * src/procmsg.c
3478                 Fix automatic rule creation with List-Post
3479
3480 2006-05-15 [paul]       2.2.0cvs17
3481
3482         * tools/filter_conv_new.pl
3483                 updated for rule enabling/disabling
3484                 claws version >= 2.3.x required
3485
3486 2006-05-15 [cleroy]     2.2.0cvs16
3487
3488         * src/main.c
3489                 Revert test
3490
3491 2006-05-15 [cleroy]     2.2.0cvs15
3492
3493         * src/main.c
3494                 test
3495
3496 2006-05-15 [wwp]        2.2.0cvs14
3497
3498         * manual/pl/.cvsignore
3499                 ignore generated files.
3500
3501 2006-05-14 [wwp]        2.3.0-rc1
3502
3503         * 2.3.0-rc1 released
3504
3505 2006-05-13 [wwp]        2.2.0cvs13
3506
3507         * src/filtering.c
3508         * src/filtering.h
3509         * src/matcher.c
3510         * src/matcher_parser_lex.l
3511         * src/matcher_parser_parse.y
3512         * src/prefs_filtering.c
3513                 new feature: provide the ability to disable filtering and processing
3514                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3515                 adaptations.
3516
3517 2006-05-13 [colin]      2.2.0cvs12
3518
3519         * src/compose.c
3520                 Remove useless if (a) b; else b;
3521                 Thanks to wwp
3522
3523 2006-05-13 [wwp]        2.2.0cvs11
3524
3525         * src/export.c
3526         * src/import.c
3527         * src/mainwindow.c
3528         * src/mbox.c
3529         * src/summaryview.c
3530         * src/summaryview.h
3531                 no more silent failures (or at least less ones) when importing
3532                 or exporting from/to mbox. Also start importing/exporting if
3533                 the necessary info is set.
3534
3535 2006-05-13 [wwp]        2.2.0cvs10
3536
3537         * RELEASE_NOTES
3538                 restored up-to-date release notes.
3539
3540 2006-05-13 [paul]       2.2.0cvs9
3541
3542         * po/nl.po
3543         * po/ru.po
3544                 updated by Tim Dijkstra and Pavlo Bohmat
3545
3546 2006-05-12 [colin]      2.2.0cvs8
3547
3548         * src/gtk/quicksearch.c
3549                 Add "k" as shortcut for "colorlabel". Patch
3550                 by ath42@users.sf.net.
3551
3552 2006-05-12 [paul]       2.2.0cvs7
3553
3554         * src/prefs_common.h
3555         * src/prefs_summaries.c
3556         * src/summaryview.c
3557                 when entering a folder also allow
3558                 going directly to first Marked message
3559
3560 2006-05-12 [paul]       2.2.0cvs6
3561
3562         * src/summaryview.c
3563                 always obey 'confirm before marking all
3564                 mails read' option
3565
3566 2006-05-12 [paul]       2.2.0cvs5
3567
3568         * src/textview.c
3569                 make Sender fully clickable
3570
3571 2006-05-12 [colin]      2.2.0cvs4
3572
3573         * src/compose.c
3574         * src/compose.h
3575                 Let From be editable
3576         * src/main.c
3577         * src/mh.c
3578                 Full support of .mh_sequences' Unseen seq
3579
3580 2006-05-12 [colin]      2.2.0cvs3
3581
3582         * src/folder.c
3583         * src/mainwindow.c
3584         * src/mainwindow.h
3585         * src/messageview.c
3586         * src/prefs_spelling.c
3587         * src/procheader.c
3588         * src/procmsg.c
3589         * src/procmsg.h
3590         * src/summaryview.c
3591         * src/toolbar.c
3592         * src/toolbar.h
3593                 Add contextual menu on Compose toolbar
3594                 button. Fixes bug #944 (Automatic
3595                 addresses not applied when changing account
3596                 from compose window)
3597                 add Mailing List support
3598                 based on the old 0.6.5claws25 patch by
3599                 Melvin Hadasht, with finishing touches
3600                 by Colin
3601                 Fix "ignore thread" when mails are threaded by
3602                 subject (and weren't ignored although appearing
3603                 in the thread).
3604                 GUI rework.
3605                 Both patches by Pawel.
3606
3607 2006-05-08 [paul]       2.2.0cvs2
3608
3609         * src/mainwindow.c
3610         * src/mainwindow.h
3611         * src/messageview.c
3612         * src/procheader.c
3613         * src/procmsg.c
3614         * src/procmsg.h
3615         * src/summaryview.c
3616                 add Mailing List support
3617                 based on the old 0.6.5claws25 patch by 
3618                 Melvin Hadasht, with finishing touches
3619                 by Colin
3620
3621 2006-05-08 [colin]      2.2.0cvs1
3622
3623         * src/mainwindow.c
3624         * src/toolbar.c
3625         * src/toolbar.h
3626                 Add contextual menu on Compose toolbar 
3627                 button. Fixes bug #944 (Automatic 
3628                 addresses not applied when changing account 
3629                 from compose window)
3630
3631 2006-05-08 [paul]       2.2.0
3632
3633         2.2.0 released
3634
3635 2006-05-08 [paul]       2.1.1cvs51
3636
3637         * po/cs.po
3638         * po/de.po
3639         * po/en_GB.po
3640         * po/fi.po
3641         * po/fr.po
3642         * po/pt_BR.po
3643         * po/sr.po
3644         * po/zh_CN.po
3645                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3646                 Fabien Vantard, Frederico Goncalves Guimaraes,
3647                 Aleksandar Urosevic, and Ralgh Young
3648
3649 2006-05-12 [colin]      2.1.1cvs50
3650
3651         * po/cs.po
3652         * po/de.po
3653         * po/en_GB.po
3654         * po/es.po
3655         * po/fi.po
3656         * po/fr.po
3657         * po/pt_BR.po
3658         * po/sr.po
3659         * po/zh_CN.po
3660                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3661                 Fabien Vantard, Frederico Goncalves Guimaraes,
3662                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3663
3664 2006-05-05 [colin]      2.1.1cvs49
3665
3666         * manual/Makefile.am
3667         * manual/pl/Makefile.am
3668         * manual/pl/account.xml
3669         * manual/pl/ack.xml
3670         * manual/pl/addrbook.xml
3671         * manual/pl/advanced.xml
3672         * manual/pl/faq.xml
3673         * manual/pl/glossary.xml
3674         * manual/pl/gpl.xml
3675         * manual/pl/handling.xml
3676         * manual/pl/intro.xml
3677         * manual/pl/keyboard.xml
3678         * manual/pl/plugins.xml
3679         * manual/pl/starting.xml
3680         * manual/pl/sylpheed-claws-manual.xml
3681         * manual/pl/dist/.cvsignore
3682         * manual/pl/dist/Makefile.am
3683         * manual/pl/dist/html/.cvsignore
3684         * manual/pl/dist/html/Makefile.am
3685         * manual/pl/dist/pdf/.cvsignore
3686         * manual/pl/dist/pdf/Makefile.am
3687         * manual/pl/dist/ps/.cvsignore
3688         * manual/pl/dist/ps/Makefile.am
3689         * manual/pl/dist/txt/.cvsignore
3690         * manual/pl/dist/txt/Makefile.am
3691                 Add the polish translation of the manual,
3692                 Authored by Pawel Pekala.
3693
3694 2006-05-05 [cleroy]     2.1.1cvs48
3695
3696         * src/main.c
3697                 Re-read matcherrc after loading plugins 
3698                 if some of them add folders.
3699
3700 2006-05-03 [colin]      2.1.1cvs47
3701
3702         * src/imap.c
3703                 I'm idiot
3704
3705 2006-05-03 [colin]      2.1.1cvs46
3706
3707         * src/imap.c
3708                 Be sure to have a session when
3709                 getting separator
3710
3711 2006-05-03 [colin]      2.1.1cvs45
3712
3713         * src/imap.c
3714         * src/imap.h
3715         * src/imap_gtk.c
3716                 Fix preventing renaming with namespace 
3717                 separator.
3718
3719 2006-05-01 [colin]      2.1.1cvs44
3720
3721         * src/action.c
3722                 Don't reload messageview when result of
3723                 action is piped.
3724
3725 2006-04-29 [colin]      2.1.1cvs43
3726
3727         * src/prefs_receive.c
3728         * src/plugins/spamassassin/spamassassin_gtk.c
3729         * src/plugins/clamav/clamav_plugin_gtk.c
3730                 GUI fixes by Pawel
3731
3732 2006-04-29 [colin]      2.1.1cvs42
3733
3734         * src/prefs_compose_writing.c
3735         * src/prefs_quote.c
3736                 Cleanups. Patch by Pawel
3737
3738 2006-04-28 [paul]       2.1.1cvs41
3739
3740         * src/matcher.c
3741                 fix returned quick search results when search
3742                 term contains an underscore.
3743                 Thanks to Colin
3744
3745 2006-04-28 [paul]       2.1.1cvs40
3746
3747         * src/prefs_message.c
3748         * src/prefs_receive.c
3749                 GUI cleanups
3750                 Patches by Pawel Pekala
3751
3752 2006-04-27 [colin]      2.1.1cvs39
3753
3754         * src/wizard.c
3755                 Differentiate subject Welcome from
3756                 window's title Welcome
3757
3758 2006-04-27 [paul]
3759
3760         2.2.0-rc1 released
3761
3762 2006-04-27 [paul]       2.1.1cvs38
3763
3764         * manual/advanced.xml
3765         * manual/fr/advanced.xml
3766                 add info about compose_no_markup hidden pref
3767
3768 2006-04-27 [paul]       2.1.1cvs37
3769
3770         * src/prefs_account.c
3771                 improve privacy labels
3772         * src/prefs_msg_colors.c
3773                 change some strings for translators' convenience
3774         * src/gtk/gtkutils.c
3775                 don't underline the link button text
3776
3777 2006-04-25 [colin]      2.1.1cvs36
3778
3779         * src/folder.c
3780                 Complete 2.1.1cvs33 (once more ;)
3781
3782 2006-04-25 [colin]      2.1.1cvs35
3783
3784         * src/editldap.c
3785                 Fix tooltip
3786
3787 2006-04-25 [cleroy]     2.1.1cvs34
3788
3789         * src/compose.c
3790         * src/gtk/gtkaspell.c
3791                 Fix crash on redirect (related to the return 
3792                 of the aspell menu in compose's toolbar)
3793         * src/prefs_msg_colors.c
3794                 Fix sensitivity widgets
3795         * src/image_viewer.c
3796         * src/gtk/pluginwindow.c
3797         * src/gtk/prefswindow.c
3798                 Change released signals to clicked (Fabien)
3799         * po/POTFILES.in
3800         * src/common/socket.c
3801         * src/plugins/spamassassin/spamassassin.c
3802                 Translate strings (Fabien)
3803
3804 2006-04-25 [paul]       2.1.1cvs33
3805
3806         * src/folder.c
3807         * src/folder.h
3808         * src/folderview.c
3809                 complete the fix of bug #912
3810                 Thanks to Colin
3811
3812 2006-04-25 [colin]      2.1.1cvs32
3813
3814         * src/news.c
3815                 Better progress bar
3816         * src/mimeview.c
3817         * src/summaryview.c
3818         * src/summaryview.h
3819                 Fix focus chain
3820                 Patches by Pawel Pekala
3821
3822 2006-04-24 [colin]      2.1.1cvs31
3823
3824         * src/compose.c
3825                 Fix compilation warnings (Fabien)
3826
3827 2006-04-24 [colin]      2.1.1cvs30
3828
3829         * src/addrindex.c
3830         * src/editldap.c
3831         * src/editldap_basedn.c
3832         * src/editldap_basedn.h
3833         * src/ldapctrl.c
3834         * src/ldapctrl.h
3835         * src/ldapquery.c
3836         * src/ldaputil.c
3837         * src/ldaputil.h
3838                 Fix bug #901 (LDAPS support)
3839
3840 2006-04-24 [colin]      2.1.1cvs29
3841
3842         * src/compose.c
3843                 Fix logic on error with send dialog on
3844         * src/imap.c
3845                 Fix compilation without libetpan, thanks
3846                 to Fabien
3847         * src/summaryview.c
3848                 Fix 'context-menu' key
3849
3850 2006-04-23 [colin]      2.1.1cvs28
3851
3852         * src/folder.c
3853                 Never free current's cache to free up 
3854                 memory. Fixes bug #912 (new count 
3855                 randomly set to message count)
3856
3857 2006-04-23 [colin]      2.1.1cvs27
3858
3859         * src/gtk/quicksearch.c
3860                 And remove printf...
3861
3862 2006-04-23 [colin]      2.1.1cvs26
3863
3864         * src/gtk/quicksearch.c
3865                 Fix replacing in quicksearch, and fix inserting
3866                 in the middle of the string. (introduced at 2.1.0cvs22)
3867
3868 2006-04-23 [colin]      2.1.1cvs25
3869
3870         * src/imap.c
3871                 Make sure uidnext is initialized in get_num_list
3872                 (not for stable, related to 2.1.1cvs8 and friends)
3873
3874 2006-04-23 [colin]      2.1.1cvs24
3875
3876         * src/imap.c
3877                 Output something when login is successful
3878                 too
3879
3880 2006-04-23 [colin]      2.1.1cvs23
3881
3882         * src/etpan/imap-thread.c
3883                 Better logging (line-per-line, hide data in fetch)
3884                 Fix a const warning
3885         * src/gtk/logwindow.c
3886         * src/gtk/logwindow.h
3887                 Better logging (color for input/output)
3888
3889 2006-04-21 [colin]      2.1.1cvs22
3890
3891         * src/gtk/quicksearch.c
3892                 On gtk+-2.8, use stock buttons in quicksearch
3893                 Based on a patch by Fabien and a design by Paul
3894
3895 2006-04-21 [colin]      2.1.1cvs21
3896
3897         * src/folderview.c
3898         * src/mainwindow.c
3899                 Fix occasional flicker in folderview
3900         * src/common/utils.c
3901                 Fix bug #943 (Incorrectly parsed email address 
3902                 list in short headers on message view and in 
3903                 printouts)
3904
3905 2006-04-20 [colin]      2.1.1cvs20
3906
3907         * src/imap.c
3908         * src/imap.h
3909         * src/prefs_account.c
3910                 Add ANONYMOUS auth for IMAP
3911
3912 2006-04-20 [paul]       2.1.1cvs19
3913
3914         * src/main.c
3915                 proper fix for 2.1.1cvs18
3916                 Thanks to Colin
3917
3918 2006-04-20 [paul]       2.1.1cvs18
3919
3920         * src/main.c
3921                 fix build warnings
3922
3923 2006-04-20 [paul]       2.1.1cvs17
3924
3925         * src/gtk/quicksearch.c
3926                 fix standard, non-extended Quick search,
3927                 was broken in 2.1.1cvs15.
3928                 Thanks to Colin.
3929
3930 2006-04-20 [colin]      2.1.1cvs16
3931
3932         * src/prefs_matcher.c
3933                 Fix values when reselecting a ~test
3934                 rule
3935
3936 2006-04-19 [colin]      2.1.1cvs15
3937
3938         * src/compose.c
3939         * src/compose.h
3940         * src/gtk/gtkaspell.c
3941         * src/gtk/gtkaspell.h
3942                 Put back Options menu in Spelling/
3943         * src/gtk/quicksearch.c
3944                 Don't search, and show error, if the
3945                 advanced search has a syntax error
3946
3947 2006-04-18 [colin]      2.1.1cvs14
3948
3949         * src/textview.c
3950                 Fix gdk warnings on set_cursor when textview
3951                 isn't visible
3952
3953 2006-04-18 [colin]      2.1.1cvs13
3954
3955         * src/gtk/gtksctree.c
3956                 Remove seemingly useless refresh that causes
3957                 flicker - watch this commit in case of 
3958                 problems before planned backport to stable
3959
3960 2006-04-18 [colin]      2.1.1cvs12
3961
3962         * src/imap.c
3963                 Factorize get/set_xml code
3964         * src/compose.c
3965         * src/prefs_account.c
3966         * src/prefs_account.h
3967         * src/procmsg.c
3968                 Add Encrypt to self option
3969
3970 2006-04-17 [colin]      2.1.1cvs11
3971
3972         * configure.ac
3973                 Fix search on encrpyt function on dragonfly
3974                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3975
3976 2006-04-17 [colin]      2.1.1cvs10
3977
3978         * src/prefs_account.c
3979                 Be safe by default: remove mails from POP3
3980                 after 7 days, not immediately
3981
3982 2006-04-17 [colin]      2.1.1cvs9
3983
3984         * src/etpan/imap-thread.c
3985                 Fix build on DragonFly - patch by 
3986                 Jonathan Buschmann <jonthn@agmact.com>
3987
3988 2006-04-17 [colin]      2.1.1cvs8
3989
3990         * src/imap.c
3991                 Save uidnext between sessions
3992
3993 2006-04-17 [colin]      2.1.1cvs7
3994
3995         * src/imap.c
3996                 scan is required when uid validity changes
3997
3998 2006-04-17 [colin]      2.1.1cvs6
3999
4000         * src/folderview.c
4001                 Don't scan if not necessary, apart in current
4002                 folder and INBOX to fetch flags.
4003         * src/imap.c
4004                 Scan is necessary if unread count changes
4005
4006 2006-04-17 [colin]      2.1.1cvs5
4007
4008         * src/imap.c
4009                 ...But always fetch ANSWERED and DELETED flags for
4010                 INBOX, as filtering can happen on these flags.
4011
4012 2006-04-17 [colin]      2.1.1cvs4
4013
4014         * src/imap.c
4015                 Don't fetch REPLIED and DELETED flags when synchronising
4016                 flags with a closed folder. We only need UNSEEN and FLAGGED
4017                 to update the folderview.
4018
4019 2006-04-17 [colin]      2.1.1cvs3
4020
4021         * src/imap.c
4022                 Faster flag search when there are new mails 
4023                 in a folder. We can do a full search if the 
4024                 folder contains less messages than the new
4025                 list.
4026
4027 2006-04-17 [colin]      2.1.1cvs2
4028
4029         * po/cs.po
4030         * po/de.po
4031         * po/fr.po
4032         * po/nl.po
4033         * po/pt_BR.po
4034                 Update translations from stable branch
4035
4036 2006-04-17 [colin]      2.1.1cvs1
4037
4038         * configure.ac
4039                 Bump version to follow stable release
4040
4041 2006-04-16 [mones]      2.1.0cvs50
4042
4043         * po/es.po
4044                 Updated for release
4045
4046 2006-04-16 [colin]      2.1.0cvs49
4047
4048         * src/textview.c
4049                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4050                 with gtk < 2.8. Thanks to Fabien Vantard.
4051
4052 2006-04-15 [colin]      2.1.0cvs48
4053
4054         * src/etpan/imap-thread.c
4055                 Fix bug #919 (libetpan: SEGV when connecting 
4056                 using command)
4057
4058 2006-04-14 [colin]      2.1.0cvs47
4059
4060         * src/main.c
4061                 Fix race on --select (should be done better)
4062
4063 2006-04-14 [wwp]        2.1.0cvs46
4064
4065         * src/send_message.c
4066                 enforce a check for domain in account prefs (a sending
4067                 error could be faced if domain was checked but no value set),
4068                 thanks to Colin.
4069
4070 2006-04-14 [colin]      2.1.0cvs45
4071
4072         * src/codeconv.c
4073                 when converting from unknown to unknown, if the
4074                 string is UTF8, don't convert it to the locale
4075                 (which breaks it)
4076
4077 2006-04-14 [colin]      2.1.0cvs44
4078
4079         * src/compose.c
4080                 Don't try to use ASCII for converting headers
4081                 (as done in body)
4082
4083 2006-04-14 [paul]       2.1.0cvs43
4084
4085         * src/crash.c
4086                 add locale/charset info to crash report
4087         * src/gtk/about.c
4088                 add wwp to doc team
4089                 replace 'e-mail' with preferred 'email'
4090         * src/gtk/authors.h
4091                 ensure contributors list is in alphabetical
4092                 order
4093
4094 2006-04-13 [colin]      2.1.0cvs42
4095
4096         * src/textview.c
4097                 Prevent gdk warnings
4098
4099 2006-04-13 [colin]      2.1.0cvs41
4100
4101         * src/common/ssl_certificate.c
4102         * src/common/ssl_certificate.h
4103         * src/gtk/sslcertwindow.c
4104                 Warn on expired certs, and display the expiration date
4105
4106 2006-04-13 [colin]      2.1.0cvs40
4107
4108         * src/plugins/spamassassin/spamassassin_gtk.c
4109                 Fix missing set_text on unix socket
4110
4111 2006-04-13 [wwp]        2.1.0cvs39
4112
4113         * manual/fr/advanced.xml
4114         * manual/fr/glossary.xml
4115                 applied new spam/ham/email lexicon (pourriel, courriel)
4116
4117 2006-04-13 [paul]       2.1.0cvs38
4118
4119         * src/plugins/pgpmime/plugin.c
4120                 remove the mention of S/MIME from the
4121                 description. This is now handled by the
4122                 S/MIME plugin.
4123
4124 2006-04-13 [paul]       2.1.0cvs37
4125
4126         * src/prefs_msg_colors.c
4127                 rework dialog
4128         * src/prefs_folder_item.c
4129         * src/prefs_spelling.c
4130                 add a tooltip to the colour selector buttons
4131
4132 2006-04-13 [wwp]        2.1.0cvs36
4133
4134         * manual/advanced.xml
4135         * manual/glossary.xml
4136         * manual/handling.xml
4137         * manual/keyboard.xml
4138         * manual/plugins.xml
4139         * manual/starting.xml
4140         * manual/fr/account.xml
4141         * manual/fr/ack.xml
4142         * manual/fr/addrbook.xml
4143         * manual/fr/advanced.xml
4144         * manual/fr/faq.xml
4145         * manual/fr/glossary.xml
4146         * manual/fr/gpl.xml
4147         * manual/fr/handling.xml
4148         * manual/fr/intro.xml
4149         * manual/fr/keyboard.xml
4150         * manual/fr/plugins.xml
4151         * manual/fr/starting.xml
4152         * manual/fr/sylpheed-claws-manual.xml
4153                 fixes to the manuals:
4154                  - summaryview -> Message List (same in French)
4155                  - translate key names
4156                  - fix French punctuation, use non-breakable spaces when
4157                    necessary, don't use &thinsp; which is not portable
4158                  - tell what maildir and mbox formats we support
4159
4160 2006-04-12 [wwp]        2.1.0cvs35
4161
4162         * src/prefs_toolbar.c
4163                 unified a replace button more,
4164                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4165
4166 2006-04-12 [wwp]        2.1.0cvs34
4167
4168         * src/prefs_common.c
4169         * src/prefs_msg_colors.c
4170                 make default color labels translatable,
4171                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4172                 thanks to Tim <timbrain@post.cz> for reporting.
4173
4174 2006-04-12 [wwp]        2.1.0cvs33
4175
4176         * manual/glossary.xml
4177         * manual/intro.xml
4178         * manual/plugins.xml
4179         * manual/starting.xml
4180         * manual/sylpheed-claws-manual.xml
4181         * manual/fr/.cvsignore
4182         * manual/fr/account.xml
4183         * manual/fr/ack.xml
4184         * manual/fr/addrbook.xml
4185         * manual/fr/advanced.xml
4186         * manual/fr/faq.xml
4187         * manual/fr/glossary.xml
4188         * manual/fr/handling.xml
4189         * manual/fr/intro.xml
4190         * manual/fr/keyboard.xml
4191         * manual/fr/plugins.xml
4192         * manual/fr/starting.xml
4193         * manual/fr/sylpheed-claws-manual.xml
4194                 various fixes: typos, missing .fr translations, punctuation,
4195                 capitalization, links, accents and some bad French more.
4196
4197 2006-04-12 [wwp]        2.1.0cvs32
4198
4199         * src/prefs_gtk.c
4200                 fix for bug #935: always store prefs files in UTF-8 (thanks
4201                 to Colin).
4202
4203 2006-04-11 [colin]      2.1.0cvs31
4204
4205         * src/compose.c
4206                 Fix inserting files not in utf8 when locale is utf8
4207
4208 2006-04-11 [colin]      2.1.0cvs30
4209
4210         * src/inc.c
4211                 Don't show error dialog when cancelling connection
4212                 Patch by Pawel
4213
4214 2006-04-11 [cleroy]     2.1.0cvs29
4215
4216         * src/compose.c
4217                 Implement multiple quote levels
4218         * src/prefs_common.c
4219                 Change a little bit the quote bgcolor for 2nd level
4220
4221 2006-04-11 [colin]      2.1.0cvs28
4222
4223         * src/gtk/about.c
4224                 Add locale and charset in the label
4225
4226 2006-04-10 [colin]      2.1.0cvs27
4227
4228         * src/compose.c
4229         * src/prefs_common.c
4230         * src/prefs_common.h
4231         * src/prefs_msg_colors.c
4232         * src/textview.c
4233                 Allow optional background color in quotes
4234                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4235                 GTK+-2.8.x feature
4236
4237 2006-04-10 [colin]      2.1.0cvs26
4238
4239         * src/main.c
4240         * src/mainwindow.c
4241         * src/mainwindow.h
4242                 Implement --select
4243
4244 2006-04-10 [colin]      2.1.0cvs25
4245
4246         * manual/plugins.xml
4247         * manual/fr/plugins.xml
4248                 Document libcurl's proxy variables
4249
4250 2006-04-09 [colin]      2.1.0cvs24
4251
4252         * src/prefs_common.c
4253                 gettext() returns statically allocated stuff. We have
4254                 to strdup it in order to be able to free it.
4255
4256 2006-04-09 [colin]      2.1.0cvs23
4257
4258         * AUTHORS
4259         * src/gtk/authors.h
4260                 Add Alexei
4261
4262 2006-04-09 [colin]      2.1.0cvs22
4263
4264         * src/mainwindow.c
4265         * src/gtk/quicksearch.c
4266                 Fix bug #859 (problems with cyrilic input in 
4267                 search panel) - Patch by Alexey Illarionov 
4268                 <littlesavage@rambler.ru>
4269
4270 2006-04-09 [colin]      2.1.0cvs21
4271
4272         * src/prefs_customheader.c
4273                 I prefer removing then freeing rather than the contrary
4274                 (even if it doesn't change anything ;-)
4275         * src/prefs_account.c
4276                 Fix bug #933 (Crash re-entering the custom headers list 
4277                 dialog in accounts prefs)
4278                 The problem happened when cancelling the Account 
4279                 Preferences' dialogs - in which case we didn't do 
4280                 anything to the PrefsAccount * struct. In case of applying,
4281                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4282                 working with in this dialog. The problem is that 
4283                 prefs_customheader.c, working on this tmp_ac_prefs, always
4284                 changes the ->customhdr_list pointer, even when cancelled. 
4285                 So in case of cancelling the prefs_account dialog, we still
4286                 have to update ->customhdr_list in the real account.
4287
4288 2006-04-08 [colin]      2.1.0cvs20
4289
4290         * manual/fr/glossary.xml
4291         * manual/fr/keyboard.xml
4292                 Forgot some headers :)
4293
4294 2006-04-08 [colin]      2.1.0cvs19
4295
4296         * manual/Makefile.am
4297         * manual/fr/Makefile.am
4298         * manual/fr/account.xml
4299         * manual/fr/ack.xml
4300         * manual/fr/addrbook.xml
4301         * manual/fr/advanced.xml
4302         * manual/fr/faq.xml
4303         * manual/fr/glossary.xml
4304         * manual/fr/gpl.xml
4305         * manual/fr/handling.xml
4306         * manual/fr/intro.xml
4307         * manual/fr/keyboard.xml
4308         * manual/fr/plugins.xml
4309         * manual/fr/starting.xml
4310         * manual/fr/sylpheed-claws-manual.xml
4311         * manual/fr/dist/.cvsignore
4312         * manual/fr/dist/Makefile.am
4313         * manual/fr/dist/html/.cvsignore
4314         * manual/fr/dist/html/Makefile.am
4315         * manual/fr/dist/pdf/.cvsignore
4316         * manual/fr/dist/pdf/Makefile.am
4317         * manual/fr/dist/ps/.cvsignore
4318         * manual/fr/dist/ps/Makefile.am
4319         * manual/fr/dist/txt/.cvsignore
4320         * manual/fr/dist/txt/Makefile.am
4321                 Add the french translation of the manual. Thanks to
4322                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4323                 account.xml, ack.xml, addrbook.xml and advanced.xml
4324
4325 2006-04-08 [colin]      2.1.0cvs18
4326
4327         * manual/plugins.xml
4328         * manual/starting.xml
4329                 More fixes
4330
4331 2006-04-07 [colin]      2.1.0cvs17
4332
4333         * manual/faq.xml
4334         * manual/intro.xml
4335         * manual/keyboard.xml
4336                 Little fixes
4337
4338 2006-04-07 [colin]      2.1.0cvs16
4339
4340         * README
4341         * src/compose.c
4342         * src/prefs_common.c
4343         * src/prefs_common.h
4344                 Add hidden compose_no_markup pref
4345
4346 2006-04-07 [wwp]        2.1.0cvs15
4347
4348         * src/summary_search.c
4349         * .cvsignore
4350                 Bugfix: stop button was sticky when searching in an empty folder.
4351                 Applied curly brackets code style to the whole file (summary_search.c).
4352                 More files to ignore.
4353
4354 2006-04-07 [wwp]        2.1.0cvs14
4355
4356         * src/message_search.c
4357         * src/summary_search.c
4358                 changed default button when search bumps at file/folder
4359                 beginning or end, for convenience (thanks to Colin).
4360
4361 2006-04-07 [paul]       2.1.0cvs13
4362
4363         * src/plugins/dillo_viewer/dillo_prefs.c
4364                 avoid future potential for namespace collision
4365                 Patch by Colin
4366
4367 2006-04-06 [wwp]        2.1.0cvs12
4368
4369         * src/summary_search.c
4370                 Unify extended/advanced searches names (and thus factorize labels),
4371                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4372
4373 2006-04-06 [wwp]        2.1.0cvs11
4374
4375         * src/folderview.c
4376         * src/prefs_themes.c
4377         * src/summaryview.c
4378                 Fixed some compilation warnings.
4379
4380 2006-04-06 [colin]      2.1.0cvs10
4381
4382         * manual/advanced.xml
4383                 Document the wizard template and how to deploy
4384                 Sylpheed-Claws effectively
4385
4386 2006-04-06 [colin]      2.1.0cvs9
4387
4388         * src/folderview.c
4389                 gettext patch to tell translators about _("#"),
4390                 by Maxim Britov
4391
4392 2006-04-06 [colin]      2.1.0cvs8
4393
4394         * src/textview.c
4395                 Fix invalid GtkTextBIter after clicking "Display as text"
4396
4397 2006-04-06 [mones]      2.1.0cvs7
4398
4399         * src/addr_compl.c
4400         * src/addrindex.c
4401         * src/addritem.c
4402         * src/codeconv.c
4403         * src/compose.c
4404         * src/filtering.c
4405         * src/folder.c
4406         * src/folder_item_prefs.c
4407         * src/folderview.c
4408         * src/localfolder.c
4409         * src/matcher.c
4410         * src/mimeview.c
4411         * src/prefs_msg_colors.c
4412         * src/prefs_spelling.c
4413         * src/prefs_themes.c
4414         * src/procmime.c
4415         * src/procmsg.c
4416         * src/stock_pixmap.c
4417         * src/summaryview.c
4418         * src/textview.c
4419         * src/toolbar.c
4420         * src/common/mgutils.c
4421         * src/common/prefs.c
4422         * src/common/ssl_certificate.c
4423         * src/gtk/colorlabel.c
4424         * src/gtk/quicksearch.c
4425         * src/plugins/pgpmime/pgpmime.c
4426         * src/plugins/spamassassin/spamassassin.c
4427                 Removed redundant NULL checks for g_free() calls.
4428                 Patch by Pawel Pekala.
4429
4430 2006-04-06 [mones]      2.1.0cvs6
4431
4432         * src/prefs_actions.c
4433         * src/prefs_filtering.c
4434         * src/prefs_filtering_action.c
4435         * src/prefs_matcher.c
4436         * src/prefs_template.c
4437         * src/gtk/gtkutils.c
4438         * src/gtk/gtkutils.h
4439                 Have a nice replace button. Patch by Pawel Pekala
4440
4441 2006-04-06 [colin]      2.1.0cvs5
4442
4443         * src/addressbook.c
4444                 Fix crash with empty columns
4445
4446 2006-04-05 [colin]      2.1.0cvs4
4447
4448         * src/wizard.c
4449         * src/prefs_gtk.c
4450                 Allow wizard customization with pre-filled values
4451
4452 2006-04-05 [colin]      2.1.0cvs3
4453
4454         * src/textview.c
4455         * src/mimeview.c
4456         * src/mimeview.h
4457                 Nicer messages in mimeview
4458
4459 2006-04-05 [colin]      2.1.0cvs2
4460
4461         * src/addressbook.c
4462         * src/prefs_summaries.c
4463                 i18n fix
4464
4465 2006-04-05 [colin]      2.1.0cvs1
4466
4467         * src/plugins/pgpcore/plugin.c
4468         * src/plugins/pgpcore/select-keys.c
4469         * src/plugins/pgpcore/select-keys.h
4470         * src/plugins/pgpcore/sgpgme.c
4471         * src/plugins/pgpcore/sgpgme.h
4472         * src/plugins/pgpinline/pgpinline.c
4473         * src/plugins/pgpinline/plugin.c
4474         * src/plugins/pgpmime/pgpmime.c
4475         * src/plugins/pgpmime/plugin.c
4476                 Factorize and generalize a bit 
4477                 Drop S/MIME signature verification from PGP/MIME
4478                 (adding it as another, more complete plugin)
4479
4480 2006-04-05 [paul]       2.1.0
4481
4482         2.1.0 released
4483
4484 2006-04-05 [paul]       2.0.0cvs186
4485
4486         * manual/advanced.xml
4487                 add info on colour labels
4488
4489 2006-04-05 [paul]       2.0.0cvs185
4490
4491         * po/bg.po
4492         * po/cs.po
4493         * po/de.po
4494         * po/el.po
4495         * po/en_GB.po
4496         * po/fi.po
4497         * po/fr.po
4498         * po/it.po
4499         * po/nl.po
4500         * po/pl.po
4501         * po/pt_BR.po
4502         * po/sr.po
4503         * po/zh_CN.po
4504                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4505                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4506                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4507                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4508         * src/gtk/authors.h
4509         * tools/claws.i18n.status.pl
4510                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4511                 and new Czech translator, Tim <timbrain@post.cz>
4512
4513 2006-04-05 [mones]      2.0.0cvs184
4514
4515         * po/es.po
4516                 Updated translation
4517
4518 2006-04-05 [colin]      2.0.0cvs183
4519
4520         * src/gtk/quicksearch.c
4521                 Fix bug #929 (unnecessary reload in quick search bar)
4522
4523 2006-04-05 [colin]      2.0.0cvs182
4524
4525         * src/compose.c
4526                 Fix crash on Reply with no From:
4527                 Show signature and conversion error on queuing 
4528                 (but not sending)
4529         * src/mainwindow.c
4530         * src/summaryview.c
4531         * src/summaryview.h
4532                 Factorize threading code and make sure msginfo 
4533                 is not null when it comes from a GtkCTreeRow's 
4534                 data
4535         * src/gtk/gtkaspell.c
4536                 Check for necessary things
4537         * src/gtk/gtksctree.c
4538         * src/gtk/gtksctree.h
4539                 Reset anchor if necessary when removing node
4540
4541 2006-03-29 [colin]      2.0.0cvs181
4542
4543         * src/folderview.c
4544                 Warn for disabled IMAP accounts (due to lack of
4545                 libetpan). Breaks string-freeze - sorry - but it
4546                 is kind of important ;)
4547
4548 2006-03-28 [colin]      2.0.0cvs180
4549
4550         * src/gtk/gtkutils.c
4551         * src/gtk/gtkutils.h
4552                 Add a gtkut_get_link_btn() function that
4553                 creates a button which acts like an URI
4554         * src/prefs_themes.c
4555         * src/gtk/about.c
4556                 Use this function (factorizes codes)
4557         * src/common/defs.h
4558         * src/gtk/pluginwindow.c
4559                 Add a "Get more..." in the plugins window
4560
4561 2006-03-28 [colin]      2.0.0cvs179
4562
4563         * src/common/smtp.c
4564         * src/common/passcrypt.c
4565         * src/undo.c
4566                 Warning fixes. Patch by Pawel Pekala
4567
4568 2006-03-27 [colin]      2.0.0cvs178
4569
4570         * src/undo.c
4571                 Fix undoing by blocks with spaces
4572
4573 2006-03-27 [colin]      2.0.0cvs177
4574
4575         * src/textview.c
4576                 Set margin to 3px for headers
4577
4578 2006-03-27 [paul]
4579
4580         2.1.0-rc2 released
4581
4582 2006-03-27 [wwp]        2.0.0cvs176
4583
4584         * src/summaryview.c
4585                 don't reset quicksearch when updating the message list.
4586                 Thanks to Colin.
4587
4588 2006-03-26 [wwp]        2.0.0cvs175
4589
4590         * src/compose.c
4591                 use a unified border width ('other' tab in the compose window,
4592                 patch by Pawel Pekala).
4593
4594
4595 2006-03-26 [wwp]        2.0.0cvs174
4596
4597         * src/common/quoted-printable.c
4598         * src/addressbook.c
4599                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4600
4601 2006-03-26 [colin]      2.0.0cvs173
4602
4603         * src/quote_fmt_parse.y
4604                 Fix non-UTF8 date formats messing up the whole quote a 
4605                 little bit
4606
4607 2006-03-26 [colin]      2.0.0cvs172
4608
4609         * src/procheader.c
4610                 Make sure the date is UTF8 valid, or try to make it
4611                 so. IncrediMail is really IncrediStupid.
4612         * src/compose.c
4613                 Fix possible conversions. 
4614                 
4615
4616 2006-03-26 [colin]      2.0.0cvs171
4617
4618         * src/matcher.c
4619                 Fix corner cases in body search. This is still a
4620                 hack... It seems impossible to make it good and 
4621                 reasonably fast at the same time.
4622
4623 2006-03-26 [colin]      2.0.0cvs170
4624
4625         * src/summaryview.c
4626                 I think I killed the twilight zone bug!
4627                 summary_select_node() flushes GTK events in order
4628                 to be able to center the view. But this also 
4629                 flushes keypresses like Ctrl-Alt-U, so this can
4630                 call summary_show from summary_select_node (itself
4631                 called from summary_show, etc.). And the summaryview
4632                 has to be unlocked in this function. So just locking
4633                 while processing GTK events, and bailing if locked, 
4634                 should fix it.
4635                 Fixes bug #927 (SIGSEGV during Update Summary)
4636
4637 2006-03-25 [colin]      2.0.0cvs169
4638
4639         * src/matcher.c
4640                 Fix search in QP-encoded bodies
4641                 Fix utf-8 searches in bodies encoded in the
4642                 locale's encoding
4643         * src/common/quoted-printable.c
4644         * src/common/quoted-printable.h
4645                 Add a decode function that doesn't overwrite
4646                 the original pointer
4647                 
4648
4649 2006-03-24 [colin]      2.0.0cvs168
4650
4651         * src/action.c
4652         * src/summaryview.c
4653         * src/summaryview.h
4654                 Update message cache after action
4655                 Patch by H. Merijn Brand
4656         * src/prefs_msg_colors.c
4657                 Factorize label 
4658                 Patch by Fabien Vantard
4659         * src/plugins/spamassassin/spamassassin_gtk.c
4660                 Remove useless translation
4661                 Patch by Fabien Vantard
4662
4663 2006-03-23 [colin]      2.0.0cvs167
4664
4665         * src/common/ssl.c
4666                 Let 30 seconds to SSL_connect
4667
4668 2006-03-23 [wwp]        2.0.0cvs166
4669
4670         * src/summaryview.c
4671         * src/gtk/description_window.c
4672                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4673                 and headers are translated; adjust description windows' width to fit their
4674                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4675
4676 2006-03-23 [paul]       2.0.0cvs165
4677
4678         * src/common/utils.c
4679                 fix highlighting of URIs containing "()"
4680                 (2.0.0cvs164's reversal fixed)
4681                 Thanks to Colin.
4682
4683 2006-03-23 [paul]       2.0.0cvs164
4684
4685         * src/common/utils.c
4686                 revert patch, (postponing a fix), at 2.0.0cvs120
4687                 as it breaks more URIs than it fixes.
4688                 Allow '-' to be a terminating character in a URI
4689
4690 2006-03-22 [colin]      2.0.0cvs163
4691
4692         * configure.ac
4693                 Require libetpan 0.45
4694                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4695
4696 2006-03-22 [paul]       2.0.0cvs162
4697
4698         * src/editgroup.c
4699                 replace '<-' and '->' buttons with GTK_STOCK graphical
4700                 buttons
4701         * src/summary_search.c
4702                 don't offer '...' for translation
4703                 add a tooltip to advanced search '...' button
4704         * src/gtk/quicksearch.c
4705                 don't offer '...' for translation
4706
4707 2006-03-21 [colin]      2.0.0cvs161
4708
4709         * src/compose.c
4710                 Fix middle-click pasting (insert at click
4711                 position instead of cursor position, don't
4712                 remove existing selection and allow pasting
4713                 our own selection)
4714         * src/addressbook.c
4715                 "LDAP Server" -> "LDAP servers"
4716
4717 2006-03-21 [wwp]        2.0.0cvs160
4718
4719         * src/etpan/imap-thread.c
4720                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4721
4722 2006-03-20 [colin]      2.0.0cvs159
4723
4724         * src/summaryview.c
4725                 Don't reload summaryview after an execute with no
4726                 move action
4727
4728 2006-03-19 [colin]      2.0.0cvs158
4729
4730         * src/addressbook.c
4731                 and put groups at the top, always
4732
4733 2006-03-19 [colin]      2.0.0cvs157
4734
4735         * src/addressbook.c
4736                 Order groups before names, as previously
4737
4738 2006-03-19 [colin]      2.0.0cvs156
4739
4740         * src/addressbook.c
4741                 - Sort case-unsensitive
4742                 - Put the sort arrow at opening too
4743
4744 2006-03-19 [wwp]        2.0.0cvs155
4745
4746         * src/addressbook.c
4747                 allow sorting by name/email/remarks, ensure that right-pane's contents
4748                 matches the left-pane selection (cleared when appropriate).
4749                 Patch by Pawel Pekala <c0rn@o2.pl>.
4750
4751 2006-03-18 [colin]      2.0.0cvs154
4752
4753         * src/textview.c
4754                 Fix text cursor ;)
4755
4756 2006-03-18 [colin]      2.0.0cvs153
4757
4758         * src/gtk/filesel.c
4759                 Make sure we hide the preview if we didn't get
4760                 a filename
4761
4762 2006-03-18 [colin]      2.0.0cvs152
4763
4764         * src/summaryview.c
4765                 Set cursor to watch for execution (fixes lack
4766                 of watch-cursor when dnd'ing hundreds of mails)
4767         * src/gtk/filesel.c
4768                 Check that mime type is 'image/*' before updating
4769                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4770
4771 2006-03-18 [colin]      2.0.0cvs151
4772
4773         * src/mainwindow.c
4774         * src/textview.c
4775         * src/textview.h
4776                 Put a watch cursor in textview too when the mainwindow's
4777                 cursor in a watch
4778
4779 2006-03-18 [colin]      2.0.0cvs150
4780
4781         * src/folder.c
4782                 Change wrong asserts to simple tests
4783
4784 2006-03-17 [colin]      2.0.0cvs149
4785
4786         * src/mainwindow.c
4787         * src/mainwindow.h
4788         * src/prefs_msg_colors.c
4789         * src/summaryview.c
4790         * src/summaryview.h
4791         * src/gtk/colorlabel.c
4792         * src/gtk/colorlabel.h
4793                 Add a color label menu in the main menubar
4794                 Add (fixed) accels Ctrl-{0-7} to change the color
4795                 They have to be fixed because the menu's dynamic,
4796                 the items are complex widgets, hence we can't use
4797                 a GtkItemFactory.
4798
4799
4800 2006-03-17 [wwp]        2.0.0cvs148
4801
4802         * src/compose.c
4803                 rollback few lines from my previous commit (those lines come from
4804                 a pending patch, accidentally commited, even if neutral as they are
4805                 commented out).
4806
4807 2006-03-17 [wwp]        2.0.0cvs147
4808
4809         * src/compose.c
4810                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4811                 applied code style/indentation to the modified function.
4812
4813 2006-03-17 [wwp]        2.0.0cvs146
4814
4815         * src/procmsg.c
4816         * src/compose.c
4817                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4818
4819 2006-03-17 [paul]
4820
4821         2.1.0-rc1 released
4822
4823 2006-03-17 [paul]       2.0.0cvs145
4824
4825         * src/main.c
4826                 addressbook_read_file() was called twice
4827         * src/textview.c
4828                 X-Mailer highlighting
4829
4830 2006-03-16 [colin]      2.0.0cvs144
4831
4832         * src/sourcewindow.c
4833         * src/sourcewindow.h
4834                 And the last one, in source window.
4835
4836 2006-03-16 [colin]      2.0.0cvs143
4837
4838         * src/compose.c
4839         * src/compose.h
4840                 Fix the same stuff in compose
4841
4842 2006-03-16 [colin]      2.0.0cvs142
4843
4844         * src/messageview.c
4845                 Complete the previous messageview crash fix
4846
4847 2006-03-16 [colin]      2.0.0cvs141
4848
4849         * src/procmsg.h
4850         * src/procmsg.c
4851         * src/folder.c
4852                 Fix POSTPROCESSING hook
4853                 Patch by H. Merijn Brand
4854
4855         * src/procmime.c
4856         * src/procmime.h
4857                 Parse Content-Location
4858
4859         * src/toolbar.c
4860         * src/messageview.c
4861         * src/messageview.h
4862                 Don't crash when a top-level MessageView has
4863                 been closed on us. Same problematic than
4864                 yesterday's quicksearch issue.
4865
4866 2006-03-15 [colin]      2.0.0cvs140
4867
4868         * src/gtk/quicksearch.c
4869                 Fix a bitchy race we didn't think about when we
4870                 added quicksearch cancellation:
4871                 If the search is not on cached fields, for example
4872                 body_part matchcase "stuff"
4873                 the matcher code has to get the whole message. If
4874                 we're on IMAP, that can be slow, and in order to
4875                 be non-blocking, the IMAP code idle loop processes
4876                 gtk events too. So it is possible to cancel a
4877                 quicksearch while the matcher is getting the mail's
4878                 body. After matcher got its body, it will start to
4879                 iterate over the matcher list that the Quicksearch's
4880                 clear_search_cb() just freed via prepare_matcher().
4881                 SIGSEGV ensues.
4882                 The fix consists of guarding the matcherlist_match()
4883                 call with a boolean 'matching'. If we reset the
4884                 quicksearch while matching is TRUE, we don't free
4885                 the matcherlist anymore like we did, but we set
4886                 another new flag, deferred_free, to TRUE. Then,
4887                 in quicksearch_match(), just after returning from
4888                 matcherlist_match() and unsetting the matching flag,
4889                 we check the deferred_free flag and do the
4890                 prepare_matcher() (which does the matcherlist_free)
4891                 for real, so we free the matcherlist once it's not
4892                 used anymore.
4893                 As all of this runs via the glib main loop, we
4894                 luckily don't need a mutex.
4895         * src/summaryview.c
4896                 Also, show progress while searching.
4897
4898
4899 2006-03-14 [colin]      2.0.0cvs139
4900
4901         * src/alertpanel.c
4902                 Make alertpanel_is_open non-static
4903
4904 2006-03-14 [colin]      2.0.0cvs138
4905
4906         * src/prefs_spelling.c
4907                 Cleanups - Fabien Vantard
4908
4909 2006-03-14 [wwp]        2.0.0cvs137
4910
4911         * src/main.c
4912                 code style normalization (curly braces, indentation).
4913
4914 2006-03-14 [wwp]        2.0.0cvs137
4915
4916         * src/main.c
4917                 code style (braces, indentation)
4918
4919 2006-03-12 [paul]       2.0.0cvs136
4920
4921         * src/prefs_common.c
4922                 trans_hdr defaults to FALSE to be RFC-savvy
4923         * src/prefs_summaries.c
4924                 add a tooltip to the trans_hdr option
4925                 
4926
4927 2006-03-12 [paul]       2.0.0cvs135
4928
4929         * src/prefs_matcher.c
4930                 give a little more width to the combos
4931         * src/prefs_display_header.c
4932         * src/textview.c
4933                 translate headers if prefs_common.trans_hdr
4934                 is TRUE
4935
4936         Patches by Pawel Pekala
4937
4938 2006-03-12 [paul]       2.0.0cvs134
4939
4940         * src/plugins/clamav/clamav_plugin.c
4941         * src/plugins/dillo_viewer/dillo_viewer.c
4942         * src/plugins/pgpcore/plugin.c
4943         * src/plugins/pgpinline/plugin.c
4944         * src/plugins/pgpmime/plugin.c
4945         * src/plugins/spamassassin/spamassassin.c
4946                 update/add to descriptions
4947         * src/plugins/spamassassin/spamassassin_gtk.c
4948                 fixes to the english, remove superfluous
4949                 tooltips, clean up a little
4950
4951 2006-03-12 [paul]       2.0.0cvs133
4952
4953         * src/compose.c
4954                 fix Bug 924, 'Account combo box shows up wrong 
4955                 if & is in account name'
4956
4957 2006-03-11 [colin]      2.0.0cvs132
4958
4959         * src/summaryview.c
4960                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4961                 messed up shift-selection because is slows down
4962                 moving around summaryview. thanks -users
4963
4964 2006-03-10 [colin]      2.0.0cvs131
4965
4966         * src/plugins/spamassassin/spamassassin_gtk.c
4967                 Put back Paul's engrish fixes
4968
4969 2006-03-10 [colin]      2.0.0cvs130
4970
4971         * src/plugins/spamassassin/spamassassin.c
4972         * src/plugins/spamassassin/spamassassin.h
4973         * src/plugins/spamassassin/spamassassin_gtk.c
4974                 Cleanup SA prefs page (more)
4975                 Patch by Fabien Vantard
4976
4977 2006-03-10 [paul]       2.0.0cvs129
4978
4979         * src/prefs_msg_colors.c
4980         * src/prefs_spelling.c
4981                 widget sensitivity
4982
4983 2006-03-09 [mones]      2.0.0cvs128
4984
4985         * po/es.po
4986                 Update for next RC
4987
4988 2006-03-09 [wwp]        2.0.0cvs127
4989
4990         * configure.ac
4991                 revert accidental commit (requirement for libetpan 0.43), this time
4992                 not in HEAD.
4993
4994 2006-03-09 [wwp]        2.0.0cvs125
4995
4996         * configure.ac
4997                 revert accidental commit (requirement for libetpan 0.43)
4998
4999 2006-03-09 [paul]       2.0.0cvs126
5000
5001         * src/prefs_receive.c
5002                 remove useless frame
5003                 replace 'incorporation' with 'receiving'
5004         * src/plugins/clamav/clamav_plugin_gtk.c
5005         * src/plugins/spamassassin/spamassassin_gtk.c
5006                 improve widget sensitivity
5007                 fix a bit his engrish
5008
5009 2006-03-09 [wwp]        2.0.0cvs125
5010
5011         * src/addressadd.c
5012         * src/foldersel.c
5013         * src/prefs_common.c
5014         * src/prefs_common.h
5015                 remember some more windows' sizes (add to addressbook and
5016                 select folder).
5017
5018 2006-03-09 [paul]       2.0.0cvs124
5019
5020         * src/plugins/pgpcore/prefs_gpg.c
5021                 normalise construction of dialogue
5022
5023 2006-03-09 [paul]       2.0.0cvs123
5024
5025         * src/plugins/trayicon/Makefile.am
5026                 add missing slash
5027
5028 2006-03-08 [colin]      2.0.0cvs122
5029
5030         * src/plugins/trayicon/Makefile.am
5031                 Fix build in separate dir 
5032                 Patch by Bamanzi <bamanzi@gmail.com>
5033
5034 2006-03-08 [colin]      2.0.0cvs121
5035
5036         * src/procmsg.c
5037                 Batch move and copies from summaryview with delayed execution
5038                 too
5039
5040 2006-03-07 [paul]       2.0.0cvs120
5041
5042         * src/common/utils.c
5043                 fix highlighting of URIs containing "()"
5044                 Patch by Pawel Pekala
5045
5046 2006-03-07 [paul]       2.0.0cvs119
5047
5048         * src/folder.c
5049         * src/folder.h
5050         * src/folderview.c
5051                 immediately do alphabetical resort when
5052                 changing a folder's name
5053                 Patch by Pawel Pekala
5054
5055 2006-03-07 [paul]       2.0.0cvs118
5056
5057         * src/news.c
5058         * src/news_gtk.c
5059                 when unsubscribing a newsgroup, remove the
5060                 folder and msgs in .sylpheed-claws/newscache
5061                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5062
5063 2006-03-07 [paul]       2.0.0cvs117
5064
5065         * src/textview.c
5066                 fix wrong Fake URL Warning
5067                 Thanks to Hiro
5068
5069 2006-03-07 [colin]      2.0.0cvs116
5070
5071         * src/imap.c
5072                 Return immediately when password dialog was
5073                 cancelled
5074         * src/gtk/inputdialog.c
5075                 Allow empty strings for passwords
5076
5077
5078 2006-03-06 [colin]      2.0.0cvs115
5079
5080         * src/imap.c
5081                 Prevent double-timeouts when connection fails
5082
5083 2006-03-06 [colin]
5084
5085         2.0.1-rc1 released
5086
5087 2006-03-06 [colin]      2.0.0cvs114
5088
5089         * src/imap.c
5090                 Refresh session during potentially long
5091                 operations
5092
5093 2006-03-06 [wwp]        2.0.0cvs113
5094
5095         * src/prefs_msg_colors.h
5096                 forgot that one (custom color labels).
5097
5098 2006-03-06 [wwp]        2.0.0cvs112
5099
5100         * src/prefs_common.c
5101         * src/prefs_common.h
5102         * src/prefs_msg_colors.c
5103         * src/summaryview.c
5104         * src/summaryview.h
5105         * src/gtk/colorlabel.c
5106         * src/gtk/colorlabel.h
5107                 colors in messages list are now customizable. Color values and names can
5108                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5109                 Thanks to Paul and Colin for their help with this longstanding patch!
5110
5111 2006-03-06 [wwp]        2.0.0cvs111
5112
5113         * src/textview.c
5114                 don't crash if (x)face is bad.
5115
5116 2006-03-05 [paul]       2.0.0cvs110
5117
5118         * AUTHORS
5119         * configure.ac
5120         * src/Makefile.am
5121         * src/common/Makefile.am
5122         * src/common/utils.h
5123         * src/etpan/imap-thread.c
5124         * src/gtk/authors.h
5125         * src/plugins/clamav/Makefile.am
5126         * src/plugins/demo/Makefile.am
5127         * src/plugins/dillo_viewer/Makefile.am
5128         * src/plugins/pgpcore/Makefile.am
5129         * src/plugins/pgpcore/passphrase.c
5130         * src/plugins/pgpinline/Makefile.am
5131         * src/plugins/pgpmime/Makefile.am
5132         * src/plugins/spamassassin/Makefile.am
5133         * src/plugins/trayicon/Makefile.am
5134                 fix builiding on cygwin
5135                 Patch by Ralgh Young <bamanzi@gmail.com>
5136
5137 2006-03-04 [wwp]        2.0.0cvs109
5138
5139         * manual/keyboard.xml
5140                 fix mixed up/down keys.
5141
5142 2006-03-04 [wwp]        2.0.0cvs108
5143
5144         * README
5145         * INSTALL
5146                 updated links to SpamAssassin.
5147
5148 2006-03-04 [wwp]        2.0.0cvs107
5149
5150         * manual/plugins.xml
5151         * src/plugins/spamassassin/README
5152                 updated SpamAssassin plugin docs to reflect new functional additions
5153                 (also fix/update/documents few technical stuff more, see the README).
5154
5155 2006-03-04 [wwp]        2.0.0cvs106
5156
5157         * src/prefs_message.c
5158                 normalized capitalization of message-prefs paths.
5159
5160 2006-03-04 [wwp]        2.0.0cvs105
5161
5162         * manual/advanced.xml
5163                 typo.
5164
5165 2006-03-03 [colin]      2.0.0cvs104
5166
5167         * src/plugins/clamav/clamav_plugin_gtk.c
5168                 Rework prefs page, patch by Fabien 
5169
5170 2006-03-03 [colin]      2.0.0cvs103
5171
5172         * src/plugins/clamav/clamav_plugin.c
5173                 Set error on all errors
5174
5175 2006-03-03 [colin]      2.0.0cvs102
5176
5177         * src/common/plugin.c
5178                 Initialize error to avoid crashing when a plugin fails
5179                 without setting error
5180
5181 2006-03-02 [wwp]        2.0.0cvs101
5182
5183         * configure.ac
5184                 fixed linker flags for libetpan support on Cygwin
5185                 (thanks to H.Merijn Brand).
5186
5187 2006-03-02 [wwp]        2.0.0cvs100
5188
5189         * src/addressbook.c
5190                 fix some AB error messages: one for punctuation and
5191                 one wrongly duplicate (thanks, maxbritov).
5192
5193 2006-03-02 [wwp]        2.0.0cvs99
5194
5195         * src/plugins/spamassassin/spamassassin.c
5196                 make sync calls to sa-learn/spamc to prevent
5197                 system (whatever local or client/server) overload.
5198
5199 2006-03-02 [colin]      2.0.0cvs98
5200
5201         * src/summaryview.c
5202                 Put the spam icon in the status column instead of the
5203                 mark one
5204
5205 2006-03-01 [colin]      2.0.0cvs97
5206
5207         * src/plugins/spamassassin/spamassassin.c
5208                 Fix segfault (g_file_set_contents fails for some 
5209                 reason and err==0x2f. Can't find out why with
5210                 valgrind, using working function :-)
5211
5212 2006-03-01 [colin]      2.0.0cvs96
5213
5214         * src/inc.c
5215                 Offline overriding: let 'No' be cached only 3 seconds
5216
5217 2006-03-01 [colin]      2.0.0cvs95
5218
5219         * src/addr_compl.c
5220         * src/addrbook.c
5221         * src/addressbook.c
5222         * src/addrindex.c
5223         * src/folder_item_prefs.c
5224         * src/headerview.c
5225         * src/imap.c
5226         * src/inc.c
5227         * src/ldif.c
5228         * src/mainwindow.c
5229         * src/mh.c
5230         * src/msgcache.c
5231         * src/prefs_common.h
5232         * src/prefs_msg_colors.c
5233         * src/procheader.c
5234         * src/procheader.h
5235         * src/procmime.c
5236         * src/procmsg.c
5237         * src/procmsg.h
5238         * src/send_message.h
5239         * src/simple-gettext.c
5240         * src/summaryview.c
5241         * src/summaryview.h
5242         * src/syldap.c
5243         * src/textview.c
5244         * src/undo.c
5245         * src/common/ssl_certificate.c
5246         * src/common/utils.c
5247         * src/gtk/colorsel.c
5248         * src/gtk/gtksctree.c
5249         * src/gtk/gtkshruler.c
5250         * src/plugins/trayicon/trayicon.c
5251                 #if 0 goes to /dev/null
5252
5253 2006-03-01 [colin]      2.0.0cvs94
5254
5255         * src/compose.c
5256         * src/imap.c
5257         * src/inc.c
5258         * src/inc.h
5259         * src/messageview.c
5260         * src/news.c
5261         * src/plugins/spamassassin/spamassassin.c
5262                 Allow to add information in the "working offline"
5263                 window
5264
5265 2006-03-01 [wwp]        2.0.0cvs93
5266
5267         * src/plugins/spamassassin/spamassassin.c
5268                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5269                 'cause it seems that calling `spamc ... < inputfile` with
5270                 g_spawn_(a)sync simply.. erm doesn't work :-).
5271
5272 2006-03-01 [wwp]        2.0.0cvs92
5273
5274         * src/toolbar.c
5275         * src/toolbar.h
5276                 simplify the adding of spam/ham button to the messageview toolbar
5277                 (it gets more clear now that the same button will be "Mark as spam"
5278                 or "Mark as ham" according to the current message status,
5279                 thanks to Colin).
5280
5281 2006-03-01 [wwp]        2.0.0cvs91
5282
5283         * src/messageview.c
5284         * src/procmsg.c
5285         * src/procmsg.h
5286         * src/summaryview.c
5287         * src/plugins/spamassassin/spamassassin.c
5288         * src/plugins/spamassassin/spamassassin.h
5289                 make learner callbacks return a status (0 for ok),
5290                 handle it in main code to avoid setting flags when learning failed,
5291                 don't learn on TCP if offline in spamassassin,
5292                 thanks to Colin.
5293
5294                 
5295
5296 2006-03-01 [wwp]        2.0.0cvs90
5297
5298         * src/compose.c
5299                 some work around the compose window's account menu,
5300                 patch by Fabien Vantard.
5301
5302 2006-03-01 [wwp]        2.0.0cvs89
5303
5304         * src/plugins/spamassassin/spamassassin.c
5305                 fixed bad logics, was using spamc in local mode and sa-learn
5306                 in remote mode (thanks, Colin).
5307
5308 2006-03-01 [wwp]        2.0.0cvs88
5309
5310         * src/plugins/spamassassin/spamassassin.c
5311         * src/plugins/spamassassin/spamassassin.h
5312         * src/plugins/spamassassin/spamassassin_gtk.c
5313                 made processing of emails w/ sa-plugin an option (default is TRUE),
5314                 fixed Engrish some tooltips, capitalization of some debug messages
5315                 and warnings. The spamassassin plugin now provides two separate
5316                 services: process emails upon incorporation and spamd training.
5317                 Both services (un)register independently but use some common
5318                 plugin settings (transport settings, spam storage location).
5319
5320 2006-02-28 [wwp]        2.0.0cvs87
5321
5322         * src/plugins/spamassassin/spamassassin.c
5323                 fix async flag to spamc cmdline execution (batch exec should
5324                 be asynchronous).
5325
5326 2006-02-27 [wwp]        2.0.0cvs86
5327
5328         * src/plugins/spamassassin/spamassassin.c
5329         * src/plugins/spamassassin/spamassassin.h
5330         * src/plugins/spamassassin/spamassassin_gtk.c
5331                 - added the ability to learn a remote spamassassin server (spamd),
5332                 using spamc.
5333                 - added the spamassassin option 'username', that applies to all
5334                 spamassassin operations (filtering, learning, local or remote).
5335                 The default username is the current unix user (if left blank
5336                 from gtk prefs or config file).
5337                 - commented out some unused code (notebook widget), removed unused
5338                 layout (hbox1).
5339                 - make more widgets sensitive to the transport type.
5340
5341 2006-02-27 [colin]      2.0.0cvs85
5342
5343         * src/plugins/spamassassin/spamassassin.c
5344                 Fix sa-learn call when offline
5345
5346 2006-02-27 [colin]      2.0.0cvs84
5347
5348         * configure.ac
5349         * src/Makefile.am
5350         * src/mainwindow.c
5351         * src/mainwindow.h
5352         * src/messageview.c
5353         * src/messageview.h
5354         * src/prefs_toolbar.c
5355         * src/procmsg.c
5356         * src/stock_pixmap.c
5357         * src/stock_pixmap.h
5358         * src/summaryview.c
5359         * src/toolbar.c
5360         * src/toolbar.h
5361         * src/pixmaps/ham_btn.xpm
5362         * src/pixmaps/spam.xpm
5363         * src/pixmaps/spam_btn.xpm
5364         * src/plugins/spamassassin/spamassassin.c
5365                 Add button in toolbar for spam learning
5366                 Fix a few bugs from the last related commit
5367                 Revert 1.9.6cvs23 which messed up shift-selection
5368
5369 2006-02-24 [colin]      2.0.0cvs83
5370
5371         * src/procmsg.c
5372         * src/summaryview.c
5373         * src/summaryview.h
5374         * src/plugins/spamassassin/spamassassin.c
5375         * src/plugins/spamassassin/spamassassin.h
5376         * src/plugins/spamassassin/spamassassin_gtk.c
5377                 Unregister learner when spamassassin is either
5378                 disabled or over tcp
5379
5380 2006-02-24 [colin]      2.0.0cvs82
5381
5382         * src/Makefile.am
5383         * src/mainwindow.c
5384         * src/mainwindow.h
5385         * src/procmsg.c
5386         * src/procmsg.h
5387         * src/stock_pixmap.c
5388         * src/stock_pixmap.h
5389         * src/summaryview.c
5390         * src/summaryview.h
5391         * src/gtk/icon_legend.c
5392         * src/pixmaps/spam.xpm  ** NEW FILE **
5393         * src/plugins/spamassassin/spamassassin.c
5394         * src/plugins/spamassassin/spamassassin_gtk.c
5395                 Add spam learning interface (Mark/Mark as 
5396                 (spam|ham) menus)
5397
5398 2006-02-24 [wwp]        2.0.0cvs81
5399
5400         * src/compose.c
5401         * src/compose.h
5402         * src/filtering.c
5403                 hide compose window when sending message in batch mode
5404                 (filtering: forward and redirect). Also fixed a wrong
5405                 value returned when sending failed, neutral anyway.
5406                 (Colin, me) 
5407
5408 2006-02-24 [wwp]        2.0.0cvs80
5409
5410         * src/mainwindow.c
5411                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5412
5413 2006-02-24 [paul]       2.0.0cvs79
5414
5415         * src/news.c
5416         * src/news.h
5417         * src/news_gtk.c
5418                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5419                 Thanks to Colin
5420
5421 2006-02-23 [colin]      2.0.0cvs78
5422
5423         * src/alertpanel.c
5424                 Change OK to Close in alertpanel with View log
5425                 button; add accel to View log. Patch by Fabien
5426                 Vantard
5427
5428 2006-02-23 [wwp]        2.0.0cvs77
5429
5430         * src/compose.c
5431                 silly me, there were much more tests to perform, since toolbars can
5432                 really have down to 1 element only.
5433
5434 2006-02-23 [wwp]        2.0.0cvs76
5435
5436         * commitHelper
5437                 fixed indentation from my previous commit. Fallback to VISUAL if
5438                 EDITOR is not set (and to vi, at last resort).
5439
5440 2006-02-23 [wwp]        2.0.0cvs75
5441
5442         * commitHelper
5443                 improved error detection (Colin, me).
5444
5445 2006-02-23 [wwp]        2.0.0cvs74
5446
5447         * src/prefs_toolbar.c
5448                 simplify and fix prefs/toolbars layouting. Combos' contents can
5449                 now be really displayed.
5450
5451 2006-02-23 [wwp]        2.0.0cvs73
5452         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5453         be really displayed.
5454
5455 2006-02-22 [wwp]        2.0.0cvs72
5456
5457         * src/compose.c
5458                 fix a typo in my previous commit (sorry!).
5459
5460 2006-02-22 [wwp]        2.0.0cvs71
5461
5462         * src/prefs_toolbar.c
5463                 fix a crash when adding separators to toolbars,
5464                 also fix some separator item information.
5465
5466 2006-02-22 [wwp]        2.0.0cvs70
5467
5468         * src/compose.c
5469                 fix a crash when redirecting (for instance) when compose window's
5470                 toolbar contents has been customized (when some buttons have been
5471                 removed in fact).
5472
5473 2006-02-21 [wwp]        2.0.0cvs69
5474
5475         * src/summaryview.c
5476         * src/gtk/pluginwindow.c
5477         * src/plugins/pgpcore/prefs_gpg.c
5478                 fix some compilation warnings (feat. remains of removed code).
5479
5480 2006-02-21 [wwp]        2.0.0cvs68
5481
5482         * src/gtk/gtkutils.c
5483                 fix two compilation issues, thanks to Stephan Sachse.
5484
5485 2006-02-20 [colin]      2.0.0cvs67
5486
5487         * src/mainwindow.c
5488                 Don't reselect displayed mail on refocus
5489                 This fixes actions misbehaving 
5490
5491 2006-02-20 [wwp]        2.0.0cvs66
5492
5493         * src/summaryview.c
5494         * src/gtk/gtksctree.c
5495         * src/gtk/gtkshruler.c
5496                 changed more runtime typecast checks.
5497
5498 2006-02-20 [wwp]        2.0.0cvs65
5499
5500         * src/summary_search.c
5501                 find all - summaryview refresh issue fixed, thanks to Colin.
5502
5503 2006-02-20 [wwp]        2.0.0cvs64
5504
5505         * src/gtk/gtkutils.c
5506                 better runtime typecast checks.
5507
5508 2006-02-20 [wwp]        2.0.0cvs63
5509
5510         * src/summary_search.c
5511                 enhancements to the summary search:
5512                         - add the ability to stop the running search
5513                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5514                         - don't search if no criteria (From/To/Subject/Body) is set
5515                         - ensure that a busy mouse pointer is always shown when searching,
5516                           show it even a bit earlier
5517
5518 2006-02-19 [colin]      2.0.0cvs62
5519
5520         * src/compose.c
5521         * src/imap.c
5522         * src/etpan/imap-thread.c
5523         * src/etpan/imap-thread.h
5524                 (Future) IMAP speed improvement on sending
5525                 Will require a libetpan update
5526         * src/summaryview.c
5527         * src/gtk/quicksearch.c
5528                 Make quicksearch clearable while running.
5529
5530 2006-02-17 [colin]      2.0.0cvs61
5531
5532         * src/imap.c
5533         * src/etpan/imap-thread.c
5534         * src/etpan/imap-thread.h
5535                 Check for IMAP certificates
5536                 ** Requires libetpan-0.42-cvs4 
5537                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5538
5539 2006-02-17 [colin]      2.0.0cvs60
5540
5541         * src/messageview.c
5542         * src/prefs_common.c
5543         * src/prefs_common.h
5544         * src/prefs_message.c
5545                 Add pref to display HTML-only mails with plugin, 
5546                 if possible (defaulting to FALSE of course).
5547
5548 2006-02-16 [colin]      2.0.0cvs59
5549
5550         * src/main.c
5551         * src/common/plugin.c
5552         * src/common/plugin.h
5553         * src/gtk/pluginwindow.c
5554                 Keep track of requested (but unloaded) plugins
5555                 in some error cases.
5556
5557 2006-02-16 [wwp]        2.0.0cvs58
5558
5559         * src/gtk/gtkaspell.c
5560         * src/gtk/gtkaspell.h
5561         * src/prefs_spelling.c
5562         * src/compose.c
5563         * src/prefs_common.c
5564         * src/prefs_common.h
5565                 implemented new optional spellchecker behaviour: re-check message when
5566                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5567
5568 2006-02-16 [wwp]        2.0.0cvs57
5569
5570         * src/quote_fmt_parse.y
5571                 pclose popen'ed pipe.
5572
5573 2006-02-15 [colin]      2.0.0cvs56
5574
5575         * src/mimeview.c
5576         * src/mimeview.h
5577                 Let MimeViewers know which MimeView they
5578                 depend of.
5579         * src/summaryview.c
5580                 Swap From/To columns in Sent/Queue/Drafts
5581                 folders
5582         * src/etpan/imap-thread.c
5583                 Use mailstream_low_tls_open() for STARTTLS
5584                 instead of mailstream_low_ssl_open()
5585                 ** REQUIRES libetpan 0.42cvs3 **
5586
5587 2006-02-15 [wwp]        2.0.0cvs55
5588
5589         * src/compose.c
5590         * src/compose.h
5591         * src/message_search.c
5592         * src/message_search.h
5593         * src/textview.c
5594         * src/gtk/gtkutils.c
5595         * src/gtk/gtkutils.h
5596                 added the ability to Find text in the compose window (and a bit
5597                 of code factorization).
5598
5599 2006-02-15 [wwp]        2.0.0cvs54
5600
5601         * src/prefs_gtk.c
5602                 yet another one file was missing (fix for some widgets' sensitivity).
5603                 Thanks Colin!
5604
5605 2006-02-15 [wwp]        2.0.0cvs53
5606
5607         * src/prefs_gtk.h
5608                 oops forgot that file (fix for some widgets' sensitivity).
5609
5610 2006-02-15 [wwp]        2.0.0cvs52
5611
5612         * src/summary_search.c
5613                 implemented advanced summary search options (added the ability
5614                 to use matcher conditions in an advanced search mode).
5615
5616 2006-02-15 [wwp]        2.0.0cvs51
5617
5618         * src/plugins/pgpcore/prefs_gpg.c
5619         * src/prefs_account.c
5620                 fix some widget sensitivity, mostly around some labels in
5621                 account prefs.
5622
5623 2006-02-15 [paul]       2.0.0cvs50
5624
5625         * manual/advanced.xml
5626                 improve Templates info
5627                 written by wwp
5628
5629 2006-02-14 [colin]      2.0.0cvs49
5630
5631         * src/pixmaps/address_book.xpm
5632         * src/pixmaps/preferences.xpm
5633         * src/pixmaps/properties.xpm
5634                 Fix pixmap size - patch by Fabien Vantard
5635
5636 2006-02-13 [colin]      2.0.0cvs48
5637
5638         * src/procmime.c
5639                 Add missing fclose()s on error
5640         * src/textview.c
5641                 Remove unused code
5642         * src/common/utils.c
5643                 Fix temp files not being deleted on windows
5644         Patches by Thomas Gilgin
5645
5646 2006-02-13 [colin]      2.0.0cvs47
5647
5648         * src/mainwindow.c
5649                 Fix exit crash
5650
5651 2006-02-13 [wwp]        2.0.0cvs46
5652
5653         * src/plugins/pgpcore/prefs_gpg.c
5654                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5655
5656 2006-02-12 [colin]      2.0.0cvs45
5657
5658         * src/folderview.c
5659         * src/main.c
5660         * src/mainwindow.c
5661                 Fix "stuff" when quitting
5662
5663 2006-02-12 [wwp]        2.0.0cvs44
5664
5665         * src/prefs_themes.c
5666                 fix typos in debug messages.
5667
5668 2006-02-11 [colin]      2.0.0cvs43
5669
5670         * src/summaryview.c
5671                 don't allow drag/drop from ourself
5672
5673 2006-02-10 [wwp]        2.0.0cvs42
5674
5675         * src/exporthtml.c
5676         * src/html.c
5677         * src/html.h
5678         * src/procmime.c
5679         * src/textview.c
5680                 renamed html_ prefixed functions and data structures to avoid
5681                 namespace clashes w/ other software (gtkhtml2 for instance).
5682                 Closes bug #907.
5683
5684
5685 2006-02-09 [colin]      2.0.0cvs41
5686
5687         * src/summaryview.c
5688                 Fix shitty logic messed up. Thanks Ticho for the hint!
5689
5690 2006-02-09 [wwp]        2.0.0cvs40
5691
5692         * src/gtk/about.c
5693         * src/compose.c
5694         * src/prefs_account.c
5695         * src/prefs_gtk.h
5696         * src/editaddress.c
5697                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5698                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5699                 Browse buttons in accounts prefs.
5700
5701 2006-02-09 [colin]      2.0.0cvs39
5702
5703         * src/matcher.c
5704                 Check for pointer before using its members
5705         * src/gtk/gtksourceprintjob.c
5706                 Fix a wrong warning
5707
5708 2006-02-09 [wwp]        2.0.0cvs38
5709
5710         * src/gtk/filesel.c
5711                 fix few compiler warnings (type mismatch).
5712
5713 2006-02-09 [paul]       2.0.0cvs37
5714
5715         * po/fr.po
5716                 updated by Fabien Vantard
5717
5718 2006-02-08 [colin]      2.0.0cvs36
5719
5720         * src/prefs_common.c
5721         * src/common/defs.h
5722         * src/common/plugin.c
5723                 allow windows and linux configurations to coexist
5724                 patch by Thomas Gilgin
5725
5726 2006-02-08 [colin]      2.0.0cvs35
5727
5728         * src/filtering.c
5729         * src/matcher.c
5730         * src/matcher.h
5731         * src/matcher_parser_parse.y
5732         * src/prefs_filtering_action.c
5733         * src/prefs_matcher.c
5734                 Add the "Ignore thread" filtering
5735                 action
5736
5737 2006-02-08 [colin]      2.0.0cvs34
5738
5739         * src/compose.c
5740         * src/procmime.c
5741         * src/procmime.h
5742                 Fix bug #905 (damaged attachment)
5743                 text files with raw \0's aren't really text files
5744         FOR_STABLE
5745
5746 2006-02-08 [colin]      2.0.0cvs33
5747
5748         * src/summaryview.c
5749                 Fix crasher introduced yesterday
5750
5751 2006-02-08 [wwp]        2.0.0cvs32
5752
5753         * src/compose.c
5754         * src/compose.h
5755                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5756
5757 2006-02-08 [wwp]        2.0.0cvs31
5758
5759         * src/prefs_template.c
5760                 templates enhancement: allow address completion for Cc and Bcc fields
5761                 (it was currently possible for the To field only)
5762
5763 2006-02-08 [colin]      2.0.0cvs30
5764
5765         * src/compose.c
5766                 Don't unblock if not blocked
5767         FOR_STABLE
5768
5769 2006-02-07 [colin]      2.0.0cvs29
5770
5771         * src/action.c
5772                 Forgot to refresh summaryview
5773
5774 2006-02-07 [colin]      2.0.0cvs28
5775
5776         * src/action.c
5777                 Freeze/thaw message list and folder list while
5778                 processing %as{} actions 
5779         * src/compose.c
5780                 Fix auto-wrap disabling after a middle-click
5781                 paste - FOR_STABLE
5782
5783 2006-02-07 [paul]       2.0.0cvs27
5784
5785         * src/folder.c
5786                 fix freeing of uninitialised pointers
5787                 Thanks to Colin
5788
5789 2006-02-06 [colin]      2.0.0cvs26
5790
5791         * src/folder.c
5792                 Use g_slist_prepend in potentially big list
5793
5794 2006-02-06 [colin]      2.0.0cvs25
5795
5796         * src/folder.c
5797                 Completely skip processing if it doesn't 
5798                 exist (faster!)
5799
5800 2006-02-06 [colin]      2.0.0cvs24
5801
5802         * src/folder.c
5803         * src/summaryview.c
5804                 Batch filtering in summaryview (from Tools menu)
5805                 and pre/post//-processing too
5806
5807 2006-02-06 [colin]      2.0.0cvs23
5808
5809         * src/procmsg.h
5810         * src/filtering.c
5811                 Use a special field for batch filtering instead
5812                 of stepping on deferred execution's toes
5813
5814 2006-02-06 [colin]      2.0.0cvs22
5815
5816         * src/action.c
5817         * src/filtering.c
5818         * src/filtering.h
5819         * src/folder.c
5820         * src/summaryview.c
5821                 Fix filtering via menus and actions
5822
5823 2006-02-06 [colin]      2.0.0cvs21
5824
5825         * src/imap.c
5826                 Put the added file directly to cache if possible (will work
5827                 with next libetpan)
5828         * src/filtering.c
5829         * src/filtering.h
5830         * src/inc.c
5831         * src/folder.c
5832         * src/mbox.c
5833         * src/procmsg.h
5834                 Move and copy filtered messages by batches instead of one
5835                 by one - faster on IMAP
5836         * src/procmsg.c
5837                 Add a function that'll possibly be useful later
5838
5839 2006-02-06 [colin]      2.0.0cvs20
5840
5841         * src/addressbook.c
5842                 Use internal mime-type instead of text/plain for d'n'd
5843         * src/compose.c
5844                 Allow attaching files from mimeview's icon list via d'n'd
5845         * src/folderview.c
5846         * src/folderview.h
5847                 Use internal mime-type instead of text/plain for d'n'd
5848                 Don't try to selected opened folder if none is
5849                 Factorize d'n'd from other apps code
5850         * src/headerview.c
5851         * src/textview.c
5852         * src/gtk/gtkutils.c
5853         * src/gtk/gtkutils.h
5854                 Factorize Face/X-Face stuff
5855         * src/mimeview.c
5856                 Fix d'n'd to other apps
5857         * src/prefs_message.c
5858                 Let the XFace pref be usable without libcompface as it also
5859                 applies to Face
5860         * src/summaryview.c
5861                 Fix d'n'd to other apps
5862                 Factorize d'n'd from other apps code
5863
5864 2006-02-06 [wwp]        2.0.0cvs19
5865
5866         * po/it.po
5867                 Italian translation fixes by Andrea Spadaccini (no more confusion
5868                 between filtering and processing, and few changes in the About
5869                 dialog).
5870
5871
5872 2006-02-06 [mones]      2.0.0cvs18
5873
5874         * src/gtk/icon_legend.c
5875                 Improved descriptions allowing better translations
5876
5877 2006-02-05 [colin]      2.0.0cvs17
5878
5879         * src/imap.c
5880                 Add the f*cking missing expunge that caused imap_fetch_env
5881                 to fail after an add_msgs ! :-///
5882         * src/etpan/imap-thread.c
5883                 Add a bit of debug
5884         FOR_STABLE
5885
5886 2006-02-05 [colin]      2.0.0cvs16
5887
5888         * src/common/utils.c
5889                 Don't check for return-path (or we can't put
5890                 back non-sent mails)
5891
5892 2006-02-05 [colin]      2.0.0cvs15
5893
5894         * src/textview.c
5895                 Don't try to display Face header in textview
5896                 when teh headerview's active
5897
5898 2006-02-05 [colin]      2.0.0cvs14
5899
5900         * tools/tbird2syl.py
5901         * tools/Makefile.am
5902                 Add script to import Thunderbird mails
5903
5904 2006-02-05 [colin]      2.0.0cvs13
5905
5906         * src/headerview.c
5907         * src/procheader.c
5908         * src/procmsg.c
5909         * src/procmsg.h
5910         * src/textview.c
5911                 Show Face headers - patch partially by Klaus Flittner
5912
5913 2006-02-05 [colin]      2.0.0cvs12
5914
5915         * src/folderview.c
5916         * src/summaryview.c
5917         * src/common/utils.c
5918         * src/common/utils.h
5919                 Let dnd work from mime icons to summaryview
5920                 and to folderview too
5921                 Add a crude test to avoid trying to add files
5922                 drag'n'dropped when they're not mails
5923
5924 2006-02-04 [colin]      2.0.0cvs11
5925
5926         * src/summaryview.c
5927         * src/mimeview.c
5928                 Fix utf8 conversion
5929
5930 2006-02-04 [colin]      2.0.0cvs10
5931
5932         * src/compose.c
5933         * src/folderview.c
5934         * src/mimeview.c
5935         * src/summaryview.c
5936         * src/summaryview.h
5937                 Added various drag and drop capas:
5938                 From                    To
5939                 summaryview             other apps
5940                 mimeview icons          other apps
5941                 other apps              summaryview
5942                 other apps              folderview
5943
5944                 This shouldn't have broken the existing:
5945                 From                    To
5946                 summaryview             folderview
5947                 folderview              folderview
5948                 summaryview             compose's attachments
5949
5950         Tests welcomed.
5951
5952 2006-02-02 [paul]       2.0.0cvs9
5953
5954         * src/mainwindow.c
5955                 move global option 'Set displayed columns...' out
5956                 of folder option grouping.
5957                 fix sensitivity of 'harvest addresses'
5958         FOR_STABLE
5959
5960 2006-02-01 [colin]      2.0.0cvs8
5961
5962         * src/mimeview.c
5963                 Revert the alertpanel patch, it sucks (intrusive
5964                 and gets in the way of "open")
5965
5966 2006-02-01 [colin]      2.0.0cvs7
5967
5968         * src/compose.c
5969         * src/prefs_account.c
5970         * src/prefs_common.c
5971         * src/common/defs.h
5972         * src/common/utils.c
5973         * src/common/utils.h
5974                 Add ability to edit the signature file
5975                 from the account preferences, and use
5976                 a default for the text editor.
5977                 Patch by Fabien Vantard
5978
5979 2006-02-01 [colin]      2.0.0cvs6
5980
5981         * src/mimeview.c
5982                 Try to get mime type by extension if it is
5983                 application/octet-stream
5984                 Display a window with possible choices when
5985                 encountering unknown mime types
5986         * src/gtk/filesel.c
5987         * src/gtk/filesel.h
5988                 Add preview
5989                 Allow multiple selection in filtered filesel
5990                 (patch by Fabien Vantard)
5991         * src/gtk/pluginwindow.c
5992                 Use it (patch by Fabien Vantard)
5993
5994 2006-02-01 [paul]       2.0.0cvs5
5995
5996         * src/jpilot.c
5997                 fix crash on creating jpilot address book
5998                 Thanks to Colin - FOR_STABLE
5999         * src/prefs_summaries.c
6000         * src/prefs_wrapping.c
6001         * src/gtk/icon_legend.c
6002         * src/gtk/quicksearch.c
6003                 string fixes and additions
6004
6005 2006-02-01 [paul]       2.0.0cvs4
6006
6007         * src/compose.c
6008         * src/mainwindow.c
6009         * src/messageview.c
6010         * src/prefs_send.c
6011                 add Arabic encoding option
6012                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6013
6014 2006-01-31 [colin]      2.0.0cvs3
6015
6016         * src/plugins/pgpcore/passphrase.c
6017                 Convert passphrase to locale encoding
6018         * src/compose.c
6019                 Fix drafting on IMAP. Crappy bug sneaked in
6020                 the release :-/
6021         FOR_STABLE
6022
6023 2006-01-30 [paul]       2.0.0cvs2
6024
6025         * src/gtk/icon_legend.c
6026                 show the new entries
6027
6028 2006-01-30 [colin]      2.0.0cvs1
6029
6030         * src/manual.c
6031                 Check for the file to be present before 
6032                 enabling the menu - FOR_STABLE
6033         * src/gtk/icon_legend.c
6034                 Add folders icons (not all of them, there
6035                 are too much, but the most intriguing ones)
6036
6037 2006-01-30 [paul]       2.0.0
6038
6039         version 2.0.0 released
6040
6041 2006-01-30 [paul]       1.9.100cvs200
6042
6043         * manual/faq.xml
6044         * manual/gpl.xml
6045         * manual/intro.xml
6046         * manual/starting.xml
6047         * manual/sylpheed-claws-manual.xml
6048                 fixes, additions
6049
6050 2006-01-29 [mones]      1.9.100cvs199
6051
6052         * manual/account.xml
6053         * manual/advanced.xml
6054         * manual/glossary.xml
6055                 Some typos fixed, added LDIF term to glossary
6056         * po/es.po
6057                 Fixed leading plus symbol
6058
6059 2006-01-29 [paul]       1.9.100cvs198
6060
6061         * po/fi.po
6062         * po/sk.po
6063                 updated by Tommi Pirinen and Andrej Kacian
6064
6065 2006-01-29 [paul]       1.9.100cvs197
6066
6067         * src/gtk/authors.h
6068                 remove duplicates
6069
6070 2006-01-29 [paul]       1.9.100cvs196
6071
6072         * AUTHORS
6073         * po/nl.po
6074         * src/gtk/authors.h
6075         * tools/claws.i18n.status.pl
6076                 nl translation updated by Tim Dijkstra
6077
6078 2006-01-29 [paul]       1.9.100cvs195
6079
6080         * po/sr.po
6081         * po/sv.po
6082                 updated by Aleksandar Urosevic and Anders Troback
6083
6084 2006-01-28 [colin]      1.9.100cvs194
6085
6086         * src/gtk/gtksourceprintjob.c
6087                 Don't fiddle with PangoLayout when we
6088                 have an image
6089
6090 2006-01-28 [paul]       1.9.100cvs193
6091
6092         * AUTHORS
6093         * po/el.po
6094         * po/zh_CN.po
6095         * src/gtk/authors.h
6096         * tools/claws.i18n.status.pl
6097                 updated translations submitted by Stavros Giannouris
6098                 and Ralgh Young
6099
6100 2006-01-27 [colin]      1.9.100cvs192
6101
6102         * src/summaryview.c
6103         * src/gtk/gtksourceprintjob.c
6104                 Add image printing 
6105                 (libgnomeprint only, of course)
6106
6107 2006-01-27 [paul]       1.9.100cvs191
6108
6109         * po/fr.po
6110         * po/it.po
6111                 updated by Fabien Vantard and Andrea Spadaccini
6112
6113 2006-01-26 [colin]      1.9.100cvs190
6114
6115         * manual/Makefile.am
6116         * configure.ac
6117                 Make building the manual optional 
6118                 (--disable-manual)
6119
6120 2006-01-26 [paul]       1.9.100cvs189
6121
6122         * manual/glossary.xml
6123         * manual/plugins.xml
6124                 edited
6125         * po/en_GB.po
6126                 updated
6127
6128 2006-01-26 [paul]       1.9.100cvs188
6129
6130         * src/prefs_display_header.c
6131         * src/prefs_folder_column.c
6132         * src/prefs_msg_colors.c
6133         * src/prefs_summaries.c
6134         * src/prefs_summary_column.c
6135                 HIGify
6136
6137 2006-01-25 [colin]      1.9.100cvs187
6138
6139         * src/imap.c
6140                 Don't allow moving/copying mails between
6141                 queue/drafts and non-queue/drafts folders
6142                 Fixes bug #897 (message header is resetted 
6143                 if one is copied to Drafts)
6144
6145 2006-01-25 [colin]      1.9.100cvs186
6146
6147         * src/folder.c
6148         * src/mainwindow.c
6149                 Fix subscribed folders not found
6150         * src/compose.c
6151                 Don't try to encode as original mail's charset
6152                 if it's ascii 
6153
6154 2006-01-25 [paul]       1.9.100cvs185
6155
6156         * AUTHORS
6157         * po/Makevars
6158                 updated
6159         * po/de.po
6160         * po/pl.po
6161         * po/pt_BR.po
6162         * po/sr.po
6163                 updates submitted by Stephan Sachse, Emilian Nowak
6164                 and Quar, Frederico Goncalves Guimaraes, and
6165                 Aleksandar Urosevic
6166                 Fix Bug 896, 'PT_BR locale broken'.
6167         * src/gtk/authors.h
6168                 updated
6169
6170 2006-01-24 [mones]      1.9.100cvs184
6171
6172         * manual/glossary.xml
6173                 All current terms finished. Reviewers welcome ;-)
6174         * manual/keyboard.xml
6175                 Fixed column width for pdf output.
6176         * po/es.po
6177                 Updated
6178
6179 2006-01-24 [paul]       1.9.100cvs183
6180
6181         * manual/glossary.xml
6182                 fix id name
6183         * manual/dist/html/Makefile.am
6184         * manual/dist/pdf/Makefile.am
6185         * manual/dist/ps/Makefile.am
6186         * manual/dist/txt/Makefile.am
6187                 fix make deps
6188                 Thanks to Colin
6189
6190 2006-01-24 [mones]      1.9.100cvs182
6191
6192         * manual/glossary.xml
6193                 Nearly finished, some terms missing.
6194
6195 2006-01-23 [paul]       1.9.100cvs181
6196
6197         * manual/dist/html/Makefile.am
6198         * manual/dist/pdf/Makefile.am
6199         * manual/dist/ps/Makefile.am
6200         * manual/dist/txt/Makefile.am
6201         * src/mainwindow.c
6202                 re-enable manual
6203                 Thanks to Colin
6204
6205 2006-01-22 [colin]      1.9.100cvs180
6206
6207         * src/compose.c
6208         * src/gtk/gtkaspell.c
6209                 Don't deselect stuff before right-clicking, with aspell.
6210                 (This prevented right-click Copy, for example).
6211                 Thanks to Clo!
6212
6213 2006-01-22 [paul]       1.9.100cvs179
6214
6215         * src/summary_search.c
6216                 don't fix the widget size as it causes problems
6217                 under localisation.
6218                 Thanks to Emilian Nowak
6219
6220 2006-01-21 [paul]       1.9.100cvs178
6221
6222         * src/prefs_themes.c
6223                 fix broken underlining of label text
6224                 with some translations
6225
6226 2006-01-21 [colin]      1.9.100cvs177
6227
6228         * po/fr.po
6229                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6230
6231 2006-01-20 [colin]      1.9.100cvs176
6232
6233         * configure.ac
6234         * Makefile.am
6235         * manual/Makefile
6236         * manual/dist/html/.cvsignore
6237         * manual/dist/html/Makefile.am
6238         * manual/dist/pdf/.cvsignore
6239         * manual/dist/pdf/Makefile.am
6240         * manual/dist/ps/.cvsignore
6241         * manual/dist/ps/Makefile.am
6242         * manual/dist/txt/.cvsignore
6243         * manual/dist/txt/Makefile.am
6244                 Autotool-ize manual
6245
6246 2006-01-20 [paul]       1.9.100cvs175
6247
6248         * manual/handling.xml
6249                 make Filtering and Searching entries easier to find
6250         * manual/keyboard.xml
6251                 add the remaining default keybinds
6252         * src/prefs_summaries.c
6253                 update the default keybinds
6254
6255 2006-01-20 [paul]       1.9.100cvs174
6256
6257         * src/addressbook.c
6258         * src/addrgather.c
6259         * src/addrharvest.c
6260         * src/editaddress.c
6261         * src/editgroup.c
6262         * src/exphtmldlg.c
6263         * src/expldifdlg.c
6264         * src/exporthtml.c
6265         * src/exportldif.c
6266         * src/ldif.c
6267                 replace 'e-mail' with 'email'
6268         * src/summary_search.c
6269                 add mnemonic to "Find all" button
6270
6271 2006-01-20 [wwp]        1.9.100cvs173
6272
6273         * src/export.c
6274         * src/import.c
6275                 touched mbox import/export buttons for HIG-compliance
6276
6277 2006-01-19 [paul]       1.9.100cvs172
6278
6279         * manual/account.xml
6280         * manual/addrbook.xml
6281         * manual/advanced.xml
6282         * manual/faq.xml
6283         * manual/handling.xml
6284         * manual/intro.xml
6285         * manual/plugins.xml
6286         * manual/starting.xml
6287                 more editing
6288
6289 2006-01-19 [paul]       1.9.100cvs171
6290
6291         * src/toolbar.c
6292                 allow use of trash button while receiving
6293                 Thanks to Colin
6294
6295 2006-01-19 [wwp]        1.9.100cvs170
6296
6297         * src/gtk/quicksearch.c
6298         * src/compose.c
6299                 force text color to black when yellow background is set
6300
6301 2006-01-19 [colin]      1.9.100cvs169
6302
6303         * src/plugins/trayicon/trayicon.c
6304                 Gray out Get Mail when already getting mail
6305
6306 2006-01-18 [paul]       1.9.100cvs168
6307
6308         * src/compose.c
6309                 give widget yellow background was To is
6310                 set via folder prefs
6311         * src/gtk/quicksearch.c
6312                 give widget yellow background when quick
6313                 search is active.
6314                 Thanks to Colin
6315
6316 2006-01-18 [paul]       1.9.100cvs167
6317
6318         * doc/man/sylpheed-claws.1
6319                 add --subscribe option
6320
6321 2006-01-18 [paul]       1.9.100cvs166
6322
6323         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6324         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6325                 use %U instead of %F (%F is broken for user installed
6326                 files in kde 3.5)
6327
6328 2006-01-18 [colin]      1.9.100cvs165
6329
6330         * src/summaryview.c
6331                 Default to Yes in "No more * messages" dialogs
6332
6333 2006-01-17 [colin]      1.9.100cvs164
6334
6335         * src/compose.c
6336                 Possibly fix an invalid iterator causing
6337                 crash
6338
6339 2006-01-17 [colin]      1.9.100cvs163
6340
6341         * src/mimeview.c
6342                 Fix crash when the image disappears under the
6343                 image viewer
6344
6345 2006-01-16 [colin]      1.9.100cvs162
6346
6347         * src/compose.c
6348                 Fix reenabling autowrap
6349
6350 2006-01-16 [colin]      1.9.100cvs161
6351
6352         * src/compose.c
6353                 reset quote_len before getting quote_str
6354
6355 2006-01-16 [colin]      1.9.100cvs160
6356
6357         * src/account.c
6358         * src/account.h
6359         * src/folder.c
6360         * src/imap_gtk.c
6361         * src/mh_gtk.c
6362                 Fix bug #883 (default inbox does not track folder move)
6363
6364 2006-01-16 [colin]      1.9.100cvs159
6365
6366         * src/compose.c
6367         * src/plugins/pgpcore/passphrase.c
6368                 More buttons fixes
6369
6370 2006-01-16 [paul]       1.9.100cvs158
6371
6372         * src/prefs_actions.c
6373         * src/prefs_filtering_action.c
6374         * src/prefs_matcher.c
6375         * src/quote_fmt.c
6376         * src/gtk/description_window.c
6377         * src/gtk/description_window.h
6378         * src/gtk/quicksearch.c
6379                 description window cleanups
6380
6381 2006-01-15 [colin]      1.9.100cvs157
6382
6383         * src/addressbook.c
6384         * src/prefs_filtering.c
6385                 Same here
6386
6387 2006-01-15 [colin]      1.9.100cvs156
6388
6389         * src/folderview.c
6390         * src/mainwindow.c
6391                 Same for "Empty trash"
6392
6393 2006-01-15 [colin]      1.9.100cvs155
6394
6395         * src/inc.c
6396                 Override offline dialog had Yes by default
6397
6398 2006-01-15 [colin]      1.9.100cvs154
6399
6400         * src/summaryview.c
6401                 Delete selected messages? previously had Yes the default
6402
6403 2006-01-15 [colin]      1.9.100cvs153
6404
6405         * src/folder.c
6406         * src/folder.h
6407         * src/main.c
6408                 Check if a mailbox is loaded after all
6409                 plugins are loaded.
6410
6411 2006-01-15 [colin]      1.9.100cvs152
6412
6413         * src/folder.c
6414                 Don't start wizard when there are unloaded folders (will help
6415                 people with only mbox or maildir mailboxes)
6416
6417 2006-01-14 [colin]      1.9.100cvs151
6418
6419         * src/addressbook.c
6420         * src/expldifdlg.c
6421         * src/importldif.c
6422         * src/importmutt.c
6423         * src/importpine.c
6424         * src/mh_gtk.c
6425                 More HIG compliance and fixes
6426
6427 2006-01-14 [colin]      1.9.100cvs150
6428
6429         * src/prefs_filtering_action.c
6430         * src/foldersel.c
6431                 Two forgotten button order changes
6432
6433 2006-01-14 [colin]      1.9.100cvs149
6434
6435         * src/account.c
6436         * src/addressbook.c
6437         * src/compose.c
6438         * src/folderview.c
6439         * src/imap_gtk.c
6440         * src/mainwindow.c
6441         * src/mh_gtk.c
6442         * src/news_gtk.c
6443         * src/prefs_actions.c
6444         * src/prefs_customheader.c
6445         * src/prefs_filtering.c
6446         * src/prefs_matcher.c
6447         * src/prefs_template.c
6448         * src/ssl_manager.c
6449         * src/summaryview.c
6450         * src/textview.c
6451         * src/toolbar.c
6452                 All deletion confirmations are now "Cancel, Delete" 
6453                 instead of "No, Yes"
6454                 Clarified most of the other "No, Yes" to 
6455                 "Cancel, Descriptive_action"
6456                 Rechanged the "Entry not saved" alerts to have 
6457                 "Close, Continue editing"
6458
6459
6460 2006-01-14 [paul]
6461
6462         * 2.0.0-rc4 released
6463
6464 2006-01-14 [paul]       1.9.100cvs148
6465
6466         * src/account.c
6467         * src/addressadd.c
6468         * src/addressbook.c
6469         * src/compose.c
6470         * src/editaddress.c
6471         * src/editbook.c
6472         * src/editgroup.c
6473         * src/editjpilot.c
6474         * src/editldap.c
6475         * src/editvcard.c
6476         * src/exphtmldlg.c
6477         * src/expldifdlg.c
6478         * src/folderview.c
6479         * src/grouplistdialog.c
6480         * src/imap_gtk.c
6481         * src/importmutt.c
6482         * src/importpine.c
6483         * src/inc.c
6484         * src/main.c
6485         * src/mainwindow.c
6486         * src/message_search.c
6487         * src/messageview.c
6488         * src/mh_gtk.c
6489         * src/mimeview.c
6490         * src/news_gtk.c
6491         * src/prefs_actions.c
6492         * src/prefs_customheader.c
6493         * src/prefs_filtering.c
6494         * src/prefs_matcher.c
6495         * src/prefs_template.c
6496         * src/prefs_themes.c
6497         * src/ssl_manager.c
6498         * src/summary_search.c
6499         * src/summaryview.c
6500         * src/textview.c
6501         * src/toolbar.c
6502         * src/gtk/foldersort.c
6503         * src/gtk/gtkaspell.c
6504         * src/gtk/inputdialog.c
6505         * src/gtk/prefswindow.c
6506         * src/plugins/pgpcore/select-keys.c
6507         * src/plugins/trayicon/trayicon.c
6508                 HIG compliant button order
6509
6510 2006-01-14 [mones]      1.9.100cvs147
6511
6512         * po/es.po
6513                 Updated translation
6514
6515 2006-01-13 [paul]       1.9.100cvs146
6516
6517         * AUTHORS
6518         * ChangeLog
6519         * src/gtk/authors.h
6520                 add Joshua M. Kwan to contributors list
6521
6522 2006-01-13 [colin]      1.9.100cvs145
6523
6524         * src/gtk/quicksearch.c
6525                 Don't refocus quick search after executing (Esc or Enter)
6526                 Allows to '/'search something then move up/down in 
6527                 summaryview, and to Esc a search and be back in the 
6528                 summaryview
6529
6530 2006-01-13 [paul]       1.9.100cvs144
6531
6532         * src/plugins/pgpinline/pgpinline.c
6533                 support Content-Type 'application/pgp'
6534                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6535
6536 2006-01-13 [paul]       1.9.100cvs143
6537
6538         * manual/account.xml
6539                 make mention of partial retrieval
6540                 thanks to Colin
6541
6542 2006-01-13 [paul]       1.9.100cvs142
6543
6544         * src/account.c
6545         * src/account.h
6546         * src/action.c
6547         * src/action.h
6548         * src/adbookbase.h
6549         * src/addr_compl.c
6550         * src/addr_compl.h
6551         * src/addrbook.c
6552         * src/addrcache.c
6553         * src/addrcache.h
6554         * src/addrcindex.c
6555         * src/addrcindex.h
6556         * src/addrclip.c
6557         * src/addrclip.h
6558         * src/addrdefs.h
6559         * src/addressadd.c
6560         * src/addressadd.h
6561         * src/addressbook.c
6562         * src/addressbook.h
6563         * src/addrgather.c
6564         * src/addrgather.h
6565         * src/addrharvest.c
6566         * src/addrharvest.h
6567         * src/addrindex.c
6568         * src/addrindex.h
6569         * src/addritem.c
6570         * src/addritem.h
6571         * src/addrquery.c
6572         * src/addrquery.h
6573         * src/addrselect.c
6574         * src/addrselect.h
6575         * src/alertpanel.c
6576         * src/alertpanel.h
6577         * src/browseldap.c
6578         * src/browseldap.h
6579         * src/codeconv.c
6580         * src/codeconv.h
6581         * src/compose.c
6582         * src/compose.h
6583         * src/customheader.c
6584         * src/customheader.h
6585         * src/displayheader.c
6586         * src/displayheader.h
6587         * src/editaddress.c
6588         * src/editaddress.h
6589         * src/editbook.c
6590         * src/editbook.h
6591         * src/editgroup.c
6592         * src/editgroup.h
6593         * src/editjpilot.c
6594         * src/editjpilot.h
6595         * src/editldap.c
6596         * src/editldap.h
6597         * src/editldap_basedn.c
6598         * src/editldap_basedn.h
6599         * src/editvcard.c
6600         * src/editvcard.h
6601         * src/exphtmldlg.c
6602         * src/exphtmldlg.h
6603         * src/expldifdlg.c
6604         * src/expldifdlg.h
6605         * src/export.h
6606         * src/exporthtml.c
6607         * src/exporthtml.h
6608         * src/exportldif.c
6609         * src/exportldif.h
6610         * src/filtering.c
6611         * src/filtering.h
6612         * src/folder.c
6613         * src/folder.h
6614         * src/folder_item_prefs.c
6615         * src/folder_item_prefs.h
6616         * src/foldersel.c
6617         * src/foldersel.h
6618         * src/folderutils.c
6619         * src/folderutils.h
6620         * src/folderview.c
6621         * src/folderview.h
6622         * src/grouplistdialog.c
6623         * src/grouplistdialog.h
6624         * src/headerview.c
6625         * src/html.c
6626         * src/html.h
6627         * src/image_viewer.c
6628         * src/image_viewer.h
6629         * src/imap.c
6630         * src/imap.h
6631         * src/imap_gtk.c
6632         * src/imap_gtk.h
6633         * src/import.h
6634         * src/importldif.c
6635         * src/importldif.h
6636         * src/importmutt.c
6637         * src/importmutt.h
6638         * src/importpine.c
6639         * src/importpine.h
6640         * src/inc.c
6641         * src/inc.h
6642         * src/jpilot.c
6643         * src/jpilot.h
6644         * src/ldapctrl.c
6645         * src/ldapctrl.h
6646         * src/ldaplocate.c
6647         * src/ldaplocate.h
6648         * src/ldapquery.c
6649         * src/ldapquery.h
6650         * src/ldapserver.c
6651         * src/ldapserver.h
6652         * src/ldaputil.c
6653         * src/ldaputil.h
6654         * src/ldif.c
6655         * src/ldif.h
6656         * src/main.c
6657         * src/main.h
6658         * src/mainwindow.c
6659         * src/mainwindow.h
6660         * src/manual.c
6661         * src/manual.h
6662         * src/mbox.c
6663         * src/mbox.h
6664         * src/message_search.c
6665         * src/message_search.h
6666         * src/messageview.c
6667         * src/messageview.h
6668         * src/mh.c
6669         * src/mh.h
6670         * src/mh_gtk.c
6671         * src/mh_gtk.h
6672         * src/mimeview.c
6673         * src/mimeview.h
6674         * src/msgcache.c
6675         * src/msgcache.h
6676         * src/mutt.c
6677         * src/mutt.h
6678         * src/news.c
6679         * src/news.h
6680         * src/news_gtk.c
6681         * src/news_gtk.h
6682         * src/partial_download.c
6683         * src/partial_download.h
6684         * src/pine.c
6685         * src/pine.h
6686         * src/pop.c
6687         * src/pop.h
6688         * src/prefs_account.c
6689         * src/prefs_account.h
6690         * src/prefs_actions.c
6691         * src/prefs_actions.h
6692         * src/prefs_common.c
6693         * src/prefs_common.h
6694         * src/prefs_compose_writing.c
6695         * src/prefs_compose_writing.h
6696         * src/prefs_customheader.c
6697         * src/prefs_customheader.h
6698         * src/prefs_display_header.c
6699         * src/prefs_display_header.h
6700         * src/prefs_filtering.c
6701         * src/prefs_filtering.h
6702         * src/prefs_filtering_action.c
6703         * src/prefs_filtering_action.h
6704         * src/prefs_folder_column.c
6705         * src/prefs_folder_column.h
6706         * src/prefs_folder_item.c
6707         * src/prefs_folder_item.h
6708         * src/prefs_fonts.c
6709         * src/prefs_fonts.h
6710         * src/prefs_gtk.c
6711         * src/prefs_gtk.h
6712         * src/prefs_image_viewer.c
6713         * src/prefs_image_viewer.h
6714         * src/prefs_matcher.c
6715         * src/prefs_matcher.h
6716         * src/prefs_message.c
6717         * src/prefs_msg_colors.c
6718         * src/prefs_msg_colors.h
6719         * src/prefs_other.c
6720         * src/prefs_quote.c
6721         * src/prefs_receive.c
6722         * src/prefs_send.c
6723         * src/prefs_spelling.c
6724         * src/prefs_spelling.h
6725         * src/prefs_summaries.c
6726         * src/prefs_summaries.h
6727         * src/prefs_summary_column.c
6728         * src/prefs_summary_column.h
6729         * src/prefs_template.c
6730         * src/prefs_template.h
6731         * src/prefs_themes.c
6732         * src/prefs_themes.h
6733         * src/prefs_toolbar.c
6734         * src/prefs_toolbar.h
6735         * src/prefs_wrapping.c
6736         * src/prefs_wrapping.h
6737         * src/privacy.c
6738         * src/privacy.h
6739         * src/procheader.c
6740         * src/procheader.h
6741         * src/procmime.c
6742         * src/procmime.h
6743         * src/procmsg.c
6744         * src/procmsg.h
6745         * src/quote_fmt.c
6746         * src/quote_fmt_parse.y
6747         * src/recv.c
6748         * src/recv.h
6749         * src/remotefolder.c
6750         * src/remotefolder.h
6751         * src/send_message.c
6752         * src/send_message.h
6753         * src/setup.c
6754         * src/setup.h
6755         * src/sourcewindow.c
6756         * src/sourcewindow.h
6757         * src/ssl_manager.c
6758         * src/ssl_manager.h
6759         * src/statusbar.c
6760         * src/statusbar.h
6761         * src/stock_pixmap.c
6762         * src/stock_pixmap.h
6763         * src/summary_search.c
6764         * src/summary_search.h
6765         * src/summaryview.c
6766         * src/summaryview.h
6767         * src/syldap.c
6768         * src/syldap.h
6769         * src/textview.c
6770         * src/textview.h
6771         * src/toolbar.c
6772         * src/toolbar.h
6773         * src/undo.c
6774         * src/undo.h
6775         * src/unmime.c
6776         * src/unmime.h
6777         * src/vcard.c
6778         * src/vcard.h
6779         * src/wizard.c
6780         * src/wizard.h
6781         * src/common/base64.c
6782         * src/common/base64.h
6783         * src/common/defs.h
6784         * src/common/hooks.c
6785         * src/common/hooks.h
6786         * src/common/log.c
6787         * src/common/log.h
6788         * src/common/mgutils.c
6789         * src/common/mgutils.h
6790         * src/common/nntp.c
6791         * src/common/nntp.h
6792         * src/common/passcrypt.c
6793         * src/common/passcrypt.h.in
6794         * src/common/plugin.c
6795         * src/common/plugin.h
6796         * src/common/prefs.c
6797         * src/common/prefs.h
6798         * src/common/progressindicator.c
6799         * src/common/progressindicator.h
6800         * src/common/quoted-printable.c
6801         * src/common/quoted-printable.h
6802         * src/common/session.c
6803         * src/common/session.h
6804         * src/common/smtp.c
6805         * src/common/smtp.h
6806         * src/common/socket.c
6807         * src/common/socket.h
6808         * src/common/ssl.c
6809         * src/common/ssl.h
6810         * src/common/ssl_certificate.c
6811         * src/common/ssl_certificate.h
6812         * src/common/stringtable.c
6813         * src/common/stringtable.h
6814         * src/common/sylpheed.c
6815         * src/common/sylpheed.h
6816         * src/common/template.c
6817         * src/common/template.h
6818         * src/common/timing.h
6819         * src/common/utils.c
6820         * src/common/utils.h
6821         * src/common/version.h.in
6822         * src/common/xml.c
6823         * src/common/xml.h
6824         * src/common/xmlprops.c
6825         * src/common/xmlprops.h
6826         * src/gtk/colorlabel.c
6827         * src/gtk/colorsel.c
6828         * src/gtk/colorsel.h
6829         * src/gtk/description_window.c
6830         * src/gtk/description_window.h
6831         * src/gtk/filesel.c
6832         * src/gtk/filesel.h
6833         * src/gtk/foldersort.c
6834         * src/gtk/foldersort.h
6835         * src/gtk/gtkutils.c
6836         * src/gtk/gtkutils.h
6837         * src/gtk/inputdialog.c
6838         * src/gtk/inputdialog.h
6839         * src/gtk/logwindow.c
6840         * src/gtk/logwindow.h
6841         * src/gtk/manage_window.c
6842         * src/gtk/manage_window.h
6843         * src/gtk/menu.c
6844         * src/gtk/menu.h
6845         * src/gtk/pluginwindow.c
6846         * src/gtk/pluginwindow.h
6847         * src/gtk/prefswindow.c
6848         * src/gtk/prefswindow.h
6849         * src/gtk/progressdialog.c
6850         * src/gtk/progressdialog.h
6851         * src/gtk/sslcertwindow.c
6852         * src/gtk/sslcertwindow.h
6853         * src/plugins/clamav/clamav_plugin.c
6854         * src/plugins/clamav/clamav_plugin.h
6855         * src/plugins/clamav/clamav_plugin_gtk.c
6856         * src/plugins/demo/demo.c
6857         * src/plugins/dillo_viewer/dillo_prefs.c
6858         * src/plugins/dillo_viewer/dillo_prefs.h
6859         * src/plugins/dillo_viewer/dillo_viewer.c
6860         * src/plugins/pgpcore/passphrase.c
6861         * src/plugins/pgpcore/passphrase.h
6862         * src/plugins/pgpcore/plugin.c
6863         * src/plugins/pgpcore/select-keys.c
6864         * src/plugins/pgpcore/select-keys.h
6865         * src/plugins/pgpcore/sgpgme.c
6866         * src/plugins/pgpcore/sgpgme.h
6867         * src/plugins/pgpinline/pgpinline.c
6868         * src/plugins/pgpinline/pgpinline.h
6869         * src/plugins/pgpinline/plugin.c
6870         * src/plugins/pgpmime/pgpmime.c
6871         * src/plugins/pgpmime/pgpmime.h
6872         * src/plugins/pgpmime/plugin.c
6873         * src/plugins/spamassassin/spamassassin.c
6874         * src/plugins/spamassassin/spamassassin.h
6875         * src/plugins/spamassassin/spamassassin_gtk.c
6876         * src/plugins/trayicon/trayicon.c
6877                 update copyright header
6878
6879 2006-01-13 [paul]       1.9.100cvs141
6880
6881         * src/account.c
6882         * src/export.c
6883         * src/import.c
6884         * src/mainwindow.c
6885         * src/prefs_account.c
6886         * src/prefs_display_header.c
6887         * src/prefs_receive.c
6888         * src/prefs_send.c
6889         * src/prefs_summaries.c
6890         * src/prefs_themes.c
6891         * src/prefs_toolbar.c
6892         * src/gtk/about.c
6893                 various cleanups
6894
6895 2006-01-12 [colin]      1.9.100cvs140
6896
6897         * src/folder.c
6898         * src/folder.h
6899         * src/main.c
6900                 Add --subscribe option
6901                 Let sylpheed-claws email@domain.com equivalent to --compose
6902                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6903
6904 2006-01-12 [paul]       1.9.100cvs139
6905
6906         * src/mainwindow.c
6907                 append 'Change folder order' label with '...'
6908         * src/prefs_actions.c
6909                 allow reordering of actions list by dnd
6910         * src/gtk/foldersort.c
6911                 make the dialog nicer
6912
6913 2006-01-11 [colin]      1.9.100cvs138
6914
6915         * src/compose.c
6916                 Allow templates without text
6917
6918 2006-01-11 [paul]       1.9.100cvs137
6919
6920         * tools/README
6921         * tools/filter_conv_new.pl
6922                 add info to README
6923                 also check .sylpheed for filter.xml
6924                 be a bit informative to the user
6925
6926 2006-01-11 [colin]      1.9.100cvs136
6927
6928         * src/textview.c
6929                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6930
6931 2006-01-10 [paul]       1.9.100cvs135
6932
6933         * tools/Makefile.am
6934         * tools/filter_conv_new.pl
6935                 add script to convert new style Sylpheed
6936                 filter rules (Sylpheed >= 0.9.99) to
6937                 Claws filtering rules
6938
6939 2006-01-10 [colin]      1.9.100cvs134
6940
6941         * src/compose.c
6942                 Fix broken line joins in certain conditions
6943                 (between two quoted lines: <enter><enter><up>
6944                  <type a wrapped sentence><go in the first line>
6945                  <insert more text><watch as line joining failed>)
6946
6947 2006-01-10 [paul]       1.9.100cvs133
6948
6949         * src/compose.c
6950                 don't report success in error dialog
6951                 thanks to Colin
6952         * src/common/utils.c
6953                 include some trailing punctuations as URI
6954                 thanks to Hiro
6955
6956 2006-01-10 [paul]       1.9.100cvs132
6957
6958         * src/mimeview.c
6959                 fix incompatible pointer type
6960                 warning
6961
6962 2006-01-10 [paul]       1.9.100cvs131
6963
6964         * src/compose.c
6965                 change Subject in window title
6966                 instantaneously
6967
6968 2006-01-09 [colin]      1.9.100cvs130
6969
6970         * src/addressbook.c
6971         * src/headerview.c
6972         * src/mainwindow.c
6973         * src/messageview.c
6974         * src/mimeview.c
6975         * src/noticeview.c
6976         * src/summaryview.c
6977                 Fix possible crashes on exit and in addressbook
6978
6979 2006-01-09 [paul]       1.9.100cvs129
6980
6981         * src/prefs_msg_colors.c
6982                 some cleanups that I forgot last time
6983
6984 2006-01-09 [paul]       1.9.100cvs128
6985
6986         * README
6987         * src/folderview.c
6988         * src/prefs_msg_colors.c
6989                 add previously hidden option, color_new, to
6990                 the gui
6991                 move the page to Display/
6992                 rework the gui
6993
6994 2006-01-09 [wwp]        1.9.100cvs127
6995
6996         * src/prefs_themes.c
6997                 made the prefs/display/themes layouts spacing less condensed
6998                 (and so they match other prefs/pages' look).
6999
7000 2006-01-09 [paul]       1.9.100cvs126
7001
7002         * src/compose.c
7003         * src/prefs_common.c
7004         * src/prefs_common.h
7005         * src/prefs_wrapping.c
7006                 remove 'wrap at send' option
7007
7008 2006-01-06 [colin]      1.9.100cvs125
7009
7010         * src/compose.c
7011                 Just make completely sure we don't insert "manual line breaks" 
7012                 when wrapping... 
7013
7014 2006-01-04 [paul]
7015
7016         * 2.0.0-rc3 released
7017
7018 2006-01-04 [paul]       1.9.100cvs124
7019
7020         * src/folderview.c
7021                 fix bug 882, 'quick scroll in folder list
7022                 displays wrong folder contents'
7023
7024 2006-01-04 [paul]       1.9.100cvs123
7025
7026         * src/plugins/pgpmime/pgpmime.c
7027                 better debug information when signing
7028                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7029
7030 2006-01-03 [colin]      1.9.100cvs122
7031
7032         * configure.ac
7033                 We need to recheck for gpgme 1.0.0 after checking
7034                 for 1.1.1, because if 1.1.1 isn't available, 
7035                 GPGME_LIBS and friends are blanked out by the 
7036                 second check.
7037
7038 2006-01-03 [colin]      1.9.100cvs121
7039
7040         * src/common/prefs.c
7041                 Windows unlink-before rename fix
7042         * src/plugins/pgpcore/sgpgme.c
7043                 Add support for PKA info if available
7044                 Both patches by Werner Koch
7045
7046 2006-01-03 [paul]       1.9.100cvs120
7047
7048         * src/messageview.c
7049                 fix bug 884, 'Send receipt' button visible in queue
7050                 Thanks to Colin
7051
7052 2006-01-02 [colin]      1.9.100cvs119
7053
7054         * src/compose.c
7055         * src/imap.c
7056                 Fix autosave on IMAP and more generally try to
7057                 return the correct ID on a newly added IMAP message
7058
7059 2006-01-02 [paul]       1.9.100cvs118
7060
7061         * manual/keyboard.xml
7062                 edited
7063
7064 2006-01-01 [paul]       1.9.100cvs117
7065
7066         * src/gtk/authors.h
7067                 alphabetical order
7068
7069 2005-12-30 [colin]      1.9.100cvs116
7070
7071         * manual/advanced.xml
7072                 Explain Pre/Post-processing differences.
7073
7074 2005-12-30 [colin]      1.9.100cvs115
7075
7076         * src/mh.c
7077                 Implement copy_msgs for a little optimization
7078         * src/imap.c
7079                 Finish yesterday's fix
7080
7081 2005-12-29 [colin]      1.9.100cvs114
7082
7083         * src/imap.c
7084                 Fix occasional failure in fetching a mail over
7085                 IMAP
7086
7087 2005-12-29 [colin]      1.9.100cvs113
7088
7089         * src/compose.c
7090                 Don't remove a draft when sending it, if it is 
7091                 locked.
7092
7093 2005-12-28 [colin]      1.9.100cvs112
7094
7095         * src/summaryview.c
7096                 Fix leak for real
7097
7098 2005-12-28 [wwp]        1.9.100cvs111
7099
7100         * doc/faq/.cvsignore
7101         * doc/faq/de/.cvsignore
7102         * doc/faq/en/.cvsignore
7103         * doc/faq/es/.cvsignore
7104         * doc/faq/fr/.cvsignore
7105         * doc/faq/it/.cvsignore
7106         * doc/manual/.cvsignore
7107         * doc/manual/de/.cvsignore
7108         * doc/manual/en/.cvsignore
7109         * doc/manual/es/.cvsignore
7110         * doc/manual/fr/.cvsignore
7111         * doc/manual/ja/.cvsignore
7112         * src/plugins/mathml_viewer/.cvsignore
7113                 rollback revival of those files (my bad, sorry for the noise).
7114
7115 2005-12-28 [wwp]        1.9.100cvs110
7116
7117         * src/compose.c
7118                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7119
7120 2005-12-28 [wwp]        1.9.100cvs109
7121
7122         * doc/faq/.cvsignore
7123         * doc/faq/de/.cvsignore
7124         * doc/faq/en/.cvsignore
7125         * doc/faq/es/.cvsignore
7126         * doc/faq/fr/.cvsignore
7127         * doc/faq/it/.cvsignore
7128         * doc/manual/.cvsignore
7129         * doc/manual/de/.cvsignore
7130         * doc/manual/en/.cvsignore
7131         * doc/manual/es/.cvsignore
7132         * doc/manual/fr/.cvsignore
7133         * doc/manual/ja/.cvsignore
7134         * src/plugins/mathml_viewer/.cvsignore
7135         * po/.cvsignore
7136                 more files to ignore.
7137
7138 2005-12-24 [colin]      1.9.100cvs108
7139
7140         * AUTHORS
7141         * src/gtk/authors.h
7142                 Update for Werner
7143
7144 2005-12-24 [colin]      1.9.100cvs107
7145
7146         * src/procmsg.c
7147                 Allow NULL src_msginfo in 
7148                 procmsg_msginfo_new_from_mimeinfo
7149
7150 2005-12-23 [paul]       1.9.100cvs106
7151
7152         * src/plugins/pgpinline/mypgpcore.def
7153                 add this forgotten file
7154
7155 2005-12-23 [colin]      1.9.100cvs105
7156
7157         * src/mainwindow.c
7158                 Fix missing break
7159
7160 2005-12-23 [colin]      1.9.100cvs104
7161
7162         * autogen.sh
7163         * src/folder.c
7164         * src/mh.c
7165         * src/common/plugin.c
7166         * src/common/socket.c
7167         * src/common/socket.h
7168         * src/common/utils.c
7169         * src/common/utils.h
7170         * src/gtk/pluginwindow.c
7171         * src/plugins/pgpcore/plugin.def
7172         * src/plugins/pgpcore/sylpheed.def
7173         * src/plugins/pgpinline/Makefile.am
7174         * src/plugins/pgpinline/plugin.def
7175         * src/plugins/pgpinline/sylpheed.def
7176         * src/plugins/pgpmime/plugin.def
7177         * src/plugins/pgpmime/sylpheed.def
7178                 Various w32 fixes by Werner Koch
7179
7180 2005-12-22 [paul]       1.9.100cvs103
7181
7182         * src/wizard.c
7183                 don't offer IMAP as 'server type' if
7184                 libetpan isn't built in
7185
7186 2005-12-22 [paul]       1.9.100cvs102
7187
7188         * AUTHORS
7189         * src/mainwindow.c
7190         * src/mainwindow.h
7191         * src/toolbar.c
7192         * src/gtk/authors.h
7193                 support GTK_TOOLBAR_BOTH_HORIZ (text
7194                 next to icon) Patch by Marien Zwart
7195                 marienz@users.sf.net
7196                 Also reword the text
7197
7198 2005-12-21 [colin]      1.9.100cvs101
7199
7200         * configure.ac
7201                 Fix DATADIRNAME
7202         * COPYING
7203                 Fix missing section and explicit the exception better
7204         * src/compose.c
7205                 Prevent mail from being lost without notice when an
7206                 SMTP error happens on trying to send an unmodified
7207                 drafted mail.
7208         * src/send_message.c
7209         * src/common/smtp.c
7210                 Fix password remembering when wrong, and add return
7211                 value checks where they should have been
7212         * src/plugins/pgpcore/sylpheed.def
7213         * src/plugins/pgpinline/sylpheed.def
7214         * src/plugins/pgpmime/sylpheed.def
7215                 Add a few symbols needed
7216
7217 2005-12-21 [paul]       1.9.100cvs100
7218
7219         * m4/codeset.m4
7220         * m4/glibc21.m4
7221         * m4/intdiv0.m4
7222         * m4/inttypes-pri.m4
7223         * m4/inttypes.m4
7224         * m4/inttypes_h.m4
7225         * m4/isc-posix.m4
7226         * m4/lcmessage.m4
7227         * m4/stdint_h.m4
7228         * m4/uintmax_t.m4
7229                 gettextization
7230                 thanks to Colin
7231
7232 2005-12-21 [paul]       1.9.100cvs99
7233
7234         * po/sv.po
7235                 fixed by Colin
7236
7237 2005-12-20 [paul]       1.9.100cvs98
7238
7239         * po/sv.po
7240                 updated by Anders Trobäck
7241
7242 2005-12-20 [colin]      1.9.100cvs97
7243
7244         * ABOUT-NLS
7245         * Makefile.am
7246         * autogen.sh
7247         * configure.ac
7248         * config/config.rpath
7249         * config/mkinstalldirs
7250         * m4/Makefile.am
7251         * m4/glibc2.m4
7252         * m4/gnupg.m4
7253         * m4/gpgme.m4
7254         * m4/intmax.m4
7255         * m4/longdouble.m4
7256         * m4/longlong.m4
7257         * m4/printf-posix.m4
7258         * m4/signed.m4
7259         * m4/size_max.m4
7260         * m4/ulonglong.m4
7261         * m4/wchar_t.m4
7262         * m4/wint_t.m4
7263         * m4/xsize.m4
7264         * po/Makefile.in.in
7265         * po/Makevars
7266         * po/bg.po
7267         * po/ca.po
7268         * po/cs.po
7269         * po/de.po
7270         * po/el.po
7271         * po/en_GB.po
7272         * po/es.po
7273         * po/fi.po
7274         * po/fr.po
7275         * po/hr.po
7276         * po/hu.po
7277         * po/it.po
7278         * po/ja.po
7279         * po/ko.po
7280         * po/nb.po
7281         * po/nl.po
7282         * po/pl.po
7283         * po/pt_BR.po
7284         * po/ru.po
7285         * po/sk.po
7286         * po/sr.po
7287         * po/stamp-po
7288         * po/sv.po
7289         * po/zh_CN.po
7290         * po/zh_TW.po
7291         * src/Makefile.am
7292         * src/codeconv.c
7293         * src/compose.c
7294         * src/exporthtml.c
7295         * src/exportldif.c
7296         * src/folder.c
7297         * src/main.c
7298         * src/manual.c
7299         * src/mh.c
7300         * src/mimeview.c
7301         * src/send_message.c
7302         * src/common/Makefile.am
7303         * src/common/fnmatch.c
7304         * src/common/fnmatch.h
7305         * src/common/fnmatch_loop.c
7306         * src/common/nntp.c
7307         * src/common/plugin.c
7308         * src/common/smtp.c
7309         * src/common/socket.c
7310         * src/common/string_match.c
7311         * src/common/sylpheed.c
7312         * src/common/utils.c
7313         * src/common/utils.h
7314         * src/common/w32_dirent.c
7315         * src/common/w32_reg.c
7316         * src/common/w32_signal.c
7317         * src/common/w32_stat.c
7318         * src/common/w32_stdio.c
7319         * src/common/w32_stdlib.c
7320         * src/common/w32_string.c
7321         * src/common/w32_time.c
7322         * src/common/w32_unistd.c
7323         * src/common/w32_wait.c
7324         * src/common/w32lib.h
7325         * src/etpan/Makefile.am
7326         * src/gtk/Makefile.am
7327         * src/plugins/clamav/Makefile.am
7328         * src/plugins/demo/Makefile.am
7329         * src/plugins/dillo_viewer/Makefile.am
7330         * src/plugins/pgpcore/Makefile.am
7331         * src/plugins/pgpcore/passphrase.c
7332         * src/plugins/pgpcore/plugin.def
7333         * src/plugins/pgpcore/sgpgme.c
7334         * src/plugins/pgpcore/sylpheed.def
7335         * src/plugins/pgpcore/version.rc
7336         * src/plugins/pgpinline/Makefile.am
7337         * src/plugins/pgpinline/plugin.def
7338         * src/plugins/pgpinline/sylpheed.def
7339         * src/plugins/pgpinline/version.rc
7340         * src/plugins/pgpmime/Makefile.am
7341         * src/plugins/pgpmime/mypgpcore.def
7342         * src/plugins/pgpmime/plugin.def
7343         * src/plugins/pgpmime/sylpheed.def
7344         * src/plugins/pgpmime/version.rc
7345         * src/plugins/spamassassin/Makefile.am
7346                 Very little ;-) patch from Werner Koch, providing
7347                 infrastructure for cross-compiling to Win32
7348
7349 2005-12-20 [paul]       1.9.100cvs96
7350
7351         * src/account.c
7352         * src/account.h
7353         * src/mainwindow.c
7354         * src/mainwindow.h
7355         * src/toolbar.c
7356         * src/toolbar.h
7357                 add a combo to the Get All button, allowing
7358                 quick retrieval from any account
7359                 Patch by Fabien Vantard, slightly modified
7360                 by Colin
7361         * src/gtk/about.c
7362                 i18n fix. Patch by Fabien Vantard
7363
7364 2005-12-19 [colin]      1.9.100cvs95
7365
7366         * src/compose.c
7367         * src/compose.h
7368                 Don't automatically join lines when they've 
7369                 been separated by the user and not automatically
7370
7371 2005-12-19 [paul]       1.9.100cvs94
7372
7373         * src/gtk/pluginwindow.c
7374                 i18n fix.
7375                 Patch by Fabien Vantard
7376
7377 2005-12-15 [paul]       1.9.100cvs93
7378
7379         * src/common/plugin.c
7380         * src/common/plugin.h
7381         * src/gtk/pluginwindow.c
7382         * src/plugins/clamav/clamav_plugin.c
7383         * src/plugins/demo/demo.c
7384         * src/plugins/dillo_viewer/dillo_viewer.c
7385         * src/plugins/pgpcore/plugin.c
7386         * src/plugins/pgpinline/plugin.c
7387         * src/plugins/pgpmime/plugin.c
7388         * src/plugins/spamassassin/spamassassin.c
7389         * src/plugins/trayicon/trayicon.c
7390                 add plugin_version()
7391
7392 2005-12-15 [colin]      1.9.100cvs92
7393
7394         * src/compose.c
7395                 Further fix bug #875
7396
7397 2005-12-15 [paul]       1.9.100cvs91
7398
7399         * src/gtk/filesel.c
7400                 fix attach_load_dir getting set to
7401                 PLUGINDIR on plugin load
7402
7403 2005-12-14 [mones]      1.9.100cvs90
7404
7405         * manual/ack.xml
7406         * manual/keyboard.xml
7407                 Initial draft and some shortcuts added
7408                 
7409         * po/es.po
7410                 Updated translation
7411
7412 2005-12-14 [colin]      1.9.100cvs89
7413
7414         * src/compose.c
7415         * src/imap.c
7416         * src/summaryview.c
7417         * src/gtk/gtkaspell.c
7418                 More leaks fixed
7419         * src/prefs_folder_item.c
7420                 Fix recursive prefs apply
7421
7422
7423 2005-12-14 [colin]      1.9.100cvs88
7424
7425         * src/compose.c
7426                 Fix bug #875 (Freeze On Inline Forward of 
7427                 Large Message)
7428
7429 2005-12-13 [colin]      1.9.100cvs87
7430
7431         * src/compose.c
7432                 Uniq-ify and sort the mimetypes list
7433                 Patch by Fabien Vantard
7434
7435 2005-12-13 [colin]      1.9.100cvs86
7436
7437         * src/imap.c
7438         * src/etpan/imap-thread.c
7439                 Fix leaks (patch by Hoa)
7440         * src/news.c
7441         * src/common/plugin.c
7442                 Fix leaks
7443
7444 2005-12-12 [colin]
7445
7446         * 2.0.0-rc2 released
7447
7448 2005-12-12 [colin]      1.9.100cvs85
7449
7450         * src/matcher.c
7451                 Fix a leak
7452
7453 2005-12-12 [wwp]        1.9.100cvs84
7454
7455         * src/gtk/icon_legend.c
7456                 fix misbehaviour and crash when closing the legend window
7457         using the Esc key (patch by Fabien Vantard).
7458
7459 2005-12-12 [paul]       1.9.100cvs83
7460
7461         * src/browseldap.c
7462         * src/foldersel.c
7463         * src/prefs_actions.c
7464         * src/prefs_filtering.c
7465         * src/prefs_matcher.c
7466         * src/prefs_spelling.glade      ** REMOVED **
7467         * src/prefs_template.c
7468         * src/gtk/foldersort.glade      ** REMOVED **
7469         * src/gtk/pluginwindow.c
7470         * src/gtk/pluginwindow.glade    ** REMOVED **
7471         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7472                 cleanups
7473
7474 2005-12-11 [paul]       1.9.100cvs82
7475
7476         * src/gtk/filesel.c
7477                 fix attach_load_dir crasher (double free)
7478
7479 2005-12-09 [paul]       1.9.100cvs81
7480
7481         * po/POTFILES.in
7482         * src/mainwindow.c
7483         * src/gtk/Makefile.am
7484         * src/gtk/icon_legend.c
7485         * src/gtk/icon_legend.h
7486                 add icon legend
7487         * src/manual.c
7488                 cleanup
7489
7490 2005-12-09 [paul]       1.9.100cvs80
7491
7492         * src/plugins/pgpcore/passphrase.c
7493                 wrap the label in the dialog
7494
7495 2005-12-09 [colin]      1.9.100cvs79
7496
7497         * src/plugins/pgpcore/sgpgme.c
7498                 Display (untrusted) on not trusted signatures
7499                 Patch by Michal Èihaø <michal@cihar.com>
7500                 Closes bug #867 (Report also key trust)
7501
7502 2005-12-09 [colin]      1.9.100cvs78
7503
7504         * src/common/plugin.c
7505                 Update licence check, following Eben Moglen's advice
7506
7507 2005-12-08 [colin]      1.9.100cvs77
7508
7509         * src/folder.c
7510                 Fix the occasionnal item->cache != NULL 
7511                 assertion failure. 
7512
7513 2005-12-08 [colin]      1.9.100cvs76
7514
7515         * src/mimeview.c
7516         * src/plugins/pgpcore/sgpgme.c
7517                 Print key id when unable to check it
7518                 Closes bug #866 (Show key id when missing)
7519
7520 2005-12-08 [paul]       1.9.100cvs75
7521
7522         * src/prefs_common.c
7523         * src/prefs_common.h
7524         * src/gtk/filesel.c
7525                 remember load attachment dir
7526
7527 2005-12-07 [colin]      1.9.100cvs74
7528
7529         * src/prefs_toolbar.c
7530                 Gtk fixes, patch by Fabien Vantard
7531
7532 2005-12-07 [colin]      1.9.100cvs73
7533
7534         * src/action.c
7535         * src/compose.c
7536         * src/compose.h
7537                 Fix bug #839 (Quoted text isn't colored after 
7538                 executing an action)
7539         * src/common/plugin.c
7540                 Require plugins to declare their licence in plugin_licence()
7541                 Refuse to load non-GPL plugins as they'd be illegal (as 
7542                 derived works of Sylpheed-Claws, they must be GPL).
7543         * src/plugins/clamav/clamav_plugin.c
7544         * src/plugins/demo/demo.c
7545         * src/plugins/dillo_viewer/dillo_viewer.c
7546         * src/plugins/pgpcore/plugin.c
7547         * src/plugins/pgpinline/plugin.c
7548         * src/plugins/pgpmime/plugin.c
7549         * src/plugins/spamassassin/spamassassin.c
7550         * src/plugins/trayicon/trayicon.c
7551                 Add plugin_licence()
7552
7553 2005-12-07 [paul]       1.9.100cvs72
7554
7555         * configure.ac
7556         * src/mainwindow.c
7557         * src/manual.c
7558         * src/manual.h
7559         * src/common/defs.h
7560                 clean up after local FAQ removal and
7561                 temporary manual removal
7562
7563 2005-12-06 [colin]      1.9.100cvs71
7564
7565         * configure.ac
7566         * doc/Makefile.am
7567         * doc/faq/.cvsignore
7568         * doc/faq/Makefile.am
7569         * doc/faq/de/.cvsignore
7570         * doc/faq/de/Makefile.am
7571         * doc/faq/de/sylpheed-faq-1.html
7572         * doc/faq/de/sylpheed-faq-2.html
7573         * doc/faq/de/sylpheed-faq-3.html
7574         * doc/faq/de/sylpheed-faq.html
7575         * doc/faq/en/.cvsignore
7576         * doc/faq/en/Makefile.am
7577         * doc/faq/en/sylpheed-faq-1.html
7578         * doc/faq/en/sylpheed-faq-2.html
7579         * doc/faq/en/sylpheed-faq-3.html
7580         * doc/faq/en/sylpheed-faq-4.html
7581         * doc/faq/en/sylpheed-faq.html
7582         * doc/faq/es/.cvsignore
7583         * doc/faq/es/Makefile.am
7584         * doc/faq/es/sylpheed-faq-1.html
7585         * doc/faq/es/sylpheed-faq-2.html
7586         * doc/faq/es/sylpheed-faq-3.html
7587         * doc/faq/es/sylpheed-faq-4.html
7588         * doc/faq/es/sylpheed-faq.html
7589         * doc/faq/fr/.cvsignore
7590         * doc/faq/fr/Makefile.am
7591         * doc/faq/fr/sylpheed-faq-1.html
7592         * doc/faq/fr/sylpheed-faq-2.html
7593         * doc/faq/fr/sylpheed-faq-3.html
7594         * doc/faq/fr/sylpheed-faq.html
7595         * doc/faq/it/.cvsignore
7596         * doc/faq/it/Makefile.am
7597         * doc/faq/it/sylpheed-faq-1.html
7598         * doc/faq/it/sylpheed-faq-2.html
7599         * doc/faq/it/sylpheed-faq-3.html
7600         * doc/faq/it/sylpheed-faq.html
7601         * doc/manual/.cvsignore
7602         * doc/manual/Makefile.am
7603         * doc/manual/de/.cvsignore
7604         * doc/manual/de/Makefile.am
7605         * doc/manual/de/sylpheed-1.html
7606         * doc/manual/de/sylpheed-10.html
7607         * doc/manual/de/sylpheed-11.html
7608         * doc/manual/de/sylpheed-12.html
7609         * doc/manual/de/sylpheed-13.html
7610         * doc/manual/de/sylpheed-14.html
7611         * doc/manual/de/sylpheed-15.html
7612         * doc/manual/de/sylpheed-16.html
7613         * doc/manual/de/sylpheed-17.html
7614         * doc/manual/de/sylpheed-18.html
7615         * doc/manual/de/sylpheed-19.html
7616         * doc/manual/de/sylpheed-2.html
7617         * doc/manual/de/sylpheed-20.html
7618         * doc/manual/de/sylpheed-3.html
7619         * doc/manual/de/sylpheed-4.html
7620         * doc/manual/de/sylpheed-5.html
7621         * doc/manual/de/sylpheed-6.html
7622         * doc/manual/de/sylpheed-7.html
7623         * doc/manual/de/sylpheed-8.html
7624         * doc/manual/de/sylpheed-9.html
7625         * doc/manual/de/sylpheed.html
7626         * doc/manual/en/.cvsignore
7627         * doc/manual/en/Makefile.am
7628         * doc/manual/en/sylpheed-1.html
7629         * doc/manual/en/sylpheed-10.html
7630         * doc/manual/en/sylpheed-11.html
7631         * doc/manual/en/sylpheed-12.html
7632         * doc/manual/en/sylpheed-13.html
7633         * doc/manual/en/sylpheed-14.html
7634         * doc/manual/en/sylpheed-15.html
7635         * doc/manual/en/sylpheed-16.html
7636         * doc/manual/en/sylpheed-17.html
7637         * doc/manual/en/sylpheed-18.html
7638         * doc/manual/en/sylpheed-19.html
7639         * doc/manual/en/sylpheed-2.html
7640         * doc/manual/en/sylpheed-20.html
7641         * doc/manual/en/sylpheed-21.html
7642         * doc/manual/en/sylpheed-22.html
7643         * doc/manual/en/sylpheed-3.html
7644         * doc/manual/en/sylpheed-4.html
7645         * doc/manual/en/sylpheed-5.html
7646         * doc/manual/en/sylpheed-6.html
7647         * doc/manual/en/sylpheed-7.html
7648         * doc/manual/en/sylpheed-8.html
7649         * doc/manual/en/sylpheed-9.html
7650         * doc/manual/en/sylpheed.html
7651         * doc/manual/es/.cvsignore
7652         * doc/manual/es/Makefile.am
7653         * doc/manual/es/sylpheed-1.html
7654         * doc/manual/es/sylpheed-10.html
7655         * doc/manual/es/sylpheed-11.html
7656         * doc/manual/es/sylpheed-12.html
7657         * doc/manual/es/sylpheed-13.html
7658         * doc/manual/es/sylpheed-14.html
7659         * doc/manual/es/sylpheed-15.html
7660         * doc/manual/es/sylpheed-16.html
7661         * doc/manual/es/sylpheed-17.html
7662         * doc/manual/es/sylpheed-18.html
7663         * doc/manual/es/sylpheed-19.html
7664         * doc/manual/es/sylpheed-2.html
7665         * doc/manual/es/sylpheed-20.html
7666         * doc/manual/es/sylpheed-3.html
7667         * doc/manual/es/sylpheed-4.html
7668         * doc/manual/es/sylpheed-5.html
7669         * doc/manual/es/sylpheed-6.html
7670         * doc/manual/es/sylpheed-7.html
7671         * doc/manual/es/sylpheed-8.html
7672         * doc/manual/es/sylpheed-9.html
7673         * doc/manual/es/sylpheed.html
7674         * doc/manual/fr/.cvsignore
7675         * doc/manual/fr/Makefile.am
7676         * doc/manual/fr/sylpheed-1.html
7677         * doc/manual/fr/sylpheed-10.html
7678         * doc/manual/fr/sylpheed-11.html
7679         * doc/manual/fr/sylpheed-12.html
7680         * doc/manual/fr/sylpheed-13.html
7681         * doc/manual/fr/sylpheed-14.html
7682         * doc/manual/fr/sylpheed-15.html
7683         * doc/manual/fr/sylpheed-16.html
7684         * doc/manual/fr/sylpheed-17.html
7685         * doc/manual/fr/sylpheed-18.html
7686         * doc/manual/fr/sylpheed-19.html
7687         * doc/manual/fr/sylpheed-2.html
7688         * doc/manual/fr/sylpheed-20.html
7689         * doc/manual/fr/sylpheed-3.html
7690         * doc/manual/fr/sylpheed-4.html
7691         * doc/manual/fr/sylpheed-5.html
7692         * doc/manual/fr/sylpheed-6.html
7693         * doc/manual/fr/sylpheed-7.html
7694         * doc/manual/fr/sylpheed-8.html
7695         * doc/manual/fr/sylpheed-9.html
7696         * doc/manual/fr/sylpheed.html
7697         * doc/manual/ja/.cvsignore
7698         * doc/manual/ja/Makefile.am
7699         * doc/manual/ja/sylpheed-1.html
7700         * doc/manual/ja/sylpheed-10.html
7701         * doc/manual/ja/sylpheed-11.html
7702         * doc/manual/ja/sylpheed-12.html
7703         * doc/manual/ja/sylpheed-13.html
7704         * doc/manual/ja/sylpheed-14.html
7705         * doc/manual/ja/sylpheed-15.html
7706         * doc/manual/ja/sylpheed-16.html
7707         * doc/manual/ja/sylpheed-17.html
7708         * doc/manual/ja/sylpheed-18.html
7709         * doc/manual/ja/sylpheed-19.html
7710         * doc/manual/ja/sylpheed-2.html
7711         * doc/manual/ja/sylpheed-20.html
7712         * doc/manual/ja/sylpheed-3.html
7713         * doc/manual/ja/sylpheed-4.html
7714         * doc/manual/ja/sylpheed-5.html
7715         * doc/manual/ja/sylpheed-6.html
7716         * doc/manual/ja/sylpheed-7.html
7717         * doc/manual/ja/sylpheed-8.html
7718         * doc/manual/ja/sylpheed-9.html
7719         * doc/manual/ja/sylpheed.html
7720         * doc/manual/ja/sylpheed.sgml
7721         * src/mainwindow.c
7722                 Remove outdated manual and faq. Noisy, eh?
7723
7724 2005-12-06 [colin]      1.9.100cvs70
7725
7726         * src/compose.c
7727         * src/quote_fmt_parse.y
7728         * src/undo.c
7729         * src/undo.h
7730                 Allow %X to position cursor at 0 
7731                 (no %X = before signature)
7732                 Fix paste as quotation putting the cursor at 0
7733                 Fix undo offsets when pasting
7734                 Insert the quote_fmt at once instead of line 
7735                 by line
7736                 Fix [Edited] when starting to reply/forward
7737
7738 2005-12-06 [paul]       1.9.100cvs69
7739
7740         * src/plugins/clamav/clamav_plugin_gtk.c
7741                 add another tooltip
7742         * src/plugins/spamassassin/spamassassin_gtk.c
7743                 rework spamassassin_create_widget_func()
7744
7745 2005-12-05 [colin]      1.9.100cvs68
7746
7747         * po/POTFILES.in
7748                 Fix make release ;-)
7749
7750 2005-12-05 [colin]      1.9.100cvs67
7751
7752         * src/compose.c
7753         * src/compose.h
7754                 Fix cursor positioning (not obeying %X)
7755
7756 2005-12-05 [paul]       1.9.100cvs66
7757
7758         * src/plugins/dillo_viewer/dillo_prefs.c
7759                 fix compilation warning
7760
7761 2005-12-05 [paul]       1.9.100cvs65
7762
7763         * src/prefs_spelling.c
7764         * src/plugins/trayicon/trayicon.c
7765                 cleanups - remove unused stuff
7766
7767 2005-12-05 [paul]       1.9.100cvs64
7768
7769         * README
7770         * manual/plugins.xml
7771                 remove info about removed mathml_viewer plugin
7772
7773 2005-12-05 [paul]       1.9.100cvs63
7774
7775         * configure.ac
7776         * src/plugins/Makefile.am
7777         * src/plugins/mathml_viewer/.cvsignore
7778         * src/plugins/mathml_viewer/Makefile.am
7779         * src/plugins/mathml_viewer/mathml_viewer.c
7780                 remove unmaintained mathml_viewer plugin
7781
7782 2005-12-05 [paul]       1.9.100cvs62
7783
7784         * src/summaryview.c
7785                 obey prefs_common.always_show_msg when
7786                 moving a msg
7787                 Thanks to Colin
7788
7789 2005-12-05 [paul]       1.9.100cvs61
7790
7791         * src/compose.c
7792         * src/prefs_account.c
7793         * src/prefs_filtering.c
7794         * src/prefs_quote.c
7795         * src/prefs_spelling.c
7796         * src/prefs_toolbar.c
7797         * src/summaryview.c
7798         * src/gtk/gtkutils.c
7799         * src/gtk/quicksearch.c
7800         * src/plugins/dillo_viewer/dillo_prefs.c
7801                 dialog cleanups
7802
7803 2005-12-04 [paul]       1.9.100cvs60
7804
7805         * src/inc.c
7806         * src/prefs_account.c
7807         * src/prefs_account.h
7808                 allow a Local account to specify a
7809                 default inbox
7810                 (closes bug 843 'Inbox cannot be changed for local
7811                  mailboxes')
7812
7813 2005-12-04 [colin]      1.9.100cvs59
7814
7815         * src/plugins/trayicon/trayicon.c
7816                 Remove Get, rename Get All to Get Mail in order to
7817                 be consistent with the default main toolbar
7818
7819 2005-12-03 [colin]      1.9.100cvs58
7820
7821         * manual/gpl.xml
7822         * manual/sylpheed-claws-manual.xml
7823                 Add GPL appendix
7824
7825 2005-12-03 [paul]       1.9.100cvs57
7826
7827         * AUTHORS
7828         * po/sv.po
7829         * src/gtk/authors.h
7830                 new (partially complete) Swedish translation
7831                 by Anders Troback <sylpheed@troback.com>
7832
7833 2005-12-02 [paul]       1.9.100cvs56
7834
7835         * configure.ac
7836                 libetpan 0.41 required
7837
7838 2005-12-02 [paul]       1.9.100cvs55
7839
7840         * src/plugins/clamav/clamav_plugin.c
7841         * src/plugins/clamav/clamav_plugin.h
7842         * src/plugins/clamav/clamav_plugin_gtk.c
7843         * src/plugins/spamassassin/spamassassin.c
7844         * src/plugins/spamassassin/spamassassin.h
7845         * src/plugins/spamassassin/spamassassin_gtk.c
7846                 unregister prefs pages on unloading, thus
7847                 preventing a crash
7848                 (thanks to Colin for the hint)
7849
7850 2005-12-02 [wwp]        1.9.100cvs54
7851
7852         * src/quote_fmt.h
7853         * src/quote_fmt_parse.y
7854                 fix misuse of gboolean*, use gboolean instead
7855                 (thanks to Paul, Colin, for pointing out that scaring one)
7856
7857 2005-12-02 [paul]       1.9.100cvs53
7858
7859         * src/plugins/clamav/clamav_plugin.c
7860                 int no --> unsigned int no
7861         * src/plugins/clamav/clamav_plugin_gtk.c
7862                 rework config page
7863
7864 2005-12-02 [wwp]        1.9.100cvs52
7865
7866         * src/compose.c
7867         * src/prefs_template.c
7868         * src/quote_fmt.h
7869         * src/quote_fmt_parse.y
7870                 prevent from executing |f and |p templates commands when
7871                 adding or replacing templates in prefs (avoids annoying and
7872                 potentially dangerous behaviours)
7873
7874 2005-12-02 [paul]       1.9.100cvs51
7875
7876         * src/prefs_common.c
7877                 allow translation of some default values
7878                 Patch by Fabien Vantard
7879
7880 2005-12-02 [paul]       1.9.100cvs50
7881
7882         * src/codeconv.c
7883         * src/codeconv.h
7884         * src/prefs_common.c
7885         * src/prefs_common.h
7886         * src/prefs_message.c
7887         * src/textview.c
7888                 remove obsolete 'convert_mb_alnum' option
7889                 and related stuff
7890         * src/gtk/about.c
7891                 remove unused 'about_textview_visibility_notify'
7892
7893 2005-12-02 [paul]       1.9.100cvs49
7894
7895         * src/prefs_account.c
7896         * src/prefs_compose_writing.c
7897         * src/prefs_fonts.c
7898         * src/prefs_gtk.h
7899         * src/prefs_image_viewer.c
7900         * src/prefs_message.c
7901         * src/prefs_other.c
7902         * src/prefs_receive.c
7903         * src/prefs_send.c
7904         * src/prefs_spelling.c
7905         * src/prefs_summaries.c
7906         * src/prefs_wrapping.c
7907         * src/plugins/dillo_viewer/dillo_prefs.c
7908         * src/plugins/pgpcore/prefs_gpg.c
7909                 several cleanups to the prefs dialogs
7910                 (slightly modified) patch by Fabien Vantard
7911
7912 2005-12-02 [paul]       1.9.100cvs48
7913
7914         * src/main.c
7915                 --exit means exit
7916         * src/send_message.c
7917                 fix crash on send when connection fails
7918
7919         Thanks to Colin
7920
7921 2005-12-01 [colin]      1.9.100cvs47
7922
7923         * src/html.c
7924                 Translate &hellip; to "..."
7925
7926 2005-11-30 [colin]      1.9.100cvs46
7927
7928         * src/matcher.c
7929         * src/matcher.h
7930                 Optimize back yesterday's fix.
7931
7932 2005-11-30 [paul]       1.9.100cvs45
7933
7934         * manual/faq.xml
7935                 standardised
7936         * manual/intro.xml
7937                 written by Colin, edited by me
7938
7939 2005-11-29 [colin]      1.9.100cvs44
7940
7941         * src/matcher.c
7942                 Skip headers unconditionnaly in match_body if the
7943                 rule is not message or ~message
7944
7945 2005-11-29 [colin]      1.9.100cvs43
7946
7947         * src/matcher.c
7948                 Fix body_part and such, not skipping headers 
7949                 if the matchcriteria wasn't the first in the rule
7950
7951 2005-11-29 [colin]      1.9.100cvs42
7952
7953         * src/compose.c
7954                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7955                 option missing from message view window)
7956                 Fix double text D'n'D with gtk-2.8
7957         * src/matcher.c
7958                 Fix ~message, ~headers_part, ~body_part rules
7959         * src/messageview.c
7960                 Add Windows-1252 (Closes bug #863)
7961                 Fix accels
7962         * src/gtk/gtkaspell.c
7963                 Properly destroy accels in all menus
7964
7965 2005-11-29 [mones]      1.9.100cvs41
7966
7967         * po/es.po
7968                 Updated.
7969
7970 2005-11-27 [colin]      1.9.100cvs40
7971
7972         * src/mh_gtk.c
7973                 "/Remove mailbox" -> "/Remove mailbox..."
7974
7975 2005-11-27 [paul]       1.9.100cvs39
7976
7977         * AUTHORS
7978         * po/de.po
7979         * src/gtk/authors.h
7980                 updated by new maintainer, Stephan Sachse
7981
7982 2005-11-27 [paul]       1.9.100cvs38
7983
7984         * manual/faq.xml
7985                 written by Colin, edited by me
7986
7987 2005-11-27 [paul]       1.9.100cvs37
7988
7989         * src/prefs_common.c
7990         * src/prefs_common.h
7991         * src/prefs_receive.c
7992         * src/prefs_summaries.c
7993                 move 'go to inbox after receiving new mail'
7994                 option from display/sumamaries to mail
7995                 handling/receive, and rework prefs_summaries
7996                 dialog a little
7997
7998 2005-11-25 [martin]     1.9.100cvs36
7999
8000         * po/de.po
8001             fixed windows-1252 translation;
8002             translated some new and fuzzy strings
8003
8004 2005-11-25 [paul]       1.9.100cvs35
8005
8006         * src/plugins/clamav/clamav_plugin.c
8007                 complete the update done in cvs34
8008
8009 2005-11-25 [paul]       1.9.100cvs34
8010
8011         * src/plugins/clamav/clamav_plugin.c
8012                 reflect upstream changes
8013
8014 2005-11-25 [paul]       1.9.100cvs33
8015
8016         * manual/ack.xml
8017         * manual/plugins.xml
8018         * manual/sylpheed-claws-manual.xml
8019                 written/updated by Colin, edited by me
8020         * tools/acroread2sylpheed.pl
8021                 update binary name
8022
8023 2005-11-24 [colin]      1.9.100cvs32
8024
8025         * src/compose.c
8026                 Fix bug #856 (reediting messages forgets Request
8027                 Return Receipt)
8028
8029 2005-11-24 [paul]       1.9.100cvs31
8030
8031         * manual/addrbook.xml
8032         * manual/starting.xml
8033                 written by Colin, proofread, edited, adapted by me
8034         * manual/advanced.xml
8035                 add some Actions examples
8036         * src/importldif.c
8037                 use a Save button instead of a Close button
8038         * src/wizard.c
8039                 indicate mandatory fields
8040                 fix page display
8041                 Thanks to Colin
8042
8043 2005-11-23 [colin]      1.9.100cvs30
8044
8045         * src/addressbook.c
8046                 Rename menu item, fix possible crash after
8047                 deletion of books
8048         * src/addrindex.c
8049                 Allow searching for '*' in ldap
8050         * src/browseldap.c
8051                 Fix "Browse Entry" (did anyone use it?)
8052         * src/wizard.c
8053                 Add guards for mandatory information
8054
8055 2005-11-23 [paul]       1.9.100cvs29
8056
8057         * manual/advanced.xml
8058                 corrections to the English
8059
8060 2005-11-23 [colin]      1.9.100cvs28
8061
8062         * src/mimeview.c
8063                 Fix possible crash at exit. After the call to
8064                 gtk_container_remove(), the Viewer's widget has no
8065                 more parent so gtk+ automatically frees it and its
8066                 sons. If destroy_viewer() then try to access it,
8067                 problems ensue.
8068
8069 2005-11-22 [colin]      1.9.100cvs27
8070
8071         * src/compose.c
8072         * src/gtk/gtkaspell.c
8073                 Fix right-clicking on a misspelled word
8074                 Fix More... in suggestions menu
8075
8076 2005-11-22 [wwp]        1.9.100cvs26
8077
8078         * src/prefs_template.c
8079                 templates works: re-sort templates list when adding or replacing,
8080                 prevent from adding or replacing when the template name is empty
8081
8082 2005-11-21 [colin]      1.9.100cvs25
8083
8084         * src/addressbook.c
8085                 Fix some addressbook suckage (dnd, select all)
8086         * src/compose.c
8087         * src/gtk/gtkaspell.c
8088         * src/gtk/gtkaspell.h
8089                 Make the spellchecker menu work with the 
8090                 GtkTextView one instead of overriding it
8091
8092 2005-11-20 [paul]       1.9.100cvs24
8093
8094         * manual/handling.xml
8095                 proofread and corrected
8096
8097 2005-11-20 [paul]       1.9.100cvs23
8098
8099         * manual/Makefile
8100                 generate html as one file
8101         * manual/advanced.xml
8102                 fix output generation
8103                 reformat hidden options list
8104         * manual/manual.xml     ** REMOVED **
8105         * manual/sylpheed-claws-manual.xml      ** ADDED **
8106                 renamed
8107
8108 2005-11-18 [colin]      1.9.100cvs22
8109
8110         * src/prefs_account.c
8111                 Fix layout in news and mbox accounts
8112         * manual/account.xml
8113         * manual/advanced.xml
8114                 New contents for Paul to check :)
8115
8116 2005-11-18 [wwp]        1.9.100cvs21
8117
8118         * src/gtk/quicksearch.c
8119                 don't update extended quicksearch buttons twice
8120
8121 2005-11-18 [paul]       1.9.100cvs20
8122
8123         * src/textview.c
8124                 complete 1.9.100cvs19
8125
8126 2005-11-18 [paul]       1.9.100cvs19
8127
8128         * src/compose.c
8129                 cosmetic improvements
8130         * src/textview.c
8131                 also list text/* attachments
8132
8133 2005-11-18 [colin]      1.9.100cvs18
8134
8135         * src/summaryview.c
8136                 Use column 0 instead of -1 in 
8137                 gtk_ctree_node_moveto, in a naive
8138                 hope it'll fix the gtk-related crashes
8139
8140 2005-11-18 [colin]      1.9.100cvs17
8141
8142         * src/gtk/inputdialog.c
8143                 Fix icon staying the first one
8144
8145 2005-11-17 [wwp]        1.9.100cvs16
8146                 fix possible problem showing some quicksearch buttons, and a bad
8147                 call to g_return_if_fail in a function that returns a value (both
8148                 fixes by Fabien Vantard)
8149
8150 2005-11-15 [wwp]        1.9.100cvs15
8151
8152         * src/gtk/quicksearch.c
8153                 added a tooltip to that obscure ... quicksearch button
8154
8155 2005-11-15 [wwp]        1.9.100cvs14
8156
8157         * src/gtk/quicksearch.c
8158                 add a quicksearch helper to filtering expression users: the ... button
8159                 raises the condition expr window. condition expressions set up w/ this
8160                 window are used by the quicksearch if the user closes it pressing OK.
8161
8162 2005-11-14 [paul]       1.9.100cvs13
8163
8164         * src/plugins/clamav/clamav_plugin.c
8165         * src/plugins/spamassassin/spamassassin.c
8166                 change plugin type following recent merging
8167
8168 2005-11-14 [wwp]        1.9.100cvs12
8169
8170         * src/folder.c
8171                 prevent from crashing when copying/moving message(s) from and
8172                 to the same folder
8173
8174 2005-11-14 [paul]       1.9.100cvs11
8175
8176         * src/plugins/clamav/Makefile.am
8177         * src/plugins/clamav/clamav_plugin.c
8178         * src/plugins/clamav/clamav_plugin.h
8179         * src/plugins/clamav/clamav_plugin_gtk.c
8180                 also merge clamav and clamav_gtk plugins
8181
8182 2005-11-13 [colin]      1.9.100cvs10
8183
8184         * configure.ac
8185         * src/plugins/spamassassin/Makefile.am
8186         * src/plugins/spamassassin/spamassassin.c
8187         * src/plugins/spamassassin/spamassassin.h
8188         * src/plugins/spamassassin/spamassassin_gtk.c
8189                 Merge spamassassin and spamassassin_gtk plugins,
8190                 and build it by default.
8191
8192 2005-11-12 [colin]      1.9.100cvs9
8193
8194         * src/etpan/imap-thread.c
8195                 Fix gcc warning
8196
8197 2005-11-12 [colin]      1.9.100cvs8
8198
8199         * src/procmime.c
8200                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8201
8202 2005-11-10 [colin]      1.9.100cvs7
8203
8204         * src/main.c
8205                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8206                 minimised state)
8207
8208 2005-11-10 [wwp]        1.9.100cvs6
8209
8210         * src/gtk/description_window.c
8211                 fix a crash when closing description windows using the WM's [X] button
8212
8213 2005-11-09 [colin]      1.9.100cvs5
8214
8215         * src/common/ssl.c
8216                 Update libetpan call to follow upstream
8217                 (yes, this requires libetpan-0.40cvs3)
8218
8219 2005-11-08 [colin]      1.9.100cvs4
8220
8221         * src/compose.c
8222         * src/textview.c
8223         * src/common/utils.c
8224         * src/common/utils.h
8225                 Enhance the email parser
8226
8227 2005-11-08 [colin]      1.9.100cvs3
8228
8229         * src/procmime.c
8230                 Fix what looks like an off-by-one (fixes 
8231                 attachments from the Bat)
8232
8233 2005-11-08 [wwp]        1.9.100cvs2
8234
8235         * src/main.c
8236                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8237
8238 2005-11-08 [wwp]        1.9.100cvs1
8239
8240         * src/main.c
8241                 allow exiting Sylpheed-Claws from command-line
8242
8243 2005-11-08 [paul]       1.9.100
8244
8245         1.9.100 released
8246
8247 2005-11-07 [colin]      1.9.99cvs17
8248
8249         * src/addritem.c
8250         * src/ldif.c
8251                 Fix import of base-64 encoded items
8252
8253 2005-11-07 [colin]      1.9.99cvs16
8254
8255         * src/send_message.c
8256                 Fix bug #314 (Queue does not empty under certain 
8257                 circumstances)
8258
8259 2005-11-07 [paul]       1.9.99cvs15
8260
8261         * src/mutt.c
8262         * src/pine.c
8263                 fix buffer overflows
8264                 Thanks to Colin
8265
8266 2005-11-07 [paul]       1.9.99cvs14
8267
8268         * doc/man/Makefile.am
8269         * doc/man/sylpheed-claws.1      ** ADDED **
8270         * doc/man/sylpheed.1            ** DELETED **
8271                 rename and update the man file
8272
8273 2005-11-06 [colin]      1.9.99cvs13
8274
8275         * src/ldif.c
8276                 Fix ldif_get_line() that returned empty strings
8277                 (Didn't understand why). Also fix a possible
8278                 buffer overflow.
8279
8280 2005-11-06 [wwp]        1.9.99cvs12
8281
8282         * src/textview.c
8283         * src/gtk/about.c
8284         * src/gtk/gtkutils.c
8285         * src/gtk/gtkutils.h
8286                 fix a compilation warning,
8287                 make links sensitive in the about dialog
8288
8289 2005-11-04 [wwp]        1.9.99cvs11
8290
8291         * src/gtk/about.c
8292                 don't wrap or translate URIs, and a bit text format cleanup
8293
8294 2005-11-04 [wwp]        1.9.99cvs10
8295
8296         * src/gtk/about.c
8297                 better textview tagging implementation (no more use of marks for
8298                 postponed tagging)
8299
8300 2005-11-02 [colin]      1.9.99cvs9
8301
8302         * src/common/ssl.c
8303                 Forgot an ifdef
8304
8305 2005-11-02 [colin]      1.9.99cvs8
8306
8307         * configure.ac
8308                 Require libetpan-0.40 due to upstream fix
8309         * src/common/ssl.c
8310                 Tell libetpan not to call SSL_Library_Init,
8311                 as we do it ourselves.
8312
8313 2005-11-02 [colin]      1.9.99cvs7
8314
8315         * po/POTFILES.in
8316                 Add missing files (thanks to Fabien Vantard)
8317
8318 2005-11-02 [colin]      1.9.99cvs6
8319
8320         * src/summaryview.c
8321                 Fix totals when read messages are hidden or quicksearch
8322                 is on
8323         * src/ssl_manager.c
8324         * src/ssl_manager.h
8325         * src/common/ssl_certificate.c
8326         * src/common/ssl_certificate.h
8327         * src/gtk/sslcertwindow.c
8328         * src/gtk/sslcertwindow.h
8329                 Fix copyright on my stuff
8330
8331 2005-11-02 [wwp]        1.9.99cvs5
8332
8333         * src/prefs_themes.c
8334                 fix directory name checking (theme installation/removal),
8335                 made related error a bit more verbose
8336
8337 2005-11-02 [colin]      1.9.99cvs4
8338
8339         * src/summaryview.c
8340                 Fix typo (probably fixes bug #841 (Sort by the From 
8341                 field doesn't work)
8342
8343 2005-11-02 [paul]       1.9.99cvs3
8344
8345         * po/ko.po
8346         * po/nb.po
8347                 updated by SungHyun Nam, Geir Helland
8348         * src/wizard.c
8349                 fix typo in welcome message. spotted by
8350                 Andrea Spadaccini
8351
8352 2005-11-01 [colin]      1.9.99cvs2
8353
8354         * src/compose.c
8355                 Fix replying to ml wen confirming subscription
8356         * src/messageview.c
8357         * src/mimeview.c
8358         * src/mimeview.h
8359         * src/privacy.h
8360         * src/summaryview.c
8361                 Make key check non blocking
8362
8363 2005-10-31 [paul]       1.9.99cvs1
8364
8365         * tools/claws.i18n.status.pl
8366                 updated for ChangeLog
8367
8368 2005-10-31 [paul]       1.9.99
8369
8370         1.9.99 released
8371
8372 2005-10-31 [paul]       1.9.15cvs131
8373
8374         * .cvsignore
8375         * ChangeLog
8376         * ChangeLog.claws       ** REMOVED **
8377         * ChangeLog-gtk2.claws  ** REMOVED **
8378         * ChangeLog.gtk1        ** ADDED **
8379         * INSTALL
8380         * Makefile.am
8381         * NEWS
8382         * README
8383         * README.claws          ** REMOVED **
8384         * README.jp             ** REMOVED **
8385         * RELEASE_NOTES         ** ADDED **
8386         * RELEASE_NOTES.claws   ** REMOVED **
8387         * commitHelper
8388         * configure.ac
8389         * sylpheed.spec.in      ** REMOVED **
8390                 tidy up and update the default docs:
8391                 ChangeLog.claws is renamed ChangeLog.gtk1
8392                 ChangeLog-gtk2.claws is renamed ChangeLog
8393                 README.claws is renamed README
8394                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8395
8396 2005-10-31 [paul]       1.9.15cvs130
8397
8398         * po/it.po
8399                 fix errors
8400
8401 2005-10-31 [paul]       1.9.15cvs129
8402
8403         * po/ca.po
8404         * po/de.po
8405         * po/en_GB.po
8406         * po/fr.po
8407         * po/it.po
8408         * po/pt_BR.po
8409         * po/sk.po
8410         * po/sr.po
8411         * po/zh_CN.po
8412                 updated by Miquel Oliete, Stephan Sachse and
8413                 Thomas Gilgin, me, Fabien Vantard, Andrea
8414                 Spadaccini, Frederico Goncalves Guimaraes,
8415                 Andrej Kacian, Aleksandar Urosevic, and
8416                 Ralgh Young.
8417
8418 2005-10-31 [mones]      1.9.15cvs128
8419
8420         * manual/faq.xml
8421                 More questions.
8422         
8423         * po/es.po
8424                 Updated for release.
8425
8426 2005-10-30 [colin]      1.9.15cvs127
8427
8428         * src/compose.c
8429                 Place cursor before rewrapping (fixes cursor
8430                 pos if quotation gets rewrapped)
8431
8432 2005-10-29 [paul]       1.9.15cvs126
8433
8434         * src/crash.c
8435         * src/foldersel.c
8436         * src/main.c
8437         * src/messageview.c
8438         * src/toolbar.c
8439         * src/gtk/authors.h
8440                 corrections to text items
8441
8442 2005-10-28 [colin]      1.9.15cvs125
8443
8444         * src/messageview.c
8445                 Make "hit 'C' to check sig" work from extern 
8446                 messageviews
8447
8448 2005-10-27 [colin]      1.9.15cvs124
8449
8450         * src/summaryview.c
8451                 Add a hack to avoid segfaulting when hammering 
8452                 on gtk's events
8453
8454 2005-10-27 [wwp]        1.9.15cvs123
8455
8456         * src/prefs_themes.c
8457                 sort list of themes names in themes prefs
8458
8459 2005-10-27 [paul]       1.9.15cvs122
8460
8461         * src/folder.c
8462         * src/prefs_account.c
8463                 fix building on Solaris
8464                 Patch by Alex Moore
8465
8466 2005-10-27 [wwp]        1.9.15cvs121
8467
8468         * src/summaryview.c
8469         * src/gtk/gtksctree.c
8470                 speed up unselecting messages in summary view (thanks to Colin)
8471
8472 2005-10-27 [paul]       1.9.15cvs120
8473
8474         * src/mainwindow.c
8475                 fix a compilation warning
8476         * src/summaryview.c
8477                 fix updating of 'n items selected' count
8478                 when deselecting
8479
8480 2005-10-27 [martin]     1.9.15cvs119
8481
8482         * src/action.c
8483                 ignore actions with a leading '/' in the action menu name
8484                 fixes a crash on menu creation
8485         * src/prefs_actions.c
8486                 do not allow a leading '/' in the action menu name
8487
8488 2005-10-27 [paul]       1.9.15cvs118
8489
8490         * src/main.c
8491                 fix compilation warning
8492
8493 2005-10-27 [paul]       1.9.15cvs117
8494
8495         * src/procmime.c
8496                 add #if HAVE_LOCALE_H
8497
8498 2005-10-27 [paul]       1.9.15cvs116
8499
8500         * src/plugins/clamav/clamav_plugin.c
8501         * src/plugins/dillo_viewer/dillo_viewer.c
8502         * src/plugins/mathml_viewer/mathml_viewer.c
8503         * src/plugins/pgpcore/plugin.c
8504         * src/plugins/pgpinline/plugin.c
8505         * src/plugins/pgpmime/plugin.c
8506         * src/plugins/spamassassin/spamassassin.c
8507         * src/plugins/trayicon/trayicon.c
8508                 plugin_init() : make error messages more
8509                 informative
8510
8511 2005-10-26 [wwp]        1.9.15cvs115
8512
8513         * src/prefs_matcher.c
8514                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8515
8516 2005-10-26 [wwp]        1.9.15cvs114
8517
8518         * src/procmime.c
8519         * src/gtk/gtksctree.c
8520         * src/plugins/spamassassin/libspamc.c
8521         * src/plugins/spamassassin/spamassassin.c
8522                 fix some compilation warnings more
8523
8524 2005-10-26 [mones]      1.9.15cvs113
8525
8526         * po/es.po
8527                 Updated translation
8528
8529 2005-10-26 [paul]       1.9.15cvs112
8530
8531         * src/prefs_message.c
8532                 give all display_xface stuff the
8533                 #if HAVE_LIBCOMPFACE treatment, thus
8534                 preventing a crash
8535                 (Thanks to Wolfgang Enderlein)
8536
8537 2005-10-26 [colin]      1.9.15cvs111
8538
8539         * src/gedit-print.c
8540                 Fix date format
8541         * src/imap_gtk.c
8542         * src/news_gtk.c
8543                 Remove context menu items that should not be there
8544         * src/jpilot.c
8545                 Fix encoding
8546         * src/main.c
8547         * src/mainwindow.c
8548                 Don't show the mainwindow too soon
8549
8550 2005-10-26 [wwp]        1.9.15cvs110
8551
8552         * src/folder.c
8553         * src/manual.c
8554         * src/summaryview.c
8555                 fix uninitialized pointers in the folder updating hook
8556                 (thanks to Colin)
8557
8558 2005-10-25 [mones]      1.9.15cvs109
8559
8560         * manual/faq.xml
8561                 General information subsection completed. 
8562                 Removed archaic references.
8563                 
8564         * manual/Makefile
8565         * manual/dtd/manual.dsl
8566                 Added customization stylesheet for getting paragraphs
8567                 fully justified in PDF output (as suggested by Colin).
8568
8569 2005-10-25 [colin]      1.9.15cvs108
8570
8571         * src/compose.c
8572                 Fix a second leak
8573
8574 2005-10-25 [colin]      1.9.15cvs107
8575
8576         * src/addrbook.c
8577         * src/addrindex.c
8578                 Fix leak (xml_get_element() allocates memory)
8579         * src/compose.c
8580                 Fix leak + dead code (shame!)
8581         * src/procmime.c
8582                 Fix leak
8583
8584 2005-10-25 [colin]      1.9.15cvs106
8585
8586         * src/mimeview.c
8587                 Fix encoding issue in Save all and in 
8588                 overwrite-confirmation alertpanel
8589
8590 2005-10-25 [colin]      1.9.15cvs105
8591
8592         * src/common/socket.c
8593                 Fix a leak - Thanks to Christopher Aillon
8594                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8595
8596 2005-10-25 [paul]       1.9.15cvs104
8597
8598         * src/wizard.c
8599                 Always guess servers from the right-hand
8600                 email part and guess username from the
8601                 left-hand part. (Thanks to Colin)
8602                 add an X-Face to the welcome message
8603
8604 2005-10-25 [paul]       1.9.15cvs103
8605
8606         * manual/handling.xml
8607                 written by Colin, edited by me
8608
8609 2005-10-25 [wwp]        1.9.15cvs102
8610
8611         * src/folderview.c
8612         * src/grouplistdialog.c
8613         * src/imap.c
8614         * src/noticeview.c
8615                 fix some compilation warnings
8616
8617 2005-10-24 [paul]
8618
8619         1.9.99-rc3 released
8620
8621 2005-10-24 [paul]       1.9.15cvs101
8622
8623         * src/gtk/about.c
8624                 fix window sizing
8625
8626 2005-10-24 [paul]       1.9.15cvs100
8627
8628         * src/pixmaps/offline.xpm
8629         * src/pixmaps/online.xpm
8630                 replace with last default versions
8631
8632 2005-10-24 [colin]      1.9.15cvs99
8633
8634         * src/imap.c
8635                 Fix bug when moving a folder
8636         * src/imap_gtk.c
8637         * src/mh_gtk.c
8638                 "Delete folder" pops up a window, so it 
8639                 should be suffixed with "..."
8640         * src/plugins/pgpcore/sgpgme.c
8641                 Include locale.h
8642
8643 2005-10-24 [mones]      1.9.15cvs98
8644
8645         * manual/Makefile
8646         * manual/account.xml
8647         * manual/ack.xml
8648         * manual/addrbook.xml
8649         * manual/advanced.xml
8650         * manual/faq.xml
8651         * manual/glossary.xml
8652         * manual/gpl.xml
8653         * manual/handling.xml
8654         * manual/intro.xml
8655         * manual/keyboard.xml
8656         * manual/manual.xml
8657         * manual/plugins.xml
8658         * manual/starting.xml
8659         * manual/dtd/sdocbook.dtd
8660                 Initial manual structure and some content.
8661
8662 2005-10-23 [wwp]        1.9.15cvs97
8663
8664         * src/gtk/about.c
8665                 fix a typo
8666
8667 2005-10-23 [wwp]        1.9.15cvs96
8668
8669         * src/gtk/about.c
8670         * src/gtk/authors.h
8671                 rework of the about window (main work by Paul), also featuring a few
8672                 fixes for typos and duplicate names
8673
8674 2005-10-23 [wwp]        1.9.15cvs95
8675
8676         * src/.cvsignore
8677                 Ignore the right binary name (sylpheed-claws now)
8678
8679 2005-10-23 [paul]       1.9.15cvs94
8680
8681         * src/compose.c
8682                 when using Folder Pref 'Default To for
8683                 replies' make the entry in the Compose
8684                 window bold
8685                 Patch by Fabien Vantard
8686
8687 2005-10-22 [colin]      1.9.15cvs93
8688
8689         * src/codeconv.c
8690                 Fix leak
8691
8692 2005-10-22 [colin]      1.9.15cvs92
8693
8694         * src/codeconv.c
8695                 try to convert using locale (apart utf8) if necessary
8696
8697 2005-10-22 [colin]      1.9.15cvs91
8698
8699         * src/pixmaps/new.xpm
8700         * src/pixmaps/unread.xpm
8701                 Make the unread envelope blue again and
8702                 saturate the new one a bit more.
8703
8704 2005-10-22 [colin]      1.9.15cvs90
8705
8706         * src/compose.c
8707                 When replying to a mail sent by one of our accounts,
8708                 use the original list of recipients. Let 'Reply All'
8709                 and 'Reply to sender' work like previously.
8710
8711 2005-10-21 [colin]      1.9.15cvs89
8712
8713         * src/prefs_filtering.c
8714                 Clear fields after add and replace
8715         * src/textview.c
8716                 Display xface differently (better)
8717         * src/plugins/pgpinline/pgpinline.c
8718                 Fix crappy encodings/recodings
8719
8720 2005-10-21 [paul]       1.9.15cvs88
8721
8722         * src/compose.c
8723         * src/prefs_folder_item.c
8724         * src/toolbar.c
8725                 fix news folder Folder Properties
8726                 (thanks to Colin)
8727         * src/folderview.c
8728                 update folderview after Themes change
8729                 keep selected folder selected
8730                 (thanks to Colin)
8731
8732 2005-10-21 [paul]       1.9.15cvs87
8733
8734         * tools/Makefile.am
8735         * tools/OOo2sylpheed.pl
8736         * tools/README
8737         * tools/README.sylprint
8738         * tools/asus_mailled.sh         ** REMOVED **
8739         * tools/filter_conv.pl
8740         * tools/freshmeat_search.pl
8741         * tools/google_search.pl
8742         * tools/gpg-sign-syl            ** REMOVED **
8743         * tools/kmail2sylpheed.pl
8744         * tools/kmail2sylpheed_v2.pl
8745         * tools/multiwebsearch.pl
8746         * tools/nautilus2sylpheed.sh
8747         * tools/newscache_clean.pl
8748         * tools/outlook2sylpheed.pl
8749         * tools/sylpheed-switcher       ** REMOVED **
8750         * tools/sylprint.pl
8751         * tools/sylprint.rc
8752         * tools/tb2sylpheed
8753         * tools/vcard2xml.py
8754         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8755                 update default config dir
8756                 update binary name (thanks to Fabien Vantard)
8757                 remove obsolete scripts
8758
8759 2005-10-21 [colin]      1.9.15cvs86
8760
8761         * src/inc.c
8762                 Fix possible leak and units. Based on a patch by
8763                 Fabien Vantard.
8764
8765 2005-10-20 [colin]      1.9.15cvs85
8766
8767         * src/textview.c
8768                 Clear xface when clearing textview
8769
8770 2005-10-20 [colin]      1.9.15cvs84
8771
8772         * configure.ac
8773         * src/folderview.c
8774         * src/headerview.c
8775         * src/main.c
8776         * src/prefs_common.c
8777         * src/prefs_common.h
8778         * src/prefs_message.c
8779         * src/textview.c
8780         * src/textview.h
8781         * src/common/defs.h
8782         * src/common/utils.c
8783         * src/common/utils.h
8784         * src/gtk/gtkutils.c
8785         * src/gtk/gtkutils.h
8786                 Migrate config to .sylpheed-claws (Automatically)
8787                 Add a way to get the Xface in the TextView
8788
8789 2005-10-20 [colin]      1.9.15cvs83
8790
8791         * src/gtk/Makefile.am
8792         * src/gtk/about.c
8793         * src/gtk/authors.h
8794                 Make the about dialog *grooovy*
8795
8796 2005-10-20 [colin]      1.9.15cvs82
8797
8798         * src/mimeview.c
8799                 Use "Open with" on double click if no command
8800                 was found
8801
8802 2005-10-20 [colin]      1.9.15cvs81
8803
8804         * src/imap.c
8805         * src/etpan/imap-thread.c
8806                 Fix possible crash.
8807
8808 2005-10-20 [paul]       1.9.15cvs80
8809
8810         * src/folder.c
8811                 don't show clipkey icon if the only
8812                 attachment is the signature
8813                 Patch by Colin
8814
8815 2005-10-20 [paul]       1.9.15cvs79
8816
8817         * AUTHORS
8818         * src/plugins/pgpmime/pgpmime.c
8819                 name the PGP/MIME signature 'signature.asc'
8820                 Patch by Andrew Nelson <freeandy@gmail.com>
8821
8822 2005-10-19 [colin]      1.9.15cvs78
8823
8824         * src/plugins/pgpmime/pgpmime.c
8825                 Oops, no need to double-check though
8826
8827 2005-10-19 [colin]      1.9.15cvs77
8828
8829         * src/plugins/pgpinline/pgpinline.c
8830         * src/plugins/pgpmime/pgpmime.c
8831                 Check that my_tmpfile() doesn't 
8832                 return NULL
8833
8834 2005-10-19 [colin]      1.9.15cvs76
8835
8836         * src/common/utils.c
8837                 Use shorter mime boundaries to avoid having
8838                 MTAs rewrapping our headers, breaking the
8839                 PGP signature in the process 
8840         * src/compose.c
8841         * src/plugins/pgpmime/pgpmime.c
8842                 Check for boundary uniqueness to be sure
8843                 it won't happen, instead of hoping for the
8844                 best
8845
8846 2005-10-19 [colin]      1.9.15cvs75
8847
8848         * sylpheed-claws.desktop
8849         * src/Makefile.am
8850         * src/main.c
8851                 Ship a sylpheed-claws binary instead
8852                 of a sylpheed one. Change the socket
8853                 name, too
8854         * src/folderview.c
8855                 Update folder only if it changed
8856         * src/wizard.c
8857                 Fix i18n in welcome mail, patch by
8858                 Fabien Vantard
8859
8860 2005-10-19 [paul]
8861
8862         1.9.99-rc2 released
8863
8864 2005-10-19 [paul]       1.9.15cvs74
8865
8866         * src/folder.c
8867         * src/folderview.c
8868                 fix summaryview update
8869                 Patch by Colin
8870
8871 2005-10-18 [colin]      1.9.15cvs73
8872
8873         * src/plugins/pgpcore/passphrase.c
8874                 Don't XGrabServer, and try a bit more to 
8875                 sync everything before grabbing mouse/keyboard
8876
8877 2005-10-18 [colin]      1.9.15cvs72
8878
8879         * src/Makefile.am
8880         * src/addressadd.c
8881         * src/addressbook.c
8882         * src/folderview.c
8883         * src/grouplistdialog.c
8884         * src/mimeview.c
8885         * src/stock_pixmap.c
8886         * src/stock_pixmap.h
8887         * src/summaryview.c
8888         * src/gtk/gtksctree.c
8889         * src/gtk/gtksctree.h
8890         * src/pixmaps/empty.xpm
8891                 Implement a wrapper call for gtk_ctree_set_node_info
8892                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8893                 pixmap instead of a NULL one. This works around some
8894                 memory problems deep inside gtk, revealed by valgrind,
8895                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8896                 as locked crashes sylpheed.), as well as, probably, 
8897                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8898
8899 2005-10-17 [colin]      1.9.15cvs71
8900
8901         * src/mimeview.c
8902                 Provide visual feedback when checking
8903                 signature
8904
8905 2005-10-17 [colin]      1.9.15cvs70
8906
8907         * src/main.c
8908                 Keep the folder list frozen while checking caches...
8909
8910 2005-10-17 [colin]      1.9.15cvs69
8911
8912         * src/addr_compl.c
8913                 Fi bug #833 (Autocompleting from addressbook 
8914                 fails with extended chars)
8915         * src/imap.c
8916                 Fix 'adding messages' staying in statusbar
8917                 after an error
8918
8919 2005-10-17 [wwp]        1.9.15cvs68
8920
8921         * src/ssl_manager.c
8922                 Fix buttons' layout resizing when window size changes
8923
8924 2005-10-17 [wwp]        1.9.15cvs67
8925
8926         * src/account.c
8927         * src/prefs_account.c
8928         * src/prefs_common.c
8929         * src/prefs_common.h
8930         * src/prefs_folder_item.c
8931         * src/prefs_gtk.c
8932         * src/gtk/logwindow.c
8933         * src/gtk/pluginwindow.c
8934         * src/gtk/prefswindow.c
8935         * src/gtk/prefswindow.h
8936                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8937
8938 2005-10-17 [paul]       1.9.15cvs66
8939
8940         * configure.ac
8941                 fix missing libetpan message
8942         * po/en_GB.po
8943                 updated
8944         * src/crash.c
8945         * src/manual.c
8946         * src/prefs_themes.c
8947         * src/common/defs.h
8948                 add some new URI defines, change some
8949                 others
8950         * src/wizard.c
8951                 make welcome message translatable
8952                 small improvements to english
8953                 other tweaks
8954         * src/gtk/menu.c
8955                 fix warnings
8956
8957 2005-10-17 [paul]       1.9.15cvs65
8958
8959         * src/summaryview.c
8960                 fix column titles
8961
8962 2005-10-16 [mones]      1.9.15cvs64
8963
8964         * po/es.po
8965                 Updated translation
8966
8967 2005-10-16 [colin]
8968
8969         1.9.99-rc1 released
8970
8971 2005-10-16 [colin]      1.9.15cvs63
8972
8973         * src/wizard.c
8974                 Fix whitespace
8975
8976 2005-10-16 [colin]      1.9.15cvs62
8977
8978         * src/toolbar.c
8979                 s/Get All/Get Mail/
8980         * src/wizard.c
8981                 Real welcome mail text, thanks Paul
8982
8983 2005-10-16 [colin]      1.9.15cvs61
8984
8985         * src/editldap.c
8986         * src/exporthtml.c
8987         * src/main.c
8988         * src/mainwindow.c
8989         * src/prefs_themes.c
8990         * src/prefs_toolbar.c
8991         * src/plugins/demo/demo.c
8992         * src/plugins/trayicon/trayicon.c
8993                 s/Sylpheed/Sylpheed-Claws/
8994
8995 2005-10-16 [colin]      1.9.15cvs60
8996
8997         * src/wizard.c
8998                 Add a welcome email in the first empty mailbox
8999         * src/prefs_common.c
9000                 Change one more default
9001
9002 2005-10-16 [colin]      1.9.15cvs59
9003
9004         * src/wizard.c
9005                 Remove printf
9006
9007 2005-10-16 [colin]      1.9.15cvs58
9008
9009         * src/toolbar.c
9010         * src/prefs_common.c
9011                 Change some defaults
9012
9013 2005-10-16 [colin]      1.9.15cvs57
9014
9015         * src/toolbar.c
9016         * src/prefs_common.c
9017                 Change some defaults
9018
9019 2005-10-16 [colin]      1.9.15cvs56
9020
9021         * src/wizard.c
9022                 By default, initialize fonts to have
9023                 the same size as normal GtkWidgets
9024
9025 2005-10-16 [colin]      1.9.15cvs55
9026
9027         * src/mimeview.c
9028                 Fix message a bit more
9029
9030 2005-10-16 [colin]      1.9.15cvs54
9031
9032         * src/addressbook.c
9033                 Second attempt at flicker fixing
9034
9035 2005-10-16 [colin]      1.9.15cvs53
9036
9037         * src/addressbook.c
9038                 Fix flicker
9039
9040 2005-10-16 [wwp]        1.9.15cvs52
9041
9042         * src/addressbook.c
9043         * src/editaddress.c
9044         * src/prefs_common.c
9045         * src/prefs_common.h
9046                 Remember window sizes (address book)
9047
9048 2005-10-16 [wwp]        1.9.15cvs51
9049
9050         * src/plugins/clamav/clamav_plugin_gtk.c
9051         * src/plugins/spamassassin/spamassassin_gtk.c
9052                 Fix compilation warnings (missing #include).
9053
9054 2005-10-16 [colin]      1.9.15cvs50
9055
9056         * src/mimeview.c
9057         * src/summaryview.c
9058         * src/textview.c
9059                 Make 'c' check signature, and forward
9060                 c, l, y, t from summaryview to mimeview
9061
9062 2005-10-16 [colin]      1.9.15cvs49
9063
9064         * src/addressbook.c
9065                 Put border around buttons
9066         * src/mainwindow.c
9067         * src/summaryview.c
9068                 Rework menus (Patch based on a patch
9069                 by Paul)
9070
9071 2005-10-15 [wwp]        1.9.15cvs48
9072
9073         * src/editjpilot.c
9074         * src/editldap.c
9075         * src/editvcard.c
9076         * src/exphtmldlg.c
9077         * src/expldifdlg.c
9078         * src/export.c
9079         * src/import.c
9080         * src/importldif.c
9081         * src/importmutt.c
9082         * src/importpine.c
9083         * src/prefs_account.c
9084         * src/prefs_spelling.c
9085         * src/gtk/gtkutils.c
9086         * src/gtk/gtkutils.h
9087         * src/plugins/clamav/clamav_plugin_gtk.c
9088         * src/plugins/spamassassin/spamassassin_gtk.c
9089                 use nicer browse-for-file/dir buttons than the "..." ones,
9090                 code factorizing more.
9091
9092 2005-10-14 [colin]      1.9.15cvs47
9093
9094         * src/mainwindow.c
9095                 set relief on the account switcher so that people see it
9096                 grey out Create processing rules when no message is selected
9097         * src/prefs_filtering.c
9098                 ask before closing if the rule has not been modified, even if
9099                 it's not valid
9100         * src/prefs_matcher.c
9101                 fix sensitivity when entering the dialog
9102         * src/gtk/inputdialog.c
9103                 display a better icon on password ask
9104         * src/plugins/pgpcore/passphrase.c
9105                 make the dialog look better
9106
9107 2005-10-14 [paul]       1.9.15cvs46
9108
9109         * src/folderview.c
9110                 indicate presense of marked msgs in
9111                 unexpanded subfolders
9112
9113 2005-10-14 [paul]       1.9.15cvs45
9114
9115         * src/prefs_actions.c
9116         * src/prefs_common.c
9117         * src/prefs_common.h
9118         * src/prefs_filtering_action.c
9119         * src/prefs_matcher.c
9120         * src/prefs_template.c
9121                 remember window sizes
9122                 fix Info button size
9123
9124         Patches by wwp
9125
9126 2005-10-13 [colin]      1.9.15cvs44
9127
9128         * src/mimeview.c
9129         * src/noticeview.c
9130         * src/noticeview.h
9131                 Add a tooltip on the icon (optional) 
9132                 Get rid of the signature buttons and only
9133                 use the icon+tooltip
9134
9135 2005-10-13 [colin]      1.9.15cvs43
9136
9137         * src/noticeview.c
9138         * src/noticeview.h
9139                 Add hand cursor for hovering over icon
9140
9141 2005-10-13 [colin]      1.9.15cvs42
9142
9143         * src/summaryview.c
9144                 Fix crash when quicksearch's hidden 
9145                 at startup
9146
9147 2005-10-13 [colin]      1.9.15cvs41
9148
9149         * src/compose.c
9150                 Set subject when forwarding multiple mails
9151                 Check that other recipient than the default Cc or Bcc
9152                 have been set before sending.
9153
9154 2005-10-13 [colin]      1.9.15cvs40
9155
9156         * src/imap.c
9157                 Batch per-folder
9158                 Introduce locking, but don't use it yet
9159
9160 2005-10-13 [colin]      1.9.15cvs39
9161
9162         * src/gtk/quicksearch.c
9163                 Reset quicksearch when hiding it
9164                 Make sticky a real pref
9165
9166 2005-10-13 [colin]      1.9.15cvs38
9167
9168         * src/summaryview.c
9169                 Faster prefs apply
9170
9171 2005-10-13 [colin]      1.9.15cvs37
9172
9173         * src/mimeview.c
9174         * src/noticeview.c
9175         * src/noticeview.h
9176         * src/plugins/pgpcore/sgpgme.c
9177                 Make privacy icon clickable
9178                 Move Trust field in Full info
9179                 When trust is less than full, don't display
9180                 a warning icon
9181
9182 2005-10-13 [colin]      1.9.15cvs36
9183
9184         * src/folder.c
9185                 Batch on flags sync
9186         * src/folderview.c
9187                 Revert speed hack which is dangerous in fact
9188                 Apply prefs faster
9189
9190 2005-10-13 [colin]      1.9.15cvs35
9191
9192         * src/folder_item_prefs.c
9193                 Fix pref corruption on folder move. Patch
9194                 by wwp
9195
9196 2005-10-13 [paul]       1.9.15cvs34
9197
9198         * src/export.c
9199         * src/import.c
9200                 fix typos in g_warnings
9201         * src/prefs_account.c
9202                 add a file selector for Signature file
9203
9204         Patches by wwp
9205
9206 2005-10-12 [colin]      1.9.15cvs33
9207
9208         * src/mimeview.c
9209                 Provide a quick way to go back from a
9210                 signature's full info to the email part
9211
9212 2005-10-12 [colin]      1.9.15cvs32
9213
9214         * src/compose.c
9215                 Remove old hack of encoding signed mails with base64.
9216                 QP works equally well.
9217
9218 2005-10-12 [colin]      1.9.15cvs31
9219
9220         * src/crash.c
9221                 Replace deprecated GtkText with GtkTextView
9222         * src/imap.c
9223                 Fix a logic bug about counts in imap_select
9224                 (previously un-triggered)
9225         * src/mainwindow.c
9226         * src/summaryview.c
9227         * src/news.c
9228                 Allow local deletion of news posts
9229         * src/mimeview.c
9230                 Show GPG noticeview on the message/rfc822 part
9231                 in addition to the text/plain one
9232         * src/prefs_image_viewer.c
9233           src/plugins/pgpcore/prefs_gpg.c
9234                 Polish (set the label as part of the checkbox)
9235         * src/wizard.c
9236                 Don't sit there doing nothing after destroying
9237                 the window - return err
9238
9239 2005-10-11 [colin]      1.9.15cvs30
9240
9241         * src/folderview.c
9242                 Apply processing rules before showing folders.
9243                 Early folder show (before flags sync) will only
9244                 be done when there are no processing rules (nor
9245                 pre- or post- ones)
9246         * src/imap.c
9247                 Fix stuff related to mail subdir, creation and 
9248                 deletion of folders 
9249         * src/imap_gtk.c
9250                 Don't allow creation of folders in NoInferior
9251                 folders, as it won't work
9252
9253 2005-10-10 [colin]      1.9.15cvs29
9254
9255         * src/compose.c
9256                 Reselect "None" Privacy system when selecting an
9257                 account with no privacy system defined
9258
9259 2005-10-10 [colin]      1.9.15cvs28
9260
9261         * src/mainwindow.c
9262                 Add Windows-1252 encoding
9263         * src/prefs_common.c
9264                 Rework some defaults:
9265                 - autosave to draft by default
9266                 - don't show header pane (it's already in the textview)
9267                 - Select first new or unread mail on entry
9268                 - Assume 'Yes' to change folder when there's no more
9269                   unread message
9270         * src/prefs_matcher.c
9271                 Fix a gtk assertion failure
9272         * src/gtk/colorlabel.c
9273                 Workaround bad repainting on selection
9274         * src/main.c
9275                 Freeze/thaw (a bit faster on ssh -X)
9276         * src/msgcache.c
9277                 Get rid of StrdupConverter that just adds an
9278                 extra strdup/free 
9279         * src/etpan/imap_thread.c
9280                 memset buf to 0
9281
9282 2005-10-10 [colin]      1.9.15cvs27
9283
9284         * src/export.c
9285         * src/import.c
9286                 Fix compile on gtk 2.4. Patch by wwp
9287
9288 2005-10-09 [colin]      1.9.15cvs26
9289
9290         * src/mainwindow.c
9291         * src/messageview.c
9292         * src/summaryview.c
9293                 Clarify forward menus. Patch by wwp
9294
9295 2005-10-09 [colin]      1.9.15cvs25
9296
9297         * src/compose.c
9298         * src/compose.h
9299                 Fix bug #829 (Non-working "Encrypt message by 
9300                 default when replying to an encrypted message")
9301
9302 2005-10-08 [colin]      1.9.15cvs24
9303
9304         * src/wizard.c
9305                 Fix bug #827 ("Welcome" setup wizard after a 
9306                 permission error gives up & forgets itself.)
9307
9308 2005-10-08 [colin]      1.9.15cvs23
9309
9310         * src/procmime.c
9311                 Fix bug #828 (Ignoring headers with spaces around = sign)
9312
9313 2005-10-08 [colin]      1.9.15cvs22
9314
9315         * src/export.c
9316                 Warning fix by wwp
9317
9318 2005-10-08 [colin]      1.9.15cvs21
9319
9320         * src/folder.c
9321         * src/folder.h
9322                 Add a processing_pending indicator, set on 
9323                 folder_item_open and cleared after 
9324                 folder_item_process_open
9325         * src/folderview.c
9326         * src/summaryview.c
9327                 wrap procmsg_msginfo_*_flags, and in the
9328                 wrapper check that there's no folder processing 
9329                 pending. If there is, defer the flags change until 
9330                 processing is done to avoid stepping over each
9331                 other's toes.
9332                 Freeze during processing, but not during scanning.
9333
9334 2005-10-07 [colin]      1.9.15cvs20
9335
9336         * src/plugins/pgpcore/passphrase.c
9337                 Fix bug #826 (X-Server hangs when 
9338                 right-clicking a PGP encrypted message)
9339
9340 2005-10-07 [paul]       1.9.15cvs19
9341
9342         * src/compose.c
9343                 fix compose_entries[]
9344                 patch by Fabien Vantard
9345
9346 2005-10-06 [colin]      1.9.15cvs18
9347
9348         * src/pixmaps/address.xpm
9349         * src/pixmaps/address_book.xpm
9350         * src/pixmaps/book.xpm
9351         * src/pixmaps/check_spelling.xpm
9352         * src/pixmaps/checkbox_off.xpm
9353         * src/pixmaps/checkbox_on.xpm
9354         * src/pixmaps/close.xpm
9355         * src/pixmaps/complete.xpm
9356         * src/pixmaps/continue.xpm
9357         * src/pixmaps/deleted.xpm
9358         * src/pixmaps/down_arrow.xpm
9359         * src/pixmaps/exec.xpm
9360         * src/pixmaps/forwarded.xpm
9361         * src/pixmaps/group.xpm
9362         * src/pixmaps/ignorethread.xpm
9363         * src/pixmaps/interface.xpm
9364         * src/pixmaps/jpilot.xpm
9365         * src/pixmaps/ldap.xpm
9366         * src/pixmaps/linewrap.xpm
9367         * src/pixmaps/linewrapcurrent.xpm
9368         * src/pixmaps/mail.xpm
9369         * src/pixmaps/mail_attach.xpm
9370         * src/pixmaps/mail_compose.xpm
9371         * src/pixmaps/mail_forward.xpm
9372         * src/pixmaps/mail_receive.xpm
9373         * src/pixmaps/mail_receive_all.xpm
9374         * src/pixmaps/mail_reply.xpm
9375         * src/pixmaps/mail_reply_to_all.xpm
9376         * src/pixmaps/mail_reply_to_author.xpm
9377         * src/pixmaps/mail_send.xpm
9378         * src/pixmaps/mail_send_queue.xpm
9379         * src/pixmaps/mime_application.xpm
9380         * src/pixmaps/mime_audio.xpm
9381         * src/pixmaps/mime_image.xpm
9382         * src/pixmaps/mime_message.xpm
9383         * src/pixmaps/mime_text_enriched.xpm
9384         * src/pixmaps/mime_text_html.xpm
9385         * src/pixmaps/mime_text_plain.xpm
9386         * src/pixmaps/mime_unknown.xpm
9387         * src/pixmaps/new.xpm
9388         * src/pixmaps/news_compose.xpm
9389         * src/pixmaps/offline.xpm
9390         * src/pixmaps/online.xpm
9391         * src/pixmaps/paste.xpm
9392         * src/pixmaps/preferences.xpm
9393         * src/pixmaps/privacy_emblem_encrypted.xpm
9394         * src/pixmaps/privacy_expired.xpm
9395         * src/pixmaps/privacy_failed.xpm
9396         * src/pixmaps/privacy_passed.xpm
9397         * src/pixmaps/privacy_signed.xpm
9398         * src/pixmaps/privacy_unknown.xpm
9399         * src/pixmaps/privacy_warn.xpm
9400         * src/pixmaps/properties.xpm
9401         * src/pixmaps/replied.xpm
9402         * src/pixmaps/search.xpm
9403         * src/pixmaps/unread.xpm
9404         * src/pixmaps/up_arrow.xpm
9405         * src/pixmaps/vcard.xpm
9406                 Modernize internal theme, with icons from the 
9407                 Gnomaws theme. Keep some of the old ones where
9408                 they were better.
9409
9410 2005-10-06 [colin]      1.9.15cvs17
9411
9412         * src/summaryview.c
9413                 Little optimisations + bugfix
9414         * src/toolbar.c
9415                 Remove default useless items - useless being defined
9416                 by the default relevant prefs
9417         * src/wizard.c
9418                 include config.h to make gettext work
9419         * src/prefs_themes.c
9420                 Fix selection of current theme in prefs
9421
9422 2005-10-06 [colin]      1.9.15cvs16
9423
9424         * src/prefs_common.c
9425         * src/prefs_common.h
9426         * src/prefs_summaries.c
9427         * src/folderview.c
9428                 Add a warning dialog on Mark all read 
9429                 (with pref to get rid of it)
9430
9431 2005-10-06 [paul]       1.9.15cvs15
9432
9433         * po/nb.po
9434         * po/pt_BR.po
9435                 updated by Geir Helland and Frederico
9436                 Goncalves Guimaraes
9437
9438 2005-10-05 [colin]      1.9.15cvs14
9439
9440         * src/folder.c
9441         * src/folder.h
9442         * src/folderview.c
9443         * src/folderview.h
9444         * src/imap_gtk.c
9445         * src/mh_gtk.c
9446         * src/mainwindow.c
9447         * src/setup.c
9448                 add a way to rescan without rebuilding
9449                 make moving a bit faster (less folders changes)
9450                 don't lock the tree on Get 
9451         * src/imap.c
9452                 Don't re-delete deleted messages before expunging
9453         * src/summaryview.c
9454                 Set batch mode when deleting mails
9455
9456 2005-10-05 [paul]       1.9.15cvs13
9457
9458         * src/mainwindow.c
9459         * src/mainwindow.h
9460                 fix disabled Execute menu item
9461         * src/toolbar.c
9462                 match the change in 1.9.15cvs10: use Compose
9463                 instead of News by default
9464
9465 2005-10-04 [colin]      1.9.15cvs12
9466
9467         * src/compose.c
9468                 When replying to an ML post with Reply-To set
9469                 to the poster's email, honor it (as before),
9470                 but also honor our user's request to reply to
9471                 the mailing list: set the ML address in the To
9472                 field and the Reply-To address in the Cc: 
9473                 field.
9474
9475 2005-10-04 [colin]      1.9.15cvs11
9476
9477         * src/plugins/trayicon/trayicon.c
9478                 Finish cosmetic change - thanks to wwp
9479
9480 2005-10-04 [colin]      1.9.15cvs10
9481
9482         * src/toolbar.c
9483                 Use Compose instead of Email by default.
9484                 Spotted by wwp.
9485
9486 2005-10-04 [colin]      1.9.15cvs9
9487
9488         * src/folder.c
9489         * src/folder.h
9490         * src/folderview.c
9491         * src/imap.c
9492         * src/etpan/imap-thread.c
9493         * src/etpan/imap-thread.h
9494                 Try to make IMAP faster, by simplifying SEARCH
9495                 commands, avoiding sending two STATUS in a row,
9496                 and deferring flags sync and processing just
9497                 after displaying the folder. 
9498                 This will update the SummaryView in certain
9499                 cases (new mails not already fetched, flags
9500                 changed from another client) but in a non-
9501                 blocking manner.
9502
9503 2005-10-04 [colin]      1.9.15cvs8
9504
9505         * src/plugins/trayicon/trayicon.c
9506                 Relabel "Offline" to "Work offline"
9507
9508 2005-10-04 [colin]      1.9.15cvs7
9509
9510         * src/export.c
9511         * src/import.c
9512         * src/mbox.c
9513                 Fix mbox import/export buglets
9514                 Patch by wwp
9515         * src/plugins/trayicon/trayicon.c
9516                 Add offline swithc
9517                 Patch by wwp
9518
9519 2005-10-04 [colin]      1.9.15cvs6
9520
9521         * src/folder.c
9522         * src/folderview.c
9523         * src/summaryview.c
9524                 Better fix (don't break mark all read) for cvs2
9525
9526 2005-10-03 [colin]      1.9.15cvs5
9527
9528         * src/folder.c
9529                 Use a sane sort by default
9530
9531 2005-10-03 [colin]      1.9.15cvs4
9532
9533         * src/inc.c
9534                 Add a 'Only once' button for overriding offline mode
9535         * src/prefs_account.c
9536         * src/wizard.c
9537                 Add Local mbox to the wizard
9538                 Add IMAP subdir to the wizard (or the wizard is useless
9539                 for such accounts, or even worse than useless)
9540                 Move IMAP subdir from Advanced to Receive tab, as it's
9541                 not that uncommon
9542
9543 2005-10-03 [colin]      1.9.15cvs3
9544
9545         * src/send_message.c
9546                 Forgot this one in cvs1
9547
9548 2005-10-03 [colin]      1.9.15cvs2
9549
9550         * src/folder.c
9551                 Faster close when leaving a folder with lots
9552                 of new mails. Idea by David Relson.
9553
9554 2005-10-03 [colin]      1.9.15cvs1
9555
9556         * src/compose.c
9557         * src/imap.c
9558         * src/inc.c
9559         * src/main.c
9560         * src/messageview.c
9561         * src/news.c
9562         * src/summaryview.c
9563         * src/gtk/sslcertwindow.c
9564         * src/plugins/trayicon/trayicon.c
9565                 Add accels to every AlertPanel. Patch by Fabien 
9566                 Vantard
9567
9568 2005-10-03 [paul]       1.9.15
9569
9570         1.9.15 released
9571
9572 2005-10-03 [paul]       1.9.14cvs68
9573
9574         * po/ca.po
9575         * po/de.po
9576         * po/es.po
9577         * po/fi.po
9578         * po/fr.po
9579         * po/sk.po
9580         * po/sr.po
9581         * po/zh_CN.po
9582                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9583                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9584                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9585
9586 2005-10-03 [paul]       1.9.14cvs67
9587
9588         * src/send_message.c
9589                 prevent hang on Cancel
9590                 patch by Colin
9591
9592 2005-10-03 [paul]       1.9.14cvs66
9593
9594         * src/main.c
9595                 fix crash in IMAP caused by discrepancy
9596                 between check_at_startup and offline mode
9597                 Patch by Colin
9598
9599 2005-10-01 [paul]       1.9.14cvs65
9600
9601         * src/inc.c
9602                 fix engrish
9603
9604 2005-10-01 [paul]       1.9.14cvs64
9605         * src/export.c
9606         * src/import.c
9607                 synchronise import_mbox() and export_mbox()
9608         * src/mbox.c
9609                 proc_mbox(): add alert if file cannot be opened
9610                 export_list_to_mbox(): test if dest file exists,
9611                 prompt user to overwrite if it does. add alert
9612                 if file cannot be created
9613                                                                 
9614         Patch by wwp
9615                                                                                                                 
9616
9617 2005-09-30 [paul]       1.9.14cvs63
9618
9619         * src/addressbook.c
9620                 Fix sensitivity of a menu
9621         * src/codeconv.c
9622                 Respect hidden pref for mails with no encoding
9623         * src/common/xml.c
9624                 Fix memory corruption
9625         * src/plugins/pgpcore/sgpgme.c
9626                 Fix segfault on incomplete sigs, and display
9627                 of S/Mime UIDs
9628
9629         Patches by Colin
9630
9631 2005-09-30 [colin]      1.9.14cvs62
9632
9633         * src/partial_download.c
9634                 Little logic fix in almost-dead code
9635         * src/pop.c
9636                 Fix partial download when there's no new mail
9637
9638 2005-09-29 [paul]       1.9.14cvs61
9639
9640         * src/plugins/pgpinline/pgpinline.c
9641                 fix bug 819, 'crash accessing sign message'
9642                 Patch by Colin
9643
9644 2005-09-28 [martin]     1.9.14cvs60
9645
9646         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9647                 fix bug #790 (Crash when restarting window manager (fluxbox))
9648
9649 2005-09-28 [paul]       1.9.14cvs59
9650
9651         * src/gtk/gtkaspell.c
9652                 fix off-by-one typo
9653
9654 2005-09-27 [colin]      1.9.14cvs58
9655
9656         * src/plugins/pgpcore/sgpgme.c
9657                 Report error when there's one, instead of
9658                 "Signature unchecked" 
9659
9660 2005-09-27 [colin]      1.9.14cvs57
9661
9662         * src/prefs_quote.c
9663                 Fix bug #816 (Weird quotation with spaces)
9664
9665 2005-09-27 [colin]      1.9.14cvs56
9666
9667         * src/codeconv.c
9668         * src/compose.c
9669         * src/compose.h
9670                 Put subject in compose's title
9671                 Fix Automatic encoding so that it's really automatic:
9672                 first try default locale's charset, then charset of the replied mail, 
9673                 then utf-8
9674                 Fix encoding of headers (must be in strict mode too)
9675
9676 2005-09-26 [colin]      1.9.14cvs55
9677
9678         * src/gtk/gtkaspell.c
9679                 Fix previous patch - don't color the space,
9680                 just uncolor it :)
9681
9682 2005-09-26 [colin]      1.9.14cvs54
9683
9684         * src/gtk/gtkaspell.c
9685                 Unmark space if possible
9686
9687 2005-09-26 [colin]      1.9.14cvs53
9688
9689         * src/imap.c
9690                 log_error instead of alertpanel according to the pref
9691         * src/etpan/imap-thread.c
9692                 Print connect status, copy only necessary size to 
9693                 logger
9694         * src/plugins/pgpmime/pgpmime.c
9695                 Handle S/Mime signatures (verification only). Patch based
9696                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9697
9698 2005-09-26 [paul]       1.9.14cvs52
9699
9700         * src/common/passcrypt.c
9701                 this 'workaround' not necessary on NetBSD.
9702                 Thanks to Daniel Gustafson
9703
9704 2005-09-26 [paul]
9705
9706         1.9.15-rc4 released
9707
9708 2005-09-26 [paul]       1.9.14cvs51
9709
9710         * src/summaryview.c
9711                 Skip currently selected message when
9712                 looking for next new or unread message
9713                 in current folder. Patch by Colin
9714         * src/common/passcrypt.c
9715                 eliminate warnings on *BSD. Patch by
9716                 Daniel Gustafson
9717
9718 2005-09-26 [colin]      1.9.14cvs50
9719
9720         * src/procmsg.c
9721                 Call postfiltering hook anyway
9722
9723 2005-09-22 [colin]      1.9.14cvs49
9724
9725         * src/codeconv.c
9726         * src/codeconv.h
9727                 Add a strict mode that doesn't replace with _
9728         * src/compose.c
9729         * src/compose.h
9730                 Use strict conversion while sending
9731                 Fix race when drafting while sending (happens
9732                 on IMAP)
9733                 Fix d'n'd of messages from summaryview
9734         * src/prefs_common.c
9735         * src/prefs_common.h
9736                 add hidden utf8_instead_of_locale_for_broken_mail 
9737                 pref for people that preferred the default charset 
9738                 to be utf8 for broken mails
9739         * src/quote_fmt_parse.y
9740                 fix bug #815 (No quote insert if "From:" fied 
9741                 contained Russian letters)
9742         * src/summaryview.c
9743                 Fix d'n'd of messages to compose
9744
9745 2005-09-22 [paul]       1.9.14cvs48
9746
9747         * src/compose.c
9748                 fix bug where attachments Name entry
9749                 would display Path instead
9750
9751 2005-09-21 [paul]       1.9.14cvs47
9752
9753         * README
9754         * README.jp
9755         * configure.ac
9756         * config/config.rpath
9757         * doc/manual/en/sylpheed-20.html
9758         * doc/manual/es/sylpheed-20.html
9759         * po/bg.po
9760         * po/ca.po
9761         * po/de.po
9762         * po/es.po
9763         * po/fr.po
9764         * po/it.po
9765         * po/pt_BR.po
9766         * po/sk.po
9767         * po/zh_TW.po
9768         * src/account.c
9769         * src/account.h
9770         * src/action.c
9771         * src/action.h
9772         * src/adbookbase.h
9773         * src/addr_compl.c
9774         * src/addr_compl.h
9775         * src/addrbook.c
9776         * src/addrbook.h
9777         * src/addrcache.c
9778         * src/addrcache.h
9779         * src/addrcindex.c
9780         * src/addrcindex.h
9781         * src/addrclip.c
9782         * src/addrclip.h
9783         * src/addrdefs.h
9784         * src/addressadd.c
9785         * src/addressadd.h
9786         * src/addressbook.c
9787         * src/addressbook.h
9788         * src/addressitem.h
9789         * src/addrgather.c
9790         * src/addrgather.h
9791         * src/addrharvest.c
9792         * src/addrharvest.h
9793         * src/addrindex.c
9794         * src/addrindex.h
9795         * src/addritem.c
9796         * src/addritem.h
9797         * src/addrquery.c
9798         * src/addrquery.h
9799         * src/addrselect.c
9800         * src/addrselect.h
9801         * src/alertpanel.c
9802         * src/alertpanel.h
9803         * src/browseldap.c
9804         * src/browseldap.h
9805         * src/codeconv.c
9806         * src/codeconv.h
9807         * src/compose.c
9808         * src/compose.h
9809         * src/crash.c
9810         * src/crash.h
9811         * src/customheader.c
9812         * src/customheader.h
9813         * src/displayheader.c
9814         * src/displayheader.h
9815         * src/editaddress.c
9816         * src/editaddress.h
9817         * src/editbook.c
9818         * src/editbook.h
9819         * src/editgroup.c
9820         * src/editgroup.h
9821         * src/editjpilot.c
9822         * src/editjpilot.h
9823         * src/editldap.c
9824         * src/editldap.h
9825         * src/editldap_basedn.c
9826         * src/editldap_basedn.h
9827         * src/editvcard.c
9828         * src/editvcard.h
9829         * src/enriched.c
9830         * src/enriched.h
9831         * src/exphtmldlg.c
9832         * src/exphtmldlg.h
9833         * src/expldifdlg.c
9834         * src/expldifdlg.h
9835         * src/export.c
9836         * src/export.h
9837         * src/exporthtml.c
9838         * src/exporthtml.h
9839         * src/exportldif.c
9840         * src/exportldif.h
9841         * src/filtering.c
9842         * src/filtering.h
9843         * src/folder.c
9844         * src/folder.h
9845         * src/folder_item_prefs.c
9846         * src/folder_item_prefs.h
9847         * src/foldersel.c
9848         * src/foldersel.h
9849         * src/folderutils.c
9850         * src/folderutils.h
9851         * src/folderview.c
9852         * src/folderview.h
9853         * src/grouplistdialog.c
9854         * src/grouplistdialog.h
9855         * src/headerview.c
9856         * src/headerview.h
9857         * src/html.c
9858         * src/html.h
9859         * src/image_viewer.c
9860         * src/image_viewer.h
9861         * src/imap.c
9862         * src/imap.h
9863         * src/imap_gtk.c
9864         * src/imap_gtk.h
9865         * src/import.c
9866         * src/import.h
9867         * src/importldif.c
9868         * src/importldif.h
9869         * src/importmutt.c
9870         * src/importmutt.h
9871         * src/importpine.c
9872         * src/importpine.h
9873         * src/inc.c
9874         * src/inc.h
9875         * src/jpilot.c
9876         * src/jpilot.h
9877         * src/ldapctrl.c
9878         * src/ldapctrl.h
9879         * src/ldaplocate.c
9880         * src/ldaplocate.h
9881         * src/ldapquery.c
9882         * src/ldapquery.h
9883         * src/ldapserver.c
9884         * src/ldapserver.h
9885         * src/ldaputil.c
9886         * src/ldaputil.h
9887         * src/ldif.c
9888         * src/ldif.h
9889         * src/localfolder.c
9890         * src/localfolder.h
9891         * src/main.c
9892         * src/main.h
9893         * src/mainwindow.c
9894         * src/mainwindow.h
9895         * src/manual.c
9896         * src/manual.h
9897         * src/matcher.c
9898         * src/matcher.h
9899         * src/matcher_parser.h
9900         * src/matcher_parser_lex.l
9901         * src/matcher_parser_parse.y
9902         * src/mbox.c
9903         * src/mbox.h
9904         * src/message_search.c
9905         * src/message_search.h
9906         * src/messageview.c
9907         * src/messageview.h
9908         * src/mh.c
9909         * src/mh.h
9910         * src/mh_gtk.c
9911         * src/mh_gtk.h
9912         * src/mimeview.c
9913         * src/mimeview.h
9914         * src/msgcache.c
9915         * src/msgcache.h
9916         * src/mutt.c
9917         * src/mutt.h
9918         * src/news.c
9919         * src/news.h
9920         * src/news_gtk.c
9921         * src/news_gtk.h
9922         * src/noticeview.c
9923         * src/noticeview.h
9924         * src/partial_download.c
9925         * src/partial_download.h
9926         * src/pine.c
9927         * src/pine.h
9928         * src/pop.c
9929         * src/pop.h
9930         * src/prefs_account.c
9931         * src/prefs_account.h
9932         * src/prefs_actions.c
9933         * src/prefs_actions.h
9934         * src/prefs_common.c
9935         * src/prefs_common.h
9936         * src/prefs_compose_writing.c
9937         * src/prefs_compose_writing.h
9938         * src/prefs_customheader.c
9939         * src/prefs_customheader.h
9940         * src/prefs_display_header.c
9941         * src/prefs_display_header.h
9942         * src/prefs_ext_prog.c
9943         * src/prefs_ext_prog.h
9944         * src/prefs_filtering.c
9945         * src/prefs_filtering.h
9946         * src/prefs_filtering_action.c
9947         * src/prefs_filtering_action.h
9948         * src/prefs_folder_column.c
9949         * src/prefs_folder_column.h
9950         * src/prefs_folder_item.c
9951         * src/prefs_folder_item.h
9952         * src/prefs_fonts.c
9953         * src/prefs_fonts.h
9954         * src/prefs_gtk.c
9955         * src/prefs_gtk.h
9956         * src/prefs_image_viewer.c
9957         * src/prefs_image_viewer.h
9958         * src/prefs_matcher.c
9959         * src/prefs_matcher.h
9960         * src/prefs_message.c
9961         * src/prefs_message.h
9962         * src/prefs_msg_colors.c
9963         * src/prefs_msg_colors.h
9964         * src/prefs_other.c
9965         * src/prefs_other.h
9966         * src/prefs_quote.c
9967         * src/prefs_quote.h
9968         * src/prefs_receive.c
9969         * src/prefs_receive.h
9970         * src/prefs_send.c
9971         * src/prefs_send.h
9972         * src/prefs_spelling.c
9973         * src/prefs_spelling.h
9974         * src/prefs_summaries.c
9975         * src/prefs_summaries.h
9976         * src/prefs_summary_column.c
9977         * src/prefs_summary_column.h
9978         * src/prefs_template.c
9979         * src/prefs_template.h
9980         * src/prefs_themes.c
9981         * src/prefs_themes.h
9982         * src/prefs_toolbar.c
9983         * src/prefs_toolbar.h
9984         * src/prefs_wrapping.c
9985         * src/prefs_wrapping.h
9986         * src/privacy.c
9987         * src/privacy.h
9988         * src/procheader.c
9989         * src/procheader.h
9990         * src/procmime.c
9991         * src/procmime.h
9992         * src/procmsg.c
9993         * src/procmsg.h
9994         * src/quote_fmt.c
9995         * src/quote_fmt_parse.y
9996         * src/recv.c
9997         * src/recv.h
9998         * src/remotefolder.c
9999         * src/remotefolder.h
10000         * src/send_message.c
10001         * src/send_message.h
10002         * src/setup.c
10003         * src/setup.h
10004         * src/simple-gettext.c
10005         * src/sourcewindow.c
10006         * src/sourcewindow.h
10007         * src/ssl_manager.c
10008         * src/ssl_manager.h
10009         * src/statusbar.c
10010         * src/statusbar.h
10011         * src/stock_pixmap.c
10012         * src/stock_pixmap.h
10013         * src/summary_search.c
10014         * src/summary_search.h
10015         * src/summaryview.c
10016         * src/summaryview.h
10017         * src/syldap.c
10018         * src/syldap.h
10019         * src/textview.c
10020         * src/textview.h
10021         * src/toolbar.c
10022         * src/toolbar.h
10023         * src/undo.c
10024         * src/undo.h
10025         * src/unmime.c
10026         * src/unmime.h
10027         * src/vcard.c
10028         * src/vcard.h
10029         * src/wizard.c
10030         * src/wizard.h
10031         * src/common/base64.c
10032         * src/common/base64.h
10033         * src/common/defs.h
10034         * src/common/hooks.c
10035         * src/common/hooks.h
10036         * src/common/log.c
10037         * src/common/log.h
10038         * src/common/md5.c
10039         * src/common/md5.h
10040         * src/common/mgutils.c
10041         * src/common/mgutils.h
10042         * src/common/nntp.c
10043         * src/common/nntp.h
10044         * src/common/passcrypt.c
10045         * src/common/passcrypt.h.in
10046         * src/common/plugin.c
10047         * src/common/plugin.h
10048         * src/common/prefs.c
10049         * src/common/prefs.h
10050         * src/common/progressindicator.c
10051         * src/common/progressindicator.h
10052         * src/common/quoted-printable.c
10053         * src/common/quoted-printable.h
10054         * src/common/session.c
10055         * src/common/session.h
10056         * src/common/smtp.c
10057         * src/common/smtp.h
10058         * src/common/socket.c
10059         * src/common/socket.h
10060         * src/common/ssl.c
10061         * src/common/ssl.h
10062         * src/common/ssl_certificate.c
10063         * src/common/ssl_certificate.h
10064         * src/common/string_match.c
10065         * src/common/string_match.h
10066         * src/common/stringtable.c
10067         * src/common/sylpheed.c
10068         * src/common/sylpheed.h
10069         * src/common/template.c
10070         * src/common/template.h
10071         * src/common/timing.h
10072         * src/common/utils.c
10073         * src/common/utils.h
10074         * src/common/uuencode.c
10075         * src/common/uuencode.h
10076         * src/common/version.h.in
10077         * src/common/xml.c
10078         * src/common/xml.h
10079         * src/common/xmlprops.c
10080         * src/common/xmlprops.h
10081         * src/gtk/about.c
10082         * src/gtk/about.h
10083         * src/gtk/colorlabel.c
10084         * src/gtk/colorlabel.h
10085         * src/gtk/colorsel.c
10086         * src/gtk/colorsel.h
10087         * src/gtk/description_window.c
10088         * src/gtk/description_window.h
10089         * src/gtk/filesel.c
10090         * src/gtk/filesel.h
10091         * src/gtk/foldersort.c
10092         * src/gtk/foldersort.h
10093         * src/gtk/gtkutils.c
10094         * src/gtk/gtkutils.h
10095         * src/gtk/inputdialog.c
10096         * src/gtk/inputdialog.h
10097         * src/gtk/logwindow.c
10098         * src/gtk/logwindow.h
10099         * src/gtk/manage_window.c
10100         * src/gtk/manage_window.h
10101         * src/gtk/menu.c
10102         * src/gtk/menu.h
10103         * src/gtk/pluginwindow.c
10104         * src/gtk/pluginwindow.h
10105         * src/gtk/prefswindow.c
10106         * src/gtk/prefswindow.h
10107         * src/gtk/progressdialog.c
10108         * src/gtk/progressdialog.h
10109         * src/gtk/quicksearch.c
10110         * src/gtk/quicksearch.h
10111         * src/gtk/sslcertwindow.c
10112         * src/gtk/sslcertwindow.h
10113         * src/plugins/clamav/clamav_plugin.c
10114         * src/plugins/clamav/clamav_plugin.h
10115         * src/plugins/clamav/clamav_plugin_gtk.c
10116         * src/plugins/demo/demo.c
10117         * src/plugins/dillo_viewer/dillo_prefs.c
10118         * src/plugins/dillo_viewer/dillo_prefs.h
10119         * src/plugins/dillo_viewer/dillo_viewer.c
10120         * src/plugins/mathml_viewer/mathml_viewer.c
10121         * src/plugins/pgpcore/passphrase.c
10122         * src/plugins/pgpcore/passphrase.h
10123         * src/plugins/pgpcore/plugin.c
10124         * src/plugins/pgpcore/prefs_gpg.c
10125         * src/plugins/pgpcore/prefs_gpg.h
10126         * src/plugins/pgpcore/select-keys.c
10127         * src/plugins/pgpcore/select-keys.h
10128         * src/plugins/pgpcore/sgpgme.c
10129         * src/plugins/pgpcore/sgpgme.h
10130         * src/plugins/pgpinline/pgpinline.c
10131         * src/plugins/pgpinline/pgpinline.h
10132         * src/plugins/pgpinline/plugin.c
10133         * src/plugins/pgpmime/pgpmime.c
10134         * src/plugins/pgpmime/pgpmime.h
10135         * src/plugins/pgpmime/plugin.c
10136         * src/plugins/spamassassin/spamassassin.c
10137         * src/plugins/spamassassin/spamassassin.h
10138         * src/plugins/spamassassin/spamassassin_gtk.c
10139         * src/plugins/trayicon/trayicon.c
10140         * tools/OOo2sylpheed.pl
10141         * tools/acroread2sylpheed.pl
10142         * tools/asus_mailled.sh
10143         * tools/filter_conv.pl
10144         * tools/freshmeat_search.pl
10145         * tools/google_search.pl
10146         * tools/kmail2sylpheed.pl
10147         * tools/kmail2sylpheed_v2.pl
10148         * tools/maildir2sylpheed.pl
10149         * tools/multiwebsearch.pl
10150         * tools/newscache_clean.pl
10151         * tools/outlook2sylpheed.pl
10152         * tools/sylpheed-switcher
10153         * tools/update-po
10154         * tools/vcard2xml.py
10155         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10156                 update FSF address
10157
10158 2005-09-21 [colin]      1.9.14cvs46
10159
10160         * src/gedit-print.c
10161         * src/procmsg.c
10162         * src/procmsg.h
10163         * src/textview.c
10164         * src/summaryview.c
10165                 Remove some printing hacks (deselection/reselection),
10166                 which by the way fix printing the currently 
10167                 displayed mime part (still only text)
10168                 Plus a little optimisation of summary_show
10169
10170
10171 2005-09-20 [colin]      1.9.14cvs45
10172
10173         * src/mainwindow.c
10174         * src/messageview.c
10175                 GUI fixups: add accels, set message
10176                 view title to displayed mail's subject
10177         * src/prefs_spelling.c
10178         * src/gtk/gtkaspell.c
10179                 GUI fixups: allow underlining misspelled
10180                 words instead of coloring them (a11y!)
10181
10182 2005-09-19 [colin]
10183
10184         1.9.15rc3 released
10185
10186 2005-09-19 [colin]      1.9.14cvs44
10187
10188         * src/compose.c
10189                 Fix draft message
10190         * src/gtk/gtkaspell.c
10191                 Fix wrong test ;-)
10192
10193 2005-09-19 [colin]      1.9.14cvs43
10194
10195         * src/addressbook.c
10196                 Fix sensitivity of Delete button
10197         * src/compose.c
10198                 Warn if the requested Privacy system
10199                 is not available
10200         * src/exphtmldlg.c
10201         * src/expldifdlg.c
10202         * src/importldif.c
10203         * src/importmutt.c
10204         * src/importpine.c
10205                 Fix crappy UI
10206         * src/
10207         * src/ssl.h
10208         * src/prefs_account.h
10209         * src/prefs_account.c
10210                 Save SSL prefs even in builds that have
10211                 SSL support disable
10212         * src/imap.c
10213         * src/inc.c
10214         * src/news.c
10215         * src/send_message.c
10216                 Warn if connection should be secure, but
10217                 SSL support isn't compiled in
10218         * src/gtkaspell.c
10219                 Fix word separation on UTF-8 systems
10220                 Fixes bug #812 (Strange inline spellchecking)
10221         * src/compose.c
10222                 Warn if the requested Privacy system
10223                 is not available
10224                 Factorize offline warning
10225         * src/imap.c
10226         * src/imap_gtk.c
10227         * src/imap_gtk.h
10228         * src/inc.h
10229         * src/news_gtk.c
10230         * src/news_gtk.h
10231         * src/messageview.c
10232                 Factorize offline warning
10233
10234 2005-09-19 [paul]
10235
10236         1.9.15-rc2 released
10237
10238 2005-09-18 [colin]      1.9.14cvs42
10239
10240         * src/codeconv.c
10241         * src/codeconv.h
10242         * src/procmime.c
10243                 Add a way to get locale's charset ignoring utf-8,
10244                 and use that as default encoding for broken mails
10245
10246 2005-09-18 [colin]      1.9.14cvs41
10247
10248         * src/gtk/logwindow.c
10249                 Translate string. Patch by Fabien Vantard
10250
10251 2005-09-18 [colin]      1.9.14cvs40
10252
10253         * configure.ac
10254                 Fix bug #803 (IMAP/SSL support breaks with 
10255                 GnuTLS libetpan 0.38)
10256
10257 2005-09-18 [colin]      1.9.14cvs39
10258
10259         * src/codeconv.c
10260         * src/compose.c
10261         * src/procmime.c
10262                 More charsets fixes. Fixes bug #806 (non
10263                 ascii characters in subject line)
10264
10265 2005-09-17 [paul]       1.9.14cvs38
10266
10267         * src/folderview.c
10268         * src/mainwindow.c
10269                 fix gcc-2.95 issues
10270                 Patch by Pawel Pekala
10271
10272 2005-09-17 [colin]      1.9.14cvs37
10273
10274         * src/addrindex.c
10275                 bugfix for NO-USE LDAP compilation, patch 
10276                 by Fabien Vantard
10277
10278 2005-09-17 [colin]      1.9.14cvs36
10279
10280         * src/prefs_actions.c
10281         * src/prefs_customheader.c
10282         * src/prefs_display_header.c
10283         * src/prefs_filtering_action.c
10284         * src/prefs_matcher.c
10285         * src/prefs_toolbar.c
10286                 Fix strange casts (less elegant but
10287                 works better)
10288
10289 2005-09-16 [colin]      1.9.14cvs35
10290
10291         * src/jpilot.c
10292                 Missed that one
10293
10294 2005-09-16 [colin]      1.9.14cvs34
10295
10296         * configure.ac
10297         * src/Makefile.am
10298         * src/addr_compl.c
10299         * src/addrindex.c
10300         * src/browseldap.c
10301         * src/editldap.c
10302         * src/ldaplocate.c
10303         * src/ldapquery.c
10304         * src/ldapquery.h
10305         * src/ldapserver.c
10306         * src/ldapserver.h
10307         * src/main.c
10308         * src/matcher_parser_parse.y
10309         * src/prefs_themes.c
10310         * src/etpan/Makefile.am
10311         * src/gtk/description_window.c
10312         * src/plugins/clamav/Makefile.am
10313         * src/plugins/clamav/clamav_plugin.c
10314         * src/plugins/dillo_viewer/Makefile.am
10315         * src/plugins/pgpcore/Makefile.am
10316         * src/plugins/pgpinline/Makefile.am
10317         * src/plugins/pgpmime/Makefile.am
10318         * src/plugins/trayicon/Makefile.am
10319                 Fix 100% cpu usage in address completion list
10320                 Fix little bugs (return with no values etc)
10321                 Fix all warnings (with common CFLAGS)
10322
10323 2005-09-15 [colin]      1.9.14cvs33
10324
10325         * src/addressbook.c
10326                 Fix bug where sometimes a group's email list is empty,
10327                 force its refresh (probably fixes "Re: how to create a 
10328                 distribution list")
10329         * src/ldapquery.c
10330                 Don't return to the callback in the main thread from the
10331                 fetch thread (or face segs!)
10332
10333 2005-09-15 [paul]       1.9.14cvs32
10334
10335         * src/prefs_matcher.c
10336                 forgotten in last commit
10337
10338 2005-09-15 [paul]       1.9.14cvs31
10339
10340         * src/prefs_actions.c
10341         * src/prefs_filtering_action.c
10342         * src/prefs_quote.c
10343         * src/quote_fmt.c
10344         * src/summaryview.c
10345         * src/gtk/description_window.c
10346         * src/gtk/description_window.h
10347         * src/gtk/quicksearch.c
10348                 allow interaction with the called
10349                 description window
10350                 Patch by Anders Hammar
10351
10352 2005-09-14 [paul]       1.9.14cvs30
10353
10354         * src/compose.c
10355                 fix a little annoyance when pasting with 3rd button 
10356                 with wrap_pastes=0 and wrap_input=1
10357                 Patch by Colin
10358
10359 2005-09-14 [paul]       1.9.14cvs29
10360
10361         * src/prefs_account.c
10362                 disable 'Filter messages on receiving' for
10363                 SMTP-only accounts
10364                 Patch  by Anders Hammar
10365
10366 2005-09-14 [paul]       1.9.14cvs28
10367
10368         * po/sk.po
10369                 fix crash
10370                 updated by Andrej Kacian
10371
10372 2005-09-14 [paul]
10373
10374         1.9.15-rc1 released
10375
10376 2005-09-14 [paul]       1.9.14cvs27
10377
10378         * po/es.po
10379                 updated by Ricardo Mones Lastra
10380         * src/compose.c
10381         * src/compose.h
10382                 associate no_wrap_tags to Compose windows
10383                 instead of using a static one
10384                 Patch by Colin
10385         * src/mbox.c
10386                 fix proc_mbox()
10387                 Patch by wwp
10388         * src/textview.c
10389                 remove unneeded printf()
10390
10391 2005-09-14 [paul]       1.9.14cvs26
10392
10393         * src/addrcache.c
10394         * src/codeconv.h
10395         * src/folder.h
10396         * src/mainwindow.h
10397         * src/mh.c
10398         * src/mimeview.h
10399         * src/partial_download.c
10400         * src/pop.c
10401         * src/prefs_account.c
10402         * src/prefs_account.h
10403         * src/prefs_actions.c
10404         * src/prefs_customheader.c
10405         * src/prefs_display_header.c
10406         * src/prefs_filtering_action.c
10407         * src/prefs_matcher.c
10408         * src/prefs_toolbar.c
10409         * src/privacy.h
10410         * src/procmime.c
10411         * src/procmime.h
10412         * src/procmsg.h
10413         * src/textview.c
10414         * src/undo.h
10415         * src/common/plugin.c
10416         * src/common/session.h
10417         * src/common/socket.c
10418         * src/common/socket.h
10419         * src/common/template.c
10420         * src/gtk/gtkaspell.c
10421         * src/gtk/quicksearch.h
10422         * src/plugins/pgpcore/passphrase.c
10423         * src/plugins/pgpcore/prefs_gpg.h
10424         * src/plugins/pgpcore/select-keys.c
10425         * src/plugins/pgpcore/select-keys.h
10426         * src/plugins/pgpcore/sgpgme.c
10427         * src/plugins/pgpinline/pgpinline.c
10428         * src/plugins/pgpmime/pgpmime.c
10429         * src/plugins/trayicon/trayicon.c
10430                 fix compilation warnings
10431                 Patch by Daniel Gustafson
10432
10433 2005-09-14 [paul]       1.9.14cvs25
10434
10435         * src/addressbook.c
10436                 add missing column header, and other small
10437                 bug fixes
10438                 Patch by Anders Hammar
10439
10440 2005-09-13 [colin]      1.9.14cvs24
10441
10442         * src/gtk/gtkaspell.c
10443                 Fix non-utf8 in menu
10444                 Fix little leaks
10445                 Nullify struct members after free()s
10446
10447 2005-09-13 [colin]      1.9.14cvs23
10448
10449         * src/compose.c
10450                 Test utf8 compliance before inserting to 
10451                 buffer, and try to convert if necessary
10452         * src/procmime.c
10453                 If no charset is present, use the locale 
10454                 one instead of us-ascii
10455         * src/procmsg.c
10456                 Add Sender, List-Post and To in the checked 
10457                 headers for automatic rules creation 
10458                 (thanks to wwp)
10459         * src/prefs_themes.c
10460         * src/gtk/gtkaspell.c
10461                 Remove deprecated functions. 
10462                 patch by Daniel Gustafson
10463
10464 2005-09-12 [colin]      1.9.14cvs22
10465
10466         * src/compose.c
10467                 Fix bug #448 (Scrolling/Redraw issue with 
10468                 address-fields in Header)
10469         * src/mainwindow.c
10470         * src/summaryview.c
10471         * src/summaryview.h
10472                 Fix loss of MSG_MARKED on move/copy
10473                 Fix bug #804 (Quicksearch togglebutton doesn't 
10474                 get depressed after '/' key is pressed)
10475
10476 2005-09-12 [paul]       1.9.14cvs21
10477
10478         * AUTHORS
10479         * src/gtk/logwindow.c
10480                 add 'Clear Log' to popup menu
10481                 Patch by Anders Hammar <anders.hammar@telia.com>
10482
10483 2005-09-12 [paul]       1.9.14cvs20
10484
10485         * src/compose.c
10486                 set correct sensitivity on attachments
10487                 popup menu
10488         * src/folder.c
10489                 fix typo
10490         * src/prefs_spelling.c
10491                 fix crash when no LANG env is set
10492         * src/common/xml.c
10493                 fix crash in wizard
10494                 don't use memeory after free
10495
10496         All patches by Daniel Gustafson
10497
10498 2005-09-12 [paul]       1.9.14cvs19
10499
10500         * src/prefs_themes.c
10501                 make theme info selectable
10502         * src/gtk/description_window.c
10503                 make window non-modal
10504         * tools/README
10505                 add details of asus_mailed.sh
10506         * tools/claws.i18n.status.pl
10507                 update for new zh_TW translator
10508                 widen the output
10509                 create alternate coloured lines
10510                 improve readability
10511
10512 2005-09-10 [colin]      1.9.14cvs18
10513
10514         * src/plugins/pgpcore/select-keys.c
10515                 Better order for the buttons
10516
10517 2005-09-10 [colin]      1.9.14cvs17
10518
10519         * src/compose.c
10520         * src/plugins/pgpcore/select-keys.c
10521         * src/plugins/pgpcore/select-keys.h
10522         * src/plugins/pgpcore/sgpgme.c
10523                 Add a "Don't encrypt" button to the key
10524                 selection dialog. Fixes bug #177 (There should be a 
10525                 'Don't encrypt button in the Select Keys dialog)
10526
10527 2005-09-10 [colin]      1.9.14cvs16
10528
10529         * src/compose.c
10530                 Fix bug #572 (%X option does not work with templates)
10531
10532 2005-09-10 [colin]      1.9.14cvs15
10533
10534         * src/toolbar.c 
10535                 Remove g_print
10536
10537 2005-09-10 [colin]      1.9.14cvs14
10538
10539         * src/imap.c
10540                 Fix a possible crash
10541
10542 2005-09-09 [colin]      1.9.14cvs13
10543
10544         * src/imap.c
10545         * src/etpan/imap-thread.c
10546         * src/etpan/imap-thread.h
10547                 Fix moving from queue or drafts to normal folders
10548                 Fix bug #794 (No way to delete without expunging)
10549                 Take flags unset by other mailers into account
10550                 Take deleted flag set by other mailers into account
10551                 Fix unsetting REPLIED flag
10552                 Fix crash when capabilities can't be retrieved
10553         * src/mainwindow.c
10554         * src/mainwindow.h
10555                 Add M_DELAYED_FLAGS condition, and let the user use
10556                 Execute in order to be able to expunge deleted mails,
10557                 even if he's not in delayed execute mode
10558         * src/prefs_spelling.c
10559                 Use 'en' dictionary by default if LANG is POSIX or C
10560         * src/gtk/prefswindow.c
10561                 Fix bug #767 (Preferences windows expanding) by making
10562                 the window a bit larger when the resolution is greater
10563                 than 640x480, and by putting the prefs in a
10564                 GtkScrolledWindow.
10565
10566 2005-09-09 [paul]       1.9.14cvs12
10567
10568         * AUTHORS
10569         * configure.ac
10570         * po/zh_TW.Big5.po      ** REMOVED **
10571         * po/zh_TW.po           ** ADDED **
10572                 updated by Wei-Lun Chao
10573
10574 2005-09-09 [paul]       1.9.14cvs11
10575
10576         * src/mainwindow.c
10577                 fix asserts
10578         * src/common/xml.c
10579                 delay memory allocation until file is
10580                 opened successfully
10581                 Patch by Daniel Gustafson
10582
10583 2005-09-09 [colin]      1.9.14cvs10
10584
10585         * src/imap.c
10586                 Add guards
10587
10588 2005-09-08 [colin]      1.9.14cvs9
10589
10590         * src/compose.c
10591                 Alert when we can't save draft
10592                 Fix various wrap/color issues
10593                 Add mid-click pasting respecting wrap_paste option
10594         * src/folder.c
10595         * src/folder.h
10596         * src/folder_item_prefs.c
10597         * src/folder_item_prefs.h
10598         * src/imap.c
10599         * src/imap_gtk.c
10600         * src/imap_gtk.h
10601         * src/main.c
10602         * src/mainwindow.c
10603         * src/mainwindow.h
10604         * src/news.c
10605         * src/news_gtk.c
10606         * src/news_gtk.h
10607         * src/prefs_folder_item.c
10608                 Fix the impossibility to synchronise folders for
10609                 offline use (IMAP and NNTP are concerned)
10610
10611 2005-09-08 [colin]      1.9.14cvs8
10612
10613         * configure.ac
10614                 Build LDAP and JPilot by default if available
10615         * src/textview.c
10616                 Fix use after free
10617
10618 2005-09-08 [paul]       1.9.14cvs7
10619
10620         * doc/manual/en/sylpheed-1.html
10621         * doc/manual/en/sylpheed-18.html
10622         * doc/manual/en/sylpheed-19.html
10623         * doc/manual/en/sylpheed-4.html
10624         * doc/manual/en/sylpheed-6.html
10625         * doc/manual/en/sylpheed.html
10626                 a few minor updates, plus include some
10627                 details about plugins and their requirements
10628         * src/mainwindow.c
10629                 minor changes to English in /View/Sort
10630
10631 2005-09-07 [colin]      1.9.14cvs6
10632
10633         * doc/manual/en/sylpheed-1.html
10634         * doc/manual/en/sylpheed-10.html
10635         * doc/manual/en/sylpheed-11.html
10636         * doc/manual/en/sylpheed-12.html
10637         * doc/manual/en/sylpheed-13.html
10638         * doc/manual/en/sylpheed-14.html
10639         * doc/manual/en/sylpheed-15.html
10640         * doc/manual/en/sylpheed-16.html
10641         * doc/manual/en/sylpheed-17.html
10642         * doc/manual/en/sylpheed-18.html
10643         * doc/manual/en/sylpheed-19.html
10644         * doc/manual/en/sylpheed-2.html
10645         * doc/manual/en/sylpheed-20.html
10646         * doc/manual/en/sylpheed-21.html
10647         * doc/manual/en/sylpheed-22.html
10648         * doc/manual/en/sylpheed-3.html
10649         * doc/manual/en/sylpheed-4.html
10650         * doc/manual/en/sylpheed-5.html
10651         * doc/manual/en/sylpheed-6.html
10652         * doc/manual/en/sylpheed-7.html
10653         * doc/manual/en/sylpheed-8.html
10654         * doc/manual/en/sylpheed-9.html
10655         * doc/manual/en/sylpheed.html
10656                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10657
10658 2005-09-07 [colin]      1.9.14cvs5
10659
10660         * src/mainwindow.c
10661                 Make labels more to-the-point
10662
10663 2005-09-07 [colin]      1.9.14cvs4
10664
10665         * doc/manual/en/sylpheed-1.html
10666         * doc/manual/en/sylpheed-12.html
10667         * doc/manual/en/sylpheed-13.html
10668         * doc/manual/en/sylpheed-14.html
10669         * doc/manual/en/sylpheed-15.html
10670         * doc/manual/en/sylpheed-16.html
10671         * doc/manual/en/sylpheed-17.html
10672         * doc/manual/en/sylpheed-18.html
10673         * doc/manual/en/sylpheed-19.html
10674         * doc/manual/en/sylpheed-2.html
10675         * doc/manual/en/sylpheed-20.html
10676         * doc/manual/en/sylpheed-21.html
10677         * doc/manual/en/sylpheed-22.html
10678         * doc/manual/en/sylpheed-4.html
10679         * doc/manual/en/sylpheed-5.html
10680         * doc/manual/en/sylpheed-6.html
10681         * doc/manual/en/sylpheed-7.html
10682         * doc/manual/en/sylpheed-8.html
10683         * doc/manual/en/sylpheed-9.html
10684         * doc/manual/en/sylpheed.html
10685                 Update manual
10686
10687 2005-09-07 [colin]      1.9.14cvs3
10688
10689         * doc/faq/en/sylpheed-faq-1.html
10690         * doc/faq/en/sylpheed-faq-2.html
10691         * doc/faq/en/sylpheed-faq-3.html
10692         * doc/faq/en/sylpheed-faq.html
10693                 Update FAQ
10694
10695 2005-09-07 [colin]      1.9.14cvs2
10696
10697         * src/folderview.c
10698         * src/procmsg.c
10699         * src/summaryview.c
10700         * src/toolbar.c
10701                 Fix special subfolders:
10702                 - Inherit parent's icon
10703                 - sent contents of queues subfolders
10704                 - empty subfolders of trashes
10705         * src/mainwindow.c
10706                 Remove outdated manual and faq entries
10707         * src/common/utils.c
10708                 Add quotes around %s coming from mailcap
10709
10710 2005-09-07 [colin]      1.9.14cvs1
10711
10712         * src/compose.c
10713                 After saving draft, set modified to FALSE
10714         * src/mimeview.c
10715         * src/common/utils.c
10716         * src/common/utils.h
10717                 Try to open mime parts using what is 
10718                 indicated in ~/.mailcap or /etc/mailcap,
10719                 if possible.
10720
10721 2005-09-05 [paul]       1.9.14
10722
10723         1.9.14 released
10724
10725         * po/sk.po
10726                 updated by Andrej Kacian
10727
10728 2005-09-05 [paul]       1.9.13cvs83
10729
10730         * po/de.po
10731         * po/es.po
10732         * po/fi.po
10733         * po/fr.po
10734         * po/nb.po
10735         * po/pt_BR.po
10736         * po/sr.po
10737                 updated translations by Thomas Gilgin, Ricardo Mones
10738                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10739                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10740
10741 2005-09-04 [paul]       1.9.13cvs82
10742
10743         * src/compose.c
10744                 only warn about exceeded line length limit
10745                 on send
10746
10747 2005-09-04 [paul]       1.9.13cvs81
10748
10749         * src/compose.c
10750                 fix crash in 'line length exceeded' dialogue
10751
10752 2005-09-02 [paul]       1.9.13cvs80
10753
10754         * src/imap.c
10755                 fix bug 795, 'Connection lost IMAP'
10756                 and add statusbar prints
10757                 Patch by Colin
10758
10759 2005-09-02 [paul]       1.9.13cvs79
10760
10761         * src/compose.c
10762                 compose_wrap_paragraph() becomes
10763                 compose_beautify_paragraph()
10764                 Patch by Colin
10765
10766 2005-09-02 [colin]      1.9.13cvs78
10767
10768         * src/folderview.c
10769                 Micro-fix
10770
10771 2005-09-01 [colin]      1.9.13cvs77
10772
10773         * src/imap.c
10774                 Maybe fix bug #795 (Connection lost IMAP)
10775                 Don't try to send logout when we're disconnected.
10776         * src/summaryview.c
10777                 Include locked and marked emails in HRM
10778                 view. Fixes bug #800 (Locked messages no longer 
10779                 show up when hide read messages is used)
10780
10781 2005-09-01 [paul]       1.9.13cvs76
10782
10783         * src/prefs_common.c
10784                 fix bad cutting
10785
10786 2005-08-31 [colin]      1.9.13cvs75
10787
10788         * src/folderview.c
10789         * src/folderview.h
10790         * src/prefs_summaries.c
10791         * src/summaryview.c
10792                 Fix "go to next new", fix preference
10793                 (Open unread/next swapped)
10794
10795 2005-08-31 [paul]       1.9.13cvs74
10796
10797         * src/compose.c
10798         * src/folderview.c
10799         * src/headerview.c
10800         * src/headerview.h
10801         * src/mainwindow.c
10802         * src/prefs_common.c
10803         * src/prefs_common.h
10804         * src/prefs_fonts.c
10805         * src/summaryview.c
10806         * src/textview.c
10807         * src/common/defs.h
10808                 remove obsolete BOLD_FONT setting
10809                 fix font update in headerview and textview
10810                 headers after prefs change
10811                 Patch By Colin
10812
10813 2005-08-31 [paul]
10814
10815         1.9.14-rc4 released
10816
10817 2005-08-30 [colin]      1.9.13cvs73
10818
10819         * src/summaryview.c
10820                 When Hide read messages is selected and we
10821                 refresh the summaryview, don't remove the 
10822                 currently displayed message. Fixes bug #797
10823                 (Summary view reloads when new mail is 
10824                 downloaded in 1.9.14 rc)
10825
10826 2005-08-30 [colin]      1.9.13cvs72
10827
10828         * src/folderview.c
10829                 Fix flickering
10830         * src/mainwindow.c
10831                 Remove useless callback
10832         * src/mimeview.c
10833         * src/gtk/filesel.c
10834         * src/gtk/filesel.h
10835                 Add a filesel_select_file_save_folder() - used by Save All
10836
10837 2005-08-29 [paul]       1.9.13cvs71
10838
10839         * AUTHORS
10840         * src/matcher_parser_parse.y
10841         * src/etpan/imap-thread.c
10842                 fix building on FreeBSD
10843                 Patch by Daniel Gustafson <daniel@hobbit.se>
10844
10845 2005-08-29 [paul]       1.9.13cvs70
10846
10847         * src/plugins/pgpinline/pgpinline.c
10848                 only initialise sig result if it's been handled
10849                 Patch by Colin
10850
10851 2005-08-29 [paul]       1.9.13cvs69
10852         
10853         Patches by Colin:
10854
10855         * src/imap.c
10856         * src/common.utils.c
10857         * src/common/utils.h
10858                 optimisation
10859         * src/stock_pixmap.h
10860                 fix wrong icon reference
10861         * src/pixmaps/trash_btn.xpm
10862                 replace with nicer image
10863
10864 2005-08-28 [colin]      1.9.13cvs68
10865
10866         * src/Makefile.am
10867         * src/stock_pixmap.c
10868         * src/stock_pixmap.h
10869         * src/toolbar.c
10870         * src/pixmaps/trash_btn.xpm
10871                 Add a specific trash xpm for the button
10872
10873 2005-08-28 [colin]      1.9.13cvs67
10874
10875         * src/imap.c
10876                 Fix leak
10877
10878 2005-08-27 [colin]      1.9.13cvs66
10879
10880         * src/imap.c
10881         * src/procmime.c
10882                 Correctly fix "Problem with replies", fixes
10883                 pgpmime encryption too. 
10884
10885 2005-08-27 [colin]      1.9.13cvs65
10886
10887         * src/folder.c
10888         * src/procmsg.c
10889         * src/procmsg.h
10890         * src/summaryview.c
10891                 Fix bug #517 (messages removed from summaryview 
10892                 when moving fails)
10893
10894 2005-08-27 [colin]      1.9.13cvs64
10895
10896         * tools/Makefile.am
10897         * tools/asus_mailled.sh
10898                 Add a script to blink ASUS laptops' mail LED where there
10899                 is unread mail.
10900
10901 2005-08-27 [colin]      1.9.13cvs63
10902
10903         * src/imap.c
10904         * src/etpan/imap-thread.c
10905         * src/etpan/imap-thread.h
10906                 Implement automatic choosing of login method
10907                 Fixes bug #791
10908         * src/gtk/.cvsignore
10909                 Add sylpheed-marshal.[ch]
10910
10911 2005-08-27 [colin]      1.9.13cvs62
10912
10913         * src/common/utils.c
10914                 Fix confusing perror
10915
10916 2005-08-27 [colin]      1.9.13cvs61
10917
10918         * src/toolbar.c
10919         * src/toolbar.h
10920                 Remove A_DELETE, replace it with 
10921                 A_TRASH and A_DELETE_REAL. Automatically
10922                 rewrite config files to replace A_DELETE
10923                 with A_TRASH (no functionality change).
10924                 Fixes half of #794
10925
10926 2005-08-26 [colin]      1.9.13cvs60
10927
10928         * src/procmime.c
10929                 Previous "Problem with replies" fix brought other
10930                 problems, fixing them
10931
10932 2005-08-26 [colin]      1.9.13cvs59
10933
10934         * src/procmime.c
10935                 Fix "Problem with replies". This happened only
10936                 on IMAP...
10937         * src/procmsg.c
10938                 Factorize code a bit
10939         * src/compose.c
10940                 Speed improvement on very long messages (wrapping)
10941                 Fix signature color on Reedit and Redirect
10942                 On Reedit, don't attach pgp-signatures parts, but
10943                 set signing to On.
10944
10945 2005-08-24 [paul]       1.9.13cvs58
10946
10947         * src/compose.c
10948                 don't claim success when clicking
10949                 Cancel on the passphrase box.
10950                 Patch by Colin
10951
10952 2005-08-24 [paul]       1.9.13cvs57
10953
10954         * src/main.c
10955                 fix misplaced sylpheed.log
10956         * src/common/defs.h
10957                 define UIDL_DIR
10958
10959 2005-08-24 [paul]       1.9.13cvs56
10960
10961         * src/imap.c
10962         * src/etpan/imap-thread.c
10963         * src/etpan/imap-thread.h
10964                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10965                 Patch by Colin
10966         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10967         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10968                 remove autogenerated files
10969         * tools/kdeservicemenu/README
10970         * tools/kdeservicemenu/install.sh
10971         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10972         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10973                 use Claws icon, use 'Sylpheed-Claws' in menu,
10974                 use kdialog, and other cleanups
10975
10976 2005-08-23 [paul]       1.9.13cvs55
10977
10978         * src/compose.c
10979                 fix paste/wrap crash
10980                 Patch by Colin
10981
10982 2005-08-23 [paul]       1.9.13cvs54
10983
10984         * src/main.c
10985                 fix crash recovery
10986                 Patch by Colin
10987
10988 2005-08-23 [paul]       1.9.13cvs53
10989
10990         * src/addressbook.c
10991         * src/editaddress.c
10992                 view all data of LDAP contacts
10993                 Patch by Colin
10994
10995 2005-08-23 [paul]       1.9.13cvs52
10996
10997         * src/addressbook.c
10998                 fix issues with the Search field
10999                 Patch by Colin
11000
11001 2005-08-22 [paul]       1.9.13cvs51
11002
11003         * src/folderview.c
11004                 put name of folder in processing dialog
11005                 title
11006         * src/prefs_folder_item.c
11007                 improve english usage
11008
11009 2005-08-22 [paul]       1.9.13cvs50
11010
11011         * src/filtering.c
11012         * src/filtering.h
11013         * src/matcher.c
11014         * src/matcher_parser_lex.l
11015         * src/matcher_parser_parse.y
11016         * src/prefs_filtering.c
11017                 add Filtering/Processing rule names feature.
11018                 (the incompatible old matcherrc is saved as
11019                 matcherrc.pre_names).
11020                 Patch by Colin
11021
11022 2005-08-22 [paul]       1.9.13cvs49
11023
11024         * src/procmsg.c
11025                 fix colour labelling
11026                 Patch by Colin
11027
11028 2005-08-22 [paul]       1.9.13cvs48
11029
11030         * src/textview.c
11031                 fix open_image_cb()
11032
11033 2005-08-22 [paul]       1.9.13cvs47
11034
11035         * src/imap.c
11036                 fix bug 789, 'SC crashes with imap (CVS ver)'
11037                 Patch by Colin
11038
11039 2005-08-22 [paul]       1.9.13cvs46
11040
11041         * src/mimeview.c
11042         * src/prefs_common.c
11043         * src/common/defs.h
11044                 define reused defaults in defs.h
11045         * src/textview.c
11046                 add 'Open image' to image popup menu
11047
11048 2005-08-21 [colin]      1.9.13cvs45
11049
11050         * src/summaryview.c
11051                 Fix bug #788 (Bogus "From" address displayed)
11052
11053 2005-08-20 [colin]      1.9.13cvs44
11054
11055         * src/folder.c
11056                 Fix buf #787 (multilevel delete causes SIGSEGV)
11057
11058 2005-08-19 [colin]      1.9.13cvs43
11059
11060         * src/inc.c
11061         * src/prefs_common.c
11062         * src/prefs_common.h
11063                 Add an hidden pref to allow modifying the
11064                 update stepping in incorporation.
11065                 Patch by wwp.
11066
11067 2005-08-19 [colin]      1.9.13cvs42
11068
11069         * src/compose.c
11070         * src/procmime.c
11071                 Workaround for broken MUAs: encode 
11072                 Content-type: name: as ASCII and 
11073                 Content-Disposition: filename: as
11074                 per rfc2231
11075         * src/prefs_account.c
11076                 Fix invisible-ness of SMTP SSL prefs
11077                 in NNTP accounts
11078
11079 2005-08-19 [paul]       1.9.13cvs41
11080
11081         * src/compose.c
11082         * src/prefs_common.c
11083         * src/prefs_common.h
11084         * src/prefs_wrapping.c
11085                 paste with or without wrapping.
11086                 patch by Colin
11087
11088 2005-08-19 [paul]       1.9.13cvs40
11089
11090         * src/prefs_common.c
11091         * src/prefs_common.h
11092         * src/summaryview.c
11093                 reintroduce enable_swap_from as a
11094                 hidden pref. patch by Colin
11095         * src/quote_fmt_parse.y
11096         * src/plugins/clamav/clamav_plugin.c
11097         * src/plugins/dillo_viewer/dillo_viewer.c
11098         * src/plugins/mathml_viewer/mathml_viewer.c
11099         * src/plugins/pgpcore/sgpgme.c
11100         * src/plugins/pgpinline/pgpinline.c
11101         * src/plugins/pgpmime/pgpmime.c
11102                 tidy up. patch by Colin
11103
11104 2005-08-19 [paul]       1.9.13cvs39
11105
11106         * configure.ac
11107                 complete cvs38's sync
11108         * src/editaddress.c
11109         * src/gedit-print.c
11110         * src/mutt.c
11111         * src/etpan/etpan-log.c
11112         * src/etpan/imap-thread.c
11113         * src/gtk/gtksourceprintjob.c
11114                 fix compilation warnings
11115                 (patch by Colin)
11116
11117 2005-08-19 [paul]       1.9.13cvs38
11118
11119         sync with main:
11120
11121         * src/account.c
11122         * src/action.c
11123         * src/addrbook.c
11124         * src/addrcache.c
11125         * src/addrharvest.c
11126         * src/addrindex.c
11127         * src/codeconv.c
11128         * src/compose.c
11129         * src/crash.c
11130         * src/exporthtml.c
11131         * src/exportldif.c
11132         * src/folder.c
11133         * src/image_viewer.c
11134         * src/inc.c
11135         * src/inc.h
11136         * src/jpilot.c
11137         * src/ldif.c
11138         * src/main.c
11139         * src/matcher.c
11140         * src/mbox.c
11141         * src/messageview.c
11142         * src/mh.c
11143         * src/mimeview.c
11144         * src/msgcache.c
11145         * src/mutt.c
11146         * src/news.c
11147         * src/partial_download.c
11148         * src/pine.c
11149         * src/pop.c
11150         * src/prefs_actions.c
11151         * src/prefs_common.c
11152         * src/prefs_customheader.c
11153         * src/prefs_display_header.c
11154         * src/prefs_gtk.c
11155         * src/prefs_themes.c
11156         * src/procheader.c
11157         * src/procmime.c
11158         * src/procmsg.c
11159         * src/recv.c
11160         * src/send_message.c
11161         * src/simple-gettext.c
11162         * src/sourcewindow.c
11163         * src/textview.c
11164         * src/vcard.c
11165         * src/common/defs.h
11166         * src/common/log.c
11167         * src/common/plugin.c
11168         * src/common/prefs.c
11169         * src/common/session.c
11170         * src/common/session.h
11171         * src/common/socket.c
11172         * src/common/socket.h
11173         * src/common/ssl_certificate.c
11174         * src/common/template.c
11175         * src/common/utils.c
11176         * src/common/utils.h
11177         * src/common/xml.c
11178         * src/gtk/about.c
11179         added wrappers for C library function that
11180                 take pathname arguments.
11181                 enabled compilation with MinGW.
11182                 use GDir instead of directly using opendir().
11183                 added rename_force().
11184
11185 2005-08-19 [paul]       1.9.13cvs37
11186         
11187         patches by Colin:
11188         * src/compose.c
11189                 fix privacy settings on re-editing
11190                 a sent message
11191         * src/jpilot.c
11192                 fix encoding bug
11193         * src/folder.c
11194         * src/procmsg.c
11195         * src/procmsg.h
11196         * src/summaryview.c
11197                 flag changing optimisation
11198
11199 2005-08-18 [martin]     1.9.13cvs36
11200
11201         * commitHelper
11202             added my login
11203         * src/addrcache.c
11204         * src/addrharvest.c
11205         * src/addrindex.c
11206         * src/compose.c
11207         * src/grouplistdialog.c
11208         * src/main.c
11209         * src/mainwindow.c
11210         * src/msgcache.c
11211         * src/mutt.c
11212         * src/pine.c
11213         * src/prefs_account.c
11214         * src/prefs_themes.c
11215         * src/stock_pixmap.c
11216         * src/summaryview.c
11217         * src/gtk/about.c
11218         * src/gtk/logwindow.c
11219             removed deprecated glib and gdk stuff
11220         * src/plugins/pgpcore/select-keys.c
11221             convert attributes from locale to utf8
11222
11223 2005-08-17 [paul]       1.9.13cvs35
11224
11225         * src/account.c
11226         * src/addressbook.c
11227                 use new GTK_STOCK_ icons if available
11228         * src/summaryview.c
11229         * src/gtk/gtksctree.c
11230         * src/gtk/gtksctree.h
11231                 faster range select. patch by Colin
11232
11233 2005-08-17 [paul]       1.9.13cvs34
11234
11235         patches by colin:
11236         * src/addressbook.c
11237         * src/addressitem.h
11238                 Add an edit button for contacts, fix selections
11239                 of gtksctree items
11240         * src/editaddress.c
11241                 Change labels, let Save be always possible in the
11242                 email and user atributes tabs
11243         * src/folderview.c
11244                 fix sort issues
11245         * src/summaryview.c
11246                 select next item instead of the displayed one
11247                 after deletion
11248
11249         * src/gtk/progressdialog.c
11250                 use prefs_common.enable_rules_hint
11251
11252 2005-08-13 [hoa]        1.9.13cvs33
11253
11254         * src/etpan/imap-thread.c
11255                 fixed build on Solaris.
11256
11257 2005-08-10 [colin]      1.9.13cvs32
11258
11259         * src/procmsg.c
11260                 Fix cvs31 (missing fclose before reading
11261                 the file)
11262
11263 2005-08-10 [colin]      1.9.13cvs31
11264
11265         * src/procmsg.c
11266                 Fix procmsg_msginfo_new_from_mimeinfo() when
11267                 the MimeInfo isn't stored in memory. This fixes
11268                 replying to an attached message.
11269
11270 2005-08-10 [colin]      1.9.13cvs30
11271
11272         * src/mainwindow.c
11273                 Fix slowness in account changing
11274
11275 2005-08-10 [colin]      1.9.13cvs29
11276
11277         * src/folder.c
11278         * src/folderutils.c
11279         * src/folderview.c
11280         * src/imap_gtk.c
11281         * src/mainwindow.c
11282         * src/mh_gtk.c
11283         * src/procmsg.c
11284         * src/summaryview.c
11285                 Optimize folder_has_parent_of_type
11286                 Prevent moving special sub-folders from contextual menus
11287                 Rework message a bit ("Empty all messages" -> "Delete all
11288                 messages")
11289                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11290                 and "Deleted Items" folders)
11291
11292 2005-08-08 [colin]      1.9.13cvs28
11293
11294         * src/summaryview.c
11295         * src/prefs_summaries.c
11296                 Make "Select first unread|new" more flexible
11297                 (just prioritize new or unread)
11298
11299 2005-08-08 [colin]      1.9.13cvs27
11300
11301         * src/summaryview.c
11302                 If "select first new" is selected and there only
11303                 are unread messages, fallback to "select first
11304                 unread".
11305
11306 2005-08-08 [colin]      1.9.13cvs26
11307
11308         * src/folder.c
11309                 Fix shameful bugs (and bug #779)
11310
11311 2005-08-08 [colin]      1.9.13cvs25
11312
11313         * src/folder.c
11314         * src/folder.h
11315                 Cache parents' type to make folder_has_parent_of_type
11316                 faster
11317         * src/folderview.c
11318                 Forbid DnD of special sub-folders
11319         * src/procmsg.c
11320         * src/procmsg.h
11321                 Add MAIL_POSTFILTERING_HOOK
11322         * src/summaryview.c
11323                 Revert over-zealous deletion of the use_addr_book 
11324                 code
11325
11326 2005-08-07 [colin]      1.9.13cvs24
11327
11328         * src/folder.c
11329                 Fix big mistake (passing MsgInfo instead 
11330                 of FolderItem)
11331
11332 2005-08-07 [colin]      1.9.13cvs23
11333
11334         * src/compose.c
11335         * src/folder.c
11336         * src/folder.h
11337         * src/foldersel.c
11338         * src/folderutils.c
11339         * src/folderview.c
11340         * src/imap.c
11341         * src/mainwindow.c
11342         * src/messageview.c
11343         * src/mh.c
11344         * src/msgcache.c
11345         * src/procmime.c
11346         * src/summaryview.c
11347                 Make subfolders of Drafts, Queue, Outbox, Trash
11348                 work like their parents. 
11349                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11350
11351 2005-08-07 [colin]      1.9.13cvs22
11352
11353         * src/addressbook.c
11354                 Fix bug #771 (Dragged contacts not saved)
11355
11356 2005-08-07 [paul]       1.9.13cvs21
11357
11358         * src/summaryview.c
11359                 fix bug 32 'Search Doesn't display results
11360                 if "Hide Read Messages" is chosen'
11361                 be more literal in interpreting 'Hide read
11362                 messages'
11363
11364 2005-08-07 [colin]      1.9.13cvs20
11365
11366         * src/folderview.c
11367                 Add debug
11368         * src/summaryview.c
11369                 Faster 'unthread_for_execution'
11370
11371 2005-08-06 [paul]       1.9.13cvs19
11372
11373         * src/mainwindow.c
11374                 add mnemonics to Set displayed columns
11375                 fix bug where msgview_visible option was
11376                 overwritten as TRUE on startup
11377
11378 2005-08-06 [paul]       1.9.13cvs18
11379
11380         * src/mainwindow.c
11381                 refer to 'displayed columns in folder/message
11382                 list' not 'displayed items in summary/message view'
11383         * src/prefs_display_header.c
11384                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11385                 be consistent with similar dialogues
11386         * src/prefs_folder_column.c
11387         * src/prefs_summary_column.c
11388                 'columns' not 'items', and folder and message lists,
11389                 instead of folder and summary views;
11390                 Use 'Hidden columns' as list heading not 'Available
11391                 items';
11392                 move the 'Remove' button to the right hand side;
11393                 top-align the buttons;
11394                 remove unneeded vbox
11395         * src/prefs_summaries.c
11396                 put the 2 column prefs buttons in a frame to reduce
11397                 overall width; refer to columns not items &c.
11398
11399 2005-08-05 [colin]      1.9.13cvs17
11400
11401         * src/prefs_common.c
11402         * src/prefs_common.h
11403         * src/mainwindow.c
11404         * src/compose.c
11405         * src/messageview.c
11406                 Add an hidden toolbar_detachable pref, so
11407                 that I can get rid of these painful handles
11408                 in the toolbars. Defaults to TRUE to avoid
11409                 changing the GUI on unsuspecting people...
11410
11411 2005-08-05 [colin]      1.9.13cvs16
11412
11413         * src/Makefile.am
11414         * src/prefs_folder_column.c
11415         * src/prefs_folder_column.h
11416                 Add prefs for folder columns
11417         * src/folderview.c
11418         * src/folderview.h
11419         * src/mainwindow.c
11420         * src/mainwindow.h
11421         * src/prefs_common.c
11422         * src/prefs_common.h
11423         * src/prefs_summaries.c
11424                 Use them
11425         * src/prefs_summary_column.c
11426         * src/summaryview.c
11427         * src/summaryview.h
11428                 Add a To column
11429         * src/textview.c
11430         * src/common/utils.c
11431         * src/common/utils.h
11432                 Move uri colourisation functions
11433                 to utils
11434         * src/compose.c
11435                 Colourise URIs
11436         * src/imap.c
11437                 Fix bug with LIST where we'd try
11438                 to get Folder//////[...]/// 
11439
11440 2005-08-05 [paul]       1.9.13cvs15
11441
11442         * src/prefs_summaries.c
11443                 improve the English usage
11444         * src/summaryview.c
11445                 set font on column change
11446                 thanks to Colin
11447
11448 2005-08-05 [paul]       1.9.13cvs14
11449
11450         * src/prefs_common.c
11451         * src/prefs_common.h
11452         * src/prefs_summaries.c
11453         * src/summaryview.c
11454                 replace 'open_unread_on_enter' option with
11455                 'select_on_entry' option. opening/not opening
11456                 is now exclusively controlled by 'always_show_msg'
11457
11458 2005-08-04 [colin]      1.9.13cvs13
11459
11460         * src/compose.c
11461                 Remove dead code
11462                 Add colourisation of quotes and signatures
11463         * src/folderview.c
11464                 Fix possible crashes
11465         * src/messageview.c
11466                 Change an assert that is no problem
11467         * src/news.c
11468         * src/news_gtk.c
11469         * src/news_gtk.h
11470                 Fix offline mode
11471         * src/gtk/quicksearch.c
11472                 Fix a possible crash
11473
11474 2005-08-03 [colin]      1.9.13cvs12
11475
11476         * src/prefs_account.c
11477                 Fix bug #777 (Sylpheed crash in account configuration)
11478
11479 2005-08-03 [colin]      1.9.13cvs11
11480
11481         * src/addressbook.c
11482         * src/editaddress.c
11483         * src/editgroup.c
11484                 Fixing addressbook, round 2
11485         * src/textview.c
11486                 Fix emphasis color on rechecking 'Colorize messages'
11487
11488 2005-08-03 [paul]       1.9.13cvs10
11489
11490         sync with main
11491
11492         * src/addr_compl.c
11493         * src/compose.c
11494         * src/main.c
11495         * src/pop.c
11496         * src/prefs_account.c
11497         * src/procmime.c
11498         * src/procmsg.c
11499         * src/quote_fmt_parse.y
11500         * src/textview.c
11501         * src/common/quoted-printable.c
11502         * src/common/utils.c
11503         * src/common/utils.h
11504         * src/common/xml.c
11505                 replaced incorrect locale-independent
11506                 ctype functions with GLib's. Corrected
11507                 signedness mismatch.
11508         * src/headerview.c
11509                 headerview_create(): added spacing for vbox.
11510         * src/gtk/about.c
11511                 set focus to the OK button.
11512
11513 2005-08-03 [colin]      1.9.13cvs9
11514
11515         * src/folderview.c
11516                 Fix possible crash
11517
11518 2005-08-02 [colin]      1.9.13cvs8
11519
11520         * src/mainwindow.c
11521                 Fix cast
11522         * src/addressbook.c
11523         * src/addressitem.h
11524                 Fix a cast and more generally, try to make the
11525                 GUI more intuitive and consistent (round 1)
11526
11527 2005-08-02 [paul]       1.9.13cvs7
11528
11529         * src/folder.h
11530                 missing in 1.9.13cvs6
11531
11532 2005-08-02 [colin]      1.9.13cvs6
11533
11534         * src/folder.c
11535                 Fix one more leak
11536
11537 2005-08-02 [colin]      1.9.13cvs5
11538
11539         * src/folder.c
11540         * src/folderview.c
11541         * src/imap.c
11542         * src/main.c
11543         * src/mbox.c
11544         * src/procmsg.c
11545         * src/summaryview.c
11546                 Fix a number of folder_item_get_msg_list()-related
11547                 leaks (missing procmsg_msginfo_free()s)
11548
11549 2005-08-01 [colin]      1.9.13cvs4
11550
11551         * src/folderview.c
11552         * src/folderview.h
11553         * src/mainwindow.c
11554         * src/prefs_fonts.c
11555         * src/prefs_summaries.c
11556         * src/prefs_themes.c
11557         * src/summaryview.c
11558         * src/summaryview.h
11559         * src/textview.c
11560         * src/textview.h
11561                 Fix instant-apply of summary and folderview-related prefs
11562                 Fix erroneous g_free and alertpanels in prefs_theme
11563                 Add instant-apply for fonts
11564                 Defer applying of prefs a little bit so it's done only
11565                 once even if requested by multiples prefs pages
11566
11567 2005-08-01 [paul]       1.9.13cvs3
11568
11569         * src/main.c
11570                 fix bug 776 'S.C. crashes on close'
11571                 thanks to Colin
11572         * src/etpan/etpan-thread-manager-types.h
11573                 add missing include
11574                 thanks to Hoa
11575
11576 2005-07-25 [paul]       1.9.13cvs2
11577
11578         * src/summaryview.c
11579                 fix typos. spotted by Fabien Vantard
11580
11581 2005-07-24 [paul]       1.9.13cvs1
11582
11583         * doc/man/sylpheed.1
11584                 update man page, incorporating fix of
11585                 bug 769 'Typo in manpage'
11586         * src/etpan/imap-thread.c
11587                 fix NetBSD openssl dependencies. patch by
11588                 George Michaelson <ggm@apnic.net>
11589         * po/pt_BR.po
11590                 updated by Frederico Goncalves Guimaraes
11591
11592 2005-07-22 [paul]       1.9.13
11593
11594         1.9.13 release
11595
11596 2005-07-22 [paul]       1.9.12cvs91
11597
11598         * AUTHORS
11599         * INSTALL
11600         * README.claws
11601         * RELEASE_NOTES.claws
11602                 updated for release
11603         * configure.ac
11604         * po/nb.po
11605         * tools/claws.i18n.status.pl
11606                 add Norwegian translation. submiited by
11607                 Geir Helland <pjallabais@users.sourceforge.net>
11608         * po/ca.po
11609         * po/de.po
11610         * po/es.po
11611         * po/fi.po
11612         * po/fr.po
11613         * po/it.po
11614         * po/sk.po
11615         * po/sr.po
11616         * po/zh_CN.po
11617                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11618                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11619                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11620                 Yang Guilong
11621         * src/plugins/clamav/clamav_plugin_gtk.c
11622         * src/plugins/spamassassin/spamassassin_gtk.c
11623                 replace outdated description strings
11624
11625 2005-07-21 [colin]      1.9.12cvs90
11626
11627         * src/folder.c
11628                 Set folder to batch mode when scanning it. Makes deletion
11629                 of unread mails on IMAP much faster (due to the UNREAD 
11630                 flag unsetting)
11631
11632 2005-07-21 [darko]      1.9.12cvs89
11633
11634         * configure.ac
11635                 link against libresolv if necessary (patch by Paul)
11636         * src/msgcache.c
11637                 use glib's portable macros to determine endianness
11638
11639 2005-07-21 [paul]       1.9.12cvs88
11640
11641         * src/crash.c
11642         * src/gtk/about.c
11643                 update compiled-in features list
11644
11645 2005-07-20 [colin]      1.9.12cvs87
11646
11647         * src/folder.c
11648         * src/textview.c
11649                 Gcc 2.9x compilation fixes, thanks to Darko
11650         * src/plugins/clamav/clamav_plugin.c
11651                 Little optimisation: load virus database only once
11652         * src/plugins/spamassassin/spamassassin.c
11653                 Big optimisation: filtering one mail took at least 1 second,
11654                 now it takes at least 50ms. Doesn't speed up spamassassin 
11655                 itself, but should already be much more tolerable.
11656
11657 2005-07-20 [colin]      1.9.12cvs86
11658
11659         * src/summaryview.c
11660                 Fix performance issue
11661
11662 2005-07-19 [colin]      1.9.12cvs85
11663
11664         * src/plugins/pgpinline/plugin.c
11665                 Fix warning
11666
11667 2005-07-19 [colin]      1.9.12cvs84
11668
11669         * configure.ac
11670         * src/plugins/Makefile.am
11671         * src/plugins/pgpinline/.cvsignore
11672         * src/plugins/pgpinline/Makefile.am
11673         * src/plugins/pgpinline/pgpinline.c
11674         * src/plugins/pgpinline/pgpinline.deps
11675         * src/plugins/pgpinline/pgpinline.h
11676         * src/plugins/pgpinline/plugin.c
11677                 Put pgpinline in the main tree
11678
11679 2005-07-19 [paul]       1.9.12cvs83
11680
11681         * src/prefs_actions.c
11682                 prevent '//' in menu names, which cause a crash
11683                 thanks to Colin
11684
11685 2005-07-19 [paul]       1.9.12cvs82
11686
11687         * configure.ac
11688                 be generally more informative in configure output.
11689                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11690                 '[ --disable-openssl ...', as --enable-openssl is default
11691                 PGP/MIME: don't check for GPGME again, check for
11692                 pgpcore instead. Therefore prevent the possibility of
11693                 attempting to build pgpmime if pgpcore dependencies are
11694                 not met
11695                 ClamAV: use pkgconfig to check for lib
11696                 libgnomeprint: revert logic on inner test to match
11697                 everything else
11698         * src/plugins/pgpcore/sgpgme.c
11699                 add missing include
11700
11701 2005-07-19 [colin]      1.9.12cvs81
11702
11703         * src/summaryview.c
11704                 Fix slow thread rebuilding in particular
11705                 cases
11706
11707 2005-07-19 [paul]       1.9.12cvs80
11708
11709         * sylpheed-claws.desktop
11710                 fix typo, spotted by Stephan Sachse
11711         * src/account.c
11712                 replace GTK_STOCK_ADD with
11713                 GTK_STOCK_NEW button
11714
11715 2005-07-18 [colin]      1.9.12cvs79
11716
11717         * src/etpan/imap-thread.c
11718                 Fix return value (Thanks Hoa)
11719
11720 2005-07-18 [colin]      1.9.12cvs78
11721
11722         * src/imap.c
11723                 Allow empty passwords
11724                 Create drafts/queue/outbox if necessary
11725         * src/summaryview.c
11726                 Remove old code
11727         * src/etpan/imap-thread.c
11728                 Fix STARTTLS (Thanks to Hoa)
11729
11730 2005-07-18 [paul]       1.9.12cvs77
11731
11732         * ChangeLog-gtk2.jp
11733         * ChangeLog.jp
11734                 removed
11735         * Makefile.am
11736                 updated to reflect additions and removals
11737         * TODO
11738                 updated to be claws-specific
11739         * TODO-gtk2
11740         * TODO-gtk2.jp
11741         * TODO.jp
11742         * sylpheed-128x128.png
11743         * sylpheed-64x64.png
11744                 removed
11745         * sylpheed-claws-128x128.png
11746         * sylpheed-claws-64x64.png
11747         * sylpheed-claws.desktop
11748         * sylpheed-claws.png
11749                 added
11750         * sylpheed.desktop
11751         * sylpheed.png
11752                 removed
11753
11754 2005-07-17 [paul]       1.9.12cvs76
11755
11756         * src/account.c
11757         * src/addressbook.c
11758         * src/alertpanel.c
11759         * src/alertpanel.h
11760         * src/compose.c
11761         * src/exphtmldlg.c
11762         * src/expldifdlg.c
11763         * src/folderview.c
11764         * src/imap_gtk.c
11765         * src/inc.c
11766         * src/message_search.c
11767         * src/messageview.c
11768         * src/mh_gtk.c
11769         * src/news_gtk.c
11770         * src/prefs_actions.c
11771         * src/prefs_filtering.c
11772         * src/prefs_matcher.c
11773         * src/prefs_template.c
11774         * src/prefs_themes.c
11775         * src/ssl_manager.c
11776         * src/summary_search.c
11777         * src/textview.c
11778         * src/toolbar.c
11779         * src/gtk/sslcertwindow.c
11780         * src/plugins/pgpcore/sgpgme.c
11781                 rework alertpanels
11782
11783 2005-07-17 [colin]      1.9.12cvs75
11784
11785         * src/privacy.c
11786                 add a PrivacySystem accessor that checks that
11787                 the system cached in a MimeInfo's privacydata
11788                 is still registered. Use this accessor instead
11789                 of directly using data->system. Fixes crashes
11790                 after unloading pgp plugins.
11791
11792 2005-07-17 [colin]      1.9.12cvs74
11793
11794         * src/alertpanel.c
11795                 Change geometry hints to a simple default size.
11796                 Fixes the certs dialogs.
11797
11798 2005-07-17 [colin]      1.9.12cvs73
11799
11800         * src/gtk/sslcertwindow.c
11801                 Use a gtkExpander
11802
11803 2005-07-17 [colin]      1.9.12cvs72
11804
11805         * src/plugins/pgpcore/Makefile.am
11806         * src/plugins/pgpmime/Makefile.am
11807                 Add gpgme libs
11808
11809 2005-07-17 [paul]       1.9.12cvs71
11810
11811         * configure.ac
11812                 add --disable-gnomeprint option
11813                 modified version of patch by Marius Mauch
11814
11815 2005-07-17 [paul]       1.9.12cvs70
11816
11817         * src/common/defs.h
11818                 update urls
11819         * src/account.c
11820         * src/action.c
11821         * src/addressbook.c
11822         * src/compose.c
11823         * src/foldersel.c
11824         * src/folderview.c
11825         * src/html.c
11826         * src/imap_gtk.c
11827         * src/main.c
11828         * src/mainwindow.c
11829         * src/messageview.c
11830         * src/mh_gtk.c
11831         * src/mimeview.c
11832         * src/news_gtk.c
11833         * src/prefs_account.c
11834         * src/prefs_send.c
11835         * src/prefs_summaries.c
11836         * src/procmsg.c
11837         * src/summaryview.c
11838         * src/common/utils.c
11839         * src/common/xml.c
11840         * src/plugins/pgpcore/passphrase.c
11841         * src/plugins/pgpcore/select-keys.c
11842                 replace inappropriately used backticks
11843                 with single quotes
11844
11845 2005-07-16 [colin]      1.9.12cvs69
11846
11847         * src/image_viewer.c
11848                 Add extra paranoid checks
11849
11850 2005-07-16 [colin]      1.9.12cvs68
11851
11852         * src/plugins/pgpcore/prefs_gpg.c
11853                 Don't auto-check sigs by default, as it
11854                 can be really slow.
11855
11856 2005-07-16 [colin]      1.9.12cvs67
11857
11858         * src/plugins/pgpcore/sgpgme.c
11859                 Make messages a bit better.
11860
11861 2005-07-16 [colin]      1.9.12cvs66
11862
11863         * src/imap.c
11864                 Remove pseudo-log
11865         * src/etpan/imap-thread.c
11866                 Add real log
11867
11868 2005-07-16 [colin]      1.9.12cvs65
11869
11870         * src/main.c
11871         * src/prefs_other.c
11872                 And now, fix build with libetpan :-/
11873
11874 2005-07-15 [colin]      1.9.12cvs64
11875
11876         * src/prefs_other.c
11877                 Continue fixing build without libetpan.
11878
11879 2005-07-15 [colin]      1.9.12cvs63
11880
11881         * src/main.c
11882                 Fix build with --disable-libetpan
11883
11884 2005-07-15 [colin]      1.9.12cvs62
11885
11886         * configure.ac
11887                 Bump libetpan's version
11888
11889 2005-07-15 [colin]      1.9.12cvs61
11890
11891         * src/etpan/imap-thread.c
11892                 Actually stop logging :)
11893
11894 2005-07-15 [colin]      1.9.12cvs60
11895
11896         * src/addressbook.c
11897                 Fix dnd of multiple addresses.
11898
11899 2005-07-15 [hoa]        1.9.12cvs59
11900
11901         * src/etpan/imap-thread.c
11902             disable login of IMAP password in libetpan log file.
11903
11904 2005-07-15 [paul]       1.9.12cvs58
11905
11906         * src/account.c
11907                 don't automatically sort
11908                 do allow drag n drop
11909
11910 2005-07-15 [paul]       1.9.12cvs57
11911
11912         * src/account.c
11913         * src/ssl_manager.c
11914                 alphabetical listing
11915
11916 2005-07-15 [paul]       1.9.12cvs56
11917
11918         * src/gtk/pluginwindow.c
11919                 sort plugin list alphabetically
11920
11921 2005-07-15 [paul]       1.9.12cvs55
11922
11923         * src/prefs_spelling.c
11924         * src/prefs_wrapping.c
11925                 unify English usage
11926
11927 2005-07-15 [colin]      1.9.12cvs54
11928
11929         * src/wizard.c
11930                 Typo fix
11931
11932 2005-07-15 [paul]       1.9.12cvs53
11933
11934         * src/prefs_message.c
11935                 make 'show cursor' a hidden option
11936
11937 2005-07-14 [colin]      1.9.12cvs52
11938
11939         * src/plugins/spamassassin/Makefile.am
11940         * src/plugins/clamav/Makefile.am
11941                 Fix double EXTRA_DISTs
11942
11943 2005-07-14 [colin]      1.9.12cvs51
11944
11945         * src/plugins/clamav/Makefile.am
11946         * src/plugins/clamav/clamav_plugin_gtk.deps
11947         * src/plugins/spamassassin/Makefile.am
11948         * src/plugins/spamassassin/spamassassin_gtk.deps
11949                 Make $plugin_gtk depend on $plugin
11950
11951 2005-07-14 [hoa]        1.9.12cvs50
11952
11953         * src/etpan/imap-thread.c
11954                 enable debug log of libetpan when running with --debug
11955
11956 2005-07-14 [colin]      1.9.12cvs49
11957
11958         * configure.ac
11959         * src/common/Makefile.am
11960         * src/common/plugin.c
11961         * src/common/plugin.h
11962                 Add a little plugin dependancy system.
11963                 Plugins can ship a $plugin_name.deps file
11964                 (near them in PLUGINDIR) so that their
11965                 dependancies are loaded if possible.
11966         * src/plugins/Makefile.am
11967         * src/plugins/pgpcore/Makefile.am
11968         * src/plugins/pgpcore/passphrase.c
11969         * src/plugins/pgpcore/passphrase.h
11970         * src/plugins/pgpcore/plugin.c
11971         * src/plugins/pgpcore/prefs_gpg.c
11972         * src/plugins/pgpcore/prefs_gpg.h
11973         * src/plugins/pgpcore/select-keys.c
11974         * src/plugins/pgpcore/select-keys.h
11975         * src/plugins/pgpcore/sgpgme.c
11976         * src/plugins/pgpcore/sgpgme.h
11977                 Introduce pgpcore, used by pgpmime and
11978                 pgpinline
11979         * src/plugins/pgpmime/Makefile.am
11980         * src/plugins/pgpmime/passphrase.c
11981         * src/plugins/pgpmime/passphrase.h
11982         * src/plugins/pgpmime/pgpmime.c
11983         * src/plugins/pgpmime/pgpmime.deps
11984         * src/plugins/pgpmime/plugin.c
11985         * src/plugins/pgpmime/prefs_gpg.c
11986         * src/plugins/pgpmime/prefs_gpg.h
11987         * src/plugins/pgpmime/select-keys.c
11988         * src/plugins/pgpmime/select-keys.h
11989         * src/plugins/pgpmime/sgpgme.c
11990         * src/plugins/pgpmime/sgpgme.h
11991                 Remove the core from pgpmime and add the
11992                 dependancy to pgpcore.
11993
11994 2005-07-14 [paul]       1.9.12cvs48
11995
11996         * src/stock_pixmap.c
11997                 forgot this in last commit
11998
11999 2005-07-14 [paul]       1.9.12cvs47
12000
12001         * src/account.c
12002         * src/addressbook.c
12003                 add accelerators for the buttons (sync with main)
12004         * src/compose.c
12005         * src/compose.h
12006                 add accelerators for the buttons.
12007                 fix editing with external editor.
12008                 replace gdk_input_*() with GIOChannel;
12009                 (sync with main)
12010         * src/foldersel.c
12011                 display folder names with new/unread
12012                 representation (sync with main)
12013         * src/main.c
12014                 specify default window icon (sync with main)
12015         * src/prefs_common.c
12016                 use_addr_book default to FALSE
12017         * src/summaryview.c
12018         * src/textview.c
12019                 add accelerators for the buttons (sync with main)
12020         * src/gtk/menu.c
12021                 fix typos
12022         * src/pixmaps/sylpheed_icon.xpm
12023                 updated
12024
12025 2005-07-13 [paul]       1.9.12cvs46
12026
12027         * src/plugins/pgpmime/pgpmime.c
12028         * src/plugins/pgpmime/sgpgme.c
12029                 (temporarily) use deprecated gpgme_data_rewind()
12030                 while largefile support is not present
12031                 (as suggested by Colin)
12032
12033 2005-07-13 [paul]       1.9.12cvs45
12034
12035         * configure.ac
12036                 remove large file support (for now):
12037                 it breaks too many things
12038
12039 2005-07-13 [paul]       1.9.12cvs44
12040
12041         * configure.ac
12042                 add large file support
12043         * src/html.c
12044                 fix bug #763 where href attribute was not
12045                 the very first attribute of a link
12046                 patch by Thomas Gilgin
12047
12048 2005-07-13 [colin]      1.9.12cvs43
12049
12050         * src/gtk/pluginwindow.c
12051                 Little portability fix
12052
12053 2005-07-13 [colin]      1.9.12cvs42
12054
12055         * src/plugins/pgpmime/sgpgme.c
12056                 Fix crasher.
12057
12058 2005-07-13 [colin]      1.9.12cvs41
12059
12060         * src/plugins/pgpmime/pgpmime.c
12061         * src/plugins/pgpmime/sgpgme.c
12062                 Use gpgme_data_release_and_get_mem instead
12063                 of gpgme_data_read.
12064
12065 2005-07-13 [colin]      1.9.12cvs40
12066
12067         * configure.ac
12068         * src/plugins/pgpmime/passphrase.c
12069         * src/plugins/pgpmime/passphrase.h
12070         * src/plugins/pgpmime/pgpmime.c
12071         * src/plugins/pgpmime/plugin.c
12072         * src/plugins/pgpmime/select-keys.c
12073         * src/plugins/pgpmime/select-keys.h
12074         * src/plugins/pgpmime/sgpgme.c
12075         * src/plugins/pgpmime/sgpgme.h
12076                 Port pgpmime to gpgme-1.0.
12077
12078 2005-07-12 [paul]       1.9.12cvs39
12079
12080         * AUTHORS
12081         * src/toolbar.c
12082         * src/toolbar.h
12083                 add a 'Go to Prev' button to the toolbar.
12084                 correct tooltip text of go to buttons.
12085                 based on patch by Yang Guilong <bamanzi@gmail.com>
12086
12087 2005-07-12 [colin]      1.9.12cvs38
12088
12089         * src/statusbar.c
12090                 Fix progress bar showing stuff at startup.
12091
12092 2005-07-12 [paul]       1.9.12cvs37
12093
12094         * src/editjpilot.c
12095                 fix building with jpilot support
12096
12097 2005-07-11 [colin]      1.9.12cvs36
12098
12099         * src/inc.c
12100                 Add visual indication that filtering is running
12101         * src/textview.c
12102                 Make {}[] uri delimiters
12103         * src/summaryview.c
12104                 Remove useless (and slow) calls
12105
12106 2005-07-11 [paul]       1.9.12cvs35
12107
12108         * src/plugins/clamav/clamav_plugin_gtk.c
12109         * src/plugins/dillo_viewer/dillo_prefs.c
12110         * src/plugins/pgpmime/prefs_gpg.c
12111         * src/plugins/spamassassin/spamassassin_gtk.c
12112                 gather plugins prefs together under their
12113                 own 'Plugins' heading
12114
12115 2005-07-11 [paul]       1.9.12cvs34
12116
12117         sync with main
12118
12119         * src/account.c
12120                 account_delete(): modified alert dialog
12121         * src/editjpilot.c
12122         * src/editvcard.c
12123                 fixed a crash when cancelling file selection
12124                 dialog by Escape key. Made non-ascii filename
12125                 selectable.
12126         * src/prefs_template.c
12127                 prefs_template_window_create(): make scrolled
12128                 window policy AUTOMATIC
12129
12130 2005-07-10 [hoa]        1.9.12cvs33
12131
12132         * src/etpan/imap-thread.c
12133                 workaround for old Courier IMAP servers.
12134
12135 2005-07-10 [colin]      1.9.12cvs32
12136
12137         * src/folder.c
12138         * src/statusbar.c
12139         * src/statusbar.h
12140                 Add visual progress indicator on filtering/processing
12141                 Factorize the progress bar code
12142         * src/imap.c
12143         * src/imap.h
12144         * src/etpan/imap-thread.c
12145                 Add a reference counter to avoid destroying the Folder
12146                 while it's in use by another callback.
12147
12148 2005-07-09 [hoa]        1.9.12cvs31
12149
12150         * src/imap.c
12151         * src/etpan/imap-thread.c
12152                 fixed deadlock when removing IMAP account.
12153
12154 2005-07-08 [colin]      1.9.12cvs30
12155
12156         * src/textview.c
12157         * src/unmime.c
12158                 Fix again problems decoding broken headers
12159         * src/gtk/inputdialog.c
12160                 Fix local variable shadowing a global one
12161
12162 2005-07-08 [colin]      1.9.12cvs29
12163
12164         * src/msgcache.c
12165                 Make the cache/mark files platform-agnostic by writing
12166                 them in little-endian format. Reading them is also done
12167                 in little-endian format, of course; however, in order
12168                 to avoid trashing mark data on big-endian machines, the
12169                 files are, at first, read from the native format if the
12170                 little-endian one doesn't exist. This is easy to deter-
12171                 mine by trying to open a file with a swapped data_ver
12172                 and seeing if it's the wanted version.
12173                 Little-endian using users should see absolutely no
12174                 difference, Big-endian users may get a very little
12175                 performance drop due to byte-swapping.
12176                 Tested on i386 and ppc32. 
12177                 Fixes bug #159 (The index file, in the mailboxes, is 
12178                 hardware depending).
12179
12180                 To have the cache/mark files updated to the new little-
12181                 endian format, "Check for new messages" or even
12182                 "Rebuild folder tree" aren't enough. Files will be
12183                 updated as soon as a folder has been opened/closed.
12184                 To update everything, just select all folders by
12185                 selecting them one by one.
12186
12187 2005-07-07 [colin]      1.9.12cvs28
12188
12189         * src/imap.c
12190                 Remember the folder separator per IMAPFolder
12191                 instead of globally.
12192                 Revive the Session on noop; fixes bug #761
12193                 (mark a bunch of unread messages as read takes 
12194                 forever)
12195
12196 2005-07-07 [darko]      1.9.12cvs27
12197
12198         * src/common/template.c
12199                 Sort templates alphabetically
12200
12201 2005-07-06 [colin]      1.9.12cvs26
12202
12203         * src/imap.c
12204                 Try to use the correct separator in
12205                 most cases. Possibly fixes bug #759
12206                 (only creates the INBOX folder when 
12207                 setting up new IMAP account) and 
12208                 bug #760 (Can't retrieve messages)
12209
12210 2005-07-06 [colin]      1.9.12cvs25
12211
12212         * src/imap.c
12213                 Use real_path in status command. This will
12214                 help later, when namespaces will be used.
12215
12216 2005-07-06 [colin]      1.9.12cvs24
12217
12218         * configure.ac
12219         * src/account.c
12220         * src/folder.c
12221         * src/imap.c
12222         * src/etpan/etpan-log.c
12223         * src/etpan/etpan-thread-manager.c
12224         * src/etpan/imap-thread.c
12225                 Add a --disable-libetpan parameter. With this,
12226                 users that don't want IMAP4 support can avoid
12227                 the new dependancy (and have no IMAP support).
12228                 Users that have IMAP4 accounts and use this
12229                 parameter won't lose their configuration, their
12230                 IMAP accounts will just be invisible and not
12231                 used.
12232         * src/textview.c
12233                 Make the "Copy ..." contextual menu items 
12234                 copy to both the X clipboard and the gtk 
12235                 clipboard - as most other apps do.
12236         * src/gtk/about.c
12237                 Add a notice about OpenSSL usage, in order to
12238                 comply with OpenSSL's license (point 6):
12239                 http://www.openssl.org/source/license.html
12240
12241 2005-07-06 [colin]      1.9.12cvs23
12242
12243         * src/alertpanel.c
12244                 Fix a minimum size for alertpanels
12245         * src/compose.c
12246                 Show 'No space left on device' type errors
12247                 when queuing/sending
12248         * src/imap_gtk.c
12249         * src/mh_gtk.c
12250                 Rework folder's deletion message (remove 
12251                 extra \n)
12252
12253 2005-07-05 [colin]      1.9.12cvs22
12254
12255         * src/imap.c
12256                 Add an alertpanel on auth error
12257                 Add pseudo-log
12258                 Remove pthread-related stuff
12259
12260 2005-07-05 [colin]      1.9.12cvs21
12261
12262         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12263                 Fix crash on plugin reloading (with a hack)
12264
12265 2005-07-05 [colin]      1.9.12cvs20
12266
12267         * src/prefs_account.c
12268         * src/prefs_account.h
12269                 Fix typo
12270         * src/gtk/filesel.c
12271         * src/gtk/filesel.h
12272                 Add a way to filter the view
12273         * src/gtk/pluginwindow.c
12274                 Filter loadable stuff
12275         * src/plugins/pgpmime/prefs_gpg.c
12276                 Fix missing unregistration
12277         * .cvsignore
12278         * src/etpan/.cvsignore
12279         * src/plugins/spamassassin/.cvsignore
12280                 Add more stuff to cvs ignored files
12281
12282 2005-07-04 [colin]      1.9.12cvs19
12283
12284         * src/imap.c
12285                 Fix scan_required returning FALSE when it
12286                 shouldn't. Maybe fix #760 (Can't retrieve
12287                 messages)
12288
12289 2005-07-04 [colin]      1.9.12cvs18
12290
12291         * src/summaryview.c
12292                 Fix always_show_msg pref
12293
12294 2005-07-04 [paul]       1.9.12cvs17
12295
12296         sync with main (forgotten in last commit)
12297         
12298         * src/common/utils.c
12299         * src/common/utils.h
12300                 check_line_length(): new.
12301                 is_dir_exist()
12302                 is_file_entry_exist()
12303                 dirent_is_regular_file()
12304                 dirent_is_directory(): use g_file_test() instead of stat().
12305
12306 2005-07-04 [paul]       1.9.12cvs16
12307
12308         sync with main:
12309
12310         * src/compose.c
12311                 compose_write_to_file(): check for line
12312                 length limit and display warning if exceeds
12313         * src/jpilot.c
12314                 use get_home_dir() instead of g_get_home_dir()
12315         * src/procheader.c
12316                 removed warning about invalid date
12317         * src/vcard.c
12318                 use get_home_dir() instead of g_get_home_dir()
12319
12320 2005-07-04 [paul]       1.9.12cvs15
12321
12322         * src/stock_pixmap.c
12323                 fix new pixmap naming errors
12324                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12325
12326 2005-07-04 [colin]      1.9.12cvs14
12327
12328         * src/imap.c
12329                 Fix debugging string with a warning
12330
12331 2005-07-04 [colin]      1.9.12cvs13
12332
12333         * configure.ac
12334                 Add a check for libetpan's version (>= 0.37)
12335
12336 2005-07-04 [hoa]        1.9.12cvs12
12337
12338         * commitHelper
12339         * src/imap.c
12340         * src/etpan/imap-thread.c
12341         * src/etpan/imap-thread.h
12342                 fixed IMAP implementation of check of mails.
12343
12344 2005-07-03 [hoa]        1.9.12cvs11
12345
12346         * src/etpan/Makefile.am
12347         * src/etpan/etpan-errors.h
12348         * src/etpan/etpan-log.[ch]
12349         * src/etpan/etpan-thread-manager-types.h
12350         * src/etpan/etpan-thread-manager.[ch]
12351         * src/etpan/imap-thread.[ch]
12352         * src/Makefile.am
12353         * src/imap.c
12354         * src/main.c
12355         * src/prefs_other.c
12356         * configure.ac
12357             merged imap branch.
12358             dependency on libetpan 0.37 is now added.
12359
12360 2005-07-01 [colin]      1.9.12cvs10
12361
12362         * src/Makefile.am
12363         * src/folder.c
12364         * src/folder.h
12365         * src/folderview.c
12366         * src/stock_pixmap.c
12367         * src/stock_pixmap.h
12368         * src/plugins/trayicon/trayicon.c
12369                 Add marked symbol on folders containing
12370                 marked messages
12371         * src/procmsg.c
12372         * src/procmsg.h
12373         * src/toolbar.c
12374         * src/prefs_common.c
12375         * src/prefs_common.h
12376         * src/prefs_send.c
12377                 Add an optional confirmation dialog on queue
12378                 sending. Patch by wwp.
12379         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12380         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12381         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12382         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12383         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12384         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12385         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12386         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12387         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12388         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12389         * src/pixmaps/trash_mark.xpm            ** ADDED **
12390                 New pixmaps
12391
12392 2005-07-01 [colin]      1.9.12cvs9
12393
12394         * src/summaryview.c
12395                 Fix a little threading bug
12396         * src/addrgather.c
12397         * src/mainwindow.c
12398                 A little bit of HIG normality never hurts
12399
12400 2005-07-01 [colin]      1.9.12cvs8
12401
12402         * src/compose.c
12403         * src/msgcache.c
12404         * src/pop.c
12405         * src/procmime.c
12406         * src/recv.c
12407         * src/common/log.c
12408         * src/common/template.c
12409         * src/common/utils.c
12410         * src/common/utils.h
12411                 Reverted the fwrite_atomic stuff. In fact
12412                 it is already atomic.
12413
12414 2005-06-30 [colin]      1.9.12cvs7
12415
12416         * src/common/utils.c
12417         * src/common/utils.h
12418                 Add an fwrite_atomic() function to make
12419                 sure we write everything: fwrite can make
12420                 short writes.
12421         * src/compose.c
12422         * src/msgcache.c
12423         * src/pop.c
12424         * src/procmime.c
12425         * src/recv.c
12426         * src/common/log.c
12427         * src/common/template.c
12428                 Use that (and fix swapping of size and nmemb).
12429                 Thanks to Rich Coe for the heads up.
12430
12431 2005-06-30 [colin]      1.9.12cvs6
12432
12433         * src/addressbook.c
12434                 Optimize addressbook opening 
12435
12436 2005-06-30 [colin]      1.9.12cvs5
12437
12438         * src/summaryview.c
12439                 Remove calls to summary_step after move/copy
12440
12441 2005-06-28 [paul]       1.9.12cvs4
12442
12443         * src/alertpanel.c
12444                 wrap and make the error msg selectable
12445
12446 2005-06-28 [paul]       1.9.12cvs3
12447
12448         * src/ssl_manager.c
12449                 replace the OK button with a Close button
12450         * src/gtk/foldersort.c
12451                 use GTK_STOCK_ icons/buttons
12452
12453 2005-06-28 [colin]      1.9.12cvs2
12454
12455         * src/gedit-print.c             ** ADDED **
12456         * src/gedit-print.h             ** ADDED **
12457         * src/gtk/gtksourceprintjob.c   ** ADDED **
12458         * src/gtk/gtksourceprintjob.h   ** ADDED **
12459                 I can't believe no one had enough time to tell
12460                 me I forgot the `cvs add`
12461
12462 2005-06-27 [colin]      1.9.12cvs1
12463
12464         * src/Makefile.am
12465         * src/gtk/Makefile.am
12466         * src/messageview.c
12467         * src/procmsg.c
12468         * src/summaryview.c
12469         * configure.ac
12470                 Add optional libgnomeprint-based printing
12471         * src/mainwindow.c
12472         * src/gtk/quicksearch.c
12473                 Add an Edit/Quick search menu item to show
12474                 and focus the quicksearch
12475
12476 2005-06-27 [paul]       1.9.12
12477
12478         1.9.12 release
12479
12480         * po/ca.po
12481         * po/de.po
12482         * po/es.po
12483         * po/fr.po
12484         * po/it.po
12485         * po/ko.po
12486         * po/pt_BR.po
12487         * po/sk.po
12488         * po/zh_CN.po
12489                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12490                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12491                 SungHyun Nam, Frederico Goncalves Guimaraes,
12492                 Andrej Kacian, and Yang Guilong
12493 2005-06-26 [colin]      1.9.11cvs106
12494
12495         * src/imap_gtk.c
12496                 Forgot one file for previous fix
12497
12498 2005-06-26 [colin]      1.9.11cvs105
12499
12500         * src/folder.c
12501         * src/imap.c
12502                 Fix problems with folder operations in no_select
12503                 imap folders. it applies only to mails, and 
12504                 creation/deletion/move/renaming of folders 
12505                 should be possible
12506
12507 2005-06-26 [paul]       1.9.11cvs104
12508
12509         * src/prefs_filtering.c
12510                 replace one more GTK_STOCK_REMOVE
12511                 with GTK_STOCK_DELETE
12512
12513 2005-06-25 [colin]      1.9.11cvs103
12514
12515         * src/imap.c
12516                 Optimize get_seq_set_from_seq_list
12517                 (Patch by Ricardo) 
12518
12519 2005-06-25 [colin]      1.9.11cvs102
12520
12521         * src/mh.c
12522                 If the directory exists, but not in the
12523                 correct encoding, rename it. This should
12524                 handle old-versions-induced bugs.
12525
12526 2005-06-25 [colin]      1.9.11cvs101
12527
12528         * src/mh.c
12529                 Fix path access with extended dir names
12530                 Fixes bug #589 (SC segfaults with wrong locale
12531                 settings)
12532
12533 2005-06-25 [colin]      1.9.11cvs100
12534
12535         * src/prefs_account.c
12536         * src/prefs_account.h
12537         * src/compose.c
12538                 Add an option to encrypt replies to
12539                 encrypted messages
12540
12541 2005-06-25 [colin]      1.9.11cvs99
12542
12543         * src/compose.c
12544         * src/quote_fmt_parse.y
12545                 ... And make it work with pgpinline.
12546
12547 2005-06-25 [colin]      1.9.11cvs98
12548
12549         * src/compose.c
12550         * src/procmime.c
12551         * src/procmime.h
12552         * src/quote_fmt_parse.y
12553                 o Make reedition of encrypted messages possible
12554                   (as long as it is encrypted to self too, no
12555                    magic there)
12556                 o Make replying with quote (and without selecting
12557                   text) possible for encrypted messages.
12558                 Closes bug #550 (Not possible to "reply with quote"
12559                 to gnupg encrypted messages)
12560
12561 2005-06-24 [paul]       1.9.11cvs97
12562
12563         * src/imap.c
12564                 add missing include
12565
12566 2005-06-24 [paul]       1.9.11cvs96
12567
12568         * src/editldap.c
12569                 made bind password entry invisible
12570                 (sync with main)
12571         * src/send_message.c
12572                 send_message_local(): check exit status
12573                 to detect errors (sync with main)
12574         * src/textview.c
12575                 use main's less ambiguous popup menu
12576                 wording
12577
12578 2005-06-24 [paul]       1.9.11cvs95
12579
12580         * src/prefs_actions.c
12581         * src/prefs_customheader.c
12582         * src/prefs_display_header.c
12583         * src/prefs_filtering_action.c
12584         * src/prefs_matcher.c
12585         * src/prefs_template.c
12586         * src/prefs_toolbar.c
12587                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12588         * src/gtk/description_window.c
12589                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12590
12591 2005-06-23 [colin]      1.9.11cvs94
12592
12593         * src/summaryview.c
12594                 Fix rough edges (be sure to call status_show whenever
12595                 necessary).
12596
12597 2005-06-23 [colin]      1.9.11cvs93
12598
12599         * src/summaryview.c
12600                 Optimize Select All
12601                 Before, in a 5K mails folder: 11s
12602                 After, in the same folder: 58000µs
12603                 The joys of locking... gtk_clist_select_all() fires a 
12604                 tree-select-row event for each selected row, which in 
12605                 summaryview, callbacks summary_selected which in turn,
12606                 calls summary_status_show, which walks the selected
12607                 rows. Hence, calling gtk_clist_select_all was 
12608                 exponential. Locking the summaryview makes 
12609                 summary_selected return early.
12610
12611 2005-06-23 [colin]      1.9.11cvs92
12612
12613         * src/imap.c
12614                 Move mutex at the important place to avoid
12615                 deadlocks
12616         * src/summaryview.c
12617                 Fix Del key deleting directly instead of
12618                 moving to trash
12619
12620 2005-06-22 [colin]      1.9.11cvs91
12621
12622         * src/plugins/spamassassin/libspamc.c
12623                 As we do spagetti code with assignations in multiple
12624                 places (see _message_read_raw where out = msg = raw),
12625                 let's be sure we don't free the same pointer twice.
12626                 Should fix bug #683 (Crash in libpam at 
12627                 message_cleanup).
12628
12629 2005-06-22 [colin]      1.9.11cvs90
12630
12631         * src/compose.c
12632         * src/messageview.c
12633         * src/toolbar.c
12634                 Make toolbar's delete use the move to trash stuff;
12635                 Add gtk_widget_realize to be sure pixmaps can get
12636                 created (that may fix an old worksforme bug which
12637                 I can't find back...)
12638
12639 2005-06-22 [colin]      1.9.11cvs89
12640
12641         * src/summaryview.c
12642         * src/summaryview.h
12643         * src/mainwindow.c
12644                 Rename "Message/Delete" to "Message/Move to trash"
12645                 Add "Message/Delete..." that directly destroys the
12646                 selected messages after asking for a confirmation.
12647
12648 2005-06-22 [colin]      1.9.11cvs88
12649
12650         * src/imap.c
12651                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12652                 o Fix a deadlock (thanks Darko)
12653
12654 2005-06-22 [colin]      1.9.11cvs87
12655
12656         * src/gtk/foldersort.c
12657                 Add missing include for the i18n;
12658                 patch by Fabien Vantard
12659
12660 2005-06-21 [colin]      1.9.11cvs86
12661
12662         * src/folder.c
12663         * src/folderview.c
12664                 Respect the no_select flag
12665         * src/imap.c
12666                 Fix recursive deletion
12667         * src/imap_gtk.c
12668         * src/mh_gtk.c
12669                 Make the folder deletion's warning
12670                 more explicit
12671
12672 2005-06-21 [colin]      1.9.11cvs85
12673
12674         * src/textview.c
12675                 Prevent email addresses from spanning accross
12676                 lines - fixes bug # 646 (newline-chars in 
12677                 email addresses)
12678
12679 2005-06-20 [colin]      1.9.11cvs84
12680
12681         * src/folder.c
12682                 Be sure not to remove source if copy failed
12683
12684 2005-06-20 [colin]      1.9.11cvs83
12685
12686         * src/folderview.c
12687         * src/imap_gtk.c
12688                 remove summaryview's lock
12689         * src/imap.c
12690                 introduce threads to avoid problems when foreground tasks
12691                 interfere with background tasks
12692         * src/mh.c
12693                 prevent moving to drafts/queue
12694         * src/mimeview.c
12695                 fix leak
12696
12697 2005-06-19 [colin]      1.9.11cvs82
12698
12699         * src/imap_gtk.c
12700                 Remember that the user doesn't want to override
12701                 offline mode, for 3 seconds. It avoid presenting
12702                 him with N popups in a really short time.
12703
12704 2005-06-17 [colin]      1.9.11cvs81
12705
12706         * src/imap.c
12707                 Fix IMAP breaking on folders containing '('
12708                 (Probably won't be enough)
12709
12710 2005-06-17 [colin]      1.9.11cvs80
12711
12712         Forgotten files on 1.9.11cvs79
12713         * src/summaryview.c
12714                 Fix stepping when not immediately executing
12715         * src/imap.c
12716                 Really prevent UID FETCH 0
12717         * src/codeconv.c
12718                 Fix outgoing charset never set to utf-8
12719         * src/mh.c
12720                 Fix leak
12721
12722 2005-06-16 [colin]      1.9.11cvs79
12723
12724         * src/compose.c
12725                 Fix bug #707 (Dash splits rows)
12726                 Only wrap if we're on a line break position and
12727                 the previous one was a "white" (space) char.
12728                 Pango stuff is weird.
12729
12730 2005-06-16 [colin]      1.9.11cvs78
12731
12732         * src/imap_gtk.c
12733                 Lock summaryview while downloading messages
12734                 on user demand
12735         * src/procheader.c
12736         * src/unmime.c
12737         * src/common/utils.c
12738         * src/common/utils.h
12739                 Replace \r and \n with spaces in From and
12740                 Subject headers
12741
12742 2005-06-16 [paul]       1.9.11cvs77
12743
12744         * src/procmime.c
12745                 liberalise the mime parser
12746         * src/gtk/about.c
12747                 add text wrapping
12748
12749 2005-06-16 [paul]       1.9.11cvs76
12750
12751         * src/gtk/about.c
12752                 reworked
12753
12754 2005-06-15 [colin]      1.9.11cvs75
12755
12756         * src/compose.c
12757                 Finish header encoding fix
12758         * src/summaryview.c
12759                 Fix segfault
12760         * src/headerview.c
12761                 Fix compilation (Thanks Stephan
12762                 Sachse)
12763
12764 2005-06-15 [colin]      1.9.11cvs74
12765
12766         * Makefile.am
12767                 Install gnome2 stuff rather than gnome1, 
12768                 if both are present
12769         * src/codeconv.c
12770         * src/codeconv.h
12771         * src/compose.c
12772                 Fix headers encoding
12773         * src/folder.c
12774                 Visual progress when fetching all messages
12775         * src/folderview.c
12776         * src/summaryview.c
12777         * src/summaryview.h
12778                 Prevent changing current message while
12779                 incorporating
12780
12781 2005-06-15 [paul]       1.9.11cvs73
12782
12783         * src/gtk/gtkaspell.c
12784         * src/gtk/gtkaspell.h
12785                 fix build warnings
12786
12787 2005-06-15 [paul]       1.9.11cvs72
12788
12789         * src/prefs_filtering.c
12790                 allow reordering of filter rules by
12791                 drag n drop
12792
12793 2005-06-15 [paul]       1.9.11cvs71
12794
12795         * COPYING
12796                 updated
12797         * src/codeconv.c
12798                 replace deprecated function
12799         * src/inc.c
12800         * src/send_message.c
12801         * src/gtk/progressdialog.c
12802         * src/gtk/progressdialog.h
12803                 salvage and reuse parts of reverted sync
12804
12805 2005-06-15 [paul]       1.9.11cvs70
12806
12807         * src/inc.c
12808         * src/send_message.c
12809         * src/gtk/progressdialog.c
12810         * src/gtk/progressdialog.h
12811                 revert yesterday's sync with main
12812                 it contains deprecated functions
12813
12814 2005-06-15 [colin]      1.9.11cvs69
12815
12816         * src/headerview.c
12817                 Fix bug #670 (multi user to: will corrupt message 
12818                 headers display)
12819
12820 2005-06-15 [colin]      1.9.11cvs68
12821
12822         * src/compose.c
12823                 Fix bug #421 (Fix undo on wrapping)
12824
12825 2005-06-15 [colin]      1.9.11cvs67
12826
12827         * src/folder.c
12828                 Provide visual feedback while processing
12829                 folder's rules.
12830         * src/imap.c
12831                 Provide visual feedback while getting
12832                 short headers (for uncached messages)
12833
12834
12835 2005-06-14 [paul]       1.9.11cvs66
12836
12837         * src/account.c
12838                 change a couple stock icons
12839         * src/inc.c
12840         * src/send_message.c
12841         * src/gtk/progressdialog.c
12842         * src/gtk/progressdialog.h
12843                 sync main's GtkTreeView implementation
12844
12845 2005-06-14 [colin]      1.9.11cvs65
12846
12847         * src/imap.c
12848                 Various little fixes, mainly on error paths
12849
12850 2005-06-13 [colin]      1.9.11cvs64
12851
12852         * matcher.c
12853         * procmsg.c
12854         * procmsg.h
12855                 Add a way to fetch only headers. This speeds
12856                 up filtering on headers for IMAP. Fixes:
12857                 bug #481 extraneous imap commands slow down 
12858                         imap filtering
12859                 bug #522 Sylpheed downloads all messages 
12860                         when opening mailbox (IMAP)
12861                 bug #677 IMAP fetch is soooooooooooooo slow
12862         * src/folder.c
12863         * src/folder.h
12864                 Add a folder set_batch method so that
12865                 implementations can speed up flags changes
12866         * src/folderutils.c
12867         * src/summaryview.c
12868                 Use that in mark as (un)read and mark all read
12869                 Refix bug #679
12870         * src/imap.c
12871                 Implement set_batch - brings back deferred
12872                 flags in a less buggy manner. Fixes:
12873                 bug #729 IMAP immediate expunge of deleted messages
12874                 bug #191 remove list of messages with one command
12875                 Fix login with strange chars
12876                 Implement fetch_msg_full
12877                 Fix copy (wrong counts)
12878
12879 2005-06-12 [colin]      1.9.11cvs63
12880
12881         * src/folder.c
12882                 lock incorporation during long operations.
12883                 Avoids fucking up the IMAP socket.
12884
12885 2005-06-12 [colin]      1.9.11cvs62
12886
12887         * src/imap.c
12888                 Fix harmful typo
12889                 Factorize remove_all_msg
12890                 Thread-ize expunge
12891         * src/summaryview.c
12892                 Don't update partial-download status if unnecessary
12893         * src/folder.c
12894                 Use remove_msgs everywhere possible
12895
12896 2005-06-12 [colin]      1.9.11cvs61
12897
12898         * src/folder.c
12899         * src/folder.h
12900                 Add a remove_msgs function to remove a 
12901                 list of messages
12902         * src/imap.c
12903                 Implement that.
12904
12905 2005-06-12 [colin]      1.9.11cvs60
12906
12907         * src/imap.c
12908                 Remove flags-processing deferring... Too hard
12909                 to get it to work in all cases.
12910
12911 2005-06-11 [colin]      1.9.11cvs59
12912
12913         * src/imap.c
12914                 printf -> debug_print
12915
12916 2005-06-11 [colin]      1.9.11cvs58
12917
12918         * src/imap.c
12919                 o Fix build without USE_PTHREAD
12920                 o Factorize imap_open
12921                 o Alertpanel in case of impossible connection
12922                 o Alertpanel in case of impossible login
12923                 o Fix deferred flags processing to force a 
12924                   flush before adding some more flags to process,
12925                   but in another folder.
12926
12927 2005-06-10 [colin]      1.9.11cvs57
12928
12929         * src/imap.c
12930                 o Fix a format string error
12931                 o init ssl socket outside of the thread 
12932                   (it possibly invokes gtk calls)
12933         * src/procmime.c
12934                 o Put back the buffer to its necessary size
12935                 o Fix changing a file pointer without keeping
12936                   track of it (thanks Valgrind)
12937         * src/common/smtp.c
12938                 o Fix automatic STARTTLS if login should be done
12939                   and the server only allows it after starting TLS
12940         * src/gtk/gtkinputdialog.c
12941                 o Eat GDK_Return so that the combo popup doesn't 
12942                   appear when we press Enter to validate the combo
12943                   input dialog (as seen in the Open with... dialog)
12944
12945 2005-06-10 [colin]      1.9.11cvs56
12946
12947         * src/imap.c
12948                 o A bit less debug
12949                 o Fix a crash on deletion
12950                 o Threadize imap_select (it's called outside of 
12951                   threads)
12952                 o Defer treatment of DELETED flags
12953
12954
12955 2005-06-09 [colin]      1.9.11cvs55
12956
12957         * src/imap.c
12958                 Make sure we check imap_gtk_should_override(), which
12959                 potentially calls gtk stuff, before creating thread.
12960                 That way it should't be called via imap_get_session()
12961                 inside a thread.
12962
12963 2005-06-09 [colin]      1.9.11cvs54
12964
12965         * src/imap.c
12966                 o add a bit of status output
12967                 o remove some dead code
12968                 o threadize get_list_of_uids
12969                 o threadize imap_get_flags
12970                 o defer flag changing by 500ms so that they
12971                   can be batched
12972
12973
12974 2005-06-08 [colin]      1.9.11cvs53
12975
12976         * src/imap.c
12977                 Thread-ize imap_cmd_fetch
12978
12979 2005-06-08 [colin]      1.9.11cvs52
12980
12981         * src/main.c
12982                 Mmh, that broke POP3...
12983
12984 2005-06-08 [colin]      1.9.11cvs51
12985
12986         * src/main.c
12987                 Stabilize IMAP patch (thanks to Hoa)
12988
12989 2005-06-08 [colin]      1.9.11cvs50
12990
12991         * src/imap.c
12992                 Test patch to speed up imap. 
12993
12994 2005-06-08 [colin]      1.9.11cvs49
12995
12996         * src/imap_gtk.c
12997                 Warning fix
12998         * src/procmime.c
12999                 Apply patch from gentoo to use /usr/share/mime/globs if 
13000                 available, after un-breaking it
13001         * src/common/log.c
13002         * src/common/log.h
13003                 Use g_timeout for invoking hooks that possibly use gtk
13004                 calls. This should leave gtk calls in the main thread.
13005
13006 2005-06-08 [paul]       1.9.11cvs48
13007
13008         * src/codeconv.c
13009                 conv_get_outgoing_charset_str(): don't
13010                 use prefs_common setting
13011         * src/compose.c
13012         * src/compose.h
13013                 add /Options/Character encoding/... to
13014                 temporarily change the outgoing encoding
13015
13016         (belated sync with main)
13017
13018 2005-06-08 [paul]       1.9.11cvs47
13019
13020         * src/compose.c
13021                 correction to/completion of last
13022                 sync with main
13023
13024 2005-06-08 [paul]       1.9.11cvs46
13025
13026         sync with main:
13027         
13028         * src/codeconv.c
13029         * src/codeconv.h
13030                 always enabled Japanese auto-detection
13031                 if the first letters of locale string
13032                 is "ja"
13033         * src/compose.c
13034                 don't use "destroy" signal to destroy
13035                 Compose object (fix rare crashes on discard?)
13036         * src/mainwindow.c
13037         * src/messageview.c
13038         * src/prefs_send.c
13039                 added Hebrew encodings
13040         * src/sourcewindow.c
13041                 don't use "destroy" signal to destroy
13042                 objects
13043
13044 2005-06-07 [colin]      1.9.11cvs45
13045
13046         * src/summaryview.c
13047                 Add missing unlocks/locks
13048
13049 2005-06-07 [paul]       1.9.11cvs44
13050
13051         * src/summaryview.c
13052                 restore bug #749 fix
13053
13054 2005-06-06 [colin]      1.9.11cvs43
13055
13056         * src/summaryview.c
13057                 Fix selection bug when prefs_common.open_unread 
13058                 is FALSE
13059
13060 2005-06-06 [colin]      1.9.11cvs42
13061
13062         * src/common/md5.c
13063                 Fix a warning
13064         * src/summaryview.c
13065         * src/folderview.c
13066                 Factorize long operations beginning and end
13067                 (locking, freezing/thawing, cursor, ...)
13068                 Check selection->data member in selection-
13069                 related loops; this avoids dying an awful
13070                 death if the selection changes on us while
13071                 we're marking a whole IMAP folder unread, 
13072                 for example.
13073
13074 2005-06-06 [paul]       1.9.11cvs41
13075
13076         * src/textview.c
13077                 don't g_free() a static gchar buffer
13078
13079 2005-06-05 [colin]      1.9.11cvs40
13080
13081         * src/mainwindow.c
13082         * src/messageview.c
13083         * src/summaryview.c
13084                 Fix bug #749 (Show all headers should be
13085                 sticky as the GUI suggests)
13086
13087 2005-06-03 [paul]       1.9.11cvs39
13088
13089         * src/compose.c
13090                 don't allow editing of mail while sending.
13091                 patch by Colin
13092
13093 2005-06-03 [paul]       1.9.11cvs38
13094
13095         * src/folderview.c
13096                 add a freeze/thaw to speed up 'mark all read'
13097
13098 2005-06-03 [paul]       1.9.11cvs37
13099
13100         * src/prefs_message.c
13101                 reflect changes immediately
13102
13103 2005-06-02 [colin]      1.9.11cvs36
13104
13105         * po/POTFILES.in
13106                 Patch by Fabien Vantard.
13107
13108 2005-06-02 [colin]      1.9.11cvs35
13109
13110         * src/imap.c
13111                 Use a non-blocking imap_getline() if possible.
13112                 This should completely prevent the interface
13113                 from freezin on imap operations, although it
13114                 may do strange stuff in case of folder switching
13115                 while a big imap operation is taking place...
13116
13117                 In addition, fix a leak in the case thread
13118                 creation fails on connection.
13119
13120 2005-06-02 [colin]      1.9.11cvs34
13121
13122         * src/crash.c
13123         * src/prefs_common.h
13124                 Fix build (prefs_common_init() doesn't exist
13125                 anymore)
13126
13127 2005-06-02 [colin]      1.9.11cvs33
13128
13129         * src/prefs_account.c
13130                 Fix bug #245 (filtering rules broken when
13131                 renaming a remote account (imap4 or nntp)
13132
13133 2005-06-02 [colin]      1.9.11cvs32
13134
13135         * src/imap.c
13136                 Try to fix IMAP shortcomings: 
13137                 o Multithread imap_open()
13138                 o allow offline-mode overriding instead of
13139                   just returning NULL
13140         * src/imap_gtk.c
13141         * src/imap_gtk.h
13142                 Add a function to ask whether we want to
13143                 override offline-mode for 10 minutes (one-shot
13144                 asking was painful)
13145         * src/procheader.c
13146                 Fix segfault when imap parser isn't happy about
13147                 a missing {
13148
13149 2005-06-01 [colin]      1.9.11cvs31
13150
13151         * src/addrharvest.c
13152         * src/compose.c
13153         * src/mbox.c
13154         * src/mbox.h
13155         * src/mh.c
13156         * src/msgcache.c
13157         * src/send_message.c
13158         * src/setup.c
13159         * src/undo.c
13160         * src/common/hooks.c
13161         * src/common/prefs.c
13162         * src/common/template.c
13163         * src/common/utils.c
13164         * src/gtk/gtkutils.c
13165         * src/gtk/inputdialog.c
13166         * src/gtk/menu.c
13167         * src/gtk/pluginwindow.c
13168         * src/gtk/prefswindow.c
13169         * src/plugins/pgpmime/passphrase.c
13170         * src/plugins/pgpmime/prefs_gpg.c
13171                 More -Wall fixes
13172
13173         * src/common/Makefile.am
13174         * src/common/timing.h
13175                 Add basic timing code
13176
13177         * src/summaryview.c
13178                 Fix a bug with unread messages when 
13179                 re-sorting folders, and by the way
13180                 fix a big performance hit when 
13181                 re-sorting (10k mails: before 5s,
13182                 after .5s)
13183
13184         * src/prefs_compose_writing.c
13185         * src/prefs_compose_writing.h
13186         * src/prefs_message.c
13187         * src/prefs_message.h
13188         * src/prefs_other.c
13189         * src/prefs_other.h
13190         * src/prefs_quote.c
13191         * src/prefs_quote.h
13192         * src/prefs_receive.c
13193         * src/prefs_receive.h
13194         * src/prefs_send.c
13195         * src/prefs_send.h
13196         * src/prefs_summaries.c
13197         * src/prefs_summaries.h
13198                 Fix copyright banner
13199
13200 2005-06-01 [paul]       1.9.11cvs30
13201
13202         * po/fi.po
13203                 updated by Flammie Pirinen
13204         * src/procmime.c
13205                 fix 'Bad BASE64 content' output
13206
13207 2005-05-31 [colin]      1.9.11cvs29
13208
13209         * src/procmime.c
13210                 Oops, where did my hunk go.
13211
13212 2005-05-31 [colin]      1.9.11cvs28
13213
13214         * src/Makefile.am
13215         * src/account.c
13216         * src/action.c
13217         * src/addr_compl.c
13218         * src/addressbook.c
13219         * src/codeconv.c
13220         * src/compose.c
13221         * src/export.c
13222         * src/folder.c
13223         * src/folderview.c
13224         * src/image_viewer.c
13225         * src/main.c
13226         * src/mainwindow.c
13227         * src/messageview.c
13228         * src/mimeview.c
13229         * src/msgcache.c
13230         * src/prefs_account.c
13231         * src/prefs_actions.c
13232         * src/prefs_common.c
13233         * src/prefs_compose_writing.c
13234         * src/prefs_customheader.c
13235         * src/prefs_ext_prog.c
13236         * src/prefs_filtering.c
13237         * src/prefs_filtering_action.c
13238         * src/prefs_fonts.c
13239         * src/prefs_image_viewer.c
13240         * src/prefs_message.c
13241         * src/prefs_message.h
13242         * src/prefs_msg_colors.c
13243         * src/prefs_other.c
13244         * src/prefs_other.h
13245         * src/prefs_quote.c
13246         * src/prefs_receive.c
13247         * src/prefs_receive.h
13248         * src/prefs_send.c
13249         * src/prefs_send.h
13250         * src/prefs_spelling.c
13251         * src/prefs_summaries.c
13252         * src/prefs_summary_column.c
13253         * src/prefs_template.c
13254         * src/prefs_themes.c
13255         * src/prefs_toolbar.c
13256         * src/prefs_wrapping.c
13257         * src/procmime.c
13258         * src/procmsg.c
13259         * src/send_message.h
13260         * src/ssl_manager.c
13261         * src/summary_search.c
13262         * src/summaryview.c
13263         * src/textview.c
13264         * src/wizard.c
13265         * src/common/smtp.c
13266         * src/common/smtp.h
13267         * src/gtk/gtkutils.h
13268                 o Move the rest of Common prefs to new style
13269                 o Lots of -Wall warning fixes
13270                 o fix FIXME in cache memusage calculation
13271                 o Let return receipts be sent from any account
13272                 o Little cache optimisation (read)
13273                 o Fix bug #746 (don't treat commas as separators
13274                   when inside a quoted string)
13275
13276 2005-05-31 [paul]       1.9.11cvs27
13277
13278         * src/prefs_common.c
13279                 fix 'off-by-one' typo
13280
13281 2005-05-31 [paul]       1.9.11cvs26
13282
13283         * src/account.c
13284         * src/addr_compl.c
13285         * src/compose.c
13286         * src/foldersel.c
13287         * src/prefs_actions.c
13288         * src/prefs_common.c
13289         * src/prefs_common.h
13290         * src/prefs_customheader.c
13291         * src/prefs_display_header.c
13292         * src/prefs_filtering.c
13293         * src/prefs_filtering_action.c
13294         * src/prefs_matcher.c
13295         * src/prefs_summaries.c
13296         * src/prefs_summary_column.c
13297         * src/prefs_template.c
13298         * src/prefs_toolbar.c
13299         * src/ssl_manager.c
13300         * src/gtk/pluginwindow.c
13301         * src/gtk/prefswindow.c
13302         * src/gtk/progressdialog.c
13303                 add hidden prefs 'enable_rules_hint'
13304                 for gtk_tree_view_set_rules_hint()
13305                 (sync with main)
13306                 
13307
13308 2005-05-31 [colin]      1.9.11cvs25
13309
13310         * src/Makefile.am
13311         * src/main.c
13312         * src/prefs_common.c
13313         * src/prefs_summaries.c ** ADDED **
13314         * src/prefs_summaries.h ** ADDED **
13315                 Common/Display -> Display/Summaries
13316
13317 2005-05-31 [colin]      1.9.11cvs24
13318
13319         * src/Makefile.am
13320         * src/main.c
13321         * src/prefs_quote.c ** ADDED **
13322         * src/prefs_quote.h ** ADDED **
13323                 Move Common/Quote to Compose/Quoting
13324         * src/prefs_common.c
13325         * src/prefs_common.h
13326                 Remove old quote stuff, add
13327                 convenience functions for GtkTextView prefs
13328         * src/gtk/prefswindow.c
13329                 Set default height higher
13330
13331 2005-05-30 [colin]      1.9.11cvs23
13332
13333         * src/Makefile.am
13334         * src/main.c
13335         * src/prefs_common.c
13336         * src/prefs_compose_writing.c ** ADDED **
13337         * src/prefs_compose_writing.h ** ADDED **
13338                 Move Common/Compose prefs to Compose/Writing
13339
13340 2005-05-30 [colin]      1.9.11cvs22
13341
13342         * src/common/utils.c
13343                 Fix bug #651 (Confused Attract by Subject)
13344                 Patch by M. Benkmann <haferfrost@web.de>
13345         * AUTHORS
13346
13347 2005-05-30 [colin]      1.9.11cvs21
13348
13349         * src/compose.c
13350                 Fix concatenation of different headers of
13351                 the same type (bug #645)
13352         * src/prefs_folder_item.c
13353                 Fix bug #699 (setting color to black doesn't
13354                 work immediately)
13355         * src/procmime.c
13356                 Print out decoding error only once per
13357                 block
13358
13359 2005-05-30 [paul]       1.9.11cvs20
13360
13361         * src/common/template.c
13362                 fix Bcc
13363
13364 2005-05-30 [paul]       1.9.11cvs19
13365
13366         * doc/src/rfc2368.txt   **NEW FILE**
13367         * src/compose.c
13368                 compose_entries_set(): don't interpret Bcc
13369                 header field (conform to RFC 2368)
13370                 (sync with main)
13371
13372 2005-05-29 [colin]      1.9.11cvs18
13373
13374         * src/prefs_common.c
13375                 Let the default reply format respect
13376                 netiquette by cutting the signature.
13377
13378 2005-05-29 [colin]      1.9.11cvs17
13379
13380         * src/summaryview.c
13381                 Don't let always_show_msg override
13382                 open_unread_on_enter when opening a new
13383                 directory.
13384
13385 2005-05-27 [paul]       1.9.11cvs16
13386
13387         sync with main:
13388
13389         * src/main.c
13390                 app_will_exit(): cleanup tmp directory when exit
13391         * src/message_search.c
13392                 improved the interface and made code cleanup.
13393                 removed Clear button
13394         * src/send_message.c
13395                 send_message_local(): use GSpawn, and detect errors
13396         * src/summary_search.c
13397                 improved the interface and made code cleanup
13398         * src/textview.c
13399                 textview_write_link(): also skip non-ascii space
13400                  at the head of link strings (phishing check
13401                  didn't work at the case)
13402         * src/common/utils.c
13403                 get_command_output(): use g_spawn_command_line_sync()
13404                 instead of popen()
13405
13406 2005-05-26 [colin]      1.9.11cvs15
13407
13408         * src/folder.c
13409                 remove printf
13410
13411 2005-05-26 [colin]      1.9.11cvs14
13412
13413         * src/common/nntp.c
13414                 Fix nntp mode reader (bug #611)
13415                 Patch by Florian Mickler <florian@mickler.org>
13416
13417 2005-05-26 [colin]      1.9.11cvs13
13418
13419         * src/plugins/pgpmime/passphrase.c
13420                 Fix mouse grabbing (bug #557)
13421
13422 2005-05-26 [colin]      1.9.11cvs12
13423
13424         * src/prefs_themes.c
13425                 Fix g_warning (bug #541)
13426
13427 2005-05-26 [colin]      1.9.11cvs11
13428
13429         * src/prefs_actions.c
13430         * src/prefs_template.c
13431                 Fix bug #506 (no warning if action/template
13432                 is not saved)
13433         * src/common/template.c
13434                 Fix a possible crash
13435
13436 2005-05-26 [colin]      1.9.11cvs10
13437
13438         * src/folder.c
13439         * src/folderview.c
13440         * src/procmsg.c
13441         * src/summaryview.c
13442                 Forbid locked messages to be moved or
13443                 deleted. Locked messages in trashes 
13444                 still get deleted, for performance
13445                 reason (mh.c::mh_remove_all_msgs)
13446
13447 2005-05-25 [colin]      1.9.11cvs9
13448
13449         * src/procmime.c
13450                 Use correct encoding when sending mails
13451                 with attachments that have accentued 
13452                 chars in their name
13453
13454 2005-05-24 [colin]      1.9.11cvs8
13455
13456         * src/summaryview.c
13457                 Fix bug #688 f) read/unread marker not
13458                 changed on first click
13459                 Also, optimize summary_status_show()
13460                 calls
13461         * src/folder.c
13462         * src/inc.c
13463         * src/procmime.c
13464                 Fix bug #688 b) and c) wrt message
13465                 attachments and signature
13466         * src/stock_pixmap.c
13467         * src/stock_pixmap.h
13468         * src/stock_pixmap.c
13469         * src/stock_pixmap.h
13470         * src/Makefile.am
13471         * src/pixmaps/clip_gpg_signed.xpm
13472                 Add clip/signed icon
13473
13474 2005-05-24 [colin]      1.9.11cvs7
13475
13476         * src/folder_item_prefs.c
13477                 whitespace fix
13478
13479 2005-05-24 [colin]      1.9.11cvs6
13480
13481         * src/folderview.c
13482         * src/prefs_common.c
13483         * src/prefs_common.h
13484                 Add a confirmation to folder drag and drop
13485                 fixes bug #156
13486         * src/alertpanel.c
13487         * src/alertpanel.h
13488                 fix _with_disable parameters so that
13489                 the buttons labels are specifiable too
13490         * src/plugins/pgpmime/sgpgme.c
13491                 reflect said change
13492                 
13493
13494 2005-05-24 [colin]      1.9.11cvs5
13495
13496         * src/folderview.c
13497                 Uncollapse/collapse folders on double-click
13498                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13499                 closes bug #108
13500
13501 2005-05-23 [colin]      1.9.11cvs4
13502
13503         * src/common/socket.c
13504                 Check another special SSL_peek() error.
13505                 Should help wrt bug #728
13506
13507 2005-05-23 [colin]      1.9.11cvs3
13508
13509         * src/plugins/pgpmime/pgpmime.c
13510                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13511                 breaking menu accelerators and stuff. Users will have to
13512                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13513                 account's privacy preferences if needed.
13514
13515 2005-05-22 [paul]
13516
13517         * tools/kdeservicemenu/install.sh
13518                 use kdesu to prompt for root password if doing
13519                 global install/uninstall
13520
13521 2005-05-20 [colin]      1.9.11cvs2
13522
13523         * src/procmsg.c
13524                 Fix another compilation error with gcc-2.9x
13525                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13526         * src/send_message.c
13527                 Don't send QUIT if we aren't connected
13528
13529 2005-05-19 [colin]      1.9.11cvs1
13530
13531         * src/procmsg.c
13532                 Fix compilation with gcc 2.9x
13533
13534 2005-05-19 [paul]       1.9.11
13535
13536         1.9.11 released
13537
13538 2005-05-19 [paul]       1.9.9cvs14
13539
13540         * src/gtk/inputdialog.c
13541                 prevent gettext warning
13542
13543 2005-05-19 [paul]       1.9.9cvs13
13544
13545         * src/mainwindow.c
13546         * src/prefs_common.c
13547         * src/prefs_common.h
13548         * src/textview.c
13549         * src/textview.h
13550                 add an option to toggle cursor in message
13551                 view (sync with main)
13552
13553 2005-05-18 [colin]      1.9.9cvs12
13554
13555         * src/compose.c
13556                 Dereference freed pointer
13557         * src/gtk/gtkaspell.c
13558                 Fix duplication of dictionaries (is it an aspell issue?)
13559
13560 2005-05-18 [colin]      1.9.9cvs11
13561
13562         * src/gtk/inputdialog.c
13563         * src/gtk/gtkaspell.c
13564                 HIGuify dialogs
13565         * src/alertpanel.c
13566                 Remove a double call
13567
13568 2005-05-17 [colin]      1.9.9cvs10
13569
13570         * src/gtk/gtkaspell.c
13571                 Fix dialogs, Ctrl-Enter accel
13572
13573 2005-05-17 [colin]      1.9.9cvs9
13574
13575         * src/gtk/gtkaspell.c
13576                 Fix some accelerators, escape in replace-window
13577
13578 2005-05-16 [colin]      1.9.9cvs8
13579
13580         * src/gtk/gtkaspell.c
13581                 Revert last commit, it was a mistake.
13582
13583 2005-05-16 [colin]      1.9.9cvs7
13584
13585         * src/gtk/gtkaspell.c
13586                 Remove buggy code while we're at it. It's a 
13587                 dead code path anyway.
13588
13589 2005-05-16 [colin]      1.9.9cvs6
13590
13591         * src/gtk/gtkaspell.c
13592                 Missed some gtk_menu_popup where deactivate
13593                 signal should be handled. Should fix bug
13594                 #629 a bit more.
13595
13596 2005-05-16 [colin]      1.9.9cvs5
13597
13598         * src/gtk/gtkaspell.c
13599                 Remove debug printf()s
13600
13601 2005-05-16 [colin]      1.9.9cvs4
13602
13603         * src/gtk/gtkaspell.c
13604                 Fix a bit aspell problems
13605                 (see bug #629)
13606
13607 2005-05-13 [colin]      1.9.9cvs3
13608
13609         * src/folderview.c
13610                 Fix the + appearing even when no subfolders
13611                 have unread messages. Thanks to wwp for the
13612                 bug report.
13613
13614 2005-05-11 [paul]       1.9.9cvs2
13615
13616         * src/folderview.c
13617                 correction to 1.9.9cvs1, only colour folders that
13618                 have new msgs (not unread msgs)
13619
13620 2005-05-10 [colin]      1.9.9cvs1
13621
13622         * src/folderview.c
13623         * src/summaryview.c
13624                 Try to fix bolding bugs again.
13625
13626 2005-05-09 [paul]
13627
13628         * tools/claws.i18n.status.pl
13629                 add Ricardo Mones Lastra's script that has been providing
13630                 the i18n status page for many months
13631
13632 2005-05-09 [paul]       1.9.9
13633
13634         1.9.9 release
13635
13636 2005-05-09 [paul]       1.9.6cvs58
13637
13638         * AUTHORS
13639         * INSTALL
13640         * README.claws
13641                 updated
13642         * Makefile.am 
13643         * RELEASE_NOTES.claws
13644                 add release notes to cvs to simplify release
13645                 procedure
13646         * configure.ac
13647                 add ca and fi to ALL_LINGUAS
13648         * po/Makefile.in.in
13649                 workaround for missing Makevars
13650         * po/ca.po
13651         * po/fi.po
13652                 add new Catalan and Finnish translations
13653                 submitted by Miquel Oliete and Flammie Pirinen
13654         * po/de.po
13655         * po/es.po
13656         * po/fr.po
13657         * po/it.po
13658         * po/pl.po
13659         * po/ru.po
13660         * po/sk.po
13661         * po/sr.po
13662         * po/zh_CN.po
13663                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13664                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13665                 Urke MMI, and Hansom Young
13666         * src/main.c
13667                 Fix drafting when quitting. compose_draft() closes the
13668                 compose windows, which modifies the compose_list GSList.
13669                 We have to refresh this list after echo drafting to avoid a
13670                 segfault
13671         * src/partial_download.c
13672                 fix segfault on exit
13673
13674 2005-05-06 [paul]       1.9.6cvs57
13675
13676         * src/grouplistdialog.c
13677                 quick fix/workaround for unresizeable newsgroup
13678                 name column 
13679
13680 2005-05-06 [paul]       1.9.6cvs56
13681
13682         * src/inc.c
13683         * src/mainwindow.c
13684                 use gettext plural forms
13685         * src/imap_gtk.c
13686         * src/mh_gtk.c
13687         * src/toolbar.c
13688                 small improvement to english usage
13689
13690 2005-05-05 [thorsten]   1.9.6cvs55
13691
13692         * src/folder.c
13693                 fix possible crash
13694
13695 2005-05-05 [paul]       1.9.6cvs54
13696         
13697         sync with HEAD
13698
13699         * AUTHORS
13700         * src/compose.c
13701                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13702                 patch by Tim Mann
13703
13704 2005-05-05 [paul]       1.9.6cvs53
13705
13706         * src/mainwindow.c
13707                 fix resizing of separate message and
13708                 folder views
13709
13710 2005-05-05 [paul]       1.9.6cvs52
13711
13712         * src/account.c
13713         * src/addrgather.c
13714         * src/browseldap.c
13715         * src/exphtmldlg.c
13716         * src/expldifdlg.c
13717         * src/importmutt.c
13718         * src/importpine.c
13719         * src/main.c
13720         * src/mainwindow.c
13721         * src/noticeview.c
13722         * src/prefs_filtering.c
13723         * src/prefs_filtering_action.c
13724         * src/prefs_matcher.c
13725         * src/prefs_spelling.c
13726         * src/prefs_toolbar.c
13727         * src/toolbar.c
13728         * src/wizard.c
13729         * src/gtk/description_window.c
13730         * src/gtk/gtkvscrollbutton.c
13731         * src/gtk/progressdialog.c
13732         * src/gtk/quicksearch.c
13733         * src/plugins/pgpmime/prefs_gpg.c
13734         * src/plugins/spamassassin/spamassassin_gtk.c
13735                 replace deprecated gtk_widget_set_usize
13736
13737 2005-05-04 [colin]      1.9.6cvs51
13738
13739         * src/common/utils.c
13740                 Fix crash when subst_for_filename is called
13741                 with a NULL parameter
13742
13743 2005-05-04 [colin]      1.9.6cvs50
13744
13745         * src/partial_download.c
13746         * src/pop.c
13747                 Escape login when writing uidl file
13748                 fixes bug #736
13749
13750 2005-05-03 [colin]      1.9.6cvs49
13751
13752         * src/procmime.c
13753                 Fix possible DOS in mime parser
13754                 (see bug #634)
13755
13756 2005-05-02 [colin]      1.9.6cvs48
13757
13758         * src/compose.c
13759                 Try to fix the copy/paste mess once again.
13760
13761
13762 2005-04-30 [colin]      1.9.6cvs47
13763
13764         * src/prefs_account.h
13765         * src/procmsg.c
13766         * src/send_message.c
13767         * src/common/smtp.c
13768         * src/common/smtp.h
13769                 Try to batch sending mails (per account) instead of
13770                 reconnecting to server every time.
13771
13772 2005-04-29 [colin]      1.9.6cvs46
13773
13774         * src/messageview.c
13775                 Fix window resizing that refused to size down
13776         * src/prefs_common.c
13777         * src/prefs_common.h
13778         * src/prefs_filtering.c
13779                 Save Filtering's window size
13780
13781 2005-04-21 [paul]       1.9.6cvs45
13782
13783         * ChangeLog-gtk2.claws
13784         * src/setup.c
13785                 correction to sync
13786
13787 2005-04-21 [paul]       1.9.6cvs44
13788
13789         sync with main:
13790
13791         * src/setup.c
13792         * src/statusbar.c
13793         * src/statusbar.h
13794                 use gtkut_widget_draw_now(). Improved performance
13795                 of the update of statusbar
13796         * src/textview.c
13797                 textview_smooth_scroll_do(): redraw it after scroll
13798                 is done (fixed incorrect display when a part of the
13799                 view is hidden).
13800         * src/gtk/gtkutils.c
13801         * src/gtk/gtkutils.h
13802                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13803                 to force update of widgets.
13804                 Removed gtkut_widget_wait_for_draw() which had a big
13805                 overhead  because of waiting for all events processed 
13806
13807 2005-04-20 [paul]       1.9.6cvs43
13808
13809         * src/codeconv.c
13810                 complete 1.9.6cvs42's sync:
13811                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13812
13813 2005-04-19 [paul]       1.9.6cvs42
13814
13815         sync with main:
13816
13817         * src/action.c
13818                 catch_output(): correctly select the insert text
13819                 (fix invalid iterator warnings).
13820         * src/codeconv.c
13821         * src/codeconv.h
13822         * src/mainwindow.c
13823         * src/messageview.c
13824         * src/prefs_common.c
13825                 support GBK encoding.
13826         * src/common/session.c
13827         * src/common/session.h
13828                 use separate buffer for large data to be sent,
13829                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13830
13831 2005-04-18 [paul]       1.9.6cvs41
13832
13833         * src/jpilot.c
13834                 convert unsigned long into guint32
13835                 patch by Paul LeoNerd Evans 
13836
13837 2005-04-17 [colin]      1.9.6cvs40
13838
13839         * src/compose.c
13840                 Fix 'Request return receipt' from folder
13841                 properties (bug #708)
13842
13843 2005-04-17 [colin]      1.9.6cvs39
13844
13845         * src/mainwindow.c
13846                 Fix duplicate hotkeys in Mainwindow's menu
13847
13848 2005-04-17 [colin]      1.9.6cvs38
13849
13850         * src/folderview.c
13851                 Fix duplicate hotkeys in Folderview's contextual
13852                 menu
13853
13854 2005-04-15 [colin]      1.9.6cvs37
13855
13856         * src/summaryview.c
13857                 Fix 'Save as...' with non-ascii filenames
13858
13859 2005-04-15 [colin]      1.9.6cvs36
13860
13861         * src/plugins/pgpmime/pgpmime.c
13862                 Fix bus error on 64bit. Spotted by 
13863                 macallan1888@gmail.com
13864
13865 2005-04-15 [colin]      1.9.6cvs35
13866
13867         * src/prefs_account.c
13868                 Fix cvs34.
13869
13870 2005-04-12 [colin]      1.9.6cvs34
13871
13872         * src/prefs_account.c
13873                 Fix smtp auth type off-by-one. We forgot to
13874                 add PLAIN in the prefs-to-gui setter func and
13875                 as a result, the selected auth when opening
13876                 account prefs was not the correct one.
13877
13878 2005-04-12 [paul]       1.9.6cvs33
13879
13880         * src/inc.c
13881                 if the recv dialog is visible, Cancel only
13882                 cancels the current account
13883
13884
13885 2005-04-10 [colin]      1.9.6cvs32
13886
13887         * src/filtering.c
13888                 Copy score when copying FilteringActions
13889                 Fix bug #674
13890
13891 2005-04-10 [colin]      1.9.6cvs31
13892
13893         * src/inc.c
13894                 Make Message -> Receive -> Cancel cancel 
13895                 incorporation on all accounts. Fixes
13896                 bug #693
13897
13898 2005-04-10 [colin]      1.9.6cvs30
13899
13900         * src/prefs_account.c
13901                 Update Privacy checkbuttons status based
13902                 on the selected privacy system
13903         * src/compose.c
13904                 Always connect the "None" privacy system; the
13905                 static boolean was probably there to avoid
13906                 reconnecting twice in the same compose window,
13907                 but as the parent function is only called once
13908                 per compose, it's only a bug - as a static is
13909                 initialized once per application instance.
13910                 Also, don't uncheck Sign and Encrypt when
13911                 selecting None as privacy system; just ignore
13912                 them when sending/queuing.
13913                 Should fix bug #695
13914
13915 2005-04-08 [colin]      1.9.6cvs29
13916
13917         * src/account.c
13918         * src/prefs_account.c
13919         * src/prefs_account.h
13920                 Add account preference to queue message in a certain
13921                 folder.
13922
13923 2005-04-06 [colin]      1.9.6cvs28
13924
13925         * src/prefs_account.c
13926                 Update old inbox path syntax
13927
13928 2005-04-06 [paul]       1.9.6cvs27
13929
13930         sync with main:
13931
13932         * configure.ac
13933                 changed -traditional-cpp to -no-cpp-precomp for newer
13934                 Mac OS X support
13935         * src/foldersel.c
13936                 made column resize automatically
13937         * src/send_message.c
13938                 send_message_smtp(): consider EOF right after QUIT
13939                 successful (workaround for Gmail SMTP server)
13940         * src/common/socket.c
13941                 ssl_read(), ssl_peek(): check EOF which violates the
13942                 SSL protocol
13943         * src/gtk/colorlabel.c
13944                 removed warnings when displaying colorlabel menu
13945                 (don't use GtkAlignment)
13946
13947 2005-04-05 [paul]       1.9.6cvs26
13948
13949         * src/plugins/trayicon/trayicon.c
13950                 fix clipping of icon under KDE3 
13951
13952 2005-04-05 [paul]       1.9.6cvs25
13953
13954         * src/summaryview.c
13955                 hide display of threading
13956                 patch by Alfons
13957
13958 2005-04-04 [thorsten]   1.9.6cvs24
13959
13960         * src/mh.c
13961                 marks lost on filesystems with different stat() results on
13962                 summer-/wintertime
13963
13964 2005-04-03 [colin]      1.9.6cvs23
13965
13966         * src/summaryview.c
13967                 Don't handle up/down. Patch by Alfons
13968
13969 2005-04-02 [colin]      1.9.6cvs22
13970
13971         * src/summaryview.c
13972                 Make scrolling faster. Patch by Alfons.
13973
13974 2005-04-01 [colin]      1.9.6cvs21
13975
13976         * src/Makefile.am
13977         * src/stock_pixmap.c
13978         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13979         * src/pixmaps/dir_noselect.xpm ** ADDED **
13980                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13981
13982 2005-04-01 [colin]      1.9.6cvs20
13983
13984         * src/image_viewer.c
13985         * src/image_viewer.h
13986         * src/procmime.c
13987         * src/procmime.h
13988         * src/textview.c
13989         * src/textview.h
13990                 Implement inline image resizing and right-clicking
13991
13992 2005-04-01 [paul]       1.9.6cvs19
13993
13994         * AUTHORS
13995         * Makefile.am
13996         * configure.ac
13997                 check for gnome2
13998                 patch by Luca Cavalli <loopback<AT>slackit.org>
13999         * po/ru.po
14000                 updated by Pavlo Bohmat
14001
14002 2005-03-31 [colin]      1.9.6cvs18
14003
14004         * src/news.c
14005                 Fix parsing references
14006         * src/msgcache.c
14007                 don't put nulls in the references list
14008         * src/procheader.c
14009                 commit that forgotten file in 1.9.6cvs14
14010
14011 2005-03-31 [colin]      1.9.6cvs17
14012
14013         * src/compose.c
14014                 Fix joining of signature separator again. 
14015                 Maybe Hiro could put it in main too...
14016
14017 2005-03-31 [colin]      1.9.6cvs16
14018
14019         * src/Makefile.am
14020         * src/foldersel.c
14021         * src/stock_pixmap.c
14022         * src/stock_pixmap.h
14023         * src/pixmaps/dir-noselect.xpm
14024                 Update foldersel.c (sync from main, patch by Alfons)
14025
14026 2005-03-30 [colin]      1.9.6cvs15
14027
14028         * src/imap.c
14029                 Fix handling of imap folders containing [] in 
14030                 their name. Thanks to Nahuel Angelinetti for
14031                 the detailed bugreport.
14032
14033 2005-03-30 [colin]      1.9.6cvs14
14034
14035         * src/common/utils.h
14036         * src/common/utils.c
14037         * src/common/defs.h
14038         * src/matcher.c
14039         * src/msgcache.c
14040         * src/news.c
14041         * src/procmsg.c
14042         * src/procmsg.h
14043         * src/quote_fmt_parse.y
14044         * src/summaryview.c
14045                 Update references system. Patch by Alfons
14046
14047 2005-03-30 [colin]      1.9.6cvs13
14048
14049         * src/common/socket.c
14050                 Force the glibc to read resolv.conf again when 
14051                 it has changed. Should fix issues when changing
14052                 networks on a laptop and not restarting sylpheed. 
14053
14054 2005-03-30 [paul]       1.9.6cvs12
14055
14056         partial sync with main:
14057
14058         * src/action.c
14059                 create_io_dialog(): use user-defined text font
14060                 (thanks to Alfons), and modified its appearance.
14061         * src/addrgather.c
14062         * src/addrharvest.c
14063         * src/browseldap.c
14064                 replace old code
14065         * src/compose.c
14066                 don't join (presumably) itemized lines on line-wrapping
14067                 fixed wrapping of quote when auto-wrapping is enabled
14068                 compose_destroy(): destroy paned only if it's not
14069                 attached to window. Fixed memory leak of popup menu.
14070         * src/exphtmldlg.c
14071         * src/expldifdlg.c
14072                 replace old code
14073         * src/html.c
14074         * src/html.h
14075         * src/importmutt.c
14076         * src/importpine.c
14077                 replace old code
14078         * src/main.c
14079                 removed redundant code
14080         * src/mainwindow.c
14081                 changed 'Code set' (which is rather incorrect)
14082                 in the menu to 'Character encoding'
14083                 main_window_set_widgets(): request size first
14084                 to prevent window size becoming wrong
14085                 fixed remembering of the state of the visibility
14086                 of MessageView
14087         * src/messageview.c
14088                 changed 'Code set' (which is rather incorrect)
14089                 in the menu to 'Character encoding'
14090         * src/prefs_common.c
14091         * src/prefs_common.h
14092                 added an option whether to render HTML as text or not
14093                 added separators to outgoing encoding menu
14094         * src/procheader.c
14095                 procheader_scan_date_string(): support header
14096                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14097         * src/summaryview.c
14098         * src/summaryview.h
14099                 minor code cleanup
14100         * src/textview.c
14101                 textview_show_html(): force output of newline
14102                 added an option whether to render HTML as text or not
14103         * src/common/utils.c
14104                 strncpy2(): optimized based on Alfons' code
14105         * src/gtk/gtkutils.c
14106         * src/gtk/gtkutils.h
14107                 removed non-used code
14108         * src/plugins/pgpmime/passphrase.c
14109                 partially fixed grab input of passphrase dialog
14110                 Confine pointer to window
14111
14112 2005-03-30 [colin]      1.9.6cvs11
14113
14114         * src/msgcache.c
14115         * src/msgcache.h
14116                 Read/write 32bit ints from cache & marks
14117                 From main.
14118
14119 2005-03-29 [paul]       1.9.6cvs10
14120
14121         * AUTHORS
14122         * ChangeLog.claws
14123         * src/compose.c
14124         * src/gtk/gtkaspell.c
14125                 sync with HEAD (don't pass NULL pointers) 
14126
14127 2005-03-24 [paul]
14128
14129         * tools/Makefile.am
14130         * tools/README
14131         * tools/acroread2sylpheed.pl
14132                 sync with HEAD (add script to send pdfs as
14133                 attachments from Adobe Reader 7)
14134
14135 2005-03-21 [paul]       1.9.6cvs9
14136
14137         * configure.ac
14138         * po/POTFILES.in
14139         * src/Makefile.am
14140         * src/crash.c
14141         * src/image_viewer.c ** ADDED **
14142         * src/image_viewer.h ** ADDED **
14143         * src/main.c
14144         * src/prefs_common.c
14145         * src/prefs_common.h
14146         * src/prefs_image_viewer.c ** ADDED **
14147         * src/prefs_image_viewer.h ** ADDED **
14148         * src/textview.c
14149         * src/gtk/about.c
14150         * src/pixmaps/sylpheed_logo.xpm
14151         * src/plugins/Makefile.am
14152         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14153         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14154         * src/plugins/image_viewer/plugin.c ** REMOVED **
14155         * src/plugins/image_viewer/viewer.c ** REMOVED **
14156         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14157         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14158         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14159         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14160         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14161                 as gdk-pixbuf is now built-in
14162                 remove image_viewer plugin and put code back into
14163                 main codebase
14164                 implement inline image display (sync with main)
14165
14166                 replace logo with newer, nicer, larger version  
14167
14168 2005-03-21 [paul]       1.9.6cvs8
14169
14170         * src/gtk/about.c
14171                 cosmetic improvement
14172
14173 2005-03-21 [holger]     1.9.6cvs7
14174
14175         * src/plugins/spamassassin/spamassassin.c
14176                 Sync with HEAD
14177                 (unregister hook on failed plugin init)
14178
14179 2005-03-20 [colin]      1.9.6cvs6
14180
14181         * src/common/plugin.c
14182                 Check that plugin isn't already loaded
14183                 Patch by Alfons
14184
14185 2005-03-20 [thorsten]   1.9.6cvs5
14186
14187         * src/compose.c
14188                 use a more compatible syntax
14189
14190 2005-03-20 [thorsten]   1.9.6cvs4
14191
14192         * src/prefs_toolbar.c
14193                 fix crash when selecting toolbar item (uninitialized pointer)
14194
14195 2005-03-20 [thorsten]   1.9.6cvs3
14196
14197         * src/procmime.c
14198                 fix mimetype detection (referenced free()d string)
14199
14200 2005-03-20 [paul]       1.9.6cvs2
14201
14202         * src/compose.c
14203                 sync with HEAD (1.0.3cvs5)
14204                 neglect Reply-To header if empty
14205                 Patch by Alfons 
14206
14207 2005-03-19 [holger]     1.9.6cvs1
14208
14209         * src/summaryview.c
14210         * src/summaryview.h
14211                 Sync with HEAD
14212
14213 2005-03-18 [paul]       1.9.6
14214
14215         initial GTK2 release
14216
14217 2005-03-18 [paul]       1.0.3cvs3.1
14218
14219         * AUTHORS
14220         * ChangeLog.claws
14221         * configure.ac
14222         * src/gtk/about.c
14223         * src/pixmaps/sylpheed_logo.xpm
14224                 sync with HEAD
14225
14226 2005-03-18 [colin]      1.0.3cvs2.6
14227
14228         * src/summaryview.c
14229                 Remove call to summary_step in summary_copy_selected_to
14230                 Can't see its purpose, and this causes bug when copying
14231                 a message if the next one is unread: it reads it.
14232
14233 2005-03-18 [paul]       1.0.3cvs2.5
14234
14235         * src/foldersel.c
14236                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14237
14238 2005-03-18 [paul]       1.0.3cvs2.4
14239
14240         * src/addrharvest.c
14241         * src/codeconv.c
14242         * src/codeconv.h
14243         * src/compose.c
14244         * src/news.c
14245         * src/procheader.c
14246         * src/procmime.c
14247         * src/unmime.c
14248         * src/unmime.h
14249                 fix buffer overflow, CAN-2005-0667, see
14250                 http://secunia.com/advisories/14491/
14251                 Patch by Alfons
14252
14253 2005-03-17 [colin]      1.0.3cvs2.3
14254
14255         * src/prefs_fonts.c
14256         * src/summaryview.c
14257                 Fix font bugs (both lists now officialy share 
14258                 the same font)
14259                 
14260
14261 2005-03-17 [paul]       1.0.3cvs2.2
14262
14263         * src/gtk/pluginwindow.c
14264                 make plugin descriptions uneditable
14265
14266 2005-03-11 [paul]       1.0.3cvs2.1
14267
14268         * ChangeLog.claws
14269         * configure.ac
14270         * po/POTFILES.in
14271         * src/plugins/trayicon/trayicon.c
14272                 sync with HEAD
14273                 add src/wizard.c to POTFILES.in
14274
14275 2005-03-11 [paul]       1.0.3cvs1.1
14276
14277         * ChangeLog
14278         * ChangeLog.claws
14279         * configure.ac
14280         * po/de.po
14281         * po/es.po
14282         * po/fr.po
14283         * po/it.po
14284         * po/pt_BR.po
14285         * po/ru.po
14286         * po/sk.po
14287         * po/sr.po
14288         * po/zh_CN.po
14289                 sync with HEAD
14290
14291 2005-03-04 [colin]      1.0.1cvs22.2
14292
14293         * src/compose.c
14294                 Fix signatures with accentued chars in it
14295
14296 2005-03-04 [colin]      1.0.1cvs22.1
14297
14298         * src/common/smtp.c
14299         * src/common/smtp.h
14300                 Don't use SIZE param in MAIL FROM: if server 
14301                 doesn't support it. Patch by Eugen Freiter
14302                 <eugen_f@users.sf.net>
14303
14304 2005-02-27 [paul]       1.0.1cvs20.1
14305
14306         * ChangeLog.claws
14307         * configure.ac
14308         * src/messageview.c
14309                 sync with HEAD
14310
14311 2005-02-27 [colin]      1.0.1cvs19.4
14312
14313         * src/procheader.c
14314         * src/procheader.h
14315                 Fix prototypes. Patch by Alfons
14316
14317 2005-02-27 [colin]      1.0.1cvs19.3
14318
14319         * src/compose.c
14320                 Don't auto-join the signature separator.
14321
14322 2005-02-26 [colin]      1.0.1cvs19.2
14323
14324         * src/summaryview.c
14325                 Fix 'mark all read' with collapsed threads.
14326                 Patch by Alfons.
14327
14328 2005-02-25 [paul]       1.0.1cvs19.1
14329
14330         * ChangeLog.claws
14331         * configure.ac
14332         * src/prefs_account.c
14333         * src/prefs_folder_item.c
14334         * src/gtk/prefswindow.c
14335         * src/gtk/prefswindow.h
14336                 sync with HEAD
14337
14338 2005-02-25 [paul]       1.0.1cvs15.12
14339
14340         * src/alertpanel.c
14341         * src/codeconv.c
14342         * src/compose.c
14343         * src/textview.c
14344         * src/gtk/gtkutils.c
14345         * src/gtk/gtkutils.h
14346         * src/gtk/logwindow.c
14347         * src/gtk/progressdialog.c
14348                 sync with main (revision 127)
14349                 and fix logwindow clipping
14350
14351 2005-02-24 [colin]      1.0.1cvs15.11
14352
14353         * src/plugins/pgpmime/passphrase.c
14354                 Disable input grabbing; it doesn't work yet.
14355
14356 2005-02-24 [colin]      1.0.1cvs15.10
14357
14358         * src/messageview.c
14359                 Don't send out receipts if offline. Ask.
14360
14361 2005-02-23 [colin]      1.0.1cvs15.9
14362
14363         * src/summaryview.c     
14364                 Fix expanding
14365
14366 2005-02-23 [colin]      1.0.1cvs15.8
14367
14368         * src/summaryview.c
14369                 Really fix Bug 568 by removing useless
14370                 calls. summary_thread_init() now called
14371                 in summary_sort(). This should please
14372                 Alfons as it should be faster than 
14373                 previously.
14374
14375 2005-02-23 [colin]      1.0.1cvs15.7
14376
14377         * src/compose.c
14378                 Encode parts as QP or B64 if signing
14379
14380 2005-02-23 [colin]      1.0.1cvs15.6
14381
14382         * src/compose.c
14383                 Fix Mimeinfo leakage (including tmp files)
14384         * src/procmsg.c
14385                 Fix tmp file leakage (spotted by Ivan Rayner)
14386
14387 2005-02-22 [colin]      1.0.1cvs15.5
14388
14389         * src/expldifdlg.c
14390                 Fix keyboard input. Patch by Alfons.
14391
14392 2005-02-21 [colin]      1.0.1cvs15.4
14393
14394         * src/compose.c
14395                 Fix Sign/Encrypt when unselecting privacy
14396                 system
14397         * src/prefs_common.c
14398                 Change default message font to Monospace
14399         * src/summaryview.c
14400                 More freezing during potentially large operations
14401
14402 2005-02-21 [paul]       1.0.1cvs15.3
14403
14404         * src/main.c
14405                 fix --help output
14406
14407 2005-02-21 [paul]       1.0.1cvs15.2
14408
14409         * po/Makefile.in.in
14410         * src/compose.c
14411         * src/summaryview.c
14412         * src/textview.c
14413         * src/common/utils.c
14414         * src/common/utils.h
14415                 sync with main (revision 117)
14416
14417 2005-02-20 [colin]      1.0.1cvs15.1
14418
14419         * src/common/defs.h
14420                 Change cache file to .sylpheed_claws_cache, as
14421                 suggested by Alfons. Allows people to switch
14422                 between Sylpheed and Sylpheed-Claws. it is
14423                 a good idea to "Check for new messages" at next
14424                 startup.
14425
14426
14427 2005-02-18 [colin]      1.0.1cvs14.1
14428
14429         * src/quote_fmt_lex.l
14430         * src/quote_fmt_parse.y
14431                 Fix parser initialisation. Patch by Ivan.
14432
14433 2005-02-18 [colin]      1.0.1cvs11.6
14434
14435         * src/folderview.c
14436                 Fix scrolldown (bug 662)
14437
14438 2005-02-17 [colin]      1.0.1cvs11.5
14439
14440         * src/codeconv.c
14441                 conv_filename_to_utf8: return clean 7bit instead
14442                 of broken utf8 if needed
14443         * src/mimeview.c
14444                 Fix display of parts with unclean 8bit names
14445
14446 2005-02-17 [paul]       1.0.1cvs11.4
14447
14448         * src/compose.c
14449         * src/exportldif.c
14450         * src/matcher_parser_parse.y
14451         * src/procmime.c
14452         * src/sourcewindow.c
14453         * src/common/Makefile.am
14454         * src/common/intl.h             ** REMOVED **
14455         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14456                 sync with main (revision 109)
14457                 and clean up
14458
14459 2005-02-16 [colin]      1.0.1cvs11.3
14460
14461         * src/summaryview.c
14462                 Fix collapsed thread not highlighting when new
14463                 messages in it (Bug 568) Patch by Stephan Sachse.
14464                 Fix messed up selection when reaching bounds (Bug 632)
14465         * src/prefs_themes.c
14466                 Fix theme installing (Bug 684)
14467
14468 2005-02-16 [colin]      1.0.1cvs11.2
14469
14470         * src/messageview.c
14471                 Fix messageview_select_all
14472
14473 2005-02-16 [colin]      1.0.1cvs11.1
14474
14475         * src/mh.c
14476                 Sync with HEAD (MH scan required function)
14477
14478 2005-02-15 [colin]      1.0.1cvs8.1
14479
14480         * src/mimeview.c
14481         * src/common/utils.c
14482                 Sync with HEAD (filename chars substitution)
14483
14484 2005-02-15 [colin]      1.0.1cvs7.3
14485
14486         * src/gtk/pluginwindow.c
14487                 Fix button spacing
14488
14489 2005-02-15 [colin]      1.0.1cvs7.2
14490
14491         * src/mimeview.c
14492                 Fix mime icons not reset across message when
14493                 scrolled down
14494
14495 2005-02-15 [colin]      1.0.1cvs7.1
14496
14497         * src/compose.c
14498         * src/procmime.c
14499                 Sync with HEAD (optimisation of cvs6)
14500
14501 2005-02-14 [colin]      1.0.1cvs6.1
14502
14503         * src/compose.c
14504         * src/procmime.c
14505                 Sync with HEAD (encode "From " at line beginning)
14506
14507 2005-02-14 [colin]      1.0.1cvs5.3
14508
14509         * src/compose.c
14510                 Fix wrapping with accentued chars.
14511
14512 2005-02-13 [colin]      1.0.1cvs5.2
14513
14514         * src/textview.c
14515                 Fix email informative part parsing with
14516                 accentued chars in it. ispunct() returns
14517                 true for them in utf8...
14518
14519 2005-02-12 [colin]      1.0.1cvs5.1
14520
14521         * src/filtering.c
14522                 Sync with HEAD (remove wrong use of compose after send)
14523
14524 2005-02-12 [paul]       1.0.1cvs4.5
14525
14526         * src/textview.c
14527                 remove unnecessary code (thanks to Alfons)
14528
14529 2005-02-12 [paul]       1.0.1cvs4.4
14530
14531         * src/textview.c
14532                 add 'Copy' to contextual menu on emails
14533
14534 2005-02-11 [colin]      1.0.1cvs4.3
14535
14536         * src/compose.c
14537                 revert 1.0.0cvs28.2, it doesn't work that well.
14538
14539 2005-02-11 [paul]       1.0.1cvs4.2
14540
14541         * po/Makefile.in.in
14542                 fix 'make release'
14543
14544 2005-02-10 [paul]       1.0.1cvs4.1
14545
14546         * ChangeLog
14547         * ChangeLog.claws
14548         * ChangeLog.jp
14549         * configure.ac
14550         * src/compose.c
14551                 sync with HEAD (sync with main)
14552
14553 2005-02-10 [paul]       1.0.1cvs3.2
14554
14555         * AUTHORS
14556         * Makefile.am
14557         * autogen.sh
14558         * configure.ac
14559         * config/mkinstalldirs
14560         * intl/.cvsignore
14561         * intl/ChangeLog
14562         * intl/VERSION
14563         * intl/bindtextdom.c
14564         * intl/config.charset
14565         * intl/dcgettext.c
14566         * intl/dcigettext.c
14567         * intl/dcngettext.c
14568         * intl/dgettext.c
14569         * intl/dngettext.c
14570         * intl/eval-plural.h
14571         * intl/explodename.c
14572         * intl/finddomain.c
14573         * intl/gettext.c
14574         * intl/gettextP.h
14575         * intl/gmo.h
14576         * intl/hash-string.h
14577         * intl/intl-compat.c
14578         * intl/l10nflist.c
14579         * intl/libgnuintl.h.in
14580         * intl/loadinfo.h
14581         * intl/loadmsgcat.c
14582         * intl/localcharset.c
14583         * intl/localcharset.h
14584         * intl/locale.alias
14585         * intl/localealias.c
14586         * intl/localename.c
14587         * intl/log.c
14588         * intl/ngettext.c
14589         * intl/os2compat.c
14590         * intl/os2compat.h
14591         * intl/osdep.c
14592         * intl/plural-exp.c
14593         * intl/plural-exp.h
14594         * intl/plural.c
14595         * intl/plural.y
14596         * intl/ref-add.sin
14597         * intl/ref-del.sin
14598         * intl/relocatable.c
14599         * intl/relocatable.h
14600         * intl/textdomain.c
14601         * m4/Makefile.am
14602         * po/Makefile.in.in
14603         * src/Makefile.am
14604         * src/account.c
14605         * src/action.c
14606         * src/addr_compl.c
14607         * src/addressadd.c
14608         * src/addressbook.c
14609         * src/addrgather.c
14610         * src/addrindex.c
14611         * src/alertpanel.c
14612         * src/browseldap.c
14613         * src/codeconv.c
14614         * src/codeconv.h
14615         * src/compose.c
14616         * src/compose.h
14617         * src/crash.c
14618         * src/editaddress.c
14619         * src/editbook.c
14620         * src/editgroup.c
14621         * src/editjpilot.c
14622         * src/editldap.c
14623         * src/editldap_basedn.c
14624         * src/editvcard.c
14625         * src/exphtmldlg.c
14626         * src/expldifdlg.c
14627         * src/export.c
14628         * src/exporthtml.c
14629         * src/filtering.c
14630         * src/folder.c
14631         * src/folder_item_prefs.c
14632         * src/foldersel.c
14633         * src/folderview.c
14634         * src/grouplistdialog.c
14635         * src/headerview.c
14636         * src/imap.c
14637         * src/imap_gtk.c
14638         * src/import.c
14639         * src/importldif.c
14640         * src/importmutt.c
14641         * src/importpine.c
14642         * src/inc.c
14643         * src/ldif.c
14644         * src/main.c
14645         * src/mainwindow.c
14646         * src/matcher.c
14647         * src/mbox.c
14648         * src/message_search.c
14649         * src/messageview.c
14650         * src/mh.c
14651         * src/mh_gtk.c
14652         * src/mimeview.c
14653         * src/msgcache.c
14654         * src/news.c
14655         * src/news_gtk.c
14656         * src/noticeview.c
14657         * src/partial_download.c
14658         * src/pop.c
14659         * src/prefs_account.c
14660         * src/prefs_actions.c
14661         * src/prefs_common.c
14662         * src/prefs_customheader.c
14663         * src/prefs_display_header.c
14664         * src/prefs_ext_prog.c
14665         * src/prefs_filtering.c
14666         * src/prefs_filtering_action.c
14667         * src/prefs_folder_item.c
14668         * src/prefs_fonts.c
14669         * src/prefs_gtk.c
14670         * src/prefs_matcher.c
14671         * src/prefs_msg_colors.c
14672         * src/prefs_spelling.c
14673         * src/prefs_summary_column.c
14674         * src/prefs_template.c
14675         * src/prefs_themes.c
14676         * src/prefs_toolbar.c
14677         * src/prefs_wrapping.c
14678         * src/privacy.c
14679         * src/procheader.c
14680         * src/procmime.c
14681         * src/procmsg.c
14682         * src/quote_fmt.c
14683         * src/recv.c
14684         * src/send_message.c
14685         * src/setup.c
14686         * src/sourcewindow.c
14687         * src/ssl_manager.c
14688         * src/statusbar.c
14689         * src/summary_search.c
14690         * src/summaryview.c
14691         * src/textview.c
14692         * src/toolbar.c
14693         * src/wizard.c
14694         * src/common/nntp.c
14695         * src/common/plugin.c
14696         * src/common/smtp.c
14697         * src/common/ssl.c
14698         * src/common/ssl_certificate.c
14699         * src/common/string_match.c
14700         * src/common/sylpheed.c
14701         * src/common/template.c
14702         * src/common/utils.c
14703         * src/gtk/about.c
14704         * src/gtk/colorlabel.c
14705         * src/gtk/description_window.c
14706         * src/gtk/filesel.c
14707         * src/gtk/foldersort.c
14708         * src/gtk/gtkaspell.c
14709         * src/gtk/gtkutils.c
14710         * src/gtk/inputdialog.c
14711         * src/gtk/logwindow.c
14712         * src/gtk/menu.c
14713         * src/gtk/pluginwindow.c
14714         * src/gtk/prefswindow.c
14715         * src/gtk/progressdialog.c
14716         * src/gtk/quicksearch.c
14717         * src/gtk/sslcertwindow.c
14718         * src/plugins/clamav/clamav_plugin.c
14719         * src/plugins/clamav/clamav_plugin_gtk.c
14720         * src/plugins/demo/demo.c
14721         * src/plugins/dillo_viewer/dillo_prefs.c
14722         * src/plugins/dillo_viewer/dillo_viewer.c
14723         * src/plugins/image_viewer/plugin.c
14724         * src/plugins/image_viewer/viewer.c
14725         * src/plugins/image_viewer/viewerprefs.c
14726         * src/plugins/mathml_viewer/mathml_viewer.c
14727         * src/plugins/pgpmime/passphrase.c
14728         * src/plugins/pgpmime/plugin.c
14729         * src/plugins/pgpmime/prefs_gpg.c
14730         * src/plugins/pgpmime/select-keys.c
14731         * src/plugins/pgpmime/sgpgme.c
14732         * src/plugins/spamassassin/spamassassin.c
14733         * src/plugins/spamassassin/spamassassin_gtk.c
14734         * src/plugins/trayicon/trayicon.c
14735                 sync with main (revision 104)
14736
14737 2005-02-10 [colin]      1.0.1cvs3.1
14738
14739         * src/mainwindow.c
14740                 Sync with HEAD (fix occasional crasher)
14741
14742 2005-02-10 [colin]      1.0.1cvs2.1
14743
14744         * src/messageview.c
14745                 Synw with HEAD (don't automatically display html)
14746
14747 2005-02-09 [colin]      1.0.1cvs1.3
14748
14749         * src/textview.c
14750         * src/textview.h
14751                 Add contextual menu on emails
14752
14753 2005-02-09 [colin]      1.0.1cvs1.2
14754
14755         * src/codeconv.c
14756                 Fix converting from broken headers and 
14757                 put back the _ in missing places
14758                 (feature broke with cvs24.2 sync, main 
14759                  possibly affected?)
14760
14761 2005-02-09 [colin]      1.0.1cvs1.1
14762
14763         * src/messageview.c
14764         * src/mimeview.c
14765         * src/mimeview.h
14766                 Sync with HEAD (display non text/plain mails with plugin)
14767
14768 2005-02-08 [colin]      1.0.1.1
14769
14770         * ChangeLog.claws
14771         * po/pt_BR.po
14772                 Sync with HEAD
14773         * configure.ac
14774                 Make default configuration directory 
14775                 be .sylpheed-gtk2
14776
14777 2005-02-08 [colin]      1.0.0cvs29.1
14778
14779         * po/de.po
14780         * po/es.po
14781         * po/fr.po
14782         * po/it.po
14783         * po/sk.po
14784         * po/sr.po
14785                 Sync translations with HEAD
14786
14787 2005-02-06 [colin]      1.0.0cvs28.3
14788
14789         * src/compose.c
14790                 Make compose a bit faster - patch by Alfons.
14791
14792 2005-02-06 [colin]      1.0.0cvs28.2
14793
14794         * src/compose.c
14795                 Make pasting via middle-click more reliable
14796
14797 2005-02-05 [paul]       1.0.0cvs28.1
14798
14799         * ChangeLog
14800         * ChangeLog.claws
14801         * ChangeLog.jp
14802         * configure.ac
14803         * src/compose.c
14804                 sync with HEAD
14805                 (fix bug 682 'redirect is broken'
14806
14807 2005-02-05 [torte]      1.0.0cvs27.1
14808
14809         * ChangeLog.claws
14810         * configure.ac
14811         * src/partial_download.c
14812                 Sync with HEAD (fix buf overflow)
14813
14814 2005-02-03 [colin]      1.0.0cvs26.1
14815
14816         * src/common/plugin.c
14817                 Sync with HEAD (avoid plugin mismatches)
14818
14819 2005-02-03 [paul]       1.0.0cvs25.3
14820
14821         * src/folderview.c
14822         * src/headerview.c
14823         * src/summaryview.c
14824         * src/textview.c
14825         * src/gtk/colorlabel.c
14826                 third and final part of initial sync with main-gtk2
14827
14828 2005-02-03 [paul]       1.0.0cvs25.2
14829
14830         * src/jpilot.c
14831                 fix building with jpilot support
14832
14833 2005-02-02 [colin]      1.0.0cvs25.1
14834
14835         * src/messageview.c
14836                 Sync with HEAD (fix dangerous typo)
14837
14838 2005-02-01 [colin]      1.0.0cvs24.3
14839
14840         * src/common/xml.c
14841                 Write file as advertised (UTF-8)
14842
14843 2005-02-01 [paul]       1.0.0cvs24.2
14844
14845         * src/addrbook.c
14846         * src/addrindex.c
14847         * src/alertpanel.h
14848         * src/codeconv.c
14849         * src/codeconv.h
14850         * src/compose.c
14851         * src/export.c
14852         * src/folder_item_prefs.c
14853         * src/html.c
14854         * src/imap.c
14855         * src/import.c
14856         * src/jpilot.c
14857         * src/mainwindow.c
14858         * src/matcher_parser_lex.l
14859         * src/messageview.c
14860         * src/mh.c
14861         * src/prefs_account.c
14862         * src/prefs_actions.c
14863         * src/prefs_common.c
14864         * src/prefs_gtk.c
14865         * src/prefs_gtk.h
14866         * src/prefs_themes.c
14867         * src/procheader.c
14868         * src/procmime.c
14869         * src/sourcewindow.c
14870         * src/statusbar.c
14871         * src/summaryview.c
14872         * src/textview.c
14873         * src/toolbar.c
14874         * src/unmime.c
14875         * src/common/template.c
14876         * src/common/utils.c
14877         * src/common/xml.c
14878         * src/common/xml.h
14879         * src/gtk/gtkaspell.c
14880         * src/plugins/clamav/clamav_plugin.c
14881         * src/plugins/dillo_viewer/dillo_prefs.c
14882         * src/plugins/image_viewer/viewerprefs.c
14883         * src/plugins/pgpmime/passphrase.c
14884         * src/plugins/pgpmime/prefs_gpg.c
14885         * src/plugins/pgpmime/select-keys.c
14886         * src/plugins/spamassassin/spamassassin.c
14887                 second part of initial sync with main-gtk2
14888                 (more to follow)
14889
14890 2005-01-31 [colin]      1.0.0cvs24.1
14891
14892         * src/compose.c
14893                 Sync with HEAD
14894
14895 2005-01-29 [paul]       1.0.0cvs23.2
14896
14897         * src/account.c
14898         * src/action.c
14899         * src/addressadd.c
14900         * src/addressbook.c
14901         * src/alertpanel.c
14902         * src/compose.c
14903         * src/editaddress.c
14904         * src/editbook.c
14905         * src/editgroup.c
14906         * src/editjpilot.c
14907         * src/editldap.c
14908         * src/editldap_basedn.c
14909         * src/editvcard.c
14910         * src/export.c
14911         * src/foldersel.c
14912         * src/grouplistdialog.c
14913         * src/import.c
14914         * src/importldif.c
14915         * src/inc.c
14916         * src/main.c
14917         * src/mainwindow.c
14918         * src/message_search.c
14919         * src/messageview.c
14920         * src/mimeview.c
14921         * src/prefs_actions.c
14922         * src/prefs_common.c
14923         * src/prefs_common.h
14924         * src/prefs_customheader.c
14925         * src/prefs_display_header.c
14926         * src/prefs_filtering.c
14927         * src/prefs_filtering_action.c
14928         * src/prefs_gtk.c
14929         * src/prefs_matcher.c
14930         * src/prefs_summary_column.c
14931         * src/prefs_template.c
14932         * src/sourcewindow.c
14933         * src/summary_search.c
14934         * src/summaryview.c
14935         * src/textview.c
14936         * src/gtk/about.c
14937         * src/gtk/description_window.c
14938         * src/gtk/gtkshruler.c
14939         * src/gtk/gtkutils.c
14940         * src/gtk/gtkutils.h
14941         * src/gtk/inputdialog.c
14942         * src/gtk/logwindow.c
14943         * src/gtk/prefswindow.c
14944         * src/gtk/progressdialog.c
14945         * src/gtk/progressdialog.h
14946                 first part of initial sync with main-gtk2
14947                 (more to follow)
14948
14949 2005-01-28 [colin]      1.0.0cvs23.1
14950
14951         * src/folderview.c
14952                 Sync with HEAD
14953
14954 2005-01-27 [colin]      1.0.0cvs21.1
14955
14956         * src/folder.c
14957         * src/folderview.c
14958                 Sync with HEAD
14959
14960 2005-01-27 [colin]      1.0.0cvs19.1
14961
14962         * src/procmime.c
14963                 Sync with HEAD
14964
14965 2005-01-27 [colin]      1.0.0cvs18.1
14966
14967         * src/messageview.c
14968         * src/summaryview.c
14969         * src/mainwindow.c
14970         * src/compose.c
14971         * src/compose.h
14972         * src/procmsg.c
14973         * src/procmsg.h
14974         * src/toolbar.c
14975                 Sync with HEAD
14976
14977 2005-01-26 [paul]       1.0.0cvs15.2
14978
14979         * src/compose.c
14980                 compose_entries_set(): convert subject and body to
14981                 utf8 if necessary. patch by Felix Eckhofer
14982
14983 2005-01-26 [paul]       1.0.0cvs15.1
14984
14985         * configure.ac
14986         * src/common/template.c
14987                 sync with HEAD (fix memory leak)
14988
14989 2005-01-25 [paul]       1.0.0cvs14.1
14990
14991         * configure.ac
14992         * src/compose.c
14993                 sync with HEAD
14994
14995 2005-01-24 [colin]      1.0.0cvs13.1
14996
14997         * src/summaryview.c
14998                 Sync with HEAD
14999
15000 2005-01-24 [paul]       1.0.0cvs12.1
15001
15002         * configure.ac
15003         * src/messageview.c
15004         * src/mh.c
15005         * src/common/utils.c
15006                 sync with HEAD
15007
15008 2005-01-24 [colin]      1.0.0cvs11.1
15009
15010         * src/procheader.c
15011                 Sync with HEAD
15012
15013 2005-01-24 [colin]      1.0.0cvs10.1
15014
15015         * src/folderview.c
15016                 Sync with HEAD
15017
15018 2005-01-23 [colin]      1.0.0cvs9.1
15019
15020         * src/crash.c
15021                 Sync with HEAD
15022
15023 2005-01-22 [colin]      1.0.0cvs8.1
15024
15025         * src/summaryview.c
15026         * src/gtk/quicksearch.c
15027                 Sync with HEAD
15028
15029 2005-01-21 [colin]      1.0.0cvs7.1
15030
15031         * src/summaryview.c
15032                 Sync with HEAD
15033
15034 2005-01-21 [colin]      1.0.0cvs6.1
15035
15036         * src/summaryview.c
15037                 Sync with HEAD
15038
15039 2005-01-21 [colin]      1.0.0cvs5.1
15040
15041         * src/gtk/quicksearch.c
15042         * src/prefs_common.c
15043         * src/prefs_common.h
15044                 Sync with HEAD (recurse option)
15045
15046 2005-01-21 [colin]      1.0.0cvs4.1
15047
15048         * src/folder.h
15049         * src/folderview.c
15050         * src/folderview.h
15051         * src/summaryview.c
15052         * src/gtk/quicksearch.c
15053         * src/gtk/quicksearch.h
15054                 Sync with HEAD (recursive quicksearch)
15055
15056 2005-01-20 [colin]      1.0.0cvs3.4
15057
15058         * src/ssl_manager.c
15059                 Remove useless code
15060
15061 2005-01-20 [colin]      1.0.0cvs3.3
15062
15063         * src/ssl_manager.c
15064                 Fix leak, thanks to Alfons.
15065
15066 2005-01-20 [colin]      1.0.0cvs3.2
15067
15068         * src/ssl_manager.c
15069                 Port SSL certificate window to GTK2.
15070
15071 2005-01-20 [paul]       1.0.0cvs3.1
15072
15073         * ChangeLog.claws
15074         * configure.ac
15075         * src/addrindex.c
15076         * src/addrindex.h
15077                 sync with HEAD
15078
15079 2005-01-19 [colin]      1.0.0cvs2.2
15080
15081         * src/plugins/trayicon/trayicon.c
15082                 Fix freeze with gtk-2.6, the easy way
15083                 (signal blocking helpless there...)
15084                 Closes bug #668.
15085
15086 2005-01-19 [colin]      1.0.0cvs2.1
15087
15088         * src/mbox.c
15089         * src/mbox.h
15090         * src/mainwindow.c
15091         * src/summaryview.c
15092         * src/summaryview.h
15093                 Sync with HEAD
15094
15095 2005-01-19 [paul]       1.0.0cvs1.1
15096
15097         * configure.ac
15098         * po/de.po
15099         * po/es.po
15100         * po/fr.po
15101         * po/hr.po
15102         * po/it.po
15103         * po/ja.po
15104         * po/ko.po
15105         * po/pt_BR.po
15106         * po/ru.po
15107         * po/sk.po
15108         * po/sr.po
15109                 sync with HEAD (update translations)
15110
15111 2005-01-18 [colin]      1.0.0cvs0.1
15112
15113         * src/foldersel.c
15114                 Specify search column - patch by Alfons
15115
15116 2005-01-18 [colin]      0.9.13cvs36.3
15117
15118         * src/prefs_toolbar.c
15119                 Change Delete to Remove
15120         * src/prefs_fonts.c
15121                 GTK2 version and leak fixes
15122         * src/prefs_actions.c
15123                 Add stock buttons.
15124                 All patches by Alfons
15125
15126 2005-01-17 [colin]      0.9.13cvs36.2
15127
15128         * src/compose.c
15129                 Fix DnD inserting twice. While at it,
15130                 add DnD support for text/plain in the
15131                 body, and add support in the headers.
15132
15133 2005-01-16 [colin]      0.9.13cvs36.1
15134
15135         * ChangeLog
15136         * ChangeLog.jp
15137         * ChangeLog.claws
15138                 Sync with HEAD (nothing applicable)
15139
15140 2005-01-16 [colin]      0.9.13cvs33.2
15141
15142         * src/prefs_toolbar.c
15143                 GTK2ize prefs_toolbar, by Alfons.
15144
15145 2005-01-14 [colin]      0.9.13cvs33.1
15146
15147         * src/html.c
15148         * src/msgcache.c
15149                 Sync with HEAD
15150
15151 2005-01-14 [colin]      0.9.13cvs32.1
15152
15153         * src/html.c
15154         * src/html.h
15155         * src/msgcache.c
15156         * AUTHORS
15157         * tools/calypso_convert.pl
15158                 Sync with HEAD
15159
15160 2005-01-08 [colin]      0.9.13cvs29.2
15161
15162         * src/prefs_filtering_action.c
15163         * src/prefs_filtering.c
15164                 2 more gtk2 patches by Alfons
15165
15166 2005-01-07 [paul]       0.9.13cvs29.1
15167
15168         * ChangeLog
15169         * ChangeLog.claws
15170         * ChangeLog.jp
15171         * configure.ac
15172         * src/pop.c
15173         * src/pop.h
15174                 sync with HEAD
15175
15176 2005-01-07 [colin]      0.9.13cvs28.3
15177
15178         * src/gtk/progressdialog.c
15179         * src/gtk/progressdialog.h
15180         * src/inc.c
15181         * src/send_message.c
15182                 GTK2 for the incorporation dialog. The CList isn't dead
15183                 yet, for a more smooth migration. Patch by Alfons.
15184
15185 2005-01-06 [colin]      0.9.13cvs28.2
15186
15187         * src/prefs_display_header.c
15188                 GTK2 conversion by Alfons
15189         * src/prefs_actions.c
15190         * src/prefs_matcher.c
15191                 Fix 2 leaks - patch by Alfons
15192
15193 2005-01-06 [colin]      0.9.13cvs28.1
15194
15195         * src/prefs_matcher.c
15196                 Sync with HEAD
15197
15198 2005-01-06 [colin]      0.9.13cvs27.4
15199
15200         * src/prefs_matcher.c
15201                 Fix double-free. Patch by Alfons
15202
15203 2005-01-06 [colin]      0.9.13cvs27.3
15204
15205         * src/prefs_matcher.c
15206                 GTK2 widgets + memleak
15207                 Patch by Alfons
15208
15209 2005-01-05 [colin]      0.9.13cvs27.2
15210
15211         * src/account.c
15212         * src/addr_compl.c
15213         * src/foldersel.c
15214         * src/stock_pixmap.c
15215         * src/stock_pixmap.h
15216                 3 more GTK2 patches by Alfons.
15217
15218 2005-01-04 [colin]      0.9.13cvs27.1
15219
15220         * src/folderview.c
15221         * src/imap_gtk.c
15222         * src/news_gtk.c
15223                 Sync with HEAD
15224
15225 2005-01-04 [colin]      0.9.13cvs25.9
15226
15227         * src/compose.c
15228                 Fix Show Ruler menuitem
15229         * src/prefs_template.c
15230                 Convert to GTK2
15231         * src/common/utils.c
15232                 Make auto pointer stuff handles NULLs
15233                 Patches by Alfons.
15234
15235 2005-01-04 [colin]      0.9.13cvs25.8
15236
15237         * src/compose.c
15238                 Move the attachment list to gtk2
15239                 Patch by Alfons.
15240
15241 2005-01-04 [colin]      0.9.13cvs25.7
15242
15243         * src/textview.c
15244                 Make some keys work again
15245                 Patch by SungHyun Nam <namsh@kldp.org>
15246
15247 2005-01-04 [colin]      0.9.13cvs25.6
15248
15249         * src/gtk/gtkshruler.c
15250                 Move the ruler to GTK2
15251                 Patch by Alfons
15252
15253 2005-01-03 [colin]      0.9.13cvs25.5
15254
15255         * src/compose.c
15256                 Fix my broken patch apply 
15257
15258 2005-01-03 [colin]      0.9.13cvs25.4
15259
15260         * src/common/utils.c
15261         * src/common/utils.h
15262         * src/gtk/prefswindow.c
15263                 Move auto pointer stuff to utils.c
15264                 Patch by Alfons again :)
15265
15266 2005-01-03 [colin]      0.9.13cvs25.3
15267
15268         * src/compose.c
15269         * src/prefs_gtk.c
15270         * src/prefs_template.c
15271         * src/textview.c
15272                 Empty text widgets with empty strings, not NULL char
15273                 Patch by SungHyun Nam <namsh@kldp_org>
15274
15275 2005-01-03 [colin]      0.9.13cvs25.2
15276
15277         * src/main.c
15278         * AUTHORS
15279                 Sync with HEAD
15280
15281 2005-01-03 [colin]      0.9.13cvs25.1
15282
15283         * src/pop.c
15284         * src/pop.h
15285                 Sync with HEAD
15286
15287 2005-01-03 [colin]      0.9.13cvs24.3
15288
15289         * src/account.c
15290                 Two patches from Alfons and Alex S Moore:
15291                 fix images, fix return value.
15292
15293 2005-01-01 [colin]      0.9.13cvs24.2
15294
15295         * src/prefs_actions.c
15296                 Fix over-zealous assertion. Patch by Alfons
15297
15298 2005-01-01 [colin]      0.9.13cvs24.1
15299
15300         * src/procmime.c
15301                 Sync with HEAD (leak fix)
15302
15303 2004-12-31 [colin]      0.9.13cvs23.2
15304
15305         * src/prefs_common.c
15306                 GTK2 widgets + stock buttons - patch by Alfons
15307
15308 2004-12-31 [paul]       0.9.13cvs23.1
15309
15310         * configure.ac
15311                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15312         * src/gtk/pluginwindow.c
15313                 use GTK2 widgets and plug memory leaks,
15314                 patches by Alfons
15315
15316 2004-12-30 [colin]      0.9.13cvs22.4
15317
15318         * src/account.c
15319         * src/action.c
15320         * src/export.c
15321         * src/foldersel.c
15322         * src/import.c
15323         * src/message_search.c
15324         * src/prefs_actions.c
15325         * src/prefs_common.c
15326         * src/prefs_customheader.c
15327         * src/prefs_filtering.c
15328         * src/prefs_summary_column.c
15329         * src/summary_search.c
15330         * src/gtk/about.c
15331         * src/gtk/description_window.c
15332         * src/gtk/gtkutils.c
15333         * src/gtk/gtkutils.h
15334         * src/gtk/inputdialog.c
15335         * src/gtk/prefswindow.c
15336                 Use GTK2 stock buttons. Patches by Alfons.
15337
15338 2004-12-30 [colin]      0.9.13cvs22.3
15339
15340         * src/account.c
15341                 Sync with HEAD
15342         * src/prefs_actions.c
15343         * src/prefs_customheader.c
15344         * src/prefs_filtering.c
15345         * src/prefs_msg_colors.c
15346         * src/prefs_summary_column.c
15347         * src/gtk/prefswindow.c
15348                 Use GtkTreeView instead of deprecated 
15349                 widgets. Patches by Alfons.
15350
15351 2004-12-30 [paul]       0.9.13cvs22.2
15352
15353         * src/foldersel.c
15354                 use GTK 2 Tree View
15355                 patch by Alfons, with root folder sorting fix
15356                 by Stephan Sachse
15357
15358 2004-12-30 [paul]       0.9.13cvs22.1
15359
15360         * ChangeLog
15361         * ChangeLog.claws
15362         * ChangeLog.jp
15363         * NEWS
15364         * configure.ac
15365         * src/account.c
15366                 sync with HEAD
15367
15368 2004-12-22 [martin]     0.9.13cvs21.2
15369
15370         * src/action.c
15371                 free the command line after its use
15372
15373 2004-12-18 [paul]       0.9.13cvs21.1
15374
15375         * AUTHORS
15376         * ChangeLog
15377         * ChangeLog.claws
15378         * ChangeLog.jp
15379         * NEWS
15380         * configure.ac
15381         * src/action.c
15382         * src/compose.c
15383         * src/syldap.c
15384                 sync with HEAD
15385
15386 2004-12-17 [martin]     0.9.13cvs17.2
15387
15388         * src/action.c
15389                 convert actions input to locale
15390         * src/inc.c
15391                 convert notification command to locale
15392         * src/plugins/pgpmime/select-keys.c
15393                 convert attributes to utf8
15394
15395 2004-12-14 [colin]      0.9.13cvs17.1
15396
15397         * ChangeLog
15398         * ChangeLog.jp
15399         * ChangeLog.claws
15400         * src/action.c
15401         * src/common/utils.c
15402         * src/gtk/prefswindow.c
15403         * src/gtk/gtkutils.c
15404         * src/gtk/gtkutils.h
15405         * src/plugins/spamassassin/libspamc.c
15406                 Sync with HEAD
15407
15408 2004-12-13 [colin]      0.9.13cvs14.1
15409
15410         * src/quote_fmt_parse.y
15411                 Sync with HEAD
15412
15413 2004-12-10 [colin]      0.9.13cvs12.1
15414
15415         * src/prefs_themes.c
15416         * src/mainwindow.c
15417         * src/messageview.c
15418                 Sync with HEAD
15419
15420 2004-12-09 [colin]      0.9.13cvs10.1
15421
15422         * src/procmime.c
15423                 Sync with HEAD (fix B64 encoding from memory)
15424
15425 2004-12-08 [colin]      0.9.13cvs9.1
15426
15427         * src/gtk/colorlabel.c
15428                 Sync with HEAD
15429
15430 2004-12-08 [paul]       0.9.13cvs8.2
15431
15432         * src/gtk/pluginwindow.c
15433                 fix window resizing oddities
15434
15435 2004-12-08 [colin]      0.9.13cvs8.1
15436
15437         * src/quote_fmt_parse.y
15438                 Sync with HEAD
15439
15440 2004-12-08 [colin]      0.9.13cvs7.1
15441
15442         * src/matcher_parser_parse.y
15443         * src/msgcache.c
15444         * src/prefs_matcher.c
15445         * src/procheader.c
15446         * src/matcher.c
15447         * src/common/defs.h
15448         * po/sr.po
15449                 Sync with HEAD
15450
15451 2004-12-08 [colin]      0.9.13cvs6.1
15452
15453         * src/quote_fmt_parse.y
15454         * src/textview.c
15455                 Sync with HEAD
15456         * src/gtk/prefswindow.c
15457         * src/gtk/pluginwindow.c
15458                 Fix G_CALLBACKS protos (thanks to Alfons)
15459
15460 2004-12-07 [torte]      0.9.13cvs2.2
15461
15462         * src/procmime.c
15463                 [Bug 650] reply button causes crash
15464                 Thanks to David Relson and Christoph
15465
15466 2004-12-07 [colin]      0.9.13cvs2.1
15467
15468         * ChangeLog.claws
15469         * AUTHORS
15470         * po/sk.po
15471         * src/procmime.c
15472         * src/prefs_account.c
15473         * src/common/smtp.c
15474         * src/common/smtp.h
15475                 Sync with HEAD
15476
15477 2004-12-06 [colin]      0.9.12cvs187.1
15478
15479         * ChangeLog.claws
15480         * INSTALL
15481         * Makefile.am
15482         * README.claws
15483         * TODO.claws
15484         * configure.ac
15485         * po/bg.po
15486         * po/cs.po
15487         * po/el.po
15488         * po/en_GB.po
15489         * po/es.po
15490         * po/fr.po
15491         * po/hr.po
15492         * po/hu.po
15493         * po/it.po
15494         * po/ja.po
15495         * po/ko.po
15496         * po/nl.po
15497         * po/pl.po
15498         * po/pt_BR.po
15499         * po/ru.po
15500         * po/sk.po
15501         * po/sr.po
15502         * po/sv.po
15503         * po/zh_CN.po
15504         * po/zh_TW.Big5.po
15505         * src/compose.c
15506         * tools/Makefile.am
15507         * tools/README
15508         * tools/filter_conv.pl
15509         * tools/kdeservicemenu/README
15510         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15511         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15512                 Sync with HEAD
15513
15514 2004-12-04 [colin]      0.9.12cvs183.1
15515
15516         * src/compose.c
15517                 Sync with HEAD (compose window position saving)
15518
15519 2004-12-04 [paul]       0.9.12cvs182.3
15520
15521         * src/messageview.c
15522         * src/mimeview.c
15523         * src/prefs_customheader.c
15524         * src/gtk/quicksearch.c
15525                 replace some forgotten GTK_SIGNAL_FUNCs
15526
15527 2004-12-04 [paul]       0.9.12cvs182.2
15528
15529         * src/Makefile.am
15530                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15531                 committed in error      
15532
15533 2004-12-04 [paul]       0.9.12cvs182.1
15534
15535         * ChangeLog
15536         * ChangeLog.claws
15537         * ChangeLog.jp
15538         * INSTALL
15539         * NEWS
15540         * README
15541         * README.jp
15542         * configure.ac
15543         * doc/manual/ja/Makefile.am
15544         * doc/manual/ja/sylpheed-1.html
15545         * doc/manual/ja/sylpheed-10.html
15546         * doc/manual/ja/sylpheed-11.html
15547         * doc/manual/ja/sylpheed-12.html
15548         * doc/manual/ja/sylpheed-13.html
15549         * doc/manual/ja/sylpheed-14.html
15550         * doc/manual/ja/sylpheed-15.html
15551         * doc/manual/ja/sylpheed-16.html
15552         * doc/manual/ja/sylpheed-17.html
15553         * doc/manual/ja/sylpheed-18.html
15554         * doc/manual/ja/sylpheed-19.html
15555         * doc/manual/ja/sylpheed-2.html
15556         * doc/manual/ja/sylpheed-20.html
15557         * doc/manual/ja/sylpheed-3.html
15558         * doc/manual/ja/sylpheed-4.html
15559         * doc/manual/ja/sylpheed-5.html
15560         * doc/manual/ja/sylpheed-6.html
15561         * doc/manual/ja/sylpheed-7.html
15562         * doc/manual/ja/sylpheed-8.html
15563         * doc/manual/ja/sylpheed-9.html
15564         * doc/manual/ja/sylpheed.html
15565         * doc/manual/ja/sylpheed.sgml
15566         * po/de.po
15567         * src/Makefile.am
15568         * src/compose.c
15569         * src/procmime.c
15570         * src/pixmaps/regular.xpm **REMOVED**
15571         * src/plugins/pgpmime/pgpmime.c
15572         * src/plugins/pgpmime/plugin.c
15573         * src/plugins/pgpmime/prefs_gpg.c
15574                 sync with HEAD
15575
15576 2004-12-03 [paul]       0.9.12cvs180.1
15577
15578         * ChangeLog
15579         * ChangeLog.claws
15580         * ChangeLog.jp
15581         * configure.ac
15582         * src/Makefile.am
15583         * src/pop.c
15584         * src/common/utils.c
15585         * src/common/utils.h
15586         * src/pixmaps/continue.xpm
15587         * src/pixmaps/dir_close.xpm
15588         * src/pixmaps/dir_open.xpm
15589         * src/pixmaps/drafts_close.xpm
15590         * src/pixmaps/drafts_open.xpm
15591         * src/pixmaps/folder.xpm **REMOVED**
15592         * src/pixmaps/group.xpm
15593         * src/pixmaps/unread.xpm
15594                 sync with HEAD
15595
15596 2004-12-02 [colin]      0.9.12cvs179.1
15597
15598         * src/compose.c
15599                 Sync with HEAD (non-duplicated reedition)
15600
15601 2004-12-02 [colin]      0.9.12cvs178.1
15602
15603         * src/compose.c
15604                 Sync with HEAD (linewrap_quote fix)
15605
15606 2004-12-01 [colin]      0.9.12cvs177.3
15607
15608         * src/addrharvest.c
15609                 Replace sizeof with strlen
15610
15611 2004-12-01 [paul]       0.9.12cvs177.2
15612
15613         * src/addrharvest.c
15614                 fix 'harvest addresses'
15615
15616 2004-11-30 [colin]      0.9.12cvs177.1
15617
15618         * src/gtk/prefswindow.c
15619         * src/gtk/pluginwindow.c
15620                 Sync with HEAD
15621
15622 2004-11-29 [colin]      0.9.12cvs176.1
15623
15624         * src/folderview.c
15625                 sync with HEAD (Fix disappearing separators in folderview's popup)
15626
15627 2004-11-29 [colin]      0.9.12cvs175.1
15628
15629         * src/procmime.c
15630                 Sync with head (another format fix)
15631
15632 2004-11-29 [colin]      0.9.12cvs174.1
15633
15634         * src/pop.c
15635                 Sync with HEAD (format string fix)
15636
15637 2004-11-26 [colin]      0.9.12cvs173.1
15638
15639         * src/common/smtp.c
15640         * src/common/smtp.h
15641                 Sync with HEAD
15642
15643 2004-11-24 [colin]      0.9.12cvs172.1
15644
15645         * src/plugins/pgpmime/pgpmime.c
15646                 Sync with HEAD
15647
15648 2004-11-24 [colin]      0.9.12cvs171.1
15649
15650         * src/plugins/pgpmime/pgpmime.c
15651                 Sync with head (gpgmectx leaks)
15652
15653 2004-11-24 [colin]      0.9.12cvs169.1
15654
15655         * src/plugins/pgpmime/plugin.c
15656         * src/plugins/trayicon/Makefile.am
15657         * src/plugins/trayicon/newmarkedmail.xpm
15658         * src/plugins/trayicon/trayicon.c
15659         * src/plugins/trayicon/unreadmarkedmail.xpm
15660                 Sync with HEAD
15661
15662 2004-11-23 [colin]      0.9.12cvs168.1
15663
15664         * src/partial_download.c
15665         * src/partial_download.h
15666         * src/plugins/pgpmime/plugin.c
15667                 Sync with HEAD
15668
15669 2004-11-23 [colin]      0.9.12cvs166.1
15670
15671         * src/Makefile.am
15672         * src/codeconv.c
15673         * src/compose.c
15674         * src/folderview.c
15675         * src/main.c
15676         * src/partial_download.c
15677         * src/partial_download.h
15678         * src/prefs_account.c
15679         * src/prefs_account.h
15680         * src/privacy.c
15681         * src/privacy.h
15682         * src/procmime.c
15683         * src/common/Makefile.am
15684         * src/common/base64.h
15685         * src/common/partial_download.c
15686         * src/common/partial_download.h
15687         * src/gtk/prefswindow.c
15688         * src/gtk/prefswindow.h
15689         * src/plugins/pgpmime/pgpmime.c
15690         * src/plugins/pgpmime/prefs_gpg.c
15691         * src/plugins/pgpmime/prefs_gpg.h
15692         * src/plugins/pgpmime/sgpgme.c
15693         * src/plugins/pgpmime/sgpgme.h
15694                 Sync with HEAD
15695
15696 2004-11-23 [colin]      0.9.12cvs163.1
15697
15698         * src/main.c
15699                 Sync with HEAD (cursor optimization)
15700
15701 2004-11-23 [colin]      0.9.12cvs162.1
15702
15703         * src/prefs_common.c
15704         * src/prefs_themes.c
15705         * src/procmsg.c
15706                 Sync with HEAD
15707
15708 2004-11-23 [colin]      0.9.12cvs158.9
15709
15710         * src/compose.c
15711                 Fix double-free when forwarding
15712         * src/msgcache.c
15713                 Fix leak on error path
15714                 
15715
15716 2004-11-23 [colin]      0.9.12cvs158.8
15717
15718         * src/compose.c
15719                 Fix possible double-free
15720                 Spotted by Alfons
15721
15722 2004-11-23 [colin]      0.9.12cvs158.7
15723
15724         * src/compose.c
15725                 Fix some signal handlers' prototypes
15726                 Spotted by Alfons
15727
15728 2004-11-22 [colin]      0.9.12cvs158.6
15729
15730         * src/compose.c
15731                 Remove unneeded code and duplicated
15732                 wrapping - patch by Alfons
15733
15734 2004-11-22 [colin]      0.9.12cvs158.5
15735
15736         * src/prefs_themes.c
15737                 Fix oversized selector
15738
15739 2004-11-22 [colin]      0.9.12cvs158.4
15740
15741         * src/compose.c
15742                 fix dump_text()
15743                 patch by Alfons
15744
15745 2004-11-19 [colin]      0.9.12cvs158.3
15746
15747         * src/textview.c
15748                 Add a context menu on links (open, copy)
15749
15750 2004-11-18 [paul]       0.9.12cvs158.2
15751
15752         * src/addrgather.c
15753         * src/exphtmldlg.c
15754         * src/expldifdlg.c
15755         * src/mimeview.c
15756         * src/prefs_common.c
15757         * src/plugins/image_viewer/viewer.c
15758         * src/plugins/spamassassin/spamassassin_gtk.c
15759                 replace deprecated gtk_notebook_set_page
15760                 and gtk_notebook_current_page
15761
15762 2004-11-18 [paul]       0.9.12cvs158.1
15763
15764         * configure.ac
15765         * src/compose.c
15766         * src/mainwindow.c
15767         * src/messageview.c
15768         * src/prefs_common.c
15769         * src/common/utils.c
15770         * src/common/utils.h
15771                 sync with HEAD
15772
15773 2004-11-17 [colin]      0.9.12cvs156.1
15774
15775         * src/prefs_account.c
15776         * src/prefs_account.h
15777         * src/procmsg.c
15778                 Sync with HEAD (add pref to store encrypted mails encrypted)
15779
15780 2004-11-17 [paul]       0.9.12cvs155.1
15781
15782         * ChangeLog
15783         * ChangeLog.claws
15784         * ChangeLog.jp
15785         * NEWS
15786         * configure.ac
15787         * src/compose.c
15788         * src/jpilot.c
15789         * src/privacy.c
15790         * src/procmime.c
15791         * src/procmime.h
15792         * src/procmsg.c
15793         * src/toolbar.c
15794         * src/pixmaps/error.xpm
15795                 sync with HEAD
15796
15797 2004-11-17 [colin]      0.9.12cvs151.1
15798
15799         * src/plugins/pgpmime/pgpmime.c
15800                 Sync with HEAD (remove debug printf)
15801
15802 2004-11-17 [colin]      0.9.12cvs150.1
15803
15804         * src/plugins/pgpmime/pgpmime.c
15805                 Sync with HEAD (off-by-one fix)
15806
15807 2004-11-17 [colin]      0.9.12cvs149.1
15808
15809         * src/procmsg.c
15810                 Sync with HEAD (coding style fixes)
15811
15812 2004-11-16 [colin]      0.9.12cvs148.1
15813
15814         * src/procmsg.c
15815                 Sync with head (Fix the fix)
15816
15817 2004-11-16 [colin]      0.9.12cvs147.1
15818
15819         * src/procmsg.c
15820                 Sync with Main (leak fix)
15821
15822 2004-11-16 [colin]      0.9.12cvs146.14
15823
15824         * src/compose.c
15825                 Remove useless chunk of code
15826                 Patch by Alfons
15827
15828 2004-11-15 [colin]      0.9.12cvs146.13
15829
15830         * src/compose.c
15831                 Fix drafting after insertion
15832                 Patch by Alfons
15833
15834 2004-11-15 [colin]      0.9.12cvs146.12
15835
15836         * src/compose.c
15837         * src/prefs_filtering.c
15838         * src/prefs_filtering_action.c
15839         * src/prefs_toolbar.c
15840                 Fix some const-correctness
15841
15842 2004-11-15 [colin]      0.9.12cvs146.11
15843
15844         * src/summaryview.c
15845         * src/prefs_themes.c
15846         * src/messageview.c
15847                 Fix some leaks
15848
15849 2004-11-15 [colin]      0.9.12cvs146.10
15850
15851         * src/codeconv.c
15852                 More unreadable locale fixes
15853
15854 2004-11-14 [colin]      0.9.12cvs146.9
15855
15856         * src/textview.c
15857                 Fix uri_security_check
15858                 Patch by Alfons
15859
15860 2004-11-13 [paul]       0.9.12cvs146.8
15861
15862         * src/folder.c
15863         * src/procmime.c
15864                 fix 2 bugs introduced in last commit
15865
15866 2004-11-13 [paul]       0.9.12cvs146.7
15867
15868         * src/compose.c
15869         * src/exporthtml.c
15870         * src/exportldif.c
15871         * src/folder.c
15872         * src/imap.c
15873         * src/imap_gtk.c
15874         * src/main.c
15875         * src/mainwindow.c
15876         * src/messageview.c
15877         * src/mh_gtk.c
15878         * src/prefs_themes.c
15879         * src/procmime.c
15880         * src/setup.c
15881         * src/summaryview.c
15882                 replace deprecated g_basename
15883
15884 2004-11-13 [paul]       0.9.12cvs146.6
15885
15886         * src/compose.c
15887         * src/imap.c
15888         * src/matcher_parser.h
15889         * src/matcher_parser_parse.y
15890         * src/prefs_filtering.c
15891         * src/prefs_filtering_action.c
15892         * src/prefs_themes.c
15893         * src/prefs_toolbar.c
15894         * src/common/utils.c
15895                 various small fixes/cleanups
15896
15897 2004-11-12 [colin]      0.9.12cvs146.5
15898
15899         * src/textview.c
15900                 Validate event's origin on visibility notify
15901                 Patch by Alfons.
15902
15903 2004-11-12 [paul]       0.9.12cvs146.4
15904
15905         * src/exporthtml.c
15906         * src/exportldif.c
15907         * src/imap.c
15908         * src/mh.c
15909         * src/mimeview.c
15910         * src/prefs_spelling.c
15911         * src/prefs_themes.c
15912                 replace deprecated g_dirname    
15913
15914 2004-11-12 [colin]      0.9.12cvs146.3
15915
15916         * src/textview.c
15917                 Some coding style fixes
15918
15919 2004-11-12 [colin]      0.9.12cvs146.2
15920
15921         * src/codeconv.c
15922                 We want to replace _all_ extended chars in
15923                 conv_unreadable_*, because any string containing
15924                 extended chars not parsing as UTF8 is 
15925                 undisplayed on gtk2.
15926
15927 2004-11-12 [paul]       0.9.12cvs146.1
15928
15929         * ChangeLog
15930         * ChangeLog.claws
15931         * ChangeLog.jp
15932         * NEWS
15933         * configure.ac
15934         * src/account.c
15935         * src/folderview.c
15936         * src/folderview.h
15937         * src/imap.c
15938         * src/imap_gtk.c
15939         * src/inc.c
15940         * src/mainwindow.c
15941         * src/mh_gtk.c
15942         * src/news_gtk.c
15943         * src/pop.c
15944         * src/prefs_account.c
15945         * src/prefs_account.h
15946         * src/prefs_ext_prog.c
15947         * src/procmime.c
15948         * src/procmime.h
15949         * src/procmsg.c
15950         * src/procmsg.h
15951         * src/summary_search.c
15952         * src/summaryview.c
15953         * src/textview.c
15954         * src/common/defs.h
15955         * src/common/utils.c
15956         * src/common/utils.h
15957         * src/gtk/menu.c
15958         * src/gtk/menu.h
15959                 sync with HEAD
15960
15961 2004-11-11 [colin]      0.9.12cvs144.2
15962
15963         * src/textview.c
15964                 Fix URI range selection (patch by Alfons)
15965
15966 2004-11-09 [colin]      0.9.12cvs144.1
15967
15968         * ChangeLog.claws
15969         * src/compose.c
15970         * src/folder.c
15971         * src/folder_item_prefs.c
15972         * src/prefs_account.c
15973         * src/prefs_account.h
15974         * src/plugins/pgpmime/pgpmime.c
15975                 Sync with HEAD
15976
15977 2004-11-08 [colin]      0.9.12cvs143.1
15978
15979         * src/summaryview.c
15980                 Sync with HEAD (optimize quicksearch)
15981
15982 2004-11-08 [colin]      0.9.12cvs142.2
15983
15984         * src/compose.c
15985                 Don't wrap when Edit/Auto wrapping is disabled
15986
15987 2004-11-08 [colin]      0.9.12cvs142.1
15988
15989         * src/textview.c
15990                 Sync with HEAD
15991
15992 2004-11-08 [colin]      0.9.12cvs141.1
15993
15994         * src/textview.c
15995                 Sync with HEAD (fix some mail URIs)
15996
15997 2004-11-08 [colin]      0.9.12cvs140.3
15998
15999         * src/textview.c
16000                 o Use text cursor instead of arrow when
16001                   not on a link
16002                 o Fix handling of contiguous links (as in
16003                   "colin@colino.net" <colin@colino.net>)
16004                   This one unveils a bug in get_email_part()
16005
16006 2004-11-07 [colin]      0.9.12cvs140.2
16007
16008         * src/textview.c
16009                 Fix memleak. Patch by Alfons.
16010
16011 2004-11-06 [colin]      0.9.12cvs140.1
16012
16013         * src/compose.c
16014                 Sync with HEAD (don't ask passphrase
16015                 when drafting)
16016
16017 2004-11-06 [paul]       0.9.12cvs139.2
16018
16019         * AUTHORS
16020         * src/textview.c
16021         * src/textview.h
16022                 textview URI handling. hovering over a 
16023                 link displays it in the status bar,
16024                 and changes the mouse pointer to a hand 
16025                 cursor. a link is activated with a single 
16026                 click. (Modified from the) patch by Jean-Yves 
16027                 Lefort <jylefort@users.sourceforge.net>
16028                 
16029
16030 2004-11-05 [colin]      0.9.12cvs139.1
16031
16032         * src/compose.c
16033         * src/procmime.c
16034                 Sync with HEAD again ^^
16035
16036 2004-11-05 [colin]      0.9.12cvs139.1
16037
16038         * src/compose.c
16039         * src/procmime.c
16040                 Sync with HEAD
16041
16042 2004-11-03 [paul]       0.9.12cvs138.1
16043
16044         * ChangeLog.claws
16045         * configure.ac
16046         * po/POTFILES.in
16047         * src/prefs_ext_prog.c
16048         * src/procmime.c
16049         * tools/kdeservicemenu/README
16050         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16051         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16052                 sync with HEAD
16053
16054 2004-11-01 [christoph]  0.9.12cvs136.2
16055
16056         * src/procmime.c
16057                 convert MIME parameters to UTF-8
16058
16059 2004-10-29 [colin]      0.9.12cvs136.1
16060
16061         * src/common/utils.c
16062                 Sync with HEAD (don't use '=' in mime boundary)
16063
16064 2004-10-29 [paul]       0.9.12cvs135.1
16065
16066         * configure.ac
16067         * doc/src/rfc2231.txt
16068         * src/procmime.c
16069         * src/common/quoted-printable.c
16070         * src/common/utils.c
16071         * src/common/utils.h
16072                 sync with HEAD
16073
16074 2004-10-27 [paul]       0.9.12cvs134.1
16075
16076         * configure.ac
16077         * src/main.c
16078         * src/procmime.c
16079         * src/plugins/pgpmime/pgpmime.c
16080                 sync with HEAD
16081
16082 2004-10-26 [paul]       0.9.12cvs132.3
16083
16084         * src/account.c
16085         * src/addressbook.c
16086         * src/addrgather.c
16087         * src/addrharvest.c
16088         * src/codeconv.c
16089         * src/compose.c
16090         * src/customheader.c
16091         * src/editaddress.c
16092         * src/editgroup.c
16093         * src/enriched.c
16094         * src/expldifdlg.c
16095         * src/exporthtml.c
16096         * src/exportldif.c
16097         * src/folder.c
16098         * src/foldersel.c
16099         * src/folderview.c
16100         * src/grouplistdialog.c
16101         * src/html.c
16102         * src/imap.c
16103         * src/jpilot.c
16104         * src/ldapserver.c
16105         * src/ldif.c
16106         * src/mimeview.c
16107         * src/news.c
16108         * src/news_gtk.c
16109         * src/pop.c
16110         * src/prefs_display_header.c
16111         * src/prefs_gtk.c
16112         * src/prefs_msg_colors.c
16113         * src/prefs_toolbar.c
16114         * src/procheader.c
16115         * src/procmime.c
16116         * src/summaryview.c
16117         * src/textview.c
16118         * src/toolbar.c
16119         * src/vcard.c
16120         * src/common/mgutils.c
16121         * src/common/nntp.c
16122         * src/common/smtp.c
16123         * src/common/template.c
16124         * src/common/utils.c
16125         * src/common/xmlprops.c
16126         * src/plugins/pgpmime/pgpmime.c
16127         * src/plugins/pgpmime/select-keys.c
16128         * src/plugins/pgpmime/sgpgme.c
16129                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16130                 g_string_sprintfa(), gtk_notebook_current_page()
16131
16132 2004-10-26 [colin]      0.9.12cvs132.2
16133
16134         * src/prefs_folder_item.c
16135                 Fix default-account selection
16136
16137 2004-10-21 [colin]      0.9.12cvs133
16138
16139         * src/compose.c
16140                 Sync with HEAD (Remove extra separator in compose's Options)
16141         * src/textview.c
16142                 Set wrapping to char
16143
16144 2004-10-21 [paul]       0.9.12cvs131.2
16145
16146         * src/compose.c
16147         * src/sourcewindow.c
16148                 fix wrapping
16149                 fix window shrinking 
16150
16151 2004-10-21 [colin]      0.9.12cvs131.1
16152
16153         * ChangeLog.claws
16154         * src/compose.c
16155                 Sync with HEAD
16156
16157 2004-10-21 [paul]       0.9.12cvs130.2
16158
16159         * src/prefs_folder_item.c
16160                 sync with HEAD (Apply to subfolders)
16161
16162 2004-10-19 [colin]      0.9.12cvs130.1
16163
16164         * ChangeLog.claws
16165         * src/compose.c
16166         * src/common/utils.c
16167         * src/gtk/menu.c
16168                 Sync with HEAD
16169
16170 2004-10-19 [colin]      0.9.12cvs128.1
16171
16172         * src/addrbook.c
16173         * src/addrcache.c
16174         * src/addressbook.c
16175         * src/codeconv.c
16176         * src/compose.c
16177         * src/customheader.c
16178         * src/editaddress.c
16179         * src/editgroup.c
16180         * src/exporthtml.c
16181         * src/folder.c
16182         * src/folderview.c
16183         * src/imap.c
16184         * src/jpilot.c
16185         * src/main.c
16186         * src/matcher_parser_parse.y
16187         * src/mbox.c
16188         * src/pop.c
16189         * src/prefs_account.c
16190         * src/prefs_gtk.c
16191         * src/prefs_msg_colors.c
16192         * src/procheader.c
16193         * src/procmime.c
16194         * src/procmime.h
16195         * src/procmsg.c
16196         * src/summaryview.c
16197         * src/textview.c
16198         * src/common/base64.c
16199         * src/common/partial_download.c
16200         * src/common/socket.c
16201         * src/common/sylpheed.c
16202         * src/common/utils.c
16203         * src/common/utils.h
16204         * src/gtk/pluginwindow.c
16205         * src/gtk/quicksearch.c
16206         * src/plugins/clamav/clamav_plugin.c
16207         * src/plugins/clamav/clamav_plugin.h
16208         * src/plugins/clamav/clamav_plugin_gtk.c
16209         * src/plugins/pgpmime/passphrase.c
16210         * src/plugins/pgpmime/pgpmime.c
16211         * src/plugins/pgpmime/plugin.c
16212         * src/plugins/pgpmime/prefs_gpg.c
16213         * src/plugins/pgpmime/prefs_gpg.h
16214         * src/plugins/pgpmime/select-keys.c
16215         * src/plugins/pgpmime/sgpgme.c
16216         * src/plugins/spamassassin/libspamc.c
16217         * src/plugins/spamassassin/spamassassin.c
16218         * src/plugins/spamassassin/spamassassin.h
16219         * src/plugins/spamassassin/spamassassin_gtk.c
16220         * src/plugins/trayicon/trayicon.c
16221         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16222                 Sync with HEAD
16223
16224 2004-10-14 [colin]      0.9.12cvs126.2
16225
16226         * src/codeconv.c
16227         * src/textview.c
16228                 Fix conv_unreadable_locale
16229
16230 2004-10-13 [colin]      0.9.12cvs126.1
16231
16232         * src/compose.c
16233                 Sync with HEAD (don't convert charset for 
16234                 drafted messages, minor cleanup)
16235
16236 2004-10-13 [colin]      0.9.12cvs125.1
16237
16238         * po/POTFILES.in
16239                 Sync with HEAD (POTFILES fix)
16240
16241 2004-10-12 [colin]      0.9.12cvs124.3
16242
16243         * src/compose.c
16244                 Fix encoding bug from latest sync
16245
16246 2004-10-12 [paul]       0.9.12cvs124.2
16247
16248         * src/plugins/pgpmime/prefs_gpg.c
16249         * src/plugins/pgpmime/prefs_gpg.h
16250                 forgotten in last commit        
16251
16252 2004-10-12 [paul]       0.9.12cvs124.1
16253
16254         * ChangeLog.claws
16255         * configure.ac
16256         * m4/spamassassin.m4
16257         * src/Makefile.am
16258         * src/account.c
16259         * src/compose.c
16260         * src/compose.h
16261         * src/crash.c
16262         * src/main.c
16263         * src/mimeview.c
16264         * src/passphrase.c
16265         * src/passphrase.h
16266         * src/prefs_account.c
16267         * src/prefs_account.h
16268         * src/prefs_common.c
16269         * src/privacy.c
16270         * src/privacy.h
16271         * src/procmime.c
16272         * src/procmime.h
16273         * src/procmsg.c
16274         * src/rfc2015.c
16275         * src/rfc2015.h
16276         * src/select-keys.c
16277         * src/select-keys.h
16278         * src/textview.c
16279         * src/common/utils.c
16280         * src/common/utils.h
16281         * src/gtk/about.c
16282         * src/plugins/pgpmime/Makefile.am
16283         * src/plugins/pgpmime/passphrase.c
16284         * src/plugins/pgpmime/passphrase.h
16285         * src/plugins/pgpmime/pgpmime.c
16286         * src/plugins/pgpmime/plugin.c
16287         * src/plugins/pgpmime/select-keys.c
16288         * src/plugins/pgpmime/select-keys.h
16289         * src/plugins/pgpmime/sgpgme.c
16290         * src/plugins/pgpmime/sgpgme.h
16291                 sync with HEAD
16292
16293 2004-10-04 [colin]      0.9.12cvs122.1
16294
16295         * src/mainwindow.c
16296         * src/messageview.c
16297         * src/messageview.h
16298         * src/textview.c
16299                 Sync with HEAD
16300
16301 2004-10-04 [colin]      0.9.12cvs121.1
16302
16303         * src/summaryview.c
16304                 Sync with HEAD
16305
16306 2004-10-04 [paul]       0.9.12cvs120.1
16307
16308         * configure.ac
16309                 sync with HEAD [don't try to build 
16310                 pgpmime plugin when gpgme is disabled]
16311
16312 2004-10-03 [colin]      0.9.12cvs119.3
16313
16314         * src/gtk/gtksctree.c
16315                 Lots of side effects. Put back as before 117.2.
16316         * src/summaryview.c
16317                 Fix bug #602
16318
16319 2004-10-03 [colin]      0.9.12cvs119.2
16320
16321         * src/gtk/gtksctree.c
16322                 Revert 608 fix that doesn't work that good
16323
16324 2004-10-02 [colin]      0.9.12cvs119.1
16325
16326         * src/mainwindow.c
16327         * src/messageview.c
16328         * src/prefs_common.h
16329         * src/procmime.c
16330         * src/procmime.h
16331         * src/textview.c
16332                 Sync with HEAD
16333         * src/gtk/gtksctree.c
16334                 Close bug #608
16335
16336 2004-10-01 [colin]      0.9.12cvs118.1
16337
16338         * src/mimeview.c
16339                 Sync with HEAD (better Save All fix)
16340
16341 2004-10-01 [colin]      0.9.12cvs117.2
16342
16343         * src/gtk/gtksctree.c
16344                 Faster on selection
16345
16346 2004-10-01 [colin]      0.9.12cvs117.1
16347
16348         * src/mimeview.c
16349                 Sync with HEAD (Save All: only attachments)
16350
16351 2004-10-01 [paul]       0.9.12cvs116.1
16352
16353         * ChangeLog.claws
16354         * configure.ac
16355         * src/account.c
16356         * src/prefs_common.c
16357         * src/gtk/colorlabel.c
16358                 sync with HEAD
16359
16360 2004-09-30 [colin]      0.9.12cvs115.1
16361
16362         * src/stock_pixmap.c
16363         * src/stock_pixmap.h
16364         * src/folderview.c
16365         * src/Makefile.am
16366         * src/pixmaps/read.xpm
16367                 Sync with HEAD (new pixmap)
16368
16369 2004-09-29 [colin]      0.9.12cvs114.1
16370
16371         * src/compose.c
16372                 Sync with HEAD
16373                 Fix focus handling in headers
16374
16375 2004-09-29 [paul]       0.9.12cvs113.1
16376
16377         * src/quote_fmt_parse.y
16378                 sync with HEAD
16379  
16380
16381 2004-09-28 [colin]      0.9.12cvs112.1
16382
16383         * src/folderview.c
16384         * src/mainwindow.c
16385                 Sync with HEAD
16386
16387 2004-09-28 [colin]      0.9.12cvs110.1
16388
16389         * src/folderview.c
16390                 Sync with HEAD (Contextual Empty trash menu)
16391
16392 2004-09-28 [colin]      0.9.12cvs108.1
16393
16394         * src/addressbook.c
16395                 Sync with HEAD (addressbook edit on double-click)
16396
16397 2004-09-28 [colin]      0.9.12cvs106.1
16398
16399         * src/inc.c
16400                 Sync with HEAD (folder_item freeze on inc)
16401
16402 2004-09-27 [colin]      0.9.12cvs105.1
16403
16404         * src/folderview.c
16405                 Sync with HEAD (right-align new and unread column)
16406
16407 2004-09-27 [colin]      0.9.12cvs104.1
16408
16409         * src/main.c
16410                 Sync with HEAD (revert 0.9.12cvs101)
16411
16412 2004-09-24 [colin]      0.9.12cvs103.2
16413
16414         * src/wizard.c
16415                 Fix gtk warnings and use domain part of the email address 
16416                 when domain detection fails (no dot in domain name)
16417
16418 2004-09-23 [colin]      0.9.12cvs103.1
16419
16420         * src/plugins/spamassassin/libspamc.c
16421         * src/plugins/spamassassin/libspamc.h
16422         * src/plugins/spamassassin/utils.c
16423         * src/plugins/spamassassin/utils.h
16424                 Sync with HEAD (Update spamassassin to 3.0)
16425
16426 2004-09-21 [colin]      0.9.12cvs102.3
16427
16428         * src/action.c
16429                 Add horizontal scrollbar in action io dialog as needed
16430                 Patch by Alfons.
16431
16432 2004-09-20 [colin]      0.9.12cvs102.2
16433
16434         * src/plugins/image_viewer/viewer.c
16435                 Remove imlib stuff
16436                 use gtk_pixmap_set when clearing
16437                 (would be better to use gtkImages, but causes size-allocate 
16438                 signals storm)
16439
16440 2004-09-17 [paul]       0.9.12cvs102.1
16441
16442         * ChangeLog
16443         * ChangeLog.claws
16444         * ChangeLog.jp
16445         * configure.ac
16446         * src/inc.c
16447                 sync with HEAD
16448
16449
16450 2004-09-17 [colin]      0.9.12cvs101.1
16451
16452         * ChangeLog.claws
16453         * src/main.c
16454                 Sync with HEAD (fix segs at exit)
16455
16456 2004-09-14 [colin]      0.9.12cvs99.5
16457
16458         * src/common/socket.c
16459         * AUTHORS
16460                 Fix send error on 64bit platforms
16461                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16462
16463 2004-09-14 [colin]      0.9.12cvs99.4
16464
16465         * src/action.c
16466                 Fix action output with utf8 
16467                 Patch by Alfons.
16468
16469 2004-09-14 [colin]      0.9.12cvs99.3
16470
16471         * ChangeLog.claws
16472         * src/folder.c
16473                 Sync with HEAD
16474
16475 2004-09-09 [colin]      0.9.12cvs99.2
16476
16477         * src/action.c
16478                 Fix progress bar (displaying "Completed %v/%u")
16479                 Patch by Alfons.
16480
16481 2004-09-08 [colin]      0.9.12cvs99.1
16482
16483         * src/account.c
16484         * src/folder.c
16485         * src/procmsg.c
16486         * src/procmsg.h
16487         * src/plugins/pgpmime/pgpmime.c
16488                 Sync with HEAD
16489
16490 2004-09-08 [colin]      0.9.12cvs97.2
16491
16492         * src/summaryview.c
16493                 Don't select mails in collapsed threads 
16494                 when navigating with up/down
16495
16496 2004-09-07 [colin]      0.9.12cvs97.1
16497
16498         * src/inc.c
16499                 Sync with HEAD (meaningful error messages)
16500
16501 2004-09-06 [colin]      0.9.12cvs96.1
16502
16503         * src/toolbar.c
16504                 Sync with HEAD (fix Redirect graying out)
16505
16506 2004-09-06 [colin]      0.9.12cvs95.1
16507
16508         * src/summaryview.c
16509         * src/mimeview.c
16510                 Sync with HEAD (fix dropped URIs)
16511
16512 2004-09-06 [colin]      0.9.12cvs94.1
16513
16514         * src/addressbook.c
16515         * src/addressitem.h
16516         * src/addritem.c
16517         * src/addritem.h
16518                 Sync with HEAD (addressbook DnD)
16519
16520 2004-09-03 [colin]      0.9.12cvs93.1
16521
16522         * src/summaryview.c
16523                 Sync with HEAD (next/prev unread)
16524
16525 2004-09-03 [colin]      0.9.12cvs92.1
16526
16527         * src/prefs_common.c
16528         * src/prefs_common.h
16529         * src/summaryview.c
16530                 Sync with HEAD ('mark_as_read_delay' pref)
16531
16532 2004-09-02 [colin]      0.9.12cvs91.2
16533
16534         * src/common/xml.c
16535                 Fix leak
16536
16537 2004-09-02 [colin]      0.9.12cvs91.1
16538
16539         * src/gtk/menu.c
16540                 Sync with HEAD (menu accel don't work, but whatever)
16541
16542 2004-09-02 [colin]      0.9.12cvs90.1
16543
16544         * src/account.c
16545                 Sync with HEAD (fix bug 582)
16546
16547 2004-09-02 [colin]      0.9.12cvs89.1
16548
16549         * src/addrindex.c
16550                 Sync with HEAD (free deleted queries)
16551
16552 2004-09-02 [colin]      0.9.12cvs88.1
16553
16554         * src/ldapquery.c
16555                 Sync with HEAD (fix LDAP freezes)
16556
16557 2004-09-02 [colin]      0.9.12cvs87.1
16558
16559         * src/prefs_spelling.c
16560                 Sync with HEAD (add default dictionary)
16561
16562 2004-09-01 [colin]      0.9.12cvs86.1
16563
16564         * src/filtering.c
16565         * src/folderview.c
16566         * src/imap.c
16567         * src/prefs_matcher.c
16568         * src/stock_pixmap.c
16569         * src/summary_search.c
16570         * src/summaryview.c
16571         * src/wizard.c
16572         * src/wizard.h
16573                 Sync with HEAD (uninitialized vars fixes)
16574                 + gtk2 specific warning fixes
16575
16576 2004-08-31 [colin]      0.9.12cvs85.1
16577
16578         * src/folder.c
16579                 Sync with HEAD (Fix memory corruption due to 
16580                 uninitialized var)
16581
16582 2004-08-31 [colin]      0.9.12cvs84.4
16583
16584         * src/summary_search.c
16585                 Fix segfaults when searching in folders with broken headers
16586
16587 2004-08-31 [colin]      0.9.12cvs84.3
16588
16589         * src/compose.c
16590         * src/textview.c
16591                 Fix some more encoding/decoding issues
16592
16593 2004-08-30 [colin]      0.9.12cvs84.2
16594
16595         * src/mimeview.c
16596         * src/prefs_themes.c
16597         * src/gtk/filesel.c
16598         * src/gtk/filesel.h
16599                 Add a folder-mode selection (fixes mimeview's "Save all")
16600
16601 2004-08-29 [colin]      0.9.12cvs84.1
16602
16603         * src/mimeview.c
16604                 Sync with HEAD (don't escape saved filenames)
16605
16606 2004-08-27 [colin]      0.9.12cvs83.1
16607
16608         * ChangeLog
16609         * ChangeLog.claws
16610         * ChangeLog.jp
16611         * src/mh.c
16612         * src/procheader.c
16613         * src/procmsg.c
16614         * src/procmsg.h
16615         * src/common/utils.c
16616         * src/gtk/menu.h
16617         * po/
16618                 Sync with HEAD 0.9.12cvs83 (sync with main)
16619
16620 2004-08-26 [colin]      0.9.12cvs82.4
16621
16622         * src/codeconv.c
16623                 Fix strange stack corruption
16624                 Convert to utf8 after unmime, not before
16625
16626 2004-08-26 [colin]      0.9.12cvs82.3
16627
16628         * src/main.c
16629         * src/wizard.c
16630                 Fix account folders duplication
16631
16632 2004-08-25 [colin]      0.9.12cvs82.2
16633
16634         * src/wizard.c
16635                 Remove ports
16636                 Add SSL selection
16637                 Use login@server as account name
16638
16639 2004-08-25 [colin]      0.9.12cvs82.1
16640
16641         * src/plugins/pgpmime/pgpmime.c
16642                 Sync with HEAD (leak fix).
16643
16644 2004-08-25 [colin]      0.9.12cvs81.1
16645
16646         * src/plugins/pgpmime/pgpmime.c
16647         * src/plugins/pgpmime/sgpgme.c
16648         * src/plugins/pgpmime/sgpgme.h
16649                 Sync with HEAD (Handle combined messages).
16650
16651 2004-08-24 [colin]      0.9.12cvs80.3
16652
16653         * src/wizard.c
16654                 Fix full name, ports, and imap
16655
16656 2004-08-24 [colin]      0.9.12cvs80.2
16657
16658         * src/Makefile.am
16659         * src/main.c
16660         * src/setup.c
16661         * src/setup.h
16662         * src/stock_pixmap.c
16663         * src/stock_pixmap.h
16664         * src/wizard.c ** ADDED **
16665         * src/wizard.h ** ADDED ** 
16666         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16667                 Add a setup wizard 
16668
16669 2004-08-24 [colin]      0.9.12cvs80.1
16670
16671         * src/folder.c
16672                 Sync with HEAD (set mimeflags on all messages)
16673
16674 2004-08-24 [colin]      0.9.12cvs79.3
16675
16676         * src/matcher_parser_lex.l
16677                 Fix 8bits strings not in utf8
16678
16679 2004-08-24 [colin]      0.9.12cvs79.2
16680
16681         * src/compose.c
16682                 Check conversion result before replacing buffer
16683
16684 2004-08-23 [colin]      0.9.12cvs79.1
16685
16686         * src/compose.c
16687                 Sync with HEAD (create message header in memory)
16688
16689 2004-08-23 [colin]      0.9.12cvs78.1
16690
16691         * src/rfc2015.c
16692         * src/rfc2015.h
16693                 Sync with HEAD (fix bug 197 again)
16694
16695 2004-08-23 [colin]      0.9.12cvs77.3
16696
16697         * src/compose.c
16698                 Fix again inline gpg signing (which outputs utf8
16699                 in gtk2). Not syncing this fix to HEAD as this 
16700                 code is meant to die.
16701
16702 2004-08-23 [colin]      0.9.12cvs77.2
16703
16704         * src/prefs_account.h
16705                 Remove useless include
16706
16707 2004-08-23 [colin]      0.9.12cvs77.1
16708
16709         * src/imap.c
16710         * po/es.po
16711         * po/fr.po
16712         * po/it.po
16713         * po/pl.po
16714         * po/pt_BR.po
16715         * po/sk.po
16716         * po/sr.po
16717                 Sync with HEAD (fix bug 577)
16718
16719 2004-08-22 [colin]      0.9.12cvs76.1
16720
16721         * src/plugins/trayicon/trayicon.c
16722                 Sync with HEAD (fix formatting bug)
16723
16724 2004-08-21 [colin]      0.9.12cvs74.2
16725
16726         * src/gtk/colorsel.c
16727                 Fix bug 564 (Folder color selection window exits on any
16728                 keypress)
16729
16730 2004-08-21 [colin]      0.9.12cvs74.1
16731
16732         * ChangeLog.claws
16733         * src/compose.c
16734         * src/summaryview.c
16735         * src/toolbar.c
16736                 Sync with HEAD (fix bug 576)
16737
16738 2004-08-21 [colin]      0.9.12cvs70.1
16739
16740         * src/compose.c
16741         * src/mainwindow.c
16742                 Sync with HEAD
16743                 
16744
16745 2004-08-21 [paul]       0.9.12cvs66.4
16746
16747         * src/mainwindow.c
16748         * src/messageview.c
16749         * src/gtk/menu.c
16750         * src/plugins/spamassassin/spamassassin_gtk.c
16751                 remove some deprecated gtk1 functions
16752
16753
16754 2004-08-21 [colin]      0.9.12cvs66.3
16755
16756         * src/compose.c
16757         * src/codeconv.c
16758                 Fix warnings
16759                 Remove encoding hacks
16760                 Fix bug 575 (Strange character messes up message)
16761                 Don't display conversion error when drafting
16762
16763 2004-08-21 [paul]       0.9.12cvs66.2
16764
16765         * src/prefs_account.c
16766                 fix GnuPG mode bugs
16767
16768
16769 2004-08-20 [colin]      0.9.12cvs66.1
16770
16771         * src/codeconv.c
16772                 Sync with HEAD 0.9.12cvs66
16773
16774 2004-08-20 [paul]
16775
16776         * src/plugins/pgpmime/plugin.c
16777                 modify PGP/MIME plugin's description
16778
16779 2004-08-17 [colin]      0.9.12cvs65.1
16780
16781         * src/common/ssl.c
16782         * src/plugins/pgpmime/plugin.c
16783                 Sync with HEAD
16784
16785 2004-08-14 [colin]      0.9.12cvs60.3
16786
16787         * src/plugins/trayicon/trayicon.c
16788                 Put back resize callback, on size-request signal
16789                 rather than size-allocate to avoid infinite 
16790                 callback loop
16791
16792 2004-08-13 [colin]      0.9.12cvs60.2
16793
16794         * src/common/defs.h
16795                 Cache versions have been fixed
16796
16797 2004-08-13 [colin]      0.9.12cvs60.1
16798
16799         * src/folderutils.c
16800                 Sync with HEAD
16801
16802 2004-08-12 [colin]      0.9.12cvs59.1
16803
16804         * src/plugins/trayicon/trayicon.c
16805                 Sync with HEAD
16806
16807 2004-08-12 [colin]      0.9.12cvs57.5
16808
16809         * sylpheed.desktop
16810         * configure.ac
16811         * src/Makefile.am
16812         * src/main.c
16813                 Add support for Freedesktop.org's startup notification
16814
16815 2004-08-11 [colin]      0.9.12cvs57.4
16816
16817         * src/textview.c
16818                 Fix off-by-one
16819
16820 2004-08-11 [colin]      0.9.12cvs57.3
16821
16822         * src/message_search.c
16823         * src/summary_search.c
16824                 Make searches case insensitive by default
16825         * src/textview.c
16826                 Fix case-insensitive search in message
16827
16828 2004-08-11 [colin]      0.9.12cvs57.2
16829
16830         * src/summary_search.c
16831                 Let case-sensitive be specified
16832
16833 2004-08-10 [colin]      0.9.12cvs55.4
16834
16835         * src/common/socket.c
16836                 Fix the possible race condition
16837
16838 2004-08-09 [paul]       0.9.12cvs55.3
16839
16840         * configure.ac
16841         * src/Makefile.am
16842         * src/common/Makefile.am
16843                 sync with HEAD
16844
16845
16846 2004-08-09 [paul]       0.9.12cvs55.2
16847
16848         * autogen.sh
16849         * po/poconv.sh
16850                 remove unneeded script
16851
16852         * configure.ac
16853                 add forgotten USE_LDAP_TLS (sync with HEAD)
16854
16855
16856 2004-08-09 [colin]      0.9.12cvs55.1
16857
16858         * src/main.c
16859         * src/common/ssl.c
16860         * src/common/sylpheed.c
16861         * src/common/sylpheed.h
16862                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16863
16864 2004-08-09 [paul]       0.9.12cvs54.1
16865
16866         * ChangeLog
16867         * ChangeLog.claws
16868         * ChangeLog.jp
16869         * configure.ac
16870         * po/POTFILES.in
16871         * src/Makefile.am
16872         * src/folderutils.c
16873         * src/main.c
16874         * src/pgpmime.c
16875         * src/pgpmime.h
16876         * src/sgpgme.c
16877         * src/sgpgme.h
16878         * src/plugins/Makefile.am
16879         * src/plugins/pgpmime/.cvsignore
16880         * src/plugins/pgpmime/Makefile.am
16881         * src/plugins/pgpmime/pgpmime.c
16882         * src/plugins/pgpmime/pgpmime.h
16883         * src/plugins/pgpmime/plugin.c
16884         * src/plugins/pgpmime/sgpgme.c
16885         * src/plugins/pgpmime/sgpgme.h
16886                 sync with HEAD
16887
16888 2004-08-08 [paul]       0.9.12cvs51.1
16889
16890         * configure.ac
16891         * src/folder.c
16892                 sync with HEAD
16893
16894 2004-08-07 [colin]      0.9.12cvs50.1
16895
16896         * src/pop.c
16897         * src/common/partial_download.c
16898                 fix warnings (sync from HEAD)
16899
16900 2004-08-07 [colin]      0.9.12cvs48.1
16901
16902         * src/prefs_folder_item.c
16903                 sync with HEAD 0.9.12cvs48
16904
16905 2004-08-06 [colin]      0.9.12cvs47.1
16906
16907         * src/compose.c
16908                 Sync with HEAD
16909
16910 2004-08-06 [christoph]  0.9.12cvs46.2
16911
16912         * src/main.c
16913         * src/plugins/clamav/clamav_plugin_gtk.c
16914         * src/plugins/dillo_viewer/dillo_viewer.c
16915         * src/plugins/image_viewer/plugin.c
16916         * src/plugins/mathml_viewer/mathml_viewer.c
16917         * src/plugins/spamassassin/spamassassin_gtk.c
16918         * src/plugins/trayicon/trayicon.c
16919                 don't mix GTK1.2 plugin with GTK2 plugins
16920
16921 2004-08-06 [colin]      0.9.12cvs46.1
16922
16923         * ChangeLog
16924         * ChangeLog.claws
16925         * ChangeLog.jp
16926         * configure.ac
16927         * sylpheed-claws.pc.in
16928         * src/folder.c
16929         * src/imap.c
16930         * src/localfolder.c
16931         * src/messageview.c
16932         * src/mimeview.c
16933         * src/mimeview.h
16934         * src/msgcache.c
16935         * src/news.c
16936         * src/prefs_ext_prog.c
16937         * src/prefs_folder_item.c
16938         * src/prefs_fonts.c
16939         * src/prefs_msg_colors.c
16940         * src/prefs_spelling.c
16941         * src/prefs_themes.c
16942         * src/prefs_toolbar.c
16943         * src/prefs_wrapping.c
16944         * src/procmime.h
16945         * src/common/defs.h
16946         * src/common/nntp.c
16947         * src/common/session.c
16948         * src/common/session.h
16949         * src/common/socket.c
16950         * src/common/utils.h
16951         * src/common/xml.c
16952         * src/common/xml.h
16953         * src/gtk/prefswindow.c
16954         * src/gtk/prefswindow.h
16955         * src/plugins/clamav/clamav_plugin_gtk.c
16956         * src/plugins/dillo_viewer/dillo_prefs.c
16957         * src/plugins/image_viewer/viewerprefs.c
16958         * src/plugins/spamassassin/spamassassin_gtk.c
16959         * m4/openssl.m4 *** REMOVED ***
16960                 Sync with HEAD 0.9.12cvs46
16961
16962 2004-08-03 [paul]       0.9.12cvs40.2
16963
16964         * src/action.c
16965         * src/addressadd.c
16966         * src/addressbook.c
16967         * src/addrgather.c
16968         * src/browseldap.c
16969         * src/compose.c
16970         * src/crash.c
16971         * src/editaddress.c
16972         * src/editgroup.c
16973         * src/editldap_basedn.c
16974         * src/foldersel.c
16975         * src/importldif.c
16976         * src/mimeview.c
16977         * src/prefs_common.c
16978         * src/prefs_template.c
16979         * src/sourcewindow.c
16980         * src/summaryview.c
16981         * src/gtk/about.c
16982         * src/gtk/foldersort.c
16983         * src/gtk/logwindow.c
16984         * src/gtk/pluginwindow.c
16985         * src/gtk/prefswindow.c
16986                 change all gtk_scrolled_window_set_policy from 
16987                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16988
16989 2004-08-02 [paul]       0.9.12cvs40.1
16990
16991         * AUTHORS
16992                 update translation team section
16993         * po/pt_BR.po
16994                 updated by Frederico Goncalves Guimaraes
16995                 <fggdebian@yahoo.com.br>
16996
16997 2004-07-31 [colin]      0.9.12cvs39.9
16998
16999         * src/exphtmldlg.c
17000                 Fix compilation
17001
17002 2004-07-31 [colin]      0.9.12cvs39.8
17003
17004         * src/exphtmldlg.c
17005                 Fix an alertpanel type
17006
17007 2004-07-30 [colin]      0.9.12cvs39.7
17008
17009         * src/alertpanel.c
17010                 Fix alertpanel_error_log's icon
17011
17012 2004-07-30 [colin]      0.9.12cvs39.6
17013
17014         * src/pop.c
17015                 Two of them should still be warnings
17016
17017 2004-07-30 [colin]      0.9.12cvs39.5
17018
17019         * src/pop.c
17020                 More warning -> error
17021 2004-07-29 [colin]      0.9.12cvs39.4
17022
17023         * src/pop.c
17024                 Warning -> error
17025
17026 2004-07-29 [colin]      0.9.12cvs39.3
17027
17028         * src/prefs_matcher.c
17029                 Fix segfault
17030
17031 2004-07-29 [colin]      0.9.12cvs39.2
17032
17033         * src/alertpanel.c
17034                 More nice-looking alertpanels
17035
17036 2004-07-29 [colin]      0.9.12cvs39.1
17037
17038         * src/messageview.c
17039                 sync with head
17040                 (inform user when partial mail is deleted on server)
17041
17042 2004-07-29 [colin]      0.9.12cvs38.1
17043
17044         * src/messageview.c
17045                 sync with head
17046
17047 2004-07-28 [paul]       0.9.12cvs37.7
17048
17049         * src/mainwindow.c
17050                 complete the replacement of deprecated gtk_progress_*
17051
17052 2004-07-28 [paul]       0.9.12cvs37.6
17053
17054         * src/action.c
17055         * src/inc.c
17056         * src/mainwindow.c
17057         * src/send_message.c
17058         * src/gtk/progressdialog.c
17059         * src/gtk/progressdialog.h
17060                 replace deprecated gtk_progress_*
17061
17062 2004-07-28 [paul]       0.9.12cvs37.5
17063
17064         * src/gtk/filesel.c
17065                 remove gtk_window_set_wmclass()
17066 2004-07-28 [paul]       0.9.12cvs37.4
17067
17068         * src/addressbook.c
17069         * src/compose.c
17070         * src/foldersel.c
17071         * src/mainwindow.c
17072         * src/messageview.c
17073         * src/sourcewindow.c
17074         * src/gtk/logwindow.c
17075                 remove gtk_window_set_wmclass()
17076                 
17077         * src/prefs_filtering.c
17078         * src/prefs_filtering_action.c
17079         * src/prefs_fonts.c
17080         * src/prefs_gtk.c
17081         * src/prefs_matcher.c
17082         * src/ssl_manager.c
17083         * src/gtk/prefswindow.c
17084                 replace gtk_window_position()
17085
17086 2004-07-28 [colin]      0.9.12cvs37.3
17087
17088         * src/alertpanel.c
17089         * src/alertpanel.h
17090                 Add a way to specify panel type for specific
17091                 panels (alertpanel())
17092         * src/account.c
17093         * src/addressbook.c
17094         * src/compose.c
17095         * src/expldifdlg.c
17096         * src/main.c
17097         * src/messageview.c
17098         * src/summaryview.c
17099         * src/textview.c
17100         * src/gtk/sslcertwindow.c
17101                 Fix alertpanel()s so that their icon match
17102                 their real type
17103
17104 2004-07-28 [paul]       0.9.12cvs37.2
17105
17106         * src/addr_compl.c
17107         * src/addressbook.c
17108         * src/alertpanel.c
17109         * src/compose.c
17110         * src/export.c
17111         * src/foldersel.c
17112         * src/folderview.c
17113         * src/grouplistdialog.c
17114         * src/import.c
17115         * src/mainwindow.c
17116         * src/message_search.c
17117         * src/messageview.c
17118         * src/passphrase.c
17119         * src/prefs_actions.c
17120         * src/prefs_common.c
17121         * src/prefs_customheader.c
17122         * src/prefs_display_header.c
17123         * src/prefs_filtering.c
17124         * src/prefs_filtering_action.c
17125         * src/prefs_gtk.c
17126         * src/prefs_matcher.c
17127         * src/prefs_msg_colors.c
17128         * src/prefs_summary_column.c
17129         * src/prefs_template.c
17130         * src/sourcewindow.c
17131         * src/ssl_manager.c
17132         * src/summary_search.c
17133         * src/gtk/colorsel.c
17134         * src/gtk/description_window.c
17135         * src/gtk/gtkaspell.c
17136         * src/gtk/inputdialog.c
17137         * src/gtk/logwindow.c
17138         * src/gtk/prefswindow.c
17139         * src/gtk/progressdialog.c
17140                 replace deprecated gtk_window_set_policy
17141
17142 2004-07-27 [colin]      0.9.12cvs37.1
17143
17144         * src/msgcache.c
17145                 More fixes (synced for head again)
17146
17147 2004-07-27 [colin]      0.9.12cvs35.3
17148
17149         * src/msgcache.c
17150                 Fix wrong test
17151
17152 2004-07-27 [colin]      0.9.12cvs35.2
17153
17154         * src/mimeview.c
17155                 Fix width a bit (by Paul)
17156         * src/alertpanel.c
17157         * src/alertpanel.h
17158                 Specialize icons, make alertpanel_message()
17159                 private
17160         * src/message_search.c
17161         * src/sgpgme.c
17162         * src/summary_search.c
17163                 Suit alertpanel changes
17164
17165 2004-07-27 [colin]      0.9.12cvs35.1
17166
17167         * src/alertpanel.c
17168                 Add an icon
17169         * src/passphrase.c
17170                 Add debug output - maybe someone will
17171                 want to look at the problem with Grab
17172                 Input :)
17173         Bump version as we're synced with HEAD
17174
17175 2004-07-26 [colin]      0.9.12cvs33.26
17176
17177         * src/pop.c
17178                 Fix uidl-file parsing when not in new
17179                 format
17180
17181 2004-07-26 [colin]      0.9.12cvs33.25
17182
17183         * src/gtk/menu.c
17184                 Move popup menu up if necessary (fixes 
17185                 account selector)
17186         * src/mainwindow.c
17187                 Set account selector's button height to
17188                 minimum
17189
17190 2004-07-26 [colin]      0.9.12cvs33.24
17191
17192         * src/alertpanel.c
17193                 Maybe fix 551 (Truncated font in alert window)
17194
17195 2004-07-26 [colin]      0.9.12cvs33.23
17196
17197         * po/de.po
17198         * po/es.po
17199         * po/fr.po
17200         * po/it.po
17201         * po/ja.po
17202         * po/pl.po
17203         * po/ru.po
17204         * po/sk.po
17205         * po/sr.po
17206         * po/zh_CN.po
17207                 Sync po files with HEAD
17208
17209 2004-07-26 [paul]       0.9.12cvs33.22
17210
17211         * src/compose.c
17212                 fix Bug 556 'Organisation-header is sent even if empty'
17213
17214 2004-07-24 [colin]      0.9.12cvs33.21
17215
17216         * src/compose.c
17217         * src/gtk/gtkaspell.c
17218         * src/gtk/gtkaspell.h
17219                 Fix speller accelerators (require hack)
17220
17221 2004-07-24 [colin]      0.9.12cvs33.20
17222
17223         * src/gtk/gtkaspell.c
17224                 Fix over-eager code deletion breaking
17225                 Check while typing
17226
17227 2004-07-24 [colin]      0.9.12cvs33.19
17228
17229         * src/browseldap.c
17230         * src/ldapctrl.c
17231         * src/ldapctrl.h
17232         * src/ldapserver.h
17233                 Sync ldap with HEAD
17234         (Fixes 546 LDAP completely broken)
17235
17236 2004-07-24 [colin]      0.9.12cvs33.18
17237
17238         * src/prefs_msg_colors.c
17239                 Fix prototype mismatch
17240         (Fixes 547 void function cannot return value)
17241
17242 2004-07-24 [colin]      0.9.12cvs33.17
17243
17244         * src/mainwindow.c
17245                 Fix sort going back to previous sort key
17246                 when changing sort direction
17247
17248 2004-07-24 [colin]      0.9.12cvs33.16
17249
17250         * src/compose.c
17251                 Fix space insertion when re-wrapping at 
17252                 cursor point
17253
17254 2004-07-24 [colin]      0.9.12cvs33.15
17255
17256         * src/gtk/gtkaspell.c
17257                 Don't change cursor position in insert-text
17258                 callback
17259         (Fixes 539 Word wrapping on input transposes letters)
17260
17261 2004-07-24 [colin]      0.9.12cvs33.14
17262
17263         * src/gtk/gtkaspell.c
17264                 Reencode non-ascii chars to dictionary's
17265                 encoding
17266         (Fixes 544 Spell check broken non english locale)
17267
17268 2004-07-24 [colin]      0.9.12cvs33.13
17269
17270         * src/summaryview.c
17271                 Fix Shift+Down, add Home/End/PgUp/PgDown
17272
17273 2004-07-21 [colin]      0.9.12cvs33.12
17274
17275         * src/prefs_common.c
17276                 Fix a gtk warning (Patch by Andrej Kacian)
17277
17278 2004-07-21 [colin]      0.9.12cvs33.11
17279
17280         * src/gtk/filesel.c
17281                 More check
17282
17283 2004-07-21 [colin]      0.9.12cvs33.10
17284
17285         * src/compose.c
17286         * src/crash.c
17287         * src/export.c
17288         * src/import.c
17289         * src/messageview.c
17290         * src/mimeview.c
17291         * src/prefs_spelling.c
17292         * src/prefs_themes.c
17293         * src/summaryview.c
17294         * src/gtk/filesel.c
17295         * src/gtk/filesel.h
17296         * src/gtk/pluginwindow.c
17297                 Untwist open/save mode guessing logic, make
17298                 it explicit
17299
17300 2004-07-20 [colin]      0.9.12cvs33.9
17301
17302         * src/codeconv.c
17303                 conv_encode_header: src_charset is UTF-8 on
17304                 gtk2
17305         * src/compose.c
17306                 Remove double encoding of the headers
17307
17308 2004-07-20 [colin]      0.9.12cvs33.8
17309
17310         * src/codeconv.c
17311                 Fix typo
17312
17313 2004-07-20 [colin]      0.9.12cvs33.7
17314
17315         * src/mainwindow.c
17316                 Set the separated messageview to the saved
17317                 size of Claws' messageview (Patch by Alfons)
17318                 Fix a callback prototype (me)
17319
17320 2004-07-20 [colin]      0.9.12cvs33.6
17321
17322         * src/codeconv.h
17323                 Forgot one hunk in 0.9.12cvs33.4
17324
17325 2004-07-19 [colin]      0.9.12cvs33.5
17326
17327         * src/action.c
17328                 Action output fix
17329                 Patch by Alfons
17330
17331 2004-07-19 [colin]      0.9.12cvs33.4
17332
17333         * src/compose.c
17334                 Fix outgoing charset bug in headers
17335         * src/codeconv.c
17336                 Clean for glib2 - Patch by Alfons
17337
17338 2004-07-19 [colin]      0.9.12cvs33.3
17339
17340         * src/statusbar.c
17341                 Remove grip from the statusbar
17342                 Patch by Alfons
17343
17344 2004-07-19 [colin]      0.9.12cvs33.2
17345
17346         * src/messageview.c
17347         * src/textview.c
17348                 Fix messageview remembering the previous
17349                 scroll position when loading a new message
17350                 Patch by Alfons
17351
17352 2004-07-19 [colin]      0.9.12cvs33.1
17353
17354         * src/folder.h
17355         * src/folderview.c
17356         * src/summaryview.c
17357                 Sync with HEAD
17358
17359 2004-07-18 [colin]      0.9.12cvs32.7
17360
17361         * configure.ac
17362                 Remove useless check for XIM - noticed
17363                 by Alfons
17364
17365 2004-07-18 [colin]      0.9.12cvs32.6
17366
17367         * src/summaryview.c
17368                 Remove non-modified and shift-modified
17369                 accelerators in summaryview's popup
17370                 menu, as that doesn't get catched by
17371                 the accel-activate signal catcher...
17372
17373 2004-07-18 [colin]      0.9.12cvs32.5
17374
17375         * src/prefs_common.c
17376                 Define sensible default prefs for 
17377                 wrapping
17378
17379 2004-07-18 [colin]      0.9.12cvs32.4
17380
17381         * src/compose.c
17382         * src/prefs_common.c
17383         * src/prefs_common.h
17384         * src/prefs_wrapping.c
17385                 Remove Smart Wrapping pref, which does
17386                 nothing on gtk2 branch
17387
17388 2004-07-18 [colin]      0.9.12cvs32.3
17389
17390         * src/sourcewindow.c
17391                 Proper utf8
17392
17393 2004-07-18 [colin]      0.9.12cvs32.2
17394
17395         * src/compose.c
17396                 Save attachment status when drafting
17397
17398 2004-07-18 [colin]      0.9.12cvs32.1
17399
17400         * src/gtk/filesel.c
17401                 Fix erratic folder selection in open mode
17402
17403 2004-07-18 [colin]      0.9.12cvs31.11
17404
17405         * src/pop.c
17406                 Don't let partial messages get deleted
17407                 even with "dowload all"
17408                 (0.9.12cvs31.8 fix extension)
17409 2004-07-18 [colin]      0.9.12cvs31.10
17410
17411         * src/gtk/logwindow.c
17412                 Fix log scrolling
17413
17414 2004-07-18 [colin]      0.9.12cvs31.9
17415
17416         * src/common/utils.c
17417                 Fix non-utf8 strings coming from commands
17418                 and files
17419
17420 2004-07-18 [colin]      0.9.12cvs31.8
17421
17422         * src/pop.c
17423                 Fix partial download bug with Download all
17424                 messages option
17425
17426 2004-07-18 [colin]      0.9.12cvs31.7
17427
17428         * src/textview.c
17429                 Fix bug introduced in 0.9.12cvs31.2
17430                 (blocked in select mode after double click)
17431
17432 2004-07-18 [colin]      0.9.12cvs31.6
17433
17434         * src/compose.c
17435         * src/gtk/menu.c
17436                 More glib-warning fixes
17437
17438 2004-07-18 [colin]      0.9.12cvs31.5
17439
17440         * src/compose.c
17441                 Fix trashing the primary clipboard when moving 
17442                 around with tab
17443         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17444
17445 2004-07-18 [colin]      0.9.12cvs31.4
17446
17447         * src/codeconv.c
17448                 convert unencoded iso headers to utf8
17449         (Fix Bug 538 Unencoded local characters in subject make it 
17450          disappear)
17451
17452 2004-07-18 [colin]      0.9.12cvs31.3
17453
17454         * src/compose.c
17455                 Fix tab char handling in wrapping
17456         (Fix Bug 537 Line wrap problem - TAB character treated as 
17457          one character instead of 8)
17458
17459 2004-07-18 [colin]      0.9.12cvs31.2
17460
17461         * src/textview.c
17462                 return FALSE on GDK_MOTION_NOTIFY
17463         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17464          (unable to highlight))
17465
17466 2004-07-18 [colin]      0.9.12cvs31.1
17467
17468         * src/folderview.c
17469                 Sync with 0.9.12cvs31
17470
17471 2004-07-18 [colin]      0.9.12cvs30.4
17472
17473         * src/compose.c
17474                 Also block text_inserted when inserting a file
17475
17476 2004-07-18 [colin]      0.9.12cvs30.3
17477
17478         * src/compose.c
17479                 Fix smart wrapping (block text_inserted handler
17480                 while putting quotation to avoid wrap on input,
17481                 don't join lines if next is sig separator)
17482
17483 2004-07-17 [colin]      0.9.12cvs30.2
17484
17485         * src/folderview.c
17486         * src/mainwindow.c
17487         * src/mimeview.c
17488         * src/summaryview.c
17489         * src/gtk/quicksearch.c
17490         * src/gtk/quicksearch.h
17491                 Block key events handlers *and* accels while
17492                 quicksearch is focused
17493         (Fixes Bug 534 quick-search bar not accepting certain letters)
17494
17495 2004-07-17 [colin]      0.9.12cvs30.1
17496
17497         * src/folder.h
17498         * src/folderview.c
17499         * src/summaryview.c
17500                 Sync with 0.9.12cvs30
17501
17502 2004-07-17 [colin]      0.9.12cvs28.2
17503
17504         * src/mimeview.c
17505         * src/procmime.c
17506         * src/summaryview.c
17507         * src/gtk/menu.c
17508                 Squash some compile and glib warnings
17509
17510 2004-07-17 [paul]       0.9.12cvs28.1
17511
17512         * src/mimeview.c
17513                 sync with 0.9.12cvs28 HEAD
17514
17515 2004-07-16 [paul]       0.9.12cvs26.1
17516         
17517         * src/gtk/quicksearch.c
17518         * src/account.c
17519         * src/account.h
17520         * src/compose.c
17521         * src/customheader.c
17522         * src/folder_item_prefs.c
17523         * src/main.c
17524         * src/mainwindow.c
17525         * src/messageview.c
17526         * src/mimeview.c
17527         * src/news.c
17528         * src/pgpmime.c
17529         * src/pop.c
17530         * src/pop.h
17531         * src/prefs_account.c
17532         * src/prefs_account.h
17533         * src/prefs_common.c
17534         * src/prefs_common.h
17535         * src/prefs_display_header.c
17536         * src/prefs_gtk.c
17537         * src/prefs_gtk.h
17538         * src/procheader.c
17539         * src/procmime.c
17540                 sync with 0.9.12cvs26 HEAD      
17541
17542 2004-07-15 [colin]      0.9.12cvs18.14
17543
17544         * src/folder.c
17545                 Disable GPG signature check during
17546                 folder move and scan
17547         (Closes Bug 521 Signature checking slows down Folder-Move)
17548
17549 2004-07-14 [colin]      0.9.12cvs18.13
17550
17551         * src/common/partial_download.c
17552                 update includes
17553
17554 2004-07-14 [colin]      0.9.12cvs18.12
17555
17556         * src/common/partial_download.c
17557         * src/common/partial_download.h
17558                 Move doc at top, add correct copyright
17559
17560 2004-07-14 [colin]      0.9.12cvs18.11
17561
17562         * src/folder.c
17563         * src/messageview.c
17564         * src/pop.c
17565         * src/pop.h
17566         * src/procmsg.c
17567         * src/summaryview.c
17568         * src/common/Makefile.am
17569         * src/common/partial_download.c ** NEW FILES **
17570         * src/common/partial_download.h ** NEW FILES **
17571                 Move partial-download related stuff to its
17572                 own file
17573
17574 2004-07-14 [colin]      0.9.12cvs18.10
17575
17576         * src/send_message.c
17577                 Fix smtp auth when user is null or empty
17578
17579 2004-07-13 [colin]      0.9.12cvs18.9
17580
17581         * src/gtk/quicksearch.c
17582                 Use alphabetic order
17583
17584 2004-07-13 [colin]      0.9.12cvs18.8
17585
17586         * src/pop.c
17587                 Be paranoid on the checks
17588
17589 2004-07-13 [colin]      0.9.12cvs18.7
17590
17591         * src/gtk/quicksearch.c
17592                 Fix Engrish once again
17593
17594 2004-07-13 [colin]      0.9.12cvs18.6
17595
17596         * src/procmsg.c
17597         * src/summaryview.c
17598                 Mark messages for deletion when they are about to
17599                 be removed from trash
17600
17601 2004-07-13 [colin]      0.9.12cvs18.5
17602
17603         * src/matcher.c
17604         * src/matcher.h
17605         * src/matcher_parser_parse.y
17606         * src/prefs_matcher.c
17607         * src/gtk/quicksearch.c
17608                 Add 'partial' ('p') match string to find partially
17609                 downloaded messages
17610
17611 2004-07-13 [colin]      0.9.12cvs18.4
17612
17613         * src/pop.c
17614                 Fix misplaced block
17615
17616 2004-07-13 [colin]      0.9.12cvs18.3
17617
17618         * src/pop.c
17619         * src/pop.h
17620         * src/messageview.c
17621                 Refactor API (to avoid passing 5+ params and code
17622                 duplication)
17623         * src/folder.c
17624         * src/msgcache.c
17625         * src/procheader.c
17626         * src/common/defs.h
17627                 Add planned_download to cache
17628                 Don't mess uidl file when moving partially downloaded
17629                 mails (they change folder, we should change it in the
17630                 uidl list too or we'll remove an incorrect message)
17631                 (this also helps removing hacks when changing 
17632                 planned_download in messageview.c)
17633
17634 2004-07-12 [colin]      0.9.12cvs18.2
17635
17636         * src/gtk/quicksearch.c
17637                 Fix missing status update in quicksearch
17638
17639 2004-07-12 [paul]       0.9.12cvs18.1
17640
17641         * po/POTFILES.in
17642         * src/Makefile.am
17643         * src/account.c
17644         * src/codeconv.c
17645         * src/compose.c
17646         * src/inc.c
17647         * src/main.c
17648         * src/prefs_common.c
17649         * src/procmsg.h
17650         * src/toolbar.c
17651         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17652         * src/prefs_wrapping.[ch]       ** NEW FILES **
17653         * src/common/intl.h
17654         * src/common/utils.[ch]
17655         * src/gtk/quicksearch.[ch]
17656                 sync with 0.9.12cvs18 HEAD
17657
17658 2004-07-12 [colin]      0.9.11cvs17.25
17659
17660         * src/folder.c
17661         * src/folder.h
17662                 Remove unused function added by me in 0.9.11cvs17.10
17663
17664 2004-07-11 [colin]      0.9.11cvs17.24
17665
17666         * src/inc.c
17667         * src/messageview.c
17668         * src/pop.c
17669         * src/pop.h
17670                 Use folderitem and msgnum instead of filename to
17671                 know which mail to delete
17672                 Move old partial mail deletion to pop.c
17673
17674 2004-07-10 [colin]      0.9.11cvs17.23
17675
17676         * src/inc.c
17677                 Add debug
17678         * src/pop.c
17679         * src/pop.h
17680                 Don't re-use same enums for unrelated stuff: it's 
17681                 completely misleading !
17682                 Document a bit
17683
17684 2004-07-09 [colin]      0.9.11cvs17.22
17685
17686         * src/inc.c
17687                 Remove folder-type check and do
17688                 more tests to be sure everything's
17689                 ok
17690         * src/messageview.c
17691                 Punctuation update, remove useless
17692                 code, fix two warnings
17693         * src/noticeview.c
17694                 Layout cleaning, reset 2nd button
17695                 when specifying one
17696
17697 2004-07-09 [colin]      0.9.11cvs17.21
17698
17699         * src/messageview.c
17700         * src/pop.c
17701         * src/pop.h
17702                 Allow user to change his mind
17703                 and postpone decision (by
17704                 unmarking the mail)
17705
17706 2004-07-09 [colin]      0.9.11cvs17.20
17707
17708         * src/messageview.c
17709                 Fix bug with delete state
17710         * src/pop.c
17711         * src/pop.h
17712                 Fix buffer leak (fread doesn't 
17713                 terminate buffers with \0)
17714                 Refactoring (remove magic 
17715                 numbers)
17716
17717 2004-07-09 [colin]      0.9.11cvs17.19
17718
17719         * src/pop.c
17720                 Don't log "Skipping message" if 
17721                 we're going to TOP it two lines
17722                 later
17723
17724 2004-07-09 [colin]      0.9.11cvs17.18
17725
17726         * src/messageview.c
17727                 Fix Engrish
17728
17729 2004-07-09 [colin]      0.9.11cvs17.17
17730
17731         * src/pop.c
17732                 strlen checking...
17733         * src/messageview.c
17734                 refactoring a bit
17735
17736 2004-07-08 [colin]      0.9.11cvs17.16
17737
17738         * src/noticeview.c
17739         * src/noticeview.h
17740                 Add an optional second button
17741         * src/messageview.c
17742         * src/pop.c
17743         * src/pop.h
17744                 Don't delete partially received mails after a certain
17745                 time; rather, let the user decide.
17746
17747 2004-07-08 [colin]      0.9.11cvs17.15
17748
17749         * src/common/smtp.h
17750                 Sync with HEAD
17751
17752 2004-07-08 [colin]      0.9.11cvs17.14
17753
17754         * src/messageview.c
17755         * src/common/smtp.c
17756                 Use to_human_readable() for sizes
17757
17758 2004-07-08 [colin]      0.9.11cvs17.13
17759
17760         * src/inc.c
17761         * src/messageview.c
17762         * src/pop.c
17763         * src/pop.h
17764         * src/procmsg.c
17765                 Fix partial-downloading issues:
17766                         catch unsupported TOP
17767                         don't delete partially downloaded mails before 5 days
17768                         don't update existing with non-MH folders; that'll
17769                         make dups, but it's better than trashing the folder
17770                         free new msginfo parts
17771                 Fix indentation ;-)
17772
17773 2004-07-08 [colin]      0.9.11cvs17.12
17774
17775         * src/common/smtp.c
17776         * src/common/smtp.h
17777                 Sync smtp size verification with HEAD
17778
17779 2004-07-08 [colin]      0.9.11cvs17.11
17780
17781         * src/summaryview.c
17782         * src/prefs_common.c
17783         * src/prefs_common.h
17784         * src/gtk/quicksearch.c
17785         * src/gtk/quicksearch.h
17786                 Sync sticky pref with HEAD
17787
17788 2004-07-08 [colin]      0.9.11cvs17.10
17789
17790         * src/folder.c [1.213.2.6]
17791         * src/folder.h [1.87.2.6]
17792         * src/inc.c [1.149.2.7]
17793         * src/messageview.c [1.94.2.8]
17794         * src/procheader.c [1.47.2.6]
17795         * src/procmsg.c [1.150.2.4]
17796         * src/procmsg.h [1.60.2.5]
17797         * src/pop.c [1.56.2.4]
17798         * src/pop.h [1.17.2.3]
17799                 Let too big messages get downloaded, but truncated
17800                 Add a button to download them completely
17801                 
17802 2004-07-06 [colin]      0.9.11cvs17.9
17803
17804         * src/gtk/quicksearch.c [1.1.2.3]
17805                 Add a Clear button
17806         * commitHelper
17807         * PATCHSETS
17808                 Add a script to help with cvs
17809
17810 2004-07-03 [colin]      0.9.11cvs17.8
17811
17812         * src/plugins/imageviewer/viewer.c
17813                 fix imageviewer (which was staying on the first
17814                 displayed image)
17815
17816 2004-07-03 [colin]      0.9.11cvs17.7
17817
17818         Removed FIXME_GTK2 warnings
17819         * src/gtk/gtkutils.c
17820                 useless #warnings
17821         * src/gtk/menu.c
17822                 useless #warnings (no need to mess with menu rc)
17823         * src/gtk/menu.h
17824                 unused functions
17825         
17826
17827 2004-07-03 [colin]      0.9.11cvs17.6
17828
17829         Removed FIXME_GTK2 warnings
17830         * src/codeconv.c
17831                 useless #warnings (rewrite needed)
17832         * src/compose.c
17833                 useless #warnings (rewrite needed)
17834                 useless #warnings (gtk2 is like that)
17835                 useless #warnings (previously fixed)
17836         * src/main.c
17837                 useless #warnings (previously fixed)
17838         * src/message_search.c
17839                 useless #warnings (gtk2 is like that)
17840                 Made apparent that search is case-sensitive
17841         * src/mimeview.c
17842                 useless #warnings (rewrite needed)
17843                 useless #warnings (gtk2 is like that)
17844                 reimplemented real warnings
17845         * src/prefs_common.c
17846                 Removed block cursor option (not it gtk2)
17847         * src/prefs_gtk.c
17848                 useless #warnings (rewrite needed)
17849         * src/procheader.c
17850                 useless #warnings (rewrite needed)
17851         * src/sourcewindow.c
17852                 useless #warnings (incorrect placing)
17853         * src/summary_search.c
17854                 useless #warnings (gtk2 is like that)
17855                 Made apparent that search is case-sensitive
17856         * src/action.c
17857                 useless #warnings (gtk2 is like that)
17858         * src/textview.c
17859                 useless #warnings (rewrite needed)
17860         * src/toolbar.c
17861                 useless #warnings (rewrite needed)
17862
17863 2004-07-03 [colin]      0.9.11cvs17.5
17864
17865         * src/textview.c
17866                 Fix mismerge which broke URI opening
17867                 
17868 2004-07-01 [colin]      0.9.11cvs17.4
17869
17870         * src/gtk/filesel.c
17871                 Fill filename when saving
17872                 
17873 2004-06-27 [colin]      0.9.11cvs17.3
17874
17875         * src/gtk/filesel.[ch]
17876                 Use the new GTK file selector
17877                 Update prototype to match the reality: multiple file
17878                 selection is open-only          
17879         * src/compose.c
17880                 Match the new prototypes        
17881         * configure.ac
17882                 Match the new requirements (gtk 2.4.0)
17883                         
17884 2004-06-26 [colin]      0.9.11cvs17.2
17885
17886         * src/plugins/trayicon/trayicon.c
17887                 Remove useless signal handler on resize, which causes
17888                 an infinite "loop"
17889         
17890 2004-06-26 [colin]      0.9.11cvs17.1
17891         
17892         * tools/Makefile.am
17893                 remove launch_firebird and add nautilus2sylpheed.sh
17894         * src/quicksearch.c
17895           src/summaryview.c
17896                 Fix show/hide "Extended symbols" button problem
17897                 Fix apparition at startup
17898                 Fix const warnings
17899         * src/plugins/image_viewer/Makefile.am
17900                 Fix configure 
17901         * common/ssl.c
17902                 Re-enable certificate check, as it doesn't seem to
17903                 cause Xlib errors anymore
17904
17905 2004-06-25 [paul]       0.9.11cvs17
17906
17907         * sync with 0.9.11cvs17 HEAD
17908         
17909         NOTE: QuickSearch is broken
17910
17911 2004-06-07 [colin]      0.9.10claws67.10
17912         * src/plugins/trayicon/trayicon.c
17913           src/plugins/trayicon/libeggtrayicon/Makefile.am
17914           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17915                 Fix gettextization in trayicon plugin
17916
17917 2004-06-07 [colin]      0.9.10claws67.9
17918         
17919         * src/summaryview.c
17920           src/gtk/gtksctree.[ch]
17921                 Let Shift+{Up,Down} work in summaryview
17922                 (well, Down "works" and Up works)
17923                 Let the list scroll when using these keys
17924
17925 2004-06-06 [colin]      0.9.10claws67.8
17926
17927         * src/plugins/trayicon/trayicon.c
17928                 Fix pixmap update
17929
17930 2004-06-06 [colin]      0.9.10claws67.7
17931
17932         * src/addressbook.c
17933                 Fix signal handling causing system-wide focus grab
17934
17935 2004-05-25 [paul]       0.9.10claws67.6
17936
17937         * Makefile.am
17938           src/Makefile.am
17939                 clean up
17940
17941 2004-05-25 [paul]       0.9.10claws67.5
17942
17943         * replace deprecated gtk_signal... functions
17944
17945 2004-05-23 [colin]      0.9.10claws67.4
17946
17947         * src/compose.c
17948                 Fix wrapping
17949
17950 2004-05-22 [colin]      0.9.10claws67.3
17951
17952         * src/compose.c
17953                 Re-fix [Edited] in compose.c::compose_reedit()
17954
17955 2004-05-22 [colin]      0.9.10claws67.2
17956
17957         * src/procmime.c
17958                 Fix parsing of multiparts mails
17959
17960 2004-05-22 [colin]      0.9.10claws67.1
17961
17962         * src/summaryview.c
17963                 Fix quicksearch
17964
17965 2004-05-22 [paul]       0.9.10claws67
17966
17967         * sync with 0.9.10claws67 HEAD
17968
17969 2004-05-14 [alfons]
17970
17971         * src/procmime.h
17972                 add forgotton prototype
17973
17974 2004-05-10 [paul]       0.9.10claws57
17975
17976         * sync with 0.9.10claws57 HEAD
17977
17978 2004-05-05 [paul]       0.9.9.claws1
17979
17980         * ChangeLog-gtk2        ** REMOVED **
17981           ChangeLog-gtk2.claws  ** ADDED **
17982                 rename and adopt the normal claws format
17983                 
17984         * configure.ac
17985                 require gtkmathview >= 0.5
17986
17987         * ac/*                          ** REMOVED **
17988           ac/                           ** REMOVED **
17989           intl/Makefile.in              ** REMOVED **
17990           m4/                           ** ADDED **
17991           m4/missing                    ** ADDED **
17992           m4/missing/gdk-pixbuf.m4      ** ADDED **
17993           m4/missing/gettext.m4         ** ADDED **
17994           m4/missing/gpgme.m4           ** ADDED **
17995           m4/missing/imlib.m4           ** ADDED **
17996           m4/.cvsignore                 ** ADDED **
17997           m4/Makefile.am                ** ADDED **
17998           m4/README                     ** ADDED **
17999           m4/aclocal-include.m4         ** ADDED **
18000           m4/aspell.m4                  ** ADDED **
18001           m4/check-type.m4              ** ADDED **
18002           m4/gnupg-check-typedef.m4     ** ADDED **
18003           m4/openssl.m4                 ** ADDED **
18004           m4/spamassassin.m4            ** ADDED **
18005           po/ChangeLog                  ** REMOVED **
18006           po/Makefile.in.in             ** REMOVED **
18007           po/Rules-quot                 ** REMOVED **
18008           po/boldquot.sed               ** REMOVED **
18009           po/en@boldquot.header         ** REMOVED **
18010           po/en@quot.header             ** REMOVED **
18011           po/insert-header.sin          ** REMOVED **
18012           po/quot.sed                   ** REMOVED **
18013           po/remove-potcdate.sed        ** REMOVED **
18014           po/remove-potcdate.sin        ** REMOVED **
18015           po/stamp-po                   ** REMOVED **
18016           Makefile.am
18017           autogen.sh
18018           configure.ac
18019                 enable building with automake 1.8.x
18020                 add 'autopoint --force' to autogen.sh and remove all
18021                 auto-generated files, remove ac/ directory and use
18022                 m4/ directory instead
18023                 
18024         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18025                 fix gettextization
18026
18027 2004-02-28 Colin Leroy <colin@colino.net>
18028         * src/prefs_matcher.c
18029           src/prefs_filtering.c
18030           src/prefs_filtering_action.c
18031                 Fix non-editable GtkEntries
18032
18033 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18034         * src/prefs_themes.c
18035                 utf8 conversion for theme info
18036
18037 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18038         * sync 0.9.9claws
18039
18040 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18041         * src/grouplistdialog.c
18042                 allow multiple selections without ctrl key
18043
18044 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18045         * src/main.c
18046                 enable customizable accelerators
18047
18048 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18049         * src/prefs_common.c
18050                 re-enable different font settings for gtk1/2
18051         * src/prefs_folder_item.c
18052                 fix folder prefs displayed wrong
18053         * src/textview.c
18054                 set 'sunken' shadow type
18055
18056 2004-02-07 Colin Leroy <colin@colino.net>
18057         * src/compose.c
18058                 Fix message being always [Edited]
18059                 Encode headers correctly (utf8 buf)
18060
18061 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18062         * src/socket.c
18063                 remove double g_source_attach()
18064                 (Thanks to Colin Leroy)
18065
18066 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18067         * src/gtk/gtksctree.c
18068                 Fix SSL certificate list not shown
18069         * src/mimeview.c
18070                 Fix clicks in mime tree
18071
18072 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18073         * src/common/socket.c
18074                 Fix SSL receive
18075         * src/compose.c
18076                 Fix clipboard menu hotkeys
18077
18078 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18079         * src/gtk/gtkaspell.[ch]
18080           src/compose.c
18081                 reimplement spellchecker
18082
18083 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18084         * src/gtk/filesel.c
18085                 crash when inserting file in compose window
18086                 (TODO: keep old selection on clicks)
18087         * src/main.c
18088                 use gtkrc-2.0 instead of gtkrc
18089
18090 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18091         * src/messageview.c
18092                 remove orphaned mimeview unref()
18093
18094 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18095         * src/grouplistdialog.c
18096                 expand nodes containing subscribed groups
18097
18098 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18099         * src/textview.c
18100                 textview: hide cursor, restore old click behaviour
18101
18102 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18103         * src/textview.c
18104                 variable names messed up
18105
18106 2004-01-17 Colin Leroy <colin@colino.net>
18107         * src/addr_compl.c
18108                 Fix completion address too thin
18109         * src/compose.c
18110                 Fix tab-to-subject behaviour
18111         * src/summaryview.c
18112                 Implement key up & down in summaryview
18113
18114 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18115
18116         * sync 098claws
18117
18118 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18119         * configure.ac
18120           Makefile.am
18121           doc/.cvsignore
18122           doc/Makefile.am
18123                 faq, man, manual moved to doc/
18124         * ac/aspell.m4
18125           ac/check-type.m4
18126           ac/gnupg-check-typedef.m4
18127           ac/openssl.m4
18128           ac/spamassassin.m4
18129           ac/missing/gdk-pixbuf.m4
18130           ac/missing/gpgme.m4
18131           ac/missing/imlib.m4
18132                 fix automake warnings
18133
18134 2003-12-06 Colin Leroy <colin@colino.net>
18135         * src/summaryview.c
18136                 Fix quicksearch
18137
18138 2003-12-05 Colin Leroy <colin@colino.net>
18139         * src/summaryview.c
18140                 Fix going to next unread folder
18141
18142 2003-12-05 Colin Leroy <colin@colino.net>
18143         * src/crash.c
18144                 Fix gtk2 compilation
18145         * src/session.c
18146                 Remove iotag source handler at disconnection
18147         * src/socket.[ch] 
18148                 Remove source handler when closing socket 
18149                 (fixes another seg)
18150
18151 2003-12-04 Colin Leroy <colin@colino.net>
18152         * src/compose.c
18153           src/prefs_account.c
18154           src/prefs_common.c
18155                 Fix some dropdown menus
18156
18157 2003-12-04 Colin Leroy <colin@colino.net>
18158         * src/compose.c
18159                 Fix event handlers on header fields
18160         * src/common/socket.c
18161           src/common/session.c
18162                 Fix segfault with callback (SSL)
18163                 Fix end of session 
18164
18165 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18166
18167         * Fix compile bug in src/compose.c
18168         * removed src/gtk/gtkstext.[ch]
18169
18170 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18171
18172         * Convert character set and escape "text" attributes in toolbar setting
18173         files.
18174         * Fixed bug in button-press-event handling.
18175
18176 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18177
18178         * Fixed bug in key-press-event handling.
18179
18180 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18181
18182         * Enabled to compile tray-icon plugin (Ad-hoc).
18183         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18184
18185 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18186
18187         * Enabled to compile on sylpheed-claws.
18188         (tray-icon plugin still cannot compile yet.)
18189
18190 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18191
18192         * Updated to 0.9.5.
18193
18194 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18195
18196         * Updated to 0.9.4.
18197         * Ported monitoring SSL mechanism to GSource of GLib2
18198         (I don't confirm it)
18199         * Added _gtk2 suffix to key name of font preference to avoid
18200         ovverwriting preference of Gtk+-1.2 version.
18201
18202 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18203
18204         * Updated to 0.9.2.
18205
18206 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18207
18208         * Updated to 0.9.1.
18209         * Translate po files into UTF-8 when execute autogen.sh.
18210
18211 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18212
18213         * Updated to 0.9.0.
18214
18215 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18216
18217         * Plugged GError related memory leaks.
18218
18219 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18220
18221         * Changed default size of fonts.
18222         * Enabled to set titile font size of warning dialog.
18223
18224 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18225
18226         * Embed a sylpheed icon into executable binary on Windows.
18227
18228 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18229
18230         * I forgot to traslate character set of element string in src/xml.c.
18231
18232 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18233
18234         * Fixed detecting bind_textdomain_codeset in configure.in.
18235         * The bug in which "Example" of "Date fromat" preference isn't displayed
18236         correctly has been fixed.
18237
18238 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18239
18240         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18241           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18242           glib-gettextize
18243           Removed intl directory.
18244           Translated po files into UTF-8.
18245           (Thanks! Ryuji Abe)
18246
18247 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18248
18249         * The bug which doesn't unscape string in xml.c has been fixed.
18250
18251 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18252
18253         * The bug which is failed to translate encoding of file name thorough
18254         file dialog has been fixed.
18255
18256 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18257
18258         * Modified to translate file names which is used in inporting/expoting
18259         mbox feature and "Save as" feature into locale encoding.
18260         * Translate file names into locale encoding when "Attache file" and
18261         "Insert file".
18262         * Force set G_BROKEN_FILENAMES environment variable.
18263         * Other minor fixes.
18264
18265 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18266
18267         * Modified to treat MH folder's name as locale encoding.
18268
18269 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18270
18271         * The bug which clash on switching candidates of auto completion of
18272         addresses, cannot use auto completion in Japanesse is fixed
18273         (Thanks! Tokunaga-san)¡¥
18274
18275 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18276
18277         * The bug which cannot switch key accelerator preference has been fixed
18278         (Thanks! smbd-san)¡¥
18279
18280 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18281
18282         * version 0.8.11-gtk2-20030314
18283
18284 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18285
18286         * The bug in which character set conversion of filtering messages has
18287         been fixed.(Thanks! COCOA-san).
18288
18289 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18290
18291         * Revived "Leave space on head" preference in "Message" category.
18292         * A bug which clash when put the cursor to end of buffer and execute
18293         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18294
18295 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18296
18297         * version 0.8.11-gtk2-20030312
18298
18299 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18300
18301         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18302         * Modified to use Pango's API directly for font preference.
18303         * Integrated GtkTextView of textview to one widget.
18304         * Set fonts of header title in textview by "header_title" tag.
18305         * Removed some deprecated codes.
18306
18307 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18308
18309         * Updated to 0.8.11.
18310         * Merged cygwin patch(Thanks! Sakai-san).
18311
18312 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18313
18314         * version 0.8.10-gtk2-20030309