2006-09-09 [wwp] 2.4.0cvs167
[claws.git] / ChangeLog
1 2006-09-09 [wwp]        2.4.0cvs167
2
3         * src/prefs_filtering.c
4                 fix a minor bug when the enabled status of a filtering/processing
5                 rule always got set to TRUE when replacing this rule. That still
6                 make sense when adding a new rule, but now when replacing, we
7                 don't override the value of 'enabled'.
8                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9                 to prefs_filtering_list_view_get_info() as this function not only
10                 returns the name, but also the account_id and the enabled status.
11
12 2006-09-09 [mones]      2.4.0cvs166
13
14         * manual/glossary.xml
15         * manual/plugins.xml
16                 Minor format corrections
17         * manual/gpl.xml
18                 Fix misplaced NO WARRANTY section
19         * manual/es/advanced.xml
20         * manual/es/faq.xml
21         * manual/es/glossary.xml
22         * manual/es/gpl.xml
23         * manual/es/handling.xml
24         * manual/es/plugins.xml
25         * manual/es/starting.xml
26                 Incorporate changes from English version
27         * manual/fr/ack.xml
28         * manual/pl/ack.xml
29         * manual/es/ack.xml
30                 Fix address, (add translation credits in es version)
31         * po/es.po
32                 Updated translation
33
34 2006-09-09 [wwp]        2.4.0cvs165
35
36         * src/prefs_filtering.c
37                 fix a crash when opening filtering prefs, if matcherrc file contains
38                 broken data (non-existing account id, which is theoretically not
39                 possible).
40
41 2006-09-08 [colin]      2.4.0cvs164
42
43         * src/folder.c
44                 Wrong assert, make it an if()
45         * src/gtk/gtksctree.c
46                 Fix bug #1013 (expand selected thread 
47                 tree) - expanding is now recursive
48
49 2006-09-07 [wwp]        2.4.0cvs163
50
51         * src/prefs_matcher.c
52                 make better sentences about addressbook matching in the
53                 matcher prefs. This should make translators' work easier
54                 too.
55
56 2006-09-07 [wwp]        2.4.0cvs162
57
58         * src/prefs_filtering.c
59                 code simplification (get rid of dup var. assignment).
60
61 2006-09-07 [wwp]        2.4.0cvs161
62
63         * src/summaryview.c
64                 use GTK_STOCK icons when possible, patch by Fabien Vantard
65                 <fzzzzz@gmail.com>.
66
67 2006-09-07 [paul]       2.4.0cvs160
68
69         * src/mimeview.c
70                 fix compilation warnings
71                 Thanks to Colin
72
73 2006-09-07 [paul]       2.4.0cvs159
74
75         * src/mimeview.c
76                 select the mimepart icon when
77                 displaying as text
78                 Thanks to Colin
79
80 2006-09-06 [paul]       2.4.0cvs158
81
82         * src/prefs_filtering.c
83                 fix labels and table element spacing
84                 Patch by Fabien Vantard
85
86 2006-09-06 [paul]
87
88         2.5.0-rc3 released
89
90 2006-09-06 [paul]       2.4.0cvs157
91
92         * manual/es/advanced.xml
93                 fix typo
94
95 2006-09-06 [wwp]        2.4.0cvs156
96
97         * src/mainwindow.c
98                 fix an dup launch issue when iconified, thanks to Colin.
99
100 2006-09-06 [wwp]        2.4.0cvs155
101
102         * src/gtk//gtksctree.h
103                 oops, forgot that one!
104
105 2006-09-06 [wwp]        2.4.0cvs154
106
107         * manual/pl/advanced.xml
108         * manual/advanced.xml
109         * manual/es/advanced.xml
110         * manual/fr/advanced.xml
111         * src/prefs_customheader.c
112         * src/prefs_filtering_action.c
113         * src/foldersel.c
114         * src/prefs_summaries.c
115         * src/prefs_filtering.c
116         * src/account.c
117         * src/compose.c
118         * src/prefs_summary_column.c
119         * src/addr_compl.c
120         * src/prefs_actions.c
121         * src/prefs_folder_column.c
122         * src/ssl_manager.c
123         * src/prefs_template.c
124         * src/prefs_display_header.c
125         * src/prefs_common.h
126         * src/prefs_matcher.c
127         * src/prefs_common.c
128         * src/prefs_toolbar.c
129         * src/summaryview.c
130         * src/folderview.c
131         * src/gtk/gtksctree.c
132         * src/gtk/pluginwindow.c
133         * src/gtk/progressdialog.c
134         * src/gtk/prefswindow.c
135                 renamed hidden option enable_rules_hint to use_stripes_everywhere
136                 to make its meaning more obvious (all versions of the manual reflect
137                 the change).
138                 added an extra hidden option use_stripes_in_summary to allow
139                 discarding these stripes in mainwindow's folder and message lists;
140                 en and fr manuals only are OK towards this.
141
142 2006-09-06 [colin]      2.4.0cvs153
143
144         * src/textview.c
145                 Hide Sylpheed-Claws' internal queue headers
146                 when showing all headers. They'll be present
147                 only in Source window.
148
149 2006-09-05 [colin]      2.4.0cvs152
150
151         * src/plugins/trayicon/trayicon.c
152                 Fix crash at exit - we have to disconnect
153                 our handlers
154         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
155                 Update eggtrayicon - patch adapted from a
156                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
157                 on Sylpheed's ML
158
159 2006-09-05 [colin]      2.4.0cvs151
160
161         * src/mainwindow.c
162         * src/gtk/logwindow.c
163                 Fix race condition when something writes
164                 to the log too soon during init. Thanks
165                 to Fabien Vantard
166
167 2006-09-05 [colin]      2.4.0cvs150
168
169         * src/mimeview.c
170                 Don't select part on right-click either
171
172 2006-09-05 [paul]       2.4.0cvs149
173
174         * src/mimeview.c
175                 completion of previous commit
176                 Thanks to Colin
177
178 2006-09-05 [colin]      2.4.0cvs148
179
180         * src/mimeview.c
181                 Don't force selection on middle-click, just open
182
183 2006-09-04 [colin]      2.4.0cvs147
184
185         * src/mimeview.c
186                 Looks like gtk_notebook_set_current_page()
187                 sometimes steals focus, and this annoys us
188                 in MimeViewers as it renders navigation
189                 keys useless. Take back focus after switching
190                 pages.
191
192 2006-09-04 [colin]      2.4.0cvs146
193
194         * src/messageview.c
195                 Set stop_loading when clicking on Next
196                 during load. Don't add a callback to 
197                 avoid over-complicating things.
198
199 2006-09-04 [colin]      2.4.0cvs145
200
201         * src/mimeview.c
202         * src/messageview.c
203                 Fix multiple loads in separate messageview
204
205 2006-09-04 [colin]      2.4.0cvs144
206
207         * src/summaryview.c
208                 Let navigation keys be handled during 
209                 load
210
211 2006-09-04 [colin]      2.4.0cvs143
212
213         * src/messageview.c
214         * src/summaryview.c
215         * src/textview.c
216         * src/textview.h
217                 Make loading of huge mails (lots of text and/or
218                 images) cancellable, so the GUI doesn't block 
219
220 2006-09-04 [colin]      2.4.0cvs142
221
222         * src/plugins/trayicon/trayicon.c
223                 Fix annoyance when removing a folder with 
224                 unread mails: trayicon didn't update
225
226 2006-09-04 [paul]       2.4.0cvs141
227
228         * src/gtk/icon_legend.c
229                 straighten up columns
230                 Patch by Fabien Vantard
231
232 2006-09-04 [wwp]        2.4.0cvs140
233
234         * src/prefs_filtering.c
235                 fix new line's account name in filtering prefs:
236                 was "All", is now "(New)".
237
238 2006-09-04 [paul]       2.4.0cvs139
239
240         * tools/make.themes.project
241                 use "AUTOMAKE_OPTIONS = dist-bzip2"
242                 instead of homebrewed "make release"
243
244 2006-09-03 [colin]      2.4.0cvs138
245
246         * src/folderview.c
247                 Fix bug #1007 (Wrong folder highlighted)
248
249 2006-09-03 [colin]      2.4.0cvs137
250
251         * src/compose.c
252                 Don't set Newsgroup: header to a mail folder
253                 path
254
255 2006-09-03 [paul]       2.4.0cvs136
256
257         * src/prefs_other.c
258         * src/prefs_spelling.c
259                 unify the gui
260
261 2006-09-03 [paul]       2.4.0cvs135
262
263         * src/prefs_summaries.c
264                 correct menu item text in prefs_keybind_apply_clicked()
265
266 2006-09-03 [paul]       2.4.0cvs134
267
268         * manual/advanced.xml
269                 some improvements to the descriptions
270         * src/mainwindow.c
271         * src/messageview.c
272         * src/summaryview.c
273         * src/gtk/menu.c
274                 fix menu sensitivity issues
275         * src/prefs_message.c
276                 drop the useless word 'short'
277         * src/prefs_other.c
278                 add the word 'lines' indicating log length
279                 is a measure of lines
280         * src/textview.c
281                 fix compilation warnings
282
283 2006-09-02 [colin]      2.4.0cvs133
284
285         * src/messageview.c
286                 Display a special return-receipt message
287                 if the message is from the user
288         * src/summaryview.c
289                 Fix missing freeze of the list when marking
290                 all read and unthreading for exec. Thanks
291                 to Stephan Sachse.
292
293 2006-09-02 [paul]       2.4.0cvs132
294
295         * src/mainwindow.c
296         * src/prefs_message.c
297         * src/summaryview.c
298                 fix some english
299
300 2006-09-02 [wwp]        2.4.0cvs131
301
302         * src/prefs_filtering.c
303                 added an account name column to the filtering rules
304                 dialog.
305
306 2006-09-02 [colin]      2.4.0cvs130
307
308         * src/gtk/logwindow.c
309         * src/gtk/logwindow.h
310                 Block scrolling if we're not at the end
311                 of the log
312
313 2006-09-02 [colin]      2.4.0cvs129
314
315         * src/folder.c
316                 Make sure account-specific rules can't
317                 be used in {pre-,post-,}processing
318         * src/mainwindow.c
319         * src/gtk/logwindow.c
320         * src/gtk/logwindow.h
321                 Jump to last error when clicking on the
322                 warning icon
323
324 2006-09-02 [colin]      2.4.0cvs128
325
326         * src/imap.c
327         * src/import.c
328         * src/mainwindow.c
329         * src/mainwindow.h
330                 Fix warning icon
331         * src/inc.c
332         * src/mbox.c
333         * src/mbox.h
334                 Let proc_mbox know its account, for
335                 account-specific rules
336
337 2006-09-01 [colin]      2.4.0cvs127
338
339         * src/codeconv.c
340                 Don't uselessly use iconv to convert from
341                 us-ascii
342         * src/alertpanel.c
343         * src/mainwindow.c
344         * src/mainwindow.h
345         * src/inc.c
346                 Fix certain log cases, disable warning icon
347                 for now, the correct way to display it when
348                 necessary and only when necessary is probably
349                 to do it manually rather than use error logs
350         * src/etpan/imap-thread.c
351                 Clean up UID logging a bit
352         * src/gtk/logwindow.c
353         * src/gtk/logwindow.h
354                 Make logging faster when the window's closed
355
356 2006-09-01 [wwp]        2.4.0cvs126
357
358         * manual/fr/account.xml
359                 reflect changes to the ref. manual (parts of cvs72):
360                 fix tabnames and quotes.
361
362 2006-09-01 [wwp]        2.4.0cvs125
363
364         * manual/fr/plugins.xml
365                 reflect changes to the reference manual (cvs42):
366                 update IRC channel info.
367
368 2006-09-01 [wwp]        2.4.0cvs124
369
370         * commitHelper
371                 use CVSEDITOR env. var. if set, according to `man cvs`.
372
373 2006-09-01 [wwp]        2.4.0cvs123
374
375         * manual/advanced.xml
376                 better sentence again (thanks to Paul).
377
378 2006-09-01 [wwp]        2.4.0cvs122
379
380         * manual/advanced.xml
381         fix definition of toolbar_detachable and rework a bit the one of
382         enable_dotted_lines.
383
384 2006-09-01 [mones]      2.4.0cvs121
385
386         * manual/advanced.xml
387                 Document enable_dotted_lines
388
389 2006-09-01 [paul]       2.4.0cvs120
390
391         * src/folderview.c
392         * src/folderview.h
393         * src/imap.c
394         * src/mainwindow.c
395         * src/summaryview.c
396                 obey the 'When entering folder...' option
397                 when using the /View/Go to/... menu items
398                 Thanks to Colin
399
400 2006-08-31 [colin]      2.4.0cvs119
401
402         * src/folderview.c
403                 Revert 2.4.0cvs116, wrong fix.
404
405 2006-08-31 [colin]      2.4.0cvs118
406
407         * src/gtk/gtksctree.c
408                 Better state the various copyrights
409
410 2006-08-31 [colin]      2.4.0cvs117
411
412         * src/prefs_common.c
413                 fix enable_dotted_lines
414
415 2006-08-31 [colin]      2.4.0cvs116
416
417         * src/folderview.c
418                 Use pref "Always open on select" when going
419                 to next unread folder
420         * src/gtk/gtksctree.c
421                 Fix link failure to _gtk_clist_create_cell_layout
422                 on certain computers. (Why not mine, I wonder)
423
424 2006-08-31 [colin]      2.4.0cvs115
425
426         * src/procmsg.c
427         * src/textview.c
428         * src/plugins/bogofilter/bogofilter.c
429         * src/plugins/spamassassin/spamassassin.c
430                 Requalify some "errors" to warnings
431         * src/mainwindow.c
432         * src/mainwindow.h
433         * src/statusbar.c
434                 Add an icon in the statusbar to notify
435                 of errors
436         * src/gtk/gtksctree.c
437         * src/folderview.c
438         * src/summaryview.c
439                 Make the GtkSCTree look more modern by
440                 alternating background lines
441         * src/prefs_common.c
442         * src/prefs_common.h
443                 Add a pref to let people have the old
444                 way if they prefer
445
446
447 2006-08-30 [colin]      2.4.0cvs114
448
449         * src/procmsg.c
450         * src/procmsg.h
451                 Provide a way to filter a list of
452                 messages in an optimised manner, and
453                 add a list-filtering hook
454         * src/folder.c
455         * src/inc.c
456         * src/mbox.c
457                 Use the list filtering
458         * src/plugins/bogofilter/bogofilter.c
459                 Use the list-filtering hook
460                 Use -b (bulk) mode for more speed
461                 when learning and filtering
462         * src/etpan/imap-thread.c
463                 Make log output shorter in UID SEARCH
464
465
466 2006-08-30 [colin]      2.4.0cvs113
467
468         * src/plugins/bogofilter/bogofilter.c
469                 Really fast mass learning - thanks to David
470                 Relson for the options explanations :)
471
472 2006-08-30 [colin]      2.4.0cvs112
473
474         * src/msgcache.c
475                 Fix compilation on FreeBSD. Thanks
476                 to Michael Hugues
477
478 2006-08-29 [colin]      2.4.0cvs111
479
480         * src/folderview.c
481                 Handle "popup_menu" signal (for popping the 
482                 menu via the keyboard)
483         * src/mimeview.c
484         * src/mimeview.h
485         * src/summaryview.c
486         * src/textview.c
487         * src/gtk/gtkutils.c
488         * src/gtk/gtkutils.h
489                 Factorize scrolling code, and add an API 
490                 for MimeViewers to handle scroll orders
491
492 2006-08-29 [wwp]        2.4.0cvs110
493
494         * src/plugins//bogofilter/bogofilter.c
495         * src/plugins//spamassassin/spamassassin.c
496                 make the bogofilter/spamassassin filtering error dialogs at
497         incorporation obey to the "don't popup error dialog on
498         receive error" option. If disabled, feed the log window w/
499         the error message.
500
501 2006-08-29 [paul]
502
503         2.5.0-rc2 released
504
505 2006-08-29 [paul]       2.4.0cvs109
506
507         * Makefile.am
508                 remove 'make release', it's not needed
509                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
510
511 2006-08-29 [paul]       2.4.0cvs108
512
513         * src/foldersel.c
514         * src/summary_search.c
515         * src/gtk/progressdialog.c
516         * src/plugins/pgpcore/passphrase.c
517                 replace deprecated gtk_window_set_policy()
518
519 2006-08-29 [colin]      2.4.0cvs107
520
521         * src/folder.c
522                 Fix data loss when copy fails during a move:
523                 only use fast remove_msgs if everything was
524                 copied OK; else use slow remove_msg on the
525                 mails that got copied only.
526
527 2006-08-28 [paul]       2.4.0cvs106
528
529         * src/mh.c
530                 revert change in 2.4.0cvs104, it breaks
531                 stuff
532
533 2006-08-28 [paul]       2.4.0cvs105
534
535         * src/plugins/spamassassin/spamassassin.c
536                 english fix
537
538 2006-08-28 [paul]       2.4.0cvs104
539
540         * src/mh.c
541                 fix data loss when moving to another
542                 mailbox fails
543         * src/prefs_spelling.c
544                 improve the english
545         * src/gtk/pluginwindow.c
546                 improve the layout of the dialog text
547         All thanks to Colin
548
549 2006-08-28 [paul]       2.4.0cvs103
550
551         * src/plugins/bogofilter/bogofilter.c
552         * src/plugins/bogofilter/bogofilter_gtk.c
553                 fix english up a bit, innit
554
555 2006-08-28 [paul]       2.4.0cvs102
556
557         * configure.ac
558         * po/Makefile.in.in
559         * po/Makevars
560                 require autoconf 2.60, enabling building
561                 with gettext 0.15 (gettext 0.14.x build still
562                 possible). Replace Makefiles with versions
563                 from gettext 0.15.
564                 Remove configure options --with-localedir and
565                 --with-mandir. The options that are provided
566                 directly by autoconf 2.60 can be used instead:
567                 --mandir --localedir
568
569 2006-08-27 [colin]      2.4.0cvs101
570
571         * src/plugins/bogofilter/Makefile.am
572                 Fix make dist (no README)
573
574 2006-08-27 [colin]      2.4.0cvs100
575
576         * src/folder.c
577                 Don't use F_UNKNOWN folders for any default
578                 outbox/trash/etc
579         * src/plugins/bogofilter/bogofilter.c
580         * src/plugins/bogofilter/bogofilter.h
581         * src/plugins/bogofilter/bogofilter_gtk.c
582                 Add an option to specify the path to bogofilter
583                 Use single-quotes to be able to learn in folders
584                 with spaces in their names
585                 Verify learning status
586
587 2006-08-27 [colin]      2.4.0cvs99
588
589         * manual/faq.xml
590         * manual/plugins.xml
591                 Document Bogofilter plugin
592
593 2006-08-27 [colin]      2.4.0cvs98
594
595         * src/compose.c
596         * src/messageview.c
597         * src/procmsg.c
598         * src/procmsg.h
599                 When possible, copy the queued mail to sent folder
600                 instead of re-adding. Much faster on IMAP.
601
602 2006-08-27 [colin]      2.4.0cvs97
603
604         * src/msgcache.c
605                 Disable mmaped caches - huge metadata loss
606                 here after a power failure.
607         * src/summaryview.c
608                 Add quicksearch timing
609         * src/common/plugin.c
610         * src/common/plugin.h
611                 Implement an interface to tell what plugins
612                 provide. Prevent loading of similar plugins.
613         * src/plugins/clamav/clamav_plugin.c
614         * src/plugins/demo/demo.c
615         * src/plugins/dillo_viewer/dillo_viewer.c
616         * src/plugins/pgpcore/plugin.c
617         * src/plugins/pgpinline/pgpinline.c
618         * src/plugins/pgpmime/pgpmime.c
619         * src/plugins/spamassassin/spamassassin.c
620         * src/plugins/trayicon/trayicon.c
621                 Implement plugin_provides()
622
623 2006-08-27 [colin]      2.4.0cvs96
624
625         * configure.ac
626         * src/plugins/Makefile.am
627         * src/plugins/bogofilter/.cvsignore
628         * src/plugins/bogofilter/Makefile.am
629         * src/plugins/bogofilter/bogofilter.c
630         * src/plugins/bogofilter/bogofilter.h
631         * src/plugins/bogofilter/bogofilter_gtk.c
632                 New Bogofilter plugin, provides filtering and
633                 learning. Spamassassin will go to extra plugins.
634
635 2006-08-26 [mones]      2.4.0cvs95
636
637         * manual/handling.xml
638                 Fix subfolder path in the example (thanks to Paul) 
639
640 2006-08-26 [mones]      2.4.0cvs94
641
642         * manual/glossary.xml
643                 2.2. + add ISP to the glossary
644                 7.5. + Add UIDL to glossary
645                 7.7. + Add TCP to glossary
646         * manual/handling.xml
647                 7.1. + Mentions GNU/Linux distribution, what about the non...
648                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
649                 7.3. + Mentions .bashrc, what about the non-bash ones? 
650                 7.4. = Use appropriate quotation for commands
651                 7.6. = change "" to <quote></quote>
652         * manual/plugins.xml
653                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
654         * manual/starting.xml
655                 2.1. + local mbox file: some examples of mbox file locations...
656                 Also reformatted files requiring it
657
658 2006-08-26 [wwp]        2.4.0cvs93
659
660         * src/summary_search.c
661                 disable find buttons while summary search is running.
662
663 2006-08-25 [colin]      2.4.0cvs92
664
665         * src/folder.c
666         * src/folderutils.c
667         * src/mh.c
668         * src/procmsg.h
669         * src/summaryview.c
670                 Speed up MH moving, and add progressbar
671                 for MH deletion
672         * src/msgcache.c
673                 Write cache files using mmap() too
674
675 2006-08-25 [wwp]        2.4.0cvs91
676
677         * src/summaryview.c
678                 switch spam<->ham button when a message has been marked as spam or ham
679                 and is still selected. Thanks to Colin.
680
681 2006-08-25 [paul]       2.4.0cvs90
682
683         * src/Makefile.am
684         * src/stock_pixmap.c
685         * src/stock_pixmap.h
686         * src/summaryview.c
687         * src/gtk/icon_legend.c
688         * src/pixmaps/copied.xpm
689         * src/pixmaps/moved.xpm
690                 add icons for delayed execution marked for
691                 copying, marked for moving
692
693 2006-08-25 [mones]      2.4.0cvs89
694
695         * manual/glossary.xml
696                 Fix the other glossary items:
697                 5.1. = Inmmediate execution -> <quote>immediate execution...
698                 5.2. = Fix MBOX capitalization -> Mbox
699                 5.3. + Improve Plugins def. w/ tech. ref.
700                 5.4. = Quotation -> replace '>' by <quote>></quote>
701                 5.5. - SMTP Server. -> remove dot
702         * po/es.po
703                 Updated translation
704
705 2006-08-25 [mones]      2.4.0cvs88
706
707         * manual/ack.xml
708                 Reformatted, changed email address
709         * manual/glossary.xml
710                 Reformatted, fixed MANUAL-TODO items:
711                 8.2. + add ROT-13 to glossary
712                 8.4. + add URL to glossary
713         * manual/es/advanced.xml
714                 Fixed <literal>s
715
716 2006-08-25 [paul]       2.4.0cvs87
717
718         * src/gtk/icon_legend.c
719                 add 'marked for deletion' icon
720                 arrange icons by containing column
721                 wrap long label text
722
723 2006-08-25 [colin]      2.4.0cvs86
724
725         * src/common/utils.c
726         * src/common/utils.h
727                 Add the sc_g_*list_bigger functions in
728                 a place everyone can use it
729         * src/summaryview.c
730                 Only freeze/thaw the list when working
731                 on the selection, if it's bigger than 1
732         * src/gtk/gtksctree.c
733                 Only freeze/thaw the list when unselec-
734                 ting 'all' if ('all' != 1)
735                 This avoids some flickering
736
737 2006-08-24 [colin]      2.4.0cvs85
738
739         * src/addressbook.c
740                 Fix strange list selection
741                 Fix random seg (Invalid read of freed memory)
742
743 2006-08-24 [colin]      2.4.0cvs84
744
745         * src/alertpanel.c
746         * src/gtk/inputdialog.c
747         * src/plugins/pgpcore/passphrase.c
748                 Revert minimal width patch of 2.4.0cvs67,
749                 as it is also a maximal width. Use 
750                 gtk_window_set_default_size instead.
751
752 2006-08-24 [colin]      2.4.0cvs83
753
754         * src/msgcache.c
755                 Write cache/mark to temp files before
756                 overwriting old ones (avoids metadata
757                 loss if writing the new files fail).
758                 Use mmap() to read cache/mark file, as
759                 this makes cache reading faster. Dis-
760                 abled for big-endian machines until it
761                 can be tested. (Big-endian users: set
762                 msgcache_use_mmap = TRUE in the relevant
763                 #if).
764         * src/procmsg.h
765                 Move rarely used fields of MsgInfo in 
766                 another structure, which will only be
767                 allocated if needed. Face, X-Face,
768                 Return receipt headers and List-*
769                 headers are moved. Mails having none
770                 of these occupy 52 bytes less with
771                 this patch, which makes 2.5MB of RAM
772                 saved on a 50k folder).
773         * src/headerview.c
774         * src/mainwindow.c
775         * src/messageview.c
776         * src/partial_download.c
777         * src/procheader.c
778         * src/procmsg.c
779         * src/textview.c
780                 Follow this structure change.
781
782 2006-08-24 [wwp]        2.4.0cvs82
783
784         * manual/es/.cvsignore
785         * manual/es/dist/.cvsignore
786         * manual/es/dist/html/.cvsignore
787         * manual/es/dist/pdf/.cvsignore
788         * manual/es/dist/ps/.cvsignore
789         * manual/es/dist/txt/.cvsignore
790                 more (generated) files to ignore.
791
792 2006-08-24 [colin]      2.4.0cvs81
793
794         * src/folder.c
795         * src/mh.c
796                 Fix possible problems with local delivery. Check the folder doesn't
797                 need scan before setting its mtime when saving cache (which can be
798                 done long after the folder's been modified by an external process);
799                 Check that the stored item's mtime didn't change in mh functions.
800
801 2006-08-24 [mones]      2.4.0cvs80
802
803         * manual/advanced.xml
804                 Rewrapping, some fixes and MANUAL-TODO items:
805                 8.1. = change "" to <quote></quote>
806                 8.3. = quote menu items
807                 8.5. - deploying -> new user ... ideally a new user (redundant)
808
809 2006-08-23 [colin]      2.4.0cvs79
810
811         * src/gtk/gtksctree.c
812                 When selecting or deselecting range, only
813                 freeze/thaw when selection is bigger than 10
814
815 2006-08-23 [colin]      2.4.0cvs78
816
817         * src/messageview.c
818         * src/mimeview.c
819         * src/mimeview.h
820         * src/plugins/dillo_viewer/dillo_viewer.c
821                 Provide an API for MimeViewer plugins to
822                 return a text selection for replying
823
824 2006-08-23 [colin]      2.4.0cvs77
825
826         * src/image_viewer.c
827         * src/textview.c
828                 Use gtk_pixbuf_new_from_file_at_scale(), which
829                 is faster than getting the pixbuf then resizing
830                 it.
831
832 2006-08-23 [colin]      2.4.0cvs76
833
834         * src/procmime.c
835                 UTF-8 should be sent Quoted-printable
836
837 2006-08-22 [colin]      2.4.0cvs75
838
839         * src/mh.c
840                 Check if scan is required before touching
841                 the folder (or it'll be required every time)
842
843 2006-08-22 [colin]      2.4.0cvs74
844
845         * configure.ac
846                 Require libetpan 0.46 (crasher fix when built
847                 against gnutls)
848
849 2006-08-22 [colin]      2.4.0cvs73
850
851         * src/folder.c
852                 Set folder's mtime after writing its
853                 cache
854         * src/folderview.c
855                 Add some timing
856         * src/procmsg.c
857                 Don't do useless stuff if we don't 
858                 thread by subject
859         * src/summaryview.c
860                 Add some timing, don't deselect prior
861                 to selecting (gtksctree does it itself),
862                 remove crash avoidance hacks as it's been
863                 properly fixed since a while
864         * src/common/utils.c
865                 Optimize to_human_readable(): _() is slow,
866                 do it only once, and avoid %f format for KB
867                 (the most common in a summaryview)
868         * src/gtk/gtksctree.c
869                 Don't uselessly freeze/thaw (fixes flicker
870                 on next unread and friends), reduce number
871                 of g_list_nth/g_list_position where possible
872         * src/gtk/gtkutils.c
873         * src/gtk/gtkutils.h
874                 Reduce number of g_list_nth/g_list_position
875                 where possible.
876                 All of this makes loading as 70k folder 2.1
877                 seconds instead of 3.2 (with hot FS caches).
878                 (1.3 seconds without Date and Size columns...)
879
880 2006-08-22 [paul]       2.4.0cvs72
881
882         wrap documents and do some items from mones' MANUAL-TODO:
883
884         * manual/account.xml
885                 4.1. = fix tabname references to <quote>tabname</quote>
886                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
887         * manual/faq.xml
888                 1.1. = mentioned options don't match UI
889                 Add information about the 'Never send Return Receipts'
890                 option
891         * manual/handling.xml
892                 6.2. = Mentions Extended symbols button, but now is
893                 named Information
894                 6.3. = Mentions ... button, which is now Edit
895
896 2006-08-22 [colin]      2.4.0cvs71
897
898         * src/gtk/pluginwindow.c
899                 Fix layout in verbose translations (such
900                 as french)
901
902 2006-08-22 [paul]       2.4.0cvs70
903
904         * manual/Makefile.am
905                 build manuals in alphabetical order
906         * src/addressbook.c
907         * src/prefs_themes.c
908                 replace/remove deprecated symbols
909         * src/gtk/gtkutils.c
910                 fix a warning
911         * src/gtk/pluginwindow.c
912                 replace deprecated symbol
913                 replace label text and move it
914         * src/plugins/pgpcore/prefs_gpg.c
915                 move the 'Generate...' button out of the
916                 Sign Key frame, replace the English used
917         * src/plugins/pgpcore/sgpgme.c
918                 fixes to the English
919
920 2006-08-21 [colin]      2.4.0cvs69
921
922         * src/plugins/trayicon/trayicon.c
923                 Add more strings for translation; patch
924                 by Pawel
925
926 2006-08-21 [colin]      2.4.0cvs68
927
928         * src/compose.c
929                 fix replied flag not set after drafting
930         * src/matcher.c
931                 fix body quicksearch in non-encoded bodies
932                 containing '='
933         * src/msgcache.c
934                 Get rid of the g_malloc workaround for
935                 corrupted caches, use g_try_malloc
936
937 2006-08-21 [colin]      2.4.0cvs67
938
939         * src/alertpanel.c
940         * src/gtk/inputdialog.c
941         * src/plugins/pgpcore/passphrase.c
942                 Set minimal width to 375
943         * src/mainwindow.c
944                 Fix switching to offline, asking if it 
945                 should be overriden for synchronising
946         * src/mimeview.c
947                 Don't offer to remember command on Open 
948                 with for text parts, as the browser or 
949                 text editor command isn't changed from 
950                 there
951
952 2006-08-20 [paul]       2.4.0cvs66
953
954         * po/ko.po
955         * po/zh_CN.po
956                 fix plural form errors. revealed by stricter
957                 checking of gettext 0.15
958
959 2006-08-18 [paul]       2.4.0cvs65
960
961         * src/stock_pixmap.c
962                 fix the fix of 2.4.0cvs64
963                 Thanks to Colin
964
965 2006-08-18 [paul]       2.4.0cvs64
966
967         * src/stock_pixmap.c
968                 fix leaks
969                 Thanks to Colin
970
971 2006-08-18 [paul]       2.4.0cvs63
972
973         * src/compose.c
974         * src/procmsg.c
975                 fix occasional IMAP bug where large msgs
976                 were left in the queue folder after sending
977                 Thanks to Colin
978
979 2006-08-18 [paul]       2.4.0cvs62
980
981         * src/folderview.c
982                 freeze the summaryview while quicksearch results
983                 are displayed
984                 (fixes bug 456 'current message is hidden when the
985                 view is refreshed and extended search is "unread 
986                 messages"')
987                 Thanks to Colin
988         * src/textview.c
989                 add missing #include "inputdialog.h"
990         * src/common/utils.h
991                 add missing mailcap_update_default() and improve
992                 readability
993
994 2006-08-17 [colin]      2.4.0cvs61
995
996         * src/plugins/pgpcore/select-keys.c
997                 Fix warnings :)
998
999 2006-08-17 [colin]      2.4.0cvs60
1000
1001         * src/compose.c
1002                 Don't continue queuing if Cancel is clicked
1003                 in select-keys
1004
1005 2006-08-17 [colin]      2.4.0cvs59
1006
1007         * src/plugins/pgpcore/select-keys.c
1008                 When encrypting, if only one key matches and it 
1009                 matches exactly, automatically use it.
1010
1011 2006-08-17 [colin]      2.4.0cvs58
1012
1013         * src/mimeview.c
1014         * src/prefs_common.c
1015         * src/prefs_common.h
1016         * src/prefs_ext_prog.c
1017         * src/textview.c
1018                 Fix issues with previous patch (text/html)
1019                 Remove outdated prefs
1020
1021 2006-08-17 [colin]      2.4.0cvs57
1022
1023         * src/imap.c
1024                 Add View Log button on auth error
1025         * src/procmsg.c
1026                 Fix encrypted mail marked as new when
1027                 saved in normal folders
1028         * src/plugins/pgpinline/pgpinline.c
1029                 Fix encrypt bug on IMAP
1030         * src/mimeview.c
1031         * src/common/utils.c
1032         * src/common/utils.h
1033         * src/gtk/inputdialog.c
1034         * src/gtk/inputdialog.h
1035                 Get rid of metamail stuff, simplify
1036                 opening, and allow remembering of user's
1037                 choices (by updating ~/.mailcap). There's
1038                 still to drop "Audio player" and "Image
1039                 viewer" preferences.
1040
1041 2006-08-17 [mones]      2.4.0cvs56
1042
1043         * manual/es/sylpheed-claws-manual.xml
1044                 fix DTD path
1045
1046 2006-08-17 [mones]      2.4.0cvs55
1047
1048         * configure.ac
1049         * manual/Makefile.am
1050         * manual/es/Makefile.am
1051         * manual/es/account.xml
1052         * manual/es/ack.xml
1053         * manual/es/addrbook.xml
1054         * manual/es/advanced.xml
1055         * manual/es/faq.xml
1056         * manual/es/glossary.xml
1057         * manual/es/gpl.xml
1058         * manual/es/handling.xml
1059         * manual/es/intro.xml
1060         * manual/es/keyboard.xml
1061         * manual/es/plugins.xml
1062         * manual/es/starting.xml
1063         * manual/es/sylpheed-claws-manual.xml
1064         * manual/es/dist/Makefile.am
1065         * manual/es/dist/html/Makefile.am
1066         * manual/es/dist/pdf/Makefile.am
1067         * manual/es/dist/ps/Makefile.am
1068         * manual/es/dist/txt/Makefile.am
1069                 Spanish translation for the manual
1070
1071 2006-08-16 [colin]      2.4.0cvs54
1072
1073         * src/compose.c
1074         * src/main.c
1075         * src/mainwindow.c
1076                 Fix send button sensitivity at startup
1077                 Set send menu sensitivity (patch by Fabien)
1078         * src/ssl_manager.c
1079                 Enable closing with esc (patch by Fabien)
1080         * src/gtk/foldersort.c
1081                 Enable closing with esc (patch by Fabien)
1082         * src/procmime.c
1083                 Optimisation (no need to copy to tempfile to
1084                 "decode" 7bit and 8bit)
1085         * src/summaryview.c
1086                 Fix cruft in swap_from case
1087         * src/textview.c
1088                 Fix missing last line in some mail cases 
1089                 (Fixes debian #381872)
1090         * src/plugins/pgpcore/prefs_gpg.c
1091         * src/plugins/pgpcore/sgpgme.c
1092         * src/plugins/pgpcore/sgpgme.h
1093                 Don't show "no key found" when user explicitely
1094                 wants to create a key
1095
1096 2006-08-16 [paul]       2.4.0cvs53
1097
1098         * configure.ac
1099         * src/account.c
1100         * src/addressbook.c
1101         * src/headerview.c
1102         * src/prefs_account.c
1103         * src/prefs_message.c
1104         * src/gtk/gtkutils.c
1105                 bump up minimum required versions of GTK+ and
1106                 GLIB to 2.6.0
1107
1108 2006-08-16 [paul]       2.4.0cvs52
1109
1110         * src/toolbar.c
1111                 workaround GTK+ Bug 351600 - 'Can't re-click
1112                 on button after sensitivity update'
1113                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1114                 Thanks to Colin
1115
1116 2006-08-15 [colin]      2.4.0cvs51
1117
1118         * src/plugins/pgpcore/prefs_gpg.c
1119                 Set options sensitivity according to
1120                 key existence
1121         * src/plugins/pgpcore/sgpgme.c
1122                 Allow to create key with no passphrase
1123
1124 2006-08-14 [cleroy]     2.4.0cvs50
1125
1126         * src/gtk/pluginwindow.c
1127                 New layout (maybe to be changed?)
1128         * src/gtk/gtkutils.c
1129                 Fix a bit label_window
1130         * src/plugins/pgpcore/passphrase.c
1131         * src/plugins/pgpcore/passphrase.h
1132         * src/plugins/pgpcore/plugin.c
1133         * src/plugins/pgpcore/prefs_gpg.c
1134         * src/plugins/pgpcore/prefs_gpg.h
1135         * src/plugins/pgpcore/sgpgme.c
1136         * src/plugins/pgpcore/sgpgme.h
1137                 Allow to create a PGP private key via the GUI
1138
1139 2006-08-14 [wwp]        2.4.0cvs49
1140
1141         * src/addressbook_foldersel.c
1142                 fix strict ISO C90 compliance.
1143
1144 2006-08-14 [paul]       2.4.0cvs48
1145
1146         * src/gtk/prefswindow.c
1147                 re-set scrolled window on opening
1148                 Patch by Ticho
1149
1150 2006-08-14 [paul]
1151
1152         2.5.0-rc1 released
1153
1154 2006-08-14 [paul]       2.4.0cvs47
1155
1156         * src/prefs_display_header.c
1157                 re-enable user-defined Displayed Headers
1158
1159 2006-08-14 [paul]       2.4.0cvs46
1160
1161         * src/prefs_account.c
1162                 use GTK_STOCK_EDIT
1163
1164 2006-08-13 [colin]      2.4.0cvs45
1165
1166         * src/common/utils.c
1167                 Fix "a" in quote when the original message is empty,
1168                 by using \0 instead of 'a' to test writability of
1169                 temp files.
1170
1171 2006-08-13 [wwp]        2.4.0cvs44
1172
1173         * src/plugins/spamassassin/spamassassin.c
1174                 fix capitalization of "SpamAssassin" in some debug, log and
1175                 dialog messages.
1176
1177 2006-08-13 [paul]       2.4.0cvs43
1178
1179         * src/editldap.c
1180                 fix overlapping widgets
1181         * src/prefs_account.c
1182                 fix translation of protocol_names[]
1183                 fix label disappearing off the edge of the
1184                 visible area
1185
1186 2006-08-12 [paul]       2.4.0cvs42
1187
1188         * manual/plugins.xml
1189                 update IRC channel info before it gets forgotten
1190                 about
1191
1192 2006-08-11 [colin]      2.4.0cvs41
1193
1194         * src/compose.c
1195         * src/mainwindow.c
1196         * src/mainwindow.h
1197         * src/procmsg.c
1198         * src/procmsg.h
1199         * src/summaryview.c
1200         * src/toolbar.c
1201                 Grey out the Send button if
1202                 - Queue folders are empty, or
1203                 - We're sending already
1204
1205 2006-08-11 [wwp]        2.4.0cvs40
1206
1207         * src/main.c
1208                 fix a logic issue when quitting while a compose window is
1209                 still open, thanks to Colin.
1210
1211 2006-08-10 [colin]      2.4.0cvs39
1212
1213         * src/main.c
1214                 Fix default font size setting after wizard run
1215         * src/imap.c
1216         * src/etpan/imap-thread.c
1217         * src/etpan/imap-thread.h
1218                 Fix bug #999 (Timing out on TSL cert validation 
1219                 dialog makes ugly things happen). Also, STARTTLS
1220                 unconditionnaly if initial capabilities contain
1221                 LOGINDISABLED and STARTTLS.
1222
1223 2006-08-09 [colin]      2.4.0cvs38
1224
1225         * src/mainwindow.c
1226         * src/mainwindow.h
1227                 Fix Tools/Actions sensitivity when there are
1228                 no actions
1229
1230 2006-08-09 [colin]      2.4.0cvs37
1231
1232         * src/prefs_filtering.c
1233                 Warning fix, patch by Paul
1234         * src/messageview.c
1235         * src/prefs_actions.c
1236         * src/prefs_filtering_action.c
1237         * src/prefs_matcher.c
1238                 Uniformisation of "Info ..." to "Info..." (for
1239                 old gtk), patch by Fabien
1240         * src/plugins/clamav/clamav_plugin_gtk.c
1241                 Sensitivity fix by Fabien
1242
1243 2006-08-09 [colin]      2.4.0cvs36
1244
1245         * src/main.c
1246         * src/main.h
1247                 Add a function to know whether we're exiting
1248         * src/plugins/trayicon/trayicon.c
1249                 If exiting, don't do anything. Faster, and
1250                 avoids gtk_main_iteration reentracy causing
1251                 segfaults at exit
1252
1253 2006-08-09 [colin]      2.4.0cvs35
1254
1255         * src/messageview.c
1256         * src/mimeview.c
1257         * src/mimeview.h
1258                 Fix lack of part selection when automatically 
1259                 jumping to a specific part
1260         * src/msgcache.c
1261                 Little optimisation in cache reading
1262
1263 2006-08-09 [colin]      2.4.0cvs34
1264
1265         * src/compose.c
1266                 Fix crash setting the priority on reedit
1267                 (Accessing compose before creating it!)
1268
1269 2006-08-08 [colin]      2.4.0cvs33
1270
1271         * src/procmime.c
1272                 Fix bug #998 (last attachment is not accessible)
1273                 Bad RFC interpretation on multipart close-delimiters
1274         * src/mimeview.c
1275         * src/mimeview.h
1276         * src/gtk/gtkvscrollbutton.c
1277         * src/gtk/gtkvscrollbutton.h
1278                 Make attachments list wheel-scrollable
1279
1280 2006-08-07 [colin]      2.4.0cvs32
1281
1282         * src/gtk/gtkaspell.c
1283                 Fix bug #973 (Unicode punctation characters 
1284                 are not recognized as separators by the
1285                 spell checker); fix unsigned stuff
1286
1287 2006-08-07 [colin]      2.4.0cvs31
1288
1289         * src/compose.c
1290                 Fix bug #956 (DnD text with accents in compose 
1291                 text entry); fix gccc's signed/unsigned fuss
1292
1293 2006-08-06 [colin]      2.4.0cvs30
1294
1295         * src/main.c
1296                 Fix bug #979 (Plugin crashes when exiting 
1297                 sylpheed-claws) : handle exit request only 
1298                 once
1299
1300 2006-08-05 [colin]      2.4.0cvs29
1301
1302         * src/news.c
1303                 Just make sure we have a msgid.
1304
1305 2006-08-05 [colin]      2.4.0cvs28
1306
1307         * src/news.c
1308         * src/summaryview.c
1309                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1310                 by reimplementing it
1311         * src/textview.c
1312                 Fix bug when hiding quotes with level > 3 and quote
1313                 colors are recycled
1314
1315 2006-08-04 [colin]      2.4.0cvs27
1316
1317         * src/compose.c
1318         * src/undo.c
1319         * src/undo.h
1320                 Fix a bit replace-by-pasting undo
1321         * src/mainwindow.c
1322         * src/messageview.c
1323                 Fix Fold quotes menu synchro in
1324                 mainwindow when it changes in 
1325                 messageview
1326         * src/textview.c
1327                 Fix right-click on quotes blocks
1328         * src/common/utils.c
1329                 Verify that the file created by
1330                 my_tmpfile() is writable. Fixes
1331                 bug #988 (very specific filesystem
1332                 issue)
1333         * src/plugins/pgpcore/sgpgme.c
1334                 Fix file descriptor leak
1335         * src/plugins/spamassassin/spamassassin.c
1336                 Warn once if spamd isn't reachable
1337
1338 2006-08-04 [colin]      2.4.0cvs26
1339
1340         * src/toolbar.c
1341                 i18n context patch by Fabien
1342
1343 2006-08-03 [colin]      2.4.0cvs25
1344
1345         * src/mainwindow.c
1346         * src/messageview.c
1347                 Rename "Hide quotes" to "Fold quotes"
1348         * src/textview.c
1349                 Don't use hand cursor on quotes. "all 
1350                 the bonuses of the feature and none of 
1351                 unwelcome side-effects"
1352
1353 2006-08-03 [colin]      2.4.0cvs24
1354
1355         * AUTHORS
1356         * sylpheed-claws.desktop
1357         * src/gtk/authors.h
1358                 Bring the desktop file to XDG compliance
1359                 Patch by Charles A. Edwards
1360
1361 2006-08-03 [colin]      2.4.0cvs23
1362
1363         * src/textview.c
1364                 Fix links offset when they are preceded
1365                 by accentued chars (g_utf8_strlen!)
1366         * src/mainwindow.c
1367                 Fix wrong status when starting offline
1368
1369
1370 2006-08-03 [wwp]        2.4.0cvs22
1371
1372         * src/prefs_common.h
1373                 ask what to do w/ filtering rules that belong to an account when
1374                 applying filtering rules manually from the main window (skip,
1375                 apply regardless of the account, use current account). This dialog
1376                 can be skipped and the last reply used.
1377                 (forgot that file)
1378
1379 2006-08-03 [wwp]        2.4.0cvs21
1380
1381         * src/filtering.c
1382         * src/filtering.h
1383         * src/prefs_common.c
1384         * src/summaryview.c
1385         * src/alertpanel.c
1386         * src/alertpanel.h
1387         * src/messageview.c
1388                 ask what to do w/ filtering rules that belong to an account when
1389                 applying filtering rules manually from the main window (skip,
1390                 apply regardless of the account, use current account). This dialog
1391                 can be skipped and the last reply used.
1392
1393
1394 2006-08-03 [colin]      2.4.0cvs20
1395
1396         * src/textview.c
1397                 Optimize previous patch
1398
1399 2006-08-03 [cleroy]     2.4.0cvs19
1400
1401         * src/textview.c
1402                 Fix quotes getting toggled back when the
1403                 mail has an even number of text parts
1404
1405 2006-08-02 [colin]      2.4.0cvs18
1406
1407         * src/messageview.c
1408                 Add Hide quotes menu
1409
1410 2006-08-02 [colin]      2.4.0cvs17
1411
1412         * src/mainwindow.c
1413         * src/prefs_common.c
1414         * src/textview.c
1415         * src/textview.h
1416         * src/gtk/about.c
1417                 Allow per-level quote hiding,
1418                 Allow toggling quotes by double-clicking them
1419                 Rename RemoteURI to ClickableText to reflect
1420                 the fact it's used for a variety of things
1421
1422 2006-08-02 [wwp]        2.4.0cvs16
1423
1424         * src/mainwindow.c
1425                 fix "View/Hide quotes" menu item status initialization.
1426
1427 2006-08-02 [wwp]        2.4.0cvs15
1428
1429         * src/matcher_parser_parse.y
1430                 remove a debug trace.
1431
1432 2006-08-02 [paul]       2.4.0cvs14
1433
1434         * src/plugins/pgpcore/passphrase.c
1435                 don't set initial dialog size
1436                 make it resizable
1437
1438 2006-08-02 [paul]       2.4.0cvs13
1439
1440         * src/noticeview.c
1441                 remove the rogue '/' character
1442
1443 2006-08-02 [paul]       2.4.0cvs12
1444
1445         * src/noticeview.c
1446                 allow buttons to resize as necessary
1447
1448 2006-08-01 [wwp]        2.4.0cvs11
1449
1450         * src/mbox.c
1451                 fix strict ISO C90 compliance.
1452
1453 2006-08-01 [wwp]        2.4.0cvs10
1454
1455         * tools/update-po
1456                 updated update-po tool to work w/ context-dependent translations.
1457                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1458
1459 2006-08-01 [wwp]        2.4.0cvs9
1460
1461         * src/matcher.c
1462         * src/prefs_filtering.c
1463         * src/prefs_matcher.c
1464                 allow context-dependent translations for "All",
1465                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1466
1467 2006-07-31 [colin]      2.4.0cvs8
1468
1469         * AUTHORS
1470         * src/gtk/authors.h
1471                 Add Rafal to authors
1472
1473 2006-07-31 [colin]      2.4.0cvs7
1474
1475         * src/compose.c
1476         * src/mainwindow.c
1477         * src/messageview.h
1478         * src/prefs_common.c
1479         * src/prefs_common.h
1480         * src/textview.c
1481                 Add 'View/Hide quotes'. Patch based on a patch
1482                 by Rafal Weglarz
1483
1484 2006-07-31 [colin]      2.4.0cvs6
1485
1486         * src/action.c
1487                 Fix problem with "> stuff >" actions
1488
1489 2006-07-31 [paul]       2.4.0cvs5
1490
1491         * po/nb.po
1492                 updated by Geir Helland
1493
1494 2006-07-31 [wwp]        2.4.0cvs4
1495
1496         * src/mainwindow.c
1497         * src/summaryview.c
1498         * src/summaryview.h
1499                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1500                 thanks to Colin.
1501
1502 2006-07-31 [wwp]        2.4.0cvs3
1503
1504         * src/Makefile.am
1505         * src/addr_compl.c
1506         * src/addr_compl.h
1507         * src/addressbook.c
1508         * src/addressbook.h
1509         * src/addressbook_foldersel.c
1510         * src/addressbook_foldersel.h
1511         * src/addrindex.c
1512         * src/addrindex.h
1513         * src/matcher.c
1514         * src/matcher.h
1515         * src/matcher_parser_lex.l
1516         * src/matcher_parser_parse.y
1517         * src/prefs_common.c
1518         * src/prefs_common.h
1519         * src/prefs_filtering.c
1520         * src/prefs_matcher.c
1521         * src/prefs_matcher.h
1522         * src/summaryview.c
1523                 introduce filtering against the address book. It's now possible to add
1524                 matched conditions to determine if any email address in a message matches
1525                 or doesn't match any or all books or folders in the address book.
1526
1527 2006-07-31 [wwp]        2.4.0cvs2
1528
1529         * src/account.c
1530         * src/filtering.c
1531         * src/filtering.h
1532         * src/folder.c
1533         * src/folderview.c
1534         * src/inc.c
1535         * src/mainwindow.c
1536         * src/matcher.c
1537         * src/matcher_parser_lex.l
1538         * src/matcher_parser_parse.y
1539         * src/mbox.c
1540         * src/prefs_filtering.c
1541         * src/prefs_filtering.h
1542         * src/procmsg.c
1543         * src/procmsg.h
1544         * src/summaryview.c
1545                 introduce per-account filtering rules. Each filtering rule can now be assigned
1546                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1547                 when applying filtering rules manually, as all rules will apply - even the ones
1548                 assigned to an account. This issue will be addressed soon.
1549  
1550
1551
1552 2006-07-31 [wwp]        2.4.0cvs1
1553
1554         * src/quote_fmt.c
1555                 make more strings translatable.
1556
1557 2006-07-31 [paul]       2.4.0
1558
1559         2.4.0 released
1560
1561 2006-07-31 [paul]       2.3.1cvs91
1562
1563         * po/ca.po
1564                 updated by Miquel Oliete
1565
1566 2006-07-31 [paul]       2.3.1cvs90
1567
1568         * po/de.po
1569         * po/el.po
1570         * po/fr.po
1571         * po/it.po
1572         * po/pl.po
1573         * po/pt_BR.po
1574         * po/sr.po
1575         * po/zh_CN.po
1576                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1577                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1578                 Aleksandar Urosevic, and Ralgh Young
1579
1580 2006-07-31 [paul]       2.3.1cvs89
1581
1582         * src/account.c
1583         * src/main.c
1584         * src/mainwindow.c
1585         * src/mainwindow.h
1586                 Fix a race condition when, after an SC crash, rescanning
1587                 folders took more than 0.5 seconds
1588                 Thanks to Colin
1589
1590 2006-07-31 [paul]       2.3.1cvs88
1591
1592         * src/folderview.c
1593                 don't translate separator strings
1594
1595 2006-07-30 [mones]      2.3.1cvs87
1596
1597         * doc/man/sylpheed-claws.1
1598                 Fixed non-ASCII chars in Hoa's name
1599         * po/es.po
1600                 Updated for release
1601
1602 2006-07-27 [colin]      2.3.1cvs86
1603
1604         * src/textview.c
1605                 Don't include the leading \n in links
1606                 Patch by Fabien
1607
1608 2006-07-25 [colin]      2.3.1cvs85
1609
1610         * src/mainwindow.c
1611         * src/common/socket.h
1612         * src/etpan/imap-thread.c
1613                 Refresh resolvers before connecting
1614                 to IMAP servers, and after switching
1615                 to online. Thanks to Paul.
1616
1617 2006-07-18 [colin]
1618
1619         * 2.4.0-rc4 released
1620
1621 2006-07-17 [colin]      2.3.1cvs84
1622
1623         * src/inc.c
1624                 Show connection attempt in statusbar before
1625                 connecting (previously first message was
1626                 "Retrieving messages from ..." after the
1627                 connection succeeded.
1628
1629 2006-07-16 [wwp]        2.3.1cvs83
1630
1631         * sylpheed-claws.ico
1632                 Added .ico file (windows multi-size icon file, generated).
1633
1634 2006-07-12 [wwp]        2.3.1cvs82
1635
1636         * src/messageview.c
1637                 remove Message/Re-edit menu entry from messageview window,
1638                 as sent/draft/queued messages are opened in compose window when
1639                 re-edited and it's not possible to re-edit other msgs.
1640
1641 2006-07-12 [paul]       2.3.1cvs81
1642
1643         * AUTHORS
1644         * src/mainwindow.c
1645         * src/gtk/authors.h
1646                 check online state before resetting
1647                 mailcheck timer. Useful if some program
1648                 verifies connection state and updates
1649                 Claws.
1650                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1651
1652 2006-07-12 [paul]       2.3.1cvs80
1653
1654         * sylpheed-claws-128x128.png
1655         * sylpheed-claws-64x64.png
1656         * sylpheed-claws.png
1657         * src/Makefile.am
1658         * src/main.c
1659         * src/prefs_toolbar.c
1660         * src/stock_pixmap.c
1661         * src/stock_pixmap.h
1662         * src/wizard.c
1663         * src/gtk/about.c
1664         * src/gtk/gtkutils.c
1665         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1666         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1667         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1668         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1669         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1670         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1671                 updated and renamed logo/icon files and related
1672                 logo by Jesper Schultz
1673
1674 2006-07-11 [paul]       2.3.1cvs79
1675
1676         * src/main.c
1677                 fix the labels a smidgin
1678
1679 2006-07-09 [colin]      2.3.1cvs78
1680
1681         * src/textview.c
1682                 Show errors in textviewer's command
1683                 Patch by H. Merijn Brand
1684
1685 2006-07-09 [colin]      2.3.1cvs77
1686
1687         * src/compose.c
1688                 Save FMID in drafts too
1689
1690 2006-07-08 [colin]      2.3.1cvs76
1691
1692         * src/compose.c
1693                 Svae RMID in drafted mails too
1694                 Save quote_fmt vars for whole mails,
1695                 don't reset at each quote_fmt_init:
1696                 allows to use the same |i{var} in
1697                 various template fields
1698         * src/prefs_template.c
1699         * src/quote_fmt.h
1700         * src/quote_fmt_parse.y
1701                 Same
1702
1703 2006-07-08 [colin]      2.3.1cvs75
1704
1705         * src/textview.c
1706                 Fix highlighting of attached parts URIs
1707
1708 2006-07-08 [colin]      2.3.1cvs74
1709
1710         * src/main.c
1711                 Prevent bug #981 (sc 2.3.1 segfaults with 
1712                 gtk+ 2.10) from being reported again:
1713                 if Sylpheed-Claws has been compiled against
1714                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1715                 of if Sylpheed-Claws has been compiled against
1716                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1717                 error out.
1718
1719 2006-07-07 [colin]      2.3.1cvs73
1720
1721         * src/prefs_actions.c
1722                 Fix label
1723
1724 2006-07-07 [colin]      2.3.1cvs72
1725
1726         * src/prefs_actions.c
1727                 Fix compile on gtk < 2.8. argh :)
1728
1729 2006-07-07 [paul]       2.3.1cvs71
1730
1731         * src/common/defs.h
1732                 update DONATE_URI
1733
1734 2006-07-07 [colin]      2.3.1cvs70
1735
1736         * po/POTFILES.in
1737         * src/quote_fmt.c
1738         * src/quote_fmt_lex.l
1739         * src/quote_fmt_parse.y
1740                 Add |i{var}, a way to insert user-entered
1741                 text in a template
1742
1743 2006-07-07 [colin]
1744
1745         * 2.4.0-rc3 released
1746
1747 2006-07-07 [colin]      2.3.1cvs69
1748
1749         * src/folder.c
1750                 Don't consider inboxes of UNKNOWN folder 
1751                 classes to be useable as default inboxes
1752
1753 2006-07-07 [paul]       2.3.1cvs68
1754
1755         * src/textview.c
1756                 add missing #include <errno.h>
1757                 Thanks to René J. Blokland
1758
1759 2006-07-07 [paul]       2.3.1cvs67
1760
1761         * src/action.c
1762                 Return now Closes dialog
1763         * src/mimeview.c
1764         * src/mimeview.h
1765         * src/textview.c
1766                 add contextual menu to mime parts listed
1767                 in the textview
1768                 Thanks to Colin
1769         * src/common/utils.c
1770                 reversal: ' is a valid character in URLs
1771
1772 2006-07-06 [colin]      2.3.1cvs66
1773
1774         * src/remotefolder.h
1775                 Forgotten in previous commit
1776
1777 2006-07-06 [colin]      2.3.1cvs65
1778
1779         * src/folder.c
1780                 Set summary update flag whenever
1781                 totals changed
1782         * src/imap.c
1783         * src/prefs_account.c
1784         * src/common/utils.h
1785         * src/etpan/imap-thread.c
1786                 Fix warnings, thanks to Fabien and
1787                 Ricardo
1788
1789 2006-07-06 [wwp]        2.3.1cvs64
1790
1791         * src/gtk/gtkutils.c
1792                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1793
1794 2006-07-06 [wwp]        2.3.1cvs63
1795
1796         * src/account.c
1797         * src/addressbook.c
1798         * src/addressitem.h
1799         * src/folderview.c
1800         * src/mainwindow.c
1801         * src/manual.c
1802         * src/manual.h
1803         * src/message_search.c
1804         * src/prefs_actions.c
1805         * src/prefs_filtering.c
1806         * src/prefs_filtering.h
1807         * src/prefs_template.c
1808         * src/summary_search.c
1809         * src/summaryview.c
1810         * src/gtk/gtkutils.c
1811         * src/gtk/gtkutils.h
1812         * src/gtk/pluginwindow.c
1813                 add help buttons to some dialogs. Clicking such buttons opens a
1814                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1815
1816 2006-07-06 [paul]       2.3.1cvs62
1817
1818         * src/textview.c
1819                 fix attachments contextual menu
1820                 Thanks to Colin
1821
1822 2006-07-05 [colin]      2.3.1cvs61
1823
1824         * src/textview.c
1825         * src/compose.c
1826                 Handle sftp:// links
1827
1828 2006-07-05 [paul]       2.3.1cvs60
1829
1830         * src/gtk/filesel.c
1831                 grab save button by default
1832                 Thanks to Colin
1833
1834 2006-07-05 [wwp]        2.3.1cvs59
1835
1836         * manual/xml2pdf
1837                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1838
1839 2006-07-04 [colin]      2.3.1cvs58
1840
1841         * src/mimeview.c
1842         * src/textview.c
1843                 Use left click to select, middle click to open
1844                 on mimeparts links
1845         * src/common/utils.c
1846                 Fix segfault
1847
1848 2006-07-04 [colin]      2.3.1cvs57
1849
1850         * src/mainwindow.c
1851         * src/news.c
1852                 Warning fixes, thanks to Fabien
1853
1854 2006-07-04 [colin]      2.3.1cvs56
1855
1856         * src/mimeview.c
1857         * src/mimeview.h
1858         * src/textview.c
1859                 Allow parts to be selected via their text label
1860                 in textview
1861
1862 2006-07-04 [colin]      2.3.1cvs55
1863
1864         * src/folderview.c
1865                 Feedback when closing (for big folders)
1866         * src/prefs_actions.c
1867         * src/prefs_filtering.c
1868         * src/prefs_matcher.c
1869         * src/prefs_template.c
1870                 Fix default button when closing without
1871                 having saved
1872
1873 2006-07-04 [colin]      2.3.1cvs54
1874
1875         * src/news.c
1876                 Delete local file on deletion
1877
1878 2006-07-03 [colin]      2.3.1cvs53
1879
1880         * src/folderview.c
1881         * src/main.c
1882                 Don't freeze when rescanning after crash
1883
1884 2006-07-03 [wwp]        2.3.1cvs52
1885
1886         * src/compose.c
1887         * src/privacy.c
1888         * src/privacy.h
1889         * src/plugins/pgpinline/pgpinline.c
1890         * src/plugins/pgpmime/pgpmime.c
1891                 don't report an error when the user cancels the passphrase dialog.
1892
1893 2006-07-02 [colin]      2.3.1cvs51
1894
1895         * src/folderview.c
1896                 Open message when crossing folders with Space,
1897                 goto next unread and friends
1898
1899 2006-07-01 [colin]      2.3.1cvs50
1900
1901         * src/prefs_account.c
1902                 Typographic rules varying from language
1903                 to language (in french "Protocole :"),
1904                 we have to do that :)
1905
1906 2006-07-01 [ticho]      2.3.1cvs49
1907
1908         * src/prefs_account.c
1909                 Only use one temporary gchar* variable in
1910                 prefs_account_protocol_set_optmenu().
1911
1912 2006-07-01 [ticho]      2.3.1cvs48
1913
1914         * src/prefs_account.c
1915         * src/prefs_account.h
1916                 Use GtkLabel for existing account protocol name.
1917                 Created an array for protocol names and populate the
1918                 combobox from it in a for() cycle.
1919
1920 2006-06-30 [colin]      2.3.1cvs47
1921
1922         * src/compose.c
1923                 Block undo when changing signature (by changing
1924                 account)
1925
1926 2006-06-30 [paul]       2.3.1cvs46
1927
1928         * src/send_message.c
1929                 when editing From in the Compose window, use that address
1930                 in the Return-Path: header
1931                 Thanks to Colin
1932
1933 2006-06-30 [colin]      2.3.1cvs45
1934
1935         * src/compose.c
1936                 Fix signature replacement:
1937                 - when no newline before separator
1938                 - when reediting
1939
1940 2006-06-29 [colin]      2.3.1cvs44
1941
1942         * src/folderview.c
1943         * src/folderview.h
1944         * src/mainwindow.c
1945         * src/summaryview.c
1946                 Let 'View/Go to/Next marked' work like
1947                 Next new & Next unread: across folders
1948                 Change the select_on_entry pref to do
1949                 what we want when changing folder
1950         * src/common/utils.c
1951                 Fix single-quoted links 
1952
1953 2006-06-29 [colin]      2.3.1cvs43
1954
1955         * src/gtk/gtkaspell.c
1956                 "Sylpheed" and "Sylpheed-Claws" do exist !
1957
1958 2006-06-29 [colin]      2.3.1cvs42
1959
1960         * src/imap.c
1961                 Forgot to remove debug
1962
1963 2006-06-29 [colin]      2.3.1cvs41
1964
1965         * src/imap.c
1966         * src/imap.h
1967         * src/mainwindow.c
1968                 Disconnect from IMAP servers when going
1969                 offline. Fixes bug #978 (going to offline-mode 
1970                 won't close connections)
1971
1972 2006-06-29 [colin]      2.3.1cvs40
1973
1974         * src/main.c
1975                 Fix transient setting on failing plugins
1976                 Patch by Fabien
1977         * src/plugins/pgpcore/sgpgme.c
1978                 Only warn for OpenPGP. Most people don't
1979                 have CMS available.
1980
1981 2006-06-29 [colin]      2.3.1cvs39
1982
1983         * src/compose.c
1984                 Fix Spelling menu (discrepancy between context menu
1985                 and top menu when folder's dictionary isn't the 
1986                 default one)
1987         * src/plugins/pgpcore/sgpgme.c
1988                 More error reporting about why gpgme can fail
1989
1990 2006-06-29 [wwp]        2.3.1cvs38
1991
1992         * src/mainwindow.c
1993                 honor the display-header-pane setting even when the message view
1994                 is a separate window.
1995
1996 2006-06-29 [wwp]        2.3.1cvs37
1997
1998         * src/prefs_actions.c
1999                 forgot to commit that one (use of GTK_STOCK_INFO).
2000
2001 2006-06-29 [colin]      2.3.1cvs36
2002
2003         * src/imap.c
2004                 Better handling of login errors (ask the password
2005                 again once), alert in case of error. Fix three
2006                 signedness warnings.
2007
2008 2006-06-28 [wwp]        2.3.1cvs35
2009
2010         * src/prefs_template.c
2011         * src/prefs_matcher.c
2012         * src/prefs_filtering_action.c
2013         * src/prefs_quote.c
2014                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2015                 patch by Fabien Vantard, slightly modified.
2016
2017 2006-06-28 [paul]
2018
2019         2.4.0-rc2 released
2020
2021 2006-06-28 [colin]      2.3.1cvs34
2022
2023         * src/prefs_account.c
2024                 Fix bug #977 (Can't add or edit imap accounts)
2025
2026 2006-06-28 [colin]      2.3.1cvs33
2027
2028         * src/mimeview.c
2029                 Fix previous
2030
2031 2006-06-28 [colin]      2.3.1cvs32
2032
2033         * src/mimeview.c
2034                 Save named inlined attachments with "Save all"
2035         * src/main.c
2036         * src/mbox.c
2037         * src/common/plugin.c
2038         * src/common/plugin.h
2039         * src/common/sylpheed.c
2040         * src/common/utils.c
2041         * src/plugins/pgpcore/sylpheed.def
2042         * src/plugins/pgpinline/sylpheed.def
2043         * src/plugins/pgpmime/sylpheed.def
2044                 Win32 compatibility patch, by
2045                 Werner Koch
2046
2047 2006-06-28 [wwp]        2.3.1cvs31
2048
2049         * src/imap.c
2050         * src/prefs_folder_item.c
2051                 less compilation warnings (thanks to Fabien Vantard), less typos.
2052
2053 2006-06-28 [paul]       2.3.1cvs30
2054
2055         * src/gtk/gtkutils.c
2056                 gtk_combo_box_set_focus_on_click() is only
2057                 available since gtk 2.6.0
2058
2059 2006-06-28 [paul]       2.3.1cvs29
2060
2061         * src/prefs_ext_prog.c
2062                 fix engrish and add a tooltip for the
2063                 'command for 'Display as text' option
2064
2065 2006-06-28 [paul]
2066
2067         2.4.0-rc1 released
2068
2069 2006-06-28 [paul]       2.3.1cvs28
2070
2071         * ChangeLog
2072         * tools/Makefile.am
2073                 include textviewer.pl in releases
2074
2075 2006-06-28 [paul]       2.3.1cvs27
2076
2077         * src/prefs_ext_prog.c
2078                 hide Print command option if libgnomeprint
2079                 support is present
2080
2081 2006-06-27 [colin]      2.3.1cvs26
2082
2083         * src/compose.c
2084                 Fix Esc handling in insert/attach dialog
2085                 Don't show this dialog if dragging something
2086                 else than text/uri-list
2087                 Thanks to Fabien Vantard
2088         * tools/textviewer.pl
2089                 Filter script to display stuff as text
2090                 by H. Merijn Brand
2091
2092 2006-06-27 [wwp]        2.3.1cvs25
2093
2094         * src/messageview.c
2095                 use the exact product name (message view title), patch
2096                 by Fabien Vantard.
2097
2098 2006-06-27 [ticho]      2.3.1cvs24
2099
2100         * src/prefs_account.c
2101         * src/prefs_common.c
2102         * src/prefs_common.h
2103         * src/prefs_ext_prog.c
2104         * src/textview.c
2105                 Add a preference (Preferences/External programs)
2106                 to allow "Display as text" to be done via a script
2107                 (patch by H.Merijn Brand).
2108                 Use GtkComboBox for protocol selection in account
2109                 preferences.
2110                 Only include current choice for existing accounts, and
2111                 insensitivize the combobox.
2112
2113 2006-06-27 [paul]       2.3.1cvs23
2114
2115         * src/mbox.c
2116                 fix crasher introduced in cvs21.
2117                 Thanks to Colin
2118
2119 2006-06-26 [colin]      2.3.1cvs22
2120
2121         * src/mbox.c
2122                 Fix double-frees when leaving folders
2123                 after exporting to mbox
2124
2125 2006-06-26 [colin]      2.3.1cvs21
2126
2127         * src/mbox.c
2128                 More feedback (and optimisation)
2129                 on import/export
2130         * src/common/utils.c
2131                 Fix case when looking for mail addresses
2132         * src/gtk/gtkutils.c
2133                 Extra check for (X-)Face
2134
2135 2006-06-25 [ticho]      2.3.1cvs20
2136
2137         * src/compose.c
2138         * src/exphtmldlg.c
2139         * src/gtk/gtkutils.c
2140         * src/gtk/gtkutils.h
2141                 Added second argument to gtkut_sc_combobox_create() to
2142                 control focus-on-click for the widget.
2143                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2144
2145 2006-06-25 [ticho]      2.3.1cvs19
2146
2147         * src/compose.c
2148         * src/gtk/Makefile.am
2149         * src/gtk/combobox.c
2150         * src/gtk/combobox.h
2151         * src/gtk/gtkutils.c
2152         * src/gtk/gtkutils.h
2153                 Use GtkComboBox instead of deprecated GtkOptionMenu
2154                 for account selector in compose window and for encoding
2155                 selector in attachment properties.
2156                 Also factorise working with the new GtkComboBox somewhat.
2157
2158 2006-06-24 [paul]       2.3.1cvs18
2159
2160         * src/prefs_common.c
2161                 use the correct default value
2162
2163 2006-06-24 [paul]       2.3.1cvs17
2164
2165         * src/compose.c
2166         * src/prefs_common.c
2167         * src/prefs_common.h
2168         * src/prefs_compose_writing.c
2169                 enable setting of default action when
2170                 dnd'ing files in the compose window.
2171                 (Collaborative effort with wwp)
2172
2173 2006-06-23 [wwp]        2.3.1cvs16
2174
2175         * src/compose.c
2176                 i18n fix (thanks to Fabien Vantard)
2177
2178 2006-06-22 [colin]      2.3.1cvs15
2179
2180         * src/prefs_customheader.c
2181                 Don't use filters in custom headers' file 
2182                 selector. Remember, extensions mean nothing :)
2183
2184 2006-06-22 [paul]       2.3.1cvs14
2185
2186         * configure.ac
2187                 allow setting of man directory location
2188
2189 2006-06-22 [colin]      2.3.1cvs13
2190
2191         * src/mainwindow.c
2192                 Add 'View/Go to/Next unread folder'.
2193                 I missed that :)
2194
2195 2006-06-22 [colin]      2.3.1cvs12
2196
2197         * src/common/utils.c
2198                 Add some subject prefixes
2199                 Patch by Bjorn T Johansen <btj@havleik.no>
2200
2201 2006-06-22 [colin]      2.3.1cvs11
2202
2203         * manual/advanced.xml
2204                 Forgotten hidden pref
2205
2206 2006-06-21 [paul]       2.3.1cvs10
2207
2208         * src/prefs_account.c
2209                 complete the removal of 'Add date header' option
2210
2211 2006-06-21 [paul]       2.3.1cvs9
2212
2213         * src/account.c
2214         * src/compose.c
2215         * src/prefs_account.c
2216         * src/prefs_account.h
2217                 remove option to add date header - always
2218                 add date header
2219         * src/etpan/imap-thread.c
2220                 fix warnings (Thanks to Colin)
2221
2222 2006-06-21 [wwp]        2.3.1cvs8
2223
2224         * src/folder.c
2225                 set the attachment flag when inline text part are (file)named. This is more convenient
2226                 when receiving (for instance) inline source files or patches sent using thunderbird.
2227
2228 2006-06-21 [paul]       2.3.1cvs7
2229
2230         * src/inc.c
2231                 fix off-by-one count of current msg in
2232                 statusbar filtering progressbar
2233
2234 2006-06-21 [paul]       2.3.1cvs6
2235
2236         * src/folder.c
2237                 Show attachment icon even if the part is 'inline'
2238                 if the following conditions are met:
2239                 - content-type != 'text/plain'
2240                 - content-type != '*/pgp-signature'
2241                 - either 'name' or 'filename' parameter is not NULL
2242                 
2243                 Thanks to Colin
2244
2245 2006-06-21 [paul]       2.3.1cvs5
2246
2247         * src/messageview.c
2248         * src/prefs_common.c
2249         * src/prefs_common.h
2250         * src/prefs_other.c
2251                 add an option to 'Never send Return
2252                 Receipts'
2253                 Thanks to Colin
2254
2255 2006-06-20 [mones]      2.3.1cvs4
2256
2257         * po/es.po
2258                 updated
2259         * src/compose.c
2260                 typo fixed (space after comma)
2261         * tools/make.themes.project
2262                 remove exec mode from tarball files
2263
2264 2006-06-20 [colin]      2.3.1cvs3
2265
2266         * src/news.c
2267         * src/procheader.c
2268         * src/unmime.c
2269                 Better fix for \n's in headers (don't 
2270                 break Received: and others)
2271
2272 2006-06-20 [paul]       2.3.1cvs2
2273
2274         * src/alertpanel.c
2275         * src/textview.c
2276                 improve legibility of phishing attempt
2277                 dialog
2278
2279 2006-06-20 [paul]       2.3.1cvs1
2280
2281         * NEWS
2282         * README
2283         * configure.ac
2284                 Update version number following
2285                 stable release
2286
2287 2006-06-20 [colin]      2.3.0cvs26
2288
2289         * src/compose.c
2290                 When dragging a file to the text of the compose
2291                 window, ask whether we want to insert or attach
2292                 (I know lots of people who do that to attach)
2293
2294 2006-06-20 [colin]      2.3.0cvs25
2295
2296         * src/etpan/imap-thread.c
2297                 Fix threshold (the append command is often > 32 bytes)
2298
2299 2006-06-19 [colin]      2.3.0cvs24
2300
2301         * src/imap.c
2302         * src/etpan/imap-thread.c
2303                 Workaround Rockliffe IMAP server bug: replace
2304                 "x UID SEARCH (ANSWERED UID 1:*)" with
2305                 "x UID SEARCH ANSWERED"
2306                 (Rockliffe doesn't handle the parenthesis)
2307
2308 2006-06-19 [colin]      2.3.0cvs23
2309
2310         * src/compose.c
2311         * src/imap.c
2312         * src/etpan/imap-thread.c
2313                 Probably fix bug #972 (Freezes when adding 
2314                 an attachment to the message)
2315         * src/common/defs.h
2316                 Modernize Firefox cmd
2317
2318
2319 2006-06-18 [colin]      2.3.0cvs22
2320
2321         * src/prefs_customheader.c
2322                 Only allow correct filenames for various
2323                 custom headers
2324
2325 2006-06-18 [colin]      2.3.0cvs21
2326
2327         * src/prefs_customheader.c
2328                 Add a 'From File...' button in custom headers prefs, which
2329                 try to do the right thing: 
2330                 for normal headers, use file as plaintext,
2331                 for X-Face, calls compface,
2332                 for Face, encode to b64.
2333
2334 2006-06-17 [colin]      2.3.0cvs20
2335
2336         * src/mh.c
2337                 Warning fix
2338
2339 2006-06-16 [colin]      2.3.0cvs19
2340
2341         * src/summaryview.c
2342                 Recursive quicksearch: show message list
2343                 in current folder, *then* search children
2344                 in the background.
2345
2346 2006-06-16 [colin]      2.3.0cvs18
2347
2348         * src/main.c
2349                 Instead of ignoring SIGPIPE, save caches
2350                 when getting one. Will fix the fact that
2351                 hot caches are out-of-date when logging 
2352                 out of Xorg.
2353         * src/compose.c
2354         * src/prefs_compose_writing.c
2355                 Only save text (not attachments) when 
2356                 auto-saving to drafts
2357         * src/unmime.c
2358                 Always replace \n, \r and \t with spaces
2359                 in headers
2360         * manual/dist/html/Makefile.am
2361         * manual/dist/pdf/Makefile.am
2362         * manual/dist/ps/Makefile.am
2363         * manual/dist/txt/Makefile.am
2364         * manual/fr/dist/html/Makefile.am
2365         * manual/fr/dist/pdf/Makefile.am
2366         * manual/fr/dist/ps/Makefile.am
2367         * manual/fr/dist/txt/Makefile.am
2368         * manual/pl/dist/html/Makefile.am
2369         * manual/pl/dist/pdf/Makefile.am
2370         * manual/pl/dist/ps/Makefile.am
2371         * manual/pl/dist/txt/Makefile.am
2372                 Fix make clean removing pregenerated manuals
2373
2374
2375 2006-06-16 [colin]      2.3.0cvs17
2376
2377         * src/plugins/pgpcore/sgpgme.c
2378         * src/plugins/pgpmime/pgpmime.c
2379         * src/plugins/pgpinline/pgpinline.c
2380                 Better error reporting in setup_signers.
2381                 Don't fallback to default key if specified
2382                 key isn't found.
2383                 Don't allow signing if more than one secret
2384                 key matches the one specified in prefs.
2385
2386 2006-06-15 [colin]      2.3.0cvs16
2387
2388         * src/folderview.c
2389                 Add "Send queue" in the folder's contextual
2390                 menu
2391         * src/compose.c
2392         * src/messageview.c
2393         * src/privacy.c
2394         * src/privacy.h
2395         * src/procmime.c
2396         * src/procmsg.c
2397         * src/plugins/pgpcore/passphrase.c
2398         * src/plugins/pgpcore/sgpgme.c
2399         * src/plugins/pgpinline/pgpinline.c
2400         * src/plugins/pgpmime/pgpmime.c
2401                 Better error reporting
2402         * src/mbox.c
2403                 Probably fix bug #971 (2.2.3 cannot read mail 
2404                 from local mbox)
2405
2406
2407 2006-06-15 [mones]      2.3.0cvs15
2408
2409         * tools/make.themes.project
2410                 creates the themes project from the web page
2411
2412 2006-06-15 [colin]      2.3.0cvs14
2413
2414         * src/folder.c
2415                 Better fix (avoid losing the folder if scan_tree 
2416                 fails)
2417
2418 2006-06-15 [cleroy]     2.3.0cvs13
2419
2420         * src/folder.c
2421                 Probably fix Bug #969 (crash on rebuilding 
2422                 imap folder)
2423
2424 2006-06-14 [colin]      2.3.0cvs12
2425
2426         * manual/dtd/manual.xsl
2427         * manual/sylpheed-claws-manual.xml
2428         * manual/fr/sylpheed-claws-manual.xml
2429         * manual/pl/sylpheed-claws-manual.xml
2430                 Insert pagebreaks between sections
2431
2432 2006-06-14 [paul]       2.3.0cvs11
2433
2434         * configure.ac
2435                 better fix than 2.3.0cvs10
2436
2437 2006-06-14 [paul]       2.3.0cvs10
2438
2439         * configure.ac
2440                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2441                 (backwards compatible)
2442
2443 2006-06-13 [colin]      2.3.0cvs9
2444
2445         * src/messageview.c
2446                 Fix sending of return receipt with the new queue folders
2447
2448 2006-06-13 [wwp]        2.3.0cvs8
2449
2450         * src/quote_fmt_lex.l
2451                 fix wrong tokens returned in quote_fmt lexer, query not().
2452
2453 2006-06-13 [wwp]        2.3.0cvs7
2454
2455         * src/folder.c
2456         * src/prefs_folder_item.c
2457                 allow changing folder type even when folder is not a top-level one,
2458                 thanks to Colin.
2459
2460 2006-06-12 [colin]      2.3.0cvs6
2461
2462         * src/folderview.c
2463                 Fix double-ask of "Do you want to mark all
2464                 as read"
2465
2466 2006-06-12 [colin]      2.3.0cvs5
2467
2468         * src/compose.c
2469         * src/compose.h
2470         * src/folder.c
2471         * src/folder.h
2472         * src/imap.c
2473         * src/inc.c
2474         * src/main.c
2475         * src/messageview.c
2476         * src/mh.c
2477         * src/prefs_folder_item.c
2478         * src/procheader.c
2479         * src/procmime.c
2480         * src/procmsg.c
2481         * src/procmsg.h
2482         * src/send_message.c
2483         * src/summaryview.c
2484         * src/toolbar.c
2485                 Apply bug #964's patch (Queue and drafts aren't normal)
2486                 The Drafts and Queue folder now contain RFC-822 files,
2487                 allowing to move and copy mails from and to these 
2488                 folders. Moving from Drafts to Queue will prepare the
2489                 mail for sending (PGP signature, encryption, etc).
2490                 This patch also rework sending errors handling to try
2491                 to be more helpful.
2492                 Also, allow redefining folder types via the GUI 
2493                 (Folder type in its Properties)
2494
2495 2006-06-12 [colin]      2.3.0cvs4
2496
2497         * src/summaryview.c
2498         * src/prefs_common.c
2499         * src/prefs_common.h
2500         * src/gedit-print.c
2501                 Allow to define a specific print font - patch
2502                 by Bernhard Walle <bernhard.walle@gmx.de>
2503         * src/prefs_fonts.c
2504         * manual/advanced.xml
2505         * manual/fr/advanced.xml
2506                 Add a hidden pref to allow deletion without
2507                 confirmation
2508
2509 2006-06-12 [wwp]        2.3.0cvs3
2510
2511         * .cvsignore
2512                 more files to ignore.
2513
2514 2006-06-12 [wwp]        2.3.0cvs2
2515
2516         * src/quote_fmt.c
2517         * src/quote_fmt_lex.l
2518         * src/quote_fmt_parse.y
2519                 extend the quote_fmt parser (templates and quotes):
2520                 - allow limited sub-expressions in |p{} and |f{} expressions,
2521                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2522                 - implemented/fixed missing implementation of query_references and show_references,
2523                 - completed, fixed contents and format of the symbols help dialog,
2524                 - fix some compilation warnings.
2525
2526 2006-06-12 [wwp]        2.3.0cvs1
2527
2528         * manual/advanced.xml
2529         * manual/fr/advanced.xml
2530                 updates in the "templates" section of the manual (eng/fr):
2531                  - be more precise (both versions)
2532                  - completed to match the english reference (fr version)
2533                  - touchups (both versions)
2534
2535 2006-06-12 [paul]       2.3.0
2536
2537         2.3.0 released
2538
2539 2006-06-12 [paul]       2.2.3cvs14
2540
2541         * po/ca.po
2542         * po/cs.po
2543         * po/de.po
2544         * po/el.po
2545         * po/fr.po
2546         * po/it.po
2547         * po/pt_BR.po
2548         * po/sr.po
2549         * po/zh_CN.po
2550                 updated by Miquel Oliete, Tim, Stephan Sachse,
2551                 Stavros Giannouris, Fabien Vantard, Andrea
2552                 Spadaccini, Frederico Goncalves Guimaraes,
2553                 Aleksandar Urosevic, and Ralgh Young
2554
2555 2006-06-12 [colin]      2.2.3cvs13
2556
2557         * src/mbox.c
2558                 Add missing header
2559
2560 2006-06-11 [colin]      2.2.3cvs12
2561
2562         * src/msgcache.c
2563                 Verify that g_malloc() succeeded
2564
2565 2006-06-11 [colin]      2.2.3cvs11
2566
2567         * src/wizard.c
2568                 Add Face header to welcome mail
2569
2570 2006-06-10 [colin]      2.2.3cvs10
2571
2572         * src/textview.c
2573                 Revert previous (Forgot it changes the
2574                 margin on the whole mail)
2575
2576 2006-06-10 [colin]      2.2.3cvs9
2577
2578         * src/textview.c
2579                 Don't overlap long headers under (X-)Face
2580
2581 2006-06-10 [mones]      2.2.3cvs8
2582
2583         * manual/xml2pdf
2584                 allow generation of manual on systems lacking saxon binary
2585                 but with java and the saxon library installed
2586
2587         * po/es.po
2588                 updated for release
2589
2590 2006-06-09 [colin]      2.2.3cvs7
2591
2592         * src/summaryview.c
2593                 Fix leak when using Display Sender using Addressbook
2594
2595 2006-06-09 [colin]      2.2.3cvs6
2596
2597         * src/compose.c
2598         * src/folder.c
2599         * src/folderview.c
2600         * src/mimeview.c
2601         * src/summaryview.c
2602                 More leaks fixes
2603
2604 2006-06-09 [paul]       2.2.3cvs5
2605
2606         * AUTHORS
2607         * src/gtk/authors.h
2608         * tools/claws.i18n.status.pl
2609                 updated with new info
2610
2611 2006-06-09 [paul]       2.2.3cvs4
2612
2613         * README
2614                 updated
2615         * manual/ack.xml
2616                 add wwp to authors list
2617         * src/gtk/authors.h
2618                 update mine and Colin's addresses
2619
2620 2006-06-08 [colin]      2.2.3cvs3
2621
2622         * src/etpan/imap-thread.c
2623                 Fix leak on SSL cert check
2624
2625 2006-06-08 [colin]      2.2.3cvs2
2626
2627         * src/common/utils.c
2628                 Fix leak
2629
2630 2006-06-08 [paul]       2.2.3cvs1
2631
2632         * configure.ac
2633                 Update version number following
2634                 stable release
2635
2636 2006-06-07 [colin]      2.2.2cvs3
2637
2638         * src/msgcache.c
2639                 Fix catching cache read errors (guint instead of gint)
2640                 Prevent malloc'ing more than 8MB (means cache corruption)
2641
2642 2006-06-07 [paul]       2.2.2cvs2
2643
2644         * src/exporthtml.c
2645         * src/exportldif.c
2646         * src/mh.c
2647         * src/mutt.c
2648         * src/pine.c
2649         * src/common/utils.c
2650                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2651                 obey $HOME'
2652                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2653                 Thanks to Colin
2654
2655 2006-06-06 [paul]       2.2.2cvs1
2656
2657         * configure.ac
2658                 Update version number following
2659                 stable release
2660
2661 2006-06-06 [paul]       2.2.1cvs6
2662
2663         * src/matcher.c
2664                 fix  implicit declaration of
2665                 sylpheed_do_idle()
2666                 Patch by Fabien Vantard
2667
2668 2006-06-06 [paul]       2.2.1cvs5
2669
2670         * src/matcher.c
2671                 fix age_greater and age_lower so that they
2672                 mean what say and not '...or equal to'
2673                 Thanks to Colin
2674
2675 2006-06-06 [paul]       2.2.1cvs4
2676
2677         * src/textview.c
2678         * src/common/utils.c
2679                 fix URI check
2680                 Thanks to Colin
2681
2682 2006-06-05 [wwp]        2.2.1cvs3
2683
2684         * manual/fr/account.xml
2685                 minor language fixes (thanks to Fabien Vantard).
2686
2687 2006-06-05 [colin]      2.2.1cvs2
2688
2689         * src/prefs_folder_item.c
2690         * src/folderview.c
2691                 Allow recursive setting of properties 
2692                 for whole mailboxes
2693         * src/matcher.c
2694                 Don't freeze on 'test' filtering rule
2695
2696 2006-06-05 [colin]      2.2.1cvs1
2697
2698         * configure.ac
2699                 Update version number following
2700                 stable release
2701
2702 2006-06-04 [wwp]        2.2.0cvs82
2703
2704         * manual/glossary.xml
2705         * manual/account.xml
2706         * manual/fr/glossary.xml
2707         * manual/fr/account.xml
2708                 added glossary section and references/links related to the Face custom header.
2709
2710 2006-06-04 [colin]      2.2.0cvs81
2711
2712         * src/summaryview.c
2713                 Skip to next message on move with no
2714                 immediate execution
2715
2716 2006-06-04 [wwp]        2.2.0cvs80
2717
2718         * manual/xml2pdf
2719                 added sanity checks, exit when needed.
2720
2721 2006-06-03 [paul]       2.2.0cvs79
2722
2723         * src/prefs_receive.c
2724                 page name is now 'Receiving'
2725         * src/prefs_send.c
2726                 page name is now 'Sending'
2727
2728 2006-06-03 [colin]      2.2.0cvs78
2729
2730         * src/plugins/spamassassin/spamassassin_gtk.c
2731                 Autoswitch to Localhost if transport was previously
2732                 disabled. Else people had to check [] Enable, then
2733                 *reselect* transport.
2734
2735 2006-06-03 [colin]      2.2.0cvs77
2736
2737         * src/plugins/pgpinline/pgpinline.c
2738         * src/plugins/pgpmime/pgpmime.c
2739                 Check that gpg_data_release_and_get_mem 
2740                 didn't fail (now, why this happens...)
2741
2742 2006-06-03 [colin]      2.2.0cvs76
2743
2744         * src/mbox.c
2745                 Fix bug #962 (Manual and/or UI should 
2746                 warn about incompatible locking 
2747                 causing dataloss)
2748
2749 2006-06-02 [cleroy]     2.2.0cvs75
2750
2751         * src/filtering.c
2752         * src/folder.c
2753         * src/procmsg.c
2754         * src/summaryview.c
2755                 Fix a few leaks
2756
2757 2006-06-02 [colin]      2.2.0cvs74
2758
2759         * src/main.c
2760                 On exit, free caches after writing them
2761                 Shuts up some valgrind false positives
2762         * src/procmsg.c
2763         * src/send_message.c
2764                 Fix races when reusing existing SMTP connections
2765                 Fix inexistant session timeout
2766         * src/toolbar.c
2767                 Display alertpanel after all queues have
2768                 been processed, not after each
2769
2770 2006-06-02 [wwp]        2.2.0cvs73
2771
2772         * manual/fr/glossary.xml
2773         * manual/fr/ack.xml
2774         * manual/ack.xml
2775                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2776
2777 2006-06-02 [wwp]        2.2.0cvs72
2778
2779         * manual/xml2pdf
2780         * manual/dist/pdf/Makefile.am
2781         * manual/dtd/manual.xsl
2782         * manual/fr/dist/pdf/Makefile.am
2783         * manual/pl/dist/pdf/Makefile.am
2784                 we changed the procedure to generate the .pdf version of the manual.
2785                 The procedure is more modern and the .pdf we get now has a valid index.
2786                 Here are the new pre-requisites:
2787
2788                 - JRE 1.x (1.4 here): there must be one from your distro
2789                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2790                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2791                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2792
2793                 See my posts for further info about the installation of this toolchain:
2794
2795                 Date: Fri, 19 May 2006 19:40:06 +0200
2796                 From: wwp <subscript@free.fr>
2797                 To: sylpheed-claws-devel@lists.sourceforge.net
2798                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2799
2800                 and
2801
2802                 Date: Wed, 24 May 2006 12:58:49 +0200
2803                 From: wwp <subscript@free.fr>
2804                 To: sylpheed-claws-devel@lists.sourceforge.net
2805                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2806
2807 2006-06-01 [colin]      2.2.0cvs71
2808
2809         * src/compose.c
2810                 Better guards against IMAP races
2811         * src/main.c
2812         * src/prefs_common.c
2813         * src/prefs_common.h
2814         * src/common/ssl_certificate.c
2815         * src/etpan/imap-thread.c
2816         * src/etpan/imap-thread.h
2817         * src/gtk/sslcertwindow.c
2818                 New hidden option ssl_skip_cert_check to 
2819                 avoid dups of bug #959 (libetpan linked
2820                 against gnutls and gnutls buggy on 64bit)
2821                 Present expired warning only once per
2822                 session/server.
2823         * manual/advanced.xml
2824         * manual/fr/advanced.xml
2825                 Document new option
2826
2827 2006-06-01 [wwp]        2.2.0cvs70
2828
2829         * src/messageview.c
2830                 fix for bug #961 (return receipt dialog 
2831                 complains incorrectly about return-path 
2832                 email adress being different), thanks 
2833                 to Colin.
2834
2835 2006-05-31 [cleroy]     2.2.0cvs69
2836
2837         * src/common/ssl.c
2838                 Guard against NULLs, although this
2839                 should never be an issue
2840
2841 2006-05-31 [colin]      2.2.0cvs68
2842
2843         * src/filtering.c
2844                 Use g_slist_prepend
2845         * src/imap.c
2846                 Don't remove caches when destroying folder, it
2847                 could (should) be done at exit
2848         * src/inc.c
2849                 free processing cache after incorporation
2850         * src/etpan/imap-thread.c
2851                 Maybe fix bug #959 (Crash on moving to emails 
2852                 to a imap account per ssl with a expired 
2853                 certificate.)
2854
2855 2006-05-30 [colin]      2.2.0cvs67
2856
2857         * src/summaryview.c
2858                 Put back event flush when displaying message
2859                 It avoids reading a bunch of messages just
2860                 by hitting shift-n for too long ;)
2861
2862 2006-05-29 [colin]      2.2.0cvs66
2863
2864         * src/summaryview.c
2865                 Remove useless g_warnings
2866
2867 2006-05-29 [colin]      2.2.0cvs65
2868
2869         * src/imap.c
2870                 Fix g_slist_append()s for performance
2871
2872 2006-05-29 [colin]      2.2.0cvs64
2873
2874         * src/compose.c
2875         * src/common/utils.c
2876                 Fix extraneous tab at start of addresses
2877         * src/mainwindow.c
2878                 Fix warnings (thanks to Fabien)
2879                 Fix crash at exit when composing messages 
2880                 exist
2881         * src/pop.c
2882                 Fix progress bar when deleting expired mails
2883                 Thanks to Hiro
2884         * src/summaryview.c
2885         * src/gtk/gtksctree.c
2886                 Fix re-sorting slowness
2887
2888 2006-05-29 [paul]       2.2.0cvs63
2889
2890         * src/mh.c
2891                 fetch full message when moving mails
2892                 from another mailbox, (fixed data loss
2893                 when filtering from IMAP to MH, introduced
2894                 in 2.2.0cvs57).
2895                 Thanks to Colin
2896
2897 2006-05-29 [mones]      2.2.0cvs62
2898
2899         * src/gtk/gtksctree.c
2900                 Unselect faster (patch by Colin)        
2901
2902 2006-05-26 [colin]      2.2.0cvs61
2903
2904         * src/summaryview.c
2905                 Unplug MSGINFO_UPDATE callback on delete too.
2906
2907 2006-05-26 [colin]      2.2.0cvs60
2908
2909         * src/foldersel.c
2910                 Fix bold in folder selection window with glib2.10
2911                 thanks Hiro
2912
2913 2006-05-26 [colin]      2.2.0cvs59
2914
2915         * src/procheader.c
2916                 Convert date only if necessary (and don't
2917                 try to convert from utf8 to utf8, too)
2918         * src/summaryview.c
2919                 Only set column's text if the column's 
2920                 displayed
2921
2922 2006-05-26 [colin]      2.2.0cvs58
2923
2924         * src/summaryview.c
2925         * src/gtk/gtkutils.c
2926                 Fix useless warning
2927
2928 2006-05-26 [colin]      2.2.0cvs57
2929
2930         * src/mainwindow.c
2931                 Make summaryview selectable as long as 
2932                 no message has focus
2933         * src/mh.c
2934                 Faster deletion (by implementing mh_remove_msgs)
2935                 Faster copy (avoid using mh_fetch_msg just to get
2936                 the filename)
2937                 Faster move (using move_file instead of copy_file
2938                 if MSG_IS_MOVE)
2939                 No progressbar if total number of mails to cp/mv 
2940                 is less than 100
2941         * src/summaryview.c
2942                 Fix removal from subject_table when mail gets moved
2943                 Faster deletion (g_slist_prepend instead of append)
2944         * src/gtk/gtksctree.c
2945                 Remove useless code
2946
2947 2006-05-25 [colin]      2.2.0cvs56
2948
2949         * src/common/ssl_certificate.c
2950                 Fix leak in expired cert check
2951
2952 2006-05-25 [colin]      2.2.0cvs55
2953
2954         * src/mh.c
2955                 Disable flags syncing on .mh_sequences - it
2956                 is buggy and marks mails read under unknown
2957                 conditions.
2958
2959 2006-05-25 [paul]
2960
2961         * 2.3.0-rc4 released
2962
2963 2006-05-24 [colin]      2.2.0cvs54
2964
2965         attention cvs users: if you manage to crash
2966         Sylpheed-Claws while moving, copying or deleting
2967         mails, we *are* interested in stack traces and
2968         valgrind logs. It looks stable, but one never
2969         knows...
2970
2971         * src/folder.c
2972                 Add progressbar for cache updates
2973         * src/folderutils.c
2974                 Optimize Mark all read in the current
2975                 folder
2976         * src/mh.c
2977                 Add progressbar for copy/move
2978         * src/procmsg.c
2979                 Optimize O(n^2) in copy/move
2980         * src/summaryview.c
2981         * src/gtk/gtksctree.c
2982                 Optimize O(n^2) algos
2983         * src/common/timing.h
2984                 Display ms instead of us
2985
2986 2006-05-24 [wwp]        2.2.0cvs53
2987
2988         * manual/fr/advanced.xml
2989                 updates to the French manual.
2990
2991 2006-05-24 [wwp]        2.2.0cvs52
2992
2993         * src/common/utils.c
2994                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2995
2996 2006-05-24 [wwp]        2.2.0cvs51
2997
2998         * src/folderutils.c
2999                 fixed "mark all read" in MH folders (thanks to Colin).
3000
3001 2006-05-24 [paul]       2.2.0cvs50
3002
3003         * doc/man/sylpheed-claws.1
3004                 updated the man page
3005
3006 2006-05-23 [colin]      2.2.0cvs49
3007
3008         * src/folderview.c
3009         * src/imap.c
3010         * src/inc.c
3011         * src/mbox.c
3012         * src/messageview.c
3013         * src/news.c
3014         * src/send_message.c
3015         * src/summaryview.c
3016         * src/gtk/sslcertwindow.c
3017                 alertpanel fixes, by Fabien
3018
3019 2006-05-23 [colin]      2.2.0cvs48
3020
3021         * src/folder.c
3022         * src/folderview.c
3023         * src/msgcache.c
3024         * src/summaryview.c
3025         * src/gtk/gtksctree.c
3026         * src/gtk/gtksctree.h
3027                 More timings
3028                 Fix slow loading problem, which was caused by the
3029                 use of some gtk_ctree funcs and their use of
3030                 g_list_position while gtk_ctree_(un)link'ing.
3031                 Reap more functions from gtkctree.c to be sure we
3032                 use our (fast) version instead of theirs.
3033         * src/mh.c
3034                 Fix copy of unread mails
3035
3036
3037 2006-05-22 [wwp]        2.2.0cvs47
3038
3039         * manual/fr/advanced.xml
3040                 updated.
3041
3042 2006-05-22 [colin]      2.2.0cvs46
3043
3044         * src/filtering.c
3045                 Fix possible infinite loop. 'copy' is not a 
3046                 final action, so when encountering a 'copy',
3047                 we have to check if a previous one was set
3048                 and do it. In the same way, if we encounter
3049                 a 'move' we have to perform a possibly 
3050                 pending 'copy'. This will slow down filtering
3051                 on IMAP if move+copy or multiple copy actions
3052                 are to be done, but handling it via the batch
3053                 would be really too convoluted.
3054
3055 2006-05-22 [wwp]        2.2.0cvs45
3056
3057         * manual/fr/advanced.xml
3058         * manual/fr/faq.xml
3059         * manual/fr/glossary.xml
3060         * manual/fr/handling.xml
3061         * manual/fr/intro.xml
3062         * manual/fr/plugins.xml
3063         * manual/fr/sylpheed-claws-manual.xml
3064                 sync w/ the english manual: updates URIs, documented mailing-list
3065                 support, better explanation about the enabled/disabled feature
3066                 in filtering/processing rules by Paul.
3067
3068 2006-05-21 [colin]      2.2.0cvs44
3069
3070         * src/summaryview.c
3071                 Don't expand after building threads, but during
3072
3073 2006-05-21 [colin]      2.2.0cvs43
3074
3075         * src/procmsg.c
3076         * src/summaryview.c
3077                 More timing possibilities... For next time I have 
3078                 to find out how the hell some 3GHz computer takes
3079                 one minute to open a 30k folder...
3080
3081 2006-05-21 [colin]      2.2.0cvs42
3082
3083         * manual/pl/advanced.xml
3084         * manual/pl/faq.xml
3085         * manual/pl/glossary.xml
3086         * manual/pl/handling.xml
3087         * manual/pl/intro.xml
3088         * manual/pl/plugins.xml
3089         * manual/pl/sylpheed-claws-manual.xml
3090                 Polish manual updated by Pawel
3091
3092 2006-05-20 [colin]
3093
3094         * 2.3.0-rc3 released
3095
3096 2006-05-20 [colin]      2.2.0cvs41
3097
3098         * src/imap.c
3099                 Fix -rc2 problems:
3100                 - remove cache of moved messages from original folder
3101                 - apply new flags to messages even if they aren't appliable
3102                   via IMAP.
3103
3104 2006-05-20 [colin]
3105
3106         * 2.3.0-rc2 released
3107
3108 2006-05-19 [colin]      2.2.0cvs40
3109
3110         * src/imap.c
3111                 Don't issue SELECT in imap_change_flags
3112                 before having checked that we indeed have
3113                 some flags to change. MSG_POSTFILTERED for
3114                 example can't be used on IMAP.
3115                 Fixes bug #955 (copying messages between 
3116                 imap folders is extremely slow), which was
3117                 a regression.
3118
3119 2006-05-19 [colin]      2.2.0cvs39
3120
3121         * src/folder.c
3122         * src/folder.h
3123         * src/folderview.c
3124                 Try to fix bug #830 (Some unread messages 
3125                 get marked read in IMAP inbox):
3126                 - Prevent scanning a folder if it's being 
3127                   opened via the GUI
3128                 - Postpone opening via the GUI of a folder
3129                   currently scanned.
3130
3131
3132 2006-05-19 [wwp]        2.2.0cvs38
3133
3134         * manual/advanced.xml
3135                 fix English+typo (thanks to Paul).
3136
3137 2006-05-19 [wwp]        2.2.0cvs37
3138
3139         * manual/advanced.xml
3140         * manual/fr/advanced.xml
3141         * src/gtk/logwindow.c
3142         * src/prefs_common.c
3143         * src/prefs_common.h
3144                 added hidden prefs to allow customization of colors used in
3145                 protocol log window (useful for dark gtk+ themes).
3146
3147 2006-05-19 [wwp]        2.2.0cvs36
3148
3149         * ChangeLog
3150                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3151
3152 2006-05-19 [paul]       2.2.0cvs35
3153
3154         * src/textview.c
3155                 make Reply-To fully clickable
3156         * src/gtk/logwindow.c
3157                 more colouring (SMTP ESMTP)
3158         Both patches by Pawel Pekala
3159
3160 2006-05-19 [cleroy]     2.2.0cvs34
3161
3162         * src/mh.c
3163                 Don't update flags from current folder
3164                 Probably fixes bug #935 (Read Messages 
3165                 Revert to Being Marked as Unread)
3166
3167 2006-05-18 [colin]      2.2.0cvs33
3168
3169         * src/imap.c
3170                 Warning fix
3171         * src/compose.c
3172         * src/mainwindow.c
3173         * src/summaryview.c
3174         * src/toolbar.c
3175                 Allow replying to multiple emails
3176                 in multiple windows
3177         * src/mimeview.c
3178         * src/etpan/imap-thread.c
3179                 Leak fixes
3180
3181 2006-05-18 [paul]       2.2.0cvs32
3182
3183         * src/summaryview.c
3184                 keep Mailing-List menu refreshed
3185                 Thanks to Colin
3186
3187 2006-05-18 [paul]       2.2.0cvs31
3188
3189         * manual/advanced.xml
3190         * manual/faq.xml
3191         * manual/glossary.xml
3192         * manual/handling.xml
3193         * manual/intro.xml
3194         * manual/plugins.xml
3195         * manual/sylpheed-claws-manual.xml
3196                 update URLs
3197                 add info about mailing-list support
3198                 edit filtering info
3199         * src/wizard.c
3200         * src/common/defs.h
3201         * src/gtk/about.c
3202         * src/plugins/dillo_viewer/README
3203                 update URLs
3204
3205 2006-05-17 [wwp]        2.2.0cvs30
3206
3207         * manual/handling.xml
3208         * manual/fr/handling.xml
3209                 documented the ability to enabled/disable filtering/processing rules.
3210
3211 2006-05-17 [colin]      2.2.0cvs29
3212
3213         * src/main.c
3214                 Don't initialize g_thread subsystem if it's 
3215                 already done (thanks to Hiro)
3216         * src/mimeview.c
3217                 Fix saving of parts when there name can't be
3218                 converted from UTF-8.
3219
3220 2006-05-17 [paul]       2.2.0cvs28
3221
3222         * po/Makefile.in.in
3223                 fix config.status warning with autoconf 2.60
3224
3225 2006-05-17 [paul]       2.2.0cvs27
3226
3227         * po/POTFILES.in
3228                 add src/mbox.c
3229
3230 2006-05-17 [wwp]        2.2.0cvs26
3231
3232         * src/mainwindow.c
3233                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3234
3235 2006-05-17 [wwp]        2.2.0cvs25
3236
3237         * src/plugins/demo/demo.c
3238                 updated product name in plugin demo (many plugins need to be
3239                 sync'ed w/ that change).
3240
3241 2006-05-17 [colin]      2.2.0cvs24
3242
3243         * src/mh.c
3244                 Fix leak
3245
3246 2006-05-16 [colin]      2.2.0cvs23
3247
3248         * src/mainwindow.c
3249                 Stupid me hit again. Fix cvs22.
3250
3251 2006-05-16 [colin]      2.2.0cvs22
3252
3253         * src/mainwindow.c
3254                 Fix bug #922 (sylpheed-claws crashed after 
3255                 pushing on Inbox folder)
3256
3257 2006-05-16 [colin]      2.2.0cvs21
3258
3259         * src/compose.c
3260                 Make From header be copy/paste/select-able
3261
3262 2006-05-16 [wwp]        2.2.0cvs20
3263
3264         * src/export.c
3265         * src/matcher.c
3266         * src/summaryview.c
3267         * src/etpan/imap-thread.c
3268                 fix some compiler warnings (thanks to Colin).
3269
3270 2006-05-16 [wwp]        2.2.0cvs19
3271
3272         * src/action.c
3273         * src/gedit-print.c
3274         * src/inc.c
3275         * src/mainwindow.c
3276         * src/mh.c
3277         * src/statusbar.c
3278         * src/send_message.c
3279         * src/summaryview.c
3280                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3281
3282 2006-05-15 [colin]      2.2.0cvs18
3283
3284         * src/procmsg.c
3285                 Fix automatic rule creation with List-Post
3286
3287 2006-05-15 [paul]       2.2.0cvs17
3288
3289         * tools/filter_conv_new.pl
3290                 updated for rule enabling/disabling
3291                 claws version >= 2.3.x required
3292
3293 2006-05-15 [cleroy]     2.2.0cvs16
3294
3295         * src/main.c
3296                 Revert test
3297
3298 2006-05-15 [cleroy]     2.2.0cvs15
3299
3300         * src/main.c
3301                 test
3302
3303 2006-05-15 [wwp]        2.2.0cvs14
3304
3305         * manual/pl/.cvsignore
3306                 ignore generated files.
3307
3308 2006-05-14 [wwp]        2.3.0-rc1
3309
3310         * 2.3.0-rc1 released
3311
3312 2006-05-13 [wwp]        2.2.0cvs13
3313
3314         * src/filtering.c
3315         * src/filtering.h
3316         * src/matcher.c
3317         * src/matcher_parser_lex.l
3318         * src/matcher_parser_parse.y
3319         * src/prefs_filtering.c
3320                 new feature: provide the ability to disable filtering and processing
3321                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3322                 adaptations.
3323
3324 2006-05-13 [colin]      2.2.0cvs12
3325
3326         * src/compose.c
3327                 Remove useless if (a) b; else b;
3328                 Thanks to wwp
3329
3330 2006-05-13 [wwp]        2.2.0cvs11
3331
3332         * src/export.c
3333         * src/import.c
3334         * src/mainwindow.c
3335         * src/mbox.c
3336         * src/summaryview.c
3337         * src/summaryview.h
3338                 no more silent failures (or at least less ones) when importing
3339                 or exporting from/to mbox. Also start importing/exporting if
3340                 the necessary info is set.
3341
3342 2006-05-13 [wwp]        2.2.0cvs10
3343
3344         * RELEASE_NOTES
3345                 restored up-to-date release notes.
3346
3347 2006-05-13 [paul]       2.2.0cvs9
3348
3349         * po/nl.po
3350         * po/ru.po
3351                 updated by Tim Dijkstra and Pavlo Bohmat
3352
3353 2006-05-12 [colin]      2.2.0cvs8
3354
3355         * src/gtk/quicksearch.c
3356                 Add "k" as shortcut for "colorlabel". Patch
3357                 by ath42@users.sf.net.
3358
3359 2006-05-12 [paul]       2.2.0cvs7
3360
3361         * src/prefs_common.h
3362         * src/prefs_summaries.c
3363         * src/summaryview.c
3364                 when entering a folder also allow
3365                 going directly to first Marked message
3366
3367 2006-05-12 [paul]       2.2.0cvs6
3368
3369         * src/summaryview.c
3370                 always obey 'confirm before marking all
3371                 mails read' option
3372
3373 2006-05-12 [paul]       2.2.0cvs5
3374
3375         * src/textview.c
3376                 make Sender fully clickable
3377
3378 2006-05-12 [colin]      2.2.0cvs4
3379
3380         * src/compose.c
3381         * src/compose.h
3382                 Let From be editable
3383         * src/main.c
3384         * src/mh.c
3385                 Full support of .mh_sequences' Unseen seq
3386
3387 2006-05-12 [colin]      2.2.0cvs3
3388
3389         * src/folder.c
3390         * src/mainwindow.c
3391         * src/mainwindow.h
3392         * src/messageview.c
3393         * src/prefs_spelling.c
3394         * src/procheader.c
3395         * src/procmsg.c
3396         * src/procmsg.h
3397         * src/summaryview.c
3398         * src/toolbar.c
3399         * src/toolbar.h
3400                 Add contextual menu on Compose toolbar
3401                 button. Fixes bug #944 (Automatic
3402                 addresses not applied when changing account
3403                 from compose window)
3404                 add Mailing List support
3405                 based on the old 0.6.5claws25 patch by
3406                 Melvin Hadasht, with finishing touches
3407                 by Colin
3408                 Fix "ignore thread" when mails are threaded by
3409                 subject (and weren't ignored although appearing
3410                 in the thread).
3411                 GUI rework.
3412                 Both patches by Pawel.
3413
3414 2006-05-08 [paul]       2.2.0cvs2
3415
3416         * src/mainwindow.c
3417         * src/mainwindow.h
3418         * src/messageview.c
3419         * src/procheader.c
3420         * src/procmsg.c
3421         * src/procmsg.h
3422         * src/summaryview.c
3423                 add Mailing List support
3424                 based on the old 0.6.5claws25 patch by 
3425                 Melvin Hadasht, with finishing touches
3426                 by Colin
3427
3428 2006-05-08 [colin]      2.2.0cvs1
3429
3430         * src/mainwindow.c
3431         * src/toolbar.c
3432         * src/toolbar.h
3433                 Add contextual menu on Compose toolbar 
3434                 button. Fixes bug #944 (Automatic 
3435                 addresses not applied when changing account 
3436                 from compose window)
3437
3438 2006-05-08 [paul]       2.2.0
3439
3440         2.2.0 released
3441
3442 2006-05-08 [paul]       2.1.1cvs51
3443
3444         * po/cs.po
3445         * po/de.po
3446         * po/en_GB.po
3447         * po/fi.po
3448         * po/fr.po
3449         * po/pt_BR.po
3450         * po/sr.po
3451         * po/zh_CN.po
3452                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3453                 Fabien Vantard, Frederico Goncalves Guimaraes,
3454                 Aleksandar Urosevic, and Ralgh Young
3455
3456 2006-05-12 [colin]      2.1.1cvs50
3457
3458         * po/cs.po
3459         * po/de.po
3460         * po/en_GB.po
3461         * po/es.po
3462         * po/fi.po
3463         * po/fr.po
3464         * po/pt_BR.po
3465         * po/sr.po
3466         * po/zh_CN.po
3467                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3468                 Fabien Vantard, Frederico Goncalves Guimaraes,
3469                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3470
3471 2006-05-05 [colin]      2.1.1cvs49
3472
3473         * manual/Makefile.am
3474         * manual/pl/Makefile.am
3475         * manual/pl/account.xml
3476         * manual/pl/ack.xml
3477         * manual/pl/addrbook.xml
3478         * manual/pl/advanced.xml
3479         * manual/pl/faq.xml
3480         * manual/pl/glossary.xml
3481         * manual/pl/gpl.xml
3482         * manual/pl/handling.xml
3483         * manual/pl/intro.xml
3484         * manual/pl/keyboard.xml
3485         * manual/pl/plugins.xml
3486         * manual/pl/starting.xml
3487         * manual/pl/sylpheed-claws-manual.xml
3488         * manual/pl/dist/.cvsignore
3489         * manual/pl/dist/Makefile.am
3490         * manual/pl/dist/html/.cvsignore
3491         * manual/pl/dist/html/Makefile.am
3492         * manual/pl/dist/pdf/.cvsignore
3493         * manual/pl/dist/pdf/Makefile.am
3494         * manual/pl/dist/ps/.cvsignore
3495         * manual/pl/dist/ps/Makefile.am
3496         * manual/pl/dist/txt/.cvsignore
3497         * manual/pl/dist/txt/Makefile.am
3498                 Add the polish translation of the manual,
3499                 Authored by Pawel Pekala.
3500
3501 2006-05-05 [cleroy]     2.1.1cvs48
3502
3503         * src/main.c
3504                 Re-read matcherrc after loading plugins 
3505                 if some of them add folders.
3506
3507 2006-05-03 [colin]      2.1.1cvs47
3508
3509         * src/imap.c
3510                 I'm idiot
3511
3512 2006-05-03 [colin]      2.1.1cvs46
3513
3514         * src/imap.c
3515                 Be sure to have a session when
3516                 getting separator
3517
3518 2006-05-03 [colin]      2.1.1cvs45
3519
3520         * src/imap.c
3521         * src/imap.h
3522         * src/imap_gtk.c
3523                 Fix preventing renaming with namespace 
3524                 separator.
3525
3526 2006-05-01 [colin]      2.1.1cvs44
3527
3528         * src/action.c
3529                 Don't reload messageview when result of
3530                 action is piped.
3531
3532 2006-04-29 [colin]      2.1.1cvs43
3533
3534         * src/prefs_receive.c
3535         * src/plugins/spamassassin/spamassassin_gtk.c
3536         * src/plugins/clamav/clamav_plugin_gtk.c
3537                 GUI fixes by Pawel
3538
3539 2006-04-29 [colin]      2.1.1cvs42
3540
3541         * src/prefs_compose_writing.c
3542         * src/prefs_quote.c
3543                 Cleanups. Patch by Pawel
3544
3545 2006-04-28 [paul]       2.1.1cvs41
3546
3547         * src/matcher.c
3548                 fix returned quick search results when search
3549                 term contains an underscore.
3550                 Thanks to Colin
3551
3552 2006-04-28 [paul]       2.1.1cvs40
3553
3554         * src/prefs_message.c
3555         * src/prefs_receive.c
3556                 GUI cleanups
3557                 Patches by Pawel Pekala
3558
3559 2006-04-27 [colin]      2.1.1cvs39
3560
3561         * src/wizard.c
3562                 Differentiate subject Welcome from
3563                 window's title Welcome
3564
3565 2006-04-27 [paul]
3566
3567         2.2.0-rc1 released
3568
3569 2006-04-27 [paul]       2.1.1cvs38
3570
3571         * manual/advanced.xml
3572         * manual/fr/advanced.xml
3573                 add info about compose_no_markup hidden pref
3574
3575 2006-04-27 [paul]       2.1.1cvs37
3576
3577         * src/prefs_account.c
3578                 improve privacy labels
3579         * src/prefs_msg_colors.c
3580                 change some strings for translators' convenience
3581         * src/gtk/gtkutils.c
3582                 don't underline the link button text
3583
3584 2006-04-25 [colin]      2.1.1cvs36
3585
3586         * src/folder.c
3587                 Complete 2.1.1cvs33 (once more ;)
3588
3589 2006-04-25 [colin]      2.1.1cvs35
3590
3591         * src/editldap.c
3592                 Fix tooltip
3593
3594 2006-04-25 [cleroy]     2.1.1cvs34
3595
3596         * src/compose.c
3597         * src/gtk/gtkaspell.c
3598                 Fix crash on redirect (related to the return 
3599                 of the aspell menu in compose's toolbar)
3600         * src/prefs_msg_colors.c
3601                 Fix sensitivity widgets
3602         * src/image_viewer.c
3603         * src/gtk/pluginwindow.c
3604         * src/gtk/prefswindow.c
3605                 Change released signals to clicked (Fabien)
3606         * po/POTFILES.in
3607         * src/common/socket.c
3608         * src/plugins/spamassassin/spamassassin.c
3609                 Translate strings (Fabien)
3610
3611 2006-04-25 [paul]       2.1.1cvs33
3612
3613         * src/folder.c
3614         * src/folder.h
3615         * src/folderview.c
3616                 complete the fix of bug #912
3617                 Thanks to Colin
3618
3619 2006-04-25 [colin]      2.1.1cvs32
3620
3621         * src/news.c
3622                 Better progress bar
3623         * src/mimeview.c
3624         * src/summaryview.c
3625         * src/summaryview.h
3626                 Fix focus chain
3627                 Patches by Pawel Pekala
3628
3629 2006-04-24 [colin]      2.1.1cvs31
3630
3631         * src/compose.c
3632                 Fix compilation warnings (Fabien)
3633
3634 2006-04-24 [colin]      2.1.1cvs30
3635
3636         * src/addrindex.c
3637         * src/editldap.c
3638         * src/editldap_basedn.c
3639         * src/editldap_basedn.h
3640         * src/ldapctrl.c
3641         * src/ldapctrl.h
3642         * src/ldapquery.c
3643         * src/ldaputil.c
3644         * src/ldaputil.h
3645                 Fix bug #901 (LDAPS support)
3646
3647 2006-04-24 [colin]      2.1.1cvs29
3648
3649         * src/compose.c
3650                 Fix logic on error with send dialog on
3651         * src/imap.c
3652                 Fix compilation without libetpan, thanks
3653                 to Fabien
3654         * src/summaryview.c
3655                 Fix 'context-menu' key
3656
3657 2006-04-23 [colin]      2.1.1cvs28
3658
3659         * src/folder.c
3660                 Never free current's cache to free up 
3661                 memory. Fixes bug #912 (new count 
3662                 randomly set to message count)
3663
3664 2006-04-23 [colin]      2.1.1cvs27
3665
3666         * src/gtk/quicksearch.c
3667                 And remove printf...
3668
3669 2006-04-23 [colin]      2.1.1cvs26
3670
3671         * src/gtk/quicksearch.c
3672                 Fix replacing in quicksearch, and fix inserting
3673                 in the middle of the string. (introduced at 2.1.0cvs22)
3674
3675 2006-04-23 [colin]      2.1.1cvs25
3676
3677         * src/imap.c
3678                 Make sure uidnext is initialized in get_num_list
3679                 (not for stable, related to 2.1.1cvs8 and friends)
3680
3681 2006-04-23 [colin]      2.1.1cvs24
3682
3683         * src/imap.c
3684                 Output something when login is successful
3685                 too
3686
3687 2006-04-23 [colin]      2.1.1cvs23
3688
3689         * src/etpan/imap-thread.c
3690                 Better logging (line-per-line, hide data in fetch)
3691                 Fix a const warning
3692         * src/gtk/logwindow.c
3693         * src/gtk/logwindow.h
3694                 Better logging (color for input/output)
3695
3696 2006-04-21 [colin]      2.1.1cvs22
3697
3698         * src/gtk/quicksearch.c
3699                 On gtk+-2.8, use stock buttons in quicksearch
3700                 Based on a patch by Fabien and a design by Paul
3701
3702 2006-04-21 [colin]      2.1.1cvs21
3703
3704         * src/folderview.c
3705         * src/mainwindow.c
3706                 Fix occasional flicker in folderview
3707         * src/common/utils.c
3708                 Fix bug #943 (Incorrectly parsed email address 
3709                 list in short headers on message view and in 
3710                 printouts)
3711
3712 2006-04-20 [colin]      2.1.1cvs20
3713
3714         * src/imap.c
3715         * src/imap.h
3716         * src/prefs_account.c
3717                 Add ANONYMOUS auth for IMAP
3718
3719 2006-04-20 [paul]       2.1.1cvs19
3720
3721         * src/main.c
3722                 proper fix for 2.1.1cvs18
3723                 Thanks to Colin
3724
3725 2006-04-20 [paul]       2.1.1cvs18
3726
3727         * src/main.c
3728                 fix build warnings
3729
3730 2006-04-20 [paul]       2.1.1cvs17
3731
3732         * src/gtk/quicksearch.c
3733                 fix standard, non-extended Quick search,
3734                 was broken in 2.1.1cvs15.
3735                 Thanks to Colin.
3736
3737 2006-04-20 [colin]      2.1.1cvs16
3738
3739         * src/prefs_matcher.c
3740                 Fix values when reselecting a ~test
3741                 rule
3742
3743 2006-04-19 [colin]      2.1.1cvs15
3744
3745         * src/compose.c
3746         * src/compose.h
3747         * src/gtk/gtkaspell.c
3748         * src/gtk/gtkaspell.h
3749                 Put back Options menu in Spelling/
3750         * src/gtk/quicksearch.c
3751                 Don't search, and show error, if the
3752                 advanced search has a syntax error
3753
3754 2006-04-18 [colin]      2.1.1cvs14
3755
3756         * src/textview.c
3757                 Fix gdk warnings on set_cursor when textview
3758                 isn't visible
3759
3760 2006-04-18 [colin]      2.1.1cvs13
3761
3762         * src/gtk/gtksctree.c
3763                 Remove seemingly useless refresh that causes
3764                 flicker - watch this commit in case of 
3765                 problems before planned backport to stable
3766
3767 2006-04-18 [colin]      2.1.1cvs12
3768
3769         * src/imap.c
3770                 Factorize get/set_xml code
3771         * src/compose.c
3772         * src/prefs_account.c
3773         * src/prefs_account.h
3774         * src/procmsg.c
3775                 Add Encrypt to self option
3776
3777 2006-04-17 [colin]      2.1.1cvs11
3778
3779         * configure.ac
3780                 Fix search on encrpyt function on dragonfly
3781                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3782
3783 2006-04-17 [colin]      2.1.1cvs10
3784
3785         * src/prefs_account.c
3786                 Be safe by default: remove mails from POP3
3787                 after 7 days, not immediately
3788
3789 2006-04-17 [colin]      2.1.1cvs9
3790
3791         * src/etpan/imap-thread.c
3792                 Fix build on DragonFly - patch by 
3793                 Jonathan Buschmann <jonthn@agmact.com>
3794
3795 2006-04-17 [colin]      2.1.1cvs8
3796
3797         * src/imap.c
3798                 Save uidnext between sessions
3799
3800 2006-04-17 [colin]      2.1.1cvs7
3801
3802         * src/imap.c
3803                 scan is required when uid validity changes
3804
3805 2006-04-17 [colin]      2.1.1cvs6
3806
3807         * src/folderview.c
3808                 Don't scan if not necessary, apart in current
3809                 folder and INBOX to fetch flags.
3810         * src/imap.c
3811                 Scan is necessary if unread count changes
3812
3813 2006-04-17 [colin]      2.1.1cvs5
3814
3815         * src/imap.c
3816                 ...But always fetch ANSWERED and DELETED flags for
3817                 INBOX, as filtering can happen on these flags.
3818
3819 2006-04-17 [colin]      2.1.1cvs4
3820
3821         * src/imap.c
3822                 Don't fetch REPLIED and DELETED flags when synchronising
3823                 flags with a closed folder. We only need UNSEEN and FLAGGED
3824                 to update the folderview.
3825
3826 2006-04-17 [colin]      2.1.1cvs3
3827
3828         * src/imap.c
3829                 Faster flag search when there are new mails 
3830                 in a folder. We can do a full search if the 
3831                 folder contains less messages than the new
3832                 list.
3833
3834 2006-04-17 [colin]      2.1.1cvs2
3835
3836         * po/cs.po
3837         * po/de.po
3838         * po/fr.po
3839         * po/nl.po
3840         * po/pt_BR.po
3841                 Update translations from stable branch
3842
3843 2006-04-17 [colin]      2.1.1cvs1
3844
3845         * configure.ac
3846                 Bump version to follow stable release
3847
3848 2006-04-16 [mones]      2.1.0cvs50
3849
3850         * po/es.po
3851                 Updated for release
3852
3853 2006-04-16 [colin]      2.1.0cvs49
3854
3855         * src/textview.c
3856                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3857                 with gtk < 2.8. Thanks to Fabien Vantard.
3858
3859 2006-04-15 [colin]      2.1.0cvs48
3860
3861         * src/etpan/imap-thread.c
3862                 Fix bug #919 (libetpan: SEGV when connecting 
3863                 using command)
3864
3865 2006-04-14 [colin]      2.1.0cvs47
3866
3867         * src/main.c
3868                 Fix race on --select (should be done better)
3869
3870 2006-04-14 [wwp]        2.1.0cvs46
3871
3872         * src/send_message.c
3873                 enforce a check for domain in account prefs (a sending
3874                 error could be faced if domain was checked but no value set),
3875                 thanks to Colin.
3876
3877 2006-04-14 [colin]      2.1.0cvs45
3878
3879         * src/codeconv.c
3880                 when converting from unknown to unknown, if the
3881                 string is UTF8, don't convert it to the locale
3882                 (which breaks it)
3883
3884 2006-04-14 [colin]      2.1.0cvs44
3885
3886         * src/compose.c
3887                 Don't try to use ASCII for converting headers
3888                 (as done in body)
3889
3890 2006-04-14 [paul]       2.1.0cvs43
3891
3892         * src/crash.c
3893                 add locale/charset info to crash report
3894         * src/gtk/about.c
3895                 add wwp to doc team
3896                 replace 'e-mail' with preferred 'email'
3897         * src/gtk/authors.h
3898                 ensure contributors list is in alphabetical
3899                 order
3900
3901 2006-04-13 [colin]      2.1.0cvs42
3902
3903         * src/textview.c
3904                 Prevent gdk warnings
3905
3906 2006-04-13 [colin]      2.1.0cvs41
3907
3908         * src/common/ssl_certificate.c
3909         * src/common/ssl_certificate.h
3910         * src/gtk/sslcertwindow.c
3911                 Warn on expired certs, and display the expiration date
3912
3913 2006-04-13 [colin]      2.1.0cvs40
3914
3915         * src/plugins/spamassassin/spamassassin_gtk.c
3916                 Fix missing set_text on unix socket
3917
3918 2006-04-13 [wwp]        2.1.0cvs39
3919
3920         * manual/fr/advanced.xml
3921         * manual/fr/glossary.xml
3922                 applied new spam/ham/email lexicon (pourriel, courriel)
3923
3924 2006-04-13 [paul]       2.1.0cvs38
3925
3926         * src/plugins/pgpmime/plugin.c
3927                 remove the mention of S/MIME from the
3928                 description. This is now handled by the
3929                 S/MIME plugin.
3930
3931 2006-04-13 [paul]       2.1.0cvs37
3932
3933         * src/prefs_msg_colors.c
3934                 rework dialog
3935         * src/prefs_folder_item.c
3936         * src/prefs_spelling.c
3937                 add a tooltip to the colour selector buttons
3938
3939 2006-04-13 [wwp]        2.1.0cvs36
3940
3941         * manual/advanced.xml
3942         * manual/glossary.xml
3943         * manual/handling.xml
3944         * manual/keyboard.xml
3945         * manual/plugins.xml
3946         * manual/starting.xml
3947         * manual/fr/account.xml
3948         * manual/fr/ack.xml
3949         * manual/fr/addrbook.xml
3950         * manual/fr/advanced.xml
3951         * manual/fr/faq.xml
3952         * manual/fr/glossary.xml
3953         * manual/fr/gpl.xml
3954         * manual/fr/handling.xml
3955         * manual/fr/intro.xml
3956         * manual/fr/keyboard.xml
3957         * manual/fr/plugins.xml
3958         * manual/fr/starting.xml
3959         * manual/fr/sylpheed-claws-manual.xml
3960                 fixes to the manuals:
3961                  - summaryview -> Message List (same in French)
3962                  - translate key names
3963                  - fix French punctuation, use non-breakable spaces when
3964                    necessary, don't use &thinsp; which is not portable
3965                  - tell what maildir and mbox formats we support
3966
3967 2006-04-12 [wwp]        2.1.0cvs35
3968
3969         * src/prefs_toolbar.c
3970                 unified a replace button more,
3971                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3972
3973 2006-04-12 [wwp]        2.1.0cvs34
3974
3975         * src/prefs_common.c
3976         * src/prefs_msg_colors.c
3977                 make default color labels translatable,
3978                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3979                 thanks to Tim <timbrain@post.cz> for reporting.
3980
3981 2006-04-12 [wwp]        2.1.0cvs33
3982
3983         * manual/glossary.xml
3984         * manual/intro.xml
3985         * manual/plugins.xml
3986         * manual/starting.xml
3987         * manual/sylpheed-claws-manual.xml
3988         * manual/fr/.cvsignore
3989         * manual/fr/account.xml
3990         * manual/fr/ack.xml
3991         * manual/fr/addrbook.xml
3992         * manual/fr/advanced.xml
3993         * manual/fr/faq.xml
3994         * manual/fr/glossary.xml
3995         * manual/fr/handling.xml
3996         * manual/fr/intro.xml
3997         * manual/fr/keyboard.xml
3998         * manual/fr/plugins.xml
3999         * manual/fr/starting.xml
4000         * manual/fr/sylpheed-claws-manual.xml
4001                 various fixes: typos, missing .fr translations, punctuation,
4002                 capitalization, links, accents and some bad French more.
4003
4004 2006-04-12 [wwp]        2.1.0cvs32
4005
4006         * src/prefs_gtk.c
4007                 fix for bug #935: always store prefs files in UTF-8 (thanks
4008                 to Colin).
4009
4010 2006-04-11 [colin]      2.1.0cvs31
4011
4012         * src/compose.c
4013                 Fix inserting files not in utf8 when locale is utf8
4014
4015 2006-04-11 [colin]      2.1.0cvs30
4016
4017         * src/inc.c
4018                 Don't show error dialog when cancelling connection
4019                 Patch by Pawel
4020
4021 2006-04-11 [cleroy]     2.1.0cvs29
4022
4023         * src/compose.c
4024                 Implement multiple quote levels
4025         * src/prefs_common.c
4026                 Change a little bit the quote bgcolor for 2nd level
4027
4028 2006-04-11 [colin]      2.1.0cvs28
4029
4030         * src/gtk/about.c
4031                 Add locale and charset in the label
4032
4033 2006-04-10 [colin]      2.1.0cvs27
4034
4035         * src/compose.c
4036         * src/prefs_common.c
4037         * src/prefs_common.h
4038         * src/prefs_msg_colors.c
4039         * src/textview.c
4040                 Allow optional background color in quotes
4041                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4042                 GTK+-2.8.x feature
4043
4044 2006-04-10 [colin]      2.1.0cvs26
4045
4046         * src/main.c
4047         * src/mainwindow.c
4048         * src/mainwindow.h
4049                 Implement --select
4050
4051 2006-04-10 [colin]      2.1.0cvs25
4052
4053         * manual/plugins.xml
4054         * manual/fr/plugins.xml
4055                 Document libcurl's proxy variables
4056
4057 2006-04-09 [colin]      2.1.0cvs24
4058
4059         * src/prefs_common.c
4060                 gettext() returns statically allocated stuff. We have
4061                 to strdup it in order to be able to free it.
4062
4063 2006-04-09 [colin]      2.1.0cvs23
4064
4065         * AUTHORS
4066         * src/gtk/authors.h
4067                 Add Alexei
4068
4069 2006-04-09 [colin]      2.1.0cvs22
4070
4071         * src/mainwindow.c
4072         * src/gtk/quicksearch.c
4073                 Fix bug #859 (problems with cyrilic input in 
4074                 search panel) - Patch by Alexey Illarionov 
4075                 <littlesavage@rambler.ru>
4076
4077 2006-04-09 [colin]      2.1.0cvs21
4078
4079         * src/prefs_customheader.c
4080                 I prefer removing then freeing rather than the contrary
4081                 (even if it doesn't change anything ;-)
4082         * src/prefs_account.c
4083                 Fix bug #933 (Crash re-entering the custom headers list 
4084                 dialog in accounts prefs)
4085                 The problem happened when cancelling the Account 
4086                 Preferences' dialogs - in which case we didn't do 
4087                 anything to the PrefsAccount * struct. In case of applying,
4088                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4089                 working with in this dialog. The problem is that 
4090                 prefs_customheader.c, working on this tmp_ac_prefs, always
4091                 changes the ->customhdr_list pointer, even when cancelled. 
4092                 So in case of cancelling the prefs_account dialog, we still
4093                 have to update ->customhdr_list in the real account.
4094
4095 2006-04-08 [colin]      2.1.0cvs20
4096
4097         * manual/fr/glossary.xml
4098         * manual/fr/keyboard.xml
4099                 Forgot some headers :)
4100
4101 2006-04-08 [colin]      2.1.0cvs19
4102
4103         * manual/Makefile.am
4104         * manual/fr/Makefile.am
4105         * manual/fr/account.xml
4106         * manual/fr/ack.xml
4107         * manual/fr/addrbook.xml
4108         * manual/fr/advanced.xml
4109         * manual/fr/faq.xml
4110         * manual/fr/glossary.xml
4111         * manual/fr/gpl.xml
4112         * manual/fr/handling.xml
4113         * manual/fr/intro.xml
4114         * manual/fr/keyboard.xml
4115         * manual/fr/plugins.xml
4116         * manual/fr/starting.xml
4117         * manual/fr/sylpheed-claws-manual.xml
4118         * manual/fr/dist/.cvsignore
4119         * manual/fr/dist/Makefile.am
4120         * manual/fr/dist/html/.cvsignore
4121         * manual/fr/dist/html/Makefile.am
4122         * manual/fr/dist/pdf/.cvsignore
4123         * manual/fr/dist/pdf/Makefile.am
4124         * manual/fr/dist/ps/.cvsignore
4125         * manual/fr/dist/ps/Makefile.am
4126         * manual/fr/dist/txt/.cvsignore
4127         * manual/fr/dist/txt/Makefile.am
4128                 Add the french translation of the manual. Thanks to
4129                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4130                 account.xml, ack.xml, addrbook.xml and advanced.xml
4131
4132 2006-04-08 [colin]      2.1.0cvs18
4133
4134         * manual/plugins.xml
4135         * manual/starting.xml
4136                 More fixes
4137
4138 2006-04-07 [colin]      2.1.0cvs17
4139
4140         * manual/faq.xml
4141         * manual/intro.xml
4142         * manual/keyboard.xml
4143                 Little fixes
4144
4145 2006-04-07 [colin]      2.1.0cvs16
4146
4147         * README
4148         * src/compose.c
4149         * src/prefs_common.c
4150         * src/prefs_common.h
4151                 Add hidden compose_no_markup pref
4152
4153 2006-04-07 [wwp]        2.1.0cvs15
4154
4155         * src/summary_search.c
4156         * .cvsignore
4157                 Bugfix: stop button was sticky when searching in an empty folder.
4158                 Applied curly brackets code style to the whole file (summary_search.c).
4159                 More files to ignore.
4160
4161 2006-04-07 [wwp]        2.1.0cvs14
4162
4163         * src/message_search.c
4164         * src/summary_search.c
4165                 changed default button when search bumps at file/folder
4166                 beginning or end, for convenience (thanks to Colin).
4167
4168 2006-04-07 [paul]       2.1.0cvs13
4169
4170         * src/plugins/dillo_viewer/dillo_prefs.c
4171                 avoid future potential for namespace collision
4172                 Patch by Colin
4173
4174 2006-04-06 [wwp]        2.1.0cvs12
4175
4176         * src/summary_search.c
4177                 Unify extended/advanced searches names (and thus factorize labels),
4178                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4179
4180 2006-04-06 [wwp]        2.1.0cvs11
4181
4182         * src/folderview.c
4183         * src/prefs_themes.c
4184         * src/summaryview.c
4185                 Fixed some compilation warnings.
4186
4187 2006-04-06 [colin]      2.1.0cvs10
4188
4189         * manual/advanced.xml
4190                 Document the wizard template and how to deploy
4191                 Sylpheed-Claws effectively
4192
4193 2006-04-06 [colin]      2.1.0cvs9
4194
4195         * src/folderview.c
4196                 gettext patch to tell translators about _("#"),
4197                 by Maxim Britov
4198
4199 2006-04-06 [colin]      2.1.0cvs8
4200
4201         * src/textview.c
4202                 Fix invalid GtkTextBIter after clicking "Display as text"
4203
4204 2006-04-06 [mones]      2.1.0cvs7
4205
4206         * src/addr_compl.c
4207         * src/addrindex.c
4208         * src/addritem.c
4209         * src/codeconv.c
4210         * src/compose.c
4211         * src/filtering.c
4212         * src/folder.c
4213         * src/folder_item_prefs.c
4214         * src/folderview.c
4215         * src/localfolder.c
4216         * src/matcher.c
4217         * src/mimeview.c
4218         * src/prefs_msg_colors.c
4219         * src/prefs_spelling.c
4220         * src/prefs_themes.c
4221         * src/procmime.c
4222         * src/procmsg.c
4223         * src/stock_pixmap.c
4224         * src/summaryview.c
4225         * src/textview.c
4226         * src/toolbar.c
4227         * src/common/mgutils.c
4228         * src/common/prefs.c
4229         * src/common/ssl_certificate.c
4230         * src/gtk/colorlabel.c
4231         * src/gtk/quicksearch.c
4232         * src/plugins/pgpmime/pgpmime.c
4233         * src/plugins/spamassassin/spamassassin.c
4234                 Removed redundant NULL checks for g_free() calls.
4235                 Patch by Pawel Pekala.
4236
4237 2006-04-06 [mones]      2.1.0cvs6
4238
4239         * src/prefs_actions.c
4240         * src/prefs_filtering.c
4241         * src/prefs_filtering_action.c
4242         * src/prefs_matcher.c
4243         * src/prefs_template.c
4244         * src/gtk/gtkutils.c
4245         * src/gtk/gtkutils.h
4246                 Have a nice replace button. Patch by Pawel Pekala
4247
4248 2006-04-06 [colin]      2.1.0cvs5
4249
4250         * src/addressbook.c
4251                 Fix crash with empty columns
4252
4253 2006-04-05 [colin]      2.1.0cvs4
4254
4255         * src/wizard.c
4256         * src/prefs_gtk.c
4257                 Allow wizard customization with pre-filled values
4258
4259 2006-04-05 [colin]      2.1.0cvs3
4260
4261         * src/textview.c
4262         * src/mimeview.c
4263         * src/mimeview.h
4264                 Nicer messages in mimeview
4265
4266 2006-04-05 [colin]      2.1.0cvs2
4267
4268         * src/addressbook.c
4269         * src/prefs_summaries.c
4270                 i18n fix
4271
4272 2006-04-05 [colin]      2.1.0cvs1
4273
4274         * src/plugins/pgpcore/plugin.c
4275         * src/plugins/pgpcore/select-keys.c
4276         * src/plugins/pgpcore/select-keys.h
4277         * src/plugins/pgpcore/sgpgme.c
4278         * src/plugins/pgpcore/sgpgme.h
4279         * src/plugins/pgpinline/pgpinline.c
4280         * src/plugins/pgpinline/plugin.c
4281         * src/plugins/pgpmime/pgpmime.c
4282         * src/plugins/pgpmime/plugin.c
4283                 Factorize and generalize a bit 
4284                 Drop S/MIME signature verification from PGP/MIME
4285                 (adding it as another, more complete plugin)
4286
4287 2006-04-05 [paul]       2.1.0
4288
4289         2.1.0 released
4290
4291 2006-04-05 [paul]       2.0.0cvs186
4292
4293         * manual/advanced.xml
4294                 add info on colour labels
4295
4296 2006-04-05 [paul]       2.0.0cvs185
4297
4298         * po/bg.po
4299         * po/cs.po
4300         * po/de.po
4301         * po/el.po
4302         * po/en_GB.po
4303         * po/fi.po
4304         * po/fr.po
4305         * po/it.po
4306         * po/nl.po
4307         * po/pl.po
4308         * po/pt_BR.po
4309         * po/sr.po
4310         * po/zh_CN.po
4311                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4312                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4313                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4314                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4315         * src/gtk/authors.h
4316         * tools/claws.i18n.status.pl
4317                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4318                 and new Czech translator, Tim <timbrain@post.cz>
4319
4320 2006-04-05 [mones]      2.0.0cvs184
4321
4322         * po/es.po
4323                 Updated translation
4324
4325 2006-04-05 [colin]      2.0.0cvs183
4326
4327         * src/gtk/quicksearch.c
4328                 Fix bug #929 (unnecessary reload in quick search bar)
4329
4330 2006-04-05 [colin]      2.0.0cvs182
4331
4332         * src/compose.c
4333                 Fix crash on Reply with no From:
4334                 Show signature and conversion error on queuing 
4335                 (but not sending)
4336         * src/mainwindow.c
4337         * src/summaryview.c
4338         * src/summaryview.h
4339                 Factorize threading code and make sure msginfo 
4340                 is not null when it comes from a GtkCTreeRow's 
4341                 data
4342         * src/gtk/gtkaspell.c
4343                 Check for necessary things
4344         * src/gtk/gtksctree.c
4345         * src/gtk/gtksctree.h
4346                 Reset anchor if necessary when removing node
4347
4348 2006-03-29 [colin]      2.0.0cvs181
4349
4350         * src/folderview.c
4351                 Warn for disabled IMAP accounts (due to lack of
4352                 libetpan). Breaks string-freeze - sorry - but it
4353                 is kind of important ;)
4354
4355 2006-03-28 [colin]      2.0.0cvs180
4356
4357         * src/gtk/gtkutils.c
4358         * src/gtk/gtkutils.h
4359                 Add a gtkut_get_link_btn() function that
4360                 creates a button which acts like an URI
4361         * src/prefs_themes.c
4362         * src/gtk/about.c
4363                 Use this function (factorizes codes)
4364         * src/common/defs.h
4365         * src/gtk/pluginwindow.c
4366                 Add a "Get more..." in the plugins window
4367
4368 2006-03-28 [colin]      2.0.0cvs179
4369
4370         * src/common/smtp.c
4371         * src/common/passcrypt.c
4372         * src/undo.c
4373                 Warning fixes. Patch by Pawel Pekala
4374
4375 2006-03-27 [colin]      2.0.0cvs178
4376
4377         * src/undo.c
4378                 Fix undoing by blocks with spaces
4379
4380 2006-03-27 [colin]      2.0.0cvs177
4381
4382         * src/textview.c
4383                 Set margin to 3px for headers
4384
4385 2006-03-27 [paul]
4386
4387         2.1.0-rc2 released
4388
4389 2006-03-27 [wwp]        2.0.0cvs176
4390
4391         * src/summaryview.c
4392                 don't reset quicksearch when updating the message list.
4393                 Thanks to Colin.
4394
4395 2006-03-26 [wwp]        2.0.0cvs175
4396
4397         * src/compose.c
4398                 use a unified border width ('other' tab in the compose window,
4399                 patch by Pawel Pekala).
4400
4401
4402 2006-03-26 [wwp]        2.0.0cvs174
4403
4404         * src/common/quoted-printable.c
4405         * src/addressbook.c
4406                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4407
4408 2006-03-26 [colin]      2.0.0cvs173
4409
4410         * src/quote_fmt_parse.y
4411                 Fix non-UTF8 date formats messing up the whole quote a 
4412                 little bit
4413
4414 2006-03-26 [colin]      2.0.0cvs172
4415
4416         * src/procheader.c
4417                 Make sure the date is UTF8 valid, or try to make it
4418                 so. IncrediMail is really IncrediStupid.
4419         * src/compose.c
4420                 Fix possible conversions. 
4421                 
4422
4423 2006-03-26 [colin]      2.0.0cvs171
4424
4425         * src/matcher.c
4426                 Fix corner cases in body search. This is still a
4427                 hack... It seems impossible to make it good and 
4428                 reasonably fast at the same time.
4429
4430 2006-03-26 [colin]      2.0.0cvs170
4431
4432         * src/summaryview.c
4433                 I think I killed the twilight zone bug!
4434                 summary_select_node() flushes GTK events in order
4435                 to be able to center the view. But this also 
4436                 flushes keypresses like Ctrl-Alt-U, so this can
4437                 call summary_show from summary_select_node (itself
4438                 called from summary_show, etc.). And the summaryview
4439                 has to be unlocked in this function. So just locking
4440                 while processing GTK events, and bailing if locked, 
4441                 should fix it.
4442                 Fixes bug #927 (SIGSEGV during Update Summary)
4443
4444 2006-03-25 [colin]      2.0.0cvs169
4445
4446         * src/matcher.c
4447                 Fix search in QP-encoded bodies
4448                 Fix utf-8 searches in bodies encoded in the
4449                 locale's encoding
4450         * src/common/quoted-printable.c
4451         * src/common/quoted-printable.h
4452                 Add a decode function that doesn't overwrite
4453                 the original pointer
4454                 
4455
4456 2006-03-24 [colin]      2.0.0cvs168
4457
4458         * src/action.c
4459         * src/summaryview.c
4460         * src/summaryview.h
4461                 Update message cache after action
4462                 Patch by H. Merijn Brand
4463         * src/prefs_msg_colors.c
4464                 Factorize label 
4465                 Patch by Fabien Vantard
4466         * src/plugins/spamassassin/spamassassin_gtk.c
4467                 Remove useless translation
4468                 Patch by Fabien Vantard
4469
4470 2006-03-23 [colin]      2.0.0cvs167
4471
4472         * src/common/ssl.c
4473                 Let 30 seconds to SSL_connect
4474
4475 2006-03-23 [wwp]        2.0.0cvs166
4476
4477         * src/summaryview.c
4478         * src/gtk/description_window.c
4479                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4480                 and headers are translated; adjust description windows' width to fit their
4481                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4482
4483 2006-03-23 [paul]       2.0.0cvs165
4484
4485         * src/common/utils.c
4486                 fix highlighting of URIs containing "()"
4487                 (2.0.0cvs164's reversal fixed)
4488                 Thanks to Colin.
4489
4490 2006-03-23 [paul]       2.0.0cvs164
4491
4492         * src/common/utils.c
4493                 revert patch, (postponing a fix), at 2.0.0cvs120
4494                 as it breaks more URIs than it fixes.
4495                 Allow '-' to be a terminating character in a URI
4496
4497 2006-03-22 [colin]      2.0.0cvs163
4498
4499         * configure.ac
4500                 Require libetpan 0.45
4501                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4502
4503 2006-03-22 [paul]       2.0.0cvs162
4504
4505         * src/editgroup.c
4506                 replace '<-' and '->' buttons with GTK_STOCK graphical
4507                 buttons
4508         * src/summary_search.c
4509                 don't offer '...' for translation
4510                 add a tooltip to advanced search '...' button
4511         * src/gtk/quicksearch.c
4512                 don't offer '...' for translation
4513
4514 2006-03-21 [colin]      2.0.0cvs161
4515
4516         * src/compose.c
4517                 Fix middle-click pasting (insert at click
4518                 position instead of cursor position, don't
4519                 remove existing selection and allow pasting
4520                 our own selection)
4521         * src/addressbook.c
4522                 "LDAP Server" -> "LDAP servers"
4523
4524 2006-03-21 [wwp]        2.0.0cvs160
4525
4526         * src/etpan/imap-thread.c
4527                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4528
4529 2006-03-20 [colin]      2.0.0cvs159
4530
4531         * src/summaryview.c
4532                 Don't reload summaryview after an execute with no
4533                 move action
4534
4535 2006-03-19 [colin]      2.0.0cvs158
4536
4537         * src/addressbook.c
4538                 and put groups at the top, always
4539
4540 2006-03-19 [colin]      2.0.0cvs157
4541
4542         * src/addressbook.c
4543                 Order groups before names, as previously
4544
4545 2006-03-19 [colin]      2.0.0cvs156
4546
4547         * src/addressbook.c
4548                 - Sort case-unsensitive
4549                 - Put the sort arrow at opening too
4550
4551 2006-03-19 [wwp]        2.0.0cvs155
4552
4553         * src/addressbook.c
4554                 allow sorting by name/email/remarks, ensure that right-pane's contents
4555                 matches the left-pane selection (cleared when appropriate).
4556                 Patch by Pawel Pekala <c0rn@o2.pl>.
4557
4558 2006-03-18 [colin]      2.0.0cvs154
4559
4560         * src/textview.c
4561                 Fix text cursor ;)
4562
4563 2006-03-18 [colin]      2.0.0cvs153
4564
4565         * src/gtk/filesel.c
4566                 Make sure we hide the preview if we didn't get
4567                 a filename
4568
4569 2006-03-18 [colin]      2.0.0cvs152
4570
4571         * src/summaryview.c
4572                 Set cursor to watch for execution (fixes lack
4573                 of watch-cursor when dnd'ing hundreds of mails)
4574         * src/gtk/filesel.c
4575                 Check that mime type is 'image/*' before updating
4576                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4577
4578 2006-03-18 [colin]      2.0.0cvs151
4579
4580         * src/mainwindow.c
4581         * src/textview.c
4582         * src/textview.h
4583                 Put a watch cursor in textview too when the mainwindow's
4584                 cursor in a watch
4585
4586 2006-03-18 [colin]      2.0.0cvs150
4587
4588         * src/folder.c
4589                 Change wrong asserts to simple tests
4590
4591 2006-03-17 [colin]      2.0.0cvs149
4592
4593         * src/mainwindow.c
4594         * src/mainwindow.h
4595         * src/prefs_msg_colors.c
4596         * src/summaryview.c
4597         * src/summaryview.h
4598         * src/gtk/colorlabel.c
4599         * src/gtk/colorlabel.h
4600                 Add a color label menu in the main menubar
4601                 Add (fixed) accels Ctrl-{0-7} to change the color
4602                 They have to be fixed because the menu's dynamic,
4603                 the items are complex widgets, hence we can't use
4604                 a GtkItemFactory.
4605
4606
4607 2006-03-17 [wwp]        2.0.0cvs148
4608
4609         * src/compose.c
4610                 rollback few lines from my previous commit (those lines come from
4611                 a pending patch, accidentally commited, even if neutral as they are
4612                 commented out).
4613
4614 2006-03-17 [wwp]        2.0.0cvs147
4615
4616         * src/compose.c
4617                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4618                 applied code style/indentation to the modified function.
4619
4620 2006-03-17 [wwp]        2.0.0cvs146
4621
4622         * src/procmsg.c
4623         * src/compose.c
4624                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4625
4626 2006-03-17 [paul]
4627
4628         2.1.0-rc1 released
4629
4630 2006-03-17 [paul]       2.0.0cvs145
4631
4632         * src/main.c
4633                 addressbook_read_file() was called twice
4634         * src/textview.c
4635                 X-Mailer highlighting
4636
4637 2006-03-16 [colin]      2.0.0cvs144
4638
4639         * src/sourcewindow.c
4640         * src/sourcewindow.h
4641                 And the last one, in source window.
4642
4643 2006-03-16 [colin]      2.0.0cvs143
4644
4645         * src/compose.c
4646         * src/compose.h
4647                 Fix the same stuff in compose
4648
4649 2006-03-16 [colin]      2.0.0cvs142
4650
4651         * src/messageview.c
4652                 Complete the previous messageview crash fix
4653
4654 2006-03-16 [colin]      2.0.0cvs141
4655
4656         * src/procmsg.h
4657         * src/procmsg.c
4658         * src/folder.c
4659                 Fix POSTPROCESSING hook
4660                 Patch by H. Merijn Brand
4661
4662         * src/procmime.c
4663         * src/procmime.h
4664                 Parse Content-Location
4665
4666         * src/toolbar.c
4667         * src/messageview.c
4668         * src/messageview.h
4669                 Don't crash when a top-level MessageView has
4670                 been closed on us. Same problematic than
4671                 yesterday's quicksearch issue.
4672
4673 2006-03-15 [colin]      2.0.0cvs140
4674
4675         * src/gtk/quicksearch.c
4676                 Fix a bitchy race we didn't think about when we
4677                 added quicksearch cancellation:
4678                 If the search is not on cached fields, for example
4679                 body_part matchcase "stuff"
4680                 the matcher code has to get the whole message. If
4681                 we're on IMAP, that can be slow, and in order to
4682                 be non-blocking, the IMAP code idle loop processes
4683                 gtk events too. So it is possible to cancel a
4684                 quicksearch while the matcher is getting the mail's
4685                 body. After matcher got its body, it will start to
4686                 iterate over the matcher list that the Quicksearch's
4687                 clear_search_cb() just freed via prepare_matcher().
4688                 SIGSEGV ensues.
4689                 The fix consists of guarding the matcherlist_match()
4690                 call with a boolean 'matching'. If we reset the
4691                 quicksearch while matching is TRUE, we don't free
4692                 the matcherlist anymore like we did, but we set
4693                 another new flag, deferred_free, to TRUE. Then,
4694                 in quicksearch_match(), just after returning from
4695                 matcherlist_match() and unsetting the matching flag,
4696                 we check the deferred_free flag and do the
4697                 prepare_matcher() (which does the matcherlist_free)
4698                 for real, so we free the matcherlist once it's not
4699                 used anymore.
4700                 As all of this runs via the glib main loop, we
4701                 luckily don't need a mutex.
4702         * src/summaryview.c
4703                 Also, show progress while searching.
4704
4705
4706 2006-03-14 [colin]      2.0.0cvs139
4707
4708         * src/alertpanel.c
4709                 Make alertpanel_is_open non-static
4710
4711 2006-03-14 [colin]      2.0.0cvs138
4712
4713         * src/prefs_spelling.c
4714                 Cleanups - Fabien Vantard
4715
4716 2006-03-14 [wwp]        2.0.0cvs137
4717
4718         * src/main.c
4719                 code style normalization (curly braces, indentation).
4720
4721 2006-03-14 [wwp]        2.0.0cvs137
4722
4723         * src/main.c
4724                 code style (braces, indentation)
4725
4726 2006-03-12 [paul]       2.0.0cvs136
4727
4728         * src/prefs_common.c
4729                 trans_hdr defaults to FALSE to be RFC-savvy
4730         * src/prefs_summaries.c
4731                 add a tooltip to the trans_hdr option
4732                 
4733
4734 2006-03-12 [paul]       2.0.0cvs135
4735
4736         * src/prefs_matcher.c
4737                 give a little more width to the combos
4738         * src/prefs_display_header.c
4739         * src/textview.c
4740                 translate headers if prefs_common.trans_hdr
4741                 is TRUE
4742
4743         Patches by Pawel Pekala
4744
4745 2006-03-12 [paul]       2.0.0cvs134
4746
4747         * src/plugins/clamav/clamav_plugin.c
4748         * src/plugins/dillo_viewer/dillo_viewer.c
4749         * src/plugins/pgpcore/plugin.c
4750         * src/plugins/pgpinline/plugin.c
4751         * src/plugins/pgpmime/plugin.c
4752         * src/plugins/spamassassin/spamassassin.c
4753                 update/add to descriptions
4754         * src/plugins/spamassassin/spamassassin_gtk.c
4755                 fixes to the english, remove superfluous
4756                 tooltips, clean up a little
4757
4758 2006-03-12 [paul]       2.0.0cvs133
4759
4760         * src/compose.c
4761                 fix Bug 924, 'Account combo box shows up wrong 
4762                 if & is in account name'
4763
4764 2006-03-11 [colin]      2.0.0cvs132
4765
4766         * src/summaryview.c
4767                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4768                 messed up shift-selection because is slows down
4769                 moving around summaryview. thanks -users
4770
4771 2006-03-10 [colin]      2.0.0cvs131
4772
4773         * src/plugins/spamassassin/spamassassin_gtk.c
4774                 Put back Paul's engrish fixes
4775
4776 2006-03-10 [colin]      2.0.0cvs130
4777
4778         * src/plugins/spamassassin/spamassassin.c
4779         * src/plugins/spamassassin/spamassassin.h
4780         * src/plugins/spamassassin/spamassassin_gtk.c
4781                 Cleanup SA prefs page (more)
4782                 Patch by Fabien Vantard
4783
4784 2006-03-10 [paul]       2.0.0cvs129
4785
4786         * src/prefs_msg_colors.c
4787         * src/prefs_spelling.c
4788                 widget sensitivity
4789
4790 2006-03-09 [mones]      2.0.0cvs128
4791
4792         * po/es.po
4793                 Update for next RC
4794
4795 2006-03-09 [wwp]        2.0.0cvs127
4796
4797         * configure.ac
4798                 revert accidental commit (requirement for libetpan 0.43), this time
4799                 not in HEAD.
4800
4801 2006-03-09 [wwp]        2.0.0cvs125
4802
4803         * configure.ac
4804                 revert accidental commit (requirement for libetpan 0.43)
4805
4806 2006-03-09 [paul]       2.0.0cvs126
4807
4808         * src/prefs_receive.c
4809                 remove useless frame
4810                 replace 'incorporation' with 'receiving'
4811         * src/plugins/clamav/clamav_plugin_gtk.c
4812         * src/plugins/spamassassin/spamassassin_gtk.c
4813                 improve widget sensitivity
4814                 fix a bit his engrish
4815
4816 2006-03-09 [wwp]        2.0.0cvs125
4817
4818         * src/addressadd.c
4819         * src/foldersel.c
4820         * src/prefs_common.c
4821         * src/prefs_common.h
4822                 remember some more windows' sizes (add to addressbook and
4823                 select folder).
4824
4825 2006-03-09 [paul]       2.0.0cvs124
4826
4827         * src/plugins/pgpcore/prefs_gpg.c
4828                 normalise construction of dialogue
4829
4830 2006-03-09 [paul]       2.0.0cvs123
4831
4832         * src/plugins/trayicon/Makefile.am
4833                 add missing slash
4834
4835 2006-03-08 [colin]      2.0.0cvs122
4836
4837         * src/plugins/trayicon/Makefile.am
4838                 Fix build in separate dir 
4839                 Patch by Bamanzi <bamanzi@gmail.com>
4840
4841 2006-03-08 [colin]      2.0.0cvs121
4842
4843         * src/procmsg.c
4844                 Batch move and copies from summaryview with delayed execution
4845                 too
4846
4847 2006-03-07 [paul]       2.0.0cvs120
4848
4849         * src/common/utils.c
4850                 fix highlighting of URIs containing "()"
4851                 Patch by Pawel Pekala
4852
4853 2006-03-07 [paul]       2.0.0cvs119
4854
4855         * src/folder.c
4856         * src/folder.h
4857         * src/folderview.c
4858                 immediately do alphabetical resort when
4859                 changing a folder's name
4860                 Patch by Pawel Pekala
4861
4862 2006-03-07 [paul]       2.0.0cvs118
4863
4864         * src/news.c
4865         * src/news_gtk.c
4866                 when unsubscribing a newsgroup, remove the
4867                 folder and msgs in .sylpheed-claws/newscache
4868                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4869
4870 2006-03-07 [paul]       2.0.0cvs117
4871
4872         * src/textview.c
4873                 fix wrong Fake URL Warning
4874                 Thanks to Hiro
4875
4876 2006-03-07 [colin]      2.0.0cvs116
4877
4878         * src/imap.c
4879                 Return immediately when password dialog was
4880                 cancelled
4881         * src/gtk/inputdialog.c
4882                 Allow empty strings for passwords
4883
4884
4885 2006-03-06 [colin]      2.0.0cvs115
4886
4887         * src/imap.c
4888                 Prevent double-timeouts when connection fails
4889
4890 2006-03-06 [colin]
4891
4892         2.0.1-rc1 released
4893
4894 2006-03-06 [colin]      2.0.0cvs114
4895
4896         * src/imap.c
4897                 Refresh session during potentially long
4898                 operations
4899
4900 2006-03-06 [wwp]        2.0.0cvs113
4901
4902         * src/prefs_msg_colors.h
4903                 forgot that one (custom color labels).
4904
4905 2006-03-06 [wwp]        2.0.0cvs112
4906
4907         * src/prefs_common.c
4908         * src/prefs_common.h
4909         * src/prefs_msg_colors.c
4910         * src/summaryview.c
4911         * src/summaryview.h
4912         * src/gtk/colorlabel.c
4913         * src/gtk/colorlabel.h
4914                 colors in messages list are now customizable. Color values and names can
4915                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4916                 Thanks to Paul and Colin for their help with this longstanding patch!
4917
4918 2006-03-06 [wwp]        2.0.0cvs111
4919
4920         * src/textview.c
4921                 don't crash if (x)face is bad.
4922
4923 2006-03-05 [paul]       2.0.0cvs110
4924
4925         * AUTHORS
4926         * configure.ac
4927         * src/Makefile.am
4928         * src/common/Makefile.am
4929         * src/common/utils.h
4930         * src/etpan/imap-thread.c
4931         * src/gtk/authors.h
4932         * src/plugins/clamav/Makefile.am
4933         * src/plugins/demo/Makefile.am
4934         * src/plugins/dillo_viewer/Makefile.am
4935         * src/plugins/pgpcore/Makefile.am
4936         * src/plugins/pgpcore/passphrase.c
4937         * src/plugins/pgpinline/Makefile.am
4938         * src/plugins/pgpmime/Makefile.am
4939         * src/plugins/spamassassin/Makefile.am
4940         * src/plugins/trayicon/Makefile.am
4941                 fix builiding on cygwin
4942                 Patch by Ralgh Young <bamanzi@gmail.com>
4943
4944 2006-03-04 [wwp]        2.0.0cvs109
4945
4946         * manual/keyboard.xml
4947                 fix mixed up/down keys.
4948
4949 2006-03-04 [wwp]        2.0.0cvs108
4950
4951         * README
4952         * INSTALL
4953                 updated links to SpamAssassin.
4954
4955 2006-03-04 [wwp]        2.0.0cvs107
4956
4957         * manual/plugins.xml
4958         * src/plugins/spamassassin/README
4959                 updated SpamAssassin plugin docs to reflect new functional additions
4960                 (also fix/update/documents few technical stuff more, see the README).
4961
4962 2006-03-04 [wwp]        2.0.0cvs106
4963
4964         * src/prefs_message.c
4965                 normalized capitalization of message-prefs paths.
4966
4967 2006-03-04 [wwp]        2.0.0cvs105
4968
4969         * manual/advanced.xml
4970                 typo.
4971
4972 2006-03-03 [colin]      2.0.0cvs104
4973
4974         * src/plugins/clamav/clamav_plugin_gtk.c
4975                 Rework prefs page, patch by Fabien 
4976
4977 2006-03-03 [colin]      2.0.0cvs103
4978
4979         * src/plugins/clamav/clamav_plugin.c
4980                 Set error on all errors
4981
4982 2006-03-03 [colin]      2.0.0cvs102
4983
4984         * src/common/plugin.c
4985                 Initialize error to avoid crashing when a plugin fails
4986                 without setting error
4987
4988 2006-03-02 [wwp]        2.0.0cvs101
4989
4990         * configure.ac
4991                 fixed linker flags for libetpan support on Cygwin
4992                 (thanks to H.Merijn Brand).
4993
4994 2006-03-02 [wwp]        2.0.0cvs100
4995
4996         * src/addressbook.c
4997                 fix some AB error messages: one for punctuation and
4998                 one wrongly duplicate (thanks, maxbritov).
4999
5000 2006-03-02 [wwp]        2.0.0cvs99
5001
5002         * src/plugins/spamassassin/spamassassin.c
5003                 make sync calls to sa-learn/spamc to prevent
5004                 system (whatever local or client/server) overload.
5005
5006 2006-03-02 [colin]      2.0.0cvs98
5007
5008         * src/summaryview.c
5009                 Put the spam icon in the status column instead of the
5010                 mark one
5011
5012 2006-03-01 [colin]      2.0.0cvs97
5013
5014         * src/plugins/spamassassin/spamassassin.c
5015                 Fix segfault (g_file_set_contents fails for some 
5016                 reason and err==0x2f. Can't find out why with
5017                 valgrind, using working function :-)
5018
5019 2006-03-01 [colin]      2.0.0cvs96
5020
5021         * src/inc.c
5022                 Offline overriding: let 'No' be cached only 3 seconds
5023
5024 2006-03-01 [colin]      2.0.0cvs95
5025
5026         * src/addr_compl.c
5027         * src/addrbook.c
5028         * src/addressbook.c
5029         * src/addrindex.c
5030         * src/folder_item_prefs.c
5031         * src/headerview.c
5032         * src/imap.c
5033         * src/inc.c
5034         * src/ldif.c
5035         * src/mainwindow.c
5036         * src/mh.c
5037         * src/msgcache.c
5038         * src/prefs_common.h
5039         * src/prefs_msg_colors.c
5040         * src/procheader.c
5041         * src/procheader.h
5042         * src/procmime.c
5043         * src/procmsg.c
5044         * src/procmsg.h
5045         * src/send_message.h
5046         * src/simple-gettext.c
5047         * src/summaryview.c
5048         * src/summaryview.h
5049         * src/syldap.c
5050         * src/textview.c
5051         * src/undo.c
5052         * src/common/ssl_certificate.c
5053         * src/common/utils.c
5054         * src/gtk/colorsel.c
5055         * src/gtk/gtksctree.c
5056         * src/gtk/gtkshruler.c
5057         * src/plugins/trayicon/trayicon.c
5058                 #if 0 goes to /dev/null
5059
5060 2006-03-01 [colin]      2.0.0cvs94
5061
5062         * src/compose.c
5063         * src/imap.c
5064         * src/inc.c
5065         * src/inc.h
5066         * src/messageview.c
5067         * src/news.c
5068         * src/plugins/spamassassin/spamassassin.c
5069                 Allow to add information in the "working offline"
5070                 window
5071
5072 2006-03-01 [wwp]        2.0.0cvs93
5073
5074         * src/plugins/spamassassin/spamassassin.c
5075                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5076                 'cause it seems that calling `spamc ... < inputfile` with
5077                 g_spawn_(a)sync simply.. erm doesn't work :-).
5078
5079 2006-03-01 [wwp]        2.0.0cvs92
5080
5081         * src/toolbar.c
5082         * src/toolbar.h
5083                 simplify the adding of spam/ham button to the messageview toolbar
5084                 (it gets more clear now that the same button will be "Mark as spam"
5085                 or "Mark as ham" according to the current message status,
5086                 thanks to Colin).
5087
5088 2006-03-01 [wwp]        2.0.0cvs91
5089
5090         * src/messageview.c
5091         * src/procmsg.c
5092         * src/procmsg.h
5093         * src/summaryview.c
5094         * src/plugins/spamassassin/spamassassin.c
5095         * src/plugins/spamassassin/spamassassin.h
5096                 make learner callbacks return a status (0 for ok),
5097                 handle it in main code to avoid setting flags when learning failed,
5098                 don't learn on TCP if offline in spamassassin,
5099                 thanks to Colin.
5100
5101                 
5102
5103 2006-03-01 [wwp]        2.0.0cvs90
5104
5105         * src/compose.c
5106                 some work around the compose window's account menu,
5107                 patch by Fabien Vantard.
5108
5109 2006-03-01 [wwp]        2.0.0cvs89
5110
5111         * src/plugins/spamassassin/spamassassin.c
5112                 fixed bad logics, was using spamc in local mode and sa-learn
5113                 in remote mode (thanks, Colin).
5114
5115 2006-03-01 [wwp]        2.0.0cvs88
5116
5117         * src/plugins/spamassassin/spamassassin.c
5118         * src/plugins/spamassassin/spamassassin.h
5119         * src/plugins/spamassassin/spamassassin_gtk.c
5120                 made processing of emails w/ sa-plugin an option (default is TRUE),
5121                 fixed Engrish some tooltips, capitalization of some debug messages
5122                 and warnings. The spamassassin plugin now provides two separate
5123                 services: process emails upon incorporation and spamd training.
5124                 Both services (un)register independently but use some common
5125                 plugin settings (transport settings, spam storage location).
5126
5127 2006-02-28 [wwp]        2.0.0cvs87
5128
5129         * src/plugins/spamassassin/spamassassin.c
5130                 fix async flag to spamc cmdline execution (batch exec should
5131                 be asynchronous).
5132
5133 2006-02-27 [wwp]        2.0.0cvs86
5134
5135         * src/plugins/spamassassin/spamassassin.c
5136         * src/plugins/spamassassin/spamassassin.h
5137         * src/plugins/spamassassin/spamassassin_gtk.c
5138                 - added the ability to learn a remote spamassassin server (spamd),
5139                 using spamc.
5140                 - added the spamassassin option 'username', that applies to all
5141                 spamassassin operations (filtering, learning, local or remote).
5142                 The default username is the current unix user (if left blank
5143                 from gtk prefs or config file).
5144                 - commented out some unused code (notebook widget), removed unused
5145                 layout (hbox1).
5146                 - make more widgets sensitive to the transport type.
5147
5148 2006-02-27 [colin]      2.0.0cvs85
5149
5150         * src/plugins/spamassassin/spamassassin.c
5151                 Fix sa-learn call when offline
5152
5153 2006-02-27 [colin]      2.0.0cvs84
5154
5155         * configure.ac
5156         * src/Makefile.am
5157         * src/mainwindow.c
5158         * src/mainwindow.h
5159         * src/messageview.c
5160         * src/messageview.h
5161         * src/prefs_toolbar.c
5162         * src/procmsg.c
5163         * src/stock_pixmap.c
5164         * src/stock_pixmap.h
5165         * src/summaryview.c
5166         * src/toolbar.c
5167         * src/toolbar.h
5168         * src/pixmaps/ham_btn.xpm
5169         * src/pixmaps/spam.xpm
5170         * src/pixmaps/spam_btn.xpm
5171         * src/plugins/spamassassin/spamassassin.c
5172                 Add button in toolbar for spam learning
5173                 Fix a few bugs from the last related commit
5174                 Revert 1.9.6cvs23 which messed up shift-selection
5175
5176 2006-02-24 [colin]      2.0.0cvs83
5177
5178         * src/procmsg.c
5179         * src/summaryview.c
5180         * src/summaryview.h
5181         * src/plugins/spamassassin/spamassassin.c
5182         * src/plugins/spamassassin/spamassassin.h
5183         * src/plugins/spamassassin/spamassassin_gtk.c
5184                 Unregister learner when spamassassin is either
5185                 disabled or over tcp
5186
5187 2006-02-24 [colin]      2.0.0cvs82
5188
5189         * src/Makefile.am
5190         * src/mainwindow.c
5191         * src/mainwindow.h
5192         * src/procmsg.c
5193         * src/procmsg.h
5194         * src/stock_pixmap.c
5195         * src/stock_pixmap.h
5196         * src/summaryview.c
5197         * src/summaryview.h
5198         * src/gtk/icon_legend.c
5199         * src/pixmaps/spam.xpm  ** NEW FILE **
5200         * src/plugins/spamassassin/spamassassin.c
5201         * src/plugins/spamassassin/spamassassin_gtk.c
5202                 Add spam learning interface (Mark/Mark as 
5203                 (spam|ham) menus)
5204
5205 2006-02-24 [wwp]        2.0.0cvs81
5206
5207         * src/compose.c
5208         * src/compose.h
5209         * src/filtering.c
5210                 hide compose window when sending message in batch mode
5211                 (filtering: forward and redirect). Also fixed a wrong
5212                 value returned when sending failed, neutral anyway.
5213                 (Colin, me) 
5214
5215 2006-02-24 [wwp]        2.0.0cvs80
5216
5217         * src/mainwindow.c
5218                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5219
5220 2006-02-24 [paul]       2.0.0cvs79
5221
5222         * src/news.c
5223         * src/news.h
5224         * src/news_gtk.c
5225                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5226                 Thanks to Colin
5227
5228 2006-02-23 [colin]      2.0.0cvs78
5229
5230         * src/alertpanel.c
5231                 Change OK to Close in alertpanel with View log
5232                 button; add accel to View log. Patch by Fabien
5233                 Vantard
5234
5235 2006-02-23 [wwp]        2.0.0cvs77
5236
5237         * src/compose.c
5238                 silly me, there were much more tests to perform, since toolbars can
5239                 really have down to 1 element only.
5240
5241 2006-02-23 [wwp]        2.0.0cvs76
5242
5243         * commitHelper
5244                 fixed indentation from my previous commit. Fallback to VISUAL if
5245                 EDITOR is not set (and to vi, at last resort).
5246
5247 2006-02-23 [wwp]        2.0.0cvs75
5248
5249         * commitHelper
5250                 improved error detection (Colin, me).
5251
5252 2006-02-23 [wwp]        2.0.0cvs74
5253
5254         * src/prefs_toolbar.c
5255                 simplify and fix prefs/toolbars layouting. Combos' contents can
5256                 now be really displayed.
5257
5258 2006-02-23 [wwp]        2.0.0cvs73
5259         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5260         be really displayed.
5261
5262 2006-02-22 [wwp]        2.0.0cvs72
5263
5264         * src/compose.c
5265                 fix a typo in my previous commit (sorry!).
5266
5267 2006-02-22 [wwp]        2.0.0cvs71
5268
5269         * src/prefs_toolbar.c
5270                 fix a crash when adding separators to toolbars,
5271                 also fix some separator item information.
5272
5273 2006-02-22 [wwp]        2.0.0cvs70
5274
5275         * src/compose.c
5276                 fix a crash when redirecting (for instance) when compose window's
5277                 toolbar contents has been customized (when some buttons have been
5278                 removed in fact).
5279
5280 2006-02-21 [wwp]        2.0.0cvs69
5281
5282         * src/summaryview.c
5283         * src/gtk/pluginwindow.c
5284         * src/plugins/pgpcore/prefs_gpg.c
5285                 fix some compilation warnings (feat. remains of removed code).
5286
5287 2006-02-21 [wwp]        2.0.0cvs68
5288
5289         * src/gtk/gtkutils.c
5290                 fix two compilation issues, thanks to Stephan Sachse.
5291
5292 2006-02-20 [colin]      2.0.0cvs67
5293
5294         * src/mainwindow.c
5295                 Don't reselect displayed mail on refocus
5296                 This fixes actions misbehaving 
5297
5298 2006-02-20 [wwp]        2.0.0cvs66
5299
5300         * src/summaryview.c
5301         * src/gtk/gtksctree.c
5302         * src/gtk/gtkshruler.c
5303                 changed more runtime typecast checks.
5304
5305 2006-02-20 [wwp]        2.0.0cvs65
5306
5307         * src/summary_search.c
5308                 find all - summaryview refresh issue fixed, thanks to Colin.
5309
5310 2006-02-20 [wwp]        2.0.0cvs64
5311
5312         * src/gtk/gtkutils.c
5313                 better runtime typecast checks.
5314
5315 2006-02-20 [wwp]        2.0.0cvs63
5316
5317         * src/summary_search.c
5318                 enhancements to the summary search:
5319                         - add the ability to stop the running search
5320                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5321                         - don't search if no criteria (From/To/Subject/Body) is set
5322                         - ensure that a busy mouse pointer is always shown when searching,
5323                           show it even a bit earlier
5324
5325 2006-02-19 [colin]      2.0.0cvs62
5326
5327         * src/compose.c
5328         * src/imap.c
5329         * src/etpan/imap-thread.c
5330         * src/etpan/imap-thread.h
5331                 (Future) IMAP speed improvement on sending
5332                 Will require a libetpan update
5333         * src/summaryview.c
5334         * src/gtk/quicksearch.c
5335                 Make quicksearch clearable while running.
5336
5337 2006-02-17 [colin]      2.0.0cvs61
5338
5339         * src/imap.c
5340         * src/etpan/imap-thread.c
5341         * src/etpan/imap-thread.h
5342                 Check for IMAP certificates
5343                 ** Requires libetpan-0.42-cvs4 
5344                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5345
5346 2006-02-17 [colin]      2.0.0cvs60
5347
5348         * src/messageview.c
5349         * src/prefs_common.c
5350         * src/prefs_common.h
5351         * src/prefs_message.c
5352                 Add pref to display HTML-only mails with plugin, 
5353                 if possible (defaulting to FALSE of course).
5354
5355 2006-02-16 [colin]      2.0.0cvs59
5356
5357         * src/main.c
5358         * src/common/plugin.c
5359         * src/common/plugin.h
5360         * src/gtk/pluginwindow.c
5361                 Keep track of requested (but unloaded) plugins
5362                 in some error cases.
5363
5364 2006-02-16 [wwp]        2.0.0cvs58
5365
5366         * src/gtk/gtkaspell.c
5367         * src/gtk/gtkaspell.h
5368         * src/prefs_spelling.c
5369         * src/compose.c
5370         * src/prefs_common.c
5371         * src/prefs_common.h
5372                 implemented new optional spellchecker behaviour: re-check message when
5373                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5374
5375 2006-02-16 [wwp]        2.0.0cvs57
5376
5377         * src/quote_fmt_parse.y
5378                 pclose popen'ed pipe.
5379
5380 2006-02-15 [colin]      2.0.0cvs56
5381
5382         * src/mimeview.c
5383         * src/mimeview.h
5384                 Let MimeViewers know which MimeView they
5385                 depend of.
5386         * src/summaryview.c
5387                 Swap From/To columns in Sent/Queue/Drafts
5388                 folders
5389         * src/etpan/imap-thread.c
5390                 Use mailstream_low_tls_open() for STARTTLS
5391                 instead of mailstream_low_ssl_open()
5392                 ** REQUIRES libetpan 0.42cvs3 **
5393
5394 2006-02-15 [wwp]        2.0.0cvs55
5395
5396         * src/compose.c
5397         * src/compose.h
5398         * src/message_search.c
5399         * src/message_search.h
5400         * src/textview.c
5401         * src/gtk/gtkutils.c
5402         * src/gtk/gtkutils.h
5403                 added the ability to Find text in the compose window (and a bit
5404                 of code factorization).
5405
5406 2006-02-15 [wwp]        2.0.0cvs54
5407
5408         * src/prefs_gtk.c
5409                 yet another one file was missing (fix for some widgets' sensitivity).
5410                 Thanks Colin!
5411
5412 2006-02-15 [wwp]        2.0.0cvs53
5413
5414         * src/prefs_gtk.h
5415                 oops forgot that file (fix for some widgets' sensitivity).
5416
5417 2006-02-15 [wwp]        2.0.0cvs52
5418
5419         * src/summary_search.c
5420                 implemented advanced summary search options (added the ability
5421                 to use matcher conditions in an advanced search mode).
5422
5423 2006-02-15 [wwp]        2.0.0cvs51
5424
5425         * src/plugins/pgpcore/prefs_gpg.c
5426         * src/prefs_account.c
5427                 fix some widget sensitivity, mostly around some labels in
5428                 account prefs.
5429
5430 2006-02-15 [paul]       2.0.0cvs50
5431
5432         * manual/advanced.xml
5433                 improve Templates info
5434                 written by wwp
5435
5436 2006-02-14 [colin]      2.0.0cvs49
5437
5438         * src/pixmaps/address_book.xpm
5439         * src/pixmaps/preferences.xpm
5440         * src/pixmaps/properties.xpm
5441                 Fix pixmap size - patch by Fabien Vantard
5442
5443 2006-02-13 [colin]      2.0.0cvs48
5444
5445         * src/procmime.c
5446                 Add missing fclose()s on error
5447         * src/textview.c
5448                 Remove unused code
5449         * src/common/utils.c
5450                 Fix temp files not being deleted on windows
5451         Patches by Thomas Gilgin
5452
5453 2006-02-13 [colin]      2.0.0cvs47
5454
5455         * src/mainwindow.c
5456                 Fix exit crash
5457
5458 2006-02-13 [wwp]        2.0.0cvs46
5459
5460         * src/plugins/pgpcore/prefs_gpg.c
5461                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5462
5463 2006-02-12 [colin]      2.0.0cvs45
5464
5465         * src/folderview.c
5466         * src/main.c
5467         * src/mainwindow.c
5468                 Fix "stuff" when quitting
5469
5470 2006-02-12 [wwp]        2.0.0cvs44
5471
5472         * src/prefs_themes.c
5473                 fix typos in debug messages.
5474
5475 2006-02-11 [colin]      2.0.0cvs43
5476
5477         * src/summaryview.c
5478                 don't allow drag/drop from ourself
5479
5480 2006-02-10 [wwp]        2.0.0cvs42
5481
5482         * src/exporthtml.c
5483         * src/html.c
5484         * src/html.h
5485         * src/procmime.c
5486         * src/textview.c
5487                 renamed html_ prefixed functions and data structures to avoid
5488                 namespace clashes w/ other software (gtkhtml2 for instance).
5489                 Closes bug #907.
5490
5491
5492 2006-02-09 [colin]      2.0.0cvs41
5493
5494         * src/summaryview.c
5495                 Fix shitty logic messed up. Thanks Ticho for the hint!
5496
5497 2006-02-09 [wwp]        2.0.0cvs40
5498
5499         * src/gtk/about.c
5500         * src/compose.c
5501         * src/prefs_account.c
5502         * src/prefs_gtk.h
5503         * src/editaddress.c
5504                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5505                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5506                 Browse buttons in accounts prefs.
5507
5508 2006-02-09 [colin]      2.0.0cvs39
5509
5510         * src/matcher.c
5511                 Check for pointer before using its members
5512         * src/gtk/gtksourceprintjob.c
5513                 Fix a wrong warning
5514
5515 2006-02-09 [wwp]        2.0.0cvs38
5516
5517         * src/gtk/filesel.c
5518                 fix few compiler warnings (type mismatch).
5519
5520 2006-02-09 [paul]       2.0.0cvs37
5521
5522         * po/fr.po
5523                 updated by Fabien Vantard
5524
5525 2006-02-08 [colin]      2.0.0cvs36
5526
5527         * src/prefs_common.c
5528         * src/common/defs.h
5529         * src/common/plugin.c
5530                 allow windows and linux configurations to coexist
5531                 patch by Thomas Gilgin
5532
5533 2006-02-08 [colin]      2.0.0cvs35
5534
5535         * src/filtering.c
5536         * src/matcher.c
5537         * src/matcher.h
5538         * src/matcher_parser_parse.y
5539         * src/prefs_filtering_action.c
5540         * src/prefs_matcher.c
5541                 Add the "Ignore thread" filtering
5542                 action
5543
5544 2006-02-08 [colin]      2.0.0cvs34
5545
5546         * src/compose.c
5547         * src/procmime.c
5548         * src/procmime.h
5549                 Fix bug #905 (damaged attachment)
5550                 text files with raw \0's aren't really text files
5551         FOR_STABLE
5552
5553 2006-02-08 [colin]      2.0.0cvs33
5554
5555         * src/summaryview.c
5556                 Fix crasher introduced yesterday
5557
5558 2006-02-08 [wwp]        2.0.0cvs32
5559
5560         * src/compose.c
5561         * src/compose.h
5562                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5563
5564 2006-02-08 [wwp]        2.0.0cvs31
5565
5566         * src/prefs_template.c
5567                 templates enhancement: allow address completion for Cc and Bcc fields
5568                 (it was currently possible for the To field only)
5569
5570 2006-02-08 [colin]      2.0.0cvs30
5571
5572         * src/compose.c
5573                 Don't unblock if not blocked
5574         FOR_STABLE
5575
5576 2006-02-07 [colin]      2.0.0cvs29
5577
5578         * src/action.c
5579                 Forgot to refresh summaryview
5580
5581 2006-02-07 [colin]      2.0.0cvs28
5582
5583         * src/action.c
5584                 Freeze/thaw message list and folder list while
5585                 processing %as{} actions 
5586         * src/compose.c
5587                 Fix auto-wrap disabling after a middle-click
5588                 paste - FOR_STABLE
5589
5590 2006-02-07 [paul]       2.0.0cvs27
5591
5592         * src/folder.c
5593                 fix freeing of uninitialised pointers
5594                 Thanks to Colin
5595
5596 2006-02-06 [colin]      2.0.0cvs26
5597
5598         * src/folder.c
5599                 Use g_slist_prepend in potentially big list
5600
5601 2006-02-06 [colin]      2.0.0cvs25
5602
5603         * src/folder.c
5604                 Completely skip processing if it doesn't 
5605                 exist (faster!)
5606
5607 2006-02-06 [colin]      2.0.0cvs24
5608
5609         * src/folder.c
5610         * src/summaryview.c
5611                 Batch filtering in summaryview (from Tools menu)
5612                 and pre/post//-processing too
5613
5614 2006-02-06 [colin]      2.0.0cvs23
5615
5616         * src/procmsg.h
5617         * src/filtering.c
5618                 Use a special field for batch filtering instead
5619                 of stepping on deferred execution's toes
5620
5621 2006-02-06 [colin]      2.0.0cvs22
5622
5623         * src/action.c
5624         * src/filtering.c
5625         * src/filtering.h
5626         * src/folder.c
5627         * src/summaryview.c
5628                 Fix filtering via menus and actions
5629
5630 2006-02-06 [colin]      2.0.0cvs21
5631
5632         * src/imap.c
5633                 Put the added file directly to cache if possible (will work
5634                 with next libetpan)
5635         * src/filtering.c
5636         * src/filtering.h
5637         * src/inc.c
5638         * src/folder.c
5639         * src/mbox.c
5640         * src/procmsg.h
5641                 Move and copy filtered messages by batches instead of one
5642                 by one - faster on IMAP
5643         * src/procmsg.c
5644                 Add a function that'll possibly be useful later
5645
5646 2006-02-06 [colin]      2.0.0cvs20
5647
5648         * src/addressbook.c
5649                 Use internal mime-type instead of text/plain for d'n'd
5650         * src/compose.c
5651                 Allow attaching files from mimeview's icon list via d'n'd
5652         * src/folderview.c
5653         * src/folderview.h
5654                 Use internal mime-type instead of text/plain for d'n'd
5655                 Don't try to selected opened folder if none is
5656                 Factorize d'n'd from other apps code
5657         * src/headerview.c
5658         * src/textview.c
5659         * src/gtk/gtkutils.c
5660         * src/gtk/gtkutils.h
5661                 Factorize Face/X-Face stuff
5662         * src/mimeview.c
5663                 Fix d'n'd to other apps
5664         * src/prefs_message.c
5665                 Let the XFace pref be usable without libcompface as it also
5666                 applies to Face
5667         * src/summaryview.c
5668                 Fix d'n'd to other apps
5669                 Factorize d'n'd from other apps code
5670
5671 2006-02-06 [wwp]        2.0.0cvs19
5672
5673         * po/it.po
5674                 Italian translation fixes by Andrea Spadaccini (no more confusion
5675                 between filtering and processing, and few changes in the About
5676                 dialog).
5677
5678
5679 2006-02-06 [mones]      2.0.0cvs18
5680
5681         * src/gtk/icon_legend.c
5682                 Improved descriptions allowing better translations
5683
5684 2006-02-05 [colin]      2.0.0cvs17
5685
5686         * src/imap.c
5687                 Add the f*cking missing expunge that caused imap_fetch_env
5688                 to fail after an add_msgs ! :-///
5689         * src/etpan/imap-thread.c
5690                 Add a bit of debug
5691         FOR_STABLE
5692
5693 2006-02-05 [colin]      2.0.0cvs16
5694
5695         * src/common/utils.c
5696                 Don't check for return-path (or we can't put
5697                 back non-sent mails)
5698
5699 2006-02-05 [colin]      2.0.0cvs15
5700
5701         * src/textview.c
5702                 Don't try to display Face header in textview
5703                 when teh headerview's active
5704
5705 2006-02-05 [colin]      2.0.0cvs14
5706
5707         * tools/tbird2syl.py
5708         * tools/Makefile.am
5709                 Add script to import Thunderbird mails
5710
5711 2006-02-05 [colin]      2.0.0cvs13
5712
5713         * src/headerview.c
5714         * src/procheader.c
5715         * src/procmsg.c
5716         * src/procmsg.h
5717         * src/textview.c
5718                 Show Face headers - patch partially by Klaus Flittner
5719
5720 2006-02-05 [colin]      2.0.0cvs12
5721
5722         * src/folderview.c
5723         * src/summaryview.c
5724         * src/common/utils.c
5725         * src/common/utils.h
5726                 Let dnd work from mime icons to summaryview
5727                 and to folderview too
5728                 Add a crude test to avoid trying to add files
5729                 drag'n'dropped when they're not mails
5730
5731 2006-02-04 [colin]      2.0.0cvs11
5732
5733         * src/summaryview.c
5734         * src/mimeview.c
5735                 Fix utf8 conversion
5736
5737 2006-02-04 [colin]      2.0.0cvs10
5738
5739         * src/compose.c
5740         * src/folderview.c
5741         * src/mimeview.c
5742         * src/summaryview.c
5743         * src/summaryview.h
5744                 Added various drag and drop capas:
5745                 From                    To
5746                 summaryview             other apps
5747                 mimeview icons          other apps
5748                 other apps              summaryview
5749                 other apps              folderview
5750
5751                 This shouldn't have broken the existing:
5752                 From                    To
5753                 summaryview             folderview
5754                 folderview              folderview
5755                 summaryview             compose's attachments
5756
5757         Tests welcomed.
5758
5759 2006-02-02 [paul]       2.0.0cvs9
5760
5761         * src/mainwindow.c
5762                 move global option 'Set displayed columns...' out
5763                 of folder option grouping.
5764                 fix sensitivity of 'harvest addresses'
5765         FOR_STABLE
5766
5767 2006-02-01 [colin]      2.0.0cvs8
5768
5769         * src/mimeview.c
5770                 Revert the alertpanel patch, it sucks (intrusive
5771                 and gets in the way of "open")
5772
5773 2006-02-01 [colin]      2.0.0cvs7
5774
5775         * src/compose.c
5776         * src/prefs_account.c
5777         * src/prefs_common.c
5778         * src/common/defs.h
5779         * src/common/utils.c
5780         * src/common/utils.h
5781                 Add ability to edit the signature file
5782                 from the account preferences, and use
5783                 a default for the text editor.
5784                 Patch by Fabien Vantard
5785
5786 2006-02-01 [colin]      2.0.0cvs6
5787
5788         * src/mimeview.c
5789                 Try to get mime type by extension if it is
5790                 application/octet-stream
5791                 Display a window with possible choices when
5792                 encountering unknown mime types
5793         * src/gtk/filesel.c
5794         * src/gtk/filesel.h
5795                 Add preview
5796                 Allow multiple selection in filtered filesel
5797                 (patch by Fabien Vantard)
5798         * src/gtk/pluginwindow.c
5799                 Use it (patch by Fabien Vantard)
5800
5801 2006-02-01 [paul]       2.0.0cvs5
5802
5803         * src/jpilot.c
5804                 fix crash on creating jpilot address book
5805                 Thanks to Colin - FOR_STABLE
5806         * src/prefs_summaries.c
5807         * src/prefs_wrapping.c
5808         * src/gtk/icon_legend.c
5809         * src/gtk/quicksearch.c
5810                 string fixes and additions
5811
5812 2006-02-01 [paul]       2.0.0cvs4
5813
5814         * src/compose.c
5815         * src/mainwindow.c
5816         * src/messageview.c
5817         * src/prefs_send.c
5818                 add Arabic encoding option
5819                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5820
5821 2006-01-31 [colin]      2.0.0cvs3
5822
5823         * src/plugins/pgpcore/passphrase.c
5824                 Convert passphrase to locale encoding
5825         * src/compose.c
5826                 Fix drafting on IMAP. Crappy bug sneaked in
5827                 the release :-/
5828         FOR_STABLE
5829
5830 2006-01-30 [paul]       2.0.0cvs2
5831
5832         * src/gtk/icon_legend.c
5833                 show the new entries
5834
5835 2006-01-30 [colin]      2.0.0cvs1
5836
5837         * src/manual.c
5838                 Check for the file to be present before 
5839                 enabling the menu - FOR_STABLE
5840         * src/gtk/icon_legend.c
5841                 Add folders icons (not all of them, there
5842                 are too much, but the most intriguing ones)
5843
5844 2006-01-30 [paul]       2.0.0
5845
5846         version 2.0.0 released
5847
5848 2006-01-30 [paul]       1.9.100cvs200
5849
5850         * manual/faq.xml
5851         * manual/gpl.xml
5852         * manual/intro.xml
5853         * manual/starting.xml
5854         * manual/sylpheed-claws-manual.xml
5855                 fixes, additions
5856
5857 2006-01-29 [mones]      1.9.100cvs199
5858
5859         * manual/account.xml
5860         * manual/advanced.xml
5861         * manual/glossary.xml
5862                 Some typos fixed, added LDIF term to glossary
5863         * po/es.po
5864                 Fixed leading plus symbol
5865
5866 2006-01-29 [paul]       1.9.100cvs198
5867
5868         * po/fi.po
5869         * po/sk.po
5870                 updated by Tommi Pirinen and Andrej Kacian
5871
5872 2006-01-29 [paul]       1.9.100cvs197
5873
5874         * src/gtk/authors.h
5875                 remove duplicates
5876
5877 2006-01-29 [paul]       1.9.100cvs196
5878
5879         * AUTHORS
5880         * po/nl.po
5881         * src/gtk/authors.h
5882         * tools/claws.i18n.status.pl
5883                 nl translation updated by Tim Dijkstra
5884
5885 2006-01-29 [paul]       1.9.100cvs195
5886
5887         * po/sr.po
5888         * po/sv.po
5889                 updated by Aleksandar Urosevic and Anders Troback
5890
5891 2006-01-28 [colin]      1.9.100cvs194
5892
5893         * src/gtk/gtksourceprintjob.c
5894                 Don't fiddle with PangoLayout when we
5895                 have an image
5896
5897 2006-01-28 [paul]       1.9.100cvs193
5898
5899         * AUTHORS
5900         * po/el.po
5901         * po/zh_CN.po
5902         * src/gtk/authors.h
5903         * tools/claws.i18n.status.pl
5904                 updated translations submitted by Stavros Giannouris
5905                 and Ralgh Young
5906
5907 2006-01-27 [colin]      1.9.100cvs192
5908
5909         * src/summaryview.c
5910         * src/gtk/gtksourceprintjob.c
5911                 Add image printing 
5912                 (libgnomeprint only, of course)
5913
5914 2006-01-27 [paul]       1.9.100cvs191
5915
5916         * po/fr.po
5917         * po/it.po
5918                 updated by Fabien Vantard and Andrea Spadaccini
5919
5920 2006-01-26 [colin]      1.9.100cvs190
5921
5922         * manual/Makefile.am
5923         * configure.ac
5924                 Make building the manual optional 
5925                 (--disable-manual)
5926
5927 2006-01-26 [paul]       1.9.100cvs189
5928
5929         * manual/glossary.xml
5930         * manual/plugins.xml
5931                 edited
5932         * po/en_GB.po
5933                 updated
5934
5935 2006-01-26 [paul]       1.9.100cvs188
5936
5937         * src/prefs_display_header.c
5938         * src/prefs_folder_column.c
5939         * src/prefs_msg_colors.c
5940         * src/prefs_summaries.c
5941         * src/prefs_summary_column.c
5942                 HIGify
5943
5944 2006-01-25 [colin]      1.9.100cvs187
5945
5946         * src/imap.c
5947                 Don't allow moving/copying mails between
5948                 queue/drafts and non-queue/drafts folders
5949                 Fixes bug #897 (message header is resetted 
5950                 if one is copied to Drafts)
5951
5952 2006-01-25 [colin]      1.9.100cvs186
5953
5954         * src/folder.c
5955         * src/mainwindow.c
5956                 Fix subscribed folders not found
5957         * src/compose.c
5958                 Don't try to encode as original mail's charset
5959                 if it's ascii 
5960
5961 2006-01-25 [paul]       1.9.100cvs185
5962
5963         * AUTHORS
5964         * po/Makevars
5965                 updated
5966         * po/de.po
5967         * po/pl.po
5968         * po/pt_BR.po
5969         * po/sr.po
5970                 updates submitted by Stephan Sachse, Emilian Nowak
5971                 and Quar, Frederico Goncalves Guimaraes, and
5972                 Aleksandar Urosevic
5973                 Fix Bug 896, 'PT_BR locale broken'.
5974         * src/gtk/authors.h
5975                 updated
5976
5977 2006-01-24 [mones]      1.9.100cvs184
5978
5979         * manual/glossary.xml
5980                 All current terms finished. Reviewers welcome ;-)
5981         * manual/keyboard.xml
5982                 Fixed column width for pdf output.
5983         * po/es.po
5984                 Updated
5985
5986 2006-01-24 [paul]       1.9.100cvs183
5987
5988         * manual/glossary.xml
5989                 fix id name
5990         * manual/dist/html/Makefile.am
5991         * manual/dist/pdf/Makefile.am
5992         * manual/dist/ps/Makefile.am
5993         * manual/dist/txt/Makefile.am
5994                 fix make deps
5995                 Thanks to Colin
5996
5997 2006-01-24 [mones]      1.9.100cvs182
5998
5999         * manual/glossary.xml
6000                 Nearly finished, some terms missing.
6001
6002 2006-01-23 [paul]       1.9.100cvs181
6003
6004         * manual/dist/html/Makefile.am
6005         * manual/dist/pdf/Makefile.am
6006         * manual/dist/ps/Makefile.am
6007         * manual/dist/txt/Makefile.am
6008         * src/mainwindow.c
6009                 re-enable manual
6010                 Thanks to Colin
6011
6012 2006-01-22 [colin]      1.9.100cvs180
6013
6014         * src/compose.c
6015         * src/gtk/gtkaspell.c
6016                 Don't deselect stuff before right-clicking, with aspell.
6017                 (This prevented right-click Copy, for example).
6018                 Thanks to Clo!
6019
6020 2006-01-22 [paul]       1.9.100cvs179
6021
6022         * src/summary_search.c
6023                 don't fix the widget size as it causes problems
6024                 under localisation.
6025                 Thanks to Emilian Nowak
6026
6027 2006-01-21 [paul]       1.9.100cvs178
6028
6029         * src/prefs_themes.c
6030                 fix broken underlining of label text
6031                 with some translations
6032
6033 2006-01-21 [colin]      1.9.100cvs177
6034
6035         * po/fr.po
6036                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6037
6038 2006-01-20 [colin]      1.9.100cvs176
6039
6040         * configure.ac
6041         * Makefile.am
6042         * manual/Makefile
6043         * manual/dist/html/.cvsignore
6044         * manual/dist/html/Makefile.am
6045         * manual/dist/pdf/.cvsignore
6046         * manual/dist/pdf/Makefile.am
6047         * manual/dist/ps/.cvsignore
6048         * manual/dist/ps/Makefile.am
6049         * manual/dist/txt/.cvsignore
6050         * manual/dist/txt/Makefile.am
6051                 Autotool-ize manual
6052
6053 2006-01-20 [paul]       1.9.100cvs175
6054
6055         * manual/handling.xml
6056                 make Filtering and Searching entries easier to find
6057         * manual/keyboard.xml
6058                 add the remaining default keybinds
6059         * src/prefs_summaries.c
6060                 update the default keybinds
6061
6062 2006-01-20 [paul]       1.9.100cvs174
6063
6064         * src/addressbook.c
6065         * src/addrgather.c
6066         * src/addrharvest.c
6067         * src/editaddress.c
6068         * src/editgroup.c
6069         * src/exphtmldlg.c
6070         * src/expldifdlg.c
6071         * src/exporthtml.c
6072         * src/exportldif.c
6073         * src/ldif.c
6074                 replace 'e-mail' with 'email'
6075         * src/summary_search.c
6076                 add mnemonic to "Find all" button
6077
6078 2006-01-20 [wwp]        1.9.100cvs173
6079
6080         * src/export.c
6081         * src/import.c
6082                 touched mbox import/export buttons for HIG-compliance
6083
6084 2006-01-19 [paul]       1.9.100cvs172
6085
6086         * manual/account.xml
6087         * manual/addrbook.xml
6088         * manual/advanced.xml
6089         * manual/faq.xml
6090         * manual/handling.xml
6091         * manual/intro.xml
6092         * manual/plugins.xml
6093         * manual/starting.xml
6094                 more editing
6095
6096 2006-01-19 [paul]       1.9.100cvs171
6097
6098         * src/toolbar.c
6099                 allow use of trash button while receiving
6100                 Thanks to Colin
6101
6102 2006-01-19 [wwp]        1.9.100cvs170
6103
6104         * src/gtk/quicksearch.c
6105         * src/compose.c
6106                 force text color to black when yellow background is set
6107
6108 2006-01-19 [colin]      1.9.100cvs169
6109
6110         * src/plugins/trayicon/trayicon.c
6111                 Gray out Get Mail when already getting mail
6112
6113 2006-01-18 [paul]       1.9.100cvs168
6114
6115         * src/compose.c
6116                 give widget yellow background was To is
6117                 set via folder prefs
6118         * src/gtk/quicksearch.c
6119                 give widget yellow background when quick
6120                 search is active.
6121                 Thanks to Colin
6122
6123 2006-01-18 [paul]       1.9.100cvs167
6124
6125         * doc/man/sylpheed-claws.1
6126                 add --subscribe option
6127
6128 2006-01-18 [paul]       1.9.100cvs166
6129
6130         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6131         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6132                 use %U instead of %F (%F is broken for user installed
6133                 files in kde 3.5)
6134
6135 2006-01-18 [colin]      1.9.100cvs165
6136
6137         * src/summaryview.c
6138                 Default to Yes in "No more * messages" dialogs
6139
6140 2006-01-17 [colin]      1.9.100cvs164
6141
6142         * src/compose.c
6143                 Possibly fix an invalid iterator causing
6144                 crash
6145
6146 2006-01-17 [colin]      1.9.100cvs163
6147
6148         * src/mimeview.c
6149                 Fix crash when the image disappears under the
6150                 image viewer
6151
6152 2006-01-16 [colin]      1.9.100cvs162
6153
6154         * src/compose.c
6155                 Fix reenabling autowrap
6156
6157 2006-01-16 [colin]      1.9.100cvs161
6158
6159         * src/compose.c
6160                 reset quote_len before getting quote_str
6161
6162 2006-01-16 [colin]      1.9.100cvs160
6163
6164         * src/account.c
6165         * src/account.h
6166         * src/folder.c
6167         * src/imap_gtk.c
6168         * src/mh_gtk.c
6169                 Fix bug #883 (default inbox does not track folder move)
6170
6171 2006-01-16 [colin]      1.9.100cvs159
6172
6173         * src/compose.c
6174         * src/plugins/pgpcore/passphrase.c
6175                 More buttons fixes
6176
6177 2006-01-16 [paul]       1.9.100cvs158
6178
6179         * src/prefs_actions.c
6180         * src/prefs_filtering_action.c
6181         * src/prefs_matcher.c
6182         * src/quote_fmt.c
6183         * src/gtk/description_window.c
6184         * src/gtk/description_window.h
6185         * src/gtk/quicksearch.c
6186                 description window cleanups
6187
6188 2006-01-15 [colin]      1.9.100cvs157
6189
6190         * src/addressbook.c
6191         * src/prefs_filtering.c
6192                 Same here
6193
6194 2006-01-15 [colin]      1.9.100cvs156
6195
6196         * src/folderview.c
6197         * src/mainwindow.c
6198                 Same for "Empty trash"
6199
6200 2006-01-15 [colin]      1.9.100cvs155
6201
6202         * src/inc.c
6203                 Override offline dialog had Yes by default
6204
6205 2006-01-15 [colin]      1.9.100cvs154
6206
6207         * src/summaryview.c
6208                 Delete selected messages? previously had Yes the default
6209
6210 2006-01-15 [colin]      1.9.100cvs153
6211
6212         * src/folder.c
6213         * src/folder.h
6214         * src/main.c
6215                 Check if a mailbox is loaded after all
6216                 plugins are loaded.
6217
6218 2006-01-15 [colin]      1.9.100cvs152
6219
6220         * src/folder.c
6221                 Don't start wizard when there are unloaded folders (will help
6222                 people with only mbox or maildir mailboxes)
6223
6224 2006-01-14 [colin]      1.9.100cvs151
6225
6226         * src/addressbook.c
6227         * src/expldifdlg.c
6228         * src/importldif.c
6229         * src/importmutt.c
6230         * src/importpine.c
6231         * src/mh_gtk.c
6232                 More HIG compliance and fixes
6233
6234 2006-01-14 [colin]      1.9.100cvs150
6235
6236         * src/prefs_filtering_action.c
6237         * src/foldersel.c
6238                 Two forgotten button order changes
6239
6240 2006-01-14 [colin]      1.9.100cvs149
6241
6242         * src/account.c
6243         * src/addressbook.c
6244         * src/compose.c
6245         * src/folderview.c
6246         * src/imap_gtk.c
6247         * src/mainwindow.c
6248         * src/mh_gtk.c
6249         * src/news_gtk.c
6250         * src/prefs_actions.c
6251         * src/prefs_customheader.c
6252         * src/prefs_filtering.c
6253         * src/prefs_matcher.c
6254         * src/prefs_template.c
6255         * src/ssl_manager.c
6256         * src/summaryview.c
6257         * src/textview.c
6258         * src/toolbar.c
6259                 All deletion confirmations are now "Cancel, Delete" 
6260                 instead of "No, Yes"
6261                 Clarified most of the other "No, Yes" to 
6262                 "Cancel, Descriptive_action"
6263                 Rechanged the "Entry not saved" alerts to have 
6264                 "Close, Continue editing"
6265
6266
6267 2006-01-14 [paul]
6268
6269         * 2.0.0-rc4 released
6270
6271 2006-01-14 [paul]       1.9.100cvs148
6272
6273         * src/account.c
6274         * src/addressadd.c
6275         * src/addressbook.c
6276         * src/compose.c
6277         * src/editaddress.c
6278         * src/editbook.c
6279         * src/editgroup.c
6280         * src/editjpilot.c
6281         * src/editldap.c
6282         * src/editvcard.c
6283         * src/exphtmldlg.c
6284         * src/expldifdlg.c
6285         * src/folderview.c
6286         * src/grouplistdialog.c
6287         * src/imap_gtk.c
6288         * src/importmutt.c
6289         * src/importpine.c
6290         * src/inc.c
6291         * src/main.c
6292         * src/mainwindow.c
6293         * src/message_search.c
6294         * src/messageview.c
6295         * src/mh_gtk.c
6296         * src/mimeview.c
6297         * src/news_gtk.c
6298         * src/prefs_actions.c
6299         * src/prefs_customheader.c
6300         * src/prefs_filtering.c
6301         * src/prefs_matcher.c
6302         * src/prefs_template.c
6303         * src/prefs_themes.c
6304         * src/ssl_manager.c
6305         * src/summary_search.c
6306         * src/summaryview.c
6307         * src/textview.c
6308         * src/toolbar.c
6309         * src/gtk/foldersort.c
6310         * src/gtk/gtkaspell.c
6311         * src/gtk/inputdialog.c
6312         * src/gtk/prefswindow.c
6313         * src/plugins/pgpcore/select-keys.c
6314         * src/plugins/trayicon/trayicon.c
6315                 HIG compliant button order
6316
6317 2006-01-14 [mones]      1.9.100cvs147
6318
6319         * po/es.po
6320                 Updated translation
6321
6322 2006-01-13 [paul]       1.9.100cvs146
6323
6324         * AUTHORS
6325         * ChangeLog
6326         * src/gtk/authors.h
6327                 add Joshua M. Kwan to contributors list
6328
6329 2006-01-13 [colin]      1.9.100cvs145
6330
6331         * src/gtk/quicksearch.c
6332                 Don't refocus quick search after executing (Esc or Enter)
6333                 Allows to '/'search something then move up/down in 
6334                 summaryview, and to Esc a search and be back in the 
6335                 summaryview
6336
6337 2006-01-13 [paul]       1.9.100cvs144
6338
6339         * src/plugins/pgpinline/pgpinline.c
6340                 support Content-Type 'application/pgp'
6341                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6342
6343 2006-01-13 [paul]       1.9.100cvs143
6344
6345         * manual/account.xml
6346                 make mention of partial retrieval
6347                 thanks to Colin
6348
6349 2006-01-13 [paul]       1.9.100cvs142
6350
6351         * src/account.c
6352         * src/account.h
6353         * src/action.c
6354         * src/action.h
6355         * src/adbookbase.h
6356         * src/addr_compl.c
6357         * src/addr_compl.h
6358         * src/addrbook.c
6359         * src/addrcache.c
6360         * src/addrcache.h
6361         * src/addrcindex.c
6362         * src/addrcindex.h
6363         * src/addrclip.c
6364         * src/addrclip.h
6365         * src/addrdefs.h
6366         * src/addressadd.c
6367         * src/addressadd.h
6368         * src/addressbook.c
6369         * src/addressbook.h
6370         * src/addrgather.c
6371         * src/addrgather.h
6372         * src/addrharvest.c
6373         * src/addrharvest.h
6374         * src/addrindex.c
6375         * src/addrindex.h
6376         * src/addritem.c
6377         * src/addritem.h
6378         * src/addrquery.c
6379         * src/addrquery.h
6380         * src/addrselect.c
6381         * src/addrselect.h
6382         * src/alertpanel.c
6383         * src/alertpanel.h
6384         * src/browseldap.c
6385         * src/browseldap.h
6386         * src/codeconv.c
6387         * src/codeconv.h
6388         * src/compose.c
6389         * src/compose.h
6390         * src/customheader.c
6391         * src/customheader.h
6392         * src/displayheader.c
6393         * src/displayheader.h
6394         * src/editaddress.c
6395         * src/editaddress.h
6396         * src/editbook.c
6397         * src/editbook.h
6398         * src/editgroup.c
6399         * src/editgroup.h
6400         * src/editjpilot.c
6401         * src/editjpilot.h
6402         * src/editldap.c
6403         * src/editldap.h
6404         * src/editldap_basedn.c
6405         * src/editldap_basedn.h
6406         * src/editvcard.c
6407         * src/editvcard.h
6408         * src/exphtmldlg.c
6409         * src/exphtmldlg.h
6410         * src/expldifdlg.c
6411         * src/expldifdlg.h
6412         * src/export.h
6413         * src/exporthtml.c
6414         * src/exporthtml.h
6415         * src/exportldif.c
6416         * src/exportldif.h
6417         * src/filtering.c
6418         * src/filtering.h
6419         * src/folder.c
6420         * src/folder.h
6421         * src/folder_item_prefs.c
6422         * src/folder_item_prefs.h
6423         * src/foldersel.c
6424         * src/foldersel.h
6425         * src/folderutils.c
6426         * src/folderutils.h
6427         * src/folderview.c
6428         * src/folderview.h
6429         * src/grouplistdialog.c
6430         * src/grouplistdialog.h
6431         * src/headerview.c
6432         * src/html.c
6433         * src/html.h
6434         * src/image_viewer.c
6435         * src/image_viewer.h
6436         * src/imap.c
6437         * src/imap.h
6438         * src/imap_gtk.c
6439         * src/imap_gtk.h
6440         * src/import.h
6441         * src/importldif.c
6442         * src/importldif.h
6443         * src/importmutt.c
6444         * src/importmutt.h
6445         * src/importpine.c
6446         * src/importpine.h
6447         * src/inc.c
6448         * src/inc.h
6449         * src/jpilot.c
6450         * src/jpilot.h
6451         * src/ldapctrl.c
6452         * src/ldapctrl.h
6453         * src/ldaplocate.c
6454         * src/ldaplocate.h
6455         * src/ldapquery.c
6456         * src/ldapquery.h
6457         * src/ldapserver.c
6458         * src/ldapserver.h
6459         * src/ldaputil.c
6460         * src/ldaputil.h
6461         * src/ldif.c
6462         * src/ldif.h
6463         * src/main.c
6464         * src/main.h
6465         * src/mainwindow.c
6466         * src/mainwindow.h
6467         * src/manual.c
6468         * src/manual.h
6469         * src/mbox.c
6470         * src/mbox.h
6471         * src/message_search.c
6472         * src/message_search.h
6473         * src/messageview.c
6474         * src/messageview.h
6475         * src/mh.c
6476         * src/mh.h
6477         * src/mh_gtk.c
6478         * src/mh_gtk.h
6479         * src/mimeview.c
6480         * src/mimeview.h
6481         * src/msgcache.c
6482         * src/msgcache.h
6483         * src/mutt.c
6484         * src/mutt.h
6485         * src/news.c
6486         * src/news.h
6487         * src/news_gtk.c
6488         * src/news_gtk.h
6489         * src/partial_download.c
6490         * src/partial_download.h
6491         * src/pine.c
6492         * src/pine.h
6493         * src/pop.c
6494         * src/pop.h
6495         * src/prefs_account.c
6496         * src/prefs_account.h
6497         * src/prefs_actions.c
6498         * src/prefs_actions.h
6499         * src/prefs_common.c
6500         * src/prefs_common.h
6501         * src/prefs_compose_writing.c
6502         * src/prefs_compose_writing.h
6503         * src/prefs_customheader.c
6504         * src/prefs_customheader.h
6505         * src/prefs_display_header.c
6506         * src/prefs_display_header.h
6507         * src/prefs_filtering.c
6508         * src/prefs_filtering.h
6509         * src/prefs_filtering_action.c
6510         * src/prefs_filtering_action.h
6511         * src/prefs_folder_column.c
6512         * src/prefs_folder_column.h
6513         * src/prefs_folder_item.c
6514         * src/prefs_folder_item.h
6515         * src/prefs_fonts.c
6516         * src/prefs_fonts.h
6517         * src/prefs_gtk.c
6518         * src/prefs_gtk.h
6519         * src/prefs_image_viewer.c
6520         * src/prefs_image_viewer.h
6521         * src/prefs_matcher.c
6522         * src/prefs_matcher.h
6523         * src/prefs_message.c
6524         * src/prefs_msg_colors.c
6525         * src/prefs_msg_colors.h
6526         * src/prefs_other.c
6527         * src/prefs_quote.c
6528         * src/prefs_receive.c
6529         * src/prefs_send.c
6530         * src/prefs_spelling.c
6531         * src/prefs_spelling.h
6532         * src/prefs_summaries.c
6533         * src/prefs_summaries.h
6534         * src/prefs_summary_column.c
6535         * src/prefs_summary_column.h
6536         * src/prefs_template.c
6537         * src/prefs_template.h
6538         * src/prefs_themes.c
6539         * src/prefs_themes.h
6540         * src/prefs_toolbar.c
6541         * src/prefs_toolbar.h
6542         * src/prefs_wrapping.c
6543         * src/prefs_wrapping.h
6544         * src/privacy.c
6545         * src/privacy.h
6546         * src/procheader.c
6547         * src/procheader.h
6548         * src/procmime.c
6549         * src/procmime.h
6550         * src/procmsg.c
6551         * src/procmsg.h
6552         * src/quote_fmt.c
6553         * src/quote_fmt_parse.y
6554         * src/recv.c
6555         * src/recv.h
6556         * src/remotefolder.c
6557         * src/remotefolder.h
6558         * src/send_message.c
6559         * src/send_message.h
6560         * src/setup.c
6561         * src/setup.h
6562         * src/sourcewindow.c
6563         * src/sourcewindow.h
6564         * src/ssl_manager.c
6565         * src/ssl_manager.h
6566         * src/statusbar.c
6567         * src/statusbar.h
6568         * src/stock_pixmap.c
6569         * src/stock_pixmap.h
6570         * src/summary_search.c
6571         * src/summary_search.h
6572         * src/summaryview.c
6573         * src/summaryview.h
6574         * src/syldap.c
6575         * src/syldap.h
6576         * src/textview.c
6577         * src/textview.h
6578         * src/toolbar.c
6579         * src/toolbar.h
6580         * src/undo.c
6581         * src/undo.h
6582         * src/unmime.c
6583         * src/unmime.h
6584         * src/vcard.c
6585         * src/vcard.h
6586         * src/wizard.c
6587         * src/wizard.h
6588         * src/common/base64.c
6589         * src/common/base64.h
6590         * src/common/defs.h
6591         * src/common/hooks.c
6592         * src/common/hooks.h
6593         * src/common/log.c
6594         * src/common/log.h
6595         * src/common/mgutils.c
6596         * src/common/mgutils.h
6597         * src/common/nntp.c
6598         * src/common/nntp.h
6599         * src/common/passcrypt.c
6600         * src/common/passcrypt.h.in
6601         * src/common/plugin.c
6602         * src/common/plugin.h
6603         * src/common/prefs.c
6604         * src/common/prefs.h
6605         * src/common/progressindicator.c
6606         * src/common/progressindicator.h
6607         * src/common/quoted-printable.c
6608         * src/common/quoted-printable.h
6609         * src/common/session.c
6610         * src/common/session.h
6611         * src/common/smtp.c
6612         * src/common/smtp.h
6613         * src/common/socket.c
6614         * src/common/socket.h
6615         * src/common/ssl.c
6616         * src/common/ssl.h
6617         * src/common/ssl_certificate.c
6618         * src/common/ssl_certificate.h
6619         * src/common/stringtable.c
6620         * src/common/stringtable.h
6621         * src/common/sylpheed.c
6622         * src/common/sylpheed.h
6623         * src/common/template.c
6624         * src/common/template.h
6625         * src/common/timing.h
6626         * src/common/utils.c
6627         * src/common/utils.h
6628         * src/common/version.h.in
6629         * src/common/xml.c
6630         * src/common/xml.h
6631         * src/common/xmlprops.c
6632         * src/common/xmlprops.h
6633         * src/gtk/colorlabel.c
6634         * src/gtk/colorsel.c
6635         * src/gtk/colorsel.h
6636         * src/gtk/description_window.c
6637         * src/gtk/description_window.h
6638         * src/gtk/filesel.c
6639         * src/gtk/filesel.h
6640         * src/gtk/foldersort.c
6641         * src/gtk/foldersort.h
6642         * src/gtk/gtkutils.c
6643         * src/gtk/gtkutils.h
6644         * src/gtk/inputdialog.c
6645         * src/gtk/inputdialog.h
6646         * src/gtk/logwindow.c
6647         * src/gtk/logwindow.h
6648         * src/gtk/manage_window.c
6649         * src/gtk/manage_window.h
6650         * src/gtk/menu.c
6651         * src/gtk/menu.h
6652         * src/gtk/pluginwindow.c
6653         * src/gtk/pluginwindow.h
6654         * src/gtk/prefswindow.c
6655         * src/gtk/prefswindow.h
6656         * src/gtk/progressdialog.c
6657         * src/gtk/progressdialog.h
6658         * src/gtk/sslcertwindow.c
6659         * src/gtk/sslcertwindow.h
6660         * src/plugins/clamav/clamav_plugin.c
6661         * src/plugins/clamav/clamav_plugin.h
6662         * src/plugins/clamav/clamav_plugin_gtk.c
6663         * src/plugins/demo/demo.c
6664         * src/plugins/dillo_viewer/dillo_prefs.c
6665         * src/plugins/dillo_viewer/dillo_prefs.h
6666         * src/plugins/dillo_viewer/dillo_viewer.c
6667         * src/plugins/pgpcore/passphrase.c
6668         * src/plugins/pgpcore/passphrase.h
6669         * src/plugins/pgpcore/plugin.c
6670         * src/plugins/pgpcore/select-keys.c
6671         * src/plugins/pgpcore/select-keys.h
6672         * src/plugins/pgpcore/sgpgme.c
6673         * src/plugins/pgpcore/sgpgme.h
6674         * src/plugins/pgpinline/pgpinline.c
6675         * src/plugins/pgpinline/pgpinline.h
6676         * src/plugins/pgpinline/plugin.c
6677         * src/plugins/pgpmime/pgpmime.c
6678         * src/plugins/pgpmime/pgpmime.h
6679         * src/plugins/pgpmime/plugin.c
6680         * src/plugins/spamassassin/spamassassin.c
6681         * src/plugins/spamassassin/spamassassin.h
6682         * src/plugins/spamassassin/spamassassin_gtk.c
6683         * src/plugins/trayicon/trayicon.c
6684                 update copyright header
6685
6686 2006-01-13 [paul]       1.9.100cvs141
6687
6688         * src/account.c
6689         * src/export.c
6690         * src/import.c
6691         * src/mainwindow.c
6692         * src/prefs_account.c
6693         * src/prefs_display_header.c
6694         * src/prefs_receive.c
6695         * src/prefs_send.c
6696         * src/prefs_summaries.c
6697         * src/prefs_themes.c
6698         * src/prefs_toolbar.c
6699         * src/gtk/about.c
6700                 various cleanups
6701
6702 2006-01-12 [colin]      1.9.100cvs140
6703
6704         * src/folder.c
6705         * src/folder.h
6706         * src/main.c
6707                 Add --subscribe option
6708                 Let sylpheed-claws email@domain.com equivalent to --compose
6709                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6710
6711 2006-01-12 [paul]       1.9.100cvs139
6712
6713         * src/mainwindow.c
6714                 append 'Change folder order' label with '...'
6715         * src/prefs_actions.c
6716                 allow reordering of actions list by dnd
6717         * src/gtk/foldersort.c
6718                 make the dialog nicer
6719
6720 2006-01-11 [colin]      1.9.100cvs138
6721
6722         * src/compose.c
6723                 Allow templates without text
6724
6725 2006-01-11 [paul]       1.9.100cvs137
6726
6727         * tools/README
6728         * tools/filter_conv_new.pl
6729                 add info to README
6730                 also check .sylpheed for filter.xml
6731                 be a bit informative to the user
6732
6733 2006-01-11 [colin]      1.9.100cvs136
6734
6735         * src/textview.c
6736                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6737
6738 2006-01-10 [paul]       1.9.100cvs135
6739
6740         * tools/Makefile.am
6741         * tools/filter_conv_new.pl
6742                 add script to convert new style Sylpheed
6743                 filter rules (Sylpheed >= 0.9.99) to
6744                 Claws filtering rules
6745
6746 2006-01-10 [colin]      1.9.100cvs134
6747
6748         * src/compose.c
6749                 Fix broken line joins in certain conditions
6750                 (between two quoted lines: <enter><enter><up>
6751                  <type a wrapped sentence><go in the first line>
6752                  <insert more text><watch as line joining failed>)
6753
6754 2006-01-10 [paul]       1.9.100cvs133
6755
6756         * src/compose.c
6757                 don't report success in error dialog
6758                 thanks to Colin
6759         * src/common/utils.c
6760                 include some trailing punctuations as URI
6761                 thanks to Hiro
6762
6763 2006-01-10 [paul]       1.9.100cvs132
6764
6765         * src/mimeview.c
6766                 fix incompatible pointer type
6767                 warning
6768
6769 2006-01-10 [paul]       1.9.100cvs131
6770
6771         * src/compose.c
6772                 change Subject in window title
6773                 instantaneously
6774
6775 2006-01-09 [colin]      1.9.100cvs130
6776
6777         * src/addressbook.c
6778         * src/headerview.c
6779         * src/mainwindow.c
6780         * src/messageview.c
6781         * src/mimeview.c
6782         * src/noticeview.c
6783         * src/summaryview.c
6784                 Fix possible crashes on exit and in addressbook
6785
6786 2006-01-09 [paul]       1.9.100cvs129
6787
6788         * src/prefs_msg_colors.c
6789                 some cleanups that I forgot last time
6790
6791 2006-01-09 [paul]       1.9.100cvs128
6792
6793         * README
6794         * src/folderview.c
6795         * src/prefs_msg_colors.c
6796                 add previously hidden option, color_new, to
6797                 the gui
6798                 move the page to Display/
6799                 rework the gui
6800
6801 2006-01-09 [wwp]        1.9.100cvs127
6802
6803         * src/prefs_themes.c
6804                 made the prefs/display/themes layouts spacing less condensed
6805                 (and so they match other prefs/pages' look).
6806
6807 2006-01-09 [paul]       1.9.100cvs126
6808
6809         * src/compose.c
6810         * src/prefs_common.c
6811         * src/prefs_common.h
6812         * src/prefs_wrapping.c
6813                 remove 'wrap at send' option
6814
6815 2006-01-06 [colin]      1.9.100cvs125
6816
6817         * src/compose.c
6818                 Just make completely sure we don't insert "manual line breaks" 
6819                 when wrapping... 
6820
6821 2006-01-04 [paul]
6822
6823         * 2.0.0-rc3 released
6824
6825 2006-01-04 [paul]       1.9.100cvs124
6826
6827         * src/folderview.c
6828                 fix bug 882, 'quick scroll in folder list
6829                 displays wrong folder contents'
6830
6831 2006-01-04 [paul]       1.9.100cvs123
6832
6833         * src/plugins/pgpmime/pgpmime.c
6834                 better debug information when signing
6835                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6836
6837 2006-01-03 [colin]      1.9.100cvs122
6838
6839         * configure.ac
6840                 We need to recheck for gpgme 1.0.0 after checking
6841                 for 1.1.1, because if 1.1.1 isn't available, 
6842                 GPGME_LIBS and friends are blanked out by the 
6843                 second check.
6844
6845 2006-01-03 [colin]      1.9.100cvs121
6846
6847         * src/common/prefs.c
6848                 Windows unlink-before rename fix
6849         * src/plugins/pgpcore/sgpgme.c
6850                 Add support for PKA info if available
6851                 Both patches by Werner Koch
6852
6853 2006-01-03 [paul]       1.9.100cvs120
6854
6855         * src/messageview.c
6856                 fix bug 884, 'Send receipt' button visible in queue
6857                 Thanks to Colin
6858
6859 2006-01-02 [colin]      1.9.100cvs119
6860
6861         * src/compose.c
6862         * src/imap.c
6863                 Fix autosave on IMAP and more generally try to
6864                 return the correct ID on a newly added IMAP message
6865
6866 2006-01-02 [paul]       1.9.100cvs118
6867
6868         * manual/keyboard.xml
6869                 edited
6870
6871 2006-01-01 [paul]       1.9.100cvs117
6872
6873         * src/gtk/authors.h
6874                 alphabetical order
6875
6876 2005-12-30 [colin]      1.9.100cvs116
6877
6878         * manual/advanced.xml
6879                 Explain Pre/Post-processing differences.
6880
6881 2005-12-30 [colin]      1.9.100cvs115
6882
6883         * src/mh.c
6884                 Implement copy_msgs for a little optimization
6885         * src/imap.c
6886                 Finish yesterday's fix
6887
6888 2005-12-29 [colin]      1.9.100cvs114
6889
6890         * src/imap.c
6891                 Fix occasional failure in fetching a mail over
6892                 IMAP
6893
6894 2005-12-29 [colin]      1.9.100cvs113
6895
6896         * src/compose.c
6897                 Don't remove a draft when sending it, if it is 
6898                 locked.
6899
6900 2005-12-28 [colin]      1.9.100cvs112
6901
6902         * src/summaryview.c
6903                 Fix leak for real
6904
6905 2005-12-28 [wwp]        1.9.100cvs111
6906
6907         * doc/faq/.cvsignore
6908         * doc/faq/de/.cvsignore
6909         * doc/faq/en/.cvsignore
6910         * doc/faq/es/.cvsignore
6911         * doc/faq/fr/.cvsignore
6912         * doc/faq/it/.cvsignore
6913         * doc/manual/.cvsignore
6914         * doc/manual/de/.cvsignore
6915         * doc/manual/en/.cvsignore
6916         * doc/manual/es/.cvsignore
6917         * doc/manual/fr/.cvsignore
6918         * doc/manual/ja/.cvsignore
6919         * src/plugins/mathml_viewer/.cvsignore
6920                 rollback revival of those files (my bad, sorry for the noise).
6921
6922 2005-12-28 [wwp]        1.9.100cvs110
6923
6924         * src/compose.c
6925                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6926
6927 2005-12-28 [wwp]        1.9.100cvs109
6928
6929         * doc/faq/.cvsignore
6930         * doc/faq/de/.cvsignore
6931         * doc/faq/en/.cvsignore
6932         * doc/faq/es/.cvsignore
6933         * doc/faq/fr/.cvsignore
6934         * doc/faq/it/.cvsignore
6935         * doc/manual/.cvsignore
6936         * doc/manual/de/.cvsignore
6937         * doc/manual/en/.cvsignore
6938         * doc/manual/es/.cvsignore
6939         * doc/manual/fr/.cvsignore
6940         * doc/manual/ja/.cvsignore
6941         * src/plugins/mathml_viewer/.cvsignore
6942         * po/.cvsignore
6943                 more files to ignore.
6944
6945 2005-12-24 [colin]      1.9.100cvs108
6946
6947         * AUTHORS
6948         * src/gtk/authors.h
6949                 Update for Werner
6950
6951 2005-12-24 [colin]      1.9.100cvs107
6952
6953         * src/procmsg.c
6954                 Allow NULL src_msginfo in 
6955                 procmsg_msginfo_new_from_mimeinfo
6956
6957 2005-12-23 [paul]       1.9.100cvs106
6958
6959         * src/plugins/pgpinline/mypgpcore.def
6960                 add this forgotten file
6961
6962 2005-12-23 [colin]      1.9.100cvs105
6963
6964         * src/mainwindow.c
6965                 Fix missing break
6966
6967 2005-12-23 [colin]      1.9.100cvs104
6968
6969         * autogen.sh
6970         * src/folder.c
6971         * src/mh.c
6972         * src/common/plugin.c
6973         * src/common/socket.c
6974         * src/common/socket.h
6975         * src/common/utils.c
6976         * src/common/utils.h
6977         * src/gtk/pluginwindow.c
6978         * src/plugins/pgpcore/plugin.def
6979         * src/plugins/pgpcore/sylpheed.def
6980         * src/plugins/pgpinline/Makefile.am
6981         * src/plugins/pgpinline/plugin.def
6982         * src/plugins/pgpinline/sylpheed.def
6983         * src/plugins/pgpmime/plugin.def
6984         * src/plugins/pgpmime/sylpheed.def
6985                 Various w32 fixes by Werner Koch
6986
6987 2005-12-22 [paul]       1.9.100cvs103
6988
6989         * src/wizard.c
6990                 don't offer IMAP as 'server type' if
6991                 libetpan isn't built in
6992
6993 2005-12-22 [paul]       1.9.100cvs102
6994
6995         * AUTHORS
6996         * src/mainwindow.c
6997         * src/mainwindow.h
6998         * src/toolbar.c
6999         * src/gtk/authors.h
7000                 support GTK_TOOLBAR_BOTH_HORIZ (text
7001                 next to icon) Patch by Marien Zwart
7002                 marienz@users.sf.net
7003                 Also reword the text
7004
7005 2005-12-21 [colin]      1.9.100cvs101
7006
7007         * configure.ac
7008                 Fix DATADIRNAME
7009         * COPYING
7010                 Fix missing section and explicit the exception better
7011         * src/compose.c
7012                 Prevent mail from being lost without notice when an
7013                 SMTP error happens on trying to send an unmodified
7014                 drafted mail.
7015         * src/send_message.c
7016         * src/common/smtp.c
7017                 Fix password remembering when wrong, and add return
7018                 value checks where they should have been
7019         * src/plugins/pgpcore/sylpheed.def
7020         * src/plugins/pgpinline/sylpheed.def
7021         * src/plugins/pgpmime/sylpheed.def
7022                 Add a few symbols needed
7023
7024 2005-12-21 [paul]       1.9.100cvs100
7025
7026         * m4/codeset.m4
7027         * m4/glibc21.m4
7028         * m4/intdiv0.m4
7029         * m4/inttypes-pri.m4
7030         * m4/inttypes.m4
7031         * m4/inttypes_h.m4
7032         * m4/isc-posix.m4
7033         * m4/lcmessage.m4
7034         * m4/stdint_h.m4
7035         * m4/uintmax_t.m4
7036                 gettextization
7037                 thanks to Colin
7038
7039 2005-12-21 [paul]       1.9.100cvs99
7040
7041         * po/sv.po
7042                 fixed by Colin
7043
7044 2005-12-20 [paul]       1.9.100cvs98
7045
7046         * po/sv.po
7047                 updated by Anders Trobäck
7048
7049 2005-12-20 [colin]      1.9.100cvs97
7050
7051         * ABOUT-NLS
7052         * Makefile.am
7053         * autogen.sh
7054         * configure.ac
7055         * config/config.rpath
7056         * config/mkinstalldirs
7057         * m4/Makefile.am
7058         * m4/glibc2.m4
7059         * m4/gnupg.m4
7060         * m4/gpgme.m4
7061         * m4/intmax.m4
7062         * m4/longdouble.m4
7063         * m4/longlong.m4
7064         * m4/printf-posix.m4
7065         * m4/signed.m4
7066         * m4/size_max.m4
7067         * m4/ulonglong.m4
7068         * m4/wchar_t.m4
7069         * m4/wint_t.m4
7070         * m4/xsize.m4
7071         * po/Makefile.in.in
7072         * po/Makevars
7073         * po/bg.po
7074         * po/ca.po
7075         * po/cs.po
7076         * po/de.po
7077         * po/el.po
7078         * po/en_GB.po
7079         * po/es.po
7080         * po/fi.po
7081         * po/fr.po
7082         * po/hr.po
7083         * po/hu.po
7084         * po/it.po
7085         * po/ja.po
7086         * po/ko.po
7087         * po/nb.po
7088         * po/nl.po
7089         * po/pl.po
7090         * po/pt_BR.po
7091         * po/ru.po
7092         * po/sk.po
7093         * po/sr.po
7094         * po/stamp-po
7095         * po/sv.po
7096         * po/zh_CN.po
7097         * po/zh_TW.po
7098         * src/Makefile.am
7099         * src/codeconv.c
7100         * src/compose.c
7101         * src/exporthtml.c
7102         * src/exportldif.c
7103         * src/folder.c
7104         * src/main.c
7105         * src/manual.c
7106         * src/mh.c
7107         * src/mimeview.c
7108         * src/send_message.c
7109         * src/common/Makefile.am
7110         * src/common/fnmatch.c
7111         * src/common/fnmatch.h
7112         * src/common/fnmatch_loop.c
7113         * src/common/nntp.c
7114         * src/common/plugin.c
7115         * src/common/smtp.c
7116         * src/common/socket.c
7117         * src/common/string_match.c
7118         * src/common/sylpheed.c
7119         * src/common/utils.c
7120         * src/common/utils.h
7121         * src/common/w32_dirent.c
7122         * src/common/w32_reg.c
7123         * src/common/w32_signal.c
7124         * src/common/w32_stat.c
7125         * src/common/w32_stdio.c
7126         * src/common/w32_stdlib.c
7127         * src/common/w32_string.c
7128         * src/common/w32_time.c
7129         * src/common/w32_unistd.c
7130         * src/common/w32_wait.c
7131         * src/common/w32lib.h
7132         * src/etpan/Makefile.am
7133         * src/gtk/Makefile.am
7134         * src/plugins/clamav/Makefile.am
7135         * src/plugins/demo/Makefile.am
7136         * src/plugins/dillo_viewer/Makefile.am
7137         * src/plugins/pgpcore/Makefile.am
7138         * src/plugins/pgpcore/passphrase.c
7139         * src/plugins/pgpcore/plugin.def
7140         * src/plugins/pgpcore/sgpgme.c
7141         * src/plugins/pgpcore/sylpheed.def
7142         * src/plugins/pgpcore/version.rc
7143         * src/plugins/pgpinline/Makefile.am
7144         * src/plugins/pgpinline/plugin.def
7145         * src/plugins/pgpinline/sylpheed.def
7146         * src/plugins/pgpinline/version.rc
7147         * src/plugins/pgpmime/Makefile.am
7148         * src/plugins/pgpmime/mypgpcore.def
7149         * src/plugins/pgpmime/plugin.def
7150         * src/plugins/pgpmime/sylpheed.def
7151         * src/plugins/pgpmime/version.rc
7152         * src/plugins/spamassassin/Makefile.am
7153                 Very little ;-) patch from Werner Koch, providing
7154                 infrastructure for cross-compiling to Win32
7155
7156 2005-12-20 [paul]       1.9.100cvs96
7157
7158         * src/account.c
7159         * src/account.h
7160         * src/mainwindow.c
7161         * src/mainwindow.h
7162         * src/toolbar.c
7163         * src/toolbar.h
7164                 add a combo to the Get All button, allowing
7165                 quick retrieval from any account
7166                 Patch by Fabien Vantard, slightly modified
7167                 by Colin
7168         * src/gtk/about.c
7169                 i18n fix. Patch by Fabien Vantard
7170
7171 2005-12-19 [colin]      1.9.100cvs95
7172
7173         * src/compose.c
7174         * src/compose.h
7175                 Don't automatically join lines when they've 
7176                 been separated by the user and not automatically
7177
7178 2005-12-19 [paul]       1.9.100cvs94
7179
7180         * src/gtk/pluginwindow.c
7181                 i18n fix.
7182                 Patch by Fabien Vantard
7183
7184 2005-12-15 [paul]       1.9.100cvs93
7185
7186         * src/common/plugin.c
7187         * src/common/plugin.h
7188         * src/gtk/pluginwindow.c
7189         * src/plugins/clamav/clamav_plugin.c
7190         * src/plugins/demo/demo.c
7191         * src/plugins/dillo_viewer/dillo_viewer.c
7192         * src/plugins/pgpcore/plugin.c
7193         * src/plugins/pgpinline/plugin.c
7194         * src/plugins/pgpmime/plugin.c
7195         * src/plugins/spamassassin/spamassassin.c
7196         * src/plugins/trayicon/trayicon.c
7197                 add plugin_version()
7198
7199 2005-12-15 [colin]      1.9.100cvs92
7200
7201         * src/compose.c
7202                 Further fix bug #875
7203
7204 2005-12-15 [paul]       1.9.100cvs91
7205
7206         * src/gtk/filesel.c
7207                 fix attach_load_dir getting set to
7208                 PLUGINDIR on plugin load
7209
7210 2005-12-14 [mones]      1.9.100cvs90
7211
7212         * manual/ack.xml
7213         * manual/keyboard.xml
7214                 Initial draft and some shortcuts added
7215                 
7216         * po/es.po
7217                 Updated translation
7218
7219 2005-12-14 [colin]      1.9.100cvs89
7220
7221         * src/compose.c
7222         * src/imap.c
7223         * src/summaryview.c
7224         * src/gtk/gtkaspell.c
7225                 More leaks fixed
7226         * src/prefs_folder_item.c
7227                 Fix recursive prefs apply
7228
7229
7230 2005-12-14 [colin]      1.9.100cvs88
7231
7232         * src/compose.c
7233                 Fix bug #875 (Freeze On Inline Forward of 
7234                 Large Message)
7235
7236 2005-12-13 [colin]      1.9.100cvs87
7237
7238         * src/compose.c
7239                 Uniq-ify and sort the mimetypes list
7240                 Patch by Fabien Vantard
7241
7242 2005-12-13 [colin]      1.9.100cvs86
7243
7244         * src/imap.c
7245         * src/etpan/imap-thread.c
7246                 Fix leaks (patch by Hoa)
7247         * src/news.c
7248         * src/common/plugin.c
7249                 Fix leaks
7250
7251 2005-12-12 [colin]
7252
7253         * 2.0.0-rc2 released
7254
7255 2005-12-12 [colin]      1.9.100cvs85
7256
7257         * src/matcher.c
7258                 Fix a leak
7259
7260 2005-12-12 [wwp]        1.9.100cvs84
7261
7262         * src/gtk/icon_legend.c
7263                 fix misbehaviour and crash when closing the legend window
7264         using the Esc key (patch by Fabien Vantard).
7265
7266 2005-12-12 [paul]       1.9.100cvs83
7267
7268         * src/browseldap.c
7269         * src/foldersel.c
7270         * src/prefs_actions.c
7271         * src/prefs_filtering.c
7272         * src/prefs_matcher.c
7273         * src/prefs_spelling.glade      ** REMOVED **
7274         * src/prefs_template.c
7275         * src/gtk/foldersort.glade      ** REMOVED **
7276         * src/gtk/pluginwindow.c
7277         * src/gtk/pluginwindow.glade    ** REMOVED **
7278         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7279                 cleanups
7280
7281 2005-12-11 [paul]       1.9.100cvs82
7282
7283         * src/gtk/filesel.c
7284                 fix attach_load_dir crasher (double free)
7285
7286 2005-12-09 [paul]       1.9.100cvs81
7287
7288         * po/POTFILES.in
7289         * src/mainwindow.c
7290         * src/gtk/Makefile.am
7291         * src/gtk/icon_legend.c
7292         * src/gtk/icon_legend.h
7293                 add icon legend
7294         * src/manual.c
7295                 cleanup
7296
7297 2005-12-09 [paul]       1.9.100cvs80
7298
7299         * src/plugins/pgpcore/passphrase.c
7300                 wrap the label in the dialog
7301
7302 2005-12-09 [colin]      1.9.100cvs79
7303
7304         * src/plugins/pgpcore/sgpgme.c
7305                 Display (untrusted) on not trusted signatures
7306                 Patch by Michal Èihaø <michal@cihar.com>
7307                 Closes bug #867 (Report also key trust)
7308
7309 2005-12-09 [colin]      1.9.100cvs78
7310
7311         * src/common/plugin.c
7312                 Update licence check, following Eben Moglen's advice
7313
7314 2005-12-08 [colin]      1.9.100cvs77
7315
7316         * src/folder.c
7317                 Fix the occasionnal item->cache != NULL 
7318                 assertion failure. 
7319
7320 2005-12-08 [colin]      1.9.100cvs76
7321
7322         * src/mimeview.c
7323         * src/plugins/pgpcore/sgpgme.c
7324                 Print key id when unable to check it
7325                 Closes bug #866 (Show key id when missing)
7326
7327 2005-12-08 [paul]       1.9.100cvs75
7328
7329         * src/prefs_common.c
7330         * src/prefs_common.h
7331         * src/gtk/filesel.c
7332                 remember load attachment dir
7333
7334 2005-12-07 [colin]      1.9.100cvs74
7335
7336         * src/prefs_toolbar.c
7337                 Gtk fixes, patch by Fabien Vantard
7338
7339 2005-12-07 [colin]      1.9.100cvs73
7340
7341         * src/action.c
7342         * src/compose.c
7343         * src/compose.h
7344                 Fix bug #839 (Quoted text isn't colored after 
7345                 executing an action)
7346         * src/common/plugin.c
7347                 Require plugins to declare their licence in plugin_licence()
7348                 Refuse to load non-GPL plugins as they'd be illegal (as 
7349                 derived works of Sylpheed-Claws, they must be GPL).
7350         * src/plugins/clamav/clamav_plugin.c
7351         * src/plugins/demo/demo.c
7352         * src/plugins/dillo_viewer/dillo_viewer.c
7353         * src/plugins/pgpcore/plugin.c
7354         * src/plugins/pgpinline/plugin.c
7355         * src/plugins/pgpmime/plugin.c
7356         * src/plugins/spamassassin/spamassassin.c
7357         * src/plugins/trayicon/trayicon.c
7358                 Add plugin_licence()
7359
7360 2005-12-07 [paul]       1.9.100cvs72
7361
7362         * configure.ac
7363         * src/mainwindow.c
7364         * src/manual.c
7365         * src/manual.h
7366         * src/common/defs.h
7367                 clean up after local FAQ removal and
7368                 temporary manual removal
7369
7370 2005-12-06 [colin]      1.9.100cvs71
7371
7372         * configure.ac
7373         * doc/Makefile.am
7374         * doc/faq/.cvsignore
7375         * doc/faq/Makefile.am
7376         * doc/faq/de/.cvsignore
7377         * doc/faq/de/Makefile.am
7378         * doc/faq/de/sylpheed-faq-1.html
7379         * doc/faq/de/sylpheed-faq-2.html
7380         * doc/faq/de/sylpheed-faq-3.html
7381         * doc/faq/de/sylpheed-faq.html
7382         * doc/faq/en/.cvsignore
7383         * doc/faq/en/Makefile.am
7384         * doc/faq/en/sylpheed-faq-1.html
7385         * doc/faq/en/sylpheed-faq-2.html
7386         * doc/faq/en/sylpheed-faq-3.html
7387         * doc/faq/en/sylpheed-faq-4.html
7388         * doc/faq/en/sylpheed-faq.html
7389         * doc/faq/es/.cvsignore
7390         * doc/faq/es/Makefile.am
7391         * doc/faq/es/sylpheed-faq-1.html
7392         * doc/faq/es/sylpheed-faq-2.html
7393         * doc/faq/es/sylpheed-faq-3.html
7394         * doc/faq/es/sylpheed-faq-4.html
7395         * doc/faq/es/sylpheed-faq.html
7396         * doc/faq/fr/.cvsignore
7397         * doc/faq/fr/Makefile.am
7398         * doc/faq/fr/sylpheed-faq-1.html
7399         * doc/faq/fr/sylpheed-faq-2.html
7400         * doc/faq/fr/sylpheed-faq-3.html
7401         * doc/faq/fr/sylpheed-faq.html
7402         * doc/faq/it/.cvsignore
7403         * doc/faq/it/Makefile.am
7404         * doc/faq/it/sylpheed-faq-1.html
7405         * doc/faq/it/sylpheed-faq-2.html
7406         * doc/faq/it/sylpheed-faq-3.html
7407         * doc/faq/it/sylpheed-faq.html
7408         * doc/manual/.cvsignore
7409         * doc/manual/Makefile.am
7410         * doc/manual/de/.cvsignore
7411         * doc/manual/de/Makefile.am
7412         * doc/manual/de/sylpheed-1.html
7413         * doc/manual/de/sylpheed-10.html
7414         * doc/manual/de/sylpheed-11.html
7415         * doc/manual/de/sylpheed-12.html
7416         * doc/manual/de/sylpheed-13.html
7417         * doc/manual/de/sylpheed-14.html
7418         * doc/manual/de/sylpheed-15.html
7419         * doc/manual/de/sylpheed-16.html
7420         * doc/manual/de/sylpheed-17.html
7421         * doc/manual/de/sylpheed-18.html
7422         * doc/manual/de/sylpheed-19.html
7423         * doc/manual/de/sylpheed-2.html
7424         * doc/manual/de/sylpheed-20.html
7425         * doc/manual/de/sylpheed-3.html
7426         * doc/manual/de/sylpheed-4.html
7427         * doc/manual/de/sylpheed-5.html
7428         * doc/manual/de/sylpheed-6.html
7429         * doc/manual/de/sylpheed-7.html
7430         * doc/manual/de/sylpheed-8.html
7431         * doc/manual/de/sylpheed-9.html
7432         * doc/manual/de/sylpheed.html
7433         * doc/manual/en/.cvsignore
7434         * doc/manual/en/Makefile.am
7435         * doc/manual/en/sylpheed-1.html
7436         * doc/manual/en/sylpheed-10.html
7437         * doc/manual/en/sylpheed-11.html
7438         * doc/manual/en/sylpheed-12.html
7439         * doc/manual/en/sylpheed-13.html
7440         * doc/manual/en/sylpheed-14.html
7441         * doc/manual/en/sylpheed-15.html
7442         * doc/manual/en/sylpheed-16.html
7443         * doc/manual/en/sylpheed-17.html
7444         * doc/manual/en/sylpheed-18.html
7445         * doc/manual/en/sylpheed-19.html
7446         * doc/manual/en/sylpheed-2.html
7447         * doc/manual/en/sylpheed-20.html
7448         * doc/manual/en/sylpheed-21.html
7449         * doc/manual/en/sylpheed-22.html
7450         * doc/manual/en/sylpheed-3.html
7451         * doc/manual/en/sylpheed-4.html
7452         * doc/manual/en/sylpheed-5.html
7453         * doc/manual/en/sylpheed-6.html
7454         * doc/manual/en/sylpheed-7.html
7455         * doc/manual/en/sylpheed-8.html
7456         * doc/manual/en/sylpheed-9.html
7457         * doc/manual/en/sylpheed.html
7458         * doc/manual/es/.cvsignore
7459         * doc/manual/es/Makefile.am
7460         * doc/manual/es/sylpheed-1.html
7461         * doc/manual/es/sylpheed-10.html
7462         * doc/manual/es/sylpheed-11.html
7463         * doc/manual/es/sylpheed-12.html
7464         * doc/manual/es/sylpheed-13.html
7465         * doc/manual/es/sylpheed-14.html
7466         * doc/manual/es/sylpheed-15.html
7467         * doc/manual/es/sylpheed-16.html
7468         * doc/manual/es/sylpheed-17.html
7469         * doc/manual/es/sylpheed-18.html
7470         * doc/manual/es/sylpheed-19.html
7471         * doc/manual/es/sylpheed-2.html
7472         * doc/manual/es/sylpheed-20.html
7473         * doc/manual/es/sylpheed-3.html
7474         * doc/manual/es/sylpheed-4.html
7475         * doc/manual/es/sylpheed-5.html
7476         * doc/manual/es/sylpheed-6.html
7477         * doc/manual/es/sylpheed-7.html
7478         * doc/manual/es/sylpheed-8.html
7479         * doc/manual/es/sylpheed-9.html
7480         * doc/manual/es/sylpheed.html
7481         * doc/manual/fr/.cvsignore
7482         * doc/manual/fr/Makefile.am
7483         * doc/manual/fr/sylpheed-1.html
7484         * doc/manual/fr/sylpheed-10.html
7485         * doc/manual/fr/sylpheed-11.html
7486         * doc/manual/fr/sylpheed-12.html
7487         * doc/manual/fr/sylpheed-13.html
7488         * doc/manual/fr/sylpheed-14.html
7489         * doc/manual/fr/sylpheed-15.html
7490         * doc/manual/fr/sylpheed-16.html
7491         * doc/manual/fr/sylpheed-17.html
7492         * doc/manual/fr/sylpheed-18.html
7493         * doc/manual/fr/sylpheed-19.html
7494         * doc/manual/fr/sylpheed-2.html
7495         * doc/manual/fr/sylpheed-20.html
7496         * doc/manual/fr/sylpheed-3.html
7497         * doc/manual/fr/sylpheed-4.html
7498         * doc/manual/fr/sylpheed-5.html
7499         * doc/manual/fr/sylpheed-6.html
7500         * doc/manual/fr/sylpheed-7.html
7501         * doc/manual/fr/sylpheed-8.html
7502         * doc/manual/fr/sylpheed-9.html
7503         * doc/manual/fr/sylpheed.html
7504         * doc/manual/ja/.cvsignore
7505         * doc/manual/ja/Makefile.am
7506         * doc/manual/ja/sylpheed-1.html
7507         * doc/manual/ja/sylpheed-10.html
7508         * doc/manual/ja/sylpheed-11.html
7509         * doc/manual/ja/sylpheed-12.html
7510         * doc/manual/ja/sylpheed-13.html
7511         * doc/manual/ja/sylpheed-14.html
7512         * doc/manual/ja/sylpheed-15.html
7513         * doc/manual/ja/sylpheed-16.html
7514         * doc/manual/ja/sylpheed-17.html
7515         * doc/manual/ja/sylpheed-18.html
7516         * doc/manual/ja/sylpheed-19.html
7517         * doc/manual/ja/sylpheed-2.html
7518         * doc/manual/ja/sylpheed-20.html
7519         * doc/manual/ja/sylpheed-3.html
7520         * doc/manual/ja/sylpheed-4.html
7521         * doc/manual/ja/sylpheed-5.html
7522         * doc/manual/ja/sylpheed-6.html
7523         * doc/manual/ja/sylpheed-7.html
7524         * doc/manual/ja/sylpheed-8.html
7525         * doc/manual/ja/sylpheed-9.html
7526         * doc/manual/ja/sylpheed.html
7527         * doc/manual/ja/sylpheed.sgml
7528         * src/mainwindow.c
7529                 Remove outdated manual and faq. Noisy, eh?
7530
7531 2005-12-06 [colin]      1.9.100cvs70
7532
7533         * src/compose.c
7534         * src/quote_fmt_parse.y
7535         * src/undo.c
7536         * src/undo.h
7537                 Allow %X to position cursor at 0 
7538                 (no %X = before signature)
7539                 Fix paste as quotation putting the cursor at 0
7540                 Fix undo offsets when pasting
7541                 Insert the quote_fmt at once instead of line 
7542                 by line
7543                 Fix [Edited] when starting to reply/forward
7544
7545 2005-12-06 [paul]       1.9.100cvs69
7546
7547         * src/plugins/clamav/clamav_plugin_gtk.c
7548                 add another tooltip
7549         * src/plugins/spamassassin/spamassassin_gtk.c
7550                 rework spamassassin_create_widget_func()
7551
7552 2005-12-05 [colin]      1.9.100cvs68
7553
7554         * po/POTFILES.in
7555                 Fix make release ;-)
7556
7557 2005-12-05 [colin]      1.9.100cvs67
7558
7559         * src/compose.c
7560         * src/compose.h
7561                 Fix cursor positioning (not obeying %X)
7562
7563 2005-12-05 [paul]       1.9.100cvs66
7564
7565         * src/plugins/dillo_viewer/dillo_prefs.c
7566                 fix compilation warning
7567
7568 2005-12-05 [paul]       1.9.100cvs65
7569
7570         * src/prefs_spelling.c
7571         * src/plugins/trayicon/trayicon.c
7572                 cleanups - remove unused stuff
7573
7574 2005-12-05 [paul]       1.9.100cvs64
7575
7576         * README
7577         * manual/plugins.xml
7578                 remove info about removed mathml_viewer plugin
7579
7580 2005-12-05 [paul]       1.9.100cvs63
7581
7582         * configure.ac
7583         * src/plugins/Makefile.am
7584         * src/plugins/mathml_viewer/.cvsignore
7585         * src/plugins/mathml_viewer/Makefile.am
7586         * src/plugins/mathml_viewer/mathml_viewer.c
7587                 remove unmaintained mathml_viewer plugin
7588
7589 2005-12-05 [paul]       1.9.100cvs62
7590
7591         * src/summaryview.c
7592                 obey prefs_common.always_show_msg when
7593                 moving a msg
7594                 Thanks to Colin
7595
7596 2005-12-05 [paul]       1.9.100cvs61
7597
7598         * src/compose.c
7599         * src/prefs_account.c
7600         * src/prefs_filtering.c
7601         * src/prefs_quote.c
7602         * src/prefs_spelling.c
7603         * src/prefs_toolbar.c
7604         * src/summaryview.c
7605         * src/gtk/gtkutils.c
7606         * src/gtk/quicksearch.c
7607         * src/plugins/dillo_viewer/dillo_prefs.c
7608                 dialog cleanups
7609
7610 2005-12-04 [paul]       1.9.100cvs60
7611
7612         * src/inc.c
7613         * src/prefs_account.c
7614         * src/prefs_account.h
7615                 allow a Local account to specify a
7616                 default inbox
7617                 (closes bug 843 'Inbox cannot be changed for local
7618                  mailboxes')
7619
7620 2005-12-04 [colin]      1.9.100cvs59
7621
7622         * src/plugins/trayicon/trayicon.c
7623                 Remove Get, rename Get All to Get Mail in order to
7624                 be consistent with the default main toolbar
7625
7626 2005-12-03 [colin]      1.9.100cvs58
7627
7628         * manual/gpl.xml
7629         * manual/sylpheed-claws-manual.xml
7630                 Add GPL appendix
7631
7632 2005-12-03 [paul]       1.9.100cvs57
7633
7634         * AUTHORS
7635         * po/sv.po
7636         * src/gtk/authors.h
7637                 new (partially complete) Swedish translation
7638                 by Anders Troback <sylpheed@troback.com>
7639
7640 2005-12-02 [paul]       1.9.100cvs56
7641
7642         * configure.ac
7643                 libetpan 0.41 required
7644
7645 2005-12-02 [paul]       1.9.100cvs55
7646
7647         * src/plugins/clamav/clamav_plugin.c
7648         * src/plugins/clamav/clamav_plugin.h
7649         * src/plugins/clamav/clamav_plugin_gtk.c
7650         * src/plugins/spamassassin/spamassassin.c
7651         * src/plugins/spamassassin/spamassassin.h
7652         * src/plugins/spamassassin/spamassassin_gtk.c
7653                 unregister prefs pages on unloading, thus
7654                 preventing a crash
7655                 (thanks to Colin for the hint)
7656
7657 2005-12-02 [wwp]        1.9.100cvs54
7658
7659         * src/quote_fmt.h
7660         * src/quote_fmt_parse.y
7661                 fix misuse of gboolean*, use gboolean instead
7662                 (thanks to Paul, Colin, for pointing out that scaring one)
7663
7664 2005-12-02 [paul]       1.9.100cvs53
7665
7666         * src/plugins/clamav/clamav_plugin.c
7667                 int no --> unsigned int no
7668         * src/plugins/clamav/clamav_plugin_gtk.c
7669                 rework config page
7670
7671 2005-12-02 [wwp]        1.9.100cvs52
7672
7673         * src/compose.c
7674         * src/prefs_template.c
7675         * src/quote_fmt.h
7676         * src/quote_fmt_parse.y
7677                 prevent from executing |f and |p templates commands when
7678                 adding or replacing templates in prefs (avoids annoying and
7679                 potentially dangerous behaviours)
7680
7681 2005-12-02 [paul]       1.9.100cvs51
7682
7683         * src/prefs_common.c
7684                 allow translation of some default values
7685                 Patch by Fabien Vantard
7686
7687 2005-12-02 [paul]       1.9.100cvs50
7688
7689         * src/codeconv.c
7690         * src/codeconv.h
7691         * src/prefs_common.c
7692         * src/prefs_common.h
7693         * src/prefs_message.c
7694         * src/textview.c
7695                 remove obsolete 'convert_mb_alnum' option
7696                 and related stuff
7697         * src/gtk/about.c
7698                 remove unused 'about_textview_visibility_notify'
7699
7700 2005-12-02 [paul]       1.9.100cvs49
7701
7702         * src/prefs_account.c
7703         * src/prefs_compose_writing.c
7704         * src/prefs_fonts.c
7705         * src/prefs_gtk.h
7706         * src/prefs_image_viewer.c
7707         * src/prefs_message.c
7708         * src/prefs_other.c
7709         * src/prefs_receive.c
7710         * src/prefs_send.c
7711         * src/prefs_spelling.c
7712         * src/prefs_summaries.c
7713         * src/prefs_wrapping.c
7714         * src/plugins/dillo_viewer/dillo_prefs.c
7715         * src/plugins/pgpcore/prefs_gpg.c
7716                 several cleanups to the prefs dialogs
7717                 (slightly modified) patch by Fabien Vantard
7718
7719 2005-12-02 [paul]       1.9.100cvs48
7720
7721         * src/main.c
7722                 --exit means exit
7723         * src/send_message.c
7724                 fix crash on send when connection fails
7725
7726         Thanks to Colin
7727
7728 2005-12-01 [colin]      1.9.100cvs47
7729
7730         * src/html.c
7731                 Translate &hellip; to "..."
7732
7733 2005-11-30 [colin]      1.9.100cvs46
7734
7735         * src/matcher.c
7736         * src/matcher.h
7737                 Optimize back yesterday's fix.
7738
7739 2005-11-30 [paul]       1.9.100cvs45
7740
7741         * manual/faq.xml
7742                 standardised
7743         * manual/intro.xml
7744                 written by Colin, edited by me
7745
7746 2005-11-29 [colin]      1.9.100cvs44
7747
7748         * src/matcher.c
7749                 Skip headers unconditionnaly in match_body if the
7750                 rule is not message or ~message
7751
7752 2005-11-29 [colin]      1.9.100cvs43
7753
7754         * src/matcher.c
7755                 Fix body_part and such, not skipping headers 
7756                 if the matchcriteria wasn't the first in the rule
7757
7758 2005-11-29 [colin]      1.9.100cvs42
7759
7760         * src/compose.c
7761                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7762                 option missing from message view window)
7763                 Fix double text D'n'D with gtk-2.8
7764         * src/matcher.c
7765                 Fix ~message, ~headers_part, ~body_part rules
7766         * src/messageview.c
7767                 Add Windows-1252 (Closes bug #863)
7768                 Fix accels
7769         * src/gtk/gtkaspell.c
7770                 Properly destroy accels in all menus
7771
7772 2005-11-29 [mones]      1.9.100cvs41
7773
7774         * po/es.po
7775                 Updated.
7776
7777 2005-11-27 [colin]      1.9.100cvs40
7778
7779         * src/mh_gtk.c
7780                 "/Remove mailbox" -> "/Remove mailbox..."
7781
7782 2005-11-27 [paul]       1.9.100cvs39
7783
7784         * AUTHORS
7785         * po/de.po
7786         * src/gtk/authors.h
7787                 updated by new maintainer, Stephan Sachse
7788
7789 2005-11-27 [paul]       1.9.100cvs38
7790
7791         * manual/faq.xml
7792                 written by Colin, edited by me
7793
7794 2005-11-27 [paul]       1.9.100cvs37
7795
7796         * src/prefs_common.c
7797         * src/prefs_common.h
7798         * src/prefs_receive.c
7799         * src/prefs_summaries.c
7800                 move 'go to inbox after receiving new mail'
7801                 option from display/sumamaries to mail
7802                 handling/receive, and rework prefs_summaries
7803                 dialog a little
7804
7805 2005-11-25 [martin]     1.9.100cvs36
7806
7807         * po/de.po
7808             fixed windows-1252 translation;
7809             translated some new and fuzzy strings
7810
7811 2005-11-25 [paul]       1.9.100cvs35
7812
7813         * src/plugins/clamav/clamav_plugin.c
7814                 complete the update done in cvs34
7815
7816 2005-11-25 [paul]       1.9.100cvs34
7817
7818         * src/plugins/clamav/clamav_plugin.c
7819                 reflect upstream changes
7820
7821 2005-11-25 [paul]       1.9.100cvs33
7822
7823         * manual/ack.xml
7824         * manual/plugins.xml
7825         * manual/sylpheed-claws-manual.xml
7826                 written/updated by Colin, edited by me
7827         * tools/acroread2sylpheed.pl
7828                 update binary name
7829
7830 2005-11-24 [colin]      1.9.100cvs32
7831
7832         * src/compose.c
7833                 Fix bug #856 (reediting messages forgets Request
7834                 Return Receipt)
7835
7836 2005-11-24 [paul]       1.9.100cvs31
7837
7838         * manual/addrbook.xml
7839         * manual/starting.xml
7840                 written by Colin, proofread, edited, adapted by me
7841         * manual/advanced.xml
7842                 add some Actions examples
7843         * src/importldif.c
7844                 use a Save button instead of a Close button
7845         * src/wizard.c
7846                 indicate mandatory fields
7847                 fix page display
7848                 Thanks to Colin
7849
7850 2005-11-23 [colin]      1.9.100cvs30
7851
7852         * src/addressbook.c
7853                 Rename menu item, fix possible crash after
7854                 deletion of books
7855         * src/addrindex.c
7856                 Allow searching for '*' in ldap
7857         * src/browseldap.c
7858                 Fix "Browse Entry" (did anyone use it?)
7859         * src/wizard.c
7860                 Add guards for mandatory information
7861
7862 2005-11-23 [paul]       1.9.100cvs29
7863
7864         * manual/advanced.xml
7865                 corrections to the English
7866
7867 2005-11-23 [colin]      1.9.100cvs28
7868
7869         * src/mimeview.c
7870                 Fix possible crash at exit. After the call to
7871                 gtk_container_remove(), the Viewer's widget has no
7872                 more parent so gtk+ automatically frees it and its
7873                 sons. If destroy_viewer() then try to access it,
7874                 problems ensue.
7875
7876 2005-11-22 [colin]      1.9.100cvs27
7877
7878         * src/compose.c
7879         * src/gtk/gtkaspell.c
7880                 Fix right-clicking on a misspelled word
7881                 Fix More... in suggestions menu
7882
7883 2005-11-22 [wwp]        1.9.100cvs26
7884
7885         * src/prefs_template.c
7886                 templates works: re-sort templates list when adding or replacing,
7887                 prevent from adding or replacing when the template name is empty
7888
7889 2005-11-21 [colin]      1.9.100cvs25
7890
7891         * src/addressbook.c
7892                 Fix some addressbook suckage (dnd, select all)
7893         * src/compose.c
7894         * src/gtk/gtkaspell.c
7895         * src/gtk/gtkaspell.h
7896                 Make the spellchecker menu work with the 
7897                 GtkTextView one instead of overriding it
7898
7899 2005-11-20 [paul]       1.9.100cvs24
7900
7901         * manual/handling.xml
7902                 proofread and corrected
7903
7904 2005-11-20 [paul]       1.9.100cvs23
7905
7906         * manual/Makefile
7907                 generate html as one file
7908         * manual/advanced.xml
7909                 fix output generation
7910                 reformat hidden options list
7911         * manual/manual.xml     ** REMOVED **
7912         * manual/sylpheed-claws-manual.xml      ** ADDED **
7913                 renamed
7914
7915 2005-11-18 [colin]      1.9.100cvs22
7916
7917         * src/prefs_account.c
7918                 Fix layout in news and mbox accounts
7919         * manual/account.xml
7920         * manual/advanced.xml
7921                 New contents for Paul to check :)
7922
7923 2005-11-18 [wwp]        1.9.100cvs21
7924
7925         * src/gtk/quicksearch.c
7926                 don't update extended quicksearch buttons twice
7927
7928 2005-11-18 [paul]       1.9.100cvs20
7929
7930         * src/textview.c
7931                 complete 1.9.100cvs19
7932
7933 2005-11-18 [paul]       1.9.100cvs19
7934
7935         * src/compose.c
7936                 cosmetic improvements
7937         * src/textview.c
7938                 also list text/* attachments
7939
7940 2005-11-18 [colin]      1.9.100cvs18
7941
7942         * src/summaryview.c
7943                 Use column 0 instead of -1 in 
7944                 gtk_ctree_node_moveto, in a naive
7945                 hope it'll fix the gtk-related crashes
7946
7947 2005-11-18 [colin]      1.9.100cvs17
7948
7949         * src/gtk/inputdialog.c
7950                 Fix icon staying the first one
7951
7952 2005-11-17 [wwp]        1.9.100cvs16
7953                 fix possible problem showing some quicksearch buttons, and a bad
7954                 call to g_return_if_fail in a function that returns a value (both
7955                 fixes by Fabien Vantard)
7956
7957 2005-11-15 [wwp]        1.9.100cvs15
7958
7959         * src/gtk/quicksearch.c
7960                 added a tooltip to that obscure ... quicksearch button
7961
7962 2005-11-15 [wwp]        1.9.100cvs14
7963
7964         * src/gtk/quicksearch.c
7965                 add a quicksearch helper to filtering expression users: the ... button
7966                 raises the condition expr window. condition expressions set up w/ this
7967                 window are used by the quicksearch if the user closes it pressing OK.
7968
7969 2005-11-14 [paul]       1.9.100cvs13
7970
7971         * src/plugins/clamav/clamav_plugin.c
7972         * src/plugins/spamassassin/spamassassin.c
7973                 change plugin type following recent merging
7974
7975 2005-11-14 [wwp]        1.9.100cvs12
7976
7977         * src/folder.c
7978                 prevent from crashing when copying/moving message(s) from and
7979                 to the same folder
7980
7981 2005-11-14 [paul]       1.9.100cvs11
7982
7983         * src/plugins/clamav/Makefile.am
7984         * src/plugins/clamav/clamav_plugin.c
7985         * src/plugins/clamav/clamav_plugin.h
7986         * src/plugins/clamav/clamav_plugin_gtk.c
7987                 also merge clamav and clamav_gtk plugins
7988
7989 2005-11-13 [colin]      1.9.100cvs10
7990
7991         * configure.ac
7992         * src/plugins/spamassassin/Makefile.am
7993         * src/plugins/spamassassin/spamassassin.c
7994         * src/plugins/spamassassin/spamassassin.h
7995         * src/plugins/spamassassin/spamassassin_gtk.c
7996                 Merge spamassassin and spamassassin_gtk plugins,
7997                 and build it by default.
7998
7999 2005-11-12 [colin]      1.9.100cvs9
8000
8001         * src/etpan/imap-thread.c
8002                 Fix gcc warning
8003
8004 2005-11-12 [colin]      1.9.100cvs8
8005
8006         * src/procmime.c
8007                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8008
8009 2005-11-10 [colin]      1.9.100cvs7
8010
8011         * src/main.c
8012                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8013                 minimised state)
8014
8015 2005-11-10 [wwp]        1.9.100cvs6
8016
8017         * src/gtk/description_window.c
8018                 fix a crash when closing description windows using the WM's [X] button
8019
8020 2005-11-09 [colin]      1.9.100cvs5
8021
8022         * src/common/ssl.c
8023                 Update libetpan call to follow upstream
8024                 (yes, this requires libetpan-0.40cvs3)
8025
8026 2005-11-08 [colin]      1.9.100cvs4
8027
8028         * src/compose.c
8029         * src/textview.c
8030         * src/common/utils.c
8031         * src/common/utils.h
8032                 Enhance the email parser
8033
8034 2005-11-08 [colin]      1.9.100cvs3
8035
8036         * src/procmime.c
8037                 Fix what looks like an off-by-one (fixes 
8038                 attachments from the Bat)
8039
8040 2005-11-08 [wwp]        1.9.100cvs2
8041
8042         * src/main.c
8043                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8044
8045 2005-11-08 [wwp]        1.9.100cvs1
8046
8047         * src/main.c
8048                 allow exiting Sylpheed-Claws from command-line
8049
8050 2005-11-08 [paul]       1.9.100
8051
8052         1.9.100 released
8053
8054 2005-11-07 [colin]      1.9.99cvs17
8055
8056         * src/addritem.c
8057         * src/ldif.c
8058                 Fix import of base-64 encoded items
8059
8060 2005-11-07 [colin]      1.9.99cvs16
8061
8062         * src/send_message.c
8063                 Fix bug #314 (Queue does not empty under certain 
8064                 circumstances)
8065
8066 2005-11-07 [paul]       1.9.99cvs15
8067
8068         * src/mutt.c
8069         * src/pine.c
8070                 fix buffer overflows
8071                 Thanks to Colin
8072
8073 2005-11-07 [paul]       1.9.99cvs14
8074
8075         * doc/man/Makefile.am
8076         * doc/man/sylpheed-claws.1      ** ADDED **
8077         * doc/man/sylpheed.1            ** DELETED **
8078                 rename and update the man file
8079
8080 2005-11-06 [colin]      1.9.99cvs13
8081
8082         * src/ldif.c
8083                 Fix ldif_get_line() that returned empty strings
8084                 (Didn't understand why). Also fix a possible
8085                 buffer overflow.
8086
8087 2005-11-06 [wwp]        1.9.99cvs12
8088
8089         * src/textview.c
8090         * src/gtk/about.c
8091         * src/gtk/gtkutils.c
8092         * src/gtk/gtkutils.h
8093                 fix a compilation warning,
8094                 make links sensitive in the about dialog
8095
8096 2005-11-04 [wwp]        1.9.99cvs11
8097
8098         * src/gtk/about.c
8099                 don't wrap or translate URIs, and a bit text format cleanup
8100
8101 2005-11-04 [wwp]        1.9.99cvs10
8102
8103         * src/gtk/about.c
8104                 better textview tagging implementation (no more use of marks for
8105                 postponed tagging)
8106
8107 2005-11-02 [colin]      1.9.99cvs9
8108
8109         * src/common/ssl.c
8110                 Forgot an ifdef
8111
8112 2005-11-02 [colin]      1.9.99cvs8
8113
8114         * configure.ac
8115                 Require libetpan-0.40 due to upstream fix
8116         * src/common/ssl.c
8117                 Tell libetpan not to call SSL_Library_Init,
8118                 as we do it ourselves.
8119
8120 2005-11-02 [colin]      1.9.99cvs7
8121
8122         * po/POTFILES.in
8123                 Add missing files (thanks to Fabien Vantard)
8124
8125 2005-11-02 [colin]      1.9.99cvs6
8126
8127         * src/summaryview.c
8128                 Fix totals when read messages are hidden or quicksearch
8129                 is on
8130         * src/ssl_manager.c
8131         * src/ssl_manager.h
8132         * src/common/ssl_certificate.c
8133         * src/common/ssl_certificate.h
8134         * src/gtk/sslcertwindow.c
8135         * src/gtk/sslcertwindow.h
8136                 Fix copyright on my stuff
8137
8138 2005-11-02 [wwp]        1.9.99cvs5
8139
8140         * src/prefs_themes.c
8141                 fix directory name checking (theme installation/removal),
8142                 made related error a bit more verbose
8143
8144 2005-11-02 [colin]      1.9.99cvs4
8145
8146         * src/summaryview.c
8147                 Fix typo (probably fixes bug #841 (Sort by the From 
8148                 field doesn't work)
8149
8150 2005-11-02 [paul]       1.9.99cvs3
8151
8152         * po/ko.po
8153         * po/nb.po
8154                 updated by SungHyun Nam, Geir Helland
8155         * src/wizard.c
8156                 fix typo in welcome message. spotted by
8157                 Andrea Spadaccini
8158
8159 2005-11-01 [colin]      1.9.99cvs2
8160
8161         * src/compose.c
8162                 Fix replying to ml wen confirming subscription
8163         * src/messageview.c
8164         * src/mimeview.c
8165         * src/mimeview.h
8166         * src/privacy.h
8167         * src/summaryview.c
8168                 Make key check non blocking
8169
8170 2005-10-31 [paul]       1.9.99cvs1
8171
8172         * tools/claws.i18n.status.pl
8173                 updated for ChangeLog
8174
8175 2005-10-31 [paul]       1.9.99
8176
8177         1.9.99 released
8178
8179 2005-10-31 [paul]       1.9.15cvs131
8180
8181         * .cvsignore
8182         * ChangeLog
8183         * ChangeLog.claws       ** REMOVED **
8184         * ChangeLog-gtk2.claws  ** REMOVED **
8185         * ChangeLog.gtk1        ** ADDED **
8186         * INSTALL
8187         * Makefile.am
8188         * NEWS
8189         * README
8190         * README.claws          ** REMOVED **
8191         * README.jp             ** REMOVED **
8192         * RELEASE_NOTES         ** ADDED **
8193         * RELEASE_NOTES.claws   ** REMOVED **
8194         * commitHelper
8195         * configure.ac
8196         * sylpheed.spec.in      ** REMOVED **
8197                 tidy up and update the default docs:
8198                 ChangeLog.claws is renamed ChangeLog.gtk1
8199                 ChangeLog-gtk2.claws is renamed ChangeLog
8200                 README.claws is renamed README
8201                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8202
8203 2005-10-31 [paul]       1.9.15cvs130
8204
8205         * po/it.po
8206                 fix errors
8207
8208 2005-10-31 [paul]       1.9.15cvs129
8209
8210         * po/ca.po
8211         * po/de.po
8212         * po/en_GB.po
8213         * po/fr.po
8214         * po/it.po
8215         * po/pt_BR.po
8216         * po/sk.po
8217         * po/sr.po
8218         * po/zh_CN.po
8219                 updated by Miquel Oliete, Stephan Sachse and
8220                 Thomas Gilgin, me, Fabien Vantard, Andrea
8221                 Spadaccini, Frederico Goncalves Guimaraes,
8222                 Andrej Kacian, Aleksandar Urosevic, and
8223                 Ralgh Young.
8224
8225 2005-10-31 [mones]      1.9.15cvs128
8226
8227         * manual/faq.xml
8228                 More questions.
8229         
8230         * po/es.po
8231                 Updated for release.
8232
8233 2005-10-30 [colin]      1.9.15cvs127
8234
8235         * src/compose.c
8236                 Place cursor before rewrapping (fixes cursor
8237                 pos if quotation gets rewrapped)
8238
8239 2005-10-29 [paul]       1.9.15cvs126
8240
8241         * src/crash.c
8242         * src/foldersel.c
8243         * src/main.c
8244         * src/messageview.c
8245         * src/toolbar.c
8246         * src/gtk/authors.h
8247                 corrections to text items
8248
8249 2005-10-28 [colin]      1.9.15cvs125
8250
8251         * src/messageview.c
8252                 Make "hit 'C' to check sig" work from extern 
8253                 messageviews
8254
8255 2005-10-27 [colin]      1.9.15cvs124
8256
8257         * src/summaryview.c
8258                 Add a hack to avoid segfaulting when hammering 
8259                 on gtk's events
8260
8261 2005-10-27 [wwp]        1.9.15cvs123
8262
8263         * src/prefs_themes.c
8264                 sort list of themes names in themes prefs
8265
8266 2005-10-27 [paul]       1.9.15cvs122
8267
8268         * src/folder.c
8269         * src/prefs_account.c
8270                 fix building on Solaris
8271                 Patch by Alex Moore
8272
8273 2005-10-27 [wwp]        1.9.15cvs121
8274
8275         * src/summaryview.c
8276         * src/gtk/gtksctree.c
8277                 speed up unselecting messages in summary view (thanks to Colin)
8278
8279 2005-10-27 [paul]       1.9.15cvs120
8280
8281         * src/mainwindow.c
8282                 fix a compilation warning
8283         * src/summaryview.c
8284                 fix updating of 'n items selected' count
8285                 when deselecting
8286
8287 2005-10-27 [martin]     1.9.15cvs119
8288
8289         * src/action.c
8290                 ignore actions with a leading '/' in the action menu name
8291                 fixes a crash on menu creation
8292         * src/prefs_actions.c
8293                 do not allow a leading '/' in the action menu name
8294
8295 2005-10-27 [paul]       1.9.15cvs118
8296
8297         * src/main.c
8298                 fix compilation warning
8299
8300 2005-10-27 [paul]       1.9.15cvs117
8301
8302         * src/procmime.c
8303                 add #if HAVE_LOCALE_H
8304
8305 2005-10-27 [paul]       1.9.15cvs116
8306
8307         * src/plugins/clamav/clamav_plugin.c
8308         * src/plugins/dillo_viewer/dillo_viewer.c
8309         * src/plugins/mathml_viewer/mathml_viewer.c
8310         * src/plugins/pgpcore/plugin.c
8311         * src/plugins/pgpinline/plugin.c
8312         * src/plugins/pgpmime/plugin.c
8313         * src/plugins/spamassassin/spamassassin.c
8314         * src/plugins/trayicon/trayicon.c
8315                 plugin_init() : make error messages more
8316                 informative
8317
8318 2005-10-26 [wwp]        1.9.15cvs115
8319
8320         * src/prefs_matcher.c
8321                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8322
8323 2005-10-26 [wwp]        1.9.15cvs114
8324
8325         * src/procmime.c
8326         * src/gtk/gtksctree.c
8327         * src/plugins/spamassassin/libspamc.c
8328         * src/plugins/spamassassin/spamassassin.c
8329                 fix some compilation warnings more
8330
8331 2005-10-26 [mones]      1.9.15cvs113
8332
8333         * po/es.po
8334                 Updated translation
8335
8336 2005-10-26 [paul]       1.9.15cvs112
8337
8338         * src/prefs_message.c
8339                 give all display_xface stuff the
8340                 #if HAVE_LIBCOMPFACE treatment, thus
8341                 preventing a crash
8342                 (Thanks to Wolfgang Enderlein)
8343
8344 2005-10-26 [colin]      1.9.15cvs111
8345
8346         * src/gedit-print.c
8347                 Fix date format
8348         * src/imap_gtk.c
8349         * src/news_gtk.c
8350                 Remove context menu items that should not be there
8351         * src/jpilot.c
8352                 Fix encoding
8353         * src/main.c
8354         * src/mainwindow.c
8355                 Don't show the mainwindow too soon
8356
8357 2005-10-26 [wwp]        1.9.15cvs110
8358
8359         * src/folder.c
8360         * src/manual.c
8361         * src/summaryview.c
8362                 fix uninitialized pointers in the folder updating hook
8363                 (thanks to Colin)
8364
8365 2005-10-25 [mones]      1.9.15cvs109
8366
8367         * manual/faq.xml
8368                 General information subsection completed. 
8369                 Removed archaic references.
8370                 
8371         * manual/Makefile
8372         * manual/dtd/manual.dsl
8373                 Added customization stylesheet for getting paragraphs
8374                 fully justified in PDF output (as suggested by Colin).
8375
8376 2005-10-25 [colin]      1.9.15cvs108
8377
8378         * src/compose.c
8379                 Fix a second leak
8380
8381 2005-10-25 [colin]      1.9.15cvs107
8382
8383         * src/addrbook.c
8384         * src/addrindex.c
8385                 Fix leak (xml_get_element() allocates memory)
8386         * src/compose.c
8387                 Fix leak + dead code (shame!)
8388         * src/procmime.c
8389                 Fix leak
8390
8391 2005-10-25 [colin]      1.9.15cvs106
8392
8393         * src/mimeview.c
8394                 Fix encoding issue in Save all and in 
8395                 overwrite-confirmation alertpanel
8396
8397 2005-10-25 [colin]      1.9.15cvs105
8398
8399         * src/common/socket.c
8400                 Fix a leak - Thanks to Christopher Aillon
8401                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8402
8403 2005-10-25 [paul]       1.9.15cvs104
8404
8405         * src/wizard.c
8406                 Always guess servers from the right-hand
8407                 email part and guess username from the
8408                 left-hand part. (Thanks to Colin)
8409                 add an X-Face to the welcome message
8410
8411 2005-10-25 [paul]       1.9.15cvs103
8412
8413         * manual/handling.xml
8414                 written by Colin, edited by me
8415
8416 2005-10-25 [wwp]        1.9.15cvs102
8417
8418         * src/folderview.c
8419         * src/grouplistdialog.c
8420         * src/imap.c
8421         * src/noticeview.c
8422                 fix some compilation warnings
8423
8424 2005-10-24 [paul]
8425
8426         1.9.99-rc3 released
8427
8428 2005-10-24 [paul]       1.9.15cvs101
8429
8430         * src/gtk/about.c
8431                 fix window sizing
8432
8433 2005-10-24 [paul]       1.9.15cvs100
8434
8435         * src/pixmaps/offline.xpm
8436         * src/pixmaps/online.xpm
8437                 replace with last default versions
8438
8439 2005-10-24 [colin]      1.9.15cvs99
8440
8441         * src/imap.c
8442                 Fix bug when moving a folder
8443         * src/imap_gtk.c
8444         * src/mh_gtk.c
8445                 "Delete folder" pops up a window, so it 
8446                 should be suffixed with "..."
8447         * src/plugins/pgpcore/sgpgme.c
8448                 Include locale.h
8449
8450 2005-10-24 [mones]      1.9.15cvs98
8451
8452         * manual/Makefile
8453         * manual/account.xml
8454         * manual/ack.xml
8455         * manual/addrbook.xml
8456         * manual/advanced.xml
8457         * manual/faq.xml
8458         * manual/glossary.xml
8459         * manual/gpl.xml
8460         * manual/handling.xml
8461         * manual/intro.xml
8462         * manual/keyboard.xml
8463         * manual/manual.xml
8464         * manual/plugins.xml
8465         * manual/starting.xml
8466         * manual/dtd/sdocbook.dtd
8467                 Initial manual structure and some content.
8468
8469 2005-10-23 [wwp]        1.9.15cvs97
8470
8471         * src/gtk/about.c
8472                 fix a typo
8473
8474 2005-10-23 [wwp]        1.9.15cvs96
8475
8476         * src/gtk/about.c
8477         * src/gtk/authors.h
8478                 rework of the about window (main work by Paul), also featuring a few
8479                 fixes for typos and duplicate names
8480
8481 2005-10-23 [wwp]        1.9.15cvs95
8482
8483         * src/.cvsignore
8484                 Ignore the right binary name (sylpheed-claws now)
8485
8486 2005-10-23 [paul]       1.9.15cvs94
8487
8488         * src/compose.c
8489                 when using Folder Pref 'Default To for
8490                 replies' make the entry in the Compose
8491                 window bold
8492                 Patch by Fabien Vantard
8493
8494 2005-10-22 [colin]      1.9.15cvs93
8495
8496         * src/codeconv.c
8497                 Fix leak
8498
8499 2005-10-22 [colin]      1.9.15cvs92
8500
8501         * src/codeconv.c
8502                 try to convert using locale (apart utf8) if necessary
8503
8504 2005-10-22 [colin]      1.9.15cvs91
8505
8506         * src/pixmaps/new.xpm
8507         * src/pixmaps/unread.xpm
8508                 Make the unread envelope blue again and
8509                 saturate the new one a bit more.
8510
8511 2005-10-22 [colin]      1.9.15cvs90
8512
8513         * src/compose.c
8514                 When replying to a mail sent by one of our accounts,
8515                 use the original list of recipients. Let 'Reply All'
8516                 and 'Reply to sender' work like previously.
8517
8518 2005-10-21 [colin]      1.9.15cvs89
8519
8520         * src/prefs_filtering.c
8521                 Clear fields after add and replace
8522         * src/textview.c
8523                 Display xface differently (better)
8524         * src/plugins/pgpinline/pgpinline.c
8525                 Fix crappy encodings/recodings
8526
8527 2005-10-21 [paul]       1.9.15cvs88
8528
8529         * src/compose.c
8530         * src/prefs_folder_item.c
8531         * src/toolbar.c
8532                 fix news folder Folder Properties
8533                 (thanks to Colin)
8534         * src/folderview.c
8535                 update folderview after Themes change
8536                 keep selected folder selected
8537                 (thanks to Colin)
8538
8539 2005-10-21 [paul]       1.9.15cvs87
8540
8541         * tools/Makefile.am
8542         * tools/OOo2sylpheed.pl
8543         * tools/README
8544         * tools/README.sylprint
8545         * tools/asus_mailled.sh         ** REMOVED **
8546         * tools/filter_conv.pl
8547         * tools/freshmeat_search.pl
8548         * tools/google_search.pl
8549         * tools/gpg-sign-syl            ** REMOVED **
8550         * tools/kmail2sylpheed.pl
8551         * tools/kmail2sylpheed_v2.pl
8552         * tools/multiwebsearch.pl
8553         * tools/nautilus2sylpheed.sh
8554         * tools/newscache_clean.pl
8555         * tools/outlook2sylpheed.pl
8556         * tools/sylpheed-switcher       ** REMOVED **
8557         * tools/sylprint.pl
8558         * tools/sylprint.rc
8559         * tools/tb2sylpheed
8560         * tools/vcard2xml.py
8561         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8562                 update default config dir
8563                 update binary name (thanks to Fabien Vantard)
8564                 remove obsolete scripts
8565
8566 2005-10-21 [colin]      1.9.15cvs86
8567
8568         * src/inc.c
8569                 Fix possible leak and units. Based on a patch by
8570                 Fabien Vantard.
8571
8572 2005-10-20 [colin]      1.9.15cvs85
8573
8574         * src/textview.c
8575                 Clear xface when clearing textview
8576
8577 2005-10-20 [colin]      1.9.15cvs84
8578
8579         * configure.ac
8580         * src/folderview.c
8581         * src/headerview.c
8582         * src/main.c
8583         * src/prefs_common.c
8584         * src/prefs_common.h
8585         * src/prefs_message.c
8586         * src/textview.c
8587         * src/textview.h
8588         * src/common/defs.h
8589         * src/common/utils.c
8590         * src/common/utils.h
8591         * src/gtk/gtkutils.c
8592         * src/gtk/gtkutils.h
8593                 Migrate config to .sylpheed-claws (Automatically)
8594                 Add a way to get the Xface in the TextView
8595
8596 2005-10-20 [colin]      1.9.15cvs83
8597
8598         * src/gtk/Makefile.am
8599         * src/gtk/about.c
8600         * src/gtk/authors.h
8601                 Make the about dialog *grooovy*
8602
8603 2005-10-20 [colin]      1.9.15cvs82
8604
8605         * src/mimeview.c
8606                 Use "Open with" on double click if no command
8607                 was found
8608
8609 2005-10-20 [colin]      1.9.15cvs81
8610
8611         * src/imap.c
8612         * src/etpan/imap-thread.c
8613                 Fix possible crash.
8614
8615 2005-10-20 [paul]       1.9.15cvs80
8616
8617         * src/folder.c
8618                 don't show clipkey icon if the only
8619                 attachment is the signature
8620                 Patch by Colin
8621
8622 2005-10-20 [paul]       1.9.15cvs79
8623
8624         * AUTHORS
8625         * src/plugins/pgpmime/pgpmime.c
8626                 name the PGP/MIME signature 'signature.asc'
8627                 Patch by Andrew Nelson <freeandy@gmail.com>
8628
8629 2005-10-19 [colin]      1.9.15cvs78
8630
8631         * src/plugins/pgpmime/pgpmime.c
8632                 Oops, no need to double-check though
8633
8634 2005-10-19 [colin]      1.9.15cvs77
8635
8636         * src/plugins/pgpinline/pgpinline.c
8637         * src/plugins/pgpmime/pgpmime.c
8638                 Check that my_tmpfile() doesn't 
8639                 return NULL
8640
8641 2005-10-19 [colin]      1.9.15cvs76
8642
8643         * src/common/utils.c
8644                 Use shorter mime boundaries to avoid having
8645                 MTAs rewrapping our headers, breaking the
8646                 PGP signature in the process 
8647         * src/compose.c
8648         * src/plugins/pgpmime/pgpmime.c
8649                 Check for boundary uniqueness to be sure
8650                 it won't happen, instead of hoping for the
8651                 best
8652
8653 2005-10-19 [colin]      1.9.15cvs75
8654
8655         * sylpheed-claws.desktop
8656         * src/Makefile.am
8657         * src/main.c
8658                 Ship a sylpheed-claws binary instead
8659                 of a sylpheed one. Change the socket
8660                 name, too
8661         * src/folderview.c
8662                 Update folder only if it changed
8663         * src/wizard.c
8664                 Fix i18n in welcome mail, patch by
8665                 Fabien Vantard
8666
8667 2005-10-19 [paul]
8668
8669         1.9.99-rc2 released
8670
8671 2005-10-19 [paul]       1.9.15cvs74
8672
8673         * src/folder.c
8674         * src/folderview.c
8675                 fix summaryview update
8676                 Patch by Colin
8677
8678 2005-10-18 [colin]      1.9.15cvs73
8679
8680         * src/plugins/pgpcore/passphrase.c
8681                 Don't XGrabServer, and try a bit more to 
8682                 sync everything before grabbing mouse/keyboard
8683
8684 2005-10-18 [colin]      1.9.15cvs72
8685
8686         * src/Makefile.am
8687         * src/addressadd.c
8688         * src/addressbook.c
8689         * src/folderview.c
8690         * src/grouplistdialog.c
8691         * src/mimeview.c
8692         * src/stock_pixmap.c
8693         * src/stock_pixmap.h
8694         * src/summaryview.c
8695         * src/gtk/gtksctree.c
8696         * src/gtk/gtksctree.h
8697         * src/pixmaps/empty.xpm
8698                 Implement a wrapper call for gtk_ctree_set_node_info
8699                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8700                 pixmap instead of a NULL one. This works around some
8701                 memory problems deep inside gtk, revealed by valgrind,
8702                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8703                 as locked crashes sylpheed.), as well as, probably, 
8704                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8705
8706 2005-10-17 [colin]      1.9.15cvs71
8707
8708         * src/mimeview.c
8709                 Provide visual feedback when checking
8710                 signature
8711
8712 2005-10-17 [colin]      1.9.15cvs70
8713
8714         * src/main.c
8715                 Keep the folder list frozen while checking caches...
8716
8717 2005-10-17 [colin]      1.9.15cvs69
8718
8719         * src/addr_compl.c
8720                 Fi bug #833 (Autocompleting from addressbook 
8721                 fails with extended chars)
8722         * src/imap.c
8723                 Fix 'adding messages' staying in statusbar
8724                 after an error
8725
8726 2005-10-17 [wwp]        1.9.15cvs68
8727
8728         * src/ssl_manager.c
8729                 Fix buttons' layout resizing when window size changes
8730
8731 2005-10-17 [wwp]        1.9.15cvs67
8732
8733         * src/account.c
8734         * src/prefs_account.c
8735         * src/prefs_common.c
8736         * src/prefs_common.h
8737         * src/prefs_folder_item.c
8738         * src/prefs_gtk.c
8739         * src/gtk/logwindow.c
8740         * src/gtk/pluginwindow.c
8741         * src/gtk/prefswindow.c
8742         * src/gtk/prefswindow.h
8743                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8744
8745 2005-10-17 [paul]       1.9.15cvs66
8746
8747         * configure.ac
8748                 fix missing libetpan message
8749         * po/en_GB.po
8750                 updated
8751         * src/crash.c
8752         * src/manual.c
8753         * src/prefs_themes.c
8754         * src/common/defs.h
8755                 add some new URI defines, change some
8756                 others
8757         * src/wizard.c
8758                 make welcome message translatable
8759                 small improvements to english
8760                 other tweaks
8761         * src/gtk/menu.c
8762                 fix warnings
8763
8764 2005-10-17 [paul]       1.9.15cvs65
8765
8766         * src/summaryview.c
8767                 fix column titles
8768
8769 2005-10-16 [mones]      1.9.15cvs64
8770
8771         * po/es.po
8772                 Updated translation
8773
8774 2005-10-16 [colin]
8775
8776         1.9.99-rc1 released
8777
8778 2005-10-16 [colin]      1.9.15cvs63
8779
8780         * src/wizard.c
8781                 Fix whitespace
8782
8783 2005-10-16 [colin]      1.9.15cvs62
8784
8785         * src/toolbar.c
8786                 s/Get All/Get Mail/
8787         * src/wizard.c
8788                 Real welcome mail text, thanks Paul
8789
8790 2005-10-16 [colin]      1.9.15cvs61
8791
8792         * src/editldap.c
8793         * src/exporthtml.c
8794         * src/main.c
8795         * src/mainwindow.c
8796         * src/prefs_themes.c
8797         * src/prefs_toolbar.c
8798         * src/plugins/demo/demo.c
8799         * src/plugins/trayicon/trayicon.c
8800                 s/Sylpheed/Sylpheed-Claws/
8801
8802 2005-10-16 [colin]      1.9.15cvs60
8803
8804         * src/wizard.c
8805                 Add a welcome email in the first empty mailbox
8806         * src/prefs_common.c
8807                 Change one more default
8808
8809 2005-10-16 [colin]      1.9.15cvs59
8810
8811         * src/wizard.c
8812                 Remove printf
8813
8814 2005-10-16 [colin]      1.9.15cvs58
8815
8816         * src/toolbar.c
8817         * src/prefs_common.c
8818                 Change some defaults
8819
8820 2005-10-16 [colin]      1.9.15cvs57
8821
8822         * src/toolbar.c
8823         * src/prefs_common.c
8824                 Change some defaults
8825
8826 2005-10-16 [colin]      1.9.15cvs56
8827
8828         * src/wizard.c
8829                 By default, initialize fonts to have
8830                 the same size as normal GtkWidgets
8831
8832 2005-10-16 [colin]      1.9.15cvs55
8833
8834         * src/mimeview.c
8835                 Fix message a bit more
8836
8837 2005-10-16 [colin]      1.9.15cvs54
8838
8839         * src/addressbook.c
8840                 Second attempt at flicker fixing
8841
8842 2005-10-16 [colin]      1.9.15cvs53
8843
8844         * src/addressbook.c
8845                 Fix flicker
8846
8847 2005-10-16 [wwp]        1.9.15cvs52
8848
8849         * src/addressbook.c
8850         * src/editaddress.c
8851         * src/prefs_common.c
8852         * src/prefs_common.h
8853                 Remember window sizes (address book)
8854
8855 2005-10-16 [wwp]        1.9.15cvs51
8856
8857         * src/plugins/clamav/clamav_plugin_gtk.c
8858         * src/plugins/spamassassin/spamassassin_gtk.c
8859                 Fix compilation warnings (missing #include).
8860
8861 2005-10-16 [colin]      1.9.15cvs50
8862
8863         * src/mimeview.c
8864         * src/summaryview.c
8865         * src/textview.c
8866                 Make 'c' check signature, and forward
8867                 c, l, y, t from summaryview to mimeview
8868
8869 2005-10-16 [colin]      1.9.15cvs49
8870
8871         * src/addressbook.c
8872                 Put border around buttons
8873         * src/mainwindow.c
8874         * src/summaryview.c
8875                 Rework menus (Patch based on a patch
8876                 by Paul)
8877
8878 2005-10-15 [wwp]        1.9.15cvs48
8879
8880         * src/editjpilot.c
8881         * src/editldap.c
8882         * src/editvcard.c
8883         * src/exphtmldlg.c
8884         * src/expldifdlg.c
8885         * src/export.c
8886         * src/import.c
8887         * src/importldif.c
8888         * src/importmutt.c
8889         * src/importpine.c
8890         * src/prefs_account.c
8891         * src/prefs_spelling.c
8892         * src/gtk/gtkutils.c
8893         * src/gtk/gtkutils.h
8894         * src/plugins/clamav/clamav_plugin_gtk.c
8895         * src/plugins/spamassassin/spamassassin_gtk.c
8896                 use nicer browse-for-file/dir buttons than the "..." ones,
8897                 code factorizing more.
8898
8899 2005-10-14 [colin]      1.9.15cvs47
8900
8901         * src/mainwindow.c
8902                 set relief on the account switcher so that people see it
8903                 grey out Create processing rules when no message is selected
8904         * src/prefs_filtering.c
8905                 ask before closing if the rule has not been modified, even if
8906                 it's not valid
8907         * src/prefs_matcher.c
8908                 fix sensitivity when entering the dialog
8909         * src/gtk/inputdialog.c
8910                 display a better icon on password ask
8911         * src/plugins/pgpcore/passphrase.c
8912                 make the dialog look better
8913
8914 2005-10-14 [paul]       1.9.15cvs46
8915
8916         * src/folderview.c
8917                 indicate presense of marked msgs in
8918                 unexpanded subfolders
8919
8920 2005-10-14 [paul]       1.9.15cvs45
8921
8922         * src/prefs_actions.c
8923         * src/prefs_common.c
8924         * src/prefs_common.h
8925         * src/prefs_filtering_action.c
8926         * src/prefs_matcher.c
8927         * src/prefs_template.c
8928                 remember window sizes
8929                 fix Info button size
8930
8931         Patches by wwp
8932
8933 2005-10-13 [colin]      1.9.15cvs44
8934
8935         * src/mimeview.c
8936         * src/noticeview.c
8937         * src/noticeview.h
8938                 Add a tooltip on the icon (optional) 
8939                 Get rid of the signature buttons and only
8940                 use the icon+tooltip
8941
8942 2005-10-13 [colin]      1.9.15cvs43
8943
8944         * src/noticeview.c
8945         * src/noticeview.h
8946                 Add hand cursor for hovering over icon
8947
8948 2005-10-13 [colin]      1.9.15cvs42
8949
8950         * src/summaryview.c
8951                 Fix crash when quicksearch's hidden 
8952                 at startup
8953
8954 2005-10-13 [colin]      1.9.15cvs41
8955
8956         * src/compose.c
8957                 Set subject when forwarding multiple mails
8958                 Check that other recipient than the default Cc or Bcc
8959                 have been set before sending.
8960
8961 2005-10-13 [colin]      1.9.15cvs40
8962
8963         * src/imap.c
8964                 Batch per-folder
8965                 Introduce locking, but don't use it yet
8966
8967 2005-10-13 [colin]      1.9.15cvs39
8968
8969         * src/gtk/quicksearch.c
8970                 Reset quicksearch when hiding it
8971                 Make sticky a real pref
8972
8973 2005-10-13 [colin]      1.9.15cvs38
8974
8975         * src/summaryview.c
8976                 Faster prefs apply
8977
8978 2005-10-13 [colin]      1.9.15cvs37
8979
8980         * src/mimeview.c
8981         * src/noticeview.c
8982         * src/noticeview.h
8983         * src/plugins/pgpcore/sgpgme.c
8984                 Make privacy icon clickable
8985                 Move Trust field in Full info
8986                 When trust is less than full, don't display
8987                 a warning icon
8988
8989 2005-10-13 [colin]      1.9.15cvs36
8990
8991         * src/folder.c
8992                 Batch on flags sync
8993         * src/folderview.c
8994                 Revert speed hack which is dangerous in fact
8995                 Apply prefs faster
8996
8997 2005-10-13 [colin]      1.9.15cvs35
8998
8999         * src/folder_item_prefs.c
9000                 Fix pref corruption on folder move. Patch
9001                 by wwp
9002
9003 2005-10-13 [paul]       1.9.15cvs34
9004
9005         * src/export.c
9006         * src/import.c
9007                 fix typos in g_warnings
9008         * src/prefs_account.c
9009                 add a file selector for Signature file
9010
9011         Patches by wwp
9012
9013 2005-10-12 [colin]      1.9.15cvs33
9014
9015         * src/mimeview.c
9016                 Provide a quick way to go back from a
9017                 signature's full info to the email part
9018
9019 2005-10-12 [colin]      1.9.15cvs32
9020
9021         * src/compose.c
9022                 Remove old hack of encoding signed mails with base64.
9023                 QP works equally well.
9024
9025 2005-10-12 [colin]      1.9.15cvs31
9026
9027         * src/crash.c
9028                 Replace deprecated GtkText with GtkTextView
9029         * src/imap.c
9030                 Fix a logic bug about counts in imap_select
9031                 (previously un-triggered)
9032         * src/mainwindow.c
9033         * src/summaryview.c
9034         * src/news.c
9035                 Allow local deletion of news posts
9036         * src/mimeview.c
9037                 Show GPG noticeview on the message/rfc822 part
9038                 in addition to the text/plain one
9039         * src/prefs_image_viewer.c
9040           src/plugins/pgpcore/prefs_gpg.c
9041                 Polish (set the label as part of the checkbox)
9042         * src/wizard.c
9043                 Don't sit there doing nothing after destroying
9044                 the window - return err
9045
9046 2005-10-11 [colin]      1.9.15cvs30
9047
9048         * src/folderview.c
9049                 Apply processing rules before showing folders.
9050                 Early folder show (before flags sync) will only
9051                 be done when there are no processing rules (nor
9052                 pre- or post- ones)
9053         * src/imap.c
9054                 Fix stuff related to mail subdir, creation and 
9055                 deletion of folders 
9056         * src/imap_gtk.c
9057                 Don't allow creation of folders in NoInferior
9058                 folders, as it won't work
9059
9060 2005-10-10 [colin]      1.9.15cvs29
9061
9062         * src/compose.c
9063                 Reselect "None" Privacy system when selecting an
9064                 account with no privacy system defined
9065
9066 2005-10-10 [colin]      1.9.15cvs28
9067
9068         * src/mainwindow.c
9069                 Add Windows-1252 encoding
9070         * src/prefs_common.c
9071                 Rework some defaults:
9072                 - autosave to draft by default
9073                 - don't show header pane (it's already in the textview)
9074                 - Select first new or unread mail on entry
9075                 - Assume 'Yes' to change folder when there's no more
9076                   unread message
9077         * src/prefs_matcher.c
9078                 Fix a gtk assertion failure
9079         * src/gtk/colorlabel.c
9080                 Workaround bad repainting on selection
9081         * src/main.c
9082                 Freeze/thaw (a bit faster on ssh -X)
9083         * src/msgcache.c
9084                 Get rid of StrdupConverter that just adds an
9085                 extra strdup/free 
9086         * src/etpan/imap_thread.c
9087                 memset buf to 0
9088
9089 2005-10-10 [colin]      1.9.15cvs27
9090
9091         * src/export.c
9092         * src/import.c
9093                 Fix compile on gtk 2.4. Patch by wwp
9094
9095 2005-10-09 [colin]      1.9.15cvs26
9096
9097         * src/mainwindow.c
9098         * src/messageview.c
9099         * src/summaryview.c
9100                 Clarify forward menus. Patch by wwp
9101
9102 2005-10-09 [colin]      1.9.15cvs25
9103
9104         * src/compose.c
9105         * src/compose.h
9106                 Fix bug #829 (Non-working "Encrypt message by 
9107                 default when replying to an encrypted message")
9108
9109 2005-10-08 [colin]      1.9.15cvs24
9110
9111         * src/wizard.c
9112                 Fix bug #827 ("Welcome" setup wizard after a 
9113                 permission error gives up & forgets itself.)
9114
9115 2005-10-08 [colin]      1.9.15cvs23
9116
9117         * src/procmime.c
9118                 Fix bug #828 (Ignoring headers with spaces around = sign)
9119
9120 2005-10-08 [colin]      1.9.15cvs22
9121
9122         * src/export.c
9123                 Warning fix by wwp
9124
9125 2005-10-08 [colin]      1.9.15cvs21
9126
9127         * src/folder.c
9128         * src/folder.h
9129                 Add a processing_pending indicator, set on 
9130                 folder_item_open and cleared after 
9131                 folder_item_process_open
9132         * src/folderview.c
9133         * src/summaryview.c
9134                 wrap procmsg_msginfo_*_flags, and in the
9135                 wrapper check that there's no folder processing 
9136                 pending. If there is, defer the flags change until 
9137                 processing is done to avoid stepping over each
9138                 other's toes.
9139                 Freeze during processing, but not during scanning.
9140
9141 2005-10-07 [colin]      1.9.15cvs20
9142
9143         * src/plugins/pgpcore/passphrase.c
9144                 Fix bug #826 (X-Server hangs when 
9145                 right-clicking a PGP encrypted message)
9146
9147 2005-10-07 [paul]       1.9.15cvs19
9148
9149         * src/compose.c
9150                 fix compose_entries[]
9151                 patch by Fabien Vantard
9152
9153 2005-10-06 [colin]      1.9.15cvs18
9154
9155         * src/pixmaps/address.xpm
9156         * src/pixmaps/address_book.xpm
9157         * src/pixmaps/book.xpm
9158         * src/pixmaps/check_spelling.xpm
9159         * src/pixmaps/checkbox_off.xpm
9160         * src/pixmaps/checkbox_on.xpm
9161         * src/pixmaps/close.xpm
9162         * src/pixmaps/complete.xpm
9163         * src/pixmaps/continue.xpm
9164         * src/pixmaps/deleted.xpm
9165         * src/pixmaps/down_arrow.xpm
9166         * src/pixmaps/exec.xpm
9167         * src/pixmaps/forwarded.xpm
9168         * src/pixmaps/group.xpm
9169         * src/pixmaps/ignorethread.xpm
9170         * src/pixmaps/interface.xpm
9171         * src/pixmaps/jpilot.xpm
9172         * src/pixmaps/ldap.xpm
9173         * src/pixmaps/linewrap.xpm
9174         * src/pixmaps/linewrapcurrent.xpm
9175         * src/pixmaps/mail.xpm
9176         * src/pixmaps/mail_attach.xpm
9177         * src/pixmaps/mail_compose.xpm
9178         * src/pixmaps/mail_forward.xpm
9179         * src/pixmaps/mail_receive.xpm
9180         * src/pixmaps/mail_receive_all.xpm
9181         * src/pixmaps/mail_reply.xpm
9182         * src/pixmaps/mail_reply_to_all.xpm
9183         * src/pixmaps/mail_reply_to_author.xpm
9184         * src/pixmaps/mail_send.xpm
9185         * src/pixmaps/mail_send_queue.xpm
9186         * src/pixmaps/mime_application.xpm
9187         * src/pixmaps/mime_audio.xpm
9188         * src/pixmaps/mime_image.xpm
9189         * src/pixmaps/mime_message.xpm
9190         * src/pixmaps/mime_text_enriched.xpm
9191         * src/pixmaps/mime_text_html.xpm
9192         * src/pixmaps/mime_text_plain.xpm
9193         * src/pixmaps/mime_unknown.xpm
9194         * src/pixmaps/new.xpm
9195         * src/pixmaps/news_compose.xpm
9196         * src/pixmaps/offline.xpm
9197         * src/pixmaps/online.xpm
9198         * src/pixmaps/paste.xpm
9199         * src/pixmaps/preferences.xpm
9200         * src/pixmaps/privacy_emblem_encrypted.xpm
9201         * src/pixmaps/privacy_expired.xpm
9202         * src/pixmaps/privacy_failed.xpm
9203         * src/pixmaps/privacy_passed.xpm
9204         * src/pixmaps/privacy_signed.xpm
9205         * src/pixmaps/privacy_unknown.xpm
9206         * src/pixmaps/privacy_warn.xpm
9207         * src/pixmaps/properties.xpm
9208         * src/pixmaps/replied.xpm
9209         * src/pixmaps/search.xpm
9210         * src/pixmaps/unread.xpm
9211         * src/pixmaps/up_arrow.xpm
9212         * src/pixmaps/vcard.xpm
9213                 Modernize internal theme, with icons from the 
9214                 Gnomaws theme. Keep some of the old ones where
9215                 they were better.
9216
9217 2005-10-06 [colin]      1.9.15cvs17
9218
9219         * src/summaryview.c
9220                 Little optimisations + bugfix
9221         * src/toolbar.c
9222                 Remove default useless items - useless being defined
9223                 by the default relevant prefs
9224         * src/wizard.c
9225                 include config.h to make gettext work
9226         * src/prefs_themes.c
9227                 Fix selection of current theme in prefs
9228
9229 2005-10-06 [colin]      1.9.15cvs16
9230
9231         * src/prefs_common.c
9232         * src/prefs_common.h
9233         * src/prefs_summaries.c
9234         * src/folderview.c
9235                 Add a warning dialog on Mark all read 
9236                 (with pref to get rid of it)
9237
9238 2005-10-06 [paul]       1.9.15cvs15
9239
9240         * po/nb.po
9241         * po/pt_BR.po
9242                 updated by Geir Helland and Frederico
9243                 Goncalves Guimaraes
9244
9245 2005-10-05 [colin]      1.9.15cvs14
9246
9247         * src/folder.c
9248         * src/folder.h
9249         * src/folderview.c
9250         * src/folderview.h
9251         * src/imap_gtk.c
9252         * src/mh_gtk.c
9253         * src/mainwindow.c
9254         * src/setup.c
9255                 add a way to rescan without rebuilding
9256                 make moving a bit faster (less folders changes)
9257                 don't lock the tree on Get 
9258         * src/imap.c
9259                 Don't re-delete deleted messages before expunging
9260         * src/summaryview.c
9261                 Set batch mode when deleting mails
9262
9263 2005-10-05 [paul]       1.9.15cvs13
9264
9265         * src/mainwindow.c
9266         * src/mainwindow.h
9267                 fix disabled Execute menu item
9268         * src/toolbar.c
9269                 match the change in 1.9.15cvs10: use Compose
9270                 instead of News by default
9271
9272 2005-10-04 [colin]      1.9.15cvs12
9273
9274         * src/compose.c
9275                 When replying to an ML post with Reply-To set
9276                 to the poster's email, honor it (as before),
9277                 but also honor our user's request to reply to
9278                 the mailing list: set the ML address in the To
9279                 field and the Reply-To address in the Cc: 
9280                 field.
9281
9282 2005-10-04 [colin]      1.9.15cvs11
9283
9284         * src/plugins/trayicon/trayicon.c
9285                 Finish cosmetic change - thanks to wwp
9286
9287 2005-10-04 [colin]      1.9.15cvs10
9288
9289         * src/toolbar.c
9290                 Use Compose instead of Email by default.
9291                 Spotted by wwp.
9292
9293 2005-10-04 [colin]      1.9.15cvs9
9294
9295         * src/folder.c
9296         * src/folder.h
9297         * src/folderview.c
9298         * src/imap.c
9299         * src/etpan/imap-thread.c
9300         * src/etpan/imap-thread.h
9301                 Try to make IMAP faster, by simplifying SEARCH
9302                 commands, avoiding sending two STATUS in a row,
9303                 and deferring flags sync and processing just
9304                 after displaying the folder. 
9305                 This will update the SummaryView in certain
9306                 cases (new mails not already fetched, flags
9307                 changed from another client) but in a non-
9308                 blocking manner.
9309
9310 2005-10-04 [colin]      1.9.15cvs8
9311
9312         * src/plugins/trayicon/trayicon.c
9313                 Relabel "Offline" to "Work offline"
9314
9315 2005-10-04 [colin]      1.9.15cvs7
9316
9317         * src/export.c
9318         * src/import.c
9319         * src/mbox.c
9320                 Fix mbox import/export buglets
9321                 Patch by wwp
9322         * src/plugins/trayicon/trayicon.c
9323                 Add offline swithc
9324                 Patch by wwp
9325
9326 2005-10-04 [colin]      1.9.15cvs6
9327
9328         * src/folder.c
9329         * src/folderview.c
9330         * src/summaryview.c
9331                 Better fix (don't break mark all read) for cvs2
9332
9333 2005-10-03 [colin]      1.9.15cvs5
9334
9335         * src/folder.c
9336                 Use a sane sort by default
9337
9338 2005-10-03 [colin]      1.9.15cvs4
9339
9340         * src/inc.c
9341                 Add a 'Only once' button for overriding offline mode
9342         * src/prefs_account.c
9343         * src/wizard.c
9344                 Add Local mbox to the wizard
9345                 Add IMAP subdir to the wizard (or the wizard is useless
9346                 for such accounts, or even worse than useless)
9347                 Move IMAP subdir from Advanced to Receive tab, as it's
9348                 not that uncommon
9349
9350 2005-10-03 [colin]      1.9.15cvs3
9351
9352         * src/send_message.c
9353                 Forgot this one in cvs1
9354
9355 2005-10-03 [colin]      1.9.15cvs2
9356
9357         * src/folder.c
9358                 Faster close when leaving a folder with lots
9359                 of new mails. Idea by David Relson.
9360
9361 2005-10-03 [colin]      1.9.15cvs1
9362
9363         * src/compose.c
9364         * src/imap.c
9365         * src/inc.c
9366         * src/main.c
9367         * src/messageview.c
9368         * src/news.c
9369         * src/summaryview.c
9370         * src/gtk/sslcertwindow.c
9371         * src/plugins/trayicon/trayicon.c
9372                 Add accels to every AlertPanel. Patch by Fabien 
9373                 Vantard
9374
9375 2005-10-03 [paul]       1.9.15
9376
9377         1.9.15 released
9378
9379 2005-10-03 [paul]       1.9.14cvs68
9380
9381         * po/ca.po
9382         * po/de.po
9383         * po/es.po
9384         * po/fi.po
9385         * po/fr.po
9386         * po/sk.po
9387         * po/sr.po
9388         * po/zh_CN.po
9389                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9390                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9391                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9392
9393 2005-10-03 [paul]       1.9.14cvs67
9394
9395         * src/send_message.c
9396                 prevent hang on Cancel
9397                 patch by Colin
9398
9399 2005-10-03 [paul]       1.9.14cvs66
9400
9401         * src/main.c
9402                 fix crash in IMAP caused by discrepancy
9403                 between check_at_startup and offline mode
9404                 Patch by Colin
9405
9406 2005-10-01 [paul]       1.9.14cvs65
9407
9408         * src/inc.c
9409                 fix engrish
9410
9411 2005-10-01 [paul]       1.9.14cvs64
9412         * src/export.c
9413         * src/import.c
9414                 synchronise import_mbox() and export_mbox()
9415         * src/mbox.c
9416                 proc_mbox(): add alert if file cannot be opened
9417                 export_list_to_mbox(): test if dest file exists,
9418                 prompt user to overwrite if it does. add alert
9419                 if file cannot be created
9420                                                                 
9421         Patch by wwp
9422                                                                                                                 
9423
9424 2005-09-30 [paul]       1.9.14cvs63
9425
9426         * src/addressbook.c
9427                 Fix sensitivity of a menu
9428         * src/codeconv.c
9429                 Respect hidden pref for mails with no encoding
9430         * src/common/xml.c
9431                 Fix memory corruption
9432         * src/plugins/pgpcore/sgpgme.c
9433                 Fix segfault on incomplete sigs, and display
9434                 of S/Mime UIDs
9435
9436         Patches by Colin
9437
9438 2005-09-30 [colin]      1.9.14cvs62
9439
9440         * src/partial_download.c
9441                 Little logic fix in almost-dead code
9442         * src/pop.c
9443                 Fix partial download when there's no new mail
9444
9445 2005-09-29 [paul]       1.9.14cvs61
9446
9447         * src/plugins/pgpinline/pgpinline.c
9448                 fix bug 819, 'crash accessing sign message'
9449                 Patch by Colin
9450
9451 2005-09-28 [martin]     1.9.14cvs60
9452
9453         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9454                 fix bug #790 (Crash when restarting window manager (fluxbox))
9455
9456 2005-09-28 [paul]       1.9.14cvs59
9457
9458         * src/gtk/gtkaspell.c
9459                 fix off-by-one typo
9460
9461 2005-09-27 [colin]      1.9.14cvs58
9462
9463         * src/plugins/pgpcore/sgpgme.c
9464                 Report error when there's one, instead of
9465                 "Signature unchecked" 
9466
9467 2005-09-27 [colin]      1.9.14cvs57
9468
9469         * src/prefs_quote.c
9470                 Fix bug #816 (Weird quotation with spaces)
9471
9472 2005-09-27 [colin]      1.9.14cvs56
9473
9474         * src/codeconv.c
9475         * src/compose.c
9476         * src/compose.h
9477                 Put subject in compose's title
9478                 Fix Automatic encoding so that it's really automatic:
9479                 first try default locale's charset, then charset of the replied mail, 
9480                 then utf-8
9481                 Fix encoding of headers (must be in strict mode too)
9482
9483 2005-09-26 [colin]      1.9.14cvs55
9484
9485         * src/gtk/gtkaspell.c
9486                 Fix previous patch - don't color the space,
9487                 just uncolor it :)
9488
9489 2005-09-26 [colin]      1.9.14cvs54
9490
9491         * src/gtk/gtkaspell.c
9492                 Unmark space if possible
9493
9494 2005-09-26 [colin]      1.9.14cvs53
9495
9496         * src/imap.c
9497                 log_error instead of alertpanel according to the pref
9498         * src/etpan/imap-thread.c
9499                 Print connect status, copy only necessary size to 
9500                 logger
9501         * src/plugins/pgpmime/pgpmime.c
9502                 Handle S/Mime signatures (verification only). Patch based
9503                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9504
9505 2005-09-26 [paul]       1.9.14cvs52
9506
9507         * src/common/passcrypt.c
9508                 this 'workaround' not necessary on NetBSD.
9509                 Thanks to Daniel Gustafson
9510
9511 2005-09-26 [paul]
9512
9513         1.9.15-rc4 released
9514
9515 2005-09-26 [paul]       1.9.14cvs51
9516
9517         * src/summaryview.c
9518                 Skip currently selected message when
9519                 looking for next new or unread message
9520                 in current folder. Patch by Colin
9521         * src/common/passcrypt.c
9522                 eliminate warnings on *BSD. Patch by
9523                 Daniel Gustafson
9524
9525 2005-09-26 [colin]      1.9.14cvs50
9526
9527         * src/procmsg.c
9528                 Call postfiltering hook anyway
9529
9530 2005-09-22 [colin]      1.9.14cvs49
9531
9532         * src/codeconv.c
9533         * src/codeconv.h
9534                 Add a strict mode that doesn't replace with _
9535         * src/compose.c
9536         * src/compose.h
9537                 Use strict conversion while sending
9538                 Fix race when drafting while sending (happens
9539                 on IMAP)
9540                 Fix d'n'd of messages from summaryview
9541         * src/prefs_common.c
9542         * src/prefs_common.h
9543                 add hidden utf8_instead_of_locale_for_broken_mail 
9544                 pref for people that preferred the default charset 
9545                 to be utf8 for broken mails
9546         * src/quote_fmt_parse.y
9547                 fix bug #815 (No quote insert if "From:" fied 
9548                 contained Russian letters)
9549         * src/summaryview.c
9550                 Fix d'n'd of messages to compose
9551
9552 2005-09-22 [paul]       1.9.14cvs48
9553
9554         * src/compose.c
9555                 fix bug where attachments Name entry
9556                 would display Path instead
9557
9558 2005-09-21 [paul]       1.9.14cvs47
9559
9560         * README
9561         * README.jp
9562         * configure.ac
9563         * config/config.rpath
9564         * doc/manual/en/sylpheed-20.html
9565         * doc/manual/es/sylpheed-20.html
9566         * po/bg.po
9567         * po/ca.po
9568         * po/de.po
9569         * po/es.po
9570         * po/fr.po
9571         * po/it.po
9572         * po/pt_BR.po
9573         * po/sk.po
9574         * po/zh_TW.po
9575         * src/account.c
9576         * src/account.h
9577         * src/action.c
9578         * src/action.h
9579         * src/adbookbase.h
9580         * src/addr_compl.c
9581         * src/addr_compl.h
9582         * src/addrbook.c
9583         * src/addrbook.h
9584         * src/addrcache.c
9585         * src/addrcache.h
9586         * src/addrcindex.c
9587         * src/addrcindex.h
9588         * src/addrclip.c
9589         * src/addrclip.h
9590         * src/addrdefs.h
9591         * src/addressadd.c
9592         * src/addressadd.h
9593         * src/addressbook.c
9594         * src/addressbook.h
9595         * src/addressitem.h
9596         * src/addrgather.c
9597         * src/addrgather.h
9598         * src/addrharvest.c
9599         * src/addrharvest.h
9600         * src/addrindex.c
9601         * src/addrindex.h
9602         * src/addritem.c
9603         * src/addritem.h
9604         * src/addrquery.c
9605         * src/addrquery.h
9606         * src/addrselect.c
9607         * src/addrselect.h
9608         * src/alertpanel.c
9609         * src/alertpanel.h
9610         * src/browseldap.c
9611         * src/browseldap.h
9612         * src/codeconv.c
9613         * src/codeconv.h
9614         * src/compose.c
9615         * src/compose.h
9616         * src/crash.c
9617         * src/crash.h
9618         * src/customheader.c
9619         * src/customheader.h
9620         * src/displayheader.c
9621         * src/displayheader.h
9622         * src/editaddress.c
9623         * src/editaddress.h
9624         * src/editbook.c
9625         * src/editbook.h
9626         * src/editgroup.c
9627         * src/editgroup.h
9628         * src/editjpilot.c
9629         * src/editjpilot.h
9630         * src/editldap.c
9631         * src/editldap.h
9632         * src/editldap_basedn.c
9633         * src/editldap_basedn.h
9634         * src/editvcard.c
9635         * src/editvcard.h
9636         * src/enriched.c
9637         * src/enriched.h
9638         * src/exphtmldlg.c
9639         * src/exphtmldlg.h
9640         * src/expldifdlg.c
9641         * src/expldifdlg.h
9642         * src/export.c
9643         * src/export.h
9644         * src/exporthtml.c
9645         * src/exporthtml.h
9646         * src/exportldif.c
9647         * src/exportldif.h
9648         * src/filtering.c
9649         * src/filtering.h
9650         * src/folder.c
9651         * src/folder.h
9652         * src/folder_item_prefs.c
9653         * src/folder_item_prefs.h
9654         * src/foldersel.c
9655         * src/foldersel.h
9656         * src/folderutils.c
9657         * src/folderutils.h
9658         * src/folderview.c
9659         * src/folderview.h
9660         * src/grouplistdialog.c
9661         * src/grouplistdialog.h
9662         * src/headerview.c
9663         * src/headerview.h
9664         * src/html.c
9665         * src/html.h
9666         * src/image_viewer.c
9667         * src/image_viewer.h
9668         * src/imap.c
9669         * src/imap.h
9670         * src/imap_gtk.c
9671         * src/imap_gtk.h
9672         * src/import.c
9673         * src/import.h
9674         * src/importldif.c
9675         * src/importldif.h
9676         * src/importmutt.c
9677         * src/importmutt.h
9678         * src/importpine.c
9679         * src/importpine.h
9680         * src/inc.c
9681         * src/inc.h
9682         * src/jpilot.c
9683         * src/jpilot.h
9684         * src/ldapctrl.c
9685         * src/ldapctrl.h
9686         * src/ldaplocate.c
9687         * src/ldaplocate.h
9688         * src/ldapquery.c
9689         * src/ldapquery.h
9690         * src/ldapserver.c
9691         * src/ldapserver.h
9692         * src/ldaputil.c
9693         * src/ldaputil.h
9694         * src/ldif.c
9695         * src/ldif.h
9696         * src/localfolder.c
9697         * src/localfolder.h
9698         * src/main.c
9699         * src/main.h
9700         * src/mainwindow.c
9701         * src/mainwindow.h
9702         * src/manual.c
9703         * src/manual.h
9704         * src/matcher.c
9705         * src/matcher.h
9706         * src/matcher_parser.h
9707         * src/matcher_parser_lex.l
9708         * src/matcher_parser_parse.y
9709         * src/mbox.c
9710         * src/mbox.h
9711         * src/message_search.c
9712         * src/message_search.h
9713         * src/messageview.c
9714         * src/messageview.h
9715         * src/mh.c
9716         * src/mh.h
9717         * src/mh_gtk.c
9718         * src/mh_gtk.h
9719         * src/mimeview.c
9720         * src/mimeview.h
9721         * src/msgcache.c
9722         * src/msgcache.h
9723         * src/mutt.c
9724         * src/mutt.h
9725         * src/news.c
9726         * src/news.h
9727         * src/news_gtk.c
9728         * src/news_gtk.h
9729         * src/noticeview.c
9730         * src/noticeview.h
9731         * src/partial_download.c
9732         * src/partial_download.h
9733         * src/pine.c
9734         * src/pine.h
9735         * src/pop.c
9736         * src/pop.h
9737         * src/prefs_account.c
9738         * src/prefs_account.h
9739         * src/prefs_actions.c
9740         * src/prefs_actions.h
9741         * src/prefs_common.c
9742         * src/prefs_common.h
9743         * src/prefs_compose_writing.c
9744         * src/prefs_compose_writing.h
9745         * src/prefs_customheader.c
9746         * src/prefs_customheader.h
9747         * src/prefs_display_header.c
9748         * src/prefs_display_header.h
9749         * src/prefs_ext_prog.c
9750         * src/prefs_ext_prog.h
9751         * src/prefs_filtering.c
9752         * src/prefs_filtering.h
9753         * src/prefs_filtering_action.c
9754         * src/prefs_filtering_action.h
9755         * src/prefs_folder_column.c
9756         * src/prefs_folder_column.h
9757         * src/prefs_folder_item.c
9758         * src/prefs_folder_item.h
9759         * src/prefs_fonts.c
9760         * src/prefs_fonts.h
9761         * src/prefs_gtk.c
9762         * src/prefs_gtk.h
9763         * src/prefs_image_viewer.c
9764         * src/prefs_image_viewer.h
9765         * src/prefs_matcher.c
9766         * src/prefs_matcher.h
9767         * src/prefs_message.c
9768         * src/prefs_message.h
9769         * src/prefs_msg_colors.c
9770         * src/prefs_msg_colors.h
9771         * src/prefs_other.c
9772         * src/prefs_other.h
9773         * src/prefs_quote.c
9774         * src/prefs_quote.h
9775         * src/prefs_receive.c
9776         * src/prefs_receive.h
9777         * src/prefs_send.c
9778         * src/prefs_send.h
9779         * src/prefs_spelling.c
9780         * src/prefs_spelling.h
9781         * src/prefs_summaries.c
9782         * src/prefs_summaries.h
9783         * src/prefs_summary_column.c
9784         * src/prefs_summary_column.h
9785         * src/prefs_template.c
9786         * src/prefs_template.h
9787         * src/prefs_themes.c
9788         * src/prefs_themes.h
9789         * src/prefs_toolbar.c
9790         * src/prefs_toolbar.h
9791         * src/prefs_wrapping.c
9792         * src/prefs_wrapping.h
9793         * src/privacy.c
9794         * src/privacy.h
9795         * src/procheader.c
9796         * src/procheader.h
9797         * src/procmime.c
9798         * src/procmime.h
9799         * src/procmsg.c
9800         * src/procmsg.h
9801         * src/quote_fmt.c
9802         * src/quote_fmt_parse.y
9803         * src/recv.c
9804         * src/recv.h
9805         * src/remotefolder.c
9806         * src/remotefolder.h
9807         * src/send_message.c
9808         * src/send_message.h
9809         * src/setup.c
9810         * src/setup.h
9811         * src/simple-gettext.c
9812         * src/sourcewindow.c
9813         * src/sourcewindow.h
9814         * src/ssl_manager.c
9815         * src/ssl_manager.h
9816         * src/statusbar.c
9817         * src/statusbar.h
9818         * src/stock_pixmap.c
9819         * src/stock_pixmap.h
9820         * src/summary_search.c
9821         * src/summary_search.h
9822         * src/summaryview.c
9823         * src/summaryview.h
9824         * src/syldap.c
9825         * src/syldap.h
9826         * src/textview.c
9827         * src/textview.h
9828         * src/toolbar.c
9829         * src/toolbar.h
9830         * src/undo.c
9831         * src/undo.h
9832         * src/unmime.c
9833         * src/unmime.h
9834         * src/vcard.c
9835         * src/vcard.h
9836         * src/wizard.c
9837         * src/wizard.h
9838         * src/common/base64.c
9839         * src/common/base64.h
9840         * src/common/defs.h
9841         * src/common/hooks.c
9842         * src/common/hooks.h
9843         * src/common/log.c
9844         * src/common/log.h
9845         * src/common/md5.c
9846         * src/common/md5.h
9847         * src/common/mgutils.c
9848         * src/common/mgutils.h
9849         * src/common/nntp.c
9850         * src/common/nntp.h
9851         * src/common/passcrypt.c
9852         * src/common/passcrypt.h.in
9853         * src/common/plugin.c
9854         * src/common/plugin.h
9855         * src/common/prefs.c
9856         * src/common/prefs.h
9857         * src/common/progressindicator.c
9858         * src/common/progressindicator.h
9859         * src/common/quoted-printable.c
9860         * src/common/quoted-printable.h
9861         * src/common/session.c
9862         * src/common/session.h
9863         * src/common/smtp.c
9864         * src/common/smtp.h
9865         * src/common/socket.c
9866         * src/common/socket.h
9867         * src/common/ssl.c
9868         * src/common/ssl.h
9869         * src/common/ssl_certificate.c
9870         * src/common/ssl_certificate.h
9871         * src/common/string_match.c
9872         * src/common/string_match.h
9873         * src/common/stringtable.c
9874         * src/common/sylpheed.c
9875         * src/common/sylpheed.h
9876         * src/common/template.c
9877         * src/common/template.h
9878         * src/common/timing.h
9879         * src/common/utils.c
9880         * src/common/utils.h
9881         * src/common/uuencode.c
9882         * src/common/uuencode.h
9883         * src/common/version.h.in
9884         * src/common/xml.c
9885         * src/common/xml.h
9886         * src/common/xmlprops.c
9887         * src/common/xmlprops.h
9888         * src/gtk/about.c
9889         * src/gtk/about.h
9890         * src/gtk/colorlabel.c
9891         * src/gtk/colorlabel.h
9892         * src/gtk/colorsel.c
9893         * src/gtk/colorsel.h
9894         * src/gtk/description_window.c
9895         * src/gtk/description_window.h
9896         * src/gtk/filesel.c
9897         * src/gtk/filesel.h
9898         * src/gtk/foldersort.c
9899         * src/gtk/foldersort.h
9900         * src/gtk/gtkutils.c
9901         * src/gtk/gtkutils.h
9902         * src/gtk/inputdialog.c
9903         * src/gtk/inputdialog.h
9904         * src/gtk/logwindow.c
9905         * src/gtk/logwindow.h
9906         * src/gtk/manage_window.c
9907         * src/gtk/manage_window.h
9908         * src/gtk/menu.c
9909         * src/gtk/menu.h
9910         * src/gtk/pluginwindow.c
9911         * src/gtk/pluginwindow.h
9912         * src/gtk/prefswindow.c
9913         * src/gtk/prefswindow.h
9914         * src/gtk/progressdialog.c
9915         * src/gtk/progressdialog.h
9916         * src/gtk/quicksearch.c
9917         * src/gtk/quicksearch.h
9918         * src/gtk/sslcertwindow.c
9919         * src/gtk/sslcertwindow.h
9920         * src/plugins/clamav/clamav_plugin.c
9921         * src/plugins/clamav/clamav_plugin.h
9922         * src/plugins/clamav/clamav_plugin_gtk.c
9923         * src/plugins/demo/demo.c
9924         * src/plugins/dillo_viewer/dillo_prefs.c
9925         * src/plugins/dillo_viewer/dillo_prefs.h
9926         * src/plugins/dillo_viewer/dillo_viewer.c
9927         * src/plugins/mathml_viewer/mathml_viewer.c
9928         * src/plugins/pgpcore/passphrase.c
9929         * src/plugins/pgpcore/passphrase.h
9930         * src/plugins/pgpcore/plugin.c
9931         * src/plugins/pgpcore/prefs_gpg.c
9932         * src/plugins/pgpcore/prefs_gpg.h
9933         * src/plugins/pgpcore/select-keys.c
9934         * src/plugins/pgpcore/select-keys.h
9935         * src/plugins/pgpcore/sgpgme.c
9936         * src/plugins/pgpcore/sgpgme.h
9937         * src/plugins/pgpinline/pgpinline.c
9938         * src/plugins/pgpinline/pgpinline.h
9939         * src/plugins/pgpinline/plugin.c
9940         * src/plugins/pgpmime/pgpmime.c
9941         * src/plugins/pgpmime/pgpmime.h
9942         * src/plugins/pgpmime/plugin.c
9943         * src/plugins/spamassassin/spamassassin.c
9944         * src/plugins/spamassassin/spamassassin.h
9945         * src/plugins/spamassassin/spamassassin_gtk.c
9946         * src/plugins/trayicon/trayicon.c
9947         * tools/OOo2sylpheed.pl
9948         * tools/acroread2sylpheed.pl
9949         * tools/asus_mailled.sh
9950         * tools/filter_conv.pl
9951         * tools/freshmeat_search.pl
9952         * tools/google_search.pl
9953         * tools/kmail2sylpheed.pl
9954         * tools/kmail2sylpheed_v2.pl
9955         * tools/maildir2sylpheed.pl
9956         * tools/multiwebsearch.pl
9957         * tools/newscache_clean.pl
9958         * tools/outlook2sylpheed.pl
9959         * tools/sylpheed-switcher
9960         * tools/update-po
9961         * tools/vcard2xml.py
9962         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9963                 update FSF address
9964
9965 2005-09-21 [colin]      1.9.14cvs46
9966
9967         * src/gedit-print.c
9968         * src/procmsg.c
9969         * src/procmsg.h
9970         * src/textview.c
9971         * src/summaryview.c
9972                 Remove some printing hacks (deselection/reselection),
9973                 which by the way fix printing the currently 
9974                 displayed mime part (still only text)
9975                 Plus a little optimisation of summary_show
9976
9977
9978 2005-09-20 [colin]      1.9.14cvs45
9979
9980         * src/mainwindow.c
9981         * src/messageview.c
9982                 GUI fixups: add accels, set message
9983                 view title to displayed mail's subject
9984         * src/prefs_spelling.c
9985         * src/gtk/gtkaspell.c
9986                 GUI fixups: allow underlining misspelled
9987                 words instead of coloring them (a11y!)
9988
9989 2005-09-19 [colin]
9990
9991         1.9.15rc3 released
9992
9993 2005-09-19 [colin]      1.9.14cvs44
9994
9995         * src/compose.c
9996                 Fix draft message
9997         * src/gtk/gtkaspell.c
9998                 Fix wrong test ;-)
9999
10000 2005-09-19 [colin]      1.9.14cvs43
10001
10002         * src/addressbook.c
10003                 Fix sensitivity of Delete button
10004         * src/compose.c
10005                 Warn if the requested Privacy system
10006                 is not available
10007         * src/exphtmldlg.c
10008         * src/expldifdlg.c
10009         * src/importldif.c
10010         * src/importmutt.c
10011         * src/importpine.c
10012                 Fix crappy UI
10013         * src/
10014         * src/ssl.h
10015         * src/prefs_account.h
10016         * src/prefs_account.c
10017                 Save SSL prefs even in builds that have
10018                 SSL support disable
10019         * src/imap.c
10020         * src/inc.c
10021         * src/news.c
10022         * src/send_message.c
10023                 Warn if connection should be secure, but
10024                 SSL support isn't compiled in
10025         * src/gtkaspell.c
10026                 Fix word separation on UTF-8 systems
10027                 Fixes bug #812 (Strange inline spellchecking)
10028         * src/compose.c
10029                 Warn if the requested Privacy system
10030                 is not available
10031                 Factorize offline warning
10032         * src/imap.c
10033         * src/imap_gtk.c
10034         * src/imap_gtk.h
10035         * src/inc.h
10036         * src/news_gtk.c
10037         * src/news_gtk.h
10038         * src/messageview.c
10039                 Factorize offline warning
10040
10041 2005-09-19 [paul]
10042
10043         1.9.15-rc2 released
10044
10045 2005-09-18 [colin]      1.9.14cvs42
10046
10047         * src/codeconv.c
10048         * src/codeconv.h
10049         * src/procmime.c
10050                 Add a way to get locale's charset ignoring utf-8,
10051                 and use that as default encoding for broken mails
10052
10053 2005-09-18 [colin]      1.9.14cvs41
10054
10055         * src/gtk/logwindow.c
10056                 Translate string. Patch by Fabien Vantard
10057
10058 2005-09-18 [colin]      1.9.14cvs40
10059
10060         * configure.ac
10061                 Fix bug #803 (IMAP/SSL support breaks with 
10062                 GnuTLS libetpan 0.38)
10063
10064 2005-09-18 [colin]      1.9.14cvs39
10065
10066         * src/codeconv.c
10067         * src/compose.c
10068         * src/procmime.c
10069                 More charsets fixes. Fixes bug #806 (non
10070                 ascii characters in subject line)
10071
10072 2005-09-17 [paul]       1.9.14cvs38
10073
10074         * src/folderview.c
10075         * src/mainwindow.c
10076                 fix gcc-2.95 issues
10077                 Patch by Pawel Pekala
10078
10079 2005-09-17 [colin]      1.9.14cvs37
10080
10081         * src/addrindex.c
10082                 bugfix for NO-USE LDAP compilation, patch 
10083                 by Fabien Vantard
10084
10085 2005-09-17 [colin]      1.9.14cvs36
10086
10087         * src/prefs_actions.c
10088         * src/prefs_customheader.c
10089         * src/prefs_display_header.c
10090         * src/prefs_filtering_action.c
10091         * src/prefs_matcher.c
10092         * src/prefs_toolbar.c
10093                 Fix strange casts (less elegant but
10094                 works better)
10095
10096 2005-09-16 [colin]      1.9.14cvs35
10097
10098         * src/jpilot.c
10099                 Missed that one
10100
10101 2005-09-16 [colin]      1.9.14cvs34
10102
10103         * configure.ac
10104         * src/Makefile.am
10105         * src/addr_compl.c
10106         * src/addrindex.c
10107         * src/browseldap.c
10108         * src/editldap.c
10109         * src/ldaplocate.c
10110         * src/ldapquery.c
10111         * src/ldapquery.h
10112         * src/ldapserver.c
10113         * src/ldapserver.h
10114         * src/main.c
10115         * src/matcher_parser_parse.y
10116         * src/prefs_themes.c
10117         * src/etpan/Makefile.am
10118         * src/gtk/description_window.c
10119         * src/plugins/clamav/Makefile.am
10120         * src/plugins/clamav/clamav_plugin.c
10121         * src/plugins/dillo_viewer/Makefile.am
10122         * src/plugins/pgpcore/Makefile.am
10123         * src/plugins/pgpinline/Makefile.am
10124         * src/plugins/pgpmime/Makefile.am
10125         * src/plugins/trayicon/Makefile.am
10126                 Fix 100% cpu usage in address completion list
10127                 Fix little bugs (return with no values etc)
10128                 Fix all warnings (with common CFLAGS)
10129
10130 2005-09-15 [colin]      1.9.14cvs33
10131
10132         * src/addressbook.c
10133                 Fix bug where sometimes a group's email list is empty,
10134                 force its refresh (probably fixes "Re: how to create a 
10135                 distribution list")
10136         * src/ldapquery.c
10137                 Don't return to the callback in the main thread from the
10138                 fetch thread (or face segs!)
10139
10140 2005-09-15 [paul]       1.9.14cvs32
10141
10142         * src/prefs_matcher.c
10143                 forgotten in last commit
10144
10145 2005-09-15 [paul]       1.9.14cvs31
10146
10147         * src/prefs_actions.c
10148         * src/prefs_filtering_action.c
10149         * src/prefs_quote.c
10150         * src/quote_fmt.c
10151         * src/summaryview.c
10152         * src/gtk/description_window.c
10153         * src/gtk/description_window.h
10154         * src/gtk/quicksearch.c
10155                 allow interaction with the called
10156                 description window
10157                 Patch by Anders Hammar
10158
10159 2005-09-14 [paul]       1.9.14cvs30
10160
10161         * src/compose.c
10162                 fix a little annoyance when pasting with 3rd button 
10163                 with wrap_pastes=0 and wrap_input=1
10164                 Patch by Colin
10165
10166 2005-09-14 [paul]       1.9.14cvs29
10167
10168         * src/prefs_account.c
10169                 disable 'Filter messages on receiving' for
10170                 SMTP-only accounts
10171                 Patch  by Anders Hammar
10172
10173 2005-09-14 [paul]       1.9.14cvs28
10174
10175         * po/sk.po
10176                 fix crash
10177                 updated by Andrej Kacian
10178
10179 2005-09-14 [paul]
10180
10181         1.9.15-rc1 released
10182
10183 2005-09-14 [paul]       1.9.14cvs27
10184
10185         * po/es.po
10186                 updated by Ricardo Mones Lastra
10187         * src/compose.c
10188         * src/compose.h
10189                 associate no_wrap_tags to Compose windows
10190                 instead of using a static one
10191                 Patch by Colin
10192         * src/mbox.c
10193                 fix proc_mbox()
10194                 Patch by wwp
10195         * src/textview.c
10196                 remove unneeded printf()
10197
10198 2005-09-14 [paul]       1.9.14cvs26
10199
10200         * src/addrcache.c
10201         * src/codeconv.h
10202         * src/folder.h
10203         * src/mainwindow.h
10204         * src/mh.c
10205         * src/mimeview.h
10206         * src/partial_download.c
10207         * src/pop.c
10208         * src/prefs_account.c
10209         * src/prefs_account.h
10210         * src/prefs_actions.c
10211         * src/prefs_customheader.c
10212         * src/prefs_display_header.c
10213         * src/prefs_filtering_action.c
10214         * src/prefs_matcher.c
10215         * src/prefs_toolbar.c
10216         * src/privacy.h
10217         * src/procmime.c
10218         * src/procmime.h
10219         * src/procmsg.h
10220         * src/textview.c
10221         * src/undo.h
10222         * src/common/plugin.c
10223         * src/common/session.h
10224         * src/common/socket.c
10225         * src/common/socket.h
10226         * src/common/template.c
10227         * src/gtk/gtkaspell.c
10228         * src/gtk/quicksearch.h
10229         * src/plugins/pgpcore/passphrase.c
10230         * src/plugins/pgpcore/prefs_gpg.h
10231         * src/plugins/pgpcore/select-keys.c
10232         * src/plugins/pgpcore/select-keys.h
10233         * src/plugins/pgpcore/sgpgme.c
10234         * src/plugins/pgpinline/pgpinline.c
10235         * src/plugins/pgpmime/pgpmime.c
10236         * src/plugins/trayicon/trayicon.c
10237                 fix compilation warnings
10238                 Patch by Daniel Gustafson
10239
10240 2005-09-14 [paul]       1.9.14cvs25
10241
10242         * src/addressbook.c
10243                 add missing column header, and other small
10244                 bug fixes
10245                 Patch by Anders Hammar
10246
10247 2005-09-13 [colin]      1.9.14cvs24
10248
10249         * src/gtk/gtkaspell.c
10250                 Fix non-utf8 in menu
10251                 Fix little leaks
10252                 Nullify struct members after free()s
10253
10254 2005-09-13 [colin]      1.9.14cvs23
10255
10256         * src/compose.c
10257                 Test utf8 compliance before inserting to 
10258                 buffer, and try to convert if necessary
10259         * src/procmime.c
10260                 If no charset is present, use the locale 
10261                 one instead of us-ascii
10262         * src/procmsg.c
10263                 Add Sender, List-Post and To in the checked 
10264                 headers for automatic rules creation 
10265                 (thanks to wwp)
10266         * src/prefs_themes.c
10267         * src/gtk/gtkaspell.c
10268                 Remove deprecated functions. 
10269                 patch by Daniel Gustafson
10270
10271 2005-09-12 [colin]      1.9.14cvs22
10272
10273         * src/compose.c
10274                 Fix bug #448 (Scrolling/Redraw issue with 
10275                 address-fields in Header)
10276         * src/mainwindow.c
10277         * src/summaryview.c
10278         * src/summaryview.h
10279                 Fix loss of MSG_MARKED on move/copy
10280                 Fix bug #804 (Quicksearch togglebutton doesn't 
10281                 get depressed after '/' key is pressed)
10282
10283 2005-09-12 [paul]       1.9.14cvs21
10284
10285         * AUTHORS
10286         * src/gtk/logwindow.c
10287                 add 'Clear Log' to popup menu
10288                 Patch by Anders Hammar <anders.hammar@telia.com>
10289
10290 2005-09-12 [paul]       1.9.14cvs20
10291
10292         * src/compose.c
10293                 set correct sensitivity on attachments
10294                 popup menu
10295         * src/folder.c
10296                 fix typo
10297         * src/prefs_spelling.c
10298                 fix crash when no LANG env is set
10299         * src/common/xml.c
10300                 fix crash in wizard
10301                 don't use memeory after free
10302
10303         All patches by Daniel Gustafson
10304
10305 2005-09-12 [paul]       1.9.14cvs19
10306
10307         * src/prefs_themes.c
10308                 make theme info selectable
10309         * src/gtk/description_window.c
10310                 make window non-modal
10311         * tools/README
10312                 add details of asus_mailed.sh
10313         * tools/claws.i18n.status.pl
10314                 update for new zh_TW translator
10315                 widen the output
10316                 create alternate coloured lines
10317                 improve readability
10318
10319 2005-09-10 [colin]      1.9.14cvs18
10320
10321         * src/plugins/pgpcore/select-keys.c
10322                 Better order for the buttons
10323
10324 2005-09-10 [colin]      1.9.14cvs17
10325
10326         * src/compose.c
10327         * src/plugins/pgpcore/select-keys.c
10328         * src/plugins/pgpcore/select-keys.h
10329         * src/plugins/pgpcore/sgpgme.c
10330                 Add a "Don't encrypt" button to the key
10331                 selection dialog. Fixes bug #177 (There should be a 
10332                 'Don't encrypt button in the Select Keys dialog)
10333
10334 2005-09-10 [colin]      1.9.14cvs16
10335
10336         * src/compose.c
10337                 Fix bug #572 (%X option does not work with templates)
10338
10339 2005-09-10 [colin]      1.9.14cvs15
10340
10341         * src/toolbar.c 
10342                 Remove g_print
10343
10344 2005-09-10 [colin]      1.9.14cvs14
10345
10346         * src/imap.c
10347                 Fix a possible crash
10348
10349 2005-09-09 [colin]      1.9.14cvs13
10350
10351         * src/imap.c
10352         * src/etpan/imap-thread.c
10353         * src/etpan/imap-thread.h
10354                 Fix moving from queue or drafts to normal folders
10355                 Fix bug #794 (No way to delete without expunging)
10356                 Take flags unset by other mailers into account
10357                 Take deleted flag set by other mailers into account
10358                 Fix unsetting REPLIED flag
10359                 Fix crash when capabilities can't be retrieved
10360         * src/mainwindow.c
10361         * src/mainwindow.h
10362                 Add M_DELAYED_FLAGS condition, and let the user use
10363                 Execute in order to be able to expunge deleted mails,
10364                 even if he's not in delayed execute mode
10365         * src/prefs_spelling.c
10366                 Use 'en' dictionary by default if LANG is POSIX or C
10367         * src/gtk/prefswindow.c
10368                 Fix bug #767 (Preferences windows expanding) by making
10369                 the window a bit larger when the resolution is greater
10370                 than 640x480, and by putting the prefs in a
10371                 GtkScrolledWindow.
10372
10373 2005-09-09 [paul]       1.9.14cvs12
10374
10375         * AUTHORS
10376         * configure.ac
10377         * po/zh_TW.Big5.po      ** REMOVED **
10378         * po/zh_TW.po           ** ADDED **
10379                 updated by Wei-Lun Chao
10380
10381 2005-09-09 [paul]       1.9.14cvs11
10382
10383         * src/mainwindow.c
10384                 fix asserts
10385         * src/common/xml.c
10386                 delay memory allocation until file is
10387                 opened successfully
10388                 Patch by Daniel Gustafson
10389
10390 2005-09-09 [colin]      1.9.14cvs10
10391
10392         * src/imap.c
10393                 Add guards
10394
10395 2005-09-08 [colin]      1.9.14cvs9
10396
10397         * src/compose.c
10398                 Alert when we can't save draft
10399                 Fix various wrap/color issues
10400                 Add mid-click pasting respecting wrap_paste option
10401         * src/folder.c
10402         * src/folder.h
10403         * src/folder_item_prefs.c
10404         * src/folder_item_prefs.h
10405         * src/imap.c
10406         * src/imap_gtk.c
10407         * src/imap_gtk.h
10408         * src/main.c
10409         * src/mainwindow.c
10410         * src/mainwindow.h
10411         * src/news.c
10412         * src/news_gtk.c
10413         * src/news_gtk.h
10414         * src/prefs_folder_item.c
10415                 Fix the impossibility to synchronise folders for
10416                 offline use (IMAP and NNTP are concerned)
10417
10418 2005-09-08 [colin]      1.9.14cvs8
10419
10420         * configure.ac
10421                 Build LDAP and JPilot by default if available
10422         * src/textview.c
10423                 Fix use after free
10424
10425 2005-09-08 [paul]       1.9.14cvs7
10426
10427         * doc/manual/en/sylpheed-1.html
10428         * doc/manual/en/sylpheed-18.html
10429         * doc/manual/en/sylpheed-19.html
10430         * doc/manual/en/sylpheed-4.html
10431         * doc/manual/en/sylpheed-6.html
10432         * doc/manual/en/sylpheed.html
10433                 a few minor updates, plus include some
10434                 details about plugins and their requirements
10435         * src/mainwindow.c
10436                 minor changes to English in /View/Sort
10437
10438 2005-09-07 [colin]      1.9.14cvs6
10439
10440         * doc/manual/en/sylpheed-1.html
10441         * doc/manual/en/sylpheed-10.html
10442         * doc/manual/en/sylpheed-11.html
10443         * doc/manual/en/sylpheed-12.html
10444         * doc/manual/en/sylpheed-13.html
10445         * doc/manual/en/sylpheed-14.html
10446         * doc/manual/en/sylpheed-15.html
10447         * doc/manual/en/sylpheed-16.html
10448         * doc/manual/en/sylpheed-17.html
10449         * doc/manual/en/sylpheed-18.html
10450         * doc/manual/en/sylpheed-19.html
10451         * doc/manual/en/sylpheed-2.html
10452         * doc/manual/en/sylpheed-20.html
10453         * doc/manual/en/sylpheed-21.html
10454         * doc/manual/en/sylpheed-22.html
10455         * doc/manual/en/sylpheed-3.html
10456         * doc/manual/en/sylpheed-4.html
10457         * doc/manual/en/sylpheed-5.html
10458         * doc/manual/en/sylpheed-6.html
10459         * doc/manual/en/sylpheed-7.html
10460         * doc/manual/en/sylpheed-8.html
10461         * doc/manual/en/sylpheed-9.html
10462         * doc/manual/en/sylpheed.html
10463                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10464
10465 2005-09-07 [colin]      1.9.14cvs5
10466
10467         * src/mainwindow.c
10468                 Make labels more to-the-point
10469
10470 2005-09-07 [colin]      1.9.14cvs4
10471
10472         * doc/manual/en/sylpheed-1.html
10473         * doc/manual/en/sylpheed-12.html
10474         * doc/manual/en/sylpheed-13.html
10475         * doc/manual/en/sylpheed-14.html
10476         * doc/manual/en/sylpheed-15.html
10477         * doc/manual/en/sylpheed-16.html
10478         * doc/manual/en/sylpheed-17.html
10479         * doc/manual/en/sylpheed-18.html
10480         * doc/manual/en/sylpheed-19.html
10481         * doc/manual/en/sylpheed-2.html
10482         * doc/manual/en/sylpheed-20.html
10483         * doc/manual/en/sylpheed-21.html
10484         * doc/manual/en/sylpheed-22.html
10485         * doc/manual/en/sylpheed-4.html
10486         * doc/manual/en/sylpheed-5.html
10487         * doc/manual/en/sylpheed-6.html
10488         * doc/manual/en/sylpheed-7.html
10489         * doc/manual/en/sylpheed-8.html
10490         * doc/manual/en/sylpheed-9.html
10491         * doc/manual/en/sylpheed.html
10492                 Update manual
10493
10494 2005-09-07 [colin]      1.9.14cvs3
10495
10496         * doc/faq/en/sylpheed-faq-1.html
10497         * doc/faq/en/sylpheed-faq-2.html
10498         * doc/faq/en/sylpheed-faq-3.html
10499         * doc/faq/en/sylpheed-faq.html
10500                 Update FAQ
10501
10502 2005-09-07 [colin]      1.9.14cvs2
10503
10504         * src/folderview.c
10505         * src/procmsg.c
10506         * src/summaryview.c
10507         * src/toolbar.c
10508                 Fix special subfolders:
10509                 - Inherit parent's icon
10510                 - sent contents of queues subfolders
10511                 - empty subfolders of trashes
10512         * src/mainwindow.c
10513                 Remove outdated manual and faq entries
10514         * src/common/utils.c
10515                 Add quotes around %s coming from mailcap
10516
10517 2005-09-07 [colin]      1.9.14cvs1
10518
10519         * src/compose.c
10520                 After saving draft, set modified to FALSE
10521         * src/mimeview.c
10522         * src/common/utils.c
10523         * src/common/utils.h
10524                 Try to open mime parts using what is 
10525                 indicated in ~/.mailcap or /etc/mailcap,
10526                 if possible.
10527
10528 2005-09-05 [paul]       1.9.14
10529
10530         1.9.14 released
10531
10532         * po/sk.po
10533                 updated by Andrej Kacian
10534
10535 2005-09-05 [paul]       1.9.13cvs83
10536
10537         * po/de.po
10538         * po/es.po
10539         * po/fi.po
10540         * po/fr.po
10541         * po/nb.po
10542         * po/pt_BR.po
10543         * po/sr.po
10544                 updated translations by Thomas Gilgin, Ricardo Mones
10545                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10546                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10547
10548 2005-09-04 [paul]       1.9.13cvs82
10549
10550         * src/compose.c
10551                 only warn about exceeded line length limit
10552                 on send
10553
10554 2005-09-04 [paul]       1.9.13cvs81
10555
10556         * src/compose.c
10557                 fix crash in 'line length exceeded' dialogue
10558
10559 2005-09-02 [paul]       1.9.13cvs80
10560
10561         * src/imap.c
10562                 fix bug 795, 'Connection lost IMAP'
10563                 and add statusbar prints
10564                 Patch by Colin
10565
10566 2005-09-02 [paul]       1.9.13cvs79
10567
10568         * src/compose.c
10569                 compose_wrap_paragraph() becomes
10570                 compose_beautify_paragraph()
10571                 Patch by Colin
10572
10573 2005-09-02 [colin]      1.9.13cvs78
10574
10575         * src/folderview.c
10576                 Micro-fix
10577
10578 2005-09-01 [colin]      1.9.13cvs77
10579
10580         * src/imap.c
10581                 Maybe fix bug #795 (Connection lost IMAP)
10582                 Don't try to send logout when we're disconnected.
10583         * src/summaryview.c
10584                 Include locked and marked emails in HRM
10585                 view. Fixes bug #800 (Locked messages no longer 
10586                 show up when hide read messages is used)
10587
10588 2005-09-01 [paul]       1.9.13cvs76
10589
10590         * src/prefs_common.c
10591                 fix bad cutting
10592
10593 2005-08-31 [colin]      1.9.13cvs75
10594
10595         * src/folderview.c
10596         * src/folderview.h
10597         * src/prefs_summaries.c
10598         * src/summaryview.c
10599                 Fix "go to next new", fix preference
10600                 (Open unread/next swapped)
10601
10602 2005-08-31 [paul]       1.9.13cvs74
10603
10604         * src/compose.c
10605         * src/folderview.c
10606         * src/headerview.c
10607         * src/headerview.h
10608         * src/mainwindow.c
10609         * src/prefs_common.c
10610         * src/prefs_common.h
10611         * src/prefs_fonts.c
10612         * src/summaryview.c
10613         * src/textview.c
10614         * src/common/defs.h
10615                 remove obsolete BOLD_FONT setting
10616                 fix font update in headerview and textview
10617                 headers after prefs change
10618                 Patch By Colin
10619
10620 2005-08-31 [paul]
10621
10622         1.9.14-rc4 released
10623
10624 2005-08-30 [colin]      1.9.13cvs73
10625
10626         * src/summaryview.c
10627                 When Hide read messages is selected and we
10628                 refresh the summaryview, don't remove the 
10629                 currently displayed message. Fixes bug #797
10630                 (Summary view reloads when new mail is 
10631                 downloaded in 1.9.14 rc)
10632
10633 2005-08-30 [colin]      1.9.13cvs72
10634
10635         * src/folderview.c
10636                 Fix flickering
10637         * src/mainwindow.c
10638                 Remove useless callback
10639         * src/mimeview.c
10640         * src/gtk/filesel.c
10641         * src/gtk/filesel.h
10642                 Add a filesel_select_file_save_folder() - used by Save All
10643
10644 2005-08-29 [paul]       1.9.13cvs71
10645
10646         * AUTHORS
10647         * src/matcher_parser_parse.y
10648         * src/etpan/imap-thread.c
10649                 fix building on FreeBSD
10650                 Patch by Daniel Gustafson <daniel@hobbit.se>
10651
10652 2005-08-29 [paul]       1.9.13cvs70
10653
10654         * src/plugins/pgpinline/pgpinline.c
10655                 only initialise sig result if it's been handled
10656                 Patch by Colin
10657
10658 2005-08-29 [paul]       1.9.13cvs69
10659         
10660         Patches by Colin:
10661
10662         * src/imap.c
10663         * src/common.utils.c
10664         * src/common/utils.h
10665                 optimisation
10666         * src/stock_pixmap.h
10667                 fix wrong icon reference
10668         * src/pixmaps/trash_btn.xpm
10669                 replace with nicer image
10670
10671 2005-08-28 [colin]      1.9.13cvs68
10672
10673         * src/Makefile.am
10674         * src/stock_pixmap.c
10675         * src/stock_pixmap.h
10676         * src/toolbar.c
10677         * src/pixmaps/trash_btn.xpm
10678                 Add a specific trash xpm for the button
10679
10680 2005-08-28 [colin]      1.9.13cvs67
10681
10682         * src/imap.c
10683                 Fix leak
10684
10685 2005-08-27 [colin]      1.9.13cvs66
10686
10687         * src/imap.c
10688         * src/procmime.c
10689                 Correctly fix "Problem with replies", fixes
10690                 pgpmime encryption too. 
10691
10692 2005-08-27 [colin]      1.9.13cvs65
10693
10694         * src/folder.c
10695         * src/procmsg.c
10696         * src/procmsg.h
10697         * src/summaryview.c
10698                 Fix bug #517 (messages removed from summaryview 
10699                 when moving fails)
10700
10701 2005-08-27 [colin]      1.9.13cvs64
10702
10703         * tools/Makefile.am
10704         * tools/asus_mailled.sh
10705                 Add a script to blink ASUS laptops' mail LED where there
10706                 is unread mail.
10707
10708 2005-08-27 [colin]      1.9.13cvs63
10709
10710         * src/imap.c
10711         * src/etpan/imap-thread.c
10712         * src/etpan/imap-thread.h
10713                 Implement automatic choosing of login method
10714                 Fixes bug #791
10715         * src/gtk/.cvsignore
10716                 Add sylpheed-marshal.[ch]
10717
10718 2005-08-27 [colin]      1.9.13cvs62
10719
10720         * src/common/utils.c
10721                 Fix confusing perror
10722
10723 2005-08-27 [colin]      1.9.13cvs61
10724
10725         * src/toolbar.c
10726         * src/toolbar.h
10727                 Remove A_DELETE, replace it with 
10728                 A_TRASH and A_DELETE_REAL. Automatically
10729                 rewrite config files to replace A_DELETE
10730                 with A_TRASH (no functionality change).
10731                 Fixes half of #794
10732
10733 2005-08-26 [colin]      1.9.13cvs60
10734
10735         * src/procmime.c
10736                 Previous "Problem with replies" fix brought other
10737                 problems, fixing them
10738
10739 2005-08-26 [colin]      1.9.13cvs59
10740
10741         * src/procmime.c
10742                 Fix "Problem with replies". This happened only
10743                 on IMAP...
10744         * src/procmsg.c
10745                 Factorize code a bit
10746         * src/compose.c
10747                 Speed improvement on very long messages (wrapping)
10748                 Fix signature color on Reedit and Redirect
10749                 On Reedit, don't attach pgp-signatures parts, but
10750                 set signing to On.
10751
10752 2005-08-24 [paul]       1.9.13cvs58
10753
10754         * src/compose.c
10755                 don't claim success when clicking
10756                 Cancel on the passphrase box.
10757                 Patch by Colin
10758
10759 2005-08-24 [paul]       1.9.13cvs57
10760
10761         * src/main.c
10762                 fix misplaced sylpheed.log
10763         * src/common/defs.h
10764                 define UIDL_DIR
10765
10766 2005-08-24 [paul]       1.9.13cvs56
10767
10768         * src/imap.c
10769         * src/etpan/imap-thread.c
10770         * src/etpan/imap-thread.h
10771                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10772                 Patch by Colin
10773         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10774         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10775                 remove autogenerated files
10776         * tools/kdeservicemenu/README
10777         * tools/kdeservicemenu/install.sh
10778         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10779         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10780                 use Claws icon, use 'Sylpheed-Claws' in menu,
10781                 use kdialog, and other cleanups
10782
10783 2005-08-23 [paul]       1.9.13cvs55
10784
10785         * src/compose.c
10786                 fix paste/wrap crash
10787                 Patch by Colin
10788
10789 2005-08-23 [paul]       1.9.13cvs54
10790
10791         * src/main.c
10792                 fix crash recovery
10793                 Patch by Colin
10794
10795 2005-08-23 [paul]       1.9.13cvs53
10796
10797         * src/addressbook.c
10798         * src/editaddress.c
10799                 view all data of LDAP contacts
10800                 Patch by Colin
10801
10802 2005-08-23 [paul]       1.9.13cvs52
10803
10804         * src/addressbook.c
10805                 fix issues with the Search field
10806                 Patch by Colin
10807
10808 2005-08-22 [paul]       1.9.13cvs51
10809
10810         * src/folderview.c
10811                 put name of folder in processing dialog
10812                 title
10813         * src/prefs_folder_item.c
10814                 improve english usage
10815
10816 2005-08-22 [paul]       1.9.13cvs50
10817
10818         * src/filtering.c
10819         * src/filtering.h
10820         * src/matcher.c
10821         * src/matcher_parser_lex.l
10822         * src/matcher_parser_parse.y
10823         * src/prefs_filtering.c
10824                 add Filtering/Processing rule names feature.
10825                 (the incompatible old matcherrc is saved as
10826                 matcherrc.pre_names).
10827                 Patch by Colin
10828
10829 2005-08-22 [paul]       1.9.13cvs49
10830
10831         * src/procmsg.c
10832                 fix colour labelling
10833                 Patch by Colin
10834
10835 2005-08-22 [paul]       1.9.13cvs48
10836
10837         * src/textview.c
10838                 fix open_image_cb()
10839
10840 2005-08-22 [paul]       1.9.13cvs47
10841
10842         * src/imap.c
10843                 fix bug 789, 'SC crashes with imap (CVS ver)'
10844                 Patch by Colin
10845
10846 2005-08-22 [paul]       1.9.13cvs46
10847
10848         * src/mimeview.c
10849         * src/prefs_common.c
10850         * src/common/defs.h
10851                 define reused defaults in defs.h
10852         * src/textview.c
10853                 add 'Open image' to image popup menu
10854
10855 2005-08-21 [colin]      1.9.13cvs45
10856
10857         * src/summaryview.c
10858                 Fix bug #788 (Bogus "From" address displayed)
10859
10860 2005-08-20 [colin]      1.9.13cvs44
10861
10862         * src/folder.c
10863                 Fix buf #787 (multilevel delete causes SIGSEGV)
10864
10865 2005-08-19 [colin]      1.9.13cvs43
10866
10867         * src/inc.c
10868         * src/prefs_common.c
10869         * src/prefs_common.h
10870                 Add an hidden pref to allow modifying the
10871                 update stepping in incorporation.
10872                 Patch by wwp.
10873
10874 2005-08-19 [colin]      1.9.13cvs42
10875
10876         * src/compose.c
10877         * src/procmime.c
10878                 Workaround for broken MUAs: encode 
10879                 Content-type: name: as ASCII and 
10880                 Content-Disposition: filename: as
10881                 per rfc2231
10882         * src/prefs_account.c
10883                 Fix invisible-ness of SMTP SSL prefs
10884                 in NNTP accounts
10885
10886 2005-08-19 [paul]       1.9.13cvs41
10887
10888         * src/compose.c
10889         * src/prefs_common.c
10890         * src/prefs_common.h
10891         * src/prefs_wrapping.c
10892                 paste with or without wrapping.
10893                 patch by Colin
10894
10895 2005-08-19 [paul]       1.9.13cvs40
10896
10897         * src/prefs_common.c
10898         * src/prefs_common.h
10899         * src/summaryview.c
10900                 reintroduce enable_swap_from as a
10901                 hidden pref. patch by Colin
10902         * src/quote_fmt_parse.y
10903         * src/plugins/clamav/clamav_plugin.c
10904         * src/plugins/dillo_viewer/dillo_viewer.c
10905         * src/plugins/mathml_viewer/mathml_viewer.c
10906         * src/plugins/pgpcore/sgpgme.c
10907         * src/plugins/pgpinline/pgpinline.c
10908         * src/plugins/pgpmime/pgpmime.c
10909                 tidy up. patch by Colin
10910
10911 2005-08-19 [paul]       1.9.13cvs39
10912
10913         * configure.ac
10914                 complete cvs38's sync
10915         * src/editaddress.c
10916         * src/gedit-print.c
10917         * src/mutt.c
10918         * src/etpan/etpan-log.c
10919         * src/etpan/imap-thread.c
10920         * src/gtk/gtksourceprintjob.c
10921                 fix compilation warnings
10922                 (patch by Colin)
10923
10924 2005-08-19 [paul]       1.9.13cvs38
10925
10926         sync with main:
10927
10928         * src/account.c
10929         * src/action.c
10930         * src/addrbook.c
10931         * src/addrcache.c
10932         * src/addrharvest.c
10933         * src/addrindex.c
10934         * src/codeconv.c
10935         * src/compose.c
10936         * src/crash.c
10937         * src/exporthtml.c
10938         * src/exportldif.c
10939         * src/folder.c
10940         * src/image_viewer.c
10941         * src/inc.c
10942         * src/inc.h
10943         * src/jpilot.c
10944         * src/ldif.c
10945         * src/main.c
10946         * src/matcher.c
10947         * src/mbox.c
10948         * src/messageview.c
10949         * src/mh.c
10950         * src/mimeview.c
10951         * src/msgcache.c
10952         * src/mutt.c
10953         * src/news.c
10954         * src/partial_download.c
10955         * src/pine.c
10956         * src/pop.c
10957         * src/prefs_actions.c
10958         * src/prefs_common.c
10959         * src/prefs_customheader.c
10960         * src/prefs_display_header.c
10961         * src/prefs_gtk.c
10962         * src/prefs_themes.c
10963         * src/procheader.c
10964         * src/procmime.c
10965         * src/procmsg.c
10966         * src/recv.c
10967         * src/send_message.c
10968         * src/simple-gettext.c
10969         * src/sourcewindow.c
10970         * src/textview.c
10971         * src/vcard.c
10972         * src/common/defs.h
10973         * src/common/log.c
10974         * src/common/plugin.c
10975         * src/common/prefs.c
10976         * src/common/session.c
10977         * src/common/session.h
10978         * src/common/socket.c
10979         * src/common/socket.h
10980         * src/common/ssl_certificate.c
10981         * src/common/template.c
10982         * src/common/utils.c
10983         * src/common/utils.h
10984         * src/common/xml.c
10985         * src/gtk/about.c
10986         added wrappers for C library function that
10987                 take pathname arguments.
10988                 enabled compilation with MinGW.
10989                 use GDir instead of directly using opendir().
10990                 added rename_force().
10991
10992 2005-08-19 [paul]       1.9.13cvs37
10993         
10994         patches by Colin:
10995         * src/compose.c
10996                 fix privacy settings on re-editing
10997                 a sent message
10998         * src/jpilot.c
10999                 fix encoding bug
11000         * src/folder.c
11001         * src/procmsg.c
11002         * src/procmsg.h
11003         * src/summaryview.c
11004                 flag changing optimisation
11005
11006 2005-08-18 [martin]     1.9.13cvs36
11007
11008         * commitHelper
11009             added my login
11010         * src/addrcache.c
11011         * src/addrharvest.c
11012         * src/addrindex.c
11013         * src/compose.c
11014         * src/grouplistdialog.c
11015         * src/main.c
11016         * src/mainwindow.c
11017         * src/msgcache.c
11018         * src/mutt.c
11019         * src/pine.c
11020         * src/prefs_account.c
11021         * src/prefs_themes.c
11022         * src/stock_pixmap.c
11023         * src/summaryview.c
11024         * src/gtk/about.c
11025         * src/gtk/logwindow.c
11026             removed deprecated glib and gdk stuff
11027         * src/plugins/pgpcore/select-keys.c
11028             convert attributes from locale to utf8
11029
11030 2005-08-17 [paul]       1.9.13cvs35
11031
11032         * src/account.c
11033         * src/addressbook.c
11034                 use new GTK_STOCK_ icons if available
11035         * src/summaryview.c
11036         * src/gtk/gtksctree.c
11037         * src/gtk/gtksctree.h
11038                 faster range select. patch by Colin
11039
11040 2005-08-17 [paul]       1.9.13cvs34
11041
11042         patches by colin:
11043         * src/addressbook.c
11044         * src/addressitem.h
11045                 Add an edit button for contacts, fix selections
11046                 of gtksctree items
11047         * src/editaddress.c
11048                 Change labels, let Save be always possible in the
11049                 email and user atributes tabs
11050         * src/folderview.c
11051                 fix sort issues
11052         * src/summaryview.c
11053                 select next item instead of the displayed one
11054                 after deletion
11055
11056         * src/gtk/progressdialog.c
11057                 use prefs_common.enable_rules_hint
11058
11059 2005-08-13 [hoa]        1.9.13cvs33
11060
11061         * src/etpan/imap-thread.c
11062                 fixed build on Solaris.
11063
11064 2005-08-10 [colin]      1.9.13cvs32
11065
11066         * src/procmsg.c
11067                 Fix cvs31 (missing fclose before reading
11068                 the file)
11069
11070 2005-08-10 [colin]      1.9.13cvs31
11071
11072         * src/procmsg.c
11073                 Fix procmsg_msginfo_new_from_mimeinfo() when
11074                 the MimeInfo isn't stored in memory. This fixes
11075                 replying to an attached message.
11076
11077 2005-08-10 [colin]      1.9.13cvs30
11078
11079         * src/mainwindow.c
11080                 Fix slowness in account changing
11081
11082 2005-08-10 [colin]      1.9.13cvs29
11083
11084         * src/folder.c
11085         * src/folderutils.c
11086         * src/folderview.c
11087         * src/imap_gtk.c
11088         * src/mainwindow.c
11089         * src/mh_gtk.c
11090         * src/procmsg.c
11091         * src/summaryview.c
11092                 Optimize folder_has_parent_of_type
11093                 Prevent moving special sub-folders from contextual menus
11094                 Rework message a bit ("Empty all messages" -> "Delete all
11095                 messages")
11096                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11097                 and "Deleted Items" folders)
11098
11099 2005-08-08 [colin]      1.9.13cvs28
11100
11101         * src/summaryview.c
11102         * src/prefs_summaries.c
11103                 Make "Select first unread|new" more flexible
11104                 (just prioritize new or unread)
11105
11106 2005-08-08 [colin]      1.9.13cvs27
11107
11108         * src/summaryview.c
11109                 If "select first new" is selected and there only
11110                 are unread messages, fallback to "select first
11111                 unread".
11112
11113 2005-08-08 [colin]      1.9.13cvs26
11114
11115         * src/folder.c
11116                 Fix shameful bugs (and bug #779)
11117
11118 2005-08-08 [colin]      1.9.13cvs25
11119
11120         * src/folder.c
11121         * src/folder.h
11122                 Cache parents' type to make folder_has_parent_of_type
11123                 faster
11124         * src/folderview.c
11125                 Forbid DnD of special sub-folders
11126         * src/procmsg.c
11127         * src/procmsg.h
11128                 Add MAIL_POSTFILTERING_HOOK
11129         * src/summaryview.c
11130                 Revert over-zealous deletion of the use_addr_book 
11131                 code
11132
11133 2005-08-07 [colin]      1.9.13cvs24
11134
11135         * src/folder.c
11136                 Fix big mistake (passing MsgInfo instead 
11137                 of FolderItem)
11138
11139 2005-08-07 [colin]      1.9.13cvs23
11140
11141         * src/compose.c
11142         * src/folder.c
11143         * src/folder.h
11144         * src/foldersel.c
11145         * src/folderutils.c
11146         * src/folderview.c
11147         * src/imap.c
11148         * src/mainwindow.c
11149         * src/messageview.c
11150         * src/mh.c
11151         * src/msgcache.c
11152         * src/procmime.c
11153         * src/summaryview.c
11154                 Make subfolders of Drafts, Queue, Outbox, Trash
11155                 work like their parents. 
11156                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11157
11158 2005-08-07 [colin]      1.9.13cvs22
11159
11160         * src/addressbook.c
11161                 Fix bug #771 (Dragged contacts not saved)
11162
11163 2005-08-07 [paul]       1.9.13cvs21
11164
11165         * src/summaryview.c
11166                 fix bug 32 'Search Doesn't display results
11167                 if "Hide Read Messages" is chosen'
11168                 be more literal in interpreting 'Hide read
11169                 messages'
11170
11171 2005-08-07 [colin]      1.9.13cvs20
11172
11173         * src/folderview.c
11174                 Add debug
11175         * src/summaryview.c
11176                 Faster 'unthread_for_execution'
11177
11178 2005-08-06 [paul]       1.9.13cvs19
11179
11180         * src/mainwindow.c
11181                 add mnemonics to Set displayed columns
11182                 fix bug where msgview_visible option was
11183                 overwritten as TRUE on startup
11184
11185 2005-08-06 [paul]       1.9.13cvs18
11186
11187         * src/mainwindow.c
11188                 refer to 'displayed columns in folder/message
11189                 list' not 'displayed items in summary/message view'
11190         * src/prefs_display_header.c
11191                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11192                 be consistent with similar dialogues
11193         * src/prefs_folder_column.c
11194         * src/prefs_summary_column.c
11195                 'columns' not 'items', and folder and message lists,
11196                 instead of folder and summary views;
11197                 Use 'Hidden columns' as list heading not 'Available
11198                 items';
11199                 move the 'Remove' button to the right hand side;
11200                 top-align the buttons;
11201                 remove unneeded vbox
11202         * src/prefs_summaries.c
11203                 put the 2 column prefs buttons in a frame to reduce
11204                 overall width; refer to columns not items &c.
11205
11206 2005-08-05 [colin]      1.9.13cvs17
11207
11208         * src/prefs_common.c
11209         * src/prefs_common.h
11210         * src/mainwindow.c
11211         * src/compose.c
11212         * src/messageview.c
11213                 Add an hidden toolbar_detachable pref, so
11214                 that I can get rid of these painful handles
11215                 in the toolbars. Defaults to TRUE to avoid
11216                 changing the GUI on unsuspecting people...
11217
11218 2005-08-05 [colin]      1.9.13cvs16
11219
11220         * src/Makefile.am
11221         * src/prefs_folder_column.c
11222         * src/prefs_folder_column.h
11223                 Add prefs for folder columns
11224         * src/folderview.c
11225         * src/folderview.h
11226         * src/mainwindow.c
11227         * src/mainwindow.h
11228         * src/prefs_common.c
11229         * src/prefs_common.h
11230         * src/prefs_summaries.c
11231                 Use them
11232         * src/prefs_summary_column.c
11233         * src/summaryview.c
11234         * src/summaryview.h
11235                 Add a To column
11236         * src/textview.c
11237         * src/common/utils.c
11238         * src/common/utils.h
11239                 Move uri colourisation functions
11240                 to utils
11241         * src/compose.c
11242                 Colourise URIs
11243         * src/imap.c
11244                 Fix bug with LIST where we'd try
11245                 to get Folder//////[...]/// 
11246
11247 2005-08-05 [paul]       1.9.13cvs15
11248
11249         * src/prefs_summaries.c
11250                 improve the English usage
11251         * src/summaryview.c
11252                 set font on column change
11253                 thanks to Colin
11254
11255 2005-08-05 [paul]       1.9.13cvs14
11256
11257         * src/prefs_common.c
11258         * src/prefs_common.h
11259         * src/prefs_summaries.c
11260         * src/summaryview.c
11261                 replace 'open_unread_on_enter' option with
11262                 'select_on_entry' option. opening/not opening
11263                 is now exclusively controlled by 'always_show_msg'
11264
11265 2005-08-04 [colin]      1.9.13cvs13
11266
11267         * src/compose.c
11268                 Remove dead code
11269                 Add colourisation of quotes and signatures
11270         * src/folderview.c
11271                 Fix possible crashes
11272         * src/messageview.c
11273                 Change an assert that is no problem
11274         * src/news.c
11275         * src/news_gtk.c
11276         * src/news_gtk.h
11277                 Fix offline mode
11278         * src/gtk/quicksearch.c
11279                 Fix a possible crash
11280
11281 2005-08-03 [colin]      1.9.13cvs12
11282
11283         * src/prefs_account.c
11284                 Fix bug #777 (Sylpheed crash in account configuration)
11285
11286 2005-08-03 [colin]      1.9.13cvs11
11287
11288         * src/addressbook.c
11289         * src/editaddress.c
11290         * src/editgroup.c
11291                 Fixing addressbook, round 2
11292         * src/textview.c
11293                 Fix emphasis color on rechecking 'Colorize messages'
11294
11295 2005-08-03 [paul]       1.9.13cvs10
11296
11297         sync with main
11298
11299         * src/addr_compl.c
11300         * src/compose.c
11301         * src/main.c
11302         * src/pop.c
11303         * src/prefs_account.c
11304         * src/procmime.c
11305         * src/procmsg.c
11306         * src/quote_fmt_parse.y
11307         * src/textview.c
11308         * src/common/quoted-printable.c
11309         * src/common/utils.c
11310         * src/common/utils.h
11311         * src/common/xml.c
11312                 replaced incorrect locale-independent
11313                 ctype functions with GLib's. Corrected
11314                 signedness mismatch.
11315         * src/headerview.c
11316                 headerview_create(): added spacing for vbox.
11317         * src/gtk/about.c
11318                 set focus to the OK button.
11319
11320 2005-08-03 [colin]      1.9.13cvs9
11321
11322         * src/folderview.c
11323                 Fix possible crash
11324
11325 2005-08-02 [colin]      1.9.13cvs8
11326
11327         * src/mainwindow.c
11328                 Fix cast
11329         * src/addressbook.c
11330         * src/addressitem.h
11331                 Fix a cast and more generally, try to make the
11332                 GUI more intuitive and consistent (round 1)
11333
11334 2005-08-02 [paul]       1.9.13cvs7
11335
11336         * src/folder.h
11337                 missing in 1.9.13cvs6
11338
11339 2005-08-02 [colin]      1.9.13cvs6
11340
11341         * src/folder.c
11342                 Fix one more leak
11343
11344 2005-08-02 [colin]      1.9.13cvs5
11345
11346         * src/folder.c
11347         * src/folderview.c
11348         * src/imap.c
11349         * src/main.c
11350         * src/mbox.c
11351         * src/procmsg.c
11352         * src/summaryview.c
11353                 Fix a number of folder_item_get_msg_list()-related
11354                 leaks (missing procmsg_msginfo_free()s)
11355
11356 2005-08-01 [colin]      1.9.13cvs4
11357
11358         * src/folderview.c
11359         * src/folderview.h
11360         * src/mainwindow.c
11361         * src/prefs_fonts.c
11362         * src/prefs_summaries.c
11363         * src/prefs_themes.c
11364         * src/summaryview.c
11365         * src/summaryview.h
11366         * src/textview.c
11367         * src/textview.h
11368                 Fix instant-apply of summary and folderview-related prefs
11369                 Fix erroneous g_free and alertpanels in prefs_theme
11370                 Add instant-apply for fonts
11371                 Defer applying of prefs a little bit so it's done only
11372                 once even if requested by multiples prefs pages
11373
11374 2005-08-01 [paul]       1.9.13cvs3
11375
11376         * src/main.c
11377                 fix bug 776 'S.C. crashes on close'
11378                 thanks to Colin
11379         * src/etpan/etpan-thread-manager-types.h
11380                 add missing include
11381                 thanks to Hoa
11382
11383 2005-07-25 [paul]       1.9.13cvs2
11384
11385         * src/summaryview.c
11386                 fix typos. spotted by Fabien Vantard
11387
11388 2005-07-24 [paul]       1.9.13cvs1
11389
11390         * doc/man/sylpheed.1
11391                 update man page, incorporating fix of
11392                 bug 769 'Typo in manpage'
11393         * src/etpan/imap-thread.c
11394                 fix NetBSD openssl dependencies. patch by
11395                 George Michaelson <ggm@apnic.net>
11396         * po/pt_BR.po
11397                 updated by Frederico Goncalves Guimaraes
11398
11399 2005-07-22 [paul]       1.9.13
11400
11401         1.9.13 release
11402
11403 2005-07-22 [paul]       1.9.12cvs91
11404
11405         * AUTHORS
11406         * INSTALL
11407         * README.claws
11408         * RELEASE_NOTES.claws
11409                 updated for release
11410         * configure.ac
11411         * po/nb.po
11412         * tools/claws.i18n.status.pl
11413                 add Norwegian translation. submiited by
11414                 Geir Helland <pjallabais@users.sourceforge.net>
11415         * po/ca.po
11416         * po/de.po
11417         * po/es.po
11418         * po/fi.po
11419         * po/fr.po
11420         * po/it.po
11421         * po/sk.po
11422         * po/sr.po
11423         * po/zh_CN.po
11424                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11425                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11426                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11427                 Yang Guilong
11428         * src/plugins/clamav/clamav_plugin_gtk.c
11429         * src/plugins/spamassassin/spamassassin_gtk.c
11430                 replace outdated description strings
11431
11432 2005-07-21 [colin]      1.9.12cvs90
11433
11434         * src/folder.c
11435                 Set folder to batch mode when scanning it. Makes deletion
11436                 of unread mails on IMAP much faster (due to the UNREAD 
11437                 flag unsetting)
11438
11439 2005-07-21 [darko]      1.9.12cvs89
11440
11441         * configure.ac
11442                 link against libresolv if necessary (patch by Paul)
11443         * src/msgcache.c
11444                 use glib's portable macros to determine endianness
11445
11446 2005-07-21 [paul]       1.9.12cvs88
11447
11448         * src/crash.c
11449         * src/gtk/about.c
11450                 update compiled-in features list
11451
11452 2005-07-20 [colin]      1.9.12cvs87
11453
11454         * src/folder.c
11455         * src/textview.c
11456                 Gcc 2.9x compilation fixes, thanks to Darko
11457         * src/plugins/clamav/clamav_plugin.c
11458                 Little optimisation: load virus database only once
11459         * src/plugins/spamassassin/spamassassin.c
11460                 Big optimisation: filtering one mail took at least 1 second,
11461                 now it takes at least 50ms. Doesn't speed up spamassassin 
11462                 itself, but should already be much more tolerable.
11463
11464 2005-07-20 [colin]      1.9.12cvs86
11465
11466         * src/summaryview.c
11467                 Fix performance issue
11468
11469 2005-07-19 [colin]      1.9.12cvs85
11470
11471         * src/plugins/pgpinline/plugin.c
11472                 Fix warning
11473
11474 2005-07-19 [colin]      1.9.12cvs84
11475
11476         * configure.ac
11477         * src/plugins/Makefile.am
11478         * src/plugins/pgpinline/.cvsignore
11479         * src/plugins/pgpinline/Makefile.am
11480         * src/plugins/pgpinline/pgpinline.c
11481         * src/plugins/pgpinline/pgpinline.deps
11482         * src/plugins/pgpinline/pgpinline.h
11483         * src/plugins/pgpinline/plugin.c
11484                 Put pgpinline in the main tree
11485
11486 2005-07-19 [paul]       1.9.12cvs83
11487
11488         * src/prefs_actions.c
11489                 prevent '//' in menu names, which cause a crash
11490                 thanks to Colin
11491
11492 2005-07-19 [paul]       1.9.12cvs82
11493
11494         * configure.ac
11495                 be generally more informative in configure output.
11496                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11497                 '[ --disable-openssl ...', as --enable-openssl is default
11498                 PGP/MIME: don't check for GPGME again, check for
11499                 pgpcore instead. Therefore prevent the possibility of
11500                 attempting to build pgpmime if pgpcore dependencies are
11501                 not met
11502                 ClamAV: use pkgconfig to check for lib
11503                 libgnomeprint: revert logic on inner test to match
11504                 everything else
11505         * src/plugins/pgpcore/sgpgme.c
11506                 add missing include
11507
11508 2005-07-19 [colin]      1.9.12cvs81
11509
11510         * src/summaryview.c
11511                 Fix slow thread rebuilding in particular
11512                 cases
11513
11514 2005-07-19 [paul]       1.9.12cvs80
11515
11516         * sylpheed-claws.desktop
11517                 fix typo, spotted by Stephan Sachse
11518         * src/account.c
11519                 replace GTK_STOCK_ADD with
11520                 GTK_STOCK_NEW button
11521
11522 2005-07-18 [colin]      1.9.12cvs79
11523
11524         * src/etpan/imap-thread.c
11525                 Fix return value (Thanks Hoa)
11526
11527 2005-07-18 [colin]      1.9.12cvs78
11528
11529         * src/imap.c
11530                 Allow empty passwords
11531                 Create drafts/queue/outbox if necessary
11532         * src/summaryview.c
11533                 Remove old code
11534         * src/etpan/imap-thread.c
11535                 Fix STARTTLS (Thanks to Hoa)
11536
11537 2005-07-18 [paul]       1.9.12cvs77
11538
11539         * ChangeLog-gtk2.jp
11540         * ChangeLog.jp
11541                 removed
11542         * Makefile.am
11543                 updated to reflect additions and removals
11544         * TODO
11545                 updated to be claws-specific
11546         * TODO-gtk2
11547         * TODO-gtk2.jp
11548         * TODO.jp
11549         * sylpheed-128x128.png
11550         * sylpheed-64x64.png
11551                 removed
11552         * sylpheed-claws-128x128.png
11553         * sylpheed-claws-64x64.png
11554         * sylpheed-claws.desktop
11555         * sylpheed-claws.png
11556                 added
11557         * sylpheed.desktop
11558         * sylpheed.png
11559                 removed
11560
11561 2005-07-17 [paul]       1.9.12cvs76
11562
11563         * src/account.c
11564         * src/addressbook.c
11565         * src/alertpanel.c
11566         * src/alertpanel.h
11567         * src/compose.c
11568         * src/exphtmldlg.c
11569         * src/expldifdlg.c
11570         * src/folderview.c
11571         * src/imap_gtk.c
11572         * src/inc.c
11573         * src/message_search.c
11574         * src/messageview.c
11575         * src/mh_gtk.c
11576         * src/news_gtk.c
11577         * src/prefs_actions.c
11578         * src/prefs_filtering.c
11579         * src/prefs_matcher.c
11580         * src/prefs_template.c
11581         * src/prefs_themes.c
11582         * src/ssl_manager.c
11583         * src/summary_search.c
11584         * src/textview.c
11585         * src/toolbar.c
11586         * src/gtk/sslcertwindow.c
11587         * src/plugins/pgpcore/sgpgme.c
11588                 rework alertpanels
11589
11590 2005-07-17 [colin]      1.9.12cvs75
11591
11592         * src/privacy.c
11593                 add a PrivacySystem accessor that checks that
11594                 the system cached in a MimeInfo's privacydata
11595                 is still registered. Use this accessor instead
11596                 of directly using data->system. Fixes crashes
11597                 after unloading pgp plugins.
11598
11599 2005-07-17 [colin]      1.9.12cvs74
11600
11601         * src/alertpanel.c
11602                 Change geometry hints to a simple default size.
11603                 Fixes the certs dialogs.
11604
11605 2005-07-17 [colin]      1.9.12cvs73
11606
11607         * src/gtk/sslcertwindow.c
11608                 Use a gtkExpander
11609
11610 2005-07-17 [colin]      1.9.12cvs72
11611
11612         * src/plugins/pgpcore/Makefile.am
11613         * src/plugins/pgpmime/Makefile.am
11614                 Add gpgme libs
11615
11616 2005-07-17 [paul]       1.9.12cvs71
11617
11618         * configure.ac
11619                 add --disable-gnomeprint option
11620                 modified version of patch by Marius Mauch
11621
11622 2005-07-17 [paul]       1.9.12cvs70
11623
11624         * src/common/defs.h
11625                 update urls
11626         * src/account.c
11627         * src/action.c
11628         * src/addressbook.c
11629         * src/compose.c
11630         * src/foldersel.c
11631         * src/folderview.c
11632         * src/html.c
11633         * src/imap_gtk.c
11634         * src/main.c
11635         * src/mainwindow.c
11636         * src/messageview.c
11637         * src/mh_gtk.c
11638         * src/mimeview.c
11639         * src/news_gtk.c
11640         * src/prefs_account.c
11641         * src/prefs_send.c
11642         * src/prefs_summaries.c
11643         * src/procmsg.c
11644         * src/summaryview.c
11645         * src/common/utils.c
11646         * src/common/xml.c
11647         * src/plugins/pgpcore/passphrase.c
11648         * src/plugins/pgpcore/select-keys.c
11649                 replace inappropriately used backticks
11650                 with single quotes
11651
11652 2005-07-16 [colin]      1.9.12cvs69
11653
11654         * src/image_viewer.c
11655                 Add extra paranoid checks
11656
11657 2005-07-16 [colin]      1.9.12cvs68
11658
11659         * src/plugins/pgpcore/prefs_gpg.c
11660                 Don't auto-check sigs by default, as it
11661                 can be really slow.
11662
11663 2005-07-16 [colin]      1.9.12cvs67
11664
11665         * src/plugins/pgpcore/sgpgme.c
11666                 Make messages a bit better.
11667
11668 2005-07-16 [colin]      1.9.12cvs66
11669
11670         * src/imap.c
11671                 Remove pseudo-log
11672         * src/etpan/imap-thread.c
11673                 Add real log
11674
11675 2005-07-16 [colin]      1.9.12cvs65
11676
11677         * src/main.c
11678         * src/prefs_other.c
11679                 And now, fix build with libetpan :-/
11680
11681 2005-07-15 [colin]      1.9.12cvs64
11682
11683         * src/prefs_other.c
11684                 Continue fixing build without libetpan.
11685
11686 2005-07-15 [colin]      1.9.12cvs63
11687
11688         * src/main.c
11689                 Fix build with --disable-libetpan
11690
11691 2005-07-15 [colin]      1.9.12cvs62
11692
11693         * configure.ac
11694                 Bump libetpan's version
11695
11696 2005-07-15 [colin]      1.9.12cvs61
11697
11698         * src/etpan/imap-thread.c
11699                 Actually stop logging :)
11700
11701 2005-07-15 [colin]      1.9.12cvs60
11702
11703         * src/addressbook.c
11704                 Fix dnd of multiple addresses.
11705
11706 2005-07-15 [hoa]        1.9.12cvs59
11707
11708         * src/etpan/imap-thread.c
11709             disable login of IMAP password in libetpan log file.
11710
11711 2005-07-15 [paul]       1.9.12cvs58
11712
11713         * src/account.c
11714                 don't automatically sort
11715                 do allow drag n drop
11716
11717 2005-07-15 [paul]       1.9.12cvs57
11718
11719         * src/account.c
11720         * src/ssl_manager.c
11721                 alphabetical listing
11722
11723 2005-07-15 [paul]       1.9.12cvs56
11724
11725         * src/gtk/pluginwindow.c
11726                 sort plugin list alphabetically
11727
11728 2005-07-15 [paul]       1.9.12cvs55
11729
11730         * src/prefs_spelling.c
11731         * src/prefs_wrapping.c
11732                 unify English usage
11733
11734 2005-07-15 [colin]      1.9.12cvs54
11735
11736         * src/wizard.c
11737                 Typo fix
11738
11739 2005-07-15 [paul]       1.9.12cvs53
11740
11741         * src/prefs_message.c
11742                 make 'show cursor' a hidden option
11743
11744 2005-07-14 [colin]      1.9.12cvs52
11745
11746         * src/plugins/spamassassin/Makefile.am
11747         * src/plugins/clamav/Makefile.am
11748                 Fix double EXTRA_DISTs
11749
11750 2005-07-14 [colin]      1.9.12cvs51
11751
11752         * src/plugins/clamav/Makefile.am
11753         * src/plugins/clamav/clamav_plugin_gtk.deps
11754         * src/plugins/spamassassin/Makefile.am
11755         * src/plugins/spamassassin/spamassassin_gtk.deps
11756                 Make $plugin_gtk depend on $plugin
11757
11758 2005-07-14 [hoa]        1.9.12cvs50
11759
11760         * src/etpan/imap-thread.c
11761                 enable debug log of libetpan when running with --debug
11762
11763 2005-07-14 [colin]      1.9.12cvs49
11764
11765         * configure.ac
11766         * src/common/Makefile.am
11767         * src/common/plugin.c
11768         * src/common/plugin.h
11769                 Add a little plugin dependancy system.
11770                 Plugins can ship a $plugin_name.deps file
11771                 (near them in PLUGINDIR) so that their
11772                 dependancies are loaded if possible.
11773         * src/plugins/Makefile.am
11774         * src/plugins/pgpcore/Makefile.am
11775         * src/plugins/pgpcore/passphrase.c
11776         * src/plugins/pgpcore/passphrase.h
11777         * src/plugins/pgpcore/plugin.c
11778         * src/plugins/pgpcore/prefs_gpg.c
11779         * src/plugins/pgpcore/prefs_gpg.h
11780         * src/plugins/pgpcore/select-keys.c
11781         * src/plugins/pgpcore/select-keys.h
11782         * src/plugins/pgpcore/sgpgme.c
11783         * src/plugins/pgpcore/sgpgme.h
11784                 Introduce pgpcore, used by pgpmime and
11785                 pgpinline
11786         * src/plugins/pgpmime/Makefile.am
11787         * src/plugins/pgpmime/passphrase.c
11788         * src/plugins/pgpmime/passphrase.h
11789         * src/plugins/pgpmime/pgpmime.c
11790         * src/plugins/pgpmime/pgpmime.deps
11791         * src/plugins/pgpmime/plugin.c
11792         * src/plugins/pgpmime/prefs_gpg.c
11793         * src/plugins/pgpmime/prefs_gpg.h
11794         * src/plugins/pgpmime/select-keys.c
11795         * src/plugins/pgpmime/select-keys.h
11796         * src/plugins/pgpmime/sgpgme.c
11797         * src/plugins/pgpmime/sgpgme.h
11798                 Remove the core from pgpmime and add the
11799                 dependancy to pgpcore.
11800
11801 2005-07-14 [paul]       1.9.12cvs48
11802
11803         * src/stock_pixmap.c
11804                 forgot this in last commit
11805
11806 2005-07-14 [paul]       1.9.12cvs47
11807
11808         * src/account.c
11809         * src/addressbook.c
11810                 add accelerators for the buttons (sync with main)
11811         * src/compose.c
11812         * src/compose.h
11813                 add accelerators for the buttons.
11814                 fix editing with external editor.
11815                 replace gdk_input_*() with GIOChannel;
11816                 (sync with main)
11817         * src/foldersel.c
11818                 display folder names with new/unread
11819                 representation (sync with main)
11820         * src/main.c
11821                 specify default window icon (sync with main)
11822         * src/prefs_common.c
11823                 use_addr_book default to FALSE
11824         * src/summaryview.c
11825         * src/textview.c
11826                 add accelerators for the buttons (sync with main)
11827         * src/gtk/menu.c
11828                 fix typos
11829         * src/pixmaps/sylpheed_icon.xpm
11830                 updated
11831
11832 2005-07-13 [paul]       1.9.12cvs46
11833
11834         * src/plugins/pgpmime/pgpmime.c
11835         * src/plugins/pgpmime/sgpgme.c
11836                 (temporarily) use deprecated gpgme_data_rewind()
11837                 while largefile support is not present
11838                 (as suggested by Colin)
11839
11840 2005-07-13 [paul]       1.9.12cvs45
11841
11842         * configure.ac
11843                 remove large file support (for now):
11844                 it breaks too many things
11845
11846 2005-07-13 [paul]       1.9.12cvs44
11847
11848         * configure.ac
11849                 add large file support
11850         * src/html.c
11851                 fix bug #763 where href attribute was not
11852                 the very first attribute of a link
11853                 patch by Thomas Gilgin
11854
11855 2005-07-13 [colin]      1.9.12cvs43
11856
11857         * src/gtk/pluginwindow.c
11858                 Little portability fix
11859
11860 2005-07-13 [colin]      1.9.12cvs42
11861
11862         * src/plugins/pgpmime/sgpgme.c
11863                 Fix crasher.
11864
11865 2005-07-13 [colin]      1.9.12cvs41
11866
11867         * src/plugins/pgpmime/pgpmime.c
11868         * src/plugins/pgpmime/sgpgme.c
11869                 Use gpgme_data_release_and_get_mem instead
11870                 of gpgme_data_read.
11871
11872 2005-07-13 [colin]      1.9.12cvs40
11873
11874         * configure.ac
11875         * src/plugins/pgpmime/passphrase.c
11876         * src/plugins/pgpmime/passphrase.h
11877         * src/plugins/pgpmime/pgpmime.c
11878         * src/plugins/pgpmime/plugin.c
11879         * src/plugins/pgpmime/select-keys.c
11880         * src/plugins/pgpmime/select-keys.h
11881         * src/plugins/pgpmime/sgpgme.c
11882         * src/plugins/pgpmime/sgpgme.h
11883                 Port pgpmime to gpgme-1.0.
11884
11885 2005-07-12 [paul]       1.9.12cvs39
11886
11887         * AUTHORS
11888         * src/toolbar.c
11889         * src/toolbar.h
11890                 add a 'Go to Prev' button to the toolbar.
11891                 correct tooltip text of go to buttons.
11892                 based on patch by Yang Guilong <bamanzi@gmail.com>
11893
11894 2005-07-12 [colin]      1.9.12cvs38
11895
11896         * src/statusbar.c
11897                 Fix progress bar showing stuff at startup.
11898
11899 2005-07-12 [paul]       1.9.12cvs37
11900
11901         * src/editjpilot.c
11902                 fix building with jpilot support
11903
11904 2005-07-11 [colin]      1.9.12cvs36
11905
11906         * src/inc.c
11907                 Add visual indication that filtering is running
11908         * src/textview.c
11909                 Make {}[] uri delimiters
11910         * src/summaryview.c
11911                 Remove useless (and slow) calls
11912
11913 2005-07-11 [paul]       1.9.12cvs35
11914
11915         * src/plugins/clamav/clamav_plugin_gtk.c
11916         * src/plugins/dillo_viewer/dillo_prefs.c
11917         * src/plugins/pgpmime/prefs_gpg.c
11918         * src/plugins/spamassassin/spamassassin_gtk.c
11919                 gather plugins prefs together under their
11920                 own 'Plugins' heading
11921
11922 2005-07-11 [paul]       1.9.12cvs34
11923
11924         sync with main
11925
11926         * src/account.c
11927                 account_delete(): modified alert dialog
11928         * src/editjpilot.c
11929         * src/editvcard.c
11930                 fixed a crash when cancelling file selection
11931                 dialog by Escape key. Made non-ascii filename
11932                 selectable.
11933         * src/prefs_template.c
11934                 prefs_template_window_create(): make scrolled
11935                 window policy AUTOMATIC
11936
11937 2005-07-10 [hoa]        1.9.12cvs33
11938
11939         * src/etpan/imap-thread.c
11940                 workaround for old Courier IMAP servers.
11941
11942 2005-07-10 [colin]      1.9.12cvs32
11943
11944         * src/folder.c
11945         * src/statusbar.c
11946         * src/statusbar.h
11947                 Add visual progress indicator on filtering/processing
11948                 Factorize the progress bar code
11949         * src/imap.c
11950         * src/imap.h
11951         * src/etpan/imap-thread.c
11952                 Add a reference counter to avoid destroying the Folder
11953                 while it's in use by another callback.
11954
11955 2005-07-09 [hoa]        1.9.12cvs31
11956
11957         * src/imap.c
11958         * src/etpan/imap-thread.c
11959                 fixed deadlock when removing IMAP account.
11960
11961 2005-07-08 [colin]      1.9.12cvs30
11962
11963         * src/textview.c
11964         * src/unmime.c
11965                 Fix again problems decoding broken headers
11966         * src/gtk/inputdialog.c
11967                 Fix local variable shadowing a global one
11968
11969 2005-07-08 [colin]      1.9.12cvs29
11970
11971         * src/msgcache.c
11972                 Make the cache/mark files platform-agnostic by writing
11973                 them in little-endian format. Reading them is also done
11974                 in little-endian format, of course; however, in order
11975                 to avoid trashing mark data on big-endian machines, the
11976                 files are, at first, read from the native format if the
11977                 little-endian one doesn't exist. This is easy to deter-
11978                 mine by trying to open a file with a swapped data_ver
11979                 and seeing if it's the wanted version.
11980                 Little-endian using users should see absolutely no
11981                 difference, Big-endian users may get a very little
11982                 performance drop due to byte-swapping.
11983                 Tested on i386 and ppc32. 
11984                 Fixes bug #159 (The index file, in the mailboxes, is 
11985                 hardware depending).
11986
11987                 To have the cache/mark files updated to the new little-
11988                 endian format, "Check for new messages" or even
11989                 "Rebuild folder tree" aren't enough. Files will be
11990                 updated as soon as a folder has been opened/closed.
11991                 To update everything, just select all folders by
11992                 selecting them one by one.
11993
11994 2005-07-07 [colin]      1.9.12cvs28
11995
11996         * src/imap.c
11997                 Remember the folder separator per IMAPFolder
11998                 instead of globally.
11999                 Revive the Session on noop; fixes bug #761
12000                 (mark a bunch of unread messages as read takes 
12001                 forever)
12002
12003 2005-07-07 [darko]      1.9.12cvs27
12004
12005         * src/common/template.c
12006                 Sort templates alphabetically
12007
12008 2005-07-06 [colin]      1.9.12cvs26
12009
12010         * src/imap.c
12011                 Try to use the correct separator in
12012                 most cases. Possibly fixes bug #759
12013                 (only creates the INBOX folder when 
12014                 setting up new IMAP account) and 
12015                 bug #760 (Can't retrieve messages)
12016
12017 2005-07-06 [colin]      1.9.12cvs25
12018
12019         * src/imap.c
12020                 Use real_path in status command. This will
12021                 help later, when namespaces will be used.
12022
12023 2005-07-06 [colin]      1.9.12cvs24
12024
12025         * configure.ac
12026         * src/account.c
12027         * src/folder.c
12028         * src/imap.c
12029         * src/etpan/etpan-log.c
12030         * src/etpan/etpan-thread-manager.c
12031         * src/etpan/imap-thread.c
12032                 Add a --disable-libetpan parameter. With this,
12033                 users that don't want IMAP4 support can avoid
12034                 the new dependancy (and have no IMAP support).
12035                 Users that have IMAP4 accounts and use this
12036                 parameter won't lose their configuration, their
12037                 IMAP accounts will just be invisible and not
12038                 used.
12039         * src/textview.c
12040                 Make the "Copy ..." contextual menu items 
12041                 copy to both the X clipboard and the gtk 
12042                 clipboard - as most other apps do.
12043         * src/gtk/about.c
12044                 Add a notice about OpenSSL usage, in order to
12045                 comply with OpenSSL's license (point 6):
12046                 http://www.openssl.org/source/license.html
12047
12048 2005-07-06 [colin]      1.9.12cvs23
12049
12050         * src/alertpanel.c
12051                 Fix a minimum size for alertpanels
12052         * src/compose.c
12053                 Show 'No space left on device' type errors
12054                 when queuing/sending
12055         * src/imap_gtk.c
12056         * src/mh_gtk.c
12057                 Rework folder's deletion message (remove 
12058                 extra \n)
12059
12060 2005-07-05 [colin]      1.9.12cvs22
12061
12062         * src/imap.c
12063                 Add an alertpanel on auth error
12064                 Add pseudo-log
12065                 Remove pthread-related stuff
12066
12067 2005-07-05 [colin]      1.9.12cvs21
12068
12069         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12070                 Fix crash on plugin reloading (with a hack)
12071
12072 2005-07-05 [colin]      1.9.12cvs20
12073
12074         * src/prefs_account.c
12075         * src/prefs_account.h
12076                 Fix typo
12077         * src/gtk/filesel.c
12078         * src/gtk/filesel.h
12079                 Add a way to filter the view
12080         * src/gtk/pluginwindow.c
12081                 Filter loadable stuff
12082         * src/plugins/pgpmime/prefs_gpg.c
12083                 Fix missing unregistration
12084         * .cvsignore
12085         * src/etpan/.cvsignore
12086         * src/plugins/spamassassin/.cvsignore
12087                 Add more stuff to cvs ignored files
12088
12089 2005-07-04 [colin]      1.9.12cvs19
12090
12091         * src/imap.c
12092                 Fix scan_required returning FALSE when it
12093                 shouldn't. Maybe fix #760 (Can't retrieve
12094                 messages)
12095
12096 2005-07-04 [colin]      1.9.12cvs18
12097
12098         * src/summaryview.c
12099                 Fix always_show_msg pref
12100
12101 2005-07-04 [paul]       1.9.12cvs17
12102
12103         sync with main (forgotten in last commit)
12104         
12105         * src/common/utils.c
12106         * src/common/utils.h
12107                 check_line_length(): new.
12108                 is_dir_exist()
12109                 is_file_entry_exist()
12110                 dirent_is_regular_file()
12111                 dirent_is_directory(): use g_file_test() instead of stat().
12112
12113 2005-07-04 [paul]       1.9.12cvs16
12114
12115         sync with main:
12116
12117         * src/compose.c
12118                 compose_write_to_file(): check for line
12119                 length limit and display warning if exceeds
12120         * src/jpilot.c
12121                 use get_home_dir() instead of g_get_home_dir()
12122         * src/procheader.c
12123                 removed warning about invalid date
12124         * src/vcard.c
12125                 use get_home_dir() instead of g_get_home_dir()
12126
12127 2005-07-04 [paul]       1.9.12cvs15
12128
12129         * src/stock_pixmap.c
12130                 fix new pixmap naming errors
12131                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12132
12133 2005-07-04 [colin]      1.9.12cvs14
12134
12135         * src/imap.c
12136                 Fix debugging string with a warning
12137
12138 2005-07-04 [colin]      1.9.12cvs13
12139
12140         * configure.ac
12141                 Add a check for libetpan's version (>= 0.37)
12142
12143 2005-07-04 [hoa]        1.9.12cvs12
12144
12145         * commitHelper
12146         * src/imap.c
12147         * src/etpan/imap-thread.c
12148         * src/etpan/imap-thread.h
12149                 fixed IMAP implementation of check of mails.
12150
12151 2005-07-03 [hoa]        1.9.12cvs11
12152
12153         * src/etpan/Makefile.am
12154         * src/etpan/etpan-errors.h
12155         * src/etpan/etpan-log.[ch]
12156         * src/etpan/etpan-thread-manager-types.h
12157         * src/etpan/etpan-thread-manager.[ch]
12158         * src/etpan/imap-thread.[ch]
12159         * src/Makefile.am
12160         * src/imap.c
12161         * src/main.c
12162         * src/prefs_other.c
12163         * configure.ac
12164             merged imap branch.
12165             dependency on libetpan 0.37 is now added.
12166
12167 2005-07-01 [colin]      1.9.12cvs10
12168
12169         * src/Makefile.am
12170         * src/folder.c
12171         * src/folder.h
12172         * src/folderview.c
12173         * src/stock_pixmap.c
12174         * src/stock_pixmap.h
12175         * src/plugins/trayicon/trayicon.c
12176                 Add marked symbol on folders containing
12177                 marked messages
12178         * src/procmsg.c
12179         * src/procmsg.h
12180         * src/toolbar.c
12181         * src/prefs_common.c
12182         * src/prefs_common.h
12183         * src/prefs_send.c
12184                 Add an optional confirmation dialog on queue
12185                 sending. Patch by wwp.
12186         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12187         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12188         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12189         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12190         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12191         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12192         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12193         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12194         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12195         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12196         * src/pixmaps/trash_mark.xpm            ** ADDED **
12197                 New pixmaps
12198
12199 2005-07-01 [colin]      1.9.12cvs9
12200
12201         * src/summaryview.c
12202                 Fix a little threading bug
12203         * src/addrgather.c
12204         * src/mainwindow.c
12205                 A little bit of HIG normality never hurts
12206
12207 2005-07-01 [colin]      1.9.12cvs8
12208
12209         * src/compose.c
12210         * src/msgcache.c
12211         * src/pop.c
12212         * src/procmime.c
12213         * src/recv.c
12214         * src/common/log.c
12215         * src/common/template.c
12216         * src/common/utils.c
12217         * src/common/utils.h
12218                 Reverted the fwrite_atomic stuff. In fact
12219                 it is already atomic.
12220
12221 2005-06-30 [colin]      1.9.12cvs7
12222
12223         * src/common/utils.c
12224         * src/common/utils.h
12225                 Add an fwrite_atomic() function to make
12226                 sure we write everything: fwrite can make
12227                 short writes.
12228         * src/compose.c
12229         * src/msgcache.c
12230         * src/pop.c
12231         * src/procmime.c
12232         * src/recv.c
12233         * src/common/log.c
12234         * src/common/template.c
12235                 Use that (and fix swapping of size and nmemb).
12236                 Thanks to Rich Coe for the heads up.
12237
12238 2005-06-30 [colin]      1.9.12cvs6
12239
12240         * src/addressbook.c
12241                 Optimize addressbook opening 
12242
12243 2005-06-30 [colin]      1.9.12cvs5
12244
12245         * src/summaryview.c
12246                 Remove calls to summary_step after move/copy
12247
12248 2005-06-28 [paul]       1.9.12cvs4
12249
12250         * src/alertpanel.c
12251                 wrap and make the error msg selectable
12252
12253 2005-06-28 [paul]       1.9.12cvs3
12254
12255         * src/ssl_manager.c
12256                 replace the OK button with a Close button
12257         * src/gtk/foldersort.c
12258                 use GTK_STOCK_ icons/buttons
12259
12260 2005-06-28 [colin]      1.9.12cvs2
12261
12262         * src/gedit-print.c             ** ADDED **
12263         * src/gedit-print.h             ** ADDED **
12264         * src/gtk/gtksourceprintjob.c   ** ADDED **
12265         * src/gtk/gtksourceprintjob.h   ** ADDED **
12266                 I can't believe no one had enough time to tell
12267                 me I forgot the `cvs add`
12268
12269 2005-06-27 [colin]      1.9.12cvs1
12270
12271         * src/Makefile.am
12272         * src/gtk/Makefile.am
12273         * src/messageview.c
12274         * src/procmsg.c
12275         * src/summaryview.c
12276         * configure.ac
12277                 Add optional libgnomeprint-based printing
12278         * src/mainwindow.c
12279         * src/gtk/quicksearch.c
12280                 Add an Edit/Quick search menu item to show
12281                 and focus the quicksearch
12282
12283 2005-06-27 [paul]       1.9.12
12284
12285         1.9.12 release
12286
12287         * po/ca.po
12288         * po/de.po
12289         * po/es.po
12290         * po/fr.po
12291         * po/it.po
12292         * po/ko.po
12293         * po/pt_BR.po
12294         * po/sk.po
12295         * po/zh_CN.po
12296                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12297                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12298                 SungHyun Nam, Frederico Goncalves Guimaraes,
12299                 Andrej Kacian, and Yang Guilong
12300 2005-06-26 [colin]      1.9.11cvs106
12301
12302         * src/imap_gtk.c
12303                 Forgot one file for previous fix
12304
12305 2005-06-26 [colin]      1.9.11cvs105
12306
12307         * src/folder.c
12308         * src/imap.c
12309                 Fix problems with folder operations in no_select
12310                 imap folders. it applies only to mails, and 
12311                 creation/deletion/move/renaming of folders 
12312                 should be possible
12313
12314 2005-06-26 [paul]       1.9.11cvs104
12315
12316         * src/prefs_filtering.c
12317                 replace one more GTK_STOCK_REMOVE
12318                 with GTK_STOCK_DELETE
12319
12320 2005-06-25 [colin]      1.9.11cvs103
12321
12322         * src/imap.c
12323                 Optimize get_seq_set_from_seq_list
12324                 (Patch by Ricardo) 
12325
12326 2005-06-25 [colin]      1.9.11cvs102
12327
12328         * src/mh.c
12329                 If the directory exists, but not in the
12330                 correct encoding, rename it. This should
12331                 handle old-versions-induced bugs.
12332
12333 2005-06-25 [colin]      1.9.11cvs101
12334
12335         * src/mh.c
12336                 Fix path access with extended dir names
12337                 Fixes bug #589 (SC segfaults with wrong locale
12338                 settings)
12339
12340 2005-06-25 [colin]      1.9.11cvs100
12341
12342         * src/prefs_account.c
12343         * src/prefs_account.h
12344         * src/compose.c
12345                 Add an option to encrypt replies to
12346                 encrypted messages
12347
12348 2005-06-25 [colin]      1.9.11cvs99
12349
12350         * src/compose.c
12351         * src/quote_fmt_parse.y
12352                 ... And make it work with pgpinline.
12353
12354 2005-06-25 [colin]      1.9.11cvs98
12355
12356         * src/compose.c
12357         * src/procmime.c
12358         * src/procmime.h
12359         * src/quote_fmt_parse.y
12360                 o Make reedition of encrypted messages possible
12361                   (as long as it is encrypted to self too, no
12362                    magic there)
12363                 o Make replying with quote (and without selecting
12364                   text) possible for encrypted messages.
12365                 Closes bug #550 (Not possible to "reply with quote"
12366                 to gnupg encrypted messages)
12367
12368 2005-06-24 [paul]       1.9.11cvs97
12369
12370         * src/imap.c
12371                 add missing include
12372
12373 2005-06-24 [paul]       1.9.11cvs96
12374
12375         * src/editldap.c
12376                 made bind password entry invisible
12377                 (sync with main)
12378         * src/send_message.c
12379                 send_message_local(): check exit status
12380                 to detect errors (sync with main)
12381         * src/textview.c
12382                 use main's less ambiguous popup menu
12383                 wording
12384
12385 2005-06-24 [paul]       1.9.11cvs95
12386
12387         * src/prefs_actions.c
12388         * src/prefs_customheader.c
12389         * src/prefs_display_header.c
12390         * src/prefs_filtering_action.c
12391         * src/prefs_matcher.c
12392         * src/prefs_template.c
12393         * src/prefs_toolbar.c
12394                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12395         * src/gtk/description_window.c
12396                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12397
12398 2005-06-23 [colin]      1.9.11cvs94
12399
12400         * src/summaryview.c
12401                 Fix rough edges (be sure to call status_show whenever
12402                 necessary).
12403
12404 2005-06-23 [colin]      1.9.11cvs93
12405
12406         * src/summaryview.c
12407                 Optimize Select All
12408                 Before, in a 5K mails folder: 11s
12409                 After, in the same folder: 58000µs
12410                 The joys of locking... gtk_clist_select_all() fires a 
12411                 tree-select-row event for each selected row, which in 
12412                 summaryview, callbacks summary_selected which in turn,
12413                 calls summary_status_show, which walks the selected
12414                 rows. Hence, calling gtk_clist_select_all was 
12415                 exponential. Locking the summaryview makes 
12416                 summary_selected return early.
12417
12418 2005-06-23 [colin]      1.9.11cvs92
12419
12420         * src/imap.c
12421                 Move mutex at the important place to avoid
12422                 deadlocks
12423         * src/summaryview.c
12424                 Fix Del key deleting directly instead of
12425                 moving to trash
12426
12427 2005-06-22 [colin]      1.9.11cvs91
12428
12429         * src/plugins/spamassassin/libspamc.c
12430                 As we do spagetti code with assignations in multiple
12431                 places (see _message_read_raw where out = msg = raw),
12432                 let's be sure we don't free the same pointer twice.
12433                 Should fix bug #683 (Crash in libpam at 
12434                 message_cleanup).
12435
12436 2005-06-22 [colin]      1.9.11cvs90
12437
12438         * src/compose.c
12439         * src/messageview.c
12440         * src/toolbar.c
12441                 Make toolbar's delete use the move to trash stuff;
12442                 Add gtk_widget_realize to be sure pixmaps can get
12443                 created (that may fix an old worksforme bug which
12444                 I can't find back...)
12445
12446 2005-06-22 [colin]      1.9.11cvs89
12447
12448         * src/summaryview.c
12449         * src/summaryview.h
12450         * src/mainwindow.c
12451                 Rename "Message/Delete" to "Message/Move to trash"
12452                 Add "Message/Delete..." that directly destroys the
12453                 selected messages after asking for a confirmation.
12454
12455 2005-06-22 [colin]      1.9.11cvs88
12456
12457         * src/imap.c
12458                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12459                 o Fix a deadlock (thanks Darko)
12460
12461 2005-06-22 [colin]      1.9.11cvs87
12462
12463         * src/gtk/foldersort.c
12464                 Add missing include for the i18n;
12465                 patch by Fabien Vantard
12466
12467 2005-06-21 [colin]      1.9.11cvs86
12468
12469         * src/folder.c
12470         * src/folderview.c
12471                 Respect the no_select flag
12472         * src/imap.c
12473                 Fix recursive deletion
12474         * src/imap_gtk.c
12475         * src/mh_gtk.c
12476                 Make the folder deletion's warning
12477                 more explicit
12478
12479 2005-06-21 [colin]      1.9.11cvs85
12480
12481         * src/textview.c
12482                 Prevent email addresses from spanning accross
12483                 lines - fixes bug # 646 (newline-chars in 
12484                 email addresses)
12485
12486 2005-06-20 [colin]      1.9.11cvs84
12487
12488         * src/folder.c
12489                 Be sure not to remove source if copy failed
12490
12491 2005-06-20 [colin]      1.9.11cvs83
12492
12493         * src/folderview.c
12494         * src/imap_gtk.c
12495                 remove summaryview's lock
12496         * src/imap.c
12497                 introduce threads to avoid problems when foreground tasks
12498                 interfere with background tasks
12499         * src/mh.c
12500                 prevent moving to drafts/queue
12501         * src/mimeview.c
12502                 fix leak
12503
12504 2005-06-19 [colin]      1.9.11cvs82
12505
12506         * src/imap_gtk.c
12507                 Remember that the user doesn't want to override
12508                 offline mode, for 3 seconds. It avoid presenting
12509                 him with N popups in a really short time.
12510
12511 2005-06-17 [colin]      1.9.11cvs81
12512
12513         * src/imap.c
12514                 Fix IMAP breaking on folders containing '('
12515                 (Probably won't be enough)
12516
12517 2005-06-17 [colin]      1.9.11cvs80
12518
12519         Forgotten files on 1.9.11cvs79
12520         * src/summaryview.c
12521                 Fix stepping when not immediately executing
12522         * src/imap.c
12523                 Really prevent UID FETCH 0
12524         * src/codeconv.c
12525                 Fix outgoing charset never set to utf-8
12526         * src/mh.c
12527                 Fix leak
12528
12529 2005-06-16 [colin]      1.9.11cvs79
12530
12531         * src/compose.c
12532                 Fix bug #707 (Dash splits rows)
12533                 Only wrap if we're on a line break position and
12534                 the previous one was a "white" (space) char.
12535                 Pango stuff is weird.
12536
12537 2005-06-16 [colin]      1.9.11cvs78
12538
12539         * src/imap_gtk.c
12540                 Lock summaryview while downloading messages
12541                 on user demand
12542         * src/procheader.c
12543         * src/unmime.c
12544         * src/common/utils.c
12545         * src/common/utils.h
12546                 Replace \r and \n with spaces in From and
12547                 Subject headers
12548
12549 2005-06-16 [paul]       1.9.11cvs77
12550
12551         * src/procmime.c
12552                 liberalise the mime parser
12553         * src/gtk/about.c
12554                 add text wrapping
12555
12556 2005-06-16 [paul]       1.9.11cvs76
12557
12558         * src/gtk/about.c
12559                 reworked
12560
12561 2005-06-15 [colin]      1.9.11cvs75
12562
12563         * src/compose.c
12564                 Finish header encoding fix
12565         * src/summaryview.c
12566                 Fix segfault
12567         * src/headerview.c
12568                 Fix compilation (Thanks Stephan
12569                 Sachse)
12570
12571 2005-06-15 [colin]      1.9.11cvs74
12572
12573         * Makefile.am
12574                 Install gnome2 stuff rather than gnome1, 
12575                 if both are present
12576         * src/codeconv.c
12577         * src/codeconv.h
12578         * src/compose.c
12579                 Fix headers encoding
12580         * src/folder.c
12581                 Visual progress when fetching all messages
12582         * src/folderview.c
12583         * src/summaryview.c
12584         * src/summaryview.h
12585                 Prevent changing current message while
12586                 incorporating
12587
12588 2005-06-15 [paul]       1.9.11cvs73
12589
12590         * src/gtk/gtkaspell.c
12591         * src/gtk/gtkaspell.h
12592                 fix build warnings
12593
12594 2005-06-15 [paul]       1.9.11cvs72
12595
12596         * src/prefs_filtering.c
12597                 allow reordering of filter rules by
12598                 drag n drop
12599
12600 2005-06-15 [paul]       1.9.11cvs71
12601
12602         * COPYING
12603                 updated
12604         * src/codeconv.c
12605                 replace deprecated function
12606         * src/inc.c
12607         * src/send_message.c
12608         * src/gtk/progressdialog.c
12609         * src/gtk/progressdialog.h
12610                 salvage and reuse parts of reverted sync
12611
12612 2005-06-15 [paul]       1.9.11cvs70
12613
12614         * src/inc.c
12615         * src/send_message.c
12616         * src/gtk/progressdialog.c
12617         * src/gtk/progressdialog.h
12618                 revert yesterday's sync with main
12619                 it contains deprecated functions
12620
12621 2005-06-15 [colin]      1.9.11cvs69
12622
12623         * src/headerview.c
12624                 Fix bug #670 (multi user to: will corrupt message 
12625                 headers display)
12626
12627 2005-06-15 [colin]      1.9.11cvs68
12628
12629         * src/compose.c
12630                 Fix bug #421 (Fix undo on wrapping)
12631
12632 2005-06-15 [colin]      1.9.11cvs67
12633
12634         * src/folder.c
12635                 Provide visual feedback while processing
12636                 folder's rules.
12637         * src/imap.c
12638                 Provide visual feedback while getting
12639                 short headers (for uncached messages)
12640
12641
12642 2005-06-14 [paul]       1.9.11cvs66
12643
12644         * src/account.c
12645                 change a couple stock icons
12646         * src/inc.c
12647         * src/send_message.c
12648         * src/gtk/progressdialog.c
12649         * src/gtk/progressdialog.h
12650                 sync main's GtkTreeView implementation
12651
12652 2005-06-14 [colin]      1.9.11cvs65
12653
12654         * src/imap.c
12655                 Various little fixes, mainly on error paths
12656
12657 2005-06-13 [colin]      1.9.11cvs64
12658
12659         * matcher.c
12660         * procmsg.c
12661         * procmsg.h
12662                 Add a way to fetch only headers. This speeds
12663                 up filtering on headers for IMAP. Fixes:
12664                 bug #481 extraneous imap commands slow down 
12665                         imap filtering
12666                 bug #522 Sylpheed downloads all messages 
12667                         when opening mailbox (IMAP)
12668                 bug #677 IMAP fetch is soooooooooooooo slow
12669         * src/folder.c
12670         * src/folder.h
12671                 Add a folder set_batch method so that
12672                 implementations can speed up flags changes
12673         * src/folderutils.c
12674         * src/summaryview.c
12675                 Use that in mark as (un)read and mark all read
12676                 Refix bug #679
12677         * src/imap.c
12678                 Implement set_batch - brings back deferred
12679                 flags in a less buggy manner. Fixes:
12680                 bug #729 IMAP immediate expunge of deleted messages
12681                 bug #191 remove list of messages with one command
12682                 Fix login with strange chars
12683                 Implement fetch_msg_full
12684                 Fix copy (wrong counts)
12685
12686 2005-06-12 [colin]      1.9.11cvs63
12687
12688         * src/folder.c
12689                 lock incorporation during long operations.
12690                 Avoids fucking up the IMAP socket.
12691
12692 2005-06-12 [colin]      1.9.11cvs62
12693
12694         * src/imap.c
12695                 Fix harmful typo
12696                 Factorize remove_all_msg
12697                 Thread-ize expunge
12698         * src/summaryview.c
12699                 Don't update partial-download status if unnecessary
12700         * src/folder.c
12701                 Use remove_msgs everywhere possible
12702
12703 2005-06-12 [colin]      1.9.11cvs61
12704
12705         * src/folder.c
12706         * src/folder.h
12707                 Add a remove_msgs function to remove a 
12708                 list of messages
12709         * src/imap.c
12710                 Implement that.
12711
12712 2005-06-12 [colin]      1.9.11cvs60
12713
12714         * src/imap.c
12715                 Remove flags-processing deferring... Too hard
12716                 to get it to work in all cases.
12717
12718 2005-06-11 [colin]      1.9.11cvs59
12719
12720         * src/imap.c
12721                 printf -> debug_print
12722
12723 2005-06-11 [colin]      1.9.11cvs58
12724
12725         * src/imap.c
12726                 o Fix build without USE_PTHREAD
12727                 o Factorize imap_open
12728                 o Alertpanel in case of impossible connection
12729                 o Alertpanel in case of impossible login
12730                 o Fix deferred flags processing to force a 
12731                   flush before adding some more flags to process,
12732                   but in another folder.
12733
12734 2005-06-10 [colin]      1.9.11cvs57
12735
12736         * src/imap.c
12737                 o Fix a format string error
12738                 o init ssl socket outside of the thread 
12739                   (it possibly invokes gtk calls)
12740         * src/procmime.c
12741                 o Put back the buffer to its necessary size
12742                 o Fix changing a file pointer without keeping
12743                   track of it (thanks Valgrind)
12744         * src/common/smtp.c
12745                 o Fix automatic STARTTLS if login should be done
12746                   and the server only allows it after starting TLS
12747         * src/gtk/gtkinputdialog.c
12748                 o Eat GDK_Return so that the combo popup doesn't 
12749                   appear when we press Enter to validate the combo
12750                   input dialog (as seen in the Open with... dialog)
12751
12752 2005-06-10 [colin]      1.9.11cvs56
12753
12754         * src/imap.c
12755                 o A bit less debug
12756                 o Fix a crash on deletion
12757                 o Threadize imap_select (it's called outside of 
12758                   threads)
12759                 o Defer treatment of DELETED flags
12760
12761
12762 2005-06-09 [colin]      1.9.11cvs55
12763
12764         * src/imap.c
12765                 Make sure we check imap_gtk_should_override(), which
12766                 potentially calls gtk stuff, before creating thread.
12767                 That way it should't be called via imap_get_session()
12768                 inside a thread.
12769
12770 2005-06-09 [colin]      1.9.11cvs54
12771
12772         * src/imap.c
12773                 o add a bit of status output
12774                 o remove some dead code
12775                 o threadize get_list_of_uids
12776                 o threadize imap_get_flags
12777                 o defer flag changing by 500ms so that they
12778                   can be batched
12779
12780
12781 2005-06-08 [colin]      1.9.11cvs53
12782
12783         * src/imap.c
12784                 Thread-ize imap_cmd_fetch
12785
12786 2005-06-08 [colin]      1.9.11cvs52
12787
12788         * src/main.c
12789                 Mmh, that broke POP3...
12790
12791 2005-06-08 [colin]      1.9.11cvs51
12792
12793         * src/main.c
12794                 Stabilize IMAP patch (thanks to Hoa)
12795
12796 2005-06-08 [colin]      1.9.11cvs50
12797
12798         * src/imap.c
12799                 Test patch to speed up imap. 
12800
12801 2005-06-08 [colin]      1.9.11cvs49
12802
12803         * src/imap_gtk.c
12804                 Warning fix
12805         * src/procmime.c
12806                 Apply patch from gentoo to use /usr/share/mime/globs if 
12807                 available, after un-breaking it
12808         * src/common/log.c
12809         * src/common/log.h
12810                 Use g_timeout for invoking hooks that possibly use gtk
12811                 calls. This should leave gtk calls in the main thread.
12812
12813 2005-06-08 [paul]       1.9.11cvs48
12814
12815         * src/codeconv.c
12816                 conv_get_outgoing_charset_str(): don't
12817                 use prefs_common setting
12818         * src/compose.c
12819         * src/compose.h
12820                 add /Options/Character encoding/... to
12821                 temporarily change the outgoing encoding
12822
12823         (belated sync with main)
12824
12825 2005-06-08 [paul]       1.9.11cvs47
12826
12827         * src/compose.c
12828                 correction to/completion of last
12829                 sync with main
12830
12831 2005-06-08 [paul]       1.9.11cvs46
12832
12833         sync with main:
12834         
12835         * src/codeconv.c
12836         * src/codeconv.h
12837                 always enabled Japanese auto-detection
12838                 if the first letters of locale string
12839                 is "ja"
12840         * src/compose.c
12841                 don't use "destroy" signal to destroy
12842                 Compose object (fix rare crashes on discard?)
12843         * src/mainwindow.c
12844         * src/messageview.c
12845         * src/prefs_send.c
12846                 added Hebrew encodings
12847         * src/sourcewindow.c
12848                 don't use "destroy" signal to destroy
12849                 objects
12850
12851 2005-06-07 [colin]      1.9.11cvs45
12852
12853         * src/summaryview.c
12854                 Add missing unlocks/locks
12855
12856 2005-06-07 [paul]       1.9.11cvs44
12857
12858         * src/summaryview.c
12859                 restore bug #749 fix
12860
12861 2005-06-06 [colin]      1.9.11cvs43
12862
12863         * src/summaryview.c
12864                 Fix selection bug when prefs_common.open_unread 
12865                 is FALSE
12866
12867 2005-06-06 [colin]      1.9.11cvs42
12868
12869         * src/common/md5.c
12870                 Fix a warning
12871         * src/summaryview.c
12872         * src/folderview.c
12873                 Factorize long operations beginning and end
12874                 (locking, freezing/thawing, cursor, ...)
12875                 Check selection->data member in selection-
12876                 related loops; this avoids dying an awful
12877                 death if the selection changes on us while
12878                 we're marking a whole IMAP folder unread, 
12879                 for example.
12880
12881 2005-06-06 [paul]       1.9.11cvs41
12882
12883         * src/textview.c
12884                 don't g_free() a static gchar buffer
12885
12886 2005-06-05 [colin]      1.9.11cvs40
12887
12888         * src/mainwindow.c
12889         * src/messageview.c
12890         * src/summaryview.c
12891                 Fix bug #749 (Show all headers should be
12892                 sticky as the GUI suggests)
12893
12894 2005-06-03 [paul]       1.9.11cvs39
12895
12896         * src/compose.c
12897                 don't allow editing of mail while sending.
12898                 patch by Colin
12899
12900 2005-06-03 [paul]       1.9.11cvs38
12901
12902         * src/folderview.c
12903                 add a freeze/thaw to speed up 'mark all read'
12904
12905 2005-06-03 [paul]       1.9.11cvs37
12906
12907         * src/prefs_message.c
12908                 reflect changes immediately
12909
12910 2005-06-02 [colin]      1.9.11cvs36
12911
12912         * po/POTFILES.in
12913                 Patch by Fabien Vantard.
12914
12915 2005-06-02 [colin]      1.9.11cvs35
12916
12917         * src/imap.c
12918                 Use a non-blocking imap_getline() if possible.
12919                 This should completely prevent the interface
12920                 from freezin on imap operations, although it
12921                 may do strange stuff in case of folder switching
12922                 while a big imap operation is taking place...
12923
12924                 In addition, fix a leak in the case thread
12925                 creation fails on connection.
12926
12927 2005-06-02 [colin]      1.9.11cvs34
12928
12929         * src/crash.c
12930         * src/prefs_common.h
12931                 Fix build (prefs_common_init() doesn't exist
12932                 anymore)
12933
12934 2005-06-02 [colin]      1.9.11cvs33
12935
12936         * src/prefs_account.c
12937                 Fix bug #245 (filtering rules broken when
12938                 renaming a remote account (imap4 or nntp)
12939
12940 2005-06-02 [colin]      1.9.11cvs32
12941
12942         * src/imap.c
12943                 Try to fix IMAP shortcomings: 
12944                 o Multithread imap_open()
12945                 o allow offline-mode overriding instead of
12946                   just returning NULL
12947         * src/imap_gtk.c
12948         * src/imap_gtk.h
12949                 Add a function to ask whether we want to
12950                 override offline-mode for 10 minutes (one-shot
12951                 asking was painful)
12952         * src/procheader.c
12953                 Fix segfault when imap parser isn't happy about
12954                 a missing {
12955
12956 2005-06-01 [colin]      1.9.11cvs31
12957
12958         * src/addrharvest.c
12959         * src/compose.c
12960         * src/mbox.c
12961         * src/mbox.h
12962         * src/mh.c
12963         * src/msgcache.c
12964         * src/send_message.c
12965         * src/setup.c
12966         * src/undo.c
12967         * src/common/hooks.c
12968         * src/common/prefs.c
12969         * src/common/template.c
12970         * src/common/utils.c
12971         * src/gtk/gtkutils.c
12972         * src/gtk/inputdialog.c
12973         * src/gtk/menu.c
12974         * src/gtk/pluginwindow.c
12975         * src/gtk/prefswindow.c
12976         * src/plugins/pgpmime/passphrase.c
12977         * src/plugins/pgpmime/prefs_gpg.c
12978                 More -Wall fixes
12979
12980         * src/common/Makefile.am
12981         * src/common/timing.h
12982                 Add basic timing code
12983
12984         * src/summaryview.c
12985                 Fix a bug with unread messages when 
12986                 re-sorting folders, and by the way
12987                 fix a big performance hit when 
12988                 re-sorting (10k mails: before 5s,
12989                 after .5s)
12990
12991         * src/prefs_compose_writing.c
12992         * src/prefs_compose_writing.h
12993         * src/prefs_message.c
12994         * src/prefs_message.h
12995         * src/prefs_other.c
12996         * src/prefs_other.h
12997         * src/prefs_quote.c
12998         * src/prefs_quote.h
12999         * src/prefs_receive.c
13000         * src/prefs_receive.h
13001         * src/prefs_send.c
13002         * src/prefs_send.h
13003         * src/prefs_summaries.c
13004         * src/prefs_summaries.h
13005                 Fix copyright banner
13006
13007 2005-06-01 [paul]       1.9.11cvs30
13008
13009         * po/fi.po
13010                 updated by Flammie Pirinen
13011         * src/procmime.c
13012                 fix 'Bad BASE64 content' output
13013
13014 2005-05-31 [colin]      1.9.11cvs29
13015
13016         * src/procmime.c
13017                 Oops, where did my hunk go.
13018
13019 2005-05-31 [colin]      1.9.11cvs28
13020
13021         * src/Makefile.am
13022         * src/account.c
13023         * src/action.c
13024         * src/addr_compl.c
13025         * src/addressbook.c
13026         * src/codeconv.c
13027         * src/compose.c
13028         * src/export.c
13029         * src/folder.c
13030         * src/folderview.c
13031         * src/image_viewer.c
13032         * src/main.c
13033         * src/mainwindow.c
13034         * src/messageview.c
13035         * src/mimeview.c
13036         * src/msgcache.c
13037         * src/prefs_account.c
13038         * src/prefs_actions.c
13039         * src/prefs_common.c
13040         * src/prefs_compose_writing.c
13041         * src/prefs_customheader.c
13042         * src/prefs_ext_prog.c
13043         * src/prefs_filtering.c
13044         * src/prefs_filtering_action.c
13045         * src/prefs_fonts.c
13046         * src/prefs_image_viewer.c
13047         * src/prefs_message.c
13048         * src/prefs_message.h
13049         * src/prefs_msg_colors.c
13050         * src/prefs_other.c
13051         * src/prefs_other.h
13052         * src/prefs_quote.c
13053         * src/prefs_receive.c
13054         * src/prefs_receive.h
13055         * src/prefs_send.c
13056         * src/prefs_send.h
13057         * src/prefs_spelling.c
13058         * src/prefs_summaries.c
13059         * src/prefs_summary_column.c
13060         * src/prefs_template.c
13061         * src/prefs_themes.c
13062         * src/prefs_toolbar.c
13063         * src/prefs_wrapping.c
13064         * src/procmime.c
13065         * src/procmsg.c
13066         * src/send_message.h
13067         * src/ssl_manager.c
13068         * src/summary_search.c
13069         * src/summaryview.c
13070         * src/textview.c
13071         * src/wizard.c
13072         * src/common/smtp.c
13073         * src/common/smtp.h
13074         * src/gtk/gtkutils.h
13075                 o Move the rest of Common prefs to new style
13076                 o Lots of -Wall warning fixes
13077                 o fix FIXME in cache memusage calculation
13078                 o Let return receipts be sent from any account
13079                 o Little cache optimisation (read)
13080                 o Fix bug #746 (don't treat commas as separators
13081                   when inside a quoted string)
13082
13083 2005-05-31 [paul]       1.9.11cvs27
13084
13085         * src/prefs_common.c
13086                 fix 'off-by-one' typo
13087
13088 2005-05-31 [paul]       1.9.11cvs26
13089
13090         * src/account.c
13091         * src/addr_compl.c
13092         * src/compose.c
13093         * src/foldersel.c
13094         * src/prefs_actions.c
13095         * src/prefs_common.c
13096         * src/prefs_common.h
13097         * src/prefs_customheader.c
13098         * src/prefs_display_header.c
13099         * src/prefs_filtering.c
13100         * src/prefs_filtering_action.c
13101         * src/prefs_matcher.c
13102         * src/prefs_summaries.c
13103         * src/prefs_summary_column.c
13104         * src/prefs_template.c
13105         * src/prefs_toolbar.c
13106         * src/ssl_manager.c
13107         * src/gtk/pluginwindow.c
13108         * src/gtk/prefswindow.c
13109         * src/gtk/progressdialog.c
13110                 add hidden prefs 'enable_rules_hint'
13111                 for gtk_tree_view_set_rules_hint()
13112                 (sync with main)
13113                 
13114
13115 2005-05-31 [colin]      1.9.11cvs25
13116
13117         * src/Makefile.am
13118         * src/main.c
13119         * src/prefs_common.c
13120         * src/prefs_summaries.c ** ADDED **
13121         * src/prefs_summaries.h ** ADDED **
13122                 Common/Display -> Display/Summaries
13123
13124 2005-05-31 [colin]      1.9.11cvs24
13125
13126         * src/Makefile.am
13127         * src/main.c
13128         * src/prefs_quote.c ** ADDED **
13129         * src/prefs_quote.h ** ADDED **
13130                 Move Common/Quote to Compose/Quoting
13131         * src/prefs_common.c
13132         * src/prefs_common.h
13133                 Remove old quote stuff, add
13134                 convenience functions for GtkTextView prefs
13135         * src/gtk/prefswindow.c
13136                 Set default height higher
13137
13138 2005-05-30 [colin]      1.9.11cvs23
13139
13140         * src/Makefile.am
13141         * src/main.c
13142         * src/prefs_common.c
13143         * src/prefs_compose_writing.c ** ADDED **
13144         * src/prefs_compose_writing.h ** ADDED **
13145                 Move Common/Compose prefs to Compose/Writing
13146
13147 2005-05-30 [colin]      1.9.11cvs22
13148
13149         * src/common/utils.c
13150                 Fix bug #651 (Confused Attract by Subject)
13151                 Patch by M. Benkmann <haferfrost@web.de>
13152         * AUTHORS
13153
13154 2005-05-30 [colin]      1.9.11cvs21
13155
13156         * src/compose.c
13157                 Fix concatenation of different headers of
13158                 the same type (bug #645)
13159         * src/prefs_folder_item.c
13160                 Fix bug #699 (setting color to black doesn't
13161                 work immediately)
13162         * src/procmime.c
13163                 Print out decoding error only once per
13164                 block
13165
13166 2005-05-30 [paul]       1.9.11cvs20
13167
13168         * src/common/template.c
13169                 fix Bcc
13170
13171 2005-05-30 [paul]       1.9.11cvs19
13172
13173         * doc/src/rfc2368.txt   **NEW FILE**
13174         * src/compose.c
13175                 compose_entries_set(): don't interpret Bcc
13176                 header field (conform to RFC 2368)
13177                 (sync with main)
13178
13179 2005-05-29 [colin]      1.9.11cvs18
13180
13181         * src/prefs_common.c
13182                 Let the default reply format respect
13183                 netiquette by cutting the signature.
13184
13185 2005-05-29 [colin]      1.9.11cvs17
13186
13187         * src/summaryview.c
13188                 Don't let always_show_msg override
13189                 open_unread_on_enter when opening a new
13190                 directory.
13191
13192 2005-05-27 [paul]       1.9.11cvs16
13193
13194         sync with main:
13195
13196         * src/main.c
13197                 app_will_exit(): cleanup tmp directory when exit
13198         * src/message_search.c
13199                 improved the interface and made code cleanup.
13200                 removed Clear button
13201         * src/send_message.c
13202                 send_message_local(): use GSpawn, and detect errors
13203         * src/summary_search.c
13204                 improved the interface and made code cleanup
13205         * src/textview.c
13206                 textview_write_link(): also skip non-ascii space
13207                  at the head of link strings (phishing check
13208                  didn't work at the case)
13209         * src/common/utils.c
13210                 get_command_output(): use g_spawn_command_line_sync()
13211                 instead of popen()
13212
13213 2005-05-26 [colin]      1.9.11cvs15
13214
13215         * src/folder.c
13216                 remove printf
13217
13218 2005-05-26 [colin]      1.9.11cvs14
13219
13220         * src/common/nntp.c
13221                 Fix nntp mode reader (bug #611)
13222                 Patch by Florian Mickler <florian@mickler.org>
13223
13224 2005-05-26 [colin]      1.9.11cvs13
13225
13226         * src/plugins/pgpmime/passphrase.c
13227                 Fix mouse grabbing (bug #557)
13228
13229 2005-05-26 [colin]      1.9.11cvs12
13230
13231         * src/prefs_themes.c
13232                 Fix g_warning (bug #541)
13233
13234 2005-05-26 [colin]      1.9.11cvs11
13235
13236         * src/prefs_actions.c
13237         * src/prefs_template.c
13238                 Fix bug #506 (no warning if action/template
13239                 is not saved)
13240         * src/common/template.c
13241                 Fix a possible crash
13242
13243 2005-05-26 [colin]      1.9.11cvs10
13244
13245         * src/folder.c
13246         * src/folderview.c
13247         * src/procmsg.c
13248         * src/summaryview.c
13249                 Forbid locked messages to be moved or
13250                 deleted. Locked messages in trashes 
13251                 still get deleted, for performance
13252                 reason (mh.c::mh_remove_all_msgs)
13253
13254 2005-05-25 [colin]      1.9.11cvs9
13255
13256         * src/procmime.c
13257                 Use correct encoding when sending mails
13258                 with attachments that have accentued 
13259                 chars in their name
13260
13261 2005-05-24 [colin]      1.9.11cvs8
13262
13263         * src/summaryview.c
13264                 Fix bug #688 f) read/unread marker not
13265                 changed on first click
13266                 Also, optimize summary_status_show()
13267                 calls
13268         * src/folder.c
13269         * src/inc.c
13270         * src/procmime.c
13271                 Fix bug #688 b) and c) wrt message
13272                 attachments and signature
13273         * src/stock_pixmap.c
13274         * src/stock_pixmap.h
13275         * src/stock_pixmap.c
13276         * src/stock_pixmap.h
13277         * src/Makefile.am
13278         * src/pixmaps/clip_gpg_signed.xpm
13279                 Add clip/signed icon
13280
13281 2005-05-24 [colin]      1.9.11cvs7
13282
13283         * src/folder_item_prefs.c
13284                 whitespace fix
13285
13286 2005-05-24 [colin]      1.9.11cvs6
13287
13288         * src/folderview.c
13289         * src/prefs_common.c
13290         * src/prefs_common.h
13291                 Add a confirmation to folder drag and drop
13292                 fixes bug #156
13293         * src/alertpanel.c
13294         * src/alertpanel.h
13295                 fix _with_disable parameters so that
13296                 the buttons labels are specifiable too
13297         * src/plugins/pgpmime/sgpgme.c
13298                 reflect said change
13299                 
13300
13301 2005-05-24 [colin]      1.9.11cvs5
13302
13303         * src/folderview.c
13304                 Uncollapse/collapse folders on double-click
13305                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13306                 closes bug #108
13307
13308 2005-05-23 [colin]      1.9.11cvs4
13309
13310         * src/common/socket.c
13311                 Check another special SSL_peek() error.
13312                 Should help wrt bug #728
13313
13314 2005-05-23 [colin]      1.9.11cvs3
13315
13316         * src/plugins/pgpmime/pgpmime.c
13317                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13318                 breaking menu accelerators and stuff. Users will have to
13319                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13320                 account's privacy preferences if needed.
13321
13322 2005-05-22 [paul]
13323
13324         * tools/kdeservicemenu/install.sh
13325                 use kdesu to prompt for root password if doing
13326                 global install/uninstall
13327
13328 2005-05-20 [colin]      1.9.11cvs2
13329
13330         * src/procmsg.c
13331                 Fix another compilation error with gcc-2.9x
13332                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13333         * src/send_message.c
13334                 Don't send QUIT if we aren't connected
13335
13336 2005-05-19 [colin]      1.9.11cvs1
13337
13338         * src/procmsg.c
13339                 Fix compilation with gcc 2.9x
13340
13341 2005-05-19 [paul]       1.9.11
13342
13343         1.9.11 released
13344
13345 2005-05-19 [paul]       1.9.9cvs14
13346
13347         * src/gtk/inputdialog.c
13348                 prevent gettext warning
13349
13350 2005-05-19 [paul]       1.9.9cvs13
13351
13352         * src/mainwindow.c
13353         * src/prefs_common.c
13354         * src/prefs_common.h
13355         * src/textview.c
13356         * src/textview.h
13357                 add an option to toggle cursor in message
13358                 view (sync with main)
13359
13360 2005-05-18 [colin]      1.9.9cvs12
13361
13362         * src/compose.c
13363                 Dereference freed pointer
13364         * src/gtk/gtkaspell.c
13365                 Fix duplication of dictionaries (is it an aspell issue?)
13366
13367 2005-05-18 [colin]      1.9.9cvs11
13368
13369         * src/gtk/inputdialog.c
13370         * src/gtk/gtkaspell.c
13371                 HIGuify dialogs
13372         * src/alertpanel.c
13373                 Remove a double call
13374
13375 2005-05-17 [colin]      1.9.9cvs10
13376
13377         * src/gtk/gtkaspell.c
13378                 Fix dialogs, Ctrl-Enter accel
13379
13380 2005-05-17 [colin]      1.9.9cvs9
13381
13382         * src/gtk/gtkaspell.c
13383                 Fix some accelerators, escape in replace-window
13384
13385 2005-05-16 [colin]      1.9.9cvs8
13386
13387         * src/gtk/gtkaspell.c
13388                 Revert last commit, it was a mistake.
13389
13390 2005-05-16 [colin]      1.9.9cvs7
13391
13392         * src/gtk/gtkaspell.c
13393                 Remove buggy code while we're at it. It's a 
13394                 dead code path anyway.
13395
13396 2005-05-16 [colin]      1.9.9cvs6
13397
13398         * src/gtk/gtkaspell.c
13399                 Missed some gtk_menu_popup where deactivate
13400                 signal should be handled. Should fix bug
13401                 #629 a bit more.
13402
13403 2005-05-16 [colin]      1.9.9cvs5
13404
13405         * src/gtk/gtkaspell.c
13406                 Remove debug printf()s
13407
13408 2005-05-16 [colin]      1.9.9cvs4
13409
13410         * src/gtk/gtkaspell.c
13411                 Fix a bit aspell problems
13412                 (see bug #629)
13413
13414 2005-05-13 [colin]      1.9.9cvs3
13415
13416         * src/folderview.c
13417                 Fix the + appearing even when no subfolders
13418                 have unread messages. Thanks to wwp for the
13419                 bug report.
13420
13421 2005-05-11 [paul]       1.9.9cvs2
13422
13423         * src/folderview.c
13424                 correction to 1.9.9cvs1, only colour folders that
13425                 have new msgs (not unread msgs)
13426
13427 2005-05-10 [colin]      1.9.9cvs1
13428
13429         * src/folderview.c
13430         * src/summaryview.c
13431                 Try to fix bolding bugs again.
13432
13433 2005-05-09 [paul]
13434
13435         * tools/claws.i18n.status.pl
13436                 add Ricardo Mones Lastra's script that has been providing
13437                 the i18n status page for many months
13438
13439 2005-05-09 [paul]       1.9.9
13440
13441         1.9.9 release
13442
13443 2005-05-09 [paul]       1.9.6cvs58
13444
13445         * AUTHORS
13446         * INSTALL
13447         * README.claws
13448                 updated
13449         * Makefile.am 
13450         * RELEASE_NOTES.claws
13451                 add release notes to cvs to simplify release
13452                 procedure
13453         * configure.ac
13454                 add ca and fi to ALL_LINGUAS
13455         * po/Makefile.in.in
13456                 workaround for missing Makevars
13457         * po/ca.po
13458         * po/fi.po
13459                 add new Catalan and Finnish translations
13460                 submitted by Miquel Oliete and Flammie Pirinen
13461         * po/de.po
13462         * po/es.po
13463         * po/fr.po
13464         * po/it.po
13465         * po/pl.po
13466         * po/ru.po
13467         * po/sk.po
13468         * po/sr.po
13469         * po/zh_CN.po
13470                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13471                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13472                 Urke MMI, and Hansom Young
13473         * src/main.c
13474                 Fix drafting when quitting. compose_draft() closes the
13475                 compose windows, which modifies the compose_list GSList.
13476                 We have to refresh this list after echo drafting to avoid a
13477                 segfault
13478         * src/partial_download.c
13479                 fix segfault on exit
13480
13481 2005-05-06 [paul]       1.9.6cvs57
13482
13483         * src/grouplistdialog.c
13484                 quick fix/workaround for unresizeable newsgroup
13485                 name column 
13486
13487 2005-05-06 [paul]       1.9.6cvs56
13488
13489         * src/inc.c
13490         * src/mainwindow.c
13491                 use gettext plural forms
13492         * src/imap_gtk.c
13493         * src/mh_gtk.c
13494         * src/toolbar.c
13495                 small improvement to english usage
13496
13497 2005-05-05 [thorsten]   1.9.6cvs55
13498
13499         * src/folder.c
13500                 fix possible crash
13501
13502 2005-05-05 [paul]       1.9.6cvs54
13503         
13504         sync with HEAD
13505
13506         * AUTHORS
13507         * src/compose.c
13508                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13509                 patch by Tim Mann
13510
13511 2005-05-05 [paul]       1.9.6cvs53
13512
13513         * src/mainwindow.c
13514                 fix resizing of separate message and
13515                 folder views
13516
13517 2005-05-05 [paul]       1.9.6cvs52
13518
13519         * src/account.c
13520         * src/addrgather.c
13521         * src/browseldap.c
13522         * src/exphtmldlg.c
13523         * src/expldifdlg.c
13524         * src/importmutt.c
13525         * src/importpine.c
13526         * src/main.c
13527         * src/mainwindow.c
13528         * src/noticeview.c
13529         * src/prefs_filtering.c
13530         * src/prefs_filtering_action.c
13531         * src/prefs_matcher.c
13532         * src/prefs_spelling.c
13533         * src/prefs_toolbar.c
13534         * src/toolbar.c
13535         * src/wizard.c
13536         * src/gtk/description_window.c
13537         * src/gtk/gtkvscrollbutton.c
13538         * src/gtk/progressdialog.c
13539         * src/gtk/quicksearch.c
13540         * src/plugins/pgpmime/prefs_gpg.c
13541         * src/plugins/spamassassin/spamassassin_gtk.c
13542                 replace deprecated gtk_widget_set_usize
13543
13544 2005-05-04 [colin]      1.9.6cvs51
13545
13546         * src/common/utils.c
13547                 Fix crash when subst_for_filename is called
13548                 with a NULL parameter
13549
13550 2005-05-04 [colin]      1.9.6cvs50
13551
13552         * src/partial_download.c
13553         * src/pop.c
13554                 Escape login when writing uidl file
13555                 fixes bug #736
13556
13557 2005-05-03 [colin]      1.9.6cvs49
13558
13559         * src/procmime.c
13560                 Fix possible DOS in mime parser
13561                 (see bug #634)
13562
13563 2005-05-02 [colin]      1.9.6cvs48
13564
13565         * src/compose.c
13566                 Try to fix the copy/paste mess once again.
13567
13568
13569 2005-04-30 [colin]      1.9.6cvs47
13570
13571         * src/prefs_account.h
13572         * src/procmsg.c
13573         * src/send_message.c
13574         * src/common/smtp.c
13575         * src/common/smtp.h
13576                 Try to batch sending mails (per account) instead of
13577                 reconnecting to server every time.
13578
13579 2005-04-29 [colin]      1.9.6cvs46
13580
13581         * src/messageview.c
13582                 Fix window resizing that refused to size down
13583         * src/prefs_common.c
13584         * src/prefs_common.h
13585         * src/prefs_filtering.c
13586                 Save Filtering's window size
13587
13588 2005-04-21 [paul]       1.9.6cvs45
13589
13590         * ChangeLog-gtk2.claws
13591         * src/setup.c
13592                 correction to sync
13593
13594 2005-04-21 [paul]       1.9.6cvs44
13595
13596         sync with main:
13597
13598         * src/setup.c
13599         * src/statusbar.c
13600         * src/statusbar.h
13601                 use gtkut_widget_draw_now(). Improved performance
13602                 of the update of statusbar
13603         * src/textview.c
13604                 textview_smooth_scroll_do(): redraw it after scroll
13605                 is done (fixed incorrect display when a part of the
13606                 view is hidden).
13607         * src/gtk/gtkutils.c
13608         * src/gtk/gtkutils.h
13609                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13610                 to force update of widgets.
13611                 Removed gtkut_widget_wait_for_draw() which had a big
13612                 overhead  because of waiting for all events processed 
13613
13614 2005-04-20 [paul]       1.9.6cvs43
13615
13616         * src/codeconv.c
13617                 complete 1.9.6cvs42's sync:
13618                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13619
13620 2005-04-19 [paul]       1.9.6cvs42
13621
13622         sync with main:
13623
13624         * src/action.c
13625                 catch_output(): correctly select the insert text
13626                 (fix invalid iterator warnings).
13627         * src/codeconv.c
13628         * src/codeconv.h
13629         * src/mainwindow.c
13630         * src/messageview.c
13631         * src/prefs_common.c
13632                 support GBK encoding.
13633         * src/common/session.c
13634         * src/common/session.h
13635                 use separate buffer for large data to be sent,
13636                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13637
13638 2005-04-18 [paul]       1.9.6cvs41
13639
13640         * src/jpilot.c
13641                 convert unsigned long into guint32
13642                 patch by Paul LeoNerd Evans 
13643
13644 2005-04-17 [colin]      1.9.6cvs40
13645
13646         * src/compose.c
13647                 Fix 'Request return receipt' from folder
13648                 properties (bug #708)
13649
13650 2005-04-17 [colin]      1.9.6cvs39
13651
13652         * src/mainwindow.c
13653                 Fix duplicate hotkeys in Mainwindow's menu
13654
13655 2005-04-17 [colin]      1.9.6cvs38
13656
13657         * src/folderview.c
13658                 Fix duplicate hotkeys in Folderview's contextual
13659                 menu
13660
13661 2005-04-15 [colin]      1.9.6cvs37
13662
13663         * src/summaryview.c
13664                 Fix 'Save as...' with non-ascii filenames
13665
13666 2005-04-15 [colin]      1.9.6cvs36
13667
13668         * src/plugins/pgpmime/pgpmime.c
13669                 Fix bus error on 64bit. Spotted by 
13670                 macallan1888@gmail.com
13671
13672 2005-04-15 [colin]      1.9.6cvs35
13673
13674         * src/prefs_account.c
13675                 Fix cvs34.
13676
13677 2005-04-12 [colin]      1.9.6cvs34
13678
13679         * src/prefs_account.c
13680                 Fix smtp auth type off-by-one. We forgot to
13681                 add PLAIN in the prefs-to-gui setter func and
13682                 as a result, the selected auth when opening
13683                 account prefs was not the correct one.
13684
13685 2005-04-12 [paul]       1.9.6cvs33
13686
13687         * src/inc.c
13688                 if the recv dialog is visible, Cancel only
13689                 cancels the current account
13690
13691
13692 2005-04-10 [colin]      1.9.6cvs32
13693
13694         * src/filtering.c
13695                 Copy score when copying FilteringActions
13696                 Fix bug #674
13697
13698 2005-04-10 [colin]      1.9.6cvs31
13699
13700         * src/inc.c
13701                 Make Message -> Receive -> Cancel cancel 
13702                 incorporation on all accounts. Fixes
13703                 bug #693
13704
13705 2005-04-10 [colin]      1.9.6cvs30
13706
13707         * src/prefs_account.c
13708                 Update Privacy checkbuttons status based
13709                 on the selected privacy system
13710         * src/compose.c
13711                 Always connect the "None" privacy system; the
13712                 static boolean was probably there to avoid
13713                 reconnecting twice in the same compose window,
13714                 but as the parent function is only called once
13715                 per compose, it's only a bug - as a static is
13716                 initialized once per application instance.
13717                 Also, don't uncheck Sign and Encrypt when
13718                 selecting None as privacy system; just ignore
13719                 them when sending/queuing.
13720                 Should fix bug #695
13721
13722 2005-04-08 [colin]      1.9.6cvs29
13723
13724         * src/account.c
13725         * src/prefs_account.c
13726         * src/prefs_account.h
13727                 Add account preference to queue message in a certain
13728                 folder.
13729
13730 2005-04-06 [colin]      1.9.6cvs28
13731
13732         * src/prefs_account.c
13733                 Update old inbox path syntax
13734
13735 2005-04-06 [paul]       1.9.6cvs27
13736
13737         sync with main:
13738
13739         * configure.ac
13740                 changed -traditional-cpp to -no-cpp-precomp for newer
13741                 Mac OS X support
13742         * src/foldersel.c
13743                 made column resize automatically
13744         * src/send_message.c
13745                 send_message_smtp(): consider EOF right after QUIT
13746                 successful (workaround for Gmail SMTP server)
13747         * src/common/socket.c
13748                 ssl_read(), ssl_peek(): check EOF which violates the
13749                 SSL protocol
13750         * src/gtk/colorlabel.c
13751                 removed warnings when displaying colorlabel menu
13752                 (don't use GtkAlignment)
13753
13754 2005-04-05 [paul]       1.9.6cvs26
13755
13756         * src/plugins/trayicon/trayicon.c
13757                 fix clipping of icon under KDE3 
13758
13759 2005-04-05 [paul]       1.9.6cvs25
13760
13761         * src/summaryview.c
13762                 hide display of threading
13763                 patch by Alfons
13764
13765 2005-04-04 [thorsten]   1.9.6cvs24
13766
13767         * src/mh.c
13768                 marks lost on filesystems with different stat() results on
13769                 summer-/wintertime
13770
13771 2005-04-03 [colin]      1.9.6cvs23
13772
13773         * src/summaryview.c
13774                 Don't handle up/down. Patch by Alfons
13775
13776 2005-04-02 [colin]      1.9.6cvs22
13777
13778         * src/summaryview.c
13779                 Make scrolling faster. Patch by Alfons.
13780
13781 2005-04-01 [colin]      1.9.6cvs21
13782
13783         * src/Makefile.am
13784         * src/stock_pixmap.c
13785         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13786         * src/pixmaps/dir_noselect.xpm ** ADDED **
13787                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13788
13789 2005-04-01 [colin]      1.9.6cvs20
13790
13791         * src/image_viewer.c
13792         * src/image_viewer.h
13793         * src/procmime.c
13794         * src/procmime.h
13795         * src/textview.c
13796         * src/textview.h
13797                 Implement inline image resizing and right-clicking
13798
13799 2005-04-01 [paul]       1.9.6cvs19
13800
13801         * AUTHORS
13802         * Makefile.am
13803         * configure.ac
13804                 check for gnome2
13805                 patch by Luca Cavalli <loopback<AT>slackit.org>
13806         * po/ru.po
13807                 updated by Pavlo Bohmat
13808
13809 2005-03-31 [colin]      1.9.6cvs18
13810
13811         * src/news.c
13812                 Fix parsing references
13813         * src/msgcache.c
13814                 don't put nulls in the references list
13815         * src/procheader.c
13816                 commit that forgotten file in 1.9.6cvs14
13817
13818 2005-03-31 [colin]      1.9.6cvs17
13819
13820         * src/compose.c
13821                 Fix joining of signature separator again. 
13822                 Maybe Hiro could put it in main too...
13823
13824 2005-03-31 [colin]      1.9.6cvs16
13825
13826         * src/Makefile.am
13827         * src/foldersel.c
13828         * src/stock_pixmap.c
13829         * src/stock_pixmap.h
13830         * src/pixmaps/dir-noselect.xpm
13831                 Update foldersel.c (sync from main, patch by Alfons)
13832
13833 2005-03-30 [colin]      1.9.6cvs15
13834
13835         * src/imap.c
13836                 Fix handling of imap folders containing [] in 
13837                 their name. Thanks to Nahuel Angelinetti for
13838                 the detailed bugreport.
13839
13840 2005-03-30 [colin]      1.9.6cvs14
13841
13842         * src/common/utils.h
13843         * src/common/utils.c
13844         * src/common/defs.h
13845         * src/matcher.c
13846         * src/msgcache.c
13847         * src/news.c
13848         * src/procmsg.c
13849         * src/procmsg.h
13850         * src/quote_fmt_parse.y
13851         * src/summaryview.c
13852                 Update references system. Patch by Alfons
13853
13854 2005-03-30 [colin]      1.9.6cvs13
13855
13856         * src/common/socket.c
13857                 Force the glibc to read resolv.conf again when 
13858                 it has changed. Should fix issues when changing
13859                 networks on a laptop and not restarting sylpheed. 
13860
13861 2005-03-30 [paul]       1.9.6cvs12
13862
13863         partial sync with main:
13864
13865         * src/action.c
13866                 create_io_dialog(): use user-defined text font
13867                 (thanks to Alfons), and modified its appearance.
13868         * src/addrgather.c
13869         * src/addrharvest.c
13870         * src/browseldap.c
13871                 replace old code
13872         * src/compose.c
13873                 don't join (presumably) itemized lines on line-wrapping
13874                 fixed wrapping of quote when auto-wrapping is enabled
13875                 compose_destroy(): destroy paned only if it's not
13876                 attached to window. Fixed memory leak of popup menu.
13877         * src/exphtmldlg.c
13878         * src/expldifdlg.c
13879                 replace old code
13880         * src/html.c
13881         * src/html.h
13882         * src/importmutt.c
13883         * src/importpine.c
13884                 replace old code
13885         * src/main.c
13886                 removed redundant code
13887         * src/mainwindow.c
13888                 changed 'Code set' (which is rather incorrect)
13889                 in the menu to 'Character encoding'
13890                 main_window_set_widgets(): request size first
13891                 to prevent window size becoming wrong
13892                 fixed remembering of the state of the visibility
13893                 of MessageView
13894         * src/messageview.c
13895                 changed 'Code set' (which is rather incorrect)
13896                 in the menu to 'Character encoding'
13897         * src/prefs_common.c
13898         * src/prefs_common.h
13899                 added an option whether to render HTML as text or not
13900                 added separators to outgoing encoding menu
13901         * src/procheader.c
13902                 procheader_scan_date_string(): support header
13903                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13904         * src/summaryview.c
13905         * src/summaryview.h
13906                 minor code cleanup
13907         * src/textview.c
13908                 textview_show_html(): force output of newline
13909                 added an option whether to render HTML as text or not
13910         * src/common/utils.c
13911                 strncpy2(): optimized based on Alfons' code
13912         * src/gtk/gtkutils.c
13913         * src/gtk/gtkutils.h
13914                 removed non-used code
13915         * src/plugins/pgpmime/passphrase.c
13916                 partially fixed grab input of passphrase dialog
13917                 Confine pointer to window
13918
13919 2005-03-30 [colin]      1.9.6cvs11
13920
13921         * src/msgcache.c
13922         * src/msgcache.h
13923                 Read/write 32bit ints from cache & marks
13924                 From main.
13925
13926 2005-03-29 [paul]       1.9.6cvs10
13927
13928         * AUTHORS
13929         * ChangeLog.claws
13930         * src/compose.c
13931         * src/gtk/gtkaspell.c
13932                 sync with HEAD (don't pass NULL pointers) 
13933
13934 2005-03-24 [paul]
13935
13936         * tools/Makefile.am
13937         * tools/README
13938         * tools/acroread2sylpheed.pl
13939                 sync with HEAD (add script to send pdfs as
13940                 attachments from Adobe Reader 7)
13941
13942 2005-03-21 [paul]       1.9.6cvs9
13943
13944         * configure.ac
13945         * po/POTFILES.in
13946         * src/Makefile.am
13947         * src/crash.c
13948         * src/image_viewer.c ** ADDED **
13949         * src/image_viewer.h ** ADDED **
13950         * src/main.c
13951         * src/prefs_common.c
13952         * src/prefs_common.h
13953         * src/prefs_image_viewer.c ** ADDED **
13954         * src/prefs_image_viewer.h ** ADDED **
13955         * src/textview.c
13956         * src/gtk/about.c
13957         * src/pixmaps/sylpheed_logo.xpm
13958         * src/plugins/Makefile.am
13959         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13960         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13961         * src/plugins/image_viewer/plugin.c ** REMOVED **
13962         * src/plugins/image_viewer/viewer.c ** REMOVED **
13963         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13964         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13965         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13966         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13967         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13968                 as gdk-pixbuf is now built-in
13969                 remove image_viewer plugin and put code back into
13970                 main codebase
13971                 implement inline image display (sync with main)
13972
13973                 replace logo with newer, nicer, larger version  
13974
13975 2005-03-21 [paul]       1.9.6cvs8
13976
13977         * src/gtk/about.c
13978                 cosmetic improvement
13979
13980 2005-03-21 [holger]     1.9.6cvs7
13981
13982         * src/plugins/spamassassin/spamassassin.c
13983                 Sync with HEAD
13984                 (unregister hook on failed plugin init)
13985
13986 2005-03-20 [colin]      1.9.6cvs6
13987
13988         * src/common/plugin.c
13989                 Check that plugin isn't already loaded
13990                 Patch by Alfons
13991
13992 2005-03-20 [thorsten]   1.9.6cvs5
13993
13994         * src/compose.c
13995                 use a more compatible syntax
13996
13997 2005-03-20 [thorsten]   1.9.6cvs4
13998
13999         * src/prefs_toolbar.c
14000                 fix crash when selecting toolbar item (uninitialized pointer)
14001
14002 2005-03-20 [thorsten]   1.9.6cvs3
14003
14004         * src/procmime.c
14005                 fix mimetype detection (referenced free()d string)
14006
14007 2005-03-20 [paul]       1.9.6cvs2
14008
14009         * src/compose.c
14010                 sync with HEAD (1.0.3cvs5)
14011                 neglect Reply-To header if empty
14012                 Patch by Alfons 
14013
14014 2005-03-19 [holger]     1.9.6cvs1
14015
14016         * src/summaryview.c
14017         * src/summaryview.h
14018                 Sync with HEAD
14019
14020 2005-03-18 [paul]       1.9.6
14021
14022         initial GTK2 release
14023
14024 2005-03-18 [paul]       1.0.3cvs3.1
14025
14026         * AUTHORS
14027         * ChangeLog.claws
14028         * configure.ac
14029         * src/gtk/about.c
14030         * src/pixmaps/sylpheed_logo.xpm
14031                 sync with HEAD
14032
14033 2005-03-18 [colin]      1.0.3cvs2.6
14034
14035         * src/summaryview.c
14036                 Remove call to summary_step in summary_copy_selected_to
14037                 Can't see its purpose, and this causes bug when copying
14038                 a message if the next one is unread: it reads it.
14039
14040 2005-03-18 [paul]       1.0.3cvs2.5
14041
14042         * src/foldersel.c
14043                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14044
14045 2005-03-18 [paul]       1.0.3cvs2.4
14046
14047         * src/addrharvest.c
14048         * src/codeconv.c
14049         * src/codeconv.h
14050         * src/compose.c
14051         * src/news.c
14052         * src/procheader.c
14053         * src/procmime.c
14054         * src/unmime.c
14055         * src/unmime.h
14056                 fix buffer overflow, CAN-2005-0667, see
14057                 http://secunia.com/advisories/14491/
14058                 Patch by Alfons
14059
14060 2005-03-17 [colin]      1.0.3cvs2.3
14061
14062         * src/prefs_fonts.c
14063         * src/summaryview.c
14064                 Fix font bugs (both lists now officialy share 
14065                 the same font)
14066                 
14067
14068 2005-03-17 [paul]       1.0.3cvs2.2
14069
14070         * src/gtk/pluginwindow.c
14071                 make plugin descriptions uneditable
14072
14073 2005-03-11 [paul]       1.0.3cvs2.1
14074
14075         * ChangeLog.claws
14076         * configure.ac
14077         * po/POTFILES.in
14078         * src/plugins/trayicon/trayicon.c
14079                 sync with HEAD
14080                 add src/wizard.c to POTFILES.in
14081
14082 2005-03-11 [paul]       1.0.3cvs1.1
14083
14084         * ChangeLog
14085         * ChangeLog.claws
14086         * configure.ac
14087         * po/de.po
14088         * po/es.po
14089         * po/fr.po
14090         * po/it.po
14091         * po/pt_BR.po
14092         * po/ru.po
14093         * po/sk.po
14094         * po/sr.po
14095         * po/zh_CN.po
14096                 sync with HEAD
14097
14098 2005-03-04 [colin]      1.0.1cvs22.2
14099
14100         * src/compose.c
14101                 Fix signatures with accentued chars in it
14102
14103 2005-03-04 [colin]      1.0.1cvs22.1
14104
14105         * src/common/smtp.c
14106         * src/common/smtp.h
14107                 Don't use SIZE param in MAIL FROM: if server 
14108                 doesn't support it. Patch by Eugen Freiter
14109                 <eugen_f@users.sf.net>
14110
14111 2005-02-27 [paul]       1.0.1cvs20.1
14112
14113         * ChangeLog.claws
14114         * configure.ac
14115         * src/messageview.c
14116                 sync with HEAD
14117
14118 2005-02-27 [colin]      1.0.1cvs19.4
14119
14120         * src/procheader.c
14121         * src/procheader.h
14122                 Fix prototypes. Patch by Alfons
14123
14124 2005-02-27 [colin]      1.0.1cvs19.3
14125
14126         * src/compose.c
14127                 Don't auto-join the signature separator.
14128
14129 2005-02-26 [colin]      1.0.1cvs19.2
14130
14131         * src/summaryview.c
14132                 Fix 'mark all read' with collapsed threads.
14133                 Patch by Alfons.
14134
14135 2005-02-25 [paul]       1.0.1cvs19.1
14136
14137         * ChangeLog.claws
14138         * configure.ac
14139         * src/prefs_account.c
14140         * src/prefs_folder_item.c
14141         * src/gtk/prefswindow.c
14142         * src/gtk/prefswindow.h
14143                 sync with HEAD
14144
14145 2005-02-25 [paul]       1.0.1cvs15.12
14146
14147         * src/alertpanel.c
14148         * src/codeconv.c
14149         * src/compose.c
14150         * src/textview.c
14151         * src/gtk/gtkutils.c
14152         * src/gtk/gtkutils.h
14153         * src/gtk/logwindow.c
14154         * src/gtk/progressdialog.c
14155                 sync with main (revision 127)
14156                 and fix logwindow clipping
14157
14158 2005-02-24 [colin]      1.0.1cvs15.11
14159
14160         * src/plugins/pgpmime/passphrase.c
14161                 Disable input grabbing; it doesn't work yet.
14162
14163 2005-02-24 [colin]      1.0.1cvs15.10
14164
14165         * src/messageview.c
14166                 Don't send out receipts if offline. Ask.
14167
14168 2005-02-23 [colin]      1.0.1cvs15.9
14169
14170         * src/summaryview.c     
14171                 Fix expanding
14172
14173 2005-02-23 [colin]      1.0.1cvs15.8
14174
14175         * src/summaryview.c
14176                 Really fix Bug 568 by removing useless
14177                 calls. summary_thread_init() now called
14178                 in summary_sort(). This should please
14179                 Alfons as it should be faster than 
14180                 previously.
14181
14182 2005-02-23 [colin]      1.0.1cvs15.7
14183
14184         * src/compose.c
14185                 Encode parts as QP or B64 if signing
14186
14187 2005-02-23 [colin]      1.0.1cvs15.6
14188
14189         * src/compose.c
14190                 Fix Mimeinfo leakage (including tmp files)
14191         * src/procmsg.c
14192                 Fix tmp file leakage (spotted by Ivan Rayner)
14193
14194 2005-02-22 [colin]      1.0.1cvs15.5
14195
14196         * src/expldifdlg.c
14197                 Fix keyboard input. Patch by Alfons.
14198
14199 2005-02-21 [colin]      1.0.1cvs15.4
14200
14201         * src/compose.c
14202                 Fix Sign/Encrypt when unselecting privacy
14203                 system
14204         * src/prefs_common.c
14205                 Change default message font to Monospace
14206         * src/summaryview.c
14207                 More freezing during potentially large operations
14208
14209 2005-02-21 [paul]       1.0.1cvs15.3
14210
14211         * src/main.c
14212                 fix --help output
14213
14214 2005-02-21 [paul]       1.0.1cvs15.2
14215
14216         * po/Makefile.in.in
14217         * src/compose.c
14218         * src/summaryview.c
14219         * src/textview.c
14220         * src/common/utils.c
14221         * src/common/utils.h
14222                 sync with main (revision 117)
14223
14224 2005-02-20 [colin]      1.0.1cvs15.1
14225
14226         * src/common/defs.h
14227                 Change cache file to .sylpheed_claws_cache, as
14228                 suggested by Alfons. Allows people to switch
14229                 between Sylpheed and Sylpheed-Claws. it is
14230                 a good idea to "Check for new messages" at next
14231                 startup.
14232
14233
14234 2005-02-18 [colin]      1.0.1cvs14.1
14235
14236         * src/quote_fmt_lex.l
14237         * src/quote_fmt_parse.y
14238                 Fix parser initialisation. Patch by Ivan.
14239
14240 2005-02-18 [colin]      1.0.1cvs11.6
14241
14242         * src/folderview.c
14243                 Fix scrolldown (bug 662)
14244
14245 2005-02-17 [colin]      1.0.1cvs11.5
14246
14247         * src/codeconv.c
14248                 conv_filename_to_utf8: return clean 7bit instead
14249                 of broken utf8 if needed
14250         * src/mimeview.c
14251                 Fix display of parts with unclean 8bit names
14252
14253 2005-02-17 [paul]       1.0.1cvs11.4
14254
14255         * src/compose.c
14256         * src/exportldif.c
14257         * src/matcher_parser_parse.y
14258         * src/procmime.c
14259         * src/sourcewindow.c
14260         * src/common/Makefile.am
14261         * src/common/intl.h             ** REMOVED **
14262         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14263                 sync with main (revision 109)
14264                 and clean up
14265
14266 2005-02-16 [colin]      1.0.1cvs11.3
14267
14268         * src/summaryview.c
14269                 Fix collapsed thread not highlighting when new
14270                 messages in it (Bug 568) Patch by Stephan Sachse.
14271                 Fix messed up selection when reaching bounds (Bug 632)
14272         * src/prefs_themes.c
14273                 Fix theme installing (Bug 684)
14274
14275 2005-02-16 [colin]      1.0.1cvs11.2
14276
14277         * src/messageview.c
14278                 Fix messageview_select_all
14279
14280 2005-02-16 [colin]      1.0.1cvs11.1
14281
14282         * src/mh.c
14283                 Sync with HEAD (MH scan required function)
14284
14285 2005-02-15 [colin]      1.0.1cvs8.1
14286
14287         * src/mimeview.c
14288         * src/common/utils.c
14289                 Sync with HEAD (filename chars substitution)
14290
14291 2005-02-15 [colin]      1.0.1cvs7.3
14292
14293         * src/gtk/pluginwindow.c
14294                 Fix button spacing
14295
14296 2005-02-15 [colin]      1.0.1cvs7.2
14297
14298         * src/mimeview.c
14299                 Fix mime icons not reset across message when
14300                 scrolled down
14301
14302 2005-02-15 [colin]      1.0.1cvs7.1
14303
14304         * src/compose.c
14305         * src/procmime.c
14306                 Sync with HEAD (optimisation of cvs6)
14307
14308 2005-02-14 [colin]      1.0.1cvs6.1
14309
14310         * src/compose.c
14311         * src/procmime.c
14312                 Sync with HEAD (encode "From " at line beginning)
14313
14314 2005-02-14 [colin]      1.0.1cvs5.3
14315
14316         * src/compose.c
14317                 Fix wrapping with accentued chars.
14318
14319 2005-02-13 [colin]      1.0.1cvs5.2
14320
14321         * src/textview.c
14322                 Fix email informative part parsing with
14323                 accentued chars in it. ispunct() returns
14324                 true for them in utf8...
14325
14326 2005-02-12 [colin]      1.0.1cvs5.1
14327
14328         * src/filtering.c
14329                 Sync with HEAD (remove wrong use of compose after send)
14330
14331 2005-02-12 [paul]       1.0.1cvs4.5
14332
14333         * src/textview.c
14334                 remove unnecessary code (thanks to Alfons)
14335
14336 2005-02-12 [paul]       1.0.1cvs4.4
14337
14338         * src/textview.c
14339                 add 'Copy' to contextual menu on emails
14340
14341 2005-02-11 [colin]      1.0.1cvs4.3
14342
14343         * src/compose.c
14344                 revert 1.0.0cvs28.2, it doesn't work that well.
14345
14346 2005-02-11 [paul]       1.0.1cvs4.2
14347
14348         * po/Makefile.in.in
14349                 fix 'make release'
14350
14351 2005-02-10 [paul]       1.0.1cvs4.1
14352
14353         * ChangeLog
14354         * ChangeLog.claws
14355         * ChangeLog.jp
14356         * configure.ac
14357         * src/compose.c
14358                 sync with HEAD (sync with main)
14359
14360 2005-02-10 [paul]       1.0.1cvs3.2
14361
14362         * AUTHORS
14363         * Makefile.am
14364         * autogen.sh
14365         * configure.ac
14366         * config/mkinstalldirs
14367         * intl/.cvsignore
14368         * intl/ChangeLog
14369         * intl/VERSION
14370         * intl/bindtextdom.c
14371         * intl/config.charset
14372         * intl/dcgettext.c
14373         * intl/dcigettext.c
14374         * intl/dcngettext.c
14375         * intl/dgettext.c
14376         * intl/dngettext.c
14377         * intl/eval-plural.h
14378         * intl/explodename.c
14379         * intl/finddomain.c
14380         * intl/gettext.c
14381         * intl/gettextP.h
14382         * intl/gmo.h
14383         * intl/hash-string.h
14384         * intl/intl-compat.c
14385         * intl/l10nflist.c
14386         * intl/libgnuintl.h.in
14387         * intl/loadinfo.h
14388         * intl/loadmsgcat.c
14389         * intl/localcharset.c
14390         * intl/localcharset.h
14391         * intl/locale.alias
14392         * intl/localealias.c
14393         * intl/localename.c
14394         * intl/log.c
14395         * intl/ngettext.c
14396         * intl/os2compat.c
14397         * intl/os2compat.h
14398         * intl/osdep.c
14399         * intl/plural-exp.c
14400         * intl/plural-exp.h
14401         * intl/plural.c
14402         * intl/plural.y
14403         * intl/ref-add.sin
14404         * intl/ref-del.sin
14405         * intl/relocatable.c
14406         * intl/relocatable.h
14407         * intl/textdomain.c
14408         * m4/Makefile.am
14409         * po/Makefile.in.in
14410         * src/Makefile.am
14411         * src/account.c
14412         * src/action.c
14413         * src/addr_compl.c
14414         * src/addressadd.c
14415         * src/addressbook.c
14416         * src/addrgather.c
14417         * src/addrindex.c
14418         * src/alertpanel.c
14419         * src/browseldap.c
14420         * src/codeconv.c
14421         * src/codeconv.h
14422         * src/compose.c
14423         * src/compose.h
14424         * src/crash.c
14425         * src/editaddress.c
14426         * src/editbook.c
14427         * src/editgroup.c
14428         * src/editjpilot.c
14429         * src/editldap.c
14430         * src/editldap_basedn.c
14431         * src/editvcard.c
14432         * src/exphtmldlg.c
14433         * src/expldifdlg.c
14434         * src/export.c
14435         * src/exporthtml.c
14436         * src/filtering.c
14437         * src/folder.c
14438         * src/folder_item_prefs.c
14439         * src/foldersel.c
14440         * src/folderview.c
14441         * src/grouplistdialog.c
14442         * src/headerview.c
14443         * src/imap.c
14444         * src/imap_gtk.c
14445         * src/import.c
14446         * src/importldif.c
14447         * src/importmutt.c
14448         * src/importpine.c
14449         * src/inc.c
14450         * src/ldif.c
14451         * src/main.c
14452         * src/mainwindow.c
14453         * src/matcher.c
14454         * src/mbox.c
14455         * src/message_search.c
14456         * src/messageview.c
14457         * src/mh.c
14458         * src/mh_gtk.c
14459         * src/mimeview.c
14460         * src/msgcache.c
14461         * src/news.c
14462         * src/news_gtk.c
14463         * src/noticeview.c
14464         * src/partial_download.c
14465         * src/pop.c
14466         * src/prefs_account.c
14467         * src/prefs_actions.c
14468         * src/prefs_common.c
14469         * src/prefs_customheader.c
14470         * src/prefs_display_header.c
14471         * src/prefs_ext_prog.c
14472         * src/prefs_filtering.c
14473         * src/prefs_filtering_action.c
14474         * src/prefs_folder_item.c
14475         * src/prefs_fonts.c
14476         * src/prefs_gtk.c
14477         * src/prefs_matcher.c
14478         * src/prefs_msg_colors.c
14479         * src/prefs_spelling.c
14480         * src/prefs_summary_column.c
14481         * src/prefs_template.c
14482         * src/prefs_themes.c
14483         * src/prefs_toolbar.c
14484         * src/prefs_wrapping.c
14485         * src/privacy.c
14486         * src/procheader.c
14487         * src/procmime.c
14488         * src/procmsg.c
14489         * src/quote_fmt.c
14490         * src/recv.c
14491         * src/send_message.c
14492         * src/setup.c
14493         * src/sourcewindow.c
14494         * src/ssl_manager.c
14495         * src/statusbar.c
14496         * src/summary_search.c
14497         * src/summaryview.c
14498         * src/textview.c
14499         * src/toolbar.c
14500         * src/wizard.c
14501         * src/common/nntp.c
14502         * src/common/plugin.c
14503         * src/common/smtp.c
14504         * src/common/ssl.c
14505         * src/common/ssl_certificate.c
14506         * src/common/string_match.c
14507         * src/common/sylpheed.c
14508         * src/common/template.c
14509         * src/common/utils.c
14510         * src/gtk/about.c
14511         * src/gtk/colorlabel.c
14512         * src/gtk/description_window.c
14513         * src/gtk/filesel.c
14514         * src/gtk/foldersort.c
14515         * src/gtk/gtkaspell.c
14516         * src/gtk/gtkutils.c
14517         * src/gtk/inputdialog.c
14518         * src/gtk/logwindow.c
14519         * src/gtk/menu.c
14520         * src/gtk/pluginwindow.c
14521         * src/gtk/prefswindow.c
14522         * src/gtk/progressdialog.c
14523         * src/gtk/quicksearch.c
14524         * src/gtk/sslcertwindow.c
14525         * src/plugins/clamav/clamav_plugin.c
14526         * src/plugins/clamav/clamav_plugin_gtk.c
14527         * src/plugins/demo/demo.c
14528         * src/plugins/dillo_viewer/dillo_prefs.c
14529         * src/plugins/dillo_viewer/dillo_viewer.c
14530         * src/plugins/image_viewer/plugin.c
14531         * src/plugins/image_viewer/viewer.c
14532         * src/plugins/image_viewer/viewerprefs.c
14533         * src/plugins/mathml_viewer/mathml_viewer.c
14534         * src/plugins/pgpmime/passphrase.c
14535         * src/plugins/pgpmime/plugin.c
14536         * src/plugins/pgpmime/prefs_gpg.c
14537         * src/plugins/pgpmime/select-keys.c
14538         * src/plugins/pgpmime/sgpgme.c
14539         * src/plugins/spamassassin/spamassassin.c
14540         * src/plugins/spamassassin/spamassassin_gtk.c
14541         * src/plugins/trayicon/trayicon.c
14542                 sync with main (revision 104)
14543
14544 2005-02-10 [colin]      1.0.1cvs3.1
14545
14546         * src/mainwindow.c
14547                 Sync with HEAD (fix occasional crasher)
14548
14549 2005-02-10 [colin]      1.0.1cvs2.1
14550
14551         * src/messageview.c
14552                 Synw with HEAD (don't automatically display html)
14553
14554 2005-02-09 [colin]      1.0.1cvs1.3
14555
14556         * src/textview.c
14557         * src/textview.h
14558                 Add contextual menu on emails
14559
14560 2005-02-09 [colin]      1.0.1cvs1.2
14561
14562         * src/codeconv.c
14563                 Fix converting from broken headers and 
14564                 put back the _ in missing places
14565                 (feature broke with cvs24.2 sync, main 
14566                  possibly affected?)
14567
14568 2005-02-09 [colin]      1.0.1cvs1.1
14569
14570         * src/messageview.c
14571         * src/mimeview.c
14572         * src/mimeview.h
14573                 Sync with HEAD (display non text/plain mails with plugin)
14574
14575 2005-02-08 [colin]      1.0.1.1
14576
14577         * ChangeLog.claws
14578         * po/pt_BR.po
14579                 Sync with HEAD
14580         * configure.ac
14581                 Make default configuration directory 
14582                 be .sylpheed-gtk2
14583
14584 2005-02-08 [colin]      1.0.0cvs29.1
14585
14586         * po/de.po
14587         * po/es.po
14588         * po/fr.po
14589         * po/it.po
14590         * po/sk.po
14591         * po/sr.po
14592                 Sync translations with HEAD
14593
14594 2005-02-06 [colin]      1.0.0cvs28.3
14595
14596         * src/compose.c
14597                 Make compose a bit faster - patch by Alfons.
14598
14599 2005-02-06 [colin]      1.0.0cvs28.2
14600
14601         * src/compose.c
14602                 Make pasting via middle-click more reliable
14603
14604 2005-02-05 [paul]       1.0.0cvs28.1
14605
14606         * ChangeLog
14607         * ChangeLog.claws
14608         * ChangeLog.jp
14609         * configure.ac
14610         * src/compose.c
14611                 sync with HEAD
14612                 (fix bug 682 'redirect is broken'
14613
14614 2005-02-05 [torte]      1.0.0cvs27.1
14615
14616         * ChangeLog.claws
14617         * configure.ac
14618         * src/partial_download.c
14619                 Sync with HEAD (fix buf overflow)
14620
14621 2005-02-03 [colin]      1.0.0cvs26.1
14622
14623         * src/common/plugin.c
14624                 Sync with HEAD (avoid plugin mismatches)
14625
14626 2005-02-03 [paul]       1.0.0cvs25.3
14627
14628         * src/folderview.c
14629         * src/headerview.c
14630         * src/summaryview.c
14631         * src/textview.c
14632         * src/gtk/colorlabel.c
14633                 third and final part of initial sync with main-gtk2
14634
14635 2005-02-03 [paul]       1.0.0cvs25.2
14636
14637         * src/jpilot.c
14638                 fix building with jpilot support
14639
14640 2005-02-02 [colin]      1.0.0cvs25.1
14641
14642         * src/messageview.c
14643                 Sync with HEAD (fix dangerous typo)
14644
14645 2005-02-01 [colin]      1.0.0cvs24.3
14646
14647         * src/common/xml.c
14648                 Write file as advertised (UTF-8)
14649
14650 2005-02-01 [paul]       1.0.0cvs24.2
14651
14652         * src/addrbook.c
14653         * src/addrindex.c
14654         * src/alertpanel.h
14655         * src/codeconv.c
14656         * src/codeconv.h
14657         * src/compose.c
14658         * src/export.c
14659         * src/folder_item_prefs.c
14660         * src/html.c
14661         * src/imap.c
14662         * src/import.c
14663         * src/jpilot.c
14664         * src/mainwindow.c
14665         * src/matcher_parser_lex.l
14666         * src/messageview.c
14667         * src/mh.c
14668         * src/prefs_account.c
14669         * src/prefs_actions.c
14670         * src/prefs_common.c
14671         * src/prefs_gtk.c
14672         * src/prefs_gtk.h
14673         * src/prefs_themes.c
14674         * src/procheader.c
14675         * src/procmime.c
14676         * src/sourcewindow.c
14677         * src/statusbar.c
14678         * src/summaryview.c
14679         * src/textview.c
14680         * src/toolbar.c
14681         * src/unmime.c
14682         * src/common/template.c
14683         * src/common/utils.c
14684         * src/common/xml.c
14685         * src/common/xml.h
14686         * src/gtk/gtkaspell.c
14687         * src/plugins/clamav/clamav_plugin.c
14688         * src/plugins/dillo_viewer/dillo_prefs.c
14689         * src/plugins/image_viewer/viewerprefs.c
14690         * src/plugins/pgpmime/passphrase.c
14691         * src/plugins/pgpmime/prefs_gpg.c
14692         * src/plugins/pgpmime/select-keys.c
14693         * src/plugins/spamassassin/spamassassin.c
14694                 second part of initial sync with main-gtk2
14695                 (more to follow)
14696
14697 2005-01-31 [colin]      1.0.0cvs24.1
14698
14699         * src/compose.c
14700                 Sync with HEAD
14701
14702 2005-01-29 [paul]       1.0.0cvs23.2
14703
14704         * src/account.c
14705         * src/action.c
14706         * src/addressadd.c
14707         * src/addressbook.c
14708         * src/alertpanel.c
14709         * src/compose.c
14710         * src/editaddress.c
14711         * src/editbook.c
14712         * src/editgroup.c
14713         * src/editjpilot.c
14714         * src/editldap.c
14715         * src/editldap_basedn.c
14716         * src/editvcard.c
14717         * src/export.c
14718         * src/foldersel.c
14719         * src/grouplistdialog.c
14720         * src/import.c
14721         * src/importldif.c
14722         * src/inc.c
14723         * src/main.c
14724         * src/mainwindow.c
14725         * src/message_search.c
14726         * src/messageview.c
14727         * src/mimeview.c
14728         * src/prefs_actions.c
14729         * src/prefs_common.c
14730         * src/prefs_common.h
14731         * src/prefs_customheader.c
14732         * src/prefs_display_header.c
14733         * src/prefs_filtering.c
14734         * src/prefs_filtering_action.c
14735         * src/prefs_gtk.c
14736         * src/prefs_matcher.c
14737         * src/prefs_summary_column.c
14738         * src/prefs_template.c
14739         * src/sourcewindow.c
14740         * src/summary_search.c
14741         * src/summaryview.c
14742         * src/textview.c
14743         * src/gtk/about.c
14744         * src/gtk/description_window.c
14745         * src/gtk/gtkshruler.c
14746         * src/gtk/gtkutils.c
14747         * src/gtk/gtkutils.h
14748         * src/gtk/inputdialog.c
14749         * src/gtk/logwindow.c
14750         * src/gtk/prefswindow.c
14751         * src/gtk/progressdialog.c
14752         * src/gtk/progressdialog.h
14753                 first part of initial sync with main-gtk2
14754                 (more to follow)
14755
14756 2005-01-28 [colin]      1.0.0cvs23.1
14757
14758         * src/folderview.c
14759                 Sync with HEAD
14760
14761 2005-01-27 [colin]      1.0.0cvs21.1
14762
14763         * src/folder.c
14764         * src/folderview.c
14765                 Sync with HEAD
14766
14767 2005-01-27 [colin]      1.0.0cvs19.1
14768
14769         * src/procmime.c
14770                 Sync with HEAD
14771
14772 2005-01-27 [colin]      1.0.0cvs18.1
14773
14774         * src/messageview.c
14775         * src/summaryview.c
14776         * src/mainwindow.c
14777         * src/compose.c
14778         * src/compose.h
14779         * src/procmsg.c
14780         * src/procmsg.h
14781         * src/toolbar.c
14782                 Sync with HEAD
14783
14784 2005-01-26 [paul]       1.0.0cvs15.2
14785
14786         * src/compose.c
14787                 compose_entries_set(): convert subject and body to
14788                 utf8 if necessary. patch by Felix Eckhofer
14789
14790 2005-01-26 [paul]       1.0.0cvs15.1
14791
14792         * configure.ac
14793         * src/common/template.c
14794                 sync with HEAD (fix memory leak)
14795
14796 2005-01-25 [paul]       1.0.0cvs14.1
14797
14798         * configure.ac
14799         * src/compose.c
14800                 sync with HEAD
14801
14802 2005-01-24 [colin]      1.0.0cvs13.1
14803
14804         * src/summaryview.c
14805                 Sync with HEAD
14806
14807 2005-01-24 [paul]       1.0.0cvs12.1
14808
14809         * configure.ac
14810         * src/messageview.c
14811         * src/mh.c
14812         * src/common/utils.c
14813                 sync with HEAD
14814
14815 2005-01-24 [colin]      1.0.0cvs11.1
14816
14817         * src/procheader.c
14818                 Sync with HEAD
14819
14820 2005-01-24 [colin]      1.0.0cvs10.1
14821
14822         * src/folderview.c
14823                 Sync with HEAD
14824
14825 2005-01-23 [colin]      1.0.0cvs9.1
14826
14827         * src/crash.c
14828                 Sync with HEAD
14829
14830 2005-01-22 [colin]      1.0.0cvs8.1
14831
14832         * src/summaryview.c
14833         * src/gtk/quicksearch.c
14834                 Sync with HEAD
14835
14836 2005-01-21 [colin]      1.0.0cvs7.1
14837
14838         * src/summaryview.c
14839                 Sync with HEAD
14840
14841 2005-01-21 [colin]      1.0.0cvs6.1
14842
14843         * src/summaryview.c
14844                 Sync with HEAD
14845
14846 2005-01-21 [colin]      1.0.0cvs5.1
14847
14848         * src/gtk/quicksearch.c
14849         * src/prefs_common.c
14850         * src/prefs_common.h
14851                 Sync with HEAD (recurse option)
14852
14853 2005-01-21 [colin]      1.0.0cvs4.1
14854
14855         * src/folder.h
14856         * src/folderview.c
14857         * src/folderview.h
14858         * src/summaryview.c
14859         * src/gtk/quicksearch.c
14860         * src/gtk/quicksearch.h
14861                 Sync with HEAD (recursive quicksearch)
14862
14863 2005-01-20 [colin]      1.0.0cvs3.4
14864
14865         * src/ssl_manager.c
14866                 Remove useless code
14867
14868 2005-01-20 [colin]      1.0.0cvs3.3
14869
14870         * src/ssl_manager.c
14871                 Fix leak, thanks to Alfons.
14872
14873 2005-01-20 [colin]      1.0.0cvs3.2
14874
14875         * src/ssl_manager.c
14876                 Port SSL certificate window to GTK2.
14877
14878 2005-01-20 [paul]       1.0.0cvs3.1
14879
14880         * ChangeLog.claws
14881         * configure.ac
14882         * src/addrindex.c
14883         * src/addrindex.h
14884                 sync with HEAD
14885
14886 2005-01-19 [colin]      1.0.0cvs2.2
14887
14888         * src/plugins/trayicon/trayicon.c
14889                 Fix freeze with gtk-2.6, the easy way
14890                 (signal blocking helpless there...)
14891                 Closes bug #668.
14892
14893 2005-01-19 [colin]      1.0.0cvs2.1
14894
14895         * src/mbox.c
14896         * src/mbox.h
14897         * src/mainwindow.c
14898         * src/summaryview.c
14899         * src/summaryview.h
14900                 Sync with HEAD
14901
14902 2005-01-19 [paul]       1.0.0cvs1.1
14903
14904         * configure.ac
14905         * po/de.po
14906         * po/es.po
14907         * po/fr.po
14908         * po/hr.po
14909         * po/it.po
14910         * po/ja.po
14911         * po/ko.po
14912         * po/pt_BR.po
14913         * po/ru.po
14914         * po/sk.po
14915         * po/sr.po
14916                 sync with HEAD (update translations)
14917
14918 2005-01-18 [colin]      1.0.0cvs0.1
14919
14920         * src/foldersel.c
14921                 Specify search column - patch by Alfons
14922
14923 2005-01-18 [colin]      0.9.13cvs36.3
14924
14925         * src/prefs_toolbar.c
14926                 Change Delete to Remove
14927         * src/prefs_fonts.c
14928                 GTK2 version and leak fixes
14929         * src/prefs_actions.c
14930                 Add stock buttons.
14931                 All patches by Alfons
14932
14933 2005-01-17 [colin]      0.9.13cvs36.2
14934
14935         * src/compose.c
14936                 Fix DnD inserting twice. While at it,
14937                 add DnD support for text/plain in the
14938                 body, and add support in the headers.
14939
14940 2005-01-16 [colin]      0.9.13cvs36.1
14941
14942         * ChangeLog
14943         * ChangeLog.jp
14944         * ChangeLog.claws
14945                 Sync with HEAD (nothing applicable)
14946
14947 2005-01-16 [colin]      0.9.13cvs33.2
14948
14949         * src/prefs_toolbar.c
14950                 GTK2ize prefs_toolbar, by Alfons.
14951
14952 2005-01-14 [colin]      0.9.13cvs33.1
14953
14954         * src/html.c
14955         * src/msgcache.c
14956                 Sync with HEAD
14957
14958 2005-01-14 [colin]      0.9.13cvs32.1
14959
14960         * src/html.c
14961         * src/html.h
14962         * src/msgcache.c
14963         * AUTHORS
14964         * tools/calypso_convert.pl
14965                 Sync with HEAD
14966
14967 2005-01-08 [colin]      0.9.13cvs29.2
14968
14969         * src/prefs_filtering_action.c
14970         * src/prefs_filtering.c
14971                 2 more gtk2 patches by Alfons
14972
14973 2005-01-07 [paul]       0.9.13cvs29.1
14974
14975         * ChangeLog
14976         * ChangeLog.claws
14977         * ChangeLog.jp
14978         * configure.ac
14979         * src/pop.c
14980         * src/pop.h
14981                 sync with HEAD
14982
14983 2005-01-07 [colin]      0.9.13cvs28.3
14984
14985         * src/gtk/progressdialog.c
14986         * src/gtk/progressdialog.h
14987         * src/inc.c
14988         * src/send_message.c
14989                 GTK2 for the incorporation dialog. The CList isn't dead
14990                 yet, for a more smooth migration. Patch by Alfons.
14991
14992 2005-01-06 [colin]      0.9.13cvs28.2
14993
14994         * src/prefs_display_header.c
14995                 GTK2 conversion by Alfons
14996         * src/prefs_actions.c
14997         * src/prefs_matcher.c
14998                 Fix 2 leaks - patch by Alfons
14999
15000 2005-01-06 [colin]      0.9.13cvs28.1
15001
15002         * src/prefs_matcher.c
15003                 Sync with HEAD
15004
15005 2005-01-06 [colin]      0.9.13cvs27.4
15006
15007         * src/prefs_matcher.c
15008                 Fix double-free. Patch by Alfons
15009
15010 2005-01-06 [colin]      0.9.13cvs27.3
15011
15012         * src/prefs_matcher.c
15013                 GTK2 widgets + memleak
15014                 Patch by Alfons
15015
15016 2005-01-05 [colin]      0.9.13cvs27.2
15017
15018         * src/account.c
15019         * src/addr_compl.c
15020         * src/foldersel.c
15021         * src/stock_pixmap.c
15022         * src/stock_pixmap.h
15023                 3 more GTK2 patches by Alfons.
15024
15025 2005-01-04 [colin]      0.9.13cvs27.1
15026
15027         * src/folderview.c
15028         * src/imap_gtk.c
15029         * src/news_gtk.c
15030                 Sync with HEAD
15031
15032 2005-01-04 [colin]      0.9.13cvs25.9
15033
15034         * src/compose.c
15035                 Fix Show Ruler menuitem
15036         * src/prefs_template.c
15037                 Convert to GTK2
15038         * src/common/utils.c
15039                 Make auto pointer stuff handles NULLs
15040                 Patches by Alfons.
15041
15042 2005-01-04 [colin]      0.9.13cvs25.8
15043
15044         * src/compose.c
15045                 Move the attachment list to gtk2
15046                 Patch by Alfons.
15047
15048 2005-01-04 [colin]      0.9.13cvs25.7
15049
15050         * src/textview.c
15051                 Make some keys work again
15052                 Patch by SungHyun Nam <namsh@kldp.org>
15053
15054 2005-01-04 [colin]      0.9.13cvs25.6
15055
15056         * src/gtk/gtkshruler.c
15057                 Move the ruler to GTK2
15058                 Patch by Alfons
15059
15060 2005-01-03 [colin]      0.9.13cvs25.5
15061
15062         * src/compose.c
15063                 Fix my broken patch apply 
15064
15065 2005-01-03 [colin]      0.9.13cvs25.4
15066
15067         * src/common/utils.c
15068         * src/common/utils.h
15069         * src/gtk/prefswindow.c
15070                 Move auto pointer stuff to utils.c
15071                 Patch by Alfons again :)
15072
15073 2005-01-03 [colin]      0.9.13cvs25.3
15074
15075         * src/compose.c
15076         * src/prefs_gtk.c
15077         * src/prefs_template.c
15078         * src/textview.c
15079                 Empty text widgets with empty strings, not NULL char
15080                 Patch by SungHyun Nam <namsh@kldp_org>
15081
15082 2005-01-03 [colin]      0.9.13cvs25.2
15083
15084         * src/main.c
15085         * AUTHORS
15086                 Sync with HEAD
15087
15088 2005-01-03 [colin]      0.9.13cvs25.1
15089
15090         * src/pop.c
15091         * src/pop.h
15092                 Sync with HEAD
15093
15094 2005-01-03 [colin]      0.9.13cvs24.3
15095
15096         * src/account.c
15097                 Two patches from Alfons and Alex S Moore:
15098                 fix images, fix return value.
15099
15100 2005-01-01 [colin]      0.9.13cvs24.2
15101
15102         * src/prefs_actions.c
15103                 Fix over-zealous assertion. Patch by Alfons
15104
15105 2005-01-01 [colin]      0.9.13cvs24.1
15106
15107         * src/procmime.c
15108                 Sync with HEAD (leak fix)
15109
15110 2004-12-31 [colin]      0.9.13cvs23.2
15111
15112         * src/prefs_common.c
15113                 GTK2 widgets + stock buttons - patch by Alfons
15114
15115 2004-12-31 [paul]       0.9.13cvs23.1
15116
15117         * configure.ac
15118                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15119         * src/gtk/pluginwindow.c
15120                 use GTK2 widgets and plug memory leaks,
15121                 patches by Alfons
15122
15123 2004-12-30 [colin]      0.9.13cvs22.4
15124
15125         * src/account.c
15126         * src/action.c
15127         * src/export.c
15128         * src/foldersel.c
15129         * src/import.c
15130         * src/message_search.c
15131         * src/prefs_actions.c
15132         * src/prefs_common.c
15133         * src/prefs_customheader.c
15134         * src/prefs_filtering.c
15135         * src/prefs_summary_column.c
15136         * src/summary_search.c
15137         * src/gtk/about.c
15138         * src/gtk/description_window.c
15139         * src/gtk/gtkutils.c
15140         * src/gtk/gtkutils.h
15141         * src/gtk/inputdialog.c
15142         * src/gtk/prefswindow.c
15143                 Use GTK2 stock buttons. Patches by Alfons.
15144
15145 2004-12-30 [colin]      0.9.13cvs22.3
15146
15147         * src/account.c
15148                 Sync with HEAD
15149         * src/prefs_actions.c
15150         * src/prefs_customheader.c
15151         * src/prefs_filtering.c
15152         * src/prefs_msg_colors.c
15153         * src/prefs_summary_column.c
15154         * src/gtk/prefswindow.c
15155                 Use GtkTreeView instead of deprecated 
15156                 widgets. Patches by Alfons.
15157
15158 2004-12-30 [paul]       0.9.13cvs22.2
15159
15160         * src/foldersel.c
15161                 use GTK 2 Tree View
15162                 patch by Alfons, with root folder sorting fix
15163                 by Stephan Sachse
15164
15165 2004-12-30 [paul]       0.9.13cvs22.1
15166
15167         * ChangeLog
15168         * ChangeLog.claws
15169         * ChangeLog.jp
15170         * NEWS
15171         * configure.ac
15172         * src/account.c
15173                 sync with HEAD
15174
15175 2004-12-22 [martin]     0.9.13cvs21.2
15176
15177         * src/action.c
15178                 free the command line after its use
15179
15180 2004-12-18 [paul]       0.9.13cvs21.1
15181
15182         * AUTHORS
15183         * ChangeLog
15184         * ChangeLog.claws
15185         * ChangeLog.jp
15186         * NEWS
15187         * configure.ac
15188         * src/action.c
15189         * src/compose.c
15190         * src/syldap.c
15191                 sync with HEAD
15192
15193 2004-12-17 [martin]     0.9.13cvs17.2
15194
15195         * src/action.c
15196                 convert actions input to locale
15197         * src/inc.c
15198                 convert notification command to locale
15199         * src/plugins/pgpmime/select-keys.c
15200                 convert attributes to utf8
15201
15202 2004-12-14 [colin]      0.9.13cvs17.1
15203
15204         * ChangeLog
15205         * ChangeLog.jp
15206         * ChangeLog.claws
15207         * src/action.c
15208         * src/common/utils.c
15209         * src/gtk/prefswindow.c
15210         * src/gtk/gtkutils.c
15211         * src/gtk/gtkutils.h
15212         * src/plugins/spamassassin/libspamc.c
15213                 Sync with HEAD
15214
15215 2004-12-13 [colin]      0.9.13cvs14.1
15216
15217         * src/quote_fmt_parse.y
15218                 Sync with HEAD
15219
15220 2004-12-10 [colin]      0.9.13cvs12.1
15221
15222         * src/prefs_themes.c
15223         * src/mainwindow.c
15224         * src/messageview.c
15225                 Sync with HEAD
15226
15227 2004-12-09 [colin]      0.9.13cvs10.1
15228
15229         * src/procmime.c
15230                 Sync with HEAD (fix B64 encoding from memory)
15231
15232 2004-12-08 [colin]      0.9.13cvs9.1
15233
15234         * src/gtk/colorlabel.c
15235                 Sync with HEAD
15236
15237 2004-12-08 [paul]       0.9.13cvs8.2
15238
15239         * src/gtk/pluginwindow.c
15240                 fix window resizing oddities
15241
15242 2004-12-08 [colin]      0.9.13cvs8.1
15243
15244         * src/quote_fmt_parse.y
15245                 Sync with HEAD
15246
15247 2004-12-08 [colin]      0.9.13cvs7.1
15248
15249         * src/matcher_parser_parse.y
15250         * src/msgcache.c
15251         * src/prefs_matcher.c
15252         * src/procheader.c
15253         * src/matcher.c
15254         * src/common/defs.h
15255         * po/sr.po
15256                 Sync with HEAD
15257
15258 2004-12-08 [colin]      0.9.13cvs6.1
15259
15260         * src/quote_fmt_parse.y
15261         * src/textview.c
15262                 Sync with HEAD
15263         * src/gtk/prefswindow.c
15264         * src/gtk/pluginwindow.c
15265                 Fix G_CALLBACKS protos (thanks to Alfons)
15266
15267 2004-12-07 [torte]      0.9.13cvs2.2
15268
15269         * src/procmime.c
15270                 [Bug 650] reply button causes crash
15271                 Thanks to David Relson and Christoph
15272
15273 2004-12-07 [colin]      0.9.13cvs2.1
15274
15275         * ChangeLog.claws
15276         * AUTHORS
15277         * po/sk.po
15278         * src/procmime.c
15279         * src/prefs_account.c
15280         * src/common/smtp.c
15281         * src/common/smtp.h
15282                 Sync with HEAD
15283
15284 2004-12-06 [colin]      0.9.12cvs187.1
15285
15286         * ChangeLog.claws
15287         * INSTALL
15288         * Makefile.am
15289         * README.claws
15290         * TODO.claws
15291         * configure.ac
15292         * po/bg.po
15293         * po/cs.po
15294         * po/el.po
15295         * po/en_GB.po
15296         * po/es.po
15297         * po/fr.po
15298         * po/hr.po
15299         * po/hu.po
15300         * po/it.po
15301         * po/ja.po
15302         * po/ko.po
15303         * po/nl.po
15304         * po/pl.po
15305         * po/pt_BR.po
15306         * po/ru.po
15307         * po/sk.po
15308         * po/sr.po
15309         * po/sv.po
15310         * po/zh_CN.po
15311         * po/zh_TW.Big5.po
15312         * src/compose.c
15313         * tools/Makefile.am
15314         * tools/README
15315         * tools/filter_conv.pl
15316         * tools/kdeservicemenu/README
15317         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15318         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15319                 Sync with HEAD
15320
15321 2004-12-04 [colin]      0.9.12cvs183.1
15322
15323         * src/compose.c
15324                 Sync with HEAD (compose window position saving)
15325
15326 2004-12-04 [paul]       0.9.12cvs182.3
15327
15328         * src/messageview.c
15329         * src/mimeview.c
15330         * src/prefs_customheader.c
15331         * src/gtk/quicksearch.c
15332                 replace some forgotten GTK_SIGNAL_FUNCs
15333
15334 2004-12-04 [paul]       0.9.12cvs182.2
15335
15336         * src/Makefile.am
15337                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15338                 committed in error      
15339
15340 2004-12-04 [paul]       0.9.12cvs182.1
15341
15342         * ChangeLog
15343         * ChangeLog.claws
15344         * ChangeLog.jp
15345         * INSTALL
15346         * NEWS
15347         * README
15348         * README.jp
15349         * configure.ac
15350         * doc/manual/ja/Makefile.am
15351         * doc/manual/ja/sylpheed-1.html
15352         * doc/manual/ja/sylpheed-10.html
15353         * doc/manual/ja/sylpheed-11.html
15354         * doc/manual/ja/sylpheed-12.html
15355         * doc/manual/ja/sylpheed-13.html
15356         * doc/manual/ja/sylpheed-14.html
15357         * doc/manual/ja/sylpheed-15.html
15358         * doc/manual/ja/sylpheed-16.html
15359         * doc/manual/ja/sylpheed-17.html
15360         * doc/manual/ja/sylpheed-18.html
15361         * doc/manual/ja/sylpheed-19.html
15362         * doc/manual/ja/sylpheed-2.html
15363         * doc/manual/ja/sylpheed-20.html
15364         * doc/manual/ja/sylpheed-3.html
15365         * doc/manual/ja/sylpheed-4.html
15366         * doc/manual/ja/sylpheed-5.html
15367         * doc/manual/ja/sylpheed-6.html
15368         * doc/manual/ja/sylpheed-7.html
15369         * doc/manual/ja/sylpheed-8.html
15370         * doc/manual/ja/sylpheed-9.html
15371         * doc/manual/ja/sylpheed.html
15372         * doc/manual/ja/sylpheed.sgml
15373         * po/de.po
15374         * src/Makefile.am
15375         * src/compose.c
15376         * src/procmime.c
15377         * src/pixmaps/regular.xpm **REMOVED**
15378         * src/plugins/pgpmime/pgpmime.c
15379         * src/plugins/pgpmime/plugin.c
15380         * src/plugins/pgpmime/prefs_gpg.c
15381                 sync with HEAD
15382
15383 2004-12-03 [paul]       0.9.12cvs180.1
15384
15385         * ChangeLog
15386         * ChangeLog.claws
15387         * ChangeLog.jp
15388         * configure.ac
15389         * src/Makefile.am
15390         * src/pop.c
15391         * src/common/utils.c
15392         * src/common/utils.h
15393         * src/pixmaps/continue.xpm
15394         * src/pixmaps/dir_close.xpm
15395         * src/pixmaps/dir_open.xpm
15396         * src/pixmaps/drafts_close.xpm
15397         * src/pixmaps/drafts_open.xpm
15398         * src/pixmaps/folder.xpm **REMOVED**
15399         * src/pixmaps/group.xpm
15400         * src/pixmaps/unread.xpm
15401                 sync with HEAD
15402
15403 2004-12-02 [colin]      0.9.12cvs179.1
15404
15405         * src/compose.c
15406                 Sync with HEAD (non-duplicated reedition)
15407
15408 2004-12-02 [colin]      0.9.12cvs178.1
15409
15410         * src/compose.c
15411                 Sync with HEAD (linewrap_quote fix)
15412
15413 2004-12-01 [colin]      0.9.12cvs177.3
15414
15415         * src/addrharvest.c
15416                 Replace sizeof with strlen
15417
15418 2004-12-01 [paul]       0.9.12cvs177.2
15419
15420         * src/addrharvest.c
15421                 fix 'harvest addresses'
15422
15423 2004-11-30 [colin]      0.9.12cvs177.1
15424
15425         * src/gtk/prefswindow.c
15426         * src/gtk/pluginwindow.c
15427                 Sync with HEAD
15428
15429 2004-11-29 [colin]      0.9.12cvs176.1
15430
15431         * src/folderview.c
15432                 sync with HEAD (Fix disappearing separators in folderview's popup)
15433
15434 2004-11-29 [colin]      0.9.12cvs175.1
15435
15436         * src/procmime.c
15437                 Sync with head (another format fix)
15438
15439 2004-11-29 [colin]      0.9.12cvs174.1
15440
15441         * src/pop.c
15442                 Sync with HEAD (format string fix)
15443
15444 2004-11-26 [colin]      0.9.12cvs173.1
15445
15446         * src/common/smtp.c
15447         * src/common/smtp.h
15448                 Sync with HEAD
15449
15450 2004-11-24 [colin]      0.9.12cvs172.1
15451
15452         * src/plugins/pgpmime/pgpmime.c
15453                 Sync with HEAD
15454
15455 2004-11-24 [colin]      0.9.12cvs171.1
15456
15457         * src/plugins/pgpmime/pgpmime.c
15458                 Sync with head (gpgmectx leaks)
15459
15460 2004-11-24 [colin]      0.9.12cvs169.1
15461
15462         * src/plugins/pgpmime/plugin.c
15463         * src/plugins/trayicon/Makefile.am
15464         * src/plugins/trayicon/newmarkedmail.xpm
15465         * src/plugins/trayicon/trayicon.c
15466         * src/plugins/trayicon/unreadmarkedmail.xpm
15467                 Sync with HEAD
15468
15469 2004-11-23 [colin]      0.9.12cvs168.1
15470
15471         * src/partial_download.c
15472         * src/partial_download.h
15473         * src/plugins/pgpmime/plugin.c
15474                 Sync with HEAD
15475
15476 2004-11-23 [colin]      0.9.12cvs166.1
15477
15478         * src/Makefile.am
15479         * src/codeconv.c
15480         * src/compose.c
15481         * src/folderview.c
15482         * src/main.c
15483         * src/partial_download.c
15484         * src/partial_download.h
15485         * src/prefs_account.c
15486         * src/prefs_account.h
15487         * src/privacy.c
15488         * src/privacy.h
15489         * src/procmime.c
15490         * src/common/Makefile.am
15491         * src/common/base64.h
15492         * src/common/partial_download.c
15493         * src/common/partial_download.h
15494         * src/gtk/prefswindow.c
15495         * src/gtk/prefswindow.h
15496         * src/plugins/pgpmime/pgpmime.c
15497         * src/plugins/pgpmime/prefs_gpg.c
15498         * src/plugins/pgpmime/prefs_gpg.h
15499         * src/plugins/pgpmime/sgpgme.c
15500         * src/plugins/pgpmime/sgpgme.h
15501                 Sync with HEAD
15502
15503 2004-11-23 [colin]      0.9.12cvs163.1
15504
15505         * src/main.c
15506                 Sync with HEAD (cursor optimization)
15507
15508 2004-11-23 [colin]      0.9.12cvs162.1
15509
15510         * src/prefs_common.c
15511         * src/prefs_themes.c
15512         * src/procmsg.c
15513                 Sync with HEAD
15514
15515 2004-11-23 [colin]      0.9.12cvs158.9
15516
15517         * src/compose.c
15518                 Fix double-free when forwarding
15519         * src/msgcache.c
15520                 Fix leak on error path
15521                 
15522
15523 2004-11-23 [colin]      0.9.12cvs158.8
15524
15525         * src/compose.c
15526                 Fix possible double-free
15527                 Spotted by Alfons
15528
15529 2004-11-23 [colin]      0.9.12cvs158.7
15530
15531         * src/compose.c
15532                 Fix some signal handlers' prototypes
15533                 Spotted by Alfons
15534
15535 2004-11-22 [colin]      0.9.12cvs158.6
15536
15537         * src/compose.c
15538                 Remove unneeded code and duplicated
15539                 wrapping - patch by Alfons
15540
15541 2004-11-22 [colin]      0.9.12cvs158.5
15542
15543         * src/prefs_themes.c
15544                 Fix oversized selector
15545
15546 2004-11-22 [colin]      0.9.12cvs158.4
15547
15548         * src/compose.c
15549                 fix dump_text()
15550                 patch by Alfons
15551
15552 2004-11-19 [colin]      0.9.12cvs158.3
15553
15554         * src/textview.c
15555                 Add a context menu on links (open, copy)
15556
15557 2004-11-18 [paul]       0.9.12cvs158.2
15558
15559         * src/addrgather.c
15560         * src/exphtmldlg.c
15561         * src/expldifdlg.c
15562         * src/mimeview.c
15563         * src/prefs_common.c
15564         * src/plugins/image_viewer/viewer.c
15565         * src/plugins/spamassassin/spamassassin_gtk.c
15566                 replace deprecated gtk_notebook_set_page
15567                 and gtk_notebook_current_page
15568
15569 2004-11-18 [paul]       0.9.12cvs158.1
15570
15571         * configure.ac
15572         * src/compose.c
15573         * src/mainwindow.c
15574         * src/messageview.c
15575         * src/prefs_common.c
15576         * src/common/utils.c
15577         * src/common/utils.h
15578                 sync with HEAD
15579
15580 2004-11-17 [colin]      0.9.12cvs156.1
15581
15582         * src/prefs_account.c
15583         * src/prefs_account.h
15584         * src/procmsg.c
15585                 Sync with HEAD (add pref to store encrypted mails encrypted)
15586
15587 2004-11-17 [paul]       0.9.12cvs155.1
15588
15589         * ChangeLog
15590         * ChangeLog.claws
15591         * ChangeLog.jp
15592         * NEWS
15593         * configure.ac
15594         * src/compose.c
15595         * src/jpilot.c
15596         * src/privacy.c
15597         * src/procmime.c
15598         * src/procmime.h
15599         * src/procmsg.c
15600         * src/toolbar.c
15601         * src/pixmaps/error.xpm
15602                 sync with HEAD
15603
15604 2004-11-17 [colin]      0.9.12cvs151.1
15605
15606         * src/plugins/pgpmime/pgpmime.c
15607                 Sync with HEAD (remove debug printf)
15608
15609 2004-11-17 [colin]      0.9.12cvs150.1
15610
15611         * src/plugins/pgpmime/pgpmime.c
15612                 Sync with HEAD (off-by-one fix)
15613
15614 2004-11-17 [colin]      0.9.12cvs149.1
15615
15616         * src/procmsg.c
15617                 Sync with HEAD (coding style fixes)
15618
15619 2004-11-16 [colin]      0.9.12cvs148.1
15620
15621         * src/procmsg.c
15622                 Sync with head (Fix the fix)
15623
15624 2004-11-16 [colin]      0.9.12cvs147.1
15625
15626         * src/procmsg.c
15627                 Sync with Main (leak fix)
15628
15629 2004-11-16 [colin]      0.9.12cvs146.14
15630
15631         * src/compose.c
15632                 Remove useless chunk of code
15633                 Patch by Alfons
15634
15635 2004-11-15 [colin]      0.9.12cvs146.13
15636
15637         * src/compose.c
15638                 Fix drafting after insertion
15639                 Patch by Alfons
15640
15641 2004-11-15 [colin]      0.9.12cvs146.12
15642
15643         * src/compose.c
15644         * src/prefs_filtering.c
15645         * src/prefs_filtering_action.c
15646         * src/prefs_toolbar.c
15647                 Fix some const-correctness
15648
15649 2004-11-15 [colin]      0.9.12cvs146.11
15650
15651         * src/summaryview.c
15652         * src/prefs_themes.c
15653         * src/messageview.c
15654                 Fix some leaks
15655
15656 2004-11-15 [colin]      0.9.12cvs146.10
15657
15658         * src/codeconv.c
15659                 More unreadable locale fixes
15660
15661 2004-11-14 [colin]      0.9.12cvs146.9
15662
15663         * src/textview.c
15664                 Fix uri_security_check
15665                 Patch by Alfons
15666
15667 2004-11-13 [paul]       0.9.12cvs146.8
15668
15669         * src/folder.c
15670         * src/procmime.c
15671                 fix 2 bugs introduced in last commit
15672
15673 2004-11-13 [paul]       0.9.12cvs146.7
15674
15675         * src/compose.c
15676         * src/exporthtml.c
15677         * src/exportldif.c
15678         * src/folder.c
15679         * src/imap.c
15680         * src/imap_gtk.c
15681         * src/main.c
15682         * src/mainwindow.c
15683         * src/messageview.c
15684         * src/mh_gtk.c
15685         * src/prefs_themes.c
15686         * src/procmime.c
15687         * src/setup.c
15688         * src/summaryview.c
15689                 replace deprecated g_basename
15690
15691 2004-11-13 [paul]       0.9.12cvs146.6
15692
15693         * src/compose.c
15694         * src/imap.c
15695         * src/matcher_parser.h
15696         * src/matcher_parser_parse.y
15697         * src/prefs_filtering.c
15698         * src/prefs_filtering_action.c
15699         * src/prefs_themes.c
15700         * src/prefs_toolbar.c
15701         * src/common/utils.c
15702                 various small fixes/cleanups
15703
15704 2004-11-12 [colin]      0.9.12cvs146.5
15705
15706         * src/textview.c
15707                 Validate event's origin on visibility notify
15708                 Patch by Alfons.
15709
15710 2004-11-12 [paul]       0.9.12cvs146.4
15711
15712         * src/exporthtml.c
15713         * src/exportldif.c
15714         * src/imap.c
15715         * src/mh.c
15716         * src/mimeview.c
15717         * src/prefs_spelling.c
15718         * src/prefs_themes.c
15719                 replace deprecated g_dirname    
15720
15721 2004-11-12 [colin]      0.9.12cvs146.3
15722
15723         * src/textview.c
15724                 Some coding style fixes
15725
15726 2004-11-12 [colin]      0.9.12cvs146.2
15727
15728         * src/codeconv.c
15729                 We want to replace _all_ extended chars in
15730                 conv_unreadable_*, because any string containing
15731                 extended chars not parsing as UTF8 is 
15732                 undisplayed on gtk2.
15733
15734 2004-11-12 [paul]       0.9.12cvs146.1
15735
15736         * ChangeLog
15737         * ChangeLog.claws
15738         * ChangeLog.jp
15739         * NEWS
15740         * configure.ac
15741         * src/account.c
15742         * src/folderview.c
15743         * src/folderview.h
15744         * src/imap.c
15745         * src/imap_gtk.c
15746         * src/inc.c
15747         * src/mainwindow.c
15748         * src/mh_gtk.c
15749         * src/news_gtk.c
15750         * src/pop.c
15751         * src/prefs_account.c
15752         * src/prefs_account.h
15753         * src/prefs_ext_prog.c
15754         * src/procmime.c
15755         * src/procmime.h
15756         * src/procmsg.c
15757         * src/procmsg.h
15758         * src/summary_search.c
15759         * src/summaryview.c
15760         * src/textview.c
15761         * src/common/defs.h
15762         * src/common/utils.c
15763         * src/common/utils.h
15764         * src/gtk/menu.c
15765         * src/gtk/menu.h
15766                 sync with HEAD
15767
15768 2004-11-11 [colin]      0.9.12cvs144.2
15769
15770         * src/textview.c
15771                 Fix URI range selection (patch by Alfons)
15772
15773 2004-11-09 [colin]      0.9.12cvs144.1
15774
15775         * ChangeLog.claws
15776         * src/compose.c
15777         * src/folder.c
15778         * src/folder_item_prefs.c
15779         * src/prefs_account.c
15780         * src/prefs_account.h
15781         * src/plugins/pgpmime/pgpmime.c
15782                 Sync with HEAD
15783
15784 2004-11-08 [colin]      0.9.12cvs143.1
15785
15786         * src/summaryview.c
15787                 Sync with HEAD (optimize quicksearch)
15788
15789 2004-11-08 [colin]      0.9.12cvs142.2
15790
15791         * src/compose.c
15792                 Don't wrap when Edit/Auto wrapping is disabled
15793
15794 2004-11-08 [colin]      0.9.12cvs142.1
15795
15796         * src/textview.c
15797                 Sync with HEAD
15798
15799 2004-11-08 [colin]      0.9.12cvs141.1
15800
15801         * src/textview.c
15802                 Sync with HEAD (fix some mail URIs)
15803
15804 2004-11-08 [colin]      0.9.12cvs140.3
15805
15806         * src/textview.c
15807                 o Use text cursor instead of arrow when
15808                   not on a link
15809                 o Fix handling of contiguous links (as in
15810                   "colin@colino.net" <colin@colino.net>)
15811                   This one unveils a bug in get_email_part()
15812
15813 2004-11-07 [colin]      0.9.12cvs140.2
15814
15815         * src/textview.c
15816                 Fix memleak. Patch by Alfons.
15817
15818 2004-11-06 [colin]      0.9.12cvs140.1
15819
15820         * src/compose.c
15821                 Sync with HEAD (don't ask passphrase
15822                 when drafting)
15823
15824 2004-11-06 [paul]       0.9.12cvs139.2
15825
15826         * AUTHORS
15827         * src/textview.c
15828         * src/textview.h
15829                 textview URI handling. hovering over a 
15830                 link displays it in the status bar,
15831                 and changes the mouse pointer to a hand 
15832                 cursor. a link is activated with a single 
15833                 click. (Modified from the) patch by Jean-Yves 
15834                 Lefort <jylefort@users.sourceforge.net>
15835                 
15836
15837 2004-11-05 [colin]      0.9.12cvs139.1
15838
15839         * src/compose.c
15840         * src/procmime.c
15841                 Sync with HEAD again ^^
15842
15843 2004-11-05 [colin]      0.9.12cvs139.1
15844
15845         * src/compose.c
15846         * src/procmime.c
15847                 Sync with HEAD
15848
15849 2004-11-03 [paul]       0.9.12cvs138.1
15850
15851         * ChangeLog.claws
15852         * configure.ac
15853         * po/POTFILES.in
15854         * src/prefs_ext_prog.c
15855         * src/procmime.c
15856         * tools/kdeservicemenu/README
15857         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15858         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15859                 sync with HEAD
15860
15861 2004-11-01 [christoph]  0.9.12cvs136.2
15862
15863         * src/procmime.c
15864                 convert MIME parameters to UTF-8
15865
15866 2004-10-29 [colin]      0.9.12cvs136.1
15867
15868         * src/common/utils.c
15869                 Sync with HEAD (don't use '=' in mime boundary)
15870
15871 2004-10-29 [paul]       0.9.12cvs135.1
15872
15873         * configure.ac
15874         * doc/src/rfc2231.txt
15875         * src/procmime.c
15876         * src/common/quoted-printable.c
15877         * src/common/utils.c
15878         * src/common/utils.h
15879                 sync with HEAD
15880
15881 2004-10-27 [paul]       0.9.12cvs134.1
15882
15883         * configure.ac
15884         * src/main.c
15885         * src/procmime.c
15886         * src/plugins/pgpmime/pgpmime.c
15887                 sync with HEAD
15888
15889 2004-10-26 [paul]       0.9.12cvs132.3
15890
15891         * src/account.c
15892         * src/addressbook.c
15893         * src/addrgather.c
15894         * src/addrharvest.c
15895         * src/codeconv.c
15896         * src/compose.c
15897         * src/customheader.c
15898         * src/editaddress.c
15899         * src/editgroup.c
15900         * src/enriched.c
15901         * src/expldifdlg.c
15902         * src/exporthtml.c
15903         * src/exportldif.c
15904         * src/folder.c
15905         * src/foldersel.c
15906         * src/folderview.c
15907         * src/grouplistdialog.c
15908         * src/html.c
15909         * src/imap.c
15910         * src/jpilot.c
15911         * src/ldapserver.c
15912         * src/ldif.c
15913         * src/mimeview.c
15914         * src/news.c
15915         * src/news_gtk.c
15916         * src/pop.c
15917         * src/prefs_display_header.c
15918         * src/prefs_gtk.c
15919         * src/prefs_msg_colors.c
15920         * src/prefs_toolbar.c
15921         * src/procheader.c
15922         * src/procmime.c
15923         * src/summaryview.c
15924         * src/textview.c
15925         * src/toolbar.c
15926         * src/vcard.c
15927         * src/common/mgutils.c
15928         * src/common/nntp.c
15929         * src/common/smtp.c
15930         * src/common/template.c
15931         * src/common/utils.c
15932         * src/common/xmlprops.c
15933         * src/plugins/pgpmime/pgpmime.c
15934         * src/plugins/pgpmime/select-keys.c
15935         * src/plugins/pgpmime/sgpgme.c
15936                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15937                 g_string_sprintfa(), gtk_notebook_current_page()
15938
15939 2004-10-26 [colin]      0.9.12cvs132.2
15940
15941         * src/prefs_folder_item.c
15942                 Fix default-account selection
15943
15944 2004-10-21 [colin]      0.9.12cvs133
15945
15946         * src/compose.c
15947                 Sync with HEAD (Remove extra separator in compose's Options)
15948         * src/textview.c
15949                 Set wrapping to char
15950
15951 2004-10-21 [paul]       0.9.12cvs131.2
15952
15953         * src/compose.c
15954         * src/sourcewindow.c
15955                 fix wrapping
15956                 fix window shrinking 
15957
15958 2004-10-21 [colin]      0.9.12cvs131.1
15959
15960         * ChangeLog.claws
15961         * src/compose.c
15962                 Sync with HEAD
15963
15964 2004-10-21 [paul]       0.9.12cvs130.2
15965
15966         * src/prefs_folder_item.c
15967                 sync with HEAD (Apply to subfolders)
15968
15969 2004-10-19 [colin]      0.9.12cvs130.1
15970
15971         * ChangeLog.claws
15972         * src/compose.c
15973         * src/common/utils.c
15974         * src/gtk/menu.c
15975                 Sync with HEAD
15976
15977 2004-10-19 [colin]      0.9.12cvs128.1
15978
15979         * src/addrbook.c
15980         * src/addrcache.c
15981         * src/addressbook.c
15982         * src/codeconv.c
15983         * src/compose.c
15984         * src/customheader.c
15985         * src/editaddress.c
15986         * src/editgroup.c
15987         * src/exporthtml.c
15988         * src/folder.c
15989         * src/folderview.c
15990         * src/imap.c
15991         * src/jpilot.c
15992         * src/main.c
15993         * src/matcher_parser_parse.y
15994         * src/mbox.c
15995         * src/pop.c
15996         * src/prefs_account.c
15997         * src/prefs_gtk.c
15998         * src/prefs_msg_colors.c
15999         * src/procheader.c
16000         * src/procmime.c
16001         * src/procmime.h
16002         * src/procmsg.c
16003         * src/summaryview.c
16004         * src/textview.c
16005         * src/common/base64.c
16006         * src/common/partial_download.c
16007         * src/common/socket.c
16008         * src/common/sylpheed.c
16009         * src/common/utils.c
16010         * src/common/utils.h
16011         * src/gtk/pluginwindow.c
16012         * src/gtk/quicksearch.c
16013         * src/plugins/clamav/clamav_plugin.c
16014         * src/plugins/clamav/clamav_plugin.h
16015         * src/plugins/clamav/clamav_plugin_gtk.c
16016         * src/plugins/pgpmime/passphrase.c
16017         * src/plugins/pgpmime/pgpmime.c
16018         * src/plugins/pgpmime/plugin.c
16019         * src/plugins/pgpmime/prefs_gpg.c
16020         * src/plugins/pgpmime/prefs_gpg.h
16021         * src/plugins/pgpmime/select-keys.c
16022         * src/plugins/pgpmime/sgpgme.c
16023         * src/plugins/spamassassin/libspamc.c
16024         * src/plugins/spamassassin/spamassassin.c
16025         * src/plugins/spamassassin/spamassassin.h
16026         * src/plugins/spamassassin/spamassassin_gtk.c
16027         * src/plugins/trayicon/trayicon.c
16028         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16029                 Sync with HEAD
16030
16031 2004-10-14 [colin]      0.9.12cvs126.2
16032
16033         * src/codeconv.c
16034         * src/textview.c
16035                 Fix conv_unreadable_locale
16036
16037 2004-10-13 [colin]      0.9.12cvs126.1
16038
16039         * src/compose.c
16040                 Sync with HEAD (don't convert charset for 
16041                 drafted messages, minor cleanup)
16042
16043 2004-10-13 [colin]      0.9.12cvs125.1
16044
16045         * po/POTFILES.in
16046                 Sync with HEAD (POTFILES fix)
16047
16048 2004-10-12 [colin]      0.9.12cvs124.3
16049
16050         * src/compose.c
16051                 Fix encoding bug from latest sync
16052
16053 2004-10-12 [paul]       0.9.12cvs124.2
16054
16055         * src/plugins/pgpmime/prefs_gpg.c
16056         * src/plugins/pgpmime/prefs_gpg.h
16057                 forgotten in last commit        
16058
16059 2004-10-12 [paul]       0.9.12cvs124.1
16060
16061         * ChangeLog.claws
16062         * configure.ac
16063         * m4/spamassassin.m4
16064         * src/Makefile.am
16065         * src/account.c
16066         * src/compose.c
16067         * src/compose.h
16068         * src/crash.c
16069         * src/main.c
16070         * src/mimeview.c
16071         * src/passphrase.c
16072         * src/passphrase.h
16073         * src/prefs_account.c
16074         * src/prefs_account.h
16075         * src/prefs_common.c
16076         * src/privacy.c
16077         * src/privacy.h
16078         * src/procmime.c
16079         * src/procmime.h
16080         * src/procmsg.c
16081         * src/rfc2015.c
16082         * src/rfc2015.h
16083         * src/select-keys.c
16084         * src/select-keys.h
16085         * src/textview.c
16086         * src/common/utils.c
16087         * src/common/utils.h
16088         * src/gtk/about.c
16089         * src/plugins/pgpmime/Makefile.am
16090         * src/plugins/pgpmime/passphrase.c
16091         * src/plugins/pgpmime/passphrase.h
16092         * src/plugins/pgpmime/pgpmime.c
16093         * src/plugins/pgpmime/plugin.c
16094         * src/plugins/pgpmime/select-keys.c
16095         * src/plugins/pgpmime/select-keys.h
16096         * src/plugins/pgpmime/sgpgme.c
16097         * src/plugins/pgpmime/sgpgme.h
16098                 sync with HEAD
16099
16100 2004-10-04 [colin]      0.9.12cvs122.1
16101
16102         * src/mainwindow.c
16103         * src/messageview.c
16104         * src/messageview.h
16105         * src/textview.c
16106                 Sync with HEAD
16107
16108 2004-10-04 [colin]      0.9.12cvs121.1
16109
16110         * src/summaryview.c
16111                 Sync with HEAD
16112
16113 2004-10-04 [paul]       0.9.12cvs120.1
16114
16115         * configure.ac
16116                 sync with HEAD [don't try to build 
16117                 pgpmime plugin when gpgme is disabled]
16118
16119 2004-10-03 [colin]      0.9.12cvs119.3
16120
16121         * src/gtk/gtksctree.c
16122                 Lots of side effects. Put back as before 117.2.
16123         * src/summaryview.c
16124                 Fix bug #602
16125
16126 2004-10-03 [colin]      0.9.12cvs119.2
16127
16128         * src/gtk/gtksctree.c
16129                 Revert 608 fix that doesn't work that good
16130
16131 2004-10-02 [colin]      0.9.12cvs119.1
16132
16133         * src/mainwindow.c
16134         * src/messageview.c
16135         * src/prefs_common.h
16136         * src/procmime.c
16137         * src/procmime.h
16138         * src/textview.c
16139                 Sync with HEAD
16140         * src/gtk/gtksctree.c
16141                 Close bug #608
16142
16143 2004-10-01 [colin]      0.9.12cvs118.1
16144
16145         * src/mimeview.c
16146                 Sync with HEAD (better Save All fix)
16147
16148 2004-10-01 [colin]      0.9.12cvs117.2
16149
16150         * src/gtk/gtksctree.c
16151                 Faster on selection
16152
16153 2004-10-01 [colin]      0.9.12cvs117.1
16154
16155         * src/mimeview.c
16156                 Sync with HEAD (Save All: only attachments)
16157
16158 2004-10-01 [paul]       0.9.12cvs116.1
16159
16160         * ChangeLog.claws
16161         * configure.ac
16162         * src/account.c
16163         * src/prefs_common.c
16164         * src/gtk/colorlabel.c
16165                 sync with HEAD
16166
16167 2004-09-30 [colin]      0.9.12cvs115.1
16168
16169         * src/stock_pixmap.c
16170         * src/stock_pixmap.h
16171         * src/folderview.c
16172         * src/Makefile.am
16173         * src/pixmaps/read.xpm
16174                 Sync with HEAD (new pixmap)
16175
16176 2004-09-29 [colin]      0.9.12cvs114.1
16177
16178         * src/compose.c
16179                 Sync with HEAD
16180                 Fix focus handling in headers
16181
16182 2004-09-29 [paul]       0.9.12cvs113.1
16183
16184         * src/quote_fmt_parse.y
16185                 sync with HEAD
16186  
16187
16188 2004-09-28 [colin]      0.9.12cvs112.1
16189
16190         * src/folderview.c
16191         * src/mainwindow.c
16192                 Sync with HEAD
16193
16194 2004-09-28 [colin]      0.9.12cvs110.1
16195
16196         * src/folderview.c
16197                 Sync with HEAD (Contextual Empty trash menu)
16198
16199 2004-09-28 [colin]      0.9.12cvs108.1
16200
16201         * src/addressbook.c
16202                 Sync with HEAD (addressbook edit on double-click)
16203
16204 2004-09-28 [colin]      0.9.12cvs106.1
16205
16206         * src/inc.c
16207                 Sync with HEAD (folder_item freeze on inc)
16208
16209 2004-09-27 [colin]      0.9.12cvs105.1
16210
16211         * src/folderview.c
16212                 Sync with HEAD (right-align new and unread column)
16213
16214 2004-09-27 [colin]      0.9.12cvs104.1
16215
16216         * src/main.c
16217                 Sync with HEAD (revert 0.9.12cvs101)
16218
16219 2004-09-24 [colin]      0.9.12cvs103.2
16220
16221         * src/wizard.c
16222                 Fix gtk warnings and use domain part of the email address 
16223                 when domain detection fails (no dot in domain name)
16224
16225 2004-09-23 [colin]      0.9.12cvs103.1
16226
16227         * src/plugins/spamassassin/libspamc.c
16228         * src/plugins/spamassassin/libspamc.h
16229         * src/plugins/spamassassin/utils.c
16230         * src/plugins/spamassassin/utils.h
16231                 Sync with HEAD (Update spamassassin to 3.0)
16232
16233 2004-09-21 [colin]      0.9.12cvs102.3
16234
16235         * src/action.c
16236                 Add horizontal scrollbar in action io dialog as needed
16237                 Patch by Alfons.
16238
16239 2004-09-20 [colin]      0.9.12cvs102.2
16240
16241         * src/plugins/image_viewer/viewer.c
16242                 Remove imlib stuff
16243                 use gtk_pixmap_set when clearing
16244                 (would be better to use gtkImages, but causes size-allocate 
16245                 signals storm)
16246
16247 2004-09-17 [paul]       0.9.12cvs102.1
16248
16249         * ChangeLog
16250         * ChangeLog.claws
16251         * ChangeLog.jp
16252         * configure.ac
16253         * src/inc.c
16254                 sync with HEAD
16255
16256
16257 2004-09-17 [colin]      0.9.12cvs101.1
16258
16259         * ChangeLog.claws
16260         * src/main.c
16261                 Sync with HEAD (fix segs at exit)
16262
16263 2004-09-14 [colin]      0.9.12cvs99.5
16264
16265         * src/common/socket.c
16266         * AUTHORS
16267                 Fix send error on 64bit platforms
16268                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16269
16270 2004-09-14 [colin]      0.9.12cvs99.4
16271
16272         * src/action.c
16273                 Fix action output with utf8 
16274                 Patch by Alfons.
16275
16276 2004-09-14 [colin]      0.9.12cvs99.3
16277
16278         * ChangeLog.claws
16279         * src/folder.c
16280                 Sync with HEAD
16281
16282 2004-09-09 [colin]      0.9.12cvs99.2
16283
16284         * src/action.c
16285                 Fix progress bar (displaying "Completed %v/%u")
16286                 Patch by Alfons.
16287
16288 2004-09-08 [colin]      0.9.12cvs99.1
16289
16290         * src/account.c
16291         * src/folder.c
16292         * src/procmsg.c
16293         * src/procmsg.h
16294         * src/plugins/pgpmime/pgpmime.c
16295                 Sync with HEAD
16296
16297 2004-09-08 [colin]      0.9.12cvs97.2
16298
16299         * src/summaryview.c
16300                 Don't select mails in collapsed threads 
16301                 when navigating with up/down
16302
16303 2004-09-07 [colin]      0.9.12cvs97.1
16304
16305         * src/inc.c
16306                 Sync with HEAD (meaningful error messages)
16307
16308 2004-09-06 [colin]      0.9.12cvs96.1
16309
16310         * src/toolbar.c
16311                 Sync with HEAD (fix Redirect graying out)
16312
16313 2004-09-06 [colin]      0.9.12cvs95.1
16314
16315         * src/summaryview.c
16316         * src/mimeview.c
16317                 Sync with HEAD (fix dropped URIs)
16318
16319 2004-09-06 [colin]      0.9.12cvs94.1
16320
16321         * src/addressbook.c
16322         * src/addressitem.h
16323         * src/addritem.c
16324         * src/addritem.h
16325                 Sync with HEAD (addressbook DnD)
16326
16327 2004-09-03 [colin]      0.9.12cvs93.1
16328
16329         * src/summaryview.c
16330                 Sync with HEAD (next/prev unread)
16331
16332 2004-09-03 [colin]      0.9.12cvs92.1
16333
16334         * src/prefs_common.c
16335         * src/prefs_common.h
16336         * src/summaryview.c
16337                 Sync with HEAD ('mark_as_read_delay' pref)
16338
16339 2004-09-02 [colin]      0.9.12cvs91.2
16340
16341         * src/common/xml.c
16342                 Fix leak
16343
16344 2004-09-02 [colin]      0.9.12cvs91.1
16345
16346         * src/gtk/menu.c
16347                 Sync with HEAD (menu accel don't work, but whatever)
16348
16349 2004-09-02 [colin]      0.9.12cvs90.1
16350
16351         * src/account.c
16352                 Sync with HEAD (fix bug 582)
16353
16354 2004-09-02 [colin]      0.9.12cvs89.1
16355
16356         * src/addrindex.c
16357                 Sync with HEAD (free deleted queries)
16358
16359 2004-09-02 [colin]      0.9.12cvs88.1
16360
16361         * src/ldapquery.c
16362                 Sync with HEAD (fix LDAP freezes)
16363
16364 2004-09-02 [colin]      0.9.12cvs87.1
16365
16366         * src/prefs_spelling.c
16367                 Sync with HEAD (add default dictionary)
16368
16369 2004-09-01 [colin]      0.9.12cvs86.1
16370
16371         * src/filtering.c
16372         * src/folderview.c
16373         * src/imap.c
16374         * src/prefs_matcher.c
16375         * src/stock_pixmap.c
16376         * src/summary_search.c
16377         * src/summaryview.c
16378         * src/wizard.c
16379         * src/wizard.h
16380                 Sync with HEAD (uninitialized vars fixes)
16381                 + gtk2 specific warning fixes
16382
16383 2004-08-31 [colin]      0.9.12cvs85.1
16384
16385         * src/folder.c
16386                 Sync with HEAD (Fix memory corruption due to 
16387                 uninitialized var)
16388
16389 2004-08-31 [colin]      0.9.12cvs84.4
16390
16391         * src/summary_search.c
16392                 Fix segfaults when searching in folders with broken headers
16393
16394 2004-08-31 [colin]      0.9.12cvs84.3
16395
16396         * src/compose.c
16397         * src/textview.c
16398                 Fix some more encoding/decoding issues
16399
16400 2004-08-30 [colin]      0.9.12cvs84.2
16401
16402         * src/mimeview.c
16403         * src/prefs_themes.c
16404         * src/gtk/filesel.c
16405         * src/gtk/filesel.h
16406                 Add a folder-mode selection (fixes mimeview's "Save all")
16407
16408 2004-08-29 [colin]      0.9.12cvs84.1
16409
16410         * src/mimeview.c
16411                 Sync with HEAD (don't escape saved filenames)
16412
16413 2004-08-27 [colin]      0.9.12cvs83.1
16414
16415         * ChangeLog
16416         * ChangeLog.claws
16417         * ChangeLog.jp
16418         * src/mh.c
16419         * src/procheader.c
16420         * src/procmsg.c
16421         * src/procmsg.h
16422         * src/common/utils.c
16423         * src/gtk/menu.h
16424         * po/
16425                 Sync with HEAD 0.9.12cvs83 (sync with main)
16426
16427 2004-08-26 [colin]      0.9.12cvs82.4
16428
16429         * src/codeconv.c
16430                 Fix strange stack corruption
16431                 Convert to utf8 after unmime, not before
16432
16433 2004-08-26 [colin]      0.9.12cvs82.3
16434
16435         * src/main.c
16436         * src/wizard.c
16437                 Fix account folders duplication
16438
16439 2004-08-25 [colin]      0.9.12cvs82.2
16440
16441         * src/wizard.c
16442                 Remove ports
16443                 Add SSL selection
16444                 Use login@server as account name
16445
16446 2004-08-25 [colin]      0.9.12cvs82.1
16447
16448         * src/plugins/pgpmime/pgpmime.c
16449                 Sync with HEAD (leak fix).
16450
16451 2004-08-25 [colin]      0.9.12cvs81.1
16452
16453         * src/plugins/pgpmime/pgpmime.c
16454         * src/plugins/pgpmime/sgpgme.c
16455         * src/plugins/pgpmime/sgpgme.h
16456                 Sync with HEAD (Handle combined messages).
16457
16458 2004-08-24 [colin]      0.9.12cvs80.3
16459
16460         * src/wizard.c
16461                 Fix full name, ports, and imap
16462
16463 2004-08-24 [colin]      0.9.12cvs80.2
16464
16465         * src/Makefile.am
16466         * src/main.c
16467         * src/setup.c
16468         * src/setup.h
16469         * src/stock_pixmap.c
16470         * src/stock_pixmap.h
16471         * src/wizard.c ** ADDED **
16472         * src/wizard.h ** ADDED ** 
16473         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16474                 Add a setup wizard 
16475
16476 2004-08-24 [colin]      0.9.12cvs80.1
16477
16478         * src/folder.c
16479                 Sync with HEAD (set mimeflags on all messages)
16480
16481 2004-08-24 [colin]      0.9.12cvs79.3
16482
16483         * src/matcher_parser_lex.l
16484                 Fix 8bits strings not in utf8
16485
16486 2004-08-24 [colin]      0.9.12cvs79.2
16487
16488         * src/compose.c
16489                 Check conversion result before replacing buffer
16490
16491 2004-08-23 [colin]      0.9.12cvs79.1
16492
16493         * src/compose.c
16494                 Sync with HEAD (create message header in memory)
16495
16496 2004-08-23 [colin]      0.9.12cvs78.1
16497
16498         * src/rfc2015.c
16499         * src/rfc2015.h
16500                 Sync with HEAD (fix bug 197 again)
16501
16502 2004-08-23 [colin]      0.9.12cvs77.3
16503
16504         * src/compose.c
16505                 Fix again inline gpg signing (which outputs utf8
16506                 in gtk2). Not syncing this fix to HEAD as this 
16507                 code is meant to die.
16508
16509 2004-08-23 [colin]      0.9.12cvs77.2
16510
16511         * src/prefs_account.h
16512                 Remove useless include
16513
16514 2004-08-23 [colin]      0.9.12cvs77.1
16515
16516         * src/imap.c
16517         * po/es.po
16518         * po/fr.po
16519         * po/it.po
16520         * po/pl.po
16521         * po/pt_BR.po
16522         * po/sk.po
16523         * po/sr.po
16524                 Sync with HEAD (fix bug 577)
16525
16526 2004-08-22 [colin]      0.9.12cvs76.1
16527
16528         * src/plugins/trayicon/trayicon.c
16529                 Sync with HEAD (fix formatting bug)
16530
16531 2004-08-21 [colin]      0.9.12cvs74.2
16532
16533         * src/gtk/colorsel.c
16534                 Fix bug 564 (Folder color selection window exits on any
16535                 keypress)
16536
16537 2004-08-21 [colin]      0.9.12cvs74.1
16538
16539         * ChangeLog.claws
16540         * src/compose.c
16541         * src/summaryview.c
16542         * src/toolbar.c
16543                 Sync with HEAD (fix bug 576)
16544
16545 2004-08-21 [colin]      0.9.12cvs70.1
16546
16547         * src/compose.c
16548         * src/mainwindow.c
16549                 Sync with HEAD
16550                 
16551
16552 2004-08-21 [paul]       0.9.12cvs66.4
16553
16554         * src/mainwindow.c
16555         * src/messageview.c
16556         * src/gtk/menu.c
16557         * src/plugins/spamassassin/spamassassin_gtk.c
16558                 remove some deprecated gtk1 functions
16559
16560
16561 2004-08-21 [colin]      0.9.12cvs66.3
16562
16563         * src/compose.c
16564         * src/codeconv.c
16565                 Fix warnings
16566                 Remove encoding hacks
16567                 Fix bug 575 (Strange character messes up message)
16568                 Don't display conversion error when drafting
16569
16570 2004-08-21 [paul]       0.9.12cvs66.2
16571
16572         * src/prefs_account.c
16573                 fix GnuPG mode bugs
16574
16575
16576 2004-08-20 [colin]      0.9.12cvs66.1
16577
16578         * src/codeconv.c
16579                 Sync with HEAD 0.9.12cvs66
16580
16581 2004-08-20 [paul]
16582
16583         * src/plugins/pgpmime/plugin.c
16584                 modify PGP/MIME plugin's description
16585
16586 2004-08-17 [colin]      0.9.12cvs65.1
16587
16588         * src/common/ssl.c
16589         * src/plugins/pgpmime/plugin.c
16590                 Sync with HEAD
16591
16592 2004-08-14 [colin]      0.9.12cvs60.3
16593
16594         * src/plugins/trayicon/trayicon.c
16595                 Put back resize callback, on size-request signal
16596                 rather than size-allocate to avoid infinite 
16597                 callback loop
16598
16599 2004-08-13 [colin]      0.9.12cvs60.2
16600
16601         * src/common/defs.h
16602                 Cache versions have been fixed
16603
16604 2004-08-13 [colin]      0.9.12cvs60.1
16605
16606         * src/folderutils.c
16607                 Sync with HEAD
16608
16609 2004-08-12 [colin]      0.9.12cvs59.1
16610
16611         * src/plugins/trayicon/trayicon.c
16612                 Sync with HEAD
16613
16614 2004-08-12 [colin]      0.9.12cvs57.5
16615
16616         * sylpheed.desktop
16617         * configure.ac
16618         * src/Makefile.am
16619         * src/main.c
16620                 Add support for Freedesktop.org's startup notification
16621
16622 2004-08-11 [colin]      0.9.12cvs57.4
16623
16624         * src/textview.c
16625                 Fix off-by-one
16626
16627 2004-08-11 [colin]      0.9.12cvs57.3
16628
16629         * src/message_search.c
16630         * src/summary_search.c
16631                 Make searches case insensitive by default
16632         * src/textview.c
16633                 Fix case-insensitive search in message
16634
16635 2004-08-11 [colin]      0.9.12cvs57.2
16636
16637         * src/summary_search.c
16638                 Let case-sensitive be specified
16639
16640 2004-08-10 [colin]      0.9.12cvs55.4
16641
16642         * src/common/socket.c
16643                 Fix the possible race condition
16644
16645 2004-08-09 [paul]       0.9.12cvs55.3
16646
16647         * configure.ac
16648         * src/Makefile.am
16649         * src/common/Makefile.am
16650                 sync with HEAD
16651
16652
16653 2004-08-09 [paul]       0.9.12cvs55.2
16654
16655         * autogen.sh
16656         * po/poconv.sh
16657                 remove unneeded script
16658
16659         * configure.ac
16660                 add forgotten USE_LDAP_TLS (sync with HEAD)
16661
16662
16663 2004-08-09 [colin]      0.9.12cvs55.1
16664
16665         * src/main.c
16666         * src/common/ssl.c
16667         * src/common/sylpheed.c
16668         * src/common/sylpheed.h
16669                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16670
16671 2004-08-09 [paul]       0.9.12cvs54.1
16672
16673         * ChangeLog
16674         * ChangeLog.claws
16675         * ChangeLog.jp
16676         * configure.ac
16677         * po/POTFILES.in
16678         * src/Makefile.am
16679         * src/folderutils.c
16680         * src/main.c
16681         * src/pgpmime.c
16682         * src/pgpmime.h
16683         * src/sgpgme.c
16684         * src/sgpgme.h
16685         * src/plugins/Makefile.am
16686         * src/plugins/pgpmime/.cvsignore
16687         * src/plugins/pgpmime/Makefile.am
16688         * src/plugins/pgpmime/pgpmime.c
16689         * src/plugins/pgpmime/pgpmime.h
16690         * src/plugins/pgpmime/plugin.c
16691         * src/plugins/pgpmime/sgpgme.c
16692         * src/plugins/pgpmime/sgpgme.h
16693                 sync with HEAD
16694
16695 2004-08-08 [paul]       0.9.12cvs51.1
16696
16697         * configure.ac
16698         * src/folder.c
16699                 sync with HEAD
16700
16701 2004-08-07 [colin]      0.9.12cvs50.1
16702
16703         * src/pop.c
16704         * src/common/partial_download.c
16705                 fix warnings (sync from HEAD)
16706
16707 2004-08-07 [colin]      0.9.12cvs48.1
16708
16709         * src/prefs_folder_item.c
16710                 sync with HEAD 0.9.12cvs48
16711
16712 2004-08-06 [colin]      0.9.12cvs47.1
16713
16714         * src/compose.c
16715                 Sync with HEAD
16716
16717 2004-08-06 [christoph]  0.9.12cvs46.2
16718
16719         * src/main.c
16720         * src/plugins/clamav/clamav_plugin_gtk.c
16721         * src/plugins/dillo_viewer/dillo_viewer.c
16722         * src/plugins/image_viewer/plugin.c
16723         * src/plugins/mathml_viewer/mathml_viewer.c
16724         * src/plugins/spamassassin/spamassassin_gtk.c
16725         * src/plugins/trayicon/trayicon.c
16726                 don't mix GTK1.2 plugin with GTK2 plugins
16727
16728 2004-08-06 [colin]      0.9.12cvs46.1
16729
16730         * ChangeLog
16731         * ChangeLog.claws
16732         * ChangeLog.jp
16733         * configure.ac
16734         * sylpheed-claws.pc.in
16735         * src/folder.c
16736         * src/imap.c
16737         * src/localfolder.c
16738         * src/messageview.c
16739         * src/mimeview.c
16740         * src/mimeview.h
16741         * src/msgcache.c
16742         * src/news.c
16743         * src/prefs_ext_prog.c
16744         * src/prefs_folder_item.c
16745         * src/prefs_fonts.c
16746         * src/prefs_msg_colors.c
16747         * src/prefs_spelling.c
16748         * src/prefs_themes.c
16749         * src/prefs_toolbar.c
16750         * src/prefs_wrapping.c
16751         * src/procmime.h
16752         * src/common/defs.h
16753         * src/common/nntp.c
16754         * src/common/session.c
16755         * src/common/session.h
16756         * src/common/socket.c
16757         * src/common/utils.h
16758         * src/common/xml.c
16759         * src/common/xml.h
16760         * src/gtk/prefswindow.c
16761         * src/gtk/prefswindow.h
16762         * src/plugins/clamav/clamav_plugin_gtk.c
16763         * src/plugins/dillo_viewer/dillo_prefs.c
16764         * src/plugins/image_viewer/viewerprefs.c
16765         * src/plugins/spamassassin/spamassassin_gtk.c
16766         * m4/openssl.m4 *** REMOVED ***
16767                 Sync with HEAD 0.9.12cvs46
16768
16769 2004-08-03 [paul]       0.9.12cvs40.2
16770
16771         * src/action.c
16772         * src/addressadd.c
16773         * src/addressbook.c
16774         * src/addrgather.c
16775         * src/browseldap.c
16776         * src/compose.c
16777         * src/crash.c
16778         * src/editaddress.c
16779         * src/editgroup.c
16780         * src/editldap_basedn.c
16781         * src/foldersel.c
16782         * src/importldif.c
16783         * src/mimeview.c
16784         * src/prefs_common.c
16785         * src/prefs_template.c
16786         * src/sourcewindow.c
16787         * src/summaryview.c
16788         * src/gtk/about.c
16789         * src/gtk/foldersort.c
16790         * src/gtk/logwindow.c
16791         * src/gtk/pluginwindow.c
16792         * src/gtk/prefswindow.c
16793                 change all gtk_scrolled_window_set_policy from 
16794                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16795
16796 2004-08-02 [paul]       0.9.12cvs40.1
16797
16798         * AUTHORS
16799                 update translation team section
16800         * po/pt_BR.po
16801                 updated by Frederico Goncalves Guimaraes
16802                 <fggdebian@yahoo.com.br>
16803
16804 2004-07-31 [colin]      0.9.12cvs39.9
16805
16806         * src/exphtmldlg.c
16807                 Fix compilation
16808
16809 2004-07-31 [colin]      0.9.12cvs39.8
16810
16811         * src/exphtmldlg.c
16812                 Fix an alertpanel type
16813
16814 2004-07-30 [colin]      0.9.12cvs39.7
16815
16816         * src/alertpanel.c
16817                 Fix alertpanel_error_log's icon
16818
16819 2004-07-30 [colin]      0.9.12cvs39.6
16820
16821         * src/pop.c
16822                 Two of them should still be warnings
16823
16824 2004-07-30 [colin]      0.9.12cvs39.5
16825
16826         * src/pop.c
16827                 More warning -> error
16828 2004-07-29 [colin]      0.9.12cvs39.4
16829
16830         * src/pop.c
16831                 Warning -> error
16832
16833 2004-07-29 [colin]      0.9.12cvs39.3
16834
16835         * src/prefs_matcher.c
16836                 Fix segfault
16837
16838 2004-07-29 [colin]      0.9.12cvs39.2
16839
16840         * src/alertpanel.c
16841                 More nice-looking alertpanels
16842
16843 2004-07-29 [colin]      0.9.12cvs39.1
16844
16845         * src/messageview.c
16846                 sync with head
16847                 (inform user when partial mail is deleted on server)
16848
16849 2004-07-29 [colin]      0.9.12cvs38.1
16850
16851         * src/messageview.c
16852                 sync with head
16853
16854 2004-07-28 [paul]       0.9.12cvs37.7
16855
16856         * src/mainwindow.c
16857                 complete the replacement of deprecated gtk_progress_*
16858
16859 2004-07-28 [paul]       0.9.12cvs37.6
16860
16861         * src/action.c
16862         * src/inc.c
16863         * src/mainwindow.c
16864         * src/send_message.c
16865         * src/gtk/progressdialog.c
16866         * src/gtk/progressdialog.h
16867                 replace deprecated gtk_progress_*
16868
16869 2004-07-28 [paul]       0.9.12cvs37.5
16870
16871         * src/gtk/filesel.c
16872                 remove gtk_window_set_wmclass()
16873 2004-07-28 [paul]       0.9.12cvs37.4
16874
16875         * src/addressbook.c
16876         * src/compose.c
16877         * src/foldersel.c
16878         * src/mainwindow.c
16879         * src/messageview.c
16880         * src/sourcewindow.c
16881         * src/gtk/logwindow.c
16882                 remove gtk_window_set_wmclass()
16883                 
16884         * src/prefs_filtering.c
16885         * src/prefs_filtering_action.c
16886         * src/prefs_fonts.c
16887         * src/prefs_gtk.c
16888         * src/prefs_matcher.c
16889         * src/ssl_manager.c
16890         * src/gtk/prefswindow.c
16891                 replace gtk_window_position()
16892
16893 2004-07-28 [colin]      0.9.12cvs37.3
16894
16895         * src/alertpanel.c
16896         * src/alertpanel.h
16897                 Add a way to specify panel type for specific
16898                 panels (alertpanel())
16899         * src/account.c
16900         * src/addressbook.c
16901         * src/compose.c
16902         * src/expldifdlg.c
16903         * src/main.c
16904         * src/messageview.c
16905         * src/summaryview.c
16906         * src/textview.c
16907         * src/gtk/sslcertwindow.c
16908                 Fix alertpanel()s so that their icon match
16909                 their real type
16910
16911 2004-07-28 [paul]       0.9.12cvs37.2
16912
16913         * src/addr_compl.c
16914         * src/addressbook.c
16915         * src/alertpanel.c
16916         * src/compose.c
16917         * src/export.c
16918         * src/foldersel.c
16919         * src/folderview.c
16920         * src/grouplistdialog.c
16921         * src/import.c
16922         * src/mainwindow.c
16923         * src/message_search.c
16924         * src/messageview.c
16925         * src/passphrase.c
16926         * src/prefs_actions.c
16927         * src/prefs_common.c
16928         * src/prefs_customheader.c
16929         * src/prefs_display_header.c
16930         * src/prefs_filtering.c
16931         * src/prefs_filtering_action.c
16932         * src/prefs_gtk.c
16933         * src/prefs_matcher.c
16934         * src/prefs_msg_colors.c
16935         * src/prefs_summary_column.c
16936         * src/prefs_template.c
16937         * src/sourcewindow.c
16938         * src/ssl_manager.c
16939         * src/summary_search.c
16940         * src/gtk/colorsel.c
16941         * src/gtk/description_window.c
16942         * src/gtk/gtkaspell.c
16943         * src/gtk/inputdialog.c
16944         * src/gtk/logwindow.c
16945         * src/gtk/prefswindow.c
16946         * src/gtk/progressdialog.c
16947                 replace deprecated gtk_window_set_policy
16948
16949 2004-07-27 [colin]      0.9.12cvs37.1
16950
16951         * src/msgcache.c
16952                 More fixes (synced for head again)
16953
16954 2004-07-27 [colin]      0.9.12cvs35.3
16955
16956         * src/msgcache.c
16957                 Fix wrong test
16958
16959 2004-07-27 [colin]      0.9.12cvs35.2
16960
16961         * src/mimeview.c
16962                 Fix width a bit (by Paul)
16963         * src/alertpanel.c
16964         * src/alertpanel.h
16965                 Specialize icons, make alertpanel_message()
16966                 private
16967         * src/message_search.c
16968         * src/sgpgme.c
16969         * src/summary_search.c
16970                 Suit alertpanel changes
16971
16972 2004-07-27 [colin]      0.9.12cvs35.1
16973
16974         * src/alertpanel.c
16975                 Add an icon
16976         * src/passphrase.c
16977                 Add debug output - maybe someone will
16978                 want to look at the problem with Grab
16979                 Input :)
16980         Bump version as we're synced with HEAD
16981
16982 2004-07-26 [colin]      0.9.12cvs33.26
16983
16984         * src/pop.c
16985                 Fix uidl-file parsing when not in new
16986                 format
16987
16988 2004-07-26 [colin]      0.9.12cvs33.25
16989
16990         * src/gtk/menu.c
16991                 Move popup menu up if necessary (fixes 
16992                 account selector)
16993         * src/mainwindow.c
16994                 Set account selector's button height to
16995                 minimum
16996
16997 2004-07-26 [colin]      0.9.12cvs33.24
16998
16999         * src/alertpanel.c
17000                 Maybe fix 551 (Truncated font in alert window)
17001
17002 2004-07-26 [colin]      0.9.12cvs33.23
17003
17004         * po/de.po
17005         * po/es.po
17006         * po/fr.po
17007         * po/it.po
17008         * po/ja.po
17009         * po/pl.po
17010         * po/ru.po
17011         * po/sk.po
17012         * po/sr.po
17013         * po/zh_CN.po
17014                 Sync po files with HEAD
17015
17016 2004-07-26 [paul]       0.9.12cvs33.22
17017
17018         * src/compose.c
17019                 fix Bug 556 'Organisation-header is sent even if empty'
17020
17021 2004-07-24 [colin]      0.9.12cvs33.21
17022
17023         * src/compose.c
17024         * src/gtk/gtkaspell.c
17025         * src/gtk/gtkaspell.h
17026                 Fix speller accelerators (require hack)
17027
17028 2004-07-24 [colin]      0.9.12cvs33.20
17029
17030         * src/gtk/gtkaspell.c
17031                 Fix over-eager code deletion breaking
17032                 Check while typing
17033
17034 2004-07-24 [colin]      0.9.12cvs33.19
17035
17036         * src/browseldap.c
17037         * src/ldapctrl.c
17038         * src/ldapctrl.h
17039         * src/ldapserver.h
17040                 Sync ldap with HEAD
17041         (Fixes 546 LDAP completely broken)
17042
17043 2004-07-24 [colin]      0.9.12cvs33.18
17044
17045         * src/prefs_msg_colors.c
17046                 Fix prototype mismatch
17047         (Fixes 547 void function cannot return value)
17048
17049 2004-07-24 [colin]      0.9.12cvs33.17
17050
17051         * src/mainwindow.c
17052                 Fix sort going back to previous sort key
17053                 when changing sort direction
17054
17055 2004-07-24 [colin]      0.9.12cvs33.16
17056
17057         * src/compose.c
17058                 Fix space insertion when re-wrapping at 
17059                 cursor point
17060
17061 2004-07-24 [colin]      0.9.12cvs33.15
17062
17063         * src/gtk/gtkaspell.c
17064                 Don't change cursor position in insert-text
17065                 callback
17066         (Fixes 539 Word wrapping on input transposes letters)
17067
17068 2004-07-24 [colin]      0.9.12cvs33.14
17069
17070         * src/gtk/gtkaspell.c
17071                 Reencode non-ascii chars to dictionary's
17072                 encoding
17073         (Fixes 544 Spell check broken non english locale)
17074
17075 2004-07-24 [colin]      0.9.12cvs33.13
17076
17077         * src/summaryview.c
17078                 Fix Shift+Down, add Home/End/PgUp/PgDown
17079
17080 2004-07-21 [colin]      0.9.12cvs33.12
17081
17082         * src/prefs_common.c
17083                 Fix a gtk warning (Patch by Andrej Kacian)
17084
17085 2004-07-21 [colin]      0.9.12cvs33.11
17086
17087         * src/gtk/filesel.c
17088                 More check
17089
17090 2004-07-21 [colin]      0.9.12cvs33.10
17091
17092         * src/compose.c
17093         * src/crash.c
17094         * src/export.c
17095         * src/import.c
17096         * src/messageview.c
17097         * src/mimeview.c
17098         * src/prefs_spelling.c
17099         * src/prefs_themes.c
17100         * src/summaryview.c
17101         * src/gtk/filesel.c
17102         * src/gtk/filesel.h
17103         * src/gtk/pluginwindow.c
17104                 Untwist open/save mode guessing logic, make
17105                 it explicit
17106
17107 2004-07-20 [colin]      0.9.12cvs33.9
17108
17109         * src/codeconv.c
17110                 conv_encode_header: src_charset is UTF-8 on
17111                 gtk2
17112         * src/compose.c
17113                 Remove double encoding of the headers
17114
17115 2004-07-20 [colin]      0.9.12cvs33.8
17116
17117         * src/codeconv.c
17118                 Fix typo
17119
17120 2004-07-20 [colin]      0.9.12cvs33.7
17121
17122         * src/mainwindow.c
17123                 Set the separated messageview to the saved
17124                 size of Claws' messageview (Patch by Alfons)
17125                 Fix a callback prototype (me)
17126
17127 2004-07-20 [colin]      0.9.12cvs33.6
17128
17129         * src/codeconv.h
17130                 Forgot one hunk in 0.9.12cvs33.4
17131
17132 2004-07-19 [colin]      0.9.12cvs33.5
17133
17134         * src/action.c
17135                 Action output fix
17136                 Patch by Alfons
17137
17138 2004-07-19 [colin]      0.9.12cvs33.4
17139
17140         * src/compose.c
17141                 Fix outgoing charset bug in headers
17142         * src/codeconv.c
17143                 Clean for glib2 - Patch by Alfons
17144
17145 2004-07-19 [colin]      0.9.12cvs33.3
17146
17147         * src/statusbar.c
17148                 Remove grip from the statusbar
17149                 Patch by Alfons
17150
17151 2004-07-19 [colin]      0.9.12cvs33.2
17152
17153         * src/messageview.c
17154         * src/textview.c
17155                 Fix messageview remembering the previous
17156                 scroll position when loading a new message
17157                 Patch by Alfons
17158
17159 2004-07-19 [colin]      0.9.12cvs33.1
17160
17161         * src/folder.h
17162         * src/folderview.c
17163         * src/summaryview.c
17164                 Sync with HEAD
17165
17166 2004-07-18 [colin]      0.9.12cvs32.7
17167
17168         * configure.ac
17169                 Remove useless check for XIM - noticed
17170                 by Alfons
17171
17172 2004-07-18 [colin]      0.9.12cvs32.6
17173
17174         * src/summaryview.c
17175                 Remove non-modified and shift-modified
17176                 accelerators in summaryview's popup
17177                 menu, as that doesn't get catched by
17178                 the accel-activate signal catcher...
17179
17180 2004-07-18 [colin]      0.9.12cvs32.5
17181
17182         * src/prefs_common.c
17183                 Define sensible default prefs for 
17184                 wrapping
17185
17186 2004-07-18 [colin]      0.9.12cvs32.4
17187
17188         * src/compose.c
17189         * src/prefs_common.c
17190         * src/prefs_common.h
17191         * src/prefs_wrapping.c
17192                 Remove Smart Wrapping pref, which does
17193                 nothing on gtk2 branch
17194
17195 2004-07-18 [colin]      0.9.12cvs32.3
17196
17197         * src/sourcewindow.c
17198                 Proper utf8
17199
17200 2004-07-18 [colin]      0.9.12cvs32.2
17201
17202         * src/compose.c
17203                 Save attachment status when drafting
17204
17205 2004-07-18 [colin]      0.9.12cvs32.1
17206
17207         * src/gtk/filesel.c
17208                 Fix erratic folder selection in open mode
17209
17210 2004-07-18 [colin]      0.9.12cvs31.11
17211
17212         * src/pop.c
17213                 Don't let partial messages get deleted
17214                 even with "dowload all"
17215                 (0.9.12cvs31.8 fix extension)
17216 2004-07-18 [colin]      0.9.12cvs31.10
17217
17218         * src/gtk/logwindow.c
17219                 Fix log scrolling
17220
17221 2004-07-18 [colin]      0.9.12cvs31.9
17222
17223         * src/common/utils.c
17224                 Fix non-utf8 strings coming from commands
17225                 and files
17226
17227 2004-07-18 [colin]      0.9.12cvs31.8
17228
17229         * src/pop.c
17230                 Fix partial download bug with Download all
17231                 messages option
17232
17233 2004-07-18 [colin]      0.9.12cvs31.7
17234
17235         * src/textview.c
17236                 Fix bug introduced in 0.9.12cvs31.2
17237                 (blocked in select mode after double click)
17238
17239 2004-07-18 [colin]      0.9.12cvs31.6
17240
17241         * src/compose.c
17242         * src/gtk/menu.c
17243                 More glib-warning fixes
17244
17245 2004-07-18 [colin]      0.9.12cvs31.5
17246
17247         * src/compose.c
17248                 Fix trashing the primary clipboard when moving 
17249                 around with tab
17250         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17251
17252 2004-07-18 [colin]      0.9.12cvs31.4
17253
17254         * src/codeconv.c
17255                 convert unencoded iso headers to utf8
17256         (Fix Bug 538 Unencoded local characters in subject make it 
17257          disappear)
17258
17259 2004-07-18 [colin]      0.9.12cvs31.3
17260
17261         * src/compose.c
17262                 Fix tab char handling in wrapping
17263         (Fix Bug 537 Line wrap problem - TAB character treated as 
17264          one character instead of 8)
17265
17266 2004-07-18 [colin]      0.9.12cvs31.2
17267
17268         * src/textview.c
17269                 return FALSE on GDK_MOTION_NOTIFY
17270         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17271          (unable to highlight))
17272
17273 2004-07-18 [colin]      0.9.12cvs31.1
17274
17275         * src/folderview.c
17276                 Sync with 0.9.12cvs31
17277
17278 2004-07-18 [colin]      0.9.12cvs30.4
17279
17280         * src/compose.c
17281                 Also block text_inserted when inserting a file
17282
17283 2004-07-18 [colin]      0.9.12cvs30.3
17284
17285         * src/compose.c
17286                 Fix smart wrapping (block text_inserted handler
17287                 while putting quotation to avoid wrap on input,
17288                 don't join lines if next is sig separator)
17289
17290 2004-07-17 [colin]      0.9.12cvs30.2
17291
17292         * src/folderview.c
17293         * src/mainwindow.c
17294         * src/mimeview.c
17295         * src/summaryview.c
17296         * src/gtk/quicksearch.c
17297         * src/gtk/quicksearch.h
17298                 Block key events handlers *and* accels while
17299                 quicksearch is focused
17300         (Fixes Bug 534 quick-search bar not accepting certain letters)
17301
17302 2004-07-17 [colin]      0.9.12cvs30.1
17303
17304         * src/folder.h
17305         * src/folderview.c
17306         * src/summaryview.c
17307                 Sync with 0.9.12cvs30
17308
17309 2004-07-17 [colin]      0.9.12cvs28.2
17310
17311         * src/mimeview.c
17312         * src/procmime.c
17313         * src/summaryview.c
17314         * src/gtk/menu.c
17315                 Squash some compile and glib warnings
17316
17317 2004-07-17 [paul]       0.9.12cvs28.1
17318
17319         * src/mimeview.c
17320                 sync with 0.9.12cvs28 HEAD
17321
17322 2004-07-16 [paul]       0.9.12cvs26.1
17323         
17324         * src/gtk/quicksearch.c
17325         * src/account.c
17326         * src/account.h
17327         * src/compose.c
17328         * src/customheader.c
17329         * src/folder_item_prefs.c
17330         * src/main.c
17331         * src/mainwindow.c
17332         * src/messageview.c
17333         * src/mimeview.c
17334         * src/news.c
17335         * src/pgpmime.c
17336         * src/pop.c
17337         * src/pop.h
17338         * src/prefs_account.c
17339         * src/prefs_account.h
17340         * src/prefs_common.c
17341         * src/prefs_common.h
17342         * src/prefs_display_header.c
17343         * src/prefs_gtk.c
17344         * src/prefs_gtk.h
17345         * src/procheader.c
17346         * src/procmime.c
17347                 sync with 0.9.12cvs26 HEAD      
17348
17349 2004-07-15 [colin]      0.9.12cvs18.14
17350
17351         * src/folder.c
17352                 Disable GPG signature check during
17353                 folder move and scan
17354         (Closes Bug 521 Signature checking slows down Folder-Move)
17355
17356 2004-07-14 [colin]      0.9.12cvs18.13
17357
17358         * src/common/partial_download.c
17359                 update includes
17360
17361 2004-07-14 [colin]      0.9.12cvs18.12
17362
17363         * src/common/partial_download.c
17364         * src/common/partial_download.h
17365                 Move doc at top, add correct copyright
17366
17367 2004-07-14 [colin]      0.9.12cvs18.11
17368
17369         * src/folder.c
17370         * src/messageview.c
17371         * src/pop.c
17372         * src/pop.h
17373         * src/procmsg.c
17374         * src/summaryview.c
17375         * src/common/Makefile.am
17376         * src/common/partial_download.c ** NEW FILES **
17377         * src/common/partial_download.h ** NEW FILES **
17378                 Move partial-download related stuff to its
17379                 own file
17380
17381 2004-07-14 [colin]      0.9.12cvs18.10
17382
17383         * src/send_message.c
17384                 Fix smtp auth when user is null or empty
17385
17386 2004-07-13 [colin]      0.9.12cvs18.9
17387
17388         * src/gtk/quicksearch.c
17389                 Use alphabetic order
17390
17391 2004-07-13 [colin]      0.9.12cvs18.8
17392
17393         * src/pop.c
17394                 Be paranoid on the checks
17395
17396 2004-07-13 [colin]      0.9.12cvs18.7
17397
17398         * src/gtk/quicksearch.c
17399                 Fix Engrish once again
17400
17401 2004-07-13 [colin]      0.9.12cvs18.6
17402
17403         * src/procmsg.c
17404         * src/summaryview.c
17405                 Mark messages for deletion when they are about to
17406                 be removed from trash
17407
17408 2004-07-13 [colin]      0.9.12cvs18.5
17409
17410         * src/matcher.c
17411         * src/matcher.h
17412         * src/matcher_parser_parse.y
17413         * src/prefs_matcher.c
17414         * src/gtk/quicksearch.c
17415                 Add 'partial' ('p') match string to find partially
17416                 downloaded messages
17417
17418 2004-07-13 [colin]      0.9.12cvs18.4
17419
17420         * src/pop.c
17421                 Fix misplaced block
17422
17423 2004-07-13 [colin]      0.9.12cvs18.3
17424
17425         * src/pop.c
17426         * src/pop.h
17427         * src/messageview.c
17428                 Refactor API (to avoid passing 5+ params and code
17429                 duplication)
17430         * src/folder.c
17431         * src/msgcache.c
17432         * src/procheader.c
17433         * src/common/defs.h
17434                 Add planned_download to cache
17435                 Don't mess uidl file when moving partially downloaded
17436                 mails (they change folder, we should change it in the
17437                 uidl list too or we'll remove an incorrect message)
17438                 (this also helps removing hacks when changing 
17439                 planned_download in messageview.c)
17440
17441 2004-07-12 [colin]      0.9.12cvs18.2
17442
17443         * src/gtk/quicksearch.c
17444                 Fix missing status update in quicksearch
17445
17446 2004-07-12 [paul]       0.9.12cvs18.1
17447
17448         * po/POTFILES.in
17449         * src/Makefile.am
17450         * src/account.c
17451         * src/codeconv.c
17452         * src/compose.c
17453         * src/inc.c
17454         * src/main.c
17455         * src/prefs_common.c
17456         * src/procmsg.h
17457         * src/toolbar.c
17458         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17459         * src/prefs_wrapping.[ch]       ** NEW FILES **
17460         * src/common/intl.h
17461         * src/common/utils.[ch]
17462         * src/gtk/quicksearch.[ch]
17463                 sync with 0.9.12cvs18 HEAD
17464
17465 2004-07-12 [colin]      0.9.11cvs17.25
17466
17467         * src/folder.c
17468         * src/folder.h
17469                 Remove unused function added by me in 0.9.11cvs17.10
17470
17471 2004-07-11 [colin]      0.9.11cvs17.24
17472
17473         * src/inc.c
17474         * src/messageview.c
17475         * src/pop.c
17476         * src/pop.h
17477                 Use folderitem and msgnum instead of filename to
17478                 know which mail to delete
17479                 Move old partial mail deletion to pop.c
17480
17481 2004-07-10 [colin]      0.9.11cvs17.23
17482
17483         * src/inc.c
17484                 Add debug
17485         * src/pop.c
17486         * src/pop.h
17487                 Don't re-use same enums for unrelated stuff: it's 
17488                 completely misleading !
17489                 Document a bit
17490
17491 2004-07-09 [colin]      0.9.11cvs17.22
17492
17493         * src/inc.c
17494                 Remove folder-type check and do
17495                 more tests to be sure everything's
17496                 ok
17497         * src/messageview.c
17498                 Punctuation update, remove useless
17499                 code, fix two warnings
17500         * src/noticeview.c
17501                 Layout cleaning, reset 2nd button
17502                 when specifying one
17503
17504 2004-07-09 [colin]      0.9.11cvs17.21
17505
17506         * src/messageview.c
17507         * src/pop.c
17508         * src/pop.h
17509                 Allow user to change his mind
17510                 and postpone decision (by
17511                 unmarking the mail)
17512
17513 2004-07-09 [colin]      0.9.11cvs17.20
17514
17515         * src/messageview.c
17516                 Fix bug with delete state
17517         * src/pop.c
17518         * src/pop.h
17519                 Fix buffer leak (fread doesn't 
17520                 terminate buffers with \0)
17521                 Refactoring (remove magic 
17522                 numbers)
17523
17524 2004-07-09 [colin]      0.9.11cvs17.19
17525
17526         * src/pop.c
17527                 Don't log "Skipping message" if 
17528                 we're going to TOP it two lines
17529                 later
17530
17531 2004-07-09 [colin]      0.9.11cvs17.18
17532
17533         * src/messageview.c
17534                 Fix Engrish
17535
17536 2004-07-09 [colin]      0.9.11cvs17.17
17537
17538         * src/pop.c
17539                 strlen checking...
17540         * src/messageview.c
17541                 refactoring a bit
17542
17543 2004-07-08 [colin]      0.9.11cvs17.16
17544
17545         * src/noticeview.c
17546         * src/noticeview.h
17547                 Add an optional second button
17548         * src/messageview.c
17549         * src/pop.c
17550         * src/pop.h
17551                 Don't delete partially received mails after a certain
17552                 time; rather, let the user decide.
17553
17554 2004-07-08 [colin]      0.9.11cvs17.15
17555
17556         * src/common/smtp.h
17557                 Sync with HEAD
17558
17559 2004-07-08 [colin]      0.9.11cvs17.14
17560
17561         * src/messageview.c
17562         * src/common/smtp.c
17563                 Use to_human_readable() for sizes
17564
17565 2004-07-08 [colin]      0.9.11cvs17.13
17566
17567         * src/inc.c
17568         * src/messageview.c
17569         * src/pop.c
17570         * src/pop.h
17571         * src/procmsg.c
17572                 Fix partial-downloading issues:
17573                         catch unsupported TOP
17574                         don't delete partially downloaded mails before 5 days
17575                         don't update existing with non-MH folders; that'll
17576                         make dups, but it's better than trashing the folder
17577                         free new msginfo parts
17578                 Fix indentation ;-)
17579
17580 2004-07-08 [colin]      0.9.11cvs17.12
17581
17582         * src/common/smtp.c
17583         * src/common/smtp.h
17584                 Sync smtp size verification with HEAD
17585
17586 2004-07-08 [colin]      0.9.11cvs17.11
17587
17588         * src/summaryview.c
17589         * src/prefs_common.c
17590         * src/prefs_common.h
17591         * src/gtk/quicksearch.c
17592         * src/gtk/quicksearch.h
17593                 Sync sticky pref with HEAD
17594
17595 2004-07-08 [colin]      0.9.11cvs17.10
17596
17597         * src/folder.c [1.213.2.6]
17598         * src/folder.h [1.87.2.6]
17599         * src/inc.c [1.149.2.7]
17600         * src/messageview.c [1.94.2.8]
17601         * src/procheader.c [1.47.2.6]
17602         * src/procmsg.c [1.150.2.4]
17603         * src/procmsg.h [1.60.2.5]
17604         * src/pop.c [1.56.2.4]
17605         * src/pop.h [1.17.2.3]
17606                 Let too big messages get downloaded, but truncated
17607                 Add a button to download them completely
17608                 
17609 2004-07-06 [colin]      0.9.11cvs17.9
17610
17611         * src/gtk/quicksearch.c [1.1.2.3]
17612                 Add a Clear button
17613         * commitHelper
17614         * PATCHSETS
17615                 Add a script to help with cvs
17616
17617 2004-07-03 [colin]      0.9.11cvs17.8
17618
17619         * src/plugins/imageviewer/viewer.c
17620                 fix imageviewer (which was staying on the first
17621                 displayed image)
17622
17623 2004-07-03 [colin]      0.9.11cvs17.7
17624
17625         Removed FIXME_GTK2 warnings
17626         * src/gtk/gtkutils.c
17627                 useless #warnings
17628         * src/gtk/menu.c
17629                 useless #warnings (no need to mess with menu rc)
17630         * src/gtk/menu.h
17631                 unused functions
17632         
17633
17634 2004-07-03 [colin]      0.9.11cvs17.6
17635
17636         Removed FIXME_GTK2 warnings
17637         * src/codeconv.c
17638                 useless #warnings (rewrite needed)
17639         * src/compose.c
17640                 useless #warnings (rewrite needed)
17641                 useless #warnings (gtk2 is like that)
17642                 useless #warnings (previously fixed)
17643         * src/main.c
17644                 useless #warnings (previously fixed)
17645         * src/message_search.c
17646                 useless #warnings (gtk2 is like that)
17647                 Made apparent that search is case-sensitive
17648         * src/mimeview.c
17649                 useless #warnings (rewrite needed)
17650                 useless #warnings (gtk2 is like that)
17651                 reimplemented real warnings
17652         * src/prefs_common.c
17653                 Removed block cursor option (not it gtk2)
17654         * src/prefs_gtk.c
17655                 useless #warnings (rewrite needed)
17656         * src/procheader.c
17657                 useless #warnings (rewrite needed)
17658         * src/sourcewindow.c
17659                 useless #warnings (incorrect placing)
17660         * src/summary_search.c
17661                 useless #warnings (gtk2 is like that)
17662                 Made apparent that search is case-sensitive
17663         * src/action.c
17664                 useless #warnings (gtk2 is like that)
17665         * src/textview.c
17666                 useless #warnings (rewrite needed)
17667         * src/toolbar.c
17668                 useless #warnings (rewrite needed)
17669
17670 2004-07-03 [colin]      0.9.11cvs17.5
17671
17672         * src/textview.c
17673                 Fix mismerge which broke URI opening
17674                 
17675 2004-07-01 [colin]      0.9.11cvs17.4
17676
17677         * src/gtk/filesel.c
17678                 Fill filename when saving
17679                 
17680 2004-06-27 [colin]      0.9.11cvs17.3
17681
17682         * src/gtk/filesel.[ch]
17683                 Use the new GTK file selector
17684                 Update prototype to match the reality: multiple file
17685                 selection is open-only          
17686         * src/compose.c
17687                 Match the new prototypes        
17688         * configure.ac
17689                 Match the new requirements (gtk 2.4.0)
17690                         
17691 2004-06-26 [colin]      0.9.11cvs17.2
17692
17693         * src/plugins/trayicon/trayicon.c
17694                 Remove useless signal handler on resize, which causes
17695                 an infinite "loop"
17696         
17697 2004-06-26 [colin]      0.9.11cvs17.1
17698         
17699         * tools/Makefile.am
17700                 remove launch_firebird and add nautilus2sylpheed.sh
17701         * src/quicksearch.c
17702           src/summaryview.c
17703                 Fix show/hide "Extended symbols" button problem
17704                 Fix apparition at startup
17705                 Fix const warnings
17706         * src/plugins/image_viewer/Makefile.am
17707                 Fix configure 
17708         * common/ssl.c
17709                 Re-enable certificate check, as it doesn't seem to
17710                 cause Xlib errors anymore
17711
17712 2004-06-25 [paul]       0.9.11cvs17
17713
17714         * sync with 0.9.11cvs17 HEAD
17715         
17716         NOTE: QuickSearch is broken
17717
17718 2004-06-07 [colin]      0.9.10claws67.10
17719         * src/plugins/trayicon/trayicon.c
17720           src/plugins/trayicon/libeggtrayicon/Makefile.am
17721           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17722                 Fix gettextization in trayicon plugin
17723
17724 2004-06-07 [colin]      0.9.10claws67.9
17725         
17726         * src/summaryview.c
17727           src/gtk/gtksctree.[ch]
17728                 Let Shift+{Up,Down} work in summaryview
17729                 (well, Down "works" and Up works)
17730                 Let the list scroll when using these keys
17731
17732 2004-06-06 [colin]      0.9.10claws67.8
17733
17734         * src/plugins/trayicon/trayicon.c
17735                 Fix pixmap update
17736
17737 2004-06-06 [colin]      0.9.10claws67.7
17738
17739         * src/addressbook.c
17740                 Fix signal handling causing system-wide focus grab
17741
17742 2004-05-25 [paul]       0.9.10claws67.6
17743
17744         * Makefile.am
17745           src/Makefile.am
17746                 clean up
17747
17748 2004-05-25 [paul]       0.9.10claws67.5
17749
17750         * replace deprecated gtk_signal... functions
17751
17752 2004-05-23 [colin]      0.9.10claws67.4
17753
17754         * src/compose.c
17755                 Fix wrapping
17756
17757 2004-05-22 [colin]      0.9.10claws67.3
17758
17759         * src/compose.c
17760                 Re-fix [Edited] in compose.c::compose_reedit()
17761
17762 2004-05-22 [colin]      0.9.10claws67.2
17763
17764         * src/procmime.c
17765                 Fix parsing of multiparts mails
17766
17767 2004-05-22 [colin]      0.9.10claws67.1
17768
17769         * src/summaryview.c
17770                 Fix quicksearch
17771
17772 2004-05-22 [paul]       0.9.10claws67
17773
17774         * sync with 0.9.10claws67 HEAD
17775
17776 2004-05-14 [alfons]
17777
17778         * src/procmime.h
17779                 add forgotton prototype
17780
17781 2004-05-10 [paul]       0.9.10claws57
17782
17783         * sync with 0.9.10claws57 HEAD
17784
17785 2004-05-05 [paul]       0.9.9.claws1
17786
17787         * ChangeLog-gtk2        ** REMOVED **
17788           ChangeLog-gtk2.claws  ** ADDED **
17789                 rename and adopt the normal claws format
17790                 
17791         * configure.ac
17792                 require gtkmathview >= 0.5
17793
17794         * ac/*                          ** REMOVED **
17795           ac/                           ** REMOVED **
17796           intl/Makefile.in              ** REMOVED **
17797           m4/                           ** ADDED **
17798           m4/missing                    ** ADDED **
17799           m4/missing/gdk-pixbuf.m4      ** ADDED **
17800           m4/missing/gettext.m4         ** ADDED **
17801           m4/missing/gpgme.m4           ** ADDED **
17802           m4/missing/imlib.m4           ** ADDED **
17803           m4/.cvsignore                 ** ADDED **
17804           m4/Makefile.am                ** ADDED **
17805           m4/README                     ** ADDED **
17806           m4/aclocal-include.m4         ** ADDED **
17807           m4/aspell.m4                  ** ADDED **
17808           m4/check-type.m4              ** ADDED **
17809           m4/gnupg-check-typedef.m4     ** ADDED **
17810           m4/openssl.m4                 ** ADDED **
17811           m4/spamassassin.m4            ** ADDED **
17812           po/ChangeLog                  ** REMOVED **
17813           po/Makefile.in.in             ** REMOVED **
17814           po/Rules-quot                 ** REMOVED **
17815           po/boldquot.sed               ** REMOVED **
17816           po/en@boldquot.header         ** REMOVED **
17817           po/en@quot.header             ** REMOVED **
17818           po/insert-header.sin          ** REMOVED **
17819           po/quot.sed                   ** REMOVED **
17820           po/remove-potcdate.sed        ** REMOVED **
17821           po/remove-potcdate.sin        ** REMOVED **
17822           po/stamp-po                   ** REMOVED **
17823           Makefile.am
17824           autogen.sh
17825           configure.ac
17826                 enable building with automake 1.8.x
17827                 add 'autopoint --force' to autogen.sh and remove all
17828                 auto-generated files, remove ac/ directory and use
17829                 m4/ directory instead
17830                 
17831         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17832                 fix gettextization
17833
17834 2004-02-28 Colin Leroy <colin@colino.net>
17835         * src/prefs_matcher.c
17836           src/prefs_filtering.c
17837           src/prefs_filtering_action.c
17838                 Fix non-editable GtkEntries
17839
17840 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17841         * src/prefs_themes.c
17842                 utf8 conversion for theme info
17843
17844 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17845         * sync 0.9.9claws
17846
17847 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17848         * src/grouplistdialog.c
17849                 allow multiple selections without ctrl key
17850
17851 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17852         * src/main.c
17853                 enable customizable accelerators
17854
17855 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17856         * src/prefs_common.c
17857                 re-enable different font settings for gtk1/2
17858         * src/prefs_folder_item.c
17859                 fix folder prefs displayed wrong
17860         * src/textview.c
17861                 set 'sunken' shadow type
17862
17863 2004-02-07 Colin Leroy <colin@colino.net>
17864         * src/compose.c
17865                 Fix message being always [Edited]
17866                 Encode headers correctly (utf8 buf)
17867
17868 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17869         * src/socket.c
17870                 remove double g_source_attach()
17871                 (Thanks to Colin Leroy)
17872
17873 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17874         * src/gtk/gtksctree.c
17875                 Fix SSL certificate list not shown
17876         * src/mimeview.c
17877                 Fix clicks in mime tree
17878
17879 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17880         * src/common/socket.c
17881                 Fix SSL receive
17882         * src/compose.c
17883                 Fix clipboard menu hotkeys
17884
17885 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17886         * src/gtk/gtkaspell.[ch]
17887           src/compose.c
17888                 reimplement spellchecker
17889
17890 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17891         * src/gtk/filesel.c
17892                 crash when inserting file in compose window
17893                 (TODO: keep old selection on clicks)
17894         * src/main.c
17895                 use gtkrc-2.0 instead of gtkrc
17896
17897 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17898         * src/messageview.c
17899                 remove orphaned mimeview unref()
17900
17901 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17902         * src/grouplistdialog.c
17903                 expand nodes containing subscribed groups
17904
17905 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17906         * src/textview.c
17907                 textview: hide cursor, restore old click behaviour
17908
17909 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17910         * src/textview.c
17911                 variable names messed up
17912
17913 2004-01-17 Colin Leroy <colin@colino.net>
17914         * src/addr_compl.c
17915                 Fix completion address too thin
17916         * src/compose.c
17917                 Fix tab-to-subject behaviour
17918         * src/summaryview.c
17919                 Implement key up & down in summaryview
17920
17921 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17922
17923         * sync 098claws
17924
17925 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17926         * configure.ac
17927           Makefile.am
17928           doc/.cvsignore
17929           doc/Makefile.am
17930                 faq, man, manual moved to doc/
17931         * ac/aspell.m4
17932           ac/check-type.m4
17933           ac/gnupg-check-typedef.m4
17934           ac/openssl.m4
17935           ac/spamassassin.m4
17936           ac/missing/gdk-pixbuf.m4
17937           ac/missing/gpgme.m4
17938           ac/missing/imlib.m4
17939                 fix automake warnings
17940
17941 2003-12-06 Colin Leroy <colin@colino.net>
17942         * src/summaryview.c
17943                 Fix quicksearch
17944
17945 2003-12-05 Colin Leroy <colin@colino.net>
17946         * src/summaryview.c
17947                 Fix going to next unread folder
17948
17949 2003-12-05 Colin Leroy <colin@colino.net>
17950         * src/crash.c
17951                 Fix gtk2 compilation
17952         * src/session.c
17953                 Remove iotag source handler at disconnection
17954         * src/socket.[ch] 
17955                 Remove source handler when closing socket 
17956                 (fixes another seg)
17957
17958 2003-12-04 Colin Leroy <colin@colino.net>
17959         * src/compose.c
17960           src/prefs_account.c
17961           src/prefs_common.c
17962                 Fix some dropdown menus
17963
17964 2003-12-04 Colin Leroy <colin@colino.net>
17965         * src/compose.c
17966                 Fix event handlers on header fields
17967         * src/common/socket.c
17968           src/common/session.c
17969                 Fix segfault with callback (SSL)
17970                 Fix end of session 
17971
17972 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17973
17974         * Fix compile bug in src/compose.c
17975         * removed src/gtk/gtkstext.[ch]
17976
17977 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17978
17979         * Convert character set and escape "text" attributes in toolbar setting
17980         files.
17981         * Fixed bug in button-press-event handling.
17982
17983 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17984
17985         * Fixed bug in key-press-event handling.
17986
17987 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17988
17989         * Enabled to compile tray-icon plugin (Ad-hoc).
17990         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17991
17992 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17993
17994         * Enabled to compile on sylpheed-claws.
17995         (tray-icon plugin still cannot compile yet.)
17996
17997 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17998
17999         * Updated to 0.9.5.
18000
18001 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18002
18003         * Updated to 0.9.4.
18004         * Ported monitoring SSL mechanism to GSource of GLib2
18005         (I don't confirm it)
18006         * Added _gtk2 suffix to key name of font preference to avoid
18007         ovverwriting preference of Gtk+-1.2 version.
18008
18009 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18010
18011         * Updated to 0.9.2.
18012
18013 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18014
18015         * Updated to 0.9.1.
18016         * Translate po files into UTF-8 when execute autogen.sh.
18017
18018 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18019
18020         * Updated to 0.9.0.
18021
18022 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18023
18024         * Plugged GError related memory leaks.
18025
18026 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18027
18028         * Changed default size of fonts.
18029         * Enabled to set titile font size of warning dialog.
18030
18031 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18032
18033         * Embed a sylpheed icon into executable binary on Windows.
18034
18035 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18036
18037         * I forgot to traslate character set of element string in src/xml.c.
18038
18039 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18040
18041         * Fixed detecting bind_textdomain_codeset in configure.in.
18042         * The bug in which "Example" of "Date fromat" preference isn't displayed
18043         correctly has been fixed.
18044
18045 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18046
18047         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18048           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18049           glib-gettextize
18050           Removed intl directory.
18051           Translated po files into UTF-8.
18052           (Thanks! Ryuji Abe)
18053
18054 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18055
18056         * The bug which doesn't unscape string in xml.c has been fixed.
18057
18058 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18059
18060         * The bug which is failed to translate encoding of file name thorough
18061         file dialog has been fixed.
18062
18063 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18064
18065         * Modified to translate file names which is used in inporting/expoting
18066         mbox feature and "Save as" feature into locale encoding.
18067         * Translate file names into locale encoding when "Attache file" and
18068         "Insert file".
18069         * Force set G_BROKEN_FILENAMES environment variable.
18070         * Other minor fixes.
18071
18072 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18073
18074         * Modified to treat MH folder's name as locale encoding.
18075
18076 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18077
18078         * The bug which clash on switching candidates of auto completion of
18079         addresses, cannot use auto completion in Japanesse is fixed
18080         (Thanks! Tokunaga-san)¡¥
18081
18082 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18083
18084         * The bug which cannot switch key accelerator preference has been fixed
18085         (Thanks! smbd-san)¡¥
18086
18087 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18088
18089         * version 0.8.11-gtk2-20030314
18090
18091 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18092
18093         * The bug in which character set conversion of filtering messages has
18094         been fixed.(Thanks! COCOA-san).
18095
18096 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18097
18098         * Revived "Leave space on head" preference in "Message" category.
18099         * A bug which clash when put the cursor to end of buffer and execute
18100         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18101
18102 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18103
18104         * version 0.8.11-gtk2-20030312
18105
18106 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18107
18108         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18109         * Modified to use Pango's API directly for font preference.
18110         * Integrated GtkTextView of textview to one widget.
18111         * Set fonts of header title in textview by "header_title" tag.
18112         * Removed some deprecated codes.
18113
18114 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18115
18116         * Updated to 0.8.11.
18117         * Merged cygwin patch(Thanks! Sakai-san).
18118
18119 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18120
18121         * version 0.8.10-gtk2-20030309