869a7481c79babbf2b299146694b7ac6bdf0deeb
[claws.git] / ChangeLog
1 2007-08-09 [wwp]        2.10.0cvs108
2
3         * src/folder.c
4                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
5                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
6
7
8 2007-08-09 [colin]      2.10.0cvs107
9
10         * src/folderview.c
11         * src/summaryview.c
12         * src/gtk/prefswindow.c
13                 A few Maemo layout fixes
14
15 2007-08-09 [paul]       2.10.0cvs106
16
17         * src/prefs_account.c
18                 remove the hyphen from plug-ins to
19                 match everywhere else
20
21 2007-08-08 [wwp]        2.10.0cvs105
22
23         * src/prefs_folder_item.c
24                 Fix an extraneous stealth ^L char.
25
26 2007-08-08 [wwp]        2.10.0cvs104
27
28         * src/prefs_folder_item.c
29                 Better fix, group variables declarations (USE_ASPELL).
30
31 2007-08-08 [wwp]        2.10.0cvs103
32
33         * src/prefs_folder_item.c
34                 Fix compilation w/ USE_ASPELL set (broken
35                 by 2.10.0cvs102).
36
37 2007-08-08 [ticho]      2.10.0cvs102
38
39         * src/prefs_folder_item.c
40                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
41
42 2007-08-08 [colin]      2.10.0cvs101
43
44         * src/imap.c
45         * src/etpan/imap-thread.c
46         * src/etpan/imap-thread.h
47                 Close selected mailbox before doing
48                 status on it.
49
50 2007-08-08 [colin]      2.10.0cvs100
51
52         * src/html.c
53                 Complete symbol table, thanks to wwp.
54                 Fixes bug 1284, 'The html -> text 
55                 converter ignores entities'
56         * src/msgcache.c
57                 Fix possible fd leak
58
59 2007-08-08 [colin]      2.10.0cvs99
60
61         * src/imap.c
62                 Better way to fetch UIDs on non-UIDPLUS servers
63
64 2007-08-07 [colin]      2.10.0cvs98
65
66         * src/imap.c
67                 fix bug 1275, 'auto-saved draft messages not 
68                 always being removed'; Also, make multiple
69                 copy (in the same account) faster by matching
70                 source/destination message UIDs.
71         * src/messageview.c
72                 Don't try to reshow deleted mail
73         * src/msgcache.c
74                 Fix leak on error path
75
76 2007-08-07 [wwp]        2.10.0cvs97
77
78         * manual/account.xml
79         * manual/advanced.xml
80         * manual/fr/account.xml
81         * manual/fr/advanced.xml
82                 Updated the reference manual and the French translation to
83                 reflect 2.10.0cvs84: enable running folder Processing
84                 rules on demand.
85
86 2007-08-06 [wwp]        2.10.0cvs96
87
88         * src/prefs_common.c
89         * src/prefs_common.h
90         * src/textview.c
91                 Allow changing the emphasis color used to highlight
92                 the newsreader/x-mailer header value when it matches
93                 our preferred mail agent (hidden pref 'emphasis_col' added
94                 to clawsrc).
95
96 2007-08-06 [colin]      2.10.0cvs95
97
98         * src/compose.c
99         * src/compose.h
100                 Re-commit 2.10.0cvs86, with a protection
101                 against Pango bug. Also, try to fix 
102                 bug 1275, 'auto-saved draft messages not 
103                 always being removed'
104
105 2007-08-06 [wwp]        2.10.0cvs94
106
107         * src/gtk/quicksearch.c
108                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
109
110 2007-08-06 [ticho]      2.10.0cvs93
111
112         * src/prefs_account.c
113         * src/gtk/combobox.c
114                 Use GtkComboBox instead of GtkOptionMenu for privacy system
115                 selection in account preferences.
116
117 2007-08-06 [wwp]        2.10.0cvs92
118
119         * src/plugins/pgpcore/plugin.def
120                 Apply one more chunk from gpg4win's 03-w32-port patch.
121
122 2007-08-05 [colin]      2.10.0cvs91
123
124         * src/compose.c
125         * src/compose.h
126                 reverting buggy patch for now
127
128 2007-08-05 [colin]      2.10.0cvs90
129
130         * src/folder.c
131                 Fix slowdown
132
133 2007-08-04 [colin]      2.10.0cvs89
134
135         * src/prefs_summaries.c
136         * src/summary_search.c
137                 Replace deprecated widgets. Patch by
138                 Andrej.
139
140 2007-08-04 [colin]      2.10.0cvs88
141
142         * src/mh.c
143                 Refresh GUI only every 2000 mails on mh_get_last_num
144                 This is fast (readdir) and done only once per 
145                 session/folder
146
147 2007-08-03 [colin]      2.10.0cvs87
148
149         * src/prefs_account.c
150         * src/gtk/combobox.h
151         * src/gtk/gtkutils.c
152                 Fix a deprecated widget. Patch by
153                 Andrej
154
155 2007-08-03 [colin]      2.10.0cvs86
156
157         * src/compose.c
158         * src/compose.h
159                 Make colorisation and wrapping algorithms
160                 faster. Fixes bug 1246, 'compose becomes 
161                 increasingly slow replying to complex emails'
162
163 2007-08-03 [paul]       2.10.0cvs85
164
165         * src/mh.c
166                 keep the window painted
167
168 2007-08-02 [paul]       2.10.0cvs84
169
170         * src/folderview.c
171         * src/mainwindow.c
172         * src/mainwindow.h
173                 enable running folder Processing
174                 rules on demand
175
176 2007-08-02 [paul]       2.10.0cvs83
177
178         * src/textview.c
179                 speed up/clean up rendering of larger
180                 msgs
181                 Thanks to Colin
182
183 2007-08-01 [paul]       2.10.0cvs82
184
185         * src/mainwindow.h
186                 clean up cruft
187         * src/toolbar.c
188                 change default toolbar layout on maemo
189         * src/pixmaps/close.xpm
190                 make the red cross a grey cross
191         * src/pixmaps/jpilot.xpm
192                 make icon smaller so it fits better
193
194 2007-07-31 [paul]       2.10.0cvs81
195
196         * src/setup.c
197         * src/gtk/gtkutils.c
198                 fix crash on maemo on first launch
199
200 2007-07-30 [paul]       2.10.0cvs80
201
202         * src/prefs_matcher.c
203                 specify the units of age and size
204
205 2007-07-30 [paul]       2.10.0cvs79
206
207         * src/main.c
208                 Fix IMAP timeout setting
209
210 2007-07-30 [colin]      2.10.0cvs78
211
212         * src/prefs_account.c
213                 Fix a deprecated widget. Patch by
214                 Andrej
215
216 2007-07-27 [paul]       2.10.0cvs77
217
218         * src/matcher_parser_parse.y
219         * src/prefs_filtering_action.c
220         * src/prefs_matcher.c
221                 these changes forgotten in cvs74's
222                 'watch thread' feature
223
224 2007-07-27 [paul]       2.10.0cvs76
225
226         * src/compose.c
227                 fix potential crasher
228                 thanks to Colin
229
230 2007-07-27 [paul]       2.10.0cvs75
231
232         * src/mainwindow.c
233         * src/manual.c
234         * src/manual.h
235         * src/gtk/gtkutils.c
236                 make mainwindow's /Help/Manual point to the
237                 remote copy if the local copy doesn't exist
238
239 2007-07-27 [paul]       2.10.0cvs74
240
241         * src/Makefile.am
242         * src/filtering.c
243         * src/folder.c
244         * src/mainwindow.c
245         * src/matcher.c
246         * src/matcher.h
247         * src/matcher_parser_parse.y
248         * src/procmsg.c
249         * src/procmsg.h
250         * src/stock_pixmap.c
251         * src/stock_pixmap.h
252         * src/summaryview.c
253         * src/summaryview.h
254         * src/toolbar.c
255         * src/toolbar.h
256         * src/pixmaps/watchthread.xpm
257                 add 'watch thread' feature
258
259 2007-07-27 [paul]       2.10.0cvs73
260
261         * src/prefs_folder_item.c
262                 adjust labels, add tooltips
263
264 2007-07-27 [colin]      2.10.0cvs72
265
266         * src/summaryview.c
267                 Maemo: Remove less used menu items
268
269 2007-07-26 [colin]      2.10.0cvs71
270
271         * src/messageview.c
272                 Maemo: destroy messageview after trashing mail.
273                 Maybe should be done on X11 too
274
275 2007-07-26 [colin]      2.10.0cvs70
276
277         * src/folderview.c
278         * src/mainwindow.c
279         * src/prefs_common.c
280         * src/prefs_common.h
281         * src/summaryview.c
282                 Add View/Show or Hide/Column headers
283
284 2007-07-26 [colin]      2.10.0cvs69
285
286         * src/procmime.c
287                 Fix unwanted output
288
289 2007-07-26 [colin]      2.10.0cvs68
290
291         * src/ldapserver.c
292                 Fix possible crash on cache invalidation
293         * src/compose.c
294         * src/procmime.c
295         * src/procmime.h
296         * src/quote_fmt_parse.y
297                 Make replying to mails with big attachments
298                 much faster. Fixes bug 1224, 'The process of 
299                 Replying to emails with large attachments 
300                 seems unreasonably long...'
301
302 2007-07-26 [colin]      2.10.0cvs67
303
304         * src/mimeview.c
305         * src/matcher.c
306         * src/common/ssl.c
307                 Fix threads use on BSDs
308
309 2007-07-26 [paul]       2.10.0cvs66
310
311         * src/gtk/prefswindow.c
312                 fix account prefs breakage
313                 thanks to Colin
314
315 2007-07-26 [paul]       2.10.0cvs65
316
317         * configure.ac
318                 standardise ./configure --help messages
319
320 2007-07-26 [colin]      2.10.0cvs64
321
322         * src/addressbook.c
323         * src/editaddress.c
324                 Fix two vCard-related crashes
325
326 2007-07-25 [colin]      2.10.0cvs63
327
328         * src/inc.c
329         * src/prefs_common.c
330         * src/prefs_common.h
331         * src/prefs_receive.c
332                 Maemo: Add a better way to notify of
333                 new mails
334         * src/mainwindow.c
335         * src/statusbar.h
336         * src/summaryview.c
337         * src/toolbar.c
338                 Maemo: Various layout fixes
339         * src/gtk/prefswindow.c
340                 Maemo: Better prefs layout
341
342 2007-07-25 [paul]       2.10.0cvs62
343
344         * src/textview.c
345                 fix the layout on maemo
346                 thanks to Colin
347
348 2007-07-25 [iwkse]      2.10.0cvs61
349
350         * src/summaryview.c
351                 add 'o' shortcut on summaryview
352
353 2007-07-25 [iwkse]      2.10.0cvs60
354
355         * src/textview.c
356                 fix o shortcut
357
358 2007-07-24 [colin]      2.10.0cvs59
359
360         * src/mh.c
361                 Fix missing timestamp update on source
362                 folder when moving
363         * src/textview.c
364         * src/textview.h
365                 Better text layout on part's choices
366
367 2007-07-23 [colin]      2.10.0cvs58
368
369         * src/mimeview.c
370         * src/textview.c
371                 Maemo: Automatically choose the correct application
372                 to open parts
373         * src/gtk/quicksearch.c
374                 Make search run on GDK_KP_Enter too
375
376 2007-07-23 [wwp]        2.10.0cvs57
377
378         * src/quote_fmt_lex.l
379                 Revert accidentaly committed lines (account_sig) in
380                 2.10.0cvs56.
381
382 2007-07-23 [wwp]        2.10.0cvs56
383
384         * src/quote_fmt_lex.l
385                 Fix typos around long form expressions in the quote lexer.
386
387 2007-07-23 [paul]
388
389         3.0.0-rc1 released
390
391 2007-07-23 [colin]      2.10.0cvs55
392
393         * src/addr_compl.c
394                 Fix auto-completion on Maemo
395
396 2007-07-23 [colin]      2.10.0cvs54
397
398         * src/statusbar.c
399                 Maemo: Fix sticking statusbars
400
401 2007-07-22 [colin]      2.10.0cvs53
402
403         * src/main.c
404                 Maemo: Fix the strange "top_application" info
405                 at startup. We should do something when 
406                 receiving such a message.
407
408 2007-07-20 [paul]       2.10.0cvs52
409
410         * src/news_gtk.c
411                 add missing #include "statusbar.h"
412
413 2007-07-20 [colin]      2.10.0cvs51
414
415         * src/folder.c
416         * src/folder.h
417         * src/folder_item_prefs.c
418         * src/folder_item_prefs.h
419         * src/folderview.c
420         * src/imap.c
421         * src/imap_gtk.c
422         * src/imap_gtk.h
423         * src/news.c
424         * src/news_gtk.c
425         * src/news_gtk.h
426         * src/prefs_folder_item.c
427                 Implement age-based caching: allow to
428                 specify a threshold for the offline synchronisation
429                 feature, and whether old cached bodies should 
430                 be removed
431         * src/toolbar.c
432         * src/toolbar.h
433                 Fix label/tooltips
434         * src/plugins/dillo_viewer/dillo_viewer.c
435                 Check that Dillo's installed
436
437 2007-07-20 [wwp]        2.10.0cvs50
438
439         * src/mimeview.c
440         * src/stock_pixmap.c
441                 Draw a frame around the selected mimeview part icon (instead of the
442                 shifted 'dancing' icon).
443
444 2007-07-20 [colin]      2.10.0cvs49
445
446         * src/main.c
447                 Unref stuff even on error
448         * src/wizard.c
449                 disconnect signals only at the very
450                 end of the wizard save.
451
452 2007-07-20 [colin]      2.10.0cvs48
453
454         * src/mainwindow.c
455         * src/messageview.c
456         * src/toolbar.c
457         * src/toolbar.h
458                 Fix random crashes while navigating
459                 (GTK_EVENTS_FLUSH)
460
461 2007-07-19 [colin]      2.10.0cvs47
462
463         * configure.ac
464         * src/main.c
465         * src/prefs_common.c
466         * src/prefs_common.h
467         * src/wizard.c
468         * src/common/defs.h
469         * src/common/utils.c
470                 Maemo: add an easy way to store data (mails
471                 and IMAP/NNTP caches) on one of the SD cards,
472                 and protect against unmounts if needed
473
474 2007-07-19 [paul]       2.10.0cvs46
475
476         * src/Makefile.am
477         * src/stock_pixmap.c
478         * src/gtk/about.c
479         * src/pixmaps/claws-mail_logo-small.xpm
480                 implement a (slightly) different About
481                 dialog for maemo and add a small version
482                 of the logo for it
483         * src/wizard.c
484                 use a scrolled window for wizard page 1
485                 on maemo
486
487 2007-07-19 [paul]       2.10.0cvs45
488
489         * src/Makefile.am
490                 too soon for this line
491
492 2007-07-19 [paul]       2.10.0cvs44
493
494         * src/Makefile.am
495                 fix build on n800
496
497 2007-07-19 [colin]      2.10.0cvs43
498
499         * src/wizard.c
500                 Solve Mail/Mailbox name when specifying
501                 full /path/to/Mail.
502
503 2007-07-18 [colin]      2.10.0cvs42
504
505         * src/inc.c
506         * configure.ac
507                 Fix build on n770
508
509 2007-07-18 [colin]      2.10.0cvs41
510
511         * src/inc.c
512                 Maemo: plug the online/offline system into
513                 maemo's interfaces to have Claws automatically
514                 switch according to the system status
515         * src/statusbar.c
516                 Maemo: use HildonBanners to display status
517                 messages. Renders the main statusbar useless.
518
519 2007-07-18 [paul]       2.10.0cvs40
520
521         * src/filtering.c
522                 fix screen blanking on moving/copying many msgs
523         * src/folder.c
524                 fix processing progressbar and screen blanking
525                 during processing
526
527 2007-07-18 [paul]       2.10.0cvs39
528
529         * src/messageview.c
530                 revert cvs37, breakage on maemo
531
532 2007-07-18 [paul]       2.10.0cvs38
533
534         * src/gtk/gtkutils.c
535                 make sure we can still build with older GTK's
536
537 2007-07-18 [colin]      2.10.0cvs37
538
539         * src/messageview.c
540                 Only hide the small layout's messageview, instead
541                 of destroying it when closing
542         * src/gtk/gtkutils.c
543                 Use gtk_window_present_with_time to popup windows,
544                 it seems to make things better with modern WMs
545                 (actually focusing)
546
547 2007-07-17 [colin]      2.10.0cvs36
548
549         * src/editaddress.c
550                 Simplify layout on Maemo
551         * src/folder.c
552                 Fix possible crash
553         * src/prefs_display_header.c
554                 Remove some headers by default on Maemo
555
556 2007-07-17 [paul]       2.10.0cvs35
557
558         * src/prefs_common.c
559         * src/prefs_common.h
560         * src/prefs_logging.c
561         * src/common/log.c
562                 add options to stop/enable writing logs to disc
563
564 2007-07-17 [paul]       2.10.0cvs34
565
566         * src/edittags.c
567                 fix some issues with the Apply tags window:
568                 - set search column (enables autocompl in the treeview)
569                 - apply tag from "New tag" if it existed
570                 - clears New tag entry when adding it with the button
571                 Thanks to Colin
572
573 2007-07-17 [paul]       2.10.0cvs33
574
575         * src/edittags.c
576                 fix 'apply tags' dialogue weirdness
577
578 2007-07-16 [colin]      2.10.0cvs32
579
580         * src/toolbar.c
581                 Fix double-loading of mails on Maemo
582
583 2007-07-16 [colin]      2.10.0cvs31
584
585         * src/messageview.c
586                 Prevent double-loading of the same part under some
587                 conditions; hide statusbar on Maemo
588
589 2007-07-16 [colin]      2.10.0cvs30
590
591         * src/edittags.c
592         * src/edittags.h
593         * src/mainwindow.c
594         * src/summaryview.c
595                 Improve the tag interface - allow
596                 to set/unset tags from a special
597                 window.
598         * src/gtk/gtkvscrollbutton.c
599         * src/mimeview.c
600         * src/mimeview.h
601         * src/stock_pixmap.c
602                 Fix Mimeview's ugly hacks in the
603                 icon list. 
604
605 2007-07-16 [paul]       2.10.0cvs29
606
607         * src/wizard.c
608                 rework dialog
609         * src/gtk/icon_legend.c
610                 put it all in a scrolled window
611
612 2007-07-15 [colin]      2.10.0cvs28
613
614         * src/mainwindow.c
615                 Maemo: force layout to be Small screen; the
616                 others don't make sense
617
618 2007-07-14 [colin]      2.10.0cvs27
619
620         * src/mimeview.c
621         * src/gtk/gtkvscrollbutton.c
622                 Maemo: Fix mimeview's buttons size
623
624 2007-07-14 [colin]      2.10.0cvs26
625
626         * src/toolbar.c
627                 Fix the button workaround fix.
628                 (Use the correct variable)
629
630 2007-07-14 [colin]      2.10.0cvs25
631
632         * src/mainwindow.c
633         * src/toolbar.c
634                 Maemo: put the progress bar in the
635                 toolbar
636
637 2007-07-14 [colin]      2.10.0cvs24
638
639         * src/prefs_common.c
640                 Maemo: hide statusbar by default
641         * src/Makefile.am
642         * src/stock_pixmap.c
643         * src/stock_pixmap.h
644         * src/toolbar.c
645         * src/pixmaps/go_folders.xpm
646                 Maemo: Add a specific icon to go back to
647                 folder list
648
649 2007-07-14 [colin]      2.10.0cvs23
650
651         * src/toolbar.c
652                 Don't set homogeneous finally
653
654 2007-07-14 [colin]      2.10.0cvs22
655
656         * src/toolbar.c
657                 Fix button show/hide issues
658
659 2007-07-14 [colin]      2.10.0cvs21
660
661         * src/toolbar.c
662                 Fix huge arrows
663                 Fix button workaround to be able to click
664                 if mouse was on button when it went un-
665                 sensitive.
666                 Revert previous commit, gtk_tool_item_set_homogeneous
667                 doesn't mean what it seems to mean ;-)
668
669 2007-07-14 [paul]       2.10.0cvs20
670
671         * src/toolbar.c
672                 make homogeneous FALSE always
673
674 2007-07-13 [colin]      2.10.0cvs19
675
676         * src/toolbar.c
677         * src/toolbar.h
678                 Rework to fit the non-deprecated API
679         * src/compose.c
680         * src/folderview.c
681         * src/mainwindow.c
682         * src/messageview.c
683         * src/summaryview.c
684                 Maemo layout changes. Better toolbars,
685                 removal of CTree headers. 
686
687 2007-07-13 [paul]       2.10.0cvs18
688
689         * src/gtk/colorlabel.c
690                 fix bug 1261, '[DE] coloring messages in overview 
691                 keys are not localised'
692                 the string is now included in claws-mail.pot
693
694 2007-07-13 [colin]      2.10.0cvs17
695
696         * src/summaryview.c
697                 Fix bug 1267, 'printing mutliple messages 
698                 opens one message-dialog after the other'
699                 Ask for confirmation when printing 10
700                 messages or more.
701
702 2007-07-11 [colin]      2.10.0cvs16
703
704         * COPYING
705         * README
706         * autogen.sh
707         * manual/claws-mail-manual.xml
708         * manual/gpl.xml
709         * manual/es/claws-mail-manual.xml
710         * manual/es/gpl.xml
711         * manual/fr/claws-mail-manual.xml
712         * manual/fr/gpl.xml
713         * manual/pl/gpl.xml
714         * src/account.c
715         * src/account.h
716         * src/action.c
717         * src/action.h
718         * src/adbookbase.h
719         * src/addr_compl.c
720         * src/addr_compl.h
721         * src/addrbook.c
722         * src/addrbook.h
723         * src/addrcache.c
724         * src/addrcache.h
725         * src/addrcindex.c
726         * src/addrcindex.h
727         * src/addrclip.c
728         * src/addrclip.h
729         * src/addrdefs.h
730         * src/addressadd.c
731         * src/addressadd.h
732         * src/addressbook.c
733         * src/addressbook.h
734         * src/addressbook_foldersel.c
735         * src/addressbook_foldersel.h
736         * src/addressitem.h
737         * src/addrgather.c
738         * src/addrgather.h
739         * src/addrharvest.c
740         * src/addrharvest.h
741         * src/addrindex.c
742         * src/addrindex.h
743         * src/addritem.c
744         * src/addritem.h
745         * src/addrquery.c
746         * src/addrquery.h
747         * src/addrselect.c
748         * src/addrselect.h
749         * src/alertpanel.c
750         * src/alertpanel.h
751         * src/browseldap.c
752         * src/browseldap.h
753         * src/codeconv.c
754         * src/codeconv.h
755         * src/compose.c
756         * src/compose.h
757         * src/crash.c
758         * src/crash.h
759         * src/customheader.c
760         * src/customheader.h
761         * src/displayheader.c
762         * src/displayheader.h
763         * src/editaddress.c
764         * src/editaddress.h
765         * src/editaddress_other_attributes_ldap.c
766         * src/editaddress_other_attributes_ldap.h
767         * src/editbook.c
768         * src/editbook.h
769         * src/editgroup.c
770         * src/editgroup.h
771         * src/editjpilot.c
772         * src/editjpilot.h
773         * src/editldap.c
774         * src/editldap.h
775         * src/editldap_basedn.c
776         * src/editldap_basedn.h
777         * src/edittags.c
778         * src/edittags.h
779         * src/editvcard.c
780         * src/editvcard.h
781         * src/enriched.c
782         * src/enriched.h
783         * src/exphtmldlg.c
784         * src/exphtmldlg.h
785         * src/expldifdlg.c
786         * src/expldifdlg.h
787         * src/export.c
788         * src/export.h
789         * src/exporthtml.c
790         * src/exporthtml.h
791         * src/exportldif.c
792         * src/exportldif.h
793         * src/filtering.c
794         * src/filtering.h
795         * src/folder.c
796         * src/folder.h
797         * src/folder_item_prefs.c
798         * src/folder_item_prefs.h
799         * src/foldersel.c
800         * src/foldersel.h
801         * src/folderutils.c
802         * src/folderutils.h
803         * src/folderview.c
804         * src/folderview.h
805         * src/gedit-print.c
806         * src/gedit-print.h
807         * src/grouplistdialog.c
808         * src/grouplistdialog.h
809         * src/headerview.c
810         * src/headerview.h
811         * src/html.c
812         * src/html.h
813         * src/image_viewer.c
814         * src/image_viewer.h
815         * src/imap.c
816         * src/imap.h
817         * src/imap_gtk.c
818         * src/imap_gtk.h
819         * src/import.c
820         * src/import.h
821         * src/importldif.c
822         * src/importldif.h
823         * src/importmutt.c
824         * src/importmutt.h
825         * src/importpine.c
826         * src/importpine.h
827         * src/inc.c
828         * src/inc.h
829         * src/jpilot.c
830         * src/jpilot.h
831         * src/ldapctrl.c
832         * src/ldapctrl.h
833         * src/ldaplocate.c
834         * src/ldaplocate.h
835         * src/ldapquery.c
836         * src/ldapquery.h
837         * src/ldapserver.c
838         * src/ldapserver.h
839         * src/ldapupdate.c
840         * src/ldapupdate.h
841         * src/ldaputil.c
842         * src/ldaputil.h
843         * src/ldif.c
844         * src/ldif.h
845         * src/localfolder.c
846         * src/localfolder.h
847         * src/main.c
848         * src/main.h
849         * src/mainwindow.c
850         * src/mainwindow.h
851         * src/manual.c
852         * src/manual.h
853         * src/matcher.c
854         * src/matcher.h
855         * src/matcher_parser.h
856         * src/matcher_parser_lex.l
857         * src/matcher_parser_parse.y
858         * src/mbox.c
859         * src/mbox.h
860         * src/message_search.c
861         * src/message_search.h
862         * src/messageview.c
863         * src/messageview.h
864         * src/mh.c
865         * src/mh.h
866         * src/mh_gtk.c
867         * src/mh_gtk.h
868         * src/mimeview.c
869         * src/mimeview.h
870         * src/msgcache.c
871         * src/msgcache.h
872         * src/mutt.c
873         * src/mutt.h
874         * src/news.c
875         * src/news.h
876         * src/news_gtk.c
877         * src/news_gtk.h
878         * src/noticeview.c
879         * src/noticeview.h
880         * src/partial_download.c
881         * src/partial_download.h
882         * src/pine.c
883         * src/pine.h
884         * src/pop.c
885         * src/pop.h
886         * src/prefs_account.c
887         * src/prefs_account.h
888         * src/prefs_actions.c
889         * src/prefs_actions.h
890         * src/prefs_common.c
891         * src/prefs_common.h
892         * src/prefs_compose_writing.c
893         * src/prefs_compose_writing.h
894         * src/prefs_customheader.c
895         * src/prefs_customheader.h
896         * src/prefs_display_header.c
897         * src/prefs_display_header.h
898         * src/prefs_ext_prog.c
899         * src/prefs_ext_prog.h
900         * src/prefs_filtering.c
901         * src/prefs_filtering.h
902         * src/prefs_filtering_action.c
903         * src/prefs_filtering_action.h
904         * src/prefs_folder_column.c
905         * src/prefs_folder_column.h
906         * src/prefs_folder_item.c
907         * src/prefs_folder_item.h
908         * src/prefs_fonts.c
909         * src/prefs_fonts.h
910         * src/prefs_gtk.c
911         * src/prefs_gtk.h
912         * src/prefs_image_viewer.c
913         * src/prefs_image_viewer.h
914         * src/prefs_logging.c
915         * src/prefs_logging.h
916         * src/prefs_matcher.c
917         * src/prefs_matcher.h
918         * src/prefs_message.c
919         * src/prefs_message.h
920         * src/prefs_msg_colors.c
921         * src/prefs_msg_colors.h
922         * src/prefs_other.c
923         * src/prefs_other.h
924         * src/prefs_quote.c
925         * src/prefs_quote.h
926         * src/prefs_receive.c
927         * src/prefs_receive.h
928         * src/prefs_send.c
929         * src/prefs_send.h
930         * src/prefs_spelling.c
931         * src/prefs_spelling.h
932         * src/prefs_summaries.c
933         * src/prefs_summaries.h
934         * src/prefs_summary_column.c
935         * src/prefs_summary_column.h
936         * src/prefs_summary_open.c
937         * src/prefs_summary_open.h
938         * src/prefs_template.c
939         * src/prefs_template.h
940         * src/prefs_themes.c
941         * src/prefs_themes.h
942         * src/prefs_toolbar.c
943         * src/prefs_toolbar.h
944         * src/prefs_wrapping.c
945         * src/prefs_wrapping.h
946         * src/privacy.c
947         * src/privacy.h
948         * src/procheader.c
949         * src/procheader.h
950         * src/procmime.c
951         * src/procmime.h
952         * src/procmsg.c
953         * src/procmsg.h
954         * src/quote_fmt.c
955         * src/quote_fmt_lex.l
956         * src/quote_fmt_parse.y
957         * src/recv.c
958         * src/recv.h
959         * src/remotefolder.c
960         * src/remotefolder.h
961         * src/send_message.c
962         * src/send_message.h
963         * src/setup.c
964         * src/setup.h
965         * src/simple-gettext.c
966         * src/sourcewindow.c
967         * src/sourcewindow.h
968         * src/ssl_manager.c
969         * src/ssl_manager.h
970         * src/statusbar.c
971         * src/statusbar.h
972         * src/stock_pixmap.c
973         * src/stock_pixmap.h
974         * src/summary_search.c
975         * src/summary_search.h
976         * src/summaryview.c
977         * src/summaryview.h
978         * src/textview.c
979         * src/textview.h
980         * src/toolbar.c
981         * src/toolbar.h
982         * src/undo.c
983         * src/undo.h
984         * src/unmime.c
985         * src/unmime.h
986         * src/uri_opener.c
987         * src/uri_opener.h
988         * src/vcard.c
989         * src/vcard.h
990         * src/wizard.c
991         * src/wizard.h
992         * src/common/base64.c
993         * src/common/base64.h
994         * src/common/claws.c
995         * src/common/claws.h
996         * src/common/defs.h
997         * src/common/fnmatch.c
998         * src/common/fnmatch.h
999         * src/common/fnmatch_loop.c
1000         * src/common/hooks.c
1001         * src/common/hooks.h
1002         * src/common/log.c
1003         * src/common/log.h
1004         * src/common/md5.c
1005         * src/common/md5.h
1006         * src/common/mgutils.c
1007         * src/common/mgutils.h
1008         * src/common/nntp.c
1009         * src/common/nntp.h
1010         * src/common/passcrypt.c
1011         * src/common/passcrypt.h.in
1012         * src/common/plugin.c
1013         * src/common/plugin.h
1014         * src/common/prefs.c
1015         * src/common/prefs.h
1016         * src/common/progressindicator.c
1017         * src/common/progressindicator.h
1018         * src/common/quoted-printable.c
1019         * src/common/quoted-printable.h
1020         * src/common/session.c
1021         * src/common/session.h
1022         * src/common/smtp.c
1023         * src/common/smtp.h
1024         * src/common/socket.c
1025         * src/common/socket.h
1026         * src/common/ssl.c
1027         * src/common/ssl.h
1028         * src/common/ssl_certificate.c
1029         * src/common/ssl_certificate.h
1030         * src/common/string_match.c
1031         * src/common/string_match.h
1032         * src/common/stringtable.c
1033         * src/common/stringtable.h
1034         * src/common/tags.c
1035         * src/common/tags.h
1036         * src/common/template.c
1037         * src/common/template.h
1038         * src/common/timing.h
1039         * src/common/utils.c
1040         * src/common/utils.h
1041         * src/common/uuencode.c
1042         * src/common/uuencode.h
1043         * src/common/version.h.in
1044         * src/common/w32_dirent.c
1045         * src/common/w32_reg.c
1046         * src/common/w32_signal.c
1047         * src/common/w32_stat.c
1048         * src/common/w32_stdlib.c
1049         * src/common/w32_string.c
1050         * src/common/w32_time.c
1051         * src/common/w32_unistd.c
1052         * src/common/w32_wait.c
1053         * src/common/w32lib.h
1054         * src/common/xml.c
1055         * src/common/xml.h
1056         * src/common/xmlprops.c
1057         * src/common/xmlprops.h
1058         * src/etpan/etpan-errors.h
1059         * src/etpan/etpan-thread-manager-types.h
1060         * src/etpan/etpan-thread-manager.c
1061         * src/etpan/etpan-thread-manager.h
1062         * src/etpan/imap-thread.c
1063         * src/etpan/imap-thread.h
1064         * src/gtk/about.c
1065         * src/gtk/about.h
1066         * src/gtk/colorlabel.c
1067         * src/gtk/colorlabel.h
1068         * src/gtk/colorsel.c
1069         * src/gtk/colorsel.h
1070         * src/gtk/combobox.c
1071         * src/gtk/combobox.h
1072         * src/gtk/description_window.c
1073         * src/gtk/description_window.h
1074         * src/gtk/filesel.c
1075         * src/gtk/filesel.h
1076         * src/gtk/foldersort.c
1077         * src/gtk/foldersort.h
1078         * src/gtk/gtkaspell.c
1079         * src/gtk/gtkaspell.h
1080         * src/gtk/gtksctree.c
1081         * src/gtk/gtkshruler.c
1082         * src/gtk/gtkshruler.h
1083         * src/gtk/gtksourceprintjob.c
1084         * src/gtk/gtksourceprintjob.h
1085         * src/gtk/gtkutils.c
1086         * src/gtk/gtkutils.h
1087         * src/gtk/gtkvscrollbutton.c
1088         * src/gtk/gtkvscrollbutton.h
1089         * src/gtk/icon_legend.c
1090         * src/gtk/icon_legend.h
1091         * src/gtk/inputdialog.c
1092         * src/gtk/inputdialog.h
1093         * src/gtk/logwindow.c
1094         * src/gtk/logwindow.h
1095         * src/gtk/manage_window.c
1096         * src/gtk/manage_window.h
1097         * src/gtk/menu.c
1098         * src/gtk/menu.h
1099         * src/gtk/pluginwindow.c
1100         * src/gtk/pluginwindow.h
1101         * src/gtk/prefswindow.c
1102         * src/gtk/prefswindow.h
1103         * src/gtk/progressdialog.c
1104         * src/gtk/progressdialog.h
1105         * src/gtk/quicksearch.c
1106         * src/gtk/quicksearch.h
1107         * src/gtk/sslcertwindow.c
1108         * src/gtk/sslcertwindow.h
1109         * src/plugins/bogofilter/bogofilter.c
1110         * src/plugins/bogofilter/bogofilter.h
1111         * src/plugins/bogofilter/bogofilter_gtk.c
1112         * src/plugins/clamav/clamav_plugin.c
1113         * src/plugins/clamav/clamav_plugin.h
1114         * src/plugins/clamav/clamav_plugin_gtk.c
1115         * src/plugins/demo/demo.c
1116         * src/plugins/dillo_viewer/dillo_prefs.c
1117         * src/plugins/dillo_viewer/dillo_prefs.h
1118         * src/plugins/dillo_viewer/dillo_viewer.c
1119         * src/plugins/pgpcore/passphrase.c
1120         * src/plugins/pgpcore/passphrase.h
1121         * src/plugins/pgpcore/pgp_viewer.c
1122         * src/plugins/pgpcore/pgp_viewer.h
1123         * src/plugins/pgpcore/plugin.c
1124         * src/plugins/pgpcore/prefs_gpg.c
1125         * src/plugins/pgpcore/prefs_gpg.h
1126         * src/plugins/pgpcore/select-keys.c
1127         * src/plugins/pgpcore/select-keys.h
1128         * src/plugins/pgpcore/sgpgme.c
1129         * src/plugins/pgpcore/sgpgme.h
1130         * src/plugins/pgpinline/pgpinline.c
1131         * src/plugins/pgpinline/pgpinline.h
1132         * src/plugins/pgpinline/plugin.c
1133         * src/plugins/pgpmime/pgpmime.c
1134         * src/plugins/pgpmime/pgpmime.h
1135         * src/plugins/pgpmime/plugin.c
1136         * src/plugins/spamassassin/spamassassin.c
1137         * src/plugins/spamassassin/spamassassin.h
1138         * src/plugins/spamassassin/spamassassin_gtk.c
1139         * src/plugins/trayicon/trayicon.c
1140         * src/plugins/trayicon/trayicon_prefs.c
1141         * src/plugins/trayicon/trayicon_prefs.h
1142         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1143         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1144         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1145         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1146         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1147         * tools/OOo2claws-mail.pl
1148         * tools/README.sylprint
1149         * tools/acroread2claws-mail.pl
1150         * tools/claws-mail-compose-insert-files.pl
1151         * tools/convert_mbox.pl
1152         * tools/filter_conv.pl
1153         * tools/filter_conv_new.pl
1154         * tools/fix_date.sh
1155         * tools/freshmeat_search.pl
1156         * tools/google_search.pl
1157         * tools/kmail-mailbox2claws-mail.pl
1158         * tools/kmail2claws-mail.pl
1159         * tools/kmail2claws-mail_v2.pl
1160         * tools/mairix.sh
1161         * tools/make.themes.project
1162         * tools/multiwebsearch.pl
1163         * tools/nautilus2claws-mail.sh
1164         * tools/outlook2claws-mail.pl
1165         * tools/textviewer.sh
1166         * tools/thunderbird-filters-convertor.pl
1167         * tools/update-po
1168         * tools/uuooffice
1169         * tools/vcard2xml.py
1170         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1171                 Upgrade to GPLv3 or later.
1172
1173 2007-07-10 [wwp]        2.10.0cvs15
1174
1175         * src/main.c
1176                 Fix re-opening of all composing messages that were
1177                 opened when closing the previous instance, thanks
1178                 to Colin.
1179
1180 2007-07-10 [paul]       2.10.0cvs14
1181
1182         * src/editaddress_other_attributes_ldap.c
1183         * src/ldapupdate.c
1184                 fix crash on selecting 'other attributes' combo
1185                 for either a new entry or an old entry with no
1186                 existing attributes.
1187                 fix bug on editing multiple attributes which
1188                 resulted them all having the value of the last
1189                 one changed.
1190                 Thanks to Colin
1191
1192 2007-07-10 [colin]      2.10.0cvs13
1193
1194         * src/editaddress.c
1195         * src/editaddress_other_attributes_ldap.h
1196         * src/ldapupdate.c
1197                 Fix --disable-ldap build
1198
1199 2007-07-09 [colin]      2.10.0cvs12
1200
1201         * src/Makefile.am
1202         * src/addritem.c
1203         * src/addritem.h
1204         * src/editaddress.c
1205         * src/editaddress_other_attributes_ldap.c
1206         * src/editaddress_other_attributes_ldap.h
1207         * src/editldap.c
1208         * src/ldapctrl.c
1209         * src/ldapctrl.h
1210         * src/ldapupdate.c
1211                 Add capability to edit all inetOrgPerson
1212                 attributes on LDAP. Patch by Michael 
1213                 Rasmussen
1214
1215 2007-07-09 [colin]      2.10.0cvs11
1216
1217         * src/Makefile.am
1218         * src/exporthtml.c
1219         * src/mbox.c
1220         * src/msgcache.c
1221         * src/prefs_summaries.c
1222         * src/prefs_themes.c
1223         * src/procheader.c
1224         * src/common/Makefile.am
1225         * src/common/log.c
1226         * src/common/timing.h
1227         * src/common/utils.c
1228         * src/common/utils.h
1229         * src/common/w32_account.c
1230         * src/common/w32lib.h
1231         * src/gtk/Makefile.am
1232         * src/gtk/colorlabel.c
1233         * src/plugins/pgpcore/Makefile.am
1234         * src/plugins/pgpcore/claws.def
1235         * src/plugins/pgpcore/passphrase.c
1236         * src/plugins/pgpcore/pgp_viewer.c
1237         * src/plugins/pgpcore/plugin.def
1238         * src/plugins/pgpcore/sgpgme.c
1239         * src/plugins/pgpinline/Makefile.am
1240         * src/plugins/pgpinline/claws.def
1241         * src/plugins/pgpinline/mypgpcore.def
1242         * src/plugins/pgpinline/plugin.def
1243         * src/plugins/pgpmime/Makefile.am
1244         * src/plugins/pgpmime/claws.def
1245         * src/plugins/pgpmime/mypgpcore.def
1246         * src/plugins/pgpmime/plugin.def
1247                 Commit win32 patch, from Werner Koch and
1248                 Marcus Brinkmann
1249
1250 2007-07-09 [colin]      2.10.0cvs10
1251
1252         * src/prefs_toolbar.c
1253                 Fix crash when no actions exist
1254
1255 2007-07-07 [paul]       2.10.0cvs9
1256
1257         * COPYING
1258         * manual/claws-mail-manual.xml
1259                 update copyright year
1260         * po/fi.po
1261                 updated by Flammie Pirinen
1262
1263 2007-07-05 [wwp]        2.10.0cvs8
1264
1265         * src/plugins/clamav/clamav_plugin_gtk.c
1266                 Make vertical spacing like in other plugin prefs pages.
1267
1268 2007-07-05 [wwp]        2.10.0cvs7
1269
1270         * src/quote_fmt.c
1271                 It's %am that works, not %ae (this doc incoherence has been
1272                 introduced with 2.9.2cvs13).
1273
1274 2007-07-04 [wwp]        2.10.0cvs6
1275
1276         * src/plugins/bogofilter/bogofilter.c
1277                 Gettext-ize an occurrence of "Any" that wasn't.
1278
1279 2007-07-04 [colin]      2.10.0cvs5
1280
1281         * po/POTFILES.in
1282                 Fix untranslated strings; thanks
1283                 to Pader Rezso.
1284
1285 2007-07-03 [colin]      2.10.0cvs4
1286
1287         * src/folder.c
1288         * src/mainwindow.c
1289                 Fix saving of sort mode for tags and
1290                 thread date. Thanks to Pierre Ossman.
1291                 Completes fix for bug 1233
1292
1293 2007-07-03 [paul]       2.10.0cvs3
1294
1295         * src/compose.c
1296                 fix auto-save
1297         * src/summaryview.c
1298                 fix build warnings
1299         Thanks to Colin
1300
1301 2007-07-02 [colin]      2.10.0cvs2
1302
1303         * src/folder.h
1304         * src/mainwindow.c
1305         * src/procmsg.h
1306         * src/summaryview.c
1307                 Add View/Sort/by Thread date
1308                 Fixes bug 1233, 'Capability to sort 
1309                 threads by most recent message'
1310                 Based on a patch by Paul Rolland
1311
1312 2007-07-02 [colin]      2.10.0cvs1
1313
1314         * src/Makefile.am
1315         * src/compose.c
1316         * src/edittags.c
1317         * src/edittags.h
1318         * src/filtering.c
1319         * src/folder.c
1320         * src/folder.h
1321         * src/headerview.c
1322         * src/headerview.h
1323         * src/main.c
1324         * src/mainwindow.c
1325         * src/mainwindow.h
1326         * src/manual.h
1327         * src/matcher.c
1328         * src/matcher.h
1329         * src/matcher_parser_parse.y
1330         * src/mimeview.c
1331         * src/msgcache.c
1332         * src/msgcache.h
1333         * src/prefs_common.c
1334         * src/prefs_common.h
1335         * src/prefs_filtering_action.c
1336         * src/prefs_matcher.c
1337         * src/prefs_summary_column.c
1338         * src/procmsg.c
1339         * src/procmsg.h
1340         * src/quote_fmt.c
1341         * src/quote_fmt_lex.l
1342         * src/quote_fmt_parse.y
1343         * src/summaryview.c
1344         * src/summaryview.h
1345         * src/textview.c
1346         * src/common/Makefile.am
1347         * src/common/defs.h
1348         * src/common/tags.c
1349         * src/common/tags.h
1350         * src/gtk/quicksearch.c
1351         * src/gtk/quicksearch.h
1352                 Add Tags implementation. Tags are arbitrary labels
1353                 that can be applied to messages. It is possible 
1354                 to create, edit, remove tags; apply them to mails;
1355                 filter on tags or tag presence; apply or unset
1356                 tags via filtering actions; reference tags in
1357                 reply templates.
1358
1359 2007-07-02 [paul]       2.10.0
1360
1361         * NEWS
1362         * README
1363         * RELEASE_NOTES
1364                 2.10.0 released
1365
1366 2007-07-02 [paul]       2.9.2cvs78
1367
1368         * po/de.po
1369         * po/en_GB.po
1370         * po/es.po
1371         * po/fr.po
1372         * po/hu.po
1373         * po/pt_BR.po
1374         * po/ru.po
1375         * po/zh_CN.po
1376                 updated by Stephan Sachse, me, Ricardo Mones
1377                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1378                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1379
1380 2007-07-02 [paul]       2.9.2cvs77
1381
1382         * AUTHORS
1383                 updated
1384
1385 2007-06-29 [wwp]        2.9.2cvs76
1386
1387         * src/gtk/headers.h
1388                 Fix a typo (thanks to Ricardo for finding this out).
1389
1390 2007-06-28 [paul]       2.9.2cvs75
1391
1392         * src/folderview.c
1393                 fix build warnings
1394
1395 2007-06-28 [paul]       2.9.2cvs74
1396
1397         * tools/Makefile.am
1398                 fix bug in the autotools build system.
1399                 Files cataloged under EXTRA_DIST were never
1400                 automatically copied to the build tree.
1401                 (fix 'make distcheck')
1402                 Patch by Michael Rasmussen.
1403
1404 2007-06-24 [colin]      2.9.2cvs73
1405
1406         * src/news_gtk.c
1407                 Fix bug 1249, 'Error handling for 
1408                 news errors needs modification'
1409                 Only popup error if the according
1410                 pref in Prefs/Receive is set.
1411
1412 2007-06-21 [colin]      2.9.2cvs72
1413
1414         * src/common/plugin.c
1415         * src/common/plugin.h
1416                 Change plugin API to know whether it's safe to 
1417                 unload plugins or whether we should just hide
1418                 them. Fixes bug 1248, 'Core dumps after 
1419                 unloading plugin and clicking on load plugins'
1420         * src/plugins/bogofilter/bogofilter.c
1421         * src/plugins/clamav/clamav_plugin.c
1422         * src/plugins/demo/demo.c
1423         * src/plugins/dillo_viewer/dillo_viewer.c
1424         * src/plugins/pgpcore/plugin.c
1425         * src/plugins/pgpinline/plugin.c
1426         * src/plugins/pgpmime/plugin.c
1427         * src/plugins/spamassassin/spamassassin.c
1428         * src/plugins/trayicon/trayicon.c
1429                 Update API
1430
1431 2007-06-19 [colin]      2.9.2cvs71
1432
1433         * src/compose.c
1434         * src/messageview.c
1435                 Fix crash mentioned in bug 1246
1436                 Race condition when automatically drafting
1437                 due to insertion on reedit.
1438
1439 2007-06-18 [wwp]        2.9.2cvs70
1440
1441         * src/importldif.c
1442                 LDIF import: use a "Proceed" button to complete
1443                 the process.
1444
1445 2007-06-18 [paul]       2.9.2cvs69
1446
1447         * configure.ac
1448                 use pkgconfig to check for gtk and glib
1449
1450 2007-06-17 [wwp]        2.9.2cvs68
1451
1452         * src/ldif.c
1453         * src/importldif.c
1454                 LDIF import: better error handling, minor code
1455                 and UI cleanup, and renamed the Save button
1456                 to Close, as imported stuff is already saved
1457                 when the Save button is shown.
1458
1459 2007-06-17 [colin]      2.9.2cvs67
1460
1461         * src/prefs_summaries.c
1462         * src/procmsg.c
1463                 Don't set as read when forwarded, only replied to
1464
1465 2007-06-17 [paul]       2.9.2cvs66
1466
1467         * src/alertpanel.c
1468                 add missing #include
1469
1470 2007-06-16 [colin]      2.9.2cvs65
1471
1472         * src/prefs_summaries.c
1473         * src/procmsg.c
1474                 Change the pref "Only mark as read when opened
1475                 in new window" to "..., replied to or forwarded".
1476                 Based on a patch by Paul Rolland.
1477
1478 2007-06-16 [paul]       2.9.2cvs64
1479
1480         * src/gtk/authors.h
1481                 alphabetical order! :)
1482
1483 2007-06-16 [colin]      2.9.2cvs63
1484
1485         * AUTHORS
1486         * src/gtk/authors.h
1487                 Add Michael Rasmussen in authors list
1488
1489 2007-06-16 [colin]      2.9.2cvs62
1490
1491         * src/messageview.c
1492                 Fix messageview_copy_clipboard to take advantage
1493                 of plugins' get_selection.
1494
1495 2007-06-15 [colin]      2.9.2cvs61
1496
1497         * src/action.c
1498         * src/addr_compl.c
1499         * src/addressbook.c
1500         * src/folderview.c
1501         * src/message_search.c
1502         * src/mimeview.c
1503         * src/summary_search.c
1504         * src/summaryview.c
1505         * src/textview.c
1506                 Allow GDK_KP_Enter to do the same as GDK_Return
1507                 Patch by Michael Rasmussen
1508
1509 2007-06-15 [paul]       2.9.2cvs60
1510
1511         * src/compose.c
1512                 fix bug when closing a compose window
1513                 during autosave
1514
1515 2007-06-14 [paul]       2.9.2cvs59
1516
1517         * src/main.c
1518         * src/common/defs.h
1519                 migrate sylpheed config
1520
1521 2007-06-14 [wwp]        2.9.2cvs58
1522
1523         * src/gtk/pluginwindow.c
1524                 Yet another attempt to fix sizing/alignment of the
1525                 button bar in plugins window.
1526
1527 2007-06-12 [colin]      2.9.2cvs57
1528
1529         * po/POTFILES.in
1530         * src/Makefile.am
1531         * src/folderview.c
1532         * src/prefs_common.c
1533         * src/prefs_common.h
1534         * src/prefs_summaries.c
1535         * src/prefs_summary_open.c
1536         * src/prefs_summary_open.h
1537         * src/summaryview.c
1538                 Make "when entering a folder" actions more personalisable
1539
1540 2007-06-12 [wwp]        2.9.2cvs56
1541
1542         * tools/README
1543                 Use short description from Paul (mairix.sh).
1544
1545 2007-06-12 [wwp]        2.9.2cvs55
1546
1547         * tools/README
1548                 Updated info about mairix.sh.
1549
1550 2007-06-11 [paul]       2.9.2cvs54
1551
1552         * src/prefs_logging.c
1553                 rework log window length widgets
1554                 and some sensitivity fixes
1555
1556 2007-06-11 [paul]       2.9.2cvs53
1557
1558         * src/mainwindow.c
1559         * src/prefs_logging.c
1560                 rename 'Protocol Log' to 'Network Log'
1561                 and some function renaming
1562
1563 2007-06-10 [wwp]        2.9.2cvs52
1564
1565         * src/gtk/pluginwindow.c
1566                 Revert 2.9.2cvs51.
1567
1568 2007-06-10 [wwp]        2.9.2cvs51
1569
1570         * src/gtk/pluginwindow.c
1571                 Fix button bar in plugin window, was centered and not
1572                 behaving like other dialogs w/ such button bar.
1573
1574 2007-06-08 [wwp]        2.9.2cvs50
1575
1576         * src/compose.c
1577         * src/compose.h
1578         * src/main.c
1579         * src/mainwindow.c
1580         * src/mainwindow.h
1581                 Provide a way out of automatic draft saving on IMAP, when
1582                 exiting offline.
1583                 Prevent drafting while sending and quitting while sending.
1584                 Thanks for Colin.
1585
1586
1587
1588 2007-06-08 [wwp]        2.9.2cvs49
1589
1590         * src/prefs_account.c
1591         * src/gtk/prefswindow.c
1592         * src/gtk/prefswindow.h
1593                 Activate the Basic page when opening account prefs.
1594
1595 2007-06-08 [wwp]        2.9.2cvs48
1596
1597         * src/common/socket.c
1598                 Don't crash if fork() fails, thanks to Colin.
1599
1600 2007-06-08 [wwp]        2.9.2cvs47
1601
1602         * src/gtk/prefswindow.c
1603                 Wrap some long lines, and reset horizontal scroller's adjusment
1604                 (this was already done, vertically), when changing tab (not page)
1605                 in prefs windows.
1606
1607 2007-06-08 [paul]       2.9.2cvs46
1608
1609         * src/common/utils.c
1610                 use gethostname() instead of uname()
1611                 based on a patch by Michael Hughes
1612                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1613
1614 2007-06-07 [wwp]        2.9.2cvs45
1615
1616         * src/prefs_common.c
1617                 Fix some useless warnings, thanks to Colin.
1618
1619 2007-06-06 [colin]      2.9.2cvs44
1620
1621         * src/ldapupdate.c
1622                 Fix strange allocations. 
1623
1624 2007-06-06 [colin]      2.9.2cvs43
1625
1626         * src/ldapupdate.c
1627                 Patch by Michael Rasmussus to help
1628                 bug 1232
1629
1630 2007-06-05 [wwp]        2.9.2cvs42
1631
1632         * src/prefs_account.c
1633         * src/prefs_folder_item.c
1634         * src/prefs_quote.c
1635         * src/quote_fmt.c
1636         * src/quote_fmt.h
1637                 Per-folder templates can now be applied recursively.
1638                 Always save per-folder templates (formats were erroneously
1639                 saved only if they were enabled).
1640                 Check for validity of quotation marks everywhere there
1641                 are defined.
1642
1643 2007-06-05 [wwp]        2.9.2cvs41
1644
1645         * src/inc.c
1646                 Fix incoming messages from local accounts always getting filtered
1647                 (even if the account prefs say don't), thanks to Colin.
1648
1649 2007-06-05 [wwp]        2.9.2cvs40
1650
1651         * src/compose.c
1652         * src/compose.h
1653                 Use per-folder/per-account quote chars when applying a
1654                 template or inserting text as well. Const'ify some
1655                 vars more.
1656
1657 2007-06-04 [colin]      2.9.2cvs39
1658
1659         * src/compose.c
1660                 More work for wwp :)
1661
1662 2007-06-04 [wwp]        2.9.2cvs38
1663
1664         * src/compose.c
1665                 Same as 2.9.2cvs36 but for forwarding.
1666
1667 2007-06-04 [colin]      2.9.2cvs37
1668
1669         * src/compose.c
1670                 Use original mail file for forward/redirect
1671                 Fixes some forwarded mails to be attached as
1672                 application/octet-stream (when they have binary
1673                 parts), and incidentally fixes bug 848
1674                 'Redirect breaks GnuPG'
1675
1676 2007-06-04 [wwp]        2.9.2cvs36
1677
1678         * src/compose.c
1679                 Fix quote mark mis-initialisation when replying/forwarding
1680                 (introduced w/ 2.9.2cvs20).
1681
1682 2007-06-04 [wwp]        2.9.2cvs35
1683
1684         * src/prefs_compose_writing.c
1685         * src/prefs_quote.c
1686                 Fix a bug where Quotation characters (prefs/compose/writing)
1687                 was cleared (introduced w/ 2.9.2cvs26).
1688
1689 2007-06-04 [wwp]        2.9.2cvs34
1690
1691         * src/prefs_account.c
1692         * src/prefs_account.h
1693                 Better fix for compiling w/o aspell (rollbacks
1694                 2.9.2cvs31).
1695
1696 2007-06-04 [wwp]        2.9.2cvs33
1697
1698         * src/account.c
1699         * src/prefs_account.c
1700         * src/prefs_account.h
1701         * src/procmsg.c
1702                 It's now possible to disable mail filtering plugins
1703                 on a per-account basis.
1704
1705 2007-06-04 [wwp]        2.9.2cvs32
1706
1707         * src/procheader.c
1708         * src/common/utils.c
1709         * src/common/utils.h
1710                 Support CRLF in headers part of messages.
1711                 Support few more date formats (RFC3339 subsets).
1712
1713 2007-06-04 [wwp]        2.9.2cvs31
1714
1715         * src/prefs_account.c
1716                 Fix compiling w/o aspell support.
1717
1718 2007-06-03 [wwp]        2.9.2cvs30
1719
1720         * src/prefs_gtk.c
1721                 Don't decode leading ENV_ and ~ in P_PASSWORD
1722                 values.
1723
1724 2007-06-03 [wwp]        2.9.2cvs29
1725
1726         * src/prefs_gtk.c
1727                 Don't decode leading ENV_ and ~ in P_PASSWORD
1728                 values.
1729
1730 2007-06-03 [wwp]        2.9.2cvs28
1731
1732         * src/prefs_account.c
1733         * src/gtk/prefswindow.c
1734         * src/gtk/prefswindow.h
1735                 Added a way to force preloading of all pages
1736                 (prefswindow).
1737                 Moved tabs to pages in account prefs.
1738
1739 2007-06-02 [colin]      2.9.2cvs27
1740
1741         * src/addressbook.c
1742                 Fix possible crash, fix ldap write bugs
1743         * src/ldapupdate.c
1744                 Fix ldap write bugs - patch by Michael
1745                 Rasmussen
1746         * src/alertpanel.c
1747         * src/alertpanel.h
1748                 Add a hook whenever alertpanel opens/closes
1749
1750 2007-05-31 [wwp]        2.9.2cvs26
1751
1752         * src/prefs_compose_writing.c
1753         * src/prefs_quote.c
1754                 Re-organized writing options a bit:
1755                  - renamed the Quoting page to Templates
1756                  - moved all composing templates to that page
1757                  - moved non-templates options to the Writing one,
1758                    grouped reply-related options, reordered reply and
1759                    forward options.
1760
1761 2007-05-31 [wwp]        2.9.2cvs25
1762
1763         * src/compose.c
1764                 Removed unused code.
1765
1766 2007-05-31 [colin]      2.9.2cvs24
1767
1768         * src/addressbook.c
1769                 Fix missing display name when modifying
1770                 LDAP. Patch by Michael Rasmussen
1771
1772 2007-05-31 [wwp]        2.9.2cvs23
1773
1774         * src/plugins/bogofilter/Makefile.am
1775         * src/plugins/clamav/Makefile.am
1776         * src/plugins/demo/Makefile.am
1777         * src/plugins/dillo_viewer/Makefile.am
1778         * src/plugins/spamassassin/Makefile.am
1779                 Fix building of those plugins in Mac OS X.
1780
1781 2007-05-30 [wwp]        2.9.2cvs22
1782
1783         * src/gtk/quicksearch.c
1784                 Fix missing initialization.
1785
1786 2007-05-30 [wwp]        2.9.2cvs21
1787
1788         * src/procheader.c
1789                 Revert accidental commit (debug outputs).
1790
1791 2007-05-30 [wwp]        2.9.2cvs20
1792
1793         * src/compose.c
1794         * src/folder_item_prefs.c
1795         * src/folder_item_prefs.h
1796         * src/prefs_account.c
1797         * src/prefs_account.h
1798         * src/prefs_folder_item.c
1799         * src/prefs_gtk.c
1800         * src/prefs_gtk.h
1801                 Implemented per-account and per-folder
1802                 compose/reply/forward formats.
1803
1804 2007-05-30 [wwp]        2.9.2cvs19
1805
1806         * src/prefs_compose_writing.c
1807         * src/prefs_quote.c
1808         * src/procheader.c
1809         * src/quote_fmt.c
1810         * src/quote_fmt.h
1811                 Internal API changes (factorize quote format
1812                 prefs and checks).
1813
1814 2007-05-30 [colin]      2.9.2cvs18
1815
1816         * src/compose.c
1817                 Fix race where it's possible to re-click Send
1818                 between end of SMTP session and end of "move to
1819                 sent folder" when sending an email with send
1820                 dialog enabled.
1821
1822 2007-05-30 [colin]      2.9.2cvs17
1823
1824         * src/crash.c
1825                 Ask for backtrace on all threads. Patch by
1826                 Pawel
1827         * src/folderview.c
1828                 Fix stale news statusbar when scanning fails.
1829                 Patch by Pawel
1830         * src/ldapupdate.c
1831                 Fix some LDAP write updates bugs. Patch
1832                 by Michael Rasmussen
1833
1834 2007-05-29 [colin]      2.9.2cvs16
1835
1836         * src/imap.c
1837                 Fix loss of local flags when moving mails
1838                 on IMAP in high-bandwidth mode (UID FETCH)
1839
1840 2007-05-25 [paul]       2.9.2cvs15
1841
1842         * src/common/socket.c
1843                 fix sometimes crasher on cancelling
1844                 message sending
1845
1846 2007-05-25 [colin]      2.9.2cvs14
1847
1848         * src/imap.c
1849                 Fix a memory leak
1850         * src/imap_gtk.c
1851                 Be more helpful in the subscription
1852                 message
1853
1854 2007-05-23 [wwp]        2.9.2cvs13
1855
1856         * src/compose.c
1857         * src/prefs_compose_writing.c
1858         * src/prefs_quote.c
1859         * src/prefs_template.c
1860         * src/prefs_template.h
1861         * src/quote_fmt.c
1862         * src/quote_fmt.h
1863         * src/quote_fmt_lex.l
1864         * src/quote_fmt_parse.y
1865                 Introduced new syntax elements (symbols and commands)
1866                 in templates/quote_fmt. Compatibility w/ old
1867                 symbols is kept.
1868                 Updated and reworked the corresponding Information
1869                 dialog.
1870                 Display the line number in dialogs that talk about
1871                 parser errors (in addition to the error message in
1872                 output).
1873
1874 2007-05-23 [wwp]        2.9.2cvs12
1875
1876         * src/quote_fmt_parse.y
1877                 Fix 2.9.2cvs11, probably a paste accident ;).
1878
1879 2007-05-23 [wwp]        2.9.2cvs11
1880
1881         * src/compose.c
1882         * src/prefs_template.c
1883         * src/quote_fmt.h
1884         * src/quote_fmt_parse.y
1885                 Fix 2.9.2cvs10, which broke --disable-aspell.
1886
1887 2007-05-22 [wwp]        2.9.2cvs10
1888
1889         * src/compose.c
1890         * src/prefs_template.c
1891         * src/quote_fmt.c
1892         * src/quote_fmt.h
1893         * src/quote_fmt_lex.l
1894         * src/quote_fmt_parse.y
1895         * src/gtk/gtkaspell.c
1896         * src/gtk/gtkaspell.h
1897                 Added template/quote format syntactical elements
1898                 to show and query:
1899                         - current dictionary
1900                           %T to show (shows empty if not set or not enabled),
1901                           ?T and !T to check if the default dictionary is
1902                           enabled and set
1903                         - current account's default dictionary
1904                           %aT to show (empty if not set or not enabled),
1905                           ?aT and !aT to check if it's enabled and set
1906                         - name completion for an address, from the address
1907                           book
1908                           %ABf, %ABt, %ABc respectively show the full name got
1909                           from the address book if From, To or Cc match a single
1910                           contact.
1911                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
1912                           matches any contact and if the full name is non-empty.
1913                           If From, To or Cc are lists of email addresses, only
1914                           the first address will be checked.
1915                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
1916                 that could show a trailing ','.
1917                 Also, template/quote_fmt parser now shows the line number in case
1918                 of parser error.
1919
1920 2007-05-15 [colin]      2.9.2cvs9
1921
1922         * src/main.c
1923         * src/main.h
1924                 Add a public function to know whether Claws
1925                 crashed last time
1926                 Store opened folder when exiting
1927         * src/folder.c
1928         * src/folder.h
1929                 Store last opened message in each FolderItem;
1930                 Reset last seen messages if Claws crashed, so 
1931                 that one can't go in an infinite crash in case 
1932                 a particular mail crashes Claws.
1933         * src/messageview.c
1934         * src/prefs_common.c
1935         * src/prefs_common.h
1936         * src/summaryview.c
1937         * src/prefs_summaries.c
1938                 Add "Select last opened message" when entering
1939                 a folder
1940                 Add "Select last opened folder" at startup.
1941
1942 2007-05-14 [colin]      2.9.2cvs8
1943
1944         * manual/xml2pdf
1945                 Fix bashism, search for xml catalog 
1946                 in /usr/local/share/xml/catalog too
1947                 Patch by Pawel
1948
1949 2007-05-13 [wwp]        2.9.2cvs7
1950
1951         * src/gtk/logwindow.c
1952                 fix raising log windows when they are either minimized or
1953                 in background.
1954
1955 2007-05-11 [colin]      2.9.2cvs6
1956
1957         * src/gtk/filesel.c
1958                 Use Hildon's file chooser on Maemo. Patch
1959                 by Jean-Luc Biord; fixes part 2 of bug 1201,
1960                 'File attachment "manipulation" bugs...'
1961
1962 2007-05-10 [wwp]        2.9.2cvs5
1963
1964         * src/prefs_common.c
1965         * src/prefs_common.h
1966         * src/gtk/quicksearch.c
1967                 Add a quicksearch option to automatically run
1968                 a search selected from the history (this option
1969                 is exclusive towards type-ahead).
1970
1971 2007-05-10 [colin]      2.9.2cvs4
1972
1973         * src/imap.c
1974                 Fix g_warnings, thanks to Brian
1975                 Morrison
1976
1977 2007-05-09 [colin]      2.9.2cvs3
1978
1979         * src/crash.c
1980         * src/exporthtml.c
1981         * src/mbox.c
1982         * src/prefs_summaries.c
1983         * src/procheader.c
1984         * src/common/log.c
1985         * src/common/utils.c
1986         * src/gtk/gtksourceprintjob.c
1987         * src/gtk/sslcertwindow.c
1988                 Use the re-entrant variant of time functions
1989                 Probably fixes bug 1217, 'reentrancy problems 
1990                 with time functions'
1991
1992 2007-05-09 [colin]      2.9.2cvs2
1993
1994         * src/imap.c
1995                 Fix crasher when reconnection fails
1996
1997 2007-05-08 [paul]       2.9.2cvs1
1998
1999         * NEWS
2000         * README
2001         * RELEASE_NOTES
2002         * configure.ac
2003                 bump version number following
2004                 stable release
2005
2006 2007-05-08 [paul]       2.9.1cvs48
2007
2008         * src/plugins/demo/demo.c
2009         * src/plugins/dillo_viewer/dillo_prefs.c
2010         * src/plugins/dillo_viewer/dillo_prefs.h
2011         * src/plugins/dillo_viewer/dillo_viewer.c
2012         * src/plugins/pgpcore/pgp_viewer.c
2013         * src/plugins/pgpcore/pgp_viewer.h
2014         * src/plugins/pgpcore/plugin.c
2015         * src/plugins/pgpcore/prefs_gpg.c
2016         * src/plugins/pgpcore/prefs_gpg.h
2017         * src/plugins/pgpcore/sgpgme.c
2018         * src/plugins/pgpcore/sgpgme.h
2019         * src/plugins/pgpinline/plugin.c
2020         * src/plugins/pgpmime/pgpmime.c
2021         * src/plugins/pgpmime/pgpmime.h
2022         * src/plugins/pgpmime/plugin.c
2023         * src/plugins/spamassassin/spamassassin.c
2024         * src/plugins/spamassassin/spamassassin.h
2025         * src/plugins/spamassassin/spamassassin_gtk.c
2026         * src/plugins/trayicon/README
2027         * tools/README
2028         * tools/README.sylprint
2029         * tools/outlook2claws-mail.pl
2030         * tools/sylprint.pl
2031         * tools/tb2claws-mail
2032         * tools/tbird2claws.py
2033         * tools/update-po
2034         * tools/vcard2xml.py
2035         * tools/kdeservicemenu/README
2036                 cleanups and corrections
2037
2038 2007-05-06 [wwp]        2.9.1cvs47
2039
2040         * tools/uudec
2041                 Fix missing dash to `display` command-line, reported
2042                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2043
2044 2007-05-06 [colin]      2.9.1cvs46
2045
2046         * src/Makefile.am
2047         * src/stock_pixmap.c
2048         * src/stock_pixmap.h
2049         * src/pixmaps/printer.xpm
2050                 Add a printer icon
2051
2052 2007-05-06 [paul]       2.9.1cvs45
2053
2054         * src/compose.c
2055         * src/ldapquery.c
2056         * src/privacy.h
2057         * src/summary_search.c
2058         * src/summaryview.c
2059                 fix build warnings
2060
2061 2007-05-05 [wwp]        2.9.1cvs44
2062
2063         * src/messageview.c
2064         * src/mh.c
2065         * src/prefs_actions.c
2066         * src/prefs_gtk.c
2067         * src/summaryview.c
2068         * src/common/xml.c
2069                 Fix "faild" typos everywhere and capitalization of
2070                 some g_warnings.
2071
2072 2007-05-04 [colin]      2.9.1cvs43
2073
2074         * src/compose.c
2075         * src/privacy.c
2076         * src/privacy.h
2077         * src/plugins/pgpcore/prefs_gpg.c
2078         * src/plugins/pgpcore/prefs_gpg.h
2079         * src/plugins/pgpinline/pgpinline.c
2080         * src/plugins/pgpmime/pgpmime.c
2081                 Add an API to warn about encryption limits,
2082                 and allow to disable these warnings
2083
2084 2007-05-03 [colin]      2.9.1cvs42
2085
2086         * src/summaryview.c
2087         * src/mainwindow.c
2088                 Fix bug 1213, 'Delete more than 
2089                 one thread at once'
2090
2091 2007-05-03 [wwp]        2.9.1cvs41
2092
2093         * src/prefs_common.c
2094         * src/prefs_filtering.c
2095         * src/prefs_template.c
2096         * src/common/template.c
2097         * src/common/template.h
2098         * src/gtk/gtkutils.c
2099         * src/gtk/gtkutils.h
2100                 Templates are no longer automatically sorted
2101                 by name, but can be sorted manually using
2102                 |< < > >| buttons as well as drag'n'drop.
2103
2104 2007-05-03 [wwp]        2.9.1cvs40
2105
2106         * src/plugins/spamassassin/spamassassin.c
2107         * src/plugins/spamassassin/spamassassin.h
2108         * src/plugins/spamassassin/spamassassin_gtk.c
2109         * src/plugins/bogofilter/bogofilter.c
2110         * src/plugins/bogofilter/bogofilter.h
2111         * src/plugins/bogofilter/bogofilter_gtk.c
2112                 Added an option to conditionally mark saved spam
2113                 as read (default is and was to do so).
2114                 Satisfies feature request 1708539 on sf.net tracker.
2115
2116 2007-05-03 [colin]      2.9.1cvs39
2117
2118         * src/inc.c
2119                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2120
2121 2007-05-02 [colin]      2.9.1cvs38
2122
2123         * src/textview.c
2124                 Fix bug 1209, 'Clicking on address 
2125                 in header (mailto uri) selects 
2126                 default account'. Patch adapted from
2127                 G.P. Halkes' patch.
2128
2129 2007-05-02 [colin]      2.9.1cvs37
2130
2131         * src/grouplistdialog.c
2132                 Set cursor to wait cursor while loading
2133                 groups.
2134
2135 2007-05-02 [paul]       2.9.1cvs36
2136
2137         * src/folder.c
2138         * src/common/defs.h
2139                 rename cache and mark files
2140                 (data is preserved)
2141
2142 2007-04-30 [paul]       2.9.1cvs35
2143
2144         * manual/glossary.xml
2145         * manual/plugins.xml
2146                 updates. Patch by Ricardo
2147
2148 2007-04-29 [wwp]        2.9.1cvs34
2149
2150         * src/mainwindow.c
2151         * configure.ac
2152                 Fix few grammatical errors (patch by David Relson < relson at
2153                 osagesoftware dot com >).
2154
2155 2007-04-28 [colin]      2.9.1cvs33
2156
2157         * src/account.c
2158         * src/pop.c
2159         * src/prefs_account.c
2160         * src/prefs_account.h
2161                 Drop the "Download all" preference. It's
2162                 stupidly useless and confuses people from
2163                 time to time.
2164
2165 2007-04-27 [wwp]        2.9.1cvs32
2166
2167         * src/account.c
2168         * src/prefs_account.c
2169         * src/prefs_account.h
2170                 Don't reflect accounts changes to the mainwindow when it's
2171                 not necessary.
2172
2173 2007-04-27 [colin]      2.9.1cvs31
2174
2175         * src/folder.c
2176                 Freeze/thaw when sync'ing flags
2177         * src/imap.c
2178         * src/prefs_account.c
2179         * src/prefs_account.h
2180         * src/etpan/imap-thread.c
2181         * src/etpan/imap-thread.h
2182                 Add a way to use UID FETCH instead
2183                 of searches to fetch message lists
2184                 and flags. More expensive towards
2185                 bandwidth, less expensive towards
2186                 server's CPU. Probably fixes 
2187                 bug 1158, 'Scanning new folders on 
2188                 Exchange 2007 extremely slow'.
2189                 Patch 95% by Hoa.
2190
2191 2007-04-27 [paul]       2.9.1cvs30
2192
2193         * src/mainwindow.c
2194         * src/prefs_logging.c
2195                 improvements to english usage
2196
2197 2007-04-27 [colin]      2.9.1cvs29
2198
2199         * src/imap.c
2200                 Fix build without libetpan (my bad!)
2201
2202 2007-04-26 [colin]      2.9.1cvs28
2203
2204         * src/imap.c
2205         * src/imap.h
2206                 Fix uselessly exported function
2207         * src/textview.c
2208                 Consider "- -- \n" as signature separator
2209                 (that's what signature separators look like
2210                  in PGP/Inline signed mails)
2211
2212 2007-04-26 [colin]      2.9.1cvs27
2213
2214         * configure.ac
2215                 libetpan-0.49 is now required
2216         * src/procmime.c
2217                 Fix double fetching of mails if
2218                 first try failed
2219         * src/imap.c
2220                 Make offline sync faster, by
2221                 remembering last change time, and
2222                 last sync time.
2223
2224 2007-04-26 [hoa]        2.9.1cvs26
2225
2226         * src/imap.c
2227         * src/imap.h
2228         * src/mainwindow.c
2229         * src/toolbar.c
2230         * src/etpan/imap-thread.c
2231         * src/etpan/imap-thread.h
2232                 cancellation of IMAP operations is now allowed.
2233                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2234
2235 2007-04-26 [colin]      2.9.1cvs25
2236
2237         * src/folder.c
2238                 Always fetch body+headers in folders that are
2239                 synched for offline use, if "Synchronise as
2240                 soon as possible" is set.
2241                 Fixes bug 1200, 'Add option to always retrieve full 
2242                 messages'
2243
2244 2007-04-25 [colin]      2.9.1cvs24
2245
2246         * src/compose.c
2247                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2248                 persists...'
2249
2250 2007-04-24 [colin]      2.9.1cvs23
2251
2252         * src/folderview.c
2253                 Fix bug 1195, 'Hardware key navigation' 
2254                 Make GDK_Enter toggle expansion (Maemo)
2255
2256 2007-04-24 [wwp]        2.9.1cvs22
2257
2258         * src/compose.c
2259                 Fix few compiler warnings.
2260
2261 2007-04-24 [paul]       2.9.1cvs21
2262
2263         * src/Makefile.am
2264         * src/stock_pixmap.c
2265         * src/stock_pixmap.h
2266                 complete last commit
2267
2268 2007-04-24 [paul]       2.9.1cvs20
2269
2270         * src/gtk/about.c
2271         * src/pixmaps/active.xpm
2272         * src/pixmaps/checkbox_off.xpm
2273         * src/pixmaps/checkbox_on.xpm
2274         * src/pixmaps/inactive.xpm
2275                 kick out the blobs
2276                 remove transparent border from checkbox icons
2277
2278 2007-04-24 [wwp]        2.9.1cvs19
2279
2280         * src/textview.c
2281         * src/textview.h
2282                 Fix a crash in textview, thanks to Colin.
2283
2284 2007-04-23 [wwp]        2.9.1cvs18
2285
2286         * src/prefs_common.c
2287                 Fix 2.9.1cvs5: no header was being translated at all.
2288
2289 2007-04-23 [colin]      2.9.1cvs17
2290
2291         * src/Makefile.am
2292         * src/stock_pixmap.c
2293         * src/stock_pixmap.h
2294         * src/summaryview.c
2295         * src/summaryview.h
2296         * src/gtk/gtksctree.c
2297         * src/gtk/gtksctree.h
2298         * src/pixmaps/selection.xpm
2299                 Fix bug 1193, 'Need a way to multi-select
2300                 items'. Add a toggle button to the summaryview
2301                 to switch between normal and multiple selection
2302                 (Maemo)
2303
2304 2007-04-23 [colin]      2.9.1cvs16
2305
2306         * src/Makefile.am
2307         * src/stock_pixmap.c
2308         * src/stock_pixmap.h
2309         * src/summaryview.c
2310         * src/summaryview.h
2311         * src/gtk/gtksctree.c
2312         * src/gtk/gtksctree.h
2313         * src/pixmaps/selection.xpm
2314                 Fix bug 1193, 'Need a way to multi-
2315                 select items'
2316                 Add a toggle button in the summaryview
2317                 to enable normal or multiple selection.
2318                 (Maemo)
2319
2320 2007-04-23 [colin]      2.9.1cvs15
2321
2322         * src/compose.c
2323                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2324
2325 2007-04-21 [colin]      2.9.1cvs14
2326
2327         * src/gtk/quicksearch.c
2328                 Fix previous commit (actually use correct
2329                 parameter)
2330
2331 2007-04-21 [colin]      2.9.1cvs13
2332
2333         * src/gtk/quicksearch.c
2334                 Fix changing quicksearch type (after Esc,
2335                 after changing Recursive, ...)
2336
2337 2007-04-20 [wwp]        2.9.1cvs12
2338
2339         * src/gtk/Makefile.am
2340                 Added headers.h (completes 2.9.1cvs5).
2341
2342 2007-04-20 [wwp]        2.9.1cvs11
2343
2344         * src/addressbook.c
2345                 Fix the use of display name in name column,
2346                 it has been overriden w/ the use of nickname
2347                 by 2.9.0cvs3. Now nickname is used (if any)
2348                 in case of LDAP books only.
2349
2350 2007-04-20 [colin]      2.9.1cvs10
2351
2352         * src/mimeview.c
2353         * src/summaryview.c
2354         * src/textview.c
2355                 Add handling of 'a' to loop in a mail's
2356                 mimeparts
2357
2358 2007-04-20 [colin]      2.9.1cvs9
2359
2360         * src/toolbar.c
2361                 Fix bug 1190, 'dir_open' button doesn't work'
2362                 (Maemo)
2363
2364 2007-04-20 [colin]      2.9.1cvs8
2365
2366         * src/folderview.c
2367         * src/mainwindow.c
2368                 Fix bug 1194, 'Hardware keys move from email 
2369                 list to account/directory list, but not back 
2370                 to email list...' (Maemo)
2371
2372 2007-04-20 [colin]      2.9.1cvs7
2373
2374         * src/compose.h
2375                 complete previous commit
2376
2377 2007-04-20 [colin]      2.9.1cvs6
2378
2379         * src/compose.c
2380                 Fix bug 1187, 'Reply-to addressee disappears 
2381                 when reply-to text box is clicked...' (Maemo)
2382
2383 2007-04-20 [wwp]        2.9.1cvs5
2384
2385         * po/POTFILES.in
2386         * src/addressbook.c
2387         * src/compose.c
2388         * src/filtering.c
2389         * src/headerview.c
2390         * src/matcher.c
2391         * src/prefs_common.c
2392         * src/prefs_common.h
2393         * src/prefs_display_header.c
2394         * src/prefs_matcher.c
2395         * src/summaryview.c
2396         * src/gtk/headers.h
2397         * src/gtk/quicksearch.c
2398                 Translate more header names according to the relevant option value,
2399                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2400                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2401                 to prefs_common_translated_header_name().
2402                 Added a headers.h reference file that contains known header names
2403                 (RFC2822 and others) to the translation process' input, so that
2404                 translated header names will still exist even if no occurrence of
2405                 _("headername") is found anymore in the sources.
2406                 Don't translate column name 'Number' following to trans_hdr option
2407                 value as it's not a header name.
2408
2409 2007-04-20 [colin]      2.9.1cvs4
2410
2411         * src/gtk/quicksearch.c
2412         * src/gtk/quicksearch.h
2413                 Add "From, To or Subject" quicksearch
2414                 type. Patch by ulfschaper@users.sf.net
2415
2416 2007-04-20 [colin]      2.9.1cvs3
2417
2418         * src/matcher.c
2419                 Implement proper references filtering condition.
2420                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2421
2422 2007-04-19 [wwp]        2.9.1cvs2
2423
2424         * src/prefs_display_header.c
2425         * src/message_search.c
2426                 Fix few warnings (g_free of const gchar*).
2427
2428 2007-04-19 [paul]       2.9.1cvs1
2429
2430         * NEWS
2431         * README
2432         * RELEASE_NOTES
2433         * configure.ac
2434                 bump version number following
2435                 stable release
2436
2437 2007-04-19 [paul]       2.9.0cvs9
2438
2439         * manual/advanced.xml
2440         * manual/glossary.xml
2441                 fix typos
2442
2443 2007-04-18 [paul]       2.9.0cvs8
2444
2445         * src/pop.c
2446                 fix for CVE-2007-1558 (APOP)
2447                 Thanks to Colin
2448
2449 2007-04-18 [paul]       2.9.0cvs7
2450
2451         * src/messageview.c
2452         * src/mimeview.c
2453         * src/summaryview.c
2454         * src/gtk/filesel.c
2455                 Fix encoding woes wrt saving of
2456                 mails and parts
2457                 Thanks to Colin
2458
2459 2007-04-18 [colin]      2.9.0cvs6
2460
2461         * src/gtk/pluginwindow.c
2462                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2463
2464 2007-04-17 [wwp]        2.9.0cvs5
2465
2466         * src/addressadd.c
2467         * src/addressbook.c
2468         * src/addrindex.c
2469         * src/ldapupdate.c
2470                 Fix --disable-ldap build,
2471                 fix some LDAP annoyances on 
2472                 searches, thanks to Colin.
2473
2474 2007-04-17 [wwp]        2.9.0cvs4
2475
2476         * src/ldapupdate.c
2477                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2478                 like gcc 2.9x. Thanks to Colin.
2479
2480 2007-04-17 [wwp]        2.9.0cvs3
2481
2482         * src/Makefile.am
2483         * src/addressadd.c
2484         * src/addressbook.c
2485         * src/addrindex.c
2486         * src/addritem.c
2487         * src/addritem.h
2488         * src/editaddress.c
2489         * src/ldapctrl.c
2490         * src/ldapctrl.h
2491         * src/ldapquery.c
2492         * src/ldapserver.c
2493         * src/ldapserver.h
2494         * src/ldapupdate.c
2495         * src/ldapupdate.h
2496                 Add LDAP write support. Patch mostly by 
2497                 Michael <mir at datanom dot net>
2498
2499 2007-04-17 [wwp]        2.9.0cvs2
2500
2501         * src/compose.c
2502                 Prepend "Add to address book" to the context menu of compose window's sender and
2503                 recipient fields.
2504
2505 2007-04-16 [paul]       2.9.0cvs1
2506
2507         * src/gtk/authors.h
2508                 add Pader Rezso
2509
2510 2007-04-16 [paul]       2.9.0
2511
2512         * NEWS
2513         * README
2514         * RELEASE_NOTES
2515                 2.9.0 released
2516
2517 2007-04-16 [paul]       2.8.1cvs102
2518
2519         * po/fr.po
2520                 updated by Fabien Vantard
2521
2522 2007-04-16 [paul]       2.8.1cvs101
2523
2524         * po/ca.po
2525         * po/cs.po
2526         * po/de.po
2527         * po/hu.po
2528         * po/pl.po
2529         * po/pt_BR.po
2530         * po/sr.po
2531         * po/zh_CN.po
2532                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2533                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2534                 Aleksandar Urosevic, and Ralgh Young
2535
2536 2007-04-15 [mones]      2.8.1cvs100
2537
2538         * po/es.po
2539                 Updated for release
2540
2541 2007-04-14 [colin]      2.8.1cvs99
2542
2543         * src/message_search.c
2544         * src/prefs_display_header.c
2545         * src/summary_search.c
2546         * src/gtk/combobox.c
2547                 Fix allocations
2548
2549 2007-04-14 [wwp]        2.8.1cvs98
2550
2551         * src/gtk/combobox.c
2552         * src/message_search.c
2553         * src/summary_search.c
2554         * src/prefs_display_header.c
2555                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2556                 returns NULL, get the text value directly from the GtkEntry child.
2557
2558 2007-04-13 [colin]      2.8.1cvs97
2559
2560         * src/gtk/quicksearch.c
2561                 Give the focus back to summaryview when
2562                 emptying the quicksearch with Esc
2563
2564 2007-04-13 [colin]      2.8.1cvs96
2565
2566         * src/message_search.c
2567         * src/prefs_display_header.c
2568         * src/summary_search.c
2569                 Fix possibles crashes when getting text
2570                 from gtk combos
2571
2572 2007-04-13 [colin]      2.8.1cvs95
2573
2574         * src/pop.c
2575                 Add some UIDL debugging
2576
2577 2007-04-12 [colin]      2.8.1cvs94
2578
2579         * src/folder.c
2580                 Force folder scan if necessary after
2581                 copying mails, to be able to reapply
2582                 flags.
2583
2584 2007-04-11 [colin]      2.8.1cvs93
2585
2586         * src/main.c
2587                 don't scan for new mail on startup if --select
2588                 is specified (or race conditions arise). If so,
2589                 do both sequentially.
2590
2591 2007-04-09 [colin]      2.8.1cvs92
2592
2593         * src/common/defs.h
2594                 Use leafpad by default on Maemo. Patch
2595                 by Jean-Luc Biord.
2596
2597 2007-04-06 [colin]      2.8.1cvs91
2598
2599         * src/pixmaps/queue_close.xpm
2600         * src/pixmaps/queue_close_hrm.xpm
2601         * src/pixmaps/queue_close_hrm_mark.xpm
2602         * src/pixmaps/queue_close_mark.xpm
2603         * src/pixmaps/queue_open.xpm
2604         * src/pixmaps/queue_open_hrm.xpm
2605         * src/pixmaps/queue_open_hrm_mark.xpm
2606         * src/pixmaps/queue_open_mark.xpm
2607                 Move the clock one pixel down :)
2608
2609 2007-04-05 [colin]      2.8.1cvs90
2610
2611         * src/mainwindow.c
2612                 Don't sync when switching offline from
2613                 command line - it's usually too late :)
2614
2615 2007-04-05 [paul]       2.8.1cvs89
2616
2617         * src/Makefile.am
2618         * src/stock_pixmap.c
2619         * src/pixmaps/dir_close_hrm.xpm
2620         * src/pixmaps/dir_close_hrm_mark.xpm
2621         * src/pixmaps/drafts_close.xpm
2622         * src/pixmaps/drafts_close_mark.xpm
2623         * src/pixmaps/drafts_open.xpm
2624         * src/pixmaps/drafts_open_mark.xpm
2625         * src/pixmaps/inbox.xpm
2626         * src/pixmaps/inbox_close.xpm
2627         * src/pixmaps/inbox_close_hrm.xpm
2628         * src/pixmaps/inbox_close_hrm_mark.xpm
2629         * src/pixmaps/inbox_close_mark.xpm
2630         * src/pixmaps/inbox_hrm.xpm
2631         * src/pixmaps/inbox_hrm_mark.xpm
2632         * src/pixmaps/inbox_mark.xpm
2633         * src/pixmaps/inbox_open.xpm
2634         * src/pixmaps/inbox_open_hrm.xpm
2635         * src/pixmaps/inbox_open_hrm_mark.xpm
2636         * src/pixmaps/inbox_open_mark.xpm
2637         * src/pixmaps/outbox.xpm
2638         * src/pixmaps/outbox_close.xpm
2639         * src/pixmaps/outbox_close_hrm.xpm
2640         * src/pixmaps/outbox_close_hrm_mark.xpm
2641         * src/pixmaps/outbox_close_mark.xpm
2642         * src/pixmaps/outbox_hrm.xpm
2643         * src/pixmaps/outbox_hrm_mark.xpm
2644         * src/pixmaps/outbox_mark.xpm
2645         * src/pixmaps/outbox_open.xpm
2646         * src/pixmaps/outbox_open_hrm.xpm
2647         * src/pixmaps/outbox_open_hrm_mark.xpm
2648         * src/pixmaps/outbox_open_mark.xpm
2649         * src/pixmaps/queue_close.xpm
2650         * src/pixmaps/queue_close_hrm.xpm
2651         * src/pixmaps/queue_close_hrm_mark.xpm
2652         * src/pixmaps/queue_close_mark.xpm
2653         * src/pixmaps/queue_open.xpm
2654         * src/pixmaps/queue_open_hrm.xpm
2655         * src/pixmaps/queue_open_hrm_mark.xpm
2656         * src/pixmaps/queue_open_mark.xpm
2657                 updated, added and replaced icons
2658                 Icons by Colin
2659
2660 2007-04-04 [colin]      2.8.1cvs88
2661
2662         * src/imap.c
2663                 Fix build without libetpan
2664
2665 2007-04-03 [colin]      2.8.1cvs87
2666
2667         * src/imap.c
2668                 Fix crash with Citadel, and try to make
2669                 things work. this server (and specifically 
2670                 STATUS and APPEND at least) seems broken.
2671
2672 2007-04-03 [colin]      2.8.1cvs86
2673
2674         * src/folderview.c
2675                 Fix icons on folder close
2676
2677 2007-04-03 [colin]      2.8.1cvs85
2678
2679         * src/inc.c
2680                 Fix double-ask of offline override in
2681                 certain cases
2682         * src/imap.c
2683         * src/imap.h
2684         * src/imap_gtk.c
2685                 Much more efficient way to synchronise
2686                 for offline use
2687         * src/etpan/imap-thread.c
2688                 Fix possible segs
2689         * src/folder.c
2690         * src/gtk/quicksearch.c
2691                 Fix some GUI lags
2692
2693 2007-04-03 [paul]       2.8.1cvs84
2694
2695         * src/filtering.c
2696         * src/folder.c
2697         * src/folder.h
2698         * src/prefs_common.c
2699         * src/prefs_common.h
2700         * src/prefs_other.c
2701                 Fix sync being done too late
2702                 Thanks to Colin
2703
2704 2007-04-02 [colin]      2.8.1cvs83
2705
2706         * src/summaryview.c
2707                 Maemo: Put status and quicksearch at the top
2708         * src/plugins/bogofilter/bogofilter.c
2709         * src/plugins/spamassassin/spamassassin.c
2710                 Derive trash from inbox if possible
2711
2712 2007-04-02 [paul]       2.8.1cvs82
2713
2714         * src/plugins/bogofilter/bogofilter_gtk.c
2715                 a few English changes
2716
2717 2007-04-02 [paul]
2718
2719         2.9.0-rc1 released
2720
2721 2007-04-02 [colin]      2.8.1cvs81
2722
2723         * src/image_viewer.c
2724                 Fix transparent images by using
2725                 GtkImage
2726         * src/messageview.c
2727                 Flush events (on new windows) to avoid
2728                 having the textview's image resize fail
2729                 to know the available width
2730
2731 2007-04-01 [colin]      2.8.1cvs80
2732
2733         * src/prefs_account.c
2734                 If no MH mailbox exist, when creating a POP/Local
2735                 account, just create and use the default one 
2736                 instead of bailing with a "Mailbox doesn't exist"
2737                 error
2738
2739 2007-03-31 [colin]      2.8.1cvs79
2740
2741         * src/prefs_account.c
2742                 Create signature file if it doesn't exist
2743                 before editing
2744         * src/prefs_toolbar.c
2745                 Maemo: Move "Use default" on the left so
2746                 that people can find it
2747         * src/common/defs.h
2748                 Maemo: make default editor "Maemopad", 
2749                 default signature file "MyDocs/signature.txt"
2750
2751 2007-03-31 [colin]      2.8.1cvs78
2752
2753         * src/prefs_account.c
2754                 Maemo: rework account prefs so
2755                 that less horizontal scrolling
2756                 is required
2757
2758 2007-03-31 [colin]      2.8.1cvs77
2759
2760         * src/folderview.c
2761         * src/prefs_common.c
2762         * src/prefs_common.h
2763                 Fix bug 1167, 'Allow not displaying zeros 
2764                 in folder list'. Patch by MartinP
2765
2766 2007-03-31 [colin]      2.8.1cvs76
2767
2768         * AUTHORS
2769                 Add Jean-Luc Biord
2770
2771 2007-03-31 [colin]      2.8.1cvs75
2772
2773         * src/imap.c
2774                 Apply patch from bug 1172, direct
2775                 access to the folder's session instead
2776                 of using getter. Patch by MartinP
2777
2778 2007-03-31 [paul]       2.8.1cvs74
2779
2780         * src/gtk/authors.h
2781                 no need to list Fabien twice!
2782
2783 2007-03-31 [colin]      2.8.1cvs73
2784
2785         * src/inc.c
2786                 If we're currently "overriding for %d minutes",
2787                 don't ask
2788
2789 2007-03-31 [colin]      2.8.1cvs72
2790
2791         * src/compose.c
2792         * src/imap.c
2793         * src/inc.c
2794         * src/inc.h
2795         * src/messageview.c
2796         * src/news.c
2797         * src/plugins/spamassassin/spamassassin.c
2798                 Offline override: Add a parameter to allow
2799                 asking even if the override timer is running.
2800                 Allows to ask every time the user makes an
2801                 explicit action needing online access (such
2802                 as Get Mail), and not when the action is 
2803                 implicit (such as opening an IMAP folder)
2804
2805 2007-03-31 [colin]      2.8.1cvs71
2806
2807         * src/inc.c
2808                 Override offline: "No" answer shouldn't
2809                 re-ask after 3 seconds, but 10 minutes. 
2810
2811 2007-03-30 [colin]      2.8.1cvs70
2812
2813         * src/common/socket.c
2814                 Better error reporting on unix socket
2815                 failure (bind usually)
2816         * src/gtk/gtkutils.c
2817         * src/gtk/gtkutils.h
2818                 Label window: add a pulsing progress
2819                 bar to show we're not hung :)
2820         * src/folderview.c
2821         * src/main.c
2822         * src/plugins/pgpcore/sgpgme.c
2823                 Update API
2824
2825 2007-03-30 [colin]      2.8.1cvs69
2826
2827         * src/pop.c
2828         * src/prefs_common.c
2829                 Fix possible trashing of history and uidl
2830                 files on disk full problems
2831
2832 2007-03-30 [paul]       2.8.1cvs68
2833
2834         * src/mainwindow.c
2835         * src/summaryview.c
2836         * src/summaryview.h
2837                 update summary when changing layout type
2838                 (fixes wrong folder icon being displayed)
2839                 Thanks to Colin
2840
2841 2007-03-29 [colin]      2.8.1cvs67
2842
2843         * src/prefs_ext_prog.c
2844                 The browser pref is irrelevant on Maemo
2845
2846 2007-03-29 [colin]      2.8.1cvs66
2847
2848         * src/compose.c
2849         * src/compose.h
2850                 Maemo: dynamically switch headers/text position
2851         * src/prefs_common.c
2852                 Maemo: hide compose's ruler by default
2853         * src/common/socket.c
2854         * src/common/socket.h
2855                 Fix build warning
2856
2857 2007-03-29 [colin]      2.8.1cvs65
2858
2859         * src/common/socket.c
2860         * src/common/socket.h
2861                 Fix build when MAEMO_CFLAGS contains
2862                 _X_OPENSOURCE (resolv.h errors as long
2863                 as we don't add _BSD_SOURCE. Ugly).
2864
2865 2007-03-29 [wwp]        2.8.1cvs64
2866
2867         * src/prefs_logging.c
2868                 Fix sensitivity of clip-log widgets in prefs/logging,
2869                 thanks to Fabien.
2870
2871 2007-03-29 [wwp]        2.8.1cvs63
2872
2873         * po/POTFILES.in
2874                 Updated files list for translations, thanks to Fabien.
2875
2876 2007-03-29 [colin]      2.8.1cvs62
2877
2878         * src/main.c
2879         * src/common/Makefile.am
2880         * src/common/utils.c
2881                 Maybe make URI opening work in Maemo
2882                 Requires testing :)
2883
2884 2007-03-28 [colin]      2.8.1cvs61
2885
2886         * src/folder.c
2887         * src/folder.h
2888         * src/folderview.c
2889                 Add the possibility to sort folders arbitrarily
2890                 (via editing of folderlist.xml only). Patch by
2891                 Martin P <mp26+claws@os.inf.tu-dresden.de>
2892                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
2893                 be changed by the user'
2894
2895 2007-03-28 [colin]      2.8.1cvs60
2896
2897         * src/mimeview.c
2898                 Add popup menu for mime icons
2899
2900 2007-03-28 [colin]      2.8.1cvs59
2901
2902         * src/mainwindow.c
2903                 Fix a layout issue when presenting
2904                 mainwindow in Small screen layout
2905         * src/toolbar.c
2906         * src/toolbar.h
2907                 Add a "Go to folder list" button for
2908                 mainwindow, and make it default in
2909                 the Maemo build
2910
2911 2007-03-28 [colin]      2.8.1cvs58
2912
2913         * src/compose.c
2914                 Don't dynamically update title on Maemo
2915                 Patch by Jean-Luc Biord
2916
2917 2007-03-27 [colin]      2.8.1cvs57
2918
2919         * src/compose.c
2920         * src/folderview.c
2921         * src/summaryview.c
2922                 Enable tap-and-hold on Maemo
2923
2924 2007-03-26 [colin]      2.8.1cvs56
2925
2926         * src/compose.c
2927                 More popup-menu (in attachments list)
2928
2929 2007-03-26 [colin]      2.8.1cvs55
2930
2931         * src/compose.c
2932                 Enable popup-menu signal
2933
2934 2007-03-26 [colin]      2.8.1cvs54
2935
2936         * src/plugins/pgpinline/pgpinline.c
2937                 Fix bug 1111, 'PGP/inline plugin hides text 
2938                 around encrypted text block'. Patch based on
2939                 a patch from Michal Cihar.
2940
2941 2007-03-26 [wwp]        2.8.1cvs53
2942
2943         * src/procmsg.c
2944                 Fix getting a false error when sending queued message
2945                 whereas the sending was fine (if there are subfolders
2946                 in the queue folder), thanks to Colin.
2947
2948 2007-03-26 [paul]       2.8.1cvs52
2949
2950         * src/wizard.c
2951                 update FACE header in welcome message
2952
2953 2007-03-25 [colin]      2.8.1cvs51
2954
2955         * src/Makefile.am
2956                 Fix make dist
2957
2958 2007-03-25 [colin]      2.8.1cvs50
2959
2960         * src/main.c
2961                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
2962
2963 2007-03-24 [colin]      2.8.1cvs49
2964
2965         * src/main.c
2966                 Fix a few launch problems on Maemo
2967                 Patch by Jean-Luc Biord
2968
2969 2007-03-24 [wwp]        2.8.1cvs48
2970
2971         * src/alertpanel.c
2972         * src/alertpanel.h
2973         * src/messageview.c
2974         * src/summaryview.c
2975                 Fix wrong action performed when closing the
2976                 "ask about account specific filtering rules
2977                 when filtering manually" dialog by pressing Escape.
2978                 Fix wrong order of buttons in the "return receipt
2979                 notification - the message was sent to several of
2980                 your accounts" dialog.
2981
2982 2007-03-24 [paul]       2.8.1cvs47
2983
2984         * src/folderview.c
2985                 an improvement to English usage
2986         * tools/kdeservicemenu/README
2987                 updated Claws url
2988
2989 2007-03-24 [paul]       2.8.1cvs46
2990
2991         * src/Makefile.am
2992         * src/stock_pixmap.c
2993         * src/pixmaps/edit_extern.xpm
2994         * src/pixmaps/mail_sign.xpm
2995                 rescue long lost icons
2996
2997 2007-03-24 [paul]       2.8.1cvs45
2998
2999         * src/toolbar.c
3000                 fix toolbar (broken in 2.8.1cvs42)
3001
3002 2007-03-23 [colin]      2.8.1cvs44
3003
3004         * src/imap.c
3005                 Correctly unsubscribe/resubscribe after
3006                 RENAME
3007
3008 2007-03-23 [colin]      2.8.1cvs43
3009
3010         * src/prefs_common.c
3011                 Maemo: as the platform is light on RAM, allow
3012                 caches to be discarded faster.
3013
3014 2007-03-23 [colin]      2.8.1cvs42
3015
3016         * src/Makefile.am
3017         * src/compose.c
3018         * src/compose.h
3019         * src/stock_pixmap.c
3020         * src/stock_pixmap.h
3021         * src/summaryview.c
3022         * src/summaryview.h
3023         * src/toolbar.c
3024         * src/toolbar.h
3025         * src/pixmaps/open_mail.xpm
3026                 Maemo changes: Add the possibility to have
3027                 "Open Email" and "Close Window" buttons on 
3028                 toolbars (and use them in Maemo's default
3029                 toolbars)
3030
3031 2007-03-23 [wwp]        2.8.1cvs41
3032
3033         * src/action.c
3034                 Reverted that part of the action dialog closure logics, to
3035                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3036                 done later in a different way (or may not).
3037
3038 2007-03-22 [wwp]        2.8.1cvs40
3039
3040         * src/action.c
3041                 Fix sticky action dialog when got no output but action command
3042                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3043
3044 2007-03-22 [colin]      2.8.1cvs39
3045
3046         * src/prefs_filtering.c
3047         * src/gtk/combobox.h
3048                 Fix escaping account names in filtering prefs
3049
3050 2007-03-22 [colin]      2.8.1cvs38
3051
3052         * src/addrindex.c
3053         * src/ldapctrl.h
3054         * src/ldapquery.c
3055                 Add any attribute specified in LDAP servers'
3056                 Search attributes to the Other Attributes tab
3057                 of contacts; Add 'telephoneNumber' in the
3058                 default list.
3059
3060 2007-03-22 [colin]      2.8.1cvs37
3061
3062         * src/folderview.c
3063         * src/folderview.h
3064         * src/mainwindow.c
3065                 Try to prevent race conditions when
3066                 changing the folder list
3067         * src/summaryview.c
3068                 Fix possible red folder icon when
3069                 switching from Small screen layout
3070                 to any other
3071
3072 2007-03-22 [colin]      2.8.1cvs36
3073
3074         * src/mainwindow.c
3075         * src/mainwindow.h
3076         * src/summaryview.c
3077                 Rename "little screen" to "Small screen"
3078         * src/gtk/Makefile.am
3079         * src/common/utils.c
3080         * src/mh.c
3081                 Fix Maemo-related compilation problems
3082
3083 2007-03-21 [colin]      2.8.1cvs35
3084
3085         * configure.ac
3086                 Fix previous commit
3087         * claws-mail.desktop
3088                 Remove .png from the Icon, it's useless
3089
3090 2007-03-21 [colin]      2.8.1cvs34
3091
3092         * configure.ac
3093         * src/Makefile.am
3094                 Add the necessary lib checking for 
3095                 Maemo
3096
3097 2007-03-21 [colin]      2.8.1cvs33
3098
3099         * src/main.c
3100                 Fix unconditional "error happened" when
3101                 sending via command-line. "lol @ myself"
3102
3103 2007-03-21 [colin]      2.8.1cvs32
3104
3105         * claws-mail-40x40.png
3106         * claws-mail-26x26.png
3107         * src/account.c
3108         * src/addressbook.c
3109         * src/compose.c
3110         * src/folderview.c
3111         * src/folderview.h
3112         * src/main.c
3113         * src/mainwindow.c
3114         * src/mainwindow.h
3115         * src/messageview.c
3116         * src/prefs_account.c
3117         * src/prefs_common.c
3118         * src/summary_search.c
3119         * src/summaryview.c
3120         * src/summaryview.h
3121         * src/gtk/authors.h
3122         * src/gtk/gtkutils.c
3123         * src/gtk/gtkutils.h
3124         * src/gtk/logwindow.c
3125         * src/gtk/menu.c
3126         * src/gtk/prefswindow.c
3127                 Add Maemo port (patch mainly by Jean-Luc Biort)
3128                 Add a new 'Little screen' layout to help on such
3129                 platforms (patch by me)
3130                 Make some default preferences different (more
3131                 adapted) on Maemo (patch by me)
3132
3133 2007-03-21 [wwp]        2.8.1cvs31
3134
3135         * src/prefs_logging.c
3136         * src/prefs_logging.h
3137                 Fixed copyright header of newly added files.
3138
3139 2007-03-21 [wwp]        2.8.1cvs30
3140
3141         * src/Makefile.am
3142         * src/filtering.c
3143         * src/filtering.h
3144         * src/folder.c
3145         * src/folderview.c
3146         * src/imap.c
3147         * src/inc.c
3148         * src/main.c
3149         * src/mainwindow.c
3150         * src/mainwindow.h
3151         * src/matcher.c
3152         * src/messageview.c
3153         * src/news.c
3154         * src/pop.c
3155         * src/prefs_common.c
3156         * src/prefs_common.h
3157         * src/prefs_logging.c
3158         * src/prefs_logging.h
3159         * src/prefs_other.c
3160         * src/procmsg.c
3161         * src/send_message.c
3162         * src/summaryview.c
3163         * src/common/log.c
3164         * src/common/log.h
3165         * src/common/nntp.c
3166         * src/common/session.c
3167         * src/common/smtp.c
3168         * src/common/socket.c
3169         * src/etpan/imap-thread.c
3170         * src/gtk/logwindow.c
3171         * src/gtk/logwindow.h
3172         * src/plugins/bogofilter/bogofilter.c
3173         * src/plugins/spamassassin/spamassassin.c
3174                 Added debugging of filtering/processing rules.
3175                 The debug log is here 'Tools/Filtering debug window',
3176                 the options there 'Configuration/Preferences/Other/Logging',
3177                 and the log file is ~/.claws-mail/filtering.log.
3178                 Moved protocol log prefs to 'Other/Logging' as well.
3179                 To support such debugging feature, the existing log API has
3180                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3181                 this impacts many external modules (commits follow).
3182
3183 2007-03-21 [paul]       2.8.1cvs29
3184
3185         * src/etpan/Makefile.am
3186         * src/etpan/imap-thread.c
3187                 add missing #include
3188
3189 2007-03-21 [colin]      2.8.1cvs28
3190
3191         * src/procmime.c
3192                 Fix bug 1157, 'some broken messages confuse 
3193                 mime parser'. Make sure we can't have MimeInfos
3194                 with negative sizes.
3195
3196 2007-03-20 [colin]      2.8.1cvs27
3197
3198         * src/main.c
3199                 Fix missing \0 on buffer
3200
3201 2007-03-20 [colin]      2.8.1cvs26
3202
3203         * src/mh.c
3204                 Use make_dir_hier instead of make_dir 
3205                 to create the MH mailbox
3206
3207 2007-03-20 [colin]      2.8.1cvs25
3208
3209         * src/folder.c
3210         * src/folder.h
3211         * src/prefs_account.c
3212         * src/wizard.c
3213                 Fix default inbox weirdnesses (after wizard,
3214                 if path is Mail, mailbox identifier is #mh/Mailbox,
3215                 and when creating new accounts)
3216
3217 2007-03-20 [colin]      2.8.1cvs24
3218
3219         * src/account.c
3220                 Write folderlist after adding/deleting accounts
3221                 that have folders
3222
3223 2007-03-20 [colin]      2.8.1cvs23
3224
3225         * src/imap.c
3226         * src/remotefolder.h
3227                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3228                 selected while scanning prior to update'
3229
3230 2007-03-17 [paul]       2.8.1cvs22
3231
3232         * src/main.c
3233                 fix a typo, and be a little more verbose.
3234
3235 2007-03-17 [wwp]        2.8.1cvs21
3236
3237         * src/inc.c
3238                 Fix a compiler warning.
3239
3240 2007-03-16 [wwp]        2.8.1cvs20
3241
3242         * tools/Makefile.am
3243         * tools/README
3244                 Updated to deal w/ the new mairix.sh tool.
3245
3246 2007-03-16 [wwp]        2.8.1cvs19
3247
3248         * src/action.c
3249                 Fix logics issues around the action IO dialog:
3250                 - disable entry widget and exec button when
3251                   the exec button is clicked (don't wait for any
3252                   output line) - fix possible disabling/re-enabling/
3253                   re-disabling of those widgets
3254                 - raise an error if executing a %as{} action either
3255                   empty or invalid, instead of failing silently
3256                 - don't close the dialog if the abort button has been
3257                   clicked and if there was no output yet
3258                 - set focus to the abort button when the exec button
3259                   is clicked
3260                 - fix capitalization of a warning message
3261
3262 2007-03-16 [wwp]        2.8.1cvs18
3263
3264         * tools/mairix.sh
3265                 Added a wrapper to mairix to the tools folder.
3266
3267 2007-03-16 [colin]      2.8.1cvs17
3268
3269         * src/messageview.c
3270         * src/mimeview.h
3271                 Allow mimeviewer plugins to print
3272                 their stuff
3273
3274 2007-03-16 [colin]      2.8.1cvs16
3275
3276         * .cvsignore
3277                 Ignore *.patchset
3278
3279 2007-03-15 [colin]      2.8.1cvs15
3280
3281         * src/messageview.c
3282         * src/mimeview.h
3283                 Add a way for mimeviewer plugins to
3284                 implement body search
3285
3286 2007-03-15 [paul]       2.8.1cvs14
3287
3288         * src/prefs_spelling.c
3289                 fix English usage
3290
3291 2007-03-15 [paul]       2.8.1cvs13
3292
3293         * src/common/quoted-printable.c
3294                 fix decoding of quoted-printable parts
3295
3296 2007-03-14 [wwp]        2.8.1cvs12
3297
3298         * src/gtk/logwindow.h
3299                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3300
3301 2007-03-14 [wwp]        2.8.1cvs11
3302
3303         * src/gtk/logwindow.h
3304                 Complete 2.8.1cvs10.
3305
3306 2007-03-14 [colin]      2.8.1cvs10
3307
3308         * src/gtk/logwindow.c
3309                 Probably fix bug 1149, crash on logwindow
3310                 close - at the expense of performance once
3311                 logwin has been opened
3312
3313 2007-03-14 [colin]      2.8.1cvs9
3314
3315         * src/main.c
3316                 If claws-mail is running on another
3317                 display, warn instead of popping it up
3318                 on the other display
3319
3320 2007-03-12 [colin]      2.8.1cvs8
3321
3322         * src/wizard.c
3323                 Fix bug 1145, 'Setting a different name 
3324                 for the Mailbox name isn't reflected in 
3325                 default account settings'. Patch by wwp
3326
3327 2007-03-12 [colin]      2.8.1cvs7
3328
3329         * src/summaryview.c
3330                 Fix bug 1143, 'Add number of messages to be 
3331                 deleted to confirmation dialog'
3332
3333 2007-03-12 [wwp]        2.8.1cvs6
3334
3335         * src/folderview.c
3336         * src/prefs_common.c
3337         * src/prefs_common.h
3338         * src/prefs_summaries.c
3339                 Changed the option that displays unread messages count
3340                 next to the folder name in folder list: it is now
3341                 possible to either display nothing, display the
3342                 unread messages number only or the unread and total messages
3343                 numbers. The patch includes this extra feature as well
3344                 as some minor fixes by rewriting the algo in folderview.c.
3345                 Thanks to Paul for the original idea and implementation, plus
3346                 testing and proof-reading!
3347
3348 2007-03-09 [paul]       2.8.1cvs5
3349
3350         * tools/Makefile.am
3351         * tools/README
3352         * tools/claws-mail-compose-insert-files.pl
3353                 added a script which enables inserting files
3354                 into the message body of a new Claws Mail
3355                 Compose window from the command line. Additionally
3356                 To, Cc, Subject and files to attach to the message
3357                 can be specified.
3358
3359 2007-03-09 [wwp]        2.8.1cvs4
3360
3361         * src/addr_compl.c
3362         * src/addr_compl.h
3363         * src/filtering.c
3364                 Optimize matching of addresses in the addressbook
3365                 (filtering/processing 'found_in_addressbook' condition).
3366
3367 2007-03-07 [wwp]        2.8.1cvs3
3368
3369         * src/quote_fmt.c
3370         * src/quote_fmt_lex.l
3371         * src/quote_fmt_parse.y
3372                 Add a new quote format symbol: %A to insert the
3373                 sender email address (just the address itself).
3374
3375 2007-03-06 [wwp]        2.8.1cvs2
3376
3377         * src/gtk/gtkutils.c
3378         * src/plugins/trayicon/trayicon_prefs.h
3379         * src/plugins/trayicon/trayicon_prefs.c
3380         * src/plugins/trayicon/trayicon.c
3381         * src/mainwindow.h
3382         * src/mainwindow.c
3383                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3384                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3385
3386
3387 2007-03-06 [paul]       2.8.1cvs1
3388
3389         * NEWS
3390         * README
3391         * RELEASE_NOTES
3392         * configure.ac
3393                 bump version number following
3394                 stable release
3395
3396 2007-03-06 [paul]       2.8.0cvs24
3397
3398         * po/cs.po
3399                 corrected by by Tim <timbrain@post.cz>
3400
3401 2007-03-05 [colin]      2.8.0cvs23
3402
3403         * src/Makefile.am
3404         * src/procmime.c
3405                 Fix mime/globs path on NetBSD
3406                 patch by George Michaelson
3407
3408 2007-03-05 [wwp]        2.8.0cvs22
3409
3410         * src/addr_compl.c
3411                 Remove debug statement (accidentally committed w/ cvs14).
3412
3413 2007-03-05 [paul]       2.8.0cvs21
3414
3415         * src/plugins/pgpcore/prefs_gpg.c
3416                 fix compiler warning
3417
3418 2007-03-05 [wwp]        2.8.0cvs20
3419
3420         * src/matcher_parser_parse.y
3421                 Fix mismerge between cvs17 and cvs19.
3422
3423 2007-03-05 [wwp]        2.8.0cvs19
3424
3425         * src/matcher_parser_parse.y
3426         * src/prefs_filtering_action.c
3427         * src/matcher.c
3428         * src/matcher.h
3429         * src/filtering.c
3430         * src/filtering.h
3431                 Add new 'add_to_addressbook' filtering/processing action.
3432
3433 2007-03-05 [wwp]        2.8.0cvs18
3434
3435         * src/filtering.c
3436                 Fix mark_as_ham filtering/processing action: spam flag
3437                 was not unset.
3438
3439 2007-03-04 [colin]      2.8.0cvs17
3440
3441         * src/filtering.c
3442         * src/matcher.c
3443         * src/matcher.h
3444         * src/matcher_parser_parse.y
3445         * src/prefs_filtering_action.c
3446                 Add 'Mark as spam' and 'Mark as ham' filtering
3447                 actions. Fixes bug 1138.
3448
3449 2007-03-04 [colin]      2.8.0cvs16
3450
3451         * src/imap.c
3452                 Fix bug 1140, wrong return value
3453                 without libetpan
3454
3455 2007-03-04 [wwp]        2.8.0cvs15
3456
3457         * src/addr_compl.c
3458                 Rollback cvs14: don't free stuff that is managed in g_list.
3459
3460 2007-03-04 [wwp]        2.8.0cvs14
3461
3462         * src/addr_compl.c
3463                 Fix a leak in address completion code.
3464
3465 2007-03-04 [colin]      2.8.0cvs13
3466
3467         * src/addr_compl.c
3468                 Maybe fix bug 1136, 'Crash in group 
3469                 address completion'
3470
3471 2007-03-04 [iwkse]      2.8.0cvs12
3472
3473         * src/imap.c
3474                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3475
3476 2007-03-03 [colin]      2.8.0cvs11
3477
3478         * src/plugins/pgpinline/pgpinline.c
3479                 Fix off-by-one, fix double-free. Fixes
3480                 bug 1135, 'cm-segfault on decrypting 
3481                 with PGP/inline'
3482
3483 2007-03-03 [colin]      2.8.0cvs10
3484
3485         * configure.ac
3486         * src/main.c
3487         * src/common/plugin.c
3488                 Fix bug 1134, 'Valgrind macros unhandled 
3489                 by Irix's cc'
3490
3491 2007-03-02 [colin]      2.8.0cvs9
3492
3493         * src/mbox.c
3494                 Don't error out on EAGAIN. Fixes 
3495                 bug 1129, '"local mbox file" account 
3496                 isn't retrieving mails'
3497
3498 2007-03-01 [wwp]        2.8.0cvs8
3499
3500         * src/mainwindow.c
3501         * src/gtk/colorlabel.c
3502                 Remove accels for extra color labels until we set better
3503                 and definitive ones.
3504
3505 2007-02-28 [wwp]        2.8.0cvs7
3506
3507         * src/mainwindow.c
3508         * src/matcher_parser_parse.y
3509         * src/prefs_common.c
3510         * src/prefs_msg_colors.c
3511         * src/procmsg.h
3512         * src/gtk/colorlabel.c
3513         * src/gtk/colorlabel.h
3514                 Add more customizable color labels. Cleaned up a bit
3515                 the color label API to avoid duplicate defines of
3516                 the max number of colors.
3517
3518 2007-02-27 [colin]      2.8.0cvs6
3519
3520         * src/mainwindow.c
3521         * src/common/utils.c
3522         * src/common/utils.h
3523                 Fix '+' in mailto URIs for List-* headers
3524
3525 2007-02-27 [colin]      2.8.0cvs5
3526
3527         * src/gtk/gtkutils.c
3528                 Use gtk_window_set_role instead of 
3529                 _set_wmclass
3530
3531 2007-02-27 [colin]      2.8.0cvs4
3532
3533         * src/inc.c
3534                 Fix "After receiving new mail, go to inbox" on IMAP,
3535                 and make it work only on manual reception
3536
3537 2007-02-27 [wwp]        2.8.0cvs3
3538
3539         * src/prefs_filtering.c
3540         * src/prefs_filtering_action.c
3541         * src/prefs_matcher.c
3542                 Update filtering matcher's and action's color label menus
3543                 when re-opening those dialogs (reflect any change to the
3544                 color labels list in the preferences).
3545
3546 2007-02-27 [colin]      2.8.0cvs2
3547
3548         * src/imap.c
3549         * src/etpan/etpan-thread-manager-types.h
3550         * src/etpan/etpan-thread-manager.c
3551         * src/etpan/imap-thread.c
3552                 Log imap ALERTs as errors in the log.
3553
3554 2007-02-26 [paul]       2.8.0cvs1
3555
3556         * tools/claws.i18n.status.pl
3557                 updated
3558
3559 2007-02-26 [paul]       2.7.2cvs75
3560
3561         * po/ca.po
3562         * po/cs.po
3563         * po/de.po
3564         * po/en_GB.po
3565         * po/fi.po
3566         * po/fr.po
3567         * po/hu.po
3568         * po/pl.po
3569         * po/pt_BR.po
3570         * po/sk.po
3571         * po/sr.po
3572         * po/zh_CN.po
3573                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3574                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3575                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3576                 Aleksandar Urosevic, and Ralgh Young
3577
3578 2007-02-25 [mones]      2.7.2cvs74
3579
3580         * po/es.po
3581                 Updated for release
3582
3583 2007-02-25 [colin]      2.7.2cvs73
3584
3585         * src/main.c
3586                 Clearing the list is only useful
3587                 to prevent a valgrind false-positive
3588
3589 2007-02-25 [paul]       2.7.2cvs72
3590
3591         * tools/Makefile.am
3592         * tools/README
3593         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3594         * tools/maildir2claws-mail.pl  **REMOVED**
3595                 renamed the script, fixed a couple bugs
3596
3597 2007-02-23 [colin]      2.7.2cvs71
3598
3599         * src/addressbook.c
3600                 Fix a leak, check for a few improbable nulls
3601
3602 2007-02-23 [colin]      2.7.2cvs70
3603
3604         * src/main.c
3605         * src/main.h
3606         * src/plugins/trayicon/trayicon.c
3607                 Fix blinking mainwin when starting in tray
3608                 (show mainwindow later in the startup process,
3609                  apart if restarting post-crash)
3610
3611 2007-02-23 [colin]      2.7.2cvs69
3612
3613         * src/folderview.c
3614         * src/imap_gtk.c
3615                 Fix crash when unsubscribing the currently
3616                 selected/opened folder
3617
3618 2007-02-23 [colin]      2.7.2cvs68
3619
3620         * src/compose.c
3621                 Fix bug that prevented colorization to
3622                 work without wrap quotation option
3623
3624 2007-02-23 [colin]      2.7.2cvs67
3625
3626         * src/addr_compl.c
3627                 Fix refcounting, start and end completion who
3628                 behaved as if there couldn't be any other current
3629                 user of completion
3630
3631 2007-02-23 [wwp]        2.7.2cvs66
3632
3633         * src/addressbook.c
3634         * src/addrindex.c
3635                 Address completion fixes: fix addressbook_peek_folder_exists() in
3636                 which the algorithm was ridiculously over-obfuscated and broken.
3637                 Fix addrindex_load_completion() as well, to load addresses in
3638                 completion list with regards to what addressbook_peek_folder_exists()
3639                 returns now.
3640
3641 2007-02-23 [wwp]        2.7.2cvs65
3642
3643         * src/addr_compl.c
3644                 Add addresses to completion when they're non-empty (thanks to Colin).
3645
3646 2007-02-23 [paul]       2.7.2cvs64
3647
3648         * src/plugins/pgpcore/passphrase.c
3649                 remove 'const '
3650
3651 2007-02-23 [colin]      2.7.2cvs63
3652
3653         * src/plugins/pgpcore/prefs_gpg.c
3654         * src/plugins/pgpcore/prefs_gpg.h
3655         * src/plugins/pgpcore/sgpgme.c
3656         * src/plugins/pgpinline/pgpinline.c
3657         * src/plugins/pgpmime/pgpmime.c
3658                 Try harder to respect user's choice wrt
3659                 gpg-agent even with gpg2, by unsetting
3660                 GPG_AGENT_INFO when necessary.
3661
3662 2007-02-22 [paul]       2.7.2cvs62
3663
3664         * src/plugins/pgpcore/sgpgme.c
3665         * src/plugins/pgpcore/sgpgme.h
3666         * src/plugins/pgpcore/passphrase.c
3667         * src/plugins/pgpinline/pgpinline.c
3668         * src/plugins/pgpmime/pgpmime.c
3669                 Fix a leak - gpgme_data_release_and_get_mem
3670                 leaks in recent gpgme. Workaround by using
3671                 our own function.
3672
3673 2007-02-22 [paul]       2.7.2cvs61
3674
3675         * src/gtk/quicksearch.c
3676                 Abandon dynamic search when pressing
3677                 Enter
3678
3679 2007-02-21 [colin]      2.7.2cvs60
3680
3681         * src/procmsg.c
3682         * src/plugins/pgpcore/passphrase.c
3683                 Fix little memory leaks
3684         * src/main.c
3685                 Fix false-positive leak at exit
3686         * src/gtk/quicksearch.c
3687                 Fix potentially big leak in recursive
3688                 Quicksearch
3689
3690 2007-02-21 [wwp]        2.7.2cvs59
3691
3692         * src/summaryview.c
3693                 Add missing newline to a debug message.
3694
3695 2007-02-20 [colin]      2.7.2cvs58
3696
3697         * src/Makefile.am
3698         * src/mimeview.c
3699         * src/stock_pixmap.c
3700         * src/stock_pixmap.h
3701         * src/pixmaps/mime_pgpsig.xpm
3702                 Add icon for application/pgp-signature
3703
3704 2007-02-20 [colin]      2.7.2cvs57
3705
3706         * src/Makefile.am
3707         * src/main.c
3708         * src/mimeview.c
3709         * src/stock_pixmap.c
3710         * src/stock_pixmap.h
3711         * src/pixmaps/mime_calendar.xpm
3712         * src/pixmaps/mime_pdf.xpm
3713         * src/pixmaps/mime_ps.xpm
3714                 Add icons for text/calendar, application/pdf
3715                 and application/postscript
3716
3717 2007-02-20 [colin]      2.7.2cvs56
3718
3719         * autogen.sh
3720         * src/matcher_parser_parse.y
3721         * src/matcher_parser_lex.l
3722                 Fix big memory leak in flex, and
3723                 require flex 2.5.31
3724
3725 2007-02-20 [wwp]        2.7.2cvs55
3726
3727         * src/matcher_parser_parse.y
3728                 Fix a duplicate token definition (thanks to iwkse).
3729
3730 2007-02-20 [wwp]        2.7.2cvs54
3731
3732         * src/matcher_parser_lex.l
3733         * src/quote_fmt_lex.l
3734                 Use proper flex options instead of direct use of #define,
3735                 make the flex-generated C lighter.
3736
3737 2007-02-20 [colin]      2.7.2cvs53
3738
3739         * src/summaryview.c
3740                 Grab focus in message list after hiding
3741                 the quicksearch, instead of leaving it
3742                 "somewhere"
3743
3744 2007-02-19 [colin]      2.7.2cvs52
3745
3746         * src/folderview.c
3747                 Fix bug 1033, 'Automatically refresh 
3748                 message list when new messages arrives'
3749                 Looks like folderview->opened can sometimes
3750                 be wrong...
3751
3752 2007-02-19 [paul]       2.7.2cvs51
3753
3754         * tools/Makefile.am
3755         * tools/README
3756         * tools/thunderbird-filters-convertor.pl
3757                 add new script which converts thunderbird filter
3758                 rules to Claws filter rules
3759
3760 2007-02-18 [paul]       2.7.2cvs50
3761
3762         * src/plugins/pgpcore/prefs_gpg.c
3763         * src/plugins/pgpcore/prefs_gpg.h
3764         * src/plugins/pgpcore/sgpgme.c
3765         * src/plugins/pgpinline/pgpinline.c
3766         * src/plugins/pgpmime/pgpmime.c
3767                 improved GUI interoperability with gpg-agent
3768
3769 2007-02-18 [paul]       2.7.2cvs49
3770
3771         * src/prefs_account.c
3772                 Privacy options sensitivity fix
3773
3774 2007-02-17 [colin]      2.7.2cvs48
3775
3776         * src/messageview.c
3777                 Reset icon to warning in the noticeview
3778
3779 2007-02-15 [colin]      2.7.2cvs47
3780
3781         * src/folderview.c
3782                 Fix a manifestation of bug 1033 (summaryview failing
3783                 to update for new mails), which happens after editing
3784                 account preferences or preferences that cause a 
3785                 folderview reload.
3786
3787 2007-02-15 [colin]      2.7.2cvs46
3788
3789         * src/addressbook.c
3790                 Probably fix bug 1123, 'Segmentation 
3791                 fault while opening address book'. I get
3792                 g_warnings if the saved paned position is
3793                 not greater than 0. Also, save position
3794                 when hiding the addressbook instead of
3795                 via signal.
3796
3797 2007-02-14 [colin]      2.7.2cvs45
3798
3799         * src/plugins/pgpcore/prefs_gpg.c
3800         * src/plugins/pgpcore/prefs_gpg.h
3801         * src/plugins/pgpcore/sgpgme.c
3802         * src/plugins/pgpinline/pgpinline.c
3803         * src/plugins/pgpmime/pgpmime.c
3804                 Add an option "Use gpg-agent if available". Fixes
3805                 annoyances with distro-installed gpg-agent, when
3806                 no pinentry program is installed, and the user's 
3807                 at a loss on why "decryption failed". Makes more
3808                 clear why passphrase isn't saved when gpg-agent is
3809                 used. Defaults to true, to avoid changing the 
3810                 current behaviour.
3811
3812 2007-02-14 [wwp]        2.7.2cvs44
3813
3814         * src/matcher_parser_parse.y
3815                 Fix missing line number reset (wrong line number might appear
3816                 when re-loading filtering rules if there's a parser error).
3817
3818 2007-02-13 [colin]      2.7.2cvs43
3819
3820         * src/common/utils.c
3821                 Don't encode ',' in URIs before passing it
3822                 to the browser command-line. It was probably
3823                 done at a time where commas in URIs made
3824                 mozilla -remote 'openurl(%s,new-window)'
3825                 bug.
3826
3827 2007-02-13 [wwp]        2.7.2cvs42
3828
3829         * src/prefs_matcher.c
3830         * src/plugins/bogofilter/bogofilter_gtk.c
3831                 A bit of string factorization around "Select ..." buttons.
3832
3833 2007-02-11 [colin]      2.7.2cvs41
3834
3835         * src/alertpanel.c
3836                 Make sure to escape the title
3837
3838 2007-02-11 [colin]      2.7.2cvs40
3839
3840         * src/codeconv.c
3841                 Recognize .utf8 locales as .UTF-8 ones
3842
3843 2007-02-11 [colin]      2.7.2cvs39
3844
3845         * src/compose.c
3846                 Fix code conversion when dragging a file
3847
3848 2007-02-09 [colin]      2.7.2cvs38
3849
3850         * src/plugins/clamav/clamav_plugin.c
3851                 Complete Paul's patch with conditional
3852                 compilation to avoid breaking compilation
3853                 on old Dapper and Edgy... Maybe other
3854                 distros too.
3855
3856 2007-02-09 [paul]       2.7.2cvs37
3857
3858         * src/plugins/clamav/clamav_plugin.c
3859                 fix for the upstream changes in libclamav
3860
3861 2007-02-09 [paul]       2.7.2cvs36
3862
3863         * src/main.c
3864         * src/mainwindow.c
3865         * src/procmsg.c
3866         * src/procmsg.h
3867                 fix "warn if there are queued messages" (on exit)
3868                 option, which only checked the first mailbox's
3869                 queue
3870                 don't ask before emptying trash if there are no
3871                 messages in trash, also check and empty all trash
3872                 folders
3873         * src/prefs_other.c
3874                 move "Ask before emptying trash" option
3875                 outside of the "On exit" frame as it's
3876                 not only an "On exit" option
3877
3878 2007-02-09 [paul]       2.7.2cvs35
3879
3880         * src/addrgather.c
3881         * src/alertpanel.c
3882         * src/editldap.c
3883         * src/prefs_account.c
3884         * src/prefs_folder_item.c
3885         * src/prefs_gtk.h
3886         * src/prefs_matcher.c
3887         * src/prefs_message.c
3888         * src/prefs_msg_colors.c
3889         * src/prefs_summaries.c
3890         * src/wizard.c
3891         * src/gtk/inputdialog.c
3892         * src/plugins/bogofilter/bogofilter_gtk.c
3893                 pedantic commit: use 'checkbtn' everywhere
3894                 instead of a mixture of 'checkbtn' and 'chkbtn'
3895
3896 2007-02-09 [paul]       2.7.2cvs34
3897
3898         * src/compose.c
3899                 fix default hotkeys
3900         * src/prefs_other.c
3901         * src/prefs_send.c
3902                 move "Never send Return Receipts" from
3903                 prefs_other to prefs_send
3904                 add an option "Ask about account specific
3905                 filtering rules..." to prefs_other
3906         * src/gtk/gtkutils.c
3907                 fix a compiler warning
3908
3909 2007-02-08 [colin]      2.7.2cvs33
3910
3911         * src/plugins/pgpinline/pgpinline.c
3912                 Fix bug 1110, 'pgpmime fails to process 
3913                 encapsulated openpgp mime (rfc 3156, 6.1 
3914                 -> rfc1847)'
3915                 It was due to an interaction between PGP/Mime
3916                 and PGP/Inline plugin. 
3917
3918 2007-02-08 [colin]      2.7.2cvs32
3919
3920         * src/inc.c
3921         * src/mbox.c
3922         * src/mbox.h
3923                 Fix bug 1117, 'fcntl locking code 
3924                 does not work in mbox.c'
3925
3926 2007-02-08 [colin]      2.7.2cvs31
3927
3928         * src/prefs_account.c
3929                 Fix Gentoo bug 165819, 'can't create 
3930                 a "local mbox file" account'. Patch
3931                 by Olivier <castan.o@free.fr>
3932
3933 2007-02-07 [colin]      2.7.2cvs30
3934
3935         * src/ldapquery.c
3936                 Fix bug 1106, 'Claws crash on exit if LDAPS 
3937                 autocompletion was used'
3938
3939 2007-02-07 [paul]       2.7.2cvs29
3940
3941         * src/folder.c
3942                 cut down on unnecessary debug_prints
3943         * src/imap_gtk.c
3944                 fix menu_set_active() on 'Show only
3945                 subscribed folders'
3946
3947 2007-02-07 [paul]       2.7.2cvs28
3948
3949         * src/plugins/clamav/clamav_plugin.c
3950         * src/plugins/clamav/clamav_plugin.h
3951         * src/plugins/clamav/clamav_plugin_gtk.c
3952                 fix copyright header
3953
3954 2007-02-07 [paul]       2.7.2cvs27
3955
3956         * src/procheader.c
3957                 fix bug 1116, 'summary view allow a 
3958                 subject line break'
3959
3960 2007-02-06 [colin]      2.7.2cvs26
3961
3962         * src/summaryview.c
3963                 Fix delete thread
3964
3965 2007-02-05 [fabien]     2.7.2cvs25
3966
3967         * po/POTFILES.in
3968         * src/uri_opener.c
3969                 i18n related - 1 fix and 1 message for translators.
3970
3971 2007-02-05 [colin]      2.7.2cvs24
3972
3973         * src/gtk/quicksearch.c
3974                 Don't reload summary list if quicksearch wasn't
3975                 active on hiding; move currently selected mail in
3976                 the visible area when showing the quicksearch
3977
3978 2007-02-05 [colin]      2.7.2cvs23
3979
3980         * src/folderview.c
3981                 Add debug to try to solve bug 1104
3982
3983 2007-02-05 [paul]       2.7.2cvs22
3984
3985         * src/mainwindow.c
3986                 confirm before emptying trash on exit is
3987                 a Yes or No answer, use Yes or No in the
3988                 dialog
3989
3990 2007-02-04 [colin]      2.7.2cvs21
3991
3992         * src/compose.c
3993         * src/plugins/pgpcore/passphrase.c
3994         * src/plugins/pgpcore/select-keys.c
3995                 Set wmclass on new windows
3996
3997 2007-02-04 [colin]
3998
3999         2.8.0-rc1 released
4000
4001 2007-02-04 [colin]      2.7.2cvs20
4002
4003         * src/compose.c
4004         * src/compose.h
4005                 Auto save drafts on exit, reopen them
4006                 at startup, instead of asking
4007         * src/account.c
4008         * src/addressadd.c
4009         * src/addressbook.c
4010         * src/addressbook_foldersel.c
4011         * src/addrgather.c
4012         * src/crash.c
4013         * src/editaddress.c
4014         * src/editbook.c
4015         * src/editgroup.c
4016         * src/editjpilot.c
4017         * src/editldap.c
4018         * src/editldap_basedn.c
4019         * src/editvcard.c
4020         * src/exphtmldlg.c
4021         * src/expldifdlg.c
4022         * src/export.c
4023         * src/foldersel.c
4024         * src/gedit-print.c
4025         * src/import.c
4026         * src/importldif.c
4027         * src/importmutt.c
4028         * src/importpine.c
4029         * src/main.c
4030         * src/mainwindow.c
4031         * src/message_search.c
4032         * src/messageview.c
4033         * src/prefs_actions.c
4034         * src/prefs_customheader.c
4035         * src/prefs_display_header.c
4036         * src/prefs_filtering.c
4037         * src/prefs_filtering_action.c
4038         * src/prefs_folder_column.c
4039         * src/prefs_gtk.c
4040         * src/prefs_matcher.c
4041         * src/prefs_other.c
4042         * src/prefs_summaries.c
4043         * src/prefs_summary_column.c
4044         * src/prefs_template.c
4045         * src/sourcewindow.c
4046         * src/ssl_manager.c
4047         * src/summary_search.c
4048         * src/uri_opener.c
4049         * src/gtk/about.c
4050         * src/gtk/description_window.c
4051         * src/gtk/foldersort.c
4052         * src/gtk/gtkutils.c
4053         * src/gtk/gtkutils.h
4054         * src/gtk/icon_legend.c
4055         * src/gtk/logwindow.c
4056         * src/gtk/pluginwindow.c
4057         * src/gtk/prefswindow.c
4058                 Give different wmclass to different
4059                 windows - thanks to sed ;)
4060
4061 2007-02-04 [colin]      2.7.2cvs19
4062
4063         * src/main.c
4064                 Revert previous patch, can't reproduce
4065                 it anymore. 
4066
4067 2007-02-03 [colin]      2.7.2cvs18
4068
4069         * src/main.c
4070                 Don't save the mainwindow size and
4071                 position on emergency exit (libSM's
4072                 "die" callback), Xfce seems to make
4073                 the window smaller just before the
4074                 size's saved.
4075
4076 2007-02-03 [colin]      2.7.2cvs17
4077
4078         * src/plugins/bogofilter/bogofilter.c
4079         * src/plugins/bogofilter/bogofilter.h
4080         * src/plugins/bogofilter/bogofilter_gtk.c
4081         * src/plugins/pgpinline/pgpinline.c
4082         * src/plugins/pgpinline/pgpinline.h
4083                 Fix more copyrights
4084
4085 2007-02-03 [colin]      2.7.2cvs16
4086
4087         * src/partial_download.c
4088         * src/partial_download.h
4089         * src/ssl_manager.c
4090         * src/ssl_manager.h
4091         * src/uri_opener.c
4092         * src/uri_opener.h
4093         * src/wizard.c
4094         * src/wizard.h
4095         * src/common/ssl_certificate.c
4096         * src/common/ssl_certificate.h
4097         * src/gtk/quicksearch.c
4098         * src/gtk/quicksearch.h
4099         * src/gtk/sslcertwindow.c
4100         * src/gtk/sslcertwindow.h
4101                 Fix copyright on my files
4102
4103 2007-02-02 [colin]      2.7.2cvs15
4104
4105         * src/Makefile.am
4106         * src/mainwindow.c
4107         * src/messageview.c
4108         * src/messageview.h
4109         * src/textview.c
4110         * src/textview.h
4111         * src/uri_opener.c
4112         * src/uri_opener.h
4113                 Add Tools/List URIs to allow
4114                 opening any URI in the current mail
4115
4116 2007-02-02 [colin]      2.7.2cvs14
4117
4118         * src/common/valgrind.h ** NEW FILE **
4119         * src/common/Makefile.am
4120         * src/common/plugin.c
4121                 Don't dlclose the plugins if we're running
4122                 under valgrind. (doesn't require valgrind
4123                 either at compile time or run time).
4124
4125 2007-02-01 [paul]       2.7.2cvs13
4126
4127         * AUTHORS
4128         * src/gtk/authors.h
4129         * tools/freshmeat_search.pl
4130         * tools/google_search.pl
4131         * tools/multiwebsearch.pl
4132                 add support for non ISO-8859-1 compatible locales
4133                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4134
4135 2007-02-01 [colin]      2.7.2cvs12
4136
4137         * src/prefs_other.c
4138         * src/prefs_summaries.c
4139                 Move keybinding prefs to the Other page
4140
4141 2007-02-01 [wwp]        2.7.2cvs11
4142
4143         * src/plugins/trayicon/trayicon.c
4144                 Fix a raising issue within KDE.
4145
4146 2007-02-01 [colin]      2.7.2cvs10
4147
4148         * src/codeconv.c
4149                 Fix stray quotes in encoded strings
4150         * src/addressadd.c
4151                 Fix wrong call causing g_warnings
4152         * src/textview.c
4153                 Remove useless message
4154
4155 2007-01-31 [wwp]        2.7.2cvs9
4156
4157         * src/plugins/trayicon/trayicon.c
4158                 fix buggy hiding of main window when closing if close-to-tray
4159                 is not set (bad logics  in the trayicon hook code).
4160                 Changed the quit confirmation message too.
4161
4162 2007-01-30 [colin]      2.7.2cvs8
4163
4164         * src/main.c
4165                 Fix hidden mainwindow after clicking on
4166                 the X close button, if compose windows
4167                 exist and the user chooses not to quit
4168
4169 2007-01-30 [colin]      2.7.2cvs7
4170
4171         * src/main.c
4172         * src/compose.c
4173                 Handle local URIs to attach files (file:///...)
4174                 Fixes attaching files from Thunar for example
4175
4176 2007-01-30 [colin]      2.7.2cvs6
4177
4178         * src/prefs_ext_prog.c
4179                 Add 'mousepad' to the list of text editors.
4180                 Mousepad is XFCE's text editor
4181
4182 2007-01-29 [wwp]        2.7.2cvs5
4183
4184         * po/POTFILES.in
4185         * src/plugins/trayicon/trayicon_prefs.c
4186                 trayicon i18n fixes, thanks to Fabien.
4187
4188 2007-01-28 [wwp]        2.7.2cvs4
4189
4190         * src/mainwindow.c
4191         * src/mainwindow.h
4192         * src/plugins/trayicon/trayicon.c
4193         * src/plugins/trayicon/trayicon_prefs.c
4194         * src/plugins/trayicon/trayicon_prefs.h
4195                 Added a new TrayIcon plugin option to close to tray
4196                 (WM's hotkey and [X] button will hide the window instead
4197                 of closing it - closing CM can be done using the tray icon
4198                 menu or the File menu).
4199                 Improved visibility handling in trayicon, clicking the
4200                 trayicon now raise the window to current desktop when it
4201                 was either minimized/shaded/on another desktop.
4202                 Thanks to Paul for testing and fixing a strange behaviour
4203                 in KDE ;-).
4204
4205 2007-01-27 [paul]       2.7.2cvs3
4206
4207         * src/prefs_folder_item.c
4208         * src/prefs_receive.c
4209         * src/plugins/pgpcore/prefs_gpg.c
4210                 use 'start-up' instead of 'startup' in labels
4211
4212 2007-01-26 [wwp]        2.7.2cvs2
4213
4214         * src/plugins/trayicon/Makefile.am
4215         * src/plugins/trayicon/trayicon.c
4216         * src/plugins/trayicon/trayicon_prefs.c
4217         * src/plugins/trayicon/trayicon_prefs.h
4218                 Add a new TrayIcon option to hide the main window at
4219                 start-up.
4220                 Fix trayicon.c copyright header.
4221
4222 2007-01-26 [paul]       2.7.2cvs1
4223
4224         * NEWS
4225         * README
4226         * RELEASE_NOTES
4227         * configure.ac
4228                 bump up version number following
4229                 stable release
4230
4231 2007-01-25 [mones]      2.7.1cvs60
4232
4233         * po/es.po
4234                 updated thousands of strings (well, probably less ;-)
4235
4236 2007-01-25 [colin]      2.7.1cvs59
4237
4238         * src/matcher.c
4239                 Fix 2nd-run loss of matcherrc on new
4240                 configurations. 
4241
4242 2007-01-25 [wwp]        2.7.1cvs58
4243
4244         * src/mimeview.c
4245                 fix handling of empty value in attach_save_directory too, thanks
4246                 to Colin.
4247
4248 2007-01-25 [wwp]        2.7.1cvs57
4249
4250         * src/gtk/filesel.c
4251                 fix handling of empty value in attach_load_directory,
4252                 thanks to Colin.
4253
4254 2007-01-25 [wwp]        2.7.1cvs56
4255
4256         * src/plugins/dillo_viewer/dillo_prefs.h
4257                 fix a typo.
4258
4259 2007-01-25 [colin]      2.7.1cvs55
4260
4261         * src/matcher.c
4262         * src/matcher.h
4263         * src/matcher_parser_parse.y
4264         * src/prefs_matcher.c
4265                 Add matching on the spam flag
4266
4267 2007-01-24 [colin]      2.7.1cvs54
4268
4269         * src/folder.c
4270         * src/common/xml.c
4271         * src/common/xml.h
4272                 Make sure folderlist.xml is correctly
4273                 written before overwriting it.
4274         * src/procmsg.c
4275         * src/procmsg.h
4276         * src/summaryview.c
4277         * src/plugins/bogofilter/bogofilter.c
4278         * src/plugins/bogofilter/bogofilter.h
4279         * src/plugins/bogofilter/bogofilter_gtk.c
4280         * src/plugins/spamassassin/spamassassin.c
4281         * src/plugins/spamassassin/spamassassin.h
4282         * src/plugins/spamassassin/spamassassin_gtk.c
4283                 Move spam to the correct trash folder after
4284                 learning, if spam directory isn't set.
4285
4286 2007-01-23 [paul]       2.7.1cvs53
4287
4288         * src/plugins/bogofilter/bogofilter_gtk.c
4289                 fix sensitivity of "Insert X-Bogosity header"
4290                 option
4291
4292 2007-01-23 [colin]      2.7.1cvs52
4293
4294         * src/toolbar.c
4295                 Translate toolbar items text if
4296                 they're translatable (default)
4297         * src/addrcache.c
4298         * src/addrcache.h
4299         * src/addritem.c
4300         * src/addritem.h
4301         * src/codeconv.c
4302         * src/codeconv.h
4303         * src/jpilot.c
4304         * src/jpilot.h
4305         * src/ldapctrl.c
4306         * src/ldapctrl.h
4307         * src/ldapquery.h
4308         * src/ldif.c
4309         * src/ldif.h
4310         * src/etpan/etpan-thread-manager.c
4311         * src/etpan/etpan-thread-manager.h
4312         * src/gtk/gtkutils.c
4313         * src/gtk/gtkutils.h
4314                 More static functions
4315
4316 2007-01-22 [fabien]     2.7.1cvs51
4317
4318         * src/gtk/gtkutils.c
4319                 gtkut_get_options_frame() : ability to pass
4320                 a 'NULL' value in frame pointer parameter if
4321                 we don't need it.
4322
4323 2007-01-22 [colin]      2.7.1cvs50
4324
4325         * src/procmsg.c
4326         * src/procmsg.h
4327         * src/plugins/bogofilter/bogofilter.c
4328         * src/plugins/bogofilter/bogofilter_gtk.c
4329         * src/plugins/spamassassin/spamassassin.c
4330         * src/plugins/spamassassin/spamassassin_gtk.c
4331                 Allow moving spams to the account's trash
4332                 instead of default one
4333
4334 2007-01-21 [colin]      2.7.1cvs49
4335
4336         * src/ldapquery.c
4337         * src/ldapquery.h
4338                 Revert a static function that shouldn't
4339                 have been
4340
4341 2007-01-21 [colin]      2.7.1cvs48
4342
4343         * src/ldapquery.c
4344         * src/ldapquery.h
4345                 Same
4346
4347 2007-01-21 [colin]      2.7.1cvs47
4348
4349         * src/procmsg.c
4350         * src/procmsg.h
4351                 Same
4352
4353 2007-01-21 [colin]      2.7.1cvs46
4354
4355         * src/common/socket.c
4356         * src/common/socket.h
4357                 Same
4358
4359 2007-01-21 [colin]      2.7.1cvs45
4360
4361         * src/crash.c
4362         * src/exporthtml.c
4363         * src/exporthtml.h
4364         * src/exportldif.c
4365         * src/exportldif.h
4366         * src/folder.c
4367         * src/folder.h
4368         * src/folder_item_prefs.c
4369         * src/folder_item_prefs.h
4370         * src/folderview.c
4371         * src/folderview.h
4372         * src/gedit-print.c
4373         * src/gedit-print.h
4374         * src/main.c
4375         * src/main.h
4376         * src/common/socket.c
4377         * src/common/socket.h
4378         * src/gtk/gtkaspell.c
4379         * src/gtk/gtkaspell.h
4380         * src/gtk/quicksearch.c
4381         * src/gtk/quicksearch.h
4382                 Same
4383
4384 2007-01-21 [colin]      2.7.1cvs44
4385
4386         * src/common/utils.c
4387         * src/common/utils.h
4388         * src/etpan/etpan-thread-manager.c
4389         * src/etpan/etpan-thread-manager.h
4390                 Same (Funny that etpan_thread_unbind
4391                 is called but not etpan_thread_bind)
4392
4393 2007-01-21 [colin]      2.7.1cvs43
4394
4395         * src/addrselect.c
4396         * src/addrselect.h
4397         * src/codeconv.c
4398         * src/codeconv.h
4399         * src/compose.c
4400         * src/compose.h
4401         * src/etpan/Makefile.am
4402         * src/gtk/colorlabel.c
4403         * src/gtk/colorlabel.h
4404         * src/gtk/sslcertwindow.c
4405         * src/gtk/sslcertwindow.h
4406         * src/etpan/etpan-log.c ** REMOVED **
4407         * src/etpan/etpan-log.h ** REMOVED **
4408                 Same
4409
4410 2007-01-20 [colin]      2.7.1cvs42
4411
4412         * src/addritem.c
4413         * src/addritem.h
4414                 Same
4415
4416 2007-01-20 [colin]      2.7.1cvs41
4417
4418         * src/account.c
4419         * src/account.h
4420         * src/addrbook.c
4421         * src/addrbook.h
4422         * src/addrcache.c
4423         * src/addrcache.h
4424         * src/addrclip.c
4425         * src/addrclip.h
4426         * src/addressbook.c
4427         * src/addressbook.h
4428         * src/addrharvest.c
4429         * src/addrharvest.h
4430         * src/addrindex.c
4431         * src/addrindex.h
4432         * src/editaddress.c
4433         * src/editaddress.h
4434                 Make functions that aren't used in other
4435                 files static
4436
4437 2007-01-20 [colin]      2.7.1cvs40
4438
4439         * src/account.c
4440         * src/addrbook.c
4441         * src/addrcache.c
4442         * src/addressbook.c
4443         * src/addrgather.c
4444         * src/addrindex.c
4445         * src/addrquery.c
4446         * src/addrselect.c
4447         * src/browseldap.c
4448         * src/compose.c
4449         * src/editbook.c
4450         * src/editjpilot.c
4451         * src/editldap.c
4452         * src/editldap_basedn.c
4453         * src/editvcard.c
4454         * src/exporthtml.c
4455         * src/exportldif.c
4456         * src/folder.c
4457         * src/folderview.c
4458         * src/image_viewer.c
4459         * src/imap.c
4460         * src/importmutt.c
4461         * src/importpine.c
4462         * src/jpilot.c
4463         * src/ldapquery.c
4464         * src/main.c
4465         * src/mainwindow.c
4466         * src/matcher.c
4467         * src/messageview.c
4468         * src/mh.c
4469         * src/mimeview.c
4470         * src/msgcache.c
4471         * src/mutt.c
4472         * src/news.c
4473         * src/pine.c
4474         * src/prefs_account.c
4475         * src/prefs_common.c
4476         * src/prefs_compose_writing.c
4477         * src/prefs_ext_prog.c
4478         * src/prefs_folder_item.c
4479         * src/prefs_fonts.c
4480         * src/prefs_message.c
4481         * src/prefs_msg_colors.c
4482         * src/prefs_other.c
4483         * src/prefs_quote.c
4484         * src/prefs_receive.c
4485         * src/prefs_send.c
4486         * src/prefs_spelling.c
4487         * src/prefs_summaries.c
4488         * src/prefs_toolbar.c
4489         * src/prefs_wrapping.c
4490         * src/privacy.c
4491         * src/procmime.c
4492         * src/procmsg.c
4493         * src/ssl_manager.c
4494         * src/statusbar.c
4495         * src/summaryview.c
4496         * src/toolbar.c
4497         * src/vcard.c
4498         * src/common/hooks.c
4499         * src/common/log.c
4500         * src/common/passcrypt.c
4501         * src/common/socket.c
4502         * src/common/ssl.c
4503         * src/common/ssl_certificate.c
4504         * src/common/template.c
4505         * src/common/utils.c
4506         * src/etpan/imap-thread.c
4507         * src/gtk/sslcertwindow.c
4508         * src/gtk/sslcertwindow.h
4509                 Make functions that could be static, static
4510
4511 2007-01-20 [colin]      2.7.1cvs39
4512
4513         * src/editldap.c
4514                 Fix tooltip
4515
4516 2007-01-20 [colin]      2.7.1cvs38
4517
4518         * src/ldapquery.c
4519         * src/ldaputil.c
4520         * src/ldaputil.h
4521                 Fix bug 1102, 'claws-mail-2.7.1 
4522                 makes use of deprecated ldap 
4523                 functions'
4524
4525 2007-01-20 [colin]      2.7.1cvs37
4526
4527         * src/mainwindow.c
4528         * src/mainwindow.h
4529         * src/summaryview.c
4530         * src/gtk/quicksearch.c
4531                 Add Wide message list layout
4532
4533 2007-01-19 [fabien]     2.7.1cvs36
4534
4535         * src/textview.c
4536                 make sure a font change is considered in links of
4537                 headerview.
4538
4539 2007-01-19 [colin]      2.7.1cvs35
4540
4541         * src/main.c
4542         * src/mainwindow.c
4543         * src/mainwindow.h
4544         * src/messageview.c
4545         * src/messageview.h
4546         * src/prefs_common.c
4547         * src/prefs_common.h
4548         * src/summaryview.c
4549         * src/summaryview.h
4550         * src/gtk/quicksearch.c
4551         * src/gtk/quicksearch.h
4552                 Drop 'Separate Folder tree' and 'Separate
4553                 Message View'. Put three layouts in place
4554                 of it.
4555
4556 2007-01-19 [paul]       2.7.1cvs34
4557
4558         * src/prefs_msg_colors.c
4559                 more use of Q_ for translators
4560
4561 2007-01-19 [paul]       2.7.1cvs33
4562
4563         * src/imap_gtk.c
4564         * src/prefs_account.c
4565                 a few changes to the English
4566
4567 2007-01-19 [fabien]     2.7.1cvs32
4568
4569         * src/wizard.c
4570                 factorize translatable string
4571
4572 2007-01-18 [colin]      2.7.1cvs31
4573
4574         * src/main.c
4575                 Don't error out on --sync option. Although
4576                 we don't do anything with it, gtk+ handles
4577                 it, and it's useful for debugging X errors
4578
4579 2007-01-18 [fabien]     2.7.1cvs30
4580
4581         * src/prefs_other.c
4582                 ability to apply on the fly the recent added
4583                 'gtk_can_change_accels' pref (no need to restart).
4584
4585 2007-01-18 [fabien]     2.7.1cvs29
4586
4587         * src/plugins/bogofilter/bogofilter_gtk.c
4588         * src/plugins/bogofilter/bogofilter.c
4589         * src/plugins/spamassassin/spamassassin_gtk.c
4590         * src/addr_compl.c
4591         * src/prefs_account.c
4592                 factorize or rewrite some translatable strings.
4593
4594 2007-01-18 [fabien]     2.7.1cvs28
4595
4596         * src/prefs_gtk.h
4597         * src/compose.c
4598                 set a 4pix space between "Subject:" label and subject entry in
4599                 compose window.
4600
4601 2007-01-18 [wwp]        2.7.1cvs27
4602
4603         * src/addressbook.c
4604                 fix conflicting address-copy/paste when focus is set
4605                 to the embedded edit-person form.
4606  
4607
4608 2007-01-18 [wwp]        2.7.1cvs26
4609
4610         * src/addressbook.h
4611                 complete 2.7.1cvs23 (one more file was missing from that
4612                 commit).
4613
4614 2007-01-18 [colin]      2.7.1cvs25
4615
4616         * src/main.c
4617                 Provide a way to migrate without backup
4618                 Re-ask for migration on next start if 
4619                 it has been refused and wizard has been 
4620                 cancelled after.
4621
4622 2007-01-18 [wwp]        2.7.1cvs24
4623
4624         * src/editaddress.c
4625                 complete 2.7.1.cvs23 (file was missing from previous
4626                 commit).
4627
4628 2007-01-18 [wwp]        2.7.1cvs23
4629
4630         * src/addressbook.c
4631                 fix potential crashes in address book's focus_in/out signal handlers,
4632                 force focus to the edit-person form when clicked the Edit menu entry or
4633                 button (this only matters if the edit-person form is embedded to the
4634                 AB window, in that case, focus is not set when browsing the contacts
4635                 list w/ keys or mouse clicks).
4636
4637 2007-01-18 [paul]       2.7.1cvs22
4638
4639         * src/main.c
4640                 add command line options:
4641                 -h for --help
4642                 -q and --quit for --exit
4643                 -v for --version
4644                 print "Unknown option" for unknown options
4645
4646 2007-01-18 [paul]       2.7.1cvs21
4647
4648         * po/ru.po
4649                 updated by Pavlo Bohmat
4650
4651 2007-01-18 [paul]       2.7.1cvs20
4652
4653         * src/mainwindow.c
4654                 fix sensitivity issues of Mark as Spam/Ham
4655
4656 2007-01-17 [fabien]     2.7.1cvs19
4657
4658         * src/prefs_other.c
4659         * src/prefs_common.c
4660         * src/prefs_common.h
4661         * src/main.c
4662                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4663                 control the corresponding gtk property. It could be used to lock
4664                 all shortcuts (avoid to set one of them by inadvertency).
4665
4666 2007-01-17 [colin]      2.7.1cvs18
4667
4668         * src/summaryview.c
4669                 Fix bug 1100, 'Highlighted e-mail data not visible 
4670                 when color label applied.'. Use a weighted average
4671                 between normal selected foreground color and color
4672                 label instead of a simple one (3/1 instead 1/1).
4673
4674 2007-01-17 [colin]      2.7.1cvs17
4675
4676         * src/messageview.c
4677                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4678                 crash' - don't prevent mail switching while loading
4679
4680 2007-01-17 [colin]      2.7.1cvs16
4681
4682         * src/folder.c
4683         * src/folder.h
4684         * src/folderview.c
4685         * src/folderview.h
4686         * src/imap.c
4687         * src/imap.h
4688         * src/imap_gtk.c
4689                 Manage recursive search of unsubscribed folders
4690                 Rescan tree without checking for new messages 
4691                 after subscriptions changed
4692
4693 2007-01-17 [paul]       2.7.1cvs15
4694
4695         * src/prefs_common.c
4696         * src/gtk/pluginwindow.c
4697                 fix bug 1101, '"Load plugin" button is
4698                 accidentally hidden'
4699                 unset (-1) initial width in prefs_common,
4700                 fix overlapping buttons,
4701                 and other cleanups
4702
4703 2007-01-17 [paul]       2.7.1cvs14
4704
4705         * src/procmime.c
4706                 add #include <errno.h>, it's needed
4707                 on some systems
4708
4709 2007-01-17 [paul]       2.7.1cvs13
4710
4711         * src/common/defs.h
4712         * tools/make.themes.project
4713                 rename .sylpheed_themeinfo to .claws_themeinfo
4714                 and use it
4715         * src/etpan/etpan-errors.h
4716         * src/etpan/etpan-log.c
4717         * src/etpan/etpan-log.h
4718         * src/etpan/etpan-thread-manager-types.h
4719         * src/etpan/etpan-thread-manager.c
4720         * src/etpan/etpan-thread-manager.h
4721         * src/etpan/imap-thread.c
4722         * src/etpan/imap-thread.h
4723                 add copyright header
4724
4725 2007-01-17 [colin]      2.7.1cvs12
4726
4727         * src/plugins/pgpcore/select-keys.c
4728         * src/gtk/pluginwindow.c
4729         * src/prefs_account.c
4730                 Fix warnings
4731
4732 2007-01-16 [colin]      2.7.1cvs11
4733
4734         * src/imap.c
4735         * src/imap.h
4736         * src/imap_gtk.c
4737                 Manage subscribing to subfolders when only
4738                 subscribed folders are shown.
4739
4740 2007-01-16 [colin]      2.7.1cvs10
4741
4742         * src/folderview.c
4743                 Fix annoying vscrollbar going back to top
4744                 on Check for new folders
4745
4746 2007-01-16 [colin]      2.7.1cvs9
4747
4748         * src/imap.c
4749                 Remove printf
4750
4751 2007-01-16 [colin]      2.7.1cvs8
4752
4753         * src/filtering.c
4754                 Bigger buffer for errors
4755         * src/imap.c
4756         * src/imap.h
4757         * src/imap_gtk.c
4758         * src/prefs_account.c
4759         * src/prefs_account.h
4760         * src/wizard.c
4761         * src/etpan/imap-thread.c
4762         * src/etpan/imap-thread.h
4763         * manual/handling.xml
4764                 Add subscriptions management. What it changes:
4765                 Creating a folder subscribes to it
4766                 Deleting a folder unsubscribes it
4767                 New contextual menu item allowing to switch between
4768                 All folders and Subscribed folders, subscribe, and
4769                 unsubscribe. "Creating" an existing but unsubscribed
4770                 folder will subscribe it.
4771                 By default for new accounts, only subscribed folders 
4772                 are shown.
4773
4774
4775 2007-01-16 [paul]       2.7.1cvs7
4776
4777         * src/summaryview.c
4778                 Allow folder classes to specify only sort_key or
4779                 sort_type instead of both or none.
4780
4781 2007-01-16 [paul]       2.7.1cvs6
4782
4783         * src/action.c
4784         * src/compose.c
4785         * src/mimeview.c
4786         * src/procmime.c
4787         * src/textview.c
4788                 Save and use errno for procmime_get_part
4789
4790 2007-01-16 [colin]      2.7.1cvs5
4791
4792         * src/imap.c
4793                 Never remove INBOX when scanning for
4794                 new folders. It's a special folder
4795                 that has to exist.
4796
4797 2007-01-15 [colin]      2.7.1cvs4
4798
4799         * src/imap.c
4800                 Fix 'Check for new folders' when IMAP subdirectory
4801                 is set
4802         * src/etpan/imap-thread.c
4803                 Fix build
4804
4805 2007-01-15 [colin]      2.7.1cvs3
4806
4807         * src/etpan/imap-thread.c
4808                 Fix invalid free on command-connection
4809                 error
4810
4811 2007-01-15 [wwp]        2.7.1cvs2
4812
4813         * src/matcher_parser_lex.l
4814         * src/quote_fmt_lex.l
4815         * src/matcher_parser_parse.y
4816                 fix copyright header in lexers and parsers.
4817
4818 2007-01-15 [paul]       2.7.1cvs1
4819
4820         * NEWS
4821         * README
4822         * RELEASE_NOTES
4823         * configure.ac
4824                 bump up version number following
4825                 stable release
4826
4827 2007-01-15 [paul]       2.7.0cvs31
4828
4829         * AUTHORS
4830         * src/gtk/authors.h
4831                 add Fabien to the Team list
4832                 add the recent contributors
4833                 make a few corrections
4834
4835 2007-01-15 [paul]       2.7.0cvs30
4836
4837         * src/mainwindow.c
4838                 fix compiler warning
4839         * src/plugins/pgpcore/prefs_gpg.c
4840         * src/plugins/pgpcore/prefs_gpg.h
4841                 add missing include
4842                 fix copyright header
4843
4844 2007-01-14 [colin]      2.7.0cvs29
4845
4846         * src/gtk/filesel.c
4847                 Use the 'gtk+' backend. Avoids gnome-vfs use,
4848                 two benefits: faster to open, will fix strange
4849                 dbus-related crash. Thanks to Pascal Terjan.
4850
4851 2007-01-14 [colin]      2.7.0cvs28
4852
4853         * src/etpan/imap-thread.c
4854                 Delete the old imap just after allocating
4855                 the new one. Makes sure we don't get the
4856                 same pointer by sheer luck, which feels
4857                 strange in the debug log.
4858
4859 2007-01-14 [colin]      2.7.0cvs27
4860
4861         * src/gtk/inputdialog.c
4862                 Make sure we don't print passwords in
4863                 clear text when in debug mode
4864
4865 2007-01-14 [colin]      2.7.0cvs26
4866
4867         * src/gtk/gtksctree.c
4868                 Fix bug 1098, 'bogus last row display 
4869                 after expanding a thread'. Patch by
4870                 Jindrich Makovicka <makovick@gmail.com>
4871
4872 2007-01-14 [colin]      2.7.0cvs25
4873
4874         * src/etpan/imap-thread.c
4875                 Close socket manually before
4876                 freeing the imap struct
4877
4878 2007-01-14 [colin]      2.7.0cvs24
4879
4880         * src/etpan/imap-thread.c
4881                 Maybe fix new reconnection issues
4882
4883 2007-01-13 [colin]      2.7.0cvs23
4884
4885         * src/summaryview.c
4886                 Freeze/thaw on thread selection
4887
4888 2007-01-13 [paul]       2.7.0cvs22
4889
4890         * src/mainwindow.c
4891         * src/summaryview.c
4892         * src/summaryview.h
4893                 add 'Edit/Delete thread'
4894
4895 2007-01-13 [colin]      2.7.0cvs21
4896
4897         * src/prefs_account.c
4898         * src/prefs_compose_writing.c
4899         * src/prefs_message.c
4900         * src/prefs_msg_colors.c
4901         * src/prefs_other.c
4902         * src/prefs_receive.c
4903         * src/prefs_spelling.c
4904         * src/prefs_summaries.c
4905         * src/prefs_themes.c
4906         * src/gtk/gtkutils.c
4907         * src/gtk/gtkutils.h
4908         * src/plugins/pgpcore/prefs_gpg.c
4909         * src/plugins/spamassassin/spamassassin_gtk.c
4910                 Factorize gtk frame creation
4911                 Patch by Pawel
4912
4913 2007-01-13 [colin]      2.7.0cvs20
4914
4915         * src/message_search.c
4916         * src/summary_search.c
4917                 Fix Enter in search windows
4918         * src/messageview.c
4919                 Fix body search starting at the
4920                 end of the mail (and asking for loop)
4921
4922 2007-01-13 [colin]      2.7.0cvs19
4923
4924         * src/etpan/imap-thread.c
4925                 Make sure we don't free the same imap
4926                 twice
4927
4928 2007-01-13 [colin]      2.7.0cvs18
4929
4930         * commitHelper
4931                 Allow multiple commitHelpers to
4932                 run at once
4933
4934 2007-01-12 [colin]      2.7.0cvs17
4935
4936         * src/etpan/imap-thread.c
4937                 Make sure we get rid of the previous mailimap
4938                 when connecting - just in case disconnect was
4939                 unclean
4940
4941 2007-01-12 [paul]       2.7.0cvs16
4942
4943         * src/compose.c
4944                 Strip S/MIME signatures when re-editing
4945                 S/MIME signed messages.
4946
4947 2007-01-12 [paul]       2.7.0cvs15
4948
4949         * configure.ac
4950         * src/addressbook.c
4951         * src/foldersel.c
4952         * src/folderview.c
4953         * src/main.c
4954                 no need to define CLAWS anymore, remove
4955                 all that stuff
4956
4957 2007-01-12 [paul]       2.7.0cvs14
4958
4959         * src/mimeview.c
4960                 check if the mail's signed as
4961                 it can change the mail structure
4962                 Thanks to Colin
4963
4964 2007-01-12 [paul]       2.7.0cvs13
4965
4966         * src/procmime.c
4967                 fix Forwarding msgs with attachments
4968                 that have dos line endings
4969                 Thanks to Colin
4970
4971 2007-01-12 [wwp]        2.7.0cvs12
4972
4973         * configure.ac
4974                 Revert accidentally committed extra version tag.
4975
4976 2007-01-12 [wwp]        2.7.0cvs11
4977
4978         * src/prefs_account.c
4979                 Fix compilation w/o aspell (completes 2.7.0cvs7).
4980
4981 2007-01-11 [colin]      2.7.0cvs10
4982
4983         * src/imap.c
4984                 move g_warning to debug_print
4985                 it scares people for no reason
4986
4987 2007-01-11 [colin]      2.7.0cvs9
4988
4989         * po/POTFILES.in
4990                 Fix files to translate. Patch by
4991                 Fabien
4992
4993 2007-01-11 [paul]       2.7.0cvs8
4994
4995         * src/imap.c
4996                 Fix recursion when server lists the
4997                 current subfolder in the response
4998         * src/mimeview.c
4999                 Fix updating of icon_list/ctree
5000         * src/plugins/pgpcore/select-keys.c
5001                 Fix a few annoyances when choosing
5002                 keys for the CMS (S/MIME) protocol
5003
5004 2007-01-11 [wwp]        2.7.0cvs7
5005
5006         * src/compose.c
5007         * src/prefs_account.c
5008         * src/prefs_account.h
5009                 Add per-account spellcheck default dictionaries settings.
5010
5011 2007-01-10 [colin]      2.7.0cvs6
5012
5013         * src/prefs_folder_item.c
5014                 Factorize strings - patch by Fabien
5015
5016 2007-01-10 [colin]      2.7.0cvs5
5017
5018         * src/mainwindow.c
5019                 Fix bug 1095, 'Crash while changing folder 
5020                 columns during incorporation'
5021
5022 2007-01-09 [colin]      2.7.0cvs4
5023
5024         * src/gtk/pluginwindow.c
5025                 Set the plugin window transient. Seems
5026                 like some window managers hide it in
5027                 the background after "load plugin"...
5028
5029 2007-01-09 [colin]      2.7.0cvs3
5030
5031         * src/gtk/filesel.c
5032                 Use the same type for alloc and free
5033
5034 2007-01-08 [paul]       2.7.0cvs2
5035
5036         * po/nl.po
5037                 updated by Tim Dijkstra
5038
5039 2007-01-08 [paul]       2.7.0cvs1
5040
5041         * src/prefs_themes.c
5042         * src/common/utils.c
5043                 Fix resource leaks
5044
5045 2007-01-08 [paul]       2.7.0
5046
5047         * NEWS
5048         * README
5049         * RELEASE_NOTES
5050                 2.7.0 released
5051
5052 2007-01-08 [paul]       2.6.1cvs119
5053
5054         * doc/man/claws-mail.1
5055                 another correction
5056
5057 2007-01-08 [paul]       2.6.1cvs118
5058
5059         * doc/man/claws-mail.1
5060                 corrections
5061         * manual/advanced.xml
5062                 improved English usage
5063
5064 2007-01-08 [paul]       2.6.1cvs117
5065
5066         * po/ca.po
5067         * po/de.po
5068         * po/en_GB.po
5069         * po/fi.po
5070         * po/it.po
5071         * po/pt_BR.po
5072         * po/sk.po
5073         * po/sr.po
5074         * po/zh_CN.po
5075                 updated by Miquel Oliete, Stephan Sachse, me,
5076                 Tommi Pirinen, Andrea Spadaccini, Frederico
5077                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5078                 Urosevic, and Ralgh Young
5079
5080 2007-01-07 [mones]      2.6.1cvs116
5081
5082         * manual/es/advanced.xml
5083         * po/es.po
5084                 Synced manual (unhide mark_as_read_delay)
5085                 and updated translation for release
5086
5087 2007-01-07 [paul]       2.6.1cvs115
5088
5089         * src/prefs_matcher.c
5090                 make the hbox content fit better under
5091                 various languages
5092
5093 2007-01-07 [colin]      2.6.1cvs114
5094
5095         * src/messageview.c
5096                 Fix bug 1088, 'Ctrl-h produces repeatable
5097                 crash'
5098
5099 2007-01-06 [colin]      2.6.1cvs113
5100
5101         * src/etpan/imap-thread.c
5102                 Add casts to int to get certs. Fixes
5103                 bug 1064, 'crash @ etpan_certificate_check() 
5104                 when opening an IMAP folder', with latest
5105                 libetpan CVS or >= 0.49
5106         * src/mainwindow.c
5107         * src/mainwindow.h
5108         * src/imap_gtk.c
5109         * src/news_gtk.c
5110         * src/prefs_folder_item.c
5111                 Grey out the "synchronise" menu items if
5112                 there's nothing to synchronise.
5113         * src/plugins/pgpcore/sgpgme.c
5114                 Make an error clearer than "Unknown error"
5115
5116 2007-01-06 [colin]      2.6.1cvs112
5117
5118         * src/messageview.c
5119                 Don't try to show a message if updating
5120                 Maybe fixes bug 1088, 'ctrl-h produces
5121                 repeatable crash'.
5122
5123 2007-01-06 [colin]      2.6.1cvs111
5124
5125         * src/summaryview.c
5126                 Disable Control-Space (handle it as Space).
5127
5128 2007-01-05 [paul]       2.6.1cvs110
5129
5130         * src/imap.c
5131                 Fix bug 934, 'sylpheed claws 2.1 
5132                 doesn't show Exchanges Public Folders'
5133                 Thanks to Hoa and Colin
5134         * src/msgcache.c
5135                 Refuse to allocate more than 2 MB for a 
5136                 single field, it's a good indication of
5137                 cache corruption.
5138
5139 2007-01-05 [colin]      2.6.1cvs109
5140
5141         * src/mainwindow.c
5142                 Allow --select'ing emails by Message-ID too
5143
5144 2007-01-05 [colin]      2.6.1cvs108
5145
5146         * src/common/quoted-printable.c
5147                 Uh! Third fix :)
5148
5149 2007-01-05 [colin]      2.6.1cvs107
5150
5151         * src/common/quoted-printable.c
5152                 Fix previous commit about bug 1089
5153                 Thanks to Ralf
5154
5155 2007-01-05 [colin]      2.6.1cvs106
5156
5157         * src/common/quoted-printable.c
5158                 Fix my previous commit on bug 1089
5159                 - Thanks to Ralf :)
5160
5161 2007-01-04 [colin]      2.6.1cvs105
5162
5163         * src/common/quoted-printable.c
5164                 Fix bug 1089, 'NUL characters in Subject 
5165                 line are misinterpreted'. Not a pain to
5166                 fix in fact.
5167
5168 2007-01-04 [colin]      
5169
5170         2.7.0-rc3 released
5171
5172 2007-01-04 [wwp]        2.6.1cvs104
5173
5174         * src/image_viewer.c
5175                 Force operator precedence (fix a compiler warning).
5176
5177 2007-01-04 [colin]      2.6.1cvs103
5178
5179         * src/image_viewer.c
5180                 Be cautious there too (same fix as the one
5181                 in textview from cvs33)
5182         * src/messageview.c
5183                 Don't use any MimeViewer plugin when showing
5184                 all headers
5185
5186 2007-01-03 [wwp]        2.6.1cvs102
5187
5188         * src/html.c
5189         * src/html.h
5190                 fixed "cent" sign (use the existing ASCII one),
5191                 decode more HTML entities,
5192                 converted table ASCII entries to UTF-8,
5193                 moved a switch() into a hashtable.
5194
5195 2007-01-03 [paul]       2.6.1cvs101
5196
5197         * src/compose.c
5198         * src/messageview.c
5199         * src/procmsg.c
5200         * src/procmsg.h
5201                 When possible, use move_msg instead of
5202                 copy_msg + remove_msg to move sent mail
5203                 from Queue to Sent. 
5204
5205 2007-01-03 [paul]       2.6.1cvs100
5206
5207         * src/html.c
5208                 add more html entity recognition:
5209                 pounds, euros, and cents
5210
5211 2007-01-03 [colin]      2.6.1cvs99
5212
5213         * src/imap_gtk.c
5214                 Don't display an error on NOSELECT
5215                 folders when synchronising
5216
5217 2007-01-03 [paul]       2.6.1cvs98
5218
5219         * tools/maildir2claws-mail.pl
5220                 only substitute 'sent-mail' if it's
5221                 the full directory name
5222
5223 2007-01-03 [paul]       2.6.1cvs97
5224
5225         * ChangeLog
5226         * ChangeLog.pre2.0.0
5227         * Makefile.am
5228                 archive a chunk of ChangeLog in
5229                 ChangeLog.pre2.0.0
5230         * ChangeLog.gtk1
5231         * doc/src/ChangeLog.claws-pre0.8.0
5232                 remove ChangeLog.claws-pre0.8.0, adding
5233                 its contents to ChangeLog.gtk1
5234
5235 2007-01-03 [paul]       2.6.1cvs96
5236
5237         * src/account.c
5238         * src/account.h
5239         * src/action.c
5240         * src/action.h
5241         * src/adbookbase.h
5242         * src/addr_compl.c
5243         * src/addr_compl.h
5244         * src/addrbook.c
5245         * src/addrcache.c
5246         * src/addrcache.h
5247         * src/addrcindex.c
5248         * src/addrcindex.h
5249         * src/addrclip.c
5250         * src/addrclip.h
5251         * src/addrdefs.h
5252         * src/addressadd.c
5253         * src/addressadd.h
5254         * src/addressbook.c
5255         * src/addressbook.h
5256         * src/addressbook_foldersel.c
5257         * src/addressbook_foldersel.h
5258         * src/addrgather.c
5259         * src/addrgather.h
5260         * src/addrharvest.c
5261         * src/addrharvest.h
5262         * src/addrindex.c
5263         * src/addrindex.h
5264         * src/addritem.c
5265         * src/addritem.h
5266         * src/addrquery.c
5267         * src/addrquery.h
5268         * src/addrselect.c
5269         * src/addrselect.h
5270         * src/alertpanel.c
5271         * src/alertpanel.h
5272         * src/browseldap.c
5273         * src/browseldap.h
5274         * src/codeconv.c
5275         * src/codeconv.h
5276         * src/compose.c
5277         * src/compose.h
5278         * src/customheader.c
5279         * src/customheader.h
5280         * src/displayheader.c
5281         * src/displayheader.h
5282         * src/editaddress.c
5283         * src/editaddress.h
5284         * src/editbook.c
5285         * src/editbook.h
5286         * src/editgroup.c
5287         * src/editgroup.h
5288         * src/editjpilot.c
5289         * src/editjpilot.h
5290         * src/editldap.c
5291         * src/editldap.h
5292         * src/editldap_basedn.c
5293         * src/editldap_basedn.h
5294         * src/editvcard.c
5295         * src/editvcard.h
5296         * src/exphtmldlg.c
5297         * src/exphtmldlg.h
5298         * src/expldifdlg.c
5299         * src/expldifdlg.h
5300         * src/export.c
5301         * src/export.h
5302         * src/exporthtml.c
5303         * src/exporthtml.h
5304         * src/exportldif.c
5305         * src/exportldif.h
5306         * src/filtering.c
5307         * src/filtering.h
5308         * src/folder.c
5309         * src/folder.h
5310         * src/folder_item_prefs.c
5311         * src/folder_item_prefs.h
5312         * src/foldersel.c
5313         * src/foldersel.h
5314         * src/folderutils.c
5315         * src/folderutils.h
5316         * src/folderview.c
5317         * src/folderview.h
5318         * src/grouplistdialog.c
5319         * src/grouplistdialog.h
5320         * src/headerview.c
5321         * src/html.c
5322         * src/html.h
5323         * src/image_viewer.c
5324         * src/image_viewer.h
5325         * src/imap.c
5326         * src/imap.h
5327         * src/imap_gtk.c
5328         * src/imap_gtk.h
5329         * src/import.c
5330         * src/import.h
5331         * src/importldif.c
5332         * src/importldif.h
5333         * src/importmutt.c
5334         * src/importmutt.h
5335         * src/importpine.c
5336         * src/importpine.h
5337         * src/inc.c
5338         * src/inc.h
5339         * src/jpilot.c
5340         * src/jpilot.h
5341         * src/ldapctrl.c
5342         * src/ldapctrl.h
5343         * src/ldaplocate.c
5344         * src/ldaplocate.h
5345         * src/ldapquery.c
5346         * src/ldapquery.h
5347         * src/ldapserver.c
5348         * src/ldapserver.h
5349         * src/ldaputil.c
5350         * src/ldaputil.h
5351         * src/ldif.c
5352         * src/ldif.h
5353         * src/main.c
5354         * src/main.h
5355         * src/mainwindow.c
5356         * src/mainwindow.h
5357         * src/manual.c
5358         * src/manual.h
5359         * src/mbox.c
5360         * src/message_search.c
5361         * src/message_search.h
5362         * src/messageview.c
5363         * src/messageview.h
5364         * src/mh.c
5365         * src/mh.h
5366         * src/mh_gtk.c
5367         * src/mh_gtk.h
5368         * src/mimeview.c
5369         * src/mimeview.h
5370         * src/msgcache.c
5371         * src/msgcache.h
5372         * src/mutt.c
5373         * src/mutt.h
5374         * src/news.c
5375         * src/news.h
5376         * src/news_gtk.c
5377         * src/news_gtk.h
5378         * src/partial_download.c
5379         * src/partial_download.h
5380         * src/pine.c
5381         * src/pine.h
5382         * src/pop.c
5383         * src/pop.h
5384         * src/prefs_account.c
5385         * src/prefs_account.h
5386         * src/prefs_actions.c
5387         * src/prefs_actions.h
5388         * src/prefs_common.c
5389         * src/prefs_common.h
5390         * src/prefs_compose_writing.c
5391         * src/prefs_compose_writing.h
5392         * src/prefs_customheader.c
5393         * src/prefs_customheader.h
5394         * src/prefs_display_header.c
5395         * src/prefs_display_header.h
5396         * src/prefs_filtering.c
5397         * src/prefs_filtering.h
5398         * src/prefs_filtering_action.c
5399         * src/prefs_filtering_action.h
5400         * src/prefs_folder_column.c
5401         * src/prefs_folder_column.h
5402         * src/prefs_folder_item.c
5403         * src/prefs_folder_item.h
5404         * src/prefs_fonts.c
5405         * src/prefs_fonts.h
5406         * src/prefs_gtk.c
5407         * src/prefs_gtk.h
5408         * src/prefs_image_viewer.c
5409         * src/prefs_image_viewer.h
5410         * src/prefs_matcher.c
5411         * src/prefs_matcher.h
5412         * src/prefs_message.c
5413         * src/prefs_msg_colors.c
5414         * src/prefs_msg_colors.h
5415         * src/prefs_other.c
5416         * src/prefs_quote.c
5417         * src/prefs_receive.c
5418         * src/prefs_send.c
5419         * src/prefs_spelling.c
5420         * src/prefs_spelling.h
5421         * src/prefs_summaries.c
5422         * src/prefs_summaries.h
5423         * src/prefs_summary_column.c
5424         * src/prefs_summary_column.h
5425         * src/prefs_template.c
5426         * src/prefs_template.h
5427         * src/prefs_themes.c
5428         * src/prefs_themes.h
5429         * src/prefs_toolbar.c
5430         * src/prefs_toolbar.h
5431         * src/prefs_wrapping.c
5432         * src/prefs_wrapping.h
5433         * src/privacy.c
5434         * src/privacy.h
5435         * src/procheader.c
5436         * src/procheader.h
5437         * src/procmime.c
5438         * src/procmime.h
5439         * src/procmsg.c
5440         * src/procmsg.h
5441         * src/quote_fmt.c
5442         * src/quote_fmt_parse.y
5443         * src/recv.c
5444         * src/recv.h
5445         * src/remotefolder.c
5446         * src/remotefolder.h
5447         * src/send_message.c
5448         * src/send_message.h
5449         * src/setup.c
5450         * src/setup.h
5451         * src/sourcewindow.c
5452         * src/sourcewindow.h
5453         * src/ssl_manager.c
5454         * src/ssl_manager.h
5455         * src/statusbar.c
5456         * src/statusbar.h
5457         * src/stock_pixmap.c
5458         * src/stock_pixmap.h
5459         * src/summary_search.c
5460         * src/summary_search.h
5461         * src/summaryview.c
5462         * src/summaryview.h
5463         * src/textview.c
5464         * src/textview.h
5465         * src/toolbar.c
5466         * src/toolbar.h
5467         * src/undo.c
5468         * src/undo.h
5469         * src/unmime.c
5470         * src/unmime.h
5471         * src/vcard.c
5472         * src/vcard.h
5473         * src/wizard.c
5474         * src/wizard.h
5475         * src/common/base64.c
5476         * src/common/base64.h
5477         * src/common/defs.h
5478         * src/common/hooks.c
5479         * src/common/hooks.h
5480         * src/common/log.c
5481         * src/common/log.h
5482         * src/common/mgutils.c
5483         * src/common/mgutils.h
5484         * src/common/nntp.c
5485         * src/common/nntp.h
5486         * src/common/passcrypt.c
5487         * src/common/passcrypt.h.in
5488         * src/common/plugin.c
5489         * src/common/plugin.h
5490         * src/common/prefs.c
5491         * src/common/prefs.h
5492         * src/common/progressindicator.c
5493         * src/common/progressindicator.h
5494         * src/common/quoted-printable.c
5495         * src/common/quoted-printable.h
5496         * src/common/session.c
5497         * src/common/session.h
5498         * src/common/smtp.c
5499         * src/common/smtp.h
5500         * src/common/socket.c
5501         * src/common/socket.h
5502         * src/common/ssl.c
5503         * src/common/ssl.h
5504         * src/common/ssl_certificate.c
5505         * src/common/ssl_certificate.h
5506         * src/common/stringtable.c
5507         * src/common/stringtable.h
5508         * src/common/template.c
5509         * src/common/template.h
5510         * src/common/timing.h
5511         * src/common/utils.c
5512         * src/common/utils.h
5513         * src/common/version.h.in
5514         * src/common/xml.c
5515         * src/common/xml.h
5516         * src/common/xmlprops.c
5517         * src/common/xmlprops.h
5518         * src/gtk/about.c
5519         * src/gtk/colorlabel.c
5520         * src/gtk/colorsel.c
5521         * src/gtk/colorsel.h
5522         * src/gtk/combobox.c
5523         * src/gtk/combobox.h
5524         * src/gtk/description_window.c
5525         * src/gtk/description_window.h
5526         * src/gtk/filesel.c
5527         * src/gtk/filesel.h
5528         * src/gtk/foldersort.c
5529         * src/gtk/foldersort.h
5530         * src/gtk/gtksctree.c
5531         * src/gtk/gtkutils.c
5532         * src/gtk/gtkutils.h
5533         * src/gtk/inputdialog.c
5534         * src/gtk/inputdialog.h
5535         * src/gtk/logwindow.c
5536         * src/gtk/logwindow.h
5537         * src/gtk/manage_window.c
5538         * src/gtk/manage_window.h
5539         * src/gtk/menu.c
5540         * src/gtk/menu.h
5541         * src/gtk/pluginwindow.c
5542         * src/gtk/pluginwindow.h
5543         * src/gtk/prefswindow.c
5544         * src/gtk/prefswindow.h
5545         * src/gtk/progressdialog.c
5546         * src/gtk/progressdialog.h
5547         * src/gtk/sslcertwindow.c
5548         * src/gtk/sslcertwindow.h
5549         * src/plugins/bogofilter/bogofilter.c
5550         * src/plugins/bogofilter/bogofilter.h
5551         * src/plugins/bogofilter/bogofilter_gtk.c
5552         * src/plugins/clamav/clamav_plugin.c
5553         * src/plugins/clamav/clamav_plugin.h
5554         * src/plugins/clamav/clamav_plugin_gtk.c
5555         * src/plugins/demo/demo.c
5556         * src/plugins/dillo_viewer/dillo_prefs.c
5557         * src/plugins/dillo_viewer/dillo_prefs.h
5558         * src/plugins/dillo_viewer/dillo_viewer.c
5559         * src/plugins/pgpcore/passphrase.c
5560         * src/plugins/pgpcore/passphrase.h
5561         * src/plugins/pgpcore/pgp_viewer.c
5562         * src/plugins/pgpcore/pgp_viewer.h
5563         * src/plugins/pgpcore/plugin.c
5564         * src/plugins/pgpcore/select-keys.c
5565         * src/plugins/pgpcore/select-keys.h
5566         * src/plugins/pgpcore/sgpgme.c
5567         * src/plugins/pgpcore/sgpgme.h
5568         * src/plugins/pgpinline/pgpinline.c
5569         * src/plugins/pgpinline/pgpinline.h
5570         * src/plugins/pgpinline/plugin.c
5571         * src/plugins/pgpmime/pgpmime.c
5572         * src/plugins/pgpmime/pgpmime.h
5573         * src/plugins/pgpmime/plugin.c
5574         * src/plugins/spamassassin/spamassassin.c
5575         * src/plugins/spamassassin/spamassassin.h
5576         * src/plugins/spamassassin/spamassassin_gtk.c
5577         * src/plugins/trayicon/trayicon.c
5578                 it's 2007, update the year in the copyright headers
5579
5580 2007-01-03 [paul]       2.6.1cvs95
5581
5582         * src/gtk/about.c
5583                 it is 2007, use it in the copyright string
5584
5585 2007-01-03 [paul]       2.6.1cvs94
5586
5587         * src/html.c
5588                 html entity conversion:
5589                 move &#153; to a more suitable place
5590                 add &bull; and &ndash;
5591                 make sure &mdash; and &#8212; are both
5592                 converted the same
5593
5594 2007-01-02 [colin]      2.6.1cvs93
5595
5596         * src/addrbook.c
5597                 Fix leak
5598         * src/common/plugin.c
5599                 Add comment
5600         * src/etpan/imap-thread.c
5601                 Fix warning
5602
5603 2006-12-31 [paul]       2.6.1cvs92
5604
5605         * src/prefs_summaries.c
5606                 use gtk_button_new_from_stock()
5607
5608 2006-12-30 [colin]      2.6.1cvs91
5609
5610         * src/folder.c
5611         * src/imap_gtk.c
5612         * src/mh_gtk.c
5613                 Don't update filtering and account paths 
5614                 when copying folders
5615
5616 2006-12-30 [colin]      2.6.1cvs90
5617
5618         * src/prefs_compose_writing.c
5619         * src/prefs_quote.c
5620         * src/prefs_template.c
5621                 Use message font for Writing and 
5622                 Quoting prefs, as well as Templates.
5623
5624 2006-12-30 [colin]      2.6.1cvs89
5625
5626         * src/prefs_summaries.c
5627                 Rework GUI; patch by Pawel
5628
5629 2006-12-29 [colin]      2.6.1cvs88
5630
5631         * src/prefs_folder_item.c
5632                 Fix bug 1085, 'Apply to subfolder 
5633                 doesn't work' - I was mistaken saying
5634                 it worked in every case
5635
5636 2006-12-28 [colin]      2.6.1cvs87
5637
5638         * src/gtk/gtkaspell.c
5639                 Don't assert if use_alternate is true
5640                 and alt_dictionary isn't set -- this 
5641                 is what happens on upgrade! Rather,
5642                 do with it.
5643
5644 2006-12-28 [colin]      2.6.1cvs86
5645
5646         * Makefile.am
5647                 Fix desktop/icon simplification
5648
5649 2006-12-28 [colin]      2.6.1cvs85
5650
5651         * Makefile.am
5652                 Make desktop and icon not 
5653                 dependant on the desktop
5654
5655 2006-12-28 [wwp]        2.6.1cvs84
5656
5657         * src/plugins/pgpmime/claws.def
5658                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5659
5660 2006-12-28 [wwp]        2.6.1cvs83
5661
5662         * src/prefs_folder_item.c
5663                 Fix coloring of "simplify subject regexp" (folder prefs),
5664                 which might be left to red whereas the regexp gets empty.
5665
5666 2006-12-28 [wwp]        2.6.1cvs82
5667
5668         * src/prefs_common.c
5669         * src/prefs_common.h
5670         * src/addressbook.c
5671         * src/addressitem.h
5672                 Save addressbook mainwindow's horizontal and vertical splitter position.
5673
5674 2006-12-27 [wwp]        2.6.1cvs81
5675
5676         * src/gtk/gtkaspell.c
5677         * src/gtk/gtkaspell.h
5678         * src/compose.c
5679                 Fix assignment of compose's default and alternate dictionary from
5680                 account or folder settings. Now gtkaspell_change_dict does rotate
5681                 dicts only when it's called from a menu cb.
5682
5683 2006-12-27 [wwp]        2.6.1cvs80
5684
5685         * src/folder_item_prefs.c
5686                 Fix randomly initialized default-alt-dictionary (folder prefs),
5687                 complete 2.6.1cvs72.
5688
5689 2006-12-27 [paul]       2.6.1cvs79
5690
5691         * src/imap_gtk.c
5692         * src/mh_gtk.c
5693                 Add Copy folder in the folder's contextual
5694                 menu
5695
5696 2006-12-27 [wwp]        2.6.1cvs78
5697
5698         * src/imap.c
5699                 Clean up session locking, thanks to Colin.
5700
5701 2006-12-26 [colin]      2.6.1cvs77
5702
5703         * src/statusbar.c
5704                 Revert previous patch
5705
5706 2006-12-26 [colin]      2.6.1cvs76
5707
5708         * src/folder.c
5709         * src/folderview.c
5710         * src/imap.c
5711         * src/statusbar.c
5712         * src/etpan/imap-thread.c
5713                 Fix previous commit warnings
5714                 Make statusbar update every second if total < 20
5715                 Make IMAP APPEND faster by simplifying log              
5716
5717 2006-12-26 [colin]      2.6.1cvs75
5718
5719         * src/folder.c
5720         * src/folder.h
5721         * src/folderview.c
5722         * src/folderview.h
5723         * src/imap_gtk.c
5724         * src/mh_gtk.c
5725                 Make it possible to copy folders accross
5726                 mailboxes (this was an arbitrary limitation).
5727                 Still make it impossible to move folders 
5728                 accross mailboxes.
5729
5730 2006-12-26 [colin]      2.6.1cvs74
5731
5732         * src/etpan/imap-thread.c
5733                 Fix bug 1081, 'claws-mail 
5734                 segfaults when going offline 
5735                 while it transfers mails via 
5736                 imap'
5737
5738 2006-12-26 [colin]      2.6.1cvs73
5739
5740         * src/folder_item_prefs.c
5741                 Don't forget alt dictionary when
5742                 renaming/moving folders
5743
5744 2006-12-26 [wwp]        2.6.1cvs72
5745
5746         * src/folder_item_prefs.c
5747                 Add missing defaults for per-folder alt dict
5748                 (forgotten in 2.6.1cvs61).
5749
5750 2006-12-26 [colin]      2.6.1cvs71
5751
5752         * src/wizard.c
5753                 Add tooltip to state that specifying
5754                 full path to mailbox is possible
5755
5756 2006-12-26 [wwp]        2.6.1cvs70
5757
5758         * src/partial_download.c
5759         * src/gtk/gtkvscrollbutton.c
5760         * src/plugins/pgpinline/plugin.c
5761                 Fix for few compiler warnings that matter.
5762
5763 2006-12-25 [colin]      2.6.1cvs69
5764
5765         * src/partial_download.c
5766                 Fix marking for download or deletion
5767                 when the header isn't the first
5768         * src/gtk/logwindow.c
5769                 Fix start of scrolling
5770
5771 2006-12-23 [paul]       2.6.1cvs68
5772
5773         * src/compose.c
5774                 change last commit to use the 'academic'
5775                 method instead. Thanks to wwp
5776
5777 2006-12-23 [paul]       2.6.1cvs67
5778
5779         * src/compose.c
5780                 don't warn about empty subject when
5781                 redirecting
5782
5783 2006-12-22 [colin]      2.6.1cvs66
5784
5785         * src/summary_search.c
5786                 Fix previous patch
5787
5788 2006-12-22 [colin]      2.6.1cvs65
5789
5790         * src/gtk/gtkutils.c
5791         * src/imap.c
5792         * src/jpilot.c
5793         * src/summary_search.c
5794                 A few warning fixes
5795
5796 2006-12-23 [paul]       
5797
5798         2.7.0-rc2 released
5799
5800 2006-12-22 [colin]      2.6.1cvs64
5801
5802         * src/toolbar.c
5803         * src/toolbar.h
5804                 Add a combo to the learn spam button
5805         * src/plugins/bogofilter/bogofilter.c
5806         * src/plugins/bogofilter/bogofilter_gtk.c
5807         * src/plugins/bogofilter/bogofilter.h
5808                 Allow to store Unsure mails in a specific
5809                 folder to make better teaching easier
5810
5811 2006-12-21 [wwp]        2.6.1cvs63
5812
5813         * src/compose.c
5814         * src/prefs_common.c
5815         * src/prefs_common.h
5816         * src/prefs_spelling.c
5817         * src/gtk/gtkaspell.c
5818         * src/gtk/gtkaspell.h
5819                 Allow spell-checking using both current and alternate dictionaries
5820                 (thanks to Colin).
5821
5822 2006-12-21 [wwp]        2.6.1cvs62
5823
5824         * src/gtk/gtkaspell.c
5825                 Apply recheck_when_changing_dict (highlight all mispelled words)
5826                 when switching to alternate dictionary.
5827
5828 2006-12-21 [wwp]        2.6.1cvs61
5829
5830         * src/compose.c
5831         * src/folder_item_prefs.h
5832         * src/prefs_common.c
5833         * src/prefs_common.h
5834         * src/prefs_folder_item.c
5835         * src/prefs_spelling.c
5836         * src/gtk/gtkaspell.c
5837         * src/gtk/gtkaspell.h
5838                 Add global and per-folder prefs to set the default
5839                 alternate dictionary.
5840
5841 2006-12-21 [colin]      2.6.1cvs60
5842
5843         * src/folder.c
5844                 Look for folders by path in all folders
5845         * src/html.c
5846                 add &mdash;
5847
5848 2006-12-20 [colin]      2.6.1cvs59
5849
5850         * src/gtk/quicksearch.c
5851                 Make sure in_typing is false when clearing
5852
5853 2006-12-20 [wwp]        2.6.1cvs58
5854
5855         * configure.ac
5856                 change manual's target dir to be LFH-compliant (thanks to Colin).
5857
5858 2006-12-20 [wwp]        2.6.1cvs57
5859
5860         * src/prefs_common.c
5861         * src/prefs_summaries.c
5862                 i18n fix and factorize patch, thanks to Fabien.
5863
5864 2006-12-20 [paul]       2.6.1cvs56
5865
5866         * configure.ac
5867                 last of the renaming (??)
5868         * src/main.c
5869                 correct --help info of --status-full
5870         * src/plugins/bogofilter/bogofilter.c
5871                 make FALSE default of whitelist_ab
5872
5873 2006-12-19 [colin]      2.6.1cvs55
5874
5875         * src/jpilot.c
5876                 Same as before, without depending on
5877                 pisock >= 0.12
5878
5879 2006-12-19 [colin]      2.6.1cvs54
5880
5881         * src/jpilot.c
5882                 Fix bug 1059, 'Better jpilot charset 
5883                 handling'. Use libpisync's charset conversion
5884                 if possible
5885
5886 2006-12-19 [colin]      2.6.1cvs53
5887
5888         * po/fr.po
5889                 Updated by Fabien
5890
5891 2006-12-19 [wwp]        2.6.1cvs52
5892
5893         * src/gtk/about.c
5894                 Add missing #include (thanks to Colin).
5895
5896 2006-12-19 [wwp]        2.6.1cvs51
5897
5898         * src/prefs_receive.c
5899                 Better spacing between widgets in prefs.
5900
5901 2006-12-18 [colin]      2.6.1cvs50
5902
5903         * src/imap.c
5904                 Fix failure to get separator on LIST "" ""
5905                 Try LIST "" "INBOX" too.
5906
5907 2006-12-18 [wwp]        2.6.1cvs49
5908
5909         * src/common/session.c
5910                 Fix a compiler warning (thanks to Fabien).
5911
5912 2006-12-18 [wwp]        2.6.1cvs48
5913
5914         * src/compose.c
5915         * src/prefs_quote.c
5916                 Factorize some strings for translation (it's about error
5917                 messages when applying or checking template/quote format).
5918
5919 2006-12-18 [colin]      2.6.1cvs47
5920
5921         * Makefile.am
5922         * src/common/defs.h
5923         * src/gtk/Makefile.am
5924         * src/gtk/about.c
5925                 Add a Release notes tab from the contents of
5926                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
5927
5928 2006-12-17 [colin]      2.6.1cvs46
5929
5930         * src/mimeview.c
5931         * src/textview.c
5932         * src/gtk/filesel.c
5933                 Correctly convert from/to UTF8/filename encoding
5934                 when loading and saving files. Probably fixes
5935                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
5936                 for a file to attach and is blocked...'
5937
5938 2006-12-17 [colin]      2.6.1cvs45
5939
5940         * src/gtk/logwindow.c
5941                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
5942                 IMAP folder and is blocked on main thread': 
5943                 make sure we put utf8 in the log.
5944
5945 2006-12-16 [colin]      2.6.1cvs44
5946
5947         * src/toolbar.c
5948         * src/toolbar.h
5949                 Fix bug 1055, 'Add the 'cancel receive' 
5950                 in the available events for the toolbar buttons'
5951
5952 2006-12-16 [colin]      2.6.1cvs43
5953
5954         * po/POTFILES.in
5955         * src/imap.c
5956         * src/common/nntp.c
5957         * src/common/session.c
5958                 Log error when SSL handshakes fail. 
5959                 Fixes bug 1082, 'incorrect / imprecise 
5960                 error message when imap server provides 
5961                 ssl only through STARTTLS but SSL is 
5962                 selected'
5963
5964 2006-12-15 [wwp]        2.6.1cvs42
5965
5966         * src/plugins/bogofilter/bogofilter_gtk.c
5967                 set proper sensitivity to widgets I've recently added.
5968
5969 2006-12-15 [colin]      
5970
5971         2.7.0-rc1 released
5972
5973 2006-12-15 [wwp]        2.6.1cvs41
5974
5975         * src/plugins/bogofilter/bogofilter.c
5976         * src/plugins/bogofilter/bogofilter.h
5977         * src/plugins/bogofilter/bogofilter_gtk.c
5978                 bogofilter's whitelist can now use a subset of
5979                 the addressbook (either a book, a subfolder of a book,
5980                 or the whole addressbook by using "Any"). Re-used there
5981                 some pref_matcher widgets and mechanisms to match a subset
5982                 of the addressbook.
5983
5984 2006-12-15 [wwp]        2.6.1cvs40
5985
5986         * src/wizard.c
5987         * src/common/plugin.c
5988         * src/common/plugin.h
5989         * src/gtk/about.c
5990         * src/plugins/bogofilter/bogofilter.c
5991         * src/plugins/clamav/clamav_plugin.c
5992         * src/plugins/demo/demo.c
5993         * src/plugins/dillo_viewer/dillo_viewer.c
5994         * src/plugins/pgpcore/plugin.c
5995         * src/plugins/pgpinline/plugin.c
5996         * src/plugins/pgpmime/plugin.c
5997         * src/plugins/spamassassin/spamassassin.c
5998         * src/plugins/trayicon/trayicon.c
5999                 factorize some translatable strings (plugins-related),
6000                 fix missing punctuation in several places,
6001                 remove useless translatable \n in about.c,
6002                 and factorize plugin init code w/ a new function
6003                 check_plugin_version() in common/plugin.c.
6004                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6005
6006 2006-12-15 [wwp]        2.6.1cvs39
6007
6008         * src/plugins/bogofilter/bogofilter.c
6009         * src/plugins/bogofilter/bogofilter_gtk.c
6010                 flag whitelisted spams as spam, but don't filter it to the spam
6011                 folder. Thanks to Colin.
6012
6013 2006-12-15 [ticho]      2.6.1cvs38
6014
6015         * src/plugins/bogofilter/bogofilter.c
6016         * src/plugins/bogofilter/bogofilter.h
6017         * src/plugins/bogofilter/bogofilter_gtk.c
6018                 Add option to whitelist senders found in addressbook. Patch by colin.
6019
6020 2006-12-15 [paul]       2.6.1cvs37
6021
6022         * src/folderview.c
6023                 add missing #include "log.h"
6024
6025 2006-12-15 [paul]       2.6.1cvs36
6026
6027         * src/plugins/bogofilter/bogofilter.c
6028         * src/plugins/bogofilter/bogofilter.h
6029         * src/plugins/bogofilter/bogofilter_gtk.c
6030                 Add an option to allow inserting an
6031                 X-Claws-Bogosity header (on MH folders
6032                 only). Patch by Colin
6033
6034 2006-12-14 [colin]      2.6.1cvs35
6035
6036         * src/main.c
6037                 "Yes" should be the default choice for
6038                 migration configuration
6039
6040 2006-12-14 [paul]       2.6.1cvs34
6041
6042         * src/prefs_summaries.c
6043         * manual/advanced.xml
6044                 Unhide mark_as_read_delay
6045
6046 2006-12-14 [paul]       2.6.1cvs33
6047
6048         * src/messageview.c
6049         * src/messageview.h
6050         * src/mimeview.c
6051         * src/mimeview.h
6052         * src/summaryview.c
6053         * src/textview.c
6054         * src/textview.h
6055                 Fix printing of selection
6056                 Fix printing of message parts
6057                 Fix printing of images
6058         * src/gtk/gtksourceprintjob.c
6059                 Fix page count when there are images
6060
6061 2006-12-14 [wwp]        2.6.1cvs32
6062
6063         * src/mainwindow.c
6064         * src/summaryview.c
6065         * src/summaryview.h
6066         * src/gtk/quicksearch.c
6067                 fix quicksearch 'magnify' button status when QS is closed
6068                 using the Escape key, thanks to Colin.
6069
6070 2006-12-14 [wwp]        2.6.1cvs31
6071
6072         * src/mainwindow.c
6073         * src/summaryview.c
6074         * src/summaryview.h
6075         * src/gtk/quicksearch.c
6076                 fix quicksearch 'magnify' button status when QS is closed
6077                 using the Escape key, thanks to Colin.
6078
6079 2006-12-13 [colin]      2.6.1cvs30
6080
6081         * src/ldapquery.c
6082         * src/ldaputil.c
6083                 Use the binary safe version of ldap_get_values,
6084                 to make sure we manipulate null-terminated 
6085                 strings. Maybe fixes bug 1075, 'claws mail 
6086                 segfault when completing ldap adresses'
6087         * src/syldap.c ** REMOVED **
6088         * src/syldap.h ** REMOVED **
6089                 Remove dead files
6090
6091 2006-12-13 [mones]      2.6.1cvs29
6092
6093         * po/es.po
6094                 Fixed piped strings, fixed click translation
6095
6096 2006-12-13 [paul]       2.6.1cvs28
6097
6098         * src/main.c
6099                 don't translate these strings
6100
6101 2006-12-13 [paul]       2.6.1cvs27
6102
6103         * po/en_GB.po
6104                 updated
6105
6106 2006-12-13 [colin]      2.6.1cvs26
6107
6108         * src/main.c
6109         * src/main.h
6110                 Add claws_is_starting()
6111
6112 2006-12-13 [mones]      2.6.1cvs25
6113
6114         * manual/es/advanced.xml
6115         * po/es.po
6116                 Synced manual and updated translation
6117
6118 2006-12-12 [colin]      2.6.1cvs24
6119
6120         * src/wizard.c
6121                 Add an option to use STARTTLS in the
6122                 welcome wizard. Fixes bug 1080, 
6123                 'Using SSL option in wizard for incoming 
6124                 server does not activate SSL with STARTTLS'
6125
6126 2006-12-12 [colin]      2.6.1cvs23
6127
6128         * src/main.c
6129                 Don't exit when there's an incomplete
6130                 mailbox configured - leaves a chance 
6131                 to fix a failing IMAP account. Exit
6132                 if no mailbox at all is loaded (case
6133                 of missing plugin).
6134                 Completes bug 1077's fix (I was wrong
6135                 in this bug's comment #3).
6136
6137 2006-12-12 [colin]      2.6.1cvs22
6138
6139         * src/gtk/menu.h
6140                 Add another menu data type
6141         * src/prefs_account.c
6142                 Complete the completion of bug 1076
6143                 (doesn't lose the pref on apply)
6144
6145 2006-12-12 [paul]       2.6.1cvs21
6146
6147         * src/prefs_account.c
6148                 complete the fix of bug 1076
6149                 also be more verbose with the text
6150
6151 2006-12-12 [paul]       2.6.1cvs20
6152
6153         * src/gtk/combobox.c
6154                 fix compilation warning
6155
6156 2006-12-11 [colin]      2.6.1cvs19
6157
6158         * src/wizard.c
6159                 Document :port in server entry tooltips
6160
6161 2006-12-11 [colin]      2.6.1cvs18
6162
6163         * src/main.c
6164                 Fix compile
6165
6166 2006-12-11 [colin]      2.6.1cvs17
6167
6168         * src/main.c
6169                 Add failing IMAP as a reason for no
6170                 mailbox
6171
6172 2006-12-11 [colin]      2.6.1cvs16
6173
6174         * src/prefs_account.c
6175                 Check for existence of inbox for local
6176                 accounts too
6177         * src/wizard.c
6178                 Allow setting the port to use for servers
6179                 by using the usual "server.example.com:port"
6180                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6181                 not start when IMAP server is unavailable'
6182
6183 2006-12-11 [colin]      2.6.1cvs15
6184
6185         * src/prefs_account.c
6186                 Prevent use of non-existing default inbox
6187
6188 2006-12-11 [colin]      2.6.1cvs14
6189
6190         * src/prefs_account.c
6191                 Fix sensitivity. Fixes bug 1076, 'privacy 
6192                 options are displayed even when pgp plugin 
6193                 not loaded / available'
6194
6195 2006-12-09 [colin]      2.6.1cvs13
6196
6197         * manual/advanced.xml
6198         * src/prefs_common.c
6199         * src/prefs_common.h
6200         * src/common/ssl_certificate.c
6201                 Add a new hidden preference, 'unsafe_ssl_certs',
6202                 which allows to store multiple certificates per
6203                 server/port. This is disabled by default because
6204                 it's less secure (presenting a new certificate
6205                 instead of a changed one raises less alarms).
6206                 This will cause Claws to ask about an unknown
6207                 certificate for people who have used 2.6.1cvs8
6208                 or greater.
6209
6210 2006-12-09 [colin]      2.6.1cvs12
6211
6212         * src/action.c
6213                 Fix cache updating after action
6214
6215 2006-12-07 [wwp]        2.6.1cvs11
6216
6217         * src/compose.c
6218                 fix email address comparison when replying to all
6219                 (avoid replying to ourselves), thanks to Colin.
6220
6221 2006-12-06 [paul]       2.6.1cvs10
6222
6223         * src/addrharvest.c
6224         * src/editldap.c
6225         * src/expldifdlg.c
6226         * src/news.c
6227         * src/toolbar.c
6228         * src/common/utils.c
6229                 ...and more renaming
6230                 Thanks to Colin
6231
6232 2006-12-06 [paul]       2.6.1cvs9
6233
6234         * src/compose.c
6235         * src/messageview.c
6236         * src/procheader.c
6237         * src/procmime.c
6238         * src/procmsg.c
6239         * src/textview.c
6240                 more renaming
6241                 Thanks to Colin
6242
6243 2006-12-06 [colin]      2.6.1cvs8
6244
6245         * src/ssl_manager.c
6246         * src/common/ssl_certificate.c
6247         * src/common/ssl_certificate.h
6248                 Handle multiple certificates per host/port
6249
6250 2006-12-06 [colin]      2.6.1cvs7
6251
6252         * src/etpan/imap-thread.c
6253                 Fix certificate checking on IMAP
6254
6255 2006-12-06 [colin]      2.6.1cvs6
6256
6257         * src/folderview.c
6258                 Fix bug 1072, 'Claws stops fetching newsgroups 
6259                 from server when newsgroup got deleted': continue
6260                 checking other groups
6261
6262 2006-12-05 [wwp]        2.6.1cvs5
6263
6264         * src/message_search.c
6265         * src/summary_search.c
6266         * src/gtk/combobox.c
6267         * src/gtk/combobox.h
6268         * src/gtk/gtkutils.c
6269         * src/gtk/gtkutils.h
6270                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6271                 behave like w/ old comboboxes (summary and message search only).
6272
6273 2006-12-05 [paul]       2.6.1cvs4
6274
6275         * src/wizard.c
6276                 encode headers
6277                 Thanks to Colin
6278
6279 2006-12-05 [paul]       2.6.1cvs3
6280
6281         * tools/README
6282         * tools/textviewer.pl
6283                 script updated and description added
6284
6285 2006-12-04 [colin]      2.6.1cvs2
6286
6287         * src/compose.c
6288                 Run pre-send hook only when checking
6289                 everything
6290
6291 2006-12-04 [paul]       2.6.1cvs1
6292
6293         * NEWS
6294         * README
6295         * RELEASE_NOTES
6296         * configure.ac
6297         * tools/README
6298                 bump up version number following stable release
6299
6300 2006-12-04 [paul]       2.6.0cvs83
6301
6302         * README
6303                 updates and corrections
6304
6305 2006-12-04 [colin]      2.6.0cvs82
6306
6307         * src/common/utils.c
6308                 Probably fix bug 1066, 'Incorrect mailbox 
6309                 size displayed'
6310
6311 2006-12-04 [colin]      2.6.0cvs81
6312
6313         * src/common/utils.c
6314                 Trim tabs from mailcap file too.
6315
6316 2006-12-02 [paul]       2.6.0cvs80
6317
6318         * src/exphtmldlg.c
6319                 fix broken GUI under certain languages
6320         * src/expldifdlg.c
6321                 put the Cancel button to the right
6322
6323 2006-12-01 [paul]       2.6.0cvs79
6324
6325         * tools/Makefile.am
6326                 remove reference to removed file
6327
6328 2006-12-01 [wwp]        2.6.0cvs78
6329
6330         * src/addressbook.c
6331         * src/editaddress.c
6332                 remove forgotten debug statements.
6333
6334 2006-12-01 [wwp]        2.6.0cvs77
6335
6336         * manual/advanced.xml
6337         * manual/fr/advanced.xml
6338         * src/addressbook.c
6339         * src/addressbook.h
6340         * src/addressitem.h
6341         * src/editaddress.c
6342         * src/editaddress.h
6343         * src/prefs_common.c
6344         * src/prefs_common.h
6345         * src/gtk/gtkutils.c
6346         * src/gtk/gtkutils.h
6347                 add a hidden option to allow embedding the editaddress (edit contact details)
6348                 dialog into the addressbook's window. This doesn't change the default
6349                 behaviour.
6350
6351 2006-12-01 [wwp]        2.6.0cvs76
6352
6353         * src/message_search.c
6354         * src/summary_search.c
6355                 fix more focus issues (don't set focus to combobox's entry widget when
6356                 entry's value changed, if entry widget has focus already).
6357
6358 2006-12-01 [wwp]        2.6.0cvs75
6359
6360         * src/gtk/quicksearch.c
6361                 revert last changes to the quicksearch gtk_combo_box, this needs more
6362                 tuning and testing.
6363
6364 2006-12-01 [paul]       2.6.0cvs74
6365
6366         * tools/kdeservicemenu/README
6367         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6368         * tools/kdeservicemenu/install.sh
6369         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6370         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6371                 simplify this stuff, and in so doing,
6372                 fix it. (possibly re-extend it again at
6373                 a later date)
6374
6375 2006-12-01 [wwp]        2.6.0cvs73
6376
6377         * src/gtk/quicksearch.c
6378                 adapt quicksearch code to use modern gtk_combo_box'es.
6379
6380 2006-12-01 [wwp]        2.6.0cvs72
6381
6382         * src/common/defs.h
6383         * src/prefs_common.c
6384         * src/prefs_common.h
6385         * src/message_search.c
6386         * src/summary_search.c
6387         * src/gtk/combobox.c
6388         * src/gtk/combobox.h
6389                 add history combos to all message and summary search fields.
6390
6391 2006-12-01 [wwp]        2.6.0cvs71
6392
6393         * src/summaryview.c
6394                 As the list may change while the mark as read delay
6395                 runs, we can't rely on the 'row' pointer, which can
6396                 be invalid when the timeout is called. As the mark
6397                 as read is only done if the message is still selected,
6398                 use summaryview->selected instead. Thanks to Colin.
6399
6400 2006-11-30 [paul]       2.6.0cvs70
6401
6402         * src/textview.c
6403                 give emphasis to "Sylpheed-Claws"
6404                 as well as "Claws Mail"
6405
6406 2006-11-30 [colin]      2.6.0cvs69
6407
6408         * src/wizard.c
6409                 Put the SSL checkboxes in the receiving
6410                 and sending server pages.
6411
6412 2006-11-29 [colin]      2.6.0cvs68
6413
6414         * src/gtk/gtkutils.c
6415         * src/gtk/gtkvscrollbutton.c
6416                 Revert some deprecated fixes - they seem to
6417                 deprecate stuff as soon as a new one gets out.
6418                 g_object_ref_sink needed glib-2.10.
6419
6420 2006-11-29 [colin]      2.6.0cvs67
6421
6422         * src/common/utils.c
6423                 Create .mailcap if it doesn't exist
6424
6425 2006-11-29 [colin]      2.6.0cvs66
6426
6427         * src/compose.c
6428                 Followup to cvs60: use original list
6429                 of recipients if replying to a mail
6430                 in Sent Drafts or Queue.
6431
6432 2006-11-27 [paul]       2.6.0cvs65
6433
6434         * src/image_viewer.c
6435                 revert the last change for now (it's broken)
6436
6437 2006-11-27 [paul]       2.6.0cvs64
6438
6439         * Makefile.am
6440         * configure.ac
6441         * m4/aclocal-include.m4
6442         * m4/check-type.m4
6443         * src/Makefile.am
6444         * src/addr_compl.c
6445         * src/compose.c
6446         * src/crash.c
6447         * src/export.c
6448         * src/exporthtml.c
6449         * src/exportldif.c
6450         * src/imap.c
6451         * src/import.c
6452         * src/main.c
6453         * src/main.h
6454         * src/matcher.c
6455         * src/mimeview.c
6456         * src/procmsg.c
6457         * src/textview.c
6458         * src/common/Makefile.am
6459         * src/common/claws.c
6460         * src/common/claws.h
6461         * src/common/ssl.c
6462         * src/common/sylpheed.c
6463         * src/common/sylpheed.h
6464         * src/etpan/Makefile.am
6465         * src/gtk/Makefile.am
6466         * src/gtk/claws-marshal.list
6467         * src/gtk/filesel.c
6468         * src/gtk/gtksctree.c
6469         * src/gtk/quicksearch.c
6470         * src/gtk/sylpheed-marshal.list
6471         * src/plugins/bogofilter/bogofilter.c
6472         * src/plugins/bogofilter/bogofilter_gtk.c
6473         * src/plugins/clamav/clamav_plugin.c
6474         * src/plugins/clamav/clamav_plugin_gtk.c
6475         * src/plugins/demo/demo.c
6476         * src/plugins/dillo_viewer/dillo_viewer.c
6477         * src/plugins/pgpcore/Makefile.am
6478         * src/plugins/pgpcore/claws.def
6479         * src/plugins/pgpcore/pgp_viewer.c
6480         * src/plugins/pgpcore/plugin.c
6481         * src/plugins/pgpcore/sylpheed.def
6482         * src/plugins/pgpinline/Makefile.am
6483         * src/plugins/pgpinline/claws.def
6484         * src/plugins/pgpinline/plugin.c
6485         * src/plugins/pgpinline/sylpheed.def
6486         * src/plugins/pgpmime/Makefile.am
6487         * src/plugins/pgpmime/claws.def
6488         * src/plugins/pgpmime/plugin.c
6489         * src/plugins/pgpmime/sylpheed.def
6490         * src/plugins/spamassassin/spamassassin.c
6491         * src/plugins/spamassassin/spamassassin_gtk.c
6492         * src/plugins/trayicon/trayicon.c
6493                 yet more renaming
6494                 remove deprecated gtk_tooltips_set_delay()
6495
6496 2006-11-26 [paul]       2.6.0cvs63
6497
6498         * src/expldifdlg.c
6499         * src/folderview.c
6500         * src/image_viewer.c
6501         * src/mainwindow.c
6502         * src/gtk/gtkutils.c
6503         * src/gtk/gtkvscrollbutton.c
6504         * src/gtk/prefswindow.c
6505         * src/plugins/pgpcore/prefs_gpg.c
6506                 replace more deprecated GTK+ functions
6507
6508 2006-11-26 [paul]       2.6.0cvs62
6509
6510         * src/addr_compl.c
6511         * src/addressbook.c
6512         * src/browseldap.c
6513                 replace deprecated gtk_idle_... functions
6514
6515 2006-11-26 [paul]       2.6.0cvs61
6516
6517         * src/compose.c
6518         * src/folderview.c
6519         * src/inc.c
6520         * src/summaryview.c
6521         * src/gtk/gtkvscrollbutton.c
6522         * src/gtk/quicksearch.c
6523         * src/plugins/pgpcore/passphrase.c
6524                 replace deprecated gtk_timeout_add and
6525                 gtk_timeout_remove
6526
6527 2006-11-26 [paul]       2.6.0cvs60
6528
6529         * src/compose.c
6530                 fix bug that caused the wrong recipient
6531                 to be selected when replying to a msg
6532                 which is From one of our accounts to
6533                 another of our accounts
6534
6535 2006-11-25 [paul]       2.6.0cvs59
6536
6537         * src/summaryview.c
6538                 don't change the From column title to
6539                 To if the To column is visible
6540
6541 2006-11-24 [paul]       2.6.0cvs58
6542
6543         * src/compose.c
6544                 fix bug 1069, 'Sent mails disappear, BCC
6545                 or locking problem?'
6546
6547 2006-11-21 [wwp]        2.6.0cvs57
6548
6549         * src/compose.c
6550                 fix spelling menu when replying (same as 2.3.1cvs39):
6551                 discrepancy between context menu and top menu when
6552                 folder's dictionary isn't the default one.
6553
6554 2006-11-19 [paul]       2.6.0cvs56
6555
6556         * src/summaryview.c
6557                 obey always_show_msg option when
6558                 marking as spam
6559         * src/plugins/bogofilter/bogofilter.c
6560                 fix typo
6561
6562 2006-11-18 [paul]       2.6.0cvs55
6563
6564         * AUTHORS
6565         * README
6566         * debian/copyright
6567         * manual/ack.xml
6568         * manual/es/ack.xml
6569         * manual/fr/ack.xml
6570         * manual/pl/ack.xml
6571         * src/gtk/authors.h
6572         * src/gtk/icon_legend.c
6573         * src/gtk/icon_legend.h
6574         * tools/OOo2claws-mail.pl
6575         * tools/README
6576         * tools/acroread2claws-mail.pl
6577         * tools/claws.i18n.status.pl
6578         * tools/filter_conv.pl
6579         * tools/filter_conv_new.pl
6580         * tools/freshmeat_search.pl
6581         * tools/google_search.pl
6582         * tools/kmail2claws-mail.pl
6583         * tools/kmail2claws-mail_v2.pl
6584         * tools/maildir2claws-mail.pl
6585         * tools/make.themes.project
6586         * tools/multiwebsearch.pl
6587         * tools/outlook2claws-mail.pl
6588         * tools/tb2claws-mail
6589         * tools/kdeservicemenu/README
6590         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6591                 update mine and wwp's email addresses in
6592                 several places
6593                 Patch by wwp
6594         * src/prefs_compose_writing.c
6595                 set sensitivity on 'new message format' frame
6596
6597 2006-11-17 [paul]       2.6.0cvs54
6598
6599         * src/gtk/about.c
6600                 more reworking of the GUI
6601                 Patch by Fabien Vantard
6602
6603 2006-11-16 [paul]       2.6.0cvs53
6604
6605         * src/gtk/about.c
6606                 set a minimum size for the window, allow
6607                 it to automatically expand as necessary
6608
6609 2006-11-16 [wwp]        2.6.0cvs52
6610
6611         * src/gtk/about.c
6612                 better wrap of copyright info on some systems.
6613
6614 2006-11-16 [paul]       2.6.0cvs51
6615
6616         * src/gtk/about.c
6617                 move the tech info from the upper panel
6618                 to the Info tab
6619                 use a gtk_text_view for the features tab
6620
6621 2006-11-16 [paul]       2.6.0cvs50
6622
6623         * po/Makevars
6624                 update my email address
6625         * src/addressbook.c
6626         * src/compose.c
6627         * src/imap_gtk.c
6628         * src/mh_gtk.c
6629         * src/news_gtk.c
6630         * src/summaryview.c
6631         * src/plugins/trayicon/trayicon.c
6632                 don't offer simple menu separators
6633                 for translation
6634         * src/folderview.c
6635                 add separator between 'mark all read'
6636                 and 'search folder'
6637
6638 2006-11-15 [wwp]        2.6.0cvs49
6639
6640         * src/gtk/authors.h
6641                 updated manuals authors.
6642
6643 2006-11-14 [paul]       2.6.0cvs48
6644
6645         * src/compose.c
6646                 Fix Options/Reply mode after draft save
6647
6648 2006-11-14 [paul]       2.6.0cvs47
6649
6650         * src/Makefile.am
6651                 Fix make DESTDIR=...
6652         * src/mbox.c
6653                 Optimise speed
6654         * src/plugins/pgpinline/pgpinline.c
6655                 Probably fix bug 1061
6656
6657 2006-11-14 [paul]       2.6.0cvs46
6658
6659         * po/Makevars
6660                 enable Q_ macro
6661         * src/Makefile.am
6662         * src/stock_pixmap.c
6663         * src/stock_pixmap.h
6664         * src/gtk/about.c
6665         * src/pixmaps/active.xpm
6666         * src/pixmaps/inactive.xpm
6667                 add a new page, 'Features', to the About dialog
6668                 showing which features are compiled in and which
6669                 are not
6670
6671 2006-11-14 [paul]       2.6.0cvs45
6672
6673         * po/ru.po
6674                 updated by Pavlo Bohmat
6675
6676 2006-11-14 [colin]      2.6.0cvs44
6677
6678         * src/compose.c
6679         * src/inc.c
6680         * src/messageview.c
6681         * src/news.c
6682         * src/pop.c
6683         * src/procmsg.c
6684         * src/gtk/gtkaspell.c
6685                 Fix 64-bit-related warnings
6686         * src/ssl_manager.c
6687                 Fix possible infinite loop
6688         * src/plugins/pgpcore/sgpgme.c
6689                 Remove useless check
6690
6691 2006-11-13 [colin]      2.6.0cvs43
6692
6693         * src/gtk/Makefile.am
6694                 authors.h isn't generated
6695
6696 2006-11-13 [colin]      2.6.0cvs42
6697
6698         * src/plugins/pgpinline/pgpinline.c
6699         * src/plugins/pgpmime/pgpmime.c
6700                 Very probably fix bug 1061, 'crash on 
6701                 opening signed email'. Another cast
6702                 problem
6703
6704 2006-11-13 [colin]      2.6.0cvs41
6705
6706         * src/plugins/pgpcore/sgpgme.c
6707                 Maybe fix bug 1061, 'crash on opening 
6708                 signed email'
6709
6710 2006-11-13 [wwp]        2.6.0cvs40
6711
6712         * src/plugins/pgpinline/pgpinline.c
6713                 fix candidate for bug #1057, thanks to Colin.
6714
6715 2006-11-13 [wwp]        2.6.0cvs39
6716
6717         * src/compose.c
6718         * src/quote_fmt_parse.y
6719                 fix bug 1052: current parser buffer was not always 
6720                 allocated, ptr to this buffer could be returned as 
6721                 NULL whereas no parser error has occurred. in 
6722                 consequence, defining a template body as "%d" 
6723                 (w/o the quotes) for the first time of the instance 
6724                 of claws-mail, was reporting a parser error. make 
6725                 sure that the buffer is always allocated, even to 
6726                 an empty string.
6727                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6728                 unescaping of the fmt string was always done 
6729                 whereas it must be done *only* when receiving 
6730                 quote format strings issued from the prefs 
6731                 (compose new message, reply, forward, redirect 
6732                 formats), *not* when applying templates.  in 
6733                 consequences, applying templates w/ sequences 
6734                 like \\|p{echo} were failing. make sure that 
6735                 unescaping is done only when necessary.
6736
6737 2006-11-12 [colin]      2.6.0cvs38
6738
6739         * po/de.po
6740                 Fix typo (s/KB/MB)
6741
6742 2006-11-12 [colin]      2.6.0cvs37
6743
6744         * src/plugins/pgpinline/pgpinline.c
6745         * src/plugins/pgpmime/pgpmime.c
6746                 Release GPG context at the latest 
6747                 possible moment. Maybe fixes 
6748                 bug 1057, 'crash on sending signed 
6749                 message to a newsgroup'
6750                 
6751
6752 2006-11-12 [colin]      2.6.0cvs36
6753
6754         * src/plugins/pgpcore/sgpgme.c
6755                 Tell a bit more when gpg's status doesn't
6756                 contain any signature
6757
6758 2006-11-12 [colin]      2.6.0cvs35
6759
6760         * src/compose.c
6761                 Fix bug 1060, 'compilation error with 
6762                 Irix's cc'
6763
6764 2006-11-12 [paul]       2.6.0cvs34
6765
6766         * doc/man/claws-mail.1
6767         * src/prefs_gtk.c
6768         * src/plugins/clamav/README
6769         * src/plugins/spamassassin/README
6770         * tools/README
6771         * tools/freshmeat_search.pl
6772         * tools/google_search.pl
6773         * tools/multiwebsearch.pl
6774                 more renaming
6775         * src/plugins/trayicon/trayicon.c
6776                 fix compiliation warning
6777
6778 2006-11-11 [colin]      2.6.0cvs33
6779
6780         * src/folderview.c
6781                 Forbid drag and drop from/to different
6782                 folders of type F_UNKNOWN
6783
6784 2006-11-11 [colin]      2.6.0cvs32
6785
6786         * src/plugins/pgpinline/pgpinline.c
6787                 Fix typo in previous commit:
6788                 - gpgme_new(&ctx);
6789                 + if ((err = gpgme_new(&data->ctx)) ...)
6790
6791 2006-11-11 [colin]      2.6.0cvs31
6792
6793         * src/plugins/pgpinline/pgpinline.c
6794         * src/plugins/pgpmime/pgpmime.c
6795                 Check success after calling gpgme_new
6796                 Maybe fixes bug 1057, 'crash on sending 
6797                 signed message to a newsgroup'
6798
6799 2006-11-11 [colin]      2.6.0cvs30
6800
6801         * src/undo.c
6802                 init undostruct to 0s (from
6803                 valgrind log of bug 1057)
6804
6805 2006-11-10 [colin]      2.6.0cvs29
6806
6807         * src/mainwindow.c
6808                 Set cursor to wait before filtering
6809                 duplicates in all folders
6810         * src/plugins/bogofilter/bogofilter.c
6811         * src/plugins/bogofilter/bogofilter.h
6812         * src/plugins/bogofilter/bogofilter_gtk.c
6813                 Completely thread away the bogofilter
6814                 filtering
6815
6816 2006-11-10 [mones]      2.6.0cvs28
6817
6818         * src/compose.c
6819         * src/compose.h
6820                 added COMPOSE_CHECK_BEFORE_SEND hook
6821
6822 2006-11-10 [paul]       2.6.0cvs27
6823
6824         * src/crash.c
6825                 more renaming
6826                 add libSM to get_compiled_in_features()
6827         * src/main.c
6828                 more renaming
6829
6830 2006-11-10 [colin]      2.6.0cvs26
6831
6832         * src/etpan/imap-thread.c
6833                 Add a reference to libetpan's sasl engine
6834                 so that sasl_done() doesn't get called by
6835                 libetpan, and doesn't break openssl.
6836                 Should fix bug 1053, 'SC fails to reestablish 
6837                 a secure connection'
6838                 Patch by Hoa
6839
6840 2006-11-10 [colin]      2.6.0cvs25
6841
6842         * manual/addrbook.xml
6843         * manual/advanced.xml
6844         * manual/faq.xml
6845         * manual/intro.xml
6846                 Some more renaming
6847
6848 2006-11-09 [colin]      2.6.0cvs24
6849
6850         * src/plugins/bogofilter/bogofilter_gtk.c
6851                 Add comment about annoyance
6852
6853 2006-11-09 [colin]      2.6.0cvs23
6854
6855         * src/plugins/bogofilter/bogofilter.c
6856         * src/plugins/bogofilter/bogofilter_gtk.c
6857                 Prepare things needed to thread bogofilter
6858                 filtering: separate bogo stuff and possible GUI
6859                 stuff. 
6860
6861 2006-11-09 [colin]      2.6.0cvs22
6862
6863         * src/account.c
6864         * src/compose.c
6865                 Search for one of our accounts in Delivered-To
6866                 (helps for auto-account selection when 
6867                  replying/forwarding)
6868         * src/folderview.c
6869         * src/mainwindow.c
6870         * src/mainwindow.h
6871         * src/plugins/trayicon/trayicon.c
6872                 Allow opening a new mail with any account from
6873                 the contextual menu
6874
6875 2006-11-09 [wwp]        2.6.0cvs21
6876
6877         * src/compose.c
6878         * src/prefs_common.c
6879         * src/prefs_common.h
6880         * src/prefs_compose_writing.c
6881                 add a compose new message format (in prefs/compose/writing), it's a
6882                 simple subject+body template to use when opening a new composition
6883                 window. It's similar to the existent reply and forward formats.
6884
6885                 enhanced the template/format % symbols substitution mechanism to
6886                 use current composition window information when % are used in
6887                 the compose new message format or in templates applied to new
6888                 messages (there were useless in that situations before). When
6889                 applied to new messages, %d corresponds to the system time/date.
6890
6891 2006-11-09 [paul]       2.6.0cvs20
6892
6893         * src/gtk/authors.h
6894                 fix last commit
6895
6896 2006-11-09 [paul]       2.6.0cvs19
6897
6898         * src/gtk/authors.h
6899                 keep tje alphabetical order
6900
6901 2006-11-08 [colin]      2.6.0cvs18
6902
6903         * src/etpan/imap-thread.c
6904                 Fix bug 1054, 'Slowness logging big 
6905                 data chunks'
6906
6907 2006-11-08 [paul]       2.6.0cvs17
6908
6909         * tools/Makefile.am
6910                 fix the renaming
6911
6912 2006-11-08 [paul]       2.6.0cvs16
6913
6914         * src/common/defs.h
6915                 update BUGZILLA_URI
6916
6917 2006-11-08 [paul]       2.6.0cvs15
6918
6919         * tools/Makefile.am
6920         * tools/OOo2claws-mail.pl
6921         * tools/OOo2sylpheed.pl
6922         * tools/README
6923         * tools/acroread2claws-mail.pl
6924         * tools/acroread2sylpheed.pl
6925         * tools/kmail2claws-mail.pl
6926         * tools/kmail2claws-mail_v2.pl
6927         * tools/kmail2sylpheed.pl
6928         * tools/kmail2sylpheed_v2.pl
6929         * tools/maildir2claws-mail.pl
6930         * tools/maildir2sylpheed.pl
6931         * tools/nautilus2claws-mail.sh
6932         * tools/nautilus2sylpheed.sh
6933         * tools/outlook2claws-mail.pl
6934         * tools/outlook2sylpheed.pl
6935         * tools/tb2claws-mail
6936         * tools/tb2sylpheed
6937         * tools/tbird2claws.py
6938         * tools/tbird2syl.py
6939         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6940         * tools/kdeservicemenu/install.sh
6941         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6942         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6943         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6944         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6945         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6946                 renamed (removed, added) tools files
6947
6948 2006-11-08 [paul]       2.6.0cvs14
6949
6950         * src/main.c
6951         * src/common/defs.h
6952                 Migrate sylpheedrc to clawsrc, and fix the standard
6953                 plugins path in the process
6954
6955 2006-11-07 [colin]      2.6.0cvs13
6956
6957         * src/Makefile.am
6958                 Symlink sylpheed-claws relative to 
6959                 claws-mail
6960
6961 2006-11-07 [colin]      2.6.0cvs12
6962
6963         * src/compose.c
6964                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
6965
6966 2006-11-07 [paul]       2.6.0cvs11
6967
6968         * src/gtk/about.c
6969                 Fix a missed occurence of
6970                 Sylpheed-Claws
6971
6972 2006-11-07 [paul]       2.6.0cvs10
6973
6974         * src/Makefile.am
6975                 Fix symlink installation
6976
6977 2006-11-07 [paul]       2.6.0cvs9
6978
6979         * src/Makefile.am
6980                 Symlink claws-mail to sylpheed-claws
6981         * src/common/utils.c
6982                 Fix migrating symlinks
6983         * src/etpan/imap-thread.c
6984                 check certificate only when there's
6985                 no error
6986
6987 2006-11-07 [paul]       2.6.0cvs8
6988
6989         * Makefile.am
6990                 Fix icon breakages with Gtk, which needs a 
6991                 cache updated to see them.
6992
6993 2006-11-07 [paul]       2.6.0cvs7
6994
6995         * .cvsignore
6996         * AUTHORS
6997         * COPYING
6998         * INSTALL
6999         * Makefile.am
7000         * NEWS
7001         * README
7002         * RELEASE_NOTES
7003         * autogen.sh
7004         * claws-mail-128x128.png
7005         * claws-mail-64x64.png
7006         * claws-mail.ico
7007         * claws-mail.pc.in
7008         * claws-mail.png
7009         * configure.ac
7010         * sylpheed-claws-128x128.png
7011         * sylpheed-claws-64x64.png
7012         * sylpheed-claws.desktop
7013         * sylpheed-claws.ico
7014         * sylpheed-claws.pc.in
7015         * sylpheed-claws.png
7016         * debian/README.Debian
7017         * debian/changelog
7018         * debian/claws-mail.desktop
7019         * debian/claws-mail.menu
7020         * debian/claws-mail.postinst.debhelper
7021         * debian/claws-mail.postrm.debhelper
7022         * debian/control
7023         * debian/copyright
7024         * debian/files
7025         * debian/rules
7026         * debian/sylpheed-claws.desktop
7027         * debian/sylpheed-claws.menu
7028         * debian/sylpheed-claws.postinst.debhelper
7029         * debian/sylpheed-claws.postrm.debhelper
7030         * doc/man/Makefile.am
7031         * doc/man/claws-mail.1
7032         * doc/man/sylpheed-claws.1
7033         * doc/src/ChangeLog.claws-pre0.8.0
7034         * manual/Makefile.am
7035         * manual/account.xml
7036         * manual/ack.xml
7037         * manual/addrbook.xml
7038         * manual/advanced.xml
7039         * manual/claws-mail-manual.xml
7040         * manual/faq.xml
7041         * manual/glossary.xml
7042         * manual/handling.xml
7043         * manual/intro.xml
7044         * manual/keyboard.xml
7045         * manual/plugins.xml
7046         * manual/starting.xml
7047         * manual/sylpheed-claws-manual.xml
7048         * manual/xml2pdf
7049         * manual/dist/.cvsignore
7050         * manual/dist/html/.cvsignore
7051         * manual/dist/html/Makefile.am
7052         * manual/dist/pdf/.cvsignore
7053         * manual/dist/pdf/Makefile.am
7054         * manual/dist/ps/.cvsignore
7055         * manual/dist/ps/Makefile.am
7056         * manual/dist/txt/.cvsignore
7057         * manual/dist/txt/Makefile.am
7058         * manual/es/Makefile.am
7059         * manual/es/advanced.xml
7060         * manual/es/claws-mail-manual.xml
7061         * manual/es/faq.xml
7062         * manual/es/glossary.xml
7063         * manual/es/handling.xml
7064         * manual/es/intro.xml
7065         * manual/es/plugins.xml
7066         * manual/es/sylpheed-claws-manual.xml
7067         * manual/es/dist/.cvsignore
7068         * manual/es/dist/html/.cvsignore
7069         * manual/es/dist/html/Makefile.am
7070         * manual/es/dist/pdf/.cvsignore
7071         * manual/es/dist/pdf/Makefile.am
7072         * manual/es/dist/ps/.cvsignore
7073         * manual/es/dist/ps/Makefile.am
7074         * manual/es/dist/txt/.cvsignore
7075         * manual/es/dist/txt/Makefile.am
7076         * manual/fr/Makefile.am
7077         * manual/fr/account.xml
7078         * manual/fr/ack.xml
7079         * manual/fr/addrbook.xml
7080         * manual/fr/advanced.xml
7081         * manual/fr/claws-mail-manual.xml
7082         * manual/fr/faq.xml
7083         * manual/fr/glossary.xml
7084         * manual/fr/handling.xml
7085         * manual/fr/intro.xml
7086         * manual/fr/keyboard.xml
7087         * manual/fr/plugins.xml
7088         * manual/fr/starting.xml
7089         * manual/fr/sylpheed-claws-manual.xml
7090         * manual/fr/dist/.cvsignore
7091         * manual/fr/dist/html/.cvsignore
7092         * manual/fr/dist/html/Makefile.am
7093         * manual/fr/dist/pdf/.cvsignore
7094         * manual/fr/dist/pdf/Makefile.am
7095         * manual/fr/dist/ps/.cvsignore
7096         * manual/fr/dist/ps/Makefile.am
7097         * manual/fr/dist/txt/.cvsignore
7098         * manual/fr/dist/txt/Makefile.am
7099         * manual/pl/Makefile.am
7100         * manual/pl/account.xml
7101         * manual/pl/ack.xml
7102         * manual/pl/addrbook.xml
7103         * manual/pl/advanced.xml
7104         * manual/pl/claws-mail-manual.xml
7105         * manual/pl/faq.xml
7106         * manual/pl/glossary.xml
7107         * manual/pl/handling.xml
7108         * manual/pl/intro.xml
7109         * manual/pl/keyboard.xml
7110         * manual/pl/plugins.xml
7111         * manual/pl/starting.xml
7112         * manual/pl/sylpheed-claws-manual.xml
7113         * manual/pl/dist/.cvsignore
7114         * manual/pl/dist/html/.cvsignore
7115         * manual/pl/dist/html/Makefile.am
7116         * manual/pl/dist/pdf/.cvsignore
7117         * manual/pl/dist/pdf/Makefile.am
7118         * manual/pl/dist/ps/.cvsignore
7119         * manual/pl/dist/ps/Makefile.am
7120         * manual/pl/dist/txt/.cvsignore
7121         * manual/pl/dist/txt/Makefile.am
7122         * po/.cvsignore
7123         * po/Makevars
7124         * src/.cvsignore
7125         * src/Makefile.am
7126         * src/account.c
7127         * src/account.h
7128         * src/action.c
7129         * src/action.h
7130         * src/adbookbase.h
7131         * src/addr_compl.c
7132         * src/addr_compl.h
7133         * src/addrbook.c
7134         * src/addrcache.c
7135         * src/addrcache.h
7136         * src/addrcindex.c
7137         * src/addrcindex.h
7138         * src/addrclip.c
7139         * src/addrclip.h
7140         * src/addrdefs.h
7141         * src/addressadd.c
7142         * src/addressadd.h
7143         * src/addressbook.c
7144         * src/addressbook.h
7145         * src/addressbook_foldersel.c
7146         * src/addressbook_foldersel.h
7147         * src/addrgather.c
7148         * src/addrgather.h
7149         * src/addrharvest.c
7150         * src/addrharvest.h
7151         * src/addrindex.c
7152         * src/addrindex.h
7153         * src/addritem.c
7154         * src/addritem.h
7155         * src/addrquery.c
7156         * src/addrquery.h
7157         * src/addrselect.c
7158         * src/addrselect.h
7159         * src/alertpanel.c
7160         * src/alertpanel.h
7161         * src/browseldap.c
7162         * src/browseldap.h
7163         * src/codeconv.c
7164         * src/codeconv.h
7165         * src/compose.c
7166         * src/crash.c
7167         * src/crash.h
7168         * src/customheader.c
7169         * src/customheader.h
7170         * src/displayheader.c
7171         * src/displayheader.h
7172         * src/editaddress.c
7173         * src/editaddress.h
7174         * src/editbook.c
7175         * src/editbook.h
7176         * src/editgroup.c
7177         * src/editgroup.h
7178         * src/editjpilot.c
7179         * src/editjpilot.h
7180         * src/editldap.c
7181         * src/editldap.h
7182         * src/editldap_basedn.c
7183         * src/editldap_basedn.h
7184         * src/editvcard.c
7185         * src/editvcard.h
7186         * src/exphtmldlg.c
7187         * src/exphtmldlg.h
7188         * src/expldifdlg.c
7189         * src/expldifdlg.h
7190         * src/export.c
7191         * src/exporthtml.c
7192         * src/exporthtml.h
7193         * src/exportldif.c
7194         * src/exportldif.h
7195         * src/filtering.c
7196         * src/filtering.h
7197         * src/folder.c
7198         * src/folder.h
7199         * src/folder_item_prefs.c
7200         * src/folder_item_prefs.h
7201         * src/foldersel.c
7202         * src/foldersel.h
7203         * src/folderutils.c
7204         * src/folderutils.h
7205         * src/folderview.c
7206         * src/folderview.h
7207         * src/grouplistdialog.c
7208         * src/grouplistdialog.h
7209         * src/html.c
7210         * src/html.h
7211         * src/image_viewer.c
7212         * src/image_viewer.h
7213         * src/imap.c
7214         * src/imap.h
7215         * src/imap_gtk.c
7216         * src/imap_gtk.h
7217         * src/import.c
7218         * src/import.h
7219         * src/importldif.c
7220         * src/importldif.h
7221         * src/importmutt.c
7222         * src/importmutt.h
7223         * src/importpine.c
7224         * src/importpine.h
7225         * src/inc.c
7226         * src/inc.h
7227         * src/jpilot.c
7228         * src/jpilot.h
7229         * src/ldapctrl.c
7230         * src/ldapctrl.h
7231         * src/ldaplocate.c
7232         * src/ldaplocate.h
7233         * src/ldapquery.c
7234         * src/ldapquery.h
7235         * src/ldapserver.c
7236         * src/ldapserver.h
7237         * src/ldaputil.c
7238         * src/ldaputil.h
7239         * src/ldif.c
7240         * src/ldif.h
7241         * src/localfolder.c
7242         * src/localfolder.h
7243         * src/main.c
7244         * src/main.h
7245         * src/mainwindow.c
7246         * src/mainwindow.h
7247         * src/manual.c
7248         * src/manual.h
7249         * src/matcher.c
7250         * src/matcher.h
7251         * src/matcher_parser.h
7252         * src/matcher_parser_lex.l
7253         * src/matcher_parser_parse.y
7254         * src/mbox.c
7255         * src/mbox.h
7256         * src/message_search.c
7257         * src/message_search.h
7258         * src/messageview.c
7259         * src/messageview.h
7260         * src/mh.c
7261         * src/mh.h
7262         * src/mh_gtk.c
7263         * src/mh_gtk.h
7264         * src/mimeview.c
7265         * src/mimeview.h
7266         * src/msgcache.c
7267         * src/msgcache.h
7268         * src/mutt.c
7269         * src/mutt.h
7270         * src/news.c
7271         * src/news.h
7272         * src/news_gtk.c
7273         * src/news_gtk.h
7274         * src/noticeview.c
7275         * src/noticeview.h
7276         * src/partial_download.c
7277         * src/partial_download.h
7278         * src/pine.c
7279         * src/pine.h
7280         * src/pop.c
7281         * src/pop.h
7282         * src/prefs_account.c
7283         * src/prefs_account.h
7284         * src/prefs_actions.c
7285         * src/prefs_actions.h
7286         * src/prefs_common.c
7287         * src/prefs_common.h
7288         * src/prefs_compose_writing.c
7289         * src/prefs_compose_writing.h
7290         * src/prefs_customheader.c
7291         * src/prefs_customheader.h
7292         * src/prefs_display_header.c
7293         * src/prefs_display_header.h
7294         * src/prefs_ext_prog.c
7295         * src/prefs_ext_prog.h
7296         * src/prefs_filtering.c
7297         * src/prefs_folder_column.c
7298         * src/prefs_folder_column.h
7299         * src/prefs_folder_item.c
7300         * src/prefs_folder_item.h
7301         * src/prefs_fonts.c
7302         * src/prefs_fonts.h
7303         * src/prefs_gtk.c
7304         * src/prefs_gtk.h
7305         * src/prefs_image_viewer.c
7306         * src/prefs_image_viewer.h
7307         * src/prefs_matcher.c
7308         * src/prefs_matcher.h
7309         * src/prefs_message.c
7310         * src/prefs_message.h
7311         * src/prefs_msg_colors.c
7312         * src/prefs_msg_colors.h
7313         * src/prefs_other.c
7314         * src/prefs_other.h
7315         * src/prefs_quote.c
7316         * src/prefs_quote.h
7317         * src/prefs_receive.c
7318         * src/prefs_receive.h
7319         * src/prefs_send.c
7320         * src/prefs_send.h
7321         * src/prefs_spelling.c
7322         * src/prefs_spelling.h
7323         * src/prefs_summaries.c
7324         * src/prefs_summaries.h
7325         * src/prefs_summary_column.c
7326         * src/prefs_summary_column.h
7327         * src/prefs_template.c
7328         * src/prefs_template.h
7329         * src/prefs_themes.c
7330         * src/prefs_themes.h
7331         * src/prefs_toolbar.c
7332         * src/prefs_toolbar.h
7333         * src/prefs_wrapping.c
7334         * src/prefs_wrapping.h
7335         * src/privacy.c
7336         * src/privacy.h
7337         * src/procheader.c
7338         * src/procheader.h
7339         * src/procmime.c
7340         * src/procmime.h
7341         * src/procmsg.c
7342         * src/procmsg.h
7343         * src/quote_fmt.c
7344         * src/quote_fmt_parse.y
7345         * src/recv.c
7346         * src/recv.h
7347         * src/remotefolder.c
7348         * src/remotefolder.h
7349         * src/send_message.c
7350         * src/send_message.h
7351         * src/setup.c
7352         * src/setup.h
7353         * src/sourcewindow.c
7354         * src/sourcewindow.h
7355         * src/ssl_manager.c
7356         * src/ssl_manager.h
7357         * src/statusbar.c
7358         * src/statusbar.h
7359         * src/stock_pixmap.c
7360         * src/stock_pixmap.h
7361         * src/summary_search.c
7362         * src/summary_search.h
7363         * src/summaryview.c
7364         * src/summaryview.h
7365         * src/syldap.c
7366         * src/syldap.h
7367         * src/textview.c
7368         * src/textview.h
7369         * src/toolbar.c
7370         * src/toolbar.h
7371         * src/undo.c
7372         * src/undo.h
7373         * src/unmime.c
7374         * src/unmime.h
7375         * src/vcard.c
7376         * src/vcard.h
7377         * src/wizard.c
7378         * src/wizard.h
7379         * src/common/base64.c
7380         * src/common/base64.h
7381         * src/common/defs.h
7382         * src/common/hooks.c
7383         * src/common/hooks.h
7384         * src/common/log.c
7385         * src/common/log.h
7386         * src/common/mgutils.c
7387         * src/common/mgutils.h
7388         * src/common/nntp.c
7389         * src/common/nntp.h
7390         * src/common/passcrypt.c
7391         * src/common/passcrypt.h.in
7392         * src/common/plugin.c
7393         * src/common/plugin.h
7394         * src/common/prefs.c
7395         * src/common/prefs.h
7396         * src/common/progressindicator.c
7397         * src/common/progressindicator.h
7398         * src/common/quoted-printable.c
7399         * src/common/quoted-printable.h
7400         * src/common/session.c
7401         * src/common/session.h
7402         * src/common/smtp.c
7403         * src/common/smtp.h
7404         * src/common/socket.c
7405         * src/common/socket.h
7406         * src/common/ssl.c
7407         * src/common/ssl.h
7408         * src/common/stringtable.c
7409         * src/common/stringtable.h
7410         * src/common/sylpheed.c
7411         * src/common/sylpheed.h
7412         * src/common/template.c
7413         * src/common/template.h
7414         * src/common/timing.h
7415         * src/common/utils.c
7416         * src/common/utils.h
7417         * src/common/version.h.in
7418         * src/common/xml.c
7419         * src/common/xml.h
7420         * src/common/xmlprops.c
7421         * src/common/xmlprops.h
7422         * src/gtk/about.c
7423         * src/gtk/colorlabel.c
7424         * src/gtk/colorlabel.h
7425         * src/gtk/colorsel.c
7426         * src/gtk/colorsel.h
7427         * src/gtk/combobox.c
7428         * src/gtk/combobox.h
7429         * src/gtk/description_window.c
7430         * src/gtk/description_window.h
7431         * src/gtk/filesel.c
7432         * src/gtk/filesel.h
7433         * src/gtk/foldersort.c
7434         * src/gtk/foldersort.h
7435         * src/gtk/gtkaspell.c
7436         * src/gtk/gtkaspell.h
7437         * src/gtk/gtksctree.c
7438         * src/gtk/gtkshruler.c
7439         * src/gtk/gtkshruler.h
7440         * src/gtk/gtkutils.c
7441         * src/gtk/gtkutils.h
7442         * src/gtk/icon_legend.c
7443         * src/gtk/icon_legend.h
7444         * src/gtk/logwindow.c
7445         * src/gtk/logwindow.h
7446         * src/gtk/manage_window.c
7447         * src/gtk/manage_window.h
7448         * src/gtk/pluginwindow.c
7449         * src/gtk/pluginwindow.h
7450         * src/gtk/prefswindow.c
7451         * src/gtk/prefswindow.h
7452         * src/gtk/quicksearch.c
7453         * src/gtk/quicksearch.h
7454         * src/pixmaps/claws-mail.xpm
7455         * src/pixmaps/claws-mail_icon.xpm
7456         * src/pixmaps/claws-mail_logo.xpm
7457         * src/pixmaps/sylpheed-claws.xpm
7458         * src/pixmaps/sylpheed-claws_icon.xpm
7459         * src/pixmaps/sylpheed-claws_logo.xpm
7460         * src/plugins/bogofilter/Makefile.am
7461         * src/plugins/bogofilter/bogofilter.c
7462         * src/plugins/bogofilter/bogofilter.h
7463         * src/plugins/bogofilter/bogofilter_gtk.c
7464         * src/plugins/clamav/Makefile.am
7465         * src/plugins/clamav/clamav_plugin.c
7466         * src/plugins/clamav/clamav_plugin.h
7467         * src/plugins/clamav/clamav_plugin_gtk.c
7468         * src/plugins/demo/Makefile.am
7469         * src/plugins/demo/demo.c
7470         * src/plugins/dillo_viewer/Makefile.am
7471         * src/plugins/dillo_viewer/README
7472         * src/plugins/dillo_viewer/dillo_prefs.c
7473         * src/plugins/dillo_viewer/dillo_prefs.h
7474         * src/plugins/dillo_viewer/dillo_viewer.c
7475         * src/plugins/pgpcore/Makefile.am
7476         * src/plugins/pgpcore/passphrase.c
7477         * src/plugins/pgpcore/passphrase.h
7478         * src/plugins/pgpcore/pgp_viewer.c
7479         * src/plugins/pgpcore/pgp_viewer.h
7480         * src/plugins/pgpcore/plugin.c
7481         * src/plugins/pgpcore/prefs_gpg.c
7482         * src/plugins/pgpcore/prefs_gpg.h
7483         * src/plugins/pgpcore/select-keys.c
7484         * src/plugins/pgpcore/select-keys.h
7485         * src/plugins/pgpcore/sgpgme.c
7486         * src/plugins/pgpcore/sgpgme.h
7487         * src/plugins/pgpcore/sylpheed.def
7488         * src/plugins/pgpcore/version.rc
7489         * src/plugins/pgpinline/Makefile.am
7490         * src/plugins/pgpinline/pgpinline.c
7491         * src/plugins/pgpinline/pgpinline.h
7492         * src/plugins/pgpinline/plugin.c
7493         * src/plugins/pgpinline/sylpheed.def
7494         * src/plugins/pgpinline/version.rc
7495         * src/plugins/pgpmime/Makefile.am
7496         * src/plugins/pgpmime/pgpmime.c
7497         * src/plugins/pgpmime/pgpmime.h
7498         * src/plugins/pgpmime/plugin.c
7499         * src/plugins/pgpmime/sylpheed.def
7500         * src/plugins/pgpmime/version.rc
7501         * src/plugins/spamassassin/Makefile.am
7502         * src/plugins/spamassassin/README
7503         * src/plugins/spamassassin/spamassassin.c
7504         * src/plugins/spamassassin/spamassassin.h
7505         * src/plugins/spamassassin/spamassassin_gtk.c
7506         * src/plugins/trayicon/Makefile.am
7507         * src/plugins/trayicon/trayicon.c
7508         * tools/OOo2sylpheed.pl
7509         * tools/README
7510         * tools/README.sylprint
7511         * tools/acroread2sylpheed.pl
7512         * tools/claws.i18n.status.pl
7513         * tools/filter_conv.pl
7514         * tools/filter_conv_new.pl
7515         * tools/freshmeat_search.pl
7516         * tools/google_search.pl
7517         * tools/kmail2sylpheed.pl
7518         * tools/kmail2sylpheed_v2.pl
7519         * tools/make.themes.project
7520         * tools/multiwebsearch.pl
7521         * tools/nautilus2sylpheed.sh
7522         * tools/outlook2sylpheed.pl
7523         * tools/sylprint.pl
7524         * tools/sylprint.rc
7525         * tools/tb2sylpheed
7526         * tools/textviewer.sh
7527         * tools/vcard2xml.py
7528         * tools/kdeservicemenu/README
7529         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7530         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7531         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7532                 Change name to Claws Mail. Announce to follow...
7533
7534 2006-11-06 [wwp]        2.6.0cvs6
7535
7536         * src/prefs_template.c
7537                 unify messages related to quote format/template errors (fix
7538                 capitalization), again.
7539
7540 2006-11-06 [wwp]        2.6.0cvs5
7541
7542         * src/prefs_quote.c
7543                 unify messages related to quote format/template errors.
7544
7545 2006-11-06 [wwp]        2.6.0cvs4
7546
7547         * src/prefs_msg_colors.c
7548                 more uses of Q_ macro for contextual translations, thanks
7549                 to Fabien (fzzzzz).
7550
7551 2006-11-06 [wwp]        2.6.0cvs3
7552
7553         * src/compose.c
7554         * src/common/utils.c
7555         * src/common/utils.h
7556                 show an alertpanel to make sure users are aware that sensitive
7557                 files are attached (it's file blacklist-based). This will fix
7558                 interaction w/ GoogleEarth for instance, thanks to Colin.
7559
7560 2006-11-06 [wwp]        2.6.0cvs2
7561
7562         * src/prefs_quote.c
7563         * src/prefs_template.c
7564         * src/prefs_template.h
7565                 check quote format when applying/closing prefs. For now this only
7566                 shows up an error dialog box, not preventing the user from using
7567                 a broken quote (reply, forwards) format.
7568
7569 2006-11-06 [wwp]        2.6.0cvs1
7570
7571         * src/prefs_template.c
7572                 fix missing checks of some template fields.
7573
7574 2006-11-06 [paul]       2.6.0
7575
7576         * NEWS
7577         * README
7578         * RELEASE_NOTES
7579                 2.6.0 released
7580
7581 2006-11-06 [paul]       2.5.6cvs22
7582
7583         * manual/advanced.xml
7584         * manual/es/advanced.xml
7585                 put 'respect_flowed_format' info in the correct
7586                 place
7587
7588 2006-11-06 [mones]      2.5.6cvs21
7589
7590         * po/es.po
7591                 Minor fixes for release
7592
7593 2006-11-06 [paul]       2.5.6cvs20
7594
7595         * po/cs.po
7596         * po/de.po
7597         * po/fr.po
7598         * po/it.po
7599         * po/nl.po
7600         * po/pt_BR.po
7601         * po/sk.po
7602         * po/sv.po
7603         * po/zh_CN.po
7604                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7605                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7606                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7607                 Young
7608
7609 2006-11-02 [colin]      2.5.6cvs19
7610
7611         * src/imap.c
7612         * src/imap.h
7613         * src/prefs_account.c
7614         * src/etpan/imap-thread.c
7615                 Add GSSAPI support - fixes Debian bug #383274
7616
7617 2006-11-01 [colin]      2.5.6cvs18
7618
7619         * src/jpilot.c
7620                 Handle libpisock12 support. Probably
7621                 fixes bug 1046, 'jpilot AddressDB.pdb 
7622                 import fail'
7623
7624 2006-11-01 [colin]      2.5.6cvs17
7625
7626         * src/folderutils.c
7627                 debug_print() folderutils_mark_all_read()
7628
7629 2006-11-01 [colin]      2.5.6cvs16
7630
7631         * COPYING
7632                 Add missed files to the Apache exception
7633
7634 2006-10-31 [colin]      2.5.6cvs15
7635
7636         * src/folder.c
7637         * src/folder.h
7638                 Add a copy_private_data() func to FolderClasses
7639                 Doesn't break the feature freeze, because we 
7640                 won't use it (right now) in the core.
7641
7642 2006-10-31 [colin]      2.5.6cvs14
7643
7644         * COPYING
7645                 Allow linking with the Apache licensed files in
7646                 src/plugins/spamassassin. Hopefully fixes 
7647                 bug 1048, 'Spamassassin plugin license problem'
7648
7649 2006-10-31 [wwp]        2.5.6cvs13
7650
7651         * src/compose.c
7652                 fix and optimize trimming of leading linefeeds in body loop.
7653
7654 2006-10-31 [colin]      2.5.6cvs12
7655
7656         * src/etpan/imap-thread.c
7657         * src/imap.c
7658                 Make really sure to have NULL sets in case
7659                 of error
7660
7661 2006-10-30 [wwp]        2.5.6cvs11
7662
7663         * src/prefs_common.c
7664         * src/prefs_common.h
7665         * src/compose.c
7666                 fix broken storage of quote format template when it contains \-escape
7667                 sequences. The application of such sequences is also fixed now (\t
7668                 in quote format will be a real tab instead of a 't', for instance).
7669
7670 2006-10-27 [colin]      2.5.6cvs10
7671
7672         * src/compose.c
7673                 Probably fix bug 1045, 'sylpheed-claws 
7674                 doesn't remove the mail from the IMAP 
7675                 Queue folder after sending'. From
7676                 2.5.6cvs3-stable
7677
7678 2006-10-27 [colin]      2.5.6cvs9
7679
7680         * configure.ac
7681                 Require libetpan-0.48. I'm so annoying,
7682                 I know ;-)
7683
7684 2006-10-27 [colin]      2.5.6cvs8
7685
7686         * src/folder.c
7687         * src/imap.c
7688                 Probably fix bug 1044, 'sylpheed-claws 
7689                 segfaults while moving mails' - Fix relation
7690                 usage when moving to an IMAP mailbox from another
7691                 mailbox
7692
7693 2006-10-26 [paul]       2.5.6cvs7
7694
7695         * src/gtk/about.c
7696                 add libSM to compiled-in features
7697                 list
7698
7699 2006-10-24 [colin]      2.5.6cvs6
7700
7701         * src/textview.c
7702         * src/gtk/gtkutils.c
7703                 Fix crash when printing emails with an
7704                 xface
7705
7706 2006-10-24 [mones]      2.5.6cvs5
7707
7708         * manual/es/advanced.xml
7709                 Synchronize hidden option respect_flowed_format
7710         * po/es.po
7711                 Updated translation
7712
7713 2006-10-21 [paul]       2.5.6cvs4
7714
7715         * src/gtk/authors.h
7716         * src/plugins/pgpcore/pgp_viewer.c
7717         * src/plugins/pgpcore/sgpgme.c
7718                 fix building on BSDs
7719                 Thanks to Michael Hughes
7720                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7721
7722 2006-10-20 [colin]      2.5.6cvs3
7723
7724         * configure.ac
7725                 Bump up libetpan requirement
7726                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7727         * src/common/utils.c
7728         * src/common/utils.h
7729                 Add convenience get_file_mtime()
7730         * src/imap.c
7731         * src/etpan/imap-thread.c
7732         * src/etpan/imap-thread.h
7733                 Implement UIDPLUS support if the server
7734                 supports it - faster sending in this case
7735
7736 2006-10-19 [colin]      2.5.6cvs2
7737
7738         * src/gtk/quicksearch.c
7739                 Fix emptying in type-ahead+extended mode
7740         * src/mainwindow.c
7741         * src/mainwindow.h
7742                 Add a hook for offline state change
7743         * src/plugins/trayicon/trayicon.c
7744                 Use it to display offline icons
7745         * src/plugins/trayicon/Makefile.am
7746         * src/plugins/trayicon/newmail.offline.xpm
7747         * src/plugins/trayicon/newmarkedmail.offline.xpm
7748         * src/plugins/trayicon/nomail.offline.xpm
7749         * src/plugins/trayicon/unreadmail.offline.xpm
7750         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7751                 Add the icons
7752
7753 2006-10-12 [paul]       2.5.6cvs1
7754
7755         * NEWS
7756         * README
7757         * configure.ac
7758                 Update version number following
7759                 stable release
7760
7761 2006-10-19 [colin]      2.5.5cvs18
7762
7763         * manual/handling.xml
7764                 Add type-ahead search
7765
7766 2006-10-18 [colin]      2.5.5cvs17
7767
7768         * src/gtk/quicksearch.c
7769                 Remove "save to history only if there's
7770                 no syntax error", it breaks for some 
7771                 reason which I'll investigate later.
7772
7773 2006-10-18 [colin]      2.5.5cvs16
7774
7775         * src/prefs_common.c
7776         * src/prefs_common.h
7777         * src/summaryview.c
7778         * src/gtk/quicksearch.c
7779         * src/gtk/quicksearch.h
7780                 Add a type-ahead option for fast searches
7781                 Patch by Fabien Vantard
7782
7783 2006-10-18 [colin]      2.5.5cvs15
7784
7785         * src/compose.c
7786         * src/compose.h
7787                 Add Options/Reply mode/ menu to be able to
7788                 change the recipients of a reply on the fly
7789
7790 2006-10-18 [colin]      2.5.5cvs14
7791
7792         * src/compose.c
7793                 Fix redirecting of our own sent mails
7794
7795 2006-10-17 [wwp]        2.5.5cvs13
7796
7797         * src/send_message.c
7798                 Fix duplicate error messages when sending, and missing
7799                 newline in such error messages.
7800
7801 2006-10-17 [colin]      2.5.5cvs12
7802
7803         * src/compose.c
7804                 Compare addresses case-insensitive
7805
7806 2006-10-17 [colin]      2.5.5cvs11
7807
7808         * src/plugins/pgpcore/sgpgme.c
7809                 Fix return status
7810
7811 2006-10-17 [colin]      2.5.5cvs10
7812
7813         * src/plugins/pgpcore/pgp_viewer.c
7814                 Fix return status
7815
7816 2006-10-17 [colin]      2.5.5cvs9
7817
7818         * src/quote_fmt.c
7819                 Fix a typo (thanks to Fabien)
7820
7821 2006-10-16 [colin]      2.5.5cvs8
7822
7823         * src/textview.c
7824                 Fix problem with quote-folding when emails
7825                 don't convert cleanly to UTF-8
7826
7827 2006-10-14 [colin]      2.5.5cvs7
7828
7829         * src/prefs_template.c
7830                 Reset fields when reopening
7831                 the window
7832
7833 2006-10-13 [paul]       2.5.5cvs6
7834
7835         * manual/advanced.xml
7836         * src/prefs_message.c
7837                 make 'respect_flowed_format' a hidden
7838                 option, and add a manual entry for it
7839                 Thanks to Colin
7840
7841 2006-10-12 [colin]      2.5.5cvs5
7842
7843         * src/codeconv.c
7844                 Revert part of 2.5.2cvs21:
7845                 Don't optimise by reusing the 
7846                 last iconv converter if possible:
7847                 it seems slightly broken in a 
7848                 very hard way to reproduce
7849
7850 2006-10-12 [colin]      2.5.5cvs4
7851
7852         * src/prefs_common.c
7853         * src/prefs_common.h
7854         * src/prefs_message.c
7855         * src/procmime.c
7856                 Fix bug 1035, 'Incorrect handling 
7857                 of flowed lines'. We now optionnaly
7858                 handle this format (preference is in
7859                 Message View/Text options section)
7860
7861 2006-10-12 [colin]      2.5.5cvs3
7862
7863         * po/POTFILES.in
7864                 Add new file
7865         * src/plugins/pgpcore/pgp_viewer.c
7866         * src/plugins/pgpcore/sgpgme.c
7867                 Don't try to import without asking
7868
7869 2006-10-12 [colin]      2.5.5cvs2
7870
7871         * src/compose.c
7872                 Fix bug 1036, 'Forwarding a mutlipart
7873                 mail with a "text/html" block to ms
7874                 outlook users leeds to freeze of
7875                 outlook'. Poor outlook users...
7876
7877 2006-10-12 [paul]       2.5.5cvs1
7878
7879         * NEWS
7880         * README
7881         * configure.ac
7882                 Update version number following
7883                 stable release
7884
7885 2006-10-11 [paul]       2.5.4cvs1
7886
7887         * NEWS
7888         * README
7889         * configure.ac
7890                 Update version number following
7891                 stable release
7892
7893 2006-10-11 [paul]       2.5.3cvs32
7894
7895         * src/textview.c
7896                 fix bug 1032, 'Segmentation fault when showing
7897                 message' (bug in quote folding)
7898                 Thanks to Colin
7899
7900 2006-10-10 [colin]      2.5.3cvs31
7901
7902         * src/quote_fmt.c
7903                 Rephrase english a bit
7904
7905 2006-10-10 [colin]      2.5.3cvs30
7906
7907         * src/prefs_compose_writing.c
7908                 Stop making the page larger than the window
7909
7910 2006-10-10 [wwp]        2.5.3cvs29
7911
7912         * src/compose.c
7913         * src/prefs_template.c
7914         * src/quote_fmt.c
7915         * src/quote_fmt.h
7916         * src/quote_fmt_lex.l
7917         * src/quote_fmt_parse.y
7918                 Extend the quote parser a bit: allow to get access to
7919                 basic (composing) account info.
7920
7921 2006-10-10 [colin]      2.5.3cvs28
7922
7923         * src/procheader.c
7924                 Fix this \t problem in subject
7925
7926 2006-10-09 [colin]      2.5.3cvs27
7927
7928         * src/main.c
7929         * src/prefs_gtk.c
7930                 Prepare cache a bit later
7931                 If section already exists, skip the new one 
7932                 (as previously); avoid writing the same block
7933                 twice - if we find a second block with the 
7934                 same id, skip it.
7935         * src/plugins/pgpcore/pgp_viewer.c
7936                 Set cursor to busy when retrieving a key
7937         * src/plugins/pgpcore/sgpgme.c
7938                 allow 5 seconds for gpg to export the key
7939                 
7940
7941 2006-10-09 [colin]      2.5.3cvs26
7942
7943         * configure.ac
7944         * src/msgcache.c
7945         * src/prefs_gtk.c
7946                 Check for existence of fgets_unlocked
7947                 and fwrite_unlocked
7948
7949 2006-10-09 [paul]       2.5.3cvs25
7950
7951         * src/prefs_summaries.c
7952                 replace strftime() with fast_strftime() and in
7953                 the consequence fix the bug in the display of
7954                 AM/PM in the 'Example' string
7955
7956 2006-10-09 [ticho]      2.5.3cvs24
7957
7958         * po/sk.po
7959                 Updated (and fixed up somewhat) Slovak translation.
7960
7961 2006-10-08 [colin]      2.5.3cvs23
7962
7963         * src/prefs_folder_item.c
7964                 Explain why prefs in the top-level folder
7965                 aren't retained, but are still useful
7966
7967 2006-10-08 [colin]      2.5.3cvs22
7968
7969         * src/prefs_gtk.c
7970                 Don't cache anything if caching fails
7971
7972 2006-10-08 [colin]      2.5.3cvs21
7973
7974         * src/common/utils.c
7975                 always include gi18n.h
7976
7977 2006-10-07 [colin]      2.5.3cvs20
7978
7979         * src/plugins/pgpcore/pgp_viewer.c
7980                 Kill gpg after 5 seconds wait
7981
7982 2006-10-07 [colin]      2.5.3cvs19
7983
7984         * src/plugins/pgpcore/pgp_viewer.c
7985         * src/plugins/pgpcore/pgp_viewer.h
7986                 Fix copyright
7987
7988 2006-10-07 [colin]      2.5.3cvs18
7989
7990         * src/plugins/pgpcore/pgp_viewer.c
7991         * src/plugins/pgpcore/pgp_viewer.h
7992                 Actually add the files to CVS
7993
7994 2006-10-07 [colin]      2.5.3cvs17
7995
7996         * src/plugins/pgpcore/sgpgme.c
7997                 Be sure not to crash on 'application/pgp-signature' that
7998                 are not application/pgp-signatures
7999
8000 2006-10-07 [colin]      2.5.3cvs16
8001
8002         * src/textview.c
8003         * src/textview.h
8004                 Make a bit more of the API available
8005         * src/plugins/pgpcore/Makefile.am
8006         * src/plugins/pgpcore/plugin.c
8007         * src/plugins/pgpcore/sgpgme.c
8008                 Add basic key import/export
8009
8010 2006-10-07 [colin]      2.5.3cvs15
8011
8012         * src/folderview.c
8013         * src/imap.c
8014         * src/prefs_account.c
8015         * src/wizard.c
8016                 Warn users *everywhere* if libetpan's not
8017                 linked in
8018
8019 2006-10-06 [mones]      2.5.3cvs14
8020
8021         * po/de.po
8022         * po/es.po
8023                 updated by Stephan Sachse and me
8024
8025 2006-10-06 [colin]      2.5.3cvs13
8026
8027         * src/main.c
8028         * src/common/sylpheed.c
8029                 Don't load common plugins if --exit is passed
8030         * src/prefs_gtk.c
8031         * src/prefs_gtk.h
8032                 Implement a cache to avoid reading the same
8033                 files over and over again at startup
8034
8035 2006-10-06 [colin]      2.5.3cvs12
8036
8037         * src/summaryview.c
8038         * src/gtk/quicksearch.c
8039                 Update display every 5k mails on fast searches
8040
8041 2006-10-06 [colin]      2.5.3cvs11
8042
8043         * src/textview.c
8044                 Don't do quote folding on HTML or ERTF.
8045                 May fix the Cygwin issues if they were
8046                 happening with HTML mails?
8047
8048 2006-10-05 [colin]      2.5.3cvs10
8049
8050         * src/prefs_gtk.c
8051                 Oops, forgot one
8052
8053 2006-10-05 [colin]      2.5.3cvs9
8054
8055         * src/prefs_gtk.c
8056                 Use unlocked_stdio here too
8057
8058 2006-10-05 [colin]      2.5.3cvs8
8059
8060         * src/folderview.c
8061                 Fix go to next * after preferences apply
8062         * src/msgcache.c
8063                 Do the fd lock/unlock ourselves instead of
8064                 letting the libc do it at each write 
8065
8066 2006-10-05 [colin]      2.5.3cvs7
8067
8068         * src/common/utils.c
8069                 Faster division, thanks to Jean Diraison
8070
8071 2006-10-05 [paul]       2.5.3cvs6
8072
8073         * src/common/utils.c
8074                 fix building with --disable-nls
8075
8076 2006-10-04 [colin]      2.5.3cvs5
8077
8078         * src/folder.c
8079                 Maybe fix a segfault
8080
8081 2006-10-04 [wwp]        2.5.3cvs4
8082
8083         * src/prefs_folder_item.c
8084                 Fine-tune layouts in folder item prefs. Suggested by
8085                 Fabien Vantard <fzzzzz@gmail.com>.
8086
8087 2006-10-04 [wwp]        2.5.3cvs3
8088
8089         * src/prefs_folder_item.c
8090                 Kill the clandestine passengers. You didn't see anything.
8091
8092 2006-10-04 [wwp]        2.5.3cvs2
8093
8094         * src/prefs_folder_item.c
8095                 Add a way to test the subject simplify regexp in
8096                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8097                 w/ few layout changes.
8098
8099 2006-20-04 [paul]       2.5.3cvs1
8100
8101         * NEWS
8102         * README
8103         * configure.ac
8104                 Update version number following
8105                 stable release
8106
8107 2006-10-04 [colin]      2.5.2cvs42
8108
8109         * src/folder.c
8110         * src/folder.h
8111         * src/summaryview.c
8112                 Provide a way for folder classes to set their sort
8113                 type and key
8114
8115 2006-10-03 [colin]      2.5.2cvs41
8116
8117         * src/mh.c
8118                 Don't use strlen() to know if the
8119                 string's empty
8120
8121 2006-10-03 [colin]      2.5.2cvs40
8122
8123         * src/mh.c
8124                 Fix "check for new folders" with accentued folders
8125
8126 2006-10-03 [ticho]      2.5.2cvs39
8127
8128         * src/filtering.c
8129         * src/folder.c
8130         * src/inc.c
8131         * src/mbox.c
8132                 Colin's fix for "copy" filtering rules.
8133
8134 2006-10-02 [colin]      2.5.2cvs38
8135
8136         * src/folderview.c
8137                 Fix for double-click too
8138
8139 2006-10-02 [colin]      2.5.2cvs37
8140
8141         * src/folderview.c
8142                 correct fix for cvs36
8143
8144 2006-10-02 [colin]      2.5.2cvs36
8145
8146         * src/folderview.c
8147                 Fix 'goto next unread' after collapsing/expanding 
8148                 a node.
8149
8150 2006-10-02 [colin]      2.5.2cvs35
8151
8152         * src/summaryview.c
8153                 Fix double freeze/thaw
8154         * src/common/utils.c
8155         * src/common/utils.h
8156                 Reimplement strftime
8157         * src/procheader.c
8158                 Use it
8159
8160
8161 2006-10-02 [colin]      2.5.2cvs34
8162
8163         * src/mh.c
8164                 Time mh_write_sequences() - it's fast
8165         * src/summaryview.c
8166                 Init a variable to shut up gcc
8167
8168 2006-10-01 [colin]      2.5.2cvs33
8169
8170         * src/folder.c
8171         * src/mh.c
8172         * src/mh.h
8173         * src/msgcache.c
8174                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8175                 Add fsync but disable it, it's slow as hell
8176
8177 2006-10-01 [colin]      2.5.2cvs32
8178
8179         * src/mh.c
8180         * src/msgcache.c
8181                 fflush() caches and mh_sequences before
8182                 fclose()ing
8183
8184 2006-10-01 [colin]      2.5.2cvs31
8185
8186         * src/msgcache.c
8187                 Don't ftruncate when not using mmap
8188
8189 2006-09-30 [colin]      2.5.2cvs30
8190
8191         * src/main.c
8192                 Write folder list *after* saving caches
8193
8194 2006-09-30 [colin]      2.5.2cvs29
8195
8196         * src/folder.c
8197         * src/mh.c
8198                 Debug forced mtime changes
8199
8200 2006-09-30 [colin]      2.5.2cvs28
8201
8202         * src/folder.c
8203         * src/main.c
8204                 Remove useless debug_print()s (code
8205                 well-tested)
8206
8207 2006-09-30 [colin]      2.5.2cvs27
8208
8209         * src/mh.c
8210                 Do stuff faster when writing mh_sequences
8211
8212 2006-09-30 [colin]      2.5.2cvs26
8213
8214         * src/mh.c
8215                 Don't let the writing of .mh_sequences, which
8216                 can change the folder's mtime, let us think
8217                 we need to scan.
8218
8219 2006-09-30 [colin]      2.5.2cvs25
8220
8221         * src/folder.c
8222                 Move a debug_print where it belongs 
8223                 (processing)
8224         * src/summaryview.c
8225                 Don't mess with a huge slow subject
8226                 table if we're not threading by
8227                 subject
8228
8229 2006-09-30 [colin]      2.5.2cvs24
8230
8231         * src/msgcache.c
8232                 Reenable mmaped reads (*not* writes!)
8233         * src/procmsg.c
8234                 Don't destroy and recreate hashtables just
8235                 for fun
8236         * src/common/utils.c
8237                 Remove useless reply prefixes (it's case
8238                 unsensitive)
8239
8240 2006-09-30 [wwp]        2.5.2cvs23
8241
8242         * tools/fix_date.sh
8243                 Fixed a minor bug in date value extraction, added a switch
8244                 to replace non RFC-compliant Date: value, added a switch
8245                 to use strict RFC matching patterns for dates.
8246
8247 2006-09-29 [colin]      2.5.2cvs22
8248
8249         * src/matcher_parser.h
8250         * src/matcher_parser_parse.y
8251         * src/prefs_filtering.c
8252         * src/statusbar.c
8253         * src/summary_search.c
8254         * src/summaryview.c
8255         * src/gtk/quicksearch.c
8256         * src/gtk/quicksearch.h
8257                 Optimise searches by setting different
8258                 refresh intervals (depending if the 
8259                 search is fast or not)
8260
8261 2006-09-29 [colin]      2.5.2cvs21
8262
8263         * src/codeconv.c
8264                 Optimise by reusing the last iconv converter
8265                 if possible
8266         * src/textview.c
8267                 Optimise a bit (the foldable quotes feature
8268                 still has an awful O(n^2) algo
8269
8270 2006-09-29 [colin]      2.5.2cvs20
8271
8272         * src/gtk/gtksctree.c
8273         * src/gtk/gtksctree.h
8274                 Optimise de-selection via up/down or
8275                 another key
8276
8277 2006-09-28 [colin]      2.5.2cvs19
8278
8279         * src/action.c
8280         * src/compose.c
8281         * src/folderview.c
8282         * src/mainwindow.c
8283         * src/messageview.c
8284         * src/summary_search.c
8285         * src/toolbar.c
8286                 Avoid using summaryview->ctree directly
8287
8288 2006-09-28 [colin]      2.5.2cvs18
8289
8290         * src/summaryview.c
8291         * src/summaryview.h
8292                 Add helpers to freeze/thaw/grab_focus
8293                 Factorize calls to freeze/thaw/grab_focus
8294                 
8295
8296 2006-09-28 [colin]      2.5.2cvs17
8297
8298         * src/main.c
8299                 More guards for the session management
8300
8301 2006-09-28 [colin]      2.5.2cvs16
8302
8303         * src/folderview.c
8304         * src/gtk/gtksctree.c
8305         * src/gtk/gtksctree.h
8306                 Make expanding not recursive in folderview
8307
8308 2006-09-28 [colin]      2.5.2cvs15
8309
8310         * src/addressbook.c
8311                 If nothing is selected in the list (right part)
8312                 and a group is selected in the tree (left part),
8313                 mail this group.
8314
8315 2006-09-28 [colin]      2.5.2cvs14
8316
8317         * src/Makefile.am
8318                 Actually use SM_LIBS
8319
8320 2006-09-28 [ticho]      2.5.2cvs13
8321
8322         * src/export.c
8323         * src/messageview.c
8324         * src/mimeview.c
8325         * src/news.c
8326         * src/pop.c
8327         * src/prefs_themes.c
8328         * src/procmsg.c
8329                 Small i18n string optimization.
8330         * src/send_message.c
8331         * src/summaryview.c
8332         * src/common/session.c
8333         * src/common/smtp.c
8334         * src/common/ssl_certificate.c
8335         * src/common/utils.c
8336                 Use "Couldn't" instead of "Can't" in UI messages,
8337                 where appropriate.
8338
8339 2006-09-28 [colin]      2.5.2cvs12
8340
8341         * configure.ac
8342                 Possibly fix link errors
8343
8344 2006-09-27 [wwp]        2.5.2cvs11
8345
8346         * src/gtk/authors.h
8347         * doc/man/sylpheed-claws.1
8348         * manual/ack.xml
8349         * manual/es/ack.xml
8350         * manual/fr/ack.xml
8351         * manual/pl/ack.xml
8352                 Updated authors info (me, myself and I).
8353
8354 2006-09-27 [colin]      2.5.2cvs10
8355
8356         * src/addressbook.c
8357                 Remove useless printf
8358
8359 2006-09-27 [wwp]        2.5.2cvs9
8360
8361         * src/editgroup.c
8362         * src/send_message.c
8363         * src/inc.c
8364         * src/prefs_common.c
8365         * src/prefs_common.h
8366         * src/gtk/progressdialog.c
8367                 remember more windows' sizes (send dialog, received dialog,
8368                 edit group in addressbook).
8369
8370 2006-09-27 [colin]      2.5.2cvs8
8371
8372         * configure.ac
8373         * src/main.c
8374         * src/mainwindow.h
8375                 Use libSM to communicate with the session
8376                 manager, so that we can know when the 
8377                 session ends, save our caches, and draft
8378                 our compose windows.
8379
8380 2006-09-27 [colin]      2.5.2cvs7
8381
8382         * src/addressbook.c
8383                 Fix issues:
8384                 o Allow Book and Group creation from the tree's
8385                   contextual menu
8386                 o Do not actually delete the contacts when 
8387                   deleting groups from the tree (duh!)
8388
8389 2006-09-27 [colin]      2.5.2cvs6
8390
8391         * src/compose.c
8392         * src/compose.h
8393         * src/mainwindow.c
8394         * src/textview.c
8395         * src/toolbar.c
8396                 o Allow passing an email address to 
8397                   compose_new_with_folderitem
8398                 o Update callers
8399                 o Use current folderitem when clicking
8400                   on a TextView mailto: link
8401                 o Fix a possible leak in TextView
8402
8403 2006-09-27 [colin]      2.5.2cvs5
8404
8405         * src/html.c
8406                 Use UTF-8 chars to replace HTML entities
8407
8408 2006-09-27 [colin]      2.5.2cvs4
8409
8410         * AUTHORS
8411         * src/prefs_account.c
8412         * src/gtk/authors.h
8413                 Fix bug #1024 (Array index out of
8414                 range in sylpheed-claws-2.5.2)
8415                 Patch by Ales Nosek <anosek@suse.cz>
8416
8417 2006-09-27 [colin]      2.5.2cvs3
8418
8419         * src/addr_compl.c
8420                 Actually do the test
8421
8422 2006-09-27 [colin]      2.5.2cvs2
8423
8424         * src/addr_compl.c
8425         * src/addr_compl.h
8426                 Allow completing with comma (in certain cases: vCalendar
8427                 for example doesn't support that)
8428                 Patch by Fabien Vantard
8429
8430 2006-09-26 [colin]      2.5.2cvs1
8431
8432         * src/Makefile.am
8433         * src/addr_compl.c
8434         * src/addr_compl.h
8435         * src/addrbook.c
8436         * src/addrbook.h
8437         * src/addressbook.c
8438         * src/addrindex.c
8439         * src/addrindex.h
8440         * src/compose.c
8441         * src/prefs_common.c
8442         * src/prefs_filtering_action.c
8443         * src/prefs_folder_item.c
8444         * src/prefs_template.c
8445         * src/stock_pixmap.c
8446         * src/stock_pixmap.h
8447         * src/pixmaps/addr_one.xpm
8448         * src/pixmaps/addr_two.xpm
8449                 Add auto-completion on groups
8450
8451 2006-09-26 [colin]      2.5.2
8452
8453         * NEWS
8454         * README
8455         * RELEASE_NOTES
8456                 2.5.2 released
8457
8458 2006-09-26 [colin]      2.5.1cvs5
8459
8460         * src/matcher.c
8461                 Fix condition
8462
8463 2006-09-26 [colin]      2.5.1cvs4
8464
8465         * src/mbox.c
8466                 Revert cvs1 (useless as the message is printed 
8467                 every 500 mails)
8468
8469 2006-09-26 [colin]      2.5.1cvs3
8470
8471         * src/partial_download.c
8472                 Fix crasher found by Alexsandar Urosevic
8473
8474 2006-09-26 [colin]      2.5.1cvs2
8475
8476         * src/summaryview.c
8477                 Fix bug #1023 (Sylpheed deletes too much messages)
8478
8479 2006-09-26 [ticho]      2.5.1cvs1
8480
8481         * src/mbox.c
8482                 Make use of gettext's multiple plurals for statusbar
8483                 progress message.
8484
8485 2006-09-25 [paul]       2.5.1
8486
8487         * NEWS
8488         * README
8489         * RELEASE_NOTES
8490                 2.5.1 released
8491
8492 2006-09-25 [colin]      2.5.0cvs3
8493
8494         * src/plugins/bogofilter/bogofilter.c
8495         * src/plugins/clamav/clamav_plugin.c
8496         * src/plugins/spamassassin/spamassassin.c
8497                 BogoFilter, Spamassassin: Fix double hook registering after
8498                 visiting preferences
8499                 Spamassassin, Clamav: Just set the mails to move instead of
8500                 doing the move - caller will move the things at once.
8501
8502 2006-09-25 [colin]      2.5.0cvs2
8503
8504         * src/imap.c
8505         * src/etpan/imap-thread.c
8506                 Use UID SEARCH ALL instead of UID 1:*
8507                 (braindead servers can't figure out that's
8508                 the same...)
8509
8510 2006-09-25 [wwp]        2.5.0cvs1
8511
8512         * src/message_search.c
8513                 Added the ability to stop a running search (in message body).
8514
8515 2006-09-25 [paul]       2.5.0
8516
8517         * NEWS
8518         * README
8519         * RELEASE_NOTES
8520                 2.5.0 released
8521
8522 2006-09-25 [paul]       2.4.0cvs214
8523
8524         * po/cs.po
8525         * po/de.po
8526         * po/fi.po
8527         * po/fr.po
8528         * po/nl.po
8529         * po/pt_BR.po
8530         * po/sk.po
8531         * po/sr.po
8532         * po/zh_CN.po
8533                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8534                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8535                 Ticho, Aleksander Urosevic, Ralgh Young
8536
8537 2006-09-24 [mones]      2.4.0cvs213
8538
8539         * po/es.po
8540                 Updated for release
8541
8542 2006-09-23 [colin]      2.4.0cvs212
8543
8544         * src/gtk/inputdialog.c
8545                 Fix [ ] remember this appearing in normal
8546                 input dialogs after it's been used by
8547                 mimeview.
8548         * src/folder.c
8549         * src/folderview.c
8550         * src/msgcache.c
8551         * src/procmsg.c
8552         * src/summaryview.c
8553         * src/textview.c
8554         * src/common/timing.h
8555                 Enable timings in debug mode and make it
8556                 look prettier.
8557
8558 2006-09-22 [colin]      2.4.0cvs211
8559
8560         * README
8561                 Revert test change
8562         * commitHelper
8563                 ping the correct URI
8564
8565 2006-09-22 [colin]      2.4.0cvs210
8566
8567         * README
8568                 Let's see if bug #1022 is fixed
8569
8570 2006-09-21 [colin]      2.4.0cvs209
8571
8572         * src/wizard.c
8573         * src/common/plugin.c
8574                 Prepare infra to load predefined plugins when
8575                 no configuration existed. Don't actually load
8576                 anything yet (feat. freeze)
8577
8578 2006-09-21 [wwp]        2.4.0cvs208
8579
8580         * manual/fr/faq.xml
8581                 Partial sync w/ 2.4.0cvs72:
8582                 wrap file and minor updates.
8583
8584 2006-09-21 [wwp]        2.4.0cvs207
8585
8586         * tools/fix_date.sh
8587                 several fixes and enhancements. A new --force switch has been
8588                 added to prevent overriding by default Date: header when
8589                 already existing.
8590
8591 2006-09-21 [paul]       2.4.0cvs206
8592
8593         * src/common/utils.c
8594                 add Chinese UTF8 Re prefix
8595
8596 2006-09-21 [wwp]        2.4.0cvs205
8597
8598         * tools/Makefile.am
8599                 Fics alfabettical order.
8600
8601 2006-09-21 [wwp]        2.4.0cvs204
8602
8603         * tools/fix_date.sh
8604         * tools/Makefile.am
8605                 Added an action tool to fix missing Date field in emails.
8606                 Updated Makefile.am to reflect those last two additions.
8607
8608 2006-09-21 [wwp]        2.4.0cvs203
8609
8610         * tools/uuooffice
8611                 Added a action tool to open uuencoded docs w/
8612                 OpenOffice (based on uudec method).
8613
8614 2006-09-21 [colin]      2.4.0cvs202
8615
8616         * src/compose.c
8617         * src/textview.c
8618                 Workaround possible GTK crash: remove selection 
8619                 clipboard before destroying widget, or GTK+-2.10
8620                 dies. Thanks to Hiro.
8621
8622 2006-09-20 [colin]      2.4.0cvs201
8623
8624         * src/compose.c
8625                 Fix free-after-use in some cases (when 
8626                 procmime_encode_content() frees mimeinfo->data.mem
8627                 and turns it to a temp file)
8628
8629 2006-09-20 [colin]      2.4.0cvs200
8630
8631         * src/folderview.c
8632         * src/summaryview.c
8633         * src/gtk/gtksctree.c
8634         * src/gtk/gtksctree.h
8635                 Add tooltips in the folderview and summaryview
8636                 (Doesn't break string freeze as they already
8637                 exist)
8638         * src/toolbar.c
8639                 Put the spam button in the default configuration
8640                 if compiled with bogo plugin too
8641
8642 2006-09-19 [colin]      2.4.0cvs199
8643
8644         * src/summaryview.c
8645         * src/summaryview.h
8646                 Update folder name label on folder rename
8647         * src/prefs_matcher.c
8648         * src/gtk/logwindow.h
8649                 Fix warnings
8650                 Patches by Fabien
8651
8652 2006-09-19 [wwp]        2.4.0cvs198
8653
8654         * src/summary_search.c
8655                 fix can't click forward/backward buttons in the
8656                 search messages.
8657
8658 2006-09-18 [paul]       2.4.0cvs197
8659
8660         * src/wizard.c
8661                 add missing bracket, capitalise the A of
8662                 'SpamAssassin'
8663
8664 2006-09-18 [paul]       2.4.0cvs196
8665
8666         * src/compose.c
8667                 fix bug 1012 'crashed upon sending mail
8668                 from compose window'
8669                 Thanks to Colin
8670
8671 2006-09-16 [colin]      2.4.0cvs195
8672
8673         * src/folderview.c
8674                 Fix "real-time" sorting by freezing/thawing
8675
8676 2006-09-16 [colin]      2.4.0cvs194
8677
8678         * manual/faq.xml
8679                 Fix the anti-spam entry a bit
8680
8681 2006-09-16 [colin]      2.4.0cvs193
8682
8683         * src/wizard.c
8684                 Make sure reviewers have no excuse when stating
8685                 Sylpheed-Claws doesn't have antispam capabilities.
8686
8687 2006-09-16 [colin]      2.4.0cvs192
8688
8689         * src/main.c
8690                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8691                 as if the SIGPIPE comes from etpan's thread we could
8692                 trigger a GUI update from this thread.
8693
8694 2006-09-16 [colin]      2.4.0cvs191
8695
8696         * src/summaryview.c
8697                 Init all members of the struct
8698
8699 2006-09-16 [paul]       2.4.0cvs190
8700
8701         * src/account.c
8702                 improvements to the English
8703
8704 2006-09-15 [colin]      2.4.0cvs189
8705
8706         * src/summaryview.c
8707                 HIG order on dialog
8708
8709 2006-09-14 [colin]      2.4.0cvs188
8710
8711         * src/common/socket.c
8712         * src/common/socket.h
8713         * src/common/ssl.c
8714         * src/common/ssl_certificate.c
8715         * src/common/ssl_certificate.h
8716         * src/etpan/imap-thread.c
8717                 the get_fqdn() call done to get canonical name when
8718                 checking an SSL certificate is blocking, which is
8719                 sad as we just did a non-blocking lookup to connect.
8720                 Fix that by letting the fqdn available to the SockInfo,
8721                 and use that in ssl_certificate_check(). For IMAP,
8722                 we don't do it as the lookup's done by libetpan, but
8723                 it's less annoying as IMAP connections as much more
8724                 rare than POP3 connections.
8725
8726 2006-09-14 [paul]       2.4.0cvs187
8727
8728         * manual/advanced.xml
8729                 improvements to the English,
8730                 properly place the new hidden options
8731                 within the alphabetical order
8732         * src/gtk/pluginwindow.c
8733                 improvements to the English
8734
8735 2006-09-14 [colin]      2.4.0cvs186
8736
8737         * src/prefs_common.c
8738         * src/prefs_common.h
8739         * src/gtk/gtksctree.c
8740         * manual/advanced.xml
8741                 New hidden pref, stripes_color_offset, to change
8742                 the value added/substracted to normal bgcolor to
8743                 create the stripes in summaries
8744
8745 2006-09-13 [colin]      2.4.0cvs185
8746
8747         * src/gedit-print.c
8748         * src/messageview.c
8749         * src/messageview.h
8750         * src/summaryview.c
8751         * src/textview.c
8752                 Fix misc. printing issues: 
8753                 - Bad font for linkified headers
8754                 - Different font if the mail was displayed or not
8755                 - Factorize the thing
8756
8757 2006-09-13 [colin]      2.4.0cvs184
8758
8759         * src/common/ssl_certificate.c
8760                 Only get FQDN once when checking certificate
8761
8762 2006-09-13 [colin]      2.4.0cvs183
8763
8764         * src/account.c
8765         * src/gtk/pluginwindow.c
8766                 Misc. GUI fixes by Fabien
8767
8768 2006-09-13 [wwp]        2.4.0cvs182
8769
8770         * configure.ac
8771         * src/common/utils.h
8772         * src/common/utils.c
8773                 get rid of unused wide-char functions.
8774
8775 2006-09-13 [wwp]        2.4.0cvs181
8776
8777         * src/plugins/pgpinline/sylpheed.def
8778         * src/textview.c
8779                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8780                 add privacy_reset_error to the .def file,
8781                 do not fork for an external textviewer.
8782
8783 2006-09-13 [wwp]        2.4.0cvs180
8784
8785         * src/prefs_common.c
8786                 fix broken font entry in prefs (patch issued by the gpg4win team,
8787                 probably by Marcus Brinkmann <marcus@g10code.de>).
8788
8789 2006-09-13 [colin]      2.4.0cvs179
8790
8791         * src/folder.h
8792                 Fix a warning in summaryview.c
8793         * src/mainwindow.c
8794         * src/summaryview.c
8795         * src/summaryview.h
8796                 Add missing Mark/* elements in the
8797                 main menu
8798
8799 2006-09-12 [colin]      2.4.0cvs178
8800
8801         * src/prefs_actions.c
8802         * src/prefs_filtering_action.c
8803         * src/prefs_matcher.c
8804                 Use (New) instead of New everywhere
8805
8806 2006-09-12 [wwp]        2.4.0cvs177
8807
8808         * manual/fr/addrbook.xml
8809         * manual/fr/handling.xml
8810                 updated some quotes in the fr manual to match the fr translation.
8811
8812 2006-09-12 [wwp]        2.4.0cvs176
8813
8814         * src/prefs_matcher.c
8815                 don't store translated string elements in matcher expressions.
8816                 Also fixed a misused of Q_().
8817
8818 2006-09-11 [wwp]        2.4.0cvs175
8819
8820         * src/plugins//bogofilter/bogofilter.c
8821         * src/plugins//clamav/clamav_plugin.c
8822         * src/plugins//demo/demo.c
8823         * src/plugins//dillo_viewer/dillo_viewer.c
8824         * src/plugins//pgpcore/plugin.c
8825         * src/plugins//pgpinline/plugin.c
8826         * src/plugins//pgpmime/plugin.c
8827         * src/plugins//spamassassin/spamassassin.c
8828                 gettext-ize more strings (mostly plugin error messages).
8829
8830 2006-09-11 [colin]      2.4.0cvs174
8831
8832         * src/alertpanel.c
8833                 Make maximum buffer size bigger to avoid
8834                 truncating translated messages. Patch by
8835                 Fabien
8836
8837 2006-09-11 [colin]      2.4.0cvs173
8838
8839         * src/etpan/imap-thread.c
8840                 Fix compilation on OpenBSD, thanks to 
8841                 Landry
8842
8843 2006-09-10 [wwp]        2.4.0cvs172
8844
8845         * manual/account.xml
8846         * manual/addrbook.xml
8847         * manual/handling.xml
8848         * manual/es/handling.xml
8849         * manual/fr/account.xml
8850         * manual/fr/addrbook.xml
8851         * manual/fr/handling.xml
8852                 documented addressbook matching (condition configuration):
8853                   addrbook.xml, en fr
8854                 documented per-account filtering rules (handling/filtering
8855                   section, account section):
8856                   account.xml, handling.xml, en fr
8857                 slightly updated the handling/searching section to tell few
8858                   words about the extended search ability:
8859                   handling.xml, en fr
8860                 added missing <quote></quotes> to Quick Search:
8861                   handling.xml, en fr es
8862                 fixed a typo (auomatically):
8863                   handling.xml, en
8864                 changes revisited by Paul.
8865
8866 2006-09-10 [paul]       2.4.0cvs171
8867
8868         * src/prefs_actions.c
8869         * src/prefs_filtering.c
8870         * src/prefs_template.c
8871                 adjustments to the gui
8872                 Patch by Fabien Vantard (slightly modified)
8873
8874 2006-09-10 [colin]      2.4.0cvs170
8875
8876         * src/summaryview.c
8877                 Check folderitem/summaryview consistency
8878                 (basically automates Update summary). Fixes
8879                 #1011 (wrong (negative) count on unread 
8880                 messages)
8881
8882 2006-09-10 [colin]      2.4.0cvs169
8883
8884         * src/gtk/gtksctree.c
8885                 Fix recursive expansion via mouse
8886         * src/plugins/bogofilter/bogofilter.c
8887                 Use normal filtering way of moving
8888                 messages (batching), possibly fixing
8889                 bug #1015 (Bogofilter plugin doubles 
8890                 new messages)
8891
8892 2006-09-09 [wwp]        2.4.0cvs168
8893
8894         * src/prefs_filtering.c
8895                 better place for this fix.
8896
8897 2006-09-09 [wwp]        2.4.0cvs167
8898
8899         * src/prefs_filtering.c
8900                 fix a minor bug when the enabled status of a filtering/processing
8901                 rule always got set to TRUE when replacing this rule. That still
8902                 make sense when adding a new rule, but now when replacing, we
8903                 don't override the value of 'enabled'.
8904                 Also renamed the func prefs_filtering_list_view_get_rule_name()
8905                 to prefs_filtering_list_view_get_info() as this function not only
8906                 returns the name, but also the account_id and the enabled status.
8907
8908 2006-09-09 [mones]      2.4.0cvs166
8909
8910         * manual/glossary.xml
8911         * manual/plugins.xml
8912                 Minor format corrections
8913         * manual/gpl.xml
8914                 Fix misplaced NO WARRANTY section
8915         * manual/es/advanced.xml
8916         * manual/es/faq.xml
8917         * manual/es/glossary.xml
8918         * manual/es/gpl.xml
8919         * manual/es/handling.xml
8920         * manual/es/plugins.xml
8921         * manual/es/starting.xml
8922                 Incorporate changes from English version
8923         * manual/fr/ack.xml
8924         * manual/pl/ack.xml
8925         * manual/es/ack.xml
8926                 Fix address, (add translation credits in es version)
8927         * po/es.po
8928                 Updated translation
8929
8930 2006-09-09 [wwp]        2.4.0cvs165
8931
8932         * src/prefs_filtering.c
8933                 fix a crash when opening filtering prefs, if matcherrc file contains
8934                 broken data (non-existing account id, which is theoretically not
8935                 possible).
8936
8937 2006-09-08 [colin]      2.4.0cvs164
8938
8939         * src/folder.c
8940                 Wrong assert, make it an if()
8941         * src/gtk/gtksctree.c
8942                 Fix bug #1013 (expand selected thread 
8943                 tree) - expanding is now recursive
8944
8945 2006-09-07 [wwp]        2.4.0cvs163
8946
8947         * src/prefs_matcher.c
8948                 make better sentences about addressbook matching in the
8949                 matcher prefs. This should make translators' work easier
8950                 too.
8951
8952 2006-09-07 [wwp]        2.4.0cvs162
8953
8954         * src/prefs_filtering.c
8955                 code simplification (get rid of dup var. assignment).
8956
8957 2006-09-07 [wwp]        2.4.0cvs161
8958
8959         * src/summaryview.c
8960                 use GTK_STOCK icons when possible, patch by Fabien Vantard
8961                 <fzzzzz@gmail.com>.
8962
8963 2006-09-07 [paul]       2.4.0cvs160
8964
8965         * src/mimeview.c
8966                 fix compilation warnings
8967                 Thanks to Colin
8968
8969 2006-09-07 [paul]       2.4.0cvs159
8970
8971         * src/mimeview.c
8972                 select the mimepart icon when
8973                 displaying as text
8974                 Thanks to Colin
8975
8976 2006-09-06 [paul]       2.4.0cvs158
8977
8978         * src/prefs_filtering.c
8979                 fix labels and table element spacing
8980                 Patch by Fabien Vantard
8981
8982 2006-09-06 [paul]
8983
8984         2.5.0-rc3 released
8985
8986 2006-09-06 [paul]       2.4.0cvs157
8987
8988         * manual/es/advanced.xml
8989                 fix typo
8990
8991 2006-09-06 [wwp]        2.4.0cvs156
8992
8993         * src/mainwindow.c
8994                 fix an dup launch issue when iconified, thanks to Colin.
8995
8996 2006-09-06 [wwp]        2.4.0cvs155
8997
8998         * src/gtk//gtksctree.h
8999                 oops, forgot that one!
9000
9001 2006-09-06 [wwp]        2.4.0cvs154
9002
9003         * manual/pl/advanced.xml
9004         * manual/advanced.xml
9005         * manual/es/advanced.xml
9006         * manual/fr/advanced.xml
9007         * src/prefs_customheader.c
9008         * src/prefs_filtering_action.c
9009         * src/foldersel.c
9010         * src/prefs_summaries.c
9011         * src/prefs_filtering.c
9012         * src/account.c
9013         * src/compose.c
9014         * src/prefs_summary_column.c
9015         * src/addr_compl.c
9016         * src/prefs_actions.c
9017         * src/prefs_folder_column.c
9018         * src/ssl_manager.c
9019         * src/prefs_template.c
9020         * src/prefs_display_header.c
9021         * src/prefs_common.h
9022         * src/prefs_matcher.c
9023         * src/prefs_common.c
9024         * src/prefs_toolbar.c
9025         * src/summaryview.c
9026         * src/folderview.c
9027         * src/gtk/gtksctree.c
9028         * src/gtk/pluginwindow.c
9029         * src/gtk/progressdialog.c
9030         * src/gtk/prefswindow.c
9031                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9032                 to make its meaning more obvious (all versions of the manual reflect
9033                 the change).
9034                 added an extra hidden option use_stripes_in_summary to allow
9035                 discarding these stripes in mainwindow's folder and message lists;
9036                 en and fr manuals only are OK towards this.
9037
9038 2006-09-06 [colin]      2.4.0cvs153
9039
9040         * src/textview.c
9041                 Hide Sylpheed-Claws' internal queue headers
9042                 when showing all headers. They'll be present
9043                 only in Source window.
9044
9045 2006-09-05 [colin]      2.4.0cvs152
9046
9047         * src/plugins/trayicon/trayicon.c
9048                 Fix crash at exit - we have to disconnect
9049                 our handlers
9050         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9051                 Update eggtrayicon - patch adapted from a
9052                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9053                 on Sylpheed's ML
9054
9055 2006-09-05 [colin]      2.4.0cvs151
9056
9057         * src/mainwindow.c
9058         * src/gtk/logwindow.c
9059                 Fix race condition when something writes
9060                 to the log too soon during init. Thanks
9061                 to Fabien Vantard
9062
9063 2006-09-05 [colin]      2.4.0cvs150
9064
9065         * src/mimeview.c
9066                 Don't select part on right-click either
9067
9068 2006-09-05 [paul]       2.4.0cvs149
9069
9070         * src/mimeview.c
9071                 completion of previous commit
9072                 Thanks to Colin
9073
9074 2006-09-05 [colin]      2.4.0cvs148
9075
9076         * src/mimeview.c
9077                 Don't force selection on middle-click, just open
9078
9079 2006-09-04 [colin]      2.4.0cvs147
9080
9081         * src/mimeview.c
9082                 Looks like gtk_notebook_set_current_page()
9083                 sometimes steals focus, and this annoys us
9084                 in MimeViewers as it renders navigation
9085                 keys useless. Take back focus after switching
9086                 pages.
9087
9088 2006-09-04 [colin]      2.4.0cvs146
9089
9090         * src/messageview.c
9091                 Set stop_loading when clicking on Next
9092                 during load. Don't add a callback to 
9093                 avoid over-complicating things.
9094
9095 2006-09-04 [colin]      2.4.0cvs145
9096
9097         * src/mimeview.c
9098         * src/messageview.c
9099                 Fix multiple loads in separate messageview
9100
9101 2006-09-04 [colin]      2.4.0cvs144
9102
9103         * src/summaryview.c
9104                 Let navigation keys be handled during 
9105                 load
9106
9107 2006-09-04 [colin]      2.4.0cvs143
9108
9109         * src/messageview.c
9110         * src/summaryview.c
9111         * src/textview.c
9112         * src/textview.h
9113                 Make loading of huge mails (lots of text and/or
9114                 images) cancellable, so the GUI doesn't block 
9115
9116 2006-09-04 [colin]      2.4.0cvs142
9117
9118         * src/plugins/trayicon/trayicon.c
9119                 Fix annoyance when removing a folder with 
9120                 unread mails: trayicon didn't update
9121
9122 2006-09-04 [paul]       2.4.0cvs141
9123
9124         * src/gtk/icon_legend.c
9125                 straighten up columns
9126                 Patch by Fabien Vantard
9127
9128 2006-09-04 [wwp]        2.4.0cvs140
9129
9130         * src/prefs_filtering.c
9131                 fix new line's account name in filtering prefs:
9132                 was "All", is now "(New)".
9133
9134 2006-09-04 [paul]       2.4.0cvs139
9135
9136         * tools/make.themes.project
9137                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9138                 instead of homebrewed "make release"
9139
9140 2006-09-03 [colin]      2.4.0cvs138
9141
9142         * src/folderview.c
9143                 Fix bug #1007 (Wrong folder highlighted)
9144
9145 2006-09-03 [colin]      2.4.0cvs137
9146
9147         * src/compose.c
9148                 Don't set Newsgroup: header to a mail folder
9149                 path
9150
9151 2006-09-03 [paul]       2.4.0cvs136
9152
9153         * src/prefs_other.c
9154         * src/prefs_spelling.c
9155                 unify the gui
9156
9157 2006-09-03 [paul]       2.4.0cvs135
9158
9159         * src/prefs_summaries.c
9160                 correct menu item text in prefs_keybind_apply_clicked()
9161
9162 2006-09-03 [paul]       2.4.0cvs134
9163
9164         * manual/advanced.xml
9165                 some improvements to the descriptions
9166         * src/mainwindow.c
9167         * src/messageview.c
9168         * src/summaryview.c
9169         * src/gtk/menu.c
9170                 fix menu sensitivity issues
9171         * src/prefs_message.c
9172                 drop the useless word 'short'
9173         * src/prefs_other.c
9174                 add the word 'lines' indicating log length
9175                 is a measure of lines
9176         * src/textview.c
9177                 fix compilation warnings
9178
9179 2006-09-02 [colin]      2.4.0cvs133
9180
9181         * src/messageview.c
9182                 Display a special return-receipt message
9183                 if the message is from the user
9184         * src/summaryview.c
9185                 Fix missing freeze of the list when marking
9186                 all read and unthreading for exec. Thanks
9187                 to Stephan Sachse.
9188
9189 2006-09-02 [paul]       2.4.0cvs132
9190
9191         * src/mainwindow.c
9192         * src/prefs_message.c
9193         * src/summaryview.c
9194                 fix some english
9195
9196 2006-09-02 [wwp]        2.4.0cvs131
9197
9198         * src/prefs_filtering.c
9199                 added an account name column to the filtering rules
9200                 dialog.
9201
9202 2006-09-02 [colin]      2.4.0cvs130
9203
9204         * src/gtk/logwindow.c
9205         * src/gtk/logwindow.h
9206                 Block scrolling if we're not at the end
9207                 of the log
9208
9209 2006-09-02 [colin]      2.4.0cvs129
9210
9211         * src/folder.c
9212                 Make sure account-specific rules can't
9213                 be used in {pre-,post-,}processing
9214         * src/mainwindow.c
9215         * src/gtk/logwindow.c
9216         * src/gtk/logwindow.h
9217                 Jump to last error when clicking on the
9218                 warning icon
9219
9220 2006-09-02 [colin]      2.4.0cvs128
9221
9222         * src/imap.c
9223         * src/import.c
9224         * src/mainwindow.c
9225         * src/mainwindow.h
9226                 Fix warning icon
9227         * src/inc.c
9228         * src/mbox.c
9229         * src/mbox.h
9230                 Let proc_mbox know its account, for
9231                 account-specific rules
9232
9233 2006-09-01 [colin]      2.4.0cvs127
9234
9235         * src/codeconv.c
9236                 Don't uselessly use iconv to convert from
9237                 us-ascii
9238         * src/alertpanel.c
9239         * src/mainwindow.c
9240         * src/mainwindow.h
9241         * src/inc.c
9242                 Fix certain log cases, disable warning icon
9243                 for now, the correct way to display it when
9244                 necessary and only when necessary is probably
9245                 to do it manually rather than use error logs
9246         * src/etpan/imap-thread.c
9247                 Clean up UID logging a bit
9248         * src/gtk/logwindow.c
9249         * src/gtk/logwindow.h
9250                 Make logging faster when the window's closed
9251
9252 2006-09-01 [wwp]        2.4.0cvs126
9253
9254         * manual/fr/account.xml
9255                 reflect changes to the ref. manual (parts of cvs72):
9256                 fix tabnames and quotes.
9257
9258 2006-09-01 [wwp]        2.4.0cvs125
9259
9260         * manual/fr/plugins.xml
9261                 reflect changes to the reference manual (cvs42):
9262                 update IRC channel info.
9263
9264 2006-09-01 [wwp]        2.4.0cvs124
9265
9266         * commitHelper
9267                 use CVSEDITOR env. var. if set, according to `man cvs`.
9268
9269 2006-09-01 [wwp]        2.4.0cvs123
9270
9271         * manual/advanced.xml
9272                 better sentence again (thanks to Paul).
9273
9274 2006-09-01 [wwp]        2.4.0cvs122
9275
9276         * manual/advanced.xml
9277         fix definition of toolbar_detachable and rework a bit the one of
9278         enable_dotted_lines.
9279
9280 2006-09-01 [mones]      2.4.0cvs121
9281
9282         * manual/advanced.xml
9283                 Document enable_dotted_lines
9284
9285 2006-09-01 [paul]       2.4.0cvs120
9286
9287         * src/folderview.c
9288         * src/folderview.h
9289         * src/imap.c
9290         * src/mainwindow.c
9291         * src/summaryview.c
9292                 obey the 'When entering folder...' option
9293                 when using the /View/Go to/... menu items
9294                 Thanks to Colin
9295
9296 2006-08-31 [colin]      2.4.0cvs119
9297
9298         * src/folderview.c
9299                 Revert 2.4.0cvs116, wrong fix.
9300
9301 2006-08-31 [colin]      2.4.0cvs118
9302
9303         * src/gtk/gtksctree.c
9304                 Better state the various copyrights
9305
9306 2006-08-31 [colin]      2.4.0cvs117
9307
9308         * src/prefs_common.c
9309                 fix enable_dotted_lines
9310
9311 2006-08-31 [colin]      2.4.0cvs116
9312
9313         * src/folderview.c
9314                 Use pref "Always open on select" when going
9315                 to next unread folder
9316         * src/gtk/gtksctree.c
9317                 Fix link failure to _gtk_clist_create_cell_layout
9318                 on certain computers. (Why not mine, I wonder)
9319
9320 2006-08-31 [colin]      2.4.0cvs115
9321
9322         * src/procmsg.c
9323         * src/textview.c
9324         * src/plugins/bogofilter/bogofilter.c
9325         * src/plugins/spamassassin/spamassassin.c
9326                 Requalify some "errors" to warnings
9327         * src/mainwindow.c
9328         * src/mainwindow.h
9329         * src/statusbar.c
9330                 Add an icon in the statusbar to notify
9331                 of errors
9332         * src/gtk/gtksctree.c
9333         * src/folderview.c
9334         * src/summaryview.c
9335                 Make the GtkSCTree look more modern by
9336                 alternating background lines
9337         * src/prefs_common.c
9338         * src/prefs_common.h
9339                 Add a pref to let people have the old
9340                 way if they prefer
9341
9342
9343 2006-08-30 [colin]      2.4.0cvs114
9344
9345         * src/procmsg.c
9346         * src/procmsg.h
9347                 Provide a way to filter a list of
9348                 messages in an optimised manner, and
9349                 add a list-filtering hook
9350         * src/folder.c
9351         * src/inc.c
9352         * src/mbox.c
9353                 Use the list filtering
9354         * src/plugins/bogofilter/bogofilter.c
9355                 Use the list-filtering hook
9356                 Use -b (bulk) mode for more speed
9357                 when learning and filtering
9358         * src/etpan/imap-thread.c
9359                 Make log output shorter in UID SEARCH
9360
9361
9362 2006-08-30 [colin]      2.4.0cvs113
9363
9364         * src/plugins/bogofilter/bogofilter.c
9365                 Really fast mass learning - thanks to David
9366                 Relson for the options explanations :)
9367
9368 2006-08-30 [colin]      2.4.0cvs112
9369
9370         * src/msgcache.c
9371                 Fix compilation on FreeBSD. Thanks
9372                 to Michael Hugues
9373
9374 2006-08-29 [colin]      2.4.0cvs111
9375
9376         * src/folderview.c
9377                 Handle "popup_menu" signal (for popping the 
9378                 menu via the keyboard)
9379         * src/mimeview.c
9380         * src/mimeview.h
9381         * src/summaryview.c
9382         * src/textview.c
9383         * src/gtk/gtkutils.c
9384         * src/gtk/gtkutils.h
9385                 Factorize scrolling code, and add an API 
9386                 for MimeViewers to handle scroll orders
9387
9388 2006-08-29 [wwp]        2.4.0cvs110
9389
9390         * src/plugins//bogofilter/bogofilter.c
9391         * src/plugins//spamassassin/spamassassin.c
9392                 make the bogofilter/spamassassin filtering error dialogs at
9393         incorporation obey to the "don't popup error dialog on
9394         receive error" option. If disabled, feed the log window w/
9395         the error message.
9396
9397 2006-08-29 [paul]
9398
9399         2.5.0-rc2 released
9400
9401 2006-08-29 [paul]       2.4.0cvs109
9402
9403         * Makefile.am
9404                 remove 'make release', it's not needed
9405                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9406
9407 2006-08-29 [paul]       2.4.0cvs108
9408
9409         * src/foldersel.c
9410         * src/summary_search.c
9411         * src/gtk/progressdialog.c
9412         * src/plugins/pgpcore/passphrase.c
9413                 replace deprecated gtk_window_set_policy()
9414
9415 2006-08-29 [colin]      2.4.0cvs107
9416
9417         * src/folder.c
9418                 Fix data loss when copy fails during a move:
9419                 only use fast remove_msgs if everything was
9420                 copied OK; else use slow remove_msg on the
9421                 mails that got copied only.
9422
9423 2006-08-28 [paul]       2.4.0cvs106
9424
9425         * src/mh.c
9426                 revert change in 2.4.0cvs104, it breaks
9427                 stuff
9428
9429 2006-08-28 [paul]       2.4.0cvs105
9430
9431         * src/plugins/spamassassin/spamassassin.c
9432                 english fix
9433
9434 2006-08-28 [paul]       2.4.0cvs104
9435
9436         * src/mh.c
9437                 fix data loss when moving to another
9438                 mailbox fails
9439         * src/prefs_spelling.c
9440                 improve the english
9441         * src/gtk/pluginwindow.c
9442                 improve the layout of the dialog text
9443         All thanks to Colin
9444
9445 2006-08-28 [paul]       2.4.0cvs103
9446
9447         * src/plugins/bogofilter/bogofilter.c
9448         * src/plugins/bogofilter/bogofilter_gtk.c
9449                 fix english up a bit, innit
9450
9451 2006-08-28 [paul]       2.4.0cvs102
9452
9453         * configure.ac
9454         * po/Makefile.in.in
9455         * po/Makevars
9456                 require autoconf 2.60, enabling building
9457                 with gettext 0.15 (gettext 0.14.x build still
9458                 possible). Replace Makefiles with versions
9459                 from gettext 0.15.
9460                 Remove configure options --with-localedir and
9461                 --with-mandir. The options that are provided
9462                 directly by autoconf 2.60 can be used instead:
9463                 --mandir --localedir
9464
9465 2006-08-27 [colin]      2.4.0cvs101
9466
9467         * src/plugins/bogofilter/Makefile.am
9468                 Fix make dist (no README)
9469
9470 2006-08-27 [colin]      2.4.0cvs100
9471
9472         * src/folder.c
9473                 Don't use F_UNKNOWN folders for any default
9474                 outbox/trash/etc
9475         * src/plugins/bogofilter/bogofilter.c
9476         * src/plugins/bogofilter/bogofilter.h
9477         * src/plugins/bogofilter/bogofilter_gtk.c
9478                 Add an option to specify the path to bogofilter
9479                 Use single-quotes to be able to learn in folders
9480                 with spaces in their names
9481                 Verify learning status
9482
9483 2006-08-27 [colin]      2.4.0cvs99
9484
9485         * manual/faq.xml
9486         * manual/plugins.xml
9487                 Document Bogofilter plugin
9488
9489 2006-08-27 [colin]      2.4.0cvs98
9490
9491         * src/compose.c
9492         * src/messageview.c
9493         * src/procmsg.c
9494         * src/procmsg.h
9495                 When possible, copy the queued mail to sent folder
9496                 instead of re-adding. Much faster on IMAP.
9497
9498 2006-08-27 [colin]      2.4.0cvs97
9499
9500         * src/msgcache.c
9501                 Disable mmaped caches - huge metadata loss
9502                 here after a power failure.
9503         * src/summaryview.c
9504                 Add quicksearch timing
9505         * src/common/plugin.c
9506         * src/common/plugin.h
9507                 Implement an interface to tell what plugins
9508                 provide. Prevent loading of similar plugins.
9509         * src/plugins/clamav/clamav_plugin.c
9510         * src/plugins/demo/demo.c
9511         * src/plugins/dillo_viewer/dillo_viewer.c
9512         * src/plugins/pgpcore/plugin.c
9513         * src/plugins/pgpinline/pgpinline.c
9514         * src/plugins/pgpmime/pgpmime.c
9515         * src/plugins/spamassassin/spamassassin.c
9516         * src/plugins/trayicon/trayicon.c
9517                 Implement plugin_provides()
9518
9519 2006-08-27 [colin]      2.4.0cvs96
9520
9521         * configure.ac
9522         * src/plugins/Makefile.am
9523         * src/plugins/bogofilter/.cvsignore
9524         * src/plugins/bogofilter/Makefile.am
9525         * src/plugins/bogofilter/bogofilter.c
9526         * src/plugins/bogofilter/bogofilter.h
9527         * src/plugins/bogofilter/bogofilter_gtk.c
9528                 New Bogofilter plugin, provides filtering and
9529                 learning. Spamassassin will go to extra plugins.
9530
9531 2006-08-26 [mones]      2.4.0cvs95
9532
9533         * manual/handling.xml
9534                 Fix subfolder path in the example (thanks to Paul) 
9535
9536 2006-08-26 [mones]      2.4.0cvs94
9537
9538         * manual/glossary.xml
9539                 2.2. + add ISP to the glossary
9540                 7.5. + Add UIDL to glossary
9541                 7.7. + Add TCP to glossary
9542         * manual/handling.xml
9543                 7.1. + Mentions GNU/Linux distribution, what about the non...
9544                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9545                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9546                 7.4. = Use appropriate quotation for commands
9547                 7.6. = change "" to <quote></quote>
9548         * manual/plugins.xml
9549                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9550         * manual/starting.xml
9551                 2.1. + local mbox file: some examples of mbox file locations...
9552                 Also reformatted files requiring it
9553
9554 2006-08-26 [wwp]        2.4.0cvs93
9555
9556         * src/summary_search.c
9557                 disable find buttons while summary search is running.
9558
9559 2006-08-25 [colin]      2.4.0cvs92
9560
9561         * src/folder.c
9562         * src/folderutils.c
9563         * src/mh.c
9564         * src/procmsg.h
9565         * src/summaryview.c
9566                 Speed up MH moving, and add progressbar
9567                 for MH deletion
9568         * src/msgcache.c
9569                 Write cache files using mmap() too
9570
9571 2006-08-25 [wwp]        2.4.0cvs91
9572
9573         * src/summaryview.c
9574                 switch spam<->ham button when a message has been marked as spam or ham
9575                 and is still selected. Thanks to Colin.
9576
9577 2006-08-25 [paul]       2.4.0cvs90
9578
9579         * src/Makefile.am
9580         * src/stock_pixmap.c
9581         * src/stock_pixmap.h
9582         * src/summaryview.c
9583         * src/gtk/icon_legend.c
9584         * src/pixmaps/copied.xpm
9585         * src/pixmaps/moved.xpm
9586                 add icons for delayed execution marked for
9587                 copying, marked for moving
9588
9589 2006-08-25 [mones]      2.4.0cvs89
9590
9591         * manual/glossary.xml
9592                 Fix the other glossary items:
9593                 5.1. = Inmmediate execution -> <quote>immediate execution...
9594                 5.2. = Fix MBOX capitalization -> Mbox
9595                 5.3. + Improve Plugins def. w/ tech. ref.
9596                 5.4. = Quotation -> replace '>' by <quote>></quote>
9597                 5.5. - SMTP Server. -> remove dot
9598         * po/es.po
9599                 Updated translation
9600
9601 2006-08-25 [mones]      2.4.0cvs88
9602
9603         * manual/ack.xml
9604                 Reformatted, changed email address
9605         * manual/glossary.xml
9606                 Reformatted, fixed MANUAL-TODO items:
9607                 8.2. + add ROT-13 to glossary
9608                 8.4. + add URL to glossary
9609         * manual/es/advanced.xml
9610                 Fixed <literal>s
9611
9612 2006-08-25 [paul]       2.4.0cvs87
9613
9614         * src/gtk/icon_legend.c
9615                 add 'marked for deletion' icon
9616                 arrange icons by containing column
9617                 wrap long label text
9618
9619 2006-08-25 [colin]      2.4.0cvs86
9620
9621         * src/common/utils.c
9622         * src/common/utils.h
9623                 Add the sc_g_*list_bigger functions in
9624                 a place everyone can use it
9625         * src/summaryview.c
9626                 Only freeze/thaw the list when working
9627                 on the selection, if it's bigger than 1
9628         * src/gtk/gtksctree.c
9629                 Only freeze/thaw the list when unselec-
9630                 ting 'all' if ('all' != 1)
9631                 This avoids some flickering
9632
9633 2006-08-24 [colin]      2.4.0cvs85
9634
9635         * src/addressbook.c
9636                 Fix strange list selection
9637                 Fix random seg (Invalid read of freed memory)
9638
9639 2006-08-24 [colin]      2.4.0cvs84
9640
9641         * src/alertpanel.c
9642         * src/gtk/inputdialog.c
9643         * src/plugins/pgpcore/passphrase.c
9644                 Revert minimal width patch of 2.4.0cvs67,
9645                 as it is also a maximal width. Use 
9646                 gtk_window_set_default_size instead.
9647
9648 2006-08-24 [colin]      2.4.0cvs83
9649
9650         * src/msgcache.c
9651                 Write cache/mark to temp files before
9652                 overwriting old ones (avoids metadata
9653                 loss if writing the new files fail).
9654                 Use mmap() to read cache/mark file, as
9655                 this makes cache reading faster. Dis-
9656                 abled for big-endian machines until it
9657                 can be tested. (Big-endian users: set
9658                 msgcache_use_mmap = TRUE in the relevant
9659                 #if).
9660         * src/procmsg.h
9661                 Move rarely used fields of MsgInfo in 
9662                 another structure, which will only be
9663                 allocated if needed. Face, X-Face,
9664                 Return receipt headers and List-*
9665                 headers are moved. Mails having none
9666                 of these occupy 52 bytes less with
9667                 this patch, which makes 2.5MB of RAM
9668                 saved on a 50k folder).
9669         * src/headerview.c
9670         * src/mainwindow.c
9671         * src/messageview.c
9672         * src/partial_download.c
9673         * src/procheader.c
9674         * src/procmsg.c
9675         * src/textview.c
9676                 Follow this structure change.
9677
9678 2006-08-24 [wwp]        2.4.0cvs82
9679
9680         * manual/es/.cvsignore
9681         * manual/es/dist/.cvsignore
9682         * manual/es/dist/html/.cvsignore
9683         * manual/es/dist/pdf/.cvsignore
9684         * manual/es/dist/ps/.cvsignore
9685         * manual/es/dist/txt/.cvsignore
9686                 more (generated) files to ignore.
9687
9688 2006-08-24 [colin]      2.4.0cvs81
9689
9690         * src/folder.c
9691         * src/mh.c
9692                 Fix possible problems with local delivery. Check the folder doesn't
9693                 need scan before setting its mtime when saving cache (which can be
9694                 done long after the folder's been modified by an external process);
9695                 Check that the stored item's mtime didn't change in mh functions.
9696
9697 2006-08-24 [mones]      2.4.0cvs80
9698
9699         * manual/advanced.xml
9700                 Rewrapping, some fixes and MANUAL-TODO items:
9701                 8.1. = change "" to <quote></quote>
9702                 8.3. = quote menu items
9703                 8.5. - deploying -> new user ... ideally a new user (redundant)
9704
9705 2006-08-23 [colin]      2.4.0cvs79
9706
9707         * src/gtk/gtksctree.c
9708                 When selecting or deselecting range, only
9709                 freeze/thaw when selection is bigger than 10
9710
9711 2006-08-23 [colin]      2.4.0cvs78
9712
9713         * src/messageview.c
9714         * src/mimeview.c
9715         * src/mimeview.h
9716         * src/plugins/dillo_viewer/dillo_viewer.c
9717                 Provide an API for MimeViewer plugins to
9718                 return a text selection for replying
9719
9720 2006-08-23 [colin]      2.4.0cvs77
9721
9722         * src/image_viewer.c
9723         * src/textview.c
9724                 Use gtk_pixbuf_new_from_file_at_scale(), which
9725                 is faster than getting the pixbuf then resizing
9726                 it.
9727
9728 2006-08-23 [colin]      2.4.0cvs76
9729
9730         * src/procmime.c
9731                 UTF-8 should be sent Quoted-printable
9732
9733 2006-08-22 [colin]      2.4.0cvs75
9734
9735         * src/mh.c
9736                 Check if scan is required before touching
9737                 the folder (or it'll be required every time)
9738
9739 2006-08-22 [colin]      2.4.0cvs74
9740
9741         * configure.ac
9742                 Require libetpan 0.46 (crasher fix when built
9743                 against gnutls)
9744
9745 2006-08-22 [colin]      2.4.0cvs73
9746
9747         * src/folder.c
9748                 Set folder's mtime after writing its
9749                 cache
9750         * src/folderview.c
9751                 Add some timing
9752         * src/procmsg.c
9753                 Don't do useless stuff if we don't 
9754                 thread by subject
9755         * src/summaryview.c
9756                 Add some timing, don't deselect prior
9757                 to selecting (gtksctree does it itself),
9758                 remove crash avoidance hacks as it's been
9759                 properly fixed since a while
9760         * src/common/utils.c
9761                 Optimize to_human_readable(): _() is slow,
9762                 do it only once, and avoid %f format for KB
9763                 (the most common in a summaryview)
9764         * src/gtk/gtksctree.c
9765                 Don't uselessly freeze/thaw (fixes flicker
9766                 on next unread and friends), reduce number
9767                 of g_list_nth/g_list_position where possible
9768         * src/gtk/gtkutils.c
9769         * src/gtk/gtkutils.h
9770                 Reduce number of g_list_nth/g_list_position
9771                 where possible.
9772                 All of this makes loading as 70k folder 2.1
9773                 seconds instead of 3.2 (with hot FS caches).
9774                 (1.3 seconds without Date and Size columns...)
9775
9776 2006-08-22 [paul]       2.4.0cvs72
9777
9778         wrap documents and do some items from mones' MANUAL-TODO:
9779
9780         * manual/account.xml
9781                 4.1. = fix tabname references to <quote>tabname</quote>
9782                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9783         * manual/faq.xml
9784                 1.1. = mentioned options don't match UI
9785                 Add information about the 'Never send Return Receipts'
9786                 option
9787         * manual/handling.xml
9788                 6.2. = Mentions Extended symbols button, but now is
9789                 named Information
9790                 6.3. = Mentions ... button, which is now Edit
9791
9792 2006-08-22 [colin]      2.4.0cvs71
9793
9794         * src/gtk/pluginwindow.c
9795                 Fix layout in verbose translations (such
9796                 as french)
9797
9798 2006-08-22 [paul]       2.4.0cvs70
9799
9800         * manual/Makefile.am
9801                 build manuals in alphabetical order
9802         * src/addressbook.c
9803         * src/prefs_themes.c
9804                 replace/remove deprecated symbols
9805         * src/gtk/gtkutils.c
9806                 fix a warning
9807         * src/gtk/pluginwindow.c
9808                 replace deprecated symbol
9809                 replace label text and move it
9810         * src/plugins/pgpcore/prefs_gpg.c
9811                 move the 'Generate...' button out of the
9812                 Sign Key frame, replace the English used
9813         * src/plugins/pgpcore/sgpgme.c
9814                 fixes to the English
9815
9816 2006-08-21 [colin]      2.4.0cvs69
9817
9818         * src/plugins/trayicon/trayicon.c
9819                 Add more strings for translation; patch
9820                 by Pawel
9821
9822 2006-08-21 [colin]      2.4.0cvs68
9823
9824         * src/compose.c
9825                 fix replied flag not set after drafting
9826         * src/matcher.c
9827                 fix body quicksearch in non-encoded bodies
9828                 containing '='
9829         * src/msgcache.c
9830                 Get rid of the g_malloc workaround for
9831                 corrupted caches, use g_try_malloc
9832
9833 2006-08-21 [colin]      2.4.0cvs67
9834
9835         * src/alertpanel.c
9836         * src/gtk/inputdialog.c
9837         * src/plugins/pgpcore/passphrase.c
9838                 Set minimal width to 375
9839         * src/mainwindow.c
9840                 Fix switching to offline, asking if it 
9841                 should be overriden for synchronising
9842         * src/mimeview.c
9843                 Don't offer to remember command on Open 
9844                 with for text parts, as the browser or 
9845                 text editor command isn't changed from 
9846                 there
9847
9848 2006-08-20 [paul]       2.4.0cvs66
9849
9850         * po/ko.po
9851         * po/zh_CN.po
9852                 fix plural form errors. revealed by stricter
9853                 checking of gettext 0.15
9854
9855 2006-08-18 [paul]       2.4.0cvs65
9856
9857         * src/stock_pixmap.c
9858                 fix the fix of 2.4.0cvs64
9859                 Thanks to Colin
9860
9861 2006-08-18 [paul]       2.4.0cvs64
9862
9863         * src/stock_pixmap.c
9864                 fix leaks
9865                 Thanks to Colin
9866
9867 2006-08-18 [paul]       2.4.0cvs63
9868
9869         * src/compose.c
9870         * src/procmsg.c
9871                 fix occasional IMAP bug where large msgs
9872                 were left in the queue folder after sending
9873                 Thanks to Colin
9874
9875 2006-08-18 [paul]       2.4.0cvs62
9876
9877         * src/folderview.c
9878                 freeze the summaryview while quicksearch results
9879                 are displayed
9880                 (fixes bug 456 'current message is hidden when the
9881                 view is refreshed and extended search is "unread 
9882                 messages"')
9883                 Thanks to Colin
9884         * src/textview.c
9885                 add missing #include "inputdialog.h"
9886         * src/common/utils.h
9887                 add missing mailcap_update_default() and improve
9888                 readability
9889
9890 2006-08-17 [colin]      2.4.0cvs61
9891
9892         * src/plugins/pgpcore/select-keys.c
9893                 Fix warnings :)
9894
9895 2006-08-17 [colin]      2.4.0cvs60
9896
9897         * src/compose.c
9898                 Don't continue queuing if Cancel is clicked
9899                 in select-keys
9900
9901 2006-08-17 [colin]      2.4.0cvs59
9902
9903         * src/plugins/pgpcore/select-keys.c
9904                 When encrypting, if only one key matches and it 
9905                 matches exactly, automatically use it.
9906
9907 2006-08-17 [colin]      2.4.0cvs58
9908
9909         * src/mimeview.c
9910         * src/prefs_common.c
9911         * src/prefs_common.h
9912         * src/prefs_ext_prog.c
9913         * src/textview.c
9914                 Fix issues with previous patch (text/html)
9915                 Remove outdated prefs
9916
9917 2006-08-17 [colin]      2.4.0cvs57
9918
9919         * src/imap.c
9920                 Add View Log button on auth error
9921         * src/procmsg.c
9922                 Fix encrypted mail marked as new when
9923                 saved in normal folders
9924         * src/plugins/pgpinline/pgpinline.c
9925                 Fix encrypt bug on IMAP
9926         * src/mimeview.c
9927         * src/common/utils.c
9928         * src/common/utils.h
9929         * src/gtk/inputdialog.c
9930         * src/gtk/inputdialog.h
9931                 Get rid of metamail stuff, simplify
9932                 opening, and allow remembering of user's
9933                 choices (by updating ~/.mailcap). There's
9934                 still to drop "Audio player" and "Image
9935                 viewer" preferences.
9936
9937 2006-08-17 [mones]      2.4.0cvs56
9938
9939         * manual/es/sylpheed-claws-manual.xml
9940                 fix DTD path
9941
9942 2006-08-17 [mones]      2.4.0cvs55
9943
9944         * configure.ac
9945         * manual/Makefile.am
9946         * manual/es/Makefile.am
9947         * manual/es/account.xml
9948         * manual/es/ack.xml
9949         * manual/es/addrbook.xml
9950         * manual/es/advanced.xml
9951         * manual/es/faq.xml
9952         * manual/es/glossary.xml
9953         * manual/es/gpl.xml
9954         * manual/es/handling.xml
9955         * manual/es/intro.xml
9956         * manual/es/keyboard.xml
9957         * manual/es/plugins.xml
9958         * manual/es/starting.xml
9959         * manual/es/sylpheed-claws-manual.xml
9960         * manual/es/dist/Makefile.am
9961         * manual/es/dist/html/Makefile.am
9962         * manual/es/dist/pdf/Makefile.am
9963         * manual/es/dist/ps/Makefile.am
9964         * manual/es/dist/txt/Makefile.am
9965                 Spanish translation for the manual
9966
9967 2006-08-16 [colin]      2.4.0cvs54
9968
9969         * src/compose.c
9970         * src/main.c
9971         * src/mainwindow.c
9972                 Fix send button sensitivity at startup
9973                 Set send menu sensitivity (patch by Fabien)
9974         * src/ssl_manager.c
9975                 Enable closing with esc (patch by Fabien)
9976         * src/gtk/foldersort.c
9977                 Enable closing with esc (patch by Fabien)
9978         * src/procmime.c
9979                 Optimisation (no need to copy to tempfile to
9980                 "decode" 7bit and 8bit)
9981         * src/summaryview.c
9982                 Fix cruft in swap_from case
9983         * src/textview.c
9984                 Fix missing last line in some mail cases 
9985                 (Fixes debian #381872)
9986         * src/plugins/pgpcore/prefs_gpg.c
9987         * src/plugins/pgpcore/sgpgme.c
9988         * src/plugins/pgpcore/sgpgme.h
9989                 Don't show "no key found" when user explicitely
9990                 wants to create a key
9991
9992 2006-08-16 [paul]       2.4.0cvs53
9993
9994         * configure.ac
9995         * src/account.c
9996         * src/addressbook.c
9997         * src/headerview.c
9998         * src/prefs_account.c
9999         * src/prefs_message.c
10000         * src/gtk/gtkutils.c
10001                 bump up minimum required versions of GTK+ and
10002                 GLIB to 2.6.0
10003
10004 2006-08-16 [paul]       2.4.0cvs52
10005
10006         * src/toolbar.c
10007                 workaround GTK+ Bug 351600 - 'Can't re-click
10008                 on button after sensitivity update'
10009                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10010                 Thanks to Colin
10011
10012 2006-08-15 [colin]      2.4.0cvs51
10013
10014         * src/plugins/pgpcore/prefs_gpg.c
10015                 Set options sensitivity according to
10016                 key existence
10017         * src/plugins/pgpcore/sgpgme.c
10018                 Allow to create key with no passphrase
10019
10020 2006-08-14 [cleroy]     2.4.0cvs50
10021
10022         * src/gtk/pluginwindow.c
10023                 New layout (maybe to be changed?)
10024         * src/gtk/gtkutils.c
10025                 Fix a bit label_window
10026         * src/plugins/pgpcore/passphrase.c
10027         * src/plugins/pgpcore/passphrase.h
10028         * src/plugins/pgpcore/plugin.c
10029         * src/plugins/pgpcore/prefs_gpg.c
10030         * src/plugins/pgpcore/prefs_gpg.h
10031         * src/plugins/pgpcore/sgpgme.c
10032         * src/plugins/pgpcore/sgpgme.h
10033                 Allow to create a PGP private key via the GUI
10034
10035 2006-08-14 [wwp]        2.4.0cvs49
10036
10037         * src/addressbook_foldersel.c
10038                 fix strict ISO C90 compliance.
10039
10040 2006-08-14 [paul]       2.4.0cvs48
10041
10042         * src/gtk/prefswindow.c
10043                 re-set scrolled window on opening
10044                 Patch by Ticho
10045
10046 2006-08-14 [paul]
10047
10048         2.5.0-rc1 released
10049
10050 2006-08-14 [paul]       2.4.0cvs47
10051
10052         * src/prefs_display_header.c
10053                 re-enable user-defined Displayed Headers
10054
10055 2006-08-14 [paul]       2.4.0cvs46
10056
10057         * src/prefs_account.c
10058                 use GTK_STOCK_EDIT
10059
10060 2006-08-13 [colin]      2.4.0cvs45
10061
10062         * src/common/utils.c
10063                 Fix "a" in quote when the original message is empty,
10064                 by using \0 instead of 'a' to test writability of
10065                 temp files.
10066
10067 2006-08-13 [wwp]        2.4.0cvs44
10068
10069         * src/plugins/spamassassin/spamassassin.c
10070                 fix capitalization of "SpamAssassin" in some debug, log and
10071                 dialog messages.
10072
10073 2006-08-13 [paul]       2.4.0cvs43
10074
10075         * src/editldap.c
10076                 fix overlapping widgets
10077         * src/prefs_account.c
10078                 fix translation of protocol_names[]
10079                 fix label disappearing off the edge of the
10080                 visible area
10081
10082 2006-08-12 [paul]       2.4.0cvs42
10083
10084         * manual/plugins.xml
10085                 update IRC channel info before it gets forgotten
10086                 about
10087
10088 2006-08-11 [colin]      2.4.0cvs41
10089
10090         * src/compose.c
10091         * src/mainwindow.c
10092         * src/mainwindow.h
10093         * src/procmsg.c
10094         * src/procmsg.h
10095         * src/summaryview.c
10096         * src/toolbar.c
10097                 Grey out the Send button if
10098                 - Queue folders are empty, or
10099                 - We're sending already
10100
10101 2006-08-11 [wwp]        2.4.0cvs40
10102
10103         * src/main.c
10104                 fix a logic issue when quitting while a compose window is
10105                 still open, thanks to Colin.
10106
10107 2006-08-10 [colin]      2.4.0cvs39
10108
10109         * src/main.c
10110                 Fix default font size setting after wizard run
10111         * src/imap.c
10112         * src/etpan/imap-thread.c
10113         * src/etpan/imap-thread.h
10114                 Fix bug #999 (Timing out on TSL cert validation 
10115                 dialog makes ugly things happen). Also, STARTTLS
10116                 unconditionnaly if initial capabilities contain
10117                 LOGINDISABLED and STARTTLS.
10118
10119 2006-08-09 [colin]      2.4.0cvs38
10120
10121         * src/mainwindow.c
10122         * src/mainwindow.h
10123                 Fix Tools/Actions sensitivity when there are
10124                 no actions
10125
10126 2006-08-09 [colin]      2.4.0cvs37
10127
10128         * src/prefs_filtering.c
10129                 Warning fix, patch by Paul
10130         * src/messageview.c
10131         * src/prefs_actions.c
10132         * src/prefs_filtering_action.c
10133         * src/prefs_matcher.c
10134                 Uniformisation of "Info ..." to "Info..." (for
10135                 old gtk), patch by Fabien
10136         * src/plugins/clamav/clamav_plugin_gtk.c
10137                 Sensitivity fix by Fabien
10138
10139 2006-08-09 [colin]      2.4.0cvs36
10140
10141         * src/main.c
10142         * src/main.h
10143                 Add a function to know whether we're exiting
10144         * src/plugins/trayicon/trayicon.c
10145                 If exiting, don't do anything. Faster, and
10146                 avoids gtk_main_iteration reentracy causing
10147                 segfaults at exit
10148
10149 2006-08-09 [colin]      2.4.0cvs35
10150
10151         * src/messageview.c
10152         * src/mimeview.c
10153         * src/mimeview.h
10154                 Fix lack of part selection when automatically 
10155                 jumping to a specific part
10156         * src/msgcache.c
10157                 Little optimisation in cache reading
10158
10159 2006-08-09 [colin]      2.4.0cvs34
10160
10161         * src/compose.c
10162                 Fix crash setting the priority on reedit
10163                 (Accessing compose before creating it!)
10164
10165 2006-08-08 [colin]      2.4.0cvs33
10166
10167         * src/procmime.c
10168                 Fix bug #998 (last attachment is not accessible)
10169                 Bad RFC interpretation on multipart close-delimiters
10170         * src/mimeview.c
10171         * src/mimeview.h
10172         * src/gtk/gtkvscrollbutton.c
10173         * src/gtk/gtkvscrollbutton.h
10174                 Make attachments list wheel-scrollable
10175
10176 2006-08-07 [colin]      2.4.0cvs32
10177
10178         * src/gtk/gtkaspell.c
10179                 Fix bug #973 (Unicode punctation characters 
10180                 are not recognized as separators by the
10181                 spell checker); fix unsigned stuff
10182
10183 2006-08-07 [colin]      2.4.0cvs31
10184
10185         * src/compose.c
10186                 Fix bug #956 (DnD text with accents in compose 
10187                 text entry); fix gccc's signed/unsigned fuss
10188
10189 2006-08-06 [colin]      2.4.0cvs30
10190
10191         * src/main.c
10192                 Fix bug #979 (Plugin crashes when exiting 
10193                 sylpheed-claws) : handle exit request only 
10194                 once
10195
10196 2006-08-05 [colin]      2.4.0cvs29
10197
10198         * src/news.c
10199                 Just make sure we have a msgid.
10200
10201 2006-08-05 [colin]      2.4.0cvs28
10202
10203         * src/news.c
10204         * src/summaryview.c
10205                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10206                 by reimplementing it
10207         * src/textview.c
10208                 Fix bug when hiding quotes with level > 3 and quote
10209                 colors are recycled
10210
10211 2006-08-04 [colin]      2.4.0cvs27
10212
10213         * src/compose.c
10214         * src/undo.c
10215         * src/undo.h
10216                 Fix a bit replace-by-pasting undo
10217         * src/mainwindow.c
10218         * src/messageview.c
10219                 Fix Fold quotes menu synchro in
10220                 mainwindow when it changes in 
10221                 messageview
10222         * src/textview.c
10223                 Fix right-click on quotes blocks
10224         * src/common/utils.c
10225                 Verify that the file created by
10226                 my_tmpfile() is writable. Fixes
10227                 bug #988 (very specific filesystem
10228                 issue)
10229         * src/plugins/pgpcore/sgpgme.c
10230                 Fix file descriptor leak
10231         * src/plugins/spamassassin/spamassassin.c
10232                 Warn once if spamd isn't reachable
10233
10234 2006-08-04 [colin]      2.4.0cvs26
10235
10236         * src/toolbar.c
10237                 i18n context patch by Fabien
10238
10239 2006-08-03 [colin]      2.4.0cvs25
10240
10241         * src/mainwindow.c
10242         * src/messageview.c
10243                 Rename "Hide quotes" to "Fold quotes"
10244         * src/textview.c
10245                 Don't use hand cursor on quotes. "all 
10246                 the bonuses of the feature and none of 
10247                 unwelcome side-effects"
10248
10249 2006-08-03 [colin]      2.4.0cvs24
10250
10251         * AUTHORS
10252         * sylpheed-claws.desktop
10253         * src/gtk/authors.h
10254                 Bring the desktop file to XDG compliance
10255                 Patch by Charles A. Edwards
10256
10257 2006-08-03 [colin]      2.4.0cvs23
10258
10259         * src/textview.c
10260                 Fix links offset when they are preceded
10261                 by accentued chars (g_utf8_strlen!)
10262         * src/mainwindow.c
10263                 Fix wrong status when starting offline
10264
10265
10266 2006-08-03 [wwp]        2.4.0cvs22
10267
10268         * src/prefs_common.h
10269                 ask what to do w/ filtering rules that belong to an account when
10270                 applying filtering rules manually from the main window (skip,
10271                 apply regardless of the account, use current account). This dialog
10272                 can be skipped and the last reply used.
10273                 (forgot that file)
10274
10275 2006-08-03 [wwp]        2.4.0cvs21
10276
10277         * src/filtering.c
10278         * src/filtering.h
10279         * src/prefs_common.c
10280         * src/summaryview.c
10281         * src/alertpanel.c
10282         * src/alertpanel.h
10283         * src/messageview.c
10284                 ask what to do w/ filtering rules that belong to an account when
10285                 applying filtering rules manually from the main window (skip,
10286                 apply regardless of the account, use current account). This dialog
10287                 can be skipped and the last reply used.
10288
10289
10290 2006-08-03 [colin]      2.4.0cvs20
10291
10292         * src/textview.c
10293                 Optimize previous patch
10294
10295 2006-08-03 [cleroy]     2.4.0cvs19
10296
10297         * src/textview.c
10298                 Fix quotes getting toggled back when the
10299                 mail has an even number of text parts
10300
10301 2006-08-02 [colin]      2.4.0cvs18
10302
10303         * src/messageview.c
10304                 Add Hide quotes menu
10305
10306 2006-08-02 [colin]      2.4.0cvs17
10307
10308         * src/mainwindow.c
10309         * src/prefs_common.c
10310         * src/textview.c
10311         * src/textview.h
10312         * src/gtk/about.c
10313                 Allow per-level quote hiding,
10314                 Allow toggling quotes by double-clicking them
10315                 Rename RemoteURI to ClickableText to reflect
10316                 the fact it's used for a variety of things
10317
10318 2006-08-02 [wwp]        2.4.0cvs16
10319
10320         * src/mainwindow.c
10321                 fix "View/Hide quotes" menu item status initialization.
10322
10323 2006-08-02 [wwp]        2.4.0cvs15
10324
10325         * src/matcher_parser_parse.y
10326                 remove a debug trace.
10327
10328 2006-08-02 [paul]       2.4.0cvs14
10329
10330         * src/plugins/pgpcore/passphrase.c
10331                 don't set initial dialog size
10332                 make it resizable
10333
10334 2006-08-02 [paul]       2.4.0cvs13
10335
10336         * src/noticeview.c
10337                 remove the rogue '/' character
10338
10339 2006-08-02 [paul]       2.4.0cvs12
10340
10341         * src/noticeview.c
10342                 allow buttons to resize as necessary
10343
10344 2006-08-01 [wwp]        2.4.0cvs11
10345
10346         * src/mbox.c
10347                 fix strict ISO C90 compliance.
10348
10349 2006-08-01 [wwp]        2.4.0cvs10
10350
10351         * tools/update-po
10352                 updated update-po tool to work w/ context-dependent translations.
10353                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10354
10355 2006-08-01 [wwp]        2.4.0cvs9
10356
10357         * src/matcher.c
10358         * src/prefs_filtering.c
10359         * src/prefs_matcher.c
10360                 allow context-dependent translations for "All",
10361                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10362
10363 2006-07-31 [colin]      2.4.0cvs8
10364
10365         * AUTHORS
10366         * src/gtk/authors.h
10367                 Add Rafal to authors
10368
10369 2006-07-31 [colin]      2.4.0cvs7
10370
10371         * src/compose.c
10372         * src/mainwindow.c
10373         * src/messageview.h
10374         * src/prefs_common.c
10375         * src/prefs_common.h
10376         * src/textview.c
10377                 Add 'View/Hide quotes'. Patch based on a patch
10378                 by Rafal Weglarz
10379
10380 2006-07-31 [colin]      2.4.0cvs6
10381
10382         * src/action.c
10383                 Fix problem with "> stuff >" actions
10384
10385 2006-07-31 [paul]       2.4.0cvs5
10386
10387         * po/nb.po
10388                 updated by Geir Helland
10389
10390 2006-07-31 [wwp]        2.4.0cvs4
10391
10392         * src/mainwindow.c
10393         * src/summaryview.c
10394         * src/summaryview.h
10395                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10396                 thanks to Colin.
10397
10398 2006-07-31 [wwp]        2.4.0cvs3
10399
10400         * src/Makefile.am
10401         * src/addr_compl.c
10402         * src/addr_compl.h
10403         * src/addressbook.c
10404         * src/addressbook.h
10405         * src/addressbook_foldersel.c
10406         * src/addressbook_foldersel.h
10407         * src/addrindex.c
10408         * src/addrindex.h
10409         * src/matcher.c
10410         * src/matcher.h
10411         * src/matcher_parser_lex.l
10412         * src/matcher_parser_parse.y
10413         * src/prefs_common.c
10414         * src/prefs_common.h
10415         * src/prefs_filtering.c
10416         * src/prefs_matcher.c
10417         * src/prefs_matcher.h
10418         * src/summaryview.c
10419                 introduce filtering against the address book. It's now possible to add
10420                 matched conditions to determine if any email address in a message matches
10421                 or doesn't match any or all books or folders in the address book.
10422
10423 2006-07-31 [wwp]        2.4.0cvs2
10424
10425         * src/account.c
10426         * src/filtering.c
10427         * src/filtering.h
10428         * src/folder.c
10429         * src/folderview.c
10430         * src/inc.c
10431         * src/mainwindow.c
10432         * src/matcher.c
10433         * src/matcher_parser_lex.l
10434         * src/matcher_parser_parse.y
10435         * src/mbox.c
10436         * src/prefs_filtering.c
10437         * src/prefs_filtering.h
10438         * src/procmsg.c
10439         * src/procmsg.h
10440         * src/summaryview.c
10441                 introduce per-account filtering rules. Each filtering rule can now be assigned
10442                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10443                 when applying filtering rules manually, as all rules will apply - even the ones
10444                 assigned to an account. This issue will be addressed soon.
10445  
10446
10447
10448 2006-07-31 [wwp]        2.4.0cvs1
10449
10450         * src/quote_fmt.c
10451                 make more strings translatable.
10452
10453 2006-07-31 [paul]       2.4.0
10454
10455         2.4.0 released
10456
10457 2006-07-31 [paul]       2.3.1cvs91
10458
10459         * po/ca.po
10460                 updated by Miquel Oliete
10461
10462 2006-07-31 [paul]       2.3.1cvs90
10463
10464         * po/de.po
10465         * po/el.po
10466         * po/fr.po
10467         * po/it.po
10468         * po/pl.po
10469         * po/pt_BR.po
10470         * po/sr.po
10471         * po/zh_CN.po
10472                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10473                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10474                 Aleksandar Urosevic, and Ralgh Young
10475
10476 2006-07-31 [paul]       2.3.1cvs89
10477
10478         * src/account.c
10479         * src/main.c
10480         * src/mainwindow.c
10481         * src/mainwindow.h
10482                 Fix a race condition when, after an SC crash, rescanning
10483                 folders took more than 0.5 seconds
10484                 Thanks to Colin
10485
10486 2006-07-31 [paul]       2.3.1cvs88
10487
10488         * src/folderview.c
10489                 don't translate separator strings
10490
10491 2006-07-30 [mones]      2.3.1cvs87
10492
10493         * doc/man/sylpheed-claws.1
10494                 Fixed non-ASCII chars in Hoa's name
10495         * po/es.po
10496                 Updated for release
10497
10498 2006-07-27 [colin]      2.3.1cvs86
10499
10500         * src/textview.c
10501                 Don't include the leading \n in links
10502                 Patch by Fabien
10503
10504 2006-07-25 [colin]      2.3.1cvs85
10505
10506         * src/mainwindow.c
10507         * src/common/socket.h
10508         * src/etpan/imap-thread.c
10509                 Refresh resolvers before connecting
10510                 to IMAP servers, and after switching
10511                 to online. Thanks to Paul.
10512
10513 2006-07-18 [colin]
10514
10515         * 2.4.0-rc4 released
10516
10517 2006-07-17 [colin]      2.3.1cvs84
10518
10519         * src/inc.c
10520                 Show connection attempt in statusbar before
10521                 connecting (previously first message was
10522                 "Retrieving messages from ..." after the
10523                 connection succeeded.
10524
10525 2006-07-16 [wwp]        2.3.1cvs83
10526
10527         * sylpheed-claws.ico
10528                 Added .ico file (windows multi-size icon file, generated).
10529
10530 2006-07-12 [wwp]        2.3.1cvs82
10531
10532         * src/messageview.c
10533                 remove Message/Re-edit menu entry from messageview window,
10534                 as sent/draft/queued messages are opened in compose window when
10535                 re-edited and it's not possible to re-edit other msgs.
10536
10537 2006-07-12 [paul]       2.3.1cvs81
10538
10539         * AUTHORS
10540         * src/mainwindow.c
10541         * src/gtk/authors.h
10542                 check online state before resetting
10543                 mailcheck timer. Useful if some program
10544                 verifies connection state and updates
10545                 Claws.
10546                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10547
10548 2006-07-12 [paul]       2.3.1cvs80
10549
10550         * sylpheed-claws-128x128.png
10551         * sylpheed-claws-64x64.png
10552         * sylpheed-claws.png
10553         * src/Makefile.am
10554         * src/main.c
10555         * src/prefs_toolbar.c
10556         * src/stock_pixmap.c
10557         * src/stock_pixmap.h
10558         * src/wizard.c
10559         * src/gtk/about.c
10560         * src/gtk/gtkutils.c
10561         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10562         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10563         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10564         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10565         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10566         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10567                 updated and renamed logo/icon files and related
10568                 logo by Jesper Schultz
10569
10570 2006-07-11 [paul]       2.3.1cvs79
10571
10572         * src/main.c
10573                 fix the labels a smidgin
10574
10575 2006-07-09 [colin]      2.3.1cvs78
10576
10577         * src/textview.c
10578                 Show errors in textviewer's command
10579                 Patch by H. Merijn Brand
10580
10581 2006-07-09 [colin]      2.3.1cvs77
10582
10583         * src/compose.c
10584                 Save FMID in drafts too
10585
10586 2006-07-08 [colin]      2.3.1cvs76
10587
10588         * src/compose.c
10589                 Svae RMID in drafted mails too
10590                 Save quote_fmt vars for whole mails,
10591                 don't reset at each quote_fmt_init:
10592                 allows to use the same |i{var} in
10593                 various template fields
10594         * src/prefs_template.c
10595         * src/quote_fmt.h
10596         * src/quote_fmt_parse.y
10597                 Same
10598
10599 2006-07-08 [colin]      2.3.1cvs75
10600
10601         * src/textview.c
10602                 Fix highlighting of attached parts URIs
10603
10604 2006-07-08 [colin]      2.3.1cvs74
10605
10606         * src/main.c
10607                 Prevent bug #981 (sc 2.3.1 segfaults with 
10608                 gtk+ 2.10) from being reported again:
10609                 if Sylpheed-Claws has been compiled against
10610                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10611                 of if Sylpheed-Claws has been compiled against
10612                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10613                 error out.
10614
10615 2006-07-07 [colin]      2.3.1cvs73
10616
10617         * src/prefs_actions.c
10618                 Fix label
10619
10620 2006-07-07 [colin]      2.3.1cvs72
10621
10622         * src/prefs_actions.c
10623                 Fix compile on gtk < 2.8. argh :)
10624
10625 2006-07-07 [paul]       2.3.1cvs71
10626
10627         * src/common/defs.h
10628                 update DONATE_URI
10629
10630 2006-07-07 [colin]      2.3.1cvs70
10631
10632         * po/POTFILES.in
10633         * src/quote_fmt.c
10634         * src/quote_fmt_lex.l
10635         * src/quote_fmt_parse.y
10636                 Add |i{var}, a way to insert user-entered
10637                 text in a template
10638
10639 2006-07-07 [colin]
10640
10641         * 2.4.0-rc3 released
10642
10643 2006-07-07 [colin]      2.3.1cvs69
10644
10645         * src/folder.c
10646                 Don't consider inboxes of UNKNOWN folder 
10647                 classes to be useable as default inboxes
10648
10649 2006-07-07 [paul]       2.3.1cvs68
10650
10651         * src/textview.c
10652                 add missing #include <errno.h>
10653                 Thanks to René J. Blokland
10654
10655 2006-07-07 [paul]       2.3.1cvs67
10656
10657         * src/action.c
10658                 Return now Closes dialog
10659         * src/mimeview.c
10660         * src/mimeview.h
10661         * src/textview.c
10662                 add contextual menu to mime parts listed
10663                 in the textview
10664                 Thanks to Colin
10665         * src/common/utils.c
10666                 reversal: ' is a valid character in URLs
10667
10668 2006-07-06 [colin]      2.3.1cvs66
10669
10670         * src/remotefolder.h
10671                 Forgotten in previous commit
10672
10673 2006-07-06 [colin]      2.3.1cvs65
10674
10675         * src/folder.c
10676                 Set summary update flag whenever
10677                 totals changed
10678         * src/imap.c
10679         * src/prefs_account.c
10680         * src/common/utils.h
10681         * src/etpan/imap-thread.c
10682                 Fix warnings, thanks to Fabien and
10683                 Ricardo
10684
10685 2006-07-06 [wwp]        2.3.1cvs64
10686
10687         * src/gtk/gtkutils.c
10688                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10689
10690 2006-07-06 [wwp]        2.3.1cvs63
10691
10692         * src/account.c
10693         * src/addressbook.c
10694         * src/addressitem.h
10695         * src/folderview.c
10696         * src/mainwindow.c
10697         * src/manual.c
10698         * src/manual.h
10699         * src/message_search.c
10700         * src/prefs_actions.c
10701         * src/prefs_filtering.c
10702         * src/prefs_filtering.h
10703         * src/prefs_template.c
10704         * src/summary_search.c
10705         * src/summaryview.c
10706         * src/gtk/gtkutils.c
10707         * src/gtk/gtkutils.h
10708         * src/gtk/pluginwindow.c
10709                 add help buttons to some dialogs. Clicking such buttons opens a
10710                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10711
10712 2006-07-06 [paul]       2.3.1cvs62
10713
10714         * src/textview.c
10715                 fix attachments contextual menu
10716                 Thanks to Colin
10717
10718 2006-07-05 [colin]      2.3.1cvs61
10719
10720         * src/textview.c
10721         * src/compose.c
10722                 Handle sftp:// links
10723
10724 2006-07-05 [paul]       2.3.1cvs60
10725
10726         * src/gtk/filesel.c
10727                 grab save button by default
10728                 Thanks to Colin
10729
10730 2006-07-05 [wwp]        2.3.1cvs59
10731
10732         * manual/xml2pdf
10733                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10734
10735 2006-07-04 [colin]      2.3.1cvs58
10736
10737         * src/mimeview.c
10738         * src/textview.c
10739                 Use left click to select, middle click to open
10740                 on mimeparts links
10741         * src/common/utils.c
10742                 Fix segfault
10743
10744 2006-07-04 [colin]      2.3.1cvs57
10745
10746         * src/mainwindow.c
10747         * src/news.c
10748                 Warning fixes, thanks to Fabien
10749
10750 2006-07-04 [colin]      2.3.1cvs56
10751
10752         * src/mimeview.c
10753         * src/mimeview.h
10754         * src/textview.c
10755                 Allow parts to be selected via their text label
10756                 in textview
10757
10758 2006-07-04 [colin]      2.3.1cvs55
10759
10760         * src/folderview.c
10761                 Feedback when closing (for big folders)
10762         * src/prefs_actions.c
10763         * src/prefs_filtering.c
10764         * src/prefs_matcher.c
10765         * src/prefs_template.c
10766                 Fix default button when closing without
10767                 having saved
10768
10769 2006-07-04 [colin]      2.3.1cvs54
10770
10771         * src/news.c
10772                 Delete local file on deletion
10773
10774 2006-07-03 [colin]      2.3.1cvs53
10775
10776         * src/folderview.c
10777         * src/main.c
10778                 Don't freeze when rescanning after crash
10779
10780 2006-07-03 [wwp]        2.3.1cvs52
10781
10782         * src/compose.c
10783         * src/privacy.c
10784         * src/privacy.h
10785         * src/plugins/pgpinline/pgpinline.c
10786         * src/plugins/pgpmime/pgpmime.c
10787                 don't report an error when the user cancels the passphrase dialog.
10788
10789 2006-07-02 [colin]      2.3.1cvs51
10790
10791         * src/folderview.c
10792                 Open message when crossing folders with Space,
10793                 goto next unread and friends
10794
10795 2006-07-01 [colin]      2.3.1cvs50
10796
10797         * src/prefs_account.c
10798                 Typographic rules varying from language
10799                 to language (in french "Protocole :"),
10800                 we have to do that :)
10801
10802 2006-07-01 [ticho]      2.3.1cvs49
10803
10804         * src/prefs_account.c
10805                 Only use one temporary gchar* variable in
10806                 prefs_account_protocol_set_optmenu().
10807
10808 2006-07-01 [ticho]      2.3.1cvs48
10809
10810         * src/prefs_account.c
10811         * src/prefs_account.h
10812                 Use GtkLabel for existing account protocol name.
10813                 Created an array for protocol names and populate the
10814                 combobox from it in a for() cycle.
10815
10816 2006-06-30 [colin]      2.3.1cvs47
10817
10818         * src/compose.c
10819                 Block undo when changing signature (by changing
10820                 account)
10821
10822 2006-06-30 [paul]       2.3.1cvs46
10823
10824         * src/send_message.c
10825                 when editing From in the Compose window, use that address
10826                 in the Return-Path: header
10827                 Thanks to Colin
10828
10829 2006-06-30 [colin]      2.3.1cvs45
10830
10831         * src/compose.c
10832                 Fix signature replacement:
10833                 - when no newline before separator
10834                 - when reediting
10835
10836 2006-06-29 [colin]      2.3.1cvs44
10837
10838         * src/folderview.c
10839         * src/folderview.h
10840         * src/mainwindow.c
10841         * src/summaryview.c
10842                 Let 'View/Go to/Next marked' work like
10843                 Next new & Next unread: across folders
10844                 Change the select_on_entry pref to do
10845                 what we want when changing folder
10846         * src/common/utils.c
10847                 Fix single-quoted links 
10848
10849 2006-06-29 [colin]      2.3.1cvs43
10850
10851         * src/gtk/gtkaspell.c
10852                 "Sylpheed" and "Sylpheed-Claws" do exist !
10853
10854 2006-06-29 [colin]      2.3.1cvs42
10855
10856         * src/imap.c
10857                 Forgot to remove debug
10858
10859 2006-06-29 [colin]      2.3.1cvs41
10860
10861         * src/imap.c
10862         * src/imap.h
10863         * src/mainwindow.c
10864                 Disconnect from IMAP servers when going
10865                 offline. Fixes bug #978 (going to offline-mode 
10866                 won't close connections)
10867
10868 2006-06-29 [colin]      2.3.1cvs40
10869
10870         * src/main.c
10871                 Fix transient setting on failing plugins
10872                 Patch by Fabien
10873         * src/plugins/pgpcore/sgpgme.c
10874                 Only warn for OpenPGP. Most people don't
10875                 have CMS available.
10876
10877 2006-06-29 [colin]      2.3.1cvs39
10878
10879         * src/compose.c
10880                 Fix Spelling menu (discrepancy between context menu
10881                 and top menu when folder's dictionary isn't the 
10882                 default one)
10883         * src/plugins/pgpcore/sgpgme.c
10884                 More error reporting about why gpgme can fail
10885
10886 2006-06-29 [wwp]        2.3.1cvs38
10887
10888         * src/mainwindow.c
10889                 honor the display-header-pane setting even when the message view
10890                 is a separate window.
10891
10892 2006-06-29 [wwp]        2.3.1cvs37
10893
10894         * src/prefs_actions.c
10895                 forgot to commit that one (use of GTK_STOCK_INFO).
10896
10897 2006-06-29 [colin]      2.3.1cvs36
10898
10899         * src/imap.c
10900                 Better handling of login errors (ask the password
10901                 again once), alert in case of error. Fix three
10902                 signedness warnings.
10903
10904 2006-06-28 [wwp]        2.3.1cvs35
10905
10906         * src/prefs_template.c
10907         * src/prefs_matcher.c
10908         * src/prefs_filtering_action.c
10909         * src/prefs_quote.c
10910                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
10911                 patch by Fabien Vantard, slightly modified.
10912
10913 2006-06-28 [paul]
10914
10915         2.4.0-rc2 released
10916
10917 2006-06-28 [colin]      2.3.1cvs34
10918
10919         * src/prefs_account.c
10920                 Fix bug #977 (Can't add or edit imap accounts)
10921
10922 2006-06-28 [colin]      2.3.1cvs33
10923
10924         * src/mimeview.c
10925                 Fix previous
10926
10927 2006-06-28 [colin]      2.3.1cvs32
10928
10929         * src/mimeview.c
10930                 Save named inlined attachments with "Save all"
10931         * src/main.c
10932         * src/mbox.c
10933         * src/common/plugin.c
10934         * src/common/plugin.h
10935         * src/common/sylpheed.c
10936         * src/common/utils.c
10937         * src/plugins/pgpcore/sylpheed.def
10938         * src/plugins/pgpinline/sylpheed.def
10939         * src/plugins/pgpmime/sylpheed.def
10940                 Win32 compatibility patch, by
10941                 Werner Koch
10942
10943 2006-06-28 [wwp]        2.3.1cvs31
10944
10945         * src/imap.c
10946         * src/prefs_folder_item.c
10947                 less compilation warnings (thanks to Fabien Vantard), less typos.
10948
10949 2006-06-28 [paul]       2.3.1cvs30
10950
10951         * src/gtk/gtkutils.c
10952                 gtk_combo_box_set_focus_on_click() is only
10953                 available since gtk 2.6.0
10954
10955 2006-06-28 [paul]       2.3.1cvs29
10956
10957         * src/prefs_ext_prog.c
10958                 fix engrish and add a tooltip for the
10959                 'command for 'Display as text' option
10960
10961 2006-06-28 [paul]
10962
10963         2.4.0-rc1 released
10964
10965 2006-06-28 [paul]       2.3.1cvs28
10966
10967         * ChangeLog
10968         * tools/Makefile.am
10969                 include textviewer.pl in releases
10970
10971 2006-06-28 [paul]       2.3.1cvs27
10972
10973         * src/prefs_ext_prog.c
10974                 hide Print command option if libgnomeprint
10975                 support is present
10976
10977 2006-06-27 [colin]      2.3.1cvs26
10978
10979         * src/compose.c
10980                 Fix Esc handling in insert/attach dialog
10981                 Don't show this dialog if dragging something
10982                 else than text/uri-list
10983                 Thanks to Fabien Vantard
10984         * tools/textviewer.pl
10985                 Filter script to display stuff as text
10986                 by H. Merijn Brand
10987
10988 2006-06-27 [wwp]        2.3.1cvs25
10989
10990         * src/messageview.c
10991                 use the exact product name (message view title), patch
10992                 by Fabien Vantard.
10993
10994 2006-06-27 [ticho]      2.3.1cvs24
10995
10996         * src/prefs_account.c
10997         * src/prefs_common.c
10998         * src/prefs_common.h
10999         * src/prefs_ext_prog.c
11000         * src/textview.c
11001                 Add a preference (Preferences/External programs)
11002                 to allow "Display as text" to be done via a script
11003                 (patch by H.Merijn Brand).
11004                 Use GtkComboBox for protocol selection in account
11005                 preferences.
11006                 Only include current choice for existing accounts, and
11007                 insensitivize the combobox.
11008
11009 2006-06-27 [paul]       2.3.1cvs23
11010
11011         * src/mbox.c
11012                 fix crasher introduced in cvs21.
11013                 Thanks to Colin
11014
11015 2006-06-26 [colin]      2.3.1cvs22
11016
11017         * src/mbox.c
11018                 Fix double-frees when leaving folders
11019                 after exporting to mbox
11020
11021 2006-06-26 [colin]      2.3.1cvs21
11022
11023         * src/mbox.c
11024                 More feedback (and optimisation)
11025                 on import/export
11026         * src/common/utils.c
11027                 Fix case when looking for mail addresses
11028         * src/gtk/gtkutils.c
11029                 Extra check for (X-)Face
11030
11031 2006-06-25 [ticho]      2.3.1cvs20
11032
11033         * src/compose.c
11034         * src/exphtmldlg.c
11035         * src/gtk/gtkutils.c
11036         * src/gtk/gtkutils.h
11037                 Added second argument to gtkut_sc_combobox_create() to
11038                 control focus-on-click for the widget.
11039                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11040
11041 2006-06-25 [ticho]      2.3.1cvs19
11042
11043         * src/compose.c
11044         * src/gtk/Makefile.am
11045         * src/gtk/combobox.c
11046         * src/gtk/combobox.h
11047         * src/gtk/gtkutils.c
11048         * src/gtk/gtkutils.h
11049                 Use GtkComboBox instead of deprecated GtkOptionMenu
11050                 for account selector in compose window and for encoding
11051                 selector in attachment properties.
11052                 Also factorise working with the new GtkComboBox somewhat.
11053
11054 2006-06-24 [paul]       2.3.1cvs18
11055
11056         * src/prefs_common.c
11057                 use the correct default value
11058
11059 2006-06-24 [paul]       2.3.1cvs17
11060
11061         * src/compose.c
11062         * src/prefs_common.c
11063         * src/prefs_common.h
11064         * src/prefs_compose_writing.c
11065                 enable setting of default action when
11066                 dnd'ing files in the compose window.
11067                 (Collaborative effort with wwp)
11068
11069 2006-06-23 [wwp]        2.3.1cvs16
11070
11071         * src/compose.c
11072                 i18n fix (thanks to Fabien Vantard)
11073
11074 2006-06-22 [colin]      2.3.1cvs15
11075
11076         * src/prefs_customheader.c
11077                 Don't use filters in custom headers' file 
11078                 selector. Remember, extensions mean nothing :)
11079
11080 2006-06-22 [paul]       2.3.1cvs14
11081
11082         * configure.ac
11083                 allow setting of man directory location
11084
11085 2006-06-22 [colin]      2.3.1cvs13
11086
11087         * src/mainwindow.c
11088                 Add 'View/Go to/Next unread folder'.
11089                 I missed that :)
11090
11091 2006-06-22 [colin]      2.3.1cvs12
11092
11093         * src/common/utils.c
11094                 Add some subject prefixes
11095                 Patch by Bjorn T Johansen <btj@havleik.no>
11096
11097 2006-06-22 [colin]      2.3.1cvs11
11098
11099         * manual/advanced.xml
11100                 Forgotten hidden pref
11101
11102 2006-06-21 [paul]       2.3.1cvs10
11103
11104         * src/prefs_account.c
11105                 complete the removal of 'Add date header' option
11106
11107 2006-06-21 [paul]       2.3.1cvs9
11108
11109         * src/account.c
11110         * src/compose.c
11111         * src/prefs_account.c
11112         * src/prefs_account.h
11113                 remove option to add date header - always
11114                 add date header
11115         * src/etpan/imap-thread.c
11116                 fix warnings (Thanks to Colin)
11117
11118 2006-06-21 [wwp]        2.3.1cvs8
11119
11120         * src/folder.c
11121                 set the attachment flag when inline text part are (file)named. This is more convenient
11122                 when receiving (for instance) inline source files or patches sent using thunderbird.
11123
11124 2006-06-21 [paul]       2.3.1cvs7
11125
11126         * src/inc.c
11127                 fix off-by-one count of current msg in
11128                 statusbar filtering progressbar
11129
11130 2006-06-21 [paul]       2.3.1cvs6
11131
11132         * src/folder.c
11133                 Show attachment icon even if the part is 'inline'
11134                 if the following conditions are met:
11135                 - content-type != 'text/plain'
11136                 - content-type != '*/pgp-signature'
11137                 - either 'name' or 'filename' parameter is not NULL
11138                 
11139                 Thanks to Colin
11140
11141 2006-06-21 [paul]       2.3.1cvs5
11142
11143         * src/messageview.c
11144         * src/prefs_common.c
11145         * src/prefs_common.h
11146         * src/prefs_other.c
11147                 add an option to 'Never send Return
11148                 Receipts'
11149                 Thanks to Colin
11150
11151 2006-06-20 [mones]      2.3.1cvs4
11152
11153         * po/es.po
11154                 updated
11155         * src/compose.c
11156                 typo fixed (space after comma)
11157         * tools/make.themes.project
11158                 remove exec mode from tarball files
11159
11160 2006-06-20 [colin]      2.3.1cvs3
11161
11162         * src/news.c
11163         * src/procheader.c
11164         * src/unmime.c
11165                 Better fix for \n's in headers (don't 
11166                 break Received: and others)
11167
11168 2006-06-20 [paul]       2.3.1cvs2
11169
11170         * src/alertpanel.c
11171         * src/textview.c
11172                 improve legibility of phishing attempt
11173                 dialog
11174
11175 2006-06-20 [paul]       2.3.1cvs1
11176
11177         * NEWS
11178         * README
11179         * configure.ac
11180                 Update version number following
11181                 stable release
11182
11183 2006-06-20 [colin]      2.3.0cvs26
11184
11185         * src/compose.c
11186                 When dragging a file to the text of the compose
11187                 window, ask whether we want to insert or attach
11188                 (I know lots of people who do that to attach)
11189
11190 2006-06-20 [colin]      2.3.0cvs25
11191
11192         * src/etpan/imap-thread.c
11193                 Fix threshold (the append command is often > 32 bytes)
11194
11195 2006-06-19 [colin]      2.3.0cvs24
11196
11197         * src/imap.c
11198         * src/etpan/imap-thread.c
11199                 Workaround Rockliffe IMAP server bug: replace
11200                 "x UID SEARCH (ANSWERED UID 1:*)" with
11201                 "x UID SEARCH ANSWERED"
11202                 (Rockliffe doesn't handle the parenthesis)
11203
11204 2006-06-19 [colin]      2.3.0cvs23
11205
11206         * src/compose.c
11207         * src/imap.c
11208         * src/etpan/imap-thread.c
11209                 Probably fix bug #972 (Freezes when adding 
11210                 an attachment to the message)
11211         * src/common/defs.h
11212                 Modernize Firefox cmd
11213
11214
11215 2006-06-18 [colin]      2.3.0cvs22
11216
11217         * src/prefs_customheader.c
11218                 Only allow correct filenames for various
11219                 custom headers
11220
11221 2006-06-18 [colin]      2.3.0cvs21
11222
11223         * src/prefs_customheader.c
11224                 Add a 'From File...' button in custom headers prefs, which
11225                 try to do the right thing: 
11226                 for normal headers, use file as plaintext,
11227                 for X-Face, calls compface,
11228                 for Face, encode to b64.
11229
11230 2006-06-17 [colin]      2.3.0cvs20
11231
11232         * src/mh.c
11233                 Warning fix
11234
11235 2006-06-16 [colin]      2.3.0cvs19
11236
11237         * src/summaryview.c
11238                 Recursive quicksearch: show message list
11239                 in current folder, *then* search children
11240                 in the background.
11241
11242 2006-06-16 [colin]      2.3.0cvs18
11243
11244         * src/main.c
11245                 Instead of ignoring SIGPIPE, save caches
11246                 when getting one. Will fix the fact that
11247                 hot caches are out-of-date when logging 
11248                 out of Xorg.
11249         * src/compose.c
11250         * src/prefs_compose_writing.c
11251                 Only save text (not attachments) when 
11252                 auto-saving to drafts
11253         * src/unmime.c
11254                 Always replace \n, \r and \t with spaces
11255                 in headers
11256         * manual/dist/html/Makefile.am
11257         * manual/dist/pdf/Makefile.am
11258         * manual/dist/ps/Makefile.am
11259         * manual/dist/txt/Makefile.am
11260         * manual/fr/dist/html/Makefile.am
11261         * manual/fr/dist/pdf/Makefile.am
11262         * manual/fr/dist/ps/Makefile.am
11263         * manual/fr/dist/txt/Makefile.am
11264         * manual/pl/dist/html/Makefile.am
11265         * manual/pl/dist/pdf/Makefile.am
11266         * manual/pl/dist/ps/Makefile.am
11267         * manual/pl/dist/txt/Makefile.am
11268                 Fix make clean removing pregenerated manuals
11269
11270
11271 2006-06-16 [colin]      2.3.0cvs17
11272
11273         * src/plugins/pgpcore/sgpgme.c
11274         * src/plugins/pgpmime/pgpmime.c
11275         * src/plugins/pgpinline/pgpinline.c
11276                 Better error reporting in setup_signers.
11277                 Don't fallback to default key if specified
11278                 key isn't found.
11279                 Don't allow signing if more than one secret
11280                 key matches the one specified in prefs.
11281
11282 2006-06-15 [colin]      2.3.0cvs16
11283
11284         * src/folderview.c
11285                 Add "Send queue" in the folder's contextual
11286                 menu
11287         * src/compose.c
11288         * src/messageview.c
11289         * src/privacy.c
11290         * src/privacy.h
11291         * src/procmime.c
11292         * src/procmsg.c
11293         * src/plugins/pgpcore/passphrase.c
11294         * src/plugins/pgpcore/sgpgme.c
11295         * src/plugins/pgpinline/pgpinline.c
11296         * src/plugins/pgpmime/pgpmime.c
11297                 Better error reporting
11298         * src/mbox.c
11299                 Probably fix bug #971 (2.2.3 cannot read mail 
11300                 from local mbox)
11301
11302
11303 2006-06-15 [mones]      2.3.0cvs15
11304
11305         * tools/make.themes.project
11306                 creates the themes project from the web page
11307
11308 2006-06-15 [colin]      2.3.0cvs14
11309
11310         * src/folder.c
11311                 Better fix (avoid losing the folder if scan_tree 
11312                 fails)
11313
11314 2006-06-15 [cleroy]     2.3.0cvs13
11315
11316         * src/folder.c
11317                 Probably fix Bug #969 (crash on rebuilding 
11318                 imap folder)
11319
11320 2006-06-14 [colin]      2.3.0cvs12
11321
11322         * manual/dtd/manual.xsl
11323         * manual/sylpheed-claws-manual.xml
11324         * manual/fr/sylpheed-claws-manual.xml
11325         * manual/pl/sylpheed-claws-manual.xml
11326                 Insert pagebreaks between sections
11327
11328 2006-06-14 [paul]       2.3.0cvs11
11329
11330         * configure.ac
11331                 better fix than 2.3.0cvs10
11332
11333 2006-06-14 [paul]       2.3.0cvs10
11334
11335         * configure.ac
11336                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11337                 (backwards compatible)
11338
11339 2006-06-13 [colin]      2.3.0cvs9
11340
11341         * src/messageview.c
11342                 Fix sending of return receipt with the new queue folders
11343
11344 2006-06-13 [wwp]        2.3.0cvs8
11345
11346         * src/quote_fmt_lex.l
11347                 fix wrong tokens returned in quote_fmt lexer, query not().
11348
11349 2006-06-13 [wwp]        2.3.0cvs7
11350
11351         * src/folder.c
11352         * src/prefs_folder_item.c
11353                 allow changing folder type even when folder is not a top-level one,
11354                 thanks to Colin.
11355
11356 2006-06-12 [colin]      2.3.0cvs6
11357
11358         * src/folderview.c
11359                 Fix double-ask of "Do you want to mark all
11360                 as read"
11361
11362 2006-06-12 [colin]      2.3.0cvs5
11363
11364         * src/compose.c
11365         * src/compose.h
11366         * src/folder.c
11367         * src/folder.h
11368         * src/imap.c
11369         * src/inc.c
11370         * src/main.c
11371         * src/messageview.c
11372         * src/mh.c
11373         * src/prefs_folder_item.c
11374         * src/procheader.c
11375         * src/procmime.c
11376         * src/procmsg.c
11377         * src/procmsg.h
11378         * src/send_message.c
11379         * src/summaryview.c
11380         * src/toolbar.c
11381                 Apply bug #964's patch (Queue and drafts aren't normal)
11382                 The Drafts and Queue folder now contain RFC-822 files,
11383                 allowing to move and copy mails from and to these 
11384                 folders. Moving from Drafts to Queue will prepare the
11385                 mail for sending (PGP signature, encryption, etc).
11386                 This patch also rework sending errors handling to try
11387                 to be more helpful.
11388                 Also, allow redefining folder types via the GUI 
11389                 (Folder type in its Properties)
11390
11391 2006-06-12 [colin]      2.3.0cvs4
11392
11393         * src/summaryview.c
11394         * src/prefs_common.c
11395         * src/prefs_common.h
11396         * src/gedit-print.c
11397                 Allow to define a specific print font - patch
11398                 by Bernhard Walle <bernhard.walle@gmx.de>
11399         * src/prefs_fonts.c
11400         * manual/advanced.xml
11401         * manual/fr/advanced.xml
11402                 Add a hidden pref to allow deletion without
11403                 confirmation
11404
11405 2006-06-12 [wwp]        2.3.0cvs3
11406
11407         * .cvsignore
11408                 more files to ignore.
11409
11410 2006-06-12 [wwp]        2.3.0cvs2
11411
11412         * src/quote_fmt.c
11413         * src/quote_fmt_lex.l
11414         * src/quote_fmt_parse.y
11415                 extend the quote_fmt parser (templates and quotes):
11416                 - allow limited sub-expressions in |p{} and |f{} expressions,
11417                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11418                 - implemented/fixed missing implementation of query_references and show_references,
11419                 - completed, fixed contents and format of the symbols help dialog,
11420                 - fix some compilation warnings.
11421
11422 2006-06-12 [wwp]        2.3.0cvs1
11423
11424         * manual/advanced.xml
11425         * manual/fr/advanced.xml
11426                 updates in the "templates" section of the manual (eng/fr):
11427                  - be more precise (both versions)
11428                  - completed to match the english reference (fr version)
11429                  - touchups (both versions)
11430
11431 2006-06-12 [paul]       2.3.0
11432
11433         2.3.0 released
11434
11435 2006-06-12 [paul]       2.2.3cvs14
11436
11437         * po/ca.po
11438         * po/cs.po
11439         * po/de.po
11440         * po/el.po
11441         * po/fr.po
11442         * po/it.po
11443         * po/pt_BR.po
11444         * po/sr.po
11445         * po/zh_CN.po
11446                 updated by Miquel Oliete, Tim, Stephan Sachse,
11447                 Stavros Giannouris, Fabien Vantard, Andrea
11448                 Spadaccini, Frederico Goncalves Guimaraes,
11449                 Aleksandar Urosevic, and Ralgh Young
11450
11451 2006-06-12 [colin]      2.2.3cvs13
11452
11453         * src/mbox.c
11454                 Add missing header
11455
11456 2006-06-11 [colin]      2.2.3cvs12
11457
11458         * src/msgcache.c
11459                 Verify that g_malloc() succeeded
11460
11461 2006-06-11 [colin]      2.2.3cvs11
11462
11463         * src/wizard.c
11464                 Add Face header to welcome mail
11465
11466 2006-06-10 [colin]      2.2.3cvs10
11467
11468         * src/textview.c
11469                 Revert previous (Forgot it changes the
11470                 margin on the whole mail)
11471
11472 2006-06-10 [colin]      2.2.3cvs9
11473
11474         * src/textview.c
11475                 Don't overlap long headers under (X-)Face
11476
11477 2006-06-10 [mones]      2.2.3cvs8
11478
11479         * manual/xml2pdf
11480                 allow generation of manual on systems lacking saxon binary
11481                 but with java and the saxon library installed
11482
11483         * po/es.po
11484                 updated for release
11485
11486 2006-06-09 [colin]      2.2.3cvs7
11487
11488         * src/summaryview.c
11489                 Fix leak when using Display Sender using Addressbook
11490
11491 2006-06-09 [colin]      2.2.3cvs6
11492
11493         * src/compose.c
11494         * src/folder.c
11495         * src/folderview.c
11496         * src/mimeview.c
11497         * src/summaryview.c
11498                 More leaks fixes
11499
11500 2006-06-09 [paul]       2.2.3cvs5
11501
11502         * AUTHORS
11503         * src/gtk/authors.h
11504         * tools/claws.i18n.status.pl
11505                 updated with new info
11506
11507 2006-06-09 [paul]       2.2.3cvs4
11508
11509         * README
11510                 updated
11511         * manual/ack.xml
11512                 add wwp to authors list
11513         * src/gtk/authors.h
11514                 update mine and Colin's addresses
11515
11516 2006-06-08 [colin]      2.2.3cvs3
11517
11518         * src/etpan/imap-thread.c
11519                 Fix leak on SSL cert check
11520
11521 2006-06-08 [colin]      2.2.3cvs2
11522
11523         * src/common/utils.c
11524                 Fix leak
11525
11526 2006-06-08 [paul]       2.2.3cvs1
11527
11528         * configure.ac
11529                 Update version number following
11530                 stable release
11531
11532 2006-06-07 [colin]      2.2.2cvs3
11533
11534         * src/msgcache.c
11535                 Fix catching cache read errors (guint instead of gint)
11536                 Prevent malloc'ing more than 8MB (means cache corruption)
11537
11538 2006-06-07 [paul]       2.2.2cvs2
11539
11540         * src/exporthtml.c
11541         * src/exportldif.c
11542         * src/mh.c
11543         * src/mutt.c
11544         * src/pine.c
11545         * src/common/utils.c
11546                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11547                 obey $HOME'
11548                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11549                 Thanks to Colin
11550
11551 2006-06-06 [paul]       2.2.2cvs1
11552
11553         * configure.ac
11554                 Update version number following
11555                 stable release
11556
11557 2006-06-06 [paul]       2.2.1cvs6
11558
11559         * src/matcher.c
11560                 fix  implicit declaration of
11561                 sylpheed_do_idle()
11562                 Patch by Fabien Vantard
11563
11564 2006-06-06 [paul]       2.2.1cvs5
11565
11566         * src/matcher.c
11567                 fix age_greater and age_lower so that they
11568                 mean what say and not '...or equal to'
11569                 Thanks to Colin
11570
11571 2006-06-06 [paul]       2.2.1cvs4
11572
11573         * src/textview.c
11574         * src/common/utils.c
11575                 fix URI check
11576                 Thanks to Colin
11577
11578 2006-06-05 [wwp]        2.2.1cvs3
11579
11580         * manual/fr/account.xml
11581                 minor language fixes (thanks to Fabien Vantard).
11582
11583 2006-06-05 [colin]      2.2.1cvs2
11584
11585         * src/prefs_folder_item.c
11586         * src/folderview.c
11587                 Allow recursive setting of properties 
11588                 for whole mailboxes
11589         * src/matcher.c
11590                 Don't freeze on 'test' filtering rule
11591
11592 2006-06-05 [colin]      2.2.1cvs1
11593
11594         * configure.ac
11595                 Update version number following
11596                 stable release
11597
11598 2006-06-04 [wwp]        2.2.0cvs82
11599
11600         * manual/glossary.xml
11601         * manual/account.xml
11602         * manual/fr/glossary.xml
11603         * manual/fr/account.xml
11604                 added glossary section and references/links related to the Face custom header.
11605
11606 2006-06-04 [colin]      2.2.0cvs81
11607
11608         * src/summaryview.c
11609                 Skip to next message on move with no
11610                 immediate execution
11611
11612 2006-06-04 [wwp]        2.2.0cvs80
11613
11614         * manual/xml2pdf
11615                 added sanity checks, exit when needed.
11616
11617 2006-06-03 [paul]       2.2.0cvs79
11618
11619         * src/prefs_receive.c
11620                 page name is now 'Receiving'
11621         * src/prefs_send.c
11622                 page name is now 'Sending'
11623
11624 2006-06-03 [colin]      2.2.0cvs78
11625
11626         * src/plugins/spamassassin/spamassassin_gtk.c
11627                 Autoswitch to Localhost if transport was previously
11628                 disabled. Else people had to check [] Enable, then
11629                 *reselect* transport.
11630
11631 2006-06-03 [colin]      2.2.0cvs77
11632
11633         * src/plugins/pgpinline/pgpinline.c
11634         * src/plugins/pgpmime/pgpmime.c
11635                 Check that gpg_data_release_and_get_mem 
11636                 didn't fail (now, why this happens...)
11637
11638 2006-06-03 [colin]      2.2.0cvs76
11639
11640         * src/mbox.c
11641                 Fix bug #962 (Manual and/or UI should 
11642                 warn about incompatible locking 
11643                 causing dataloss)
11644
11645 2006-06-02 [cleroy]     2.2.0cvs75
11646
11647         * src/filtering.c
11648         * src/folder.c
11649         * src/procmsg.c
11650         * src/summaryview.c
11651                 Fix a few leaks
11652
11653 2006-06-02 [colin]      2.2.0cvs74
11654
11655         * src/main.c
11656                 On exit, free caches after writing them
11657                 Shuts up some valgrind false positives
11658         * src/procmsg.c
11659         * src/send_message.c
11660                 Fix races when reusing existing SMTP connections
11661                 Fix inexistant session timeout
11662         * src/toolbar.c
11663                 Display alertpanel after all queues have
11664                 been processed, not after each
11665
11666 2006-06-02 [wwp]        2.2.0cvs73
11667
11668         * manual/fr/glossary.xml
11669         * manual/fr/ack.xml
11670         * manual/ack.xml
11671                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11672
11673 2006-06-02 [wwp]        2.2.0cvs72
11674
11675         * manual/xml2pdf
11676         * manual/dist/pdf/Makefile.am
11677         * manual/dtd/manual.xsl
11678         * manual/fr/dist/pdf/Makefile.am
11679         * manual/pl/dist/pdf/Makefile.am
11680                 we changed the procedure to generate the .pdf version of the manual.
11681                 The procedure is more modern and the .pdf we get now has a valid index.
11682                 Here are the new pre-requisites:
11683
11684                 - JRE 1.x (1.4 here): there must be one from your distro
11685                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11686                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11687                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11688
11689                 See my posts for further info about the installation of this toolchain:
11690
11691                 Date: Fri, 19 May 2006 19:40:06 +0200
11692                 From: wwp <subscript@free.fr>
11693                 To: sylpheed-claws-devel@lists.sourceforge.net
11694                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11695
11696                 and
11697
11698                 Date: Wed, 24 May 2006 12:58:49 +0200
11699                 From: wwp <subscript@free.fr>
11700                 To: sylpheed-claws-devel@lists.sourceforge.net
11701                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11702
11703 2006-06-01 [colin]      2.2.0cvs71
11704
11705         * src/compose.c
11706                 Better guards against IMAP races
11707         * src/main.c
11708         * src/prefs_common.c
11709         * src/prefs_common.h
11710         * src/common/ssl_certificate.c
11711         * src/etpan/imap-thread.c
11712         * src/etpan/imap-thread.h
11713         * src/gtk/sslcertwindow.c
11714                 New hidden option ssl_skip_cert_check to 
11715                 avoid dups of bug #959 (libetpan linked
11716                 against gnutls and gnutls buggy on 64bit)
11717                 Present expired warning only once per
11718                 session/server.
11719         * manual/advanced.xml
11720         * manual/fr/advanced.xml
11721                 Document new option
11722
11723 2006-06-01 [wwp]        2.2.0cvs70
11724
11725         * src/messageview.c
11726                 fix for bug #961 (return receipt dialog 
11727                 complains incorrectly about return-path 
11728                 email adress being different), thanks 
11729                 to Colin.
11730
11731 2006-05-31 [cleroy]     2.2.0cvs69
11732
11733         * src/common/ssl.c
11734                 Guard against NULLs, although this
11735                 should never be an issue
11736
11737 2006-05-31 [colin]      2.2.0cvs68
11738
11739         * src/filtering.c
11740                 Use g_slist_prepend
11741         * src/imap.c
11742                 Don't remove caches when destroying folder, it
11743                 could (should) be done at exit
11744         * src/inc.c
11745                 free processing cache after incorporation
11746         * src/etpan/imap-thread.c
11747                 Maybe fix bug #959 (Crash on moving to emails 
11748                 to a imap account per ssl with a expired 
11749                 certificate.)
11750
11751 2006-05-30 [colin]      2.2.0cvs67
11752
11753         * src/summaryview.c
11754                 Put back event flush when displaying message
11755                 It avoids reading a bunch of messages just
11756                 by hitting shift-n for too long ;)
11757
11758 2006-05-29 [colin]      2.2.0cvs66
11759
11760         * src/summaryview.c
11761                 Remove useless g_warnings
11762
11763 2006-05-29 [colin]      2.2.0cvs65
11764
11765         * src/imap.c
11766                 Fix g_slist_append()s for performance
11767
11768 2006-05-29 [colin]      2.2.0cvs64
11769
11770         * src/compose.c
11771         * src/common/utils.c
11772                 Fix extraneous tab at start of addresses
11773         * src/mainwindow.c
11774                 Fix warnings (thanks to Fabien)
11775                 Fix crash at exit when composing messages 
11776                 exist
11777         * src/pop.c
11778                 Fix progress bar when deleting expired mails
11779                 Thanks to Hiro
11780         * src/summaryview.c
11781         * src/gtk/gtksctree.c
11782                 Fix re-sorting slowness
11783
11784 2006-05-29 [paul]       2.2.0cvs63
11785
11786         * src/mh.c
11787                 fetch full message when moving mails
11788                 from another mailbox, (fixed data loss
11789                 when filtering from IMAP to MH, introduced
11790                 in 2.2.0cvs57).
11791                 Thanks to Colin
11792
11793 2006-05-29 [mones]      2.2.0cvs62
11794
11795         * src/gtk/gtksctree.c
11796                 Unselect faster (patch by Colin)        
11797
11798 2006-05-26 [colin]      2.2.0cvs61
11799
11800         * src/summaryview.c
11801                 Unplug MSGINFO_UPDATE callback on delete too.
11802
11803 2006-05-26 [colin]      2.2.0cvs60
11804
11805         * src/foldersel.c
11806                 Fix bold in folder selection window with glib2.10
11807                 thanks Hiro
11808
11809 2006-05-26 [colin]      2.2.0cvs59
11810
11811         * src/procheader.c
11812                 Convert date only if necessary (and don't
11813                 try to convert from utf8 to utf8, too)
11814         * src/summaryview.c
11815                 Only set column's text if the column's 
11816                 displayed
11817
11818 2006-05-26 [colin]      2.2.0cvs58
11819
11820         * src/summaryview.c
11821         * src/gtk/gtkutils.c
11822                 Fix useless warning
11823
11824 2006-05-26 [colin]      2.2.0cvs57
11825
11826         * src/mainwindow.c
11827                 Make summaryview selectable as long as 
11828                 no message has focus
11829         * src/mh.c
11830                 Faster deletion (by implementing mh_remove_msgs)
11831                 Faster copy (avoid using mh_fetch_msg just to get
11832                 the filename)
11833                 Faster move (using move_file instead of copy_file
11834                 if MSG_IS_MOVE)
11835                 No progressbar if total number of mails to cp/mv 
11836                 is less than 100
11837         * src/summaryview.c
11838                 Fix removal from subject_table when mail gets moved
11839                 Faster deletion (g_slist_prepend instead of append)
11840         * src/gtk/gtksctree.c
11841                 Remove useless code
11842
11843 2006-05-25 [colin]      2.2.0cvs56
11844
11845         * src/common/ssl_certificate.c
11846                 Fix leak in expired cert check
11847
11848 2006-05-25 [colin]      2.2.0cvs55
11849
11850         * src/mh.c
11851                 Disable flags syncing on .mh_sequences - it
11852                 is buggy and marks mails read under unknown
11853                 conditions.
11854
11855 2006-05-25 [paul]
11856
11857         * 2.3.0-rc4 released
11858
11859 2006-05-24 [colin]      2.2.0cvs54
11860
11861         attention cvs users: if you manage to crash
11862         Sylpheed-Claws while moving, copying or deleting
11863         mails, we *are* interested in stack traces and
11864         valgrind logs. It looks stable, but one never
11865         knows...
11866
11867         * src/folder.c
11868                 Add progressbar for cache updates
11869         * src/folderutils.c
11870                 Optimize Mark all read in the current
11871                 folder
11872         * src/mh.c
11873                 Add progressbar for copy/move
11874         * src/procmsg.c
11875                 Optimize O(n^2) in copy/move
11876         * src/summaryview.c
11877         * src/gtk/gtksctree.c
11878                 Optimize O(n^2) algos
11879         * src/common/timing.h
11880                 Display ms instead of us
11881
11882 2006-05-24 [wwp]        2.2.0cvs53
11883
11884         * manual/fr/advanced.xml
11885                 updates to the French manual.
11886
11887 2006-05-24 [wwp]        2.2.0cvs52
11888
11889         * src/common/utils.c
11890                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
11891
11892 2006-05-24 [wwp]        2.2.0cvs51
11893
11894         * src/folderutils.c
11895                 fixed "mark all read" in MH folders (thanks to Colin).
11896
11897 2006-05-24 [paul]       2.2.0cvs50
11898
11899         * doc/man/sylpheed-claws.1
11900                 updated the man page
11901
11902 2006-05-23 [colin]      2.2.0cvs49
11903
11904         * src/folderview.c
11905         * src/imap.c
11906         * src/inc.c
11907         * src/mbox.c
11908         * src/messageview.c
11909         * src/news.c
11910         * src/send_message.c
11911         * src/summaryview.c
11912         * src/gtk/sslcertwindow.c
11913                 alertpanel fixes, by Fabien
11914
11915 2006-05-23 [colin]      2.2.0cvs48
11916
11917         * src/folder.c
11918         * src/folderview.c
11919         * src/msgcache.c
11920         * src/summaryview.c
11921         * src/gtk/gtksctree.c
11922         * src/gtk/gtksctree.h
11923                 More timings
11924                 Fix slow loading problem, which was caused by the
11925                 use of some gtk_ctree funcs and their use of
11926                 g_list_position while gtk_ctree_(un)link'ing.
11927                 Reap more functions from gtkctree.c to be sure we
11928                 use our (fast) version instead of theirs.
11929         * src/mh.c
11930                 Fix copy of unread mails
11931
11932
11933 2006-05-22 [wwp]        2.2.0cvs47
11934
11935         * manual/fr/advanced.xml
11936                 updated.
11937
11938 2006-05-22 [colin]      2.2.0cvs46
11939
11940         * src/filtering.c
11941                 Fix possible infinite loop. 'copy' is not a 
11942                 final action, so when encountering a 'copy',
11943                 we have to check if a previous one was set
11944                 and do it. In the same way, if we encounter
11945                 a 'move' we have to perform a possibly 
11946                 pending 'copy'. This will slow down filtering
11947                 on IMAP if move+copy or multiple copy actions
11948                 are to be done, but handling it via the batch
11949                 would be really too convoluted.
11950
11951 2006-05-22 [wwp]        2.2.0cvs45
11952
11953         * manual/fr/advanced.xml
11954         * manual/fr/faq.xml
11955         * manual/fr/glossary.xml
11956         * manual/fr/handling.xml
11957         * manual/fr/intro.xml
11958         * manual/fr/plugins.xml
11959         * manual/fr/sylpheed-claws-manual.xml
11960                 sync w/ the english manual: updates URIs, documented mailing-list
11961                 support, better explanation about the enabled/disabled feature
11962                 in filtering/processing rules by Paul.
11963
11964 2006-05-21 [colin]      2.2.0cvs44
11965
11966         * src/summaryview.c
11967                 Don't expand after building threads, but during
11968
11969 2006-05-21 [colin]      2.2.0cvs43
11970
11971         * src/procmsg.c
11972         * src/summaryview.c
11973                 More timing possibilities... For next time I have 
11974                 to find out how the hell some 3GHz computer takes
11975                 one minute to open a 30k folder...
11976
11977 2006-05-21 [colin]      2.2.0cvs42
11978
11979         * manual/pl/advanced.xml
11980         * manual/pl/faq.xml
11981         * manual/pl/glossary.xml
11982         * manual/pl/handling.xml
11983         * manual/pl/intro.xml
11984         * manual/pl/plugins.xml
11985         * manual/pl/sylpheed-claws-manual.xml
11986                 Polish manual updated by Pawel
11987
11988 2006-05-20 [colin]
11989
11990         * 2.3.0-rc3 released
11991
11992 2006-05-20 [colin]      2.2.0cvs41
11993
11994         * src/imap.c
11995                 Fix -rc2 problems:
11996                 - remove cache of moved messages from original folder
11997                 - apply new flags to messages even if they aren't appliable
11998                   via IMAP.
11999
12000 2006-05-20 [colin]
12001
12002         * 2.3.0-rc2 released
12003
12004 2006-05-19 [colin]      2.2.0cvs40
12005
12006         * src/imap.c
12007                 Don't issue SELECT in imap_change_flags
12008                 before having checked that we indeed have
12009                 some flags to change. MSG_POSTFILTERED for
12010                 example can't be used on IMAP.
12011                 Fixes bug #955 (copying messages between 
12012                 imap folders is extremely slow), which was
12013                 a regression.
12014
12015 2006-05-19 [colin]      2.2.0cvs39
12016
12017         * src/folder.c
12018         * src/folder.h
12019         * src/folderview.c
12020                 Try to fix bug #830 (Some unread messages 
12021                 get marked read in IMAP inbox):
12022                 - Prevent scanning a folder if it's being 
12023                   opened via the GUI
12024                 - Postpone opening via the GUI of a folder
12025                   currently scanned.
12026
12027
12028 2006-05-19 [wwp]        2.2.0cvs38
12029
12030         * manual/advanced.xml
12031                 fix English+typo (thanks to Paul).
12032
12033 2006-05-19 [wwp]        2.2.0cvs37
12034
12035         * manual/advanced.xml
12036         * manual/fr/advanced.xml
12037         * src/gtk/logwindow.c
12038         * src/prefs_common.c
12039         * src/prefs_common.h
12040                 added hidden prefs to allow customization of colors used in
12041                 protocol log window (useful for dark gtk+ themes).
12042
12043 2006-05-19 [wwp]        2.2.0cvs36
12044
12045         * ChangeLog
12046                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12047
12048 2006-05-19 [paul]       2.2.0cvs35
12049
12050         * src/textview.c
12051                 make Reply-To fully clickable
12052         * src/gtk/logwindow.c
12053                 more colouring (SMTP ESMTP)
12054         Both patches by Pawel Pekala
12055
12056 2006-05-19 [cleroy]     2.2.0cvs34
12057
12058         * src/mh.c
12059                 Don't update flags from current folder
12060                 Probably fixes bug #935 (Read Messages 
12061                 Revert to Being Marked as Unread)
12062
12063 2006-05-18 [colin]      2.2.0cvs33
12064
12065         * src/imap.c
12066                 Warning fix
12067         * src/compose.c
12068         * src/mainwindow.c
12069         * src/summaryview.c
12070         * src/toolbar.c
12071                 Allow replying to multiple emails
12072                 in multiple windows
12073         * src/mimeview.c
12074         * src/etpan/imap-thread.c
12075                 Leak fixes
12076
12077 2006-05-18 [paul]       2.2.0cvs32
12078
12079         * src/summaryview.c
12080                 keep Mailing-List menu refreshed
12081                 Thanks to Colin
12082
12083 2006-05-18 [paul]       2.2.0cvs31
12084
12085         * manual/advanced.xml
12086         * manual/faq.xml
12087         * manual/glossary.xml
12088         * manual/handling.xml
12089         * manual/intro.xml
12090         * manual/plugins.xml
12091         * manual/sylpheed-claws-manual.xml
12092                 update URLs
12093                 add info about mailing-list support
12094                 edit filtering info
12095         * src/wizard.c
12096         * src/common/defs.h
12097         * src/gtk/about.c
12098         * src/plugins/dillo_viewer/README
12099                 update URLs
12100
12101 2006-05-17 [wwp]        2.2.0cvs30
12102
12103         * manual/handling.xml
12104         * manual/fr/handling.xml
12105                 documented the ability to enabled/disable filtering/processing rules.
12106
12107 2006-05-17 [colin]      2.2.0cvs29
12108
12109         * src/main.c
12110                 Don't initialize g_thread subsystem if it's 
12111                 already done (thanks to Hiro)
12112         * src/mimeview.c
12113                 Fix saving of parts when there name can't be
12114                 converted from UTF-8.
12115
12116 2006-05-17 [paul]       2.2.0cvs28
12117
12118         * po/Makefile.in.in
12119                 fix config.status warning with autoconf 2.60
12120
12121 2006-05-17 [paul]       2.2.0cvs27
12122
12123         * po/POTFILES.in
12124                 add src/mbox.c
12125
12126 2006-05-17 [wwp]        2.2.0cvs26
12127
12128         * src/mainwindow.c
12129                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12130
12131 2006-05-17 [wwp]        2.2.0cvs25
12132
12133         * src/plugins/demo/demo.c
12134                 updated product name in plugin demo (many plugins need to be
12135                 sync'ed w/ that change).
12136
12137 2006-05-17 [colin]      2.2.0cvs24
12138
12139         * src/mh.c
12140                 Fix leak
12141
12142 2006-05-16 [colin]      2.2.0cvs23
12143
12144         * src/mainwindow.c
12145                 Stupid me hit again. Fix cvs22.
12146
12147 2006-05-16 [colin]      2.2.0cvs22
12148
12149         * src/mainwindow.c
12150                 Fix bug #922 (sylpheed-claws crashed after 
12151                 pushing on Inbox folder)
12152
12153 2006-05-16 [colin]      2.2.0cvs21
12154
12155         * src/compose.c
12156                 Make From header be copy/paste/select-able
12157
12158 2006-05-16 [wwp]        2.2.0cvs20
12159
12160         * src/export.c
12161         * src/matcher.c
12162         * src/summaryview.c
12163         * src/etpan/imap-thread.c
12164                 fix some compiler warnings (thanks to Colin).
12165
12166 2006-05-16 [wwp]        2.2.0cvs19
12167
12168         * src/action.c
12169         * src/gedit-print.c
12170         * src/inc.c
12171         * src/mainwindow.c
12172         * src/mh.c
12173         * src/statusbar.c
12174         * src/send_message.c
12175         * src/summaryview.c
12176                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12177
12178 2006-05-15 [colin]      2.2.0cvs18
12179
12180         * src/procmsg.c
12181                 Fix automatic rule creation with List-Post
12182
12183 2006-05-15 [paul]       2.2.0cvs17
12184
12185         * tools/filter_conv_new.pl
12186                 updated for rule enabling/disabling
12187                 claws version >= 2.3.x required
12188
12189 2006-05-15 [cleroy]     2.2.0cvs16
12190
12191         * src/main.c
12192                 Revert test
12193
12194 2006-05-15 [cleroy]     2.2.0cvs15
12195
12196         * src/main.c
12197                 test
12198
12199 2006-05-15 [wwp]        2.2.0cvs14
12200
12201         * manual/pl/.cvsignore
12202                 ignore generated files.
12203
12204 2006-05-14 [wwp]        2.3.0-rc1
12205
12206         * 2.3.0-rc1 released
12207
12208 2006-05-13 [wwp]        2.2.0cvs13
12209
12210         * src/filtering.c
12211         * src/filtering.h
12212         * src/matcher.c
12213         * src/matcher_parser_lex.l
12214         * src/matcher_parser_parse.y
12215         * src/prefs_filtering.c
12216                 new feature: provide the ability to disable filtering and processing
12217                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12218                 adaptations.
12219
12220 2006-05-13 [colin]      2.2.0cvs12
12221
12222         * src/compose.c
12223                 Remove useless if (a) b; else b;
12224                 Thanks to wwp
12225
12226 2006-05-13 [wwp]        2.2.0cvs11
12227
12228         * src/export.c
12229         * src/import.c
12230         * src/mainwindow.c
12231         * src/mbox.c
12232         * src/summaryview.c
12233         * src/summaryview.h
12234                 no more silent failures (or at least less ones) when importing
12235                 or exporting from/to mbox. Also start importing/exporting if
12236                 the necessary info is set.
12237
12238 2006-05-13 [wwp]        2.2.0cvs10
12239
12240         * RELEASE_NOTES
12241                 restored up-to-date release notes.
12242
12243 2006-05-13 [paul]       2.2.0cvs9
12244
12245         * po/nl.po
12246         * po/ru.po
12247                 updated by Tim Dijkstra and Pavlo Bohmat
12248
12249 2006-05-12 [colin]      2.2.0cvs8
12250
12251         * src/gtk/quicksearch.c
12252                 Add "k" as shortcut for "colorlabel". Patch
12253                 by ath42@users.sf.net.
12254
12255 2006-05-12 [paul]       2.2.0cvs7
12256
12257         * src/prefs_common.h
12258         * src/prefs_summaries.c
12259         * src/summaryview.c
12260                 when entering a folder also allow
12261                 going directly to first Marked message
12262
12263 2006-05-12 [paul]       2.2.0cvs6
12264
12265         * src/summaryview.c
12266                 always obey 'confirm before marking all
12267                 mails read' option
12268
12269 2006-05-12 [paul]       2.2.0cvs5
12270
12271         * src/textview.c
12272                 make Sender fully clickable
12273
12274 2006-05-12 [colin]      2.2.0cvs4
12275
12276         * src/compose.c
12277         * src/compose.h
12278                 Let From be editable
12279         * src/main.c
12280         * src/mh.c
12281                 Full support of .mh_sequences' Unseen seq
12282
12283 2006-05-12 [colin]      2.2.0cvs3
12284
12285         * src/folder.c
12286         * src/mainwindow.c
12287         * src/mainwindow.h
12288         * src/messageview.c
12289         * src/prefs_spelling.c
12290         * src/procheader.c
12291         * src/procmsg.c
12292         * src/procmsg.h
12293         * src/summaryview.c
12294         * src/toolbar.c
12295         * src/toolbar.h
12296                 Add contextual menu on Compose toolbar
12297                 button. Fixes bug #944 (Automatic
12298                 addresses not applied when changing account
12299                 from compose window)
12300                 add Mailing List support
12301                 based on the old 0.6.5claws25 patch by
12302                 Melvin Hadasht, with finishing touches
12303                 by Colin
12304                 Fix "ignore thread" when mails are threaded by
12305                 subject (and weren't ignored although appearing
12306                 in the thread).
12307                 GUI rework.
12308                 Both patches by Pawel.
12309
12310 2006-05-08 [paul]       2.2.0cvs2
12311
12312         * src/mainwindow.c
12313         * src/mainwindow.h
12314         * src/messageview.c
12315         * src/procheader.c
12316         * src/procmsg.c
12317         * src/procmsg.h
12318         * src/summaryview.c
12319                 add Mailing List support
12320                 based on the old 0.6.5claws25 patch by 
12321                 Melvin Hadasht, with finishing touches
12322                 by Colin
12323
12324 2006-05-08 [colin]      2.2.0cvs1
12325
12326         * src/mainwindow.c
12327         * src/toolbar.c
12328         * src/toolbar.h
12329                 Add contextual menu on Compose toolbar 
12330                 button. Fixes bug #944 (Automatic 
12331                 addresses not applied when changing account 
12332                 from compose window)
12333
12334 2006-05-08 [paul]       2.2.0
12335
12336         2.2.0 released
12337
12338 2006-05-08 [paul]       2.1.1cvs51
12339
12340         * po/cs.po
12341         * po/de.po
12342         * po/en_GB.po
12343         * po/fi.po
12344         * po/fr.po
12345         * po/pt_BR.po
12346         * po/sr.po
12347         * po/zh_CN.po
12348                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12349                 Fabien Vantard, Frederico Goncalves Guimaraes,
12350                 Aleksandar Urosevic, and Ralgh Young
12351
12352 2006-05-12 [colin]      2.1.1cvs50
12353
12354         * po/cs.po
12355         * po/de.po
12356         * po/en_GB.po
12357         * po/es.po
12358         * po/fi.po
12359         * po/fr.po
12360         * po/pt_BR.po
12361         * po/sr.po
12362         * po/zh_CN.po
12363                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12364                 Fabien Vantard, Frederico Goncalves Guimaraes,
12365                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12366
12367 2006-05-05 [colin]      2.1.1cvs49
12368
12369         * manual/Makefile.am
12370         * manual/pl/Makefile.am
12371         * manual/pl/account.xml
12372         * manual/pl/ack.xml
12373         * manual/pl/addrbook.xml
12374         * manual/pl/advanced.xml
12375         * manual/pl/faq.xml
12376         * manual/pl/glossary.xml
12377         * manual/pl/gpl.xml
12378         * manual/pl/handling.xml
12379         * manual/pl/intro.xml
12380         * manual/pl/keyboard.xml
12381         * manual/pl/plugins.xml
12382         * manual/pl/starting.xml
12383         * manual/pl/sylpheed-claws-manual.xml
12384         * manual/pl/dist/.cvsignore
12385         * manual/pl/dist/Makefile.am
12386         * manual/pl/dist/html/.cvsignore
12387         * manual/pl/dist/html/Makefile.am
12388         * manual/pl/dist/pdf/.cvsignore
12389         * manual/pl/dist/pdf/Makefile.am
12390         * manual/pl/dist/ps/.cvsignore
12391         * manual/pl/dist/ps/Makefile.am
12392         * manual/pl/dist/txt/.cvsignore
12393         * manual/pl/dist/txt/Makefile.am
12394                 Add the polish translation of the manual,
12395                 Authored by Pawel Pekala.
12396
12397 2006-05-05 [cleroy]     2.1.1cvs48
12398
12399         * src/main.c
12400                 Re-read matcherrc after loading plugins 
12401                 if some of them add folders.
12402
12403 2006-05-03 [colin]      2.1.1cvs47
12404
12405         * src/imap.c
12406                 I'm idiot
12407
12408 2006-05-03 [colin]      2.1.1cvs46
12409
12410         * src/imap.c
12411                 Be sure to have a session when
12412                 getting separator
12413
12414 2006-05-03 [colin]      2.1.1cvs45
12415
12416         * src/imap.c
12417         * src/imap.h
12418         * src/imap_gtk.c
12419                 Fix preventing renaming with namespace 
12420                 separator.
12421
12422 2006-05-01 [colin]      2.1.1cvs44
12423
12424         * src/action.c
12425                 Don't reload messageview when result of
12426                 action is piped.
12427
12428 2006-04-29 [colin]      2.1.1cvs43
12429
12430         * src/prefs_receive.c
12431         * src/plugins/spamassassin/spamassassin_gtk.c
12432         * src/plugins/clamav/clamav_plugin_gtk.c
12433                 GUI fixes by Pawel
12434
12435 2006-04-29 [colin]      2.1.1cvs42
12436
12437         * src/prefs_compose_writing.c
12438         * src/prefs_quote.c
12439                 Cleanups. Patch by Pawel
12440
12441 2006-04-28 [paul]       2.1.1cvs41
12442
12443         * src/matcher.c
12444                 fix returned quick search results when search
12445                 term contains an underscore.
12446                 Thanks to Colin
12447
12448 2006-04-28 [paul]       2.1.1cvs40
12449
12450         * src/prefs_message.c
12451         * src/prefs_receive.c
12452                 GUI cleanups
12453                 Patches by Pawel Pekala
12454
12455 2006-04-27 [colin]      2.1.1cvs39
12456
12457         * src/wizard.c
12458                 Differentiate subject Welcome from
12459                 window's title Welcome
12460
12461 2006-04-27 [paul]
12462
12463         2.2.0-rc1 released
12464
12465 2006-04-27 [paul]       2.1.1cvs38
12466
12467         * manual/advanced.xml
12468         * manual/fr/advanced.xml
12469                 add info about compose_no_markup hidden pref
12470
12471 2006-04-27 [paul]       2.1.1cvs37
12472
12473         * src/prefs_account.c
12474                 improve privacy labels
12475         * src/prefs_msg_colors.c
12476                 change some strings for translators' convenience
12477         * src/gtk/gtkutils.c
12478                 don't underline the link button text
12479
12480 2006-04-25 [colin]      2.1.1cvs36
12481
12482         * src/folder.c
12483                 Complete 2.1.1cvs33 (once more ;)
12484
12485 2006-04-25 [colin]      2.1.1cvs35
12486
12487         * src/editldap.c
12488                 Fix tooltip
12489
12490 2006-04-25 [cleroy]     2.1.1cvs34
12491
12492         * src/compose.c
12493         * src/gtk/gtkaspell.c
12494                 Fix crash on redirect (related to the return 
12495                 of the aspell menu in compose's toolbar)
12496         * src/prefs_msg_colors.c
12497                 Fix sensitivity widgets
12498         * src/image_viewer.c
12499         * src/gtk/pluginwindow.c
12500         * src/gtk/prefswindow.c
12501                 Change released signals to clicked (Fabien)
12502         * po/POTFILES.in
12503         * src/common/socket.c
12504         * src/plugins/spamassassin/spamassassin.c
12505                 Translate strings (Fabien)
12506
12507 2006-04-25 [paul]       2.1.1cvs33
12508
12509         * src/folder.c
12510         * src/folder.h
12511         * src/folderview.c
12512                 complete the fix of bug #912
12513                 Thanks to Colin
12514
12515 2006-04-25 [colin]      2.1.1cvs32
12516
12517         * src/news.c
12518                 Better progress bar
12519         * src/mimeview.c
12520         * src/summaryview.c
12521         * src/summaryview.h
12522                 Fix focus chain
12523                 Patches by Pawel Pekala
12524
12525 2006-04-24 [colin]      2.1.1cvs31
12526
12527         * src/compose.c
12528                 Fix compilation warnings (Fabien)
12529
12530 2006-04-24 [colin]      2.1.1cvs30
12531
12532         * src/addrindex.c
12533         * src/editldap.c
12534         * src/editldap_basedn.c
12535         * src/editldap_basedn.h
12536         * src/ldapctrl.c
12537         * src/ldapctrl.h
12538         * src/ldapquery.c
12539         * src/ldaputil.c
12540         * src/ldaputil.h
12541                 Fix bug #901 (LDAPS support)
12542
12543 2006-04-24 [colin]      2.1.1cvs29
12544
12545         * src/compose.c
12546                 Fix logic on error with send dialog on
12547         * src/imap.c
12548                 Fix compilation without libetpan, thanks
12549                 to Fabien
12550         * src/summaryview.c
12551                 Fix 'context-menu' key
12552
12553 2006-04-23 [colin]      2.1.1cvs28
12554
12555         * src/folder.c
12556                 Never free current's cache to free up 
12557                 memory. Fixes bug #912 (new count 
12558                 randomly set to message count)
12559
12560 2006-04-23 [colin]      2.1.1cvs27
12561
12562         * src/gtk/quicksearch.c
12563                 And remove printf...
12564
12565 2006-04-23 [colin]      2.1.1cvs26
12566
12567         * src/gtk/quicksearch.c
12568                 Fix replacing in quicksearch, and fix inserting
12569                 in the middle of the string. (introduced at 2.1.0cvs22)
12570
12571 2006-04-23 [colin]      2.1.1cvs25
12572
12573         * src/imap.c
12574                 Make sure uidnext is initialized in get_num_list
12575                 (not for stable, related to 2.1.1cvs8 and friends)
12576
12577 2006-04-23 [colin]      2.1.1cvs24
12578
12579         * src/imap.c
12580                 Output something when login is successful
12581                 too
12582
12583 2006-04-23 [colin]      2.1.1cvs23
12584
12585         * src/etpan/imap-thread.c
12586                 Better logging (line-per-line, hide data in fetch)
12587                 Fix a const warning
12588         * src/gtk/logwindow.c
12589         * src/gtk/logwindow.h
12590                 Better logging (color for input/output)
12591
12592 2006-04-21 [colin]      2.1.1cvs22
12593
12594         * src/gtk/quicksearch.c
12595                 On gtk+-2.8, use stock buttons in quicksearch
12596                 Based on a patch by Fabien and a design by Paul
12597
12598 2006-04-21 [colin]      2.1.1cvs21
12599
12600         * src/folderview.c
12601         * src/mainwindow.c
12602                 Fix occasional flicker in folderview
12603         * src/common/utils.c
12604                 Fix bug #943 (Incorrectly parsed email address 
12605                 list in short headers on message view and in 
12606                 printouts)
12607
12608 2006-04-20 [colin]      2.1.1cvs20
12609
12610         * src/imap.c
12611         * src/imap.h
12612         * src/prefs_account.c
12613                 Add ANONYMOUS auth for IMAP
12614
12615 2006-04-20 [paul]       2.1.1cvs19
12616
12617         * src/main.c
12618                 proper fix for 2.1.1cvs18
12619                 Thanks to Colin
12620
12621 2006-04-20 [paul]       2.1.1cvs18
12622
12623         * src/main.c
12624                 fix build warnings
12625
12626 2006-04-20 [paul]       2.1.1cvs17
12627
12628         * src/gtk/quicksearch.c
12629                 fix standard, non-extended Quick search,
12630                 was broken in 2.1.1cvs15.
12631                 Thanks to Colin.
12632
12633 2006-04-20 [colin]      2.1.1cvs16
12634
12635         * src/prefs_matcher.c
12636                 Fix values when reselecting a ~test
12637                 rule
12638
12639 2006-04-19 [colin]      2.1.1cvs15
12640
12641         * src/compose.c
12642         * src/compose.h
12643         * src/gtk/gtkaspell.c
12644         * src/gtk/gtkaspell.h
12645                 Put back Options menu in Spelling/
12646         * src/gtk/quicksearch.c
12647                 Don't search, and show error, if the
12648                 advanced search has a syntax error
12649
12650 2006-04-18 [colin]      2.1.1cvs14
12651
12652         * src/textview.c
12653                 Fix gdk warnings on set_cursor when textview
12654                 isn't visible
12655
12656 2006-04-18 [colin]      2.1.1cvs13
12657
12658         * src/gtk/gtksctree.c
12659                 Remove seemingly useless refresh that causes
12660                 flicker - watch this commit in case of 
12661                 problems before planned backport to stable
12662
12663 2006-04-18 [colin]      2.1.1cvs12
12664
12665         * src/imap.c
12666                 Factorize get/set_xml code
12667         * src/compose.c
12668         * src/prefs_account.c
12669         * src/prefs_account.h
12670         * src/procmsg.c
12671                 Add Encrypt to self option
12672
12673 2006-04-17 [colin]      2.1.1cvs11
12674
12675         * configure.ac
12676                 Fix search on encrpyt function on dragonfly
12677                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12678
12679 2006-04-17 [colin]      2.1.1cvs10
12680
12681         * src/prefs_account.c
12682                 Be safe by default: remove mails from POP3
12683                 after 7 days, not immediately
12684
12685 2006-04-17 [colin]      2.1.1cvs9
12686
12687         * src/etpan/imap-thread.c
12688                 Fix build on DragonFly - patch by 
12689                 Jonathan Buschmann <jonthn@agmact.com>
12690
12691 2006-04-17 [colin]      2.1.1cvs8
12692
12693         * src/imap.c
12694                 Save uidnext between sessions
12695
12696 2006-04-17 [colin]      2.1.1cvs7
12697
12698         * src/imap.c
12699                 scan is required when uid validity changes
12700
12701 2006-04-17 [colin]      2.1.1cvs6
12702
12703         * src/folderview.c
12704                 Don't scan if not necessary, apart in current
12705                 folder and INBOX to fetch flags.
12706         * src/imap.c
12707                 Scan is necessary if unread count changes
12708
12709 2006-04-17 [colin]      2.1.1cvs5
12710
12711         * src/imap.c
12712                 ...But always fetch ANSWERED and DELETED flags for
12713                 INBOX, as filtering can happen on these flags.
12714
12715 2006-04-17 [colin]      2.1.1cvs4
12716
12717         * src/imap.c
12718                 Don't fetch REPLIED and DELETED flags when synchronising
12719                 flags with a closed folder. We only need UNSEEN and FLAGGED
12720                 to update the folderview.
12721
12722 2006-04-17 [colin]      2.1.1cvs3
12723
12724         * src/imap.c
12725                 Faster flag search when there are new mails 
12726                 in a folder. We can do a full search if the 
12727                 folder contains less messages than the new
12728                 list.
12729
12730 2006-04-17 [colin]      2.1.1cvs2
12731
12732         * po/cs.po
12733         * po/de.po
12734         * po/fr.po
12735         * po/nl.po
12736         * po/pt_BR.po
12737                 Update translations from stable branch
12738
12739 2006-04-17 [colin]      2.1.1cvs1
12740
12741         * configure.ac
12742                 Bump version to follow stable release
12743
12744 2006-04-16 [mones]      2.1.0cvs50
12745
12746         * po/es.po
12747                 Updated for release
12748
12749 2006-04-16 [colin]      2.1.0cvs49
12750
12751         * src/textview.c
12752                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12753                 with gtk < 2.8. Thanks to Fabien Vantard.
12754
12755 2006-04-15 [colin]      2.1.0cvs48
12756
12757         * src/etpan/imap-thread.c
12758                 Fix bug #919 (libetpan: SEGV when connecting 
12759                 using command)
12760
12761 2006-04-14 [colin]      2.1.0cvs47
12762
12763         * src/main.c
12764                 Fix race on --select (should be done better)
12765
12766 2006-04-14 [wwp]        2.1.0cvs46
12767
12768         * src/send_message.c
12769                 enforce a check for domain in account prefs (a sending
12770                 error could be faced if domain was checked but no value set),
12771                 thanks to Colin.
12772
12773 2006-04-14 [colin]      2.1.0cvs45
12774
12775         * src/codeconv.c
12776                 when converting from unknown to unknown, if the
12777                 string is UTF8, don't convert it to the locale
12778                 (which breaks it)
12779
12780 2006-04-14 [colin]      2.1.0cvs44
12781
12782         * src/compose.c
12783                 Don't try to use ASCII for converting headers
12784                 (as done in body)
12785
12786 2006-04-14 [paul]       2.1.0cvs43
12787
12788         * src/crash.c
12789                 add locale/charset info to crash report
12790         * src/gtk/about.c
12791                 add wwp to doc team
12792                 replace 'e-mail' with preferred 'email'
12793         * src/gtk/authors.h
12794                 ensure contributors list is in alphabetical
12795                 order
12796
12797 2006-04-13 [colin]      2.1.0cvs42
12798
12799         * src/textview.c
12800                 Prevent gdk warnings
12801
12802 2006-04-13 [colin]      2.1.0cvs41
12803
12804         * src/common/ssl_certificate.c
12805         * src/common/ssl_certificate.h
12806         * src/gtk/sslcertwindow.c
12807                 Warn on expired certs, and display the expiration date
12808
12809 2006-04-13 [colin]      2.1.0cvs40
12810
12811         * src/plugins/spamassassin/spamassassin_gtk.c
12812                 Fix missing set_text on unix socket
12813
12814 2006-04-13 [wwp]        2.1.0cvs39
12815
12816         * manual/fr/advanced.xml
12817         * manual/fr/glossary.xml
12818                 applied new spam/ham/email lexicon (pourriel, courriel)
12819
12820 2006-04-13 [paul]       2.1.0cvs38
12821
12822         * src/plugins/pgpmime/plugin.c
12823                 remove the mention of S/MIME from the
12824                 description. This is now handled by the
12825                 S/MIME plugin.
12826
12827 2006-04-13 [paul]       2.1.0cvs37
12828
12829         * src/prefs_msg_colors.c
12830                 rework dialog
12831         * src/prefs_folder_item.c
12832         * src/prefs_spelling.c
12833                 add a tooltip to the colour selector buttons
12834
12835 2006-04-13 [wwp]        2.1.0cvs36
12836
12837         * manual/advanced.xml
12838         * manual/glossary.xml
12839         * manual/handling.xml
12840         * manual/keyboard.xml
12841         * manual/plugins.xml
12842         * manual/starting.xml
12843         * manual/fr/account.xml
12844         * manual/fr/ack.xml
12845         * manual/fr/addrbook.xml
12846         * manual/fr/advanced.xml
12847         * manual/fr/faq.xml
12848         * manual/fr/glossary.xml
12849         * manual/fr/gpl.xml
12850         * manual/fr/handling.xml
12851         * manual/fr/intro.xml
12852         * manual/fr/keyboard.xml
12853         * manual/fr/plugins.xml
12854         * manual/fr/starting.xml
12855         * manual/fr/sylpheed-claws-manual.xml
12856                 fixes to the manuals:
12857                  - summaryview -> Message List (same in French)
12858                  - translate key names
12859                  - fix French punctuation, use non-breakable spaces when
12860                    necessary, don't use &thinsp; which is not portable
12861                  - tell what maildir and mbox formats we support
12862
12863 2006-04-12 [wwp]        2.1.0cvs35
12864
12865         * src/prefs_toolbar.c
12866                 unified a replace button more,
12867                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12868
12869 2006-04-12 [wwp]        2.1.0cvs34
12870
12871         * src/prefs_common.c
12872         * src/prefs_msg_colors.c
12873                 make default color labels translatable,
12874                 patch from Fabien Vantard <fzzzzz@gmail.com>,
12875                 thanks to Tim <timbrain@post.cz> for reporting.
12876
12877 2006-04-12 [wwp]        2.1.0cvs33
12878
12879         * manual/glossary.xml
12880         * manual/intro.xml
12881         * manual/plugins.xml
12882         * manual/starting.xml
12883         * manual/sylpheed-claws-manual.xml
12884         * manual/fr/.cvsignore
12885         * manual/fr/account.xml
12886         * manual/fr/ack.xml
12887         * manual/fr/addrbook.xml
12888         * manual/fr/advanced.xml
12889         * manual/fr/faq.xml
12890         * manual/fr/glossary.xml
12891         * manual/fr/handling.xml
12892         * manual/fr/intro.xml
12893         * manual/fr/keyboard.xml
12894         * manual/fr/plugins.xml
12895         * manual/fr/starting.xml
12896         * manual/fr/sylpheed-claws-manual.xml
12897                 various fixes: typos, missing .fr translations, punctuation,
12898                 capitalization, links, accents and some bad French more.
12899
12900 2006-04-12 [wwp]        2.1.0cvs32
12901
12902         * src/prefs_gtk.c
12903                 fix for bug #935: always store prefs files in UTF-8 (thanks
12904                 to Colin).
12905
12906 2006-04-11 [colin]      2.1.0cvs31
12907
12908         * src/compose.c
12909                 Fix inserting files not in utf8 when locale is utf8
12910
12911 2006-04-11 [colin]      2.1.0cvs30
12912
12913         * src/inc.c
12914                 Don't show error dialog when cancelling connection
12915                 Patch by Pawel
12916
12917 2006-04-11 [cleroy]     2.1.0cvs29
12918
12919         * src/compose.c
12920                 Implement multiple quote levels
12921         * src/prefs_common.c
12922                 Change a little bit the quote bgcolor for 2nd level
12923
12924 2006-04-11 [colin]      2.1.0cvs28
12925
12926         * src/gtk/about.c
12927                 Add locale and charset in the label
12928
12929 2006-04-10 [colin]      2.1.0cvs27
12930
12931         * src/compose.c
12932         * src/prefs_common.c
12933         * src/prefs_common.h
12934         * src/prefs_msg_colors.c
12935         * src/textview.c
12936                 Allow optional background color in quotes
12937                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
12938                 GTK+-2.8.x feature
12939
12940 2006-04-10 [colin]      2.1.0cvs26
12941
12942         * src/main.c
12943         * src/mainwindow.c
12944         * src/mainwindow.h
12945                 Implement --select
12946
12947 2006-04-10 [colin]      2.1.0cvs25
12948
12949         * manual/plugins.xml
12950         * manual/fr/plugins.xml
12951                 Document libcurl's proxy variables
12952
12953 2006-04-09 [colin]      2.1.0cvs24
12954
12955         * src/prefs_common.c
12956                 gettext() returns statically allocated stuff. We have
12957                 to strdup it in order to be able to free it.
12958
12959 2006-04-09 [colin]      2.1.0cvs23
12960
12961         * AUTHORS
12962         * src/gtk/authors.h
12963                 Add Alexei
12964
12965 2006-04-09 [colin]      2.1.0cvs22
12966
12967         * src/mainwindow.c
12968         * src/gtk/quicksearch.c
12969                 Fix bug #859 (problems with cyrilic input in 
12970                 search panel) - Patch by Alexey Illarionov 
12971                 <littlesavage@rambler.ru>
12972
12973 2006-04-09 [colin]      2.1.0cvs21
12974
12975         * src/prefs_customheader.c
12976                 I prefer removing then freeing rather than the contrary
12977                 (even if it doesn't change anything ;-)
12978         * src/prefs_account.c
12979                 Fix bug #933 (Crash re-entering the custom headers list 
12980                 dialog in accounts prefs)
12981                 The problem happened when cancelling the Account 
12982                 Preferences' dialogs - in which case we didn't do 
12983                 anything to the PrefsAccount * struct. In case of applying,
12984                 the old ac_prefs was replaced with the tmp_ac_prefs we were
12985                 working with in this dialog. The problem is that 
12986                 prefs_customheader.c, working on this tmp_ac_prefs, always
12987                 changes the ->customhdr_list pointer, even when cancelled. 
12988                 So in case of cancelling the prefs_account dialog, we still
12989                 have to update ->customhdr_list in the real account.
12990
12991 2006-04-08 [colin]      2.1.0cvs20
12992
12993         * manual/fr/glossary.xml
12994         * manual/fr/keyboard.xml
12995                 Forgot some headers :)
12996
12997 2006-04-08 [colin]      2.1.0cvs19
12998
12999         * manual/Makefile.am
13000         * manual/fr/Makefile.am
13001         * manual/fr/account.xml
13002         * manual/fr/ack.xml
13003         * manual/fr/addrbook.xml
13004         * manual/fr/advanced.xml
13005         * manual/fr/faq.xml
13006         * manual/fr/glossary.xml
13007         * manual/fr/gpl.xml
13008         * manual/fr/handling.xml
13009         * manual/fr/intro.xml
13010         * manual/fr/keyboard.xml
13011         * manual/fr/plugins.xml
13012         * manual/fr/starting.xml
13013         * manual/fr/sylpheed-claws-manual.xml
13014         * manual/fr/dist/.cvsignore
13015         * manual/fr/dist/Makefile.am
13016         * manual/fr/dist/html/.cvsignore
13017         * manual/fr/dist/html/Makefile.am
13018         * manual/fr/dist/pdf/.cvsignore
13019         * manual/fr/dist/pdf/Makefile.am
13020         * manual/fr/dist/ps/.cvsignore
13021         * manual/fr/dist/ps/Makefile.am
13022         * manual/fr/dist/txt/.cvsignore
13023         * manual/fr/dist/txt/Makefile.am
13024                 Add the french translation of the manual. Thanks to
13025                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13026                 account.xml, ack.xml, addrbook.xml and advanced.xml
13027
13028 2006-04-08 [colin]      2.1.0cvs18
13029
13030         * manual/plugins.xml
13031         * manual/starting.xml
13032                 More fixes
13033
13034 2006-04-07 [colin]      2.1.0cvs17
13035
13036         * manual/faq.xml
13037         * manual/intro.xml
13038         * manual/keyboard.xml
13039                 Little fixes
13040
13041 2006-04-07 [colin]      2.1.0cvs16
13042
13043         * README
13044         * src/compose.c
13045         * src/prefs_common.c
13046         * src/prefs_common.h
13047                 Add hidden compose_no_markup pref
13048
13049 2006-04-07 [wwp]        2.1.0cvs15
13050
13051         * src/summary_search.c
13052         * .cvsignore
13053                 Bugfix: stop button was sticky when searching in an empty folder.
13054                 Applied curly brackets code style to the whole file (summary_search.c).
13055                 More files to ignore.
13056
13057 2006-04-07 [wwp]        2.1.0cvs14
13058
13059         * src/message_search.c
13060         * src/summary_search.c
13061                 changed default button when search bumps at file/folder
13062                 beginning or end, for convenience (thanks to Colin).
13063
13064 2006-04-07 [paul]       2.1.0cvs13
13065
13066         * src/plugins/dillo_viewer/dillo_prefs.c
13067                 avoid future potential for namespace collision
13068                 Patch by Colin
13069
13070 2006-04-06 [wwp]        2.1.0cvs12
13071
13072         * src/summary_search.c
13073                 Unify extended/advanced searches names (and thus factorize labels),
13074                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13075
13076 2006-04-06 [wwp]        2.1.0cvs11
13077
13078         * src/folderview.c
13079         * src/prefs_themes.c
13080         * src/summaryview.c
13081                 Fixed some compilation warnings.
13082
13083 2006-04-06 [colin]      2.1.0cvs10
13084
13085         * manual/advanced.xml
13086                 Document the wizard template and how to deploy
13087                 Sylpheed-Claws effectively
13088
13089 2006-04-06 [colin]      2.1.0cvs9
13090
13091         * src/folderview.c
13092                 gettext patch to tell translators about _("#"),
13093                 by Maxim Britov
13094
13095 2006-04-06 [colin]      2.1.0cvs8
13096
13097         * src/textview.c
13098                 Fix invalid GtkTextBIter after clicking "Display as text"
13099
13100 2006-04-06 [mones]      2.1.0cvs7
13101
13102         * src/addr_compl.c
13103         * src/addrindex.c
13104         * src/addritem.c
13105         * src/codeconv.c
13106         * src/compose.c
13107         * src/filtering.c
13108         * src/folder.c
13109         * src/folder_item_prefs.c
13110         * src/folderview.c
13111         * src/localfolder.c
13112         * src/matcher.c
13113         * src/mimeview.c
13114         * src/prefs_msg_colors.c
13115         * src/prefs_spelling.c
13116         * src/prefs_themes.c
13117         * src/procmime.c
13118         * src/procmsg.c
13119         * src/stock_pixmap.c
13120         * src/summaryview.c
13121         * src/textview.c
13122         * src/toolbar.c
13123         * src/common/mgutils.c
13124         * src/common/prefs.c
13125         * src/common/ssl_certificate.c
13126         * src/gtk/colorlabel.c
13127         * src/gtk/quicksearch.c
13128         * src/plugins/pgpmime/pgpmime.c
13129         * src/plugins/spamassassin/spamassassin.c
13130                 Removed redundant NULL checks for g_free() calls.
13131                 Patch by Pawel Pekala.
13132
13133 2006-04-06 [mones]      2.1.0cvs6
13134
13135         * src/prefs_actions.c
13136         * src/prefs_filtering.c
13137         * src/prefs_filtering_action.c
13138         * src/prefs_matcher.c
13139         * src/prefs_template.c
13140         * src/gtk/gtkutils.c
13141         * src/gtk/gtkutils.h
13142                 Have a nice replace button. Patch by Pawel Pekala
13143
13144 2006-04-06 [colin]      2.1.0cvs5
13145
13146         * src/addressbook.c
13147                 Fix crash with empty columns
13148
13149 2006-04-05 [colin]      2.1.0cvs4
13150
13151         * src/wizard.c
13152         * src/prefs_gtk.c
13153                 Allow wizard customization with pre-filled values
13154
13155 2006-04-05 [colin]      2.1.0cvs3
13156
13157         * src/textview.c
13158         * src/mimeview.c
13159         * src/mimeview.h
13160                 Nicer messages in mimeview
13161
13162 2006-04-05 [colin]      2.1.0cvs2
13163
13164         * src/addressbook.c
13165         * src/prefs_summaries.c
13166                 i18n fix
13167
13168 2006-04-05 [colin]      2.1.0cvs1
13169
13170         * src/plugins/pgpcore/plugin.c
13171         * src/plugins/pgpcore/select-keys.c
13172         * src/plugins/pgpcore/select-keys.h
13173         * src/plugins/pgpcore/sgpgme.c
13174         * src/plugins/pgpcore/sgpgme.h
13175         * src/plugins/pgpinline/pgpinline.c
13176         * src/plugins/pgpinline/plugin.c
13177         * src/plugins/pgpmime/pgpmime.c
13178         * src/plugins/pgpmime/plugin.c
13179                 Factorize and generalize a bit 
13180                 Drop S/MIME signature verification from PGP/MIME
13181                 (adding it as another, more complete plugin)
13182
13183 2006-04-05 [paul]       2.1.0
13184
13185         2.1.0 released
13186
13187 2006-04-05 [paul]       2.0.0cvs186
13188
13189         * manual/advanced.xml
13190                 add info on colour labels
13191
13192 2006-04-05 [paul]       2.0.0cvs185
13193
13194         * po/bg.po
13195         * po/cs.po
13196         * po/de.po
13197         * po/el.po
13198         * po/en_GB.po
13199         * po/fi.po
13200         * po/fr.po
13201         * po/it.po
13202         * po/nl.po
13203         * po/pl.po
13204         * po/pt_BR.po
13205         * po/sr.po
13206         * po/zh_CN.po
13207                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13208                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13209                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13210                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13211         * src/gtk/authors.h
13212         * tools/claws.i18n.status.pl
13213                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13214                 and new Czech translator, Tim <timbrain@post.cz>
13215
13216 2006-04-05 [mones]      2.0.0cvs184
13217
13218         * po/es.po
13219                 Updated translation
13220
13221 2006-04-05 [colin]      2.0.0cvs183
13222
13223         * src/gtk/quicksearch.c
13224                 Fix bug #929 (unnecessary reload in quick search bar)
13225
13226 2006-04-05 [colin]      2.0.0cvs182
13227
13228         * src/compose.c
13229                 Fix crash on Reply with no From:
13230                 Show signature and conversion error on queuing 
13231                 (but not sending)
13232         * src/mainwindow.c
13233         * src/summaryview.c
13234         * src/summaryview.h
13235                 Factorize threading code and make sure msginfo 
13236                 is not null when it comes from a GtkCTreeRow's 
13237                 data
13238         * src/gtk/gtkaspell.c
13239                 Check for necessary things
13240         * src/gtk/gtksctree.c
13241         * src/gtk/gtksctree.h
13242                 Reset anchor if necessary when removing node
13243
13244 2006-03-29 [colin]      2.0.0cvs181
13245
13246         * src/folderview.c
13247                 Warn for disabled IMAP accounts (due to lack of
13248                 libetpan). Breaks string-freeze - sorry - but it
13249                 is kind of important ;)
13250
13251 2006-03-28 [colin]      2.0.0cvs180
13252
13253         * src/gtk/gtkutils.c
13254         * src/gtk/gtkutils.h
13255                 Add a gtkut_get_link_btn() function that
13256                 creates a button which acts like an URI
13257         * src/prefs_themes.c
13258         * src/gtk/about.c
13259                 Use this function (factorizes codes)
13260         * src/common/defs.h
13261         * src/gtk/pluginwindow.c
13262                 Add a "Get more..." in the plugins window
13263
13264 2006-03-28 [colin]      2.0.0cvs179
13265
13266         * src/common/smtp.c
13267         * src/common/passcrypt.c
13268         * src/undo.c
13269                 Warning fixes. Patch by Pawel Pekala
13270
13271 2006-03-27 [colin]      2.0.0cvs178
13272
13273         * src/undo.c
13274                 Fix undoing by blocks with spaces
13275
13276 2006-03-27 [colin]      2.0.0cvs177
13277
13278         * src/textview.c
13279                 Set margin to 3px for headers
13280
13281 2006-03-27 [paul]
13282
13283         2.1.0-rc2 released
13284
13285 2006-03-27 [wwp]        2.0.0cvs176
13286
13287         * src/summaryview.c
13288                 don't reset quicksearch when updating the message list.
13289                 Thanks to Colin.
13290
13291 2006-03-26 [wwp]        2.0.0cvs175
13292
13293         * src/compose.c
13294                 use a unified border width ('other' tab in the compose window,
13295                 patch by Pawel Pekala).
13296
13297
13298 2006-03-26 [wwp]        2.0.0cvs174
13299
13300         * src/common/quoted-printable.c
13301         * src/addressbook.c
13302                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13303
13304 2006-03-26 [colin]      2.0.0cvs173
13305
13306         * src/quote_fmt_parse.y
13307                 Fix non-UTF8 date formats messing up the whole quote a 
13308                 little bit
13309
13310 2006-03-26 [colin]      2.0.0cvs172
13311
13312         * src/procheader.c
13313                 Make sure the date is UTF8 valid, or try to make it
13314                 so. IncrediMail is really IncrediStupid.
13315         * src/compose.c
13316                 Fix possible conversions. 
13317                 
13318
13319 2006-03-26 [colin]      2.0.0cvs171
13320
13321         * src/matcher.c
13322                 Fix corner cases in body search. This is still a
13323                 hack... It seems impossible to make it good and 
13324                 reasonably fast at the same time.
13325
13326 2006-03-26 [colin]      2.0.0cvs170
13327
13328         * src/summaryview.c
13329                 I think I killed the twilight zone bug!
13330                 summary_select_node() flushes GTK events in order
13331                 to be able to center the view. But this also 
13332                 flushes keypresses like Ctrl-Alt-U, so this can
13333                 call summary_show from summary_select_node (itself
13334                 called from summary_show, etc.). And the summaryview
13335                 has to be unlocked in this function. So just locking
13336                 while processing GTK events, and bailing if locked, 
13337                 should fix it.
13338                 Fixes bug #927 (SIGSEGV during Update Summary)
13339
13340 2006-03-25 [colin]      2.0.0cvs169
13341
13342         * src/matcher.c
13343                 Fix search in QP-encoded bodies
13344                 Fix utf-8 searches in bodies encoded in the
13345                 locale's encoding
13346         * src/common/quoted-printable.c
13347         * src/common/quoted-printable.h
13348                 Add a decode function that doesn't overwrite
13349                 the original pointer
13350                 
13351
13352 2006-03-24 [colin]      2.0.0cvs168
13353
13354         * src/action.c
13355         * src/summaryview.c
13356         * src/summaryview.h
13357                 Update message cache after action
13358                 Patch by H. Merijn Brand
13359         * src/prefs_msg_colors.c
13360                 Factorize label 
13361                 Patch by Fabien Vantard
13362         * src/plugins/spamassassin/spamassassin_gtk.c
13363                 Remove useless translation
13364                 Patch by Fabien Vantard
13365
13366 2006-03-23 [colin]      2.0.0cvs167
13367
13368         * src/common/ssl.c
13369                 Let 30 seconds to SSL_connect
13370
13371 2006-03-23 [wwp]        2.0.0cvs166
13372
13373         * src/summaryview.c
13374         * src/gtk/description_window.c
13375                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13376                 and headers are translated; adjust description windows' width to fit their
13377                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13378
13379 2006-03-23 [paul]       2.0.0cvs165
13380
13381         * src/common/utils.c
13382                 fix highlighting of URIs containing "()"
13383                 (2.0.0cvs164's reversal fixed)
13384                 Thanks to Colin.
13385
13386 2006-03-23 [paul]       2.0.0cvs164
13387
13388         * src/common/utils.c
13389                 revert patch, (postponing a fix), at 2.0.0cvs120
13390                 as it breaks more URIs than it fixes.
13391                 Allow '-' to be a terminating character in a URI
13392
13393 2006-03-22 [colin]      2.0.0cvs163
13394
13395         * configure.ac
13396                 Require libetpan 0.45
13397                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13398
13399 2006-03-22 [paul]       2.0.0cvs162
13400
13401         * src/editgroup.c
13402                 replace '<-' and '->' buttons with GTK_STOCK graphical
13403                 buttons
13404         * src/summary_search.c
13405                 don't offer '...' for translation
13406                 add a tooltip to advanced search '...' button
13407         * src/gtk/quicksearch.c
13408                 don't offer '...' for translation
13409
13410 2006-03-21 [colin]      2.0.0cvs161
13411
13412         * src/compose.c
13413                 Fix middle-click pasting (insert at click
13414                 position instead of cursor position, don't
13415                 remove existing selection and allow pasting
13416                 our own selection)
13417         * src/addressbook.c
13418                 "LDAP Server" -> "LDAP servers"
13419
13420 2006-03-21 [wwp]        2.0.0cvs160
13421
13422         * src/etpan/imap-thread.c
13423                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13424
13425 2006-03-20 [colin]      2.0.0cvs159
13426
13427         * src/summaryview.c
13428                 Don't reload summaryview after an execute with no
13429                 move action
13430
13431 2006-03-19 [colin]      2.0.0cvs158
13432
13433         * src/addressbook.c
13434                 and put groups at the top, always
13435
13436 2006-03-19 [colin]      2.0.0cvs157
13437
13438         * src/addressbook.c
13439                 Order groups before names, as previously
13440
13441 2006-03-19 [colin]      2.0.0cvs156
13442
13443         * src/addressbook.c
13444                 - Sort case-unsensitive
13445                 - Put the sort arrow at opening too
13446
13447 2006-03-19 [wwp]        2.0.0cvs155
13448
13449         * src/addressbook.c
13450                 allow sorting by name/email/remarks, ensure that right-pane's contents
13451                 matches the left-pane selection (cleared when appropriate).
13452                 Patch by Pawel Pekala <c0rn@o2.pl>.
13453
13454 2006-03-18 [colin]      2.0.0cvs154
13455
13456         * src/textview.c
13457                 Fix text cursor ;)
13458
13459 2006-03-18 [colin]      2.0.0cvs153
13460
13461         * src/gtk/filesel.c
13462                 Make sure we hide the preview if we didn't get
13463                 a filename
13464
13465 2006-03-18 [colin]      2.0.0cvs152
13466
13467         * src/summaryview.c
13468                 Set cursor to watch for execution (fixes lack
13469                 of watch-cursor when dnd'ing hundreds of mails)
13470         * src/gtk/filesel.c
13471                 Check that mime type is 'image/*' before updating
13472                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13473
13474 2006-03-18 [colin]      2.0.0cvs151
13475
13476         * src/mainwindow.c
13477         * src/textview.c
13478         * src/textview.h
13479                 Put a watch cursor in textview too when the mainwindow's
13480                 cursor in a watch
13481
13482 2006-03-18 [colin]      2.0.0cvs150
13483
13484         * src/folder.c
13485                 Change wrong asserts to simple tests
13486
13487 2006-03-17 [colin]      2.0.0cvs149
13488
13489         * src/mainwindow.c
13490         * src/mainwindow.h
13491         * src/prefs_msg_colors.c
13492         * src/summaryview.c
13493         * src/summaryview.h
13494         * src/gtk/colorlabel.c
13495         * src/gtk/colorlabel.h
13496                 Add a color label menu in the main menubar
13497                 Add (fixed) accels Ctrl-{0-7} to change the color
13498                 They have to be fixed because the menu's dynamic,
13499                 the items are complex widgets, hence we can't use
13500                 a GtkItemFactory.
13501
13502
13503 2006-03-17 [wwp]        2.0.0cvs148
13504
13505         * src/compose.c
13506                 rollback few lines from my previous commit (those lines come from
13507                 a pending patch, accidentally commited, even if neutral as they are
13508                 commented out).
13509
13510 2006-03-17 [wwp]        2.0.0cvs147
13511
13512         * src/compose.c
13513                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13514                 applied code style/indentation to the modified function.
13515
13516 2006-03-17 [wwp]        2.0.0cvs146
13517
13518         * src/procmsg.c
13519         * src/compose.c
13520                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13521
13522 2006-03-17 [paul]
13523
13524         2.1.0-rc1 released
13525
13526 2006-03-17 [paul]       2.0.0cvs145
13527
13528         * src/main.c
13529                 addressbook_read_file() was called twice
13530         * src/textview.c
13531                 X-Mailer highlighting
13532
13533 2006-03-16 [colin]      2.0.0cvs144
13534
13535         * src/sourcewindow.c
13536         * src/sourcewindow.h
13537                 And the last one, in source window.
13538
13539 2006-03-16 [colin]      2.0.0cvs143
13540
13541         * src/compose.c
13542         * src/compose.h
13543                 Fix the same stuff in compose
13544
13545 2006-03-16 [colin]      2.0.0cvs142
13546
13547         * src/messageview.c
13548                 Complete the previous messageview crash fix
13549
13550 2006-03-16 [colin]      2.0.0cvs141
13551
13552         * src/procmsg.h
13553         * src/procmsg.c
13554         * src/folder.c
13555                 Fix POSTPROCESSING hook
13556                 Patch by H. Merijn Brand
13557
13558         * src/procmime.c
13559         * src/procmime.h
13560                 Parse Content-Location
13561
13562         * src/toolbar.c
13563         * src/messageview.c
13564         * src/messageview.h
13565                 Don't crash when a top-level MessageView has
13566                 been closed on us. Same problematic than
13567                 yesterday's quicksearch issue.
13568
13569 2006-03-15 [colin]      2.0.0cvs140
13570
13571         * src/gtk/quicksearch.c
13572                 Fix a bitchy race we didn't think about when we
13573                 added quicksearch cancellation:
13574                 If the search is not on cached fields, for example
13575                 body_part matchcase "stuff"
13576                 the matcher code has to get the whole message. If
13577                 we're on IMAP, that can be slow, and in order to
13578                 be non-blocking, the IMAP code idle loop processes
13579                 gtk events too. So it is possible to cancel a
13580                 quicksearch while the matcher is getting the mail's
13581                 body. After matcher got its body, it will start to
13582                 iterate over the matcher list that the Quicksearch's
13583                 clear_search_cb() just freed via prepare_matcher().
13584                 SIGSEGV ensues.
13585                 The fix consists of guarding the matcherlist_match()
13586                 call with a boolean 'matching'. If we reset the
13587                 quicksearch while matching is TRUE, we don't free
13588                 the matcherlist anymore like we did, but we set
13589                 another new flag, deferred_free, to TRUE. Then,
13590                 in quicksearch_match(), just after returning from
13591                 matcherlist_match() and unsetting the matching flag,
13592                 we check the deferred_free flag and do the
13593                 prepare_matcher() (which does the matcherlist_free)
13594                 for real, so we free the matcherlist once it's not
13595                 used anymore.
13596                 As all of this runs via the glib main loop, we
13597                 luckily don't need a mutex.
13598         * src/summaryview.c
13599                 Also, show progress while searching.
13600
13601
13602 2006-03-14 [colin]      2.0.0cvs139
13603
13604         * src/alertpanel.c
13605                 Make alertpanel_is_open non-static
13606
13607 2006-03-14 [colin]      2.0.0cvs138
13608
13609         * src/prefs_spelling.c
13610                 Cleanups - Fabien Vantard
13611
13612 2006-03-14 [wwp]        2.0.0cvs137
13613
13614         * src/main.c
13615                 code style normalization (curly braces, indentation).
13616
13617 2006-03-14 [wwp]        2.0.0cvs137
13618
13619         * src/main.c
13620                 code style (braces, indentation)
13621
13622 2006-03-12 [paul]       2.0.0cvs136
13623
13624         * src/prefs_common.c
13625                 trans_hdr defaults to FALSE to be RFC-savvy
13626         * src/prefs_summaries.c
13627                 add a tooltip to the trans_hdr option
13628                 
13629
13630 2006-03-12 [paul]       2.0.0cvs135
13631
13632         * src/prefs_matcher.c
13633                 give a little more width to the combos
13634         * src/prefs_display_header.c
13635         * src/textview.c
13636                 translate headers if prefs_common.trans_hdr
13637                 is TRUE
13638
13639         Patches by Pawel Pekala
13640
13641 2006-03-12 [paul]       2.0.0cvs134
13642
13643         * src/plugins/clamav/clamav_plugin.c
13644         * src/plugins/dillo_viewer/dillo_viewer.c
13645         * src/plugins/pgpcore/plugin.c
13646         * src/plugins/pgpinline/plugin.c
13647         * src/plugins/pgpmime/plugin.c
13648         * src/plugins/spamassassin/spamassassin.c
13649                 update/add to descriptions
13650         * src/plugins/spamassassin/spamassassin_gtk.c
13651                 fixes to the english, remove superfluous
13652                 tooltips, clean up a little
13653
13654 2006-03-12 [paul]       2.0.0cvs133
13655
13656         * src/compose.c
13657                 fix Bug 924, 'Account combo box shows up wrong 
13658                 if & is in account name'
13659
13660 2006-03-11 [colin]      2.0.0cvs132
13661
13662         * src/summaryview.c
13663                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13664                 messed up shift-selection because is slows down
13665                 moving around summaryview. thanks -users
13666
13667 2006-03-10 [colin]      2.0.0cvs131
13668
13669         * src/plugins/spamassassin/spamassassin_gtk.c
13670                 Put back Paul's engrish fixes
13671
13672 2006-03-10 [colin]      2.0.0cvs130
13673
13674         * src/plugins/spamassassin/spamassassin.c
13675         * src/plugins/spamassassin/spamassassin.h
13676         * src/plugins/spamassassin/spamassassin_gtk.c
13677                 Cleanup SA prefs page (more)
13678                 Patch by Fabien Vantard
13679
13680 2006-03-10 [paul]       2.0.0cvs129
13681
13682         * src/prefs_msg_colors.c
13683         * src/prefs_spelling.c
13684                 widget sensitivity
13685
13686 2006-03-09 [mones]      2.0.0cvs128
13687
13688         * po/es.po
13689                 Update for next RC
13690
13691 2006-03-09 [wwp]        2.0.0cvs127
13692
13693         * configure.ac
13694                 revert accidental commit (requirement for libetpan 0.43), this time
13695                 not in HEAD.
13696
13697 2006-03-09 [wwp]        2.0.0cvs125
13698
13699         * configure.ac
13700                 revert accidental commit (requirement for libetpan 0.43)
13701
13702 2006-03-09 [paul]       2.0.0cvs126
13703
13704         * src/prefs_receive.c
13705                 remove useless frame
13706                 replace 'incorporation' with 'receiving'
13707         * src/plugins/clamav/clamav_plugin_gtk.c
13708         * src/plugins/spamassassin/spamassassin_gtk.c
13709                 improve widget sensitivity
13710                 fix a bit his engrish
13711
13712 2006-03-09 [wwp]        2.0.0cvs125
13713
13714         * src/addressadd.c
13715         * src/foldersel.c
13716         * src/prefs_common.c
13717         * src/prefs_common.h
13718                 remember some more windows' sizes (add to addressbook and
13719                 select folder).
13720
13721 2006-03-09 [paul]       2.0.0cvs124
13722
13723         * src/plugins/pgpcore/prefs_gpg.c
13724                 normalise construction of dialogue
13725
13726 2006-03-09 [paul]       2.0.0cvs123
13727
13728         * src/plugins/trayicon/Makefile.am
13729                 add missing slash
13730
13731 2006-03-08 [colin]      2.0.0cvs122
13732
13733         * src/plugins/trayicon/Makefile.am
13734                 Fix build in separate dir 
13735                 Patch by Bamanzi <bamanzi@gmail.com>
13736
13737 2006-03-08 [colin]      2.0.0cvs121
13738
13739         * src/procmsg.c
13740                 Batch move and copies from summaryview with delayed execution
13741                 too
13742
13743 2006-03-07 [paul]       2.0.0cvs120
13744
13745         * src/common/utils.c
13746                 fix highlighting of URIs containing "()"
13747                 Patch by Pawel Pekala
13748
13749 2006-03-07 [paul]       2.0.0cvs119
13750
13751         * src/folder.c
13752         * src/folder.h
13753         * src/folderview.c
13754                 immediately do alphabetical resort when
13755                 changing a folder's name
13756                 Patch by Pawel Pekala
13757
13758 2006-03-07 [paul]       2.0.0cvs118
13759
13760         * src/news.c
13761         * src/news_gtk.c
13762                 when unsubscribing a newsgroup, remove the
13763                 folder and msgs in .sylpheed-claws/newscache
13764                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13765
13766 2006-03-07 [paul]       2.0.0cvs117
13767
13768         * src/textview.c
13769                 fix wrong Fake URL Warning
13770                 Thanks to Hiro
13771
13772 2006-03-07 [colin]      2.0.0cvs116
13773
13774         * src/imap.c
13775                 Return immediately when password dialog was
13776                 cancelled
13777         * src/gtk/inputdialog.c
13778                 Allow empty strings for passwords
13779
13780
13781 2006-03-06 [colin]      2.0.0cvs115
13782
13783         * src/imap.c
13784                 Prevent double-timeouts when connection fails
13785
13786 2006-03-06 [colin]
13787
13788         2.0.1-rc1 released
13789
13790 2006-03-06 [colin]      2.0.0cvs114
13791
13792         * src/imap.c
13793                 Refresh session during potentially long
13794                 operations
13795
13796 2006-03-06 [wwp]        2.0.0cvs113
13797
13798         * src/prefs_msg_colors.h
13799                 forgot that one (custom color labels).
13800
13801 2006-03-06 [wwp]        2.0.0cvs112
13802
13803         * src/prefs_common.c
13804         * src/prefs_common.h
13805         * src/prefs_msg_colors.c
13806         * src/summaryview.c
13807         * src/summaryview.h
13808         * src/gtk/colorlabel.c
13809         * src/gtk/colorlabel.h
13810                 colors in messages list are now customizable. Color values and names can
13811                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
13812                 Thanks to Paul and Colin for their help with this longstanding patch!
13813
13814 2006-03-06 [wwp]        2.0.0cvs111
13815
13816         * src/textview.c
13817                 don't crash if (x)face is bad.
13818
13819 2006-03-05 [paul]       2.0.0cvs110
13820
13821         * AUTHORS
13822         * configure.ac
13823         * src/Makefile.am
13824         * src/common/Makefile.am
13825         * src/common/utils.h
13826         * src/etpan/imap-thread.c
13827         * src/gtk/authors.h
13828         * src/plugins/clamav/Makefile.am
13829         * src/plugins/demo/Makefile.am
13830         * src/plugins/dillo_viewer/Makefile.am
13831         * src/plugins/pgpcore/Makefile.am
13832         * src/plugins/pgpcore/passphrase.c
13833         * src/plugins/pgpinline/Makefile.am
13834         * src/plugins/pgpmime/Makefile.am
13835         * src/plugins/spamassassin/Makefile.am
13836         * src/plugins/trayicon/Makefile.am
13837                 fix builiding on cygwin
13838                 Patch by Ralgh Young <bamanzi@gmail.com>
13839
13840 2006-03-04 [wwp]        2.0.0cvs109
13841
13842         * manual/keyboard.xml
13843                 fix mixed up/down keys.
13844
13845 2006-03-04 [wwp]        2.0.0cvs108
13846
13847         * README
13848         * INSTALL
13849                 updated links to SpamAssassin.
13850
13851 2006-03-04 [wwp]        2.0.0cvs107
13852
13853         * manual/plugins.xml
13854         * src/plugins/spamassassin/README
13855                 updated SpamAssassin plugin docs to reflect new functional additions
13856                 (also fix/update/documents few technical stuff more, see the README).
13857
13858 2006-03-04 [wwp]        2.0.0cvs106
13859
13860         * src/prefs_message.c
13861                 normalized capitalization of message-prefs paths.
13862
13863 2006-03-04 [wwp]        2.0.0cvs105
13864
13865         * manual/advanced.xml
13866                 typo.
13867
13868 2006-03-03 [colin]      2.0.0cvs104
13869
13870         * src/plugins/clamav/clamav_plugin_gtk.c
13871                 Rework prefs page, patch by Fabien 
13872
13873 2006-03-03 [colin]      2.0.0cvs103
13874
13875         * src/plugins/clamav/clamav_plugin.c
13876                 Set error on all errors
13877
13878 2006-03-03 [colin]      2.0.0cvs102
13879
13880         * src/common/plugin.c
13881                 Initialize error to avoid crashing when a plugin fails
13882                 without setting error
13883
13884 2006-03-02 [wwp]        2.0.0cvs101
13885
13886         * configure.ac
13887                 fixed linker flags for libetpan support on Cygwin
13888                 (thanks to H.Merijn Brand).
13889
13890 2006-03-02 [wwp]        2.0.0cvs100
13891
13892         * src/addressbook.c
13893                 fix some AB error messages: one for punctuation and
13894                 one wrongly duplicate (thanks, maxbritov).
13895
13896 2006-03-02 [wwp]        2.0.0cvs99
13897
13898         * src/plugins/spamassassin/spamassassin.c
13899                 make sync calls to sa-learn/spamc to prevent
13900                 system (whatever local or client/server) overload.
13901
13902 2006-03-02 [colin]      2.0.0cvs98
13903
13904         * src/summaryview.c
13905                 Put the spam icon in the status column instead of the
13906                 mark one
13907
13908 2006-03-01 [colin]      2.0.0cvs97
13909
13910         * src/plugins/spamassassin/spamassassin.c
13911                 Fix segfault (g_file_set_contents fails for some 
13912                 reason and err==0x2f. Can't find out why with
13913                 valgrind, using working function :-)
13914
13915 2006-03-01 [colin]      2.0.0cvs96
13916
13917         * src/inc.c
13918                 Offline overriding: let 'No' be cached only 3 seconds
13919
13920 2006-03-01 [colin]      2.0.0cvs95
13921
13922         * src/addr_compl.c
13923         * src/addrbook.c
13924         * src/addressbook.c
13925         * src/addrindex.c
13926         * src/folder_item_prefs.c
13927         * src/headerview.c
13928         * src/imap.c
13929         * src/inc.c
13930         * src/ldif.c
13931         * src/mainwindow.c
13932         * src/mh.c
13933         * src/msgcache.c
13934         * src/prefs_common.h
13935         * src/prefs_msg_colors.c
13936         * src/procheader.c
13937         * src/procheader.h
13938         * src/procmime.c
13939         * src/procmsg.c
13940         * src/procmsg.h
13941         * src/send_message.h
13942         * src/simple-gettext.c
13943         * src/summaryview.c
13944         * src/summaryview.h
13945         * src/syldap.c
13946         * src/textview.c
13947         * src/undo.c
13948         * src/common/ssl_certificate.c
13949         * src/common/utils.c
13950         * src/gtk/colorsel.c
13951         * src/gtk/gtksctree.c
13952         * src/gtk/gtkshruler.c
13953         * src/plugins/trayicon/trayicon.c
13954                 #if 0 goes to /dev/null
13955
13956 2006-03-01 [colin]      2.0.0cvs94
13957
13958         * src/compose.c
13959         * src/imap.c
13960         * src/inc.c
13961         * src/inc.h
13962         * src/messageview.c
13963         * src/news.c
13964         * src/plugins/spamassassin/spamassassin.c
13965                 Allow to add information in the "working offline"
13966                 window
13967
13968 2006-03-01 [wwp]        2.0.0cvs93
13969
13970         * src/plugins/spamassassin/spamassassin.c
13971                 fixed spamc invocation: use a tricky temporary mini shell wrapper
13972                 'cause it seems that calling `spamc ... < inputfile` with
13973                 g_spawn_(a)sync simply.. erm doesn't work :-).
13974
13975 2006-03-01 [wwp]        2.0.0cvs92
13976
13977         * src/toolbar.c
13978         * src/toolbar.h
13979                 simplify the adding of spam/ham button to the messageview toolbar
13980                 (it gets more clear now that the same button will be "Mark as spam"
13981                 or "Mark as ham" according to the current message status,
13982                 thanks to Colin).
13983
13984 2006-03-01 [wwp]        2.0.0cvs91
13985
13986         * src/messageview.c
13987         * src/procmsg.c
13988         * src/procmsg.h
13989         * src/summaryview.c
13990         * src/plugins/spamassassin/spamassassin.c
13991         * src/plugins/spamassassin/spamassassin.h
13992                 make learner callbacks return a status (0 for ok),
13993                 handle it in main code to avoid setting flags when learning failed,
13994                 don't learn on TCP if offline in spamassassin,
13995                 thanks to Colin.
13996
13997                 
13998
13999 2006-03-01 [wwp]        2.0.0cvs90
14000
14001         * src/compose.c
14002                 some work around the compose window's account menu,
14003                 patch by Fabien Vantard.
14004
14005 2006-03-01 [wwp]        2.0.0cvs89
14006
14007         * src/plugins/spamassassin/spamassassin.c
14008                 fixed bad logics, was using spamc in local mode and sa-learn
14009                 in remote mode (thanks, Colin).
14010
14011 2006-03-01 [wwp]        2.0.0cvs88
14012
14013         * src/plugins/spamassassin/spamassassin.c
14014         * src/plugins/spamassassin/spamassassin.h
14015         * src/plugins/spamassassin/spamassassin_gtk.c
14016                 made processing of emails w/ sa-plugin an option (default is TRUE),
14017                 fixed Engrish some tooltips, capitalization of some debug messages
14018                 and warnings. The spamassassin plugin now provides two separate
14019                 services: process emails upon incorporation and spamd training.
14020                 Both services (un)register independently but use some common
14021                 plugin settings (transport settings, spam storage location).
14022
14023 2006-02-28 [wwp]        2.0.0cvs87
14024
14025         * src/plugins/spamassassin/spamassassin.c
14026                 fix async flag to spamc cmdline execution (batch exec should
14027                 be asynchronous).
14028
14029 2006-02-27 [wwp]        2.0.0cvs86
14030
14031         * src/plugins/spamassassin/spamassassin.c
14032         * src/plugins/spamassassin/spamassassin.h
14033         * src/plugins/spamassassin/spamassassin_gtk.c
14034                 - added the ability to learn a remote spamassassin server (spamd),
14035                 using spamc.
14036                 - added the spamassassin option 'username', that applies to all
14037                 spamassassin operations (filtering, learning, local or remote).
14038                 The default username is the current unix user (if left blank
14039                 from gtk prefs or config file).
14040                 - commented out some unused code (notebook widget), removed unused
14041                 layout (hbox1).
14042                 - make more widgets sensitive to the transport type.
14043
14044 2006-02-27 [colin]      2.0.0cvs85
14045
14046         * src/plugins/spamassassin/spamassassin.c
14047                 Fix sa-learn call when offline
14048
14049 2006-02-27 [colin]      2.0.0cvs84
14050
14051         * configure.ac
14052         * src/Makefile.am
14053         * src/mainwindow.c
14054         * src/mainwindow.h
14055         * src/messageview.c
14056         * src/messageview.h
14057         * src/prefs_toolbar.c
14058         * src/procmsg.c
14059         * src/stock_pixmap.c
14060         * src/stock_pixmap.h
14061         * src/summaryview.c
14062         * src/toolbar.c
14063         * src/toolbar.h
14064         * src/pixmaps/ham_btn.xpm
14065         * src/pixmaps/spam.xpm
14066         * src/pixmaps/spam_btn.xpm
14067         * src/plugins/spamassassin/spamassassin.c
14068                 Add button in toolbar for spam learning
14069                 Fix a few bugs from the last related commit
14070                 Revert 1.9.6cvs23 which messed up shift-selection
14071
14072 2006-02-24 [colin]      2.0.0cvs83
14073
14074         * src/procmsg.c
14075         * src/summaryview.c
14076         * src/summaryview.h
14077         * src/plugins/spamassassin/spamassassin.c
14078         * src/plugins/spamassassin/spamassassin.h
14079         * src/plugins/spamassassin/spamassassin_gtk.c
14080                 Unregister learner when spamassassin is either
14081                 disabled or over tcp
14082
14083 2006-02-24 [colin]      2.0.0cvs82
14084
14085         * src/Makefile.am
14086         * src/mainwindow.c
14087         * src/mainwindow.h
14088         * src/procmsg.c
14089         * src/procmsg.h
14090         * src/stock_pixmap.c
14091         * src/stock_pixmap.h
14092         * src/summaryview.c
14093         * src/summaryview.h
14094         * src/gtk/icon_legend.c
14095         * src/pixmaps/spam.xpm  ** NEW FILE **
14096         * src/plugins/spamassassin/spamassassin.c
14097         * src/plugins/spamassassin/spamassassin_gtk.c
14098                 Add spam learning interface (Mark/Mark as 
14099                 (spam|ham) menus)
14100
14101 2006-02-24 [wwp]        2.0.0cvs81
14102
14103         * src/compose.c
14104         * src/compose.h
14105         * src/filtering.c
14106                 hide compose window when sending message in batch mode
14107                 (filtering: forward and redirect). Also fixed a wrong
14108                 value returned when sending failed, neutral anyway.
14109                 (Colin, me) 
14110
14111 2006-02-24 [wwp]        2.0.0cvs80
14112
14113         * src/mainwindow.c
14114                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14115
14116 2006-02-24 [paul]       2.0.0cvs79
14117
14118         * src/news.c
14119         * src/news.h
14120         * src/news_gtk.c
14121                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14122                 Thanks to Colin
14123
14124 2006-02-23 [colin]      2.0.0cvs78
14125
14126         * src/alertpanel.c
14127                 Change OK to Close in alertpanel with View log
14128                 button; add accel to View log. Patch by Fabien
14129                 Vantard
14130
14131 2006-02-23 [wwp]        2.0.0cvs77
14132
14133         * src/compose.c
14134                 silly me, there were much more tests to perform, since toolbars can
14135                 really have down to 1 element only.
14136
14137 2006-02-23 [wwp]        2.0.0cvs76
14138
14139         * commitHelper
14140                 fixed indentation from my previous commit. Fallback to VISUAL if
14141                 EDITOR is not set (and to vi, at last resort).
14142
14143 2006-02-23 [wwp]        2.0.0cvs75
14144
14145         * commitHelper
14146                 improved error detection (Colin, me).
14147
14148 2006-02-23 [wwp]        2.0.0cvs74
14149
14150         * src/prefs_toolbar.c
14151                 simplify and fix prefs/toolbars layouting. Combos' contents can
14152                 now be really displayed.
14153
14154 2006-02-23 [wwp]        2.0.0cvs73
14155         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14156         be really displayed.
14157
14158 2006-02-22 [wwp]        2.0.0cvs72
14159
14160         * src/compose.c
14161                 fix a typo in my previous commit (sorry!).
14162
14163 2006-02-22 [wwp]        2.0.0cvs71
14164
14165         * src/prefs_toolbar.c
14166                 fix a crash when adding separators to toolbars,
14167                 also fix some separator item information.
14168
14169 2006-02-22 [wwp]        2.0.0cvs70
14170
14171         * src/compose.c
14172                 fix a crash when redirecting (for instance) when compose window's
14173                 toolbar contents has been customized (when some buttons have been
14174                 removed in fact).
14175
14176 2006-02-21 [wwp]        2.0.0cvs69
14177
14178         * src/summaryview.c
14179         * src/gtk/pluginwindow.c
14180         * src/plugins/pgpcore/prefs_gpg.c
14181                 fix some compilation warnings (feat. remains of removed code).
14182
14183 2006-02-21 [wwp]        2.0.0cvs68
14184
14185         * src/gtk/gtkutils.c
14186                 fix two compilation issues, thanks to Stephan Sachse.
14187
14188 2006-02-20 [colin]      2.0.0cvs67
14189
14190         * src/mainwindow.c
14191                 Don't reselect displayed mail on refocus
14192                 This fixes actions misbehaving 
14193
14194 2006-02-20 [wwp]        2.0.0cvs66
14195
14196         * src/summaryview.c
14197         * src/gtk/gtksctree.c
14198         * src/gtk/gtkshruler.c
14199                 changed more runtime typecast checks.
14200
14201 2006-02-20 [wwp]        2.0.0cvs65
14202
14203         * src/summary_search.c
14204                 find all - summaryview refresh issue fixed, thanks to Colin.
14205
14206 2006-02-20 [wwp]        2.0.0cvs64
14207
14208         * src/gtk/gtkutils.c
14209                 better runtime typecast checks.
14210
14211 2006-02-20 [wwp]        2.0.0cvs63
14212
14213         * src/summary_search.c
14214                 enhancements to the summary search:
14215                         - add the ability to stop the running search
14216                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14217                         - don't search if no criteria (From/To/Subject/Body) is set
14218                         - ensure that a busy mouse pointer is always shown when searching,
14219                           show it even a bit earlier
14220
14221 2006-02-19 [colin]      2.0.0cvs62
14222
14223         * src/compose.c
14224         * src/imap.c
14225         * src/etpan/imap-thread.c
14226         * src/etpan/imap-thread.h
14227                 (Future) IMAP speed improvement on sending
14228                 Will require a libetpan update
14229         * src/summaryview.c
14230         * src/gtk/quicksearch.c
14231                 Make quicksearch clearable while running.
14232
14233 2006-02-17 [colin]      2.0.0cvs61
14234
14235         * src/imap.c
14236         * src/etpan/imap-thread.c
14237         * src/etpan/imap-thread.h
14238                 Check for IMAP certificates
14239                 ** Requires libetpan-0.42-cvs4 
14240                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14241
14242 2006-02-17 [colin]      2.0.0cvs60
14243
14244         * src/messageview.c
14245         * src/prefs_common.c
14246         * src/prefs_common.h
14247         * src/prefs_message.c
14248                 Add pref to display HTML-only mails with plugin, 
14249                 if possible (defaulting to FALSE of course).
14250
14251 2006-02-16 [colin]      2.0.0cvs59
14252
14253         * src/main.c
14254         * src/common/plugin.c
14255         * src/common/plugin.h
14256         * src/gtk/pluginwindow.c
14257                 Keep track of requested (but unloaded) plugins
14258                 in some error cases.
14259
14260 2006-02-16 [wwp]        2.0.0cvs58
14261
14262         * src/gtk/gtkaspell.c
14263         * src/gtk/gtkaspell.h
14264         * src/prefs_spelling.c
14265         * src/compose.c
14266         * src/prefs_common.c
14267         * src/prefs_common.h
14268                 implemented new optional spellchecker behaviour: re-check message when
14269                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14270
14271 2006-02-16 [wwp]        2.0.0cvs57
14272
14273         * src/quote_fmt_parse.y
14274                 pclose popen'ed pipe.
14275
14276 2006-02-15 [colin]      2.0.0cvs56
14277
14278         * src/mimeview.c
14279         * src/mimeview.h
14280                 Let MimeViewers know which MimeView they
14281                 depend of.
14282         * src/summaryview.c
14283                 Swap From/To columns in Sent/Queue/Drafts
14284                 folders
14285         * src/etpan/imap-thread.c
14286                 Use mailstream_low_tls_open() for STARTTLS
14287                 instead of mailstream_low_ssl_open()
14288                 ** REQUIRES libetpan 0.42cvs3 **
14289
14290 2006-02-15 [wwp]        2.0.0cvs55
14291
14292         * src/compose.c
14293         * src/compose.h
14294         * src/message_search.c
14295         * src/message_search.h
14296         * src/textview.c
14297         * src/gtk/gtkutils.c
14298         * src/gtk/gtkutils.h
14299                 added the ability to Find text in the compose window (and a bit
14300                 of code factorization).
14301
14302 2006-02-15 [wwp]        2.0.0cvs54
14303
14304         * src/prefs_gtk.c
14305                 yet another one file was missing (fix for some widgets' sensitivity).
14306                 Thanks Colin!
14307
14308 2006-02-15 [wwp]        2.0.0cvs53
14309
14310         * src/prefs_gtk.h
14311                 oops forgot that file (fix for some widgets' sensitivity).
14312
14313 2006-02-15 [wwp]        2.0.0cvs52
14314
14315         * src/summary_search.c
14316                 implemented advanced summary search options (added the ability
14317                 to use matcher conditions in an advanced search mode).
14318
14319 2006-02-15 [wwp]        2.0.0cvs51
14320
14321         * src/plugins/pgpcore/prefs_gpg.c
14322         * src/prefs_account.c
14323                 fix some widget sensitivity, mostly around some labels in
14324                 account prefs.
14325
14326 2006-02-15 [paul]       2.0.0cvs50
14327
14328         * manual/advanced.xml
14329                 improve Templates info
14330                 written by wwp
14331
14332 2006-02-14 [colin]      2.0.0cvs49
14333
14334         * src/pixmaps/address_book.xpm
14335         * src/pixmaps/preferences.xpm
14336         * src/pixmaps/properties.xpm
14337                 Fix pixmap size - patch by Fabien Vantard
14338
14339 2006-02-13 [colin]      2.0.0cvs48
14340
14341         * src/procmime.c
14342                 Add missing fclose()s on error
14343         * src/textview.c
14344                 Remove unused code
14345         * src/common/utils.c
14346                 Fix temp files not being deleted on windows
14347         Patches by Thomas Gilgin
14348
14349 2006-02-13 [colin]      2.0.0cvs47
14350
14351         * src/mainwindow.c
14352                 Fix exit crash
14353
14354 2006-02-13 [wwp]        2.0.0cvs46
14355
14356         * src/plugins/pgpcore/prefs_gpg.c
14357                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14358
14359 2006-02-12 [colin]      2.0.0cvs45
14360
14361         * src/folderview.c
14362         * src/main.c
14363         * src/mainwindow.c
14364                 Fix "stuff" when quitting
14365
14366 2006-02-12 [wwp]        2.0.0cvs44
14367
14368         * src/prefs_themes.c
14369                 fix typos in debug messages.
14370
14371 2006-02-11 [colin]      2.0.0cvs43
14372
14373         * src/summaryview.c
14374                 don't allow drag/drop from ourself
14375
14376 2006-02-10 [wwp]        2.0.0cvs42
14377
14378         * src/exporthtml.c
14379         * src/html.c
14380         * src/html.h
14381         * src/procmime.c
14382         * src/textview.c
14383                 renamed html_ prefixed functions and data structures to avoid
14384                 namespace clashes w/ other software (gtkhtml2 for instance).
14385                 Closes bug #907.
14386
14387
14388 2006-02-09 [colin]      2.0.0cvs41
14389
14390         * src/summaryview.c
14391                 Fix shitty logic messed up. Thanks Ticho for the hint!
14392
14393 2006-02-09 [wwp]        2.0.0cvs40
14394
14395         * src/gtk/about.c
14396         * src/compose.c
14397         * src/prefs_account.c
14398         * src/prefs_gtk.h
14399         * src/editaddress.c
14400                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14401                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14402                 Browse buttons in accounts prefs.
14403
14404 2006-02-09 [colin]      2.0.0cvs39
14405
14406         * src/matcher.c
14407                 Check for pointer before using its members
14408         * src/gtk/gtksourceprintjob.c
14409                 Fix a wrong warning
14410
14411 2006-02-09 [wwp]        2.0.0cvs38
14412
14413         * src/gtk/filesel.c
14414                 fix few compiler warnings (type mismatch).
14415
14416 2006-02-09 [paul]       2.0.0cvs37
14417
14418         * po/fr.po
14419                 updated by Fabien Vantard
14420
14421 2006-02-08 [colin]      2.0.0cvs36
14422
14423         * src/prefs_common.c
14424         * src/common/defs.h
14425         * src/common/plugin.c
14426                 allow windows and linux configurations to coexist
14427                 patch by Thomas Gilgin
14428
14429 2006-02-08 [colin]      2.0.0cvs35
14430
14431         * src/filtering.c
14432         * src/matcher.c
14433         * src/matcher.h
14434         * src/matcher_parser_parse.y
14435         * src/prefs_filtering_action.c
14436         * src/prefs_matcher.c
14437                 Add the "Ignore thread" filtering
14438                 action
14439
14440 2006-02-08 [colin]      2.0.0cvs34
14441
14442         * src/compose.c
14443         * src/procmime.c
14444         * src/procmime.h
14445                 Fix bug #905 (damaged attachment)
14446                 text files with raw \0's aren't really text files
14447         FOR_STABLE
14448
14449 2006-02-08 [colin]      2.0.0cvs33
14450
14451         * src/summaryview.c
14452                 Fix crasher introduced yesterday
14453
14454 2006-02-08 [wwp]        2.0.0cvs32
14455
14456         * src/compose.c
14457         * src/compose.h
14458                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14459
14460 2006-02-08 [wwp]        2.0.0cvs31
14461
14462         * src/prefs_template.c
14463                 templates enhancement: allow address completion for Cc and Bcc fields
14464                 (it was currently possible for the To field only)
14465
14466 2006-02-08 [colin]      2.0.0cvs30
14467
14468         * src/compose.c
14469                 Don't unblock if not blocked
14470         FOR_STABLE
14471
14472 2006-02-07 [colin]      2.0.0cvs29
14473
14474         * src/action.c
14475                 Forgot to refresh summaryview
14476
14477 2006-02-07 [colin]      2.0.0cvs28
14478
14479         * src/action.c
14480                 Freeze/thaw message list and folder list while
14481                 processing %as{} actions 
14482         * src/compose.c
14483                 Fix auto-wrap disabling after a middle-click
14484                 paste - FOR_STABLE
14485
14486 2006-02-07 [paul]       2.0.0cvs27
14487
14488         * src/folder.c
14489                 fix freeing of uninitialised pointers
14490                 Thanks to Colin
14491
14492 2006-02-06 [colin]      2.0.0cvs26
14493
14494         * src/folder.c
14495                 Use g_slist_prepend in potentially big list
14496
14497 2006-02-06 [colin]      2.0.0cvs25
14498
14499         * src/folder.c
14500                 Completely skip processing if it doesn't 
14501                 exist (faster!)
14502
14503 2006-02-06 [colin]      2.0.0cvs24
14504
14505         * src/folder.c
14506         * src/summaryview.c
14507                 Batch filtering in summaryview (from Tools menu)
14508                 and pre/post//-processing too
14509
14510 2006-02-06 [colin]      2.0.0cvs23
14511
14512         * src/procmsg.h
14513         * src/filtering.c
14514                 Use a special field for batch filtering instead
14515                 of stepping on deferred execution's toes
14516
14517 2006-02-06 [colin]      2.0.0cvs22
14518
14519         * src/action.c
14520         * src/filtering.c
14521         * src/filtering.h
14522         * src/folder.c
14523         * src/summaryview.c
14524                 Fix filtering via menus and actions
14525
14526 2006-02-06 [colin]      2.0.0cvs21
14527
14528         * src/imap.c
14529                 Put the added file directly to cache if possible (will work
14530                 with next libetpan)
14531         * src/filtering.c
14532         * src/filtering.h
14533         * src/inc.c
14534         * src/folder.c
14535         * src/mbox.c
14536         * src/procmsg.h
14537                 Move and copy filtered messages by batches instead of one
14538                 by one - faster on IMAP
14539         * src/procmsg.c
14540                 Add a function that'll possibly be useful later
14541
14542 2006-02-06 [colin]      2.0.0cvs20
14543
14544         * src/addressbook.c
14545                 Use internal mime-type instead of text/plain for d'n'd
14546         * src/compose.c
14547                 Allow attaching files from mimeview's icon list via d'n'd
14548         * src/folderview.c
14549         * src/folderview.h
14550                 Use internal mime-type instead of text/plain for d'n'd
14551                 Don't try to selected opened folder if none is
14552                 Factorize d'n'd from other apps code
14553         * src/headerview.c
14554         * src/textview.c
14555         * src/gtk/gtkutils.c
14556         * src/gtk/gtkutils.h
14557                 Factorize Face/X-Face stuff
14558         * src/mimeview.c
14559                 Fix d'n'd to other apps
14560         * src/prefs_message.c
14561                 Let the XFace pref be usable without libcompface as it also
14562                 applies to Face
14563         * src/summaryview.c
14564                 Fix d'n'd to other apps
14565                 Factorize d'n'd from other apps code
14566
14567 2006-02-06 [wwp]        2.0.0cvs19
14568
14569         * po/it.po
14570                 Italian translation fixes by Andrea Spadaccini (no more confusion
14571                 between filtering and processing, and few changes in the About
14572                 dialog).
14573
14574
14575 2006-02-06 [mones]      2.0.0cvs18
14576
14577         * src/gtk/icon_legend.c
14578                 Improved descriptions allowing better translations
14579
14580 2006-02-05 [colin]      2.0.0cvs17
14581
14582         * src/imap.c
14583                 Add the f*cking missing expunge that caused imap_fetch_env
14584                 to fail after an add_msgs ! :-///
14585         * src/etpan/imap-thread.c
14586                 Add a bit of debug
14587         FOR_STABLE
14588
14589 2006-02-05 [colin]      2.0.0cvs16
14590
14591         * src/common/utils.c
14592                 Don't check for return-path (or we can't put
14593                 back non-sent mails)
14594
14595 2006-02-05 [colin]      2.0.0cvs15
14596
14597         * src/textview.c
14598                 Don't try to display Face header in textview
14599                 when teh headerview's active
14600
14601 2006-02-05 [colin]      2.0.0cvs14
14602
14603         * tools/tbird2syl.py
14604         * tools/Makefile.am
14605                 Add script to import Thunderbird mails
14606
14607 2006-02-05 [colin]      2.0.0cvs13
14608
14609         * src/headerview.c
14610         * src/procheader.c
14611         * src/procmsg.c
14612         * src/procmsg.h
14613         * src/textview.c
14614                 Show Face headers - patch partially by Klaus Flittner
14615
14616 2006-02-05 [colin]      2.0.0cvs12
14617
14618         * src/folderview.c
14619         * src/summaryview.c
14620         * src/common/utils.c
14621         * src/common/utils.h
14622                 Let dnd work from mime icons to summaryview
14623                 and to folderview too
14624                 Add a crude test to avoid trying to add files
14625                 drag'n'dropped when they're not mails
14626
14627 2006-02-04 [colin]      2.0.0cvs11
14628
14629         * src/summaryview.c
14630         * src/mimeview.c
14631                 Fix utf8 conversion
14632
14633 2006-02-04 [colin]      2.0.0cvs10
14634
14635         * src/compose.c
14636         * src/folderview.c
14637         * src/mimeview.c
14638         * src/summaryview.c
14639         * src/summaryview.h
14640                 Added various drag and drop capas:
14641                 From                    To
14642                 summaryview             other apps
14643                 mimeview icons          other apps
14644                 other apps              summaryview
14645                 other apps              folderview
14646
14647                 This shouldn't have broken the existing:
14648                 From                    To
14649                 summaryview             folderview
14650                 folderview              folderview
14651                 summaryview             compose's attachments
14652
14653         Tests welcomed.
14654
14655 2006-02-02 [paul]       2.0.0cvs9
14656
14657         * src/mainwindow.c
14658                 move global option 'Set displayed columns...' out
14659                 of folder option grouping.
14660                 fix sensitivity of 'harvest addresses'
14661         FOR_STABLE
14662
14663 2006-02-01 [colin]      2.0.0cvs8
14664
14665         * src/mimeview.c
14666                 Revert the alertpanel patch, it sucks (intrusive
14667                 and gets in the way of "open")
14668
14669 2006-02-01 [colin]      2.0.0cvs7
14670
14671         * src/compose.c
14672         * src/prefs_account.c
14673         * src/prefs_common.c
14674         * src/common/defs.h
14675         * src/common/utils.c
14676         * src/common/utils.h
14677                 Add ability to edit the signature file
14678                 from the account preferences, and use
14679                 a default for the text editor.
14680                 Patch by Fabien Vantard
14681
14682 2006-02-01 [colin]      2.0.0cvs6
14683
14684         * src/mimeview.c
14685                 Try to get mime type by extension if it is
14686                 application/octet-stream
14687                 Display a window with possible choices when
14688                 encountering unknown mime types
14689         * src/gtk/filesel.c
14690         * src/gtk/filesel.h
14691                 Add preview
14692                 Allow multiple selection in filtered filesel
14693                 (patch by Fabien Vantard)
14694         * src/gtk/pluginwindow.c
14695                 Use it (patch by Fabien Vantard)
14696
14697 2006-02-01 [paul]       2.0.0cvs5
14698
14699         * src/jpilot.c
14700                 fix crash on creating jpilot address book
14701                 Thanks to Colin - FOR_STABLE
14702         * src/prefs_summaries.c
14703         * src/prefs_wrapping.c
14704         * src/gtk/icon_legend.c
14705         * src/gtk/quicksearch.c
14706                 string fixes and additions
14707
14708 2006-02-01 [paul]       2.0.0cvs4
14709
14710         * src/compose.c
14711         * src/mainwindow.c
14712         * src/messageview.c
14713         * src/prefs_send.c
14714                 add Arabic encoding option
14715                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14716
14717 2006-01-31 [colin]      2.0.0cvs3
14718
14719         * src/plugins/pgpcore/passphrase.c
14720                 Convert passphrase to locale encoding
14721         * src/compose.c
14722                 Fix drafting on IMAP. Crappy bug sneaked in
14723                 the release :-/
14724         FOR_STABLE
14725
14726 2006-01-30 [paul]       2.0.0cvs2
14727
14728         * src/gtk/icon_legend.c
14729                 show the new entries
14730
14731 2006-01-30 [colin]      2.0.0cvs1
14732
14733         * src/manual.c
14734                 Check for the file to be present before 
14735                 enabling the menu - FOR_STABLE
14736         * src/gtk/icon_legend.c
14737                 Add folders icons (not all of them, there
14738                 are too much, but the most intriguing ones)
14739
14740 2006-01-30 [paul]       2.0.0
14741
14742         version 2.0.0 released
14743
14744 [For previous entries, see ChangeLog.pre2.0.0]