2006-09-09 [wwp] 2.4.0cvs165
[claws.git] / ChangeLog
1 2006-09-09 [wwp]        2.4.0cvs165
2
3         * src/prefs_filtering.c
4                 fix a crash when opening filtering prefs, if matcherrc file contains
5                 broken data (non-existing account id, which is theoretically not
6                 possible).
7
8 2006-09-08 [colin]      2.4.0cvs164
9
10         * src/folder.c
11                 Wrong assert, make it an if()
12         * src/gtk/gtksctree.c
13                 Fix bug #1013 (expand selected thread 
14                 tree) - expanding is now recursive
15
16 2006-09-07 [wwp]        2.4.0cvs163
17
18         * src/prefs_matcher.c
19                 make better sentences about addressbook matching in the
20                 matcher prefs. This should make translators' work easier
21                 too.
22
23 2006-09-07 [wwp]        2.4.0cvs162
24
25         * src/prefs_filtering.c
26                 code simplification (get rid of dup var. assignment).
27
28 2006-09-07 [wwp]        2.4.0cvs161
29
30         * src/summaryview.c
31                 use GTK_STOCK icons when possible, patch by Fabien Vantard
32                 <fzzzzz@gmail.com>.
33
34 2006-09-07 [paul]       2.4.0cvs160
35
36         * src/mimeview.c
37                 fix compilation warnings
38                 Thanks to Colin
39
40 2006-09-07 [paul]       2.4.0cvs159
41
42         * src/mimeview.c
43                 select the mimepart icon when
44                 displaying as text
45                 Thanks to Colin
46
47 2006-09-06 [paul]       2.4.0cvs158
48
49         * src/prefs_filtering.c
50                 fix labels and table element spacing
51                 Patch by Fabien Vantard
52
53 2006-09-06 [paul]
54
55         2.5.0-rc3 released
56
57 2006-09-06 [paul]       2.4.0cvs157
58
59         * manual/es/advanced.xml
60                 fix typo
61
62 2006-09-06 [wwp]        2.4.0cvs156
63
64         * src/mainwindow.c
65                 fix an dup launch issue when iconified, thanks to Colin.
66
67 2006-09-06 [wwp]        2.4.0cvs155
68
69         * src/gtk//gtksctree.h
70                 oops, forgot that one!
71
72 2006-09-06 [wwp]        2.4.0cvs154
73
74         * manual/pl/advanced.xml
75         * manual/advanced.xml
76         * manual/es/advanced.xml
77         * manual/fr/advanced.xml
78         * src/prefs_customheader.c
79         * src/prefs_filtering_action.c
80         * src/foldersel.c
81         * src/prefs_summaries.c
82         * src/prefs_filtering.c
83         * src/account.c
84         * src/compose.c
85         * src/prefs_summary_column.c
86         * src/addr_compl.c
87         * src/prefs_actions.c
88         * src/prefs_folder_column.c
89         * src/ssl_manager.c
90         * src/prefs_template.c
91         * src/prefs_display_header.c
92         * src/prefs_common.h
93         * src/prefs_matcher.c
94         * src/prefs_common.c
95         * src/prefs_toolbar.c
96         * src/summaryview.c
97         * src/folderview.c
98         * src/gtk/gtksctree.c
99         * src/gtk/pluginwindow.c
100         * src/gtk/progressdialog.c
101         * src/gtk/prefswindow.c
102                 renamed hidden option enable_rules_hint to use_stripes_everywhere
103                 to make its meaning more obvious (all versions of the manual reflect
104                 the change).
105                 added an extra hidden option use_stripes_in_summary to allow
106                 discarding these stripes in mainwindow's folder and message lists;
107                 en and fr manuals only are OK towards this.
108
109 2006-09-06 [colin]      2.4.0cvs153
110
111         * src/textview.c
112                 Hide Sylpheed-Claws' internal queue headers
113                 when showing all headers. They'll be present
114                 only in Source window.
115
116 2006-09-05 [colin]      2.4.0cvs152
117
118         * src/plugins/trayicon/trayicon.c
119                 Fix crash at exit - we have to disconnect
120                 our handlers
121         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
122                 Update eggtrayicon - patch adapted from a
123                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
124                 on Sylpheed's ML
125
126 2006-09-05 [colin]      2.4.0cvs151
127
128         * src/mainwindow.c
129         * src/gtk/logwindow.c
130                 Fix race condition when something writes
131                 to the log too soon during init. Thanks
132                 to Fabien Vantard
133
134 2006-09-05 [colin]      2.4.0cvs150
135
136         * src/mimeview.c
137                 Don't select part on right-click either
138
139 2006-09-05 [paul]       2.4.0cvs149
140
141         * src/mimeview.c
142                 completion of previous commit
143                 Thanks to Colin
144
145 2006-09-05 [colin]      2.4.0cvs148
146
147         * src/mimeview.c
148                 Don't force selection on middle-click, just open
149
150 2006-09-04 [colin]      2.4.0cvs147
151
152         * src/mimeview.c
153                 Looks like gtk_notebook_set_current_page()
154                 sometimes steals focus, and this annoys us
155                 in MimeViewers as it renders navigation
156                 keys useless. Take back focus after switching
157                 pages.
158
159 2006-09-04 [colin]      2.4.0cvs146
160
161         * src/messageview.c
162                 Set stop_loading when clicking on Next
163                 during load. Don't add a callback to 
164                 avoid over-complicating things.
165
166 2006-09-04 [colin]      2.4.0cvs145
167
168         * src/mimeview.c
169         * src/messageview.c
170                 Fix multiple loads in separate messageview
171
172 2006-09-04 [colin]      2.4.0cvs144
173
174         * src/summaryview.c
175                 Let navigation keys be handled during 
176                 load
177
178 2006-09-04 [colin]      2.4.0cvs143
179
180         * src/messageview.c
181         * src/summaryview.c
182         * src/textview.c
183         * src/textview.h
184                 Make loading of huge mails (lots of text and/or
185                 images) cancellable, so the GUI doesn't block 
186
187 2006-09-04 [colin]      2.4.0cvs142
188
189         * src/plugins/trayicon/trayicon.c
190                 Fix annoyance when removing a folder with 
191                 unread mails: trayicon didn't update
192
193 2006-09-04 [paul]       2.4.0cvs141
194
195         * src/gtk/icon_legend.c
196                 straighten up columns
197                 Patch by Fabien Vantard
198
199 2006-09-04 [wwp]        2.4.0cvs140
200
201         * src/prefs_filtering.c
202                 fix new line's account name in filtering prefs:
203                 was "All", is now "(New)".
204
205 2006-09-04 [paul]       2.4.0cvs139
206
207         * tools/make.themes.project
208                 use "AUTOMAKE_OPTIONS = dist-bzip2"
209                 instead of homebrewed "make release"
210
211 2006-09-03 [colin]      2.4.0cvs138
212
213         * src/folderview.c
214                 Fix bug #1007 (Wrong folder highlighted)
215
216 2006-09-03 [colin]      2.4.0cvs137
217
218         * src/compose.c
219                 Don't set Newsgroup: header to a mail folder
220                 path
221
222 2006-09-03 [paul]       2.4.0cvs136
223
224         * src/prefs_other.c
225         * src/prefs_spelling.c
226                 unify the gui
227
228 2006-09-03 [paul]       2.4.0cvs135
229
230         * src/prefs_summaries.c
231                 correct menu item text in prefs_keybind_apply_clicked()
232
233 2006-09-03 [paul]       2.4.0cvs134
234
235         * manual/advanced.xml
236                 some improvements to the descriptions
237         * src/mainwindow.c
238         * src/messageview.c
239         * src/summaryview.c
240         * src/gtk/menu.c
241                 fix menu sensitivity issues
242         * src/prefs_message.c
243                 drop the useless word 'short'
244         * src/prefs_other.c
245                 add the word 'lines' indicating log length
246                 is a measure of lines
247         * src/textview.c
248                 fix compilation warnings
249
250 2006-09-02 [colin]      2.4.0cvs133
251
252         * src/messageview.c
253                 Display a special return-receipt message
254                 if the message is from the user
255         * src/summaryview.c
256                 Fix missing freeze of the list when marking
257                 all read and unthreading for exec. Thanks
258                 to Stephan Sachse.
259
260 2006-09-02 [paul]       2.4.0cvs132
261
262         * src/mainwindow.c
263         * src/prefs_message.c
264         * src/summaryview.c
265                 fix some english
266
267 2006-09-02 [wwp]        2.4.0cvs131
268
269         * src/prefs_filtering.c
270                 added an account name column to the filtering rules
271                 dialog.
272
273 2006-09-02 [colin]      2.4.0cvs130
274
275         * src/gtk/logwindow.c
276         * src/gtk/logwindow.h
277                 Block scrolling if we're not at the end
278                 of the log
279
280 2006-09-02 [colin]      2.4.0cvs129
281
282         * src/folder.c
283                 Make sure account-specific rules can't
284                 be used in {pre-,post-,}processing
285         * src/mainwindow.c
286         * src/gtk/logwindow.c
287         * src/gtk/logwindow.h
288                 Jump to last error when clicking on the
289                 warning icon
290
291 2006-09-02 [colin]      2.4.0cvs128
292
293         * src/imap.c
294         * src/import.c
295         * src/mainwindow.c
296         * src/mainwindow.h
297                 Fix warning icon
298         * src/inc.c
299         * src/mbox.c
300         * src/mbox.h
301                 Let proc_mbox know its account, for
302                 account-specific rules
303
304 2006-09-01 [colin]      2.4.0cvs127
305
306         * src/codeconv.c
307                 Don't uselessly use iconv to convert from
308                 us-ascii
309         * src/alertpanel.c
310         * src/mainwindow.c
311         * src/mainwindow.h
312         * src/inc.c
313                 Fix certain log cases, disable warning icon
314                 for now, the correct way to display it when
315                 necessary and only when necessary is probably
316                 to do it manually rather than use error logs
317         * src/etpan/imap-thread.c
318                 Clean up UID logging a bit
319         * src/gtk/logwindow.c
320         * src/gtk/logwindow.h
321                 Make logging faster when the window's closed
322
323 2006-09-01 [wwp]        2.4.0cvs126
324
325         * manual/fr/account.xml
326                 reflect changes to the ref. manual (parts of cvs72):
327                 fix tabnames and quotes.
328
329 2006-09-01 [wwp]        2.4.0cvs125
330
331         * manual/fr/plugins.xml
332                 reflect changes to the reference manual (cvs42):
333                 update IRC channel info.
334
335 2006-09-01 [wwp]        2.4.0cvs124
336
337         * commitHelper
338                 use CVSEDITOR env. var. if set, according to `man cvs`.
339
340 2006-09-01 [wwp]        2.4.0cvs123
341
342         * manual/advanced.xml
343                 better sentence again (thanks to Paul).
344
345 2006-09-01 [wwp]        2.4.0cvs122
346
347         * manual/advanced.xml
348         fix definition of toolbar_detachable and rework a bit the one of
349         enable_dotted_lines.
350
351 2006-09-01 [mones]      2.4.0cvs121
352
353         * manual/advanced.xml
354                 Document enable_dotted_lines
355
356 2006-09-01 [paul]       2.4.0cvs120
357
358         * src/folderview.c
359         * src/folderview.h
360         * src/imap.c
361         * src/mainwindow.c
362         * src/summaryview.c
363                 obey the 'When entering folder...' option
364                 when using the /View/Go to/... menu items
365                 Thanks to Colin
366
367 2006-08-31 [colin]      2.4.0cvs119
368
369         * src/folderview.c
370                 Revert 2.4.0cvs116, wrong fix.
371
372 2006-08-31 [colin]      2.4.0cvs118
373
374         * src/gtk/gtksctree.c
375                 Better state the various copyrights
376
377 2006-08-31 [colin]      2.4.0cvs117
378
379         * src/prefs_common.c
380                 fix enable_dotted_lines
381
382 2006-08-31 [colin]      2.4.0cvs116
383
384         * src/folderview.c
385                 Use pref "Always open on select" when going
386                 to next unread folder
387         * src/gtk/gtksctree.c
388                 Fix link failure to _gtk_clist_create_cell_layout
389                 on certain computers. (Why not mine, I wonder)
390
391 2006-08-31 [colin]      2.4.0cvs115
392
393         * src/procmsg.c
394         * src/textview.c
395         * src/plugins/bogofilter/bogofilter.c
396         * src/plugins/spamassassin/spamassassin.c
397                 Requalify some "errors" to warnings
398         * src/mainwindow.c
399         * src/mainwindow.h
400         * src/statusbar.c
401                 Add an icon in the statusbar to notify
402                 of errors
403         * src/gtk/gtksctree.c
404         * src/folderview.c
405         * src/summaryview.c
406                 Make the GtkSCTree look more modern by
407                 alternating background lines
408         * src/prefs_common.c
409         * src/prefs_common.h
410                 Add a pref to let people have the old
411                 way if they prefer
412
413
414 2006-08-30 [colin]      2.4.0cvs114
415
416         * src/procmsg.c
417         * src/procmsg.h
418                 Provide a way to filter a list of
419                 messages in an optimised manner, and
420                 add a list-filtering hook
421         * src/folder.c
422         * src/inc.c
423         * src/mbox.c
424                 Use the list filtering
425         * src/plugins/bogofilter/bogofilter.c
426                 Use the list-filtering hook
427                 Use -b (bulk) mode for more speed
428                 when learning and filtering
429         * src/etpan/imap-thread.c
430                 Make log output shorter in UID SEARCH
431
432
433 2006-08-30 [colin]      2.4.0cvs113
434
435         * src/plugins/bogofilter/bogofilter.c
436                 Really fast mass learning - thanks to David
437                 Relson for the options explanations :)
438
439 2006-08-30 [colin]      2.4.0cvs112
440
441         * src/msgcache.c
442                 Fix compilation on FreeBSD. Thanks
443                 to Michael Hugues
444
445 2006-08-29 [colin]      2.4.0cvs111
446
447         * src/folderview.c
448                 Handle "popup_menu" signal (for popping the 
449                 menu via the keyboard)
450         * src/mimeview.c
451         * src/mimeview.h
452         * src/summaryview.c
453         * src/textview.c
454         * src/gtk/gtkutils.c
455         * src/gtk/gtkutils.h
456                 Factorize scrolling code, and add an API 
457                 for MimeViewers to handle scroll orders
458
459 2006-08-29 [wwp]        2.4.0cvs110
460
461         * src/plugins//bogofilter/bogofilter.c
462         * src/plugins//spamassassin/spamassassin.c
463                 make the bogofilter/spamassassin filtering error dialogs at
464         incorporation obey to the "don't popup error dialog on
465         receive error" option. If disabled, feed the log window w/
466         the error message.
467
468 2006-08-29 [paul]
469
470         2.5.0-rc2 released
471
472 2006-08-29 [paul]       2.4.0cvs109
473
474         * Makefile.am
475                 remove 'make release', it's not needed
476                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
477
478 2006-08-29 [paul]       2.4.0cvs108
479
480         * src/foldersel.c
481         * src/summary_search.c
482         * src/gtk/progressdialog.c
483         * src/plugins/pgpcore/passphrase.c
484                 replace deprecated gtk_window_set_policy()
485
486 2006-08-29 [colin]      2.4.0cvs107
487
488         * src/folder.c
489                 Fix data loss when copy fails during a move:
490                 only use fast remove_msgs if everything was
491                 copied OK; else use slow remove_msg on the
492                 mails that got copied only.
493
494 2006-08-28 [paul]       2.4.0cvs106
495
496         * src/mh.c
497                 revert change in 2.4.0cvs104, it breaks
498                 stuff
499
500 2006-08-28 [paul]       2.4.0cvs105
501
502         * src/plugins/spamassassin/spamassassin.c
503                 english fix
504
505 2006-08-28 [paul]       2.4.0cvs104
506
507         * src/mh.c
508                 fix data loss when moving to another
509                 mailbox fails
510         * src/prefs_spelling.c
511                 improve the english
512         * src/gtk/pluginwindow.c
513                 improve the layout of the dialog text
514         All thanks to Colin
515
516 2006-08-28 [paul]       2.4.0cvs103
517
518         * src/plugins/bogofilter/bogofilter.c
519         * src/plugins/bogofilter/bogofilter_gtk.c
520                 fix english up a bit, innit
521
522 2006-08-28 [paul]       2.4.0cvs102
523
524         * configure.ac
525         * po/Makefile.in.in
526         * po/Makevars
527                 require autoconf 2.60, enabling building
528                 with gettext 0.15 (gettext 0.14.x build still
529                 possible). Replace Makefiles with versions
530                 from gettext 0.15.
531                 Remove configure options --with-localedir and
532                 --with-mandir. The options that are provided
533                 directly by autoconf 2.60 can be used instead:
534                 --mandir --localedir
535
536 2006-08-27 [colin]      2.4.0cvs101
537
538         * src/plugins/bogofilter/Makefile.am
539                 Fix make dist (no README)
540
541 2006-08-27 [colin]      2.4.0cvs100
542
543         * src/folder.c
544                 Don't use F_UNKNOWN folders for any default
545                 outbox/trash/etc
546         * src/plugins/bogofilter/bogofilter.c
547         * src/plugins/bogofilter/bogofilter.h
548         * src/plugins/bogofilter/bogofilter_gtk.c
549                 Add an option to specify the path to bogofilter
550                 Use single-quotes to be able to learn in folders
551                 with spaces in their names
552                 Verify learning status
553
554 2006-08-27 [colin]      2.4.0cvs99
555
556         * manual/faq.xml
557         * manual/plugins.xml
558                 Document Bogofilter plugin
559
560 2006-08-27 [colin]      2.4.0cvs98
561
562         * src/compose.c
563         * src/messageview.c
564         * src/procmsg.c
565         * src/procmsg.h
566                 When possible, copy the queued mail to sent folder
567                 instead of re-adding. Much faster on IMAP.
568
569 2006-08-27 [colin]      2.4.0cvs97
570
571         * src/msgcache.c
572                 Disable mmaped caches - huge metadata loss
573                 here after a power failure.
574         * src/summaryview.c
575                 Add quicksearch timing
576         * src/common/plugin.c
577         * src/common/plugin.h
578                 Implement an interface to tell what plugins
579                 provide. Prevent loading of similar plugins.
580         * src/plugins/clamav/clamav_plugin.c
581         * src/plugins/demo/demo.c
582         * src/plugins/dillo_viewer/dillo_viewer.c
583         * src/plugins/pgpcore/plugin.c
584         * src/plugins/pgpinline/pgpinline.c
585         * src/plugins/pgpmime/pgpmime.c
586         * src/plugins/spamassassin/spamassassin.c
587         * src/plugins/trayicon/trayicon.c
588                 Implement plugin_provides()
589
590 2006-08-27 [colin]      2.4.0cvs96
591
592         * configure.ac
593         * src/plugins/Makefile.am
594         * src/plugins/bogofilter/.cvsignore
595         * src/plugins/bogofilter/Makefile.am
596         * src/plugins/bogofilter/bogofilter.c
597         * src/plugins/bogofilter/bogofilter.h
598         * src/plugins/bogofilter/bogofilter_gtk.c
599                 New Bogofilter plugin, provides filtering and
600                 learning. Spamassassin will go to extra plugins.
601
602 2006-08-26 [mones]      2.4.0cvs95
603
604         * manual/handling.xml
605                 Fix subfolder path in the example (thanks to Paul) 
606
607 2006-08-26 [mones]      2.4.0cvs94
608
609         * manual/glossary.xml
610                 2.2. + add ISP to the glossary
611                 7.5. + Add UIDL to glossary
612                 7.7. + Add TCP to glossary
613         * manual/handling.xml
614                 7.1. + Mentions GNU/Linux distribution, what about the non...
615                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
616                 7.3. + Mentions .bashrc, what about the non-bash ones? 
617                 7.4. = Use appropriate quotation for commands
618                 7.6. = change "" to <quote></quote>
619         * manual/plugins.xml
620                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
621         * manual/starting.xml
622                 2.1. + local mbox file: some examples of mbox file locations...
623                 Also reformatted files requiring it
624
625 2006-08-26 [wwp]        2.4.0cvs93
626
627         * src/summary_search.c
628                 disable find buttons while summary search is running.
629
630 2006-08-25 [colin]      2.4.0cvs92
631
632         * src/folder.c
633         * src/folderutils.c
634         * src/mh.c
635         * src/procmsg.h
636         * src/summaryview.c
637                 Speed up MH moving, and add progressbar
638                 for MH deletion
639         * src/msgcache.c
640                 Write cache files using mmap() too
641
642 2006-08-25 [wwp]        2.4.0cvs91
643
644         * src/summaryview.c
645                 switch spam<->ham button when a message has been marked as spam or ham
646                 and is still selected. Thanks to Colin.
647
648 2006-08-25 [paul]       2.4.0cvs90
649
650         * src/Makefile.am
651         * src/stock_pixmap.c
652         * src/stock_pixmap.h
653         * src/summaryview.c
654         * src/gtk/icon_legend.c
655         * src/pixmaps/copied.xpm
656         * src/pixmaps/moved.xpm
657                 add icons for delayed execution marked for
658                 copying, marked for moving
659
660 2006-08-25 [mones]      2.4.0cvs89
661
662         * manual/glossary.xml
663                 Fix the other glossary items:
664                 5.1. = Inmmediate execution -> <quote>immediate execution...
665                 5.2. = Fix MBOX capitalization -> Mbox
666                 5.3. + Improve Plugins def. w/ tech. ref.
667                 5.4. = Quotation -> replace '>' by <quote>></quote>
668                 5.5. - SMTP Server. -> remove dot
669         * po/es.po
670                 Updated translation
671
672 2006-08-25 [mones]      2.4.0cvs88
673
674         * manual/ack.xml
675                 Reformatted, changed email address
676         * manual/glossary.xml
677                 Reformatted, fixed MANUAL-TODO items:
678                 8.2. + add ROT-13 to glossary
679                 8.4. + add URL to glossary
680         * manual/es/advanced.xml
681                 Fixed <literal>s
682
683 2006-08-25 [paul]       2.4.0cvs87
684
685         * src/gtk/icon_legend.c
686                 add 'marked for deletion' icon
687                 arrange icons by containing column
688                 wrap long label text
689
690 2006-08-25 [colin]      2.4.0cvs86
691
692         * src/common/utils.c
693         * src/common/utils.h
694                 Add the sc_g_*list_bigger functions in
695                 a place everyone can use it
696         * src/summaryview.c
697                 Only freeze/thaw the list when working
698                 on the selection, if it's bigger than 1
699         * src/gtk/gtksctree.c
700                 Only freeze/thaw the list when unselec-
701                 ting 'all' if ('all' != 1)
702                 This avoids some flickering
703
704 2006-08-24 [colin]      2.4.0cvs85
705
706         * src/addressbook.c
707                 Fix strange list selection
708                 Fix random seg (Invalid read of freed memory)
709
710 2006-08-24 [colin]      2.4.0cvs84
711
712         * src/alertpanel.c
713         * src/gtk/inputdialog.c
714         * src/plugins/pgpcore/passphrase.c
715                 Revert minimal width patch of 2.4.0cvs67,
716                 as it is also a maximal width. Use 
717                 gtk_window_set_default_size instead.
718
719 2006-08-24 [colin]      2.4.0cvs83
720
721         * src/msgcache.c
722                 Write cache/mark to temp files before
723                 overwriting old ones (avoids metadata
724                 loss if writing the new files fail).
725                 Use mmap() to read cache/mark file, as
726                 this makes cache reading faster. Dis-
727                 abled for big-endian machines until it
728                 can be tested. (Big-endian users: set
729                 msgcache_use_mmap = TRUE in the relevant
730                 #if).
731         * src/procmsg.h
732                 Move rarely used fields of MsgInfo in 
733                 another structure, which will only be
734                 allocated if needed. Face, X-Face,
735                 Return receipt headers and List-*
736                 headers are moved. Mails having none
737                 of these occupy 52 bytes less with
738                 this patch, which makes 2.5MB of RAM
739                 saved on a 50k folder).
740         * src/headerview.c
741         * src/mainwindow.c
742         * src/messageview.c
743         * src/partial_download.c
744         * src/procheader.c
745         * src/procmsg.c
746         * src/textview.c
747                 Follow this structure change.
748
749 2006-08-24 [wwp]        2.4.0cvs82
750
751         * manual/es/.cvsignore
752         * manual/es/dist/.cvsignore
753         * manual/es/dist/html/.cvsignore
754         * manual/es/dist/pdf/.cvsignore
755         * manual/es/dist/ps/.cvsignore
756         * manual/es/dist/txt/.cvsignore
757                 more (generated) files to ignore.
758
759 2006-08-24 [colin]      2.4.0cvs81
760
761         * src/folder.c
762         * src/mh.c
763                 Fix possible problems with local delivery. Check the folder doesn't
764                 need scan before setting its mtime when saving cache (which can be
765                 done long after the folder's been modified by an external process);
766                 Check that the stored item's mtime didn't change in mh functions.
767
768 2006-08-24 [mones]      2.4.0cvs80
769
770         * manual/advanced.xml
771                 Rewrapping, some fixes and MANUAL-TODO items:
772                 8.1. = change "" to <quote></quote>
773                 8.3. = quote menu items
774                 8.5. - deploying -> new user ... ideally a new user (redundant)
775
776 2006-08-23 [colin]      2.4.0cvs79
777
778         * src/gtk/gtksctree.c
779                 When selecting or deselecting range, only
780                 freeze/thaw when selection is bigger than 10
781
782 2006-08-23 [colin]      2.4.0cvs78
783
784         * src/messageview.c
785         * src/mimeview.c
786         * src/mimeview.h
787         * src/plugins/dillo_viewer/dillo_viewer.c
788                 Provide an API for MimeViewer plugins to
789                 return a text selection for replying
790
791 2006-08-23 [colin]      2.4.0cvs77
792
793         * src/image_viewer.c
794         * src/textview.c
795                 Use gtk_pixbuf_new_from_file_at_scale(), which
796                 is faster than getting the pixbuf then resizing
797                 it.
798
799 2006-08-23 [colin]      2.4.0cvs76
800
801         * src/procmime.c
802                 UTF-8 should be sent Quoted-printable
803
804 2006-08-22 [colin]      2.4.0cvs75
805
806         * src/mh.c
807                 Check if scan is required before touching
808                 the folder (or it'll be required every time)
809
810 2006-08-22 [colin]      2.4.0cvs74
811
812         * configure.ac
813                 Require libetpan 0.46 (crasher fix when built
814                 against gnutls)
815
816 2006-08-22 [colin]      2.4.0cvs73
817
818         * src/folder.c
819                 Set folder's mtime after writing its
820                 cache
821         * src/folderview.c
822                 Add some timing
823         * src/procmsg.c
824                 Don't do useless stuff if we don't 
825                 thread by subject
826         * src/summaryview.c
827                 Add some timing, don't deselect prior
828                 to selecting (gtksctree does it itself),
829                 remove crash avoidance hacks as it's been
830                 properly fixed since a while
831         * src/common/utils.c
832                 Optimize to_human_readable(): _() is slow,
833                 do it only once, and avoid %f format for KB
834                 (the most common in a summaryview)
835         * src/gtk/gtksctree.c
836                 Don't uselessly freeze/thaw (fixes flicker
837                 on next unread and friends), reduce number
838                 of g_list_nth/g_list_position where possible
839         * src/gtk/gtkutils.c
840         * src/gtk/gtkutils.h
841                 Reduce number of g_list_nth/g_list_position
842                 where possible.
843                 All of this makes loading as 70k folder 2.1
844                 seconds instead of 3.2 (with hot FS caches).
845                 (1.3 seconds without Date and Size columns...)
846
847 2006-08-22 [paul]       2.4.0cvs72
848
849         wrap documents and do some items from mones' MANUAL-TODO:
850
851         * manual/account.xml
852                 4.1. = fix tabname references to <quote>tabname</quote>
853                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
854         * manual/faq.xml
855                 1.1. = mentioned options don't match UI
856                 Add information about the 'Never send Return Receipts'
857                 option
858         * manual/handling.xml
859                 6.2. = Mentions Extended symbols button, but now is
860                 named Information
861                 6.3. = Mentions ... button, which is now Edit
862
863 2006-08-22 [colin]      2.4.0cvs71
864
865         * src/gtk/pluginwindow.c
866                 Fix layout in verbose translations (such
867                 as french)
868
869 2006-08-22 [paul]       2.4.0cvs70
870
871         * manual/Makefile.am
872                 build manuals in alphabetical order
873         * src/addressbook.c
874         * src/prefs_themes.c
875                 replace/remove deprecated symbols
876         * src/gtk/gtkutils.c
877                 fix a warning
878         * src/gtk/pluginwindow.c
879                 replace deprecated symbol
880                 replace label text and move it
881         * src/plugins/pgpcore/prefs_gpg.c
882                 move the 'Generate...' button out of the
883                 Sign Key frame, replace the English used
884         * src/plugins/pgpcore/sgpgme.c
885                 fixes to the English
886
887 2006-08-21 [colin]      2.4.0cvs69
888
889         * src/plugins/trayicon/trayicon.c
890                 Add more strings for translation; patch
891                 by Pawel
892
893 2006-08-21 [colin]      2.4.0cvs68
894
895         * src/compose.c
896                 fix replied flag not set after drafting
897         * src/matcher.c
898                 fix body quicksearch in non-encoded bodies
899                 containing '='
900         * src/msgcache.c
901                 Get rid of the g_malloc workaround for
902                 corrupted caches, use g_try_malloc
903
904 2006-08-21 [colin]      2.4.0cvs67
905
906         * src/alertpanel.c
907         * src/gtk/inputdialog.c
908         * src/plugins/pgpcore/passphrase.c
909                 Set minimal width to 375
910         * src/mainwindow.c
911                 Fix switching to offline, asking if it 
912                 should be overriden for synchronising
913         * src/mimeview.c
914                 Don't offer to remember command on Open 
915                 with for text parts, as the browser or 
916                 text editor command isn't changed from 
917                 there
918
919 2006-08-20 [paul]       2.4.0cvs66
920
921         * po/ko.po
922         * po/zh_CN.po
923                 fix plural form errors. revealed by stricter
924                 checking of gettext 0.15
925
926 2006-08-18 [paul]       2.4.0cvs65
927
928         * src/stock_pixmap.c
929                 fix the fix of 2.4.0cvs64
930                 Thanks to Colin
931
932 2006-08-18 [paul]       2.4.0cvs64
933
934         * src/stock_pixmap.c
935                 fix leaks
936                 Thanks to Colin
937
938 2006-08-18 [paul]       2.4.0cvs63
939
940         * src/compose.c
941         * src/procmsg.c
942                 fix occasional IMAP bug where large msgs
943                 were left in the queue folder after sending
944                 Thanks to Colin
945
946 2006-08-18 [paul]       2.4.0cvs62
947
948         * src/folderview.c
949                 freeze the summaryview while quicksearch results
950                 are displayed
951                 (fixes bug 456 'current message is hidden when the
952                 view is refreshed and extended search is "unread 
953                 messages"')
954                 Thanks to Colin
955         * src/textview.c
956                 add missing #include "inputdialog.h"
957         * src/common/utils.h
958                 add missing mailcap_update_default() and improve
959                 readability
960
961 2006-08-17 [colin]      2.4.0cvs61
962
963         * src/plugins/pgpcore/select-keys.c
964                 Fix warnings :)
965
966 2006-08-17 [colin]      2.4.0cvs60
967
968         * src/compose.c
969                 Don't continue queuing if Cancel is clicked
970                 in select-keys
971
972 2006-08-17 [colin]      2.4.0cvs59
973
974         * src/plugins/pgpcore/select-keys.c
975                 When encrypting, if only one key matches and it 
976                 matches exactly, automatically use it.
977
978 2006-08-17 [colin]      2.4.0cvs58
979
980         * src/mimeview.c
981         * src/prefs_common.c
982         * src/prefs_common.h
983         * src/prefs_ext_prog.c
984         * src/textview.c
985                 Fix issues with previous patch (text/html)
986                 Remove outdated prefs
987
988 2006-08-17 [colin]      2.4.0cvs57
989
990         * src/imap.c
991                 Add View Log button on auth error
992         * src/procmsg.c
993                 Fix encrypted mail marked as new when
994                 saved in normal folders
995         * src/plugins/pgpinline/pgpinline.c
996                 Fix encrypt bug on IMAP
997         * src/mimeview.c
998         * src/common/utils.c
999         * src/common/utils.h
1000         * src/gtk/inputdialog.c
1001         * src/gtk/inputdialog.h
1002                 Get rid of metamail stuff, simplify
1003                 opening, and allow remembering of user's
1004                 choices (by updating ~/.mailcap). There's
1005                 still to drop "Audio player" and "Image
1006                 viewer" preferences.
1007
1008 2006-08-17 [mones]      2.4.0cvs56
1009
1010         * manual/es/sylpheed-claws-manual.xml
1011                 fix DTD path
1012
1013 2006-08-17 [mones]      2.4.0cvs55
1014
1015         * configure.ac
1016         * manual/Makefile.am
1017         * manual/es/Makefile.am
1018         * manual/es/account.xml
1019         * manual/es/ack.xml
1020         * manual/es/addrbook.xml
1021         * manual/es/advanced.xml
1022         * manual/es/faq.xml
1023         * manual/es/glossary.xml
1024         * manual/es/gpl.xml
1025         * manual/es/handling.xml
1026         * manual/es/intro.xml
1027         * manual/es/keyboard.xml
1028         * manual/es/plugins.xml
1029         * manual/es/starting.xml
1030         * manual/es/sylpheed-claws-manual.xml
1031         * manual/es/dist/Makefile.am
1032         * manual/es/dist/html/Makefile.am
1033         * manual/es/dist/pdf/Makefile.am
1034         * manual/es/dist/ps/Makefile.am
1035         * manual/es/dist/txt/Makefile.am
1036                 Spanish translation for the manual
1037
1038 2006-08-16 [colin]      2.4.0cvs54
1039
1040         * src/compose.c
1041         * src/main.c
1042         * src/mainwindow.c
1043                 Fix send button sensitivity at startup
1044                 Set send menu sensitivity (patch by Fabien)
1045         * src/ssl_manager.c
1046                 Enable closing with esc (patch by Fabien)
1047         * src/gtk/foldersort.c
1048                 Enable closing with esc (patch by Fabien)
1049         * src/procmime.c
1050                 Optimisation (no need to copy to tempfile to
1051                 "decode" 7bit and 8bit)
1052         * src/summaryview.c
1053                 Fix cruft in swap_from case
1054         * src/textview.c
1055                 Fix missing last line in some mail cases 
1056                 (Fixes debian #381872)
1057         * src/plugins/pgpcore/prefs_gpg.c
1058         * src/plugins/pgpcore/sgpgme.c
1059         * src/plugins/pgpcore/sgpgme.h
1060                 Don't show "no key found" when user explicitely
1061                 wants to create a key
1062
1063 2006-08-16 [paul]       2.4.0cvs53
1064
1065         * configure.ac
1066         * src/account.c
1067         * src/addressbook.c
1068         * src/headerview.c
1069         * src/prefs_account.c
1070         * src/prefs_message.c
1071         * src/gtk/gtkutils.c
1072                 bump up minimum required versions of GTK+ and
1073                 GLIB to 2.6.0
1074
1075 2006-08-16 [paul]       2.4.0cvs52
1076
1077         * src/toolbar.c
1078                 workaround GTK+ Bug 351600 - 'Can't re-click
1079                 on button after sensitivity update'
1080                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1081                 Thanks to Colin
1082
1083 2006-08-15 [colin]      2.4.0cvs51
1084
1085         * src/plugins/pgpcore/prefs_gpg.c
1086                 Set options sensitivity according to
1087                 key existence
1088         * src/plugins/pgpcore/sgpgme.c
1089                 Allow to create key with no passphrase
1090
1091 2006-08-14 [cleroy]     2.4.0cvs50
1092
1093         * src/gtk/pluginwindow.c
1094                 New layout (maybe to be changed?)
1095         * src/gtk/gtkutils.c
1096                 Fix a bit label_window
1097         * src/plugins/pgpcore/passphrase.c
1098         * src/plugins/pgpcore/passphrase.h
1099         * src/plugins/pgpcore/plugin.c
1100         * src/plugins/pgpcore/prefs_gpg.c
1101         * src/plugins/pgpcore/prefs_gpg.h
1102         * src/plugins/pgpcore/sgpgme.c
1103         * src/plugins/pgpcore/sgpgme.h
1104                 Allow to create a PGP private key via the GUI
1105
1106 2006-08-14 [wwp]        2.4.0cvs49
1107
1108         * src/addressbook_foldersel.c
1109                 fix strict ISO C90 compliance.
1110
1111 2006-08-14 [paul]       2.4.0cvs48
1112
1113         * src/gtk/prefswindow.c
1114                 re-set scrolled window on opening
1115                 Patch by Ticho
1116
1117 2006-08-14 [paul]
1118
1119         2.5.0-rc1 released
1120
1121 2006-08-14 [paul]       2.4.0cvs47
1122
1123         * src/prefs_display_header.c
1124                 re-enable user-defined Displayed Headers
1125
1126 2006-08-14 [paul]       2.4.0cvs46
1127
1128         * src/prefs_account.c
1129                 use GTK_STOCK_EDIT
1130
1131 2006-08-13 [colin]      2.4.0cvs45
1132
1133         * src/common/utils.c
1134                 Fix "a" in quote when the original message is empty,
1135                 by using \0 instead of 'a' to test writability of
1136                 temp files.
1137
1138 2006-08-13 [wwp]        2.4.0cvs44
1139
1140         * src/plugins/spamassassin/spamassassin.c
1141                 fix capitalization of "SpamAssassin" in some debug, log and
1142                 dialog messages.
1143
1144 2006-08-13 [paul]       2.4.0cvs43
1145
1146         * src/editldap.c
1147                 fix overlapping widgets
1148         * src/prefs_account.c
1149                 fix translation of protocol_names[]
1150                 fix label disappearing off the edge of the
1151                 visible area
1152
1153 2006-08-12 [paul]       2.4.0cvs42
1154
1155         * manual/plugins.xml
1156                 update IRC channel info before it gets forgotten
1157                 about
1158
1159 2006-08-11 [colin]      2.4.0cvs41
1160
1161         * src/compose.c
1162         * src/mainwindow.c
1163         * src/mainwindow.h
1164         * src/procmsg.c
1165         * src/procmsg.h
1166         * src/summaryview.c
1167         * src/toolbar.c
1168                 Grey out the Send button if
1169                 - Queue folders are empty, or
1170                 - We're sending already
1171
1172 2006-08-11 [wwp]        2.4.0cvs40
1173
1174         * src/main.c
1175                 fix a logic issue when quitting while a compose window is
1176                 still open, thanks to Colin.
1177
1178 2006-08-10 [colin]      2.4.0cvs39
1179
1180         * src/main.c
1181                 Fix default font size setting after wizard run
1182         * src/imap.c
1183         * src/etpan/imap-thread.c
1184         * src/etpan/imap-thread.h
1185                 Fix bug #999 (Timing out on TSL cert validation 
1186                 dialog makes ugly things happen). Also, STARTTLS
1187                 unconditionnaly if initial capabilities contain
1188                 LOGINDISABLED and STARTTLS.
1189
1190 2006-08-09 [colin]      2.4.0cvs38
1191
1192         * src/mainwindow.c
1193         * src/mainwindow.h
1194                 Fix Tools/Actions sensitivity when there are
1195                 no actions
1196
1197 2006-08-09 [colin]      2.4.0cvs37
1198
1199         * src/prefs_filtering.c
1200                 Warning fix, patch by Paul
1201         * src/messageview.c
1202         * src/prefs_actions.c
1203         * src/prefs_filtering_action.c
1204         * src/prefs_matcher.c
1205                 Uniformisation of "Info ..." to "Info..." (for
1206                 old gtk), patch by Fabien
1207         * src/plugins/clamav/clamav_plugin_gtk.c
1208                 Sensitivity fix by Fabien
1209
1210 2006-08-09 [colin]      2.4.0cvs36
1211
1212         * src/main.c
1213         * src/main.h
1214                 Add a function to know whether we're exiting
1215         * src/plugins/trayicon/trayicon.c
1216                 If exiting, don't do anything. Faster, and
1217                 avoids gtk_main_iteration reentracy causing
1218                 segfaults at exit
1219
1220 2006-08-09 [colin]      2.4.0cvs35
1221
1222         * src/messageview.c
1223         * src/mimeview.c
1224         * src/mimeview.h
1225                 Fix lack of part selection when automatically 
1226                 jumping to a specific part
1227         * src/msgcache.c
1228                 Little optimisation in cache reading
1229
1230 2006-08-09 [colin]      2.4.0cvs34
1231
1232         * src/compose.c
1233                 Fix crash setting the priority on reedit
1234                 (Accessing compose before creating it!)
1235
1236 2006-08-08 [colin]      2.4.0cvs33
1237
1238         * src/procmime.c
1239                 Fix bug #998 (last attachment is not accessible)
1240                 Bad RFC interpretation on multipart close-delimiters
1241         * src/mimeview.c
1242         * src/mimeview.h
1243         * src/gtk/gtkvscrollbutton.c
1244         * src/gtk/gtkvscrollbutton.h
1245                 Make attachments list wheel-scrollable
1246
1247 2006-08-07 [colin]      2.4.0cvs32
1248
1249         * src/gtk/gtkaspell.c
1250                 Fix bug #973 (Unicode punctation characters 
1251                 are not recognized as separators by the
1252                 spell checker); fix unsigned stuff
1253
1254 2006-08-07 [colin]      2.4.0cvs31
1255
1256         * src/compose.c
1257                 Fix bug #956 (DnD text with accents in compose 
1258                 text entry); fix gccc's signed/unsigned fuss
1259
1260 2006-08-06 [colin]      2.4.0cvs30
1261
1262         * src/main.c
1263                 Fix bug #979 (Plugin crashes when exiting 
1264                 sylpheed-claws) : handle exit request only 
1265                 once
1266
1267 2006-08-05 [colin]      2.4.0cvs29
1268
1269         * src/news.c
1270                 Just make sure we have a msgid.
1271
1272 2006-08-05 [colin]      2.4.0cvs28
1273
1274         * src/news.c
1275         * src/summaryview.c
1276                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1277                 by reimplementing it
1278         * src/textview.c
1279                 Fix bug when hiding quotes with level > 3 and quote
1280                 colors are recycled
1281
1282 2006-08-04 [colin]      2.4.0cvs27
1283
1284         * src/compose.c
1285         * src/undo.c
1286         * src/undo.h
1287                 Fix a bit replace-by-pasting undo
1288         * src/mainwindow.c
1289         * src/messageview.c
1290                 Fix Fold quotes menu synchro in
1291                 mainwindow when it changes in 
1292                 messageview
1293         * src/textview.c
1294                 Fix right-click on quotes blocks
1295         * src/common/utils.c
1296                 Verify that the file created by
1297                 my_tmpfile() is writable. Fixes
1298                 bug #988 (very specific filesystem
1299                 issue)
1300         * src/plugins/pgpcore/sgpgme.c
1301                 Fix file descriptor leak
1302         * src/plugins/spamassassin/spamassassin.c
1303                 Warn once if spamd isn't reachable
1304
1305 2006-08-04 [colin]      2.4.0cvs26
1306
1307         * src/toolbar.c
1308                 i18n context patch by Fabien
1309
1310 2006-08-03 [colin]      2.4.0cvs25
1311
1312         * src/mainwindow.c
1313         * src/messageview.c
1314                 Rename "Hide quotes" to "Fold quotes"
1315         * src/textview.c
1316                 Don't use hand cursor on quotes. "all 
1317                 the bonuses of the feature and none of 
1318                 unwelcome side-effects"
1319
1320 2006-08-03 [colin]      2.4.0cvs24
1321
1322         * AUTHORS
1323         * sylpheed-claws.desktop
1324         * src/gtk/authors.h
1325                 Bring the desktop file to XDG compliance
1326                 Patch by Charles A. Edwards
1327
1328 2006-08-03 [colin]      2.4.0cvs23
1329
1330         * src/textview.c
1331                 Fix links offset when they are preceded
1332                 by accentued chars (g_utf8_strlen!)
1333         * src/mainwindow.c
1334                 Fix wrong status when starting offline
1335
1336
1337 2006-08-03 [wwp]        2.4.0cvs22
1338
1339         * src/prefs_common.h
1340                 ask what to do w/ filtering rules that belong to an account when
1341                 applying filtering rules manually from the main window (skip,
1342                 apply regardless of the account, use current account). This dialog
1343                 can be skipped and the last reply used.
1344                 (forgot that file)
1345
1346 2006-08-03 [wwp]        2.4.0cvs21
1347
1348         * src/filtering.c
1349         * src/filtering.h
1350         * src/prefs_common.c
1351         * src/summaryview.c
1352         * src/alertpanel.c
1353         * src/alertpanel.h
1354         * src/messageview.c
1355                 ask what to do w/ filtering rules that belong to an account when
1356                 applying filtering rules manually from the main window (skip,
1357                 apply regardless of the account, use current account). This dialog
1358                 can be skipped and the last reply used.
1359
1360
1361 2006-08-03 [colin]      2.4.0cvs20
1362
1363         * src/textview.c
1364                 Optimize previous patch
1365
1366 2006-08-03 [cleroy]     2.4.0cvs19
1367
1368         * src/textview.c
1369                 Fix quotes getting toggled back when the
1370                 mail has an even number of text parts
1371
1372 2006-08-02 [colin]      2.4.0cvs18
1373
1374         * src/messageview.c
1375                 Add Hide quotes menu
1376
1377 2006-08-02 [colin]      2.4.0cvs17
1378
1379         * src/mainwindow.c
1380         * src/prefs_common.c
1381         * src/textview.c
1382         * src/textview.h
1383         * src/gtk/about.c
1384                 Allow per-level quote hiding,
1385                 Allow toggling quotes by double-clicking them
1386                 Rename RemoteURI to ClickableText to reflect
1387                 the fact it's used for a variety of things
1388
1389 2006-08-02 [wwp]        2.4.0cvs16
1390
1391         * src/mainwindow.c
1392                 fix "View/Hide quotes" menu item status initialization.
1393
1394 2006-08-02 [wwp]        2.4.0cvs15
1395
1396         * src/matcher_parser_parse.y
1397                 remove a debug trace.
1398
1399 2006-08-02 [paul]       2.4.0cvs14
1400
1401         * src/plugins/pgpcore/passphrase.c
1402                 don't set initial dialog size
1403                 make it resizable
1404
1405 2006-08-02 [paul]       2.4.0cvs13
1406
1407         * src/noticeview.c
1408                 remove the rogue '/' character
1409
1410 2006-08-02 [paul]       2.4.0cvs12
1411
1412         * src/noticeview.c
1413                 allow buttons to resize as necessary
1414
1415 2006-08-01 [wwp]        2.4.0cvs11
1416
1417         * src/mbox.c
1418                 fix strict ISO C90 compliance.
1419
1420 2006-08-01 [wwp]        2.4.0cvs10
1421
1422         * tools/update-po
1423                 updated update-po tool to work w/ context-dependent translations.
1424                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1425
1426 2006-08-01 [wwp]        2.4.0cvs9
1427
1428         * src/matcher.c
1429         * src/prefs_filtering.c
1430         * src/prefs_matcher.c
1431                 allow context-dependent translations for "All",
1432                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1433
1434 2006-07-31 [colin]      2.4.0cvs8
1435
1436         * AUTHORS
1437         * src/gtk/authors.h
1438                 Add Rafal to authors
1439
1440 2006-07-31 [colin]      2.4.0cvs7
1441
1442         * src/compose.c
1443         * src/mainwindow.c
1444         * src/messageview.h
1445         * src/prefs_common.c
1446         * src/prefs_common.h
1447         * src/textview.c
1448                 Add 'View/Hide quotes'. Patch based on a patch
1449                 by Rafal Weglarz
1450
1451 2006-07-31 [colin]      2.4.0cvs6
1452
1453         * src/action.c
1454                 Fix problem with "> stuff >" actions
1455
1456 2006-07-31 [paul]       2.4.0cvs5
1457
1458         * po/nb.po
1459                 updated by Geir Helland
1460
1461 2006-07-31 [wwp]        2.4.0cvs4
1462
1463         * src/mainwindow.c
1464         * src/summaryview.c
1465         * src/summaryview.h
1466                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1467                 thanks to Colin.
1468
1469 2006-07-31 [wwp]        2.4.0cvs3
1470
1471         * src/Makefile.am
1472         * src/addr_compl.c
1473         * src/addr_compl.h
1474         * src/addressbook.c
1475         * src/addressbook.h
1476         * src/addressbook_foldersel.c
1477         * src/addressbook_foldersel.h
1478         * src/addrindex.c
1479         * src/addrindex.h
1480         * src/matcher.c
1481         * src/matcher.h
1482         * src/matcher_parser_lex.l
1483         * src/matcher_parser_parse.y
1484         * src/prefs_common.c
1485         * src/prefs_common.h
1486         * src/prefs_filtering.c
1487         * src/prefs_matcher.c
1488         * src/prefs_matcher.h
1489         * src/summaryview.c
1490                 introduce filtering against the address book. It's now possible to add
1491                 matched conditions to determine if any email address in a message matches
1492                 or doesn't match any or all books or folders in the address book.
1493
1494 2006-07-31 [wwp]        2.4.0cvs2
1495
1496         * src/account.c
1497         * src/filtering.c
1498         * src/filtering.h
1499         * src/folder.c
1500         * src/folderview.c
1501         * src/inc.c
1502         * src/mainwindow.c
1503         * src/matcher.c
1504         * src/matcher_parser_lex.l
1505         * src/matcher_parser_parse.y
1506         * src/mbox.c
1507         * src/prefs_filtering.c
1508         * src/prefs_filtering.h
1509         * src/procmsg.c
1510         * src/procmsg.h
1511         * src/summaryview.c
1512                 introduce per-account filtering rules. Each filtering rule can now be assigned
1513                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1514                 when applying filtering rules manually, as all rules will apply - even the ones
1515                 assigned to an account. This issue will be addressed soon.
1516  
1517
1518
1519 2006-07-31 [wwp]        2.4.0cvs1
1520
1521         * src/quote_fmt.c
1522                 make more strings translatable.
1523
1524 2006-07-31 [paul]       2.4.0
1525
1526         2.4.0 released
1527
1528 2006-07-31 [paul]       2.3.1cvs91
1529
1530         * po/ca.po
1531                 updated by Miquel Oliete
1532
1533 2006-07-31 [paul]       2.3.1cvs90
1534
1535         * po/de.po
1536         * po/el.po
1537         * po/fr.po
1538         * po/it.po
1539         * po/pl.po
1540         * po/pt_BR.po
1541         * po/sr.po
1542         * po/zh_CN.po
1543                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1544                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1545                 Aleksandar Urosevic, and Ralgh Young
1546
1547 2006-07-31 [paul]       2.3.1cvs89
1548
1549         * src/account.c
1550         * src/main.c
1551         * src/mainwindow.c
1552         * src/mainwindow.h
1553                 Fix a race condition when, after an SC crash, rescanning
1554                 folders took more than 0.5 seconds
1555                 Thanks to Colin
1556
1557 2006-07-31 [paul]       2.3.1cvs88
1558
1559         * src/folderview.c
1560                 don't translate separator strings
1561
1562 2006-07-30 [mones]      2.3.1cvs87
1563
1564         * doc/man/sylpheed-claws.1
1565                 Fixed non-ASCII chars in Hoa's name
1566         * po/es.po
1567                 Updated for release
1568
1569 2006-07-27 [colin]      2.3.1cvs86
1570
1571         * src/textview.c
1572                 Don't include the leading \n in links
1573                 Patch by Fabien
1574
1575 2006-07-25 [colin]      2.3.1cvs85
1576
1577         * src/mainwindow.c
1578         * src/common/socket.h
1579         * src/etpan/imap-thread.c
1580                 Refresh resolvers before connecting
1581                 to IMAP servers, and after switching
1582                 to online. Thanks to Paul.
1583
1584 2006-07-18 [colin]
1585
1586         * 2.4.0-rc4 released
1587
1588 2006-07-17 [colin]      2.3.1cvs84
1589
1590         * src/inc.c
1591                 Show connection attempt in statusbar before
1592                 connecting (previously first message was
1593                 "Retrieving messages from ..." after the
1594                 connection succeeded.
1595
1596 2006-07-16 [wwp]        2.3.1cvs83
1597
1598         * sylpheed-claws.ico
1599                 Added .ico file (windows multi-size icon file, generated).
1600
1601 2006-07-12 [wwp]        2.3.1cvs82
1602
1603         * src/messageview.c
1604                 remove Message/Re-edit menu entry from messageview window,
1605                 as sent/draft/queued messages are opened in compose window when
1606                 re-edited and it's not possible to re-edit other msgs.
1607
1608 2006-07-12 [paul]       2.3.1cvs81
1609
1610         * AUTHORS
1611         * src/mainwindow.c
1612         * src/gtk/authors.h
1613                 check online state before resetting
1614                 mailcheck timer. Useful if some program
1615                 verifies connection state and updates
1616                 Claws.
1617                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1618
1619 2006-07-12 [paul]       2.3.1cvs80
1620
1621         * sylpheed-claws-128x128.png
1622         * sylpheed-claws-64x64.png
1623         * sylpheed-claws.png
1624         * src/Makefile.am
1625         * src/main.c
1626         * src/prefs_toolbar.c
1627         * src/stock_pixmap.c
1628         * src/stock_pixmap.h
1629         * src/wizard.c
1630         * src/gtk/about.c
1631         * src/gtk/gtkutils.c
1632         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1633         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1634         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1635         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1636         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1637         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1638                 updated and renamed logo/icon files and related
1639                 logo by Jesper Schultz
1640
1641 2006-07-11 [paul]       2.3.1cvs79
1642
1643         * src/main.c
1644                 fix the labels a smidgin
1645
1646 2006-07-09 [colin]      2.3.1cvs78
1647
1648         * src/textview.c
1649                 Show errors in textviewer's command
1650                 Patch by H. Merijn Brand
1651
1652 2006-07-09 [colin]      2.3.1cvs77
1653
1654         * src/compose.c
1655                 Save FMID in drafts too
1656
1657 2006-07-08 [colin]      2.3.1cvs76
1658
1659         * src/compose.c
1660                 Svae RMID in drafted mails too
1661                 Save quote_fmt vars for whole mails,
1662                 don't reset at each quote_fmt_init:
1663                 allows to use the same |i{var} in
1664                 various template fields
1665         * src/prefs_template.c
1666         * src/quote_fmt.h
1667         * src/quote_fmt_parse.y
1668                 Same
1669
1670 2006-07-08 [colin]      2.3.1cvs75
1671
1672         * src/textview.c
1673                 Fix highlighting of attached parts URIs
1674
1675 2006-07-08 [colin]      2.3.1cvs74
1676
1677         * src/main.c
1678                 Prevent bug #981 (sc 2.3.1 segfaults with 
1679                 gtk+ 2.10) from being reported again:
1680                 if Sylpheed-Claws has been compiled against
1681                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1682                 of if Sylpheed-Claws has been compiled against
1683                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1684                 error out.
1685
1686 2006-07-07 [colin]      2.3.1cvs73
1687
1688         * src/prefs_actions.c
1689                 Fix label
1690
1691 2006-07-07 [colin]      2.3.1cvs72
1692
1693         * src/prefs_actions.c
1694                 Fix compile on gtk < 2.8. argh :)
1695
1696 2006-07-07 [paul]       2.3.1cvs71
1697
1698         * src/common/defs.h
1699                 update DONATE_URI
1700
1701 2006-07-07 [colin]      2.3.1cvs70
1702
1703         * po/POTFILES.in
1704         * src/quote_fmt.c
1705         * src/quote_fmt_lex.l
1706         * src/quote_fmt_parse.y
1707                 Add |i{var}, a way to insert user-entered
1708                 text in a template
1709
1710 2006-07-07 [colin]
1711
1712         * 2.4.0-rc3 released
1713
1714 2006-07-07 [colin]      2.3.1cvs69
1715
1716         * src/folder.c
1717                 Don't consider inboxes of UNKNOWN folder 
1718                 classes to be useable as default inboxes
1719
1720 2006-07-07 [paul]       2.3.1cvs68
1721
1722         * src/textview.c
1723                 add missing #include <errno.h>
1724                 Thanks to René J. Blokland
1725
1726 2006-07-07 [paul]       2.3.1cvs67
1727
1728         * src/action.c
1729                 Return now Closes dialog
1730         * src/mimeview.c
1731         * src/mimeview.h
1732         * src/textview.c
1733                 add contextual menu to mime parts listed
1734                 in the textview
1735                 Thanks to Colin
1736         * src/common/utils.c
1737                 reversal: ' is a valid character in URLs
1738
1739 2006-07-06 [colin]      2.3.1cvs66
1740
1741         * src/remotefolder.h
1742                 Forgotten in previous commit
1743
1744 2006-07-06 [colin]      2.3.1cvs65
1745
1746         * src/folder.c
1747                 Set summary update flag whenever
1748                 totals changed
1749         * src/imap.c
1750         * src/prefs_account.c
1751         * src/common/utils.h
1752         * src/etpan/imap-thread.c
1753                 Fix warnings, thanks to Fabien and
1754                 Ricardo
1755
1756 2006-07-06 [wwp]        2.3.1cvs64
1757
1758         * src/gtk/gtkutils.c
1759                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1760
1761 2006-07-06 [wwp]        2.3.1cvs63
1762
1763         * src/account.c
1764         * src/addressbook.c
1765         * src/addressitem.h
1766         * src/folderview.c
1767         * src/mainwindow.c
1768         * src/manual.c
1769         * src/manual.h
1770         * src/message_search.c
1771         * src/prefs_actions.c
1772         * src/prefs_filtering.c
1773         * src/prefs_filtering.h
1774         * src/prefs_template.c
1775         * src/summary_search.c
1776         * src/summaryview.c
1777         * src/gtk/gtkutils.c
1778         * src/gtk/gtkutils.h
1779         * src/gtk/pluginwindow.c
1780                 add help buttons to some dialogs. Clicking such buttons opens a
1781                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1782
1783 2006-07-06 [paul]       2.3.1cvs62
1784
1785         * src/textview.c
1786                 fix attachments contextual menu
1787                 Thanks to Colin
1788
1789 2006-07-05 [colin]      2.3.1cvs61
1790
1791         * src/textview.c
1792         * src/compose.c
1793                 Handle sftp:// links
1794
1795 2006-07-05 [paul]       2.3.1cvs60
1796
1797         * src/gtk/filesel.c
1798                 grab save button by default
1799                 Thanks to Colin
1800
1801 2006-07-05 [wwp]        2.3.1cvs59
1802
1803         * manual/xml2pdf
1804                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1805
1806 2006-07-04 [colin]      2.3.1cvs58
1807
1808         * src/mimeview.c
1809         * src/textview.c
1810                 Use left click to select, middle click to open
1811                 on mimeparts links
1812         * src/common/utils.c
1813                 Fix segfault
1814
1815 2006-07-04 [colin]      2.3.1cvs57
1816
1817         * src/mainwindow.c
1818         * src/news.c
1819                 Warning fixes, thanks to Fabien
1820
1821 2006-07-04 [colin]      2.3.1cvs56
1822
1823         * src/mimeview.c
1824         * src/mimeview.h
1825         * src/textview.c
1826                 Allow parts to be selected via their text label
1827                 in textview
1828
1829 2006-07-04 [colin]      2.3.1cvs55
1830
1831         * src/folderview.c
1832                 Feedback when closing (for big folders)
1833         * src/prefs_actions.c
1834         * src/prefs_filtering.c
1835         * src/prefs_matcher.c
1836         * src/prefs_template.c
1837                 Fix default button when closing without
1838                 having saved
1839
1840 2006-07-04 [colin]      2.3.1cvs54
1841
1842         * src/news.c
1843                 Delete local file on deletion
1844
1845 2006-07-03 [colin]      2.3.1cvs53
1846
1847         * src/folderview.c
1848         * src/main.c
1849                 Don't freeze when rescanning after crash
1850
1851 2006-07-03 [wwp]        2.3.1cvs52
1852
1853         * src/compose.c
1854         * src/privacy.c
1855         * src/privacy.h
1856         * src/plugins/pgpinline/pgpinline.c
1857         * src/plugins/pgpmime/pgpmime.c
1858                 don't report an error when the user cancels the passphrase dialog.
1859
1860 2006-07-02 [colin]      2.3.1cvs51
1861
1862         * src/folderview.c
1863                 Open message when crossing folders with Space,
1864                 goto next unread and friends
1865
1866 2006-07-01 [colin]      2.3.1cvs50
1867
1868         * src/prefs_account.c
1869                 Typographic rules varying from language
1870                 to language (in french "Protocole :"),
1871                 we have to do that :)
1872
1873 2006-07-01 [ticho]      2.3.1cvs49
1874
1875         * src/prefs_account.c
1876                 Only use one temporary gchar* variable in
1877                 prefs_account_protocol_set_optmenu().
1878
1879 2006-07-01 [ticho]      2.3.1cvs48
1880
1881         * src/prefs_account.c
1882         * src/prefs_account.h
1883                 Use GtkLabel for existing account protocol name.
1884                 Created an array for protocol names and populate the
1885                 combobox from it in a for() cycle.
1886
1887 2006-06-30 [colin]      2.3.1cvs47
1888
1889         * src/compose.c
1890                 Block undo when changing signature (by changing
1891                 account)
1892
1893 2006-06-30 [paul]       2.3.1cvs46
1894
1895         * src/send_message.c
1896                 when editing From in the Compose window, use that address
1897                 in the Return-Path: header
1898                 Thanks to Colin
1899
1900 2006-06-30 [colin]      2.3.1cvs45
1901
1902         * src/compose.c
1903                 Fix signature replacement:
1904                 - when no newline before separator
1905                 - when reediting
1906
1907 2006-06-29 [colin]      2.3.1cvs44
1908
1909         * src/folderview.c
1910         * src/folderview.h
1911         * src/mainwindow.c
1912         * src/summaryview.c
1913                 Let 'View/Go to/Next marked' work like
1914                 Next new & Next unread: across folders
1915                 Change the select_on_entry pref to do
1916                 what we want when changing folder
1917         * src/common/utils.c
1918                 Fix single-quoted links 
1919
1920 2006-06-29 [colin]      2.3.1cvs43
1921
1922         * src/gtk/gtkaspell.c
1923                 "Sylpheed" and "Sylpheed-Claws" do exist !
1924
1925 2006-06-29 [colin]      2.3.1cvs42
1926
1927         * src/imap.c
1928                 Forgot to remove debug
1929
1930 2006-06-29 [colin]      2.3.1cvs41
1931
1932         * src/imap.c
1933         * src/imap.h
1934         * src/mainwindow.c
1935                 Disconnect from IMAP servers when going
1936                 offline. Fixes bug #978 (going to offline-mode 
1937                 won't close connections)
1938
1939 2006-06-29 [colin]      2.3.1cvs40
1940
1941         * src/main.c
1942                 Fix transient setting on failing plugins
1943                 Patch by Fabien
1944         * src/plugins/pgpcore/sgpgme.c
1945                 Only warn for OpenPGP. Most people don't
1946                 have CMS available.
1947
1948 2006-06-29 [colin]      2.3.1cvs39
1949
1950         * src/compose.c
1951                 Fix Spelling menu (discrepancy between context menu
1952                 and top menu when folder's dictionary isn't the 
1953                 default one)
1954         * src/plugins/pgpcore/sgpgme.c
1955                 More error reporting about why gpgme can fail
1956
1957 2006-06-29 [wwp]        2.3.1cvs38
1958
1959         * src/mainwindow.c
1960                 honor the display-header-pane setting even when the message view
1961                 is a separate window.
1962
1963 2006-06-29 [wwp]        2.3.1cvs37
1964
1965         * src/prefs_actions.c
1966                 forgot to commit that one (use of GTK_STOCK_INFO).
1967
1968 2006-06-29 [colin]      2.3.1cvs36
1969
1970         * src/imap.c
1971                 Better handling of login errors (ask the password
1972                 again once), alert in case of error. Fix three
1973                 signedness warnings.
1974
1975 2006-06-28 [wwp]        2.3.1cvs35
1976
1977         * src/prefs_template.c
1978         * src/prefs_matcher.c
1979         * src/prefs_filtering_action.c
1980         * src/prefs_quote.c
1981                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1982                 patch by Fabien Vantard, slightly modified.
1983
1984 2006-06-28 [paul]
1985
1986         2.4.0-rc2 released
1987
1988 2006-06-28 [colin]      2.3.1cvs34
1989
1990         * src/prefs_account.c
1991                 Fix bug #977 (Can't add or edit imap accounts)
1992
1993 2006-06-28 [colin]      2.3.1cvs33
1994
1995         * src/mimeview.c
1996                 Fix previous
1997
1998 2006-06-28 [colin]      2.3.1cvs32
1999
2000         * src/mimeview.c
2001                 Save named inlined attachments with "Save all"
2002         * src/main.c
2003         * src/mbox.c
2004         * src/common/plugin.c
2005         * src/common/plugin.h
2006         * src/common/sylpheed.c
2007         * src/common/utils.c
2008         * src/plugins/pgpcore/sylpheed.def
2009         * src/plugins/pgpinline/sylpheed.def
2010         * src/plugins/pgpmime/sylpheed.def
2011                 Win32 compatibility patch, by
2012                 Werner Koch
2013
2014 2006-06-28 [wwp]        2.3.1cvs31
2015
2016         * src/imap.c
2017         * src/prefs_folder_item.c
2018                 less compilation warnings (thanks to Fabien Vantard), less typos.
2019
2020 2006-06-28 [paul]       2.3.1cvs30
2021
2022         * src/gtk/gtkutils.c
2023                 gtk_combo_box_set_focus_on_click() is only
2024                 available since gtk 2.6.0
2025
2026 2006-06-28 [paul]       2.3.1cvs29
2027
2028         * src/prefs_ext_prog.c
2029                 fix engrish and add a tooltip for the
2030                 'command for 'Display as text' option
2031
2032 2006-06-28 [paul]
2033
2034         2.4.0-rc1 released
2035
2036 2006-06-28 [paul]       2.3.1cvs28
2037
2038         * ChangeLog
2039         * tools/Makefile.am
2040                 include textviewer.pl in releases
2041
2042 2006-06-28 [paul]       2.3.1cvs27
2043
2044         * src/prefs_ext_prog.c
2045                 hide Print command option if libgnomeprint
2046                 support is present
2047
2048 2006-06-27 [colin]      2.3.1cvs26
2049
2050         * src/compose.c
2051                 Fix Esc handling in insert/attach dialog
2052                 Don't show this dialog if dragging something
2053                 else than text/uri-list
2054                 Thanks to Fabien Vantard
2055         * tools/textviewer.pl
2056                 Filter script to display stuff as text
2057                 by H. Merijn Brand
2058
2059 2006-06-27 [wwp]        2.3.1cvs25
2060
2061         * src/messageview.c
2062                 use the exact product name (message view title), patch
2063                 by Fabien Vantard.
2064
2065 2006-06-27 [ticho]      2.3.1cvs24
2066
2067         * src/prefs_account.c
2068         * src/prefs_common.c
2069         * src/prefs_common.h
2070         * src/prefs_ext_prog.c
2071         * src/textview.c
2072                 Add a preference (Preferences/External programs)
2073                 to allow "Display as text" to be done via a script
2074                 (patch by H.Merijn Brand).
2075                 Use GtkComboBox for protocol selection in account
2076                 preferences.
2077                 Only include current choice for existing accounts, and
2078                 insensitivize the combobox.
2079
2080 2006-06-27 [paul]       2.3.1cvs23
2081
2082         * src/mbox.c
2083                 fix crasher introduced in cvs21.
2084                 Thanks to Colin
2085
2086 2006-06-26 [colin]      2.3.1cvs22
2087
2088         * src/mbox.c
2089                 Fix double-frees when leaving folders
2090                 after exporting to mbox
2091
2092 2006-06-26 [colin]      2.3.1cvs21
2093
2094         * src/mbox.c
2095                 More feedback (and optimisation)
2096                 on import/export
2097         * src/common/utils.c
2098                 Fix case when looking for mail addresses
2099         * src/gtk/gtkutils.c
2100                 Extra check for (X-)Face
2101
2102 2006-06-25 [ticho]      2.3.1cvs20
2103
2104         * src/compose.c
2105         * src/exphtmldlg.c
2106         * src/gtk/gtkutils.c
2107         * src/gtk/gtkutils.h
2108                 Added second argument to gtkut_sc_combobox_create() to
2109                 control focus-on-click for the widget.
2110                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2111
2112 2006-06-25 [ticho]      2.3.1cvs19
2113
2114         * src/compose.c
2115         * src/gtk/Makefile.am
2116         * src/gtk/combobox.c
2117         * src/gtk/combobox.h
2118         * src/gtk/gtkutils.c
2119         * src/gtk/gtkutils.h
2120                 Use GtkComboBox instead of deprecated GtkOptionMenu
2121                 for account selector in compose window and for encoding
2122                 selector in attachment properties.
2123                 Also factorise working with the new GtkComboBox somewhat.
2124
2125 2006-06-24 [paul]       2.3.1cvs18
2126
2127         * src/prefs_common.c
2128                 use the correct default value
2129
2130 2006-06-24 [paul]       2.3.1cvs17
2131
2132         * src/compose.c
2133         * src/prefs_common.c
2134         * src/prefs_common.h
2135         * src/prefs_compose_writing.c
2136                 enable setting of default action when
2137                 dnd'ing files in the compose window.
2138                 (Collaborative effort with wwp)
2139
2140 2006-06-23 [wwp]        2.3.1cvs16
2141
2142         * src/compose.c
2143                 i18n fix (thanks to Fabien Vantard)
2144
2145 2006-06-22 [colin]      2.3.1cvs15
2146
2147         * src/prefs_customheader.c
2148                 Don't use filters in custom headers' file 
2149                 selector. Remember, extensions mean nothing :)
2150
2151 2006-06-22 [paul]       2.3.1cvs14
2152
2153         * configure.ac
2154                 allow setting of man directory location
2155
2156 2006-06-22 [colin]      2.3.1cvs13
2157
2158         * src/mainwindow.c
2159                 Add 'View/Go to/Next unread folder'.
2160                 I missed that :)
2161
2162 2006-06-22 [colin]      2.3.1cvs12
2163
2164         * src/common/utils.c
2165                 Add some subject prefixes
2166                 Patch by Bjorn T Johansen <btj@havleik.no>
2167
2168 2006-06-22 [colin]      2.3.1cvs11
2169
2170         * manual/advanced.xml
2171                 Forgotten hidden pref
2172
2173 2006-06-21 [paul]       2.3.1cvs10
2174
2175         * src/prefs_account.c
2176                 complete the removal of 'Add date header' option
2177
2178 2006-06-21 [paul]       2.3.1cvs9
2179
2180         * src/account.c
2181         * src/compose.c
2182         * src/prefs_account.c
2183         * src/prefs_account.h
2184                 remove option to add date header - always
2185                 add date header
2186         * src/etpan/imap-thread.c
2187                 fix warnings (Thanks to Colin)
2188
2189 2006-06-21 [wwp]        2.3.1cvs8
2190
2191         * src/folder.c
2192                 set the attachment flag when inline text part are (file)named. This is more convenient
2193                 when receiving (for instance) inline source files or patches sent using thunderbird.
2194
2195 2006-06-21 [paul]       2.3.1cvs7
2196
2197         * src/inc.c
2198                 fix off-by-one count of current msg in
2199                 statusbar filtering progressbar
2200
2201 2006-06-21 [paul]       2.3.1cvs6
2202
2203         * src/folder.c
2204                 Show attachment icon even if the part is 'inline'
2205                 if the following conditions are met:
2206                 - content-type != 'text/plain'
2207                 - content-type != '*/pgp-signature'
2208                 - either 'name' or 'filename' parameter is not NULL
2209                 
2210                 Thanks to Colin
2211
2212 2006-06-21 [paul]       2.3.1cvs5
2213
2214         * src/messageview.c
2215         * src/prefs_common.c
2216         * src/prefs_common.h
2217         * src/prefs_other.c
2218                 add an option to 'Never send Return
2219                 Receipts'
2220                 Thanks to Colin
2221
2222 2006-06-20 [mones]      2.3.1cvs4
2223
2224         * po/es.po
2225                 updated
2226         * src/compose.c
2227                 typo fixed (space after comma)
2228         * tools/make.themes.project
2229                 remove exec mode from tarball files
2230
2231 2006-06-20 [colin]      2.3.1cvs3
2232
2233         * src/news.c
2234         * src/procheader.c
2235         * src/unmime.c
2236                 Better fix for \n's in headers (don't 
2237                 break Received: and others)
2238
2239 2006-06-20 [paul]       2.3.1cvs2
2240
2241         * src/alertpanel.c
2242         * src/textview.c
2243                 improve legibility of phishing attempt
2244                 dialog
2245
2246 2006-06-20 [paul]       2.3.1cvs1
2247
2248         * NEWS
2249         * README
2250         * configure.ac
2251                 Update version number following
2252                 stable release
2253
2254 2006-06-20 [colin]      2.3.0cvs26
2255
2256         * src/compose.c
2257                 When dragging a file to the text of the compose
2258                 window, ask whether we want to insert or attach
2259                 (I know lots of people who do that to attach)
2260
2261 2006-06-20 [colin]      2.3.0cvs25
2262
2263         * src/etpan/imap-thread.c
2264                 Fix threshold (the append command is often > 32 bytes)
2265
2266 2006-06-19 [colin]      2.3.0cvs24
2267
2268         * src/imap.c
2269         * src/etpan/imap-thread.c
2270                 Workaround Rockliffe IMAP server bug: replace
2271                 "x UID SEARCH (ANSWERED UID 1:*)" with
2272                 "x UID SEARCH ANSWERED"
2273                 (Rockliffe doesn't handle the parenthesis)
2274
2275 2006-06-19 [colin]      2.3.0cvs23
2276
2277         * src/compose.c
2278         * src/imap.c
2279         * src/etpan/imap-thread.c
2280                 Probably fix bug #972 (Freezes when adding 
2281                 an attachment to the message)
2282         * src/common/defs.h
2283                 Modernize Firefox cmd
2284
2285
2286 2006-06-18 [colin]      2.3.0cvs22
2287
2288         * src/prefs_customheader.c
2289                 Only allow correct filenames for various
2290                 custom headers
2291
2292 2006-06-18 [colin]      2.3.0cvs21
2293
2294         * src/prefs_customheader.c
2295                 Add a 'From File...' button in custom headers prefs, which
2296                 try to do the right thing: 
2297                 for normal headers, use file as plaintext,
2298                 for X-Face, calls compface,
2299                 for Face, encode to b64.
2300
2301 2006-06-17 [colin]      2.3.0cvs20
2302
2303         * src/mh.c
2304                 Warning fix
2305
2306 2006-06-16 [colin]      2.3.0cvs19
2307
2308         * src/summaryview.c
2309                 Recursive quicksearch: show message list
2310                 in current folder, *then* search children
2311                 in the background.
2312
2313 2006-06-16 [colin]      2.3.0cvs18
2314
2315         * src/main.c
2316                 Instead of ignoring SIGPIPE, save caches
2317                 when getting one. Will fix the fact that
2318                 hot caches are out-of-date when logging 
2319                 out of Xorg.
2320         * src/compose.c
2321         * src/prefs_compose_writing.c
2322                 Only save text (not attachments) when 
2323                 auto-saving to drafts
2324         * src/unmime.c
2325                 Always replace \n, \r and \t with spaces
2326                 in headers
2327         * manual/dist/html/Makefile.am
2328         * manual/dist/pdf/Makefile.am
2329         * manual/dist/ps/Makefile.am
2330         * manual/dist/txt/Makefile.am
2331         * manual/fr/dist/html/Makefile.am
2332         * manual/fr/dist/pdf/Makefile.am
2333         * manual/fr/dist/ps/Makefile.am
2334         * manual/fr/dist/txt/Makefile.am
2335         * manual/pl/dist/html/Makefile.am
2336         * manual/pl/dist/pdf/Makefile.am
2337         * manual/pl/dist/ps/Makefile.am
2338         * manual/pl/dist/txt/Makefile.am
2339                 Fix make clean removing pregenerated manuals
2340
2341
2342 2006-06-16 [colin]      2.3.0cvs17
2343
2344         * src/plugins/pgpcore/sgpgme.c
2345         * src/plugins/pgpmime/pgpmime.c
2346         * src/plugins/pgpinline/pgpinline.c
2347                 Better error reporting in setup_signers.
2348                 Don't fallback to default key if specified
2349                 key isn't found.
2350                 Don't allow signing if more than one secret
2351                 key matches the one specified in prefs.
2352
2353 2006-06-15 [colin]      2.3.0cvs16
2354
2355         * src/folderview.c
2356                 Add "Send queue" in the folder's contextual
2357                 menu
2358         * src/compose.c
2359         * src/messageview.c
2360         * src/privacy.c
2361         * src/privacy.h
2362         * src/procmime.c
2363         * src/procmsg.c
2364         * src/plugins/pgpcore/passphrase.c
2365         * src/plugins/pgpcore/sgpgme.c
2366         * src/plugins/pgpinline/pgpinline.c
2367         * src/plugins/pgpmime/pgpmime.c
2368                 Better error reporting
2369         * src/mbox.c
2370                 Probably fix bug #971 (2.2.3 cannot read mail 
2371                 from local mbox)
2372
2373
2374 2006-06-15 [mones]      2.3.0cvs15
2375
2376         * tools/make.themes.project
2377                 creates the themes project from the web page
2378
2379 2006-06-15 [colin]      2.3.0cvs14
2380
2381         * src/folder.c
2382                 Better fix (avoid losing the folder if scan_tree 
2383                 fails)
2384
2385 2006-06-15 [cleroy]     2.3.0cvs13
2386
2387         * src/folder.c
2388                 Probably fix Bug #969 (crash on rebuilding 
2389                 imap folder)
2390
2391 2006-06-14 [colin]      2.3.0cvs12
2392
2393         * manual/dtd/manual.xsl
2394         * manual/sylpheed-claws-manual.xml
2395         * manual/fr/sylpheed-claws-manual.xml
2396         * manual/pl/sylpheed-claws-manual.xml
2397                 Insert pagebreaks between sections
2398
2399 2006-06-14 [paul]       2.3.0cvs11
2400
2401         * configure.ac
2402                 better fix than 2.3.0cvs10
2403
2404 2006-06-14 [paul]       2.3.0cvs10
2405
2406         * configure.ac
2407                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2408                 (backwards compatible)
2409
2410 2006-06-13 [colin]      2.3.0cvs9
2411
2412         * src/messageview.c
2413                 Fix sending of return receipt with the new queue folders
2414
2415 2006-06-13 [wwp]        2.3.0cvs8
2416
2417         * src/quote_fmt_lex.l
2418                 fix wrong tokens returned in quote_fmt lexer, query not().
2419
2420 2006-06-13 [wwp]        2.3.0cvs7
2421
2422         * src/folder.c
2423         * src/prefs_folder_item.c
2424                 allow changing folder type even when folder is not a top-level one,
2425                 thanks to Colin.
2426
2427 2006-06-12 [colin]      2.3.0cvs6
2428
2429         * src/folderview.c
2430                 Fix double-ask of "Do you want to mark all
2431                 as read"
2432
2433 2006-06-12 [colin]      2.3.0cvs5
2434
2435         * src/compose.c
2436         * src/compose.h
2437         * src/folder.c
2438         * src/folder.h
2439         * src/imap.c
2440         * src/inc.c
2441         * src/main.c
2442         * src/messageview.c
2443         * src/mh.c
2444         * src/prefs_folder_item.c
2445         * src/procheader.c
2446         * src/procmime.c
2447         * src/procmsg.c
2448         * src/procmsg.h
2449         * src/send_message.c
2450         * src/summaryview.c
2451         * src/toolbar.c
2452                 Apply bug #964's patch (Queue and drafts aren't normal)
2453                 The Drafts and Queue folder now contain RFC-822 files,
2454                 allowing to move and copy mails from and to these 
2455                 folders. Moving from Drafts to Queue will prepare the
2456                 mail for sending (PGP signature, encryption, etc).
2457                 This patch also rework sending errors handling to try
2458                 to be more helpful.
2459                 Also, allow redefining folder types via the GUI 
2460                 (Folder type in its Properties)
2461
2462 2006-06-12 [colin]      2.3.0cvs4
2463
2464         * src/summaryview.c
2465         * src/prefs_common.c
2466         * src/prefs_common.h
2467         * src/gedit-print.c
2468                 Allow to define a specific print font - patch
2469                 by Bernhard Walle <bernhard.walle@gmx.de>
2470         * src/prefs_fonts.c
2471         * manual/advanced.xml
2472         * manual/fr/advanced.xml
2473                 Add a hidden pref to allow deletion without
2474                 confirmation
2475
2476 2006-06-12 [wwp]        2.3.0cvs3
2477
2478         * .cvsignore
2479                 more files to ignore.
2480
2481 2006-06-12 [wwp]        2.3.0cvs2
2482
2483         * src/quote_fmt.c
2484         * src/quote_fmt_lex.l
2485         * src/quote_fmt_parse.y
2486                 extend the quote_fmt parser (templates and quotes):
2487                 - allow limited sub-expressions in |p{} and |f{} expressions,
2488                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2489                 - implemented/fixed missing implementation of query_references and show_references,
2490                 - completed, fixed contents and format of the symbols help dialog,
2491                 - fix some compilation warnings.
2492
2493 2006-06-12 [wwp]        2.3.0cvs1
2494
2495         * manual/advanced.xml
2496         * manual/fr/advanced.xml
2497                 updates in the "templates" section of the manual (eng/fr):
2498                  - be more precise (both versions)
2499                  - completed to match the english reference (fr version)
2500                  - touchups (both versions)
2501
2502 2006-06-12 [paul]       2.3.0
2503
2504         2.3.0 released
2505
2506 2006-06-12 [paul]       2.2.3cvs14
2507
2508         * po/ca.po
2509         * po/cs.po
2510         * po/de.po
2511         * po/el.po
2512         * po/fr.po
2513         * po/it.po
2514         * po/pt_BR.po
2515         * po/sr.po
2516         * po/zh_CN.po
2517                 updated by Miquel Oliete, Tim, Stephan Sachse,
2518                 Stavros Giannouris, Fabien Vantard, Andrea
2519                 Spadaccini, Frederico Goncalves Guimaraes,
2520                 Aleksandar Urosevic, and Ralgh Young
2521
2522 2006-06-12 [colin]      2.2.3cvs13
2523
2524         * src/mbox.c
2525                 Add missing header
2526
2527 2006-06-11 [colin]      2.2.3cvs12
2528
2529         * src/msgcache.c
2530                 Verify that g_malloc() succeeded
2531
2532 2006-06-11 [colin]      2.2.3cvs11
2533
2534         * src/wizard.c
2535                 Add Face header to welcome mail
2536
2537 2006-06-10 [colin]      2.2.3cvs10
2538
2539         * src/textview.c
2540                 Revert previous (Forgot it changes the
2541                 margin on the whole mail)
2542
2543 2006-06-10 [colin]      2.2.3cvs9
2544
2545         * src/textview.c
2546                 Don't overlap long headers under (X-)Face
2547
2548 2006-06-10 [mones]      2.2.3cvs8
2549
2550         * manual/xml2pdf
2551                 allow generation of manual on systems lacking saxon binary
2552                 but with java and the saxon library installed
2553
2554         * po/es.po
2555                 updated for release
2556
2557 2006-06-09 [colin]      2.2.3cvs7
2558
2559         * src/summaryview.c
2560                 Fix leak when using Display Sender using Addressbook
2561
2562 2006-06-09 [colin]      2.2.3cvs6
2563
2564         * src/compose.c
2565         * src/folder.c
2566         * src/folderview.c
2567         * src/mimeview.c
2568         * src/summaryview.c
2569                 More leaks fixes
2570
2571 2006-06-09 [paul]       2.2.3cvs5
2572
2573         * AUTHORS
2574         * src/gtk/authors.h
2575         * tools/claws.i18n.status.pl
2576                 updated with new info
2577
2578 2006-06-09 [paul]       2.2.3cvs4
2579
2580         * README
2581                 updated
2582         * manual/ack.xml
2583                 add wwp to authors list
2584         * src/gtk/authors.h
2585                 update mine and Colin's addresses
2586
2587 2006-06-08 [colin]      2.2.3cvs3
2588
2589         * src/etpan/imap-thread.c
2590                 Fix leak on SSL cert check
2591
2592 2006-06-08 [colin]      2.2.3cvs2
2593
2594         * src/common/utils.c
2595                 Fix leak
2596
2597 2006-06-08 [paul]       2.2.3cvs1
2598
2599         * configure.ac
2600                 Update version number following
2601                 stable release
2602
2603 2006-06-07 [colin]      2.2.2cvs3
2604
2605         * src/msgcache.c
2606                 Fix catching cache read errors (guint instead of gint)
2607                 Prevent malloc'ing more than 8MB (means cache corruption)
2608
2609 2006-06-07 [paul]       2.2.2cvs2
2610
2611         * src/exporthtml.c
2612         * src/exportldif.c
2613         * src/mh.c
2614         * src/mutt.c
2615         * src/pine.c
2616         * src/common/utils.c
2617                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2618                 obey $HOME'
2619                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2620                 Thanks to Colin
2621
2622 2006-06-06 [paul]       2.2.2cvs1
2623
2624         * configure.ac
2625                 Update version number following
2626                 stable release
2627
2628 2006-06-06 [paul]       2.2.1cvs6
2629
2630         * src/matcher.c
2631                 fix  implicit declaration of
2632                 sylpheed_do_idle()
2633                 Patch by Fabien Vantard
2634
2635 2006-06-06 [paul]       2.2.1cvs5
2636
2637         * src/matcher.c
2638                 fix age_greater and age_lower so that they
2639                 mean what say and not '...or equal to'
2640                 Thanks to Colin
2641
2642 2006-06-06 [paul]       2.2.1cvs4
2643
2644         * src/textview.c
2645         * src/common/utils.c
2646                 fix URI check
2647                 Thanks to Colin
2648
2649 2006-06-05 [wwp]        2.2.1cvs3
2650
2651         * manual/fr/account.xml
2652                 minor language fixes (thanks to Fabien Vantard).
2653
2654 2006-06-05 [colin]      2.2.1cvs2
2655
2656         * src/prefs_folder_item.c
2657         * src/folderview.c
2658                 Allow recursive setting of properties 
2659                 for whole mailboxes
2660         * src/matcher.c
2661                 Don't freeze on 'test' filtering rule
2662
2663 2006-06-05 [colin]      2.2.1cvs1
2664
2665         * configure.ac
2666                 Update version number following
2667                 stable release
2668
2669 2006-06-04 [wwp]        2.2.0cvs82
2670
2671         * manual/glossary.xml
2672         * manual/account.xml
2673         * manual/fr/glossary.xml
2674         * manual/fr/account.xml
2675                 added glossary section and references/links related to the Face custom header.
2676
2677 2006-06-04 [colin]      2.2.0cvs81
2678
2679         * src/summaryview.c
2680                 Skip to next message on move with no
2681                 immediate execution
2682
2683 2006-06-04 [wwp]        2.2.0cvs80
2684
2685         * manual/xml2pdf
2686                 added sanity checks, exit when needed.
2687
2688 2006-06-03 [paul]       2.2.0cvs79
2689
2690         * src/prefs_receive.c
2691                 page name is now 'Receiving'
2692         * src/prefs_send.c
2693                 page name is now 'Sending'
2694
2695 2006-06-03 [colin]      2.2.0cvs78
2696
2697         * src/plugins/spamassassin/spamassassin_gtk.c
2698                 Autoswitch to Localhost if transport was previously
2699                 disabled. Else people had to check [] Enable, then
2700                 *reselect* transport.
2701
2702 2006-06-03 [colin]      2.2.0cvs77
2703
2704         * src/plugins/pgpinline/pgpinline.c
2705         * src/plugins/pgpmime/pgpmime.c
2706                 Check that gpg_data_release_and_get_mem 
2707                 didn't fail (now, why this happens...)
2708
2709 2006-06-03 [colin]      2.2.0cvs76
2710
2711         * src/mbox.c
2712                 Fix bug #962 (Manual and/or UI should 
2713                 warn about incompatible locking 
2714                 causing dataloss)
2715
2716 2006-06-02 [cleroy]     2.2.0cvs75
2717
2718         * src/filtering.c
2719         * src/folder.c
2720         * src/procmsg.c
2721         * src/summaryview.c
2722                 Fix a few leaks
2723
2724 2006-06-02 [colin]      2.2.0cvs74
2725
2726         * src/main.c
2727                 On exit, free caches after writing them
2728                 Shuts up some valgrind false positives
2729         * src/procmsg.c
2730         * src/send_message.c
2731                 Fix races when reusing existing SMTP connections
2732                 Fix inexistant session timeout
2733         * src/toolbar.c
2734                 Display alertpanel after all queues have
2735                 been processed, not after each
2736
2737 2006-06-02 [wwp]        2.2.0cvs73
2738
2739         * manual/fr/glossary.xml
2740         * manual/fr/ack.xml
2741         * manual/ack.xml
2742                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2743
2744 2006-06-02 [wwp]        2.2.0cvs72
2745
2746         * manual/xml2pdf
2747         * manual/dist/pdf/Makefile.am
2748         * manual/dtd/manual.xsl
2749         * manual/fr/dist/pdf/Makefile.am
2750         * manual/pl/dist/pdf/Makefile.am
2751                 we changed the procedure to generate the .pdf version of the manual.
2752                 The procedure is more modern and the .pdf we get now has a valid index.
2753                 Here are the new pre-requisites:
2754
2755                 - JRE 1.x (1.4 here): there must be one from your distro
2756                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2757                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2758                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2759
2760                 See my posts for further info about the installation of this toolchain:
2761
2762                 Date: Fri, 19 May 2006 19:40:06 +0200
2763                 From: wwp <subscript@free.fr>
2764                 To: sylpheed-claws-devel@lists.sourceforge.net
2765                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2766
2767                 and
2768
2769                 Date: Wed, 24 May 2006 12:58:49 +0200
2770                 From: wwp <subscript@free.fr>
2771                 To: sylpheed-claws-devel@lists.sourceforge.net
2772                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2773
2774 2006-06-01 [colin]      2.2.0cvs71
2775
2776         * src/compose.c
2777                 Better guards against IMAP races
2778         * src/main.c
2779         * src/prefs_common.c
2780         * src/prefs_common.h
2781         * src/common/ssl_certificate.c
2782         * src/etpan/imap-thread.c
2783         * src/etpan/imap-thread.h
2784         * src/gtk/sslcertwindow.c
2785                 New hidden option ssl_skip_cert_check to 
2786                 avoid dups of bug #959 (libetpan linked
2787                 against gnutls and gnutls buggy on 64bit)
2788                 Present expired warning only once per
2789                 session/server.
2790         * manual/advanced.xml
2791         * manual/fr/advanced.xml
2792                 Document new option
2793
2794 2006-06-01 [wwp]        2.2.0cvs70
2795
2796         * src/messageview.c
2797                 fix for bug #961 (return receipt dialog 
2798                 complains incorrectly about return-path 
2799                 email adress being different), thanks 
2800                 to Colin.
2801
2802 2006-05-31 [cleroy]     2.2.0cvs69
2803
2804         * src/common/ssl.c
2805                 Guard against NULLs, although this
2806                 should never be an issue
2807
2808 2006-05-31 [colin]      2.2.0cvs68
2809
2810         * src/filtering.c
2811                 Use g_slist_prepend
2812         * src/imap.c
2813                 Don't remove caches when destroying folder, it
2814                 could (should) be done at exit
2815         * src/inc.c
2816                 free processing cache after incorporation
2817         * src/etpan/imap-thread.c
2818                 Maybe fix bug #959 (Crash on moving to emails 
2819                 to a imap account per ssl with a expired 
2820                 certificate.)
2821
2822 2006-05-30 [colin]      2.2.0cvs67
2823
2824         * src/summaryview.c
2825                 Put back event flush when displaying message
2826                 It avoids reading a bunch of messages just
2827                 by hitting shift-n for too long ;)
2828
2829 2006-05-29 [colin]      2.2.0cvs66
2830
2831         * src/summaryview.c
2832                 Remove useless g_warnings
2833
2834 2006-05-29 [colin]      2.2.0cvs65
2835
2836         * src/imap.c
2837                 Fix g_slist_append()s for performance
2838
2839 2006-05-29 [colin]      2.2.0cvs64
2840
2841         * src/compose.c
2842         * src/common/utils.c
2843                 Fix extraneous tab at start of addresses
2844         * src/mainwindow.c
2845                 Fix warnings (thanks to Fabien)
2846                 Fix crash at exit when composing messages 
2847                 exist
2848         * src/pop.c
2849                 Fix progress bar when deleting expired mails
2850                 Thanks to Hiro
2851         * src/summaryview.c
2852         * src/gtk/gtksctree.c
2853                 Fix re-sorting slowness
2854
2855 2006-05-29 [paul]       2.2.0cvs63
2856
2857         * src/mh.c
2858                 fetch full message when moving mails
2859                 from another mailbox, (fixed data loss
2860                 when filtering from IMAP to MH, introduced
2861                 in 2.2.0cvs57).
2862                 Thanks to Colin
2863
2864 2006-05-29 [mones]      2.2.0cvs62
2865
2866         * src/gtk/gtksctree.c
2867                 Unselect faster (patch by Colin)        
2868
2869 2006-05-26 [colin]      2.2.0cvs61
2870
2871         * src/summaryview.c
2872                 Unplug MSGINFO_UPDATE callback on delete too.
2873
2874 2006-05-26 [colin]      2.2.0cvs60
2875
2876         * src/foldersel.c
2877                 Fix bold in folder selection window with glib2.10
2878                 thanks Hiro
2879
2880 2006-05-26 [colin]      2.2.0cvs59
2881
2882         * src/procheader.c
2883                 Convert date only if necessary (and don't
2884                 try to convert from utf8 to utf8, too)
2885         * src/summaryview.c
2886                 Only set column's text if the column's 
2887                 displayed
2888
2889 2006-05-26 [colin]      2.2.0cvs58
2890
2891         * src/summaryview.c
2892         * src/gtk/gtkutils.c
2893                 Fix useless warning
2894
2895 2006-05-26 [colin]      2.2.0cvs57
2896
2897         * src/mainwindow.c
2898                 Make summaryview selectable as long as 
2899                 no message has focus
2900         * src/mh.c
2901                 Faster deletion (by implementing mh_remove_msgs)
2902                 Faster copy (avoid using mh_fetch_msg just to get
2903                 the filename)
2904                 Faster move (using move_file instead of copy_file
2905                 if MSG_IS_MOVE)
2906                 No progressbar if total number of mails to cp/mv 
2907                 is less than 100
2908         * src/summaryview.c
2909                 Fix removal from subject_table when mail gets moved
2910                 Faster deletion (g_slist_prepend instead of append)
2911         * src/gtk/gtksctree.c
2912                 Remove useless code
2913
2914 2006-05-25 [colin]      2.2.0cvs56
2915
2916         * src/common/ssl_certificate.c
2917                 Fix leak in expired cert check
2918
2919 2006-05-25 [colin]      2.2.0cvs55
2920
2921         * src/mh.c
2922                 Disable flags syncing on .mh_sequences - it
2923                 is buggy and marks mails read under unknown
2924                 conditions.
2925
2926 2006-05-25 [paul]
2927
2928         * 2.3.0-rc4 released
2929
2930 2006-05-24 [colin]      2.2.0cvs54
2931
2932         attention cvs users: if you manage to crash
2933         Sylpheed-Claws while moving, copying or deleting
2934         mails, we *are* interested in stack traces and
2935         valgrind logs. It looks stable, but one never
2936         knows...
2937
2938         * src/folder.c
2939                 Add progressbar for cache updates
2940         * src/folderutils.c
2941                 Optimize Mark all read in the current
2942                 folder
2943         * src/mh.c
2944                 Add progressbar for copy/move
2945         * src/procmsg.c
2946                 Optimize O(n^2) in copy/move
2947         * src/summaryview.c
2948         * src/gtk/gtksctree.c
2949                 Optimize O(n^2) algos
2950         * src/common/timing.h
2951                 Display ms instead of us
2952
2953 2006-05-24 [wwp]        2.2.0cvs53
2954
2955         * manual/fr/advanced.xml
2956                 updates to the French manual.
2957
2958 2006-05-24 [wwp]        2.2.0cvs52
2959
2960         * src/common/utils.c
2961                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2962
2963 2006-05-24 [wwp]        2.2.0cvs51
2964
2965         * src/folderutils.c
2966                 fixed "mark all read" in MH folders (thanks to Colin).
2967
2968 2006-05-24 [paul]       2.2.0cvs50
2969
2970         * doc/man/sylpheed-claws.1
2971                 updated the man page
2972
2973 2006-05-23 [colin]      2.2.0cvs49
2974
2975         * src/folderview.c
2976         * src/imap.c
2977         * src/inc.c
2978         * src/mbox.c
2979         * src/messageview.c
2980         * src/news.c
2981         * src/send_message.c
2982         * src/summaryview.c
2983         * src/gtk/sslcertwindow.c
2984                 alertpanel fixes, by Fabien
2985
2986 2006-05-23 [colin]      2.2.0cvs48
2987
2988         * src/folder.c
2989         * src/folderview.c
2990         * src/msgcache.c
2991         * src/summaryview.c
2992         * src/gtk/gtksctree.c
2993         * src/gtk/gtksctree.h
2994                 More timings
2995                 Fix slow loading problem, which was caused by the
2996                 use of some gtk_ctree funcs and their use of
2997                 g_list_position while gtk_ctree_(un)link'ing.
2998                 Reap more functions from gtkctree.c to be sure we
2999                 use our (fast) version instead of theirs.
3000         * src/mh.c
3001                 Fix copy of unread mails
3002
3003
3004 2006-05-22 [wwp]        2.2.0cvs47
3005
3006         * manual/fr/advanced.xml
3007                 updated.
3008
3009 2006-05-22 [colin]      2.2.0cvs46
3010
3011         * src/filtering.c
3012                 Fix possible infinite loop. 'copy' is not a 
3013                 final action, so when encountering a 'copy',
3014                 we have to check if a previous one was set
3015                 and do it. In the same way, if we encounter
3016                 a 'move' we have to perform a possibly 
3017                 pending 'copy'. This will slow down filtering
3018                 on IMAP if move+copy or multiple copy actions
3019                 are to be done, but handling it via the batch
3020                 would be really too convoluted.
3021
3022 2006-05-22 [wwp]        2.2.0cvs45
3023
3024         * manual/fr/advanced.xml
3025         * manual/fr/faq.xml
3026         * manual/fr/glossary.xml
3027         * manual/fr/handling.xml
3028         * manual/fr/intro.xml
3029         * manual/fr/plugins.xml
3030         * manual/fr/sylpheed-claws-manual.xml
3031                 sync w/ the english manual: updates URIs, documented mailing-list
3032                 support, better explanation about the enabled/disabled feature
3033                 in filtering/processing rules by Paul.
3034
3035 2006-05-21 [colin]      2.2.0cvs44
3036
3037         * src/summaryview.c
3038                 Don't expand after building threads, but during
3039
3040 2006-05-21 [colin]      2.2.0cvs43
3041
3042         * src/procmsg.c
3043         * src/summaryview.c
3044                 More timing possibilities... For next time I have 
3045                 to find out how the hell some 3GHz computer takes
3046                 one minute to open a 30k folder...
3047
3048 2006-05-21 [colin]      2.2.0cvs42
3049
3050         * manual/pl/advanced.xml
3051         * manual/pl/faq.xml
3052         * manual/pl/glossary.xml
3053         * manual/pl/handling.xml
3054         * manual/pl/intro.xml
3055         * manual/pl/plugins.xml
3056         * manual/pl/sylpheed-claws-manual.xml
3057                 Polish manual updated by Pawel
3058
3059 2006-05-20 [colin]
3060
3061         * 2.3.0-rc3 released
3062
3063 2006-05-20 [colin]      2.2.0cvs41
3064
3065         * src/imap.c
3066                 Fix -rc2 problems:
3067                 - remove cache of moved messages from original folder
3068                 - apply new flags to messages even if they aren't appliable
3069                   via IMAP.
3070
3071 2006-05-20 [colin]
3072
3073         * 2.3.0-rc2 released
3074
3075 2006-05-19 [colin]      2.2.0cvs40
3076
3077         * src/imap.c
3078                 Don't issue SELECT in imap_change_flags
3079                 before having checked that we indeed have
3080                 some flags to change. MSG_POSTFILTERED for
3081                 example can't be used on IMAP.
3082                 Fixes bug #955 (copying messages between 
3083                 imap folders is extremely slow), which was
3084                 a regression.
3085
3086 2006-05-19 [colin]      2.2.0cvs39
3087
3088         * src/folder.c
3089         * src/folder.h
3090         * src/folderview.c
3091                 Try to fix bug #830 (Some unread messages 
3092                 get marked read in IMAP inbox):
3093                 - Prevent scanning a folder if it's being 
3094                   opened via the GUI
3095                 - Postpone opening via the GUI of a folder
3096                   currently scanned.
3097
3098
3099 2006-05-19 [wwp]        2.2.0cvs38
3100
3101         * manual/advanced.xml
3102                 fix English+typo (thanks to Paul).
3103
3104 2006-05-19 [wwp]        2.2.0cvs37
3105
3106         * manual/advanced.xml
3107         * manual/fr/advanced.xml
3108         * src/gtk/logwindow.c
3109         * src/prefs_common.c
3110         * src/prefs_common.h
3111                 added hidden prefs to allow customization of colors used in
3112                 protocol log window (useful for dark gtk+ themes).
3113
3114 2006-05-19 [wwp]        2.2.0cvs36
3115
3116         * ChangeLog
3117                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3118
3119 2006-05-19 [paul]       2.2.0cvs35
3120
3121         * src/textview.c
3122                 make Reply-To fully clickable
3123         * src/gtk/logwindow.c
3124                 more colouring (SMTP ESMTP)
3125         Both patches by Pawel Pekala
3126
3127 2006-05-19 [cleroy]     2.2.0cvs34
3128
3129         * src/mh.c
3130                 Don't update flags from current folder
3131                 Probably fixes bug #935 (Read Messages 
3132                 Revert to Being Marked as Unread)
3133
3134 2006-05-18 [colin]      2.2.0cvs33
3135
3136         * src/imap.c
3137                 Warning fix
3138         * src/compose.c
3139         * src/mainwindow.c
3140         * src/summaryview.c
3141         * src/toolbar.c
3142                 Allow replying to multiple emails
3143                 in multiple windows
3144         * src/mimeview.c
3145         * src/etpan/imap-thread.c
3146                 Leak fixes
3147
3148 2006-05-18 [paul]       2.2.0cvs32
3149
3150         * src/summaryview.c
3151                 keep Mailing-List menu refreshed
3152                 Thanks to Colin
3153
3154 2006-05-18 [paul]       2.2.0cvs31
3155
3156         * manual/advanced.xml
3157         * manual/faq.xml
3158         * manual/glossary.xml
3159         * manual/handling.xml
3160         * manual/intro.xml
3161         * manual/plugins.xml
3162         * manual/sylpheed-claws-manual.xml
3163                 update URLs
3164                 add info about mailing-list support
3165                 edit filtering info
3166         * src/wizard.c
3167         * src/common/defs.h
3168         * src/gtk/about.c
3169         * src/plugins/dillo_viewer/README
3170                 update URLs
3171
3172 2006-05-17 [wwp]        2.2.0cvs30
3173
3174         * manual/handling.xml
3175         * manual/fr/handling.xml
3176                 documented the ability to enabled/disable filtering/processing rules.
3177
3178 2006-05-17 [colin]      2.2.0cvs29
3179
3180         * src/main.c
3181                 Don't initialize g_thread subsystem if it's 
3182                 already done (thanks to Hiro)
3183         * src/mimeview.c
3184                 Fix saving of parts when there name can't be
3185                 converted from UTF-8.
3186
3187 2006-05-17 [paul]       2.2.0cvs28
3188
3189         * po/Makefile.in.in
3190                 fix config.status warning with autoconf 2.60
3191
3192 2006-05-17 [paul]       2.2.0cvs27
3193
3194         * po/POTFILES.in
3195                 add src/mbox.c
3196
3197 2006-05-17 [wwp]        2.2.0cvs26
3198
3199         * src/mainwindow.c
3200                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3201
3202 2006-05-17 [wwp]        2.2.0cvs25
3203
3204         * src/plugins/demo/demo.c
3205                 updated product name in plugin demo (many plugins need to be
3206                 sync'ed w/ that change).
3207
3208 2006-05-17 [colin]      2.2.0cvs24
3209
3210         * src/mh.c
3211                 Fix leak
3212
3213 2006-05-16 [colin]      2.2.0cvs23
3214
3215         * src/mainwindow.c
3216                 Stupid me hit again. Fix cvs22.
3217
3218 2006-05-16 [colin]      2.2.0cvs22
3219
3220         * src/mainwindow.c
3221                 Fix bug #922 (sylpheed-claws crashed after 
3222                 pushing on Inbox folder)
3223
3224 2006-05-16 [colin]      2.2.0cvs21
3225
3226         * src/compose.c
3227                 Make From header be copy/paste/select-able
3228
3229 2006-05-16 [wwp]        2.2.0cvs20
3230
3231         * src/export.c
3232         * src/matcher.c
3233         * src/summaryview.c
3234         * src/etpan/imap-thread.c
3235                 fix some compiler warnings (thanks to Colin).
3236
3237 2006-05-16 [wwp]        2.2.0cvs19
3238
3239         * src/action.c
3240         * src/gedit-print.c
3241         * src/inc.c
3242         * src/mainwindow.c
3243         * src/mh.c
3244         * src/statusbar.c
3245         * src/send_message.c
3246         * src/summaryview.c
3247                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3248
3249 2006-05-15 [colin]      2.2.0cvs18
3250
3251         * src/procmsg.c
3252                 Fix automatic rule creation with List-Post
3253
3254 2006-05-15 [paul]       2.2.0cvs17
3255
3256         * tools/filter_conv_new.pl
3257                 updated for rule enabling/disabling
3258                 claws version >= 2.3.x required
3259
3260 2006-05-15 [cleroy]     2.2.0cvs16
3261
3262         * src/main.c
3263                 Revert test
3264
3265 2006-05-15 [cleroy]     2.2.0cvs15
3266
3267         * src/main.c
3268                 test
3269
3270 2006-05-15 [wwp]        2.2.0cvs14
3271
3272         * manual/pl/.cvsignore
3273                 ignore generated files.
3274
3275 2006-05-14 [wwp]        2.3.0-rc1
3276
3277         * 2.3.0-rc1 released
3278
3279 2006-05-13 [wwp]        2.2.0cvs13
3280
3281         * src/filtering.c
3282         * src/filtering.h
3283         * src/matcher.c
3284         * src/matcher_parser_lex.l
3285         * src/matcher_parser_parse.y
3286         * src/prefs_filtering.c
3287                 new feature: provide the ability to disable filtering and processing
3288                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3289                 adaptations.
3290
3291 2006-05-13 [colin]      2.2.0cvs12
3292
3293         * src/compose.c
3294                 Remove useless if (a) b; else b;
3295                 Thanks to wwp
3296
3297 2006-05-13 [wwp]        2.2.0cvs11
3298
3299         * src/export.c
3300         * src/import.c
3301         * src/mainwindow.c
3302         * src/mbox.c
3303         * src/summaryview.c
3304         * src/summaryview.h
3305                 no more silent failures (or at least less ones) when importing
3306                 or exporting from/to mbox. Also start importing/exporting if
3307                 the necessary info is set.
3308
3309 2006-05-13 [wwp]        2.2.0cvs10
3310
3311         * RELEASE_NOTES
3312                 restored up-to-date release notes.
3313
3314 2006-05-13 [paul]       2.2.0cvs9
3315
3316         * po/nl.po
3317         * po/ru.po
3318                 updated by Tim Dijkstra and Pavlo Bohmat
3319
3320 2006-05-12 [colin]      2.2.0cvs8
3321
3322         * src/gtk/quicksearch.c
3323                 Add "k" as shortcut for "colorlabel". Patch
3324                 by ath42@users.sf.net.
3325
3326 2006-05-12 [paul]       2.2.0cvs7
3327
3328         * src/prefs_common.h
3329         * src/prefs_summaries.c
3330         * src/summaryview.c
3331                 when entering a folder also allow
3332                 going directly to first Marked message
3333
3334 2006-05-12 [paul]       2.2.0cvs6
3335
3336         * src/summaryview.c
3337                 always obey 'confirm before marking all
3338                 mails read' option
3339
3340 2006-05-12 [paul]       2.2.0cvs5
3341
3342         * src/textview.c
3343                 make Sender fully clickable
3344
3345 2006-05-12 [colin]      2.2.0cvs4
3346
3347         * src/compose.c
3348         * src/compose.h
3349                 Let From be editable
3350         * src/main.c
3351         * src/mh.c
3352                 Full support of .mh_sequences' Unseen seq
3353
3354 2006-05-12 [colin]      2.2.0cvs3
3355
3356         * src/folder.c
3357         * src/mainwindow.c
3358         * src/mainwindow.h
3359         * src/messageview.c
3360         * src/prefs_spelling.c
3361         * src/procheader.c
3362         * src/procmsg.c
3363         * src/procmsg.h
3364         * src/summaryview.c
3365         * src/toolbar.c
3366         * src/toolbar.h
3367                 Add contextual menu on Compose toolbar
3368                 button. Fixes bug #944 (Automatic
3369                 addresses not applied when changing account
3370                 from compose window)
3371                 add Mailing List support
3372                 based on the old 0.6.5claws25 patch by
3373                 Melvin Hadasht, with finishing touches
3374                 by Colin
3375                 Fix "ignore thread" when mails are threaded by
3376                 subject (and weren't ignored although appearing
3377                 in the thread).
3378                 GUI rework.
3379                 Both patches by Pawel.
3380
3381 2006-05-08 [paul]       2.2.0cvs2
3382
3383         * src/mainwindow.c
3384         * src/mainwindow.h
3385         * src/messageview.c
3386         * src/procheader.c
3387         * src/procmsg.c
3388         * src/procmsg.h
3389         * src/summaryview.c
3390                 add Mailing List support
3391                 based on the old 0.6.5claws25 patch by 
3392                 Melvin Hadasht, with finishing touches
3393                 by Colin
3394
3395 2006-05-08 [colin]      2.2.0cvs1
3396
3397         * src/mainwindow.c
3398         * src/toolbar.c
3399         * src/toolbar.h
3400                 Add contextual menu on Compose toolbar 
3401                 button. Fixes bug #944 (Automatic 
3402                 addresses not applied when changing account 
3403                 from compose window)
3404
3405 2006-05-08 [paul]       2.2.0
3406
3407         2.2.0 released
3408
3409 2006-05-08 [paul]       2.1.1cvs51
3410
3411         * po/cs.po
3412         * po/de.po
3413         * po/en_GB.po
3414         * po/fi.po
3415         * po/fr.po
3416         * po/pt_BR.po
3417         * po/sr.po
3418         * po/zh_CN.po
3419                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3420                 Fabien Vantard, Frederico Goncalves Guimaraes,
3421                 Aleksandar Urosevic, and Ralgh Young
3422
3423 2006-05-12 [colin]      2.1.1cvs50
3424
3425         * po/cs.po
3426         * po/de.po
3427         * po/en_GB.po
3428         * po/es.po
3429         * po/fi.po
3430         * po/fr.po
3431         * po/pt_BR.po
3432         * po/sr.po
3433         * po/zh_CN.po
3434                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3435                 Fabien Vantard, Frederico Goncalves Guimaraes,
3436                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3437
3438 2006-05-05 [colin]      2.1.1cvs49
3439
3440         * manual/Makefile.am
3441         * manual/pl/Makefile.am
3442         * manual/pl/account.xml
3443         * manual/pl/ack.xml
3444         * manual/pl/addrbook.xml
3445         * manual/pl/advanced.xml
3446         * manual/pl/faq.xml
3447         * manual/pl/glossary.xml
3448         * manual/pl/gpl.xml
3449         * manual/pl/handling.xml
3450         * manual/pl/intro.xml
3451         * manual/pl/keyboard.xml
3452         * manual/pl/plugins.xml
3453         * manual/pl/starting.xml
3454         * manual/pl/sylpheed-claws-manual.xml
3455         * manual/pl/dist/.cvsignore
3456         * manual/pl/dist/Makefile.am
3457         * manual/pl/dist/html/.cvsignore
3458         * manual/pl/dist/html/Makefile.am
3459         * manual/pl/dist/pdf/.cvsignore
3460         * manual/pl/dist/pdf/Makefile.am
3461         * manual/pl/dist/ps/.cvsignore
3462         * manual/pl/dist/ps/Makefile.am
3463         * manual/pl/dist/txt/.cvsignore
3464         * manual/pl/dist/txt/Makefile.am
3465                 Add the polish translation of the manual,
3466                 Authored by Pawel Pekala.
3467
3468 2006-05-05 [cleroy]     2.1.1cvs48
3469
3470         * src/main.c
3471                 Re-read matcherrc after loading plugins 
3472                 if some of them add folders.
3473
3474 2006-05-03 [colin]      2.1.1cvs47
3475
3476         * src/imap.c
3477                 I'm idiot
3478
3479 2006-05-03 [colin]      2.1.1cvs46
3480
3481         * src/imap.c
3482                 Be sure to have a session when
3483                 getting separator
3484
3485 2006-05-03 [colin]      2.1.1cvs45
3486
3487         * src/imap.c
3488         * src/imap.h
3489         * src/imap_gtk.c
3490                 Fix preventing renaming with namespace 
3491                 separator.
3492
3493 2006-05-01 [colin]      2.1.1cvs44
3494
3495         * src/action.c
3496                 Don't reload messageview when result of
3497                 action is piped.
3498
3499 2006-04-29 [colin]      2.1.1cvs43
3500
3501         * src/prefs_receive.c
3502         * src/plugins/spamassassin/spamassassin_gtk.c
3503         * src/plugins/clamav/clamav_plugin_gtk.c
3504                 GUI fixes by Pawel
3505
3506 2006-04-29 [colin]      2.1.1cvs42
3507
3508         * src/prefs_compose_writing.c
3509         * src/prefs_quote.c
3510                 Cleanups. Patch by Pawel
3511
3512 2006-04-28 [paul]       2.1.1cvs41
3513
3514         * src/matcher.c
3515                 fix returned quick search results when search
3516                 term contains an underscore.
3517                 Thanks to Colin
3518
3519 2006-04-28 [paul]       2.1.1cvs40
3520
3521         * src/prefs_message.c
3522         * src/prefs_receive.c
3523                 GUI cleanups
3524                 Patches by Pawel Pekala
3525
3526 2006-04-27 [colin]      2.1.1cvs39
3527
3528         * src/wizard.c
3529                 Differentiate subject Welcome from
3530                 window's title Welcome
3531
3532 2006-04-27 [paul]
3533
3534         2.2.0-rc1 released
3535
3536 2006-04-27 [paul]       2.1.1cvs38
3537
3538         * manual/advanced.xml
3539         * manual/fr/advanced.xml
3540                 add info about compose_no_markup hidden pref
3541
3542 2006-04-27 [paul]       2.1.1cvs37
3543
3544         * src/prefs_account.c
3545                 improve privacy labels
3546         * src/prefs_msg_colors.c
3547                 change some strings for translators' convenience
3548         * src/gtk/gtkutils.c
3549                 don't underline the link button text
3550
3551 2006-04-25 [colin]      2.1.1cvs36
3552
3553         * src/folder.c
3554                 Complete 2.1.1cvs33 (once more ;)
3555
3556 2006-04-25 [colin]      2.1.1cvs35
3557
3558         * src/editldap.c
3559                 Fix tooltip
3560
3561 2006-04-25 [cleroy]     2.1.1cvs34
3562
3563         * src/compose.c
3564         * src/gtk/gtkaspell.c
3565                 Fix crash on redirect (related to the return 
3566                 of the aspell menu in compose's toolbar)
3567         * src/prefs_msg_colors.c
3568                 Fix sensitivity widgets
3569         * src/image_viewer.c
3570         * src/gtk/pluginwindow.c
3571         * src/gtk/prefswindow.c
3572                 Change released signals to clicked (Fabien)
3573         * po/POTFILES.in
3574         * src/common/socket.c
3575         * src/plugins/spamassassin/spamassassin.c
3576                 Translate strings (Fabien)
3577
3578 2006-04-25 [paul]       2.1.1cvs33
3579
3580         * src/folder.c
3581         * src/folder.h
3582         * src/folderview.c
3583                 complete the fix of bug #912
3584                 Thanks to Colin
3585
3586 2006-04-25 [colin]      2.1.1cvs32
3587
3588         * src/news.c
3589                 Better progress bar
3590         * src/mimeview.c
3591         * src/summaryview.c
3592         * src/summaryview.h
3593                 Fix focus chain
3594                 Patches by Pawel Pekala
3595
3596 2006-04-24 [colin]      2.1.1cvs31
3597
3598         * src/compose.c
3599                 Fix compilation warnings (Fabien)
3600
3601 2006-04-24 [colin]      2.1.1cvs30
3602
3603         * src/addrindex.c
3604         * src/editldap.c
3605         * src/editldap_basedn.c
3606         * src/editldap_basedn.h
3607         * src/ldapctrl.c
3608         * src/ldapctrl.h
3609         * src/ldapquery.c
3610         * src/ldaputil.c
3611         * src/ldaputil.h
3612                 Fix bug #901 (LDAPS support)
3613
3614 2006-04-24 [colin]      2.1.1cvs29
3615
3616         * src/compose.c
3617                 Fix logic on error with send dialog on
3618         * src/imap.c
3619                 Fix compilation without libetpan, thanks
3620                 to Fabien
3621         * src/summaryview.c
3622                 Fix 'context-menu' key
3623
3624 2006-04-23 [colin]      2.1.1cvs28
3625
3626         * src/folder.c
3627                 Never free current's cache to free up 
3628                 memory. Fixes bug #912 (new count 
3629                 randomly set to message count)
3630
3631 2006-04-23 [colin]      2.1.1cvs27
3632
3633         * src/gtk/quicksearch.c
3634                 And remove printf...
3635
3636 2006-04-23 [colin]      2.1.1cvs26
3637
3638         * src/gtk/quicksearch.c
3639                 Fix replacing in quicksearch, and fix inserting
3640                 in the middle of the string. (introduced at 2.1.0cvs22)
3641
3642 2006-04-23 [colin]      2.1.1cvs25
3643
3644         * src/imap.c
3645                 Make sure uidnext is initialized in get_num_list
3646                 (not for stable, related to 2.1.1cvs8 and friends)
3647
3648 2006-04-23 [colin]      2.1.1cvs24
3649
3650         * src/imap.c
3651                 Output something when login is successful
3652                 too
3653
3654 2006-04-23 [colin]      2.1.1cvs23
3655
3656         * src/etpan/imap-thread.c
3657                 Better logging (line-per-line, hide data in fetch)
3658                 Fix a const warning
3659         * src/gtk/logwindow.c
3660         * src/gtk/logwindow.h
3661                 Better logging (color for input/output)
3662
3663 2006-04-21 [colin]      2.1.1cvs22
3664
3665         * src/gtk/quicksearch.c
3666                 On gtk+-2.8, use stock buttons in quicksearch
3667                 Based on a patch by Fabien and a design by Paul
3668
3669 2006-04-21 [colin]      2.1.1cvs21
3670
3671         * src/folderview.c
3672         * src/mainwindow.c
3673                 Fix occasional flicker in folderview
3674         * src/common/utils.c
3675                 Fix bug #943 (Incorrectly parsed email address 
3676                 list in short headers on message view and in 
3677                 printouts)
3678
3679 2006-04-20 [colin]      2.1.1cvs20
3680
3681         * src/imap.c
3682         * src/imap.h
3683         * src/prefs_account.c
3684                 Add ANONYMOUS auth for IMAP
3685
3686 2006-04-20 [paul]       2.1.1cvs19
3687
3688         * src/main.c
3689                 proper fix for 2.1.1cvs18
3690                 Thanks to Colin
3691
3692 2006-04-20 [paul]       2.1.1cvs18
3693
3694         * src/main.c
3695                 fix build warnings
3696
3697 2006-04-20 [paul]       2.1.1cvs17
3698
3699         * src/gtk/quicksearch.c
3700                 fix standard, non-extended Quick search,
3701                 was broken in 2.1.1cvs15.
3702                 Thanks to Colin.
3703
3704 2006-04-20 [colin]      2.1.1cvs16
3705
3706         * src/prefs_matcher.c
3707                 Fix values when reselecting a ~test
3708                 rule
3709
3710 2006-04-19 [colin]      2.1.1cvs15
3711
3712         * src/compose.c
3713         * src/compose.h
3714         * src/gtk/gtkaspell.c
3715         * src/gtk/gtkaspell.h
3716                 Put back Options menu in Spelling/
3717         * src/gtk/quicksearch.c
3718                 Don't search, and show error, if the
3719                 advanced search has a syntax error
3720
3721 2006-04-18 [colin]      2.1.1cvs14
3722
3723         * src/textview.c
3724                 Fix gdk warnings on set_cursor when textview
3725                 isn't visible
3726
3727 2006-04-18 [colin]      2.1.1cvs13
3728
3729         * src/gtk/gtksctree.c
3730                 Remove seemingly useless refresh that causes
3731                 flicker - watch this commit in case of 
3732                 problems before planned backport to stable
3733
3734 2006-04-18 [colin]      2.1.1cvs12
3735
3736         * src/imap.c
3737                 Factorize get/set_xml code
3738         * src/compose.c
3739         * src/prefs_account.c
3740         * src/prefs_account.h
3741         * src/procmsg.c
3742                 Add Encrypt to self option
3743
3744 2006-04-17 [colin]      2.1.1cvs11
3745
3746         * configure.ac
3747                 Fix search on encrpyt function on dragonfly
3748                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3749
3750 2006-04-17 [colin]      2.1.1cvs10
3751
3752         * src/prefs_account.c
3753                 Be safe by default: remove mails from POP3
3754                 after 7 days, not immediately
3755
3756 2006-04-17 [colin]      2.1.1cvs9
3757
3758         * src/etpan/imap-thread.c
3759                 Fix build on DragonFly - patch by 
3760                 Jonathan Buschmann <jonthn@agmact.com>
3761
3762 2006-04-17 [colin]      2.1.1cvs8
3763
3764         * src/imap.c
3765                 Save uidnext between sessions
3766
3767 2006-04-17 [colin]      2.1.1cvs7
3768
3769         * src/imap.c
3770                 scan is required when uid validity changes
3771
3772 2006-04-17 [colin]      2.1.1cvs6
3773
3774         * src/folderview.c
3775                 Don't scan if not necessary, apart in current
3776                 folder and INBOX to fetch flags.
3777         * src/imap.c
3778                 Scan is necessary if unread count changes
3779
3780 2006-04-17 [colin]      2.1.1cvs5
3781
3782         * src/imap.c
3783                 ...But always fetch ANSWERED and DELETED flags for
3784                 INBOX, as filtering can happen on these flags.
3785
3786 2006-04-17 [colin]      2.1.1cvs4
3787
3788         * src/imap.c
3789                 Don't fetch REPLIED and DELETED flags when synchronising
3790                 flags with a closed folder. We only need UNSEEN and FLAGGED
3791                 to update the folderview.
3792
3793 2006-04-17 [colin]      2.1.1cvs3
3794
3795         * src/imap.c
3796                 Faster flag search when there are new mails 
3797                 in a folder. We can do a full search if the 
3798                 folder contains less messages than the new
3799                 list.
3800
3801 2006-04-17 [colin]      2.1.1cvs2
3802
3803         * po/cs.po
3804         * po/de.po
3805         * po/fr.po
3806         * po/nl.po
3807         * po/pt_BR.po
3808                 Update translations from stable branch
3809
3810 2006-04-17 [colin]      2.1.1cvs1
3811
3812         * configure.ac
3813                 Bump version to follow stable release
3814
3815 2006-04-16 [mones]      2.1.0cvs50
3816
3817         * po/es.po
3818                 Updated for release
3819
3820 2006-04-16 [colin]      2.1.0cvs49
3821
3822         * src/textview.c
3823                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3824                 with gtk < 2.8. Thanks to Fabien Vantard.
3825
3826 2006-04-15 [colin]      2.1.0cvs48
3827
3828         * src/etpan/imap-thread.c
3829                 Fix bug #919 (libetpan: SEGV when connecting 
3830                 using command)
3831
3832 2006-04-14 [colin]      2.1.0cvs47
3833
3834         * src/main.c
3835                 Fix race on --select (should be done better)
3836
3837 2006-04-14 [wwp]        2.1.0cvs46
3838
3839         * src/send_message.c
3840                 enforce a check for domain in account prefs (a sending
3841                 error could be faced if domain was checked but no value set),
3842                 thanks to Colin.
3843
3844 2006-04-14 [colin]      2.1.0cvs45
3845
3846         * src/codeconv.c
3847                 when converting from unknown to unknown, if the
3848                 string is UTF8, don't convert it to the locale
3849                 (which breaks it)
3850
3851 2006-04-14 [colin]      2.1.0cvs44
3852
3853         * src/compose.c
3854                 Don't try to use ASCII for converting headers
3855                 (as done in body)
3856
3857 2006-04-14 [paul]       2.1.0cvs43
3858
3859         * src/crash.c
3860                 add locale/charset info to crash report
3861         * src/gtk/about.c
3862                 add wwp to doc team
3863                 replace 'e-mail' with preferred 'email'
3864         * src/gtk/authors.h
3865                 ensure contributors list is in alphabetical
3866                 order
3867
3868 2006-04-13 [colin]      2.1.0cvs42
3869
3870         * src/textview.c
3871                 Prevent gdk warnings
3872
3873 2006-04-13 [colin]      2.1.0cvs41
3874
3875         * src/common/ssl_certificate.c
3876         * src/common/ssl_certificate.h
3877         * src/gtk/sslcertwindow.c
3878                 Warn on expired certs, and display the expiration date
3879
3880 2006-04-13 [colin]      2.1.0cvs40
3881
3882         * src/plugins/spamassassin/spamassassin_gtk.c
3883                 Fix missing set_text on unix socket
3884
3885 2006-04-13 [wwp]        2.1.0cvs39
3886
3887         * manual/fr/advanced.xml
3888         * manual/fr/glossary.xml
3889                 applied new spam/ham/email lexicon (pourriel, courriel)
3890
3891 2006-04-13 [paul]       2.1.0cvs38
3892
3893         * src/plugins/pgpmime/plugin.c
3894                 remove the mention of S/MIME from the
3895                 description. This is now handled by the
3896                 S/MIME plugin.
3897
3898 2006-04-13 [paul]       2.1.0cvs37
3899
3900         * src/prefs_msg_colors.c
3901                 rework dialog
3902         * src/prefs_folder_item.c
3903         * src/prefs_spelling.c
3904                 add a tooltip to the colour selector buttons
3905
3906 2006-04-13 [wwp]        2.1.0cvs36
3907
3908         * manual/advanced.xml
3909         * manual/glossary.xml
3910         * manual/handling.xml
3911         * manual/keyboard.xml
3912         * manual/plugins.xml
3913         * manual/starting.xml
3914         * manual/fr/account.xml
3915         * manual/fr/ack.xml
3916         * manual/fr/addrbook.xml
3917         * manual/fr/advanced.xml
3918         * manual/fr/faq.xml
3919         * manual/fr/glossary.xml
3920         * manual/fr/gpl.xml
3921         * manual/fr/handling.xml
3922         * manual/fr/intro.xml
3923         * manual/fr/keyboard.xml
3924         * manual/fr/plugins.xml
3925         * manual/fr/starting.xml
3926         * manual/fr/sylpheed-claws-manual.xml
3927                 fixes to the manuals:
3928                  - summaryview -> Message List (same in French)
3929                  - translate key names
3930                  - fix French punctuation, use non-breakable spaces when
3931                    necessary, don't use &thinsp; which is not portable
3932                  - tell what maildir and mbox formats we support
3933
3934 2006-04-12 [wwp]        2.1.0cvs35
3935
3936         * src/prefs_toolbar.c
3937                 unified a replace button more,
3938                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3939
3940 2006-04-12 [wwp]        2.1.0cvs34
3941
3942         * src/prefs_common.c
3943         * src/prefs_msg_colors.c
3944                 make default color labels translatable,
3945                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3946                 thanks to Tim <timbrain@post.cz> for reporting.
3947
3948 2006-04-12 [wwp]        2.1.0cvs33
3949
3950         * manual/glossary.xml
3951         * manual/intro.xml
3952         * manual/plugins.xml
3953         * manual/starting.xml
3954         * manual/sylpheed-claws-manual.xml
3955         * manual/fr/.cvsignore
3956         * manual/fr/account.xml
3957         * manual/fr/ack.xml
3958         * manual/fr/addrbook.xml
3959         * manual/fr/advanced.xml
3960         * manual/fr/faq.xml
3961         * manual/fr/glossary.xml
3962         * manual/fr/handling.xml
3963         * manual/fr/intro.xml
3964         * manual/fr/keyboard.xml
3965         * manual/fr/plugins.xml
3966         * manual/fr/starting.xml
3967         * manual/fr/sylpheed-claws-manual.xml
3968                 various fixes: typos, missing .fr translations, punctuation,
3969                 capitalization, links, accents and some bad French more.
3970
3971 2006-04-12 [wwp]        2.1.0cvs32
3972
3973         * src/prefs_gtk.c
3974                 fix for bug #935: always store prefs files in UTF-8 (thanks
3975                 to Colin).
3976
3977 2006-04-11 [colin]      2.1.0cvs31
3978
3979         * src/compose.c
3980                 Fix inserting files not in utf8 when locale is utf8
3981
3982 2006-04-11 [colin]      2.1.0cvs30
3983
3984         * src/inc.c
3985                 Don't show error dialog when cancelling connection
3986                 Patch by Pawel
3987
3988 2006-04-11 [cleroy]     2.1.0cvs29
3989
3990         * src/compose.c
3991                 Implement multiple quote levels
3992         * src/prefs_common.c
3993                 Change a little bit the quote bgcolor for 2nd level
3994
3995 2006-04-11 [colin]      2.1.0cvs28
3996
3997         * src/gtk/about.c
3998                 Add locale and charset in the label
3999
4000 2006-04-10 [colin]      2.1.0cvs27
4001
4002         * src/compose.c
4003         * src/prefs_common.c
4004         * src/prefs_common.h
4005         * src/prefs_msg_colors.c
4006         * src/textview.c
4007                 Allow optional background color in quotes
4008                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4009                 GTK+-2.8.x feature
4010
4011 2006-04-10 [colin]      2.1.0cvs26
4012
4013         * src/main.c
4014         * src/mainwindow.c
4015         * src/mainwindow.h
4016                 Implement --select
4017
4018 2006-04-10 [colin]      2.1.0cvs25
4019
4020         * manual/plugins.xml
4021         * manual/fr/plugins.xml
4022                 Document libcurl's proxy variables
4023
4024 2006-04-09 [colin]      2.1.0cvs24
4025
4026         * src/prefs_common.c
4027                 gettext() returns statically allocated stuff. We have
4028                 to strdup it in order to be able to free it.
4029
4030 2006-04-09 [colin]      2.1.0cvs23
4031
4032         * AUTHORS
4033         * src/gtk/authors.h
4034                 Add Alexei
4035
4036 2006-04-09 [colin]      2.1.0cvs22
4037
4038         * src/mainwindow.c
4039         * src/gtk/quicksearch.c
4040                 Fix bug #859 (problems with cyrilic input in 
4041                 search panel) - Patch by Alexey Illarionov 
4042                 <littlesavage@rambler.ru>
4043
4044 2006-04-09 [colin]      2.1.0cvs21
4045
4046         * src/prefs_customheader.c
4047                 I prefer removing then freeing rather than the contrary
4048                 (even if it doesn't change anything ;-)
4049         * src/prefs_account.c
4050                 Fix bug #933 (Crash re-entering the custom headers list 
4051                 dialog in accounts prefs)
4052                 The problem happened when cancelling the Account 
4053                 Preferences' dialogs - in which case we didn't do 
4054                 anything to the PrefsAccount * struct. In case of applying,
4055                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4056                 working with in this dialog. The problem is that 
4057                 prefs_customheader.c, working on this tmp_ac_prefs, always
4058                 changes the ->customhdr_list pointer, even when cancelled. 
4059                 So in case of cancelling the prefs_account dialog, we still
4060                 have to update ->customhdr_list in the real account.
4061
4062 2006-04-08 [colin]      2.1.0cvs20
4063
4064         * manual/fr/glossary.xml
4065         * manual/fr/keyboard.xml
4066                 Forgot some headers :)
4067
4068 2006-04-08 [colin]      2.1.0cvs19
4069
4070         * manual/Makefile.am
4071         * manual/fr/Makefile.am
4072         * manual/fr/account.xml
4073         * manual/fr/ack.xml
4074         * manual/fr/addrbook.xml
4075         * manual/fr/advanced.xml
4076         * manual/fr/faq.xml
4077         * manual/fr/glossary.xml
4078         * manual/fr/gpl.xml
4079         * manual/fr/handling.xml
4080         * manual/fr/intro.xml
4081         * manual/fr/keyboard.xml
4082         * manual/fr/plugins.xml
4083         * manual/fr/starting.xml
4084         * manual/fr/sylpheed-claws-manual.xml
4085         * manual/fr/dist/.cvsignore
4086         * manual/fr/dist/Makefile.am
4087         * manual/fr/dist/html/.cvsignore
4088         * manual/fr/dist/html/Makefile.am
4089         * manual/fr/dist/pdf/.cvsignore
4090         * manual/fr/dist/pdf/Makefile.am
4091         * manual/fr/dist/ps/.cvsignore
4092         * manual/fr/dist/ps/Makefile.am
4093         * manual/fr/dist/txt/.cvsignore
4094         * manual/fr/dist/txt/Makefile.am
4095                 Add the french translation of the manual. Thanks to
4096                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4097                 account.xml, ack.xml, addrbook.xml and advanced.xml
4098
4099 2006-04-08 [colin]      2.1.0cvs18
4100
4101         * manual/plugins.xml
4102         * manual/starting.xml
4103                 More fixes
4104
4105 2006-04-07 [colin]      2.1.0cvs17
4106
4107         * manual/faq.xml
4108         * manual/intro.xml
4109         * manual/keyboard.xml
4110                 Little fixes
4111
4112 2006-04-07 [colin]      2.1.0cvs16
4113
4114         * README
4115         * src/compose.c
4116         * src/prefs_common.c
4117         * src/prefs_common.h
4118                 Add hidden compose_no_markup pref
4119
4120 2006-04-07 [wwp]        2.1.0cvs15
4121
4122         * src/summary_search.c
4123         * .cvsignore
4124                 Bugfix: stop button was sticky when searching in an empty folder.
4125                 Applied curly brackets code style to the whole file (summary_search.c).
4126                 More files to ignore.
4127
4128 2006-04-07 [wwp]        2.1.0cvs14
4129
4130         * src/message_search.c
4131         * src/summary_search.c
4132                 changed default button when search bumps at file/folder
4133                 beginning or end, for convenience (thanks to Colin).
4134
4135 2006-04-07 [paul]       2.1.0cvs13
4136
4137         * src/plugins/dillo_viewer/dillo_prefs.c
4138                 avoid future potential for namespace collision
4139                 Patch by Colin
4140
4141 2006-04-06 [wwp]        2.1.0cvs12
4142
4143         * src/summary_search.c
4144                 Unify extended/advanced searches names (and thus factorize labels),
4145                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4146
4147 2006-04-06 [wwp]        2.1.0cvs11
4148
4149         * src/folderview.c
4150         * src/prefs_themes.c
4151         * src/summaryview.c
4152                 Fixed some compilation warnings.
4153
4154 2006-04-06 [colin]      2.1.0cvs10
4155
4156         * manual/advanced.xml
4157                 Document the wizard template and how to deploy
4158                 Sylpheed-Claws effectively
4159
4160 2006-04-06 [colin]      2.1.0cvs9
4161
4162         * src/folderview.c
4163                 gettext patch to tell translators about _("#"),
4164                 by Maxim Britov
4165
4166 2006-04-06 [colin]      2.1.0cvs8
4167
4168         * src/textview.c
4169                 Fix invalid GtkTextBIter after clicking "Display as text"
4170
4171 2006-04-06 [mones]      2.1.0cvs7
4172
4173         * src/addr_compl.c
4174         * src/addrindex.c
4175         * src/addritem.c
4176         * src/codeconv.c
4177         * src/compose.c
4178         * src/filtering.c
4179         * src/folder.c
4180         * src/folder_item_prefs.c
4181         * src/folderview.c
4182         * src/localfolder.c
4183         * src/matcher.c
4184         * src/mimeview.c
4185         * src/prefs_msg_colors.c
4186         * src/prefs_spelling.c
4187         * src/prefs_themes.c
4188         * src/procmime.c
4189         * src/procmsg.c
4190         * src/stock_pixmap.c
4191         * src/summaryview.c
4192         * src/textview.c
4193         * src/toolbar.c
4194         * src/common/mgutils.c
4195         * src/common/prefs.c
4196         * src/common/ssl_certificate.c
4197         * src/gtk/colorlabel.c
4198         * src/gtk/quicksearch.c
4199         * src/plugins/pgpmime/pgpmime.c
4200         * src/plugins/spamassassin/spamassassin.c
4201                 Removed redundant NULL checks for g_free() calls.
4202                 Patch by Pawel Pekala.
4203
4204 2006-04-06 [mones]      2.1.0cvs6
4205
4206         * src/prefs_actions.c
4207         * src/prefs_filtering.c
4208         * src/prefs_filtering_action.c
4209         * src/prefs_matcher.c
4210         * src/prefs_template.c
4211         * src/gtk/gtkutils.c
4212         * src/gtk/gtkutils.h
4213                 Have a nice replace button. Patch by Pawel Pekala
4214
4215 2006-04-06 [colin]      2.1.0cvs5
4216
4217         * src/addressbook.c
4218                 Fix crash with empty columns
4219
4220 2006-04-05 [colin]      2.1.0cvs4
4221
4222         * src/wizard.c
4223         * src/prefs_gtk.c
4224                 Allow wizard customization with pre-filled values
4225
4226 2006-04-05 [colin]      2.1.0cvs3
4227
4228         * src/textview.c
4229         * src/mimeview.c
4230         * src/mimeview.h
4231                 Nicer messages in mimeview
4232
4233 2006-04-05 [colin]      2.1.0cvs2
4234
4235         * src/addressbook.c
4236         * src/prefs_summaries.c
4237                 i18n fix
4238
4239 2006-04-05 [colin]      2.1.0cvs1
4240
4241         * src/plugins/pgpcore/plugin.c
4242         * src/plugins/pgpcore/select-keys.c
4243         * src/plugins/pgpcore/select-keys.h
4244         * src/plugins/pgpcore/sgpgme.c
4245         * src/plugins/pgpcore/sgpgme.h
4246         * src/plugins/pgpinline/pgpinline.c
4247         * src/plugins/pgpinline/plugin.c
4248         * src/plugins/pgpmime/pgpmime.c
4249         * src/plugins/pgpmime/plugin.c
4250                 Factorize and generalize a bit 
4251                 Drop S/MIME signature verification from PGP/MIME
4252                 (adding it as another, more complete plugin)
4253
4254 2006-04-05 [paul]       2.1.0
4255
4256         2.1.0 released
4257
4258 2006-04-05 [paul]       2.0.0cvs186
4259
4260         * manual/advanced.xml
4261                 add info on colour labels
4262
4263 2006-04-05 [paul]       2.0.0cvs185
4264
4265         * po/bg.po
4266         * po/cs.po
4267         * po/de.po
4268         * po/el.po
4269         * po/en_GB.po
4270         * po/fi.po
4271         * po/fr.po
4272         * po/it.po
4273         * po/nl.po
4274         * po/pl.po
4275         * po/pt_BR.po
4276         * po/sr.po
4277         * po/zh_CN.po
4278                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4279                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4280                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4281                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4282         * src/gtk/authors.h
4283         * tools/claws.i18n.status.pl
4284                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4285                 and new Czech translator, Tim <timbrain@post.cz>
4286
4287 2006-04-05 [mones]      2.0.0cvs184
4288
4289         * po/es.po
4290                 Updated translation
4291
4292 2006-04-05 [colin]      2.0.0cvs183
4293
4294         * src/gtk/quicksearch.c
4295                 Fix bug #929 (unnecessary reload in quick search bar)
4296
4297 2006-04-05 [colin]      2.0.0cvs182
4298
4299         * src/compose.c
4300                 Fix crash on Reply with no From:
4301                 Show signature and conversion error on queuing 
4302                 (but not sending)
4303         * src/mainwindow.c
4304         * src/summaryview.c
4305         * src/summaryview.h
4306                 Factorize threading code and make sure msginfo 
4307                 is not null when it comes from a GtkCTreeRow's 
4308                 data
4309         * src/gtk/gtkaspell.c
4310                 Check for necessary things
4311         * src/gtk/gtksctree.c
4312         * src/gtk/gtksctree.h
4313                 Reset anchor if necessary when removing node
4314
4315 2006-03-29 [colin]      2.0.0cvs181
4316
4317         * src/folderview.c
4318                 Warn for disabled IMAP accounts (due to lack of
4319                 libetpan). Breaks string-freeze - sorry - but it
4320                 is kind of important ;)
4321
4322 2006-03-28 [colin]      2.0.0cvs180
4323
4324         * src/gtk/gtkutils.c
4325         * src/gtk/gtkutils.h
4326                 Add a gtkut_get_link_btn() function that
4327                 creates a button which acts like an URI
4328         * src/prefs_themes.c
4329         * src/gtk/about.c
4330                 Use this function (factorizes codes)
4331         * src/common/defs.h
4332         * src/gtk/pluginwindow.c
4333                 Add a "Get more..." in the plugins window
4334
4335 2006-03-28 [colin]      2.0.0cvs179
4336
4337         * src/common/smtp.c
4338         * src/common/passcrypt.c
4339         * src/undo.c
4340                 Warning fixes. Patch by Pawel Pekala
4341
4342 2006-03-27 [colin]      2.0.0cvs178
4343
4344         * src/undo.c
4345                 Fix undoing by blocks with spaces
4346
4347 2006-03-27 [colin]      2.0.0cvs177
4348
4349         * src/textview.c
4350                 Set margin to 3px for headers
4351
4352 2006-03-27 [paul]
4353
4354         2.1.0-rc2 released
4355
4356 2006-03-27 [wwp]        2.0.0cvs176
4357
4358         * src/summaryview.c
4359                 don't reset quicksearch when updating the message list.
4360                 Thanks to Colin.
4361
4362 2006-03-26 [wwp]        2.0.0cvs175
4363
4364         * src/compose.c
4365                 use a unified border width ('other' tab in the compose window,
4366                 patch by Pawel Pekala).
4367
4368
4369 2006-03-26 [wwp]        2.0.0cvs174
4370
4371         * src/common/quoted-printable.c
4372         * src/addressbook.c
4373                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4374
4375 2006-03-26 [colin]      2.0.0cvs173
4376
4377         * src/quote_fmt_parse.y
4378                 Fix non-UTF8 date formats messing up the whole quote a 
4379                 little bit
4380
4381 2006-03-26 [colin]      2.0.0cvs172
4382
4383         * src/procheader.c
4384                 Make sure the date is UTF8 valid, or try to make it
4385                 so. IncrediMail is really IncrediStupid.
4386         * src/compose.c
4387                 Fix possible conversions. 
4388                 
4389
4390 2006-03-26 [colin]      2.0.0cvs171
4391
4392         * src/matcher.c
4393                 Fix corner cases in body search. This is still a
4394                 hack... It seems impossible to make it good and 
4395                 reasonably fast at the same time.
4396
4397 2006-03-26 [colin]      2.0.0cvs170
4398
4399         * src/summaryview.c
4400                 I think I killed the twilight zone bug!
4401                 summary_select_node() flushes GTK events in order
4402                 to be able to center the view. But this also 
4403                 flushes keypresses like Ctrl-Alt-U, so this can
4404                 call summary_show from summary_select_node (itself
4405                 called from summary_show, etc.). And the summaryview
4406                 has to be unlocked in this function. So just locking
4407                 while processing GTK events, and bailing if locked, 
4408                 should fix it.
4409                 Fixes bug #927 (SIGSEGV during Update Summary)
4410
4411 2006-03-25 [colin]      2.0.0cvs169
4412
4413         * src/matcher.c
4414                 Fix search in QP-encoded bodies
4415                 Fix utf-8 searches in bodies encoded in the
4416                 locale's encoding
4417         * src/common/quoted-printable.c
4418         * src/common/quoted-printable.h
4419                 Add a decode function that doesn't overwrite
4420                 the original pointer
4421                 
4422
4423 2006-03-24 [colin]      2.0.0cvs168
4424
4425         * src/action.c
4426         * src/summaryview.c
4427         * src/summaryview.h
4428                 Update message cache after action
4429                 Patch by H. Merijn Brand
4430         * src/prefs_msg_colors.c
4431                 Factorize label 
4432                 Patch by Fabien Vantard
4433         * src/plugins/spamassassin/spamassassin_gtk.c
4434                 Remove useless translation
4435                 Patch by Fabien Vantard
4436
4437 2006-03-23 [colin]      2.0.0cvs167
4438
4439         * src/common/ssl.c
4440                 Let 30 seconds to SSL_connect
4441
4442 2006-03-23 [wwp]        2.0.0cvs166
4443
4444         * src/summaryview.c
4445         * src/gtk/description_window.c
4446                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4447                 and headers are translated; adjust description windows' width to fit their
4448                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4449
4450 2006-03-23 [paul]       2.0.0cvs165
4451
4452         * src/common/utils.c
4453                 fix highlighting of URIs containing "()"
4454                 (2.0.0cvs164's reversal fixed)
4455                 Thanks to Colin.
4456
4457 2006-03-23 [paul]       2.0.0cvs164
4458
4459         * src/common/utils.c
4460                 revert patch, (postponing a fix), at 2.0.0cvs120
4461                 as it breaks more URIs than it fixes.
4462                 Allow '-' to be a terminating character in a URI
4463
4464 2006-03-22 [colin]      2.0.0cvs163
4465
4466         * configure.ac
4467                 Require libetpan 0.45
4468                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4469
4470 2006-03-22 [paul]       2.0.0cvs162
4471
4472         * src/editgroup.c
4473                 replace '<-' and '->' buttons with GTK_STOCK graphical
4474                 buttons
4475         * src/summary_search.c
4476                 don't offer '...' for translation
4477                 add a tooltip to advanced search '...' button
4478         * src/gtk/quicksearch.c
4479                 don't offer '...' for translation
4480
4481 2006-03-21 [colin]      2.0.0cvs161
4482
4483         * src/compose.c
4484                 Fix middle-click pasting (insert at click
4485                 position instead of cursor position, don't
4486                 remove existing selection and allow pasting
4487                 our own selection)
4488         * src/addressbook.c
4489                 "LDAP Server" -> "LDAP servers"
4490
4491 2006-03-21 [wwp]        2.0.0cvs160
4492
4493         * src/etpan/imap-thread.c
4494                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4495
4496 2006-03-20 [colin]      2.0.0cvs159
4497
4498         * src/summaryview.c
4499                 Don't reload summaryview after an execute with no
4500                 move action
4501
4502 2006-03-19 [colin]      2.0.0cvs158
4503
4504         * src/addressbook.c
4505                 and put groups at the top, always
4506
4507 2006-03-19 [colin]      2.0.0cvs157
4508
4509         * src/addressbook.c
4510                 Order groups before names, as previously
4511
4512 2006-03-19 [colin]      2.0.0cvs156
4513
4514         * src/addressbook.c
4515                 - Sort case-unsensitive
4516                 - Put the sort arrow at opening too
4517
4518 2006-03-19 [wwp]        2.0.0cvs155
4519
4520         * src/addressbook.c
4521                 allow sorting by name/email/remarks, ensure that right-pane's contents
4522                 matches the left-pane selection (cleared when appropriate).
4523                 Patch by Pawel Pekala <c0rn@o2.pl>.
4524
4525 2006-03-18 [colin]      2.0.0cvs154
4526
4527         * src/textview.c
4528                 Fix text cursor ;)
4529
4530 2006-03-18 [colin]      2.0.0cvs153
4531
4532         * src/gtk/filesel.c
4533                 Make sure we hide the preview if we didn't get
4534                 a filename
4535
4536 2006-03-18 [colin]      2.0.0cvs152
4537
4538         * src/summaryview.c
4539                 Set cursor to watch for execution (fixes lack
4540                 of watch-cursor when dnd'ing hundreds of mails)
4541         * src/gtk/filesel.c
4542                 Check that mime type is 'image/*' before updating
4543                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4544
4545 2006-03-18 [colin]      2.0.0cvs151
4546
4547         * src/mainwindow.c
4548         * src/textview.c
4549         * src/textview.h
4550                 Put a watch cursor in textview too when the mainwindow's
4551                 cursor in a watch
4552
4553 2006-03-18 [colin]      2.0.0cvs150
4554
4555         * src/folder.c
4556                 Change wrong asserts to simple tests
4557
4558 2006-03-17 [colin]      2.0.0cvs149
4559
4560         * src/mainwindow.c
4561         * src/mainwindow.h
4562         * src/prefs_msg_colors.c
4563         * src/summaryview.c
4564         * src/summaryview.h
4565         * src/gtk/colorlabel.c
4566         * src/gtk/colorlabel.h
4567                 Add a color label menu in the main menubar
4568                 Add (fixed) accels Ctrl-{0-7} to change the color
4569                 They have to be fixed because the menu's dynamic,
4570                 the items are complex widgets, hence we can't use
4571                 a GtkItemFactory.
4572
4573
4574 2006-03-17 [wwp]        2.0.0cvs148
4575
4576         * src/compose.c
4577                 rollback few lines from my previous commit (those lines come from
4578                 a pending patch, accidentally commited, even if neutral as they are
4579                 commented out).
4580
4581 2006-03-17 [wwp]        2.0.0cvs147
4582
4583         * src/compose.c
4584                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4585                 applied code style/indentation to the modified function.
4586
4587 2006-03-17 [wwp]        2.0.0cvs146
4588
4589         * src/procmsg.c
4590         * src/compose.c
4591                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4592
4593 2006-03-17 [paul]
4594
4595         2.1.0-rc1 released
4596
4597 2006-03-17 [paul]       2.0.0cvs145
4598
4599         * src/main.c
4600                 addressbook_read_file() was called twice
4601         * src/textview.c
4602                 X-Mailer highlighting
4603
4604 2006-03-16 [colin]      2.0.0cvs144
4605
4606         * src/sourcewindow.c
4607         * src/sourcewindow.h
4608                 And the last one, in source window.
4609
4610 2006-03-16 [colin]      2.0.0cvs143
4611
4612         * src/compose.c
4613         * src/compose.h
4614                 Fix the same stuff in compose
4615
4616 2006-03-16 [colin]      2.0.0cvs142
4617
4618         * src/messageview.c
4619                 Complete the previous messageview crash fix
4620
4621 2006-03-16 [colin]      2.0.0cvs141
4622
4623         * src/procmsg.h
4624         * src/procmsg.c
4625         * src/folder.c
4626                 Fix POSTPROCESSING hook
4627                 Patch by H. Merijn Brand
4628
4629         * src/procmime.c
4630         * src/procmime.h
4631                 Parse Content-Location
4632
4633         * src/toolbar.c
4634         * src/messageview.c
4635         * src/messageview.h
4636                 Don't crash when a top-level MessageView has
4637                 been closed on us. Same problematic than
4638                 yesterday's quicksearch issue.
4639
4640 2006-03-15 [colin]      2.0.0cvs140
4641
4642         * src/gtk/quicksearch.c
4643                 Fix a bitchy race we didn't think about when we
4644                 added quicksearch cancellation:
4645                 If the search is not on cached fields, for example
4646                 body_part matchcase "stuff"
4647                 the matcher code has to get the whole message. If
4648                 we're on IMAP, that can be slow, and in order to
4649                 be non-blocking, the IMAP code idle loop processes
4650                 gtk events too. So it is possible to cancel a
4651                 quicksearch while the matcher is getting the mail's
4652                 body. After matcher got its body, it will start to
4653                 iterate over the matcher list that the Quicksearch's
4654                 clear_search_cb() just freed via prepare_matcher().
4655                 SIGSEGV ensues.
4656                 The fix consists of guarding the matcherlist_match()
4657                 call with a boolean 'matching'. If we reset the
4658                 quicksearch while matching is TRUE, we don't free
4659                 the matcherlist anymore like we did, but we set
4660                 another new flag, deferred_free, to TRUE. Then,
4661                 in quicksearch_match(), just after returning from
4662                 matcherlist_match() and unsetting the matching flag,
4663                 we check the deferred_free flag and do the
4664                 prepare_matcher() (which does the matcherlist_free)
4665                 for real, so we free the matcherlist once it's not
4666                 used anymore.
4667                 As all of this runs via the glib main loop, we
4668                 luckily don't need a mutex.
4669         * src/summaryview.c
4670                 Also, show progress while searching.
4671
4672
4673 2006-03-14 [colin]      2.0.0cvs139
4674
4675         * src/alertpanel.c
4676                 Make alertpanel_is_open non-static
4677
4678 2006-03-14 [colin]      2.0.0cvs138
4679
4680         * src/prefs_spelling.c
4681                 Cleanups - Fabien Vantard
4682
4683 2006-03-14 [wwp]        2.0.0cvs137
4684
4685         * src/main.c
4686                 code style normalization (curly braces, indentation).
4687
4688 2006-03-14 [wwp]        2.0.0cvs137
4689
4690         * src/main.c
4691                 code style (braces, indentation)
4692
4693 2006-03-12 [paul]       2.0.0cvs136
4694
4695         * src/prefs_common.c
4696                 trans_hdr defaults to FALSE to be RFC-savvy
4697         * src/prefs_summaries.c
4698                 add a tooltip to the trans_hdr option
4699                 
4700
4701 2006-03-12 [paul]       2.0.0cvs135
4702
4703         * src/prefs_matcher.c
4704                 give a little more width to the combos
4705         * src/prefs_display_header.c
4706         * src/textview.c
4707                 translate headers if prefs_common.trans_hdr
4708                 is TRUE
4709
4710         Patches by Pawel Pekala
4711
4712 2006-03-12 [paul]       2.0.0cvs134
4713
4714         * src/plugins/clamav/clamav_plugin.c
4715         * src/plugins/dillo_viewer/dillo_viewer.c
4716         * src/plugins/pgpcore/plugin.c
4717         * src/plugins/pgpinline/plugin.c
4718         * src/plugins/pgpmime/plugin.c
4719         * src/plugins/spamassassin/spamassassin.c
4720                 update/add to descriptions
4721         * src/plugins/spamassassin/spamassassin_gtk.c
4722                 fixes to the english, remove superfluous
4723                 tooltips, clean up a little
4724
4725 2006-03-12 [paul]       2.0.0cvs133
4726
4727         * src/compose.c
4728                 fix Bug 924, 'Account combo box shows up wrong 
4729                 if & is in account name'
4730
4731 2006-03-11 [colin]      2.0.0cvs132
4732
4733         * src/summaryview.c
4734                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4735                 messed up shift-selection because is slows down
4736                 moving around summaryview. thanks -users
4737
4738 2006-03-10 [colin]      2.0.0cvs131
4739
4740         * src/plugins/spamassassin/spamassassin_gtk.c
4741                 Put back Paul's engrish fixes
4742
4743 2006-03-10 [colin]      2.0.0cvs130
4744
4745         * src/plugins/spamassassin/spamassassin.c
4746         * src/plugins/spamassassin/spamassassin.h
4747         * src/plugins/spamassassin/spamassassin_gtk.c
4748                 Cleanup SA prefs page (more)
4749                 Patch by Fabien Vantard
4750
4751 2006-03-10 [paul]       2.0.0cvs129
4752
4753         * src/prefs_msg_colors.c
4754         * src/prefs_spelling.c
4755                 widget sensitivity
4756
4757 2006-03-09 [mones]      2.0.0cvs128
4758
4759         * po/es.po
4760                 Update for next RC
4761
4762 2006-03-09 [wwp]        2.0.0cvs127
4763
4764         * configure.ac
4765                 revert accidental commit (requirement for libetpan 0.43), this time
4766                 not in HEAD.
4767
4768 2006-03-09 [wwp]        2.0.0cvs125
4769
4770         * configure.ac
4771                 revert accidental commit (requirement for libetpan 0.43)
4772
4773 2006-03-09 [paul]       2.0.0cvs126
4774
4775         * src/prefs_receive.c
4776                 remove useless frame
4777                 replace 'incorporation' with 'receiving'
4778         * src/plugins/clamav/clamav_plugin_gtk.c
4779         * src/plugins/spamassassin/spamassassin_gtk.c
4780                 improve widget sensitivity
4781                 fix a bit his engrish
4782
4783 2006-03-09 [wwp]        2.0.0cvs125
4784
4785         * src/addressadd.c
4786         * src/foldersel.c
4787         * src/prefs_common.c
4788         * src/prefs_common.h
4789                 remember some more windows' sizes (add to addressbook and
4790                 select folder).
4791
4792 2006-03-09 [paul]       2.0.0cvs124
4793
4794         * src/plugins/pgpcore/prefs_gpg.c
4795                 normalise construction of dialogue
4796
4797 2006-03-09 [paul]       2.0.0cvs123
4798
4799         * src/plugins/trayicon/Makefile.am
4800                 add missing slash
4801
4802 2006-03-08 [colin]      2.0.0cvs122
4803
4804         * src/plugins/trayicon/Makefile.am
4805                 Fix build in separate dir 
4806                 Patch by Bamanzi <bamanzi@gmail.com>
4807
4808 2006-03-08 [colin]      2.0.0cvs121
4809
4810         * src/procmsg.c
4811                 Batch move and copies from summaryview with delayed execution
4812                 too
4813
4814 2006-03-07 [paul]       2.0.0cvs120
4815
4816         * src/common/utils.c
4817                 fix highlighting of URIs containing "()"
4818                 Patch by Pawel Pekala
4819
4820 2006-03-07 [paul]       2.0.0cvs119
4821
4822         * src/folder.c
4823         * src/folder.h
4824         * src/folderview.c
4825                 immediately do alphabetical resort when
4826                 changing a folder's name
4827                 Patch by Pawel Pekala
4828
4829 2006-03-07 [paul]       2.0.0cvs118
4830
4831         * src/news.c
4832         * src/news_gtk.c
4833                 when unsubscribing a newsgroup, remove the
4834                 folder and msgs in .sylpheed-claws/newscache
4835                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4836
4837 2006-03-07 [paul]       2.0.0cvs117
4838
4839         * src/textview.c
4840                 fix wrong Fake URL Warning
4841                 Thanks to Hiro
4842
4843 2006-03-07 [colin]      2.0.0cvs116
4844
4845         * src/imap.c
4846                 Return immediately when password dialog was
4847                 cancelled
4848         * src/gtk/inputdialog.c
4849                 Allow empty strings for passwords
4850
4851
4852 2006-03-06 [colin]      2.0.0cvs115
4853
4854         * src/imap.c
4855                 Prevent double-timeouts when connection fails
4856
4857 2006-03-06 [colin]
4858
4859         2.0.1-rc1 released
4860
4861 2006-03-06 [colin]      2.0.0cvs114
4862
4863         * src/imap.c
4864                 Refresh session during potentially long
4865                 operations
4866
4867 2006-03-06 [wwp]        2.0.0cvs113
4868
4869         * src/prefs_msg_colors.h
4870                 forgot that one (custom color labels).
4871
4872 2006-03-06 [wwp]        2.0.0cvs112
4873
4874         * src/prefs_common.c
4875         * src/prefs_common.h
4876         * src/prefs_msg_colors.c
4877         * src/summaryview.c
4878         * src/summaryview.h
4879         * src/gtk/colorlabel.c
4880         * src/gtk/colorlabel.h
4881                 colors in messages list are now customizable. Color values and names can
4882                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4883                 Thanks to Paul and Colin for their help with this longstanding patch!
4884
4885 2006-03-06 [wwp]        2.0.0cvs111
4886
4887         * src/textview.c
4888                 don't crash if (x)face is bad.
4889
4890 2006-03-05 [paul]       2.0.0cvs110
4891
4892         * AUTHORS
4893         * configure.ac
4894         * src/Makefile.am
4895         * src/common/Makefile.am
4896         * src/common/utils.h
4897         * src/etpan/imap-thread.c
4898         * src/gtk/authors.h
4899         * src/plugins/clamav/Makefile.am
4900         * src/plugins/demo/Makefile.am
4901         * src/plugins/dillo_viewer/Makefile.am
4902         * src/plugins/pgpcore/Makefile.am
4903         * src/plugins/pgpcore/passphrase.c
4904         * src/plugins/pgpinline/Makefile.am
4905         * src/plugins/pgpmime/Makefile.am
4906         * src/plugins/spamassassin/Makefile.am
4907         * src/plugins/trayicon/Makefile.am
4908                 fix builiding on cygwin
4909                 Patch by Ralgh Young <bamanzi@gmail.com>
4910
4911 2006-03-04 [wwp]        2.0.0cvs109
4912
4913         * manual/keyboard.xml
4914                 fix mixed up/down keys.
4915
4916 2006-03-04 [wwp]        2.0.0cvs108
4917
4918         * README
4919         * INSTALL
4920                 updated links to SpamAssassin.
4921
4922 2006-03-04 [wwp]        2.0.0cvs107
4923
4924         * manual/plugins.xml
4925         * src/plugins/spamassassin/README
4926                 updated SpamAssassin plugin docs to reflect new functional additions
4927                 (also fix/update/documents few technical stuff more, see the README).
4928
4929 2006-03-04 [wwp]        2.0.0cvs106
4930
4931         * src/prefs_message.c
4932                 normalized capitalization of message-prefs paths.
4933
4934 2006-03-04 [wwp]        2.0.0cvs105
4935
4936         * manual/advanced.xml
4937                 typo.
4938
4939 2006-03-03 [colin]      2.0.0cvs104
4940
4941         * src/plugins/clamav/clamav_plugin_gtk.c
4942                 Rework prefs page, patch by Fabien 
4943
4944 2006-03-03 [colin]      2.0.0cvs103
4945
4946         * src/plugins/clamav/clamav_plugin.c
4947                 Set error on all errors
4948
4949 2006-03-03 [colin]      2.0.0cvs102
4950
4951         * src/common/plugin.c
4952                 Initialize error to avoid crashing when a plugin fails
4953                 without setting error
4954
4955 2006-03-02 [wwp]        2.0.0cvs101
4956
4957         * configure.ac
4958                 fixed linker flags for libetpan support on Cygwin
4959                 (thanks to H.Merijn Brand).
4960
4961 2006-03-02 [wwp]        2.0.0cvs100
4962
4963         * src/addressbook.c
4964                 fix some AB error messages: one for punctuation and
4965                 one wrongly duplicate (thanks, maxbritov).
4966
4967 2006-03-02 [wwp]        2.0.0cvs99
4968
4969         * src/plugins/spamassassin/spamassassin.c
4970                 make sync calls to sa-learn/spamc to prevent
4971                 system (whatever local or client/server) overload.
4972
4973 2006-03-02 [colin]      2.0.0cvs98
4974
4975         * src/summaryview.c
4976                 Put the spam icon in the status column instead of the
4977                 mark one
4978
4979 2006-03-01 [colin]      2.0.0cvs97
4980
4981         * src/plugins/spamassassin/spamassassin.c
4982                 Fix segfault (g_file_set_contents fails for some 
4983                 reason and err==0x2f. Can't find out why with
4984                 valgrind, using working function :-)
4985
4986 2006-03-01 [colin]      2.0.0cvs96
4987
4988         * src/inc.c
4989                 Offline overriding: let 'No' be cached only 3 seconds
4990
4991 2006-03-01 [colin]      2.0.0cvs95
4992
4993         * src/addr_compl.c
4994         * src/addrbook.c
4995         * src/addressbook.c
4996         * src/addrindex.c
4997         * src/folder_item_prefs.c
4998         * src/headerview.c
4999         * src/imap.c
5000         * src/inc.c
5001         * src/ldif.c
5002         * src/mainwindow.c
5003         * src/mh.c
5004         * src/msgcache.c
5005         * src/prefs_common.h
5006         * src/prefs_msg_colors.c
5007         * src/procheader.c
5008         * src/procheader.h
5009         * src/procmime.c
5010         * src/procmsg.c
5011         * src/procmsg.h
5012         * src/send_message.h
5013         * src/simple-gettext.c
5014         * src/summaryview.c
5015         * src/summaryview.h
5016         * src/syldap.c
5017         * src/textview.c
5018         * src/undo.c
5019         * src/common/ssl_certificate.c
5020         * src/common/utils.c
5021         * src/gtk/colorsel.c
5022         * src/gtk/gtksctree.c
5023         * src/gtk/gtkshruler.c
5024         * src/plugins/trayicon/trayicon.c
5025                 #if 0 goes to /dev/null
5026
5027 2006-03-01 [colin]      2.0.0cvs94
5028
5029         * src/compose.c
5030         * src/imap.c
5031         * src/inc.c
5032         * src/inc.h
5033         * src/messageview.c
5034         * src/news.c
5035         * src/plugins/spamassassin/spamassassin.c
5036                 Allow to add information in the "working offline"
5037                 window
5038
5039 2006-03-01 [wwp]        2.0.0cvs93
5040
5041         * src/plugins/spamassassin/spamassassin.c
5042                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5043                 'cause it seems that calling `spamc ... < inputfile` with
5044                 g_spawn_(a)sync simply.. erm doesn't work :-).
5045
5046 2006-03-01 [wwp]        2.0.0cvs92
5047
5048         * src/toolbar.c
5049         * src/toolbar.h
5050                 simplify the adding of spam/ham button to the messageview toolbar
5051                 (it gets more clear now that the same button will be "Mark as spam"
5052                 or "Mark as ham" according to the current message status,
5053                 thanks to Colin).
5054
5055 2006-03-01 [wwp]        2.0.0cvs91
5056
5057         * src/messageview.c
5058         * src/procmsg.c
5059         * src/procmsg.h
5060         * src/summaryview.c
5061         * src/plugins/spamassassin/spamassassin.c
5062         * src/plugins/spamassassin/spamassassin.h
5063                 make learner callbacks return a status (0 for ok),
5064                 handle it in main code to avoid setting flags when learning failed,
5065                 don't learn on TCP if offline in spamassassin,
5066                 thanks to Colin.
5067
5068                 
5069
5070 2006-03-01 [wwp]        2.0.0cvs90
5071
5072         * src/compose.c
5073                 some work around the compose window's account menu,
5074                 patch by Fabien Vantard.
5075
5076 2006-03-01 [wwp]        2.0.0cvs89
5077
5078         * src/plugins/spamassassin/spamassassin.c
5079                 fixed bad logics, was using spamc in local mode and sa-learn
5080                 in remote mode (thanks, Colin).
5081
5082 2006-03-01 [wwp]        2.0.0cvs88
5083
5084         * src/plugins/spamassassin/spamassassin.c
5085         * src/plugins/spamassassin/spamassassin.h
5086         * src/plugins/spamassassin/spamassassin_gtk.c
5087                 made processing of emails w/ sa-plugin an option (default is TRUE),
5088                 fixed Engrish some tooltips, capitalization of some debug messages
5089                 and warnings. The spamassassin plugin now provides two separate
5090                 services: process emails upon incorporation and spamd training.
5091                 Both services (un)register independently but use some common
5092                 plugin settings (transport settings, spam storage location).
5093
5094 2006-02-28 [wwp]        2.0.0cvs87
5095
5096         * src/plugins/spamassassin/spamassassin.c
5097                 fix async flag to spamc cmdline execution (batch exec should
5098                 be asynchronous).
5099
5100 2006-02-27 [wwp]        2.0.0cvs86
5101
5102         * src/plugins/spamassassin/spamassassin.c
5103         * src/plugins/spamassassin/spamassassin.h
5104         * src/plugins/spamassassin/spamassassin_gtk.c
5105                 - added the ability to learn a remote spamassassin server (spamd),
5106                 using spamc.
5107                 - added the spamassassin option 'username', that applies to all
5108                 spamassassin operations (filtering, learning, local or remote).
5109                 The default username is the current unix user (if left blank
5110                 from gtk prefs or config file).
5111                 - commented out some unused code (notebook widget), removed unused
5112                 layout (hbox1).
5113                 - make more widgets sensitive to the transport type.
5114
5115 2006-02-27 [colin]      2.0.0cvs85
5116
5117         * src/plugins/spamassassin/spamassassin.c
5118                 Fix sa-learn call when offline
5119
5120 2006-02-27 [colin]      2.0.0cvs84
5121
5122         * configure.ac
5123         * src/Makefile.am
5124         * src/mainwindow.c
5125         * src/mainwindow.h
5126         * src/messageview.c
5127         * src/messageview.h
5128         * src/prefs_toolbar.c
5129         * src/procmsg.c
5130         * src/stock_pixmap.c
5131         * src/stock_pixmap.h
5132         * src/summaryview.c
5133         * src/toolbar.c
5134         * src/toolbar.h
5135         * src/pixmaps/ham_btn.xpm
5136         * src/pixmaps/spam.xpm
5137         * src/pixmaps/spam_btn.xpm
5138         * src/plugins/spamassassin/spamassassin.c
5139                 Add button in toolbar for spam learning
5140                 Fix a few bugs from the last related commit
5141                 Revert 1.9.6cvs23 which messed up shift-selection
5142
5143 2006-02-24 [colin]      2.0.0cvs83
5144
5145         * src/procmsg.c
5146         * src/summaryview.c
5147         * src/summaryview.h
5148         * src/plugins/spamassassin/spamassassin.c
5149         * src/plugins/spamassassin/spamassassin.h
5150         * src/plugins/spamassassin/spamassassin_gtk.c
5151                 Unregister learner when spamassassin is either
5152                 disabled or over tcp
5153
5154 2006-02-24 [colin]      2.0.0cvs82
5155
5156         * src/Makefile.am
5157         * src/mainwindow.c
5158         * src/mainwindow.h
5159         * src/procmsg.c
5160         * src/procmsg.h
5161         * src/stock_pixmap.c
5162         * src/stock_pixmap.h
5163         * src/summaryview.c
5164         * src/summaryview.h
5165         * src/gtk/icon_legend.c
5166         * src/pixmaps/spam.xpm  ** NEW FILE **
5167         * src/plugins/spamassassin/spamassassin.c
5168         * src/plugins/spamassassin/spamassassin_gtk.c
5169                 Add spam learning interface (Mark/Mark as 
5170                 (spam|ham) menus)
5171
5172 2006-02-24 [wwp]        2.0.0cvs81
5173
5174         * src/compose.c
5175         * src/compose.h
5176         * src/filtering.c
5177                 hide compose window when sending message in batch mode
5178                 (filtering: forward and redirect). Also fixed a wrong
5179                 value returned when sending failed, neutral anyway.
5180                 (Colin, me) 
5181
5182 2006-02-24 [wwp]        2.0.0cvs80
5183
5184         * src/mainwindow.c
5185                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5186
5187 2006-02-24 [paul]       2.0.0cvs79
5188
5189         * src/news.c
5190         * src/news.h
5191         * src/news_gtk.c
5192                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5193                 Thanks to Colin
5194
5195 2006-02-23 [colin]      2.0.0cvs78
5196
5197         * src/alertpanel.c
5198                 Change OK to Close in alertpanel with View log
5199                 button; add accel to View log. Patch by Fabien
5200                 Vantard
5201
5202 2006-02-23 [wwp]        2.0.0cvs77
5203
5204         * src/compose.c
5205                 silly me, there were much more tests to perform, since toolbars can
5206                 really have down to 1 element only.
5207
5208 2006-02-23 [wwp]        2.0.0cvs76
5209
5210         * commitHelper
5211                 fixed indentation from my previous commit. Fallback to VISUAL if
5212                 EDITOR is not set (and to vi, at last resort).
5213
5214 2006-02-23 [wwp]        2.0.0cvs75
5215
5216         * commitHelper
5217                 improved error detection (Colin, me).
5218
5219 2006-02-23 [wwp]        2.0.0cvs74
5220
5221         * src/prefs_toolbar.c
5222                 simplify and fix prefs/toolbars layouting. Combos' contents can
5223                 now be really displayed.
5224
5225 2006-02-23 [wwp]        2.0.0cvs73
5226         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5227         be really displayed.
5228
5229 2006-02-22 [wwp]        2.0.0cvs72
5230
5231         * src/compose.c
5232                 fix a typo in my previous commit (sorry!).
5233
5234 2006-02-22 [wwp]        2.0.0cvs71
5235
5236         * src/prefs_toolbar.c
5237                 fix a crash when adding separators to toolbars,
5238                 also fix some separator item information.
5239
5240 2006-02-22 [wwp]        2.0.0cvs70
5241
5242         * src/compose.c
5243                 fix a crash when redirecting (for instance) when compose window's
5244                 toolbar contents has been customized (when some buttons have been
5245                 removed in fact).
5246
5247 2006-02-21 [wwp]        2.0.0cvs69
5248
5249         * src/summaryview.c
5250         * src/gtk/pluginwindow.c
5251         * src/plugins/pgpcore/prefs_gpg.c
5252                 fix some compilation warnings (feat. remains of removed code).
5253
5254 2006-02-21 [wwp]        2.0.0cvs68
5255
5256         * src/gtk/gtkutils.c
5257                 fix two compilation issues, thanks to Stephan Sachse.
5258
5259 2006-02-20 [colin]      2.0.0cvs67
5260
5261         * src/mainwindow.c
5262                 Don't reselect displayed mail on refocus
5263                 This fixes actions misbehaving 
5264
5265 2006-02-20 [wwp]        2.0.0cvs66
5266
5267         * src/summaryview.c
5268         * src/gtk/gtksctree.c
5269         * src/gtk/gtkshruler.c
5270                 changed more runtime typecast checks.
5271
5272 2006-02-20 [wwp]        2.0.0cvs65
5273
5274         * src/summary_search.c
5275                 find all - summaryview refresh issue fixed, thanks to Colin.
5276
5277 2006-02-20 [wwp]        2.0.0cvs64
5278
5279         * src/gtk/gtkutils.c
5280                 better runtime typecast checks.
5281
5282 2006-02-20 [wwp]        2.0.0cvs63
5283
5284         * src/summary_search.c
5285                 enhancements to the summary search:
5286                         - add the ability to stop the running search
5287                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5288                         - don't search if no criteria (From/To/Subject/Body) is set
5289                         - ensure that a busy mouse pointer is always shown when searching,
5290                           show it even a bit earlier
5291
5292 2006-02-19 [colin]      2.0.0cvs62
5293
5294         * src/compose.c
5295         * src/imap.c
5296         * src/etpan/imap-thread.c
5297         * src/etpan/imap-thread.h
5298                 (Future) IMAP speed improvement on sending
5299                 Will require a libetpan update
5300         * src/summaryview.c
5301         * src/gtk/quicksearch.c
5302                 Make quicksearch clearable while running.
5303
5304 2006-02-17 [colin]      2.0.0cvs61
5305
5306         * src/imap.c
5307         * src/etpan/imap-thread.c
5308         * src/etpan/imap-thread.h
5309                 Check for IMAP certificates
5310                 ** Requires libetpan-0.42-cvs4 
5311                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5312
5313 2006-02-17 [colin]      2.0.0cvs60
5314
5315         * src/messageview.c
5316         * src/prefs_common.c
5317         * src/prefs_common.h
5318         * src/prefs_message.c
5319                 Add pref to display HTML-only mails with plugin, 
5320                 if possible (defaulting to FALSE of course).
5321
5322 2006-02-16 [colin]      2.0.0cvs59
5323
5324         * src/main.c
5325         * src/common/plugin.c
5326         * src/common/plugin.h
5327         * src/gtk/pluginwindow.c
5328                 Keep track of requested (but unloaded) plugins
5329                 in some error cases.
5330
5331 2006-02-16 [wwp]        2.0.0cvs58
5332
5333         * src/gtk/gtkaspell.c
5334         * src/gtk/gtkaspell.h
5335         * src/prefs_spelling.c
5336         * src/compose.c
5337         * src/prefs_common.c
5338         * src/prefs_common.h
5339                 implemented new optional spellchecker behaviour: re-check message when
5340                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5341
5342 2006-02-16 [wwp]        2.0.0cvs57
5343
5344         * src/quote_fmt_parse.y
5345                 pclose popen'ed pipe.
5346
5347 2006-02-15 [colin]      2.0.0cvs56
5348
5349         * src/mimeview.c
5350         * src/mimeview.h
5351                 Let MimeViewers know which MimeView they
5352                 depend of.
5353         * src/summaryview.c
5354                 Swap From/To columns in Sent/Queue/Drafts
5355                 folders
5356         * src/etpan/imap-thread.c
5357                 Use mailstream_low_tls_open() for STARTTLS
5358                 instead of mailstream_low_ssl_open()
5359                 ** REQUIRES libetpan 0.42cvs3 **
5360
5361 2006-02-15 [wwp]        2.0.0cvs55
5362
5363         * src/compose.c
5364         * src/compose.h
5365         * src/message_search.c
5366         * src/message_search.h
5367         * src/textview.c
5368         * src/gtk/gtkutils.c
5369         * src/gtk/gtkutils.h
5370                 added the ability to Find text in the compose window (and a bit
5371                 of code factorization).
5372
5373 2006-02-15 [wwp]        2.0.0cvs54
5374
5375         * src/prefs_gtk.c
5376                 yet another one file was missing (fix for some widgets' sensitivity).
5377                 Thanks Colin!
5378
5379 2006-02-15 [wwp]        2.0.0cvs53
5380
5381         * src/prefs_gtk.h
5382                 oops forgot that file (fix for some widgets' sensitivity).
5383
5384 2006-02-15 [wwp]        2.0.0cvs52
5385
5386         * src/summary_search.c
5387                 implemented advanced summary search options (added the ability
5388                 to use matcher conditions in an advanced search mode).
5389
5390 2006-02-15 [wwp]        2.0.0cvs51
5391
5392         * src/plugins/pgpcore/prefs_gpg.c
5393         * src/prefs_account.c
5394                 fix some widget sensitivity, mostly around some labels in
5395                 account prefs.
5396
5397 2006-02-15 [paul]       2.0.0cvs50
5398
5399         * manual/advanced.xml
5400                 improve Templates info
5401                 written by wwp
5402
5403 2006-02-14 [colin]      2.0.0cvs49
5404
5405         * src/pixmaps/address_book.xpm
5406         * src/pixmaps/preferences.xpm
5407         * src/pixmaps/properties.xpm
5408                 Fix pixmap size - patch by Fabien Vantard
5409
5410 2006-02-13 [colin]      2.0.0cvs48
5411
5412         * src/procmime.c
5413                 Add missing fclose()s on error
5414         * src/textview.c
5415                 Remove unused code
5416         * src/common/utils.c
5417                 Fix temp files not being deleted on windows
5418         Patches by Thomas Gilgin
5419
5420 2006-02-13 [colin]      2.0.0cvs47
5421
5422         * src/mainwindow.c
5423                 Fix exit crash
5424
5425 2006-02-13 [wwp]        2.0.0cvs46
5426
5427         * src/plugins/pgpcore/prefs_gpg.c
5428                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5429
5430 2006-02-12 [colin]      2.0.0cvs45
5431
5432         * src/folderview.c
5433         * src/main.c
5434         * src/mainwindow.c
5435                 Fix "stuff" when quitting
5436
5437 2006-02-12 [wwp]        2.0.0cvs44
5438
5439         * src/prefs_themes.c
5440                 fix typos in debug messages.
5441
5442 2006-02-11 [colin]      2.0.0cvs43
5443
5444         * src/summaryview.c
5445                 don't allow drag/drop from ourself
5446
5447 2006-02-10 [wwp]        2.0.0cvs42
5448
5449         * src/exporthtml.c
5450         * src/html.c
5451         * src/html.h
5452         * src/procmime.c
5453         * src/textview.c
5454                 renamed html_ prefixed functions and data structures to avoid
5455                 namespace clashes w/ other software (gtkhtml2 for instance).
5456                 Closes bug #907.
5457
5458
5459 2006-02-09 [colin]      2.0.0cvs41
5460
5461         * src/summaryview.c
5462                 Fix shitty logic messed up. Thanks Ticho for the hint!
5463
5464 2006-02-09 [wwp]        2.0.0cvs40
5465
5466         * src/gtk/about.c
5467         * src/compose.c
5468         * src/prefs_account.c
5469         * src/prefs_gtk.h
5470         * src/editaddress.c
5471                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5472                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5473                 Browse buttons in accounts prefs.
5474
5475 2006-02-09 [colin]      2.0.0cvs39
5476
5477         * src/matcher.c
5478                 Check for pointer before using its members
5479         * src/gtk/gtksourceprintjob.c
5480                 Fix a wrong warning
5481
5482 2006-02-09 [wwp]        2.0.0cvs38
5483
5484         * src/gtk/filesel.c
5485                 fix few compiler warnings (type mismatch).
5486
5487 2006-02-09 [paul]       2.0.0cvs37
5488
5489         * po/fr.po
5490                 updated by Fabien Vantard
5491
5492 2006-02-08 [colin]      2.0.0cvs36
5493
5494         * src/prefs_common.c
5495         * src/common/defs.h
5496         * src/common/plugin.c
5497                 allow windows and linux configurations to coexist
5498                 patch by Thomas Gilgin
5499
5500 2006-02-08 [colin]      2.0.0cvs35
5501
5502         * src/filtering.c
5503         * src/matcher.c
5504         * src/matcher.h
5505         * src/matcher_parser_parse.y
5506         * src/prefs_filtering_action.c
5507         * src/prefs_matcher.c
5508                 Add the "Ignore thread" filtering
5509                 action
5510
5511 2006-02-08 [colin]      2.0.0cvs34
5512
5513         * src/compose.c
5514         * src/procmime.c
5515         * src/procmime.h
5516                 Fix bug #905 (damaged attachment)
5517                 text files with raw \0's aren't really text files
5518         FOR_STABLE
5519
5520 2006-02-08 [colin]      2.0.0cvs33
5521
5522         * src/summaryview.c
5523                 Fix crasher introduced yesterday
5524
5525 2006-02-08 [wwp]        2.0.0cvs32
5526
5527         * src/compose.c
5528         * src/compose.h
5529                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5530
5531 2006-02-08 [wwp]        2.0.0cvs31
5532
5533         * src/prefs_template.c
5534                 templates enhancement: allow address completion for Cc and Bcc fields
5535                 (it was currently possible for the To field only)
5536
5537 2006-02-08 [colin]      2.0.0cvs30
5538
5539         * src/compose.c
5540                 Don't unblock if not blocked
5541         FOR_STABLE
5542
5543 2006-02-07 [colin]      2.0.0cvs29
5544
5545         * src/action.c
5546                 Forgot to refresh summaryview
5547
5548 2006-02-07 [colin]      2.0.0cvs28
5549
5550         * src/action.c
5551                 Freeze/thaw message list and folder list while
5552                 processing %as{} actions 
5553         * src/compose.c
5554                 Fix auto-wrap disabling after a middle-click
5555                 paste - FOR_STABLE
5556
5557 2006-02-07 [paul]       2.0.0cvs27
5558
5559         * src/folder.c
5560                 fix freeing of uninitialised pointers
5561                 Thanks to Colin
5562
5563 2006-02-06 [colin]      2.0.0cvs26
5564
5565         * src/folder.c
5566                 Use g_slist_prepend in potentially big list
5567
5568 2006-02-06 [colin]      2.0.0cvs25
5569
5570         * src/folder.c
5571                 Completely skip processing if it doesn't 
5572                 exist (faster!)
5573
5574 2006-02-06 [colin]      2.0.0cvs24
5575
5576         * src/folder.c
5577         * src/summaryview.c
5578                 Batch filtering in summaryview (from Tools menu)
5579                 and pre/post//-processing too
5580
5581 2006-02-06 [colin]      2.0.0cvs23
5582
5583         * src/procmsg.h
5584         * src/filtering.c
5585                 Use a special field for batch filtering instead
5586                 of stepping on deferred execution's toes
5587
5588 2006-02-06 [colin]      2.0.0cvs22
5589
5590         * src/action.c
5591         * src/filtering.c
5592         * src/filtering.h
5593         * src/folder.c
5594         * src/summaryview.c
5595                 Fix filtering via menus and actions
5596
5597 2006-02-06 [colin]      2.0.0cvs21
5598
5599         * src/imap.c
5600                 Put the added file directly to cache if possible (will work
5601                 with next libetpan)
5602         * src/filtering.c
5603         * src/filtering.h
5604         * src/inc.c
5605         * src/folder.c
5606         * src/mbox.c
5607         * src/procmsg.h
5608                 Move and copy filtered messages by batches instead of one
5609                 by one - faster on IMAP
5610         * src/procmsg.c
5611                 Add a function that'll possibly be useful later
5612
5613 2006-02-06 [colin]      2.0.0cvs20
5614
5615         * src/addressbook.c
5616                 Use internal mime-type instead of text/plain for d'n'd
5617         * src/compose.c
5618                 Allow attaching files from mimeview's icon list via d'n'd
5619         * src/folderview.c
5620         * src/folderview.h
5621                 Use internal mime-type instead of text/plain for d'n'd
5622                 Don't try to selected opened folder if none is
5623                 Factorize d'n'd from other apps code
5624         * src/headerview.c
5625         * src/textview.c
5626         * src/gtk/gtkutils.c
5627         * src/gtk/gtkutils.h
5628                 Factorize Face/X-Face stuff
5629         * src/mimeview.c
5630                 Fix d'n'd to other apps
5631         * src/prefs_message.c
5632                 Let the XFace pref be usable without libcompface as it also
5633                 applies to Face
5634         * src/summaryview.c
5635                 Fix d'n'd to other apps
5636                 Factorize d'n'd from other apps code
5637
5638 2006-02-06 [wwp]        2.0.0cvs19
5639
5640         * po/it.po
5641                 Italian translation fixes by Andrea Spadaccini (no more confusion
5642                 between filtering and processing, and few changes in the About
5643                 dialog).
5644
5645
5646 2006-02-06 [mones]      2.0.0cvs18
5647
5648         * src/gtk/icon_legend.c
5649                 Improved descriptions allowing better translations
5650
5651 2006-02-05 [colin]      2.0.0cvs17
5652
5653         * src/imap.c
5654                 Add the f*cking missing expunge that caused imap_fetch_env
5655                 to fail after an add_msgs ! :-///
5656         * src/etpan/imap-thread.c
5657                 Add a bit of debug
5658         FOR_STABLE
5659
5660 2006-02-05 [colin]      2.0.0cvs16
5661
5662         * src/common/utils.c
5663                 Don't check for return-path (or we can't put
5664                 back non-sent mails)
5665
5666 2006-02-05 [colin]      2.0.0cvs15
5667
5668         * src/textview.c
5669                 Don't try to display Face header in textview
5670                 when teh headerview's active
5671
5672 2006-02-05 [colin]      2.0.0cvs14
5673
5674         * tools/tbird2syl.py
5675         * tools/Makefile.am
5676                 Add script to import Thunderbird mails
5677
5678 2006-02-05 [colin]      2.0.0cvs13
5679
5680         * src/headerview.c
5681         * src/procheader.c
5682         * src/procmsg.c
5683         * src/procmsg.h
5684         * src/textview.c
5685                 Show Face headers - patch partially by Klaus Flittner
5686
5687 2006-02-05 [colin]      2.0.0cvs12
5688
5689         * src/folderview.c
5690         * src/summaryview.c
5691         * src/common/utils.c
5692         * src/common/utils.h
5693                 Let dnd work from mime icons to summaryview
5694                 and to folderview too
5695                 Add a crude test to avoid trying to add files
5696                 drag'n'dropped when they're not mails
5697
5698 2006-02-04 [colin]      2.0.0cvs11
5699
5700         * src/summaryview.c
5701         * src/mimeview.c
5702                 Fix utf8 conversion
5703
5704 2006-02-04 [colin]      2.0.0cvs10
5705
5706         * src/compose.c
5707         * src/folderview.c
5708         * src/mimeview.c
5709         * src/summaryview.c
5710         * src/summaryview.h
5711                 Added various drag and drop capas:
5712                 From                    To
5713                 summaryview             other apps
5714                 mimeview icons          other apps
5715                 other apps              summaryview
5716                 other apps              folderview
5717
5718                 This shouldn't have broken the existing:
5719                 From                    To
5720                 summaryview             folderview
5721                 folderview              folderview
5722                 summaryview             compose's attachments
5723
5724         Tests welcomed.
5725
5726 2006-02-02 [paul]       2.0.0cvs9
5727
5728         * src/mainwindow.c
5729                 move global option 'Set displayed columns...' out
5730                 of folder option grouping.
5731                 fix sensitivity of 'harvest addresses'
5732         FOR_STABLE
5733
5734 2006-02-01 [colin]      2.0.0cvs8
5735
5736         * src/mimeview.c
5737                 Revert the alertpanel patch, it sucks (intrusive
5738                 and gets in the way of "open")
5739
5740 2006-02-01 [colin]      2.0.0cvs7
5741
5742         * src/compose.c
5743         * src/prefs_account.c
5744         * src/prefs_common.c
5745         * src/common/defs.h
5746         * src/common/utils.c
5747         * src/common/utils.h
5748                 Add ability to edit the signature file
5749                 from the account preferences, and use
5750                 a default for the text editor.
5751                 Patch by Fabien Vantard
5752
5753 2006-02-01 [colin]      2.0.0cvs6
5754
5755         * src/mimeview.c
5756                 Try to get mime type by extension if it is
5757                 application/octet-stream
5758                 Display a window with possible choices when
5759                 encountering unknown mime types
5760         * src/gtk/filesel.c
5761         * src/gtk/filesel.h
5762                 Add preview
5763                 Allow multiple selection in filtered filesel
5764                 (patch by Fabien Vantard)
5765         * src/gtk/pluginwindow.c
5766                 Use it (patch by Fabien Vantard)
5767
5768 2006-02-01 [paul]       2.0.0cvs5
5769
5770         * src/jpilot.c
5771                 fix crash on creating jpilot address book
5772                 Thanks to Colin - FOR_STABLE
5773         * src/prefs_summaries.c
5774         * src/prefs_wrapping.c
5775         * src/gtk/icon_legend.c
5776         * src/gtk/quicksearch.c
5777                 string fixes and additions
5778
5779 2006-02-01 [paul]       2.0.0cvs4
5780
5781         * src/compose.c
5782         * src/mainwindow.c
5783         * src/messageview.c
5784         * src/prefs_send.c
5785                 add Arabic encoding option
5786                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5787
5788 2006-01-31 [colin]      2.0.0cvs3
5789
5790         * src/plugins/pgpcore/passphrase.c
5791                 Convert passphrase to locale encoding
5792         * src/compose.c
5793                 Fix drafting on IMAP. Crappy bug sneaked in
5794                 the release :-/
5795         FOR_STABLE
5796
5797 2006-01-30 [paul]       2.0.0cvs2
5798
5799         * src/gtk/icon_legend.c
5800                 show the new entries
5801
5802 2006-01-30 [colin]      2.0.0cvs1
5803
5804         * src/manual.c
5805                 Check for the file to be present before 
5806                 enabling the menu - FOR_STABLE
5807         * src/gtk/icon_legend.c
5808                 Add folders icons (not all of them, there
5809                 are too much, but the most intriguing ones)
5810
5811 2006-01-30 [paul]       2.0.0
5812
5813         version 2.0.0 released
5814
5815 2006-01-30 [paul]       1.9.100cvs200
5816
5817         * manual/faq.xml
5818         * manual/gpl.xml
5819         * manual/intro.xml
5820         * manual/starting.xml
5821         * manual/sylpheed-claws-manual.xml
5822                 fixes, additions
5823
5824 2006-01-29 [mones]      1.9.100cvs199
5825
5826         * manual/account.xml
5827         * manual/advanced.xml
5828         * manual/glossary.xml
5829                 Some typos fixed, added LDIF term to glossary
5830         * po/es.po
5831                 Fixed leading plus symbol
5832
5833 2006-01-29 [paul]       1.9.100cvs198
5834
5835         * po/fi.po
5836         * po/sk.po
5837                 updated by Tommi Pirinen and Andrej Kacian
5838
5839 2006-01-29 [paul]       1.9.100cvs197
5840
5841         * src/gtk/authors.h
5842                 remove duplicates
5843
5844 2006-01-29 [paul]       1.9.100cvs196
5845
5846         * AUTHORS
5847         * po/nl.po
5848         * src/gtk/authors.h
5849         * tools/claws.i18n.status.pl
5850                 nl translation updated by Tim Dijkstra
5851
5852 2006-01-29 [paul]       1.9.100cvs195
5853
5854         * po/sr.po
5855         * po/sv.po
5856                 updated by Aleksandar Urosevic and Anders Troback
5857
5858 2006-01-28 [colin]      1.9.100cvs194
5859
5860         * src/gtk/gtksourceprintjob.c
5861                 Don't fiddle with PangoLayout when we
5862                 have an image
5863
5864 2006-01-28 [paul]       1.9.100cvs193
5865
5866         * AUTHORS
5867         * po/el.po
5868         * po/zh_CN.po
5869         * src/gtk/authors.h
5870         * tools/claws.i18n.status.pl
5871                 updated translations submitted by Stavros Giannouris
5872                 and Ralgh Young
5873
5874 2006-01-27 [colin]      1.9.100cvs192
5875
5876         * src/summaryview.c
5877         * src/gtk/gtksourceprintjob.c
5878                 Add image printing 
5879                 (libgnomeprint only, of course)
5880
5881 2006-01-27 [paul]       1.9.100cvs191
5882
5883         * po/fr.po
5884         * po/it.po
5885                 updated by Fabien Vantard and Andrea Spadaccini
5886
5887 2006-01-26 [colin]      1.9.100cvs190
5888
5889         * manual/Makefile.am
5890         * configure.ac
5891                 Make building the manual optional 
5892                 (--disable-manual)
5893
5894 2006-01-26 [paul]       1.9.100cvs189
5895
5896         * manual/glossary.xml
5897         * manual/plugins.xml
5898                 edited
5899         * po/en_GB.po
5900                 updated
5901
5902 2006-01-26 [paul]       1.9.100cvs188
5903
5904         * src/prefs_display_header.c
5905         * src/prefs_folder_column.c
5906         * src/prefs_msg_colors.c
5907         * src/prefs_summaries.c
5908         * src/prefs_summary_column.c
5909                 HIGify
5910
5911 2006-01-25 [colin]      1.9.100cvs187
5912
5913         * src/imap.c
5914                 Don't allow moving/copying mails between
5915                 queue/drafts and non-queue/drafts folders
5916                 Fixes bug #897 (message header is resetted 
5917                 if one is copied to Drafts)
5918
5919 2006-01-25 [colin]      1.9.100cvs186
5920
5921         * src/folder.c
5922         * src/mainwindow.c
5923                 Fix subscribed folders not found
5924         * src/compose.c
5925                 Don't try to encode as original mail's charset
5926                 if it's ascii 
5927
5928 2006-01-25 [paul]       1.9.100cvs185
5929
5930         * AUTHORS
5931         * po/Makevars
5932                 updated
5933         * po/de.po
5934         * po/pl.po
5935         * po/pt_BR.po
5936         * po/sr.po
5937                 updates submitted by Stephan Sachse, Emilian Nowak
5938                 and Quar, Frederico Goncalves Guimaraes, and
5939                 Aleksandar Urosevic
5940                 Fix Bug 896, 'PT_BR locale broken'.
5941         * src/gtk/authors.h
5942                 updated
5943
5944 2006-01-24 [mones]      1.9.100cvs184
5945
5946         * manual/glossary.xml
5947                 All current terms finished. Reviewers welcome ;-)
5948         * manual/keyboard.xml
5949                 Fixed column width for pdf output.
5950         * po/es.po
5951                 Updated
5952
5953 2006-01-24 [paul]       1.9.100cvs183
5954
5955         * manual/glossary.xml
5956                 fix id name
5957         * manual/dist/html/Makefile.am
5958         * manual/dist/pdf/Makefile.am
5959         * manual/dist/ps/Makefile.am
5960         * manual/dist/txt/Makefile.am
5961                 fix make deps
5962                 Thanks to Colin
5963
5964 2006-01-24 [mones]      1.9.100cvs182
5965
5966         * manual/glossary.xml
5967                 Nearly finished, some terms missing.
5968
5969 2006-01-23 [paul]       1.9.100cvs181
5970
5971         * manual/dist/html/Makefile.am
5972         * manual/dist/pdf/Makefile.am
5973         * manual/dist/ps/Makefile.am
5974         * manual/dist/txt/Makefile.am
5975         * src/mainwindow.c
5976                 re-enable manual
5977                 Thanks to Colin
5978
5979 2006-01-22 [colin]      1.9.100cvs180
5980
5981         * src/compose.c
5982         * src/gtk/gtkaspell.c
5983                 Don't deselect stuff before right-clicking, with aspell.
5984                 (This prevented right-click Copy, for example).
5985                 Thanks to Clo!
5986
5987 2006-01-22 [paul]       1.9.100cvs179
5988
5989         * src/summary_search.c
5990                 don't fix the widget size as it causes problems
5991                 under localisation.
5992                 Thanks to Emilian Nowak
5993
5994 2006-01-21 [paul]       1.9.100cvs178
5995
5996         * src/prefs_themes.c
5997                 fix broken underlining of label text
5998                 with some translations
5999
6000 2006-01-21 [colin]      1.9.100cvs177
6001
6002         * po/fr.po
6003                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6004
6005 2006-01-20 [colin]      1.9.100cvs176
6006
6007         * configure.ac
6008         * Makefile.am
6009         * manual/Makefile
6010         * manual/dist/html/.cvsignore
6011         * manual/dist/html/Makefile.am
6012         * manual/dist/pdf/.cvsignore
6013         * manual/dist/pdf/Makefile.am
6014         * manual/dist/ps/.cvsignore
6015         * manual/dist/ps/Makefile.am
6016         * manual/dist/txt/.cvsignore
6017         * manual/dist/txt/Makefile.am
6018                 Autotool-ize manual
6019
6020 2006-01-20 [paul]       1.9.100cvs175
6021
6022         * manual/handling.xml
6023                 make Filtering and Searching entries easier to find
6024         * manual/keyboard.xml
6025                 add the remaining default keybinds
6026         * src/prefs_summaries.c
6027                 update the default keybinds
6028
6029 2006-01-20 [paul]       1.9.100cvs174
6030
6031         * src/addressbook.c
6032         * src/addrgather.c
6033         * src/addrharvest.c
6034         * src/editaddress.c
6035         * src/editgroup.c
6036         * src/exphtmldlg.c
6037         * src/expldifdlg.c
6038         * src/exporthtml.c
6039         * src/exportldif.c
6040         * src/ldif.c
6041                 replace 'e-mail' with 'email'
6042         * src/summary_search.c
6043                 add mnemonic to "Find all" button
6044
6045 2006-01-20 [wwp]        1.9.100cvs173
6046
6047         * src/export.c
6048         * src/import.c
6049                 touched mbox import/export buttons for HIG-compliance
6050
6051 2006-01-19 [paul]       1.9.100cvs172
6052
6053         * manual/account.xml
6054         * manual/addrbook.xml
6055         * manual/advanced.xml
6056         * manual/faq.xml
6057         * manual/handling.xml
6058         * manual/intro.xml
6059         * manual/plugins.xml
6060         * manual/starting.xml
6061                 more editing
6062
6063 2006-01-19 [paul]       1.9.100cvs171
6064
6065         * src/toolbar.c
6066                 allow use of trash button while receiving
6067                 Thanks to Colin
6068
6069 2006-01-19 [wwp]        1.9.100cvs170
6070
6071         * src/gtk/quicksearch.c
6072         * src/compose.c
6073                 force text color to black when yellow background is set
6074
6075 2006-01-19 [colin]      1.9.100cvs169
6076
6077         * src/plugins/trayicon/trayicon.c
6078                 Gray out Get Mail when already getting mail
6079
6080 2006-01-18 [paul]       1.9.100cvs168
6081
6082         * src/compose.c
6083                 give widget yellow background was To is
6084                 set via folder prefs
6085         * src/gtk/quicksearch.c
6086                 give widget yellow background when quick
6087                 search is active.
6088                 Thanks to Colin
6089
6090 2006-01-18 [paul]       1.9.100cvs167
6091
6092         * doc/man/sylpheed-claws.1
6093                 add --subscribe option
6094
6095 2006-01-18 [paul]       1.9.100cvs166
6096
6097         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6098         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6099                 use %U instead of %F (%F is broken for user installed
6100                 files in kde 3.5)
6101
6102 2006-01-18 [colin]      1.9.100cvs165
6103
6104         * src/summaryview.c
6105                 Default to Yes in "No more * messages" dialogs
6106
6107 2006-01-17 [colin]      1.9.100cvs164
6108
6109         * src/compose.c
6110                 Possibly fix an invalid iterator causing
6111                 crash
6112
6113 2006-01-17 [colin]      1.9.100cvs163
6114
6115         * src/mimeview.c
6116                 Fix crash when the image disappears under the
6117                 image viewer
6118
6119 2006-01-16 [colin]      1.9.100cvs162
6120
6121         * src/compose.c
6122                 Fix reenabling autowrap
6123
6124 2006-01-16 [colin]      1.9.100cvs161
6125
6126         * src/compose.c
6127                 reset quote_len before getting quote_str
6128
6129 2006-01-16 [colin]      1.9.100cvs160
6130
6131         * src/account.c
6132         * src/account.h
6133         * src/folder.c
6134         * src/imap_gtk.c
6135         * src/mh_gtk.c
6136                 Fix bug #883 (default inbox does not track folder move)
6137
6138 2006-01-16 [colin]      1.9.100cvs159
6139
6140         * src/compose.c
6141         * src/plugins/pgpcore/passphrase.c
6142                 More buttons fixes
6143
6144 2006-01-16 [paul]       1.9.100cvs158
6145
6146         * src/prefs_actions.c
6147         * src/prefs_filtering_action.c
6148         * src/prefs_matcher.c
6149         * src/quote_fmt.c
6150         * src/gtk/description_window.c
6151         * src/gtk/description_window.h
6152         * src/gtk/quicksearch.c
6153                 description window cleanups
6154
6155 2006-01-15 [colin]      1.9.100cvs157
6156
6157         * src/addressbook.c
6158         * src/prefs_filtering.c
6159                 Same here
6160
6161 2006-01-15 [colin]      1.9.100cvs156
6162
6163         * src/folderview.c
6164         * src/mainwindow.c
6165                 Same for "Empty trash"
6166
6167 2006-01-15 [colin]      1.9.100cvs155
6168
6169         * src/inc.c
6170                 Override offline dialog had Yes by default
6171
6172 2006-01-15 [colin]      1.9.100cvs154
6173
6174         * src/summaryview.c
6175                 Delete selected messages? previously had Yes the default
6176
6177 2006-01-15 [colin]      1.9.100cvs153
6178
6179         * src/folder.c
6180         * src/folder.h
6181         * src/main.c
6182                 Check if a mailbox is loaded after all
6183                 plugins are loaded.
6184
6185 2006-01-15 [colin]      1.9.100cvs152
6186
6187         * src/folder.c
6188                 Don't start wizard when there are unloaded folders (will help
6189                 people with only mbox or maildir mailboxes)
6190
6191 2006-01-14 [colin]      1.9.100cvs151
6192
6193         * src/addressbook.c
6194         * src/expldifdlg.c
6195         * src/importldif.c
6196         * src/importmutt.c
6197         * src/importpine.c
6198         * src/mh_gtk.c
6199                 More HIG compliance and fixes
6200
6201 2006-01-14 [colin]      1.9.100cvs150
6202
6203         * src/prefs_filtering_action.c
6204         * src/foldersel.c
6205                 Two forgotten button order changes
6206
6207 2006-01-14 [colin]      1.9.100cvs149
6208
6209         * src/account.c
6210         * src/addressbook.c
6211         * src/compose.c
6212         * src/folderview.c
6213         * src/imap_gtk.c
6214         * src/mainwindow.c
6215         * src/mh_gtk.c
6216         * src/news_gtk.c
6217         * src/prefs_actions.c
6218         * src/prefs_customheader.c
6219         * src/prefs_filtering.c
6220         * src/prefs_matcher.c
6221         * src/prefs_template.c
6222         * src/ssl_manager.c
6223         * src/summaryview.c
6224         * src/textview.c
6225         * src/toolbar.c
6226                 All deletion confirmations are now "Cancel, Delete" 
6227                 instead of "No, Yes"
6228                 Clarified most of the other "No, Yes" to 
6229                 "Cancel, Descriptive_action"
6230                 Rechanged the "Entry not saved" alerts to have 
6231                 "Close, Continue editing"
6232
6233
6234 2006-01-14 [paul]
6235
6236         * 2.0.0-rc4 released
6237
6238 2006-01-14 [paul]       1.9.100cvs148
6239
6240         * src/account.c
6241         * src/addressadd.c
6242         * src/addressbook.c
6243         * src/compose.c
6244         * src/editaddress.c
6245         * src/editbook.c
6246         * src/editgroup.c
6247         * src/editjpilot.c
6248         * src/editldap.c
6249         * src/editvcard.c
6250         * src/exphtmldlg.c
6251         * src/expldifdlg.c
6252         * src/folderview.c
6253         * src/grouplistdialog.c
6254         * src/imap_gtk.c
6255         * src/importmutt.c
6256         * src/importpine.c
6257         * src/inc.c
6258         * src/main.c
6259         * src/mainwindow.c
6260         * src/message_search.c
6261         * src/messageview.c
6262         * src/mh_gtk.c
6263         * src/mimeview.c
6264         * src/news_gtk.c
6265         * src/prefs_actions.c
6266         * src/prefs_customheader.c
6267         * src/prefs_filtering.c
6268         * src/prefs_matcher.c
6269         * src/prefs_template.c
6270         * src/prefs_themes.c
6271         * src/ssl_manager.c
6272         * src/summary_search.c
6273         * src/summaryview.c
6274         * src/textview.c
6275         * src/toolbar.c
6276         * src/gtk/foldersort.c
6277         * src/gtk/gtkaspell.c
6278         * src/gtk/inputdialog.c
6279         * src/gtk/prefswindow.c
6280         * src/plugins/pgpcore/select-keys.c
6281         * src/plugins/trayicon/trayicon.c
6282                 HIG compliant button order
6283
6284 2006-01-14 [mones]      1.9.100cvs147
6285
6286         * po/es.po
6287                 Updated translation
6288
6289 2006-01-13 [paul]       1.9.100cvs146
6290
6291         * AUTHORS
6292         * ChangeLog
6293         * src/gtk/authors.h
6294                 add Joshua M. Kwan to contributors list
6295
6296 2006-01-13 [colin]      1.9.100cvs145
6297
6298         * src/gtk/quicksearch.c
6299                 Don't refocus quick search after executing (Esc or Enter)
6300                 Allows to '/'search something then move up/down in 
6301                 summaryview, and to Esc a search and be back in the 
6302                 summaryview
6303
6304 2006-01-13 [paul]       1.9.100cvs144
6305
6306         * src/plugins/pgpinline/pgpinline.c
6307                 support Content-Type 'application/pgp'
6308                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6309
6310 2006-01-13 [paul]       1.9.100cvs143
6311
6312         * manual/account.xml
6313                 make mention of partial retrieval
6314                 thanks to Colin
6315
6316 2006-01-13 [paul]       1.9.100cvs142
6317
6318         * src/account.c
6319         * src/account.h
6320         * src/action.c
6321         * src/action.h
6322         * src/adbookbase.h
6323         * src/addr_compl.c
6324         * src/addr_compl.h
6325         * src/addrbook.c
6326         * src/addrcache.c
6327         * src/addrcache.h
6328         * src/addrcindex.c
6329         * src/addrcindex.h
6330         * src/addrclip.c
6331         * src/addrclip.h
6332         * src/addrdefs.h
6333         * src/addressadd.c
6334         * src/addressadd.h
6335         * src/addressbook.c
6336         * src/addressbook.h
6337         * src/addrgather.c
6338         * src/addrgather.h
6339         * src/addrharvest.c
6340         * src/addrharvest.h
6341         * src/addrindex.c
6342         * src/addrindex.h
6343         * src/addritem.c
6344         * src/addritem.h
6345         * src/addrquery.c
6346         * src/addrquery.h
6347         * src/addrselect.c
6348         * src/addrselect.h
6349         * src/alertpanel.c
6350         * src/alertpanel.h
6351         * src/browseldap.c
6352         * src/browseldap.h
6353         * src/codeconv.c
6354         * src/codeconv.h
6355         * src/compose.c
6356         * src/compose.h
6357         * src/customheader.c
6358         * src/customheader.h
6359         * src/displayheader.c
6360         * src/displayheader.h
6361         * src/editaddress.c
6362         * src/editaddress.h
6363         * src/editbook.c
6364         * src/editbook.h
6365         * src/editgroup.c
6366         * src/editgroup.h
6367         * src/editjpilot.c
6368         * src/editjpilot.h
6369         * src/editldap.c
6370         * src/editldap.h
6371         * src/editldap_basedn.c
6372         * src/editldap_basedn.h
6373         * src/editvcard.c
6374         * src/editvcard.h
6375         * src/exphtmldlg.c
6376         * src/exphtmldlg.h
6377         * src/expldifdlg.c
6378         * src/expldifdlg.h
6379         * src/export.h
6380         * src/exporthtml.c
6381         * src/exporthtml.h
6382         * src/exportldif.c
6383         * src/exportldif.h
6384         * src/filtering.c
6385         * src/filtering.h
6386         * src/folder.c
6387         * src/folder.h
6388         * src/folder_item_prefs.c
6389         * src/folder_item_prefs.h
6390         * src/foldersel.c
6391         * src/foldersel.h
6392         * src/folderutils.c
6393         * src/folderutils.h
6394         * src/folderview.c
6395         * src/folderview.h
6396         * src/grouplistdialog.c
6397         * src/grouplistdialog.h
6398         * src/headerview.c
6399         * src/html.c
6400         * src/html.h
6401         * src/image_viewer.c
6402         * src/image_viewer.h
6403         * src/imap.c
6404         * src/imap.h
6405         * src/imap_gtk.c
6406         * src/imap_gtk.h
6407         * src/import.h
6408         * src/importldif.c
6409         * src/importldif.h
6410         * src/importmutt.c
6411         * src/importmutt.h
6412         * src/importpine.c
6413         * src/importpine.h
6414         * src/inc.c
6415         * src/inc.h
6416         * src/jpilot.c
6417         * src/jpilot.h
6418         * src/ldapctrl.c
6419         * src/ldapctrl.h
6420         * src/ldaplocate.c
6421         * src/ldaplocate.h
6422         * src/ldapquery.c
6423         * src/ldapquery.h
6424         * src/ldapserver.c
6425         * src/ldapserver.h
6426         * src/ldaputil.c
6427         * src/ldaputil.h
6428         * src/ldif.c
6429         * src/ldif.h
6430         * src/main.c
6431         * src/main.h
6432         * src/mainwindow.c
6433         * src/mainwindow.h
6434         * src/manual.c
6435         * src/manual.h
6436         * src/mbox.c
6437         * src/mbox.h
6438         * src/message_search.c
6439         * src/message_search.h
6440         * src/messageview.c
6441         * src/messageview.h
6442         * src/mh.c
6443         * src/mh.h
6444         * src/mh_gtk.c
6445         * src/mh_gtk.h
6446         * src/mimeview.c
6447         * src/mimeview.h
6448         * src/msgcache.c
6449         * src/msgcache.h
6450         * src/mutt.c
6451         * src/mutt.h
6452         * src/news.c
6453         * src/news.h
6454         * src/news_gtk.c
6455         * src/news_gtk.h
6456         * src/partial_download.c
6457         * src/partial_download.h
6458         * src/pine.c
6459         * src/pine.h
6460         * src/pop.c
6461         * src/pop.h
6462         * src/prefs_account.c
6463         * src/prefs_account.h
6464         * src/prefs_actions.c
6465         * src/prefs_actions.h
6466         * src/prefs_common.c
6467         * src/prefs_common.h
6468         * src/prefs_compose_writing.c
6469         * src/prefs_compose_writing.h
6470         * src/prefs_customheader.c
6471         * src/prefs_customheader.h
6472         * src/prefs_display_header.c
6473         * src/prefs_display_header.h
6474         * src/prefs_filtering.c
6475         * src/prefs_filtering.h
6476         * src/prefs_filtering_action.c
6477         * src/prefs_filtering_action.h
6478         * src/prefs_folder_column.c
6479         * src/prefs_folder_column.h
6480         * src/prefs_folder_item.c
6481         * src/prefs_folder_item.h
6482         * src/prefs_fonts.c
6483         * src/prefs_fonts.h
6484         * src/prefs_gtk.c
6485         * src/prefs_gtk.h
6486         * src/prefs_image_viewer.c
6487         * src/prefs_image_viewer.h
6488         * src/prefs_matcher.c
6489         * src/prefs_matcher.h
6490         * src/prefs_message.c
6491         * src/prefs_msg_colors.c
6492         * src/prefs_msg_colors.h
6493         * src/prefs_other.c
6494         * src/prefs_quote.c
6495         * src/prefs_receive.c
6496         * src/prefs_send.c
6497         * src/prefs_spelling.c
6498         * src/prefs_spelling.h
6499         * src/prefs_summaries.c
6500         * src/prefs_summaries.h
6501         * src/prefs_summary_column.c
6502         * src/prefs_summary_column.h
6503         * src/prefs_template.c
6504         * src/prefs_template.h
6505         * src/prefs_themes.c
6506         * src/prefs_themes.h
6507         * src/prefs_toolbar.c
6508         * src/prefs_toolbar.h
6509         * src/prefs_wrapping.c
6510         * src/prefs_wrapping.h
6511         * src/privacy.c
6512         * src/privacy.h
6513         * src/procheader.c
6514         * src/procheader.h
6515         * src/procmime.c
6516         * src/procmime.h
6517         * src/procmsg.c
6518         * src/procmsg.h
6519         * src/quote_fmt.c
6520         * src/quote_fmt_parse.y
6521         * src/recv.c
6522         * src/recv.h
6523         * src/remotefolder.c
6524         * src/remotefolder.h
6525         * src/send_message.c
6526         * src/send_message.h
6527         * src/setup.c
6528         * src/setup.h
6529         * src/sourcewindow.c
6530         * src/sourcewindow.h
6531         * src/ssl_manager.c
6532         * src/ssl_manager.h
6533         * src/statusbar.c
6534         * src/statusbar.h
6535         * src/stock_pixmap.c
6536         * src/stock_pixmap.h
6537         * src/summary_search.c
6538         * src/summary_search.h
6539         * src/summaryview.c
6540         * src/summaryview.h
6541         * src/syldap.c
6542         * src/syldap.h
6543         * src/textview.c
6544         * src/textview.h
6545         * src/toolbar.c
6546         * src/toolbar.h
6547         * src/undo.c
6548         * src/undo.h
6549         * src/unmime.c
6550         * src/unmime.h
6551         * src/vcard.c
6552         * src/vcard.h
6553         * src/wizard.c
6554         * src/wizard.h
6555         * src/common/base64.c
6556         * src/common/base64.h
6557         * src/common/defs.h
6558         * src/common/hooks.c
6559         * src/common/hooks.h
6560         * src/common/log.c
6561         * src/common/log.h
6562         * src/common/mgutils.c
6563         * src/common/mgutils.h
6564         * src/common/nntp.c
6565         * src/common/nntp.h
6566         * src/common/passcrypt.c
6567         * src/common/passcrypt.h.in
6568         * src/common/plugin.c
6569         * src/common/plugin.h
6570         * src/common/prefs.c
6571         * src/common/prefs.h
6572         * src/common/progressindicator.c
6573         * src/common/progressindicator.h
6574         * src/common/quoted-printable.c
6575         * src/common/quoted-printable.h
6576         * src/common/session.c
6577         * src/common/session.h
6578         * src/common/smtp.c
6579         * src/common/smtp.h
6580         * src/common/socket.c
6581         * src/common/socket.h
6582         * src/common/ssl.c
6583         * src/common/ssl.h
6584         * src/common/ssl_certificate.c
6585         * src/common/ssl_certificate.h
6586         * src/common/stringtable.c
6587         * src/common/stringtable.h
6588         * src/common/sylpheed.c
6589         * src/common/sylpheed.h
6590         * src/common/template.c
6591         * src/common/template.h
6592         * src/common/timing.h
6593         * src/common/utils.c
6594         * src/common/utils.h
6595         * src/common/version.h.in
6596         * src/common/xml.c
6597         * src/common/xml.h
6598         * src/common/xmlprops.c
6599         * src/common/xmlprops.h
6600         * src/gtk/colorlabel.c
6601         * src/gtk/colorsel.c
6602         * src/gtk/colorsel.h
6603         * src/gtk/description_window.c
6604         * src/gtk/description_window.h
6605         * src/gtk/filesel.c
6606         * src/gtk/filesel.h
6607         * src/gtk/foldersort.c
6608         * src/gtk/foldersort.h
6609         * src/gtk/gtkutils.c
6610         * src/gtk/gtkutils.h
6611         * src/gtk/inputdialog.c
6612         * src/gtk/inputdialog.h
6613         * src/gtk/logwindow.c
6614         * src/gtk/logwindow.h
6615         * src/gtk/manage_window.c
6616         * src/gtk/manage_window.h
6617         * src/gtk/menu.c
6618         * src/gtk/menu.h
6619         * src/gtk/pluginwindow.c
6620         * src/gtk/pluginwindow.h
6621         * src/gtk/prefswindow.c
6622         * src/gtk/prefswindow.h
6623         * src/gtk/progressdialog.c
6624         * src/gtk/progressdialog.h
6625         * src/gtk/sslcertwindow.c
6626         * src/gtk/sslcertwindow.h
6627         * src/plugins/clamav/clamav_plugin.c
6628         * src/plugins/clamav/clamav_plugin.h
6629         * src/plugins/clamav/clamav_plugin_gtk.c
6630         * src/plugins/demo/demo.c
6631         * src/plugins/dillo_viewer/dillo_prefs.c
6632         * src/plugins/dillo_viewer/dillo_prefs.h
6633         * src/plugins/dillo_viewer/dillo_viewer.c
6634         * src/plugins/pgpcore/passphrase.c
6635         * src/plugins/pgpcore/passphrase.h
6636         * src/plugins/pgpcore/plugin.c
6637         * src/plugins/pgpcore/select-keys.c
6638         * src/plugins/pgpcore/select-keys.h
6639         * src/plugins/pgpcore/sgpgme.c
6640         * src/plugins/pgpcore/sgpgme.h
6641         * src/plugins/pgpinline/pgpinline.c
6642         * src/plugins/pgpinline/pgpinline.h
6643         * src/plugins/pgpinline/plugin.c
6644         * src/plugins/pgpmime/pgpmime.c
6645         * src/plugins/pgpmime/pgpmime.h
6646         * src/plugins/pgpmime/plugin.c
6647         * src/plugins/spamassassin/spamassassin.c
6648         * src/plugins/spamassassin/spamassassin.h
6649         * src/plugins/spamassassin/spamassassin_gtk.c
6650         * src/plugins/trayicon/trayicon.c
6651                 update copyright header
6652
6653 2006-01-13 [paul]       1.9.100cvs141
6654
6655         * src/account.c
6656         * src/export.c
6657         * src/import.c
6658         * src/mainwindow.c
6659         * src/prefs_account.c
6660         * src/prefs_display_header.c
6661         * src/prefs_receive.c
6662         * src/prefs_send.c
6663         * src/prefs_summaries.c
6664         * src/prefs_themes.c
6665         * src/prefs_toolbar.c
6666         * src/gtk/about.c
6667                 various cleanups
6668
6669 2006-01-12 [colin]      1.9.100cvs140
6670
6671         * src/folder.c
6672         * src/folder.h
6673         * src/main.c
6674                 Add --subscribe option
6675                 Let sylpheed-claws email@domain.com equivalent to --compose
6676                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6677
6678 2006-01-12 [paul]       1.9.100cvs139
6679
6680         * src/mainwindow.c
6681                 append 'Change folder order' label with '...'
6682         * src/prefs_actions.c
6683                 allow reordering of actions list by dnd
6684         * src/gtk/foldersort.c
6685                 make the dialog nicer
6686
6687 2006-01-11 [colin]      1.9.100cvs138
6688
6689         * src/compose.c
6690                 Allow templates without text
6691
6692 2006-01-11 [paul]       1.9.100cvs137
6693
6694         * tools/README
6695         * tools/filter_conv_new.pl
6696                 add info to README
6697                 also check .sylpheed for filter.xml
6698                 be a bit informative to the user
6699
6700 2006-01-11 [colin]      1.9.100cvs136
6701
6702         * src/textview.c
6703                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6704
6705 2006-01-10 [paul]       1.9.100cvs135
6706
6707         * tools/Makefile.am
6708         * tools/filter_conv_new.pl
6709                 add script to convert new style Sylpheed
6710                 filter rules (Sylpheed >= 0.9.99) to
6711                 Claws filtering rules
6712
6713 2006-01-10 [colin]      1.9.100cvs134
6714
6715         * src/compose.c
6716                 Fix broken line joins in certain conditions
6717                 (between two quoted lines: <enter><enter><up>
6718                  <type a wrapped sentence><go in the first line>
6719                  <insert more text><watch as line joining failed>)
6720
6721 2006-01-10 [paul]       1.9.100cvs133
6722
6723         * src/compose.c
6724                 don't report success in error dialog
6725                 thanks to Colin
6726         * src/common/utils.c
6727                 include some trailing punctuations as URI
6728                 thanks to Hiro
6729
6730 2006-01-10 [paul]       1.9.100cvs132
6731
6732         * src/mimeview.c
6733                 fix incompatible pointer type
6734                 warning
6735
6736 2006-01-10 [paul]       1.9.100cvs131
6737
6738         * src/compose.c
6739                 change Subject in window title
6740                 instantaneously
6741
6742 2006-01-09 [colin]      1.9.100cvs130
6743
6744         * src/addressbook.c
6745         * src/headerview.c
6746         * src/mainwindow.c
6747         * src/messageview.c
6748         * src/mimeview.c
6749         * src/noticeview.c
6750         * src/summaryview.c
6751                 Fix possible crashes on exit and in addressbook
6752
6753 2006-01-09 [paul]       1.9.100cvs129
6754
6755         * src/prefs_msg_colors.c
6756                 some cleanups that I forgot last time
6757
6758 2006-01-09 [paul]       1.9.100cvs128
6759
6760         * README
6761         * src/folderview.c
6762         * src/prefs_msg_colors.c
6763                 add previously hidden option, color_new, to
6764                 the gui
6765                 move the page to Display/
6766                 rework the gui
6767
6768 2006-01-09 [wwp]        1.9.100cvs127
6769
6770         * src/prefs_themes.c
6771                 made the prefs/display/themes layouts spacing less condensed
6772                 (and so they match other prefs/pages' look).
6773
6774 2006-01-09 [paul]       1.9.100cvs126
6775
6776         * src/compose.c
6777         * src/prefs_common.c
6778         * src/prefs_common.h
6779         * src/prefs_wrapping.c
6780                 remove 'wrap at send' option
6781
6782 2006-01-06 [colin]      1.9.100cvs125
6783
6784         * src/compose.c
6785                 Just make completely sure we don't insert "manual line breaks" 
6786                 when wrapping... 
6787
6788 2006-01-04 [paul]
6789
6790         * 2.0.0-rc3 released
6791
6792 2006-01-04 [paul]       1.9.100cvs124
6793
6794         * src/folderview.c
6795                 fix bug 882, 'quick scroll in folder list
6796                 displays wrong folder contents'
6797
6798 2006-01-04 [paul]       1.9.100cvs123
6799
6800         * src/plugins/pgpmime/pgpmime.c
6801                 better debug information when signing
6802                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6803
6804 2006-01-03 [colin]      1.9.100cvs122
6805
6806         * configure.ac
6807                 We need to recheck for gpgme 1.0.0 after checking
6808                 for 1.1.1, because if 1.1.1 isn't available, 
6809                 GPGME_LIBS and friends are blanked out by the 
6810                 second check.
6811
6812 2006-01-03 [colin]      1.9.100cvs121
6813
6814         * src/common/prefs.c
6815                 Windows unlink-before rename fix
6816         * src/plugins/pgpcore/sgpgme.c
6817                 Add support for PKA info if available
6818                 Both patches by Werner Koch
6819
6820 2006-01-03 [paul]       1.9.100cvs120
6821
6822         * src/messageview.c
6823                 fix bug 884, 'Send receipt' button visible in queue
6824                 Thanks to Colin
6825
6826 2006-01-02 [colin]      1.9.100cvs119
6827
6828         * src/compose.c
6829         * src/imap.c
6830                 Fix autosave on IMAP and more generally try to
6831                 return the correct ID on a newly added IMAP message
6832
6833 2006-01-02 [paul]       1.9.100cvs118
6834
6835         * manual/keyboard.xml
6836                 edited
6837
6838 2006-01-01 [paul]       1.9.100cvs117
6839
6840         * src/gtk/authors.h
6841                 alphabetical order
6842
6843 2005-12-30 [colin]      1.9.100cvs116
6844
6845         * manual/advanced.xml
6846                 Explain Pre/Post-processing differences.
6847
6848 2005-12-30 [colin]      1.9.100cvs115
6849
6850         * src/mh.c
6851                 Implement copy_msgs for a little optimization
6852         * src/imap.c
6853                 Finish yesterday's fix
6854
6855 2005-12-29 [colin]      1.9.100cvs114
6856
6857         * src/imap.c
6858                 Fix occasional failure in fetching a mail over
6859                 IMAP
6860
6861 2005-12-29 [colin]      1.9.100cvs113
6862
6863         * src/compose.c
6864                 Don't remove a draft when sending it, if it is 
6865                 locked.
6866
6867 2005-12-28 [colin]      1.9.100cvs112
6868
6869         * src/summaryview.c
6870                 Fix leak for real
6871
6872 2005-12-28 [wwp]        1.9.100cvs111
6873
6874         * doc/faq/.cvsignore
6875         * doc/faq/de/.cvsignore
6876         * doc/faq/en/.cvsignore
6877         * doc/faq/es/.cvsignore
6878         * doc/faq/fr/.cvsignore
6879         * doc/faq/it/.cvsignore
6880         * doc/manual/.cvsignore
6881         * doc/manual/de/.cvsignore
6882         * doc/manual/en/.cvsignore
6883         * doc/manual/es/.cvsignore
6884         * doc/manual/fr/.cvsignore
6885         * doc/manual/ja/.cvsignore
6886         * src/plugins/mathml_viewer/.cvsignore
6887                 rollback revival of those files (my bad, sorry for the noise).
6888
6889 2005-12-28 [wwp]        1.9.100cvs110
6890
6891         * src/compose.c
6892                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6893
6894 2005-12-28 [wwp]        1.9.100cvs109
6895
6896         * doc/faq/.cvsignore
6897         * doc/faq/de/.cvsignore
6898         * doc/faq/en/.cvsignore
6899         * doc/faq/es/.cvsignore
6900         * doc/faq/fr/.cvsignore
6901         * doc/faq/it/.cvsignore
6902         * doc/manual/.cvsignore
6903         * doc/manual/de/.cvsignore
6904         * doc/manual/en/.cvsignore
6905         * doc/manual/es/.cvsignore
6906         * doc/manual/fr/.cvsignore
6907         * doc/manual/ja/.cvsignore
6908         * src/plugins/mathml_viewer/.cvsignore
6909         * po/.cvsignore
6910                 more files to ignore.
6911
6912 2005-12-24 [colin]      1.9.100cvs108
6913
6914         * AUTHORS
6915         * src/gtk/authors.h
6916                 Update for Werner
6917
6918 2005-12-24 [colin]      1.9.100cvs107
6919
6920         * src/procmsg.c
6921                 Allow NULL src_msginfo in 
6922                 procmsg_msginfo_new_from_mimeinfo
6923
6924 2005-12-23 [paul]       1.9.100cvs106
6925
6926         * src/plugins/pgpinline/mypgpcore.def
6927                 add this forgotten file
6928
6929 2005-12-23 [colin]      1.9.100cvs105
6930
6931         * src/mainwindow.c
6932                 Fix missing break
6933
6934 2005-12-23 [colin]      1.9.100cvs104
6935
6936         * autogen.sh
6937         * src/folder.c
6938         * src/mh.c
6939         * src/common/plugin.c
6940         * src/common/socket.c
6941         * src/common/socket.h
6942         * src/common/utils.c
6943         * src/common/utils.h
6944         * src/gtk/pluginwindow.c
6945         * src/plugins/pgpcore/plugin.def
6946         * src/plugins/pgpcore/sylpheed.def
6947         * src/plugins/pgpinline/Makefile.am
6948         * src/plugins/pgpinline/plugin.def
6949         * src/plugins/pgpinline/sylpheed.def
6950         * src/plugins/pgpmime/plugin.def
6951         * src/plugins/pgpmime/sylpheed.def
6952                 Various w32 fixes by Werner Koch
6953
6954 2005-12-22 [paul]       1.9.100cvs103
6955
6956         * src/wizard.c
6957                 don't offer IMAP as 'server type' if
6958                 libetpan isn't built in
6959
6960 2005-12-22 [paul]       1.9.100cvs102
6961
6962         * AUTHORS
6963         * src/mainwindow.c
6964         * src/mainwindow.h
6965         * src/toolbar.c
6966         * src/gtk/authors.h
6967                 support GTK_TOOLBAR_BOTH_HORIZ (text
6968                 next to icon) Patch by Marien Zwart
6969                 marienz@users.sf.net
6970                 Also reword the text
6971
6972 2005-12-21 [colin]      1.9.100cvs101
6973
6974         * configure.ac
6975                 Fix DATADIRNAME
6976         * COPYING
6977                 Fix missing section and explicit the exception better
6978         * src/compose.c
6979                 Prevent mail from being lost without notice when an
6980                 SMTP error happens on trying to send an unmodified
6981                 drafted mail.
6982         * src/send_message.c
6983         * src/common/smtp.c
6984                 Fix password remembering when wrong, and add return
6985                 value checks where they should have been
6986         * src/plugins/pgpcore/sylpheed.def
6987         * src/plugins/pgpinline/sylpheed.def
6988         * src/plugins/pgpmime/sylpheed.def
6989                 Add a few symbols needed
6990
6991 2005-12-21 [paul]       1.9.100cvs100
6992
6993         * m4/codeset.m4
6994         * m4/glibc21.m4
6995         * m4/intdiv0.m4
6996         * m4/inttypes-pri.m4
6997         * m4/inttypes.m4
6998         * m4/inttypes_h.m4
6999         * m4/isc-posix.m4
7000         * m4/lcmessage.m4
7001         * m4/stdint_h.m4
7002         * m4/uintmax_t.m4
7003                 gettextization
7004                 thanks to Colin
7005
7006 2005-12-21 [paul]       1.9.100cvs99
7007
7008         * po/sv.po
7009                 fixed by Colin
7010
7011 2005-12-20 [paul]       1.9.100cvs98
7012
7013         * po/sv.po
7014                 updated by Anders Trobäck
7015
7016 2005-12-20 [colin]      1.9.100cvs97
7017
7018         * ABOUT-NLS
7019         * Makefile.am
7020         * autogen.sh
7021         * configure.ac
7022         * config/config.rpath
7023         * config/mkinstalldirs
7024         * m4/Makefile.am
7025         * m4/glibc2.m4
7026         * m4/gnupg.m4
7027         * m4/gpgme.m4
7028         * m4/intmax.m4
7029         * m4/longdouble.m4
7030         * m4/longlong.m4
7031         * m4/printf-posix.m4
7032         * m4/signed.m4
7033         * m4/size_max.m4
7034         * m4/ulonglong.m4
7035         * m4/wchar_t.m4
7036         * m4/wint_t.m4
7037         * m4/xsize.m4
7038         * po/Makefile.in.in
7039         * po/Makevars
7040         * po/bg.po
7041         * po/ca.po
7042         * po/cs.po
7043         * po/de.po
7044         * po/el.po
7045         * po/en_GB.po
7046         * po/es.po
7047         * po/fi.po
7048         * po/fr.po
7049         * po/hr.po
7050         * po/hu.po
7051         * po/it.po
7052         * po/ja.po
7053         * po/ko.po
7054         * po/nb.po
7055         * po/nl.po
7056         * po/pl.po
7057         * po/pt_BR.po
7058         * po/ru.po
7059         * po/sk.po
7060         * po/sr.po
7061         * po/stamp-po
7062         * po/sv.po
7063         * po/zh_CN.po
7064         * po/zh_TW.po
7065         * src/Makefile.am
7066         * src/codeconv.c
7067         * src/compose.c
7068         * src/exporthtml.c
7069         * src/exportldif.c
7070         * src/folder.c
7071         * src/main.c
7072         * src/manual.c
7073         * src/mh.c
7074         * src/mimeview.c
7075         * src/send_message.c
7076         * src/common/Makefile.am
7077         * src/common/fnmatch.c
7078         * src/common/fnmatch.h
7079         * src/common/fnmatch_loop.c
7080         * src/common/nntp.c
7081         * src/common/plugin.c
7082         * src/common/smtp.c
7083         * src/common/socket.c
7084         * src/common/string_match.c
7085         * src/common/sylpheed.c
7086         * src/common/utils.c
7087         * src/common/utils.h
7088         * src/common/w32_dirent.c
7089         * src/common/w32_reg.c
7090         * src/common/w32_signal.c
7091         * src/common/w32_stat.c
7092         * src/common/w32_stdio.c
7093         * src/common/w32_stdlib.c
7094         * src/common/w32_string.c
7095         * src/common/w32_time.c
7096         * src/common/w32_unistd.c
7097         * src/common/w32_wait.c
7098         * src/common/w32lib.h
7099         * src/etpan/Makefile.am
7100         * src/gtk/Makefile.am
7101         * src/plugins/clamav/Makefile.am
7102         * src/plugins/demo/Makefile.am
7103         * src/plugins/dillo_viewer/Makefile.am
7104         * src/plugins/pgpcore/Makefile.am
7105         * src/plugins/pgpcore/passphrase.c
7106         * src/plugins/pgpcore/plugin.def
7107         * src/plugins/pgpcore/sgpgme.c
7108         * src/plugins/pgpcore/sylpheed.def
7109         * src/plugins/pgpcore/version.rc
7110         * src/plugins/pgpinline/Makefile.am
7111         * src/plugins/pgpinline/plugin.def
7112         * src/plugins/pgpinline/sylpheed.def
7113         * src/plugins/pgpinline/version.rc
7114         * src/plugins/pgpmime/Makefile.am
7115         * src/plugins/pgpmime/mypgpcore.def
7116         * src/plugins/pgpmime/plugin.def
7117         * src/plugins/pgpmime/sylpheed.def
7118         * src/plugins/pgpmime/version.rc
7119         * src/plugins/spamassassin/Makefile.am
7120                 Very little ;-) patch from Werner Koch, providing
7121                 infrastructure for cross-compiling to Win32
7122
7123 2005-12-20 [paul]       1.9.100cvs96
7124
7125         * src/account.c
7126         * src/account.h
7127         * src/mainwindow.c
7128         * src/mainwindow.h
7129         * src/toolbar.c
7130         * src/toolbar.h
7131                 add a combo to the Get All button, allowing
7132                 quick retrieval from any account
7133                 Patch by Fabien Vantard, slightly modified
7134                 by Colin
7135         * src/gtk/about.c
7136                 i18n fix. Patch by Fabien Vantard
7137
7138 2005-12-19 [colin]      1.9.100cvs95
7139
7140         * src/compose.c
7141         * src/compose.h
7142                 Don't automatically join lines when they've 
7143                 been separated by the user and not automatically
7144
7145 2005-12-19 [paul]       1.9.100cvs94
7146
7147         * src/gtk/pluginwindow.c
7148                 i18n fix.
7149                 Patch by Fabien Vantard
7150
7151 2005-12-15 [paul]       1.9.100cvs93
7152
7153         * src/common/plugin.c
7154         * src/common/plugin.h
7155         * src/gtk/pluginwindow.c
7156         * src/plugins/clamav/clamav_plugin.c
7157         * src/plugins/demo/demo.c
7158         * src/plugins/dillo_viewer/dillo_viewer.c
7159         * src/plugins/pgpcore/plugin.c
7160         * src/plugins/pgpinline/plugin.c
7161         * src/plugins/pgpmime/plugin.c
7162         * src/plugins/spamassassin/spamassassin.c
7163         * src/plugins/trayicon/trayicon.c
7164                 add plugin_version()
7165
7166 2005-12-15 [colin]      1.9.100cvs92
7167
7168         * src/compose.c
7169                 Further fix bug #875
7170
7171 2005-12-15 [paul]       1.9.100cvs91
7172
7173         * src/gtk/filesel.c
7174                 fix attach_load_dir getting set to
7175                 PLUGINDIR on plugin load
7176
7177 2005-12-14 [mones]      1.9.100cvs90
7178
7179         * manual/ack.xml
7180         * manual/keyboard.xml
7181                 Initial draft and some shortcuts added
7182                 
7183         * po/es.po
7184                 Updated translation
7185
7186 2005-12-14 [colin]      1.9.100cvs89
7187
7188         * src/compose.c
7189         * src/imap.c
7190         * src/summaryview.c
7191         * src/gtk/gtkaspell.c
7192                 More leaks fixed
7193         * src/prefs_folder_item.c
7194                 Fix recursive prefs apply
7195
7196
7197 2005-12-14 [colin]      1.9.100cvs88
7198
7199         * src/compose.c
7200                 Fix bug #875 (Freeze On Inline Forward of 
7201                 Large Message)
7202
7203 2005-12-13 [colin]      1.9.100cvs87
7204
7205         * src/compose.c
7206                 Uniq-ify and sort the mimetypes list
7207                 Patch by Fabien Vantard
7208
7209 2005-12-13 [colin]      1.9.100cvs86
7210
7211         * src/imap.c
7212         * src/etpan/imap-thread.c
7213                 Fix leaks (patch by Hoa)
7214         * src/news.c
7215         * src/common/plugin.c
7216                 Fix leaks
7217
7218 2005-12-12 [colin]
7219
7220         * 2.0.0-rc2 released
7221
7222 2005-12-12 [colin]      1.9.100cvs85
7223
7224         * src/matcher.c
7225                 Fix a leak
7226
7227 2005-12-12 [wwp]        1.9.100cvs84
7228
7229         * src/gtk/icon_legend.c
7230                 fix misbehaviour and crash when closing the legend window
7231         using the Esc key (patch by Fabien Vantard).
7232
7233 2005-12-12 [paul]       1.9.100cvs83
7234
7235         * src/browseldap.c
7236         * src/foldersel.c
7237         * src/prefs_actions.c
7238         * src/prefs_filtering.c
7239         * src/prefs_matcher.c
7240         * src/prefs_spelling.glade      ** REMOVED **
7241         * src/prefs_template.c
7242         * src/gtk/foldersort.glade      ** REMOVED **
7243         * src/gtk/pluginwindow.c
7244         * src/gtk/pluginwindow.glade    ** REMOVED **
7245         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7246                 cleanups
7247
7248 2005-12-11 [paul]       1.9.100cvs82
7249
7250         * src/gtk/filesel.c
7251                 fix attach_load_dir crasher (double free)
7252
7253 2005-12-09 [paul]       1.9.100cvs81
7254
7255         * po/POTFILES.in
7256         * src/mainwindow.c
7257         * src/gtk/Makefile.am
7258         * src/gtk/icon_legend.c
7259         * src/gtk/icon_legend.h
7260                 add icon legend
7261         * src/manual.c
7262                 cleanup
7263
7264 2005-12-09 [paul]       1.9.100cvs80
7265
7266         * src/plugins/pgpcore/passphrase.c
7267                 wrap the label in the dialog
7268
7269 2005-12-09 [colin]      1.9.100cvs79
7270
7271         * src/plugins/pgpcore/sgpgme.c
7272                 Display (untrusted) on not trusted signatures
7273                 Patch by Michal Èihaø <michal@cihar.com>
7274                 Closes bug #867 (Report also key trust)
7275
7276 2005-12-09 [colin]      1.9.100cvs78
7277
7278         * src/common/plugin.c
7279                 Update licence check, following Eben Moglen's advice
7280
7281 2005-12-08 [colin]      1.9.100cvs77
7282
7283         * src/folder.c
7284                 Fix the occasionnal item->cache != NULL 
7285                 assertion failure. 
7286
7287 2005-12-08 [colin]      1.9.100cvs76
7288
7289         * src/mimeview.c
7290         * src/plugins/pgpcore/sgpgme.c
7291                 Print key id when unable to check it
7292                 Closes bug #866 (Show key id when missing)
7293
7294 2005-12-08 [paul]       1.9.100cvs75
7295
7296         * src/prefs_common.c
7297         * src/prefs_common.h
7298         * src/gtk/filesel.c
7299                 remember load attachment dir
7300
7301 2005-12-07 [colin]      1.9.100cvs74
7302
7303         * src/prefs_toolbar.c
7304                 Gtk fixes, patch by Fabien Vantard
7305
7306 2005-12-07 [colin]      1.9.100cvs73
7307
7308         * src/action.c
7309         * src/compose.c
7310         * src/compose.h
7311                 Fix bug #839 (Quoted text isn't colored after 
7312                 executing an action)
7313         * src/common/plugin.c
7314                 Require plugins to declare their licence in plugin_licence()
7315                 Refuse to load non-GPL plugins as they'd be illegal (as 
7316                 derived works of Sylpheed-Claws, they must be GPL).
7317         * src/plugins/clamav/clamav_plugin.c
7318         * src/plugins/demo/demo.c
7319         * src/plugins/dillo_viewer/dillo_viewer.c
7320         * src/plugins/pgpcore/plugin.c
7321         * src/plugins/pgpinline/plugin.c
7322         * src/plugins/pgpmime/plugin.c
7323         * src/plugins/spamassassin/spamassassin.c
7324         * src/plugins/trayicon/trayicon.c
7325                 Add plugin_licence()
7326
7327 2005-12-07 [paul]       1.9.100cvs72
7328
7329         * configure.ac
7330         * src/mainwindow.c
7331         * src/manual.c
7332         * src/manual.h
7333         * src/common/defs.h
7334                 clean up after local FAQ removal and
7335                 temporary manual removal
7336
7337 2005-12-06 [colin]      1.9.100cvs71
7338
7339         * configure.ac
7340         * doc/Makefile.am
7341         * doc/faq/.cvsignore
7342         * doc/faq/Makefile.am
7343         * doc/faq/de/.cvsignore
7344         * doc/faq/de/Makefile.am
7345         * doc/faq/de/sylpheed-faq-1.html
7346         * doc/faq/de/sylpheed-faq-2.html
7347         * doc/faq/de/sylpheed-faq-3.html
7348         * doc/faq/de/sylpheed-faq.html
7349         * doc/faq/en/.cvsignore
7350         * doc/faq/en/Makefile.am
7351         * doc/faq/en/sylpheed-faq-1.html
7352         * doc/faq/en/sylpheed-faq-2.html
7353         * doc/faq/en/sylpheed-faq-3.html
7354         * doc/faq/en/sylpheed-faq-4.html
7355         * doc/faq/en/sylpheed-faq.html
7356         * doc/faq/es/.cvsignore
7357         * doc/faq/es/Makefile.am
7358         * doc/faq/es/sylpheed-faq-1.html
7359         * doc/faq/es/sylpheed-faq-2.html
7360         * doc/faq/es/sylpheed-faq-3.html
7361         * doc/faq/es/sylpheed-faq-4.html
7362         * doc/faq/es/sylpheed-faq.html
7363         * doc/faq/fr/.cvsignore
7364         * doc/faq/fr/Makefile.am
7365         * doc/faq/fr/sylpheed-faq-1.html
7366         * doc/faq/fr/sylpheed-faq-2.html
7367         * doc/faq/fr/sylpheed-faq-3.html
7368         * doc/faq/fr/sylpheed-faq.html
7369         * doc/faq/it/.cvsignore
7370         * doc/faq/it/Makefile.am
7371         * doc/faq/it/sylpheed-faq-1.html
7372         * doc/faq/it/sylpheed-faq-2.html
7373         * doc/faq/it/sylpheed-faq-3.html
7374         * doc/faq/it/sylpheed-faq.html
7375         * doc/manual/.cvsignore
7376         * doc/manual/Makefile.am
7377         * doc/manual/de/.cvsignore
7378         * doc/manual/de/Makefile.am
7379         * doc/manual/de/sylpheed-1.html
7380         * doc/manual/de/sylpheed-10.html
7381         * doc/manual/de/sylpheed-11.html
7382         * doc/manual/de/sylpheed-12.html
7383         * doc/manual/de/sylpheed-13.html
7384         * doc/manual/de/sylpheed-14.html
7385         * doc/manual/de/sylpheed-15.html
7386         * doc/manual/de/sylpheed-16.html
7387         * doc/manual/de/sylpheed-17.html
7388         * doc/manual/de/sylpheed-18.html
7389         * doc/manual/de/sylpheed-19.html
7390         * doc/manual/de/sylpheed-2.html
7391         * doc/manual/de/sylpheed-20.html
7392         * doc/manual/de/sylpheed-3.html
7393         * doc/manual/de/sylpheed-4.html
7394         * doc/manual/de/sylpheed-5.html
7395         * doc/manual/de/sylpheed-6.html
7396         * doc/manual/de/sylpheed-7.html
7397         * doc/manual/de/sylpheed-8.html
7398         * doc/manual/de/sylpheed-9.html
7399         * doc/manual/de/sylpheed.html
7400         * doc/manual/en/.cvsignore
7401         * doc/manual/en/Makefile.am
7402         * doc/manual/en/sylpheed-1.html
7403         * doc/manual/en/sylpheed-10.html
7404         * doc/manual/en/sylpheed-11.html
7405         * doc/manual/en/sylpheed-12.html
7406         * doc/manual/en/sylpheed-13.html
7407         * doc/manual/en/sylpheed-14.html
7408         * doc/manual/en/sylpheed-15.html
7409         * doc/manual/en/sylpheed-16.html
7410         * doc/manual/en/sylpheed-17.html
7411         * doc/manual/en/sylpheed-18.html
7412         * doc/manual/en/sylpheed-19.html
7413         * doc/manual/en/sylpheed-2.html
7414         * doc/manual/en/sylpheed-20.html
7415         * doc/manual/en/sylpheed-21.html
7416         * doc/manual/en/sylpheed-22.html
7417         * doc/manual/en/sylpheed-3.html
7418         * doc/manual/en/sylpheed-4.html
7419         * doc/manual/en/sylpheed-5.html
7420         * doc/manual/en/sylpheed-6.html
7421         * doc/manual/en/sylpheed-7.html
7422         * doc/manual/en/sylpheed-8.html
7423         * doc/manual/en/sylpheed-9.html
7424         * doc/manual/en/sylpheed.html
7425         * doc/manual/es/.cvsignore
7426         * doc/manual/es/Makefile.am
7427         * doc/manual/es/sylpheed-1.html
7428         * doc/manual/es/sylpheed-10.html
7429         * doc/manual/es/sylpheed-11.html
7430         * doc/manual/es/sylpheed-12.html
7431         * doc/manual/es/sylpheed-13.html
7432         * doc/manual/es/sylpheed-14.html
7433         * doc/manual/es/sylpheed-15.html
7434         * doc/manual/es/sylpheed-16.html
7435         * doc/manual/es/sylpheed-17.html
7436         * doc/manual/es/sylpheed-18.html
7437         * doc/manual/es/sylpheed-19.html
7438         * doc/manual/es/sylpheed-2.html
7439         * doc/manual/es/sylpheed-20.html
7440         * doc/manual/es/sylpheed-3.html
7441         * doc/manual/es/sylpheed-4.html
7442         * doc/manual/es/sylpheed-5.html
7443         * doc/manual/es/sylpheed-6.html
7444         * doc/manual/es/sylpheed-7.html
7445         * doc/manual/es/sylpheed-8.html
7446         * doc/manual/es/sylpheed-9.html
7447         * doc/manual/es/sylpheed.html
7448         * doc/manual/fr/.cvsignore
7449         * doc/manual/fr/Makefile.am
7450         * doc/manual/fr/sylpheed-1.html
7451         * doc/manual/fr/sylpheed-10.html
7452         * doc/manual/fr/sylpheed-11.html
7453         * doc/manual/fr/sylpheed-12.html
7454         * doc/manual/fr/sylpheed-13.html
7455         * doc/manual/fr/sylpheed-14.html
7456         * doc/manual/fr/sylpheed-15.html
7457         * doc/manual/fr/sylpheed-16.html
7458         * doc/manual/fr/sylpheed-17.html
7459         * doc/manual/fr/sylpheed-18.html
7460         * doc/manual/fr/sylpheed-19.html
7461         * doc/manual/fr/sylpheed-2.html
7462         * doc/manual/fr/sylpheed-20.html
7463         * doc/manual/fr/sylpheed-3.html
7464         * doc/manual/fr/sylpheed-4.html
7465         * doc/manual/fr/sylpheed-5.html
7466         * doc/manual/fr/sylpheed-6.html
7467         * doc/manual/fr/sylpheed-7.html
7468         * doc/manual/fr/sylpheed-8.html
7469         * doc/manual/fr/sylpheed-9.html
7470         * doc/manual/fr/sylpheed.html
7471         * doc/manual/ja/.cvsignore
7472         * doc/manual/ja/Makefile.am
7473         * doc/manual/ja/sylpheed-1.html
7474         * doc/manual/ja/sylpheed-10.html
7475         * doc/manual/ja/sylpheed-11.html
7476         * doc/manual/ja/sylpheed-12.html
7477         * doc/manual/ja/sylpheed-13.html
7478         * doc/manual/ja/sylpheed-14.html
7479         * doc/manual/ja/sylpheed-15.html
7480         * doc/manual/ja/sylpheed-16.html
7481         * doc/manual/ja/sylpheed-17.html
7482         * doc/manual/ja/sylpheed-18.html
7483         * doc/manual/ja/sylpheed-19.html
7484         * doc/manual/ja/sylpheed-2.html
7485         * doc/manual/ja/sylpheed-20.html
7486         * doc/manual/ja/sylpheed-3.html
7487         * doc/manual/ja/sylpheed-4.html
7488         * doc/manual/ja/sylpheed-5.html
7489         * doc/manual/ja/sylpheed-6.html
7490         * doc/manual/ja/sylpheed-7.html
7491         * doc/manual/ja/sylpheed-8.html
7492         * doc/manual/ja/sylpheed-9.html
7493         * doc/manual/ja/sylpheed.html
7494         * doc/manual/ja/sylpheed.sgml
7495         * src/mainwindow.c
7496                 Remove outdated manual and faq. Noisy, eh?
7497
7498 2005-12-06 [colin]      1.9.100cvs70
7499
7500         * src/compose.c
7501         * src/quote_fmt_parse.y
7502         * src/undo.c
7503         * src/undo.h
7504                 Allow %X to position cursor at 0 
7505                 (no %X = before signature)
7506                 Fix paste as quotation putting the cursor at 0
7507                 Fix undo offsets when pasting
7508                 Insert the quote_fmt at once instead of line 
7509                 by line
7510                 Fix [Edited] when starting to reply/forward
7511
7512 2005-12-06 [paul]       1.9.100cvs69
7513
7514         * src/plugins/clamav/clamav_plugin_gtk.c
7515                 add another tooltip
7516         * src/plugins/spamassassin/spamassassin_gtk.c
7517                 rework spamassassin_create_widget_func()
7518
7519 2005-12-05 [colin]      1.9.100cvs68
7520
7521         * po/POTFILES.in
7522                 Fix make release ;-)
7523
7524 2005-12-05 [colin]      1.9.100cvs67
7525
7526         * src/compose.c
7527         * src/compose.h
7528                 Fix cursor positioning (not obeying %X)
7529
7530 2005-12-05 [paul]       1.9.100cvs66
7531
7532         * src/plugins/dillo_viewer/dillo_prefs.c
7533                 fix compilation warning
7534
7535 2005-12-05 [paul]       1.9.100cvs65
7536
7537         * src/prefs_spelling.c
7538         * src/plugins/trayicon/trayicon.c
7539                 cleanups - remove unused stuff
7540
7541 2005-12-05 [paul]       1.9.100cvs64
7542
7543         * README
7544         * manual/plugins.xml
7545                 remove info about removed mathml_viewer plugin
7546
7547 2005-12-05 [paul]       1.9.100cvs63
7548
7549         * configure.ac
7550         * src/plugins/Makefile.am
7551         * src/plugins/mathml_viewer/.cvsignore
7552         * src/plugins/mathml_viewer/Makefile.am
7553         * src/plugins/mathml_viewer/mathml_viewer.c
7554                 remove unmaintained mathml_viewer plugin
7555
7556 2005-12-05 [paul]       1.9.100cvs62
7557
7558         * src/summaryview.c
7559                 obey prefs_common.always_show_msg when
7560                 moving a msg
7561                 Thanks to Colin
7562
7563 2005-12-05 [paul]       1.9.100cvs61
7564
7565         * src/compose.c
7566         * src/prefs_account.c
7567         * src/prefs_filtering.c
7568         * src/prefs_quote.c
7569         * src/prefs_spelling.c
7570         * src/prefs_toolbar.c
7571         * src/summaryview.c
7572         * src/gtk/gtkutils.c
7573         * src/gtk/quicksearch.c
7574         * src/plugins/dillo_viewer/dillo_prefs.c
7575                 dialog cleanups
7576
7577 2005-12-04 [paul]       1.9.100cvs60
7578
7579         * src/inc.c
7580         * src/prefs_account.c
7581         * src/prefs_account.h
7582                 allow a Local account to specify a
7583                 default inbox
7584                 (closes bug 843 'Inbox cannot be changed for local
7585                  mailboxes')
7586
7587 2005-12-04 [colin]      1.9.100cvs59
7588
7589         * src/plugins/trayicon/trayicon.c
7590                 Remove Get, rename Get All to Get Mail in order to
7591                 be consistent with the default main toolbar
7592
7593 2005-12-03 [colin]      1.9.100cvs58
7594
7595         * manual/gpl.xml
7596         * manual/sylpheed-claws-manual.xml
7597                 Add GPL appendix
7598
7599 2005-12-03 [paul]       1.9.100cvs57
7600
7601         * AUTHORS
7602         * po/sv.po
7603         * src/gtk/authors.h
7604                 new (partially complete) Swedish translation
7605                 by Anders Troback <sylpheed@troback.com>
7606
7607 2005-12-02 [paul]       1.9.100cvs56
7608
7609         * configure.ac
7610                 libetpan 0.41 required
7611
7612 2005-12-02 [paul]       1.9.100cvs55
7613
7614         * src/plugins/clamav/clamav_plugin.c
7615         * src/plugins/clamav/clamav_plugin.h
7616         * src/plugins/clamav/clamav_plugin_gtk.c
7617         * src/plugins/spamassassin/spamassassin.c
7618         * src/plugins/spamassassin/spamassassin.h
7619         * src/plugins/spamassassin/spamassassin_gtk.c
7620                 unregister prefs pages on unloading, thus
7621                 preventing a crash
7622                 (thanks to Colin for the hint)
7623
7624 2005-12-02 [wwp]        1.9.100cvs54
7625
7626         * src/quote_fmt.h
7627         * src/quote_fmt_parse.y
7628                 fix misuse of gboolean*, use gboolean instead
7629                 (thanks to Paul, Colin, for pointing out that scaring one)
7630
7631 2005-12-02 [paul]       1.9.100cvs53
7632
7633         * src/plugins/clamav/clamav_plugin.c
7634                 int no --> unsigned int no
7635         * src/plugins/clamav/clamav_plugin_gtk.c
7636                 rework config page
7637
7638 2005-12-02 [wwp]        1.9.100cvs52
7639
7640         * src/compose.c
7641         * src/prefs_template.c
7642         * src/quote_fmt.h
7643         * src/quote_fmt_parse.y
7644                 prevent from executing |f and |p templates commands when
7645                 adding or replacing templates in prefs (avoids annoying and
7646                 potentially dangerous behaviours)
7647
7648 2005-12-02 [paul]       1.9.100cvs51
7649
7650         * src/prefs_common.c
7651                 allow translation of some default values
7652                 Patch by Fabien Vantard
7653
7654 2005-12-02 [paul]       1.9.100cvs50
7655
7656         * src/codeconv.c
7657         * src/codeconv.h
7658         * src/prefs_common.c
7659         * src/prefs_common.h
7660         * src/prefs_message.c
7661         * src/textview.c
7662                 remove obsolete 'convert_mb_alnum' option
7663                 and related stuff
7664         * src/gtk/about.c
7665                 remove unused 'about_textview_visibility_notify'
7666
7667 2005-12-02 [paul]       1.9.100cvs49
7668
7669         * src/prefs_account.c
7670         * src/prefs_compose_writing.c
7671         * src/prefs_fonts.c
7672         * src/prefs_gtk.h
7673         * src/prefs_image_viewer.c
7674         * src/prefs_message.c
7675         * src/prefs_other.c
7676         * src/prefs_receive.c
7677         * src/prefs_send.c
7678         * src/prefs_spelling.c
7679         * src/prefs_summaries.c
7680         * src/prefs_wrapping.c
7681         * src/plugins/dillo_viewer/dillo_prefs.c
7682         * src/plugins/pgpcore/prefs_gpg.c
7683                 several cleanups to the prefs dialogs
7684                 (slightly modified) patch by Fabien Vantard
7685
7686 2005-12-02 [paul]       1.9.100cvs48
7687
7688         * src/main.c
7689                 --exit means exit
7690         * src/send_message.c
7691                 fix crash on send when connection fails
7692
7693         Thanks to Colin
7694
7695 2005-12-01 [colin]      1.9.100cvs47
7696
7697         * src/html.c
7698                 Translate &hellip; to "..."
7699
7700 2005-11-30 [colin]      1.9.100cvs46
7701
7702         * src/matcher.c
7703         * src/matcher.h
7704                 Optimize back yesterday's fix.
7705
7706 2005-11-30 [paul]       1.9.100cvs45
7707
7708         * manual/faq.xml
7709                 standardised
7710         * manual/intro.xml
7711                 written by Colin, edited by me
7712
7713 2005-11-29 [colin]      1.9.100cvs44
7714
7715         * src/matcher.c
7716                 Skip headers unconditionnaly in match_body if the
7717                 rule is not message or ~message
7718
7719 2005-11-29 [colin]      1.9.100cvs43
7720
7721         * src/matcher.c
7722                 Fix body_part and such, not skipping headers 
7723                 if the matchcriteria wasn't the first in the rule
7724
7725 2005-11-29 [colin]      1.9.100cvs42
7726
7727         * src/compose.c
7728                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7729                 option missing from message view window)
7730                 Fix double text D'n'D with gtk-2.8
7731         * src/matcher.c
7732                 Fix ~message, ~headers_part, ~body_part rules
7733         * src/messageview.c
7734                 Add Windows-1252 (Closes bug #863)
7735                 Fix accels
7736         * src/gtk/gtkaspell.c
7737                 Properly destroy accels in all menus
7738
7739 2005-11-29 [mones]      1.9.100cvs41
7740
7741         * po/es.po
7742                 Updated.
7743
7744 2005-11-27 [colin]      1.9.100cvs40
7745
7746         * src/mh_gtk.c
7747                 "/Remove mailbox" -> "/Remove mailbox..."
7748
7749 2005-11-27 [paul]       1.9.100cvs39
7750
7751         * AUTHORS
7752         * po/de.po
7753         * src/gtk/authors.h
7754                 updated by new maintainer, Stephan Sachse
7755
7756 2005-11-27 [paul]       1.9.100cvs38
7757
7758         * manual/faq.xml
7759                 written by Colin, edited by me
7760
7761 2005-11-27 [paul]       1.9.100cvs37
7762
7763         * src/prefs_common.c
7764         * src/prefs_common.h
7765         * src/prefs_receive.c
7766         * src/prefs_summaries.c
7767                 move 'go to inbox after receiving new mail'
7768                 option from display/sumamaries to mail
7769                 handling/receive, and rework prefs_summaries
7770                 dialog a little
7771
7772 2005-11-25 [martin]     1.9.100cvs36
7773
7774         * po/de.po
7775             fixed windows-1252 translation;
7776             translated some new and fuzzy strings
7777
7778 2005-11-25 [paul]       1.9.100cvs35
7779
7780         * src/plugins/clamav/clamav_plugin.c
7781                 complete the update done in cvs34
7782
7783 2005-11-25 [paul]       1.9.100cvs34
7784
7785         * src/plugins/clamav/clamav_plugin.c
7786                 reflect upstream changes
7787
7788 2005-11-25 [paul]       1.9.100cvs33
7789
7790         * manual/ack.xml
7791         * manual/plugins.xml
7792         * manual/sylpheed-claws-manual.xml
7793                 written/updated by Colin, edited by me
7794         * tools/acroread2sylpheed.pl
7795                 update binary name
7796
7797 2005-11-24 [colin]      1.9.100cvs32
7798
7799         * src/compose.c
7800                 Fix bug #856 (reediting messages forgets Request
7801                 Return Receipt)
7802
7803 2005-11-24 [paul]       1.9.100cvs31
7804
7805         * manual/addrbook.xml
7806         * manual/starting.xml
7807                 written by Colin, proofread, edited, adapted by me
7808         * manual/advanced.xml
7809                 add some Actions examples
7810         * src/importldif.c
7811                 use a Save button instead of a Close button
7812         * src/wizard.c
7813                 indicate mandatory fields
7814                 fix page display
7815                 Thanks to Colin
7816
7817 2005-11-23 [colin]      1.9.100cvs30
7818
7819         * src/addressbook.c
7820                 Rename menu item, fix possible crash after
7821                 deletion of books
7822         * src/addrindex.c
7823                 Allow searching for '*' in ldap
7824         * src/browseldap.c
7825                 Fix "Browse Entry" (did anyone use it?)
7826         * src/wizard.c
7827                 Add guards for mandatory information
7828
7829 2005-11-23 [paul]       1.9.100cvs29
7830
7831         * manual/advanced.xml
7832                 corrections to the English
7833
7834 2005-11-23 [colin]      1.9.100cvs28
7835
7836         * src/mimeview.c
7837                 Fix possible crash at exit. After the call to
7838                 gtk_container_remove(), the Viewer's widget has no
7839                 more parent so gtk+ automatically frees it and its
7840                 sons. If destroy_viewer() then try to access it,
7841                 problems ensue.
7842
7843 2005-11-22 [colin]      1.9.100cvs27
7844
7845         * src/compose.c
7846         * src/gtk/gtkaspell.c
7847                 Fix right-clicking on a misspelled word
7848                 Fix More... in suggestions menu
7849
7850 2005-11-22 [wwp]        1.9.100cvs26
7851
7852         * src/prefs_template.c
7853                 templates works: re-sort templates list when adding or replacing,
7854                 prevent from adding or replacing when the template name is empty
7855
7856 2005-11-21 [colin]      1.9.100cvs25
7857
7858         * src/addressbook.c
7859                 Fix some addressbook suckage (dnd, select all)
7860         * src/compose.c
7861         * src/gtk/gtkaspell.c
7862         * src/gtk/gtkaspell.h
7863                 Make the spellchecker menu work with the 
7864                 GtkTextView one instead of overriding it
7865
7866 2005-11-20 [paul]       1.9.100cvs24
7867
7868         * manual/handling.xml
7869                 proofread and corrected
7870
7871 2005-11-20 [paul]       1.9.100cvs23
7872
7873         * manual/Makefile
7874                 generate html as one file
7875         * manual/advanced.xml
7876                 fix output generation
7877                 reformat hidden options list
7878         * manual/manual.xml     ** REMOVED **
7879         * manual/sylpheed-claws-manual.xml      ** ADDED **
7880                 renamed
7881
7882 2005-11-18 [colin]      1.9.100cvs22
7883
7884         * src/prefs_account.c
7885                 Fix layout in news and mbox accounts
7886         * manual/account.xml
7887         * manual/advanced.xml
7888                 New contents for Paul to check :)
7889
7890 2005-11-18 [wwp]        1.9.100cvs21
7891
7892         * src/gtk/quicksearch.c
7893                 don't update extended quicksearch buttons twice
7894
7895 2005-11-18 [paul]       1.9.100cvs20
7896
7897         * src/textview.c
7898                 complete 1.9.100cvs19
7899
7900 2005-11-18 [paul]       1.9.100cvs19
7901
7902         * src/compose.c
7903                 cosmetic improvements
7904         * src/textview.c
7905                 also list text/* attachments
7906
7907 2005-11-18 [colin]      1.9.100cvs18
7908
7909         * src/summaryview.c
7910                 Use column 0 instead of -1 in 
7911                 gtk_ctree_node_moveto, in a naive
7912                 hope it'll fix the gtk-related crashes
7913
7914 2005-11-18 [colin]      1.9.100cvs17
7915
7916         * src/gtk/inputdialog.c
7917                 Fix icon staying the first one
7918
7919 2005-11-17 [wwp]        1.9.100cvs16
7920                 fix possible problem showing some quicksearch buttons, and a bad
7921                 call to g_return_if_fail in a function that returns a value (both
7922                 fixes by Fabien Vantard)
7923
7924 2005-11-15 [wwp]        1.9.100cvs15
7925
7926         * src/gtk/quicksearch.c
7927                 added a tooltip to that obscure ... quicksearch button
7928
7929 2005-11-15 [wwp]        1.9.100cvs14
7930
7931         * src/gtk/quicksearch.c
7932                 add a quicksearch helper to filtering expression users: the ... button
7933                 raises the condition expr window. condition expressions set up w/ this
7934                 window are used by the quicksearch if the user closes it pressing OK.
7935
7936 2005-11-14 [paul]       1.9.100cvs13
7937
7938         * src/plugins/clamav/clamav_plugin.c
7939         * src/plugins/spamassassin/spamassassin.c
7940                 change plugin type following recent merging
7941
7942 2005-11-14 [wwp]        1.9.100cvs12
7943
7944         * src/folder.c
7945                 prevent from crashing when copying/moving message(s) from and
7946                 to the same folder
7947
7948 2005-11-14 [paul]       1.9.100cvs11
7949
7950         * src/plugins/clamav/Makefile.am
7951         * src/plugins/clamav/clamav_plugin.c
7952         * src/plugins/clamav/clamav_plugin.h
7953         * src/plugins/clamav/clamav_plugin_gtk.c
7954                 also merge clamav and clamav_gtk plugins
7955
7956 2005-11-13 [colin]      1.9.100cvs10
7957
7958         * configure.ac
7959         * src/plugins/spamassassin/Makefile.am
7960         * src/plugins/spamassassin/spamassassin.c
7961         * src/plugins/spamassassin/spamassassin.h
7962         * src/plugins/spamassassin/spamassassin_gtk.c
7963                 Merge spamassassin and spamassassin_gtk plugins,
7964                 and build it by default.
7965
7966 2005-11-12 [colin]      1.9.100cvs9
7967
7968         * src/etpan/imap-thread.c
7969                 Fix gcc warning
7970
7971 2005-11-12 [colin]      1.9.100cvs8
7972
7973         * src/procmime.c
7974                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7975
7976 2005-11-10 [colin]      1.9.100cvs7
7977
7978         * src/main.c
7979                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7980                 minimised state)
7981
7982 2005-11-10 [wwp]        1.9.100cvs6
7983
7984         * src/gtk/description_window.c
7985                 fix a crash when closing description windows using the WM's [X] button
7986
7987 2005-11-09 [colin]      1.9.100cvs5
7988
7989         * src/common/ssl.c
7990                 Update libetpan call to follow upstream
7991                 (yes, this requires libetpan-0.40cvs3)
7992
7993 2005-11-08 [colin]      1.9.100cvs4
7994
7995         * src/compose.c
7996         * src/textview.c
7997         * src/common/utils.c
7998         * src/common/utils.h
7999                 Enhance the email parser
8000
8001 2005-11-08 [colin]      1.9.100cvs3
8002
8003         * src/procmime.c
8004                 Fix what looks like an off-by-one (fixes 
8005                 attachments from the Bat)
8006
8007 2005-11-08 [wwp]        1.9.100cvs2
8008
8009         * src/main.c
8010                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8011
8012 2005-11-08 [wwp]        1.9.100cvs1
8013
8014         * src/main.c
8015                 allow exiting Sylpheed-Claws from command-line
8016
8017 2005-11-08 [paul]       1.9.100
8018
8019         1.9.100 released
8020
8021 2005-11-07 [colin]      1.9.99cvs17
8022
8023         * src/addritem.c
8024         * src/ldif.c
8025                 Fix import of base-64 encoded items
8026
8027 2005-11-07 [colin]      1.9.99cvs16
8028
8029         * src/send_message.c
8030                 Fix bug #314 (Queue does not empty under certain 
8031                 circumstances)
8032
8033 2005-11-07 [paul]       1.9.99cvs15
8034
8035         * src/mutt.c
8036         * src/pine.c
8037                 fix buffer overflows
8038                 Thanks to Colin
8039
8040 2005-11-07 [paul]       1.9.99cvs14
8041
8042         * doc/man/Makefile.am
8043         * doc/man/sylpheed-claws.1      ** ADDED **
8044         * doc/man/sylpheed.1            ** DELETED **
8045                 rename and update the man file
8046
8047 2005-11-06 [colin]      1.9.99cvs13
8048
8049         * src/ldif.c
8050                 Fix ldif_get_line() that returned empty strings
8051                 (Didn't understand why). Also fix a possible
8052                 buffer overflow.
8053
8054 2005-11-06 [wwp]        1.9.99cvs12
8055
8056         * src/textview.c
8057         * src/gtk/about.c
8058         * src/gtk/gtkutils.c
8059         * src/gtk/gtkutils.h
8060                 fix a compilation warning,
8061                 make links sensitive in the about dialog
8062
8063 2005-11-04 [wwp]        1.9.99cvs11
8064
8065         * src/gtk/about.c
8066                 don't wrap or translate URIs, and a bit text format cleanup
8067
8068 2005-11-04 [wwp]        1.9.99cvs10
8069
8070         * src/gtk/about.c
8071                 better textview tagging implementation (no more use of marks for
8072                 postponed tagging)
8073
8074 2005-11-02 [colin]      1.9.99cvs9
8075
8076         * src/common/ssl.c
8077                 Forgot an ifdef
8078
8079 2005-11-02 [colin]      1.9.99cvs8
8080
8081         * configure.ac
8082                 Require libetpan-0.40 due to upstream fix
8083         * src/common/ssl.c
8084                 Tell libetpan not to call SSL_Library_Init,
8085                 as we do it ourselves.
8086
8087 2005-11-02 [colin]      1.9.99cvs7
8088
8089         * po/POTFILES.in
8090                 Add missing files (thanks to Fabien Vantard)
8091
8092 2005-11-02 [colin]      1.9.99cvs6
8093
8094         * src/summaryview.c
8095                 Fix totals when read messages are hidden or quicksearch
8096                 is on
8097         * src/ssl_manager.c
8098         * src/ssl_manager.h
8099         * src/common/ssl_certificate.c
8100         * src/common/ssl_certificate.h
8101         * src/gtk/sslcertwindow.c
8102         * src/gtk/sslcertwindow.h
8103                 Fix copyright on my stuff
8104
8105 2005-11-02 [wwp]        1.9.99cvs5
8106
8107         * src/prefs_themes.c
8108                 fix directory name checking (theme installation/removal),
8109                 made related error a bit more verbose
8110
8111 2005-11-02 [colin]      1.9.99cvs4
8112
8113         * src/summaryview.c
8114                 Fix typo (probably fixes bug #841 (Sort by the From 
8115                 field doesn't work)
8116
8117 2005-11-02 [paul]       1.9.99cvs3
8118
8119         * po/ko.po
8120         * po/nb.po
8121                 updated by SungHyun Nam, Geir Helland
8122         * src/wizard.c
8123                 fix typo in welcome message. spotted by
8124                 Andrea Spadaccini
8125
8126 2005-11-01 [colin]      1.9.99cvs2
8127
8128         * src/compose.c
8129                 Fix replying to ml wen confirming subscription
8130         * src/messageview.c
8131         * src/mimeview.c
8132         * src/mimeview.h
8133         * src/privacy.h
8134         * src/summaryview.c
8135                 Make key check non blocking
8136
8137 2005-10-31 [paul]       1.9.99cvs1
8138
8139         * tools/claws.i18n.status.pl
8140                 updated for ChangeLog
8141
8142 2005-10-31 [paul]       1.9.99
8143
8144         1.9.99 released
8145
8146 2005-10-31 [paul]       1.9.15cvs131
8147
8148         * .cvsignore
8149         * ChangeLog
8150         * ChangeLog.claws       ** REMOVED **
8151         * ChangeLog-gtk2.claws  ** REMOVED **
8152         * ChangeLog.gtk1        ** ADDED **
8153         * INSTALL
8154         * Makefile.am
8155         * NEWS
8156         * README
8157         * README.claws          ** REMOVED **
8158         * README.jp             ** REMOVED **
8159         * RELEASE_NOTES         ** ADDED **
8160         * RELEASE_NOTES.claws   ** REMOVED **
8161         * commitHelper
8162         * configure.ac
8163         * sylpheed.spec.in      ** REMOVED **
8164                 tidy up and update the default docs:
8165                 ChangeLog.claws is renamed ChangeLog.gtk1
8166                 ChangeLog-gtk2.claws is renamed ChangeLog
8167                 README.claws is renamed README
8168                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8169
8170 2005-10-31 [paul]       1.9.15cvs130
8171
8172         * po/it.po
8173                 fix errors
8174
8175 2005-10-31 [paul]       1.9.15cvs129
8176
8177         * po/ca.po
8178         * po/de.po
8179         * po/en_GB.po
8180         * po/fr.po
8181         * po/it.po
8182         * po/pt_BR.po
8183         * po/sk.po
8184         * po/sr.po
8185         * po/zh_CN.po
8186                 updated by Miquel Oliete, Stephan Sachse and
8187                 Thomas Gilgin, me, Fabien Vantard, Andrea
8188                 Spadaccini, Frederico Goncalves Guimaraes,
8189                 Andrej Kacian, Aleksandar Urosevic, and
8190                 Ralgh Young.
8191
8192 2005-10-31 [mones]      1.9.15cvs128
8193
8194         * manual/faq.xml
8195                 More questions.
8196         
8197         * po/es.po
8198                 Updated for release.
8199
8200 2005-10-30 [colin]      1.9.15cvs127
8201
8202         * src/compose.c
8203                 Place cursor before rewrapping (fixes cursor
8204                 pos if quotation gets rewrapped)
8205
8206 2005-10-29 [paul]       1.9.15cvs126
8207
8208         * src/crash.c
8209         * src/foldersel.c
8210         * src/main.c
8211         * src/messageview.c
8212         * src/toolbar.c
8213         * src/gtk/authors.h
8214                 corrections to text items
8215
8216 2005-10-28 [colin]      1.9.15cvs125
8217
8218         * src/messageview.c
8219                 Make "hit 'C' to check sig" work from extern 
8220                 messageviews
8221
8222 2005-10-27 [colin]      1.9.15cvs124
8223
8224         * src/summaryview.c
8225                 Add a hack to avoid segfaulting when hammering 
8226                 on gtk's events
8227
8228 2005-10-27 [wwp]        1.9.15cvs123
8229
8230         * src/prefs_themes.c
8231                 sort list of themes names in themes prefs
8232
8233 2005-10-27 [paul]       1.9.15cvs122
8234
8235         * src/folder.c
8236         * src/prefs_account.c
8237                 fix building on Solaris
8238                 Patch by Alex Moore
8239
8240 2005-10-27 [wwp]        1.9.15cvs121
8241
8242         * src/summaryview.c
8243         * src/gtk/gtksctree.c
8244                 speed up unselecting messages in summary view (thanks to Colin)
8245
8246 2005-10-27 [paul]       1.9.15cvs120
8247
8248         * src/mainwindow.c
8249                 fix a compilation warning
8250         * src/summaryview.c
8251                 fix updating of 'n items selected' count
8252                 when deselecting
8253
8254 2005-10-27 [martin]     1.9.15cvs119
8255
8256         * src/action.c
8257                 ignore actions with a leading '/' in the action menu name
8258                 fixes a crash on menu creation
8259         * src/prefs_actions.c
8260                 do not allow a leading '/' in the action menu name
8261
8262 2005-10-27 [paul]       1.9.15cvs118
8263
8264         * src/main.c
8265                 fix compilation warning
8266
8267 2005-10-27 [paul]       1.9.15cvs117
8268
8269         * src/procmime.c
8270                 add #if HAVE_LOCALE_H
8271
8272 2005-10-27 [paul]       1.9.15cvs116
8273
8274         * src/plugins/clamav/clamav_plugin.c
8275         * src/plugins/dillo_viewer/dillo_viewer.c
8276         * src/plugins/mathml_viewer/mathml_viewer.c
8277         * src/plugins/pgpcore/plugin.c
8278         * src/plugins/pgpinline/plugin.c
8279         * src/plugins/pgpmime/plugin.c
8280         * src/plugins/spamassassin/spamassassin.c
8281         * src/plugins/trayicon/trayicon.c
8282                 plugin_init() : make error messages more
8283                 informative
8284
8285 2005-10-26 [wwp]        1.9.15cvs115
8286
8287         * src/prefs_matcher.c
8288                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8289
8290 2005-10-26 [wwp]        1.9.15cvs114
8291
8292         * src/procmime.c
8293         * src/gtk/gtksctree.c
8294         * src/plugins/spamassassin/libspamc.c
8295         * src/plugins/spamassassin/spamassassin.c
8296                 fix some compilation warnings more
8297
8298 2005-10-26 [mones]      1.9.15cvs113
8299
8300         * po/es.po
8301                 Updated translation
8302
8303 2005-10-26 [paul]       1.9.15cvs112
8304
8305         * src/prefs_message.c
8306                 give all display_xface stuff the
8307                 #if HAVE_LIBCOMPFACE treatment, thus
8308                 preventing a crash
8309                 (Thanks to Wolfgang Enderlein)
8310
8311 2005-10-26 [colin]      1.9.15cvs111
8312
8313         * src/gedit-print.c
8314                 Fix date format
8315         * src/imap_gtk.c
8316         * src/news_gtk.c
8317                 Remove context menu items that should not be there
8318         * src/jpilot.c
8319                 Fix encoding
8320         * src/main.c
8321         * src/mainwindow.c
8322                 Don't show the mainwindow too soon
8323
8324 2005-10-26 [wwp]        1.9.15cvs110
8325
8326         * src/folder.c
8327         * src/manual.c
8328         * src/summaryview.c
8329                 fix uninitialized pointers in the folder updating hook
8330                 (thanks to Colin)
8331
8332 2005-10-25 [mones]      1.9.15cvs109
8333
8334         * manual/faq.xml
8335                 General information subsection completed. 
8336                 Removed archaic references.
8337                 
8338         * manual/Makefile
8339         * manual/dtd/manual.dsl
8340                 Added customization stylesheet for getting paragraphs
8341                 fully justified in PDF output (as suggested by Colin).
8342
8343 2005-10-25 [colin]      1.9.15cvs108
8344
8345         * src/compose.c
8346                 Fix a second leak
8347
8348 2005-10-25 [colin]      1.9.15cvs107
8349
8350         * src/addrbook.c
8351         * src/addrindex.c
8352                 Fix leak (xml_get_element() allocates memory)
8353         * src/compose.c
8354                 Fix leak + dead code (shame!)
8355         * src/procmime.c
8356                 Fix leak
8357
8358 2005-10-25 [colin]      1.9.15cvs106
8359
8360         * src/mimeview.c
8361                 Fix encoding issue in Save all and in 
8362                 overwrite-confirmation alertpanel
8363
8364 2005-10-25 [colin]      1.9.15cvs105
8365
8366         * src/common/socket.c
8367                 Fix a leak - Thanks to Christopher Aillon
8368                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8369
8370 2005-10-25 [paul]       1.9.15cvs104
8371
8372         * src/wizard.c
8373                 Always guess servers from the right-hand
8374                 email part and guess username from the
8375                 left-hand part. (Thanks to Colin)
8376                 add an X-Face to the welcome message
8377
8378 2005-10-25 [paul]       1.9.15cvs103
8379
8380         * manual/handling.xml
8381                 written by Colin, edited by me
8382
8383 2005-10-25 [wwp]        1.9.15cvs102
8384
8385         * src/folderview.c
8386         * src/grouplistdialog.c
8387         * src/imap.c
8388         * src/noticeview.c
8389                 fix some compilation warnings
8390
8391 2005-10-24 [paul]
8392
8393         1.9.99-rc3 released
8394
8395 2005-10-24 [paul]       1.9.15cvs101
8396
8397         * src/gtk/about.c
8398                 fix window sizing
8399
8400 2005-10-24 [paul]       1.9.15cvs100
8401
8402         * src/pixmaps/offline.xpm
8403         * src/pixmaps/online.xpm
8404                 replace with last default versions
8405
8406 2005-10-24 [colin]      1.9.15cvs99
8407
8408         * src/imap.c
8409                 Fix bug when moving a folder
8410         * src/imap_gtk.c
8411         * src/mh_gtk.c
8412                 "Delete folder" pops up a window, so it 
8413                 should be suffixed with "..."
8414         * src/plugins/pgpcore/sgpgme.c
8415                 Include locale.h
8416
8417 2005-10-24 [mones]      1.9.15cvs98
8418
8419         * manual/Makefile
8420         * manual/account.xml
8421         * manual/ack.xml
8422         * manual/addrbook.xml
8423         * manual/advanced.xml
8424         * manual/faq.xml
8425         * manual/glossary.xml
8426         * manual/gpl.xml
8427         * manual/handling.xml
8428         * manual/intro.xml
8429         * manual/keyboard.xml
8430         * manual/manual.xml
8431         * manual/plugins.xml
8432         * manual/starting.xml
8433         * manual/dtd/sdocbook.dtd
8434                 Initial manual structure and some content.
8435
8436 2005-10-23 [wwp]        1.9.15cvs97
8437
8438         * src/gtk/about.c
8439                 fix a typo
8440
8441 2005-10-23 [wwp]        1.9.15cvs96
8442
8443         * src/gtk/about.c
8444         * src/gtk/authors.h
8445                 rework of the about window (main work by Paul), also featuring a few
8446                 fixes for typos and duplicate names
8447
8448 2005-10-23 [wwp]        1.9.15cvs95
8449
8450         * src/.cvsignore
8451                 Ignore the right binary name (sylpheed-claws now)
8452
8453 2005-10-23 [paul]       1.9.15cvs94
8454
8455         * src/compose.c
8456                 when using Folder Pref 'Default To for
8457                 replies' make the entry in the Compose
8458                 window bold
8459                 Patch by Fabien Vantard
8460
8461 2005-10-22 [colin]      1.9.15cvs93
8462
8463         * src/codeconv.c
8464                 Fix leak
8465
8466 2005-10-22 [colin]      1.9.15cvs92
8467
8468         * src/codeconv.c
8469                 try to convert using locale (apart utf8) if necessary
8470
8471 2005-10-22 [colin]      1.9.15cvs91
8472
8473         * src/pixmaps/new.xpm
8474         * src/pixmaps/unread.xpm
8475                 Make the unread envelope blue again and
8476                 saturate the new one a bit more.
8477
8478 2005-10-22 [colin]      1.9.15cvs90
8479
8480         * src/compose.c
8481                 When replying to a mail sent by one of our accounts,
8482                 use the original list of recipients. Let 'Reply All'
8483                 and 'Reply to sender' work like previously.
8484
8485 2005-10-21 [colin]      1.9.15cvs89
8486
8487         * src/prefs_filtering.c
8488                 Clear fields after add and replace
8489         * src/textview.c
8490                 Display xface differently (better)
8491         * src/plugins/pgpinline/pgpinline.c
8492                 Fix crappy encodings/recodings
8493
8494 2005-10-21 [paul]       1.9.15cvs88
8495
8496         * src/compose.c
8497         * src/prefs_folder_item.c
8498         * src/toolbar.c
8499                 fix news folder Folder Properties
8500                 (thanks to Colin)
8501         * src/folderview.c
8502                 update folderview after Themes change
8503                 keep selected folder selected
8504                 (thanks to Colin)
8505
8506 2005-10-21 [paul]       1.9.15cvs87
8507
8508         * tools/Makefile.am
8509         * tools/OOo2sylpheed.pl
8510         * tools/README
8511         * tools/README.sylprint
8512         * tools/asus_mailled.sh         ** REMOVED **
8513         * tools/filter_conv.pl
8514         * tools/freshmeat_search.pl
8515         * tools/google_search.pl
8516         * tools/gpg-sign-syl            ** REMOVED **
8517         * tools/kmail2sylpheed.pl
8518         * tools/kmail2sylpheed_v2.pl
8519         * tools/multiwebsearch.pl
8520         * tools/nautilus2sylpheed.sh
8521         * tools/newscache_clean.pl
8522         * tools/outlook2sylpheed.pl
8523         * tools/sylpheed-switcher       ** REMOVED **
8524         * tools/sylprint.pl
8525         * tools/sylprint.rc
8526         * tools/tb2sylpheed
8527         * tools/vcard2xml.py
8528         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8529                 update default config dir
8530                 update binary name (thanks to Fabien Vantard)
8531                 remove obsolete scripts
8532
8533 2005-10-21 [colin]      1.9.15cvs86
8534
8535         * src/inc.c
8536                 Fix possible leak and units. Based on a patch by
8537                 Fabien Vantard.
8538
8539 2005-10-20 [colin]      1.9.15cvs85
8540
8541         * src/textview.c
8542                 Clear xface when clearing textview
8543
8544 2005-10-20 [colin]      1.9.15cvs84
8545
8546         * configure.ac
8547         * src/folderview.c
8548         * src/headerview.c
8549         * src/main.c
8550         * src/prefs_common.c
8551         * src/prefs_common.h
8552         * src/prefs_message.c
8553         * src/textview.c
8554         * src/textview.h
8555         * src/common/defs.h
8556         * src/common/utils.c
8557         * src/common/utils.h
8558         * src/gtk/gtkutils.c
8559         * src/gtk/gtkutils.h
8560                 Migrate config to .sylpheed-claws (Automatically)
8561                 Add a way to get the Xface in the TextView
8562
8563 2005-10-20 [colin]      1.9.15cvs83
8564
8565         * src/gtk/Makefile.am
8566         * src/gtk/about.c
8567         * src/gtk/authors.h
8568                 Make the about dialog *grooovy*
8569
8570 2005-10-20 [colin]      1.9.15cvs82
8571
8572         * src/mimeview.c
8573                 Use "Open with" on double click if no command
8574                 was found
8575
8576 2005-10-20 [colin]      1.9.15cvs81
8577
8578         * src/imap.c
8579         * src/etpan/imap-thread.c
8580                 Fix possible crash.
8581
8582 2005-10-20 [paul]       1.9.15cvs80
8583
8584         * src/folder.c
8585                 don't show clipkey icon if the only
8586                 attachment is the signature
8587                 Patch by Colin
8588
8589 2005-10-20 [paul]       1.9.15cvs79
8590
8591         * AUTHORS
8592         * src/plugins/pgpmime/pgpmime.c
8593                 name the PGP/MIME signature 'signature.asc'
8594                 Patch by Andrew Nelson <freeandy@gmail.com>
8595
8596 2005-10-19 [colin]      1.9.15cvs78
8597
8598         * src/plugins/pgpmime/pgpmime.c
8599                 Oops, no need to double-check though
8600
8601 2005-10-19 [colin]      1.9.15cvs77
8602
8603         * src/plugins/pgpinline/pgpinline.c
8604         * src/plugins/pgpmime/pgpmime.c
8605                 Check that my_tmpfile() doesn't 
8606                 return NULL
8607
8608 2005-10-19 [colin]      1.9.15cvs76
8609
8610         * src/common/utils.c
8611                 Use shorter mime boundaries to avoid having
8612                 MTAs rewrapping our headers, breaking the
8613                 PGP signature in the process 
8614         * src/compose.c
8615         * src/plugins/pgpmime/pgpmime.c
8616                 Check for boundary uniqueness to be sure
8617                 it won't happen, instead of hoping for the
8618                 best
8619
8620 2005-10-19 [colin]      1.9.15cvs75
8621
8622         * sylpheed-claws.desktop
8623         * src/Makefile.am
8624         * src/main.c
8625                 Ship a sylpheed-claws binary instead
8626                 of a sylpheed one. Change the socket
8627                 name, too
8628         * src/folderview.c
8629                 Update folder only if it changed
8630         * src/wizard.c
8631                 Fix i18n in welcome mail, patch by
8632                 Fabien Vantard
8633
8634 2005-10-19 [paul]
8635
8636         1.9.99-rc2 released
8637
8638 2005-10-19 [paul]       1.9.15cvs74
8639
8640         * src/folder.c
8641         * src/folderview.c
8642                 fix summaryview update
8643                 Patch by Colin
8644
8645 2005-10-18 [colin]      1.9.15cvs73
8646
8647         * src/plugins/pgpcore/passphrase.c
8648                 Don't XGrabServer, and try a bit more to 
8649                 sync everything before grabbing mouse/keyboard
8650
8651 2005-10-18 [colin]      1.9.15cvs72
8652
8653         * src/Makefile.am
8654         * src/addressadd.c
8655         * src/addressbook.c
8656         * src/folderview.c
8657         * src/grouplistdialog.c
8658         * src/mimeview.c
8659         * src/stock_pixmap.c
8660         * src/stock_pixmap.h
8661         * src/summaryview.c
8662         * src/gtk/gtksctree.c
8663         * src/gtk/gtksctree.h
8664         * src/pixmaps/empty.xpm
8665                 Implement a wrapper call for gtk_ctree_set_node_info
8666                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8667                 pixmap instead of a NULL one. This works around some
8668                 memory problems deep inside gtk, revealed by valgrind,
8669                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8670                 as locked crashes sylpheed.), as well as, probably, 
8671                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8672
8673 2005-10-17 [colin]      1.9.15cvs71
8674
8675         * src/mimeview.c
8676                 Provide visual feedback when checking
8677                 signature
8678
8679 2005-10-17 [colin]      1.9.15cvs70
8680
8681         * src/main.c
8682                 Keep the folder list frozen while checking caches...
8683
8684 2005-10-17 [colin]      1.9.15cvs69
8685
8686         * src/addr_compl.c
8687                 Fi bug #833 (Autocompleting from addressbook 
8688                 fails with extended chars)
8689         * src/imap.c
8690                 Fix 'adding messages' staying in statusbar
8691                 after an error
8692
8693 2005-10-17 [wwp]        1.9.15cvs68
8694
8695         * src/ssl_manager.c
8696                 Fix buttons' layout resizing when window size changes
8697
8698 2005-10-17 [wwp]        1.9.15cvs67
8699
8700         * src/account.c
8701         * src/prefs_account.c
8702         * src/prefs_common.c
8703         * src/prefs_common.h
8704         * src/prefs_folder_item.c
8705         * src/prefs_gtk.c
8706         * src/gtk/logwindow.c
8707         * src/gtk/pluginwindow.c
8708         * src/gtk/prefswindow.c
8709         * src/gtk/prefswindow.h
8710                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8711
8712 2005-10-17 [paul]       1.9.15cvs66
8713
8714         * configure.ac
8715                 fix missing libetpan message
8716         * po/en_GB.po
8717                 updated
8718         * src/crash.c
8719         * src/manual.c
8720         * src/prefs_themes.c
8721         * src/common/defs.h
8722                 add some new URI defines, change some
8723                 others
8724         * src/wizard.c
8725                 make welcome message translatable
8726                 small improvements to english
8727                 other tweaks
8728         * src/gtk/menu.c
8729                 fix warnings
8730
8731 2005-10-17 [paul]       1.9.15cvs65
8732
8733         * src/summaryview.c
8734                 fix column titles
8735
8736 2005-10-16 [mones]      1.9.15cvs64
8737
8738         * po/es.po
8739                 Updated translation
8740
8741 2005-10-16 [colin]
8742
8743         1.9.99-rc1 released
8744
8745 2005-10-16 [colin]      1.9.15cvs63
8746
8747         * src/wizard.c
8748                 Fix whitespace
8749
8750 2005-10-16 [colin]      1.9.15cvs62
8751
8752         * src/toolbar.c
8753                 s/Get All/Get Mail/
8754         * src/wizard.c
8755                 Real welcome mail text, thanks Paul
8756
8757 2005-10-16 [colin]      1.9.15cvs61
8758
8759         * src/editldap.c
8760         * src/exporthtml.c
8761         * src/main.c
8762         * src/mainwindow.c
8763         * src/prefs_themes.c
8764         * src/prefs_toolbar.c
8765         * src/plugins/demo/demo.c
8766         * src/plugins/trayicon/trayicon.c
8767                 s/Sylpheed/Sylpheed-Claws/
8768
8769 2005-10-16 [colin]      1.9.15cvs60
8770
8771         * src/wizard.c
8772                 Add a welcome email in the first empty mailbox
8773         * src/prefs_common.c
8774                 Change one more default
8775
8776 2005-10-16 [colin]      1.9.15cvs59
8777
8778         * src/wizard.c
8779                 Remove printf
8780
8781 2005-10-16 [colin]      1.9.15cvs58
8782
8783         * src/toolbar.c
8784         * src/prefs_common.c
8785                 Change some defaults
8786
8787 2005-10-16 [colin]      1.9.15cvs57
8788
8789         * src/toolbar.c
8790         * src/prefs_common.c
8791                 Change some defaults
8792
8793 2005-10-16 [colin]      1.9.15cvs56
8794
8795         * src/wizard.c
8796                 By default, initialize fonts to have
8797                 the same size as normal GtkWidgets
8798
8799 2005-10-16 [colin]      1.9.15cvs55
8800
8801         * src/mimeview.c
8802                 Fix message a bit more
8803
8804 2005-10-16 [colin]      1.9.15cvs54
8805
8806         * src/addressbook.c
8807                 Second attempt at flicker fixing
8808
8809 2005-10-16 [colin]      1.9.15cvs53
8810
8811         * src/addressbook.c
8812                 Fix flicker
8813
8814 2005-10-16 [wwp]        1.9.15cvs52
8815
8816         * src/addressbook.c
8817         * src/editaddress.c
8818         * src/prefs_common.c
8819         * src/prefs_common.h
8820                 Remember window sizes (address book)
8821
8822 2005-10-16 [wwp]        1.9.15cvs51
8823
8824         * src/plugins/clamav/clamav_plugin_gtk.c
8825         * src/plugins/spamassassin/spamassassin_gtk.c
8826                 Fix compilation warnings (missing #include).
8827
8828 2005-10-16 [colin]      1.9.15cvs50
8829
8830         * src/mimeview.c
8831         * src/summaryview.c
8832         * src/textview.c
8833                 Make 'c' check signature, and forward
8834                 c, l, y, t from summaryview to mimeview
8835
8836 2005-10-16 [colin]      1.9.15cvs49
8837
8838         * src/addressbook.c
8839                 Put border around buttons
8840         * src/mainwindow.c
8841         * src/summaryview.c
8842                 Rework menus (Patch based on a patch
8843                 by Paul)
8844
8845 2005-10-15 [wwp]        1.9.15cvs48
8846
8847         * src/editjpilot.c
8848         * src/editldap.c
8849         * src/editvcard.c
8850         * src/exphtmldlg.c
8851         * src/expldifdlg.c
8852         * src/export.c
8853         * src/import.c
8854         * src/importldif.c
8855         * src/importmutt.c
8856         * src/importpine.c
8857         * src/prefs_account.c
8858         * src/prefs_spelling.c
8859         * src/gtk/gtkutils.c
8860         * src/gtk/gtkutils.h
8861         * src/plugins/clamav/clamav_plugin_gtk.c
8862         * src/plugins/spamassassin/spamassassin_gtk.c
8863                 use nicer browse-for-file/dir buttons than the "..." ones,
8864                 code factorizing more.
8865
8866 2005-10-14 [colin]      1.9.15cvs47
8867
8868         * src/mainwindow.c
8869                 set relief on the account switcher so that people see it
8870                 grey out Create processing rules when no message is selected
8871         * src/prefs_filtering.c
8872                 ask before closing if the rule has not been modified, even if
8873                 it's not valid
8874         * src/prefs_matcher.c
8875                 fix sensitivity when entering the dialog
8876         * src/gtk/inputdialog.c
8877                 display a better icon on password ask
8878         * src/plugins/pgpcore/passphrase.c
8879                 make the dialog look better
8880
8881 2005-10-14 [paul]       1.9.15cvs46
8882
8883         * src/folderview.c
8884                 indicate presense of marked msgs in
8885                 unexpanded subfolders
8886
8887 2005-10-14 [paul]       1.9.15cvs45
8888
8889         * src/prefs_actions.c
8890         * src/prefs_common.c
8891         * src/prefs_common.h
8892         * src/prefs_filtering_action.c
8893         * src/prefs_matcher.c
8894         * src/prefs_template.c
8895                 remember window sizes
8896                 fix Info button size
8897
8898         Patches by wwp
8899
8900 2005-10-13 [colin]      1.9.15cvs44
8901
8902         * src/mimeview.c
8903         * src/noticeview.c
8904         * src/noticeview.h
8905                 Add a tooltip on the icon (optional) 
8906                 Get rid of the signature buttons and only
8907                 use the icon+tooltip
8908
8909 2005-10-13 [colin]      1.9.15cvs43
8910
8911         * src/noticeview.c
8912         * src/noticeview.h
8913                 Add hand cursor for hovering over icon
8914
8915 2005-10-13 [colin]      1.9.15cvs42
8916
8917         * src/summaryview.c
8918                 Fix crash when quicksearch's hidden 
8919                 at startup
8920
8921 2005-10-13 [colin]      1.9.15cvs41
8922
8923         * src/compose.c
8924                 Set subject when forwarding multiple mails
8925                 Check that other recipient than the default Cc or Bcc
8926                 have been set before sending.
8927
8928 2005-10-13 [colin]      1.9.15cvs40
8929
8930         * src/imap.c
8931                 Batch per-folder
8932                 Introduce locking, but don't use it yet
8933
8934 2005-10-13 [colin]      1.9.15cvs39
8935
8936         * src/gtk/quicksearch.c
8937                 Reset quicksearch when hiding it
8938                 Make sticky a real pref
8939
8940 2005-10-13 [colin]      1.9.15cvs38
8941
8942         * src/summaryview.c
8943                 Faster prefs apply
8944
8945 2005-10-13 [colin]      1.9.15cvs37
8946
8947         * src/mimeview.c
8948         * src/noticeview.c
8949         * src/noticeview.h
8950         * src/plugins/pgpcore/sgpgme.c
8951                 Make privacy icon clickable
8952                 Move Trust field in Full info
8953                 When trust is less than full, don't display
8954                 a warning icon
8955
8956 2005-10-13 [colin]      1.9.15cvs36
8957
8958         * src/folder.c
8959                 Batch on flags sync
8960         * src/folderview.c
8961                 Revert speed hack which is dangerous in fact
8962                 Apply prefs faster
8963
8964 2005-10-13 [colin]      1.9.15cvs35
8965
8966         * src/folder_item_prefs.c
8967                 Fix pref corruption on folder move. Patch
8968                 by wwp
8969
8970 2005-10-13 [paul]       1.9.15cvs34
8971
8972         * src/export.c
8973         * src/import.c
8974                 fix typos in g_warnings
8975         * src/prefs_account.c
8976                 add a file selector for Signature file
8977
8978         Patches by wwp
8979
8980 2005-10-12 [colin]      1.9.15cvs33
8981
8982         * src/mimeview.c
8983                 Provide a quick way to go back from a
8984                 signature's full info to the email part
8985
8986 2005-10-12 [colin]      1.9.15cvs32
8987
8988         * src/compose.c
8989                 Remove old hack of encoding signed mails with base64.
8990                 QP works equally well.
8991
8992 2005-10-12 [colin]      1.9.15cvs31
8993
8994         * src/crash.c
8995                 Replace deprecated GtkText with GtkTextView
8996         * src/imap.c
8997                 Fix a logic bug about counts in imap_select
8998                 (previously un-triggered)
8999         * src/mainwindow.c
9000         * src/summaryview.c
9001         * src/news.c
9002                 Allow local deletion of news posts
9003         * src/mimeview.c
9004                 Show GPG noticeview on the message/rfc822 part
9005                 in addition to the text/plain one
9006         * src/prefs_image_viewer.c
9007           src/plugins/pgpcore/prefs_gpg.c
9008                 Polish (set the label as part of the checkbox)
9009         * src/wizard.c
9010                 Don't sit there doing nothing after destroying
9011                 the window - return err
9012
9013 2005-10-11 [colin]      1.9.15cvs30
9014
9015         * src/folderview.c
9016                 Apply processing rules before showing folders.
9017                 Early folder show (before flags sync) will only
9018                 be done when there are no processing rules (nor
9019                 pre- or post- ones)
9020         * src/imap.c
9021                 Fix stuff related to mail subdir, creation and 
9022                 deletion of folders 
9023         * src/imap_gtk.c
9024                 Don't allow creation of folders in NoInferior
9025                 folders, as it won't work
9026
9027 2005-10-10 [colin]      1.9.15cvs29
9028
9029         * src/compose.c
9030                 Reselect "None" Privacy system when selecting an
9031                 account with no privacy system defined
9032
9033 2005-10-10 [colin]      1.9.15cvs28
9034
9035         * src/mainwindow.c
9036                 Add Windows-1252 encoding
9037         * src/prefs_common.c
9038                 Rework some defaults:
9039                 - autosave to draft by default
9040                 - don't show header pane (it's already in the textview)
9041                 - Select first new or unread mail on entry
9042                 - Assume 'Yes' to change folder when there's no more
9043                   unread message
9044         * src/prefs_matcher.c
9045                 Fix a gtk assertion failure
9046         * src/gtk/colorlabel.c
9047                 Workaround bad repainting on selection
9048         * src/main.c
9049                 Freeze/thaw (a bit faster on ssh -X)
9050         * src/msgcache.c
9051                 Get rid of StrdupConverter that just adds an
9052                 extra strdup/free 
9053         * src/etpan/imap_thread.c
9054                 memset buf to 0
9055
9056 2005-10-10 [colin]      1.9.15cvs27
9057
9058         * src/export.c
9059         * src/import.c
9060                 Fix compile on gtk 2.4. Patch by wwp
9061
9062 2005-10-09 [colin]      1.9.15cvs26
9063
9064         * src/mainwindow.c
9065         * src/messageview.c
9066         * src/summaryview.c
9067                 Clarify forward menus. Patch by wwp
9068
9069 2005-10-09 [colin]      1.9.15cvs25
9070
9071         * src/compose.c
9072         * src/compose.h
9073                 Fix bug #829 (Non-working "Encrypt message by 
9074                 default when replying to an encrypted message")
9075
9076 2005-10-08 [colin]      1.9.15cvs24
9077
9078         * src/wizard.c
9079                 Fix bug #827 ("Welcome" setup wizard after a 
9080                 permission error gives up & forgets itself.)
9081
9082 2005-10-08 [colin]      1.9.15cvs23
9083
9084         * src/procmime.c
9085                 Fix bug #828 (Ignoring headers with spaces around = sign)
9086
9087 2005-10-08 [colin]      1.9.15cvs22
9088
9089         * src/export.c
9090                 Warning fix by wwp
9091
9092 2005-10-08 [colin]      1.9.15cvs21
9093
9094         * src/folder.c
9095         * src/folder.h
9096                 Add a processing_pending indicator, set on 
9097                 folder_item_open and cleared after 
9098                 folder_item_process_open
9099         * src/folderview.c
9100         * src/summaryview.c
9101                 wrap procmsg_msginfo_*_flags, and in the
9102                 wrapper check that there's no folder processing 
9103                 pending. If there is, defer the flags change until 
9104                 processing is done to avoid stepping over each
9105                 other's toes.
9106                 Freeze during processing, but not during scanning.
9107
9108 2005-10-07 [colin]      1.9.15cvs20
9109
9110         * src/plugins/pgpcore/passphrase.c
9111                 Fix bug #826 (X-Server hangs when 
9112                 right-clicking a PGP encrypted message)
9113
9114 2005-10-07 [paul]       1.9.15cvs19
9115
9116         * src/compose.c
9117                 fix compose_entries[]
9118                 patch by Fabien Vantard
9119
9120 2005-10-06 [colin]      1.9.15cvs18
9121
9122         * src/pixmaps/address.xpm
9123         * src/pixmaps/address_book.xpm
9124         * src/pixmaps/book.xpm
9125         * src/pixmaps/check_spelling.xpm
9126         * src/pixmaps/checkbox_off.xpm
9127         * src/pixmaps/checkbox_on.xpm
9128         * src/pixmaps/close.xpm
9129         * src/pixmaps/complete.xpm
9130         * src/pixmaps/continue.xpm
9131         * src/pixmaps/deleted.xpm
9132         * src/pixmaps/down_arrow.xpm
9133         * src/pixmaps/exec.xpm
9134         * src/pixmaps/forwarded.xpm
9135         * src/pixmaps/group.xpm
9136         * src/pixmaps/ignorethread.xpm
9137         * src/pixmaps/interface.xpm
9138         * src/pixmaps/jpilot.xpm
9139         * src/pixmaps/ldap.xpm
9140         * src/pixmaps/linewrap.xpm
9141         * src/pixmaps/linewrapcurrent.xpm
9142         * src/pixmaps/mail.xpm
9143         * src/pixmaps/mail_attach.xpm
9144         * src/pixmaps/mail_compose.xpm
9145         * src/pixmaps/mail_forward.xpm
9146         * src/pixmaps/mail_receive.xpm
9147         * src/pixmaps/mail_receive_all.xpm
9148         * src/pixmaps/mail_reply.xpm
9149         * src/pixmaps/mail_reply_to_all.xpm
9150         * src/pixmaps/mail_reply_to_author.xpm
9151         * src/pixmaps/mail_send.xpm
9152         * src/pixmaps/mail_send_queue.xpm
9153         * src/pixmaps/mime_application.xpm
9154         * src/pixmaps/mime_audio.xpm
9155         * src/pixmaps/mime_image.xpm
9156         * src/pixmaps/mime_message.xpm
9157         * src/pixmaps/mime_text_enriched.xpm
9158         * src/pixmaps/mime_text_html.xpm
9159         * src/pixmaps/mime_text_plain.xpm
9160         * src/pixmaps/mime_unknown.xpm
9161         * src/pixmaps/new.xpm
9162         * src/pixmaps/news_compose.xpm
9163         * src/pixmaps/offline.xpm
9164         * src/pixmaps/online.xpm
9165         * src/pixmaps/paste.xpm
9166         * src/pixmaps/preferences.xpm
9167         * src/pixmaps/privacy_emblem_encrypted.xpm
9168         * src/pixmaps/privacy_expired.xpm
9169         * src/pixmaps/privacy_failed.xpm
9170         * src/pixmaps/privacy_passed.xpm
9171         * src/pixmaps/privacy_signed.xpm
9172         * src/pixmaps/privacy_unknown.xpm
9173         * src/pixmaps/privacy_warn.xpm
9174         * src/pixmaps/properties.xpm
9175         * src/pixmaps/replied.xpm
9176         * src/pixmaps/search.xpm
9177         * src/pixmaps/unread.xpm
9178         * src/pixmaps/up_arrow.xpm
9179         * src/pixmaps/vcard.xpm
9180                 Modernize internal theme, with icons from the 
9181                 Gnomaws theme. Keep some of the old ones where
9182                 they were better.
9183
9184 2005-10-06 [colin]      1.9.15cvs17
9185
9186         * src/summaryview.c
9187                 Little optimisations + bugfix
9188         * src/toolbar.c
9189                 Remove default useless items - useless being defined
9190                 by the default relevant prefs
9191         * src/wizard.c
9192                 include config.h to make gettext work
9193         * src/prefs_themes.c
9194                 Fix selection of current theme in prefs
9195
9196 2005-10-06 [colin]      1.9.15cvs16
9197
9198         * src/prefs_common.c
9199         * src/prefs_common.h
9200         * src/prefs_summaries.c
9201         * src/folderview.c
9202                 Add a warning dialog on Mark all read 
9203                 (with pref to get rid of it)
9204
9205 2005-10-06 [paul]       1.9.15cvs15
9206
9207         * po/nb.po
9208         * po/pt_BR.po
9209                 updated by Geir Helland and Frederico
9210                 Goncalves Guimaraes
9211
9212 2005-10-05 [colin]      1.9.15cvs14
9213
9214         * src/folder.c
9215         * src/folder.h
9216         * src/folderview.c
9217         * src/folderview.h
9218         * src/imap_gtk.c
9219         * src/mh_gtk.c
9220         * src/mainwindow.c
9221         * src/setup.c
9222                 add a way to rescan without rebuilding
9223                 make moving a bit faster (less folders changes)
9224                 don't lock the tree on Get 
9225         * src/imap.c
9226                 Don't re-delete deleted messages before expunging
9227         * src/summaryview.c
9228                 Set batch mode when deleting mails
9229
9230 2005-10-05 [paul]       1.9.15cvs13
9231
9232         * src/mainwindow.c
9233         * src/mainwindow.h
9234                 fix disabled Execute menu item
9235         * src/toolbar.c
9236                 match the change in 1.9.15cvs10: use Compose
9237                 instead of News by default
9238
9239 2005-10-04 [colin]      1.9.15cvs12
9240
9241         * src/compose.c
9242                 When replying to an ML post with Reply-To set
9243                 to the poster's email, honor it (as before),
9244                 but also honor our user's request to reply to
9245                 the mailing list: set the ML address in the To
9246                 field and the Reply-To address in the Cc: 
9247                 field.
9248
9249 2005-10-04 [colin]      1.9.15cvs11
9250
9251         * src/plugins/trayicon/trayicon.c
9252                 Finish cosmetic change - thanks to wwp
9253
9254 2005-10-04 [colin]      1.9.15cvs10
9255
9256         * src/toolbar.c
9257                 Use Compose instead of Email by default.
9258                 Spotted by wwp.
9259
9260 2005-10-04 [colin]      1.9.15cvs9
9261
9262         * src/folder.c
9263         * src/folder.h
9264         * src/folderview.c
9265         * src/imap.c
9266         * src/etpan/imap-thread.c
9267         * src/etpan/imap-thread.h
9268                 Try to make IMAP faster, by simplifying SEARCH
9269                 commands, avoiding sending two STATUS in a row,
9270                 and deferring flags sync and processing just
9271                 after displaying the folder. 
9272                 This will update the SummaryView in certain
9273                 cases (new mails not already fetched, flags
9274                 changed from another client) but in a non-
9275                 blocking manner.
9276
9277 2005-10-04 [colin]      1.9.15cvs8
9278
9279         * src/plugins/trayicon/trayicon.c
9280                 Relabel "Offline" to "Work offline"
9281
9282 2005-10-04 [colin]      1.9.15cvs7
9283
9284         * src/export.c
9285         * src/import.c
9286         * src/mbox.c
9287                 Fix mbox import/export buglets
9288                 Patch by wwp
9289         * src/plugins/trayicon/trayicon.c
9290                 Add offline swithc
9291                 Patch by wwp
9292
9293 2005-10-04 [colin]      1.9.15cvs6
9294
9295         * src/folder.c
9296         * src/folderview.c
9297         * src/summaryview.c
9298                 Better fix (don't break mark all read) for cvs2
9299
9300 2005-10-03 [colin]      1.9.15cvs5
9301
9302         * src/folder.c
9303                 Use a sane sort by default
9304
9305 2005-10-03 [colin]      1.9.15cvs4
9306
9307         * src/inc.c
9308                 Add a 'Only once' button for overriding offline mode
9309         * src/prefs_account.c
9310         * src/wizard.c
9311                 Add Local mbox to the wizard
9312                 Add IMAP subdir to the wizard (or the wizard is useless
9313                 for such accounts, or even worse than useless)
9314                 Move IMAP subdir from Advanced to Receive tab, as it's
9315                 not that uncommon
9316
9317 2005-10-03 [colin]      1.9.15cvs3
9318
9319         * src/send_message.c
9320                 Forgot this one in cvs1
9321
9322 2005-10-03 [colin]      1.9.15cvs2
9323
9324         * src/folder.c
9325                 Faster close when leaving a folder with lots
9326                 of new mails. Idea by David Relson.
9327
9328 2005-10-03 [colin]      1.9.15cvs1
9329
9330         * src/compose.c
9331         * src/imap.c
9332         * src/inc.c
9333         * src/main.c
9334         * src/messageview.c
9335         * src/news.c
9336         * src/summaryview.c
9337         * src/gtk/sslcertwindow.c
9338         * src/plugins/trayicon/trayicon.c
9339                 Add accels to every AlertPanel. Patch by Fabien 
9340                 Vantard
9341
9342 2005-10-03 [paul]       1.9.15
9343
9344         1.9.15 released
9345
9346 2005-10-03 [paul]       1.9.14cvs68
9347
9348         * po/ca.po
9349         * po/de.po
9350         * po/es.po
9351         * po/fi.po
9352         * po/fr.po
9353         * po/sk.po
9354         * po/sr.po
9355         * po/zh_CN.po
9356                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9357                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9358                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9359
9360 2005-10-03 [paul]       1.9.14cvs67
9361
9362         * src/send_message.c
9363                 prevent hang on Cancel
9364                 patch by Colin
9365
9366 2005-10-03 [paul]       1.9.14cvs66
9367
9368         * src/main.c
9369                 fix crash in IMAP caused by discrepancy
9370                 between check_at_startup and offline mode
9371                 Patch by Colin
9372
9373 2005-10-01 [paul]       1.9.14cvs65
9374
9375         * src/inc.c
9376                 fix engrish
9377
9378 2005-10-01 [paul]       1.9.14cvs64
9379         * src/export.c
9380         * src/import.c
9381                 synchronise import_mbox() and export_mbox()
9382         * src/mbox.c
9383                 proc_mbox(): add alert if file cannot be opened
9384                 export_list_to_mbox(): test if dest file exists,
9385                 prompt user to overwrite if it does. add alert
9386                 if file cannot be created
9387                                                                 
9388         Patch by wwp
9389                                                                                                                 
9390
9391 2005-09-30 [paul]       1.9.14cvs63
9392
9393         * src/addressbook.c
9394                 Fix sensitivity of a menu
9395         * src/codeconv.c
9396                 Respect hidden pref for mails with no encoding
9397         * src/common/xml.c
9398                 Fix memory corruption
9399         * src/plugins/pgpcore/sgpgme.c
9400                 Fix segfault on incomplete sigs, and display
9401                 of S/Mime UIDs
9402
9403         Patches by Colin
9404
9405 2005-09-30 [colin]      1.9.14cvs62
9406
9407         * src/partial_download.c
9408                 Little logic fix in almost-dead code
9409         * src/pop.c
9410                 Fix partial download when there's no new mail
9411
9412 2005-09-29 [paul]       1.9.14cvs61
9413
9414         * src/plugins/pgpinline/pgpinline.c
9415                 fix bug 819, 'crash accessing sign message'
9416                 Patch by Colin
9417
9418 2005-09-28 [martin]     1.9.14cvs60
9419
9420         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9421                 fix bug #790 (Crash when restarting window manager (fluxbox))
9422
9423 2005-09-28 [paul]       1.9.14cvs59
9424
9425         * src/gtk/gtkaspell.c
9426                 fix off-by-one typo
9427
9428 2005-09-27 [colin]      1.9.14cvs58
9429
9430         * src/plugins/pgpcore/sgpgme.c
9431                 Report error when there's one, instead of
9432                 "Signature unchecked" 
9433
9434 2005-09-27 [colin]      1.9.14cvs57
9435
9436         * src/prefs_quote.c
9437                 Fix bug #816 (Weird quotation with spaces)
9438
9439 2005-09-27 [colin]      1.9.14cvs56
9440
9441         * src/codeconv.c
9442         * src/compose.c
9443         * src/compose.h
9444                 Put subject in compose's title
9445                 Fix Automatic encoding so that it's really automatic:
9446                 first try default locale's charset, then charset of the replied mail, 
9447                 then utf-8
9448                 Fix encoding of headers (must be in strict mode too)
9449
9450 2005-09-26 [colin]      1.9.14cvs55
9451
9452         * src/gtk/gtkaspell.c
9453                 Fix previous patch - don't color the space,
9454                 just uncolor it :)
9455
9456 2005-09-26 [colin]      1.9.14cvs54
9457
9458         * src/gtk/gtkaspell.c
9459                 Unmark space if possible
9460
9461 2005-09-26 [colin]      1.9.14cvs53
9462
9463         * src/imap.c
9464                 log_error instead of alertpanel according to the pref
9465         * src/etpan/imap-thread.c
9466                 Print connect status, copy only necessary size to 
9467                 logger
9468         * src/plugins/pgpmime/pgpmime.c
9469                 Handle S/Mime signatures (verification only). Patch based
9470                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9471
9472 2005-09-26 [paul]       1.9.14cvs52
9473
9474         * src/common/passcrypt.c
9475                 this 'workaround' not necessary on NetBSD.
9476                 Thanks to Daniel Gustafson
9477
9478 2005-09-26 [paul]
9479
9480         1.9.15-rc4 released
9481
9482 2005-09-26 [paul]       1.9.14cvs51
9483
9484         * src/summaryview.c
9485                 Skip currently selected message when
9486                 looking for next new or unread message
9487                 in current folder. Patch by Colin
9488         * src/common/passcrypt.c
9489                 eliminate warnings on *BSD. Patch by
9490                 Daniel Gustafson
9491
9492 2005-09-26 [colin]      1.9.14cvs50
9493
9494         * src/procmsg.c
9495                 Call postfiltering hook anyway
9496
9497 2005-09-22 [colin]      1.9.14cvs49
9498
9499         * src/codeconv.c
9500         * src/codeconv.h
9501                 Add a strict mode that doesn't replace with _
9502         * src/compose.c
9503         * src/compose.h
9504                 Use strict conversion while sending
9505                 Fix race when drafting while sending (happens
9506                 on IMAP)
9507                 Fix d'n'd of messages from summaryview
9508         * src/prefs_common.c
9509         * src/prefs_common.h
9510                 add hidden utf8_instead_of_locale_for_broken_mail 
9511                 pref for people that preferred the default charset 
9512                 to be utf8 for broken mails
9513         * src/quote_fmt_parse.y
9514                 fix bug #815 (No quote insert if "From:" fied 
9515                 contained Russian letters)
9516         * src/summaryview.c
9517                 Fix d'n'd of messages to compose
9518
9519 2005-09-22 [paul]       1.9.14cvs48
9520
9521         * src/compose.c
9522                 fix bug where attachments Name entry
9523                 would display Path instead
9524
9525 2005-09-21 [paul]       1.9.14cvs47
9526
9527         * README
9528         * README.jp
9529         * configure.ac
9530         * config/config.rpath
9531         * doc/manual/en/sylpheed-20.html
9532         * doc/manual/es/sylpheed-20.html
9533         * po/bg.po
9534         * po/ca.po
9535         * po/de.po
9536         * po/es.po
9537         * po/fr.po
9538         * po/it.po
9539         * po/pt_BR.po
9540         * po/sk.po
9541         * po/zh_TW.po
9542         * src/account.c
9543         * src/account.h
9544         * src/action.c
9545         * src/action.h
9546         * src/adbookbase.h
9547         * src/addr_compl.c
9548         * src/addr_compl.h
9549         * src/addrbook.c
9550         * src/addrbook.h
9551         * src/addrcache.c
9552         * src/addrcache.h
9553         * src/addrcindex.c
9554         * src/addrcindex.h
9555         * src/addrclip.c
9556         * src/addrclip.h
9557         * src/addrdefs.h
9558         * src/addressadd.c
9559         * src/addressadd.h
9560         * src/addressbook.c
9561         * src/addressbook.h
9562         * src/addressitem.h
9563         * src/addrgather.c
9564         * src/addrgather.h
9565         * src/addrharvest.c
9566         * src/addrharvest.h
9567         * src/addrindex.c
9568         * src/addrindex.h
9569         * src/addritem.c
9570         * src/addritem.h
9571         * src/addrquery.c
9572         * src/addrquery.h
9573         * src/addrselect.c
9574         * src/addrselect.h
9575         * src/alertpanel.c
9576         * src/alertpanel.h
9577         * src/browseldap.c
9578         * src/browseldap.h
9579         * src/codeconv.c
9580         * src/codeconv.h
9581         * src/compose.c
9582         * src/compose.h
9583         * src/crash.c
9584         * src/crash.h
9585         * src/customheader.c
9586         * src/customheader.h
9587         * src/displayheader.c
9588         * src/displayheader.h
9589         * src/editaddress.c
9590         * src/editaddress.h
9591         * src/editbook.c
9592         * src/editbook.h
9593         * src/editgroup.c
9594         * src/editgroup.h
9595         * src/editjpilot.c
9596         * src/editjpilot.h
9597         * src/editldap.c
9598         * src/editldap.h
9599         * src/editldap_basedn.c
9600         * src/editldap_basedn.h
9601         * src/editvcard.c
9602         * src/editvcard.h
9603         * src/enriched.c
9604         * src/enriched.h
9605         * src/exphtmldlg.c
9606         * src/exphtmldlg.h
9607         * src/expldifdlg.c
9608         * src/expldifdlg.h
9609         * src/export.c
9610         * src/export.h
9611         * src/exporthtml.c
9612         * src/exporthtml.h
9613         * src/exportldif.c
9614         * src/exportldif.h
9615         * src/filtering.c
9616         * src/filtering.h
9617         * src/folder.c
9618         * src/folder.h
9619         * src/folder_item_prefs.c
9620         * src/folder_item_prefs.h
9621         * src/foldersel.c
9622         * src/foldersel.h
9623         * src/folderutils.c
9624         * src/folderutils.h
9625         * src/folderview.c
9626         * src/folderview.h
9627         * src/grouplistdialog.c
9628         * src/grouplistdialog.h
9629         * src/headerview.c
9630         * src/headerview.h
9631         * src/html.c
9632         * src/html.h
9633         * src/image_viewer.c
9634         * src/image_viewer.h
9635         * src/imap.c
9636         * src/imap.h
9637         * src/imap_gtk.c
9638         * src/imap_gtk.h
9639         * src/import.c
9640         * src/import.h
9641         * src/importldif.c
9642         * src/importldif.h
9643         * src/importmutt.c
9644         * src/importmutt.h
9645         * src/importpine.c
9646         * src/importpine.h
9647         * src/inc.c
9648         * src/inc.h
9649         * src/jpilot.c
9650         * src/jpilot.h
9651         * src/ldapctrl.c
9652         * src/ldapctrl.h
9653         * src/ldaplocate.c
9654         * src/ldaplocate.h
9655         * src/ldapquery.c
9656         * src/ldapquery.h
9657         * src/ldapserver.c
9658         * src/ldapserver.h
9659         * src/ldaputil.c
9660         * src/ldaputil.h
9661         * src/ldif.c
9662         * src/ldif.h
9663         * src/localfolder.c
9664         * src/localfolder.h
9665         * src/main.c
9666         * src/main.h
9667         * src/mainwindow.c
9668         * src/mainwindow.h
9669         * src/manual.c
9670         * src/manual.h
9671         * src/matcher.c
9672         * src/matcher.h
9673         * src/matcher_parser.h
9674         * src/matcher_parser_lex.l
9675         * src/matcher_parser_parse.y
9676         * src/mbox.c
9677         * src/mbox.h
9678         * src/message_search.c
9679         * src/message_search.h
9680         * src/messageview.c
9681         * src/messageview.h
9682         * src/mh.c
9683         * src/mh.h
9684         * src/mh_gtk.c
9685         * src/mh_gtk.h
9686         * src/mimeview.c
9687         * src/mimeview.h
9688         * src/msgcache.c
9689         * src/msgcache.h
9690         * src/mutt.c
9691         * src/mutt.h
9692         * src/news.c
9693         * src/news.h
9694         * src/news_gtk.c
9695         * src/news_gtk.h
9696         * src/noticeview.c
9697         * src/noticeview.h
9698         * src/partial_download.c
9699         * src/partial_download.h
9700         * src/pine.c
9701         * src/pine.h
9702         * src/pop.c
9703         * src/pop.h
9704         * src/prefs_account.c
9705         * src/prefs_account.h
9706         * src/prefs_actions.c
9707         * src/prefs_actions.h
9708         * src/prefs_common.c
9709         * src/prefs_common.h
9710         * src/prefs_compose_writing.c
9711         * src/prefs_compose_writing.h
9712         * src/prefs_customheader.c
9713         * src/prefs_customheader.h
9714         * src/prefs_display_header.c
9715         * src/prefs_display_header.h
9716         * src/prefs_ext_prog.c
9717         * src/prefs_ext_prog.h
9718         * src/prefs_filtering.c
9719         * src/prefs_filtering.h
9720         * src/prefs_filtering_action.c
9721         * src/prefs_filtering_action.h
9722         * src/prefs_folder_column.c
9723         * src/prefs_folder_column.h
9724         * src/prefs_folder_item.c
9725         * src/prefs_folder_item.h
9726         * src/prefs_fonts.c
9727         * src/prefs_fonts.h
9728         * src/prefs_gtk.c
9729         * src/prefs_gtk.h
9730         * src/prefs_image_viewer.c
9731         * src/prefs_image_viewer.h
9732         * src/prefs_matcher.c
9733         * src/prefs_matcher.h
9734         * src/prefs_message.c
9735         * src/prefs_message.h
9736         * src/prefs_msg_colors.c
9737         * src/prefs_msg_colors.h
9738         * src/prefs_other.c
9739         * src/prefs_other.h
9740         * src/prefs_quote.c
9741         * src/prefs_quote.h
9742         * src/prefs_receive.c
9743         * src/prefs_receive.h
9744         * src/prefs_send.c
9745         * src/prefs_send.h
9746         * src/prefs_spelling.c
9747         * src/prefs_spelling.h
9748         * src/prefs_summaries.c
9749         * src/prefs_summaries.h
9750         * src/prefs_summary_column.c
9751         * src/prefs_summary_column.h
9752         * src/prefs_template.c
9753         * src/prefs_template.h
9754         * src/prefs_themes.c
9755         * src/prefs_themes.h
9756         * src/prefs_toolbar.c
9757         * src/prefs_toolbar.h
9758         * src/prefs_wrapping.c
9759         * src/prefs_wrapping.h
9760         * src/privacy.c
9761         * src/privacy.h
9762         * src/procheader.c
9763         * src/procheader.h
9764         * src/procmime.c
9765         * src/procmime.h
9766         * src/procmsg.c
9767         * src/procmsg.h
9768         * src/quote_fmt.c
9769         * src/quote_fmt_parse.y
9770         * src/recv.c
9771         * src/recv.h
9772         * src/remotefolder.c
9773         * src/remotefolder.h
9774         * src/send_message.c
9775         * src/send_message.h
9776         * src/setup.c
9777         * src/setup.h
9778         * src/simple-gettext.c
9779         * src/sourcewindow.c
9780         * src/sourcewindow.h
9781         * src/ssl_manager.c
9782         * src/ssl_manager.h
9783         * src/statusbar.c
9784         * src/statusbar.h
9785         * src/stock_pixmap.c
9786         * src/stock_pixmap.h
9787         * src/summary_search.c
9788         * src/summary_search.h
9789         * src/summaryview.c
9790         * src/summaryview.h
9791         * src/syldap.c
9792         * src/syldap.h
9793         * src/textview.c
9794         * src/textview.h
9795         * src/toolbar.c
9796         * src/toolbar.h
9797         * src/undo.c
9798         * src/undo.h
9799         * src/unmime.c
9800         * src/unmime.h
9801         * src/vcard.c
9802         * src/vcard.h
9803         * src/wizard.c
9804         * src/wizard.h
9805         * src/common/base64.c
9806         * src/common/base64.h
9807         * src/common/defs.h
9808         * src/common/hooks.c
9809         * src/common/hooks.h
9810         * src/common/log.c
9811         * src/common/log.h
9812         * src/common/md5.c
9813         * src/common/md5.h
9814         * src/common/mgutils.c
9815         * src/common/mgutils.h
9816         * src/common/nntp.c
9817         * src/common/nntp.h
9818         * src/common/passcrypt.c
9819         * src/common/passcrypt.h.in
9820         * src/common/plugin.c
9821         * src/common/plugin.h
9822         * src/common/prefs.c
9823         * src/common/prefs.h
9824         * src/common/progressindicator.c
9825         * src/common/progressindicator.h
9826         * src/common/quoted-printable.c
9827         * src/common/quoted-printable.h
9828         * src/common/session.c
9829         * src/common/session.h
9830         * src/common/smtp.c
9831         * src/common/smtp.h
9832         * src/common/socket.c
9833         * src/common/socket.h
9834         * src/common/ssl.c
9835         * src/common/ssl.h
9836         * src/common/ssl_certificate.c
9837         * src/common/ssl_certificate.h
9838         * src/common/string_match.c
9839         * src/common/string_match.h
9840         * src/common/stringtable.c
9841         * src/common/sylpheed.c
9842         * src/common/sylpheed.h
9843         * src/common/template.c
9844         * src/common/template.h
9845         * src/common/timing.h
9846         * src/common/utils.c
9847         * src/common/utils.h
9848         * src/common/uuencode.c
9849         * src/common/uuencode.h
9850         * src/common/version.h.in
9851         * src/common/xml.c
9852         * src/common/xml.h
9853         * src/common/xmlprops.c
9854         * src/common/xmlprops.h
9855         * src/gtk/about.c
9856         * src/gtk/about.h
9857         * src/gtk/colorlabel.c
9858         * src/gtk/colorlabel.h
9859         * src/gtk/colorsel.c
9860         * src/gtk/colorsel.h
9861         * src/gtk/description_window.c
9862         * src/gtk/description_window.h
9863         * src/gtk/filesel.c
9864         * src/gtk/filesel.h
9865         * src/gtk/foldersort.c
9866         * src/gtk/foldersort.h
9867         * src/gtk/gtkutils.c
9868         * src/gtk/gtkutils.h
9869         * src/gtk/inputdialog.c
9870         * src/gtk/inputdialog.h
9871         * src/gtk/logwindow.c
9872         * src/gtk/logwindow.h
9873         * src/gtk/manage_window.c
9874         * src/gtk/manage_window.h
9875         * src/gtk/menu.c
9876         * src/gtk/menu.h
9877         * src/gtk/pluginwindow.c
9878         * src/gtk/pluginwindow.h
9879         * src/gtk/prefswindow.c
9880         * src/gtk/prefswindow.h
9881         * src/gtk/progressdialog.c
9882         * src/gtk/progressdialog.h
9883         * src/gtk/quicksearch.c
9884         * src/gtk/quicksearch.h
9885         * src/gtk/sslcertwindow.c
9886         * src/gtk/sslcertwindow.h
9887         * src/plugins/clamav/clamav_plugin.c
9888         * src/plugins/clamav/clamav_plugin.h
9889         * src/plugins/clamav/clamav_plugin_gtk.c
9890         * src/plugins/demo/demo.c
9891         * src/plugins/dillo_viewer/dillo_prefs.c
9892         * src/plugins/dillo_viewer/dillo_prefs.h
9893         * src/plugins/dillo_viewer/dillo_viewer.c
9894         * src/plugins/mathml_viewer/mathml_viewer.c
9895         * src/plugins/pgpcore/passphrase.c
9896         * src/plugins/pgpcore/passphrase.h
9897         * src/plugins/pgpcore/plugin.c
9898         * src/plugins/pgpcore/prefs_gpg.c
9899         * src/plugins/pgpcore/prefs_gpg.h
9900         * src/plugins/pgpcore/select-keys.c
9901         * src/plugins/pgpcore/select-keys.h
9902         * src/plugins/pgpcore/sgpgme.c
9903         * src/plugins/pgpcore/sgpgme.h
9904         * src/plugins/pgpinline/pgpinline.c
9905         * src/plugins/pgpinline/pgpinline.h
9906         * src/plugins/pgpinline/plugin.c
9907         * src/plugins/pgpmime/pgpmime.c
9908         * src/plugins/pgpmime/pgpmime.h
9909         * src/plugins/pgpmime/plugin.c
9910         * src/plugins/spamassassin/spamassassin.c
9911         * src/plugins/spamassassin/spamassassin.h
9912         * src/plugins/spamassassin/spamassassin_gtk.c
9913         * src/plugins/trayicon/trayicon.c
9914         * tools/OOo2sylpheed.pl
9915         * tools/acroread2sylpheed.pl
9916         * tools/asus_mailled.sh
9917         * tools/filter_conv.pl
9918         * tools/freshmeat_search.pl
9919         * tools/google_search.pl
9920         * tools/kmail2sylpheed.pl
9921         * tools/kmail2sylpheed_v2.pl
9922         * tools/maildir2sylpheed.pl
9923         * tools/multiwebsearch.pl
9924         * tools/newscache_clean.pl
9925         * tools/outlook2sylpheed.pl
9926         * tools/sylpheed-switcher
9927         * tools/update-po
9928         * tools/vcard2xml.py
9929         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9930                 update FSF address
9931
9932 2005-09-21 [colin]      1.9.14cvs46
9933
9934         * src/gedit-print.c
9935         * src/procmsg.c
9936         * src/procmsg.h
9937         * src/textview.c
9938         * src/summaryview.c
9939                 Remove some printing hacks (deselection/reselection),
9940                 which by the way fix printing the currently 
9941                 displayed mime part (still only text)
9942                 Plus a little optimisation of summary_show
9943
9944
9945 2005-09-20 [colin]      1.9.14cvs45
9946
9947         * src/mainwindow.c
9948         * src/messageview.c
9949                 GUI fixups: add accels, set message
9950                 view title to displayed mail's subject
9951         * src/prefs_spelling.c
9952         * src/gtk/gtkaspell.c
9953                 GUI fixups: allow underlining misspelled
9954                 words instead of coloring them (a11y!)
9955
9956 2005-09-19 [colin]
9957
9958         1.9.15rc3 released
9959
9960 2005-09-19 [colin]      1.9.14cvs44
9961
9962         * src/compose.c
9963                 Fix draft message
9964         * src/gtk/gtkaspell.c
9965                 Fix wrong test ;-)
9966
9967 2005-09-19 [colin]      1.9.14cvs43
9968
9969         * src/addressbook.c
9970                 Fix sensitivity of Delete button
9971         * src/compose.c
9972                 Warn if the requested Privacy system
9973                 is not available
9974         * src/exphtmldlg.c
9975         * src/expldifdlg.c
9976         * src/importldif.c
9977         * src/importmutt.c
9978         * src/importpine.c
9979                 Fix crappy UI
9980         * src/
9981         * src/ssl.h
9982         * src/prefs_account.h
9983         * src/prefs_account.c
9984                 Save SSL prefs even in builds that have
9985                 SSL support disable
9986         * src/imap.c
9987         * src/inc.c
9988         * src/news.c
9989         * src/send_message.c
9990                 Warn if connection should be secure, but
9991                 SSL support isn't compiled in
9992         * src/gtkaspell.c
9993                 Fix word separation on UTF-8 systems
9994                 Fixes bug #812 (Strange inline spellchecking)
9995         * src/compose.c
9996                 Warn if the requested Privacy system
9997                 is not available
9998                 Factorize offline warning
9999         * src/imap.c
10000         * src/imap_gtk.c
10001         * src/imap_gtk.h
10002         * src/inc.h
10003         * src/news_gtk.c
10004         * src/news_gtk.h
10005         * src/messageview.c
10006                 Factorize offline warning
10007
10008 2005-09-19 [paul]
10009
10010         1.9.15-rc2 released
10011
10012 2005-09-18 [colin]      1.9.14cvs42
10013
10014         * src/codeconv.c
10015         * src/codeconv.h
10016         * src/procmime.c
10017                 Add a way to get locale's charset ignoring utf-8,
10018                 and use that as default encoding for broken mails
10019
10020 2005-09-18 [colin]      1.9.14cvs41
10021
10022         * src/gtk/logwindow.c
10023                 Translate string. Patch by Fabien Vantard
10024
10025 2005-09-18 [colin]      1.9.14cvs40
10026
10027         * configure.ac
10028                 Fix bug #803 (IMAP/SSL support breaks with 
10029                 GnuTLS libetpan 0.38)
10030
10031 2005-09-18 [colin]      1.9.14cvs39
10032
10033         * src/codeconv.c
10034         * src/compose.c
10035         * src/procmime.c
10036                 More charsets fixes. Fixes bug #806 (non
10037                 ascii characters in subject line)
10038
10039 2005-09-17 [paul]       1.9.14cvs38
10040
10041         * src/folderview.c
10042         * src/mainwindow.c
10043                 fix gcc-2.95 issues
10044                 Patch by Pawel Pekala
10045
10046 2005-09-17 [colin]      1.9.14cvs37
10047
10048         * src/addrindex.c
10049                 bugfix for NO-USE LDAP compilation, patch 
10050                 by Fabien Vantard
10051
10052 2005-09-17 [colin]      1.9.14cvs36
10053
10054         * src/prefs_actions.c
10055         * src/prefs_customheader.c
10056         * src/prefs_display_header.c
10057         * src/prefs_filtering_action.c
10058         * src/prefs_matcher.c
10059         * src/prefs_toolbar.c
10060                 Fix strange casts (less elegant but
10061                 works better)
10062
10063 2005-09-16 [colin]      1.9.14cvs35
10064
10065         * src/jpilot.c
10066                 Missed that one
10067
10068 2005-09-16 [colin]      1.9.14cvs34
10069
10070         * configure.ac
10071         * src/Makefile.am
10072         * src/addr_compl.c
10073         * src/addrindex.c
10074         * src/browseldap.c
10075         * src/editldap.c
10076         * src/ldaplocate.c
10077         * src/ldapquery.c
10078         * src/ldapquery.h
10079         * src/ldapserver.c
10080         * src/ldapserver.h
10081         * src/main.c
10082         * src/matcher_parser_parse.y
10083         * src/prefs_themes.c
10084         * src/etpan/Makefile.am
10085         * src/gtk/description_window.c
10086         * src/plugins/clamav/Makefile.am
10087         * src/plugins/clamav/clamav_plugin.c
10088         * src/plugins/dillo_viewer/Makefile.am
10089         * src/plugins/pgpcore/Makefile.am
10090         * src/plugins/pgpinline/Makefile.am
10091         * src/plugins/pgpmime/Makefile.am
10092         * src/plugins/trayicon/Makefile.am
10093                 Fix 100% cpu usage in address completion list
10094                 Fix little bugs (return with no values etc)
10095                 Fix all warnings (with common CFLAGS)
10096
10097 2005-09-15 [colin]      1.9.14cvs33
10098
10099         * src/addressbook.c
10100                 Fix bug where sometimes a group's email list is empty,
10101                 force its refresh (probably fixes "Re: how to create a 
10102                 distribution list")
10103         * src/ldapquery.c
10104                 Don't return to the callback in the main thread from the
10105                 fetch thread (or face segs!)
10106
10107 2005-09-15 [paul]       1.9.14cvs32
10108
10109         * src/prefs_matcher.c
10110                 forgotten in last commit
10111
10112 2005-09-15 [paul]       1.9.14cvs31
10113
10114         * src/prefs_actions.c
10115         * src/prefs_filtering_action.c
10116         * src/prefs_quote.c
10117         * src/quote_fmt.c
10118         * src/summaryview.c
10119         * src/gtk/description_window.c
10120         * src/gtk/description_window.h
10121         * src/gtk/quicksearch.c
10122                 allow interaction with the called
10123                 description window
10124                 Patch by Anders Hammar
10125
10126 2005-09-14 [paul]       1.9.14cvs30
10127
10128         * src/compose.c
10129                 fix a little annoyance when pasting with 3rd button 
10130                 with wrap_pastes=0 and wrap_input=1
10131                 Patch by Colin
10132
10133 2005-09-14 [paul]       1.9.14cvs29
10134
10135         * src/prefs_account.c
10136                 disable 'Filter messages on receiving' for
10137                 SMTP-only accounts
10138                 Patch  by Anders Hammar
10139
10140 2005-09-14 [paul]       1.9.14cvs28
10141
10142         * po/sk.po
10143                 fix crash
10144                 updated by Andrej Kacian
10145
10146 2005-09-14 [paul]
10147
10148         1.9.15-rc1 released
10149
10150 2005-09-14 [paul]       1.9.14cvs27
10151
10152         * po/es.po
10153                 updated by Ricardo Mones Lastra
10154         * src/compose.c
10155         * src/compose.h
10156                 associate no_wrap_tags to Compose windows
10157                 instead of using a static one
10158                 Patch by Colin
10159         * src/mbox.c
10160                 fix proc_mbox()
10161                 Patch by wwp
10162         * src/textview.c
10163                 remove unneeded printf()
10164
10165 2005-09-14 [paul]       1.9.14cvs26
10166
10167         * src/addrcache.c
10168         * src/codeconv.h
10169         * src/folder.h
10170         * src/mainwindow.h
10171         * src/mh.c
10172         * src/mimeview.h
10173         * src/partial_download.c
10174         * src/pop.c
10175         * src/prefs_account.c
10176         * src/prefs_account.h
10177         * src/prefs_actions.c
10178         * src/prefs_customheader.c
10179         * src/prefs_display_header.c
10180         * src/prefs_filtering_action.c
10181         * src/prefs_matcher.c
10182         * src/prefs_toolbar.c
10183         * src/privacy.h
10184         * src/procmime.c
10185         * src/procmime.h
10186         * src/procmsg.h
10187         * src/textview.c
10188         * src/undo.h
10189         * src/common/plugin.c
10190         * src/common/session.h
10191         * src/common/socket.c
10192         * src/common/socket.h
10193         * src/common/template.c
10194         * src/gtk/gtkaspell.c
10195         * src/gtk/quicksearch.h
10196         * src/plugins/pgpcore/passphrase.c
10197         * src/plugins/pgpcore/prefs_gpg.h
10198         * src/plugins/pgpcore/select-keys.c
10199         * src/plugins/pgpcore/select-keys.h
10200         * src/plugins/pgpcore/sgpgme.c
10201         * src/plugins/pgpinline/pgpinline.c
10202         * src/plugins/pgpmime/pgpmime.c
10203         * src/plugins/trayicon/trayicon.c
10204                 fix compilation warnings
10205                 Patch by Daniel Gustafson
10206
10207 2005-09-14 [paul]       1.9.14cvs25
10208
10209         * src/addressbook.c
10210                 add missing column header, and other small
10211                 bug fixes
10212                 Patch by Anders Hammar
10213
10214 2005-09-13 [colin]      1.9.14cvs24
10215
10216         * src/gtk/gtkaspell.c
10217                 Fix non-utf8 in menu
10218                 Fix little leaks
10219                 Nullify struct members after free()s
10220
10221 2005-09-13 [colin]      1.9.14cvs23
10222
10223         * src/compose.c
10224                 Test utf8 compliance before inserting to 
10225                 buffer, and try to convert if necessary
10226         * src/procmime.c
10227                 If no charset is present, use the locale 
10228                 one instead of us-ascii
10229         * src/procmsg.c
10230                 Add Sender, List-Post and To in the checked 
10231                 headers for automatic rules creation 
10232                 (thanks to wwp)
10233         * src/prefs_themes.c
10234         * src/gtk/gtkaspell.c
10235                 Remove deprecated functions. 
10236                 patch by Daniel Gustafson
10237
10238 2005-09-12 [colin]      1.9.14cvs22
10239
10240         * src/compose.c
10241                 Fix bug #448 (Scrolling/Redraw issue with 
10242                 address-fields in Header)
10243         * src/mainwindow.c
10244         * src/summaryview.c
10245         * src/summaryview.h
10246                 Fix loss of MSG_MARKED on move/copy
10247                 Fix bug #804 (Quicksearch togglebutton doesn't 
10248                 get depressed after '/' key is pressed)
10249
10250 2005-09-12 [paul]       1.9.14cvs21
10251
10252         * AUTHORS
10253         * src/gtk/logwindow.c
10254                 add 'Clear Log' to popup menu
10255                 Patch by Anders Hammar <anders.hammar@telia.com>
10256
10257 2005-09-12 [paul]       1.9.14cvs20
10258
10259         * src/compose.c
10260                 set correct sensitivity on attachments
10261                 popup menu
10262         * src/folder.c
10263                 fix typo
10264         * src/prefs_spelling.c
10265                 fix crash when no LANG env is set
10266         * src/common/xml.c
10267                 fix crash in wizard
10268                 don't use memeory after free
10269
10270         All patches by Daniel Gustafson
10271
10272 2005-09-12 [paul]       1.9.14cvs19
10273
10274         * src/prefs_themes.c
10275                 make theme info selectable
10276         * src/gtk/description_window.c
10277                 make window non-modal
10278         * tools/README
10279                 add details of asus_mailed.sh
10280         * tools/claws.i18n.status.pl
10281                 update for new zh_TW translator
10282                 widen the output
10283                 create alternate coloured lines
10284                 improve readability
10285
10286 2005-09-10 [colin]      1.9.14cvs18
10287
10288         * src/plugins/pgpcore/select-keys.c
10289                 Better order for the buttons
10290
10291 2005-09-10 [colin]      1.9.14cvs17
10292
10293         * src/compose.c
10294         * src/plugins/pgpcore/select-keys.c
10295         * src/plugins/pgpcore/select-keys.h
10296         * src/plugins/pgpcore/sgpgme.c
10297                 Add a "Don't encrypt" button to the key
10298                 selection dialog. Fixes bug #177 (There should be a 
10299                 'Don't encrypt button in the Select Keys dialog)
10300
10301 2005-09-10 [colin]      1.9.14cvs16
10302
10303         * src/compose.c
10304                 Fix bug #572 (%X option does not work with templates)
10305
10306 2005-09-10 [colin]      1.9.14cvs15
10307
10308         * src/toolbar.c 
10309                 Remove g_print
10310
10311 2005-09-10 [colin]      1.9.14cvs14
10312
10313         * src/imap.c
10314                 Fix a possible crash
10315
10316 2005-09-09 [colin]      1.9.14cvs13
10317
10318         * src/imap.c
10319         * src/etpan/imap-thread.c
10320         * src/etpan/imap-thread.h
10321                 Fix moving from queue or drafts to normal folders
10322                 Fix bug #794 (No way to delete without expunging)
10323                 Take flags unset by other mailers into account
10324                 Take deleted flag set by other mailers into account
10325                 Fix unsetting REPLIED flag
10326                 Fix crash when capabilities can't be retrieved
10327         * src/mainwindow.c
10328         * src/mainwindow.h
10329                 Add M_DELAYED_FLAGS condition, and let the user use
10330                 Execute in order to be able to expunge deleted mails,
10331                 even if he's not in delayed execute mode
10332         * src/prefs_spelling.c
10333                 Use 'en' dictionary by default if LANG is POSIX or C
10334         * src/gtk/prefswindow.c
10335                 Fix bug #767 (Preferences windows expanding) by making
10336                 the window a bit larger when the resolution is greater
10337                 than 640x480, and by putting the prefs in a
10338                 GtkScrolledWindow.
10339
10340 2005-09-09 [paul]       1.9.14cvs12
10341
10342         * AUTHORS
10343         * configure.ac
10344         * po/zh_TW.Big5.po      ** REMOVED **
10345         * po/zh_TW.po           ** ADDED **
10346                 updated by Wei-Lun Chao
10347
10348 2005-09-09 [paul]       1.9.14cvs11
10349
10350         * src/mainwindow.c
10351                 fix asserts
10352         * src/common/xml.c
10353                 delay memory allocation until file is
10354                 opened successfully
10355                 Patch by Daniel Gustafson
10356
10357 2005-09-09 [colin]      1.9.14cvs10
10358
10359         * src/imap.c
10360                 Add guards
10361
10362 2005-09-08 [colin]      1.9.14cvs9
10363
10364         * src/compose.c
10365                 Alert when we can't save draft
10366                 Fix various wrap/color issues
10367                 Add mid-click pasting respecting wrap_paste option
10368         * src/folder.c
10369         * src/folder.h
10370         * src/folder_item_prefs.c
10371         * src/folder_item_prefs.h
10372         * src/imap.c
10373         * src/imap_gtk.c
10374         * src/imap_gtk.h
10375         * src/main.c
10376         * src/mainwindow.c
10377         * src/mainwindow.h
10378         * src/news.c
10379         * src/news_gtk.c
10380         * src/news_gtk.h
10381         * src/prefs_folder_item.c
10382                 Fix the impossibility to synchronise folders for
10383                 offline use (IMAP and NNTP are concerned)
10384
10385 2005-09-08 [colin]      1.9.14cvs8
10386
10387         * configure.ac
10388                 Build LDAP and JPilot by default if available
10389         * src/textview.c
10390                 Fix use after free
10391
10392 2005-09-08 [paul]       1.9.14cvs7
10393
10394         * doc/manual/en/sylpheed-1.html
10395         * doc/manual/en/sylpheed-18.html
10396         * doc/manual/en/sylpheed-19.html
10397         * doc/manual/en/sylpheed-4.html
10398         * doc/manual/en/sylpheed-6.html
10399         * doc/manual/en/sylpheed.html
10400                 a few minor updates, plus include some
10401                 details about plugins and their requirements
10402         * src/mainwindow.c
10403                 minor changes to English in /View/Sort
10404
10405 2005-09-07 [colin]      1.9.14cvs6
10406
10407         * doc/manual/en/sylpheed-1.html
10408         * doc/manual/en/sylpheed-10.html
10409         * doc/manual/en/sylpheed-11.html
10410         * doc/manual/en/sylpheed-12.html
10411         * doc/manual/en/sylpheed-13.html
10412         * doc/manual/en/sylpheed-14.html
10413         * doc/manual/en/sylpheed-15.html
10414         * doc/manual/en/sylpheed-16.html
10415         * doc/manual/en/sylpheed-17.html
10416         * doc/manual/en/sylpheed-18.html
10417         * doc/manual/en/sylpheed-19.html
10418         * doc/manual/en/sylpheed-2.html
10419         * doc/manual/en/sylpheed-20.html
10420         * doc/manual/en/sylpheed-21.html
10421         * doc/manual/en/sylpheed-22.html
10422         * doc/manual/en/sylpheed-3.html
10423         * doc/manual/en/sylpheed-4.html
10424         * doc/manual/en/sylpheed-5.html
10425         * doc/manual/en/sylpheed-6.html
10426         * doc/manual/en/sylpheed-7.html
10427         * doc/manual/en/sylpheed-8.html
10428         * doc/manual/en/sylpheed-9.html
10429         * doc/manual/en/sylpheed.html
10430                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10431
10432 2005-09-07 [colin]      1.9.14cvs5
10433
10434         * src/mainwindow.c
10435                 Make labels more to-the-point
10436
10437 2005-09-07 [colin]      1.9.14cvs4
10438
10439         * doc/manual/en/sylpheed-1.html
10440         * doc/manual/en/sylpheed-12.html
10441         * doc/manual/en/sylpheed-13.html
10442         * doc/manual/en/sylpheed-14.html
10443         * doc/manual/en/sylpheed-15.html
10444         * doc/manual/en/sylpheed-16.html
10445         * doc/manual/en/sylpheed-17.html
10446         * doc/manual/en/sylpheed-18.html
10447         * doc/manual/en/sylpheed-19.html
10448         * doc/manual/en/sylpheed-2.html
10449         * doc/manual/en/sylpheed-20.html
10450         * doc/manual/en/sylpheed-21.html
10451         * doc/manual/en/sylpheed-22.html
10452         * doc/manual/en/sylpheed-4.html
10453         * doc/manual/en/sylpheed-5.html
10454         * doc/manual/en/sylpheed-6.html
10455         * doc/manual/en/sylpheed-7.html
10456         * doc/manual/en/sylpheed-8.html
10457         * doc/manual/en/sylpheed-9.html
10458         * doc/manual/en/sylpheed.html
10459                 Update manual
10460
10461 2005-09-07 [colin]      1.9.14cvs3
10462
10463         * doc/faq/en/sylpheed-faq-1.html
10464         * doc/faq/en/sylpheed-faq-2.html
10465         * doc/faq/en/sylpheed-faq-3.html
10466         * doc/faq/en/sylpheed-faq.html
10467                 Update FAQ
10468
10469 2005-09-07 [colin]      1.9.14cvs2
10470
10471         * src/folderview.c
10472         * src/procmsg.c
10473         * src/summaryview.c
10474         * src/toolbar.c
10475                 Fix special subfolders:
10476                 - Inherit parent's icon
10477                 - sent contents of queues subfolders
10478                 - empty subfolders of trashes
10479         * src/mainwindow.c
10480                 Remove outdated manual and faq entries
10481         * src/common/utils.c
10482                 Add quotes around %s coming from mailcap
10483
10484 2005-09-07 [colin]      1.9.14cvs1
10485
10486         * src/compose.c
10487                 After saving draft, set modified to FALSE
10488         * src/mimeview.c
10489         * src/common/utils.c
10490         * src/common/utils.h
10491                 Try to open mime parts using what is 
10492                 indicated in ~/.mailcap or /etc/mailcap,
10493                 if possible.
10494
10495 2005-09-05 [paul]       1.9.14
10496
10497         1.9.14 released
10498
10499         * po/sk.po
10500                 updated by Andrej Kacian
10501
10502 2005-09-05 [paul]       1.9.13cvs83
10503
10504         * po/de.po
10505         * po/es.po
10506         * po/fi.po
10507         * po/fr.po
10508         * po/nb.po
10509         * po/pt_BR.po
10510         * po/sr.po
10511                 updated translations by Thomas Gilgin, Ricardo Mones
10512                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10513                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10514
10515 2005-09-04 [paul]       1.9.13cvs82
10516
10517         * src/compose.c
10518                 only warn about exceeded line length limit
10519                 on send
10520
10521 2005-09-04 [paul]       1.9.13cvs81
10522
10523         * src/compose.c
10524                 fix crash in 'line length exceeded' dialogue
10525
10526 2005-09-02 [paul]       1.9.13cvs80
10527
10528         * src/imap.c
10529                 fix bug 795, 'Connection lost IMAP'
10530                 and add statusbar prints
10531                 Patch by Colin
10532
10533 2005-09-02 [paul]       1.9.13cvs79
10534
10535         * src/compose.c
10536                 compose_wrap_paragraph() becomes
10537                 compose_beautify_paragraph()
10538                 Patch by Colin
10539
10540 2005-09-02 [colin]      1.9.13cvs78
10541
10542         * src/folderview.c
10543                 Micro-fix
10544
10545 2005-09-01 [colin]      1.9.13cvs77
10546
10547         * src/imap.c
10548                 Maybe fix bug #795 (Connection lost IMAP)
10549                 Don't try to send logout when we're disconnected.
10550         * src/summaryview.c
10551                 Include locked and marked emails in HRM
10552                 view. Fixes bug #800 (Locked messages no longer 
10553                 show up when hide read messages is used)
10554
10555 2005-09-01 [paul]       1.9.13cvs76
10556
10557         * src/prefs_common.c
10558                 fix bad cutting
10559
10560 2005-08-31 [colin]      1.9.13cvs75
10561
10562         * src/folderview.c
10563         * src/folderview.h
10564         * src/prefs_summaries.c
10565         * src/summaryview.c
10566                 Fix "go to next new", fix preference
10567                 (Open unread/next swapped)
10568
10569 2005-08-31 [paul]       1.9.13cvs74
10570
10571         * src/compose.c
10572         * src/folderview.c
10573         * src/headerview.c
10574         * src/headerview.h
10575         * src/mainwindow.c
10576         * src/prefs_common.c
10577         * src/prefs_common.h
10578         * src/prefs_fonts.c
10579         * src/summaryview.c
10580         * src/textview.c
10581         * src/common/defs.h
10582                 remove obsolete BOLD_FONT setting
10583                 fix font update in headerview and textview
10584                 headers after prefs change
10585                 Patch By Colin
10586
10587 2005-08-31 [paul]
10588
10589         1.9.14-rc4 released
10590
10591 2005-08-30 [colin]      1.9.13cvs73
10592
10593         * src/summaryview.c
10594                 When Hide read messages is selected and we
10595                 refresh the summaryview, don't remove the 
10596                 currently displayed message. Fixes bug #797
10597                 (Summary view reloads when new mail is 
10598                 downloaded in 1.9.14 rc)
10599
10600 2005-08-30 [colin]      1.9.13cvs72
10601
10602         * src/folderview.c
10603                 Fix flickering
10604         * src/mainwindow.c
10605                 Remove useless callback
10606         * src/mimeview.c
10607         * src/gtk/filesel.c
10608         * src/gtk/filesel.h
10609                 Add a filesel_select_file_save_folder() - used by Save All
10610
10611 2005-08-29 [paul]       1.9.13cvs71
10612
10613         * AUTHORS
10614         * src/matcher_parser_parse.y
10615         * src/etpan/imap-thread.c
10616                 fix building on FreeBSD
10617                 Patch by Daniel Gustafson <daniel@hobbit.se>
10618
10619 2005-08-29 [paul]       1.9.13cvs70
10620
10621         * src/plugins/pgpinline/pgpinline.c
10622                 only initialise sig result if it's been handled
10623                 Patch by Colin
10624
10625 2005-08-29 [paul]       1.9.13cvs69
10626         
10627         Patches by Colin:
10628
10629         * src/imap.c
10630         * src/common.utils.c
10631         * src/common/utils.h
10632                 optimisation
10633         * src/stock_pixmap.h
10634                 fix wrong icon reference
10635         * src/pixmaps/trash_btn.xpm
10636                 replace with nicer image
10637
10638 2005-08-28 [colin]      1.9.13cvs68
10639
10640         * src/Makefile.am
10641         * src/stock_pixmap.c
10642         * src/stock_pixmap.h
10643         * src/toolbar.c
10644         * src/pixmaps/trash_btn.xpm
10645                 Add a specific trash xpm for the button
10646
10647 2005-08-28 [colin]      1.9.13cvs67
10648
10649         * src/imap.c
10650                 Fix leak
10651
10652 2005-08-27 [colin]      1.9.13cvs66
10653
10654         * src/imap.c
10655         * src/procmime.c
10656                 Correctly fix "Problem with replies", fixes
10657                 pgpmime encryption too. 
10658
10659 2005-08-27 [colin]      1.9.13cvs65
10660
10661         * src/folder.c
10662         * src/procmsg.c
10663         * src/procmsg.h
10664         * src/summaryview.c
10665                 Fix bug #517 (messages removed from summaryview 
10666                 when moving fails)
10667
10668 2005-08-27 [colin]      1.9.13cvs64
10669
10670         * tools/Makefile.am
10671         * tools/asus_mailled.sh
10672                 Add a script to blink ASUS laptops' mail LED where there
10673                 is unread mail.
10674
10675 2005-08-27 [colin]      1.9.13cvs63
10676
10677         * src/imap.c
10678         * src/etpan/imap-thread.c
10679         * src/etpan/imap-thread.h
10680                 Implement automatic choosing of login method
10681                 Fixes bug #791
10682         * src/gtk/.cvsignore
10683                 Add sylpheed-marshal.[ch]
10684
10685 2005-08-27 [colin]      1.9.13cvs62
10686
10687         * src/common/utils.c
10688                 Fix confusing perror
10689
10690 2005-08-27 [colin]      1.9.13cvs61
10691
10692         * src/toolbar.c
10693         * src/toolbar.h
10694                 Remove A_DELETE, replace it with 
10695                 A_TRASH and A_DELETE_REAL. Automatically
10696                 rewrite config files to replace A_DELETE
10697                 with A_TRASH (no functionality change).
10698                 Fixes half of #794
10699
10700 2005-08-26 [colin]      1.9.13cvs60
10701
10702         * src/procmime.c
10703                 Previous "Problem with replies" fix brought other
10704                 problems, fixing them
10705
10706 2005-08-26 [colin]      1.9.13cvs59
10707
10708         * src/procmime.c
10709                 Fix "Problem with replies". This happened only
10710                 on IMAP...
10711         * src/procmsg.c
10712                 Factorize code a bit
10713         * src/compose.c
10714                 Speed improvement on very long messages (wrapping)
10715                 Fix signature color on Reedit and Redirect
10716                 On Reedit, don't attach pgp-signatures parts, but
10717                 set signing to On.
10718
10719 2005-08-24 [paul]       1.9.13cvs58
10720
10721         * src/compose.c
10722                 don't claim success when clicking
10723                 Cancel on the passphrase box.
10724                 Patch by Colin
10725
10726 2005-08-24 [paul]       1.9.13cvs57
10727
10728         * src/main.c
10729                 fix misplaced sylpheed.log
10730         * src/common/defs.h
10731                 define UIDL_DIR
10732
10733 2005-08-24 [paul]       1.9.13cvs56
10734
10735         * src/imap.c
10736         * src/etpan/imap-thread.c
10737         * src/etpan/imap-thread.h
10738                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10739                 Patch by Colin
10740         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10741         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10742                 remove autogenerated files
10743         * tools/kdeservicemenu/README
10744         * tools/kdeservicemenu/install.sh
10745         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10746         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10747                 use Claws icon, use 'Sylpheed-Claws' in menu,
10748                 use kdialog, and other cleanups
10749
10750 2005-08-23 [paul]       1.9.13cvs55
10751
10752         * src/compose.c
10753                 fix paste/wrap crash
10754                 Patch by Colin
10755
10756 2005-08-23 [paul]       1.9.13cvs54
10757
10758         * src/main.c
10759                 fix crash recovery
10760                 Patch by Colin
10761
10762 2005-08-23 [paul]       1.9.13cvs53
10763
10764         * src/addressbook.c
10765         * src/editaddress.c
10766                 view all data of LDAP contacts
10767                 Patch by Colin
10768
10769 2005-08-23 [paul]       1.9.13cvs52
10770
10771         * src/addressbook.c
10772                 fix issues with the Search field
10773                 Patch by Colin
10774
10775 2005-08-22 [paul]       1.9.13cvs51
10776
10777         * src/folderview.c
10778                 put name of folder in processing dialog
10779                 title
10780         * src/prefs_folder_item.c
10781                 improve english usage
10782
10783 2005-08-22 [paul]       1.9.13cvs50
10784
10785         * src/filtering.c
10786         * src/filtering.h
10787         * src/matcher.c
10788         * src/matcher_parser_lex.l
10789         * src/matcher_parser_parse.y
10790         * src/prefs_filtering.c
10791                 add Filtering/Processing rule names feature.
10792                 (the incompatible old matcherrc is saved as
10793                 matcherrc.pre_names).
10794                 Patch by Colin
10795
10796 2005-08-22 [paul]       1.9.13cvs49
10797
10798         * src/procmsg.c
10799                 fix colour labelling
10800                 Patch by Colin
10801
10802 2005-08-22 [paul]       1.9.13cvs48
10803
10804         * src/textview.c
10805                 fix open_image_cb()
10806
10807 2005-08-22 [paul]       1.9.13cvs47
10808
10809         * src/imap.c
10810                 fix bug 789, 'SC crashes with imap (CVS ver)'
10811                 Patch by Colin
10812
10813 2005-08-22 [paul]       1.9.13cvs46
10814
10815         * src/mimeview.c
10816         * src/prefs_common.c
10817         * src/common/defs.h
10818                 define reused defaults in defs.h
10819         * src/textview.c
10820                 add 'Open image' to image popup menu
10821
10822 2005-08-21 [colin]      1.9.13cvs45
10823
10824         * src/summaryview.c
10825                 Fix bug #788 (Bogus "From" address displayed)
10826
10827 2005-08-20 [colin]      1.9.13cvs44
10828
10829         * src/folder.c
10830                 Fix buf #787 (multilevel delete causes SIGSEGV)
10831
10832 2005-08-19 [colin]      1.9.13cvs43
10833
10834         * src/inc.c
10835         * src/prefs_common.c
10836         * src/prefs_common.h
10837                 Add an hidden pref to allow modifying the
10838                 update stepping in incorporation.
10839                 Patch by wwp.
10840
10841 2005-08-19 [colin]      1.9.13cvs42
10842
10843         * src/compose.c
10844         * src/procmime.c
10845                 Workaround for broken MUAs: encode 
10846                 Content-type: name: as ASCII and 
10847                 Content-Disposition: filename: as
10848                 per rfc2231
10849         * src/prefs_account.c
10850                 Fix invisible-ness of SMTP SSL prefs
10851                 in NNTP accounts
10852
10853 2005-08-19 [paul]       1.9.13cvs41
10854
10855         * src/compose.c
10856         * src/prefs_common.c
10857         * src/prefs_common.h
10858         * src/prefs_wrapping.c
10859                 paste with or without wrapping.
10860                 patch by Colin
10861
10862 2005-08-19 [paul]       1.9.13cvs40
10863
10864         * src/prefs_common.c
10865         * src/prefs_common.h
10866         * src/summaryview.c
10867                 reintroduce enable_swap_from as a
10868                 hidden pref. patch by Colin
10869         * src/quote_fmt_parse.y
10870         * src/plugins/clamav/clamav_plugin.c
10871         * src/plugins/dillo_viewer/dillo_viewer.c
10872         * src/plugins/mathml_viewer/mathml_viewer.c
10873         * src/plugins/pgpcore/sgpgme.c
10874         * src/plugins/pgpinline/pgpinline.c
10875         * src/plugins/pgpmime/pgpmime.c
10876                 tidy up. patch by Colin
10877
10878 2005-08-19 [paul]       1.9.13cvs39
10879
10880         * configure.ac
10881                 complete cvs38's sync
10882         * src/editaddress.c
10883         * src/gedit-print.c
10884         * src/mutt.c
10885         * src/etpan/etpan-log.c
10886         * src/etpan/imap-thread.c
10887         * src/gtk/gtksourceprintjob.c
10888                 fix compilation warnings
10889                 (patch by Colin)
10890
10891 2005-08-19 [paul]       1.9.13cvs38
10892
10893         sync with main:
10894
10895         * src/account.c
10896         * src/action.c
10897         * src/addrbook.c
10898         * src/addrcache.c
10899         * src/addrharvest.c
10900         * src/addrindex.c
10901         * src/codeconv.c
10902         * src/compose.c
10903         * src/crash.c
10904         * src/exporthtml.c
10905         * src/exportldif.c
10906         * src/folder.c
10907         * src/image_viewer.c
10908         * src/inc.c
10909         * src/inc.h
10910         * src/jpilot.c
10911         * src/ldif.c
10912         * src/main.c
10913         * src/matcher.c
10914         * src/mbox.c
10915         * src/messageview.c
10916         * src/mh.c
10917         * src/mimeview.c
10918         * src/msgcache.c
10919         * src/mutt.c
10920         * src/news.c
10921         * src/partial_download.c
10922         * src/pine.c
10923         * src/pop.c
10924         * src/prefs_actions.c
10925         * src/prefs_common.c
10926         * src/prefs_customheader.c
10927         * src/prefs_display_header.c
10928         * src/prefs_gtk.c
10929         * src/prefs_themes.c
10930         * src/procheader.c
10931         * src/procmime.c
10932         * src/procmsg.c
10933         * src/recv.c
10934         * src/send_message.c
10935         * src/simple-gettext.c
10936         * src/sourcewindow.c
10937         * src/textview.c
10938         * src/vcard.c
10939         * src/common/defs.h
10940         * src/common/log.c
10941         * src/common/plugin.c
10942         * src/common/prefs.c
10943         * src/common/session.c
10944         * src/common/session.h
10945         * src/common/socket.c
10946         * src/common/socket.h
10947         * src/common/ssl_certificate.c
10948         * src/common/template.c
10949         * src/common/utils.c
10950         * src/common/utils.h
10951         * src/common/xml.c
10952         * src/gtk/about.c
10953         added wrappers for C library function that
10954                 take pathname arguments.
10955                 enabled compilation with MinGW.
10956                 use GDir instead of directly using opendir().
10957                 added rename_force().
10958
10959 2005-08-19 [paul]       1.9.13cvs37
10960         
10961         patches by Colin:
10962         * src/compose.c
10963                 fix privacy settings on re-editing
10964                 a sent message
10965         * src/jpilot.c
10966                 fix encoding bug
10967         * src/folder.c
10968         * src/procmsg.c
10969         * src/procmsg.h
10970         * src/summaryview.c
10971                 flag changing optimisation
10972
10973 2005-08-18 [martin]     1.9.13cvs36
10974
10975         * commitHelper
10976             added my login
10977         * src/addrcache.c
10978         * src/addrharvest.c
10979         * src/addrindex.c
10980         * src/compose.c
10981         * src/grouplistdialog.c
10982         * src/main.c
10983         * src/mainwindow.c
10984         * src/msgcache.c
10985         * src/mutt.c
10986         * src/pine.c
10987         * src/prefs_account.c
10988         * src/prefs_themes.c
10989         * src/stock_pixmap.c
10990         * src/summaryview.c
10991         * src/gtk/about.c
10992         * src/gtk/logwindow.c
10993             removed deprecated glib and gdk stuff
10994         * src/plugins/pgpcore/select-keys.c
10995             convert attributes from locale to utf8
10996
10997 2005-08-17 [paul]       1.9.13cvs35
10998
10999         * src/account.c
11000         * src/addressbook.c
11001                 use new GTK_STOCK_ icons if available
11002         * src/summaryview.c
11003         * src/gtk/gtksctree.c
11004         * src/gtk/gtksctree.h
11005                 faster range select. patch by Colin
11006
11007 2005-08-17 [paul]       1.9.13cvs34
11008
11009         patches by colin:
11010         * src/addressbook.c
11011         * src/addressitem.h
11012                 Add an edit button for contacts, fix selections
11013                 of gtksctree items
11014         * src/editaddress.c
11015                 Change labels, let Save be always possible in the
11016                 email and user atributes tabs
11017         * src/folderview.c
11018                 fix sort issues
11019         * src/summaryview.c
11020                 select next item instead of the displayed one
11021                 after deletion
11022
11023         * src/gtk/progressdialog.c
11024                 use prefs_common.enable_rules_hint
11025
11026 2005-08-13 [hoa]        1.9.13cvs33
11027
11028         * src/etpan/imap-thread.c
11029                 fixed build on Solaris.
11030
11031 2005-08-10 [colin]      1.9.13cvs32
11032
11033         * src/procmsg.c
11034                 Fix cvs31 (missing fclose before reading
11035                 the file)
11036
11037 2005-08-10 [colin]      1.9.13cvs31
11038
11039         * src/procmsg.c
11040                 Fix procmsg_msginfo_new_from_mimeinfo() when
11041                 the MimeInfo isn't stored in memory. This fixes
11042                 replying to an attached message.
11043
11044 2005-08-10 [colin]      1.9.13cvs30
11045
11046         * src/mainwindow.c
11047                 Fix slowness in account changing
11048
11049 2005-08-10 [colin]      1.9.13cvs29
11050
11051         * src/folder.c
11052         * src/folderutils.c
11053         * src/folderview.c
11054         * src/imap_gtk.c
11055         * src/mainwindow.c
11056         * src/mh_gtk.c
11057         * src/procmsg.c
11058         * src/summaryview.c
11059                 Optimize folder_has_parent_of_type
11060                 Prevent moving special sub-folders from contextual menus
11061                 Rework message a bit ("Empty all messages" -> "Delete all
11062                 messages")
11063                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11064                 and "Deleted Items" folders)
11065
11066 2005-08-08 [colin]      1.9.13cvs28
11067
11068         * src/summaryview.c
11069         * src/prefs_summaries.c
11070                 Make "Select first unread|new" more flexible
11071                 (just prioritize new or unread)
11072
11073 2005-08-08 [colin]      1.9.13cvs27
11074
11075         * src/summaryview.c
11076                 If "select first new" is selected and there only
11077                 are unread messages, fallback to "select first
11078                 unread".
11079
11080 2005-08-08 [colin]      1.9.13cvs26
11081
11082         * src/folder.c
11083                 Fix shameful bugs (and bug #779)
11084
11085 2005-08-08 [colin]      1.9.13cvs25
11086
11087         * src/folder.c
11088         * src/folder.h
11089                 Cache parents' type to make folder_has_parent_of_type
11090                 faster
11091         * src/folderview.c
11092                 Forbid DnD of special sub-folders
11093         * src/procmsg.c
11094         * src/procmsg.h
11095                 Add MAIL_POSTFILTERING_HOOK
11096         * src/summaryview.c
11097                 Revert over-zealous deletion of the use_addr_book 
11098                 code
11099
11100 2005-08-07 [colin]      1.9.13cvs24
11101
11102         * src/folder.c
11103                 Fix big mistake (passing MsgInfo instead 
11104                 of FolderItem)
11105
11106 2005-08-07 [colin]      1.9.13cvs23
11107
11108         * src/compose.c
11109         * src/folder.c
11110         * src/folder.h
11111         * src/foldersel.c
11112         * src/folderutils.c
11113         * src/folderview.c
11114         * src/imap.c
11115         * src/mainwindow.c
11116         * src/messageview.c
11117         * src/mh.c
11118         * src/msgcache.c
11119         * src/procmime.c
11120         * src/summaryview.c
11121                 Make subfolders of Drafts, Queue, Outbox, Trash
11122                 work like their parents. 
11123                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11124
11125 2005-08-07 [colin]      1.9.13cvs22
11126
11127         * src/addressbook.c
11128                 Fix bug #771 (Dragged contacts not saved)
11129
11130 2005-08-07 [paul]       1.9.13cvs21
11131
11132         * src/summaryview.c
11133                 fix bug 32 'Search Doesn't display results
11134                 if "Hide Read Messages" is chosen'
11135                 be more literal in interpreting 'Hide read
11136                 messages'
11137
11138 2005-08-07 [colin]      1.9.13cvs20
11139
11140         * src/folderview.c
11141                 Add debug
11142         * src/summaryview.c
11143                 Faster 'unthread_for_execution'
11144
11145 2005-08-06 [paul]       1.9.13cvs19
11146
11147         * src/mainwindow.c
11148                 add mnemonics to Set displayed columns
11149                 fix bug where msgview_visible option was
11150                 overwritten as TRUE on startup
11151
11152 2005-08-06 [paul]       1.9.13cvs18
11153
11154         * src/mainwindow.c
11155                 refer to 'displayed columns in folder/message
11156                 list' not 'displayed items in summary/message view'
11157         * src/prefs_display_header.c
11158                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11159                 be consistent with similar dialogues
11160         * src/prefs_folder_column.c
11161         * src/prefs_summary_column.c
11162                 'columns' not 'items', and folder and message lists,
11163                 instead of folder and summary views;
11164                 Use 'Hidden columns' as list heading not 'Available
11165                 items';
11166                 move the 'Remove' button to the right hand side;
11167                 top-align the buttons;
11168                 remove unneeded vbox
11169         * src/prefs_summaries.c
11170                 put the 2 column prefs buttons in a frame to reduce
11171                 overall width; refer to columns not items &c.
11172
11173 2005-08-05 [colin]      1.9.13cvs17
11174
11175         * src/prefs_common.c
11176         * src/prefs_common.h
11177         * src/mainwindow.c
11178         * src/compose.c
11179         * src/messageview.c
11180                 Add an hidden toolbar_detachable pref, so
11181                 that I can get rid of these painful handles
11182                 in the toolbars. Defaults to TRUE to avoid
11183                 changing the GUI on unsuspecting people...
11184
11185 2005-08-05 [colin]      1.9.13cvs16
11186
11187         * src/Makefile.am
11188         * src/prefs_folder_column.c
11189         * src/prefs_folder_column.h
11190                 Add prefs for folder columns
11191         * src/folderview.c
11192         * src/folderview.h
11193         * src/mainwindow.c
11194         * src/mainwindow.h
11195         * src/prefs_common.c
11196         * src/prefs_common.h
11197         * src/prefs_summaries.c
11198                 Use them
11199         * src/prefs_summary_column.c
11200         * src/summaryview.c
11201         * src/summaryview.h
11202                 Add a To column
11203         * src/textview.c
11204         * src/common/utils.c
11205         * src/common/utils.h
11206                 Move uri colourisation functions
11207                 to utils
11208         * src/compose.c
11209                 Colourise URIs
11210         * src/imap.c
11211                 Fix bug with LIST where we'd try
11212                 to get Folder//////[...]/// 
11213
11214 2005-08-05 [paul]       1.9.13cvs15
11215
11216         * src/prefs_summaries.c
11217                 improve the English usage
11218         * src/summaryview.c
11219                 set font on column change
11220                 thanks to Colin
11221
11222 2005-08-05 [paul]       1.9.13cvs14
11223
11224         * src/prefs_common.c
11225         * src/prefs_common.h
11226         * src/prefs_summaries.c
11227         * src/summaryview.c
11228                 replace 'open_unread_on_enter' option with
11229                 'select_on_entry' option. opening/not opening
11230                 is now exclusively controlled by 'always_show_msg'
11231
11232 2005-08-04 [colin]      1.9.13cvs13
11233
11234         * src/compose.c
11235                 Remove dead code
11236                 Add colourisation of quotes and signatures
11237         * src/folderview.c
11238                 Fix possible crashes
11239         * src/messageview.c
11240                 Change an assert that is no problem
11241         * src/news.c
11242         * src/news_gtk.c
11243         * src/news_gtk.h
11244                 Fix offline mode
11245         * src/gtk/quicksearch.c
11246                 Fix a possible crash
11247
11248 2005-08-03 [colin]      1.9.13cvs12
11249
11250         * src/prefs_account.c
11251                 Fix bug #777 (Sylpheed crash in account configuration)
11252
11253 2005-08-03 [colin]      1.9.13cvs11
11254
11255         * src/addressbook.c
11256         * src/editaddress.c
11257         * src/editgroup.c
11258                 Fixing addressbook, round 2
11259         * src/textview.c
11260                 Fix emphasis color on rechecking 'Colorize messages'
11261
11262 2005-08-03 [paul]       1.9.13cvs10
11263
11264         sync with main
11265
11266         * src/addr_compl.c
11267         * src/compose.c
11268         * src/main.c
11269         * src/pop.c
11270         * src/prefs_account.c
11271         * src/procmime.c
11272         * src/procmsg.c
11273         * src/quote_fmt_parse.y
11274         * src/textview.c
11275         * src/common/quoted-printable.c
11276         * src/common/utils.c
11277         * src/common/utils.h
11278         * src/common/xml.c
11279                 replaced incorrect locale-independent
11280                 ctype functions with GLib's. Corrected
11281                 signedness mismatch.
11282         * src/headerview.c
11283                 headerview_create(): added spacing for vbox.
11284         * src/gtk/about.c
11285                 set focus to the OK button.
11286
11287 2005-08-03 [colin]      1.9.13cvs9
11288
11289         * src/folderview.c
11290                 Fix possible crash
11291
11292 2005-08-02 [colin]      1.9.13cvs8
11293
11294         * src/mainwindow.c
11295                 Fix cast
11296         * src/addressbook.c
11297         * src/addressitem.h
11298                 Fix a cast and more generally, try to make the
11299                 GUI more intuitive and consistent (round 1)
11300
11301 2005-08-02 [paul]       1.9.13cvs7
11302
11303         * src/folder.h
11304                 missing in 1.9.13cvs6
11305
11306 2005-08-02 [colin]      1.9.13cvs6
11307
11308         * src/folder.c
11309                 Fix one more leak
11310
11311 2005-08-02 [colin]      1.9.13cvs5
11312
11313         * src/folder.c
11314         * src/folderview.c
11315         * src/imap.c
11316         * src/main.c
11317         * src/mbox.c
11318         * src/procmsg.c
11319         * src/summaryview.c
11320                 Fix a number of folder_item_get_msg_list()-related
11321                 leaks (missing procmsg_msginfo_free()s)
11322
11323 2005-08-01 [colin]      1.9.13cvs4
11324
11325         * src/folderview.c
11326         * src/folderview.h
11327         * src/mainwindow.c
11328         * src/prefs_fonts.c
11329         * src/prefs_summaries.c
11330         * src/prefs_themes.c
11331         * src/summaryview.c
11332         * src/summaryview.h
11333         * src/textview.c
11334         * src/textview.h
11335                 Fix instant-apply of summary and folderview-related prefs
11336                 Fix erroneous g_free and alertpanels in prefs_theme
11337                 Add instant-apply for fonts
11338                 Defer applying of prefs a little bit so it's done only
11339                 once even if requested by multiples prefs pages
11340
11341 2005-08-01 [paul]       1.9.13cvs3
11342
11343         * src/main.c
11344                 fix bug 776 'S.C. crashes on close'
11345                 thanks to Colin
11346         * src/etpan/etpan-thread-manager-types.h
11347                 add missing include
11348                 thanks to Hoa
11349
11350 2005-07-25 [paul]       1.9.13cvs2
11351
11352         * src/summaryview.c
11353                 fix typos. spotted by Fabien Vantard
11354
11355 2005-07-24 [paul]       1.9.13cvs1
11356
11357         * doc/man/sylpheed.1
11358                 update man page, incorporating fix of
11359                 bug 769 'Typo in manpage'
11360         * src/etpan/imap-thread.c
11361                 fix NetBSD openssl dependencies. patch by
11362                 George Michaelson <ggm@apnic.net>
11363         * po/pt_BR.po
11364                 updated by Frederico Goncalves Guimaraes
11365
11366 2005-07-22 [paul]       1.9.13
11367
11368         1.9.13 release
11369
11370 2005-07-22 [paul]       1.9.12cvs91
11371
11372         * AUTHORS
11373         * INSTALL
11374         * README.claws
11375         * RELEASE_NOTES.claws
11376                 updated for release
11377         * configure.ac
11378         * po/nb.po
11379         * tools/claws.i18n.status.pl
11380                 add Norwegian translation. submiited by
11381                 Geir Helland <pjallabais@users.sourceforge.net>
11382         * po/ca.po
11383         * po/de.po
11384         * po/es.po
11385         * po/fi.po
11386         * po/fr.po
11387         * po/it.po
11388         * po/sk.po
11389         * po/sr.po
11390         * po/zh_CN.po
11391                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11392                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11393                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11394                 Yang Guilong
11395         * src/plugins/clamav/clamav_plugin_gtk.c
11396         * src/plugins/spamassassin/spamassassin_gtk.c
11397                 replace outdated description strings
11398
11399 2005-07-21 [colin]      1.9.12cvs90
11400
11401         * src/folder.c
11402                 Set folder to batch mode when scanning it. Makes deletion
11403                 of unread mails on IMAP much faster (due to the UNREAD 
11404                 flag unsetting)
11405
11406 2005-07-21 [darko]      1.9.12cvs89
11407
11408         * configure.ac
11409                 link against libresolv if necessary (patch by Paul)
11410         * src/msgcache.c
11411                 use glib's portable macros to determine endianness
11412
11413 2005-07-21 [paul]       1.9.12cvs88
11414
11415         * src/crash.c
11416         * src/gtk/about.c
11417                 update compiled-in features list
11418
11419 2005-07-20 [colin]      1.9.12cvs87
11420
11421         * src/folder.c
11422         * src/textview.c
11423                 Gcc 2.9x compilation fixes, thanks to Darko
11424         * src/plugins/clamav/clamav_plugin.c
11425                 Little optimisation: load virus database only once
11426         * src/plugins/spamassassin/spamassassin.c
11427                 Big optimisation: filtering one mail took at least 1 second,
11428                 now it takes at least 50ms. Doesn't speed up spamassassin 
11429                 itself, but should already be much more tolerable.
11430
11431 2005-07-20 [colin]      1.9.12cvs86
11432
11433         * src/summaryview.c
11434                 Fix performance issue
11435
11436 2005-07-19 [colin]      1.9.12cvs85
11437
11438         * src/plugins/pgpinline/plugin.c
11439                 Fix warning
11440
11441 2005-07-19 [colin]      1.9.12cvs84
11442
11443         * configure.ac
11444         * src/plugins/Makefile.am
11445         * src/plugins/pgpinline/.cvsignore
11446         * src/plugins/pgpinline/Makefile.am
11447         * src/plugins/pgpinline/pgpinline.c
11448         * src/plugins/pgpinline/pgpinline.deps
11449         * src/plugins/pgpinline/pgpinline.h
11450         * src/plugins/pgpinline/plugin.c
11451                 Put pgpinline in the main tree
11452
11453 2005-07-19 [paul]       1.9.12cvs83
11454
11455         * src/prefs_actions.c
11456                 prevent '//' in menu names, which cause a crash
11457                 thanks to Colin
11458
11459 2005-07-19 [paul]       1.9.12cvs82
11460
11461         * configure.ac
11462                 be generally more informative in configure output.
11463                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11464                 '[ --disable-openssl ...', as --enable-openssl is default
11465                 PGP/MIME: don't check for GPGME again, check for
11466                 pgpcore instead. Therefore prevent the possibility of
11467                 attempting to build pgpmime if pgpcore dependencies are
11468                 not met
11469                 ClamAV: use pkgconfig to check for lib
11470                 libgnomeprint: revert logic on inner test to match
11471                 everything else
11472         * src/plugins/pgpcore/sgpgme.c
11473                 add missing include
11474
11475 2005-07-19 [colin]      1.9.12cvs81
11476
11477         * src/summaryview.c
11478                 Fix slow thread rebuilding in particular
11479                 cases
11480
11481 2005-07-19 [paul]       1.9.12cvs80
11482
11483         * sylpheed-claws.desktop
11484                 fix typo, spotted by Stephan Sachse
11485         * src/account.c
11486                 replace GTK_STOCK_ADD with
11487                 GTK_STOCK_NEW button
11488
11489 2005-07-18 [colin]      1.9.12cvs79
11490
11491         * src/etpan/imap-thread.c
11492                 Fix return value (Thanks Hoa)
11493
11494 2005-07-18 [colin]      1.9.12cvs78
11495
11496         * src/imap.c
11497                 Allow empty passwords
11498                 Create drafts/queue/outbox if necessary
11499         * src/summaryview.c
11500                 Remove old code
11501         * src/etpan/imap-thread.c
11502                 Fix STARTTLS (Thanks to Hoa)
11503
11504 2005-07-18 [paul]       1.9.12cvs77
11505
11506         * ChangeLog-gtk2.jp
11507         * ChangeLog.jp
11508                 removed
11509         * Makefile.am
11510                 updated to reflect additions and removals
11511         * TODO
11512                 updated to be claws-specific
11513         * TODO-gtk2
11514         * TODO-gtk2.jp
11515         * TODO.jp
11516         * sylpheed-128x128.png
11517         * sylpheed-64x64.png
11518                 removed
11519         * sylpheed-claws-128x128.png
11520         * sylpheed-claws-64x64.png
11521         * sylpheed-claws.desktop
11522         * sylpheed-claws.png
11523                 added
11524         * sylpheed.desktop
11525         * sylpheed.png
11526                 removed
11527
11528 2005-07-17 [paul]       1.9.12cvs76
11529
11530         * src/account.c
11531         * src/addressbook.c
11532         * src/alertpanel.c
11533         * src/alertpanel.h
11534         * src/compose.c
11535         * src/exphtmldlg.c
11536         * src/expldifdlg.c
11537         * src/folderview.c
11538         * src/imap_gtk.c
11539         * src/inc.c
11540         * src/message_search.c
11541         * src/messageview.c
11542         * src/mh_gtk.c
11543         * src/news_gtk.c
11544         * src/prefs_actions.c
11545         * src/prefs_filtering.c
11546         * src/prefs_matcher.c
11547         * src/prefs_template.c
11548         * src/prefs_themes.c
11549         * src/ssl_manager.c
11550         * src/summary_search.c
11551         * src/textview.c
11552         * src/toolbar.c
11553         * src/gtk/sslcertwindow.c
11554         * src/plugins/pgpcore/sgpgme.c
11555                 rework alertpanels
11556
11557 2005-07-17 [colin]      1.9.12cvs75
11558
11559         * src/privacy.c
11560                 add a PrivacySystem accessor that checks that
11561                 the system cached in a MimeInfo's privacydata
11562                 is still registered. Use this accessor instead
11563                 of directly using data->system. Fixes crashes
11564                 after unloading pgp plugins.
11565
11566 2005-07-17 [colin]      1.9.12cvs74
11567
11568         * src/alertpanel.c
11569                 Change geometry hints to a simple default size.
11570                 Fixes the certs dialogs.
11571
11572 2005-07-17 [colin]      1.9.12cvs73
11573
11574         * src/gtk/sslcertwindow.c
11575                 Use a gtkExpander
11576
11577 2005-07-17 [colin]      1.9.12cvs72
11578
11579         * src/plugins/pgpcore/Makefile.am
11580         * src/plugins/pgpmime/Makefile.am
11581                 Add gpgme libs
11582
11583 2005-07-17 [paul]       1.9.12cvs71
11584
11585         * configure.ac
11586                 add --disable-gnomeprint option
11587                 modified version of patch by Marius Mauch
11588
11589 2005-07-17 [paul]       1.9.12cvs70
11590
11591         * src/common/defs.h
11592                 update urls
11593         * src/account.c
11594         * src/action.c
11595         * src/addressbook.c
11596         * src/compose.c
11597         * src/foldersel.c
11598         * src/folderview.c
11599         * src/html.c
11600         * src/imap_gtk.c
11601         * src/main.c
11602         * src/mainwindow.c
11603         * src/messageview.c
11604         * src/mh_gtk.c
11605         * src/mimeview.c
11606         * src/news_gtk.c
11607         * src/prefs_account.c
11608         * src/prefs_send.c
11609         * src/prefs_summaries.c
11610         * src/procmsg.c
11611         * src/summaryview.c
11612         * src/common/utils.c
11613         * src/common/xml.c
11614         * src/plugins/pgpcore/passphrase.c
11615         * src/plugins/pgpcore/select-keys.c
11616                 replace inappropriately used backticks
11617                 with single quotes
11618
11619 2005-07-16 [colin]      1.9.12cvs69
11620
11621         * src/image_viewer.c
11622                 Add extra paranoid checks
11623
11624 2005-07-16 [colin]      1.9.12cvs68
11625
11626         * src/plugins/pgpcore/prefs_gpg.c
11627                 Don't auto-check sigs by default, as it
11628                 can be really slow.
11629
11630 2005-07-16 [colin]      1.9.12cvs67
11631
11632         * src/plugins/pgpcore/sgpgme.c
11633                 Make messages a bit better.
11634
11635 2005-07-16 [colin]      1.9.12cvs66
11636
11637         * src/imap.c
11638                 Remove pseudo-log
11639         * src/etpan/imap-thread.c
11640                 Add real log
11641
11642 2005-07-16 [colin]      1.9.12cvs65
11643
11644         * src/main.c
11645         * src/prefs_other.c
11646                 And now, fix build with libetpan :-/
11647
11648 2005-07-15 [colin]      1.9.12cvs64
11649
11650         * src/prefs_other.c
11651                 Continue fixing build without libetpan.
11652
11653 2005-07-15 [colin]      1.9.12cvs63
11654
11655         * src/main.c
11656                 Fix build with --disable-libetpan
11657
11658 2005-07-15 [colin]      1.9.12cvs62
11659
11660         * configure.ac
11661                 Bump libetpan's version
11662
11663 2005-07-15 [colin]      1.9.12cvs61
11664
11665         * src/etpan/imap-thread.c
11666                 Actually stop logging :)
11667
11668 2005-07-15 [colin]      1.9.12cvs60
11669
11670         * src/addressbook.c
11671                 Fix dnd of multiple addresses.
11672
11673 2005-07-15 [hoa]        1.9.12cvs59
11674
11675         * src/etpan/imap-thread.c
11676             disable login of IMAP password in libetpan log file.
11677
11678 2005-07-15 [paul]       1.9.12cvs58
11679
11680         * src/account.c
11681                 don't automatically sort
11682                 do allow drag n drop
11683
11684 2005-07-15 [paul]       1.9.12cvs57
11685
11686         * src/account.c
11687         * src/ssl_manager.c
11688                 alphabetical listing
11689
11690 2005-07-15 [paul]       1.9.12cvs56
11691
11692         * src/gtk/pluginwindow.c
11693                 sort plugin list alphabetically
11694
11695 2005-07-15 [paul]       1.9.12cvs55
11696
11697         * src/prefs_spelling.c
11698         * src/prefs_wrapping.c
11699                 unify English usage
11700
11701 2005-07-15 [colin]      1.9.12cvs54
11702
11703         * src/wizard.c
11704                 Typo fix
11705
11706 2005-07-15 [paul]       1.9.12cvs53
11707
11708         * src/prefs_message.c
11709                 make 'show cursor' a hidden option
11710
11711 2005-07-14 [colin]      1.9.12cvs52
11712
11713         * src/plugins/spamassassin/Makefile.am
11714         * src/plugins/clamav/Makefile.am
11715                 Fix double EXTRA_DISTs
11716
11717 2005-07-14 [colin]      1.9.12cvs51
11718
11719         * src/plugins/clamav/Makefile.am
11720         * src/plugins/clamav/clamav_plugin_gtk.deps
11721         * src/plugins/spamassassin/Makefile.am
11722         * src/plugins/spamassassin/spamassassin_gtk.deps
11723                 Make $plugin_gtk depend on $plugin
11724
11725 2005-07-14 [hoa]        1.9.12cvs50
11726
11727         * src/etpan/imap-thread.c
11728                 enable debug log of libetpan when running with --debug
11729
11730 2005-07-14 [colin]      1.9.12cvs49
11731
11732         * configure.ac
11733         * src/common/Makefile.am
11734         * src/common/plugin.c
11735         * src/common/plugin.h
11736                 Add a little plugin dependancy system.
11737                 Plugins can ship a $plugin_name.deps file
11738                 (near them in PLUGINDIR) so that their
11739                 dependancies are loaded if possible.
11740         * src/plugins/Makefile.am
11741         * src/plugins/pgpcore/Makefile.am
11742         * src/plugins/pgpcore/passphrase.c
11743         * src/plugins/pgpcore/passphrase.h
11744         * src/plugins/pgpcore/plugin.c
11745         * src/plugins/pgpcore/prefs_gpg.c
11746         * src/plugins/pgpcore/prefs_gpg.h
11747         * src/plugins/pgpcore/select-keys.c
11748         * src/plugins/pgpcore/select-keys.h
11749         * src/plugins/pgpcore/sgpgme.c
11750         * src/plugins/pgpcore/sgpgme.h
11751                 Introduce pgpcore, used by pgpmime and
11752                 pgpinline
11753         * src/plugins/pgpmime/Makefile.am
11754         * src/plugins/pgpmime/passphrase.c
11755         * src/plugins/pgpmime/passphrase.h
11756         * src/plugins/pgpmime/pgpmime.c
11757         * src/plugins/pgpmime/pgpmime.deps
11758         * src/plugins/pgpmime/plugin.c
11759         * src/plugins/pgpmime/prefs_gpg.c
11760         * src/plugins/pgpmime/prefs_gpg.h
11761         * src/plugins/pgpmime/select-keys.c
11762         * src/plugins/pgpmime/select-keys.h
11763         * src/plugins/pgpmime/sgpgme.c
11764         * src/plugins/pgpmime/sgpgme.h
11765                 Remove the core from pgpmime and add the
11766                 dependancy to pgpcore.
11767
11768 2005-07-14 [paul]       1.9.12cvs48
11769
11770         * src/stock_pixmap.c
11771                 forgot this in last commit
11772
11773 2005-07-14 [paul]       1.9.12cvs47
11774
11775         * src/account.c
11776         * src/addressbook.c
11777                 add accelerators for the buttons (sync with main)
11778         * src/compose.c
11779         * src/compose.h
11780                 add accelerators for the buttons.
11781                 fix editing with external editor.
11782                 replace gdk_input_*() with GIOChannel;
11783                 (sync with main)
11784         * src/foldersel.c
11785                 display folder names with new/unread
11786                 representation (sync with main)
11787         * src/main.c
11788                 specify default window icon (sync with main)
11789         * src/prefs_common.c
11790                 use_addr_book default to FALSE
11791         * src/summaryview.c
11792         * src/textview.c
11793                 add accelerators for the buttons (sync with main)
11794         * src/gtk/menu.c
11795                 fix typos
11796         * src/pixmaps/sylpheed_icon.xpm
11797                 updated
11798
11799 2005-07-13 [paul]       1.9.12cvs46
11800
11801         * src/plugins/pgpmime/pgpmime.c
11802         * src/plugins/pgpmime/sgpgme.c
11803                 (temporarily) use deprecated gpgme_data_rewind()
11804                 while largefile support is not present
11805                 (as suggested by Colin)
11806
11807 2005-07-13 [paul]       1.9.12cvs45
11808
11809         * configure.ac
11810                 remove large file support (for now):
11811                 it breaks too many things
11812
11813 2005-07-13 [paul]       1.9.12cvs44
11814
11815         * configure.ac
11816                 add large file support
11817         * src/html.c
11818                 fix bug #763 where href attribute was not
11819                 the very first attribute of a link
11820                 patch by Thomas Gilgin
11821
11822 2005-07-13 [colin]      1.9.12cvs43
11823
11824         * src/gtk/pluginwindow.c
11825                 Little portability fix
11826
11827 2005-07-13 [colin]      1.9.12cvs42
11828
11829         * src/plugins/pgpmime/sgpgme.c
11830                 Fix crasher.
11831
11832 2005-07-13 [colin]      1.9.12cvs41
11833
11834         * src/plugins/pgpmime/pgpmime.c
11835         * src/plugins/pgpmime/sgpgme.c
11836                 Use gpgme_data_release_and_get_mem instead
11837                 of gpgme_data_read.
11838
11839 2005-07-13 [colin]      1.9.12cvs40
11840
11841         * configure.ac
11842         * src/plugins/pgpmime/passphrase.c
11843         * src/plugins/pgpmime/passphrase.h
11844         * src/plugins/pgpmime/pgpmime.c
11845         * src/plugins/pgpmime/plugin.c
11846         * src/plugins/pgpmime/select-keys.c
11847         * src/plugins/pgpmime/select-keys.h
11848         * src/plugins/pgpmime/sgpgme.c
11849         * src/plugins/pgpmime/sgpgme.h
11850                 Port pgpmime to gpgme-1.0.
11851
11852 2005-07-12 [paul]       1.9.12cvs39
11853
11854         * AUTHORS
11855         * src/toolbar.c
11856         * src/toolbar.h
11857                 add a 'Go to Prev' button to the toolbar.
11858                 correct tooltip text of go to buttons.
11859                 based on patch by Yang Guilong <bamanzi@gmail.com>
11860
11861 2005-07-12 [colin]      1.9.12cvs38
11862
11863         * src/statusbar.c
11864                 Fix progress bar showing stuff at startup.
11865
11866 2005-07-12 [paul]       1.9.12cvs37
11867
11868         * src/editjpilot.c
11869                 fix building with jpilot support
11870
11871 2005-07-11 [colin]      1.9.12cvs36
11872
11873         * src/inc.c
11874                 Add visual indication that filtering is running
11875         * src/textview.c
11876                 Make {}[] uri delimiters
11877         * src/summaryview.c
11878                 Remove useless (and slow) calls
11879
11880 2005-07-11 [paul]       1.9.12cvs35
11881
11882         * src/plugins/clamav/clamav_plugin_gtk.c
11883         * src/plugins/dillo_viewer/dillo_prefs.c
11884         * src/plugins/pgpmime/prefs_gpg.c
11885         * src/plugins/spamassassin/spamassassin_gtk.c
11886                 gather plugins prefs together under their
11887                 own 'Plugins' heading
11888
11889 2005-07-11 [paul]       1.9.12cvs34
11890
11891         sync with main
11892
11893         * src/account.c
11894                 account_delete(): modified alert dialog
11895         * src/editjpilot.c
11896         * src/editvcard.c
11897                 fixed a crash when cancelling file selection
11898                 dialog by Escape key. Made non-ascii filename
11899                 selectable.
11900         * src/prefs_template.c
11901                 prefs_template_window_create(): make scrolled
11902                 window policy AUTOMATIC
11903
11904 2005-07-10 [hoa]        1.9.12cvs33
11905
11906         * src/etpan/imap-thread.c
11907                 workaround for old Courier IMAP servers.
11908
11909 2005-07-10 [colin]      1.9.12cvs32
11910
11911         * src/folder.c
11912         * src/statusbar.c
11913         * src/statusbar.h
11914                 Add visual progress indicator on filtering/processing
11915                 Factorize the progress bar code
11916         * src/imap.c
11917         * src/imap.h
11918         * src/etpan/imap-thread.c
11919                 Add a reference counter to avoid destroying the Folder
11920                 while it's in use by another callback.
11921
11922 2005-07-09 [hoa]        1.9.12cvs31
11923
11924         * src/imap.c
11925         * src/etpan/imap-thread.c
11926                 fixed deadlock when removing IMAP account.
11927
11928 2005-07-08 [colin]      1.9.12cvs30
11929
11930         * src/textview.c
11931         * src/unmime.c
11932                 Fix again problems decoding broken headers
11933         * src/gtk/inputdialog.c
11934                 Fix local variable shadowing a global one
11935
11936 2005-07-08 [colin]      1.9.12cvs29
11937
11938         * src/msgcache.c
11939                 Make the cache/mark files platform-agnostic by writing
11940                 them in little-endian format. Reading them is also done
11941                 in little-endian format, of course; however, in order
11942                 to avoid trashing mark data on big-endian machines, the
11943                 files are, at first, read from the native format if the
11944                 little-endian one doesn't exist. This is easy to deter-
11945                 mine by trying to open a file with a swapped data_ver
11946                 and seeing if it's the wanted version.
11947                 Little-endian using users should see absolutely no
11948                 difference, Big-endian users may get a very little
11949                 performance drop due to byte-swapping.
11950                 Tested on i386 and ppc32. 
11951                 Fixes bug #159 (The index file, in the mailboxes, is 
11952                 hardware depending).
11953
11954                 To have the cache/mark files updated to the new little-
11955                 endian format, "Check for new messages" or even
11956                 "Rebuild folder tree" aren't enough. Files will be
11957                 updated as soon as a folder has been opened/closed.
11958                 To update everything, just select all folders by
11959                 selecting them one by one.
11960
11961 2005-07-07 [colin]      1.9.12cvs28
11962
11963         * src/imap.c
11964                 Remember the folder separator per IMAPFolder
11965                 instead of globally.
11966                 Revive the Session on noop; fixes bug #761
11967                 (mark a bunch of unread messages as read takes 
11968                 forever)
11969
11970 2005-07-07 [darko]      1.9.12cvs27
11971
11972         * src/common/template.c
11973                 Sort templates alphabetically
11974
11975 2005-07-06 [colin]      1.9.12cvs26
11976
11977         * src/imap.c
11978                 Try to use the correct separator in
11979                 most cases. Possibly fixes bug #759
11980                 (only creates the INBOX folder when 
11981                 setting up new IMAP account) and 
11982                 bug #760 (Can't retrieve messages)
11983
11984 2005-07-06 [colin]      1.9.12cvs25
11985
11986         * src/imap.c
11987                 Use real_path in status command. This will
11988                 help later, when namespaces will be used.
11989
11990 2005-07-06 [colin]      1.9.12cvs24
11991
11992         * configure.ac
11993         * src/account.c
11994         * src/folder.c
11995         * src/imap.c
11996         * src/etpan/etpan-log.c
11997         * src/etpan/etpan-thread-manager.c
11998         * src/etpan/imap-thread.c
11999                 Add a --disable-libetpan parameter. With this,
12000                 users that don't want IMAP4 support can avoid
12001                 the new dependancy (and have no IMAP support).
12002                 Users that have IMAP4 accounts and use this
12003                 parameter won't lose their configuration, their
12004                 IMAP accounts will just be invisible and not
12005                 used.
12006         * src/textview.c
12007                 Make the "Copy ..." contextual menu items 
12008                 copy to both the X clipboard and the gtk 
12009                 clipboard - as most other apps do.
12010         * src/gtk/about.c
12011                 Add a notice about OpenSSL usage, in order to
12012                 comply with OpenSSL's license (point 6):
12013                 http://www.openssl.org/source/license.html
12014
12015 2005-07-06 [colin]      1.9.12cvs23
12016
12017         * src/alertpanel.c
12018                 Fix a minimum size for alertpanels
12019         * src/compose.c
12020                 Show 'No space left on device' type errors
12021                 when queuing/sending
12022         * src/imap_gtk.c
12023         * src/mh_gtk.c
12024                 Rework folder's deletion message (remove 
12025                 extra \n)
12026
12027 2005-07-05 [colin]      1.9.12cvs22
12028
12029         * src/imap.c
12030                 Add an alertpanel on auth error
12031                 Add pseudo-log
12032                 Remove pthread-related stuff
12033
12034 2005-07-05 [colin]      1.9.12cvs21
12035
12036         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12037                 Fix crash on plugin reloading (with a hack)
12038
12039 2005-07-05 [colin]      1.9.12cvs20
12040
12041         * src/prefs_account.c
12042         * src/prefs_account.h
12043                 Fix typo
12044         * src/gtk/filesel.c
12045         * src/gtk/filesel.h
12046                 Add a way to filter the view
12047         * src/gtk/pluginwindow.c
12048                 Filter loadable stuff
12049         * src/plugins/pgpmime/prefs_gpg.c
12050                 Fix missing unregistration
12051         * .cvsignore
12052         * src/etpan/.cvsignore
12053         * src/plugins/spamassassin/.cvsignore
12054                 Add more stuff to cvs ignored files
12055
12056 2005-07-04 [colin]      1.9.12cvs19
12057
12058         * src/imap.c
12059                 Fix scan_required returning FALSE when it
12060                 shouldn't. Maybe fix #760 (Can't retrieve
12061                 messages)
12062
12063 2005-07-04 [colin]      1.9.12cvs18
12064
12065         * src/summaryview.c
12066                 Fix always_show_msg pref
12067
12068 2005-07-04 [paul]       1.9.12cvs17
12069
12070         sync with main (forgotten in last commit)
12071         
12072         * src/common/utils.c
12073         * src/common/utils.h
12074                 check_line_length(): new.
12075                 is_dir_exist()
12076                 is_file_entry_exist()
12077                 dirent_is_regular_file()
12078                 dirent_is_directory(): use g_file_test() instead of stat().
12079
12080 2005-07-04 [paul]       1.9.12cvs16
12081
12082         sync with main:
12083
12084         * src/compose.c
12085                 compose_write_to_file(): check for line
12086                 length limit and display warning if exceeds
12087         * src/jpilot.c
12088                 use get_home_dir() instead of g_get_home_dir()
12089         * src/procheader.c
12090                 removed warning about invalid date
12091         * src/vcard.c
12092                 use get_home_dir() instead of g_get_home_dir()
12093
12094 2005-07-04 [paul]       1.9.12cvs15
12095
12096         * src/stock_pixmap.c
12097                 fix new pixmap naming errors
12098                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12099
12100 2005-07-04 [colin]      1.9.12cvs14
12101
12102         * src/imap.c
12103                 Fix debugging string with a warning
12104
12105 2005-07-04 [colin]      1.9.12cvs13
12106
12107         * configure.ac
12108                 Add a check for libetpan's version (>= 0.37)
12109
12110 2005-07-04 [hoa]        1.9.12cvs12
12111
12112         * commitHelper
12113         * src/imap.c
12114         * src/etpan/imap-thread.c
12115         * src/etpan/imap-thread.h
12116                 fixed IMAP implementation of check of mails.
12117
12118 2005-07-03 [hoa]        1.9.12cvs11
12119
12120         * src/etpan/Makefile.am
12121         * src/etpan/etpan-errors.h
12122         * src/etpan/etpan-log.[ch]
12123         * src/etpan/etpan-thread-manager-types.h
12124         * src/etpan/etpan-thread-manager.[ch]
12125         * src/etpan/imap-thread.[ch]
12126         * src/Makefile.am
12127         * src/imap.c
12128         * src/main.c
12129         * src/prefs_other.c
12130         * configure.ac
12131             merged imap branch.
12132             dependency on libetpan 0.37 is now added.
12133
12134 2005-07-01 [colin]      1.9.12cvs10
12135
12136         * src/Makefile.am
12137         * src/folder.c
12138         * src/folder.h
12139         * src/folderview.c
12140         * src/stock_pixmap.c
12141         * src/stock_pixmap.h
12142         * src/plugins/trayicon/trayicon.c
12143                 Add marked symbol on folders containing
12144                 marked messages
12145         * src/procmsg.c
12146         * src/procmsg.h
12147         * src/toolbar.c
12148         * src/prefs_common.c
12149         * src/prefs_common.h
12150         * src/prefs_send.c
12151                 Add an optional confirmation dialog on queue
12152                 sending. Patch by wwp.
12153         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12154         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12155         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12156         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12157         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12158         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12159         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12160         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12161         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12162         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12163         * src/pixmaps/trash_mark.xpm            ** ADDED **
12164                 New pixmaps
12165
12166 2005-07-01 [colin]      1.9.12cvs9
12167
12168         * src/summaryview.c
12169                 Fix a little threading bug
12170         * src/addrgather.c
12171         * src/mainwindow.c
12172                 A little bit of HIG normality never hurts
12173
12174 2005-07-01 [colin]      1.9.12cvs8
12175
12176         * src/compose.c
12177         * src/msgcache.c
12178         * src/pop.c
12179         * src/procmime.c
12180         * src/recv.c
12181         * src/common/log.c
12182         * src/common/template.c
12183         * src/common/utils.c
12184         * src/common/utils.h
12185                 Reverted the fwrite_atomic stuff. In fact
12186                 it is already atomic.
12187
12188 2005-06-30 [colin]      1.9.12cvs7
12189
12190         * src/common/utils.c
12191         * src/common/utils.h
12192                 Add an fwrite_atomic() function to make
12193                 sure we write everything: fwrite can make
12194                 short writes.
12195         * src/compose.c
12196         * src/msgcache.c
12197         * src/pop.c
12198         * src/procmime.c
12199         * src/recv.c
12200         * src/common/log.c
12201         * src/common/template.c
12202                 Use that (and fix swapping of size and nmemb).
12203                 Thanks to Rich Coe for the heads up.
12204
12205 2005-06-30 [colin]      1.9.12cvs6
12206
12207         * src/addressbook.c
12208                 Optimize addressbook opening 
12209
12210 2005-06-30 [colin]      1.9.12cvs5
12211
12212         * src/summaryview.c
12213                 Remove calls to summary_step after move/copy
12214
12215 2005-06-28 [paul]       1.9.12cvs4
12216
12217         * src/alertpanel.c
12218                 wrap and make the error msg selectable
12219
12220 2005-06-28 [paul]       1.9.12cvs3
12221
12222         * src/ssl_manager.c
12223                 replace the OK button with a Close button
12224         * src/gtk/foldersort.c
12225                 use GTK_STOCK_ icons/buttons
12226
12227 2005-06-28 [colin]      1.9.12cvs2
12228
12229         * src/gedit-print.c             ** ADDED **
12230         * src/gedit-print.h             ** ADDED **
12231         * src/gtk/gtksourceprintjob.c   ** ADDED **
12232         * src/gtk/gtksourceprintjob.h   ** ADDED **
12233                 I can't believe no one had enough time to tell
12234                 me I forgot the `cvs add`
12235
12236 2005-06-27 [colin]      1.9.12cvs1
12237
12238         * src/Makefile.am
12239         * src/gtk/Makefile.am
12240         * src/messageview.c
12241         * src/procmsg.c
12242         * src/summaryview.c
12243         * configure.ac
12244                 Add optional libgnomeprint-based printing
12245         * src/mainwindow.c
12246         * src/gtk/quicksearch.c
12247                 Add an Edit/Quick search menu item to show
12248                 and focus the quicksearch
12249
12250 2005-06-27 [paul]       1.9.12
12251
12252         1.9.12 release
12253
12254         * po/ca.po
12255         * po/de.po
12256         * po/es.po
12257         * po/fr.po
12258         * po/it.po
12259         * po/ko.po
12260         * po/pt_BR.po
12261         * po/sk.po
12262         * po/zh_CN.po
12263                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12264                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12265                 SungHyun Nam, Frederico Goncalves Guimaraes,
12266                 Andrej Kacian, and Yang Guilong
12267 2005-06-26 [colin]      1.9.11cvs106
12268
12269         * src/imap_gtk.c
12270                 Forgot one file for previous fix
12271
12272 2005-06-26 [colin]      1.9.11cvs105
12273
12274         * src/folder.c
12275         * src/imap.c
12276                 Fix problems with folder operations in no_select
12277                 imap folders. it applies only to mails, and 
12278                 creation/deletion/move/renaming of folders 
12279                 should be possible
12280
12281 2005-06-26 [paul]       1.9.11cvs104
12282
12283         * src/prefs_filtering.c
12284                 replace one more GTK_STOCK_REMOVE
12285                 with GTK_STOCK_DELETE
12286
12287 2005-06-25 [colin]      1.9.11cvs103
12288
12289         * src/imap.c
12290                 Optimize get_seq_set_from_seq_list
12291                 (Patch by Ricardo) 
12292
12293 2005-06-25 [colin]      1.9.11cvs102
12294
12295         * src/mh.c
12296                 If the directory exists, but not in the
12297                 correct encoding, rename it. This should
12298                 handle old-versions-induced bugs.
12299
12300 2005-06-25 [colin]      1.9.11cvs101
12301
12302         * src/mh.c
12303                 Fix path access with extended dir names
12304                 Fixes bug #589 (SC segfaults with wrong locale
12305                 settings)
12306
12307 2005-06-25 [colin]      1.9.11cvs100
12308
12309         * src/prefs_account.c
12310         * src/prefs_account.h
12311         * src/compose.c
12312                 Add an option to encrypt replies to
12313                 encrypted messages
12314
12315 2005-06-25 [colin]      1.9.11cvs99
12316
12317         * src/compose.c
12318         * src/quote_fmt_parse.y
12319                 ... And make it work with pgpinline.
12320
12321 2005-06-25 [colin]      1.9.11cvs98
12322
12323         * src/compose.c
12324         * src/procmime.c
12325         * src/procmime.h
12326         * src/quote_fmt_parse.y
12327                 o Make reedition of encrypted messages possible
12328                   (as long as it is encrypted to self too, no
12329                    magic there)
12330                 o Make replying with quote (and without selecting
12331                   text) possible for encrypted messages.
12332                 Closes bug #550 (Not possible to "reply with quote"
12333                 to gnupg encrypted messages)
12334
12335 2005-06-24 [paul]       1.9.11cvs97
12336
12337         * src/imap.c
12338                 add missing include
12339
12340 2005-06-24 [paul]       1.9.11cvs96
12341
12342         * src/editldap.c
12343                 made bind password entry invisible
12344                 (sync with main)
12345         * src/send_message.c
12346                 send_message_local(): check exit status
12347                 to detect errors (sync with main)
12348         * src/textview.c
12349                 use main's less ambiguous popup menu
12350                 wording
12351
12352 2005-06-24 [paul]       1.9.11cvs95
12353
12354         * src/prefs_actions.c
12355         * src/prefs_customheader.c
12356         * src/prefs_display_header.c
12357         * src/prefs_filtering_action.c
12358         * src/prefs_matcher.c
12359         * src/prefs_template.c
12360         * src/prefs_toolbar.c
12361                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12362         * src/gtk/description_window.c
12363                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12364
12365 2005-06-23 [colin]      1.9.11cvs94
12366
12367         * src/summaryview.c
12368                 Fix rough edges (be sure to call status_show whenever
12369                 necessary).
12370
12371 2005-06-23 [colin]      1.9.11cvs93
12372
12373         * src/summaryview.c
12374                 Optimize Select All
12375                 Before, in a 5K mails folder: 11s
12376                 After, in the same folder: 58000µs
12377                 The joys of locking... gtk_clist_select_all() fires a 
12378                 tree-select-row event for each selected row, which in 
12379                 summaryview, callbacks summary_selected which in turn,
12380                 calls summary_status_show, which walks the selected
12381                 rows. Hence, calling gtk_clist_select_all was 
12382                 exponential. Locking the summaryview makes 
12383                 summary_selected return early.
12384
12385 2005-06-23 [colin]      1.9.11cvs92
12386
12387         * src/imap.c
12388                 Move mutex at the important place to avoid
12389                 deadlocks
12390         * src/summaryview.c
12391                 Fix Del key deleting directly instead of
12392                 moving to trash
12393
12394 2005-06-22 [colin]      1.9.11cvs91
12395
12396         * src/plugins/spamassassin/libspamc.c
12397                 As we do spagetti code with assignations in multiple
12398                 places (see _message_read_raw where out = msg = raw),
12399                 let's be sure we don't free the same pointer twice.
12400                 Should fix bug #683 (Crash in libpam at 
12401                 message_cleanup).
12402
12403 2005-06-22 [colin]      1.9.11cvs90
12404
12405         * src/compose.c
12406         * src/messageview.c
12407         * src/toolbar.c
12408                 Make toolbar's delete use the move to trash stuff;
12409                 Add gtk_widget_realize to be sure pixmaps can get
12410                 created (that may fix an old worksforme bug which
12411                 I can't find back...)
12412
12413 2005-06-22 [colin]      1.9.11cvs89
12414
12415         * src/summaryview.c
12416         * src/summaryview.h
12417         * src/mainwindow.c
12418                 Rename "Message/Delete" to "Message/Move to trash"
12419                 Add "Message/Delete..." that directly destroys the
12420                 selected messages after asking for a confirmation.
12421
12422 2005-06-22 [colin]      1.9.11cvs88
12423
12424         * src/imap.c
12425                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12426                 o Fix a deadlock (thanks Darko)
12427
12428 2005-06-22 [colin]      1.9.11cvs87
12429
12430         * src/gtk/foldersort.c
12431                 Add missing include for the i18n;
12432                 patch by Fabien Vantard
12433
12434 2005-06-21 [colin]      1.9.11cvs86
12435
12436         * src/folder.c
12437         * src/folderview.c
12438                 Respect the no_select flag
12439         * src/imap.c
12440                 Fix recursive deletion
12441         * src/imap_gtk.c
12442         * src/mh_gtk.c
12443                 Make the folder deletion's warning
12444                 more explicit
12445
12446 2005-06-21 [colin]      1.9.11cvs85
12447
12448         * src/textview.c
12449                 Prevent email addresses from spanning accross
12450                 lines - fixes bug # 646 (newline-chars in 
12451                 email addresses)
12452
12453 2005-06-20 [colin]      1.9.11cvs84
12454
12455         * src/folder.c
12456                 Be sure not to remove source if copy failed
12457
12458 2005-06-20 [colin]      1.9.11cvs83
12459
12460         * src/folderview.c
12461         * src/imap_gtk.c
12462                 remove summaryview's lock
12463         * src/imap.c
12464                 introduce threads to avoid problems when foreground tasks
12465                 interfere with background tasks
12466         * src/mh.c
12467                 prevent moving to drafts/queue
12468         * src/mimeview.c
12469                 fix leak
12470
12471 2005-06-19 [colin]      1.9.11cvs82
12472
12473         * src/imap_gtk.c
12474                 Remember that the user doesn't want to override
12475                 offline mode, for 3 seconds. It avoid presenting
12476                 him with N popups in a really short time.
12477
12478 2005-06-17 [colin]      1.9.11cvs81
12479
12480         * src/imap.c
12481                 Fix IMAP breaking on folders containing '('
12482                 (Probably won't be enough)
12483
12484 2005-06-17 [colin]      1.9.11cvs80
12485
12486         Forgotten files on 1.9.11cvs79
12487         * src/summaryview.c
12488                 Fix stepping when not immediately executing
12489         * src/imap.c
12490                 Really prevent UID FETCH 0
12491         * src/codeconv.c
12492                 Fix outgoing charset never set to utf-8
12493         * src/mh.c
12494                 Fix leak
12495
12496 2005-06-16 [colin]      1.9.11cvs79
12497
12498         * src/compose.c
12499                 Fix bug #707 (Dash splits rows)
12500                 Only wrap if we're on a line break position and
12501                 the previous one was a "white" (space) char.
12502                 Pango stuff is weird.
12503
12504 2005-06-16 [colin]      1.9.11cvs78
12505
12506         * src/imap_gtk.c
12507                 Lock summaryview while downloading messages
12508                 on user demand
12509         * src/procheader.c
12510         * src/unmime.c
12511         * src/common/utils.c
12512         * src/common/utils.h
12513                 Replace \r and \n with spaces in From and
12514                 Subject headers
12515
12516 2005-06-16 [paul]       1.9.11cvs77
12517
12518         * src/procmime.c
12519                 liberalise the mime parser
12520         * src/gtk/about.c
12521                 add text wrapping
12522
12523 2005-06-16 [paul]       1.9.11cvs76
12524
12525         * src/gtk/about.c
12526                 reworked
12527
12528 2005-06-15 [colin]      1.9.11cvs75
12529
12530         * src/compose.c
12531                 Finish header encoding fix
12532         * src/summaryview.c
12533                 Fix segfault
12534         * src/headerview.c
12535                 Fix compilation (Thanks Stephan
12536                 Sachse)
12537
12538 2005-06-15 [colin]      1.9.11cvs74
12539
12540         * Makefile.am
12541                 Install gnome2 stuff rather than gnome1, 
12542                 if both are present
12543         * src/codeconv.c
12544         * src/codeconv.h
12545         * src/compose.c
12546                 Fix headers encoding
12547         * src/folder.c
12548                 Visual progress when fetching all messages
12549         * src/folderview.c
12550         * src/summaryview.c
12551         * src/summaryview.h
12552                 Prevent changing current message while
12553                 incorporating
12554
12555 2005-06-15 [paul]       1.9.11cvs73
12556
12557         * src/gtk/gtkaspell.c
12558         * src/gtk/gtkaspell.h
12559                 fix build warnings
12560
12561 2005-06-15 [paul]       1.9.11cvs72
12562
12563         * src/prefs_filtering.c
12564                 allow reordering of filter rules by
12565                 drag n drop
12566
12567 2005-06-15 [paul]       1.9.11cvs71
12568
12569         * COPYING
12570                 updated
12571         * src/codeconv.c
12572                 replace deprecated function
12573         * src/inc.c
12574         * src/send_message.c
12575         * src/gtk/progressdialog.c
12576         * src/gtk/progressdialog.h
12577                 salvage and reuse parts of reverted sync
12578
12579 2005-06-15 [paul]       1.9.11cvs70
12580
12581         * src/inc.c
12582         * src/send_message.c
12583         * src/gtk/progressdialog.c
12584         * src/gtk/progressdialog.h
12585                 revert yesterday's sync with main
12586                 it contains deprecated functions
12587
12588 2005-06-15 [colin]      1.9.11cvs69
12589
12590         * src/headerview.c
12591                 Fix bug #670 (multi user to: will corrupt message 
12592                 headers display)
12593
12594 2005-06-15 [colin]      1.9.11cvs68
12595
12596         * src/compose.c
12597                 Fix bug #421 (Fix undo on wrapping)
12598
12599 2005-06-15 [colin]      1.9.11cvs67
12600
12601         * src/folder.c
12602                 Provide visual feedback while processing
12603                 folder's rules.
12604         * src/imap.c
12605                 Provide visual feedback while getting
12606                 short headers (for uncached messages)
12607
12608
12609 2005-06-14 [paul]       1.9.11cvs66
12610
12611         * src/account.c
12612                 change a couple stock icons
12613         * src/inc.c
12614         * src/send_message.c
12615         * src/gtk/progressdialog.c
12616         * src/gtk/progressdialog.h
12617                 sync main's GtkTreeView implementation
12618
12619 2005-06-14 [colin]      1.9.11cvs65
12620
12621         * src/imap.c
12622                 Various little fixes, mainly on error paths
12623
12624 2005-06-13 [colin]      1.9.11cvs64
12625
12626         * matcher.c
12627         * procmsg.c
12628         * procmsg.h
12629                 Add a way to fetch only headers. This speeds
12630                 up filtering on headers for IMAP. Fixes:
12631                 bug #481 extraneous imap commands slow down 
12632                         imap filtering
12633                 bug #522 Sylpheed downloads all messages 
12634                         when opening mailbox (IMAP)
12635                 bug #677 IMAP fetch is soooooooooooooo slow
12636         * src/folder.c
12637         * src/folder.h
12638                 Add a folder set_batch method so that
12639                 implementations can speed up flags changes
12640         * src/folderutils.c
12641         * src/summaryview.c
12642                 Use that in mark as (un)read and mark all read
12643                 Refix bug #679
12644         * src/imap.c
12645                 Implement set_batch - brings back deferred
12646                 flags in a less buggy manner. Fixes:
12647                 bug #729 IMAP immediate expunge of deleted messages
12648                 bug #191 remove list of messages with one command
12649                 Fix login with strange chars
12650                 Implement fetch_msg_full
12651                 Fix copy (wrong counts)
12652
12653 2005-06-12 [colin]      1.9.11cvs63
12654
12655         * src/folder.c
12656                 lock incorporation during long operations.
12657                 Avoids fucking up the IMAP socket.
12658
12659 2005-06-12 [colin]      1.9.11cvs62
12660
12661         * src/imap.c
12662                 Fix harmful typo
12663                 Factorize remove_all_msg
12664                 Thread-ize expunge
12665         * src/summaryview.c
12666                 Don't update partial-download status if unnecessary
12667         * src/folder.c
12668                 Use remove_msgs everywhere possible
12669
12670 2005-06-12 [colin]      1.9.11cvs61
12671
12672         * src/folder.c
12673         * src/folder.h
12674                 Add a remove_msgs function to remove a 
12675                 list of messages
12676         * src/imap.c
12677                 Implement that.
12678
12679 2005-06-12 [colin]      1.9.11cvs60
12680
12681         * src/imap.c
12682                 Remove flags-processing deferring... Too hard
12683                 to get it to work in all cases.
12684
12685 2005-06-11 [colin]      1.9.11cvs59
12686
12687         * src/imap.c
12688                 printf -> debug_print
12689
12690 2005-06-11 [colin]      1.9.11cvs58
12691
12692         * src/imap.c
12693                 o Fix build without USE_PTHREAD
12694                 o Factorize imap_open
12695                 o Alertpanel in case of impossible connection
12696                 o Alertpanel in case of impossible login
12697                 o Fix deferred flags processing to force a 
12698                   flush before adding some more flags to process,
12699                   but in another folder.
12700
12701 2005-06-10 [colin]      1.9.11cvs57
12702
12703         * src/imap.c
12704                 o Fix a format string error
12705                 o init ssl socket outside of the thread 
12706                   (it possibly invokes gtk calls)
12707         * src/procmime.c
12708                 o Put back the buffer to its necessary size
12709                 o Fix changing a file pointer without keeping
12710                   track of it (thanks Valgrind)
12711         * src/common/smtp.c
12712                 o Fix automatic STARTTLS if login should be done
12713                   and the server only allows it after starting TLS
12714         * src/gtk/gtkinputdialog.c
12715                 o Eat GDK_Return so that the combo popup doesn't 
12716                   appear when we press Enter to validate the combo
12717                   input dialog (as seen in the Open with... dialog)
12718
12719 2005-06-10 [colin]      1.9.11cvs56
12720
12721         * src/imap.c
12722                 o A bit less debug
12723                 o Fix a crash on deletion
12724                 o Threadize imap_select (it's called outside of 
12725                   threads)
12726                 o Defer treatment of DELETED flags
12727
12728
12729 2005-06-09 [colin]      1.9.11cvs55
12730
12731         * src/imap.c
12732                 Make sure we check imap_gtk_should_override(), which
12733                 potentially calls gtk stuff, before creating thread.
12734                 That way it should't be called via imap_get_session()
12735                 inside a thread.
12736
12737 2005-06-09 [colin]      1.9.11cvs54
12738
12739         * src/imap.c
12740                 o add a bit of status output
12741                 o remove some dead code
12742                 o threadize get_list_of_uids
12743                 o threadize imap_get_flags
12744                 o defer flag changing by 500ms so that they
12745                   can be batched
12746
12747
12748 2005-06-08 [colin]      1.9.11cvs53
12749
12750         * src/imap.c
12751                 Thread-ize imap_cmd_fetch
12752
12753 2005-06-08 [colin]      1.9.11cvs52
12754
12755         * src/main.c
12756                 Mmh, that broke POP3...
12757
12758 2005-06-08 [colin]      1.9.11cvs51
12759
12760         * src/main.c
12761                 Stabilize IMAP patch (thanks to Hoa)
12762
12763 2005-06-08 [colin]      1.9.11cvs50
12764
12765         * src/imap.c
12766                 Test patch to speed up imap. 
12767
12768 2005-06-08 [colin]      1.9.11cvs49
12769
12770         * src/imap_gtk.c
12771                 Warning fix
12772         * src/procmime.c
12773                 Apply patch from gentoo to use /usr/share/mime/globs if 
12774                 available, after un-breaking it
12775         * src/common/log.c
12776         * src/common/log.h
12777                 Use g_timeout for invoking hooks that possibly use gtk
12778                 calls. This should leave gtk calls in the main thread.
12779
12780 2005-06-08 [paul]       1.9.11cvs48
12781
12782         * src/codeconv.c
12783                 conv_get_outgoing_charset_str(): don't
12784                 use prefs_common setting
12785         * src/compose.c
12786         * src/compose.h
12787                 add /Options/Character encoding/... to
12788                 temporarily change the outgoing encoding
12789
12790         (belated sync with main)
12791
12792 2005-06-08 [paul]       1.9.11cvs47
12793
12794         * src/compose.c
12795                 correction to/completion of last
12796                 sync with main
12797
12798 2005-06-08 [paul]       1.9.11cvs46
12799
12800         sync with main:
12801         
12802         * src/codeconv.c
12803         * src/codeconv.h
12804                 always enabled Japanese auto-detection
12805                 if the first letters of locale string
12806                 is "ja"
12807         * src/compose.c
12808                 don't use "destroy" signal to destroy
12809                 Compose object (fix rare crashes on discard?)
12810         * src/mainwindow.c
12811         * src/messageview.c
12812         * src/prefs_send.c
12813                 added Hebrew encodings
12814         * src/sourcewindow.c
12815                 don't use "destroy" signal to destroy
12816                 objects
12817
12818 2005-06-07 [colin]      1.9.11cvs45
12819
12820         * src/summaryview.c
12821                 Add missing unlocks/locks
12822
12823 2005-06-07 [paul]       1.9.11cvs44
12824
12825         * src/summaryview.c
12826                 restore bug #749 fix
12827
12828 2005-06-06 [colin]      1.9.11cvs43
12829
12830         * src/summaryview.c
12831                 Fix selection bug when prefs_common.open_unread 
12832                 is FALSE
12833
12834 2005-06-06 [colin]      1.9.11cvs42
12835
12836         * src/common/md5.c
12837                 Fix a warning
12838         * src/summaryview.c
12839         * src/folderview.c
12840                 Factorize long operations beginning and end
12841                 (locking, freezing/thawing, cursor, ...)
12842                 Check selection->data member in selection-
12843                 related loops; this avoids dying an awful
12844                 death if the selection changes on us while
12845                 we're marking a whole IMAP folder unread, 
12846                 for example.
12847
12848 2005-06-06 [paul]       1.9.11cvs41
12849
12850         * src/textview.c
12851                 don't g_free() a static gchar buffer
12852
12853 2005-06-05 [colin]      1.9.11cvs40
12854
12855         * src/mainwindow.c
12856         * src/messageview.c
12857         * src/summaryview.c
12858                 Fix bug #749 (Show all headers should be
12859                 sticky as the GUI suggests)
12860
12861 2005-06-03 [paul]       1.9.11cvs39
12862
12863         * src/compose.c
12864                 don't allow editing of mail while sending.
12865                 patch by Colin
12866
12867 2005-06-03 [paul]       1.9.11cvs38
12868
12869         * src/folderview.c
12870                 add a freeze/thaw to speed up 'mark all read'
12871
12872 2005-06-03 [paul]       1.9.11cvs37
12873
12874         * src/prefs_message.c
12875                 reflect changes immediately
12876
12877 2005-06-02 [colin]      1.9.11cvs36
12878
12879         * po/POTFILES.in
12880                 Patch by Fabien Vantard.
12881
12882 2005-06-02 [colin]      1.9.11cvs35
12883
12884         * src/imap.c
12885                 Use a non-blocking imap_getline() if possible.
12886                 This should completely prevent the interface
12887                 from freezin on imap operations, although it
12888                 may do strange stuff in case of folder switching
12889                 while a big imap operation is taking place...
12890
12891                 In addition, fix a leak in the case thread
12892                 creation fails on connection.
12893
12894 2005-06-02 [colin]      1.9.11cvs34
12895
12896         * src/crash.c
12897         * src/prefs_common.h
12898                 Fix build (prefs_common_init() doesn't exist
12899                 anymore)
12900
12901 2005-06-02 [colin]      1.9.11cvs33
12902
12903         * src/prefs_account.c
12904                 Fix bug #245 (filtering rules broken when
12905                 renaming a remote account (imap4 or nntp)
12906
12907 2005-06-02 [colin]      1.9.11cvs32
12908
12909         * src/imap.c
12910                 Try to fix IMAP shortcomings: 
12911                 o Multithread imap_open()
12912                 o allow offline-mode overriding instead of
12913                   just returning NULL
12914         * src/imap_gtk.c
12915         * src/imap_gtk.h
12916                 Add a function to ask whether we want to
12917                 override offline-mode for 10 minutes (one-shot
12918                 asking was painful)
12919         * src/procheader.c
12920                 Fix segfault when imap parser isn't happy about
12921                 a missing {
12922
12923 2005-06-01 [colin]      1.9.11cvs31
12924
12925         * src/addrharvest.c
12926         * src/compose.c
12927         * src/mbox.c
12928         * src/mbox.h
12929         * src/mh.c
12930         * src/msgcache.c
12931         * src/send_message.c
12932         * src/setup.c
12933         * src/undo.c
12934         * src/common/hooks.c
12935         * src/common/prefs.c
12936         * src/common/template.c
12937         * src/common/utils.c
12938         * src/gtk/gtkutils.c
12939         * src/gtk/inputdialog.c
12940         * src/gtk/menu.c
12941         * src/gtk/pluginwindow.c
12942         * src/gtk/prefswindow.c
12943         * src/plugins/pgpmime/passphrase.c
12944         * src/plugins/pgpmime/prefs_gpg.c
12945                 More -Wall fixes
12946
12947         * src/common/Makefile.am
12948         * src/common/timing.h
12949                 Add basic timing code
12950
12951         * src/summaryview.c
12952                 Fix a bug with unread messages when 
12953                 re-sorting folders, and by the way
12954                 fix a big performance hit when 
12955                 re-sorting (10k mails: before 5s,
12956                 after .5s)
12957
12958         * src/prefs_compose_writing.c
12959         * src/prefs_compose_writing.h
12960         * src/prefs_message.c
12961         * src/prefs_message.h
12962         * src/prefs_other.c
12963         * src/prefs_other.h
12964         * src/prefs_quote.c
12965         * src/prefs_quote.h
12966         * src/prefs_receive.c
12967         * src/prefs_receive.h
12968         * src/prefs_send.c
12969         * src/prefs_send.h
12970         * src/prefs_summaries.c
12971         * src/prefs_summaries.h
12972                 Fix copyright banner
12973
12974 2005-06-01 [paul]       1.9.11cvs30
12975
12976         * po/fi.po
12977                 updated by Flammie Pirinen
12978         * src/procmime.c
12979                 fix 'Bad BASE64 content' output
12980
12981 2005-05-31 [colin]      1.9.11cvs29
12982
12983         * src/procmime.c
12984                 Oops, where did my hunk go.
12985
12986 2005-05-31 [colin]      1.9.11cvs28
12987
12988         * src/Makefile.am
12989         * src/account.c
12990         * src/action.c
12991         * src/addr_compl.c
12992         * src/addressbook.c
12993         * src/codeconv.c
12994         * src/compose.c
12995         * src/export.c
12996         * src/folder.c
12997         * src/folderview.c
12998         * src/image_viewer.c
12999         * src/main.c
13000         * src/mainwindow.c
13001         * src/messageview.c
13002         * src/mimeview.c
13003         * src/msgcache.c
13004         * src/prefs_account.c
13005         * src/prefs_actions.c
13006         * src/prefs_common.c
13007         * src/prefs_compose_writing.c
13008         * src/prefs_customheader.c
13009         * src/prefs_ext_prog.c
13010         * src/prefs_filtering.c
13011         * src/prefs_filtering_action.c
13012         * src/prefs_fonts.c
13013         * src/prefs_image_viewer.c
13014         * src/prefs_message.c
13015         * src/prefs_message.h
13016         * src/prefs_msg_colors.c
13017         * src/prefs_other.c
13018         * src/prefs_other.h
13019         * src/prefs_quote.c
13020         * src/prefs_receive.c
13021         * src/prefs_receive.h
13022         * src/prefs_send.c
13023         * src/prefs_send.h
13024         * src/prefs_spelling.c
13025         * src/prefs_summaries.c
13026         * src/prefs_summary_column.c
13027         * src/prefs_template.c
13028         * src/prefs_themes.c
13029         * src/prefs_toolbar.c
13030         * src/prefs_wrapping.c
13031         * src/procmime.c
13032         * src/procmsg.c
13033         * src/send_message.h
13034         * src/ssl_manager.c
13035         * src/summary_search.c
13036         * src/summaryview.c
13037         * src/textview.c
13038         * src/wizard.c
13039         * src/common/smtp.c
13040         * src/common/smtp.h
13041         * src/gtk/gtkutils.h
13042                 o Move the rest of Common prefs to new style
13043                 o Lots of -Wall warning fixes
13044                 o fix FIXME in cache memusage calculation
13045                 o Let return receipts be sent from any account
13046                 o Little cache optimisation (read)
13047                 o Fix bug #746 (don't treat commas as separators
13048                   when inside a quoted string)
13049
13050 2005-05-31 [paul]       1.9.11cvs27
13051
13052         * src/prefs_common.c
13053                 fix 'off-by-one' typo
13054
13055 2005-05-31 [paul]       1.9.11cvs26
13056
13057         * src/account.c
13058         * src/addr_compl.c
13059         * src/compose.c
13060         * src/foldersel.c
13061         * src/prefs_actions.c
13062         * src/prefs_common.c
13063         * src/prefs_common.h
13064         * src/prefs_customheader.c
13065         * src/prefs_display_header.c
13066         * src/prefs_filtering.c
13067         * src/prefs_filtering_action.c
13068         * src/prefs_matcher.c
13069         * src/prefs_summaries.c
13070         * src/prefs_summary_column.c
13071         * src/prefs_template.c
13072         * src/prefs_toolbar.c
13073         * src/ssl_manager.c
13074         * src/gtk/pluginwindow.c
13075         * src/gtk/prefswindow.c
13076         * src/gtk/progressdialog.c
13077                 add hidden prefs 'enable_rules_hint'
13078                 for gtk_tree_view_set_rules_hint()
13079                 (sync with main)
13080                 
13081
13082 2005-05-31 [colin]      1.9.11cvs25
13083
13084         * src/Makefile.am
13085         * src/main.c
13086         * src/prefs_common.c
13087         * src/prefs_summaries.c ** ADDED **
13088         * src/prefs_summaries.h ** ADDED **
13089                 Common/Display -> Display/Summaries
13090
13091 2005-05-31 [colin]      1.9.11cvs24
13092
13093         * src/Makefile.am
13094         * src/main.c
13095         * src/prefs_quote.c ** ADDED **
13096         * src/prefs_quote.h ** ADDED **
13097                 Move Common/Quote to Compose/Quoting
13098         * src/prefs_common.c
13099         * src/prefs_common.h
13100                 Remove old quote stuff, add
13101                 convenience functions for GtkTextView prefs
13102         * src/gtk/prefswindow.c
13103                 Set default height higher
13104
13105 2005-05-30 [colin]      1.9.11cvs23
13106
13107         * src/Makefile.am
13108         * src/main.c
13109         * src/prefs_common.c
13110         * src/prefs_compose_writing.c ** ADDED **
13111         * src/prefs_compose_writing.h ** ADDED **
13112                 Move Common/Compose prefs to Compose/Writing
13113
13114 2005-05-30 [colin]      1.9.11cvs22
13115
13116         * src/common/utils.c
13117                 Fix bug #651 (Confused Attract by Subject)
13118                 Patch by M. Benkmann <haferfrost@web.de>
13119         * AUTHORS
13120
13121 2005-05-30 [colin]      1.9.11cvs21
13122
13123         * src/compose.c
13124                 Fix concatenation of different headers of
13125                 the same type (bug #645)
13126         * src/prefs_folder_item.c
13127                 Fix bug #699 (setting color to black doesn't
13128                 work immediately)
13129         * src/procmime.c
13130                 Print out decoding error only once per
13131                 block
13132
13133 2005-05-30 [paul]       1.9.11cvs20
13134
13135         * src/common/template.c
13136                 fix Bcc
13137
13138 2005-05-30 [paul]       1.9.11cvs19
13139
13140         * doc/src/rfc2368.txt   **NEW FILE**
13141         * src/compose.c
13142                 compose_entries_set(): don't interpret Bcc
13143                 header field (conform to RFC 2368)
13144                 (sync with main)
13145
13146 2005-05-29 [colin]      1.9.11cvs18
13147
13148         * src/prefs_common.c
13149                 Let the default reply format respect
13150                 netiquette by cutting the signature.
13151
13152 2005-05-29 [colin]      1.9.11cvs17
13153
13154         * src/summaryview.c
13155                 Don't let always_show_msg override
13156                 open_unread_on_enter when opening a new
13157                 directory.
13158
13159 2005-05-27 [paul]       1.9.11cvs16
13160
13161         sync with main:
13162
13163         * src/main.c
13164                 app_will_exit(): cleanup tmp directory when exit
13165         * src/message_search.c
13166                 improved the interface and made code cleanup.
13167                 removed Clear button
13168         * src/send_message.c
13169                 send_message_local(): use GSpawn, and detect errors
13170         * src/summary_search.c
13171                 improved the interface and made code cleanup
13172         * src/textview.c
13173                 textview_write_link(): also skip non-ascii space
13174                  at the head of link strings (phishing check
13175                  didn't work at the case)
13176         * src/common/utils.c
13177                 get_command_output(): use g_spawn_command_line_sync()
13178                 instead of popen()
13179
13180 2005-05-26 [colin]      1.9.11cvs15
13181
13182         * src/folder.c
13183                 remove printf
13184
13185 2005-05-26 [colin]      1.9.11cvs14
13186
13187         * src/common/nntp.c
13188                 Fix nntp mode reader (bug #611)
13189                 Patch by Florian Mickler <florian@mickler.org>
13190
13191 2005-05-26 [colin]      1.9.11cvs13
13192
13193         * src/plugins/pgpmime/passphrase.c
13194                 Fix mouse grabbing (bug #557)
13195
13196 2005-05-26 [colin]      1.9.11cvs12
13197
13198         * src/prefs_themes.c
13199                 Fix g_warning (bug #541)
13200
13201 2005-05-26 [colin]      1.9.11cvs11
13202
13203         * src/prefs_actions.c
13204         * src/prefs_template.c
13205                 Fix bug #506 (no warning if action/template
13206                 is not saved)
13207         * src/common/template.c
13208                 Fix a possible crash
13209
13210 2005-05-26 [colin]      1.9.11cvs10
13211
13212         * src/folder.c
13213         * src/folderview.c
13214         * src/procmsg.c
13215         * src/summaryview.c
13216                 Forbid locked messages to be moved or
13217                 deleted. Locked messages in trashes 
13218                 still get deleted, for performance
13219                 reason (mh.c::mh_remove_all_msgs)
13220
13221 2005-05-25 [colin]      1.9.11cvs9
13222
13223         * src/procmime.c
13224                 Use correct encoding when sending mails
13225                 with attachments that have accentued 
13226                 chars in their name
13227
13228 2005-05-24 [colin]      1.9.11cvs8
13229
13230         * src/summaryview.c
13231                 Fix bug #688 f) read/unread marker not
13232                 changed on first click
13233                 Also, optimize summary_status_show()
13234                 calls
13235         * src/folder.c
13236         * src/inc.c
13237         * src/procmime.c
13238                 Fix bug #688 b) and c) wrt message
13239                 attachments and signature
13240         * src/stock_pixmap.c
13241         * src/stock_pixmap.h
13242         * src/stock_pixmap.c
13243         * src/stock_pixmap.h
13244         * src/Makefile.am
13245         * src/pixmaps/clip_gpg_signed.xpm
13246                 Add clip/signed icon
13247
13248 2005-05-24 [colin]      1.9.11cvs7
13249
13250         * src/folder_item_prefs.c
13251                 whitespace fix
13252
13253 2005-05-24 [colin]      1.9.11cvs6
13254
13255         * src/folderview.c
13256         * src/prefs_common.c
13257         * src/prefs_common.h
13258                 Add a confirmation to folder drag and drop
13259                 fixes bug #156
13260         * src/alertpanel.c
13261         * src/alertpanel.h
13262                 fix _with_disable parameters so that
13263                 the buttons labels are specifiable too
13264         * src/plugins/pgpmime/sgpgme.c
13265                 reflect said change
13266                 
13267
13268 2005-05-24 [colin]      1.9.11cvs5
13269
13270         * src/folderview.c
13271                 Uncollapse/collapse folders on double-click
13272                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13273                 closes bug #108
13274
13275 2005-05-23 [colin]      1.9.11cvs4
13276
13277         * src/common/socket.c
13278                 Check another special SSL_peek() error.
13279                 Should help wrt bug #728
13280
13281 2005-05-23 [colin]      1.9.11cvs3
13282
13283         * src/plugins/pgpmime/pgpmime.c
13284                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13285                 breaking menu accelerators and stuff. Users will have to
13286                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13287                 account's privacy preferences if needed.
13288
13289 2005-05-22 [paul]
13290
13291         * tools/kdeservicemenu/install.sh
13292                 use kdesu to prompt for root password if doing
13293                 global install/uninstall
13294
13295 2005-05-20 [colin]      1.9.11cvs2
13296
13297         * src/procmsg.c
13298                 Fix another compilation error with gcc-2.9x
13299                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13300         * src/send_message.c
13301                 Don't send QUIT if we aren't connected
13302
13303 2005-05-19 [colin]      1.9.11cvs1
13304
13305         * src/procmsg.c
13306                 Fix compilation with gcc 2.9x
13307
13308 2005-05-19 [paul]       1.9.11
13309
13310         1.9.11 released
13311
13312 2005-05-19 [paul]       1.9.9cvs14
13313
13314         * src/gtk/inputdialog.c
13315                 prevent gettext warning
13316
13317 2005-05-19 [paul]       1.9.9cvs13
13318
13319         * src/mainwindow.c
13320         * src/prefs_common.c
13321         * src/prefs_common.h
13322         * src/textview.c
13323         * src/textview.h
13324                 add an option to toggle cursor in message
13325                 view (sync with main)
13326
13327 2005-05-18 [colin]      1.9.9cvs12
13328
13329         * src/compose.c
13330                 Dereference freed pointer
13331         * src/gtk/gtkaspell.c
13332                 Fix duplication of dictionaries (is it an aspell issue?)
13333
13334 2005-05-18 [colin]      1.9.9cvs11
13335
13336         * src/gtk/inputdialog.c
13337         * src/gtk/gtkaspell.c
13338                 HIGuify dialogs
13339         * src/alertpanel.c
13340                 Remove a double call
13341
13342 2005-05-17 [colin]      1.9.9cvs10
13343
13344         * src/gtk/gtkaspell.c
13345                 Fix dialogs, Ctrl-Enter accel
13346
13347 2005-05-17 [colin]      1.9.9cvs9
13348
13349         * src/gtk/gtkaspell.c
13350                 Fix some accelerators, escape in replace-window
13351
13352 2005-05-16 [colin]      1.9.9cvs8
13353
13354         * src/gtk/gtkaspell.c
13355                 Revert last commit, it was a mistake.
13356
13357 2005-05-16 [colin]      1.9.9cvs7
13358
13359         * src/gtk/gtkaspell.c
13360                 Remove buggy code while we're at it. It's a 
13361                 dead code path anyway.
13362
13363 2005-05-16 [colin]      1.9.9cvs6
13364
13365         * src/gtk/gtkaspell.c
13366                 Missed some gtk_menu_popup where deactivate
13367                 signal should be handled. Should fix bug
13368                 #629 a bit more.
13369
13370 2005-05-16 [colin]      1.9.9cvs5
13371
13372         * src/gtk/gtkaspell.c
13373                 Remove debug printf()s
13374
13375 2005-05-16 [colin]      1.9.9cvs4
13376
13377         * src/gtk/gtkaspell.c
13378                 Fix a bit aspell problems
13379                 (see bug #629)
13380
13381 2005-05-13 [colin]      1.9.9cvs3
13382
13383         * src/folderview.c
13384                 Fix the + appearing even when no subfolders
13385                 have unread messages. Thanks to wwp for the
13386                 bug report.
13387
13388 2005-05-11 [paul]       1.9.9cvs2
13389
13390         * src/folderview.c
13391                 correction to 1.9.9cvs1, only colour folders that
13392                 have new msgs (not unread msgs)
13393
13394 2005-05-10 [colin]      1.9.9cvs1
13395
13396         * src/folderview.c
13397         * src/summaryview.c
13398                 Try to fix bolding bugs again.
13399
13400 2005-05-09 [paul]
13401
13402         * tools/claws.i18n.status.pl
13403                 add Ricardo Mones Lastra's script that has been providing
13404                 the i18n status page for many months
13405
13406 2005-05-09 [paul]       1.9.9
13407
13408         1.9.9 release
13409
13410 2005-05-09 [paul]       1.9.6cvs58
13411
13412         * AUTHORS
13413         * INSTALL
13414         * README.claws
13415                 updated
13416         * Makefile.am 
13417         * RELEASE_NOTES.claws
13418                 add release notes to cvs to simplify release
13419                 procedure
13420         * configure.ac
13421                 add ca and fi to ALL_LINGUAS
13422         * po/Makefile.in.in
13423                 workaround for missing Makevars
13424         * po/ca.po
13425         * po/fi.po
13426                 add new Catalan and Finnish translations
13427                 submitted by Miquel Oliete and Flammie Pirinen
13428         * po/de.po
13429         * po/es.po
13430         * po/fr.po
13431         * po/it.po
13432         * po/pl.po
13433         * po/ru.po
13434         * po/sk.po
13435         * po/sr.po
13436         * po/zh_CN.po
13437                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13438                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13439                 Urke MMI, and Hansom Young
13440         * src/main.c
13441                 Fix drafting when quitting. compose_draft() closes the
13442                 compose windows, which modifies the compose_list GSList.
13443                 We have to refresh this list after echo drafting to avoid a
13444                 segfault
13445         * src/partial_download.c
13446                 fix segfault on exit
13447
13448 2005-05-06 [paul]       1.9.6cvs57
13449
13450         * src/grouplistdialog.c
13451                 quick fix/workaround for unresizeable newsgroup
13452                 name column 
13453
13454 2005-05-06 [paul]       1.9.6cvs56
13455
13456         * src/inc.c
13457         * src/mainwindow.c
13458                 use gettext plural forms
13459         * src/imap_gtk.c
13460         * src/mh_gtk.c
13461         * src/toolbar.c
13462                 small improvement to english usage
13463
13464 2005-05-05 [thorsten]   1.9.6cvs55
13465
13466         * src/folder.c
13467                 fix possible crash
13468
13469 2005-05-05 [paul]       1.9.6cvs54
13470         
13471         sync with HEAD
13472
13473         * AUTHORS
13474         * src/compose.c
13475                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13476                 patch by Tim Mann
13477
13478 2005-05-05 [paul]       1.9.6cvs53
13479
13480         * src/mainwindow.c
13481                 fix resizing of separate message and
13482                 folder views
13483
13484 2005-05-05 [paul]       1.9.6cvs52
13485
13486         * src/account.c
13487         * src/addrgather.c
13488         * src/browseldap.c
13489         * src/exphtmldlg.c
13490         * src/expldifdlg.c
13491         * src/importmutt.c
13492         * src/importpine.c
13493         * src/main.c
13494         * src/mainwindow.c
13495         * src/noticeview.c
13496         * src/prefs_filtering.c
13497         * src/prefs_filtering_action.c
13498         * src/prefs_matcher.c
13499         * src/prefs_spelling.c
13500         * src/prefs_toolbar.c
13501         * src/toolbar.c
13502         * src/wizard.c
13503         * src/gtk/description_window.c
13504         * src/gtk/gtkvscrollbutton.c
13505         * src/gtk/progressdialog.c
13506         * src/gtk/quicksearch.c
13507         * src/plugins/pgpmime/prefs_gpg.c
13508         * src/plugins/spamassassin/spamassassin_gtk.c
13509                 replace deprecated gtk_widget_set_usize
13510
13511 2005-05-04 [colin]      1.9.6cvs51
13512
13513         * src/common/utils.c
13514                 Fix crash when subst_for_filename is called
13515                 with a NULL parameter
13516
13517 2005-05-04 [colin]      1.9.6cvs50
13518
13519         * src/partial_download.c
13520         * src/pop.c
13521                 Escape login when writing uidl file
13522                 fixes bug #736
13523
13524 2005-05-03 [colin]      1.9.6cvs49
13525
13526         * src/procmime.c
13527                 Fix possible DOS in mime parser
13528                 (see bug #634)
13529
13530 2005-05-02 [colin]      1.9.6cvs48
13531
13532         * src/compose.c
13533                 Try to fix the copy/paste mess once again.
13534
13535
13536 2005-04-30 [colin]      1.9.6cvs47
13537
13538         * src/prefs_account.h
13539         * src/procmsg.c
13540         * src/send_message.c
13541         * src/common/smtp.c
13542         * src/common/smtp.h
13543                 Try to batch sending mails (per account) instead of
13544                 reconnecting to server every time.
13545
13546 2005-04-29 [colin]      1.9.6cvs46
13547
13548         * src/messageview.c
13549                 Fix window resizing that refused to size down
13550         * src/prefs_common.c
13551         * src/prefs_common.h
13552         * src/prefs_filtering.c
13553                 Save Filtering's window size
13554
13555 2005-04-21 [paul]       1.9.6cvs45
13556
13557         * ChangeLog-gtk2.claws
13558         * src/setup.c
13559                 correction to sync
13560
13561 2005-04-21 [paul]       1.9.6cvs44
13562
13563         sync with main:
13564
13565         * src/setup.c
13566         * src/statusbar.c
13567         * src/statusbar.h
13568                 use gtkut_widget_draw_now(). Improved performance
13569                 of the update of statusbar
13570         * src/textview.c
13571                 textview_smooth_scroll_do(): redraw it after scroll
13572                 is done (fixed incorrect display when a part of the
13573                 view is hidden).
13574         * src/gtk/gtkutils.c
13575         * src/gtk/gtkutils.h
13576                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13577                 to force update of widgets.
13578                 Removed gtkut_widget_wait_for_draw() which had a big
13579                 overhead  because of waiting for all events processed 
13580
13581 2005-04-20 [paul]       1.9.6cvs43
13582
13583         * src/codeconv.c
13584                 complete 1.9.6cvs42's sync:
13585                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13586
13587 2005-04-19 [paul]       1.9.6cvs42
13588
13589         sync with main:
13590
13591         * src/action.c
13592                 catch_output(): correctly select the insert text
13593                 (fix invalid iterator warnings).
13594         * src/codeconv.c
13595         * src/codeconv.h
13596         * src/mainwindow.c
13597         * src/messageview.c
13598         * src/prefs_common.c
13599                 support GBK encoding.
13600         * src/common/session.c
13601         * src/common/session.h
13602                 use separate buffer for large data to be sent,
13603                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13604
13605 2005-04-18 [paul]       1.9.6cvs41
13606
13607         * src/jpilot.c
13608                 convert unsigned long into guint32
13609                 patch by Paul LeoNerd Evans 
13610
13611 2005-04-17 [colin]      1.9.6cvs40
13612
13613         * src/compose.c
13614                 Fix 'Request return receipt' from folder
13615                 properties (bug #708)
13616
13617 2005-04-17 [colin]      1.9.6cvs39
13618
13619         * src/mainwindow.c
13620                 Fix duplicate hotkeys in Mainwindow's menu
13621
13622 2005-04-17 [colin]      1.9.6cvs38
13623
13624         * src/folderview.c
13625                 Fix duplicate hotkeys in Folderview's contextual
13626                 menu
13627
13628 2005-04-15 [colin]      1.9.6cvs37
13629
13630         * src/summaryview.c
13631                 Fix 'Save as...' with non-ascii filenames
13632
13633 2005-04-15 [colin]      1.9.6cvs36
13634
13635         * src/plugins/pgpmime/pgpmime.c
13636                 Fix bus error on 64bit. Spotted by 
13637                 macallan1888@gmail.com
13638
13639 2005-04-15 [colin]      1.9.6cvs35
13640
13641         * src/prefs_account.c
13642                 Fix cvs34.
13643
13644 2005-04-12 [colin]      1.9.6cvs34
13645
13646         * src/prefs_account.c
13647                 Fix smtp auth type off-by-one. We forgot to
13648                 add PLAIN in the prefs-to-gui setter func and
13649                 as a result, the selected auth when opening
13650                 account prefs was not the correct one.
13651
13652 2005-04-12 [paul]       1.9.6cvs33
13653
13654         * src/inc.c
13655                 if the recv dialog is visible, Cancel only
13656                 cancels the current account
13657
13658
13659 2005-04-10 [colin]      1.9.6cvs32
13660
13661         * src/filtering.c
13662                 Copy score when copying FilteringActions
13663                 Fix bug #674
13664
13665 2005-04-10 [colin]      1.9.6cvs31
13666
13667         * src/inc.c
13668                 Make Message -> Receive -> Cancel cancel 
13669                 incorporation on all accounts. Fixes
13670                 bug #693
13671
13672 2005-04-10 [colin]      1.9.6cvs30
13673
13674         * src/prefs_account.c
13675                 Update Privacy checkbuttons status based
13676                 on the selected privacy system
13677         * src/compose.c
13678                 Always connect the "None" privacy system; the
13679                 static boolean was probably there to avoid
13680                 reconnecting twice in the same compose window,
13681                 but as the parent function is only called once
13682                 per compose, it's only a bug - as a static is
13683                 initialized once per application instance.
13684                 Also, don't uncheck Sign and Encrypt when
13685                 selecting None as privacy system; just ignore
13686                 them when sending/queuing.
13687                 Should fix bug #695
13688
13689 2005-04-08 [colin]      1.9.6cvs29
13690
13691         * src/account.c
13692         * src/prefs_account.c
13693         * src/prefs_account.h
13694                 Add account preference to queue message in a certain
13695                 folder.
13696
13697 2005-04-06 [colin]      1.9.6cvs28
13698
13699         * src/prefs_account.c
13700                 Update old inbox path syntax
13701
13702 2005-04-06 [paul]       1.9.6cvs27
13703
13704         sync with main:
13705
13706         * configure.ac
13707                 changed -traditional-cpp to -no-cpp-precomp for newer
13708                 Mac OS X support
13709         * src/foldersel.c
13710                 made column resize automatically
13711         * src/send_message.c
13712                 send_message_smtp(): consider EOF right after QUIT
13713                 successful (workaround for Gmail SMTP server)
13714         * src/common/socket.c
13715                 ssl_read(), ssl_peek(): check EOF which violates the
13716                 SSL protocol
13717         * src/gtk/colorlabel.c
13718                 removed warnings when displaying colorlabel menu
13719                 (don't use GtkAlignment)
13720
13721 2005-04-05 [paul]       1.9.6cvs26
13722
13723         * src/plugins/trayicon/trayicon.c
13724                 fix clipping of icon under KDE3 
13725
13726 2005-04-05 [paul]       1.9.6cvs25
13727
13728         * src/summaryview.c
13729                 hide display of threading
13730                 patch by Alfons
13731
13732 2005-04-04 [thorsten]   1.9.6cvs24
13733
13734         * src/mh.c
13735                 marks lost on filesystems with different stat() results on
13736                 summer-/wintertime
13737
13738 2005-04-03 [colin]      1.9.6cvs23
13739
13740         * src/summaryview.c
13741                 Don't handle up/down. Patch by Alfons
13742
13743 2005-04-02 [colin]      1.9.6cvs22
13744
13745         * src/summaryview.c
13746                 Make scrolling faster. Patch by Alfons.
13747
13748 2005-04-01 [colin]      1.9.6cvs21
13749
13750         * src/Makefile.am
13751         * src/stock_pixmap.c
13752         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13753         * src/pixmaps/dir_noselect.xpm ** ADDED **
13754                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13755
13756 2005-04-01 [colin]      1.9.6cvs20
13757
13758         * src/image_viewer.c
13759         * src/image_viewer.h
13760         * src/procmime.c
13761         * src/procmime.h
13762         * src/textview.c
13763         * src/textview.h
13764                 Implement inline image resizing and right-clicking
13765
13766 2005-04-01 [paul]       1.9.6cvs19
13767
13768         * AUTHORS
13769         * Makefile.am
13770         * configure.ac
13771                 check for gnome2
13772                 patch by Luca Cavalli <loopback<AT>slackit.org>
13773         * po/ru.po
13774                 updated by Pavlo Bohmat
13775
13776 2005-03-31 [colin]      1.9.6cvs18
13777
13778         * src/news.c
13779                 Fix parsing references
13780         * src/msgcache.c
13781                 don't put nulls in the references list
13782         * src/procheader.c
13783                 commit that forgotten file in 1.9.6cvs14
13784
13785 2005-03-31 [colin]      1.9.6cvs17
13786
13787         * src/compose.c
13788                 Fix joining of signature separator again. 
13789                 Maybe Hiro could put it in main too...
13790
13791 2005-03-31 [colin]      1.9.6cvs16
13792
13793         * src/Makefile.am
13794         * src/foldersel.c
13795         * src/stock_pixmap.c
13796         * src/stock_pixmap.h
13797         * src/pixmaps/dir-noselect.xpm
13798                 Update foldersel.c (sync from main, patch by Alfons)
13799
13800 2005-03-30 [colin]      1.9.6cvs15
13801
13802         * src/imap.c
13803                 Fix handling of imap folders containing [] in 
13804                 their name. Thanks to Nahuel Angelinetti for
13805                 the detailed bugreport.
13806
13807 2005-03-30 [colin]      1.9.6cvs14
13808
13809         * src/common/utils.h
13810         * src/common/utils.c
13811         * src/common/defs.h
13812         * src/matcher.c
13813         * src/msgcache.c
13814         * src/news.c
13815         * src/procmsg.c
13816         * src/procmsg.h
13817         * src/quote_fmt_parse.y
13818         * src/summaryview.c
13819                 Update references system. Patch by Alfons
13820
13821 2005-03-30 [colin]      1.9.6cvs13
13822
13823         * src/common/socket.c
13824                 Force the glibc to read resolv.conf again when 
13825                 it has changed. Should fix issues when changing
13826                 networks on a laptop and not restarting sylpheed. 
13827
13828 2005-03-30 [paul]       1.9.6cvs12
13829
13830         partial sync with main:
13831
13832         * src/action.c
13833                 create_io_dialog(): use user-defined text font
13834                 (thanks to Alfons), and modified its appearance.
13835         * src/addrgather.c
13836         * src/addrharvest.c
13837         * src/browseldap.c
13838                 replace old code
13839         * src/compose.c
13840                 don't join (presumably) itemized lines on line-wrapping
13841                 fixed wrapping of quote when auto-wrapping is enabled
13842                 compose_destroy(): destroy paned only if it's not
13843                 attached to window. Fixed memory leak of popup menu.
13844         * src/exphtmldlg.c
13845         * src/expldifdlg.c
13846                 replace old code
13847         * src/html.c
13848         * src/html.h
13849         * src/importmutt.c
13850         * src/importpine.c
13851                 replace old code
13852         * src/main.c
13853                 removed redundant code
13854         * src/mainwindow.c
13855                 changed 'Code set' (which is rather incorrect)
13856                 in the menu to 'Character encoding'
13857                 main_window_set_widgets(): request size first
13858                 to prevent window size becoming wrong
13859                 fixed remembering of the state of the visibility
13860                 of MessageView
13861         * src/messageview.c
13862                 changed 'Code set' (which is rather incorrect)
13863                 in the menu to 'Character encoding'
13864         * src/prefs_common.c
13865         * src/prefs_common.h
13866                 added an option whether to render HTML as text or not
13867                 added separators to outgoing encoding menu
13868         * src/procheader.c
13869                 procheader_scan_date_string(): support header
13870                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13871         * src/summaryview.c
13872         * src/summaryview.h
13873                 minor code cleanup
13874         * src/textview.c
13875                 textview_show_html(): force output of newline
13876                 added an option whether to render HTML as text or not
13877         * src/common/utils.c
13878                 strncpy2(): optimized based on Alfons' code
13879         * src/gtk/gtkutils.c
13880         * src/gtk/gtkutils.h
13881                 removed non-used code
13882         * src/plugins/pgpmime/passphrase.c
13883                 partially fixed grab input of passphrase dialog
13884                 Confine pointer to window
13885
13886 2005-03-30 [colin]      1.9.6cvs11
13887
13888         * src/msgcache.c
13889         * src/msgcache.h
13890                 Read/write 32bit ints from cache & marks
13891                 From main.
13892
13893 2005-03-29 [paul]       1.9.6cvs10
13894
13895         * AUTHORS
13896         * ChangeLog.claws
13897         * src/compose.c
13898         * src/gtk/gtkaspell.c
13899                 sync with HEAD (don't pass NULL pointers) 
13900
13901 2005-03-24 [paul]
13902
13903         * tools/Makefile.am
13904         * tools/README
13905         * tools/acroread2sylpheed.pl
13906                 sync with HEAD (add script to send pdfs as
13907                 attachments from Adobe Reader 7)
13908
13909 2005-03-21 [paul]       1.9.6cvs9
13910
13911         * configure.ac
13912         * po/POTFILES.in
13913         * src/Makefile.am
13914         * src/crash.c
13915         * src/image_viewer.c ** ADDED **
13916         * src/image_viewer.h ** ADDED **
13917         * src/main.c
13918         * src/prefs_common.c
13919         * src/prefs_common.h
13920         * src/prefs_image_viewer.c ** ADDED **
13921         * src/prefs_image_viewer.h ** ADDED **
13922         * src/textview.c
13923         * src/gtk/about.c
13924         * src/pixmaps/sylpheed_logo.xpm
13925         * src/plugins/Makefile.am
13926         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13927         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13928         * src/plugins/image_viewer/plugin.c ** REMOVED **
13929         * src/plugins/image_viewer/viewer.c ** REMOVED **
13930         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13931         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13932         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13933         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13934         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13935                 as gdk-pixbuf is now built-in
13936                 remove image_viewer plugin and put code back into
13937                 main codebase
13938                 implement inline image display (sync with main)
13939
13940                 replace logo with newer, nicer, larger version  
13941
13942 2005-03-21 [paul]       1.9.6cvs8
13943
13944         * src/gtk/about.c
13945                 cosmetic improvement
13946
13947 2005-03-21 [holger]     1.9.6cvs7
13948
13949         * src/plugins/spamassassin/spamassassin.c
13950                 Sync with HEAD
13951                 (unregister hook on failed plugin init)
13952
13953 2005-03-20 [colin]      1.9.6cvs6
13954
13955         * src/common/plugin.c
13956                 Check that plugin isn't already loaded
13957                 Patch by Alfons
13958
13959 2005-03-20 [thorsten]   1.9.6cvs5
13960
13961         * src/compose.c
13962                 use a more compatible syntax
13963
13964 2005-03-20 [thorsten]   1.9.6cvs4
13965
13966         * src/prefs_toolbar.c
13967                 fix crash when selecting toolbar item (uninitialized pointer)
13968
13969 2005-03-20 [thorsten]   1.9.6cvs3
13970
13971         * src/procmime.c
13972                 fix mimetype detection (referenced free()d string)
13973
13974 2005-03-20 [paul]       1.9.6cvs2
13975
13976         * src/compose.c
13977                 sync with HEAD (1.0.3cvs5)
13978                 neglect Reply-To header if empty
13979                 Patch by Alfons 
13980
13981 2005-03-19 [holger]     1.9.6cvs1
13982
13983         * src/summaryview.c
13984         * src/summaryview.h
13985                 Sync with HEAD
13986
13987 2005-03-18 [paul]       1.9.6
13988
13989         initial GTK2 release
13990
13991 2005-03-18 [paul]       1.0.3cvs3.1
13992
13993         * AUTHORS
13994         * ChangeLog.claws
13995         * configure.ac
13996         * src/gtk/about.c
13997         * src/pixmaps/sylpheed_logo.xpm
13998                 sync with HEAD
13999
14000 2005-03-18 [colin]      1.0.3cvs2.6
14001
14002         * src/summaryview.c
14003                 Remove call to summary_step in summary_copy_selected_to
14004                 Can't see its purpose, and this causes bug when copying
14005                 a message if the next one is unread: it reads it.
14006
14007 2005-03-18 [paul]       1.0.3cvs2.5
14008
14009         * src/foldersel.c
14010                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14011
14012 2005-03-18 [paul]       1.0.3cvs2.4
14013
14014         * src/addrharvest.c
14015         * src/codeconv.c
14016         * src/codeconv.h
14017         * src/compose.c
14018         * src/news.c
14019         * src/procheader.c
14020         * src/procmime.c
14021         * src/unmime.c
14022         * src/unmime.h
14023                 fix buffer overflow, CAN-2005-0667, see
14024                 http://secunia.com/advisories/14491/
14025                 Patch by Alfons
14026
14027 2005-03-17 [colin]      1.0.3cvs2.3
14028
14029         * src/prefs_fonts.c
14030         * src/summaryview.c
14031                 Fix font bugs (both lists now officialy share 
14032                 the same font)
14033                 
14034
14035 2005-03-17 [paul]       1.0.3cvs2.2
14036
14037         * src/gtk/pluginwindow.c
14038                 make plugin descriptions uneditable
14039
14040 2005-03-11 [paul]       1.0.3cvs2.1
14041
14042         * ChangeLog.claws
14043         * configure.ac
14044         * po/POTFILES.in
14045         * src/plugins/trayicon/trayicon.c
14046                 sync with HEAD
14047                 add src/wizard.c to POTFILES.in
14048
14049 2005-03-11 [paul]       1.0.3cvs1.1
14050
14051         * ChangeLog
14052         * ChangeLog.claws
14053         * configure.ac
14054         * po/de.po
14055         * po/es.po
14056         * po/fr.po
14057         * po/it.po
14058         * po/pt_BR.po
14059         * po/ru.po
14060         * po/sk.po
14061         * po/sr.po
14062         * po/zh_CN.po
14063                 sync with HEAD
14064
14065 2005-03-04 [colin]      1.0.1cvs22.2
14066
14067         * src/compose.c
14068                 Fix signatures with accentued chars in it
14069
14070 2005-03-04 [colin]      1.0.1cvs22.1
14071
14072         * src/common/smtp.c
14073         * src/common/smtp.h
14074                 Don't use SIZE param in MAIL FROM: if server 
14075                 doesn't support it. Patch by Eugen Freiter
14076                 <eugen_f@users.sf.net>
14077
14078 2005-02-27 [paul]       1.0.1cvs20.1
14079
14080         * ChangeLog.claws
14081         * configure.ac
14082         * src/messageview.c
14083                 sync with HEAD
14084
14085 2005-02-27 [colin]      1.0.1cvs19.4
14086
14087         * src/procheader.c
14088         * src/procheader.h
14089                 Fix prototypes. Patch by Alfons
14090
14091 2005-02-27 [colin]      1.0.1cvs19.3
14092
14093         * src/compose.c
14094                 Don't auto-join the signature separator.
14095
14096 2005-02-26 [colin]      1.0.1cvs19.2
14097
14098         * src/summaryview.c
14099                 Fix 'mark all read' with collapsed threads.
14100                 Patch by Alfons.
14101
14102 2005-02-25 [paul]       1.0.1cvs19.1
14103
14104         * ChangeLog.claws
14105         * configure.ac
14106         * src/prefs_account.c
14107         * src/prefs_folder_item.c
14108         * src/gtk/prefswindow.c
14109         * src/gtk/prefswindow.h
14110                 sync with HEAD
14111
14112 2005-02-25 [paul]       1.0.1cvs15.12
14113
14114         * src/alertpanel.c
14115         * src/codeconv.c
14116         * src/compose.c
14117         * src/textview.c
14118         * src/gtk/gtkutils.c
14119         * src/gtk/gtkutils.h
14120         * src/gtk/logwindow.c
14121         * src/gtk/progressdialog.c
14122                 sync with main (revision 127)
14123                 and fix logwindow clipping
14124
14125 2005-02-24 [colin]      1.0.1cvs15.11
14126
14127         * src/plugins/pgpmime/passphrase.c
14128                 Disable input grabbing; it doesn't work yet.
14129
14130 2005-02-24 [colin]      1.0.1cvs15.10
14131
14132         * src/messageview.c
14133                 Don't send out receipts if offline. Ask.
14134
14135 2005-02-23 [colin]      1.0.1cvs15.9
14136
14137         * src/summaryview.c     
14138                 Fix expanding
14139
14140 2005-02-23 [colin]      1.0.1cvs15.8
14141
14142         * src/summaryview.c
14143                 Really fix Bug 568 by removing useless
14144                 calls. summary_thread_init() now called
14145                 in summary_sort(). This should please
14146                 Alfons as it should be faster than 
14147                 previously.
14148
14149 2005-02-23 [colin]      1.0.1cvs15.7
14150
14151         * src/compose.c
14152                 Encode parts as QP or B64 if signing
14153
14154 2005-02-23 [colin]      1.0.1cvs15.6
14155
14156         * src/compose.c
14157                 Fix Mimeinfo leakage (including tmp files)
14158         * src/procmsg.c
14159                 Fix tmp file leakage (spotted by Ivan Rayner)
14160
14161 2005-02-22 [colin]      1.0.1cvs15.5
14162
14163         * src/expldifdlg.c
14164                 Fix keyboard input. Patch by Alfons.
14165
14166 2005-02-21 [colin]      1.0.1cvs15.4
14167
14168         * src/compose.c
14169                 Fix Sign/Encrypt when unselecting privacy
14170                 system
14171         * src/prefs_common.c
14172                 Change default message font to Monospace
14173         * src/summaryview.c
14174                 More freezing during potentially large operations
14175
14176 2005-02-21 [paul]       1.0.1cvs15.3
14177
14178         * src/main.c
14179                 fix --help output
14180
14181 2005-02-21 [paul]       1.0.1cvs15.2
14182
14183         * po/Makefile.in.in
14184         * src/compose.c
14185         * src/summaryview.c
14186         * src/textview.c
14187         * src/common/utils.c
14188         * src/common/utils.h
14189                 sync with main (revision 117)
14190
14191 2005-02-20 [colin]      1.0.1cvs15.1
14192
14193         * src/common/defs.h
14194                 Change cache file to .sylpheed_claws_cache, as
14195                 suggested by Alfons. Allows people to switch
14196                 between Sylpheed and Sylpheed-Claws. it is
14197                 a good idea to "Check for new messages" at next
14198                 startup.
14199
14200
14201 2005-02-18 [colin]      1.0.1cvs14.1
14202
14203         * src/quote_fmt_lex.l
14204         * src/quote_fmt_parse.y
14205                 Fix parser initialisation. Patch by Ivan.
14206
14207 2005-02-18 [colin]      1.0.1cvs11.6
14208
14209         * src/folderview.c
14210                 Fix scrolldown (bug 662)
14211
14212 2005-02-17 [colin]      1.0.1cvs11.5
14213
14214         * src/codeconv.c
14215                 conv_filename_to_utf8: return clean 7bit instead
14216                 of broken utf8 if needed
14217         * src/mimeview.c
14218                 Fix display of parts with unclean 8bit names
14219
14220 2005-02-17 [paul]       1.0.1cvs11.4
14221
14222         * src/compose.c
14223         * src/exportldif.c
14224         * src/matcher_parser_parse.y
14225         * src/procmime.c
14226         * src/sourcewindow.c
14227         * src/common/Makefile.am
14228         * src/common/intl.h             ** REMOVED **
14229         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14230                 sync with main (revision 109)
14231                 and clean up
14232
14233 2005-02-16 [colin]      1.0.1cvs11.3
14234
14235         * src/summaryview.c
14236                 Fix collapsed thread not highlighting when new
14237                 messages in it (Bug 568) Patch by Stephan Sachse.
14238                 Fix messed up selection when reaching bounds (Bug 632)
14239         * src/prefs_themes.c
14240                 Fix theme installing (Bug 684)
14241
14242 2005-02-16 [colin]      1.0.1cvs11.2
14243
14244         * src/messageview.c
14245                 Fix messageview_select_all
14246
14247 2005-02-16 [colin]      1.0.1cvs11.1
14248
14249         * src/mh.c
14250                 Sync with HEAD (MH scan required function)
14251
14252 2005-02-15 [colin]      1.0.1cvs8.1
14253
14254         * src/mimeview.c
14255         * src/common/utils.c
14256                 Sync with HEAD (filename chars substitution)
14257
14258 2005-02-15 [colin]      1.0.1cvs7.3
14259
14260         * src/gtk/pluginwindow.c
14261                 Fix button spacing
14262
14263 2005-02-15 [colin]      1.0.1cvs7.2
14264
14265         * src/mimeview.c
14266                 Fix mime icons not reset across message when
14267                 scrolled down
14268
14269 2005-02-15 [colin]      1.0.1cvs7.1
14270
14271         * src/compose.c
14272         * src/procmime.c
14273                 Sync with HEAD (optimisation of cvs6)
14274
14275 2005-02-14 [colin]      1.0.1cvs6.1
14276
14277         * src/compose.c
14278         * src/procmime.c
14279                 Sync with HEAD (encode "From " at line beginning)
14280
14281 2005-02-14 [colin]      1.0.1cvs5.3
14282
14283         * src/compose.c
14284                 Fix wrapping with accentued chars.
14285
14286 2005-02-13 [colin]      1.0.1cvs5.2
14287
14288         * src/textview.c
14289                 Fix email informative part parsing with
14290                 accentued chars in it. ispunct() returns
14291                 true for them in utf8...
14292
14293 2005-02-12 [colin]      1.0.1cvs5.1
14294
14295         * src/filtering.c
14296                 Sync with HEAD (remove wrong use of compose after send)
14297
14298 2005-02-12 [paul]       1.0.1cvs4.5
14299
14300         * src/textview.c
14301                 remove unnecessary code (thanks to Alfons)
14302
14303 2005-02-12 [paul]       1.0.1cvs4.4
14304
14305         * src/textview.c
14306                 add 'Copy' to contextual menu on emails
14307
14308 2005-02-11 [colin]      1.0.1cvs4.3
14309
14310         * src/compose.c
14311                 revert 1.0.0cvs28.2, it doesn't work that well.
14312
14313 2005-02-11 [paul]       1.0.1cvs4.2
14314
14315         * po/Makefile.in.in
14316                 fix 'make release'
14317
14318 2005-02-10 [paul]       1.0.1cvs4.1
14319
14320         * ChangeLog
14321         * ChangeLog.claws
14322         * ChangeLog.jp
14323         * configure.ac
14324         * src/compose.c
14325                 sync with HEAD (sync with main)
14326
14327 2005-02-10 [paul]       1.0.1cvs3.2
14328
14329         * AUTHORS
14330         * Makefile.am
14331         * autogen.sh
14332         * configure.ac
14333         * config/mkinstalldirs
14334         * intl/.cvsignore
14335         * intl/ChangeLog
14336         * intl/VERSION
14337         * intl/bindtextdom.c
14338         * intl/config.charset
14339         * intl/dcgettext.c
14340         * intl/dcigettext.c
14341         * intl/dcngettext.c
14342         * intl/dgettext.c
14343         * intl/dngettext.c
14344         * intl/eval-plural.h
14345         * intl/explodename.c
14346         * intl/finddomain.c
14347         * intl/gettext.c
14348         * intl/gettextP.h
14349         * intl/gmo.h
14350         * intl/hash-string.h
14351         * intl/intl-compat.c
14352         * intl/l10nflist.c
14353         * intl/libgnuintl.h.in
14354         * intl/loadinfo.h
14355         * intl/loadmsgcat.c
14356         * intl/localcharset.c
14357         * intl/localcharset.h
14358         * intl/locale.alias
14359         * intl/localealias.c
14360         * intl/localename.c
14361         * intl/log.c
14362         * intl/ngettext.c
14363         * intl/os2compat.c
14364         * intl/os2compat.h
14365         * intl/osdep.c
14366         * intl/plural-exp.c
14367         * intl/plural-exp.h
14368         * intl/plural.c
14369         * intl/plural.y
14370         * intl/ref-add.sin
14371         * intl/ref-del.sin
14372         * intl/relocatable.c
14373         * intl/relocatable.h
14374         * intl/textdomain.c
14375         * m4/Makefile.am
14376         * po/Makefile.in.in
14377         * src/Makefile.am
14378         * src/account.c
14379         * src/action.c
14380         * src/addr_compl.c
14381         * src/addressadd.c
14382         * src/addressbook.c
14383         * src/addrgather.c
14384         * src/addrindex.c
14385         * src/alertpanel.c
14386         * src/browseldap.c
14387         * src/codeconv.c
14388         * src/codeconv.h
14389         * src/compose.c
14390         * src/compose.h
14391         * src/crash.c
14392         * src/editaddress.c
14393         * src/editbook.c
14394         * src/editgroup.c
14395         * src/editjpilot.c
14396         * src/editldap.c
14397         * src/editldap_basedn.c
14398         * src/editvcard.c
14399         * src/exphtmldlg.c
14400         * src/expldifdlg.c
14401         * src/export.c
14402         * src/exporthtml.c
14403         * src/filtering.c
14404         * src/folder.c
14405         * src/folder_item_prefs.c
14406         * src/foldersel.c
14407         * src/folderview.c
14408         * src/grouplistdialog.c
14409         * src/headerview.c
14410         * src/imap.c
14411         * src/imap_gtk.c
14412         * src/import.c
14413         * src/importldif.c
14414         * src/importmutt.c
14415         * src/importpine.c
14416         * src/inc.c
14417         * src/ldif.c
14418         * src/main.c
14419         * src/mainwindow.c
14420         * src/matcher.c
14421         * src/mbox.c
14422         * src/message_search.c
14423         * src/messageview.c
14424         * src/mh.c
14425         * src/mh_gtk.c
14426         * src/mimeview.c
14427         * src/msgcache.c
14428         * src/news.c
14429         * src/news_gtk.c
14430         * src/noticeview.c
14431         * src/partial_download.c
14432         * src/pop.c
14433         * src/prefs_account.c
14434         * src/prefs_actions.c
14435         * src/prefs_common.c
14436         * src/prefs_customheader.c
14437         * src/prefs_display_header.c
14438         * src/prefs_ext_prog.c
14439         * src/prefs_filtering.c
14440         * src/prefs_filtering_action.c
14441         * src/prefs_folder_item.c
14442         * src/prefs_fonts.c
14443         * src/prefs_gtk.c
14444         * src/prefs_matcher.c
14445         * src/prefs_msg_colors.c
14446         * src/prefs_spelling.c
14447         * src/prefs_summary_column.c
14448         * src/prefs_template.c
14449         * src/prefs_themes.c
14450         * src/prefs_toolbar.c
14451         * src/prefs_wrapping.c
14452         * src/privacy.c
14453         * src/procheader.c
14454         * src/procmime.c
14455         * src/procmsg.c
14456         * src/quote_fmt.c
14457         * src/recv.c
14458         * src/send_message.c
14459         * src/setup.c
14460         * src/sourcewindow.c
14461         * src/ssl_manager.c
14462         * src/statusbar.c
14463         * src/summary_search.c
14464         * src/summaryview.c
14465         * src/textview.c
14466         * src/toolbar.c
14467         * src/wizard.c
14468         * src/common/nntp.c
14469         * src/common/plugin.c
14470         * src/common/smtp.c
14471         * src/common/ssl.c
14472         * src/common/ssl_certificate.c
14473         * src/common/string_match.c
14474         * src/common/sylpheed.c
14475         * src/common/template.c
14476         * src/common/utils.c
14477         * src/gtk/about.c
14478         * src/gtk/colorlabel.c
14479         * src/gtk/description_window.c
14480         * src/gtk/filesel.c
14481         * src/gtk/foldersort.c
14482         * src/gtk/gtkaspell.c
14483         * src/gtk/gtkutils.c
14484         * src/gtk/inputdialog.c
14485         * src/gtk/logwindow.c
14486         * src/gtk/menu.c
14487         * src/gtk/pluginwindow.c
14488         * src/gtk/prefswindow.c
14489         * src/gtk/progressdialog.c
14490         * src/gtk/quicksearch.c
14491         * src/gtk/sslcertwindow.c
14492         * src/plugins/clamav/clamav_plugin.c
14493         * src/plugins/clamav/clamav_plugin_gtk.c
14494         * src/plugins/demo/demo.c
14495         * src/plugins/dillo_viewer/dillo_prefs.c
14496         * src/plugins/dillo_viewer/dillo_viewer.c
14497         * src/plugins/image_viewer/plugin.c
14498         * src/plugins/image_viewer/viewer.c
14499         * src/plugins/image_viewer/viewerprefs.c
14500         * src/plugins/mathml_viewer/mathml_viewer.c
14501         * src/plugins/pgpmime/passphrase.c
14502         * src/plugins/pgpmime/plugin.c
14503         * src/plugins/pgpmime/prefs_gpg.c
14504         * src/plugins/pgpmime/select-keys.c
14505         * src/plugins/pgpmime/sgpgme.c
14506         * src/plugins/spamassassin/spamassassin.c
14507         * src/plugins/spamassassin/spamassassin_gtk.c
14508         * src/plugins/trayicon/trayicon.c
14509                 sync with main (revision 104)
14510
14511 2005-02-10 [colin]      1.0.1cvs3.1
14512
14513         * src/mainwindow.c
14514                 Sync with HEAD (fix occasional crasher)
14515
14516 2005-02-10 [colin]      1.0.1cvs2.1
14517
14518         * src/messageview.c
14519                 Synw with HEAD (don't automatically display html)
14520
14521 2005-02-09 [colin]      1.0.1cvs1.3
14522
14523         * src/textview.c
14524         * src/textview.h
14525                 Add contextual menu on emails
14526
14527 2005-02-09 [colin]      1.0.1cvs1.2
14528
14529         * src/codeconv.c
14530                 Fix converting from broken headers and 
14531                 put back the _ in missing places
14532                 (feature broke with cvs24.2 sync, main 
14533                  possibly affected?)
14534
14535 2005-02-09 [colin]      1.0.1cvs1.1
14536
14537         * src/messageview.c
14538         * src/mimeview.c
14539         * src/mimeview.h
14540                 Sync with HEAD (display non text/plain mails with plugin)
14541
14542 2005-02-08 [colin]      1.0.1.1
14543
14544         * ChangeLog.claws
14545         * po/pt_BR.po
14546                 Sync with HEAD
14547         * configure.ac
14548                 Make default configuration directory 
14549                 be .sylpheed-gtk2
14550
14551 2005-02-08 [colin]      1.0.0cvs29.1
14552
14553         * po/de.po
14554         * po/es.po
14555         * po/fr.po
14556         * po/it.po
14557         * po/sk.po
14558         * po/sr.po
14559                 Sync translations with HEAD
14560
14561 2005-02-06 [colin]      1.0.0cvs28.3
14562
14563         * src/compose.c
14564                 Make compose a bit faster - patch by Alfons.
14565
14566 2005-02-06 [colin]      1.0.0cvs28.2
14567
14568         * src/compose.c
14569                 Make pasting via middle-click more reliable
14570
14571 2005-02-05 [paul]       1.0.0cvs28.1
14572
14573         * ChangeLog
14574         * ChangeLog.claws
14575         * ChangeLog.jp
14576         * configure.ac
14577         * src/compose.c
14578                 sync with HEAD
14579                 (fix bug 682 'redirect is broken'
14580
14581 2005-02-05 [torte]      1.0.0cvs27.1
14582
14583         * ChangeLog.claws
14584         * configure.ac
14585         * src/partial_download.c
14586                 Sync with HEAD (fix buf overflow)
14587
14588 2005-02-03 [colin]      1.0.0cvs26.1
14589
14590         * src/common/plugin.c
14591                 Sync with HEAD (avoid plugin mismatches)
14592
14593 2005-02-03 [paul]       1.0.0cvs25.3
14594
14595         * src/folderview.c
14596         * src/headerview.c
14597         * src/summaryview.c
14598         * src/textview.c
14599         * src/gtk/colorlabel.c
14600                 third and final part of initial sync with main-gtk2
14601
14602 2005-02-03 [paul]       1.0.0cvs25.2
14603
14604         * src/jpilot.c
14605                 fix building with jpilot support
14606
14607 2005-02-02 [colin]      1.0.0cvs25.1
14608
14609         * src/messageview.c
14610                 Sync with HEAD (fix dangerous typo)
14611
14612 2005-02-01 [colin]      1.0.0cvs24.3
14613
14614         * src/common/xml.c
14615                 Write file as advertised (UTF-8)
14616
14617 2005-02-01 [paul]       1.0.0cvs24.2
14618
14619         * src/addrbook.c
14620         * src/addrindex.c
14621         * src/alertpanel.h
14622         * src/codeconv.c
14623         * src/codeconv.h
14624         * src/compose.c
14625         * src/export.c
14626         * src/folder_item_prefs.c
14627         * src/html.c
14628         * src/imap.c
14629         * src/import.c
14630         * src/jpilot.c
14631         * src/mainwindow.c
14632         * src/matcher_parser_lex.l
14633         * src/messageview.c
14634         * src/mh.c
14635         * src/prefs_account.c
14636         * src/prefs_actions.c
14637         * src/prefs_common.c
14638         * src/prefs_gtk.c
14639         * src/prefs_gtk.h
14640         * src/prefs_themes.c
14641         * src/procheader.c
14642         * src/procmime.c
14643         * src/sourcewindow.c
14644         * src/statusbar.c
14645         * src/summaryview.c
14646         * src/textview.c
14647         * src/toolbar.c
14648         * src/unmime.c
14649         * src/common/template.c
14650         * src/common/utils.c
14651         * src/common/xml.c
14652         * src/common/xml.h
14653         * src/gtk/gtkaspell.c
14654         * src/plugins/clamav/clamav_plugin.c
14655         * src/plugins/dillo_viewer/dillo_prefs.c
14656         * src/plugins/image_viewer/viewerprefs.c
14657         * src/plugins/pgpmime/passphrase.c
14658         * src/plugins/pgpmime/prefs_gpg.c
14659         * src/plugins/pgpmime/select-keys.c
14660         * src/plugins/spamassassin/spamassassin.c
14661                 second part of initial sync with main-gtk2
14662                 (more to follow)
14663
14664 2005-01-31 [colin]      1.0.0cvs24.1
14665
14666         * src/compose.c
14667                 Sync with HEAD
14668
14669 2005-01-29 [paul]       1.0.0cvs23.2
14670
14671         * src/account.c
14672         * src/action.c
14673         * src/addressadd.c
14674         * src/addressbook.c
14675         * src/alertpanel.c
14676         * src/compose.c
14677         * src/editaddress.c
14678         * src/editbook.c
14679         * src/editgroup.c
14680         * src/editjpilot.c
14681         * src/editldap.c
14682         * src/editldap_basedn.c
14683         * src/editvcard.c
14684         * src/export.c
14685         * src/foldersel.c
14686         * src/grouplistdialog.c
14687         * src/import.c
14688         * src/importldif.c
14689         * src/inc.c
14690         * src/main.c
14691         * src/mainwindow.c
14692         * src/message_search.c
14693         * src/messageview.c
14694         * src/mimeview.c
14695         * src/prefs_actions.c
14696         * src/prefs_common.c
14697         * src/prefs_common.h
14698         * src/prefs_customheader.c
14699         * src/prefs_display_header.c
14700         * src/prefs_filtering.c
14701         * src/prefs_filtering_action.c
14702         * src/prefs_gtk.c
14703         * src/prefs_matcher.c
14704         * src/prefs_summary_column.c
14705         * src/prefs_template.c
14706         * src/sourcewindow.c
14707         * src/summary_search.c
14708         * src/summaryview.c
14709         * src/textview.c
14710         * src/gtk/about.c
14711         * src/gtk/description_window.c
14712         * src/gtk/gtkshruler.c
14713         * src/gtk/gtkutils.c
14714         * src/gtk/gtkutils.h
14715         * src/gtk/inputdialog.c
14716         * src/gtk/logwindow.c
14717         * src/gtk/prefswindow.c
14718         * src/gtk/progressdialog.c
14719         * src/gtk/progressdialog.h
14720                 first part of initial sync with main-gtk2
14721                 (more to follow)
14722
14723 2005-01-28 [colin]      1.0.0cvs23.1
14724
14725         * src/folderview.c
14726                 Sync with HEAD
14727
14728 2005-01-27 [colin]      1.0.0cvs21.1
14729
14730         * src/folder.c
14731         * src/folderview.c
14732                 Sync with HEAD
14733
14734 2005-01-27 [colin]      1.0.0cvs19.1
14735
14736         * src/procmime.c
14737                 Sync with HEAD
14738
14739 2005-01-27 [colin]      1.0.0cvs18.1
14740
14741         * src/messageview.c
14742         * src/summaryview.c
14743         * src/mainwindow.c
14744         * src/compose.c
14745         * src/compose.h
14746         * src/procmsg.c
14747         * src/procmsg.h
14748         * src/toolbar.c
14749                 Sync with HEAD
14750
14751 2005-01-26 [paul]       1.0.0cvs15.2
14752
14753         * src/compose.c
14754                 compose_entries_set(): convert subject and body to
14755                 utf8 if necessary. patch by Felix Eckhofer
14756
14757 2005-01-26 [paul]       1.0.0cvs15.1
14758
14759         * configure.ac
14760         * src/common/template.c
14761                 sync with HEAD (fix memory leak)
14762
14763 2005-01-25 [paul]       1.0.0cvs14.1
14764
14765         * configure.ac
14766         * src/compose.c
14767                 sync with HEAD
14768
14769 2005-01-24 [colin]      1.0.0cvs13.1
14770
14771         * src/summaryview.c
14772                 Sync with HEAD
14773
14774 2005-01-24 [paul]       1.0.0cvs12.1
14775
14776         * configure.ac
14777         * src/messageview.c
14778         * src/mh.c
14779         * src/common/utils.c
14780                 sync with HEAD
14781
14782 2005-01-24 [colin]      1.0.0cvs11.1
14783
14784         * src/procheader.c
14785                 Sync with HEAD
14786
14787 2005-01-24 [colin]      1.0.0cvs10.1
14788
14789         * src/folderview.c
14790                 Sync with HEAD
14791
14792 2005-01-23 [colin]      1.0.0cvs9.1
14793
14794         * src/crash.c
14795                 Sync with HEAD
14796
14797 2005-01-22 [colin]      1.0.0cvs8.1
14798
14799         * src/summaryview.c
14800         * src/gtk/quicksearch.c
14801                 Sync with HEAD
14802
14803 2005-01-21 [colin]      1.0.0cvs7.1
14804
14805         * src/summaryview.c
14806                 Sync with HEAD
14807
14808 2005-01-21 [colin]      1.0.0cvs6.1
14809
14810         * src/summaryview.c
14811                 Sync with HEAD
14812
14813 2005-01-21 [colin]      1.0.0cvs5.1
14814
14815         * src/gtk/quicksearch.c
14816         * src/prefs_common.c
14817         * src/prefs_common.h
14818                 Sync with HEAD (recurse option)
14819
14820 2005-01-21 [colin]      1.0.0cvs4.1
14821
14822         * src/folder.h
14823         * src/folderview.c
14824         * src/folderview.h
14825         * src/summaryview.c
14826         * src/gtk/quicksearch.c
14827         * src/gtk/quicksearch.h
14828                 Sync with HEAD (recursive quicksearch)
14829
14830 2005-01-20 [colin]      1.0.0cvs3.4
14831
14832         * src/ssl_manager.c
14833                 Remove useless code
14834
14835 2005-01-20 [colin]      1.0.0cvs3.3
14836
14837         * src/ssl_manager.c
14838                 Fix leak, thanks to Alfons.
14839
14840 2005-01-20 [colin]      1.0.0cvs3.2
14841
14842         * src/ssl_manager.c
14843                 Port SSL certificate window to GTK2.
14844
14845 2005-01-20 [paul]       1.0.0cvs3.1
14846
14847         * ChangeLog.claws
14848         * configure.ac
14849         * src/addrindex.c
14850         * src/addrindex.h
14851                 sync with HEAD
14852
14853 2005-01-19 [colin]      1.0.0cvs2.2
14854
14855         * src/plugins/trayicon/trayicon.c
14856                 Fix freeze with gtk-2.6, the easy way
14857                 (signal blocking helpless there...)
14858                 Closes bug #668.
14859
14860 2005-01-19 [colin]      1.0.0cvs2.1
14861
14862         * src/mbox.c
14863         * src/mbox.h
14864         * src/mainwindow.c
14865         * src/summaryview.c
14866         * src/summaryview.h
14867                 Sync with HEAD
14868
14869 2005-01-19 [paul]       1.0.0cvs1.1
14870
14871         * configure.ac
14872         * po/de.po
14873         * po/es.po
14874         * po/fr.po
14875         * po/hr.po
14876         * po/it.po
14877         * po/ja.po
14878         * po/ko.po
14879         * po/pt_BR.po
14880         * po/ru.po
14881         * po/sk.po
14882         * po/sr.po
14883                 sync with HEAD (update translations)
14884
14885 2005-01-18 [colin]      1.0.0cvs0.1
14886
14887         * src/foldersel.c
14888                 Specify search column - patch by Alfons
14889
14890 2005-01-18 [colin]      0.9.13cvs36.3
14891
14892         * src/prefs_toolbar.c
14893                 Change Delete to Remove
14894         * src/prefs_fonts.c
14895                 GTK2 version and leak fixes
14896         * src/prefs_actions.c
14897                 Add stock buttons.
14898                 All patches by Alfons
14899
14900 2005-01-17 [colin]      0.9.13cvs36.2
14901
14902         * src/compose.c
14903                 Fix DnD inserting twice. While at it,
14904                 add DnD support for text/plain in the
14905                 body, and add support in the headers.
14906
14907 2005-01-16 [colin]      0.9.13cvs36.1
14908
14909         * ChangeLog
14910         * ChangeLog.jp
14911         * ChangeLog.claws
14912                 Sync with HEAD (nothing applicable)
14913
14914 2005-01-16 [colin]      0.9.13cvs33.2
14915
14916         * src/prefs_toolbar.c
14917                 GTK2ize prefs_toolbar, by Alfons.
14918
14919 2005-01-14 [colin]      0.9.13cvs33.1
14920
14921         * src/html.c
14922         * src/msgcache.c
14923                 Sync with HEAD
14924
14925 2005-01-14 [colin]      0.9.13cvs32.1
14926
14927         * src/html.c
14928         * src/html.h
14929         * src/msgcache.c
14930         * AUTHORS
14931         * tools/calypso_convert.pl
14932                 Sync with HEAD
14933
14934 2005-01-08 [colin]      0.9.13cvs29.2
14935
14936         * src/prefs_filtering_action.c
14937         * src/prefs_filtering.c
14938                 2 more gtk2 patches by Alfons
14939
14940 2005-01-07 [paul]       0.9.13cvs29.1
14941
14942         * ChangeLog
14943         * ChangeLog.claws
14944         * ChangeLog.jp
14945         * configure.ac
14946         * src/pop.c
14947         * src/pop.h
14948                 sync with HEAD
14949
14950 2005-01-07 [colin]      0.9.13cvs28.3
14951
14952         * src/gtk/progressdialog.c
14953         * src/gtk/progressdialog.h
14954         * src/inc.c
14955         * src/send_message.c
14956                 GTK2 for the incorporation dialog. The CList isn't dead
14957                 yet, for a more smooth migration. Patch by Alfons.
14958
14959 2005-01-06 [colin]      0.9.13cvs28.2
14960
14961         * src/prefs_display_header.c
14962                 GTK2 conversion by Alfons
14963         * src/prefs_actions.c
14964         * src/prefs_matcher.c
14965                 Fix 2 leaks - patch by Alfons
14966
14967 2005-01-06 [colin]      0.9.13cvs28.1
14968
14969         * src/prefs_matcher.c
14970                 Sync with HEAD
14971
14972 2005-01-06 [colin]      0.9.13cvs27.4
14973
14974         * src/prefs_matcher.c
14975                 Fix double-free. Patch by Alfons
14976
14977 2005-01-06 [colin]      0.9.13cvs27.3
14978
14979         * src/prefs_matcher.c
14980                 GTK2 widgets + memleak
14981                 Patch by Alfons
14982
14983 2005-01-05 [colin]      0.9.13cvs27.2
14984
14985         * src/account.c
14986         * src/addr_compl.c
14987         * src/foldersel.c
14988         * src/stock_pixmap.c
14989         * src/stock_pixmap.h
14990                 3 more GTK2 patches by Alfons.
14991
14992 2005-01-04 [colin]      0.9.13cvs27.1
14993
14994         * src/folderview.c
14995         * src/imap_gtk.c
14996         * src/news_gtk.c
14997                 Sync with HEAD
14998
14999 2005-01-04 [colin]      0.9.13cvs25.9
15000
15001         * src/compose.c
15002                 Fix Show Ruler menuitem
15003         * src/prefs_template.c
15004                 Convert to GTK2
15005         * src/common/utils.c
15006                 Make auto pointer stuff handles NULLs
15007                 Patches by Alfons.
15008
15009 2005-01-04 [colin]      0.9.13cvs25.8
15010
15011         * src/compose.c
15012                 Move the attachment list to gtk2
15013                 Patch by Alfons.
15014
15015 2005-01-04 [colin]      0.9.13cvs25.7
15016
15017         * src/textview.c
15018                 Make some keys work again
15019                 Patch by SungHyun Nam <namsh@kldp.org>
15020
15021 2005-01-04 [colin]      0.9.13cvs25.6
15022
15023         * src/gtk/gtkshruler.c
15024                 Move the ruler to GTK2
15025                 Patch by Alfons
15026
15027 2005-01-03 [colin]      0.9.13cvs25.5
15028
15029         * src/compose.c
15030                 Fix my broken patch apply 
15031
15032 2005-01-03 [colin]      0.9.13cvs25.4
15033
15034         * src/common/utils.c
15035         * src/common/utils.h
15036         * src/gtk/prefswindow.c
15037                 Move auto pointer stuff to utils.c
15038                 Patch by Alfons again :)
15039
15040 2005-01-03 [colin]      0.9.13cvs25.3
15041
15042         * src/compose.c
15043         * src/prefs_gtk.c
15044         * src/prefs_template.c
15045         * src/textview.c
15046                 Empty text widgets with empty strings, not NULL char
15047                 Patch by SungHyun Nam <namsh@kldp_org>
15048
15049 2005-01-03 [colin]      0.9.13cvs25.2
15050
15051         * src/main.c
15052         * AUTHORS
15053                 Sync with HEAD
15054
15055 2005-01-03 [colin]      0.9.13cvs25.1
15056
15057         * src/pop.c
15058         * src/pop.h
15059                 Sync with HEAD
15060
15061 2005-01-03 [colin]      0.9.13cvs24.3
15062
15063         * src/account.c
15064                 Two patches from Alfons and Alex S Moore:
15065                 fix images, fix return value.
15066
15067 2005-01-01 [colin]      0.9.13cvs24.2
15068
15069         * src/prefs_actions.c
15070                 Fix over-zealous assertion. Patch by Alfons
15071
15072 2005-01-01 [colin]      0.9.13cvs24.1
15073
15074         * src/procmime.c
15075                 Sync with HEAD (leak fix)
15076
15077 2004-12-31 [colin]      0.9.13cvs23.2
15078
15079         * src/prefs_common.c
15080                 GTK2 widgets + stock buttons - patch by Alfons
15081
15082 2004-12-31 [paul]       0.9.13cvs23.1
15083
15084         * configure.ac
15085                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15086         * src/gtk/pluginwindow.c
15087                 use GTK2 widgets and plug memory leaks,
15088                 patches by Alfons
15089
15090 2004-12-30 [colin]      0.9.13cvs22.4
15091
15092         * src/account.c
15093         * src/action.c
15094         * src/export.c
15095         * src/foldersel.c
15096         * src/import.c
15097         * src/message_search.c
15098         * src/prefs_actions.c
15099         * src/prefs_common.c
15100         * src/prefs_customheader.c
15101         * src/prefs_filtering.c
15102         * src/prefs_summary_column.c
15103         * src/summary_search.c
15104         * src/gtk/about.c
15105         * src/gtk/description_window.c
15106         * src/gtk/gtkutils.c
15107         * src/gtk/gtkutils.h
15108         * src/gtk/inputdialog.c
15109         * src/gtk/prefswindow.c
15110                 Use GTK2 stock buttons. Patches by Alfons.
15111
15112 2004-12-30 [colin]      0.9.13cvs22.3
15113
15114         * src/account.c
15115                 Sync with HEAD
15116         * src/prefs_actions.c
15117         * src/prefs_customheader.c
15118         * src/prefs_filtering.c
15119         * src/prefs_msg_colors.c
15120         * src/prefs_summary_column.c
15121         * src/gtk/prefswindow.c
15122                 Use GtkTreeView instead of deprecated 
15123                 widgets. Patches by Alfons.
15124
15125 2004-12-30 [paul]       0.9.13cvs22.2
15126
15127         * src/foldersel.c
15128                 use GTK 2 Tree View
15129                 patch by Alfons, with root folder sorting fix
15130                 by Stephan Sachse
15131
15132 2004-12-30 [paul]       0.9.13cvs22.1
15133
15134         * ChangeLog
15135         * ChangeLog.claws
15136         * ChangeLog.jp
15137         * NEWS
15138         * configure.ac
15139         * src/account.c
15140                 sync with HEAD
15141
15142 2004-12-22 [martin]     0.9.13cvs21.2
15143
15144         * src/action.c
15145                 free the command line after its use
15146
15147 2004-12-18 [paul]       0.9.13cvs21.1
15148
15149         * AUTHORS
15150         * ChangeLog
15151         * ChangeLog.claws
15152         * ChangeLog.jp
15153         * NEWS
15154         * configure.ac
15155         * src/action.c
15156         * src/compose.c
15157         * src/syldap.c
15158                 sync with HEAD
15159
15160 2004-12-17 [martin]     0.9.13cvs17.2
15161
15162         * src/action.c
15163                 convert actions input to locale
15164         * src/inc.c
15165                 convert notification command to locale
15166         * src/plugins/pgpmime/select-keys.c
15167                 convert attributes to utf8
15168
15169 2004-12-14 [colin]      0.9.13cvs17.1
15170
15171         * ChangeLog
15172         * ChangeLog.jp
15173         * ChangeLog.claws
15174         * src/action.c
15175         * src/common/utils.c
15176         * src/gtk/prefswindow.c
15177         * src/gtk/gtkutils.c
15178         * src/gtk/gtkutils.h
15179         * src/plugins/spamassassin/libspamc.c
15180                 Sync with HEAD
15181
15182 2004-12-13 [colin]      0.9.13cvs14.1
15183
15184         * src/quote_fmt_parse.y
15185                 Sync with HEAD
15186
15187 2004-12-10 [colin]      0.9.13cvs12.1
15188
15189         * src/prefs_themes.c
15190         * src/mainwindow.c
15191         * src/messageview.c
15192                 Sync with HEAD
15193
15194 2004-12-09 [colin]      0.9.13cvs10.1
15195
15196         * src/procmime.c
15197                 Sync with HEAD (fix B64 encoding from memory)
15198
15199 2004-12-08 [colin]      0.9.13cvs9.1
15200
15201         * src/gtk/colorlabel.c
15202                 Sync with HEAD
15203
15204 2004-12-08 [paul]       0.9.13cvs8.2
15205
15206         * src/gtk/pluginwindow.c
15207                 fix window resizing oddities
15208
15209 2004-12-08 [colin]      0.9.13cvs8.1
15210
15211         * src/quote_fmt_parse.y
15212                 Sync with HEAD
15213
15214 2004-12-08 [colin]      0.9.13cvs7.1
15215
15216         * src/matcher_parser_parse.y
15217         * src/msgcache.c
15218         * src/prefs_matcher.c
15219         * src/procheader.c
15220         * src/matcher.c
15221         * src/common/defs.h
15222         * po/sr.po
15223                 Sync with HEAD
15224
15225 2004-12-08 [colin]      0.9.13cvs6.1
15226
15227         * src/quote_fmt_parse.y
15228         * src/textview.c
15229                 Sync with HEAD
15230         * src/gtk/prefswindow.c
15231         * src/gtk/pluginwindow.c
15232                 Fix G_CALLBACKS protos (thanks to Alfons)
15233
15234 2004-12-07 [torte]      0.9.13cvs2.2
15235
15236         * src/procmime.c
15237                 [Bug 650] reply button causes crash
15238                 Thanks to David Relson and Christoph
15239
15240 2004-12-07 [colin]      0.9.13cvs2.1
15241
15242         * ChangeLog.claws
15243         * AUTHORS
15244         * po/sk.po
15245         * src/procmime.c
15246         * src/prefs_account.c
15247         * src/common/smtp.c
15248         * src/common/smtp.h
15249                 Sync with HEAD
15250
15251 2004-12-06 [colin]      0.9.12cvs187.1
15252
15253         * ChangeLog.claws
15254         * INSTALL
15255         * Makefile.am
15256         * README.claws
15257         * TODO.claws
15258         * configure.ac
15259         * po/bg.po
15260         * po/cs.po
15261         * po/el.po
15262         * po/en_GB.po
15263         * po/es.po
15264         * po/fr.po
15265         * po/hr.po
15266         * po/hu.po
15267         * po/it.po
15268         * po/ja.po
15269         * po/ko.po
15270         * po/nl.po
15271         * po/pl.po
15272         * po/pt_BR.po
15273         * po/ru.po
15274         * po/sk.po
15275         * po/sr.po
15276         * po/sv.po
15277         * po/zh_CN.po
15278         * po/zh_TW.Big5.po
15279         * src/compose.c
15280         * tools/Makefile.am
15281         * tools/README
15282         * tools/filter_conv.pl
15283         * tools/kdeservicemenu/README
15284         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15285         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15286                 Sync with HEAD
15287
15288 2004-12-04 [colin]      0.9.12cvs183.1
15289
15290         * src/compose.c
15291                 Sync with HEAD (compose window position saving)
15292
15293 2004-12-04 [paul]       0.9.12cvs182.3
15294
15295         * src/messageview.c
15296         * src/mimeview.c
15297         * src/prefs_customheader.c
15298         * src/gtk/quicksearch.c
15299                 replace some forgotten GTK_SIGNAL_FUNCs
15300
15301 2004-12-04 [paul]       0.9.12cvs182.2
15302
15303         * src/Makefile.am
15304                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15305                 committed in error      
15306
15307 2004-12-04 [paul]       0.9.12cvs182.1
15308
15309         * ChangeLog
15310         * ChangeLog.claws
15311         * ChangeLog.jp
15312         * INSTALL
15313         * NEWS
15314         * README
15315         * README.jp
15316         * configure.ac
15317         * doc/manual/ja/Makefile.am
15318         * doc/manual/ja/sylpheed-1.html
15319         * doc/manual/ja/sylpheed-10.html
15320         * doc/manual/ja/sylpheed-11.html
15321         * doc/manual/ja/sylpheed-12.html
15322         * doc/manual/ja/sylpheed-13.html
15323         * doc/manual/ja/sylpheed-14.html
15324         * doc/manual/ja/sylpheed-15.html
15325         * doc/manual/ja/sylpheed-16.html
15326         * doc/manual/ja/sylpheed-17.html
15327         * doc/manual/ja/sylpheed-18.html
15328         * doc/manual/ja/sylpheed-19.html
15329         * doc/manual/ja/sylpheed-2.html
15330         * doc/manual/ja/sylpheed-20.html
15331         * doc/manual/ja/sylpheed-3.html
15332         * doc/manual/ja/sylpheed-4.html
15333         * doc/manual/ja/sylpheed-5.html
15334         * doc/manual/ja/sylpheed-6.html
15335         * doc/manual/ja/sylpheed-7.html
15336         * doc/manual/ja/sylpheed-8.html
15337         * doc/manual/ja/sylpheed-9.html
15338         * doc/manual/ja/sylpheed.html
15339         * doc/manual/ja/sylpheed.sgml
15340         * po/de.po
15341         * src/Makefile.am
15342         * src/compose.c
15343         * src/procmime.c
15344         * src/pixmaps/regular.xpm **REMOVED**
15345         * src/plugins/pgpmime/pgpmime.c
15346         * src/plugins/pgpmime/plugin.c
15347         * src/plugins/pgpmime/prefs_gpg.c
15348                 sync with HEAD
15349
15350 2004-12-03 [paul]       0.9.12cvs180.1
15351
15352         * ChangeLog
15353         * ChangeLog.claws
15354         * ChangeLog.jp
15355         * configure.ac
15356         * src/Makefile.am
15357         * src/pop.c
15358         * src/common/utils.c
15359         * src/common/utils.h
15360         * src/pixmaps/continue.xpm
15361         * src/pixmaps/dir_close.xpm
15362         * src/pixmaps/dir_open.xpm
15363         * src/pixmaps/drafts_close.xpm
15364         * src/pixmaps/drafts_open.xpm
15365         * src/pixmaps/folder.xpm **REMOVED**
15366         * src/pixmaps/group.xpm
15367         * src/pixmaps/unread.xpm
15368                 sync with HEAD
15369
15370 2004-12-02 [colin]      0.9.12cvs179.1
15371
15372         * src/compose.c
15373                 Sync with HEAD (non-duplicated reedition)
15374
15375 2004-12-02 [colin]      0.9.12cvs178.1
15376
15377         * src/compose.c
15378                 Sync with HEAD (linewrap_quote fix)
15379
15380 2004-12-01 [colin]      0.9.12cvs177.3
15381
15382         * src/addrharvest.c
15383                 Replace sizeof with strlen
15384
15385 2004-12-01 [paul]       0.9.12cvs177.2
15386
15387         * src/addrharvest.c
15388                 fix 'harvest addresses'
15389
15390 2004-11-30 [colin]      0.9.12cvs177.1
15391
15392         * src/gtk/prefswindow.c
15393         * src/gtk/pluginwindow.c
15394                 Sync with HEAD
15395
15396 2004-11-29 [colin]      0.9.12cvs176.1
15397
15398         * src/folderview.c
15399                 sync with HEAD (Fix disappearing separators in folderview's popup)
15400
15401 2004-11-29 [colin]      0.9.12cvs175.1
15402
15403         * src/procmime.c
15404                 Sync with head (another format fix)
15405
15406 2004-11-29 [colin]      0.9.12cvs174.1
15407
15408         * src/pop.c
15409                 Sync with HEAD (format string fix)
15410
15411 2004-11-26 [colin]      0.9.12cvs173.1
15412
15413         * src/common/smtp.c
15414         * src/common/smtp.h
15415                 Sync with HEAD
15416
15417 2004-11-24 [colin]      0.9.12cvs172.1
15418
15419         * src/plugins/pgpmime/pgpmime.c
15420                 Sync with HEAD
15421
15422 2004-11-24 [colin]      0.9.12cvs171.1
15423
15424         * src/plugins/pgpmime/pgpmime.c
15425                 Sync with head (gpgmectx leaks)
15426
15427 2004-11-24 [colin]      0.9.12cvs169.1
15428
15429         * src/plugins/pgpmime/plugin.c
15430         * src/plugins/trayicon/Makefile.am
15431         * src/plugins/trayicon/newmarkedmail.xpm
15432         * src/plugins/trayicon/trayicon.c
15433         * src/plugins/trayicon/unreadmarkedmail.xpm
15434                 Sync with HEAD
15435
15436 2004-11-23 [colin]      0.9.12cvs168.1
15437
15438         * src/partial_download.c
15439         * src/partial_download.h
15440         * src/plugins/pgpmime/plugin.c
15441                 Sync with HEAD
15442
15443 2004-11-23 [colin]      0.9.12cvs166.1
15444
15445         * src/Makefile.am
15446         * src/codeconv.c
15447         * src/compose.c
15448         * src/folderview.c
15449         * src/main.c
15450         * src/partial_download.c
15451         * src/partial_download.h
15452         * src/prefs_account.c
15453         * src/prefs_account.h
15454         * src/privacy.c
15455         * src/privacy.h
15456         * src/procmime.c
15457         * src/common/Makefile.am
15458         * src/common/base64.h
15459         * src/common/partial_download.c
15460         * src/common/partial_download.h
15461         * src/gtk/prefswindow.c
15462         * src/gtk/prefswindow.h
15463         * src/plugins/pgpmime/pgpmime.c
15464         * src/plugins/pgpmime/prefs_gpg.c
15465         * src/plugins/pgpmime/prefs_gpg.h
15466         * src/plugins/pgpmime/sgpgme.c
15467         * src/plugins/pgpmime/sgpgme.h
15468                 Sync with HEAD
15469
15470 2004-11-23 [colin]      0.9.12cvs163.1
15471
15472         * src/main.c
15473                 Sync with HEAD (cursor optimization)
15474
15475 2004-11-23 [colin]      0.9.12cvs162.1
15476
15477         * src/prefs_common.c
15478         * src/prefs_themes.c
15479         * src/procmsg.c
15480                 Sync with HEAD
15481
15482 2004-11-23 [colin]      0.9.12cvs158.9
15483
15484         * src/compose.c
15485                 Fix double-free when forwarding
15486         * src/msgcache.c
15487                 Fix leak on error path
15488                 
15489
15490 2004-11-23 [colin]      0.9.12cvs158.8
15491
15492         * src/compose.c
15493                 Fix possible double-free
15494                 Spotted by Alfons
15495
15496 2004-11-23 [colin]      0.9.12cvs158.7
15497
15498         * src/compose.c
15499                 Fix some signal handlers' prototypes
15500                 Spotted by Alfons
15501
15502 2004-11-22 [colin]      0.9.12cvs158.6
15503
15504         * src/compose.c
15505                 Remove unneeded code and duplicated
15506                 wrapping - patch by Alfons
15507
15508 2004-11-22 [colin]      0.9.12cvs158.5
15509
15510         * src/prefs_themes.c
15511                 Fix oversized selector
15512
15513 2004-11-22 [colin]      0.9.12cvs158.4
15514
15515         * src/compose.c
15516                 fix dump_text()
15517                 patch by Alfons
15518
15519 2004-11-19 [colin]      0.9.12cvs158.3
15520
15521         * src/textview.c
15522                 Add a context menu on links (open, copy)
15523
15524 2004-11-18 [paul]       0.9.12cvs158.2
15525
15526         * src/addrgather.c
15527         * src/exphtmldlg.c
15528         * src/expldifdlg.c
15529         * src/mimeview.c
15530         * src/prefs_common.c
15531         * src/plugins/image_viewer/viewer.c
15532         * src/plugins/spamassassin/spamassassin_gtk.c
15533                 replace deprecated gtk_notebook_set_page
15534                 and gtk_notebook_current_page
15535
15536 2004-11-18 [paul]       0.9.12cvs158.1
15537
15538         * configure.ac
15539         * src/compose.c
15540         * src/mainwindow.c
15541         * src/messageview.c
15542         * src/prefs_common.c
15543         * src/common/utils.c
15544         * src/common/utils.h
15545                 sync with HEAD
15546
15547 2004-11-17 [colin]      0.9.12cvs156.1
15548
15549         * src/prefs_account.c
15550         * src/prefs_account.h
15551         * src/procmsg.c
15552                 Sync with HEAD (add pref to store encrypted mails encrypted)
15553
15554 2004-11-17 [paul]       0.9.12cvs155.1
15555
15556         * ChangeLog
15557         * ChangeLog.claws
15558         * ChangeLog.jp
15559         * NEWS
15560         * configure.ac
15561         * src/compose.c
15562         * src/jpilot.c
15563         * src/privacy.c
15564         * src/procmime.c
15565         * src/procmime.h
15566         * src/procmsg.c
15567         * src/toolbar.c
15568         * src/pixmaps/error.xpm
15569                 sync with HEAD
15570
15571 2004-11-17 [colin]      0.9.12cvs151.1
15572
15573         * src/plugins/pgpmime/pgpmime.c
15574                 Sync with HEAD (remove debug printf)
15575
15576 2004-11-17 [colin]      0.9.12cvs150.1
15577
15578         * src/plugins/pgpmime/pgpmime.c
15579                 Sync with HEAD (off-by-one fix)
15580
15581 2004-11-17 [colin]      0.9.12cvs149.1
15582
15583         * src/procmsg.c
15584                 Sync with HEAD (coding style fixes)
15585
15586 2004-11-16 [colin]      0.9.12cvs148.1
15587
15588         * src/procmsg.c
15589                 Sync with head (Fix the fix)
15590
15591 2004-11-16 [colin]      0.9.12cvs147.1
15592
15593         * src/procmsg.c
15594                 Sync with Main (leak fix)
15595
15596 2004-11-16 [colin]      0.9.12cvs146.14
15597
15598         * src/compose.c
15599                 Remove useless chunk of code
15600                 Patch by Alfons
15601
15602 2004-11-15 [colin]      0.9.12cvs146.13
15603
15604         * src/compose.c
15605                 Fix drafting after insertion
15606                 Patch by Alfons
15607
15608 2004-11-15 [colin]      0.9.12cvs146.12
15609
15610         * src/compose.c
15611         * src/prefs_filtering.c
15612         * src/prefs_filtering_action.c
15613         * src/prefs_toolbar.c
15614                 Fix some const-correctness
15615
15616 2004-11-15 [colin]      0.9.12cvs146.11
15617
15618         * src/summaryview.c
15619         * src/prefs_themes.c
15620         * src/messageview.c
15621                 Fix some leaks
15622
15623 2004-11-15 [colin]      0.9.12cvs146.10
15624
15625         * src/codeconv.c
15626                 More unreadable locale fixes
15627
15628 2004-11-14 [colin]      0.9.12cvs146.9
15629
15630         * src/textview.c
15631                 Fix uri_security_check
15632                 Patch by Alfons
15633
15634 2004-11-13 [paul]       0.9.12cvs146.8
15635
15636         * src/folder.c
15637         * src/procmime.c
15638                 fix 2 bugs introduced in last commit
15639
15640 2004-11-13 [paul]       0.9.12cvs146.7
15641
15642         * src/compose.c
15643         * src/exporthtml.c
15644         * src/exportldif.c
15645         * src/folder.c
15646         * src/imap.c
15647         * src/imap_gtk.c
15648         * src/main.c
15649         * src/mainwindow.c
15650         * src/messageview.c
15651         * src/mh_gtk.c
15652         * src/prefs_themes.c
15653         * src/procmime.c
15654         * src/setup.c
15655         * src/summaryview.c
15656                 replace deprecated g_basename
15657
15658 2004-11-13 [paul]       0.9.12cvs146.6
15659
15660         * src/compose.c
15661         * src/imap.c
15662         * src/matcher_parser.h
15663         * src/matcher_parser_parse.y
15664         * src/prefs_filtering.c
15665         * src/prefs_filtering_action.c
15666         * src/prefs_themes.c
15667         * src/prefs_toolbar.c
15668         * src/common/utils.c
15669                 various small fixes/cleanups
15670
15671 2004-11-12 [colin]      0.9.12cvs146.5
15672
15673         * src/textview.c
15674                 Validate event's origin on visibility notify
15675                 Patch by Alfons.
15676
15677 2004-11-12 [paul]       0.9.12cvs146.4
15678
15679         * src/exporthtml.c
15680         * src/exportldif.c
15681         * src/imap.c
15682         * src/mh.c
15683         * src/mimeview.c
15684         * src/prefs_spelling.c
15685         * src/prefs_themes.c
15686                 replace deprecated g_dirname    
15687
15688 2004-11-12 [colin]      0.9.12cvs146.3
15689
15690         * src/textview.c
15691                 Some coding style fixes
15692
15693 2004-11-12 [colin]      0.9.12cvs146.2
15694
15695         * src/codeconv.c
15696                 We want to replace _all_ extended chars in
15697                 conv_unreadable_*, because any string containing
15698                 extended chars not parsing as UTF8 is 
15699                 undisplayed on gtk2.
15700
15701 2004-11-12 [paul]       0.9.12cvs146.1
15702
15703         * ChangeLog
15704         * ChangeLog.claws
15705         * ChangeLog.jp
15706         * NEWS
15707         * configure.ac
15708         * src/account.c
15709         * src/folderview.c
15710         * src/folderview.h
15711         * src/imap.c
15712         * src/imap_gtk.c
15713         * src/inc.c
15714         * src/mainwindow.c
15715         * src/mh_gtk.c
15716         * src/news_gtk.c
15717         * src/pop.c
15718         * src/prefs_account.c
15719         * src/prefs_account.h
15720         * src/prefs_ext_prog.c
15721         * src/procmime.c
15722         * src/procmime.h
15723         * src/procmsg.c
15724         * src/procmsg.h
15725         * src/summary_search.c
15726         * src/summaryview.c
15727         * src/textview.c
15728         * src/common/defs.h
15729         * src/common/utils.c
15730         * src/common/utils.h
15731         * src/gtk/menu.c
15732         * src/gtk/menu.h
15733                 sync with HEAD
15734
15735 2004-11-11 [colin]      0.9.12cvs144.2
15736
15737         * src/textview.c
15738                 Fix URI range selection (patch by Alfons)
15739
15740 2004-11-09 [colin]      0.9.12cvs144.1
15741
15742         * ChangeLog.claws
15743         * src/compose.c
15744         * src/folder.c
15745         * src/folder_item_prefs.c
15746         * src/prefs_account.c
15747         * src/prefs_account.h
15748         * src/plugins/pgpmime/pgpmime.c
15749                 Sync with HEAD
15750
15751 2004-11-08 [colin]      0.9.12cvs143.1
15752
15753         * src/summaryview.c
15754                 Sync with HEAD (optimize quicksearch)
15755
15756 2004-11-08 [colin]      0.9.12cvs142.2
15757
15758         * src/compose.c
15759                 Don't wrap when Edit/Auto wrapping is disabled
15760
15761 2004-11-08 [colin]      0.9.12cvs142.1
15762
15763         * src/textview.c
15764                 Sync with HEAD
15765
15766 2004-11-08 [colin]      0.9.12cvs141.1
15767
15768         * src/textview.c
15769                 Sync with HEAD (fix some mail URIs)
15770
15771 2004-11-08 [colin]      0.9.12cvs140.3
15772
15773         * src/textview.c
15774                 o Use text cursor instead of arrow when
15775                   not on a link
15776                 o Fix handling of contiguous links (as in
15777                   "colin@colino.net" <colin@colino.net>)
15778                   This one unveils a bug in get_email_part()
15779
15780 2004-11-07 [colin]      0.9.12cvs140.2
15781
15782         * src/textview.c
15783                 Fix memleak. Patch by Alfons.
15784
15785 2004-11-06 [colin]      0.9.12cvs140.1
15786
15787         * src/compose.c
15788                 Sync with HEAD (don't ask passphrase
15789                 when drafting)
15790
15791 2004-11-06 [paul]       0.9.12cvs139.2
15792
15793         * AUTHORS
15794         * src/textview.c
15795         * src/textview.h
15796                 textview URI handling. hovering over a 
15797                 link displays it in the status bar,
15798                 and changes the mouse pointer to a hand 
15799                 cursor. a link is activated with a single 
15800                 click. (Modified from the) patch by Jean-Yves 
15801                 Lefort <jylefort@users.sourceforge.net>
15802                 
15803
15804 2004-11-05 [colin]      0.9.12cvs139.1
15805
15806         * src/compose.c
15807         * src/procmime.c
15808                 Sync with HEAD again ^^
15809
15810 2004-11-05 [colin]      0.9.12cvs139.1
15811
15812         * src/compose.c
15813         * src/procmime.c
15814                 Sync with HEAD
15815
15816 2004-11-03 [paul]       0.9.12cvs138.1
15817
15818         * ChangeLog.claws
15819         * configure.ac
15820         * po/POTFILES.in
15821         * src/prefs_ext_prog.c
15822         * src/procmime.c
15823         * tools/kdeservicemenu/README
15824         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15825         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15826                 sync with HEAD
15827
15828 2004-11-01 [christoph]  0.9.12cvs136.2
15829
15830         * src/procmime.c
15831                 convert MIME parameters to UTF-8
15832
15833 2004-10-29 [colin]      0.9.12cvs136.1
15834
15835         * src/common/utils.c
15836                 Sync with HEAD (don't use '=' in mime boundary)
15837
15838 2004-10-29 [paul]       0.9.12cvs135.1
15839
15840         * configure.ac
15841         * doc/src/rfc2231.txt
15842         * src/procmime.c
15843         * src/common/quoted-printable.c
15844         * src/common/utils.c
15845         * src/common/utils.h
15846                 sync with HEAD
15847
15848 2004-10-27 [paul]       0.9.12cvs134.1
15849
15850         * configure.ac
15851         * src/main.c
15852         * src/procmime.c
15853         * src/plugins/pgpmime/pgpmime.c
15854                 sync with HEAD
15855
15856 2004-10-26 [paul]       0.9.12cvs132.3
15857
15858         * src/account.c
15859         * src/addressbook.c
15860         * src/addrgather.c
15861         * src/addrharvest.c
15862         * src/codeconv.c
15863         * src/compose.c
15864         * src/customheader.c
15865         * src/editaddress.c
15866         * src/editgroup.c
15867         * src/enriched.c
15868         * src/expldifdlg.c
15869         * src/exporthtml.c
15870         * src/exportldif.c
15871         * src/folder.c
15872         * src/foldersel.c
15873         * src/folderview.c
15874         * src/grouplistdialog.c
15875         * src/html.c
15876         * src/imap.c
15877         * src/jpilot.c
15878         * src/ldapserver.c
15879         * src/ldif.c
15880         * src/mimeview.c
15881         * src/news.c
15882         * src/news_gtk.c
15883         * src/pop.c
15884         * src/prefs_display_header.c
15885         * src/prefs_gtk.c
15886         * src/prefs_msg_colors.c
15887         * src/prefs_toolbar.c
15888         * src/procheader.c
15889         * src/procmime.c
15890         * src/summaryview.c
15891         * src/textview.c
15892         * src/toolbar.c
15893         * src/vcard.c
15894         * src/common/mgutils.c
15895         * src/common/nntp.c
15896         * src/common/smtp.c
15897         * src/common/template.c
15898         * src/common/utils.c
15899         * src/common/xmlprops.c
15900         * src/plugins/pgpmime/pgpmime.c
15901         * src/plugins/pgpmime/select-keys.c
15902         * src/plugins/pgpmime/sgpgme.c
15903                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15904                 g_string_sprintfa(), gtk_notebook_current_page()
15905
15906 2004-10-26 [colin]      0.9.12cvs132.2
15907
15908         * src/prefs_folder_item.c
15909                 Fix default-account selection
15910
15911 2004-10-21 [colin]      0.9.12cvs133
15912
15913         * src/compose.c
15914                 Sync with HEAD (Remove extra separator in compose's Options)
15915         * src/textview.c
15916                 Set wrapping to char
15917
15918 2004-10-21 [paul]       0.9.12cvs131.2
15919
15920         * src/compose.c
15921         * src/sourcewindow.c
15922                 fix wrapping
15923                 fix window shrinking 
15924
15925 2004-10-21 [colin]      0.9.12cvs131.1
15926
15927         * ChangeLog.claws
15928         * src/compose.c
15929                 Sync with HEAD
15930
15931 2004-10-21 [paul]       0.9.12cvs130.2
15932
15933         * src/prefs_folder_item.c
15934                 sync with HEAD (Apply to subfolders)
15935
15936 2004-10-19 [colin]      0.9.12cvs130.1
15937
15938         * ChangeLog.claws
15939         * src/compose.c
15940         * src/common/utils.c
15941         * src/gtk/menu.c
15942                 Sync with HEAD
15943
15944 2004-10-19 [colin]      0.9.12cvs128.1
15945
15946         * src/addrbook.c
15947         * src/addrcache.c
15948         * src/addressbook.c
15949         * src/codeconv.c
15950         * src/compose.c
15951         * src/customheader.c
15952         * src/editaddress.c
15953         * src/editgroup.c
15954         * src/exporthtml.c
15955         * src/folder.c
15956         * src/folderview.c
15957         * src/imap.c
15958         * src/jpilot.c
15959         * src/main.c
15960         * src/matcher_parser_parse.y
15961         * src/mbox.c
15962         * src/pop.c
15963         * src/prefs_account.c
15964         * src/prefs_gtk.c
15965         * src/prefs_msg_colors.c
15966         * src/procheader.c
15967         * src/procmime.c
15968         * src/procmime.h
15969         * src/procmsg.c
15970         * src/summaryview.c
15971         * src/textview.c
15972         * src/common/base64.c
15973         * src/common/partial_download.c
15974         * src/common/socket.c
15975         * src/common/sylpheed.c
15976         * src/common/utils.c
15977         * src/common/utils.h
15978         * src/gtk/pluginwindow.c
15979         * src/gtk/quicksearch.c
15980         * src/plugins/clamav/clamav_plugin.c
15981         * src/plugins/clamav/clamav_plugin.h
15982         * src/plugins/clamav/clamav_plugin_gtk.c
15983         * src/plugins/pgpmime/passphrase.c
15984         * src/plugins/pgpmime/pgpmime.c
15985         * src/plugins/pgpmime/plugin.c
15986         * src/plugins/pgpmime/prefs_gpg.c
15987         * src/plugins/pgpmime/prefs_gpg.h
15988         * src/plugins/pgpmime/select-keys.c
15989         * src/plugins/pgpmime/sgpgme.c
15990         * src/plugins/spamassassin/libspamc.c
15991         * src/plugins/spamassassin/spamassassin.c
15992         * src/plugins/spamassassin/spamassassin.h
15993         * src/plugins/spamassassin/spamassassin_gtk.c
15994         * src/plugins/trayicon/trayicon.c
15995         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15996                 Sync with HEAD
15997
15998 2004-10-14 [colin]      0.9.12cvs126.2
15999
16000         * src/codeconv.c
16001         * src/textview.c
16002                 Fix conv_unreadable_locale
16003
16004 2004-10-13 [colin]      0.9.12cvs126.1
16005
16006         * src/compose.c
16007                 Sync with HEAD (don't convert charset for 
16008                 drafted messages, minor cleanup)
16009
16010 2004-10-13 [colin]      0.9.12cvs125.1
16011
16012         * po/POTFILES.in
16013                 Sync with HEAD (POTFILES fix)
16014
16015 2004-10-12 [colin]      0.9.12cvs124.3
16016
16017         * src/compose.c
16018                 Fix encoding bug from latest sync
16019
16020 2004-10-12 [paul]       0.9.12cvs124.2
16021
16022         * src/plugins/pgpmime/prefs_gpg.c
16023         * src/plugins/pgpmime/prefs_gpg.h
16024                 forgotten in last commit        
16025
16026 2004-10-12 [paul]       0.9.12cvs124.1
16027
16028         * ChangeLog.claws
16029         * configure.ac
16030         * m4/spamassassin.m4
16031         * src/Makefile.am
16032         * src/account.c
16033         * src/compose.c
16034         * src/compose.h
16035         * src/crash.c
16036         * src/main.c
16037         * src/mimeview.c
16038         * src/passphrase.c
16039         * src/passphrase.h
16040         * src/prefs_account.c
16041         * src/prefs_account.h
16042         * src/prefs_common.c
16043         * src/privacy.c
16044         * src/privacy.h
16045         * src/procmime.c
16046         * src/procmime.h
16047         * src/procmsg.c
16048         * src/rfc2015.c
16049         * src/rfc2015.h
16050         * src/select-keys.c
16051         * src/select-keys.h
16052         * src/textview.c
16053         * src/common/utils.c
16054         * src/common/utils.h
16055         * src/gtk/about.c
16056         * src/plugins/pgpmime/Makefile.am
16057         * src/plugins/pgpmime/passphrase.c
16058         * src/plugins/pgpmime/passphrase.h
16059         * src/plugins/pgpmime/pgpmime.c
16060         * src/plugins/pgpmime/plugin.c
16061         * src/plugins/pgpmime/select-keys.c
16062         * src/plugins/pgpmime/select-keys.h
16063         * src/plugins/pgpmime/sgpgme.c
16064         * src/plugins/pgpmime/sgpgme.h
16065                 sync with HEAD
16066
16067 2004-10-04 [colin]      0.9.12cvs122.1
16068
16069         * src/mainwindow.c
16070         * src/messageview.c
16071         * src/messageview.h
16072         * src/textview.c
16073                 Sync with HEAD
16074
16075 2004-10-04 [colin]      0.9.12cvs121.1
16076
16077         * src/summaryview.c
16078                 Sync with HEAD
16079
16080 2004-10-04 [paul]       0.9.12cvs120.1
16081
16082         * configure.ac
16083                 sync with HEAD [don't try to build 
16084                 pgpmime plugin when gpgme is disabled]
16085
16086 2004-10-03 [colin]      0.9.12cvs119.3
16087
16088         * src/gtk/gtksctree.c
16089                 Lots of side effects. Put back as before 117.2.
16090         * src/summaryview.c
16091                 Fix bug #602
16092
16093 2004-10-03 [colin]      0.9.12cvs119.2
16094
16095         * src/gtk/gtksctree.c
16096                 Revert 608 fix that doesn't work that good
16097
16098 2004-10-02 [colin]      0.9.12cvs119.1
16099
16100         * src/mainwindow.c
16101         * src/messageview.c
16102         * src/prefs_common.h
16103         * src/procmime.c
16104         * src/procmime.h
16105         * src/textview.c
16106                 Sync with HEAD
16107         * src/gtk/gtksctree.c
16108                 Close bug #608
16109
16110 2004-10-01 [colin]      0.9.12cvs118.1
16111
16112         * src/mimeview.c
16113                 Sync with HEAD (better Save All fix)
16114
16115 2004-10-01 [colin]      0.9.12cvs117.2
16116
16117         * src/gtk/gtksctree.c
16118                 Faster on selection
16119
16120 2004-10-01 [colin]      0.9.12cvs117.1
16121
16122         * src/mimeview.c
16123                 Sync with HEAD (Save All: only attachments)
16124
16125 2004-10-01 [paul]       0.9.12cvs116.1
16126
16127         * ChangeLog.claws
16128         * configure.ac
16129         * src/account.c
16130         * src/prefs_common.c
16131         * src/gtk/colorlabel.c
16132                 sync with HEAD
16133
16134 2004-09-30 [colin]      0.9.12cvs115.1
16135
16136         * src/stock_pixmap.c
16137         * src/stock_pixmap.h
16138         * src/folderview.c
16139         * src/Makefile.am
16140         * src/pixmaps/read.xpm
16141                 Sync with HEAD (new pixmap)
16142
16143 2004-09-29 [colin]      0.9.12cvs114.1
16144
16145         * src/compose.c
16146                 Sync with HEAD
16147                 Fix focus handling in headers
16148
16149 2004-09-29 [paul]       0.9.12cvs113.1
16150
16151         * src/quote_fmt_parse.y
16152                 sync with HEAD
16153  
16154
16155 2004-09-28 [colin]      0.9.12cvs112.1
16156
16157         * src/folderview.c
16158         * src/mainwindow.c
16159                 Sync with HEAD
16160
16161 2004-09-28 [colin]      0.9.12cvs110.1
16162
16163         * src/folderview.c
16164                 Sync with HEAD (Contextual Empty trash menu)
16165
16166 2004-09-28 [colin]      0.9.12cvs108.1
16167
16168         * src/addressbook.c
16169                 Sync with HEAD (addressbook edit on double-click)
16170
16171 2004-09-28 [colin]      0.9.12cvs106.1
16172
16173         * src/inc.c
16174                 Sync with HEAD (folder_item freeze on inc)
16175
16176 2004-09-27 [colin]      0.9.12cvs105.1
16177
16178         * src/folderview.c
16179                 Sync with HEAD (right-align new and unread column)
16180
16181 2004-09-27 [colin]      0.9.12cvs104.1
16182
16183         * src/main.c
16184                 Sync with HEAD (revert 0.9.12cvs101)
16185
16186 2004-09-24 [colin]      0.9.12cvs103.2
16187
16188         * src/wizard.c
16189                 Fix gtk warnings and use domain part of the email address 
16190                 when domain detection fails (no dot in domain name)
16191
16192 2004-09-23 [colin]      0.9.12cvs103.1
16193
16194         * src/plugins/spamassassin/libspamc.c
16195         * src/plugins/spamassassin/libspamc.h
16196         * src/plugins/spamassassin/utils.c
16197         * src/plugins/spamassassin/utils.h
16198                 Sync with HEAD (Update spamassassin to 3.0)
16199
16200 2004-09-21 [colin]      0.9.12cvs102.3
16201
16202         * src/action.c
16203                 Add horizontal scrollbar in action io dialog as needed
16204                 Patch by Alfons.
16205
16206 2004-09-20 [colin]      0.9.12cvs102.2
16207
16208         * src/plugins/image_viewer/viewer.c
16209                 Remove imlib stuff
16210                 use gtk_pixmap_set when clearing
16211                 (would be better to use gtkImages, but causes size-allocate 
16212                 signals storm)
16213
16214 2004-09-17 [paul]       0.9.12cvs102.1
16215
16216         * ChangeLog
16217         * ChangeLog.claws
16218         * ChangeLog.jp
16219         * configure.ac
16220         * src/inc.c
16221                 sync with HEAD
16222
16223
16224 2004-09-17 [colin]      0.9.12cvs101.1
16225
16226         * ChangeLog.claws
16227         * src/main.c
16228                 Sync with HEAD (fix segs at exit)
16229
16230 2004-09-14 [colin]      0.9.12cvs99.5
16231
16232         * src/common/socket.c
16233         * AUTHORS
16234                 Fix send error on 64bit platforms
16235                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16236
16237 2004-09-14 [colin]      0.9.12cvs99.4
16238
16239         * src/action.c
16240                 Fix action output with utf8 
16241                 Patch by Alfons.
16242
16243 2004-09-14 [colin]      0.9.12cvs99.3
16244
16245         * ChangeLog.claws
16246         * src/folder.c
16247                 Sync with HEAD
16248
16249 2004-09-09 [colin]      0.9.12cvs99.2
16250
16251         * src/action.c
16252                 Fix progress bar (displaying "Completed %v/%u")
16253                 Patch by Alfons.
16254
16255 2004-09-08 [colin]      0.9.12cvs99.1
16256
16257         * src/account.c
16258         * src/folder.c
16259         * src/procmsg.c
16260         * src/procmsg.h
16261         * src/plugins/pgpmime/pgpmime.c
16262                 Sync with HEAD
16263
16264 2004-09-08 [colin]      0.9.12cvs97.2
16265
16266         * src/summaryview.c
16267                 Don't select mails in collapsed threads 
16268                 when navigating with up/down
16269
16270 2004-09-07 [colin]      0.9.12cvs97.1
16271
16272         * src/inc.c
16273                 Sync with HEAD (meaningful error messages)
16274
16275 2004-09-06 [colin]      0.9.12cvs96.1
16276
16277         * src/toolbar.c
16278                 Sync with HEAD (fix Redirect graying out)
16279
16280 2004-09-06 [colin]      0.9.12cvs95.1
16281
16282         * src/summaryview.c
16283         * src/mimeview.c
16284                 Sync with HEAD (fix dropped URIs)
16285
16286 2004-09-06 [colin]      0.9.12cvs94.1
16287
16288         * src/addressbook.c
16289         * src/addressitem.h
16290         * src/addritem.c
16291         * src/addritem.h
16292                 Sync with HEAD (addressbook DnD)
16293
16294 2004-09-03 [colin]      0.9.12cvs93.1
16295
16296         * src/summaryview.c
16297                 Sync with HEAD (next/prev unread)
16298
16299 2004-09-03 [colin]      0.9.12cvs92.1
16300
16301         * src/prefs_common.c
16302         * src/prefs_common.h
16303         * src/summaryview.c
16304                 Sync with HEAD ('mark_as_read_delay' pref)
16305
16306 2004-09-02 [colin]      0.9.12cvs91.2
16307
16308         * src/common/xml.c
16309                 Fix leak
16310
16311 2004-09-02 [colin]      0.9.12cvs91.1
16312
16313         * src/gtk/menu.c
16314                 Sync with HEAD (menu accel don't work, but whatever)
16315
16316 2004-09-02 [colin]      0.9.12cvs90.1
16317
16318         * src/account.c
16319                 Sync with HEAD (fix bug 582)
16320
16321 2004-09-02 [colin]      0.9.12cvs89.1
16322
16323         * src/addrindex.c
16324                 Sync with HEAD (free deleted queries)
16325
16326 2004-09-02 [colin]      0.9.12cvs88.1
16327
16328         * src/ldapquery.c
16329                 Sync with HEAD (fix LDAP freezes)
16330
16331 2004-09-02 [colin]      0.9.12cvs87.1
16332
16333         * src/prefs_spelling.c
16334                 Sync with HEAD (add default dictionary)
16335
16336 2004-09-01 [colin]      0.9.12cvs86.1
16337
16338         * src/filtering.c
16339         * src/folderview.c
16340         * src/imap.c
16341         * src/prefs_matcher.c
16342         * src/stock_pixmap.c
16343         * src/summary_search.c
16344         * src/summaryview.c
16345         * src/wizard.c
16346         * src/wizard.h
16347                 Sync with HEAD (uninitialized vars fixes)
16348                 + gtk2 specific warning fixes
16349
16350 2004-08-31 [colin]      0.9.12cvs85.1
16351
16352         * src/folder.c
16353                 Sync with HEAD (Fix memory corruption due to 
16354                 uninitialized var)
16355
16356 2004-08-31 [colin]      0.9.12cvs84.4
16357
16358         * src/summary_search.c
16359                 Fix segfaults when searching in folders with broken headers
16360
16361 2004-08-31 [colin]      0.9.12cvs84.3
16362
16363         * src/compose.c
16364         * src/textview.c
16365                 Fix some more encoding/decoding issues
16366
16367 2004-08-30 [colin]      0.9.12cvs84.2
16368
16369         * src/mimeview.c
16370         * src/prefs_themes.c
16371         * src/gtk/filesel.c
16372         * src/gtk/filesel.h
16373                 Add a folder-mode selection (fixes mimeview's "Save all")
16374
16375 2004-08-29 [colin]      0.9.12cvs84.1
16376
16377         * src/mimeview.c
16378                 Sync with HEAD (don't escape saved filenames)
16379
16380 2004-08-27 [colin]      0.9.12cvs83.1
16381
16382         * ChangeLog
16383         * ChangeLog.claws
16384         * ChangeLog.jp
16385         * src/mh.c
16386         * src/procheader.c
16387         * src/procmsg.c
16388         * src/procmsg.h
16389         * src/common/utils.c
16390         * src/gtk/menu.h
16391         * po/
16392                 Sync with HEAD 0.9.12cvs83 (sync with main)
16393
16394 2004-08-26 [colin]      0.9.12cvs82.4
16395
16396         * src/codeconv.c
16397                 Fix strange stack corruption
16398                 Convert to utf8 after unmime, not before
16399
16400 2004-08-26 [colin]      0.9.12cvs82.3
16401
16402         * src/main.c
16403         * src/wizard.c
16404                 Fix account folders duplication
16405
16406 2004-08-25 [colin]      0.9.12cvs82.2
16407
16408         * src/wizard.c
16409                 Remove ports
16410                 Add SSL selection
16411                 Use login@server as account name
16412
16413 2004-08-25 [colin]      0.9.12cvs82.1
16414
16415         * src/plugins/pgpmime/pgpmime.c
16416                 Sync with HEAD (leak fix).
16417
16418 2004-08-25 [colin]      0.9.12cvs81.1
16419
16420         * src/plugins/pgpmime/pgpmime.c
16421         * src/plugins/pgpmime/sgpgme.c
16422         * src/plugins/pgpmime/sgpgme.h
16423                 Sync with HEAD (Handle combined messages).
16424
16425 2004-08-24 [colin]      0.9.12cvs80.3
16426
16427         * src/wizard.c
16428                 Fix full name, ports, and imap
16429
16430 2004-08-24 [colin]      0.9.12cvs80.2
16431
16432         * src/Makefile.am
16433         * src/main.c
16434         * src/setup.c
16435         * src/setup.h
16436         * src/stock_pixmap.c
16437         * src/stock_pixmap.h
16438         * src/wizard.c ** ADDED **
16439         * src/wizard.h ** ADDED ** 
16440         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16441                 Add a setup wizard 
16442
16443 2004-08-24 [colin]      0.9.12cvs80.1
16444
16445         * src/folder.c
16446                 Sync with HEAD (set mimeflags on all messages)
16447
16448 2004-08-24 [colin]      0.9.12cvs79.3
16449
16450         * src/matcher_parser_lex.l
16451                 Fix 8bits strings not in utf8
16452
16453 2004-08-24 [colin]      0.9.12cvs79.2
16454
16455         * src/compose.c
16456                 Check conversion result before replacing buffer
16457
16458 2004-08-23 [colin]      0.9.12cvs79.1
16459
16460         * src/compose.c
16461                 Sync with HEAD (create message header in memory)
16462
16463 2004-08-23 [colin]      0.9.12cvs78.1
16464
16465         * src/rfc2015.c
16466         * src/rfc2015.h
16467                 Sync with HEAD (fix bug 197 again)
16468
16469 2004-08-23 [colin]      0.9.12cvs77.3
16470
16471         * src/compose.c
16472                 Fix again inline gpg signing (which outputs utf8
16473                 in gtk2). Not syncing this fix to HEAD as this 
16474                 code is meant to die.
16475
16476 2004-08-23 [colin]      0.9.12cvs77.2
16477
16478         * src/prefs_account.h
16479                 Remove useless include
16480
16481 2004-08-23 [colin]      0.9.12cvs77.1
16482
16483         * src/imap.c
16484         * po/es.po
16485         * po/fr.po
16486         * po/it.po
16487         * po/pl.po
16488         * po/pt_BR.po
16489         * po/sk.po
16490         * po/sr.po
16491                 Sync with HEAD (fix bug 577)
16492
16493 2004-08-22 [colin]      0.9.12cvs76.1
16494
16495         * src/plugins/trayicon/trayicon.c
16496                 Sync with HEAD (fix formatting bug)
16497
16498 2004-08-21 [colin]      0.9.12cvs74.2
16499
16500         * src/gtk/colorsel.c
16501                 Fix bug 564 (Folder color selection window exits on any
16502                 keypress)
16503
16504 2004-08-21 [colin]      0.9.12cvs74.1
16505
16506         * ChangeLog.claws
16507         * src/compose.c
16508         * src/summaryview.c
16509         * src/toolbar.c
16510                 Sync with HEAD (fix bug 576)
16511
16512 2004-08-21 [colin]      0.9.12cvs70.1
16513
16514         * src/compose.c
16515         * src/mainwindow.c
16516                 Sync with HEAD
16517                 
16518
16519 2004-08-21 [paul]       0.9.12cvs66.4
16520
16521         * src/mainwindow.c
16522         * src/messageview.c
16523         * src/gtk/menu.c
16524         * src/plugins/spamassassin/spamassassin_gtk.c
16525                 remove some deprecated gtk1 functions
16526
16527
16528 2004-08-21 [colin]      0.9.12cvs66.3
16529
16530         * src/compose.c
16531         * src/codeconv.c
16532                 Fix warnings
16533                 Remove encoding hacks
16534                 Fix bug 575 (Strange character messes up message)
16535                 Don't display conversion error when drafting
16536
16537 2004-08-21 [paul]       0.9.12cvs66.2
16538
16539         * src/prefs_account.c
16540                 fix GnuPG mode bugs
16541
16542
16543 2004-08-20 [colin]      0.9.12cvs66.1
16544
16545         * src/codeconv.c
16546                 Sync with HEAD 0.9.12cvs66
16547
16548 2004-08-20 [paul]
16549
16550         * src/plugins/pgpmime/plugin.c
16551                 modify PGP/MIME plugin's description
16552
16553 2004-08-17 [colin]      0.9.12cvs65.1
16554
16555         * src/common/ssl.c
16556         * src/plugins/pgpmime/plugin.c
16557                 Sync with HEAD
16558
16559 2004-08-14 [colin]      0.9.12cvs60.3
16560
16561         * src/plugins/trayicon/trayicon.c
16562                 Put back resize callback, on size-request signal
16563                 rather than size-allocate to avoid infinite 
16564                 callback loop
16565
16566 2004-08-13 [colin]      0.9.12cvs60.2
16567
16568         * src/common/defs.h
16569                 Cache versions have been fixed
16570
16571 2004-08-13 [colin]      0.9.12cvs60.1
16572
16573         * src/folderutils.c
16574                 Sync with HEAD
16575
16576 2004-08-12 [colin]      0.9.12cvs59.1
16577
16578         * src/plugins/trayicon/trayicon.c
16579                 Sync with HEAD
16580
16581 2004-08-12 [colin]      0.9.12cvs57.5
16582
16583         * sylpheed.desktop
16584         * configure.ac
16585         * src/Makefile.am
16586         * src/main.c
16587                 Add support for Freedesktop.org's startup notification
16588
16589 2004-08-11 [colin]      0.9.12cvs57.4
16590
16591         * src/textview.c
16592                 Fix off-by-one
16593
16594 2004-08-11 [colin]      0.9.12cvs57.3
16595
16596         * src/message_search.c
16597         * src/summary_search.c
16598                 Make searches case insensitive by default
16599         * src/textview.c
16600                 Fix case-insensitive search in message
16601
16602 2004-08-11 [colin]      0.9.12cvs57.2
16603
16604         * src/summary_search.c
16605                 Let case-sensitive be specified
16606
16607 2004-08-10 [colin]      0.9.12cvs55.4
16608
16609         * src/common/socket.c
16610                 Fix the possible race condition
16611
16612 2004-08-09 [paul]       0.9.12cvs55.3
16613
16614         * configure.ac
16615         * src/Makefile.am
16616         * src/common/Makefile.am
16617                 sync with HEAD
16618
16619
16620 2004-08-09 [paul]       0.9.12cvs55.2
16621
16622         * autogen.sh
16623         * po/poconv.sh
16624                 remove unneeded script
16625
16626         * configure.ac
16627                 add forgotten USE_LDAP_TLS (sync with HEAD)
16628
16629
16630 2004-08-09 [colin]      0.9.12cvs55.1
16631
16632         * src/main.c
16633         * src/common/ssl.c
16634         * src/common/sylpheed.c
16635         * src/common/sylpheed.h
16636                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16637
16638 2004-08-09 [paul]       0.9.12cvs54.1
16639
16640         * ChangeLog
16641         * ChangeLog.claws
16642         * ChangeLog.jp
16643         * configure.ac
16644         * po/POTFILES.in
16645         * src/Makefile.am
16646         * src/folderutils.c
16647         * src/main.c
16648         * src/pgpmime.c
16649         * src/pgpmime.h
16650         * src/sgpgme.c
16651         * src/sgpgme.h
16652         * src/plugins/Makefile.am
16653         * src/plugins/pgpmime/.cvsignore
16654         * src/plugins/pgpmime/Makefile.am
16655         * src/plugins/pgpmime/pgpmime.c
16656         * src/plugins/pgpmime/pgpmime.h
16657         * src/plugins/pgpmime/plugin.c
16658         * src/plugins/pgpmime/sgpgme.c
16659         * src/plugins/pgpmime/sgpgme.h
16660                 sync with HEAD
16661
16662 2004-08-08 [paul]       0.9.12cvs51.1
16663
16664         * configure.ac
16665         * src/folder.c
16666                 sync with HEAD
16667
16668 2004-08-07 [colin]      0.9.12cvs50.1
16669
16670         * src/pop.c
16671         * src/common/partial_download.c
16672                 fix warnings (sync from HEAD)
16673
16674 2004-08-07 [colin]      0.9.12cvs48.1
16675
16676         * src/prefs_folder_item.c
16677                 sync with HEAD 0.9.12cvs48
16678
16679 2004-08-06 [colin]      0.9.12cvs47.1
16680
16681         * src/compose.c
16682                 Sync with HEAD
16683
16684 2004-08-06 [christoph]  0.9.12cvs46.2
16685
16686         * src/main.c
16687         * src/plugins/clamav/clamav_plugin_gtk.c
16688         * src/plugins/dillo_viewer/dillo_viewer.c
16689         * src/plugins/image_viewer/plugin.c
16690         * src/plugins/mathml_viewer/mathml_viewer.c
16691         * src/plugins/spamassassin/spamassassin_gtk.c
16692         * src/plugins/trayicon/trayicon.c
16693                 don't mix GTK1.2 plugin with GTK2 plugins
16694
16695 2004-08-06 [colin]      0.9.12cvs46.1
16696
16697         * ChangeLog
16698         * ChangeLog.claws
16699         * ChangeLog.jp
16700         * configure.ac
16701         * sylpheed-claws.pc.in
16702         * src/folder.c
16703         * src/imap.c
16704         * src/localfolder.c
16705         * src/messageview.c
16706         * src/mimeview.c
16707         * src/mimeview.h
16708         * src/msgcache.c
16709         * src/news.c
16710         * src/prefs_ext_prog.c
16711         * src/prefs_folder_item.c
16712         * src/prefs_fonts.c
16713         * src/prefs_msg_colors.c
16714         * src/prefs_spelling.c
16715         * src/prefs_themes.c
16716         * src/prefs_toolbar.c
16717         * src/prefs_wrapping.c
16718         * src/procmime.h
16719         * src/common/defs.h
16720         * src/common/nntp.c
16721         * src/common/session.c
16722         * src/common/session.h
16723         * src/common/socket.c
16724         * src/common/utils.h
16725         * src/common/xml.c
16726         * src/common/xml.h
16727         * src/gtk/prefswindow.c
16728         * src/gtk/prefswindow.h
16729         * src/plugins/clamav/clamav_plugin_gtk.c
16730         * src/plugins/dillo_viewer/dillo_prefs.c
16731         * src/plugins/image_viewer/viewerprefs.c
16732         * src/plugins/spamassassin/spamassassin_gtk.c
16733         * m4/openssl.m4 *** REMOVED ***
16734                 Sync with HEAD 0.9.12cvs46
16735
16736 2004-08-03 [paul]       0.9.12cvs40.2
16737
16738         * src/action.c
16739         * src/addressadd.c
16740         * src/addressbook.c
16741         * src/addrgather.c
16742         * src/browseldap.c
16743         * src/compose.c
16744         * src/crash.c
16745         * src/editaddress.c
16746         * src/editgroup.c
16747         * src/editldap_basedn.c
16748         * src/foldersel.c
16749         * src/importldif.c
16750         * src/mimeview.c
16751         * src/prefs_common.c
16752         * src/prefs_template.c
16753         * src/sourcewindow.c
16754         * src/summaryview.c
16755         * src/gtk/about.c
16756         * src/gtk/foldersort.c
16757         * src/gtk/logwindow.c
16758         * src/gtk/pluginwindow.c
16759         * src/gtk/prefswindow.c
16760                 change all gtk_scrolled_window_set_policy from 
16761                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16762
16763 2004-08-02 [paul]       0.9.12cvs40.1
16764
16765         * AUTHORS
16766                 update translation team section
16767         * po/pt_BR.po
16768                 updated by Frederico Goncalves Guimaraes
16769                 <fggdebian@yahoo.com.br>
16770
16771 2004-07-31 [colin]      0.9.12cvs39.9
16772
16773         * src/exphtmldlg.c
16774                 Fix compilation
16775
16776 2004-07-31 [colin]      0.9.12cvs39.8
16777
16778         * src/exphtmldlg.c
16779                 Fix an alertpanel type
16780
16781 2004-07-30 [colin]      0.9.12cvs39.7
16782
16783         * src/alertpanel.c
16784                 Fix alertpanel_error_log's icon
16785
16786 2004-07-30 [colin]      0.9.12cvs39.6
16787
16788         * src/pop.c
16789                 Two of them should still be warnings
16790
16791 2004-07-30 [colin]      0.9.12cvs39.5
16792
16793         * src/pop.c
16794                 More warning -> error
16795 2004-07-29 [colin]      0.9.12cvs39.4
16796
16797         * src/pop.c
16798                 Warning -> error
16799
16800 2004-07-29 [colin]      0.9.12cvs39.3
16801
16802         * src/prefs_matcher.c
16803                 Fix segfault
16804
16805 2004-07-29 [colin]      0.9.12cvs39.2
16806
16807         * src/alertpanel.c
16808                 More nice-looking alertpanels
16809
16810 2004-07-29 [colin]      0.9.12cvs39.1
16811
16812         * src/messageview.c
16813                 sync with head
16814                 (inform user when partial mail is deleted on server)
16815
16816 2004-07-29 [colin]      0.9.12cvs38.1
16817
16818         * src/messageview.c
16819                 sync with head
16820
16821 2004-07-28 [paul]       0.9.12cvs37.7
16822
16823         * src/mainwindow.c
16824                 complete the replacement of deprecated gtk_progress_*
16825
16826 2004-07-28 [paul]       0.9.12cvs37.6
16827
16828         * src/action.c
16829         * src/inc.c
16830         * src/mainwindow.c
16831         * src/send_message.c
16832         * src/gtk/progressdialog.c
16833         * src/gtk/progressdialog.h
16834                 replace deprecated gtk_progress_*
16835
16836 2004-07-28 [paul]       0.9.12cvs37.5
16837
16838         * src/gtk/filesel.c
16839                 remove gtk_window_set_wmclass()
16840 2004-07-28 [paul]       0.9.12cvs37.4
16841
16842         * src/addressbook.c
16843         * src/compose.c
16844         * src/foldersel.c
16845         * src/mainwindow.c
16846         * src/messageview.c
16847         * src/sourcewindow.c
16848         * src/gtk/logwindow.c
16849                 remove gtk_window_set_wmclass()
16850                 
16851         * src/prefs_filtering.c
16852         * src/prefs_filtering_action.c
16853         * src/prefs_fonts.c
16854         * src/prefs_gtk.c
16855         * src/prefs_matcher.c
16856         * src/ssl_manager.c
16857         * src/gtk/prefswindow.c
16858                 replace gtk_window_position()
16859
16860 2004-07-28 [colin]      0.9.12cvs37.3
16861
16862         * src/alertpanel.c
16863         * src/alertpanel.h
16864                 Add a way to specify panel type for specific
16865                 panels (alertpanel())
16866         * src/account.c
16867         * src/addressbook.c
16868         * src/compose.c
16869         * src/expldifdlg.c
16870         * src/main.c
16871         * src/messageview.c
16872         * src/summaryview.c
16873         * src/textview.c
16874         * src/gtk/sslcertwindow.c
16875                 Fix alertpanel()s so that their icon match
16876                 their real type
16877
16878 2004-07-28 [paul]       0.9.12cvs37.2
16879
16880         * src/addr_compl.c
16881         * src/addressbook.c
16882         * src/alertpanel.c
16883         * src/compose.c
16884         * src/export.c
16885         * src/foldersel.c
16886         * src/folderview.c
16887         * src/grouplistdialog.c
16888         * src/import.c
16889         * src/mainwindow.c
16890         * src/message_search.c
16891         * src/messageview.c
16892         * src/passphrase.c
16893         * src/prefs_actions.c
16894         * src/prefs_common.c
16895         * src/prefs_customheader.c
16896         * src/prefs_display_header.c
16897         * src/prefs_filtering.c
16898         * src/prefs_filtering_action.c
16899         * src/prefs_gtk.c
16900         * src/prefs_matcher.c
16901         * src/prefs_msg_colors.c
16902         * src/prefs_summary_column.c
16903         * src/prefs_template.c
16904         * src/sourcewindow.c
16905         * src/ssl_manager.c
16906         * src/summary_search.c
16907         * src/gtk/colorsel.c
16908         * src/gtk/description_window.c
16909         * src/gtk/gtkaspell.c
16910         * src/gtk/inputdialog.c
16911         * src/gtk/logwindow.c
16912         * src/gtk/prefswindow.c
16913         * src/gtk/progressdialog.c
16914                 replace deprecated gtk_window_set_policy
16915
16916 2004-07-27 [colin]      0.9.12cvs37.1
16917
16918         * src/msgcache.c
16919                 More fixes (synced for head again)
16920
16921 2004-07-27 [colin]      0.9.12cvs35.3
16922
16923         * src/msgcache.c
16924                 Fix wrong test
16925
16926 2004-07-27 [colin]      0.9.12cvs35.2
16927
16928         * src/mimeview.c
16929                 Fix width a bit (by Paul)
16930         * src/alertpanel.c
16931         * src/alertpanel.h
16932                 Specialize icons, make alertpanel_message()
16933                 private
16934         * src/message_search.c
16935         * src/sgpgme.c
16936         * src/summary_search.c
16937                 Suit alertpanel changes
16938
16939 2004-07-27 [colin]      0.9.12cvs35.1
16940
16941         * src/alertpanel.c
16942                 Add an icon
16943         * src/passphrase.c
16944                 Add debug output - maybe someone will
16945                 want to look at the problem with Grab
16946                 Input :)
16947         Bump version as we're synced with HEAD
16948
16949 2004-07-26 [colin]      0.9.12cvs33.26
16950
16951         * src/pop.c
16952                 Fix uidl-file parsing when not in new
16953                 format
16954
16955 2004-07-26 [colin]      0.9.12cvs33.25
16956
16957         * src/gtk/menu.c
16958                 Move popup menu up if necessary (fixes 
16959                 account selector)
16960         * src/mainwindow.c
16961                 Set account selector's button height to
16962                 minimum
16963
16964 2004-07-26 [colin]      0.9.12cvs33.24
16965
16966         * src/alertpanel.c
16967                 Maybe fix 551 (Truncated font in alert window)
16968
16969 2004-07-26 [colin]      0.9.12cvs33.23
16970
16971         * po/de.po
16972         * po/es.po
16973         * po/fr.po
16974         * po/it.po
16975         * po/ja.po
16976         * po/pl.po
16977         * po/ru.po
16978         * po/sk.po
16979         * po/sr.po
16980         * po/zh_CN.po
16981                 Sync po files with HEAD
16982
16983 2004-07-26 [paul]       0.9.12cvs33.22
16984
16985         * src/compose.c
16986                 fix Bug 556 'Organisation-header is sent even if empty'
16987
16988 2004-07-24 [colin]      0.9.12cvs33.21
16989
16990         * src/compose.c
16991         * src/gtk/gtkaspell.c
16992         * src/gtk/gtkaspell.h
16993                 Fix speller accelerators (require hack)
16994
16995 2004-07-24 [colin]      0.9.12cvs33.20
16996
16997         * src/gtk/gtkaspell.c
16998                 Fix over-eager code deletion breaking
16999                 Check while typing
17000
17001 2004-07-24 [colin]      0.9.12cvs33.19
17002
17003         * src/browseldap.c
17004         * src/ldapctrl.c
17005         * src/ldapctrl.h
17006         * src/ldapserver.h
17007                 Sync ldap with HEAD
17008         (Fixes 546 LDAP completely broken)
17009
17010 2004-07-24 [colin]      0.9.12cvs33.18
17011
17012         * src/prefs_msg_colors.c
17013                 Fix prototype mismatch
17014         (Fixes 547 void function cannot return value)
17015
17016 2004-07-24 [colin]      0.9.12cvs33.17
17017
17018         * src/mainwindow.c
17019                 Fix sort going back to previous sort key
17020                 when changing sort direction
17021
17022 2004-07-24 [colin]      0.9.12cvs33.16
17023
17024         * src/compose.c
17025                 Fix space insertion when re-wrapping at 
17026                 cursor point
17027
17028 2004-07-24 [colin]      0.9.12cvs33.15
17029
17030         * src/gtk/gtkaspell.c
17031                 Don't change cursor position in insert-text
17032                 callback
17033         (Fixes 539 Word wrapping on input transposes letters)
17034
17035 2004-07-24 [colin]      0.9.12cvs33.14
17036
17037         * src/gtk/gtkaspell.c
17038                 Reencode non-ascii chars to dictionary's
17039                 encoding
17040         (Fixes 544 Spell check broken non english locale)
17041
17042 2004-07-24 [colin]      0.9.12cvs33.13
17043
17044         * src/summaryview.c
17045                 Fix Shift+Down, add Home/End/PgUp/PgDown
17046
17047 2004-07-21 [colin]      0.9.12cvs33.12
17048
17049         * src/prefs_common.c
17050                 Fix a gtk warning (Patch by Andrej Kacian)
17051
17052 2004-07-21 [colin]      0.9.12cvs33.11
17053
17054         * src/gtk/filesel.c
17055                 More check
17056
17057 2004-07-21 [colin]      0.9.12cvs33.10
17058
17059         * src/compose.c
17060         * src/crash.c
17061         * src/export.c
17062         * src/import.c
17063         * src/messageview.c
17064         * src/mimeview.c
17065         * src/prefs_spelling.c
17066         * src/prefs_themes.c
17067         * src/summaryview.c
17068         * src/gtk/filesel.c
17069         * src/gtk/filesel.h
17070         * src/gtk/pluginwindow.c
17071                 Untwist open/save mode guessing logic, make
17072                 it explicit
17073
17074 2004-07-20 [colin]      0.9.12cvs33.9
17075
17076         * src/codeconv.c
17077                 conv_encode_header: src_charset is UTF-8 on
17078                 gtk2
17079         * src/compose.c
17080                 Remove double encoding of the headers
17081
17082 2004-07-20 [colin]      0.9.12cvs33.8
17083
17084         * src/codeconv.c
17085                 Fix typo
17086
17087 2004-07-20 [colin]      0.9.12cvs33.7
17088
17089         * src/mainwindow.c
17090                 Set the separated messageview to the saved
17091                 size of Claws' messageview (Patch by Alfons)
17092                 Fix a callback prototype (me)
17093
17094 2004-07-20 [colin]      0.9.12cvs33.6
17095
17096         * src/codeconv.h
17097                 Forgot one hunk in 0.9.12cvs33.4
17098
17099 2004-07-19 [colin]      0.9.12cvs33.5
17100
17101         * src/action.c
17102                 Action output fix
17103                 Patch by Alfons
17104
17105 2004-07-19 [colin]      0.9.12cvs33.4
17106
17107         * src/compose.c
17108                 Fix outgoing charset bug in headers
17109         * src/codeconv.c
17110                 Clean for glib2 - Patch by Alfons
17111
17112 2004-07-19 [colin]      0.9.12cvs33.3
17113
17114         * src/statusbar.c
17115                 Remove grip from the statusbar
17116                 Patch by Alfons
17117
17118 2004-07-19 [colin]      0.9.12cvs33.2
17119
17120         * src/messageview.c
17121         * src/textview.c
17122                 Fix messageview remembering the previous
17123                 scroll position when loading a new message
17124                 Patch by Alfons
17125
17126 2004-07-19 [colin]      0.9.12cvs33.1
17127
17128         * src/folder.h
17129         * src/folderview.c
17130         * src/summaryview.c
17131                 Sync with HEAD
17132
17133 2004-07-18 [colin]      0.9.12cvs32.7
17134
17135         * configure.ac
17136                 Remove useless check for XIM - noticed
17137                 by Alfons
17138
17139 2004-07-18 [colin]      0.9.12cvs32.6
17140
17141         * src/summaryview.c
17142                 Remove non-modified and shift-modified
17143                 accelerators in summaryview's popup
17144                 menu, as that doesn't get catched by
17145                 the accel-activate signal catcher...
17146
17147 2004-07-18 [colin]      0.9.12cvs32.5
17148
17149         * src/prefs_common.c
17150                 Define sensible default prefs for 
17151                 wrapping
17152
17153 2004-07-18 [colin]      0.9.12cvs32.4
17154
17155         * src/compose.c
17156         * src/prefs_common.c
17157         * src/prefs_common.h
17158         * src/prefs_wrapping.c
17159                 Remove Smart Wrapping pref, which does
17160                 nothing on gtk2 branch
17161
17162 2004-07-18 [colin]      0.9.12cvs32.3
17163
17164         * src/sourcewindow.c
17165                 Proper utf8
17166
17167 2004-07-18 [colin]      0.9.12cvs32.2
17168
17169         * src/compose.c
17170                 Save attachment status when drafting
17171
17172 2004-07-18 [colin]      0.9.12cvs32.1
17173
17174         * src/gtk/filesel.c
17175                 Fix erratic folder selection in open mode
17176
17177 2004-07-18 [colin]      0.9.12cvs31.11
17178
17179         * src/pop.c
17180                 Don't let partial messages get deleted
17181                 even with "dowload all"
17182                 (0.9.12cvs31.8 fix extension)
17183 2004-07-18 [colin]      0.9.12cvs31.10
17184
17185         * src/gtk/logwindow.c
17186                 Fix log scrolling
17187
17188 2004-07-18 [colin]      0.9.12cvs31.9
17189
17190         * src/common/utils.c
17191                 Fix non-utf8 strings coming from commands
17192                 and files
17193
17194 2004-07-18 [colin]      0.9.12cvs31.8
17195
17196         * src/pop.c
17197                 Fix partial download bug with Download all
17198                 messages option
17199
17200 2004-07-18 [colin]      0.9.12cvs31.7
17201
17202         * src/textview.c
17203                 Fix bug introduced in 0.9.12cvs31.2
17204                 (blocked in select mode after double click)
17205
17206 2004-07-18 [colin]      0.9.12cvs31.6
17207
17208         * src/compose.c
17209         * src/gtk/menu.c
17210                 More glib-warning fixes
17211
17212 2004-07-18 [colin]      0.9.12cvs31.5
17213
17214         * src/compose.c
17215                 Fix trashing the primary clipboard when moving 
17216                 around with tab
17217         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17218
17219 2004-07-18 [colin]      0.9.12cvs31.4
17220
17221         * src/codeconv.c
17222                 convert unencoded iso headers to utf8
17223         (Fix Bug 538 Unencoded local characters in subject make it 
17224          disappear)
17225
17226 2004-07-18 [colin]      0.9.12cvs31.3
17227
17228         * src/compose.c
17229                 Fix tab char handling in wrapping
17230         (Fix Bug 537 Line wrap problem - TAB character treated as 
17231          one character instead of 8)
17232
17233 2004-07-18 [colin]      0.9.12cvs31.2
17234
17235         * src/textview.c
17236                 return FALSE on GDK_MOTION_NOTIFY
17237         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17238          (unable to highlight))
17239
17240 2004-07-18 [colin]      0.9.12cvs31.1
17241
17242         * src/folderview.c
17243                 Sync with 0.9.12cvs31
17244
17245 2004-07-18 [colin]      0.9.12cvs30.4
17246
17247         * src/compose.c
17248                 Also block text_inserted when inserting a file
17249
17250 2004-07-18 [colin]      0.9.12cvs30.3
17251
17252         * src/compose.c
17253                 Fix smart wrapping (block text_inserted handler
17254                 while putting quotation to avoid wrap on input,
17255                 don't join lines if next is sig separator)
17256
17257 2004-07-17 [colin]      0.9.12cvs30.2
17258
17259         * src/folderview.c
17260         * src/mainwindow.c
17261         * src/mimeview.c
17262         * src/summaryview.c
17263         * src/gtk/quicksearch.c
17264         * src/gtk/quicksearch.h
17265                 Block key events handlers *and* accels while
17266                 quicksearch is focused
17267         (Fixes Bug 534 quick-search bar not accepting certain letters)
17268
17269 2004-07-17 [colin]      0.9.12cvs30.1
17270
17271         * src/folder.h
17272         * src/folderview.c
17273         * src/summaryview.c
17274                 Sync with 0.9.12cvs30
17275
17276 2004-07-17 [colin]      0.9.12cvs28.2
17277
17278         * src/mimeview.c
17279         * src/procmime.c
17280         * src/summaryview.c
17281         * src/gtk/menu.c
17282                 Squash some compile and glib warnings
17283
17284 2004-07-17 [paul]       0.9.12cvs28.1
17285
17286         * src/mimeview.c
17287                 sync with 0.9.12cvs28 HEAD
17288
17289 2004-07-16 [paul]       0.9.12cvs26.1
17290         
17291         * src/gtk/quicksearch.c
17292         * src/account.c
17293         * src/account.h
17294         * src/compose.c
17295         * src/customheader.c
17296         * src/folder_item_prefs.c
17297         * src/main.c
17298         * src/mainwindow.c
17299         * src/messageview.c
17300         * src/mimeview.c
17301         * src/news.c
17302         * src/pgpmime.c
17303         * src/pop.c
17304         * src/pop.h
17305         * src/prefs_account.c
17306         * src/prefs_account.h
17307         * src/prefs_common.c
17308         * src/prefs_common.h
17309         * src/prefs_display_header.c
17310         * src/prefs_gtk.c
17311         * src/prefs_gtk.h
17312         * src/procheader.c
17313         * src/procmime.c
17314                 sync with 0.9.12cvs26 HEAD      
17315
17316 2004-07-15 [colin]      0.9.12cvs18.14
17317
17318         * src/folder.c
17319                 Disable GPG signature check during
17320                 folder move and scan
17321         (Closes Bug 521 Signature checking slows down Folder-Move)
17322
17323 2004-07-14 [colin]      0.9.12cvs18.13
17324
17325         * src/common/partial_download.c
17326                 update includes
17327
17328 2004-07-14 [colin]      0.9.12cvs18.12
17329
17330         * src/common/partial_download.c
17331         * src/common/partial_download.h
17332                 Move doc at top, add correct copyright
17333
17334 2004-07-14 [colin]      0.9.12cvs18.11
17335
17336         * src/folder.c
17337         * src/messageview.c
17338         * src/pop.c
17339         * src/pop.h
17340         * src/procmsg.c
17341         * src/summaryview.c
17342         * src/common/Makefile.am
17343         * src/common/partial_download.c ** NEW FILES **
17344         * src/common/partial_download.h ** NEW FILES **
17345                 Move partial-download related stuff to its
17346                 own file
17347
17348 2004-07-14 [colin]      0.9.12cvs18.10
17349
17350         * src/send_message.c
17351                 Fix smtp auth when user is null or empty
17352
17353 2004-07-13 [colin]      0.9.12cvs18.9
17354
17355         * src/gtk/quicksearch.c
17356                 Use alphabetic order
17357
17358 2004-07-13 [colin]      0.9.12cvs18.8
17359
17360         * src/pop.c
17361                 Be paranoid on the checks
17362
17363 2004-07-13 [colin]      0.9.12cvs18.7
17364
17365         * src/gtk/quicksearch.c
17366                 Fix Engrish once again
17367
17368 2004-07-13 [colin]      0.9.12cvs18.6
17369
17370         * src/procmsg.c
17371         * src/summaryview.c
17372                 Mark messages for deletion when they are about to
17373                 be removed from trash
17374
17375 2004-07-13 [colin]      0.9.12cvs18.5
17376
17377         * src/matcher.c
17378         * src/matcher.h
17379         * src/matcher_parser_parse.y
17380         * src/prefs_matcher.c
17381         * src/gtk/quicksearch.c
17382                 Add 'partial' ('p') match string to find partially
17383                 downloaded messages
17384
17385 2004-07-13 [colin]      0.9.12cvs18.4
17386
17387         * src/pop.c
17388                 Fix misplaced block
17389
17390 2004-07-13 [colin]      0.9.12cvs18.3
17391
17392         * src/pop.c
17393         * src/pop.h
17394         * src/messageview.c
17395                 Refactor API (to avoid passing 5+ params and code
17396                 duplication)
17397         * src/folder.c
17398         * src/msgcache.c
17399         * src/procheader.c
17400         * src/common/defs.h
17401                 Add planned_download to cache
17402                 Don't mess uidl file when moving partially downloaded
17403                 mails (they change folder, we should change it in the
17404                 uidl list too or we'll remove an incorrect message)
17405                 (this also helps removing hacks when changing 
17406                 planned_download in messageview.c)
17407
17408 2004-07-12 [colin]      0.9.12cvs18.2
17409
17410         * src/gtk/quicksearch.c
17411                 Fix missing status update in quicksearch
17412
17413 2004-07-12 [paul]       0.9.12cvs18.1
17414
17415         * po/POTFILES.in
17416         * src/Makefile.am
17417         * src/account.c
17418         * src/codeconv.c
17419         * src/compose.c
17420         * src/inc.c
17421         * src/main.c
17422         * src/prefs_common.c
17423         * src/procmsg.h
17424         * src/toolbar.c
17425         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17426         * src/prefs_wrapping.[ch]       ** NEW FILES **
17427         * src/common/intl.h
17428         * src/common/utils.[ch]
17429         * src/gtk/quicksearch.[ch]
17430                 sync with 0.9.12cvs18 HEAD
17431
17432 2004-07-12 [colin]      0.9.11cvs17.25
17433
17434         * src/folder.c
17435         * src/folder.h
17436                 Remove unused function added by me in 0.9.11cvs17.10
17437
17438 2004-07-11 [colin]      0.9.11cvs17.24
17439
17440         * src/inc.c
17441         * src/messageview.c
17442         * src/pop.c
17443         * src/pop.h
17444                 Use folderitem and msgnum instead of filename to
17445                 know which mail to delete
17446                 Move old partial mail deletion to pop.c
17447
17448 2004-07-10 [colin]      0.9.11cvs17.23
17449
17450         * src/inc.c
17451                 Add debug
17452         * src/pop.c
17453         * src/pop.h
17454                 Don't re-use same enums for unrelated stuff: it's 
17455                 completely misleading !
17456                 Document a bit
17457
17458 2004-07-09 [colin]      0.9.11cvs17.22
17459
17460         * src/inc.c
17461                 Remove folder-type check and do
17462                 more tests to be sure everything's
17463                 ok
17464         * src/messageview.c
17465                 Punctuation update, remove useless
17466                 code, fix two warnings
17467         * src/noticeview.c
17468                 Layout cleaning, reset 2nd button
17469                 when specifying one
17470
17471 2004-07-09 [colin]      0.9.11cvs17.21
17472
17473         * src/messageview.c
17474         * src/pop.c
17475         * src/pop.h
17476                 Allow user to change his mind
17477                 and postpone decision (by
17478                 unmarking the mail)
17479
17480 2004-07-09 [colin]      0.9.11cvs17.20
17481
17482         * src/messageview.c
17483                 Fix bug with delete state
17484         * src/pop.c
17485         * src/pop.h
17486                 Fix buffer leak (fread doesn't 
17487                 terminate buffers with \0)
17488                 Refactoring (remove magic 
17489                 numbers)
17490
17491 2004-07-09 [colin]      0.9.11cvs17.19
17492
17493         * src/pop.c
17494                 Don't log "Skipping message" if 
17495                 we're going to TOP it two lines
17496                 later
17497
17498 2004-07-09 [colin]      0.9.11cvs17.18
17499
17500         * src/messageview.c
17501                 Fix Engrish
17502
17503 2004-07-09 [colin]      0.9.11cvs17.17
17504
17505         * src/pop.c
17506                 strlen checking...
17507         * src/messageview.c
17508                 refactoring a bit
17509
17510 2004-07-08 [colin]      0.9.11cvs17.16
17511
17512         * src/noticeview.c
17513         * src/noticeview.h
17514                 Add an optional second button
17515         * src/messageview.c
17516         * src/pop.c
17517         * src/pop.h
17518                 Don't delete partially received mails after a certain
17519                 time; rather, let the user decide.
17520
17521 2004-07-08 [colin]      0.9.11cvs17.15
17522
17523         * src/common/smtp.h
17524                 Sync with HEAD
17525
17526 2004-07-08 [colin]      0.9.11cvs17.14
17527
17528         * src/messageview.c
17529         * src/common/smtp.c
17530                 Use to_human_readable() for sizes
17531
17532 2004-07-08 [colin]      0.9.11cvs17.13
17533
17534         * src/inc.c
17535         * src/messageview.c
17536         * src/pop.c
17537         * src/pop.h
17538         * src/procmsg.c
17539                 Fix partial-downloading issues:
17540                         catch unsupported TOP
17541                         don't delete partially downloaded mails before 5 days
17542                         don't update existing with non-MH folders; that'll
17543                         make dups, but it's better than trashing the folder
17544                         free new msginfo parts
17545                 Fix indentation ;-)
17546
17547 2004-07-08 [colin]      0.9.11cvs17.12
17548
17549         * src/common/smtp.c
17550         * src/common/smtp.h
17551                 Sync smtp size verification with HEAD
17552
17553 2004-07-08 [colin]      0.9.11cvs17.11
17554
17555         * src/summaryview.c
17556         * src/prefs_common.c
17557         * src/prefs_common.h
17558         * src/gtk/quicksearch.c
17559         * src/gtk/quicksearch.h
17560                 Sync sticky pref with HEAD
17561
17562 2004-07-08 [colin]      0.9.11cvs17.10
17563
17564         * src/folder.c [1.213.2.6]
17565         * src/folder.h [1.87.2.6]
17566         * src/inc.c [1.149.2.7]
17567         * src/messageview.c [1.94.2.8]
17568         * src/procheader.c [1.47.2.6]
17569         * src/procmsg.c [1.150.2.4]
17570         * src/procmsg.h [1.60.2.5]
17571         * src/pop.c [1.56.2.4]
17572         * src/pop.h [1.17.2.3]
17573                 Let too big messages get downloaded, but truncated
17574                 Add a button to download them completely
17575                 
17576 2004-07-06 [colin]      0.9.11cvs17.9
17577
17578         * src/gtk/quicksearch.c [1.1.2.3]
17579                 Add a Clear button
17580         * commitHelper
17581         * PATCHSETS
17582                 Add a script to help with cvs
17583
17584 2004-07-03 [colin]      0.9.11cvs17.8
17585
17586         * src/plugins/imageviewer/viewer.c
17587                 fix imageviewer (which was staying on the first
17588                 displayed image)
17589
17590 2004-07-03 [colin]      0.9.11cvs17.7
17591
17592         Removed FIXME_GTK2 warnings
17593         * src/gtk/gtkutils.c
17594                 useless #warnings
17595         * src/gtk/menu.c
17596                 useless #warnings (no need to mess with menu rc)
17597         * src/gtk/menu.h
17598                 unused functions
17599         
17600
17601 2004-07-03 [colin]      0.9.11cvs17.6
17602
17603         Removed FIXME_GTK2 warnings
17604         * src/codeconv.c
17605                 useless #warnings (rewrite needed)
17606         * src/compose.c
17607                 useless #warnings (rewrite needed)
17608                 useless #warnings (gtk2 is like that)
17609                 useless #warnings (previously fixed)
17610         * src/main.c
17611                 useless #warnings (previously fixed)
17612         * src/message_search.c
17613                 useless #warnings (gtk2 is like that)
17614                 Made apparent that search is case-sensitive
17615         * src/mimeview.c
17616                 useless #warnings (rewrite needed)
17617                 useless #warnings (gtk2 is like that)
17618                 reimplemented real warnings
17619         * src/prefs_common.c
17620                 Removed block cursor option (not it gtk2)
17621         * src/prefs_gtk.c
17622                 useless #warnings (rewrite needed)
17623         * src/procheader.c
17624                 useless #warnings (rewrite needed)
17625         * src/sourcewindow.c
17626                 useless #warnings (incorrect placing)
17627         * src/summary_search.c
17628                 useless #warnings (gtk2 is like that)
17629                 Made apparent that search is case-sensitive
17630         * src/action.c
17631                 useless #warnings (gtk2 is like that)
17632         * src/textview.c
17633                 useless #warnings (rewrite needed)
17634         * src/toolbar.c
17635                 useless #warnings (rewrite needed)
17636
17637 2004-07-03 [colin]      0.9.11cvs17.5
17638
17639         * src/textview.c
17640                 Fix mismerge which broke URI opening
17641                 
17642 2004-07-01 [colin]      0.9.11cvs17.4
17643
17644         * src/gtk/filesel.c
17645                 Fill filename when saving
17646                 
17647 2004-06-27 [colin]      0.9.11cvs17.3
17648
17649         * src/gtk/filesel.[ch]
17650                 Use the new GTK file selector
17651                 Update prototype to match the reality: multiple file
17652                 selection is open-only          
17653         * src/compose.c
17654                 Match the new prototypes        
17655         * configure.ac
17656                 Match the new requirements (gtk 2.4.0)
17657                         
17658 2004-06-26 [colin]      0.9.11cvs17.2
17659
17660         * src/plugins/trayicon/trayicon.c
17661                 Remove useless signal handler on resize, which causes
17662                 an infinite "loop"
17663         
17664 2004-06-26 [colin]      0.9.11cvs17.1
17665         
17666         * tools/Makefile.am
17667                 remove launch_firebird and add nautilus2sylpheed.sh
17668         * src/quicksearch.c
17669           src/summaryview.c
17670                 Fix show/hide "Extended symbols" button problem
17671                 Fix apparition at startup
17672                 Fix const warnings
17673         * src/plugins/image_viewer/Makefile.am
17674                 Fix configure 
17675         * common/ssl.c
17676                 Re-enable certificate check, as it doesn't seem to
17677                 cause Xlib errors anymore
17678
17679 2004-06-25 [paul]       0.9.11cvs17
17680
17681         * sync with 0.9.11cvs17 HEAD
17682         
17683         NOTE: QuickSearch is broken
17684
17685 2004-06-07 [colin]      0.9.10claws67.10
17686         * src/plugins/trayicon/trayicon.c
17687           src/plugins/trayicon/libeggtrayicon/Makefile.am
17688           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17689                 Fix gettextization in trayicon plugin
17690
17691 2004-06-07 [colin]      0.9.10claws67.9
17692         
17693         * src/summaryview.c
17694           src/gtk/gtksctree.[ch]
17695                 Let Shift+{Up,Down} work in summaryview
17696                 (well, Down "works" and Up works)
17697                 Let the list scroll when using these keys
17698
17699 2004-06-06 [colin]      0.9.10claws67.8
17700
17701         * src/plugins/trayicon/trayicon.c
17702                 Fix pixmap update
17703
17704 2004-06-06 [colin]      0.9.10claws67.7
17705
17706         * src/addressbook.c
17707                 Fix signal handling causing system-wide focus grab
17708
17709 2004-05-25 [paul]       0.9.10claws67.6
17710
17711         * Makefile.am
17712           src/Makefile.am
17713                 clean up
17714
17715 2004-05-25 [paul]       0.9.10claws67.5
17716
17717         * replace deprecated gtk_signal... functions
17718
17719 2004-05-23 [colin]      0.9.10claws67.4
17720
17721         * src/compose.c
17722                 Fix wrapping
17723
17724 2004-05-22 [colin]      0.9.10claws67.3
17725
17726         * src/compose.c
17727                 Re-fix [Edited] in compose.c::compose_reedit()
17728
17729 2004-05-22 [colin]      0.9.10claws67.2
17730
17731         * src/procmime.c
17732                 Fix parsing of multiparts mails
17733
17734 2004-05-22 [colin]      0.9.10claws67.1
17735
17736         * src/summaryview.c
17737                 Fix quicksearch
17738
17739 2004-05-22 [paul]       0.9.10claws67
17740
17741         * sync with 0.9.10claws67 HEAD
17742
17743 2004-05-14 [alfons]
17744
17745         * src/procmime.h
17746                 add forgotton prototype
17747
17748 2004-05-10 [paul]       0.9.10claws57
17749
17750         * sync with 0.9.10claws57 HEAD
17751
17752 2004-05-05 [paul]       0.9.9.claws1
17753
17754         * ChangeLog-gtk2        ** REMOVED **
17755           ChangeLog-gtk2.claws  ** ADDED **
17756                 rename and adopt the normal claws format
17757                 
17758         * configure.ac
17759                 require gtkmathview >= 0.5
17760
17761         * ac/*                          ** REMOVED **
17762           ac/                           ** REMOVED **
17763           intl/Makefile.in              ** REMOVED **
17764           m4/                           ** ADDED **
17765           m4/missing                    ** ADDED **
17766           m4/missing/gdk-pixbuf.m4      ** ADDED **
17767           m4/missing/gettext.m4         ** ADDED **
17768           m4/missing/gpgme.m4           ** ADDED **
17769           m4/missing/imlib.m4           ** ADDED **
17770           m4/.cvsignore                 ** ADDED **
17771           m4/Makefile.am                ** ADDED **
17772           m4/README                     ** ADDED **
17773           m4/aclocal-include.m4         ** ADDED **
17774           m4/aspell.m4                  ** ADDED **
17775           m4/check-type.m4              ** ADDED **
17776           m4/gnupg-check-typedef.m4     ** ADDED **
17777           m4/openssl.m4                 ** ADDED **
17778           m4/spamassassin.m4            ** ADDED **
17779           po/ChangeLog                  ** REMOVED **
17780           po/Makefile.in.in             ** REMOVED **
17781           po/Rules-quot                 ** REMOVED **
17782           po/boldquot.sed               ** REMOVED **
17783           po/en@boldquot.header         ** REMOVED **
17784           po/en@quot.header             ** REMOVED **
17785           po/insert-header.sin          ** REMOVED **
17786           po/quot.sed                   ** REMOVED **
17787           po/remove-potcdate.sed        ** REMOVED **
17788           po/remove-potcdate.sin        ** REMOVED **
17789           po/stamp-po                   ** REMOVED **
17790           Makefile.am
17791           autogen.sh
17792           configure.ac
17793                 enable building with automake 1.8.x
17794                 add 'autopoint --force' to autogen.sh and remove all
17795                 auto-generated files, remove ac/ directory and use
17796                 m4/ directory instead
17797                 
17798         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17799                 fix gettextization
17800
17801 2004-02-28 Colin Leroy <colin@colino.net>
17802         * src/prefs_matcher.c
17803           src/prefs_filtering.c
17804           src/prefs_filtering_action.c
17805                 Fix non-editable GtkEntries
17806
17807 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17808         * src/prefs_themes.c
17809                 utf8 conversion for theme info
17810
17811 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17812         * sync 0.9.9claws
17813
17814 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17815         * src/grouplistdialog.c
17816                 allow multiple selections without ctrl key
17817
17818 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17819         * src/main.c
17820                 enable customizable accelerators
17821
17822 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17823         * src/prefs_common.c
17824                 re-enable different font settings for gtk1/2
17825         * src/prefs_folder_item.c
17826                 fix folder prefs displayed wrong
17827         * src/textview.c
17828                 set 'sunken' shadow type
17829
17830 2004-02-07 Colin Leroy <colin@colino.net>
17831         * src/compose.c
17832                 Fix message being always [Edited]
17833                 Encode headers correctly (utf8 buf)
17834
17835 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17836         * src/socket.c
17837                 remove double g_source_attach()
17838                 (Thanks to Colin Leroy)
17839
17840 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17841         * src/gtk/gtksctree.c
17842                 Fix SSL certificate list not shown
17843         * src/mimeview.c
17844                 Fix clicks in mime tree
17845
17846 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17847         * src/common/socket.c
17848                 Fix SSL receive
17849         * src/compose.c
17850                 Fix clipboard menu hotkeys
17851
17852 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17853         * src/gtk/gtkaspell.[ch]
17854           src/compose.c
17855                 reimplement spellchecker
17856
17857 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17858         * src/gtk/filesel.c
17859                 crash when inserting file in compose window
17860                 (TODO: keep old selection on clicks)
17861         * src/main.c
17862                 use gtkrc-2.0 instead of gtkrc
17863
17864 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17865         * src/messageview.c
17866                 remove orphaned mimeview unref()
17867
17868 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17869         * src/grouplistdialog.c
17870                 expand nodes containing subscribed groups
17871
17872 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17873         * src/textview.c
17874                 textview: hide cursor, restore old click behaviour
17875
17876 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17877         * src/textview.c
17878                 variable names messed up
17879
17880 2004-01-17 Colin Leroy <colin@colino.net>
17881         * src/addr_compl.c
17882                 Fix completion address too thin
17883         * src/compose.c
17884                 Fix tab-to-subject behaviour
17885         * src/summaryview.c
17886                 Implement key up & down in summaryview
17887
17888 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17889
17890         * sync 098claws
17891
17892 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17893         * configure.ac
17894           Makefile.am
17895           doc/.cvsignore
17896           doc/Makefile.am
17897                 faq, man, manual moved to doc/
17898         * ac/aspell.m4
17899           ac/check-type.m4
17900           ac/gnupg-check-typedef.m4
17901           ac/openssl.m4
17902           ac/spamassassin.m4
17903           ac/missing/gdk-pixbuf.m4
17904           ac/missing/gpgme.m4
17905           ac/missing/imlib.m4
17906                 fix automake warnings
17907
17908 2003-12-06 Colin Leroy <colin@colino.net>
17909         * src/summaryview.c
17910                 Fix quicksearch
17911
17912 2003-12-05 Colin Leroy <colin@colino.net>
17913         * src/summaryview.c
17914                 Fix going to next unread folder
17915
17916 2003-12-05 Colin Leroy <colin@colino.net>
17917         * src/crash.c
17918                 Fix gtk2 compilation
17919         * src/session.c
17920                 Remove iotag source handler at disconnection
17921         * src/socket.[ch] 
17922                 Remove source handler when closing socket 
17923                 (fixes another seg)
17924
17925 2003-12-04 Colin Leroy <colin@colino.net>
17926         * src/compose.c
17927           src/prefs_account.c
17928           src/prefs_common.c
17929                 Fix some dropdown menus
17930
17931 2003-12-04 Colin Leroy <colin@colino.net>
17932         * src/compose.c
17933                 Fix event handlers on header fields
17934         * src/common/socket.c
17935           src/common/session.c
17936                 Fix segfault with callback (SSL)
17937                 Fix end of session 
17938
17939 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17940
17941         * Fix compile bug in src/compose.c
17942         * removed src/gtk/gtkstext.[ch]
17943
17944 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17945
17946         * Convert character set and escape "text" attributes in toolbar setting
17947         files.
17948         * Fixed bug in button-press-event handling.
17949
17950 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17951
17952         * Fixed bug in key-press-event handling.
17953
17954 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17955
17956         * Enabled to compile tray-icon plugin (Ad-hoc).
17957         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17958
17959 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17960
17961         * Enabled to compile on sylpheed-claws.
17962         (tray-icon plugin still cannot compile yet.)
17963
17964 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17965
17966         * Updated to 0.9.5.
17967
17968 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17969
17970         * Updated to 0.9.4.
17971         * Ported monitoring SSL mechanism to GSource of GLib2
17972         (I don't confirm it)
17973         * Added _gtk2 suffix to key name of font preference to avoid
17974         ovverwriting preference of Gtk+-1.2 version.
17975
17976 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17977
17978         * Updated to 0.9.2.
17979
17980 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17981
17982         * Updated to 0.9.1.
17983         * Translate po files into UTF-8 when execute autogen.sh.
17984
17985 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17986
17987         * Updated to 0.9.0.
17988
17989 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17990
17991         * Plugged GError related memory leaks.
17992
17993 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17994
17995         * Changed default size of fonts.
17996         * Enabled to set titile font size of warning dialog.
17997
17998 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17999
18000         * Embed a sylpheed icon into executable binary on Windows.
18001
18002 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18003
18004         * I forgot to traslate character set of element string in src/xml.c.
18005
18006 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18007
18008         * Fixed detecting bind_textdomain_codeset in configure.in.
18009         * The bug in which "Example" of "Date fromat" preference isn't displayed
18010         correctly has been fixed.
18011
18012 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18013
18014         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18015           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18016           glib-gettextize
18017           Removed intl directory.
18018           Translated po files into UTF-8.
18019           (Thanks! Ryuji Abe)
18020
18021 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18022
18023         * The bug which doesn't unscape string in xml.c has been fixed.
18024
18025 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18026
18027         * The bug which is failed to translate encoding of file name thorough
18028         file dialog has been fixed.
18029
18030 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18031
18032         * Modified to translate file names which is used in inporting/expoting
18033         mbox feature and "Save as" feature into locale encoding.
18034         * Translate file names into locale encoding when "Attache file" and
18035         "Insert file".
18036         * Force set G_BROKEN_FILENAMES environment variable.
18037         * Other minor fixes.
18038
18039 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18040
18041         * Modified to treat MH folder's name as locale encoding.
18042
18043 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18044
18045         * The bug which clash on switching candidates of auto completion of
18046         addresses, cannot use auto completion in Japanesse is fixed
18047         (Thanks! Tokunaga-san)¡¥
18048
18049 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18050
18051         * The bug which cannot switch key accelerator preference has been fixed
18052         (Thanks! smbd-san)¡¥
18053
18054 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18055
18056         * version 0.8.11-gtk2-20030314
18057
18058 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18059
18060         * The bug in which character set conversion of filtering messages has
18061         been fixed.(Thanks! COCOA-san).
18062
18063 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18064
18065         * Revived "Leave space on head" preference in "Message" category.
18066         * A bug which clash when put the cursor to end of buffer and execute
18067         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18068
18069 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18070
18071         * version 0.8.11-gtk2-20030312
18072
18073 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18074
18075         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18076         * Modified to use Pango's API directly for font preference.
18077         * Integrated GtkTextView of textview to one widget.
18078         * Set fonts of header title in textview by "header_title" tag.
18079         * Removed some deprecated codes.
18080
18081 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18082
18083         * Updated to 0.8.11.
18084         * Merged cygwin patch(Thanks! Sakai-san).
18085
18086 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18087
18088         * version 0.8.10-gtk2-20030309