8051608556f29725f51b295b4a512831306dbc10
[claws.git] / ChangeLog
1 2006-09-12 [wwp]        2.4.0cvs177
2
3         * manual/fr/addrbook.xml
4         * manual/fr/handling.xml
5                 updated some quotes in the fr manual to match the fr translation.
6
7 2006-09-12 [wwp]        2.4.0cvs176
8
9         * src/prefs_matcher.c
10                 don't store translated string elements in matcher expressions.
11                 Also fixed a misused of Q_().
12
13 2006-09-11 [wwp]        2.4.0cvs175
14
15         * src/plugins//bogofilter/bogofilter.c
16         * src/plugins//clamav/clamav_plugin.c
17         * src/plugins//demo/demo.c
18         * src/plugins//dillo_viewer/dillo_viewer.c
19         * src/plugins//pgpcore/plugin.c
20         * src/plugins//pgpinline/plugin.c
21         * src/plugins//pgpmime/plugin.c
22         * src/plugins//spamassassin/spamassassin.c
23                 gettext-ize more strings (mostly plugin error messages).
24
25 2006-09-11 [colin]      2.4.0cvs174
26
27         * src/alertpanel.c
28                 Make maximum buffer size bigger to avoid
29                 truncating translated messages. Patch by
30                 Fabien
31
32 2006-09-11 [colin]      2.4.0cvs173
33
34         * src/etpan/imap-thread.c
35                 Fix compilation on OpenBSD, thanks to 
36                 Landry
37
38 2006-09-10 [wwp]        2.4.0cvs172
39
40         * manual/account.xml
41         * manual/addrbook.xml
42         * manual/handling.xml
43         * manual/es/handling.xml
44         * manual/fr/account.xml
45         * manual/fr/addrbook.xml
46         * manual/fr/handling.xml
47                 documented addressbook matching (condition configuration):
48                   addrbook.xml, en fr
49                 documented per-account filtering rules (handling/filtering
50                   section, account section):
51                   account.xml, handling.xml, en fr
52                 slightly updated the handling/searching section to tell few
53                   words about the extended search ability:
54                   handling.xml, en fr
55                 added missing <quote></quotes> to Quick Search:
56                   handling.xml, en fr es
57                 fixed a typo (auomatically):
58                   handling.xml, en
59                 changes revisited by Paul.
60
61 2006-09-10 [paul]       2.4.0cvs171
62
63         * src/prefs_actions.c
64         * src/prefs_filtering.c
65         * src/prefs_template.c
66                 adjustments to the gui
67                 Patch by Fabien Vantard (slightly modified)
68
69 2006-09-10 [colin]      2.4.0cvs170
70
71         * src/summaryview.c
72                 Check folderitem/summaryview consistency
73                 (basically automates Update summary). Fixes
74                 #1011 (wrong (negative) count on unread 
75                 messages)
76
77 2006-09-10 [colin]      2.4.0cvs169
78
79         * src/gtk/gtksctree.c
80                 Fix recursive expansion via mouse
81         * src/plugins/bogofilter/bogofilter.c
82                 Use normal filtering way of moving
83                 messages (batching), possibly fixing
84                 bug #1015 (Bogofilter plugin doubles 
85                 new messages)
86
87 2006-09-09 [wwp]        2.4.0cvs168
88
89         * src/prefs_filtering.c
90                 better place for this fix.
91
92 2006-09-09 [wwp]        2.4.0cvs167
93
94         * src/prefs_filtering.c
95                 fix a minor bug when the enabled status of a filtering/processing
96                 rule always got set to TRUE when replacing this rule. That still
97                 make sense when adding a new rule, but now when replacing, we
98                 don't override the value of 'enabled'.
99                 Also renamed the func prefs_filtering_list_view_get_rule_name()
100                 to prefs_filtering_list_view_get_info() as this function not only
101                 returns the name, but also the account_id and the enabled status.
102
103 2006-09-09 [mones]      2.4.0cvs166
104
105         * manual/glossary.xml
106         * manual/plugins.xml
107                 Minor format corrections
108         * manual/gpl.xml
109                 Fix misplaced NO WARRANTY section
110         * manual/es/advanced.xml
111         * manual/es/faq.xml
112         * manual/es/glossary.xml
113         * manual/es/gpl.xml
114         * manual/es/handling.xml
115         * manual/es/plugins.xml
116         * manual/es/starting.xml
117                 Incorporate changes from English version
118         * manual/fr/ack.xml
119         * manual/pl/ack.xml
120         * manual/es/ack.xml
121                 Fix address, (add translation credits in es version)
122         * po/es.po
123                 Updated translation
124
125 2006-09-09 [wwp]        2.4.0cvs165
126
127         * src/prefs_filtering.c
128                 fix a crash when opening filtering prefs, if matcherrc file contains
129                 broken data (non-existing account id, which is theoretically not
130                 possible).
131
132 2006-09-08 [colin]      2.4.0cvs164
133
134         * src/folder.c
135                 Wrong assert, make it an if()
136         * src/gtk/gtksctree.c
137                 Fix bug #1013 (expand selected thread 
138                 tree) - expanding is now recursive
139
140 2006-09-07 [wwp]        2.4.0cvs163
141
142         * src/prefs_matcher.c
143                 make better sentences about addressbook matching in the
144                 matcher prefs. This should make translators' work easier
145                 too.
146
147 2006-09-07 [wwp]        2.4.0cvs162
148
149         * src/prefs_filtering.c
150                 code simplification (get rid of dup var. assignment).
151
152 2006-09-07 [wwp]        2.4.0cvs161
153
154         * src/summaryview.c
155                 use GTK_STOCK icons when possible, patch by Fabien Vantard
156                 <fzzzzz@gmail.com>.
157
158 2006-09-07 [paul]       2.4.0cvs160
159
160         * src/mimeview.c
161                 fix compilation warnings
162                 Thanks to Colin
163
164 2006-09-07 [paul]       2.4.0cvs159
165
166         * src/mimeview.c
167                 select the mimepart icon when
168                 displaying as text
169                 Thanks to Colin
170
171 2006-09-06 [paul]       2.4.0cvs158
172
173         * src/prefs_filtering.c
174                 fix labels and table element spacing
175                 Patch by Fabien Vantard
176
177 2006-09-06 [paul]
178
179         2.5.0-rc3 released
180
181 2006-09-06 [paul]       2.4.0cvs157
182
183         * manual/es/advanced.xml
184                 fix typo
185
186 2006-09-06 [wwp]        2.4.0cvs156
187
188         * src/mainwindow.c
189                 fix an dup launch issue when iconified, thanks to Colin.
190
191 2006-09-06 [wwp]        2.4.0cvs155
192
193         * src/gtk//gtksctree.h
194                 oops, forgot that one!
195
196 2006-09-06 [wwp]        2.4.0cvs154
197
198         * manual/pl/advanced.xml
199         * manual/advanced.xml
200         * manual/es/advanced.xml
201         * manual/fr/advanced.xml
202         * src/prefs_customheader.c
203         * src/prefs_filtering_action.c
204         * src/foldersel.c
205         * src/prefs_summaries.c
206         * src/prefs_filtering.c
207         * src/account.c
208         * src/compose.c
209         * src/prefs_summary_column.c
210         * src/addr_compl.c
211         * src/prefs_actions.c
212         * src/prefs_folder_column.c
213         * src/ssl_manager.c
214         * src/prefs_template.c
215         * src/prefs_display_header.c
216         * src/prefs_common.h
217         * src/prefs_matcher.c
218         * src/prefs_common.c
219         * src/prefs_toolbar.c
220         * src/summaryview.c
221         * src/folderview.c
222         * src/gtk/gtksctree.c
223         * src/gtk/pluginwindow.c
224         * src/gtk/progressdialog.c
225         * src/gtk/prefswindow.c
226                 renamed hidden option enable_rules_hint to use_stripes_everywhere
227                 to make its meaning more obvious (all versions of the manual reflect
228                 the change).
229                 added an extra hidden option use_stripes_in_summary to allow
230                 discarding these stripes in mainwindow's folder and message lists;
231                 en and fr manuals only are OK towards this.
232
233 2006-09-06 [colin]      2.4.0cvs153
234
235         * src/textview.c
236                 Hide Sylpheed-Claws' internal queue headers
237                 when showing all headers. They'll be present
238                 only in Source window.
239
240 2006-09-05 [colin]      2.4.0cvs152
241
242         * src/plugins/trayicon/trayicon.c
243                 Fix crash at exit - we have to disconnect
244                 our handlers
245         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
246                 Update eggtrayicon - patch adapted from a
247                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
248                 on Sylpheed's ML
249
250 2006-09-05 [colin]      2.4.0cvs151
251
252         * src/mainwindow.c
253         * src/gtk/logwindow.c
254                 Fix race condition when something writes
255                 to the log too soon during init. Thanks
256                 to Fabien Vantard
257
258 2006-09-05 [colin]      2.4.0cvs150
259
260         * src/mimeview.c
261                 Don't select part on right-click either
262
263 2006-09-05 [paul]       2.4.0cvs149
264
265         * src/mimeview.c
266                 completion of previous commit
267                 Thanks to Colin
268
269 2006-09-05 [colin]      2.4.0cvs148
270
271         * src/mimeview.c
272                 Don't force selection on middle-click, just open
273
274 2006-09-04 [colin]      2.4.0cvs147
275
276         * src/mimeview.c
277                 Looks like gtk_notebook_set_current_page()
278                 sometimes steals focus, and this annoys us
279                 in MimeViewers as it renders navigation
280                 keys useless. Take back focus after switching
281                 pages.
282
283 2006-09-04 [colin]      2.4.0cvs146
284
285         * src/messageview.c
286                 Set stop_loading when clicking on Next
287                 during load. Don't add a callback to 
288                 avoid over-complicating things.
289
290 2006-09-04 [colin]      2.4.0cvs145
291
292         * src/mimeview.c
293         * src/messageview.c
294                 Fix multiple loads in separate messageview
295
296 2006-09-04 [colin]      2.4.0cvs144
297
298         * src/summaryview.c
299                 Let navigation keys be handled during 
300                 load
301
302 2006-09-04 [colin]      2.4.0cvs143
303
304         * src/messageview.c
305         * src/summaryview.c
306         * src/textview.c
307         * src/textview.h
308                 Make loading of huge mails (lots of text and/or
309                 images) cancellable, so the GUI doesn't block 
310
311 2006-09-04 [colin]      2.4.0cvs142
312
313         * src/plugins/trayicon/trayicon.c
314                 Fix annoyance when removing a folder with 
315                 unread mails: trayicon didn't update
316
317 2006-09-04 [paul]       2.4.0cvs141
318
319         * src/gtk/icon_legend.c
320                 straighten up columns
321                 Patch by Fabien Vantard
322
323 2006-09-04 [wwp]        2.4.0cvs140
324
325         * src/prefs_filtering.c
326                 fix new line's account name in filtering prefs:
327                 was "All", is now "(New)".
328
329 2006-09-04 [paul]       2.4.0cvs139
330
331         * tools/make.themes.project
332                 use "AUTOMAKE_OPTIONS = dist-bzip2"
333                 instead of homebrewed "make release"
334
335 2006-09-03 [colin]      2.4.0cvs138
336
337         * src/folderview.c
338                 Fix bug #1007 (Wrong folder highlighted)
339
340 2006-09-03 [colin]      2.4.0cvs137
341
342         * src/compose.c
343                 Don't set Newsgroup: header to a mail folder
344                 path
345
346 2006-09-03 [paul]       2.4.0cvs136
347
348         * src/prefs_other.c
349         * src/prefs_spelling.c
350                 unify the gui
351
352 2006-09-03 [paul]       2.4.0cvs135
353
354         * src/prefs_summaries.c
355                 correct menu item text in prefs_keybind_apply_clicked()
356
357 2006-09-03 [paul]       2.4.0cvs134
358
359         * manual/advanced.xml
360                 some improvements to the descriptions
361         * src/mainwindow.c
362         * src/messageview.c
363         * src/summaryview.c
364         * src/gtk/menu.c
365                 fix menu sensitivity issues
366         * src/prefs_message.c
367                 drop the useless word 'short'
368         * src/prefs_other.c
369                 add the word 'lines' indicating log length
370                 is a measure of lines
371         * src/textview.c
372                 fix compilation warnings
373
374 2006-09-02 [colin]      2.4.0cvs133
375
376         * src/messageview.c
377                 Display a special return-receipt message
378                 if the message is from the user
379         * src/summaryview.c
380                 Fix missing freeze of the list when marking
381                 all read and unthreading for exec. Thanks
382                 to Stephan Sachse.
383
384 2006-09-02 [paul]       2.4.0cvs132
385
386         * src/mainwindow.c
387         * src/prefs_message.c
388         * src/summaryview.c
389                 fix some english
390
391 2006-09-02 [wwp]        2.4.0cvs131
392
393         * src/prefs_filtering.c
394                 added an account name column to the filtering rules
395                 dialog.
396
397 2006-09-02 [colin]      2.4.0cvs130
398
399         * src/gtk/logwindow.c
400         * src/gtk/logwindow.h
401                 Block scrolling if we're not at the end
402                 of the log
403
404 2006-09-02 [colin]      2.4.0cvs129
405
406         * src/folder.c
407                 Make sure account-specific rules can't
408                 be used in {pre-,post-,}processing
409         * src/mainwindow.c
410         * src/gtk/logwindow.c
411         * src/gtk/logwindow.h
412                 Jump to last error when clicking on the
413                 warning icon
414
415 2006-09-02 [colin]      2.4.0cvs128
416
417         * src/imap.c
418         * src/import.c
419         * src/mainwindow.c
420         * src/mainwindow.h
421                 Fix warning icon
422         * src/inc.c
423         * src/mbox.c
424         * src/mbox.h
425                 Let proc_mbox know its account, for
426                 account-specific rules
427
428 2006-09-01 [colin]      2.4.0cvs127
429
430         * src/codeconv.c
431                 Don't uselessly use iconv to convert from
432                 us-ascii
433         * src/alertpanel.c
434         * src/mainwindow.c
435         * src/mainwindow.h
436         * src/inc.c
437                 Fix certain log cases, disable warning icon
438                 for now, the correct way to display it when
439                 necessary and only when necessary is probably
440                 to do it manually rather than use error logs
441         * src/etpan/imap-thread.c
442                 Clean up UID logging a bit
443         * src/gtk/logwindow.c
444         * src/gtk/logwindow.h
445                 Make logging faster when the window's closed
446
447 2006-09-01 [wwp]        2.4.0cvs126
448
449         * manual/fr/account.xml
450                 reflect changes to the ref. manual (parts of cvs72):
451                 fix tabnames and quotes.
452
453 2006-09-01 [wwp]        2.4.0cvs125
454
455         * manual/fr/plugins.xml
456                 reflect changes to the reference manual (cvs42):
457                 update IRC channel info.
458
459 2006-09-01 [wwp]        2.4.0cvs124
460
461         * commitHelper
462                 use CVSEDITOR env. var. if set, according to `man cvs`.
463
464 2006-09-01 [wwp]        2.4.0cvs123
465
466         * manual/advanced.xml
467                 better sentence again (thanks to Paul).
468
469 2006-09-01 [wwp]        2.4.0cvs122
470
471         * manual/advanced.xml
472         fix definition of toolbar_detachable and rework a bit the one of
473         enable_dotted_lines.
474
475 2006-09-01 [mones]      2.4.0cvs121
476
477         * manual/advanced.xml
478                 Document enable_dotted_lines
479
480 2006-09-01 [paul]       2.4.0cvs120
481
482         * src/folderview.c
483         * src/folderview.h
484         * src/imap.c
485         * src/mainwindow.c
486         * src/summaryview.c
487                 obey the 'When entering folder...' option
488                 when using the /View/Go to/... menu items
489                 Thanks to Colin
490
491 2006-08-31 [colin]      2.4.0cvs119
492
493         * src/folderview.c
494                 Revert 2.4.0cvs116, wrong fix.
495
496 2006-08-31 [colin]      2.4.0cvs118
497
498         * src/gtk/gtksctree.c
499                 Better state the various copyrights
500
501 2006-08-31 [colin]      2.4.0cvs117
502
503         * src/prefs_common.c
504                 fix enable_dotted_lines
505
506 2006-08-31 [colin]      2.4.0cvs116
507
508         * src/folderview.c
509                 Use pref "Always open on select" when going
510                 to next unread folder
511         * src/gtk/gtksctree.c
512                 Fix link failure to _gtk_clist_create_cell_layout
513                 on certain computers. (Why not mine, I wonder)
514
515 2006-08-31 [colin]      2.4.0cvs115
516
517         * src/procmsg.c
518         * src/textview.c
519         * src/plugins/bogofilter/bogofilter.c
520         * src/plugins/spamassassin/spamassassin.c
521                 Requalify some "errors" to warnings
522         * src/mainwindow.c
523         * src/mainwindow.h
524         * src/statusbar.c
525                 Add an icon in the statusbar to notify
526                 of errors
527         * src/gtk/gtksctree.c
528         * src/folderview.c
529         * src/summaryview.c
530                 Make the GtkSCTree look more modern by
531                 alternating background lines
532         * src/prefs_common.c
533         * src/prefs_common.h
534                 Add a pref to let people have the old
535                 way if they prefer
536
537
538 2006-08-30 [colin]      2.4.0cvs114
539
540         * src/procmsg.c
541         * src/procmsg.h
542                 Provide a way to filter a list of
543                 messages in an optimised manner, and
544                 add a list-filtering hook
545         * src/folder.c
546         * src/inc.c
547         * src/mbox.c
548                 Use the list filtering
549         * src/plugins/bogofilter/bogofilter.c
550                 Use the list-filtering hook
551                 Use -b (bulk) mode for more speed
552                 when learning and filtering
553         * src/etpan/imap-thread.c
554                 Make log output shorter in UID SEARCH
555
556
557 2006-08-30 [colin]      2.4.0cvs113
558
559         * src/plugins/bogofilter/bogofilter.c
560                 Really fast mass learning - thanks to David
561                 Relson for the options explanations :)
562
563 2006-08-30 [colin]      2.4.0cvs112
564
565         * src/msgcache.c
566                 Fix compilation on FreeBSD. Thanks
567                 to Michael Hugues
568
569 2006-08-29 [colin]      2.4.0cvs111
570
571         * src/folderview.c
572                 Handle "popup_menu" signal (for popping the 
573                 menu via the keyboard)
574         * src/mimeview.c
575         * src/mimeview.h
576         * src/summaryview.c
577         * src/textview.c
578         * src/gtk/gtkutils.c
579         * src/gtk/gtkutils.h
580                 Factorize scrolling code, and add an API 
581                 for MimeViewers to handle scroll orders
582
583 2006-08-29 [wwp]        2.4.0cvs110
584
585         * src/plugins//bogofilter/bogofilter.c
586         * src/plugins//spamassassin/spamassassin.c
587                 make the bogofilter/spamassassin filtering error dialogs at
588         incorporation obey to the "don't popup error dialog on
589         receive error" option. If disabled, feed the log window w/
590         the error message.
591
592 2006-08-29 [paul]
593
594         2.5.0-rc2 released
595
596 2006-08-29 [paul]       2.4.0cvs109
597
598         * Makefile.am
599                 remove 'make release', it's not needed
600                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
601
602 2006-08-29 [paul]       2.4.0cvs108
603
604         * src/foldersel.c
605         * src/summary_search.c
606         * src/gtk/progressdialog.c
607         * src/plugins/pgpcore/passphrase.c
608                 replace deprecated gtk_window_set_policy()
609
610 2006-08-29 [colin]      2.4.0cvs107
611
612         * src/folder.c
613                 Fix data loss when copy fails during a move:
614                 only use fast remove_msgs if everything was
615                 copied OK; else use slow remove_msg on the
616                 mails that got copied only.
617
618 2006-08-28 [paul]       2.4.0cvs106
619
620         * src/mh.c
621                 revert change in 2.4.0cvs104, it breaks
622                 stuff
623
624 2006-08-28 [paul]       2.4.0cvs105
625
626         * src/plugins/spamassassin/spamassassin.c
627                 english fix
628
629 2006-08-28 [paul]       2.4.0cvs104
630
631         * src/mh.c
632                 fix data loss when moving to another
633                 mailbox fails
634         * src/prefs_spelling.c
635                 improve the english
636         * src/gtk/pluginwindow.c
637                 improve the layout of the dialog text
638         All thanks to Colin
639
640 2006-08-28 [paul]       2.4.0cvs103
641
642         * src/plugins/bogofilter/bogofilter.c
643         * src/plugins/bogofilter/bogofilter_gtk.c
644                 fix english up a bit, innit
645
646 2006-08-28 [paul]       2.4.0cvs102
647
648         * configure.ac
649         * po/Makefile.in.in
650         * po/Makevars
651                 require autoconf 2.60, enabling building
652                 with gettext 0.15 (gettext 0.14.x build still
653                 possible). Replace Makefiles with versions
654                 from gettext 0.15.
655                 Remove configure options --with-localedir and
656                 --with-mandir. The options that are provided
657                 directly by autoconf 2.60 can be used instead:
658                 --mandir --localedir
659
660 2006-08-27 [colin]      2.4.0cvs101
661
662         * src/plugins/bogofilter/Makefile.am
663                 Fix make dist (no README)
664
665 2006-08-27 [colin]      2.4.0cvs100
666
667         * src/folder.c
668                 Don't use F_UNKNOWN folders for any default
669                 outbox/trash/etc
670         * src/plugins/bogofilter/bogofilter.c
671         * src/plugins/bogofilter/bogofilter.h
672         * src/plugins/bogofilter/bogofilter_gtk.c
673                 Add an option to specify the path to bogofilter
674                 Use single-quotes to be able to learn in folders
675                 with spaces in their names
676                 Verify learning status
677
678 2006-08-27 [colin]      2.4.0cvs99
679
680         * manual/faq.xml
681         * manual/plugins.xml
682                 Document Bogofilter plugin
683
684 2006-08-27 [colin]      2.4.0cvs98
685
686         * src/compose.c
687         * src/messageview.c
688         * src/procmsg.c
689         * src/procmsg.h
690                 When possible, copy the queued mail to sent folder
691                 instead of re-adding. Much faster on IMAP.
692
693 2006-08-27 [colin]      2.4.0cvs97
694
695         * src/msgcache.c
696                 Disable mmaped caches - huge metadata loss
697                 here after a power failure.
698         * src/summaryview.c
699                 Add quicksearch timing
700         * src/common/plugin.c
701         * src/common/plugin.h
702                 Implement an interface to tell what plugins
703                 provide. Prevent loading of similar plugins.
704         * src/plugins/clamav/clamav_plugin.c
705         * src/plugins/demo/demo.c
706         * src/plugins/dillo_viewer/dillo_viewer.c
707         * src/plugins/pgpcore/plugin.c
708         * src/plugins/pgpinline/pgpinline.c
709         * src/plugins/pgpmime/pgpmime.c
710         * src/plugins/spamassassin/spamassassin.c
711         * src/plugins/trayicon/trayicon.c
712                 Implement plugin_provides()
713
714 2006-08-27 [colin]      2.4.0cvs96
715
716         * configure.ac
717         * src/plugins/Makefile.am
718         * src/plugins/bogofilter/.cvsignore
719         * src/plugins/bogofilter/Makefile.am
720         * src/plugins/bogofilter/bogofilter.c
721         * src/plugins/bogofilter/bogofilter.h
722         * src/plugins/bogofilter/bogofilter_gtk.c
723                 New Bogofilter plugin, provides filtering and
724                 learning. Spamassassin will go to extra plugins.
725
726 2006-08-26 [mones]      2.4.0cvs95
727
728         * manual/handling.xml
729                 Fix subfolder path in the example (thanks to Paul) 
730
731 2006-08-26 [mones]      2.4.0cvs94
732
733         * manual/glossary.xml
734                 2.2. + add ISP to the glossary
735                 7.5. + Add UIDL to glossary
736                 7.7. + Add TCP to glossary
737         * manual/handling.xml
738                 7.1. + Mentions GNU/Linux distribution, what about the non...
739                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
740                 7.3. + Mentions .bashrc, what about the non-bash ones? 
741                 7.4. = Use appropriate quotation for commands
742                 7.6. = change "" to <quote></quote>
743         * manual/plugins.xml
744                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
745         * manual/starting.xml
746                 2.1. + local mbox file: some examples of mbox file locations...
747                 Also reformatted files requiring it
748
749 2006-08-26 [wwp]        2.4.0cvs93
750
751         * src/summary_search.c
752                 disable find buttons while summary search is running.
753
754 2006-08-25 [colin]      2.4.0cvs92
755
756         * src/folder.c
757         * src/folderutils.c
758         * src/mh.c
759         * src/procmsg.h
760         * src/summaryview.c
761                 Speed up MH moving, and add progressbar
762                 for MH deletion
763         * src/msgcache.c
764                 Write cache files using mmap() too
765
766 2006-08-25 [wwp]        2.4.0cvs91
767
768         * src/summaryview.c
769                 switch spam<->ham button when a message has been marked as spam or ham
770                 and is still selected. Thanks to Colin.
771
772 2006-08-25 [paul]       2.4.0cvs90
773
774         * src/Makefile.am
775         * src/stock_pixmap.c
776         * src/stock_pixmap.h
777         * src/summaryview.c
778         * src/gtk/icon_legend.c
779         * src/pixmaps/copied.xpm
780         * src/pixmaps/moved.xpm
781                 add icons for delayed execution marked for
782                 copying, marked for moving
783
784 2006-08-25 [mones]      2.4.0cvs89
785
786         * manual/glossary.xml
787                 Fix the other glossary items:
788                 5.1. = Inmmediate execution -> <quote>immediate execution...
789                 5.2. = Fix MBOX capitalization -> Mbox
790                 5.3. + Improve Plugins def. w/ tech. ref.
791                 5.4. = Quotation -> replace '>' by <quote>></quote>
792                 5.5. - SMTP Server. -> remove dot
793         * po/es.po
794                 Updated translation
795
796 2006-08-25 [mones]      2.4.0cvs88
797
798         * manual/ack.xml
799                 Reformatted, changed email address
800         * manual/glossary.xml
801                 Reformatted, fixed MANUAL-TODO items:
802                 8.2. + add ROT-13 to glossary
803                 8.4. + add URL to glossary
804         * manual/es/advanced.xml
805                 Fixed <literal>s
806
807 2006-08-25 [paul]       2.4.0cvs87
808
809         * src/gtk/icon_legend.c
810                 add 'marked for deletion' icon
811                 arrange icons by containing column
812                 wrap long label text
813
814 2006-08-25 [colin]      2.4.0cvs86
815
816         * src/common/utils.c
817         * src/common/utils.h
818                 Add the sc_g_*list_bigger functions in
819                 a place everyone can use it
820         * src/summaryview.c
821                 Only freeze/thaw the list when working
822                 on the selection, if it's bigger than 1
823         * src/gtk/gtksctree.c
824                 Only freeze/thaw the list when unselec-
825                 ting 'all' if ('all' != 1)
826                 This avoids some flickering
827
828 2006-08-24 [colin]      2.4.0cvs85
829
830         * src/addressbook.c
831                 Fix strange list selection
832                 Fix random seg (Invalid read of freed memory)
833
834 2006-08-24 [colin]      2.4.0cvs84
835
836         * src/alertpanel.c
837         * src/gtk/inputdialog.c
838         * src/plugins/pgpcore/passphrase.c
839                 Revert minimal width patch of 2.4.0cvs67,
840                 as it is also a maximal width. Use 
841                 gtk_window_set_default_size instead.
842
843 2006-08-24 [colin]      2.4.0cvs83
844
845         * src/msgcache.c
846                 Write cache/mark to temp files before
847                 overwriting old ones (avoids metadata
848                 loss if writing the new files fail).
849                 Use mmap() to read cache/mark file, as
850                 this makes cache reading faster. Dis-
851                 abled for big-endian machines until it
852                 can be tested. (Big-endian users: set
853                 msgcache_use_mmap = TRUE in the relevant
854                 #if).
855         * src/procmsg.h
856                 Move rarely used fields of MsgInfo in 
857                 another structure, which will only be
858                 allocated if needed. Face, X-Face,
859                 Return receipt headers and List-*
860                 headers are moved. Mails having none
861                 of these occupy 52 bytes less with
862                 this patch, which makes 2.5MB of RAM
863                 saved on a 50k folder).
864         * src/headerview.c
865         * src/mainwindow.c
866         * src/messageview.c
867         * src/partial_download.c
868         * src/procheader.c
869         * src/procmsg.c
870         * src/textview.c
871                 Follow this structure change.
872
873 2006-08-24 [wwp]        2.4.0cvs82
874
875         * manual/es/.cvsignore
876         * manual/es/dist/.cvsignore
877         * manual/es/dist/html/.cvsignore
878         * manual/es/dist/pdf/.cvsignore
879         * manual/es/dist/ps/.cvsignore
880         * manual/es/dist/txt/.cvsignore
881                 more (generated) files to ignore.
882
883 2006-08-24 [colin]      2.4.0cvs81
884
885         * src/folder.c
886         * src/mh.c
887                 Fix possible problems with local delivery. Check the folder doesn't
888                 need scan before setting its mtime when saving cache (which can be
889                 done long after the folder's been modified by an external process);
890                 Check that the stored item's mtime didn't change in mh functions.
891
892 2006-08-24 [mones]      2.4.0cvs80
893
894         * manual/advanced.xml
895                 Rewrapping, some fixes and MANUAL-TODO items:
896                 8.1. = change "" to <quote></quote>
897                 8.3. = quote menu items
898                 8.5. - deploying -> new user ... ideally a new user (redundant)
899
900 2006-08-23 [colin]      2.4.0cvs79
901
902         * src/gtk/gtksctree.c
903                 When selecting or deselecting range, only
904                 freeze/thaw when selection is bigger than 10
905
906 2006-08-23 [colin]      2.4.0cvs78
907
908         * src/messageview.c
909         * src/mimeview.c
910         * src/mimeview.h
911         * src/plugins/dillo_viewer/dillo_viewer.c
912                 Provide an API for MimeViewer plugins to
913                 return a text selection for replying
914
915 2006-08-23 [colin]      2.4.0cvs77
916
917         * src/image_viewer.c
918         * src/textview.c
919                 Use gtk_pixbuf_new_from_file_at_scale(), which
920                 is faster than getting the pixbuf then resizing
921                 it.
922
923 2006-08-23 [colin]      2.4.0cvs76
924
925         * src/procmime.c
926                 UTF-8 should be sent Quoted-printable
927
928 2006-08-22 [colin]      2.4.0cvs75
929
930         * src/mh.c
931                 Check if scan is required before touching
932                 the folder (or it'll be required every time)
933
934 2006-08-22 [colin]      2.4.0cvs74
935
936         * configure.ac
937                 Require libetpan 0.46 (crasher fix when built
938                 against gnutls)
939
940 2006-08-22 [colin]      2.4.0cvs73
941
942         * src/folder.c
943                 Set folder's mtime after writing its
944                 cache
945         * src/folderview.c
946                 Add some timing
947         * src/procmsg.c
948                 Don't do useless stuff if we don't 
949                 thread by subject
950         * src/summaryview.c
951                 Add some timing, don't deselect prior
952                 to selecting (gtksctree does it itself),
953                 remove crash avoidance hacks as it's been
954                 properly fixed since a while
955         * src/common/utils.c
956                 Optimize to_human_readable(): _() is slow,
957                 do it only once, and avoid %f format for KB
958                 (the most common in a summaryview)
959         * src/gtk/gtksctree.c
960                 Don't uselessly freeze/thaw (fixes flicker
961                 on next unread and friends), reduce number
962                 of g_list_nth/g_list_position where possible
963         * src/gtk/gtkutils.c
964         * src/gtk/gtkutils.h
965                 Reduce number of g_list_nth/g_list_position
966                 where possible.
967                 All of this makes loading as 70k folder 2.1
968                 seconds instead of 3.2 (with hot FS caches).
969                 (1.3 seconds without Date and Size columns...)
970
971 2006-08-22 [paul]       2.4.0cvs72
972
973         wrap documents and do some items from mones' MANUAL-TODO:
974
975         * manual/account.xml
976                 4.1. = fix tabname references to <quote>tabname</quote>
977                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
978         * manual/faq.xml
979                 1.1. = mentioned options don't match UI
980                 Add information about the 'Never send Return Receipts'
981                 option
982         * manual/handling.xml
983                 6.2. = Mentions Extended symbols button, but now is
984                 named Information
985                 6.3. = Mentions ... button, which is now Edit
986
987 2006-08-22 [colin]      2.4.0cvs71
988
989         * src/gtk/pluginwindow.c
990                 Fix layout in verbose translations (such
991                 as french)
992
993 2006-08-22 [paul]       2.4.0cvs70
994
995         * manual/Makefile.am
996                 build manuals in alphabetical order
997         * src/addressbook.c
998         * src/prefs_themes.c
999                 replace/remove deprecated symbols
1000         * src/gtk/gtkutils.c
1001                 fix a warning
1002         * src/gtk/pluginwindow.c
1003                 replace deprecated symbol
1004                 replace label text and move it
1005         * src/plugins/pgpcore/prefs_gpg.c
1006                 move the 'Generate...' button out of the
1007                 Sign Key frame, replace the English used
1008         * src/plugins/pgpcore/sgpgme.c
1009                 fixes to the English
1010
1011 2006-08-21 [colin]      2.4.0cvs69
1012
1013         * src/plugins/trayicon/trayicon.c
1014                 Add more strings for translation; patch
1015                 by Pawel
1016
1017 2006-08-21 [colin]      2.4.0cvs68
1018
1019         * src/compose.c
1020                 fix replied flag not set after drafting
1021         * src/matcher.c
1022                 fix body quicksearch in non-encoded bodies
1023                 containing '='
1024         * src/msgcache.c
1025                 Get rid of the g_malloc workaround for
1026                 corrupted caches, use g_try_malloc
1027
1028 2006-08-21 [colin]      2.4.0cvs67
1029
1030         * src/alertpanel.c
1031         * src/gtk/inputdialog.c
1032         * src/plugins/pgpcore/passphrase.c
1033                 Set minimal width to 375
1034         * src/mainwindow.c
1035                 Fix switching to offline, asking if it 
1036                 should be overriden for synchronising
1037         * src/mimeview.c
1038                 Don't offer to remember command on Open 
1039                 with for text parts, as the browser or 
1040                 text editor command isn't changed from 
1041                 there
1042
1043 2006-08-20 [paul]       2.4.0cvs66
1044
1045         * po/ko.po
1046         * po/zh_CN.po
1047                 fix plural form errors. revealed by stricter
1048                 checking of gettext 0.15
1049
1050 2006-08-18 [paul]       2.4.0cvs65
1051
1052         * src/stock_pixmap.c
1053                 fix the fix of 2.4.0cvs64
1054                 Thanks to Colin
1055
1056 2006-08-18 [paul]       2.4.0cvs64
1057
1058         * src/stock_pixmap.c
1059                 fix leaks
1060                 Thanks to Colin
1061
1062 2006-08-18 [paul]       2.4.0cvs63
1063
1064         * src/compose.c
1065         * src/procmsg.c
1066                 fix occasional IMAP bug where large msgs
1067                 were left in the queue folder after sending
1068                 Thanks to Colin
1069
1070 2006-08-18 [paul]       2.4.0cvs62
1071
1072         * src/folderview.c
1073                 freeze the summaryview while quicksearch results
1074                 are displayed
1075                 (fixes bug 456 'current message is hidden when the
1076                 view is refreshed and extended search is "unread 
1077                 messages"')
1078                 Thanks to Colin
1079         * src/textview.c
1080                 add missing #include "inputdialog.h"
1081         * src/common/utils.h
1082                 add missing mailcap_update_default() and improve
1083                 readability
1084
1085 2006-08-17 [colin]      2.4.0cvs61
1086
1087         * src/plugins/pgpcore/select-keys.c
1088                 Fix warnings :)
1089
1090 2006-08-17 [colin]      2.4.0cvs60
1091
1092         * src/compose.c
1093                 Don't continue queuing if Cancel is clicked
1094                 in select-keys
1095
1096 2006-08-17 [colin]      2.4.0cvs59
1097
1098         * src/plugins/pgpcore/select-keys.c
1099                 When encrypting, if only one key matches and it 
1100                 matches exactly, automatically use it.
1101
1102 2006-08-17 [colin]      2.4.0cvs58
1103
1104         * src/mimeview.c
1105         * src/prefs_common.c
1106         * src/prefs_common.h
1107         * src/prefs_ext_prog.c
1108         * src/textview.c
1109                 Fix issues with previous patch (text/html)
1110                 Remove outdated prefs
1111
1112 2006-08-17 [colin]      2.4.0cvs57
1113
1114         * src/imap.c
1115                 Add View Log button on auth error
1116         * src/procmsg.c
1117                 Fix encrypted mail marked as new when
1118                 saved in normal folders
1119         * src/plugins/pgpinline/pgpinline.c
1120                 Fix encrypt bug on IMAP
1121         * src/mimeview.c
1122         * src/common/utils.c
1123         * src/common/utils.h
1124         * src/gtk/inputdialog.c
1125         * src/gtk/inputdialog.h
1126                 Get rid of metamail stuff, simplify
1127                 opening, and allow remembering of user's
1128                 choices (by updating ~/.mailcap). There's
1129                 still to drop "Audio player" and "Image
1130                 viewer" preferences.
1131
1132 2006-08-17 [mones]      2.4.0cvs56
1133
1134         * manual/es/sylpheed-claws-manual.xml
1135                 fix DTD path
1136
1137 2006-08-17 [mones]      2.4.0cvs55
1138
1139         * configure.ac
1140         * manual/Makefile.am
1141         * manual/es/Makefile.am
1142         * manual/es/account.xml
1143         * manual/es/ack.xml
1144         * manual/es/addrbook.xml
1145         * manual/es/advanced.xml
1146         * manual/es/faq.xml
1147         * manual/es/glossary.xml
1148         * manual/es/gpl.xml
1149         * manual/es/handling.xml
1150         * manual/es/intro.xml
1151         * manual/es/keyboard.xml
1152         * manual/es/plugins.xml
1153         * manual/es/starting.xml
1154         * manual/es/sylpheed-claws-manual.xml
1155         * manual/es/dist/Makefile.am
1156         * manual/es/dist/html/Makefile.am
1157         * manual/es/dist/pdf/Makefile.am
1158         * manual/es/dist/ps/Makefile.am
1159         * manual/es/dist/txt/Makefile.am
1160                 Spanish translation for the manual
1161
1162 2006-08-16 [colin]      2.4.0cvs54
1163
1164         * src/compose.c
1165         * src/main.c
1166         * src/mainwindow.c
1167                 Fix send button sensitivity at startup
1168                 Set send menu sensitivity (patch by Fabien)
1169         * src/ssl_manager.c
1170                 Enable closing with esc (patch by Fabien)
1171         * src/gtk/foldersort.c
1172                 Enable closing with esc (patch by Fabien)
1173         * src/procmime.c
1174                 Optimisation (no need to copy to tempfile to
1175                 "decode" 7bit and 8bit)
1176         * src/summaryview.c
1177                 Fix cruft in swap_from case
1178         * src/textview.c
1179                 Fix missing last line in some mail cases 
1180                 (Fixes debian #381872)
1181         * src/plugins/pgpcore/prefs_gpg.c
1182         * src/plugins/pgpcore/sgpgme.c
1183         * src/plugins/pgpcore/sgpgme.h
1184                 Don't show "no key found" when user explicitely
1185                 wants to create a key
1186
1187 2006-08-16 [paul]       2.4.0cvs53
1188
1189         * configure.ac
1190         * src/account.c
1191         * src/addressbook.c
1192         * src/headerview.c
1193         * src/prefs_account.c
1194         * src/prefs_message.c
1195         * src/gtk/gtkutils.c
1196                 bump up minimum required versions of GTK+ and
1197                 GLIB to 2.6.0
1198
1199 2006-08-16 [paul]       2.4.0cvs52
1200
1201         * src/toolbar.c
1202                 workaround GTK+ Bug 351600 - 'Can't re-click
1203                 on button after sensitivity update'
1204                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1205                 Thanks to Colin
1206
1207 2006-08-15 [colin]      2.4.0cvs51
1208
1209         * src/plugins/pgpcore/prefs_gpg.c
1210                 Set options sensitivity according to
1211                 key existence
1212         * src/plugins/pgpcore/sgpgme.c
1213                 Allow to create key with no passphrase
1214
1215 2006-08-14 [cleroy]     2.4.0cvs50
1216
1217         * src/gtk/pluginwindow.c
1218                 New layout (maybe to be changed?)
1219         * src/gtk/gtkutils.c
1220                 Fix a bit label_window
1221         * src/plugins/pgpcore/passphrase.c
1222         * src/plugins/pgpcore/passphrase.h
1223         * src/plugins/pgpcore/plugin.c
1224         * src/plugins/pgpcore/prefs_gpg.c
1225         * src/plugins/pgpcore/prefs_gpg.h
1226         * src/plugins/pgpcore/sgpgme.c
1227         * src/plugins/pgpcore/sgpgme.h
1228                 Allow to create a PGP private key via the GUI
1229
1230 2006-08-14 [wwp]        2.4.0cvs49
1231
1232         * src/addressbook_foldersel.c
1233                 fix strict ISO C90 compliance.
1234
1235 2006-08-14 [paul]       2.4.0cvs48
1236
1237         * src/gtk/prefswindow.c
1238                 re-set scrolled window on opening
1239                 Patch by Ticho
1240
1241 2006-08-14 [paul]
1242
1243         2.5.0-rc1 released
1244
1245 2006-08-14 [paul]       2.4.0cvs47
1246
1247         * src/prefs_display_header.c
1248                 re-enable user-defined Displayed Headers
1249
1250 2006-08-14 [paul]       2.4.0cvs46
1251
1252         * src/prefs_account.c
1253                 use GTK_STOCK_EDIT
1254
1255 2006-08-13 [colin]      2.4.0cvs45
1256
1257         * src/common/utils.c
1258                 Fix "a" in quote when the original message is empty,
1259                 by using \0 instead of 'a' to test writability of
1260                 temp files.
1261
1262 2006-08-13 [wwp]        2.4.0cvs44
1263
1264         * src/plugins/spamassassin/spamassassin.c
1265                 fix capitalization of "SpamAssassin" in some debug, log and
1266                 dialog messages.
1267
1268 2006-08-13 [paul]       2.4.0cvs43
1269
1270         * src/editldap.c
1271                 fix overlapping widgets
1272         * src/prefs_account.c
1273                 fix translation of protocol_names[]
1274                 fix label disappearing off the edge of the
1275                 visible area
1276
1277 2006-08-12 [paul]       2.4.0cvs42
1278
1279         * manual/plugins.xml
1280                 update IRC channel info before it gets forgotten
1281                 about
1282
1283 2006-08-11 [colin]      2.4.0cvs41
1284
1285         * src/compose.c
1286         * src/mainwindow.c
1287         * src/mainwindow.h
1288         * src/procmsg.c
1289         * src/procmsg.h
1290         * src/summaryview.c
1291         * src/toolbar.c
1292                 Grey out the Send button if
1293                 - Queue folders are empty, or
1294                 - We're sending already
1295
1296 2006-08-11 [wwp]        2.4.0cvs40
1297
1298         * src/main.c
1299                 fix a logic issue when quitting while a compose window is
1300                 still open, thanks to Colin.
1301
1302 2006-08-10 [colin]      2.4.0cvs39
1303
1304         * src/main.c
1305                 Fix default font size setting after wizard run
1306         * src/imap.c
1307         * src/etpan/imap-thread.c
1308         * src/etpan/imap-thread.h
1309                 Fix bug #999 (Timing out on TSL cert validation 
1310                 dialog makes ugly things happen). Also, STARTTLS
1311                 unconditionnaly if initial capabilities contain
1312                 LOGINDISABLED and STARTTLS.
1313
1314 2006-08-09 [colin]      2.4.0cvs38
1315
1316         * src/mainwindow.c
1317         * src/mainwindow.h
1318                 Fix Tools/Actions sensitivity when there are
1319                 no actions
1320
1321 2006-08-09 [colin]      2.4.0cvs37
1322
1323         * src/prefs_filtering.c
1324                 Warning fix, patch by Paul
1325         * src/messageview.c
1326         * src/prefs_actions.c
1327         * src/prefs_filtering_action.c
1328         * src/prefs_matcher.c
1329                 Uniformisation of "Info ..." to "Info..." (for
1330                 old gtk), patch by Fabien
1331         * src/plugins/clamav/clamav_plugin_gtk.c
1332                 Sensitivity fix by Fabien
1333
1334 2006-08-09 [colin]      2.4.0cvs36
1335
1336         * src/main.c
1337         * src/main.h
1338                 Add a function to know whether we're exiting
1339         * src/plugins/trayicon/trayicon.c
1340                 If exiting, don't do anything. Faster, and
1341                 avoids gtk_main_iteration reentracy causing
1342                 segfaults at exit
1343
1344 2006-08-09 [colin]      2.4.0cvs35
1345
1346         * src/messageview.c
1347         * src/mimeview.c
1348         * src/mimeview.h
1349                 Fix lack of part selection when automatically 
1350                 jumping to a specific part
1351         * src/msgcache.c
1352                 Little optimisation in cache reading
1353
1354 2006-08-09 [colin]      2.4.0cvs34
1355
1356         * src/compose.c
1357                 Fix crash setting the priority on reedit
1358                 (Accessing compose before creating it!)
1359
1360 2006-08-08 [colin]      2.4.0cvs33
1361
1362         * src/procmime.c
1363                 Fix bug #998 (last attachment is not accessible)
1364                 Bad RFC interpretation on multipart close-delimiters
1365         * src/mimeview.c
1366         * src/mimeview.h
1367         * src/gtk/gtkvscrollbutton.c
1368         * src/gtk/gtkvscrollbutton.h
1369                 Make attachments list wheel-scrollable
1370
1371 2006-08-07 [colin]      2.4.0cvs32
1372
1373         * src/gtk/gtkaspell.c
1374                 Fix bug #973 (Unicode punctation characters 
1375                 are not recognized as separators by the
1376                 spell checker); fix unsigned stuff
1377
1378 2006-08-07 [colin]      2.4.0cvs31
1379
1380         * src/compose.c
1381                 Fix bug #956 (DnD text with accents in compose 
1382                 text entry); fix gccc's signed/unsigned fuss
1383
1384 2006-08-06 [colin]      2.4.0cvs30
1385
1386         * src/main.c
1387                 Fix bug #979 (Plugin crashes when exiting 
1388                 sylpheed-claws) : handle exit request only 
1389                 once
1390
1391 2006-08-05 [colin]      2.4.0cvs29
1392
1393         * src/news.c
1394                 Just make sure we have a msgid.
1395
1396 2006-08-05 [colin]      2.4.0cvs28
1397
1398         * src/news.c
1399         * src/summaryview.c
1400                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1401                 by reimplementing it
1402         * src/textview.c
1403                 Fix bug when hiding quotes with level > 3 and quote
1404                 colors are recycled
1405
1406 2006-08-04 [colin]      2.4.0cvs27
1407
1408         * src/compose.c
1409         * src/undo.c
1410         * src/undo.h
1411                 Fix a bit replace-by-pasting undo
1412         * src/mainwindow.c
1413         * src/messageview.c
1414                 Fix Fold quotes menu synchro in
1415                 mainwindow when it changes in 
1416                 messageview
1417         * src/textview.c
1418                 Fix right-click on quotes blocks
1419         * src/common/utils.c
1420                 Verify that the file created by
1421                 my_tmpfile() is writable. Fixes
1422                 bug #988 (very specific filesystem
1423                 issue)
1424         * src/plugins/pgpcore/sgpgme.c
1425                 Fix file descriptor leak
1426         * src/plugins/spamassassin/spamassassin.c
1427                 Warn once if spamd isn't reachable
1428
1429 2006-08-04 [colin]      2.4.0cvs26
1430
1431         * src/toolbar.c
1432                 i18n context patch by Fabien
1433
1434 2006-08-03 [colin]      2.4.0cvs25
1435
1436         * src/mainwindow.c
1437         * src/messageview.c
1438                 Rename "Hide quotes" to "Fold quotes"
1439         * src/textview.c
1440                 Don't use hand cursor on quotes. "all 
1441                 the bonuses of the feature and none of 
1442                 unwelcome side-effects"
1443
1444 2006-08-03 [colin]      2.4.0cvs24
1445
1446         * AUTHORS
1447         * sylpheed-claws.desktop
1448         * src/gtk/authors.h
1449                 Bring the desktop file to XDG compliance
1450                 Patch by Charles A. Edwards
1451
1452 2006-08-03 [colin]      2.4.0cvs23
1453
1454         * src/textview.c
1455                 Fix links offset when they are preceded
1456                 by accentued chars (g_utf8_strlen!)
1457         * src/mainwindow.c
1458                 Fix wrong status when starting offline
1459
1460
1461 2006-08-03 [wwp]        2.4.0cvs22
1462
1463         * src/prefs_common.h
1464                 ask what to do w/ filtering rules that belong to an account when
1465                 applying filtering rules manually from the main window (skip,
1466                 apply regardless of the account, use current account). This dialog
1467                 can be skipped and the last reply used.
1468                 (forgot that file)
1469
1470 2006-08-03 [wwp]        2.4.0cvs21
1471
1472         * src/filtering.c
1473         * src/filtering.h
1474         * src/prefs_common.c
1475         * src/summaryview.c
1476         * src/alertpanel.c
1477         * src/alertpanel.h
1478         * src/messageview.c
1479                 ask what to do w/ filtering rules that belong to an account when
1480                 applying filtering rules manually from the main window (skip,
1481                 apply regardless of the account, use current account). This dialog
1482                 can be skipped and the last reply used.
1483
1484
1485 2006-08-03 [colin]      2.4.0cvs20
1486
1487         * src/textview.c
1488                 Optimize previous patch
1489
1490 2006-08-03 [cleroy]     2.4.0cvs19
1491
1492         * src/textview.c
1493                 Fix quotes getting toggled back when the
1494                 mail has an even number of text parts
1495
1496 2006-08-02 [colin]      2.4.0cvs18
1497
1498         * src/messageview.c
1499                 Add Hide quotes menu
1500
1501 2006-08-02 [colin]      2.4.0cvs17
1502
1503         * src/mainwindow.c
1504         * src/prefs_common.c
1505         * src/textview.c
1506         * src/textview.h
1507         * src/gtk/about.c
1508                 Allow per-level quote hiding,
1509                 Allow toggling quotes by double-clicking them
1510                 Rename RemoteURI to ClickableText to reflect
1511                 the fact it's used for a variety of things
1512
1513 2006-08-02 [wwp]        2.4.0cvs16
1514
1515         * src/mainwindow.c
1516                 fix "View/Hide quotes" menu item status initialization.
1517
1518 2006-08-02 [wwp]        2.4.0cvs15
1519
1520         * src/matcher_parser_parse.y
1521                 remove a debug trace.
1522
1523 2006-08-02 [paul]       2.4.0cvs14
1524
1525         * src/plugins/pgpcore/passphrase.c
1526                 don't set initial dialog size
1527                 make it resizable
1528
1529 2006-08-02 [paul]       2.4.0cvs13
1530
1531         * src/noticeview.c
1532                 remove the rogue '/' character
1533
1534 2006-08-02 [paul]       2.4.0cvs12
1535
1536         * src/noticeview.c
1537                 allow buttons to resize as necessary
1538
1539 2006-08-01 [wwp]        2.4.0cvs11
1540
1541         * src/mbox.c
1542                 fix strict ISO C90 compliance.
1543
1544 2006-08-01 [wwp]        2.4.0cvs10
1545
1546         * tools/update-po
1547                 updated update-po tool to work w/ context-dependent translations.
1548                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1549
1550 2006-08-01 [wwp]        2.4.0cvs9
1551
1552         * src/matcher.c
1553         * src/prefs_filtering.c
1554         * src/prefs_matcher.c
1555                 allow context-dependent translations for "All",
1556                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1557
1558 2006-07-31 [colin]      2.4.0cvs8
1559
1560         * AUTHORS
1561         * src/gtk/authors.h
1562                 Add Rafal to authors
1563
1564 2006-07-31 [colin]      2.4.0cvs7
1565
1566         * src/compose.c
1567         * src/mainwindow.c
1568         * src/messageview.h
1569         * src/prefs_common.c
1570         * src/prefs_common.h
1571         * src/textview.c
1572                 Add 'View/Hide quotes'. Patch based on a patch
1573                 by Rafal Weglarz
1574
1575 2006-07-31 [colin]      2.4.0cvs6
1576
1577         * src/action.c
1578                 Fix problem with "> stuff >" actions
1579
1580 2006-07-31 [paul]       2.4.0cvs5
1581
1582         * po/nb.po
1583                 updated by Geir Helland
1584
1585 2006-07-31 [wwp]        2.4.0cvs4
1586
1587         * src/mainwindow.c
1588         * src/summaryview.c
1589         * src/summaryview.h
1590                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1591                 thanks to Colin.
1592
1593 2006-07-31 [wwp]        2.4.0cvs3
1594
1595         * src/Makefile.am
1596         * src/addr_compl.c
1597         * src/addr_compl.h
1598         * src/addressbook.c
1599         * src/addressbook.h
1600         * src/addressbook_foldersel.c
1601         * src/addressbook_foldersel.h
1602         * src/addrindex.c
1603         * src/addrindex.h
1604         * src/matcher.c
1605         * src/matcher.h
1606         * src/matcher_parser_lex.l
1607         * src/matcher_parser_parse.y
1608         * src/prefs_common.c
1609         * src/prefs_common.h
1610         * src/prefs_filtering.c
1611         * src/prefs_matcher.c
1612         * src/prefs_matcher.h
1613         * src/summaryview.c
1614                 introduce filtering against the address book. It's now possible to add
1615                 matched conditions to determine if any email address in a message matches
1616                 or doesn't match any or all books or folders in the address book.
1617
1618 2006-07-31 [wwp]        2.4.0cvs2
1619
1620         * src/account.c
1621         * src/filtering.c
1622         * src/filtering.h
1623         * src/folder.c
1624         * src/folderview.c
1625         * src/inc.c
1626         * src/mainwindow.c
1627         * src/matcher.c
1628         * src/matcher_parser_lex.l
1629         * src/matcher_parser_parse.y
1630         * src/mbox.c
1631         * src/prefs_filtering.c
1632         * src/prefs_filtering.h
1633         * src/procmsg.c
1634         * src/procmsg.h
1635         * src/summaryview.c
1636                 introduce per-account filtering rules. Each filtering rule can now be assigned
1637                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1638                 when applying filtering rules manually, as all rules will apply - even the ones
1639                 assigned to an account. This issue will be addressed soon.
1640  
1641
1642
1643 2006-07-31 [wwp]        2.4.0cvs1
1644
1645         * src/quote_fmt.c
1646                 make more strings translatable.
1647
1648 2006-07-31 [paul]       2.4.0
1649
1650         2.4.0 released
1651
1652 2006-07-31 [paul]       2.3.1cvs91
1653
1654         * po/ca.po
1655                 updated by Miquel Oliete
1656
1657 2006-07-31 [paul]       2.3.1cvs90
1658
1659         * po/de.po
1660         * po/el.po
1661         * po/fr.po
1662         * po/it.po
1663         * po/pl.po
1664         * po/pt_BR.po
1665         * po/sr.po
1666         * po/zh_CN.po
1667                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1668                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1669                 Aleksandar Urosevic, and Ralgh Young
1670
1671 2006-07-31 [paul]       2.3.1cvs89
1672
1673         * src/account.c
1674         * src/main.c
1675         * src/mainwindow.c
1676         * src/mainwindow.h
1677                 Fix a race condition when, after an SC crash, rescanning
1678                 folders took more than 0.5 seconds
1679                 Thanks to Colin
1680
1681 2006-07-31 [paul]       2.3.1cvs88
1682
1683         * src/folderview.c
1684                 don't translate separator strings
1685
1686 2006-07-30 [mones]      2.3.1cvs87
1687
1688         * doc/man/sylpheed-claws.1
1689                 Fixed non-ASCII chars in Hoa's name
1690         * po/es.po
1691                 Updated for release
1692
1693 2006-07-27 [colin]      2.3.1cvs86
1694
1695         * src/textview.c
1696                 Don't include the leading \n in links
1697                 Patch by Fabien
1698
1699 2006-07-25 [colin]      2.3.1cvs85
1700
1701         * src/mainwindow.c
1702         * src/common/socket.h
1703         * src/etpan/imap-thread.c
1704                 Refresh resolvers before connecting
1705                 to IMAP servers, and after switching
1706                 to online. Thanks to Paul.
1707
1708 2006-07-18 [colin]
1709
1710         * 2.4.0-rc4 released
1711
1712 2006-07-17 [colin]      2.3.1cvs84
1713
1714         * src/inc.c
1715                 Show connection attempt in statusbar before
1716                 connecting (previously first message was
1717                 "Retrieving messages from ..." after the
1718                 connection succeeded.
1719
1720 2006-07-16 [wwp]        2.3.1cvs83
1721
1722         * sylpheed-claws.ico
1723                 Added .ico file (windows multi-size icon file, generated).
1724
1725 2006-07-12 [wwp]        2.3.1cvs82
1726
1727         * src/messageview.c
1728                 remove Message/Re-edit menu entry from messageview window,
1729                 as sent/draft/queued messages are opened in compose window when
1730                 re-edited and it's not possible to re-edit other msgs.
1731
1732 2006-07-12 [paul]       2.3.1cvs81
1733
1734         * AUTHORS
1735         * src/mainwindow.c
1736         * src/gtk/authors.h
1737                 check online state before resetting
1738                 mailcheck timer. Useful if some program
1739                 verifies connection state and updates
1740                 Claws.
1741                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1742
1743 2006-07-12 [paul]       2.3.1cvs80
1744
1745         * sylpheed-claws-128x128.png
1746         * sylpheed-claws-64x64.png
1747         * sylpheed-claws.png
1748         * src/Makefile.am
1749         * src/main.c
1750         * src/prefs_toolbar.c
1751         * src/stock_pixmap.c
1752         * src/stock_pixmap.h
1753         * src/wizard.c
1754         * src/gtk/about.c
1755         * src/gtk/gtkutils.c
1756         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1757         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1758         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1759         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1760         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1761         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1762                 updated and renamed logo/icon files and related
1763                 logo by Jesper Schultz
1764
1765 2006-07-11 [paul]       2.3.1cvs79
1766
1767         * src/main.c
1768                 fix the labels a smidgin
1769
1770 2006-07-09 [colin]      2.3.1cvs78
1771
1772         * src/textview.c
1773                 Show errors in textviewer's command
1774                 Patch by H. Merijn Brand
1775
1776 2006-07-09 [colin]      2.3.1cvs77
1777
1778         * src/compose.c
1779                 Save FMID in drafts too
1780
1781 2006-07-08 [colin]      2.3.1cvs76
1782
1783         * src/compose.c
1784                 Svae RMID in drafted mails too
1785                 Save quote_fmt vars for whole mails,
1786                 don't reset at each quote_fmt_init:
1787                 allows to use the same |i{var} in
1788                 various template fields
1789         * src/prefs_template.c
1790         * src/quote_fmt.h
1791         * src/quote_fmt_parse.y
1792                 Same
1793
1794 2006-07-08 [colin]      2.3.1cvs75
1795
1796         * src/textview.c
1797                 Fix highlighting of attached parts URIs
1798
1799 2006-07-08 [colin]      2.3.1cvs74
1800
1801         * src/main.c
1802                 Prevent bug #981 (sc 2.3.1 segfaults with 
1803                 gtk+ 2.10) from being reported again:
1804                 if Sylpheed-Claws has been compiled against
1805                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1806                 of if Sylpheed-Claws has been compiled against
1807                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1808                 error out.
1809
1810 2006-07-07 [colin]      2.3.1cvs73
1811
1812         * src/prefs_actions.c
1813                 Fix label
1814
1815 2006-07-07 [colin]      2.3.1cvs72
1816
1817         * src/prefs_actions.c
1818                 Fix compile on gtk < 2.8. argh :)
1819
1820 2006-07-07 [paul]       2.3.1cvs71
1821
1822         * src/common/defs.h
1823                 update DONATE_URI
1824
1825 2006-07-07 [colin]      2.3.1cvs70
1826
1827         * po/POTFILES.in
1828         * src/quote_fmt.c
1829         * src/quote_fmt_lex.l
1830         * src/quote_fmt_parse.y
1831                 Add |i{var}, a way to insert user-entered
1832                 text in a template
1833
1834 2006-07-07 [colin]
1835
1836         * 2.4.0-rc3 released
1837
1838 2006-07-07 [colin]      2.3.1cvs69
1839
1840         * src/folder.c
1841                 Don't consider inboxes of UNKNOWN folder 
1842                 classes to be useable as default inboxes
1843
1844 2006-07-07 [paul]       2.3.1cvs68
1845
1846         * src/textview.c
1847                 add missing #include <errno.h>
1848                 Thanks to René J. Blokland
1849
1850 2006-07-07 [paul]       2.3.1cvs67
1851
1852         * src/action.c
1853                 Return now Closes dialog
1854         * src/mimeview.c
1855         * src/mimeview.h
1856         * src/textview.c
1857                 add contextual menu to mime parts listed
1858                 in the textview
1859                 Thanks to Colin
1860         * src/common/utils.c
1861                 reversal: ' is a valid character in URLs
1862
1863 2006-07-06 [colin]      2.3.1cvs66
1864
1865         * src/remotefolder.h
1866                 Forgotten in previous commit
1867
1868 2006-07-06 [colin]      2.3.1cvs65
1869
1870         * src/folder.c
1871                 Set summary update flag whenever
1872                 totals changed
1873         * src/imap.c
1874         * src/prefs_account.c
1875         * src/common/utils.h
1876         * src/etpan/imap-thread.c
1877                 Fix warnings, thanks to Fabien and
1878                 Ricardo
1879
1880 2006-07-06 [wwp]        2.3.1cvs64
1881
1882         * src/gtk/gtkutils.c
1883                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1884
1885 2006-07-06 [wwp]        2.3.1cvs63
1886
1887         * src/account.c
1888         * src/addressbook.c
1889         * src/addressitem.h
1890         * src/folderview.c
1891         * src/mainwindow.c
1892         * src/manual.c
1893         * src/manual.h
1894         * src/message_search.c
1895         * src/prefs_actions.c
1896         * src/prefs_filtering.c
1897         * src/prefs_filtering.h
1898         * src/prefs_template.c
1899         * src/summary_search.c
1900         * src/summaryview.c
1901         * src/gtk/gtkutils.c
1902         * src/gtk/gtkutils.h
1903         * src/gtk/pluginwindow.c
1904                 add help buttons to some dialogs. Clicking such buttons opens a
1905                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1906
1907 2006-07-06 [paul]       2.3.1cvs62
1908
1909         * src/textview.c
1910                 fix attachments contextual menu
1911                 Thanks to Colin
1912
1913 2006-07-05 [colin]      2.3.1cvs61
1914
1915         * src/textview.c
1916         * src/compose.c
1917                 Handle sftp:// links
1918
1919 2006-07-05 [paul]       2.3.1cvs60
1920
1921         * src/gtk/filesel.c
1922                 grab save button by default
1923                 Thanks to Colin
1924
1925 2006-07-05 [wwp]        2.3.1cvs59
1926
1927         * manual/xml2pdf
1928                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1929
1930 2006-07-04 [colin]      2.3.1cvs58
1931
1932         * src/mimeview.c
1933         * src/textview.c
1934                 Use left click to select, middle click to open
1935                 on mimeparts links
1936         * src/common/utils.c
1937                 Fix segfault
1938
1939 2006-07-04 [colin]      2.3.1cvs57
1940
1941         * src/mainwindow.c
1942         * src/news.c
1943                 Warning fixes, thanks to Fabien
1944
1945 2006-07-04 [colin]      2.3.1cvs56
1946
1947         * src/mimeview.c
1948         * src/mimeview.h
1949         * src/textview.c
1950                 Allow parts to be selected via their text label
1951                 in textview
1952
1953 2006-07-04 [colin]      2.3.1cvs55
1954
1955         * src/folderview.c
1956                 Feedback when closing (for big folders)
1957         * src/prefs_actions.c
1958         * src/prefs_filtering.c
1959         * src/prefs_matcher.c
1960         * src/prefs_template.c
1961                 Fix default button when closing without
1962                 having saved
1963
1964 2006-07-04 [colin]      2.3.1cvs54
1965
1966         * src/news.c
1967                 Delete local file on deletion
1968
1969 2006-07-03 [colin]      2.3.1cvs53
1970
1971         * src/folderview.c
1972         * src/main.c
1973                 Don't freeze when rescanning after crash
1974
1975 2006-07-03 [wwp]        2.3.1cvs52
1976
1977         * src/compose.c
1978         * src/privacy.c
1979         * src/privacy.h
1980         * src/plugins/pgpinline/pgpinline.c
1981         * src/plugins/pgpmime/pgpmime.c
1982                 don't report an error when the user cancels the passphrase dialog.
1983
1984 2006-07-02 [colin]      2.3.1cvs51
1985
1986         * src/folderview.c
1987                 Open message when crossing folders with Space,
1988                 goto next unread and friends
1989
1990 2006-07-01 [colin]      2.3.1cvs50
1991
1992         * src/prefs_account.c
1993                 Typographic rules varying from language
1994                 to language (in french "Protocole :"),
1995                 we have to do that :)
1996
1997 2006-07-01 [ticho]      2.3.1cvs49
1998
1999         * src/prefs_account.c
2000                 Only use one temporary gchar* variable in
2001                 prefs_account_protocol_set_optmenu().
2002
2003 2006-07-01 [ticho]      2.3.1cvs48
2004
2005         * src/prefs_account.c
2006         * src/prefs_account.h
2007                 Use GtkLabel for existing account protocol name.
2008                 Created an array for protocol names and populate the
2009                 combobox from it in a for() cycle.
2010
2011 2006-06-30 [colin]      2.3.1cvs47
2012
2013         * src/compose.c
2014                 Block undo when changing signature (by changing
2015                 account)
2016
2017 2006-06-30 [paul]       2.3.1cvs46
2018
2019         * src/send_message.c
2020                 when editing From in the Compose window, use that address
2021                 in the Return-Path: header
2022                 Thanks to Colin
2023
2024 2006-06-30 [colin]      2.3.1cvs45
2025
2026         * src/compose.c
2027                 Fix signature replacement:
2028                 - when no newline before separator
2029                 - when reediting
2030
2031 2006-06-29 [colin]      2.3.1cvs44
2032
2033         * src/folderview.c
2034         * src/folderview.h
2035         * src/mainwindow.c
2036         * src/summaryview.c
2037                 Let 'View/Go to/Next marked' work like
2038                 Next new & Next unread: across folders
2039                 Change the select_on_entry pref to do
2040                 what we want when changing folder
2041         * src/common/utils.c
2042                 Fix single-quoted links 
2043
2044 2006-06-29 [colin]      2.3.1cvs43
2045
2046         * src/gtk/gtkaspell.c
2047                 "Sylpheed" and "Sylpheed-Claws" do exist !
2048
2049 2006-06-29 [colin]      2.3.1cvs42
2050
2051         * src/imap.c
2052                 Forgot to remove debug
2053
2054 2006-06-29 [colin]      2.3.1cvs41
2055
2056         * src/imap.c
2057         * src/imap.h
2058         * src/mainwindow.c
2059                 Disconnect from IMAP servers when going
2060                 offline. Fixes bug #978 (going to offline-mode 
2061                 won't close connections)
2062
2063 2006-06-29 [colin]      2.3.1cvs40
2064
2065         * src/main.c
2066                 Fix transient setting on failing plugins
2067                 Patch by Fabien
2068         * src/plugins/pgpcore/sgpgme.c
2069                 Only warn for OpenPGP. Most people don't
2070                 have CMS available.
2071
2072 2006-06-29 [colin]      2.3.1cvs39
2073
2074         * src/compose.c
2075                 Fix Spelling menu (discrepancy between context menu
2076                 and top menu when folder's dictionary isn't the 
2077                 default one)
2078         * src/plugins/pgpcore/sgpgme.c
2079                 More error reporting about why gpgme can fail
2080
2081 2006-06-29 [wwp]        2.3.1cvs38
2082
2083         * src/mainwindow.c
2084                 honor the display-header-pane setting even when the message view
2085                 is a separate window.
2086
2087 2006-06-29 [wwp]        2.3.1cvs37
2088
2089         * src/prefs_actions.c
2090                 forgot to commit that one (use of GTK_STOCK_INFO).
2091
2092 2006-06-29 [colin]      2.3.1cvs36
2093
2094         * src/imap.c
2095                 Better handling of login errors (ask the password
2096                 again once), alert in case of error. Fix three
2097                 signedness warnings.
2098
2099 2006-06-28 [wwp]        2.3.1cvs35
2100
2101         * src/prefs_template.c
2102         * src/prefs_matcher.c
2103         * src/prefs_filtering_action.c
2104         * src/prefs_quote.c
2105                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2106                 patch by Fabien Vantard, slightly modified.
2107
2108 2006-06-28 [paul]
2109
2110         2.4.0-rc2 released
2111
2112 2006-06-28 [colin]      2.3.1cvs34
2113
2114         * src/prefs_account.c
2115                 Fix bug #977 (Can't add or edit imap accounts)
2116
2117 2006-06-28 [colin]      2.3.1cvs33
2118
2119         * src/mimeview.c
2120                 Fix previous
2121
2122 2006-06-28 [colin]      2.3.1cvs32
2123
2124         * src/mimeview.c
2125                 Save named inlined attachments with "Save all"
2126         * src/main.c
2127         * src/mbox.c
2128         * src/common/plugin.c
2129         * src/common/plugin.h
2130         * src/common/sylpheed.c
2131         * src/common/utils.c
2132         * src/plugins/pgpcore/sylpheed.def
2133         * src/plugins/pgpinline/sylpheed.def
2134         * src/plugins/pgpmime/sylpheed.def
2135                 Win32 compatibility patch, by
2136                 Werner Koch
2137
2138 2006-06-28 [wwp]        2.3.1cvs31
2139
2140         * src/imap.c
2141         * src/prefs_folder_item.c
2142                 less compilation warnings (thanks to Fabien Vantard), less typos.
2143
2144 2006-06-28 [paul]       2.3.1cvs30
2145
2146         * src/gtk/gtkutils.c
2147                 gtk_combo_box_set_focus_on_click() is only
2148                 available since gtk 2.6.0
2149
2150 2006-06-28 [paul]       2.3.1cvs29
2151
2152         * src/prefs_ext_prog.c
2153                 fix engrish and add a tooltip for the
2154                 'command for 'Display as text' option
2155
2156 2006-06-28 [paul]
2157
2158         2.4.0-rc1 released
2159
2160 2006-06-28 [paul]       2.3.1cvs28
2161
2162         * ChangeLog
2163         * tools/Makefile.am
2164                 include textviewer.pl in releases
2165
2166 2006-06-28 [paul]       2.3.1cvs27
2167
2168         * src/prefs_ext_prog.c
2169                 hide Print command option if libgnomeprint
2170                 support is present
2171
2172 2006-06-27 [colin]      2.3.1cvs26
2173
2174         * src/compose.c
2175                 Fix Esc handling in insert/attach dialog
2176                 Don't show this dialog if dragging something
2177                 else than text/uri-list
2178                 Thanks to Fabien Vantard
2179         * tools/textviewer.pl
2180                 Filter script to display stuff as text
2181                 by H. Merijn Brand
2182
2183 2006-06-27 [wwp]        2.3.1cvs25
2184
2185         * src/messageview.c
2186                 use the exact product name (message view title), patch
2187                 by Fabien Vantard.
2188
2189 2006-06-27 [ticho]      2.3.1cvs24
2190
2191         * src/prefs_account.c
2192         * src/prefs_common.c
2193         * src/prefs_common.h
2194         * src/prefs_ext_prog.c
2195         * src/textview.c
2196                 Add a preference (Preferences/External programs)
2197                 to allow "Display as text" to be done via a script
2198                 (patch by H.Merijn Brand).
2199                 Use GtkComboBox for protocol selection in account
2200                 preferences.
2201                 Only include current choice for existing accounts, and
2202                 insensitivize the combobox.
2203
2204 2006-06-27 [paul]       2.3.1cvs23
2205
2206         * src/mbox.c
2207                 fix crasher introduced in cvs21.
2208                 Thanks to Colin
2209
2210 2006-06-26 [colin]      2.3.1cvs22
2211
2212         * src/mbox.c
2213                 Fix double-frees when leaving folders
2214                 after exporting to mbox
2215
2216 2006-06-26 [colin]      2.3.1cvs21
2217
2218         * src/mbox.c
2219                 More feedback (and optimisation)
2220                 on import/export
2221         * src/common/utils.c
2222                 Fix case when looking for mail addresses
2223         * src/gtk/gtkutils.c
2224                 Extra check for (X-)Face
2225
2226 2006-06-25 [ticho]      2.3.1cvs20
2227
2228         * src/compose.c
2229         * src/exphtmldlg.c
2230         * src/gtk/gtkutils.c
2231         * src/gtk/gtkutils.h
2232                 Added second argument to gtkut_sc_combobox_create() to
2233                 control focus-on-click for the widget.
2234                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2235
2236 2006-06-25 [ticho]      2.3.1cvs19
2237
2238         * src/compose.c
2239         * src/gtk/Makefile.am
2240         * src/gtk/combobox.c
2241         * src/gtk/combobox.h
2242         * src/gtk/gtkutils.c
2243         * src/gtk/gtkutils.h
2244                 Use GtkComboBox instead of deprecated GtkOptionMenu
2245                 for account selector in compose window and for encoding
2246                 selector in attachment properties.
2247                 Also factorise working with the new GtkComboBox somewhat.
2248
2249 2006-06-24 [paul]       2.3.1cvs18
2250
2251         * src/prefs_common.c
2252                 use the correct default value
2253
2254 2006-06-24 [paul]       2.3.1cvs17
2255
2256         * src/compose.c
2257         * src/prefs_common.c
2258         * src/prefs_common.h
2259         * src/prefs_compose_writing.c
2260                 enable setting of default action when
2261                 dnd'ing files in the compose window.
2262                 (Collaborative effort with wwp)
2263
2264 2006-06-23 [wwp]        2.3.1cvs16
2265
2266         * src/compose.c
2267                 i18n fix (thanks to Fabien Vantard)
2268
2269 2006-06-22 [colin]      2.3.1cvs15
2270
2271         * src/prefs_customheader.c
2272                 Don't use filters in custom headers' file 
2273                 selector. Remember, extensions mean nothing :)
2274
2275 2006-06-22 [paul]       2.3.1cvs14
2276
2277         * configure.ac
2278                 allow setting of man directory location
2279
2280 2006-06-22 [colin]      2.3.1cvs13
2281
2282         * src/mainwindow.c
2283                 Add 'View/Go to/Next unread folder'.
2284                 I missed that :)
2285
2286 2006-06-22 [colin]      2.3.1cvs12
2287
2288         * src/common/utils.c
2289                 Add some subject prefixes
2290                 Patch by Bjorn T Johansen <btj@havleik.no>
2291
2292 2006-06-22 [colin]      2.3.1cvs11
2293
2294         * manual/advanced.xml
2295                 Forgotten hidden pref
2296
2297 2006-06-21 [paul]       2.3.1cvs10
2298
2299         * src/prefs_account.c
2300                 complete the removal of 'Add date header' option
2301
2302 2006-06-21 [paul]       2.3.1cvs9
2303
2304         * src/account.c
2305         * src/compose.c
2306         * src/prefs_account.c
2307         * src/prefs_account.h
2308                 remove option to add date header - always
2309                 add date header
2310         * src/etpan/imap-thread.c
2311                 fix warnings (Thanks to Colin)
2312
2313 2006-06-21 [wwp]        2.3.1cvs8
2314
2315         * src/folder.c
2316                 set the attachment flag when inline text part are (file)named. This is more convenient
2317                 when receiving (for instance) inline source files or patches sent using thunderbird.
2318
2319 2006-06-21 [paul]       2.3.1cvs7
2320
2321         * src/inc.c
2322                 fix off-by-one count of current msg in
2323                 statusbar filtering progressbar
2324
2325 2006-06-21 [paul]       2.3.1cvs6
2326
2327         * src/folder.c
2328                 Show attachment icon even if the part is 'inline'
2329                 if the following conditions are met:
2330                 - content-type != 'text/plain'
2331                 - content-type != '*/pgp-signature'
2332                 - either 'name' or 'filename' parameter is not NULL
2333                 
2334                 Thanks to Colin
2335
2336 2006-06-21 [paul]       2.3.1cvs5
2337
2338         * src/messageview.c
2339         * src/prefs_common.c
2340         * src/prefs_common.h
2341         * src/prefs_other.c
2342                 add an option to 'Never send Return
2343                 Receipts'
2344                 Thanks to Colin
2345
2346 2006-06-20 [mones]      2.3.1cvs4
2347
2348         * po/es.po
2349                 updated
2350         * src/compose.c
2351                 typo fixed (space after comma)
2352         * tools/make.themes.project
2353                 remove exec mode from tarball files
2354
2355 2006-06-20 [colin]      2.3.1cvs3
2356
2357         * src/news.c
2358         * src/procheader.c
2359         * src/unmime.c
2360                 Better fix for \n's in headers (don't 
2361                 break Received: and others)
2362
2363 2006-06-20 [paul]       2.3.1cvs2
2364
2365         * src/alertpanel.c
2366         * src/textview.c
2367                 improve legibility of phishing attempt
2368                 dialog
2369
2370 2006-06-20 [paul]       2.3.1cvs1
2371
2372         * NEWS
2373         * README
2374         * configure.ac
2375                 Update version number following
2376                 stable release
2377
2378 2006-06-20 [colin]      2.3.0cvs26
2379
2380         * src/compose.c
2381                 When dragging a file to the text of the compose
2382                 window, ask whether we want to insert or attach
2383                 (I know lots of people who do that to attach)
2384
2385 2006-06-20 [colin]      2.3.0cvs25
2386
2387         * src/etpan/imap-thread.c
2388                 Fix threshold (the append command is often > 32 bytes)
2389
2390 2006-06-19 [colin]      2.3.0cvs24
2391
2392         * src/imap.c
2393         * src/etpan/imap-thread.c
2394                 Workaround Rockliffe IMAP server bug: replace
2395                 "x UID SEARCH (ANSWERED UID 1:*)" with
2396                 "x UID SEARCH ANSWERED"
2397                 (Rockliffe doesn't handle the parenthesis)
2398
2399 2006-06-19 [colin]      2.3.0cvs23
2400
2401         * src/compose.c
2402         * src/imap.c
2403         * src/etpan/imap-thread.c
2404                 Probably fix bug #972 (Freezes when adding 
2405                 an attachment to the message)
2406         * src/common/defs.h
2407                 Modernize Firefox cmd
2408
2409
2410 2006-06-18 [colin]      2.3.0cvs22
2411
2412         * src/prefs_customheader.c
2413                 Only allow correct filenames for various
2414                 custom headers
2415
2416 2006-06-18 [colin]      2.3.0cvs21
2417
2418         * src/prefs_customheader.c
2419                 Add a 'From File...' button in custom headers prefs, which
2420                 try to do the right thing: 
2421                 for normal headers, use file as plaintext,
2422                 for X-Face, calls compface,
2423                 for Face, encode to b64.
2424
2425 2006-06-17 [colin]      2.3.0cvs20
2426
2427         * src/mh.c
2428                 Warning fix
2429
2430 2006-06-16 [colin]      2.3.0cvs19
2431
2432         * src/summaryview.c
2433                 Recursive quicksearch: show message list
2434                 in current folder, *then* search children
2435                 in the background.
2436
2437 2006-06-16 [colin]      2.3.0cvs18
2438
2439         * src/main.c
2440                 Instead of ignoring SIGPIPE, save caches
2441                 when getting one. Will fix the fact that
2442                 hot caches are out-of-date when logging 
2443                 out of Xorg.
2444         * src/compose.c
2445         * src/prefs_compose_writing.c
2446                 Only save text (not attachments) when 
2447                 auto-saving to drafts
2448         * src/unmime.c
2449                 Always replace \n, \r and \t with spaces
2450                 in headers
2451         * manual/dist/html/Makefile.am
2452         * manual/dist/pdf/Makefile.am
2453         * manual/dist/ps/Makefile.am
2454         * manual/dist/txt/Makefile.am
2455         * manual/fr/dist/html/Makefile.am
2456         * manual/fr/dist/pdf/Makefile.am
2457         * manual/fr/dist/ps/Makefile.am
2458         * manual/fr/dist/txt/Makefile.am
2459         * manual/pl/dist/html/Makefile.am
2460         * manual/pl/dist/pdf/Makefile.am
2461         * manual/pl/dist/ps/Makefile.am
2462         * manual/pl/dist/txt/Makefile.am
2463                 Fix make clean removing pregenerated manuals
2464
2465
2466 2006-06-16 [colin]      2.3.0cvs17
2467
2468         * src/plugins/pgpcore/sgpgme.c
2469         * src/plugins/pgpmime/pgpmime.c
2470         * src/plugins/pgpinline/pgpinline.c
2471                 Better error reporting in setup_signers.
2472                 Don't fallback to default key if specified
2473                 key isn't found.
2474                 Don't allow signing if more than one secret
2475                 key matches the one specified in prefs.
2476
2477 2006-06-15 [colin]      2.3.0cvs16
2478
2479         * src/folderview.c
2480                 Add "Send queue" in the folder's contextual
2481                 menu
2482         * src/compose.c
2483         * src/messageview.c
2484         * src/privacy.c
2485         * src/privacy.h
2486         * src/procmime.c
2487         * src/procmsg.c
2488         * src/plugins/pgpcore/passphrase.c
2489         * src/plugins/pgpcore/sgpgme.c
2490         * src/plugins/pgpinline/pgpinline.c
2491         * src/plugins/pgpmime/pgpmime.c
2492                 Better error reporting
2493         * src/mbox.c
2494                 Probably fix bug #971 (2.2.3 cannot read mail 
2495                 from local mbox)
2496
2497
2498 2006-06-15 [mones]      2.3.0cvs15
2499
2500         * tools/make.themes.project
2501                 creates the themes project from the web page
2502
2503 2006-06-15 [colin]      2.3.0cvs14
2504
2505         * src/folder.c
2506                 Better fix (avoid losing the folder if scan_tree 
2507                 fails)
2508
2509 2006-06-15 [cleroy]     2.3.0cvs13
2510
2511         * src/folder.c
2512                 Probably fix Bug #969 (crash on rebuilding 
2513                 imap folder)
2514
2515 2006-06-14 [colin]      2.3.0cvs12
2516
2517         * manual/dtd/manual.xsl
2518         * manual/sylpheed-claws-manual.xml
2519         * manual/fr/sylpheed-claws-manual.xml
2520         * manual/pl/sylpheed-claws-manual.xml
2521                 Insert pagebreaks between sections
2522
2523 2006-06-14 [paul]       2.3.0cvs11
2524
2525         * configure.ac
2526                 better fix than 2.3.0cvs10
2527
2528 2006-06-14 [paul]       2.3.0cvs10
2529
2530         * configure.ac
2531                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2532                 (backwards compatible)
2533
2534 2006-06-13 [colin]      2.3.0cvs9
2535
2536         * src/messageview.c
2537                 Fix sending of return receipt with the new queue folders
2538
2539 2006-06-13 [wwp]        2.3.0cvs8
2540
2541         * src/quote_fmt_lex.l
2542                 fix wrong tokens returned in quote_fmt lexer, query not().
2543
2544 2006-06-13 [wwp]        2.3.0cvs7
2545
2546         * src/folder.c
2547         * src/prefs_folder_item.c
2548                 allow changing folder type even when folder is not a top-level one,
2549                 thanks to Colin.
2550
2551 2006-06-12 [colin]      2.3.0cvs6
2552
2553         * src/folderview.c
2554                 Fix double-ask of "Do you want to mark all
2555                 as read"
2556
2557 2006-06-12 [colin]      2.3.0cvs5
2558
2559         * src/compose.c
2560         * src/compose.h
2561         * src/folder.c
2562         * src/folder.h
2563         * src/imap.c
2564         * src/inc.c
2565         * src/main.c
2566         * src/messageview.c
2567         * src/mh.c
2568         * src/prefs_folder_item.c
2569         * src/procheader.c
2570         * src/procmime.c
2571         * src/procmsg.c
2572         * src/procmsg.h
2573         * src/send_message.c
2574         * src/summaryview.c
2575         * src/toolbar.c
2576                 Apply bug #964's patch (Queue and drafts aren't normal)
2577                 The Drafts and Queue folder now contain RFC-822 files,
2578                 allowing to move and copy mails from and to these 
2579                 folders. Moving from Drafts to Queue will prepare the
2580                 mail for sending (PGP signature, encryption, etc).
2581                 This patch also rework sending errors handling to try
2582                 to be more helpful.
2583                 Also, allow redefining folder types via the GUI 
2584                 (Folder type in its Properties)
2585
2586 2006-06-12 [colin]      2.3.0cvs4
2587
2588         * src/summaryview.c
2589         * src/prefs_common.c
2590         * src/prefs_common.h
2591         * src/gedit-print.c
2592                 Allow to define a specific print font - patch
2593                 by Bernhard Walle <bernhard.walle@gmx.de>
2594         * src/prefs_fonts.c
2595         * manual/advanced.xml
2596         * manual/fr/advanced.xml
2597                 Add a hidden pref to allow deletion without
2598                 confirmation
2599
2600 2006-06-12 [wwp]        2.3.0cvs3
2601
2602         * .cvsignore
2603                 more files to ignore.
2604
2605 2006-06-12 [wwp]        2.3.0cvs2
2606
2607         * src/quote_fmt.c
2608         * src/quote_fmt_lex.l
2609         * src/quote_fmt_parse.y
2610                 extend the quote_fmt parser (templates and quotes):
2611                 - allow limited sub-expressions in |p{} and |f{} expressions,
2612                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2613                 - implemented/fixed missing implementation of query_references and show_references,
2614                 - completed, fixed contents and format of the symbols help dialog,
2615                 - fix some compilation warnings.
2616
2617 2006-06-12 [wwp]        2.3.0cvs1
2618
2619         * manual/advanced.xml
2620         * manual/fr/advanced.xml
2621                 updates in the "templates" section of the manual (eng/fr):
2622                  - be more precise (both versions)
2623                  - completed to match the english reference (fr version)
2624                  - touchups (both versions)
2625
2626 2006-06-12 [paul]       2.3.0
2627
2628         2.3.0 released
2629
2630 2006-06-12 [paul]       2.2.3cvs14
2631
2632         * po/ca.po
2633         * po/cs.po
2634         * po/de.po
2635         * po/el.po
2636         * po/fr.po
2637         * po/it.po
2638         * po/pt_BR.po
2639         * po/sr.po
2640         * po/zh_CN.po
2641                 updated by Miquel Oliete, Tim, Stephan Sachse,
2642                 Stavros Giannouris, Fabien Vantard, Andrea
2643                 Spadaccini, Frederico Goncalves Guimaraes,
2644                 Aleksandar Urosevic, and Ralgh Young
2645
2646 2006-06-12 [colin]      2.2.3cvs13
2647
2648         * src/mbox.c
2649                 Add missing header
2650
2651 2006-06-11 [colin]      2.2.3cvs12
2652
2653         * src/msgcache.c
2654                 Verify that g_malloc() succeeded
2655
2656 2006-06-11 [colin]      2.2.3cvs11
2657
2658         * src/wizard.c
2659                 Add Face header to welcome mail
2660
2661 2006-06-10 [colin]      2.2.3cvs10
2662
2663         * src/textview.c
2664                 Revert previous (Forgot it changes the
2665                 margin on the whole mail)
2666
2667 2006-06-10 [colin]      2.2.3cvs9
2668
2669         * src/textview.c
2670                 Don't overlap long headers under (X-)Face
2671
2672 2006-06-10 [mones]      2.2.3cvs8
2673
2674         * manual/xml2pdf
2675                 allow generation of manual on systems lacking saxon binary
2676                 but with java and the saxon library installed
2677
2678         * po/es.po
2679                 updated for release
2680
2681 2006-06-09 [colin]      2.2.3cvs7
2682
2683         * src/summaryview.c
2684                 Fix leak when using Display Sender using Addressbook
2685
2686 2006-06-09 [colin]      2.2.3cvs6
2687
2688         * src/compose.c
2689         * src/folder.c
2690         * src/folderview.c
2691         * src/mimeview.c
2692         * src/summaryview.c
2693                 More leaks fixes
2694
2695 2006-06-09 [paul]       2.2.3cvs5
2696
2697         * AUTHORS
2698         * src/gtk/authors.h
2699         * tools/claws.i18n.status.pl
2700                 updated with new info
2701
2702 2006-06-09 [paul]       2.2.3cvs4
2703
2704         * README
2705                 updated
2706         * manual/ack.xml
2707                 add wwp to authors list
2708         * src/gtk/authors.h
2709                 update mine and Colin's addresses
2710
2711 2006-06-08 [colin]      2.2.3cvs3
2712
2713         * src/etpan/imap-thread.c
2714                 Fix leak on SSL cert check
2715
2716 2006-06-08 [colin]      2.2.3cvs2
2717
2718         * src/common/utils.c
2719                 Fix leak
2720
2721 2006-06-08 [paul]       2.2.3cvs1
2722
2723         * configure.ac
2724                 Update version number following
2725                 stable release
2726
2727 2006-06-07 [colin]      2.2.2cvs3
2728
2729         * src/msgcache.c
2730                 Fix catching cache read errors (guint instead of gint)
2731                 Prevent malloc'ing more than 8MB (means cache corruption)
2732
2733 2006-06-07 [paul]       2.2.2cvs2
2734
2735         * src/exporthtml.c
2736         * src/exportldif.c
2737         * src/mh.c
2738         * src/mutt.c
2739         * src/pine.c
2740         * src/common/utils.c
2741                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2742                 obey $HOME'
2743                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2744                 Thanks to Colin
2745
2746 2006-06-06 [paul]       2.2.2cvs1
2747
2748         * configure.ac
2749                 Update version number following
2750                 stable release
2751
2752 2006-06-06 [paul]       2.2.1cvs6
2753
2754         * src/matcher.c
2755                 fix  implicit declaration of
2756                 sylpheed_do_idle()
2757                 Patch by Fabien Vantard
2758
2759 2006-06-06 [paul]       2.2.1cvs5
2760
2761         * src/matcher.c
2762                 fix age_greater and age_lower so that they
2763                 mean what say and not '...or equal to'
2764                 Thanks to Colin
2765
2766 2006-06-06 [paul]       2.2.1cvs4
2767
2768         * src/textview.c
2769         * src/common/utils.c
2770                 fix URI check
2771                 Thanks to Colin
2772
2773 2006-06-05 [wwp]        2.2.1cvs3
2774
2775         * manual/fr/account.xml
2776                 minor language fixes (thanks to Fabien Vantard).
2777
2778 2006-06-05 [colin]      2.2.1cvs2
2779
2780         * src/prefs_folder_item.c
2781         * src/folderview.c
2782                 Allow recursive setting of properties 
2783                 for whole mailboxes
2784         * src/matcher.c
2785                 Don't freeze on 'test' filtering rule
2786
2787 2006-06-05 [colin]      2.2.1cvs1
2788
2789         * configure.ac
2790                 Update version number following
2791                 stable release
2792
2793 2006-06-04 [wwp]        2.2.0cvs82
2794
2795         * manual/glossary.xml
2796         * manual/account.xml
2797         * manual/fr/glossary.xml
2798         * manual/fr/account.xml
2799                 added glossary section and references/links related to the Face custom header.
2800
2801 2006-06-04 [colin]      2.2.0cvs81
2802
2803         * src/summaryview.c
2804                 Skip to next message on move with no
2805                 immediate execution
2806
2807 2006-06-04 [wwp]        2.2.0cvs80
2808
2809         * manual/xml2pdf
2810                 added sanity checks, exit when needed.
2811
2812 2006-06-03 [paul]       2.2.0cvs79
2813
2814         * src/prefs_receive.c
2815                 page name is now 'Receiving'
2816         * src/prefs_send.c
2817                 page name is now 'Sending'
2818
2819 2006-06-03 [colin]      2.2.0cvs78
2820
2821         * src/plugins/spamassassin/spamassassin_gtk.c
2822                 Autoswitch to Localhost if transport was previously
2823                 disabled. Else people had to check [] Enable, then
2824                 *reselect* transport.
2825
2826 2006-06-03 [colin]      2.2.0cvs77
2827
2828         * src/plugins/pgpinline/pgpinline.c
2829         * src/plugins/pgpmime/pgpmime.c
2830                 Check that gpg_data_release_and_get_mem 
2831                 didn't fail (now, why this happens...)
2832
2833 2006-06-03 [colin]      2.2.0cvs76
2834
2835         * src/mbox.c
2836                 Fix bug #962 (Manual and/or UI should 
2837                 warn about incompatible locking 
2838                 causing dataloss)
2839
2840 2006-06-02 [cleroy]     2.2.0cvs75
2841
2842         * src/filtering.c
2843         * src/folder.c
2844         * src/procmsg.c
2845         * src/summaryview.c
2846                 Fix a few leaks
2847
2848 2006-06-02 [colin]      2.2.0cvs74
2849
2850         * src/main.c
2851                 On exit, free caches after writing them
2852                 Shuts up some valgrind false positives
2853         * src/procmsg.c
2854         * src/send_message.c
2855                 Fix races when reusing existing SMTP connections
2856                 Fix inexistant session timeout
2857         * src/toolbar.c
2858                 Display alertpanel after all queues have
2859                 been processed, not after each
2860
2861 2006-06-02 [wwp]        2.2.0cvs73
2862
2863         * manual/fr/glossary.xml
2864         * manual/fr/ack.xml
2865         * manual/ack.xml
2866                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2867
2868 2006-06-02 [wwp]        2.2.0cvs72
2869
2870         * manual/xml2pdf
2871         * manual/dist/pdf/Makefile.am
2872         * manual/dtd/manual.xsl
2873         * manual/fr/dist/pdf/Makefile.am
2874         * manual/pl/dist/pdf/Makefile.am
2875                 we changed the procedure to generate the .pdf version of the manual.
2876                 The procedure is more modern and the .pdf we get now has a valid index.
2877                 Here are the new pre-requisites:
2878
2879                 - JRE 1.x (1.4 here): there must be one from your distro
2880                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2881                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2882                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2883
2884                 See my posts for further info about the installation of this toolchain:
2885
2886                 Date: Fri, 19 May 2006 19:40:06 +0200
2887                 From: wwp <subscript@free.fr>
2888                 To: sylpheed-claws-devel@lists.sourceforge.net
2889                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2890
2891                 and
2892
2893                 Date: Wed, 24 May 2006 12:58:49 +0200
2894                 From: wwp <subscript@free.fr>
2895                 To: sylpheed-claws-devel@lists.sourceforge.net
2896                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2897
2898 2006-06-01 [colin]      2.2.0cvs71
2899
2900         * src/compose.c
2901                 Better guards against IMAP races
2902         * src/main.c
2903         * src/prefs_common.c
2904         * src/prefs_common.h
2905         * src/common/ssl_certificate.c
2906         * src/etpan/imap-thread.c
2907         * src/etpan/imap-thread.h
2908         * src/gtk/sslcertwindow.c
2909                 New hidden option ssl_skip_cert_check to 
2910                 avoid dups of bug #959 (libetpan linked
2911                 against gnutls and gnutls buggy on 64bit)
2912                 Present expired warning only once per
2913                 session/server.
2914         * manual/advanced.xml
2915         * manual/fr/advanced.xml
2916                 Document new option
2917
2918 2006-06-01 [wwp]        2.2.0cvs70
2919
2920         * src/messageview.c
2921                 fix for bug #961 (return receipt dialog 
2922                 complains incorrectly about return-path 
2923                 email adress being different), thanks 
2924                 to Colin.
2925
2926 2006-05-31 [cleroy]     2.2.0cvs69
2927
2928         * src/common/ssl.c
2929                 Guard against NULLs, although this
2930                 should never be an issue
2931
2932 2006-05-31 [colin]      2.2.0cvs68
2933
2934         * src/filtering.c
2935                 Use g_slist_prepend
2936         * src/imap.c
2937                 Don't remove caches when destroying folder, it
2938                 could (should) be done at exit
2939         * src/inc.c
2940                 free processing cache after incorporation
2941         * src/etpan/imap-thread.c
2942                 Maybe fix bug #959 (Crash on moving to emails 
2943                 to a imap account per ssl with a expired 
2944                 certificate.)
2945
2946 2006-05-30 [colin]      2.2.0cvs67
2947
2948         * src/summaryview.c
2949                 Put back event flush when displaying message
2950                 It avoids reading a bunch of messages just
2951                 by hitting shift-n for too long ;)
2952
2953 2006-05-29 [colin]      2.2.0cvs66
2954
2955         * src/summaryview.c
2956                 Remove useless g_warnings
2957
2958 2006-05-29 [colin]      2.2.0cvs65
2959
2960         * src/imap.c
2961                 Fix g_slist_append()s for performance
2962
2963 2006-05-29 [colin]      2.2.0cvs64
2964
2965         * src/compose.c
2966         * src/common/utils.c
2967                 Fix extraneous tab at start of addresses
2968         * src/mainwindow.c
2969                 Fix warnings (thanks to Fabien)
2970                 Fix crash at exit when composing messages 
2971                 exist
2972         * src/pop.c
2973                 Fix progress bar when deleting expired mails
2974                 Thanks to Hiro
2975         * src/summaryview.c
2976         * src/gtk/gtksctree.c
2977                 Fix re-sorting slowness
2978
2979 2006-05-29 [paul]       2.2.0cvs63
2980
2981         * src/mh.c
2982                 fetch full message when moving mails
2983                 from another mailbox, (fixed data loss
2984                 when filtering from IMAP to MH, introduced
2985                 in 2.2.0cvs57).
2986                 Thanks to Colin
2987
2988 2006-05-29 [mones]      2.2.0cvs62
2989
2990         * src/gtk/gtksctree.c
2991                 Unselect faster (patch by Colin)        
2992
2993 2006-05-26 [colin]      2.2.0cvs61
2994
2995         * src/summaryview.c
2996                 Unplug MSGINFO_UPDATE callback on delete too.
2997
2998 2006-05-26 [colin]      2.2.0cvs60
2999
3000         * src/foldersel.c
3001                 Fix bold in folder selection window with glib2.10
3002                 thanks Hiro
3003
3004 2006-05-26 [colin]      2.2.0cvs59
3005
3006         * src/procheader.c
3007                 Convert date only if necessary (and don't
3008                 try to convert from utf8 to utf8, too)
3009         * src/summaryview.c
3010                 Only set column's text if the column's 
3011                 displayed
3012
3013 2006-05-26 [colin]      2.2.0cvs58
3014
3015         * src/summaryview.c
3016         * src/gtk/gtkutils.c
3017                 Fix useless warning
3018
3019 2006-05-26 [colin]      2.2.0cvs57
3020
3021         * src/mainwindow.c
3022                 Make summaryview selectable as long as 
3023                 no message has focus
3024         * src/mh.c
3025                 Faster deletion (by implementing mh_remove_msgs)
3026                 Faster copy (avoid using mh_fetch_msg just to get
3027                 the filename)
3028                 Faster move (using move_file instead of copy_file
3029                 if MSG_IS_MOVE)
3030                 No progressbar if total number of mails to cp/mv 
3031                 is less than 100
3032         * src/summaryview.c
3033                 Fix removal from subject_table when mail gets moved
3034                 Faster deletion (g_slist_prepend instead of append)
3035         * src/gtk/gtksctree.c
3036                 Remove useless code
3037
3038 2006-05-25 [colin]      2.2.0cvs56
3039
3040         * src/common/ssl_certificate.c
3041                 Fix leak in expired cert check
3042
3043 2006-05-25 [colin]      2.2.0cvs55
3044
3045         * src/mh.c
3046                 Disable flags syncing on .mh_sequences - it
3047                 is buggy and marks mails read under unknown
3048                 conditions.
3049
3050 2006-05-25 [paul]
3051
3052         * 2.3.0-rc4 released
3053
3054 2006-05-24 [colin]      2.2.0cvs54
3055
3056         attention cvs users: if you manage to crash
3057         Sylpheed-Claws while moving, copying or deleting
3058         mails, we *are* interested in stack traces and
3059         valgrind logs. It looks stable, but one never
3060         knows...
3061
3062         * src/folder.c
3063                 Add progressbar for cache updates
3064         * src/folderutils.c
3065                 Optimize Mark all read in the current
3066                 folder
3067         * src/mh.c
3068                 Add progressbar for copy/move
3069         * src/procmsg.c
3070                 Optimize O(n^2) in copy/move
3071         * src/summaryview.c
3072         * src/gtk/gtksctree.c
3073                 Optimize O(n^2) algos
3074         * src/common/timing.h
3075                 Display ms instead of us
3076
3077 2006-05-24 [wwp]        2.2.0cvs53
3078
3079         * manual/fr/advanced.xml
3080                 updates to the French manual.
3081
3082 2006-05-24 [wwp]        2.2.0cvs52
3083
3084         * src/common/utils.c
3085                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3086
3087 2006-05-24 [wwp]        2.2.0cvs51
3088
3089         * src/folderutils.c
3090                 fixed "mark all read" in MH folders (thanks to Colin).
3091
3092 2006-05-24 [paul]       2.2.0cvs50
3093
3094         * doc/man/sylpheed-claws.1
3095                 updated the man page
3096
3097 2006-05-23 [colin]      2.2.0cvs49
3098
3099         * src/folderview.c
3100         * src/imap.c
3101         * src/inc.c
3102         * src/mbox.c
3103         * src/messageview.c
3104         * src/news.c
3105         * src/send_message.c
3106         * src/summaryview.c
3107         * src/gtk/sslcertwindow.c
3108                 alertpanel fixes, by Fabien
3109
3110 2006-05-23 [colin]      2.2.0cvs48
3111
3112         * src/folder.c
3113         * src/folderview.c
3114         * src/msgcache.c
3115         * src/summaryview.c
3116         * src/gtk/gtksctree.c
3117         * src/gtk/gtksctree.h
3118                 More timings
3119                 Fix slow loading problem, which was caused by the
3120                 use of some gtk_ctree funcs and their use of
3121                 g_list_position while gtk_ctree_(un)link'ing.
3122                 Reap more functions from gtkctree.c to be sure we
3123                 use our (fast) version instead of theirs.
3124         * src/mh.c
3125                 Fix copy of unread mails
3126
3127
3128 2006-05-22 [wwp]        2.2.0cvs47
3129
3130         * manual/fr/advanced.xml
3131                 updated.
3132
3133 2006-05-22 [colin]      2.2.0cvs46
3134
3135         * src/filtering.c
3136                 Fix possible infinite loop. 'copy' is not a 
3137                 final action, so when encountering a 'copy',
3138                 we have to check if a previous one was set
3139                 and do it. In the same way, if we encounter
3140                 a 'move' we have to perform a possibly 
3141                 pending 'copy'. This will slow down filtering
3142                 on IMAP if move+copy or multiple copy actions
3143                 are to be done, but handling it via the batch
3144                 would be really too convoluted.
3145
3146 2006-05-22 [wwp]        2.2.0cvs45
3147
3148         * manual/fr/advanced.xml
3149         * manual/fr/faq.xml
3150         * manual/fr/glossary.xml
3151         * manual/fr/handling.xml
3152         * manual/fr/intro.xml
3153         * manual/fr/plugins.xml
3154         * manual/fr/sylpheed-claws-manual.xml
3155                 sync w/ the english manual: updates URIs, documented mailing-list
3156                 support, better explanation about the enabled/disabled feature
3157                 in filtering/processing rules by Paul.
3158
3159 2006-05-21 [colin]      2.2.0cvs44
3160
3161         * src/summaryview.c
3162                 Don't expand after building threads, but during
3163
3164 2006-05-21 [colin]      2.2.0cvs43
3165
3166         * src/procmsg.c
3167         * src/summaryview.c
3168                 More timing possibilities... For next time I have 
3169                 to find out how the hell some 3GHz computer takes
3170                 one minute to open a 30k folder...
3171
3172 2006-05-21 [colin]      2.2.0cvs42
3173
3174         * manual/pl/advanced.xml
3175         * manual/pl/faq.xml
3176         * manual/pl/glossary.xml
3177         * manual/pl/handling.xml
3178         * manual/pl/intro.xml
3179         * manual/pl/plugins.xml
3180         * manual/pl/sylpheed-claws-manual.xml
3181                 Polish manual updated by Pawel
3182
3183 2006-05-20 [colin]
3184
3185         * 2.3.0-rc3 released
3186
3187 2006-05-20 [colin]      2.2.0cvs41
3188
3189         * src/imap.c
3190                 Fix -rc2 problems:
3191                 - remove cache of moved messages from original folder
3192                 - apply new flags to messages even if they aren't appliable
3193                   via IMAP.
3194
3195 2006-05-20 [colin]
3196
3197         * 2.3.0-rc2 released
3198
3199 2006-05-19 [colin]      2.2.0cvs40
3200
3201         * src/imap.c
3202                 Don't issue SELECT in imap_change_flags
3203                 before having checked that we indeed have
3204                 some flags to change. MSG_POSTFILTERED for
3205                 example can't be used on IMAP.
3206                 Fixes bug #955 (copying messages between 
3207                 imap folders is extremely slow), which was
3208                 a regression.
3209
3210 2006-05-19 [colin]      2.2.0cvs39
3211
3212         * src/folder.c
3213         * src/folder.h
3214         * src/folderview.c
3215                 Try to fix bug #830 (Some unread messages 
3216                 get marked read in IMAP inbox):
3217                 - Prevent scanning a folder if it's being 
3218                   opened via the GUI
3219                 - Postpone opening via the GUI of a folder
3220                   currently scanned.
3221
3222
3223 2006-05-19 [wwp]        2.2.0cvs38
3224
3225         * manual/advanced.xml
3226                 fix English+typo (thanks to Paul).
3227
3228 2006-05-19 [wwp]        2.2.0cvs37
3229
3230         * manual/advanced.xml
3231         * manual/fr/advanced.xml
3232         * src/gtk/logwindow.c
3233         * src/prefs_common.c
3234         * src/prefs_common.h
3235                 added hidden prefs to allow customization of colors used in
3236                 protocol log window (useful for dark gtk+ themes).
3237
3238 2006-05-19 [wwp]        2.2.0cvs36
3239
3240         * ChangeLog
3241                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3242
3243 2006-05-19 [paul]       2.2.0cvs35
3244
3245         * src/textview.c
3246                 make Reply-To fully clickable
3247         * src/gtk/logwindow.c
3248                 more colouring (SMTP ESMTP)
3249         Both patches by Pawel Pekala
3250
3251 2006-05-19 [cleroy]     2.2.0cvs34
3252
3253         * src/mh.c
3254                 Don't update flags from current folder
3255                 Probably fixes bug #935 (Read Messages 
3256                 Revert to Being Marked as Unread)
3257
3258 2006-05-18 [colin]      2.2.0cvs33
3259
3260         * src/imap.c
3261                 Warning fix
3262         * src/compose.c
3263         * src/mainwindow.c
3264         * src/summaryview.c
3265         * src/toolbar.c
3266                 Allow replying to multiple emails
3267                 in multiple windows
3268         * src/mimeview.c
3269         * src/etpan/imap-thread.c
3270                 Leak fixes
3271
3272 2006-05-18 [paul]       2.2.0cvs32
3273
3274         * src/summaryview.c
3275                 keep Mailing-List menu refreshed
3276                 Thanks to Colin
3277
3278 2006-05-18 [paul]       2.2.0cvs31
3279
3280         * manual/advanced.xml
3281         * manual/faq.xml
3282         * manual/glossary.xml
3283         * manual/handling.xml
3284         * manual/intro.xml
3285         * manual/plugins.xml
3286         * manual/sylpheed-claws-manual.xml
3287                 update URLs
3288                 add info about mailing-list support
3289                 edit filtering info
3290         * src/wizard.c
3291         * src/common/defs.h
3292         * src/gtk/about.c
3293         * src/plugins/dillo_viewer/README
3294                 update URLs
3295
3296 2006-05-17 [wwp]        2.2.0cvs30
3297
3298         * manual/handling.xml
3299         * manual/fr/handling.xml
3300                 documented the ability to enabled/disable filtering/processing rules.
3301
3302 2006-05-17 [colin]      2.2.0cvs29
3303
3304         * src/main.c
3305                 Don't initialize g_thread subsystem if it's 
3306                 already done (thanks to Hiro)
3307         * src/mimeview.c
3308                 Fix saving of parts when there name can't be
3309                 converted from UTF-8.
3310
3311 2006-05-17 [paul]       2.2.0cvs28
3312
3313         * po/Makefile.in.in
3314                 fix config.status warning with autoconf 2.60
3315
3316 2006-05-17 [paul]       2.2.0cvs27
3317
3318         * po/POTFILES.in
3319                 add src/mbox.c
3320
3321 2006-05-17 [wwp]        2.2.0cvs26
3322
3323         * src/mainwindow.c
3324                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3325
3326 2006-05-17 [wwp]        2.2.0cvs25
3327
3328         * src/plugins/demo/demo.c
3329                 updated product name in plugin demo (many plugins need to be
3330                 sync'ed w/ that change).
3331
3332 2006-05-17 [colin]      2.2.0cvs24
3333
3334         * src/mh.c
3335                 Fix leak
3336
3337 2006-05-16 [colin]      2.2.0cvs23
3338
3339         * src/mainwindow.c
3340                 Stupid me hit again. Fix cvs22.
3341
3342 2006-05-16 [colin]      2.2.0cvs22
3343
3344         * src/mainwindow.c
3345                 Fix bug #922 (sylpheed-claws crashed after 
3346                 pushing on Inbox folder)
3347
3348 2006-05-16 [colin]      2.2.0cvs21
3349
3350         * src/compose.c
3351                 Make From header be copy/paste/select-able
3352
3353 2006-05-16 [wwp]        2.2.0cvs20
3354
3355         * src/export.c
3356         * src/matcher.c
3357         * src/summaryview.c
3358         * src/etpan/imap-thread.c
3359                 fix some compiler warnings (thanks to Colin).
3360
3361 2006-05-16 [wwp]        2.2.0cvs19
3362
3363         * src/action.c
3364         * src/gedit-print.c
3365         * src/inc.c
3366         * src/mainwindow.c
3367         * src/mh.c
3368         * src/statusbar.c
3369         * src/send_message.c
3370         * src/summaryview.c
3371                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3372
3373 2006-05-15 [colin]      2.2.0cvs18
3374
3375         * src/procmsg.c
3376                 Fix automatic rule creation with List-Post
3377
3378 2006-05-15 [paul]       2.2.0cvs17
3379
3380         * tools/filter_conv_new.pl
3381                 updated for rule enabling/disabling
3382                 claws version >= 2.3.x required
3383
3384 2006-05-15 [cleroy]     2.2.0cvs16
3385
3386         * src/main.c
3387                 Revert test
3388
3389 2006-05-15 [cleroy]     2.2.0cvs15
3390
3391         * src/main.c
3392                 test
3393
3394 2006-05-15 [wwp]        2.2.0cvs14
3395
3396         * manual/pl/.cvsignore
3397                 ignore generated files.
3398
3399 2006-05-14 [wwp]        2.3.0-rc1
3400
3401         * 2.3.0-rc1 released
3402
3403 2006-05-13 [wwp]        2.2.0cvs13
3404
3405         * src/filtering.c
3406         * src/filtering.h
3407         * src/matcher.c
3408         * src/matcher_parser_lex.l
3409         * src/matcher_parser_parse.y
3410         * src/prefs_filtering.c
3411                 new feature: provide the ability to disable filtering and processing
3412                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3413                 adaptations.
3414
3415 2006-05-13 [colin]      2.2.0cvs12
3416
3417         * src/compose.c
3418                 Remove useless if (a) b; else b;
3419                 Thanks to wwp
3420
3421 2006-05-13 [wwp]        2.2.0cvs11
3422
3423         * src/export.c
3424         * src/import.c
3425         * src/mainwindow.c
3426         * src/mbox.c
3427         * src/summaryview.c
3428         * src/summaryview.h
3429                 no more silent failures (or at least less ones) when importing
3430                 or exporting from/to mbox. Also start importing/exporting if
3431                 the necessary info is set.
3432
3433 2006-05-13 [wwp]        2.2.0cvs10
3434
3435         * RELEASE_NOTES
3436                 restored up-to-date release notes.
3437
3438 2006-05-13 [paul]       2.2.0cvs9
3439
3440         * po/nl.po
3441         * po/ru.po
3442                 updated by Tim Dijkstra and Pavlo Bohmat
3443
3444 2006-05-12 [colin]      2.2.0cvs8
3445
3446         * src/gtk/quicksearch.c
3447                 Add "k" as shortcut for "colorlabel". Patch
3448                 by ath42@users.sf.net.
3449
3450 2006-05-12 [paul]       2.2.0cvs7
3451
3452         * src/prefs_common.h
3453         * src/prefs_summaries.c
3454         * src/summaryview.c
3455                 when entering a folder also allow
3456                 going directly to first Marked message
3457
3458 2006-05-12 [paul]       2.2.0cvs6
3459
3460         * src/summaryview.c
3461                 always obey 'confirm before marking all
3462                 mails read' option
3463
3464 2006-05-12 [paul]       2.2.0cvs5
3465
3466         * src/textview.c
3467                 make Sender fully clickable
3468
3469 2006-05-12 [colin]      2.2.0cvs4
3470
3471         * src/compose.c
3472         * src/compose.h
3473                 Let From be editable
3474         * src/main.c
3475         * src/mh.c
3476                 Full support of .mh_sequences' Unseen seq
3477
3478 2006-05-12 [colin]      2.2.0cvs3
3479
3480         * src/folder.c
3481         * src/mainwindow.c
3482         * src/mainwindow.h
3483         * src/messageview.c
3484         * src/prefs_spelling.c
3485         * src/procheader.c
3486         * src/procmsg.c
3487         * src/procmsg.h
3488         * src/summaryview.c
3489         * src/toolbar.c
3490         * src/toolbar.h
3491                 Add contextual menu on Compose toolbar
3492                 button. Fixes bug #944 (Automatic
3493                 addresses not applied when changing account
3494                 from compose window)
3495                 add Mailing List support
3496                 based on the old 0.6.5claws25 patch by
3497                 Melvin Hadasht, with finishing touches
3498                 by Colin
3499                 Fix "ignore thread" when mails are threaded by
3500                 subject (and weren't ignored although appearing
3501                 in the thread).
3502                 GUI rework.
3503                 Both patches by Pawel.
3504
3505 2006-05-08 [paul]       2.2.0cvs2
3506
3507         * src/mainwindow.c
3508         * src/mainwindow.h
3509         * src/messageview.c
3510         * src/procheader.c
3511         * src/procmsg.c
3512         * src/procmsg.h
3513         * src/summaryview.c
3514                 add Mailing List support
3515                 based on the old 0.6.5claws25 patch by 
3516                 Melvin Hadasht, with finishing touches
3517                 by Colin
3518
3519 2006-05-08 [colin]      2.2.0cvs1
3520
3521         * src/mainwindow.c
3522         * src/toolbar.c
3523         * src/toolbar.h
3524                 Add contextual menu on Compose toolbar 
3525                 button. Fixes bug #944 (Automatic 
3526                 addresses not applied when changing account 
3527                 from compose window)
3528
3529 2006-05-08 [paul]       2.2.0
3530
3531         2.2.0 released
3532
3533 2006-05-08 [paul]       2.1.1cvs51
3534
3535         * po/cs.po
3536         * po/de.po
3537         * po/en_GB.po
3538         * po/fi.po
3539         * po/fr.po
3540         * po/pt_BR.po
3541         * po/sr.po
3542         * po/zh_CN.po
3543                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3544                 Fabien Vantard, Frederico Goncalves Guimaraes,
3545                 Aleksandar Urosevic, and Ralgh Young
3546
3547 2006-05-12 [colin]      2.1.1cvs50
3548
3549         * po/cs.po
3550         * po/de.po
3551         * po/en_GB.po
3552         * po/es.po
3553         * po/fi.po
3554         * po/fr.po
3555         * po/pt_BR.po
3556         * po/sr.po
3557         * po/zh_CN.po
3558                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3559                 Fabien Vantard, Frederico Goncalves Guimaraes,
3560                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3561
3562 2006-05-05 [colin]      2.1.1cvs49
3563
3564         * manual/Makefile.am
3565         * manual/pl/Makefile.am
3566         * manual/pl/account.xml
3567         * manual/pl/ack.xml
3568         * manual/pl/addrbook.xml
3569         * manual/pl/advanced.xml
3570         * manual/pl/faq.xml
3571         * manual/pl/glossary.xml
3572         * manual/pl/gpl.xml
3573         * manual/pl/handling.xml
3574         * manual/pl/intro.xml
3575         * manual/pl/keyboard.xml
3576         * manual/pl/plugins.xml
3577         * manual/pl/starting.xml
3578         * manual/pl/sylpheed-claws-manual.xml
3579         * manual/pl/dist/.cvsignore
3580         * manual/pl/dist/Makefile.am
3581         * manual/pl/dist/html/.cvsignore
3582         * manual/pl/dist/html/Makefile.am
3583         * manual/pl/dist/pdf/.cvsignore
3584         * manual/pl/dist/pdf/Makefile.am
3585         * manual/pl/dist/ps/.cvsignore
3586         * manual/pl/dist/ps/Makefile.am
3587         * manual/pl/dist/txt/.cvsignore
3588         * manual/pl/dist/txt/Makefile.am
3589                 Add the polish translation of the manual,
3590                 Authored by Pawel Pekala.
3591
3592 2006-05-05 [cleroy]     2.1.1cvs48
3593
3594         * src/main.c
3595                 Re-read matcherrc after loading plugins 
3596                 if some of them add folders.
3597
3598 2006-05-03 [colin]      2.1.1cvs47
3599
3600         * src/imap.c
3601                 I'm idiot
3602
3603 2006-05-03 [colin]      2.1.1cvs46
3604
3605         * src/imap.c
3606                 Be sure to have a session when
3607                 getting separator
3608
3609 2006-05-03 [colin]      2.1.1cvs45
3610
3611         * src/imap.c
3612         * src/imap.h
3613         * src/imap_gtk.c
3614                 Fix preventing renaming with namespace 
3615                 separator.
3616
3617 2006-05-01 [colin]      2.1.1cvs44
3618
3619         * src/action.c
3620                 Don't reload messageview when result of
3621                 action is piped.
3622
3623 2006-04-29 [colin]      2.1.1cvs43
3624
3625         * src/prefs_receive.c
3626         * src/plugins/spamassassin/spamassassin_gtk.c
3627         * src/plugins/clamav/clamav_plugin_gtk.c
3628                 GUI fixes by Pawel
3629
3630 2006-04-29 [colin]      2.1.1cvs42
3631
3632         * src/prefs_compose_writing.c
3633         * src/prefs_quote.c
3634                 Cleanups. Patch by Pawel
3635
3636 2006-04-28 [paul]       2.1.1cvs41
3637
3638         * src/matcher.c
3639                 fix returned quick search results when search
3640                 term contains an underscore.
3641                 Thanks to Colin
3642
3643 2006-04-28 [paul]       2.1.1cvs40
3644
3645         * src/prefs_message.c
3646         * src/prefs_receive.c
3647                 GUI cleanups
3648                 Patches by Pawel Pekala
3649
3650 2006-04-27 [colin]      2.1.1cvs39
3651
3652         * src/wizard.c
3653                 Differentiate subject Welcome from
3654                 window's title Welcome
3655
3656 2006-04-27 [paul]
3657
3658         2.2.0-rc1 released
3659
3660 2006-04-27 [paul]       2.1.1cvs38
3661
3662         * manual/advanced.xml
3663         * manual/fr/advanced.xml
3664                 add info about compose_no_markup hidden pref
3665
3666 2006-04-27 [paul]       2.1.1cvs37
3667
3668         * src/prefs_account.c
3669                 improve privacy labels
3670         * src/prefs_msg_colors.c
3671                 change some strings for translators' convenience
3672         * src/gtk/gtkutils.c
3673                 don't underline the link button text
3674
3675 2006-04-25 [colin]      2.1.1cvs36
3676
3677         * src/folder.c
3678                 Complete 2.1.1cvs33 (once more ;)
3679
3680 2006-04-25 [colin]      2.1.1cvs35
3681
3682         * src/editldap.c
3683                 Fix tooltip
3684
3685 2006-04-25 [cleroy]     2.1.1cvs34
3686
3687         * src/compose.c
3688         * src/gtk/gtkaspell.c
3689                 Fix crash on redirect (related to the return 
3690                 of the aspell menu in compose's toolbar)
3691         * src/prefs_msg_colors.c
3692                 Fix sensitivity widgets
3693         * src/image_viewer.c
3694         * src/gtk/pluginwindow.c
3695         * src/gtk/prefswindow.c
3696                 Change released signals to clicked (Fabien)
3697         * po/POTFILES.in
3698         * src/common/socket.c
3699         * src/plugins/spamassassin/spamassassin.c
3700                 Translate strings (Fabien)
3701
3702 2006-04-25 [paul]       2.1.1cvs33
3703
3704         * src/folder.c
3705         * src/folder.h
3706         * src/folderview.c
3707                 complete the fix of bug #912
3708                 Thanks to Colin
3709
3710 2006-04-25 [colin]      2.1.1cvs32
3711
3712         * src/news.c
3713                 Better progress bar
3714         * src/mimeview.c
3715         * src/summaryview.c
3716         * src/summaryview.h
3717                 Fix focus chain
3718                 Patches by Pawel Pekala
3719
3720 2006-04-24 [colin]      2.1.1cvs31
3721
3722         * src/compose.c
3723                 Fix compilation warnings (Fabien)
3724
3725 2006-04-24 [colin]      2.1.1cvs30
3726
3727         * src/addrindex.c
3728         * src/editldap.c
3729         * src/editldap_basedn.c
3730         * src/editldap_basedn.h
3731         * src/ldapctrl.c
3732         * src/ldapctrl.h
3733         * src/ldapquery.c
3734         * src/ldaputil.c
3735         * src/ldaputil.h
3736                 Fix bug #901 (LDAPS support)
3737
3738 2006-04-24 [colin]      2.1.1cvs29
3739
3740         * src/compose.c
3741                 Fix logic on error with send dialog on
3742         * src/imap.c
3743                 Fix compilation without libetpan, thanks
3744                 to Fabien
3745         * src/summaryview.c
3746                 Fix 'context-menu' key
3747
3748 2006-04-23 [colin]      2.1.1cvs28
3749
3750         * src/folder.c
3751                 Never free current's cache to free up 
3752                 memory. Fixes bug #912 (new count 
3753                 randomly set to message count)
3754
3755 2006-04-23 [colin]      2.1.1cvs27
3756
3757         * src/gtk/quicksearch.c
3758                 And remove printf...
3759
3760 2006-04-23 [colin]      2.1.1cvs26
3761
3762         * src/gtk/quicksearch.c
3763                 Fix replacing in quicksearch, and fix inserting
3764                 in the middle of the string. (introduced at 2.1.0cvs22)
3765
3766 2006-04-23 [colin]      2.1.1cvs25
3767
3768         * src/imap.c
3769                 Make sure uidnext is initialized in get_num_list
3770                 (not for stable, related to 2.1.1cvs8 and friends)
3771
3772 2006-04-23 [colin]      2.1.1cvs24
3773
3774         * src/imap.c
3775                 Output something when login is successful
3776                 too
3777
3778 2006-04-23 [colin]      2.1.1cvs23
3779
3780         * src/etpan/imap-thread.c
3781                 Better logging (line-per-line, hide data in fetch)
3782                 Fix a const warning
3783         * src/gtk/logwindow.c
3784         * src/gtk/logwindow.h
3785                 Better logging (color for input/output)
3786
3787 2006-04-21 [colin]      2.1.1cvs22
3788
3789         * src/gtk/quicksearch.c
3790                 On gtk+-2.8, use stock buttons in quicksearch
3791                 Based on a patch by Fabien and a design by Paul
3792
3793 2006-04-21 [colin]      2.1.1cvs21
3794
3795         * src/folderview.c
3796         * src/mainwindow.c
3797                 Fix occasional flicker in folderview
3798         * src/common/utils.c
3799                 Fix bug #943 (Incorrectly parsed email address 
3800                 list in short headers on message view and in 
3801                 printouts)
3802
3803 2006-04-20 [colin]      2.1.1cvs20
3804
3805         * src/imap.c
3806         * src/imap.h
3807         * src/prefs_account.c
3808                 Add ANONYMOUS auth for IMAP
3809
3810 2006-04-20 [paul]       2.1.1cvs19
3811
3812         * src/main.c
3813                 proper fix for 2.1.1cvs18
3814                 Thanks to Colin
3815
3816 2006-04-20 [paul]       2.1.1cvs18
3817
3818         * src/main.c
3819                 fix build warnings
3820
3821 2006-04-20 [paul]       2.1.1cvs17
3822
3823         * src/gtk/quicksearch.c
3824                 fix standard, non-extended Quick search,
3825                 was broken in 2.1.1cvs15.
3826                 Thanks to Colin.
3827
3828 2006-04-20 [colin]      2.1.1cvs16
3829
3830         * src/prefs_matcher.c
3831                 Fix values when reselecting a ~test
3832                 rule
3833
3834 2006-04-19 [colin]      2.1.1cvs15
3835
3836         * src/compose.c
3837         * src/compose.h
3838         * src/gtk/gtkaspell.c
3839         * src/gtk/gtkaspell.h
3840                 Put back Options menu in Spelling/
3841         * src/gtk/quicksearch.c
3842                 Don't search, and show error, if the
3843                 advanced search has a syntax error
3844
3845 2006-04-18 [colin]      2.1.1cvs14
3846
3847         * src/textview.c
3848                 Fix gdk warnings on set_cursor when textview
3849                 isn't visible
3850
3851 2006-04-18 [colin]      2.1.1cvs13
3852
3853         * src/gtk/gtksctree.c
3854                 Remove seemingly useless refresh that causes
3855                 flicker - watch this commit in case of 
3856                 problems before planned backport to stable
3857
3858 2006-04-18 [colin]      2.1.1cvs12
3859
3860         * src/imap.c
3861                 Factorize get/set_xml code
3862         * src/compose.c
3863         * src/prefs_account.c
3864         * src/prefs_account.h
3865         * src/procmsg.c
3866                 Add Encrypt to self option
3867
3868 2006-04-17 [colin]      2.1.1cvs11
3869
3870         * configure.ac
3871                 Fix search on encrpyt function on dragonfly
3872                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3873
3874 2006-04-17 [colin]      2.1.1cvs10
3875
3876         * src/prefs_account.c
3877                 Be safe by default: remove mails from POP3
3878                 after 7 days, not immediately
3879
3880 2006-04-17 [colin]      2.1.1cvs9
3881
3882         * src/etpan/imap-thread.c
3883                 Fix build on DragonFly - patch by 
3884                 Jonathan Buschmann <jonthn@agmact.com>
3885
3886 2006-04-17 [colin]      2.1.1cvs8
3887
3888         * src/imap.c
3889                 Save uidnext between sessions
3890
3891 2006-04-17 [colin]      2.1.1cvs7
3892
3893         * src/imap.c
3894                 scan is required when uid validity changes
3895
3896 2006-04-17 [colin]      2.1.1cvs6
3897
3898         * src/folderview.c
3899                 Don't scan if not necessary, apart in current
3900                 folder and INBOX to fetch flags.
3901         * src/imap.c
3902                 Scan is necessary if unread count changes
3903
3904 2006-04-17 [colin]      2.1.1cvs5
3905
3906         * src/imap.c
3907                 ...But always fetch ANSWERED and DELETED flags for
3908                 INBOX, as filtering can happen on these flags.
3909
3910 2006-04-17 [colin]      2.1.1cvs4
3911
3912         * src/imap.c
3913                 Don't fetch REPLIED and DELETED flags when synchronising
3914                 flags with a closed folder. We only need UNSEEN and FLAGGED
3915                 to update the folderview.
3916
3917 2006-04-17 [colin]      2.1.1cvs3
3918
3919         * src/imap.c
3920                 Faster flag search when there are new mails 
3921                 in a folder. We can do a full search if the 
3922                 folder contains less messages than the new
3923                 list.
3924
3925 2006-04-17 [colin]      2.1.1cvs2
3926
3927         * po/cs.po
3928         * po/de.po
3929         * po/fr.po
3930         * po/nl.po
3931         * po/pt_BR.po
3932                 Update translations from stable branch
3933
3934 2006-04-17 [colin]      2.1.1cvs1
3935
3936         * configure.ac
3937                 Bump version to follow stable release
3938
3939 2006-04-16 [mones]      2.1.0cvs50
3940
3941         * po/es.po
3942                 Updated for release
3943
3944 2006-04-16 [colin]      2.1.0cvs49
3945
3946         * src/textview.c
3947                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3948                 with gtk < 2.8. Thanks to Fabien Vantard.
3949
3950 2006-04-15 [colin]      2.1.0cvs48
3951
3952         * src/etpan/imap-thread.c
3953                 Fix bug #919 (libetpan: SEGV when connecting 
3954                 using command)
3955
3956 2006-04-14 [colin]      2.1.0cvs47
3957
3958         * src/main.c
3959                 Fix race on --select (should be done better)
3960
3961 2006-04-14 [wwp]        2.1.0cvs46
3962
3963         * src/send_message.c
3964                 enforce a check for domain in account prefs (a sending
3965                 error could be faced if domain was checked but no value set),
3966                 thanks to Colin.
3967
3968 2006-04-14 [colin]      2.1.0cvs45
3969
3970         * src/codeconv.c
3971                 when converting from unknown to unknown, if the
3972                 string is UTF8, don't convert it to the locale
3973                 (which breaks it)
3974
3975 2006-04-14 [colin]      2.1.0cvs44
3976
3977         * src/compose.c
3978                 Don't try to use ASCII for converting headers
3979                 (as done in body)
3980
3981 2006-04-14 [paul]       2.1.0cvs43
3982
3983         * src/crash.c
3984                 add locale/charset info to crash report
3985         * src/gtk/about.c
3986                 add wwp to doc team
3987                 replace 'e-mail' with preferred 'email'
3988         * src/gtk/authors.h
3989                 ensure contributors list is in alphabetical
3990                 order
3991
3992 2006-04-13 [colin]      2.1.0cvs42
3993
3994         * src/textview.c
3995                 Prevent gdk warnings
3996
3997 2006-04-13 [colin]      2.1.0cvs41
3998
3999         * src/common/ssl_certificate.c
4000         * src/common/ssl_certificate.h
4001         * src/gtk/sslcertwindow.c
4002                 Warn on expired certs, and display the expiration date
4003
4004 2006-04-13 [colin]      2.1.0cvs40
4005
4006         * src/plugins/spamassassin/spamassassin_gtk.c
4007                 Fix missing set_text on unix socket
4008
4009 2006-04-13 [wwp]        2.1.0cvs39
4010
4011         * manual/fr/advanced.xml
4012         * manual/fr/glossary.xml
4013                 applied new spam/ham/email lexicon (pourriel, courriel)
4014
4015 2006-04-13 [paul]       2.1.0cvs38
4016
4017         * src/plugins/pgpmime/plugin.c
4018                 remove the mention of S/MIME from the
4019                 description. This is now handled by the
4020                 S/MIME plugin.
4021
4022 2006-04-13 [paul]       2.1.0cvs37
4023
4024         * src/prefs_msg_colors.c
4025                 rework dialog
4026         * src/prefs_folder_item.c
4027         * src/prefs_spelling.c
4028                 add a tooltip to the colour selector buttons
4029
4030 2006-04-13 [wwp]        2.1.0cvs36
4031
4032         * manual/advanced.xml
4033         * manual/glossary.xml
4034         * manual/handling.xml
4035         * manual/keyboard.xml
4036         * manual/plugins.xml
4037         * manual/starting.xml
4038         * manual/fr/account.xml
4039         * manual/fr/ack.xml
4040         * manual/fr/addrbook.xml
4041         * manual/fr/advanced.xml
4042         * manual/fr/faq.xml
4043         * manual/fr/glossary.xml
4044         * manual/fr/gpl.xml
4045         * manual/fr/handling.xml
4046         * manual/fr/intro.xml
4047         * manual/fr/keyboard.xml
4048         * manual/fr/plugins.xml
4049         * manual/fr/starting.xml
4050         * manual/fr/sylpheed-claws-manual.xml
4051                 fixes to the manuals:
4052                  - summaryview -> Message List (same in French)
4053                  - translate key names
4054                  - fix French punctuation, use non-breakable spaces when
4055                    necessary, don't use &thinsp; which is not portable
4056                  - tell what maildir and mbox formats we support
4057
4058 2006-04-12 [wwp]        2.1.0cvs35
4059
4060         * src/prefs_toolbar.c
4061                 unified a replace button more,
4062                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4063
4064 2006-04-12 [wwp]        2.1.0cvs34
4065
4066         * src/prefs_common.c
4067         * src/prefs_msg_colors.c
4068                 make default color labels translatable,
4069                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4070                 thanks to Tim <timbrain@post.cz> for reporting.
4071
4072 2006-04-12 [wwp]        2.1.0cvs33
4073
4074         * manual/glossary.xml
4075         * manual/intro.xml
4076         * manual/plugins.xml
4077         * manual/starting.xml
4078         * manual/sylpheed-claws-manual.xml
4079         * manual/fr/.cvsignore
4080         * manual/fr/account.xml
4081         * manual/fr/ack.xml
4082         * manual/fr/addrbook.xml
4083         * manual/fr/advanced.xml
4084         * manual/fr/faq.xml
4085         * manual/fr/glossary.xml
4086         * manual/fr/handling.xml
4087         * manual/fr/intro.xml
4088         * manual/fr/keyboard.xml
4089         * manual/fr/plugins.xml
4090         * manual/fr/starting.xml
4091         * manual/fr/sylpheed-claws-manual.xml
4092                 various fixes: typos, missing .fr translations, punctuation,
4093                 capitalization, links, accents and some bad French more.
4094
4095 2006-04-12 [wwp]        2.1.0cvs32
4096
4097         * src/prefs_gtk.c
4098                 fix for bug #935: always store prefs files in UTF-8 (thanks
4099                 to Colin).
4100
4101 2006-04-11 [colin]      2.1.0cvs31
4102
4103         * src/compose.c
4104                 Fix inserting files not in utf8 when locale is utf8
4105
4106 2006-04-11 [colin]      2.1.0cvs30
4107
4108         * src/inc.c
4109                 Don't show error dialog when cancelling connection
4110                 Patch by Pawel
4111
4112 2006-04-11 [cleroy]     2.1.0cvs29
4113
4114         * src/compose.c
4115                 Implement multiple quote levels
4116         * src/prefs_common.c
4117                 Change a little bit the quote bgcolor for 2nd level
4118
4119 2006-04-11 [colin]      2.1.0cvs28
4120
4121         * src/gtk/about.c
4122                 Add locale and charset in the label
4123
4124 2006-04-10 [colin]      2.1.0cvs27
4125
4126         * src/compose.c
4127         * src/prefs_common.c
4128         * src/prefs_common.h
4129         * src/prefs_msg_colors.c
4130         * src/textview.c
4131                 Allow optional background color in quotes
4132                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4133                 GTK+-2.8.x feature
4134
4135 2006-04-10 [colin]      2.1.0cvs26
4136
4137         * src/main.c
4138         * src/mainwindow.c
4139         * src/mainwindow.h
4140                 Implement --select
4141
4142 2006-04-10 [colin]      2.1.0cvs25
4143
4144         * manual/plugins.xml
4145         * manual/fr/plugins.xml
4146                 Document libcurl's proxy variables
4147
4148 2006-04-09 [colin]      2.1.0cvs24
4149
4150         * src/prefs_common.c
4151                 gettext() returns statically allocated stuff. We have
4152                 to strdup it in order to be able to free it.
4153
4154 2006-04-09 [colin]      2.1.0cvs23
4155
4156         * AUTHORS
4157         * src/gtk/authors.h
4158                 Add Alexei
4159
4160 2006-04-09 [colin]      2.1.0cvs22
4161
4162         * src/mainwindow.c
4163         * src/gtk/quicksearch.c
4164                 Fix bug #859 (problems with cyrilic input in 
4165                 search panel) - Patch by Alexey Illarionov 
4166                 <littlesavage@rambler.ru>
4167
4168 2006-04-09 [colin]      2.1.0cvs21
4169
4170         * src/prefs_customheader.c
4171                 I prefer removing then freeing rather than the contrary
4172                 (even if it doesn't change anything ;-)
4173         * src/prefs_account.c
4174                 Fix bug #933 (Crash re-entering the custom headers list 
4175                 dialog in accounts prefs)
4176                 The problem happened when cancelling the Account 
4177                 Preferences' dialogs - in which case we didn't do 
4178                 anything to the PrefsAccount * struct. In case of applying,
4179                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4180                 working with in this dialog. The problem is that 
4181                 prefs_customheader.c, working on this tmp_ac_prefs, always
4182                 changes the ->customhdr_list pointer, even when cancelled. 
4183                 So in case of cancelling the prefs_account dialog, we still
4184                 have to update ->customhdr_list in the real account.
4185
4186 2006-04-08 [colin]      2.1.0cvs20
4187
4188         * manual/fr/glossary.xml
4189         * manual/fr/keyboard.xml
4190                 Forgot some headers :)
4191
4192 2006-04-08 [colin]      2.1.0cvs19
4193
4194         * manual/Makefile.am
4195         * manual/fr/Makefile.am
4196         * manual/fr/account.xml
4197         * manual/fr/ack.xml
4198         * manual/fr/addrbook.xml
4199         * manual/fr/advanced.xml
4200         * manual/fr/faq.xml
4201         * manual/fr/glossary.xml
4202         * manual/fr/gpl.xml
4203         * manual/fr/handling.xml
4204         * manual/fr/intro.xml
4205         * manual/fr/keyboard.xml
4206         * manual/fr/plugins.xml
4207         * manual/fr/starting.xml
4208         * manual/fr/sylpheed-claws-manual.xml
4209         * manual/fr/dist/.cvsignore
4210         * manual/fr/dist/Makefile.am
4211         * manual/fr/dist/html/.cvsignore
4212         * manual/fr/dist/html/Makefile.am
4213         * manual/fr/dist/pdf/.cvsignore
4214         * manual/fr/dist/pdf/Makefile.am
4215         * manual/fr/dist/ps/.cvsignore
4216         * manual/fr/dist/ps/Makefile.am
4217         * manual/fr/dist/txt/.cvsignore
4218         * manual/fr/dist/txt/Makefile.am
4219                 Add the french translation of the manual. Thanks to
4220                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4221                 account.xml, ack.xml, addrbook.xml and advanced.xml
4222
4223 2006-04-08 [colin]      2.1.0cvs18
4224
4225         * manual/plugins.xml
4226         * manual/starting.xml
4227                 More fixes
4228
4229 2006-04-07 [colin]      2.1.0cvs17
4230
4231         * manual/faq.xml
4232         * manual/intro.xml
4233         * manual/keyboard.xml
4234                 Little fixes
4235
4236 2006-04-07 [colin]      2.1.0cvs16
4237
4238         * README
4239         * src/compose.c
4240         * src/prefs_common.c
4241         * src/prefs_common.h
4242                 Add hidden compose_no_markup pref
4243
4244 2006-04-07 [wwp]        2.1.0cvs15
4245
4246         * src/summary_search.c
4247         * .cvsignore
4248                 Bugfix: stop button was sticky when searching in an empty folder.
4249                 Applied curly brackets code style to the whole file (summary_search.c).
4250                 More files to ignore.
4251
4252 2006-04-07 [wwp]        2.1.0cvs14
4253
4254         * src/message_search.c
4255         * src/summary_search.c
4256                 changed default button when search bumps at file/folder
4257                 beginning or end, for convenience (thanks to Colin).
4258
4259 2006-04-07 [paul]       2.1.0cvs13
4260
4261         * src/plugins/dillo_viewer/dillo_prefs.c
4262                 avoid future potential for namespace collision
4263                 Patch by Colin
4264
4265 2006-04-06 [wwp]        2.1.0cvs12
4266
4267         * src/summary_search.c
4268                 Unify extended/advanced searches names (and thus factorize labels),
4269                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4270
4271 2006-04-06 [wwp]        2.1.0cvs11
4272
4273         * src/folderview.c
4274         * src/prefs_themes.c
4275         * src/summaryview.c
4276                 Fixed some compilation warnings.
4277
4278 2006-04-06 [colin]      2.1.0cvs10
4279
4280         * manual/advanced.xml
4281                 Document the wizard template and how to deploy
4282                 Sylpheed-Claws effectively
4283
4284 2006-04-06 [colin]      2.1.0cvs9
4285
4286         * src/folderview.c
4287                 gettext patch to tell translators about _("#"),
4288                 by Maxim Britov
4289
4290 2006-04-06 [colin]      2.1.0cvs8
4291
4292         * src/textview.c
4293                 Fix invalid GtkTextBIter after clicking "Display as text"
4294
4295 2006-04-06 [mones]      2.1.0cvs7
4296
4297         * src/addr_compl.c
4298         * src/addrindex.c
4299         * src/addritem.c
4300         * src/codeconv.c
4301         * src/compose.c
4302         * src/filtering.c
4303         * src/folder.c
4304         * src/folder_item_prefs.c
4305         * src/folderview.c
4306         * src/localfolder.c
4307         * src/matcher.c
4308         * src/mimeview.c
4309         * src/prefs_msg_colors.c
4310         * src/prefs_spelling.c
4311         * src/prefs_themes.c
4312         * src/procmime.c
4313         * src/procmsg.c
4314         * src/stock_pixmap.c
4315         * src/summaryview.c
4316         * src/textview.c
4317         * src/toolbar.c
4318         * src/common/mgutils.c
4319         * src/common/prefs.c
4320         * src/common/ssl_certificate.c
4321         * src/gtk/colorlabel.c
4322         * src/gtk/quicksearch.c
4323         * src/plugins/pgpmime/pgpmime.c
4324         * src/plugins/spamassassin/spamassassin.c
4325                 Removed redundant NULL checks for g_free() calls.
4326                 Patch by Pawel Pekala.
4327
4328 2006-04-06 [mones]      2.1.0cvs6
4329
4330         * src/prefs_actions.c
4331         * src/prefs_filtering.c
4332         * src/prefs_filtering_action.c
4333         * src/prefs_matcher.c
4334         * src/prefs_template.c
4335         * src/gtk/gtkutils.c
4336         * src/gtk/gtkutils.h
4337                 Have a nice replace button. Patch by Pawel Pekala
4338
4339 2006-04-06 [colin]      2.1.0cvs5
4340
4341         * src/addressbook.c
4342                 Fix crash with empty columns
4343
4344 2006-04-05 [colin]      2.1.0cvs4
4345
4346         * src/wizard.c
4347         * src/prefs_gtk.c
4348                 Allow wizard customization with pre-filled values
4349
4350 2006-04-05 [colin]      2.1.0cvs3
4351
4352         * src/textview.c
4353         * src/mimeview.c
4354         * src/mimeview.h
4355                 Nicer messages in mimeview
4356
4357 2006-04-05 [colin]      2.1.0cvs2
4358
4359         * src/addressbook.c
4360         * src/prefs_summaries.c
4361                 i18n fix
4362
4363 2006-04-05 [colin]      2.1.0cvs1
4364
4365         * src/plugins/pgpcore/plugin.c
4366         * src/plugins/pgpcore/select-keys.c
4367         * src/plugins/pgpcore/select-keys.h
4368         * src/plugins/pgpcore/sgpgme.c
4369         * src/plugins/pgpcore/sgpgme.h
4370         * src/plugins/pgpinline/pgpinline.c
4371         * src/plugins/pgpinline/plugin.c
4372         * src/plugins/pgpmime/pgpmime.c
4373         * src/plugins/pgpmime/plugin.c
4374                 Factorize and generalize a bit 
4375                 Drop S/MIME signature verification from PGP/MIME
4376                 (adding it as another, more complete plugin)
4377
4378 2006-04-05 [paul]       2.1.0
4379
4380         2.1.0 released
4381
4382 2006-04-05 [paul]       2.0.0cvs186
4383
4384         * manual/advanced.xml
4385                 add info on colour labels
4386
4387 2006-04-05 [paul]       2.0.0cvs185
4388
4389         * po/bg.po
4390         * po/cs.po
4391         * po/de.po
4392         * po/el.po
4393         * po/en_GB.po
4394         * po/fi.po
4395         * po/fr.po
4396         * po/it.po
4397         * po/nl.po
4398         * po/pl.po
4399         * po/pt_BR.po
4400         * po/sr.po
4401         * po/zh_CN.po
4402                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4403                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4404                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4405                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4406         * src/gtk/authors.h
4407         * tools/claws.i18n.status.pl
4408                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4409                 and new Czech translator, Tim <timbrain@post.cz>
4410
4411 2006-04-05 [mones]      2.0.0cvs184
4412
4413         * po/es.po
4414                 Updated translation
4415
4416 2006-04-05 [colin]      2.0.0cvs183
4417
4418         * src/gtk/quicksearch.c
4419                 Fix bug #929 (unnecessary reload in quick search bar)
4420
4421 2006-04-05 [colin]      2.0.0cvs182
4422
4423         * src/compose.c
4424                 Fix crash on Reply with no From:
4425                 Show signature and conversion error on queuing 
4426                 (but not sending)
4427         * src/mainwindow.c
4428         * src/summaryview.c
4429         * src/summaryview.h
4430                 Factorize threading code and make sure msginfo 
4431                 is not null when it comes from a GtkCTreeRow's 
4432                 data
4433         * src/gtk/gtkaspell.c
4434                 Check for necessary things
4435         * src/gtk/gtksctree.c
4436         * src/gtk/gtksctree.h
4437                 Reset anchor if necessary when removing node
4438
4439 2006-03-29 [colin]      2.0.0cvs181
4440
4441         * src/folderview.c
4442                 Warn for disabled IMAP accounts (due to lack of
4443                 libetpan). Breaks string-freeze - sorry - but it
4444                 is kind of important ;)
4445
4446 2006-03-28 [colin]      2.0.0cvs180
4447
4448         * src/gtk/gtkutils.c
4449         * src/gtk/gtkutils.h
4450                 Add a gtkut_get_link_btn() function that
4451                 creates a button which acts like an URI
4452         * src/prefs_themes.c
4453         * src/gtk/about.c
4454                 Use this function (factorizes codes)
4455         * src/common/defs.h
4456         * src/gtk/pluginwindow.c
4457                 Add a "Get more..." in the plugins window
4458
4459 2006-03-28 [colin]      2.0.0cvs179
4460
4461         * src/common/smtp.c
4462         * src/common/passcrypt.c
4463         * src/undo.c
4464                 Warning fixes. Patch by Pawel Pekala
4465
4466 2006-03-27 [colin]      2.0.0cvs178
4467
4468         * src/undo.c
4469                 Fix undoing by blocks with spaces
4470
4471 2006-03-27 [colin]      2.0.0cvs177
4472
4473         * src/textview.c
4474                 Set margin to 3px for headers
4475
4476 2006-03-27 [paul]
4477
4478         2.1.0-rc2 released
4479
4480 2006-03-27 [wwp]        2.0.0cvs176
4481
4482         * src/summaryview.c
4483                 don't reset quicksearch when updating the message list.
4484                 Thanks to Colin.
4485
4486 2006-03-26 [wwp]        2.0.0cvs175
4487
4488         * src/compose.c
4489                 use a unified border width ('other' tab in the compose window,
4490                 patch by Pawel Pekala).
4491
4492
4493 2006-03-26 [wwp]        2.0.0cvs174
4494
4495         * src/common/quoted-printable.c
4496         * src/addressbook.c
4497                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4498
4499 2006-03-26 [colin]      2.0.0cvs173
4500
4501         * src/quote_fmt_parse.y
4502                 Fix non-UTF8 date formats messing up the whole quote a 
4503                 little bit
4504
4505 2006-03-26 [colin]      2.0.0cvs172
4506
4507         * src/procheader.c
4508                 Make sure the date is UTF8 valid, or try to make it
4509                 so. IncrediMail is really IncrediStupid.
4510         * src/compose.c
4511                 Fix possible conversions. 
4512                 
4513
4514 2006-03-26 [colin]      2.0.0cvs171
4515
4516         * src/matcher.c
4517                 Fix corner cases in body search. This is still a
4518                 hack... It seems impossible to make it good and 
4519                 reasonably fast at the same time.
4520
4521 2006-03-26 [colin]      2.0.0cvs170
4522
4523         * src/summaryview.c
4524                 I think I killed the twilight zone bug!
4525                 summary_select_node() flushes GTK events in order
4526                 to be able to center the view. But this also 
4527                 flushes keypresses like Ctrl-Alt-U, so this can
4528                 call summary_show from summary_select_node (itself
4529                 called from summary_show, etc.). And the summaryview
4530                 has to be unlocked in this function. So just locking
4531                 while processing GTK events, and bailing if locked, 
4532                 should fix it.
4533                 Fixes bug #927 (SIGSEGV during Update Summary)
4534
4535 2006-03-25 [colin]      2.0.0cvs169
4536
4537         * src/matcher.c
4538                 Fix search in QP-encoded bodies
4539                 Fix utf-8 searches in bodies encoded in the
4540                 locale's encoding
4541         * src/common/quoted-printable.c
4542         * src/common/quoted-printable.h
4543                 Add a decode function that doesn't overwrite
4544                 the original pointer
4545                 
4546
4547 2006-03-24 [colin]      2.0.0cvs168
4548
4549         * src/action.c
4550         * src/summaryview.c
4551         * src/summaryview.h
4552                 Update message cache after action
4553                 Patch by H. Merijn Brand
4554         * src/prefs_msg_colors.c
4555                 Factorize label 
4556                 Patch by Fabien Vantard
4557         * src/plugins/spamassassin/spamassassin_gtk.c
4558                 Remove useless translation
4559                 Patch by Fabien Vantard
4560
4561 2006-03-23 [colin]      2.0.0cvs167
4562
4563         * src/common/ssl.c
4564                 Let 30 seconds to SSL_connect
4565
4566 2006-03-23 [wwp]        2.0.0cvs166
4567
4568         * src/summaryview.c
4569         * src/gtk/description_window.c
4570                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4571                 and headers are translated; adjust description windows' width to fit their
4572                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4573
4574 2006-03-23 [paul]       2.0.0cvs165
4575
4576         * src/common/utils.c
4577                 fix highlighting of URIs containing "()"
4578                 (2.0.0cvs164's reversal fixed)
4579                 Thanks to Colin.
4580
4581 2006-03-23 [paul]       2.0.0cvs164
4582
4583         * src/common/utils.c
4584                 revert patch, (postponing a fix), at 2.0.0cvs120
4585                 as it breaks more URIs than it fixes.
4586                 Allow '-' to be a terminating character in a URI
4587
4588 2006-03-22 [colin]      2.0.0cvs163
4589
4590         * configure.ac
4591                 Require libetpan 0.45
4592                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4593
4594 2006-03-22 [paul]       2.0.0cvs162
4595
4596         * src/editgroup.c
4597                 replace '<-' and '->' buttons with GTK_STOCK graphical
4598                 buttons
4599         * src/summary_search.c
4600                 don't offer '...' for translation
4601                 add a tooltip to advanced search '...' button
4602         * src/gtk/quicksearch.c
4603                 don't offer '...' for translation
4604
4605 2006-03-21 [colin]      2.0.0cvs161
4606
4607         * src/compose.c
4608                 Fix middle-click pasting (insert at click
4609                 position instead of cursor position, don't
4610                 remove existing selection and allow pasting
4611                 our own selection)
4612         * src/addressbook.c
4613                 "LDAP Server" -> "LDAP servers"
4614
4615 2006-03-21 [wwp]        2.0.0cvs160
4616
4617         * src/etpan/imap-thread.c
4618                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4619
4620 2006-03-20 [colin]      2.0.0cvs159
4621
4622         * src/summaryview.c
4623                 Don't reload summaryview after an execute with no
4624                 move action
4625
4626 2006-03-19 [colin]      2.0.0cvs158
4627
4628         * src/addressbook.c
4629                 and put groups at the top, always
4630
4631 2006-03-19 [colin]      2.0.0cvs157
4632
4633         * src/addressbook.c
4634                 Order groups before names, as previously
4635
4636 2006-03-19 [colin]      2.0.0cvs156
4637
4638         * src/addressbook.c
4639                 - Sort case-unsensitive
4640                 - Put the sort arrow at opening too
4641
4642 2006-03-19 [wwp]        2.0.0cvs155
4643
4644         * src/addressbook.c
4645                 allow sorting by name/email/remarks, ensure that right-pane's contents
4646                 matches the left-pane selection (cleared when appropriate).
4647                 Patch by Pawel Pekala <c0rn@o2.pl>.
4648
4649 2006-03-18 [colin]      2.0.0cvs154
4650
4651         * src/textview.c
4652                 Fix text cursor ;)
4653
4654 2006-03-18 [colin]      2.0.0cvs153
4655
4656         * src/gtk/filesel.c
4657                 Make sure we hide the preview if we didn't get
4658                 a filename
4659
4660 2006-03-18 [colin]      2.0.0cvs152
4661
4662         * src/summaryview.c
4663                 Set cursor to watch for execution (fixes lack
4664                 of watch-cursor when dnd'ing hundreds of mails)
4665         * src/gtk/filesel.c
4666                 Check that mime type is 'image/*' before updating
4667                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4668
4669 2006-03-18 [colin]      2.0.0cvs151
4670
4671         * src/mainwindow.c
4672         * src/textview.c
4673         * src/textview.h
4674                 Put a watch cursor in textview too when the mainwindow's
4675                 cursor in a watch
4676
4677 2006-03-18 [colin]      2.0.0cvs150
4678
4679         * src/folder.c
4680                 Change wrong asserts to simple tests
4681
4682 2006-03-17 [colin]      2.0.0cvs149
4683
4684         * src/mainwindow.c
4685         * src/mainwindow.h
4686         * src/prefs_msg_colors.c
4687         * src/summaryview.c
4688         * src/summaryview.h
4689         * src/gtk/colorlabel.c
4690         * src/gtk/colorlabel.h
4691                 Add a color label menu in the main menubar
4692                 Add (fixed) accels Ctrl-{0-7} to change the color
4693                 They have to be fixed because the menu's dynamic,
4694                 the items are complex widgets, hence we can't use
4695                 a GtkItemFactory.
4696
4697
4698 2006-03-17 [wwp]        2.0.0cvs148
4699
4700         * src/compose.c
4701                 rollback few lines from my previous commit (those lines come from
4702                 a pending patch, accidentally commited, even if neutral as they are
4703                 commented out).
4704
4705 2006-03-17 [wwp]        2.0.0cvs147
4706
4707         * src/compose.c
4708                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4709                 applied code style/indentation to the modified function.
4710
4711 2006-03-17 [wwp]        2.0.0cvs146
4712
4713         * src/procmsg.c
4714         * src/compose.c
4715                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4716
4717 2006-03-17 [paul]
4718
4719         2.1.0-rc1 released
4720
4721 2006-03-17 [paul]       2.0.0cvs145
4722
4723         * src/main.c
4724                 addressbook_read_file() was called twice
4725         * src/textview.c
4726                 X-Mailer highlighting
4727
4728 2006-03-16 [colin]      2.0.0cvs144
4729
4730         * src/sourcewindow.c
4731         * src/sourcewindow.h
4732                 And the last one, in source window.
4733
4734 2006-03-16 [colin]      2.0.0cvs143
4735
4736         * src/compose.c
4737         * src/compose.h
4738                 Fix the same stuff in compose
4739
4740 2006-03-16 [colin]      2.0.0cvs142
4741
4742         * src/messageview.c
4743                 Complete the previous messageview crash fix
4744
4745 2006-03-16 [colin]      2.0.0cvs141
4746
4747         * src/procmsg.h
4748         * src/procmsg.c
4749         * src/folder.c
4750                 Fix POSTPROCESSING hook
4751                 Patch by H. Merijn Brand
4752
4753         * src/procmime.c
4754         * src/procmime.h
4755                 Parse Content-Location
4756
4757         * src/toolbar.c
4758         * src/messageview.c
4759         * src/messageview.h
4760                 Don't crash when a top-level MessageView has
4761                 been closed on us. Same problematic than
4762                 yesterday's quicksearch issue.
4763
4764 2006-03-15 [colin]      2.0.0cvs140
4765
4766         * src/gtk/quicksearch.c
4767                 Fix a bitchy race we didn't think about when we
4768                 added quicksearch cancellation:
4769                 If the search is not on cached fields, for example
4770                 body_part matchcase "stuff"
4771                 the matcher code has to get the whole message. If
4772                 we're on IMAP, that can be slow, and in order to
4773                 be non-blocking, the IMAP code idle loop processes
4774                 gtk events too. So it is possible to cancel a
4775                 quicksearch while the matcher is getting the mail's
4776                 body. After matcher got its body, it will start to
4777                 iterate over the matcher list that the Quicksearch's
4778                 clear_search_cb() just freed via prepare_matcher().
4779                 SIGSEGV ensues.
4780                 The fix consists of guarding the matcherlist_match()
4781                 call with a boolean 'matching'. If we reset the
4782                 quicksearch while matching is TRUE, we don't free
4783                 the matcherlist anymore like we did, but we set
4784                 another new flag, deferred_free, to TRUE. Then,
4785                 in quicksearch_match(), just after returning from
4786                 matcherlist_match() and unsetting the matching flag,
4787                 we check the deferred_free flag and do the
4788                 prepare_matcher() (which does the matcherlist_free)
4789                 for real, so we free the matcherlist once it's not
4790                 used anymore.
4791                 As all of this runs via the glib main loop, we
4792                 luckily don't need a mutex.
4793         * src/summaryview.c
4794                 Also, show progress while searching.
4795
4796
4797 2006-03-14 [colin]      2.0.0cvs139
4798
4799         * src/alertpanel.c
4800                 Make alertpanel_is_open non-static
4801
4802 2006-03-14 [colin]      2.0.0cvs138
4803
4804         * src/prefs_spelling.c
4805                 Cleanups - Fabien Vantard
4806
4807 2006-03-14 [wwp]        2.0.0cvs137
4808
4809         * src/main.c
4810                 code style normalization (curly braces, indentation).
4811
4812 2006-03-14 [wwp]        2.0.0cvs137
4813
4814         * src/main.c
4815                 code style (braces, indentation)
4816
4817 2006-03-12 [paul]       2.0.0cvs136
4818
4819         * src/prefs_common.c
4820                 trans_hdr defaults to FALSE to be RFC-savvy
4821         * src/prefs_summaries.c
4822                 add a tooltip to the trans_hdr option
4823                 
4824
4825 2006-03-12 [paul]       2.0.0cvs135
4826
4827         * src/prefs_matcher.c
4828                 give a little more width to the combos
4829         * src/prefs_display_header.c
4830         * src/textview.c
4831                 translate headers if prefs_common.trans_hdr
4832                 is TRUE
4833
4834         Patches by Pawel Pekala
4835
4836 2006-03-12 [paul]       2.0.0cvs134
4837
4838         * src/plugins/clamav/clamav_plugin.c
4839         * src/plugins/dillo_viewer/dillo_viewer.c
4840         * src/plugins/pgpcore/plugin.c
4841         * src/plugins/pgpinline/plugin.c
4842         * src/plugins/pgpmime/plugin.c
4843         * src/plugins/spamassassin/spamassassin.c
4844                 update/add to descriptions
4845         * src/plugins/spamassassin/spamassassin_gtk.c
4846                 fixes to the english, remove superfluous
4847                 tooltips, clean up a little
4848
4849 2006-03-12 [paul]       2.0.0cvs133
4850
4851         * src/compose.c
4852                 fix Bug 924, 'Account combo box shows up wrong 
4853                 if & is in account name'
4854
4855 2006-03-11 [colin]      2.0.0cvs132
4856
4857         * src/summaryview.c
4858                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4859                 messed up shift-selection because is slows down
4860                 moving around summaryview. thanks -users
4861
4862 2006-03-10 [colin]      2.0.0cvs131
4863
4864         * src/plugins/spamassassin/spamassassin_gtk.c
4865                 Put back Paul's engrish fixes
4866
4867 2006-03-10 [colin]      2.0.0cvs130
4868
4869         * src/plugins/spamassassin/spamassassin.c
4870         * src/plugins/spamassassin/spamassassin.h
4871         * src/plugins/spamassassin/spamassassin_gtk.c
4872                 Cleanup SA prefs page (more)
4873                 Patch by Fabien Vantard
4874
4875 2006-03-10 [paul]       2.0.0cvs129
4876
4877         * src/prefs_msg_colors.c
4878         * src/prefs_spelling.c
4879                 widget sensitivity
4880
4881 2006-03-09 [mones]      2.0.0cvs128
4882
4883         * po/es.po
4884                 Update for next RC
4885
4886 2006-03-09 [wwp]        2.0.0cvs127
4887
4888         * configure.ac
4889                 revert accidental commit (requirement for libetpan 0.43), this time
4890                 not in HEAD.
4891
4892 2006-03-09 [wwp]        2.0.0cvs125
4893
4894         * configure.ac
4895                 revert accidental commit (requirement for libetpan 0.43)
4896
4897 2006-03-09 [paul]       2.0.0cvs126
4898
4899         * src/prefs_receive.c
4900                 remove useless frame
4901                 replace 'incorporation' with 'receiving'
4902         * src/plugins/clamav/clamav_plugin_gtk.c
4903         * src/plugins/spamassassin/spamassassin_gtk.c
4904                 improve widget sensitivity
4905                 fix a bit his engrish
4906
4907 2006-03-09 [wwp]        2.0.0cvs125
4908
4909         * src/addressadd.c
4910         * src/foldersel.c
4911         * src/prefs_common.c
4912         * src/prefs_common.h
4913                 remember some more windows' sizes (add to addressbook and
4914                 select folder).
4915
4916 2006-03-09 [paul]       2.0.0cvs124
4917
4918         * src/plugins/pgpcore/prefs_gpg.c
4919                 normalise construction of dialogue
4920
4921 2006-03-09 [paul]       2.0.0cvs123
4922
4923         * src/plugins/trayicon/Makefile.am
4924                 add missing slash
4925
4926 2006-03-08 [colin]      2.0.0cvs122
4927
4928         * src/plugins/trayicon/Makefile.am
4929                 Fix build in separate dir 
4930                 Patch by Bamanzi <bamanzi@gmail.com>
4931
4932 2006-03-08 [colin]      2.0.0cvs121
4933
4934         * src/procmsg.c
4935                 Batch move and copies from summaryview with delayed execution
4936                 too
4937
4938 2006-03-07 [paul]       2.0.0cvs120
4939
4940         * src/common/utils.c
4941                 fix highlighting of URIs containing "()"
4942                 Patch by Pawel Pekala
4943
4944 2006-03-07 [paul]       2.0.0cvs119
4945
4946         * src/folder.c
4947         * src/folder.h
4948         * src/folderview.c
4949                 immediately do alphabetical resort when
4950                 changing a folder's name
4951                 Patch by Pawel Pekala
4952
4953 2006-03-07 [paul]       2.0.0cvs118
4954
4955         * src/news.c
4956         * src/news_gtk.c
4957                 when unsubscribing a newsgroup, remove the
4958                 folder and msgs in .sylpheed-claws/newscache
4959                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4960
4961 2006-03-07 [paul]       2.0.0cvs117
4962
4963         * src/textview.c
4964                 fix wrong Fake URL Warning
4965                 Thanks to Hiro
4966
4967 2006-03-07 [colin]      2.0.0cvs116
4968
4969         * src/imap.c
4970                 Return immediately when password dialog was
4971                 cancelled
4972         * src/gtk/inputdialog.c
4973                 Allow empty strings for passwords
4974
4975
4976 2006-03-06 [colin]      2.0.0cvs115
4977
4978         * src/imap.c
4979                 Prevent double-timeouts when connection fails
4980
4981 2006-03-06 [colin]
4982
4983         2.0.1-rc1 released
4984
4985 2006-03-06 [colin]      2.0.0cvs114
4986
4987         * src/imap.c
4988                 Refresh session during potentially long
4989                 operations
4990
4991 2006-03-06 [wwp]        2.0.0cvs113
4992
4993         * src/prefs_msg_colors.h
4994                 forgot that one (custom color labels).
4995
4996 2006-03-06 [wwp]        2.0.0cvs112
4997
4998         * src/prefs_common.c
4999         * src/prefs_common.h
5000         * src/prefs_msg_colors.c
5001         * src/summaryview.c
5002         * src/summaryview.h
5003         * src/gtk/colorlabel.c
5004         * src/gtk/colorlabel.h
5005                 colors in messages list are now customizable. Color values and names can
5006                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5007                 Thanks to Paul and Colin for their help with this longstanding patch!
5008
5009 2006-03-06 [wwp]        2.0.0cvs111
5010
5011         * src/textview.c
5012                 don't crash if (x)face is bad.
5013
5014 2006-03-05 [paul]       2.0.0cvs110
5015
5016         * AUTHORS
5017         * configure.ac
5018         * src/Makefile.am
5019         * src/common/Makefile.am
5020         * src/common/utils.h
5021         * src/etpan/imap-thread.c
5022         * src/gtk/authors.h
5023         * src/plugins/clamav/Makefile.am
5024         * src/plugins/demo/Makefile.am
5025         * src/plugins/dillo_viewer/Makefile.am
5026         * src/plugins/pgpcore/Makefile.am
5027         * src/plugins/pgpcore/passphrase.c
5028         * src/plugins/pgpinline/Makefile.am
5029         * src/plugins/pgpmime/Makefile.am
5030         * src/plugins/spamassassin/Makefile.am
5031         * src/plugins/trayicon/Makefile.am
5032                 fix builiding on cygwin
5033                 Patch by Ralgh Young <bamanzi@gmail.com>
5034
5035 2006-03-04 [wwp]        2.0.0cvs109
5036
5037         * manual/keyboard.xml
5038                 fix mixed up/down keys.
5039
5040 2006-03-04 [wwp]        2.0.0cvs108
5041
5042         * README
5043         * INSTALL
5044                 updated links to SpamAssassin.
5045
5046 2006-03-04 [wwp]        2.0.0cvs107
5047
5048         * manual/plugins.xml
5049         * src/plugins/spamassassin/README
5050                 updated SpamAssassin plugin docs to reflect new functional additions
5051                 (also fix/update/documents few technical stuff more, see the README).
5052
5053 2006-03-04 [wwp]        2.0.0cvs106
5054
5055         * src/prefs_message.c
5056                 normalized capitalization of message-prefs paths.
5057
5058 2006-03-04 [wwp]        2.0.0cvs105
5059
5060         * manual/advanced.xml
5061                 typo.
5062
5063 2006-03-03 [colin]      2.0.0cvs104
5064
5065         * src/plugins/clamav/clamav_plugin_gtk.c
5066                 Rework prefs page, patch by Fabien 
5067
5068 2006-03-03 [colin]      2.0.0cvs103
5069
5070         * src/plugins/clamav/clamav_plugin.c
5071                 Set error on all errors
5072
5073 2006-03-03 [colin]      2.0.0cvs102
5074
5075         * src/common/plugin.c
5076                 Initialize error to avoid crashing when a plugin fails
5077                 without setting error
5078
5079 2006-03-02 [wwp]        2.0.0cvs101
5080
5081         * configure.ac
5082                 fixed linker flags for libetpan support on Cygwin
5083                 (thanks to H.Merijn Brand).
5084
5085 2006-03-02 [wwp]        2.0.0cvs100
5086
5087         * src/addressbook.c
5088                 fix some AB error messages: one for punctuation and
5089                 one wrongly duplicate (thanks, maxbritov).
5090
5091 2006-03-02 [wwp]        2.0.0cvs99
5092
5093         * src/plugins/spamassassin/spamassassin.c
5094                 make sync calls to sa-learn/spamc to prevent
5095                 system (whatever local or client/server) overload.
5096
5097 2006-03-02 [colin]      2.0.0cvs98
5098
5099         * src/summaryview.c
5100                 Put the spam icon in the status column instead of the
5101                 mark one
5102
5103 2006-03-01 [colin]      2.0.0cvs97
5104
5105         * src/plugins/spamassassin/spamassassin.c
5106                 Fix segfault (g_file_set_contents fails for some 
5107                 reason and err==0x2f. Can't find out why with
5108                 valgrind, using working function :-)
5109
5110 2006-03-01 [colin]      2.0.0cvs96
5111
5112         * src/inc.c
5113                 Offline overriding: let 'No' be cached only 3 seconds
5114
5115 2006-03-01 [colin]      2.0.0cvs95
5116
5117         * src/addr_compl.c
5118         * src/addrbook.c
5119         * src/addressbook.c
5120         * src/addrindex.c
5121         * src/folder_item_prefs.c
5122         * src/headerview.c
5123         * src/imap.c
5124         * src/inc.c
5125         * src/ldif.c
5126         * src/mainwindow.c
5127         * src/mh.c
5128         * src/msgcache.c
5129         * src/prefs_common.h
5130         * src/prefs_msg_colors.c
5131         * src/procheader.c
5132         * src/procheader.h
5133         * src/procmime.c
5134         * src/procmsg.c
5135         * src/procmsg.h
5136         * src/send_message.h
5137         * src/simple-gettext.c
5138         * src/summaryview.c
5139         * src/summaryview.h
5140         * src/syldap.c
5141         * src/textview.c
5142         * src/undo.c
5143         * src/common/ssl_certificate.c
5144         * src/common/utils.c
5145         * src/gtk/colorsel.c
5146         * src/gtk/gtksctree.c
5147         * src/gtk/gtkshruler.c
5148         * src/plugins/trayicon/trayicon.c
5149                 #if 0 goes to /dev/null
5150
5151 2006-03-01 [colin]      2.0.0cvs94
5152
5153         * src/compose.c
5154         * src/imap.c
5155         * src/inc.c
5156         * src/inc.h
5157         * src/messageview.c
5158         * src/news.c
5159         * src/plugins/spamassassin/spamassassin.c
5160                 Allow to add information in the "working offline"
5161                 window
5162
5163 2006-03-01 [wwp]        2.0.0cvs93
5164
5165         * src/plugins/spamassassin/spamassassin.c
5166                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5167                 'cause it seems that calling `spamc ... < inputfile` with
5168                 g_spawn_(a)sync simply.. erm doesn't work :-).
5169
5170 2006-03-01 [wwp]        2.0.0cvs92
5171
5172         * src/toolbar.c
5173         * src/toolbar.h
5174                 simplify the adding of spam/ham button to the messageview toolbar
5175                 (it gets more clear now that the same button will be "Mark as spam"
5176                 or "Mark as ham" according to the current message status,
5177                 thanks to Colin).
5178
5179 2006-03-01 [wwp]        2.0.0cvs91
5180
5181         * src/messageview.c
5182         * src/procmsg.c
5183         * src/procmsg.h
5184         * src/summaryview.c
5185         * src/plugins/spamassassin/spamassassin.c
5186         * src/plugins/spamassassin/spamassassin.h
5187                 make learner callbacks return a status (0 for ok),
5188                 handle it in main code to avoid setting flags when learning failed,
5189                 don't learn on TCP if offline in spamassassin,
5190                 thanks to Colin.
5191
5192                 
5193
5194 2006-03-01 [wwp]        2.0.0cvs90
5195
5196         * src/compose.c
5197                 some work around the compose window's account menu,
5198                 patch by Fabien Vantard.
5199
5200 2006-03-01 [wwp]        2.0.0cvs89
5201
5202         * src/plugins/spamassassin/spamassassin.c
5203                 fixed bad logics, was using spamc in local mode and sa-learn
5204                 in remote mode (thanks, Colin).
5205
5206 2006-03-01 [wwp]        2.0.0cvs88
5207
5208         * src/plugins/spamassassin/spamassassin.c
5209         * src/plugins/spamassassin/spamassassin.h
5210         * src/plugins/spamassassin/spamassassin_gtk.c
5211                 made processing of emails w/ sa-plugin an option (default is TRUE),
5212                 fixed Engrish some tooltips, capitalization of some debug messages
5213                 and warnings. The spamassassin plugin now provides two separate
5214                 services: process emails upon incorporation and spamd training.
5215                 Both services (un)register independently but use some common
5216                 plugin settings (transport settings, spam storage location).
5217
5218 2006-02-28 [wwp]        2.0.0cvs87
5219
5220         * src/plugins/spamassassin/spamassassin.c
5221                 fix async flag to spamc cmdline execution (batch exec should
5222                 be asynchronous).
5223
5224 2006-02-27 [wwp]        2.0.0cvs86
5225
5226         * src/plugins/spamassassin/spamassassin.c
5227         * src/plugins/spamassassin/spamassassin.h
5228         * src/plugins/spamassassin/spamassassin_gtk.c
5229                 - added the ability to learn a remote spamassassin server (spamd),
5230                 using spamc.
5231                 - added the spamassassin option 'username', that applies to all
5232                 spamassassin operations (filtering, learning, local or remote).
5233                 The default username is the current unix user (if left blank
5234                 from gtk prefs or config file).
5235                 - commented out some unused code (notebook widget), removed unused
5236                 layout (hbox1).
5237                 - make more widgets sensitive to the transport type.
5238
5239 2006-02-27 [colin]      2.0.0cvs85
5240
5241         * src/plugins/spamassassin/spamassassin.c
5242                 Fix sa-learn call when offline
5243
5244 2006-02-27 [colin]      2.0.0cvs84
5245
5246         * configure.ac
5247         * src/Makefile.am
5248         * src/mainwindow.c
5249         * src/mainwindow.h
5250         * src/messageview.c
5251         * src/messageview.h
5252         * src/prefs_toolbar.c
5253         * src/procmsg.c
5254         * src/stock_pixmap.c
5255         * src/stock_pixmap.h
5256         * src/summaryview.c
5257         * src/toolbar.c
5258         * src/toolbar.h
5259         * src/pixmaps/ham_btn.xpm
5260         * src/pixmaps/spam.xpm
5261         * src/pixmaps/spam_btn.xpm
5262         * src/plugins/spamassassin/spamassassin.c
5263                 Add button in toolbar for spam learning
5264                 Fix a few bugs from the last related commit
5265                 Revert 1.9.6cvs23 which messed up shift-selection
5266
5267 2006-02-24 [colin]      2.0.0cvs83
5268
5269         * src/procmsg.c
5270         * src/summaryview.c
5271         * src/summaryview.h
5272         * src/plugins/spamassassin/spamassassin.c
5273         * src/plugins/spamassassin/spamassassin.h
5274         * src/plugins/spamassassin/spamassassin_gtk.c
5275                 Unregister learner when spamassassin is either
5276                 disabled or over tcp
5277
5278 2006-02-24 [colin]      2.0.0cvs82
5279
5280         * src/Makefile.am
5281         * src/mainwindow.c
5282         * src/mainwindow.h
5283         * src/procmsg.c
5284         * src/procmsg.h
5285         * src/stock_pixmap.c
5286         * src/stock_pixmap.h
5287         * src/summaryview.c
5288         * src/summaryview.h
5289         * src/gtk/icon_legend.c
5290         * src/pixmaps/spam.xpm  ** NEW FILE **
5291         * src/plugins/spamassassin/spamassassin.c
5292         * src/plugins/spamassassin/spamassassin_gtk.c
5293                 Add spam learning interface (Mark/Mark as 
5294                 (spam|ham) menus)
5295
5296 2006-02-24 [wwp]        2.0.0cvs81
5297
5298         * src/compose.c
5299         * src/compose.h
5300         * src/filtering.c
5301                 hide compose window when sending message in batch mode
5302                 (filtering: forward and redirect). Also fixed a wrong
5303                 value returned when sending failed, neutral anyway.
5304                 (Colin, me) 
5305
5306 2006-02-24 [wwp]        2.0.0cvs80
5307
5308         * src/mainwindow.c
5309                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5310
5311 2006-02-24 [paul]       2.0.0cvs79
5312
5313         * src/news.c
5314         * src/news.h
5315         * src/news_gtk.c
5316                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5317                 Thanks to Colin
5318
5319 2006-02-23 [colin]      2.0.0cvs78
5320
5321         * src/alertpanel.c
5322                 Change OK to Close in alertpanel with View log
5323                 button; add accel to View log. Patch by Fabien
5324                 Vantard
5325
5326 2006-02-23 [wwp]        2.0.0cvs77
5327
5328         * src/compose.c
5329                 silly me, there were much more tests to perform, since toolbars can
5330                 really have down to 1 element only.
5331
5332 2006-02-23 [wwp]        2.0.0cvs76
5333
5334         * commitHelper
5335                 fixed indentation from my previous commit. Fallback to VISUAL if
5336                 EDITOR is not set (and to vi, at last resort).
5337
5338 2006-02-23 [wwp]        2.0.0cvs75
5339
5340         * commitHelper
5341                 improved error detection (Colin, me).
5342
5343 2006-02-23 [wwp]        2.0.0cvs74
5344
5345         * src/prefs_toolbar.c
5346                 simplify and fix prefs/toolbars layouting. Combos' contents can
5347                 now be really displayed.
5348
5349 2006-02-23 [wwp]        2.0.0cvs73
5350         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5351         be really displayed.
5352
5353 2006-02-22 [wwp]        2.0.0cvs72
5354
5355         * src/compose.c
5356                 fix a typo in my previous commit (sorry!).
5357
5358 2006-02-22 [wwp]        2.0.0cvs71
5359
5360         * src/prefs_toolbar.c
5361                 fix a crash when adding separators to toolbars,
5362                 also fix some separator item information.
5363
5364 2006-02-22 [wwp]        2.0.0cvs70
5365
5366         * src/compose.c
5367                 fix a crash when redirecting (for instance) when compose window's
5368                 toolbar contents has been customized (when some buttons have been
5369                 removed in fact).
5370
5371 2006-02-21 [wwp]        2.0.0cvs69
5372
5373         * src/summaryview.c
5374         * src/gtk/pluginwindow.c
5375         * src/plugins/pgpcore/prefs_gpg.c
5376                 fix some compilation warnings (feat. remains of removed code).
5377
5378 2006-02-21 [wwp]        2.0.0cvs68
5379
5380         * src/gtk/gtkutils.c
5381                 fix two compilation issues, thanks to Stephan Sachse.
5382
5383 2006-02-20 [colin]      2.0.0cvs67
5384
5385         * src/mainwindow.c
5386                 Don't reselect displayed mail on refocus
5387                 This fixes actions misbehaving 
5388
5389 2006-02-20 [wwp]        2.0.0cvs66
5390
5391         * src/summaryview.c
5392         * src/gtk/gtksctree.c
5393         * src/gtk/gtkshruler.c
5394                 changed more runtime typecast checks.
5395
5396 2006-02-20 [wwp]        2.0.0cvs65
5397
5398         * src/summary_search.c
5399                 find all - summaryview refresh issue fixed, thanks to Colin.
5400
5401 2006-02-20 [wwp]        2.0.0cvs64
5402
5403         * src/gtk/gtkutils.c
5404                 better runtime typecast checks.
5405
5406 2006-02-20 [wwp]        2.0.0cvs63
5407
5408         * src/summary_search.c
5409                 enhancements to the summary search:
5410                         - add the ability to stop the running search
5411                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5412                         - don't search if no criteria (From/To/Subject/Body) is set
5413                         - ensure that a busy mouse pointer is always shown when searching,
5414                           show it even a bit earlier
5415
5416 2006-02-19 [colin]      2.0.0cvs62
5417
5418         * src/compose.c
5419         * src/imap.c
5420         * src/etpan/imap-thread.c
5421         * src/etpan/imap-thread.h
5422                 (Future) IMAP speed improvement on sending
5423                 Will require a libetpan update
5424         * src/summaryview.c
5425         * src/gtk/quicksearch.c
5426                 Make quicksearch clearable while running.
5427
5428 2006-02-17 [colin]      2.0.0cvs61
5429
5430         * src/imap.c
5431         * src/etpan/imap-thread.c
5432         * src/etpan/imap-thread.h
5433                 Check for IMAP certificates
5434                 ** Requires libetpan-0.42-cvs4 
5435                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5436
5437 2006-02-17 [colin]      2.0.0cvs60
5438
5439         * src/messageview.c
5440         * src/prefs_common.c
5441         * src/prefs_common.h
5442         * src/prefs_message.c
5443                 Add pref to display HTML-only mails with plugin, 
5444                 if possible (defaulting to FALSE of course).
5445
5446 2006-02-16 [colin]      2.0.0cvs59
5447
5448         * src/main.c
5449         * src/common/plugin.c
5450         * src/common/plugin.h
5451         * src/gtk/pluginwindow.c
5452                 Keep track of requested (but unloaded) plugins
5453                 in some error cases.
5454
5455 2006-02-16 [wwp]        2.0.0cvs58
5456
5457         * src/gtk/gtkaspell.c
5458         * src/gtk/gtkaspell.h
5459         * src/prefs_spelling.c
5460         * src/compose.c
5461         * src/prefs_common.c
5462         * src/prefs_common.h
5463                 implemented new optional spellchecker behaviour: re-check message when
5464                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5465
5466 2006-02-16 [wwp]        2.0.0cvs57
5467
5468         * src/quote_fmt_parse.y
5469                 pclose popen'ed pipe.
5470
5471 2006-02-15 [colin]      2.0.0cvs56
5472
5473         * src/mimeview.c
5474         * src/mimeview.h
5475                 Let MimeViewers know which MimeView they
5476                 depend of.
5477         * src/summaryview.c
5478                 Swap From/To columns in Sent/Queue/Drafts
5479                 folders
5480         * src/etpan/imap-thread.c
5481                 Use mailstream_low_tls_open() for STARTTLS
5482                 instead of mailstream_low_ssl_open()
5483                 ** REQUIRES libetpan 0.42cvs3 **
5484
5485 2006-02-15 [wwp]        2.0.0cvs55
5486
5487         * src/compose.c
5488         * src/compose.h
5489         * src/message_search.c
5490         * src/message_search.h
5491         * src/textview.c
5492         * src/gtk/gtkutils.c
5493         * src/gtk/gtkutils.h
5494                 added the ability to Find text in the compose window (and a bit
5495                 of code factorization).
5496
5497 2006-02-15 [wwp]        2.0.0cvs54
5498
5499         * src/prefs_gtk.c
5500                 yet another one file was missing (fix for some widgets' sensitivity).
5501                 Thanks Colin!
5502
5503 2006-02-15 [wwp]        2.0.0cvs53
5504
5505         * src/prefs_gtk.h
5506                 oops forgot that file (fix for some widgets' sensitivity).
5507
5508 2006-02-15 [wwp]        2.0.0cvs52
5509
5510         * src/summary_search.c
5511                 implemented advanced summary search options (added the ability
5512                 to use matcher conditions in an advanced search mode).
5513
5514 2006-02-15 [wwp]        2.0.0cvs51
5515
5516         * src/plugins/pgpcore/prefs_gpg.c
5517         * src/prefs_account.c
5518                 fix some widget sensitivity, mostly around some labels in
5519                 account prefs.
5520
5521 2006-02-15 [paul]       2.0.0cvs50
5522
5523         * manual/advanced.xml
5524                 improve Templates info
5525                 written by wwp
5526
5527 2006-02-14 [colin]      2.0.0cvs49
5528
5529         * src/pixmaps/address_book.xpm
5530         * src/pixmaps/preferences.xpm
5531         * src/pixmaps/properties.xpm
5532                 Fix pixmap size - patch by Fabien Vantard
5533
5534 2006-02-13 [colin]      2.0.0cvs48
5535
5536         * src/procmime.c
5537                 Add missing fclose()s on error
5538         * src/textview.c
5539                 Remove unused code
5540         * src/common/utils.c
5541                 Fix temp files not being deleted on windows
5542         Patches by Thomas Gilgin
5543
5544 2006-02-13 [colin]      2.0.0cvs47
5545
5546         * src/mainwindow.c
5547                 Fix exit crash
5548
5549 2006-02-13 [wwp]        2.0.0cvs46
5550
5551         * src/plugins/pgpcore/prefs_gpg.c
5552                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5553
5554 2006-02-12 [colin]      2.0.0cvs45
5555
5556         * src/folderview.c
5557         * src/main.c
5558         * src/mainwindow.c
5559                 Fix "stuff" when quitting
5560
5561 2006-02-12 [wwp]        2.0.0cvs44
5562
5563         * src/prefs_themes.c
5564                 fix typos in debug messages.
5565
5566 2006-02-11 [colin]      2.0.0cvs43
5567
5568         * src/summaryview.c
5569                 don't allow drag/drop from ourself
5570
5571 2006-02-10 [wwp]        2.0.0cvs42
5572
5573         * src/exporthtml.c
5574         * src/html.c
5575         * src/html.h
5576         * src/procmime.c
5577         * src/textview.c
5578                 renamed html_ prefixed functions and data structures to avoid
5579                 namespace clashes w/ other software (gtkhtml2 for instance).
5580                 Closes bug #907.
5581
5582
5583 2006-02-09 [colin]      2.0.0cvs41
5584
5585         * src/summaryview.c
5586                 Fix shitty logic messed up. Thanks Ticho for the hint!
5587
5588 2006-02-09 [wwp]        2.0.0cvs40
5589
5590         * src/gtk/about.c
5591         * src/compose.c
5592         * src/prefs_account.c
5593         * src/prefs_gtk.h
5594         * src/editaddress.c
5595                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5596                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5597                 Browse buttons in accounts prefs.
5598
5599 2006-02-09 [colin]      2.0.0cvs39
5600
5601         * src/matcher.c
5602                 Check for pointer before using its members
5603         * src/gtk/gtksourceprintjob.c
5604                 Fix a wrong warning
5605
5606 2006-02-09 [wwp]        2.0.0cvs38
5607
5608         * src/gtk/filesel.c
5609                 fix few compiler warnings (type mismatch).
5610
5611 2006-02-09 [paul]       2.0.0cvs37
5612
5613         * po/fr.po
5614                 updated by Fabien Vantard
5615
5616 2006-02-08 [colin]      2.0.0cvs36
5617
5618         * src/prefs_common.c
5619         * src/common/defs.h
5620         * src/common/plugin.c
5621                 allow windows and linux configurations to coexist
5622                 patch by Thomas Gilgin
5623
5624 2006-02-08 [colin]      2.0.0cvs35
5625
5626         * src/filtering.c
5627         * src/matcher.c
5628         * src/matcher.h
5629         * src/matcher_parser_parse.y
5630         * src/prefs_filtering_action.c
5631         * src/prefs_matcher.c
5632                 Add the "Ignore thread" filtering
5633                 action
5634
5635 2006-02-08 [colin]      2.0.0cvs34
5636
5637         * src/compose.c
5638         * src/procmime.c
5639         * src/procmime.h
5640                 Fix bug #905 (damaged attachment)
5641                 text files with raw \0's aren't really text files
5642         FOR_STABLE
5643
5644 2006-02-08 [colin]      2.0.0cvs33
5645
5646         * src/summaryview.c
5647                 Fix crasher introduced yesterday
5648
5649 2006-02-08 [wwp]        2.0.0cvs32
5650
5651         * src/compose.c
5652         * src/compose.h
5653                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5654
5655 2006-02-08 [wwp]        2.0.0cvs31
5656
5657         * src/prefs_template.c
5658                 templates enhancement: allow address completion for Cc and Bcc fields
5659                 (it was currently possible for the To field only)
5660
5661 2006-02-08 [colin]      2.0.0cvs30
5662
5663         * src/compose.c
5664                 Don't unblock if not blocked
5665         FOR_STABLE
5666
5667 2006-02-07 [colin]      2.0.0cvs29
5668
5669         * src/action.c
5670                 Forgot to refresh summaryview
5671
5672 2006-02-07 [colin]      2.0.0cvs28
5673
5674         * src/action.c
5675                 Freeze/thaw message list and folder list while
5676                 processing %as{} actions 
5677         * src/compose.c
5678                 Fix auto-wrap disabling after a middle-click
5679                 paste - FOR_STABLE
5680
5681 2006-02-07 [paul]       2.0.0cvs27
5682
5683         * src/folder.c
5684                 fix freeing of uninitialised pointers
5685                 Thanks to Colin
5686
5687 2006-02-06 [colin]      2.0.0cvs26
5688
5689         * src/folder.c
5690                 Use g_slist_prepend in potentially big list
5691
5692 2006-02-06 [colin]      2.0.0cvs25
5693
5694         * src/folder.c
5695                 Completely skip processing if it doesn't 
5696                 exist (faster!)
5697
5698 2006-02-06 [colin]      2.0.0cvs24
5699
5700         * src/folder.c
5701         * src/summaryview.c
5702                 Batch filtering in summaryview (from Tools menu)
5703                 and pre/post//-processing too
5704
5705 2006-02-06 [colin]      2.0.0cvs23
5706
5707         * src/procmsg.h
5708         * src/filtering.c
5709                 Use a special field for batch filtering instead
5710                 of stepping on deferred execution's toes
5711
5712 2006-02-06 [colin]      2.0.0cvs22
5713
5714         * src/action.c
5715         * src/filtering.c
5716         * src/filtering.h
5717         * src/folder.c
5718         * src/summaryview.c
5719                 Fix filtering via menus and actions
5720
5721 2006-02-06 [colin]      2.0.0cvs21
5722
5723         * src/imap.c
5724                 Put the added file directly to cache if possible (will work
5725                 with next libetpan)
5726         * src/filtering.c
5727         * src/filtering.h
5728         * src/inc.c
5729         * src/folder.c
5730         * src/mbox.c
5731         * src/procmsg.h
5732                 Move and copy filtered messages by batches instead of one
5733                 by one - faster on IMAP
5734         * src/procmsg.c
5735                 Add a function that'll possibly be useful later
5736
5737 2006-02-06 [colin]      2.0.0cvs20
5738
5739         * src/addressbook.c
5740                 Use internal mime-type instead of text/plain for d'n'd
5741         * src/compose.c
5742                 Allow attaching files from mimeview's icon list via d'n'd
5743         * src/folderview.c
5744         * src/folderview.h
5745                 Use internal mime-type instead of text/plain for d'n'd
5746                 Don't try to selected opened folder if none is
5747                 Factorize d'n'd from other apps code
5748         * src/headerview.c
5749         * src/textview.c
5750         * src/gtk/gtkutils.c
5751         * src/gtk/gtkutils.h
5752                 Factorize Face/X-Face stuff
5753         * src/mimeview.c
5754                 Fix d'n'd to other apps
5755         * src/prefs_message.c
5756                 Let the XFace pref be usable without libcompface as it also
5757                 applies to Face
5758         * src/summaryview.c
5759                 Fix d'n'd to other apps
5760                 Factorize d'n'd from other apps code
5761
5762 2006-02-06 [wwp]        2.0.0cvs19
5763
5764         * po/it.po
5765                 Italian translation fixes by Andrea Spadaccini (no more confusion
5766                 between filtering and processing, and few changes in the About
5767                 dialog).
5768
5769
5770 2006-02-06 [mones]      2.0.0cvs18
5771
5772         * src/gtk/icon_legend.c
5773                 Improved descriptions allowing better translations
5774
5775 2006-02-05 [colin]      2.0.0cvs17
5776
5777         * src/imap.c
5778                 Add the f*cking missing expunge that caused imap_fetch_env
5779                 to fail after an add_msgs ! :-///
5780         * src/etpan/imap-thread.c
5781                 Add a bit of debug
5782         FOR_STABLE
5783
5784 2006-02-05 [colin]      2.0.0cvs16
5785
5786         * src/common/utils.c
5787                 Don't check for return-path (or we can't put
5788                 back non-sent mails)
5789
5790 2006-02-05 [colin]      2.0.0cvs15
5791
5792         * src/textview.c
5793                 Don't try to display Face header in textview
5794                 when teh headerview's active
5795
5796 2006-02-05 [colin]      2.0.0cvs14
5797
5798         * tools/tbird2syl.py
5799         * tools/Makefile.am
5800                 Add script to import Thunderbird mails
5801
5802 2006-02-05 [colin]      2.0.0cvs13
5803
5804         * src/headerview.c
5805         * src/procheader.c
5806         * src/procmsg.c
5807         * src/procmsg.h
5808         * src/textview.c
5809                 Show Face headers - patch partially by Klaus Flittner
5810
5811 2006-02-05 [colin]      2.0.0cvs12
5812
5813         * src/folderview.c
5814         * src/summaryview.c
5815         * src/common/utils.c
5816         * src/common/utils.h
5817                 Let dnd work from mime icons to summaryview
5818                 and to folderview too
5819                 Add a crude test to avoid trying to add files
5820                 drag'n'dropped when they're not mails
5821
5822 2006-02-04 [colin]      2.0.0cvs11
5823
5824         * src/summaryview.c
5825         * src/mimeview.c
5826                 Fix utf8 conversion
5827
5828 2006-02-04 [colin]      2.0.0cvs10
5829
5830         * src/compose.c
5831         * src/folderview.c
5832         * src/mimeview.c
5833         * src/summaryview.c
5834         * src/summaryview.h
5835                 Added various drag and drop capas:
5836                 From                    To
5837                 summaryview             other apps
5838                 mimeview icons          other apps
5839                 other apps              summaryview
5840                 other apps              folderview
5841
5842                 This shouldn't have broken the existing:
5843                 From                    To
5844                 summaryview             folderview
5845                 folderview              folderview
5846                 summaryview             compose's attachments
5847
5848         Tests welcomed.
5849
5850 2006-02-02 [paul]       2.0.0cvs9
5851
5852         * src/mainwindow.c
5853                 move global option 'Set displayed columns...' out
5854                 of folder option grouping.
5855                 fix sensitivity of 'harvest addresses'
5856         FOR_STABLE
5857
5858 2006-02-01 [colin]      2.0.0cvs8
5859
5860         * src/mimeview.c
5861                 Revert the alertpanel patch, it sucks (intrusive
5862                 and gets in the way of "open")
5863
5864 2006-02-01 [colin]      2.0.0cvs7
5865
5866         * src/compose.c
5867         * src/prefs_account.c
5868         * src/prefs_common.c
5869         * src/common/defs.h
5870         * src/common/utils.c
5871         * src/common/utils.h
5872                 Add ability to edit the signature file
5873                 from the account preferences, and use
5874                 a default for the text editor.
5875                 Patch by Fabien Vantard
5876
5877 2006-02-01 [colin]      2.0.0cvs6
5878
5879         * src/mimeview.c
5880                 Try to get mime type by extension if it is
5881                 application/octet-stream
5882                 Display a window with possible choices when
5883                 encountering unknown mime types
5884         * src/gtk/filesel.c
5885         * src/gtk/filesel.h
5886                 Add preview
5887                 Allow multiple selection in filtered filesel
5888                 (patch by Fabien Vantard)
5889         * src/gtk/pluginwindow.c
5890                 Use it (patch by Fabien Vantard)
5891
5892 2006-02-01 [paul]       2.0.0cvs5
5893
5894         * src/jpilot.c
5895                 fix crash on creating jpilot address book
5896                 Thanks to Colin - FOR_STABLE
5897         * src/prefs_summaries.c
5898         * src/prefs_wrapping.c
5899         * src/gtk/icon_legend.c
5900         * src/gtk/quicksearch.c
5901                 string fixes and additions
5902
5903 2006-02-01 [paul]       2.0.0cvs4
5904
5905         * src/compose.c
5906         * src/mainwindow.c
5907         * src/messageview.c
5908         * src/prefs_send.c
5909                 add Arabic encoding option
5910                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5911
5912 2006-01-31 [colin]      2.0.0cvs3
5913
5914         * src/plugins/pgpcore/passphrase.c
5915                 Convert passphrase to locale encoding
5916         * src/compose.c
5917                 Fix drafting on IMAP. Crappy bug sneaked in
5918                 the release :-/
5919         FOR_STABLE
5920
5921 2006-01-30 [paul]       2.0.0cvs2
5922
5923         * src/gtk/icon_legend.c
5924                 show the new entries
5925
5926 2006-01-30 [colin]      2.0.0cvs1
5927
5928         * src/manual.c
5929                 Check for the file to be present before 
5930                 enabling the menu - FOR_STABLE
5931         * src/gtk/icon_legend.c
5932                 Add folders icons (not all of them, there
5933                 are too much, but the most intriguing ones)
5934
5935 2006-01-30 [paul]       2.0.0
5936
5937         version 2.0.0 released
5938
5939 2006-01-30 [paul]       1.9.100cvs200
5940
5941         * manual/faq.xml
5942         * manual/gpl.xml
5943         * manual/intro.xml
5944         * manual/starting.xml
5945         * manual/sylpheed-claws-manual.xml
5946                 fixes, additions
5947
5948 2006-01-29 [mones]      1.9.100cvs199
5949
5950         * manual/account.xml
5951         * manual/advanced.xml
5952         * manual/glossary.xml
5953                 Some typos fixed, added LDIF term to glossary
5954         * po/es.po
5955                 Fixed leading plus symbol
5956
5957 2006-01-29 [paul]       1.9.100cvs198
5958
5959         * po/fi.po
5960         * po/sk.po
5961                 updated by Tommi Pirinen and Andrej Kacian
5962
5963 2006-01-29 [paul]       1.9.100cvs197
5964
5965         * src/gtk/authors.h
5966                 remove duplicates
5967
5968 2006-01-29 [paul]       1.9.100cvs196
5969
5970         * AUTHORS
5971         * po/nl.po
5972         * src/gtk/authors.h
5973         * tools/claws.i18n.status.pl
5974                 nl translation updated by Tim Dijkstra
5975
5976 2006-01-29 [paul]       1.9.100cvs195
5977
5978         * po/sr.po
5979         * po/sv.po
5980                 updated by Aleksandar Urosevic and Anders Troback
5981
5982 2006-01-28 [colin]      1.9.100cvs194
5983
5984         * src/gtk/gtksourceprintjob.c
5985                 Don't fiddle with PangoLayout when we
5986                 have an image
5987
5988 2006-01-28 [paul]       1.9.100cvs193
5989
5990         * AUTHORS
5991         * po/el.po
5992         * po/zh_CN.po
5993         * src/gtk/authors.h
5994         * tools/claws.i18n.status.pl
5995                 updated translations submitted by Stavros Giannouris
5996                 and Ralgh Young
5997
5998 2006-01-27 [colin]      1.9.100cvs192
5999
6000         * src/summaryview.c
6001         * src/gtk/gtksourceprintjob.c
6002                 Add image printing 
6003                 (libgnomeprint only, of course)
6004
6005 2006-01-27 [paul]       1.9.100cvs191
6006
6007         * po/fr.po
6008         * po/it.po
6009                 updated by Fabien Vantard and Andrea Spadaccini
6010
6011 2006-01-26 [colin]      1.9.100cvs190
6012
6013         * manual/Makefile.am
6014         * configure.ac
6015                 Make building the manual optional 
6016                 (--disable-manual)
6017
6018 2006-01-26 [paul]       1.9.100cvs189
6019
6020         * manual/glossary.xml
6021         * manual/plugins.xml
6022                 edited
6023         * po/en_GB.po
6024                 updated
6025
6026 2006-01-26 [paul]       1.9.100cvs188
6027
6028         * src/prefs_display_header.c
6029         * src/prefs_folder_column.c
6030         * src/prefs_msg_colors.c
6031         * src/prefs_summaries.c
6032         * src/prefs_summary_column.c
6033                 HIGify
6034
6035 2006-01-25 [colin]      1.9.100cvs187
6036
6037         * src/imap.c
6038                 Don't allow moving/copying mails between
6039                 queue/drafts and non-queue/drafts folders
6040                 Fixes bug #897 (message header is resetted 
6041                 if one is copied to Drafts)
6042
6043 2006-01-25 [colin]      1.9.100cvs186
6044
6045         * src/folder.c
6046         * src/mainwindow.c
6047                 Fix subscribed folders not found
6048         * src/compose.c
6049                 Don't try to encode as original mail's charset
6050                 if it's ascii 
6051
6052 2006-01-25 [paul]       1.9.100cvs185
6053
6054         * AUTHORS
6055         * po/Makevars
6056                 updated
6057         * po/de.po
6058         * po/pl.po
6059         * po/pt_BR.po
6060         * po/sr.po
6061                 updates submitted by Stephan Sachse, Emilian Nowak
6062                 and Quar, Frederico Goncalves Guimaraes, and
6063                 Aleksandar Urosevic
6064                 Fix Bug 896, 'PT_BR locale broken'.
6065         * src/gtk/authors.h
6066                 updated
6067
6068 2006-01-24 [mones]      1.9.100cvs184
6069
6070         * manual/glossary.xml
6071                 All current terms finished. Reviewers welcome ;-)
6072         * manual/keyboard.xml
6073                 Fixed column width for pdf output.
6074         * po/es.po
6075                 Updated
6076
6077 2006-01-24 [paul]       1.9.100cvs183
6078
6079         * manual/glossary.xml
6080                 fix id name
6081         * manual/dist/html/Makefile.am
6082         * manual/dist/pdf/Makefile.am
6083         * manual/dist/ps/Makefile.am
6084         * manual/dist/txt/Makefile.am
6085                 fix make deps
6086                 Thanks to Colin
6087
6088 2006-01-24 [mones]      1.9.100cvs182
6089
6090         * manual/glossary.xml
6091                 Nearly finished, some terms missing.
6092
6093 2006-01-23 [paul]       1.9.100cvs181
6094
6095         * manual/dist/html/Makefile.am
6096         * manual/dist/pdf/Makefile.am
6097         * manual/dist/ps/Makefile.am
6098         * manual/dist/txt/Makefile.am
6099         * src/mainwindow.c
6100                 re-enable manual
6101                 Thanks to Colin
6102
6103 2006-01-22 [colin]      1.9.100cvs180
6104
6105         * src/compose.c
6106         * src/gtk/gtkaspell.c
6107                 Don't deselect stuff before right-clicking, with aspell.
6108                 (This prevented right-click Copy, for example).
6109                 Thanks to Clo!
6110
6111 2006-01-22 [paul]       1.9.100cvs179
6112
6113         * src/summary_search.c
6114                 don't fix the widget size as it causes problems
6115                 under localisation.
6116                 Thanks to Emilian Nowak
6117
6118 2006-01-21 [paul]       1.9.100cvs178
6119
6120         * src/prefs_themes.c
6121                 fix broken underlining of label text
6122                 with some translations
6123
6124 2006-01-21 [colin]      1.9.100cvs177
6125
6126         * po/fr.po
6127                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6128
6129 2006-01-20 [colin]      1.9.100cvs176
6130
6131         * configure.ac
6132         * Makefile.am
6133         * manual/Makefile
6134         * manual/dist/html/.cvsignore
6135         * manual/dist/html/Makefile.am
6136         * manual/dist/pdf/.cvsignore
6137         * manual/dist/pdf/Makefile.am
6138         * manual/dist/ps/.cvsignore
6139         * manual/dist/ps/Makefile.am
6140         * manual/dist/txt/.cvsignore
6141         * manual/dist/txt/Makefile.am
6142                 Autotool-ize manual
6143
6144 2006-01-20 [paul]       1.9.100cvs175
6145
6146         * manual/handling.xml
6147                 make Filtering and Searching entries easier to find
6148         * manual/keyboard.xml
6149                 add the remaining default keybinds
6150         * src/prefs_summaries.c
6151                 update the default keybinds
6152
6153 2006-01-20 [paul]       1.9.100cvs174
6154
6155         * src/addressbook.c
6156         * src/addrgather.c
6157         * src/addrharvest.c
6158         * src/editaddress.c
6159         * src/editgroup.c
6160         * src/exphtmldlg.c
6161         * src/expldifdlg.c
6162         * src/exporthtml.c
6163         * src/exportldif.c
6164         * src/ldif.c
6165                 replace 'e-mail' with 'email'
6166         * src/summary_search.c
6167                 add mnemonic to "Find all" button
6168
6169 2006-01-20 [wwp]        1.9.100cvs173
6170
6171         * src/export.c
6172         * src/import.c
6173                 touched mbox import/export buttons for HIG-compliance
6174
6175 2006-01-19 [paul]       1.9.100cvs172
6176
6177         * manual/account.xml
6178         * manual/addrbook.xml
6179         * manual/advanced.xml
6180         * manual/faq.xml
6181         * manual/handling.xml
6182         * manual/intro.xml
6183         * manual/plugins.xml
6184         * manual/starting.xml
6185                 more editing
6186
6187 2006-01-19 [paul]       1.9.100cvs171
6188
6189         * src/toolbar.c
6190                 allow use of trash button while receiving
6191                 Thanks to Colin
6192
6193 2006-01-19 [wwp]        1.9.100cvs170
6194
6195         * src/gtk/quicksearch.c
6196         * src/compose.c
6197                 force text color to black when yellow background is set
6198
6199 2006-01-19 [colin]      1.9.100cvs169
6200
6201         * src/plugins/trayicon/trayicon.c
6202                 Gray out Get Mail when already getting mail
6203
6204 2006-01-18 [paul]       1.9.100cvs168
6205
6206         * src/compose.c
6207                 give widget yellow background was To is
6208                 set via folder prefs
6209         * src/gtk/quicksearch.c
6210                 give widget yellow background when quick
6211                 search is active.
6212                 Thanks to Colin
6213
6214 2006-01-18 [paul]       1.9.100cvs167
6215
6216         * doc/man/sylpheed-claws.1
6217                 add --subscribe option
6218
6219 2006-01-18 [paul]       1.9.100cvs166
6220
6221         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6222         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6223                 use %U instead of %F (%F is broken for user installed
6224                 files in kde 3.5)
6225
6226 2006-01-18 [colin]      1.9.100cvs165
6227
6228         * src/summaryview.c
6229                 Default to Yes in "No more * messages" dialogs
6230
6231 2006-01-17 [colin]      1.9.100cvs164
6232
6233         * src/compose.c
6234                 Possibly fix an invalid iterator causing
6235                 crash
6236
6237 2006-01-17 [colin]      1.9.100cvs163
6238
6239         * src/mimeview.c
6240                 Fix crash when the image disappears under the
6241                 image viewer
6242
6243 2006-01-16 [colin]      1.9.100cvs162
6244
6245         * src/compose.c
6246                 Fix reenabling autowrap
6247
6248 2006-01-16 [colin]      1.9.100cvs161
6249
6250         * src/compose.c
6251                 reset quote_len before getting quote_str
6252
6253 2006-01-16 [colin]      1.9.100cvs160
6254
6255         * src/account.c
6256         * src/account.h
6257         * src/folder.c
6258         * src/imap_gtk.c
6259         * src/mh_gtk.c
6260                 Fix bug #883 (default inbox does not track folder move)
6261
6262 2006-01-16 [colin]      1.9.100cvs159
6263
6264         * src/compose.c
6265         * src/plugins/pgpcore/passphrase.c
6266                 More buttons fixes
6267
6268 2006-01-16 [paul]       1.9.100cvs158
6269
6270         * src/prefs_actions.c
6271         * src/prefs_filtering_action.c
6272         * src/prefs_matcher.c
6273         * src/quote_fmt.c
6274         * src/gtk/description_window.c
6275         * src/gtk/description_window.h
6276         * src/gtk/quicksearch.c
6277                 description window cleanups
6278
6279 2006-01-15 [colin]      1.9.100cvs157
6280
6281         * src/addressbook.c
6282         * src/prefs_filtering.c
6283                 Same here
6284
6285 2006-01-15 [colin]      1.9.100cvs156
6286
6287         * src/folderview.c
6288         * src/mainwindow.c
6289                 Same for "Empty trash"
6290
6291 2006-01-15 [colin]      1.9.100cvs155
6292
6293         * src/inc.c
6294                 Override offline dialog had Yes by default
6295
6296 2006-01-15 [colin]      1.9.100cvs154
6297
6298         * src/summaryview.c
6299                 Delete selected messages? previously had Yes the default
6300
6301 2006-01-15 [colin]      1.9.100cvs153
6302
6303         * src/folder.c
6304         * src/folder.h
6305         * src/main.c
6306                 Check if a mailbox is loaded after all
6307                 plugins are loaded.
6308
6309 2006-01-15 [colin]      1.9.100cvs152
6310
6311         * src/folder.c
6312                 Don't start wizard when there are unloaded folders (will help
6313                 people with only mbox or maildir mailboxes)
6314
6315 2006-01-14 [colin]      1.9.100cvs151
6316
6317         * src/addressbook.c
6318         * src/expldifdlg.c
6319         * src/importldif.c
6320         * src/importmutt.c
6321         * src/importpine.c
6322         * src/mh_gtk.c
6323                 More HIG compliance and fixes
6324
6325 2006-01-14 [colin]      1.9.100cvs150
6326
6327         * src/prefs_filtering_action.c
6328         * src/foldersel.c
6329                 Two forgotten button order changes
6330
6331 2006-01-14 [colin]      1.9.100cvs149
6332
6333         * src/account.c
6334         * src/addressbook.c
6335         * src/compose.c
6336         * src/folderview.c
6337         * src/imap_gtk.c
6338         * src/mainwindow.c
6339         * src/mh_gtk.c
6340         * src/news_gtk.c
6341         * src/prefs_actions.c
6342         * src/prefs_customheader.c
6343         * src/prefs_filtering.c
6344         * src/prefs_matcher.c
6345         * src/prefs_template.c
6346         * src/ssl_manager.c
6347         * src/summaryview.c
6348         * src/textview.c
6349         * src/toolbar.c
6350                 All deletion confirmations are now "Cancel, Delete" 
6351                 instead of "No, Yes"
6352                 Clarified most of the other "No, Yes" to 
6353                 "Cancel, Descriptive_action"
6354                 Rechanged the "Entry not saved" alerts to have 
6355                 "Close, Continue editing"
6356
6357
6358 2006-01-14 [paul]
6359
6360         * 2.0.0-rc4 released
6361
6362 2006-01-14 [paul]       1.9.100cvs148
6363
6364         * src/account.c
6365         * src/addressadd.c
6366         * src/addressbook.c
6367         * src/compose.c
6368         * src/editaddress.c
6369         * src/editbook.c
6370         * src/editgroup.c
6371         * src/editjpilot.c
6372         * src/editldap.c
6373         * src/editvcard.c
6374         * src/exphtmldlg.c
6375         * src/expldifdlg.c
6376         * src/folderview.c
6377         * src/grouplistdialog.c
6378         * src/imap_gtk.c
6379         * src/importmutt.c
6380         * src/importpine.c
6381         * src/inc.c
6382         * src/main.c
6383         * src/mainwindow.c
6384         * src/message_search.c
6385         * src/messageview.c
6386         * src/mh_gtk.c
6387         * src/mimeview.c
6388         * src/news_gtk.c
6389         * src/prefs_actions.c
6390         * src/prefs_customheader.c
6391         * src/prefs_filtering.c
6392         * src/prefs_matcher.c
6393         * src/prefs_template.c
6394         * src/prefs_themes.c
6395         * src/ssl_manager.c
6396         * src/summary_search.c
6397         * src/summaryview.c
6398         * src/textview.c
6399         * src/toolbar.c
6400         * src/gtk/foldersort.c
6401         * src/gtk/gtkaspell.c
6402         * src/gtk/inputdialog.c
6403         * src/gtk/prefswindow.c
6404         * src/plugins/pgpcore/select-keys.c
6405         * src/plugins/trayicon/trayicon.c
6406                 HIG compliant button order
6407
6408 2006-01-14 [mones]      1.9.100cvs147
6409
6410         * po/es.po
6411                 Updated translation
6412
6413 2006-01-13 [paul]       1.9.100cvs146
6414
6415         * AUTHORS
6416         * ChangeLog
6417         * src/gtk/authors.h
6418                 add Joshua M. Kwan to contributors list
6419
6420 2006-01-13 [colin]      1.9.100cvs145
6421
6422         * src/gtk/quicksearch.c
6423                 Don't refocus quick search after executing (Esc or Enter)
6424                 Allows to '/'search something then move up/down in 
6425                 summaryview, and to Esc a search and be back in the 
6426                 summaryview
6427
6428 2006-01-13 [paul]       1.9.100cvs144
6429
6430         * src/plugins/pgpinline/pgpinline.c
6431                 support Content-Type 'application/pgp'
6432                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6433
6434 2006-01-13 [paul]       1.9.100cvs143
6435
6436         * manual/account.xml
6437                 make mention of partial retrieval
6438                 thanks to Colin
6439
6440 2006-01-13 [paul]       1.9.100cvs142
6441
6442         * src/account.c
6443         * src/account.h
6444         * src/action.c
6445         * src/action.h
6446         * src/adbookbase.h
6447         * src/addr_compl.c
6448         * src/addr_compl.h
6449         * src/addrbook.c
6450         * src/addrcache.c
6451         * src/addrcache.h
6452         * src/addrcindex.c
6453         * src/addrcindex.h
6454         * src/addrclip.c
6455         * src/addrclip.h
6456         * src/addrdefs.h
6457         * src/addressadd.c
6458         * src/addressadd.h
6459         * src/addressbook.c
6460         * src/addressbook.h
6461         * src/addrgather.c
6462         * src/addrgather.h
6463         * src/addrharvest.c
6464         * src/addrharvest.h
6465         * src/addrindex.c
6466         * src/addrindex.h
6467         * src/addritem.c
6468         * src/addritem.h
6469         * src/addrquery.c
6470         * src/addrquery.h
6471         * src/addrselect.c
6472         * src/addrselect.h
6473         * src/alertpanel.c
6474         * src/alertpanel.h
6475         * src/browseldap.c
6476         * src/browseldap.h
6477         * src/codeconv.c
6478         * src/codeconv.h
6479         * src/compose.c
6480         * src/compose.h
6481         * src/customheader.c
6482         * src/customheader.h
6483         * src/displayheader.c
6484         * src/displayheader.h
6485         * src/editaddress.c
6486         * src/editaddress.h
6487         * src/editbook.c
6488         * src/editbook.h
6489         * src/editgroup.c
6490         * src/editgroup.h
6491         * src/editjpilot.c
6492         * src/editjpilot.h
6493         * src/editldap.c
6494         * src/editldap.h
6495         * src/editldap_basedn.c
6496         * src/editldap_basedn.h
6497         * src/editvcard.c
6498         * src/editvcard.h
6499         * src/exphtmldlg.c
6500         * src/exphtmldlg.h
6501         * src/expldifdlg.c
6502         * src/expldifdlg.h
6503         * src/export.h
6504         * src/exporthtml.c
6505         * src/exporthtml.h
6506         * src/exportldif.c
6507         * src/exportldif.h
6508         * src/filtering.c
6509         * src/filtering.h
6510         * src/folder.c
6511         * src/folder.h
6512         * src/folder_item_prefs.c
6513         * src/folder_item_prefs.h
6514         * src/foldersel.c
6515         * src/foldersel.h
6516         * src/folderutils.c
6517         * src/folderutils.h
6518         * src/folderview.c
6519         * src/folderview.h
6520         * src/grouplistdialog.c
6521         * src/grouplistdialog.h
6522         * src/headerview.c
6523         * src/html.c
6524         * src/html.h
6525         * src/image_viewer.c
6526         * src/image_viewer.h
6527         * src/imap.c
6528         * src/imap.h
6529         * src/imap_gtk.c
6530         * src/imap_gtk.h
6531         * src/import.h
6532         * src/importldif.c
6533         * src/importldif.h
6534         * src/importmutt.c
6535         * src/importmutt.h
6536         * src/importpine.c
6537         * src/importpine.h
6538         * src/inc.c
6539         * src/inc.h
6540         * src/jpilot.c
6541         * src/jpilot.h
6542         * src/ldapctrl.c
6543         * src/ldapctrl.h
6544         * src/ldaplocate.c
6545         * src/ldaplocate.h
6546         * src/ldapquery.c
6547         * src/ldapquery.h
6548         * src/ldapserver.c
6549         * src/ldapserver.h
6550         * src/ldaputil.c
6551         * src/ldaputil.h
6552         * src/ldif.c
6553         * src/ldif.h
6554         * src/main.c
6555         * src/main.h
6556         * src/mainwindow.c
6557         * src/mainwindow.h
6558         * src/manual.c
6559         * src/manual.h
6560         * src/mbox.c
6561         * src/mbox.h
6562         * src/message_search.c
6563         * src/message_search.h
6564         * src/messageview.c
6565         * src/messageview.h
6566         * src/mh.c
6567         * src/mh.h
6568         * src/mh_gtk.c
6569         * src/mh_gtk.h
6570         * src/mimeview.c
6571         * src/mimeview.h
6572         * src/msgcache.c
6573         * src/msgcache.h
6574         * src/mutt.c
6575         * src/mutt.h
6576         * src/news.c
6577         * src/news.h
6578         * src/news_gtk.c
6579         * src/news_gtk.h
6580         * src/partial_download.c
6581         * src/partial_download.h
6582         * src/pine.c
6583         * src/pine.h
6584         * src/pop.c
6585         * src/pop.h
6586         * src/prefs_account.c
6587         * src/prefs_account.h
6588         * src/prefs_actions.c
6589         * src/prefs_actions.h
6590         * src/prefs_common.c
6591         * src/prefs_common.h
6592         * src/prefs_compose_writing.c
6593         * src/prefs_compose_writing.h
6594         * src/prefs_customheader.c
6595         * src/prefs_customheader.h
6596         * src/prefs_display_header.c
6597         * src/prefs_display_header.h
6598         * src/prefs_filtering.c
6599         * src/prefs_filtering.h
6600         * src/prefs_filtering_action.c
6601         * src/prefs_filtering_action.h
6602         * src/prefs_folder_column.c
6603         * src/prefs_folder_column.h
6604         * src/prefs_folder_item.c
6605         * src/prefs_folder_item.h
6606         * src/prefs_fonts.c
6607         * src/prefs_fonts.h
6608         * src/prefs_gtk.c
6609         * src/prefs_gtk.h
6610         * src/prefs_image_viewer.c
6611         * src/prefs_image_viewer.h
6612         * src/prefs_matcher.c
6613         * src/prefs_matcher.h
6614         * src/prefs_message.c
6615         * src/prefs_msg_colors.c
6616         * src/prefs_msg_colors.h
6617         * src/prefs_other.c
6618         * src/prefs_quote.c
6619         * src/prefs_receive.c
6620         * src/prefs_send.c
6621         * src/prefs_spelling.c
6622         * src/prefs_spelling.h
6623         * src/prefs_summaries.c
6624         * src/prefs_summaries.h
6625         * src/prefs_summary_column.c
6626         * src/prefs_summary_column.h
6627         * src/prefs_template.c
6628         * src/prefs_template.h
6629         * src/prefs_themes.c
6630         * src/prefs_themes.h
6631         * src/prefs_toolbar.c
6632         * src/prefs_toolbar.h
6633         * src/prefs_wrapping.c
6634         * src/prefs_wrapping.h
6635         * src/privacy.c
6636         * src/privacy.h
6637         * src/procheader.c
6638         * src/procheader.h
6639         * src/procmime.c
6640         * src/procmime.h
6641         * src/procmsg.c
6642         * src/procmsg.h
6643         * src/quote_fmt.c
6644         * src/quote_fmt_parse.y
6645         * src/recv.c
6646         * src/recv.h
6647         * src/remotefolder.c
6648         * src/remotefolder.h
6649         * src/send_message.c
6650         * src/send_message.h
6651         * src/setup.c
6652         * src/setup.h
6653         * src/sourcewindow.c
6654         * src/sourcewindow.h
6655         * src/ssl_manager.c
6656         * src/ssl_manager.h
6657         * src/statusbar.c
6658         * src/statusbar.h
6659         * src/stock_pixmap.c
6660         * src/stock_pixmap.h
6661         * src/summary_search.c
6662         * src/summary_search.h
6663         * src/summaryview.c
6664         * src/summaryview.h
6665         * src/syldap.c
6666         * src/syldap.h
6667         * src/textview.c
6668         * src/textview.h
6669         * src/toolbar.c
6670         * src/toolbar.h
6671         * src/undo.c
6672         * src/undo.h
6673         * src/unmime.c
6674         * src/unmime.h
6675         * src/vcard.c
6676         * src/vcard.h
6677         * src/wizard.c
6678         * src/wizard.h
6679         * src/common/base64.c
6680         * src/common/base64.h
6681         * src/common/defs.h
6682         * src/common/hooks.c
6683         * src/common/hooks.h
6684         * src/common/log.c
6685         * src/common/log.h
6686         * src/common/mgutils.c
6687         * src/common/mgutils.h
6688         * src/common/nntp.c
6689         * src/common/nntp.h
6690         * src/common/passcrypt.c
6691         * src/common/passcrypt.h.in
6692         * src/common/plugin.c
6693         * src/common/plugin.h
6694         * src/common/prefs.c
6695         * src/common/prefs.h
6696         * src/common/progressindicator.c
6697         * src/common/progressindicator.h
6698         * src/common/quoted-printable.c
6699         * src/common/quoted-printable.h
6700         * src/common/session.c
6701         * src/common/session.h
6702         * src/common/smtp.c
6703         * src/common/smtp.h
6704         * src/common/socket.c
6705         * src/common/socket.h
6706         * src/common/ssl.c
6707         * src/common/ssl.h
6708         * src/common/ssl_certificate.c
6709         * src/common/ssl_certificate.h
6710         * src/common/stringtable.c
6711         * src/common/stringtable.h
6712         * src/common/sylpheed.c
6713         * src/common/sylpheed.h
6714         * src/common/template.c
6715         * src/common/template.h
6716         * src/common/timing.h
6717         * src/common/utils.c
6718         * src/common/utils.h
6719         * src/common/version.h.in
6720         * src/common/xml.c
6721         * src/common/xml.h
6722         * src/common/xmlprops.c
6723         * src/common/xmlprops.h
6724         * src/gtk/colorlabel.c
6725         * src/gtk/colorsel.c
6726         * src/gtk/colorsel.h
6727         * src/gtk/description_window.c
6728         * src/gtk/description_window.h
6729         * src/gtk/filesel.c
6730         * src/gtk/filesel.h
6731         * src/gtk/foldersort.c
6732         * src/gtk/foldersort.h
6733         * src/gtk/gtkutils.c
6734         * src/gtk/gtkutils.h
6735         * src/gtk/inputdialog.c
6736         * src/gtk/inputdialog.h
6737         * src/gtk/logwindow.c
6738         * src/gtk/logwindow.h
6739         * src/gtk/manage_window.c
6740         * src/gtk/manage_window.h
6741         * src/gtk/menu.c
6742         * src/gtk/menu.h
6743         * src/gtk/pluginwindow.c
6744         * src/gtk/pluginwindow.h
6745         * src/gtk/prefswindow.c
6746         * src/gtk/prefswindow.h
6747         * src/gtk/progressdialog.c
6748         * src/gtk/progressdialog.h
6749         * src/gtk/sslcertwindow.c
6750         * src/gtk/sslcertwindow.h
6751         * src/plugins/clamav/clamav_plugin.c
6752         * src/plugins/clamav/clamav_plugin.h
6753         * src/plugins/clamav/clamav_plugin_gtk.c
6754         * src/plugins/demo/demo.c
6755         * src/plugins/dillo_viewer/dillo_prefs.c
6756         * src/plugins/dillo_viewer/dillo_prefs.h
6757         * src/plugins/dillo_viewer/dillo_viewer.c
6758         * src/plugins/pgpcore/passphrase.c
6759         * src/plugins/pgpcore/passphrase.h
6760         * src/plugins/pgpcore/plugin.c
6761         * src/plugins/pgpcore/select-keys.c
6762         * src/plugins/pgpcore/select-keys.h
6763         * src/plugins/pgpcore/sgpgme.c
6764         * src/plugins/pgpcore/sgpgme.h
6765         * src/plugins/pgpinline/pgpinline.c
6766         * src/plugins/pgpinline/pgpinline.h
6767         * src/plugins/pgpinline/plugin.c
6768         * src/plugins/pgpmime/pgpmime.c
6769         * src/plugins/pgpmime/pgpmime.h
6770         * src/plugins/pgpmime/plugin.c
6771         * src/plugins/spamassassin/spamassassin.c
6772         * src/plugins/spamassassin/spamassassin.h
6773         * src/plugins/spamassassin/spamassassin_gtk.c
6774         * src/plugins/trayicon/trayicon.c
6775                 update copyright header
6776
6777 2006-01-13 [paul]       1.9.100cvs141
6778
6779         * src/account.c
6780         * src/export.c
6781         * src/import.c
6782         * src/mainwindow.c
6783         * src/prefs_account.c
6784         * src/prefs_display_header.c
6785         * src/prefs_receive.c
6786         * src/prefs_send.c
6787         * src/prefs_summaries.c
6788         * src/prefs_themes.c
6789         * src/prefs_toolbar.c
6790         * src/gtk/about.c
6791                 various cleanups
6792
6793 2006-01-12 [colin]      1.9.100cvs140
6794
6795         * src/folder.c
6796         * src/folder.h
6797         * src/main.c
6798                 Add --subscribe option
6799                 Let sylpheed-claws email@domain.com equivalent to --compose
6800                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6801
6802 2006-01-12 [paul]       1.9.100cvs139
6803
6804         * src/mainwindow.c
6805                 append 'Change folder order' label with '...'
6806         * src/prefs_actions.c
6807                 allow reordering of actions list by dnd
6808         * src/gtk/foldersort.c
6809                 make the dialog nicer
6810
6811 2006-01-11 [colin]      1.9.100cvs138
6812
6813         * src/compose.c
6814                 Allow templates without text
6815
6816 2006-01-11 [paul]       1.9.100cvs137
6817
6818         * tools/README
6819         * tools/filter_conv_new.pl
6820                 add info to README
6821                 also check .sylpheed for filter.xml
6822                 be a bit informative to the user
6823
6824 2006-01-11 [colin]      1.9.100cvs136
6825
6826         * src/textview.c
6827                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6828
6829 2006-01-10 [paul]       1.9.100cvs135
6830
6831         * tools/Makefile.am
6832         * tools/filter_conv_new.pl
6833                 add script to convert new style Sylpheed
6834                 filter rules (Sylpheed >= 0.9.99) to
6835                 Claws filtering rules
6836
6837 2006-01-10 [colin]      1.9.100cvs134
6838
6839         * src/compose.c
6840                 Fix broken line joins in certain conditions
6841                 (between two quoted lines: <enter><enter><up>
6842                  <type a wrapped sentence><go in the first line>
6843                  <insert more text><watch as line joining failed>)
6844
6845 2006-01-10 [paul]       1.9.100cvs133
6846
6847         * src/compose.c
6848                 don't report success in error dialog
6849                 thanks to Colin
6850         * src/common/utils.c
6851                 include some trailing punctuations as URI
6852                 thanks to Hiro
6853
6854 2006-01-10 [paul]       1.9.100cvs132
6855
6856         * src/mimeview.c
6857                 fix incompatible pointer type
6858                 warning
6859
6860 2006-01-10 [paul]       1.9.100cvs131
6861
6862         * src/compose.c
6863                 change Subject in window title
6864                 instantaneously
6865
6866 2006-01-09 [colin]      1.9.100cvs130
6867
6868         * src/addressbook.c
6869         * src/headerview.c
6870         * src/mainwindow.c
6871         * src/messageview.c
6872         * src/mimeview.c
6873         * src/noticeview.c
6874         * src/summaryview.c
6875                 Fix possible crashes on exit and in addressbook
6876
6877 2006-01-09 [paul]       1.9.100cvs129
6878
6879         * src/prefs_msg_colors.c
6880                 some cleanups that I forgot last time
6881
6882 2006-01-09 [paul]       1.9.100cvs128
6883
6884         * README
6885         * src/folderview.c
6886         * src/prefs_msg_colors.c
6887                 add previously hidden option, color_new, to
6888                 the gui
6889                 move the page to Display/
6890                 rework the gui
6891
6892 2006-01-09 [wwp]        1.9.100cvs127
6893
6894         * src/prefs_themes.c
6895                 made the prefs/display/themes layouts spacing less condensed
6896                 (and so they match other prefs/pages' look).
6897
6898 2006-01-09 [paul]       1.9.100cvs126
6899
6900         * src/compose.c
6901         * src/prefs_common.c
6902         * src/prefs_common.h
6903         * src/prefs_wrapping.c
6904                 remove 'wrap at send' option
6905
6906 2006-01-06 [colin]      1.9.100cvs125
6907
6908         * src/compose.c
6909                 Just make completely sure we don't insert "manual line breaks" 
6910                 when wrapping... 
6911
6912 2006-01-04 [paul]
6913
6914         * 2.0.0-rc3 released
6915
6916 2006-01-04 [paul]       1.9.100cvs124
6917
6918         * src/folderview.c
6919                 fix bug 882, 'quick scroll in folder list
6920                 displays wrong folder contents'
6921
6922 2006-01-04 [paul]       1.9.100cvs123
6923
6924         * src/plugins/pgpmime/pgpmime.c
6925                 better debug information when signing
6926                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6927
6928 2006-01-03 [colin]      1.9.100cvs122
6929
6930         * configure.ac
6931                 We need to recheck for gpgme 1.0.0 after checking
6932                 for 1.1.1, because if 1.1.1 isn't available, 
6933                 GPGME_LIBS and friends are blanked out by the 
6934                 second check.
6935
6936 2006-01-03 [colin]      1.9.100cvs121
6937
6938         * src/common/prefs.c
6939                 Windows unlink-before rename fix
6940         * src/plugins/pgpcore/sgpgme.c
6941                 Add support for PKA info if available
6942                 Both patches by Werner Koch
6943
6944 2006-01-03 [paul]       1.9.100cvs120
6945
6946         * src/messageview.c
6947                 fix bug 884, 'Send receipt' button visible in queue
6948                 Thanks to Colin
6949
6950 2006-01-02 [colin]      1.9.100cvs119
6951
6952         * src/compose.c
6953         * src/imap.c
6954                 Fix autosave on IMAP and more generally try to
6955                 return the correct ID on a newly added IMAP message
6956
6957 2006-01-02 [paul]       1.9.100cvs118
6958
6959         * manual/keyboard.xml
6960                 edited
6961
6962 2006-01-01 [paul]       1.9.100cvs117
6963
6964         * src/gtk/authors.h
6965                 alphabetical order
6966
6967 2005-12-30 [colin]      1.9.100cvs116
6968
6969         * manual/advanced.xml
6970                 Explain Pre/Post-processing differences.
6971
6972 2005-12-30 [colin]      1.9.100cvs115
6973
6974         * src/mh.c
6975                 Implement copy_msgs for a little optimization
6976         * src/imap.c
6977                 Finish yesterday's fix
6978
6979 2005-12-29 [colin]      1.9.100cvs114
6980
6981         * src/imap.c
6982                 Fix occasional failure in fetching a mail over
6983                 IMAP
6984
6985 2005-12-29 [colin]      1.9.100cvs113
6986
6987         * src/compose.c
6988                 Don't remove a draft when sending it, if it is 
6989                 locked.
6990
6991 2005-12-28 [colin]      1.9.100cvs112
6992
6993         * src/summaryview.c
6994                 Fix leak for real
6995
6996 2005-12-28 [wwp]        1.9.100cvs111
6997
6998         * doc/faq/.cvsignore
6999         * doc/faq/de/.cvsignore
7000         * doc/faq/en/.cvsignore
7001         * doc/faq/es/.cvsignore
7002         * doc/faq/fr/.cvsignore
7003         * doc/faq/it/.cvsignore
7004         * doc/manual/.cvsignore
7005         * doc/manual/de/.cvsignore
7006         * doc/manual/en/.cvsignore
7007         * doc/manual/es/.cvsignore
7008         * doc/manual/fr/.cvsignore
7009         * doc/manual/ja/.cvsignore
7010         * src/plugins/mathml_viewer/.cvsignore
7011                 rollback revival of those files (my bad, sorry for the noise).
7012
7013 2005-12-28 [wwp]        1.9.100cvs110
7014
7015         * src/compose.c
7016                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7017
7018 2005-12-28 [wwp]        1.9.100cvs109
7019
7020         * doc/faq/.cvsignore
7021         * doc/faq/de/.cvsignore
7022         * doc/faq/en/.cvsignore
7023         * doc/faq/es/.cvsignore
7024         * doc/faq/fr/.cvsignore
7025         * doc/faq/it/.cvsignore
7026         * doc/manual/.cvsignore
7027         * doc/manual/de/.cvsignore
7028         * doc/manual/en/.cvsignore
7029         * doc/manual/es/.cvsignore
7030         * doc/manual/fr/.cvsignore
7031         * doc/manual/ja/.cvsignore
7032         * src/plugins/mathml_viewer/.cvsignore
7033         * po/.cvsignore
7034                 more files to ignore.
7035
7036 2005-12-24 [colin]      1.9.100cvs108
7037
7038         * AUTHORS
7039         * src/gtk/authors.h
7040                 Update for Werner
7041
7042 2005-12-24 [colin]      1.9.100cvs107
7043
7044         * src/procmsg.c
7045                 Allow NULL src_msginfo in 
7046                 procmsg_msginfo_new_from_mimeinfo
7047
7048 2005-12-23 [paul]       1.9.100cvs106
7049
7050         * src/plugins/pgpinline/mypgpcore.def
7051                 add this forgotten file
7052
7053 2005-12-23 [colin]      1.9.100cvs105
7054
7055         * src/mainwindow.c
7056                 Fix missing break
7057
7058 2005-12-23 [colin]      1.9.100cvs104
7059
7060         * autogen.sh
7061         * src/folder.c
7062         * src/mh.c
7063         * src/common/plugin.c
7064         * src/common/socket.c
7065         * src/common/socket.h
7066         * src/common/utils.c
7067         * src/common/utils.h
7068         * src/gtk/pluginwindow.c
7069         * src/plugins/pgpcore/plugin.def
7070         * src/plugins/pgpcore/sylpheed.def
7071         * src/plugins/pgpinline/Makefile.am
7072         * src/plugins/pgpinline/plugin.def
7073         * src/plugins/pgpinline/sylpheed.def
7074         * src/plugins/pgpmime/plugin.def
7075         * src/plugins/pgpmime/sylpheed.def
7076                 Various w32 fixes by Werner Koch
7077
7078 2005-12-22 [paul]       1.9.100cvs103
7079
7080         * src/wizard.c
7081                 don't offer IMAP as 'server type' if
7082                 libetpan isn't built in
7083
7084 2005-12-22 [paul]       1.9.100cvs102
7085
7086         * AUTHORS
7087         * src/mainwindow.c
7088         * src/mainwindow.h
7089         * src/toolbar.c
7090         * src/gtk/authors.h
7091                 support GTK_TOOLBAR_BOTH_HORIZ (text
7092                 next to icon) Patch by Marien Zwart
7093                 marienz@users.sf.net
7094                 Also reword the text
7095
7096 2005-12-21 [colin]      1.9.100cvs101
7097
7098         * configure.ac
7099                 Fix DATADIRNAME
7100         * COPYING
7101                 Fix missing section and explicit the exception better
7102         * src/compose.c
7103                 Prevent mail from being lost without notice when an
7104                 SMTP error happens on trying to send an unmodified
7105                 drafted mail.
7106         * src/send_message.c
7107         * src/common/smtp.c
7108                 Fix password remembering when wrong, and add return
7109                 value checks where they should have been
7110         * src/plugins/pgpcore/sylpheed.def
7111         * src/plugins/pgpinline/sylpheed.def
7112         * src/plugins/pgpmime/sylpheed.def
7113                 Add a few symbols needed
7114
7115 2005-12-21 [paul]       1.9.100cvs100
7116
7117         * m4/codeset.m4
7118         * m4/glibc21.m4
7119         * m4/intdiv0.m4
7120         * m4/inttypes-pri.m4
7121         * m4/inttypes.m4
7122         * m4/inttypes_h.m4
7123         * m4/isc-posix.m4
7124         * m4/lcmessage.m4
7125         * m4/stdint_h.m4
7126         * m4/uintmax_t.m4
7127                 gettextization
7128                 thanks to Colin
7129
7130 2005-12-21 [paul]       1.9.100cvs99
7131
7132         * po/sv.po
7133                 fixed by Colin
7134
7135 2005-12-20 [paul]       1.9.100cvs98
7136
7137         * po/sv.po
7138                 updated by Anders Trobäck
7139
7140 2005-12-20 [colin]      1.9.100cvs97
7141
7142         * ABOUT-NLS
7143         * Makefile.am
7144         * autogen.sh
7145         * configure.ac
7146         * config/config.rpath
7147         * config/mkinstalldirs
7148         * m4/Makefile.am
7149         * m4/glibc2.m4
7150         * m4/gnupg.m4
7151         * m4/gpgme.m4
7152         * m4/intmax.m4
7153         * m4/longdouble.m4
7154         * m4/longlong.m4
7155         * m4/printf-posix.m4
7156         * m4/signed.m4
7157         * m4/size_max.m4
7158         * m4/ulonglong.m4
7159         * m4/wchar_t.m4
7160         * m4/wint_t.m4
7161         * m4/xsize.m4
7162         * po/Makefile.in.in
7163         * po/Makevars
7164         * po/bg.po
7165         * po/ca.po
7166         * po/cs.po
7167         * po/de.po
7168         * po/el.po
7169         * po/en_GB.po
7170         * po/es.po
7171         * po/fi.po
7172         * po/fr.po
7173         * po/hr.po
7174         * po/hu.po
7175         * po/it.po
7176         * po/ja.po
7177         * po/ko.po
7178         * po/nb.po
7179         * po/nl.po
7180         * po/pl.po
7181         * po/pt_BR.po
7182         * po/ru.po
7183         * po/sk.po
7184         * po/sr.po
7185         * po/stamp-po
7186         * po/sv.po
7187         * po/zh_CN.po
7188         * po/zh_TW.po
7189         * src/Makefile.am
7190         * src/codeconv.c
7191         * src/compose.c
7192         * src/exporthtml.c
7193         * src/exportldif.c
7194         * src/folder.c
7195         * src/main.c
7196         * src/manual.c
7197         * src/mh.c
7198         * src/mimeview.c
7199         * src/send_message.c
7200         * src/common/Makefile.am
7201         * src/common/fnmatch.c
7202         * src/common/fnmatch.h
7203         * src/common/fnmatch_loop.c
7204         * src/common/nntp.c
7205         * src/common/plugin.c
7206         * src/common/smtp.c
7207         * src/common/socket.c
7208         * src/common/string_match.c
7209         * src/common/sylpheed.c
7210         * src/common/utils.c
7211         * src/common/utils.h
7212         * src/common/w32_dirent.c
7213         * src/common/w32_reg.c
7214         * src/common/w32_signal.c
7215         * src/common/w32_stat.c
7216         * src/common/w32_stdio.c
7217         * src/common/w32_stdlib.c
7218         * src/common/w32_string.c
7219         * src/common/w32_time.c
7220         * src/common/w32_unistd.c
7221         * src/common/w32_wait.c
7222         * src/common/w32lib.h
7223         * src/etpan/Makefile.am
7224         * src/gtk/Makefile.am
7225         * src/plugins/clamav/Makefile.am
7226         * src/plugins/demo/Makefile.am
7227         * src/plugins/dillo_viewer/Makefile.am
7228         * src/plugins/pgpcore/Makefile.am
7229         * src/plugins/pgpcore/passphrase.c
7230         * src/plugins/pgpcore/plugin.def
7231         * src/plugins/pgpcore/sgpgme.c
7232         * src/plugins/pgpcore/sylpheed.def
7233         * src/plugins/pgpcore/version.rc
7234         * src/plugins/pgpinline/Makefile.am
7235         * src/plugins/pgpinline/plugin.def
7236         * src/plugins/pgpinline/sylpheed.def
7237         * src/plugins/pgpinline/version.rc
7238         * src/plugins/pgpmime/Makefile.am
7239         * src/plugins/pgpmime/mypgpcore.def
7240         * src/plugins/pgpmime/plugin.def
7241         * src/plugins/pgpmime/sylpheed.def
7242         * src/plugins/pgpmime/version.rc
7243         * src/plugins/spamassassin/Makefile.am
7244                 Very little ;-) patch from Werner Koch, providing
7245                 infrastructure for cross-compiling to Win32
7246
7247 2005-12-20 [paul]       1.9.100cvs96
7248
7249         * src/account.c
7250         * src/account.h
7251         * src/mainwindow.c
7252         * src/mainwindow.h
7253         * src/toolbar.c
7254         * src/toolbar.h
7255                 add a combo to the Get All button, allowing
7256                 quick retrieval from any account
7257                 Patch by Fabien Vantard, slightly modified
7258                 by Colin
7259         * src/gtk/about.c
7260                 i18n fix. Patch by Fabien Vantard
7261
7262 2005-12-19 [colin]      1.9.100cvs95
7263
7264         * src/compose.c
7265         * src/compose.h
7266                 Don't automatically join lines when they've 
7267                 been separated by the user and not automatically
7268
7269 2005-12-19 [paul]       1.9.100cvs94
7270
7271         * src/gtk/pluginwindow.c
7272                 i18n fix.
7273                 Patch by Fabien Vantard
7274
7275 2005-12-15 [paul]       1.9.100cvs93
7276
7277         * src/common/plugin.c
7278         * src/common/plugin.h
7279         * src/gtk/pluginwindow.c
7280         * src/plugins/clamav/clamav_plugin.c
7281         * src/plugins/demo/demo.c
7282         * src/plugins/dillo_viewer/dillo_viewer.c
7283         * src/plugins/pgpcore/plugin.c
7284         * src/plugins/pgpinline/plugin.c
7285         * src/plugins/pgpmime/plugin.c
7286         * src/plugins/spamassassin/spamassassin.c
7287         * src/plugins/trayicon/trayicon.c
7288                 add plugin_version()
7289
7290 2005-12-15 [colin]      1.9.100cvs92
7291
7292         * src/compose.c
7293                 Further fix bug #875
7294
7295 2005-12-15 [paul]       1.9.100cvs91
7296
7297         * src/gtk/filesel.c
7298                 fix attach_load_dir getting set to
7299                 PLUGINDIR on plugin load
7300
7301 2005-12-14 [mones]      1.9.100cvs90
7302
7303         * manual/ack.xml
7304         * manual/keyboard.xml
7305                 Initial draft and some shortcuts added
7306                 
7307         * po/es.po
7308                 Updated translation
7309
7310 2005-12-14 [colin]      1.9.100cvs89
7311
7312         * src/compose.c
7313         * src/imap.c
7314         * src/summaryview.c
7315         * src/gtk/gtkaspell.c
7316                 More leaks fixed
7317         * src/prefs_folder_item.c
7318                 Fix recursive prefs apply
7319
7320
7321 2005-12-14 [colin]      1.9.100cvs88
7322
7323         * src/compose.c
7324                 Fix bug #875 (Freeze On Inline Forward of 
7325                 Large Message)
7326
7327 2005-12-13 [colin]      1.9.100cvs87
7328
7329         * src/compose.c
7330                 Uniq-ify and sort the mimetypes list
7331                 Patch by Fabien Vantard
7332
7333 2005-12-13 [colin]      1.9.100cvs86
7334
7335         * src/imap.c
7336         * src/etpan/imap-thread.c
7337                 Fix leaks (patch by Hoa)
7338         * src/news.c
7339         * src/common/plugin.c
7340                 Fix leaks
7341
7342 2005-12-12 [colin]
7343
7344         * 2.0.0-rc2 released
7345
7346 2005-12-12 [colin]      1.9.100cvs85
7347
7348         * src/matcher.c
7349                 Fix a leak
7350
7351 2005-12-12 [wwp]        1.9.100cvs84
7352
7353         * src/gtk/icon_legend.c
7354                 fix misbehaviour and crash when closing the legend window
7355         using the Esc key (patch by Fabien Vantard).
7356
7357 2005-12-12 [paul]       1.9.100cvs83
7358
7359         * src/browseldap.c
7360         * src/foldersel.c
7361         * src/prefs_actions.c
7362         * src/prefs_filtering.c
7363         * src/prefs_matcher.c
7364         * src/prefs_spelling.glade      ** REMOVED **
7365         * src/prefs_template.c
7366         * src/gtk/foldersort.glade      ** REMOVED **
7367         * src/gtk/pluginwindow.c
7368         * src/gtk/pluginwindow.glade    ** REMOVED **
7369         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7370                 cleanups
7371
7372 2005-12-11 [paul]       1.9.100cvs82
7373
7374         * src/gtk/filesel.c
7375                 fix attach_load_dir crasher (double free)
7376
7377 2005-12-09 [paul]       1.9.100cvs81
7378
7379         * po/POTFILES.in
7380         * src/mainwindow.c
7381         * src/gtk/Makefile.am
7382         * src/gtk/icon_legend.c
7383         * src/gtk/icon_legend.h
7384                 add icon legend
7385         * src/manual.c
7386                 cleanup
7387
7388 2005-12-09 [paul]       1.9.100cvs80
7389
7390         * src/plugins/pgpcore/passphrase.c
7391                 wrap the label in the dialog
7392
7393 2005-12-09 [colin]      1.9.100cvs79
7394
7395         * src/plugins/pgpcore/sgpgme.c
7396                 Display (untrusted) on not trusted signatures
7397                 Patch by Michal Èihaø <michal@cihar.com>
7398                 Closes bug #867 (Report also key trust)
7399
7400 2005-12-09 [colin]      1.9.100cvs78
7401
7402         * src/common/plugin.c
7403                 Update licence check, following Eben Moglen's advice
7404
7405 2005-12-08 [colin]      1.9.100cvs77
7406
7407         * src/folder.c
7408                 Fix the occasionnal item->cache != NULL 
7409                 assertion failure. 
7410
7411 2005-12-08 [colin]      1.9.100cvs76
7412
7413         * src/mimeview.c
7414         * src/plugins/pgpcore/sgpgme.c
7415                 Print key id when unable to check it
7416                 Closes bug #866 (Show key id when missing)
7417
7418 2005-12-08 [paul]       1.9.100cvs75
7419
7420         * src/prefs_common.c
7421         * src/prefs_common.h
7422         * src/gtk/filesel.c
7423                 remember load attachment dir
7424
7425 2005-12-07 [colin]      1.9.100cvs74
7426
7427         * src/prefs_toolbar.c
7428                 Gtk fixes, patch by Fabien Vantard
7429
7430 2005-12-07 [colin]      1.9.100cvs73
7431
7432         * src/action.c
7433         * src/compose.c
7434         * src/compose.h
7435                 Fix bug #839 (Quoted text isn't colored after 
7436                 executing an action)
7437         * src/common/plugin.c
7438                 Require plugins to declare their licence in plugin_licence()
7439                 Refuse to load non-GPL plugins as they'd be illegal (as 
7440                 derived works of Sylpheed-Claws, they must be GPL).
7441         * src/plugins/clamav/clamav_plugin.c
7442         * src/plugins/demo/demo.c
7443         * src/plugins/dillo_viewer/dillo_viewer.c
7444         * src/plugins/pgpcore/plugin.c
7445         * src/plugins/pgpinline/plugin.c
7446         * src/plugins/pgpmime/plugin.c
7447         * src/plugins/spamassassin/spamassassin.c
7448         * src/plugins/trayicon/trayicon.c
7449                 Add plugin_licence()
7450
7451 2005-12-07 [paul]       1.9.100cvs72
7452
7453         * configure.ac
7454         * src/mainwindow.c
7455         * src/manual.c
7456         * src/manual.h
7457         * src/common/defs.h
7458                 clean up after local FAQ removal and
7459                 temporary manual removal
7460
7461 2005-12-06 [colin]      1.9.100cvs71
7462
7463         * configure.ac
7464         * doc/Makefile.am
7465         * doc/faq/.cvsignore
7466         * doc/faq/Makefile.am
7467         * doc/faq/de/.cvsignore
7468         * doc/faq/de/Makefile.am
7469         * doc/faq/de/sylpheed-faq-1.html
7470         * doc/faq/de/sylpheed-faq-2.html
7471         * doc/faq/de/sylpheed-faq-3.html
7472         * doc/faq/de/sylpheed-faq.html
7473         * doc/faq/en/.cvsignore
7474         * doc/faq/en/Makefile.am
7475         * doc/faq/en/sylpheed-faq-1.html
7476         * doc/faq/en/sylpheed-faq-2.html
7477         * doc/faq/en/sylpheed-faq-3.html
7478         * doc/faq/en/sylpheed-faq-4.html
7479         * doc/faq/en/sylpheed-faq.html
7480         * doc/faq/es/.cvsignore
7481         * doc/faq/es/Makefile.am
7482         * doc/faq/es/sylpheed-faq-1.html
7483         * doc/faq/es/sylpheed-faq-2.html
7484         * doc/faq/es/sylpheed-faq-3.html
7485         * doc/faq/es/sylpheed-faq-4.html
7486         * doc/faq/es/sylpheed-faq.html
7487         * doc/faq/fr/.cvsignore
7488         * doc/faq/fr/Makefile.am
7489         * doc/faq/fr/sylpheed-faq-1.html
7490         * doc/faq/fr/sylpheed-faq-2.html
7491         * doc/faq/fr/sylpheed-faq-3.html
7492         * doc/faq/fr/sylpheed-faq.html
7493         * doc/faq/it/.cvsignore
7494         * doc/faq/it/Makefile.am
7495         * doc/faq/it/sylpheed-faq-1.html
7496         * doc/faq/it/sylpheed-faq-2.html
7497         * doc/faq/it/sylpheed-faq-3.html
7498         * doc/faq/it/sylpheed-faq.html
7499         * doc/manual/.cvsignore
7500         * doc/manual/Makefile.am
7501         * doc/manual/de/.cvsignore
7502         * doc/manual/de/Makefile.am
7503         * doc/manual/de/sylpheed-1.html
7504         * doc/manual/de/sylpheed-10.html
7505         * doc/manual/de/sylpheed-11.html
7506         * doc/manual/de/sylpheed-12.html
7507         * doc/manual/de/sylpheed-13.html
7508         * doc/manual/de/sylpheed-14.html
7509         * doc/manual/de/sylpheed-15.html
7510         * doc/manual/de/sylpheed-16.html
7511         * doc/manual/de/sylpheed-17.html
7512         * doc/manual/de/sylpheed-18.html
7513         * doc/manual/de/sylpheed-19.html
7514         * doc/manual/de/sylpheed-2.html
7515         * doc/manual/de/sylpheed-20.html
7516         * doc/manual/de/sylpheed-3.html
7517         * doc/manual/de/sylpheed-4.html
7518         * doc/manual/de/sylpheed-5.html
7519         * doc/manual/de/sylpheed-6.html
7520         * doc/manual/de/sylpheed-7.html
7521         * doc/manual/de/sylpheed-8.html
7522         * doc/manual/de/sylpheed-9.html
7523         * doc/manual/de/sylpheed.html
7524         * doc/manual/en/.cvsignore
7525         * doc/manual/en/Makefile.am
7526         * doc/manual/en/sylpheed-1.html
7527         * doc/manual/en/sylpheed-10.html
7528         * doc/manual/en/sylpheed-11.html
7529         * doc/manual/en/sylpheed-12.html
7530         * doc/manual/en/sylpheed-13.html
7531         * doc/manual/en/sylpheed-14.html
7532         * doc/manual/en/sylpheed-15.html
7533         * doc/manual/en/sylpheed-16.html
7534         * doc/manual/en/sylpheed-17.html
7535         * doc/manual/en/sylpheed-18.html
7536         * doc/manual/en/sylpheed-19.html
7537         * doc/manual/en/sylpheed-2.html
7538         * doc/manual/en/sylpheed-20.html
7539         * doc/manual/en/sylpheed-21.html
7540         * doc/manual/en/sylpheed-22.html
7541         * doc/manual/en/sylpheed-3.html
7542         * doc/manual/en/sylpheed-4.html
7543         * doc/manual/en/sylpheed-5.html
7544         * doc/manual/en/sylpheed-6.html
7545         * doc/manual/en/sylpheed-7.html
7546         * doc/manual/en/sylpheed-8.html
7547         * doc/manual/en/sylpheed-9.html
7548         * doc/manual/en/sylpheed.html
7549         * doc/manual/es/.cvsignore
7550         * doc/manual/es/Makefile.am
7551         * doc/manual/es/sylpheed-1.html
7552         * doc/manual/es/sylpheed-10.html
7553         * doc/manual/es/sylpheed-11.html
7554         * doc/manual/es/sylpheed-12.html
7555         * doc/manual/es/sylpheed-13.html
7556         * doc/manual/es/sylpheed-14.html
7557         * doc/manual/es/sylpheed-15.html
7558         * doc/manual/es/sylpheed-16.html
7559         * doc/manual/es/sylpheed-17.html
7560         * doc/manual/es/sylpheed-18.html
7561         * doc/manual/es/sylpheed-19.html
7562         * doc/manual/es/sylpheed-2.html
7563         * doc/manual/es/sylpheed-20.html
7564         * doc/manual/es/sylpheed-3.html
7565         * doc/manual/es/sylpheed-4.html
7566         * doc/manual/es/sylpheed-5.html
7567         * doc/manual/es/sylpheed-6.html
7568         * doc/manual/es/sylpheed-7.html
7569         * doc/manual/es/sylpheed-8.html
7570         * doc/manual/es/sylpheed-9.html
7571         * doc/manual/es/sylpheed.html
7572         * doc/manual/fr/.cvsignore
7573         * doc/manual/fr/Makefile.am
7574         * doc/manual/fr/sylpheed-1.html
7575         * doc/manual/fr/sylpheed-10.html
7576         * doc/manual/fr/sylpheed-11.html
7577         * doc/manual/fr/sylpheed-12.html
7578         * doc/manual/fr/sylpheed-13.html
7579         * doc/manual/fr/sylpheed-14.html
7580         * doc/manual/fr/sylpheed-15.html
7581         * doc/manual/fr/sylpheed-16.html
7582         * doc/manual/fr/sylpheed-17.html
7583         * doc/manual/fr/sylpheed-18.html
7584         * doc/manual/fr/sylpheed-19.html
7585         * doc/manual/fr/sylpheed-2.html
7586         * doc/manual/fr/sylpheed-20.html
7587         * doc/manual/fr/sylpheed-3.html
7588         * doc/manual/fr/sylpheed-4.html
7589         * doc/manual/fr/sylpheed-5.html
7590         * doc/manual/fr/sylpheed-6.html
7591         * doc/manual/fr/sylpheed-7.html
7592         * doc/manual/fr/sylpheed-8.html
7593         * doc/manual/fr/sylpheed-9.html
7594         * doc/manual/fr/sylpheed.html
7595         * doc/manual/ja/.cvsignore
7596         * doc/manual/ja/Makefile.am
7597         * doc/manual/ja/sylpheed-1.html
7598         * doc/manual/ja/sylpheed-10.html
7599         * doc/manual/ja/sylpheed-11.html
7600         * doc/manual/ja/sylpheed-12.html
7601         * doc/manual/ja/sylpheed-13.html
7602         * doc/manual/ja/sylpheed-14.html
7603         * doc/manual/ja/sylpheed-15.html
7604         * doc/manual/ja/sylpheed-16.html
7605         * doc/manual/ja/sylpheed-17.html
7606         * doc/manual/ja/sylpheed-18.html
7607         * doc/manual/ja/sylpheed-19.html
7608         * doc/manual/ja/sylpheed-2.html
7609         * doc/manual/ja/sylpheed-20.html
7610         * doc/manual/ja/sylpheed-3.html
7611         * doc/manual/ja/sylpheed-4.html
7612         * doc/manual/ja/sylpheed-5.html
7613         * doc/manual/ja/sylpheed-6.html
7614         * doc/manual/ja/sylpheed-7.html
7615         * doc/manual/ja/sylpheed-8.html
7616         * doc/manual/ja/sylpheed-9.html
7617         * doc/manual/ja/sylpheed.html
7618         * doc/manual/ja/sylpheed.sgml
7619         * src/mainwindow.c
7620                 Remove outdated manual and faq. Noisy, eh?
7621
7622 2005-12-06 [colin]      1.9.100cvs70
7623
7624         * src/compose.c
7625         * src/quote_fmt_parse.y
7626         * src/undo.c
7627         * src/undo.h
7628                 Allow %X to position cursor at 0 
7629                 (no %X = before signature)
7630                 Fix paste as quotation putting the cursor at 0
7631                 Fix undo offsets when pasting
7632                 Insert the quote_fmt at once instead of line 
7633                 by line
7634                 Fix [Edited] when starting to reply/forward
7635
7636 2005-12-06 [paul]       1.9.100cvs69
7637
7638         * src/plugins/clamav/clamav_plugin_gtk.c
7639                 add another tooltip
7640         * src/plugins/spamassassin/spamassassin_gtk.c
7641                 rework spamassassin_create_widget_func()
7642
7643 2005-12-05 [colin]      1.9.100cvs68
7644
7645         * po/POTFILES.in
7646                 Fix make release ;-)
7647
7648 2005-12-05 [colin]      1.9.100cvs67
7649
7650         * src/compose.c
7651         * src/compose.h
7652                 Fix cursor positioning (not obeying %X)
7653
7654 2005-12-05 [paul]       1.9.100cvs66
7655
7656         * src/plugins/dillo_viewer/dillo_prefs.c
7657                 fix compilation warning
7658
7659 2005-12-05 [paul]       1.9.100cvs65
7660
7661         * src/prefs_spelling.c
7662         * src/plugins/trayicon/trayicon.c
7663                 cleanups - remove unused stuff
7664
7665 2005-12-05 [paul]       1.9.100cvs64
7666
7667         * README
7668         * manual/plugins.xml
7669                 remove info about removed mathml_viewer plugin
7670
7671 2005-12-05 [paul]       1.9.100cvs63
7672
7673         * configure.ac
7674         * src/plugins/Makefile.am
7675         * src/plugins/mathml_viewer/.cvsignore
7676         * src/plugins/mathml_viewer/Makefile.am
7677         * src/plugins/mathml_viewer/mathml_viewer.c
7678                 remove unmaintained mathml_viewer plugin
7679
7680 2005-12-05 [paul]       1.9.100cvs62
7681
7682         * src/summaryview.c
7683                 obey prefs_common.always_show_msg when
7684                 moving a msg
7685                 Thanks to Colin
7686
7687 2005-12-05 [paul]       1.9.100cvs61
7688
7689         * src/compose.c
7690         * src/prefs_account.c
7691         * src/prefs_filtering.c
7692         * src/prefs_quote.c
7693         * src/prefs_spelling.c
7694         * src/prefs_toolbar.c
7695         * src/summaryview.c
7696         * src/gtk/gtkutils.c
7697         * src/gtk/quicksearch.c
7698         * src/plugins/dillo_viewer/dillo_prefs.c
7699                 dialog cleanups
7700
7701 2005-12-04 [paul]       1.9.100cvs60
7702
7703         * src/inc.c
7704         * src/prefs_account.c
7705         * src/prefs_account.h
7706                 allow a Local account to specify a
7707                 default inbox
7708                 (closes bug 843 'Inbox cannot be changed for local
7709                  mailboxes')
7710
7711 2005-12-04 [colin]      1.9.100cvs59
7712
7713         * src/plugins/trayicon/trayicon.c
7714                 Remove Get, rename Get All to Get Mail in order to
7715                 be consistent with the default main toolbar
7716
7717 2005-12-03 [colin]      1.9.100cvs58
7718
7719         * manual/gpl.xml
7720         * manual/sylpheed-claws-manual.xml
7721                 Add GPL appendix
7722
7723 2005-12-03 [paul]       1.9.100cvs57
7724
7725         * AUTHORS
7726         * po/sv.po
7727         * src/gtk/authors.h
7728                 new (partially complete) Swedish translation
7729                 by Anders Troback <sylpheed@troback.com>
7730
7731 2005-12-02 [paul]       1.9.100cvs56
7732
7733         * configure.ac
7734                 libetpan 0.41 required
7735
7736 2005-12-02 [paul]       1.9.100cvs55
7737
7738         * src/plugins/clamav/clamav_plugin.c
7739         * src/plugins/clamav/clamav_plugin.h
7740         * src/plugins/clamav/clamav_plugin_gtk.c
7741         * src/plugins/spamassassin/spamassassin.c
7742         * src/plugins/spamassassin/spamassassin.h
7743         * src/plugins/spamassassin/spamassassin_gtk.c
7744                 unregister prefs pages on unloading, thus
7745                 preventing a crash
7746                 (thanks to Colin for the hint)
7747
7748 2005-12-02 [wwp]        1.9.100cvs54
7749
7750         * src/quote_fmt.h
7751         * src/quote_fmt_parse.y
7752                 fix misuse of gboolean*, use gboolean instead
7753                 (thanks to Paul, Colin, for pointing out that scaring one)
7754
7755 2005-12-02 [paul]       1.9.100cvs53
7756
7757         * src/plugins/clamav/clamav_plugin.c
7758                 int no --> unsigned int no
7759         * src/plugins/clamav/clamav_plugin_gtk.c
7760                 rework config page
7761
7762 2005-12-02 [wwp]        1.9.100cvs52
7763
7764         * src/compose.c
7765         * src/prefs_template.c
7766         * src/quote_fmt.h
7767         * src/quote_fmt_parse.y
7768                 prevent from executing |f and |p templates commands when
7769                 adding or replacing templates in prefs (avoids annoying and
7770                 potentially dangerous behaviours)
7771
7772 2005-12-02 [paul]       1.9.100cvs51
7773
7774         * src/prefs_common.c
7775                 allow translation of some default values
7776                 Patch by Fabien Vantard
7777
7778 2005-12-02 [paul]       1.9.100cvs50
7779
7780         * src/codeconv.c
7781         * src/codeconv.h
7782         * src/prefs_common.c
7783         * src/prefs_common.h
7784         * src/prefs_message.c
7785         * src/textview.c
7786                 remove obsolete 'convert_mb_alnum' option
7787                 and related stuff
7788         * src/gtk/about.c
7789                 remove unused 'about_textview_visibility_notify'
7790
7791 2005-12-02 [paul]       1.9.100cvs49
7792
7793         * src/prefs_account.c
7794         * src/prefs_compose_writing.c
7795         * src/prefs_fonts.c
7796         * src/prefs_gtk.h
7797         * src/prefs_image_viewer.c
7798         * src/prefs_message.c
7799         * src/prefs_other.c
7800         * src/prefs_receive.c
7801         * src/prefs_send.c
7802         * src/prefs_spelling.c
7803         * src/prefs_summaries.c
7804         * src/prefs_wrapping.c
7805         * src/plugins/dillo_viewer/dillo_prefs.c
7806         * src/plugins/pgpcore/prefs_gpg.c
7807                 several cleanups to the prefs dialogs
7808                 (slightly modified) patch by Fabien Vantard
7809
7810 2005-12-02 [paul]       1.9.100cvs48
7811
7812         * src/main.c
7813                 --exit means exit
7814         * src/send_message.c
7815                 fix crash on send when connection fails
7816
7817         Thanks to Colin
7818
7819 2005-12-01 [colin]      1.9.100cvs47
7820
7821         * src/html.c
7822                 Translate &hellip; to "..."
7823
7824 2005-11-30 [colin]      1.9.100cvs46
7825
7826         * src/matcher.c
7827         * src/matcher.h
7828                 Optimize back yesterday's fix.
7829
7830 2005-11-30 [paul]       1.9.100cvs45
7831
7832         * manual/faq.xml
7833                 standardised
7834         * manual/intro.xml
7835                 written by Colin, edited by me
7836
7837 2005-11-29 [colin]      1.9.100cvs44
7838
7839         * src/matcher.c
7840                 Skip headers unconditionnaly in match_body if the
7841                 rule is not message or ~message
7842
7843 2005-11-29 [colin]      1.9.100cvs43
7844
7845         * src/matcher.c
7846                 Fix body_part and such, not skipping headers 
7847                 if the matchcriteria wasn't the first in the rule
7848
7849 2005-11-29 [colin]      1.9.100cvs42
7850
7851         * src/compose.c
7852                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7853                 option missing from message view window)
7854                 Fix double text D'n'D with gtk-2.8
7855         * src/matcher.c
7856                 Fix ~message, ~headers_part, ~body_part rules
7857         * src/messageview.c
7858                 Add Windows-1252 (Closes bug #863)
7859                 Fix accels
7860         * src/gtk/gtkaspell.c
7861                 Properly destroy accels in all menus
7862
7863 2005-11-29 [mones]      1.9.100cvs41
7864
7865         * po/es.po
7866                 Updated.
7867
7868 2005-11-27 [colin]      1.9.100cvs40
7869
7870         * src/mh_gtk.c
7871                 "/Remove mailbox" -> "/Remove mailbox..."
7872
7873 2005-11-27 [paul]       1.9.100cvs39
7874
7875         * AUTHORS
7876         * po/de.po
7877         * src/gtk/authors.h
7878                 updated by new maintainer, Stephan Sachse
7879
7880 2005-11-27 [paul]       1.9.100cvs38
7881
7882         * manual/faq.xml
7883                 written by Colin, edited by me
7884
7885 2005-11-27 [paul]       1.9.100cvs37
7886
7887         * src/prefs_common.c
7888         * src/prefs_common.h
7889         * src/prefs_receive.c
7890         * src/prefs_summaries.c
7891                 move 'go to inbox after receiving new mail'
7892                 option from display/sumamaries to mail
7893                 handling/receive, and rework prefs_summaries
7894                 dialog a little
7895
7896 2005-11-25 [martin]     1.9.100cvs36
7897
7898         * po/de.po
7899             fixed windows-1252 translation;
7900             translated some new and fuzzy strings
7901
7902 2005-11-25 [paul]       1.9.100cvs35
7903
7904         * src/plugins/clamav/clamav_plugin.c
7905                 complete the update done in cvs34
7906
7907 2005-11-25 [paul]       1.9.100cvs34
7908
7909         * src/plugins/clamav/clamav_plugin.c
7910                 reflect upstream changes
7911
7912 2005-11-25 [paul]       1.9.100cvs33
7913
7914         * manual/ack.xml
7915         * manual/plugins.xml
7916         * manual/sylpheed-claws-manual.xml
7917                 written/updated by Colin, edited by me
7918         * tools/acroread2sylpheed.pl
7919                 update binary name
7920
7921 2005-11-24 [colin]      1.9.100cvs32
7922
7923         * src/compose.c
7924                 Fix bug #856 (reediting messages forgets Request
7925                 Return Receipt)
7926
7927 2005-11-24 [paul]       1.9.100cvs31
7928
7929         * manual/addrbook.xml
7930         * manual/starting.xml
7931                 written by Colin, proofread, edited, adapted by me
7932         * manual/advanced.xml
7933                 add some Actions examples
7934         * src/importldif.c
7935                 use a Save button instead of a Close button
7936         * src/wizard.c
7937                 indicate mandatory fields
7938                 fix page display
7939                 Thanks to Colin
7940
7941 2005-11-23 [colin]      1.9.100cvs30
7942
7943         * src/addressbook.c
7944                 Rename menu item, fix possible crash after
7945                 deletion of books
7946         * src/addrindex.c
7947                 Allow searching for '*' in ldap
7948         * src/browseldap.c
7949                 Fix "Browse Entry" (did anyone use it?)
7950         * src/wizard.c
7951                 Add guards for mandatory information
7952
7953 2005-11-23 [paul]       1.9.100cvs29
7954
7955         * manual/advanced.xml
7956                 corrections to the English
7957
7958 2005-11-23 [colin]      1.9.100cvs28
7959
7960         * src/mimeview.c
7961                 Fix possible crash at exit. After the call to
7962                 gtk_container_remove(), the Viewer's widget has no
7963                 more parent so gtk+ automatically frees it and its
7964                 sons. If destroy_viewer() then try to access it,
7965                 problems ensue.
7966
7967 2005-11-22 [colin]      1.9.100cvs27
7968
7969         * src/compose.c
7970         * src/gtk/gtkaspell.c
7971                 Fix right-clicking on a misspelled word
7972                 Fix More... in suggestions menu
7973
7974 2005-11-22 [wwp]        1.9.100cvs26
7975
7976         * src/prefs_template.c
7977                 templates works: re-sort templates list when adding or replacing,
7978                 prevent from adding or replacing when the template name is empty
7979
7980 2005-11-21 [colin]      1.9.100cvs25
7981
7982         * src/addressbook.c
7983                 Fix some addressbook suckage (dnd, select all)
7984         * src/compose.c
7985         * src/gtk/gtkaspell.c
7986         * src/gtk/gtkaspell.h
7987                 Make the spellchecker menu work with the 
7988                 GtkTextView one instead of overriding it
7989
7990 2005-11-20 [paul]       1.9.100cvs24
7991
7992         * manual/handling.xml
7993                 proofread and corrected
7994
7995 2005-11-20 [paul]       1.9.100cvs23
7996
7997         * manual/Makefile
7998                 generate html as one file
7999         * manual/advanced.xml
8000                 fix output generation
8001                 reformat hidden options list
8002         * manual/manual.xml     ** REMOVED **
8003         * manual/sylpheed-claws-manual.xml      ** ADDED **
8004                 renamed
8005
8006 2005-11-18 [colin]      1.9.100cvs22
8007
8008         * src/prefs_account.c
8009                 Fix layout in news and mbox accounts
8010         * manual/account.xml
8011         * manual/advanced.xml
8012                 New contents for Paul to check :)
8013
8014 2005-11-18 [wwp]        1.9.100cvs21
8015
8016         * src/gtk/quicksearch.c
8017                 don't update extended quicksearch buttons twice
8018
8019 2005-11-18 [paul]       1.9.100cvs20
8020
8021         * src/textview.c
8022                 complete 1.9.100cvs19
8023
8024 2005-11-18 [paul]       1.9.100cvs19
8025
8026         * src/compose.c
8027                 cosmetic improvements
8028         * src/textview.c
8029                 also list text/* attachments
8030
8031 2005-11-18 [colin]      1.9.100cvs18
8032
8033         * src/summaryview.c
8034                 Use column 0 instead of -1 in 
8035                 gtk_ctree_node_moveto, in a naive
8036                 hope it'll fix the gtk-related crashes
8037
8038 2005-11-18 [colin]      1.9.100cvs17
8039
8040         * src/gtk/inputdialog.c
8041                 Fix icon staying the first one
8042
8043 2005-11-17 [wwp]        1.9.100cvs16
8044                 fix possible problem showing some quicksearch buttons, and a bad
8045                 call to g_return_if_fail in a function that returns a value (both
8046                 fixes by Fabien Vantard)
8047
8048 2005-11-15 [wwp]        1.9.100cvs15
8049
8050         * src/gtk/quicksearch.c
8051                 added a tooltip to that obscure ... quicksearch button
8052
8053 2005-11-15 [wwp]        1.9.100cvs14
8054
8055         * src/gtk/quicksearch.c
8056                 add a quicksearch helper to filtering expression users: the ... button
8057                 raises the condition expr window. condition expressions set up w/ this
8058                 window are used by the quicksearch if the user closes it pressing OK.
8059
8060 2005-11-14 [paul]       1.9.100cvs13
8061
8062         * src/plugins/clamav/clamav_plugin.c
8063         * src/plugins/spamassassin/spamassassin.c
8064                 change plugin type following recent merging
8065
8066 2005-11-14 [wwp]        1.9.100cvs12
8067
8068         * src/folder.c
8069                 prevent from crashing when copying/moving message(s) from and
8070                 to the same folder
8071
8072 2005-11-14 [paul]       1.9.100cvs11
8073
8074         * src/plugins/clamav/Makefile.am
8075         * src/plugins/clamav/clamav_plugin.c
8076         * src/plugins/clamav/clamav_plugin.h
8077         * src/plugins/clamav/clamav_plugin_gtk.c
8078                 also merge clamav and clamav_gtk plugins
8079
8080 2005-11-13 [colin]      1.9.100cvs10
8081
8082         * configure.ac
8083         * src/plugins/spamassassin/Makefile.am
8084         * src/plugins/spamassassin/spamassassin.c
8085         * src/plugins/spamassassin/spamassassin.h
8086         * src/plugins/spamassassin/spamassassin_gtk.c
8087                 Merge spamassassin and spamassassin_gtk plugins,
8088                 and build it by default.
8089
8090 2005-11-12 [colin]      1.9.100cvs9
8091
8092         * src/etpan/imap-thread.c
8093                 Fix gcc warning
8094
8095 2005-11-12 [colin]      1.9.100cvs8
8096
8097         * src/procmime.c
8098                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8099
8100 2005-11-10 [colin]      1.9.100cvs7
8101
8102         * src/main.c
8103                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8104                 minimised state)
8105
8106 2005-11-10 [wwp]        1.9.100cvs6
8107
8108         * src/gtk/description_window.c
8109                 fix a crash when closing description windows using the WM's [X] button
8110
8111 2005-11-09 [colin]      1.9.100cvs5
8112
8113         * src/common/ssl.c
8114                 Update libetpan call to follow upstream
8115                 (yes, this requires libetpan-0.40cvs3)
8116
8117 2005-11-08 [colin]      1.9.100cvs4
8118
8119         * src/compose.c
8120         * src/textview.c
8121         * src/common/utils.c
8122         * src/common/utils.h
8123                 Enhance the email parser
8124
8125 2005-11-08 [colin]      1.9.100cvs3
8126
8127         * src/procmime.c
8128                 Fix what looks like an off-by-one (fixes 
8129                 attachments from the Bat)
8130
8131 2005-11-08 [wwp]        1.9.100cvs2
8132
8133         * src/main.c
8134                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8135
8136 2005-11-08 [wwp]        1.9.100cvs1
8137
8138         * src/main.c
8139                 allow exiting Sylpheed-Claws from command-line
8140
8141 2005-11-08 [paul]       1.9.100
8142
8143         1.9.100 released
8144
8145 2005-11-07 [colin]      1.9.99cvs17
8146
8147         * src/addritem.c
8148         * src/ldif.c
8149                 Fix import of base-64 encoded items
8150
8151 2005-11-07 [colin]      1.9.99cvs16
8152
8153         * src/send_message.c
8154                 Fix bug #314 (Queue does not empty under certain 
8155                 circumstances)
8156
8157 2005-11-07 [paul]       1.9.99cvs15
8158
8159         * src/mutt.c
8160         * src/pine.c
8161                 fix buffer overflows
8162                 Thanks to Colin
8163
8164 2005-11-07 [paul]       1.9.99cvs14
8165
8166         * doc/man/Makefile.am
8167         * doc/man/sylpheed-claws.1      ** ADDED **
8168         * doc/man/sylpheed.1            ** DELETED **
8169                 rename and update the man file
8170
8171 2005-11-06 [colin]      1.9.99cvs13
8172
8173         * src/ldif.c
8174                 Fix ldif_get_line() that returned empty strings
8175                 (Didn't understand why). Also fix a possible
8176                 buffer overflow.
8177
8178 2005-11-06 [wwp]        1.9.99cvs12
8179
8180         * src/textview.c
8181         * src/gtk/about.c
8182         * src/gtk/gtkutils.c
8183         * src/gtk/gtkutils.h
8184                 fix a compilation warning,
8185                 make links sensitive in the about dialog
8186
8187 2005-11-04 [wwp]        1.9.99cvs11
8188
8189         * src/gtk/about.c
8190                 don't wrap or translate URIs, and a bit text format cleanup
8191
8192 2005-11-04 [wwp]        1.9.99cvs10
8193
8194         * src/gtk/about.c
8195                 better textview tagging implementation (no more use of marks for
8196                 postponed tagging)
8197
8198 2005-11-02 [colin]      1.9.99cvs9
8199
8200         * src/common/ssl.c
8201                 Forgot an ifdef
8202
8203 2005-11-02 [colin]      1.9.99cvs8
8204
8205         * configure.ac
8206                 Require libetpan-0.40 due to upstream fix
8207         * src/common/ssl.c
8208                 Tell libetpan not to call SSL_Library_Init,
8209                 as we do it ourselves.
8210
8211 2005-11-02 [colin]      1.9.99cvs7
8212
8213         * po/POTFILES.in
8214                 Add missing files (thanks to Fabien Vantard)
8215
8216 2005-11-02 [colin]      1.9.99cvs6
8217
8218         * src/summaryview.c
8219                 Fix totals when read messages are hidden or quicksearch
8220                 is on
8221         * src/ssl_manager.c
8222         * src/ssl_manager.h
8223         * src/common/ssl_certificate.c
8224         * src/common/ssl_certificate.h
8225         * src/gtk/sslcertwindow.c
8226         * src/gtk/sslcertwindow.h
8227                 Fix copyright on my stuff
8228
8229 2005-11-02 [wwp]        1.9.99cvs5
8230
8231         * src/prefs_themes.c
8232                 fix directory name checking (theme installation/removal),
8233                 made related error a bit more verbose
8234
8235 2005-11-02 [colin]      1.9.99cvs4
8236
8237         * src/summaryview.c
8238                 Fix typo (probably fixes bug #841 (Sort by the From 
8239                 field doesn't work)
8240
8241 2005-11-02 [paul]       1.9.99cvs3
8242
8243         * po/ko.po
8244         * po/nb.po
8245                 updated by SungHyun Nam, Geir Helland
8246         * src/wizard.c
8247                 fix typo in welcome message. spotted by
8248                 Andrea Spadaccini
8249
8250 2005-11-01 [colin]      1.9.99cvs2
8251
8252         * src/compose.c
8253                 Fix replying to ml wen confirming subscription
8254         * src/messageview.c
8255         * src/mimeview.c
8256         * src/mimeview.h
8257         * src/privacy.h
8258         * src/summaryview.c
8259                 Make key check non blocking
8260
8261 2005-10-31 [paul]       1.9.99cvs1
8262
8263         * tools/claws.i18n.status.pl
8264                 updated for ChangeLog
8265
8266 2005-10-31 [paul]       1.9.99
8267
8268         1.9.99 released
8269
8270 2005-10-31 [paul]       1.9.15cvs131
8271
8272         * .cvsignore
8273         * ChangeLog
8274         * ChangeLog.claws       ** REMOVED **
8275         * ChangeLog-gtk2.claws  ** REMOVED **
8276         * ChangeLog.gtk1        ** ADDED **
8277         * INSTALL
8278         * Makefile.am
8279         * NEWS
8280         * README
8281         * README.claws          ** REMOVED **
8282         * README.jp             ** REMOVED **
8283         * RELEASE_NOTES         ** ADDED **
8284         * RELEASE_NOTES.claws   ** REMOVED **
8285         * commitHelper
8286         * configure.ac
8287         * sylpheed.spec.in      ** REMOVED **
8288                 tidy up and update the default docs:
8289                 ChangeLog.claws is renamed ChangeLog.gtk1
8290                 ChangeLog-gtk2.claws is renamed ChangeLog
8291                 README.claws is renamed README
8292                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8293
8294 2005-10-31 [paul]       1.9.15cvs130
8295
8296         * po/it.po
8297                 fix errors
8298
8299 2005-10-31 [paul]       1.9.15cvs129
8300
8301         * po/ca.po
8302         * po/de.po
8303         * po/en_GB.po
8304         * po/fr.po
8305         * po/it.po
8306         * po/pt_BR.po
8307         * po/sk.po
8308         * po/sr.po
8309         * po/zh_CN.po
8310                 updated by Miquel Oliete, Stephan Sachse and
8311                 Thomas Gilgin, me, Fabien Vantard, Andrea
8312                 Spadaccini, Frederico Goncalves Guimaraes,
8313                 Andrej Kacian, Aleksandar Urosevic, and
8314                 Ralgh Young.
8315
8316 2005-10-31 [mones]      1.9.15cvs128
8317
8318         * manual/faq.xml
8319                 More questions.
8320         
8321         * po/es.po
8322                 Updated for release.
8323
8324 2005-10-30 [colin]      1.9.15cvs127
8325
8326         * src/compose.c
8327                 Place cursor before rewrapping (fixes cursor
8328                 pos if quotation gets rewrapped)
8329
8330 2005-10-29 [paul]       1.9.15cvs126
8331
8332         * src/crash.c
8333         * src/foldersel.c
8334         * src/main.c
8335         * src/messageview.c
8336         * src/toolbar.c
8337         * src/gtk/authors.h
8338                 corrections to text items
8339
8340 2005-10-28 [colin]      1.9.15cvs125
8341
8342         * src/messageview.c
8343                 Make "hit 'C' to check sig" work from extern 
8344                 messageviews
8345
8346 2005-10-27 [colin]      1.9.15cvs124
8347
8348         * src/summaryview.c
8349                 Add a hack to avoid segfaulting when hammering 
8350                 on gtk's events
8351
8352 2005-10-27 [wwp]        1.9.15cvs123
8353
8354         * src/prefs_themes.c
8355                 sort list of themes names in themes prefs
8356
8357 2005-10-27 [paul]       1.9.15cvs122
8358
8359         * src/folder.c
8360         * src/prefs_account.c
8361                 fix building on Solaris
8362                 Patch by Alex Moore
8363
8364 2005-10-27 [wwp]        1.9.15cvs121
8365
8366         * src/summaryview.c
8367         * src/gtk/gtksctree.c
8368                 speed up unselecting messages in summary view (thanks to Colin)
8369
8370 2005-10-27 [paul]       1.9.15cvs120
8371
8372         * src/mainwindow.c
8373                 fix a compilation warning
8374         * src/summaryview.c
8375                 fix updating of 'n items selected' count
8376                 when deselecting
8377
8378 2005-10-27 [martin]     1.9.15cvs119
8379
8380         * src/action.c
8381                 ignore actions with a leading '/' in the action menu name
8382                 fixes a crash on menu creation
8383         * src/prefs_actions.c
8384                 do not allow a leading '/' in the action menu name
8385
8386 2005-10-27 [paul]       1.9.15cvs118
8387
8388         * src/main.c
8389                 fix compilation warning
8390
8391 2005-10-27 [paul]       1.9.15cvs117
8392
8393         * src/procmime.c
8394                 add #if HAVE_LOCALE_H
8395
8396 2005-10-27 [paul]       1.9.15cvs116
8397
8398         * src/plugins/clamav/clamav_plugin.c
8399         * src/plugins/dillo_viewer/dillo_viewer.c
8400         * src/plugins/mathml_viewer/mathml_viewer.c
8401         * src/plugins/pgpcore/plugin.c
8402         * src/plugins/pgpinline/plugin.c
8403         * src/plugins/pgpmime/plugin.c
8404         * src/plugins/spamassassin/spamassassin.c
8405         * src/plugins/trayicon/trayicon.c
8406                 plugin_init() : make error messages more
8407                 informative
8408
8409 2005-10-26 [wwp]        1.9.15cvs115
8410
8411         * src/prefs_matcher.c
8412                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8413
8414 2005-10-26 [wwp]        1.9.15cvs114
8415
8416         * src/procmime.c
8417         * src/gtk/gtksctree.c
8418         * src/plugins/spamassassin/libspamc.c
8419         * src/plugins/spamassassin/spamassassin.c
8420                 fix some compilation warnings more
8421
8422 2005-10-26 [mones]      1.9.15cvs113
8423
8424         * po/es.po
8425                 Updated translation
8426
8427 2005-10-26 [paul]       1.9.15cvs112
8428
8429         * src/prefs_message.c
8430                 give all display_xface stuff the
8431                 #if HAVE_LIBCOMPFACE treatment, thus
8432                 preventing a crash
8433                 (Thanks to Wolfgang Enderlein)
8434
8435 2005-10-26 [colin]      1.9.15cvs111
8436
8437         * src/gedit-print.c
8438                 Fix date format
8439         * src/imap_gtk.c
8440         * src/news_gtk.c
8441                 Remove context menu items that should not be there
8442         * src/jpilot.c
8443                 Fix encoding
8444         * src/main.c
8445         * src/mainwindow.c
8446                 Don't show the mainwindow too soon
8447
8448 2005-10-26 [wwp]        1.9.15cvs110
8449
8450         * src/folder.c
8451         * src/manual.c
8452         * src/summaryview.c
8453                 fix uninitialized pointers in the folder updating hook
8454                 (thanks to Colin)
8455
8456 2005-10-25 [mones]      1.9.15cvs109
8457
8458         * manual/faq.xml
8459                 General information subsection completed. 
8460                 Removed archaic references.
8461                 
8462         * manual/Makefile
8463         * manual/dtd/manual.dsl
8464                 Added customization stylesheet for getting paragraphs
8465                 fully justified in PDF output (as suggested by Colin).
8466
8467 2005-10-25 [colin]      1.9.15cvs108
8468
8469         * src/compose.c
8470                 Fix a second leak
8471
8472 2005-10-25 [colin]      1.9.15cvs107
8473
8474         * src/addrbook.c
8475         * src/addrindex.c
8476                 Fix leak (xml_get_element() allocates memory)
8477         * src/compose.c
8478                 Fix leak + dead code (shame!)
8479         * src/procmime.c
8480                 Fix leak
8481
8482 2005-10-25 [colin]      1.9.15cvs106
8483
8484         * src/mimeview.c
8485                 Fix encoding issue in Save all and in 
8486                 overwrite-confirmation alertpanel
8487
8488 2005-10-25 [colin]      1.9.15cvs105
8489
8490         * src/common/socket.c
8491                 Fix a leak - Thanks to Christopher Aillon
8492                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8493
8494 2005-10-25 [paul]       1.9.15cvs104
8495
8496         * src/wizard.c
8497                 Always guess servers from the right-hand
8498                 email part and guess username from the
8499                 left-hand part. (Thanks to Colin)
8500                 add an X-Face to the welcome message
8501
8502 2005-10-25 [paul]       1.9.15cvs103
8503
8504         * manual/handling.xml
8505                 written by Colin, edited by me
8506
8507 2005-10-25 [wwp]        1.9.15cvs102
8508
8509         * src/folderview.c
8510         * src/grouplistdialog.c
8511         * src/imap.c
8512         * src/noticeview.c
8513                 fix some compilation warnings
8514
8515 2005-10-24 [paul]
8516
8517         1.9.99-rc3 released
8518
8519 2005-10-24 [paul]       1.9.15cvs101
8520
8521         * src/gtk/about.c
8522                 fix window sizing
8523
8524 2005-10-24 [paul]       1.9.15cvs100
8525
8526         * src/pixmaps/offline.xpm
8527         * src/pixmaps/online.xpm
8528                 replace with last default versions
8529
8530 2005-10-24 [colin]      1.9.15cvs99
8531
8532         * src/imap.c
8533                 Fix bug when moving a folder
8534         * src/imap_gtk.c
8535         * src/mh_gtk.c
8536                 "Delete folder" pops up a window, so it 
8537                 should be suffixed with "..."
8538         * src/plugins/pgpcore/sgpgme.c
8539                 Include locale.h
8540
8541 2005-10-24 [mones]      1.9.15cvs98
8542
8543         * manual/Makefile
8544         * manual/account.xml
8545         * manual/ack.xml
8546         * manual/addrbook.xml
8547         * manual/advanced.xml
8548         * manual/faq.xml
8549         * manual/glossary.xml
8550         * manual/gpl.xml
8551         * manual/handling.xml
8552         * manual/intro.xml
8553         * manual/keyboard.xml
8554         * manual/manual.xml
8555         * manual/plugins.xml
8556         * manual/starting.xml
8557         * manual/dtd/sdocbook.dtd
8558                 Initial manual structure and some content.
8559
8560 2005-10-23 [wwp]        1.9.15cvs97
8561
8562         * src/gtk/about.c
8563                 fix a typo
8564
8565 2005-10-23 [wwp]        1.9.15cvs96
8566
8567         * src/gtk/about.c
8568         * src/gtk/authors.h
8569                 rework of the about window (main work by Paul), also featuring a few
8570                 fixes for typos and duplicate names
8571
8572 2005-10-23 [wwp]        1.9.15cvs95
8573
8574         * src/.cvsignore
8575                 Ignore the right binary name (sylpheed-claws now)
8576
8577 2005-10-23 [paul]       1.9.15cvs94
8578
8579         * src/compose.c
8580                 when using Folder Pref 'Default To for
8581                 replies' make the entry in the Compose
8582                 window bold
8583                 Patch by Fabien Vantard
8584
8585 2005-10-22 [colin]      1.9.15cvs93
8586
8587         * src/codeconv.c
8588                 Fix leak
8589
8590 2005-10-22 [colin]      1.9.15cvs92
8591
8592         * src/codeconv.c
8593                 try to convert using locale (apart utf8) if necessary
8594
8595 2005-10-22 [colin]      1.9.15cvs91
8596
8597         * src/pixmaps/new.xpm
8598         * src/pixmaps/unread.xpm
8599                 Make the unread envelope blue again and
8600                 saturate the new one a bit more.
8601
8602 2005-10-22 [colin]      1.9.15cvs90
8603
8604         * src/compose.c
8605                 When replying to a mail sent by one of our accounts,
8606                 use the original list of recipients. Let 'Reply All'
8607                 and 'Reply to sender' work like previously.
8608
8609 2005-10-21 [colin]      1.9.15cvs89
8610
8611         * src/prefs_filtering.c
8612                 Clear fields after add and replace
8613         * src/textview.c
8614                 Display xface differently (better)
8615         * src/plugins/pgpinline/pgpinline.c
8616                 Fix crappy encodings/recodings
8617
8618 2005-10-21 [paul]       1.9.15cvs88
8619
8620         * src/compose.c
8621         * src/prefs_folder_item.c
8622         * src/toolbar.c
8623                 fix news folder Folder Properties
8624                 (thanks to Colin)
8625         * src/folderview.c
8626                 update folderview after Themes change
8627                 keep selected folder selected
8628                 (thanks to Colin)
8629
8630 2005-10-21 [paul]       1.9.15cvs87
8631
8632         * tools/Makefile.am
8633         * tools/OOo2sylpheed.pl
8634         * tools/README
8635         * tools/README.sylprint
8636         * tools/asus_mailled.sh         ** REMOVED **
8637         * tools/filter_conv.pl
8638         * tools/freshmeat_search.pl
8639         * tools/google_search.pl
8640         * tools/gpg-sign-syl            ** REMOVED **
8641         * tools/kmail2sylpheed.pl
8642         * tools/kmail2sylpheed_v2.pl
8643         * tools/multiwebsearch.pl
8644         * tools/nautilus2sylpheed.sh
8645         * tools/newscache_clean.pl
8646         * tools/outlook2sylpheed.pl
8647         * tools/sylpheed-switcher       ** REMOVED **
8648         * tools/sylprint.pl
8649         * tools/sylprint.rc
8650         * tools/tb2sylpheed
8651         * tools/vcard2xml.py
8652         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8653                 update default config dir
8654                 update binary name (thanks to Fabien Vantard)
8655                 remove obsolete scripts
8656
8657 2005-10-21 [colin]      1.9.15cvs86
8658
8659         * src/inc.c
8660                 Fix possible leak and units. Based on a patch by
8661                 Fabien Vantard.
8662
8663 2005-10-20 [colin]      1.9.15cvs85
8664
8665         * src/textview.c
8666                 Clear xface when clearing textview
8667
8668 2005-10-20 [colin]      1.9.15cvs84
8669
8670         * configure.ac
8671         * src/folderview.c
8672         * src/headerview.c
8673         * src/main.c
8674         * src/prefs_common.c
8675         * src/prefs_common.h
8676         * src/prefs_message.c
8677         * src/textview.c
8678         * src/textview.h
8679         * src/common/defs.h
8680         * src/common/utils.c
8681         * src/common/utils.h
8682         * src/gtk/gtkutils.c
8683         * src/gtk/gtkutils.h
8684                 Migrate config to .sylpheed-claws (Automatically)
8685                 Add a way to get the Xface in the TextView
8686
8687 2005-10-20 [colin]      1.9.15cvs83
8688
8689         * src/gtk/Makefile.am
8690         * src/gtk/about.c
8691         * src/gtk/authors.h
8692                 Make the about dialog *grooovy*
8693
8694 2005-10-20 [colin]      1.9.15cvs82
8695
8696         * src/mimeview.c
8697                 Use "Open with" on double click if no command
8698                 was found
8699
8700 2005-10-20 [colin]      1.9.15cvs81
8701
8702         * src/imap.c
8703         * src/etpan/imap-thread.c
8704                 Fix possible crash.
8705
8706 2005-10-20 [paul]       1.9.15cvs80
8707
8708         * src/folder.c
8709                 don't show clipkey icon if the only
8710                 attachment is the signature
8711                 Patch by Colin
8712
8713 2005-10-20 [paul]       1.9.15cvs79
8714
8715         * AUTHORS
8716         * src/plugins/pgpmime/pgpmime.c
8717                 name the PGP/MIME signature 'signature.asc'
8718                 Patch by Andrew Nelson <freeandy@gmail.com>
8719
8720 2005-10-19 [colin]      1.9.15cvs78
8721
8722         * src/plugins/pgpmime/pgpmime.c
8723                 Oops, no need to double-check though
8724
8725 2005-10-19 [colin]      1.9.15cvs77
8726
8727         * src/plugins/pgpinline/pgpinline.c
8728         * src/plugins/pgpmime/pgpmime.c
8729                 Check that my_tmpfile() doesn't 
8730                 return NULL
8731
8732 2005-10-19 [colin]      1.9.15cvs76
8733
8734         * src/common/utils.c
8735                 Use shorter mime boundaries to avoid having
8736                 MTAs rewrapping our headers, breaking the
8737                 PGP signature in the process 
8738         * src/compose.c
8739         * src/plugins/pgpmime/pgpmime.c
8740                 Check for boundary uniqueness to be sure
8741                 it won't happen, instead of hoping for the
8742                 best
8743
8744 2005-10-19 [colin]      1.9.15cvs75
8745
8746         * sylpheed-claws.desktop
8747         * src/Makefile.am
8748         * src/main.c
8749                 Ship a sylpheed-claws binary instead
8750                 of a sylpheed one. Change the socket
8751                 name, too
8752         * src/folderview.c
8753                 Update folder only if it changed
8754         * src/wizard.c
8755                 Fix i18n in welcome mail, patch by
8756                 Fabien Vantard
8757
8758 2005-10-19 [paul]
8759
8760         1.9.99-rc2 released
8761
8762 2005-10-19 [paul]       1.9.15cvs74
8763
8764         * src/folder.c
8765         * src/folderview.c
8766                 fix summaryview update
8767                 Patch by Colin
8768
8769 2005-10-18 [colin]      1.9.15cvs73
8770
8771         * src/plugins/pgpcore/passphrase.c
8772                 Don't XGrabServer, and try a bit more to 
8773                 sync everything before grabbing mouse/keyboard
8774
8775 2005-10-18 [colin]      1.9.15cvs72
8776
8777         * src/Makefile.am
8778         * src/addressadd.c
8779         * src/addressbook.c
8780         * src/folderview.c
8781         * src/grouplistdialog.c
8782         * src/mimeview.c
8783         * src/stock_pixmap.c
8784         * src/stock_pixmap.h
8785         * src/summaryview.c
8786         * src/gtk/gtksctree.c
8787         * src/gtk/gtksctree.h
8788         * src/pixmaps/empty.xpm
8789                 Implement a wrapper call for gtk_ctree_set_node_info
8790                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8791                 pixmap instead of a NULL one. This works around some
8792                 memory problems deep inside gtk, revealed by valgrind,
8793                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8794                 as locked crashes sylpheed.), as well as, probably, 
8795                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8796
8797 2005-10-17 [colin]      1.9.15cvs71
8798
8799         * src/mimeview.c
8800                 Provide visual feedback when checking
8801                 signature
8802
8803 2005-10-17 [colin]      1.9.15cvs70
8804
8805         * src/main.c
8806                 Keep the folder list frozen while checking caches...
8807
8808 2005-10-17 [colin]      1.9.15cvs69
8809
8810         * src/addr_compl.c
8811                 Fi bug #833 (Autocompleting from addressbook 
8812                 fails with extended chars)
8813         * src/imap.c
8814                 Fix 'adding messages' staying in statusbar
8815                 after an error
8816
8817 2005-10-17 [wwp]        1.9.15cvs68
8818
8819         * src/ssl_manager.c
8820                 Fix buttons' layout resizing when window size changes
8821
8822 2005-10-17 [wwp]        1.9.15cvs67
8823
8824         * src/account.c
8825         * src/prefs_account.c
8826         * src/prefs_common.c
8827         * src/prefs_common.h
8828         * src/prefs_folder_item.c
8829         * src/prefs_gtk.c
8830         * src/gtk/logwindow.c
8831         * src/gtk/pluginwindow.c
8832         * src/gtk/prefswindow.c
8833         * src/gtk/prefswindow.h
8834                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8835
8836 2005-10-17 [paul]       1.9.15cvs66
8837
8838         * configure.ac
8839                 fix missing libetpan message
8840         * po/en_GB.po
8841                 updated
8842         * src/crash.c
8843         * src/manual.c
8844         * src/prefs_themes.c
8845         * src/common/defs.h
8846                 add some new URI defines, change some
8847                 others
8848         * src/wizard.c
8849                 make welcome message translatable
8850                 small improvements to english
8851                 other tweaks
8852         * src/gtk/menu.c
8853                 fix warnings
8854
8855 2005-10-17 [paul]       1.9.15cvs65
8856
8857         * src/summaryview.c
8858                 fix column titles
8859
8860 2005-10-16 [mones]      1.9.15cvs64
8861
8862         * po/es.po
8863                 Updated translation
8864
8865 2005-10-16 [colin]
8866
8867         1.9.99-rc1 released
8868
8869 2005-10-16 [colin]      1.9.15cvs63
8870
8871         * src/wizard.c
8872                 Fix whitespace
8873
8874 2005-10-16 [colin]      1.9.15cvs62
8875
8876         * src/toolbar.c
8877                 s/Get All/Get Mail/
8878         * src/wizard.c
8879                 Real welcome mail text, thanks Paul
8880
8881 2005-10-16 [colin]      1.9.15cvs61
8882
8883         * src/editldap.c
8884         * src/exporthtml.c
8885         * src/main.c
8886         * src/mainwindow.c
8887         * src/prefs_themes.c
8888         * src/prefs_toolbar.c
8889         * src/plugins/demo/demo.c
8890         * src/plugins/trayicon/trayicon.c
8891                 s/Sylpheed/Sylpheed-Claws/
8892
8893 2005-10-16 [colin]      1.9.15cvs60
8894
8895         * src/wizard.c
8896                 Add a welcome email in the first empty mailbox
8897         * src/prefs_common.c
8898                 Change one more default
8899
8900 2005-10-16 [colin]      1.9.15cvs59
8901
8902         * src/wizard.c
8903                 Remove printf
8904
8905 2005-10-16 [colin]      1.9.15cvs58
8906
8907         * src/toolbar.c
8908         * src/prefs_common.c
8909                 Change some defaults
8910
8911 2005-10-16 [colin]      1.9.15cvs57
8912
8913         * src/toolbar.c
8914         * src/prefs_common.c
8915                 Change some defaults
8916
8917 2005-10-16 [colin]      1.9.15cvs56
8918
8919         * src/wizard.c
8920                 By default, initialize fonts to have
8921                 the same size as normal GtkWidgets
8922
8923 2005-10-16 [colin]      1.9.15cvs55
8924
8925         * src/mimeview.c
8926                 Fix message a bit more
8927
8928 2005-10-16 [colin]      1.9.15cvs54
8929
8930         * src/addressbook.c
8931                 Second attempt at flicker fixing
8932
8933 2005-10-16 [colin]      1.9.15cvs53
8934
8935         * src/addressbook.c
8936                 Fix flicker
8937
8938 2005-10-16 [wwp]        1.9.15cvs52
8939
8940         * src/addressbook.c
8941         * src/editaddress.c
8942         * src/prefs_common.c
8943         * src/prefs_common.h
8944                 Remember window sizes (address book)
8945
8946 2005-10-16 [wwp]        1.9.15cvs51
8947
8948         * src/plugins/clamav/clamav_plugin_gtk.c
8949         * src/plugins/spamassassin/spamassassin_gtk.c
8950                 Fix compilation warnings (missing #include).
8951
8952 2005-10-16 [colin]      1.9.15cvs50
8953
8954         * src/mimeview.c
8955         * src/summaryview.c
8956         * src/textview.c
8957                 Make 'c' check signature, and forward
8958                 c, l, y, t from summaryview to mimeview
8959
8960 2005-10-16 [colin]      1.9.15cvs49
8961
8962         * src/addressbook.c
8963                 Put border around buttons
8964         * src/mainwindow.c
8965         * src/summaryview.c
8966                 Rework menus (Patch based on a patch
8967                 by Paul)
8968
8969 2005-10-15 [wwp]        1.9.15cvs48
8970
8971         * src/editjpilot.c
8972         * src/editldap.c
8973         * src/editvcard.c
8974         * src/exphtmldlg.c
8975         * src/expldifdlg.c
8976         * src/export.c
8977         * src/import.c
8978         * src/importldif.c
8979         * src/importmutt.c
8980         * src/importpine.c
8981         * src/prefs_account.c
8982         * src/prefs_spelling.c
8983         * src/gtk/gtkutils.c
8984         * src/gtk/gtkutils.h
8985         * src/plugins/clamav/clamav_plugin_gtk.c
8986         * src/plugins/spamassassin/spamassassin_gtk.c
8987                 use nicer browse-for-file/dir buttons than the "..." ones,
8988                 code factorizing more.
8989
8990 2005-10-14 [colin]      1.9.15cvs47
8991
8992         * src/mainwindow.c
8993                 set relief on the account switcher so that people see it
8994                 grey out Create processing rules when no message is selected
8995         * src/prefs_filtering.c
8996                 ask before closing if the rule has not been modified, even if
8997                 it's not valid
8998         * src/prefs_matcher.c
8999                 fix sensitivity when entering the dialog
9000         * src/gtk/inputdialog.c
9001                 display a better icon on password ask
9002         * src/plugins/pgpcore/passphrase.c
9003                 make the dialog look better
9004
9005 2005-10-14 [paul]       1.9.15cvs46
9006
9007         * src/folderview.c
9008                 indicate presense of marked msgs in
9009                 unexpanded subfolders
9010
9011 2005-10-14 [paul]       1.9.15cvs45
9012
9013         * src/prefs_actions.c
9014         * src/prefs_common.c
9015         * src/prefs_common.h
9016         * src/prefs_filtering_action.c
9017         * src/prefs_matcher.c
9018         * src/prefs_template.c
9019                 remember window sizes
9020                 fix Info button size
9021
9022         Patches by wwp
9023
9024 2005-10-13 [colin]      1.9.15cvs44
9025
9026         * src/mimeview.c
9027         * src/noticeview.c
9028         * src/noticeview.h
9029                 Add a tooltip on the icon (optional) 
9030                 Get rid of the signature buttons and only
9031                 use the icon+tooltip
9032
9033 2005-10-13 [colin]      1.9.15cvs43
9034
9035         * src/noticeview.c
9036         * src/noticeview.h
9037                 Add hand cursor for hovering over icon
9038
9039 2005-10-13 [colin]      1.9.15cvs42
9040
9041         * src/summaryview.c
9042                 Fix crash when quicksearch's hidden 
9043                 at startup
9044
9045 2005-10-13 [colin]      1.9.15cvs41
9046
9047         * src/compose.c
9048                 Set subject when forwarding multiple mails
9049                 Check that other recipient than the default Cc or Bcc
9050                 have been set before sending.
9051
9052 2005-10-13 [colin]      1.9.15cvs40
9053
9054         * src/imap.c
9055                 Batch per-folder
9056                 Introduce locking, but don't use it yet
9057
9058 2005-10-13 [colin]      1.9.15cvs39
9059
9060         * src/gtk/quicksearch.c
9061                 Reset quicksearch when hiding it
9062                 Make sticky a real pref
9063
9064 2005-10-13 [colin]      1.9.15cvs38
9065
9066         * src/summaryview.c
9067                 Faster prefs apply
9068
9069 2005-10-13 [colin]      1.9.15cvs37
9070
9071         * src/mimeview.c
9072         * src/noticeview.c
9073         * src/noticeview.h
9074         * src/plugins/pgpcore/sgpgme.c
9075                 Make privacy icon clickable
9076                 Move Trust field in Full info
9077                 When trust is less than full, don't display
9078                 a warning icon
9079
9080 2005-10-13 [colin]      1.9.15cvs36
9081
9082         * src/folder.c
9083                 Batch on flags sync
9084         * src/folderview.c
9085                 Revert speed hack which is dangerous in fact
9086                 Apply prefs faster
9087
9088 2005-10-13 [colin]      1.9.15cvs35
9089
9090         * src/folder_item_prefs.c
9091                 Fix pref corruption on folder move. Patch
9092                 by wwp
9093
9094 2005-10-13 [paul]       1.9.15cvs34
9095
9096         * src/export.c
9097         * src/import.c
9098                 fix typos in g_warnings
9099         * src/prefs_account.c
9100                 add a file selector for Signature file
9101
9102         Patches by wwp
9103
9104 2005-10-12 [colin]      1.9.15cvs33
9105
9106         * src/mimeview.c
9107                 Provide a quick way to go back from a
9108                 signature's full info to the email part
9109
9110 2005-10-12 [colin]      1.9.15cvs32
9111
9112         * src/compose.c
9113                 Remove old hack of encoding signed mails with base64.
9114                 QP works equally well.
9115
9116 2005-10-12 [colin]      1.9.15cvs31
9117
9118         * src/crash.c
9119                 Replace deprecated GtkText with GtkTextView
9120         * src/imap.c
9121                 Fix a logic bug about counts in imap_select
9122                 (previously un-triggered)
9123         * src/mainwindow.c
9124         * src/summaryview.c
9125         * src/news.c
9126                 Allow local deletion of news posts
9127         * src/mimeview.c
9128                 Show GPG noticeview on the message/rfc822 part
9129                 in addition to the text/plain one
9130         * src/prefs_image_viewer.c
9131           src/plugins/pgpcore/prefs_gpg.c
9132                 Polish (set the label as part of the checkbox)
9133         * src/wizard.c
9134                 Don't sit there doing nothing after destroying
9135                 the window - return err
9136
9137 2005-10-11 [colin]      1.9.15cvs30
9138
9139         * src/folderview.c
9140                 Apply processing rules before showing folders.
9141                 Early folder show (before flags sync) will only
9142                 be done when there are no processing rules (nor
9143                 pre- or post- ones)
9144         * src/imap.c
9145                 Fix stuff related to mail subdir, creation and 
9146                 deletion of folders 
9147         * src/imap_gtk.c
9148                 Don't allow creation of folders in NoInferior
9149                 folders, as it won't work
9150
9151 2005-10-10 [colin]      1.9.15cvs29
9152
9153         * src/compose.c
9154                 Reselect "None" Privacy system when selecting an
9155                 account with no privacy system defined
9156
9157 2005-10-10 [colin]      1.9.15cvs28
9158
9159         * src/mainwindow.c
9160                 Add Windows-1252 encoding
9161         * src/prefs_common.c
9162                 Rework some defaults:
9163                 - autosave to draft by default
9164                 - don't show header pane (it's already in the textview)
9165                 - Select first new or unread mail on entry
9166                 - Assume 'Yes' to change folder when there's no more
9167                   unread message
9168         * src/prefs_matcher.c
9169                 Fix a gtk assertion failure
9170         * src/gtk/colorlabel.c
9171                 Workaround bad repainting on selection
9172         * src/main.c
9173                 Freeze/thaw (a bit faster on ssh -X)
9174         * src/msgcache.c
9175                 Get rid of StrdupConverter that just adds an
9176                 extra strdup/free 
9177         * src/etpan/imap_thread.c
9178                 memset buf to 0
9179
9180 2005-10-10 [colin]      1.9.15cvs27
9181
9182         * src/export.c
9183         * src/import.c
9184                 Fix compile on gtk 2.4. Patch by wwp
9185
9186 2005-10-09 [colin]      1.9.15cvs26
9187
9188         * src/mainwindow.c
9189         * src/messageview.c
9190         * src/summaryview.c
9191                 Clarify forward menus. Patch by wwp
9192
9193 2005-10-09 [colin]      1.9.15cvs25
9194
9195         * src/compose.c
9196         * src/compose.h
9197                 Fix bug #829 (Non-working "Encrypt message by 
9198                 default when replying to an encrypted message")
9199
9200 2005-10-08 [colin]      1.9.15cvs24
9201
9202         * src/wizard.c
9203                 Fix bug #827 ("Welcome" setup wizard after a 
9204                 permission error gives up & forgets itself.)
9205
9206 2005-10-08 [colin]      1.9.15cvs23
9207
9208         * src/procmime.c
9209                 Fix bug #828 (Ignoring headers with spaces around = sign)
9210
9211 2005-10-08 [colin]      1.9.15cvs22
9212
9213         * src/export.c
9214                 Warning fix by wwp
9215
9216 2005-10-08 [colin]      1.9.15cvs21
9217
9218         * src/folder.c
9219         * src/folder.h
9220                 Add a processing_pending indicator, set on 
9221                 folder_item_open and cleared after 
9222                 folder_item_process_open
9223         * src/folderview.c
9224         * src/summaryview.c
9225                 wrap procmsg_msginfo_*_flags, and in the
9226                 wrapper check that there's no folder processing 
9227                 pending. If there is, defer the flags change until 
9228                 processing is done to avoid stepping over each
9229                 other's toes.
9230                 Freeze during processing, but not during scanning.
9231
9232 2005-10-07 [colin]      1.9.15cvs20
9233
9234         * src/plugins/pgpcore/passphrase.c
9235                 Fix bug #826 (X-Server hangs when 
9236                 right-clicking a PGP encrypted message)
9237
9238 2005-10-07 [paul]       1.9.15cvs19
9239
9240         * src/compose.c
9241                 fix compose_entries[]
9242                 patch by Fabien Vantard
9243
9244 2005-10-06 [colin]      1.9.15cvs18
9245
9246         * src/pixmaps/address.xpm
9247         * src/pixmaps/address_book.xpm
9248         * src/pixmaps/book.xpm
9249         * src/pixmaps/check_spelling.xpm
9250         * src/pixmaps/checkbox_off.xpm
9251         * src/pixmaps/checkbox_on.xpm
9252         * src/pixmaps/close.xpm
9253         * src/pixmaps/complete.xpm
9254         * src/pixmaps/continue.xpm
9255         * src/pixmaps/deleted.xpm
9256         * src/pixmaps/down_arrow.xpm
9257         * src/pixmaps/exec.xpm
9258         * src/pixmaps/forwarded.xpm
9259         * src/pixmaps/group.xpm
9260         * src/pixmaps/ignorethread.xpm
9261         * src/pixmaps/interface.xpm
9262         * src/pixmaps/jpilot.xpm
9263         * src/pixmaps/ldap.xpm
9264         * src/pixmaps/linewrap.xpm
9265         * src/pixmaps/linewrapcurrent.xpm
9266         * src/pixmaps/mail.xpm
9267         * src/pixmaps/mail_attach.xpm
9268         * src/pixmaps/mail_compose.xpm
9269         * src/pixmaps/mail_forward.xpm
9270         * src/pixmaps/mail_receive.xpm
9271         * src/pixmaps/mail_receive_all.xpm
9272         * src/pixmaps/mail_reply.xpm
9273         * src/pixmaps/mail_reply_to_all.xpm
9274         * src/pixmaps/mail_reply_to_author.xpm
9275         * src/pixmaps/mail_send.xpm
9276         * src/pixmaps/mail_send_queue.xpm
9277         * src/pixmaps/mime_application.xpm
9278         * src/pixmaps/mime_audio.xpm
9279         * src/pixmaps/mime_image.xpm
9280         * src/pixmaps/mime_message.xpm
9281         * src/pixmaps/mime_text_enriched.xpm
9282         * src/pixmaps/mime_text_html.xpm
9283         * src/pixmaps/mime_text_plain.xpm
9284         * src/pixmaps/mime_unknown.xpm
9285         * src/pixmaps/new.xpm
9286         * src/pixmaps/news_compose.xpm
9287         * src/pixmaps/offline.xpm
9288         * src/pixmaps/online.xpm
9289         * src/pixmaps/paste.xpm
9290         * src/pixmaps/preferences.xpm
9291         * src/pixmaps/privacy_emblem_encrypted.xpm
9292         * src/pixmaps/privacy_expired.xpm
9293         * src/pixmaps/privacy_failed.xpm
9294         * src/pixmaps/privacy_passed.xpm
9295         * src/pixmaps/privacy_signed.xpm
9296         * src/pixmaps/privacy_unknown.xpm
9297         * src/pixmaps/privacy_warn.xpm
9298         * src/pixmaps/properties.xpm
9299         * src/pixmaps/replied.xpm
9300         * src/pixmaps/search.xpm
9301         * src/pixmaps/unread.xpm
9302         * src/pixmaps/up_arrow.xpm
9303         * src/pixmaps/vcard.xpm
9304                 Modernize internal theme, with icons from the 
9305                 Gnomaws theme. Keep some of the old ones where
9306                 they were better.
9307
9308 2005-10-06 [colin]      1.9.15cvs17
9309
9310         * src/summaryview.c
9311                 Little optimisations + bugfix
9312         * src/toolbar.c
9313                 Remove default useless items - useless being defined
9314                 by the default relevant prefs
9315         * src/wizard.c
9316                 include config.h to make gettext work
9317         * src/prefs_themes.c
9318                 Fix selection of current theme in prefs
9319
9320 2005-10-06 [colin]      1.9.15cvs16
9321
9322         * src/prefs_common.c
9323         * src/prefs_common.h
9324         * src/prefs_summaries.c
9325         * src/folderview.c
9326                 Add a warning dialog on Mark all read 
9327                 (with pref to get rid of it)
9328
9329 2005-10-06 [paul]       1.9.15cvs15
9330
9331         * po/nb.po
9332         * po/pt_BR.po
9333                 updated by Geir Helland and Frederico
9334                 Goncalves Guimaraes
9335
9336 2005-10-05 [colin]      1.9.15cvs14
9337
9338         * src/folder.c
9339         * src/folder.h
9340         * src/folderview.c
9341         * src/folderview.h
9342         * src/imap_gtk.c
9343         * src/mh_gtk.c
9344         * src/mainwindow.c
9345         * src/setup.c
9346                 add a way to rescan without rebuilding
9347                 make moving a bit faster (less folders changes)
9348                 don't lock the tree on Get 
9349         * src/imap.c
9350                 Don't re-delete deleted messages before expunging
9351         * src/summaryview.c
9352                 Set batch mode when deleting mails
9353
9354 2005-10-05 [paul]       1.9.15cvs13
9355
9356         * src/mainwindow.c
9357         * src/mainwindow.h
9358                 fix disabled Execute menu item
9359         * src/toolbar.c
9360                 match the change in 1.9.15cvs10: use Compose
9361                 instead of News by default
9362
9363 2005-10-04 [colin]      1.9.15cvs12
9364
9365         * src/compose.c
9366                 When replying to an ML post with Reply-To set
9367                 to the poster's email, honor it (as before),
9368                 but also honor our user's request to reply to
9369                 the mailing list: set the ML address in the To
9370                 field and the Reply-To address in the Cc: 
9371                 field.
9372
9373 2005-10-04 [colin]      1.9.15cvs11
9374
9375         * src/plugins/trayicon/trayicon.c
9376                 Finish cosmetic change - thanks to wwp
9377
9378 2005-10-04 [colin]      1.9.15cvs10
9379
9380         * src/toolbar.c
9381                 Use Compose instead of Email by default.
9382                 Spotted by wwp.
9383
9384 2005-10-04 [colin]      1.9.15cvs9
9385
9386         * src/folder.c
9387         * src/folder.h
9388         * src/folderview.c
9389         * src/imap.c
9390         * src/etpan/imap-thread.c
9391         * src/etpan/imap-thread.h
9392                 Try to make IMAP faster, by simplifying SEARCH
9393                 commands, avoiding sending two STATUS in a row,
9394                 and deferring flags sync and processing just
9395                 after displaying the folder. 
9396                 This will update the SummaryView in certain
9397                 cases (new mails not already fetched, flags
9398                 changed from another client) but in a non-
9399                 blocking manner.
9400
9401 2005-10-04 [colin]      1.9.15cvs8
9402
9403         * src/plugins/trayicon/trayicon.c
9404                 Relabel "Offline" to "Work offline"
9405
9406 2005-10-04 [colin]      1.9.15cvs7
9407
9408         * src/export.c
9409         * src/import.c
9410         * src/mbox.c
9411                 Fix mbox import/export buglets
9412                 Patch by wwp
9413         * src/plugins/trayicon/trayicon.c
9414                 Add offline swithc
9415                 Patch by wwp
9416
9417 2005-10-04 [colin]      1.9.15cvs6
9418
9419         * src/folder.c
9420         * src/folderview.c
9421         * src/summaryview.c
9422                 Better fix (don't break mark all read) for cvs2
9423
9424 2005-10-03 [colin]      1.9.15cvs5
9425
9426         * src/folder.c
9427                 Use a sane sort by default
9428
9429 2005-10-03 [colin]      1.9.15cvs4
9430
9431         * src/inc.c
9432                 Add a 'Only once' button for overriding offline mode
9433         * src/prefs_account.c
9434         * src/wizard.c
9435                 Add Local mbox to the wizard
9436                 Add IMAP subdir to the wizard (or the wizard is useless
9437                 for such accounts, or even worse than useless)
9438                 Move IMAP subdir from Advanced to Receive tab, as it's
9439                 not that uncommon
9440
9441 2005-10-03 [colin]      1.9.15cvs3
9442
9443         * src/send_message.c
9444                 Forgot this one in cvs1
9445
9446 2005-10-03 [colin]      1.9.15cvs2
9447
9448         * src/folder.c
9449                 Faster close when leaving a folder with lots
9450                 of new mails. Idea by David Relson.
9451
9452 2005-10-03 [colin]      1.9.15cvs1
9453
9454         * src/compose.c
9455         * src/imap.c
9456         * src/inc.c
9457         * src/main.c
9458         * src/messageview.c
9459         * src/news.c
9460         * src/summaryview.c
9461         * src/gtk/sslcertwindow.c
9462         * src/plugins/trayicon/trayicon.c
9463                 Add accels to every AlertPanel. Patch by Fabien 
9464                 Vantard
9465
9466 2005-10-03 [paul]       1.9.15
9467
9468         1.9.15 released
9469
9470 2005-10-03 [paul]       1.9.14cvs68
9471
9472         * po/ca.po
9473         * po/de.po
9474         * po/es.po
9475         * po/fi.po
9476         * po/fr.po
9477         * po/sk.po
9478         * po/sr.po
9479         * po/zh_CN.po
9480                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9481                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9482                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9483
9484 2005-10-03 [paul]       1.9.14cvs67
9485
9486         * src/send_message.c
9487                 prevent hang on Cancel
9488                 patch by Colin
9489
9490 2005-10-03 [paul]       1.9.14cvs66
9491
9492         * src/main.c
9493                 fix crash in IMAP caused by discrepancy
9494                 between check_at_startup and offline mode
9495                 Patch by Colin
9496
9497 2005-10-01 [paul]       1.9.14cvs65
9498
9499         * src/inc.c
9500                 fix engrish
9501
9502 2005-10-01 [paul]       1.9.14cvs64
9503         * src/export.c
9504         * src/import.c
9505                 synchronise import_mbox() and export_mbox()
9506         * src/mbox.c
9507                 proc_mbox(): add alert if file cannot be opened
9508                 export_list_to_mbox(): test if dest file exists,
9509                 prompt user to overwrite if it does. add alert
9510                 if file cannot be created
9511                                                                 
9512         Patch by wwp
9513                                                                                                                 
9514
9515 2005-09-30 [paul]       1.9.14cvs63
9516
9517         * src/addressbook.c
9518                 Fix sensitivity of a menu
9519         * src/codeconv.c
9520                 Respect hidden pref for mails with no encoding
9521         * src/common/xml.c
9522                 Fix memory corruption
9523         * src/plugins/pgpcore/sgpgme.c
9524                 Fix segfault on incomplete sigs, and display
9525                 of S/Mime UIDs
9526
9527         Patches by Colin
9528
9529 2005-09-30 [colin]      1.9.14cvs62
9530
9531         * src/partial_download.c
9532                 Little logic fix in almost-dead code
9533         * src/pop.c
9534                 Fix partial download when there's no new mail
9535
9536 2005-09-29 [paul]       1.9.14cvs61
9537
9538         * src/plugins/pgpinline/pgpinline.c
9539                 fix bug 819, 'crash accessing sign message'
9540                 Patch by Colin
9541
9542 2005-09-28 [martin]     1.9.14cvs60
9543
9544         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9545                 fix bug #790 (Crash when restarting window manager (fluxbox))
9546
9547 2005-09-28 [paul]       1.9.14cvs59
9548
9549         * src/gtk/gtkaspell.c
9550                 fix off-by-one typo
9551
9552 2005-09-27 [colin]      1.9.14cvs58
9553
9554         * src/plugins/pgpcore/sgpgme.c
9555                 Report error when there's one, instead of
9556                 "Signature unchecked" 
9557
9558 2005-09-27 [colin]      1.9.14cvs57
9559
9560         * src/prefs_quote.c
9561                 Fix bug #816 (Weird quotation with spaces)
9562
9563 2005-09-27 [colin]      1.9.14cvs56
9564
9565         * src/codeconv.c
9566         * src/compose.c
9567         * src/compose.h
9568                 Put subject in compose's title
9569                 Fix Automatic encoding so that it's really automatic:
9570                 first try default locale's charset, then charset of the replied mail, 
9571                 then utf-8
9572                 Fix encoding of headers (must be in strict mode too)
9573
9574 2005-09-26 [colin]      1.9.14cvs55
9575
9576         * src/gtk/gtkaspell.c
9577                 Fix previous patch - don't color the space,
9578                 just uncolor it :)
9579
9580 2005-09-26 [colin]      1.9.14cvs54
9581
9582         * src/gtk/gtkaspell.c
9583                 Unmark space if possible
9584
9585 2005-09-26 [colin]      1.9.14cvs53
9586
9587         * src/imap.c
9588                 log_error instead of alertpanel according to the pref
9589         * src/etpan/imap-thread.c
9590                 Print connect status, copy only necessary size to 
9591                 logger
9592         * src/plugins/pgpmime/pgpmime.c
9593                 Handle S/Mime signatures (verification only). Patch based
9594                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9595
9596 2005-09-26 [paul]       1.9.14cvs52
9597
9598         * src/common/passcrypt.c
9599                 this 'workaround' not necessary on NetBSD.
9600                 Thanks to Daniel Gustafson
9601
9602 2005-09-26 [paul]
9603
9604         1.9.15-rc4 released
9605
9606 2005-09-26 [paul]       1.9.14cvs51
9607
9608         * src/summaryview.c
9609                 Skip currently selected message when
9610                 looking for next new or unread message
9611                 in current folder. Patch by Colin
9612         * src/common/passcrypt.c
9613                 eliminate warnings on *BSD. Patch by
9614                 Daniel Gustafson
9615
9616 2005-09-26 [colin]      1.9.14cvs50
9617
9618         * src/procmsg.c
9619                 Call postfiltering hook anyway
9620
9621 2005-09-22 [colin]      1.9.14cvs49
9622
9623         * src/codeconv.c
9624         * src/codeconv.h
9625                 Add a strict mode that doesn't replace with _
9626         * src/compose.c
9627         * src/compose.h
9628                 Use strict conversion while sending
9629                 Fix race when drafting while sending (happens
9630                 on IMAP)
9631                 Fix d'n'd of messages from summaryview
9632         * src/prefs_common.c
9633         * src/prefs_common.h
9634                 add hidden utf8_instead_of_locale_for_broken_mail 
9635                 pref for people that preferred the default charset 
9636                 to be utf8 for broken mails
9637         * src/quote_fmt_parse.y
9638                 fix bug #815 (No quote insert if "From:" fied 
9639                 contained Russian letters)
9640         * src/summaryview.c
9641                 Fix d'n'd of messages to compose
9642
9643 2005-09-22 [paul]       1.9.14cvs48
9644
9645         * src/compose.c
9646                 fix bug where attachments Name entry
9647                 would display Path instead
9648
9649 2005-09-21 [paul]       1.9.14cvs47
9650
9651         * README
9652         * README.jp
9653         * configure.ac
9654         * config/config.rpath
9655         * doc/manual/en/sylpheed-20.html
9656         * doc/manual/es/sylpheed-20.html
9657         * po/bg.po
9658         * po/ca.po
9659         * po/de.po
9660         * po/es.po
9661         * po/fr.po
9662         * po/it.po
9663         * po/pt_BR.po
9664         * po/sk.po
9665         * po/zh_TW.po
9666         * src/account.c
9667         * src/account.h
9668         * src/action.c
9669         * src/action.h
9670         * src/adbookbase.h
9671         * src/addr_compl.c
9672         * src/addr_compl.h
9673         * src/addrbook.c
9674         * src/addrbook.h
9675         * src/addrcache.c
9676         * src/addrcache.h
9677         * src/addrcindex.c
9678         * src/addrcindex.h
9679         * src/addrclip.c
9680         * src/addrclip.h
9681         * src/addrdefs.h
9682         * src/addressadd.c
9683         * src/addressadd.h
9684         * src/addressbook.c
9685         * src/addressbook.h
9686         * src/addressitem.h
9687         * src/addrgather.c
9688         * src/addrgather.h
9689         * src/addrharvest.c
9690         * src/addrharvest.h
9691         * src/addrindex.c
9692         * src/addrindex.h
9693         * src/addritem.c
9694         * src/addritem.h
9695         * src/addrquery.c
9696         * src/addrquery.h
9697         * src/addrselect.c
9698         * src/addrselect.h
9699         * src/alertpanel.c
9700         * src/alertpanel.h
9701         * src/browseldap.c
9702         * src/browseldap.h
9703         * src/codeconv.c
9704         * src/codeconv.h
9705         * src/compose.c
9706         * src/compose.h
9707         * src/crash.c
9708         * src/crash.h
9709         * src/customheader.c
9710         * src/customheader.h
9711         * src/displayheader.c
9712         * src/displayheader.h
9713         * src/editaddress.c
9714         * src/editaddress.h
9715         * src/editbook.c
9716         * src/editbook.h
9717         * src/editgroup.c
9718         * src/editgroup.h
9719         * src/editjpilot.c
9720         * src/editjpilot.h
9721         * src/editldap.c
9722         * src/editldap.h
9723         * src/editldap_basedn.c
9724         * src/editldap_basedn.h
9725         * src/editvcard.c
9726         * src/editvcard.h
9727         * src/enriched.c
9728         * src/enriched.h
9729         * src/exphtmldlg.c
9730         * src/exphtmldlg.h
9731         * src/expldifdlg.c
9732         * src/expldifdlg.h
9733         * src/export.c
9734         * src/export.h
9735         * src/exporthtml.c
9736         * src/exporthtml.h
9737         * src/exportldif.c
9738         * src/exportldif.h
9739         * src/filtering.c
9740         * src/filtering.h
9741         * src/folder.c
9742         * src/folder.h
9743         * src/folder_item_prefs.c
9744         * src/folder_item_prefs.h
9745         * src/foldersel.c
9746         * src/foldersel.h
9747         * src/folderutils.c
9748         * src/folderutils.h
9749         * src/folderview.c
9750         * src/folderview.h
9751         * src/grouplistdialog.c
9752         * src/grouplistdialog.h
9753         * src/headerview.c
9754         * src/headerview.h
9755         * src/html.c
9756         * src/html.h
9757         * src/image_viewer.c
9758         * src/image_viewer.h
9759         * src/imap.c
9760         * src/imap.h
9761         * src/imap_gtk.c
9762         * src/imap_gtk.h
9763         * src/import.c
9764         * src/import.h
9765         * src/importldif.c
9766         * src/importldif.h
9767         * src/importmutt.c
9768         * src/importmutt.h
9769         * src/importpine.c
9770         * src/importpine.h
9771         * src/inc.c
9772         * src/inc.h
9773         * src/jpilot.c
9774         * src/jpilot.h
9775         * src/ldapctrl.c
9776         * src/ldapctrl.h
9777         * src/ldaplocate.c
9778         * src/ldaplocate.h
9779         * src/ldapquery.c
9780         * src/ldapquery.h
9781         * src/ldapserver.c
9782         * src/ldapserver.h
9783         * src/ldaputil.c
9784         * src/ldaputil.h
9785         * src/ldif.c
9786         * src/ldif.h
9787         * src/localfolder.c
9788         * src/localfolder.h
9789         * src/main.c
9790         * src/main.h
9791         * src/mainwindow.c
9792         * src/mainwindow.h
9793         * src/manual.c
9794         * src/manual.h
9795         * src/matcher.c
9796         * src/matcher.h
9797         * src/matcher_parser.h
9798         * src/matcher_parser_lex.l
9799         * src/matcher_parser_parse.y
9800         * src/mbox.c
9801         * src/mbox.h
9802         * src/message_search.c
9803         * src/message_search.h
9804         * src/messageview.c
9805         * src/messageview.h
9806         * src/mh.c
9807         * src/mh.h
9808         * src/mh_gtk.c
9809         * src/mh_gtk.h
9810         * src/mimeview.c
9811         * src/mimeview.h
9812         * src/msgcache.c
9813         * src/msgcache.h
9814         * src/mutt.c
9815         * src/mutt.h
9816         * src/news.c
9817         * src/news.h
9818         * src/news_gtk.c
9819         * src/news_gtk.h
9820         * src/noticeview.c
9821         * src/noticeview.h
9822         * src/partial_download.c
9823         * src/partial_download.h
9824         * src/pine.c
9825         * src/pine.h
9826         * src/pop.c
9827         * src/pop.h
9828         * src/prefs_account.c
9829         * src/prefs_account.h
9830         * src/prefs_actions.c
9831         * src/prefs_actions.h
9832         * src/prefs_common.c
9833         * src/prefs_common.h
9834         * src/prefs_compose_writing.c
9835         * src/prefs_compose_writing.h
9836         * src/prefs_customheader.c
9837         * src/prefs_customheader.h
9838         * src/prefs_display_header.c
9839         * src/prefs_display_header.h
9840         * src/prefs_ext_prog.c
9841         * src/prefs_ext_prog.h
9842         * src/prefs_filtering.c
9843         * src/prefs_filtering.h
9844         * src/prefs_filtering_action.c
9845         * src/prefs_filtering_action.h
9846         * src/prefs_folder_column.c
9847         * src/prefs_folder_column.h
9848         * src/prefs_folder_item.c
9849         * src/prefs_folder_item.h
9850         * src/prefs_fonts.c
9851         * src/prefs_fonts.h
9852         * src/prefs_gtk.c
9853         * src/prefs_gtk.h
9854         * src/prefs_image_viewer.c
9855         * src/prefs_image_viewer.h
9856         * src/prefs_matcher.c
9857         * src/prefs_matcher.h
9858         * src/prefs_message.c
9859         * src/prefs_message.h
9860         * src/prefs_msg_colors.c
9861         * src/prefs_msg_colors.h
9862         * src/prefs_other.c
9863         * src/prefs_other.h
9864         * src/prefs_quote.c
9865         * src/prefs_quote.h
9866         * src/prefs_receive.c
9867         * src/prefs_receive.h
9868         * src/prefs_send.c
9869         * src/prefs_send.h
9870         * src/prefs_spelling.c
9871         * src/prefs_spelling.h
9872         * src/prefs_summaries.c
9873         * src/prefs_summaries.h
9874         * src/prefs_summary_column.c
9875         * src/prefs_summary_column.h
9876         * src/prefs_template.c
9877         * src/prefs_template.h
9878         * src/prefs_themes.c
9879         * src/prefs_themes.h
9880         * src/prefs_toolbar.c
9881         * src/prefs_toolbar.h
9882         * src/prefs_wrapping.c
9883         * src/prefs_wrapping.h
9884         * src/privacy.c
9885         * src/privacy.h
9886         * src/procheader.c
9887         * src/procheader.h
9888         * src/procmime.c
9889         * src/procmime.h
9890         * src/procmsg.c
9891         * src/procmsg.h
9892         * src/quote_fmt.c
9893         * src/quote_fmt_parse.y
9894         * src/recv.c
9895         * src/recv.h
9896         * src/remotefolder.c
9897         * src/remotefolder.h
9898         * src/send_message.c
9899         * src/send_message.h
9900         * src/setup.c
9901         * src/setup.h
9902         * src/simple-gettext.c
9903         * src/sourcewindow.c
9904         * src/sourcewindow.h
9905         * src/ssl_manager.c
9906         * src/ssl_manager.h
9907         * src/statusbar.c
9908         * src/statusbar.h
9909         * src/stock_pixmap.c
9910         * src/stock_pixmap.h
9911         * src/summary_search.c
9912         * src/summary_search.h
9913         * src/summaryview.c
9914         * src/summaryview.h
9915         * src/syldap.c
9916         * src/syldap.h
9917         * src/textview.c
9918         * src/textview.h
9919         * src/toolbar.c
9920         * src/toolbar.h
9921         * src/undo.c
9922         * src/undo.h
9923         * src/unmime.c
9924         * src/unmime.h
9925         * src/vcard.c
9926         * src/vcard.h
9927         * src/wizard.c
9928         * src/wizard.h
9929         * src/common/base64.c
9930         * src/common/base64.h
9931         * src/common/defs.h
9932         * src/common/hooks.c
9933         * src/common/hooks.h
9934         * src/common/log.c
9935         * src/common/log.h
9936         * src/common/md5.c
9937         * src/common/md5.h
9938         * src/common/mgutils.c
9939         * src/common/mgutils.h
9940         * src/common/nntp.c
9941         * src/common/nntp.h
9942         * src/common/passcrypt.c
9943         * src/common/passcrypt.h.in
9944         * src/common/plugin.c
9945         * src/common/plugin.h
9946         * src/common/prefs.c
9947         * src/common/prefs.h
9948         * src/common/progressindicator.c
9949         * src/common/progressindicator.h
9950         * src/common/quoted-printable.c
9951         * src/common/quoted-printable.h
9952         * src/common/session.c
9953         * src/common/session.h
9954         * src/common/smtp.c
9955         * src/common/smtp.h
9956         * src/common/socket.c
9957         * src/common/socket.h
9958         * src/common/ssl.c
9959         * src/common/ssl.h
9960         * src/common/ssl_certificate.c
9961         * src/common/ssl_certificate.h
9962         * src/common/string_match.c
9963         * src/common/string_match.h
9964         * src/common/stringtable.c
9965         * src/common/sylpheed.c
9966         * src/common/sylpheed.h
9967         * src/common/template.c
9968         * src/common/template.h
9969         * src/common/timing.h
9970         * src/common/utils.c
9971         * src/common/utils.h
9972         * src/common/uuencode.c
9973         * src/common/uuencode.h
9974         * src/common/version.h.in
9975         * src/common/xml.c
9976         * src/common/xml.h
9977         * src/common/xmlprops.c
9978         * src/common/xmlprops.h
9979         * src/gtk/about.c
9980         * src/gtk/about.h
9981         * src/gtk/colorlabel.c
9982         * src/gtk/colorlabel.h
9983         * src/gtk/colorsel.c
9984         * src/gtk/colorsel.h
9985         * src/gtk/description_window.c
9986         * src/gtk/description_window.h
9987         * src/gtk/filesel.c
9988         * src/gtk/filesel.h
9989         * src/gtk/foldersort.c
9990         * src/gtk/foldersort.h
9991         * src/gtk/gtkutils.c
9992         * src/gtk/gtkutils.h
9993         * src/gtk/inputdialog.c
9994         * src/gtk/inputdialog.h
9995         * src/gtk/logwindow.c
9996         * src/gtk/logwindow.h
9997         * src/gtk/manage_window.c
9998         * src/gtk/manage_window.h
9999         * src/gtk/menu.c
10000         * src/gtk/menu.h
10001         * src/gtk/pluginwindow.c
10002         * src/gtk/pluginwindow.h
10003         * src/gtk/prefswindow.c
10004         * src/gtk/prefswindow.h
10005         * src/gtk/progressdialog.c
10006         * src/gtk/progressdialog.h
10007         * src/gtk/quicksearch.c
10008         * src/gtk/quicksearch.h
10009         * src/gtk/sslcertwindow.c
10010         * src/gtk/sslcertwindow.h
10011         * src/plugins/clamav/clamav_plugin.c
10012         * src/plugins/clamav/clamav_plugin.h
10013         * src/plugins/clamav/clamav_plugin_gtk.c
10014         * src/plugins/demo/demo.c
10015         * src/plugins/dillo_viewer/dillo_prefs.c
10016         * src/plugins/dillo_viewer/dillo_prefs.h
10017         * src/plugins/dillo_viewer/dillo_viewer.c
10018         * src/plugins/mathml_viewer/mathml_viewer.c
10019         * src/plugins/pgpcore/passphrase.c
10020         * src/plugins/pgpcore/passphrase.h
10021         * src/plugins/pgpcore/plugin.c
10022         * src/plugins/pgpcore/prefs_gpg.c
10023         * src/plugins/pgpcore/prefs_gpg.h
10024         * src/plugins/pgpcore/select-keys.c
10025         * src/plugins/pgpcore/select-keys.h
10026         * src/plugins/pgpcore/sgpgme.c
10027         * src/plugins/pgpcore/sgpgme.h
10028         * src/plugins/pgpinline/pgpinline.c
10029         * src/plugins/pgpinline/pgpinline.h
10030         * src/plugins/pgpinline/plugin.c
10031         * src/plugins/pgpmime/pgpmime.c
10032         * src/plugins/pgpmime/pgpmime.h
10033         * src/plugins/pgpmime/plugin.c
10034         * src/plugins/spamassassin/spamassassin.c
10035         * src/plugins/spamassassin/spamassassin.h
10036         * src/plugins/spamassassin/spamassassin_gtk.c
10037         * src/plugins/trayicon/trayicon.c
10038         * tools/OOo2sylpheed.pl
10039         * tools/acroread2sylpheed.pl
10040         * tools/asus_mailled.sh
10041         * tools/filter_conv.pl
10042         * tools/freshmeat_search.pl
10043         * tools/google_search.pl
10044         * tools/kmail2sylpheed.pl
10045         * tools/kmail2sylpheed_v2.pl
10046         * tools/maildir2sylpheed.pl
10047         * tools/multiwebsearch.pl
10048         * tools/newscache_clean.pl
10049         * tools/outlook2sylpheed.pl
10050         * tools/sylpheed-switcher
10051         * tools/update-po
10052         * tools/vcard2xml.py
10053         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10054                 update FSF address
10055
10056 2005-09-21 [colin]      1.9.14cvs46
10057
10058         * src/gedit-print.c
10059         * src/procmsg.c
10060         * src/procmsg.h
10061         * src/textview.c
10062         * src/summaryview.c
10063                 Remove some printing hacks (deselection/reselection),
10064                 which by the way fix printing the currently 
10065                 displayed mime part (still only text)
10066                 Plus a little optimisation of summary_show
10067
10068
10069 2005-09-20 [colin]      1.9.14cvs45
10070
10071         * src/mainwindow.c
10072         * src/messageview.c
10073                 GUI fixups: add accels, set message
10074                 view title to displayed mail's subject
10075         * src/prefs_spelling.c
10076         * src/gtk/gtkaspell.c
10077                 GUI fixups: allow underlining misspelled
10078                 words instead of coloring them (a11y!)
10079
10080 2005-09-19 [colin]
10081
10082         1.9.15rc3 released
10083
10084 2005-09-19 [colin]      1.9.14cvs44
10085
10086         * src/compose.c
10087                 Fix draft message
10088         * src/gtk/gtkaspell.c
10089                 Fix wrong test ;-)
10090
10091 2005-09-19 [colin]      1.9.14cvs43
10092
10093         * src/addressbook.c
10094                 Fix sensitivity of Delete button
10095         * src/compose.c
10096                 Warn if the requested Privacy system
10097                 is not available
10098         * src/exphtmldlg.c
10099         * src/expldifdlg.c
10100         * src/importldif.c
10101         * src/importmutt.c
10102         * src/importpine.c
10103                 Fix crappy UI
10104         * src/
10105         * src/ssl.h
10106         * src/prefs_account.h
10107         * src/prefs_account.c
10108                 Save SSL prefs even in builds that have
10109                 SSL support disable
10110         * src/imap.c
10111         * src/inc.c
10112         * src/news.c
10113         * src/send_message.c
10114                 Warn if connection should be secure, but
10115                 SSL support isn't compiled in
10116         * src/gtkaspell.c
10117                 Fix word separation on UTF-8 systems
10118                 Fixes bug #812 (Strange inline spellchecking)
10119         * src/compose.c
10120                 Warn if the requested Privacy system
10121                 is not available
10122                 Factorize offline warning
10123         * src/imap.c
10124         * src/imap_gtk.c
10125         * src/imap_gtk.h
10126         * src/inc.h
10127         * src/news_gtk.c
10128         * src/news_gtk.h
10129         * src/messageview.c
10130                 Factorize offline warning
10131
10132 2005-09-19 [paul]
10133
10134         1.9.15-rc2 released
10135
10136 2005-09-18 [colin]      1.9.14cvs42
10137
10138         * src/codeconv.c
10139         * src/codeconv.h
10140         * src/procmime.c
10141                 Add a way to get locale's charset ignoring utf-8,
10142                 and use that as default encoding for broken mails
10143
10144 2005-09-18 [colin]      1.9.14cvs41
10145
10146         * src/gtk/logwindow.c
10147                 Translate string. Patch by Fabien Vantard
10148
10149 2005-09-18 [colin]      1.9.14cvs40
10150
10151         * configure.ac
10152                 Fix bug #803 (IMAP/SSL support breaks with 
10153                 GnuTLS libetpan 0.38)
10154
10155 2005-09-18 [colin]      1.9.14cvs39
10156
10157         * src/codeconv.c
10158         * src/compose.c
10159         * src/procmime.c
10160                 More charsets fixes. Fixes bug #806 (non
10161                 ascii characters in subject line)
10162
10163 2005-09-17 [paul]       1.9.14cvs38
10164
10165         * src/folderview.c
10166         * src/mainwindow.c
10167                 fix gcc-2.95 issues
10168                 Patch by Pawel Pekala
10169
10170 2005-09-17 [colin]      1.9.14cvs37
10171
10172         * src/addrindex.c
10173                 bugfix for NO-USE LDAP compilation, patch 
10174                 by Fabien Vantard
10175
10176 2005-09-17 [colin]      1.9.14cvs36
10177
10178         * src/prefs_actions.c
10179         * src/prefs_customheader.c
10180         * src/prefs_display_header.c
10181         * src/prefs_filtering_action.c
10182         * src/prefs_matcher.c
10183         * src/prefs_toolbar.c
10184                 Fix strange casts (less elegant but
10185                 works better)
10186
10187 2005-09-16 [colin]      1.9.14cvs35
10188
10189         * src/jpilot.c
10190                 Missed that one
10191
10192 2005-09-16 [colin]      1.9.14cvs34
10193
10194         * configure.ac
10195         * src/Makefile.am
10196         * src/addr_compl.c
10197         * src/addrindex.c
10198         * src/browseldap.c
10199         * src/editldap.c
10200         * src/ldaplocate.c
10201         * src/ldapquery.c
10202         * src/ldapquery.h
10203         * src/ldapserver.c
10204         * src/ldapserver.h
10205         * src/main.c
10206         * src/matcher_parser_parse.y
10207         * src/prefs_themes.c
10208         * src/etpan/Makefile.am
10209         * src/gtk/description_window.c
10210         * src/plugins/clamav/Makefile.am
10211         * src/plugins/clamav/clamav_plugin.c
10212         * src/plugins/dillo_viewer/Makefile.am
10213         * src/plugins/pgpcore/Makefile.am
10214         * src/plugins/pgpinline/Makefile.am
10215         * src/plugins/pgpmime/Makefile.am
10216         * src/plugins/trayicon/Makefile.am
10217                 Fix 100% cpu usage in address completion list
10218                 Fix little bugs (return with no values etc)
10219                 Fix all warnings (with common CFLAGS)
10220
10221 2005-09-15 [colin]      1.9.14cvs33
10222
10223         * src/addressbook.c
10224                 Fix bug where sometimes a group's email list is empty,
10225                 force its refresh (probably fixes "Re: how to create a 
10226                 distribution list")
10227         * src/ldapquery.c
10228                 Don't return to the callback in the main thread from the
10229                 fetch thread (or face segs!)
10230
10231 2005-09-15 [paul]       1.9.14cvs32
10232
10233         * src/prefs_matcher.c
10234                 forgotten in last commit
10235
10236 2005-09-15 [paul]       1.9.14cvs31
10237
10238         * src/prefs_actions.c
10239         * src/prefs_filtering_action.c
10240         * src/prefs_quote.c
10241         * src/quote_fmt.c
10242         * src/summaryview.c
10243         * src/gtk/description_window.c
10244         * src/gtk/description_window.h
10245         * src/gtk/quicksearch.c
10246                 allow interaction with the called
10247                 description window
10248                 Patch by Anders Hammar
10249
10250 2005-09-14 [paul]       1.9.14cvs30
10251
10252         * src/compose.c
10253                 fix a little annoyance when pasting with 3rd button 
10254                 with wrap_pastes=0 and wrap_input=1
10255                 Patch by Colin
10256
10257 2005-09-14 [paul]       1.9.14cvs29
10258
10259         * src/prefs_account.c
10260                 disable 'Filter messages on receiving' for
10261                 SMTP-only accounts
10262                 Patch  by Anders Hammar
10263
10264 2005-09-14 [paul]       1.9.14cvs28
10265
10266         * po/sk.po
10267                 fix crash
10268                 updated by Andrej Kacian
10269
10270 2005-09-14 [paul]
10271
10272         1.9.15-rc1 released
10273
10274 2005-09-14 [paul]       1.9.14cvs27
10275
10276         * po/es.po
10277                 updated by Ricardo Mones Lastra
10278         * src/compose.c
10279         * src/compose.h
10280                 associate no_wrap_tags to Compose windows
10281                 instead of using a static one
10282                 Patch by Colin
10283         * src/mbox.c
10284                 fix proc_mbox()
10285                 Patch by wwp
10286         * src/textview.c
10287                 remove unneeded printf()
10288
10289 2005-09-14 [paul]       1.9.14cvs26
10290
10291         * src/addrcache.c
10292         * src/codeconv.h
10293         * src/folder.h
10294         * src/mainwindow.h
10295         * src/mh.c
10296         * src/mimeview.h
10297         * src/partial_download.c
10298         * src/pop.c
10299         * src/prefs_account.c
10300         * src/prefs_account.h
10301         * src/prefs_actions.c
10302         * src/prefs_customheader.c
10303         * src/prefs_display_header.c
10304         * src/prefs_filtering_action.c
10305         * src/prefs_matcher.c
10306         * src/prefs_toolbar.c
10307         * src/privacy.h
10308         * src/procmime.c
10309         * src/procmime.h
10310         * src/procmsg.h
10311         * src/textview.c
10312         * src/undo.h
10313         * src/common/plugin.c
10314         * src/common/session.h
10315         * src/common/socket.c
10316         * src/common/socket.h
10317         * src/common/template.c
10318         * src/gtk/gtkaspell.c
10319         * src/gtk/quicksearch.h
10320         * src/plugins/pgpcore/passphrase.c
10321         * src/plugins/pgpcore/prefs_gpg.h
10322         * src/plugins/pgpcore/select-keys.c
10323         * src/plugins/pgpcore/select-keys.h
10324         * src/plugins/pgpcore/sgpgme.c
10325         * src/plugins/pgpinline/pgpinline.c
10326         * src/plugins/pgpmime/pgpmime.c
10327         * src/plugins/trayicon/trayicon.c
10328                 fix compilation warnings
10329                 Patch by Daniel Gustafson
10330
10331 2005-09-14 [paul]       1.9.14cvs25
10332
10333         * src/addressbook.c
10334                 add missing column header, and other small
10335                 bug fixes
10336                 Patch by Anders Hammar
10337
10338 2005-09-13 [colin]      1.9.14cvs24
10339
10340         * src/gtk/gtkaspell.c
10341                 Fix non-utf8 in menu
10342                 Fix little leaks
10343                 Nullify struct members after free()s
10344
10345 2005-09-13 [colin]      1.9.14cvs23
10346
10347         * src/compose.c
10348                 Test utf8 compliance before inserting to 
10349                 buffer, and try to convert if necessary
10350         * src/procmime.c
10351                 If no charset is present, use the locale 
10352                 one instead of us-ascii
10353         * src/procmsg.c
10354                 Add Sender, List-Post and To in the checked 
10355                 headers for automatic rules creation 
10356                 (thanks to wwp)
10357         * src/prefs_themes.c
10358         * src/gtk/gtkaspell.c
10359                 Remove deprecated functions. 
10360                 patch by Daniel Gustafson
10361
10362 2005-09-12 [colin]      1.9.14cvs22
10363
10364         * src/compose.c
10365                 Fix bug #448 (Scrolling/Redraw issue with 
10366                 address-fields in Header)
10367         * src/mainwindow.c
10368         * src/summaryview.c
10369         * src/summaryview.h
10370                 Fix loss of MSG_MARKED on move/copy
10371                 Fix bug #804 (Quicksearch togglebutton doesn't 
10372                 get depressed after '/' key is pressed)
10373
10374 2005-09-12 [paul]       1.9.14cvs21
10375
10376         * AUTHORS
10377         * src/gtk/logwindow.c
10378                 add 'Clear Log' to popup menu
10379                 Patch by Anders Hammar <anders.hammar@telia.com>
10380
10381 2005-09-12 [paul]       1.9.14cvs20
10382
10383         * src/compose.c
10384                 set correct sensitivity on attachments
10385                 popup menu
10386         * src/folder.c
10387                 fix typo
10388         * src/prefs_spelling.c
10389                 fix crash when no LANG env is set
10390         * src/common/xml.c
10391                 fix crash in wizard
10392                 don't use memeory after free
10393
10394         All patches by Daniel Gustafson
10395
10396 2005-09-12 [paul]       1.9.14cvs19
10397
10398         * src/prefs_themes.c
10399                 make theme info selectable
10400         * src/gtk/description_window.c
10401                 make window non-modal
10402         * tools/README
10403                 add details of asus_mailed.sh
10404         * tools/claws.i18n.status.pl
10405                 update for new zh_TW translator
10406                 widen the output
10407                 create alternate coloured lines
10408                 improve readability
10409
10410 2005-09-10 [colin]      1.9.14cvs18
10411
10412         * src/plugins/pgpcore/select-keys.c
10413                 Better order for the buttons
10414
10415 2005-09-10 [colin]      1.9.14cvs17
10416
10417         * src/compose.c
10418         * src/plugins/pgpcore/select-keys.c
10419         * src/plugins/pgpcore/select-keys.h
10420         * src/plugins/pgpcore/sgpgme.c
10421                 Add a "Don't encrypt" button to the key
10422                 selection dialog. Fixes bug #177 (There should be a 
10423                 'Don't encrypt button in the Select Keys dialog)
10424
10425 2005-09-10 [colin]      1.9.14cvs16
10426
10427         * src/compose.c
10428                 Fix bug #572 (%X option does not work with templates)
10429
10430 2005-09-10 [colin]      1.9.14cvs15
10431
10432         * src/toolbar.c 
10433                 Remove g_print
10434
10435 2005-09-10 [colin]      1.9.14cvs14
10436
10437         * src/imap.c
10438                 Fix a possible crash
10439
10440 2005-09-09 [colin]      1.9.14cvs13
10441
10442         * src/imap.c
10443         * src/etpan/imap-thread.c
10444         * src/etpan/imap-thread.h
10445                 Fix moving from queue or drafts to normal folders
10446                 Fix bug #794 (No way to delete without expunging)
10447                 Take flags unset by other mailers into account
10448                 Take deleted flag set by other mailers into account
10449                 Fix unsetting REPLIED flag
10450                 Fix crash when capabilities can't be retrieved
10451         * src/mainwindow.c
10452         * src/mainwindow.h
10453                 Add M_DELAYED_FLAGS condition, and let the user use
10454                 Execute in order to be able to expunge deleted mails,
10455                 even if he's not in delayed execute mode
10456         * src/prefs_spelling.c
10457                 Use 'en' dictionary by default if LANG is POSIX or C
10458         * src/gtk/prefswindow.c
10459                 Fix bug #767 (Preferences windows expanding) by making
10460                 the window a bit larger when the resolution is greater
10461                 than 640x480, and by putting the prefs in a
10462                 GtkScrolledWindow.
10463
10464 2005-09-09 [paul]       1.9.14cvs12
10465
10466         * AUTHORS
10467         * configure.ac
10468         * po/zh_TW.Big5.po      ** REMOVED **
10469         * po/zh_TW.po           ** ADDED **
10470                 updated by Wei-Lun Chao
10471
10472 2005-09-09 [paul]       1.9.14cvs11
10473
10474         * src/mainwindow.c
10475                 fix asserts
10476         * src/common/xml.c
10477                 delay memory allocation until file is
10478                 opened successfully
10479                 Patch by Daniel Gustafson
10480
10481 2005-09-09 [colin]      1.9.14cvs10
10482
10483         * src/imap.c
10484                 Add guards
10485
10486 2005-09-08 [colin]      1.9.14cvs9
10487
10488         * src/compose.c
10489                 Alert when we can't save draft
10490                 Fix various wrap/color issues
10491                 Add mid-click pasting respecting wrap_paste option
10492         * src/folder.c
10493         * src/folder.h
10494         * src/folder_item_prefs.c
10495         * src/folder_item_prefs.h
10496         * src/imap.c
10497         * src/imap_gtk.c
10498         * src/imap_gtk.h
10499         * src/main.c
10500         * src/mainwindow.c
10501         * src/mainwindow.h
10502         * src/news.c
10503         * src/news_gtk.c
10504         * src/news_gtk.h
10505         * src/prefs_folder_item.c
10506                 Fix the impossibility to synchronise folders for
10507                 offline use (IMAP and NNTP are concerned)
10508
10509 2005-09-08 [colin]      1.9.14cvs8
10510
10511         * configure.ac
10512                 Build LDAP and JPilot by default if available
10513         * src/textview.c
10514                 Fix use after free
10515
10516 2005-09-08 [paul]       1.9.14cvs7
10517
10518         * doc/manual/en/sylpheed-1.html
10519         * doc/manual/en/sylpheed-18.html
10520         * doc/manual/en/sylpheed-19.html
10521         * doc/manual/en/sylpheed-4.html
10522         * doc/manual/en/sylpheed-6.html
10523         * doc/manual/en/sylpheed.html
10524                 a few minor updates, plus include some
10525                 details about plugins and their requirements
10526         * src/mainwindow.c
10527                 minor changes to English in /View/Sort
10528
10529 2005-09-07 [colin]      1.9.14cvs6
10530
10531         * doc/manual/en/sylpheed-1.html
10532         * doc/manual/en/sylpheed-10.html
10533         * doc/manual/en/sylpheed-11.html
10534         * doc/manual/en/sylpheed-12.html
10535         * doc/manual/en/sylpheed-13.html
10536         * doc/manual/en/sylpheed-14.html
10537         * doc/manual/en/sylpheed-15.html
10538         * doc/manual/en/sylpheed-16.html
10539         * doc/manual/en/sylpheed-17.html
10540         * doc/manual/en/sylpheed-18.html
10541         * doc/manual/en/sylpheed-19.html
10542         * doc/manual/en/sylpheed-2.html
10543         * doc/manual/en/sylpheed-20.html
10544         * doc/manual/en/sylpheed-21.html
10545         * doc/manual/en/sylpheed-22.html
10546         * doc/manual/en/sylpheed-3.html
10547         * doc/manual/en/sylpheed-4.html
10548         * doc/manual/en/sylpheed-5.html
10549         * doc/manual/en/sylpheed-6.html
10550         * doc/manual/en/sylpheed-7.html
10551         * doc/manual/en/sylpheed-8.html
10552         * doc/manual/en/sylpheed-9.html
10553         * doc/manual/en/sylpheed.html
10554                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10555
10556 2005-09-07 [colin]      1.9.14cvs5
10557
10558         * src/mainwindow.c
10559                 Make labels more to-the-point
10560
10561 2005-09-07 [colin]      1.9.14cvs4
10562
10563         * doc/manual/en/sylpheed-1.html
10564         * doc/manual/en/sylpheed-12.html
10565         * doc/manual/en/sylpheed-13.html
10566         * doc/manual/en/sylpheed-14.html
10567         * doc/manual/en/sylpheed-15.html
10568         * doc/manual/en/sylpheed-16.html
10569         * doc/manual/en/sylpheed-17.html
10570         * doc/manual/en/sylpheed-18.html
10571         * doc/manual/en/sylpheed-19.html
10572         * doc/manual/en/sylpheed-2.html
10573         * doc/manual/en/sylpheed-20.html
10574         * doc/manual/en/sylpheed-21.html
10575         * doc/manual/en/sylpheed-22.html
10576         * doc/manual/en/sylpheed-4.html
10577         * doc/manual/en/sylpheed-5.html
10578         * doc/manual/en/sylpheed-6.html
10579         * doc/manual/en/sylpheed-7.html
10580         * doc/manual/en/sylpheed-8.html
10581         * doc/manual/en/sylpheed-9.html
10582         * doc/manual/en/sylpheed.html
10583                 Update manual
10584
10585 2005-09-07 [colin]      1.9.14cvs3
10586
10587         * doc/faq/en/sylpheed-faq-1.html
10588         * doc/faq/en/sylpheed-faq-2.html
10589         * doc/faq/en/sylpheed-faq-3.html
10590         * doc/faq/en/sylpheed-faq.html
10591                 Update FAQ
10592
10593 2005-09-07 [colin]      1.9.14cvs2
10594
10595         * src/folderview.c
10596         * src/procmsg.c
10597         * src/summaryview.c
10598         * src/toolbar.c
10599                 Fix special subfolders:
10600                 - Inherit parent's icon
10601                 - sent contents of queues subfolders
10602                 - empty subfolders of trashes
10603         * src/mainwindow.c
10604                 Remove outdated manual and faq entries
10605         * src/common/utils.c
10606                 Add quotes around %s coming from mailcap
10607
10608 2005-09-07 [colin]      1.9.14cvs1
10609
10610         * src/compose.c
10611                 After saving draft, set modified to FALSE
10612         * src/mimeview.c
10613         * src/common/utils.c
10614         * src/common/utils.h
10615                 Try to open mime parts using what is 
10616                 indicated in ~/.mailcap or /etc/mailcap,
10617                 if possible.
10618
10619 2005-09-05 [paul]       1.9.14
10620
10621         1.9.14 released
10622
10623         * po/sk.po
10624                 updated by Andrej Kacian
10625
10626 2005-09-05 [paul]       1.9.13cvs83
10627
10628         * po/de.po
10629         * po/es.po
10630         * po/fi.po
10631         * po/fr.po
10632         * po/nb.po
10633         * po/pt_BR.po
10634         * po/sr.po
10635                 updated translations by Thomas Gilgin, Ricardo Mones
10636                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10637                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10638
10639 2005-09-04 [paul]       1.9.13cvs82
10640
10641         * src/compose.c
10642                 only warn about exceeded line length limit
10643                 on send
10644
10645 2005-09-04 [paul]       1.9.13cvs81
10646
10647         * src/compose.c
10648                 fix crash in 'line length exceeded' dialogue
10649
10650 2005-09-02 [paul]       1.9.13cvs80
10651
10652         * src/imap.c
10653                 fix bug 795, 'Connection lost IMAP'
10654                 and add statusbar prints
10655                 Patch by Colin
10656
10657 2005-09-02 [paul]       1.9.13cvs79
10658
10659         * src/compose.c
10660                 compose_wrap_paragraph() becomes
10661                 compose_beautify_paragraph()
10662                 Patch by Colin
10663
10664 2005-09-02 [colin]      1.9.13cvs78
10665
10666         * src/folderview.c
10667                 Micro-fix
10668
10669 2005-09-01 [colin]      1.9.13cvs77
10670
10671         * src/imap.c
10672                 Maybe fix bug #795 (Connection lost IMAP)
10673                 Don't try to send logout when we're disconnected.
10674         * src/summaryview.c
10675                 Include locked and marked emails in HRM
10676                 view. Fixes bug #800 (Locked messages no longer 
10677                 show up when hide read messages is used)
10678
10679 2005-09-01 [paul]       1.9.13cvs76
10680
10681         * src/prefs_common.c
10682                 fix bad cutting
10683
10684 2005-08-31 [colin]      1.9.13cvs75
10685
10686         * src/folderview.c
10687         * src/folderview.h
10688         * src/prefs_summaries.c
10689         * src/summaryview.c
10690                 Fix "go to next new", fix preference
10691                 (Open unread/next swapped)
10692
10693 2005-08-31 [paul]       1.9.13cvs74
10694
10695         * src/compose.c
10696         * src/folderview.c
10697         * src/headerview.c
10698         * src/headerview.h
10699         * src/mainwindow.c
10700         * src/prefs_common.c
10701         * src/prefs_common.h
10702         * src/prefs_fonts.c
10703         * src/summaryview.c
10704         * src/textview.c
10705         * src/common/defs.h
10706                 remove obsolete BOLD_FONT setting
10707                 fix font update in headerview and textview
10708                 headers after prefs change
10709                 Patch By Colin
10710
10711 2005-08-31 [paul]
10712
10713         1.9.14-rc4 released
10714
10715 2005-08-30 [colin]      1.9.13cvs73
10716
10717         * src/summaryview.c
10718                 When Hide read messages is selected and we
10719                 refresh the summaryview, don't remove the 
10720                 currently displayed message. Fixes bug #797
10721                 (Summary view reloads when new mail is 
10722                 downloaded in 1.9.14 rc)
10723
10724 2005-08-30 [colin]      1.9.13cvs72
10725
10726         * src/folderview.c
10727                 Fix flickering
10728         * src/mainwindow.c
10729                 Remove useless callback
10730         * src/mimeview.c
10731         * src/gtk/filesel.c
10732         * src/gtk/filesel.h
10733                 Add a filesel_select_file_save_folder() - used by Save All
10734
10735 2005-08-29 [paul]       1.9.13cvs71
10736
10737         * AUTHORS
10738         * src/matcher_parser_parse.y
10739         * src/etpan/imap-thread.c
10740                 fix building on FreeBSD
10741                 Patch by Daniel Gustafson <daniel@hobbit.se>
10742
10743 2005-08-29 [paul]       1.9.13cvs70
10744
10745         * src/plugins/pgpinline/pgpinline.c
10746                 only initialise sig result if it's been handled
10747                 Patch by Colin
10748
10749 2005-08-29 [paul]       1.9.13cvs69
10750         
10751         Patches by Colin:
10752
10753         * src/imap.c
10754         * src/common.utils.c
10755         * src/common/utils.h
10756                 optimisation
10757         * src/stock_pixmap.h
10758                 fix wrong icon reference
10759         * src/pixmaps/trash_btn.xpm
10760                 replace with nicer image
10761
10762 2005-08-28 [colin]      1.9.13cvs68
10763
10764         * src/Makefile.am
10765         * src/stock_pixmap.c
10766         * src/stock_pixmap.h
10767         * src/toolbar.c
10768         * src/pixmaps/trash_btn.xpm
10769                 Add a specific trash xpm for the button
10770
10771 2005-08-28 [colin]      1.9.13cvs67
10772
10773         * src/imap.c
10774                 Fix leak
10775
10776 2005-08-27 [colin]      1.9.13cvs66
10777
10778         * src/imap.c
10779         * src/procmime.c
10780                 Correctly fix "Problem with replies", fixes
10781                 pgpmime encryption too. 
10782
10783 2005-08-27 [colin]      1.9.13cvs65
10784
10785         * src/folder.c
10786         * src/procmsg.c
10787         * src/procmsg.h
10788         * src/summaryview.c
10789                 Fix bug #517 (messages removed from summaryview 
10790                 when moving fails)
10791
10792 2005-08-27 [colin]      1.9.13cvs64
10793
10794         * tools/Makefile.am
10795         * tools/asus_mailled.sh
10796                 Add a script to blink ASUS laptops' mail LED where there
10797                 is unread mail.
10798
10799 2005-08-27 [colin]      1.9.13cvs63
10800
10801         * src/imap.c
10802         * src/etpan/imap-thread.c
10803         * src/etpan/imap-thread.h
10804                 Implement automatic choosing of login method
10805                 Fixes bug #791
10806         * src/gtk/.cvsignore
10807                 Add sylpheed-marshal.[ch]
10808
10809 2005-08-27 [colin]      1.9.13cvs62
10810
10811         * src/common/utils.c
10812                 Fix confusing perror
10813
10814 2005-08-27 [colin]      1.9.13cvs61
10815
10816         * src/toolbar.c
10817         * src/toolbar.h
10818                 Remove A_DELETE, replace it with 
10819                 A_TRASH and A_DELETE_REAL. Automatically
10820                 rewrite config files to replace A_DELETE
10821                 with A_TRASH (no functionality change).
10822                 Fixes half of #794
10823
10824 2005-08-26 [colin]      1.9.13cvs60
10825
10826         * src/procmime.c
10827                 Previous "Problem with replies" fix brought other
10828                 problems, fixing them
10829
10830 2005-08-26 [colin]      1.9.13cvs59
10831
10832         * src/procmime.c
10833                 Fix "Problem with replies". This happened only
10834                 on IMAP...
10835         * src/procmsg.c
10836                 Factorize code a bit
10837         * src/compose.c
10838                 Speed improvement on very long messages (wrapping)
10839                 Fix signature color on Reedit and Redirect
10840                 On Reedit, don't attach pgp-signatures parts, but
10841                 set signing to On.
10842
10843 2005-08-24 [paul]       1.9.13cvs58
10844
10845         * src/compose.c
10846                 don't claim success when clicking
10847                 Cancel on the passphrase box.
10848                 Patch by Colin
10849
10850 2005-08-24 [paul]       1.9.13cvs57
10851
10852         * src/main.c
10853                 fix misplaced sylpheed.log
10854         * src/common/defs.h
10855                 define UIDL_DIR
10856
10857 2005-08-24 [paul]       1.9.13cvs56
10858
10859         * src/imap.c
10860         * src/etpan/imap-thread.c
10861         * src/etpan/imap-thread.h
10862                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10863                 Patch by Colin
10864         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10865         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10866                 remove autogenerated files
10867         * tools/kdeservicemenu/README
10868         * tools/kdeservicemenu/install.sh
10869         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10870         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10871                 use Claws icon, use 'Sylpheed-Claws' in menu,
10872                 use kdialog, and other cleanups
10873
10874 2005-08-23 [paul]       1.9.13cvs55
10875
10876         * src/compose.c
10877                 fix paste/wrap crash
10878                 Patch by Colin
10879
10880 2005-08-23 [paul]       1.9.13cvs54
10881
10882         * src/main.c
10883                 fix crash recovery
10884                 Patch by Colin
10885
10886 2005-08-23 [paul]       1.9.13cvs53
10887
10888         * src/addressbook.c
10889         * src/editaddress.c
10890                 view all data of LDAP contacts
10891                 Patch by Colin
10892
10893 2005-08-23 [paul]       1.9.13cvs52
10894
10895         * src/addressbook.c
10896                 fix issues with the Search field
10897                 Patch by Colin
10898
10899 2005-08-22 [paul]       1.9.13cvs51
10900
10901         * src/folderview.c
10902                 put name of folder in processing dialog
10903                 title
10904         * src/prefs_folder_item.c
10905                 improve english usage
10906
10907 2005-08-22 [paul]       1.9.13cvs50
10908
10909         * src/filtering.c
10910         * src/filtering.h
10911         * src/matcher.c
10912         * src/matcher_parser_lex.l
10913         * src/matcher_parser_parse.y
10914         * src/prefs_filtering.c
10915                 add Filtering/Processing rule names feature.
10916                 (the incompatible old matcherrc is saved as
10917                 matcherrc.pre_names).
10918                 Patch by Colin
10919
10920 2005-08-22 [paul]       1.9.13cvs49
10921
10922         * src/procmsg.c
10923                 fix colour labelling
10924                 Patch by Colin
10925
10926 2005-08-22 [paul]       1.9.13cvs48
10927
10928         * src/textview.c
10929                 fix open_image_cb()
10930
10931 2005-08-22 [paul]       1.9.13cvs47
10932
10933         * src/imap.c
10934                 fix bug 789, 'SC crashes with imap (CVS ver)'
10935                 Patch by Colin
10936
10937 2005-08-22 [paul]       1.9.13cvs46
10938
10939         * src/mimeview.c
10940         * src/prefs_common.c
10941         * src/common/defs.h
10942                 define reused defaults in defs.h
10943         * src/textview.c
10944                 add 'Open image' to image popup menu
10945
10946 2005-08-21 [colin]      1.9.13cvs45
10947
10948         * src/summaryview.c
10949                 Fix bug #788 (Bogus "From" address displayed)
10950
10951 2005-08-20 [colin]      1.9.13cvs44
10952
10953         * src/folder.c
10954                 Fix buf #787 (multilevel delete causes SIGSEGV)
10955
10956 2005-08-19 [colin]      1.9.13cvs43
10957
10958         * src/inc.c
10959         * src/prefs_common.c
10960         * src/prefs_common.h
10961                 Add an hidden pref to allow modifying the
10962                 update stepping in incorporation.
10963                 Patch by wwp.
10964
10965 2005-08-19 [colin]      1.9.13cvs42
10966
10967         * src/compose.c
10968         * src/procmime.c
10969                 Workaround for broken MUAs: encode 
10970                 Content-type: name: as ASCII and 
10971                 Content-Disposition: filename: as
10972                 per rfc2231
10973         * src/prefs_account.c
10974                 Fix invisible-ness of SMTP SSL prefs
10975                 in NNTP accounts
10976
10977 2005-08-19 [paul]       1.9.13cvs41
10978
10979         * src/compose.c
10980         * src/prefs_common.c
10981         * src/prefs_common.h
10982         * src/prefs_wrapping.c
10983                 paste with or without wrapping.
10984                 patch by Colin
10985
10986 2005-08-19 [paul]       1.9.13cvs40
10987
10988         * src/prefs_common.c
10989         * src/prefs_common.h
10990         * src/summaryview.c
10991                 reintroduce enable_swap_from as a
10992                 hidden pref. patch by Colin
10993         * src/quote_fmt_parse.y
10994         * src/plugins/clamav/clamav_plugin.c
10995         * src/plugins/dillo_viewer/dillo_viewer.c
10996         * src/plugins/mathml_viewer/mathml_viewer.c
10997         * src/plugins/pgpcore/sgpgme.c
10998         * src/plugins/pgpinline/pgpinline.c
10999         * src/plugins/pgpmime/pgpmime.c
11000                 tidy up. patch by Colin
11001
11002 2005-08-19 [paul]       1.9.13cvs39
11003
11004         * configure.ac
11005                 complete cvs38's sync
11006         * src/editaddress.c
11007         * src/gedit-print.c
11008         * src/mutt.c
11009         * src/etpan/etpan-log.c
11010         * src/etpan/imap-thread.c
11011         * src/gtk/gtksourceprintjob.c
11012                 fix compilation warnings
11013                 (patch by Colin)
11014
11015 2005-08-19 [paul]       1.9.13cvs38
11016
11017         sync with main:
11018
11019         * src/account.c
11020         * src/action.c
11021         * src/addrbook.c
11022         * src/addrcache.c
11023         * src/addrharvest.c
11024         * src/addrindex.c
11025         * src/codeconv.c
11026         * src/compose.c
11027         * src/crash.c
11028         * src/exporthtml.c
11029         * src/exportldif.c
11030         * src/folder.c
11031         * src/image_viewer.c
11032         * src/inc.c
11033         * src/inc.h
11034         * src/jpilot.c
11035         * src/ldif.c
11036         * src/main.c
11037         * src/matcher.c
11038         * src/mbox.c
11039         * src/messageview.c
11040         * src/mh.c
11041         * src/mimeview.c
11042         * src/msgcache.c
11043         * src/mutt.c
11044         * src/news.c
11045         * src/partial_download.c
11046         * src/pine.c
11047         * src/pop.c
11048         * src/prefs_actions.c
11049         * src/prefs_common.c
11050         * src/prefs_customheader.c
11051         * src/prefs_display_header.c
11052         * src/prefs_gtk.c
11053         * src/prefs_themes.c
11054         * src/procheader.c
11055         * src/procmime.c
11056         * src/procmsg.c
11057         * src/recv.c
11058         * src/send_message.c
11059         * src/simple-gettext.c
11060         * src/sourcewindow.c
11061         * src/textview.c
11062         * src/vcard.c
11063         * src/common/defs.h
11064         * src/common/log.c
11065         * src/common/plugin.c
11066         * src/common/prefs.c
11067         * src/common/session.c
11068         * src/common/session.h
11069         * src/common/socket.c
11070         * src/common/socket.h
11071         * src/common/ssl_certificate.c
11072         * src/common/template.c
11073         * src/common/utils.c
11074         * src/common/utils.h
11075         * src/common/xml.c
11076         * src/gtk/about.c
11077         added wrappers for C library function that
11078                 take pathname arguments.
11079                 enabled compilation with MinGW.
11080                 use GDir instead of directly using opendir().
11081                 added rename_force().
11082
11083 2005-08-19 [paul]       1.9.13cvs37
11084         
11085         patches by Colin:
11086         * src/compose.c
11087                 fix privacy settings on re-editing
11088                 a sent message
11089         * src/jpilot.c
11090                 fix encoding bug
11091         * src/folder.c
11092         * src/procmsg.c
11093         * src/procmsg.h
11094         * src/summaryview.c
11095                 flag changing optimisation
11096
11097 2005-08-18 [martin]     1.9.13cvs36
11098
11099         * commitHelper
11100             added my login
11101         * src/addrcache.c
11102         * src/addrharvest.c
11103         * src/addrindex.c
11104         * src/compose.c
11105         * src/grouplistdialog.c
11106         * src/main.c
11107         * src/mainwindow.c
11108         * src/msgcache.c
11109         * src/mutt.c
11110         * src/pine.c
11111         * src/prefs_account.c
11112         * src/prefs_themes.c
11113         * src/stock_pixmap.c
11114         * src/summaryview.c
11115         * src/gtk/about.c
11116         * src/gtk/logwindow.c
11117             removed deprecated glib and gdk stuff
11118         * src/plugins/pgpcore/select-keys.c
11119             convert attributes from locale to utf8
11120
11121 2005-08-17 [paul]       1.9.13cvs35
11122
11123         * src/account.c
11124         * src/addressbook.c
11125                 use new GTK_STOCK_ icons if available
11126         * src/summaryview.c
11127         * src/gtk/gtksctree.c
11128         * src/gtk/gtksctree.h
11129                 faster range select. patch by Colin
11130
11131 2005-08-17 [paul]       1.9.13cvs34
11132
11133         patches by colin:
11134         * src/addressbook.c
11135         * src/addressitem.h
11136                 Add an edit button for contacts, fix selections
11137                 of gtksctree items
11138         * src/editaddress.c
11139                 Change labels, let Save be always possible in the
11140                 email and user atributes tabs
11141         * src/folderview.c
11142                 fix sort issues
11143         * src/summaryview.c
11144                 select next item instead of the displayed one
11145                 after deletion
11146
11147         * src/gtk/progressdialog.c
11148                 use prefs_common.enable_rules_hint
11149
11150 2005-08-13 [hoa]        1.9.13cvs33
11151
11152         * src/etpan/imap-thread.c
11153                 fixed build on Solaris.
11154
11155 2005-08-10 [colin]      1.9.13cvs32
11156
11157         * src/procmsg.c
11158                 Fix cvs31 (missing fclose before reading
11159                 the file)
11160
11161 2005-08-10 [colin]      1.9.13cvs31
11162
11163         * src/procmsg.c
11164                 Fix procmsg_msginfo_new_from_mimeinfo() when
11165                 the MimeInfo isn't stored in memory. This fixes
11166                 replying to an attached message.
11167
11168 2005-08-10 [colin]      1.9.13cvs30
11169
11170         * src/mainwindow.c
11171                 Fix slowness in account changing
11172
11173 2005-08-10 [colin]      1.9.13cvs29
11174
11175         * src/folder.c
11176         * src/folderutils.c
11177         * src/folderview.c
11178         * src/imap_gtk.c
11179         * src/mainwindow.c
11180         * src/mh_gtk.c
11181         * src/procmsg.c
11182         * src/summaryview.c
11183                 Optimize folder_has_parent_of_type
11184                 Prevent moving special sub-folders from contextual menus
11185                 Rework message a bit ("Empty all messages" -> "Delete all
11186                 messages")
11187                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11188                 and "Deleted Items" folders)
11189
11190 2005-08-08 [colin]      1.9.13cvs28
11191
11192         * src/summaryview.c
11193         * src/prefs_summaries.c
11194                 Make "Select first unread|new" more flexible
11195                 (just prioritize new or unread)
11196
11197 2005-08-08 [colin]      1.9.13cvs27
11198
11199         * src/summaryview.c
11200                 If "select first new" is selected and there only
11201                 are unread messages, fallback to "select first
11202                 unread".
11203
11204 2005-08-08 [colin]      1.9.13cvs26
11205
11206         * src/folder.c
11207                 Fix shameful bugs (and bug #779)
11208
11209 2005-08-08 [colin]      1.9.13cvs25
11210
11211         * src/folder.c
11212         * src/folder.h
11213                 Cache parents' type to make folder_has_parent_of_type
11214                 faster
11215         * src/folderview.c
11216                 Forbid DnD of special sub-folders
11217         * src/procmsg.c
11218         * src/procmsg.h
11219                 Add MAIL_POSTFILTERING_HOOK
11220         * src/summaryview.c
11221                 Revert over-zealous deletion of the use_addr_book 
11222                 code
11223
11224 2005-08-07 [colin]      1.9.13cvs24
11225
11226         * src/folder.c
11227                 Fix big mistake (passing MsgInfo instead 
11228                 of FolderItem)
11229
11230 2005-08-07 [colin]      1.9.13cvs23
11231
11232         * src/compose.c
11233         * src/folder.c
11234         * src/folder.h
11235         * src/foldersel.c
11236         * src/folderutils.c
11237         * src/folderview.c
11238         * src/imap.c
11239         * src/mainwindow.c
11240         * src/messageview.c
11241         * src/mh.c
11242         * src/msgcache.c
11243         * src/procmime.c
11244         * src/summaryview.c
11245                 Make subfolders of Drafts, Queue, Outbox, Trash
11246                 work like their parents. 
11247                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11248
11249 2005-08-07 [colin]      1.9.13cvs22
11250
11251         * src/addressbook.c
11252                 Fix bug #771 (Dragged contacts not saved)
11253
11254 2005-08-07 [paul]       1.9.13cvs21
11255
11256         * src/summaryview.c
11257                 fix bug 32 'Search Doesn't display results
11258                 if "Hide Read Messages" is chosen'
11259                 be more literal in interpreting 'Hide read
11260                 messages'
11261
11262 2005-08-07 [colin]      1.9.13cvs20
11263
11264         * src/folderview.c
11265                 Add debug
11266         * src/summaryview.c
11267                 Faster 'unthread_for_execution'
11268
11269 2005-08-06 [paul]       1.9.13cvs19
11270
11271         * src/mainwindow.c
11272                 add mnemonics to Set displayed columns
11273                 fix bug where msgview_visible option was
11274                 overwritten as TRUE on startup
11275
11276 2005-08-06 [paul]       1.9.13cvs18
11277
11278         * src/mainwindow.c
11279                 refer to 'displayed columns in folder/message
11280                 list' not 'displayed items in summary/message view'
11281         * src/prefs_display_header.c
11282                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11283                 be consistent with similar dialogues
11284         * src/prefs_folder_column.c
11285         * src/prefs_summary_column.c
11286                 'columns' not 'items', and folder and message lists,
11287                 instead of folder and summary views;
11288                 Use 'Hidden columns' as list heading not 'Available
11289                 items';
11290                 move the 'Remove' button to the right hand side;
11291                 top-align the buttons;
11292                 remove unneeded vbox
11293         * src/prefs_summaries.c
11294                 put the 2 column prefs buttons in a frame to reduce
11295                 overall width; refer to columns not items &c.
11296
11297 2005-08-05 [colin]      1.9.13cvs17
11298
11299         * src/prefs_common.c
11300         * src/prefs_common.h
11301         * src/mainwindow.c
11302         * src/compose.c
11303         * src/messageview.c
11304                 Add an hidden toolbar_detachable pref, so
11305                 that I can get rid of these painful handles
11306                 in the toolbars. Defaults to TRUE to avoid
11307                 changing the GUI on unsuspecting people...
11308
11309 2005-08-05 [colin]      1.9.13cvs16
11310
11311         * src/Makefile.am
11312         * src/prefs_folder_column.c
11313         * src/prefs_folder_column.h
11314                 Add prefs for folder columns
11315         * src/folderview.c
11316         * src/folderview.h
11317         * src/mainwindow.c
11318         * src/mainwindow.h
11319         * src/prefs_common.c
11320         * src/prefs_common.h
11321         * src/prefs_summaries.c
11322                 Use them
11323         * src/prefs_summary_column.c
11324         * src/summaryview.c
11325         * src/summaryview.h
11326                 Add a To column
11327         * src/textview.c
11328         * src/common/utils.c
11329         * src/common/utils.h
11330                 Move uri colourisation functions
11331                 to utils
11332         * src/compose.c
11333                 Colourise URIs
11334         * src/imap.c
11335                 Fix bug with LIST where we'd try
11336                 to get Folder//////[...]/// 
11337
11338 2005-08-05 [paul]       1.9.13cvs15
11339
11340         * src/prefs_summaries.c
11341                 improve the English usage
11342         * src/summaryview.c
11343                 set font on column change
11344                 thanks to Colin
11345
11346 2005-08-05 [paul]       1.9.13cvs14
11347
11348         * src/prefs_common.c
11349         * src/prefs_common.h
11350         * src/prefs_summaries.c
11351         * src/summaryview.c
11352                 replace 'open_unread_on_enter' option with
11353                 'select_on_entry' option. opening/not opening
11354                 is now exclusively controlled by 'always_show_msg'
11355
11356 2005-08-04 [colin]      1.9.13cvs13
11357
11358         * src/compose.c
11359                 Remove dead code
11360                 Add colourisation of quotes and signatures
11361         * src/folderview.c
11362                 Fix possible crashes
11363         * src/messageview.c
11364                 Change an assert that is no problem
11365         * src/news.c
11366         * src/news_gtk.c
11367         * src/news_gtk.h
11368                 Fix offline mode
11369         * src/gtk/quicksearch.c
11370                 Fix a possible crash
11371
11372 2005-08-03 [colin]      1.9.13cvs12
11373
11374         * src/prefs_account.c
11375                 Fix bug #777 (Sylpheed crash in account configuration)
11376
11377 2005-08-03 [colin]      1.9.13cvs11
11378
11379         * src/addressbook.c
11380         * src/editaddress.c
11381         * src/editgroup.c
11382                 Fixing addressbook, round 2
11383         * src/textview.c
11384                 Fix emphasis color on rechecking 'Colorize messages'
11385
11386 2005-08-03 [paul]       1.9.13cvs10
11387
11388         sync with main
11389
11390         * src/addr_compl.c
11391         * src/compose.c
11392         * src/main.c
11393         * src/pop.c
11394         * src/prefs_account.c
11395         * src/procmime.c
11396         * src/procmsg.c
11397         * src/quote_fmt_parse.y
11398         * src/textview.c
11399         * src/common/quoted-printable.c
11400         * src/common/utils.c
11401         * src/common/utils.h
11402         * src/common/xml.c
11403                 replaced incorrect locale-independent
11404                 ctype functions with GLib's. Corrected
11405                 signedness mismatch.
11406         * src/headerview.c
11407                 headerview_create(): added spacing for vbox.
11408         * src/gtk/about.c
11409                 set focus to the OK button.
11410
11411 2005-08-03 [colin]      1.9.13cvs9
11412
11413         * src/folderview.c
11414                 Fix possible crash
11415
11416 2005-08-02 [colin]      1.9.13cvs8
11417
11418         * src/mainwindow.c
11419                 Fix cast
11420         * src/addressbook.c
11421         * src/addressitem.h
11422                 Fix a cast and more generally, try to make the
11423                 GUI more intuitive and consistent (round 1)
11424
11425 2005-08-02 [paul]       1.9.13cvs7
11426
11427         * src/folder.h
11428                 missing in 1.9.13cvs6
11429
11430 2005-08-02 [colin]      1.9.13cvs6
11431
11432         * src/folder.c
11433                 Fix one more leak
11434
11435 2005-08-02 [colin]      1.9.13cvs5
11436
11437         * src/folder.c
11438         * src/folderview.c
11439         * src/imap.c
11440         * src/main.c
11441         * src/mbox.c
11442         * src/procmsg.c
11443         * src/summaryview.c
11444                 Fix a number of folder_item_get_msg_list()-related
11445                 leaks (missing procmsg_msginfo_free()s)
11446
11447 2005-08-01 [colin]      1.9.13cvs4
11448
11449         * src/folderview.c
11450         * src/folderview.h
11451         * src/mainwindow.c
11452         * src/prefs_fonts.c
11453         * src/prefs_summaries.c
11454         * src/prefs_themes.c
11455         * src/summaryview.c
11456         * src/summaryview.h
11457         * src/textview.c
11458         * src/textview.h
11459                 Fix instant-apply of summary and folderview-related prefs
11460                 Fix erroneous g_free and alertpanels in prefs_theme
11461                 Add instant-apply for fonts
11462                 Defer applying of prefs a little bit so it's done only
11463                 once even if requested by multiples prefs pages
11464
11465 2005-08-01 [paul]       1.9.13cvs3
11466
11467         * src/main.c
11468                 fix bug 776 'S.C. crashes on close'
11469                 thanks to Colin
11470         * src/etpan/etpan-thread-manager-types.h
11471                 add missing include
11472                 thanks to Hoa
11473
11474 2005-07-25 [paul]       1.9.13cvs2
11475
11476         * src/summaryview.c
11477                 fix typos. spotted by Fabien Vantard
11478
11479 2005-07-24 [paul]       1.9.13cvs1
11480
11481         * doc/man/sylpheed.1
11482                 update man page, incorporating fix of
11483                 bug 769 'Typo in manpage'
11484         * src/etpan/imap-thread.c
11485                 fix NetBSD openssl dependencies. patch by
11486                 George Michaelson <ggm@apnic.net>
11487         * po/pt_BR.po
11488                 updated by Frederico Goncalves Guimaraes
11489
11490 2005-07-22 [paul]       1.9.13
11491
11492         1.9.13 release
11493
11494 2005-07-22 [paul]       1.9.12cvs91
11495
11496         * AUTHORS
11497         * INSTALL
11498         * README.claws
11499         * RELEASE_NOTES.claws
11500                 updated for release
11501         * configure.ac
11502         * po/nb.po
11503         * tools/claws.i18n.status.pl
11504                 add Norwegian translation. submiited by
11505                 Geir Helland <pjallabais@users.sourceforge.net>
11506         * po/ca.po
11507         * po/de.po
11508         * po/es.po
11509         * po/fi.po
11510         * po/fr.po
11511         * po/it.po
11512         * po/sk.po
11513         * po/sr.po
11514         * po/zh_CN.po
11515                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11516                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11517                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11518                 Yang Guilong
11519         * src/plugins/clamav/clamav_plugin_gtk.c
11520         * src/plugins/spamassassin/spamassassin_gtk.c
11521                 replace outdated description strings
11522
11523 2005-07-21 [colin]      1.9.12cvs90
11524
11525         * src/folder.c
11526                 Set folder to batch mode when scanning it. Makes deletion
11527                 of unread mails on IMAP much faster (due to the UNREAD 
11528                 flag unsetting)
11529
11530 2005-07-21 [darko]      1.9.12cvs89
11531
11532         * configure.ac
11533                 link against libresolv if necessary (patch by Paul)
11534         * src/msgcache.c
11535                 use glib's portable macros to determine endianness
11536
11537 2005-07-21 [paul]       1.9.12cvs88
11538
11539         * src/crash.c
11540         * src/gtk/about.c
11541                 update compiled-in features list
11542
11543 2005-07-20 [colin]      1.9.12cvs87
11544
11545         * src/folder.c
11546         * src/textview.c
11547                 Gcc 2.9x compilation fixes, thanks to Darko
11548         * src/plugins/clamav/clamav_plugin.c
11549                 Little optimisation: load virus database only once
11550         * src/plugins/spamassassin/spamassassin.c
11551                 Big optimisation: filtering one mail took at least 1 second,
11552                 now it takes at least 50ms. Doesn't speed up spamassassin 
11553                 itself, but should already be much more tolerable.
11554
11555 2005-07-20 [colin]      1.9.12cvs86
11556
11557         * src/summaryview.c
11558                 Fix performance issue
11559
11560 2005-07-19 [colin]      1.9.12cvs85
11561
11562         * src/plugins/pgpinline/plugin.c
11563                 Fix warning
11564
11565 2005-07-19 [colin]      1.9.12cvs84
11566
11567         * configure.ac
11568         * src/plugins/Makefile.am
11569         * src/plugins/pgpinline/.cvsignore
11570         * src/plugins/pgpinline/Makefile.am
11571         * src/plugins/pgpinline/pgpinline.c
11572         * src/plugins/pgpinline/pgpinline.deps
11573         * src/plugins/pgpinline/pgpinline.h
11574         * src/plugins/pgpinline/plugin.c
11575                 Put pgpinline in the main tree
11576
11577 2005-07-19 [paul]       1.9.12cvs83
11578
11579         * src/prefs_actions.c
11580                 prevent '//' in menu names, which cause a crash
11581                 thanks to Colin
11582
11583 2005-07-19 [paul]       1.9.12cvs82
11584
11585         * configure.ac
11586                 be generally more informative in configure output.
11587                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11588                 '[ --disable-openssl ...', as --enable-openssl is default
11589                 PGP/MIME: don't check for GPGME again, check for
11590                 pgpcore instead. Therefore prevent the possibility of
11591                 attempting to build pgpmime if pgpcore dependencies are
11592                 not met
11593                 ClamAV: use pkgconfig to check for lib
11594                 libgnomeprint: revert logic on inner test to match
11595                 everything else
11596         * src/plugins/pgpcore/sgpgme.c
11597                 add missing include
11598
11599 2005-07-19 [colin]      1.9.12cvs81
11600
11601         * src/summaryview.c
11602                 Fix slow thread rebuilding in particular
11603                 cases
11604
11605 2005-07-19 [paul]       1.9.12cvs80
11606
11607         * sylpheed-claws.desktop
11608                 fix typo, spotted by Stephan Sachse
11609         * src/account.c
11610                 replace GTK_STOCK_ADD with
11611                 GTK_STOCK_NEW button
11612
11613 2005-07-18 [colin]      1.9.12cvs79
11614
11615         * src/etpan/imap-thread.c
11616                 Fix return value (Thanks Hoa)
11617
11618 2005-07-18 [colin]      1.9.12cvs78
11619
11620         * src/imap.c
11621                 Allow empty passwords
11622                 Create drafts/queue/outbox if necessary
11623         * src/summaryview.c
11624                 Remove old code
11625         * src/etpan/imap-thread.c
11626                 Fix STARTTLS (Thanks to Hoa)
11627
11628 2005-07-18 [paul]       1.9.12cvs77
11629
11630         * ChangeLog-gtk2.jp
11631         * ChangeLog.jp
11632                 removed
11633         * Makefile.am
11634                 updated to reflect additions and removals
11635         * TODO
11636                 updated to be claws-specific
11637         * TODO-gtk2
11638         * TODO-gtk2.jp
11639         * TODO.jp
11640         * sylpheed-128x128.png
11641         * sylpheed-64x64.png
11642                 removed
11643         * sylpheed-claws-128x128.png
11644         * sylpheed-claws-64x64.png
11645         * sylpheed-claws.desktop
11646         * sylpheed-claws.png
11647                 added
11648         * sylpheed.desktop
11649         * sylpheed.png
11650                 removed
11651
11652 2005-07-17 [paul]       1.9.12cvs76
11653
11654         * src/account.c
11655         * src/addressbook.c
11656         * src/alertpanel.c
11657         * src/alertpanel.h
11658         * src/compose.c
11659         * src/exphtmldlg.c
11660         * src/expldifdlg.c
11661         * src/folderview.c
11662         * src/imap_gtk.c
11663         * src/inc.c
11664         * src/message_search.c
11665         * src/messageview.c
11666         * src/mh_gtk.c
11667         * src/news_gtk.c
11668         * src/prefs_actions.c
11669         * src/prefs_filtering.c
11670         * src/prefs_matcher.c
11671         * src/prefs_template.c
11672         * src/prefs_themes.c
11673         * src/ssl_manager.c
11674         * src/summary_search.c
11675         * src/textview.c
11676         * src/toolbar.c
11677         * src/gtk/sslcertwindow.c
11678         * src/plugins/pgpcore/sgpgme.c
11679                 rework alertpanels
11680
11681 2005-07-17 [colin]      1.9.12cvs75
11682
11683         * src/privacy.c
11684                 add a PrivacySystem accessor that checks that
11685                 the system cached in a MimeInfo's privacydata
11686                 is still registered. Use this accessor instead
11687                 of directly using data->system. Fixes crashes
11688                 after unloading pgp plugins.
11689
11690 2005-07-17 [colin]      1.9.12cvs74
11691
11692         * src/alertpanel.c
11693                 Change geometry hints to a simple default size.
11694                 Fixes the certs dialogs.
11695
11696 2005-07-17 [colin]      1.9.12cvs73
11697
11698         * src/gtk/sslcertwindow.c
11699                 Use a gtkExpander
11700
11701 2005-07-17 [colin]      1.9.12cvs72
11702
11703         * src/plugins/pgpcore/Makefile.am
11704         * src/plugins/pgpmime/Makefile.am
11705                 Add gpgme libs
11706
11707 2005-07-17 [paul]       1.9.12cvs71
11708
11709         * configure.ac
11710                 add --disable-gnomeprint option
11711                 modified version of patch by Marius Mauch
11712
11713 2005-07-17 [paul]       1.9.12cvs70
11714
11715         * src/common/defs.h
11716                 update urls
11717         * src/account.c
11718         * src/action.c
11719         * src/addressbook.c
11720         * src/compose.c
11721         * src/foldersel.c
11722         * src/folderview.c
11723         * src/html.c
11724         * src/imap_gtk.c
11725         * src/main.c
11726         * src/mainwindow.c
11727         * src/messageview.c
11728         * src/mh_gtk.c
11729         * src/mimeview.c
11730         * src/news_gtk.c
11731         * src/prefs_account.c
11732         * src/prefs_send.c
11733         * src/prefs_summaries.c
11734         * src/procmsg.c
11735         * src/summaryview.c
11736         * src/common/utils.c
11737         * src/common/xml.c
11738         * src/plugins/pgpcore/passphrase.c
11739         * src/plugins/pgpcore/select-keys.c
11740                 replace inappropriately used backticks
11741                 with single quotes
11742
11743 2005-07-16 [colin]      1.9.12cvs69
11744
11745         * src/image_viewer.c
11746                 Add extra paranoid checks
11747
11748 2005-07-16 [colin]      1.9.12cvs68
11749
11750         * src/plugins/pgpcore/prefs_gpg.c
11751                 Don't auto-check sigs by default, as it
11752                 can be really slow.
11753
11754 2005-07-16 [colin]      1.9.12cvs67
11755
11756         * src/plugins/pgpcore/sgpgme.c
11757                 Make messages a bit better.
11758
11759 2005-07-16 [colin]      1.9.12cvs66
11760
11761         * src/imap.c
11762                 Remove pseudo-log
11763         * src/etpan/imap-thread.c
11764                 Add real log
11765
11766 2005-07-16 [colin]      1.9.12cvs65
11767
11768         * src/main.c
11769         * src/prefs_other.c
11770                 And now, fix build with libetpan :-/
11771
11772 2005-07-15 [colin]      1.9.12cvs64
11773
11774         * src/prefs_other.c
11775                 Continue fixing build without libetpan.
11776
11777 2005-07-15 [colin]      1.9.12cvs63
11778
11779         * src/main.c
11780                 Fix build with --disable-libetpan
11781
11782 2005-07-15 [colin]      1.9.12cvs62
11783
11784         * configure.ac
11785                 Bump libetpan's version
11786
11787 2005-07-15 [colin]      1.9.12cvs61
11788
11789         * src/etpan/imap-thread.c
11790                 Actually stop logging :)
11791
11792 2005-07-15 [colin]      1.9.12cvs60
11793
11794         * src/addressbook.c
11795                 Fix dnd of multiple addresses.
11796
11797 2005-07-15 [hoa]        1.9.12cvs59
11798
11799         * src/etpan/imap-thread.c
11800             disable login of IMAP password in libetpan log file.
11801
11802 2005-07-15 [paul]       1.9.12cvs58
11803
11804         * src/account.c
11805                 don't automatically sort
11806                 do allow drag n drop
11807
11808 2005-07-15 [paul]       1.9.12cvs57
11809
11810         * src/account.c
11811         * src/ssl_manager.c
11812                 alphabetical listing
11813
11814 2005-07-15 [paul]       1.9.12cvs56
11815
11816         * src/gtk/pluginwindow.c
11817                 sort plugin list alphabetically
11818
11819 2005-07-15 [paul]       1.9.12cvs55
11820
11821         * src/prefs_spelling.c
11822         * src/prefs_wrapping.c
11823                 unify English usage
11824
11825 2005-07-15 [colin]      1.9.12cvs54
11826
11827         * src/wizard.c
11828                 Typo fix
11829
11830 2005-07-15 [paul]       1.9.12cvs53
11831
11832         * src/prefs_message.c
11833                 make 'show cursor' a hidden option
11834
11835 2005-07-14 [colin]      1.9.12cvs52
11836
11837         * src/plugins/spamassassin/Makefile.am
11838         * src/plugins/clamav/Makefile.am
11839                 Fix double EXTRA_DISTs
11840
11841 2005-07-14 [colin]      1.9.12cvs51
11842
11843         * src/plugins/clamav/Makefile.am
11844         * src/plugins/clamav/clamav_plugin_gtk.deps
11845         * src/plugins/spamassassin/Makefile.am
11846         * src/plugins/spamassassin/spamassassin_gtk.deps
11847                 Make $plugin_gtk depend on $plugin
11848
11849 2005-07-14 [hoa]        1.9.12cvs50
11850
11851         * src/etpan/imap-thread.c
11852                 enable debug log of libetpan when running with --debug
11853
11854 2005-07-14 [colin]      1.9.12cvs49
11855
11856         * configure.ac
11857         * src/common/Makefile.am
11858         * src/common/plugin.c
11859         * src/common/plugin.h
11860                 Add a little plugin dependancy system.
11861                 Plugins can ship a $plugin_name.deps file
11862                 (near them in PLUGINDIR) so that their
11863                 dependancies are loaded if possible.
11864         * src/plugins/Makefile.am
11865         * src/plugins/pgpcore/Makefile.am
11866         * src/plugins/pgpcore/passphrase.c
11867         * src/plugins/pgpcore/passphrase.h
11868         * src/plugins/pgpcore/plugin.c
11869         * src/plugins/pgpcore/prefs_gpg.c
11870         * src/plugins/pgpcore/prefs_gpg.h
11871         * src/plugins/pgpcore/select-keys.c
11872         * src/plugins/pgpcore/select-keys.h
11873         * src/plugins/pgpcore/sgpgme.c
11874         * src/plugins/pgpcore/sgpgme.h
11875                 Introduce pgpcore, used by pgpmime and
11876                 pgpinline
11877         * src/plugins/pgpmime/Makefile.am
11878         * src/plugins/pgpmime/passphrase.c
11879         * src/plugins/pgpmime/passphrase.h
11880         * src/plugins/pgpmime/pgpmime.c
11881         * src/plugins/pgpmime/pgpmime.deps
11882         * src/plugins/pgpmime/plugin.c
11883         * src/plugins/pgpmime/prefs_gpg.c
11884         * src/plugins/pgpmime/prefs_gpg.h
11885         * src/plugins/pgpmime/select-keys.c
11886         * src/plugins/pgpmime/select-keys.h
11887         * src/plugins/pgpmime/sgpgme.c
11888         * src/plugins/pgpmime/sgpgme.h
11889                 Remove the core from pgpmime and add the
11890                 dependancy to pgpcore.
11891
11892 2005-07-14 [paul]       1.9.12cvs48
11893
11894         * src/stock_pixmap.c
11895                 forgot this in last commit
11896
11897 2005-07-14 [paul]       1.9.12cvs47
11898
11899         * src/account.c
11900         * src/addressbook.c
11901                 add accelerators for the buttons (sync with main)
11902         * src/compose.c
11903         * src/compose.h
11904                 add accelerators for the buttons.
11905                 fix editing with external editor.
11906                 replace gdk_input_*() with GIOChannel;
11907                 (sync with main)
11908         * src/foldersel.c
11909                 display folder names with new/unread
11910                 representation (sync with main)
11911         * src/main.c
11912                 specify default window icon (sync with main)
11913         * src/prefs_common.c
11914                 use_addr_book default to FALSE
11915         * src/summaryview.c
11916         * src/textview.c
11917                 add accelerators for the buttons (sync with main)
11918         * src/gtk/menu.c
11919                 fix typos
11920         * src/pixmaps/sylpheed_icon.xpm
11921                 updated
11922
11923 2005-07-13 [paul]       1.9.12cvs46
11924
11925         * src/plugins/pgpmime/pgpmime.c
11926         * src/plugins/pgpmime/sgpgme.c
11927                 (temporarily) use deprecated gpgme_data_rewind()
11928                 while largefile support is not present
11929                 (as suggested by Colin)
11930
11931 2005-07-13 [paul]       1.9.12cvs45
11932
11933         * configure.ac
11934                 remove large file support (for now):
11935                 it breaks too many things
11936
11937 2005-07-13 [paul]       1.9.12cvs44
11938
11939         * configure.ac
11940                 add large file support
11941         * src/html.c
11942                 fix bug #763 where href attribute was not
11943                 the very first attribute of a link
11944                 patch by Thomas Gilgin
11945
11946 2005-07-13 [colin]      1.9.12cvs43
11947
11948         * src/gtk/pluginwindow.c
11949                 Little portability fix
11950
11951 2005-07-13 [colin]      1.9.12cvs42
11952
11953         * src/plugins/pgpmime/sgpgme.c
11954                 Fix crasher.
11955
11956 2005-07-13 [colin]      1.9.12cvs41
11957
11958         * src/plugins/pgpmime/pgpmime.c
11959         * src/plugins/pgpmime/sgpgme.c
11960                 Use gpgme_data_release_and_get_mem instead
11961                 of gpgme_data_read.
11962
11963 2005-07-13 [colin]      1.9.12cvs40
11964
11965         * configure.ac
11966         * src/plugins/pgpmime/passphrase.c
11967         * src/plugins/pgpmime/passphrase.h
11968         * src/plugins/pgpmime/pgpmime.c
11969         * src/plugins/pgpmime/plugin.c
11970         * src/plugins/pgpmime/select-keys.c
11971         * src/plugins/pgpmime/select-keys.h
11972         * src/plugins/pgpmime/sgpgme.c
11973         * src/plugins/pgpmime/sgpgme.h
11974                 Port pgpmime to gpgme-1.0.
11975
11976 2005-07-12 [paul]       1.9.12cvs39
11977
11978         * AUTHORS
11979         * src/toolbar.c
11980         * src/toolbar.h
11981                 add a 'Go to Prev' button to the toolbar.
11982                 correct tooltip text of go to buttons.
11983                 based on patch by Yang Guilong <bamanzi@gmail.com>
11984
11985 2005-07-12 [colin]      1.9.12cvs38
11986
11987         * src/statusbar.c
11988                 Fix progress bar showing stuff at startup.
11989
11990 2005-07-12 [paul]       1.9.12cvs37
11991
11992         * src/editjpilot.c
11993                 fix building with jpilot support
11994
11995 2005-07-11 [colin]      1.9.12cvs36
11996
11997         * src/inc.c
11998                 Add visual indication that filtering is running
11999         * src/textview.c
12000                 Make {}[] uri delimiters
12001         * src/summaryview.c
12002                 Remove useless (and slow) calls
12003
12004 2005-07-11 [paul]       1.9.12cvs35
12005
12006         * src/plugins/clamav/clamav_plugin_gtk.c
12007         * src/plugins/dillo_viewer/dillo_prefs.c
12008         * src/plugins/pgpmime/prefs_gpg.c
12009         * src/plugins/spamassassin/spamassassin_gtk.c
12010                 gather plugins prefs together under their
12011                 own 'Plugins' heading
12012
12013 2005-07-11 [paul]       1.9.12cvs34
12014
12015         sync with main
12016
12017         * src/account.c
12018                 account_delete(): modified alert dialog
12019         * src/editjpilot.c
12020         * src/editvcard.c
12021                 fixed a crash when cancelling file selection
12022                 dialog by Escape key. Made non-ascii filename
12023                 selectable.
12024         * src/prefs_template.c
12025                 prefs_template_window_create(): make scrolled
12026                 window policy AUTOMATIC
12027
12028 2005-07-10 [hoa]        1.9.12cvs33
12029
12030         * src/etpan/imap-thread.c
12031                 workaround for old Courier IMAP servers.
12032
12033 2005-07-10 [colin]      1.9.12cvs32
12034
12035         * src/folder.c
12036         * src/statusbar.c
12037         * src/statusbar.h
12038                 Add visual progress indicator on filtering/processing
12039                 Factorize the progress bar code
12040         * src/imap.c
12041         * src/imap.h
12042         * src/etpan/imap-thread.c
12043                 Add a reference counter to avoid destroying the Folder
12044                 while it's in use by another callback.
12045
12046 2005-07-09 [hoa]        1.9.12cvs31
12047
12048         * src/imap.c
12049         * src/etpan/imap-thread.c
12050                 fixed deadlock when removing IMAP account.
12051
12052 2005-07-08 [colin]      1.9.12cvs30
12053
12054         * src/textview.c
12055         * src/unmime.c
12056                 Fix again problems decoding broken headers
12057         * src/gtk/inputdialog.c
12058                 Fix local variable shadowing a global one
12059
12060 2005-07-08 [colin]      1.9.12cvs29
12061
12062         * src/msgcache.c
12063                 Make the cache/mark files platform-agnostic by writing
12064                 them in little-endian format. Reading them is also done
12065                 in little-endian format, of course; however, in order
12066                 to avoid trashing mark data on big-endian machines, the
12067                 files are, at first, read from the native format if the
12068                 little-endian one doesn't exist. This is easy to deter-
12069                 mine by trying to open a file with a swapped data_ver
12070                 and seeing if it's the wanted version.
12071                 Little-endian using users should see absolutely no
12072                 difference, Big-endian users may get a very little
12073                 performance drop due to byte-swapping.
12074                 Tested on i386 and ppc32. 
12075                 Fixes bug #159 (The index file, in the mailboxes, is 
12076                 hardware depending).
12077
12078                 To have the cache/mark files updated to the new little-
12079                 endian format, "Check for new messages" or even
12080                 "Rebuild folder tree" aren't enough. Files will be
12081                 updated as soon as a folder has been opened/closed.
12082                 To update everything, just select all folders by
12083                 selecting them one by one.
12084
12085 2005-07-07 [colin]      1.9.12cvs28
12086
12087         * src/imap.c
12088                 Remember the folder separator per IMAPFolder
12089                 instead of globally.
12090                 Revive the Session on noop; fixes bug #761
12091                 (mark a bunch of unread messages as read takes 
12092                 forever)
12093
12094 2005-07-07 [darko]      1.9.12cvs27
12095
12096         * src/common/template.c
12097                 Sort templates alphabetically
12098
12099 2005-07-06 [colin]      1.9.12cvs26
12100
12101         * src/imap.c
12102                 Try to use the correct separator in
12103                 most cases. Possibly fixes bug #759
12104                 (only creates the INBOX folder when 
12105                 setting up new IMAP account) and 
12106                 bug #760 (Can't retrieve messages)
12107
12108 2005-07-06 [colin]      1.9.12cvs25
12109
12110         * src/imap.c
12111                 Use real_path in status command. This will
12112                 help later, when namespaces will be used.
12113
12114 2005-07-06 [colin]      1.9.12cvs24
12115
12116         * configure.ac
12117         * src/account.c
12118         * src/folder.c
12119         * src/imap.c
12120         * src/etpan/etpan-log.c
12121         * src/etpan/etpan-thread-manager.c
12122         * src/etpan/imap-thread.c
12123                 Add a --disable-libetpan parameter. With this,
12124                 users that don't want IMAP4 support can avoid
12125                 the new dependancy (and have no IMAP support).
12126                 Users that have IMAP4 accounts and use this
12127                 parameter won't lose their configuration, their
12128                 IMAP accounts will just be invisible and not
12129                 used.
12130         * src/textview.c
12131                 Make the "Copy ..." contextual menu items 
12132                 copy to both the X clipboard and the gtk 
12133                 clipboard - as most other apps do.
12134         * src/gtk/about.c
12135                 Add a notice about OpenSSL usage, in order to
12136                 comply with OpenSSL's license (point 6):
12137                 http://www.openssl.org/source/license.html
12138
12139 2005-07-06 [colin]      1.9.12cvs23
12140
12141         * src/alertpanel.c
12142                 Fix a minimum size for alertpanels
12143         * src/compose.c
12144                 Show 'No space left on device' type errors
12145                 when queuing/sending
12146         * src/imap_gtk.c
12147         * src/mh_gtk.c
12148                 Rework folder's deletion message (remove 
12149                 extra \n)
12150
12151 2005-07-05 [colin]      1.9.12cvs22
12152
12153         * src/imap.c
12154                 Add an alertpanel on auth error
12155                 Add pseudo-log
12156                 Remove pthread-related stuff
12157
12158 2005-07-05 [colin]      1.9.12cvs21
12159
12160         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12161                 Fix crash on plugin reloading (with a hack)
12162
12163 2005-07-05 [colin]      1.9.12cvs20
12164
12165         * src/prefs_account.c
12166         * src/prefs_account.h
12167                 Fix typo
12168         * src/gtk/filesel.c
12169         * src/gtk/filesel.h
12170                 Add a way to filter the view
12171         * src/gtk/pluginwindow.c
12172                 Filter loadable stuff
12173         * src/plugins/pgpmime/prefs_gpg.c
12174                 Fix missing unregistration
12175         * .cvsignore
12176         * src/etpan/.cvsignore
12177         * src/plugins/spamassassin/.cvsignore
12178                 Add more stuff to cvs ignored files
12179
12180 2005-07-04 [colin]      1.9.12cvs19
12181
12182         * src/imap.c
12183                 Fix scan_required returning FALSE when it
12184                 shouldn't. Maybe fix #760 (Can't retrieve
12185                 messages)
12186
12187 2005-07-04 [colin]      1.9.12cvs18
12188
12189         * src/summaryview.c
12190                 Fix always_show_msg pref
12191
12192 2005-07-04 [paul]       1.9.12cvs17
12193
12194         sync with main (forgotten in last commit)
12195         
12196         * src/common/utils.c
12197         * src/common/utils.h
12198                 check_line_length(): new.
12199                 is_dir_exist()
12200                 is_file_entry_exist()
12201                 dirent_is_regular_file()
12202                 dirent_is_directory(): use g_file_test() instead of stat().
12203
12204 2005-07-04 [paul]       1.9.12cvs16
12205
12206         sync with main:
12207
12208         * src/compose.c
12209                 compose_write_to_file(): check for line
12210                 length limit and display warning if exceeds
12211         * src/jpilot.c
12212                 use get_home_dir() instead of g_get_home_dir()
12213         * src/procheader.c
12214                 removed warning about invalid date
12215         * src/vcard.c
12216                 use get_home_dir() instead of g_get_home_dir()
12217
12218 2005-07-04 [paul]       1.9.12cvs15
12219
12220         * src/stock_pixmap.c
12221                 fix new pixmap naming errors
12222                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12223
12224 2005-07-04 [colin]      1.9.12cvs14
12225
12226         * src/imap.c
12227                 Fix debugging string with a warning
12228
12229 2005-07-04 [colin]      1.9.12cvs13
12230
12231         * configure.ac
12232                 Add a check for libetpan's version (>= 0.37)
12233
12234 2005-07-04 [hoa]        1.9.12cvs12
12235
12236         * commitHelper
12237         * src/imap.c
12238         * src/etpan/imap-thread.c
12239         * src/etpan/imap-thread.h
12240                 fixed IMAP implementation of check of mails.
12241
12242 2005-07-03 [hoa]        1.9.12cvs11
12243
12244         * src/etpan/Makefile.am
12245         * src/etpan/etpan-errors.h
12246         * src/etpan/etpan-log.[ch]
12247         * src/etpan/etpan-thread-manager-types.h
12248         * src/etpan/etpan-thread-manager.[ch]
12249         * src/etpan/imap-thread.[ch]
12250         * src/Makefile.am
12251         * src/imap.c
12252         * src/main.c
12253         * src/prefs_other.c
12254         * configure.ac
12255             merged imap branch.
12256             dependency on libetpan 0.37 is now added.
12257
12258 2005-07-01 [colin]      1.9.12cvs10
12259
12260         * src/Makefile.am
12261         * src/folder.c
12262         * src/folder.h
12263         * src/folderview.c
12264         * src/stock_pixmap.c
12265         * src/stock_pixmap.h
12266         * src/plugins/trayicon/trayicon.c
12267                 Add marked symbol on folders containing
12268                 marked messages
12269         * src/procmsg.c
12270         * src/procmsg.h
12271         * src/toolbar.c
12272         * src/prefs_common.c
12273         * src/prefs_common.h
12274         * src/prefs_send.c
12275                 Add an optional confirmation dialog on queue
12276                 sending. Patch by wwp.
12277         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12278         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12279         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12280         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12281         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12282         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12283         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12284         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12285         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12286         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12287         * src/pixmaps/trash_mark.xpm            ** ADDED **
12288                 New pixmaps
12289
12290 2005-07-01 [colin]      1.9.12cvs9
12291
12292         * src/summaryview.c
12293                 Fix a little threading bug
12294         * src/addrgather.c
12295         * src/mainwindow.c
12296                 A little bit of HIG normality never hurts
12297
12298 2005-07-01 [colin]      1.9.12cvs8
12299
12300         * src/compose.c
12301         * src/msgcache.c
12302         * src/pop.c
12303         * src/procmime.c
12304         * src/recv.c
12305         * src/common/log.c
12306         * src/common/template.c
12307         * src/common/utils.c
12308         * src/common/utils.h
12309                 Reverted the fwrite_atomic stuff. In fact
12310                 it is already atomic.
12311
12312 2005-06-30 [colin]      1.9.12cvs7
12313
12314         * src/common/utils.c
12315         * src/common/utils.h
12316                 Add an fwrite_atomic() function to make
12317                 sure we write everything: fwrite can make
12318                 short writes.
12319         * src/compose.c
12320         * src/msgcache.c
12321         * src/pop.c
12322         * src/procmime.c
12323         * src/recv.c
12324         * src/common/log.c
12325         * src/common/template.c
12326                 Use that (and fix swapping of size and nmemb).
12327                 Thanks to Rich Coe for the heads up.
12328
12329 2005-06-30 [colin]      1.9.12cvs6
12330
12331         * src/addressbook.c
12332                 Optimize addressbook opening 
12333
12334 2005-06-30 [colin]      1.9.12cvs5
12335
12336         * src/summaryview.c
12337                 Remove calls to summary_step after move/copy
12338
12339 2005-06-28 [paul]       1.9.12cvs4
12340
12341         * src/alertpanel.c
12342                 wrap and make the error msg selectable
12343
12344 2005-06-28 [paul]       1.9.12cvs3
12345
12346         * src/ssl_manager.c
12347                 replace the OK button with a Close button
12348         * src/gtk/foldersort.c
12349                 use GTK_STOCK_ icons/buttons
12350
12351 2005-06-28 [colin]      1.9.12cvs2
12352
12353         * src/gedit-print.c             ** ADDED **
12354         * src/gedit-print.h             ** ADDED **
12355         * src/gtk/gtksourceprintjob.c   ** ADDED **
12356         * src/gtk/gtksourceprintjob.h   ** ADDED **
12357                 I can't believe no one had enough time to tell
12358                 me I forgot the `cvs add`
12359
12360 2005-06-27 [colin]      1.9.12cvs1
12361
12362         * src/Makefile.am
12363         * src/gtk/Makefile.am
12364         * src/messageview.c
12365         * src/procmsg.c
12366         * src/summaryview.c
12367         * configure.ac
12368                 Add optional libgnomeprint-based printing
12369         * src/mainwindow.c
12370         * src/gtk/quicksearch.c
12371                 Add an Edit/Quick search menu item to show
12372                 and focus the quicksearch
12373
12374 2005-06-27 [paul]       1.9.12
12375
12376         1.9.12 release
12377
12378         * po/ca.po
12379         * po/de.po
12380         * po/es.po
12381         * po/fr.po
12382         * po/it.po
12383         * po/ko.po
12384         * po/pt_BR.po
12385         * po/sk.po
12386         * po/zh_CN.po
12387                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12388                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12389                 SungHyun Nam, Frederico Goncalves Guimaraes,
12390                 Andrej Kacian, and Yang Guilong
12391 2005-06-26 [colin]      1.9.11cvs106
12392
12393         * src/imap_gtk.c
12394                 Forgot one file for previous fix
12395
12396 2005-06-26 [colin]      1.9.11cvs105
12397
12398         * src/folder.c
12399         * src/imap.c
12400                 Fix problems with folder operations in no_select
12401                 imap folders. it applies only to mails, and 
12402                 creation/deletion/move/renaming of folders 
12403                 should be possible
12404
12405 2005-06-26 [paul]       1.9.11cvs104
12406
12407         * src/prefs_filtering.c
12408                 replace one more GTK_STOCK_REMOVE
12409                 with GTK_STOCK_DELETE
12410
12411 2005-06-25 [colin]      1.9.11cvs103
12412
12413         * src/imap.c
12414                 Optimize get_seq_set_from_seq_list
12415                 (Patch by Ricardo) 
12416
12417 2005-06-25 [colin]      1.9.11cvs102
12418
12419         * src/mh.c
12420                 If the directory exists, but not in the
12421                 correct encoding, rename it. This should
12422                 handle old-versions-induced bugs.
12423
12424 2005-06-25 [colin]      1.9.11cvs101
12425
12426         * src/mh.c
12427                 Fix path access with extended dir names
12428                 Fixes bug #589 (SC segfaults with wrong locale
12429                 settings)
12430
12431 2005-06-25 [colin]      1.9.11cvs100
12432
12433         * src/prefs_account.c
12434         * src/prefs_account.h
12435         * src/compose.c
12436                 Add an option to encrypt replies to
12437                 encrypted messages
12438
12439 2005-06-25 [colin]      1.9.11cvs99
12440
12441         * src/compose.c
12442         * src/quote_fmt_parse.y
12443                 ... And make it work with pgpinline.
12444
12445 2005-06-25 [colin]      1.9.11cvs98
12446
12447         * src/compose.c
12448         * src/procmime.c
12449         * src/procmime.h
12450         * src/quote_fmt_parse.y
12451                 o Make reedition of encrypted messages possible
12452                   (as long as it is encrypted to self too, no
12453                    magic there)
12454                 o Make replying with quote (and without selecting
12455                   text) possible for encrypted messages.
12456                 Closes bug #550 (Not possible to "reply with quote"
12457                 to gnupg encrypted messages)
12458
12459 2005-06-24 [paul]       1.9.11cvs97
12460
12461         * src/imap.c
12462                 add missing include
12463
12464 2005-06-24 [paul]       1.9.11cvs96
12465
12466         * src/editldap.c
12467                 made bind password entry invisible
12468                 (sync with main)
12469         * src/send_message.c
12470                 send_message_local(): check exit status
12471                 to detect errors (sync with main)
12472         * src/textview.c
12473                 use main's less ambiguous popup menu
12474                 wording
12475
12476 2005-06-24 [paul]       1.9.11cvs95
12477
12478         * src/prefs_actions.c
12479         * src/prefs_customheader.c
12480         * src/prefs_display_header.c
12481         * src/prefs_filtering_action.c
12482         * src/prefs_matcher.c
12483         * src/prefs_template.c
12484         * src/prefs_toolbar.c
12485                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12486         * src/gtk/description_window.c
12487                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12488
12489 2005-06-23 [colin]      1.9.11cvs94
12490
12491         * src/summaryview.c
12492                 Fix rough edges (be sure to call status_show whenever
12493                 necessary).
12494
12495 2005-06-23 [colin]      1.9.11cvs93
12496
12497         * src/summaryview.c
12498                 Optimize Select All
12499                 Before, in a 5K mails folder: 11s
12500                 After, in the same folder: 58000µs
12501                 The joys of locking... gtk_clist_select_all() fires a 
12502                 tree-select-row event for each selected row, which in 
12503                 summaryview, callbacks summary_selected which in turn,
12504                 calls summary_status_show, which walks the selected
12505                 rows. Hence, calling gtk_clist_select_all was 
12506                 exponential. Locking the summaryview makes 
12507                 summary_selected return early.
12508
12509 2005-06-23 [colin]      1.9.11cvs92
12510
12511         * src/imap.c
12512                 Move mutex at the important place to avoid
12513                 deadlocks
12514         * src/summaryview.c
12515                 Fix Del key deleting directly instead of
12516                 moving to trash
12517
12518 2005-06-22 [colin]      1.9.11cvs91
12519
12520         * src/plugins/spamassassin/libspamc.c
12521                 As we do spagetti code with assignations in multiple
12522                 places (see _message_read_raw where out = msg = raw),
12523                 let's be sure we don't free the same pointer twice.
12524                 Should fix bug #683 (Crash in libpam at 
12525                 message_cleanup).
12526
12527 2005-06-22 [colin]      1.9.11cvs90
12528
12529         * src/compose.c
12530         * src/messageview.c
12531         * src/toolbar.c
12532                 Make toolbar's delete use the move to trash stuff;
12533                 Add gtk_widget_realize to be sure pixmaps can get
12534                 created (that may fix an old worksforme bug which
12535                 I can't find back...)
12536
12537 2005-06-22 [colin]      1.9.11cvs89
12538
12539         * src/summaryview.c
12540         * src/summaryview.h
12541         * src/mainwindow.c
12542                 Rename "Message/Delete" to "Message/Move to trash"
12543                 Add "Message/Delete..." that directly destroys the
12544                 selected messages after asking for a confirmation.
12545
12546 2005-06-22 [colin]      1.9.11cvs88
12547
12548         * src/imap.c
12549                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12550                 o Fix a deadlock (thanks Darko)
12551
12552 2005-06-22 [colin]      1.9.11cvs87
12553
12554         * src/gtk/foldersort.c
12555                 Add missing include for the i18n;
12556                 patch by Fabien Vantard
12557
12558 2005-06-21 [colin]      1.9.11cvs86
12559
12560         * src/folder.c
12561         * src/folderview.c
12562                 Respect the no_select flag
12563         * src/imap.c
12564                 Fix recursive deletion
12565         * src/imap_gtk.c
12566         * src/mh_gtk.c
12567                 Make the folder deletion's warning
12568                 more explicit
12569
12570 2005-06-21 [colin]      1.9.11cvs85
12571
12572         * src/textview.c
12573                 Prevent email addresses from spanning accross
12574                 lines - fixes bug # 646 (newline-chars in 
12575                 email addresses)
12576
12577 2005-06-20 [colin]      1.9.11cvs84
12578
12579         * src/folder.c
12580                 Be sure not to remove source if copy failed
12581
12582 2005-06-20 [colin]      1.9.11cvs83
12583
12584         * src/folderview.c
12585         * src/imap_gtk.c
12586                 remove summaryview's lock
12587         * src/imap.c
12588                 introduce threads to avoid problems when foreground tasks
12589                 interfere with background tasks
12590         * src/mh.c
12591                 prevent moving to drafts/queue
12592         * src/mimeview.c
12593                 fix leak
12594
12595 2005-06-19 [colin]      1.9.11cvs82
12596
12597         * src/imap_gtk.c
12598                 Remember that the user doesn't want to override
12599                 offline mode, for 3 seconds. It avoid presenting
12600                 him with N popups in a really short time.
12601
12602 2005-06-17 [colin]      1.9.11cvs81
12603
12604         * src/imap.c
12605                 Fix IMAP breaking on folders containing '('
12606                 (Probably won't be enough)
12607
12608 2005-06-17 [colin]      1.9.11cvs80
12609
12610         Forgotten files on 1.9.11cvs79
12611         * src/summaryview.c
12612                 Fix stepping when not immediately executing
12613         * src/imap.c
12614                 Really prevent UID FETCH 0
12615         * src/codeconv.c
12616                 Fix outgoing charset never set to utf-8
12617         * src/mh.c
12618                 Fix leak
12619
12620 2005-06-16 [colin]      1.9.11cvs79
12621
12622         * src/compose.c
12623                 Fix bug #707 (Dash splits rows)
12624                 Only wrap if we're on a line break position and
12625                 the previous one was a "white" (space) char.
12626                 Pango stuff is weird.
12627
12628 2005-06-16 [colin]      1.9.11cvs78
12629
12630         * src/imap_gtk.c
12631                 Lock summaryview while downloading messages
12632                 on user demand
12633         * src/procheader.c
12634         * src/unmime.c
12635         * src/common/utils.c
12636         * src/common/utils.h
12637                 Replace \r and \n with spaces in From and
12638                 Subject headers
12639
12640 2005-06-16 [paul]       1.9.11cvs77
12641
12642         * src/procmime.c
12643                 liberalise the mime parser
12644         * src/gtk/about.c
12645                 add text wrapping
12646
12647 2005-06-16 [paul]       1.9.11cvs76
12648
12649         * src/gtk/about.c
12650                 reworked
12651
12652 2005-06-15 [colin]      1.9.11cvs75
12653
12654         * src/compose.c
12655                 Finish header encoding fix
12656         * src/summaryview.c
12657                 Fix segfault
12658         * src/headerview.c
12659                 Fix compilation (Thanks Stephan
12660                 Sachse)
12661
12662 2005-06-15 [colin]      1.9.11cvs74
12663
12664         * Makefile.am
12665                 Install gnome2 stuff rather than gnome1, 
12666                 if both are present
12667         * src/codeconv.c
12668         * src/codeconv.h
12669         * src/compose.c
12670                 Fix headers encoding
12671         * src/folder.c
12672                 Visual progress when fetching all messages
12673         * src/folderview.c
12674         * src/summaryview.c
12675         * src/summaryview.h
12676                 Prevent changing current message while
12677                 incorporating
12678
12679 2005-06-15 [paul]       1.9.11cvs73
12680
12681         * src/gtk/gtkaspell.c
12682         * src/gtk/gtkaspell.h
12683                 fix build warnings
12684
12685 2005-06-15 [paul]       1.9.11cvs72
12686
12687         * src/prefs_filtering.c
12688                 allow reordering of filter rules by
12689                 drag n drop
12690
12691 2005-06-15 [paul]       1.9.11cvs71
12692
12693         * COPYING
12694                 updated
12695         * src/codeconv.c
12696                 replace deprecated function
12697         * src/inc.c
12698         * src/send_message.c
12699         * src/gtk/progressdialog.c
12700         * src/gtk/progressdialog.h
12701                 salvage and reuse parts of reverted sync
12702
12703 2005-06-15 [paul]       1.9.11cvs70
12704
12705         * src/inc.c
12706         * src/send_message.c
12707         * src/gtk/progressdialog.c
12708         * src/gtk/progressdialog.h
12709                 revert yesterday's sync with main
12710                 it contains deprecated functions
12711
12712 2005-06-15 [colin]      1.9.11cvs69
12713
12714         * src/headerview.c
12715                 Fix bug #670 (multi user to: will corrupt message 
12716                 headers display)
12717
12718 2005-06-15 [colin]      1.9.11cvs68
12719
12720         * src/compose.c
12721                 Fix bug #421 (Fix undo on wrapping)
12722
12723 2005-06-15 [colin]      1.9.11cvs67
12724
12725         * src/folder.c
12726                 Provide visual feedback while processing
12727                 folder's rules.
12728         * src/imap.c
12729                 Provide visual feedback while getting
12730                 short headers (for uncached messages)
12731
12732
12733 2005-06-14 [paul]       1.9.11cvs66
12734
12735         * src/account.c
12736                 change a couple stock icons
12737         * src/inc.c
12738         * src/send_message.c
12739         * src/gtk/progressdialog.c
12740         * src/gtk/progressdialog.h
12741                 sync main's GtkTreeView implementation
12742
12743 2005-06-14 [colin]      1.9.11cvs65
12744
12745         * src/imap.c
12746                 Various little fixes, mainly on error paths
12747
12748 2005-06-13 [colin]      1.9.11cvs64
12749
12750         * matcher.c
12751         * procmsg.c
12752         * procmsg.h
12753                 Add a way to fetch only headers. This speeds
12754                 up filtering on headers for IMAP. Fixes:
12755                 bug #481 extraneous imap commands slow down 
12756                         imap filtering
12757                 bug #522 Sylpheed downloads all messages 
12758                         when opening mailbox (IMAP)
12759                 bug #677 IMAP fetch is soooooooooooooo slow
12760         * src/folder.c
12761         * src/folder.h
12762                 Add a folder set_batch method so that
12763                 implementations can speed up flags changes
12764         * src/folderutils.c
12765         * src/summaryview.c
12766                 Use that in mark as (un)read and mark all read
12767                 Refix bug #679
12768         * src/imap.c
12769                 Implement set_batch - brings back deferred
12770                 flags in a less buggy manner. Fixes:
12771                 bug #729 IMAP immediate expunge of deleted messages
12772                 bug #191 remove list of messages with one command
12773                 Fix login with strange chars
12774                 Implement fetch_msg_full
12775                 Fix copy (wrong counts)
12776
12777 2005-06-12 [colin]      1.9.11cvs63
12778
12779         * src/folder.c
12780                 lock incorporation during long operations.
12781                 Avoids fucking up the IMAP socket.
12782
12783 2005-06-12 [colin]      1.9.11cvs62
12784
12785         * src/imap.c
12786                 Fix harmful typo
12787                 Factorize remove_all_msg
12788                 Thread-ize expunge
12789         * src/summaryview.c
12790                 Don't update partial-download status if unnecessary
12791         * src/folder.c
12792                 Use remove_msgs everywhere possible
12793
12794 2005-06-12 [colin]      1.9.11cvs61
12795
12796         * src/folder.c
12797         * src/folder.h
12798                 Add a remove_msgs function to remove a 
12799                 list of messages
12800         * src/imap.c
12801                 Implement that.
12802
12803 2005-06-12 [colin]      1.9.11cvs60
12804
12805         * src/imap.c
12806                 Remove flags-processing deferring... Too hard
12807                 to get it to work in all cases.
12808
12809 2005-06-11 [colin]      1.9.11cvs59
12810
12811         * src/imap.c
12812                 printf -> debug_print
12813
12814 2005-06-11 [colin]      1.9.11cvs58
12815
12816         * src/imap.c
12817                 o Fix build without USE_PTHREAD
12818                 o Factorize imap_open
12819                 o Alertpanel in case of impossible connection
12820                 o Alertpanel in case of impossible login
12821                 o Fix deferred flags processing to force a 
12822                   flush before adding some more flags to process,
12823                   but in another folder.
12824
12825 2005-06-10 [colin]      1.9.11cvs57
12826
12827         * src/imap.c
12828                 o Fix a format string error
12829                 o init ssl socket outside of the thread 
12830                   (it possibly invokes gtk calls)
12831         * src/procmime.c
12832                 o Put back the buffer to its necessary size
12833                 o Fix changing a file pointer without keeping
12834                   track of it (thanks Valgrind)
12835         * src/common/smtp.c
12836                 o Fix automatic STARTTLS if login should be done
12837                   and the server only allows it after starting TLS
12838         * src/gtk/gtkinputdialog.c
12839                 o Eat GDK_Return so that the combo popup doesn't 
12840                   appear when we press Enter to validate the combo
12841                   input dialog (as seen in the Open with... dialog)
12842
12843 2005-06-10 [colin]      1.9.11cvs56
12844
12845         * src/imap.c
12846                 o A bit less debug
12847                 o Fix a crash on deletion
12848                 o Threadize imap_select (it's called outside of 
12849                   threads)
12850                 o Defer treatment of DELETED flags
12851
12852
12853 2005-06-09 [colin]      1.9.11cvs55
12854
12855         * src/imap.c
12856                 Make sure we check imap_gtk_should_override(), which
12857                 potentially calls gtk stuff, before creating thread.
12858                 That way it should't be called via imap_get_session()
12859                 inside a thread.
12860
12861 2005-06-09 [colin]      1.9.11cvs54
12862
12863         * src/imap.c
12864                 o add a bit of status output
12865                 o remove some dead code
12866                 o threadize get_list_of_uids
12867                 o threadize imap_get_flags
12868                 o defer flag changing by 500ms so that they
12869                   can be batched
12870
12871
12872 2005-06-08 [colin]      1.9.11cvs53
12873
12874         * src/imap.c
12875                 Thread-ize imap_cmd_fetch
12876
12877 2005-06-08 [colin]      1.9.11cvs52
12878
12879         * src/main.c
12880                 Mmh, that broke POP3...
12881
12882 2005-06-08 [colin]      1.9.11cvs51
12883
12884         * src/main.c
12885                 Stabilize IMAP patch (thanks to Hoa)
12886
12887 2005-06-08 [colin]      1.9.11cvs50
12888
12889         * src/imap.c
12890                 Test patch to speed up imap. 
12891
12892 2005-06-08 [colin]      1.9.11cvs49
12893
12894         * src/imap_gtk.c
12895                 Warning fix
12896         * src/procmime.c
12897                 Apply patch from gentoo to use /usr/share/mime/globs if 
12898                 available, after un-breaking it
12899         * src/common/log.c
12900         * src/common/log.h
12901                 Use g_timeout for invoking hooks that possibly use gtk
12902                 calls. This should leave gtk calls in the main thread.
12903
12904 2005-06-08 [paul]       1.9.11cvs48
12905
12906         * src/codeconv.c
12907                 conv_get_outgoing_charset_str(): don't
12908                 use prefs_common setting
12909         * src/compose.c
12910         * src/compose.h
12911                 add /Options/Character encoding/... to
12912                 temporarily change the outgoing encoding
12913
12914         (belated sync with main)
12915
12916 2005-06-08 [paul]       1.9.11cvs47
12917
12918         * src/compose.c
12919                 correction to/completion of last
12920                 sync with main
12921
12922 2005-06-08 [paul]       1.9.11cvs46
12923
12924         sync with main:
12925         
12926         * src/codeconv.c
12927         * src/codeconv.h
12928                 always enabled Japanese auto-detection
12929                 if the first letters of locale string
12930                 is "ja"
12931         * src/compose.c
12932                 don't use "destroy" signal to destroy
12933                 Compose object (fix rare crashes on discard?)
12934         * src/mainwindow.c
12935         * src/messageview.c
12936         * src/prefs_send.c
12937                 added Hebrew encodings
12938         * src/sourcewindow.c
12939                 don't use "destroy" signal to destroy
12940                 objects
12941
12942 2005-06-07 [colin]      1.9.11cvs45
12943
12944         * src/summaryview.c
12945                 Add missing unlocks/locks
12946
12947 2005-06-07 [paul]       1.9.11cvs44
12948
12949         * src/summaryview.c
12950                 restore bug #749 fix
12951
12952 2005-06-06 [colin]      1.9.11cvs43
12953
12954         * src/summaryview.c
12955                 Fix selection bug when prefs_common.open_unread 
12956                 is FALSE
12957
12958 2005-06-06 [colin]      1.9.11cvs42
12959
12960         * src/common/md5.c
12961                 Fix a warning
12962         * src/summaryview.c
12963         * src/folderview.c
12964                 Factorize long operations beginning and end
12965                 (locking, freezing/thawing, cursor, ...)
12966                 Check selection->data member in selection-
12967                 related loops; this avoids dying an awful
12968                 death if the selection changes on us while
12969                 we're marking a whole IMAP folder unread, 
12970                 for example.
12971
12972 2005-06-06 [paul]       1.9.11cvs41
12973
12974         * src/textview.c
12975                 don't g_free() a static gchar buffer
12976
12977 2005-06-05 [colin]      1.9.11cvs40
12978
12979         * src/mainwindow.c
12980         * src/messageview.c
12981         * src/summaryview.c
12982                 Fix bug #749 (Show all headers should be
12983                 sticky as the GUI suggests)
12984
12985 2005-06-03 [paul]       1.9.11cvs39
12986
12987         * src/compose.c
12988                 don't allow editing of mail while sending.
12989                 patch by Colin
12990
12991 2005-06-03 [paul]       1.9.11cvs38
12992
12993         * src/folderview.c
12994                 add a freeze/thaw to speed up 'mark all read'
12995
12996 2005-06-03 [paul]       1.9.11cvs37
12997
12998         * src/prefs_message.c
12999                 reflect changes immediately
13000
13001 2005-06-02 [colin]      1.9.11cvs36
13002
13003         * po/POTFILES.in
13004                 Patch by Fabien Vantard.
13005
13006 2005-06-02 [colin]      1.9.11cvs35
13007
13008         * src/imap.c
13009                 Use a non-blocking imap_getline() if possible.
13010                 This should completely prevent the interface
13011                 from freezin on imap operations, although it
13012                 may do strange stuff in case of folder switching
13013                 while a big imap operation is taking place...
13014
13015                 In addition, fix a leak in the case thread
13016                 creation fails on connection.
13017
13018 2005-06-02 [colin]      1.9.11cvs34
13019
13020         * src/crash.c
13021         * src/prefs_common.h
13022                 Fix build (prefs_common_init() doesn't exist
13023                 anymore)
13024
13025 2005-06-02 [colin]      1.9.11cvs33
13026
13027         * src/prefs_account.c
13028                 Fix bug #245 (filtering rules broken when
13029                 renaming a remote account (imap4 or nntp)
13030
13031 2005-06-02 [colin]      1.9.11cvs32
13032
13033         * src/imap.c
13034                 Try to fix IMAP shortcomings: 
13035                 o Multithread imap_open()
13036                 o allow offline-mode overriding instead of
13037                   just returning NULL
13038         * src/imap_gtk.c
13039         * src/imap_gtk.h
13040                 Add a function to ask whether we want to
13041                 override offline-mode for 10 minutes (one-shot
13042                 asking was painful)
13043         * src/procheader.c
13044                 Fix segfault when imap parser isn't happy about
13045                 a missing {
13046
13047 2005-06-01 [colin]      1.9.11cvs31
13048
13049         * src/addrharvest.c
13050         * src/compose.c
13051         * src/mbox.c
13052         * src/mbox.h
13053         * src/mh.c
13054         * src/msgcache.c
13055         * src/send_message.c
13056         * src/setup.c
13057         * src/undo.c
13058         * src/common/hooks.c
13059         * src/common/prefs.c
13060         * src/common/template.c
13061         * src/common/utils.c
13062         * src/gtk/gtkutils.c
13063         * src/gtk/inputdialog.c
13064         * src/gtk/menu.c
13065         * src/gtk/pluginwindow.c
13066         * src/gtk/prefswindow.c
13067         * src/plugins/pgpmime/passphrase.c
13068         * src/plugins/pgpmime/prefs_gpg.c
13069                 More -Wall fixes
13070
13071         * src/common/Makefile.am
13072         * src/common/timing.h
13073                 Add basic timing code
13074
13075         * src/summaryview.c
13076                 Fix a bug with unread messages when 
13077                 re-sorting folders, and by the way
13078                 fix a big performance hit when 
13079                 re-sorting (10k mails: before 5s,
13080                 after .5s)
13081
13082         * src/prefs_compose_writing.c
13083         * src/prefs_compose_writing.h
13084         * src/prefs_message.c
13085         * src/prefs_message.h
13086         * src/prefs_other.c
13087         * src/prefs_other.h
13088         * src/prefs_quote.c
13089         * src/prefs_quote.h
13090         * src/prefs_receive.c
13091         * src/prefs_receive.h
13092         * src/prefs_send.c
13093         * src/prefs_send.h
13094         * src/prefs_summaries.c
13095         * src/prefs_summaries.h
13096                 Fix copyright banner
13097
13098 2005-06-01 [paul]       1.9.11cvs30
13099
13100         * po/fi.po
13101                 updated by Flammie Pirinen
13102         * src/procmime.c
13103                 fix 'Bad BASE64 content' output
13104
13105 2005-05-31 [colin]      1.9.11cvs29
13106
13107         * src/procmime.c
13108                 Oops, where did my hunk go.
13109
13110 2005-05-31 [colin]      1.9.11cvs28
13111
13112         * src/Makefile.am
13113         * src/account.c
13114         * src/action.c
13115         * src/addr_compl.c
13116         * src/addressbook.c
13117         * src/codeconv.c
13118         * src/compose.c
13119         * src/export.c
13120         * src/folder.c
13121         * src/folderview.c
13122         * src/image_viewer.c
13123         * src/main.c
13124         * src/mainwindow.c
13125         * src/messageview.c
13126         * src/mimeview.c
13127         * src/msgcache.c
13128         * src/prefs_account.c
13129         * src/prefs_actions.c
13130         * src/prefs_common.c
13131         * src/prefs_compose_writing.c
13132         * src/prefs_customheader.c
13133         * src/prefs_ext_prog.c
13134         * src/prefs_filtering.c
13135         * src/prefs_filtering_action.c
13136         * src/prefs_fonts.c
13137         * src/prefs_image_viewer.c
13138         * src/prefs_message.c
13139         * src/prefs_message.h
13140         * src/prefs_msg_colors.c
13141         * src/prefs_other.c
13142         * src/prefs_other.h
13143         * src/prefs_quote.c
13144         * src/prefs_receive.c
13145         * src/prefs_receive.h
13146         * src/prefs_send.c
13147         * src/prefs_send.h
13148         * src/prefs_spelling.c
13149         * src/prefs_summaries.c
13150         * src/prefs_summary_column.c
13151         * src/prefs_template.c
13152         * src/prefs_themes.c
13153         * src/prefs_toolbar.c
13154         * src/prefs_wrapping.c
13155         * src/procmime.c
13156         * src/procmsg.c
13157         * src/send_message.h
13158         * src/ssl_manager.c
13159         * src/summary_search.c
13160         * src/summaryview.c
13161         * src/textview.c
13162         * src/wizard.c
13163         * src/common/smtp.c
13164         * src/common/smtp.h
13165         * src/gtk/gtkutils.h
13166                 o Move the rest of Common prefs to new style
13167                 o Lots of -Wall warning fixes
13168                 o fix FIXME in cache memusage calculation
13169                 o Let return receipts be sent from any account
13170                 o Little cache optimisation (read)
13171                 o Fix bug #746 (don't treat commas as separators
13172                   when inside a quoted string)
13173
13174 2005-05-31 [paul]       1.9.11cvs27
13175
13176         * src/prefs_common.c
13177                 fix 'off-by-one' typo
13178
13179 2005-05-31 [paul]       1.9.11cvs26
13180
13181         * src/account.c
13182         * src/addr_compl.c
13183         * src/compose.c
13184         * src/foldersel.c
13185         * src/prefs_actions.c
13186         * src/prefs_common.c
13187         * src/prefs_common.h
13188         * src/prefs_customheader.c
13189         * src/prefs_display_header.c
13190         * src/prefs_filtering.c
13191         * src/prefs_filtering_action.c
13192         * src/prefs_matcher.c
13193         * src/prefs_summaries.c
13194         * src/prefs_summary_column.c
13195         * src/prefs_template.c
13196         * src/prefs_toolbar.c
13197         * src/ssl_manager.c
13198         * src/gtk/pluginwindow.c
13199         * src/gtk/prefswindow.c
13200         * src/gtk/progressdialog.c
13201                 add hidden prefs 'enable_rules_hint'
13202                 for gtk_tree_view_set_rules_hint()
13203                 (sync with main)
13204                 
13205
13206 2005-05-31 [colin]      1.9.11cvs25
13207
13208         * src/Makefile.am
13209         * src/main.c
13210         * src/prefs_common.c
13211         * src/prefs_summaries.c ** ADDED **
13212         * src/prefs_summaries.h ** ADDED **
13213                 Common/Display -> Display/Summaries
13214
13215 2005-05-31 [colin]      1.9.11cvs24
13216
13217         * src/Makefile.am
13218         * src/main.c
13219         * src/prefs_quote.c ** ADDED **
13220         * src/prefs_quote.h ** ADDED **
13221                 Move Common/Quote to Compose/Quoting
13222         * src/prefs_common.c
13223         * src/prefs_common.h
13224                 Remove old quote stuff, add
13225                 convenience functions for GtkTextView prefs
13226         * src/gtk/prefswindow.c
13227                 Set default height higher
13228
13229 2005-05-30 [colin]      1.9.11cvs23
13230
13231         * src/Makefile.am
13232         * src/main.c
13233         * src/prefs_common.c
13234         * src/prefs_compose_writing.c ** ADDED **
13235         * src/prefs_compose_writing.h ** ADDED **
13236                 Move Common/Compose prefs to Compose/Writing
13237
13238 2005-05-30 [colin]      1.9.11cvs22
13239
13240         * src/common/utils.c
13241                 Fix bug #651 (Confused Attract by Subject)
13242                 Patch by M. Benkmann <haferfrost@web.de>
13243         * AUTHORS
13244
13245 2005-05-30 [colin]      1.9.11cvs21
13246
13247         * src/compose.c
13248                 Fix concatenation of different headers of
13249                 the same type (bug #645)
13250         * src/prefs_folder_item.c
13251                 Fix bug #699 (setting color to black doesn't
13252                 work immediately)
13253         * src/procmime.c
13254                 Print out decoding error only once per
13255                 block
13256
13257 2005-05-30 [paul]       1.9.11cvs20
13258
13259         * src/common/template.c
13260                 fix Bcc
13261
13262 2005-05-30 [paul]       1.9.11cvs19
13263
13264         * doc/src/rfc2368.txt   **NEW FILE**
13265         * src/compose.c
13266                 compose_entries_set(): don't interpret Bcc
13267                 header field (conform to RFC 2368)
13268                 (sync with main)
13269
13270 2005-05-29 [colin]      1.9.11cvs18
13271
13272         * src/prefs_common.c
13273                 Let the default reply format respect
13274                 netiquette by cutting the signature.
13275
13276 2005-05-29 [colin]      1.9.11cvs17
13277
13278         * src/summaryview.c
13279                 Don't let always_show_msg override
13280                 open_unread_on_enter when opening a new
13281                 directory.
13282
13283 2005-05-27 [paul]       1.9.11cvs16
13284
13285         sync with main:
13286
13287         * src/main.c
13288                 app_will_exit(): cleanup tmp directory when exit
13289         * src/message_search.c
13290                 improved the interface and made code cleanup.
13291                 removed Clear button
13292         * src/send_message.c
13293                 send_message_local(): use GSpawn, and detect errors
13294         * src/summary_search.c
13295                 improved the interface and made code cleanup
13296         * src/textview.c
13297                 textview_write_link(): also skip non-ascii space
13298                  at the head of link strings (phishing check
13299                  didn't work at the case)
13300         * src/common/utils.c
13301                 get_command_output(): use g_spawn_command_line_sync()
13302                 instead of popen()
13303
13304 2005-05-26 [colin]      1.9.11cvs15
13305
13306         * src/folder.c
13307                 remove printf
13308
13309 2005-05-26 [colin]      1.9.11cvs14
13310
13311         * src/common/nntp.c
13312                 Fix nntp mode reader (bug #611)
13313                 Patch by Florian Mickler <florian@mickler.org>
13314
13315 2005-05-26 [colin]      1.9.11cvs13
13316
13317         * src/plugins/pgpmime/passphrase.c
13318                 Fix mouse grabbing (bug #557)
13319
13320 2005-05-26 [colin]      1.9.11cvs12
13321
13322         * src/prefs_themes.c
13323                 Fix g_warning (bug #541)
13324
13325 2005-05-26 [colin]      1.9.11cvs11
13326
13327         * src/prefs_actions.c
13328         * src/prefs_template.c
13329                 Fix bug #506 (no warning if action/template
13330                 is not saved)
13331         * src/common/template.c
13332                 Fix a possible crash
13333
13334 2005-05-26 [colin]      1.9.11cvs10
13335
13336         * src/folder.c
13337         * src/folderview.c
13338         * src/procmsg.c
13339         * src/summaryview.c
13340                 Forbid locked messages to be moved or
13341                 deleted. Locked messages in trashes 
13342                 still get deleted, for performance
13343                 reason (mh.c::mh_remove_all_msgs)
13344
13345 2005-05-25 [colin]      1.9.11cvs9
13346
13347         * src/procmime.c
13348                 Use correct encoding when sending mails
13349                 with attachments that have accentued 
13350                 chars in their name
13351
13352 2005-05-24 [colin]      1.9.11cvs8
13353
13354         * src/summaryview.c
13355                 Fix bug #688 f) read/unread marker not
13356                 changed on first click
13357                 Also, optimize summary_status_show()
13358                 calls
13359         * src/folder.c
13360         * src/inc.c
13361         * src/procmime.c
13362                 Fix bug #688 b) and c) wrt message
13363                 attachments and signature
13364         * src/stock_pixmap.c
13365         * src/stock_pixmap.h
13366         * src/stock_pixmap.c
13367         * src/stock_pixmap.h
13368         * src/Makefile.am
13369         * src/pixmaps/clip_gpg_signed.xpm
13370                 Add clip/signed icon
13371
13372 2005-05-24 [colin]      1.9.11cvs7
13373
13374         * src/folder_item_prefs.c
13375                 whitespace fix
13376
13377 2005-05-24 [colin]      1.9.11cvs6
13378
13379         * src/folderview.c
13380         * src/prefs_common.c
13381         * src/prefs_common.h
13382                 Add a confirmation to folder drag and drop
13383                 fixes bug #156
13384         * src/alertpanel.c
13385         * src/alertpanel.h
13386                 fix _with_disable parameters so that
13387                 the buttons labels are specifiable too
13388         * src/plugins/pgpmime/sgpgme.c
13389                 reflect said change
13390                 
13391
13392 2005-05-24 [colin]      1.9.11cvs5
13393
13394         * src/folderview.c
13395                 Uncollapse/collapse folders on double-click
13396                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13397                 closes bug #108
13398
13399 2005-05-23 [colin]      1.9.11cvs4
13400
13401         * src/common/socket.c
13402                 Check another special SSL_peek() error.
13403                 Should help wrt bug #728
13404
13405 2005-05-23 [colin]      1.9.11cvs3
13406
13407         * src/plugins/pgpmime/pgpmime.c
13408                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13409                 breaking menu accelerators and stuff. Users will have to
13410                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13411                 account's privacy preferences if needed.
13412
13413 2005-05-22 [paul]
13414
13415         * tools/kdeservicemenu/install.sh
13416                 use kdesu to prompt for root password if doing
13417                 global install/uninstall
13418
13419 2005-05-20 [colin]      1.9.11cvs2
13420
13421         * src/procmsg.c
13422                 Fix another compilation error with gcc-2.9x
13423                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13424         * src/send_message.c
13425                 Don't send QUIT if we aren't connected
13426
13427 2005-05-19 [colin]      1.9.11cvs1
13428
13429         * src/procmsg.c
13430                 Fix compilation with gcc 2.9x
13431
13432 2005-05-19 [paul]       1.9.11
13433
13434         1.9.11 released
13435
13436 2005-05-19 [paul]       1.9.9cvs14
13437
13438         * src/gtk/inputdialog.c
13439                 prevent gettext warning
13440
13441 2005-05-19 [paul]       1.9.9cvs13
13442
13443         * src/mainwindow.c
13444         * src/prefs_common.c
13445         * src/prefs_common.h
13446         * src/textview.c
13447         * src/textview.h
13448                 add an option to toggle cursor in message
13449                 view (sync with main)
13450
13451 2005-05-18 [colin]      1.9.9cvs12
13452
13453         * src/compose.c
13454                 Dereference freed pointer
13455         * src/gtk/gtkaspell.c
13456                 Fix duplication of dictionaries (is it an aspell issue?)
13457
13458 2005-05-18 [colin]      1.9.9cvs11
13459
13460         * src/gtk/inputdialog.c
13461         * src/gtk/gtkaspell.c
13462                 HIGuify dialogs
13463         * src/alertpanel.c
13464                 Remove a double call
13465
13466 2005-05-17 [colin]      1.9.9cvs10
13467
13468         * src/gtk/gtkaspell.c
13469                 Fix dialogs, Ctrl-Enter accel
13470
13471 2005-05-17 [colin]      1.9.9cvs9
13472
13473         * src/gtk/gtkaspell.c
13474                 Fix some accelerators, escape in replace-window
13475
13476 2005-05-16 [colin]      1.9.9cvs8
13477
13478         * src/gtk/gtkaspell.c
13479                 Revert last commit, it was a mistake.
13480
13481 2005-05-16 [colin]      1.9.9cvs7
13482
13483         * src/gtk/gtkaspell.c
13484                 Remove buggy code while we're at it. It's a 
13485                 dead code path anyway.
13486
13487 2005-05-16 [colin]      1.9.9cvs6
13488
13489         * src/gtk/gtkaspell.c
13490                 Missed some gtk_menu_popup where deactivate
13491                 signal should be handled. Should fix bug
13492                 #629 a bit more.
13493
13494 2005-05-16 [colin]      1.9.9cvs5
13495
13496         * src/gtk/gtkaspell.c
13497                 Remove debug printf()s
13498
13499 2005-05-16 [colin]      1.9.9cvs4
13500
13501         * src/gtk/gtkaspell.c
13502                 Fix a bit aspell problems
13503                 (see bug #629)
13504
13505 2005-05-13 [colin]      1.9.9cvs3
13506
13507         * src/folderview.c
13508                 Fix the + appearing even when no subfolders
13509                 have unread messages. Thanks to wwp for the
13510                 bug report.
13511
13512 2005-05-11 [paul]       1.9.9cvs2
13513
13514         * src/folderview.c
13515                 correction to 1.9.9cvs1, only colour folders that
13516                 have new msgs (not unread msgs)
13517
13518 2005-05-10 [colin]      1.9.9cvs1
13519
13520         * src/folderview.c
13521         * src/summaryview.c
13522                 Try to fix bolding bugs again.
13523
13524 2005-05-09 [paul]
13525
13526         * tools/claws.i18n.status.pl
13527                 add Ricardo Mones Lastra's script that has been providing
13528                 the i18n status page for many months
13529
13530 2005-05-09 [paul]       1.9.9
13531
13532         1.9.9 release
13533
13534 2005-05-09 [paul]       1.9.6cvs58
13535
13536         * AUTHORS
13537         * INSTALL
13538         * README.claws
13539                 updated
13540         * Makefile.am 
13541         * RELEASE_NOTES.claws
13542                 add release notes to cvs to simplify release
13543                 procedure
13544         * configure.ac
13545                 add ca and fi to ALL_LINGUAS
13546         * po/Makefile.in.in
13547                 workaround for missing Makevars
13548         * po/ca.po
13549         * po/fi.po
13550                 add new Catalan and Finnish translations
13551                 submitted by Miquel Oliete and Flammie Pirinen
13552         * po/de.po
13553         * po/es.po
13554         * po/fr.po
13555         * po/it.po
13556         * po/pl.po
13557         * po/ru.po
13558         * po/sk.po
13559         * po/sr.po
13560         * po/zh_CN.po
13561                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13562                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13563                 Urke MMI, and Hansom Young
13564         * src/main.c
13565                 Fix drafting when quitting. compose_draft() closes the
13566                 compose windows, which modifies the compose_list GSList.
13567                 We have to refresh this list after echo drafting to avoid a
13568                 segfault
13569         * src/partial_download.c
13570                 fix segfault on exit
13571
13572 2005-05-06 [paul]       1.9.6cvs57
13573
13574         * src/grouplistdialog.c
13575                 quick fix/workaround for unresizeable newsgroup
13576                 name column 
13577
13578 2005-05-06 [paul]       1.9.6cvs56
13579
13580         * src/inc.c
13581         * src/mainwindow.c
13582                 use gettext plural forms
13583         * src/imap_gtk.c
13584         * src/mh_gtk.c
13585         * src/toolbar.c
13586                 small improvement to english usage
13587
13588 2005-05-05 [thorsten]   1.9.6cvs55
13589
13590         * src/folder.c
13591                 fix possible crash
13592
13593 2005-05-05 [paul]       1.9.6cvs54
13594         
13595         sync with HEAD
13596
13597         * AUTHORS
13598         * src/compose.c
13599                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13600                 patch by Tim Mann
13601
13602 2005-05-05 [paul]       1.9.6cvs53
13603
13604         * src/mainwindow.c
13605                 fix resizing of separate message and
13606                 folder views
13607
13608 2005-05-05 [paul]       1.9.6cvs52
13609
13610         * src/account.c
13611         * src/addrgather.c
13612         * src/browseldap.c
13613         * src/exphtmldlg.c
13614         * src/expldifdlg.c
13615         * src/importmutt.c
13616         * src/importpine.c
13617         * src/main.c
13618         * src/mainwindow.c
13619         * src/noticeview.c
13620         * src/prefs_filtering.c
13621         * src/prefs_filtering_action.c
13622         * src/prefs_matcher.c
13623         * src/prefs_spelling.c
13624         * src/prefs_toolbar.c
13625         * src/toolbar.c
13626         * src/wizard.c
13627         * src/gtk/description_window.c
13628         * src/gtk/gtkvscrollbutton.c
13629         * src/gtk/progressdialog.c
13630         * src/gtk/quicksearch.c
13631         * src/plugins/pgpmime/prefs_gpg.c
13632         * src/plugins/spamassassin/spamassassin_gtk.c
13633                 replace deprecated gtk_widget_set_usize
13634
13635 2005-05-04 [colin]      1.9.6cvs51
13636
13637         * src/common/utils.c
13638                 Fix crash when subst_for_filename is called
13639                 with a NULL parameter
13640
13641 2005-05-04 [colin]      1.9.6cvs50
13642
13643         * src/partial_download.c
13644         * src/pop.c
13645                 Escape login when writing uidl file
13646                 fixes bug #736
13647
13648 2005-05-03 [colin]      1.9.6cvs49
13649
13650         * src/procmime.c
13651                 Fix possible DOS in mime parser
13652                 (see bug #634)
13653
13654 2005-05-02 [colin]      1.9.6cvs48
13655
13656         * src/compose.c
13657                 Try to fix the copy/paste mess once again.
13658
13659
13660 2005-04-30 [colin]      1.9.6cvs47
13661
13662         * src/prefs_account.h
13663         * src/procmsg.c
13664         * src/send_message.c
13665         * src/common/smtp.c
13666         * src/common/smtp.h
13667                 Try to batch sending mails (per account) instead of
13668                 reconnecting to server every time.
13669
13670 2005-04-29 [colin]      1.9.6cvs46
13671
13672         * src/messageview.c
13673                 Fix window resizing that refused to size down
13674         * src/prefs_common.c
13675         * src/prefs_common.h
13676         * src/prefs_filtering.c
13677                 Save Filtering's window size
13678
13679 2005-04-21 [paul]       1.9.6cvs45
13680
13681         * ChangeLog-gtk2.claws
13682         * src/setup.c
13683                 correction to sync
13684
13685 2005-04-21 [paul]       1.9.6cvs44
13686
13687         sync with main:
13688
13689         * src/setup.c
13690         * src/statusbar.c
13691         * src/statusbar.h
13692                 use gtkut_widget_draw_now(). Improved performance
13693                 of the update of statusbar
13694         * src/textview.c
13695                 textview_smooth_scroll_do(): redraw it after scroll
13696                 is done (fixed incorrect display when a part of the
13697                 view is hidden).
13698         * src/gtk/gtkutils.c
13699         * src/gtk/gtkutils.h
13700                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13701                 to force update of widgets.
13702                 Removed gtkut_widget_wait_for_draw() which had a big
13703                 overhead  because of waiting for all events processed 
13704
13705 2005-04-20 [paul]       1.9.6cvs43
13706
13707         * src/codeconv.c
13708                 complete 1.9.6cvs42's sync:
13709                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13710
13711 2005-04-19 [paul]       1.9.6cvs42
13712
13713         sync with main:
13714
13715         * src/action.c
13716                 catch_output(): correctly select the insert text
13717                 (fix invalid iterator warnings).
13718         * src/codeconv.c
13719         * src/codeconv.h
13720         * src/mainwindow.c
13721         * src/messageview.c
13722         * src/prefs_common.c
13723                 support GBK encoding.
13724         * src/common/session.c
13725         * src/common/session.h
13726                 use separate buffer for large data to be sent,
13727                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13728
13729 2005-04-18 [paul]       1.9.6cvs41
13730
13731         * src/jpilot.c
13732                 convert unsigned long into guint32
13733                 patch by Paul LeoNerd Evans 
13734
13735 2005-04-17 [colin]      1.9.6cvs40
13736
13737         * src/compose.c
13738                 Fix 'Request return receipt' from folder
13739                 properties (bug #708)
13740
13741 2005-04-17 [colin]      1.9.6cvs39
13742
13743         * src/mainwindow.c
13744                 Fix duplicate hotkeys in Mainwindow's menu
13745
13746 2005-04-17 [colin]      1.9.6cvs38
13747
13748         * src/folderview.c
13749                 Fix duplicate hotkeys in Folderview's contextual
13750                 menu
13751
13752 2005-04-15 [colin]      1.9.6cvs37
13753
13754         * src/summaryview.c
13755                 Fix 'Save as...' with non-ascii filenames
13756
13757 2005-04-15 [colin]      1.9.6cvs36
13758
13759         * src/plugins/pgpmime/pgpmime.c
13760                 Fix bus error on 64bit. Spotted by 
13761                 macallan1888@gmail.com
13762
13763 2005-04-15 [colin]      1.9.6cvs35
13764
13765         * src/prefs_account.c
13766                 Fix cvs34.
13767
13768 2005-04-12 [colin]      1.9.6cvs34
13769
13770         * src/prefs_account.c
13771                 Fix smtp auth type off-by-one. We forgot to
13772                 add PLAIN in the prefs-to-gui setter func and
13773                 as a result, the selected auth when opening
13774                 account prefs was not the correct one.
13775
13776 2005-04-12 [paul]       1.9.6cvs33
13777
13778         * src/inc.c
13779                 if the recv dialog is visible, Cancel only
13780                 cancels the current account
13781
13782
13783 2005-04-10 [colin]      1.9.6cvs32
13784
13785         * src/filtering.c
13786                 Copy score when copying FilteringActions
13787                 Fix bug #674
13788
13789 2005-04-10 [colin]      1.9.6cvs31
13790
13791         * src/inc.c
13792                 Make Message -> Receive -> Cancel cancel 
13793                 incorporation on all accounts. Fixes
13794                 bug #693
13795
13796 2005-04-10 [colin]      1.9.6cvs30
13797
13798         * src/prefs_account.c
13799                 Update Privacy checkbuttons status based
13800                 on the selected privacy system
13801         * src/compose.c
13802                 Always connect the "None" privacy system; the
13803                 static boolean was probably there to avoid
13804                 reconnecting twice in the same compose window,
13805                 but as the parent function is only called once
13806                 per compose, it's only a bug - as a static is
13807                 initialized once per application instance.
13808                 Also, don't uncheck Sign and Encrypt when
13809                 selecting None as privacy system; just ignore
13810                 them when sending/queuing.
13811                 Should fix bug #695
13812
13813 2005-04-08 [colin]      1.9.6cvs29
13814
13815         * src/account.c
13816         * src/prefs_account.c
13817         * src/prefs_account.h
13818                 Add account preference to queue message in a certain
13819                 folder.
13820
13821 2005-04-06 [colin]      1.9.6cvs28
13822
13823         * src/prefs_account.c
13824                 Update old inbox path syntax
13825
13826 2005-04-06 [paul]       1.9.6cvs27
13827
13828         sync with main:
13829
13830         * configure.ac
13831                 changed -traditional-cpp to -no-cpp-precomp for newer
13832                 Mac OS X support
13833         * src/foldersel.c
13834                 made column resize automatically
13835         * src/send_message.c
13836                 send_message_smtp(): consider EOF right after QUIT
13837                 successful (workaround for Gmail SMTP server)
13838         * src/common/socket.c
13839                 ssl_read(), ssl_peek(): check EOF which violates the
13840                 SSL protocol
13841         * src/gtk/colorlabel.c
13842                 removed warnings when displaying colorlabel menu
13843                 (don't use GtkAlignment)
13844
13845 2005-04-05 [paul]       1.9.6cvs26
13846
13847         * src/plugins/trayicon/trayicon.c
13848                 fix clipping of icon under KDE3 
13849
13850 2005-04-05 [paul]       1.9.6cvs25
13851
13852         * src/summaryview.c
13853                 hide display of threading
13854                 patch by Alfons
13855
13856 2005-04-04 [thorsten]   1.9.6cvs24
13857
13858         * src/mh.c
13859                 marks lost on filesystems with different stat() results on
13860                 summer-/wintertime
13861
13862 2005-04-03 [colin]      1.9.6cvs23
13863
13864         * src/summaryview.c
13865                 Don't handle up/down. Patch by Alfons
13866
13867 2005-04-02 [colin]      1.9.6cvs22
13868
13869         * src/summaryview.c
13870                 Make scrolling faster. Patch by Alfons.
13871
13872 2005-04-01 [colin]      1.9.6cvs21
13873
13874         * src/Makefile.am
13875         * src/stock_pixmap.c
13876         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13877         * src/pixmaps/dir_noselect.xpm ** ADDED **
13878                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13879
13880 2005-04-01 [colin]      1.9.6cvs20
13881
13882         * src/image_viewer.c
13883         * src/image_viewer.h
13884         * src/procmime.c
13885         * src/procmime.h
13886         * src/textview.c
13887         * src/textview.h
13888                 Implement inline image resizing and right-clicking
13889
13890 2005-04-01 [paul]       1.9.6cvs19
13891
13892         * AUTHORS
13893         * Makefile.am
13894         * configure.ac
13895                 check for gnome2
13896                 patch by Luca Cavalli <loopback<AT>slackit.org>
13897         * po/ru.po
13898                 updated by Pavlo Bohmat
13899
13900 2005-03-31 [colin]      1.9.6cvs18
13901
13902         * src/news.c
13903                 Fix parsing references
13904         * src/msgcache.c
13905                 don't put nulls in the references list
13906         * src/procheader.c
13907                 commit that forgotten file in 1.9.6cvs14
13908
13909 2005-03-31 [colin]      1.9.6cvs17
13910
13911         * src/compose.c
13912                 Fix joining of signature separator again. 
13913                 Maybe Hiro could put it in main too...
13914
13915 2005-03-31 [colin]      1.9.6cvs16
13916
13917         * src/Makefile.am
13918         * src/foldersel.c
13919         * src/stock_pixmap.c
13920         * src/stock_pixmap.h
13921         * src/pixmaps/dir-noselect.xpm
13922                 Update foldersel.c (sync from main, patch by Alfons)
13923
13924 2005-03-30 [colin]      1.9.6cvs15
13925
13926         * src/imap.c
13927                 Fix handling of imap folders containing [] in 
13928                 their name. Thanks to Nahuel Angelinetti for
13929                 the detailed bugreport.
13930
13931 2005-03-30 [colin]      1.9.6cvs14
13932
13933         * src/common/utils.h
13934         * src/common/utils.c
13935         * src/common/defs.h
13936         * src/matcher.c
13937         * src/msgcache.c
13938         * src/news.c
13939         * src/procmsg.c
13940         * src/procmsg.h
13941         * src/quote_fmt_parse.y
13942         * src/summaryview.c
13943                 Update references system. Patch by Alfons
13944
13945 2005-03-30 [colin]      1.9.6cvs13
13946
13947         * src/common/socket.c
13948                 Force the glibc to read resolv.conf again when 
13949                 it has changed. Should fix issues when changing
13950                 networks on a laptop and not restarting sylpheed. 
13951
13952 2005-03-30 [paul]       1.9.6cvs12
13953
13954         partial sync with main:
13955
13956         * src/action.c
13957                 create_io_dialog(): use user-defined text font
13958                 (thanks to Alfons), and modified its appearance.
13959         * src/addrgather.c
13960         * src/addrharvest.c
13961         * src/browseldap.c
13962                 replace old code
13963         * src/compose.c
13964                 don't join (presumably) itemized lines on line-wrapping
13965                 fixed wrapping of quote when auto-wrapping is enabled
13966                 compose_destroy(): destroy paned only if it's not
13967                 attached to window. Fixed memory leak of popup menu.
13968         * src/exphtmldlg.c
13969         * src/expldifdlg.c
13970                 replace old code
13971         * src/html.c
13972         * src/html.h
13973         * src/importmutt.c
13974         * src/importpine.c
13975                 replace old code
13976         * src/main.c
13977                 removed redundant code
13978         * src/mainwindow.c
13979                 changed 'Code set' (which is rather incorrect)
13980                 in the menu to 'Character encoding'
13981                 main_window_set_widgets(): request size first
13982                 to prevent window size becoming wrong
13983                 fixed remembering of the state of the visibility
13984                 of MessageView
13985         * src/messageview.c
13986                 changed 'Code set' (which is rather incorrect)
13987                 in the menu to 'Character encoding'
13988         * src/prefs_common.c
13989         * src/prefs_common.h
13990                 added an option whether to render HTML as text or not
13991                 added separators to outgoing encoding menu
13992         * src/procheader.c
13993                 procheader_scan_date_string(): support header
13994                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13995         * src/summaryview.c
13996         * src/summaryview.h
13997                 minor code cleanup
13998         * src/textview.c
13999                 textview_show_html(): force output of newline
14000                 added an option whether to render HTML as text or not
14001         * src/common/utils.c
14002                 strncpy2(): optimized based on Alfons' code
14003         * src/gtk/gtkutils.c
14004         * src/gtk/gtkutils.h
14005                 removed non-used code
14006         * src/plugins/pgpmime/passphrase.c
14007                 partially fixed grab input of passphrase dialog
14008                 Confine pointer to window
14009
14010 2005-03-30 [colin]      1.9.6cvs11
14011
14012         * src/msgcache.c
14013         * src/msgcache.h
14014                 Read/write 32bit ints from cache & marks
14015                 From main.
14016
14017 2005-03-29 [paul]       1.9.6cvs10
14018
14019         * AUTHORS
14020         * ChangeLog.claws
14021         * src/compose.c
14022         * src/gtk/gtkaspell.c
14023                 sync with HEAD (don't pass NULL pointers) 
14024
14025 2005-03-24 [paul]
14026
14027         * tools/Makefile.am
14028         * tools/README
14029         * tools/acroread2sylpheed.pl
14030                 sync with HEAD (add script to send pdfs as
14031                 attachments from Adobe Reader 7)
14032
14033 2005-03-21 [paul]       1.9.6cvs9
14034
14035         * configure.ac
14036         * po/POTFILES.in
14037         * src/Makefile.am
14038         * src/crash.c
14039         * src/image_viewer.c ** ADDED **
14040         * src/image_viewer.h ** ADDED **
14041         * src/main.c
14042         * src/prefs_common.c
14043         * src/prefs_common.h
14044         * src/prefs_image_viewer.c ** ADDED **
14045         * src/prefs_image_viewer.h ** ADDED **
14046         * src/textview.c
14047         * src/gtk/about.c
14048         * src/pixmaps/sylpheed_logo.xpm
14049         * src/plugins/Makefile.am
14050         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14051         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14052         * src/plugins/image_viewer/plugin.c ** REMOVED **
14053         * src/plugins/image_viewer/viewer.c ** REMOVED **
14054         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14055         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14056         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14057         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14058         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14059                 as gdk-pixbuf is now built-in
14060                 remove image_viewer plugin and put code back into
14061                 main codebase
14062                 implement inline image display (sync with main)
14063
14064                 replace logo with newer, nicer, larger version  
14065
14066 2005-03-21 [paul]       1.9.6cvs8
14067
14068         * src/gtk/about.c
14069                 cosmetic improvement
14070
14071 2005-03-21 [holger]     1.9.6cvs7
14072
14073         * src/plugins/spamassassin/spamassassin.c
14074                 Sync with HEAD
14075                 (unregister hook on failed plugin init)
14076
14077 2005-03-20 [colin]      1.9.6cvs6
14078
14079         * src/common/plugin.c
14080                 Check that plugin isn't already loaded
14081                 Patch by Alfons
14082
14083 2005-03-20 [thorsten]   1.9.6cvs5
14084
14085         * src/compose.c
14086                 use a more compatible syntax
14087
14088 2005-03-20 [thorsten]   1.9.6cvs4
14089
14090         * src/prefs_toolbar.c
14091                 fix crash when selecting toolbar item (uninitialized pointer)
14092
14093 2005-03-20 [thorsten]   1.9.6cvs3
14094
14095         * src/procmime.c
14096                 fix mimetype detection (referenced free()d string)
14097
14098 2005-03-20 [paul]       1.9.6cvs2
14099
14100         * src/compose.c
14101                 sync with HEAD (1.0.3cvs5)
14102                 neglect Reply-To header if empty
14103                 Patch by Alfons 
14104
14105 2005-03-19 [holger]     1.9.6cvs1
14106
14107         * src/summaryview.c
14108         * src/summaryview.h
14109                 Sync with HEAD
14110
14111 2005-03-18 [paul]       1.9.6
14112
14113         initial GTK2 release
14114
14115 2005-03-18 [paul]       1.0.3cvs3.1
14116
14117         * AUTHORS
14118         * ChangeLog.claws
14119         * configure.ac
14120         * src/gtk/about.c
14121         * src/pixmaps/sylpheed_logo.xpm
14122                 sync with HEAD
14123
14124 2005-03-18 [colin]      1.0.3cvs2.6
14125
14126         * src/summaryview.c
14127                 Remove call to summary_step in summary_copy_selected_to
14128                 Can't see its purpose, and this causes bug when copying
14129                 a message if the next one is unread: it reads it.
14130
14131 2005-03-18 [paul]       1.0.3cvs2.5
14132
14133         * src/foldersel.c
14134                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14135
14136 2005-03-18 [paul]       1.0.3cvs2.4
14137
14138         * src/addrharvest.c
14139         * src/codeconv.c
14140         * src/codeconv.h
14141         * src/compose.c
14142         * src/news.c
14143         * src/procheader.c
14144         * src/procmime.c
14145         * src/unmime.c
14146         * src/unmime.h
14147                 fix buffer overflow, CAN-2005-0667, see
14148                 http://secunia.com/advisories/14491/
14149                 Patch by Alfons
14150
14151 2005-03-17 [colin]      1.0.3cvs2.3
14152
14153         * src/prefs_fonts.c
14154         * src/summaryview.c
14155                 Fix font bugs (both lists now officialy share 
14156                 the same font)
14157                 
14158
14159 2005-03-17 [paul]       1.0.3cvs2.2
14160
14161         * src/gtk/pluginwindow.c
14162                 make plugin descriptions uneditable
14163
14164 2005-03-11 [paul]       1.0.3cvs2.1
14165
14166         * ChangeLog.claws
14167         * configure.ac
14168         * po/POTFILES.in
14169         * src/plugins/trayicon/trayicon.c
14170                 sync with HEAD
14171                 add src/wizard.c to POTFILES.in
14172
14173 2005-03-11 [paul]       1.0.3cvs1.1
14174
14175         * ChangeLog
14176         * ChangeLog.claws
14177         * configure.ac
14178         * po/de.po
14179         * po/es.po
14180         * po/fr.po
14181         * po/it.po
14182         * po/pt_BR.po
14183         * po/ru.po
14184         * po/sk.po
14185         * po/sr.po
14186         * po/zh_CN.po
14187                 sync with HEAD
14188
14189 2005-03-04 [colin]      1.0.1cvs22.2
14190
14191         * src/compose.c
14192                 Fix signatures with accentued chars in it
14193
14194 2005-03-04 [colin]      1.0.1cvs22.1
14195
14196         * src/common/smtp.c
14197         * src/common/smtp.h
14198                 Don't use SIZE param in MAIL FROM: if server 
14199                 doesn't support it. Patch by Eugen Freiter
14200                 <eugen_f@users.sf.net>
14201
14202 2005-02-27 [paul]       1.0.1cvs20.1
14203
14204         * ChangeLog.claws
14205         * configure.ac
14206         * src/messageview.c
14207                 sync with HEAD
14208
14209 2005-02-27 [colin]      1.0.1cvs19.4
14210
14211         * src/procheader.c
14212         * src/procheader.h
14213                 Fix prototypes. Patch by Alfons
14214
14215 2005-02-27 [colin]      1.0.1cvs19.3
14216
14217         * src/compose.c
14218                 Don't auto-join the signature separator.
14219
14220 2005-02-26 [colin]      1.0.1cvs19.2
14221
14222         * src/summaryview.c
14223                 Fix 'mark all read' with collapsed threads.
14224                 Patch by Alfons.
14225
14226 2005-02-25 [paul]       1.0.1cvs19.1
14227
14228         * ChangeLog.claws
14229         * configure.ac
14230         * src/prefs_account.c
14231         * src/prefs_folder_item.c
14232         * src/gtk/prefswindow.c
14233         * src/gtk/prefswindow.h
14234                 sync with HEAD
14235
14236 2005-02-25 [paul]       1.0.1cvs15.12
14237
14238         * src/alertpanel.c
14239         * src/codeconv.c
14240         * src/compose.c
14241         * src/textview.c
14242         * src/gtk/gtkutils.c
14243         * src/gtk/gtkutils.h
14244         * src/gtk/logwindow.c
14245         * src/gtk/progressdialog.c
14246                 sync with main (revision 127)
14247                 and fix logwindow clipping
14248
14249 2005-02-24 [colin]      1.0.1cvs15.11
14250
14251         * src/plugins/pgpmime/passphrase.c
14252                 Disable input grabbing; it doesn't work yet.
14253
14254 2005-02-24 [colin]      1.0.1cvs15.10
14255
14256         * src/messageview.c
14257                 Don't send out receipts if offline. Ask.
14258
14259 2005-02-23 [colin]      1.0.1cvs15.9
14260
14261         * src/summaryview.c     
14262                 Fix expanding
14263
14264 2005-02-23 [colin]      1.0.1cvs15.8
14265
14266         * src/summaryview.c
14267                 Really fix Bug 568 by removing useless
14268                 calls. summary_thread_init() now called
14269                 in summary_sort(). This should please
14270                 Alfons as it should be faster than 
14271                 previously.
14272
14273 2005-02-23 [colin]      1.0.1cvs15.7
14274
14275         * src/compose.c
14276                 Encode parts as QP or B64 if signing
14277
14278 2005-02-23 [colin]      1.0.1cvs15.6
14279
14280         * src/compose.c
14281                 Fix Mimeinfo leakage (including tmp files)
14282         * src/procmsg.c
14283                 Fix tmp file leakage (spotted by Ivan Rayner)
14284
14285 2005-02-22 [colin]      1.0.1cvs15.5
14286
14287         * src/expldifdlg.c
14288                 Fix keyboard input. Patch by Alfons.
14289
14290 2005-02-21 [colin]      1.0.1cvs15.4
14291
14292         * src/compose.c
14293                 Fix Sign/Encrypt when unselecting privacy
14294                 system
14295         * src/prefs_common.c
14296                 Change default message font to Monospace
14297         * src/summaryview.c
14298                 More freezing during potentially large operations
14299
14300 2005-02-21 [paul]       1.0.1cvs15.3
14301
14302         * src/main.c
14303                 fix --help output
14304
14305 2005-02-21 [paul]       1.0.1cvs15.2
14306
14307         * po/Makefile.in.in
14308         * src/compose.c
14309         * src/summaryview.c
14310         * src/textview.c
14311         * src/common/utils.c
14312         * src/common/utils.h
14313                 sync with main (revision 117)
14314
14315 2005-02-20 [colin]      1.0.1cvs15.1
14316
14317         * src/common/defs.h
14318                 Change cache file to .sylpheed_claws_cache, as
14319                 suggested by Alfons. Allows people to switch
14320                 between Sylpheed and Sylpheed-Claws. it is
14321                 a good idea to "Check for new messages" at next
14322                 startup.
14323
14324
14325 2005-02-18 [colin]      1.0.1cvs14.1
14326
14327         * src/quote_fmt_lex.l
14328         * src/quote_fmt_parse.y
14329                 Fix parser initialisation. Patch by Ivan.
14330
14331 2005-02-18 [colin]      1.0.1cvs11.6
14332
14333         * src/folderview.c
14334                 Fix scrolldown (bug 662)
14335
14336 2005-02-17 [colin]      1.0.1cvs11.5
14337
14338         * src/codeconv.c
14339                 conv_filename_to_utf8: return clean 7bit instead
14340                 of broken utf8 if needed
14341         * src/mimeview.c
14342                 Fix display of parts with unclean 8bit names
14343
14344 2005-02-17 [paul]       1.0.1cvs11.4
14345
14346         * src/compose.c
14347         * src/exportldif.c
14348         * src/matcher_parser_parse.y
14349         * src/procmime.c
14350         * src/sourcewindow.c
14351         * src/common/Makefile.am
14352         * src/common/intl.h             ** REMOVED **
14353         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14354                 sync with main (revision 109)
14355                 and clean up
14356
14357 2005-02-16 [colin]      1.0.1cvs11.3
14358
14359         * src/summaryview.c
14360                 Fix collapsed thread not highlighting when new
14361                 messages in it (Bug 568) Patch by Stephan Sachse.
14362                 Fix messed up selection when reaching bounds (Bug 632)
14363         * src/prefs_themes.c
14364                 Fix theme installing (Bug 684)
14365
14366 2005-02-16 [colin]      1.0.1cvs11.2
14367
14368         * src/messageview.c
14369                 Fix messageview_select_all
14370
14371 2005-02-16 [colin]      1.0.1cvs11.1
14372
14373         * src/mh.c
14374                 Sync with HEAD (MH scan required function)
14375
14376 2005-02-15 [colin]      1.0.1cvs8.1
14377
14378         * src/mimeview.c
14379         * src/common/utils.c
14380                 Sync with HEAD (filename chars substitution)
14381
14382 2005-02-15 [colin]      1.0.1cvs7.3
14383
14384         * src/gtk/pluginwindow.c
14385                 Fix button spacing
14386
14387 2005-02-15 [colin]      1.0.1cvs7.2
14388
14389         * src/mimeview.c
14390                 Fix mime icons not reset across message when
14391                 scrolled down
14392
14393 2005-02-15 [colin]      1.0.1cvs7.1
14394
14395         * src/compose.c
14396         * src/procmime.c
14397                 Sync with HEAD (optimisation of cvs6)
14398
14399 2005-02-14 [colin]      1.0.1cvs6.1
14400
14401         * src/compose.c
14402         * src/procmime.c
14403                 Sync with HEAD (encode "From " at line beginning)
14404
14405 2005-02-14 [colin]      1.0.1cvs5.3
14406
14407         * src/compose.c
14408                 Fix wrapping with accentued chars.
14409
14410 2005-02-13 [colin]      1.0.1cvs5.2
14411
14412         * src/textview.c
14413                 Fix email informative part parsing with
14414                 accentued chars in it. ispunct() returns
14415                 true for them in utf8...
14416
14417 2005-02-12 [colin]      1.0.1cvs5.1
14418
14419         * src/filtering.c
14420                 Sync with HEAD (remove wrong use of compose after send)
14421
14422 2005-02-12 [paul]       1.0.1cvs4.5
14423
14424         * src/textview.c
14425                 remove unnecessary code (thanks to Alfons)
14426
14427 2005-02-12 [paul]       1.0.1cvs4.4
14428
14429         * src/textview.c
14430                 add 'Copy' to contextual menu on emails
14431
14432 2005-02-11 [colin]      1.0.1cvs4.3
14433
14434         * src/compose.c
14435                 revert 1.0.0cvs28.2, it doesn't work that well.
14436
14437 2005-02-11 [paul]       1.0.1cvs4.2
14438
14439         * po/Makefile.in.in
14440                 fix 'make release'
14441
14442 2005-02-10 [paul]       1.0.1cvs4.1
14443
14444         * ChangeLog
14445         * ChangeLog.claws
14446         * ChangeLog.jp
14447         * configure.ac
14448         * src/compose.c
14449                 sync with HEAD (sync with main)
14450
14451 2005-02-10 [paul]       1.0.1cvs3.2
14452
14453         * AUTHORS
14454         * Makefile.am
14455         * autogen.sh
14456         * configure.ac
14457         * config/mkinstalldirs
14458         * intl/.cvsignore
14459         * intl/ChangeLog
14460         * intl/VERSION
14461         * intl/bindtextdom.c
14462         * intl/config.charset
14463         * intl/dcgettext.c
14464         * intl/dcigettext.c
14465         * intl/dcngettext.c
14466         * intl/dgettext.c
14467         * intl/dngettext.c
14468         * intl/eval-plural.h
14469         * intl/explodename.c
14470         * intl/finddomain.c
14471         * intl/gettext.c
14472         * intl/gettextP.h
14473         * intl/gmo.h
14474         * intl/hash-string.h
14475         * intl/intl-compat.c
14476         * intl/l10nflist.c
14477         * intl/libgnuintl.h.in
14478         * intl/loadinfo.h
14479         * intl/loadmsgcat.c
14480         * intl/localcharset.c
14481         * intl/localcharset.h
14482         * intl/locale.alias
14483         * intl/localealias.c
14484         * intl/localename.c
14485         * intl/log.c
14486         * intl/ngettext.c
14487         * intl/os2compat.c
14488         * intl/os2compat.h
14489         * intl/osdep.c
14490         * intl/plural-exp.c
14491         * intl/plural-exp.h
14492         * intl/plural.c
14493         * intl/plural.y
14494         * intl/ref-add.sin
14495         * intl/ref-del.sin
14496         * intl/relocatable.c
14497         * intl/relocatable.h
14498         * intl/textdomain.c
14499         * m4/Makefile.am
14500         * po/Makefile.in.in
14501         * src/Makefile.am
14502         * src/account.c
14503         * src/action.c
14504         * src/addr_compl.c
14505         * src/addressadd.c
14506         * src/addressbook.c
14507         * src/addrgather.c
14508         * src/addrindex.c
14509         * src/alertpanel.c
14510         * src/browseldap.c
14511         * src/codeconv.c
14512         * src/codeconv.h
14513         * src/compose.c
14514         * src/compose.h
14515         * src/crash.c
14516         * src/editaddress.c
14517         * src/editbook.c
14518         * src/editgroup.c
14519         * src/editjpilot.c
14520         * src/editldap.c
14521         * src/editldap_basedn.c
14522         * src/editvcard.c
14523         * src/exphtmldlg.c
14524         * src/expldifdlg.c
14525         * src/export.c
14526         * src/exporthtml.c
14527         * src/filtering.c
14528         * src/folder.c
14529         * src/folder_item_prefs.c
14530         * src/foldersel.c
14531         * src/folderview.c
14532         * src/grouplistdialog.c
14533         * src/headerview.c
14534         * src/imap.c
14535         * src/imap_gtk.c
14536         * src/import.c
14537         * src/importldif.c
14538         * src/importmutt.c
14539         * src/importpine.c
14540         * src/inc.c
14541         * src/ldif.c
14542         * src/main.c
14543         * src/mainwindow.c
14544         * src/matcher.c
14545         * src/mbox.c
14546         * src/message_search.c
14547         * src/messageview.c
14548         * src/mh.c
14549         * src/mh_gtk.c
14550         * src/mimeview.c
14551         * src/msgcache.c
14552         * src/news.c
14553         * src/news_gtk.c
14554         * src/noticeview.c
14555         * src/partial_download.c
14556         * src/pop.c
14557         * src/prefs_account.c
14558         * src/prefs_actions.c
14559         * src/prefs_common.c
14560         * src/prefs_customheader.c
14561         * src/prefs_display_header.c
14562         * src/prefs_ext_prog.c
14563         * src/prefs_filtering.c
14564         * src/prefs_filtering_action.c
14565         * src/prefs_folder_item.c
14566         * src/prefs_fonts.c
14567         * src/prefs_gtk.c
14568         * src/prefs_matcher.c
14569         * src/prefs_msg_colors.c
14570         * src/prefs_spelling.c
14571         * src/prefs_summary_column.c
14572         * src/prefs_template.c
14573         * src/prefs_themes.c
14574         * src/prefs_toolbar.c
14575         * src/prefs_wrapping.c
14576         * src/privacy.c
14577         * src/procheader.c
14578         * src/procmime.c
14579         * src/procmsg.c
14580         * src/quote_fmt.c
14581         * src/recv.c
14582         * src/send_message.c
14583         * src/setup.c
14584         * src/sourcewindow.c
14585         * src/ssl_manager.c
14586         * src/statusbar.c
14587         * src/summary_search.c
14588         * src/summaryview.c
14589         * src/textview.c
14590         * src/toolbar.c
14591         * src/wizard.c
14592         * src/common/nntp.c
14593         * src/common/plugin.c
14594         * src/common/smtp.c
14595         * src/common/ssl.c
14596         * src/common/ssl_certificate.c
14597         * src/common/string_match.c
14598         * src/common/sylpheed.c
14599         * src/common/template.c
14600         * src/common/utils.c
14601         * src/gtk/about.c
14602         * src/gtk/colorlabel.c
14603         * src/gtk/description_window.c
14604         * src/gtk/filesel.c
14605         * src/gtk/foldersort.c
14606         * src/gtk/gtkaspell.c
14607         * src/gtk/gtkutils.c
14608         * src/gtk/inputdialog.c
14609         * src/gtk/logwindow.c
14610         * src/gtk/menu.c
14611         * src/gtk/pluginwindow.c
14612         * src/gtk/prefswindow.c
14613         * src/gtk/progressdialog.c
14614         * src/gtk/quicksearch.c
14615         * src/gtk/sslcertwindow.c
14616         * src/plugins/clamav/clamav_plugin.c
14617         * src/plugins/clamav/clamav_plugin_gtk.c
14618         * src/plugins/demo/demo.c
14619         * src/plugins/dillo_viewer/dillo_prefs.c
14620         * src/plugins/dillo_viewer/dillo_viewer.c
14621         * src/plugins/image_viewer/plugin.c
14622         * src/plugins/image_viewer/viewer.c
14623         * src/plugins/image_viewer/viewerprefs.c
14624         * src/plugins/mathml_viewer/mathml_viewer.c
14625         * src/plugins/pgpmime/passphrase.c
14626         * src/plugins/pgpmime/plugin.c
14627         * src/plugins/pgpmime/prefs_gpg.c
14628         * src/plugins/pgpmime/select-keys.c
14629         * src/plugins/pgpmime/sgpgme.c
14630         * src/plugins/spamassassin/spamassassin.c
14631         * src/plugins/spamassassin/spamassassin_gtk.c
14632         * src/plugins/trayicon/trayicon.c
14633                 sync with main (revision 104)
14634
14635 2005-02-10 [colin]      1.0.1cvs3.1
14636
14637         * src/mainwindow.c
14638                 Sync with HEAD (fix occasional crasher)
14639
14640 2005-02-10 [colin]      1.0.1cvs2.1
14641
14642         * src/messageview.c
14643                 Synw with HEAD (don't automatically display html)
14644
14645 2005-02-09 [colin]      1.0.1cvs1.3
14646
14647         * src/textview.c
14648         * src/textview.h
14649                 Add contextual menu on emails
14650
14651 2005-02-09 [colin]      1.0.1cvs1.2
14652
14653         * src/codeconv.c
14654                 Fix converting from broken headers and 
14655                 put back the _ in missing places
14656                 (feature broke with cvs24.2 sync, main 
14657                  possibly affected?)
14658
14659 2005-02-09 [colin]      1.0.1cvs1.1
14660
14661         * src/messageview.c
14662         * src/mimeview.c
14663         * src/mimeview.h
14664                 Sync with HEAD (display non text/plain mails with plugin)
14665
14666 2005-02-08 [colin]      1.0.1.1
14667
14668         * ChangeLog.claws
14669         * po/pt_BR.po
14670                 Sync with HEAD
14671         * configure.ac
14672                 Make default configuration directory 
14673                 be .sylpheed-gtk2
14674
14675 2005-02-08 [colin]      1.0.0cvs29.1
14676
14677         * po/de.po
14678         * po/es.po
14679         * po/fr.po
14680         * po/it.po
14681         * po/sk.po
14682         * po/sr.po
14683                 Sync translations with HEAD
14684
14685 2005-02-06 [colin]      1.0.0cvs28.3
14686
14687         * src/compose.c
14688                 Make compose a bit faster - patch by Alfons.
14689
14690 2005-02-06 [colin]      1.0.0cvs28.2
14691
14692         * src/compose.c
14693                 Make pasting via middle-click more reliable
14694
14695 2005-02-05 [paul]       1.0.0cvs28.1
14696
14697         * ChangeLog
14698         * ChangeLog.claws
14699         * ChangeLog.jp
14700         * configure.ac
14701         * src/compose.c
14702                 sync with HEAD
14703                 (fix bug 682 'redirect is broken'
14704
14705 2005-02-05 [torte]      1.0.0cvs27.1
14706
14707         * ChangeLog.claws
14708         * configure.ac
14709         * src/partial_download.c
14710                 Sync with HEAD (fix buf overflow)
14711
14712 2005-02-03 [colin]      1.0.0cvs26.1
14713
14714         * src/common/plugin.c
14715                 Sync with HEAD (avoid plugin mismatches)
14716
14717 2005-02-03 [paul]       1.0.0cvs25.3
14718
14719         * src/folderview.c
14720         * src/headerview.c
14721         * src/summaryview.c
14722         * src/textview.c
14723         * src/gtk/colorlabel.c
14724                 third and final part of initial sync with main-gtk2
14725
14726 2005-02-03 [paul]       1.0.0cvs25.2
14727
14728         * src/jpilot.c
14729                 fix building with jpilot support
14730
14731 2005-02-02 [colin]      1.0.0cvs25.1
14732
14733         * src/messageview.c
14734                 Sync with HEAD (fix dangerous typo)
14735
14736 2005-02-01 [colin]      1.0.0cvs24.3
14737
14738         * src/common/xml.c
14739                 Write file as advertised (UTF-8)
14740
14741 2005-02-01 [paul]       1.0.0cvs24.2
14742
14743         * src/addrbook.c
14744         * src/addrindex.c
14745         * src/alertpanel.h
14746         * src/codeconv.c
14747         * src/codeconv.h
14748         * src/compose.c
14749         * src/export.c
14750         * src/folder_item_prefs.c
14751         * src/html.c
14752         * src/imap.c
14753         * src/import.c
14754         * src/jpilot.c
14755         * src/mainwindow.c
14756         * src/matcher_parser_lex.l
14757         * src/messageview.c
14758         * src/mh.c
14759         * src/prefs_account.c
14760         * src/prefs_actions.c
14761         * src/prefs_common.c
14762         * src/prefs_gtk.c
14763         * src/prefs_gtk.h
14764         * src/prefs_themes.c
14765         * src/procheader.c
14766         * src/procmime.c
14767         * src/sourcewindow.c
14768         * src/statusbar.c
14769         * src/summaryview.c
14770         * src/textview.c
14771         * src/toolbar.c
14772         * src/unmime.c
14773         * src/common/template.c
14774         * src/common/utils.c
14775         * src/common/xml.c
14776         * src/common/xml.h
14777         * src/gtk/gtkaspell.c
14778         * src/plugins/clamav/clamav_plugin.c
14779         * src/plugins/dillo_viewer/dillo_prefs.c
14780         * src/plugins/image_viewer/viewerprefs.c
14781         * src/plugins/pgpmime/passphrase.c
14782         * src/plugins/pgpmime/prefs_gpg.c
14783         * src/plugins/pgpmime/select-keys.c
14784         * src/plugins/spamassassin/spamassassin.c
14785                 second part of initial sync with main-gtk2
14786                 (more to follow)
14787
14788 2005-01-31 [colin]      1.0.0cvs24.1
14789
14790         * src/compose.c
14791                 Sync with HEAD
14792
14793 2005-01-29 [paul]       1.0.0cvs23.2
14794
14795         * src/account.c
14796         * src/action.c
14797         * src/addressadd.c
14798         * src/addressbook.c
14799         * src/alertpanel.c
14800         * src/compose.c
14801         * src/editaddress.c
14802         * src/editbook.c
14803         * src/editgroup.c
14804         * src/editjpilot.c
14805         * src/editldap.c
14806         * src/editldap_basedn.c
14807         * src/editvcard.c
14808         * src/export.c
14809         * src/foldersel.c
14810         * src/grouplistdialog.c
14811         * src/import.c
14812         * src/importldif.c
14813         * src/inc.c
14814         * src/main.c
14815         * src/mainwindow.c
14816         * src/message_search.c
14817         * src/messageview.c
14818         * src/mimeview.c
14819         * src/prefs_actions.c
14820         * src/prefs_common.c
14821         * src/prefs_common.h
14822         * src/prefs_customheader.c
14823         * src/prefs_display_header.c
14824         * src/prefs_filtering.c
14825         * src/prefs_filtering_action.c
14826         * src/prefs_gtk.c
14827         * src/prefs_matcher.c
14828         * src/prefs_summary_column.c
14829         * src/prefs_template.c
14830         * src/sourcewindow.c
14831         * src/summary_search.c
14832         * src/summaryview.c
14833         * src/textview.c
14834         * src/gtk/about.c
14835         * src/gtk/description_window.c
14836         * src/gtk/gtkshruler.c
14837         * src/gtk/gtkutils.c
14838         * src/gtk/gtkutils.h
14839         * src/gtk/inputdialog.c
14840         * src/gtk/logwindow.c
14841         * src/gtk/prefswindow.c
14842         * src/gtk/progressdialog.c
14843         * src/gtk/progressdialog.h
14844                 first part of initial sync with main-gtk2
14845                 (more to follow)
14846
14847 2005-01-28 [colin]      1.0.0cvs23.1
14848
14849         * src/folderview.c
14850                 Sync with HEAD
14851
14852 2005-01-27 [colin]      1.0.0cvs21.1
14853
14854         * src/folder.c
14855         * src/folderview.c
14856                 Sync with HEAD
14857
14858 2005-01-27 [colin]      1.0.0cvs19.1
14859
14860         * src/procmime.c
14861                 Sync with HEAD
14862
14863 2005-01-27 [colin]      1.0.0cvs18.1
14864
14865         * src/messageview.c
14866         * src/summaryview.c
14867         * src/mainwindow.c
14868         * src/compose.c
14869         * src/compose.h
14870         * src/procmsg.c
14871         * src/procmsg.h
14872         * src/toolbar.c
14873                 Sync with HEAD
14874
14875 2005-01-26 [paul]       1.0.0cvs15.2
14876
14877         * src/compose.c
14878                 compose_entries_set(): convert subject and body to
14879                 utf8 if necessary. patch by Felix Eckhofer
14880
14881 2005-01-26 [paul]       1.0.0cvs15.1
14882
14883         * configure.ac
14884         * src/common/template.c
14885                 sync with HEAD (fix memory leak)
14886
14887 2005-01-25 [paul]       1.0.0cvs14.1
14888
14889         * configure.ac
14890         * src/compose.c
14891                 sync with HEAD
14892
14893 2005-01-24 [colin]      1.0.0cvs13.1
14894
14895         * src/summaryview.c
14896                 Sync with HEAD
14897
14898 2005-01-24 [paul]       1.0.0cvs12.1
14899
14900         * configure.ac
14901         * src/messageview.c
14902         * src/mh.c
14903         * src/common/utils.c
14904                 sync with HEAD
14905
14906 2005-01-24 [colin]      1.0.0cvs11.1
14907
14908         * src/procheader.c
14909                 Sync with HEAD
14910
14911 2005-01-24 [colin]      1.0.0cvs10.1
14912
14913         * src/folderview.c
14914                 Sync with HEAD
14915
14916 2005-01-23 [colin]      1.0.0cvs9.1
14917
14918         * src/crash.c
14919                 Sync with HEAD
14920
14921 2005-01-22 [colin]      1.0.0cvs8.1
14922
14923         * src/summaryview.c
14924         * src/gtk/quicksearch.c
14925                 Sync with HEAD
14926
14927 2005-01-21 [colin]      1.0.0cvs7.1
14928
14929         * src/summaryview.c
14930                 Sync with HEAD
14931
14932 2005-01-21 [colin]      1.0.0cvs6.1
14933
14934         * src/summaryview.c
14935                 Sync with HEAD
14936
14937 2005-01-21 [colin]      1.0.0cvs5.1
14938
14939         * src/gtk/quicksearch.c
14940         * src/prefs_common.c
14941         * src/prefs_common.h
14942                 Sync with HEAD (recurse option)
14943
14944 2005-01-21 [colin]      1.0.0cvs4.1
14945
14946         * src/folder.h
14947         * src/folderview.c
14948         * src/folderview.h
14949         * src/summaryview.c
14950         * src/gtk/quicksearch.c
14951         * src/gtk/quicksearch.h
14952                 Sync with HEAD (recursive quicksearch)
14953
14954 2005-01-20 [colin]      1.0.0cvs3.4
14955
14956         * src/ssl_manager.c
14957                 Remove useless code
14958
14959 2005-01-20 [colin]      1.0.0cvs3.3
14960
14961         * src/ssl_manager.c
14962                 Fix leak, thanks to Alfons.
14963
14964 2005-01-20 [colin]      1.0.0cvs3.2
14965
14966         * src/ssl_manager.c
14967                 Port SSL certificate window to GTK2.
14968
14969 2005-01-20 [paul]       1.0.0cvs3.1
14970
14971         * ChangeLog.claws
14972         * configure.ac
14973         * src/addrindex.c
14974         * src/addrindex.h
14975                 sync with HEAD
14976
14977 2005-01-19 [colin]      1.0.0cvs2.2
14978
14979         * src/plugins/trayicon/trayicon.c
14980                 Fix freeze with gtk-2.6, the easy way
14981                 (signal blocking helpless there...)
14982                 Closes bug #668.
14983
14984 2005-01-19 [colin]      1.0.0cvs2.1
14985
14986         * src/mbox.c
14987         * src/mbox.h
14988         * src/mainwindow.c
14989         * src/summaryview.c
14990         * src/summaryview.h
14991                 Sync with HEAD
14992
14993 2005-01-19 [paul]       1.0.0cvs1.1
14994
14995         * configure.ac
14996         * po/de.po
14997         * po/es.po
14998         * po/fr.po
14999         * po/hr.po
15000         * po/it.po
15001         * po/ja.po
15002         * po/ko.po
15003         * po/pt_BR.po
15004         * po/ru.po
15005         * po/sk.po
15006         * po/sr.po
15007                 sync with HEAD (update translations)
15008
15009 2005-01-18 [colin]      1.0.0cvs0.1
15010
15011         * src/foldersel.c
15012                 Specify search column - patch by Alfons
15013
15014 2005-01-18 [colin]      0.9.13cvs36.3
15015
15016         * src/prefs_toolbar.c
15017                 Change Delete to Remove
15018         * src/prefs_fonts.c
15019                 GTK2 version and leak fixes
15020         * src/prefs_actions.c
15021                 Add stock buttons.
15022                 All patches by Alfons
15023
15024 2005-01-17 [colin]      0.9.13cvs36.2
15025
15026         * src/compose.c
15027                 Fix DnD inserting twice. While at it,
15028                 add DnD support for text/plain in the
15029                 body, and add support in the headers.
15030
15031 2005-01-16 [colin]      0.9.13cvs36.1
15032
15033         * ChangeLog
15034         * ChangeLog.jp
15035         * ChangeLog.claws
15036                 Sync with HEAD (nothing applicable)
15037
15038 2005-01-16 [colin]      0.9.13cvs33.2
15039
15040         * src/prefs_toolbar.c
15041                 GTK2ize prefs_toolbar, by Alfons.
15042
15043 2005-01-14 [colin]      0.9.13cvs33.1
15044
15045         * src/html.c
15046         * src/msgcache.c
15047                 Sync with HEAD
15048
15049 2005-01-14 [colin]      0.9.13cvs32.1
15050
15051         * src/html.c
15052         * src/html.h
15053         * src/msgcache.c
15054         * AUTHORS
15055         * tools/calypso_convert.pl
15056                 Sync with HEAD
15057
15058 2005-01-08 [colin]      0.9.13cvs29.2
15059
15060         * src/prefs_filtering_action.c
15061         * src/prefs_filtering.c
15062                 2 more gtk2 patches by Alfons
15063
15064 2005-01-07 [paul]       0.9.13cvs29.1
15065
15066         * ChangeLog
15067         * ChangeLog.claws
15068         * ChangeLog.jp
15069         * configure.ac
15070         * src/pop.c
15071         * src/pop.h
15072                 sync with HEAD
15073
15074 2005-01-07 [colin]      0.9.13cvs28.3
15075
15076         * src/gtk/progressdialog.c
15077         * src/gtk/progressdialog.h
15078         * src/inc.c
15079         * src/send_message.c
15080                 GTK2 for the incorporation dialog. The CList isn't dead
15081                 yet, for a more smooth migration. Patch by Alfons.
15082
15083 2005-01-06 [colin]      0.9.13cvs28.2
15084
15085         * src/prefs_display_header.c
15086                 GTK2 conversion by Alfons
15087         * src/prefs_actions.c
15088         * src/prefs_matcher.c
15089                 Fix 2 leaks - patch by Alfons
15090
15091 2005-01-06 [colin]      0.9.13cvs28.1
15092
15093         * src/prefs_matcher.c
15094                 Sync with HEAD
15095
15096 2005-01-06 [colin]      0.9.13cvs27.4
15097
15098         * src/prefs_matcher.c
15099                 Fix double-free. Patch by Alfons
15100
15101 2005-01-06 [colin]      0.9.13cvs27.3
15102
15103         * src/prefs_matcher.c
15104                 GTK2 widgets + memleak
15105                 Patch by Alfons
15106
15107 2005-01-05 [colin]      0.9.13cvs27.2
15108
15109         * src/account.c
15110         * src/addr_compl.c
15111         * src/foldersel.c
15112         * src/stock_pixmap.c
15113         * src/stock_pixmap.h
15114                 3 more GTK2 patches by Alfons.
15115
15116 2005-01-04 [colin]      0.9.13cvs27.1
15117
15118         * src/folderview.c
15119         * src/imap_gtk.c
15120         * src/news_gtk.c
15121                 Sync with HEAD
15122
15123 2005-01-04 [colin]      0.9.13cvs25.9
15124
15125         * src/compose.c
15126                 Fix Show Ruler menuitem
15127         * src/prefs_template.c
15128                 Convert to GTK2
15129         * src/common/utils.c
15130                 Make auto pointer stuff handles NULLs
15131                 Patches by Alfons.
15132
15133 2005-01-04 [colin]      0.9.13cvs25.8
15134
15135         * src/compose.c
15136                 Move the attachment list to gtk2
15137                 Patch by Alfons.
15138
15139 2005-01-04 [colin]      0.9.13cvs25.7
15140
15141         * src/textview.c
15142                 Make some keys work again
15143                 Patch by SungHyun Nam <namsh@kldp.org>
15144
15145 2005-01-04 [colin]      0.9.13cvs25.6
15146
15147         * src/gtk/gtkshruler.c
15148                 Move the ruler to GTK2
15149                 Patch by Alfons
15150
15151 2005-01-03 [colin]      0.9.13cvs25.5
15152
15153         * src/compose.c
15154                 Fix my broken patch apply 
15155
15156 2005-01-03 [colin]      0.9.13cvs25.4
15157
15158         * src/common/utils.c
15159         * src/common/utils.h
15160         * src/gtk/prefswindow.c
15161                 Move auto pointer stuff to utils.c
15162                 Patch by Alfons again :)
15163
15164 2005-01-03 [colin]      0.9.13cvs25.3
15165
15166         * src/compose.c
15167         * src/prefs_gtk.c
15168         * src/prefs_template.c
15169         * src/textview.c
15170                 Empty text widgets with empty strings, not NULL char
15171                 Patch by SungHyun Nam <namsh@kldp_org>
15172
15173 2005-01-03 [colin]      0.9.13cvs25.2
15174
15175         * src/main.c
15176         * AUTHORS
15177                 Sync with HEAD
15178
15179 2005-01-03 [colin]      0.9.13cvs25.1
15180
15181         * src/pop.c
15182         * src/pop.h
15183                 Sync with HEAD
15184
15185 2005-01-03 [colin]      0.9.13cvs24.3
15186
15187         * src/account.c
15188                 Two patches from Alfons and Alex S Moore:
15189                 fix images, fix return value.
15190
15191 2005-01-01 [colin]      0.9.13cvs24.2
15192
15193         * src/prefs_actions.c
15194                 Fix over-zealous assertion. Patch by Alfons
15195
15196 2005-01-01 [colin]      0.9.13cvs24.1
15197
15198         * src/procmime.c
15199                 Sync with HEAD (leak fix)
15200
15201 2004-12-31 [colin]      0.9.13cvs23.2
15202
15203         * src/prefs_common.c
15204                 GTK2 widgets + stock buttons - patch by Alfons
15205
15206 2004-12-31 [paul]       0.9.13cvs23.1
15207
15208         * configure.ac
15209                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15210         * src/gtk/pluginwindow.c
15211                 use GTK2 widgets and plug memory leaks,
15212                 patches by Alfons
15213
15214 2004-12-30 [colin]      0.9.13cvs22.4
15215
15216         * src/account.c
15217         * src/action.c
15218         * src/export.c
15219         * src/foldersel.c
15220         * src/import.c
15221         * src/message_search.c
15222         * src/prefs_actions.c
15223         * src/prefs_common.c
15224         * src/prefs_customheader.c
15225         * src/prefs_filtering.c
15226         * src/prefs_summary_column.c
15227         * src/summary_search.c
15228         * src/gtk/about.c
15229         * src/gtk/description_window.c
15230         * src/gtk/gtkutils.c
15231         * src/gtk/gtkutils.h
15232         * src/gtk/inputdialog.c
15233         * src/gtk/prefswindow.c
15234                 Use GTK2 stock buttons. Patches by Alfons.
15235
15236 2004-12-30 [colin]      0.9.13cvs22.3
15237
15238         * src/account.c
15239                 Sync with HEAD
15240         * src/prefs_actions.c
15241         * src/prefs_customheader.c
15242         * src/prefs_filtering.c
15243         * src/prefs_msg_colors.c
15244         * src/prefs_summary_column.c
15245         * src/gtk/prefswindow.c
15246                 Use GtkTreeView instead of deprecated 
15247                 widgets. Patches by Alfons.
15248
15249 2004-12-30 [paul]       0.9.13cvs22.2
15250
15251         * src/foldersel.c
15252                 use GTK 2 Tree View
15253                 patch by Alfons, with root folder sorting fix
15254                 by Stephan Sachse
15255
15256 2004-12-30 [paul]       0.9.13cvs22.1
15257
15258         * ChangeLog
15259         * ChangeLog.claws
15260         * ChangeLog.jp
15261         * NEWS
15262         * configure.ac
15263         * src/account.c
15264                 sync with HEAD
15265
15266 2004-12-22 [martin]     0.9.13cvs21.2
15267
15268         * src/action.c
15269                 free the command line after its use
15270
15271 2004-12-18 [paul]       0.9.13cvs21.1
15272
15273         * AUTHORS
15274         * ChangeLog
15275         * ChangeLog.claws
15276         * ChangeLog.jp
15277         * NEWS
15278         * configure.ac
15279         * src/action.c
15280         * src/compose.c
15281         * src/syldap.c
15282                 sync with HEAD
15283
15284 2004-12-17 [martin]     0.9.13cvs17.2
15285
15286         * src/action.c
15287                 convert actions input to locale
15288         * src/inc.c
15289                 convert notification command to locale
15290         * src/plugins/pgpmime/select-keys.c
15291                 convert attributes to utf8
15292
15293 2004-12-14 [colin]      0.9.13cvs17.1
15294
15295         * ChangeLog
15296         * ChangeLog.jp
15297         * ChangeLog.claws
15298         * src/action.c
15299         * src/common/utils.c
15300         * src/gtk/prefswindow.c
15301         * src/gtk/gtkutils.c
15302         * src/gtk/gtkutils.h
15303         * src/plugins/spamassassin/libspamc.c
15304                 Sync with HEAD
15305
15306 2004-12-13 [colin]      0.9.13cvs14.1
15307
15308         * src/quote_fmt_parse.y
15309                 Sync with HEAD
15310
15311 2004-12-10 [colin]      0.9.13cvs12.1
15312
15313         * src/prefs_themes.c
15314         * src/mainwindow.c
15315         * src/messageview.c
15316                 Sync with HEAD
15317
15318 2004-12-09 [colin]      0.9.13cvs10.1
15319
15320         * src/procmime.c
15321                 Sync with HEAD (fix B64 encoding from memory)
15322
15323 2004-12-08 [colin]      0.9.13cvs9.1
15324
15325         * src/gtk/colorlabel.c
15326                 Sync with HEAD
15327
15328 2004-12-08 [paul]       0.9.13cvs8.2
15329
15330         * src/gtk/pluginwindow.c
15331                 fix window resizing oddities
15332
15333 2004-12-08 [colin]      0.9.13cvs8.1
15334
15335         * src/quote_fmt_parse.y
15336                 Sync with HEAD
15337
15338 2004-12-08 [colin]      0.9.13cvs7.1
15339
15340         * src/matcher_parser_parse.y
15341         * src/msgcache.c
15342         * src/prefs_matcher.c
15343         * src/procheader.c
15344         * src/matcher.c
15345         * src/common/defs.h
15346         * po/sr.po
15347                 Sync with HEAD
15348
15349 2004-12-08 [colin]      0.9.13cvs6.1
15350
15351         * src/quote_fmt_parse.y
15352         * src/textview.c
15353                 Sync with HEAD
15354         * src/gtk/prefswindow.c
15355         * src/gtk/pluginwindow.c
15356                 Fix G_CALLBACKS protos (thanks to Alfons)
15357
15358 2004-12-07 [torte]      0.9.13cvs2.2
15359
15360         * src/procmime.c
15361                 [Bug 650] reply button causes crash
15362                 Thanks to David Relson and Christoph
15363
15364 2004-12-07 [colin]      0.9.13cvs2.1
15365
15366         * ChangeLog.claws
15367         * AUTHORS
15368         * po/sk.po
15369         * src/procmime.c
15370         * src/prefs_account.c
15371         * src/common/smtp.c
15372         * src/common/smtp.h
15373                 Sync with HEAD
15374
15375 2004-12-06 [colin]      0.9.12cvs187.1
15376
15377         * ChangeLog.claws
15378         * INSTALL
15379         * Makefile.am
15380         * README.claws
15381         * TODO.claws
15382         * configure.ac
15383         * po/bg.po
15384         * po/cs.po
15385         * po/el.po
15386         * po/en_GB.po
15387         * po/es.po
15388         * po/fr.po
15389         * po/hr.po
15390         * po/hu.po
15391         * po/it.po
15392         * po/ja.po
15393         * po/ko.po
15394         * po/nl.po
15395         * po/pl.po
15396         * po/pt_BR.po
15397         * po/ru.po
15398         * po/sk.po
15399         * po/sr.po
15400         * po/sv.po
15401         * po/zh_CN.po
15402         * po/zh_TW.Big5.po
15403         * src/compose.c
15404         * tools/Makefile.am
15405         * tools/README
15406         * tools/filter_conv.pl
15407         * tools/kdeservicemenu/README
15408         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15409         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15410                 Sync with HEAD
15411
15412 2004-12-04 [colin]      0.9.12cvs183.1
15413
15414         * src/compose.c
15415                 Sync with HEAD (compose window position saving)
15416
15417 2004-12-04 [paul]       0.9.12cvs182.3
15418
15419         * src/messageview.c
15420         * src/mimeview.c
15421         * src/prefs_customheader.c
15422         * src/gtk/quicksearch.c
15423                 replace some forgotten GTK_SIGNAL_FUNCs
15424
15425 2004-12-04 [paul]       0.9.12cvs182.2
15426
15427         * src/Makefile.am
15428                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15429                 committed in error      
15430
15431 2004-12-04 [paul]       0.9.12cvs182.1
15432
15433         * ChangeLog
15434         * ChangeLog.claws
15435         * ChangeLog.jp
15436         * INSTALL
15437         * NEWS
15438         * README
15439         * README.jp
15440         * configure.ac
15441         * doc/manual/ja/Makefile.am
15442         * doc/manual/ja/sylpheed-1.html
15443         * doc/manual/ja/sylpheed-10.html
15444         * doc/manual/ja/sylpheed-11.html
15445         * doc/manual/ja/sylpheed-12.html
15446         * doc/manual/ja/sylpheed-13.html
15447         * doc/manual/ja/sylpheed-14.html
15448         * doc/manual/ja/sylpheed-15.html
15449         * doc/manual/ja/sylpheed-16.html
15450         * doc/manual/ja/sylpheed-17.html
15451         * doc/manual/ja/sylpheed-18.html
15452         * doc/manual/ja/sylpheed-19.html
15453         * doc/manual/ja/sylpheed-2.html
15454         * doc/manual/ja/sylpheed-20.html
15455         * doc/manual/ja/sylpheed-3.html
15456         * doc/manual/ja/sylpheed-4.html
15457         * doc/manual/ja/sylpheed-5.html
15458         * doc/manual/ja/sylpheed-6.html
15459         * doc/manual/ja/sylpheed-7.html
15460         * doc/manual/ja/sylpheed-8.html
15461         * doc/manual/ja/sylpheed-9.html
15462         * doc/manual/ja/sylpheed.html
15463         * doc/manual/ja/sylpheed.sgml
15464         * po/de.po
15465         * src/Makefile.am
15466         * src/compose.c
15467         * src/procmime.c
15468         * src/pixmaps/regular.xpm **REMOVED**
15469         * src/plugins/pgpmime/pgpmime.c
15470         * src/plugins/pgpmime/plugin.c
15471         * src/plugins/pgpmime/prefs_gpg.c
15472                 sync with HEAD
15473
15474 2004-12-03 [paul]       0.9.12cvs180.1
15475
15476         * ChangeLog
15477         * ChangeLog.claws
15478         * ChangeLog.jp
15479         * configure.ac
15480         * src/Makefile.am
15481         * src/pop.c
15482         * src/common/utils.c
15483         * src/common/utils.h
15484         * src/pixmaps/continue.xpm
15485         * src/pixmaps/dir_close.xpm
15486         * src/pixmaps/dir_open.xpm
15487         * src/pixmaps/drafts_close.xpm
15488         * src/pixmaps/drafts_open.xpm
15489         * src/pixmaps/folder.xpm **REMOVED**
15490         * src/pixmaps/group.xpm
15491         * src/pixmaps/unread.xpm
15492                 sync with HEAD
15493
15494 2004-12-02 [colin]      0.9.12cvs179.1
15495
15496         * src/compose.c
15497                 Sync with HEAD (non-duplicated reedition)
15498
15499 2004-12-02 [colin]      0.9.12cvs178.1
15500
15501         * src/compose.c
15502                 Sync with HEAD (linewrap_quote fix)
15503
15504 2004-12-01 [colin]      0.9.12cvs177.3
15505
15506         * src/addrharvest.c
15507                 Replace sizeof with strlen
15508
15509 2004-12-01 [paul]       0.9.12cvs177.2
15510
15511         * src/addrharvest.c
15512                 fix 'harvest addresses'
15513
15514 2004-11-30 [colin]      0.9.12cvs177.1
15515
15516         * src/gtk/prefswindow.c
15517         * src/gtk/pluginwindow.c
15518                 Sync with HEAD
15519
15520 2004-11-29 [colin]      0.9.12cvs176.1
15521
15522         * src/folderview.c
15523                 sync with HEAD (Fix disappearing separators in folderview's popup)
15524
15525 2004-11-29 [colin]      0.9.12cvs175.1
15526
15527         * src/procmime.c
15528                 Sync with head (another format fix)
15529
15530 2004-11-29 [colin]      0.9.12cvs174.1
15531
15532         * src/pop.c
15533                 Sync with HEAD (format string fix)
15534
15535 2004-11-26 [colin]      0.9.12cvs173.1
15536
15537         * src/common/smtp.c
15538         * src/common/smtp.h
15539                 Sync with HEAD
15540
15541 2004-11-24 [colin]      0.9.12cvs172.1
15542
15543         * src/plugins/pgpmime/pgpmime.c
15544                 Sync with HEAD
15545
15546 2004-11-24 [colin]      0.9.12cvs171.1
15547
15548         * src/plugins/pgpmime/pgpmime.c
15549                 Sync with head (gpgmectx leaks)
15550
15551 2004-11-24 [colin]      0.9.12cvs169.1
15552
15553         * src/plugins/pgpmime/plugin.c
15554         * src/plugins/trayicon/Makefile.am
15555         * src/plugins/trayicon/newmarkedmail.xpm
15556         * src/plugins/trayicon/trayicon.c
15557         * src/plugins/trayicon/unreadmarkedmail.xpm
15558                 Sync with HEAD
15559
15560 2004-11-23 [colin]      0.9.12cvs168.1
15561
15562         * src/partial_download.c
15563         * src/partial_download.h
15564         * src/plugins/pgpmime/plugin.c
15565                 Sync with HEAD
15566
15567 2004-11-23 [colin]      0.9.12cvs166.1
15568
15569         * src/Makefile.am
15570         * src/codeconv.c
15571         * src/compose.c
15572         * src/folderview.c
15573         * src/main.c
15574         * src/partial_download.c
15575         * src/partial_download.h
15576         * src/prefs_account.c
15577         * src/prefs_account.h
15578         * src/privacy.c
15579         * src/privacy.h
15580         * src/procmime.c
15581         * src/common/Makefile.am
15582         * src/common/base64.h
15583         * src/common/partial_download.c
15584         * src/common/partial_download.h
15585         * src/gtk/prefswindow.c
15586         * src/gtk/prefswindow.h
15587         * src/plugins/pgpmime/pgpmime.c
15588         * src/plugins/pgpmime/prefs_gpg.c
15589         * src/plugins/pgpmime/prefs_gpg.h
15590         * src/plugins/pgpmime/sgpgme.c
15591         * src/plugins/pgpmime/sgpgme.h
15592                 Sync with HEAD
15593
15594 2004-11-23 [colin]      0.9.12cvs163.1
15595
15596         * src/main.c
15597                 Sync with HEAD (cursor optimization)
15598
15599 2004-11-23 [colin]      0.9.12cvs162.1
15600
15601         * src/prefs_common.c
15602         * src/prefs_themes.c
15603         * src/procmsg.c
15604                 Sync with HEAD
15605
15606 2004-11-23 [colin]      0.9.12cvs158.9
15607
15608         * src/compose.c
15609                 Fix double-free when forwarding
15610         * src/msgcache.c
15611                 Fix leak on error path
15612                 
15613
15614 2004-11-23 [colin]      0.9.12cvs158.8
15615
15616         * src/compose.c
15617                 Fix possible double-free
15618                 Spotted by Alfons
15619
15620 2004-11-23 [colin]      0.9.12cvs158.7
15621
15622         * src/compose.c
15623                 Fix some signal handlers' prototypes
15624                 Spotted by Alfons
15625
15626 2004-11-22 [colin]      0.9.12cvs158.6
15627
15628         * src/compose.c
15629                 Remove unneeded code and duplicated
15630                 wrapping - patch by Alfons
15631
15632 2004-11-22 [colin]      0.9.12cvs158.5
15633
15634         * src/prefs_themes.c
15635                 Fix oversized selector
15636
15637 2004-11-22 [colin]      0.9.12cvs158.4
15638
15639         * src/compose.c
15640                 fix dump_text()
15641                 patch by Alfons
15642
15643 2004-11-19 [colin]      0.9.12cvs158.3
15644
15645         * src/textview.c
15646                 Add a context menu on links (open, copy)
15647
15648 2004-11-18 [paul]       0.9.12cvs158.2
15649
15650         * src/addrgather.c
15651         * src/exphtmldlg.c
15652         * src/expldifdlg.c
15653         * src/mimeview.c
15654         * src/prefs_common.c
15655         * src/plugins/image_viewer/viewer.c
15656         * src/plugins/spamassassin/spamassassin_gtk.c
15657                 replace deprecated gtk_notebook_set_page
15658                 and gtk_notebook_current_page
15659
15660 2004-11-18 [paul]       0.9.12cvs158.1
15661
15662         * configure.ac
15663         * src/compose.c
15664         * src/mainwindow.c
15665         * src/messageview.c
15666         * src/prefs_common.c
15667         * src/common/utils.c
15668         * src/common/utils.h
15669                 sync with HEAD
15670
15671 2004-11-17 [colin]      0.9.12cvs156.1
15672
15673         * src/prefs_account.c
15674         * src/prefs_account.h
15675         * src/procmsg.c
15676                 Sync with HEAD (add pref to store encrypted mails encrypted)
15677
15678 2004-11-17 [paul]       0.9.12cvs155.1
15679
15680         * ChangeLog
15681         * ChangeLog.claws
15682         * ChangeLog.jp
15683         * NEWS
15684         * configure.ac
15685         * src/compose.c
15686         * src/jpilot.c
15687         * src/privacy.c
15688         * src/procmime.c
15689         * src/procmime.h
15690         * src/procmsg.c
15691         * src/toolbar.c
15692         * src/pixmaps/error.xpm
15693                 sync with HEAD
15694
15695 2004-11-17 [colin]      0.9.12cvs151.1
15696
15697         * src/plugins/pgpmime/pgpmime.c
15698                 Sync with HEAD (remove debug printf)
15699
15700 2004-11-17 [colin]      0.9.12cvs150.1
15701
15702         * src/plugins/pgpmime/pgpmime.c
15703                 Sync with HEAD (off-by-one fix)
15704
15705 2004-11-17 [colin]      0.9.12cvs149.1
15706
15707         * src/procmsg.c
15708                 Sync with HEAD (coding style fixes)
15709
15710 2004-11-16 [colin]      0.9.12cvs148.1
15711
15712         * src/procmsg.c
15713                 Sync with head (Fix the fix)
15714
15715 2004-11-16 [colin]      0.9.12cvs147.1
15716
15717         * src/procmsg.c
15718                 Sync with Main (leak fix)
15719
15720 2004-11-16 [colin]      0.9.12cvs146.14
15721
15722         * src/compose.c
15723                 Remove useless chunk of code
15724                 Patch by Alfons
15725
15726 2004-11-15 [colin]      0.9.12cvs146.13
15727
15728         * src/compose.c
15729                 Fix drafting after insertion
15730                 Patch by Alfons
15731
15732 2004-11-15 [colin]      0.9.12cvs146.12
15733
15734         * src/compose.c
15735         * src/prefs_filtering.c
15736         * src/prefs_filtering_action.c
15737         * src/prefs_toolbar.c
15738                 Fix some const-correctness
15739
15740 2004-11-15 [colin]      0.9.12cvs146.11
15741
15742         * src/summaryview.c
15743         * src/prefs_themes.c
15744         * src/messageview.c
15745                 Fix some leaks
15746
15747 2004-11-15 [colin]      0.9.12cvs146.10
15748
15749         * src/codeconv.c
15750                 More unreadable locale fixes
15751
15752 2004-11-14 [colin]      0.9.12cvs146.9
15753
15754         * src/textview.c
15755                 Fix uri_security_check
15756                 Patch by Alfons
15757
15758 2004-11-13 [paul]       0.9.12cvs146.8
15759
15760         * src/folder.c
15761         * src/procmime.c
15762                 fix 2 bugs introduced in last commit
15763
15764 2004-11-13 [paul]       0.9.12cvs146.7
15765
15766         * src/compose.c
15767         * src/exporthtml.c
15768         * src/exportldif.c
15769         * src/folder.c
15770         * src/imap.c
15771         * src/imap_gtk.c
15772         * src/main.c
15773         * src/mainwindow.c
15774         * src/messageview.c
15775         * src/mh_gtk.c
15776         * src/prefs_themes.c
15777         * src/procmime.c
15778         * src/setup.c
15779         * src/summaryview.c
15780                 replace deprecated g_basename
15781
15782 2004-11-13 [paul]       0.9.12cvs146.6
15783
15784         * src/compose.c
15785         * src/imap.c
15786         * src/matcher_parser.h
15787         * src/matcher_parser_parse.y
15788         * src/prefs_filtering.c
15789         * src/prefs_filtering_action.c
15790         * src/prefs_themes.c
15791         * src/prefs_toolbar.c
15792         * src/common/utils.c
15793                 various small fixes/cleanups
15794
15795 2004-11-12 [colin]      0.9.12cvs146.5
15796
15797         * src/textview.c
15798                 Validate event's origin on visibility notify
15799                 Patch by Alfons.
15800
15801 2004-11-12 [paul]       0.9.12cvs146.4
15802
15803         * src/exporthtml.c
15804         * src/exportldif.c
15805         * src/imap.c
15806         * src/mh.c
15807         * src/mimeview.c
15808         * src/prefs_spelling.c
15809         * src/prefs_themes.c
15810                 replace deprecated g_dirname    
15811
15812 2004-11-12 [colin]      0.9.12cvs146.3
15813
15814         * src/textview.c
15815                 Some coding style fixes
15816
15817 2004-11-12 [colin]      0.9.12cvs146.2
15818
15819         * src/codeconv.c
15820                 We want to replace _all_ extended chars in
15821                 conv_unreadable_*, because any string containing
15822                 extended chars not parsing as UTF8 is 
15823                 undisplayed on gtk2.
15824
15825 2004-11-12 [paul]       0.9.12cvs146.1
15826
15827         * ChangeLog
15828         * ChangeLog.claws
15829         * ChangeLog.jp
15830         * NEWS
15831         * configure.ac
15832         * src/account.c
15833         * src/folderview.c
15834         * src/folderview.h
15835         * src/imap.c
15836         * src/imap_gtk.c
15837         * src/inc.c
15838         * src/mainwindow.c
15839         * src/mh_gtk.c
15840         * src/news_gtk.c
15841         * src/pop.c
15842         * src/prefs_account.c
15843         * src/prefs_account.h
15844         * src/prefs_ext_prog.c
15845         * src/procmime.c
15846         * src/procmime.h
15847         * src/procmsg.c
15848         * src/procmsg.h
15849         * src/summary_search.c
15850         * src/summaryview.c
15851         * src/textview.c
15852         * src/common/defs.h
15853         * src/common/utils.c
15854         * src/common/utils.h
15855         * src/gtk/menu.c
15856         * src/gtk/menu.h
15857                 sync with HEAD
15858
15859 2004-11-11 [colin]      0.9.12cvs144.2
15860
15861         * src/textview.c
15862                 Fix URI range selection (patch by Alfons)
15863
15864 2004-11-09 [colin]      0.9.12cvs144.1
15865
15866         * ChangeLog.claws
15867         * src/compose.c
15868         * src/folder.c
15869         * src/folder_item_prefs.c
15870         * src/prefs_account.c
15871         * src/prefs_account.h
15872         * src/plugins/pgpmime/pgpmime.c
15873                 Sync with HEAD
15874
15875 2004-11-08 [colin]      0.9.12cvs143.1
15876
15877         * src/summaryview.c
15878                 Sync with HEAD (optimize quicksearch)
15879
15880 2004-11-08 [colin]      0.9.12cvs142.2
15881
15882         * src/compose.c
15883                 Don't wrap when Edit/Auto wrapping is disabled
15884
15885 2004-11-08 [colin]      0.9.12cvs142.1
15886
15887         * src/textview.c
15888                 Sync with HEAD
15889
15890 2004-11-08 [colin]      0.9.12cvs141.1
15891
15892         * src/textview.c
15893                 Sync with HEAD (fix some mail URIs)
15894
15895 2004-11-08 [colin]      0.9.12cvs140.3
15896
15897         * src/textview.c
15898                 o Use text cursor instead of arrow when
15899                   not on a link
15900                 o Fix handling of contiguous links (as in
15901                   "colin@colino.net" <colin@colino.net>)
15902                   This one unveils a bug in get_email_part()
15903
15904 2004-11-07 [colin]      0.9.12cvs140.2
15905
15906         * src/textview.c
15907                 Fix memleak. Patch by Alfons.
15908
15909 2004-11-06 [colin]      0.9.12cvs140.1
15910
15911         * src/compose.c
15912                 Sync with HEAD (don't ask passphrase
15913                 when drafting)
15914
15915 2004-11-06 [paul]       0.9.12cvs139.2
15916
15917         * AUTHORS
15918         * src/textview.c
15919         * src/textview.h
15920                 textview URI handling. hovering over a 
15921                 link displays it in the status bar,
15922                 and changes the mouse pointer to a hand 
15923                 cursor. a link is activated with a single 
15924                 click. (Modified from the) patch by Jean-Yves 
15925                 Lefort <jylefort@users.sourceforge.net>
15926                 
15927
15928 2004-11-05 [colin]      0.9.12cvs139.1
15929
15930         * src/compose.c
15931         * src/procmime.c
15932                 Sync with HEAD again ^^
15933
15934 2004-11-05 [colin]      0.9.12cvs139.1
15935
15936         * src/compose.c
15937         * src/procmime.c
15938                 Sync with HEAD
15939
15940 2004-11-03 [paul]       0.9.12cvs138.1
15941
15942         * ChangeLog.claws
15943         * configure.ac
15944         * po/POTFILES.in
15945         * src/prefs_ext_prog.c
15946         * src/procmime.c
15947         * tools/kdeservicemenu/README
15948         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15949         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15950                 sync with HEAD
15951
15952 2004-11-01 [christoph]  0.9.12cvs136.2
15953
15954         * src/procmime.c
15955                 convert MIME parameters to UTF-8
15956
15957 2004-10-29 [colin]      0.9.12cvs136.1
15958
15959         * src/common/utils.c
15960                 Sync with HEAD (don't use '=' in mime boundary)
15961
15962 2004-10-29 [paul]       0.9.12cvs135.1
15963
15964         * configure.ac
15965         * doc/src/rfc2231.txt
15966         * src/procmime.c
15967         * src/common/quoted-printable.c
15968         * src/common/utils.c
15969         * src/common/utils.h
15970                 sync with HEAD
15971
15972 2004-10-27 [paul]       0.9.12cvs134.1
15973
15974         * configure.ac
15975         * src/main.c
15976         * src/procmime.c
15977         * src/plugins/pgpmime/pgpmime.c
15978                 sync with HEAD
15979
15980 2004-10-26 [paul]       0.9.12cvs132.3
15981
15982         * src/account.c
15983         * src/addressbook.c
15984         * src/addrgather.c
15985         * src/addrharvest.c
15986         * src/codeconv.c
15987         * src/compose.c
15988         * src/customheader.c
15989         * src/editaddress.c
15990         * src/editgroup.c
15991         * src/enriched.c
15992         * src/expldifdlg.c
15993         * src/exporthtml.c
15994         * src/exportldif.c
15995         * src/folder.c
15996         * src/foldersel.c
15997         * src/folderview.c
15998         * src/grouplistdialog.c
15999         * src/html.c
16000         * src/imap.c
16001         * src/jpilot.c
16002         * src/ldapserver.c
16003         * src/ldif.c
16004         * src/mimeview.c
16005         * src/news.c
16006         * src/news_gtk.c
16007         * src/pop.c
16008         * src/prefs_display_header.c
16009         * src/prefs_gtk.c
16010         * src/prefs_msg_colors.c
16011         * src/prefs_toolbar.c
16012         * src/procheader.c
16013         * src/procmime.c
16014         * src/summaryview.c
16015         * src/textview.c
16016         * src/toolbar.c
16017         * src/vcard.c
16018         * src/common/mgutils.c
16019         * src/common/nntp.c
16020         * src/common/smtp.c
16021         * src/common/template.c
16022         * src/common/utils.c
16023         * src/common/xmlprops.c
16024         * src/plugins/pgpmime/pgpmime.c
16025         * src/plugins/pgpmime/select-keys.c
16026         * src/plugins/pgpmime/sgpgme.c
16027                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16028                 g_string_sprintfa(), gtk_notebook_current_page()
16029
16030 2004-10-26 [colin]      0.9.12cvs132.2
16031
16032         * src/prefs_folder_item.c
16033                 Fix default-account selection
16034
16035 2004-10-21 [colin]      0.9.12cvs133
16036
16037         * src/compose.c
16038                 Sync with HEAD (Remove extra separator in compose's Options)
16039         * src/textview.c
16040                 Set wrapping to char
16041
16042 2004-10-21 [paul]       0.9.12cvs131.2
16043
16044         * src/compose.c
16045         * src/sourcewindow.c
16046                 fix wrapping
16047                 fix window shrinking 
16048
16049 2004-10-21 [colin]      0.9.12cvs131.1
16050
16051         * ChangeLog.claws
16052         * src/compose.c
16053                 Sync with HEAD
16054
16055 2004-10-21 [paul]       0.9.12cvs130.2
16056
16057         * src/prefs_folder_item.c
16058                 sync with HEAD (Apply to subfolders)
16059
16060 2004-10-19 [colin]      0.9.12cvs130.1
16061
16062         * ChangeLog.claws
16063         * src/compose.c
16064         * src/common/utils.c
16065         * src/gtk/menu.c
16066                 Sync with HEAD
16067
16068 2004-10-19 [colin]      0.9.12cvs128.1
16069
16070         * src/addrbook.c
16071         * src/addrcache.c
16072         * src/addressbook.c
16073         * src/codeconv.c
16074         * src/compose.c
16075         * src/customheader.c
16076         * src/editaddress.c
16077         * src/editgroup.c
16078         * src/exporthtml.c
16079         * src/folder.c
16080         * src/folderview.c
16081         * src/imap.c
16082         * src/jpilot.c
16083         * src/main.c
16084         * src/matcher_parser_parse.y
16085         * src/mbox.c
16086         * src/pop.c
16087         * src/prefs_account.c
16088         * src/prefs_gtk.c
16089         * src/prefs_msg_colors.c
16090         * src/procheader.c
16091         * src/procmime.c
16092         * src/procmime.h
16093         * src/procmsg.c
16094         * src/summaryview.c
16095         * src/textview.c
16096         * src/common/base64.c
16097         * src/common/partial_download.c
16098         * src/common/socket.c
16099         * src/common/sylpheed.c
16100         * src/common/utils.c
16101         * src/common/utils.h
16102         * src/gtk/pluginwindow.c
16103         * src/gtk/quicksearch.c
16104         * src/plugins/clamav/clamav_plugin.c
16105         * src/plugins/clamav/clamav_plugin.h
16106         * src/plugins/clamav/clamav_plugin_gtk.c
16107         * src/plugins/pgpmime/passphrase.c
16108         * src/plugins/pgpmime/pgpmime.c
16109         * src/plugins/pgpmime/plugin.c
16110         * src/plugins/pgpmime/prefs_gpg.c
16111         * src/plugins/pgpmime/prefs_gpg.h
16112         * src/plugins/pgpmime/select-keys.c
16113         * src/plugins/pgpmime/sgpgme.c
16114         * src/plugins/spamassassin/libspamc.c
16115         * src/plugins/spamassassin/spamassassin.c
16116         * src/plugins/spamassassin/spamassassin.h
16117         * src/plugins/spamassassin/spamassassin_gtk.c
16118         * src/plugins/trayicon/trayicon.c
16119         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16120                 Sync with HEAD
16121
16122 2004-10-14 [colin]      0.9.12cvs126.2
16123
16124         * src/codeconv.c
16125         * src/textview.c
16126                 Fix conv_unreadable_locale
16127
16128 2004-10-13 [colin]      0.9.12cvs126.1
16129
16130         * src/compose.c
16131                 Sync with HEAD (don't convert charset for 
16132                 drafted messages, minor cleanup)
16133
16134 2004-10-13 [colin]      0.9.12cvs125.1
16135
16136         * po/POTFILES.in
16137                 Sync with HEAD (POTFILES fix)
16138
16139 2004-10-12 [colin]      0.9.12cvs124.3
16140
16141         * src/compose.c
16142                 Fix encoding bug from latest sync
16143
16144 2004-10-12 [paul]       0.9.12cvs124.2
16145
16146         * src/plugins/pgpmime/prefs_gpg.c
16147         * src/plugins/pgpmime/prefs_gpg.h
16148                 forgotten in last commit        
16149
16150 2004-10-12 [paul]       0.9.12cvs124.1
16151
16152         * ChangeLog.claws
16153         * configure.ac
16154         * m4/spamassassin.m4
16155         * src/Makefile.am
16156         * src/account.c
16157         * src/compose.c
16158         * src/compose.h
16159         * src/crash.c
16160         * src/main.c
16161         * src/mimeview.c
16162         * src/passphrase.c
16163         * src/passphrase.h
16164         * src/prefs_account.c
16165         * src/prefs_account.h
16166         * src/prefs_common.c
16167         * src/privacy.c
16168         * src/privacy.h
16169         * src/procmime.c
16170         * src/procmime.h
16171         * src/procmsg.c
16172         * src/rfc2015.c
16173         * src/rfc2015.h
16174         * src/select-keys.c
16175         * src/select-keys.h
16176         * src/textview.c
16177         * src/common/utils.c
16178         * src/common/utils.h
16179         * src/gtk/about.c
16180         * src/plugins/pgpmime/Makefile.am
16181         * src/plugins/pgpmime/passphrase.c
16182         * src/plugins/pgpmime/passphrase.h
16183         * src/plugins/pgpmime/pgpmime.c
16184         * src/plugins/pgpmime/plugin.c
16185         * src/plugins/pgpmime/select-keys.c
16186         * src/plugins/pgpmime/select-keys.h
16187         * src/plugins/pgpmime/sgpgme.c
16188         * src/plugins/pgpmime/sgpgme.h
16189                 sync with HEAD
16190
16191 2004-10-04 [colin]      0.9.12cvs122.1
16192
16193         * src/mainwindow.c
16194         * src/messageview.c
16195         * src/messageview.h
16196         * src/textview.c
16197                 Sync with HEAD
16198
16199 2004-10-04 [colin]      0.9.12cvs121.1
16200
16201         * src/summaryview.c
16202                 Sync with HEAD
16203
16204 2004-10-04 [paul]       0.9.12cvs120.1
16205
16206         * configure.ac
16207                 sync with HEAD [don't try to build 
16208                 pgpmime plugin when gpgme is disabled]
16209
16210 2004-10-03 [colin]      0.9.12cvs119.3
16211
16212         * src/gtk/gtksctree.c
16213                 Lots of side effects. Put back as before 117.2.
16214         * src/summaryview.c
16215                 Fix bug #602
16216
16217 2004-10-03 [colin]      0.9.12cvs119.2
16218
16219         * src/gtk/gtksctree.c
16220                 Revert 608 fix that doesn't work that good
16221
16222 2004-10-02 [colin]      0.9.12cvs119.1
16223
16224         * src/mainwindow.c
16225         * src/messageview.c
16226         * src/prefs_common.h
16227         * src/procmime.c
16228         * src/procmime.h
16229         * src/textview.c
16230                 Sync with HEAD
16231         * src/gtk/gtksctree.c
16232                 Close bug #608
16233
16234 2004-10-01 [colin]      0.9.12cvs118.1
16235
16236         * src/mimeview.c
16237                 Sync with HEAD (better Save All fix)
16238
16239 2004-10-01 [colin]      0.9.12cvs117.2
16240
16241         * src/gtk/gtksctree.c
16242                 Faster on selection
16243
16244 2004-10-01 [colin]      0.9.12cvs117.1
16245
16246         * src/mimeview.c
16247                 Sync with HEAD (Save All: only attachments)
16248
16249 2004-10-01 [paul]       0.9.12cvs116.1
16250
16251         * ChangeLog.claws
16252         * configure.ac
16253         * src/account.c
16254         * src/prefs_common.c
16255         * src/gtk/colorlabel.c
16256                 sync with HEAD
16257
16258 2004-09-30 [colin]      0.9.12cvs115.1
16259
16260         * src/stock_pixmap.c
16261         * src/stock_pixmap.h
16262         * src/folderview.c
16263         * src/Makefile.am
16264         * src/pixmaps/read.xpm
16265                 Sync with HEAD (new pixmap)
16266
16267 2004-09-29 [colin]      0.9.12cvs114.1
16268
16269         * src/compose.c
16270                 Sync with HEAD
16271                 Fix focus handling in headers
16272
16273 2004-09-29 [paul]       0.9.12cvs113.1
16274
16275         * src/quote_fmt_parse.y
16276                 sync with HEAD
16277  
16278
16279 2004-09-28 [colin]      0.9.12cvs112.1
16280
16281         * src/folderview.c
16282         * src/mainwindow.c
16283                 Sync with HEAD
16284
16285 2004-09-28 [colin]      0.9.12cvs110.1
16286
16287         * src/folderview.c
16288                 Sync with HEAD (Contextual Empty trash menu)
16289
16290 2004-09-28 [colin]      0.9.12cvs108.1
16291
16292         * src/addressbook.c
16293                 Sync with HEAD (addressbook edit on double-click)
16294
16295 2004-09-28 [colin]      0.9.12cvs106.1
16296
16297         * src/inc.c
16298                 Sync with HEAD (folder_item freeze on inc)
16299
16300 2004-09-27 [colin]      0.9.12cvs105.1
16301
16302         * src/folderview.c
16303                 Sync with HEAD (right-align new and unread column)
16304
16305 2004-09-27 [colin]      0.9.12cvs104.1
16306
16307         * src/main.c
16308                 Sync with HEAD (revert 0.9.12cvs101)
16309
16310 2004-09-24 [colin]      0.9.12cvs103.2
16311
16312         * src/wizard.c
16313                 Fix gtk warnings and use domain part of the email address 
16314                 when domain detection fails (no dot in domain name)
16315
16316 2004-09-23 [colin]      0.9.12cvs103.1
16317
16318         * src/plugins/spamassassin/libspamc.c
16319         * src/plugins/spamassassin/libspamc.h
16320         * src/plugins/spamassassin/utils.c
16321         * src/plugins/spamassassin/utils.h
16322                 Sync with HEAD (Update spamassassin to 3.0)
16323
16324 2004-09-21 [colin]      0.9.12cvs102.3
16325
16326         * src/action.c
16327                 Add horizontal scrollbar in action io dialog as needed
16328                 Patch by Alfons.
16329
16330 2004-09-20 [colin]      0.9.12cvs102.2
16331
16332         * src/plugins/image_viewer/viewer.c
16333                 Remove imlib stuff
16334                 use gtk_pixmap_set when clearing
16335                 (would be better to use gtkImages, but causes size-allocate 
16336                 signals storm)
16337
16338 2004-09-17 [paul]       0.9.12cvs102.1
16339
16340         * ChangeLog
16341         * ChangeLog.claws
16342         * ChangeLog.jp
16343         * configure.ac
16344         * src/inc.c
16345                 sync with HEAD
16346
16347
16348 2004-09-17 [colin]      0.9.12cvs101.1
16349
16350         * ChangeLog.claws
16351         * src/main.c
16352                 Sync with HEAD (fix segs at exit)
16353
16354 2004-09-14 [colin]      0.9.12cvs99.5
16355
16356         * src/common/socket.c
16357         * AUTHORS
16358                 Fix send error on 64bit platforms
16359                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16360
16361 2004-09-14 [colin]      0.9.12cvs99.4
16362
16363         * src/action.c
16364                 Fix action output with utf8 
16365                 Patch by Alfons.
16366
16367 2004-09-14 [colin]      0.9.12cvs99.3
16368
16369         * ChangeLog.claws
16370         * src/folder.c
16371                 Sync with HEAD
16372
16373 2004-09-09 [colin]      0.9.12cvs99.2
16374
16375         * src/action.c
16376                 Fix progress bar (displaying "Completed %v/%u")
16377                 Patch by Alfons.
16378
16379 2004-09-08 [colin]      0.9.12cvs99.1
16380
16381         * src/account.c
16382         * src/folder.c
16383         * src/procmsg.c
16384         * src/procmsg.h
16385         * src/plugins/pgpmime/pgpmime.c
16386                 Sync with HEAD
16387
16388 2004-09-08 [colin]      0.9.12cvs97.2
16389
16390         * src/summaryview.c
16391                 Don't select mails in collapsed threads 
16392                 when navigating with up/down
16393
16394 2004-09-07 [colin]      0.9.12cvs97.1
16395
16396         * src/inc.c
16397                 Sync with HEAD (meaningful error messages)
16398
16399 2004-09-06 [colin]      0.9.12cvs96.1
16400
16401         * src/toolbar.c
16402                 Sync with HEAD (fix Redirect graying out)
16403
16404 2004-09-06 [colin]      0.9.12cvs95.1
16405
16406         * src/summaryview.c
16407         * src/mimeview.c
16408                 Sync with HEAD (fix dropped URIs)
16409
16410 2004-09-06 [colin]      0.9.12cvs94.1
16411
16412         * src/addressbook.c
16413         * src/addressitem.h
16414         * src/addritem.c
16415         * src/addritem.h
16416                 Sync with HEAD (addressbook DnD)
16417
16418 2004-09-03 [colin]      0.9.12cvs93.1
16419
16420         * src/summaryview.c
16421                 Sync with HEAD (next/prev unread)
16422
16423 2004-09-03 [colin]      0.9.12cvs92.1
16424
16425         * src/prefs_common.c
16426         * src/prefs_common.h
16427         * src/summaryview.c
16428                 Sync with HEAD ('mark_as_read_delay' pref)
16429
16430 2004-09-02 [colin]      0.9.12cvs91.2
16431
16432         * src/common/xml.c
16433                 Fix leak
16434
16435 2004-09-02 [colin]      0.9.12cvs91.1
16436
16437         * src/gtk/menu.c
16438                 Sync with HEAD (menu accel don't work, but whatever)
16439
16440 2004-09-02 [colin]      0.9.12cvs90.1
16441
16442         * src/account.c
16443                 Sync with HEAD (fix bug 582)
16444
16445 2004-09-02 [colin]      0.9.12cvs89.1
16446
16447         * src/addrindex.c
16448                 Sync with HEAD (free deleted queries)
16449
16450 2004-09-02 [colin]      0.9.12cvs88.1
16451
16452         * src/ldapquery.c
16453                 Sync with HEAD (fix LDAP freezes)
16454
16455 2004-09-02 [colin]      0.9.12cvs87.1
16456
16457         * src/prefs_spelling.c
16458                 Sync with HEAD (add default dictionary)
16459
16460 2004-09-01 [colin]      0.9.12cvs86.1
16461
16462         * src/filtering.c
16463         * src/folderview.c
16464         * src/imap.c
16465         * src/prefs_matcher.c
16466         * src/stock_pixmap.c
16467         * src/summary_search.c
16468         * src/summaryview.c
16469         * src/wizard.c
16470         * src/wizard.h
16471                 Sync with HEAD (uninitialized vars fixes)
16472                 + gtk2 specific warning fixes
16473
16474 2004-08-31 [colin]      0.9.12cvs85.1
16475
16476         * src/folder.c
16477                 Sync with HEAD (Fix memory corruption due to 
16478                 uninitialized var)
16479
16480 2004-08-31 [colin]      0.9.12cvs84.4
16481
16482         * src/summary_search.c
16483                 Fix segfaults when searching in folders with broken headers
16484
16485 2004-08-31 [colin]      0.9.12cvs84.3
16486
16487         * src/compose.c
16488         * src/textview.c
16489                 Fix some more encoding/decoding issues
16490
16491 2004-08-30 [colin]      0.9.12cvs84.2
16492
16493         * src/mimeview.c
16494         * src/prefs_themes.c
16495         * src/gtk/filesel.c
16496         * src/gtk/filesel.h
16497                 Add a folder-mode selection (fixes mimeview's "Save all")
16498
16499 2004-08-29 [colin]      0.9.12cvs84.1
16500
16501         * src/mimeview.c
16502                 Sync with HEAD (don't escape saved filenames)
16503
16504 2004-08-27 [colin]      0.9.12cvs83.1
16505
16506         * ChangeLog
16507         * ChangeLog.claws
16508         * ChangeLog.jp
16509         * src/mh.c
16510         * src/procheader.c
16511         * src/procmsg.c
16512         * src/procmsg.h
16513         * src/common/utils.c
16514         * src/gtk/menu.h
16515         * po/
16516                 Sync with HEAD 0.9.12cvs83 (sync with main)
16517
16518 2004-08-26 [colin]      0.9.12cvs82.4
16519
16520         * src/codeconv.c
16521                 Fix strange stack corruption
16522                 Convert to utf8 after unmime, not before
16523
16524 2004-08-26 [colin]      0.9.12cvs82.3
16525
16526         * src/main.c
16527         * src/wizard.c
16528                 Fix account folders duplication
16529
16530 2004-08-25 [colin]      0.9.12cvs82.2
16531
16532         * src/wizard.c
16533                 Remove ports
16534                 Add SSL selection
16535                 Use login@server as account name
16536
16537 2004-08-25 [colin]      0.9.12cvs82.1
16538
16539         * src/plugins/pgpmime/pgpmime.c
16540                 Sync with HEAD (leak fix).
16541
16542 2004-08-25 [colin]      0.9.12cvs81.1
16543
16544         * src/plugins/pgpmime/pgpmime.c
16545         * src/plugins/pgpmime/sgpgme.c
16546         * src/plugins/pgpmime/sgpgme.h
16547                 Sync with HEAD (Handle combined messages).
16548
16549 2004-08-24 [colin]      0.9.12cvs80.3
16550
16551         * src/wizard.c
16552                 Fix full name, ports, and imap
16553
16554 2004-08-24 [colin]      0.9.12cvs80.2
16555
16556         * src/Makefile.am
16557         * src/main.c
16558         * src/setup.c
16559         * src/setup.h
16560         * src/stock_pixmap.c
16561         * src/stock_pixmap.h
16562         * src/wizard.c ** ADDED **
16563         * src/wizard.h ** ADDED ** 
16564         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16565                 Add a setup wizard 
16566
16567 2004-08-24 [colin]      0.9.12cvs80.1
16568
16569         * src/folder.c
16570                 Sync with HEAD (set mimeflags on all messages)
16571
16572 2004-08-24 [colin]      0.9.12cvs79.3
16573
16574         * src/matcher_parser_lex.l
16575                 Fix 8bits strings not in utf8
16576
16577 2004-08-24 [colin]      0.9.12cvs79.2
16578
16579         * src/compose.c
16580                 Check conversion result before replacing buffer
16581
16582 2004-08-23 [colin]      0.9.12cvs79.1
16583
16584         * src/compose.c
16585                 Sync with HEAD (create message header in memory)
16586
16587 2004-08-23 [colin]      0.9.12cvs78.1
16588
16589         * src/rfc2015.c
16590         * src/rfc2015.h
16591                 Sync with HEAD (fix bug 197 again)
16592
16593 2004-08-23 [colin]      0.9.12cvs77.3
16594
16595         * src/compose.c
16596                 Fix again inline gpg signing (which outputs utf8
16597                 in gtk2). Not syncing this fix to HEAD as this 
16598                 code is meant to die.
16599
16600 2004-08-23 [colin]      0.9.12cvs77.2
16601
16602         * src/prefs_account.h
16603                 Remove useless include
16604
16605 2004-08-23 [colin]      0.9.12cvs77.1
16606
16607         * src/imap.c
16608         * po/es.po
16609         * po/fr.po
16610         * po/it.po
16611         * po/pl.po
16612         * po/pt_BR.po
16613         * po/sk.po
16614         * po/sr.po
16615                 Sync with HEAD (fix bug 577)
16616
16617 2004-08-22 [colin]      0.9.12cvs76.1
16618
16619         * src/plugins/trayicon/trayicon.c
16620                 Sync with HEAD (fix formatting bug)
16621
16622 2004-08-21 [colin]      0.9.12cvs74.2
16623
16624         * src/gtk/colorsel.c
16625                 Fix bug 564 (Folder color selection window exits on any
16626                 keypress)
16627
16628 2004-08-21 [colin]      0.9.12cvs74.1
16629
16630         * ChangeLog.claws
16631         * src/compose.c
16632         * src/summaryview.c
16633         * src/toolbar.c
16634                 Sync with HEAD (fix bug 576)
16635
16636 2004-08-21 [colin]      0.9.12cvs70.1
16637
16638         * src/compose.c
16639         * src/mainwindow.c
16640                 Sync with HEAD
16641                 
16642
16643 2004-08-21 [paul]       0.9.12cvs66.4
16644
16645         * src/mainwindow.c
16646         * src/messageview.c
16647         * src/gtk/menu.c
16648         * src/plugins/spamassassin/spamassassin_gtk.c
16649                 remove some deprecated gtk1 functions
16650
16651
16652 2004-08-21 [colin]      0.9.12cvs66.3
16653
16654         * src/compose.c
16655         * src/codeconv.c
16656                 Fix warnings
16657                 Remove encoding hacks
16658                 Fix bug 575 (Strange character messes up message)
16659                 Don't display conversion error when drafting
16660
16661 2004-08-21 [paul]       0.9.12cvs66.2
16662
16663         * src/prefs_account.c
16664                 fix GnuPG mode bugs
16665
16666
16667 2004-08-20 [colin]      0.9.12cvs66.1
16668
16669         * src/codeconv.c
16670                 Sync with HEAD 0.9.12cvs66
16671
16672 2004-08-20 [paul]
16673
16674         * src/plugins/pgpmime/plugin.c
16675                 modify PGP/MIME plugin's description
16676
16677 2004-08-17 [colin]      0.9.12cvs65.1
16678
16679         * src/common/ssl.c
16680         * src/plugins/pgpmime/plugin.c
16681                 Sync with HEAD
16682
16683 2004-08-14 [colin]      0.9.12cvs60.3
16684
16685         * src/plugins/trayicon/trayicon.c
16686                 Put back resize callback, on size-request signal
16687                 rather than size-allocate to avoid infinite 
16688                 callback loop
16689
16690 2004-08-13 [colin]      0.9.12cvs60.2
16691
16692         * src/common/defs.h
16693                 Cache versions have been fixed
16694
16695 2004-08-13 [colin]      0.9.12cvs60.1
16696
16697         * src/folderutils.c
16698                 Sync with HEAD
16699
16700 2004-08-12 [colin]      0.9.12cvs59.1
16701
16702         * src/plugins/trayicon/trayicon.c
16703                 Sync with HEAD
16704
16705 2004-08-12 [colin]      0.9.12cvs57.5
16706
16707         * sylpheed.desktop
16708         * configure.ac
16709         * src/Makefile.am
16710         * src/main.c
16711                 Add support for Freedesktop.org's startup notification
16712
16713 2004-08-11 [colin]      0.9.12cvs57.4
16714
16715         * src/textview.c
16716                 Fix off-by-one
16717
16718 2004-08-11 [colin]      0.9.12cvs57.3
16719
16720         * src/message_search.c
16721         * src/summary_search.c
16722                 Make searches case insensitive by default
16723         * src/textview.c
16724                 Fix case-insensitive search in message
16725
16726 2004-08-11 [colin]      0.9.12cvs57.2
16727
16728         * src/summary_search.c
16729                 Let case-sensitive be specified
16730
16731 2004-08-10 [colin]      0.9.12cvs55.4
16732
16733         * src/common/socket.c
16734                 Fix the possible race condition
16735
16736 2004-08-09 [paul]       0.9.12cvs55.3
16737
16738         * configure.ac
16739         * src/Makefile.am
16740         * src/common/Makefile.am
16741                 sync with HEAD
16742
16743
16744 2004-08-09 [paul]       0.9.12cvs55.2
16745
16746         * autogen.sh
16747         * po/poconv.sh
16748                 remove unneeded script
16749
16750         * configure.ac
16751                 add forgotten USE_LDAP_TLS (sync with HEAD)
16752
16753
16754 2004-08-09 [colin]      0.9.12cvs55.1
16755
16756         * src/main.c
16757         * src/common/ssl.c
16758         * src/common/sylpheed.c
16759         * src/common/sylpheed.h
16760                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16761
16762 2004-08-09 [paul]       0.9.12cvs54.1
16763
16764         * ChangeLog
16765         * ChangeLog.claws
16766         * ChangeLog.jp
16767         * configure.ac
16768         * po/POTFILES.in
16769         * src/Makefile.am
16770         * src/folderutils.c
16771         * src/main.c
16772         * src/pgpmime.c
16773         * src/pgpmime.h
16774         * src/sgpgme.c
16775         * src/sgpgme.h
16776         * src/plugins/Makefile.am
16777         * src/plugins/pgpmime/.cvsignore
16778         * src/plugins/pgpmime/Makefile.am
16779         * src/plugins/pgpmime/pgpmime.c
16780         * src/plugins/pgpmime/pgpmime.h
16781         * src/plugins/pgpmime/plugin.c
16782         * src/plugins/pgpmime/sgpgme.c
16783         * src/plugins/pgpmime/sgpgme.h
16784                 sync with HEAD
16785
16786 2004-08-08 [paul]       0.9.12cvs51.1
16787
16788         * configure.ac
16789         * src/folder.c
16790                 sync with HEAD
16791
16792 2004-08-07 [colin]      0.9.12cvs50.1
16793
16794         * src/pop.c
16795         * src/common/partial_download.c
16796                 fix warnings (sync from HEAD)
16797
16798 2004-08-07 [colin]      0.9.12cvs48.1
16799
16800         * src/prefs_folder_item.c
16801                 sync with HEAD 0.9.12cvs48
16802
16803 2004-08-06 [colin]      0.9.12cvs47.1
16804
16805         * src/compose.c
16806                 Sync with HEAD
16807
16808 2004-08-06 [christoph]  0.9.12cvs46.2
16809
16810         * src/main.c
16811         * src/plugins/clamav/clamav_plugin_gtk.c
16812         * src/plugins/dillo_viewer/dillo_viewer.c
16813         * src/plugins/image_viewer/plugin.c
16814         * src/plugins/mathml_viewer/mathml_viewer.c
16815         * src/plugins/spamassassin/spamassassin_gtk.c
16816         * src/plugins/trayicon/trayicon.c
16817                 don't mix GTK1.2 plugin with GTK2 plugins
16818
16819 2004-08-06 [colin]      0.9.12cvs46.1
16820
16821         * ChangeLog
16822         * ChangeLog.claws
16823         * ChangeLog.jp
16824         * configure.ac
16825         * sylpheed-claws.pc.in
16826         * src/folder.c
16827         * src/imap.c
16828         * src/localfolder.c
16829         * src/messageview.c
16830         * src/mimeview.c
16831         * src/mimeview.h
16832         * src/msgcache.c
16833         * src/news.c
16834         * src/prefs_ext_prog.c
16835         * src/prefs_folder_item.c
16836         * src/prefs_fonts.c
16837         * src/prefs_msg_colors.c
16838         * src/prefs_spelling.c
16839         * src/prefs_themes.c
16840         * src/prefs_toolbar.c
16841         * src/prefs_wrapping.c
16842         * src/procmime.h
16843         * src/common/defs.h
16844         * src/common/nntp.c
16845         * src/common/session.c
16846         * src/common/session.h
16847         * src/common/socket.c
16848         * src/common/utils.h
16849         * src/common/xml.c
16850         * src/common/xml.h
16851         * src/gtk/prefswindow.c
16852         * src/gtk/prefswindow.h
16853         * src/plugins/clamav/clamav_plugin_gtk.c
16854         * src/plugins/dillo_viewer/dillo_prefs.c
16855         * src/plugins/image_viewer/viewerprefs.c
16856         * src/plugins/spamassassin/spamassassin_gtk.c
16857         * m4/openssl.m4 *** REMOVED ***
16858                 Sync with HEAD 0.9.12cvs46
16859
16860 2004-08-03 [paul]       0.9.12cvs40.2
16861
16862         * src/action.c
16863         * src/addressadd.c
16864         * src/addressbook.c
16865         * src/addrgather.c
16866         * src/browseldap.c
16867         * src/compose.c
16868         * src/crash.c
16869         * src/editaddress.c
16870         * src/editgroup.c
16871         * src/editldap_basedn.c
16872         * src/foldersel.c
16873         * src/importldif.c
16874         * src/mimeview.c
16875         * src/prefs_common.c
16876         * src/prefs_template.c
16877         * src/sourcewindow.c
16878         * src/summaryview.c
16879         * src/gtk/about.c
16880         * src/gtk/foldersort.c
16881         * src/gtk/logwindow.c
16882         * src/gtk/pluginwindow.c
16883         * src/gtk/prefswindow.c
16884                 change all gtk_scrolled_window_set_policy from 
16885                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16886
16887 2004-08-02 [paul]       0.9.12cvs40.1
16888
16889         * AUTHORS
16890                 update translation team section
16891         * po/pt_BR.po
16892                 updated by Frederico Goncalves Guimaraes
16893                 <fggdebian@yahoo.com.br>
16894
16895 2004-07-31 [colin]      0.9.12cvs39.9
16896
16897         * src/exphtmldlg.c
16898                 Fix compilation
16899
16900 2004-07-31 [colin]      0.9.12cvs39.8
16901
16902         * src/exphtmldlg.c
16903                 Fix an alertpanel type
16904
16905 2004-07-30 [colin]      0.9.12cvs39.7
16906
16907         * src/alertpanel.c
16908                 Fix alertpanel_error_log's icon
16909
16910 2004-07-30 [colin]      0.9.12cvs39.6
16911
16912         * src/pop.c
16913                 Two of them should still be warnings
16914
16915 2004-07-30 [colin]      0.9.12cvs39.5
16916
16917         * src/pop.c
16918                 More warning -> error
16919 2004-07-29 [colin]      0.9.12cvs39.4
16920
16921         * src/pop.c
16922                 Warning -> error
16923
16924 2004-07-29 [colin]      0.9.12cvs39.3
16925
16926         * src/prefs_matcher.c
16927                 Fix segfault
16928
16929 2004-07-29 [colin]      0.9.12cvs39.2
16930
16931         * src/alertpanel.c
16932                 More nice-looking alertpanels
16933
16934 2004-07-29 [colin]      0.9.12cvs39.1
16935
16936         * src/messageview.c
16937                 sync with head
16938                 (inform user when partial mail is deleted on server)
16939
16940 2004-07-29 [colin]      0.9.12cvs38.1
16941
16942         * src/messageview.c
16943                 sync with head
16944
16945 2004-07-28 [paul]       0.9.12cvs37.7
16946
16947         * src/mainwindow.c
16948                 complete the replacement of deprecated gtk_progress_*
16949
16950 2004-07-28 [paul]       0.9.12cvs37.6
16951
16952         * src/action.c
16953         * src/inc.c
16954         * src/mainwindow.c
16955         * src/send_message.c
16956         * src/gtk/progressdialog.c
16957         * src/gtk/progressdialog.h
16958                 replace deprecated gtk_progress_*
16959
16960 2004-07-28 [paul]       0.9.12cvs37.5
16961
16962         * src/gtk/filesel.c
16963                 remove gtk_window_set_wmclass()
16964 2004-07-28 [paul]       0.9.12cvs37.4
16965
16966         * src/addressbook.c
16967         * src/compose.c
16968         * src/foldersel.c
16969         * src/mainwindow.c
16970         * src/messageview.c
16971         * src/sourcewindow.c
16972         * src/gtk/logwindow.c
16973                 remove gtk_window_set_wmclass()
16974                 
16975         * src/prefs_filtering.c
16976         * src/prefs_filtering_action.c
16977         * src/prefs_fonts.c
16978         * src/prefs_gtk.c
16979         * src/prefs_matcher.c
16980         * src/ssl_manager.c
16981         * src/gtk/prefswindow.c
16982                 replace gtk_window_position()
16983
16984 2004-07-28 [colin]      0.9.12cvs37.3
16985
16986         * src/alertpanel.c
16987         * src/alertpanel.h
16988                 Add a way to specify panel type for specific
16989                 panels (alertpanel())
16990         * src/account.c
16991         * src/addressbook.c
16992         * src/compose.c
16993         * src/expldifdlg.c
16994         * src/main.c
16995         * src/messageview.c
16996         * src/summaryview.c
16997         * src/textview.c
16998         * src/gtk/sslcertwindow.c
16999                 Fix alertpanel()s so that their icon match
17000                 their real type
17001
17002 2004-07-28 [paul]       0.9.12cvs37.2
17003
17004         * src/addr_compl.c
17005         * src/addressbook.c
17006         * src/alertpanel.c
17007         * src/compose.c
17008         * src/export.c
17009         * src/foldersel.c
17010         * src/folderview.c
17011         * src/grouplistdialog.c
17012         * src/import.c
17013         * src/mainwindow.c
17014         * src/message_search.c
17015         * src/messageview.c
17016         * src/passphrase.c
17017         * src/prefs_actions.c
17018         * src/prefs_common.c
17019         * src/prefs_customheader.c
17020         * src/prefs_display_header.c
17021         * src/prefs_filtering.c
17022         * src/prefs_filtering_action.c
17023         * src/prefs_gtk.c
17024         * src/prefs_matcher.c
17025         * src/prefs_msg_colors.c
17026         * src/prefs_summary_column.c
17027         * src/prefs_template.c
17028         * src/sourcewindow.c
17029         * src/ssl_manager.c
17030         * src/summary_search.c
17031         * src/gtk/colorsel.c
17032         * src/gtk/description_window.c
17033         * src/gtk/gtkaspell.c
17034         * src/gtk/inputdialog.c
17035         * src/gtk/logwindow.c
17036         * src/gtk/prefswindow.c
17037         * src/gtk/progressdialog.c
17038                 replace deprecated gtk_window_set_policy
17039
17040 2004-07-27 [colin]      0.9.12cvs37.1
17041
17042         * src/msgcache.c
17043                 More fixes (synced for head again)
17044
17045 2004-07-27 [colin]      0.9.12cvs35.3
17046
17047         * src/msgcache.c
17048                 Fix wrong test
17049
17050 2004-07-27 [colin]      0.9.12cvs35.2
17051
17052         * src/mimeview.c
17053                 Fix width a bit (by Paul)
17054         * src/alertpanel.c
17055         * src/alertpanel.h
17056                 Specialize icons, make alertpanel_message()
17057                 private
17058         * src/message_search.c
17059         * src/sgpgme.c
17060         * src/summary_search.c
17061                 Suit alertpanel changes
17062
17063 2004-07-27 [colin]      0.9.12cvs35.1
17064
17065         * src/alertpanel.c
17066                 Add an icon
17067         * src/passphrase.c
17068                 Add debug output - maybe someone will
17069                 want to look at the problem with Grab
17070                 Input :)
17071         Bump version as we're synced with HEAD
17072
17073 2004-07-26 [colin]      0.9.12cvs33.26
17074
17075         * src/pop.c
17076                 Fix uidl-file parsing when not in new
17077                 format
17078
17079 2004-07-26 [colin]      0.9.12cvs33.25
17080
17081         * src/gtk/menu.c
17082                 Move popup menu up if necessary (fixes 
17083                 account selector)
17084         * src/mainwindow.c
17085                 Set account selector's button height to
17086                 minimum
17087
17088 2004-07-26 [colin]      0.9.12cvs33.24
17089
17090         * src/alertpanel.c
17091                 Maybe fix 551 (Truncated font in alert window)
17092
17093 2004-07-26 [colin]      0.9.12cvs33.23
17094
17095         * po/de.po
17096         * po/es.po
17097         * po/fr.po
17098         * po/it.po
17099         * po/ja.po
17100         * po/pl.po
17101         * po/ru.po
17102         * po/sk.po
17103         * po/sr.po
17104         * po/zh_CN.po
17105                 Sync po files with HEAD
17106
17107 2004-07-26 [paul]       0.9.12cvs33.22
17108
17109         * src/compose.c
17110                 fix Bug 556 'Organisation-header is sent even if empty'
17111
17112 2004-07-24 [colin]      0.9.12cvs33.21
17113
17114         * src/compose.c
17115         * src/gtk/gtkaspell.c
17116         * src/gtk/gtkaspell.h
17117                 Fix speller accelerators (require hack)
17118
17119 2004-07-24 [colin]      0.9.12cvs33.20
17120
17121         * src/gtk/gtkaspell.c
17122                 Fix over-eager code deletion breaking
17123                 Check while typing
17124
17125 2004-07-24 [colin]      0.9.12cvs33.19
17126
17127         * src/browseldap.c
17128         * src/ldapctrl.c
17129         * src/ldapctrl.h
17130         * src/ldapserver.h
17131                 Sync ldap with HEAD
17132         (Fixes 546 LDAP completely broken)
17133
17134 2004-07-24 [colin]      0.9.12cvs33.18
17135
17136         * src/prefs_msg_colors.c
17137                 Fix prototype mismatch
17138         (Fixes 547 void function cannot return value)
17139
17140 2004-07-24 [colin]      0.9.12cvs33.17
17141
17142         * src/mainwindow.c
17143                 Fix sort going back to previous sort key
17144                 when changing sort direction
17145
17146 2004-07-24 [colin]      0.9.12cvs33.16
17147
17148         * src/compose.c
17149                 Fix space insertion when re-wrapping at 
17150                 cursor point
17151
17152 2004-07-24 [colin]      0.9.12cvs33.15
17153
17154         * src/gtk/gtkaspell.c
17155                 Don't change cursor position in insert-text
17156                 callback
17157         (Fixes 539 Word wrapping on input transposes letters)
17158
17159 2004-07-24 [colin]      0.9.12cvs33.14
17160
17161         * src/gtk/gtkaspell.c
17162                 Reencode non-ascii chars to dictionary's
17163                 encoding
17164         (Fixes 544 Spell check broken non english locale)
17165
17166 2004-07-24 [colin]      0.9.12cvs33.13
17167
17168         * src/summaryview.c
17169                 Fix Shift+Down, add Home/End/PgUp/PgDown
17170
17171 2004-07-21 [colin]      0.9.12cvs33.12
17172
17173         * src/prefs_common.c
17174                 Fix a gtk warning (Patch by Andrej Kacian)
17175
17176 2004-07-21 [colin]      0.9.12cvs33.11
17177
17178         * src/gtk/filesel.c
17179                 More check
17180
17181 2004-07-21 [colin]      0.9.12cvs33.10
17182
17183         * src/compose.c
17184         * src/crash.c
17185         * src/export.c
17186         * src/import.c
17187         * src/messageview.c
17188         * src/mimeview.c
17189         * src/prefs_spelling.c
17190         * src/prefs_themes.c
17191         * src/summaryview.c
17192         * src/gtk/filesel.c
17193         * src/gtk/filesel.h
17194         * src/gtk/pluginwindow.c
17195                 Untwist open/save mode guessing logic, make
17196                 it explicit
17197
17198 2004-07-20 [colin]      0.9.12cvs33.9
17199
17200         * src/codeconv.c
17201                 conv_encode_header: src_charset is UTF-8 on
17202                 gtk2
17203         * src/compose.c
17204                 Remove double encoding of the headers
17205
17206 2004-07-20 [colin]      0.9.12cvs33.8
17207
17208         * src/codeconv.c
17209                 Fix typo
17210
17211 2004-07-20 [colin]      0.9.12cvs33.7
17212
17213         * src/mainwindow.c
17214                 Set the separated messageview to the saved
17215                 size of Claws' messageview (Patch by Alfons)
17216                 Fix a callback prototype (me)
17217
17218 2004-07-20 [colin]      0.9.12cvs33.6
17219
17220         * src/codeconv.h
17221                 Forgot one hunk in 0.9.12cvs33.4
17222
17223 2004-07-19 [colin]      0.9.12cvs33.5
17224
17225         * src/action.c
17226                 Action output fix
17227                 Patch by Alfons
17228
17229 2004-07-19 [colin]      0.9.12cvs33.4
17230
17231         * src/compose.c
17232                 Fix outgoing charset bug in headers
17233         * src/codeconv.c
17234                 Clean for glib2 - Patch by Alfons
17235
17236 2004-07-19 [colin]      0.9.12cvs33.3
17237
17238         * src/statusbar.c
17239                 Remove grip from the statusbar
17240                 Patch by Alfons
17241
17242 2004-07-19 [colin]      0.9.12cvs33.2
17243
17244         * src/messageview.c
17245         * src/textview.c
17246                 Fix messageview remembering the previous
17247                 scroll position when loading a new message
17248                 Patch by Alfons
17249
17250 2004-07-19 [colin]      0.9.12cvs33.1
17251
17252         * src/folder.h
17253         * src/folderview.c
17254         * src/summaryview.c
17255                 Sync with HEAD
17256
17257 2004-07-18 [colin]      0.9.12cvs32.7
17258
17259         * configure.ac
17260                 Remove useless check for XIM - noticed
17261                 by Alfons
17262
17263 2004-07-18 [colin]      0.9.12cvs32.6
17264
17265         * src/summaryview.c
17266                 Remove non-modified and shift-modified
17267                 accelerators in summaryview's popup
17268                 menu, as that doesn't get catched by
17269                 the accel-activate signal catcher...
17270
17271 2004-07-18 [colin]      0.9.12cvs32.5
17272
17273         * src/prefs_common.c
17274                 Define sensible default prefs for 
17275                 wrapping
17276
17277 2004-07-18 [colin]      0.9.12cvs32.4
17278
17279         * src/compose.c
17280         * src/prefs_common.c
17281         * src/prefs_common.h
17282         * src/prefs_wrapping.c
17283                 Remove Smart Wrapping pref, which does
17284                 nothing on gtk2 branch
17285
17286 2004-07-18 [colin]      0.9.12cvs32.3
17287
17288         * src/sourcewindow.c
17289                 Proper utf8
17290
17291 2004-07-18 [colin]      0.9.12cvs32.2
17292
17293         * src/compose.c
17294                 Save attachment status when drafting
17295
17296 2004-07-18 [colin]      0.9.12cvs32.1
17297
17298         * src/gtk/filesel.c
17299                 Fix erratic folder selection in open mode
17300
17301 2004-07-18 [colin]      0.9.12cvs31.11
17302
17303         * src/pop.c
17304                 Don't let partial messages get deleted
17305                 even with "dowload all"
17306                 (0.9.12cvs31.8 fix extension)
17307 2004-07-18 [colin]      0.9.12cvs31.10
17308
17309         * src/gtk/logwindow.c
17310                 Fix log scrolling
17311
17312 2004-07-18 [colin]      0.9.12cvs31.9
17313
17314         * src/common/utils.c
17315                 Fix non-utf8 strings coming from commands
17316                 and files
17317
17318 2004-07-18 [colin]      0.9.12cvs31.8
17319
17320         * src/pop.c
17321                 Fix partial download bug with Download all
17322                 messages option
17323
17324 2004-07-18 [colin]      0.9.12cvs31.7
17325
17326         * src/textview.c
17327                 Fix bug introduced in 0.9.12cvs31.2
17328                 (blocked in select mode after double click)
17329
17330 2004-07-18 [colin]      0.9.12cvs31.6
17331
17332         * src/compose.c
17333         * src/gtk/menu.c
17334                 More glib-warning fixes
17335
17336 2004-07-18 [colin]      0.9.12cvs31.5
17337
17338         * src/compose.c
17339                 Fix trashing the primary clipboard when moving 
17340                 around with tab
17341         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17342
17343 2004-07-18 [colin]      0.9.12cvs31.4
17344
17345         * src/codeconv.c
17346                 convert unencoded iso headers to utf8
17347         (Fix Bug 538 Unencoded local characters in subject make it 
17348          disappear)
17349
17350 2004-07-18 [colin]      0.9.12cvs31.3
17351
17352         * src/compose.c
17353                 Fix tab char handling in wrapping
17354         (Fix Bug 537 Line wrap problem - TAB character treated as 
17355          one character instead of 8)
17356
17357 2004-07-18 [colin]      0.9.12cvs31.2
17358
17359         * src/textview.c
17360                 return FALSE on GDK_MOTION_NOTIFY
17361         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17362          (unable to highlight))
17363
17364 2004-07-18 [colin]      0.9.12cvs31.1
17365
17366         * src/folderview.c
17367                 Sync with 0.9.12cvs31
17368
17369 2004-07-18 [colin]      0.9.12cvs30.4
17370
17371         * src/compose.c
17372                 Also block text_inserted when inserting a file
17373
17374 2004-07-18 [colin]      0.9.12cvs30.3
17375
17376         * src/compose.c
17377                 Fix smart wrapping (block text_inserted handler
17378                 while putting quotation to avoid wrap on input,
17379                 don't join lines if next is sig separator)
17380
17381 2004-07-17 [colin]      0.9.12cvs30.2
17382
17383         * src/folderview.c
17384         * src/mainwindow.c
17385         * src/mimeview.c
17386         * src/summaryview.c
17387         * src/gtk/quicksearch.c
17388         * src/gtk/quicksearch.h
17389                 Block key events handlers *and* accels while
17390                 quicksearch is focused
17391         (Fixes Bug 534 quick-search bar not accepting certain letters)
17392
17393 2004-07-17 [colin]      0.9.12cvs30.1
17394
17395         * src/folder.h
17396         * src/folderview.c
17397         * src/summaryview.c
17398                 Sync with 0.9.12cvs30
17399
17400 2004-07-17 [colin]      0.9.12cvs28.2
17401
17402         * src/mimeview.c
17403         * src/procmime.c
17404         * src/summaryview.c
17405         * src/gtk/menu.c
17406                 Squash some compile and glib warnings
17407
17408 2004-07-17 [paul]       0.9.12cvs28.1
17409
17410         * src/mimeview.c
17411                 sync with 0.9.12cvs28 HEAD
17412
17413 2004-07-16 [paul]       0.9.12cvs26.1
17414         
17415         * src/gtk/quicksearch.c
17416         * src/account.c
17417         * src/account.h
17418         * src/compose.c
17419         * src/customheader.c
17420         * src/folder_item_prefs.c
17421         * src/main.c
17422         * src/mainwindow.c
17423         * src/messageview.c
17424         * src/mimeview.c
17425         * src/news.c
17426         * src/pgpmime.c
17427         * src/pop.c
17428         * src/pop.h
17429         * src/prefs_account.c
17430         * src/prefs_account.h
17431         * src/prefs_common.c
17432         * src/prefs_common.h
17433         * src/prefs_display_header.c
17434         * src/prefs_gtk.c
17435         * src/prefs_gtk.h
17436         * src/procheader.c
17437         * src/procmime.c
17438                 sync with 0.9.12cvs26 HEAD      
17439
17440 2004-07-15 [colin]      0.9.12cvs18.14
17441
17442         * src/folder.c
17443                 Disable GPG signature check during
17444                 folder move and scan
17445         (Closes Bug 521 Signature checking slows down Folder-Move)
17446
17447 2004-07-14 [colin]      0.9.12cvs18.13
17448
17449         * src/common/partial_download.c
17450                 update includes
17451
17452 2004-07-14 [colin]      0.9.12cvs18.12
17453
17454         * src/common/partial_download.c
17455         * src/common/partial_download.h
17456                 Move doc at top, add correct copyright
17457
17458 2004-07-14 [colin]      0.9.12cvs18.11
17459
17460         * src/folder.c
17461         * src/messageview.c
17462         * src/pop.c
17463         * src/pop.h
17464         * src/procmsg.c
17465         * src/summaryview.c
17466         * src/common/Makefile.am
17467         * src/common/partial_download.c ** NEW FILES **
17468         * src/common/partial_download.h ** NEW FILES **
17469                 Move partial-download related stuff to its
17470                 own file
17471
17472 2004-07-14 [colin]      0.9.12cvs18.10
17473
17474         * src/send_message.c
17475                 Fix smtp auth when user is null or empty
17476
17477 2004-07-13 [colin]      0.9.12cvs18.9
17478
17479         * src/gtk/quicksearch.c
17480                 Use alphabetic order
17481
17482 2004-07-13 [colin]      0.9.12cvs18.8
17483
17484         * src/pop.c
17485                 Be paranoid on the checks
17486
17487 2004-07-13 [colin]      0.9.12cvs18.7
17488
17489         * src/gtk/quicksearch.c
17490                 Fix Engrish once again
17491
17492 2004-07-13 [colin]      0.9.12cvs18.6
17493
17494         * src/procmsg.c
17495         * src/summaryview.c
17496                 Mark messages for deletion when they are about to
17497                 be removed from trash
17498
17499 2004-07-13 [colin]      0.9.12cvs18.5
17500
17501         * src/matcher.c
17502         * src/matcher.h
17503         * src/matcher_parser_parse.y
17504         * src/prefs_matcher.c
17505         * src/gtk/quicksearch.c
17506                 Add 'partial' ('p') match string to find partially
17507                 downloaded messages
17508
17509 2004-07-13 [colin]      0.9.12cvs18.4
17510
17511         * src/pop.c
17512                 Fix misplaced block
17513
17514 2004-07-13 [colin]      0.9.12cvs18.3
17515
17516         * src/pop.c
17517         * src/pop.h
17518         * src/messageview.c
17519                 Refactor API (to avoid passing 5+ params and code
17520                 duplication)
17521         * src/folder.c
17522         * src/msgcache.c
17523         * src/procheader.c
17524         * src/common/defs.h
17525                 Add planned_download to cache
17526                 Don't mess uidl file when moving partially downloaded
17527                 mails (they change folder, we should change it in the
17528                 uidl list too or we'll remove an incorrect message)
17529                 (this also helps removing hacks when changing 
17530                 planned_download in messageview.c)
17531
17532 2004-07-12 [colin]      0.9.12cvs18.2
17533
17534         * src/gtk/quicksearch.c
17535                 Fix missing status update in quicksearch
17536
17537 2004-07-12 [paul]       0.9.12cvs18.1
17538
17539         * po/POTFILES.in
17540         * src/Makefile.am
17541         * src/account.c
17542         * src/codeconv.c
17543         * src/compose.c
17544         * src/inc.c
17545         * src/main.c
17546         * src/prefs_common.c
17547         * src/procmsg.h
17548         * src/toolbar.c
17549         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17550         * src/prefs_wrapping.[ch]       ** NEW FILES **
17551         * src/common/intl.h
17552         * src/common/utils.[ch]
17553         * src/gtk/quicksearch.[ch]
17554                 sync with 0.9.12cvs18 HEAD
17555
17556 2004-07-12 [colin]      0.9.11cvs17.25
17557
17558         * src/folder.c
17559         * src/folder.h
17560                 Remove unused function added by me in 0.9.11cvs17.10
17561
17562 2004-07-11 [colin]      0.9.11cvs17.24
17563
17564         * src/inc.c
17565         * src/messageview.c
17566         * src/pop.c
17567         * src/pop.h
17568                 Use folderitem and msgnum instead of filename to
17569                 know which mail to delete
17570                 Move old partial mail deletion to pop.c
17571
17572 2004-07-10 [colin]      0.9.11cvs17.23
17573
17574         * src/inc.c
17575                 Add debug
17576         * src/pop.c
17577         * src/pop.h
17578                 Don't re-use same enums for unrelated stuff: it's 
17579                 completely misleading !
17580                 Document a bit
17581
17582 2004-07-09 [colin]      0.9.11cvs17.22
17583
17584         * src/inc.c
17585                 Remove folder-type check and do
17586                 more tests to be sure everything's
17587                 ok
17588         * src/messageview.c
17589                 Punctuation update, remove useless
17590                 code, fix two warnings
17591         * src/noticeview.c
17592                 Layout cleaning, reset 2nd button
17593                 when specifying one
17594
17595 2004-07-09 [colin]      0.9.11cvs17.21
17596
17597         * src/messageview.c
17598         * src/pop.c
17599         * src/pop.h
17600                 Allow user to change his mind
17601                 and postpone decision (by
17602                 unmarking the mail)
17603
17604 2004-07-09 [colin]      0.9.11cvs17.20
17605
17606         * src/messageview.c
17607                 Fix bug with delete state
17608         * src/pop.c
17609         * src/pop.h
17610                 Fix buffer leak (fread doesn't 
17611                 terminate buffers with \0)
17612                 Refactoring (remove magic 
17613                 numbers)
17614
17615 2004-07-09 [colin]      0.9.11cvs17.19
17616
17617         * src/pop.c
17618                 Don't log "Skipping message" if 
17619                 we're going to TOP it two lines
17620                 later
17621
17622 2004-07-09 [colin]      0.9.11cvs17.18
17623
17624         * src/messageview.c
17625                 Fix Engrish
17626
17627 2004-07-09 [colin]      0.9.11cvs17.17
17628
17629         * src/pop.c
17630                 strlen checking...
17631         * src/messageview.c
17632                 refactoring a bit
17633
17634 2004-07-08 [colin]      0.9.11cvs17.16
17635
17636         * src/noticeview.c
17637         * src/noticeview.h
17638                 Add an optional second button
17639         * src/messageview.c
17640         * src/pop.c
17641         * src/pop.h
17642                 Don't delete partially received mails after a certain
17643                 time; rather, let the user decide.
17644
17645 2004-07-08 [colin]      0.9.11cvs17.15
17646
17647         * src/common/smtp.h
17648                 Sync with HEAD
17649
17650 2004-07-08 [colin]      0.9.11cvs17.14
17651
17652         * src/messageview.c
17653         * src/common/smtp.c
17654                 Use to_human_readable() for sizes
17655
17656 2004-07-08 [colin]      0.9.11cvs17.13
17657
17658         * src/inc.c
17659         * src/messageview.c
17660         * src/pop.c
17661         * src/pop.h
17662         * src/procmsg.c
17663                 Fix partial-downloading issues:
17664                         catch unsupported TOP
17665                         don't delete partially downloaded mails before 5 days
17666                         don't update existing with non-MH folders; that'll
17667                         make dups, but it's better than trashing the folder
17668                         free new msginfo parts
17669                 Fix indentation ;-)
17670
17671 2004-07-08 [colin]      0.9.11cvs17.12
17672
17673         * src/common/smtp.c
17674         * src/common/smtp.h
17675                 Sync smtp size verification with HEAD
17676
17677 2004-07-08 [colin]      0.9.11cvs17.11
17678
17679         * src/summaryview.c
17680         * src/prefs_common.c
17681         * src/prefs_common.h
17682         * src/gtk/quicksearch.c
17683         * src/gtk/quicksearch.h
17684                 Sync sticky pref with HEAD
17685
17686 2004-07-08 [colin]      0.9.11cvs17.10
17687
17688         * src/folder.c [1.213.2.6]
17689         * src/folder.h [1.87.2.6]
17690         * src/inc.c [1.149.2.7]
17691         * src/messageview.c [1.94.2.8]
17692         * src/procheader.c [1.47.2.6]
17693         * src/procmsg.c [1.150.2.4]
17694         * src/procmsg.h [1.60.2.5]
17695         * src/pop.c [1.56.2.4]
17696         * src/pop.h [1.17.2.3]
17697                 Let too big messages get downloaded, but truncated
17698                 Add a button to download them completely
17699                 
17700 2004-07-06 [colin]      0.9.11cvs17.9
17701
17702         * src/gtk/quicksearch.c [1.1.2.3]
17703                 Add a Clear button
17704         * commitHelper
17705         * PATCHSETS
17706                 Add a script to help with cvs
17707
17708 2004-07-03 [colin]      0.9.11cvs17.8
17709
17710         * src/plugins/imageviewer/viewer.c
17711                 fix imageviewer (which was staying on the first
17712                 displayed image)
17713
17714 2004-07-03 [colin]      0.9.11cvs17.7
17715
17716         Removed FIXME_GTK2 warnings
17717         * src/gtk/gtkutils.c
17718                 useless #warnings
17719         * src/gtk/menu.c
17720                 useless #warnings (no need to mess with menu rc)
17721         * src/gtk/menu.h
17722                 unused functions
17723         
17724
17725 2004-07-03 [colin]      0.9.11cvs17.6
17726
17727         Removed FIXME_GTK2 warnings
17728         * src/codeconv.c
17729                 useless #warnings (rewrite needed)
17730         * src/compose.c
17731                 useless #warnings (rewrite needed)
17732                 useless #warnings (gtk2 is like that)
17733                 useless #warnings (previously fixed)
17734         * src/main.c
17735                 useless #warnings (previously fixed)
17736         * src/message_search.c
17737                 useless #warnings (gtk2 is like that)
17738                 Made apparent that search is case-sensitive
17739         * src/mimeview.c
17740                 useless #warnings (rewrite needed)
17741                 useless #warnings (gtk2 is like that)
17742                 reimplemented real warnings
17743         * src/prefs_common.c
17744                 Removed block cursor option (not it gtk2)
17745         * src/prefs_gtk.c
17746                 useless #warnings (rewrite needed)
17747         * src/procheader.c
17748                 useless #warnings (rewrite needed)
17749         * src/sourcewindow.c
17750                 useless #warnings (incorrect placing)
17751         * src/summary_search.c
17752                 useless #warnings (gtk2 is like that)
17753                 Made apparent that search is case-sensitive
17754         * src/action.c
17755                 useless #warnings (gtk2 is like that)
17756         * src/textview.c
17757                 useless #warnings (rewrite needed)
17758         * src/toolbar.c
17759                 useless #warnings (rewrite needed)
17760
17761 2004-07-03 [colin]      0.9.11cvs17.5
17762
17763         * src/textview.c
17764                 Fix mismerge which broke URI opening
17765                 
17766 2004-07-01 [colin]      0.9.11cvs17.4
17767
17768         * src/gtk/filesel.c
17769                 Fill filename when saving
17770                 
17771 2004-06-27 [colin]      0.9.11cvs17.3
17772
17773         * src/gtk/filesel.[ch]
17774                 Use the new GTK file selector
17775                 Update prototype to match the reality: multiple file
17776                 selection is open-only          
17777         * src/compose.c
17778                 Match the new prototypes        
17779         * configure.ac
17780                 Match the new requirements (gtk 2.4.0)
17781                         
17782 2004-06-26 [colin]      0.9.11cvs17.2
17783
17784         * src/plugins/trayicon/trayicon.c
17785                 Remove useless signal handler on resize, which causes
17786                 an infinite "loop"
17787         
17788 2004-06-26 [colin]      0.9.11cvs17.1
17789         
17790         * tools/Makefile.am
17791                 remove launch_firebird and add nautilus2sylpheed.sh
17792         * src/quicksearch.c
17793           src/summaryview.c
17794                 Fix show/hide "Extended symbols" button problem
17795                 Fix apparition at startup
17796                 Fix const warnings
17797         * src/plugins/image_viewer/Makefile.am
17798                 Fix configure 
17799         * common/ssl.c
17800                 Re-enable certificate check, as it doesn't seem to
17801                 cause Xlib errors anymore
17802
17803 2004-06-25 [paul]       0.9.11cvs17
17804
17805         * sync with 0.9.11cvs17 HEAD
17806         
17807         NOTE: QuickSearch is broken
17808
17809 2004-06-07 [colin]      0.9.10claws67.10
17810         * src/plugins/trayicon/trayicon.c
17811           src/plugins/trayicon/libeggtrayicon/Makefile.am
17812           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17813                 Fix gettextization in trayicon plugin
17814
17815 2004-06-07 [colin]      0.9.10claws67.9
17816         
17817         * src/summaryview.c
17818           src/gtk/gtksctree.[ch]
17819                 Let Shift+{Up,Down} work in summaryview
17820                 (well, Down "works" and Up works)
17821                 Let the list scroll when using these keys
17822
17823 2004-06-06 [colin]      0.9.10claws67.8
17824
17825         * src/plugins/trayicon/trayicon.c
17826                 Fix pixmap update
17827
17828 2004-06-06 [colin]      0.9.10claws67.7
17829
17830         * src/addressbook.c
17831                 Fix signal handling causing system-wide focus grab
17832
17833 2004-05-25 [paul]       0.9.10claws67.6
17834
17835         * Makefile.am
17836           src/Makefile.am
17837                 clean up
17838
17839 2004-05-25 [paul]       0.9.10claws67.5
17840
17841         * replace deprecated gtk_signal... functions
17842
17843 2004-05-23 [colin]      0.9.10claws67.4
17844
17845         * src/compose.c
17846                 Fix wrapping
17847
17848 2004-05-22 [colin]      0.9.10claws67.3
17849
17850         * src/compose.c
17851                 Re-fix [Edited] in compose.c::compose_reedit()
17852
17853 2004-05-22 [colin]      0.9.10claws67.2
17854
17855         * src/procmime.c
17856                 Fix parsing of multiparts mails
17857
17858 2004-05-22 [colin]      0.9.10claws67.1
17859
17860         * src/summaryview.c
17861                 Fix quicksearch
17862
17863 2004-05-22 [paul]       0.9.10claws67
17864
17865         * sync with 0.9.10claws67 HEAD
17866
17867 2004-05-14 [alfons]
17868
17869         * src/procmime.h
17870                 add forgotton prototype
17871
17872 2004-05-10 [paul]       0.9.10claws57
17873
17874         * sync with 0.9.10claws57 HEAD
17875
17876 2004-05-05 [paul]       0.9.9.claws1
17877
17878         * ChangeLog-gtk2        ** REMOVED **
17879           ChangeLog-gtk2.claws  ** ADDED **
17880                 rename and adopt the normal claws format
17881                 
17882         * configure.ac
17883                 require gtkmathview >= 0.5
17884
17885         * ac/*                          ** REMOVED **
17886           ac/                           ** REMOVED **
17887           intl/Makefile.in              ** REMOVED **
17888           m4/                           ** ADDED **
17889           m4/missing                    ** ADDED **
17890           m4/missing/gdk-pixbuf.m4      ** ADDED **
17891           m4/missing/gettext.m4         ** ADDED **
17892           m4/missing/gpgme.m4           ** ADDED **
17893           m4/missing/imlib.m4           ** ADDED **
17894           m4/.cvsignore                 ** ADDED **
17895           m4/Makefile.am                ** ADDED **
17896           m4/README                     ** ADDED **
17897           m4/aclocal-include.m4         ** ADDED **
17898           m4/aspell.m4                  ** ADDED **
17899           m4/check-type.m4              ** ADDED **
17900           m4/gnupg-check-typedef.m4     ** ADDED **
17901           m4/openssl.m4                 ** ADDED **
17902           m4/spamassassin.m4            ** ADDED **
17903           po/ChangeLog                  ** REMOVED **
17904           po/Makefile.in.in             ** REMOVED **
17905           po/Rules-quot                 ** REMOVED **
17906           po/boldquot.sed               ** REMOVED **
17907           po/en@boldquot.header         ** REMOVED **
17908           po/en@quot.header             ** REMOVED **
17909           po/insert-header.sin          ** REMOVED **
17910           po/quot.sed                   ** REMOVED **
17911           po/remove-potcdate.sed        ** REMOVED **
17912           po/remove-potcdate.sin        ** REMOVED **
17913           po/stamp-po                   ** REMOVED **
17914           Makefile.am
17915           autogen.sh
17916           configure.ac
17917                 enable building with automake 1.8.x
17918                 add 'autopoint --force' to autogen.sh and remove all
17919                 auto-generated files, remove ac/ directory and use
17920                 m4/ directory instead
17921                 
17922         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17923                 fix gettextization
17924
17925 2004-02-28 Colin Leroy <colin@colino.net>
17926         * src/prefs_matcher.c
17927           src/prefs_filtering.c
17928           src/prefs_filtering_action.c
17929                 Fix non-editable GtkEntries
17930
17931 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17932         * src/prefs_themes.c
17933                 utf8 conversion for theme info
17934
17935 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17936         * sync 0.9.9claws
17937
17938 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17939         * src/grouplistdialog.c
17940                 allow multiple selections without ctrl key
17941
17942 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17943         * src/main.c
17944                 enable customizable accelerators
17945
17946 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17947         * src/prefs_common.c
17948                 re-enable different font settings for gtk1/2
17949         * src/prefs_folder_item.c
17950                 fix folder prefs displayed wrong
17951         * src/textview.c
17952                 set 'sunken' shadow type
17953
17954 2004-02-07 Colin Leroy <colin@colino.net>
17955         * src/compose.c
17956                 Fix message being always [Edited]
17957                 Encode headers correctly (utf8 buf)
17958
17959 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17960         * src/socket.c
17961                 remove double g_source_attach()
17962                 (Thanks to Colin Leroy)
17963
17964 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17965         * src/gtk/gtksctree.c
17966                 Fix SSL certificate list not shown
17967         * src/mimeview.c
17968                 Fix clicks in mime tree
17969
17970 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17971         * src/common/socket.c
17972                 Fix SSL receive
17973         * src/compose.c
17974                 Fix clipboard menu hotkeys
17975
17976 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17977         * src/gtk/gtkaspell.[ch]
17978           src/compose.c
17979                 reimplement spellchecker
17980
17981 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17982         * src/gtk/filesel.c
17983                 crash when inserting file in compose window
17984                 (TODO: keep old selection on clicks)
17985         * src/main.c
17986                 use gtkrc-2.0 instead of gtkrc
17987
17988 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17989         * src/messageview.c
17990                 remove orphaned mimeview unref()
17991
17992 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17993         * src/grouplistdialog.c
17994                 expand nodes containing subscribed groups
17995
17996 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17997         * src/textview.c
17998                 textview: hide cursor, restore old click behaviour
17999
18000 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18001         * src/textview.c
18002                 variable names messed up
18003
18004 2004-01-17 Colin Leroy <colin@colino.net>
18005         * src/addr_compl.c
18006                 Fix completion address too thin
18007         * src/compose.c
18008                 Fix tab-to-subject behaviour
18009         * src/summaryview.c
18010                 Implement key up & down in summaryview
18011
18012 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18013
18014         * sync 098claws
18015
18016 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18017         * configure.ac
18018           Makefile.am
18019           doc/.cvsignore
18020           doc/Makefile.am
18021                 faq, man, manual moved to doc/
18022         * ac/aspell.m4
18023           ac/check-type.m4
18024           ac/gnupg-check-typedef.m4
18025           ac/openssl.m4
18026           ac/spamassassin.m4
18027           ac/missing/gdk-pixbuf.m4
18028           ac/missing/gpgme.m4
18029           ac/missing/imlib.m4
18030                 fix automake warnings
18031
18032 2003-12-06 Colin Leroy <colin@colino.net>
18033         * src/summaryview.c
18034                 Fix quicksearch
18035
18036 2003-12-05 Colin Leroy <colin@colino.net>
18037         * src/summaryview.c
18038                 Fix going to next unread folder
18039
18040 2003-12-05 Colin Leroy <colin@colino.net>
18041         * src/crash.c
18042                 Fix gtk2 compilation
18043         * src/session.c
18044                 Remove iotag source handler at disconnection
18045         * src/socket.[ch] 
18046                 Remove source handler when closing socket 
18047                 (fixes another seg)
18048
18049 2003-12-04 Colin Leroy <colin@colino.net>
18050         * src/compose.c
18051           src/prefs_account.c
18052           src/prefs_common.c
18053                 Fix some dropdown menus
18054
18055 2003-12-04 Colin Leroy <colin@colino.net>
18056         * src/compose.c
18057                 Fix event handlers on header fields
18058         * src/common/socket.c
18059           src/common/session.c
18060                 Fix segfault with callback (SSL)
18061                 Fix end of session 
18062
18063 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18064
18065         * Fix compile bug in src/compose.c
18066         * removed src/gtk/gtkstext.[ch]
18067
18068 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18069
18070         * Convert character set and escape "text" attributes in toolbar setting
18071         files.
18072         * Fixed bug in button-press-event handling.
18073
18074 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18075
18076         * Fixed bug in key-press-event handling.
18077
18078 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18079
18080         * Enabled to compile tray-icon plugin (Ad-hoc).
18081         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18082
18083 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18084
18085         * Enabled to compile on sylpheed-claws.
18086         (tray-icon plugin still cannot compile yet.)
18087
18088 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18089
18090         * Updated to 0.9.5.
18091
18092 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18093
18094         * Updated to 0.9.4.
18095         * Ported monitoring SSL mechanism to GSource of GLib2
18096         (I don't confirm it)
18097         * Added _gtk2 suffix to key name of font preference to avoid
18098         ovverwriting preference of Gtk+-1.2 version.
18099
18100 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18101
18102         * Updated to 0.9.2.
18103
18104 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18105
18106         * Updated to 0.9.1.
18107         * Translate po files into UTF-8 when execute autogen.sh.
18108
18109 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18110
18111         * Updated to 0.9.0.
18112
18113 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18114
18115         * Plugged GError related memory leaks.
18116
18117 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18118
18119         * Changed default size of fonts.
18120         * Enabled to set titile font size of warning dialog.
18121
18122 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18123
18124         * Embed a sylpheed icon into executable binary on Windows.
18125
18126 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18127
18128         * I forgot to traslate character set of element string in src/xml.c.
18129
18130 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18131
18132         * Fixed detecting bind_textdomain_codeset in configure.in.
18133         * The bug in which "Example" of "Date fromat" preference isn't displayed
18134         correctly has been fixed.
18135
18136 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18137
18138         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18139           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18140           glib-gettextize
18141           Removed intl directory.
18142           Translated po files into UTF-8.
18143           (Thanks! Ryuji Abe)
18144
18145 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18146
18147         * The bug which doesn't unscape string in xml.c has been fixed.
18148
18149 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18150
18151         * The bug which is failed to translate encoding of file name thorough
18152         file dialog has been fixed.
18153
18154 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18155
18156         * Modified to translate file names which is used in inporting/expoting
18157         mbox feature and "Save as" feature into locale encoding.
18158         * Translate file names into locale encoding when "Attache file" and
18159         "Insert file".
18160         * Force set G_BROKEN_FILENAMES environment variable.
18161         * Other minor fixes.
18162
18163 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18164
18165         * Modified to treat MH folder's name as locale encoding.
18166
18167 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18168
18169         * The bug which clash on switching candidates of auto completion of
18170         addresses, cannot use auto completion in Japanesse is fixed
18171         (Thanks! Tokunaga-san)¡¥
18172
18173 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18174
18175         * The bug which cannot switch key accelerator preference has been fixed
18176         (Thanks! smbd-san)¡¥
18177
18178 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18179
18180         * version 0.8.11-gtk2-20030314
18181
18182 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18183
18184         * The bug in which character set conversion of filtering messages has
18185         been fixed.(Thanks! COCOA-san).
18186
18187 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18188
18189         * Revived "Leave space on head" preference in "Message" category.
18190         * A bug which clash when put the cursor to end of buffer and execute
18191         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18192
18193 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18194
18195         * version 0.8.11-gtk2-20030312
18196
18197 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18198
18199         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18200         * Modified to use Pango's API directly for font preference.
18201         * Integrated GtkTextView of textview to one widget.
18202         * Set fonts of header title in textview by "header_title" tag.
18203         * Removed some deprecated codes.
18204
18205 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18206
18207         * Updated to 0.8.11.
18208         * Merged cygwin patch(Thanks! Sakai-san).
18209
18210 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18211
18212         * version 0.8.10-gtk2-20030309