f3c4ec83ab1af5ce0c7565458569f67a9f0f6b2c
[claws.git] / ChangeLog
1 2007-08-07 [colin]      2.10.0cvs98
2
3         * src/imap.c
4                 fix bug 1275, 'auto-saved draft messages not 
5                 always being removed'; Also, make multiple
6                 copy (in the same account) faster by matching
7                 source/destination message UIDs.
8         * src/messageview.c
9                 Don't try to reshow deleted mail
10         * src/msgcache.c
11                 Fix leak on error path
12
13 2007-08-07 [wwp]        2.10.0cvs97
14
15         * manual/account.xml
16         * manual/advanced.xml
17         * manual/fr/account.xml
18         * manual/fr/advanced.xml
19                 Updated the reference manual and the French translation to
20                 reflect 2.10.0cvs84: enable running folder Processing
21                 rules on demand.
22
23 2007-08-06 [wwp]        2.10.0cvs96
24
25         * src/prefs_common.c
26         * src/prefs_common.h
27         * src/textview.c
28                 Allow changing the emphasis color used to highlight
29                 the newsreader/x-mailer header value when it matches
30                 our preferred mail agent (hidden pref 'emphasis_col' added
31                 to clawsrc).
32
33 2007-08-06 [colin]      2.10.0cvs95
34
35         * src/compose.c
36         * src/compose.h
37                 Re-commit 2.10.0cvs86, with a protection
38                 against Pango bug. Also, try to fix 
39                 bug 1275, 'auto-saved draft messages not 
40                 always being removed'
41
42 2007-08-06 [wwp]        2.10.0cvs94
43
44         * src/gtk/quicksearch.c
45                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
46
47 2007-08-06 [ticho]      2.10.0cvs93
48
49         * src/prefs_account.c
50         * src/gtk/combobox.c
51                 Use GtkComboBox instead of GtkOptionMenu for privacy system
52                 selection in account preferences.
53
54 2007-08-06 [wwp]        2.10.0cvs92
55
56         * src/plugins/pgpcore/plugin.def
57                 Apply one more chunk from gpg4win's 03-w32-port patch.
58
59 2007-08-05 [colin]      2.10.0cvs91
60
61         * src/compose.c
62         * src/compose.h
63                 reverting buggy patch for now
64
65 2007-08-05 [colin]      2.10.0cvs90
66
67         * src/folder.c
68                 Fix slowdown
69
70 2007-08-04 [colin]      2.10.0cvs89
71
72         * src/prefs_summaries.c
73         * src/summary_search.c
74                 Replace deprecated widgets. Patch by
75                 Andrej.
76
77 2007-08-04 [colin]      2.10.0cvs88
78
79         * src/mh.c
80                 Refresh GUI only every 2000 mails on mh_get_last_num
81                 This is fast (readdir) and done only once per 
82                 session/folder
83
84 2007-08-03 [colin]      2.10.0cvs87
85
86         * src/prefs_account.c
87         * src/gtk/combobox.h
88         * src/gtk/gtkutils.c
89                 Fix a deprecated widget. Patch by
90                 Andrej
91
92 2007-08-03 [colin]      2.10.0cvs86
93
94         * src/compose.c
95         * src/compose.h
96                 Make colorisation and wrapping algorithms
97                 faster. Fixes bug 1246, 'compose becomes 
98                 increasingly slow replying to complex emails'
99
100 2007-08-03 [paul]       2.10.0cvs85
101
102         * src/mh.c
103                 keep the window painted
104
105 2007-08-02 [paul]       2.10.0cvs84
106
107         * src/folderview.c
108         * src/mainwindow.c
109         * src/mainwindow.h
110                 enable running folder Processing
111                 rules on demand
112
113 2007-08-02 [paul]       2.10.0cvs83
114
115         * src/textview.c
116                 speed up/clean up rendering of larger
117                 msgs
118                 Thanks to Colin
119
120 2007-08-01 [paul]       2.10.0cvs82
121
122         * src/mainwindow.h
123                 clean up cruft
124         * src/toolbar.c
125                 change default toolbar layout on maemo
126         * src/pixmaps/close.xpm
127                 make the red cross a grey cross
128         * src/pixmaps/jpilot.xpm
129                 make icon smaller so it fits better
130
131 2007-07-31 [paul]       2.10.0cvs81
132
133         * src/setup.c
134         * src/gtk/gtkutils.c
135                 fix crash on maemo on first launch
136
137 2007-07-30 [paul]       2.10.0cvs80
138
139         * src/prefs_matcher.c
140                 specify the units of age and size
141
142 2007-07-30 [paul]       2.10.0cvs79
143
144         * src/main.c
145                 Fix IMAP timeout setting
146
147 2007-07-30 [colin]      2.10.0cvs78
148
149         * src/prefs_account.c
150                 Fix a deprecated widget. Patch by
151                 Andrej
152
153 2007-07-27 [paul]       2.10.0cvs77
154
155         * src/matcher_parser_parse.y
156         * src/prefs_filtering_action.c
157         * src/prefs_matcher.c
158                 these changes forgotten in cvs74's
159                 'watch thread' feature
160
161 2007-07-27 [paul]       2.10.0cvs76
162
163         * src/compose.c
164                 fix potential crasher
165                 thanks to Colin
166
167 2007-07-27 [paul]       2.10.0cvs75
168
169         * src/mainwindow.c
170         * src/manual.c
171         * src/manual.h
172         * src/gtk/gtkutils.c
173                 make mainwindow's /Help/Manual point to the
174                 remote copy if the local copy doesn't exist
175
176 2007-07-27 [paul]       2.10.0cvs74
177
178         * src/Makefile.am
179         * src/filtering.c
180         * src/folder.c
181         * src/mainwindow.c
182         * src/matcher.c
183         * src/matcher.h
184         * src/matcher_parser_parse.y
185         * src/procmsg.c
186         * src/procmsg.h
187         * src/stock_pixmap.c
188         * src/stock_pixmap.h
189         * src/summaryview.c
190         * src/summaryview.h
191         * src/toolbar.c
192         * src/toolbar.h
193         * src/pixmaps/watchthread.xpm
194                 add 'watch thread' feature
195
196 2007-07-27 [paul]       2.10.0cvs73
197
198         * src/prefs_folder_item.c
199                 adjust labels, add tooltips
200
201 2007-07-27 [colin]      2.10.0cvs72
202
203         * src/summaryview.c
204                 Maemo: Remove less used menu items
205
206 2007-07-26 [colin]      2.10.0cvs71
207
208         * src/messageview.c
209                 Maemo: destroy messageview after trashing mail.
210                 Maybe should be done on X11 too
211
212 2007-07-26 [colin]      2.10.0cvs70
213
214         * src/folderview.c
215         * src/mainwindow.c
216         * src/prefs_common.c
217         * src/prefs_common.h
218         * src/summaryview.c
219                 Add View/Show or Hide/Column headers
220
221 2007-07-26 [colin]      2.10.0cvs69
222
223         * src/procmime.c
224                 Fix unwanted output
225
226 2007-07-26 [colin]      2.10.0cvs68
227
228         * src/ldapserver.c
229                 Fix possible crash on cache invalidation
230         * src/compose.c
231         * src/procmime.c
232         * src/procmime.h
233         * src/quote_fmt_parse.y
234                 Make replying to mails with big attachments
235                 much faster. Fixes bug 1224, 'The process of 
236                 Replying to emails with large attachments 
237                 seems unreasonably long...'
238
239 2007-07-26 [colin]      2.10.0cvs67
240
241         * src/mimeview.c
242         * src/matcher.c
243         * src/common/ssl.c
244                 Fix threads use on BSDs
245
246 2007-07-26 [paul]       2.10.0cvs66
247
248         * src/gtk/prefswindow.c
249                 fix account prefs breakage
250                 thanks to Colin
251
252 2007-07-26 [paul]       2.10.0cvs65
253
254         * configure.ac
255                 standardise ./configure --help messages
256
257 2007-07-26 [colin]      2.10.0cvs64
258
259         * src/addressbook.c
260         * src/editaddress.c
261                 Fix two vCard-related crashes
262
263 2007-07-25 [colin]      2.10.0cvs63
264
265         * src/inc.c
266         * src/prefs_common.c
267         * src/prefs_common.h
268         * src/prefs_receive.c
269                 Maemo: Add a better way to notify of
270                 new mails
271         * src/mainwindow.c
272         * src/statusbar.h
273         * src/summaryview.c
274         * src/toolbar.c
275                 Maemo: Various layout fixes
276         * src/gtk/prefswindow.c
277                 Maemo: Better prefs layout
278
279 2007-07-25 [paul]       2.10.0cvs62
280
281         * src/textview.c
282                 fix the layout on maemo
283                 thanks to Colin
284
285 2007-07-25 [iwkse]      2.10.0cvs61
286
287         * src/summaryview.c
288                 add 'o' shortcut on summaryview
289
290 2007-07-25 [iwkse]      2.10.0cvs60
291
292         * src/textview.c
293                 fix o shortcut
294
295 2007-07-24 [colin]      2.10.0cvs59
296
297         * src/mh.c
298                 Fix missing timestamp update on source
299                 folder when moving
300         * src/textview.c
301         * src/textview.h
302                 Better text layout on part's choices
303
304 2007-07-23 [colin]      2.10.0cvs58
305
306         * src/mimeview.c
307         * src/textview.c
308                 Maemo: Automatically choose the correct application
309                 to open parts
310         * src/gtk/quicksearch.c
311                 Make search run on GDK_KP_Enter too
312
313 2007-07-23 [wwp]        2.10.0cvs57
314
315         * src/quote_fmt_lex.l
316                 Revert accidentaly committed lines (account_sig) in
317                 2.10.0cvs56.
318
319 2007-07-23 [wwp]        2.10.0cvs56
320
321         * src/quote_fmt_lex.l
322                 Fix typos around long form expressions in the quote lexer.
323
324 2007-07-23 [paul]
325
326         3.0.0-rc1 released
327
328 2007-07-23 [colin]      2.10.0cvs55
329
330         * src/addr_compl.c
331                 Fix auto-completion on Maemo
332
333 2007-07-23 [colin]      2.10.0cvs54
334
335         * src/statusbar.c
336                 Maemo: Fix sticking statusbars
337
338 2007-07-22 [colin]      2.10.0cvs53
339
340         * src/main.c
341                 Maemo: Fix the strange "top_application" info
342                 at startup. We should do something when 
343                 receiving such a message.
344
345 2007-07-20 [paul]       2.10.0cvs52
346
347         * src/news_gtk.c
348                 add missing #include "statusbar.h"
349
350 2007-07-20 [colin]      2.10.0cvs51
351
352         * src/folder.c
353         * src/folder.h
354         * src/folder_item_prefs.c
355         * src/folder_item_prefs.h
356         * src/folderview.c
357         * src/imap.c
358         * src/imap_gtk.c
359         * src/imap_gtk.h
360         * src/news.c
361         * src/news_gtk.c
362         * src/news_gtk.h
363         * src/prefs_folder_item.c
364                 Implement age-based caching: allow to
365                 specify a threshold for the offline synchronisation
366                 feature, and whether old cached bodies should 
367                 be removed
368         * src/toolbar.c
369         * src/toolbar.h
370                 Fix label/tooltips
371         * src/plugins/dillo_viewer/dillo_viewer.c
372                 Check that Dillo's installed
373
374 2007-07-20 [wwp]        2.10.0cvs50
375
376         * src/mimeview.c
377         * src/stock_pixmap.c
378                 Draw a frame around the selected mimeview part icon (instead of the
379                 shifted 'dancing' icon).
380
381 2007-07-20 [colin]      2.10.0cvs49
382
383         * src/main.c
384                 Unref stuff even on error
385         * src/wizard.c
386                 disconnect signals only at the very
387                 end of the wizard save.
388
389 2007-07-20 [colin]      2.10.0cvs48
390
391         * src/mainwindow.c
392         * src/messageview.c
393         * src/toolbar.c
394         * src/toolbar.h
395                 Fix random crashes while navigating
396                 (GTK_EVENTS_FLUSH)
397
398 2007-07-19 [colin]      2.10.0cvs47
399
400         * configure.ac
401         * src/main.c
402         * src/prefs_common.c
403         * src/prefs_common.h
404         * src/wizard.c
405         * src/common/defs.h
406         * src/common/utils.c
407                 Maemo: add an easy way to store data (mails
408                 and IMAP/NNTP caches) on one of the SD cards,
409                 and protect against unmounts if needed
410
411 2007-07-19 [paul]       2.10.0cvs46
412
413         * src/Makefile.am
414         * src/stock_pixmap.c
415         * src/gtk/about.c
416         * src/pixmaps/claws-mail_logo-small.xpm
417                 implement a (slightly) different About
418                 dialog for maemo and add a small version
419                 of the logo for it
420         * src/wizard.c
421                 use a scrolled window for wizard page 1
422                 on maemo
423
424 2007-07-19 [paul]       2.10.0cvs45
425
426         * src/Makefile.am
427                 too soon for this line
428
429 2007-07-19 [paul]       2.10.0cvs44
430
431         * src/Makefile.am
432                 fix build on n800
433
434 2007-07-19 [colin]      2.10.0cvs43
435
436         * src/wizard.c
437                 Solve Mail/Mailbox name when specifying
438                 full /path/to/Mail.
439
440 2007-07-18 [colin]      2.10.0cvs42
441
442         * src/inc.c
443         * configure.ac
444                 Fix build on n770
445
446 2007-07-18 [colin]      2.10.0cvs41
447
448         * src/inc.c
449                 Maemo: plug the online/offline system into
450                 maemo's interfaces to have Claws automatically
451                 switch according to the system status
452         * src/statusbar.c
453                 Maemo: use HildonBanners to display status
454                 messages. Renders the main statusbar useless.
455
456 2007-07-18 [paul]       2.10.0cvs40
457
458         * src/filtering.c
459                 fix screen blanking on moving/copying many msgs
460         * src/folder.c
461                 fix processing progressbar and screen blanking
462                 during processing
463
464 2007-07-18 [paul]       2.10.0cvs39
465
466         * src/messageview.c
467                 revert cvs37, breakage on maemo
468
469 2007-07-18 [paul]       2.10.0cvs38
470
471         * src/gtk/gtkutils.c
472                 make sure we can still build with older GTK's
473
474 2007-07-18 [colin]      2.10.0cvs37
475
476         * src/messageview.c
477                 Only hide the small layout's messageview, instead
478                 of destroying it when closing
479         * src/gtk/gtkutils.c
480                 Use gtk_window_present_with_time to popup windows,
481                 it seems to make things better with modern WMs
482                 (actually focusing)
483
484 2007-07-17 [colin]      2.10.0cvs36
485
486         * src/editaddress.c
487                 Simplify layout on Maemo
488         * src/folder.c
489                 Fix possible crash
490         * src/prefs_display_header.c
491                 Remove some headers by default on Maemo
492
493 2007-07-17 [paul]       2.10.0cvs35
494
495         * src/prefs_common.c
496         * src/prefs_common.h
497         * src/prefs_logging.c
498         * src/common/log.c
499                 add options to stop/enable writing logs to disc
500
501 2007-07-17 [paul]       2.10.0cvs34
502
503         * src/edittags.c
504                 fix some issues with the Apply tags window:
505                 - set search column (enables autocompl in the treeview)
506                 - apply tag from "New tag" if it existed
507                 - clears New tag entry when adding it with the button
508                 Thanks to Colin
509
510 2007-07-17 [paul]       2.10.0cvs33
511
512         * src/edittags.c
513                 fix 'apply tags' dialogue weirdness
514
515 2007-07-16 [colin]      2.10.0cvs32
516
517         * src/toolbar.c
518                 Fix double-loading of mails on Maemo
519
520 2007-07-16 [colin]      2.10.0cvs31
521
522         * src/messageview.c
523                 Prevent double-loading of the same part under some
524                 conditions; hide statusbar on Maemo
525
526 2007-07-16 [colin]      2.10.0cvs30
527
528         * src/edittags.c
529         * src/edittags.h
530         * src/mainwindow.c
531         * src/summaryview.c
532                 Improve the tag interface - allow
533                 to set/unset tags from a special
534                 window.
535         * src/gtk/gtkvscrollbutton.c
536         * src/mimeview.c
537         * src/mimeview.h
538         * src/stock_pixmap.c
539                 Fix Mimeview's ugly hacks in the
540                 icon list. 
541
542 2007-07-16 [paul]       2.10.0cvs29
543
544         * src/wizard.c
545                 rework dialog
546         * src/gtk/icon_legend.c
547                 put it all in a scrolled window
548
549 2007-07-15 [colin]      2.10.0cvs28
550
551         * src/mainwindow.c
552                 Maemo: force layout to be Small screen; the
553                 others don't make sense
554
555 2007-07-14 [colin]      2.10.0cvs27
556
557         * src/mimeview.c
558         * src/gtk/gtkvscrollbutton.c
559                 Maemo: Fix mimeview's buttons size
560
561 2007-07-14 [colin]      2.10.0cvs26
562
563         * src/toolbar.c
564                 Fix the button workaround fix.
565                 (Use the correct variable)
566
567 2007-07-14 [colin]      2.10.0cvs25
568
569         * src/mainwindow.c
570         * src/toolbar.c
571                 Maemo: put the progress bar in the
572                 toolbar
573
574 2007-07-14 [colin]      2.10.0cvs24
575
576         * src/prefs_common.c
577                 Maemo: hide statusbar by default
578         * src/Makefile.am
579         * src/stock_pixmap.c
580         * src/stock_pixmap.h
581         * src/toolbar.c
582         * src/pixmaps/go_folders.xpm
583                 Maemo: Add a specific icon to go back to
584                 folder list
585
586 2007-07-14 [colin]      2.10.0cvs23
587
588         * src/toolbar.c
589                 Don't set homogeneous finally
590
591 2007-07-14 [colin]      2.10.0cvs22
592
593         * src/toolbar.c
594                 Fix button show/hide issues
595
596 2007-07-14 [colin]      2.10.0cvs21
597
598         * src/toolbar.c
599                 Fix huge arrows
600                 Fix button workaround to be able to click
601                 if mouse was on button when it went un-
602                 sensitive.
603                 Revert previous commit, gtk_tool_item_set_homogeneous
604                 doesn't mean what it seems to mean ;-)
605
606 2007-07-14 [paul]       2.10.0cvs20
607
608         * src/toolbar.c
609                 make homogeneous FALSE always
610
611 2007-07-13 [colin]      2.10.0cvs19
612
613         * src/toolbar.c
614         * src/toolbar.h
615                 Rework to fit the non-deprecated API
616         * src/compose.c
617         * src/folderview.c
618         * src/mainwindow.c
619         * src/messageview.c
620         * src/summaryview.c
621                 Maemo layout changes. Better toolbars,
622                 removal of CTree headers. 
623
624 2007-07-13 [paul]       2.10.0cvs18
625
626         * src/gtk/colorlabel.c
627                 fix bug 1261, '[DE] coloring messages in overview 
628                 keys are not localised'
629                 the string is now included in claws-mail.pot
630
631 2007-07-13 [colin]      2.10.0cvs17
632
633         * src/summaryview.c
634                 Fix bug 1267, 'printing mutliple messages 
635                 opens one message-dialog after the other'
636                 Ask for confirmation when printing 10
637                 messages or more.
638
639 2007-07-11 [colin]      2.10.0cvs16
640
641         * COPYING
642         * README
643         * autogen.sh
644         * manual/claws-mail-manual.xml
645         * manual/gpl.xml
646         * manual/es/claws-mail-manual.xml
647         * manual/es/gpl.xml
648         * manual/fr/claws-mail-manual.xml
649         * manual/fr/gpl.xml
650         * manual/pl/gpl.xml
651         * src/account.c
652         * src/account.h
653         * src/action.c
654         * src/action.h
655         * src/adbookbase.h
656         * src/addr_compl.c
657         * src/addr_compl.h
658         * src/addrbook.c
659         * src/addrbook.h
660         * src/addrcache.c
661         * src/addrcache.h
662         * src/addrcindex.c
663         * src/addrcindex.h
664         * src/addrclip.c
665         * src/addrclip.h
666         * src/addrdefs.h
667         * src/addressadd.c
668         * src/addressadd.h
669         * src/addressbook.c
670         * src/addressbook.h
671         * src/addressbook_foldersel.c
672         * src/addressbook_foldersel.h
673         * src/addressitem.h
674         * src/addrgather.c
675         * src/addrgather.h
676         * src/addrharvest.c
677         * src/addrharvest.h
678         * src/addrindex.c
679         * src/addrindex.h
680         * src/addritem.c
681         * src/addritem.h
682         * src/addrquery.c
683         * src/addrquery.h
684         * src/addrselect.c
685         * src/addrselect.h
686         * src/alertpanel.c
687         * src/alertpanel.h
688         * src/browseldap.c
689         * src/browseldap.h
690         * src/codeconv.c
691         * src/codeconv.h
692         * src/compose.c
693         * src/compose.h
694         * src/crash.c
695         * src/crash.h
696         * src/customheader.c
697         * src/customheader.h
698         * src/displayheader.c
699         * src/displayheader.h
700         * src/editaddress.c
701         * src/editaddress.h
702         * src/editaddress_other_attributes_ldap.c
703         * src/editaddress_other_attributes_ldap.h
704         * src/editbook.c
705         * src/editbook.h
706         * src/editgroup.c
707         * src/editgroup.h
708         * src/editjpilot.c
709         * src/editjpilot.h
710         * src/editldap.c
711         * src/editldap.h
712         * src/editldap_basedn.c
713         * src/editldap_basedn.h
714         * src/edittags.c
715         * src/edittags.h
716         * src/editvcard.c
717         * src/editvcard.h
718         * src/enriched.c
719         * src/enriched.h
720         * src/exphtmldlg.c
721         * src/exphtmldlg.h
722         * src/expldifdlg.c
723         * src/expldifdlg.h
724         * src/export.c
725         * src/export.h
726         * src/exporthtml.c
727         * src/exporthtml.h
728         * src/exportldif.c
729         * src/exportldif.h
730         * src/filtering.c
731         * src/filtering.h
732         * src/folder.c
733         * src/folder.h
734         * src/folder_item_prefs.c
735         * src/folder_item_prefs.h
736         * src/foldersel.c
737         * src/foldersel.h
738         * src/folderutils.c
739         * src/folderutils.h
740         * src/folderview.c
741         * src/folderview.h
742         * src/gedit-print.c
743         * src/gedit-print.h
744         * src/grouplistdialog.c
745         * src/grouplistdialog.h
746         * src/headerview.c
747         * src/headerview.h
748         * src/html.c
749         * src/html.h
750         * src/image_viewer.c
751         * src/image_viewer.h
752         * src/imap.c
753         * src/imap.h
754         * src/imap_gtk.c
755         * src/imap_gtk.h
756         * src/import.c
757         * src/import.h
758         * src/importldif.c
759         * src/importldif.h
760         * src/importmutt.c
761         * src/importmutt.h
762         * src/importpine.c
763         * src/importpine.h
764         * src/inc.c
765         * src/inc.h
766         * src/jpilot.c
767         * src/jpilot.h
768         * src/ldapctrl.c
769         * src/ldapctrl.h
770         * src/ldaplocate.c
771         * src/ldaplocate.h
772         * src/ldapquery.c
773         * src/ldapquery.h
774         * src/ldapserver.c
775         * src/ldapserver.h
776         * src/ldapupdate.c
777         * src/ldapupdate.h
778         * src/ldaputil.c
779         * src/ldaputil.h
780         * src/ldif.c
781         * src/ldif.h
782         * src/localfolder.c
783         * src/localfolder.h
784         * src/main.c
785         * src/main.h
786         * src/mainwindow.c
787         * src/mainwindow.h
788         * src/manual.c
789         * src/manual.h
790         * src/matcher.c
791         * src/matcher.h
792         * src/matcher_parser.h
793         * src/matcher_parser_lex.l
794         * src/matcher_parser_parse.y
795         * src/mbox.c
796         * src/mbox.h
797         * src/message_search.c
798         * src/message_search.h
799         * src/messageview.c
800         * src/messageview.h
801         * src/mh.c
802         * src/mh.h
803         * src/mh_gtk.c
804         * src/mh_gtk.h
805         * src/mimeview.c
806         * src/mimeview.h
807         * src/msgcache.c
808         * src/msgcache.h
809         * src/mutt.c
810         * src/mutt.h
811         * src/news.c
812         * src/news.h
813         * src/news_gtk.c
814         * src/news_gtk.h
815         * src/noticeview.c
816         * src/noticeview.h
817         * src/partial_download.c
818         * src/partial_download.h
819         * src/pine.c
820         * src/pine.h
821         * src/pop.c
822         * src/pop.h
823         * src/prefs_account.c
824         * src/prefs_account.h
825         * src/prefs_actions.c
826         * src/prefs_actions.h
827         * src/prefs_common.c
828         * src/prefs_common.h
829         * src/prefs_compose_writing.c
830         * src/prefs_compose_writing.h
831         * src/prefs_customheader.c
832         * src/prefs_customheader.h
833         * src/prefs_display_header.c
834         * src/prefs_display_header.h
835         * src/prefs_ext_prog.c
836         * src/prefs_ext_prog.h
837         * src/prefs_filtering.c
838         * src/prefs_filtering.h
839         * src/prefs_filtering_action.c
840         * src/prefs_filtering_action.h
841         * src/prefs_folder_column.c
842         * src/prefs_folder_column.h
843         * src/prefs_folder_item.c
844         * src/prefs_folder_item.h
845         * src/prefs_fonts.c
846         * src/prefs_fonts.h
847         * src/prefs_gtk.c
848         * src/prefs_gtk.h
849         * src/prefs_image_viewer.c
850         * src/prefs_image_viewer.h
851         * src/prefs_logging.c
852         * src/prefs_logging.h
853         * src/prefs_matcher.c
854         * src/prefs_matcher.h
855         * src/prefs_message.c
856         * src/prefs_message.h
857         * src/prefs_msg_colors.c
858         * src/prefs_msg_colors.h
859         * src/prefs_other.c
860         * src/prefs_other.h
861         * src/prefs_quote.c
862         * src/prefs_quote.h
863         * src/prefs_receive.c
864         * src/prefs_receive.h
865         * src/prefs_send.c
866         * src/prefs_send.h
867         * src/prefs_spelling.c
868         * src/prefs_spelling.h
869         * src/prefs_summaries.c
870         * src/prefs_summaries.h
871         * src/prefs_summary_column.c
872         * src/prefs_summary_column.h
873         * src/prefs_summary_open.c
874         * src/prefs_summary_open.h
875         * src/prefs_template.c
876         * src/prefs_template.h
877         * src/prefs_themes.c
878         * src/prefs_themes.h
879         * src/prefs_toolbar.c
880         * src/prefs_toolbar.h
881         * src/prefs_wrapping.c
882         * src/prefs_wrapping.h
883         * src/privacy.c
884         * src/privacy.h
885         * src/procheader.c
886         * src/procheader.h
887         * src/procmime.c
888         * src/procmime.h
889         * src/procmsg.c
890         * src/procmsg.h
891         * src/quote_fmt.c
892         * src/quote_fmt_lex.l
893         * src/quote_fmt_parse.y
894         * src/recv.c
895         * src/recv.h
896         * src/remotefolder.c
897         * src/remotefolder.h
898         * src/send_message.c
899         * src/send_message.h
900         * src/setup.c
901         * src/setup.h
902         * src/simple-gettext.c
903         * src/sourcewindow.c
904         * src/sourcewindow.h
905         * src/ssl_manager.c
906         * src/ssl_manager.h
907         * src/statusbar.c
908         * src/statusbar.h
909         * src/stock_pixmap.c
910         * src/stock_pixmap.h
911         * src/summary_search.c
912         * src/summary_search.h
913         * src/summaryview.c
914         * src/summaryview.h
915         * src/textview.c
916         * src/textview.h
917         * src/toolbar.c
918         * src/toolbar.h
919         * src/undo.c
920         * src/undo.h
921         * src/unmime.c
922         * src/unmime.h
923         * src/uri_opener.c
924         * src/uri_opener.h
925         * src/vcard.c
926         * src/vcard.h
927         * src/wizard.c
928         * src/wizard.h
929         * src/common/base64.c
930         * src/common/base64.h
931         * src/common/claws.c
932         * src/common/claws.h
933         * src/common/defs.h
934         * src/common/fnmatch.c
935         * src/common/fnmatch.h
936         * src/common/fnmatch_loop.c
937         * src/common/hooks.c
938         * src/common/hooks.h
939         * src/common/log.c
940         * src/common/log.h
941         * src/common/md5.c
942         * src/common/md5.h
943         * src/common/mgutils.c
944         * src/common/mgutils.h
945         * src/common/nntp.c
946         * src/common/nntp.h
947         * src/common/passcrypt.c
948         * src/common/passcrypt.h.in
949         * src/common/plugin.c
950         * src/common/plugin.h
951         * src/common/prefs.c
952         * src/common/prefs.h
953         * src/common/progressindicator.c
954         * src/common/progressindicator.h
955         * src/common/quoted-printable.c
956         * src/common/quoted-printable.h
957         * src/common/session.c
958         * src/common/session.h
959         * src/common/smtp.c
960         * src/common/smtp.h
961         * src/common/socket.c
962         * src/common/socket.h
963         * src/common/ssl.c
964         * src/common/ssl.h
965         * src/common/ssl_certificate.c
966         * src/common/ssl_certificate.h
967         * src/common/string_match.c
968         * src/common/string_match.h
969         * src/common/stringtable.c
970         * src/common/stringtable.h
971         * src/common/tags.c
972         * src/common/tags.h
973         * src/common/template.c
974         * src/common/template.h
975         * src/common/timing.h
976         * src/common/utils.c
977         * src/common/utils.h
978         * src/common/uuencode.c
979         * src/common/uuencode.h
980         * src/common/version.h.in
981         * src/common/w32_dirent.c
982         * src/common/w32_reg.c
983         * src/common/w32_signal.c
984         * src/common/w32_stat.c
985         * src/common/w32_stdlib.c
986         * src/common/w32_string.c
987         * src/common/w32_time.c
988         * src/common/w32_unistd.c
989         * src/common/w32_wait.c
990         * src/common/w32lib.h
991         * src/common/xml.c
992         * src/common/xml.h
993         * src/common/xmlprops.c
994         * src/common/xmlprops.h
995         * src/etpan/etpan-errors.h
996         * src/etpan/etpan-thread-manager-types.h
997         * src/etpan/etpan-thread-manager.c
998         * src/etpan/etpan-thread-manager.h
999         * src/etpan/imap-thread.c
1000         * src/etpan/imap-thread.h
1001         * src/gtk/about.c
1002         * src/gtk/about.h
1003         * src/gtk/colorlabel.c
1004         * src/gtk/colorlabel.h
1005         * src/gtk/colorsel.c
1006         * src/gtk/colorsel.h
1007         * src/gtk/combobox.c
1008         * src/gtk/combobox.h
1009         * src/gtk/description_window.c
1010         * src/gtk/description_window.h
1011         * src/gtk/filesel.c
1012         * src/gtk/filesel.h
1013         * src/gtk/foldersort.c
1014         * src/gtk/foldersort.h
1015         * src/gtk/gtkaspell.c
1016         * src/gtk/gtkaspell.h
1017         * src/gtk/gtksctree.c
1018         * src/gtk/gtkshruler.c
1019         * src/gtk/gtkshruler.h
1020         * src/gtk/gtksourceprintjob.c
1021         * src/gtk/gtksourceprintjob.h
1022         * src/gtk/gtkutils.c
1023         * src/gtk/gtkutils.h
1024         * src/gtk/gtkvscrollbutton.c
1025         * src/gtk/gtkvscrollbutton.h
1026         * src/gtk/icon_legend.c
1027         * src/gtk/icon_legend.h
1028         * src/gtk/inputdialog.c
1029         * src/gtk/inputdialog.h
1030         * src/gtk/logwindow.c
1031         * src/gtk/logwindow.h
1032         * src/gtk/manage_window.c
1033         * src/gtk/manage_window.h
1034         * src/gtk/menu.c
1035         * src/gtk/menu.h
1036         * src/gtk/pluginwindow.c
1037         * src/gtk/pluginwindow.h
1038         * src/gtk/prefswindow.c
1039         * src/gtk/prefswindow.h
1040         * src/gtk/progressdialog.c
1041         * src/gtk/progressdialog.h
1042         * src/gtk/quicksearch.c
1043         * src/gtk/quicksearch.h
1044         * src/gtk/sslcertwindow.c
1045         * src/gtk/sslcertwindow.h
1046         * src/plugins/bogofilter/bogofilter.c
1047         * src/plugins/bogofilter/bogofilter.h
1048         * src/plugins/bogofilter/bogofilter_gtk.c
1049         * src/plugins/clamav/clamav_plugin.c
1050         * src/plugins/clamav/clamav_plugin.h
1051         * src/plugins/clamav/clamav_plugin_gtk.c
1052         * src/plugins/demo/demo.c
1053         * src/plugins/dillo_viewer/dillo_prefs.c
1054         * src/plugins/dillo_viewer/dillo_prefs.h
1055         * src/plugins/dillo_viewer/dillo_viewer.c
1056         * src/plugins/pgpcore/passphrase.c
1057         * src/plugins/pgpcore/passphrase.h
1058         * src/plugins/pgpcore/pgp_viewer.c
1059         * src/plugins/pgpcore/pgp_viewer.h
1060         * src/plugins/pgpcore/plugin.c
1061         * src/plugins/pgpcore/prefs_gpg.c
1062         * src/plugins/pgpcore/prefs_gpg.h
1063         * src/plugins/pgpcore/select-keys.c
1064         * src/plugins/pgpcore/select-keys.h
1065         * src/plugins/pgpcore/sgpgme.c
1066         * src/plugins/pgpcore/sgpgme.h
1067         * src/plugins/pgpinline/pgpinline.c
1068         * src/plugins/pgpinline/pgpinline.h
1069         * src/plugins/pgpinline/plugin.c
1070         * src/plugins/pgpmime/pgpmime.c
1071         * src/plugins/pgpmime/pgpmime.h
1072         * src/plugins/pgpmime/plugin.c
1073         * src/plugins/spamassassin/spamassassin.c
1074         * src/plugins/spamassassin/spamassassin.h
1075         * src/plugins/spamassassin/spamassassin_gtk.c
1076         * src/plugins/trayicon/trayicon.c
1077         * src/plugins/trayicon/trayicon_prefs.c
1078         * src/plugins/trayicon/trayicon_prefs.h
1079         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1080         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1081         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1082         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1083         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1084         * tools/OOo2claws-mail.pl
1085         * tools/README.sylprint
1086         * tools/acroread2claws-mail.pl
1087         * tools/claws-mail-compose-insert-files.pl
1088         * tools/convert_mbox.pl
1089         * tools/filter_conv.pl
1090         * tools/filter_conv_new.pl
1091         * tools/fix_date.sh
1092         * tools/freshmeat_search.pl
1093         * tools/google_search.pl
1094         * tools/kmail-mailbox2claws-mail.pl
1095         * tools/kmail2claws-mail.pl
1096         * tools/kmail2claws-mail_v2.pl
1097         * tools/mairix.sh
1098         * tools/make.themes.project
1099         * tools/multiwebsearch.pl
1100         * tools/nautilus2claws-mail.sh
1101         * tools/outlook2claws-mail.pl
1102         * tools/textviewer.sh
1103         * tools/thunderbird-filters-convertor.pl
1104         * tools/update-po
1105         * tools/uuooffice
1106         * tools/vcard2xml.py
1107         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1108                 Upgrade to GPLv3 or later.
1109
1110 2007-07-10 [wwp]        2.10.0cvs15
1111
1112         * src/main.c
1113                 Fix re-opening of all composing messages that were
1114                 opened when closing the previous instance, thanks
1115                 to Colin.
1116
1117 2007-07-10 [paul]       2.10.0cvs14
1118
1119         * src/editaddress_other_attributes_ldap.c
1120         * src/ldapupdate.c
1121                 fix crash on selecting 'other attributes' combo
1122                 for either a new entry or an old entry with no
1123                 existing attributes.
1124                 fix bug on editing multiple attributes which
1125                 resulted them all having the value of the last
1126                 one changed.
1127                 Thanks to Colin
1128
1129 2007-07-10 [colin]      2.10.0cvs13
1130
1131         * src/editaddress.c
1132         * src/editaddress_other_attributes_ldap.h
1133         * src/ldapupdate.c
1134                 Fix --disable-ldap build
1135
1136 2007-07-09 [colin]      2.10.0cvs12
1137
1138         * src/Makefile.am
1139         * src/addritem.c
1140         * src/addritem.h
1141         * src/editaddress.c
1142         * src/editaddress_other_attributes_ldap.c
1143         * src/editaddress_other_attributes_ldap.h
1144         * src/editldap.c
1145         * src/ldapctrl.c
1146         * src/ldapctrl.h
1147         * src/ldapupdate.c
1148                 Add capability to edit all inetOrgPerson
1149                 attributes on LDAP. Patch by Michael 
1150                 Rasmussen
1151
1152 2007-07-09 [colin]      2.10.0cvs11
1153
1154         * src/Makefile.am
1155         * src/exporthtml.c
1156         * src/mbox.c
1157         * src/msgcache.c
1158         * src/prefs_summaries.c
1159         * src/prefs_themes.c
1160         * src/procheader.c
1161         * src/common/Makefile.am
1162         * src/common/log.c
1163         * src/common/timing.h
1164         * src/common/utils.c
1165         * src/common/utils.h
1166         * src/common/w32_account.c
1167         * src/common/w32lib.h
1168         * src/gtk/Makefile.am
1169         * src/gtk/colorlabel.c
1170         * src/plugins/pgpcore/Makefile.am
1171         * src/plugins/pgpcore/claws.def
1172         * src/plugins/pgpcore/passphrase.c
1173         * src/plugins/pgpcore/pgp_viewer.c
1174         * src/plugins/pgpcore/plugin.def
1175         * src/plugins/pgpcore/sgpgme.c
1176         * src/plugins/pgpinline/Makefile.am
1177         * src/plugins/pgpinline/claws.def
1178         * src/plugins/pgpinline/mypgpcore.def
1179         * src/plugins/pgpinline/plugin.def
1180         * src/plugins/pgpmime/Makefile.am
1181         * src/plugins/pgpmime/claws.def
1182         * src/plugins/pgpmime/mypgpcore.def
1183         * src/plugins/pgpmime/plugin.def
1184                 Commit win32 patch, from Werner Koch and
1185                 Marcus Brinkmann
1186
1187 2007-07-09 [colin]      2.10.0cvs10
1188
1189         * src/prefs_toolbar.c
1190                 Fix crash when no actions exist
1191
1192 2007-07-07 [paul]       2.10.0cvs9
1193
1194         * COPYING
1195         * manual/claws-mail-manual.xml
1196                 update copyright year
1197         * po/fi.po
1198                 updated by Flammie Pirinen
1199
1200 2007-07-05 [wwp]        2.10.0cvs8
1201
1202         * src/plugins/clamav/clamav_plugin_gtk.c
1203                 Make vertical spacing like in other plugin prefs pages.
1204
1205 2007-07-05 [wwp]        2.10.0cvs7
1206
1207         * src/quote_fmt.c
1208                 It's %am that works, not %ae (this doc incoherence has been
1209                 introduced with 2.9.2cvs13).
1210
1211 2007-07-04 [wwp]        2.10.0cvs6
1212
1213         * src/plugins/bogofilter/bogofilter.c
1214                 Gettext-ize an occurrence of "Any" that wasn't.
1215
1216 2007-07-04 [colin]      2.10.0cvs5
1217
1218         * po/POTFILES.in
1219                 Fix untranslated strings; thanks
1220                 to Pader Rezso.
1221
1222 2007-07-03 [colin]      2.10.0cvs4
1223
1224         * src/folder.c
1225         * src/mainwindow.c
1226                 Fix saving of sort mode for tags and
1227                 thread date. Thanks to Pierre Ossman.
1228                 Completes fix for bug 1233
1229
1230 2007-07-03 [paul]       2.10.0cvs3
1231
1232         * src/compose.c
1233                 fix auto-save
1234         * src/summaryview.c
1235                 fix build warnings
1236         Thanks to Colin
1237
1238 2007-07-02 [colin]      2.10.0cvs2
1239
1240         * src/folder.h
1241         * src/mainwindow.c
1242         * src/procmsg.h
1243         * src/summaryview.c
1244                 Add View/Sort/by Thread date
1245                 Fixes bug 1233, 'Capability to sort 
1246                 threads by most recent message'
1247                 Based on a patch by Paul Rolland
1248
1249 2007-07-02 [colin]      2.10.0cvs1
1250
1251         * src/Makefile.am
1252         * src/compose.c
1253         * src/edittags.c
1254         * src/edittags.h
1255         * src/filtering.c
1256         * src/folder.c
1257         * src/folder.h
1258         * src/headerview.c
1259         * src/headerview.h
1260         * src/main.c
1261         * src/mainwindow.c
1262         * src/mainwindow.h
1263         * src/manual.h
1264         * src/matcher.c
1265         * src/matcher.h
1266         * src/matcher_parser_parse.y
1267         * src/mimeview.c
1268         * src/msgcache.c
1269         * src/msgcache.h
1270         * src/prefs_common.c
1271         * src/prefs_common.h
1272         * src/prefs_filtering_action.c
1273         * src/prefs_matcher.c
1274         * src/prefs_summary_column.c
1275         * src/procmsg.c
1276         * src/procmsg.h
1277         * src/quote_fmt.c
1278         * src/quote_fmt_lex.l
1279         * src/quote_fmt_parse.y
1280         * src/summaryview.c
1281         * src/summaryview.h
1282         * src/textview.c
1283         * src/common/Makefile.am
1284         * src/common/defs.h
1285         * src/common/tags.c
1286         * src/common/tags.h
1287         * src/gtk/quicksearch.c
1288         * src/gtk/quicksearch.h
1289                 Add Tags implementation. Tags are arbitrary labels
1290                 that can be applied to messages. It is possible 
1291                 to create, edit, remove tags; apply them to mails;
1292                 filter on tags or tag presence; apply or unset
1293                 tags via filtering actions; reference tags in
1294                 reply templates.
1295
1296 2007-07-02 [paul]       2.10.0
1297
1298         * NEWS
1299         * README
1300         * RELEASE_NOTES
1301                 2.10.0 released
1302
1303 2007-07-02 [paul]       2.9.2cvs78
1304
1305         * po/de.po
1306         * po/en_GB.po
1307         * po/es.po
1308         * po/fr.po
1309         * po/hu.po
1310         * po/pt_BR.po
1311         * po/ru.po
1312         * po/zh_CN.po
1313                 updated by Stephan Sachse, me, Ricardo Mones
1314                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1315                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1316
1317 2007-07-02 [paul]       2.9.2cvs77
1318
1319         * AUTHORS
1320                 updated
1321
1322 2007-06-29 [wwp]        2.9.2cvs76
1323
1324         * src/gtk/headers.h
1325                 Fix a typo (thanks to Ricardo for finding this out).
1326
1327 2007-06-28 [paul]       2.9.2cvs75
1328
1329         * src/folderview.c
1330                 fix build warnings
1331
1332 2007-06-28 [paul]       2.9.2cvs74
1333
1334         * tools/Makefile.am
1335                 fix bug in the autotools build system.
1336                 Files cataloged under EXTRA_DIST were never
1337                 automatically copied to the build tree.
1338                 (fix 'make distcheck')
1339                 Patch by Michael Rasmussen.
1340
1341 2007-06-24 [colin]      2.9.2cvs73
1342
1343         * src/news_gtk.c
1344                 Fix bug 1249, 'Error handling for 
1345                 news errors needs modification'
1346                 Only popup error if the according
1347                 pref in Prefs/Receive is set.
1348
1349 2007-06-21 [colin]      2.9.2cvs72
1350
1351         * src/common/plugin.c
1352         * src/common/plugin.h
1353                 Change plugin API to know whether it's safe to 
1354                 unload plugins or whether we should just hide
1355                 them. Fixes bug 1248, 'Core dumps after 
1356                 unloading plugin and clicking on load plugins'
1357         * src/plugins/bogofilter/bogofilter.c
1358         * src/plugins/clamav/clamav_plugin.c
1359         * src/plugins/demo/demo.c
1360         * src/plugins/dillo_viewer/dillo_viewer.c
1361         * src/plugins/pgpcore/plugin.c
1362         * src/plugins/pgpinline/plugin.c
1363         * src/plugins/pgpmime/plugin.c
1364         * src/plugins/spamassassin/spamassassin.c
1365         * src/plugins/trayicon/trayicon.c
1366                 Update API
1367
1368 2007-06-19 [colin]      2.9.2cvs71
1369
1370         * src/compose.c
1371         * src/messageview.c
1372                 Fix crash mentioned in bug 1246
1373                 Race condition when automatically drafting
1374                 due to insertion on reedit.
1375
1376 2007-06-18 [wwp]        2.9.2cvs70
1377
1378         * src/importldif.c
1379                 LDIF import: use a "Proceed" button to complete
1380                 the process.
1381
1382 2007-06-18 [paul]       2.9.2cvs69
1383
1384         * configure.ac
1385                 use pkgconfig to check for gtk and glib
1386
1387 2007-06-17 [wwp]        2.9.2cvs68
1388
1389         * src/ldif.c
1390         * src/importldif.c
1391                 LDIF import: better error handling, minor code
1392                 and UI cleanup, and renamed the Save button
1393                 to Close, as imported stuff is already saved
1394                 when the Save button is shown.
1395
1396 2007-06-17 [colin]      2.9.2cvs67
1397
1398         * src/prefs_summaries.c
1399         * src/procmsg.c
1400                 Don't set as read when forwarded, only replied to
1401
1402 2007-06-17 [paul]       2.9.2cvs66
1403
1404         * src/alertpanel.c
1405                 add missing #include
1406
1407 2007-06-16 [colin]      2.9.2cvs65
1408
1409         * src/prefs_summaries.c
1410         * src/procmsg.c
1411                 Change the pref "Only mark as read when opened
1412                 in new window" to "..., replied to or forwarded".
1413                 Based on a patch by Paul Rolland.
1414
1415 2007-06-16 [paul]       2.9.2cvs64
1416
1417         * src/gtk/authors.h
1418                 alphabetical order! :)
1419
1420 2007-06-16 [colin]      2.9.2cvs63
1421
1422         * AUTHORS
1423         * src/gtk/authors.h
1424                 Add Michael Rasmussen in authors list
1425
1426 2007-06-16 [colin]      2.9.2cvs62
1427
1428         * src/messageview.c
1429                 Fix messageview_copy_clipboard to take advantage
1430                 of plugins' get_selection.
1431
1432 2007-06-15 [colin]      2.9.2cvs61
1433
1434         * src/action.c
1435         * src/addr_compl.c
1436         * src/addressbook.c
1437         * src/folderview.c
1438         * src/message_search.c
1439         * src/mimeview.c
1440         * src/summary_search.c
1441         * src/summaryview.c
1442         * src/textview.c
1443                 Allow GDK_KP_Enter to do the same as GDK_Return
1444                 Patch by Michael Rasmussen
1445
1446 2007-06-15 [paul]       2.9.2cvs60
1447
1448         * src/compose.c
1449                 fix bug when closing a compose window
1450                 during autosave
1451
1452 2007-06-14 [paul]       2.9.2cvs59
1453
1454         * src/main.c
1455         * src/common/defs.h
1456                 migrate sylpheed config
1457
1458 2007-06-14 [wwp]        2.9.2cvs58
1459
1460         * src/gtk/pluginwindow.c
1461                 Yet another attempt to fix sizing/alignment of the
1462                 button bar in plugins window.
1463
1464 2007-06-12 [colin]      2.9.2cvs57
1465
1466         * po/POTFILES.in
1467         * src/Makefile.am
1468         * src/folderview.c
1469         * src/prefs_common.c
1470         * src/prefs_common.h
1471         * src/prefs_summaries.c
1472         * src/prefs_summary_open.c
1473         * src/prefs_summary_open.h
1474         * src/summaryview.c
1475                 Make "when entering a folder" actions more personalisable
1476
1477 2007-06-12 [wwp]        2.9.2cvs56
1478
1479         * tools/README
1480                 Use short description from Paul (mairix.sh).
1481
1482 2007-06-12 [wwp]        2.9.2cvs55
1483
1484         * tools/README
1485                 Updated info about mairix.sh.
1486
1487 2007-06-11 [paul]       2.9.2cvs54
1488
1489         * src/prefs_logging.c
1490                 rework log window length widgets
1491                 and some sensitivity fixes
1492
1493 2007-06-11 [paul]       2.9.2cvs53
1494
1495         * src/mainwindow.c
1496         * src/prefs_logging.c
1497                 rename 'Protocol Log' to 'Network Log'
1498                 and some function renaming
1499
1500 2007-06-10 [wwp]        2.9.2cvs52
1501
1502         * src/gtk/pluginwindow.c
1503                 Revert 2.9.2cvs51.
1504
1505 2007-06-10 [wwp]        2.9.2cvs51
1506
1507         * src/gtk/pluginwindow.c
1508                 Fix button bar in plugin window, was centered and not
1509                 behaving like other dialogs w/ such button bar.
1510
1511 2007-06-08 [wwp]        2.9.2cvs50
1512
1513         * src/compose.c
1514         * src/compose.h
1515         * src/main.c
1516         * src/mainwindow.c
1517         * src/mainwindow.h
1518                 Provide a way out of automatic draft saving on IMAP, when
1519                 exiting offline.
1520                 Prevent drafting while sending and quitting while sending.
1521                 Thanks for Colin.
1522
1523
1524
1525 2007-06-08 [wwp]        2.9.2cvs49
1526
1527         * src/prefs_account.c
1528         * src/gtk/prefswindow.c
1529         * src/gtk/prefswindow.h
1530                 Activate the Basic page when opening account prefs.
1531
1532 2007-06-08 [wwp]        2.9.2cvs48
1533
1534         * src/common/socket.c
1535                 Don't crash if fork() fails, thanks to Colin.
1536
1537 2007-06-08 [wwp]        2.9.2cvs47
1538
1539         * src/gtk/prefswindow.c
1540                 Wrap some long lines, and reset horizontal scroller's adjusment
1541                 (this was already done, vertically), when changing tab (not page)
1542                 in prefs windows.
1543
1544 2007-06-08 [paul]       2.9.2cvs46
1545
1546         * src/common/utils.c
1547                 use gethostname() instead of uname()
1548                 based on a patch by Michael Hughes
1549                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1550
1551 2007-06-07 [wwp]        2.9.2cvs45
1552
1553         * src/prefs_common.c
1554                 Fix some useless warnings, thanks to Colin.
1555
1556 2007-06-06 [colin]      2.9.2cvs44
1557
1558         * src/ldapupdate.c
1559                 Fix strange allocations. 
1560
1561 2007-06-06 [colin]      2.9.2cvs43
1562
1563         * src/ldapupdate.c
1564                 Patch by Michael Rasmussus to help
1565                 bug 1232
1566
1567 2007-06-05 [wwp]        2.9.2cvs42
1568
1569         * src/prefs_account.c
1570         * src/prefs_folder_item.c
1571         * src/prefs_quote.c
1572         * src/quote_fmt.c
1573         * src/quote_fmt.h
1574                 Per-folder templates can now be applied recursively.
1575                 Always save per-folder templates (formats were erroneously
1576                 saved only if they were enabled).
1577                 Check for validity of quotation marks everywhere there
1578                 are defined.
1579
1580 2007-06-05 [wwp]        2.9.2cvs41
1581
1582         * src/inc.c
1583                 Fix incoming messages from local accounts always getting filtered
1584                 (even if the account prefs say don't), thanks to Colin.
1585
1586 2007-06-05 [wwp]        2.9.2cvs40
1587
1588         * src/compose.c
1589         * src/compose.h
1590                 Use per-folder/per-account quote chars when applying a
1591                 template or inserting text as well. Const'ify some
1592                 vars more.
1593
1594 2007-06-04 [colin]      2.9.2cvs39
1595
1596         * src/compose.c
1597                 More work for wwp :)
1598
1599 2007-06-04 [wwp]        2.9.2cvs38
1600
1601         * src/compose.c
1602                 Same as 2.9.2cvs36 but for forwarding.
1603
1604 2007-06-04 [colin]      2.9.2cvs37
1605
1606         * src/compose.c
1607                 Use original mail file for forward/redirect
1608                 Fixes some forwarded mails to be attached as
1609                 application/octet-stream (when they have binary
1610                 parts), and incidentally fixes bug 848
1611                 'Redirect breaks GnuPG'
1612
1613 2007-06-04 [wwp]        2.9.2cvs36
1614
1615         * src/compose.c
1616                 Fix quote mark mis-initialisation when replying/forwarding
1617                 (introduced w/ 2.9.2cvs20).
1618
1619 2007-06-04 [wwp]        2.9.2cvs35
1620
1621         * src/prefs_compose_writing.c
1622         * src/prefs_quote.c
1623                 Fix a bug where Quotation characters (prefs/compose/writing)
1624                 was cleared (introduced w/ 2.9.2cvs26).
1625
1626 2007-06-04 [wwp]        2.9.2cvs34
1627
1628         * src/prefs_account.c
1629         * src/prefs_account.h
1630                 Better fix for compiling w/o aspell (rollbacks
1631                 2.9.2cvs31).
1632
1633 2007-06-04 [wwp]        2.9.2cvs33
1634
1635         * src/account.c
1636         * src/prefs_account.c
1637         * src/prefs_account.h
1638         * src/procmsg.c
1639                 It's now possible to disable mail filtering plugins
1640                 on a per-account basis.
1641
1642 2007-06-04 [wwp]        2.9.2cvs32
1643
1644         * src/procheader.c
1645         * src/common/utils.c
1646         * src/common/utils.h
1647                 Support CRLF in headers part of messages.
1648                 Support few more date formats (RFC3339 subsets).
1649
1650 2007-06-04 [wwp]        2.9.2cvs31
1651
1652         * src/prefs_account.c
1653                 Fix compiling w/o aspell support.
1654
1655 2007-06-03 [wwp]        2.9.2cvs30
1656
1657         * src/prefs_gtk.c
1658                 Don't decode leading ENV_ and ~ in P_PASSWORD
1659                 values.
1660
1661 2007-06-03 [wwp]        2.9.2cvs29
1662
1663         * src/prefs_gtk.c
1664                 Don't decode leading ENV_ and ~ in P_PASSWORD
1665                 values.
1666
1667 2007-06-03 [wwp]        2.9.2cvs28
1668
1669         * src/prefs_account.c
1670         * src/gtk/prefswindow.c
1671         * src/gtk/prefswindow.h
1672                 Added a way to force preloading of all pages
1673                 (prefswindow).
1674                 Moved tabs to pages in account prefs.
1675
1676 2007-06-02 [colin]      2.9.2cvs27
1677
1678         * src/addressbook.c
1679                 Fix possible crash, fix ldap write bugs
1680         * src/ldapupdate.c
1681                 Fix ldap write bugs - patch by Michael
1682                 Rasmussen
1683         * src/alertpanel.c
1684         * src/alertpanel.h
1685                 Add a hook whenever alertpanel opens/closes
1686
1687 2007-05-31 [wwp]        2.9.2cvs26
1688
1689         * src/prefs_compose_writing.c
1690         * src/prefs_quote.c
1691                 Re-organized writing options a bit:
1692                  - renamed the Quoting page to Templates
1693                  - moved all composing templates to that page
1694                  - moved non-templates options to the Writing one,
1695                    grouped reply-related options, reordered reply and
1696                    forward options.
1697
1698 2007-05-31 [wwp]        2.9.2cvs25
1699
1700         * src/compose.c
1701                 Removed unused code.
1702
1703 2007-05-31 [colin]      2.9.2cvs24
1704
1705         * src/addressbook.c
1706                 Fix missing display name when modifying
1707                 LDAP. Patch by Michael Rasmussen
1708
1709 2007-05-31 [wwp]        2.9.2cvs23
1710
1711         * src/plugins/bogofilter/Makefile.am
1712         * src/plugins/clamav/Makefile.am
1713         * src/plugins/demo/Makefile.am
1714         * src/plugins/dillo_viewer/Makefile.am
1715         * src/plugins/spamassassin/Makefile.am
1716                 Fix building of those plugins in Mac OS X.
1717
1718 2007-05-30 [wwp]        2.9.2cvs22
1719
1720         * src/gtk/quicksearch.c
1721                 Fix missing initialization.
1722
1723 2007-05-30 [wwp]        2.9.2cvs21
1724
1725         * src/procheader.c
1726                 Revert accidental commit (debug outputs).
1727
1728 2007-05-30 [wwp]        2.9.2cvs20
1729
1730         * src/compose.c
1731         * src/folder_item_prefs.c
1732         * src/folder_item_prefs.h
1733         * src/prefs_account.c
1734         * src/prefs_account.h
1735         * src/prefs_folder_item.c
1736         * src/prefs_gtk.c
1737         * src/prefs_gtk.h
1738                 Implemented per-account and per-folder
1739                 compose/reply/forward formats.
1740
1741 2007-05-30 [wwp]        2.9.2cvs19
1742
1743         * src/prefs_compose_writing.c
1744         * src/prefs_quote.c
1745         * src/procheader.c
1746         * src/quote_fmt.c
1747         * src/quote_fmt.h
1748                 Internal API changes (factorize quote format
1749                 prefs and checks).
1750
1751 2007-05-30 [colin]      2.9.2cvs18
1752
1753         * src/compose.c
1754                 Fix race where it's possible to re-click Send
1755                 between end of SMTP session and end of "move to
1756                 sent folder" when sending an email with send
1757                 dialog enabled.
1758
1759 2007-05-30 [colin]      2.9.2cvs17
1760
1761         * src/crash.c
1762                 Ask for backtrace on all threads. Patch by
1763                 Pawel
1764         * src/folderview.c
1765                 Fix stale news statusbar when scanning fails.
1766                 Patch by Pawel
1767         * src/ldapupdate.c
1768                 Fix some LDAP write updates bugs. Patch
1769                 by Michael Rasmussen
1770
1771 2007-05-29 [colin]      2.9.2cvs16
1772
1773         * src/imap.c
1774                 Fix loss of local flags when moving mails
1775                 on IMAP in high-bandwidth mode (UID FETCH)
1776
1777 2007-05-25 [paul]       2.9.2cvs15
1778
1779         * src/common/socket.c
1780                 fix sometimes crasher on cancelling
1781                 message sending
1782
1783 2007-05-25 [colin]      2.9.2cvs14
1784
1785         * src/imap.c
1786                 Fix a memory leak
1787         * src/imap_gtk.c
1788                 Be more helpful in the subscription
1789                 message
1790
1791 2007-05-23 [wwp]        2.9.2cvs13
1792
1793         * src/compose.c
1794         * src/prefs_compose_writing.c
1795         * src/prefs_quote.c
1796         * src/prefs_template.c
1797         * src/prefs_template.h
1798         * src/quote_fmt.c
1799         * src/quote_fmt.h
1800         * src/quote_fmt_lex.l
1801         * src/quote_fmt_parse.y
1802                 Introduced new syntax elements (symbols and commands)
1803                 in templates/quote_fmt. Compatibility w/ old
1804                 symbols is kept.
1805                 Updated and reworked the corresponding Information
1806                 dialog.
1807                 Display the line number in dialogs that talk about
1808                 parser errors (in addition to the error message in
1809                 output).
1810
1811 2007-05-23 [wwp]        2.9.2cvs12
1812
1813         * src/quote_fmt_parse.y
1814                 Fix 2.9.2cvs11, probably a paste accident ;).
1815
1816 2007-05-23 [wwp]        2.9.2cvs11
1817
1818         * src/compose.c
1819         * src/prefs_template.c
1820         * src/quote_fmt.h
1821         * src/quote_fmt_parse.y
1822                 Fix 2.9.2cvs10, which broke --disable-aspell.
1823
1824 2007-05-22 [wwp]        2.9.2cvs10
1825
1826         * src/compose.c
1827         * src/prefs_template.c
1828         * src/quote_fmt.c
1829         * src/quote_fmt.h
1830         * src/quote_fmt_lex.l
1831         * src/quote_fmt_parse.y
1832         * src/gtk/gtkaspell.c
1833         * src/gtk/gtkaspell.h
1834                 Added template/quote format syntactical elements
1835                 to show and query:
1836                         - current dictionary
1837                           %T to show (shows empty if not set or not enabled),
1838                           ?T and !T to check if the default dictionary is
1839                           enabled and set
1840                         - current account's default dictionary
1841                           %aT to show (empty if not set or not enabled),
1842                           ?aT and !aT to check if it's enabled and set
1843                         - name completion for an address, from the address
1844                           book
1845                           %ABf, %ABt, %ABc respectively show the full name got
1846                           from the address book if From, To or Cc match a single
1847                           contact.
1848                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
1849                           matches any contact and if the full name is non-empty.
1850                           If From, To or Cc are lists of email addresses, only
1851                           the first address will be checked.
1852                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
1853                 that could show a trailing ','.
1854                 Also, template/quote_fmt parser now shows the line number in case
1855                 of parser error.
1856
1857 2007-05-15 [colin]      2.9.2cvs9
1858
1859         * src/main.c
1860         * src/main.h
1861                 Add a public function to know whether Claws
1862                 crashed last time
1863                 Store opened folder when exiting
1864         * src/folder.c
1865         * src/folder.h
1866                 Store last opened message in each FolderItem;
1867                 Reset last seen messages if Claws crashed, so 
1868                 that one can't go in an infinite crash in case 
1869                 a particular mail crashes Claws.
1870         * src/messageview.c
1871         * src/prefs_common.c
1872         * src/prefs_common.h
1873         * src/summaryview.c
1874         * src/prefs_summaries.c
1875                 Add "Select last opened message" when entering
1876                 a folder
1877                 Add "Select last opened folder" at startup.
1878
1879 2007-05-14 [colin]      2.9.2cvs8
1880
1881         * manual/xml2pdf
1882                 Fix bashism, search for xml catalog 
1883                 in /usr/local/share/xml/catalog too
1884                 Patch by Pawel
1885
1886 2007-05-13 [wwp]        2.9.2cvs7
1887
1888         * src/gtk/logwindow.c
1889                 fix raising log windows when they are either minimized or
1890                 in background.
1891
1892 2007-05-11 [colin]      2.9.2cvs6
1893
1894         * src/gtk/filesel.c
1895                 Use Hildon's file chooser on Maemo. Patch
1896                 by Jean-Luc Biord; fixes part 2 of bug 1201,
1897                 'File attachment "manipulation" bugs...'
1898
1899 2007-05-10 [wwp]        2.9.2cvs5
1900
1901         * src/prefs_common.c
1902         * src/prefs_common.h
1903         * src/gtk/quicksearch.c
1904                 Add a quicksearch option to automatically run
1905                 a search selected from the history (this option
1906                 is exclusive towards type-ahead).
1907
1908 2007-05-10 [colin]      2.9.2cvs4
1909
1910         * src/imap.c
1911                 Fix g_warnings, thanks to Brian
1912                 Morrison
1913
1914 2007-05-09 [colin]      2.9.2cvs3
1915
1916         * src/crash.c
1917         * src/exporthtml.c
1918         * src/mbox.c
1919         * src/prefs_summaries.c
1920         * src/procheader.c
1921         * src/common/log.c
1922         * src/common/utils.c
1923         * src/gtk/gtksourceprintjob.c
1924         * src/gtk/sslcertwindow.c
1925                 Use the re-entrant variant of time functions
1926                 Probably fixes bug 1217, 'reentrancy problems 
1927                 with time functions'
1928
1929 2007-05-09 [colin]      2.9.2cvs2
1930
1931         * src/imap.c
1932                 Fix crasher when reconnection fails
1933
1934 2007-05-08 [paul]       2.9.2cvs1
1935
1936         * NEWS
1937         * README
1938         * RELEASE_NOTES
1939         * configure.ac
1940                 bump version number following
1941                 stable release
1942
1943 2007-05-08 [paul]       2.9.1cvs48
1944
1945         * src/plugins/demo/demo.c
1946         * src/plugins/dillo_viewer/dillo_prefs.c
1947         * src/plugins/dillo_viewer/dillo_prefs.h
1948         * src/plugins/dillo_viewer/dillo_viewer.c
1949         * src/plugins/pgpcore/pgp_viewer.c
1950         * src/plugins/pgpcore/pgp_viewer.h
1951         * src/plugins/pgpcore/plugin.c
1952         * src/plugins/pgpcore/prefs_gpg.c
1953         * src/plugins/pgpcore/prefs_gpg.h
1954         * src/plugins/pgpcore/sgpgme.c
1955         * src/plugins/pgpcore/sgpgme.h
1956         * src/plugins/pgpinline/plugin.c
1957         * src/plugins/pgpmime/pgpmime.c
1958         * src/plugins/pgpmime/pgpmime.h
1959         * src/plugins/pgpmime/plugin.c
1960         * src/plugins/spamassassin/spamassassin.c
1961         * src/plugins/spamassassin/spamassassin.h
1962         * src/plugins/spamassassin/spamassassin_gtk.c
1963         * src/plugins/trayicon/README
1964         * tools/README
1965         * tools/README.sylprint
1966         * tools/outlook2claws-mail.pl
1967         * tools/sylprint.pl
1968         * tools/tb2claws-mail
1969         * tools/tbird2claws.py
1970         * tools/update-po
1971         * tools/vcard2xml.py
1972         * tools/kdeservicemenu/README
1973                 cleanups and corrections
1974
1975 2007-05-06 [wwp]        2.9.1cvs47
1976
1977         * tools/uudec
1978                 Fix missing dash to `display` command-line, reported
1979                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
1980
1981 2007-05-06 [colin]      2.9.1cvs46
1982
1983         * src/Makefile.am
1984         * src/stock_pixmap.c
1985         * src/stock_pixmap.h
1986         * src/pixmaps/printer.xpm
1987                 Add a printer icon
1988
1989 2007-05-06 [paul]       2.9.1cvs45
1990
1991         * src/compose.c
1992         * src/ldapquery.c
1993         * src/privacy.h
1994         * src/summary_search.c
1995         * src/summaryview.c
1996                 fix build warnings
1997
1998 2007-05-05 [wwp]        2.9.1cvs44
1999
2000         * src/messageview.c
2001         * src/mh.c
2002         * src/prefs_actions.c
2003         * src/prefs_gtk.c
2004         * src/summaryview.c
2005         * src/common/xml.c
2006                 Fix "faild" typos everywhere and capitalization of
2007                 some g_warnings.
2008
2009 2007-05-04 [colin]      2.9.1cvs43
2010
2011         * src/compose.c
2012         * src/privacy.c
2013         * src/privacy.h
2014         * src/plugins/pgpcore/prefs_gpg.c
2015         * src/plugins/pgpcore/prefs_gpg.h
2016         * src/plugins/pgpinline/pgpinline.c
2017         * src/plugins/pgpmime/pgpmime.c
2018                 Add an API to warn about encryption limits,
2019                 and allow to disable these warnings
2020
2021 2007-05-03 [colin]      2.9.1cvs42
2022
2023         * src/summaryview.c
2024         * src/mainwindow.c
2025                 Fix bug 1213, 'Delete more than 
2026                 one thread at once'
2027
2028 2007-05-03 [wwp]        2.9.1cvs41
2029
2030         * src/prefs_common.c
2031         * src/prefs_filtering.c
2032         * src/prefs_template.c
2033         * src/common/template.c
2034         * src/common/template.h
2035         * src/gtk/gtkutils.c
2036         * src/gtk/gtkutils.h
2037                 Templates are no longer automatically sorted
2038                 by name, but can be sorted manually using
2039                 |< < > >| buttons as well as drag'n'drop.
2040
2041 2007-05-03 [wwp]        2.9.1cvs40
2042
2043         * src/plugins/spamassassin/spamassassin.c
2044         * src/plugins/spamassassin/spamassassin.h
2045         * src/plugins/spamassassin/spamassassin_gtk.c
2046         * src/plugins/bogofilter/bogofilter.c
2047         * src/plugins/bogofilter/bogofilter.h
2048         * src/plugins/bogofilter/bogofilter_gtk.c
2049                 Added an option to conditionally mark saved spam
2050                 as read (default is and was to do so).
2051                 Satisfies feature request 1708539 on sf.net tracker.
2052
2053 2007-05-03 [colin]      2.9.1cvs39
2054
2055         * src/inc.c
2056                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2057
2058 2007-05-02 [colin]      2.9.1cvs38
2059
2060         * src/textview.c
2061                 Fix bug 1209, 'Clicking on address 
2062                 in header (mailto uri) selects 
2063                 default account'. Patch adapted from
2064                 G.P. Halkes' patch.
2065
2066 2007-05-02 [colin]      2.9.1cvs37
2067
2068         * src/grouplistdialog.c
2069                 Set cursor to wait cursor while loading
2070                 groups.
2071
2072 2007-05-02 [paul]       2.9.1cvs36
2073
2074         * src/folder.c
2075         * src/common/defs.h
2076                 rename cache and mark files
2077                 (data is preserved)
2078
2079 2007-04-30 [paul]       2.9.1cvs35
2080
2081         * manual/glossary.xml
2082         * manual/plugins.xml
2083                 updates. Patch by Ricardo
2084
2085 2007-04-29 [wwp]        2.9.1cvs34
2086
2087         * src/mainwindow.c
2088         * configure.ac
2089                 Fix few grammatical errors (patch by David Relson < relson at
2090                 osagesoftware dot com >).
2091
2092 2007-04-28 [colin]      2.9.1cvs33
2093
2094         * src/account.c
2095         * src/pop.c
2096         * src/prefs_account.c
2097         * src/prefs_account.h
2098                 Drop the "Download all" preference. It's
2099                 stupidly useless and confuses people from
2100                 time to time.
2101
2102 2007-04-27 [wwp]        2.9.1cvs32
2103
2104         * src/account.c
2105         * src/prefs_account.c
2106         * src/prefs_account.h
2107                 Don't reflect accounts changes to the mainwindow when it's
2108                 not necessary.
2109
2110 2007-04-27 [colin]      2.9.1cvs31
2111
2112         * src/folder.c
2113                 Freeze/thaw when sync'ing flags
2114         * src/imap.c
2115         * src/prefs_account.c
2116         * src/prefs_account.h
2117         * src/etpan/imap-thread.c
2118         * src/etpan/imap-thread.h
2119                 Add a way to use UID FETCH instead
2120                 of searches to fetch message lists
2121                 and flags. More expensive towards
2122                 bandwidth, less expensive towards
2123                 server's CPU. Probably fixes 
2124                 bug 1158, 'Scanning new folders on 
2125                 Exchange 2007 extremely slow'.
2126                 Patch 95% by Hoa.
2127
2128 2007-04-27 [paul]       2.9.1cvs30
2129
2130         * src/mainwindow.c
2131         * src/prefs_logging.c
2132                 improvements to english usage
2133
2134 2007-04-27 [colin]      2.9.1cvs29
2135
2136         * src/imap.c
2137                 Fix build without libetpan (my bad!)
2138
2139 2007-04-26 [colin]      2.9.1cvs28
2140
2141         * src/imap.c
2142         * src/imap.h
2143                 Fix uselessly exported function
2144         * src/textview.c
2145                 Consider "- -- \n" as signature separator
2146                 (that's what signature separators look like
2147                  in PGP/Inline signed mails)
2148
2149 2007-04-26 [colin]      2.9.1cvs27
2150
2151         * configure.ac
2152                 libetpan-0.49 is now required
2153         * src/procmime.c
2154                 Fix double fetching of mails if
2155                 first try failed
2156         * src/imap.c
2157                 Make offline sync faster, by
2158                 remembering last change time, and
2159                 last sync time.
2160
2161 2007-04-26 [hoa]        2.9.1cvs26
2162
2163         * src/imap.c
2164         * src/imap.h
2165         * src/mainwindow.c
2166         * src/toolbar.c
2167         * src/etpan/imap-thread.c
2168         * src/etpan/imap-thread.h
2169                 cancellation of IMAP operations is now allowed.
2170                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2171
2172 2007-04-26 [colin]      2.9.1cvs25
2173
2174         * src/folder.c
2175                 Always fetch body+headers in folders that are
2176                 synched for offline use, if "Synchronise as
2177                 soon as possible" is set.
2178                 Fixes bug 1200, 'Add option to always retrieve full 
2179                 messages'
2180
2181 2007-04-25 [colin]      2.9.1cvs24
2182
2183         * src/compose.c
2184                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2185                 persists...'
2186
2187 2007-04-24 [colin]      2.9.1cvs23
2188
2189         * src/folderview.c
2190                 Fix bug 1195, 'Hardware key navigation' 
2191                 Make GDK_Enter toggle expansion (Maemo)
2192
2193 2007-04-24 [wwp]        2.9.1cvs22
2194
2195         * src/compose.c
2196                 Fix few compiler warnings.
2197
2198 2007-04-24 [paul]       2.9.1cvs21
2199
2200         * src/Makefile.am
2201         * src/stock_pixmap.c
2202         * src/stock_pixmap.h
2203                 complete last commit
2204
2205 2007-04-24 [paul]       2.9.1cvs20
2206
2207         * src/gtk/about.c
2208         * src/pixmaps/active.xpm
2209         * src/pixmaps/checkbox_off.xpm
2210         * src/pixmaps/checkbox_on.xpm
2211         * src/pixmaps/inactive.xpm
2212                 kick out the blobs
2213                 remove transparent border from checkbox icons
2214
2215 2007-04-24 [wwp]        2.9.1cvs19
2216
2217         * src/textview.c
2218         * src/textview.h
2219                 Fix a crash in textview, thanks to Colin.
2220
2221 2007-04-23 [wwp]        2.9.1cvs18
2222
2223         * src/prefs_common.c
2224                 Fix 2.9.1cvs5: no header was being translated at all.
2225
2226 2007-04-23 [colin]      2.9.1cvs17
2227
2228         * src/Makefile.am
2229         * src/stock_pixmap.c
2230         * src/stock_pixmap.h
2231         * src/summaryview.c
2232         * src/summaryview.h
2233         * src/gtk/gtksctree.c
2234         * src/gtk/gtksctree.h
2235         * src/pixmaps/selection.xpm
2236                 Fix bug 1193, 'Need a way to multi-select
2237                 items'. Add a toggle button to the summaryview
2238                 to switch between normal and multiple selection
2239                 (Maemo)
2240
2241 2007-04-23 [colin]      2.9.1cvs16
2242
2243         * src/Makefile.am
2244         * src/stock_pixmap.c
2245         * src/stock_pixmap.h
2246         * src/summaryview.c
2247         * src/summaryview.h
2248         * src/gtk/gtksctree.c
2249         * src/gtk/gtksctree.h
2250         * src/pixmaps/selection.xpm
2251                 Fix bug 1193, 'Need a way to multi-
2252                 select items'
2253                 Add a toggle button in the summaryview
2254                 to enable normal or multiple selection.
2255                 (Maemo)
2256
2257 2007-04-23 [colin]      2.9.1cvs15
2258
2259         * src/compose.c
2260                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2261
2262 2007-04-21 [colin]      2.9.1cvs14
2263
2264         * src/gtk/quicksearch.c
2265                 Fix previous commit (actually use correct
2266                 parameter)
2267
2268 2007-04-21 [colin]      2.9.1cvs13
2269
2270         * src/gtk/quicksearch.c
2271                 Fix changing quicksearch type (after Esc,
2272                 after changing Recursive, ...)
2273
2274 2007-04-20 [wwp]        2.9.1cvs12
2275
2276         * src/gtk/Makefile.am
2277                 Added headers.h (completes 2.9.1cvs5).
2278
2279 2007-04-20 [wwp]        2.9.1cvs11
2280
2281         * src/addressbook.c
2282                 Fix the use of display name in name column,
2283                 it has been overriden w/ the use of nickname
2284                 by 2.9.0cvs3. Now nickname is used (if any)
2285                 in case of LDAP books only.
2286
2287 2007-04-20 [colin]      2.9.1cvs10
2288
2289         * src/mimeview.c
2290         * src/summaryview.c
2291         * src/textview.c
2292                 Add handling of 'a' to loop in a mail's
2293                 mimeparts
2294
2295 2007-04-20 [colin]      2.9.1cvs9
2296
2297         * src/toolbar.c
2298                 Fix bug 1190, 'dir_open' button doesn't work'
2299                 (Maemo)
2300
2301 2007-04-20 [colin]      2.9.1cvs8
2302
2303         * src/folderview.c
2304         * src/mainwindow.c
2305                 Fix bug 1194, 'Hardware keys move from email 
2306                 list to account/directory list, but not back 
2307                 to email list...' (Maemo)
2308
2309 2007-04-20 [colin]      2.9.1cvs7
2310
2311         * src/compose.h
2312                 complete previous commit
2313
2314 2007-04-20 [colin]      2.9.1cvs6
2315
2316         * src/compose.c
2317                 Fix bug 1187, 'Reply-to addressee disappears 
2318                 when reply-to text box is clicked...' (Maemo)
2319
2320 2007-04-20 [wwp]        2.9.1cvs5
2321
2322         * po/POTFILES.in
2323         * src/addressbook.c
2324         * src/compose.c
2325         * src/filtering.c
2326         * src/headerview.c
2327         * src/matcher.c
2328         * src/prefs_common.c
2329         * src/prefs_common.h
2330         * src/prefs_display_header.c
2331         * src/prefs_matcher.c
2332         * src/summaryview.c
2333         * src/gtk/headers.h
2334         * src/gtk/quicksearch.c
2335                 Translate more header names according to the relevant option value,
2336                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2337                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2338                 to prefs_common_translated_header_name().
2339                 Added a headers.h reference file that contains known header names
2340                 (RFC2822 and others) to the translation process' input, so that
2341                 translated header names will still exist even if no occurrence of
2342                 _("headername") is found anymore in the sources.
2343                 Don't translate column name 'Number' following to trans_hdr option
2344                 value as it's not a header name.
2345
2346 2007-04-20 [colin]      2.9.1cvs4
2347
2348         * src/gtk/quicksearch.c
2349         * src/gtk/quicksearch.h
2350                 Add "From, To or Subject" quicksearch
2351                 type. Patch by ulfschaper@users.sf.net
2352
2353 2007-04-20 [colin]      2.9.1cvs3
2354
2355         * src/matcher.c
2356                 Implement proper references filtering condition.
2357                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2358
2359 2007-04-19 [wwp]        2.9.1cvs2
2360
2361         * src/prefs_display_header.c
2362         * src/message_search.c
2363                 Fix few warnings (g_free of const gchar*).
2364
2365 2007-04-19 [paul]       2.9.1cvs1
2366
2367         * NEWS
2368         * README
2369         * RELEASE_NOTES
2370         * configure.ac
2371                 bump version number following
2372                 stable release
2373
2374 2007-04-19 [paul]       2.9.0cvs9
2375
2376         * manual/advanced.xml
2377         * manual/glossary.xml
2378                 fix typos
2379
2380 2007-04-18 [paul]       2.9.0cvs8
2381
2382         * src/pop.c
2383                 fix for CVE-2007-1558 (APOP)
2384                 Thanks to Colin
2385
2386 2007-04-18 [paul]       2.9.0cvs7
2387
2388         * src/messageview.c
2389         * src/mimeview.c
2390         * src/summaryview.c
2391         * src/gtk/filesel.c
2392                 Fix encoding woes wrt saving of
2393                 mails and parts
2394                 Thanks to Colin
2395
2396 2007-04-18 [colin]      2.9.0cvs6
2397
2398         * src/gtk/pluginwindow.c
2399                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2400
2401 2007-04-17 [wwp]        2.9.0cvs5
2402
2403         * src/addressadd.c
2404         * src/addressbook.c
2405         * src/addrindex.c
2406         * src/ldapupdate.c
2407                 Fix --disable-ldap build,
2408                 fix some LDAP annoyances on 
2409                 searches, thanks to Colin.
2410
2411 2007-04-17 [wwp]        2.9.0cvs4
2412
2413         * src/ldapupdate.c
2414                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2415                 like gcc 2.9x. Thanks to Colin.
2416
2417 2007-04-17 [wwp]        2.9.0cvs3
2418
2419         * src/Makefile.am
2420         * src/addressadd.c
2421         * src/addressbook.c
2422         * src/addrindex.c
2423         * src/addritem.c
2424         * src/addritem.h
2425         * src/editaddress.c
2426         * src/ldapctrl.c
2427         * src/ldapctrl.h
2428         * src/ldapquery.c
2429         * src/ldapserver.c
2430         * src/ldapserver.h
2431         * src/ldapupdate.c
2432         * src/ldapupdate.h
2433                 Add LDAP write support. Patch mostly by 
2434                 Michael <mir at datanom dot net>
2435
2436 2007-04-17 [wwp]        2.9.0cvs2
2437
2438         * src/compose.c
2439                 Prepend "Add to address book" to the context menu of compose window's sender and
2440                 recipient fields.
2441
2442 2007-04-16 [paul]       2.9.0cvs1
2443
2444         * src/gtk/authors.h
2445                 add Pader Rezso
2446
2447 2007-04-16 [paul]       2.9.0
2448
2449         * NEWS
2450         * README
2451         * RELEASE_NOTES
2452                 2.9.0 released
2453
2454 2007-04-16 [paul]       2.8.1cvs102
2455
2456         * po/fr.po
2457                 updated by Fabien Vantard
2458
2459 2007-04-16 [paul]       2.8.1cvs101
2460
2461         * po/ca.po
2462         * po/cs.po
2463         * po/de.po
2464         * po/hu.po
2465         * po/pl.po
2466         * po/pt_BR.po
2467         * po/sr.po
2468         * po/zh_CN.po
2469                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2470                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2471                 Aleksandar Urosevic, and Ralgh Young
2472
2473 2007-04-15 [mones]      2.8.1cvs100
2474
2475         * po/es.po
2476                 Updated for release
2477
2478 2007-04-14 [colin]      2.8.1cvs99
2479
2480         * src/message_search.c
2481         * src/prefs_display_header.c
2482         * src/summary_search.c
2483         * src/gtk/combobox.c
2484                 Fix allocations
2485
2486 2007-04-14 [wwp]        2.8.1cvs98
2487
2488         * src/gtk/combobox.c
2489         * src/message_search.c
2490         * src/summary_search.c
2491         * src/prefs_display_header.c
2492                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2493                 returns NULL, get the text value directly from the GtkEntry child.
2494
2495 2007-04-13 [colin]      2.8.1cvs97
2496
2497         * src/gtk/quicksearch.c
2498                 Give the focus back to summaryview when
2499                 emptying the quicksearch with Esc
2500
2501 2007-04-13 [colin]      2.8.1cvs96
2502
2503         * src/message_search.c
2504         * src/prefs_display_header.c
2505         * src/summary_search.c
2506                 Fix possibles crashes when getting text
2507                 from gtk combos
2508
2509 2007-04-13 [colin]      2.8.1cvs95
2510
2511         * src/pop.c
2512                 Add some UIDL debugging
2513
2514 2007-04-12 [colin]      2.8.1cvs94
2515
2516         * src/folder.c
2517                 Force folder scan if necessary after
2518                 copying mails, to be able to reapply
2519                 flags.
2520
2521 2007-04-11 [colin]      2.8.1cvs93
2522
2523         * src/main.c
2524                 don't scan for new mail on startup if --select
2525                 is specified (or race conditions arise). If so,
2526                 do both sequentially.
2527
2528 2007-04-09 [colin]      2.8.1cvs92
2529
2530         * src/common/defs.h
2531                 Use leafpad by default on Maemo. Patch
2532                 by Jean-Luc Biord.
2533
2534 2007-04-06 [colin]      2.8.1cvs91
2535
2536         * src/pixmaps/queue_close.xpm
2537         * src/pixmaps/queue_close_hrm.xpm
2538         * src/pixmaps/queue_close_hrm_mark.xpm
2539         * src/pixmaps/queue_close_mark.xpm
2540         * src/pixmaps/queue_open.xpm
2541         * src/pixmaps/queue_open_hrm.xpm
2542         * src/pixmaps/queue_open_hrm_mark.xpm
2543         * src/pixmaps/queue_open_mark.xpm
2544                 Move the clock one pixel down :)
2545
2546 2007-04-05 [colin]      2.8.1cvs90
2547
2548         * src/mainwindow.c
2549                 Don't sync when switching offline from
2550                 command line - it's usually too late :)
2551
2552 2007-04-05 [paul]       2.8.1cvs89
2553
2554         * src/Makefile.am
2555         * src/stock_pixmap.c
2556         * src/pixmaps/dir_close_hrm.xpm
2557         * src/pixmaps/dir_close_hrm_mark.xpm
2558         * src/pixmaps/drafts_close.xpm
2559         * src/pixmaps/drafts_close_mark.xpm
2560         * src/pixmaps/drafts_open.xpm
2561         * src/pixmaps/drafts_open_mark.xpm
2562         * src/pixmaps/inbox.xpm
2563         * src/pixmaps/inbox_close.xpm
2564         * src/pixmaps/inbox_close_hrm.xpm
2565         * src/pixmaps/inbox_close_hrm_mark.xpm
2566         * src/pixmaps/inbox_close_mark.xpm
2567         * src/pixmaps/inbox_hrm.xpm
2568         * src/pixmaps/inbox_hrm_mark.xpm
2569         * src/pixmaps/inbox_mark.xpm
2570         * src/pixmaps/inbox_open.xpm
2571         * src/pixmaps/inbox_open_hrm.xpm
2572         * src/pixmaps/inbox_open_hrm_mark.xpm
2573         * src/pixmaps/inbox_open_mark.xpm
2574         * src/pixmaps/outbox.xpm
2575         * src/pixmaps/outbox_close.xpm
2576         * src/pixmaps/outbox_close_hrm.xpm
2577         * src/pixmaps/outbox_close_hrm_mark.xpm
2578         * src/pixmaps/outbox_close_mark.xpm
2579         * src/pixmaps/outbox_hrm.xpm
2580         * src/pixmaps/outbox_hrm_mark.xpm
2581         * src/pixmaps/outbox_mark.xpm
2582         * src/pixmaps/outbox_open.xpm
2583         * src/pixmaps/outbox_open_hrm.xpm
2584         * src/pixmaps/outbox_open_hrm_mark.xpm
2585         * src/pixmaps/outbox_open_mark.xpm
2586         * src/pixmaps/queue_close.xpm
2587         * src/pixmaps/queue_close_hrm.xpm
2588         * src/pixmaps/queue_close_hrm_mark.xpm
2589         * src/pixmaps/queue_close_mark.xpm
2590         * src/pixmaps/queue_open.xpm
2591         * src/pixmaps/queue_open_hrm.xpm
2592         * src/pixmaps/queue_open_hrm_mark.xpm
2593         * src/pixmaps/queue_open_mark.xpm
2594                 updated, added and replaced icons
2595                 Icons by Colin
2596
2597 2007-04-04 [colin]      2.8.1cvs88
2598
2599         * src/imap.c
2600                 Fix build without libetpan
2601
2602 2007-04-03 [colin]      2.8.1cvs87
2603
2604         * src/imap.c
2605                 Fix crash with Citadel, and try to make
2606                 things work. this server (and specifically 
2607                 STATUS and APPEND at least) seems broken.
2608
2609 2007-04-03 [colin]      2.8.1cvs86
2610
2611         * src/folderview.c
2612                 Fix icons on folder close
2613
2614 2007-04-03 [colin]      2.8.1cvs85
2615
2616         * src/inc.c
2617                 Fix double-ask of offline override in
2618                 certain cases
2619         * src/imap.c
2620         * src/imap.h
2621         * src/imap_gtk.c
2622                 Much more efficient way to synchronise
2623                 for offline use
2624         * src/etpan/imap-thread.c
2625                 Fix possible segs
2626         * src/folder.c
2627         * src/gtk/quicksearch.c
2628                 Fix some GUI lags
2629
2630 2007-04-03 [paul]       2.8.1cvs84
2631
2632         * src/filtering.c
2633         * src/folder.c
2634         * src/folder.h
2635         * src/prefs_common.c
2636         * src/prefs_common.h
2637         * src/prefs_other.c
2638                 Fix sync being done too late
2639                 Thanks to Colin
2640
2641 2007-04-02 [colin]      2.8.1cvs83
2642
2643         * src/summaryview.c
2644                 Maemo: Put status and quicksearch at the top
2645         * src/plugins/bogofilter/bogofilter.c
2646         * src/plugins/spamassassin/spamassassin.c
2647                 Derive trash from inbox if possible
2648
2649 2007-04-02 [paul]       2.8.1cvs82
2650
2651         * src/plugins/bogofilter/bogofilter_gtk.c
2652                 a few English changes
2653
2654 2007-04-02 [paul]
2655
2656         2.9.0-rc1 released
2657
2658 2007-04-02 [colin]      2.8.1cvs81
2659
2660         * src/image_viewer.c
2661                 Fix transparent images by using
2662                 GtkImage
2663         * src/messageview.c
2664                 Flush events (on new windows) to avoid
2665                 having the textview's image resize fail
2666                 to know the available width
2667
2668 2007-04-01 [colin]      2.8.1cvs80
2669
2670         * src/prefs_account.c
2671                 If no MH mailbox exist, when creating a POP/Local
2672                 account, just create and use the default one 
2673                 instead of bailing with a "Mailbox doesn't exist"
2674                 error
2675
2676 2007-03-31 [colin]      2.8.1cvs79
2677
2678         * src/prefs_account.c
2679                 Create signature file if it doesn't exist
2680                 before editing
2681         * src/prefs_toolbar.c
2682                 Maemo: Move "Use default" on the left so
2683                 that people can find it
2684         * src/common/defs.h
2685                 Maemo: make default editor "Maemopad", 
2686                 default signature file "MyDocs/signature.txt"
2687
2688 2007-03-31 [colin]      2.8.1cvs78
2689
2690         * src/prefs_account.c
2691                 Maemo: rework account prefs so
2692                 that less horizontal scrolling
2693                 is required
2694
2695 2007-03-31 [colin]      2.8.1cvs77
2696
2697         * src/folderview.c
2698         * src/prefs_common.c
2699         * src/prefs_common.h
2700                 Fix bug 1167, 'Allow not displaying zeros 
2701                 in folder list'. Patch by MartinP
2702
2703 2007-03-31 [colin]      2.8.1cvs76
2704
2705         * AUTHORS
2706                 Add Jean-Luc Biord
2707
2708 2007-03-31 [colin]      2.8.1cvs75
2709
2710         * src/imap.c
2711                 Apply patch from bug 1172, direct
2712                 access to the folder's session instead
2713                 of using getter. Patch by MartinP
2714
2715 2007-03-31 [paul]       2.8.1cvs74
2716
2717         * src/gtk/authors.h
2718                 no need to list Fabien twice!
2719
2720 2007-03-31 [colin]      2.8.1cvs73
2721
2722         * src/inc.c
2723                 If we're currently "overriding for %d minutes",
2724                 don't ask
2725
2726 2007-03-31 [colin]      2.8.1cvs72
2727
2728         * src/compose.c
2729         * src/imap.c
2730         * src/inc.c
2731         * src/inc.h
2732         * src/messageview.c
2733         * src/news.c
2734         * src/plugins/spamassassin/spamassassin.c
2735                 Offline override: Add a parameter to allow
2736                 asking even if the override timer is running.
2737                 Allows to ask every time the user makes an
2738                 explicit action needing online access (such
2739                 as Get Mail), and not when the action is 
2740                 implicit (such as opening an IMAP folder)
2741
2742 2007-03-31 [colin]      2.8.1cvs71
2743
2744         * src/inc.c
2745                 Override offline: "No" answer shouldn't
2746                 re-ask after 3 seconds, but 10 minutes. 
2747
2748 2007-03-30 [colin]      2.8.1cvs70
2749
2750         * src/common/socket.c
2751                 Better error reporting on unix socket
2752                 failure (bind usually)
2753         * src/gtk/gtkutils.c
2754         * src/gtk/gtkutils.h
2755                 Label window: add a pulsing progress
2756                 bar to show we're not hung :)
2757         * src/folderview.c
2758         * src/main.c
2759         * src/plugins/pgpcore/sgpgme.c
2760                 Update API
2761
2762 2007-03-30 [colin]      2.8.1cvs69
2763
2764         * src/pop.c
2765         * src/prefs_common.c
2766                 Fix possible trashing of history and uidl
2767                 files on disk full problems
2768
2769 2007-03-30 [paul]       2.8.1cvs68
2770
2771         * src/mainwindow.c
2772         * src/summaryview.c
2773         * src/summaryview.h
2774                 update summary when changing layout type
2775                 (fixes wrong folder icon being displayed)
2776                 Thanks to Colin
2777
2778 2007-03-29 [colin]      2.8.1cvs67
2779
2780         * src/prefs_ext_prog.c
2781                 The browser pref is irrelevant on Maemo
2782
2783 2007-03-29 [colin]      2.8.1cvs66
2784
2785         * src/compose.c
2786         * src/compose.h
2787                 Maemo: dynamically switch headers/text position
2788         * src/prefs_common.c
2789                 Maemo: hide compose's ruler by default
2790         * src/common/socket.c
2791         * src/common/socket.h
2792                 Fix build warning
2793
2794 2007-03-29 [colin]      2.8.1cvs65
2795
2796         * src/common/socket.c
2797         * src/common/socket.h
2798                 Fix build when MAEMO_CFLAGS contains
2799                 _X_OPENSOURCE (resolv.h errors as long
2800                 as we don't add _BSD_SOURCE. Ugly).
2801
2802 2007-03-29 [wwp]        2.8.1cvs64
2803
2804         * src/prefs_logging.c
2805                 Fix sensitivity of clip-log widgets in prefs/logging,
2806                 thanks to Fabien.
2807
2808 2007-03-29 [wwp]        2.8.1cvs63
2809
2810         * po/POTFILES.in
2811                 Updated files list for translations, thanks to Fabien.
2812
2813 2007-03-29 [colin]      2.8.1cvs62
2814
2815         * src/main.c
2816         * src/common/Makefile.am
2817         * src/common/utils.c
2818                 Maybe make URI opening work in Maemo
2819                 Requires testing :)
2820
2821 2007-03-28 [colin]      2.8.1cvs61
2822
2823         * src/folder.c
2824         * src/folder.h
2825         * src/folderview.c
2826                 Add the possibility to sort folders arbitrarily
2827                 (via editing of folderlist.xml only). Patch by
2828                 Martin P <mp26+claws@os.inf.tu-dresden.de>
2829                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
2830                 be changed by the user'
2831
2832 2007-03-28 [colin]      2.8.1cvs60
2833
2834         * src/mimeview.c
2835                 Add popup menu for mime icons
2836
2837 2007-03-28 [colin]      2.8.1cvs59
2838
2839         * src/mainwindow.c
2840                 Fix a layout issue when presenting
2841                 mainwindow in Small screen layout
2842         * src/toolbar.c
2843         * src/toolbar.h
2844                 Add a "Go to folder list" button for
2845                 mainwindow, and make it default in
2846                 the Maemo build
2847
2848 2007-03-28 [colin]      2.8.1cvs58
2849
2850         * src/compose.c
2851                 Don't dynamically update title on Maemo
2852                 Patch by Jean-Luc Biord
2853
2854 2007-03-27 [colin]      2.8.1cvs57
2855
2856         * src/compose.c
2857         * src/folderview.c
2858         * src/summaryview.c
2859                 Enable tap-and-hold on Maemo
2860
2861 2007-03-26 [colin]      2.8.1cvs56
2862
2863         * src/compose.c
2864                 More popup-menu (in attachments list)
2865
2866 2007-03-26 [colin]      2.8.1cvs55
2867
2868         * src/compose.c
2869                 Enable popup-menu signal
2870
2871 2007-03-26 [colin]      2.8.1cvs54
2872
2873         * src/plugins/pgpinline/pgpinline.c
2874                 Fix bug 1111, 'PGP/inline plugin hides text 
2875                 around encrypted text block'. Patch based on
2876                 a patch from Michal Cihar.
2877
2878 2007-03-26 [wwp]        2.8.1cvs53
2879
2880         * src/procmsg.c
2881                 Fix getting a false error when sending queued message
2882                 whereas the sending was fine (if there are subfolders
2883                 in the queue folder), thanks to Colin.
2884
2885 2007-03-26 [paul]       2.8.1cvs52
2886
2887         * src/wizard.c
2888                 update FACE header in welcome message
2889
2890 2007-03-25 [colin]      2.8.1cvs51
2891
2892         * src/Makefile.am
2893                 Fix make dist
2894
2895 2007-03-25 [colin]      2.8.1cvs50
2896
2897         * src/main.c
2898                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
2899
2900 2007-03-24 [colin]      2.8.1cvs49
2901
2902         * src/main.c
2903                 Fix a few launch problems on Maemo
2904                 Patch by Jean-Luc Biord
2905
2906 2007-03-24 [wwp]        2.8.1cvs48
2907
2908         * src/alertpanel.c
2909         * src/alertpanel.h
2910         * src/messageview.c
2911         * src/summaryview.c
2912                 Fix wrong action performed when closing the
2913                 "ask about account specific filtering rules
2914                 when filtering manually" dialog by pressing Escape.
2915                 Fix wrong order of buttons in the "return receipt
2916                 notification - the message was sent to several of
2917                 your accounts" dialog.
2918
2919 2007-03-24 [paul]       2.8.1cvs47
2920
2921         * src/folderview.c
2922                 an improvement to English usage
2923         * tools/kdeservicemenu/README
2924                 updated Claws url
2925
2926 2007-03-24 [paul]       2.8.1cvs46
2927
2928         * src/Makefile.am
2929         * src/stock_pixmap.c
2930         * src/pixmaps/edit_extern.xpm
2931         * src/pixmaps/mail_sign.xpm
2932                 rescue long lost icons
2933
2934 2007-03-24 [paul]       2.8.1cvs45
2935
2936         * src/toolbar.c
2937                 fix toolbar (broken in 2.8.1cvs42)
2938
2939 2007-03-23 [colin]      2.8.1cvs44
2940
2941         * src/imap.c
2942                 Correctly unsubscribe/resubscribe after
2943                 RENAME
2944
2945 2007-03-23 [colin]      2.8.1cvs43
2946
2947         * src/prefs_common.c
2948                 Maemo: as the platform is light on RAM, allow
2949                 caches to be discarded faster.
2950
2951 2007-03-23 [colin]      2.8.1cvs42
2952
2953         * src/Makefile.am
2954         * src/compose.c
2955         * src/compose.h
2956         * src/stock_pixmap.c
2957         * src/stock_pixmap.h
2958         * src/summaryview.c
2959         * src/summaryview.h
2960         * src/toolbar.c
2961         * src/toolbar.h
2962         * src/pixmaps/open_mail.xpm
2963                 Maemo changes: Add the possibility to have
2964                 "Open Email" and "Close Window" buttons on 
2965                 toolbars (and use them in Maemo's default
2966                 toolbars)
2967
2968 2007-03-23 [wwp]        2.8.1cvs41
2969
2970         * src/action.c
2971                 Reverted that part of the action dialog closure logics, to
2972                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
2973                 done later in a different way (or may not).
2974
2975 2007-03-22 [wwp]        2.8.1cvs40
2976
2977         * src/action.c
2978                 Fix sticky action dialog when got no output but action command
2979                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
2980
2981 2007-03-22 [colin]      2.8.1cvs39
2982
2983         * src/prefs_filtering.c
2984         * src/gtk/combobox.h
2985                 Fix escaping account names in filtering prefs
2986
2987 2007-03-22 [colin]      2.8.1cvs38
2988
2989         * src/addrindex.c
2990         * src/ldapctrl.h
2991         * src/ldapquery.c
2992                 Add any attribute specified in LDAP servers'
2993                 Search attributes to the Other Attributes tab
2994                 of contacts; Add 'telephoneNumber' in the
2995                 default list.
2996
2997 2007-03-22 [colin]      2.8.1cvs37
2998
2999         * src/folderview.c
3000         * src/folderview.h
3001         * src/mainwindow.c
3002                 Try to prevent race conditions when
3003                 changing the folder list
3004         * src/summaryview.c
3005                 Fix possible red folder icon when
3006                 switching from Small screen layout
3007                 to any other
3008
3009 2007-03-22 [colin]      2.8.1cvs36
3010
3011         * src/mainwindow.c
3012         * src/mainwindow.h
3013         * src/summaryview.c
3014                 Rename "little screen" to "Small screen"
3015         * src/gtk/Makefile.am
3016         * src/common/utils.c
3017         * src/mh.c
3018                 Fix Maemo-related compilation problems
3019
3020 2007-03-21 [colin]      2.8.1cvs35
3021
3022         * configure.ac
3023                 Fix previous commit
3024         * claws-mail.desktop
3025                 Remove .png from the Icon, it's useless
3026
3027 2007-03-21 [colin]      2.8.1cvs34
3028
3029         * configure.ac
3030         * src/Makefile.am
3031                 Add the necessary lib checking for 
3032                 Maemo
3033
3034 2007-03-21 [colin]      2.8.1cvs33
3035
3036         * src/main.c
3037                 Fix unconditional "error happened" when
3038                 sending via command-line. "lol @ myself"
3039
3040 2007-03-21 [colin]      2.8.1cvs32
3041
3042         * claws-mail-40x40.png
3043         * claws-mail-26x26.png
3044         * src/account.c
3045         * src/addressbook.c
3046         * src/compose.c
3047         * src/folderview.c
3048         * src/folderview.h
3049         * src/main.c
3050         * src/mainwindow.c
3051         * src/mainwindow.h
3052         * src/messageview.c
3053         * src/prefs_account.c
3054         * src/prefs_common.c
3055         * src/summary_search.c
3056         * src/summaryview.c
3057         * src/summaryview.h
3058         * src/gtk/authors.h
3059         * src/gtk/gtkutils.c
3060         * src/gtk/gtkutils.h
3061         * src/gtk/logwindow.c
3062         * src/gtk/menu.c
3063         * src/gtk/prefswindow.c
3064                 Add Maemo port (patch mainly by Jean-Luc Biort)
3065                 Add a new 'Little screen' layout to help on such
3066                 platforms (patch by me)
3067                 Make some default preferences different (more
3068                 adapted) on Maemo (patch by me)
3069
3070 2007-03-21 [wwp]        2.8.1cvs31
3071
3072         * src/prefs_logging.c
3073         * src/prefs_logging.h
3074                 Fixed copyright header of newly added files.
3075
3076 2007-03-21 [wwp]        2.8.1cvs30
3077
3078         * src/Makefile.am
3079         * src/filtering.c
3080         * src/filtering.h
3081         * src/folder.c
3082         * src/folderview.c
3083         * src/imap.c
3084         * src/inc.c
3085         * src/main.c
3086         * src/mainwindow.c
3087         * src/mainwindow.h
3088         * src/matcher.c
3089         * src/messageview.c
3090         * src/news.c
3091         * src/pop.c
3092         * src/prefs_common.c
3093         * src/prefs_common.h
3094         * src/prefs_logging.c
3095         * src/prefs_logging.h
3096         * src/prefs_other.c
3097         * src/procmsg.c
3098         * src/send_message.c
3099         * src/summaryview.c
3100         * src/common/log.c
3101         * src/common/log.h
3102         * src/common/nntp.c
3103         * src/common/session.c
3104         * src/common/smtp.c
3105         * src/common/socket.c
3106         * src/etpan/imap-thread.c
3107         * src/gtk/logwindow.c
3108         * src/gtk/logwindow.h
3109         * src/plugins/bogofilter/bogofilter.c
3110         * src/plugins/spamassassin/spamassassin.c
3111                 Added debugging of filtering/processing rules.
3112                 The debug log is here 'Tools/Filtering debug window',
3113                 the options there 'Configuration/Preferences/Other/Logging',
3114                 and the log file is ~/.claws-mail/filtering.log.
3115                 Moved protocol log prefs to 'Other/Logging' as well.
3116                 To support such debugging feature, the existing log API has
3117                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3118                 this impacts many external modules (commits follow).
3119
3120 2007-03-21 [paul]       2.8.1cvs29
3121
3122         * src/etpan/Makefile.am
3123         * src/etpan/imap-thread.c
3124                 add missing #include
3125
3126 2007-03-21 [colin]      2.8.1cvs28
3127
3128         * src/procmime.c
3129                 Fix bug 1157, 'some broken messages confuse 
3130                 mime parser'. Make sure we can't have MimeInfos
3131                 with negative sizes.
3132
3133 2007-03-20 [colin]      2.8.1cvs27
3134
3135         * src/main.c
3136                 Fix missing \0 on buffer
3137
3138 2007-03-20 [colin]      2.8.1cvs26
3139
3140         * src/mh.c
3141                 Use make_dir_hier instead of make_dir 
3142                 to create the MH mailbox
3143
3144 2007-03-20 [colin]      2.8.1cvs25
3145
3146         * src/folder.c
3147         * src/folder.h
3148         * src/prefs_account.c
3149         * src/wizard.c
3150                 Fix default inbox weirdnesses (after wizard,
3151                 if path is Mail, mailbox identifier is #mh/Mailbox,
3152                 and when creating new accounts)
3153
3154 2007-03-20 [colin]      2.8.1cvs24
3155
3156         * src/account.c
3157                 Write folderlist after adding/deleting accounts
3158                 that have folders
3159
3160 2007-03-20 [colin]      2.8.1cvs23
3161
3162         * src/imap.c
3163         * src/remotefolder.h
3164                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3165                 selected while scanning prior to update'
3166
3167 2007-03-17 [paul]       2.8.1cvs22
3168
3169         * src/main.c
3170                 fix a typo, and be a little more verbose.
3171
3172 2007-03-17 [wwp]        2.8.1cvs21
3173
3174         * src/inc.c
3175                 Fix a compiler warning.
3176
3177 2007-03-16 [wwp]        2.8.1cvs20
3178
3179         * tools/Makefile.am
3180         * tools/README
3181                 Updated to deal w/ the new mairix.sh tool.
3182
3183 2007-03-16 [wwp]        2.8.1cvs19
3184
3185         * src/action.c
3186                 Fix logics issues around the action IO dialog:
3187                 - disable entry widget and exec button when
3188                   the exec button is clicked (don't wait for any
3189                   output line) - fix possible disabling/re-enabling/
3190                   re-disabling of those widgets
3191                 - raise an error if executing a %as{} action either
3192                   empty or invalid, instead of failing silently
3193                 - don't close the dialog if the abort button has been
3194                   clicked and if there was no output yet
3195                 - set focus to the abort button when the exec button
3196                   is clicked
3197                 - fix capitalization of a warning message
3198
3199 2007-03-16 [wwp]        2.8.1cvs18
3200
3201         * tools/mairix.sh
3202                 Added a wrapper to mairix to the tools folder.
3203
3204 2007-03-16 [colin]      2.8.1cvs17
3205
3206         * src/messageview.c
3207         * src/mimeview.h
3208                 Allow mimeviewer plugins to print
3209                 their stuff
3210
3211 2007-03-16 [colin]      2.8.1cvs16
3212
3213         * .cvsignore
3214                 Ignore *.patchset
3215
3216 2007-03-15 [colin]      2.8.1cvs15
3217
3218         * src/messageview.c
3219         * src/mimeview.h
3220                 Add a way for mimeviewer plugins to
3221                 implement body search
3222
3223 2007-03-15 [paul]       2.8.1cvs14
3224
3225         * src/prefs_spelling.c
3226                 fix English usage
3227
3228 2007-03-15 [paul]       2.8.1cvs13
3229
3230         * src/common/quoted-printable.c
3231                 fix decoding of quoted-printable parts
3232
3233 2007-03-14 [wwp]        2.8.1cvs12
3234
3235         * src/gtk/logwindow.h
3236                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3237
3238 2007-03-14 [wwp]        2.8.1cvs11
3239
3240         * src/gtk/logwindow.h
3241                 Complete 2.8.1cvs10.
3242
3243 2007-03-14 [colin]      2.8.1cvs10
3244
3245         * src/gtk/logwindow.c
3246                 Probably fix bug 1149, crash on logwindow
3247                 close - at the expense of performance once
3248                 logwin has been opened
3249
3250 2007-03-14 [colin]      2.8.1cvs9
3251
3252         * src/main.c
3253                 If claws-mail is running on another
3254                 display, warn instead of popping it up
3255                 on the other display
3256
3257 2007-03-12 [colin]      2.8.1cvs8
3258
3259         * src/wizard.c
3260                 Fix bug 1145, 'Setting a different name 
3261                 for the Mailbox name isn't reflected in 
3262                 default account settings'. Patch by wwp
3263
3264 2007-03-12 [colin]      2.8.1cvs7
3265
3266         * src/summaryview.c
3267                 Fix bug 1143, 'Add number of messages to be 
3268                 deleted to confirmation dialog'
3269
3270 2007-03-12 [wwp]        2.8.1cvs6
3271
3272         * src/folderview.c
3273         * src/prefs_common.c
3274         * src/prefs_common.h
3275         * src/prefs_summaries.c
3276                 Changed the option that displays unread messages count
3277                 next to the folder name in folder list: it is now
3278                 possible to either display nothing, display the
3279                 unread messages number only or the unread and total messages
3280                 numbers. The patch includes this extra feature as well
3281                 as some minor fixes by rewriting the algo in folderview.c.
3282                 Thanks to Paul for the original idea and implementation, plus
3283                 testing and proof-reading!
3284
3285 2007-03-09 [paul]       2.8.1cvs5
3286
3287         * tools/Makefile.am
3288         * tools/README
3289         * tools/claws-mail-compose-insert-files.pl
3290                 added a script which enables inserting files
3291                 into the message body of a new Claws Mail
3292                 Compose window from the command line. Additionally
3293                 To, Cc, Subject and files to attach to the message
3294                 can be specified.
3295
3296 2007-03-09 [wwp]        2.8.1cvs4
3297
3298         * src/addr_compl.c
3299         * src/addr_compl.h
3300         * src/filtering.c
3301                 Optimize matching of addresses in the addressbook
3302                 (filtering/processing 'found_in_addressbook' condition).
3303
3304 2007-03-07 [wwp]        2.8.1cvs3
3305
3306         * src/quote_fmt.c
3307         * src/quote_fmt_lex.l
3308         * src/quote_fmt_parse.y
3309                 Add a new quote format symbol: %A to insert the
3310                 sender email address (just the address itself).
3311
3312 2007-03-06 [wwp]        2.8.1cvs2
3313
3314         * src/gtk/gtkutils.c
3315         * src/plugins/trayicon/trayicon_prefs.h
3316         * src/plugins/trayicon/trayicon_prefs.c
3317         * src/plugins/trayicon/trayicon.c
3318         * src/mainwindow.h
3319         * src/mainwindow.c
3320                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3321                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3322
3323
3324 2007-03-06 [paul]       2.8.1cvs1
3325
3326         * NEWS
3327         * README
3328         * RELEASE_NOTES
3329         * configure.ac
3330                 bump version number following
3331                 stable release
3332
3333 2007-03-06 [paul]       2.8.0cvs24
3334
3335         * po/cs.po
3336                 corrected by by Tim <timbrain@post.cz>
3337
3338 2007-03-05 [colin]      2.8.0cvs23
3339
3340         * src/Makefile.am
3341         * src/procmime.c
3342                 Fix mime/globs path on NetBSD
3343                 patch by George Michaelson
3344
3345 2007-03-05 [wwp]        2.8.0cvs22
3346
3347         * src/addr_compl.c
3348                 Remove debug statement (accidentally committed w/ cvs14).
3349
3350 2007-03-05 [paul]       2.8.0cvs21
3351
3352         * src/plugins/pgpcore/prefs_gpg.c
3353                 fix compiler warning
3354
3355 2007-03-05 [wwp]        2.8.0cvs20
3356
3357         * src/matcher_parser_parse.y
3358                 Fix mismerge between cvs17 and cvs19.
3359
3360 2007-03-05 [wwp]        2.8.0cvs19
3361
3362         * src/matcher_parser_parse.y
3363         * src/prefs_filtering_action.c
3364         * src/matcher.c
3365         * src/matcher.h
3366         * src/filtering.c
3367         * src/filtering.h
3368                 Add new 'add_to_addressbook' filtering/processing action.
3369
3370 2007-03-05 [wwp]        2.8.0cvs18
3371
3372         * src/filtering.c
3373                 Fix mark_as_ham filtering/processing action: spam flag
3374                 was not unset.
3375
3376 2007-03-04 [colin]      2.8.0cvs17
3377
3378         * src/filtering.c
3379         * src/matcher.c
3380         * src/matcher.h
3381         * src/matcher_parser_parse.y
3382         * src/prefs_filtering_action.c
3383                 Add 'Mark as spam' and 'Mark as ham' filtering
3384                 actions. Fixes bug 1138.
3385
3386 2007-03-04 [colin]      2.8.0cvs16
3387
3388         * src/imap.c
3389                 Fix bug 1140, wrong return value
3390                 without libetpan
3391
3392 2007-03-04 [wwp]        2.8.0cvs15
3393
3394         * src/addr_compl.c
3395                 Rollback cvs14: don't free stuff that is managed in g_list.
3396
3397 2007-03-04 [wwp]        2.8.0cvs14
3398
3399         * src/addr_compl.c
3400                 Fix a leak in address completion code.
3401
3402 2007-03-04 [colin]      2.8.0cvs13
3403
3404         * src/addr_compl.c
3405                 Maybe fix bug 1136, 'Crash in group 
3406                 address completion'
3407
3408 2007-03-04 [iwkse]      2.8.0cvs12
3409
3410         * src/imap.c
3411                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3412
3413 2007-03-03 [colin]      2.8.0cvs11
3414
3415         * src/plugins/pgpinline/pgpinline.c
3416                 Fix off-by-one, fix double-free. Fixes
3417                 bug 1135, 'cm-segfault on decrypting 
3418                 with PGP/inline'
3419
3420 2007-03-03 [colin]      2.8.0cvs10
3421
3422         * configure.ac
3423         * src/main.c
3424         * src/common/plugin.c
3425                 Fix bug 1134, 'Valgrind macros unhandled 
3426                 by Irix's cc'
3427
3428 2007-03-02 [colin]      2.8.0cvs9
3429
3430         * src/mbox.c
3431                 Don't error out on EAGAIN. Fixes 
3432                 bug 1129, '"local mbox file" account 
3433                 isn't retrieving mails'
3434
3435 2007-03-01 [wwp]        2.8.0cvs8
3436
3437         * src/mainwindow.c
3438         * src/gtk/colorlabel.c
3439                 Remove accels for extra color labels until we set better
3440                 and definitive ones.
3441
3442 2007-02-28 [wwp]        2.8.0cvs7
3443
3444         * src/mainwindow.c
3445         * src/matcher_parser_parse.y
3446         * src/prefs_common.c
3447         * src/prefs_msg_colors.c
3448         * src/procmsg.h
3449         * src/gtk/colorlabel.c
3450         * src/gtk/colorlabel.h
3451                 Add more customizable color labels. Cleaned up a bit
3452                 the color label API to avoid duplicate defines of
3453                 the max number of colors.
3454
3455 2007-02-27 [colin]      2.8.0cvs6
3456
3457         * src/mainwindow.c
3458         * src/common/utils.c
3459         * src/common/utils.h
3460                 Fix '+' in mailto URIs for List-* headers
3461
3462 2007-02-27 [colin]      2.8.0cvs5
3463
3464         * src/gtk/gtkutils.c
3465                 Use gtk_window_set_role instead of 
3466                 _set_wmclass
3467
3468 2007-02-27 [colin]      2.8.0cvs4
3469
3470         * src/inc.c
3471                 Fix "After receiving new mail, go to inbox" on IMAP,
3472                 and make it work only on manual reception
3473
3474 2007-02-27 [wwp]        2.8.0cvs3
3475
3476         * src/prefs_filtering.c
3477         * src/prefs_filtering_action.c
3478         * src/prefs_matcher.c
3479                 Update filtering matcher's and action's color label menus
3480                 when re-opening those dialogs (reflect any change to the
3481                 color labels list in the preferences).
3482
3483 2007-02-27 [colin]      2.8.0cvs2
3484
3485         * src/imap.c
3486         * src/etpan/etpan-thread-manager-types.h
3487         * src/etpan/etpan-thread-manager.c
3488         * src/etpan/imap-thread.c
3489                 Log imap ALERTs as errors in the log.
3490
3491 2007-02-26 [paul]       2.8.0cvs1
3492
3493         * tools/claws.i18n.status.pl
3494                 updated
3495
3496 2007-02-26 [paul]       2.7.2cvs75
3497
3498         * po/ca.po
3499         * po/cs.po
3500         * po/de.po
3501         * po/en_GB.po
3502         * po/fi.po
3503         * po/fr.po
3504         * po/hu.po
3505         * po/pl.po
3506         * po/pt_BR.po
3507         * po/sk.po
3508         * po/sr.po
3509         * po/zh_CN.po
3510                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3511                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3512                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3513                 Aleksandar Urosevic, and Ralgh Young
3514
3515 2007-02-25 [mones]      2.7.2cvs74
3516
3517         * po/es.po
3518                 Updated for release
3519
3520 2007-02-25 [colin]      2.7.2cvs73
3521
3522         * src/main.c
3523                 Clearing the list is only useful
3524                 to prevent a valgrind false-positive
3525
3526 2007-02-25 [paul]       2.7.2cvs72
3527
3528         * tools/Makefile.am
3529         * tools/README
3530         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3531         * tools/maildir2claws-mail.pl  **REMOVED**
3532                 renamed the script, fixed a couple bugs
3533
3534 2007-02-23 [colin]      2.7.2cvs71
3535
3536         * src/addressbook.c
3537                 Fix a leak, check for a few improbable nulls
3538
3539 2007-02-23 [colin]      2.7.2cvs70
3540
3541         * src/main.c
3542         * src/main.h
3543         * src/plugins/trayicon/trayicon.c
3544                 Fix blinking mainwin when starting in tray
3545                 (show mainwindow later in the startup process,
3546                  apart if restarting post-crash)
3547
3548 2007-02-23 [colin]      2.7.2cvs69
3549
3550         * src/folderview.c
3551         * src/imap_gtk.c
3552                 Fix crash when unsubscribing the currently
3553                 selected/opened folder
3554
3555 2007-02-23 [colin]      2.7.2cvs68
3556
3557         * src/compose.c
3558                 Fix bug that prevented colorization to
3559                 work without wrap quotation option
3560
3561 2007-02-23 [colin]      2.7.2cvs67
3562
3563         * src/addr_compl.c
3564                 Fix refcounting, start and end completion who
3565                 behaved as if there couldn't be any other current
3566                 user of completion
3567
3568 2007-02-23 [wwp]        2.7.2cvs66
3569
3570         * src/addressbook.c
3571         * src/addrindex.c
3572                 Address completion fixes: fix addressbook_peek_folder_exists() in
3573                 which the algorithm was ridiculously over-obfuscated and broken.
3574                 Fix addrindex_load_completion() as well, to load addresses in
3575                 completion list with regards to what addressbook_peek_folder_exists()
3576                 returns now.
3577
3578 2007-02-23 [wwp]        2.7.2cvs65
3579
3580         * src/addr_compl.c
3581                 Add addresses to completion when they're non-empty (thanks to Colin).
3582
3583 2007-02-23 [paul]       2.7.2cvs64
3584
3585         * src/plugins/pgpcore/passphrase.c
3586                 remove 'const '
3587
3588 2007-02-23 [colin]      2.7.2cvs63
3589
3590         * src/plugins/pgpcore/prefs_gpg.c
3591         * src/plugins/pgpcore/prefs_gpg.h
3592         * src/plugins/pgpcore/sgpgme.c
3593         * src/plugins/pgpinline/pgpinline.c
3594         * src/plugins/pgpmime/pgpmime.c
3595                 Try harder to respect user's choice wrt
3596                 gpg-agent even with gpg2, by unsetting
3597                 GPG_AGENT_INFO when necessary.
3598
3599 2007-02-22 [paul]       2.7.2cvs62
3600
3601         * src/plugins/pgpcore/sgpgme.c
3602         * src/plugins/pgpcore/sgpgme.h
3603         * src/plugins/pgpcore/passphrase.c
3604         * src/plugins/pgpinline/pgpinline.c
3605         * src/plugins/pgpmime/pgpmime.c
3606                 Fix a leak - gpgme_data_release_and_get_mem
3607                 leaks in recent gpgme. Workaround by using
3608                 our own function.
3609
3610 2007-02-22 [paul]       2.7.2cvs61
3611
3612         * src/gtk/quicksearch.c
3613                 Abandon dynamic search when pressing
3614                 Enter
3615
3616 2007-02-21 [colin]      2.7.2cvs60
3617
3618         * src/procmsg.c
3619         * src/plugins/pgpcore/passphrase.c
3620                 Fix little memory leaks
3621         * src/main.c
3622                 Fix false-positive leak at exit
3623         * src/gtk/quicksearch.c
3624                 Fix potentially big leak in recursive
3625                 Quicksearch
3626
3627 2007-02-21 [wwp]        2.7.2cvs59
3628
3629         * src/summaryview.c
3630                 Add missing newline to a debug message.
3631
3632 2007-02-20 [colin]      2.7.2cvs58
3633
3634         * src/Makefile.am
3635         * src/mimeview.c
3636         * src/stock_pixmap.c
3637         * src/stock_pixmap.h
3638         * src/pixmaps/mime_pgpsig.xpm
3639                 Add icon for application/pgp-signature
3640
3641 2007-02-20 [colin]      2.7.2cvs57
3642
3643         * src/Makefile.am
3644         * src/main.c
3645         * src/mimeview.c
3646         * src/stock_pixmap.c
3647         * src/stock_pixmap.h
3648         * src/pixmaps/mime_calendar.xpm
3649         * src/pixmaps/mime_pdf.xpm
3650         * src/pixmaps/mime_ps.xpm
3651                 Add icons for text/calendar, application/pdf
3652                 and application/postscript
3653
3654 2007-02-20 [colin]      2.7.2cvs56
3655
3656         * autogen.sh
3657         * src/matcher_parser_parse.y
3658         * src/matcher_parser_lex.l
3659                 Fix big memory leak in flex, and
3660                 require flex 2.5.31
3661
3662 2007-02-20 [wwp]        2.7.2cvs55
3663
3664         * src/matcher_parser_parse.y
3665                 Fix a duplicate token definition (thanks to iwkse).
3666
3667 2007-02-20 [wwp]        2.7.2cvs54
3668
3669         * src/matcher_parser_lex.l
3670         * src/quote_fmt_lex.l
3671                 Use proper flex options instead of direct use of #define,
3672                 make the flex-generated C lighter.
3673
3674 2007-02-20 [colin]      2.7.2cvs53
3675
3676         * src/summaryview.c
3677                 Grab focus in message list after hiding
3678                 the quicksearch, instead of leaving it
3679                 "somewhere"
3680
3681 2007-02-19 [colin]      2.7.2cvs52
3682
3683         * src/folderview.c
3684                 Fix bug 1033, 'Automatically refresh 
3685                 message list when new messages arrives'
3686                 Looks like folderview->opened can sometimes
3687                 be wrong...
3688
3689 2007-02-19 [paul]       2.7.2cvs51
3690
3691         * tools/Makefile.am
3692         * tools/README
3693         * tools/thunderbird-filters-convertor.pl
3694                 add new script which converts thunderbird filter
3695                 rules to Claws filter rules
3696
3697 2007-02-18 [paul]       2.7.2cvs50
3698
3699         * src/plugins/pgpcore/prefs_gpg.c
3700         * src/plugins/pgpcore/prefs_gpg.h
3701         * src/plugins/pgpcore/sgpgme.c
3702         * src/plugins/pgpinline/pgpinline.c
3703         * src/plugins/pgpmime/pgpmime.c
3704                 improved GUI interoperability with gpg-agent
3705
3706 2007-02-18 [paul]       2.7.2cvs49
3707
3708         * src/prefs_account.c
3709                 Privacy options sensitivity fix
3710
3711 2007-02-17 [colin]      2.7.2cvs48
3712
3713         * src/messageview.c
3714                 Reset icon to warning in the noticeview
3715
3716 2007-02-15 [colin]      2.7.2cvs47
3717
3718         * src/folderview.c
3719                 Fix a manifestation of bug 1033 (summaryview failing
3720                 to update for new mails), which happens after editing
3721                 account preferences or preferences that cause a 
3722                 folderview reload.
3723
3724 2007-02-15 [colin]      2.7.2cvs46
3725
3726         * src/addressbook.c
3727                 Probably fix bug 1123, 'Segmentation 
3728                 fault while opening address book'. I get
3729                 g_warnings if the saved paned position is
3730                 not greater than 0. Also, save position
3731                 when hiding the addressbook instead of
3732                 via signal.
3733
3734 2007-02-14 [colin]      2.7.2cvs45
3735
3736         * src/plugins/pgpcore/prefs_gpg.c
3737         * src/plugins/pgpcore/prefs_gpg.h
3738         * src/plugins/pgpcore/sgpgme.c
3739         * src/plugins/pgpinline/pgpinline.c
3740         * src/plugins/pgpmime/pgpmime.c
3741                 Add an option "Use gpg-agent if available". Fixes
3742                 annoyances with distro-installed gpg-agent, when
3743                 no pinentry program is installed, and the user's 
3744                 at a loss on why "decryption failed". Makes more
3745                 clear why passphrase isn't saved when gpg-agent is
3746                 used. Defaults to true, to avoid changing the 
3747                 current behaviour.
3748
3749 2007-02-14 [wwp]        2.7.2cvs44
3750
3751         * src/matcher_parser_parse.y
3752                 Fix missing line number reset (wrong line number might appear
3753                 when re-loading filtering rules if there's a parser error).
3754
3755 2007-02-13 [colin]      2.7.2cvs43
3756
3757         * src/common/utils.c
3758                 Don't encode ',' in URIs before passing it
3759                 to the browser command-line. It was probably
3760                 done at a time where commas in URIs made
3761                 mozilla -remote 'openurl(%s,new-window)'
3762                 bug.
3763
3764 2007-02-13 [wwp]        2.7.2cvs42
3765
3766         * src/prefs_matcher.c
3767         * src/plugins/bogofilter/bogofilter_gtk.c
3768                 A bit of string factorization around "Select ..." buttons.
3769
3770 2007-02-11 [colin]      2.7.2cvs41
3771
3772         * src/alertpanel.c
3773                 Make sure to escape the title
3774
3775 2007-02-11 [colin]      2.7.2cvs40
3776
3777         * src/codeconv.c
3778                 Recognize .utf8 locales as .UTF-8 ones
3779
3780 2007-02-11 [colin]      2.7.2cvs39
3781
3782         * src/compose.c
3783                 Fix code conversion when dragging a file
3784
3785 2007-02-09 [colin]      2.7.2cvs38
3786
3787         * src/plugins/clamav/clamav_plugin.c
3788                 Complete Paul's patch with conditional
3789                 compilation to avoid breaking compilation
3790                 on old Dapper and Edgy... Maybe other
3791                 distros too.
3792
3793 2007-02-09 [paul]       2.7.2cvs37
3794
3795         * src/plugins/clamav/clamav_plugin.c
3796                 fix for the upstream changes in libclamav
3797
3798 2007-02-09 [paul]       2.7.2cvs36
3799
3800         * src/main.c
3801         * src/mainwindow.c
3802         * src/procmsg.c
3803         * src/procmsg.h
3804                 fix "warn if there are queued messages" (on exit)
3805                 option, which only checked the first mailbox's
3806                 queue
3807                 don't ask before emptying trash if there are no
3808                 messages in trash, also check and empty all trash
3809                 folders
3810         * src/prefs_other.c
3811                 move "Ask before emptying trash" option
3812                 outside of the "On exit" frame as it's
3813                 not only an "On exit" option
3814
3815 2007-02-09 [paul]       2.7.2cvs35
3816
3817         * src/addrgather.c
3818         * src/alertpanel.c
3819         * src/editldap.c
3820         * src/prefs_account.c
3821         * src/prefs_folder_item.c
3822         * src/prefs_gtk.h
3823         * src/prefs_matcher.c
3824         * src/prefs_message.c
3825         * src/prefs_msg_colors.c
3826         * src/prefs_summaries.c
3827         * src/wizard.c
3828         * src/gtk/inputdialog.c
3829         * src/plugins/bogofilter/bogofilter_gtk.c
3830                 pedantic commit: use 'checkbtn' everywhere
3831                 instead of a mixture of 'checkbtn' and 'chkbtn'
3832
3833 2007-02-09 [paul]       2.7.2cvs34
3834
3835         * src/compose.c
3836                 fix default hotkeys
3837         * src/prefs_other.c
3838         * src/prefs_send.c
3839                 move "Never send Return Receipts" from
3840                 prefs_other to prefs_send
3841                 add an option "Ask about account specific
3842                 filtering rules..." to prefs_other
3843         * src/gtk/gtkutils.c
3844                 fix a compiler warning
3845
3846 2007-02-08 [colin]      2.7.2cvs33
3847
3848         * src/plugins/pgpinline/pgpinline.c
3849                 Fix bug 1110, 'pgpmime fails to process 
3850                 encapsulated openpgp mime (rfc 3156, 6.1 
3851                 -> rfc1847)'
3852                 It was due to an interaction between PGP/Mime
3853                 and PGP/Inline plugin. 
3854
3855 2007-02-08 [colin]      2.7.2cvs32
3856
3857         * src/inc.c
3858         * src/mbox.c
3859         * src/mbox.h
3860                 Fix bug 1117, 'fcntl locking code 
3861                 does not work in mbox.c'
3862
3863 2007-02-08 [colin]      2.7.2cvs31
3864
3865         * src/prefs_account.c
3866                 Fix Gentoo bug 165819, 'can't create 
3867                 a "local mbox file" account'. Patch
3868                 by Olivier <castan.o@free.fr>
3869
3870 2007-02-07 [colin]      2.7.2cvs30
3871
3872         * src/ldapquery.c
3873                 Fix bug 1106, 'Claws crash on exit if LDAPS 
3874                 autocompletion was used'
3875
3876 2007-02-07 [paul]       2.7.2cvs29
3877
3878         * src/folder.c
3879                 cut down on unnecessary debug_prints
3880         * src/imap_gtk.c
3881                 fix menu_set_active() on 'Show only
3882                 subscribed folders'
3883
3884 2007-02-07 [paul]       2.7.2cvs28
3885
3886         * src/plugins/clamav/clamav_plugin.c
3887         * src/plugins/clamav/clamav_plugin.h
3888         * src/plugins/clamav/clamav_plugin_gtk.c
3889                 fix copyright header
3890
3891 2007-02-07 [paul]       2.7.2cvs27
3892
3893         * src/procheader.c
3894                 fix bug 1116, 'summary view allow a 
3895                 subject line break'
3896
3897 2007-02-06 [colin]      2.7.2cvs26
3898
3899         * src/summaryview.c
3900                 Fix delete thread
3901
3902 2007-02-05 [fabien]     2.7.2cvs25
3903
3904         * po/POTFILES.in
3905         * src/uri_opener.c
3906                 i18n related - 1 fix and 1 message for translators.
3907
3908 2007-02-05 [colin]      2.7.2cvs24
3909
3910         * src/gtk/quicksearch.c
3911                 Don't reload summary list if quicksearch wasn't
3912                 active on hiding; move currently selected mail in
3913                 the visible area when showing the quicksearch
3914
3915 2007-02-05 [colin]      2.7.2cvs23
3916
3917         * src/folderview.c
3918                 Add debug to try to solve bug 1104
3919
3920 2007-02-05 [paul]       2.7.2cvs22
3921
3922         * src/mainwindow.c
3923                 confirm before emptying trash on exit is
3924                 a Yes or No answer, use Yes or No in the
3925                 dialog
3926
3927 2007-02-04 [colin]      2.7.2cvs21
3928
3929         * src/compose.c
3930         * src/plugins/pgpcore/passphrase.c
3931         * src/plugins/pgpcore/select-keys.c
3932                 Set wmclass on new windows
3933
3934 2007-02-04 [colin]
3935
3936         2.8.0-rc1 released
3937
3938 2007-02-04 [colin]      2.7.2cvs20
3939
3940         * src/compose.c
3941         * src/compose.h
3942                 Auto save drafts on exit, reopen them
3943                 at startup, instead of asking
3944         * src/account.c
3945         * src/addressadd.c
3946         * src/addressbook.c
3947         * src/addressbook_foldersel.c
3948         * src/addrgather.c
3949         * src/crash.c
3950         * src/editaddress.c
3951         * src/editbook.c
3952         * src/editgroup.c
3953         * src/editjpilot.c
3954         * src/editldap.c
3955         * src/editldap_basedn.c
3956         * src/editvcard.c
3957         * src/exphtmldlg.c
3958         * src/expldifdlg.c
3959         * src/export.c
3960         * src/foldersel.c
3961         * src/gedit-print.c
3962         * src/import.c
3963         * src/importldif.c
3964         * src/importmutt.c
3965         * src/importpine.c
3966         * src/main.c
3967         * src/mainwindow.c
3968         * src/message_search.c
3969         * src/messageview.c
3970         * src/prefs_actions.c
3971         * src/prefs_customheader.c
3972         * src/prefs_display_header.c
3973         * src/prefs_filtering.c
3974         * src/prefs_filtering_action.c
3975         * src/prefs_folder_column.c
3976         * src/prefs_gtk.c
3977         * src/prefs_matcher.c
3978         * src/prefs_other.c
3979         * src/prefs_summaries.c
3980         * src/prefs_summary_column.c
3981         * src/prefs_template.c
3982         * src/sourcewindow.c
3983         * src/ssl_manager.c
3984         * src/summary_search.c
3985         * src/uri_opener.c
3986         * src/gtk/about.c
3987         * src/gtk/description_window.c
3988         * src/gtk/foldersort.c
3989         * src/gtk/gtkutils.c
3990         * src/gtk/gtkutils.h
3991         * src/gtk/icon_legend.c
3992         * src/gtk/logwindow.c
3993         * src/gtk/pluginwindow.c
3994         * src/gtk/prefswindow.c
3995                 Give different wmclass to different
3996                 windows - thanks to sed ;)
3997
3998 2007-02-04 [colin]      2.7.2cvs19
3999
4000         * src/main.c
4001                 Revert previous patch, can't reproduce
4002                 it anymore. 
4003
4004 2007-02-03 [colin]      2.7.2cvs18
4005
4006         * src/main.c
4007                 Don't save the mainwindow size and
4008                 position on emergency exit (libSM's
4009                 "die" callback), Xfce seems to make
4010                 the window smaller just before the
4011                 size's saved.
4012
4013 2007-02-03 [colin]      2.7.2cvs17
4014
4015         * src/plugins/bogofilter/bogofilter.c
4016         * src/plugins/bogofilter/bogofilter.h
4017         * src/plugins/bogofilter/bogofilter_gtk.c
4018         * src/plugins/pgpinline/pgpinline.c
4019         * src/plugins/pgpinline/pgpinline.h
4020                 Fix more copyrights
4021
4022 2007-02-03 [colin]      2.7.2cvs16
4023
4024         * src/partial_download.c
4025         * src/partial_download.h
4026         * src/ssl_manager.c
4027         * src/ssl_manager.h
4028         * src/uri_opener.c
4029         * src/uri_opener.h
4030         * src/wizard.c
4031         * src/wizard.h
4032         * src/common/ssl_certificate.c
4033         * src/common/ssl_certificate.h
4034         * src/gtk/quicksearch.c
4035         * src/gtk/quicksearch.h
4036         * src/gtk/sslcertwindow.c
4037         * src/gtk/sslcertwindow.h
4038                 Fix copyright on my files
4039
4040 2007-02-02 [colin]      2.7.2cvs15
4041
4042         * src/Makefile.am
4043         * src/mainwindow.c
4044         * src/messageview.c
4045         * src/messageview.h
4046         * src/textview.c
4047         * src/textview.h
4048         * src/uri_opener.c
4049         * src/uri_opener.h
4050                 Add Tools/List URIs to allow
4051                 opening any URI in the current mail
4052
4053 2007-02-02 [colin]      2.7.2cvs14
4054
4055         * src/common/valgrind.h ** NEW FILE **
4056         * src/common/Makefile.am
4057         * src/common/plugin.c
4058                 Don't dlclose the plugins if we're running
4059                 under valgrind. (doesn't require valgrind
4060                 either at compile time or run time).
4061
4062 2007-02-01 [paul]       2.7.2cvs13
4063
4064         * AUTHORS
4065         * src/gtk/authors.h
4066         * tools/freshmeat_search.pl
4067         * tools/google_search.pl
4068         * tools/multiwebsearch.pl
4069                 add support for non ISO-8859-1 compatible locales
4070                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4071
4072 2007-02-01 [colin]      2.7.2cvs12
4073
4074         * src/prefs_other.c
4075         * src/prefs_summaries.c
4076                 Move keybinding prefs to the Other page
4077
4078 2007-02-01 [wwp]        2.7.2cvs11
4079
4080         * src/plugins/trayicon/trayicon.c
4081                 Fix a raising issue within KDE.
4082
4083 2007-02-01 [colin]      2.7.2cvs10
4084
4085         * src/codeconv.c
4086                 Fix stray quotes in encoded strings
4087         * src/addressadd.c
4088                 Fix wrong call causing g_warnings
4089         * src/textview.c
4090                 Remove useless message
4091
4092 2007-01-31 [wwp]        2.7.2cvs9
4093
4094         * src/plugins/trayicon/trayicon.c
4095                 fix buggy hiding of main window when closing if close-to-tray
4096                 is not set (bad logics  in the trayicon hook code).
4097                 Changed the quit confirmation message too.
4098
4099 2007-01-30 [colin]      2.7.2cvs8
4100
4101         * src/main.c
4102                 Fix hidden mainwindow after clicking on
4103                 the X close button, if compose windows
4104                 exist and the user chooses not to quit
4105
4106 2007-01-30 [colin]      2.7.2cvs7
4107
4108         * src/main.c
4109         * src/compose.c
4110                 Handle local URIs to attach files (file:///...)
4111                 Fixes attaching files from Thunar for example
4112
4113 2007-01-30 [colin]      2.7.2cvs6
4114
4115         * src/prefs_ext_prog.c
4116                 Add 'mousepad' to the list of text editors.
4117                 Mousepad is XFCE's text editor
4118
4119 2007-01-29 [wwp]        2.7.2cvs5
4120
4121         * po/POTFILES.in
4122         * src/plugins/trayicon/trayicon_prefs.c
4123                 trayicon i18n fixes, thanks to Fabien.
4124
4125 2007-01-28 [wwp]        2.7.2cvs4
4126
4127         * src/mainwindow.c
4128         * src/mainwindow.h
4129         * src/plugins/trayicon/trayicon.c
4130         * src/plugins/trayicon/trayicon_prefs.c
4131         * src/plugins/trayicon/trayicon_prefs.h
4132                 Added a new TrayIcon plugin option to close to tray
4133                 (WM's hotkey and [X] button will hide the window instead
4134                 of closing it - closing CM can be done using the tray icon
4135                 menu or the File menu).
4136                 Improved visibility handling in trayicon, clicking the
4137                 trayicon now raise the window to current desktop when it
4138                 was either minimized/shaded/on another desktop.
4139                 Thanks to Paul for testing and fixing a strange behaviour
4140                 in KDE ;-).
4141
4142 2007-01-27 [paul]       2.7.2cvs3
4143
4144         * src/prefs_folder_item.c
4145         * src/prefs_receive.c
4146         * src/plugins/pgpcore/prefs_gpg.c
4147                 use 'start-up' instead of 'startup' in labels
4148
4149 2007-01-26 [wwp]        2.7.2cvs2
4150
4151         * src/plugins/trayicon/Makefile.am
4152         * src/plugins/trayicon/trayicon.c
4153         * src/plugins/trayicon/trayicon_prefs.c
4154         * src/plugins/trayicon/trayicon_prefs.h
4155                 Add a new TrayIcon option to hide the main window at
4156                 start-up.
4157                 Fix trayicon.c copyright header.
4158
4159 2007-01-26 [paul]       2.7.2cvs1
4160
4161         * NEWS
4162         * README
4163         * RELEASE_NOTES
4164         * configure.ac
4165                 bump up version number following
4166                 stable release
4167
4168 2007-01-25 [mones]      2.7.1cvs60
4169
4170         * po/es.po
4171                 updated thousands of strings (well, probably less ;-)
4172
4173 2007-01-25 [colin]      2.7.1cvs59
4174
4175         * src/matcher.c
4176                 Fix 2nd-run loss of matcherrc on new
4177                 configurations. 
4178
4179 2007-01-25 [wwp]        2.7.1cvs58
4180
4181         * src/mimeview.c
4182                 fix handling of empty value in attach_save_directory too, thanks
4183                 to Colin.
4184
4185 2007-01-25 [wwp]        2.7.1cvs57
4186
4187         * src/gtk/filesel.c
4188                 fix handling of empty value in attach_load_directory,
4189                 thanks to Colin.
4190
4191 2007-01-25 [wwp]        2.7.1cvs56
4192
4193         * src/plugins/dillo_viewer/dillo_prefs.h
4194                 fix a typo.
4195
4196 2007-01-25 [colin]      2.7.1cvs55
4197
4198         * src/matcher.c
4199         * src/matcher.h
4200         * src/matcher_parser_parse.y
4201         * src/prefs_matcher.c
4202                 Add matching on the spam flag
4203
4204 2007-01-24 [colin]      2.7.1cvs54
4205
4206         * src/folder.c
4207         * src/common/xml.c
4208         * src/common/xml.h
4209                 Make sure folderlist.xml is correctly
4210                 written before overwriting it.
4211         * src/procmsg.c
4212         * src/procmsg.h
4213         * src/summaryview.c
4214         * src/plugins/bogofilter/bogofilter.c
4215         * src/plugins/bogofilter/bogofilter.h
4216         * src/plugins/bogofilter/bogofilter_gtk.c
4217         * src/plugins/spamassassin/spamassassin.c
4218         * src/plugins/spamassassin/spamassassin.h
4219         * src/plugins/spamassassin/spamassassin_gtk.c
4220                 Move spam to the correct trash folder after
4221                 learning, if spam directory isn't set.
4222
4223 2007-01-23 [paul]       2.7.1cvs53
4224
4225         * src/plugins/bogofilter/bogofilter_gtk.c
4226                 fix sensitivity of "Insert X-Bogosity header"
4227                 option
4228
4229 2007-01-23 [colin]      2.7.1cvs52
4230
4231         * src/toolbar.c
4232                 Translate toolbar items text if
4233                 they're translatable (default)
4234         * src/addrcache.c
4235         * src/addrcache.h
4236         * src/addritem.c
4237         * src/addritem.h
4238         * src/codeconv.c
4239         * src/codeconv.h
4240         * src/jpilot.c
4241         * src/jpilot.h
4242         * src/ldapctrl.c
4243         * src/ldapctrl.h
4244         * src/ldapquery.h
4245         * src/ldif.c
4246         * src/ldif.h
4247         * src/etpan/etpan-thread-manager.c
4248         * src/etpan/etpan-thread-manager.h
4249         * src/gtk/gtkutils.c
4250         * src/gtk/gtkutils.h
4251                 More static functions
4252
4253 2007-01-22 [fabien]     2.7.1cvs51
4254
4255         * src/gtk/gtkutils.c
4256                 gtkut_get_options_frame() : ability to pass
4257                 a 'NULL' value in frame pointer parameter if
4258                 we don't need it.
4259
4260 2007-01-22 [colin]      2.7.1cvs50
4261
4262         * src/procmsg.c
4263         * src/procmsg.h
4264         * src/plugins/bogofilter/bogofilter.c
4265         * src/plugins/bogofilter/bogofilter_gtk.c
4266         * src/plugins/spamassassin/spamassassin.c
4267         * src/plugins/spamassassin/spamassassin_gtk.c
4268                 Allow moving spams to the account's trash
4269                 instead of default one
4270
4271 2007-01-21 [colin]      2.7.1cvs49
4272
4273         * src/ldapquery.c
4274         * src/ldapquery.h
4275                 Revert a static function that shouldn't
4276                 have been
4277
4278 2007-01-21 [colin]      2.7.1cvs48
4279
4280         * src/ldapquery.c
4281         * src/ldapquery.h
4282                 Same
4283
4284 2007-01-21 [colin]      2.7.1cvs47
4285
4286         * src/procmsg.c
4287         * src/procmsg.h
4288                 Same
4289
4290 2007-01-21 [colin]      2.7.1cvs46
4291
4292         * src/common/socket.c
4293         * src/common/socket.h
4294                 Same
4295
4296 2007-01-21 [colin]      2.7.1cvs45
4297
4298         * src/crash.c
4299         * src/exporthtml.c
4300         * src/exporthtml.h
4301         * src/exportldif.c
4302         * src/exportldif.h
4303         * src/folder.c
4304         * src/folder.h
4305         * src/folder_item_prefs.c
4306         * src/folder_item_prefs.h
4307         * src/folderview.c
4308         * src/folderview.h
4309         * src/gedit-print.c
4310         * src/gedit-print.h
4311         * src/main.c
4312         * src/main.h
4313         * src/common/socket.c
4314         * src/common/socket.h
4315         * src/gtk/gtkaspell.c
4316         * src/gtk/gtkaspell.h
4317         * src/gtk/quicksearch.c
4318         * src/gtk/quicksearch.h
4319                 Same
4320
4321 2007-01-21 [colin]      2.7.1cvs44
4322
4323         * src/common/utils.c
4324         * src/common/utils.h
4325         * src/etpan/etpan-thread-manager.c
4326         * src/etpan/etpan-thread-manager.h
4327                 Same (Funny that etpan_thread_unbind
4328                 is called but not etpan_thread_bind)
4329
4330 2007-01-21 [colin]      2.7.1cvs43
4331
4332         * src/addrselect.c
4333         * src/addrselect.h
4334         * src/codeconv.c
4335         * src/codeconv.h
4336         * src/compose.c
4337         * src/compose.h
4338         * src/etpan/Makefile.am
4339         * src/gtk/colorlabel.c
4340         * src/gtk/colorlabel.h
4341         * src/gtk/sslcertwindow.c
4342         * src/gtk/sslcertwindow.h
4343         * src/etpan/etpan-log.c ** REMOVED **
4344         * src/etpan/etpan-log.h ** REMOVED **
4345                 Same
4346
4347 2007-01-20 [colin]      2.7.1cvs42
4348
4349         * src/addritem.c
4350         * src/addritem.h
4351                 Same
4352
4353 2007-01-20 [colin]      2.7.1cvs41
4354
4355         * src/account.c
4356         * src/account.h
4357         * src/addrbook.c
4358         * src/addrbook.h
4359         * src/addrcache.c
4360         * src/addrcache.h
4361         * src/addrclip.c
4362         * src/addrclip.h
4363         * src/addressbook.c
4364         * src/addressbook.h
4365         * src/addrharvest.c
4366         * src/addrharvest.h
4367         * src/addrindex.c
4368         * src/addrindex.h
4369         * src/editaddress.c
4370         * src/editaddress.h
4371                 Make functions that aren't used in other
4372                 files static
4373
4374 2007-01-20 [colin]      2.7.1cvs40
4375
4376         * src/account.c
4377         * src/addrbook.c
4378         * src/addrcache.c
4379         * src/addressbook.c
4380         * src/addrgather.c
4381         * src/addrindex.c
4382         * src/addrquery.c
4383         * src/addrselect.c
4384         * src/browseldap.c
4385         * src/compose.c
4386         * src/editbook.c
4387         * src/editjpilot.c
4388         * src/editldap.c
4389         * src/editldap_basedn.c
4390         * src/editvcard.c
4391         * src/exporthtml.c
4392         * src/exportldif.c
4393         * src/folder.c
4394         * src/folderview.c
4395         * src/image_viewer.c
4396         * src/imap.c
4397         * src/importmutt.c
4398         * src/importpine.c
4399         * src/jpilot.c
4400         * src/ldapquery.c
4401         * src/main.c
4402         * src/mainwindow.c
4403         * src/matcher.c
4404         * src/messageview.c
4405         * src/mh.c
4406         * src/mimeview.c
4407         * src/msgcache.c
4408         * src/mutt.c
4409         * src/news.c
4410         * src/pine.c
4411         * src/prefs_account.c
4412         * src/prefs_common.c
4413         * src/prefs_compose_writing.c
4414         * src/prefs_ext_prog.c
4415         * src/prefs_folder_item.c
4416         * src/prefs_fonts.c
4417         * src/prefs_message.c
4418         * src/prefs_msg_colors.c
4419         * src/prefs_other.c
4420         * src/prefs_quote.c
4421         * src/prefs_receive.c
4422         * src/prefs_send.c
4423         * src/prefs_spelling.c
4424         * src/prefs_summaries.c
4425         * src/prefs_toolbar.c
4426         * src/prefs_wrapping.c
4427         * src/privacy.c
4428         * src/procmime.c
4429         * src/procmsg.c
4430         * src/ssl_manager.c
4431         * src/statusbar.c
4432         * src/summaryview.c
4433         * src/toolbar.c
4434         * src/vcard.c
4435         * src/common/hooks.c
4436         * src/common/log.c
4437         * src/common/passcrypt.c
4438         * src/common/socket.c
4439         * src/common/ssl.c
4440         * src/common/ssl_certificate.c
4441         * src/common/template.c
4442         * src/common/utils.c
4443         * src/etpan/imap-thread.c
4444         * src/gtk/sslcertwindow.c
4445         * src/gtk/sslcertwindow.h
4446                 Make functions that could be static, static
4447
4448 2007-01-20 [colin]      2.7.1cvs39
4449
4450         * src/editldap.c
4451                 Fix tooltip
4452
4453 2007-01-20 [colin]      2.7.1cvs38
4454
4455         * src/ldapquery.c
4456         * src/ldaputil.c
4457         * src/ldaputil.h
4458                 Fix bug 1102, 'claws-mail-2.7.1 
4459                 makes use of deprecated ldap 
4460                 functions'
4461
4462 2007-01-20 [colin]      2.7.1cvs37
4463
4464         * src/mainwindow.c
4465         * src/mainwindow.h
4466         * src/summaryview.c
4467         * src/gtk/quicksearch.c
4468                 Add Wide message list layout
4469
4470 2007-01-19 [fabien]     2.7.1cvs36
4471
4472         * src/textview.c
4473                 make sure a font change is considered in links of
4474                 headerview.
4475
4476 2007-01-19 [colin]      2.7.1cvs35
4477
4478         * src/main.c
4479         * src/mainwindow.c
4480         * src/mainwindow.h
4481         * src/messageview.c
4482         * src/messageview.h
4483         * src/prefs_common.c
4484         * src/prefs_common.h
4485         * src/summaryview.c
4486         * src/summaryview.h
4487         * src/gtk/quicksearch.c
4488         * src/gtk/quicksearch.h
4489                 Drop 'Separate Folder tree' and 'Separate
4490                 Message View'. Put three layouts in place
4491                 of it.
4492
4493 2007-01-19 [paul]       2.7.1cvs34
4494
4495         * src/prefs_msg_colors.c
4496                 more use of Q_ for translators
4497
4498 2007-01-19 [paul]       2.7.1cvs33
4499
4500         * src/imap_gtk.c
4501         * src/prefs_account.c
4502                 a few changes to the English
4503
4504 2007-01-19 [fabien]     2.7.1cvs32
4505
4506         * src/wizard.c
4507                 factorize translatable string
4508
4509 2007-01-18 [colin]      2.7.1cvs31
4510
4511         * src/main.c
4512                 Don't error out on --sync option. Although
4513                 we don't do anything with it, gtk+ handles
4514                 it, and it's useful for debugging X errors
4515
4516 2007-01-18 [fabien]     2.7.1cvs30
4517
4518         * src/prefs_other.c
4519                 ability to apply on the fly the recent added
4520                 'gtk_can_change_accels' pref (no need to restart).
4521
4522 2007-01-18 [fabien]     2.7.1cvs29
4523
4524         * src/plugins/bogofilter/bogofilter_gtk.c
4525         * src/plugins/bogofilter/bogofilter.c
4526         * src/plugins/spamassassin/spamassassin_gtk.c
4527         * src/addr_compl.c
4528         * src/prefs_account.c
4529                 factorize or rewrite some translatable strings.
4530
4531 2007-01-18 [fabien]     2.7.1cvs28
4532
4533         * src/prefs_gtk.h
4534         * src/compose.c
4535                 set a 4pix space between "Subject:" label and subject entry in
4536                 compose window.
4537
4538 2007-01-18 [wwp]        2.7.1cvs27
4539
4540         * src/addressbook.c
4541                 fix conflicting address-copy/paste when focus is set
4542                 to the embedded edit-person form.
4543  
4544
4545 2007-01-18 [wwp]        2.7.1cvs26
4546
4547         * src/addressbook.h
4548                 complete 2.7.1cvs23 (one more file was missing from that
4549                 commit).
4550
4551 2007-01-18 [colin]      2.7.1cvs25
4552
4553         * src/main.c
4554                 Provide a way to migrate without backup
4555                 Re-ask for migration on next start if 
4556                 it has been refused and wizard has been 
4557                 cancelled after.
4558
4559 2007-01-18 [wwp]        2.7.1cvs24
4560
4561         * src/editaddress.c
4562                 complete 2.7.1.cvs23 (file was missing from previous
4563                 commit).
4564
4565 2007-01-18 [wwp]        2.7.1cvs23
4566
4567         * src/addressbook.c
4568                 fix potential crashes in address book's focus_in/out signal handlers,
4569                 force focus to the edit-person form when clicked the Edit menu entry or
4570                 button (this only matters if the edit-person form is embedded to the
4571                 AB window, in that case, focus is not set when browsing the contacts
4572                 list w/ keys or mouse clicks).
4573
4574 2007-01-18 [paul]       2.7.1cvs22
4575
4576         * src/main.c
4577                 add command line options:
4578                 -h for --help
4579                 -q and --quit for --exit
4580                 -v for --version
4581                 print "Unknown option" for unknown options
4582
4583 2007-01-18 [paul]       2.7.1cvs21
4584
4585         * po/ru.po
4586                 updated by Pavlo Bohmat
4587
4588 2007-01-18 [paul]       2.7.1cvs20
4589
4590         * src/mainwindow.c
4591                 fix sensitivity issues of Mark as Spam/Ham
4592
4593 2007-01-17 [fabien]     2.7.1cvs19
4594
4595         * src/prefs_other.c
4596         * src/prefs_common.c
4597         * src/prefs_common.h
4598         * src/main.c
4599                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4600                 control the corresponding gtk property. It could be used to lock
4601                 all shortcuts (avoid to set one of them by inadvertency).
4602
4603 2007-01-17 [colin]      2.7.1cvs18
4604
4605         * src/summaryview.c
4606                 Fix bug 1100, 'Highlighted e-mail data not visible 
4607                 when color label applied.'. Use a weighted average
4608                 between normal selected foreground color and color
4609                 label instead of a simple one (3/1 instead 1/1).
4610
4611 2007-01-17 [colin]      2.7.1cvs17
4612
4613         * src/messageview.c
4614                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4615                 crash' - don't prevent mail switching while loading
4616
4617 2007-01-17 [colin]      2.7.1cvs16
4618
4619         * src/folder.c
4620         * src/folder.h
4621         * src/folderview.c
4622         * src/folderview.h
4623         * src/imap.c
4624         * src/imap.h
4625         * src/imap_gtk.c
4626                 Manage recursive search of unsubscribed folders
4627                 Rescan tree without checking for new messages 
4628                 after subscriptions changed
4629
4630 2007-01-17 [paul]       2.7.1cvs15
4631
4632         * src/prefs_common.c
4633         * src/gtk/pluginwindow.c
4634                 fix bug 1101, '"Load plugin" button is
4635                 accidentally hidden'
4636                 unset (-1) initial width in prefs_common,
4637                 fix overlapping buttons,
4638                 and other cleanups
4639
4640 2007-01-17 [paul]       2.7.1cvs14
4641
4642         * src/procmime.c
4643                 add #include <errno.h>, it's needed
4644                 on some systems
4645
4646 2007-01-17 [paul]       2.7.1cvs13
4647
4648         * src/common/defs.h
4649         * tools/make.themes.project
4650                 rename .sylpheed_themeinfo to .claws_themeinfo
4651                 and use it
4652         * src/etpan/etpan-errors.h
4653         * src/etpan/etpan-log.c
4654         * src/etpan/etpan-log.h
4655         * src/etpan/etpan-thread-manager-types.h
4656         * src/etpan/etpan-thread-manager.c
4657         * src/etpan/etpan-thread-manager.h
4658         * src/etpan/imap-thread.c
4659         * src/etpan/imap-thread.h
4660                 add copyright header
4661
4662 2007-01-17 [colin]      2.7.1cvs12
4663
4664         * src/plugins/pgpcore/select-keys.c
4665         * src/gtk/pluginwindow.c
4666         * src/prefs_account.c
4667                 Fix warnings
4668
4669 2007-01-16 [colin]      2.7.1cvs11
4670
4671         * src/imap.c
4672         * src/imap.h
4673         * src/imap_gtk.c
4674                 Manage subscribing to subfolders when only
4675                 subscribed folders are shown.
4676
4677 2007-01-16 [colin]      2.7.1cvs10
4678
4679         * src/folderview.c
4680                 Fix annoying vscrollbar going back to top
4681                 on Check for new folders
4682
4683 2007-01-16 [colin]      2.7.1cvs9
4684
4685         * src/imap.c
4686                 Remove printf
4687
4688 2007-01-16 [colin]      2.7.1cvs8
4689
4690         * src/filtering.c
4691                 Bigger buffer for errors
4692         * src/imap.c
4693         * src/imap.h
4694         * src/imap_gtk.c
4695         * src/prefs_account.c
4696         * src/prefs_account.h
4697         * src/wizard.c
4698         * src/etpan/imap-thread.c
4699         * src/etpan/imap-thread.h
4700         * manual/handling.xml
4701                 Add subscriptions management. What it changes:
4702                 Creating a folder subscribes to it
4703                 Deleting a folder unsubscribes it
4704                 New contextual menu item allowing to switch between
4705                 All folders and Subscribed folders, subscribe, and
4706                 unsubscribe. "Creating" an existing but unsubscribed
4707                 folder will subscribe it.
4708                 By default for new accounts, only subscribed folders 
4709                 are shown.
4710
4711
4712 2007-01-16 [paul]       2.7.1cvs7
4713
4714         * src/summaryview.c
4715                 Allow folder classes to specify only sort_key or
4716                 sort_type instead of both or none.
4717
4718 2007-01-16 [paul]       2.7.1cvs6
4719
4720         * src/action.c
4721         * src/compose.c
4722         * src/mimeview.c
4723         * src/procmime.c
4724         * src/textview.c
4725                 Save and use errno for procmime_get_part
4726
4727 2007-01-16 [colin]      2.7.1cvs5
4728
4729         * src/imap.c
4730                 Never remove INBOX when scanning for
4731                 new folders. It's a special folder
4732                 that has to exist.
4733
4734 2007-01-15 [colin]      2.7.1cvs4
4735
4736         * src/imap.c
4737                 Fix 'Check for new folders' when IMAP subdirectory
4738                 is set
4739         * src/etpan/imap-thread.c
4740                 Fix build
4741
4742 2007-01-15 [colin]      2.7.1cvs3
4743
4744         * src/etpan/imap-thread.c
4745                 Fix invalid free on command-connection
4746                 error
4747
4748 2007-01-15 [wwp]        2.7.1cvs2
4749
4750         * src/matcher_parser_lex.l
4751         * src/quote_fmt_lex.l
4752         * src/matcher_parser_parse.y
4753                 fix copyright header in lexers and parsers.
4754
4755 2007-01-15 [paul]       2.7.1cvs1
4756
4757         * NEWS
4758         * README
4759         * RELEASE_NOTES
4760         * configure.ac
4761                 bump up version number following
4762                 stable release
4763
4764 2007-01-15 [paul]       2.7.0cvs31
4765
4766         * AUTHORS
4767         * src/gtk/authors.h
4768                 add Fabien to the Team list
4769                 add the recent contributors
4770                 make a few corrections
4771
4772 2007-01-15 [paul]       2.7.0cvs30
4773
4774         * src/mainwindow.c
4775                 fix compiler warning
4776         * src/plugins/pgpcore/prefs_gpg.c
4777         * src/plugins/pgpcore/prefs_gpg.h
4778                 add missing include
4779                 fix copyright header
4780
4781 2007-01-14 [colin]      2.7.0cvs29
4782
4783         * src/gtk/filesel.c
4784                 Use the 'gtk+' backend. Avoids gnome-vfs use,
4785                 two benefits: faster to open, will fix strange
4786                 dbus-related crash. Thanks to Pascal Terjan.
4787
4788 2007-01-14 [colin]      2.7.0cvs28
4789
4790         * src/etpan/imap-thread.c
4791                 Delete the old imap just after allocating
4792                 the new one. Makes sure we don't get the
4793                 same pointer by sheer luck, which feels
4794                 strange in the debug log.
4795
4796 2007-01-14 [colin]      2.7.0cvs27
4797
4798         * src/gtk/inputdialog.c
4799                 Make sure we don't print passwords in
4800                 clear text when in debug mode
4801
4802 2007-01-14 [colin]      2.7.0cvs26
4803
4804         * src/gtk/gtksctree.c
4805                 Fix bug 1098, 'bogus last row display 
4806                 after expanding a thread'. Patch by
4807                 Jindrich Makovicka <makovick@gmail.com>
4808
4809 2007-01-14 [colin]      2.7.0cvs25
4810
4811         * src/etpan/imap-thread.c
4812                 Close socket manually before
4813                 freeing the imap struct
4814
4815 2007-01-14 [colin]      2.7.0cvs24
4816
4817         * src/etpan/imap-thread.c
4818                 Maybe fix new reconnection issues
4819
4820 2007-01-13 [colin]      2.7.0cvs23
4821
4822         * src/summaryview.c
4823                 Freeze/thaw on thread selection
4824
4825 2007-01-13 [paul]       2.7.0cvs22
4826
4827         * src/mainwindow.c
4828         * src/summaryview.c
4829         * src/summaryview.h
4830                 add 'Edit/Delete thread'
4831
4832 2007-01-13 [colin]      2.7.0cvs21
4833
4834         * src/prefs_account.c
4835         * src/prefs_compose_writing.c
4836         * src/prefs_message.c
4837         * src/prefs_msg_colors.c
4838         * src/prefs_other.c
4839         * src/prefs_receive.c
4840         * src/prefs_spelling.c
4841         * src/prefs_summaries.c
4842         * src/prefs_themes.c
4843         * src/gtk/gtkutils.c
4844         * src/gtk/gtkutils.h
4845         * src/plugins/pgpcore/prefs_gpg.c
4846         * src/plugins/spamassassin/spamassassin_gtk.c
4847                 Factorize gtk frame creation
4848                 Patch by Pawel
4849
4850 2007-01-13 [colin]      2.7.0cvs20
4851
4852         * src/message_search.c
4853         * src/summary_search.c
4854                 Fix Enter in search windows
4855         * src/messageview.c
4856                 Fix body search starting at the
4857                 end of the mail (and asking for loop)
4858
4859 2007-01-13 [colin]      2.7.0cvs19
4860
4861         * src/etpan/imap-thread.c
4862                 Make sure we don't free the same imap
4863                 twice
4864
4865 2007-01-13 [colin]      2.7.0cvs18
4866
4867         * commitHelper
4868                 Allow multiple commitHelpers to
4869                 run at once
4870
4871 2007-01-12 [colin]      2.7.0cvs17
4872
4873         * src/etpan/imap-thread.c
4874                 Make sure we get rid of the previous mailimap
4875                 when connecting - just in case disconnect was
4876                 unclean
4877
4878 2007-01-12 [paul]       2.7.0cvs16
4879
4880         * src/compose.c
4881                 Strip S/MIME signatures when re-editing
4882                 S/MIME signed messages.
4883
4884 2007-01-12 [paul]       2.7.0cvs15
4885
4886         * configure.ac
4887         * src/addressbook.c
4888         * src/foldersel.c
4889         * src/folderview.c
4890         * src/main.c
4891                 no need to define CLAWS anymore, remove
4892                 all that stuff
4893
4894 2007-01-12 [paul]       2.7.0cvs14
4895
4896         * src/mimeview.c
4897                 check if the mail's signed as
4898                 it can change the mail structure
4899                 Thanks to Colin
4900
4901 2007-01-12 [paul]       2.7.0cvs13
4902
4903         * src/procmime.c
4904                 fix Forwarding msgs with attachments
4905                 that have dos line endings
4906                 Thanks to Colin
4907
4908 2007-01-12 [wwp]        2.7.0cvs12
4909
4910         * configure.ac
4911                 Revert accidentally committed extra version tag.
4912
4913 2007-01-12 [wwp]        2.7.0cvs11
4914
4915         * src/prefs_account.c
4916                 Fix compilation w/o aspell (completes 2.7.0cvs7).
4917
4918 2007-01-11 [colin]      2.7.0cvs10
4919
4920         * src/imap.c
4921                 move g_warning to debug_print
4922                 it scares people for no reason
4923
4924 2007-01-11 [colin]      2.7.0cvs9
4925
4926         * po/POTFILES.in
4927                 Fix files to translate. Patch by
4928                 Fabien
4929
4930 2007-01-11 [paul]       2.7.0cvs8
4931
4932         * src/imap.c
4933                 Fix recursion when server lists the
4934                 current subfolder in the response
4935         * src/mimeview.c
4936                 Fix updating of icon_list/ctree
4937         * src/plugins/pgpcore/select-keys.c
4938                 Fix a few annoyances when choosing
4939                 keys for the CMS (S/MIME) protocol
4940
4941 2007-01-11 [wwp]        2.7.0cvs7
4942
4943         * src/compose.c
4944         * src/prefs_account.c
4945         * src/prefs_account.h
4946                 Add per-account spellcheck default dictionaries settings.
4947
4948 2007-01-10 [colin]      2.7.0cvs6
4949
4950         * src/prefs_folder_item.c
4951                 Factorize strings - patch by Fabien
4952
4953 2007-01-10 [colin]      2.7.0cvs5
4954
4955         * src/mainwindow.c
4956                 Fix bug 1095, 'Crash while changing folder 
4957                 columns during incorporation'
4958
4959 2007-01-09 [colin]      2.7.0cvs4
4960
4961         * src/gtk/pluginwindow.c
4962                 Set the plugin window transient. Seems
4963                 like some window managers hide it in
4964                 the background after "load plugin"...
4965
4966 2007-01-09 [colin]      2.7.0cvs3
4967
4968         * src/gtk/filesel.c
4969                 Use the same type for alloc and free
4970
4971 2007-01-08 [paul]       2.7.0cvs2
4972
4973         * po/nl.po
4974                 updated by Tim Dijkstra
4975
4976 2007-01-08 [paul]       2.7.0cvs1
4977
4978         * src/prefs_themes.c
4979         * src/common/utils.c
4980                 Fix resource leaks
4981
4982 2007-01-08 [paul]       2.7.0
4983
4984         * NEWS
4985         * README
4986         * RELEASE_NOTES
4987                 2.7.0 released
4988
4989 2007-01-08 [paul]       2.6.1cvs119
4990
4991         * doc/man/claws-mail.1
4992                 another correction
4993
4994 2007-01-08 [paul]       2.6.1cvs118
4995
4996         * doc/man/claws-mail.1
4997                 corrections
4998         * manual/advanced.xml
4999                 improved English usage
5000
5001 2007-01-08 [paul]       2.6.1cvs117
5002
5003         * po/ca.po
5004         * po/de.po
5005         * po/en_GB.po
5006         * po/fi.po
5007         * po/it.po
5008         * po/pt_BR.po
5009         * po/sk.po
5010         * po/sr.po
5011         * po/zh_CN.po
5012                 updated by Miquel Oliete, Stephan Sachse, me,
5013                 Tommi Pirinen, Andrea Spadaccini, Frederico
5014                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5015                 Urosevic, and Ralgh Young
5016
5017 2007-01-07 [mones]      2.6.1cvs116
5018
5019         * manual/es/advanced.xml
5020         * po/es.po
5021                 Synced manual (unhide mark_as_read_delay)
5022                 and updated translation for release
5023
5024 2007-01-07 [paul]       2.6.1cvs115
5025
5026         * src/prefs_matcher.c
5027                 make the hbox content fit better under
5028                 various languages
5029
5030 2007-01-07 [colin]      2.6.1cvs114
5031
5032         * src/messageview.c
5033                 Fix bug 1088, 'Ctrl-h produces repeatable
5034                 crash'
5035
5036 2007-01-06 [colin]      2.6.1cvs113
5037
5038         * src/etpan/imap-thread.c
5039                 Add casts to int to get certs. Fixes
5040                 bug 1064, 'crash @ etpan_certificate_check() 
5041                 when opening an IMAP folder', with latest
5042                 libetpan CVS or >= 0.49
5043         * src/mainwindow.c
5044         * src/mainwindow.h
5045         * src/imap_gtk.c
5046         * src/news_gtk.c
5047         * src/prefs_folder_item.c
5048                 Grey out the "synchronise" menu items if
5049                 there's nothing to synchronise.
5050         * src/plugins/pgpcore/sgpgme.c
5051                 Make an error clearer than "Unknown error"
5052
5053 2007-01-06 [colin]      2.6.1cvs112
5054
5055         * src/messageview.c
5056                 Don't try to show a message if updating
5057                 Maybe fixes bug 1088, 'ctrl-h produces
5058                 repeatable crash'.
5059
5060 2007-01-06 [colin]      2.6.1cvs111
5061
5062         * src/summaryview.c
5063                 Disable Control-Space (handle it as Space).
5064
5065 2007-01-05 [paul]       2.6.1cvs110
5066
5067         * src/imap.c
5068                 Fix bug 934, 'sylpheed claws 2.1 
5069                 doesn't show Exchanges Public Folders'
5070                 Thanks to Hoa and Colin
5071         * src/msgcache.c
5072                 Refuse to allocate more than 2 MB for a 
5073                 single field, it's a good indication of
5074                 cache corruption.
5075
5076 2007-01-05 [colin]      2.6.1cvs109
5077
5078         * src/mainwindow.c
5079                 Allow --select'ing emails by Message-ID too
5080
5081 2007-01-05 [colin]      2.6.1cvs108
5082
5083         * src/common/quoted-printable.c
5084                 Uh! Third fix :)
5085
5086 2007-01-05 [colin]      2.6.1cvs107
5087
5088         * src/common/quoted-printable.c
5089                 Fix previous commit about bug 1089
5090                 Thanks to Ralf
5091
5092 2007-01-05 [colin]      2.6.1cvs106
5093
5094         * src/common/quoted-printable.c
5095                 Fix my previous commit on bug 1089
5096                 - Thanks to Ralf :)
5097
5098 2007-01-04 [colin]      2.6.1cvs105
5099
5100         * src/common/quoted-printable.c
5101                 Fix bug 1089, 'NUL characters in Subject 
5102                 line are misinterpreted'. Not a pain to
5103                 fix in fact.
5104
5105 2007-01-04 [colin]      
5106
5107         2.7.0-rc3 released
5108
5109 2007-01-04 [wwp]        2.6.1cvs104
5110
5111         * src/image_viewer.c
5112                 Force operator precedence (fix a compiler warning).
5113
5114 2007-01-04 [colin]      2.6.1cvs103
5115
5116         * src/image_viewer.c
5117                 Be cautious there too (same fix as the one
5118                 in textview from cvs33)
5119         * src/messageview.c
5120                 Don't use any MimeViewer plugin when showing
5121                 all headers
5122
5123 2007-01-03 [wwp]        2.6.1cvs102
5124
5125         * src/html.c
5126         * src/html.h
5127                 fixed "cent" sign (use the existing ASCII one),
5128                 decode more HTML entities,
5129                 converted table ASCII entries to UTF-8,
5130                 moved a switch() into a hashtable.
5131
5132 2007-01-03 [paul]       2.6.1cvs101
5133
5134         * src/compose.c
5135         * src/messageview.c
5136         * src/procmsg.c
5137         * src/procmsg.h
5138                 When possible, use move_msg instead of
5139                 copy_msg + remove_msg to move sent mail
5140                 from Queue to Sent. 
5141
5142 2007-01-03 [paul]       2.6.1cvs100
5143
5144         * src/html.c
5145                 add more html entity recognition:
5146                 pounds, euros, and cents
5147
5148 2007-01-03 [colin]      2.6.1cvs99
5149
5150         * src/imap_gtk.c
5151                 Don't display an error on NOSELECT
5152                 folders when synchronising
5153
5154 2007-01-03 [paul]       2.6.1cvs98
5155
5156         * tools/maildir2claws-mail.pl
5157                 only substitute 'sent-mail' if it's
5158                 the full directory name
5159
5160 2007-01-03 [paul]       2.6.1cvs97
5161
5162         * ChangeLog
5163         * ChangeLog.pre2.0.0
5164         * Makefile.am
5165                 archive a chunk of ChangeLog in
5166                 ChangeLog.pre2.0.0
5167         * ChangeLog.gtk1
5168         * doc/src/ChangeLog.claws-pre0.8.0
5169                 remove ChangeLog.claws-pre0.8.0, adding
5170                 its contents to ChangeLog.gtk1
5171
5172 2007-01-03 [paul]       2.6.1cvs96
5173
5174         * src/account.c
5175         * src/account.h
5176         * src/action.c
5177         * src/action.h
5178         * src/adbookbase.h
5179         * src/addr_compl.c
5180         * src/addr_compl.h
5181         * src/addrbook.c
5182         * src/addrcache.c
5183         * src/addrcache.h
5184         * src/addrcindex.c
5185         * src/addrcindex.h
5186         * src/addrclip.c
5187         * src/addrclip.h
5188         * src/addrdefs.h
5189         * src/addressadd.c
5190         * src/addressadd.h
5191         * src/addressbook.c
5192         * src/addressbook.h
5193         * src/addressbook_foldersel.c
5194         * src/addressbook_foldersel.h
5195         * src/addrgather.c
5196         * src/addrgather.h
5197         * src/addrharvest.c
5198         * src/addrharvest.h
5199         * src/addrindex.c
5200         * src/addrindex.h
5201         * src/addritem.c
5202         * src/addritem.h
5203         * src/addrquery.c
5204         * src/addrquery.h
5205         * src/addrselect.c
5206         * src/addrselect.h
5207         * src/alertpanel.c
5208         * src/alertpanel.h
5209         * src/browseldap.c
5210         * src/browseldap.h
5211         * src/codeconv.c
5212         * src/codeconv.h
5213         * src/compose.c
5214         * src/compose.h
5215         * src/customheader.c
5216         * src/customheader.h
5217         * src/displayheader.c
5218         * src/displayheader.h
5219         * src/editaddress.c
5220         * src/editaddress.h
5221         * src/editbook.c
5222         * src/editbook.h
5223         * src/editgroup.c
5224         * src/editgroup.h
5225         * src/editjpilot.c
5226         * src/editjpilot.h
5227         * src/editldap.c
5228         * src/editldap.h
5229         * src/editldap_basedn.c
5230         * src/editldap_basedn.h
5231         * src/editvcard.c
5232         * src/editvcard.h
5233         * src/exphtmldlg.c
5234         * src/exphtmldlg.h
5235         * src/expldifdlg.c
5236         * src/expldifdlg.h
5237         * src/export.c
5238         * src/export.h
5239         * src/exporthtml.c
5240         * src/exporthtml.h
5241         * src/exportldif.c
5242         * src/exportldif.h
5243         * src/filtering.c
5244         * src/filtering.h
5245         * src/folder.c
5246         * src/folder.h
5247         * src/folder_item_prefs.c
5248         * src/folder_item_prefs.h
5249         * src/foldersel.c
5250         * src/foldersel.h
5251         * src/folderutils.c
5252         * src/folderutils.h
5253         * src/folderview.c
5254         * src/folderview.h
5255         * src/grouplistdialog.c
5256         * src/grouplistdialog.h
5257         * src/headerview.c
5258         * src/html.c
5259         * src/html.h
5260         * src/image_viewer.c
5261         * src/image_viewer.h
5262         * src/imap.c
5263         * src/imap.h
5264         * src/imap_gtk.c
5265         * src/imap_gtk.h
5266         * src/import.c
5267         * src/import.h
5268         * src/importldif.c
5269         * src/importldif.h
5270         * src/importmutt.c
5271         * src/importmutt.h
5272         * src/importpine.c
5273         * src/importpine.h
5274         * src/inc.c
5275         * src/inc.h
5276         * src/jpilot.c
5277         * src/jpilot.h
5278         * src/ldapctrl.c
5279         * src/ldapctrl.h
5280         * src/ldaplocate.c
5281         * src/ldaplocate.h
5282         * src/ldapquery.c
5283         * src/ldapquery.h
5284         * src/ldapserver.c
5285         * src/ldapserver.h
5286         * src/ldaputil.c
5287         * src/ldaputil.h
5288         * src/ldif.c
5289         * src/ldif.h
5290         * src/main.c
5291         * src/main.h
5292         * src/mainwindow.c
5293         * src/mainwindow.h
5294         * src/manual.c
5295         * src/manual.h
5296         * src/mbox.c
5297         * src/message_search.c
5298         * src/message_search.h
5299         * src/messageview.c
5300         * src/messageview.h
5301         * src/mh.c
5302         * src/mh.h
5303         * src/mh_gtk.c
5304         * src/mh_gtk.h
5305         * src/mimeview.c
5306         * src/mimeview.h
5307         * src/msgcache.c
5308         * src/msgcache.h
5309         * src/mutt.c
5310         * src/mutt.h
5311         * src/news.c
5312         * src/news.h
5313         * src/news_gtk.c
5314         * src/news_gtk.h
5315         * src/partial_download.c
5316         * src/partial_download.h
5317         * src/pine.c
5318         * src/pine.h
5319         * src/pop.c
5320         * src/pop.h
5321         * src/prefs_account.c
5322         * src/prefs_account.h
5323         * src/prefs_actions.c
5324         * src/prefs_actions.h
5325         * src/prefs_common.c
5326         * src/prefs_common.h
5327         * src/prefs_compose_writing.c
5328         * src/prefs_compose_writing.h
5329         * src/prefs_customheader.c
5330         * src/prefs_customheader.h
5331         * src/prefs_display_header.c
5332         * src/prefs_display_header.h
5333         * src/prefs_filtering.c
5334         * src/prefs_filtering.h
5335         * src/prefs_filtering_action.c
5336         * src/prefs_filtering_action.h
5337         * src/prefs_folder_column.c
5338         * src/prefs_folder_column.h
5339         * src/prefs_folder_item.c
5340         * src/prefs_folder_item.h
5341         * src/prefs_fonts.c
5342         * src/prefs_fonts.h
5343         * src/prefs_gtk.c
5344         * src/prefs_gtk.h
5345         * src/prefs_image_viewer.c
5346         * src/prefs_image_viewer.h
5347         * src/prefs_matcher.c
5348         * src/prefs_matcher.h
5349         * src/prefs_message.c
5350         * src/prefs_msg_colors.c
5351         * src/prefs_msg_colors.h
5352         * src/prefs_other.c
5353         * src/prefs_quote.c
5354         * src/prefs_receive.c
5355         * src/prefs_send.c
5356         * src/prefs_spelling.c
5357         * src/prefs_spelling.h
5358         * src/prefs_summaries.c
5359         * src/prefs_summaries.h
5360         * src/prefs_summary_column.c
5361         * src/prefs_summary_column.h
5362         * src/prefs_template.c
5363         * src/prefs_template.h
5364         * src/prefs_themes.c
5365         * src/prefs_themes.h
5366         * src/prefs_toolbar.c
5367         * src/prefs_toolbar.h
5368         * src/prefs_wrapping.c
5369         * src/prefs_wrapping.h
5370         * src/privacy.c
5371         * src/privacy.h
5372         * src/procheader.c
5373         * src/procheader.h
5374         * src/procmime.c
5375         * src/procmime.h
5376         * src/procmsg.c
5377         * src/procmsg.h
5378         * src/quote_fmt.c
5379         * src/quote_fmt_parse.y
5380         * src/recv.c
5381         * src/recv.h
5382         * src/remotefolder.c
5383         * src/remotefolder.h
5384         * src/send_message.c
5385         * src/send_message.h
5386         * src/setup.c
5387         * src/setup.h
5388         * src/sourcewindow.c
5389         * src/sourcewindow.h
5390         * src/ssl_manager.c
5391         * src/ssl_manager.h
5392         * src/statusbar.c
5393         * src/statusbar.h
5394         * src/stock_pixmap.c
5395         * src/stock_pixmap.h
5396         * src/summary_search.c
5397         * src/summary_search.h
5398         * src/summaryview.c
5399         * src/summaryview.h
5400         * src/textview.c
5401         * src/textview.h
5402         * src/toolbar.c
5403         * src/toolbar.h
5404         * src/undo.c
5405         * src/undo.h
5406         * src/unmime.c
5407         * src/unmime.h
5408         * src/vcard.c
5409         * src/vcard.h
5410         * src/wizard.c
5411         * src/wizard.h
5412         * src/common/base64.c
5413         * src/common/base64.h
5414         * src/common/defs.h
5415         * src/common/hooks.c
5416         * src/common/hooks.h
5417         * src/common/log.c
5418         * src/common/log.h
5419         * src/common/mgutils.c
5420         * src/common/mgutils.h
5421         * src/common/nntp.c
5422         * src/common/nntp.h
5423         * src/common/passcrypt.c
5424         * src/common/passcrypt.h.in
5425         * src/common/plugin.c
5426         * src/common/plugin.h
5427         * src/common/prefs.c
5428         * src/common/prefs.h
5429         * src/common/progressindicator.c
5430         * src/common/progressindicator.h
5431         * src/common/quoted-printable.c
5432         * src/common/quoted-printable.h
5433         * src/common/session.c
5434         * src/common/session.h
5435         * src/common/smtp.c
5436         * src/common/smtp.h
5437         * src/common/socket.c
5438         * src/common/socket.h
5439         * src/common/ssl.c
5440         * src/common/ssl.h
5441         * src/common/ssl_certificate.c
5442         * src/common/ssl_certificate.h
5443         * src/common/stringtable.c
5444         * src/common/stringtable.h
5445         * src/common/template.c
5446         * src/common/template.h
5447         * src/common/timing.h
5448         * src/common/utils.c
5449         * src/common/utils.h
5450         * src/common/version.h.in
5451         * src/common/xml.c
5452         * src/common/xml.h
5453         * src/common/xmlprops.c
5454         * src/common/xmlprops.h
5455         * src/gtk/about.c
5456         * src/gtk/colorlabel.c
5457         * src/gtk/colorsel.c
5458         * src/gtk/colorsel.h
5459         * src/gtk/combobox.c
5460         * src/gtk/combobox.h
5461         * src/gtk/description_window.c
5462         * src/gtk/description_window.h
5463         * src/gtk/filesel.c
5464         * src/gtk/filesel.h
5465         * src/gtk/foldersort.c
5466         * src/gtk/foldersort.h
5467         * src/gtk/gtksctree.c
5468         * src/gtk/gtkutils.c
5469         * src/gtk/gtkutils.h
5470         * src/gtk/inputdialog.c
5471         * src/gtk/inputdialog.h
5472         * src/gtk/logwindow.c
5473         * src/gtk/logwindow.h
5474         * src/gtk/manage_window.c
5475         * src/gtk/manage_window.h
5476         * src/gtk/menu.c
5477         * src/gtk/menu.h
5478         * src/gtk/pluginwindow.c
5479         * src/gtk/pluginwindow.h
5480         * src/gtk/prefswindow.c
5481         * src/gtk/prefswindow.h
5482         * src/gtk/progressdialog.c
5483         * src/gtk/progressdialog.h
5484         * src/gtk/sslcertwindow.c
5485         * src/gtk/sslcertwindow.h
5486         * src/plugins/bogofilter/bogofilter.c
5487         * src/plugins/bogofilter/bogofilter.h
5488         * src/plugins/bogofilter/bogofilter_gtk.c
5489         * src/plugins/clamav/clamav_plugin.c
5490         * src/plugins/clamav/clamav_plugin.h
5491         * src/plugins/clamav/clamav_plugin_gtk.c
5492         * src/plugins/demo/demo.c
5493         * src/plugins/dillo_viewer/dillo_prefs.c
5494         * src/plugins/dillo_viewer/dillo_prefs.h
5495         * src/plugins/dillo_viewer/dillo_viewer.c
5496         * src/plugins/pgpcore/passphrase.c
5497         * src/plugins/pgpcore/passphrase.h
5498         * src/plugins/pgpcore/pgp_viewer.c
5499         * src/plugins/pgpcore/pgp_viewer.h
5500         * src/plugins/pgpcore/plugin.c
5501         * src/plugins/pgpcore/select-keys.c
5502         * src/plugins/pgpcore/select-keys.h
5503         * src/plugins/pgpcore/sgpgme.c
5504         * src/plugins/pgpcore/sgpgme.h
5505         * src/plugins/pgpinline/pgpinline.c
5506         * src/plugins/pgpinline/pgpinline.h
5507         * src/plugins/pgpinline/plugin.c
5508         * src/plugins/pgpmime/pgpmime.c
5509         * src/plugins/pgpmime/pgpmime.h
5510         * src/plugins/pgpmime/plugin.c
5511         * src/plugins/spamassassin/spamassassin.c
5512         * src/plugins/spamassassin/spamassassin.h
5513         * src/plugins/spamassassin/spamassassin_gtk.c
5514         * src/plugins/trayicon/trayicon.c
5515                 it's 2007, update the year in the copyright headers
5516
5517 2007-01-03 [paul]       2.6.1cvs95
5518
5519         * src/gtk/about.c
5520                 it is 2007, use it in the copyright string
5521
5522 2007-01-03 [paul]       2.6.1cvs94
5523
5524         * src/html.c
5525                 html entity conversion:
5526                 move &#153; to a more suitable place
5527                 add &bull; and &ndash;
5528                 make sure &mdash; and &#8212; are both
5529                 converted the same
5530
5531 2007-01-02 [colin]      2.6.1cvs93
5532
5533         * src/addrbook.c
5534                 Fix leak
5535         * src/common/plugin.c
5536                 Add comment
5537         * src/etpan/imap-thread.c
5538                 Fix warning
5539
5540 2006-12-31 [paul]       2.6.1cvs92
5541
5542         * src/prefs_summaries.c
5543                 use gtk_button_new_from_stock()
5544
5545 2006-12-30 [colin]      2.6.1cvs91
5546
5547         * src/folder.c
5548         * src/imap_gtk.c
5549         * src/mh_gtk.c
5550                 Don't update filtering and account paths 
5551                 when copying folders
5552
5553 2006-12-30 [colin]      2.6.1cvs90
5554
5555         * src/prefs_compose_writing.c
5556         * src/prefs_quote.c
5557         * src/prefs_template.c
5558                 Use message font for Writing and 
5559                 Quoting prefs, as well as Templates.
5560
5561 2006-12-30 [colin]      2.6.1cvs89
5562
5563         * src/prefs_summaries.c
5564                 Rework GUI; patch by Pawel
5565
5566 2006-12-29 [colin]      2.6.1cvs88
5567
5568         * src/prefs_folder_item.c
5569                 Fix bug 1085, 'Apply to subfolder 
5570                 doesn't work' - I was mistaken saying
5571                 it worked in every case
5572
5573 2006-12-28 [colin]      2.6.1cvs87
5574
5575         * src/gtk/gtkaspell.c
5576                 Don't assert if use_alternate is true
5577                 and alt_dictionary isn't set -- this 
5578                 is what happens on upgrade! Rather,
5579                 do with it.
5580
5581 2006-12-28 [colin]      2.6.1cvs86
5582
5583         * Makefile.am
5584                 Fix desktop/icon simplification
5585
5586 2006-12-28 [colin]      2.6.1cvs85
5587
5588         * Makefile.am
5589                 Make desktop and icon not 
5590                 dependant on the desktop
5591
5592 2006-12-28 [wwp]        2.6.1cvs84
5593
5594         * src/plugins/pgpmime/claws.def
5595                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5596
5597 2006-12-28 [wwp]        2.6.1cvs83
5598
5599         * src/prefs_folder_item.c
5600                 Fix coloring of "simplify subject regexp" (folder prefs),
5601                 which might be left to red whereas the regexp gets empty.
5602
5603 2006-12-28 [wwp]        2.6.1cvs82
5604
5605         * src/prefs_common.c
5606         * src/prefs_common.h
5607         * src/addressbook.c
5608         * src/addressitem.h
5609                 Save addressbook mainwindow's horizontal and vertical splitter position.
5610
5611 2006-12-27 [wwp]        2.6.1cvs81
5612
5613         * src/gtk/gtkaspell.c
5614         * src/gtk/gtkaspell.h
5615         * src/compose.c
5616                 Fix assignment of compose's default and alternate dictionary from
5617                 account or folder settings. Now gtkaspell_change_dict does rotate
5618                 dicts only when it's called from a menu cb.
5619
5620 2006-12-27 [wwp]        2.6.1cvs80
5621
5622         * src/folder_item_prefs.c
5623                 Fix randomly initialized default-alt-dictionary (folder prefs),
5624                 complete 2.6.1cvs72.
5625
5626 2006-12-27 [paul]       2.6.1cvs79
5627
5628         * src/imap_gtk.c
5629         * src/mh_gtk.c
5630                 Add Copy folder in the folder's contextual
5631                 menu
5632
5633 2006-12-27 [wwp]        2.6.1cvs78
5634
5635         * src/imap.c
5636                 Clean up session locking, thanks to Colin.
5637
5638 2006-12-26 [colin]      2.6.1cvs77
5639
5640         * src/statusbar.c
5641                 Revert previous patch
5642
5643 2006-12-26 [colin]      2.6.1cvs76
5644
5645         * src/folder.c
5646         * src/folderview.c
5647         * src/imap.c
5648         * src/statusbar.c
5649         * src/etpan/imap-thread.c
5650                 Fix previous commit warnings
5651                 Make statusbar update every second if total < 20
5652                 Make IMAP APPEND faster by simplifying log              
5653
5654 2006-12-26 [colin]      2.6.1cvs75
5655
5656         * src/folder.c
5657         * src/folder.h
5658         * src/folderview.c
5659         * src/folderview.h
5660         * src/imap_gtk.c
5661         * src/mh_gtk.c
5662                 Make it possible to copy folders accross
5663                 mailboxes (this was an arbitrary limitation).
5664                 Still make it impossible to move folders 
5665                 accross mailboxes.
5666
5667 2006-12-26 [colin]      2.6.1cvs74
5668
5669         * src/etpan/imap-thread.c
5670                 Fix bug 1081, 'claws-mail 
5671                 segfaults when going offline 
5672                 while it transfers mails via 
5673                 imap'
5674
5675 2006-12-26 [colin]      2.6.1cvs73
5676
5677         * src/folder_item_prefs.c
5678                 Don't forget alt dictionary when
5679                 renaming/moving folders
5680
5681 2006-12-26 [wwp]        2.6.1cvs72
5682
5683         * src/folder_item_prefs.c
5684                 Add missing defaults for per-folder alt dict
5685                 (forgotten in 2.6.1cvs61).
5686
5687 2006-12-26 [colin]      2.6.1cvs71
5688
5689         * src/wizard.c
5690                 Add tooltip to state that specifying
5691                 full path to mailbox is possible
5692
5693 2006-12-26 [wwp]        2.6.1cvs70
5694
5695         * src/partial_download.c
5696         * src/gtk/gtkvscrollbutton.c
5697         * src/plugins/pgpinline/plugin.c
5698                 Fix for few compiler warnings that matter.
5699
5700 2006-12-25 [colin]      2.6.1cvs69
5701
5702         * src/partial_download.c
5703                 Fix marking for download or deletion
5704                 when the header isn't the first
5705         * src/gtk/logwindow.c
5706                 Fix start of scrolling
5707
5708 2006-12-23 [paul]       2.6.1cvs68
5709
5710         * src/compose.c
5711                 change last commit to use the 'academic'
5712                 method instead. Thanks to wwp
5713
5714 2006-12-23 [paul]       2.6.1cvs67
5715
5716         * src/compose.c
5717                 don't warn about empty subject when
5718                 redirecting
5719
5720 2006-12-22 [colin]      2.6.1cvs66
5721
5722         * src/summary_search.c
5723                 Fix previous patch
5724
5725 2006-12-22 [colin]      2.6.1cvs65
5726
5727         * src/gtk/gtkutils.c
5728         * src/imap.c
5729         * src/jpilot.c
5730         * src/summary_search.c
5731                 A few warning fixes
5732
5733 2006-12-23 [paul]       
5734
5735         2.7.0-rc2 released
5736
5737 2006-12-22 [colin]      2.6.1cvs64
5738
5739         * src/toolbar.c
5740         * src/toolbar.h
5741                 Add a combo to the learn spam button
5742         * src/plugins/bogofilter/bogofilter.c
5743         * src/plugins/bogofilter/bogofilter_gtk.c
5744         * src/plugins/bogofilter/bogofilter.h
5745                 Allow to store Unsure mails in a specific
5746                 folder to make better teaching easier
5747
5748 2006-12-21 [wwp]        2.6.1cvs63
5749
5750         * src/compose.c
5751         * src/prefs_common.c
5752         * src/prefs_common.h
5753         * src/prefs_spelling.c
5754         * src/gtk/gtkaspell.c
5755         * src/gtk/gtkaspell.h
5756                 Allow spell-checking using both current and alternate dictionaries
5757                 (thanks to Colin).
5758
5759 2006-12-21 [wwp]        2.6.1cvs62
5760
5761         * src/gtk/gtkaspell.c
5762                 Apply recheck_when_changing_dict (highlight all mispelled words)
5763                 when switching to alternate dictionary.
5764
5765 2006-12-21 [wwp]        2.6.1cvs61
5766
5767         * src/compose.c
5768         * src/folder_item_prefs.h
5769         * src/prefs_common.c
5770         * src/prefs_common.h
5771         * src/prefs_folder_item.c
5772         * src/prefs_spelling.c
5773         * src/gtk/gtkaspell.c
5774         * src/gtk/gtkaspell.h
5775                 Add global and per-folder prefs to set the default
5776                 alternate dictionary.
5777
5778 2006-12-21 [colin]      2.6.1cvs60
5779
5780         * src/folder.c
5781                 Look for folders by path in all folders
5782         * src/html.c
5783                 add &mdash;
5784
5785 2006-12-20 [colin]      2.6.1cvs59
5786
5787         * src/gtk/quicksearch.c
5788                 Make sure in_typing is false when clearing
5789
5790 2006-12-20 [wwp]        2.6.1cvs58
5791
5792         * configure.ac
5793                 change manual's target dir to be LFH-compliant (thanks to Colin).
5794
5795 2006-12-20 [wwp]        2.6.1cvs57
5796
5797         * src/prefs_common.c
5798         * src/prefs_summaries.c
5799                 i18n fix and factorize patch, thanks to Fabien.
5800
5801 2006-12-20 [paul]       2.6.1cvs56
5802
5803         * configure.ac
5804                 last of the renaming (??)
5805         * src/main.c
5806                 correct --help info of --status-full
5807         * src/plugins/bogofilter/bogofilter.c
5808                 make FALSE default of whitelist_ab
5809
5810 2006-12-19 [colin]      2.6.1cvs55
5811
5812         * src/jpilot.c
5813                 Same as before, without depending on
5814                 pisock >= 0.12
5815
5816 2006-12-19 [colin]      2.6.1cvs54
5817
5818         * src/jpilot.c
5819                 Fix bug 1059, 'Better jpilot charset 
5820                 handling'. Use libpisync's charset conversion
5821                 if possible
5822
5823 2006-12-19 [colin]      2.6.1cvs53
5824
5825         * po/fr.po
5826                 Updated by Fabien
5827
5828 2006-12-19 [wwp]        2.6.1cvs52
5829
5830         * src/gtk/about.c
5831                 Add missing #include (thanks to Colin).
5832
5833 2006-12-19 [wwp]        2.6.1cvs51
5834
5835         * src/prefs_receive.c
5836                 Better spacing between widgets in prefs.
5837
5838 2006-12-18 [colin]      2.6.1cvs50
5839
5840         * src/imap.c
5841                 Fix failure to get separator on LIST "" ""
5842                 Try LIST "" "INBOX" too.
5843
5844 2006-12-18 [wwp]        2.6.1cvs49
5845
5846         * src/common/session.c
5847                 Fix a compiler warning (thanks to Fabien).
5848
5849 2006-12-18 [wwp]        2.6.1cvs48
5850
5851         * src/compose.c
5852         * src/prefs_quote.c
5853                 Factorize some strings for translation (it's about error
5854                 messages when applying or checking template/quote format).
5855
5856 2006-12-18 [colin]      2.6.1cvs47
5857
5858         * Makefile.am
5859         * src/common/defs.h
5860         * src/gtk/Makefile.am
5861         * src/gtk/about.c
5862                 Add a Release notes tab from the contents of
5863                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
5864
5865 2006-12-17 [colin]      2.6.1cvs46
5866
5867         * src/mimeview.c
5868         * src/textview.c
5869         * src/gtk/filesel.c
5870                 Correctly convert from/to UTF8/filename encoding
5871                 when loading and saving files. Probably fixes
5872                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
5873                 for a file to attach and is blocked...'
5874
5875 2006-12-17 [colin]      2.6.1cvs45
5876
5877         * src/gtk/logwindow.c
5878                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
5879                 IMAP folder and is blocked on main thread': 
5880                 make sure we put utf8 in the log.
5881
5882 2006-12-16 [colin]      2.6.1cvs44
5883
5884         * src/toolbar.c
5885         * src/toolbar.h
5886                 Fix bug 1055, 'Add the 'cancel receive' 
5887                 in the available events for the toolbar buttons'
5888
5889 2006-12-16 [colin]      2.6.1cvs43
5890
5891         * po/POTFILES.in
5892         * src/imap.c
5893         * src/common/nntp.c
5894         * src/common/session.c
5895                 Log error when SSL handshakes fail. 
5896                 Fixes bug 1082, 'incorrect / imprecise 
5897                 error message when imap server provides 
5898                 ssl only through STARTTLS but SSL is 
5899                 selected'
5900
5901 2006-12-15 [wwp]        2.6.1cvs42
5902
5903         * src/plugins/bogofilter/bogofilter_gtk.c
5904                 set proper sensitivity to widgets I've recently added.
5905
5906 2006-12-15 [colin]      
5907
5908         2.7.0-rc1 released
5909
5910 2006-12-15 [wwp]        2.6.1cvs41
5911
5912         * src/plugins/bogofilter/bogofilter.c
5913         * src/plugins/bogofilter/bogofilter.h
5914         * src/plugins/bogofilter/bogofilter_gtk.c
5915                 bogofilter's whitelist can now use a subset of
5916                 the addressbook (either a book, a subfolder of a book,
5917                 or the whole addressbook by using "Any"). Re-used there
5918                 some pref_matcher widgets and mechanisms to match a subset
5919                 of the addressbook.
5920
5921 2006-12-15 [wwp]        2.6.1cvs40
5922
5923         * src/wizard.c
5924         * src/common/plugin.c
5925         * src/common/plugin.h
5926         * src/gtk/about.c
5927         * src/plugins/bogofilter/bogofilter.c
5928         * src/plugins/clamav/clamav_plugin.c
5929         * src/plugins/demo/demo.c
5930         * src/plugins/dillo_viewer/dillo_viewer.c
5931         * src/plugins/pgpcore/plugin.c
5932         * src/plugins/pgpinline/plugin.c
5933         * src/plugins/pgpmime/plugin.c
5934         * src/plugins/spamassassin/spamassassin.c
5935         * src/plugins/trayicon/trayicon.c
5936                 factorize some translatable strings (plugins-related),
5937                 fix missing punctuation in several places,
5938                 remove useless translatable \n in about.c,
5939                 and factorize plugin init code w/ a new function
5940                 check_plugin_version() in common/plugin.c.
5941                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
5942
5943 2006-12-15 [wwp]        2.6.1cvs39
5944
5945         * src/plugins/bogofilter/bogofilter.c
5946         * src/plugins/bogofilter/bogofilter_gtk.c
5947                 flag whitelisted spams as spam, but don't filter it to the spam
5948                 folder. Thanks to Colin.
5949
5950 2006-12-15 [ticho]      2.6.1cvs38
5951
5952         * src/plugins/bogofilter/bogofilter.c
5953         * src/plugins/bogofilter/bogofilter.h
5954         * src/plugins/bogofilter/bogofilter_gtk.c
5955                 Add option to whitelist senders found in addressbook. Patch by colin.
5956
5957 2006-12-15 [paul]       2.6.1cvs37
5958
5959         * src/folderview.c
5960                 add missing #include "log.h"
5961
5962 2006-12-15 [paul]       2.6.1cvs36
5963
5964         * src/plugins/bogofilter/bogofilter.c
5965         * src/plugins/bogofilter/bogofilter.h
5966         * src/plugins/bogofilter/bogofilter_gtk.c
5967                 Add an option to allow inserting an
5968                 X-Claws-Bogosity header (on MH folders
5969                 only). Patch by Colin
5970
5971 2006-12-14 [colin]      2.6.1cvs35
5972
5973         * src/main.c
5974                 "Yes" should be the default choice for
5975                 migration configuration
5976
5977 2006-12-14 [paul]       2.6.1cvs34
5978
5979         * src/prefs_summaries.c
5980         * manual/advanced.xml
5981                 Unhide mark_as_read_delay
5982
5983 2006-12-14 [paul]       2.6.1cvs33
5984
5985         * src/messageview.c
5986         * src/messageview.h
5987         * src/mimeview.c
5988         * src/mimeview.h
5989         * src/summaryview.c
5990         * src/textview.c
5991         * src/textview.h
5992                 Fix printing of selection
5993                 Fix printing of message parts
5994                 Fix printing of images
5995         * src/gtk/gtksourceprintjob.c
5996                 Fix page count when there are images
5997
5998 2006-12-14 [wwp]        2.6.1cvs32
5999
6000         * src/mainwindow.c
6001         * src/summaryview.c
6002         * src/summaryview.h
6003         * src/gtk/quicksearch.c
6004                 fix quicksearch 'magnify' button status when QS is closed
6005                 using the Escape key, thanks to Colin.
6006
6007 2006-12-14 [wwp]        2.6.1cvs31
6008
6009         * src/mainwindow.c
6010         * src/summaryview.c
6011         * src/summaryview.h
6012         * src/gtk/quicksearch.c
6013                 fix quicksearch 'magnify' button status when QS is closed
6014                 using the Escape key, thanks to Colin.
6015
6016 2006-12-13 [colin]      2.6.1cvs30
6017
6018         * src/ldapquery.c
6019         * src/ldaputil.c
6020                 Use the binary safe version of ldap_get_values,
6021                 to make sure we manipulate null-terminated 
6022                 strings. Maybe fixes bug 1075, 'claws mail 
6023                 segfault when completing ldap adresses'
6024         * src/syldap.c ** REMOVED **
6025         * src/syldap.h ** REMOVED **
6026                 Remove dead files
6027
6028 2006-12-13 [mones]      2.6.1cvs29
6029
6030         * po/es.po
6031                 Fixed piped strings, fixed click translation
6032
6033 2006-12-13 [paul]       2.6.1cvs28
6034
6035         * src/main.c
6036                 don't translate these strings
6037
6038 2006-12-13 [paul]       2.6.1cvs27
6039
6040         * po/en_GB.po
6041                 updated
6042
6043 2006-12-13 [colin]      2.6.1cvs26
6044
6045         * src/main.c
6046         * src/main.h
6047                 Add claws_is_starting()
6048
6049 2006-12-13 [mones]      2.6.1cvs25
6050
6051         * manual/es/advanced.xml
6052         * po/es.po
6053                 Synced manual and updated translation
6054
6055 2006-12-12 [colin]      2.6.1cvs24
6056
6057         * src/wizard.c
6058                 Add an option to use STARTTLS in the
6059                 welcome wizard. Fixes bug 1080, 
6060                 'Using SSL option in wizard for incoming 
6061                 server does not activate SSL with STARTTLS'
6062
6063 2006-12-12 [colin]      2.6.1cvs23
6064
6065         * src/main.c
6066                 Don't exit when there's an incomplete
6067                 mailbox configured - leaves a chance 
6068                 to fix a failing IMAP account. Exit
6069                 if no mailbox at all is loaded (case
6070                 of missing plugin).
6071                 Completes bug 1077's fix (I was wrong
6072                 in this bug's comment #3).
6073
6074 2006-12-12 [colin]      2.6.1cvs22
6075
6076         * src/gtk/menu.h
6077                 Add another menu data type
6078         * src/prefs_account.c
6079                 Complete the completion of bug 1076
6080                 (doesn't lose the pref on apply)
6081
6082 2006-12-12 [paul]       2.6.1cvs21
6083
6084         * src/prefs_account.c
6085                 complete the fix of bug 1076
6086                 also be more verbose with the text
6087
6088 2006-12-12 [paul]       2.6.1cvs20
6089
6090         * src/gtk/combobox.c
6091                 fix compilation warning
6092
6093 2006-12-11 [colin]      2.6.1cvs19
6094
6095         * src/wizard.c
6096                 Document :port in server entry tooltips
6097
6098 2006-12-11 [colin]      2.6.1cvs18
6099
6100         * src/main.c
6101                 Fix compile
6102
6103 2006-12-11 [colin]      2.6.1cvs17
6104
6105         * src/main.c
6106                 Add failing IMAP as a reason for no
6107                 mailbox
6108
6109 2006-12-11 [colin]      2.6.1cvs16
6110
6111         * src/prefs_account.c
6112                 Check for existence of inbox for local
6113                 accounts too
6114         * src/wizard.c
6115                 Allow setting the port to use for servers
6116                 by using the usual "server.example.com:port"
6117                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6118                 not start when IMAP server is unavailable'
6119
6120 2006-12-11 [colin]      2.6.1cvs15
6121
6122         * src/prefs_account.c
6123                 Prevent use of non-existing default inbox
6124
6125 2006-12-11 [colin]      2.6.1cvs14
6126
6127         * src/prefs_account.c
6128                 Fix sensitivity. Fixes bug 1076, 'privacy 
6129                 options are displayed even when pgp plugin 
6130                 not loaded / available'
6131
6132 2006-12-09 [colin]      2.6.1cvs13
6133
6134         * manual/advanced.xml
6135         * src/prefs_common.c
6136         * src/prefs_common.h
6137         * src/common/ssl_certificate.c
6138                 Add a new hidden preference, 'unsafe_ssl_certs',
6139                 which allows to store multiple certificates per
6140                 server/port. This is disabled by default because
6141                 it's less secure (presenting a new certificate
6142                 instead of a changed one raises less alarms).
6143                 This will cause Claws to ask about an unknown
6144                 certificate for people who have used 2.6.1cvs8
6145                 or greater.
6146
6147 2006-12-09 [colin]      2.6.1cvs12
6148
6149         * src/action.c
6150                 Fix cache updating after action
6151
6152 2006-12-07 [wwp]        2.6.1cvs11
6153
6154         * src/compose.c
6155                 fix email address comparison when replying to all
6156                 (avoid replying to ourselves), thanks to Colin.
6157
6158 2006-12-06 [paul]       2.6.1cvs10
6159
6160         * src/addrharvest.c
6161         * src/editldap.c
6162         * src/expldifdlg.c
6163         * src/news.c
6164         * src/toolbar.c
6165         * src/common/utils.c
6166                 ...and more renaming
6167                 Thanks to Colin
6168
6169 2006-12-06 [paul]       2.6.1cvs9
6170
6171         * src/compose.c
6172         * src/messageview.c
6173         * src/procheader.c
6174         * src/procmime.c
6175         * src/procmsg.c
6176         * src/textview.c
6177                 more renaming
6178                 Thanks to Colin
6179
6180 2006-12-06 [colin]      2.6.1cvs8
6181
6182         * src/ssl_manager.c
6183         * src/common/ssl_certificate.c
6184         * src/common/ssl_certificate.h
6185                 Handle multiple certificates per host/port
6186
6187 2006-12-06 [colin]      2.6.1cvs7
6188
6189         * src/etpan/imap-thread.c
6190                 Fix certificate checking on IMAP
6191
6192 2006-12-06 [colin]      2.6.1cvs6
6193
6194         * src/folderview.c
6195                 Fix bug 1072, 'Claws stops fetching newsgroups 
6196                 from server when newsgroup got deleted': continue
6197                 checking other groups
6198
6199 2006-12-05 [wwp]        2.6.1cvs5
6200
6201         * src/message_search.c
6202         * src/summary_search.c
6203         * src/gtk/combobox.c
6204         * src/gtk/combobox.h
6205         * src/gtk/gtkutils.c
6206         * src/gtk/gtkutils.h
6207                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6208                 behave like w/ old comboboxes (summary and message search only).
6209
6210 2006-12-05 [paul]       2.6.1cvs4
6211
6212         * src/wizard.c
6213                 encode headers
6214                 Thanks to Colin
6215
6216 2006-12-05 [paul]       2.6.1cvs3
6217
6218         * tools/README
6219         * tools/textviewer.pl
6220                 script updated and description added
6221
6222 2006-12-04 [colin]      2.6.1cvs2
6223
6224         * src/compose.c
6225                 Run pre-send hook only when checking
6226                 everything
6227
6228 2006-12-04 [paul]       2.6.1cvs1
6229
6230         * NEWS
6231         * README
6232         * RELEASE_NOTES
6233         * configure.ac
6234         * tools/README
6235                 bump up version number following stable release
6236
6237 2006-12-04 [paul]       2.6.0cvs83
6238
6239         * README
6240                 updates and corrections
6241
6242 2006-12-04 [colin]      2.6.0cvs82
6243
6244         * src/common/utils.c
6245                 Probably fix bug 1066, 'Incorrect mailbox 
6246                 size displayed'
6247
6248 2006-12-04 [colin]      2.6.0cvs81
6249
6250         * src/common/utils.c
6251                 Trim tabs from mailcap file too.
6252
6253 2006-12-02 [paul]       2.6.0cvs80
6254
6255         * src/exphtmldlg.c
6256                 fix broken GUI under certain languages
6257         * src/expldifdlg.c
6258                 put the Cancel button to the right
6259
6260 2006-12-01 [paul]       2.6.0cvs79
6261
6262         * tools/Makefile.am
6263                 remove reference to removed file
6264
6265 2006-12-01 [wwp]        2.6.0cvs78
6266
6267         * src/addressbook.c
6268         * src/editaddress.c
6269                 remove forgotten debug statements.
6270
6271 2006-12-01 [wwp]        2.6.0cvs77
6272
6273         * manual/advanced.xml
6274         * manual/fr/advanced.xml
6275         * src/addressbook.c
6276         * src/addressbook.h
6277         * src/addressitem.h
6278         * src/editaddress.c
6279         * src/editaddress.h
6280         * src/prefs_common.c
6281         * src/prefs_common.h
6282         * src/gtk/gtkutils.c
6283         * src/gtk/gtkutils.h
6284                 add a hidden option to allow embedding the editaddress (edit contact details)
6285                 dialog into the addressbook's window. This doesn't change the default
6286                 behaviour.
6287
6288 2006-12-01 [wwp]        2.6.0cvs76
6289
6290         * src/message_search.c
6291         * src/summary_search.c
6292                 fix more focus issues (don't set focus to combobox's entry widget when
6293                 entry's value changed, if entry widget has focus already).
6294
6295 2006-12-01 [wwp]        2.6.0cvs75
6296
6297         * src/gtk/quicksearch.c
6298                 revert last changes to the quicksearch gtk_combo_box, this needs more
6299                 tuning and testing.
6300
6301 2006-12-01 [paul]       2.6.0cvs74
6302
6303         * tools/kdeservicemenu/README
6304         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6305         * tools/kdeservicemenu/install.sh
6306         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6307         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6308                 simplify this stuff, and in so doing,
6309                 fix it. (possibly re-extend it again at
6310                 a later date)
6311
6312 2006-12-01 [wwp]        2.6.0cvs73
6313
6314         * src/gtk/quicksearch.c
6315                 adapt quicksearch code to use modern gtk_combo_box'es.
6316
6317 2006-12-01 [wwp]        2.6.0cvs72
6318
6319         * src/common/defs.h
6320         * src/prefs_common.c
6321         * src/prefs_common.h
6322         * src/message_search.c
6323         * src/summary_search.c
6324         * src/gtk/combobox.c
6325         * src/gtk/combobox.h
6326                 add history combos to all message and summary search fields.
6327
6328 2006-12-01 [wwp]        2.6.0cvs71
6329
6330         * src/summaryview.c
6331                 As the list may change while the mark as read delay
6332                 runs, we can't rely on the 'row' pointer, which can
6333                 be invalid when the timeout is called. As the mark
6334                 as read is only done if the message is still selected,
6335                 use summaryview->selected instead. Thanks to Colin.
6336
6337 2006-11-30 [paul]       2.6.0cvs70
6338
6339         * src/textview.c
6340                 give emphasis to "Sylpheed-Claws"
6341                 as well as "Claws Mail"
6342
6343 2006-11-30 [colin]      2.6.0cvs69
6344
6345         * src/wizard.c
6346                 Put the SSL checkboxes in the receiving
6347                 and sending server pages.
6348
6349 2006-11-29 [colin]      2.6.0cvs68
6350
6351         * src/gtk/gtkutils.c
6352         * src/gtk/gtkvscrollbutton.c
6353                 Revert some deprecated fixes - they seem to
6354                 deprecate stuff as soon as a new one gets out.
6355                 g_object_ref_sink needed glib-2.10.
6356
6357 2006-11-29 [colin]      2.6.0cvs67
6358
6359         * src/common/utils.c
6360                 Create .mailcap if it doesn't exist
6361
6362 2006-11-29 [colin]      2.6.0cvs66
6363
6364         * src/compose.c
6365                 Followup to cvs60: use original list
6366                 of recipients if replying to a mail
6367                 in Sent Drafts or Queue.
6368
6369 2006-11-27 [paul]       2.6.0cvs65
6370
6371         * src/image_viewer.c
6372                 revert the last change for now (it's broken)
6373
6374 2006-11-27 [paul]       2.6.0cvs64
6375
6376         * Makefile.am
6377         * configure.ac
6378         * m4/aclocal-include.m4
6379         * m4/check-type.m4
6380         * src/Makefile.am
6381         * src/addr_compl.c
6382         * src/compose.c
6383         * src/crash.c
6384         * src/export.c
6385         * src/exporthtml.c
6386         * src/exportldif.c
6387         * src/imap.c
6388         * src/import.c
6389         * src/main.c
6390         * src/main.h
6391         * src/matcher.c
6392         * src/mimeview.c
6393         * src/procmsg.c
6394         * src/textview.c
6395         * src/common/Makefile.am
6396         * src/common/claws.c
6397         * src/common/claws.h
6398         * src/common/ssl.c
6399         * src/common/sylpheed.c
6400         * src/common/sylpheed.h
6401         * src/etpan/Makefile.am
6402         * src/gtk/Makefile.am
6403         * src/gtk/claws-marshal.list
6404         * src/gtk/filesel.c
6405         * src/gtk/gtksctree.c
6406         * src/gtk/quicksearch.c
6407         * src/gtk/sylpheed-marshal.list
6408         * src/plugins/bogofilter/bogofilter.c
6409         * src/plugins/bogofilter/bogofilter_gtk.c
6410         * src/plugins/clamav/clamav_plugin.c
6411         * src/plugins/clamav/clamav_plugin_gtk.c
6412         * src/plugins/demo/demo.c
6413         * src/plugins/dillo_viewer/dillo_viewer.c
6414         * src/plugins/pgpcore/Makefile.am
6415         * src/plugins/pgpcore/claws.def
6416         * src/plugins/pgpcore/pgp_viewer.c
6417         * src/plugins/pgpcore/plugin.c
6418         * src/plugins/pgpcore/sylpheed.def
6419         * src/plugins/pgpinline/Makefile.am
6420         * src/plugins/pgpinline/claws.def
6421         * src/plugins/pgpinline/plugin.c
6422         * src/plugins/pgpinline/sylpheed.def
6423         * src/plugins/pgpmime/Makefile.am
6424         * src/plugins/pgpmime/claws.def
6425         * src/plugins/pgpmime/plugin.c
6426         * src/plugins/pgpmime/sylpheed.def
6427         * src/plugins/spamassassin/spamassassin.c
6428         * src/plugins/spamassassin/spamassassin_gtk.c
6429         * src/plugins/trayicon/trayicon.c
6430                 yet more renaming
6431                 remove deprecated gtk_tooltips_set_delay()
6432
6433 2006-11-26 [paul]       2.6.0cvs63
6434
6435         * src/expldifdlg.c
6436         * src/folderview.c
6437         * src/image_viewer.c
6438         * src/mainwindow.c
6439         * src/gtk/gtkutils.c
6440         * src/gtk/gtkvscrollbutton.c
6441         * src/gtk/prefswindow.c
6442         * src/plugins/pgpcore/prefs_gpg.c
6443                 replace more deprecated GTK+ functions
6444
6445 2006-11-26 [paul]       2.6.0cvs62
6446
6447         * src/addr_compl.c
6448         * src/addressbook.c
6449         * src/browseldap.c
6450                 replace deprecated gtk_idle_... functions
6451
6452 2006-11-26 [paul]       2.6.0cvs61
6453
6454         * src/compose.c
6455         * src/folderview.c
6456         * src/inc.c
6457         * src/summaryview.c
6458         * src/gtk/gtkvscrollbutton.c
6459         * src/gtk/quicksearch.c
6460         * src/plugins/pgpcore/passphrase.c
6461                 replace deprecated gtk_timeout_add and
6462                 gtk_timeout_remove
6463
6464 2006-11-26 [paul]       2.6.0cvs60
6465
6466         * src/compose.c
6467                 fix bug that caused the wrong recipient
6468                 to be selected when replying to a msg
6469                 which is From one of our accounts to
6470                 another of our accounts
6471
6472 2006-11-25 [paul]       2.6.0cvs59
6473
6474         * src/summaryview.c
6475                 don't change the From column title to
6476                 To if the To column is visible
6477
6478 2006-11-24 [paul]       2.6.0cvs58
6479
6480         * src/compose.c
6481                 fix bug 1069, 'Sent mails disappear, BCC
6482                 or locking problem?'
6483
6484 2006-11-21 [wwp]        2.6.0cvs57
6485
6486         * src/compose.c
6487                 fix spelling menu when replying (same as 2.3.1cvs39):
6488                 discrepancy between context menu and top menu when
6489                 folder's dictionary isn't the default one.
6490
6491 2006-11-19 [paul]       2.6.0cvs56
6492
6493         * src/summaryview.c
6494                 obey always_show_msg option when
6495                 marking as spam
6496         * src/plugins/bogofilter/bogofilter.c
6497                 fix typo
6498
6499 2006-11-18 [paul]       2.6.0cvs55
6500
6501         * AUTHORS
6502         * README
6503         * debian/copyright
6504         * manual/ack.xml
6505         * manual/es/ack.xml
6506         * manual/fr/ack.xml
6507         * manual/pl/ack.xml
6508         * src/gtk/authors.h
6509         * src/gtk/icon_legend.c
6510         * src/gtk/icon_legend.h
6511         * tools/OOo2claws-mail.pl
6512         * tools/README
6513         * tools/acroread2claws-mail.pl
6514         * tools/claws.i18n.status.pl
6515         * tools/filter_conv.pl
6516         * tools/filter_conv_new.pl
6517         * tools/freshmeat_search.pl
6518         * tools/google_search.pl
6519         * tools/kmail2claws-mail.pl
6520         * tools/kmail2claws-mail_v2.pl
6521         * tools/maildir2claws-mail.pl
6522         * tools/make.themes.project
6523         * tools/multiwebsearch.pl
6524         * tools/outlook2claws-mail.pl
6525         * tools/tb2claws-mail
6526         * tools/kdeservicemenu/README
6527         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6528                 update mine and wwp's email addresses in
6529                 several places
6530                 Patch by wwp
6531         * src/prefs_compose_writing.c
6532                 set sensitivity on 'new message format' frame
6533
6534 2006-11-17 [paul]       2.6.0cvs54
6535
6536         * src/gtk/about.c
6537                 more reworking of the GUI
6538                 Patch by Fabien Vantard
6539
6540 2006-11-16 [paul]       2.6.0cvs53
6541
6542         * src/gtk/about.c
6543                 set a minimum size for the window, allow
6544                 it to automatically expand as necessary
6545
6546 2006-11-16 [wwp]        2.6.0cvs52
6547
6548         * src/gtk/about.c
6549                 better wrap of copyright info on some systems.
6550
6551 2006-11-16 [paul]       2.6.0cvs51
6552
6553         * src/gtk/about.c
6554                 move the tech info from the upper panel
6555                 to the Info tab
6556                 use a gtk_text_view for the features tab
6557
6558 2006-11-16 [paul]       2.6.0cvs50
6559
6560         * po/Makevars
6561                 update my email address
6562         * src/addressbook.c
6563         * src/compose.c
6564         * src/imap_gtk.c
6565         * src/mh_gtk.c
6566         * src/news_gtk.c
6567         * src/summaryview.c
6568         * src/plugins/trayicon/trayicon.c
6569                 don't offer simple menu separators
6570                 for translation
6571         * src/folderview.c
6572                 add separator between 'mark all read'
6573                 and 'search folder'
6574
6575 2006-11-15 [wwp]        2.6.0cvs49
6576
6577         * src/gtk/authors.h
6578                 updated manuals authors.
6579
6580 2006-11-14 [paul]       2.6.0cvs48
6581
6582         * src/compose.c
6583                 Fix Options/Reply mode after draft save
6584
6585 2006-11-14 [paul]       2.6.0cvs47
6586
6587         * src/Makefile.am
6588                 Fix make DESTDIR=...
6589         * src/mbox.c
6590                 Optimise speed
6591         * src/plugins/pgpinline/pgpinline.c
6592                 Probably fix bug 1061
6593
6594 2006-11-14 [paul]       2.6.0cvs46
6595
6596         * po/Makevars
6597                 enable Q_ macro
6598         * src/Makefile.am
6599         * src/stock_pixmap.c
6600         * src/stock_pixmap.h
6601         * src/gtk/about.c
6602         * src/pixmaps/active.xpm
6603         * src/pixmaps/inactive.xpm
6604                 add a new page, 'Features', to the About dialog
6605                 showing which features are compiled in and which
6606                 are not
6607
6608 2006-11-14 [paul]       2.6.0cvs45
6609
6610         * po/ru.po
6611                 updated by Pavlo Bohmat
6612
6613 2006-11-14 [colin]      2.6.0cvs44
6614
6615         * src/compose.c
6616         * src/inc.c
6617         * src/messageview.c
6618         * src/news.c
6619         * src/pop.c
6620         * src/procmsg.c
6621         * src/gtk/gtkaspell.c
6622                 Fix 64-bit-related warnings
6623         * src/ssl_manager.c
6624                 Fix possible infinite loop
6625         * src/plugins/pgpcore/sgpgme.c
6626                 Remove useless check
6627
6628 2006-11-13 [colin]      2.6.0cvs43
6629
6630         * src/gtk/Makefile.am
6631                 authors.h isn't generated
6632
6633 2006-11-13 [colin]      2.6.0cvs42
6634
6635         * src/plugins/pgpinline/pgpinline.c
6636         * src/plugins/pgpmime/pgpmime.c
6637                 Very probably fix bug 1061, 'crash on 
6638                 opening signed email'. Another cast
6639                 problem
6640
6641 2006-11-13 [colin]      2.6.0cvs41
6642
6643         * src/plugins/pgpcore/sgpgme.c
6644                 Maybe fix bug 1061, 'crash on opening 
6645                 signed email'
6646
6647 2006-11-13 [wwp]        2.6.0cvs40
6648
6649         * src/plugins/pgpinline/pgpinline.c
6650                 fix candidate for bug #1057, thanks to Colin.
6651
6652 2006-11-13 [wwp]        2.6.0cvs39
6653
6654         * src/compose.c
6655         * src/quote_fmt_parse.y
6656                 fix bug 1052: current parser buffer was not always 
6657                 allocated, ptr to this buffer could be returned as 
6658                 NULL whereas no parser error has occurred. in 
6659                 consequence, defining a template body as "%d" 
6660                 (w/o the quotes) for the first time of the instance 
6661                 of claws-mail, was reporting a parser error. make 
6662                 sure that the buffer is always allocated, even to 
6663                 an empty string.
6664                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6665                 unescaping of the fmt string was always done 
6666                 whereas it must be done *only* when receiving 
6667                 quote format strings issued from the prefs 
6668                 (compose new message, reply, forward, redirect 
6669                 formats), *not* when applying templates.  in 
6670                 consequences, applying templates w/ sequences 
6671                 like \\|p{echo} were failing. make sure that 
6672                 unescaping is done only when necessary.
6673
6674 2006-11-12 [colin]      2.6.0cvs38
6675
6676         * po/de.po
6677                 Fix typo (s/KB/MB)
6678
6679 2006-11-12 [colin]      2.6.0cvs37
6680
6681         * src/plugins/pgpinline/pgpinline.c
6682         * src/plugins/pgpmime/pgpmime.c
6683                 Release GPG context at the latest 
6684                 possible moment. Maybe fixes 
6685                 bug 1057, 'crash on sending signed 
6686                 message to a newsgroup'
6687                 
6688
6689 2006-11-12 [colin]      2.6.0cvs36
6690
6691         * src/plugins/pgpcore/sgpgme.c
6692                 Tell a bit more when gpg's status doesn't
6693                 contain any signature
6694
6695 2006-11-12 [colin]      2.6.0cvs35
6696
6697         * src/compose.c
6698                 Fix bug 1060, 'compilation error with 
6699                 Irix's cc'
6700
6701 2006-11-12 [paul]       2.6.0cvs34
6702
6703         * doc/man/claws-mail.1
6704         * src/prefs_gtk.c
6705         * src/plugins/clamav/README
6706         * src/plugins/spamassassin/README
6707         * tools/README
6708         * tools/freshmeat_search.pl
6709         * tools/google_search.pl
6710         * tools/multiwebsearch.pl
6711                 more renaming
6712         * src/plugins/trayicon/trayicon.c
6713                 fix compiliation warning
6714
6715 2006-11-11 [colin]      2.6.0cvs33
6716
6717         * src/folderview.c
6718                 Forbid drag and drop from/to different
6719                 folders of type F_UNKNOWN
6720
6721 2006-11-11 [colin]      2.6.0cvs32
6722
6723         * src/plugins/pgpinline/pgpinline.c
6724                 Fix typo in previous commit:
6725                 - gpgme_new(&ctx);
6726                 + if ((err = gpgme_new(&data->ctx)) ...)
6727
6728 2006-11-11 [colin]      2.6.0cvs31
6729
6730         * src/plugins/pgpinline/pgpinline.c
6731         * src/plugins/pgpmime/pgpmime.c
6732                 Check success after calling gpgme_new
6733                 Maybe fixes bug 1057, 'crash on sending 
6734                 signed message to a newsgroup'
6735
6736 2006-11-11 [colin]      2.6.0cvs30
6737
6738         * src/undo.c
6739                 init undostruct to 0s (from
6740                 valgrind log of bug 1057)
6741
6742 2006-11-10 [colin]      2.6.0cvs29
6743
6744         * src/mainwindow.c
6745                 Set cursor to wait before filtering
6746                 duplicates in all folders
6747         * src/plugins/bogofilter/bogofilter.c
6748         * src/plugins/bogofilter/bogofilter.h
6749         * src/plugins/bogofilter/bogofilter_gtk.c
6750                 Completely thread away the bogofilter
6751                 filtering
6752
6753 2006-11-10 [mones]      2.6.0cvs28
6754
6755         * src/compose.c
6756         * src/compose.h
6757                 added COMPOSE_CHECK_BEFORE_SEND hook
6758
6759 2006-11-10 [paul]       2.6.0cvs27
6760
6761         * src/crash.c
6762                 more renaming
6763                 add libSM to get_compiled_in_features()
6764         * src/main.c
6765                 more renaming
6766
6767 2006-11-10 [colin]      2.6.0cvs26
6768
6769         * src/etpan/imap-thread.c
6770                 Add a reference to libetpan's sasl engine
6771                 so that sasl_done() doesn't get called by
6772                 libetpan, and doesn't break openssl.
6773                 Should fix bug 1053, 'SC fails to reestablish 
6774                 a secure connection'
6775                 Patch by Hoa
6776
6777 2006-11-10 [colin]      2.6.0cvs25
6778
6779         * manual/addrbook.xml
6780         * manual/advanced.xml
6781         * manual/faq.xml
6782         * manual/intro.xml
6783                 Some more renaming
6784
6785 2006-11-09 [colin]      2.6.0cvs24
6786
6787         * src/plugins/bogofilter/bogofilter_gtk.c
6788                 Add comment about annoyance
6789
6790 2006-11-09 [colin]      2.6.0cvs23
6791
6792         * src/plugins/bogofilter/bogofilter.c
6793         * src/plugins/bogofilter/bogofilter_gtk.c
6794                 Prepare things needed to thread bogofilter
6795                 filtering: separate bogo stuff and possible GUI
6796                 stuff. 
6797
6798 2006-11-09 [colin]      2.6.0cvs22
6799
6800         * src/account.c
6801         * src/compose.c
6802                 Search for one of our accounts in Delivered-To
6803                 (helps for auto-account selection when 
6804                  replying/forwarding)
6805         * src/folderview.c
6806         * src/mainwindow.c
6807         * src/mainwindow.h
6808         * src/plugins/trayicon/trayicon.c
6809                 Allow opening a new mail with any account from
6810                 the contextual menu
6811
6812 2006-11-09 [wwp]        2.6.0cvs21
6813
6814         * src/compose.c
6815         * src/prefs_common.c
6816         * src/prefs_common.h
6817         * src/prefs_compose_writing.c
6818                 add a compose new message format (in prefs/compose/writing), it's a
6819                 simple subject+body template to use when opening a new composition
6820                 window. It's similar to the existent reply and forward formats.
6821
6822                 enhanced the template/format % symbols substitution mechanism to
6823                 use current composition window information when % are used in
6824                 the compose new message format or in templates applied to new
6825                 messages (there were useless in that situations before). When
6826                 applied to new messages, %d corresponds to the system time/date.
6827
6828 2006-11-09 [paul]       2.6.0cvs20
6829
6830         * src/gtk/authors.h
6831                 fix last commit
6832
6833 2006-11-09 [paul]       2.6.0cvs19
6834
6835         * src/gtk/authors.h
6836                 keep tje alphabetical order
6837
6838 2006-11-08 [colin]      2.6.0cvs18
6839
6840         * src/etpan/imap-thread.c
6841                 Fix bug 1054, 'Slowness logging big 
6842                 data chunks'
6843
6844 2006-11-08 [paul]       2.6.0cvs17
6845
6846         * tools/Makefile.am
6847                 fix the renaming
6848
6849 2006-11-08 [paul]       2.6.0cvs16
6850
6851         * src/common/defs.h
6852                 update BUGZILLA_URI
6853
6854 2006-11-08 [paul]       2.6.0cvs15
6855
6856         * tools/Makefile.am
6857         * tools/OOo2claws-mail.pl
6858         * tools/OOo2sylpheed.pl
6859         * tools/README
6860         * tools/acroread2claws-mail.pl
6861         * tools/acroread2sylpheed.pl
6862         * tools/kmail2claws-mail.pl
6863         * tools/kmail2claws-mail_v2.pl
6864         * tools/kmail2sylpheed.pl
6865         * tools/kmail2sylpheed_v2.pl
6866         * tools/maildir2claws-mail.pl
6867         * tools/maildir2sylpheed.pl
6868         * tools/nautilus2claws-mail.sh
6869         * tools/nautilus2sylpheed.sh
6870         * tools/outlook2claws-mail.pl
6871         * tools/outlook2sylpheed.pl
6872         * tools/tb2claws-mail
6873         * tools/tb2sylpheed
6874         * tools/tbird2claws.py
6875         * tools/tbird2syl.py
6876         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6877         * tools/kdeservicemenu/install.sh
6878         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6879         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6880         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6881         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6882         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6883                 renamed (removed, added) tools files
6884
6885 2006-11-08 [paul]       2.6.0cvs14
6886
6887         * src/main.c
6888         * src/common/defs.h
6889                 Migrate sylpheedrc to clawsrc, and fix the standard
6890                 plugins path in the process
6891
6892 2006-11-07 [colin]      2.6.0cvs13
6893
6894         * src/Makefile.am
6895                 Symlink sylpheed-claws relative to 
6896                 claws-mail
6897
6898 2006-11-07 [colin]      2.6.0cvs12
6899
6900         * src/compose.c
6901                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
6902
6903 2006-11-07 [paul]       2.6.0cvs11
6904
6905         * src/gtk/about.c
6906                 Fix a missed occurence of
6907                 Sylpheed-Claws
6908
6909 2006-11-07 [paul]       2.6.0cvs10
6910
6911         * src/Makefile.am
6912                 Fix symlink installation
6913
6914 2006-11-07 [paul]       2.6.0cvs9
6915
6916         * src/Makefile.am
6917                 Symlink claws-mail to sylpheed-claws
6918         * src/common/utils.c
6919                 Fix migrating symlinks
6920         * src/etpan/imap-thread.c
6921                 check certificate only when there's
6922                 no error
6923
6924 2006-11-07 [paul]       2.6.0cvs8
6925
6926         * Makefile.am
6927                 Fix icon breakages with Gtk, which needs a 
6928                 cache updated to see them.
6929
6930 2006-11-07 [paul]       2.6.0cvs7
6931
6932         * .cvsignore
6933         * AUTHORS
6934         * COPYING
6935         * INSTALL
6936         * Makefile.am
6937         * NEWS
6938         * README
6939         * RELEASE_NOTES
6940         * autogen.sh
6941         * claws-mail-128x128.png
6942         * claws-mail-64x64.png
6943         * claws-mail.ico
6944         * claws-mail.pc.in
6945         * claws-mail.png
6946         * configure.ac
6947         * sylpheed-claws-128x128.png
6948         * sylpheed-claws-64x64.png
6949         * sylpheed-claws.desktop
6950         * sylpheed-claws.ico
6951         * sylpheed-claws.pc.in
6952         * sylpheed-claws.png
6953         * debian/README.Debian
6954         * debian/changelog
6955         * debian/claws-mail.desktop
6956         * debian/claws-mail.menu
6957         * debian/claws-mail.postinst.debhelper
6958         * debian/claws-mail.postrm.debhelper
6959         * debian/control
6960         * debian/copyright
6961         * debian/files
6962         * debian/rules
6963         * debian/sylpheed-claws.desktop
6964         * debian/sylpheed-claws.menu
6965         * debian/sylpheed-claws.postinst.debhelper
6966         * debian/sylpheed-claws.postrm.debhelper
6967         * doc/man/Makefile.am
6968         * doc/man/claws-mail.1
6969         * doc/man/sylpheed-claws.1
6970         * doc/src/ChangeLog.claws-pre0.8.0
6971         * manual/Makefile.am
6972         * manual/account.xml
6973         * manual/ack.xml
6974         * manual/addrbook.xml
6975         * manual/advanced.xml
6976         * manual/claws-mail-manual.xml
6977         * manual/faq.xml
6978         * manual/glossary.xml
6979         * manual/handling.xml
6980         * manual/intro.xml
6981         * manual/keyboard.xml
6982         * manual/plugins.xml
6983         * manual/starting.xml
6984         * manual/sylpheed-claws-manual.xml
6985         * manual/xml2pdf
6986         * manual/dist/.cvsignore
6987         * manual/dist/html/.cvsignore
6988         * manual/dist/html/Makefile.am
6989         * manual/dist/pdf/.cvsignore
6990         * manual/dist/pdf/Makefile.am
6991         * manual/dist/ps/.cvsignore
6992         * manual/dist/ps/Makefile.am
6993         * manual/dist/txt/.cvsignore
6994         * manual/dist/txt/Makefile.am
6995         * manual/es/Makefile.am
6996         * manual/es/advanced.xml
6997         * manual/es/claws-mail-manual.xml
6998         * manual/es/faq.xml
6999         * manual/es/glossary.xml
7000         * manual/es/handling.xml
7001         * manual/es/intro.xml
7002         * manual/es/plugins.xml
7003         * manual/es/sylpheed-claws-manual.xml
7004         * manual/es/dist/.cvsignore
7005         * manual/es/dist/html/.cvsignore
7006         * manual/es/dist/html/Makefile.am
7007         * manual/es/dist/pdf/.cvsignore
7008         * manual/es/dist/pdf/Makefile.am
7009         * manual/es/dist/ps/.cvsignore
7010         * manual/es/dist/ps/Makefile.am
7011         * manual/es/dist/txt/.cvsignore
7012         * manual/es/dist/txt/Makefile.am
7013         * manual/fr/Makefile.am
7014         * manual/fr/account.xml
7015         * manual/fr/ack.xml
7016         * manual/fr/addrbook.xml
7017         * manual/fr/advanced.xml
7018         * manual/fr/claws-mail-manual.xml
7019         * manual/fr/faq.xml
7020         * manual/fr/glossary.xml
7021         * manual/fr/handling.xml
7022         * manual/fr/intro.xml
7023         * manual/fr/keyboard.xml
7024         * manual/fr/plugins.xml
7025         * manual/fr/starting.xml
7026         * manual/fr/sylpheed-claws-manual.xml
7027         * manual/fr/dist/.cvsignore
7028         * manual/fr/dist/html/.cvsignore
7029         * manual/fr/dist/html/Makefile.am
7030         * manual/fr/dist/pdf/.cvsignore
7031         * manual/fr/dist/pdf/Makefile.am
7032         * manual/fr/dist/ps/.cvsignore
7033         * manual/fr/dist/ps/Makefile.am
7034         * manual/fr/dist/txt/.cvsignore
7035         * manual/fr/dist/txt/Makefile.am
7036         * manual/pl/Makefile.am
7037         * manual/pl/account.xml
7038         * manual/pl/ack.xml
7039         * manual/pl/addrbook.xml
7040         * manual/pl/advanced.xml
7041         * manual/pl/claws-mail-manual.xml
7042         * manual/pl/faq.xml
7043         * manual/pl/glossary.xml
7044         * manual/pl/handling.xml
7045         * manual/pl/intro.xml
7046         * manual/pl/keyboard.xml
7047         * manual/pl/plugins.xml
7048         * manual/pl/starting.xml
7049         * manual/pl/sylpheed-claws-manual.xml
7050         * manual/pl/dist/.cvsignore
7051         * manual/pl/dist/html/.cvsignore
7052         * manual/pl/dist/html/Makefile.am
7053         * manual/pl/dist/pdf/.cvsignore
7054         * manual/pl/dist/pdf/Makefile.am
7055         * manual/pl/dist/ps/.cvsignore
7056         * manual/pl/dist/ps/Makefile.am
7057         * manual/pl/dist/txt/.cvsignore
7058         * manual/pl/dist/txt/Makefile.am
7059         * po/.cvsignore
7060         * po/Makevars
7061         * src/.cvsignore
7062         * src/Makefile.am
7063         * src/account.c
7064         * src/account.h
7065         * src/action.c
7066         * src/action.h
7067         * src/adbookbase.h
7068         * src/addr_compl.c
7069         * src/addr_compl.h
7070         * src/addrbook.c
7071         * src/addrcache.c
7072         * src/addrcache.h
7073         * src/addrcindex.c
7074         * src/addrcindex.h
7075         * src/addrclip.c
7076         * src/addrclip.h
7077         * src/addrdefs.h
7078         * src/addressadd.c
7079         * src/addressadd.h
7080         * src/addressbook.c
7081         * src/addressbook.h
7082         * src/addressbook_foldersel.c
7083         * src/addressbook_foldersel.h
7084         * src/addrgather.c
7085         * src/addrgather.h
7086         * src/addrharvest.c
7087         * src/addrharvest.h
7088         * src/addrindex.c
7089         * src/addrindex.h
7090         * src/addritem.c
7091         * src/addritem.h
7092         * src/addrquery.c
7093         * src/addrquery.h
7094         * src/addrselect.c
7095         * src/addrselect.h
7096         * src/alertpanel.c
7097         * src/alertpanel.h
7098         * src/browseldap.c
7099         * src/browseldap.h
7100         * src/codeconv.c
7101         * src/codeconv.h
7102         * src/compose.c
7103         * src/crash.c
7104         * src/crash.h
7105         * src/customheader.c
7106         * src/customheader.h
7107         * src/displayheader.c
7108         * src/displayheader.h
7109         * src/editaddress.c
7110         * src/editaddress.h
7111         * src/editbook.c
7112         * src/editbook.h
7113         * src/editgroup.c
7114         * src/editgroup.h
7115         * src/editjpilot.c
7116         * src/editjpilot.h
7117         * src/editldap.c
7118         * src/editldap.h
7119         * src/editldap_basedn.c
7120         * src/editldap_basedn.h
7121         * src/editvcard.c
7122         * src/editvcard.h
7123         * src/exphtmldlg.c
7124         * src/exphtmldlg.h
7125         * src/expldifdlg.c
7126         * src/expldifdlg.h
7127         * src/export.c
7128         * src/exporthtml.c
7129         * src/exporthtml.h
7130         * src/exportldif.c
7131         * src/exportldif.h
7132         * src/filtering.c
7133         * src/filtering.h
7134         * src/folder.c
7135         * src/folder.h
7136         * src/folder_item_prefs.c
7137         * src/folder_item_prefs.h
7138         * src/foldersel.c
7139         * src/foldersel.h
7140         * src/folderutils.c
7141         * src/folderutils.h
7142         * src/folderview.c
7143         * src/folderview.h
7144         * src/grouplistdialog.c
7145         * src/grouplistdialog.h
7146         * src/html.c
7147         * src/html.h
7148         * src/image_viewer.c
7149         * src/image_viewer.h
7150         * src/imap.c
7151         * src/imap.h
7152         * src/imap_gtk.c
7153         * src/imap_gtk.h
7154         * src/import.c
7155         * src/import.h
7156         * src/importldif.c
7157         * src/importldif.h
7158         * src/importmutt.c
7159         * src/importmutt.h
7160         * src/importpine.c
7161         * src/importpine.h
7162         * src/inc.c
7163         * src/inc.h
7164         * src/jpilot.c
7165         * src/jpilot.h
7166         * src/ldapctrl.c
7167         * src/ldapctrl.h
7168         * src/ldaplocate.c
7169         * src/ldaplocate.h
7170         * src/ldapquery.c
7171         * src/ldapquery.h
7172         * src/ldapserver.c
7173         * src/ldapserver.h
7174         * src/ldaputil.c
7175         * src/ldaputil.h
7176         * src/ldif.c
7177         * src/ldif.h
7178         * src/localfolder.c
7179         * src/localfolder.h
7180         * src/main.c
7181         * src/main.h
7182         * src/mainwindow.c
7183         * src/mainwindow.h
7184         * src/manual.c
7185         * src/manual.h
7186         * src/matcher.c
7187         * src/matcher.h
7188         * src/matcher_parser.h
7189         * src/matcher_parser_lex.l
7190         * src/matcher_parser_parse.y
7191         * src/mbox.c
7192         * src/mbox.h
7193         * src/message_search.c
7194         * src/message_search.h
7195         * src/messageview.c
7196         * src/messageview.h
7197         * src/mh.c
7198         * src/mh.h
7199         * src/mh_gtk.c
7200         * src/mh_gtk.h
7201         * src/mimeview.c
7202         * src/mimeview.h
7203         * src/msgcache.c
7204         * src/msgcache.h
7205         * src/mutt.c
7206         * src/mutt.h
7207         * src/news.c
7208         * src/news.h
7209         * src/news_gtk.c
7210         * src/news_gtk.h
7211         * src/noticeview.c
7212         * src/noticeview.h
7213         * src/partial_download.c
7214         * src/partial_download.h
7215         * src/pine.c
7216         * src/pine.h
7217         * src/pop.c
7218         * src/pop.h
7219         * src/prefs_account.c
7220         * src/prefs_account.h
7221         * src/prefs_actions.c
7222         * src/prefs_actions.h
7223         * src/prefs_common.c
7224         * src/prefs_common.h
7225         * src/prefs_compose_writing.c
7226         * src/prefs_compose_writing.h
7227         * src/prefs_customheader.c
7228         * src/prefs_customheader.h
7229         * src/prefs_display_header.c
7230         * src/prefs_display_header.h
7231         * src/prefs_ext_prog.c
7232         * src/prefs_ext_prog.h
7233         * src/prefs_filtering.c
7234         * src/prefs_folder_column.c
7235         * src/prefs_folder_column.h
7236         * src/prefs_folder_item.c
7237         * src/prefs_folder_item.h
7238         * src/prefs_fonts.c
7239         * src/prefs_fonts.h
7240         * src/prefs_gtk.c
7241         * src/prefs_gtk.h
7242         * src/prefs_image_viewer.c
7243         * src/prefs_image_viewer.h
7244         * src/prefs_matcher.c
7245         * src/prefs_matcher.h
7246         * src/prefs_message.c
7247         * src/prefs_message.h
7248         * src/prefs_msg_colors.c
7249         * src/prefs_msg_colors.h
7250         * src/prefs_other.c
7251         * src/prefs_other.h
7252         * src/prefs_quote.c
7253         * src/prefs_quote.h
7254         * src/prefs_receive.c
7255         * src/prefs_receive.h
7256         * src/prefs_send.c
7257         * src/prefs_send.h
7258         * src/prefs_spelling.c
7259         * src/prefs_spelling.h
7260         * src/prefs_summaries.c
7261         * src/prefs_summaries.h
7262         * src/prefs_summary_column.c
7263         * src/prefs_summary_column.h
7264         * src/prefs_template.c
7265         * src/prefs_template.h
7266         * src/prefs_themes.c
7267         * src/prefs_themes.h
7268         * src/prefs_toolbar.c
7269         * src/prefs_toolbar.h
7270         * src/prefs_wrapping.c
7271         * src/prefs_wrapping.h
7272         * src/privacy.c
7273         * src/privacy.h
7274         * src/procheader.c
7275         * src/procheader.h
7276         * src/procmime.c
7277         * src/procmime.h
7278         * src/procmsg.c
7279         * src/procmsg.h
7280         * src/quote_fmt.c
7281         * src/quote_fmt_parse.y
7282         * src/recv.c
7283         * src/recv.h
7284         * src/remotefolder.c
7285         * src/remotefolder.h
7286         * src/send_message.c
7287         * src/send_message.h
7288         * src/setup.c
7289         * src/setup.h
7290         * src/sourcewindow.c
7291         * src/sourcewindow.h
7292         * src/ssl_manager.c
7293         * src/ssl_manager.h
7294         * src/statusbar.c
7295         * src/statusbar.h
7296         * src/stock_pixmap.c
7297         * src/stock_pixmap.h
7298         * src/summary_search.c
7299         * src/summary_search.h
7300         * src/summaryview.c
7301         * src/summaryview.h
7302         * src/syldap.c
7303         * src/syldap.h
7304         * src/textview.c
7305         * src/textview.h
7306         * src/toolbar.c
7307         * src/toolbar.h
7308         * src/undo.c
7309         * src/undo.h
7310         * src/unmime.c
7311         * src/unmime.h
7312         * src/vcard.c
7313         * src/vcard.h
7314         * src/wizard.c
7315         * src/wizard.h
7316         * src/common/base64.c
7317         * src/common/base64.h
7318         * src/common/defs.h
7319         * src/common/hooks.c
7320         * src/common/hooks.h
7321         * src/common/log.c
7322         * src/common/log.h
7323         * src/common/mgutils.c
7324         * src/common/mgutils.h
7325         * src/common/nntp.c
7326         * src/common/nntp.h
7327         * src/common/passcrypt.c
7328         * src/common/passcrypt.h.in
7329         * src/common/plugin.c
7330         * src/common/plugin.h
7331         * src/common/prefs.c
7332         * src/common/prefs.h
7333         * src/common/progressindicator.c
7334         * src/common/progressindicator.h
7335         * src/common/quoted-printable.c
7336         * src/common/quoted-printable.h
7337         * src/common/session.c
7338         * src/common/session.h
7339         * src/common/smtp.c
7340         * src/common/smtp.h
7341         * src/common/socket.c
7342         * src/common/socket.h
7343         * src/common/ssl.c
7344         * src/common/ssl.h
7345         * src/common/stringtable.c
7346         * src/common/stringtable.h
7347         * src/common/sylpheed.c
7348         * src/common/sylpheed.h
7349         * src/common/template.c
7350         * src/common/template.h
7351         * src/common/timing.h
7352         * src/common/utils.c
7353         * src/common/utils.h
7354         * src/common/version.h.in
7355         * src/common/xml.c
7356         * src/common/xml.h
7357         * src/common/xmlprops.c
7358         * src/common/xmlprops.h
7359         * src/gtk/about.c
7360         * src/gtk/colorlabel.c
7361         * src/gtk/colorlabel.h
7362         * src/gtk/colorsel.c
7363         * src/gtk/colorsel.h
7364         * src/gtk/combobox.c
7365         * src/gtk/combobox.h
7366         * src/gtk/description_window.c
7367         * src/gtk/description_window.h
7368         * src/gtk/filesel.c
7369         * src/gtk/filesel.h
7370         * src/gtk/foldersort.c
7371         * src/gtk/foldersort.h
7372         * src/gtk/gtkaspell.c
7373         * src/gtk/gtkaspell.h
7374         * src/gtk/gtksctree.c
7375         * src/gtk/gtkshruler.c
7376         * src/gtk/gtkshruler.h
7377         * src/gtk/gtkutils.c
7378         * src/gtk/gtkutils.h
7379         * src/gtk/icon_legend.c
7380         * src/gtk/icon_legend.h
7381         * src/gtk/logwindow.c
7382         * src/gtk/logwindow.h
7383         * src/gtk/manage_window.c
7384         * src/gtk/manage_window.h
7385         * src/gtk/pluginwindow.c
7386         * src/gtk/pluginwindow.h
7387         * src/gtk/prefswindow.c
7388         * src/gtk/prefswindow.h
7389         * src/gtk/quicksearch.c
7390         * src/gtk/quicksearch.h
7391         * src/pixmaps/claws-mail.xpm
7392         * src/pixmaps/claws-mail_icon.xpm
7393         * src/pixmaps/claws-mail_logo.xpm
7394         * src/pixmaps/sylpheed-claws.xpm
7395         * src/pixmaps/sylpheed-claws_icon.xpm
7396         * src/pixmaps/sylpheed-claws_logo.xpm
7397         * src/plugins/bogofilter/Makefile.am
7398         * src/plugins/bogofilter/bogofilter.c
7399         * src/plugins/bogofilter/bogofilter.h
7400         * src/plugins/bogofilter/bogofilter_gtk.c
7401         * src/plugins/clamav/Makefile.am
7402         * src/plugins/clamav/clamav_plugin.c
7403         * src/plugins/clamav/clamav_plugin.h
7404         * src/plugins/clamav/clamav_plugin_gtk.c
7405         * src/plugins/demo/Makefile.am
7406         * src/plugins/demo/demo.c
7407         * src/plugins/dillo_viewer/Makefile.am
7408         * src/plugins/dillo_viewer/README
7409         * src/plugins/dillo_viewer/dillo_prefs.c
7410         * src/plugins/dillo_viewer/dillo_prefs.h
7411         * src/plugins/dillo_viewer/dillo_viewer.c
7412         * src/plugins/pgpcore/Makefile.am
7413         * src/plugins/pgpcore/passphrase.c
7414         * src/plugins/pgpcore/passphrase.h
7415         * src/plugins/pgpcore/pgp_viewer.c
7416         * src/plugins/pgpcore/pgp_viewer.h
7417         * src/plugins/pgpcore/plugin.c
7418         * src/plugins/pgpcore/prefs_gpg.c
7419         * src/plugins/pgpcore/prefs_gpg.h
7420         * src/plugins/pgpcore/select-keys.c
7421         * src/plugins/pgpcore/select-keys.h
7422         * src/plugins/pgpcore/sgpgme.c
7423         * src/plugins/pgpcore/sgpgme.h
7424         * src/plugins/pgpcore/sylpheed.def
7425         * src/plugins/pgpcore/version.rc
7426         * src/plugins/pgpinline/Makefile.am
7427         * src/plugins/pgpinline/pgpinline.c
7428         * src/plugins/pgpinline/pgpinline.h
7429         * src/plugins/pgpinline/plugin.c
7430         * src/plugins/pgpinline/sylpheed.def
7431         * src/plugins/pgpinline/version.rc
7432         * src/plugins/pgpmime/Makefile.am
7433         * src/plugins/pgpmime/pgpmime.c
7434         * src/plugins/pgpmime/pgpmime.h
7435         * src/plugins/pgpmime/plugin.c
7436         * src/plugins/pgpmime/sylpheed.def
7437         * src/plugins/pgpmime/version.rc
7438         * src/plugins/spamassassin/Makefile.am
7439         * src/plugins/spamassassin/README
7440         * src/plugins/spamassassin/spamassassin.c
7441         * src/plugins/spamassassin/spamassassin.h
7442         * src/plugins/spamassassin/spamassassin_gtk.c
7443         * src/plugins/trayicon/Makefile.am
7444         * src/plugins/trayicon/trayicon.c
7445         * tools/OOo2sylpheed.pl
7446         * tools/README
7447         * tools/README.sylprint
7448         * tools/acroread2sylpheed.pl
7449         * tools/claws.i18n.status.pl
7450         * tools/filter_conv.pl
7451         * tools/filter_conv_new.pl
7452         * tools/freshmeat_search.pl
7453         * tools/google_search.pl
7454         * tools/kmail2sylpheed.pl
7455         * tools/kmail2sylpheed_v2.pl
7456         * tools/make.themes.project
7457         * tools/multiwebsearch.pl
7458         * tools/nautilus2sylpheed.sh
7459         * tools/outlook2sylpheed.pl
7460         * tools/sylprint.pl
7461         * tools/sylprint.rc
7462         * tools/tb2sylpheed
7463         * tools/textviewer.sh
7464         * tools/vcard2xml.py
7465         * tools/kdeservicemenu/README
7466         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7467         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7468         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7469                 Change name to Claws Mail. Announce to follow...
7470
7471 2006-11-06 [wwp]        2.6.0cvs6
7472
7473         * src/prefs_template.c
7474                 unify messages related to quote format/template errors (fix
7475                 capitalization), again.
7476
7477 2006-11-06 [wwp]        2.6.0cvs5
7478
7479         * src/prefs_quote.c
7480                 unify messages related to quote format/template errors.
7481
7482 2006-11-06 [wwp]        2.6.0cvs4
7483
7484         * src/prefs_msg_colors.c
7485                 more uses of Q_ macro for contextual translations, thanks
7486                 to Fabien (fzzzzz).
7487
7488 2006-11-06 [wwp]        2.6.0cvs3
7489
7490         * src/compose.c
7491         * src/common/utils.c
7492         * src/common/utils.h
7493                 show an alertpanel to make sure users are aware that sensitive
7494                 files are attached (it's file blacklist-based). This will fix
7495                 interaction w/ GoogleEarth for instance, thanks to Colin.
7496
7497 2006-11-06 [wwp]        2.6.0cvs2
7498
7499         * src/prefs_quote.c
7500         * src/prefs_template.c
7501         * src/prefs_template.h
7502                 check quote format when applying/closing prefs. For now this only
7503                 shows up an error dialog box, not preventing the user from using
7504                 a broken quote (reply, forwards) format.
7505
7506 2006-11-06 [wwp]        2.6.0cvs1
7507
7508         * src/prefs_template.c
7509                 fix missing checks of some template fields.
7510
7511 2006-11-06 [paul]       2.6.0
7512
7513         * NEWS
7514         * README
7515         * RELEASE_NOTES
7516                 2.6.0 released
7517
7518 2006-11-06 [paul]       2.5.6cvs22
7519
7520         * manual/advanced.xml
7521         * manual/es/advanced.xml
7522                 put 'respect_flowed_format' info in the correct
7523                 place
7524
7525 2006-11-06 [mones]      2.5.6cvs21
7526
7527         * po/es.po
7528                 Minor fixes for release
7529
7530 2006-11-06 [paul]       2.5.6cvs20
7531
7532         * po/cs.po
7533         * po/de.po
7534         * po/fr.po
7535         * po/it.po
7536         * po/nl.po
7537         * po/pt_BR.po
7538         * po/sk.po
7539         * po/sv.po
7540         * po/zh_CN.po
7541                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7542                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7543                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7544                 Young
7545
7546 2006-11-02 [colin]      2.5.6cvs19
7547
7548         * src/imap.c
7549         * src/imap.h
7550         * src/prefs_account.c
7551         * src/etpan/imap-thread.c
7552                 Add GSSAPI support - fixes Debian bug #383274
7553
7554 2006-11-01 [colin]      2.5.6cvs18
7555
7556         * src/jpilot.c
7557                 Handle libpisock12 support. Probably
7558                 fixes bug 1046, 'jpilot AddressDB.pdb 
7559                 import fail'
7560
7561 2006-11-01 [colin]      2.5.6cvs17
7562
7563         * src/folderutils.c
7564                 debug_print() folderutils_mark_all_read()
7565
7566 2006-11-01 [colin]      2.5.6cvs16
7567
7568         * COPYING
7569                 Add missed files to the Apache exception
7570
7571 2006-10-31 [colin]      2.5.6cvs15
7572
7573         * src/folder.c
7574         * src/folder.h
7575                 Add a copy_private_data() func to FolderClasses
7576                 Doesn't break the feature freeze, because we 
7577                 won't use it (right now) in the core.
7578
7579 2006-10-31 [colin]      2.5.6cvs14
7580
7581         * COPYING
7582                 Allow linking with the Apache licensed files in
7583                 src/plugins/spamassassin. Hopefully fixes 
7584                 bug 1048, 'Spamassassin plugin license problem'
7585
7586 2006-10-31 [wwp]        2.5.6cvs13
7587
7588         * src/compose.c
7589                 fix and optimize trimming of leading linefeeds in body loop.
7590
7591 2006-10-31 [colin]      2.5.6cvs12
7592
7593         * src/etpan/imap-thread.c
7594         * src/imap.c
7595                 Make really sure to have NULL sets in case
7596                 of error
7597
7598 2006-10-30 [wwp]        2.5.6cvs11
7599
7600         * src/prefs_common.c
7601         * src/prefs_common.h
7602         * src/compose.c
7603                 fix broken storage of quote format template when it contains \-escape
7604                 sequences. The application of such sequences is also fixed now (\t
7605                 in quote format will be a real tab instead of a 't', for instance).
7606
7607 2006-10-27 [colin]      2.5.6cvs10
7608
7609         * src/compose.c
7610                 Probably fix bug 1045, 'sylpheed-claws 
7611                 doesn't remove the mail from the IMAP 
7612                 Queue folder after sending'. From
7613                 2.5.6cvs3-stable
7614
7615 2006-10-27 [colin]      2.5.6cvs9
7616
7617         * configure.ac
7618                 Require libetpan-0.48. I'm so annoying,
7619                 I know ;-)
7620
7621 2006-10-27 [colin]      2.5.6cvs8
7622
7623         * src/folder.c
7624         * src/imap.c
7625                 Probably fix bug 1044, 'sylpheed-claws 
7626                 segfaults while moving mails' - Fix relation
7627                 usage when moving to an IMAP mailbox from another
7628                 mailbox
7629
7630 2006-10-26 [paul]       2.5.6cvs7
7631
7632         * src/gtk/about.c
7633                 add libSM to compiled-in features
7634                 list
7635
7636 2006-10-24 [colin]      2.5.6cvs6
7637
7638         * src/textview.c
7639         * src/gtk/gtkutils.c
7640                 Fix crash when printing emails with an
7641                 xface
7642
7643 2006-10-24 [mones]      2.5.6cvs5
7644
7645         * manual/es/advanced.xml
7646                 Synchronize hidden option respect_flowed_format
7647         * po/es.po
7648                 Updated translation
7649
7650 2006-10-21 [paul]       2.5.6cvs4
7651
7652         * src/gtk/authors.h
7653         * src/plugins/pgpcore/pgp_viewer.c
7654         * src/plugins/pgpcore/sgpgme.c
7655                 fix building on BSDs
7656                 Thanks to Michael Hughes
7657                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7658
7659 2006-10-20 [colin]      2.5.6cvs3
7660
7661         * configure.ac
7662                 Bump up libetpan requirement
7663                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7664         * src/common/utils.c
7665         * src/common/utils.h
7666                 Add convenience get_file_mtime()
7667         * src/imap.c
7668         * src/etpan/imap-thread.c
7669         * src/etpan/imap-thread.h
7670                 Implement UIDPLUS support if the server
7671                 supports it - faster sending in this case
7672
7673 2006-10-19 [colin]      2.5.6cvs2
7674
7675         * src/gtk/quicksearch.c
7676                 Fix emptying in type-ahead+extended mode
7677         * src/mainwindow.c
7678         * src/mainwindow.h
7679                 Add a hook for offline state change
7680         * src/plugins/trayicon/trayicon.c
7681                 Use it to display offline icons
7682         * src/plugins/trayicon/Makefile.am
7683         * src/plugins/trayicon/newmail.offline.xpm
7684         * src/plugins/trayicon/newmarkedmail.offline.xpm
7685         * src/plugins/trayicon/nomail.offline.xpm
7686         * src/plugins/trayicon/unreadmail.offline.xpm
7687         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7688                 Add the icons
7689
7690 2006-10-12 [paul]       2.5.6cvs1
7691
7692         * NEWS
7693         * README
7694         * configure.ac
7695                 Update version number following
7696                 stable release
7697
7698 2006-10-19 [colin]      2.5.5cvs18
7699
7700         * manual/handling.xml
7701                 Add type-ahead search
7702
7703 2006-10-18 [colin]      2.5.5cvs17
7704
7705         * src/gtk/quicksearch.c
7706                 Remove "save to history only if there's
7707                 no syntax error", it breaks for some 
7708                 reason which I'll investigate later.
7709
7710 2006-10-18 [colin]      2.5.5cvs16
7711
7712         * src/prefs_common.c
7713         * src/prefs_common.h
7714         * src/summaryview.c
7715         * src/gtk/quicksearch.c
7716         * src/gtk/quicksearch.h
7717                 Add a type-ahead option for fast searches
7718                 Patch by Fabien Vantard
7719
7720 2006-10-18 [colin]      2.5.5cvs15
7721
7722         * src/compose.c
7723         * src/compose.h
7724                 Add Options/Reply mode/ menu to be able to
7725                 change the recipients of a reply on the fly
7726
7727 2006-10-18 [colin]      2.5.5cvs14
7728
7729         * src/compose.c
7730                 Fix redirecting of our own sent mails
7731
7732 2006-10-17 [wwp]        2.5.5cvs13
7733
7734         * src/send_message.c
7735                 Fix duplicate error messages when sending, and missing
7736                 newline in such error messages.
7737
7738 2006-10-17 [colin]      2.5.5cvs12
7739
7740         * src/compose.c
7741                 Compare addresses case-insensitive
7742
7743 2006-10-17 [colin]      2.5.5cvs11
7744
7745         * src/plugins/pgpcore/sgpgme.c
7746                 Fix return status
7747
7748 2006-10-17 [colin]      2.5.5cvs10
7749
7750         * src/plugins/pgpcore/pgp_viewer.c
7751                 Fix return status
7752
7753 2006-10-17 [colin]      2.5.5cvs9
7754
7755         * src/quote_fmt.c
7756                 Fix a typo (thanks to Fabien)
7757
7758 2006-10-16 [colin]      2.5.5cvs8
7759
7760         * src/textview.c
7761                 Fix problem with quote-folding when emails
7762                 don't convert cleanly to UTF-8
7763
7764 2006-10-14 [colin]      2.5.5cvs7
7765
7766         * src/prefs_template.c
7767                 Reset fields when reopening
7768                 the window
7769
7770 2006-10-13 [paul]       2.5.5cvs6
7771
7772         * manual/advanced.xml
7773         * src/prefs_message.c
7774                 make 'respect_flowed_format' a hidden
7775                 option, and add a manual entry for it
7776                 Thanks to Colin
7777
7778 2006-10-12 [colin]      2.5.5cvs5
7779
7780         * src/codeconv.c
7781                 Revert part of 2.5.2cvs21:
7782                 Don't optimise by reusing the 
7783                 last iconv converter if possible:
7784                 it seems slightly broken in a 
7785                 very hard way to reproduce
7786
7787 2006-10-12 [colin]      2.5.5cvs4
7788
7789         * src/prefs_common.c
7790         * src/prefs_common.h
7791         * src/prefs_message.c
7792         * src/procmime.c
7793                 Fix bug 1035, 'Incorrect handling 
7794                 of flowed lines'. We now optionnaly
7795                 handle this format (preference is in
7796                 Message View/Text options section)
7797
7798 2006-10-12 [colin]      2.5.5cvs3
7799
7800         * po/POTFILES.in
7801                 Add new file
7802         * src/plugins/pgpcore/pgp_viewer.c
7803         * src/plugins/pgpcore/sgpgme.c
7804                 Don't try to import without asking
7805
7806 2006-10-12 [colin]      2.5.5cvs2
7807
7808         * src/compose.c
7809                 Fix bug 1036, 'Forwarding a mutlipart
7810                 mail with a "text/html" block to ms
7811                 outlook users leeds to freeze of
7812                 outlook'. Poor outlook users...
7813
7814 2006-10-12 [paul]       2.5.5cvs1
7815
7816         * NEWS
7817         * README
7818         * configure.ac
7819                 Update version number following
7820                 stable release
7821
7822 2006-10-11 [paul]       2.5.4cvs1
7823
7824         * NEWS
7825         * README
7826         * configure.ac
7827                 Update version number following
7828                 stable release
7829
7830 2006-10-11 [paul]       2.5.3cvs32
7831
7832         * src/textview.c
7833                 fix bug 1032, 'Segmentation fault when showing
7834                 message' (bug in quote folding)
7835                 Thanks to Colin
7836
7837 2006-10-10 [colin]      2.5.3cvs31
7838
7839         * src/quote_fmt.c
7840                 Rephrase english a bit
7841
7842 2006-10-10 [colin]      2.5.3cvs30
7843
7844         * src/prefs_compose_writing.c
7845                 Stop making the page larger than the window
7846
7847 2006-10-10 [wwp]        2.5.3cvs29
7848
7849         * src/compose.c
7850         * src/prefs_template.c
7851         * src/quote_fmt.c
7852         * src/quote_fmt.h
7853         * src/quote_fmt_lex.l
7854         * src/quote_fmt_parse.y
7855                 Extend the quote parser a bit: allow to get access to
7856                 basic (composing) account info.
7857
7858 2006-10-10 [colin]      2.5.3cvs28
7859
7860         * src/procheader.c
7861                 Fix this \t problem in subject
7862
7863 2006-10-09 [colin]      2.5.3cvs27
7864
7865         * src/main.c
7866         * src/prefs_gtk.c
7867                 Prepare cache a bit later
7868                 If section already exists, skip the new one 
7869                 (as previously); avoid writing the same block
7870                 twice - if we find a second block with the 
7871                 same id, skip it.
7872         * src/plugins/pgpcore/pgp_viewer.c
7873                 Set cursor to busy when retrieving a key
7874         * src/plugins/pgpcore/sgpgme.c
7875                 allow 5 seconds for gpg to export the key
7876                 
7877
7878 2006-10-09 [colin]      2.5.3cvs26
7879
7880         * configure.ac
7881         * src/msgcache.c
7882         * src/prefs_gtk.c
7883                 Check for existence of fgets_unlocked
7884                 and fwrite_unlocked
7885
7886 2006-10-09 [paul]       2.5.3cvs25
7887
7888         * src/prefs_summaries.c
7889                 replace strftime() with fast_strftime() and in
7890                 the consequence fix the bug in the display of
7891                 AM/PM in the 'Example' string
7892
7893 2006-10-09 [ticho]      2.5.3cvs24
7894
7895         * po/sk.po
7896                 Updated (and fixed up somewhat) Slovak translation.
7897
7898 2006-10-08 [colin]      2.5.3cvs23
7899
7900         * src/prefs_folder_item.c
7901                 Explain why prefs in the top-level folder
7902                 aren't retained, but are still useful
7903
7904 2006-10-08 [colin]      2.5.3cvs22
7905
7906         * src/prefs_gtk.c
7907                 Don't cache anything if caching fails
7908
7909 2006-10-08 [colin]      2.5.3cvs21
7910
7911         * src/common/utils.c
7912                 always include gi18n.h
7913
7914 2006-10-07 [colin]      2.5.3cvs20
7915
7916         * src/plugins/pgpcore/pgp_viewer.c
7917                 Kill gpg after 5 seconds wait
7918
7919 2006-10-07 [colin]      2.5.3cvs19
7920
7921         * src/plugins/pgpcore/pgp_viewer.c
7922         * src/plugins/pgpcore/pgp_viewer.h
7923                 Fix copyright
7924
7925 2006-10-07 [colin]      2.5.3cvs18
7926
7927         * src/plugins/pgpcore/pgp_viewer.c
7928         * src/plugins/pgpcore/pgp_viewer.h
7929                 Actually add the files to CVS
7930
7931 2006-10-07 [colin]      2.5.3cvs17
7932
7933         * src/plugins/pgpcore/sgpgme.c
7934                 Be sure not to crash on 'application/pgp-signature' that
7935                 are not application/pgp-signatures
7936
7937 2006-10-07 [colin]      2.5.3cvs16
7938
7939         * src/textview.c
7940         * src/textview.h
7941                 Make a bit more of the API available
7942         * src/plugins/pgpcore/Makefile.am
7943         * src/plugins/pgpcore/plugin.c
7944         * src/plugins/pgpcore/sgpgme.c
7945                 Add basic key import/export
7946
7947 2006-10-07 [colin]      2.5.3cvs15
7948
7949         * src/folderview.c
7950         * src/imap.c
7951         * src/prefs_account.c
7952         * src/wizard.c
7953                 Warn users *everywhere* if libetpan's not
7954                 linked in
7955
7956 2006-10-06 [mones]      2.5.3cvs14
7957
7958         * po/de.po
7959         * po/es.po
7960                 updated by Stephan Sachse and me
7961
7962 2006-10-06 [colin]      2.5.3cvs13
7963
7964         * src/main.c
7965         * src/common/sylpheed.c
7966                 Don't load common plugins if --exit is passed
7967         * src/prefs_gtk.c
7968         * src/prefs_gtk.h
7969                 Implement a cache to avoid reading the same
7970                 files over and over again at startup
7971
7972 2006-10-06 [colin]      2.5.3cvs12
7973
7974         * src/summaryview.c
7975         * src/gtk/quicksearch.c
7976                 Update display every 5k mails on fast searches
7977
7978 2006-10-06 [colin]      2.5.3cvs11
7979
7980         * src/textview.c
7981                 Don't do quote folding on HTML or ERTF.
7982                 May fix the Cygwin issues if they were
7983                 happening with HTML mails?
7984
7985 2006-10-05 [colin]      2.5.3cvs10
7986
7987         * src/prefs_gtk.c
7988                 Oops, forgot one
7989
7990 2006-10-05 [colin]      2.5.3cvs9
7991
7992         * src/prefs_gtk.c
7993                 Use unlocked_stdio here too
7994
7995 2006-10-05 [colin]      2.5.3cvs8
7996
7997         * src/folderview.c
7998                 Fix go to next * after preferences apply
7999         * src/msgcache.c
8000                 Do the fd lock/unlock ourselves instead of
8001                 letting the libc do it at each write 
8002
8003 2006-10-05 [colin]      2.5.3cvs7
8004
8005         * src/common/utils.c
8006                 Faster division, thanks to Jean Diraison
8007
8008 2006-10-05 [paul]       2.5.3cvs6
8009
8010         * src/common/utils.c
8011                 fix building with --disable-nls
8012
8013 2006-10-04 [colin]      2.5.3cvs5
8014
8015         * src/folder.c
8016                 Maybe fix a segfault
8017
8018 2006-10-04 [wwp]        2.5.3cvs4
8019
8020         * src/prefs_folder_item.c
8021                 Fine-tune layouts in folder item prefs. Suggested by
8022                 Fabien Vantard <fzzzzz@gmail.com>.
8023
8024 2006-10-04 [wwp]        2.5.3cvs3
8025
8026         * src/prefs_folder_item.c
8027                 Kill the clandestine passengers. You didn't see anything.
8028
8029 2006-10-04 [wwp]        2.5.3cvs2
8030
8031         * src/prefs_folder_item.c
8032                 Add a way to test the subject simplify regexp in
8033                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8034                 w/ few layout changes.
8035
8036 2006-20-04 [paul]       2.5.3cvs1
8037
8038         * NEWS
8039         * README
8040         * configure.ac
8041                 Update version number following
8042                 stable release
8043
8044 2006-10-04 [colin]      2.5.2cvs42
8045
8046         * src/folder.c
8047         * src/folder.h
8048         * src/summaryview.c
8049                 Provide a way for folder classes to set their sort
8050                 type and key
8051
8052 2006-10-03 [colin]      2.5.2cvs41
8053
8054         * src/mh.c
8055                 Don't use strlen() to know if the
8056                 string's empty
8057
8058 2006-10-03 [colin]      2.5.2cvs40
8059
8060         * src/mh.c
8061                 Fix "check for new folders" with accentued folders
8062
8063 2006-10-03 [ticho]      2.5.2cvs39
8064
8065         * src/filtering.c
8066         * src/folder.c
8067         * src/inc.c
8068         * src/mbox.c
8069                 Colin's fix for "copy" filtering rules.
8070
8071 2006-10-02 [colin]      2.5.2cvs38
8072
8073         * src/folderview.c
8074                 Fix for double-click too
8075
8076 2006-10-02 [colin]      2.5.2cvs37
8077
8078         * src/folderview.c
8079                 correct fix for cvs36
8080
8081 2006-10-02 [colin]      2.5.2cvs36
8082
8083         * src/folderview.c
8084                 Fix 'goto next unread' after collapsing/expanding 
8085                 a node.
8086
8087 2006-10-02 [colin]      2.5.2cvs35
8088
8089         * src/summaryview.c
8090                 Fix double freeze/thaw
8091         * src/common/utils.c
8092         * src/common/utils.h
8093                 Reimplement strftime
8094         * src/procheader.c
8095                 Use it
8096
8097
8098 2006-10-02 [colin]      2.5.2cvs34
8099
8100         * src/mh.c
8101                 Time mh_write_sequences() - it's fast
8102         * src/summaryview.c
8103                 Init a variable to shut up gcc
8104
8105 2006-10-01 [colin]      2.5.2cvs33
8106
8107         * src/folder.c
8108         * src/mh.c
8109         * src/mh.h
8110         * src/msgcache.c
8111                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8112                 Add fsync but disable it, it's slow as hell
8113
8114 2006-10-01 [colin]      2.5.2cvs32
8115
8116         * src/mh.c
8117         * src/msgcache.c
8118                 fflush() caches and mh_sequences before
8119                 fclose()ing
8120
8121 2006-10-01 [colin]      2.5.2cvs31
8122
8123         * src/msgcache.c
8124                 Don't ftruncate when not using mmap
8125
8126 2006-09-30 [colin]      2.5.2cvs30
8127
8128         * src/main.c
8129                 Write folder list *after* saving caches
8130
8131 2006-09-30 [colin]      2.5.2cvs29
8132
8133         * src/folder.c
8134         * src/mh.c
8135                 Debug forced mtime changes
8136
8137 2006-09-30 [colin]      2.5.2cvs28
8138
8139         * src/folder.c
8140         * src/main.c
8141                 Remove useless debug_print()s (code
8142                 well-tested)
8143
8144 2006-09-30 [colin]      2.5.2cvs27
8145
8146         * src/mh.c
8147                 Do stuff faster when writing mh_sequences
8148
8149 2006-09-30 [colin]      2.5.2cvs26
8150
8151         * src/mh.c
8152                 Don't let the writing of .mh_sequences, which
8153                 can change the folder's mtime, let us think
8154                 we need to scan.
8155
8156 2006-09-30 [colin]      2.5.2cvs25
8157
8158         * src/folder.c
8159                 Move a debug_print where it belongs 
8160                 (processing)
8161         * src/summaryview.c
8162                 Don't mess with a huge slow subject
8163                 table if we're not threading by
8164                 subject
8165
8166 2006-09-30 [colin]      2.5.2cvs24
8167
8168         * src/msgcache.c
8169                 Reenable mmaped reads (*not* writes!)
8170         * src/procmsg.c
8171                 Don't destroy and recreate hashtables just
8172                 for fun
8173         * src/common/utils.c
8174                 Remove useless reply prefixes (it's case
8175                 unsensitive)
8176
8177 2006-09-30 [wwp]        2.5.2cvs23
8178
8179         * tools/fix_date.sh
8180                 Fixed a minor bug in date value extraction, added a switch
8181                 to replace non RFC-compliant Date: value, added a switch
8182                 to use strict RFC matching patterns for dates.
8183
8184 2006-09-29 [colin]      2.5.2cvs22
8185
8186         * src/matcher_parser.h
8187         * src/matcher_parser_parse.y
8188         * src/prefs_filtering.c
8189         * src/statusbar.c
8190         * src/summary_search.c
8191         * src/summaryview.c
8192         * src/gtk/quicksearch.c
8193         * src/gtk/quicksearch.h
8194                 Optimise searches by setting different
8195                 refresh intervals (depending if the 
8196                 search is fast or not)
8197
8198 2006-09-29 [colin]      2.5.2cvs21
8199
8200         * src/codeconv.c
8201                 Optimise by reusing the last iconv converter
8202                 if possible
8203         * src/textview.c
8204                 Optimise a bit (the foldable quotes feature
8205                 still has an awful O(n^2) algo
8206
8207 2006-09-29 [colin]      2.5.2cvs20
8208
8209         * src/gtk/gtksctree.c
8210         * src/gtk/gtksctree.h
8211                 Optimise de-selection via up/down or
8212                 another key
8213
8214 2006-09-28 [colin]      2.5.2cvs19
8215
8216         * src/action.c
8217         * src/compose.c
8218         * src/folderview.c
8219         * src/mainwindow.c
8220         * src/messageview.c
8221         * src/summary_search.c
8222         * src/toolbar.c
8223                 Avoid using summaryview->ctree directly
8224
8225 2006-09-28 [colin]      2.5.2cvs18
8226
8227         * src/summaryview.c
8228         * src/summaryview.h
8229                 Add helpers to freeze/thaw/grab_focus
8230                 Factorize calls to freeze/thaw/grab_focus
8231                 
8232
8233 2006-09-28 [colin]      2.5.2cvs17
8234
8235         * src/main.c
8236                 More guards for the session management
8237
8238 2006-09-28 [colin]      2.5.2cvs16
8239
8240         * src/folderview.c
8241         * src/gtk/gtksctree.c
8242         * src/gtk/gtksctree.h
8243                 Make expanding not recursive in folderview
8244
8245 2006-09-28 [colin]      2.5.2cvs15
8246
8247         * src/addressbook.c
8248                 If nothing is selected in the list (right part)
8249                 and a group is selected in the tree (left part),
8250                 mail this group.
8251
8252 2006-09-28 [colin]      2.5.2cvs14
8253
8254         * src/Makefile.am
8255                 Actually use SM_LIBS
8256
8257 2006-09-28 [ticho]      2.5.2cvs13
8258
8259         * src/export.c
8260         * src/messageview.c
8261         * src/mimeview.c
8262         * src/news.c
8263         * src/pop.c
8264         * src/prefs_themes.c
8265         * src/procmsg.c
8266                 Small i18n string optimization.
8267         * src/send_message.c
8268         * src/summaryview.c
8269         * src/common/session.c
8270         * src/common/smtp.c
8271         * src/common/ssl_certificate.c
8272         * src/common/utils.c
8273                 Use "Couldn't" instead of "Can't" in UI messages,
8274                 where appropriate.
8275
8276 2006-09-28 [colin]      2.5.2cvs12
8277
8278         * configure.ac
8279                 Possibly fix link errors
8280
8281 2006-09-27 [wwp]        2.5.2cvs11
8282
8283         * src/gtk/authors.h
8284         * doc/man/sylpheed-claws.1
8285         * manual/ack.xml
8286         * manual/es/ack.xml
8287         * manual/fr/ack.xml
8288         * manual/pl/ack.xml
8289                 Updated authors info (me, myself and I).
8290
8291 2006-09-27 [colin]      2.5.2cvs10
8292
8293         * src/addressbook.c
8294                 Remove useless printf
8295
8296 2006-09-27 [wwp]        2.5.2cvs9
8297
8298         * src/editgroup.c
8299         * src/send_message.c
8300         * src/inc.c
8301         * src/prefs_common.c
8302         * src/prefs_common.h
8303         * src/gtk/progressdialog.c
8304                 remember more windows' sizes (send dialog, received dialog,
8305                 edit group in addressbook).
8306
8307 2006-09-27 [colin]      2.5.2cvs8
8308
8309         * configure.ac
8310         * src/main.c
8311         * src/mainwindow.h
8312                 Use libSM to communicate with the session
8313                 manager, so that we can know when the 
8314                 session ends, save our caches, and draft
8315                 our compose windows.
8316
8317 2006-09-27 [colin]      2.5.2cvs7
8318
8319         * src/addressbook.c
8320                 Fix issues:
8321                 o Allow Book and Group creation from the tree's
8322                   contextual menu
8323                 o Do not actually delete the contacts when 
8324                   deleting groups from the tree (duh!)
8325
8326 2006-09-27 [colin]      2.5.2cvs6
8327
8328         * src/compose.c
8329         * src/compose.h
8330         * src/mainwindow.c
8331         * src/textview.c
8332         * src/toolbar.c
8333                 o Allow passing an email address to 
8334                   compose_new_with_folderitem
8335                 o Update callers
8336                 o Use current folderitem when clicking
8337                   on a TextView mailto: link
8338                 o Fix a possible leak in TextView
8339
8340 2006-09-27 [colin]      2.5.2cvs5
8341
8342         * src/html.c
8343                 Use UTF-8 chars to replace HTML entities
8344
8345 2006-09-27 [colin]      2.5.2cvs4
8346
8347         * AUTHORS
8348         * src/prefs_account.c
8349         * src/gtk/authors.h
8350                 Fix bug #1024 (Array index out of
8351                 range in sylpheed-claws-2.5.2)
8352                 Patch by Ales Nosek <anosek@suse.cz>
8353
8354 2006-09-27 [colin]      2.5.2cvs3
8355
8356         * src/addr_compl.c
8357                 Actually do the test
8358
8359 2006-09-27 [colin]      2.5.2cvs2
8360
8361         * src/addr_compl.c
8362         * src/addr_compl.h
8363                 Allow completing with comma (in certain cases: vCalendar
8364                 for example doesn't support that)
8365                 Patch by Fabien Vantard
8366
8367 2006-09-26 [colin]      2.5.2cvs1
8368
8369         * src/Makefile.am
8370         * src/addr_compl.c
8371         * src/addr_compl.h
8372         * src/addrbook.c
8373         * src/addrbook.h
8374         * src/addressbook.c
8375         * src/addrindex.c
8376         * src/addrindex.h
8377         * src/compose.c
8378         * src/prefs_common.c
8379         * src/prefs_filtering_action.c
8380         * src/prefs_folder_item.c
8381         * src/prefs_template.c
8382         * src/stock_pixmap.c
8383         * src/stock_pixmap.h
8384         * src/pixmaps/addr_one.xpm
8385         * src/pixmaps/addr_two.xpm
8386                 Add auto-completion on groups
8387
8388 2006-09-26 [colin]      2.5.2
8389
8390         * NEWS
8391         * README
8392         * RELEASE_NOTES
8393                 2.5.2 released
8394
8395 2006-09-26 [colin]      2.5.1cvs5
8396
8397         * src/matcher.c
8398                 Fix condition
8399
8400 2006-09-26 [colin]      2.5.1cvs4
8401
8402         * src/mbox.c
8403                 Revert cvs1 (useless as the message is printed 
8404                 every 500 mails)
8405
8406 2006-09-26 [colin]      2.5.1cvs3
8407
8408         * src/partial_download.c
8409                 Fix crasher found by Alexsandar Urosevic
8410
8411 2006-09-26 [colin]      2.5.1cvs2
8412
8413         * src/summaryview.c
8414                 Fix bug #1023 (Sylpheed deletes too much messages)
8415
8416 2006-09-26 [ticho]      2.5.1cvs1
8417
8418         * src/mbox.c
8419                 Make use of gettext's multiple plurals for statusbar
8420                 progress message.
8421
8422 2006-09-25 [paul]       2.5.1
8423
8424         * NEWS
8425         * README
8426         * RELEASE_NOTES
8427                 2.5.1 released
8428
8429 2006-09-25 [colin]      2.5.0cvs3
8430
8431         * src/plugins/bogofilter/bogofilter.c
8432         * src/plugins/clamav/clamav_plugin.c
8433         * src/plugins/spamassassin/spamassassin.c
8434                 BogoFilter, Spamassassin: Fix double hook registering after
8435                 visiting preferences
8436                 Spamassassin, Clamav: Just set the mails to move instead of
8437                 doing the move - caller will move the things at once.
8438
8439 2006-09-25 [colin]      2.5.0cvs2
8440
8441         * src/imap.c
8442         * src/etpan/imap-thread.c
8443                 Use UID SEARCH ALL instead of UID 1:*
8444                 (braindead servers can't figure out that's
8445                 the same...)
8446
8447 2006-09-25 [wwp]        2.5.0cvs1
8448
8449         * src/message_search.c
8450                 Added the ability to stop a running search (in message body).
8451
8452 2006-09-25 [paul]       2.5.0
8453
8454         * NEWS
8455         * README
8456         * RELEASE_NOTES
8457                 2.5.0 released
8458
8459 2006-09-25 [paul]       2.4.0cvs214
8460
8461         * po/cs.po
8462         * po/de.po
8463         * po/fi.po
8464         * po/fr.po
8465         * po/nl.po
8466         * po/pt_BR.po
8467         * po/sk.po
8468         * po/sr.po
8469         * po/zh_CN.po
8470                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8471                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8472                 Ticho, Aleksander Urosevic, Ralgh Young
8473
8474 2006-09-24 [mones]      2.4.0cvs213
8475
8476         * po/es.po
8477                 Updated for release
8478
8479 2006-09-23 [colin]      2.4.0cvs212
8480
8481         * src/gtk/inputdialog.c
8482                 Fix [ ] remember this appearing in normal
8483                 input dialogs after it's been used by
8484                 mimeview.
8485         * src/folder.c
8486         * src/folderview.c
8487         * src/msgcache.c
8488         * src/procmsg.c
8489         * src/summaryview.c
8490         * src/textview.c
8491         * src/common/timing.h
8492                 Enable timings in debug mode and make it
8493                 look prettier.
8494
8495 2006-09-22 [colin]      2.4.0cvs211
8496
8497         * README
8498                 Revert test change
8499         * commitHelper
8500                 ping the correct URI
8501
8502 2006-09-22 [colin]      2.4.0cvs210
8503
8504         * README
8505                 Let's see if bug #1022 is fixed
8506
8507 2006-09-21 [colin]      2.4.0cvs209
8508
8509         * src/wizard.c
8510         * src/common/plugin.c
8511                 Prepare infra to load predefined plugins when
8512                 no configuration existed. Don't actually load
8513                 anything yet (feat. freeze)
8514
8515 2006-09-21 [wwp]        2.4.0cvs208
8516
8517         * manual/fr/faq.xml
8518                 Partial sync w/ 2.4.0cvs72:
8519                 wrap file and minor updates.
8520
8521 2006-09-21 [wwp]        2.4.0cvs207
8522
8523         * tools/fix_date.sh
8524                 several fixes and enhancements. A new --force switch has been
8525                 added to prevent overriding by default Date: header when
8526                 already existing.
8527
8528 2006-09-21 [paul]       2.4.0cvs206
8529
8530         * src/common/utils.c
8531                 add Chinese UTF8 Re prefix
8532
8533 2006-09-21 [wwp]        2.4.0cvs205
8534
8535         * tools/Makefile.am
8536                 Fics alfabettical order.
8537
8538 2006-09-21 [wwp]        2.4.0cvs204
8539
8540         * tools/fix_date.sh
8541         * tools/Makefile.am
8542                 Added an action tool to fix missing Date field in emails.
8543                 Updated Makefile.am to reflect those last two additions.
8544
8545 2006-09-21 [wwp]        2.4.0cvs203
8546
8547         * tools/uuooffice
8548                 Added a action tool to open uuencoded docs w/
8549                 OpenOffice (based on uudec method).
8550
8551 2006-09-21 [colin]      2.4.0cvs202
8552
8553         * src/compose.c
8554         * src/textview.c
8555                 Workaround possible GTK crash: remove selection 
8556                 clipboard before destroying widget, or GTK+-2.10
8557                 dies. Thanks to Hiro.
8558
8559 2006-09-20 [colin]      2.4.0cvs201
8560
8561         * src/compose.c
8562                 Fix free-after-use in some cases (when 
8563                 procmime_encode_content() frees mimeinfo->data.mem
8564                 and turns it to a temp file)
8565
8566 2006-09-20 [colin]      2.4.0cvs200
8567
8568         * src/folderview.c
8569         * src/summaryview.c
8570         * src/gtk/gtksctree.c
8571         * src/gtk/gtksctree.h
8572                 Add tooltips in the folderview and summaryview
8573                 (Doesn't break string freeze as they already
8574                 exist)
8575         * src/toolbar.c
8576                 Put the spam button in the default configuration
8577                 if compiled with bogo plugin too
8578
8579 2006-09-19 [colin]      2.4.0cvs199
8580
8581         * src/summaryview.c
8582         * src/summaryview.h
8583                 Update folder name label on folder rename
8584         * src/prefs_matcher.c
8585         * src/gtk/logwindow.h
8586                 Fix warnings
8587                 Patches by Fabien
8588
8589 2006-09-19 [wwp]        2.4.0cvs198
8590
8591         * src/summary_search.c
8592                 fix can't click forward/backward buttons in the
8593                 search messages.
8594
8595 2006-09-18 [paul]       2.4.0cvs197
8596
8597         * src/wizard.c
8598                 add missing bracket, capitalise the A of
8599                 'SpamAssassin'
8600
8601 2006-09-18 [paul]       2.4.0cvs196
8602
8603         * src/compose.c
8604                 fix bug 1012 'crashed upon sending mail
8605                 from compose window'
8606                 Thanks to Colin
8607
8608 2006-09-16 [colin]      2.4.0cvs195
8609
8610         * src/folderview.c
8611                 Fix "real-time" sorting by freezing/thawing
8612
8613 2006-09-16 [colin]      2.4.0cvs194
8614
8615         * manual/faq.xml
8616                 Fix the anti-spam entry a bit
8617
8618 2006-09-16 [colin]      2.4.0cvs193
8619
8620         * src/wizard.c
8621                 Make sure reviewers have no excuse when stating
8622                 Sylpheed-Claws doesn't have antispam capabilities.
8623
8624 2006-09-16 [colin]      2.4.0cvs192
8625
8626         * src/main.c
8627                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8628                 as if the SIGPIPE comes from etpan's thread we could
8629                 trigger a GUI update from this thread.
8630
8631 2006-09-16 [colin]      2.4.0cvs191
8632
8633         * src/summaryview.c
8634                 Init all members of the struct
8635
8636 2006-09-16 [paul]       2.4.0cvs190
8637
8638         * src/account.c
8639                 improvements to the English
8640
8641 2006-09-15 [colin]      2.4.0cvs189
8642
8643         * src/summaryview.c
8644                 HIG order on dialog
8645
8646 2006-09-14 [colin]      2.4.0cvs188
8647
8648         * src/common/socket.c
8649         * src/common/socket.h
8650         * src/common/ssl.c
8651         * src/common/ssl_certificate.c
8652         * src/common/ssl_certificate.h
8653         * src/etpan/imap-thread.c
8654                 the get_fqdn() call done to get canonical name when
8655                 checking an SSL certificate is blocking, which is
8656                 sad as we just did a non-blocking lookup to connect.
8657                 Fix that by letting the fqdn available to the SockInfo,
8658                 and use that in ssl_certificate_check(). For IMAP,
8659                 we don't do it as the lookup's done by libetpan, but
8660                 it's less annoying as IMAP connections as much more
8661                 rare than POP3 connections.
8662
8663 2006-09-14 [paul]       2.4.0cvs187
8664
8665         * manual/advanced.xml
8666                 improvements to the English,
8667                 properly place the new hidden options
8668                 within the alphabetical order
8669         * src/gtk/pluginwindow.c
8670                 improvements to the English
8671
8672 2006-09-14 [colin]      2.4.0cvs186
8673
8674         * src/prefs_common.c
8675         * src/prefs_common.h
8676         * src/gtk/gtksctree.c
8677         * manual/advanced.xml
8678                 New hidden pref, stripes_color_offset, to change
8679                 the value added/substracted to normal bgcolor to
8680                 create the stripes in summaries
8681
8682 2006-09-13 [colin]      2.4.0cvs185
8683
8684         * src/gedit-print.c
8685         * src/messageview.c
8686         * src/messageview.h
8687         * src/summaryview.c
8688         * src/textview.c
8689                 Fix misc. printing issues: 
8690                 - Bad font for linkified headers
8691                 - Different font if the mail was displayed or not
8692                 - Factorize the thing
8693
8694 2006-09-13 [colin]      2.4.0cvs184
8695
8696         * src/common/ssl_certificate.c
8697                 Only get FQDN once when checking certificate
8698
8699 2006-09-13 [colin]      2.4.0cvs183
8700
8701         * src/account.c
8702         * src/gtk/pluginwindow.c
8703                 Misc. GUI fixes by Fabien
8704
8705 2006-09-13 [wwp]        2.4.0cvs182
8706
8707         * configure.ac
8708         * src/common/utils.h
8709         * src/common/utils.c
8710                 get rid of unused wide-char functions.
8711
8712 2006-09-13 [wwp]        2.4.0cvs181
8713
8714         * src/plugins/pgpinline/sylpheed.def
8715         * src/textview.c
8716                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8717                 add privacy_reset_error to the .def file,
8718                 do not fork for an external textviewer.
8719
8720 2006-09-13 [wwp]        2.4.0cvs180
8721
8722         * src/prefs_common.c
8723                 fix broken font entry in prefs (patch issued by the gpg4win team,
8724                 probably by Marcus Brinkmann <marcus@g10code.de>).
8725
8726 2006-09-13 [colin]      2.4.0cvs179
8727
8728         * src/folder.h
8729                 Fix a warning in summaryview.c
8730         * src/mainwindow.c
8731         * src/summaryview.c
8732         * src/summaryview.h
8733                 Add missing Mark/* elements in the
8734                 main menu
8735
8736 2006-09-12 [colin]      2.4.0cvs178
8737
8738         * src/prefs_actions.c
8739         * src/prefs_filtering_action.c
8740         * src/prefs_matcher.c
8741                 Use (New) instead of New everywhere
8742
8743 2006-09-12 [wwp]        2.4.0cvs177
8744
8745         * manual/fr/addrbook.xml
8746         * manual/fr/handling.xml
8747                 updated some quotes in the fr manual to match the fr translation.
8748
8749 2006-09-12 [wwp]        2.4.0cvs176
8750
8751         * src/prefs_matcher.c
8752                 don't store translated string elements in matcher expressions.
8753                 Also fixed a misused of Q_().
8754
8755 2006-09-11 [wwp]        2.4.0cvs175
8756
8757         * src/plugins//bogofilter/bogofilter.c
8758         * src/plugins//clamav/clamav_plugin.c
8759         * src/plugins//demo/demo.c
8760         * src/plugins//dillo_viewer/dillo_viewer.c
8761         * src/plugins//pgpcore/plugin.c
8762         * src/plugins//pgpinline/plugin.c
8763         * src/plugins//pgpmime/plugin.c
8764         * src/plugins//spamassassin/spamassassin.c
8765                 gettext-ize more strings (mostly plugin error messages).
8766
8767 2006-09-11 [colin]      2.4.0cvs174
8768
8769         * src/alertpanel.c
8770                 Make maximum buffer size bigger to avoid
8771                 truncating translated messages. Patch by
8772                 Fabien
8773
8774 2006-09-11 [colin]      2.4.0cvs173
8775
8776         * src/etpan/imap-thread.c
8777                 Fix compilation on OpenBSD, thanks to 
8778                 Landry
8779
8780 2006-09-10 [wwp]        2.4.0cvs172
8781
8782         * manual/account.xml
8783         * manual/addrbook.xml
8784         * manual/handling.xml
8785         * manual/es/handling.xml
8786         * manual/fr/account.xml
8787         * manual/fr/addrbook.xml
8788         * manual/fr/handling.xml
8789                 documented addressbook matching (condition configuration):
8790                   addrbook.xml, en fr
8791                 documented per-account filtering rules (handling/filtering
8792                   section, account section):
8793                   account.xml, handling.xml, en fr
8794                 slightly updated the handling/searching section to tell few
8795                   words about the extended search ability:
8796                   handling.xml, en fr
8797                 added missing <quote></quotes> to Quick Search:
8798                   handling.xml, en fr es
8799                 fixed a typo (auomatically):
8800                   handling.xml, en
8801                 changes revisited by Paul.
8802
8803 2006-09-10 [paul]       2.4.0cvs171
8804
8805         * src/prefs_actions.c
8806         * src/prefs_filtering.c
8807         * src/prefs_template.c
8808                 adjustments to the gui
8809                 Patch by Fabien Vantard (slightly modified)
8810
8811 2006-09-10 [colin]      2.4.0cvs170
8812
8813         * src/summaryview.c
8814                 Check folderitem/summaryview consistency
8815                 (basically automates Update summary). Fixes
8816                 #1011 (wrong (negative) count on unread 
8817                 messages)
8818
8819 2006-09-10 [colin]      2.4.0cvs169
8820
8821         * src/gtk/gtksctree.c
8822                 Fix recursive expansion via mouse
8823         * src/plugins/bogofilter/bogofilter.c
8824                 Use normal filtering way of moving
8825                 messages (batching), possibly fixing
8826                 bug #1015 (Bogofilter plugin doubles 
8827                 new messages)
8828
8829 2006-09-09 [wwp]        2.4.0cvs168
8830
8831         * src/prefs_filtering.c
8832                 better place for this fix.
8833
8834 2006-09-09 [wwp]        2.4.0cvs167
8835
8836         * src/prefs_filtering.c
8837                 fix a minor bug when the enabled status of a filtering/processing
8838                 rule always got set to TRUE when replacing this rule. That still
8839                 make sense when adding a new rule, but now when replacing, we
8840                 don't override the value of 'enabled'.
8841                 Also renamed the func prefs_filtering_list_view_get_rule_name()
8842                 to prefs_filtering_list_view_get_info() as this function not only
8843                 returns the name, but also the account_id and the enabled status.
8844
8845 2006-09-09 [mones]      2.4.0cvs166
8846
8847         * manual/glossary.xml
8848         * manual/plugins.xml
8849                 Minor format corrections
8850         * manual/gpl.xml
8851                 Fix misplaced NO WARRANTY section
8852         * manual/es/advanced.xml
8853         * manual/es/faq.xml
8854         * manual/es/glossary.xml
8855         * manual/es/gpl.xml
8856         * manual/es/handling.xml
8857         * manual/es/plugins.xml
8858         * manual/es/starting.xml
8859                 Incorporate changes from English version
8860         * manual/fr/ack.xml
8861         * manual/pl/ack.xml
8862         * manual/es/ack.xml
8863                 Fix address, (add translation credits in es version)
8864         * po/es.po
8865                 Updated translation
8866
8867 2006-09-09 [wwp]        2.4.0cvs165
8868
8869         * src/prefs_filtering.c
8870                 fix a crash when opening filtering prefs, if matcherrc file contains
8871                 broken data (non-existing account id, which is theoretically not
8872                 possible).
8873
8874 2006-09-08 [colin]      2.4.0cvs164
8875
8876         * src/folder.c
8877                 Wrong assert, make it an if()
8878         * src/gtk/gtksctree.c
8879                 Fix bug #1013 (expand selected thread 
8880                 tree) - expanding is now recursive
8881
8882 2006-09-07 [wwp]        2.4.0cvs163
8883
8884         * src/prefs_matcher.c
8885                 make better sentences about addressbook matching in the
8886                 matcher prefs. This should make translators' work easier
8887                 too.
8888
8889 2006-09-07 [wwp]        2.4.0cvs162
8890
8891         * src/prefs_filtering.c
8892                 code simplification (get rid of dup var. assignment).
8893
8894 2006-09-07 [wwp]        2.4.0cvs161
8895
8896         * src/summaryview.c
8897                 use GTK_STOCK icons when possible, patch by Fabien Vantard
8898                 <fzzzzz@gmail.com>.
8899
8900 2006-09-07 [paul]       2.4.0cvs160
8901
8902         * src/mimeview.c
8903                 fix compilation warnings
8904                 Thanks to Colin
8905
8906 2006-09-07 [paul]       2.4.0cvs159
8907
8908         * src/mimeview.c
8909                 select the mimepart icon when
8910                 displaying as text
8911                 Thanks to Colin
8912
8913 2006-09-06 [paul]       2.4.0cvs158
8914
8915         * src/prefs_filtering.c
8916                 fix labels and table element spacing
8917                 Patch by Fabien Vantard
8918
8919 2006-09-06 [paul]
8920
8921         2.5.0-rc3 released
8922
8923 2006-09-06 [paul]       2.4.0cvs157
8924
8925         * manual/es/advanced.xml
8926                 fix typo
8927
8928 2006-09-06 [wwp]        2.4.0cvs156
8929
8930         * src/mainwindow.c
8931                 fix an dup launch issue when iconified, thanks to Colin.
8932
8933 2006-09-06 [wwp]        2.4.0cvs155
8934
8935         * src/gtk//gtksctree.h
8936                 oops, forgot that one!
8937
8938 2006-09-06 [wwp]        2.4.0cvs154
8939
8940         * manual/pl/advanced.xml
8941         * manual/advanced.xml
8942         * manual/es/advanced.xml
8943         * manual/fr/advanced.xml
8944         * src/prefs_customheader.c
8945         * src/prefs_filtering_action.c
8946         * src/foldersel.c
8947         * src/prefs_summaries.c
8948         * src/prefs_filtering.c
8949         * src/account.c
8950         * src/compose.c
8951         * src/prefs_summary_column.c
8952         * src/addr_compl.c
8953         * src/prefs_actions.c
8954         * src/prefs_folder_column.c
8955         * src/ssl_manager.c
8956         * src/prefs_template.c
8957         * src/prefs_display_header.c
8958         * src/prefs_common.h
8959         * src/prefs_matcher.c
8960         * src/prefs_common.c
8961         * src/prefs_toolbar.c
8962         * src/summaryview.c
8963         * src/folderview.c
8964         * src/gtk/gtksctree.c
8965         * src/gtk/pluginwindow.c
8966         * src/gtk/progressdialog.c
8967         * src/gtk/prefswindow.c
8968                 renamed hidden option enable_rules_hint to use_stripes_everywhere
8969                 to make its meaning more obvious (all versions of the manual reflect
8970                 the change).
8971                 added an extra hidden option use_stripes_in_summary to allow
8972                 discarding these stripes in mainwindow's folder and message lists;
8973                 en and fr manuals only are OK towards this.
8974
8975 2006-09-06 [colin]      2.4.0cvs153
8976
8977         * src/textview.c
8978                 Hide Sylpheed-Claws' internal queue headers
8979                 when showing all headers. They'll be present
8980                 only in Source window.
8981
8982 2006-09-05 [colin]      2.4.0cvs152
8983
8984         * src/plugins/trayicon/trayicon.c
8985                 Fix crash at exit - we have to disconnect
8986                 our handlers
8987         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8988                 Update eggtrayicon - patch adapted from a
8989                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
8990                 on Sylpheed's ML
8991
8992 2006-09-05 [colin]      2.4.0cvs151
8993
8994         * src/mainwindow.c
8995         * src/gtk/logwindow.c
8996                 Fix race condition when something writes
8997                 to the log too soon during init. Thanks
8998                 to Fabien Vantard
8999
9000 2006-09-05 [colin]      2.4.0cvs150
9001
9002         * src/mimeview.c
9003                 Don't select part on right-click either
9004
9005 2006-09-05 [paul]       2.4.0cvs149
9006
9007         * src/mimeview.c
9008                 completion of previous commit
9009                 Thanks to Colin
9010
9011 2006-09-05 [colin]      2.4.0cvs148
9012
9013         * src/mimeview.c
9014                 Don't force selection on middle-click, just open
9015
9016 2006-09-04 [colin]      2.4.0cvs147
9017
9018         * src/mimeview.c
9019                 Looks like gtk_notebook_set_current_page()
9020                 sometimes steals focus, and this annoys us
9021                 in MimeViewers as it renders navigation
9022                 keys useless. Take back focus after switching
9023                 pages.
9024
9025 2006-09-04 [colin]      2.4.0cvs146
9026
9027         * src/messageview.c
9028                 Set stop_loading when clicking on Next
9029                 during load. Don't add a callback to 
9030                 avoid over-complicating things.
9031
9032 2006-09-04 [colin]      2.4.0cvs145
9033
9034         * src/mimeview.c
9035         * src/messageview.c
9036                 Fix multiple loads in separate messageview
9037
9038 2006-09-04 [colin]      2.4.0cvs144
9039
9040         * src/summaryview.c
9041                 Let navigation keys be handled during 
9042                 load
9043
9044 2006-09-04 [colin]      2.4.0cvs143
9045
9046         * src/messageview.c
9047         * src/summaryview.c
9048         * src/textview.c
9049         * src/textview.h
9050                 Make loading of huge mails (lots of text and/or
9051                 images) cancellable, so the GUI doesn't block 
9052
9053 2006-09-04 [colin]      2.4.0cvs142
9054
9055         * src/plugins/trayicon/trayicon.c
9056                 Fix annoyance when removing a folder with 
9057                 unread mails: trayicon didn't update
9058
9059 2006-09-04 [paul]       2.4.0cvs141
9060
9061         * src/gtk/icon_legend.c
9062                 straighten up columns
9063                 Patch by Fabien Vantard
9064
9065 2006-09-04 [wwp]        2.4.0cvs140
9066
9067         * src/prefs_filtering.c
9068                 fix new line's account name in filtering prefs:
9069                 was "All", is now "(New)".
9070
9071 2006-09-04 [paul]       2.4.0cvs139
9072
9073         * tools/make.themes.project
9074                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9075                 instead of homebrewed "make release"
9076
9077 2006-09-03 [colin]      2.4.0cvs138
9078
9079         * src/folderview.c
9080                 Fix bug #1007 (Wrong folder highlighted)
9081
9082 2006-09-03 [colin]      2.4.0cvs137
9083
9084         * src/compose.c
9085                 Don't set Newsgroup: header to a mail folder
9086                 path
9087
9088 2006-09-03 [paul]       2.4.0cvs136
9089
9090         * src/prefs_other.c
9091         * src/prefs_spelling.c
9092                 unify the gui
9093
9094 2006-09-03 [paul]       2.4.0cvs135
9095
9096         * src/prefs_summaries.c
9097                 correct menu item text in prefs_keybind_apply_clicked()
9098
9099 2006-09-03 [paul]       2.4.0cvs134
9100
9101         * manual/advanced.xml
9102                 some improvements to the descriptions
9103         * src/mainwindow.c
9104         * src/messageview.c
9105         * src/summaryview.c
9106         * src/gtk/menu.c
9107                 fix menu sensitivity issues
9108         * src/prefs_message.c
9109                 drop the useless word 'short'
9110         * src/prefs_other.c
9111                 add the word 'lines' indicating log length
9112                 is a measure of lines
9113         * src/textview.c
9114                 fix compilation warnings
9115
9116 2006-09-02 [colin]      2.4.0cvs133
9117
9118         * src/messageview.c
9119                 Display a special return-receipt message
9120                 if the message is from the user
9121         * src/summaryview.c
9122                 Fix missing freeze of the list when marking
9123                 all read and unthreading for exec. Thanks
9124                 to Stephan Sachse.
9125
9126 2006-09-02 [paul]       2.4.0cvs132
9127
9128         * src/mainwindow.c
9129         * src/prefs_message.c
9130         * src/summaryview.c
9131                 fix some english
9132
9133 2006-09-02 [wwp]        2.4.0cvs131
9134
9135         * src/prefs_filtering.c
9136                 added an account name column to the filtering rules
9137                 dialog.
9138
9139 2006-09-02 [colin]      2.4.0cvs130
9140
9141         * src/gtk/logwindow.c
9142         * src/gtk/logwindow.h
9143                 Block scrolling if we're not at the end
9144                 of the log
9145
9146 2006-09-02 [colin]      2.4.0cvs129
9147
9148         * src/folder.c
9149                 Make sure account-specific rules can't
9150                 be used in {pre-,post-,}processing
9151         * src/mainwindow.c
9152         * src/gtk/logwindow.c
9153         * src/gtk/logwindow.h
9154                 Jump to last error when clicking on the
9155                 warning icon
9156
9157 2006-09-02 [colin]      2.4.0cvs128
9158
9159         * src/imap.c
9160         * src/import.c
9161         * src/mainwindow.c
9162         * src/mainwindow.h
9163                 Fix warning icon
9164         * src/inc.c
9165         * src/mbox.c
9166         * src/mbox.h
9167                 Let proc_mbox know its account, for
9168                 account-specific rules
9169
9170 2006-09-01 [colin]      2.4.0cvs127
9171
9172         * src/codeconv.c
9173                 Don't uselessly use iconv to convert from
9174                 us-ascii
9175         * src/alertpanel.c
9176         * src/mainwindow.c
9177         * src/mainwindow.h
9178         * src/inc.c
9179                 Fix certain log cases, disable warning icon
9180                 for now, the correct way to display it when
9181                 necessary and only when necessary is probably
9182                 to do it manually rather than use error logs
9183         * src/etpan/imap-thread.c
9184                 Clean up UID logging a bit
9185         * src/gtk/logwindow.c
9186         * src/gtk/logwindow.h
9187                 Make logging faster when the window's closed
9188
9189 2006-09-01 [wwp]        2.4.0cvs126
9190
9191         * manual/fr/account.xml
9192                 reflect changes to the ref. manual (parts of cvs72):
9193                 fix tabnames and quotes.
9194
9195 2006-09-01 [wwp]        2.4.0cvs125
9196
9197         * manual/fr/plugins.xml
9198                 reflect changes to the reference manual (cvs42):
9199                 update IRC channel info.
9200
9201 2006-09-01 [wwp]        2.4.0cvs124
9202
9203         * commitHelper
9204                 use CVSEDITOR env. var. if set, according to `man cvs`.
9205
9206 2006-09-01 [wwp]        2.4.0cvs123
9207
9208         * manual/advanced.xml
9209                 better sentence again (thanks to Paul).
9210
9211 2006-09-01 [wwp]        2.4.0cvs122
9212
9213         * manual/advanced.xml
9214         fix definition of toolbar_detachable and rework a bit the one of
9215         enable_dotted_lines.
9216
9217 2006-09-01 [mones]      2.4.0cvs121
9218
9219         * manual/advanced.xml
9220                 Document enable_dotted_lines
9221
9222 2006-09-01 [paul]       2.4.0cvs120
9223
9224         * src/folderview.c
9225         * src/folderview.h
9226         * src/imap.c
9227         * src/mainwindow.c
9228         * src/summaryview.c
9229                 obey the 'When entering folder...' option
9230                 when using the /View/Go to/... menu items
9231                 Thanks to Colin
9232
9233 2006-08-31 [colin]      2.4.0cvs119
9234
9235         * src/folderview.c
9236                 Revert 2.4.0cvs116, wrong fix.
9237
9238 2006-08-31 [colin]      2.4.0cvs118
9239
9240         * src/gtk/gtksctree.c
9241                 Better state the various copyrights
9242
9243 2006-08-31 [colin]      2.4.0cvs117
9244
9245         * src/prefs_common.c
9246                 fix enable_dotted_lines
9247
9248 2006-08-31 [colin]      2.4.0cvs116
9249
9250         * src/folderview.c
9251                 Use pref "Always open on select" when going
9252                 to next unread folder
9253         * src/gtk/gtksctree.c
9254                 Fix link failure to _gtk_clist_create_cell_layout
9255                 on certain computers. (Why not mine, I wonder)
9256
9257 2006-08-31 [colin]      2.4.0cvs115
9258
9259         * src/procmsg.c
9260         * src/textview.c
9261         * src/plugins/bogofilter/bogofilter.c
9262         * src/plugins/spamassassin/spamassassin.c
9263                 Requalify some "errors" to warnings
9264         * src/mainwindow.c
9265         * src/mainwindow.h
9266         * src/statusbar.c
9267                 Add an icon in the statusbar to notify
9268                 of errors
9269         * src/gtk/gtksctree.c
9270         * src/folderview.c
9271         * src/summaryview.c
9272                 Make the GtkSCTree look more modern by
9273                 alternating background lines
9274         * src/prefs_common.c
9275         * src/prefs_common.h
9276                 Add a pref to let people have the old
9277                 way if they prefer
9278
9279
9280 2006-08-30 [colin]      2.4.0cvs114
9281
9282         * src/procmsg.c
9283         * src/procmsg.h
9284                 Provide a way to filter a list of
9285                 messages in an optimised manner, and
9286                 add a list-filtering hook
9287         * src/folder.c
9288         * src/inc.c
9289         * src/mbox.c
9290                 Use the list filtering
9291         * src/plugins/bogofilter/bogofilter.c
9292                 Use the list-filtering hook
9293                 Use -b (bulk) mode for more speed
9294                 when learning and filtering
9295         * src/etpan/imap-thread.c
9296                 Make log output shorter in UID SEARCH
9297
9298
9299 2006-08-30 [colin]      2.4.0cvs113
9300
9301         * src/plugins/bogofilter/bogofilter.c
9302                 Really fast mass learning - thanks to David
9303                 Relson for the options explanations :)
9304
9305 2006-08-30 [colin]      2.4.0cvs112
9306
9307         * src/msgcache.c
9308                 Fix compilation on FreeBSD. Thanks
9309                 to Michael Hugues
9310
9311 2006-08-29 [colin]      2.4.0cvs111
9312
9313         * src/folderview.c
9314                 Handle "popup_menu" signal (for popping the 
9315                 menu via the keyboard)
9316         * src/mimeview.c
9317         * src/mimeview.h
9318         * src/summaryview.c
9319         * src/textview.c
9320         * src/gtk/gtkutils.c
9321         * src/gtk/gtkutils.h
9322                 Factorize scrolling code, and add an API 
9323                 for MimeViewers to handle scroll orders
9324
9325 2006-08-29 [wwp]        2.4.0cvs110
9326
9327         * src/plugins//bogofilter/bogofilter.c
9328         * src/plugins//spamassassin/spamassassin.c
9329                 make the bogofilter/spamassassin filtering error dialogs at
9330         incorporation obey to the "don't popup error dialog on
9331         receive error" option. If disabled, feed the log window w/
9332         the error message.
9333
9334 2006-08-29 [paul]
9335
9336         2.5.0-rc2 released
9337
9338 2006-08-29 [paul]       2.4.0cvs109
9339
9340         * Makefile.am
9341                 remove 'make release', it's not needed
9342                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9343
9344 2006-08-29 [paul]       2.4.0cvs108
9345
9346         * src/foldersel.c
9347         * src/summary_search.c
9348         * src/gtk/progressdialog.c
9349         * src/plugins/pgpcore/passphrase.c
9350                 replace deprecated gtk_window_set_policy()
9351
9352 2006-08-29 [colin]      2.4.0cvs107
9353
9354         * src/folder.c
9355                 Fix data loss when copy fails during a move:
9356                 only use fast remove_msgs if everything was
9357                 copied OK; else use slow remove_msg on the
9358                 mails that got copied only.
9359
9360 2006-08-28 [paul]       2.4.0cvs106
9361
9362         * src/mh.c
9363                 revert change in 2.4.0cvs104, it breaks
9364                 stuff
9365
9366 2006-08-28 [paul]       2.4.0cvs105
9367
9368         * src/plugins/spamassassin/spamassassin.c
9369                 english fix
9370
9371 2006-08-28 [paul]       2.4.0cvs104
9372
9373         * src/mh.c
9374                 fix data loss when moving to another
9375                 mailbox fails
9376         * src/prefs_spelling.c
9377                 improve the english
9378         * src/gtk/pluginwindow.c
9379                 improve the layout of the dialog text
9380         All thanks to Colin
9381
9382 2006-08-28 [paul]       2.4.0cvs103
9383
9384         * src/plugins/bogofilter/bogofilter.c
9385         * src/plugins/bogofilter/bogofilter_gtk.c
9386                 fix english up a bit, innit
9387
9388 2006-08-28 [paul]       2.4.0cvs102
9389
9390         * configure.ac
9391         * po/Makefile.in.in
9392         * po/Makevars
9393                 require autoconf 2.60, enabling building
9394                 with gettext 0.15 (gettext 0.14.x build still
9395                 possible). Replace Makefiles with versions
9396                 from gettext 0.15.
9397                 Remove configure options --with-localedir and
9398                 --with-mandir. The options that are provided
9399                 directly by autoconf 2.60 can be used instead:
9400                 --mandir --localedir
9401
9402 2006-08-27 [colin]      2.4.0cvs101
9403
9404         * src/plugins/bogofilter/Makefile.am
9405                 Fix make dist (no README)
9406
9407 2006-08-27 [colin]      2.4.0cvs100
9408
9409         * src/folder.c
9410                 Don't use F_UNKNOWN folders for any default
9411                 outbox/trash/etc
9412         * src/plugins/bogofilter/bogofilter.c
9413         * src/plugins/bogofilter/bogofilter.h
9414         * src/plugins/bogofilter/bogofilter_gtk.c
9415                 Add an option to specify the path to bogofilter
9416                 Use single-quotes to be able to learn in folders
9417                 with spaces in their names
9418                 Verify learning status
9419
9420 2006-08-27 [colin]      2.4.0cvs99
9421
9422         * manual/faq.xml
9423         * manual/plugins.xml
9424                 Document Bogofilter plugin
9425
9426 2006-08-27 [colin]      2.4.0cvs98
9427
9428         * src/compose.c
9429         * src/messageview.c
9430         * src/procmsg.c
9431         * src/procmsg.h
9432                 When possible, copy the queued mail to sent folder
9433                 instead of re-adding. Much faster on IMAP.
9434
9435 2006-08-27 [colin]      2.4.0cvs97
9436
9437         * src/msgcache.c
9438                 Disable mmaped caches - huge metadata loss
9439                 here after a power failure.
9440         * src/summaryview.c
9441                 Add quicksearch timing
9442         * src/common/plugin.c
9443         * src/common/plugin.h
9444                 Implement an interface to tell what plugins
9445                 provide. Prevent loading of similar plugins.
9446         * src/plugins/clamav/clamav_plugin.c
9447         * src/plugins/demo/demo.c
9448         * src/plugins/dillo_viewer/dillo_viewer.c
9449         * src/plugins/pgpcore/plugin.c
9450         * src/plugins/pgpinline/pgpinline.c
9451         * src/plugins/pgpmime/pgpmime.c
9452         * src/plugins/spamassassin/spamassassin.c
9453         * src/plugins/trayicon/trayicon.c
9454                 Implement plugin_provides()
9455
9456 2006-08-27 [colin]      2.4.0cvs96
9457
9458         * configure.ac
9459         * src/plugins/Makefile.am
9460         * src/plugins/bogofilter/.cvsignore
9461         * src/plugins/bogofilter/Makefile.am
9462         * src/plugins/bogofilter/bogofilter.c
9463         * src/plugins/bogofilter/bogofilter.h
9464         * src/plugins/bogofilter/bogofilter_gtk.c
9465                 New Bogofilter plugin, provides filtering and
9466                 learning. Spamassassin will go to extra plugins.
9467
9468 2006-08-26 [mones]      2.4.0cvs95
9469
9470         * manual/handling.xml
9471                 Fix subfolder path in the example (thanks to Paul) 
9472
9473 2006-08-26 [mones]      2.4.0cvs94
9474
9475         * manual/glossary.xml
9476                 2.2. + add ISP to the glossary
9477                 7.5. + Add UIDL to glossary
9478                 7.7. + Add TCP to glossary
9479         * manual/handling.xml
9480                 7.1. + Mentions GNU/Linux distribution, what about the non...
9481                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9482                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9483                 7.4. = Use appropriate quotation for commands
9484                 7.6. = change "" to <quote></quote>
9485         * manual/plugins.xml
9486                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9487         * manual/starting.xml
9488                 2.1. + local mbox file: some examples of mbox file locations...
9489                 Also reformatted files requiring it
9490
9491 2006-08-26 [wwp]        2.4.0cvs93
9492
9493         * src/summary_search.c
9494                 disable find buttons while summary search is running.
9495
9496 2006-08-25 [colin]      2.4.0cvs92
9497
9498         * src/folder.c
9499         * src/folderutils.c
9500         * src/mh.c
9501         * src/procmsg.h
9502         * src/summaryview.c
9503                 Speed up MH moving, and add progressbar
9504                 for MH deletion
9505         * src/msgcache.c
9506                 Write cache files using mmap() too
9507
9508 2006-08-25 [wwp]        2.4.0cvs91
9509
9510         * src/summaryview.c
9511                 switch spam<->ham button when a message has been marked as spam or ham
9512                 and is still selected. Thanks to Colin.
9513
9514 2006-08-25 [paul]       2.4.0cvs90
9515
9516         * src/Makefile.am
9517         * src/stock_pixmap.c
9518         * src/stock_pixmap.h
9519         * src/summaryview.c
9520         * src/gtk/icon_legend.c
9521         * src/pixmaps/copied.xpm
9522         * src/pixmaps/moved.xpm
9523                 add icons for delayed execution marked for
9524                 copying, marked for moving
9525
9526 2006-08-25 [mones]      2.4.0cvs89
9527
9528         * manual/glossary.xml
9529                 Fix the other glossary items:
9530                 5.1. = Inmmediate execution -> <quote>immediate execution...
9531                 5.2. = Fix MBOX capitalization -> Mbox
9532                 5.3. + Improve Plugins def. w/ tech. ref.
9533                 5.4. = Quotation -> replace '>' by <quote>></quote>
9534                 5.5. - SMTP Server. -> remove dot
9535         * po/es.po
9536                 Updated translation
9537
9538 2006-08-25 [mones]      2.4.0cvs88
9539
9540         * manual/ack.xml
9541                 Reformatted, changed email address
9542         * manual/glossary.xml
9543                 Reformatted, fixed MANUAL-TODO items:
9544                 8.2. + add ROT-13 to glossary
9545                 8.4. + add URL to glossary
9546         * manual/es/advanced.xml
9547                 Fixed <literal>s
9548
9549 2006-08-25 [paul]       2.4.0cvs87
9550
9551         * src/gtk/icon_legend.c
9552                 add 'marked for deletion' icon
9553                 arrange icons by containing column
9554                 wrap long label text
9555
9556 2006-08-25 [colin]      2.4.0cvs86
9557
9558         * src/common/utils.c
9559         * src/common/utils.h
9560                 Add the sc_g_*list_bigger functions in
9561                 a place everyone can use it
9562         * src/summaryview.c
9563                 Only freeze/thaw the list when working
9564                 on the selection, if it's bigger than 1
9565         * src/gtk/gtksctree.c
9566                 Only freeze/thaw the list when unselec-
9567                 ting 'all' if ('all' != 1)
9568                 This avoids some flickering
9569
9570 2006-08-24 [colin]      2.4.0cvs85
9571
9572         * src/addressbook.c
9573                 Fix strange list selection
9574                 Fix random seg (Invalid read of freed memory)
9575
9576 2006-08-24 [colin]      2.4.0cvs84
9577
9578         * src/alertpanel.c
9579         * src/gtk/inputdialog.c
9580         * src/plugins/pgpcore/passphrase.c
9581                 Revert minimal width patch of 2.4.0cvs67,
9582                 as it is also a maximal width. Use 
9583                 gtk_window_set_default_size instead.
9584
9585 2006-08-24 [colin]      2.4.0cvs83
9586
9587         * src/msgcache.c
9588                 Write cache/mark to temp files before
9589                 overwriting old ones (avoids metadata
9590                 loss if writing the new files fail).
9591                 Use mmap() to read cache/mark file, as
9592                 this makes cache reading faster. Dis-
9593                 abled for big-endian machines until it
9594                 can be tested. (Big-endian users: set
9595                 msgcache_use_mmap = TRUE in the relevant
9596                 #if).
9597         * src/procmsg.h
9598                 Move rarely used fields of MsgInfo in 
9599                 another structure, which will only be
9600                 allocated if needed. Face, X-Face,
9601                 Return receipt headers and List-*
9602                 headers are moved. Mails having none
9603                 of these occupy 52 bytes less with
9604                 this patch, which makes 2.5MB of RAM
9605                 saved on a 50k folder).
9606         * src/headerview.c
9607         * src/mainwindow.c
9608         * src/messageview.c
9609         * src/partial_download.c
9610         * src/procheader.c
9611         * src/procmsg.c
9612         * src/textview.c
9613                 Follow this structure change.
9614
9615 2006-08-24 [wwp]        2.4.0cvs82
9616
9617         * manual/es/.cvsignore
9618         * manual/es/dist/.cvsignore
9619         * manual/es/dist/html/.cvsignore
9620         * manual/es/dist/pdf/.cvsignore
9621         * manual/es/dist/ps/.cvsignore
9622         * manual/es/dist/txt/.cvsignore
9623                 more (generated) files to ignore.
9624
9625 2006-08-24 [colin]      2.4.0cvs81
9626
9627         * src/folder.c
9628         * src/mh.c
9629                 Fix possible problems with local delivery. Check the folder doesn't
9630                 need scan before setting its mtime when saving cache (which can be
9631                 done long after the folder's been modified by an external process);
9632                 Check that the stored item's mtime didn't change in mh functions.
9633
9634 2006-08-24 [mones]      2.4.0cvs80
9635
9636         * manual/advanced.xml
9637                 Rewrapping, some fixes and MANUAL-TODO items:
9638                 8.1. = change "" to <quote></quote>
9639                 8.3. = quote menu items
9640                 8.5. - deploying -> new user ... ideally a new user (redundant)
9641
9642 2006-08-23 [colin]      2.4.0cvs79
9643
9644         * src/gtk/gtksctree.c
9645                 When selecting or deselecting range, only
9646                 freeze/thaw when selection is bigger than 10
9647
9648 2006-08-23 [colin]      2.4.0cvs78
9649
9650         * src/messageview.c
9651         * src/mimeview.c
9652         * src/mimeview.h
9653         * src/plugins/dillo_viewer/dillo_viewer.c
9654                 Provide an API for MimeViewer plugins to
9655                 return a text selection for replying
9656
9657 2006-08-23 [colin]      2.4.0cvs77
9658
9659         * src/image_viewer.c
9660         * src/textview.c
9661                 Use gtk_pixbuf_new_from_file_at_scale(), which
9662                 is faster than getting the pixbuf then resizing
9663                 it.
9664
9665 2006-08-23 [colin]      2.4.0cvs76
9666
9667         * src/procmime.c
9668                 UTF-8 should be sent Quoted-printable
9669
9670 2006-08-22 [colin]      2.4.0cvs75
9671
9672         * src/mh.c
9673                 Check if scan is required before touching
9674                 the folder (or it'll be required every time)
9675
9676 2006-08-22 [colin]      2.4.0cvs74
9677
9678         * configure.ac
9679                 Require libetpan 0.46 (crasher fix when built
9680                 against gnutls)
9681
9682 2006-08-22 [colin]      2.4.0cvs73
9683
9684         * src/folder.c
9685                 Set folder's mtime after writing its
9686                 cache
9687         * src/folderview.c
9688                 Add some timing
9689         * src/procmsg.c
9690                 Don't do useless stuff if we don't 
9691                 thread by subject
9692         * src/summaryview.c
9693                 Add some timing, don't deselect prior
9694                 to selecting (gtksctree does it itself),
9695                 remove crash avoidance hacks as it's been
9696                 properly fixed since a while
9697         * src/common/utils.c
9698                 Optimize to_human_readable(): _() is slow,
9699                 do it only once, and avoid %f format for KB
9700                 (the most common in a summaryview)
9701         * src/gtk/gtksctree.c
9702                 Don't uselessly freeze/thaw (fixes flicker
9703                 on next unread and friends), reduce number
9704                 of g_list_nth/g_list_position where possible
9705         * src/gtk/gtkutils.c
9706         * src/gtk/gtkutils.h
9707                 Reduce number of g_list_nth/g_list_position
9708                 where possible.
9709                 All of this makes loading as 70k folder 2.1
9710                 seconds instead of 3.2 (with hot FS caches).
9711                 (1.3 seconds without Date and Size columns...)
9712
9713 2006-08-22 [paul]       2.4.0cvs72
9714
9715         wrap documents and do some items from mones' MANUAL-TODO:
9716
9717         * manual/account.xml
9718                 4.1. = fix tabname references to <quote>tabname</quote>
9719                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9720         * manual/faq.xml
9721                 1.1. = mentioned options don't match UI
9722                 Add information about the 'Never send Return Receipts'
9723                 option
9724         * manual/handling.xml
9725                 6.2. = Mentions Extended symbols button, but now is
9726                 named Information
9727                 6.3. = Mentions ... button, which is now Edit
9728
9729 2006-08-22 [colin]      2.4.0cvs71
9730
9731         * src/gtk/pluginwindow.c
9732                 Fix layout in verbose translations (such
9733                 as french)
9734
9735 2006-08-22 [paul]       2.4.0cvs70
9736
9737         * manual/Makefile.am
9738                 build manuals in alphabetical order
9739         * src/addressbook.c
9740         * src/prefs_themes.c
9741                 replace/remove deprecated symbols
9742         * src/gtk/gtkutils.c
9743                 fix a warning
9744         * src/gtk/pluginwindow.c
9745                 replace deprecated symbol
9746                 replace label text and move it
9747         * src/plugins/pgpcore/prefs_gpg.c
9748                 move the 'Generate...' button out of the
9749                 Sign Key frame, replace the English used
9750         * src/plugins/pgpcore/sgpgme.c
9751                 fixes to the English
9752
9753 2006-08-21 [colin]      2.4.0cvs69
9754
9755         * src/plugins/trayicon/trayicon.c
9756                 Add more strings for translation; patch
9757                 by Pawel
9758
9759 2006-08-21 [colin]      2.4.0cvs68
9760
9761         * src/compose.c
9762                 fix replied flag not set after drafting
9763         * src/matcher.c
9764                 fix body quicksearch in non-encoded bodies
9765                 containing '='
9766         * src/msgcache.c
9767                 Get rid of the g_malloc workaround for
9768                 corrupted caches, use g_try_malloc
9769
9770 2006-08-21 [colin]      2.4.0cvs67
9771
9772         * src/alertpanel.c
9773         * src/gtk/inputdialog.c
9774         * src/plugins/pgpcore/passphrase.c
9775                 Set minimal width to 375
9776         * src/mainwindow.c
9777                 Fix switching to offline, asking if it 
9778                 should be overriden for synchronising
9779         * src/mimeview.c
9780                 Don't offer to remember command on Open 
9781                 with for text parts, as the browser or 
9782                 text editor command isn't changed from 
9783                 there
9784
9785 2006-08-20 [paul]       2.4.0cvs66
9786
9787         * po/ko.po
9788         * po/zh_CN.po
9789                 fix plural form errors. revealed by stricter
9790                 checking of gettext 0.15
9791
9792 2006-08-18 [paul]       2.4.0cvs65
9793
9794         * src/stock_pixmap.c
9795                 fix the fix of 2.4.0cvs64
9796                 Thanks to Colin
9797
9798 2006-08-18 [paul]       2.4.0cvs64
9799
9800         * src/stock_pixmap.c
9801                 fix leaks
9802                 Thanks to Colin
9803
9804 2006-08-18 [paul]       2.4.0cvs63
9805
9806         * src/compose.c
9807         * src/procmsg.c
9808                 fix occasional IMAP bug where large msgs
9809                 were left in the queue folder after sending
9810                 Thanks to Colin
9811
9812 2006-08-18 [paul]       2.4.0cvs62
9813
9814         * src/folderview.c
9815                 freeze the summaryview while quicksearch results
9816                 are displayed
9817                 (fixes bug 456 'current message is hidden when the
9818                 view is refreshed and extended search is "unread 
9819                 messages"')
9820                 Thanks to Colin
9821         * src/textview.c
9822                 add missing #include "inputdialog.h"
9823         * src/common/utils.h
9824                 add missing mailcap_update_default() and improve
9825                 readability
9826
9827 2006-08-17 [colin]      2.4.0cvs61
9828
9829         * src/plugins/pgpcore/select-keys.c
9830                 Fix warnings :)
9831
9832 2006-08-17 [colin]      2.4.0cvs60
9833
9834         * src/compose.c
9835                 Don't continue queuing if Cancel is clicked
9836                 in select-keys
9837
9838 2006-08-17 [colin]      2.4.0cvs59
9839
9840         * src/plugins/pgpcore/select-keys.c
9841                 When encrypting, if only one key matches and it 
9842                 matches exactly, automatically use it.
9843
9844 2006-08-17 [colin]      2.4.0cvs58
9845
9846         * src/mimeview.c
9847         * src/prefs_common.c
9848         * src/prefs_common.h
9849         * src/prefs_ext_prog.c
9850         * src/textview.c
9851                 Fix issues with previous patch (text/html)
9852                 Remove outdated prefs
9853
9854 2006-08-17 [colin]      2.4.0cvs57
9855
9856         * src/imap.c
9857                 Add View Log button on auth error
9858         * src/procmsg.c
9859                 Fix encrypted mail marked as new when
9860                 saved in normal folders
9861         * src/plugins/pgpinline/pgpinline.c
9862                 Fix encrypt bug on IMAP
9863         * src/mimeview.c
9864         * src/common/utils.c
9865         * src/common/utils.h
9866         * src/gtk/inputdialog.c
9867         * src/gtk/inputdialog.h
9868                 Get rid of metamail stuff, simplify
9869                 opening, and allow remembering of user's
9870                 choices (by updating ~/.mailcap). There's
9871                 still to drop "Audio player" and "Image
9872                 viewer" preferences.
9873
9874 2006-08-17 [mones]      2.4.0cvs56
9875
9876         * manual/es/sylpheed-claws-manual.xml
9877                 fix DTD path
9878
9879 2006-08-17 [mones]      2.4.0cvs55
9880
9881         * configure.ac
9882         * manual/Makefile.am
9883         * manual/es/Makefile.am
9884         * manual/es/account.xml
9885         * manual/es/ack.xml
9886         * manual/es/addrbook.xml
9887         * manual/es/advanced.xml
9888         * manual/es/faq.xml
9889         * manual/es/glossary.xml
9890         * manual/es/gpl.xml
9891         * manual/es/handling.xml
9892         * manual/es/intro.xml
9893         * manual/es/keyboard.xml
9894         * manual/es/plugins.xml
9895         * manual/es/starting.xml
9896         * manual/es/sylpheed-claws-manual.xml
9897         * manual/es/dist/Makefile.am
9898         * manual/es/dist/html/Makefile.am
9899         * manual/es/dist/pdf/Makefile.am
9900         * manual/es/dist/ps/Makefile.am
9901         * manual/es/dist/txt/Makefile.am
9902                 Spanish translation for the manual
9903
9904 2006-08-16 [colin]      2.4.0cvs54
9905
9906         * src/compose.c
9907         * src/main.c
9908         * src/mainwindow.c
9909                 Fix send button sensitivity at startup
9910                 Set send menu sensitivity (patch by Fabien)
9911         * src/ssl_manager.c
9912                 Enable closing with esc (patch by Fabien)
9913         * src/gtk/foldersort.c
9914                 Enable closing with esc (patch by Fabien)
9915         * src/procmime.c
9916                 Optimisation (no need to copy to tempfile to
9917                 "decode" 7bit and 8bit)
9918         * src/summaryview.c
9919                 Fix cruft in swap_from case
9920         * src/textview.c
9921                 Fix missing last line in some mail cases 
9922                 (Fixes debian #381872)
9923         * src/plugins/pgpcore/prefs_gpg.c
9924         * src/plugins/pgpcore/sgpgme.c
9925         * src/plugins/pgpcore/sgpgme.h
9926                 Don't show "no key found" when user explicitely
9927                 wants to create a key
9928
9929 2006-08-16 [paul]       2.4.0cvs53
9930
9931         * configure.ac
9932         * src/account.c
9933         * src/addressbook.c
9934         * src/headerview.c
9935         * src/prefs_account.c
9936         * src/prefs_message.c
9937         * src/gtk/gtkutils.c
9938                 bump up minimum required versions of GTK+ and
9939                 GLIB to 2.6.0
9940
9941 2006-08-16 [paul]       2.4.0cvs52
9942
9943         * src/toolbar.c
9944                 workaround GTK+ Bug 351600 - 'Can't re-click
9945                 on button after sensitivity update'
9946                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
9947                 Thanks to Colin
9948
9949 2006-08-15 [colin]      2.4.0cvs51
9950
9951         * src/plugins/pgpcore/prefs_gpg.c
9952                 Set options sensitivity according to
9953                 key existence
9954         * src/plugins/pgpcore/sgpgme.c
9955                 Allow to create key with no passphrase
9956
9957 2006-08-14 [cleroy]     2.4.0cvs50
9958
9959         * src/gtk/pluginwindow.c
9960                 New layout (maybe to be changed?)
9961         * src/gtk/gtkutils.c
9962                 Fix a bit label_window
9963         * src/plugins/pgpcore/passphrase.c
9964         * src/plugins/pgpcore/passphrase.h
9965         * src/plugins/pgpcore/plugin.c
9966         * src/plugins/pgpcore/prefs_gpg.c
9967         * src/plugins/pgpcore/prefs_gpg.h
9968         * src/plugins/pgpcore/sgpgme.c
9969         * src/plugins/pgpcore/sgpgme.h
9970                 Allow to create a PGP private key via the GUI
9971
9972 2006-08-14 [wwp]        2.4.0cvs49
9973
9974         * src/addressbook_foldersel.c
9975                 fix strict ISO C90 compliance.
9976
9977 2006-08-14 [paul]       2.4.0cvs48
9978
9979         * src/gtk/prefswindow.c
9980                 re-set scrolled window on opening
9981                 Patch by Ticho
9982
9983 2006-08-14 [paul]
9984
9985         2.5.0-rc1 released
9986
9987 2006-08-14 [paul]       2.4.0cvs47
9988
9989         * src/prefs_display_header.c
9990                 re-enable user-defined Displayed Headers
9991
9992 2006-08-14 [paul]       2.4.0cvs46
9993
9994         * src/prefs_account.c
9995                 use GTK_STOCK_EDIT
9996
9997 2006-08-13 [colin]      2.4.0cvs45
9998
9999         * src/common/utils.c
10000                 Fix "a" in quote when the original message is empty,
10001                 by using \0 instead of 'a' to test writability of
10002                 temp files.
10003
10004 2006-08-13 [wwp]        2.4.0cvs44
10005
10006         * src/plugins/spamassassin/spamassassin.c
10007                 fix capitalization of "SpamAssassin" in some debug, log and
10008                 dialog messages.
10009
10010 2006-08-13 [paul]       2.4.0cvs43
10011
10012         * src/editldap.c
10013                 fix overlapping widgets
10014         * src/prefs_account.c
10015                 fix translation of protocol_names[]
10016                 fix label disappearing off the edge of the
10017                 visible area
10018
10019 2006-08-12 [paul]       2.4.0cvs42
10020
10021         * manual/plugins.xml
10022                 update IRC channel info before it gets forgotten
10023                 about
10024
10025 2006-08-11 [colin]      2.4.0cvs41
10026
10027         * src/compose.c
10028         * src/mainwindow.c
10029         * src/mainwindow.h
10030         * src/procmsg.c
10031         * src/procmsg.h
10032         * src/summaryview.c
10033         * src/toolbar.c
10034                 Grey out the Send button if
10035                 - Queue folders are empty, or
10036                 - We're sending already
10037
10038 2006-08-11 [wwp]        2.4.0cvs40
10039
10040         * src/main.c
10041                 fix a logic issue when quitting while a compose window is
10042                 still open, thanks to Colin.
10043
10044 2006-08-10 [colin]      2.4.0cvs39
10045
10046         * src/main.c
10047                 Fix default font size setting after wizard run
10048         * src/imap.c
10049         * src/etpan/imap-thread.c
10050         * src/etpan/imap-thread.h
10051                 Fix bug #999 (Timing out on TSL cert validation 
10052                 dialog makes ugly things happen). Also, STARTTLS
10053                 unconditionnaly if initial capabilities contain
10054                 LOGINDISABLED and STARTTLS.
10055
10056 2006-08-09 [colin]      2.4.0cvs38
10057
10058         * src/mainwindow.c
10059         * src/mainwindow.h
10060                 Fix Tools/Actions sensitivity when there are
10061                 no actions
10062
10063 2006-08-09 [colin]      2.4.0cvs37
10064
10065         * src/prefs_filtering.c
10066                 Warning fix, patch by Paul
10067         * src/messageview.c
10068         * src/prefs_actions.c
10069         * src/prefs_filtering_action.c
10070         * src/prefs_matcher.c
10071                 Uniformisation of "Info ..." to "Info..." (for
10072                 old gtk), patch by Fabien
10073         * src/plugins/clamav/clamav_plugin_gtk.c
10074                 Sensitivity fix by Fabien
10075
10076 2006-08-09 [colin]      2.4.0cvs36
10077
10078         * src/main.c
10079         * src/main.h
10080                 Add a function to know whether we're exiting
10081         * src/plugins/trayicon/trayicon.c
10082                 If exiting, don't do anything. Faster, and
10083                 avoids gtk_main_iteration reentracy causing
10084                 segfaults at exit
10085
10086 2006-08-09 [colin]      2.4.0cvs35
10087
10088         * src/messageview.c
10089         * src/mimeview.c
10090         * src/mimeview.h
10091                 Fix lack of part selection when automatically 
10092                 jumping to a specific part
10093         * src/msgcache.c
10094                 Little optimisation in cache reading
10095
10096 2006-08-09 [colin]      2.4.0cvs34
10097
10098         * src/compose.c
10099                 Fix crash setting the priority on reedit
10100                 (Accessing compose before creating it!)
10101
10102 2006-08-08 [colin]      2.4.0cvs33
10103
10104         * src/procmime.c
10105                 Fix bug #998 (last attachment is not accessible)
10106                 Bad RFC interpretation on multipart close-delimiters
10107         * src/mimeview.c
10108         * src/mimeview.h
10109         * src/gtk/gtkvscrollbutton.c
10110         * src/gtk/gtkvscrollbutton.h
10111                 Make attachments list wheel-scrollable
10112
10113 2006-08-07 [colin]      2.4.0cvs32
10114
10115         * src/gtk/gtkaspell.c
10116                 Fix bug #973 (Unicode punctation characters 
10117                 are not recognized as separators by the
10118                 spell checker); fix unsigned stuff
10119
10120 2006-08-07 [colin]      2.4.0cvs31
10121
10122         * src/compose.c
10123                 Fix bug #956 (DnD text with accents in compose 
10124                 text entry); fix gccc's signed/unsigned fuss
10125
10126 2006-08-06 [colin]      2.4.0cvs30
10127
10128         * src/main.c
10129                 Fix bug #979 (Plugin crashes when exiting 
10130                 sylpheed-claws) : handle exit request only 
10131                 once
10132
10133 2006-08-05 [colin]      2.4.0cvs29
10134
10135         * src/news.c
10136                 Just make sure we have a msgid.
10137
10138 2006-08-05 [colin]      2.4.0cvs28
10139
10140         * src/news.c
10141         * src/summaryview.c
10142                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10143                 by reimplementing it
10144         * src/textview.c
10145                 Fix bug when hiding quotes with level > 3 and quote
10146                 colors are recycled
10147
10148 2006-08-04 [colin]      2.4.0cvs27
10149
10150         * src/compose.c
10151         * src/undo.c
10152         * src/undo.h
10153                 Fix a bit replace-by-pasting undo
10154         * src/mainwindow.c
10155         * src/messageview.c
10156                 Fix Fold quotes menu synchro in
10157                 mainwindow when it changes in 
10158                 messageview
10159         * src/textview.c
10160                 Fix right-click on quotes blocks
10161         * src/common/utils.c
10162                 Verify that the file created by
10163                 my_tmpfile() is writable. Fixes
10164                 bug #988 (very specific filesystem
10165                 issue)
10166         * src/plugins/pgpcore/sgpgme.c
10167                 Fix file descriptor leak
10168         * src/plugins/spamassassin/spamassassin.c
10169                 Warn once if spamd isn't reachable
10170
10171 2006-08-04 [colin]      2.4.0cvs26
10172
10173         * src/toolbar.c
10174                 i18n context patch by Fabien
10175
10176 2006-08-03 [colin]      2.4.0cvs25
10177
10178         * src/mainwindow.c
10179         * src/messageview.c
10180                 Rename "Hide quotes" to "Fold quotes"
10181         * src/textview.c
10182                 Don't use hand cursor on quotes. "all 
10183                 the bonuses of the feature and none of 
10184                 unwelcome side-effects"
10185
10186 2006-08-03 [colin]      2.4.0cvs24
10187
10188         * AUTHORS
10189         * sylpheed-claws.desktop
10190         * src/gtk/authors.h
10191                 Bring the desktop file to XDG compliance
10192                 Patch by Charles A. Edwards
10193
10194 2006-08-03 [colin]      2.4.0cvs23
10195
10196         * src/textview.c
10197                 Fix links offset when they are preceded
10198                 by accentued chars (g_utf8_strlen!)
10199         * src/mainwindow.c
10200                 Fix wrong status when starting offline
10201
10202
10203 2006-08-03 [wwp]        2.4.0cvs22
10204
10205         * src/prefs_common.h
10206                 ask what to do w/ filtering rules that belong to an account when
10207                 applying filtering rules manually from the main window (skip,
10208                 apply regardless of the account, use current account). This dialog
10209                 can be skipped and the last reply used.
10210                 (forgot that file)
10211
10212 2006-08-03 [wwp]        2.4.0cvs21
10213
10214         * src/filtering.c
10215         * src/filtering.h
10216         * src/prefs_common.c
10217         * src/summaryview.c
10218         * src/alertpanel.c
10219         * src/alertpanel.h
10220         * src/messageview.c
10221                 ask what to do w/ filtering rules that belong to an account when
10222                 applying filtering rules manually from the main window (skip,
10223                 apply regardless of the account, use current account). This dialog
10224                 can be skipped and the last reply used.
10225
10226
10227 2006-08-03 [colin]      2.4.0cvs20
10228
10229         * src/textview.c
10230                 Optimize previous patch
10231
10232 2006-08-03 [cleroy]     2.4.0cvs19
10233
10234         * src/textview.c
10235                 Fix quotes getting toggled back when the
10236                 mail has an even number of text parts
10237
10238 2006-08-02 [colin]      2.4.0cvs18
10239
10240         * src/messageview.c
10241                 Add Hide quotes menu
10242
10243 2006-08-02 [colin]      2.4.0cvs17
10244
10245         * src/mainwindow.c
10246         * src/prefs_common.c
10247         * src/textview.c
10248         * src/textview.h
10249         * src/gtk/about.c
10250                 Allow per-level quote hiding,
10251                 Allow toggling quotes by double-clicking them
10252                 Rename RemoteURI to ClickableText to reflect
10253                 the fact it's used for a variety of things
10254
10255 2006-08-02 [wwp]        2.4.0cvs16
10256
10257         * src/mainwindow.c
10258                 fix "View/Hide quotes" menu item status initialization.
10259
10260 2006-08-02 [wwp]        2.4.0cvs15
10261
10262         * src/matcher_parser_parse.y
10263                 remove a debug trace.
10264
10265 2006-08-02 [paul]       2.4.0cvs14
10266
10267         * src/plugins/pgpcore/passphrase.c
10268                 don't set initial dialog size
10269                 make it resizable
10270
10271 2006-08-02 [paul]       2.4.0cvs13
10272
10273         * src/noticeview.c
10274                 remove the rogue '/' character
10275
10276 2006-08-02 [paul]       2.4.0cvs12
10277
10278         * src/noticeview.c
10279                 allow buttons to resize as necessary
10280
10281 2006-08-01 [wwp]        2.4.0cvs11
10282
10283         * src/mbox.c
10284                 fix strict ISO C90 compliance.
10285
10286 2006-08-01 [wwp]        2.4.0cvs10
10287
10288         * tools/update-po
10289                 updated update-po tool to work w/ context-dependent translations.
10290                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10291
10292 2006-08-01 [wwp]        2.4.0cvs9
10293
10294         * src/matcher.c
10295         * src/prefs_filtering.c
10296         * src/prefs_matcher.c
10297                 allow context-dependent translations for "All",
10298                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10299
10300 2006-07-31 [colin]      2.4.0cvs8
10301
10302         * AUTHORS
10303         * src/gtk/authors.h
10304                 Add Rafal to authors
10305
10306 2006-07-31 [colin]      2.4.0cvs7
10307
10308         * src/compose.c
10309         * src/mainwindow.c
10310         * src/messageview.h
10311         * src/prefs_common.c
10312         * src/prefs_common.h
10313         * src/textview.c
10314                 Add 'View/Hide quotes'. Patch based on a patch
10315                 by Rafal Weglarz
10316
10317 2006-07-31 [colin]      2.4.0cvs6
10318
10319         * src/action.c
10320                 Fix problem with "> stuff >" actions
10321
10322 2006-07-31 [paul]       2.4.0cvs5
10323
10324         * po/nb.po
10325                 updated by Geir Helland
10326
10327 2006-07-31 [wwp]        2.4.0cvs4
10328
10329         * src/mainwindow.c
10330         * src/summaryview.c
10331         * src/summaryview.h
10332                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10333                 thanks to Colin.
10334
10335 2006-07-31 [wwp]        2.4.0cvs3
10336
10337         * src/Makefile.am
10338         * src/addr_compl.c
10339         * src/addr_compl.h
10340         * src/addressbook.c
10341         * src/addressbook.h
10342         * src/addressbook_foldersel.c
10343         * src/addressbook_foldersel.h
10344         * src/addrindex.c
10345         * src/addrindex.h
10346         * src/matcher.c
10347         * src/matcher.h
10348         * src/matcher_parser_lex.l
10349         * src/matcher_parser_parse.y
10350         * src/prefs_common.c
10351         * src/prefs_common.h
10352         * src/prefs_filtering.c
10353         * src/prefs_matcher.c
10354         * src/prefs_matcher.h
10355         * src/summaryview.c
10356                 introduce filtering against the address book. It's now possible to add
10357                 matched conditions to determine if any email address in a message matches
10358                 or doesn't match any or all books or folders in the address book.
10359
10360 2006-07-31 [wwp]        2.4.0cvs2
10361
10362         * src/account.c
10363         * src/filtering.c
10364         * src/filtering.h
10365         * src/folder.c
10366         * src/folderview.c
10367         * src/inc.c
10368         * src/mainwindow.c
10369         * src/matcher.c
10370         * src/matcher_parser_lex.l
10371         * src/matcher_parser_parse.y
10372         * src/mbox.c
10373         * src/prefs_filtering.c
10374         * src/prefs_filtering.h
10375         * src/procmsg.c
10376         * src/procmsg.h
10377         * src/summaryview.c
10378                 introduce per-account filtering rules. Each filtering rule can now be assigned
10379                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10380                 when applying filtering rules manually, as all rules will apply - even the ones
10381                 assigned to an account. This issue will be addressed soon.
10382  
10383
10384
10385 2006-07-31 [wwp]        2.4.0cvs1
10386
10387         * src/quote_fmt.c
10388                 make more strings translatable.
10389
10390 2006-07-31 [paul]       2.4.0
10391
10392         2.4.0 released
10393
10394 2006-07-31 [paul]       2.3.1cvs91
10395
10396         * po/ca.po
10397                 updated by Miquel Oliete
10398
10399 2006-07-31 [paul]       2.3.1cvs90
10400
10401         * po/de.po
10402         * po/el.po
10403         * po/fr.po
10404         * po/it.po
10405         * po/pl.po
10406         * po/pt_BR.po
10407         * po/sr.po
10408         * po/zh_CN.po
10409                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10410                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10411                 Aleksandar Urosevic, and Ralgh Young
10412
10413 2006-07-31 [paul]       2.3.1cvs89
10414
10415         * src/account.c
10416         * src/main.c
10417         * src/mainwindow.c
10418         * src/mainwindow.h
10419                 Fix a race condition when, after an SC crash, rescanning
10420                 folders took more than 0.5 seconds
10421                 Thanks to Colin
10422
10423 2006-07-31 [paul]       2.3.1cvs88
10424
10425         * src/folderview.c
10426                 don't translate separator strings
10427
10428 2006-07-30 [mones]      2.3.1cvs87
10429
10430         * doc/man/sylpheed-claws.1
10431                 Fixed non-ASCII chars in Hoa's name
10432         * po/es.po
10433                 Updated for release
10434
10435 2006-07-27 [colin]      2.3.1cvs86
10436
10437         * src/textview.c
10438                 Don't include the leading \n in links
10439                 Patch by Fabien
10440
10441 2006-07-25 [colin]      2.3.1cvs85
10442
10443         * src/mainwindow.c
10444         * src/common/socket.h
10445         * src/etpan/imap-thread.c
10446                 Refresh resolvers before connecting
10447                 to IMAP servers, and after switching
10448                 to online. Thanks to Paul.
10449
10450 2006-07-18 [colin]
10451
10452         * 2.4.0-rc4 released
10453
10454 2006-07-17 [colin]      2.3.1cvs84
10455
10456         * src/inc.c
10457                 Show connection attempt in statusbar before
10458                 connecting (previously first message was
10459                 "Retrieving messages from ..." after the
10460                 connection succeeded.
10461
10462 2006-07-16 [wwp]        2.3.1cvs83
10463
10464         * sylpheed-claws.ico
10465                 Added .ico file (windows multi-size icon file, generated).
10466
10467 2006-07-12 [wwp]        2.3.1cvs82
10468
10469         * src/messageview.c
10470                 remove Message/Re-edit menu entry from messageview window,
10471                 as sent/draft/queued messages are opened in compose window when
10472                 re-edited and it's not possible to re-edit other msgs.
10473
10474 2006-07-12 [paul]       2.3.1cvs81
10475
10476         * AUTHORS
10477         * src/mainwindow.c
10478         * src/gtk/authors.h
10479                 check online state before resetting
10480                 mailcheck timer. Useful if some program
10481                 verifies connection state and updates
10482                 Claws.
10483                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10484
10485 2006-07-12 [paul]       2.3.1cvs80
10486
10487         * sylpheed-claws-128x128.png
10488         * sylpheed-claws-64x64.png
10489         * sylpheed-claws.png
10490         * src/Makefile.am
10491         * src/main.c
10492         * src/prefs_toolbar.c
10493         * src/stock_pixmap.c
10494         * src/stock_pixmap.h
10495         * src/wizard.c
10496         * src/gtk/about.c
10497         * src/gtk/gtkutils.c
10498         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10499         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10500         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10501         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10502         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10503         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10504                 updated and renamed logo/icon files and related
10505                 logo by Jesper Schultz
10506
10507 2006-07-11 [paul]       2.3.1cvs79
10508
10509         * src/main.c
10510                 fix the labels a smidgin
10511
10512 2006-07-09 [colin]      2.3.1cvs78
10513
10514         * src/textview.c
10515                 Show errors in textviewer's command
10516                 Patch by H. Merijn Brand
10517
10518 2006-07-09 [colin]      2.3.1cvs77
10519
10520         * src/compose.c
10521                 Save FMID in drafts too
10522
10523 2006-07-08 [colin]      2.3.1cvs76
10524
10525         * src/compose.c
10526                 Svae RMID in drafted mails too
10527                 Save quote_fmt vars for whole mails,
10528                 don't reset at each quote_fmt_init:
10529                 allows to use the same |i{var} in
10530                 various template fields
10531         * src/prefs_template.c
10532         * src/quote_fmt.h
10533         * src/quote_fmt_parse.y
10534                 Same
10535
10536 2006-07-08 [colin]      2.3.1cvs75
10537
10538         * src/textview.c
10539                 Fix highlighting of attached parts URIs
10540
10541 2006-07-08 [colin]      2.3.1cvs74
10542
10543         * src/main.c
10544                 Prevent bug #981 (sc 2.3.1 segfaults with 
10545                 gtk+ 2.10) from being reported again:
10546                 if Sylpheed-Claws has been compiled against
10547                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10548                 of if Sylpheed-Claws has been compiled against
10549                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10550                 error out.
10551
10552 2006-07-07 [colin]      2.3.1cvs73
10553
10554         * src/prefs_actions.c
10555                 Fix label
10556
10557 2006-07-07 [colin]      2.3.1cvs72
10558
10559         * src/prefs_actions.c
10560                 Fix compile on gtk < 2.8. argh :)
10561
10562 2006-07-07 [paul]       2.3.1cvs71
10563
10564         * src/common/defs.h
10565                 update DONATE_URI
10566
10567 2006-07-07 [colin]      2.3.1cvs70
10568
10569         * po/POTFILES.in
10570         * src/quote_fmt.c
10571         * src/quote_fmt_lex.l
10572         * src/quote_fmt_parse.y
10573                 Add |i{var}, a way to insert user-entered
10574                 text in a template
10575
10576 2006-07-07 [colin]
10577
10578         * 2.4.0-rc3 released
10579
10580 2006-07-07 [colin]      2.3.1cvs69
10581
10582         * src/folder.c
10583                 Don't consider inboxes of UNKNOWN folder 
10584                 classes to be useable as default inboxes
10585
10586 2006-07-07 [paul]       2.3.1cvs68
10587
10588         * src/textview.c
10589                 add missing #include <errno.h>
10590                 Thanks to René J. Blokland
10591
10592 2006-07-07 [paul]       2.3.1cvs67
10593
10594         * src/action.c
10595                 Return now Closes dialog
10596         * src/mimeview.c
10597         * src/mimeview.h
10598         * src/textview.c
10599                 add contextual menu to mime parts listed
10600                 in the textview
10601                 Thanks to Colin
10602         * src/common/utils.c
10603                 reversal: ' is a valid character in URLs
10604
10605 2006-07-06 [colin]      2.3.1cvs66
10606
10607         * src/remotefolder.h
10608                 Forgotten in previous commit
10609
10610 2006-07-06 [colin]      2.3.1cvs65
10611
10612         * src/folder.c
10613                 Set summary update flag whenever
10614                 totals changed
10615         * src/imap.c
10616         * src/prefs_account.c
10617         * src/common/utils.h
10618         * src/etpan/imap-thread.c
10619                 Fix warnings, thanks to Fabien and
10620                 Ricardo
10621
10622 2006-07-06 [wwp]        2.3.1cvs64
10623
10624         * src/gtk/gtkutils.c
10625                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10626
10627 2006-07-06 [wwp]        2.3.1cvs63
10628
10629         * src/account.c
10630         * src/addressbook.c
10631         * src/addressitem.h
10632         * src/folderview.c
10633         * src/mainwindow.c
10634         * src/manual.c
10635         * src/manual.h
10636         * src/message_search.c
10637         * src/prefs_actions.c
10638         * src/prefs_filtering.c
10639         * src/prefs_filtering.h
10640         * src/prefs_template.c
10641         * src/summary_search.c
10642         * src/summaryview.c
10643         * src/gtk/gtkutils.c
10644         * src/gtk/gtkutils.h
10645         * src/gtk/pluginwindow.c
10646                 add help buttons to some dialogs. Clicking such buttons opens a
10647                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10648
10649 2006-07-06 [paul]       2.3.1cvs62
10650
10651         * src/textview.c
10652                 fix attachments contextual menu
10653                 Thanks to Colin
10654
10655 2006-07-05 [colin]      2.3.1cvs61
10656
10657         * src/textview.c
10658         * src/compose.c
10659                 Handle sftp:// links
10660
10661 2006-07-05 [paul]       2.3.1cvs60
10662
10663         * src/gtk/filesel.c
10664                 grab save button by default
10665                 Thanks to Colin
10666
10667 2006-07-05 [wwp]        2.3.1cvs59
10668
10669         * manual/xml2pdf
10670                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10671
10672 2006-07-04 [colin]      2.3.1cvs58
10673
10674         * src/mimeview.c
10675         * src/textview.c
10676                 Use left click to select, middle click to open
10677                 on mimeparts links
10678         * src/common/utils.c
10679                 Fix segfault
10680
10681 2006-07-04 [colin]      2.3.1cvs57
10682
10683         * src/mainwindow.c
10684         * src/news.c
10685                 Warning fixes, thanks to Fabien
10686
10687 2006-07-04 [colin]      2.3.1cvs56
10688
10689         * src/mimeview.c
10690         * src/mimeview.h
10691         * src/textview.c
10692                 Allow parts to be selected via their text label
10693                 in textview
10694
10695 2006-07-04 [colin]      2.3.1cvs55
10696
10697         * src/folderview.c
10698                 Feedback when closing (for big folders)
10699         * src/prefs_actions.c
10700         * src/prefs_filtering.c
10701         * src/prefs_matcher.c
10702         * src/prefs_template.c
10703                 Fix default button when closing without
10704                 having saved
10705
10706 2006-07-04 [colin]      2.3.1cvs54
10707
10708         * src/news.c
10709                 Delete local file on deletion
10710
10711 2006-07-03 [colin]      2.3.1cvs53
10712
10713         * src/folderview.c
10714         * src/main.c
10715                 Don't freeze when rescanning after crash
10716
10717 2006-07-03 [wwp]        2.3.1cvs52
10718
10719         * src/compose.c
10720         * src/privacy.c
10721         * src/privacy.h
10722         * src/plugins/pgpinline/pgpinline.c
10723         * src/plugins/pgpmime/pgpmime.c
10724                 don't report an error when the user cancels the passphrase dialog.
10725
10726 2006-07-02 [colin]      2.3.1cvs51
10727
10728         * src/folderview.c
10729                 Open message when crossing folders with Space,
10730                 goto next unread and friends
10731
10732 2006-07-01 [colin]      2.3.1cvs50
10733
10734         * src/prefs_account.c
10735                 Typographic rules varying from language
10736                 to language (in french "Protocole :"),
10737                 we have to do that :)
10738
10739 2006-07-01 [ticho]      2.3.1cvs49
10740
10741         * src/prefs_account.c
10742                 Only use one temporary gchar* variable in
10743                 prefs_account_protocol_set_optmenu().
10744
10745 2006-07-01 [ticho]      2.3.1cvs48
10746
10747         * src/prefs_account.c
10748         * src/prefs_account.h
10749                 Use GtkLabel for existing account protocol name.
10750                 Created an array for protocol names and populate the
10751                 combobox from it in a for() cycle.
10752
10753 2006-06-30 [colin]      2.3.1cvs47
10754
10755         * src/compose.c
10756                 Block undo when changing signature (by changing
10757                 account)
10758
10759 2006-06-30 [paul]       2.3.1cvs46
10760
10761         * src/send_message.c
10762                 when editing From in the Compose window, use that address
10763                 in the Return-Path: header
10764                 Thanks to Colin
10765
10766 2006-06-30 [colin]      2.3.1cvs45
10767
10768         * src/compose.c
10769                 Fix signature replacement:
10770                 - when no newline before separator
10771                 - when reediting
10772
10773 2006-06-29 [colin]      2.3.1cvs44
10774
10775         * src/folderview.c
10776         * src/folderview.h
10777         * src/mainwindow.c
10778         * src/summaryview.c
10779                 Let 'View/Go to/Next marked' work like
10780                 Next new & Next unread: across folders
10781                 Change the select_on_entry pref to do
10782                 what we want when changing folder
10783         * src/common/utils.c
10784                 Fix single-quoted links 
10785
10786 2006-06-29 [colin]      2.3.1cvs43
10787
10788         * src/gtk/gtkaspell.c
10789                 "Sylpheed" and "Sylpheed-Claws" do exist !
10790
10791 2006-06-29 [colin]      2.3.1cvs42
10792
10793         * src/imap.c
10794                 Forgot to remove debug
10795
10796 2006-06-29 [colin]      2.3.1cvs41
10797
10798         * src/imap.c
10799         * src/imap.h
10800         * src/mainwindow.c
10801                 Disconnect from IMAP servers when going
10802                 offline. Fixes bug #978 (going to offline-mode 
10803                 won't close connections)
10804
10805 2006-06-29 [colin]      2.3.1cvs40
10806
10807         * src/main.c
10808                 Fix transient setting on failing plugins
10809                 Patch by Fabien
10810         * src/plugins/pgpcore/sgpgme.c
10811                 Only warn for OpenPGP. Most people don't
10812                 have CMS available.
10813
10814 2006-06-29 [colin]      2.3.1cvs39
10815
10816         * src/compose.c
10817                 Fix Spelling menu (discrepancy between context menu
10818                 and top menu when folder's dictionary isn't the 
10819                 default one)
10820         * src/plugins/pgpcore/sgpgme.c
10821                 More error reporting about why gpgme can fail
10822
10823 2006-06-29 [wwp]        2.3.1cvs38
10824
10825         * src/mainwindow.c
10826                 honor the display-header-pane setting even when the message view
10827                 is a separate window.
10828
10829 2006-06-29 [wwp]        2.3.1cvs37
10830
10831         * src/prefs_actions.c
10832                 forgot to commit that one (use of GTK_STOCK_INFO).
10833
10834 2006-06-29 [colin]      2.3.1cvs36
10835
10836         * src/imap.c
10837                 Better handling of login errors (ask the password
10838                 again once), alert in case of error. Fix three
10839                 signedness warnings.
10840
10841 2006-06-28 [wwp]        2.3.1cvs35
10842
10843         * src/prefs_template.c
10844         * src/prefs_matcher.c
10845         * src/prefs_filtering_action.c
10846         * src/prefs_quote.c
10847                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
10848                 patch by Fabien Vantard, slightly modified.
10849
10850 2006-06-28 [paul]
10851
10852         2.4.0-rc2 released
10853
10854 2006-06-28 [colin]      2.3.1cvs34
10855
10856         * src/prefs_account.c
10857                 Fix bug #977 (Can't add or edit imap accounts)
10858
10859 2006-06-28 [colin]      2.3.1cvs33
10860
10861         * src/mimeview.c
10862                 Fix previous
10863
10864 2006-06-28 [colin]      2.3.1cvs32
10865
10866         * src/mimeview.c
10867                 Save named inlined attachments with "Save all"
10868         * src/main.c
10869         * src/mbox.c
10870         * src/common/plugin.c
10871         * src/common/plugin.h
10872         * src/common/sylpheed.c
10873         * src/common/utils.c
10874         * src/plugins/pgpcore/sylpheed.def
10875         * src/plugins/pgpinline/sylpheed.def
10876         * src/plugins/pgpmime/sylpheed.def
10877                 Win32 compatibility patch, by
10878                 Werner Koch
10879
10880 2006-06-28 [wwp]        2.3.1cvs31
10881
10882         * src/imap.c
10883         * src/prefs_folder_item.c
10884                 less compilation warnings (thanks to Fabien Vantard), less typos.
10885
10886 2006-06-28 [paul]       2.3.1cvs30
10887
10888         * src/gtk/gtkutils.c
10889                 gtk_combo_box_set_focus_on_click() is only
10890                 available since gtk 2.6.0
10891
10892 2006-06-28 [paul]       2.3.1cvs29
10893
10894         * src/prefs_ext_prog.c
10895                 fix engrish and add a tooltip for the
10896                 'command for 'Display as text' option
10897
10898 2006-06-28 [paul]
10899
10900         2.4.0-rc1 released
10901
10902 2006-06-28 [paul]       2.3.1cvs28
10903
10904         * ChangeLog
10905         * tools/Makefile.am
10906                 include textviewer.pl in releases
10907
10908 2006-06-28 [paul]       2.3.1cvs27
10909
10910         * src/prefs_ext_prog.c
10911                 hide Print command option if libgnomeprint
10912                 support is present
10913
10914 2006-06-27 [colin]      2.3.1cvs26
10915
10916         * src/compose.c
10917                 Fix Esc handling in insert/attach dialog
10918                 Don't show this dialog if dragging something
10919                 else than text/uri-list
10920                 Thanks to Fabien Vantard
10921         * tools/textviewer.pl
10922                 Filter script to display stuff as text
10923                 by H. Merijn Brand
10924
10925 2006-06-27 [wwp]        2.3.1cvs25
10926
10927         * src/messageview.c
10928                 use the exact product name (message view title), patch
10929                 by Fabien Vantard.
10930
10931 2006-06-27 [ticho]      2.3.1cvs24
10932
10933         * src/prefs_account.c
10934         * src/prefs_common.c
10935         * src/prefs_common.h
10936         * src/prefs_ext_prog.c
10937         * src/textview.c
10938                 Add a preference (Preferences/External programs)
10939                 to allow "Display as text" to be done via a script
10940                 (patch by H.Merijn Brand).
10941                 Use GtkComboBox for protocol selection in account
10942                 preferences.
10943                 Only include current choice for existing accounts, and
10944                 insensitivize the combobox.
10945
10946 2006-06-27 [paul]       2.3.1cvs23
10947
10948         * src/mbox.c
10949                 fix crasher introduced in cvs21.
10950                 Thanks to Colin
10951
10952 2006-06-26 [colin]      2.3.1cvs22
10953
10954         * src/mbox.c
10955                 Fix double-frees when leaving folders
10956                 after exporting to mbox
10957
10958 2006-06-26 [colin]      2.3.1cvs21
10959
10960         * src/mbox.c
10961                 More feedback (and optimisation)
10962                 on import/export
10963         * src/common/utils.c
10964                 Fix case when looking for mail addresses
10965         * src/gtk/gtkutils.c
10966                 Extra check for (X-)Face
10967
10968 2006-06-25 [ticho]      2.3.1cvs20
10969
10970         * src/compose.c
10971         * src/exphtmldlg.c
10972         * src/gtk/gtkutils.c
10973         * src/gtk/gtkutils.h
10974                 Added second argument to gtkut_sc_combobox_create() to
10975                 control focus-on-click for the widget.
10976                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
10977
10978 2006-06-25 [ticho]      2.3.1cvs19
10979
10980         * src/compose.c
10981         * src/gtk/Makefile.am
10982         * src/gtk/combobox.c
10983         * src/gtk/combobox.h
10984         * src/gtk/gtkutils.c
10985         * src/gtk/gtkutils.h
10986                 Use GtkComboBox instead of deprecated GtkOptionMenu
10987                 for account selector in compose window and for encoding
10988                 selector in attachment properties.
10989                 Also factorise working with the new GtkComboBox somewhat.
10990
10991 2006-06-24 [paul]       2.3.1cvs18
10992
10993         * src/prefs_common.c
10994                 use the correct default value
10995
10996 2006-06-24 [paul]       2.3.1cvs17
10997
10998         * src/compose.c
10999         * src/prefs_common.c
11000         * src/prefs_common.h
11001         * src/prefs_compose_writing.c
11002                 enable setting of default action when
11003                 dnd'ing files in the compose window.
11004                 (Collaborative effort with wwp)
11005
11006 2006-06-23 [wwp]        2.3.1cvs16
11007
11008         * src/compose.c
11009                 i18n fix (thanks to Fabien Vantard)
11010
11011 2006-06-22 [colin]      2.3.1cvs15
11012
11013         * src/prefs_customheader.c
11014                 Don't use filters in custom headers' file 
11015                 selector. Remember, extensions mean nothing :)
11016
11017 2006-06-22 [paul]       2.3.1cvs14
11018
11019         * configure.ac
11020                 allow setting of man directory location
11021
11022 2006-06-22 [colin]      2.3.1cvs13
11023
11024         * src/mainwindow.c
11025                 Add 'View/Go to/Next unread folder'.
11026                 I missed that :)
11027
11028 2006-06-22 [colin]      2.3.1cvs12
11029
11030         * src/common/utils.c
11031                 Add some subject prefixes
11032                 Patch by Bjorn T Johansen <btj@havleik.no>
11033
11034 2006-06-22 [colin]      2.3.1cvs11
11035
11036         * manual/advanced.xml
11037                 Forgotten hidden pref
11038
11039 2006-06-21 [paul]       2.3.1cvs10
11040
11041         * src/prefs_account.c
11042                 complete the removal of 'Add date header' option
11043
11044 2006-06-21 [paul]       2.3.1cvs9
11045
11046         * src/account.c
11047         * src/compose.c
11048         * src/prefs_account.c
11049         * src/prefs_account.h
11050                 remove option to add date header - always
11051                 add date header
11052         * src/etpan/imap-thread.c
11053                 fix warnings (Thanks to Colin)
11054
11055 2006-06-21 [wwp]        2.3.1cvs8
11056
11057         * src/folder.c
11058                 set the attachment flag when inline text part are (file)named. This is more convenient
11059                 when receiving (for instance) inline source files or patches sent using thunderbird.
11060
11061 2006-06-21 [paul]       2.3.1cvs7
11062
11063         * src/inc.c
11064                 fix off-by-one count of current msg in
11065                 statusbar filtering progressbar
11066
11067 2006-06-21 [paul]       2.3.1cvs6
11068
11069         * src/folder.c
11070                 Show attachment icon even if the part is 'inline'
11071                 if the following conditions are met:
11072                 - content-type != 'text/plain'
11073                 - content-type != '*/pgp-signature'
11074                 - either 'name' or 'filename' parameter is not NULL
11075                 
11076                 Thanks to Colin
11077
11078 2006-06-21 [paul]       2.3.1cvs5
11079
11080         * src/messageview.c
11081         * src/prefs_common.c
11082         * src/prefs_common.h
11083         * src/prefs_other.c
11084                 add an option to 'Never send Return
11085                 Receipts'
11086                 Thanks to Colin
11087
11088 2006-06-20 [mones]      2.3.1cvs4
11089
11090         * po/es.po
11091                 updated
11092         * src/compose.c
11093                 typo fixed (space after comma)
11094         * tools/make.themes.project
11095                 remove exec mode from tarball files
11096
11097 2006-06-20 [colin]      2.3.1cvs3
11098
11099         * src/news.c
11100         * src/procheader.c
11101         * src/unmime.c
11102                 Better fix for \n's in headers (don't 
11103                 break Received: and others)
11104
11105 2006-06-20 [paul]       2.3.1cvs2
11106
11107         * src/alertpanel.c
11108         * src/textview.c
11109                 improve legibility of phishing attempt
11110                 dialog
11111
11112 2006-06-20 [paul]       2.3.1cvs1
11113
11114         * NEWS
11115         * README
11116         * configure.ac
11117                 Update version number following
11118                 stable release
11119
11120 2006-06-20 [colin]      2.3.0cvs26
11121
11122         * src/compose.c
11123                 When dragging a file to the text of the compose
11124                 window, ask whether we want to insert or attach
11125                 (I know lots of people who do that to attach)
11126
11127 2006-06-20 [colin]      2.3.0cvs25
11128
11129         * src/etpan/imap-thread.c
11130                 Fix threshold (the append command is often > 32 bytes)
11131
11132 2006-06-19 [colin]      2.3.0cvs24
11133
11134         * src/imap.c
11135         * src/etpan/imap-thread.c
11136                 Workaround Rockliffe IMAP server bug: replace
11137                 "x UID SEARCH (ANSWERED UID 1:*)" with
11138                 "x UID SEARCH ANSWERED"
11139                 (Rockliffe doesn't handle the parenthesis)
11140
11141 2006-06-19 [colin]      2.3.0cvs23
11142
11143         * src/compose.c
11144         * src/imap.c
11145         * src/etpan/imap-thread.c
11146                 Probably fix bug #972 (Freezes when adding 
11147                 an attachment to the message)
11148         * src/common/defs.h
11149                 Modernize Firefox cmd
11150
11151
11152 2006-06-18 [colin]      2.3.0cvs22
11153
11154         * src/prefs_customheader.c
11155                 Only allow correct filenames for various
11156                 custom headers
11157
11158 2006-06-18 [colin]      2.3.0cvs21
11159
11160         * src/prefs_customheader.c
11161                 Add a 'From File...' button in custom headers prefs, which
11162                 try to do the right thing: 
11163                 for normal headers, use file as plaintext,
11164                 for X-Face, calls compface,
11165                 for Face, encode to b64.
11166
11167 2006-06-17 [colin]      2.3.0cvs20
11168
11169         * src/mh.c
11170                 Warning fix
11171
11172 2006-06-16 [colin]      2.3.0cvs19
11173
11174         * src/summaryview.c
11175                 Recursive quicksearch: show message list
11176                 in current folder, *then* search children
11177                 in the background.
11178
11179 2006-06-16 [colin]      2.3.0cvs18
11180
11181         * src/main.c
11182                 Instead of ignoring SIGPIPE, save caches
11183                 when getting one. Will fix the fact that
11184                 hot caches are out-of-date when logging 
11185                 out of Xorg.
11186         * src/compose.c
11187         * src/prefs_compose_writing.c
11188                 Only save text (not attachments) when 
11189                 auto-saving to drafts
11190         * src/unmime.c
11191                 Always replace \n, \r and \t with spaces
11192                 in headers
11193         * manual/dist/html/Makefile.am
11194         * manual/dist/pdf/Makefile.am
11195         * manual/dist/ps/Makefile.am
11196         * manual/dist/txt/Makefile.am
11197         * manual/fr/dist/html/Makefile.am
11198         * manual/fr/dist/pdf/Makefile.am
11199         * manual/fr/dist/ps/Makefile.am
11200         * manual/fr/dist/txt/Makefile.am
11201         * manual/pl/dist/html/Makefile.am
11202         * manual/pl/dist/pdf/Makefile.am
11203         * manual/pl/dist/ps/Makefile.am
11204         * manual/pl/dist/txt/Makefile.am
11205                 Fix make clean removing pregenerated manuals
11206
11207
11208 2006-06-16 [colin]      2.3.0cvs17
11209
11210         * src/plugins/pgpcore/sgpgme.c
11211         * src/plugins/pgpmime/pgpmime.c
11212         * src/plugins/pgpinline/pgpinline.c
11213                 Better error reporting in setup_signers.
11214                 Don't fallback to default key if specified
11215                 key isn't found.
11216                 Don't allow signing if more than one secret
11217                 key matches the one specified in prefs.
11218
11219 2006-06-15 [colin]      2.3.0cvs16
11220
11221         * src/folderview.c
11222                 Add "Send queue" in the folder's contextual
11223                 menu
11224         * src/compose.c
11225         * src/messageview.c
11226         * src/privacy.c
11227         * src/privacy.h
11228         * src/procmime.c
11229         * src/procmsg.c
11230         * src/plugins/pgpcore/passphrase.c
11231         * src/plugins/pgpcore/sgpgme.c
11232         * src/plugins/pgpinline/pgpinline.c
11233         * src/plugins/pgpmime/pgpmime.c
11234                 Better error reporting
11235         * src/mbox.c
11236                 Probably fix bug #971 (2.2.3 cannot read mail 
11237                 from local mbox)
11238
11239
11240 2006-06-15 [mones]      2.3.0cvs15
11241
11242         * tools/make.themes.project
11243                 creates the themes project from the web page
11244
11245 2006-06-15 [colin]      2.3.0cvs14
11246
11247         * src/folder.c
11248                 Better fix (avoid losing the folder if scan_tree 
11249                 fails)
11250
11251 2006-06-15 [cleroy]     2.3.0cvs13
11252
11253         * src/folder.c
11254                 Probably fix Bug #969 (crash on rebuilding 
11255                 imap folder)
11256
11257 2006-06-14 [colin]      2.3.0cvs12
11258
11259         * manual/dtd/manual.xsl
11260         * manual/sylpheed-claws-manual.xml
11261         * manual/fr/sylpheed-claws-manual.xml
11262         * manual/pl/sylpheed-claws-manual.xml
11263                 Insert pagebreaks between sections
11264
11265 2006-06-14 [paul]       2.3.0cvs11
11266
11267         * configure.ac
11268                 better fix than 2.3.0cvs10
11269
11270 2006-06-14 [paul]       2.3.0cvs10
11271
11272         * configure.ac
11273                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11274                 (backwards compatible)
11275
11276 2006-06-13 [colin]      2.3.0cvs9
11277
11278         * src/messageview.c
11279                 Fix sending of return receipt with the new queue folders
11280
11281 2006-06-13 [wwp]        2.3.0cvs8
11282
11283         * src/quote_fmt_lex.l
11284                 fix wrong tokens returned in quote_fmt lexer, query not().
11285
11286 2006-06-13 [wwp]        2.3.0cvs7
11287
11288         * src/folder.c
11289         * src/prefs_folder_item.c
11290                 allow changing folder type even when folder is not a top-level one,
11291                 thanks to Colin.
11292
11293 2006-06-12 [colin]      2.3.0cvs6
11294
11295         * src/folderview.c
11296                 Fix double-ask of "Do you want to mark all
11297                 as read"
11298
11299 2006-06-12 [colin]      2.3.0cvs5
11300
11301         * src/compose.c
11302         * src/compose.h
11303         * src/folder.c
11304         * src/folder.h
11305         * src/imap.c
11306         * src/inc.c
11307         * src/main.c
11308         * src/messageview.c
11309         * src/mh.c
11310         * src/prefs_folder_item.c
11311         * src/procheader.c
11312         * src/procmime.c
11313         * src/procmsg.c
11314         * src/procmsg.h
11315         * src/send_message.c
11316         * src/summaryview.c
11317         * src/toolbar.c
11318                 Apply bug #964's patch (Queue and drafts aren't normal)
11319                 The Drafts and Queue folder now contain RFC-822 files,
11320                 allowing to move and copy mails from and to these 
11321                 folders. Moving from Drafts to Queue will prepare the
11322                 mail for sending (PGP signature, encryption, etc).
11323                 This patch also rework sending errors handling to try
11324                 to be more helpful.
11325                 Also, allow redefining folder types via the GUI 
11326                 (Folder type in its Properties)
11327
11328 2006-06-12 [colin]      2.3.0cvs4
11329
11330         * src/summaryview.c
11331         * src/prefs_common.c
11332         * src/prefs_common.h
11333         * src/gedit-print.c
11334                 Allow to define a specific print font - patch
11335                 by Bernhard Walle <bernhard.walle@gmx.de>
11336         * src/prefs_fonts.c
11337         * manual/advanced.xml
11338         * manual/fr/advanced.xml
11339                 Add a hidden pref to allow deletion without
11340                 confirmation
11341
11342 2006-06-12 [wwp]        2.3.0cvs3
11343
11344         * .cvsignore
11345                 more files to ignore.
11346
11347 2006-06-12 [wwp]        2.3.0cvs2
11348
11349         * src/quote_fmt.c
11350         * src/quote_fmt_lex.l
11351         * src/quote_fmt_parse.y
11352                 extend the quote_fmt parser (templates and quotes):
11353                 - allow limited sub-expressions in |p{} and |f{} expressions,
11354                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11355                 - implemented/fixed missing implementation of query_references and show_references,
11356                 - completed, fixed contents and format of the symbols help dialog,
11357                 - fix some compilation warnings.
11358
11359 2006-06-12 [wwp]        2.3.0cvs1
11360
11361         * manual/advanced.xml
11362         * manual/fr/advanced.xml
11363                 updates in the "templates" section of the manual (eng/fr):
11364                  - be more precise (both versions)
11365                  - completed to match the english reference (fr version)
11366                  - touchups (both versions)
11367
11368 2006-06-12 [paul]       2.3.0
11369
11370         2.3.0 released
11371
11372 2006-06-12 [paul]       2.2.3cvs14
11373
11374         * po/ca.po
11375         * po/cs.po
11376         * po/de.po
11377         * po/el.po
11378         * po/fr.po
11379         * po/it.po
11380         * po/pt_BR.po
11381         * po/sr.po
11382         * po/zh_CN.po
11383                 updated by Miquel Oliete, Tim, Stephan Sachse,
11384                 Stavros Giannouris, Fabien Vantard, Andrea
11385                 Spadaccini, Frederico Goncalves Guimaraes,
11386                 Aleksandar Urosevic, and Ralgh Young
11387
11388 2006-06-12 [colin]      2.2.3cvs13
11389
11390         * src/mbox.c
11391                 Add missing header
11392
11393 2006-06-11 [colin]      2.2.3cvs12
11394
11395         * src/msgcache.c
11396                 Verify that g_malloc() succeeded
11397
11398 2006-06-11 [colin]      2.2.3cvs11
11399
11400         * src/wizard.c
11401                 Add Face header to welcome mail
11402
11403 2006-06-10 [colin]      2.2.3cvs10
11404
11405         * src/textview.c
11406                 Revert previous (Forgot it changes the
11407                 margin on the whole mail)
11408
11409 2006-06-10 [colin]      2.2.3cvs9
11410
11411         * src/textview.c
11412                 Don't overlap long headers under (X-)Face
11413
11414 2006-06-10 [mones]      2.2.3cvs8
11415
11416         * manual/xml2pdf
11417                 allow generation of manual on systems lacking saxon binary
11418                 but with java and the saxon library installed
11419
11420         * po/es.po
11421                 updated for release
11422
11423 2006-06-09 [colin]      2.2.3cvs7
11424
11425         * src/summaryview.c
11426                 Fix leak when using Display Sender using Addressbook
11427
11428 2006-06-09 [colin]      2.2.3cvs6
11429
11430         * src/compose.c
11431         * src/folder.c
11432         * src/folderview.c
11433         * src/mimeview.c
11434         * src/summaryview.c
11435                 More leaks fixes
11436
11437 2006-06-09 [paul]       2.2.3cvs5
11438
11439         * AUTHORS
11440         * src/gtk/authors.h
11441         * tools/claws.i18n.status.pl
11442                 updated with new info
11443
11444 2006-06-09 [paul]       2.2.3cvs4
11445
11446         * README
11447                 updated
11448         * manual/ack.xml
11449                 add wwp to authors list
11450         * src/gtk/authors.h
11451                 update mine and Colin's addresses
11452
11453 2006-06-08 [colin]      2.2.3cvs3
11454
11455         * src/etpan/imap-thread.c
11456                 Fix leak on SSL cert check
11457
11458 2006-06-08 [colin]      2.2.3cvs2
11459
11460         * src/common/utils.c
11461                 Fix leak
11462
11463 2006-06-08 [paul]       2.2.3cvs1
11464
11465         * configure.ac
11466                 Update version number following
11467                 stable release
11468
11469 2006-06-07 [colin]      2.2.2cvs3
11470
11471         * src/msgcache.c
11472                 Fix catching cache read errors (guint instead of gint)
11473                 Prevent malloc'ing more than 8MB (means cache corruption)
11474
11475 2006-06-07 [paul]       2.2.2cvs2
11476
11477         * src/exporthtml.c
11478         * src/exportldif.c
11479         * src/mh.c
11480         * src/mutt.c
11481         * src/pine.c
11482         * src/common/utils.c
11483                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11484                 obey $HOME'
11485                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11486                 Thanks to Colin
11487
11488 2006-06-06 [paul]       2.2.2cvs1
11489
11490         * configure.ac
11491                 Update version number following
11492                 stable release
11493
11494 2006-06-06 [paul]       2.2.1cvs6
11495
11496         * src/matcher.c
11497                 fix  implicit declaration of
11498                 sylpheed_do_idle()
11499                 Patch by Fabien Vantard
11500
11501 2006-06-06 [paul]       2.2.1cvs5
11502
11503         * src/matcher.c
11504                 fix age_greater and age_lower so that they
11505                 mean what say and not '...or equal to'
11506                 Thanks to Colin
11507
11508 2006-06-06 [paul]       2.2.1cvs4
11509
11510         * src/textview.c
11511         * src/common/utils.c
11512                 fix URI check
11513                 Thanks to Colin
11514
11515 2006-06-05 [wwp]        2.2.1cvs3
11516
11517         * manual/fr/account.xml
11518                 minor language fixes (thanks to Fabien Vantard).
11519
11520 2006-06-05 [colin]      2.2.1cvs2
11521
11522         * src/prefs_folder_item.c
11523         * src/folderview.c
11524                 Allow recursive setting of properties 
11525                 for whole mailboxes
11526         * src/matcher.c
11527                 Don't freeze on 'test' filtering rule
11528
11529 2006-06-05 [colin]      2.2.1cvs1
11530
11531         * configure.ac
11532                 Update version number following
11533                 stable release
11534
11535 2006-06-04 [wwp]        2.2.0cvs82
11536
11537         * manual/glossary.xml
11538         * manual/account.xml
11539         * manual/fr/glossary.xml
11540         * manual/fr/account.xml
11541                 added glossary section and references/links related to the Face custom header.
11542
11543 2006-06-04 [colin]      2.2.0cvs81
11544
11545         * src/summaryview.c
11546                 Skip to next message on move with no
11547                 immediate execution
11548
11549 2006-06-04 [wwp]        2.2.0cvs80
11550
11551         * manual/xml2pdf
11552                 added sanity checks, exit when needed.
11553
11554 2006-06-03 [paul]       2.2.0cvs79
11555
11556         * src/prefs_receive.c
11557                 page name is now 'Receiving'
11558         * src/prefs_send.c
11559                 page name is now 'Sending'
11560
11561 2006-06-03 [colin]      2.2.0cvs78
11562
11563         * src/plugins/spamassassin/spamassassin_gtk.c
11564                 Autoswitch to Localhost if transport was previously
11565                 disabled. Else people had to check [] Enable, then
11566                 *reselect* transport.
11567
11568 2006-06-03 [colin]      2.2.0cvs77
11569
11570         * src/plugins/pgpinline/pgpinline.c
11571         * src/plugins/pgpmime/pgpmime.c
11572                 Check that gpg_data_release_and_get_mem 
11573                 didn't fail (now, why this happens...)
11574
11575 2006-06-03 [colin]      2.2.0cvs76
11576
11577         * src/mbox.c
11578                 Fix bug #962 (Manual and/or UI should 
11579                 warn about incompatible locking 
11580                 causing dataloss)
11581
11582 2006-06-02 [cleroy]     2.2.0cvs75
11583
11584         * src/filtering.c
11585         * src/folder.c
11586         * src/procmsg.c
11587         * src/summaryview.c
11588                 Fix a few leaks
11589
11590 2006-06-02 [colin]      2.2.0cvs74
11591
11592         * src/main.c
11593                 On exit, free caches after writing them
11594                 Shuts up some valgrind false positives
11595         * src/procmsg.c
11596         * src/send_message.c
11597                 Fix races when reusing existing SMTP connections
11598                 Fix inexistant session timeout
11599         * src/toolbar.c
11600                 Display alertpanel after all queues have
11601                 been processed, not after each
11602
11603 2006-06-02 [wwp]        2.2.0cvs73
11604
11605         * manual/fr/glossary.xml
11606         * manual/fr/ack.xml
11607         * manual/ack.xml
11608                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11609
11610 2006-06-02 [wwp]        2.2.0cvs72
11611
11612         * manual/xml2pdf
11613         * manual/dist/pdf/Makefile.am
11614         * manual/dtd/manual.xsl
11615         * manual/fr/dist/pdf/Makefile.am
11616         * manual/pl/dist/pdf/Makefile.am
11617                 we changed the procedure to generate the .pdf version of the manual.
11618                 The procedure is more modern and the .pdf we get now has a valid index.
11619                 Here are the new pre-requisites:
11620
11621                 - JRE 1.x (1.4 here): there must be one from your distro
11622                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11623                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11624                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11625
11626                 See my posts for further info about the installation of this toolchain:
11627
11628                 Date: Fri, 19 May 2006 19:40:06 +0200
11629                 From: wwp <subscript@free.fr>
11630                 To: sylpheed-claws-devel@lists.sourceforge.net
11631                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11632
11633                 and
11634
11635                 Date: Wed, 24 May 2006 12:58:49 +0200
11636                 From: wwp <subscript@free.fr>
11637                 To: sylpheed-claws-devel@lists.sourceforge.net
11638                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11639
11640 2006-06-01 [colin]      2.2.0cvs71
11641
11642         * src/compose.c
11643                 Better guards against IMAP races
11644         * src/main.c
11645         * src/prefs_common.c
11646         * src/prefs_common.h
11647         * src/common/ssl_certificate.c
11648         * src/etpan/imap-thread.c
11649         * src/etpan/imap-thread.h
11650         * src/gtk/sslcertwindow.c
11651                 New hidden option ssl_skip_cert_check to 
11652                 avoid dups of bug #959 (libetpan linked
11653                 against gnutls and gnutls buggy on 64bit)
11654                 Present expired warning only once per
11655                 session/server.
11656         * manual/advanced.xml
11657         * manual/fr/advanced.xml
11658                 Document new option
11659
11660 2006-06-01 [wwp]        2.2.0cvs70
11661
11662         * src/messageview.c
11663                 fix for bug #961 (return receipt dialog 
11664                 complains incorrectly about return-path 
11665                 email adress being different), thanks 
11666                 to Colin.
11667
11668 2006-05-31 [cleroy]     2.2.0cvs69
11669
11670         * src/common/ssl.c
11671                 Guard against NULLs, although this
11672                 should never be an issue
11673
11674 2006-05-31 [colin]      2.2.0cvs68
11675
11676         * src/filtering.c
11677                 Use g_slist_prepend
11678         * src/imap.c
11679                 Don't remove caches when destroying folder, it
11680                 could (should) be done at exit
11681         * src/inc.c
11682                 free processing cache after incorporation
11683         * src/etpan/imap-thread.c
11684                 Maybe fix bug #959 (Crash on moving to emails 
11685                 to a imap account per ssl with a expired 
11686                 certificate.)
11687
11688 2006-05-30 [colin]      2.2.0cvs67
11689
11690         * src/summaryview.c
11691                 Put back event flush when displaying message
11692                 It avoids reading a bunch of messages just
11693                 by hitting shift-n for too long ;)
11694
11695 2006-05-29 [colin]      2.2.0cvs66
11696
11697         * src/summaryview.c
11698                 Remove useless g_warnings
11699
11700 2006-05-29 [colin]      2.2.0cvs65
11701
11702         * src/imap.c
11703                 Fix g_slist_append()s for performance
11704
11705 2006-05-29 [colin]      2.2.0cvs64
11706
11707         * src/compose.c
11708         * src/common/utils.c
11709                 Fix extraneous tab at start of addresses
11710         * src/mainwindow.c
11711                 Fix warnings (thanks to Fabien)
11712                 Fix crash at exit when composing messages 
11713                 exist
11714         * src/pop.c
11715                 Fix progress bar when deleting expired mails
11716                 Thanks to Hiro
11717         * src/summaryview.c
11718         * src/gtk/gtksctree.c
11719                 Fix re-sorting slowness
11720
11721 2006-05-29 [paul]       2.2.0cvs63
11722
11723         * src/mh.c
11724                 fetch full message when moving mails
11725                 from another mailbox, (fixed data loss
11726                 when filtering from IMAP to MH, introduced
11727                 in 2.2.0cvs57).
11728                 Thanks to Colin
11729
11730 2006-05-29 [mones]      2.2.0cvs62
11731
11732         * src/gtk/gtksctree.c
11733                 Unselect faster (patch by Colin)        
11734
11735 2006-05-26 [colin]      2.2.0cvs61
11736
11737         * src/summaryview.c
11738                 Unplug MSGINFO_UPDATE callback on delete too.
11739
11740 2006-05-26 [colin]      2.2.0cvs60
11741
11742         * src/foldersel.c
11743                 Fix bold in folder selection window with glib2.10
11744                 thanks Hiro
11745
11746 2006-05-26 [colin]      2.2.0cvs59
11747
11748         * src/procheader.c
11749                 Convert date only if necessary (and don't
11750                 try to convert from utf8 to utf8, too)
11751         * src/summaryview.c
11752                 Only set column's text if the column's 
11753                 displayed
11754
11755 2006-05-26 [colin]      2.2.0cvs58
11756
11757         * src/summaryview.c
11758         * src/gtk/gtkutils.c
11759                 Fix useless warning
11760
11761 2006-05-26 [colin]      2.2.0cvs57
11762
11763         * src/mainwindow.c
11764                 Make summaryview selectable as long as 
11765                 no message has focus
11766         * src/mh.c
11767                 Faster deletion (by implementing mh_remove_msgs)
11768                 Faster copy (avoid using mh_fetch_msg just to get
11769                 the filename)
11770                 Faster move (using move_file instead of copy_file
11771                 if MSG_IS_MOVE)
11772                 No progressbar if total number of mails to cp/mv 
11773                 is less than 100
11774         * src/summaryview.c
11775                 Fix removal from subject_table when mail gets moved
11776                 Faster deletion (g_slist_prepend instead of append)
11777         * src/gtk/gtksctree.c
11778                 Remove useless code
11779
11780 2006-05-25 [colin]      2.2.0cvs56
11781
11782         * src/common/ssl_certificate.c
11783                 Fix leak in expired cert check
11784
11785 2006-05-25 [colin]      2.2.0cvs55
11786
11787         * src/mh.c
11788                 Disable flags syncing on .mh_sequences - it
11789                 is buggy and marks mails read under unknown
11790                 conditions.
11791
11792 2006-05-25 [paul]
11793
11794         * 2.3.0-rc4 released
11795
11796 2006-05-24 [colin]      2.2.0cvs54
11797
11798         attention cvs users: if you manage to crash
11799         Sylpheed-Claws while moving, copying or deleting
11800         mails, we *are* interested in stack traces and
11801         valgrind logs. It looks stable, but one never
11802         knows...
11803
11804         * src/folder.c
11805                 Add progressbar for cache updates
11806         * src/folderutils.c
11807                 Optimize Mark all read in the current
11808                 folder
11809         * src/mh.c
11810                 Add progressbar for copy/move
11811         * src/procmsg.c
11812                 Optimize O(n^2) in copy/move
11813         * src/summaryview.c
11814         * src/gtk/gtksctree.c
11815                 Optimize O(n^2) algos
11816         * src/common/timing.h
11817                 Display ms instead of us
11818
11819 2006-05-24 [wwp]        2.2.0cvs53
11820
11821         * manual/fr/advanced.xml
11822                 updates to the French manual.
11823
11824 2006-05-24 [wwp]        2.2.0cvs52
11825
11826         * src/common/utils.c
11827                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
11828
11829 2006-05-24 [wwp]        2.2.0cvs51
11830
11831         * src/folderutils.c
11832                 fixed "mark all read" in MH folders (thanks to Colin).
11833
11834 2006-05-24 [paul]       2.2.0cvs50
11835
11836         * doc/man/sylpheed-claws.1
11837                 updated the man page
11838
11839 2006-05-23 [colin]      2.2.0cvs49
11840
11841         * src/folderview.c
11842         * src/imap.c
11843         * src/inc.c
11844         * src/mbox.c
11845         * src/messageview.c
11846         * src/news.c
11847         * src/send_message.c
11848         * src/summaryview.c
11849         * src/gtk/sslcertwindow.c
11850                 alertpanel fixes, by Fabien
11851
11852 2006-05-23 [colin]      2.2.0cvs48
11853
11854         * src/folder.c
11855         * src/folderview.c
11856         * src/msgcache.c
11857         * src/summaryview.c
11858         * src/gtk/gtksctree.c
11859         * src/gtk/gtksctree.h
11860                 More timings
11861                 Fix slow loading problem, which was caused by the
11862                 use of some gtk_ctree funcs and their use of
11863                 g_list_position while gtk_ctree_(un)link'ing.
11864                 Reap more functions from gtkctree.c to be sure we
11865                 use our (fast) version instead of theirs.
11866         * src/mh.c
11867                 Fix copy of unread mails
11868
11869
11870 2006-05-22 [wwp]        2.2.0cvs47
11871
11872         * manual/fr/advanced.xml
11873                 updated.
11874
11875 2006-05-22 [colin]      2.2.0cvs46
11876
11877         * src/filtering.c
11878                 Fix possible infinite loop. 'copy' is not a 
11879                 final action, so when encountering a 'copy',
11880                 we have to check if a previous one was set
11881                 and do it. In the same way, if we encounter
11882                 a 'move' we have to perform a possibly 
11883                 pending 'copy'. This will slow down filtering
11884                 on IMAP if move+copy or multiple copy actions
11885                 are to be done, but handling it via the batch
11886                 would be really too convoluted.
11887
11888 2006-05-22 [wwp]        2.2.0cvs45
11889
11890         * manual/fr/advanced.xml
11891         * manual/fr/faq.xml
11892         * manual/fr/glossary.xml
11893         * manual/fr/handling.xml
11894         * manual/fr/intro.xml
11895         * manual/fr/plugins.xml
11896         * manual/fr/sylpheed-claws-manual.xml
11897                 sync w/ the english manual: updates URIs, documented mailing-list
11898                 support, better explanation about the enabled/disabled feature
11899                 in filtering/processing rules by Paul.
11900
11901 2006-05-21 [colin]      2.2.0cvs44
11902
11903         * src/summaryview.c
11904                 Don't expand after building threads, but during
11905
11906 2006-05-21 [colin]      2.2.0cvs43
11907
11908         * src/procmsg.c
11909         * src/summaryview.c
11910                 More timing possibilities... For next time I have 
11911                 to find out how the hell some 3GHz computer takes
11912                 one minute to open a 30k folder...
11913
11914 2006-05-21 [colin]      2.2.0cvs42
11915
11916         * manual/pl/advanced.xml
11917         * manual/pl/faq.xml
11918         * manual/pl/glossary.xml
11919         * manual/pl/handling.xml
11920         * manual/pl/intro.xml
11921         * manual/pl/plugins.xml
11922         * manual/pl/sylpheed-claws-manual.xml
11923                 Polish manual updated by Pawel
11924
11925 2006-05-20 [colin]
11926
11927         * 2.3.0-rc3 released
11928
11929 2006-05-20 [colin]      2.2.0cvs41
11930
11931         * src/imap.c
11932                 Fix -rc2 problems:
11933                 - remove cache of moved messages from original folder
11934                 - apply new flags to messages even if they aren't appliable
11935                   via IMAP.
11936
11937 2006-05-20 [colin]
11938
11939         * 2.3.0-rc2 released
11940
11941 2006-05-19 [colin]      2.2.0cvs40
11942
11943         * src/imap.c
11944                 Don't issue SELECT in imap_change_flags
11945                 before having checked that we indeed have
11946                 some flags to change. MSG_POSTFILTERED for
11947                 example can't be used on IMAP.
11948                 Fixes bug #955 (copying messages between 
11949                 imap folders is extremely slow), which was
11950                 a regression.
11951
11952 2006-05-19 [colin]      2.2.0cvs39
11953
11954         * src/folder.c
11955         * src/folder.h
11956         * src/folderview.c
11957                 Try to fix bug #830 (Some unread messages 
11958                 get marked read in IMAP inbox):
11959                 - Prevent scanning a folder if it's being 
11960                   opened via the GUI
11961                 - Postpone opening via the GUI of a folder
11962                   currently scanned.
11963
11964
11965 2006-05-19 [wwp]        2.2.0cvs38
11966
11967         * manual/advanced.xml
11968                 fix English+typo (thanks to Paul).
11969
11970 2006-05-19 [wwp]        2.2.0cvs37
11971
11972         * manual/advanced.xml
11973         * manual/fr/advanced.xml
11974         * src/gtk/logwindow.c
11975         * src/prefs_common.c
11976         * src/prefs_common.h
11977                 added hidden prefs to allow customization of colors used in
11978                 protocol log window (useful for dark gtk+ themes).
11979
11980 2006-05-19 [wwp]        2.2.0cvs36
11981
11982         * ChangeLog
11983                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
11984
11985 2006-05-19 [paul]       2.2.0cvs35
11986
11987         * src/textview.c
11988                 make Reply-To fully clickable
11989         * src/gtk/logwindow.c
11990                 more colouring (SMTP ESMTP)
11991         Both patches by Pawel Pekala
11992
11993 2006-05-19 [cleroy]     2.2.0cvs34
11994
11995         * src/mh.c
11996                 Don't update flags from current folder
11997                 Probably fixes bug #935 (Read Messages 
11998                 Revert to Being Marked as Unread)
11999
12000 2006-05-18 [colin]      2.2.0cvs33
12001
12002         * src/imap.c
12003                 Warning fix
12004         * src/compose.c
12005         * src/mainwindow.c
12006         * src/summaryview.c
12007         * src/toolbar.c
12008                 Allow replying to multiple emails
12009                 in multiple windows
12010         * src/mimeview.c
12011         * src/etpan/imap-thread.c
12012                 Leak fixes
12013
12014 2006-05-18 [paul]       2.2.0cvs32
12015
12016         * src/summaryview.c
12017                 keep Mailing-List menu refreshed
12018                 Thanks to Colin
12019
12020 2006-05-18 [paul]       2.2.0cvs31
12021
12022         * manual/advanced.xml
12023         * manual/faq.xml
12024         * manual/glossary.xml
12025         * manual/handling.xml
12026         * manual/intro.xml
12027         * manual/plugins.xml
12028         * manual/sylpheed-claws-manual.xml
12029                 update URLs
12030                 add info about mailing-list support
12031                 edit filtering info
12032         * src/wizard.c
12033         * src/common/defs.h
12034         * src/gtk/about.c
12035         * src/plugins/dillo_viewer/README
12036                 update URLs
12037
12038 2006-05-17 [wwp]        2.2.0cvs30
12039
12040         * manual/handling.xml
12041         * manual/fr/handling.xml
12042                 documented the ability to enabled/disable filtering/processing rules.
12043
12044 2006-05-17 [colin]      2.2.0cvs29
12045
12046         * src/main.c
12047                 Don't initialize g_thread subsystem if it's 
12048                 already done (thanks to Hiro)
12049         * src/mimeview.c
12050                 Fix saving of parts when there name can't be
12051                 converted from UTF-8.
12052
12053 2006-05-17 [paul]       2.2.0cvs28
12054
12055         * po/Makefile.in.in
12056                 fix config.status warning with autoconf 2.60
12057
12058 2006-05-17 [paul]       2.2.0cvs27
12059
12060         * po/POTFILES.in
12061                 add src/mbox.c
12062
12063 2006-05-17 [wwp]        2.2.0cvs26
12064
12065         * src/mainwindow.c
12066                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12067
12068 2006-05-17 [wwp]        2.2.0cvs25
12069
12070         * src/plugins/demo/demo.c
12071                 updated product name in plugin demo (many plugins need to be
12072                 sync'ed w/ that change).
12073
12074 2006-05-17 [colin]      2.2.0cvs24
12075
12076         * src/mh.c
12077                 Fix leak
12078
12079 2006-05-16 [colin]      2.2.0cvs23
12080
12081         * src/mainwindow.c
12082                 Stupid me hit again. Fix cvs22.
12083
12084 2006-05-16 [colin]      2.2.0cvs22
12085
12086         * src/mainwindow.c
12087                 Fix bug #922 (sylpheed-claws crashed after 
12088                 pushing on Inbox folder)
12089
12090 2006-05-16 [colin]      2.2.0cvs21
12091
12092         * src/compose.c
12093                 Make From header be copy/paste/select-able
12094
12095 2006-05-16 [wwp]        2.2.0cvs20
12096
12097         * src/export.c
12098         * src/matcher.c
12099         * src/summaryview.c
12100         * src/etpan/imap-thread.c
12101                 fix some compiler warnings (thanks to Colin).
12102
12103 2006-05-16 [wwp]        2.2.0cvs19
12104
12105         * src/action.c
12106         * src/gedit-print.c
12107         * src/inc.c
12108         * src/mainwindow.c
12109         * src/mh.c
12110         * src/statusbar.c
12111         * src/send_message.c
12112         * src/summaryview.c
12113                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12114
12115 2006-05-15 [colin]      2.2.0cvs18
12116
12117         * src/procmsg.c
12118                 Fix automatic rule creation with List-Post
12119
12120 2006-05-15 [paul]       2.2.0cvs17
12121
12122         * tools/filter_conv_new.pl
12123                 updated for rule enabling/disabling
12124                 claws version >= 2.3.x required
12125
12126 2006-05-15 [cleroy]     2.2.0cvs16
12127
12128         * src/main.c
12129                 Revert test
12130
12131 2006-05-15 [cleroy]     2.2.0cvs15
12132
12133         * src/main.c
12134                 test
12135
12136 2006-05-15 [wwp]        2.2.0cvs14
12137
12138         * manual/pl/.cvsignore
12139                 ignore generated files.
12140
12141 2006-05-14 [wwp]        2.3.0-rc1
12142
12143         * 2.3.0-rc1 released
12144
12145 2006-05-13 [wwp]        2.2.0cvs13
12146
12147         * src/filtering.c
12148         * src/filtering.h
12149         * src/matcher.c
12150         * src/matcher_parser_lex.l
12151         * src/matcher_parser_parse.y
12152         * src/prefs_filtering.c
12153                 new feature: provide the ability to disable filtering and processing
12154                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12155                 adaptations.
12156
12157 2006-05-13 [colin]      2.2.0cvs12
12158
12159         * src/compose.c
12160                 Remove useless if (a) b; else b;
12161                 Thanks to wwp
12162
12163 2006-05-13 [wwp]        2.2.0cvs11
12164
12165         * src/export.c
12166         * src/import.c
12167         * src/mainwindow.c
12168         * src/mbox.c
12169         * src/summaryview.c
12170         * src/summaryview.h
12171                 no more silent failures (or at least less ones) when importing
12172                 or exporting from/to mbox. Also start importing/exporting if
12173                 the necessary info is set.
12174
12175 2006-05-13 [wwp]        2.2.0cvs10
12176
12177         * RELEASE_NOTES
12178                 restored up-to-date release notes.
12179
12180 2006-05-13 [paul]       2.2.0cvs9
12181
12182         * po/nl.po
12183         * po/ru.po
12184                 updated by Tim Dijkstra and Pavlo Bohmat
12185
12186 2006-05-12 [colin]      2.2.0cvs8
12187
12188         * src/gtk/quicksearch.c
12189                 Add "k" as shortcut for "colorlabel". Patch
12190                 by ath42@users.sf.net.
12191
12192 2006-05-12 [paul]       2.2.0cvs7
12193
12194         * src/prefs_common.h
12195         * src/prefs_summaries.c
12196         * src/summaryview.c
12197                 when entering a folder also allow
12198                 going directly to first Marked message
12199
12200 2006-05-12 [paul]       2.2.0cvs6
12201
12202         * src/summaryview.c
12203                 always obey 'confirm before marking all
12204                 mails read' option
12205
12206 2006-05-12 [paul]       2.2.0cvs5
12207
12208         * src/textview.c
12209                 make Sender fully clickable
12210
12211 2006-05-12 [colin]      2.2.0cvs4
12212
12213         * src/compose.c
12214         * src/compose.h
12215                 Let From be editable
12216         * src/main.c
12217         * src/mh.c
12218                 Full support of .mh_sequences' Unseen seq
12219
12220 2006-05-12 [colin]      2.2.0cvs3
12221
12222         * src/folder.c
12223         * src/mainwindow.c
12224         * src/mainwindow.h
12225         * src/messageview.c
12226         * src/prefs_spelling.c
12227         * src/procheader.c
12228         * src/procmsg.c
12229         * src/procmsg.h
12230         * src/summaryview.c
12231         * src/toolbar.c
12232         * src/toolbar.h
12233                 Add contextual menu on Compose toolbar
12234                 button. Fixes bug #944 (Automatic
12235                 addresses not applied when changing account
12236                 from compose window)
12237                 add Mailing List support
12238                 based on the old 0.6.5claws25 patch by
12239                 Melvin Hadasht, with finishing touches
12240                 by Colin
12241                 Fix "ignore thread" when mails are threaded by
12242                 subject (and weren't ignored although appearing
12243                 in the thread).
12244                 GUI rework.
12245                 Both patches by Pawel.
12246
12247 2006-05-08 [paul]       2.2.0cvs2
12248
12249         * src/mainwindow.c
12250         * src/mainwindow.h
12251         * src/messageview.c
12252         * src/procheader.c
12253         * src/procmsg.c
12254         * src/procmsg.h
12255         * src/summaryview.c
12256                 add Mailing List support
12257                 based on the old 0.6.5claws25 patch by 
12258                 Melvin Hadasht, with finishing touches
12259                 by Colin
12260
12261 2006-05-08 [colin]      2.2.0cvs1
12262
12263         * src/mainwindow.c
12264         * src/toolbar.c
12265         * src/toolbar.h
12266                 Add contextual menu on Compose toolbar 
12267                 button. Fixes bug #944 (Automatic 
12268                 addresses not applied when changing account 
12269                 from compose window)
12270
12271 2006-05-08 [paul]       2.2.0
12272
12273         2.2.0 released
12274
12275 2006-05-08 [paul]       2.1.1cvs51
12276
12277         * po/cs.po
12278         * po/de.po
12279         * po/en_GB.po
12280         * po/fi.po
12281         * po/fr.po
12282         * po/pt_BR.po
12283         * po/sr.po
12284         * po/zh_CN.po
12285                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12286                 Fabien Vantard, Frederico Goncalves Guimaraes,
12287                 Aleksandar Urosevic, and Ralgh Young
12288
12289 2006-05-12 [colin]      2.1.1cvs50
12290
12291         * po/cs.po
12292         * po/de.po
12293         * po/en_GB.po
12294         * po/es.po
12295         * po/fi.po
12296         * po/fr.po
12297         * po/pt_BR.po
12298         * po/sr.po
12299         * po/zh_CN.po
12300                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12301                 Fabien Vantard, Frederico Goncalves Guimaraes,
12302                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12303
12304 2006-05-05 [colin]      2.1.1cvs49
12305
12306         * manual/Makefile.am
12307         * manual/pl/Makefile.am
12308         * manual/pl/account.xml
12309         * manual/pl/ack.xml
12310         * manual/pl/addrbook.xml
12311         * manual/pl/advanced.xml
12312         * manual/pl/faq.xml
12313         * manual/pl/glossary.xml
12314         * manual/pl/gpl.xml
12315         * manual/pl/handling.xml
12316         * manual/pl/intro.xml
12317         * manual/pl/keyboard.xml
12318         * manual/pl/plugins.xml
12319         * manual/pl/starting.xml
12320         * manual/pl/sylpheed-claws-manual.xml
12321         * manual/pl/dist/.cvsignore
12322         * manual/pl/dist/Makefile.am
12323         * manual/pl/dist/html/.cvsignore
12324         * manual/pl/dist/html/Makefile.am
12325         * manual/pl/dist/pdf/.cvsignore
12326         * manual/pl/dist/pdf/Makefile.am
12327         * manual/pl/dist/ps/.cvsignore
12328         * manual/pl/dist/ps/Makefile.am
12329         * manual/pl/dist/txt/.cvsignore
12330         * manual/pl/dist/txt/Makefile.am
12331                 Add the polish translation of the manual,
12332                 Authored by Pawel Pekala.
12333
12334 2006-05-05 [cleroy]     2.1.1cvs48
12335
12336         * src/main.c
12337                 Re-read matcherrc after loading plugins 
12338                 if some of them add folders.
12339
12340 2006-05-03 [colin]      2.1.1cvs47
12341
12342         * src/imap.c
12343                 I'm idiot
12344
12345 2006-05-03 [colin]      2.1.1cvs46
12346
12347         * src/imap.c
12348                 Be sure to have a session when
12349                 getting separator
12350
12351 2006-05-03 [colin]      2.1.1cvs45
12352
12353         * src/imap.c
12354         * src/imap.h
12355         * src/imap_gtk.c
12356                 Fix preventing renaming with namespace 
12357                 separator.
12358
12359 2006-05-01 [colin]      2.1.1cvs44
12360
12361         * src/action.c
12362                 Don't reload messageview when result of
12363                 action is piped.
12364
12365 2006-04-29 [colin]      2.1.1cvs43
12366
12367         * src/prefs_receive.c
12368         * src/plugins/spamassassin/spamassassin_gtk.c
12369         * src/plugins/clamav/clamav_plugin_gtk.c
12370                 GUI fixes by Pawel
12371
12372 2006-04-29 [colin]      2.1.1cvs42
12373
12374         * src/prefs_compose_writing.c
12375         * src/prefs_quote.c
12376                 Cleanups. Patch by Pawel
12377
12378 2006-04-28 [paul]       2.1.1cvs41
12379
12380         * src/matcher.c
12381                 fix returned quick search results when search
12382                 term contains an underscore.
12383                 Thanks to Colin
12384
12385 2006-04-28 [paul]       2.1.1cvs40
12386
12387         * src/prefs_message.c
12388         * src/prefs_receive.c
12389                 GUI cleanups
12390                 Patches by Pawel Pekala
12391
12392 2006-04-27 [colin]      2.1.1cvs39
12393
12394         * src/wizard.c
12395                 Differentiate subject Welcome from
12396                 window's title Welcome
12397
12398 2006-04-27 [paul]
12399
12400         2.2.0-rc1 released
12401
12402 2006-04-27 [paul]       2.1.1cvs38
12403
12404         * manual/advanced.xml
12405         * manual/fr/advanced.xml
12406                 add info about compose_no_markup hidden pref
12407
12408 2006-04-27 [paul]       2.1.1cvs37
12409
12410         * src/prefs_account.c
12411                 improve privacy labels
12412         * src/prefs_msg_colors.c
12413                 change some strings for translators' convenience
12414         * src/gtk/gtkutils.c
12415                 don't underline the link button text
12416
12417 2006-04-25 [colin]      2.1.1cvs36
12418
12419         * src/folder.c
12420                 Complete 2.1.1cvs33 (once more ;)
12421
12422 2006-04-25 [colin]      2.1.1cvs35
12423
12424         * src/editldap.c
12425                 Fix tooltip
12426
12427 2006-04-25 [cleroy]     2.1.1cvs34
12428
12429         * src/compose.c
12430         * src/gtk/gtkaspell.c
12431                 Fix crash on redirect (related to the return 
12432                 of the aspell menu in compose's toolbar)
12433         * src/prefs_msg_colors.c
12434                 Fix sensitivity widgets
12435         * src/image_viewer.c
12436         * src/gtk/pluginwindow.c
12437         * src/gtk/prefswindow.c
12438                 Change released signals to clicked (Fabien)
12439         * po/POTFILES.in
12440         * src/common/socket.c
12441         * src/plugins/spamassassin/spamassassin.c
12442                 Translate strings (Fabien)
12443
12444 2006-04-25 [paul]       2.1.1cvs33
12445
12446         * src/folder.c
12447         * src/folder.h
12448         * src/folderview.c
12449                 complete the fix of bug #912
12450                 Thanks to Colin
12451
12452 2006-04-25 [colin]      2.1.1cvs32
12453
12454         * src/news.c
12455                 Better progress bar
12456         * src/mimeview.c
12457         * src/summaryview.c
12458         * src/summaryview.h
12459                 Fix focus chain
12460                 Patches by Pawel Pekala
12461
12462 2006-04-24 [colin]      2.1.1cvs31
12463
12464         * src/compose.c
12465                 Fix compilation warnings (Fabien)
12466
12467 2006-04-24 [colin]      2.1.1cvs30
12468
12469         * src/addrindex.c
12470         * src/editldap.c
12471         * src/editldap_basedn.c
12472         * src/editldap_basedn.h
12473         * src/ldapctrl.c
12474         * src/ldapctrl.h
12475         * src/ldapquery.c
12476         * src/ldaputil.c
12477         * src/ldaputil.h
12478                 Fix bug #901 (LDAPS support)
12479
12480 2006-04-24 [colin]      2.1.1cvs29
12481
12482         * src/compose.c
12483                 Fix logic on error with send dialog on
12484         * src/imap.c
12485                 Fix compilation without libetpan, thanks
12486                 to Fabien
12487         * src/summaryview.c
12488                 Fix 'context-menu' key
12489
12490 2006-04-23 [colin]      2.1.1cvs28
12491
12492         * src/folder.c
12493                 Never free current's cache to free up 
12494                 memory. Fixes bug #912 (new count 
12495                 randomly set to message count)
12496
12497 2006-04-23 [colin]      2.1.1cvs27
12498
12499         * src/gtk/quicksearch.c
12500                 And remove printf...
12501
12502 2006-04-23 [colin]      2.1.1cvs26
12503
12504         * src/gtk/quicksearch.c
12505                 Fix replacing in quicksearch, and fix inserting
12506                 in the middle of the string. (introduced at 2.1.0cvs22)
12507
12508 2006-04-23 [colin]      2.1.1cvs25
12509
12510         * src/imap.c
12511                 Make sure uidnext is initialized in get_num_list
12512                 (not for stable, related to 2.1.1cvs8 and friends)
12513
12514 2006-04-23 [colin]      2.1.1cvs24
12515
12516         * src/imap.c
12517                 Output something when login is successful
12518                 too
12519
12520 2006-04-23 [colin]      2.1.1cvs23
12521
12522         * src/etpan/imap-thread.c
12523                 Better logging (line-per-line, hide data in fetch)
12524                 Fix a const warning
12525         * src/gtk/logwindow.c
12526         * src/gtk/logwindow.h
12527                 Better logging (color for input/output)
12528
12529 2006-04-21 [colin]      2.1.1cvs22
12530
12531         * src/gtk/quicksearch.c
12532                 On gtk+-2.8, use stock buttons in quicksearch
12533                 Based on a patch by Fabien and a design by Paul
12534
12535 2006-04-21 [colin]      2.1.1cvs21
12536
12537         * src/folderview.c
12538         * src/mainwindow.c
12539                 Fix occasional flicker in folderview
12540         * src/common/utils.c
12541                 Fix bug #943 (Incorrectly parsed email address 
12542                 list in short headers on message view and in 
12543                 printouts)
12544
12545 2006-04-20 [colin]      2.1.1cvs20
12546
12547         * src/imap.c
12548         * src/imap.h
12549         * src/prefs_account.c
12550                 Add ANONYMOUS auth for IMAP
12551
12552 2006-04-20 [paul]       2.1.1cvs19
12553
12554         * src/main.c
12555                 proper fix for 2.1.1cvs18
12556                 Thanks to Colin
12557
12558 2006-04-20 [paul]       2.1.1cvs18
12559
12560         * src/main.c
12561                 fix build warnings
12562
12563 2006-04-20 [paul]       2.1.1cvs17
12564
12565         * src/gtk/quicksearch.c
12566                 fix standard, non-extended Quick search,
12567                 was broken in 2.1.1cvs15.
12568                 Thanks to Colin.
12569
12570 2006-04-20 [colin]      2.1.1cvs16
12571
12572         * src/prefs_matcher.c
12573                 Fix values when reselecting a ~test
12574                 rule
12575
12576 2006-04-19 [colin]      2.1.1cvs15
12577
12578         * src/compose.c
12579         * src/compose.h
12580         * src/gtk/gtkaspell.c
12581         * src/gtk/gtkaspell.h
12582                 Put back Options menu in Spelling/
12583         * src/gtk/quicksearch.c
12584                 Don't search, and show error, if the
12585                 advanced search has a syntax error
12586
12587 2006-04-18 [colin]      2.1.1cvs14
12588
12589         * src/textview.c
12590                 Fix gdk warnings on set_cursor when textview
12591                 isn't visible
12592
12593 2006-04-18 [colin]      2.1.1cvs13
12594
12595         * src/gtk/gtksctree.c
12596                 Remove seemingly useless refresh that causes
12597                 flicker - watch this commit in case of 
12598                 problems before planned backport to stable
12599
12600 2006-04-18 [colin]      2.1.1cvs12
12601
12602         * src/imap.c
12603                 Factorize get/set_xml code
12604         * src/compose.c
12605         * src/prefs_account.c
12606         * src/prefs_account.h
12607         * src/procmsg.c
12608                 Add Encrypt to self option
12609
12610 2006-04-17 [colin]      2.1.1cvs11
12611
12612         * configure.ac
12613                 Fix search on encrpyt function on dragonfly
12614                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12615
12616 2006-04-17 [colin]      2.1.1cvs10
12617
12618         * src/prefs_account.c
12619                 Be safe by default: remove mails from POP3
12620                 after 7 days, not immediately
12621
12622 2006-04-17 [colin]      2.1.1cvs9
12623
12624         * src/etpan/imap-thread.c
12625                 Fix build on DragonFly - patch by 
12626                 Jonathan Buschmann <jonthn@agmact.com>
12627
12628 2006-04-17 [colin]      2.1.1cvs8
12629
12630         * src/imap.c
12631                 Save uidnext between sessions
12632
12633 2006-04-17 [colin]      2.1.1cvs7
12634
12635         * src/imap.c
12636                 scan is required when uid validity changes
12637
12638 2006-04-17 [colin]      2.1.1cvs6
12639
12640         * src/folderview.c
12641                 Don't scan if not necessary, apart in current
12642                 folder and INBOX to fetch flags.
12643         * src/imap.c
12644                 Scan is necessary if unread count changes
12645
12646 2006-04-17 [colin]      2.1.1cvs5
12647
12648         * src/imap.c
12649                 ...But always fetch ANSWERED and DELETED flags for
12650                 INBOX, as filtering can happen on these flags.
12651
12652 2006-04-17 [colin]      2.1.1cvs4
12653
12654         * src/imap.c
12655                 Don't fetch REPLIED and DELETED flags when synchronising
12656                 flags with a closed folder. We only need UNSEEN and FLAGGED
12657                 to update the folderview.
12658
12659 2006-04-17 [colin]      2.1.1cvs3
12660
12661         * src/imap.c
12662                 Faster flag search when there are new mails 
12663                 in a folder. We can do a full search if the 
12664                 folder contains less messages than the new
12665                 list.
12666
12667 2006-04-17 [colin]      2.1.1cvs2
12668
12669         * po/cs.po
12670         * po/de.po
12671         * po/fr.po
12672         * po/nl.po
12673         * po/pt_BR.po
12674                 Update translations from stable branch
12675
12676 2006-04-17 [colin]      2.1.1cvs1
12677
12678         * configure.ac
12679                 Bump version to follow stable release
12680
12681 2006-04-16 [mones]      2.1.0cvs50
12682
12683         * po/es.po
12684                 Updated for release
12685
12686 2006-04-16 [colin]      2.1.0cvs49
12687
12688         * src/textview.c
12689                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12690                 with gtk < 2.8. Thanks to Fabien Vantard.
12691
12692 2006-04-15 [colin]      2.1.0cvs48
12693
12694         * src/etpan/imap-thread.c
12695                 Fix bug #919 (libetpan: SEGV when connecting 
12696                 using command)
12697
12698 2006-04-14 [colin]      2.1.0cvs47
12699
12700         * src/main.c
12701                 Fix race on --select (should be done better)
12702
12703 2006-04-14 [wwp]        2.1.0cvs46
12704
12705         * src/send_message.c
12706                 enforce a check for domain in account prefs (a sending
12707                 error could be faced if domain was checked but no value set),
12708                 thanks to Colin.
12709
12710 2006-04-14 [colin]      2.1.0cvs45
12711
12712         * src/codeconv.c
12713                 when converting from unknown to unknown, if the
12714                 string is UTF8, don't convert it to the locale
12715                 (which breaks it)
12716
12717 2006-04-14 [colin]      2.1.0cvs44
12718
12719         * src/compose.c
12720                 Don't try to use ASCII for converting headers
12721                 (as done in body)
12722
12723 2006-04-14 [paul]       2.1.0cvs43
12724
12725         * src/crash.c
12726                 add locale/charset info to crash report
12727         * src/gtk/about.c
12728                 add wwp to doc team
12729                 replace 'e-mail' with preferred 'email'
12730         * src/gtk/authors.h
12731                 ensure contributors list is in alphabetical
12732                 order
12733
12734 2006-04-13 [colin]      2.1.0cvs42
12735
12736         * src/textview.c
12737                 Prevent gdk warnings
12738
12739 2006-04-13 [colin]      2.1.0cvs41
12740
12741         * src/common/ssl_certificate.c
12742         * src/common/ssl_certificate.h
12743         * src/gtk/sslcertwindow.c
12744                 Warn on expired certs, and display the expiration date
12745
12746 2006-04-13 [colin]      2.1.0cvs40
12747
12748         * src/plugins/spamassassin/spamassassin_gtk.c
12749                 Fix missing set_text on unix socket
12750
12751 2006-04-13 [wwp]        2.1.0cvs39
12752
12753         * manual/fr/advanced.xml
12754         * manual/fr/glossary.xml
12755                 applied new spam/ham/email lexicon (pourriel, courriel)
12756
12757 2006-04-13 [paul]       2.1.0cvs38
12758
12759         * src/plugins/pgpmime/plugin.c
12760                 remove the mention of S/MIME from the
12761                 description. This is now handled by the
12762                 S/MIME plugin.
12763
12764 2006-04-13 [paul]       2.1.0cvs37
12765
12766         * src/prefs_msg_colors.c
12767                 rework dialog
12768         * src/prefs_folder_item.c
12769         * src/prefs_spelling.c
12770                 add a tooltip to the colour selector buttons
12771
12772 2006-04-13 [wwp]        2.1.0cvs36
12773
12774         * manual/advanced.xml
12775         * manual/glossary.xml
12776         * manual/handling.xml
12777         * manual/keyboard.xml
12778         * manual/plugins.xml
12779         * manual/starting.xml
12780         * manual/fr/account.xml
12781         * manual/fr/ack.xml
12782         * manual/fr/addrbook.xml
12783         * manual/fr/advanced.xml
12784         * manual/fr/faq.xml
12785         * manual/fr/glossary.xml
12786         * manual/fr/gpl.xml
12787         * manual/fr/handling.xml
12788         * manual/fr/intro.xml
12789         * manual/fr/keyboard.xml
12790         * manual/fr/plugins.xml
12791         * manual/fr/starting.xml
12792         * manual/fr/sylpheed-claws-manual.xml
12793                 fixes to the manuals:
12794                  - summaryview -> Message List (same in French)
12795                  - translate key names
12796                  - fix French punctuation, use non-breakable spaces when
12797                    necessary, don't use &thinsp; which is not portable
12798                  - tell what maildir and mbox formats we support
12799
12800 2006-04-12 [wwp]        2.1.0cvs35
12801
12802         * src/prefs_toolbar.c
12803                 unified a replace button more,
12804                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12805
12806 2006-04-12 [wwp]        2.1.0cvs34
12807
12808         * src/prefs_common.c
12809         * src/prefs_msg_colors.c
12810                 make default color labels translatable,
12811                 patch from Fabien Vantard <fzzzzz@gmail.com>,
12812                 thanks to Tim <timbrain@post.cz> for reporting.
12813
12814 2006-04-12 [wwp]        2.1.0cvs33
12815
12816         * manual/glossary.xml
12817         * manual/intro.xml
12818         * manual/plugins.xml
12819         * manual/starting.xml
12820         * manual/sylpheed-claws-manual.xml
12821         * manual/fr/.cvsignore
12822         * manual/fr/account.xml
12823         * manual/fr/ack.xml
12824         * manual/fr/addrbook.xml
12825         * manual/fr/advanced.xml
12826         * manual/fr/faq.xml
12827         * manual/fr/glossary.xml
12828         * manual/fr/handling.xml
12829         * manual/fr/intro.xml
12830         * manual/fr/keyboard.xml
12831         * manual/fr/plugins.xml
12832         * manual/fr/starting.xml
12833         * manual/fr/sylpheed-claws-manual.xml
12834                 various fixes: typos, missing .fr translations, punctuation,
12835                 capitalization, links, accents and some bad French more.
12836
12837 2006-04-12 [wwp]        2.1.0cvs32
12838
12839         * src/prefs_gtk.c
12840                 fix for bug #935: always store prefs files in UTF-8 (thanks
12841                 to Colin).
12842
12843 2006-04-11 [colin]      2.1.0cvs31
12844
12845         * src/compose.c
12846                 Fix inserting files not in utf8 when locale is utf8
12847
12848 2006-04-11 [colin]      2.1.0cvs30
12849
12850         * src/inc.c
12851                 Don't show error dialog when cancelling connection
12852                 Patch by Pawel
12853
12854 2006-04-11 [cleroy]     2.1.0cvs29
12855
12856         * src/compose.c
12857                 Implement multiple quote levels
12858         * src/prefs_common.c
12859                 Change a little bit the quote bgcolor for 2nd level
12860
12861 2006-04-11 [colin]      2.1.0cvs28
12862
12863         * src/gtk/about.c
12864                 Add locale and charset in the label
12865
12866 2006-04-10 [colin]      2.1.0cvs27
12867
12868         * src/compose.c
12869         * src/prefs_common.c
12870         * src/prefs_common.h
12871         * src/prefs_msg_colors.c
12872         * src/textview.c
12873                 Allow optional background color in quotes
12874                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
12875                 GTK+-2.8.x feature
12876
12877 2006-04-10 [colin]      2.1.0cvs26
12878
12879         * src/main.c
12880         * src/mainwindow.c
12881         * src/mainwindow.h
12882                 Implement --select
12883
12884 2006-04-10 [colin]      2.1.0cvs25
12885
12886         * manual/plugins.xml
12887         * manual/fr/plugins.xml
12888                 Document libcurl's proxy variables
12889
12890 2006-04-09 [colin]      2.1.0cvs24
12891
12892         * src/prefs_common.c
12893                 gettext() returns statically allocated stuff. We have
12894                 to strdup it in order to be able to free it.
12895
12896 2006-04-09 [colin]      2.1.0cvs23
12897
12898         * AUTHORS
12899         * src/gtk/authors.h
12900                 Add Alexei
12901
12902 2006-04-09 [colin]      2.1.0cvs22
12903
12904         * src/mainwindow.c
12905         * src/gtk/quicksearch.c
12906                 Fix bug #859 (problems with cyrilic input in 
12907                 search panel) - Patch by Alexey Illarionov 
12908                 <littlesavage@rambler.ru>
12909
12910 2006-04-09 [colin]      2.1.0cvs21
12911
12912         * src/prefs_customheader.c
12913                 I prefer removing then freeing rather than the contrary
12914                 (even if it doesn't change anything ;-)
12915         * src/prefs_account.c
12916                 Fix bug #933 (Crash re-entering the custom headers list 
12917                 dialog in accounts prefs)
12918                 The problem happened when cancelling the Account 
12919                 Preferences' dialogs - in which case we didn't do 
12920                 anything to the PrefsAccount * struct. In case of applying,
12921                 the old ac_prefs was replaced with the tmp_ac_prefs we were
12922                 working with in this dialog. The problem is that 
12923                 prefs_customheader.c, working on this tmp_ac_prefs, always
12924                 changes the ->customhdr_list pointer, even when cancelled. 
12925                 So in case of cancelling the prefs_account dialog, we still
12926                 have to update ->customhdr_list in the real account.
12927
12928 2006-04-08 [colin]      2.1.0cvs20
12929
12930         * manual/fr/glossary.xml
12931         * manual/fr/keyboard.xml
12932                 Forgot some headers :)
12933
12934 2006-04-08 [colin]      2.1.0cvs19
12935
12936         * manual/Makefile.am
12937         * manual/fr/Makefile.am
12938         * manual/fr/account.xml
12939         * manual/fr/ack.xml
12940         * manual/fr/addrbook.xml
12941         * manual/fr/advanced.xml
12942         * manual/fr/faq.xml
12943         * manual/fr/glossary.xml
12944         * manual/fr/gpl.xml
12945         * manual/fr/handling.xml
12946         * manual/fr/intro.xml
12947         * manual/fr/keyboard.xml
12948         * manual/fr/plugins.xml
12949         * manual/fr/starting.xml
12950         * manual/fr/sylpheed-claws-manual.xml
12951         * manual/fr/dist/.cvsignore
12952         * manual/fr/dist/Makefile.am
12953         * manual/fr/dist/html/.cvsignore
12954         * manual/fr/dist/html/Makefile.am
12955         * manual/fr/dist/pdf/.cvsignore
12956         * manual/fr/dist/pdf/Makefile.am
12957         * manual/fr/dist/ps/.cvsignore
12958         * manual/fr/dist/ps/Makefile.am
12959         * manual/fr/dist/txt/.cvsignore
12960         * manual/fr/dist/txt/Makefile.am
12961                 Add the french translation of the manual. Thanks to
12962                 Olivier Delhomme <olivier.delhomme@free.fr> for 
12963                 account.xml, ack.xml, addrbook.xml and advanced.xml
12964
12965 2006-04-08 [colin]      2.1.0cvs18
12966
12967         * manual/plugins.xml
12968         * manual/starting.xml
12969                 More fixes
12970
12971 2006-04-07 [colin]      2.1.0cvs17
12972
12973         * manual/faq.xml
12974         * manual/intro.xml
12975         * manual/keyboard.xml
12976                 Little fixes
12977
12978 2006-04-07 [colin]      2.1.0cvs16
12979
12980         * README
12981         * src/compose.c
12982         * src/prefs_common.c
12983         * src/prefs_common.h
12984                 Add hidden compose_no_markup pref
12985
12986 2006-04-07 [wwp]        2.1.0cvs15
12987
12988         * src/summary_search.c
12989         * .cvsignore
12990                 Bugfix: stop button was sticky when searching in an empty folder.
12991                 Applied curly brackets code style to the whole file (summary_search.c).
12992                 More files to ignore.
12993
12994 2006-04-07 [wwp]        2.1.0cvs14
12995
12996         * src/message_search.c
12997         * src/summary_search.c
12998                 changed default button when search bumps at file/folder
12999                 beginning or end, for convenience (thanks to Colin).
13000
13001 2006-04-07 [paul]       2.1.0cvs13
13002
13003         * src/plugins/dillo_viewer/dillo_prefs.c
13004                 avoid future potential for namespace collision
13005                 Patch by Colin
13006
13007 2006-04-06 [wwp]        2.1.0cvs12
13008
13009         * src/summary_search.c
13010                 Unify extended/advanced searches names (and thus factorize labels),
13011                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13012
13013 2006-04-06 [wwp]        2.1.0cvs11
13014
13015         * src/folderview.c
13016         * src/prefs_themes.c
13017         * src/summaryview.c
13018                 Fixed some compilation warnings.
13019
13020 2006-04-06 [colin]      2.1.0cvs10
13021
13022         * manual/advanced.xml
13023                 Document the wizard template and how to deploy
13024                 Sylpheed-Claws effectively
13025
13026 2006-04-06 [colin]      2.1.0cvs9
13027
13028         * src/folderview.c
13029                 gettext patch to tell translators about _("#"),
13030                 by Maxim Britov
13031
13032 2006-04-06 [colin]      2.1.0cvs8
13033
13034         * src/textview.c
13035                 Fix invalid GtkTextBIter after clicking "Display as text"
13036
13037 2006-04-06 [mones]      2.1.0cvs7
13038
13039         * src/addr_compl.c
13040         * src/addrindex.c
13041         * src/addritem.c
13042         * src/codeconv.c
13043         * src/compose.c
13044         * src/filtering.c
13045         * src/folder.c
13046         * src/folder_item_prefs.c
13047         * src/folderview.c
13048         * src/localfolder.c
13049         * src/matcher.c
13050         * src/mimeview.c
13051         * src/prefs_msg_colors.c
13052         * src/prefs_spelling.c
13053         * src/prefs_themes.c
13054         * src/procmime.c
13055         * src/procmsg.c
13056         * src/stock_pixmap.c
13057         * src/summaryview.c
13058         * src/textview.c
13059         * src/toolbar.c
13060         * src/common/mgutils.c
13061         * src/common/prefs.c
13062         * src/common/ssl_certificate.c
13063         * src/gtk/colorlabel.c
13064         * src/gtk/quicksearch.c
13065         * src/plugins/pgpmime/pgpmime.c
13066         * src/plugins/spamassassin/spamassassin.c
13067                 Removed redundant NULL checks for g_free() calls.
13068                 Patch by Pawel Pekala.
13069
13070 2006-04-06 [mones]      2.1.0cvs6
13071
13072         * src/prefs_actions.c
13073         * src/prefs_filtering.c
13074         * src/prefs_filtering_action.c
13075         * src/prefs_matcher.c
13076         * src/prefs_template.c
13077         * src/gtk/gtkutils.c
13078         * src/gtk/gtkutils.h
13079                 Have a nice replace button. Patch by Pawel Pekala
13080
13081 2006-04-06 [colin]      2.1.0cvs5
13082
13083         * src/addressbook.c
13084                 Fix crash with empty columns
13085
13086 2006-04-05 [colin]      2.1.0cvs4
13087
13088         * src/wizard.c
13089         * src/prefs_gtk.c
13090                 Allow wizard customization with pre-filled values
13091
13092 2006-04-05 [colin]      2.1.0cvs3
13093
13094         * src/textview.c
13095         * src/mimeview.c
13096         * src/mimeview.h
13097                 Nicer messages in mimeview
13098
13099 2006-04-05 [colin]      2.1.0cvs2
13100
13101         * src/addressbook.c
13102         * src/prefs_summaries.c
13103                 i18n fix
13104
13105 2006-04-05 [colin]      2.1.0cvs1
13106
13107         * src/plugins/pgpcore/plugin.c
13108         * src/plugins/pgpcore/select-keys.c
13109         * src/plugins/pgpcore/select-keys.h
13110         * src/plugins/pgpcore/sgpgme.c
13111         * src/plugins/pgpcore/sgpgme.h
13112         * src/plugins/pgpinline/pgpinline.c
13113         * src/plugins/pgpinline/plugin.c
13114         * src/plugins/pgpmime/pgpmime.c
13115         * src/plugins/pgpmime/plugin.c
13116                 Factorize and generalize a bit 
13117                 Drop S/MIME signature verification from PGP/MIME
13118                 (adding it as another, more complete plugin)
13119
13120 2006-04-05 [paul]       2.1.0
13121
13122         2.1.0 released
13123
13124 2006-04-05 [paul]       2.0.0cvs186
13125
13126         * manual/advanced.xml
13127                 add info on colour labels
13128
13129 2006-04-05 [paul]       2.0.0cvs185
13130
13131         * po/bg.po
13132         * po/cs.po
13133         * po/de.po
13134         * po/el.po
13135         * po/en_GB.po
13136         * po/fi.po
13137         * po/fr.po
13138         * po/it.po
13139         * po/nl.po
13140         * po/pl.po
13141         * po/pt_BR.po
13142         * po/sr.po
13143         * po/zh_CN.po
13144                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13145                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13146                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13147                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13148         * src/gtk/authors.h
13149         * tools/claws.i18n.status.pl
13150                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13151                 and new Czech translator, Tim <timbrain@post.cz>
13152
13153 2006-04-05 [mones]      2.0.0cvs184
13154
13155         * po/es.po
13156                 Updated translation
13157
13158 2006-04-05 [colin]      2.0.0cvs183
13159
13160         * src/gtk/quicksearch.c
13161                 Fix bug #929 (unnecessary reload in quick search bar)
13162
13163 2006-04-05 [colin]      2.0.0cvs182
13164
13165         * src/compose.c
13166                 Fix crash on Reply with no From:
13167                 Show signature and conversion error on queuing 
13168                 (but not sending)
13169         * src/mainwindow.c
13170         * src/summaryview.c
13171         * src/summaryview.h
13172                 Factorize threading code and make sure msginfo 
13173                 is not null when it comes from a GtkCTreeRow's 
13174                 data
13175         * src/gtk/gtkaspell.c
13176                 Check for necessary things
13177         * src/gtk/gtksctree.c
13178         * src/gtk/gtksctree.h
13179                 Reset anchor if necessary when removing node
13180
13181 2006-03-29 [colin]      2.0.0cvs181
13182
13183         * src/folderview.c
13184                 Warn for disabled IMAP accounts (due to lack of
13185                 libetpan). Breaks string-freeze - sorry - but it
13186                 is kind of important ;)
13187
13188 2006-03-28 [colin]      2.0.0cvs180
13189
13190         * src/gtk/gtkutils.c
13191         * src/gtk/gtkutils.h
13192                 Add a gtkut_get_link_btn() function that
13193                 creates a button which acts like an URI
13194         * src/prefs_themes.c
13195         * src/gtk/about.c
13196                 Use this function (factorizes codes)
13197         * src/common/defs.h
13198         * src/gtk/pluginwindow.c
13199                 Add a "Get more..." in the plugins window
13200
13201 2006-03-28 [colin]      2.0.0cvs179
13202
13203         * src/common/smtp.c
13204         * src/common/passcrypt.c
13205         * src/undo.c
13206                 Warning fixes. Patch by Pawel Pekala
13207
13208 2006-03-27 [colin]      2.0.0cvs178
13209
13210         * src/undo.c
13211                 Fix undoing by blocks with spaces
13212
13213 2006-03-27 [colin]      2.0.0cvs177
13214
13215         * src/textview.c
13216                 Set margin to 3px for headers
13217
13218 2006-03-27 [paul]
13219
13220         2.1.0-rc2 released
13221
13222 2006-03-27 [wwp]        2.0.0cvs176
13223
13224         * src/summaryview.c
13225                 don't reset quicksearch when updating the message list.
13226                 Thanks to Colin.
13227
13228 2006-03-26 [wwp]        2.0.0cvs175
13229
13230         * src/compose.c
13231                 use a unified border width ('other' tab in the compose window,
13232                 patch by Pawel Pekala).
13233
13234
13235 2006-03-26 [wwp]        2.0.0cvs174
13236
13237         * src/common/quoted-printable.c
13238         * src/addressbook.c
13239                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13240
13241 2006-03-26 [colin]      2.0.0cvs173
13242
13243         * src/quote_fmt_parse.y
13244                 Fix non-UTF8 date formats messing up the whole quote a 
13245                 little bit
13246
13247 2006-03-26 [colin]      2.0.0cvs172
13248
13249         * src/procheader.c
13250                 Make sure the date is UTF8 valid, or try to make it
13251                 so. IncrediMail is really IncrediStupid.
13252         * src/compose.c
13253                 Fix possible conversions. 
13254                 
13255
13256 2006-03-26 [colin]      2.0.0cvs171
13257
13258         * src/matcher.c
13259                 Fix corner cases in body search. This is still a
13260                 hack... It seems impossible to make it good and 
13261                 reasonably fast at the same time.
13262
13263 2006-03-26 [colin]      2.0.0cvs170
13264
13265         * src/summaryview.c
13266                 I think I killed the twilight zone bug!
13267                 summary_select_node() flushes GTK events in order
13268                 to be able to center the view. But this also 
13269                 flushes keypresses like Ctrl-Alt-U, so this can
13270                 call summary_show from summary_select_node (itself
13271                 called from summary_show, etc.). And the summaryview
13272                 has to be unlocked in this function. So just locking
13273                 while processing GTK events, and bailing if locked, 
13274                 should fix it.
13275                 Fixes bug #927 (SIGSEGV during Update Summary)
13276
13277 2006-03-25 [colin]      2.0.0cvs169
13278
13279         * src/matcher.c
13280                 Fix search in QP-encoded bodies
13281                 Fix utf-8 searches in bodies encoded in the
13282                 locale's encoding
13283         * src/common/quoted-printable.c
13284         * src/common/quoted-printable.h
13285                 Add a decode function that doesn't overwrite
13286                 the original pointer
13287                 
13288
13289 2006-03-24 [colin]      2.0.0cvs168
13290
13291         * src/action.c
13292         * src/summaryview.c
13293         * src/summaryview.h
13294                 Update message cache after action
13295                 Patch by H. Merijn Brand
13296         * src/prefs_msg_colors.c
13297                 Factorize label 
13298                 Patch by Fabien Vantard
13299         * src/plugins/spamassassin/spamassassin_gtk.c
13300                 Remove useless translation
13301                 Patch by Fabien Vantard
13302
13303 2006-03-23 [colin]      2.0.0cvs167
13304
13305         * src/common/ssl.c
13306                 Let 30 seconds to SSL_connect
13307
13308 2006-03-23 [wwp]        2.0.0cvs166
13309
13310         * src/summaryview.c
13311         * src/gtk/description_window.c
13312                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13313                 and headers are translated; adjust description windows' width to fit their
13314                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13315
13316 2006-03-23 [paul]       2.0.0cvs165
13317
13318         * src/common/utils.c
13319                 fix highlighting of URIs containing "()"
13320                 (2.0.0cvs164's reversal fixed)
13321                 Thanks to Colin.
13322
13323 2006-03-23 [paul]       2.0.0cvs164
13324
13325         * src/common/utils.c
13326                 revert patch, (postponing a fix), at 2.0.0cvs120
13327                 as it breaks more URIs than it fixes.
13328                 Allow '-' to be a terminating character in a URI
13329
13330 2006-03-22 [colin]      2.0.0cvs163
13331
13332         * configure.ac
13333                 Require libetpan 0.45
13334                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13335
13336 2006-03-22 [paul]       2.0.0cvs162
13337
13338         * src/editgroup.c
13339                 replace '<-' and '->' buttons with GTK_STOCK graphical
13340                 buttons
13341         * src/summary_search.c
13342                 don't offer '...' for translation
13343                 add a tooltip to advanced search '...' button
13344         * src/gtk/quicksearch.c
13345                 don't offer '...' for translation
13346
13347 2006-03-21 [colin]      2.0.0cvs161
13348
13349         * src/compose.c
13350                 Fix middle-click pasting (insert at click
13351                 position instead of cursor position, don't
13352                 remove existing selection and allow pasting
13353                 our own selection)
13354         * src/addressbook.c
13355                 "LDAP Server" -> "LDAP servers"
13356
13357 2006-03-21 [wwp]        2.0.0cvs160
13358
13359         * src/etpan/imap-thread.c
13360                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13361
13362 2006-03-20 [colin]      2.0.0cvs159
13363
13364         * src/summaryview.c
13365                 Don't reload summaryview after an execute with no
13366                 move action
13367
13368 2006-03-19 [colin]      2.0.0cvs158
13369
13370         * src/addressbook.c
13371                 and put groups at the top, always
13372
13373 2006-03-19 [colin]      2.0.0cvs157
13374
13375         * src/addressbook.c
13376                 Order groups before names, as previously
13377
13378 2006-03-19 [colin]      2.0.0cvs156
13379
13380         * src/addressbook.c
13381                 - Sort case-unsensitive
13382                 - Put the sort arrow at opening too
13383
13384 2006-03-19 [wwp]        2.0.0cvs155
13385
13386         * src/addressbook.c
13387                 allow sorting by name/email/remarks, ensure that right-pane's contents
13388                 matches the left-pane selection (cleared when appropriate).
13389                 Patch by Pawel Pekala <c0rn@o2.pl>.
13390
13391 2006-03-18 [colin]      2.0.0cvs154
13392
13393         * src/textview.c
13394                 Fix text cursor ;)
13395
13396 2006-03-18 [colin]      2.0.0cvs153
13397
13398         * src/gtk/filesel.c
13399                 Make sure we hide the preview if we didn't get
13400                 a filename
13401
13402 2006-03-18 [colin]      2.0.0cvs152
13403
13404         * src/summaryview.c
13405                 Set cursor to watch for execution (fixes lack
13406                 of watch-cursor when dnd'ing hundreds of mails)
13407         * src/gtk/filesel.c
13408                 Check that mime type is 'image/*' before updating
13409                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13410
13411 2006-03-18 [colin]      2.0.0cvs151
13412
13413         * src/mainwindow.c
13414         * src/textview.c
13415         * src/textview.h
13416                 Put a watch cursor in textview too when the mainwindow's
13417                 cursor in a watch
13418
13419 2006-03-18 [colin]      2.0.0cvs150
13420
13421         * src/folder.c
13422                 Change wrong asserts to simple tests
13423
13424 2006-03-17 [colin]      2.0.0cvs149
13425
13426         * src/mainwindow.c
13427         * src/mainwindow.h
13428         * src/prefs_msg_colors.c
13429         * src/summaryview.c
13430         * src/summaryview.h
13431         * src/gtk/colorlabel.c
13432         * src/gtk/colorlabel.h
13433                 Add a color label menu in the main menubar
13434                 Add (fixed) accels Ctrl-{0-7} to change the color
13435                 They have to be fixed because the menu's dynamic,
13436                 the items are complex widgets, hence we can't use
13437                 a GtkItemFactory.
13438
13439
13440 2006-03-17 [wwp]        2.0.0cvs148
13441
13442         * src/compose.c
13443                 rollback few lines from my previous commit (those lines come from
13444                 a pending patch, accidentally commited, even if neutral as they are
13445                 commented out).
13446
13447 2006-03-17 [wwp]        2.0.0cvs147
13448
13449         * src/compose.c
13450                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13451                 applied code style/indentation to the modified function.
13452
13453 2006-03-17 [wwp]        2.0.0cvs146
13454
13455         * src/procmsg.c
13456         * src/compose.c
13457                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13458
13459 2006-03-17 [paul]
13460
13461         2.1.0-rc1 released
13462
13463 2006-03-17 [paul]       2.0.0cvs145
13464
13465         * src/main.c
13466                 addressbook_read_file() was called twice
13467         * src/textview.c
13468                 X-Mailer highlighting
13469
13470 2006-03-16 [colin]      2.0.0cvs144
13471
13472         * src/sourcewindow.c
13473         * src/sourcewindow.h
13474                 And the last one, in source window.
13475
13476 2006-03-16 [colin]      2.0.0cvs143
13477
13478         * src/compose.c
13479         * src/compose.h
13480                 Fix the same stuff in compose
13481
13482 2006-03-16 [colin]      2.0.0cvs142
13483
13484         * src/messageview.c
13485                 Complete the previous messageview crash fix
13486
13487 2006-03-16 [colin]      2.0.0cvs141
13488
13489         * src/procmsg.h
13490         * src/procmsg.c
13491         * src/folder.c
13492                 Fix POSTPROCESSING hook
13493                 Patch by H. Merijn Brand
13494
13495         * src/procmime.c
13496         * src/procmime.h
13497                 Parse Content-Location
13498
13499         * src/toolbar.c
13500         * src/messageview.c
13501         * src/messageview.h
13502                 Don't crash when a top-level MessageView has
13503                 been closed on us. Same problematic than
13504                 yesterday's quicksearch issue.
13505
13506 2006-03-15 [colin]      2.0.0cvs140
13507
13508         * src/gtk/quicksearch.c
13509                 Fix a bitchy race we didn't think about when we
13510                 added quicksearch cancellation:
13511                 If the search is not on cached fields, for example
13512                 body_part matchcase "stuff"
13513                 the matcher code has to get the whole message. If
13514                 we're on IMAP, that can be slow, and in order to
13515                 be non-blocking, the IMAP code idle loop processes
13516                 gtk events too. So it is possible to cancel a
13517                 quicksearch while the matcher is getting the mail's
13518                 body. After matcher got its body, it will start to
13519                 iterate over the matcher list that the Quicksearch's
13520                 clear_search_cb() just freed via prepare_matcher().
13521                 SIGSEGV ensues.
13522                 The fix consists of guarding the matcherlist_match()
13523                 call with a boolean 'matching'. If we reset the
13524                 quicksearch while matching is TRUE, we don't free
13525                 the matcherlist anymore like we did, but we set
13526                 another new flag, deferred_free, to TRUE. Then,
13527                 in quicksearch_match(), just after returning from
13528                 matcherlist_match() and unsetting the matching flag,
13529                 we check the deferred_free flag and do the
13530                 prepare_matcher() (which does the matcherlist_free)
13531                 for real, so we free the matcherlist once it's not
13532                 used anymore.
13533                 As all of this runs via the glib main loop, we
13534                 luckily don't need a mutex.
13535         * src/summaryview.c
13536                 Also, show progress while searching.
13537
13538
13539 2006-03-14 [colin]      2.0.0cvs139
13540
13541         * src/alertpanel.c
13542                 Make alertpanel_is_open non-static
13543
13544 2006-03-14 [colin]      2.0.0cvs138
13545
13546         * src/prefs_spelling.c
13547                 Cleanups - Fabien Vantard
13548
13549 2006-03-14 [wwp]        2.0.0cvs137
13550
13551         * src/main.c
13552                 code style normalization (curly braces, indentation).
13553
13554 2006-03-14 [wwp]        2.0.0cvs137
13555
13556         * src/main.c
13557                 code style (braces, indentation)
13558
13559 2006-03-12 [paul]       2.0.0cvs136
13560
13561         * src/prefs_common.c
13562                 trans_hdr defaults to FALSE to be RFC-savvy
13563         * src/prefs_summaries.c
13564                 add a tooltip to the trans_hdr option
13565                 
13566
13567 2006-03-12 [paul]       2.0.0cvs135
13568
13569         * src/prefs_matcher.c
13570                 give a little more width to the combos
13571         * src/prefs_display_header.c
13572         * src/textview.c
13573                 translate headers if prefs_common.trans_hdr
13574                 is TRUE
13575
13576         Patches by Pawel Pekala
13577
13578 2006-03-12 [paul]       2.0.0cvs134
13579
13580         * src/plugins/clamav/clamav_plugin.c
13581         * src/plugins/dillo_viewer/dillo_viewer.c
13582         * src/plugins/pgpcore/plugin.c
13583         * src/plugins/pgpinline/plugin.c
13584         * src/plugins/pgpmime/plugin.c
13585         * src/plugins/spamassassin/spamassassin.c
13586                 update/add to descriptions
13587         * src/plugins/spamassassin/spamassassin_gtk.c
13588                 fixes to the english, remove superfluous
13589                 tooltips, clean up a little
13590
13591 2006-03-12 [paul]       2.0.0cvs133
13592
13593         * src/compose.c
13594                 fix Bug 924, 'Account combo box shows up wrong 
13595                 if & is in account name'
13596
13597 2006-03-11 [colin]      2.0.0cvs132
13598
13599         * src/summaryview.c
13600                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13601                 messed up shift-selection because is slows down
13602                 moving around summaryview. thanks -users
13603
13604 2006-03-10 [colin]      2.0.0cvs131
13605
13606         * src/plugins/spamassassin/spamassassin_gtk.c
13607                 Put back Paul's engrish fixes
13608
13609 2006-03-10 [colin]      2.0.0cvs130
13610
13611         * src/plugins/spamassassin/spamassassin.c
13612         * src/plugins/spamassassin/spamassassin.h
13613         * src/plugins/spamassassin/spamassassin_gtk.c
13614                 Cleanup SA prefs page (more)
13615                 Patch by Fabien Vantard
13616
13617 2006-03-10 [paul]       2.0.0cvs129
13618
13619         * src/prefs_msg_colors.c
13620         * src/prefs_spelling.c
13621                 widget sensitivity
13622
13623 2006-03-09 [mones]      2.0.0cvs128
13624
13625         * po/es.po
13626                 Update for next RC
13627
13628 2006-03-09 [wwp]        2.0.0cvs127
13629
13630         * configure.ac
13631                 revert accidental commit (requirement for libetpan 0.43), this time
13632                 not in HEAD.
13633
13634 2006-03-09 [wwp]        2.0.0cvs125
13635
13636         * configure.ac
13637                 revert accidental commit (requirement for libetpan 0.43)
13638
13639 2006-03-09 [paul]       2.0.0cvs126
13640
13641         * src/prefs_receive.c
13642                 remove useless frame
13643                 replace 'incorporation' with 'receiving'
13644         * src/plugins/clamav/clamav_plugin_gtk.c
13645         * src/plugins/spamassassin/spamassassin_gtk.c
13646                 improve widget sensitivity
13647                 fix a bit his engrish
13648
13649 2006-03-09 [wwp]        2.0.0cvs125
13650
13651         * src/addressadd.c
13652         * src/foldersel.c
13653         * src/prefs_common.c
13654         * src/prefs_common.h
13655                 remember some more windows' sizes (add to addressbook and
13656                 select folder).
13657
13658 2006-03-09 [paul]       2.0.0cvs124
13659
13660         * src/plugins/pgpcore/prefs_gpg.c
13661                 normalise construction of dialogue
13662
13663 2006-03-09 [paul]       2.0.0cvs123
13664
13665         * src/plugins/trayicon/Makefile.am
13666                 add missing slash
13667
13668 2006-03-08 [colin]      2.0.0cvs122
13669
13670         * src/plugins/trayicon/Makefile.am
13671                 Fix build in separate dir 
13672                 Patch by Bamanzi <bamanzi@gmail.com>
13673
13674 2006-03-08 [colin]      2.0.0cvs121
13675
13676         * src/procmsg.c
13677                 Batch move and copies from summaryview with delayed execution
13678                 too
13679
13680 2006-03-07 [paul]       2.0.0cvs120
13681
13682         * src/common/utils.c
13683                 fix highlighting of URIs containing "()"
13684                 Patch by Pawel Pekala
13685
13686 2006-03-07 [paul]       2.0.0cvs119
13687
13688         * src/folder.c
13689         * src/folder.h
13690         * src/folderview.c
13691                 immediately do alphabetical resort when
13692                 changing a folder's name
13693                 Patch by Pawel Pekala
13694
13695 2006-03-07 [paul]       2.0.0cvs118
13696
13697         * src/news.c
13698         * src/news_gtk.c
13699                 when unsubscribing a newsgroup, remove the
13700                 folder and msgs in .sylpheed-claws/newscache
13701                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13702
13703 2006-03-07 [paul]       2.0.0cvs117
13704
13705         * src/textview.c
13706                 fix wrong Fake URL Warning
13707                 Thanks to Hiro
13708
13709 2006-03-07 [colin]      2.0.0cvs116
13710
13711         * src/imap.c
13712                 Return immediately when password dialog was
13713                 cancelled
13714         * src/gtk/inputdialog.c
13715                 Allow empty strings for passwords
13716
13717
13718 2006-03-06 [colin]      2.0.0cvs115
13719
13720         * src/imap.c
13721                 Prevent double-timeouts when connection fails
13722
13723 2006-03-06 [colin]
13724
13725         2.0.1-rc1 released
13726
13727 2006-03-06 [colin]      2.0.0cvs114
13728
13729         * src/imap.c
13730                 Refresh session during potentially long
13731                 operations
13732
13733 2006-03-06 [wwp]        2.0.0cvs113
13734
13735         * src/prefs_msg_colors.h
13736                 forgot that one (custom color labels).
13737
13738 2006-03-06 [wwp]        2.0.0cvs112
13739
13740         * src/prefs_common.c
13741         * src/prefs_common.h
13742         * src/prefs_msg_colors.c
13743         * src/summaryview.c
13744         * src/summaryview.h
13745         * src/gtk/colorlabel.c
13746         * src/gtk/colorlabel.h
13747                 colors in messages list are now customizable. Color values and names can
13748                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
13749                 Thanks to Paul and Colin for their help with this longstanding patch!
13750
13751 2006-03-06 [wwp]        2.0.0cvs111
13752
13753         * src/textview.c
13754                 don't crash if (x)face is bad.
13755
13756 2006-03-05 [paul]       2.0.0cvs110
13757
13758         * AUTHORS
13759         * configure.ac
13760         * src/Makefile.am
13761         * src/common/Makefile.am
13762         * src/common/utils.h
13763         * src/etpan/imap-thread.c
13764         * src/gtk/authors.h
13765         * src/plugins/clamav/Makefile.am
13766         * src/plugins/demo/Makefile.am
13767         * src/plugins/dillo_viewer/Makefile.am
13768         * src/plugins/pgpcore/Makefile.am
13769         * src/plugins/pgpcore/passphrase.c
13770         * src/plugins/pgpinline/Makefile.am
13771         * src/plugins/pgpmime/Makefile.am
13772         * src/plugins/spamassassin/Makefile.am
13773         * src/plugins/trayicon/Makefile.am
13774                 fix builiding on cygwin
13775                 Patch by Ralgh Young <bamanzi@gmail.com>
13776
13777 2006-03-04 [wwp]        2.0.0cvs109
13778
13779         * manual/keyboard.xml
13780                 fix mixed up/down keys.
13781
13782 2006-03-04 [wwp]        2.0.0cvs108
13783
13784         * README
13785         * INSTALL
13786                 updated links to SpamAssassin.
13787
13788 2006-03-04 [wwp]        2.0.0cvs107
13789
13790         * manual/plugins.xml
13791         * src/plugins/spamassassin/README
13792                 updated SpamAssassin plugin docs to reflect new functional additions
13793                 (also fix/update/documents few technical stuff more, see the README).
13794
13795 2006-03-04 [wwp]        2.0.0cvs106
13796
13797         * src/prefs_message.c
13798                 normalized capitalization of message-prefs paths.
13799
13800 2006-03-04 [wwp]        2.0.0cvs105
13801
13802         * manual/advanced.xml
13803                 typo.
13804
13805 2006-03-03 [colin]      2.0.0cvs104
13806
13807         * src/plugins/clamav/clamav_plugin_gtk.c
13808                 Rework prefs page, patch by Fabien 
13809
13810 2006-03-03 [colin]      2.0.0cvs103
13811
13812         * src/plugins/clamav/clamav_plugin.c
13813                 Set error on all errors
13814
13815 2006-03-03 [colin]      2.0.0cvs102
13816
13817         * src/common/plugin.c
13818                 Initialize error to avoid crashing when a plugin fails
13819                 without setting error
13820
13821 2006-03-02 [wwp]        2.0.0cvs101
13822
13823         * configure.ac
13824                 fixed linker flags for libetpan support on Cygwin
13825                 (thanks to H.Merijn Brand).
13826
13827 2006-03-02 [wwp]        2.0.0cvs100
13828
13829         * src/addressbook.c
13830                 fix some AB error messages: one for punctuation and
13831                 one wrongly duplicate (thanks, maxbritov).
13832
13833 2006-03-02 [wwp]        2.0.0cvs99
13834
13835         * src/plugins/spamassassin/spamassassin.c
13836                 make sync calls to sa-learn/spamc to prevent
13837                 system (whatever local or client/server) overload.
13838
13839 2006-03-02 [colin]      2.0.0cvs98
13840
13841         * src/summaryview.c
13842                 Put the spam icon in the status column instead of the
13843                 mark one
13844
13845 2006-03-01 [colin]      2.0.0cvs97
13846
13847         * src/plugins/spamassassin/spamassassin.c
13848                 Fix segfault (g_file_set_contents fails for some 
13849                 reason and err==0x2f. Can't find out why with
13850                 valgrind, using working function :-)
13851
13852 2006-03-01 [colin]      2.0.0cvs96
13853
13854         * src/inc.c
13855                 Offline overriding: let 'No' be cached only 3 seconds
13856
13857 2006-03-01 [colin]      2.0.0cvs95
13858
13859         * src/addr_compl.c
13860         * src/addrbook.c
13861         * src/addressbook.c
13862         * src/addrindex.c
13863         * src/folder_item_prefs.c
13864         * src/headerview.c
13865         * src/imap.c
13866         * src/inc.c
13867         * src/ldif.c
13868         * src/mainwindow.c
13869         * src/mh.c
13870         * src/msgcache.c
13871         * src/prefs_common.h
13872         * src/prefs_msg_colors.c
13873         * src/procheader.c
13874         * src/procheader.h
13875         * src/procmime.c
13876         * src/procmsg.c
13877         * src/procmsg.h
13878         * src/send_message.h
13879         * src/simple-gettext.c
13880         * src/summaryview.c
13881         * src/summaryview.h
13882         * src/syldap.c
13883         * src/textview.c
13884         * src/undo.c
13885         * src/common/ssl_certificate.c
13886         * src/common/utils.c
13887         * src/gtk/colorsel.c
13888         * src/gtk/gtksctree.c
13889         * src/gtk/gtkshruler.c
13890         * src/plugins/trayicon/trayicon.c
13891                 #if 0 goes to /dev/null
13892
13893 2006-03-01 [colin]      2.0.0cvs94
13894
13895         * src/compose.c
13896         * src/imap.c
13897         * src/inc.c
13898         * src/inc.h
13899         * src/messageview.c
13900         * src/news.c
13901         * src/plugins/spamassassin/spamassassin.c
13902                 Allow to add information in the "working offline"
13903                 window
13904
13905 2006-03-01 [wwp]        2.0.0cvs93
13906
13907         * src/plugins/spamassassin/spamassassin.c
13908                 fixed spamc invocation: use a tricky temporary mini shell wrapper
13909                 'cause it seems that calling `spamc ... < inputfile` with
13910                 g_spawn_(a)sync simply.. erm doesn't work :-).
13911
13912 2006-03-01 [wwp]        2.0.0cvs92
13913
13914         * src/toolbar.c
13915         * src/toolbar.h
13916                 simplify the adding of spam/ham button to the messageview toolbar
13917                 (it gets more clear now that the same button will be "Mark as spam"
13918                 or "Mark as ham" according to the current message status,
13919                 thanks to Colin).
13920
13921 2006-03-01 [wwp]        2.0.0cvs91
13922
13923         * src/messageview.c
13924         * src/procmsg.c
13925         * src/procmsg.h
13926         * src/summaryview.c
13927         * src/plugins/spamassassin/spamassassin.c
13928         * src/plugins/spamassassin/spamassassin.h
13929                 make learner callbacks return a status (0 for ok),
13930                 handle it in main code to avoid setting flags when learning failed,
13931                 don't learn on TCP if offline in spamassassin,
13932                 thanks to Colin.
13933
13934                 
13935
13936 2006-03-01 [wwp]        2.0.0cvs90
13937
13938         * src/compose.c
13939                 some work around the compose window's account menu,
13940                 patch by Fabien Vantard.
13941
13942 2006-03-01 [wwp]        2.0.0cvs89
13943
13944         * src/plugins/spamassassin/spamassassin.c
13945                 fixed bad logics, was using spamc in local mode and sa-learn
13946                 in remote mode (thanks, Colin).
13947
13948 2006-03-01 [wwp]        2.0.0cvs88
13949
13950         * src/plugins/spamassassin/spamassassin.c
13951         * src/plugins/spamassassin/spamassassin.h
13952         * src/plugins/spamassassin/spamassassin_gtk.c
13953                 made processing of emails w/ sa-plugin an option (default is TRUE),
13954                 fixed Engrish some tooltips, capitalization of some debug messages
13955                 and warnings. The spamassassin plugin now provides two separate
13956                 services: process emails upon incorporation and spamd training.
13957                 Both services (un)register independently but use some common
13958                 plugin settings (transport settings, spam storage location).
13959
13960 2006-02-28 [wwp]        2.0.0cvs87
13961
13962         * src/plugins/spamassassin/spamassassin.c
13963                 fix async flag to spamc cmdline execution (batch exec should
13964                 be asynchronous).
13965
13966 2006-02-27 [wwp]        2.0.0cvs86
13967
13968         * src/plugins/spamassassin/spamassassin.c
13969         * src/plugins/spamassassin/spamassassin.h
13970         * src/plugins/spamassassin/spamassassin_gtk.c
13971                 - added the ability to learn a remote spamassassin server (spamd),
13972                 using spamc.
13973                 - added the spamassassin option 'username', that applies to all
13974                 spamassassin operations (filtering, learning, local or remote).
13975                 The default username is the current unix user (if left blank
13976                 from gtk prefs or config file).
13977                 - commented out some unused code (notebook widget), removed unused
13978                 layout (hbox1).
13979                 - make more widgets sensitive to the transport type.
13980
13981 2006-02-27 [colin]      2.0.0cvs85
13982
13983         * src/plugins/spamassassin/spamassassin.c
13984                 Fix sa-learn call when offline
13985
13986 2006-02-27 [colin]      2.0.0cvs84
13987
13988         * configure.ac
13989         * src/Makefile.am
13990         * src/mainwindow.c
13991         * src/mainwindow.h
13992         * src/messageview.c
13993         * src/messageview.h
13994         * src/prefs_toolbar.c
13995         * src/procmsg.c
13996         * src/stock_pixmap.c
13997         * src/stock_pixmap.h
13998         * src/summaryview.c
13999         * src/toolbar.c
14000         * src/toolbar.h
14001         * src/pixmaps/ham_btn.xpm
14002         * src/pixmaps/spam.xpm
14003         * src/pixmaps/spam_btn.xpm
14004         * src/plugins/spamassassin/spamassassin.c
14005                 Add button in toolbar for spam learning
14006                 Fix a few bugs from the last related commit
14007                 Revert 1.9.6cvs23 which messed up shift-selection
14008
14009 2006-02-24 [colin]      2.0.0cvs83
14010
14011         * src/procmsg.c
14012         * src/summaryview.c
14013         * src/summaryview.h
14014         * src/plugins/spamassassin/spamassassin.c
14015         * src/plugins/spamassassin/spamassassin.h
14016         * src/plugins/spamassassin/spamassassin_gtk.c
14017                 Unregister learner when spamassassin is either
14018                 disabled or over tcp
14019
14020 2006-02-24 [colin]      2.0.0cvs82
14021
14022         * src/Makefile.am
14023         * src/mainwindow.c
14024         * src/mainwindow.h
14025         * src/procmsg.c
14026         * src/procmsg.h
14027         * src/stock_pixmap.c
14028         * src/stock_pixmap.h
14029         * src/summaryview.c
14030         * src/summaryview.h
14031         * src/gtk/icon_legend.c
14032         * src/pixmaps/spam.xpm  ** NEW FILE **
14033         * src/plugins/spamassassin/spamassassin.c
14034         * src/plugins/spamassassin/spamassassin_gtk.c
14035                 Add spam learning interface (Mark/Mark as 
14036                 (spam|ham) menus)
14037
14038 2006-02-24 [wwp]        2.0.0cvs81
14039
14040         * src/compose.c
14041         * src/compose.h
14042         * src/filtering.c
14043                 hide compose window when sending message in batch mode
14044                 (filtering: forward and redirect). Also fixed a wrong
14045                 value returned when sending failed, neutral anyway.
14046                 (Colin, me) 
14047
14048 2006-02-24 [wwp]        2.0.0cvs80
14049
14050         * src/mainwindow.c
14051                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14052
14053 2006-02-24 [paul]       2.0.0cvs79
14054
14055         * src/news.c
14056         * src/news.h
14057         * src/news_gtk.c
14058                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14059                 Thanks to Colin
14060
14061 2006-02-23 [colin]      2.0.0cvs78
14062
14063         * src/alertpanel.c
14064                 Change OK to Close in alertpanel with View log
14065                 button; add accel to View log. Patch by Fabien
14066                 Vantard
14067
14068 2006-02-23 [wwp]        2.0.0cvs77
14069
14070         * src/compose.c
14071                 silly me, there were much more tests to perform, since toolbars can
14072                 really have down to 1 element only.
14073
14074 2006-02-23 [wwp]        2.0.0cvs76
14075
14076         * commitHelper
14077                 fixed indentation from my previous commit. Fallback to VISUAL if
14078                 EDITOR is not set (and to vi, at last resort).
14079
14080 2006-02-23 [wwp]        2.0.0cvs75
14081
14082         * commitHelper
14083                 improved error detection (Colin, me).
14084
14085 2006-02-23 [wwp]        2.0.0cvs74
14086
14087         * src/prefs_toolbar.c
14088                 simplify and fix prefs/toolbars layouting. Combos' contents can
14089                 now be really displayed.
14090
14091 2006-02-23 [wwp]        2.0.0cvs73
14092         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14093         be really displayed.
14094
14095 2006-02-22 [wwp]        2.0.0cvs72
14096
14097         * src/compose.c
14098                 fix a typo in my previous commit (sorry!).
14099
14100 2006-02-22 [wwp]        2.0.0cvs71
14101
14102         * src/prefs_toolbar.c
14103                 fix a crash when adding separators to toolbars,
14104                 also fix some separator item information.
14105
14106 2006-02-22 [wwp]        2.0.0cvs70
14107
14108         * src/compose.c
14109                 fix a crash when redirecting (for instance) when compose window's
14110                 toolbar contents has been customized (when some buttons have been
14111                 removed in fact).
14112
14113 2006-02-21 [wwp]        2.0.0cvs69
14114
14115         * src/summaryview.c
14116         * src/gtk/pluginwindow.c
14117         * src/plugins/pgpcore/prefs_gpg.c
14118                 fix some compilation warnings (feat. remains of removed code).
14119
14120 2006-02-21 [wwp]        2.0.0cvs68
14121
14122         * src/gtk/gtkutils.c
14123                 fix two compilation issues, thanks to Stephan Sachse.
14124
14125 2006-02-20 [colin]      2.0.0cvs67
14126
14127         * src/mainwindow.c
14128                 Don't reselect displayed mail on refocus
14129                 This fixes actions misbehaving 
14130
14131 2006-02-20 [wwp]        2.0.0cvs66
14132
14133         * src/summaryview.c
14134         * src/gtk/gtksctree.c
14135         * src/gtk/gtkshruler.c
14136                 changed more runtime typecast checks.
14137
14138 2006-02-20 [wwp]        2.0.0cvs65
14139
14140         * src/summary_search.c
14141                 find all - summaryview refresh issue fixed, thanks to Colin.
14142
14143 2006-02-20 [wwp]        2.0.0cvs64
14144
14145         * src/gtk/gtkutils.c
14146                 better runtime typecast checks.
14147
14148 2006-02-20 [wwp]        2.0.0cvs63
14149
14150         * src/summary_search.c
14151                 enhancements to the summary search:
14152                         - add the ability to stop the running search
14153                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14154                         - don't search if no criteria (From/To/Subject/Body) is set
14155                         - ensure that a busy mouse pointer is always shown when searching,
14156                           show it even a bit earlier
14157
14158 2006-02-19 [colin]      2.0.0cvs62
14159
14160         * src/compose.c
14161         * src/imap.c
14162         * src/etpan/imap-thread.c
14163         * src/etpan/imap-thread.h
14164                 (Future) IMAP speed improvement on sending
14165                 Will require a libetpan update
14166         * src/summaryview.c
14167         * src/gtk/quicksearch.c
14168                 Make quicksearch clearable while running.
14169
14170 2006-02-17 [colin]      2.0.0cvs61
14171
14172         * src/imap.c
14173         * src/etpan/imap-thread.c
14174         * src/etpan/imap-thread.h
14175                 Check for IMAP certificates
14176                 ** Requires libetpan-0.42-cvs4 
14177                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14178
14179 2006-02-17 [colin]      2.0.0cvs60
14180
14181         * src/messageview.c
14182         * src/prefs_common.c
14183         * src/prefs_common.h
14184         * src/prefs_message.c
14185                 Add pref to display HTML-only mails with plugin, 
14186                 if possible (defaulting to FALSE of course).
14187
14188 2006-02-16 [colin]      2.0.0cvs59
14189
14190         * src/main.c
14191         * src/common/plugin.c
14192         * src/common/plugin.h
14193         * src/gtk/pluginwindow.c
14194                 Keep track of requested (but unloaded) plugins
14195                 in some error cases.
14196
14197 2006-02-16 [wwp]        2.0.0cvs58
14198
14199         * src/gtk/gtkaspell.c
14200         * src/gtk/gtkaspell.h
14201         * src/prefs_spelling.c
14202         * src/compose.c
14203         * src/prefs_common.c
14204         * src/prefs_common.h
14205                 implemented new optional spellchecker behaviour: re-check message when
14206                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14207
14208 2006-02-16 [wwp]        2.0.0cvs57
14209
14210         * src/quote_fmt_parse.y
14211                 pclose popen'ed pipe.
14212
14213 2006-02-15 [colin]      2.0.0cvs56
14214
14215         * src/mimeview.c
14216         * src/mimeview.h
14217                 Let MimeViewers know which MimeView they
14218                 depend of.
14219         * src/summaryview.c
14220                 Swap From/To columns in Sent/Queue/Drafts
14221                 folders
14222         * src/etpan/imap-thread.c
14223                 Use mailstream_low_tls_open() for STARTTLS
14224                 instead of mailstream_low_ssl_open()
14225                 ** REQUIRES libetpan 0.42cvs3 **
14226
14227 2006-02-15 [wwp]        2.0.0cvs55
14228
14229         * src/compose.c
14230         * src/compose.h
14231         * src/message_search.c
14232         * src/message_search.h
14233         * src/textview.c
14234         * src/gtk/gtkutils.c
14235         * src/gtk/gtkutils.h
14236                 added the ability to Find text in the compose window (and a bit
14237                 of code factorization).
14238
14239 2006-02-15 [wwp]        2.0.0cvs54
14240
14241         * src/prefs_gtk.c
14242                 yet another one file was missing (fix for some widgets' sensitivity).
14243                 Thanks Colin!
14244
14245 2006-02-15 [wwp]        2.0.0cvs53
14246
14247         * src/prefs_gtk.h
14248                 oops forgot that file (fix for some widgets' sensitivity).
14249
14250 2006-02-15 [wwp]        2.0.0cvs52
14251
14252         * src/summary_search.c
14253                 implemented advanced summary search options (added the ability
14254                 to use matcher conditions in an advanced search mode).
14255
14256 2006-02-15 [wwp]        2.0.0cvs51
14257
14258         * src/plugins/pgpcore/prefs_gpg.c
14259         * src/prefs_account.c
14260                 fix some widget sensitivity, mostly around some labels in
14261                 account prefs.
14262
14263 2006-02-15 [paul]       2.0.0cvs50
14264
14265         * manual/advanced.xml
14266                 improve Templates info
14267                 written by wwp
14268
14269 2006-02-14 [colin]      2.0.0cvs49
14270
14271         * src/pixmaps/address_book.xpm
14272         * src/pixmaps/preferences.xpm
14273         * src/pixmaps/properties.xpm
14274                 Fix pixmap size - patch by Fabien Vantard
14275
14276 2006-02-13 [colin]      2.0.0cvs48
14277
14278         * src/procmime.c
14279                 Add missing fclose()s on error
14280         * src/textview.c
14281                 Remove unused code
14282         * src/common/utils.c
14283                 Fix temp files not being deleted on windows
14284         Patches by Thomas Gilgin
14285
14286 2006-02-13 [colin]      2.0.0cvs47
14287
14288         * src/mainwindow.c
14289                 Fix exit crash
14290
14291 2006-02-13 [wwp]        2.0.0cvs46
14292
14293         * src/plugins/pgpcore/prefs_gpg.c
14294                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14295
14296 2006-02-12 [colin]      2.0.0cvs45
14297
14298         * src/folderview.c
14299         * src/main.c
14300         * src/mainwindow.c
14301                 Fix "stuff" when quitting
14302
14303 2006-02-12 [wwp]        2.0.0cvs44
14304
14305         * src/prefs_themes.c
14306                 fix typos in debug messages.
14307
14308 2006-02-11 [colin]      2.0.0cvs43
14309
14310         * src/summaryview.c
14311                 don't allow drag/drop from ourself
14312
14313 2006-02-10 [wwp]        2.0.0cvs42
14314
14315         * src/exporthtml.c
14316         * src/html.c
14317         * src/html.h
14318         * src/procmime.c
14319         * src/textview.c
14320                 renamed html_ prefixed functions and data structures to avoid
14321                 namespace clashes w/ other software (gtkhtml2 for instance).
14322                 Closes bug #907.
14323
14324
14325 2006-02-09 [colin]      2.0.0cvs41
14326
14327         * src/summaryview.c
14328                 Fix shitty logic messed up. Thanks Ticho for the hint!
14329
14330 2006-02-09 [wwp]        2.0.0cvs40
14331
14332         * src/gtk/about.c
14333         * src/compose.c
14334         * src/prefs_account.c
14335         * src/prefs_gtk.h
14336         * src/editaddress.c
14337                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14338                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14339                 Browse buttons in accounts prefs.
14340
14341 2006-02-09 [colin]      2.0.0cvs39
14342
14343         * src/matcher.c
14344                 Check for pointer before using its members
14345         * src/gtk/gtksourceprintjob.c
14346                 Fix a wrong warning
14347
14348 2006-02-09 [wwp]        2.0.0cvs38
14349
14350         * src/gtk/filesel.c
14351                 fix few compiler warnings (type mismatch).
14352
14353 2006-02-09 [paul]       2.0.0cvs37
14354
14355         * po/fr.po
14356                 updated by Fabien Vantard
14357
14358 2006-02-08 [colin]      2.0.0cvs36
14359
14360         * src/prefs_common.c
14361         * src/common/defs.h
14362         * src/common/plugin.c
14363                 allow windows and linux configurations to coexist
14364                 patch by Thomas Gilgin
14365
14366 2006-02-08 [colin]      2.0.0cvs35
14367
14368         * src/filtering.c
14369         * src/matcher.c
14370         * src/matcher.h
14371         * src/matcher_parser_parse.y
14372         * src/prefs_filtering_action.c
14373         * src/prefs_matcher.c
14374                 Add the "Ignore thread" filtering
14375                 action
14376
14377 2006-02-08 [colin]      2.0.0cvs34
14378
14379         * src/compose.c
14380         * src/procmime.c
14381         * src/procmime.h
14382                 Fix bug #905 (damaged attachment)
14383                 text files with raw \0's aren't really text files
14384         FOR_STABLE
14385
14386 2006-02-08 [colin]      2.0.0cvs33
14387
14388         * src/summaryview.c
14389                 Fix crasher introduced yesterday
14390
14391 2006-02-08 [wwp]        2.0.0cvs32
14392
14393         * src/compose.c
14394         * src/compose.h
14395                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14396
14397 2006-02-08 [wwp]        2.0.0cvs31
14398
14399         * src/prefs_template.c
14400                 templates enhancement: allow address completion for Cc and Bcc fields
14401                 (it was currently possible for the To field only)
14402
14403 2006-02-08 [colin]      2.0.0cvs30
14404
14405         * src/compose.c
14406                 Don't unblock if not blocked
14407         FOR_STABLE
14408
14409 2006-02-07 [colin]      2.0.0cvs29
14410
14411         * src/action.c
14412                 Forgot to refresh summaryview
14413
14414 2006-02-07 [colin]      2.0.0cvs28
14415
14416         * src/action.c
14417                 Freeze/thaw message list and folder list while
14418                 processing %as{} actions 
14419         * src/compose.c
14420                 Fix auto-wrap disabling after a middle-click
14421                 paste - FOR_STABLE
14422
14423 2006-02-07 [paul]       2.0.0cvs27
14424
14425         * src/folder.c
14426                 fix freeing of uninitialised pointers
14427                 Thanks to Colin
14428
14429 2006-02-06 [colin]      2.0.0cvs26
14430
14431         * src/folder.c
14432                 Use g_slist_prepend in potentially big list
14433
14434 2006-02-06 [colin]      2.0.0cvs25
14435
14436         * src/folder.c
14437                 Completely skip processing if it doesn't 
14438                 exist (faster!)
14439
14440 2006-02-06 [colin]      2.0.0cvs24
14441
14442         * src/folder.c
14443         * src/summaryview.c
14444                 Batch filtering in summaryview (from Tools menu)
14445                 and pre/post//-processing too
14446
14447 2006-02-06 [colin]      2.0.0cvs23
14448
14449         * src/procmsg.h
14450         * src/filtering.c
14451                 Use a special field for batch filtering instead
14452                 of stepping on deferred execution's toes
14453
14454 2006-02-06 [colin]      2.0.0cvs22
14455
14456         * src/action.c
14457         * src/filtering.c
14458         * src/filtering.h
14459         * src/folder.c
14460         * src/summaryview.c
14461                 Fix filtering via menus and actions
14462
14463 2006-02-06 [colin]      2.0.0cvs21
14464
14465         * src/imap.c
14466                 Put the added file directly to cache if possible (will work
14467                 with next libetpan)
14468         * src/filtering.c
14469         * src/filtering.h
14470         * src/inc.c
14471         * src/folder.c
14472         * src/mbox.c
14473         * src/procmsg.h
14474                 Move and copy filtered messages by batches instead of one
14475                 by one - faster on IMAP
14476         * src/procmsg.c
14477                 Add a function that'll possibly be useful later
14478
14479 2006-02-06 [colin]      2.0.0cvs20
14480
14481         * src/addressbook.c
14482                 Use internal mime-type instead of text/plain for d'n'd
14483         * src/compose.c
14484                 Allow attaching files from mimeview's icon list via d'n'd
14485         * src/folderview.c
14486         * src/folderview.h
14487                 Use internal mime-type instead of text/plain for d'n'd
14488                 Don't try to selected opened folder if none is
14489                 Factorize d'n'd from other apps code
14490         * src/headerview.c
14491         * src/textview.c
14492         * src/gtk/gtkutils.c
14493         * src/gtk/gtkutils.h
14494                 Factorize Face/X-Face stuff
14495         * src/mimeview.c
14496                 Fix d'n'd to other apps
14497         * src/prefs_message.c
14498                 Let the XFace pref be usable without libcompface as it also
14499                 applies to Face
14500         * src/summaryview.c
14501                 Fix d'n'd to other apps
14502                 Factorize d'n'd from other apps code
14503
14504 2006-02-06 [wwp]        2.0.0cvs19
14505
14506         * po/it.po
14507                 Italian translation fixes by Andrea Spadaccini (no more confusion
14508                 between filtering and processing, and few changes in the About
14509                 dialog).
14510
14511
14512 2006-02-06 [mones]      2.0.0cvs18
14513
14514         * src/gtk/icon_legend.c
14515                 Improved descriptions allowing better translations
14516
14517 2006-02-05 [colin]      2.0.0cvs17
14518
14519         * src/imap.c
14520                 Add the f*cking missing expunge that caused imap_fetch_env
14521                 to fail after an add_msgs ! :-///
14522         * src/etpan/imap-thread.c
14523                 Add a bit of debug
14524         FOR_STABLE
14525
14526 2006-02-05 [colin]      2.0.0cvs16
14527
14528         * src/common/utils.c
14529                 Don't check for return-path (or we can't put
14530                 back non-sent mails)
14531
14532 2006-02-05 [colin]      2.0.0cvs15
14533
14534         * src/textview.c
14535                 Don't try to display Face header in textview
14536                 when teh headerview's active
14537
14538 2006-02-05 [colin]      2.0.0cvs14
14539
14540         * tools/tbird2syl.py
14541         * tools/Makefile.am
14542                 Add script to import Thunderbird mails
14543
14544 2006-02-05 [colin]      2.0.0cvs13
14545
14546         * src/headerview.c
14547         * src/procheader.c
14548         * src/procmsg.c
14549         * src/procmsg.h
14550         * src/textview.c
14551                 Show Face headers - patch partially by Klaus Flittner
14552
14553 2006-02-05 [colin]      2.0.0cvs12
14554
14555         * src/folderview.c
14556         * src/summaryview.c
14557         * src/common/utils.c
14558         * src/common/utils.h
14559                 Let dnd work from mime icons to summaryview
14560                 and to folderview too
14561                 Add a crude test to avoid trying to add files
14562                 drag'n'dropped when they're not mails
14563
14564 2006-02-04 [colin]      2.0.0cvs11
14565
14566         * src/summaryview.c
14567         * src/mimeview.c
14568                 Fix utf8 conversion
14569
14570 2006-02-04 [colin]      2.0.0cvs10
14571
14572         * src/compose.c
14573         * src/folderview.c
14574         * src/mimeview.c
14575         * src/summaryview.c
14576         * src/summaryview.h
14577                 Added various drag and drop capas:
14578                 From                    To
14579                 summaryview             other apps
14580                 mimeview icons          other apps
14581                 other apps              summaryview
14582                 other apps              folderview
14583
14584                 This shouldn't have broken the existing:
14585                 From                    To
14586                 summaryview             folderview
14587                 folderview              folderview
14588                 summaryview             compose's attachments
14589
14590         Tests welcomed.
14591
14592 2006-02-02 [paul]       2.0.0cvs9
14593
14594         * src/mainwindow.c
14595                 move global option 'Set displayed columns...' out
14596                 of folder option grouping.
14597                 fix sensitivity of 'harvest addresses'
14598         FOR_STABLE
14599
14600 2006-02-01 [colin]      2.0.0cvs8
14601
14602         * src/mimeview.c
14603                 Revert the alertpanel patch, it sucks (intrusive
14604                 and gets in the way of "open")
14605
14606 2006-02-01 [colin]      2.0.0cvs7
14607
14608         * src/compose.c
14609         * src/prefs_account.c
14610         * src/prefs_common.c
14611         * src/common/defs.h
14612         * src/common/utils.c
14613         * src/common/utils.h
14614                 Add ability to edit the signature file
14615                 from the account preferences, and use
14616                 a default for the text editor.
14617                 Patch by Fabien Vantard
14618
14619 2006-02-01 [colin]      2.0.0cvs6
14620
14621         * src/mimeview.c
14622                 Try to get mime type by extension if it is
14623                 application/octet-stream
14624                 Display a window with possible choices when
14625                 encountering unknown mime types
14626         * src/gtk/filesel.c
14627         * src/gtk/filesel.h
14628                 Add preview
14629                 Allow multiple selection in filtered filesel
14630                 (patch by Fabien Vantard)
14631         * src/gtk/pluginwindow.c
14632                 Use it (patch by Fabien Vantard)
14633
14634 2006-02-01 [paul]       2.0.0cvs5
14635
14636         * src/jpilot.c
14637                 fix crash on creating jpilot address book
14638                 Thanks to Colin - FOR_STABLE
14639         * src/prefs_summaries.c
14640         * src/prefs_wrapping.c
14641         * src/gtk/icon_legend.c
14642         * src/gtk/quicksearch.c
14643                 string fixes and additions
14644
14645 2006-02-01 [paul]       2.0.0cvs4
14646
14647         * src/compose.c
14648         * src/mainwindow.c
14649         * src/messageview.c
14650         * src/prefs_send.c
14651                 add Arabic encoding option
14652                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14653
14654 2006-01-31 [colin]      2.0.0cvs3
14655
14656         * src/plugins/pgpcore/passphrase.c
14657                 Convert passphrase to locale encoding
14658         * src/compose.c
14659                 Fix drafting on IMAP. Crappy bug sneaked in
14660                 the release :-/
14661         FOR_STABLE
14662
14663 2006-01-30 [paul]       2.0.0cvs2
14664
14665         * src/gtk/icon_legend.c
14666                 show the new entries
14667
14668 2006-01-30 [colin]      2.0.0cvs1
14669
14670         * src/manual.c
14671                 Check for the file to be present before 
14672                 enabling the menu - FOR_STABLE
14673         * src/gtk/icon_legend.c
14674                 Add folders icons (not all of them, there
14675                 are too much, but the most intriguing ones)
14676
14677 2006-01-30 [paul]       2.0.0
14678
14679         version 2.0.0 released
14680
14681 [For previous entries, see ChangeLog.pre2.0.0]