2007-08-10 [wwp] 2.10.0cvs112
[claws.git] / ChangeLog
1 2007-08-10 [wwp]        2.10.0cvs112
2
3         * src/msgcache.c
4                 Disable mmap reads in Windows only (at least temporarily), they
5                 prevent from renaming/removing target cache files.
6
7 2007-08-10 [paul]
8
9         3.0.0-rc2 released
10
11 2007-08-10 [wwp]        2.10.0cvs111
12
13         * src/msgcache.c
14                 fix unpredictable crashes in Windows due to broken
15                 cache/mark/tags files writting (file were opened for
16                 writing in text mode).
17
18         * src/recv.c
19                 use gettimeofday() from w32lib.h on Windows.
20
21 2007-08-10 [colin]      2.10.0cvs110
22
23         * src/imap.c
24         * src/etpan/imap-thread.c
25         * src/etpan/imap-thread.h
26                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
27
28 2007-08-09 [colin]      2.10.0cvs109
29
30         * src/editldap.c
31                 Fix port being reset to 636 on SSL
32         * src/folder.c
33                 Fix folder_item_get_msg_num_by_file
34                 on drafts/queue folders
35
36 2007-08-09 [wwp]        2.10.0cvs108
37
38         * src/folder.c
39                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
40                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
41
42
43 2007-08-09 [colin]      2.10.0cvs107
44
45         * src/folderview.c
46         * src/summaryview.c
47         * src/gtk/prefswindow.c
48                 A few Maemo layout fixes
49
50 2007-08-09 [paul]       2.10.0cvs106
51
52         * src/prefs_account.c
53                 remove the hyphen from plug-ins to
54                 match everywhere else
55
56 2007-08-08 [wwp]        2.10.0cvs105
57
58         * src/prefs_folder_item.c
59                 Fix an extraneous stealth ^L char.
60
61 2007-08-08 [wwp]        2.10.0cvs104
62
63         * src/prefs_folder_item.c
64                 Better fix, group variables declarations (USE_ASPELL).
65
66 2007-08-08 [wwp]        2.10.0cvs103
67
68         * src/prefs_folder_item.c
69                 Fix compilation w/ USE_ASPELL set (broken
70                 by 2.10.0cvs102).
71
72 2007-08-08 [ticho]      2.10.0cvs102
73
74         * src/prefs_folder_item.c
75                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
76
77 2007-08-08 [colin]      2.10.0cvs101
78
79         * src/imap.c
80         * src/etpan/imap-thread.c
81         * src/etpan/imap-thread.h
82                 Close selected mailbox before doing
83                 status on it.
84
85 2007-08-08 [colin]      2.10.0cvs100
86
87         * src/html.c
88                 Complete symbol table, thanks to wwp.
89                 Fixes bug 1284, 'The html -> text 
90                 converter ignores entities'
91         * src/msgcache.c
92                 Fix possible fd leak
93
94 2007-08-08 [colin]      2.10.0cvs99
95
96         * src/imap.c
97                 Better way to fetch UIDs on non-UIDPLUS servers
98
99 2007-08-07 [colin]      2.10.0cvs98
100
101         * src/imap.c
102                 fix bug 1275, 'auto-saved draft messages not 
103                 always being removed'; Also, make multiple
104                 copy (in the same account) faster by matching
105                 source/destination message UIDs.
106         * src/messageview.c
107                 Don't try to reshow deleted mail
108         * src/msgcache.c
109                 Fix leak on error path
110
111 2007-08-07 [wwp]        2.10.0cvs97
112
113         * manual/account.xml
114         * manual/advanced.xml
115         * manual/fr/account.xml
116         * manual/fr/advanced.xml
117                 Updated the reference manual and the French translation to
118                 reflect 2.10.0cvs84: enable running folder Processing
119                 rules on demand.
120
121 2007-08-06 [wwp]        2.10.0cvs96
122
123         * src/prefs_common.c
124         * src/prefs_common.h
125         * src/textview.c
126                 Allow changing the emphasis color used to highlight
127                 the newsreader/x-mailer header value when it matches
128                 our preferred mail agent (hidden pref 'emphasis_col' added
129                 to clawsrc).
130
131 2007-08-06 [colin]      2.10.0cvs95
132
133         * src/compose.c
134         * src/compose.h
135                 Re-commit 2.10.0cvs86, with a protection
136                 against Pango bug. Also, try to fix 
137                 bug 1275, 'auto-saved draft messages not 
138                 always being removed'
139
140 2007-08-06 [wwp]        2.10.0cvs94
141
142         * src/gtk/quicksearch.c
143                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
144
145 2007-08-06 [ticho]      2.10.0cvs93
146
147         * src/prefs_account.c
148         * src/gtk/combobox.c
149                 Use GtkComboBox instead of GtkOptionMenu for privacy system
150                 selection in account preferences.
151
152 2007-08-06 [wwp]        2.10.0cvs92
153
154         * src/plugins/pgpcore/plugin.def
155                 Apply one more chunk from gpg4win's 03-w32-port patch.
156
157 2007-08-05 [colin]      2.10.0cvs91
158
159         * src/compose.c
160         * src/compose.h
161                 reverting buggy patch for now
162
163 2007-08-05 [colin]      2.10.0cvs90
164
165         * src/folder.c
166                 Fix slowdown
167
168 2007-08-04 [colin]      2.10.0cvs89
169
170         * src/prefs_summaries.c
171         * src/summary_search.c
172                 Replace deprecated widgets. Patch by
173                 Andrej.
174
175 2007-08-04 [colin]      2.10.0cvs88
176
177         * src/mh.c
178                 Refresh GUI only every 2000 mails on mh_get_last_num
179                 This is fast (readdir) and done only once per 
180                 session/folder
181
182 2007-08-03 [colin]      2.10.0cvs87
183
184         * src/prefs_account.c
185         * src/gtk/combobox.h
186         * src/gtk/gtkutils.c
187                 Fix a deprecated widget. Patch by
188                 Andrej
189
190 2007-08-03 [colin]      2.10.0cvs86
191
192         * src/compose.c
193         * src/compose.h
194                 Make colorisation and wrapping algorithms
195                 faster. Fixes bug 1246, 'compose becomes 
196                 increasingly slow replying to complex emails'
197
198 2007-08-03 [paul]       2.10.0cvs85
199
200         * src/mh.c
201                 keep the window painted
202
203 2007-08-02 [paul]       2.10.0cvs84
204
205         * src/folderview.c
206         * src/mainwindow.c
207         * src/mainwindow.h
208                 enable running folder Processing
209                 rules on demand
210
211 2007-08-02 [paul]       2.10.0cvs83
212
213         * src/textview.c
214                 speed up/clean up rendering of larger
215                 msgs
216                 Thanks to Colin
217
218 2007-08-01 [paul]       2.10.0cvs82
219
220         * src/mainwindow.h
221                 clean up cruft
222         * src/toolbar.c
223                 change default toolbar layout on maemo
224         * src/pixmaps/close.xpm
225                 make the red cross a grey cross
226         * src/pixmaps/jpilot.xpm
227                 make icon smaller so it fits better
228
229 2007-07-31 [paul]       2.10.0cvs81
230
231         * src/setup.c
232         * src/gtk/gtkutils.c
233                 fix crash on maemo on first launch
234
235 2007-07-30 [paul]       2.10.0cvs80
236
237         * src/prefs_matcher.c
238                 specify the units of age and size
239
240 2007-07-30 [paul]       2.10.0cvs79
241
242         * src/main.c
243                 Fix IMAP timeout setting
244
245 2007-07-30 [colin]      2.10.0cvs78
246
247         * src/prefs_account.c
248                 Fix a deprecated widget. Patch by
249                 Andrej
250
251 2007-07-27 [paul]       2.10.0cvs77
252
253         * src/matcher_parser_parse.y
254         * src/prefs_filtering_action.c
255         * src/prefs_matcher.c
256                 these changes forgotten in cvs74's
257                 'watch thread' feature
258
259 2007-07-27 [paul]       2.10.0cvs76
260
261         * src/compose.c
262                 fix potential crasher
263                 thanks to Colin
264
265 2007-07-27 [paul]       2.10.0cvs75
266
267         * src/mainwindow.c
268         * src/manual.c
269         * src/manual.h
270         * src/gtk/gtkutils.c
271                 make mainwindow's /Help/Manual point to the
272                 remote copy if the local copy doesn't exist
273
274 2007-07-27 [paul]       2.10.0cvs74
275
276         * src/Makefile.am
277         * src/filtering.c
278         * src/folder.c
279         * src/mainwindow.c
280         * src/matcher.c
281         * src/matcher.h
282         * src/matcher_parser_parse.y
283         * src/procmsg.c
284         * src/procmsg.h
285         * src/stock_pixmap.c
286         * src/stock_pixmap.h
287         * src/summaryview.c
288         * src/summaryview.h
289         * src/toolbar.c
290         * src/toolbar.h
291         * src/pixmaps/watchthread.xpm
292                 add 'watch thread' feature
293
294 2007-07-27 [paul]       2.10.0cvs73
295
296         * src/prefs_folder_item.c
297                 adjust labels, add tooltips
298
299 2007-07-27 [colin]      2.10.0cvs72
300
301         * src/summaryview.c
302                 Maemo: Remove less used menu items
303
304 2007-07-26 [colin]      2.10.0cvs71
305
306         * src/messageview.c
307                 Maemo: destroy messageview after trashing mail.
308                 Maybe should be done on X11 too
309
310 2007-07-26 [colin]      2.10.0cvs70
311
312         * src/folderview.c
313         * src/mainwindow.c
314         * src/prefs_common.c
315         * src/prefs_common.h
316         * src/summaryview.c
317                 Add View/Show or Hide/Column headers
318
319 2007-07-26 [colin]      2.10.0cvs69
320
321         * src/procmime.c
322                 Fix unwanted output
323
324 2007-07-26 [colin]      2.10.0cvs68
325
326         * src/ldapserver.c
327                 Fix possible crash on cache invalidation
328         * src/compose.c
329         * src/procmime.c
330         * src/procmime.h
331         * src/quote_fmt_parse.y
332                 Make replying to mails with big attachments
333                 much faster. Fixes bug 1224, 'The process of 
334                 Replying to emails with large attachments 
335                 seems unreasonably long...'
336
337 2007-07-26 [colin]      2.10.0cvs67
338
339         * src/mimeview.c
340         * src/matcher.c
341         * src/common/ssl.c
342                 Fix threads use on BSDs
343
344 2007-07-26 [paul]       2.10.0cvs66
345
346         * src/gtk/prefswindow.c
347                 fix account prefs breakage
348                 thanks to Colin
349
350 2007-07-26 [paul]       2.10.0cvs65
351
352         * configure.ac
353                 standardise ./configure --help messages
354
355 2007-07-26 [colin]      2.10.0cvs64
356
357         * src/addressbook.c
358         * src/editaddress.c
359                 Fix two vCard-related crashes
360
361 2007-07-25 [colin]      2.10.0cvs63
362
363         * src/inc.c
364         * src/prefs_common.c
365         * src/prefs_common.h
366         * src/prefs_receive.c
367                 Maemo: Add a better way to notify of
368                 new mails
369         * src/mainwindow.c
370         * src/statusbar.h
371         * src/summaryview.c
372         * src/toolbar.c
373                 Maemo: Various layout fixes
374         * src/gtk/prefswindow.c
375                 Maemo: Better prefs layout
376
377 2007-07-25 [paul]       2.10.0cvs62
378
379         * src/textview.c
380                 fix the layout on maemo
381                 thanks to Colin
382
383 2007-07-25 [iwkse]      2.10.0cvs61
384
385         * src/summaryview.c
386                 add 'o' shortcut on summaryview
387
388 2007-07-25 [iwkse]      2.10.0cvs60
389
390         * src/textview.c
391                 fix o shortcut
392
393 2007-07-24 [colin]      2.10.0cvs59
394
395         * src/mh.c
396                 Fix missing timestamp update on source
397                 folder when moving
398         * src/textview.c
399         * src/textview.h
400                 Better text layout on part's choices
401
402 2007-07-23 [colin]      2.10.0cvs58
403
404         * src/mimeview.c
405         * src/textview.c
406                 Maemo: Automatically choose the correct application
407                 to open parts
408         * src/gtk/quicksearch.c
409                 Make search run on GDK_KP_Enter too
410
411 2007-07-23 [wwp]        2.10.0cvs57
412
413         * src/quote_fmt_lex.l
414                 Revert accidentaly committed lines (account_sig) in
415                 2.10.0cvs56.
416
417 2007-07-23 [wwp]        2.10.0cvs56
418
419         * src/quote_fmt_lex.l
420                 Fix typos around long form expressions in the quote lexer.
421
422 2007-07-23 [paul]
423
424         3.0.0-rc1 released
425
426 2007-07-23 [colin]      2.10.0cvs55
427
428         * src/addr_compl.c
429                 Fix auto-completion on Maemo
430
431 2007-07-23 [colin]      2.10.0cvs54
432
433         * src/statusbar.c
434                 Maemo: Fix sticking statusbars
435
436 2007-07-22 [colin]      2.10.0cvs53
437
438         * src/main.c
439                 Maemo: Fix the strange "top_application" info
440                 at startup. We should do something when 
441                 receiving such a message.
442
443 2007-07-20 [paul]       2.10.0cvs52
444
445         * src/news_gtk.c
446                 add missing #include "statusbar.h"
447
448 2007-07-20 [colin]      2.10.0cvs51
449
450         * src/folder.c
451         * src/folder.h
452         * src/folder_item_prefs.c
453         * src/folder_item_prefs.h
454         * src/folderview.c
455         * src/imap.c
456         * src/imap_gtk.c
457         * src/imap_gtk.h
458         * src/news.c
459         * src/news_gtk.c
460         * src/news_gtk.h
461         * src/prefs_folder_item.c
462                 Implement age-based caching: allow to
463                 specify a threshold for the offline synchronisation
464                 feature, and whether old cached bodies should 
465                 be removed
466         * src/toolbar.c
467         * src/toolbar.h
468                 Fix label/tooltips
469         * src/plugins/dillo_viewer/dillo_viewer.c
470                 Check that Dillo's installed
471
472 2007-07-20 [wwp]        2.10.0cvs50
473
474         * src/mimeview.c
475         * src/stock_pixmap.c
476                 Draw a frame around the selected mimeview part icon (instead of the
477                 shifted 'dancing' icon).
478
479 2007-07-20 [colin]      2.10.0cvs49
480
481         * src/main.c
482                 Unref stuff even on error
483         * src/wizard.c
484                 disconnect signals only at the very
485                 end of the wizard save.
486
487 2007-07-20 [colin]      2.10.0cvs48
488
489         * src/mainwindow.c
490         * src/messageview.c
491         * src/toolbar.c
492         * src/toolbar.h
493                 Fix random crashes while navigating
494                 (GTK_EVENTS_FLUSH)
495
496 2007-07-19 [colin]      2.10.0cvs47
497
498         * configure.ac
499         * src/main.c
500         * src/prefs_common.c
501         * src/prefs_common.h
502         * src/wizard.c
503         * src/common/defs.h
504         * src/common/utils.c
505                 Maemo: add an easy way to store data (mails
506                 and IMAP/NNTP caches) on one of the SD cards,
507                 and protect against unmounts if needed
508
509 2007-07-19 [paul]       2.10.0cvs46
510
511         * src/Makefile.am
512         * src/stock_pixmap.c
513         * src/gtk/about.c
514         * src/pixmaps/claws-mail_logo-small.xpm
515                 implement a (slightly) different About
516                 dialog for maemo and add a small version
517                 of the logo for it
518         * src/wizard.c
519                 use a scrolled window for wizard page 1
520                 on maemo
521
522 2007-07-19 [paul]       2.10.0cvs45
523
524         * src/Makefile.am
525                 too soon for this line
526
527 2007-07-19 [paul]       2.10.0cvs44
528
529         * src/Makefile.am
530                 fix build on n800
531
532 2007-07-19 [colin]      2.10.0cvs43
533
534         * src/wizard.c
535                 Solve Mail/Mailbox name when specifying
536                 full /path/to/Mail.
537
538 2007-07-18 [colin]      2.10.0cvs42
539
540         * src/inc.c
541         * configure.ac
542                 Fix build on n770
543
544 2007-07-18 [colin]      2.10.0cvs41
545
546         * src/inc.c
547                 Maemo: plug the online/offline system into
548                 maemo's interfaces to have Claws automatically
549                 switch according to the system status
550         * src/statusbar.c
551                 Maemo: use HildonBanners to display status
552                 messages. Renders the main statusbar useless.
553
554 2007-07-18 [paul]       2.10.0cvs40
555
556         * src/filtering.c
557                 fix screen blanking on moving/copying many msgs
558         * src/folder.c
559                 fix processing progressbar and screen blanking
560                 during processing
561
562 2007-07-18 [paul]       2.10.0cvs39
563
564         * src/messageview.c
565                 revert cvs37, breakage on maemo
566
567 2007-07-18 [paul]       2.10.0cvs38
568
569         * src/gtk/gtkutils.c
570                 make sure we can still build with older GTK's
571
572 2007-07-18 [colin]      2.10.0cvs37
573
574         * src/messageview.c
575                 Only hide the small layout's messageview, instead
576                 of destroying it when closing
577         * src/gtk/gtkutils.c
578                 Use gtk_window_present_with_time to popup windows,
579                 it seems to make things better with modern WMs
580                 (actually focusing)
581
582 2007-07-17 [colin]      2.10.0cvs36
583
584         * src/editaddress.c
585                 Simplify layout on Maemo
586         * src/folder.c
587                 Fix possible crash
588         * src/prefs_display_header.c
589                 Remove some headers by default on Maemo
590
591 2007-07-17 [paul]       2.10.0cvs35
592
593         * src/prefs_common.c
594         * src/prefs_common.h
595         * src/prefs_logging.c
596         * src/common/log.c
597                 add options to stop/enable writing logs to disc
598
599 2007-07-17 [paul]       2.10.0cvs34
600
601         * src/edittags.c
602                 fix some issues with the Apply tags window:
603                 - set search column (enables autocompl in the treeview)
604                 - apply tag from "New tag" if it existed
605                 - clears New tag entry when adding it with the button
606                 Thanks to Colin
607
608 2007-07-17 [paul]       2.10.0cvs33
609
610         * src/edittags.c
611                 fix 'apply tags' dialogue weirdness
612
613 2007-07-16 [colin]      2.10.0cvs32
614
615         * src/toolbar.c
616                 Fix double-loading of mails on Maemo
617
618 2007-07-16 [colin]      2.10.0cvs31
619
620         * src/messageview.c
621                 Prevent double-loading of the same part under some
622                 conditions; hide statusbar on Maemo
623
624 2007-07-16 [colin]      2.10.0cvs30
625
626         * src/edittags.c
627         * src/edittags.h
628         * src/mainwindow.c
629         * src/summaryview.c
630                 Improve the tag interface - allow
631                 to set/unset tags from a special
632                 window.
633         * src/gtk/gtkvscrollbutton.c
634         * src/mimeview.c
635         * src/mimeview.h
636         * src/stock_pixmap.c
637                 Fix Mimeview's ugly hacks in the
638                 icon list. 
639
640 2007-07-16 [paul]       2.10.0cvs29
641
642         * src/wizard.c
643                 rework dialog
644         * src/gtk/icon_legend.c
645                 put it all in a scrolled window
646
647 2007-07-15 [colin]      2.10.0cvs28
648
649         * src/mainwindow.c
650                 Maemo: force layout to be Small screen; the
651                 others don't make sense
652
653 2007-07-14 [colin]      2.10.0cvs27
654
655         * src/mimeview.c
656         * src/gtk/gtkvscrollbutton.c
657                 Maemo: Fix mimeview's buttons size
658
659 2007-07-14 [colin]      2.10.0cvs26
660
661         * src/toolbar.c
662                 Fix the button workaround fix.
663                 (Use the correct variable)
664
665 2007-07-14 [colin]      2.10.0cvs25
666
667         * src/mainwindow.c
668         * src/toolbar.c
669                 Maemo: put the progress bar in the
670                 toolbar
671
672 2007-07-14 [colin]      2.10.0cvs24
673
674         * src/prefs_common.c
675                 Maemo: hide statusbar by default
676         * src/Makefile.am
677         * src/stock_pixmap.c
678         * src/stock_pixmap.h
679         * src/toolbar.c
680         * src/pixmaps/go_folders.xpm
681                 Maemo: Add a specific icon to go back to
682                 folder list
683
684 2007-07-14 [colin]      2.10.0cvs23
685
686         * src/toolbar.c
687                 Don't set homogeneous finally
688
689 2007-07-14 [colin]      2.10.0cvs22
690
691         * src/toolbar.c
692                 Fix button show/hide issues
693
694 2007-07-14 [colin]      2.10.0cvs21
695
696         * src/toolbar.c
697                 Fix huge arrows
698                 Fix button workaround to be able to click
699                 if mouse was on button when it went un-
700                 sensitive.
701                 Revert previous commit, gtk_tool_item_set_homogeneous
702                 doesn't mean what it seems to mean ;-)
703
704 2007-07-14 [paul]       2.10.0cvs20
705
706         * src/toolbar.c
707                 make homogeneous FALSE always
708
709 2007-07-13 [colin]      2.10.0cvs19
710
711         * src/toolbar.c
712         * src/toolbar.h
713                 Rework to fit the non-deprecated API
714         * src/compose.c
715         * src/folderview.c
716         * src/mainwindow.c
717         * src/messageview.c
718         * src/summaryview.c
719                 Maemo layout changes. Better toolbars,
720                 removal of CTree headers. 
721
722 2007-07-13 [paul]       2.10.0cvs18
723
724         * src/gtk/colorlabel.c
725                 fix bug 1261, '[DE] coloring messages in overview 
726                 keys are not localised'
727                 the string is now included in claws-mail.pot
728
729 2007-07-13 [colin]      2.10.0cvs17
730
731         * src/summaryview.c
732                 Fix bug 1267, 'printing mutliple messages 
733                 opens one message-dialog after the other'
734                 Ask for confirmation when printing 10
735                 messages or more.
736
737 2007-07-11 [colin]      2.10.0cvs16
738
739         * COPYING
740         * README
741         * autogen.sh
742         * manual/claws-mail-manual.xml
743         * manual/gpl.xml
744         * manual/es/claws-mail-manual.xml
745         * manual/es/gpl.xml
746         * manual/fr/claws-mail-manual.xml
747         * manual/fr/gpl.xml
748         * manual/pl/gpl.xml
749         * src/account.c
750         * src/account.h
751         * src/action.c
752         * src/action.h
753         * src/adbookbase.h
754         * src/addr_compl.c
755         * src/addr_compl.h
756         * src/addrbook.c
757         * src/addrbook.h
758         * src/addrcache.c
759         * src/addrcache.h
760         * src/addrcindex.c
761         * src/addrcindex.h
762         * src/addrclip.c
763         * src/addrclip.h
764         * src/addrdefs.h
765         * src/addressadd.c
766         * src/addressadd.h
767         * src/addressbook.c
768         * src/addressbook.h
769         * src/addressbook_foldersel.c
770         * src/addressbook_foldersel.h
771         * src/addressitem.h
772         * src/addrgather.c
773         * src/addrgather.h
774         * src/addrharvest.c
775         * src/addrharvest.h
776         * src/addrindex.c
777         * src/addrindex.h
778         * src/addritem.c
779         * src/addritem.h
780         * src/addrquery.c
781         * src/addrquery.h
782         * src/addrselect.c
783         * src/addrselect.h
784         * src/alertpanel.c
785         * src/alertpanel.h
786         * src/browseldap.c
787         * src/browseldap.h
788         * src/codeconv.c
789         * src/codeconv.h
790         * src/compose.c
791         * src/compose.h
792         * src/crash.c
793         * src/crash.h
794         * src/customheader.c
795         * src/customheader.h
796         * src/displayheader.c
797         * src/displayheader.h
798         * src/editaddress.c
799         * src/editaddress.h
800         * src/editaddress_other_attributes_ldap.c
801         * src/editaddress_other_attributes_ldap.h
802         * src/editbook.c
803         * src/editbook.h
804         * src/editgroup.c
805         * src/editgroup.h
806         * src/editjpilot.c
807         * src/editjpilot.h
808         * src/editldap.c
809         * src/editldap.h
810         * src/editldap_basedn.c
811         * src/editldap_basedn.h
812         * src/edittags.c
813         * src/edittags.h
814         * src/editvcard.c
815         * src/editvcard.h
816         * src/enriched.c
817         * src/enriched.h
818         * src/exphtmldlg.c
819         * src/exphtmldlg.h
820         * src/expldifdlg.c
821         * src/expldifdlg.h
822         * src/export.c
823         * src/export.h
824         * src/exporthtml.c
825         * src/exporthtml.h
826         * src/exportldif.c
827         * src/exportldif.h
828         * src/filtering.c
829         * src/filtering.h
830         * src/folder.c
831         * src/folder.h
832         * src/folder_item_prefs.c
833         * src/folder_item_prefs.h
834         * src/foldersel.c
835         * src/foldersel.h
836         * src/folderutils.c
837         * src/folderutils.h
838         * src/folderview.c
839         * src/folderview.h
840         * src/gedit-print.c
841         * src/gedit-print.h
842         * src/grouplistdialog.c
843         * src/grouplistdialog.h
844         * src/headerview.c
845         * src/headerview.h
846         * src/html.c
847         * src/html.h
848         * src/image_viewer.c
849         * src/image_viewer.h
850         * src/imap.c
851         * src/imap.h
852         * src/imap_gtk.c
853         * src/imap_gtk.h
854         * src/import.c
855         * src/import.h
856         * src/importldif.c
857         * src/importldif.h
858         * src/importmutt.c
859         * src/importmutt.h
860         * src/importpine.c
861         * src/importpine.h
862         * src/inc.c
863         * src/inc.h
864         * src/jpilot.c
865         * src/jpilot.h
866         * src/ldapctrl.c
867         * src/ldapctrl.h
868         * src/ldaplocate.c
869         * src/ldaplocate.h
870         * src/ldapquery.c
871         * src/ldapquery.h
872         * src/ldapserver.c
873         * src/ldapserver.h
874         * src/ldapupdate.c
875         * src/ldapupdate.h
876         * src/ldaputil.c
877         * src/ldaputil.h
878         * src/ldif.c
879         * src/ldif.h
880         * src/localfolder.c
881         * src/localfolder.h
882         * src/main.c
883         * src/main.h
884         * src/mainwindow.c
885         * src/mainwindow.h
886         * src/manual.c
887         * src/manual.h
888         * src/matcher.c
889         * src/matcher.h
890         * src/matcher_parser.h
891         * src/matcher_parser_lex.l
892         * src/matcher_parser_parse.y
893         * src/mbox.c
894         * src/mbox.h
895         * src/message_search.c
896         * src/message_search.h
897         * src/messageview.c
898         * src/messageview.h
899         * src/mh.c
900         * src/mh.h
901         * src/mh_gtk.c
902         * src/mh_gtk.h
903         * src/mimeview.c
904         * src/mimeview.h
905         * src/msgcache.c
906         * src/msgcache.h
907         * src/mutt.c
908         * src/mutt.h
909         * src/news.c
910         * src/news.h
911         * src/news_gtk.c
912         * src/news_gtk.h
913         * src/noticeview.c
914         * src/noticeview.h
915         * src/partial_download.c
916         * src/partial_download.h
917         * src/pine.c
918         * src/pine.h
919         * src/pop.c
920         * src/pop.h
921         * src/prefs_account.c
922         * src/prefs_account.h
923         * src/prefs_actions.c
924         * src/prefs_actions.h
925         * src/prefs_common.c
926         * src/prefs_common.h
927         * src/prefs_compose_writing.c
928         * src/prefs_compose_writing.h
929         * src/prefs_customheader.c
930         * src/prefs_customheader.h
931         * src/prefs_display_header.c
932         * src/prefs_display_header.h
933         * src/prefs_ext_prog.c
934         * src/prefs_ext_prog.h
935         * src/prefs_filtering.c
936         * src/prefs_filtering.h
937         * src/prefs_filtering_action.c
938         * src/prefs_filtering_action.h
939         * src/prefs_folder_column.c
940         * src/prefs_folder_column.h
941         * src/prefs_folder_item.c
942         * src/prefs_folder_item.h
943         * src/prefs_fonts.c
944         * src/prefs_fonts.h
945         * src/prefs_gtk.c
946         * src/prefs_gtk.h
947         * src/prefs_image_viewer.c
948         * src/prefs_image_viewer.h
949         * src/prefs_logging.c
950         * src/prefs_logging.h
951         * src/prefs_matcher.c
952         * src/prefs_matcher.h
953         * src/prefs_message.c
954         * src/prefs_message.h
955         * src/prefs_msg_colors.c
956         * src/prefs_msg_colors.h
957         * src/prefs_other.c
958         * src/prefs_other.h
959         * src/prefs_quote.c
960         * src/prefs_quote.h
961         * src/prefs_receive.c
962         * src/prefs_receive.h
963         * src/prefs_send.c
964         * src/prefs_send.h
965         * src/prefs_spelling.c
966         * src/prefs_spelling.h
967         * src/prefs_summaries.c
968         * src/prefs_summaries.h
969         * src/prefs_summary_column.c
970         * src/prefs_summary_column.h
971         * src/prefs_summary_open.c
972         * src/prefs_summary_open.h
973         * src/prefs_template.c
974         * src/prefs_template.h
975         * src/prefs_themes.c
976         * src/prefs_themes.h
977         * src/prefs_toolbar.c
978         * src/prefs_toolbar.h
979         * src/prefs_wrapping.c
980         * src/prefs_wrapping.h
981         * src/privacy.c
982         * src/privacy.h
983         * src/procheader.c
984         * src/procheader.h
985         * src/procmime.c
986         * src/procmime.h
987         * src/procmsg.c
988         * src/procmsg.h
989         * src/quote_fmt.c
990         * src/quote_fmt_lex.l
991         * src/quote_fmt_parse.y
992         * src/recv.c
993         * src/recv.h
994         * src/remotefolder.c
995         * src/remotefolder.h
996         * src/send_message.c
997         * src/send_message.h
998         * src/setup.c
999         * src/setup.h
1000         * src/simple-gettext.c
1001         * src/sourcewindow.c
1002         * src/sourcewindow.h
1003         * src/ssl_manager.c
1004         * src/ssl_manager.h
1005         * src/statusbar.c
1006         * src/statusbar.h
1007         * src/stock_pixmap.c
1008         * src/stock_pixmap.h
1009         * src/summary_search.c
1010         * src/summary_search.h
1011         * src/summaryview.c
1012         * src/summaryview.h
1013         * src/textview.c
1014         * src/textview.h
1015         * src/toolbar.c
1016         * src/toolbar.h
1017         * src/undo.c
1018         * src/undo.h
1019         * src/unmime.c
1020         * src/unmime.h
1021         * src/uri_opener.c
1022         * src/uri_opener.h
1023         * src/vcard.c
1024         * src/vcard.h
1025         * src/wizard.c
1026         * src/wizard.h
1027         * src/common/base64.c
1028         * src/common/base64.h
1029         * src/common/claws.c
1030         * src/common/claws.h
1031         * src/common/defs.h
1032         * src/common/fnmatch.c
1033         * src/common/fnmatch.h
1034         * src/common/fnmatch_loop.c
1035         * src/common/hooks.c
1036         * src/common/hooks.h
1037         * src/common/log.c
1038         * src/common/log.h
1039         * src/common/md5.c
1040         * src/common/md5.h
1041         * src/common/mgutils.c
1042         * src/common/mgutils.h
1043         * src/common/nntp.c
1044         * src/common/nntp.h
1045         * src/common/passcrypt.c
1046         * src/common/passcrypt.h.in
1047         * src/common/plugin.c
1048         * src/common/plugin.h
1049         * src/common/prefs.c
1050         * src/common/prefs.h
1051         * src/common/progressindicator.c
1052         * src/common/progressindicator.h
1053         * src/common/quoted-printable.c
1054         * src/common/quoted-printable.h
1055         * src/common/session.c
1056         * src/common/session.h
1057         * src/common/smtp.c
1058         * src/common/smtp.h
1059         * src/common/socket.c
1060         * src/common/socket.h
1061         * src/common/ssl.c
1062         * src/common/ssl.h
1063         * src/common/ssl_certificate.c
1064         * src/common/ssl_certificate.h
1065         * src/common/string_match.c
1066         * src/common/string_match.h
1067         * src/common/stringtable.c
1068         * src/common/stringtable.h
1069         * src/common/tags.c
1070         * src/common/tags.h
1071         * src/common/template.c
1072         * src/common/template.h
1073         * src/common/timing.h
1074         * src/common/utils.c
1075         * src/common/utils.h
1076         * src/common/uuencode.c
1077         * src/common/uuencode.h
1078         * src/common/version.h.in
1079         * src/common/w32_dirent.c
1080         * src/common/w32_reg.c
1081         * src/common/w32_signal.c
1082         * src/common/w32_stat.c
1083         * src/common/w32_stdlib.c
1084         * src/common/w32_string.c
1085         * src/common/w32_time.c
1086         * src/common/w32_unistd.c
1087         * src/common/w32_wait.c
1088         * src/common/w32lib.h
1089         * src/common/xml.c
1090         * src/common/xml.h
1091         * src/common/xmlprops.c
1092         * src/common/xmlprops.h
1093         * src/etpan/etpan-errors.h
1094         * src/etpan/etpan-thread-manager-types.h
1095         * src/etpan/etpan-thread-manager.c
1096         * src/etpan/etpan-thread-manager.h
1097         * src/etpan/imap-thread.c
1098         * src/etpan/imap-thread.h
1099         * src/gtk/about.c
1100         * src/gtk/about.h
1101         * src/gtk/colorlabel.c
1102         * src/gtk/colorlabel.h
1103         * src/gtk/colorsel.c
1104         * src/gtk/colorsel.h
1105         * src/gtk/combobox.c
1106         * src/gtk/combobox.h
1107         * src/gtk/description_window.c
1108         * src/gtk/description_window.h
1109         * src/gtk/filesel.c
1110         * src/gtk/filesel.h
1111         * src/gtk/foldersort.c
1112         * src/gtk/foldersort.h
1113         * src/gtk/gtkaspell.c
1114         * src/gtk/gtkaspell.h
1115         * src/gtk/gtksctree.c
1116         * src/gtk/gtkshruler.c
1117         * src/gtk/gtkshruler.h
1118         * src/gtk/gtksourceprintjob.c
1119         * src/gtk/gtksourceprintjob.h
1120         * src/gtk/gtkutils.c
1121         * src/gtk/gtkutils.h
1122         * src/gtk/gtkvscrollbutton.c
1123         * src/gtk/gtkvscrollbutton.h
1124         * src/gtk/icon_legend.c
1125         * src/gtk/icon_legend.h
1126         * src/gtk/inputdialog.c
1127         * src/gtk/inputdialog.h
1128         * src/gtk/logwindow.c
1129         * src/gtk/logwindow.h
1130         * src/gtk/manage_window.c
1131         * src/gtk/manage_window.h
1132         * src/gtk/menu.c
1133         * src/gtk/menu.h
1134         * src/gtk/pluginwindow.c
1135         * src/gtk/pluginwindow.h
1136         * src/gtk/prefswindow.c
1137         * src/gtk/prefswindow.h
1138         * src/gtk/progressdialog.c
1139         * src/gtk/progressdialog.h
1140         * src/gtk/quicksearch.c
1141         * src/gtk/quicksearch.h
1142         * src/gtk/sslcertwindow.c
1143         * src/gtk/sslcertwindow.h
1144         * src/plugins/bogofilter/bogofilter.c
1145         * src/plugins/bogofilter/bogofilter.h
1146         * src/plugins/bogofilter/bogofilter_gtk.c
1147         * src/plugins/clamav/clamav_plugin.c
1148         * src/plugins/clamav/clamav_plugin.h
1149         * src/plugins/clamav/clamav_plugin_gtk.c
1150         * src/plugins/demo/demo.c
1151         * src/plugins/dillo_viewer/dillo_prefs.c
1152         * src/plugins/dillo_viewer/dillo_prefs.h
1153         * src/plugins/dillo_viewer/dillo_viewer.c
1154         * src/plugins/pgpcore/passphrase.c
1155         * src/plugins/pgpcore/passphrase.h
1156         * src/plugins/pgpcore/pgp_viewer.c
1157         * src/plugins/pgpcore/pgp_viewer.h
1158         * src/plugins/pgpcore/plugin.c
1159         * src/plugins/pgpcore/prefs_gpg.c
1160         * src/plugins/pgpcore/prefs_gpg.h
1161         * src/plugins/pgpcore/select-keys.c
1162         * src/plugins/pgpcore/select-keys.h
1163         * src/plugins/pgpcore/sgpgme.c
1164         * src/plugins/pgpcore/sgpgme.h
1165         * src/plugins/pgpinline/pgpinline.c
1166         * src/plugins/pgpinline/pgpinline.h
1167         * src/plugins/pgpinline/plugin.c
1168         * src/plugins/pgpmime/pgpmime.c
1169         * src/plugins/pgpmime/pgpmime.h
1170         * src/plugins/pgpmime/plugin.c
1171         * src/plugins/spamassassin/spamassassin.c
1172         * src/plugins/spamassassin/spamassassin.h
1173         * src/plugins/spamassassin/spamassassin_gtk.c
1174         * src/plugins/trayicon/trayicon.c
1175         * src/plugins/trayicon/trayicon_prefs.c
1176         * src/plugins/trayicon/trayicon_prefs.h
1177         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1178         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1179         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1180         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1181         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1182         * tools/OOo2claws-mail.pl
1183         * tools/README.sylprint
1184         * tools/acroread2claws-mail.pl
1185         * tools/claws-mail-compose-insert-files.pl
1186         * tools/convert_mbox.pl
1187         * tools/filter_conv.pl
1188         * tools/filter_conv_new.pl
1189         * tools/fix_date.sh
1190         * tools/freshmeat_search.pl
1191         * tools/google_search.pl
1192         * tools/kmail-mailbox2claws-mail.pl
1193         * tools/kmail2claws-mail.pl
1194         * tools/kmail2claws-mail_v2.pl
1195         * tools/mairix.sh
1196         * tools/make.themes.project
1197         * tools/multiwebsearch.pl
1198         * tools/nautilus2claws-mail.sh
1199         * tools/outlook2claws-mail.pl
1200         * tools/textviewer.sh
1201         * tools/thunderbird-filters-convertor.pl
1202         * tools/update-po
1203         * tools/uuooffice
1204         * tools/vcard2xml.py
1205         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1206                 Upgrade to GPLv3 or later.
1207
1208 2007-07-10 [wwp]        2.10.0cvs15
1209
1210         * src/main.c
1211                 Fix re-opening of all composing messages that were
1212                 opened when closing the previous instance, thanks
1213                 to Colin.
1214
1215 2007-07-10 [paul]       2.10.0cvs14
1216
1217         * src/editaddress_other_attributes_ldap.c
1218         * src/ldapupdate.c
1219                 fix crash on selecting 'other attributes' combo
1220                 for either a new entry or an old entry with no
1221                 existing attributes.
1222                 fix bug on editing multiple attributes which
1223                 resulted them all having the value of the last
1224                 one changed.
1225                 Thanks to Colin
1226
1227 2007-07-10 [colin]      2.10.0cvs13
1228
1229         * src/editaddress.c
1230         * src/editaddress_other_attributes_ldap.h
1231         * src/ldapupdate.c
1232                 Fix --disable-ldap build
1233
1234 2007-07-09 [colin]      2.10.0cvs12
1235
1236         * src/Makefile.am
1237         * src/addritem.c
1238         * src/addritem.h
1239         * src/editaddress.c
1240         * src/editaddress_other_attributes_ldap.c
1241         * src/editaddress_other_attributes_ldap.h
1242         * src/editldap.c
1243         * src/ldapctrl.c
1244         * src/ldapctrl.h
1245         * src/ldapupdate.c
1246                 Add capability to edit all inetOrgPerson
1247                 attributes on LDAP. Patch by Michael 
1248                 Rasmussen
1249
1250 2007-07-09 [colin]      2.10.0cvs11
1251
1252         * src/Makefile.am
1253         * src/exporthtml.c
1254         * src/mbox.c
1255         * src/msgcache.c
1256         * src/prefs_summaries.c
1257         * src/prefs_themes.c
1258         * src/procheader.c
1259         * src/common/Makefile.am
1260         * src/common/log.c
1261         * src/common/timing.h
1262         * src/common/utils.c
1263         * src/common/utils.h
1264         * src/common/w32_account.c
1265         * src/common/w32lib.h
1266         * src/gtk/Makefile.am
1267         * src/gtk/colorlabel.c
1268         * src/plugins/pgpcore/Makefile.am
1269         * src/plugins/pgpcore/claws.def
1270         * src/plugins/pgpcore/passphrase.c
1271         * src/plugins/pgpcore/pgp_viewer.c
1272         * src/plugins/pgpcore/plugin.def
1273         * src/plugins/pgpcore/sgpgme.c
1274         * src/plugins/pgpinline/Makefile.am
1275         * src/plugins/pgpinline/claws.def
1276         * src/plugins/pgpinline/mypgpcore.def
1277         * src/plugins/pgpinline/plugin.def
1278         * src/plugins/pgpmime/Makefile.am
1279         * src/plugins/pgpmime/claws.def
1280         * src/plugins/pgpmime/mypgpcore.def
1281         * src/plugins/pgpmime/plugin.def
1282                 Commit win32 patch, from Werner Koch and
1283                 Marcus Brinkmann
1284
1285 2007-07-09 [colin]      2.10.0cvs10
1286
1287         * src/prefs_toolbar.c
1288                 Fix crash when no actions exist
1289
1290 2007-07-07 [paul]       2.10.0cvs9
1291
1292         * COPYING
1293         * manual/claws-mail-manual.xml
1294                 update copyright year
1295         * po/fi.po
1296                 updated by Flammie Pirinen
1297
1298 2007-07-05 [wwp]        2.10.0cvs8
1299
1300         * src/plugins/clamav/clamav_plugin_gtk.c
1301                 Make vertical spacing like in other plugin prefs pages.
1302
1303 2007-07-05 [wwp]        2.10.0cvs7
1304
1305         * src/quote_fmt.c
1306                 It's %am that works, not %ae (this doc incoherence has been
1307                 introduced with 2.9.2cvs13).
1308
1309 2007-07-04 [wwp]        2.10.0cvs6
1310
1311         * src/plugins/bogofilter/bogofilter.c
1312                 Gettext-ize an occurrence of "Any" that wasn't.
1313
1314 2007-07-04 [colin]      2.10.0cvs5
1315
1316         * po/POTFILES.in
1317                 Fix untranslated strings; thanks
1318                 to Pader Rezso.
1319
1320 2007-07-03 [colin]      2.10.0cvs4
1321
1322         * src/folder.c
1323         * src/mainwindow.c
1324                 Fix saving of sort mode for tags and
1325                 thread date. Thanks to Pierre Ossman.
1326                 Completes fix for bug 1233
1327
1328 2007-07-03 [paul]       2.10.0cvs3
1329
1330         * src/compose.c
1331                 fix auto-save
1332         * src/summaryview.c
1333                 fix build warnings
1334         Thanks to Colin
1335
1336 2007-07-02 [colin]      2.10.0cvs2
1337
1338         * src/folder.h
1339         * src/mainwindow.c
1340         * src/procmsg.h
1341         * src/summaryview.c
1342                 Add View/Sort/by Thread date
1343                 Fixes bug 1233, 'Capability to sort 
1344                 threads by most recent message'
1345                 Based on a patch by Paul Rolland
1346
1347 2007-07-02 [colin]      2.10.0cvs1
1348
1349         * src/Makefile.am
1350         * src/compose.c
1351         * src/edittags.c
1352         * src/edittags.h
1353         * src/filtering.c
1354         * src/folder.c
1355         * src/folder.h
1356         * src/headerview.c
1357         * src/headerview.h
1358         * src/main.c
1359         * src/mainwindow.c
1360         * src/mainwindow.h
1361         * src/manual.h
1362         * src/matcher.c
1363         * src/matcher.h
1364         * src/matcher_parser_parse.y
1365         * src/mimeview.c
1366         * src/msgcache.c
1367         * src/msgcache.h
1368         * src/prefs_common.c
1369         * src/prefs_common.h
1370         * src/prefs_filtering_action.c
1371         * src/prefs_matcher.c
1372         * src/prefs_summary_column.c
1373         * src/procmsg.c
1374         * src/procmsg.h
1375         * src/quote_fmt.c
1376         * src/quote_fmt_lex.l
1377         * src/quote_fmt_parse.y
1378         * src/summaryview.c
1379         * src/summaryview.h
1380         * src/textview.c
1381         * src/common/Makefile.am
1382         * src/common/defs.h
1383         * src/common/tags.c
1384         * src/common/tags.h
1385         * src/gtk/quicksearch.c
1386         * src/gtk/quicksearch.h
1387                 Add Tags implementation. Tags are arbitrary labels
1388                 that can be applied to messages. It is possible 
1389                 to create, edit, remove tags; apply them to mails;
1390                 filter on tags or tag presence; apply or unset
1391                 tags via filtering actions; reference tags in
1392                 reply templates.
1393
1394 2007-07-02 [paul]       2.10.0
1395
1396         * NEWS
1397         * README
1398         * RELEASE_NOTES
1399                 2.10.0 released
1400
1401 2007-07-02 [paul]       2.9.2cvs78
1402
1403         * po/de.po
1404         * po/en_GB.po
1405         * po/es.po
1406         * po/fr.po
1407         * po/hu.po
1408         * po/pt_BR.po
1409         * po/ru.po
1410         * po/zh_CN.po
1411                 updated by Stephan Sachse, me, Ricardo Mones
1412                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1413                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1414
1415 2007-07-02 [paul]       2.9.2cvs77
1416
1417         * AUTHORS
1418                 updated
1419
1420 2007-06-29 [wwp]        2.9.2cvs76
1421
1422         * src/gtk/headers.h
1423                 Fix a typo (thanks to Ricardo for finding this out).
1424
1425 2007-06-28 [paul]       2.9.2cvs75
1426
1427         * src/folderview.c
1428                 fix build warnings
1429
1430 2007-06-28 [paul]       2.9.2cvs74
1431
1432         * tools/Makefile.am
1433                 fix bug in the autotools build system.
1434                 Files cataloged under EXTRA_DIST were never
1435                 automatically copied to the build tree.
1436                 (fix 'make distcheck')
1437                 Patch by Michael Rasmussen.
1438
1439 2007-06-24 [colin]      2.9.2cvs73
1440
1441         * src/news_gtk.c
1442                 Fix bug 1249, 'Error handling for 
1443                 news errors needs modification'
1444                 Only popup error if the according
1445                 pref in Prefs/Receive is set.
1446
1447 2007-06-21 [colin]      2.9.2cvs72
1448
1449         * src/common/plugin.c
1450         * src/common/plugin.h
1451                 Change plugin API to know whether it's safe to 
1452                 unload plugins or whether we should just hide
1453                 them. Fixes bug 1248, 'Core dumps after 
1454                 unloading plugin and clicking on load plugins'
1455         * src/plugins/bogofilter/bogofilter.c
1456         * src/plugins/clamav/clamav_plugin.c
1457         * src/plugins/demo/demo.c
1458         * src/plugins/dillo_viewer/dillo_viewer.c
1459         * src/plugins/pgpcore/plugin.c
1460         * src/plugins/pgpinline/plugin.c
1461         * src/plugins/pgpmime/plugin.c
1462         * src/plugins/spamassassin/spamassassin.c
1463         * src/plugins/trayicon/trayicon.c
1464                 Update API
1465
1466 2007-06-19 [colin]      2.9.2cvs71
1467
1468         * src/compose.c
1469         * src/messageview.c
1470                 Fix crash mentioned in bug 1246
1471                 Race condition when automatically drafting
1472                 due to insertion on reedit.
1473
1474 2007-06-18 [wwp]        2.9.2cvs70
1475
1476         * src/importldif.c
1477                 LDIF import: use a "Proceed" button to complete
1478                 the process.
1479
1480 2007-06-18 [paul]       2.9.2cvs69
1481
1482         * configure.ac
1483                 use pkgconfig to check for gtk and glib
1484
1485 2007-06-17 [wwp]        2.9.2cvs68
1486
1487         * src/ldif.c
1488         * src/importldif.c
1489                 LDIF import: better error handling, minor code
1490                 and UI cleanup, and renamed the Save button
1491                 to Close, as imported stuff is already saved
1492                 when the Save button is shown.
1493
1494 2007-06-17 [colin]      2.9.2cvs67
1495
1496         * src/prefs_summaries.c
1497         * src/procmsg.c
1498                 Don't set as read when forwarded, only replied to
1499
1500 2007-06-17 [paul]       2.9.2cvs66
1501
1502         * src/alertpanel.c
1503                 add missing #include
1504
1505 2007-06-16 [colin]      2.9.2cvs65
1506
1507         * src/prefs_summaries.c
1508         * src/procmsg.c
1509                 Change the pref "Only mark as read when opened
1510                 in new window" to "..., replied to or forwarded".
1511                 Based on a patch by Paul Rolland.
1512
1513 2007-06-16 [paul]       2.9.2cvs64
1514
1515         * src/gtk/authors.h
1516                 alphabetical order! :)
1517
1518 2007-06-16 [colin]      2.9.2cvs63
1519
1520         * AUTHORS
1521         * src/gtk/authors.h
1522                 Add Michael Rasmussen in authors list
1523
1524 2007-06-16 [colin]      2.9.2cvs62
1525
1526         * src/messageview.c
1527                 Fix messageview_copy_clipboard to take advantage
1528                 of plugins' get_selection.
1529
1530 2007-06-15 [colin]      2.9.2cvs61
1531
1532         * src/action.c
1533         * src/addr_compl.c
1534         * src/addressbook.c
1535         * src/folderview.c
1536         * src/message_search.c
1537         * src/mimeview.c
1538         * src/summary_search.c
1539         * src/summaryview.c
1540         * src/textview.c
1541                 Allow GDK_KP_Enter to do the same as GDK_Return
1542                 Patch by Michael Rasmussen
1543
1544 2007-06-15 [paul]       2.9.2cvs60
1545
1546         * src/compose.c
1547                 fix bug when closing a compose window
1548                 during autosave
1549
1550 2007-06-14 [paul]       2.9.2cvs59
1551
1552         * src/main.c
1553         * src/common/defs.h
1554                 migrate sylpheed config
1555
1556 2007-06-14 [wwp]        2.9.2cvs58
1557
1558         * src/gtk/pluginwindow.c
1559                 Yet another attempt to fix sizing/alignment of the
1560                 button bar in plugins window.
1561
1562 2007-06-12 [colin]      2.9.2cvs57
1563
1564         * po/POTFILES.in
1565         * src/Makefile.am
1566         * src/folderview.c
1567         * src/prefs_common.c
1568         * src/prefs_common.h
1569         * src/prefs_summaries.c
1570         * src/prefs_summary_open.c
1571         * src/prefs_summary_open.h
1572         * src/summaryview.c
1573                 Make "when entering a folder" actions more personalisable
1574
1575 2007-06-12 [wwp]        2.9.2cvs56
1576
1577         * tools/README
1578                 Use short description from Paul (mairix.sh).
1579
1580 2007-06-12 [wwp]        2.9.2cvs55
1581
1582         * tools/README
1583                 Updated info about mairix.sh.
1584
1585 2007-06-11 [paul]       2.9.2cvs54
1586
1587         * src/prefs_logging.c
1588                 rework log window length widgets
1589                 and some sensitivity fixes
1590
1591 2007-06-11 [paul]       2.9.2cvs53
1592
1593         * src/mainwindow.c
1594         * src/prefs_logging.c
1595                 rename 'Protocol Log' to 'Network Log'
1596                 and some function renaming
1597
1598 2007-06-10 [wwp]        2.9.2cvs52
1599
1600         * src/gtk/pluginwindow.c
1601                 Revert 2.9.2cvs51.
1602
1603 2007-06-10 [wwp]        2.9.2cvs51
1604
1605         * src/gtk/pluginwindow.c
1606                 Fix button bar in plugin window, was centered and not
1607                 behaving like other dialogs w/ such button bar.
1608
1609 2007-06-08 [wwp]        2.9.2cvs50
1610
1611         * src/compose.c
1612         * src/compose.h
1613         * src/main.c
1614         * src/mainwindow.c
1615         * src/mainwindow.h
1616                 Provide a way out of automatic draft saving on IMAP, when
1617                 exiting offline.
1618                 Prevent drafting while sending and quitting while sending.
1619                 Thanks for Colin.
1620
1621
1622
1623 2007-06-08 [wwp]        2.9.2cvs49
1624
1625         * src/prefs_account.c
1626         * src/gtk/prefswindow.c
1627         * src/gtk/prefswindow.h
1628                 Activate the Basic page when opening account prefs.
1629
1630 2007-06-08 [wwp]        2.9.2cvs48
1631
1632         * src/common/socket.c
1633                 Don't crash if fork() fails, thanks to Colin.
1634
1635 2007-06-08 [wwp]        2.9.2cvs47
1636
1637         * src/gtk/prefswindow.c
1638                 Wrap some long lines, and reset horizontal scroller's adjusment
1639                 (this was already done, vertically), when changing tab (not page)
1640                 in prefs windows.
1641
1642 2007-06-08 [paul]       2.9.2cvs46
1643
1644         * src/common/utils.c
1645                 use gethostname() instead of uname()
1646                 based on a patch by Michael Hughes
1647                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1648
1649 2007-06-07 [wwp]        2.9.2cvs45
1650
1651         * src/prefs_common.c
1652                 Fix some useless warnings, thanks to Colin.
1653
1654 2007-06-06 [colin]      2.9.2cvs44
1655
1656         * src/ldapupdate.c
1657                 Fix strange allocations. 
1658
1659 2007-06-06 [colin]      2.9.2cvs43
1660
1661         * src/ldapupdate.c
1662                 Patch by Michael Rasmussus to help
1663                 bug 1232
1664
1665 2007-06-05 [wwp]        2.9.2cvs42
1666
1667         * src/prefs_account.c
1668         * src/prefs_folder_item.c
1669         * src/prefs_quote.c
1670         * src/quote_fmt.c
1671         * src/quote_fmt.h
1672                 Per-folder templates can now be applied recursively.
1673                 Always save per-folder templates (formats were erroneously
1674                 saved only if they were enabled).
1675                 Check for validity of quotation marks everywhere there
1676                 are defined.
1677
1678 2007-06-05 [wwp]        2.9.2cvs41
1679
1680         * src/inc.c
1681                 Fix incoming messages from local accounts always getting filtered
1682                 (even if the account prefs say don't), thanks to Colin.
1683
1684 2007-06-05 [wwp]        2.9.2cvs40
1685
1686         * src/compose.c
1687         * src/compose.h
1688                 Use per-folder/per-account quote chars when applying a
1689                 template or inserting text as well. Const'ify some
1690                 vars more.
1691
1692 2007-06-04 [colin]      2.9.2cvs39
1693
1694         * src/compose.c
1695                 More work for wwp :)
1696
1697 2007-06-04 [wwp]        2.9.2cvs38
1698
1699         * src/compose.c
1700                 Same as 2.9.2cvs36 but for forwarding.
1701
1702 2007-06-04 [colin]      2.9.2cvs37
1703
1704         * src/compose.c
1705                 Use original mail file for forward/redirect
1706                 Fixes some forwarded mails to be attached as
1707                 application/octet-stream (when they have binary
1708                 parts), and incidentally fixes bug 848
1709                 'Redirect breaks GnuPG'
1710
1711 2007-06-04 [wwp]        2.9.2cvs36
1712
1713         * src/compose.c
1714                 Fix quote mark mis-initialisation when replying/forwarding
1715                 (introduced w/ 2.9.2cvs20).
1716
1717 2007-06-04 [wwp]        2.9.2cvs35
1718
1719         * src/prefs_compose_writing.c
1720         * src/prefs_quote.c
1721                 Fix a bug where Quotation characters (prefs/compose/writing)
1722                 was cleared (introduced w/ 2.9.2cvs26).
1723
1724 2007-06-04 [wwp]        2.9.2cvs34
1725
1726         * src/prefs_account.c
1727         * src/prefs_account.h
1728                 Better fix for compiling w/o aspell (rollbacks
1729                 2.9.2cvs31).
1730
1731 2007-06-04 [wwp]        2.9.2cvs33
1732
1733         * src/account.c
1734         * src/prefs_account.c
1735         * src/prefs_account.h
1736         * src/procmsg.c
1737                 It's now possible to disable mail filtering plugins
1738                 on a per-account basis.
1739
1740 2007-06-04 [wwp]        2.9.2cvs32
1741
1742         * src/procheader.c
1743         * src/common/utils.c
1744         * src/common/utils.h
1745                 Support CRLF in headers part of messages.
1746                 Support few more date formats (RFC3339 subsets).
1747
1748 2007-06-04 [wwp]        2.9.2cvs31
1749
1750         * src/prefs_account.c
1751                 Fix compiling w/o aspell support.
1752
1753 2007-06-03 [wwp]        2.9.2cvs30
1754
1755         * src/prefs_gtk.c
1756                 Don't decode leading ENV_ and ~ in P_PASSWORD
1757                 values.
1758
1759 2007-06-03 [wwp]        2.9.2cvs29
1760
1761         * src/prefs_gtk.c
1762                 Don't decode leading ENV_ and ~ in P_PASSWORD
1763                 values.
1764
1765 2007-06-03 [wwp]        2.9.2cvs28
1766
1767         * src/prefs_account.c
1768         * src/gtk/prefswindow.c
1769         * src/gtk/prefswindow.h
1770                 Added a way to force preloading of all pages
1771                 (prefswindow).
1772                 Moved tabs to pages in account prefs.
1773
1774 2007-06-02 [colin]      2.9.2cvs27
1775
1776         * src/addressbook.c
1777                 Fix possible crash, fix ldap write bugs
1778         * src/ldapupdate.c
1779                 Fix ldap write bugs - patch by Michael
1780                 Rasmussen
1781         * src/alertpanel.c
1782         * src/alertpanel.h
1783                 Add a hook whenever alertpanel opens/closes
1784
1785 2007-05-31 [wwp]        2.9.2cvs26
1786
1787         * src/prefs_compose_writing.c
1788         * src/prefs_quote.c
1789                 Re-organized writing options a bit:
1790                  - renamed the Quoting page to Templates
1791                  - moved all composing templates to that page
1792                  - moved non-templates options to the Writing one,
1793                    grouped reply-related options, reordered reply and
1794                    forward options.
1795
1796 2007-05-31 [wwp]        2.9.2cvs25
1797
1798         * src/compose.c
1799                 Removed unused code.
1800
1801 2007-05-31 [colin]      2.9.2cvs24
1802
1803         * src/addressbook.c
1804                 Fix missing display name when modifying
1805                 LDAP. Patch by Michael Rasmussen
1806
1807 2007-05-31 [wwp]        2.9.2cvs23
1808
1809         * src/plugins/bogofilter/Makefile.am
1810         * src/plugins/clamav/Makefile.am
1811         * src/plugins/demo/Makefile.am
1812         * src/plugins/dillo_viewer/Makefile.am
1813         * src/plugins/spamassassin/Makefile.am
1814                 Fix building of those plugins in Mac OS X.
1815
1816 2007-05-30 [wwp]        2.9.2cvs22
1817
1818         * src/gtk/quicksearch.c
1819                 Fix missing initialization.
1820
1821 2007-05-30 [wwp]        2.9.2cvs21
1822
1823         * src/procheader.c
1824                 Revert accidental commit (debug outputs).
1825
1826 2007-05-30 [wwp]        2.9.2cvs20
1827
1828         * src/compose.c
1829         * src/folder_item_prefs.c
1830         * src/folder_item_prefs.h
1831         * src/prefs_account.c
1832         * src/prefs_account.h
1833         * src/prefs_folder_item.c
1834         * src/prefs_gtk.c
1835         * src/prefs_gtk.h
1836                 Implemented per-account and per-folder
1837                 compose/reply/forward formats.
1838
1839 2007-05-30 [wwp]        2.9.2cvs19
1840
1841         * src/prefs_compose_writing.c
1842         * src/prefs_quote.c
1843         * src/procheader.c
1844         * src/quote_fmt.c
1845         * src/quote_fmt.h
1846                 Internal API changes (factorize quote format
1847                 prefs and checks).
1848
1849 2007-05-30 [colin]      2.9.2cvs18
1850
1851         * src/compose.c
1852                 Fix race where it's possible to re-click Send
1853                 between end of SMTP session and end of "move to
1854                 sent folder" when sending an email with send
1855                 dialog enabled.
1856
1857 2007-05-30 [colin]      2.9.2cvs17
1858
1859         * src/crash.c
1860                 Ask for backtrace on all threads. Patch by
1861                 Pawel
1862         * src/folderview.c
1863                 Fix stale news statusbar when scanning fails.
1864                 Patch by Pawel
1865         * src/ldapupdate.c
1866                 Fix some LDAP write updates bugs. Patch
1867                 by Michael Rasmussen
1868
1869 2007-05-29 [colin]      2.9.2cvs16
1870
1871         * src/imap.c
1872                 Fix loss of local flags when moving mails
1873                 on IMAP in high-bandwidth mode (UID FETCH)
1874
1875 2007-05-25 [paul]       2.9.2cvs15
1876
1877         * src/common/socket.c
1878                 fix sometimes crasher on cancelling
1879                 message sending
1880
1881 2007-05-25 [colin]      2.9.2cvs14
1882
1883         * src/imap.c
1884                 Fix a memory leak
1885         * src/imap_gtk.c
1886                 Be more helpful in the subscription
1887                 message
1888
1889 2007-05-23 [wwp]        2.9.2cvs13
1890
1891         * src/compose.c
1892         * src/prefs_compose_writing.c
1893         * src/prefs_quote.c
1894         * src/prefs_template.c
1895         * src/prefs_template.h
1896         * src/quote_fmt.c
1897         * src/quote_fmt.h
1898         * src/quote_fmt_lex.l
1899         * src/quote_fmt_parse.y
1900                 Introduced new syntax elements (symbols and commands)
1901                 in templates/quote_fmt. Compatibility w/ old
1902                 symbols is kept.
1903                 Updated and reworked the corresponding Information
1904                 dialog.
1905                 Display the line number in dialogs that talk about
1906                 parser errors (in addition to the error message in
1907                 output).
1908
1909 2007-05-23 [wwp]        2.9.2cvs12
1910
1911         * src/quote_fmt_parse.y
1912                 Fix 2.9.2cvs11, probably a paste accident ;).
1913
1914 2007-05-23 [wwp]        2.9.2cvs11
1915
1916         * src/compose.c
1917         * src/prefs_template.c
1918         * src/quote_fmt.h
1919         * src/quote_fmt_parse.y
1920                 Fix 2.9.2cvs10, which broke --disable-aspell.
1921
1922 2007-05-22 [wwp]        2.9.2cvs10
1923
1924         * src/compose.c
1925         * src/prefs_template.c
1926         * src/quote_fmt.c
1927         * src/quote_fmt.h
1928         * src/quote_fmt_lex.l
1929         * src/quote_fmt_parse.y
1930         * src/gtk/gtkaspell.c
1931         * src/gtk/gtkaspell.h
1932                 Added template/quote format syntactical elements
1933                 to show and query:
1934                         - current dictionary
1935                           %T to show (shows empty if not set or not enabled),
1936                           ?T and !T to check if the default dictionary is
1937                           enabled and set
1938                         - current account's default dictionary
1939                           %aT to show (empty if not set or not enabled),
1940                           ?aT and !aT to check if it's enabled and set
1941                         - name completion for an address, from the address
1942                           book
1943                           %ABf, %ABt, %ABc respectively show the full name got
1944                           from the address book if From, To or Cc match a single
1945                           contact.
1946                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
1947                           matches any contact and if the full name is non-empty.
1948                           If From, To or Cc are lists of email addresses, only
1949                           the first address will be checked.
1950                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
1951                 that could show a trailing ','.
1952                 Also, template/quote_fmt parser now shows the line number in case
1953                 of parser error.
1954
1955 2007-05-15 [colin]      2.9.2cvs9
1956
1957         * src/main.c
1958         * src/main.h
1959                 Add a public function to know whether Claws
1960                 crashed last time
1961                 Store opened folder when exiting
1962         * src/folder.c
1963         * src/folder.h
1964                 Store last opened message in each FolderItem;
1965                 Reset last seen messages if Claws crashed, so 
1966                 that one can't go in an infinite crash in case 
1967                 a particular mail crashes Claws.
1968         * src/messageview.c
1969         * src/prefs_common.c
1970         * src/prefs_common.h
1971         * src/summaryview.c
1972         * src/prefs_summaries.c
1973                 Add "Select last opened message" when entering
1974                 a folder
1975                 Add "Select last opened folder" at startup.
1976
1977 2007-05-14 [colin]      2.9.2cvs8
1978
1979         * manual/xml2pdf
1980                 Fix bashism, search for xml catalog 
1981                 in /usr/local/share/xml/catalog too
1982                 Patch by Pawel
1983
1984 2007-05-13 [wwp]        2.9.2cvs7
1985
1986         * src/gtk/logwindow.c
1987                 fix raising log windows when they are either minimized or
1988                 in background.
1989
1990 2007-05-11 [colin]      2.9.2cvs6
1991
1992         * src/gtk/filesel.c
1993                 Use Hildon's file chooser on Maemo. Patch
1994                 by Jean-Luc Biord; fixes part 2 of bug 1201,
1995                 'File attachment "manipulation" bugs...'
1996
1997 2007-05-10 [wwp]        2.9.2cvs5
1998
1999         * src/prefs_common.c
2000         * src/prefs_common.h
2001         * src/gtk/quicksearch.c
2002                 Add a quicksearch option to automatically run
2003                 a search selected from the history (this option
2004                 is exclusive towards type-ahead).
2005
2006 2007-05-10 [colin]      2.9.2cvs4
2007
2008         * src/imap.c
2009                 Fix g_warnings, thanks to Brian
2010                 Morrison
2011
2012 2007-05-09 [colin]      2.9.2cvs3
2013
2014         * src/crash.c
2015         * src/exporthtml.c
2016         * src/mbox.c
2017         * src/prefs_summaries.c
2018         * src/procheader.c
2019         * src/common/log.c
2020         * src/common/utils.c
2021         * src/gtk/gtksourceprintjob.c
2022         * src/gtk/sslcertwindow.c
2023                 Use the re-entrant variant of time functions
2024                 Probably fixes bug 1217, 'reentrancy problems 
2025                 with time functions'
2026
2027 2007-05-09 [colin]      2.9.2cvs2
2028
2029         * src/imap.c
2030                 Fix crasher when reconnection fails
2031
2032 2007-05-08 [paul]       2.9.2cvs1
2033
2034         * NEWS
2035         * README
2036         * RELEASE_NOTES
2037         * configure.ac
2038                 bump version number following
2039                 stable release
2040
2041 2007-05-08 [paul]       2.9.1cvs48
2042
2043         * src/plugins/demo/demo.c
2044         * src/plugins/dillo_viewer/dillo_prefs.c
2045         * src/plugins/dillo_viewer/dillo_prefs.h
2046         * src/plugins/dillo_viewer/dillo_viewer.c
2047         * src/plugins/pgpcore/pgp_viewer.c
2048         * src/plugins/pgpcore/pgp_viewer.h
2049         * src/plugins/pgpcore/plugin.c
2050         * src/plugins/pgpcore/prefs_gpg.c
2051         * src/plugins/pgpcore/prefs_gpg.h
2052         * src/plugins/pgpcore/sgpgme.c
2053         * src/plugins/pgpcore/sgpgme.h
2054         * src/plugins/pgpinline/plugin.c
2055         * src/plugins/pgpmime/pgpmime.c
2056         * src/plugins/pgpmime/pgpmime.h
2057         * src/plugins/pgpmime/plugin.c
2058         * src/plugins/spamassassin/spamassassin.c
2059         * src/plugins/spamassassin/spamassassin.h
2060         * src/plugins/spamassassin/spamassassin_gtk.c
2061         * src/plugins/trayicon/README
2062         * tools/README
2063         * tools/README.sylprint
2064         * tools/outlook2claws-mail.pl
2065         * tools/sylprint.pl
2066         * tools/tb2claws-mail
2067         * tools/tbird2claws.py
2068         * tools/update-po
2069         * tools/vcard2xml.py
2070         * tools/kdeservicemenu/README
2071                 cleanups and corrections
2072
2073 2007-05-06 [wwp]        2.9.1cvs47
2074
2075         * tools/uudec
2076                 Fix missing dash to `display` command-line, reported
2077                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2078
2079 2007-05-06 [colin]      2.9.1cvs46
2080
2081         * src/Makefile.am
2082         * src/stock_pixmap.c
2083         * src/stock_pixmap.h
2084         * src/pixmaps/printer.xpm
2085                 Add a printer icon
2086
2087 2007-05-06 [paul]       2.9.1cvs45
2088
2089         * src/compose.c
2090         * src/ldapquery.c
2091         * src/privacy.h
2092         * src/summary_search.c
2093         * src/summaryview.c
2094                 fix build warnings
2095
2096 2007-05-05 [wwp]        2.9.1cvs44
2097
2098         * src/messageview.c
2099         * src/mh.c
2100         * src/prefs_actions.c
2101         * src/prefs_gtk.c
2102         * src/summaryview.c
2103         * src/common/xml.c
2104                 Fix "faild" typos everywhere and capitalization of
2105                 some g_warnings.
2106
2107 2007-05-04 [colin]      2.9.1cvs43
2108
2109         * src/compose.c
2110         * src/privacy.c
2111         * src/privacy.h
2112         * src/plugins/pgpcore/prefs_gpg.c
2113         * src/plugins/pgpcore/prefs_gpg.h
2114         * src/plugins/pgpinline/pgpinline.c
2115         * src/plugins/pgpmime/pgpmime.c
2116                 Add an API to warn about encryption limits,
2117                 and allow to disable these warnings
2118
2119 2007-05-03 [colin]      2.9.1cvs42
2120
2121         * src/summaryview.c
2122         * src/mainwindow.c
2123                 Fix bug 1213, 'Delete more than 
2124                 one thread at once'
2125
2126 2007-05-03 [wwp]        2.9.1cvs41
2127
2128         * src/prefs_common.c
2129         * src/prefs_filtering.c
2130         * src/prefs_template.c
2131         * src/common/template.c
2132         * src/common/template.h
2133         * src/gtk/gtkutils.c
2134         * src/gtk/gtkutils.h
2135                 Templates are no longer automatically sorted
2136                 by name, but can be sorted manually using
2137                 |< < > >| buttons as well as drag'n'drop.
2138
2139 2007-05-03 [wwp]        2.9.1cvs40
2140
2141         * src/plugins/spamassassin/spamassassin.c
2142         * src/plugins/spamassassin/spamassassin.h
2143         * src/plugins/spamassassin/spamassassin_gtk.c
2144         * src/plugins/bogofilter/bogofilter.c
2145         * src/plugins/bogofilter/bogofilter.h
2146         * src/plugins/bogofilter/bogofilter_gtk.c
2147                 Added an option to conditionally mark saved spam
2148                 as read (default is and was to do so).
2149                 Satisfies feature request 1708539 on sf.net tracker.
2150
2151 2007-05-03 [colin]      2.9.1cvs39
2152
2153         * src/inc.c
2154                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2155
2156 2007-05-02 [colin]      2.9.1cvs38
2157
2158         * src/textview.c
2159                 Fix bug 1209, 'Clicking on address 
2160                 in header (mailto uri) selects 
2161                 default account'. Patch adapted from
2162                 G.P. Halkes' patch.
2163
2164 2007-05-02 [colin]      2.9.1cvs37
2165
2166         * src/grouplistdialog.c
2167                 Set cursor to wait cursor while loading
2168                 groups.
2169
2170 2007-05-02 [paul]       2.9.1cvs36
2171
2172         * src/folder.c
2173         * src/common/defs.h
2174                 rename cache and mark files
2175                 (data is preserved)
2176
2177 2007-04-30 [paul]       2.9.1cvs35
2178
2179         * manual/glossary.xml
2180         * manual/plugins.xml
2181                 updates. Patch by Ricardo
2182
2183 2007-04-29 [wwp]        2.9.1cvs34
2184
2185         * src/mainwindow.c
2186         * configure.ac
2187                 Fix few grammatical errors (patch by David Relson < relson at
2188                 osagesoftware dot com >).
2189
2190 2007-04-28 [colin]      2.9.1cvs33
2191
2192         * src/account.c
2193         * src/pop.c
2194         * src/prefs_account.c
2195         * src/prefs_account.h
2196                 Drop the "Download all" preference. It's
2197                 stupidly useless and confuses people from
2198                 time to time.
2199
2200 2007-04-27 [wwp]        2.9.1cvs32
2201
2202         * src/account.c
2203         * src/prefs_account.c
2204         * src/prefs_account.h
2205                 Don't reflect accounts changes to the mainwindow when it's
2206                 not necessary.
2207
2208 2007-04-27 [colin]      2.9.1cvs31
2209
2210         * src/folder.c
2211                 Freeze/thaw when sync'ing flags
2212         * src/imap.c
2213         * src/prefs_account.c
2214         * src/prefs_account.h
2215         * src/etpan/imap-thread.c
2216         * src/etpan/imap-thread.h
2217                 Add a way to use UID FETCH instead
2218                 of searches to fetch message lists
2219                 and flags. More expensive towards
2220                 bandwidth, less expensive towards
2221                 server's CPU. Probably fixes 
2222                 bug 1158, 'Scanning new folders on 
2223                 Exchange 2007 extremely slow'.
2224                 Patch 95% by Hoa.
2225
2226 2007-04-27 [paul]       2.9.1cvs30
2227
2228         * src/mainwindow.c
2229         * src/prefs_logging.c
2230                 improvements to english usage
2231
2232 2007-04-27 [colin]      2.9.1cvs29
2233
2234         * src/imap.c
2235                 Fix build without libetpan (my bad!)
2236
2237 2007-04-26 [colin]      2.9.1cvs28
2238
2239         * src/imap.c
2240         * src/imap.h
2241                 Fix uselessly exported function
2242         * src/textview.c
2243                 Consider "- -- \n" as signature separator
2244                 (that's what signature separators look like
2245                  in PGP/Inline signed mails)
2246
2247 2007-04-26 [colin]      2.9.1cvs27
2248
2249         * configure.ac
2250                 libetpan-0.49 is now required
2251         * src/procmime.c
2252                 Fix double fetching of mails if
2253                 first try failed
2254         * src/imap.c
2255                 Make offline sync faster, by
2256                 remembering last change time, and
2257                 last sync time.
2258
2259 2007-04-26 [hoa]        2.9.1cvs26
2260
2261         * src/imap.c
2262         * src/imap.h
2263         * src/mainwindow.c
2264         * src/toolbar.c
2265         * src/etpan/imap-thread.c
2266         * src/etpan/imap-thread.h
2267                 cancellation of IMAP operations is now allowed.
2268                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2269
2270 2007-04-26 [colin]      2.9.1cvs25
2271
2272         * src/folder.c
2273                 Always fetch body+headers in folders that are
2274                 synched for offline use, if "Synchronise as
2275                 soon as possible" is set.
2276                 Fixes bug 1200, 'Add option to always retrieve full 
2277                 messages'
2278
2279 2007-04-25 [colin]      2.9.1cvs24
2280
2281         * src/compose.c
2282                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2283                 persists...'
2284
2285 2007-04-24 [colin]      2.9.1cvs23
2286
2287         * src/folderview.c
2288                 Fix bug 1195, 'Hardware key navigation' 
2289                 Make GDK_Enter toggle expansion (Maemo)
2290
2291 2007-04-24 [wwp]        2.9.1cvs22
2292
2293         * src/compose.c
2294                 Fix few compiler warnings.
2295
2296 2007-04-24 [paul]       2.9.1cvs21
2297
2298         * src/Makefile.am
2299         * src/stock_pixmap.c
2300         * src/stock_pixmap.h
2301                 complete last commit
2302
2303 2007-04-24 [paul]       2.9.1cvs20
2304
2305         * src/gtk/about.c
2306         * src/pixmaps/active.xpm
2307         * src/pixmaps/checkbox_off.xpm
2308         * src/pixmaps/checkbox_on.xpm
2309         * src/pixmaps/inactive.xpm
2310                 kick out the blobs
2311                 remove transparent border from checkbox icons
2312
2313 2007-04-24 [wwp]        2.9.1cvs19
2314
2315         * src/textview.c
2316         * src/textview.h
2317                 Fix a crash in textview, thanks to Colin.
2318
2319 2007-04-23 [wwp]        2.9.1cvs18
2320
2321         * src/prefs_common.c
2322                 Fix 2.9.1cvs5: no header was being translated at all.
2323
2324 2007-04-23 [colin]      2.9.1cvs17
2325
2326         * src/Makefile.am
2327         * src/stock_pixmap.c
2328         * src/stock_pixmap.h
2329         * src/summaryview.c
2330         * src/summaryview.h
2331         * src/gtk/gtksctree.c
2332         * src/gtk/gtksctree.h
2333         * src/pixmaps/selection.xpm
2334                 Fix bug 1193, 'Need a way to multi-select
2335                 items'. Add a toggle button to the summaryview
2336                 to switch between normal and multiple selection
2337                 (Maemo)
2338
2339 2007-04-23 [colin]      2.9.1cvs16
2340
2341         * src/Makefile.am
2342         * src/stock_pixmap.c
2343         * src/stock_pixmap.h
2344         * src/summaryview.c
2345         * src/summaryview.h
2346         * src/gtk/gtksctree.c
2347         * src/gtk/gtksctree.h
2348         * src/pixmaps/selection.xpm
2349                 Fix bug 1193, 'Need a way to multi-
2350                 select items'
2351                 Add a toggle button in the summaryview
2352                 to enable normal or multiple selection.
2353                 (Maemo)
2354
2355 2007-04-23 [colin]      2.9.1cvs15
2356
2357         * src/compose.c
2358                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2359
2360 2007-04-21 [colin]      2.9.1cvs14
2361
2362         * src/gtk/quicksearch.c
2363                 Fix previous commit (actually use correct
2364                 parameter)
2365
2366 2007-04-21 [colin]      2.9.1cvs13
2367
2368         * src/gtk/quicksearch.c
2369                 Fix changing quicksearch type (after Esc,
2370                 after changing Recursive, ...)
2371
2372 2007-04-20 [wwp]        2.9.1cvs12
2373
2374         * src/gtk/Makefile.am
2375                 Added headers.h (completes 2.9.1cvs5).
2376
2377 2007-04-20 [wwp]        2.9.1cvs11
2378
2379         * src/addressbook.c
2380                 Fix the use of display name in name column,
2381                 it has been overriden w/ the use of nickname
2382                 by 2.9.0cvs3. Now nickname is used (if any)
2383                 in case of LDAP books only.
2384
2385 2007-04-20 [colin]      2.9.1cvs10
2386
2387         * src/mimeview.c
2388         * src/summaryview.c
2389         * src/textview.c
2390                 Add handling of 'a' to loop in a mail's
2391                 mimeparts
2392
2393 2007-04-20 [colin]      2.9.1cvs9
2394
2395         * src/toolbar.c
2396                 Fix bug 1190, 'dir_open' button doesn't work'
2397                 (Maemo)
2398
2399 2007-04-20 [colin]      2.9.1cvs8
2400
2401         * src/folderview.c
2402         * src/mainwindow.c
2403                 Fix bug 1194, 'Hardware keys move from email 
2404                 list to account/directory list, but not back 
2405                 to email list...' (Maemo)
2406
2407 2007-04-20 [colin]      2.9.1cvs7
2408
2409         * src/compose.h
2410                 complete previous commit
2411
2412 2007-04-20 [colin]      2.9.1cvs6
2413
2414         * src/compose.c
2415                 Fix bug 1187, 'Reply-to addressee disappears 
2416                 when reply-to text box is clicked...' (Maemo)
2417
2418 2007-04-20 [wwp]        2.9.1cvs5
2419
2420         * po/POTFILES.in
2421         * src/addressbook.c
2422         * src/compose.c
2423         * src/filtering.c
2424         * src/headerview.c
2425         * src/matcher.c
2426         * src/prefs_common.c
2427         * src/prefs_common.h
2428         * src/prefs_display_header.c
2429         * src/prefs_matcher.c
2430         * src/summaryview.c
2431         * src/gtk/headers.h
2432         * src/gtk/quicksearch.c
2433                 Translate more header names according to the relevant option value,
2434                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2435                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2436                 to prefs_common_translated_header_name().
2437                 Added a headers.h reference file that contains known header names
2438                 (RFC2822 and others) to the translation process' input, so that
2439                 translated header names will still exist even if no occurrence of
2440                 _("headername") is found anymore in the sources.
2441                 Don't translate column name 'Number' following to trans_hdr option
2442                 value as it's not a header name.
2443
2444 2007-04-20 [colin]      2.9.1cvs4
2445
2446         * src/gtk/quicksearch.c
2447         * src/gtk/quicksearch.h
2448                 Add "From, To or Subject" quicksearch
2449                 type. Patch by ulfschaper@users.sf.net
2450
2451 2007-04-20 [colin]      2.9.1cvs3
2452
2453         * src/matcher.c
2454                 Implement proper references filtering condition.
2455                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2456
2457 2007-04-19 [wwp]        2.9.1cvs2
2458
2459         * src/prefs_display_header.c
2460         * src/message_search.c
2461                 Fix few warnings (g_free of const gchar*).
2462
2463 2007-04-19 [paul]       2.9.1cvs1
2464
2465         * NEWS
2466         * README
2467         * RELEASE_NOTES
2468         * configure.ac
2469                 bump version number following
2470                 stable release
2471
2472 2007-04-19 [paul]       2.9.0cvs9
2473
2474         * manual/advanced.xml
2475         * manual/glossary.xml
2476                 fix typos
2477
2478 2007-04-18 [paul]       2.9.0cvs8
2479
2480         * src/pop.c
2481                 fix for CVE-2007-1558 (APOP)
2482                 Thanks to Colin
2483
2484 2007-04-18 [paul]       2.9.0cvs7
2485
2486         * src/messageview.c
2487         * src/mimeview.c
2488         * src/summaryview.c
2489         * src/gtk/filesel.c
2490                 Fix encoding woes wrt saving of
2491                 mails and parts
2492                 Thanks to Colin
2493
2494 2007-04-18 [colin]      2.9.0cvs6
2495
2496         * src/gtk/pluginwindow.c
2497                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2498
2499 2007-04-17 [wwp]        2.9.0cvs5
2500
2501         * src/addressadd.c
2502         * src/addressbook.c
2503         * src/addrindex.c
2504         * src/ldapupdate.c
2505                 Fix --disable-ldap build,
2506                 fix some LDAP annoyances on 
2507                 searches, thanks to Colin.
2508
2509 2007-04-17 [wwp]        2.9.0cvs4
2510
2511         * src/ldapupdate.c
2512                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2513                 like gcc 2.9x. Thanks to Colin.
2514
2515 2007-04-17 [wwp]        2.9.0cvs3
2516
2517         * src/Makefile.am
2518         * src/addressadd.c
2519         * src/addressbook.c
2520         * src/addrindex.c
2521         * src/addritem.c
2522         * src/addritem.h
2523         * src/editaddress.c
2524         * src/ldapctrl.c
2525         * src/ldapctrl.h
2526         * src/ldapquery.c
2527         * src/ldapserver.c
2528         * src/ldapserver.h
2529         * src/ldapupdate.c
2530         * src/ldapupdate.h
2531                 Add LDAP write support. Patch mostly by 
2532                 Michael <mir at datanom dot net>
2533
2534 2007-04-17 [wwp]        2.9.0cvs2
2535
2536         * src/compose.c
2537                 Prepend "Add to address book" to the context menu of compose window's sender and
2538                 recipient fields.
2539
2540 2007-04-16 [paul]       2.9.0cvs1
2541
2542         * src/gtk/authors.h
2543                 add Pader Rezso
2544
2545 2007-04-16 [paul]       2.9.0
2546
2547         * NEWS
2548         * README
2549         * RELEASE_NOTES
2550                 2.9.0 released
2551
2552 2007-04-16 [paul]       2.8.1cvs102
2553
2554         * po/fr.po
2555                 updated by Fabien Vantard
2556
2557 2007-04-16 [paul]       2.8.1cvs101
2558
2559         * po/ca.po
2560         * po/cs.po
2561         * po/de.po
2562         * po/hu.po
2563         * po/pl.po
2564         * po/pt_BR.po
2565         * po/sr.po
2566         * po/zh_CN.po
2567                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2568                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2569                 Aleksandar Urosevic, and Ralgh Young
2570
2571 2007-04-15 [mones]      2.8.1cvs100
2572
2573         * po/es.po
2574                 Updated for release
2575
2576 2007-04-14 [colin]      2.8.1cvs99
2577
2578         * src/message_search.c
2579         * src/prefs_display_header.c
2580         * src/summary_search.c
2581         * src/gtk/combobox.c
2582                 Fix allocations
2583
2584 2007-04-14 [wwp]        2.8.1cvs98
2585
2586         * src/gtk/combobox.c
2587         * src/message_search.c
2588         * src/summary_search.c
2589         * src/prefs_display_header.c
2590                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2591                 returns NULL, get the text value directly from the GtkEntry child.
2592
2593 2007-04-13 [colin]      2.8.1cvs97
2594
2595         * src/gtk/quicksearch.c
2596                 Give the focus back to summaryview when
2597                 emptying the quicksearch with Esc
2598
2599 2007-04-13 [colin]      2.8.1cvs96
2600
2601         * src/message_search.c
2602         * src/prefs_display_header.c
2603         * src/summary_search.c
2604                 Fix possibles crashes when getting text
2605                 from gtk combos
2606
2607 2007-04-13 [colin]      2.8.1cvs95
2608
2609         * src/pop.c
2610                 Add some UIDL debugging
2611
2612 2007-04-12 [colin]      2.8.1cvs94
2613
2614         * src/folder.c
2615                 Force folder scan if necessary after
2616                 copying mails, to be able to reapply
2617                 flags.
2618
2619 2007-04-11 [colin]      2.8.1cvs93
2620
2621         * src/main.c
2622                 don't scan for new mail on startup if --select
2623                 is specified (or race conditions arise). If so,
2624                 do both sequentially.
2625
2626 2007-04-09 [colin]      2.8.1cvs92
2627
2628         * src/common/defs.h
2629                 Use leafpad by default on Maemo. Patch
2630                 by Jean-Luc Biord.
2631
2632 2007-04-06 [colin]      2.8.1cvs91
2633
2634         * src/pixmaps/queue_close.xpm
2635         * src/pixmaps/queue_close_hrm.xpm
2636         * src/pixmaps/queue_close_hrm_mark.xpm
2637         * src/pixmaps/queue_close_mark.xpm
2638         * src/pixmaps/queue_open.xpm
2639         * src/pixmaps/queue_open_hrm.xpm
2640         * src/pixmaps/queue_open_hrm_mark.xpm
2641         * src/pixmaps/queue_open_mark.xpm
2642                 Move the clock one pixel down :)
2643
2644 2007-04-05 [colin]      2.8.1cvs90
2645
2646         * src/mainwindow.c
2647                 Don't sync when switching offline from
2648                 command line - it's usually too late :)
2649
2650 2007-04-05 [paul]       2.8.1cvs89
2651
2652         * src/Makefile.am
2653         * src/stock_pixmap.c
2654         * src/pixmaps/dir_close_hrm.xpm
2655         * src/pixmaps/dir_close_hrm_mark.xpm
2656         * src/pixmaps/drafts_close.xpm
2657         * src/pixmaps/drafts_close_mark.xpm
2658         * src/pixmaps/drafts_open.xpm
2659         * src/pixmaps/drafts_open_mark.xpm
2660         * src/pixmaps/inbox.xpm
2661         * src/pixmaps/inbox_close.xpm
2662         * src/pixmaps/inbox_close_hrm.xpm
2663         * src/pixmaps/inbox_close_hrm_mark.xpm
2664         * src/pixmaps/inbox_close_mark.xpm
2665         * src/pixmaps/inbox_hrm.xpm
2666         * src/pixmaps/inbox_hrm_mark.xpm
2667         * src/pixmaps/inbox_mark.xpm
2668         * src/pixmaps/inbox_open.xpm
2669         * src/pixmaps/inbox_open_hrm.xpm
2670         * src/pixmaps/inbox_open_hrm_mark.xpm
2671         * src/pixmaps/inbox_open_mark.xpm
2672         * src/pixmaps/outbox.xpm
2673         * src/pixmaps/outbox_close.xpm
2674         * src/pixmaps/outbox_close_hrm.xpm
2675         * src/pixmaps/outbox_close_hrm_mark.xpm
2676         * src/pixmaps/outbox_close_mark.xpm
2677         * src/pixmaps/outbox_hrm.xpm
2678         * src/pixmaps/outbox_hrm_mark.xpm
2679         * src/pixmaps/outbox_mark.xpm
2680         * src/pixmaps/outbox_open.xpm
2681         * src/pixmaps/outbox_open_hrm.xpm
2682         * src/pixmaps/outbox_open_hrm_mark.xpm
2683         * src/pixmaps/outbox_open_mark.xpm
2684         * src/pixmaps/queue_close.xpm
2685         * src/pixmaps/queue_close_hrm.xpm
2686         * src/pixmaps/queue_close_hrm_mark.xpm
2687         * src/pixmaps/queue_close_mark.xpm
2688         * src/pixmaps/queue_open.xpm
2689         * src/pixmaps/queue_open_hrm.xpm
2690         * src/pixmaps/queue_open_hrm_mark.xpm
2691         * src/pixmaps/queue_open_mark.xpm
2692                 updated, added and replaced icons
2693                 Icons by Colin
2694
2695 2007-04-04 [colin]      2.8.1cvs88
2696
2697         * src/imap.c
2698                 Fix build without libetpan
2699
2700 2007-04-03 [colin]      2.8.1cvs87
2701
2702         * src/imap.c
2703                 Fix crash with Citadel, and try to make
2704                 things work. this server (and specifically 
2705                 STATUS and APPEND at least) seems broken.
2706
2707 2007-04-03 [colin]      2.8.1cvs86
2708
2709         * src/folderview.c
2710                 Fix icons on folder close
2711
2712 2007-04-03 [colin]      2.8.1cvs85
2713
2714         * src/inc.c
2715                 Fix double-ask of offline override in
2716                 certain cases
2717         * src/imap.c
2718         * src/imap.h
2719         * src/imap_gtk.c
2720                 Much more efficient way to synchronise
2721                 for offline use
2722         * src/etpan/imap-thread.c
2723                 Fix possible segs
2724         * src/folder.c
2725         * src/gtk/quicksearch.c
2726                 Fix some GUI lags
2727
2728 2007-04-03 [paul]       2.8.1cvs84
2729
2730         * src/filtering.c
2731         * src/folder.c
2732         * src/folder.h
2733         * src/prefs_common.c
2734         * src/prefs_common.h
2735         * src/prefs_other.c
2736                 Fix sync being done too late
2737                 Thanks to Colin
2738
2739 2007-04-02 [colin]      2.8.1cvs83
2740
2741         * src/summaryview.c
2742                 Maemo: Put status and quicksearch at the top
2743         * src/plugins/bogofilter/bogofilter.c
2744         * src/plugins/spamassassin/spamassassin.c
2745                 Derive trash from inbox if possible
2746
2747 2007-04-02 [paul]       2.8.1cvs82
2748
2749         * src/plugins/bogofilter/bogofilter_gtk.c
2750                 a few English changes
2751
2752 2007-04-02 [paul]
2753
2754         2.9.0-rc1 released
2755
2756 2007-04-02 [colin]      2.8.1cvs81
2757
2758         * src/image_viewer.c
2759                 Fix transparent images by using
2760                 GtkImage
2761         * src/messageview.c
2762                 Flush events (on new windows) to avoid
2763                 having the textview's image resize fail
2764                 to know the available width
2765
2766 2007-04-01 [colin]      2.8.1cvs80
2767
2768         * src/prefs_account.c
2769                 If no MH mailbox exist, when creating a POP/Local
2770                 account, just create and use the default one 
2771                 instead of bailing with a "Mailbox doesn't exist"
2772                 error
2773
2774 2007-03-31 [colin]      2.8.1cvs79
2775
2776         * src/prefs_account.c
2777                 Create signature file if it doesn't exist
2778                 before editing
2779         * src/prefs_toolbar.c
2780                 Maemo: Move "Use default" on the left so
2781                 that people can find it
2782         * src/common/defs.h
2783                 Maemo: make default editor "Maemopad", 
2784                 default signature file "MyDocs/signature.txt"
2785
2786 2007-03-31 [colin]      2.8.1cvs78
2787
2788         * src/prefs_account.c
2789                 Maemo: rework account prefs so
2790                 that less horizontal scrolling
2791                 is required
2792
2793 2007-03-31 [colin]      2.8.1cvs77
2794
2795         * src/folderview.c
2796         * src/prefs_common.c
2797         * src/prefs_common.h
2798                 Fix bug 1167, 'Allow not displaying zeros 
2799                 in folder list'. Patch by MartinP
2800
2801 2007-03-31 [colin]      2.8.1cvs76
2802
2803         * AUTHORS
2804                 Add Jean-Luc Biord
2805
2806 2007-03-31 [colin]      2.8.1cvs75
2807
2808         * src/imap.c
2809                 Apply patch from bug 1172, direct
2810                 access to the folder's session instead
2811                 of using getter. Patch by MartinP
2812
2813 2007-03-31 [paul]       2.8.1cvs74
2814
2815         * src/gtk/authors.h
2816                 no need to list Fabien twice!
2817
2818 2007-03-31 [colin]      2.8.1cvs73
2819
2820         * src/inc.c
2821                 If we're currently "overriding for %d minutes",
2822                 don't ask
2823
2824 2007-03-31 [colin]      2.8.1cvs72
2825
2826         * src/compose.c
2827         * src/imap.c
2828         * src/inc.c
2829         * src/inc.h
2830         * src/messageview.c
2831         * src/news.c
2832         * src/plugins/spamassassin/spamassassin.c
2833                 Offline override: Add a parameter to allow
2834                 asking even if the override timer is running.
2835                 Allows to ask every time the user makes an
2836                 explicit action needing online access (such
2837                 as Get Mail), and not when the action is 
2838                 implicit (such as opening an IMAP folder)
2839
2840 2007-03-31 [colin]      2.8.1cvs71
2841
2842         * src/inc.c
2843                 Override offline: "No" answer shouldn't
2844                 re-ask after 3 seconds, but 10 minutes. 
2845
2846 2007-03-30 [colin]      2.8.1cvs70
2847
2848         * src/common/socket.c
2849                 Better error reporting on unix socket
2850                 failure (bind usually)
2851         * src/gtk/gtkutils.c
2852         * src/gtk/gtkutils.h
2853                 Label window: add a pulsing progress
2854                 bar to show we're not hung :)
2855         * src/folderview.c
2856         * src/main.c
2857         * src/plugins/pgpcore/sgpgme.c
2858                 Update API
2859
2860 2007-03-30 [colin]      2.8.1cvs69
2861
2862         * src/pop.c
2863         * src/prefs_common.c
2864                 Fix possible trashing of history and uidl
2865                 files on disk full problems
2866
2867 2007-03-30 [paul]       2.8.1cvs68
2868
2869         * src/mainwindow.c
2870         * src/summaryview.c
2871         * src/summaryview.h
2872                 update summary when changing layout type
2873                 (fixes wrong folder icon being displayed)
2874                 Thanks to Colin
2875
2876 2007-03-29 [colin]      2.8.1cvs67
2877
2878         * src/prefs_ext_prog.c
2879                 The browser pref is irrelevant on Maemo
2880
2881 2007-03-29 [colin]      2.8.1cvs66
2882
2883         * src/compose.c
2884         * src/compose.h
2885                 Maemo: dynamically switch headers/text position
2886         * src/prefs_common.c
2887                 Maemo: hide compose's ruler by default
2888         * src/common/socket.c
2889         * src/common/socket.h
2890                 Fix build warning
2891
2892 2007-03-29 [colin]      2.8.1cvs65
2893
2894         * src/common/socket.c
2895         * src/common/socket.h
2896                 Fix build when MAEMO_CFLAGS contains
2897                 _X_OPENSOURCE (resolv.h errors as long
2898                 as we don't add _BSD_SOURCE. Ugly).
2899
2900 2007-03-29 [wwp]        2.8.1cvs64
2901
2902         * src/prefs_logging.c
2903                 Fix sensitivity of clip-log widgets in prefs/logging,
2904                 thanks to Fabien.
2905
2906 2007-03-29 [wwp]        2.8.1cvs63
2907
2908         * po/POTFILES.in
2909                 Updated files list for translations, thanks to Fabien.
2910
2911 2007-03-29 [colin]      2.8.1cvs62
2912
2913         * src/main.c
2914         * src/common/Makefile.am
2915         * src/common/utils.c
2916                 Maybe make URI opening work in Maemo
2917                 Requires testing :)
2918
2919 2007-03-28 [colin]      2.8.1cvs61
2920
2921         * src/folder.c
2922         * src/folder.h
2923         * src/folderview.c
2924                 Add the possibility to sort folders arbitrarily
2925                 (via editing of folderlist.xml only). Patch by
2926                 Martin P <mp26+claws@os.inf.tu-dresden.de>
2927                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
2928                 be changed by the user'
2929
2930 2007-03-28 [colin]      2.8.1cvs60
2931
2932         * src/mimeview.c
2933                 Add popup menu for mime icons
2934
2935 2007-03-28 [colin]      2.8.1cvs59
2936
2937         * src/mainwindow.c
2938                 Fix a layout issue when presenting
2939                 mainwindow in Small screen layout
2940         * src/toolbar.c
2941         * src/toolbar.h
2942                 Add a "Go to folder list" button for
2943                 mainwindow, and make it default in
2944                 the Maemo build
2945
2946 2007-03-28 [colin]      2.8.1cvs58
2947
2948         * src/compose.c
2949                 Don't dynamically update title on Maemo
2950                 Patch by Jean-Luc Biord
2951
2952 2007-03-27 [colin]      2.8.1cvs57
2953
2954         * src/compose.c
2955         * src/folderview.c
2956         * src/summaryview.c
2957                 Enable tap-and-hold on Maemo
2958
2959 2007-03-26 [colin]      2.8.1cvs56
2960
2961         * src/compose.c
2962                 More popup-menu (in attachments list)
2963
2964 2007-03-26 [colin]      2.8.1cvs55
2965
2966         * src/compose.c
2967                 Enable popup-menu signal
2968
2969 2007-03-26 [colin]      2.8.1cvs54
2970
2971         * src/plugins/pgpinline/pgpinline.c
2972                 Fix bug 1111, 'PGP/inline plugin hides text 
2973                 around encrypted text block'. Patch based on
2974                 a patch from Michal Cihar.
2975
2976 2007-03-26 [wwp]        2.8.1cvs53
2977
2978         * src/procmsg.c
2979                 Fix getting a false error when sending queued message
2980                 whereas the sending was fine (if there are subfolders
2981                 in the queue folder), thanks to Colin.
2982
2983 2007-03-26 [paul]       2.8.1cvs52
2984
2985         * src/wizard.c
2986                 update FACE header in welcome message
2987
2988 2007-03-25 [colin]      2.8.1cvs51
2989
2990         * src/Makefile.am
2991                 Fix make dist
2992
2993 2007-03-25 [colin]      2.8.1cvs50
2994
2995         * src/main.c
2996                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
2997
2998 2007-03-24 [colin]      2.8.1cvs49
2999
3000         * src/main.c
3001                 Fix a few launch problems on Maemo
3002                 Patch by Jean-Luc Biord
3003
3004 2007-03-24 [wwp]        2.8.1cvs48
3005
3006         * src/alertpanel.c
3007         * src/alertpanel.h
3008         * src/messageview.c
3009         * src/summaryview.c
3010                 Fix wrong action performed when closing the
3011                 "ask about account specific filtering rules
3012                 when filtering manually" dialog by pressing Escape.
3013                 Fix wrong order of buttons in the "return receipt
3014                 notification - the message was sent to several of
3015                 your accounts" dialog.
3016
3017 2007-03-24 [paul]       2.8.1cvs47
3018
3019         * src/folderview.c
3020                 an improvement to English usage
3021         * tools/kdeservicemenu/README
3022                 updated Claws url
3023
3024 2007-03-24 [paul]       2.8.1cvs46
3025
3026         * src/Makefile.am
3027         * src/stock_pixmap.c
3028         * src/pixmaps/edit_extern.xpm
3029         * src/pixmaps/mail_sign.xpm
3030                 rescue long lost icons
3031
3032 2007-03-24 [paul]       2.8.1cvs45
3033
3034         * src/toolbar.c
3035                 fix toolbar (broken in 2.8.1cvs42)
3036
3037 2007-03-23 [colin]      2.8.1cvs44
3038
3039         * src/imap.c
3040                 Correctly unsubscribe/resubscribe after
3041                 RENAME
3042
3043 2007-03-23 [colin]      2.8.1cvs43
3044
3045         * src/prefs_common.c
3046                 Maemo: as the platform is light on RAM, allow
3047                 caches to be discarded faster.
3048
3049 2007-03-23 [colin]      2.8.1cvs42
3050
3051         * src/Makefile.am
3052         * src/compose.c
3053         * src/compose.h
3054         * src/stock_pixmap.c
3055         * src/stock_pixmap.h
3056         * src/summaryview.c
3057         * src/summaryview.h
3058         * src/toolbar.c
3059         * src/toolbar.h
3060         * src/pixmaps/open_mail.xpm
3061                 Maemo changes: Add the possibility to have
3062                 "Open Email" and "Close Window" buttons on 
3063                 toolbars (and use them in Maemo's default
3064                 toolbars)
3065
3066 2007-03-23 [wwp]        2.8.1cvs41
3067
3068         * src/action.c
3069                 Reverted that part of the action dialog closure logics, to
3070                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3071                 done later in a different way (or may not).
3072
3073 2007-03-22 [wwp]        2.8.1cvs40
3074
3075         * src/action.c
3076                 Fix sticky action dialog when got no output but action command
3077                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3078
3079 2007-03-22 [colin]      2.8.1cvs39
3080
3081         * src/prefs_filtering.c
3082         * src/gtk/combobox.h
3083                 Fix escaping account names in filtering prefs
3084
3085 2007-03-22 [colin]      2.8.1cvs38
3086
3087         * src/addrindex.c
3088         * src/ldapctrl.h
3089         * src/ldapquery.c
3090                 Add any attribute specified in LDAP servers'
3091                 Search attributes to the Other Attributes tab
3092                 of contacts; Add 'telephoneNumber' in the
3093                 default list.
3094
3095 2007-03-22 [colin]      2.8.1cvs37
3096
3097         * src/folderview.c
3098         * src/folderview.h
3099         * src/mainwindow.c
3100                 Try to prevent race conditions when
3101                 changing the folder list
3102         * src/summaryview.c
3103                 Fix possible red folder icon when
3104                 switching from Small screen layout
3105                 to any other
3106
3107 2007-03-22 [colin]      2.8.1cvs36
3108
3109         * src/mainwindow.c
3110         * src/mainwindow.h
3111         * src/summaryview.c
3112                 Rename "little screen" to "Small screen"
3113         * src/gtk/Makefile.am
3114         * src/common/utils.c
3115         * src/mh.c
3116                 Fix Maemo-related compilation problems
3117
3118 2007-03-21 [colin]      2.8.1cvs35
3119
3120         * configure.ac
3121                 Fix previous commit
3122         * claws-mail.desktop
3123                 Remove .png from the Icon, it's useless
3124
3125 2007-03-21 [colin]      2.8.1cvs34
3126
3127         * configure.ac
3128         * src/Makefile.am
3129                 Add the necessary lib checking for 
3130                 Maemo
3131
3132 2007-03-21 [colin]      2.8.1cvs33
3133
3134         * src/main.c
3135                 Fix unconditional "error happened" when
3136                 sending via command-line. "lol @ myself"
3137
3138 2007-03-21 [colin]      2.8.1cvs32
3139
3140         * claws-mail-40x40.png
3141         * claws-mail-26x26.png
3142         * src/account.c
3143         * src/addressbook.c
3144         * src/compose.c
3145         * src/folderview.c
3146         * src/folderview.h
3147         * src/main.c
3148         * src/mainwindow.c
3149         * src/mainwindow.h
3150         * src/messageview.c
3151         * src/prefs_account.c
3152         * src/prefs_common.c
3153         * src/summary_search.c
3154         * src/summaryview.c
3155         * src/summaryview.h
3156         * src/gtk/authors.h
3157         * src/gtk/gtkutils.c
3158         * src/gtk/gtkutils.h
3159         * src/gtk/logwindow.c
3160         * src/gtk/menu.c
3161         * src/gtk/prefswindow.c
3162                 Add Maemo port (patch mainly by Jean-Luc Biort)
3163                 Add a new 'Little screen' layout to help on such
3164                 platforms (patch by me)
3165                 Make some default preferences different (more
3166                 adapted) on Maemo (patch by me)
3167
3168 2007-03-21 [wwp]        2.8.1cvs31
3169
3170         * src/prefs_logging.c
3171         * src/prefs_logging.h
3172                 Fixed copyright header of newly added files.
3173
3174 2007-03-21 [wwp]        2.8.1cvs30
3175
3176         * src/Makefile.am
3177         * src/filtering.c
3178         * src/filtering.h
3179         * src/folder.c
3180         * src/folderview.c
3181         * src/imap.c
3182         * src/inc.c
3183         * src/main.c
3184         * src/mainwindow.c
3185         * src/mainwindow.h
3186         * src/matcher.c
3187         * src/messageview.c
3188         * src/news.c
3189         * src/pop.c
3190         * src/prefs_common.c
3191         * src/prefs_common.h
3192         * src/prefs_logging.c
3193         * src/prefs_logging.h
3194         * src/prefs_other.c
3195         * src/procmsg.c
3196         * src/send_message.c
3197         * src/summaryview.c
3198         * src/common/log.c
3199         * src/common/log.h
3200         * src/common/nntp.c
3201         * src/common/session.c
3202         * src/common/smtp.c
3203         * src/common/socket.c
3204         * src/etpan/imap-thread.c
3205         * src/gtk/logwindow.c
3206         * src/gtk/logwindow.h
3207         * src/plugins/bogofilter/bogofilter.c
3208         * src/plugins/spamassassin/spamassassin.c
3209                 Added debugging of filtering/processing rules.
3210                 The debug log is here 'Tools/Filtering debug window',
3211                 the options there 'Configuration/Preferences/Other/Logging',
3212                 and the log file is ~/.claws-mail/filtering.log.
3213                 Moved protocol log prefs to 'Other/Logging' as well.
3214                 To support such debugging feature, the existing log API has
3215                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3216                 this impacts many external modules (commits follow).
3217
3218 2007-03-21 [paul]       2.8.1cvs29
3219
3220         * src/etpan/Makefile.am
3221         * src/etpan/imap-thread.c
3222                 add missing #include
3223
3224 2007-03-21 [colin]      2.8.1cvs28
3225
3226         * src/procmime.c
3227                 Fix bug 1157, 'some broken messages confuse 
3228                 mime parser'. Make sure we can't have MimeInfos
3229                 with negative sizes.
3230
3231 2007-03-20 [colin]      2.8.1cvs27
3232
3233         * src/main.c
3234                 Fix missing \0 on buffer
3235
3236 2007-03-20 [colin]      2.8.1cvs26
3237
3238         * src/mh.c
3239                 Use make_dir_hier instead of make_dir 
3240                 to create the MH mailbox
3241
3242 2007-03-20 [colin]      2.8.1cvs25
3243
3244         * src/folder.c
3245         * src/folder.h
3246         * src/prefs_account.c
3247         * src/wizard.c
3248                 Fix default inbox weirdnesses (after wizard,
3249                 if path is Mail, mailbox identifier is #mh/Mailbox,
3250                 and when creating new accounts)
3251
3252 2007-03-20 [colin]      2.8.1cvs24
3253
3254         * src/account.c
3255                 Write folderlist after adding/deleting accounts
3256                 that have folders
3257
3258 2007-03-20 [colin]      2.8.1cvs23
3259
3260         * src/imap.c
3261         * src/remotefolder.h
3262                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3263                 selected while scanning prior to update'
3264
3265 2007-03-17 [paul]       2.8.1cvs22
3266
3267         * src/main.c
3268                 fix a typo, and be a little more verbose.
3269
3270 2007-03-17 [wwp]        2.8.1cvs21
3271
3272         * src/inc.c
3273                 Fix a compiler warning.
3274
3275 2007-03-16 [wwp]        2.8.1cvs20
3276
3277         * tools/Makefile.am
3278         * tools/README
3279                 Updated to deal w/ the new mairix.sh tool.
3280
3281 2007-03-16 [wwp]        2.8.1cvs19
3282
3283         * src/action.c
3284                 Fix logics issues around the action IO dialog:
3285                 - disable entry widget and exec button when
3286                   the exec button is clicked (don't wait for any
3287                   output line) - fix possible disabling/re-enabling/
3288                   re-disabling of those widgets
3289                 - raise an error if executing a %as{} action either
3290                   empty or invalid, instead of failing silently
3291                 - don't close the dialog if the abort button has been
3292                   clicked and if there was no output yet
3293                 - set focus to the abort button when the exec button
3294                   is clicked
3295                 - fix capitalization of a warning message
3296
3297 2007-03-16 [wwp]        2.8.1cvs18
3298
3299         * tools/mairix.sh
3300                 Added a wrapper to mairix to the tools folder.
3301
3302 2007-03-16 [colin]      2.8.1cvs17
3303
3304         * src/messageview.c
3305         * src/mimeview.h
3306                 Allow mimeviewer plugins to print
3307                 their stuff
3308
3309 2007-03-16 [colin]      2.8.1cvs16
3310
3311         * .cvsignore
3312                 Ignore *.patchset
3313
3314 2007-03-15 [colin]      2.8.1cvs15
3315
3316         * src/messageview.c
3317         * src/mimeview.h
3318                 Add a way for mimeviewer plugins to
3319                 implement body search
3320
3321 2007-03-15 [paul]       2.8.1cvs14
3322
3323         * src/prefs_spelling.c
3324                 fix English usage
3325
3326 2007-03-15 [paul]       2.8.1cvs13
3327
3328         * src/common/quoted-printable.c
3329                 fix decoding of quoted-printable parts
3330
3331 2007-03-14 [wwp]        2.8.1cvs12
3332
3333         * src/gtk/logwindow.h
3334                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3335
3336 2007-03-14 [wwp]        2.8.1cvs11
3337
3338         * src/gtk/logwindow.h
3339                 Complete 2.8.1cvs10.
3340
3341 2007-03-14 [colin]      2.8.1cvs10
3342
3343         * src/gtk/logwindow.c
3344                 Probably fix bug 1149, crash on logwindow
3345                 close - at the expense of performance once
3346                 logwin has been opened
3347
3348 2007-03-14 [colin]      2.8.1cvs9
3349
3350         * src/main.c
3351                 If claws-mail is running on another
3352                 display, warn instead of popping it up
3353                 on the other display
3354
3355 2007-03-12 [colin]      2.8.1cvs8
3356
3357         * src/wizard.c
3358                 Fix bug 1145, 'Setting a different name 
3359                 for the Mailbox name isn't reflected in 
3360                 default account settings'. Patch by wwp
3361
3362 2007-03-12 [colin]      2.8.1cvs7
3363
3364         * src/summaryview.c
3365                 Fix bug 1143, 'Add number of messages to be 
3366                 deleted to confirmation dialog'
3367
3368 2007-03-12 [wwp]        2.8.1cvs6
3369
3370         * src/folderview.c
3371         * src/prefs_common.c
3372         * src/prefs_common.h
3373         * src/prefs_summaries.c
3374                 Changed the option that displays unread messages count
3375                 next to the folder name in folder list: it is now
3376                 possible to either display nothing, display the
3377                 unread messages number only or the unread and total messages
3378                 numbers. The patch includes this extra feature as well
3379                 as some minor fixes by rewriting the algo in folderview.c.
3380                 Thanks to Paul for the original idea and implementation, plus
3381                 testing and proof-reading!
3382
3383 2007-03-09 [paul]       2.8.1cvs5
3384
3385         * tools/Makefile.am
3386         * tools/README
3387         * tools/claws-mail-compose-insert-files.pl
3388                 added a script which enables inserting files
3389                 into the message body of a new Claws Mail
3390                 Compose window from the command line. Additionally
3391                 To, Cc, Subject and files to attach to the message
3392                 can be specified.
3393
3394 2007-03-09 [wwp]        2.8.1cvs4
3395
3396         * src/addr_compl.c
3397         * src/addr_compl.h
3398         * src/filtering.c
3399                 Optimize matching of addresses in the addressbook
3400                 (filtering/processing 'found_in_addressbook' condition).
3401
3402 2007-03-07 [wwp]        2.8.1cvs3
3403
3404         * src/quote_fmt.c
3405         * src/quote_fmt_lex.l
3406         * src/quote_fmt_parse.y
3407                 Add a new quote format symbol: %A to insert the
3408                 sender email address (just the address itself).
3409
3410 2007-03-06 [wwp]        2.8.1cvs2
3411
3412         * src/gtk/gtkutils.c
3413         * src/plugins/trayicon/trayicon_prefs.h
3414         * src/plugins/trayicon/trayicon_prefs.c
3415         * src/plugins/trayicon/trayicon.c
3416         * src/mainwindow.h
3417         * src/mainwindow.c
3418                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3419                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3420
3421
3422 2007-03-06 [paul]       2.8.1cvs1
3423
3424         * NEWS
3425         * README
3426         * RELEASE_NOTES
3427         * configure.ac
3428                 bump version number following
3429                 stable release
3430
3431 2007-03-06 [paul]       2.8.0cvs24
3432
3433         * po/cs.po
3434                 corrected by by Tim <timbrain@post.cz>
3435
3436 2007-03-05 [colin]      2.8.0cvs23
3437
3438         * src/Makefile.am
3439         * src/procmime.c
3440                 Fix mime/globs path on NetBSD
3441                 patch by George Michaelson
3442
3443 2007-03-05 [wwp]        2.8.0cvs22
3444
3445         * src/addr_compl.c
3446                 Remove debug statement (accidentally committed w/ cvs14).
3447
3448 2007-03-05 [paul]       2.8.0cvs21
3449
3450         * src/plugins/pgpcore/prefs_gpg.c
3451                 fix compiler warning
3452
3453 2007-03-05 [wwp]        2.8.0cvs20
3454
3455         * src/matcher_parser_parse.y
3456                 Fix mismerge between cvs17 and cvs19.
3457
3458 2007-03-05 [wwp]        2.8.0cvs19
3459
3460         * src/matcher_parser_parse.y
3461         * src/prefs_filtering_action.c
3462         * src/matcher.c
3463         * src/matcher.h
3464         * src/filtering.c
3465         * src/filtering.h
3466                 Add new 'add_to_addressbook' filtering/processing action.
3467
3468 2007-03-05 [wwp]        2.8.0cvs18
3469
3470         * src/filtering.c
3471                 Fix mark_as_ham filtering/processing action: spam flag
3472                 was not unset.
3473
3474 2007-03-04 [colin]      2.8.0cvs17
3475
3476         * src/filtering.c
3477         * src/matcher.c
3478         * src/matcher.h
3479         * src/matcher_parser_parse.y
3480         * src/prefs_filtering_action.c
3481                 Add 'Mark as spam' and 'Mark as ham' filtering
3482                 actions. Fixes bug 1138.
3483
3484 2007-03-04 [colin]      2.8.0cvs16
3485
3486         * src/imap.c
3487                 Fix bug 1140, wrong return value
3488                 without libetpan
3489
3490 2007-03-04 [wwp]        2.8.0cvs15
3491
3492         * src/addr_compl.c
3493                 Rollback cvs14: don't free stuff that is managed in g_list.
3494
3495 2007-03-04 [wwp]        2.8.0cvs14
3496
3497         * src/addr_compl.c
3498                 Fix a leak in address completion code.
3499
3500 2007-03-04 [colin]      2.8.0cvs13
3501
3502         * src/addr_compl.c
3503                 Maybe fix bug 1136, 'Crash in group 
3504                 address completion'
3505
3506 2007-03-04 [iwkse]      2.8.0cvs12
3507
3508         * src/imap.c
3509                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3510
3511 2007-03-03 [colin]      2.8.0cvs11
3512
3513         * src/plugins/pgpinline/pgpinline.c
3514                 Fix off-by-one, fix double-free. Fixes
3515                 bug 1135, 'cm-segfault on decrypting 
3516                 with PGP/inline'
3517
3518 2007-03-03 [colin]      2.8.0cvs10
3519
3520         * configure.ac
3521         * src/main.c
3522         * src/common/plugin.c
3523                 Fix bug 1134, 'Valgrind macros unhandled 
3524                 by Irix's cc'
3525
3526 2007-03-02 [colin]      2.8.0cvs9
3527
3528         * src/mbox.c
3529                 Don't error out on EAGAIN. Fixes 
3530                 bug 1129, '"local mbox file" account 
3531                 isn't retrieving mails'
3532
3533 2007-03-01 [wwp]        2.8.0cvs8
3534
3535         * src/mainwindow.c
3536         * src/gtk/colorlabel.c
3537                 Remove accels for extra color labels until we set better
3538                 and definitive ones.
3539
3540 2007-02-28 [wwp]        2.8.0cvs7
3541
3542         * src/mainwindow.c
3543         * src/matcher_parser_parse.y
3544         * src/prefs_common.c
3545         * src/prefs_msg_colors.c
3546         * src/procmsg.h
3547         * src/gtk/colorlabel.c
3548         * src/gtk/colorlabel.h
3549                 Add more customizable color labels. Cleaned up a bit
3550                 the color label API to avoid duplicate defines of
3551                 the max number of colors.
3552
3553 2007-02-27 [colin]      2.8.0cvs6
3554
3555         * src/mainwindow.c
3556         * src/common/utils.c
3557         * src/common/utils.h
3558                 Fix '+' in mailto URIs for List-* headers
3559
3560 2007-02-27 [colin]      2.8.0cvs5
3561
3562         * src/gtk/gtkutils.c
3563                 Use gtk_window_set_role instead of 
3564                 _set_wmclass
3565
3566 2007-02-27 [colin]      2.8.0cvs4
3567
3568         * src/inc.c
3569                 Fix "After receiving new mail, go to inbox" on IMAP,
3570                 and make it work only on manual reception
3571
3572 2007-02-27 [wwp]        2.8.0cvs3
3573
3574         * src/prefs_filtering.c
3575         * src/prefs_filtering_action.c
3576         * src/prefs_matcher.c
3577                 Update filtering matcher's and action's color label menus
3578                 when re-opening those dialogs (reflect any change to the
3579                 color labels list in the preferences).
3580
3581 2007-02-27 [colin]      2.8.0cvs2
3582
3583         * src/imap.c
3584         * src/etpan/etpan-thread-manager-types.h
3585         * src/etpan/etpan-thread-manager.c
3586         * src/etpan/imap-thread.c
3587                 Log imap ALERTs as errors in the log.
3588
3589 2007-02-26 [paul]       2.8.0cvs1
3590
3591         * tools/claws.i18n.status.pl
3592                 updated
3593
3594 2007-02-26 [paul]       2.7.2cvs75
3595
3596         * po/ca.po
3597         * po/cs.po
3598         * po/de.po
3599         * po/en_GB.po
3600         * po/fi.po
3601         * po/fr.po
3602         * po/hu.po
3603         * po/pl.po
3604         * po/pt_BR.po
3605         * po/sk.po
3606         * po/sr.po
3607         * po/zh_CN.po
3608                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3609                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3610                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3611                 Aleksandar Urosevic, and Ralgh Young
3612
3613 2007-02-25 [mones]      2.7.2cvs74
3614
3615         * po/es.po
3616                 Updated for release
3617
3618 2007-02-25 [colin]      2.7.2cvs73
3619
3620         * src/main.c
3621                 Clearing the list is only useful
3622                 to prevent a valgrind false-positive
3623
3624 2007-02-25 [paul]       2.7.2cvs72
3625
3626         * tools/Makefile.am
3627         * tools/README
3628         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3629         * tools/maildir2claws-mail.pl  **REMOVED**
3630                 renamed the script, fixed a couple bugs
3631
3632 2007-02-23 [colin]      2.7.2cvs71
3633
3634         * src/addressbook.c
3635                 Fix a leak, check for a few improbable nulls
3636
3637 2007-02-23 [colin]      2.7.2cvs70
3638
3639         * src/main.c
3640         * src/main.h
3641         * src/plugins/trayicon/trayicon.c
3642                 Fix blinking mainwin when starting in tray
3643                 (show mainwindow later in the startup process,
3644                  apart if restarting post-crash)
3645
3646 2007-02-23 [colin]      2.7.2cvs69
3647
3648         * src/folderview.c
3649         * src/imap_gtk.c
3650                 Fix crash when unsubscribing the currently
3651                 selected/opened folder
3652
3653 2007-02-23 [colin]      2.7.2cvs68
3654
3655         * src/compose.c
3656                 Fix bug that prevented colorization to
3657                 work without wrap quotation option
3658
3659 2007-02-23 [colin]      2.7.2cvs67
3660
3661         * src/addr_compl.c
3662                 Fix refcounting, start and end completion who
3663                 behaved as if there couldn't be any other current
3664                 user of completion
3665
3666 2007-02-23 [wwp]        2.7.2cvs66
3667
3668         * src/addressbook.c
3669         * src/addrindex.c
3670                 Address completion fixes: fix addressbook_peek_folder_exists() in
3671                 which the algorithm was ridiculously over-obfuscated and broken.
3672                 Fix addrindex_load_completion() as well, to load addresses in
3673                 completion list with regards to what addressbook_peek_folder_exists()
3674                 returns now.
3675
3676 2007-02-23 [wwp]        2.7.2cvs65
3677
3678         * src/addr_compl.c
3679                 Add addresses to completion when they're non-empty (thanks to Colin).
3680
3681 2007-02-23 [paul]       2.7.2cvs64
3682
3683         * src/plugins/pgpcore/passphrase.c
3684                 remove 'const '
3685
3686 2007-02-23 [colin]      2.7.2cvs63
3687
3688         * src/plugins/pgpcore/prefs_gpg.c
3689         * src/plugins/pgpcore/prefs_gpg.h
3690         * src/plugins/pgpcore/sgpgme.c
3691         * src/plugins/pgpinline/pgpinline.c
3692         * src/plugins/pgpmime/pgpmime.c
3693                 Try harder to respect user's choice wrt
3694                 gpg-agent even with gpg2, by unsetting
3695                 GPG_AGENT_INFO when necessary.
3696
3697 2007-02-22 [paul]       2.7.2cvs62
3698
3699         * src/plugins/pgpcore/sgpgme.c
3700         * src/plugins/pgpcore/sgpgme.h
3701         * src/plugins/pgpcore/passphrase.c
3702         * src/plugins/pgpinline/pgpinline.c
3703         * src/plugins/pgpmime/pgpmime.c
3704                 Fix a leak - gpgme_data_release_and_get_mem
3705                 leaks in recent gpgme. Workaround by using
3706                 our own function.
3707
3708 2007-02-22 [paul]       2.7.2cvs61
3709
3710         * src/gtk/quicksearch.c
3711                 Abandon dynamic search when pressing
3712                 Enter
3713
3714 2007-02-21 [colin]      2.7.2cvs60
3715
3716         * src/procmsg.c
3717         * src/plugins/pgpcore/passphrase.c
3718                 Fix little memory leaks
3719         * src/main.c
3720                 Fix false-positive leak at exit
3721         * src/gtk/quicksearch.c
3722                 Fix potentially big leak in recursive
3723                 Quicksearch
3724
3725 2007-02-21 [wwp]        2.7.2cvs59
3726
3727         * src/summaryview.c
3728                 Add missing newline to a debug message.
3729
3730 2007-02-20 [colin]      2.7.2cvs58
3731
3732         * src/Makefile.am
3733         * src/mimeview.c
3734         * src/stock_pixmap.c
3735         * src/stock_pixmap.h
3736         * src/pixmaps/mime_pgpsig.xpm
3737                 Add icon for application/pgp-signature
3738
3739 2007-02-20 [colin]      2.7.2cvs57
3740
3741         * src/Makefile.am
3742         * src/main.c
3743         * src/mimeview.c
3744         * src/stock_pixmap.c
3745         * src/stock_pixmap.h
3746         * src/pixmaps/mime_calendar.xpm
3747         * src/pixmaps/mime_pdf.xpm
3748         * src/pixmaps/mime_ps.xpm
3749                 Add icons for text/calendar, application/pdf
3750                 and application/postscript
3751
3752 2007-02-20 [colin]      2.7.2cvs56
3753
3754         * autogen.sh
3755         * src/matcher_parser_parse.y
3756         * src/matcher_parser_lex.l
3757                 Fix big memory leak in flex, and
3758                 require flex 2.5.31
3759
3760 2007-02-20 [wwp]        2.7.2cvs55
3761
3762         * src/matcher_parser_parse.y
3763                 Fix a duplicate token definition (thanks to iwkse).
3764
3765 2007-02-20 [wwp]        2.7.2cvs54
3766
3767         * src/matcher_parser_lex.l
3768         * src/quote_fmt_lex.l
3769                 Use proper flex options instead of direct use of #define,
3770                 make the flex-generated C lighter.
3771
3772 2007-02-20 [colin]      2.7.2cvs53
3773
3774         * src/summaryview.c
3775                 Grab focus in message list after hiding
3776                 the quicksearch, instead of leaving it
3777                 "somewhere"
3778
3779 2007-02-19 [colin]      2.7.2cvs52
3780
3781         * src/folderview.c
3782                 Fix bug 1033, 'Automatically refresh 
3783                 message list when new messages arrives'
3784                 Looks like folderview->opened can sometimes
3785                 be wrong...
3786
3787 2007-02-19 [paul]       2.7.2cvs51
3788
3789         * tools/Makefile.am
3790         * tools/README
3791         * tools/thunderbird-filters-convertor.pl
3792                 add new script which converts thunderbird filter
3793                 rules to Claws filter rules
3794
3795 2007-02-18 [paul]       2.7.2cvs50
3796
3797         * src/plugins/pgpcore/prefs_gpg.c
3798         * src/plugins/pgpcore/prefs_gpg.h
3799         * src/plugins/pgpcore/sgpgme.c
3800         * src/plugins/pgpinline/pgpinline.c
3801         * src/plugins/pgpmime/pgpmime.c
3802                 improved GUI interoperability with gpg-agent
3803
3804 2007-02-18 [paul]       2.7.2cvs49
3805
3806         * src/prefs_account.c
3807                 Privacy options sensitivity fix
3808
3809 2007-02-17 [colin]      2.7.2cvs48
3810
3811         * src/messageview.c
3812                 Reset icon to warning in the noticeview
3813
3814 2007-02-15 [colin]      2.7.2cvs47
3815
3816         * src/folderview.c
3817                 Fix a manifestation of bug 1033 (summaryview failing
3818                 to update for new mails), which happens after editing
3819                 account preferences or preferences that cause a 
3820                 folderview reload.
3821
3822 2007-02-15 [colin]      2.7.2cvs46
3823
3824         * src/addressbook.c
3825                 Probably fix bug 1123, 'Segmentation 
3826                 fault while opening address book'. I get
3827                 g_warnings if the saved paned position is
3828                 not greater than 0. Also, save position
3829                 when hiding the addressbook instead of
3830                 via signal.
3831
3832 2007-02-14 [colin]      2.7.2cvs45
3833
3834         * src/plugins/pgpcore/prefs_gpg.c
3835         * src/plugins/pgpcore/prefs_gpg.h
3836         * src/plugins/pgpcore/sgpgme.c
3837         * src/plugins/pgpinline/pgpinline.c
3838         * src/plugins/pgpmime/pgpmime.c
3839                 Add an option "Use gpg-agent if available". Fixes
3840                 annoyances with distro-installed gpg-agent, when
3841                 no pinentry program is installed, and the user's 
3842                 at a loss on why "decryption failed". Makes more
3843                 clear why passphrase isn't saved when gpg-agent is
3844                 used. Defaults to true, to avoid changing the 
3845                 current behaviour.
3846
3847 2007-02-14 [wwp]        2.7.2cvs44
3848
3849         * src/matcher_parser_parse.y
3850                 Fix missing line number reset (wrong line number might appear
3851                 when re-loading filtering rules if there's a parser error).
3852
3853 2007-02-13 [colin]      2.7.2cvs43
3854
3855         * src/common/utils.c
3856                 Don't encode ',' in URIs before passing it
3857                 to the browser command-line. It was probably
3858                 done at a time where commas in URIs made
3859                 mozilla -remote 'openurl(%s,new-window)'
3860                 bug.
3861
3862 2007-02-13 [wwp]        2.7.2cvs42
3863
3864         * src/prefs_matcher.c
3865         * src/plugins/bogofilter/bogofilter_gtk.c
3866                 A bit of string factorization around "Select ..." buttons.
3867
3868 2007-02-11 [colin]      2.7.2cvs41
3869
3870         * src/alertpanel.c
3871                 Make sure to escape the title
3872
3873 2007-02-11 [colin]      2.7.2cvs40
3874
3875         * src/codeconv.c
3876                 Recognize .utf8 locales as .UTF-8 ones
3877
3878 2007-02-11 [colin]      2.7.2cvs39
3879
3880         * src/compose.c
3881                 Fix code conversion when dragging a file
3882
3883 2007-02-09 [colin]      2.7.2cvs38
3884
3885         * src/plugins/clamav/clamav_plugin.c
3886                 Complete Paul's patch with conditional
3887                 compilation to avoid breaking compilation
3888                 on old Dapper and Edgy... Maybe other
3889                 distros too.
3890
3891 2007-02-09 [paul]       2.7.2cvs37
3892
3893         * src/plugins/clamav/clamav_plugin.c
3894                 fix for the upstream changes in libclamav
3895
3896 2007-02-09 [paul]       2.7.2cvs36
3897
3898         * src/main.c
3899         * src/mainwindow.c
3900         * src/procmsg.c
3901         * src/procmsg.h
3902                 fix "warn if there are queued messages" (on exit)
3903                 option, which only checked the first mailbox's
3904                 queue
3905                 don't ask before emptying trash if there are no
3906                 messages in trash, also check and empty all trash
3907                 folders
3908         * src/prefs_other.c
3909                 move "Ask before emptying trash" option
3910                 outside of the "On exit" frame as it's
3911                 not only an "On exit" option
3912
3913 2007-02-09 [paul]       2.7.2cvs35
3914
3915         * src/addrgather.c
3916         * src/alertpanel.c
3917         * src/editldap.c
3918         * src/prefs_account.c
3919         * src/prefs_folder_item.c
3920         * src/prefs_gtk.h
3921         * src/prefs_matcher.c
3922         * src/prefs_message.c
3923         * src/prefs_msg_colors.c
3924         * src/prefs_summaries.c
3925         * src/wizard.c
3926         * src/gtk/inputdialog.c
3927         * src/plugins/bogofilter/bogofilter_gtk.c
3928                 pedantic commit: use 'checkbtn' everywhere
3929                 instead of a mixture of 'checkbtn' and 'chkbtn'
3930
3931 2007-02-09 [paul]       2.7.2cvs34
3932
3933         * src/compose.c
3934                 fix default hotkeys
3935         * src/prefs_other.c
3936         * src/prefs_send.c
3937                 move "Never send Return Receipts" from
3938                 prefs_other to prefs_send
3939                 add an option "Ask about account specific
3940                 filtering rules..." to prefs_other
3941         * src/gtk/gtkutils.c
3942                 fix a compiler warning
3943
3944 2007-02-08 [colin]      2.7.2cvs33
3945
3946         * src/plugins/pgpinline/pgpinline.c
3947                 Fix bug 1110, 'pgpmime fails to process 
3948                 encapsulated openpgp mime (rfc 3156, 6.1 
3949                 -> rfc1847)'
3950                 It was due to an interaction between PGP/Mime
3951                 and PGP/Inline plugin. 
3952
3953 2007-02-08 [colin]      2.7.2cvs32
3954
3955         * src/inc.c
3956         * src/mbox.c
3957         * src/mbox.h
3958                 Fix bug 1117, 'fcntl locking code 
3959                 does not work in mbox.c'
3960
3961 2007-02-08 [colin]      2.7.2cvs31
3962
3963         * src/prefs_account.c
3964                 Fix Gentoo bug 165819, 'can't create 
3965                 a "local mbox file" account'. Patch
3966                 by Olivier <castan.o@free.fr>
3967
3968 2007-02-07 [colin]      2.7.2cvs30
3969
3970         * src/ldapquery.c
3971                 Fix bug 1106, 'Claws crash on exit if LDAPS 
3972                 autocompletion was used'
3973
3974 2007-02-07 [paul]       2.7.2cvs29
3975
3976         * src/folder.c
3977                 cut down on unnecessary debug_prints
3978         * src/imap_gtk.c
3979                 fix menu_set_active() on 'Show only
3980                 subscribed folders'
3981
3982 2007-02-07 [paul]       2.7.2cvs28
3983
3984         * src/plugins/clamav/clamav_plugin.c
3985         * src/plugins/clamav/clamav_plugin.h
3986         * src/plugins/clamav/clamav_plugin_gtk.c
3987                 fix copyright header
3988
3989 2007-02-07 [paul]       2.7.2cvs27
3990
3991         * src/procheader.c
3992                 fix bug 1116, 'summary view allow a 
3993                 subject line break'
3994
3995 2007-02-06 [colin]      2.7.2cvs26
3996
3997         * src/summaryview.c
3998                 Fix delete thread
3999
4000 2007-02-05 [fabien]     2.7.2cvs25
4001
4002         * po/POTFILES.in
4003         * src/uri_opener.c
4004                 i18n related - 1 fix and 1 message for translators.
4005
4006 2007-02-05 [colin]      2.7.2cvs24
4007
4008         * src/gtk/quicksearch.c
4009                 Don't reload summary list if quicksearch wasn't
4010                 active on hiding; move currently selected mail in
4011                 the visible area when showing the quicksearch
4012
4013 2007-02-05 [colin]      2.7.2cvs23
4014
4015         * src/folderview.c
4016                 Add debug to try to solve bug 1104
4017
4018 2007-02-05 [paul]       2.7.2cvs22
4019
4020         * src/mainwindow.c
4021                 confirm before emptying trash on exit is
4022                 a Yes or No answer, use Yes or No in the
4023                 dialog
4024
4025 2007-02-04 [colin]      2.7.2cvs21
4026
4027         * src/compose.c
4028         * src/plugins/pgpcore/passphrase.c
4029         * src/plugins/pgpcore/select-keys.c
4030                 Set wmclass on new windows
4031
4032 2007-02-04 [colin]
4033
4034         2.8.0-rc1 released
4035
4036 2007-02-04 [colin]      2.7.2cvs20
4037
4038         * src/compose.c
4039         * src/compose.h
4040                 Auto save drafts on exit, reopen them
4041                 at startup, instead of asking
4042         * src/account.c
4043         * src/addressadd.c
4044         * src/addressbook.c
4045         * src/addressbook_foldersel.c
4046         * src/addrgather.c
4047         * src/crash.c
4048         * src/editaddress.c
4049         * src/editbook.c
4050         * src/editgroup.c
4051         * src/editjpilot.c
4052         * src/editldap.c
4053         * src/editldap_basedn.c
4054         * src/editvcard.c
4055         * src/exphtmldlg.c
4056         * src/expldifdlg.c
4057         * src/export.c
4058         * src/foldersel.c
4059         * src/gedit-print.c
4060         * src/import.c
4061         * src/importldif.c
4062         * src/importmutt.c
4063         * src/importpine.c
4064         * src/main.c
4065         * src/mainwindow.c
4066         * src/message_search.c
4067         * src/messageview.c
4068         * src/prefs_actions.c
4069         * src/prefs_customheader.c
4070         * src/prefs_display_header.c
4071         * src/prefs_filtering.c
4072         * src/prefs_filtering_action.c
4073         * src/prefs_folder_column.c
4074         * src/prefs_gtk.c
4075         * src/prefs_matcher.c
4076         * src/prefs_other.c
4077         * src/prefs_summaries.c
4078         * src/prefs_summary_column.c
4079         * src/prefs_template.c
4080         * src/sourcewindow.c
4081         * src/ssl_manager.c
4082         * src/summary_search.c
4083         * src/uri_opener.c
4084         * src/gtk/about.c
4085         * src/gtk/description_window.c
4086         * src/gtk/foldersort.c
4087         * src/gtk/gtkutils.c
4088         * src/gtk/gtkutils.h
4089         * src/gtk/icon_legend.c
4090         * src/gtk/logwindow.c
4091         * src/gtk/pluginwindow.c
4092         * src/gtk/prefswindow.c
4093                 Give different wmclass to different
4094                 windows - thanks to sed ;)
4095
4096 2007-02-04 [colin]      2.7.2cvs19
4097
4098         * src/main.c
4099                 Revert previous patch, can't reproduce
4100                 it anymore. 
4101
4102 2007-02-03 [colin]      2.7.2cvs18
4103
4104         * src/main.c
4105                 Don't save the mainwindow size and
4106                 position on emergency exit (libSM's
4107                 "die" callback), Xfce seems to make
4108                 the window smaller just before the
4109                 size's saved.
4110
4111 2007-02-03 [colin]      2.7.2cvs17
4112
4113         * src/plugins/bogofilter/bogofilter.c
4114         * src/plugins/bogofilter/bogofilter.h
4115         * src/plugins/bogofilter/bogofilter_gtk.c
4116         * src/plugins/pgpinline/pgpinline.c
4117         * src/plugins/pgpinline/pgpinline.h
4118                 Fix more copyrights
4119
4120 2007-02-03 [colin]      2.7.2cvs16
4121
4122         * src/partial_download.c
4123         * src/partial_download.h
4124         * src/ssl_manager.c
4125         * src/ssl_manager.h
4126         * src/uri_opener.c
4127         * src/uri_opener.h
4128         * src/wizard.c
4129         * src/wizard.h
4130         * src/common/ssl_certificate.c
4131         * src/common/ssl_certificate.h
4132         * src/gtk/quicksearch.c
4133         * src/gtk/quicksearch.h
4134         * src/gtk/sslcertwindow.c
4135         * src/gtk/sslcertwindow.h
4136                 Fix copyright on my files
4137
4138 2007-02-02 [colin]      2.7.2cvs15
4139
4140         * src/Makefile.am
4141         * src/mainwindow.c
4142         * src/messageview.c
4143         * src/messageview.h
4144         * src/textview.c
4145         * src/textview.h
4146         * src/uri_opener.c
4147         * src/uri_opener.h
4148                 Add Tools/List URIs to allow
4149                 opening any URI in the current mail
4150
4151 2007-02-02 [colin]      2.7.2cvs14
4152
4153         * src/common/valgrind.h ** NEW FILE **
4154         * src/common/Makefile.am
4155         * src/common/plugin.c
4156                 Don't dlclose the plugins if we're running
4157                 under valgrind. (doesn't require valgrind
4158                 either at compile time or run time).
4159
4160 2007-02-01 [paul]       2.7.2cvs13
4161
4162         * AUTHORS
4163         * src/gtk/authors.h
4164         * tools/freshmeat_search.pl
4165         * tools/google_search.pl
4166         * tools/multiwebsearch.pl
4167                 add support for non ISO-8859-1 compatible locales
4168                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4169
4170 2007-02-01 [colin]      2.7.2cvs12
4171
4172         * src/prefs_other.c
4173         * src/prefs_summaries.c
4174                 Move keybinding prefs to the Other page
4175
4176 2007-02-01 [wwp]        2.7.2cvs11
4177
4178         * src/plugins/trayicon/trayicon.c
4179                 Fix a raising issue within KDE.
4180
4181 2007-02-01 [colin]      2.7.2cvs10
4182
4183         * src/codeconv.c
4184                 Fix stray quotes in encoded strings
4185         * src/addressadd.c
4186                 Fix wrong call causing g_warnings
4187         * src/textview.c
4188                 Remove useless message
4189
4190 2007-01-31 [wwp]        2.7.2cvs9
4191
4192         * src/plugins/trayicon/trayicon.c
4193                 fix buggy hiding of main window when closing if close-to-tray
4194                 is not set (bad logics  in the trayicon hook code).
4195                 Changed the quit confirmation message too.
4196
4197 2007-01-30 [colin]      2.7.2cvs8
4198
4199         * src/main.c
4200                 Fix hidden mainwindow after clicking on
4201                 the X close button, if compose windows
4202                 exist and the user chooses not to quit
4203
4204 2007-01-30 [colin]      2.7.2cvs7
4205
4206         * src/main.c
4207         * src/compose.c
4208                 Handle local URIs to attach files (file:///...)
4209                 Fixes attaching files from Thunar for example
4210
4211 2007-01-30 [colin]      2.7.2cvs6
4212
4213         * src/prefs_ext_prog.c
4214                 Add 'mousepad' to the list of text editors.
4215                 Mousepad is XFCE's text editor
4216
4217 2007-01-29 [wwp]        2.7.2cvs5
4218
4219         * po/POTFILES.in
4220         * src/plugins/trayicon/trayicon_prefs.c
4221                 trayicon i18n fixes, thanks to Fabien.
4222
4223 2007-01-28 [wwp]        2.7.2cvs4
4224
4225         * src/mainwindow.c
4226         * src/mainwindow.h
4227         * src/plugins/trayicon/trayicon.c
4228         * src/plugins/trayicon/trayicon_prefs.c
4229         * src/plugins/trayicon/trayicon_prefs.h
4230                 Added a new TrayIcon plugin option to close to tray
4231                 (WM's hotkey and [X] button will hide the window instead
4232                 of closing it - closing CM can be done using the tray icon
4233                 menu or the File menu).
4234                 Improved visibility handling in trayicon, clicking the
4235                 trayicon now raise the window to current desktop when it
4236                 was either minimized/shaded/on another desktop.
4237                 Thanks to Paul for testing and fixing a strange behaviour
4238                 in KDE ;-).
4239
4240 2007-01-27 [paul]       2.7.2cvs3
4241
4242         * src/prefs_folder_item.c
4243         * src/prefs_receive.c
4244         * src/plugins/pgpcore/prefs_gpg.c
4245                 use 'start-up' instead of 'startup' in labels
4246
4247 2007-01-26 [wwp]        2.7.2cvs2
4248
4249         * src/plugins/trayicon/Makefile.am
4250         * src/plugins/trayicon/trayicon.c
4251         * src/plugins/trayicon/trayicon_prefs.c
4252         * src/plugins/trayicon/trayicon_prefs.h
4253                 Add a new TrayIcon option to hide the main window at
4254                 start-up.
4255                 Fix trayicon.c copyright header.
4256
4257 2007-01-26 [paul]       2.7.2cvs1
4258
4259         * NEWS
4260         * README
4261         * RELEASE_NOTES
4262         * configure.ac
4263                 bump up version number following
4264                 stable release
4265
4266 2007-01-25 [mones]      2.7.1cvs60
4267
4268         * po/es.po
4269                 updated thousands of strings (well, probably less ;-)
4270
4271 2007-01-25 [colin]      2.7.1cvs59
4272
4273         * src/matcher.c
4274                 Fix 2nd-run loss of matcherrc on new
4275                 configurations. 
4276
4277 2007-01-25 [wwp]        2.7.1cvs58
4278
4279         * src/mimeview.c
4280                 fix handling of empty value in attach_save_directory too, thanks
4281                 to Colin.
4282
4283 2007-01-25 [wwp]        2.7.1cvs57
4284
4285         * src/gtk/filesel.c
4286                 fix handling of empty value in attach_load_directory,
4287                 thanks to Colin.
4288
4289 2007-01-25 [wwp]        2.7.1cvs56
4290
4291         * src/plugins/dillo_viewer/dillo_prefs.h
4292                 fix a typo.
4293
4294 2007-01-25 [colin]      2.7.1cvs55
4295
4296         * src/matcher.c
4297         * src/matcher.h
4298         * src/matcher_parser_parse.y
4299         * src/prefs_matcher.c
4300                 Add matching on the spam flag
4301
4302 2007-01-24 [colin]      2.7.1cvs54
4303
4304         * src/folder.c
4305         * src/common/xml.c
4306         * src/common/xml.h
4307                 Make sure folderlist.xml is correctly
4308                 written before overwriting it.
4309         * src/procmsg.c
4310         * src/procmsg.h
4311         * src/summaryview.c
4312         * src/plugins/bogofilter/bogofilter.c
4313         * src/plugins/bogofilter/bogofilter.h
4314         * src/plugins/bogofilter/bogofilter_gtk.c
4315         * src/plugins/spamassassin/spamassassin.c
4316         * src/plugins/spamassassin/spamassassin.h
4317         * src/plugins/spamassassin/spamassassin_gtk.c
4318                 Move spam to the correct trash folder after
4319                 learning, if spam directory isn't set.
4320
4321 2007-01-23 [paul]       2.7.1cvs53
4322
4323         * src/plugins/bogofilter/bogofilter_gtk.c
4324                 fix sensitivity of "Insert X-Bogosity header"
4325                 option
4326
4327 2007-01-23 [colin]      2.7.1cvs52
4328
4329         * src/toolbar.c
4330                 Translate toolbar items text if
4331                 they're translatable (default)
4332         * src/addrcache.c
4333         * src/addrcache.h
4334         * src/addritem.c
4335         * src/addritem.h
4336         * src/codeconv.c
4337         * src/codeconv.h
4338         * src/jpilot.c
4339         * src/jpilot.h
4340         * src/ldapctrl.c
4341         * src/ldapctrl.h
4342         * src/ldapquery.h
4343         * src/ldif.c
4344         * src/ldif.h
4345         * src/etpan/etpan-thread-manager.c
4346         * src/etpan/etpan-thread-manager.h
4347         * src/gtk/gtkutils.c
4348         * src/gtk/gtkutils.h
4349                 More static functions
4350
4351 2007-01-22 [fabien]     2.7.1cvs51
4352
4353         * src/gtk/gtkutils.c
4354                 gtkut_get_options_frame() : ability to pass
4355                 a 'NULL' value in frame pointer parameter if
4356                 we don't need it.
4357
4358 2007-01-22 [colin]      2.7.1cvs50
4359
4360         * src/procmsg.c
4361         * src/procmsg.h
4362         * src/plugins/bogofilter/bogofilter.c
4363         * src/plugins/bogofilter/bogofilter_gtk.c
4364         * src/plugins/spamassassin/spamassassin.c
4365         * src/plugins/spamassassin/spamassassin_gtk.c
4366                 Allow moving spams to the account's trash
4367                 instead of default one
4368
4369 2007-01-21 [colin]      2.7.1cvs49
4370
4371         * src/ldapquery.c
4372         * src/ldapquery.h
4373                 Revert a static function that shouldn't
4374                 have been
4375
4376 2007-01-21 [colin]      2.7.1cvs48
4377
4378         * src/ldapquery.c
4379         * src/ldapquery.h
4380                 Same
4381
4382 2007-01-21 [colin]      2.7.1cvs47
4383
4384         * src/procmsg.c
4385         * src/procmsg.h
4386                 Same
4387
4388 2007-01-21 [colin]      2.7.1cvs46
4389
4390         * src/common/socket.c
4391         * src/common/socket.h
4392                 Same
4393
4394 2007-01-21 [colin]      2.7.1cvs45
4395
4396         * src/crash.c
4397         * src/exporthtml.c
4398         * src/exporthtml.h
4399         * src/exportldif.c
4400         * src/exportldif.h
4401         * src/folder.c
4402         * src/folder.h
4403         * src/folder_item_prefs.c
4404         * src/folder_item_prefs.h
4405         * src/folderview.c
4406         * src/folderview.h
4407         * src/gedit-print.c
4408         * src/gedit-print.h
4409         * src/main.c
4410         * src/main.h
4411         * src/common/socket.c
4412         * src/common/socket.h
4413         * src/gtk/gtkaspell.c
4414         * src/gtk/gtkaspell.h
4415         * src/gtk/quicksearch.c
4416         * src/gtk/quicksearch.h
4417                 Same
4418
4419 2007-01-21 [colin]      2.7.1cvs44
4420
4421         * src/common/utils.c
4422         * src/common/utils.h
4423         * src/etpan/etpan-thread-manager.c
4424         * src/etpan/etpan-thread-manager.h
4425                 Same (Funny that etpan_thread_unbind
4426                 is called but not etpan_thread_bind)
4427
4428 2007-01-21 [colin]      2.7.1cvs43
4429
4430         * src/addrselect.c
4431         * src/addrselect.h
4432         * src/codeconv.c
4433         * src/codeconv.h
4434         * src/compose.c
4435         * src/compose.h
4436         * src/etpan/Makefile.am
4437         * src/gtk/colorlabel.c
4438         * src/gtk/colorlabel.h
4439         * src/gtk/sslcertwindow.c
4440         * src/gtk/sslcertwindow.h
4441         * src/etpan/etpan-log.c ** REMOVED **
4442         * src/etpan/etpan-log.h ** REMOVED **
4443                 Same
4444
4445 2007-01-20 [colin]      2.7.1cvs42
4446
4447         * src/addritem.c
4448         * src/addritem.h
4449                 Same
4450
4451 2007-01-20 [colin]      2.7.1cvs41
4452
4453         * src/account.c
4454         * src/account.h
4455         * src/addrbook.c
4456         * src/addrbook.h
4457         * src/addrcache.c
4458         * src/addrcache.h
4459         * src/addrclip.c
4460         * src/addrclip.h
4461         * src/addressbook.c
4462         * src/addressbook.h
4463         * src/addrharvest.c
4464         * src/addrharvest.h
4465         * src/addrindex.c
4466         * src/addrindex.h
4467         * src/editaddress.c
4468         * src/editaddress.h
4469                 Make functions that aren't used in other
4470                 files static
4471
4472 2007-01-20 [colin]      2.7.1cvs40
4473
4474         * src/account.c
4475         * src/addrbook.c
4476         * src/addrcache.c
4477         * src/addressbook.c
4478         * src/addrgather.c
4479         * src/addrindex.c
4480         * src/addrquery.c
4481         * src/addrselect.c
4482         * src/browseldap.c
4483         * src/compose.c
4484         * src/editbook.c
4485         * src/editjpilot.c
4486         * src/editldap.c
4487         * src/editldap_basedn.c
4488         * src/editvcard.c
4489         * src/exporthtml.c
4490         * src/exportldif.c
4491         * src/folder.c
4492         * src/folderview.c
4493         * src/image_viewer.c
4494         * src/imap.c
4495         * src/importmutt.c
4496         * src/importpine.c
4497         * src/jpilot.c
4498         * src/ldapquery.c
4499         * src/main.c
4500         * src/mainwindow.c
4501         * src/matcher.c
4502         * src/messageview.c
4503         * src/mh.c
4504         * src/mimeview.c
4505         * src/msgcache.c
4506         * src/mutt.c
4507         * src/news.c
4508         * src/pine.c
4509         * src/prefs_account.c
4510         * src/prefs_common.c
4511         * src/prefs_compose_writing.c
4512         * src/prefs_ext_prog.c
4513         * src/prefs_folder_item.c
4514         * src/prefs_fonts.c
4515         * src/prefs_message.c
4516         * src/prefs_msg_colors.c
4517         * src/prefs_other.c
4518         * src/prefs_quote.c
4519         * src/prefs_receive.c
4520         * src/prefs_send.c
4521         * src/prefs_spelling.c
4522         * src/prefs_summaries.c
4523         * src/prefs_toolbar.c
4524         * src/prefs_wrapping.c
4525         * src/privacy.c
4526         * src/procmime.c
4527         * src/procmsg.c
4528         * src/ssl_manager.c
4529         * src/statusbar.c
4530         * src/summaryview.c
4531         * src/toolbar.c
4532         * src/vcard.c
4533         * src/common/hooks.c
4534         * src/common/log.c
4535         * src/common/passcrypt.c
4536         * src/common/socket.c
4537         * src/common/ssl.c
4538         * src/common/ssl_certificate.c
4539         * src/common/template.c
4540         * src/common/utils.c
4541         * src/etpan/imap-thread.c
4542         * src/gtk/sslcertwindow.c
4543         * src/gtk/sslcertwindow.h
4544                 Make functions that could be static, static
4545
4546 2007-01-20 [colin]      2.7.1cvs39
4547
4548         * src/editldap.c
4549                 Fix tooltip
4550
4551 2007-01-20 [colin]      2.7.1cvs38
4552
4553         * src/ldapquery.c
4554         * src/ldaputil.c
4555         * src/ldaputil.h
4556                 Fix bug 1102, 'claws-mail-2.7.1 
4557                 makes use of deprecated ldap 
4558                 functions'
4559
4560 2007-01-20 [colin]      2.7.1cvs37
4561
4562         * src/mainwindow.c
4563         * src/mainwindow.h
4564         * src/summaryview.c
4565         * src/gtk/quicksearch.c
4566                 Add Wide message list layout
4567
4568 2007-01-19 [fabien]     2.7.1cvs36
4569
4570         * src/textview.c
4571                 make sure a font change is considered in links of
4572                 headerview.
4573
4574 2007-01-19 [colin]      2.7.1cvs35
4575
4576         * src/main.c
4577         * src/mainwindow.c
4578         * src/mainwindow.h
4579         * src/messageview.c
4580         * src/messageview.h
4581         * src/prefs_common.c
4582         * src/prefs_common.h
4583         * src/summaryview.c
4584         * src/summaryview.h
4585         * src/gtk/quicksearch.c
4586         * src/gtk/quicksearch.h
4587                 Drop 'Separate Folder tree' and 'Separate
4588                 Message View'. Put three layouts in place
4589                 of it.
4590
4591 2007-01-19 [paul]       2.7.1cvs34
4592
4593         * src/prefs_msg_colors.c
4594                 more use of Q_ for translators
4595
4596 2007-01-19 [paul]       2.7.1cvs33
4597
4598         * src/imap_gtk.c
4599         * src/prefs_account.c
4600                 a few changes to the English
4601
4602 2007-01-19 [fabien]     2.7.1cvs32
4603
4604         * src/wizard.c
4605                 factorize translatable string
4606
4607 2007-01-18 [colin]      2.7.1cvs31
4608
4609         * src/main.c
4610                 Don't error out on --sync option. Although
4611                 we don't do anything with it, gtk+ handles
4612                 it, and it's useful for debugging X errors
4613
4614 2007-01-18 [fabien]     2.7.1cvs30
4615
4616         * src/prefs_other.c
4617                 ability to apply on the fly the recent added
4618                 'gtk_can_change_accels' pref (no need to restart).
4619
4620 2007-01-18 [fabien]     2.7.1cvs29
4621
4622         * src/plugins/bogofilter/bogofilter_gtk.c
4623         * src/plugins/bogofilter/bogofilter.c
4624         * src/plugins/spamassassin/spamassassin_gtk.c
4625         * src/addr_compl.c
4626         * src/prefs_account.c
4627                 factorize or rewrite some translatable strings.
4628
4629 2007-01-18 [fabien]     2.7.1cvs28
4630
4631         * src/prefs_gtk.h
4632         * src/compose.c
4633                 set a 4pix space between "Subject:" label and subject entry in
4634                 compose window.
4635
4636 2007-01-18 [wwp]        2.7.1cvs27
4637
4638         * src/addressbook.c
4639                 fix conflicting address-copy/paste when focus is set
4640                 to the embedded edit-person form.
4641  
4642
4643 2007-01-18 [wwp]        2.7.1cvs26
4644
4645         * src/addressbook.h
4646                 complete 2.7.1cvs23 (one more file was missing from that
4647                 commit).
4648
4649 2007-01-18 [colin]      2.7.1cvs25
4650
4651         * src/main.c
4652                 Provide a way to migrate without backup
4653                 Re-ask for migration on next start if 
4654                 it has been refused and wizard has been 
4655                 cancelled after.
4656
4657 2007-01-18 [wwp]        2.7.1cvs24
4658
4659         * src/editaddress.c
4660                 complete 2.7.1.cvs23 (file was missing from previous
4661                 commit).
4662
4663 2007-01-18 [wwp]        2.7.1cvs23
4664
4665         * src/addressbook.c
4666                 fix potential crashes in address book's focus_in/out signal handlers,
4667                 force focus to the edit-person form when clicked the Edit menu entry or
4668                 button (this only matters if the edit-person form is embedded to the
4669                 AB window, in that case, focus is not set when browsing the contacts
4670                 list w/ keys or mouse clicks).
4671
4672 2007-01-18 [paul]       2.7.1cvs22
4673
4674         * src/main.c
4675                 add command line options:
4676                 -h for --help
4677                 -q and --quit for --exit
4678                 -v for --version
4679                 print "Unknown option" for unknown options
4680
4681 2007-01-18 [paul]       2.7.1cvs21
4682
4683         * po/ru.po
4684                 updated by Pavlo Bohmat
4685
4686 2007-01-18 [paul]       2.7.1cvs20
4687
4688         * src/mainwindow.c
4689                 fix sensitivity issues of Mark as Spam/Ham
4690
4691 2007-01-17 [fabien]     2.7.1cvs19
4692
4693         * src/prefs_other.c
4694         * src/prefs_common.c
4695         * src/prefs_common.h
4696         * src/main.c
4697                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4698                 control the corresponding gtk property. It could be used to lock
4699                 all shortcuts (avoid to set one of them by inadvertency).
4700
4701 2007-01-17 [colin]      2.7.1cvs18
4702
4703         * src/summaryview.c
4704                 Fix bug 1100, 'Highlighted e-mail data not visible 
4705                 when color label applied.'. Use a weighted average
4706                 between normal selected foreground color and color
4707                 label instead of a simple one (3/1 instead 1/1).
4708
4709 2007-01-17 [colin]      2.7.1cvs17
4710
4711         * src/messageview.c
4712                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4713                 crash' - don't prevent mail switching while loading
4714
4715 2007-01-17 [colin]      2.7.1cvs16
4716
4717         * src/folder.c
4718         * src/folder.h
4719         * src/folderview.c
4720         * src/folderview.h
4721         * src/imap.c
4722         * src/imap.h
4723         * src/imap_gtk.c
4724                 Manage recursive search of unsubscribed folders
4725                 Rescan tree without checking for new messages 
4726                 after subscriptions changed
4727
4728 2007-01-17 [paul]       2.7.1cvs15
4729
4730         * src/prefs_common.c
4731         * src/gtk/pluginwindow.c
4732                 fix bug 1101, '"Load plugin" button is
4733                 accidentally hidden'
4734                 unset (-1) initial width in prefs_common,
4735                 fix overlapping buttons,
4736                 and other cleanups
4737
4738 2007-01-17 [paul]       2.7.1cvs14
4739
4740         * src/procmime.c
4741                 add #include <errno.h>, it's needed
4742                 on some systems
4743
4744 2007-01-17 [paul]       2.7.1cvs13
4745
4746         * src/common/defs.h
4747         * tools/make.themes.project
4748                 rename .sylpheed_themeinfo to .claws_themeinfo
4749                 and use it
4750         * src/etpan/etpan-errors.h
4751         * src/etpan/etpan-log.c
4752         * src/etpan/etpan-log.h
4753         * src/etpan/etpan-thread-manager-types.h
4754         * src/etpan/etpan-thread-manager.c
4755         * src/etpan/etpan-thread-manager.h
4756         * src/etpan/imap-thread.c
4757         * src/etpan/imap-thread.h
4758                 add copyright header
4759
4760 2007-01-17 [colin]      2.7.1cvs12
4761
4762         * src/plugins/pgpcore/select-keys.c
4763         * src/gtk/pluginwindow.c
4764         * src/prefs_account.c
4765                 Fix warnings
4766
4767 2007-01-16 [colin]      2.7.1cvs11
4768
4769         * src/imap.c
4770         * src/imap.h
4771         * src/imap_gtk.c
4772                 Manage subscribing to subfolders when only
4773                 subscribed folders are shown.
4774
4775 2007-01-16 [colin]      2.7.1cvs10
4776
4777         * src/folderview.c
4778                 Fix annoying vscrollbar going back to top
4779                 on Check for new folders
4780
4781 2007-01-16 [colin]      2.7.1cvs9
4782
4783         * src/imap.c
4784                 Remove printf
4785
4786 2007-01-16 [colin]      2.7.1cvs8
4787
4788         * src/filtering.c
4789                 Bigger buffer for errors
4790         * src/imap.c
4791         * src/imap.h
4792         * src/imap_gtk.c
4793         * src/prefs_account.c
4794         * src/prefs_account.h
4795         * src/wizard.c
4796         * src/etpan/imap-thread.c
4797         * src/etpan/imap-thread.h
4798         * manual/handling.xml
4799                 Add subscriptions management. What it changes:
4800                 Creating a folder subscribes to it
4801                 Deleting a folder unsubscribes it
4802                 New contextual menu item allowing to switch between
4803                 All folders and Subscribed folders, subscribe, and
4804                 unsubscribe. "Creating" an existing but unsubscribed
4805                 folder will subscribe it.
4806                 By default for new accounts, only subscribed folders 
4807                 are shown.
4808
4809
4810 2007-01-16 [paul]       2.7.1cvs7
4811
4812         * src/summaryview.c
4813                 Allow folder classes to specify only sort_key or
4814                 sort_type instead of both or none.
4815
4816 2007-01-16 [paul]       2.7.1cvs6
4817
4818         * src/action.c
4819         * src/compose.c
4820         * src/mimeview.c
4821         * src/procmime.c
4822         * src/textview.c
4823                 Save and use errno for procmime_get_part
4824
4825 2007-01-16 [colin]      2.7.1cvs5
4826
4827         * src/imap.c
4828                 Never remove INBOX when scanning for
4829                 new folders. It's a special folder
4830                 that has to exist.
4831
4832 2007-01-15 [colin]      2.7.1cvs4
4833
4834         * src/imap.c
4835                 Fix 'Check for new folders' when IMAP subdirectory
4836                 is set
4837         * src/etpan/imap-thread.c
4838                 Fix build
4839
4840 2007-01-15 [colin]      2.7.1cvs3
4841
4842         * src/etpan/imap-thread.c
4843                 Fix invalid free on command-connection
4844                 error
4845
4846 2007-01-15 [wwp]        2.7.1cvs2
4847
4848         * src/matcher_parser_lex.l
4849         * src/quote_fmt_lex.l
4850         * src/matcher_parser_parse.y
4851                 fix copyright header in lexers and parsers.
4852
4853 2007-01-15 [paul]       2.7.1cvs1
4854
4855         * NEWS
4856         * README
4857         * RELEASE_NOTES
4858         * configure.ac
4859                 bump up version number following
4860                 stable release
4861
4862 2007-01-15 [paul]       2.7.0cvs31
4863
4864         * AUTHORS
4865         * src/gtk/authors.h
4866                 add Fabien to the Team list
4867                 add the recent contributors
4868                 make a few corrections
4869
4870 2007-01-15 [paul]       2.7.0cvs30
4871
4872         * src/mainwindow.c
4873                 fix compiler warning
4874         * src/plugins/pgpcore/prefs_gpg.c
4875         * src/plugins/pgpcore/prefs_gpg.h
4876                 add missing include
4877                 fix copyright header
4878
4879 2007-01-14 [colin]      2.7.0cvs29
4880
4881         * src/gtk/filesel.c
4882                 Use the 'gtk+' backend. Avoids gnome-vfs use,
4883                 two benefits: faster to open, will fix strange
4884                 dbus-related crash. Thanks to Pascal Terjan.
4885
4886 2007-01-14 [colin]      2.7.0cvs28
4887
4888         * src/etpan/imap-thread.c
4889                 Delete the old imap just after allocating
4890                 the new one. Makes sure we don't get the
4891                 same pointer by sheer luck, which feels
4892                 strange in the debug log.
4893
4894 2007-01-14 [colin]      2.7.0cvs27
4895
4896         * src/gtk/inputdialog.c
4897                 Make sure we don't print passwords in
4898                 clear text when in debug mode
4899
4900 2007-01-14 [colin]      2.7.0cvs26
4901
4902         * src/gtk/gtksctree.c
4903                 Fix bug 1098, 'bogus last row display 
4904                 after expanding a thread'. Patch by
4905                 Jindrich Makovicka <makovick@gmail.com>
4906
4907 2007-01-14 [colin]      2.7.0cvs25
4908
4909         * src/etpan/imap-thread.c
4910                 Close socket manually before
4911                 freeing the imap struct
4912
4913 2007-01-14 [colin]      2.7.0cvs24
4914
4915         * src/etpan/imap-thread.c
4916                 Maybe fix new reconnection issues
4917
4918 2007-01-13 [colin]      2.7.0cvs23
4919
4920         * src/summaryview.c
4921                 Freeze/thaw on thread selection
4922
4923 2007-01-13 [paul]       2.7.0cvs22
4924
4925         * src/mainwindow.c
4926         * src/summaryview.c
4927         * src/summaryview.h
4928                 add 'Edit/Delete thread'
4929
4930 2007-01-13 [colin]      2.7.0cvs21
4931
4932         * src/prefs_account.c
4933         * src/prefs_compose_writing.c
4934         * src/prefs_message.c
4935         * src/prefs_msg_colors.c
4936         * src/prefs_other.c
4937         * src/prefs_receive.c
4938         * src/prefs_spelling.c
4939         * src/prefs_summaries.c
4940         * src/prefs_themes.c
4941         * src/gtk/gtkutils.c
4942         * src/gtk/gtkutils.h
4943         * src/plugins/pgpcore/prefs_gpg.c
4944         * src/plugins/spamassassin/spamassassin_gtk.c
4945                 Factorize gtk frame creation
4946                 Patch by Pawel
4947
4948 2007-01-13 [colin]      2.7.0cvs20
4949
4950         * src/message_search.c
4951         * src/summary_search.c
4952                 Fix Enter in search windows
4953         * src/messageview.c
4954                 Fix body search starting at the
4955                 end of the mail (and asking for loop)
4956
4957 2007-01-13 [colin]      2.7.0cvs19
4958
4959         * src/etpan/imap-thread.c
4960                 Make sure we don't free the same imap
4961                 twice
4962
4963 2007-01-13 [colin]      2.7.0cvs18
4964
4965         * commitHelper
4966                 Allow multiple commitHelpers to
4967                 run at once
4968
4969 2007-01-12 [colin]      2.7.0cvs17
4970
4971         * src/etpan/imap-thread.c
4972                 Make sure we get rid of the previous mailimap
4973                 when connecting - just in case disconnect was
4974                 unclean
4975
4976 2007-01-12 [paul]       2.7.0cvs16
4977
4978         * src/compose.c
4979                 Strip S/MIME signatures when re-editing
4980                 S/MIME signed messages.
4981
4982 2007-01-12 [paul]       2.7.0cvs15
4983
4984         * configure.ac
4985         * src/addressbook.c
4986         * src/foldersel.c
4987         * src/folderview.c
4988         * src/main.c
4989                 no need to define CLAWS anymore, remove
4990                 all that stuff
4991
4992 2007-01-12 [paul]       2.7.0cvs14
4993
4994         * src/mimeview.c
4995                 check if the mail's signed as
4996                 it can change the mail structure
4997                 Thanks to Colin
4998
4999 2007-01-12 [paul]       2.7.0cvs13
5000
5001         * src/procmime.c
5002                 fix Forwarding msgs with attachments
5003                 that have dos line endings
5004                 Thanks to Colin
5005
5006 2007-01-12 [wwp]        2.7.0cvs12
5007
5008         * configure.ac
5009                 Revert accidentally committed extra version tag.
5010
5011 2007-01-12 [wwp]        2.7.0cvs11
5012
5013         * src/prefs_account.c
5014                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5015
5016 2007-01-11 [colin]      2.7.0cvs10
5017
5018         * src/imap.c
5019                 move g_warning to debug_print
5020                 it scares people for no reason
5021
5022 2007-01-11 [colin]      2.7.0cvs9
5023
5024         * po/POTFILES.in
5025                 Fix files to translate. Patch by
5026                 Fabien
5027
5028 2007-01-11 [paul]       2.7.0cvs8
5029
5030         * src/imap.c
5031                 Fix recursion when server lists the
5032                 current subfolder in the response
5033         * src/mimeview.c
5034                 Fix updating of icon_list/ctree
5035         * src/plugins/pgpcore/select-keys.c
5036                 Fix a few annoyances when choosing
5037                 keys for the CMS (S/MIME) protocol
5038
5039 2007-01-11 [wwp]        2.7.0cvs7
5040
5041         * src/compose.c
5042         * src/prefs_account.c
5043         * src/prefs_account.h
5044                 Add per-account spellcheck default dictionaries settings.
5045
5046 2007-01-10 [colin]      2.7.0cvs6
5047
5048         * src/prefs_folder_item.c
5049                 Factorize strings - patch by Fabien
5050
5051 2007-01-10 [colin]      2.7.0cvs5
5052
5053         * src/mainwindow.c
5054                 Fix bug 1095, 'Crash while changing folder 
5055                 columns during incorporation'
5056
5057 2007-01-09 [colin]      2.7.0cvs4
5058
5059         * src/gtk/pluginwindow.c
5060                 Set the plugin window transient. Seems
5061                 like some window managers hide it in
5062                 the background after "load plugin"...
5063
5064 2007-01-09 [colin]      2.7.0cvs3
5065
5066         * src/gtk/filesel.c
5067                 Use the same type for alloc and free
5068
5069 2007-01-08 [paul]       2.7.0cvs2
5070
5071         * po/nl.po
5072                 updated by Tim Dijkstra
5073
5074 2007-01-08 [paul]       2.7.0cvs1
5075
5076         * src/prefs_themes.c
5077         * src/common/utils.c
5078                 Fix resource leaks
5079
5080 2007-01-08 [paul]       2.7.0
5081
5082         * NEWS
5083         * README
5084         * RELEASE_NOTES
5085                 2.7.0 released
5086
5087 2007-01-08 [paul]       2.6.1cvs119
5088
5089         * doc/man/claws-mail.1
5090                 another correction
5091
5092 2007-01-08 [paul]       2.6.1cvs118
5093
5094         * doc/man/claws-mail.1
5095                 corrections
5096         * manual/advanced.xml
5097                 improved English usage
5098
5099 2007-01-08 [paul]       2.6.1cvs117
5100
5101         * po/ca.po
5102         * po/de.po
5103         * po/en_GB.po
5104         * po/fi.po
5105         * po/it.po
5106         * po/pt_BR.po
5107         * po/sk.po
5108         * po/sr.po
5109         * po/zh_CN.po
5110                 updated by Miquel Oliete, Stephan Sachse, me,
5111                 Tommi Pirinen, Andrea Spadaccini, Frederico
5112                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5113                 Urosevic, and Ralgh Young
5114
5115 2007-01-07 [mones]      2.6.1cvs116
5116
5117         * manual/es/advanced.xml
5118         * po/es.po
5119                 Synced manual (unhide mark_as_read_delay)
5120                 and updated translation for release
5121
5122 2007-01-07 [paul]       2.6.1cvs115
5123
5124         * src/prefs_matcher.c
5125                 make the hbox content fit better under
5126                 various languages
5127
5128 2007-01-07 [colin]      2.6.1cvs114
5129
5130         * src/messageview.c
5131                 Fix bug 1088, 'Ctrl-h produces repeatable
5132                 crash'
5133
5134 2007-01-06 [colin]      2.6.1cvs113
5135
5136         * src/etpan/imap-thread.c
5137                 Add casts to int to get certs. Fixes
5138                 bug 1064, 'crash @ etpan_certificate_check() 
5139                 when opening an IMAP folder', with latest
5140                 libetpan CVS or >= 0.49
5141         * src/mainwindow.c
5142         * src/mainwindow.h
5143         * src/imap_gtk.c
5144         * src/news_gtk.c
5145         * src/prefs_folder_item.c
5146                 Grey out the "synchronise" menu items if
5147                 there's nothing to synchronise.
5148         * src/plugins/pgpcore/sgpgme.c
5149                 Make an error clearer than "Unknown error"
5150
5151 2007-01-06 [colin]      2.6.1cvs112
5152
5153         * src/messageview.c
5154                 Don't try to show a message if updating
5155                 Maybe fixes bug 1088, 'ctrl-h produces
5156                 repeatable crash'.
5157
5158 2007-01-06 [colin]      2.6.1cvs111
5159
5160         * src/summaryview.c
5161                 Disable Control-Space (handle it as Space).
5162
5163 2007-01-05 [paul]       2.6.1cvs110
5164
5165         * src/imap.c
5166                 Fix bug 934, 'sylpheed claws 2.1 
5167                 doesn't show Exchanges Public Folders'
5168                 Thanks to Hoa and Colin
5169         * src/msgcache.c
5170                 Refuse to allocate more than 2 MB for a 
5171                 single field, it's a good indication of
5172                 cache corruption.
5173
5174 2007-01-05 [colin]      2.6.1cvs109
5175
5176         * src/mainwindow.c
5177                 Allow --select'ing emails by Message-ID too
5178
5179 2007-01-05 [colin]      2.6.1cvs108
5180
5181         * src/common/quoted-printable.c
5182                 Uh! Third fix :)
5183
5184 2007-01-05 [colin]      2.6.1cvs107
5185
5186         * src/common/quoted-printable.c
5187                 Fix previous commit about bug 1089
5188                 Thanks to Ralf
5189
5190 2007-01-05 [colin]      2.6.1cvs106
5191
5192         * src/common/quoted-printable.c
5193                 Fix my previous commit on bug 1089
5194                 - Thanks to Ralf :)
5195
5196 2007-01-04 [colin]      2.6.1cvs105
5197
5198         * src/common/quoted-printable.c
5199                 Fix bug 1089, 'NUL characters in Subject 
5200                 line are misinterpreted'. Not a pain to
5201                 fix in fact.
5202
5203 2007-01-04 [colin]      
5204
5205         2.7.0-rc3 released
5206
5207 2007-01-04 [wwp]        2.6.1cvs104
5208
5209         * src/image_viewer.c
5210                 Force operator precedence (fix a compiler warning).
5211
5212 2007-01-04 [colin]      2.6.1cvs103
5213
5214         * src/image_viewer.c
5215                 Be cautious there too (same fix as the one
5216                 in textview from cvs33)
5217         * src/messageview.c
5218                 Don't use any MimeViewer plugin when showing
5219                 all headers
5220
5221 2007-01-03 [wwp]        2.6.1cvs102
5222
5223         * src/html.c
5224         * src/html.h
5225                 fixed "cent" sign (use the existing ASCII one),
5226                 decode more HTML entities,
5227                 converted table ASCII entries to UTF-8,
5228                 moved a switch() into a hashtable.
5229
5230 2007-01-03 [paul]       2.6.1cvs101
5231
5232         * src/compose.c
5233         * src/messageview.c
5234         * src/procmsg.c
5235         * src/procmsg.h
5236                 When possible, use move_msg instead of
5237                 copy_msg + remove_msg to move sent mail
5238                 from Queue to Sent. 
5239
5240 2007-01-03 [paul]       2.6.1cvs100
5241
5242         * src/html.c
5243                 add more html entity recognition:
5244                 pounds, euros, and cents
5245
5246 2007-01-03 [colin]      2.6.1cvs99
5247
5248         * src/imap_gtk.c
5249                 Don't display an error on NOSELECT
5250                 folders when synchronising
5251
5252 2007-01-03 [paul]       2.6.1cvs98
5253
5254         * tools/maildir2claws-mail.pl
5255                 only substitute 'sent-mail' if it's
5256                 the full directory name
5257
5258 2007-01-03 [paul]       2.6.1cvs97
5259
5260         * ChangeLog
5261         * ChangeLog.pre2.0.0
5262         * Makefile.am
5263                 archive a chunk of ChangeLog in
5264                 ChangeLog.pre2.0.0
5265         * ChangeLog.gtk1
5266         * doc/src/ChangeLog.claws-pre0.8.0
5267                 remove ChangeLog.claws-pre0.8.0, adding
5268                 its contents to ChangeLog.gtk1
5269
5270 2007-01-03 [paul]       2.6.1cvs96
5271
5272         * src/account.c
5273         * src/account.h
5274         * src/action.c
5275         * src/action.h
5276         * src/adbookbase.h
5277         * src/addr_compl.c
5278         * src/addr_compl.h
5279         * src/addrbook.c
5280         * src/addrcache.c
5281         * src/addrcache.h
5282         * src/addrcindex.c
5283         * src/addrcindex.h
5284         * src/addrclip.c
5285         * src/addrclip.h
5286         * src/addrdefs.h
5287         * src/addressadd.c
5288         * src/addressadd.h
5289         * src/addressbook.c
5290         * src/addressbook.h
5291         * src/addressbook_foldersel.c
5292         * src/addressbook_foldersel.h
5293         * src/addrgather.c
5294         * src/addrgather.h
5295         * src/addrharvest.c
5296         * src/addrharvest.h
5297         * src/addrindex.c
5298         * src/addrindex.h
5299         * src/addritem.c
5300         * src/addritem.h
5301         * src/addrquery.c
5302         * src/addrquery.h
5303         * src/addrselect.c
5304         * src/addrselect.h
5305         * src/alertpanel.c
5306         * src/alertpanel.h
5307         * src/browseldap.c
5308         * src/browseldap.h
5309         * src/codeconv.c
5310         * src/codeconv.h
5311         * src/compose.c
5312         * src/compose.h
5313         * src/customheader.c
5314         * src/customheader.h
5315         * src/displayheader.c
5316         * src/displayheader.h
5317         * src/editaddress.c
5318         * src/editaddress.h
5319         * src/editbook.c
5320         * src/editbook.h
5321         * src/editgroup.c
5322         * src/editgroup.h
5323         * src/editjpilot.c
5324         * src/editjpilot.h
5325         * src/editldap.c
5326         * src/editldap.h
5327         * src/editldap_basedn.c
5328         * src/editldap_basedn.h
5329         * src/editvcard.c
5330         * src/editvcard.h
5331         * src/exphtmldlg.c
5332         * src/exphtmldlg.h
5333         * src/expldifdlg.c
5334         * src/expldifdlg.h
5335         * src/export.c
5336         * src/export.h
5337         * src/exporthtml.c
5338         * src/exporthtml.h
5339         * src/exportldif.c
5340         * src/exportldif.h
5341         * src/filtering.c
5342         * src/filtering.h
5343         * src/folder.c
5344         * src/folder.h
5345         * src/folder_item_prefs.c
5346         * src/folder_item_prefs.h
5347         * src/foldersel.c
5348         * src/foldersel.h
5349         * src/folderutils.c
5350         * src/folderutils.h
5351         * src/folderview.c
5352         * src/folderview.h
5353         * src/grouplistdialog.c
5354         * src/grouplistdialog.h
5355         * src/headerview.c
5356         * src/html.c
5357         * src/html.h
5358         * src/image_viewer.c
5359         * src/image_viewer.h
5360         * src/imap.c
5361         * src/imap.h
5362         * src/imap_gtk.c
5363         * src/imap_gtk.h
5364         * src/import.c
5365         * src/import.h
5366         * src/importldif.c
5367         * src/importldif.h
5368         * src/importmutt.c
5369         * src/importmutt.h
5370         * src/importpine.c
5371         * src/importpine.h
5372         * src/inc.c
5373         * src/inc.h
5374         * src/jpilot.c
5375         * src/jpilot.h
5376         * src/ldapctrl.c
5377         * src/ldapctrl.h
5378         * src/ldaplocate.c
5379         * src/ldaplocate.h
5380         * src/ldapquery.c
5381         * src/ldapquery.h
5382         * src/ldapserver.c
5383         * src/ldapserver.h
5384         * src/ldaputil.c
5385         * src/ldaputil.h
5386         * src/ldif.c
5387         * src/ldif.h
5388         * src/main.c
5389         * src/main.h
5390         * src/mainwindow.c
5391         * src/mainwindow.h
5392         * src/manual.c
5393         * src/manual.h
5394         * src/mbox.c
5395         * src/message_search.c
5396         * src/message_search.h
5397         * src/messageview.c
5398         * src/messageview.h
5399         * src/mh.c
5400         * src/mh.h
5401         * src/mh_gtk.c
5402         * src/mh_gtk.h
5403         * src/mimeview.c
5404         * src/mimeview.h
5405         * src/msgcache.c
5406         * src/msgcache.h
5407         * src/mutt.c
5408         * src/mutt.h
5409         * src/news.c
5410         * src/news.h
5411         * src/news_gtk.c
5412         * src/news_gtk.h
5413         * src/partial_download.c
5414         * src/partial_download.h
5415         * src/pine.c
5416         * src/pine.h
5417         * src/pop.c
5418         * src/pop.h
5419         * src/prefs_account.c
5420         * src/prefs_account.h
5421         * src/prefs_actions.c
5422         * src/prefs_actions.h
5423         * src/prefs_common.c
5424         * src/prefs_common.h
5425         * src/prefs_compose_writing.c
5426         * src/prefs_compose_writing.h
5427         * src/prefs_customheader.c
5428         * src/prefs_customheader.h
5429         * src/prefs_display_header.c
5430         * src/prefs_display_header.h
5431         * src/prefs_filtering.c
5432         * src/prefs_filtering.h
5433         * src/prefs_filtering_action.c
5434         * src/prefs_filtering_action.h
5435         * src/prefs_folder_column.c
5436         * src/prefs_folder_column.h
5437         * src/prefs_folder_item.c
5438         * src/prefs_folder_item.h
5439         * src/prefs_fonts.c
5440         * src/prefs_fonts.h
5441         * src/prefs_gtk.c
5442         * src/prefs_gtk.h
5443         * src/prefs_image_viewer.c
5444         * src/prefs_image_viewer.h
5445         * src/prefs_matcher.c
5446         * src/prefs_matcher.h
5447         * src/prefs_message.c
5448         * src/prefs_msg_colors.c
5449         * src/prefs_msg_colors.h
5450         * src/prefs_other.c
5451         * src/prefs_quote.c
5452         * src/prefs_receive.c
5453         * src/prefs_send.c
5454         * src/prefs_spelling.c
5455         * src/prefs_spelling.h
5456         * src/prefs_summaries.c
5457         * src/prefs_summaries.h
5458         * src/prefs_summary_column.c
5459         * src/prefs_summary_column.h
5460         * src/prefs_template.c
5461         * src/prefs_template.h
5462         * src/prefs_themes.c
5463         * src/prefs_themes.h
5464         * src/prefs_toolbar.c
5465         * src/prefs_toolbar.h
5466         * src/prefs_wrapping.c
5467         * src/prefs_wrapping.h
5468         * src/privacy.c
5469         * src/privacy.h
5470         * src/procheader.c
5471         * src/procheader.h
5472         * src/procmime.c
5473         * src/procmime.h
5474         * src/procmsg.c
5475         * src/procmsg.h
5476         * src/quote_fmt.c
5477         * src/quote_fmt_parse.y
5478         * src/recv.c
5479         * src/recv.h
5480         * src/remotefolder.c
5481         * src/remotefolder.h
5482         * src/send_message.c
5483         * src/send_message.h
5484         * src/setup.c
5485         * src/setup.h
5486         * src/sourcewindow.c
5487         * src/sourcewindow.h
5488         * src/ssl_manager.c
5489         * src/ssl_manager.h
5490         * src/statusbar.c
5491         * src/statusbar.h
5492         * src/stock_pixmap.c
5493         * src/stock_pixmap.h
5494         * src/summary_search.c
5495         * src/summary_search.h
5496         * src/summaryview.c
5497         * src/summaryview.h
5498         * src/textview.c
5499         * src/textview.h
5500         * src/toolbar.c
5501         * src/toolbar.h
5502         * src/undo.c
5503         * src/undo.h
5504         * src/unmime.c
5505         * src/unmime.h
5506         * src/vcard.c
5507         * src/vcard.h
5508         * src/wizard.c
5509         * src/wizard.h
5510         * src/common/base64.c
5511         * src/common/base64.h
5512         * src/common/defs.h
5513         * src/common/hooks.c
5514         * src/common/hooks.h
5515         * src/common/log.c
5516         * src/common/log.h
5517         * src/common/mgutils.c
5518         * src/common/mgutils.h
5519         * src/common/nntp.c
5520         * src/common/nntp.h
5521         * src/common/passcrypt.c
5522         * src/common/passcrypt.h.in
5523         * src/common/plugin.c
5524         * src/common/plugin.h
5525         * src/common/prefs.c
5526         * src/common/prefs.h
5527         * src/common/progressindicator.c
5528         * src/common/progressindicator.h
5529         * src/common/quoted-printable.c
5530         * src/common/quoted-printable.h
5531         * src/common/session.c
5532         * src/common/session.h
5533         * src/common/smtp.c
5534         * src/common/smtp.h
5535         * src/common/socket.c
5536         * src/common/socket.h
5537         * src/common/ssl.c
5538         * src/common/ssl.h
5539         * src/common/ssl_certificate.c
5540         * src/common/ssl_certificate.h
5541         * src/common/stringtable.c
5542         * src/common/stringtable.h
5543         * src/common/template.c
5544         * src/common/template.h
5545         * src/common/timing.h
5546         * src/common/utils.c
5547         * src/common/utils.h
5548         * src/common/version.h.in
5549         * src/common/xml.c
5550         * src/common/xml.h
5551         * src/common/xmlprops.c
5552         * src/common/xmlprops.h
5553         * src/gtk/about.c
5554         * src/gtk/colorlabel.c
5555         * src/gtk/colorsel.c
5556         * src/gtk/colorsel.h
5557         * src/gtk/combobox.c
5558         * src/gtk/combobox.h
5559         * src/gtk/description_window.c
5560         * src/gtk/description_window.h
5561         * src/gtk/filesel.c
5562         * src/gtk/filesel.h
5563         * src/gtk/foldersort.c
5564         * src/gtk/foldersort.h
5565         * src/gtk/gtksctree.c
5566         * src/gtk/gtkutils.c
5567         * src/gtk/gtkutils.h
5568         * src/gtk/inputdialog.c
5569         * src/gtk/inputdialog.h
5570         * src/gtk/logwindow.c
5571         * src/gtk/logwindow.h
5572         * src/gtk/manage_window.c
5573         * src/gtk/manage_window.h
5574         * src/gtk/menu.c
5575         * src/gtk/menu.h
5576         * src/gtk/pluginwindow.c
5577         * src/gtk/pluginwindow.h
5578         * src/gtk/prefswindow.c
5579         * src/gtk/prefswindow.h
5580         * src/gtk/progressdialog.c
5581         * src/gtk/progressdialog.h
5582         * src/gtk/sslcertwindow.c
5583         * src/gtk/sslcertwindow.h
5584         * src/plugins/bogofilter/bogofilter.c
5585         * src/plugins/bogofilter/bogofilter.h
5586         * src/plugins/bogofilter/bogofilter_gtk.c
5587         * src/plugins/clamav/clamav_plugin.c
5588         * src/plugins/clamav/clamav_plugin.h
5589         * src/plugins/clamav/clamav_plugin_gtk.c
5590         * src/plugins/demo/demo.c
5591         * src/plugins/dillo_viewer/dillo_prefs.c
5592         * src/plugins/dillo_viewer/dillo_prefs.h
5593         * src/plugins/dillo_viewer/dillo_viewer.c
5594         * src/plugins/pgpcore/passphrase.c
5595         * src/plugins/pgpcore/passphrase.h
5596         * src/plugins/pgpcore/pgp_viewer.c
5597         * src/plugins/pgpcore/pgp_viewer.h
5598         * src/plugins/pgpcore/plugin.c
5599         * src/plugins/pgpcore/select-keys.c
5600         * src/plugins/pgpcore/select-keys.h
5601         * src/plugins/pgpcore/sgpgme.c
5602         * src/plugins/pgpcore/sgpgme.h
5603         * src/plugins/pgpinline/pgpinline.c
5604         * src/plugins/pgpinline/pgpinline.h
5605         * src/plugins/pgpinline/plugin.c
5606         * src/plugins/pgpmime/pgpmime.c
5607         * src/plugins/pgpmime/pgpmime.h
5608         * src/plugins/pgpmime/plugin.c
5609         * src/plugins/spamassassin/spamassassin.c
5610         * src/plugins/spamassassin/spamassassin.h
5611         * src/plugins/spamassassin/spamassassin_gtk.c
5612         * src/plugins/trayicon/trayicon.c
5613                 it's 2007, update the year in the copyright headers
5614
5615 2007-01-03 [paul]       2.6.1cvs95
5616
5617         * src/gtk/about.c
5618                 it is 2007, use it in the copyright string
5619
5620 2007-01-03 [paul]       2.6.1cvs94
5621
5622         * src/html.c
5623                 html entity conversion:
5624                 move &#153; to a more suitable place
5625                 add &bull; and &ndash;
5626                 make sure &mdash; and &#8212; are both
5627                 converted the same
5628
5629 2007-01-02 [colin]      2.6.1cvs93
5630
5631         * src/addrbook.c
5632                 Fix leak
5633         * src/common/plugin.c
5634                 Add comment
5635         * src/etpan/imap-thread.c
5636                 Fix warning
5637
5638 2006-12-31 [paul]       2.6.1cvs92
5639
5640         * src/prefs_summaries.c
5641                 use gtk_button_new_from_stock()
5642
5643 2006-12-30 [colin]      2.6.1cvs91
5644
5645         * src/folder.c
5646         * src/imap_gtk.c
5647         * src/mh_gtk.c
5648                 Don't update filtering and account paths 
5649                 when copying folders
5650
5651 2006-12-30 [colin]      2.6.1cvs90
5652
5653         * src/prefs_compose_writing.c
5654         * src/prefs_quote.c
5655         * src/prefs_template.c
5656                 Use message font for Writing and 
5657                 Quoting prefs, as well as Templates.
5658
5659 2006-12-30 [colin]      2.6.1cvs89
5660
5661         * src/prefs_summaries.c
5662                 Rework GUI; patch by Pawel
5663
5664 2006-12-29 [colin]      2.6.1cvs88
5665
5666         * src/prefs_folder_item.c
5667                 Fix bug 1085, 'Apply to subfolder 
5668                 doesn't work' - I was mistaken saying
5669                 it worked in every case
5670
5671 2006-12-28 [colin]      2.6.1cvs87
5672
5673         * src/gtk/gtkaspell.c
5674                 Don't assert if use_alternate is true
5675                 and alt_dictionary isn't set -- this 
5676                 is what happens on upgrade! Rather,
5677                 do with it.
5678
5679 2006-12-28 [colin]      2.6.1cvs86
5680
5681         * Makefile.am
5682                 Fix desktop/icon simplification
5683
5684 2006-12-28 [colin]      2.6.1cvs85
5685
5686         * Makefile.am
5687                 Make desktop and icon not 
5688                 dependant on the desktop
5689
5690 2006-12-28 [wwp]        2.6.1cvs84
5691
5692         * src/plugins/pgpmime/claws.def
5693                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5694
5695 2006-12-28 [wwp]        2.6.1cvs83
5696
5697         * src/prefs_folder_item.c
5698                 Fix coloring of "simplify subject regexp" (folder prefs),
5699                 which might be left to red whereas the regexp gets empty.
5700
5701 2006-12-28 [wwp]        2.6.1cvs82
5702
5703         * src/prefs_common.c
5704         * src/prefs_common.h
5705         * src/addressbook.c
5706         * src/addressitem.h
5707                 Save addressbook mainwindow's horizontal and vertical splitter position.
5708
5709 2006-12-27 [wwp]        2.6.1cvs81
5710
5711         * src/gtk/gtkaspell.c
5712         * src/gtk/gtkaspell.h
5713         * src/compose.c
5714                 Fix assignment of compose's default and alternate dictionary from
5715                 account or folder settings. Now gtkaspell_change_dict does rotate
5716                 dicts only when it's called from a menu cb.
5717
5718 2006-12-27 [wwp]        2.6.1cvs80
5719
5720         * src/folder_item_prefs.c
5721                 Fix randomly initialized default-alt-dictionary (folder prefs),
5722                 complete 2.6.1cvs72.
5723
5724 2006-12-27 [paul]       2.6.1cvs79
5725
5726         * src/imap_gtk.c
5727         * src/mh_gtk.c
5728                 Add Copy folder in the folder's contextual
5729                 menu
5730
5731 2006-12-27 [wwp]        2.6.1cvs78
5732
5733         * src/imap.c
5734                 Clean up session locking, thanks to Colin.
5735
5736 2006-12-26 [colin]      2.6.1cvs77
5737
5738         * src/statusbar.c
5739                 Revert previous patch
5740
5741 2006-12-26 [colin]      2.6.1cvs76
5742
5743         * src/folder.c
5744         * src/folderview.c
5745         * src/imap.c
5746         * src/statusbar.c
5747         * src/etpan/imap-thread.c
5748                 Fix previous commit warnings
5749                 Make statusbar update every second if total < 20
5750                 Make IMAP APPEND faster by simplifying log              
5751
5752 2006-12-26 [colin]      2.6.1cvs75
5753
5754         * src/folder.c
5755         * src/folder.h
5756         * src/folderview.c
5757         * src/folderview.h
5758         * src/imap_gtk.c
5759         * src/mh_gtk.c
5760                 Make it possible to copy folders accross
5761                 mailboxes (this was an arbitrary limitation).
5762                 Still make it impossible to move folders 
5763                 accross mailboxes.
5764
5765 2006-12-26 [colin]      2.6.1cvs74
5766
5767         * src/etpan/imap-thread.c
5768                 Fix bug 1081, 'claws-mail 
5769                 segfaults when going offline 
5770                 while it transfers mails via 
5771                 imap'
5772
5773 2006-12-26 [colin]      2.6.1cvs73
5774
5775         * src/folder_item_prefs.c
5776                 Don't forget alt dictionary when
5777                 renaming/moving folders
5778
5779 2006-12-26 [wwp]        2.6.1cvs72
5780
5781         * src/folder_item_prefs.c
5782                 Add missing defaults for per-folder alt dict
5783                 (forgotten in 2.6.1cvs61).
5784
5785 2006-12-26 [colin]      2.6.1cvs71
5786
5787         * src/wizard.c
5788                 Add tooltip to state that specifying
5789                 full path to mailbox is possible
5790
5791 2006-12-26 [wwp]        2.6.1cvs70
5792
5793         * src/partial_download.c
5794         * src/gtk/gtkvscrollbutton.c
5795         * src/plugins/pgpinline/plugin.c
5796                 Fix for few compiler warnings that matter.
5797
5798 2006-12-25 [colin]      2.6.1cvs69
5799
5800         * src/partial_download.c
5801                 Fix marking for download or deletion
5802                 when the header isn't the first
5803         * src/gtk/logwindow.c
5804                 Fix start of scrolling
5805
5806 2006-12-23 [paul]       2.6.1cvs68
5807
5808         * src/compose.c
5809                 change last commit to use the 'academic'
5810                 method instead. Thanks to wwp
5811
5812 2006-12-23 [paul]       2.6.1cvs67
5813
5814         * src/compose.c
5815                 don't warn about empty subject when
5816                 redirecting
5817
5818 2006-12-22 [colin]      2.6.1cvs66
5819
5820         * src/summary_search.c
5821                 Fix previous patch
5822
5823 2006-12-22 [colin]      2.6.1cvs65
5824
5825         * src/gtk/gtkutils.c
5826         * src/imap.c
5827         * src/jpilot.c
5828         * src/summary_search.c
5829                 A few warning fixes
5830
5831 2006-12-23 [paul]       
5832
5833         2.7.0-rc2 released
5834
5835 2006-12-22 [colin]      2.6.1cvs64
5836
5837         * src/toolbar.c
5838         * src/toolbar.h
5839                 Add a combo to the learn spam button
5840         * src/plugins/bogofilter/bogofilter.c
5841         * src/plugins/bogofilter/bogofilter_gtk.c
5842         * src/plugins/bogofilter/bogofilter.h
5843                 Allow to store Unsure mails in a specific
5844                 folder to make better teaching easier
5845
5846 2006-12-21 [wwp]        2.6.1cvs63
5847
5848         * src/compose.c
5849         * src/prefs_common.c
5850         * src/prefs_common.h
5851         * src/prefs_spelling.c
5852         * src/gtk/gtkaspell.c
5853         * src/gtk/gtkaspell.h
5854                 Allow spell-checking using both current and alternate dictionaries
5855                 (thanks to Colin).
5856
5857 2006-12-21 [wwp]        2.6.1cvs62
5858
5859         * src/gtk/gtkaspell.c
5860                 Apply recheck_when_changing_dict (highlight all mispelled words)
5861                 when switching to alternate dictionary.
5862
5863 2006-12-21 [wwp]        2.6.1cvs61
5864
5865         * src/compose.c
5866         * src/folder_item_prefs.h
5867         * src/prefs_common.c
5868         * src/prefs_common.h
5869         * src/prefs_folder_item.c
5870         * src/prefs_spelling.c
5871         * src/gtk/gtkaspell.c
5872         * src/gtk/gtkaspell.h
5873                 Add global and per-folder prefs to set the default
5874                 alternate dictionary.
5875
5876 2006-12-21 [colin]      2.6.1cvs60
5877
5878         * src/folder.c
5879                 Look for folders by path in all folders
5880         * src/html.c
5881                 add &mdash;
5882
5883 2006-12-20 [colin]      2.6.1cvs59
5884
5885         * src/gtk/quicksearch.c
5886                 Make sure in_typing is false when clearing
5887
5888 2006-12-20 [wwp]        2.6.1cvs58
5889
5890         * configure.ac
5891                 change manual's target dir to be LFH-compliant (thanks to Colin).
5892
5893 2006-12-20 [wwp]        2.6.1cvs57
5894
5895         * src/prefs_common.c
5896         * src/prefs_summaries.c
5897                 i18n fix and factorize patch, thanks to Fabien.
5898
5899 2006-12-20 [paul]       2.6.1cvs56
5900
5901         * configure.ac
5902                 last of the renaming (??)
5903         * src/main.c
5904                 correct --help info of --status-full
5905         * src/plugins/bogofilter/bogofilter.c
5906                 make FALSE default of whitelist_ab
5907
5908 2006-12-19 [colin]      2.6.1cvs55
5909
5910         * src/jpilot.c
5911                 Same as before, without depending on
5912                 pisock >= 0.12
5913
5914 2006-12-19 [colin]      2.6.1cvs54
5915
5916         * src/jpilot.c
5917                 Fix bug 1059, 'Better jpilot charset 
5918                 handling'. Use libpisync's charset conversion
5919                 if possible
5920
5921 2006-12-19 [colin]      2.6.1cvs53
5922
5923         * po/fr.po
5924                 Updated by Fabien
5925
5926 2006-12-19 [wwp]        2.6.1cvs52
5927
5928         * src/gtk/about.c
5929                 Add missing #include (thanks to Colin).
5930
5931 2006-12-19 [wwp]        2.6.1cvs51
5932
5933         * src/prefs_receive.c
5934                 Better spacing between widgets in prefs.
5935
5936 2006-12-18 [colin]      2.6.1cvs50
5937
5938         * src/imap.c
5939                 Fix failure to get separator on LIST "" ""
5940                 Try LIST "" "INBOX" too.
5941
5942 2006-12-18 [wwp]        2.6.1cvs49
5943
5944         * src/common/session.c
5945                 Fix a compiler warning (thanks to Fabien).
5946
5947 2006-12-18 [wwp]        2.6.1cvs48
5948
5949         * src/compose.c
5950         * src/prefs_quote.c
5951                 Factorize some strings for translation (it's about error
5952                 messages when applying or checking template/quote format).
5953
5954 2006-12-18 [colin]      2.6.1cvs47
5955
5956         * Makefile.am
5957         * src/common/defs.h
5958         * src/gtk/Makefile.am
5959         * src/gtk/about.c
5960                 Add a Release notes tab from the contents of
5961                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
5962
5963 2006-12-17 [colin]      2.6.1cvs46
5964
5965         * src/mimeview.c
5966         * src/textview.c
5967         * src/gtk/filesel.c
5968                 Correctly convert from/to UTF8/filename encoding
5969                 when loading and saving files. Probably fixes
5970                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
5971                 for a file to attach and is blocked...'
5972
5973 2006-12-17 [colin]      2.6.1cvs45
5974
5975         * src/gtk/logwindow.c
5976                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
5977                 IMAP folder and is blocked on main thread': 
5978                 make sure we put utf8 in the log.
5979
5980 2006-12-16 [colin]      2.6.1cvs44
5981
5982         * src/toolbar.c
5983         * src/toolbar.h
5984                 Fix bug 1055, 'Add the 'cancel receive' 
5985                 in the available events for the toolbar buttons'
5986
5987 2006-12-16 [colin]      2.6.1cvs43
5988
5989         * po/POTFILES.in
5990         * src/imap.c
5991         * src/common/nntp.c
5992         * src/common/session.c
5993                 Log error when SSL handshakes fail. 
5994                 Fixes bug 1082, 'incorrect / imprecise 
5995                 error message when imap server provides 
5996                 ssl only through STARTTLS but SSL is 
5997                 selected'
5998
5999 2006-12-15 [wwp]        2.6.1cvs42
6000
6001         * src/plugins/bogofilter/bogofilter_gtk.c
6002                 set proper sensitivity to widgets I've recently added.
6003
6004 2006-12-15 [colin]      
6005
6006         2.7.0-rc1 released
6007
6008 2006-12-15 [wwp]        2.6.1cvs41
6009
6010         * src/plugins/bogofilter/bogofilter.c
6011         * src/plugins/bogofilter/bogofilter.h
6012         * src/plugins/bogofilter/bogofilter_gtk.c
6013                 bogofilter's whitelist can now use a subset of
6014                 the addressbook (either a book, a subfolder of a book,
6015                 or the whole addressbook by using "Any"). Re-used there
6016                 some pref_matcher widgets and mechanisms to match a subset
6017                 of the addressbook.
6018
6019 2006-12-15 [wwp]        2.6.1cvs40
6020
6021         * src/wizard.c
6022         * src/common/plugin.c
6023         * src/common/plugin.h
6024         * src/gtk/about.c
6025         * src/plugins/bogofilter/bogofilter.c
6026         * src/plugins/clamav/clamav_plugin.c
6027         * src/plugins/demo/demo.c
6028         * src/plugins/dillo_viewer/dillo_viewer.c
6029         * src/plugins/pgpcore/plugin.c
6030         * src/plugins/pgpinline/plugin.c
6031         * src/plugins/pgpmime/plugin.c
6032         * src/plugins/spamassassin/spamassassin.c
6033         * src/plugins/trayicon/trayicon.c
6034                 factorize some translatable strings (plugins-related),
6035                 fix missing punctuation in several places,
6036                 remove useless translatable \n in about.c,
6037                 and factorize plugin init code w/ a new function
6038                 check_plugin_version() in common/plugin.c.
6039                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6040
6041 2006-12-15 [wwp]        2.6.1cvs39
6042
6043         * src/plugins/bogofilter/bogofilter.c
6044         * src/plugins/bogofilter/bogofilter_gtk.c
6045                 flag whitelisted spams as spam, but don't filter it to the spam
6046                 folder. Thanks to Colin.
6047
6048 2006-12-15 [ticho]      2.6.1cvs38
6049
6050         * src/plugins/bogofilter/bogofilter.c
6051         * src/plugins/bogofilter/bogofilter.h
6052         * src/plugins/bogofilter/bogofilter_gtk.c
6053                 Add option to whitelist senders found in addressbook. Patch by colin.
6054
6055 2006-12-15 [paul]       2.6.1cvs37
6056
6057         * src/folderview.c
6058                 add missing #include "log.h"
6059
6060 2006-12-15 [paul]       2.6.1cvs36
6061
6062         * src/plugins/bogofilter/bogofilter.c
6063         * src/plugins/bogofilter/bogofilter.h
6064         * src/plugins/bogofilter/bogofilter_gtk.c
6065                 Add an option to allow inserting an
6066                 X-Claws-Bogosity header (on MH folders
6067                 only). Patch by Colin
6068
6069 2006-12-14 [colin]      2.6.1cvs35
6070
6071         * src/main.c
6072                 "Yes" should be the default choice for
6073                 migration configuration
6074
6075 2006-12-14 [paul]       2.6.1cvs34
6076
6077         * src/prefs_summaries.c
6078         * manual/advanced.xml
6079                 Unhide mark_as_read_delay
6080
6081 2006-12-14 [paul]       2.6.1cvs33
6082
6083         * src/messageview.c
6084         * src/messageview.h
6085         * src/mimeview.c
6086         * src/mimeview.h
6087         * src/summaryview.c
6088         * src/textview.c
6089         * src/textview.h
6090                 Fix printing of selection
6091                 Fix printing of message parts
6092                 Fix printing of images
6093         * src/gtk/gtksourceprintjob.c
6094                 Fix page count when there are images
6095
6096 2006-12-14 [wwp]        2.6.1cvs32
6097
6098         * src/mainwindow.c
6099         * src/summaryview.c
6100         * src/summaryview.h
6101         * src/gtk/quicksearch.c
6102                 fix quicksearch 'magnify' button status when QS is closed
6103                 using the Escape key, thanks to Colin.
6104
6105 2006-12-14 [wwp]        2.6.1cvs31
6106
6107         * src/mainwindow.c
6108         * src/summaryview.c
6109         * src/summaryview.h
6110         * src/gtk/quicksearch.c
6111                 fix quicksearch 'magnify' button status when QS is closed
6112                 using the Escape key, thanks to Colin.
6113
6114 2006-12-13 [colin]      2.6.1cvs30
6115
6116         * src/ldapquery.c
6117         * src/ldaputil.c
6118                 Use the binary safe version of ldap_get_values,
6119                 to make sure we manipulate null-terminated 
6120                 strings. Maybe fixes bug 1075, 'claws mail 
6121                 segfault when completing ldap adresses'
6122         * src/syldap.c ** REMOVED **
6123         * src/syldap.h ** REMOVED **
6124                 Remove dead files
6125
6126 2006-12-13 [mones]      2.6.1cvs29
6127
6128         * po/es.po
6129                 Fixed piped strings, fixed click translation
6130
6131 2006-12-13 [paul]       2.6.1cvs28
6132
6133         * src/main.c
6134                 don't translate these strings
6135
6136 2006-12-13 [paul]       2.6.1cvs27
6137
6138         * po/en_GB.po
6139                 updated
6140
6141 2006-12-13 [colin]      2.6.1cvs26
6142
6143         * src/main.c
6144         * src/main.h
6145                 Add claws_is_starting()
6146
6147 2006-12-13 [mones]      2.6.1cvs25
6148
6149         * manual/es/advanced.xml
6150         * po/es.po
6151                 Synced manual and updated translation
6152
6153 2006-12-12 [colin]      2.6.1cvs24
6154
6155         * src/wizard.c
6156                 Add an option to use STARTTLS in the
6157                 welcome wizard. Fixes bug 1080, 
6158                 'Using SSL option in wizard for incoming 
6159                 server does not activate SSL with STARTTLS'
6160
6161 2006-12-12 [colin]      2.6.1cvs23
6162
6163         * src/main.c
6164                 Don't exit when there's an incomplete
6165                 mailbox configured - leaves a chance 
6166                 to fix a failing IMAP account. Exit
6167                 if no mailbox at all is loaded (case
6168                 of missing plugin).
6169                 Completes bug 1077's fix (I was wrong
6170                 in this bug's comment #3).
6171
6172 2006-12-12 [colin]      2.6.1cvs22
6173
6174         * src/gtk/menu.h
6175                 Add another menu data type
6176         * src/prefs_account.c
6177                 Complete the completion of bug 1076
6178                 (doesn't lose the pref on apply)
6179
6180 2006-12-12 [paul]       2.6.1cvs21
6181
6182         * src/prefs_account.c
6183                 complete the fix of bug 1076
6184                 also be more verbose with the text
6185
6186 2006-12-12 [paul]       2.6.1cvs20
6187
6188         * src/gtk/combobox.c
6189                 fix compilation warning
6190
6191 2006-12-11 [colin]      2.6.1cvs19
6192
6193         * src/wizard.c
6194                 Document :port in server entry tooltips
6195
6196 2006-12-11 [colin]      2.6.1cvs18
6197
6198         * src/main.c
6199                 Fix compile
6200
6201 2006-12-11 [colin]      2.6.1cvs17
6202
6203         * src/main.c
6204                 Add failing IMAP as a reason for no
6205                 mailbox
6206
6207 2006-12-11 [colin]      2.6.1cvs16
6208
6209         * src/prefs_account.c
6210                 Check for existence of inbox for local
6211                 accounts too
6212         * src/wizard.c
6213                 Allow setting the port to use for servers
6214                 by using the usual "server.example.com:port"
6215                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6216                 not start when IMAP server is unavailable'
6217
6218 2006-12-11 [colin]      2.6.1cvs15
6219
6220         * src/prefs_account.c
6221                 Prevent use of non-existing default inbox
6222
6223 2006-12-11 [colin]      2.6.1cvs14
6224
6225         * src/prefs_account.c
6226                 Fix sensitivity. Fixes bug 1076, 'privacy 
6227                 options are displayed even when pgp plugin 
6228                 not loaded / available'
6229
6230 2006-12-09 [colin]      2.6.1cvs13
6231
6232         * manual/advanced.xml
6233         * src/prefs_common.c
6234         * src/prefs_common.h
6235         * src/common/ssl_certificate.c
6236                 Add a new hidden preference, 'unsafe_ssl_certs',
6237                 which allows to store multiple certificates per
6238                 server/port. This is disabled by default because
6239                 it's less secure (presenting a new certificate
6240                 instead of a changed one raises less alarms).
6241                 This will cause Claws to ask about an unknown
6242                 certificate for people who have used 2.6.1cvs8
6243                 or greater.
6244
6245 2006-12-09 [colin]      2.6.1cvs12
6246
6247         * src/action.c
6248                 Fix cache updating after action
6249
6250 2006-12-07 [wwp]        2.6.1cvs11
6251
6252         * src/compose.c
6253                 fix email address comparison when replying to all
6254                 (avoid replying to ourselves), thanks to Colin.
6255
6256 2006-12-06 [paul]       2.6.1cvs10
6257
6258         * src/addrharvest.c
6259         * src/editldap.c
6260         * src/expldifdlg.c
6261         * src/news.c
6262         * src/toolbar.c
6263         * src/common/utils.c
6264                 ...and more renaming
6265                 Thanks to Colin
6266
6267 2006-12-06 [paul]       2.6.1cvs9
6268
6269         * src/compose.c
6270         * src/messageview.c
6271         * src/procheader.c
6272         * src/procmime.c
6273         * src/procmsg.c
6274         * src/textview.c
6275                 more renaming
6276                 Thanks to Colin
6277
6278 2006-12-06 [colin]      2.6.1cvs8
6279
6280         * src/ssl_manager.c
6281         * src/common/ssl_certificate.c
6282         * src/common/ssl_certificate.h
6283                 Handle multiple certificates per host/port
6284
6285 2006-12-06 [colin]      2.6.1cvs7
6286
6287         * src/etpan/imap-thread.c
6288                 Fix certificate checking on IMAP
6289
6290 2006-12-06 [colin]      2.6.1cvs6
6291
6292         * src/folderview.c
6293                 Fix bug 1072, 'Claws stops fetching newsgroups 
6294                 from server when newsgroup got deleted': continue
6295                 checking other groups
6296
6297 2006-12-05 [wwp]        2.6.1cvs5
6298
6299         * src/message_search.c
6300         * src/summary_search.c
6301         * src/gtk/combobox.c
6302         * src/gtk/combobox.h
6303         * src/gtk/gtkutils.c
6304         * src/gtk/gtkutils.h
6305                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6306                 behave like w/ old comboboxes (summary and message search only).
6307
6308 2006-12-05 [paul]       2.6.1cvs4
6309
6310         * src/wizard.c
6311                 encode headers
6312                 Thanks to Colin
6313
6314 2006-12-05 [paul]       2.6.1cvs3
6315
6316         * tools/README
6317         * tools/textviewer.pl
6318                 script updated and description added
6319
6320 2006-12-04 [colin]      2.6.1cvs2
6321
6322         * src/compose.c
6323                 Run pre-send hook only when checking
6324                 everything
6325
6326 2006-12-04 [paul]       2.6.1cvs1
6327
6328         * NEWS
6329         * README
6330         * RELEASE_NOTES
6331         * configure.ac
6332         * tools/README
6333                 bump up version number following stable release
6334
6335 2006-12-04 [paul]       2.6.0cvs83
6336
6337         * README
6338                 updates and corrections
6339
6340 2006-12-04 [colin]      2.6.0cvs82
6341
6342         * src/common/utils.c
6343                 Probably fix bug 1066, 'Incorrect mailbox 
6344                 size displayed'
6345
6346 2006-12-04 [colin]      2.6.0cvs81
6347
6348         * src/common/utils.c
6349                 Trim tabs from mailcap file too.
6350
6351 2006-12-02 [paul]       2.6.0cvs80
6352
6353         * src/exphtmldlg.c
6354                 fix broken GUI under certain languages
6355         * src/expldifdlg.c
6356                 put the Cancel button to the right
6357
6358 2006-12-01 [paul]       2.6.0cvs79
6359
6360         * tools/Makefile.am
6361                 remove reference to removed file
6362
6363 2006-12-01 [wwp]        2.6.0cvs78
6364
6365         * src/addressbook.c
6366         * src/editaddress.c
6367                 remove forgotten debug statements.
6368
6369 2006-12-01 [wwp]        2.6.0cvs77
6370
6371         * manual/advanced.xml
6372         * manual/fr/advanced.xml
6373         * src/addressbook.c
6374         * src/addressbook.h
6375         * src/addressitem.h
6376         * src/editaddress.c
6377         * src/editaddress.h
6378         * src/prefs_common.c
6379         * src/prefs_common.h
6380         * src/gtk/gtkutils.c
6381         * src/gtk/gtkutils.h
6382                 add a hidden option to allow embedding the editaddress (edit contact details)
6383                 dialog into the addressbook's window. This doesn't change the default
6384                 behaviour.
6385
6386 2006-12-01 [wwp]        2.6.0cvs76
6387
6388         * src/message_search.c
6389         * src/summary_search.c
6390                 fix more focus issues (don't set focus to combobox's entry widget when
6391                 entry's value changed, if entry widget has focus already).
6392
6393 2006-12-01 [wwp]        2.6.0cvs75
6394
6395         * src/gtk/quicksearch.c
6396                 revert last changes to the quicksearch gtk_combo_box, this needs more
6397                 tuning and testing.
6398
6399 2006-12-01 [paul]       2.6.0cvs74
6400
6401         * tools/kdeservicemenu/README
6402         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6403         * tools/kdeservicemenu/install.sh
6404         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6405         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6406                 simplify this stuff, and in so doing,
6407                 fix it. (possibly re-extend it again at
6408                 a later date)
6409
6410 2006-12-01 [wwp]        2.6.0cvs73
6411
6412         * src/gtk/quicksearch.c
6413                 adapt quicksearch code to use modern gtk_combo_box'es.
6414
6415 2006-12-01 [wwp]        2.6.0cvs72
6416
6417         * src/common/defs.h
6418         * src/prefs_common.c
6419         * src/prefs_common.h
6420         * src/message_search.c
6421         * src/summary_search.c
6422         * src/gtk/combobox.c
6423         * src/gtk/combobox.h
6424                 add history combos to all message and summary search fields.
6425
6426 2006-12-01 [wwp]        2.6.0cvs71
6427
6428         * src/summaryview.c
6429                 As the list may change while the mark as read delay
6430                 runs, we can't rely on the 'row' pointer, which can
6431                 be invalid when the timeout is called. As the mark
6432                 as read is only done if the message is still selected,
6433                 use summaryview->selected instead. Thanks to Colin.
6434
6435 2006-11-30 [paul]       2.6.0cvs70
6436
6437         * src/textview.c
6438                 give emphasis to "Sylpheed-Claws"
6439                 as well as "Claws Mail"
6440
6441 2006-11-30 [colin]      2.6.0cvs69
6442
6443         * src/wizard.c
6444                 Put the SSL checkboxes in the receiving
6445                 and sending server pages.
6446
6447 2006-11-29 [colin]      2.6.0cvs68
6448
6449         * src/gtk/gtkutils.c
6450         * src/gtk/gtkvscrollbutton.c
6451                 Revert some deprecated fixes - they seem to
6452                 deprecate stuff as soon as a new one gets out.
6453                 g_object_ref_sink needed glib-2.10.
6454
6455 2006-11-29 [colin]      2.6.0cvs67
6456
6457         * src/common/utils.c
6458                 Create .mailcap if it doesn't exist
6459
6460 2006-11-29 [colin]      2.6.0cvs66
6461
6462         * src/compose.c
6463                 Followup to cvs60: use original list
6464                 of recipients if replying to a mail
6465                 in Sent Drafts or Queue.
6466
6467 2006-11-27 [paul]       2.6.0cvs65
6468
6469         * src/image_viewer.c
6470                 revert the last change for now (it's broken)
6471
6472 2006-11-27 [paul]       2.6.0cvs64
6473
6474         * Makefile.am
6475         * configure.ac
6476         * m4/aclocal-include.m4
6477         * m4/check-type.m4
6478         * src/Makefile.am
6479         * src/addr_compl.c
6480         * src/compose.c
6481         * src/crash.c
6482         * src/export.c
6483         * src/exporthtml.c
6484         * src/exportldif.c
6485         * src/imap.c
6486         * src/import.c
6487         * src/main.c
6488         * src/main.h
6489         * src/matcher.c
6490         * src/mimeview.c
6491         * src/procmsg.c
6492         * src/textview.c
6493         * src/common/Makefile.am
6494         * src/common/claws.c
6495         * src/common/claws.h
6496         * src/common/ssl.c
6497         * src/common/sylpheed.c
6498         * src/common/sylpheed.h
6499         * src/etpan/Makefile.am
6500         * src/gtk/Makefile.am
6501         * src/gtk/claws-marshal.list
6502         * src/gtk/filesel.c
6503         * src/gtk/gtksctree.c
6504         * src/gtk/quicksearch.c
6505         * src/gtk/sylpheed-marshal.list
6506         * src/plugins/bogofilter/bogofilter.c
6507         * src/plugins/bogofilter/bogofilter_gtk.c
6508         * src/plugins/clamav/clamav_plugin.c
6509         * src/plugins/clamav/clamav_plugin_gtk.c
6510         * src/plugins/demo/demo.c
6511         * src/plugins/dillo_viewer/dillo_viewer.c
6512         * src/plugins/pgpcore/Makefile.am
6513         * src/plugins/pgpcore/claws.def
6514         * src/plugins/pgpcore/pgp_viewer.c
6515         * src/plugins/pgpcore/plugin.c
6516         * src/plugins/pgpcore/sylpheed.def
6517         * src/plugins/pgpinline/Makefile.am
6518         * src/plugins/pgpinline/claws.def
6519         * src/plugins/pgpinline/plugin.c
6520         * src/plugins/pgpinline/sylpheed.def
6521         * src/plugins/pgpmime/Makefile.am
6522         * src/plugins/pgpmime/claws.def
6523         * src/plugins/pgpmime/plugin.c
6524         * src/plugins/pgpmime/sylpheed.def
6525         * src/plugins/spamassassin/spamassassin.c
6526         * src/plugins/spamassassin/spamassassin_gtk.c
6527         * src/plugins/trayicon/trayicon.c
6528                 yet more renaming
6529                 remove deprecated gtk_tooltips_set_delay()
6530
6531 2006-11-26 [paul]       2.6.0cvs63
6532
6533         * src/expldifdlg.c
6534         * src/folderview.c
6535         * src/image_viewer.c
6536         * src/mainwindow.c
6537         * src/gtk/gtkutils.c
6538         * src/gtk/gtkvscrollbutton.c
6539         * src/gtk/prefswindow.c
6540         * src/plugins/pgpcore/prefs_gpg.c
6541                 replace more deprecated GTK+ functions
6542
6543 2006-11-26 [paul]       2.6.0cvs62
6544
6545         * src/addr_compl.c
6546         * src/addressbook.c
6547         * src/browseldap.c
6548                 replace deprecated gtk_idle_... functions
6549
6550 2006-11-26 [paul]       2.6.0cvs61
6551
6552         * src/compose.c
6553         * src/folderview.c
6554         * src/inc.c
6555         * src/summaryview.c
6556         * src/gtk/gtkvscrollbutton.c
6557         * src/gtk/quicksearch.c
6558         * src/plugins/pgpcore/passphrase.c
6559                 replace deprecated gtk_timeout_add and
6560                 gtk_timeout_remove
6561
6562 2006-11-26 [paul]       2.6.0cvs60
6563
6564         * src/compose.c
6565                 fix bug that caused the wrong recipient
6566                 to be selected when replying to a msg
6567                 which is From one of our accounts to
6568                 another of our accounts
6569
6570 2006-11-25 [paul]       2.6.0cvs59
6571
6572         * src/summaryview.c
6573                 don't change the From column title to
6574                 To if the To column is visible
6575
6576 2006-11-24 [paul]       2.6.0cvs58
6577
6578         * src/compose.c
6579                 fix bug 1069, 'Sent mails disappear, BCC
6580                 or locking problem?'
6581
6582 2006-11-21 [wwp]        2.6.0cvs57
6583
6584         * src/compose.c
6585                 fix spelling menu when replying (same as 2.3.1cvs39):
6586                 discrepancy between context menu and top menu when
6587                 folder's dictionary isn't the default one.
6588
6589 2006-11-19 [paul]       2.6.0cvs56
6590
6591         * src/summaryview.c
6592                 obey always_show_msg option when
6593                 marking as spam
6594         * src/plugins/bogofilter/bogofilter.c
6595                 fix typo
6596
6597 2006-11-18 [paul]       2.6.0cvs55
6598
6599         * AUTHORS
6600         * README
6601         * debian/copyright
6602         * manual/ack.xml
6603         * manual/es/ack.xml
6604         * manual/fr/ack.xml
6605         * manual/pl/ack.xml
6606         * src/gtk/authors.h
6607         * src/gtk/icon_legend.c
6608         * src/gtk/icon_legend.h
6609         * tools/OOo2claws-mail.pl
6610         * tools/README
6611         * tools/acroread2claws-mail.pl
6612         * tools/claws.i18n.status.pl
6613         * tools/filter_conv.pl
6614         * tools/filter_conv_new.pl
6615         * tools/freshmeat_search.pl
6616         * tools/google_search.pl
6617         * tools/kmail2claws-mail.pl
6618         * tools/kmail2claws-mail_v2.pl
6619         * tools/maildir2claws-mail.pl
6620         * tools/make.themes.project
6621         * tools/multiwebsearch.pl
6622         * tools/outlook2claws-mail.pl
6623         * tools/tb2claws-mail
6624         * tools/kdeservicemenu/README
6625         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6626                 update mine and wwp's email addresses in
6627                 several places
6628                 Patch by wwp
6629         * src/prefs_compose_writing.c
6630                 set sensitivity on 'new message format' frame
6631
6632 2006-11-17 [paul]       2.6.0cvs54
6633
6634         * src/gtk/about.c
6635                 more reworking of the GUI
6636                 Patch by Fabien Vantard
6637
6638 2006-11-16 [paul]       2.6.0cvs53
6639
6640         * src/gtk/about.c
6641                 set a minimum size for the window, allow
6642                 it to automatically expand as necessary
6643
6644 2006-11-16 [wwp]        2.6.0cvs52
6645
6646         * src/gtk/about.c
6647                 better wrap of copyright info on some systems.
6648
6649 2006-11-16 [paul]       2.6.0cvs51
6650
6651         * src/gtk/about.c
6652                 move the tech info from the upper panel
6653                 to the Info tab
6654                 use a gtk_text_view for the features tab
6655
6656 2006-11-16 [paul]       2.6.0cvs50
6657
6658         * po/Makevars
6659                 update my email address
6660         * src/addressbook.c
6661         * src/compose.c
6662         * src/imap_gtk.c
6663         * src/mh_gtk.c
6664         * src/news_gtk.c
6665         * src/summaryview.c
6666         * src/plugins/trayicon/trayicon.c
6667                 don't offer simple menu separators
6668                 for translation
6669         * src/folderview.c
6670                 add separator between 'mark all read'
6671                 and 'search folder'
6672
6673 2006-11-15 [wwp]        2.6.0cvs49
6674
6675         * src/gtk/authors.h
6676                 updated manuals authors.
6677
6678 2006-11-14 [paul]       2.6.0cvs48
6679
6680         * src/compose.c
6681                 Fix Options/Reply mode after draft save
6682
6683 2006-11-14 [paul]       2.6.0cvs47
6684
6685         * src/Makefile.am
6686                 Fix make DESTDIR=...
6687         * src/mbox.c
6688                 Optimise speed
6689         * src/plugins/pgpinline/pgpinline.c
6690                 Probably fix bug 1061
6691
6692 2006-11-14 [paul]       2.6.0cvs46
6693
6694         * po/Makevars
6695                 enable Q_ macro
6696         * src/Makefile.am
6697         * src/stock_pixmap.c
6698         * src/stock_pixmap.h
6699         * src/gtk/about.c
6700         * src/pixmaps/active.xpm
6701         * src/pixmaps/inactive.xpm
6702                 add a new page, 'Features', to the About dialog
6703                 showing which features are compiled in and which
6704                 are not
6705
6706 2006-11-14 [paul]       2.6.0cvs45
6707
6708         * po/ru.po
6709                 updated by Pavlo Bohmat
6710
6711 2006-11-14 [colin]      2.6.0cvs44
6712
6713         * src/compose.c
6714         * src/inc.c
6715         * src/messageview.c
6716         * src/news.c
6717         * src/pop.c
6718         * src/procmsg.c
6719         * src/gtk/gtkaspell.c
6720                 Fix 64-bit-related warnings
6721         * src/ssl_manager.c
6722                 Fix possible infinite loop
6723         * src/plugins/pgpcore/sgpgme.c
6724                 Remove useless check
6725
6726 2006-11-13 [colin]      2.6.0cvs43
6727
6728         * src/gtk/Makefile.am
6729                 authors.h isn't generated
6730
6731 2006-11-13 [colin]      2.6.0cvs42
6732
6733         * src/plugins/pgpinline/pgpinline.c
6734         * src/plugins/pgpmime/pgpmime.c
6735                 Very probably fix bug 1061, 'crash on 
6736                 opening signed email'. Another cast
6737                 problem
6738
6739 2006-11-13 [colin]      2.6.0cvs41
6740
6741         * src/plugins/pgpcore/sgpgme.c
6742                 Maybe fix bug 1061, 'crash on opening 
6743                 signed email'
6744
6745 2006-11-13 [wwp]        2.6.0cvs40
6746
6747         * src/plugins/pgpinline/pgpinline.c
6748                 fix candidate for bug #1057, thanks to Colin.
6749
6750 2006-11-13 [wwp]        2.6.0cvs39
6751
6752         * src/compose.c
6753         * src/quote_fmt_parse.y
6754                 fix bug 1052: current parser buffer was not always 
6755                 allocated, ptr to this buffer could be returned as 
6756                 NULL whereas no parser error has occurred. in 
6757                 consequence, defining a template body as "%d" 
6758                 (w/o the quotes) for the first time of the instance 
6759                 of claws-mail, was reporting a parser error. make 
6760                 sure that the buffer is always allocated, even to 
6761                 an empty string.
6762                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6763                 unescaping of the fmt string was always done 
6764                 whereas it must be done *only* when receiving 
6765                 quote format strings issued from the prefs 
6766                 (compose new message, reply, forward, redirect 
6767                 formats), *not* when applying templates.  in 
6768                 consequences, applying templates w/ sequences 
6769                 like \\|p{echo} were failing. make sure that 
6770                 unescaping is done only when necessary.
6771
6772 2006-11-12 [colin]      2.6.0cvs38
6773
6774         * po/de.po
6775                 Fix typo (s/KB/MB)
6776
6777 2006-11-12 [colin]      2.6.0cvs37
6778
6779         * src/plugins/pgpinline/pgpinline.c
6780         * src/plugins/pgpmime/pgpmime.c
6781                 Release GPG context at the latest 
6782                 possible moment. Maybe fixes 
6783                 bug 1057, 'crash on sending signed 
6784                 message to a newsgroup'
6785                 
6786
6787 2006-11-12 [colin]      2.6.0cvs36
6788
6789         * src/plugins/pgpcore/sgpgme.c
6790                 Tell a bit more when gpg's status doesn't
6791                 contain any signature
6792
6793 2006-11-12 [colin]      2.6.0cvs35
6794
6795         * src/compose.c
6796                 Fix bug 1060, 'compilation error with 
6797                 Irix's cc'
6798
6799 2006-11-12 [paul]       2.6.0cvs34
6800
6801         * doc/man/claws-mail.1
6802         * src/prefs_gtk.c
6803         * src/plugins/clamav/README
6804         * src/plugins/spamassassin/README
6805         * tools/README
6806         * tools/freshmeat_search.pl
6807         * tools/google_search.pl
6808         * tools/multiwebsearch.pl
6809                 more renaming
6810         * src/plugins/trayicon/trayicon.c
6811                 fix compiliation warning
6812
6813 2006-11-11 [colin]      2.6.0cvs33
6814
6815         * src/folderview.c
6816                 Forbid drag and drop from/to different
6817                 folders of type F_UNKNOWN
6818
6819 2006-11-11 [colin]      2.6.0cvs32
6820
6821         * src/plugins/pgpinline/pgpinline.c
6822                 Fix typo in previous commit:
6823                 - gpgme_new(&ctx);
6824                 + if ((err = gpgme_new(&data->ctx)) ...)
6825
6826 2006-11-11 [colin]      2.6.0cvs31
6827
6828         * src/plugins/pgpinline/pgpinline.c
6829         * src/plugins/pgpmime/pgpmime.c
6830                 Check success after calling gpgme_new
6831                 Maybe fixes bug 1057, 'crash on sending 
6832                 signed message to a newsgroup'
6833
6834 2006-11-11 [colin]      2.6.0cvs30
6835
6836         * src/undo.c
6837                 init undostruct to 0s (from
6838                 valgrind log of bug 1057)
6839
6840 2006-11-10 [colin]      2.6.0cvs29
6841
6842         * src/mainwindow.c
6843                 Set cursor to wait before filtering
6844                 duplicates in all folders
6845         * src/plugins/bogofilter/bogofilter.c
6846         * src/plugins/bogofilter/bogofilter.h
6847         * src/plugins/bogofilter/bogofilter_gtk.c
6848                 Completely thread away the bogofilter
6849                 filtering
6850
6851 2006-11-10 [mones]      2.6.0cvs28
6852
6853         * src/compose.c
6854         * src/compose.h
6855                 added COMPOSE_CHECK_BEFORE_SEND hook
6856
6857 2006-11-10 [paul]       2.6.0cvs27
6858
6859         * src/crash.c
6860                 more renaming
6861                 add libSM to get_compiled_in_features()
6862         * src/main.c
6863                 more renaming
6864
6865 2006-11-10 [colin]      2.6.0cvs26
6866
6867         * src/etpan/imap-thread.c
6868                 Add a reference to libetpan's sasl engine
6869                 so that sasl_done() doesn't get called by
6870                 libetpan, and doesn't break openssl.
6871                 Should fix bug 1053, 'SC fails to reestablish 
6872                 a secure connection'
6873                 Patch by Hoa
6874
6875 2006-11-10 [colin]      2.6.0cvs25
6876
6877         * manual/addrbook.xml
6878         * manual/advanced.xml
6879         * manual/faq.xml
6880         * manual/intro.xml
6881                 Some more renaming
6882
6883 2006-11-09 [colin]      2.6.0cvs24
6884
6885         * src/plugins/bogofilter/bogofilter_gtk.c
6886                 Add comment about annoyance
6887
6888 2006-11-09 [colin]      2.6.0cvs23
6889
6890         * src/plugins/bogofilter/bogofilter.c
6891         * src/plugins/bogofilter/bogofilter_gtk.c
6892                 Prepare things needed to thread bogofilter
6893                 filtering: separate bogo stuff and possible GUI
6894                 stuff. 
6895
6896 2006-11-09 [colin]      2.6.0cvs22
6897
6898         * src/account.c
6899         * src/compose.c
6900                 Search for one of our accounts in Delivered-To
6901                 (helps for auto-account selection when 
6902                  replying/forwarding)
6903         * src/folderview.c
6904         * src/mainwindow.c
6905         * src/mainwindow.h
6906         * src/plugins/trayicon/trayicon.c
6907                 Allow opening a new mail with any account from
6908                 the contextual menu
6909
6910 2006-11-09 [wwp]        2.6.0cvs21
6911
6912         * src/compose.c
6913         * src/prefs_common.c
6914         * src/prefs_common.h
6915         * src/prefs_compose_writing.c
6916                 add a compose new message format (in prefs/compose/writing), it's a
6917                 simple subject+body template to use when opening a new composition
6918                 window. It's similar to the existent reply and forward formats.
6919
6920                 enhanced the template/format % symbols substitution mechanism to
6921                 use current composition window information when % are used in
6922                 the compose new message format or in templates applied to new
6923                 messages (there were useless in that situations before). When
6924                 applied to new messages, %d corresponds to the system time/date.
6925
6926 2006-11-09 [paul]       2.6.0cvs20
6927
6928         * src/gtk/authors.h
6929                 fix last commit
6930
6931 2006-11-09 [paul]       2.6.0cvs19
6932
6933         * src/gtk/authors.h
6934                 keep tje alphabetical order
6935
6936 2006-11-08 [colin]      2.6.0cvs18
6937
6938         * src/etpan/imap-thread.c
6939                 Fix bug 1054, 'Slowness logging big 
6940                 data chunks'
6941
6942 2006-11-08 [paul]       2.6.0cvs17
6943
6944         * tools/Makefile.am
6945                 fix the renaming
6946
6947 2006-11-08 [paul]       2.6.0cvs16
6948
6949         * src/common/defs.h
6950                 update BUGZILLA_URI
6951
6952 2006-11-08 [paul]       2.6.0cvs15
6953
6954         * tools/Makefile.am
6955         * tools/OOo2claws-mail.pl
6956         * tools/OOo2sylpheed.pl
6957         * tools/README
6958         * tools/acroread2claws-mail.pl
6959         * tools/acroread2sylpheed.pl
6960         * tools/kmail2claws-mail.pl
6961         * tools/kmail2claws-mail_v2.pl
6962         * tools/kmail2sylpheed.pl
6963         * tools/kmail2sylpheed_v2.pl
6964         * tools/maildir2claws-mail.pl
6965         * tools/maildir2sylpheed.pl
6966         * tools/nautilus2claws-mail.sh
6967         * tools/nautilus2sylpheed.sh
6968         * tools/outlook2claws-mail.pl
6969         * tools/outlook2sylpheed.pl
6970         * tools/tb2claws-mail
6971         * tools/tb2sylpheed
6972         * tools/tbird2claws.py
6973         * tools/tbird2syl.py
6974         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6975         * tools/kdeservicemenu/install.sh
6976         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6977         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6978         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6979         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6980         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6981                 renamed (removed, added) tools files
6982
6983 2006-11-08 [paul]       2.6.0cvs14
6984
6985         * src/main.c
6986         * src/common/defs.h
6987                 Migrate sylpheedrc to clawsrc, and fix the standard
6988                 plugins path in the process
6989
6990 2006-11-07 [colin]      2.6.0cvs13
6991
6992         * src/Makefile.am
6993                 Symlink sylpheed-claws relative to 
6994                 claws-mail
6995
6996 2006-11-07 [colin]      2.6.0cvs12
6997
6998         * src/compose.c
6999                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7000
7001 2006-11-07 [paul]       2.6.0cvs11
7002
7003         * src/gtk/about.c
7004                 Fix a missed occurence of
7005                 Sylpheed-Claws
7006
7007 2006-11-07 [paul]       2.6.0cvs10
7008
7009         * src/Makefile.am
7010                 Fix symlink installation
7011
7012 2006-11-07 [paul]       2.6.0cvs9
7013
7014         * src/Makefile.am
7015                 Symlink claws-mail to sylpheed-claws
7016         * src/common/utils.c
7017                 Fix migrating symlinks
7018         * src/etpan/imap-thread.c
7019                 check certificate only when there's
7020                 no error
7021
7022 2006-11-07 [paul]       2.6.0cvs8
7023
7024         * Makefile.am
7025                 Fix icon breakages with Gtk, which needs a 
7026                 cache updated to see them.
7027
7028 2006-11-07 [paul]       2.6.0cvs7
7029
7030         * .cvsignore
7031         * AUTHORS
7032         * COPYING
7033         * INSTALL
7034         * Makefile.am
7035         * NEWS
7036         * README
7037         * RELEASE_NOTES
7038         * autogen.sh
7039         * claws-mail-128x128.png
7040         * claws-mail-64x64.png
7041         * claws-mail.ico
7042         * claws-mail.pc.in
7043         * claws-mail.png
7044         * configure.ac
7045         * sylpheed-claws-128x128.png
7046         * sylpheed-claws-64x64.png
7047         * sylpheed-claws.desktop
7048         * sylpheed-claws.ico
7049         * sylpheed-claws.pc.in
7050         * sylpheed-claws.png
7051         * debian/README.Debian
7052         * debian/changelog
7053         * debian/claws-mail.desktop
7054         * debian/claws-mail.menu
7055         * debian/claws-mail.postinst.debhelper
7056         * debian/claws-mail.postrm.debhelper
7057         * debian/control
7058         * debian/copyright
7059         * debian/files
7060         * debian/rules
7061         * debian/sylpheed-claws.desktop
7062         * debian/sylpheed-claws.menu
7063         * debian/sylpheed-claws.postinst.debhelper
7064         * debian/sylpheed-claws.postrm.debhelper
7065         * doc/man/Makefile.am
7066         * doc/man/claws-mail.1
7067         * doc/man/sylpheed-claws.1
7068         * doc/src/ChangeLog.claws-pre0.8.0
7069         * manual/Makefile.am
7070         * manual/account.xml
7071         * manual/ack.xml
7072         * manual/addrbook.xml
7073         * manual/advanced.xml
7074         * manual/claws-mail-manual.xml
7075         * manual/faq.xml
7076         * manual/glossary.xml
7077         * manual/handling.xml
7078         * manual/intro.xml
7079         * manual/keyboard.xml
7080         * manual/plugins.xml
7081         * manual/starting.xml
7082         * manual/sylpheed-claws-manual.xml
7083         * manual/xml2pdf
7084         * manual/dist/.cvsignore
7085         * manual/dist/html/.cvsignore
7086         * manual/dist/html/Makefile.am
7087         * manual/dist/pdf/.cvsignore
7088         * manual/dist/pdf/Makefile.am
7089         * manual/dist/ps/.cvsignore
7090         * manual/dist/ps/Makefile.am
7091         * manual/dist/txt/.cvsignore
7092         * manual/dist/txt/Makefile.am
7093         * manual/es/Makefile.am
7094         * manual/es/advanced.xml
7095         * manual/es/claws-mail-manual.xml
7096         * manual/es/faq.xml
7097         * manual/es/glossary.xml
7098         * manual/es/handling.xml
7099         * manual/es/intro.xml
7100         * manual/es/plugins.xml
7101         * manual/es/sylpheed-claws-manual.xml
7102         * manual/es/dist/.cvsignore
7103         * manual/es/dist/html/.cvsignore
7104         * manual/es/dist/html/Makefile.am
7105         * manual/es/dist/pdf/.cvsignore
7106         * manual/es/dist/pdf/Makefile.am
7107         * manual/es/dist/ps/.cvsignore
7108         * manual/es/dist/ps/Makefile.am
7109         * manual/es/dist/txt/.cvsignore
7110         * manual/es/dist/txt/Makefile.am
7111         * manual/fr/Makefile.am
7112         * manual/fr/account.xml
7113         * manual/fr/ack.xml
7114         * manual/fr/addrbook.xml
7115         * manual/fr/advanced.xml
7116         * manual/fr/claws-mail-manual.xml
7117         * manual/fr/faq.xml
7118         * manual/fr/glossary.xml
7119         * manual/fr/handling.xml
7120         * manual/fr/intro.xml
7121         * manual/fr/keyboard.xml
7122         * manual/fr/plugins.xml
7123         * manual/fr/starting.xml
7124         * manual/fr/sylpheed-claws-manual.xml
7125         * manual/fr/dist/.cvsignore
7126         * manual/fr/dist/html/.cvsignore
7127         * manual/fr/dist/html/Makefile.am
7128         * manual/fr/dist/pdf/.cvsignore
7129         * manual/fr/dist/pdf/Makefile.am
7130         * manual/fr/dist/ps/.cvsignore
7131         * manual/fr/dist/ps/Makefile.am
7132         * manual/fr/dist/txt/.cvsignore
7133         * manual/fr/dist/txt/Makefile.am
7134         * manual/pl/Makefile.am
7135         * manual/pl/account.xml
7136         * manual/pl/ack.xml
7137         * manual/pl/addrbook.xml
7138         * manual/pl/advanced.xml
7139         * manual/pl/claws-mail-manual.xml
7140         * manual/pl/faq.xml
7141         * manual/pl/glossary.xml
7142         * manual/pl/handling.xml
7143         * manual/pl/intro.xml
7144         * manual/pl/keyboard.xml
7145         * manual/pl/plugins.xml
7146         * manual/pl/starting.xml
7147         * manual/pl/sylpheed-claws-manual.xml
7148         * manual/pl/dist/.cvsignore
7149         * manual/pl/dist/html/.cvsignore
7150         * manual/pl/dist/html/Makefile.am
7151         * manual/pl/dist/pdf/.cvsignore
7152         * manual/pl/dist/pdf/Makefile.am
7153         * manual/pl/dist/ps/.cvsignore
7154         * manual/pl/dist/ps/Makefile.am
7155         * manual/pl/dist/txt/.cvsignore
7156         * manual/pl/dist/txt/Makefile.am
7157         * po/.cvsignore
7158         * po/Makevars
7159         * src/.cvsignore
7160         * src/Makefile.am
7161         * src/account.c
7162         * src/account.h
7163         * src/action.c
7164         * src/action.h
7165         * src/adbookbase.h
7166         * src/addr_compl.c
7167         * src/addr_compl.h
7168         * src/addrbook.c
7169         * src/addrcache.c
7170         * src/addrcache.h
7171         * src/addrcindex.c
7172         * src/addrcindex.h
7173         * src/addrclip.c
7174         * src/addrclip.h
7175         * src/addrdefs.h
7176         * src/addressadd.c
7177         * src/addressadd.h
7178         * src/addressbook.c
7179         * src/addressbook.h
7180         * src/addressbook_foldersel.c
7181         * src/addressbook_foldersel.h
7182         * src/addrgather.c
7183         * src/addrgather.h
7184         * src/addrharvest.c
7185         * src/addrharvest.h
7186         * src/addrindex.c
7187         * src/addrindex.h
7188         * src/addritem.c
7189         * src/addritem.h
7190         * src/addrquery.c
7191         * src/addrquery.h
7192         * src/addrselect.c
7193         * src/addrselect.h
7194         * src/alertpanel.c
7195         * src/alertpanel.h
7196         * src/browseldap.c
7197         * src/browseldap.h
7198         * src/codeconv.c
7199         * src/codeconv.h
7200         * src/compose.c
7201         * src/crash.c
7202         * src/crash.h
7203         * src/customheader.c
7204         * src/customheader.h
7205         * src/displayheader.c
7206         * src/displayheader.h
7207         * src/editaddress.c
7208         * src/editaddress.h
7209         * src/editbook.c
7210         * src/editbook.h
7211         * src/editgroup.c
7212         * src/editgroup.h
7213         * src/editjpilot.c
7214         * src/editjpilot.h
7215         * src/editldap.c
7216         * src/editldap.h
7217         * src/editldap_basedn.c
7218         * src/editldap_basedn.h
7219         * src/editvcard.c
7220         * src/editvcard.h
7221         * src/exphtmldlg.c
7222         * src/exphtmldlg.h
7223         * src/expldifdlg.c
7224         * src/expldifdlg.h
7225         * src/export.c
7226         * src/exporthtml.c
7227         * src/exporthtml.h
7228         * src/exportldif.c
7229         * src/exportldif.h
7230         * src/filtering.c
7231         * src/filtering.h
7232         * src/folder.c
7233         * src/folder.h
7234         * src/folder_item_prefs.c
7235         * src/folder_item_prefs.h
7236         * src/foldersel.c
7237         * src/foldersel.h
7238         * src/folderutils.c
7239         * src/folderutils.h
7240         * src/folderview.c
7241         * src/folderview.h
7242         * src/grouplistdialog.c
7243         * src/grouplistdialog.h
7244         * src/html.c
7245         * src/html.h
7246         * src/image_viewer.c
7247         * src/image_viewer.h
7248         * src/imap.c
7249         * src/imap.h
7250         * src/imap_gtk.c
7251         * src/imap_gtk.h
7252         * src/import.c
7253         * src/import.h
7254         * src/importldif.c
7255         * src/importldif.h
7256         * src/importmutt.c
7257         * src/importmutt.h
7258         * src/importpine.c
7259         * src/importpine.h
7260         * src/inc.c
7261         * src/inc.h
7262         * src/jpilot.c
7263         * src/jpilot.h
7264         * src/ldapctrl.c
7265         * src/ldapctrl.h
7266         * src/ldaplocate.c
7267         * src/ldaplocate.h
7268         * src/ldapquery.c
7269         * src/ldapquery.h
7270         * src/ldapserver.c
7271         * src/ldapserver.h
7272         * src/ldaputil.c
7273         * src/ldaputil.h
7274         * src/ldif.c
7275         * src/ldif.h
7276         * src/localfolder.c
7277         * src/localfolder.h
7278         * src/main.c
7279         * src/main.h
7280         * src/mainwindow.c
7281         * src/mainwindow.h
7282         * src/manual.c
7283         * src/manual.h
7284         * src/matcher.c
7285         * src/matcher.h
7286         * src/matcher_parser.h
7287         * src/matcher_parser_lex.l
7288         * src/matcher_parser_parse.y
7289         * src/mbox.c
7290         * src/mbox.h
7291         * src/message_search.c
7292         * src/message_search.h
7293         * src/messageview.c
7294         * src/messageview.h
7295         * src/mh.c
7296         * src/mh.h
7297         * src/mh_gtk.c
7298         * src/mh_gtk.h
7299         * src/mimeview.c
7300         * src/mimeview.h
7301         * src/msgcache.c
7302         * src/msgcache.h
7303         * src/mutt.c
7304         * src/mutt.h
7305         * src/news.c
7306         * src/news.h
7307         * src/news_gtk.c
7308         * src/news_gtk.h
7309         * src/noticeview.c
7310         * src/noticeview.h
7311         * src/partial_download.c
7312         * src/partial_download.h
7313         * src/pine.c
7314         * src/pine.h
7315         * src/pop.c
7316         * src/pop.h
7317         * src/prefs_account.c
7318         * src/prefs_account.h
7319         * src/prefs_actions.c
7320         * src/prefs_actions.h
7321         * src/prefs_common.c
7322         * src/prefs_common.h
7323         * src/prefs_compose_writing.c
7324         * src/prefs_compose_writing.h
7325         * src/prefs_customheader.c
7326         * src/prefs_customheader.h
7327         * src/prefs_display_header.c
7328         * src/prefs_display_header.h
7329         * src/prefs_ext_prog.c
7330         * src/prefs_ext_prog.h
7331         * src/prefs_filtering.c
7332         * src/prefs_folder_column.c
7333         * src/prefs_folder_column.h
7334         * src/prefs_folder_item.c
7335         * src/prefs_folder_item.h
7336         * src/prefs_fonts.c
7337         * src/prefs_fonts.h
7338         * src/prefs_gtk.c
7339         * src/prefs_gtk.h
7340         * src/prefs_image_viewer.c
7341         * src/prefs_image_viewer.h
7342         * src/prefs_matcher.c
7343         * src/prefs_matcher.h
7344         * src/prefs_message.c
7345         * src/prefs_message.h
7346         * src/prefs_msg_colors.c
7347         * src/prefs_msg_colors.h
7348         * src/prefs_other.c
7349         * src/prefs_other.h
7350         * src/prefs_quote.c
7351         * src/prefs_quote.h
7352         * src/prefs_receive.c
7353         * src/prefs_receive.h
7354         * src/prefs_send.c
7355         * src/prefs_send.h
7356         * src/prefs_spelling.c
7357         * src/prefs_spelling.h
7358         * src/prefs_summaries.c
7359         * src/prefs_summaries.h
7360         * src/prefs_summary_column.c
7361         * src/prefs_summary_column.h
7362         * src/prefs_template.c
7363         * src/prefs_template.h
7364         * src/prefs_themes.c
7365         * src/prefs_themes.h
7366         * src/prefs_toolbar.c
7367         * src/prefs_toolbar.h
7368         * src/prefs_wrapping.c
7369         * src/prefs_wrapping.h
7370         * src/privacy.c
7371         * src/privacy.h
7372         * src/procheader.c
7373         * src/procheader.h
7374         * src/procmime.c
7375         * src/procmime.h
7376         * src/procmsg.c
7377         * src/procmsg.h
7378         * src/quote_fmt.c
7379         * src/quote_fmt_parse.y
7380         * src/recv.c
7381         * src/recv.h
7382         * src/remotefolder.c
7383         * src/remotefolder.h
7384         * src/send_message.c
7385         * src/send_message.h
7386         * src/setup.c
7387         * src/setup.h
7388         * src/sourcewindow.c
7389         * src/sourcewindow.h
7390         * src/ssl_manager.c
7391         * src/ssl_manager.h
7392         * src/statusbar.c
7393         * src/statusbar.h
7394         * src/stock_pixmap.c
7395         * src/stock_pixmap.h
7396         * src/summary_search.c
7397         * src/summary_search.h
7398         * src/summaryview.c
7399         * src/summaryview.h
7400         * src/syldap.c
7401         * src/syldap.h
7402         * src/textview.c
7403         * src/textview.h
7404         * src/toolbar.c
7405         * src/toolbar.h
7406         * src/undo.c
7407         * src/undo.h
7408         * src/unmime.c
7409         * src/unmime.h
7410         * src/vcard.c
7411         * src/vcard.h
7412         * src/wizard.c
7413         * src/wizard.h
7414         * src/common/base64.c
7415         * src/common/base64.h
7416         * src/common/defs.h
7417         * src/common/hooks.c
7418         * src/common/hooks.h
7419         * src/common/log.c
7420         * src/common/log.h
7421         * src/common/mgutils.c
7422         * src/common/mgutils.h
7423         * src/common/nntp.c
7424         * src/common/nntp.h
7425         * src/common/passcrypt.c
7426         * src/common/passcrypt.h.in
7427         * src/common/plugin.c
7428         * src/common/plugin.h
7429         * src/common/prefs.c
7430         * src/common/prefs.h
7431         * src/common/progressindicator.c
7432         * src/common/progressindicator.h
7433         * src/common/quoted-printable.c
7434         * src/common/quoted-printable.h
7435         * src/common/session.c
7436         * src/common/session.h
7437         * src/common/smtp.c
7438         * src/common/smtp.h
7439         * src/common/socket.c
7440         * src/common/socket.h
7441         * src/common/ssl.c
7442         * src/common/ssl.h
7443         * src/common/stringtable.c
7444         * src/common/stringtable.h
7445         * src/common/sylpheed.c
7446         * src/common/sylpheed.h
7447         * src/common/template.c
7448         * src/common/template.h
7449         * src/common/timing.h
7450         * src/common/utils.c
7451         * src/common/utils.h
7452         * src/common/version.h.in
7453         * src/common/xml.c
7454         * src/common/xml.h
7455         * src/common/xmlprops.c
7456         * src/common/xmlprops.h
7457         * src/gtk/about.c
7458         * src/gtk/colorlabel.c
7459         * src/gtk/colorlabel.h
7460         * src/gtk/colorsel.c
7461         * src/gtk/colorsel.h
7462         * src/gtk/combobox.c
7463         * src/gtk/combobox.h
7464         * src/gtk/description_window.c
7465         * src/gtk/description_window.h
7466         * src/gtk/filesel.c
7467         * src/gtk/filesel.h
7468         * src/gtk/foldersort.c
7469         * src/gtk/foldersort.h
7470         * src/gtk/gtkaspell.c
7471         * src/gtk/gtkaspell.h
7472         * src/gtk/gtksctree.c
7473         * src/gtk/gtkshruler.c
7474         * src/gtk/gtkshruler.h
7475         * src/gtk/gtkutils.c
7476         * src/gtk/gtkutils.h
7477         * src/gtk/icon_legend.c
7478         * src/gtk/icon_legend.h
7479         * src/gtk/logwindow.c
7480         * src/gtk/logwindow.h
7481         * src/gtk/manage_window.c
7482         * src/gtk/manage_window.h
7483         * src/gtk/pluginwindow.c
7484         * src/gtk/pluginwindow.h
7485         * src/gtk/prefswindow.c
7486         * src/gtk/prefswindow.h
7487         * src/gtk/quicksearch.c
7488         * src/gtk/quicksearch.h
7489         * src/pixmaps/claws-mail.xpm
7490         * src/pixmaps/claws-mail_icon.xpm
7491         * src/pixmaps/claws-mail_logo.xpm
7492         * src/pixmaps/sylpheed-claws.xpm
7493         * src/pixmaps/sylpheed-claws_icon.xpm
7494         * src/pixmaps/sylpheed-claws_logo.xpm
7495         * src/plugins/bogofilter/Makefile.am
7496         * src/plugins/bogofilter/bogofilter.c
7497         * src/plugins/bogofilter/bogofilter.h
7498         * src/plugins/bogofilter/bogofilter_gtk.c
7499         * src/plugins/clamav/Makefile.am
7500         * src/plugins/clamav/clamav_plugin.c
7501         * src/plugins/clamav/clamav_plugin.h
7502         * src/plugins/clamav/clamav_plugin_gtk.c
7503         * src/plugins/demo/Makefile.am
7504         * src/plugins/demo/demo.c
7505         * src/plugins/dillo_viewer/Makefile.am
7506         * src/plugins/dillo_viewer/README
7507         * src/plugins/dillo_viewer/dillo_prefs.c
7508         * src/plugins/dillo_viewer/dillo_prefs.h
7509         * src/plugins/dillo_viewer/dillo_viewer.c
7510         * src/plugins/pgpcore/Makefile.am
7511         * src/plugins/pgpcore/passphrase.c
7512         * src/plugins/pgpcore/passphrase.h
7513         * src/plugins/pgpcore/pgp_viewer.c
7514         * src/plugins/pgpcore/pgp_viewer.h
7515         * src/plugins/pgpcore/plugin.c
7516         * src/plugins/pgpcore/prefs_gpg.c
7517         * src/plugins/pgpcore/prefs_gpg.h
7518         * src/plugins/pgpcore/select-keys.c
7519         * src/plugins/pgpcore/select-keys.h
7520         * src/plugins/pgpcore/sgpgme.c
7521         * src/plugins/pgpcore/sgpgme.h
7522         * src/plugins/pgpcore/sylpheed.def
7523         * src/plugins/pgpcore/version.rc
7524         * src/plugins/pgpinline/Makefile.am
7525         * src/plugins/pgpinline/pgpinline.c
7526         * src/plugins/pgpinline/pgpinline.h
7527         * src/plugins/pgpinline/plugin.c
7528         * src/plugins/pgpinline/sylpheed.def
7529         * src/plugins/pgpinline/version.rc
7530         * src/plugins/pgpmime/Makefile.am
7531         * src/plugins/pgpmime/pgpmime.c
7532         * src/plugins/pgpmime/pgpmime.h
7533         * src/plugins/pgpmime/plugin.c
7534         * src/plugins/pgpmime/sylpheed.def
7535         * src/plugins/pgpmime/version.rc
7536         * src/plugins/spamassassin/Makefile.am
7537         * src/plugins/spamassassin/README
7538         * src/plugins/spamassassin/spamassassin.c
7539         * src/plugins/spamassassin/spamassassin.h
7540         * src/plugins/spamassassin/spamassassin_gtk.c
7541         * src/plugins/trayicon/Makefile.am
7542         * src/plugins/trayicon/trayicon.c
7543         * tools/OOo2sylpheed.pl
7544         * tools/README
7545         * tools/README.sylprint
7546         * tools/acroread2sylpheed.pl
7547         * tools/claws.i18n.status.pl
7548         * tools/filter_conv.pl
7549         * tools/filter_conv_new.pl
7550         * tools/freshmeat_search.pl
7551         * tools/google_search.pl
7552         * tools/kmail2sylpheed.pl
7553         * tools/kmail2sylpheed_v2.pl
7554         * tools/make.themes.project
7555         * tools/multiwebsearch.pl
7556         * tools/nautilus2sylpheed.sh
7557         * tools/outlook2sylpheed.pl
7558         * tools/sylprint.pl
7559         * tools/sylprint.rc
7560         * tools/tb2sylpheed
7561         * tools/textviewer.sh
7562         * tools/vcard2xml.py
7563         * tools/kdeservicemenu/README
7564         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7565         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7566         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7567                 Change name to Claws Mail. Announce to follow...
7568
7569 2006-11-06 [wwp]        2.6.0cvs6
7570
7571         * src/prefs_template.c
7572                 unify messages related to quote format/template errors (fix
7573                 capitalization), again.
7574
7575 2006-11-06 [wwp]        2.6.0cvs5
7576
7577         * src/prefs_quote.c
7578                 unify messages related to quote format/template errors.
7579
7580 2006-11-06 [wwp]        2.6.0cvs4
7581
7582         * src/prefs_msg_colors.c
7583                 more uses of Q_ macro for contextual translations, thanks
7584                 to Fabien (fzzzzz).
7585
7586 2006-11-06 [wwp]        2.6.0cvs3
7587
7588         * src/compose.c
7589         * src/common/utils.c
7590         * src/common/utils.h
7591                 show an alertpanel to make sure users are aware that sensitive
7592                 files are attached (it's file blacklist-based). This will fix
7593                 interaction w/ GoogleEarth for instance, thanks to Colin.
7594
7595 2006-11-06 [wwp]        2.6.0cvs2
7596
7597         * src/prefs_quote.c
7598         * src/prefs_template.c
7599         * src/prefs_template.h
7600                 check quote format when applying/closing prefs. For now this only
7601                 shows up an error dialog box, not preventing the user from using
7602                 a broken quote (reply, forwards) format.
7603
7604 2006-11-06 [wwp]        2.6.0cvs1
7605
7606         * src/prefs_template.c
7607                 fix missing checks of some template fields.
7608
7609 2006-11-06 [paul]       2.6.0
7610
7611         * NEWS
7612         * README
7613         * RELEASE_NOTES
7614                 2.6.0 released
7615
7616 2006-11-06 [paul]       2.5.6cvs22
7617
7618         * manual/advanced.xml
7619         * manual/es/advanced.xml
7620                 put 'respect_flowed_format' info in the correct
7621                 place
7622
7623 2006-11-06 [mones]      2.5.6cvs21
7624
7625         * po/es.po
7626                 Minor fixes for release
7627
7628 2006-11-06 [paul]       2.5.6cvs20
7629
7630         * po/cs.po
7631         * po/de.po
7632         * po/fr.po
7633         * po/it.po
7634         * po/nl.po
7635         * po/pt_BR.po
7636         * po/sk.po
7637         * po/sv.po
7638         * po/zh_CN.po
7639                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7640                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7641                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7642                 Young
7643
7644 2006-11-02 [colin]      2.5.6cvs19
7645
7646         * src/imap.c
7647         * src/imap.h
7648         * src/prefs_account.c
7649         * src/etpan/imap-thread.c
7650                 Add GSSAPI support - fixes Debian bug #383274
7651
7652 2006-11-01 [colin]      2.5.6cvs18
7653
7654         * src/jpilot.c
7655                 Handle libpisock12 support. Probably
7656                 fixes bug 1046, 'jpilot AddressDB.pdb 
7657                 import fail'
7658
7659 2006-11-01 [colin]      2.5.6cvs17
7660
7661         * src/folderutils.c
7662                 debug_print() folderutils_mark_all_read()
7663
7664 2006-11-01 [colin]      2.5.6cvs16
7665
7666         * COPYING
7667                 Add missed files to the Apache exception
7668
7669 2006-10-31 [colin]      2.5.6cvs15
7670
7671         * src/folder.c
7672         * src/folder.h
7673                 Add a copy_private_data() func to FolderClasses
7674                 Doesn't break the feature freeze, because we 
7675                 won't use it (right now) in the core.
7676
7677 2006-10-31 [colin]      2.5.6cvs14
7678
7679         * COPYING
7680                 Allow linking with the Apache licensed files in
7681                 src/plugins/spamassassin. Hopefully fixes 
7682                 bug 1048, 'Spamassassin plugin license problem'
7683
7684 2006-10-31 [wwp]        2.5.6cvs13
7685
7686         * src/compose.c
7687                 fix and optimize trimming of leading linefeeds in body loop.
7688
7689 2006-10-31 [colin]      2.5.6cvs12
7690
7691         * src/etpan/imap-thread.c
7692         * src/imap.c
7693                 Make really sure to have NULL sets in case
7694                 of error
7695
7696 2006-10-30 [wwp]        2.5.6cvs11
7697
7698         * src/prefs_common.c
7699         * src/prefs_common.h
7700         * src/compose.c
7701                 fix broken storage of quote format template when it contains \-escape
7702                 sequences. The application of such sequences is also fixed now (\t
7703                 in quote format will be a real tab instead of a 't', for instance).
7704
7705 2006-10-27 [colin]      2.5.6cvs10
7706
7707         * src/compose.c
7708                 Probably fix bug 1045, 'sylpheed-claws 
7709                 doesn't remove the mail from the IMAP 
7710                 Queue folder after sending'. From
7711                 2.5.6cvs3-stable
7712
7713 2006-10-27 [colin]      2.5.6cvs9
7714
7715         * configure.ac
7716                 Require libetpan-0.48. I'm so annoying,
7717                 I know ;-)
7718
7719 2006-10-27 [colin]      2.5.6cvs8
7720
7721         * src/folder.c
7722         * src/imap.c
7723                 Probably fix bug 1044, 'sylpheed-claws 
7724                 segfaults while moving mails' - Fix relation
7725                 usage when moving to an IMAP mailbox from another
7726                 mailbox
7727
7728 2006-10-26 [paul]       2.5.6cvs7
7729
7730         * src/gtk/about.c
7731                 add libSM to compiled-in features
7732                 list
7733
7734 2006-10-24 [colin]      2.5.6cvs6
7735
7736         * src/textview.c
7737         * src/gtk/gtkutils.c
7738                 Fix crash when printing emails with an
7739                 xface
7740
7741 2006-10-24 [mones]      2.5.6cvs5
7742
7743         * manual/es/advanced.xml
7744                 Synchronize hidden option respect_flowed_format
7745         * po/es.po
7746                 Updated translation
7747
7748 2006-10-21 [paul]       2.5.6cvs4
7749
7750         * src/gtk/authors.h
7751         * src/plugins/pgpcore/pgp_viewer.c
7752         * src/plugins/pgpcore/sgpgme.c
7753                 fix building on BSDs
7754                 Thanks to Michael Hughes
7755                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7756
7757 2006-10-20 [colin]      2.5.6cvs3
7758
7759         * configure.ac
7760                 Bump up libetpan requirement
7761                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7762         * src/common/utils.c
7763         * src/common/utils.h
7764                 Add convenience get_file_mtime()
7765         * src/imap.c
7766         * src/etpan/imap-thread.c
7767         * src/etpan/imap-thread.h
7768                 Implement UIDPLUS support if the server
7769                 supports it - faster sending in this case
7770
7771 2006-10-19 [colin]      2.5.6cvs2
7772
7773         * src/gtk/quicksearch.c
7774                 Fix emptying in type-ahead+extended mode
7775         * src/mainwindow.c
7776         * src/mainwindow.h
7777                 Add a hook for offline state change
7778         * src/plugins/trayicon/trayicon.c
7779                 Use it to display offline icons
7780         * src/plugins/trayicon/Makefile.am
7781         * src/plugins/trayicon/newmail.offline.xpm
7782         * src/plugins/trayicon/newmarkedmail.offline.xpm
7783         * src/plugins/trayicon/nomail.offline.xpm
7784         * src/plugins/trayicon/unreadmail.offline.xpm
7785         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7786                 Add the icons
7787
7788 2006-10-12 [paul]       2.5.6cvs1
7789
7790         * NEWS
7791         * README
7792         * configure.ac
7793                 Update version number following
7794                 stable release
7795
7796 2006-10-19 [colin]      2.5.5cvs18
7797
7798         * manual/handling.xml
7799                 Add type-ahead search
7800
7801 2006-10-18 [colin]      2.5.5cvs17
7802
7803         * src/gtk/quicksearch.c
7804                 Remove "save to history only if there's
7805                 no syntax error", it breaks for some 
7806                 reason which I'll investigate later.
7807
7808 2006-10-18 [colin]      2.5.5cvs16
7809
7810         * src/prefs_common.c
7811         * src/prefs_common.h
7812         * src/summaryview.c
7813         * src/gtk/quicksearch.c
7814         * src/gtk/quicksearch.h
7815                 Add a type-ahead option for fast searches
7816                 Patch by Fabien Vantard
7817
7818 2006-10-18 [colin]      2.5.5cvs15
7819
7820         * src/compose.c
7821         * src/compose.h
7822                 Add Options/Reply mode/ menu to be able to
7823                 change the recipients of a reply on the fly
7824
7825 2006-10-18 [colin]      2.5.5cvs14
7826
7827         * src/compose.c
7828                 Fix redirecting of our own sent mails
7829
7830 2006-10-17 [wwp]        2.5.5cvs13
7831
7832         * src/send_message.c
7833                 Fix duplicate error messages when sending, and missing
7834                 newline in such error messages.
7835
7836 2006-10-17 [colin]      2.5.5cvs12
7837
7838         * src/compose.c
7839                 Compare addresses case-insensitive
7840
7841 2006-10-17 [colin]      2.5.5cvs11
7842
7843         * src/plugins/pgpcore/sgpgme.c
7844                 Fix return status
7845
7846 2006-10-17 [colin]      2.5.5cvs10
7847
7848         * src/plugins/pgpcore/pgp_viewer.c
7849                 Fix return status
7850
7851 2006-10-17 [colin]      2.5.5cvs9
7852
7853         * src/quote_fmt.c
7854                 Fix a typo (thanks to Fabien)
7855
7856 2006-10-16 [colin]      2.5.5cvs8
7857
7858         * src/textview.c
7859                 Fix problem with quote-folding when emails
7860                 don't convert cleanly to UTF-8
7861
7862 2006-10-14 [colin]      2.5.5cvs7
7863
7864         * src/prefs_template.c
7865                 Reset fields when reopening
7866                 the window
7867
7868 2006-10-13 [paul]       2.5.5cvs6
7869
7870         * manual/advanced.xml
7871         * src/prefs_message.c
7872                 make 'respect_flowed_format' a hidden
7873                 option, and add a manual entry for it
7874                 Thanks to Colin
7875
7876 2006-10-12 [colin]      2.5.5cvs5
7877
7878         * src/codeconv.c
7879                 Revert part of 2.5.2cvs21:
7880                 Don't optimise by reusing the 
7881                 last iconv converter if possible:
7882                 it seems slightly broken in a 
7883                 very hard way to reproduce
7884
7885 2006-10-12 [colin]      2.5.5cvs4
7886
7887         * src/prefs_common.c
7888         * src/prefs_common.h
7889         * src/prefs_message.c
7890         * src/procmime.c
7891                 Fix bug 1035, 'Incorrect handling 
7892                 of flowed lines'. We now optionnaly
7893                 handle this format (preference is in
7894                 Message View/Text options section)
7895
7896 2006-10-12 [colin]      2.5.5cvs3
7897
7898         * po/POTFILES.in
7899                 Add new file
7900         * src/plugins/pgpcore/pgp_viewer.c
7901         * src/plugins/pgpcore/sgpgme.c
7902                 Don't try to import without asking
7903
7904 2006-10-12 [colin]      2.5.5cvs2
7905
7906         * src/compose.c
7907                 Fix bug 1036, 'Forwarding a mutlipart
7908                 mail with a "text/html" block to ms
7909                 outlook users leeds to freeze of
7910                 outlook'. Poor outlook users...
7911
7912 2006-10-12 [paul]       2.5.5cvs1
7913
7914         * NEWS
7915         * README
7916         * configure.ac
7917                 Update version number following
7918                 stable release
7919
7920 2006-10-11 [paul]       2.5.4cvs1
7921
7922         * NEWS
7923         * README
7924         * configure.ac
7925                 Update version number following
7926                 stable release
7927
7928 2006-10-11 [paul]       2.5.3cvs32
7929
7930         * src/textview.c
7931                 fix bug 1032, 'Segmentation fault when showing
7932                 message' (bug in quote folding)
7933                 Thanks to Colin
7934
7935 2006-10-10 [colin]      2.5.3cvs31
7936
7937         * src/quote_fmt.c
7938                 Rephrase english a bit
7939
7940 2006-10-10 [colin]      2.5.3cvs30
7941
7942         * src/prefs_compose_writing.c
7943                 Stop making the page larger than the window
7944
7945 2006-10-10 [wwp]        2.5.3cvs29
7946
7947         * src/compose.c
7948         * src/prefs_template.c
7949         * src/quote_fmt.c
7950         * src/quote_fmt.h
7951         * src/quote_fmt_lex.l
7952         * src/quote_fmt_parse.y
7953                 Extend the quote parser a bit: allow to get access to
7954                 basic (composing) account info.
7955
7956 2006-10-10 [colin]      2.5.3cvs28
7957
7958         * src/procheader.c
7959                 Fix this \t problem in subject
7960
7961 2006-10-09 [colin]      2.5.3cvs27
7962
7963         * src/main.c
7964         * src/prefs_gtk.c
7965                 Prepare cache a bit later
7966                 If section already exists, skip the new one 
7967                 (as previously); avoid writing the same block
7968                 twice - if we find a second block with the 
7969                 same id, skip it.
7970         * src/plugins/pgpcore/pgp_viewer.c
7971                 Set cursor to busy when retrieving a key
7972         * src/plugins/pgpcore/sgpgme.c
7973                 allow 5 seconds for gpg to export the key
7974                 
7975
7976 2006-10-09 [colin]      2.5.3cvs26
7977
7978         * configure.ac
7979         * src/msgcache.c
7980         * src/prefs_gtk.c
7981                 Check for existence of fgets_unlocked
7982                 and fwrite_unlocked
7983
7984 2006-10-09 [paul]       2.5.3cvs25
7985
7986         * src/prefs_summaries.c
7987                 replace strftime() with fast_strftime() and in
7988                 the consequence fix the bug in the display of
7989                 AM/PM in the 'Example' string
7990
7991 2006-10-09 [ticho]      2.5.3cvs24
7992
7993         * po/sk.po
7994                 Updated (and fixed up somewhat) Slovak translation.
7995
7996 2006-10-08 [colin]      2.5.3cvs23
7997
7998         * src/prefs_folder_item.c
7999                 Explain why prefs in the top-level folder
8000                 aren't retained, but are still useful
8001
8002 2006-10-08 [colin]      2.5.3cvs22
8003
8004         * src/prefs_gtk.c
8005                 Don't cache anything if caching fails
8006
8007 2006-10-08 [colin]      2.5.3cvs21
8008
8009         * src/common/utils.c
8010                 always include gi18n.h
8011
8012 2006-10-07 [colin]      2.5.3cvs20
8013
8014         * src/plugins/pgpcore/pgp_viewer.c
8015                 Kill gpg after 5 seconds wait
8016
8017 2006-10-07 [colin]      2.5.3cvs19
8018
8019         * src/plugins/pgpcore/pgp_viewer.c
8020         * src/plugins/pgpcore/pgp_viewer.h
8021                 Fix copyright
8022
8023 2006-10-07 [colin]      2.5.3cvs18
8024
8025         * src/plugins/pgpcore/pgp_viewer.c
8026         * src/plugins/pgpcore/pgp_viewer.h
8027                 Actually add the files to CVS
8028
8029 2006-10-07 [colin]      2.5.3cvs17
8030
8031         * src/plugins/pgpcore/sgpgme.c
8032                 Be sure not to crash on 'application/pgp-signature' that
8033                 are not application/pgp-signatures
8034
8035 2006-10-07 [colin]      2.5.3cvs16
8036
8037         * src/textview.c
8038         * src/textview.h
8039                 Make a bit more of the API available
8040         * src/plugins/pgpcore/Makefile.am
8041         * src/plugins/pgpcore/plugin.c
8042         * src/plugins/pgpcore/sgpgme.c
8043                 Add basic key import/export
8044
8045 2006-10-07 [colin]      2.5.3cvs15
8046
8047         * src/folderview.c
8048         * src/imap.c
8049         * src/prefs_account.c
8050         * src/wizard.c
8051                 Warn users *everywhere* if libetpan's not
8052                 linked in
8053
8054 2006-10-06 [mones]      2.5.3cvs14
8055
8056         * po/de.po
8057         * po/es.po
8058                 updated by Stephan Sachse and me
8059
8060 2006-10-06 [colin]      2.5.3cvs13
8061
8062         * src/main.c
8063         * src/common/sylpheed.c
8064                 Don't load common plugins if --exit is passed
8065         * src/prefs_gtk.c
8066         * src/prefs_gtk.h
8067                 Implement a cache to avoid reading the same
8068                 files over and over again at startup
8069
8070 2006-10-06 [colin]      2.5.3cvs12
8071
8072         * src/summaryview.c
8073         * src/gtk/quicksearch.c
8074                 Update display every 5k mails on fast searches
8075
8076 2006-10-06 [colin]      2.5.3cvs11
8077
8078         * src/textview.c
8079                 Don't do quote folding on HTML or ERTF.
8080                 May fix the Cygwin issues if they were
8081                 happening with HTML mails?
8082
8083 2006-10-05 [colin]      2.5.3cvs10
8084
8085         * src/prefs_gtk.c
8086                 Oops, forgot one
8087
8088 2006-10-05 [colin]      2.5.3cvs9
8089
8090         * src/prefs_gtk.c
8091                 Use unlocked_stdio here too
8092
8093 2006-10-05 [colin]      2.5.3cvs8
8094
8095         * src/folderview.c
8096                 Fix go to next * after preferences apply
8097         * src/msgcache.c
8098                 Do the fd lock/unlock ourselves instead of
8099                 letting the libc do it at each write 
8100
8101 2006-10-05 [colin]      2.5.3cvs7
8102
8103         * src/common/utils.c
8104                 Faster division, thanks to Jean Diraison
8105
8106 2006-10-05 [paul]       2.5.3cvs6
8107
8108         * src/common/utils.c
8109                 fix building with --disable-nls
8110
8111 2006-10-04 [colin]      2.5.3cvs5
8112
8113         * src/folder.c
8114                 Maybe fix a segfault
8115
8116 2006-10-04 [wwp]        2.5.3cvs4
8117
8118         * src/prefs_folder_item.c
8119                 Fine-tune layouts in folder item prefs. Suggested by
8120                 Fabien Vantard <fzzzzz@gmail.com>.
8121
8122 2006-10-04 [wwp]        2.5.3cvs3
8123
8124         * src/prefs_folder_item.c
8125                 Kill the clandestine passengers. You didn't see anything.
8126
8127 2006-10-04 [wwp]        2.5.3cvs2
8128
8129         * src/prefs_folder_item.c
8130                 Add a way to test the subject simplify regexp in
8131                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8132                 w/ few layout changes.
8133
8134 2006-20-04 [paul]       2.5.3cvs1
8135
8136         * NEWS
8137         * README
8138         * configure.ac
8139                 Update version number following
8140                 stable release
8141
8142 2006-10-04 [colin]      2.5.2cvs42
8143
8144         * src/folder.c
8145         * src/folder.h
8146         * src/summaryview.c
8147                 Provide a way for folder classes to set their sort
8148                 type and key
8149
8150 2006-10-03 [colin]      2.5.2cvs41
8151
8152         * src/mh.c
8153                 Don't use strlen() to know if the
8154                 string's empty
8155
8156 2006-10-03 [colin]      2.5.2cvs40
8157
8158         * src/mh.c
8159                 Fix "check for new folders" with accentued folders
8160
8161 2006-10-03 [ticho]      2.5.2cvs39
8162
8163         * src/filtering.c
8164         * src/folder.c
8165         * src/inc.c
8166         * src/mbox.c
8167                 Colin's fix for "copy" filtering rules.
8168
8169 2006-10-02 [colin]      2.5.2cvs38
8170
8171         * src/folderview.c
8172                 Fix for double-click too
8173
8174 2006-10-02 [colin]      2.5.2cvs37
8175
8176         * src/folderview.c
8177                 correct fix for cvs36
8178
8179 2006-10-02 [colin]      2.5.2cvs36
8180
8181         * src/folderview.c
8182                 Fix 'goto next unread' after collapsing/expanding 
8183                 a node.
8184
8185 2006-10-02 [colin]      2.5.2cvs35
8186
8187         * src/summaryview.c
8188                 Fix double freeze/thaw
8189         * src/common/utils.c
8190         * src/common/utils.h
8191                 Reimplement strftime
8192         * src/procheader.c
8193                 Use it
8194
8195
8196 2006-10-02 [colin]      2.5.2cvs34
8197
8198         * src/mh.c
8199                 Time mh_write_sequences() - it's fast
8200         * src/summaryview.c
8201                 Init a variable to shut up gcc
8202
8203 2006-10-01 [colin]      2.5.2cvs33
8204
8205         * src/folder.c
8206         * src/mh.c
8207         * src/mh.h
8208         * src/msgcache.c
8209                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8210                 Add fsync but disable it, it's slow as hell
8211
8212 2006-10-01 [colin]      2.5.2cvs32
8213
8214         * src/mh.c
8215         * src/msgcache.c
8216                 fflush() caches and mh_sequences before
8217                 fclose()ing
8218
8219 2006-10-01 [colin]      2.5.2cvs31
8220
8221         * src/msgcache.c
8222                 Don't ftruncate when not using mmap
8223
8224 2006-09-30 [colin]      2.5.2cvs30
8225
8226         * src/main.c
8227                 Write folder list *after* saving caches
8228
8229 2006-09-30 [colin]      2.5.2cvs29
8230
8231         * src/folder.c
8232         * src/mh.c
8233                 Debug forced mtime changes
8234
8235 2006-09-30 [colin]      2.5.2cvs28
8236
8237         * src/folder.c
8238         * src/main.c
8239                 Remove useless debug_print()s (code
8240                 well-tested)
8241
8242 2006-09-30 [colin]      2.5.2cvs27
8243
8244         * src/mh.c
8245                 Do stuff faster when writing mh_sequences
8246
8247 2006-09-30 [colin]      2.5.2cvs26
8248
8249         * src/mh.c
8250                 Don't let the writing of .mh_sequences, which
8251                 can change the folder's mtime, let us think
8252                 we need to scan.
8253
8254 2006-09-30 [colin]      2.5.2cvs25
8255
8256         * src/folder.c
8257                 Move a debug_print where it belongs 
8258                 (processing)
8259         * src/summaryview.c
8260                 Don't mess with a huge slow subject
8261                 table if we're not threading by
8262                 subject
8263
8264 2006-09-30 [colin]      2.5.2cvs24
8265
8266         * src/msgcache.c
8267                 Reenable mmaped reads (*not* writes!)
8268         * src/procmsg.c
8269                 Don't destroy and recreate hashtables just
8270                 for fun
8271         * src/common/utils.c
8272                 Remove useless reply prefixes (it's case
8273                 unsensitive)
8274
8275 2006-09-30 [wwp]        2.5.2cvs23
8276
8277         * tools/fix_date.sh
8278                 Fixed a minor bug in date value extraction, added a switch
8279                 to replace non RFC-compliant Date: value, added a switch
8280                 to use strict RFC matching patterns for dates.
8281
8282 2006-09-29 [colin]      2.5.2cvs22
8283
8284         * src/matcher_parser.h
8285         * src/matcher_parser_parse.y
8286         * src/prefs_filtering.c
8287         * src/statusbar.c
8288         * src/summary_search.c
8289         * src/summaryview.c
8290         * src/gtk/quicksearch.c
8291         * src/gtk/quicksearch.h
8292                 Optimise searches by setting different
8293                 refresh intervals (depending if the 
8294                 search is fast or not)
8295
8296 2006-09-29 [colin]      2.5.2cvs21
8297
8298         * src/codeconv.c
8299                 Optimise by reusing the last iconv converter
8300                 if possible
8301         * src/textview.c
8302                 Optimise a bit (the foldable quotes feature
8303                 still has an awful O(n^2) algo
8304
8305 2006-09-29 [colin]      2.5.2cvs20
8306
8307         * src/gtk/gtksctree.c
8308         * src/gtk/gtksctree.h
8309                 Optimise de-selection via up/down or
8310                 another key
8311
8312 2006-09-28 [colin]      2.5.2cvs19
8313
8314         * src/action.c
8315         * src/compose.c
8316         * src/folderview.c
8317         * src/mainwindow.c
8318         * src/messageview.c
8319         * src/summary_search.c
8320         * src/toolbar.c
8321                 Avoid using summaryview->ctree directly
8322
8323 2006-09-28 [colin]      2.5.2cvs18
8324
8325         * src/summaryview.c
8326         * src/summaryview.h
8327                 Add helpers to freeze/thaw/grab_focus
8328                 Factorize calls to freeze/thaw/grab_focus
8329                 
8330
8331 2006-09-28 [colin]      2.5.2cvs17
8332
8333         * src/main.c
8334                 More guards for the session management
8335
8336 2006-09-28 [colin]      2.5.2cvs16
8337
8338         * src/folderview.c
8339         * src/gtk/gtksctree.c
8340         * src/gtk/gtksctree.h
8341                 Make expanding not recursive in folderview
8342
8343 2006-09-28 [colin]      2.5.2cvs15
8344
8345         * src/addressbook.c
8346                 If nothing is selected in the list (right part)
8347                 and a group is selected in the tree (left part),
8348                 mail this group.
8349
8350 2006-09-28 [colin]      2.5.2cvs14
8351
8352         * src/Makefile.am
8353                 Actually use SM_LIBS
8354
8355 2006-09-28 [ticho]      2.5.2cvs13
8356
8357         * src/export.c
8358         * src/messageview.c
8359         * src/mimeview.c
8360         * src/news.c
8361         * src/pop.c
8362         * src/prefs_themes.c
8363         * src/procmsg.c
8364                 Small i18n string optimization.
8365         * src/send_message.c
8366         * src/summaryview.c
8367         * src/common/session.c
8368         * src/common/smtp.c
8369         * src/common/ssl_certificate.c
8370         * src/common/utils.c
8371                 Use "Couldn't" instead of "Can't" in UI messages,
8372                 where appropriate.
8373
8374 2006-09-28 [colin]      2.5.2cvs12
8375
8376         * configure.ac
8377                 Possibly fix link errors
8378
8379 2006-09-27 [wwp]        2.5.2cvs11
8380
8381         * src/gtk/authors.h
8382         * doc/man/sylpheed-claws.1
8383         * manual/ack.xml
8384         * manual/es/ack.xml
8385         * manual/fr/ack.xml
8386         * manual/pl/ack.xml
8387                 Updated authors info (me, myself and I).
8388
8389 2006-09-27 [colin]      2.5.2cvs10
8390
8391         * src/addressbook.c
8392                 Remove useless printf
8393
8394 2006-09-27 [wwp]        2.5.2cvs9
8395
8396         * src/editgroup.c
8397         * src/send_message.c
8398         * src/inc.c
8399         * src/prefs_common.c
8400         * src/prefs_common.h
8401         * src/gtk/progressdialog.c
8402                 remember more windows' sizes (send dialog, received dialog,
8403                 edit group in addressbook).
8404
8405 2006-09-27 [colin]      2.5.2cvs8
8406
8407         * configure.ac
8408         * src/main.c
8409         * src/mainwindow.h
8410                 Use libSM to communicate with the session
8411                 manager, so that we can know when the 
8412                 session ends, save our caches, and draft
8413                 our compose windows.
8414
8415 2006-09-27 [colin]      2.5.2cvs7
8416
8417         * src/addressbook.c
8418                 Fix issues:
8419                 o Allow Book and Group creation from the tree's
8420                   contextual menu
8421                 o Do not actually delete the contacts when 
8422                   deleting groups from the tree (duh!)
8423
8424 2006-09-27 [colin]      2.5.2cvs6
8425
8426         * src/compose.c
8427         * src/compose.h
8428         * src/mainwindow.c
8429         * src/textview.c
8430         * src/toolbar.c
8431                 o Allow passing an email address to 
8432                   compose_new_with_folderitem
8433                 o Update callers
8434                 o Use current folderitem when clicking
8435                   on a TextView mailto: link
8436                 o Fix a possible leak in TextView
8437
8438 2006-09-27 [colin]      2.5.2cvs5
8439
8440         * src/html.c
8441                 Use UTF-8 chars to replace HTML entities
8442
8443 2006-09-27 [colin]      2.5.2cvs4
8444
8445         * AUTHORS
8446         * src/prefs_account.c
8447         * src/gtk/authors.h
8448                 Fix bug #1024 (Array index out of
8449                 range in sylpheed-claws-2.5.2)
8450                 Patch by Ales Nosek <anosek@suse.cz>
8451
8452 2006-09-27 [colin]      2.5.2cvs3
8453
8454         * src/addr_compl.c
8455                 Actually do the test
8456
8457 2006-09-27 [colin]      2.5.2cvs2
8458
8459         * src/addr_compl.c
8460         * src/addr_compl.h
8461                 Allow completing with comma (in certain cases: vCalendar
8462                 for example doesn't support that)
8463                 Patch by Fabien Vantard
8464
8465 2006-09-26 [colin]      2.5.2cvs1
8466
8467         * src/Makefile.am
8468         * src/addr_compl.c
8469         * src/addr_compl.h
8470         * src/addrbook.c
8471         * src/addrbook.h
8472         * src/addressbook.c
8473         * src/addrindex.c
8474         * src/addrindex.h
8475         * src/compose.c
8476         * src/prefs_common.c
8477         * src/prefs_filtering_action.c
8478         * src/prefs_folder_item.c
8479         * src/prefs_template.c
8480         * src/stock_pixmap.c
8481         * src/stock_pixmap.h
8482         * src/pixmaps/addr_one.xpm
8483         * src/pixmaps/addr_two.xpm
8484                 Add auto-completion on groups
8485
8486 2006-09-26 [colin]      2.5.2
8487
8488         * NEWS
8489         * README
8490         * RELEASE_NOTES
8491                 2.5.2 released
8492
8493 2006-09-26 [colin]      2.5.1cvs5
8494
8495         * src/matcher.c
8496                 Fix condition
8497
8498 2006-09-26 [colin]      2.5.1cvs4
8499
8500         * src/mbox.c
8501                 Revert cvs1 (useless as the message is printed 
8502                 every 500 mails)
8503
8504 2006-09-26 [colin]      2.5.1cvs3
8505
8506         * src/partial_download.c
8507                 Fix crasher found by Alexsandar Urosevic
8508
8509 2006-09-26 [colin]      2.5.1cvs2
8510
8511         * src/summaryview.c
8512                 Fix bug #1023 (Sylpheed deletes too much messages)
8513
8514 2006-09-26 [ticho]      2.5.1cvs1
8515
8516         * src/mbox.c
8517                 Make use of gettext's multiple plurals for statusbar
8518                 progress message.
8519
8520 2006-09-25 [paul]       2.5.1
8521
8522         * NEWS
8523         * README
8524         * RELEASE_NOTES
8525                 2.5.1 released
8526
8527 2006-09-25 [colin]      2.5.0cvs3
8528
8529         * src/plugins/bogofilter/bogofilter.c
8530         * src/plugins/clamav/clamav_plugin.c
8531         * src/plugins/spamassassin/spamassassin.c
8532                 BogoFilter, Spamassassin: Fix double hook registering after
8533                 visiting preferences
8534                 Spamassassin, Clamav: Just set the mails to move instead of
8535                 doing the move - caller will move the things at once.
8536
8537 2006-09-25 [colin]      2.5.0cvs2
8538
8539         * src/imap.c
8540         * src/etpan/imap-thread.c
8541                 Use UID SEARCH ALL instead of UID 1:*
8542                 (braindead servers can't figure out that's
8543                 the same...)
8544
8545 2006-09-25 [wwp]        2.5.0cvs1
8546
8547         * src/message_search.c
8548                 Added the ability to stop a running search (in message body).
8549
8550 2006-09-25 [paul]       2.5.0
8551
8552         * NEWS
8553         * README
8554         * RELEASE_NOTES
8555                 2.5.0 released
8556
8557 2006-09-25 [paul]       2.4.0cvs214
8558
8559         * po/cs.po
8560         * po/de.po
8561         * po/fi.po
8562         * po/fr.po
8563         * po/nl.po
8564         * po/pt_BR.po
8565         * po/sk.po
8566         * po/sr.po
8567         * po/zh_CN.po
8568                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8569                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8570                 Ticho, Aleksander Urosevic, Ralgh Young
8571
8572 2006-09-24 [mones]      2.4.0cvs213
8573
8574         * po/es.po
8575                 Updated for release
8576
8577 2006-09-23 [colin]      2.4.0cvs212
8578
8579         * src/gtk/inputdialog.c
8580                 Fix [ ] remember this appearing in normal
8581                 input dialogs after it's been used by
8582                 mimeview.
8583         * src/folder.c
8584         * src/folderview.c
8585         * src/msgcache.c
8586         * src/procmsg.c
8587         * src/summaryview.c
8588         * src/textview.c
8589         * src/common/timing.h
8590                 Enable timings in debug mode and make it
8591                 look prettier.
8592
8593 2006-09-22 [colin]      2.4.0cvs211
8594
8595         * README
8596                 Revert test change
8597         * commitHelper
8598                 ping the correct URI
8599
8600 2006-09-22 [colin]      2.4.0cvs210
8601
8602         * README
8603                 Let's see if bug #1022 is fixed
8604
8605 2006-09-21 [colin]      2.4.0cvs209
8606
8607         * src/wizard.c
8608         * src/common/plugin.c
8609                 Prepare infra to load predefined plugins when
8610                 no configuration existed. Don't actually load
8611                 anything yet (feat. freeze)
8612
8613 2006-09-21 [wwp]        2.4.0cvs208
8614
8615         * manual/fr/faq.xml
8616                 Partial sync w/ 2.4.0cvs72:
8617                 wrap file and minor updates.
8618
8619 2006-09-21 [wwp]        2.4.0cvs207
8620
8621         * tools/fix_date.sh
8622                 several fixes and enhancements. A new --force switch has been
8623                 added to prevent overriding by default Date: header when
8624                 already existing.
8625
8626 2006-09-21 [paul]       2.4.0cvs206
8627
8628         * src/common/utils.c
8629                 add Chinese UTF8 Re prefix
8630
8631 2006-09-21 [wwp]        2.4.0cvs205
8632
8633         * tools/Makefile.am
8634                 Fics alfabettical order.
8635
8636 2006-09-21 [wwp]        2.4.0cvs204
8637
8638         * tools/fix_date.sh
8639         * tools/Makefile.am
8640                 Added an action tool to fix missing Date field in emails.
8641                 Updated Makefile.am to reflect those last two additions.
8642
8643 2006-09-21 [wwp]        2.4.0cvs203
8644
8645         * tools/uuooffice
8646                 Added a action tool to open uuencoded docs w/
8647                 OpenOffice (based on uudec method).
8648
8649 2006-09-21 [colin]      2.4.0cvs202
8650
8651         * src/compose.c
8652         * src/textview.c
8653                 Workaround possible GTK crash: remove selection 
8654                 clipboard before destroying widget, or GTK+-2.10
8655                 dies. Thanks to Hiro.
8656
8657 2006-09-20 [colin]      2.4.0cvs201
8658
8659         * src/compose.c
8660                 Fix free-after-use in some cases (when 
8661                 procmime_encode_content() frees mimeinfo->data.mem
8662                 and turns it to a temp file)
8663
8664 2006-09-20 [colin]      2.4.0cvs200
8665
8666         * src/folderview.c
8667         * src/summaryview.c
8668         * src/gtk/gtksctree.c
8669         * src/gtk/gtksctree.h
8670                 Add tooltips in the folderview and summaryview
8671                 (Doesn't break string freeze as they already
8672                 exist)
8673         * src/toolbar.c
8674                 Put the spam button in the default configuration
8675                 if compiled with bogo plugin too
8676
8677 2006-09-19 [colin]      2.4.0cvs199
8678
8679         * src/summaryview.c
8680         * src/summaryview.h
8681                 Update folder name label on folder rename
8682         * src/prefs_matcher.c
8683         * src/gtk/logwindow.h
8684                 Fix warnings
8685                 Patches by Fabien
8686
8687 2006-09-19 [wwp]        2.4.0cvs198
8688
8689         * src/summary_search.c
8690                 fix can't click forward/backward buttons in the
8691                 search messages.
8692
8693 2006-09-18 [paul]       2.4.0cvs197
8694
8695         * src/wizard.c
8696                 add missing bracket, capitalise the A of
8697                 'SpamAssassin'
8698
8699 2006-09-18 [paul]       2.4.0cvs196
8700
8701         * src/compose.c
8702                 fix bug 1012 'crashed upon sending mail
8703                 from compose window'
8704                 Thanks to Colin
8705
8706 2006-09-16 [colin]      2.4.0cvs195
8707
8708         * src/folderview.c
8709                 Fix "real-time" sorting by freezing/thawing
8710
8711 2006-09-16 [colin]      2.4.0cvs194
8712
8713         * manual/faq.xml
8714                 Fix the anti-spam entry a bit
8715
8716 2006-09-16 [colin]      2.4.0cvs193
8717
8718         * src/wizard.c
8719                 Make sure reviewers have no excuse when stating
8720                 Sylpheed-Claws doesn't have antispam capabilities.
8721
8722 2006-09-16 [colin]      2.4.0cvs192
8723
8724         * src/main.c
8725                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8726                 as if the SIGPIPE comes from etpan's thread we could
8727                 trigger a GUI update from this thread.
8728
8729 2006-09-16 [colin]      2.4.0cvs191
8730
8731         * src/summaryview.c
8732                 Init all members of the struct
8733
8734 2006-09-16 [paul]       2.4.0cvs190
8735
8736         * src/account.c
8737                 improvements to the English
8738
8739 2006-09-15 [colin]      2.4.0cvs189
8740
8741         * src/summaryview.c
8742                 HIG order on dialog
8743
8744 2006-09-14 [colin]      2.4.0cvs188
8745
8746         * src/common/socket.c
8747         * src/common/socket.h
8748         * src/common/ssl.c
8749         * src/common/ssl_certificate.c
8750         * src/common/ssl_certificate.h
8751         * src/etpan/imap-thread.c
8752                 the get_fqdn() call done to get canonical name when
8753                 checking an SSL certificate is blocking, which is
8754                 sad as we just did a non-blocking lookup to connect.
8755                 Fix that by letting the fqdn available to the SockInfo,
8756                 and use that in ssl_certificate_check(). For IMAP,
8757                 we don't do it as the lookup's done by libetpan, but
8758                 it's less annoying as IMAP connections as much more
8759                 rare than POP3 connections.
8760
8761 2006-09-14 [paul]       2.4.0cvs187
8762
8763         * manual/advanced.xml
8764                 improvements to the English,
8765                 properly place the new hidden options
8766                 within the alphabetical order
8767         * src/gtk/pluginwindow.c
8768                 improvements to the English
8769
8770 2006-09-14 [colin]      2.4.0cvs186
8771
8772         * src/prefs_common.c
8773         * src/prefs_common.h
8774         * src/gtk/gtksctree.c
8775         * manual/advanced.xml
8776                 New hidden pref, stripes_color_offset, to change
8777                 the value added/substracted to normal bgcolor to
8778                 create the stripes in summaries
8779
8780 2006-09-13 [colin]      2.4.0cvs185
8781
8782         * src/gedit-print.c
8783         * src/messageview.c
8784         * src/messageview.h
8785         * src/summaryview.c
8786         * src/textview.c
8787                 Fix misc. printing issues: 
8788                 - Bad font for linkified headers
8789                 - Different font if the mail was displayed or not
8790                 - Factorize the thing
8791
8792 2006-09-13 [colin]      2.4.0cvs184
8793
8794         * src/common/ssl_certificate.c
8795                 Only get FQDN once when checking certificate
8796
8797 2006-09-13 [colin]      2.4.0cvs183
8798
8799         * src/account.c
8800         * src/gtk/pluginwindow.c
8801                 Misc. GUI fixes by Fabien
8802
8803 2006-09-13 [wwp]        2.4.0cvs182
8804
8805         * configure.ac
8806         * src/common/utils.h
8807         * src/common/utils.c
8808                 get rid of unused wide-char functions.
8809
8810 2006-09-13 [wwp]        2.4.0cvs181
8811
8812         * src/plugins/pgpinline/sylpheed.def
8813         * src/textview.c
8814                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8815                 add privacy_reset_error to the .def file,
8816                 do not fork for an external textviewer.
8817
8818 2006-09-13 [wwp]        2.4.0cvs180
8819
8820         * src/prefs_common.c
8821                 fix broken font entry in prefs (patch issued by the gpg4win team,
8822                 probably by Marcus Brinkmann <marcus@g10code.de>).
8823
8824 2006-09-13 [colin]      2.4.0cvs179
8825
8826         * src/folder.h
8827                 Fix a warning in summaryview.c
8828         * src/mainwindow.c
8829         * src/summaryview.c
8830         * src/summaryview.h
8831                 Add missing Mark/* elements in the
8832                 main menu
8833
8834 2006-09-12 [colin]      2.4.0cvs178
8835
8836         * src/prefs_actions.c
8837         * src/prefs_filtering_action.c
8838         * src/prefs_matcher.c
8839                 Use (New) instead of New everywhere
8840
8841 2006-09-12 [wwp]        2.4.0cvs177
8842
8843         * manual/fr/addrbook.xml
8844         * manual/fr/handling.xml
8845                 updated some quotes in the fr manual to match the fr translation.
8846
8847 2006-09-12 [wwp]        2.4.0cvs176
8848
8849         * src/prefs_matcher.c
8850                 don't store translated string elements in matcher expressions.
8851                 Also fixed a misused of Q_().
8852
8853 2006-09-11 [wwp]        2.4.0cvs175
8854
8855         * src/plugins//bogofilter/bogofilter.c
8856         * src/plugins//clamav/clamav_plugin.c
8857         * src/plugins//demo/demo.c
8858         * src/plugins//dillo_viewer/dillo_viewer.c
8859         * src/plugins//pgpcore/plugin.c
8860         * src/plugins//pgpinline/plugin.c
8861         * src/plugins//pgpmime/plugin.c
8862         * src/plugins//spamassassin/spamassassin.c
8863                 gettext-ize more strings (mostly plugin error messages).
8864
8865 2006-09-11 [colin]      2.4.0cvs174
8866
8867         * src/alertpanel.c
8868                 Make maximum buffer size bigger to avoid
8869                 truncating translated messages. Patch by
8870                 Fabien
8871
8872 2006-09-11 [colin]      2.4.0cvs173
8873
8874         * src/etpan/imap-thread.c
8875                 Fix compilation on OpenBSD, thanks to 
8876                 Landry
8877
8878 2006-09-10 [wwp]        2.4.0cvs172
8879
8880         * manual/account.xml
8881         * manual/addrbook.xml
8882         * manual/handling.xml
8883         * manual/es/handling.xml
8884         * manual/fr/account.xml
8885         * manual/fr/addrbook.xml
8886         * manual/fr/handling.xml
8887                 documented addressbook matching (condition configuration):
8888                   addrbook.xml, en fr
8889                 documented per-account filtering rules (handling/filtering
8890                   section, account section):
8891                   account.xml, handling.xml, en fr
8892                 slightly updated the handling/searching section to tell few
8893                   words about the extended search ability:
8894                   handling.xml, en fr
8895                 added missing <quote></quotes> to Quick Search:
8896                   handling.xml, en fr es
8897                 fixed a typo (auomatically):
8898                   handling.xml, en
8899                 changes revisited by Paul.
8900
8901 2006-09-10 [paul]       2.4.0cvs171
8902
8903         * src/prefs_actions.c
8904         * src/prefs_filtering.c
8905         * src/prefs_template.c
8906                 adjustments to the gui
8907                 Patch by Fabien Vantard (slightly modified)
8908
8909 2006-09-10 [colin]      2.4.0cvs170
8910
8911         * src/summaryview.c
8912                 Check folderitem/summaryview consistency
8913                 (basically automates Update summary). Fixes
8914                 #1011 (wrong (negative) count on unread 
8915                 messages)
8916
8917 2006-09-10 [colin]      2.4.0cvs169
8918
8919         * src/gtk/gtksctree.c
8920                 Fix recursive expansion via mouse
8921         * src/plugins/bogofilter/bogofilter.c
8922                 Use normal filtering way of moving
8923                 messages (batching), possibly fixing
8924                 bug #1015 (Bogofilter plugin doubles 
8925                 new messages)
8926
8927 2006-09-09 [wwp]        2.4.0cvs168
8928
8929         * src/prefs_filtering.c
8930                 better place for this fix.
8931
8932 2006-09-09 [wwp]        2.4.0cvs167
8933
8934         * src/prefs_filtering.c
8935                 fix a minor bug when the enabled status of a filtering/processing
8936                 rule always got set to TRUE when replacing this rule. That still
8937                 make sense when adding a new rule, but now when replacing, we
8938                 don't override the value of 'enabled'.
8939                 Also renamed the func prefs_filtering_list_view_get_rule_name()
8940                 to prefs_filtering_list_view_get_info() as this function not only
8941                 returns the name, but also the account_id and the enabled status.
8942
8943 2006-09-09 [mones]      2.4.0cvs166
8944
8945         * manual/glossary.xml
8946         * manual/plugins.xml
8947                 Minor format corrections
8948         * manual/gpl.xml
8949                 Fix misplaced NO WARRANTY section
8950         * manual/es/advanced.xml
8951         * manual/es/faq.xml
8952         * manual/es/glossary.xml
8953         * manual/es/gpl.xml
8954         * manual/es/handling.xml
8955         * manual/es/plugins.xml
8956         * manual/es/starting.xml
8957                 Incorporate changes from English version
8958         * manual/fr/ack.xml
8959         * manual/pl/ack.xml
8960         * manual/es/ack.xml
8961                 Fix address, (add translation credits in es version)
8962         * po/es.po
8963                 Updated translation
8964
8965 2006-09-09 [wwp]        2.4.0cvs165
8966
8967         * src/prefs_filtering.c
8968                 fix a crash when opening filtering prefs, if matcherrc file contains
8969                 broken data (non-existing account id, which is theoretically not
8970                 possible).
8971
8972 2006-09-08 [colin]      2.4.0cvs164
8973
8974         * src/folder.c
8975                 Wrong assert, make it an if()
8976         * src/gtk/gtksctree.c
8977                 Fix bug #1013 (expand selected thread 
8978                 tree) - expanding is now recursive
8979
8980 2006-09-07 [wwp]        2.4.0cvs163
8981
8982         * src/prefs_matcher.c
8983                 make better sentences about addressbook matching in the
8984                 matcher prefs. This should make translators' work easier
8985                 too.
8986
8987 2006-09-07 [wwp]        2.4.0cvs162
8988
8989         * src/prefs_filtering.c
8990                 code simplification (get rid of dup var. assignment).
8991
8992 2006-09-07 [wwp]        2.4.0cvs161
8993
8994         * src/summaryview.c
8995                 use GTK_STOCK icons when possible, patch by Fabien Vantard
8996                 <fzzzzz@gmail.com>.
8997
8998 2006-09-07 [paul]       2.4.0cvs160
8999
9000         * src/mimeview.c
9001                 fix compilation warnings
9002                 Thanks to Colin
9003
9004 2006-09-07 [paul]       2.4.0cvs159
9005
9006         * src/mimeview.c
9007                 select the mimepart icon when
9008                 displaying as text
9009                 Thanks to Colin
9010
9011 2006-09-06 [paul]       2.4.0cvs158
9012
9013         * src/prefs_filtering.c
9014                 fix labels and table element spacing
9015                 Patch by Fabien Vantard
9016
9017 2006-09-06 [paul]
9018
9019         2.5.0-rc3 released
9020
9021 2006-09-06 [paul]       2.4.0cvs157
9022
9023         * manual/es/advanced.xml
9024                 fix typo
9025
9026 2006-09-06 [wwp]        2.4.0cvs156
9027
9028         * src/mainwindow.c
9029                 fix an dup launch issue when iconified, thanks to Colin.
9030
9031 2006-09-06 [wwp]        2.4.0cvs155
9032
9033         * src/gtk//gtksctree.h
9034                 oops, forgot that one!
9035
9036 2006-09-06 [wwp]        2.4.0cvs154
9037
9038         * manual/pl/advanced.xml
9039         * manual/advanced.xml
9040         * manual/es/advanced.xml
9041         * manual/fr/advanced.xml
9042         * src/prefs_customheader.c
9043         * src/prefs_filtering_action.c
9044         * src/foldersel.c
9045         * src/prefs_summaries.c
9046         * src/prefs_filtering.c
9047         * src/account.c
9048         * src/compose.c
9049         * src/prefs_summary_column.c
9050         * src/addr_compl.c
9051         * src/prefs_actions.c
9052         * src/prefs_folder_column.c
9053         * src/ssl_manager.c
9054         * src/prefs_template.c
9055         * src/prefs_display_header.c
9056         * src/prefs_common.h
9057         * src/prefs_matcher.c
9058         * src/prefs_common.c
9059         * src/prefs_toolbar.c
9060         * src/summaryview.c
9061         * src/folderview.c
9062         * src/gtk/gtksctree.c
9063         * src/gtk/pluginwindow.c
9064         * src/gtk/progressdialog.c
9065         * src/gtk/prefswindow.c
9066                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9067                 to make its meaning more obvious (all versions of the manual reflect
9068                 the change).
9069                 added an extra hidden option use_stripes_in_summary to allow
9070                 discarding these stripes in mainwindow's folder and message lists;
9071                 en and fr manuals only are OK towards this.
9072
9073 2006-09-06 [colin]      2.4.0cvs153
9074
9075         * src/textview.c
9076                 Hide Sylpheed-Claws' internal queue headers
9077                 when showing all headers. They'll be present
9078                 only in Source window.
9079
9080 2006-09-05 [colin]      2.4.0cvs152
9081
9082         * src/plugins/trayicon/trayicon.c
9083                 Fix crash at exit - we have to disconnect
9084                 our handlers
9085         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9086                 Update eggtrayicon - patch adapted from a
9087                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9088                 on Sylpheed's ML
9089
9090 2006-09-05 [colin]      2.4.0cvs151
9091
9092         * src/mainwindow.c
9093         * src/gtk/logwindow.c
9094                 Fix race condition when something writes
9095                 to the log too soon during init. Thanks
9096                 to Fabien Vantard
9097
9098 2006-09-05 [colin]      2.4.0cvs150
9099
9100         * src/mimeview.c
9101                 Don't select part on right-click either
9102
9103 2006-09-05 [paul]       2.4.0cvs149
9104
9105         * src/mimeview.c
9106                 completion of previous commit
9107                 Thanks to Colin
9108
9109 2006-09-05 [colin]      2.4.0cvs148
9110
9111         * src/mimeview.c
9112                 Don't force selection on middle-click, just open
9113
9114 2006-09-04 [colin]      2.4.0cvs147
9115
9116         * src/mimeview.c
9117                 Looks like gtk_notebook_set_current_page()
9118                 sometimes steals focus, and this annoys us
9119                 in MimeViewers as it renders navigation
9120                 keys useless. Take back focus after switching
9121                 pages.
9122
9123 2006-09-04 [colin]      2.4.0cvs146
9124
9125         * src/messageview.c
9126                 Set stop_loading when clicking on Next
9127                 during load. Don't add a callback to 
9128                 avoid over-complicating things.
9129
9130 2006-09-04 [colin]      2.4.0cvs145
9131
9132         * src/mimeview.c
9133         * src/messageview.c
9134                 Fix multiple loads in separate messageview
9135
9136 2006-09-04 [colin]      2.4.0cvs144
9137
9138         * src/summaryview.c
9139                 Let navigation keys be handled during 
9140                 load
9141
9142 2006-09-04 [colin]      2.4.0cvs143
9143
9144         * src/messageview.c
9145         * src/summaryview.c
9146         * src/textview.c
9147         * src/textview.h
9148                 Make loading of huge mails (lots of text and/or
9149                 images) cancellable, so the GUI doesn't block 
9150
9151 2006-09-04 [colin]      2.4.0cvs142
9152
9153         * src/plugins/trayicon/trayicon.c
9154                 Fix annoyance when removing a folder with 
9155                 unread mails: trayicon didn't update
9156
9157 2006-09-04 [paul]       2.4.0cvs141
9158
9159         * src/gtk/icon_legend.c
9160                 straighten up columns
9161                 Patch by Fabien Vantard
9162
9163 2006-09-04 [wwp]        2.4.0cvs140
9164
9165         * src/prefs_filtering.c
9166                 fix new line's account name in filtering prefs:
9167                 was "All", is now "(New)".
9168
9169 2006-09-04 [paul]       2.4.0cvs139
9170
9171         * tools/make.themes.project
9172                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9173                 instead of homebrewed "make release"
9174
9175 2006-09-03 [colin]      2.4.0cvs138
9176
9177         * src/folderview.c
9178                 Fix bug #1007 (Wrong folder highlighted)
9179
9180 2006-09-03 [colin]      2.4.0cvs137
9181
9182         * src/compose.c
9183                 Don't set Newsgroup: header to a mail folder
9184                 path
9185
9186 2006-09-03 [paul]       2.4.0cvs136
9187
9188         * src/prefs_other.c
9189         * src/prefs_spelling.c
9190                 unify the gui
9191
9192 2006-09-03 [paul]       2.4.0cvs135
9193
9194         * src/prefs_summaries.c
9195                 correct menu item text in prefs_keybind_apply_clicked()
9196
9197 2006-09-03 [paul]       2.4.0cvs134
9198
9199         * manual/advanced.xml
9200                 some improvements to the descriptions
9201         * src/mainwindow.c
9202         * src/messageview.c
9203         * src/summaryview.c
9204         * src/gtk/menu.c
9205                 fix menu sensitivity issues
9206         * src/prefs_message.c
9207                 drop the useless word 'short'
9208         * src/prefs_other.c
9209                 add the word 'lines' indicating log length
9210                 is a measure of lines
9211         * src/textview.c
9212                 fix compilation warnings
9213
9214 2006-09-02 [colin]      2.4.0cvs133
9215
9216         * src/messageview.c
9217                 Display a special return-receipt message
9218                 if the message is from the user
9219         * src/summaryview.c
9220                 Fix missing freeze of the list when marking
9221                 all read and unthreading for exec. Thanks
9222                 to Stephan Sachse.
9223
9224 2006-09-02 [paul]       2.4.0cvs132
9225
9226         * src/mainwindow.c
9227         * src/prefs_message.c
9228         * src/summaryview.c
9229                 fix some english
9230
9231 2006-09-02 [wwp]        2.4.0cvs131
9232
9233         * src/prefs_filtering.c
9234                 added an account name column to the filtering rules
9235                 dialog.
9236
9237 2006-09-02 [colin]      2.4.0cvs130
9238
9239         * src/gtk/logwindow.c
9240         * src/gtk/logwindow.h
9241                 Block scrolling if we're not at the end
9242                 of the log
9243
9244 2006-09-02 [colin]      2.4.0cvs129
9245
9246         * src/folder.c
9247                 Make sure account-specific rules can't
9248                 be used in {pre-,post-,}processing
9249         * src/mainwindow.c
9250         * src/gtk/logwindow.c
9251         * src/gtk/logwindow.h
9252                 Jump to last error when clicking on the
9253                 warning icon
9254
9255 2006-09-02 [colin]      2.4.0cvs128
9256
9257         * src/imap.c
9258         * src/import.c
9259         * src/mainwindow.c
9260         * src/mainwindow.h
9261                 Fix warning icon
9262         * src/inc.c
9263         * src/mbox.c
9264         * src/mbox.h
9265                 Let proc_mbox know its account, for
9266                 account-specific rules
9267
9268 2006-09-01 [colin]      2.4.0cvs127
9269
9270         * src/codeconv.c
9271                 Don't uselessly use iconv to convert from
9272                 us-ascii
9273         * src/alertpanel.c
9274         * src/mainwindow.c
9275         * src/mainwindow.h
9276         * src/inc.c
9277                 Fix certain log cases, disable warning icon
9278                 for now, the correct way to display it when
9279                 necessary and only when necessary is probably
9280                 to do it manually rather than use error logs
9281         * src/etpan/imap-thread.c
9282                 Clean up UID logging a bit
9283         * src/gtk/logwindow.c
9284         * src/gtk/logwindow.h
9285                 Make logging faster when the window's closed
9286
9287 2006-09-01 [wwp]        2.4.0cvs126
9288
9289         * manual/fr/account.xml
9290                 reflect changes to the ref. manual (parts of cvs72):
9291                 fix tabnames and quotes.
9292
9293 2006-09-01 [wwp]        2.4.0cvs125
9294
9295         * manual/fr/plugins.xml
9296                 reflect changes to the reference manual (cvs42):
9297                 update IRC channel info.
9298
9299 2006-09-01 [wwp]        2.4.0cvs124
9300
9301         * commitHelper
9302                 use CVSEDITOR env. var. if set, according to `man cvs`.
9303
9304 2006-09-01 [wwp]        2.4.0cvs123
9305
9306         * manual/advanced.xml
9307                 better sentence again (thanks to Paul).
9308
9309 2006-09-01 [wwp]        2.4.0cvs122
9310
9311         * manual/advanced.xml
9312         fix definition of toolbar_detachable and rework a bit the one of
9313         enable_dotted_lines.
9314
9315 2006-09-01 [mones]      2.4.0cvs121
9316
9317         * manual/advanced.xml
9318                 Document enable_dotted_lines
9319
9320 2006-09-01 [paul]       2.4.0cvs120
9321
9322         * src/folderview.c
9323         * src/folderview.h
9324         * src/imap.c
9325         * src/mainwindow.c
9326         * src/summaryview.c
9327                 obey the 'When entering folder...' option
9328                 when using the /View/Go to/... menu items
9329                 Thanks to Colin
9330
9331 2006-08-31 [colin]      2.4.0cvs119
9332
9333         * src/folderview.c
9334                 Revert 2.4.0cvs116, wrong fix.
9335
9336 2006-08-31 [colin]      2.4.0cvs118
9337
9338         * src/gtk/gtksctree.c
9339                 Better state the various copyrights
9340
9341 2006-08-31 [colin]      2.4.0cvs117
9342
9343         * src/prefs_common.c
9344                 fix enable_dotted_lines
9345
9346 2006-08-31 [colin]      2.4.0cvs116
9347
9348         * src/folderview.c
9349                 Use pref "Always open on select" when going
9350                 to next unread folder
9351         * src/gtk/gtksctree.c
9352                 Fix link failure to _gtk_clist_create_cell_layout
9353                 on certain computers. (Why not mine, I wonder)
9354
9355 2006-08-31 [colin]      2.4.0cvs115
9356
9357         * src/procmsg.c
9358         * src/textview.c
9359         * src/plugins/bogofilter/bogofilter.c
9360         * src/plugins/spamassassin/spamassassin.c
9361                 Requalify some "errors" to warnings
9362         * src/mainwindow.c
9363         * src/mainwindow.h
9364         * src/statusbar.c
9365                 Add an icon in the statusbar to notify
9366                 of errors
9367         * src/gtk/gtksctree.c
9368         * src/folderview.c
9369         * src/summaryview.c
9370                 Make the GtkSCTree look more modern by
9371                 alternating background lines
9372         * src/prefs_common.c
9373         * src/prefs_common.h
9374                 Add a pref to let people have the old
9375                 way if they prefer
9376
9377
9378 2006-08-30 [colin]      2.4.0cvs114
9379
9380         * src/procmsg.c
9381         * src/procmsg.h
9382                 Provide a way to filter a list of
9383                 messages in an optimised manner, and
9384                 add a list-filtering hook
9385         * src/folder.c
9386         * src/inc.c
9387         * src/mbox.c
9388                 Use the list filtering
9389         * src/plugins/bogofilter/bogofilter.c
9390                 Use the list-filtering hook
9391                 Use -b (bulk) mode for more speed
9392                 when learning and filtering
9393         * src/etpan/imap-thread.c
9394                 Make log output shorter in UID SEARCH
9395
9396
9397 2006-08-30 [colin]      2.4.0cvs113
9398
9399         * src/plugins/bogofilter/bogofilter.c
9400                 Really fast mass learning - thanks to David
9401                 Relson for the options explanations :)
9402
9403 2006-08-30 [colin]      2.4.0cvs112
9404
9405         * src/msgcache.c
9406                 Fix compilation on FreeBSD. Thanks
9407                 to Michael Hugues
9408
9409 2006-08-29 [colin]      2.4.0cvs111
9410
9411         * src/folderview.c
9412                 Handle "popup_menu" signal (for popping the 
9413                 menu via the keyboard)
9414         * src/mimeview.c
9415         * src/mimeview.h
9416         * src/summaryview.c
9417         * src/textview.c
9418         * src/gtk/gtkutils.c
9419         * src/gtk/gtkutils.h
9420                 Factorize scrolling code, and add an API 
9421                 for MimeViewers to handle scroll orders
9422
9423 2006-08-29 [wwp]        2.4.0cvs110
9424
9425         * src/plugins//bogofilter/bogofilter.c
9426         * src/plugins//spamassassin/spamassassin.c
9427                 make the bogofilter/spamassassin filtering error dialogs at
9428         incorporation obey to the "don't popup error dialog on
9429         receive error" option. If disabled, feed the log window w/
9430         the error message.
9431
9432 2006-08-29 [paul]
9433
9434         2.5.0-rc2 released
9435
9436 2006-08-29 [paul]       2.4.0cvs109
9437
9438         * Makefile.am
9439                 remove 'make release', it's not needed
9440                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9441
9442 2006-08-29 [paul]       2.4.0cvs108
9443
9444         * src/foldersel.c
9445         * src/summary_search.c
9446         * src/gtk/progressdialog.c
9447         * src/plugins/pgpcore/passphrase.c
9448                 replace deprecated gtk_window_set_policy()
9449
9450 2006-08-29 [colin]      2.4.0cvs107
9451
9452         * src/folder.c
9453                 Fix data loss when copy fails during a move:
9454                 only use fast remove_msgs if everything was
9455                 copied OK; else use slow remove_msg on the
9456                 mails that got copied only.
9457
9458 2006-08-28 [paul]       2.4.0cvs106
9459
9460         * src/mh.c
9461                 revert change in 2.4.0cvs104, it breaks
9462                 stuff
9463
9464 2006-08-28 [paul]       2.4.0cvs105
9465
9466         * src/plugins/spamassassin/spamassassin.c
9467                 english fix
9468
9469 2006-08-28 [paul]       2.4.0cvs104
9470
9471         * src/mh.c
9472                 fix data loss when moving to another
9473                 mailbox fails
9474         * src/prefs_spelling.c
9475                 improve the english
9476         * src/gtk/pluginwindow.c
9477                 improve the layout of the dialog text
9478         All thanks to Colin
9479
9480 2006-08-28 [paul]       2.4.0cvs103
9481
9482         * src/plugins/bogofilter/bogofilter.c
9483         * src/plugins/bogofilter/bogofilter_gtk.c
9484                 fix english up a bit, innit
9485
9486 2006-08-28 [paul]       2.4.0cvs102
9487
9488         * configure.ac
9489         * po/Makefile.in.in
9490         * po/Makevars
9491                 require autoconf 2.60, enabling building
9492                 with gettext 0.15 (gettext 0.14.x build still
9493                 possible). Replace Makefiles with versions
9494                 from gettext 0.15.
9495                 Remove configure options --with-localedir and
9496                 --with-mandir. The options that are provided
9497                 directly by autoconf 2.60 can be used instead:
9498                 --mandir --localedir
9499
9500 2006-08-27 [colin]      2.4.0cvs101
9501
9502         * src/plugins/bogofilter/Makefile.am
9503                 Fix make dist (no README)
9504
9505 2006-08-27 [colin]      2.4.0cvs100
9506
9507         * src/folder.c
9508                 Don't use F_UNKNOWN folders for any default
9509                 outbox/trash/etc
9510         * src/plugins/bogofilter/bogofilter.c
9511         * src/plugins/bogofilter/bogofilter.h
9512         * src/plugins/bogofilter/bogofilter_gtk.c
9513                 Add an option to specify the path to bogofilter
9514                 Use single-quotes to be able to learn in folders
9515                 with spaces in their names
9516                 Verify learning status
9517
9518 2006-08-27 [colin]      2.4.0cvs99
9519
9520         * manual/faq.xml
9521         * manual/plugins.xml
9522                 Document Bogofilter plugin
9523
9524 2006-08-27 [colin]      2.4.0cvs98
9525
9526         * src/compose.c
9527         * src/messageview.c
9528         * src/procmsg.c
9529         * src/procmsg.h
9530                 When possible, copy the queued mail to sent folder
9531                 instead of re-adding. Much faster on IMAP.
9532
9533 2006-08-27 [colin]      2.4.0cvs97
9534
9535         * src/msgcache.c
9536                 Disable mmaped caches - huge metadata loss
9537                 here after a power failure.
9538         * src/summaryview.c
9539                 Add quicksearch timing
9540         * src/common/plugin.c
9541         * src/common/plugin.h
9542                 Implement an interface to tell what plugins
9543                 provide. Prevent loading of similar plugins.
9544         * src/plugins/clamav/clamav_plugin.c
9545         * src/plugins/demo/demo.c
9546         * src/plugins/dillo_viewer/dillo_viewer.c
9547         * src/plugins/pgpcore/plugin.c
9548         * src/plugins/pgpinline/pgpinline.c
9549         * src/plugins/pgpmime/pgpmime.c
9550         * src/plugins/spamassassin/spamassassin.c
9551         * src/plugins/trayicon/trayicon.c
9552                 Implement plugin_provides()
9553
9554 2006-08-27 [colin]      2.4.0cvs96
9555
9556         * configure.ac
9557         * src/plugins/Makefile.am
9558         * src/plugins/bogofilter/.cvsignore
9559         * src/plugins/bogofilter/Makefile.am
9560         * src/plugins/bogofilter/bogofilter.c
9561         * src/plugins/bogofilter/bogofilter.h
9562         * src/plugins/bogofilter/bogofilter_gtk.c
9563                 New Bogofilter plugin, provides filtering and
9564                 learning. Spamassassin will go to extra plugins.
9565
9566 2006-08-26 [mones]      2.4.0cvs95
9567
9568         * manual/handling.xml
9569                 Fix subfolder path in the example (thanks to Paul) 
9570
9571 2006-08-26 [mones]      2.4.0cvs94
9572
9573         * manual/glossary.xml
9574                 2.2. + add ISP to the glossary
9575                 7.5. + Add UIDL to glossary
9576                 7.7. + Add TCP to glossary
9577         * manual/handling.xml
9578                 7.1. + Mentions GNU/Linux distribution, what about the non...
9579                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9580                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9581                 7.4. = Use appropriate quotation for commands
9582                 7.6. = change "" to <quote></quote>
9583         * manual/plugins.xml
9584                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9585         * manual/starting.xml
9586                 2.1. + local mbox file: some examples of mbox file locations...
9587                 Also reformatted files requiring it
9588
9589 2006-08-26 [wwp]        2.4.0cvs93
9590
9591         * src/summary_search.c
9592                 disable find buttons while summary search is running.
9593
9594 2006-08-25 [colin]      2.4.0cvs92
9595
9596         * src/folder.c
9597         * src/folderutils.c
9598         * src/mh.c
9599         * src/procmsg.h
9600         * src/summaryview.c
9601                 Speed up MH moving, and add progressbar
9602                 for MH deletion
9603         * src/msgcache.c
9604                 Write cache files using mmap() too
9605
9606 2006-08-25 [wwp]        2.4.0cvs91
9607
9608         * src/summaryview.c
9609                 switch spam<->ham button when a message has been marked as spam or ham
9610                 and is still selected. Thanks to Colin.
9611
9612 2006-08-25 [paul]       2.4.0cvs90
9613
9614         * src/Makefile.am
9615         * src/stock_pixmap.c
9616         * src/stock_pixmap.h
9617         * src/summaryview.c
9618         * src/gtk/icon_legend.c
9619         * src/pixmaps/copied.xpm
9620         * src/pixmaps/moved.xpm
9621                 add icons for delayed execution marked for
9622                 copying, marked for moving
9623
9624 2006-08-25 [mones]      2.4.0cvs89
9625
9626         * manual/glossary.xml
9627                 Fix the other glossary items:
9628                 5.1. = Inmmediate execution -> <quote>immediate execution...
9629                 5.2. = Fix MBOX capitalization -> Mbox
9630                 5.3. + Improve Plugins def. w/ tech. ref.
9631                 5.4. = Quotation -> replace '>' by <quote>></quote>
9632                 5.5. - SMTP Server. -> remove dot
9633         * po/es.po
9634                 Updated translation
9635
9636 2006-08-25 [mones]      2.4.0cvs88
9637
9638         * manual/ack.xml
9639                 Reformatted, changed email address
9640         * manual/glossary.xml
9641                 Reformatted, fixed MANUAL-TODO items:
9642                 8.2. + add ROT-13 to glossary
9643                 8.4. + add URL to glossary
9644         * manual/es/advanced.xml
9645                 Fixed <literal>s
9646
9647 2006-08-25 [paul]       2.4.0cvs87
9648
9649         * src/gtk/icon_legend.c
9650                 add 'marked for deletion' icon
9651                 arrange icons by containing column
9652                 wrap long label text
9653
9654 2006-08-25 [colin]      2.4.0cvs86
9655
9656         * src/common/utils.c
9657         * src/common/utils.h
9658                 Add the sc_g_*list_bigger functions in
9659                 a place everyone can use it
9660         * src/summaryview.c
9661                 Only freeze/thaw the list when working
9662                 on the selection, if it's bigger than 1
9663         * src/gtk/gtksctree.c
9664                 Only freeze/thaw the list when unselec-
9665                 ting 'all' if ('all' != 1)
9666                 This avoids some flickering
9667
9668 2006-08-24 [colin]      2.4.0cvs85
9669
9670         * src/addressbook.c
9671                 Fix strange list selection
9672                 Fix random seg (Invalid read of freed memory)
9673
9674 2006-08-24 [colin]      2.4.0cvs84
9675
9676         * src/alertpanel.c
9677         * src/gtk/inputdialog.c
9678         * src/plugins/pgpcore/passphrase.c
9679                 Revert minimal width patch of 2.4.0cvs67,
9680                 as it is also a maximal width. Use 
9681                 gtk_window_set_default_size instead.
9682
9683 2006-08-24 [colin]      2.4.0cvs83
9684
9685         * src/msgcache.c
9686                 Write cache/mark to temp files before
9687                 overwriting old ones (avoids metadata
9688                 loss if writing the new files fail).
9689                 Use mmap() to read cache/mark file, as
9690                 this makes cache reading faster. Dis-
9691                 abled for big-endian machines until it
9692                 can be tested. (Big-endian users: set
9693                 msgcache_use_mmap = TRUE in the relevant
9694                 #if).
9695         * src/procmsg.h
9696                 Move rarely used fields of MsgInfo in 
9697                 another structure, which will only be
9698                 allocated if needed. Face, X-Face,
9699                 Return receipt headers and List-*
9700                 headers are moved. Mails having none
9701                 of these occupy 52 bytes less with
9702                 this patch, which makes 2.5MB of RAM
9703                 saved on a 50k folder).
9704         * src/headerview.c
9705         * src/mainwindow.c
9706         * src/messageview.c
9707         * src/partial_download.c
9708         * src/procheader.c
9709         * src/procmsg.c
9710         * src/textview.c
9711                 Follow this structure change.
9712
9713 2006-08-24 [wwp]        2.4.0cvs82
9714
9715         * manual/es/.cvsignore
9716         * manual/es/dist/.cvsignore
9717         * manual/es/dist/html/.cvsignore
9718         * manual/es/dist/pdf/.cvsignore
9719         * manual/es/dist/ps/.cvsignore
9720         * manual/es/dist/txt/.cvsignore
9721                 more (generated) files to ignore.
9722
9723 2006-08-24 [colin]      2.4.0cvs81
9724
9725         * src/folder.c
9726         * src/mh.c
9727                 Fix possible problems with local delivery. Check the folder doesn't
9728                 need scan before setting its mtime when saving cache (which can be
9729                 done long after the folder's been modified by an external process);
9730                 Check that the stored item's mtime didn't change in mh functions.
9731
9732 2006-08-24 [mones]      2.4.0cvs80
9733
9734         * manual/advanced.xml
9735                 Rewrapping, some fixes and MANUAL-TODO items:
9736                 8.1. = change "" to <quote></quote>
9737                 8.3. = quote menu items
9738                 8.5. - deploying -> new user ... ideally a new user (redundant)
9739
9740 2006-08-23 [colin]      2.4.0cvs79
9741
9742         * src/gtk/gtksctree.c
9743                 When selecting or deselecting range, only
9744                 freeze/thaw when selection is bigger than 10
9745
9746 2006-08-23 [colin]      2.4.0cvs78
9747
9748         * src/messageview.c
9749         * src/mimeview.c
9750         * src/mimeview.h
9751         * src/plugins/dillo_viewer/dillo_viewer.c
9752                 Provide an API for MimeViewer plugins to
9753                 return a text selection for replying
9754
9755 2006-08-23 [colin]      2.4.0cvs77
9756
9757         * src/image_viewer.c
9758         * src/textview.c
9759                 Use gtk_pixbuf_new_from_file_at_scale(), which
9760                 is faster than getting the pixbuf then resizing
9761                 it.
9762
9763 2006-08-23 [colin]      2.4.0cvs76
9764
9765         * src/procmime.c
9766                 UTF-8 should be sent Quoted-printable
9767
9768 2006-08-22 [colin]      2.4.0cvs75
9769
9770         * src/mh.c
9771                 Check if scan is required before touching
9772                 the folder (or it'll be required every time)
9773
9774 2006-08-22 [colin]      2.4.0cvs74
9775
9776         * configure.ac
9777                 Require libetpan 0.46 (crasher fix when built
9778                 against gnutls)
9779
9780 2006-08-22 [colin]      2.4.0cvs73
9781
9782         * src/folder.c
9783                 Set folder's mtime after writing its
9784                 cache
9785         * src/folderview.c
9786                 Add some timing
9787         * src/procmsg.c
9788                 Don't do useless stuff if we don't 
9789                 thread by subject
9790         * src/summaryview.c
9791                 Add some timing, don't deselect prior
9792                 to selecting (gtksctree does it itself),
9793                 remove crash avoidance hacks as it's been
9794                 properly fixed since a while
9795         * src/common/utils.c
9796                 Optimize to_human_readable(): _() is slow,
9797                 do it only once, and avoid %f format for KB
9798                 (the most common in a summaryview)
9799         * src/gtk/gtksctree.c
9800                 Don't uselessly freeze/thaw (fixes flicker
9801                 on next unread and friends), reduce number
9802                 of g_list_nth/g_list_position where possible
9803         * src/gtk/gtkutils.c
9804         * src/gtk/gtkutils.h
9805                 Reduce number of g_list_nth/g_list_position
9806                 where possible.
9807                 All of this makes loading as 70k folder 2.1
9808                 seconds instead of 3.2 (with hot FS caches).
9809                 (1.3 seconds without Date and Size columns...)
9810
9811 2006-08-22 [paul]       2.4.0cvs72
9812
9813         wrap documents and do some items from mones' MANUAL-TODO:
9814
9815         * manual/account.xml
9816                 4.1. = fix tabname references to <quote>tabname</quote>
9817                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9818         * manual/faq.xml
9819                 1.1. = mentioned options don't match UI
9820                 Add information about the 'Never send Return Receipts'
9821                 option
9822         * manual/handling.xml
9823                 6.2. = Mentions Extended symbols button, but now is
9824                 named Information
9825                 6.3. = Mentions ... button, which is now Edit
9826
9827 2006-08-22 [colin]      2.4.0cvs71
9828
9829         * src/gtk/pluginwindow.c
9830                 Fix layout in verbose translations (such
9831                 as french)
9832
9833 2006-08-22 [paul]       2.4.0cvs70
9834
9835         * manual/Makefile.am
9836                 build manuals in alphabetical order
9837         * src/addressbook.c
9838         * src/prefs_themes.c
9839                 replace/remove deprecated symbols
9840         * src/gtk/gtkutils.c
9841                 fix a warning
9842         * src/gtk/pluginwindow.c
9843                 replace deprecated symbol
9844                 replace label text and move it
9845         * src/plugins/pgpcore/prefs_gpg.c
9846                 move the 'Generate...' button out of the
9847                 Sign Key frame, replace the English used
9848         * src/plugins/pgpcore/sgpgme.c
9849                 fixes to the English
9850
9851 2006-08-21 [colin]      2.4.0cvs69
9852
9853         * src/plugins/trayicon/trayicon.c
9854                 Add more strings for translation; patch
9855                 by Pawel
9856
9857 2006-08-21 [colin]      2.4.0cvs68
9858
9859         * src/compose.c
9860                 fix replied flag not set after drafting
9861         * src/matcher.c
9862                 fix body quicksearch in non-encoded bodies
9863                 containing '='
9864         * src/msgcache.c
9865                 Get rid of the g_malloc workaround for
9866                 corrupted caches, use g_try_malloc
9867
9868 2006-08-21 [colin]      2.4.0cvs67
9869
9870         * src/alertpanel.c
9871         * src/gtk/inputdialog.c
9872         * src/plugins/pgpcore/passphrase.c
9873                 Set minimal width to 375
9874         * src/mainwindow.c
9875                 Fix switching to offline, asking if it 
9876                 should be overriden for synchronising
9877         * src/mimeview.c
9878                 Don't offer to remember command on Open 
9879                 with for text parts, as the browser or 
9880                 text editor command isn't changed from 
9881                 there
9882
9883 2006-08-20 [paul]       2.4.0cvs66
9884
9885         * po/ko.po
9886         * po/zh_CN.po
9887                 fix plural form errors. revealed by stricter
9888                 checking of gettext 0.15
9889
9890 2006-08-18 [paul]       2.4.0cvs65
9891
9892         * src/stock_pixmap.c
9893                 fix the fix of 2.4.0cvs64
9894                 Thanks to Colin
9895
9896 2006-08-18 [paul]       2.4.0cvs64
9897
9898         * src/stock_pixmap.c
9899                 fix leaks
9900                 Thanks to Colin
9901
9902 2006-08-18 [paul]       2.4.0cvs63
9903
9904         * src/compose.c
9905         * src/procmsg.c
9906                 fix occasional IMAP bug where large msgs
9907                 were left in the queue folder after sending
9908                 Thanks to Colin
9909
9910 2006-08-18 [paul]       2.4.0cvs62
9911
9912         * src/folderview.c
9913                 freeze the summaryview while quicksearch results
9914                 are displayed
9915                 (fixes bug 456 'current message is hidden when the
9916                 view is refreshed and extended search is "unread 
9917                 messages"')
9918                 Thanks to Colin
9919         * src/textview.c
9920                 add missing #include "inputdialog.h"
9921         * src/common/utils.h
9922                 add missing mailcap_update_default() and improve
9923                 readability
9924
9925 2006-08-17 [colin]      2.4.0cvs61
9926
9927         * src/plugins/pgpcore/select-keys.c
9928                 Fix warnings :)
9929
9930 2006-08-17 [colin]      2.4.0cvs60
9931
9932         * src/compose.c
9933                 Don't continue queuing if Cancel is clicked
9934                 in select-keys
9935
9936 2006-08-17 [colin]      2.4.0cvs59
9937
9938         * src/plugins/pgpcore/select-keys.c
9939                 When encrypting, if only one key matches and it 
9940                 matches exactly, automatically use it.
9941
9942 2006-08-17 [colin]      2.4.0cvs58
9943
9944         * src/mimeview.c
9945         * src/prefs_common.c
9946         * src/prefs_common.h
9947         * src/prefs_ext_prog.c
9948         * src/textview.c
9949                 Fix issues with previous patch (text/html)
9950                 Remove outdated prefs
9951
9952 2006-08-17 [colin]      2.4.0cvs57
9953
9954         * src/imap.c
9955                 Add View Log button on auth error
9956         * src/procmsg.c
9957                 Fix encrypted mail marked as new when
9958                 saved in normal folders
9959         * src/plugins/pgpinline/pgpinline.c
9960                 Fix encrypt bug on IMAP
9961         * src/mimeview.c
9962         * src/common/utils.c
9963         * src/common/utils.h
9964         * src/gtk/inputdialog.c
9965         * src/gtk/inputdialog.h
9966                 Get rid of metamail stuff, simplify
9967                 opening, and allow remembering of user's
9968                 choices (by updating ~/.mailcap). There's
9969                 still to drop "Audio player" and "Image
9970                 viewer" preferences.
9971
9972 2006-08-17 [mones]      2.4.0cvs56
9973
9974         * manual/es/sylpheed-claws-manual.xml
9975                 fix DTD path
9976
9977 2006-08-17 [mones]      2.4.0cvs55
9978
9979         * configure.ac
9980         * manual/Makefile.am
9981         * manual/es/Makefile.am
9982         * manual/es/account.xml
9983         * manual/es/ack.xml
9984         * manual/es/addrbook.xml
9985         * manual/es/advanced.xml
9986         * manual/es/faq.xml
9987         * manual/es/glossary.xml
9988         * manual/es/gpl.xml
9989         * manual/es/handling.xml
9990         * manual/es/intro.xml
9991         * manual/es/keyboard.xml
9992         * manual/es/plugins.xml
9993         * manual/es/starting.xml
9994         * manual/es/sylpheed-claws-manual.xml
9995         * manual/es/dist/Makefile.am
9996         * manual/es/dist/html/Makefile.am
9997         * manual/es/dist/pdf/Makefile.am
9998         * manual/es/dist/ps/Makefile.am
9999         * manual/es/dist/txt/Makefile.am
10000                 Spanish translation for the manual
10001
10002 2006-08-16 [colin]      2.4.0cvs54
10003
10004         * src/compose.c
10005         * src/main.c
10006         * src/mainwindow.c
10007                 Fix send button sensitivity at startup
10008                 Set send menu sensitivity (patch by Fabien)
10009         * src/ssl_manager.c
10010                 Enable closing with esc (patch by Fabien)
10011         * src/gtk/foldersort.c
10012                 Enable closing with esc (patch by Fabien)
10013         * src/procmime.c
10014                 Optimisation (no need to copy to tempfile to
10015                 "decode" 7bit and 8bit)
10016         * src/summaryview.c
10017                 Fix cruft in swap_from case
10018         * src/textview.c
10019                 Fix missing last line in some mail cases 
10020                 (Fixes debian #381872)
10021         * src/plugins/pgpcore/prefs_gpg.c
10022         * src/plugins/pgpcore/sgpgme.c
10023         * src/plugins/pgpcore/sgpgme.h
10024                 Don't show "no key found" when user explicitely
10025                 wants to create a key
10026
10027 2006-08-16 [paul]       2.4.0cvs53
10028
10029         * configure.ac
10030         * src/account.c
10031         * src/addressbook.c
10032         * src/headerview.c
10033         * src/prefs_account.c
10034         * src/prefs_message.c
10035         * src/gtk/gtkutils.c
10036                 bump up minimum required versions of GTK+ and
10037                 GLIB to 2.6.0
10038
10039 2006-08-16 [paul]       2.4.0cvs52
10040
10041         * src/toolbar.c
10042                 workaround GTK+ Bug 351600 - 'Can't re-click
10043                 on button after sensitivity update'
10044                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10045                 Thanks to Colin
10046
10047 2006-08-15 [colin]      2.4.0cvs51
10048
10049         * src/plugins/pgpcore/prefs_gpg.c
10050                 Set options sensitivity according to
10051                 key existence
10052         * src/plugins/pgpcore/sgpgme.c
10053                 Allow to create key with no passphrase
10054
10055 2006-08-14 [cleroy]     2.4.0cvs50
10056
10057         * src/gtk/pluginwindow.c
10058                 New layout (maybe to be changed?)
10059         * src/gtk/gtkutils.c
10060                 Fix a bit label_window
10061         * src/plugins/pgpcore/passphrase.c
10062         * src/plugins/pgpcore/passphrase.h
10063         * src/plugins/pgpcore/plugin.c
10064         * src/plugins/pgpcore/prefs_gpg.c
10065         * src/plugins/pgpcore/prefs_gpg.h
10066         * src/plugins/pgpcore/sgpgme.c
10067         * src/plugins/pgpcore/sgpgme.h
10068                 Allow to create a PGP private key via the GUI
10069
10070 2006-08-14 [wwp]        2.4.0cvs49
10071
10072         * src/addressbook_foldersel.c
10073                 fix strict ISO C90 compliance.
10074
10075 2006-08-14 [paul]       2.4.0cvs48
10076
10077         * src/gtk/prefswindow.c
10078                 re-set scrolled window on opening
10079                 Patch by Ticho
10080
10081 2006-08-14 [paul]
10082
10083         2.5.0-rc1 released
10084
10085 2006-08-14 [paul]       2.4.0cvs47
10086
10087         * src/prefs_display_header.c
10088                 re-enable user-defined Displayed Headers
10089
10090 2006-08-14 [paul]       2.4.0cvs46
10091
10092         * src/prefs_account.c
10093                 use GTK_STOCK_EDIT
10094
10095 2006-08-13 [colin]      2.4.0cvs45
10096
10097         * src/common/utils.c
10098                 Fix "a" in quote when the original message is empty,
10099                 by using \0 instead of 'a' to test writability of
10100                 temp files.
10101
10102 2006-08-13 [wwp]        2.4.0cvs44
10103
10104         * src/plugins/spamassassin/spamassassin.c
10105                 fix capitalization of "SpamAssassin" in some debug, log and
10106                 dialog messages.
10107
10108 2006-08-13 [paul]       2.4.0cvs43
10109
10110         * src/editldap.c
10111                 fix overlapping widgets
10112         * src/prefs_account.c
10113                 fix translation of protocol_names[]
10114                 fix label disappearing off the edge of the
10115                 visible area
10116
10117 2006-08-12 [paul]       2.4.0cvs42
10118
10119         * manual/plugins.xml
10120                 update IRC channel info before it gets forgotten
10121                 about
10122
10123 2006-08-11 [colin]      2.4.0cvs41
10124
10125         * src/compose.c
10126         * src/mainwindow.c
10127         * src/mainwindow.h
10128         * src/procmsg.c
10129         * src/procmsg.h
10130         * src/summaryview.c
10131         * src/toolbar.c
10132                 Grey out the Send button if
10133                 - Queue folders are empty, or
10134                 - We're sending already
10135
10136 2006-08-11 [wwp]        2.4.0cvs40
10137
10138         * src/main.c
10139                 fix a logic issue when quitting while a compose window is
10140                 still open, thanks to Colin.
10141
10142 2006-08-10 [colin]      2.4.0cvs39
10143
10144         * src/main.c
10145                 Fix default font size setting after wizard run
10146         * src/imap.c
10147         * src/etpan/imap-thread.c
10148         * src/etpan/imap-thread.h
10149                 Fix bug #999 (Timing out on TSL cert validation 
10150                 dialog makes ugly things happen). Also, STARTTLS
10151                 unconditionnaly if initial capabilities contain
10152                 LOGINDISABLED and STARTTLS.
10153
10154 2006-08-09 [colin]      2.4.0cvs38
10155
10156         * src/mainwindow.c
10157         * src/mainwindow.h
10158                 Fix Tools/Actions sensitivity when there are
10159                 no actions
10160
10161 2006-08-09 [colin]      2.4.0cvs37
10162
10163         * src/prefs_filtering.c
10164                 Warning fix, patch by Paul
10165         * src/messageview.c
10166         * src/prefs_actions.c
10167         * src/prefs_filtering_action.c
10168         * src/prefs_matcher.c
10169                 Uniformisation of "Info ..." to "Info..." (for
10170                 old gtk), patch by Fabien
10171         * src/plugins/clamav/clamav_plugin_gtk.c
10172                 Sensitivity fix by Fabien
10173
10174 2006-08-09 [colin]      2.4.0cvs36
10175
10176         * src/main.c
10177         * src/main.h
10178                 Add a function to know whether we're exiting
10179         * src/plugins/trayicon/trayicon.c
10180                 If exiting, don't do anything. Faster, and
10181                 avoids gtk_main_iteration reentracy causing
10182                 segfaults at exit
10183
10184 2006-08-09 [colin]      2.4.0cvs35
10185
10186         * src/messageview.c
10187         * src/mimeview.c
10188         * src/mimeview.h
10189                 Fix lack of part selection when automatically 
10190                 jumping to a specific part
10191         * src/msgcache.c
10192                 Little optimisation in cache reading
10193
10194 2006-08-09 [colin]      2.4.0cvs34
10195
10196         * src/compose.c
10197                 Fix crash setting the priority on reedit
10198                 (Accessing compose before creating it!)
10199
10200 2006-08-08 [colin]      2.4.0cvs33
10201
10202         * src/procmime.c
10203                 Fix bug #998 (last attachment is not accessible)
10204                 Bad RFC interpretation on multipart close-delimiters
10205         * src/mimeview.c
10206         * src/mimeview.h
10207         * src/gtk/gtkvscrollbutton.c
10208         * src/gtk/gtkvscrollbutton.h
10209                 Make attachments list wheel-scrollable
10210
10211 2006-08-07 [colin]      2.4.0cvs32
10212
10213         * src/gtk/gtkaspell.c
10214                 Fix bug #973 (Unicode punctation characters 
10215                 are not recognized as separators by the
10216                 spell checker); fix unsigned stuff
10217
10218 2006-08-07 [colin]      2.4.0cvs31
10219
10220         * src/compose.c
10221                 Fix bug #956 (DnD text with accents in compose 
10222                 text entry); fix gccc's signed/unsigned fuss
10223
10224 2006-08-06 [colin]      2.4.0cvs30
10225
10226         * src/main.c
10227                 Fix bug #979 (Plugin crashes when exiting 
10228                 sylpheed-claws) : handle exit request only 
10229                 once
10230
10231 2006-08-05 [colin]      2.4.0cvs29
10232
10233         * src/news.c
10234                 Just make sure we have a msgid.
10235
10236 2006-08-05 [colin]      2.4.0cvs28
10237
10238         * src/news.c
10239         * src/summaryview.c
10240                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10241                 by reimplementing it
10242         * src/textview.c
10243                 Fix bug when hiding quotes with level > 3 and quote
10244                 colors are recycled
10245
10246 2006-08-04 [colin]      2.4.0cvs27
10247
10248         * src/compose.c
10249         * src/undo.c
10250         * src/undo.h
10251                 Fix a bit replace-by-pasting undo
10252         * src/mainwindow.c
10253         * src/messageview.c
10254                 Fix Fold quotes menu synchro in
10255                 mainwindow when it changes in 
10256                 messageview
10257         * src/textview.c
10258                 Fix right-click on quotes blocks
10259         * src/common/utils.c
10260                 Verify that the file created by
10261                 my_tmpfile() is writable. Fixes
10262                 bug #988 (very specific filesystem
10263                 issue)
10264         * src/plugins/pgpcore/sgpgme.c
10265                 Fix file descriptor leak
10266         * src/plugins/spamassassin/spamassassin.c
10267                 Warn once if spamd isn't reachable
10268
10269 2006-08-04 [colin]      2.4.0cvs26
10270
10271         * src/toolbar.c
10272                 i18n context patch by Fabien
10273
10274 2006-08-03 [colin]      2.4.0cvs25
10275
10276         * src/mainwindow.c
10277         * src/messageview.c
10278                 Rename "Hide quotes" to "Fold quotes"
10279         * src/textview.c
10280                 Don't use hand cursor on quotes. "all 
10281                 the bonuses of the feature and none of 
10282                 unwelcome side-effects"
10283
10284 2006-08-03 [colin]      2.4.0cvs24
10285
10286         * AUTHORS
10287         * sylpheed-claws.desktop
10288         * src/gtk/authors.h
10289                 Bring the desktop file to XDG compliance
10290                 Patch by Charles A. Edwards
10291
10292 2006-08-03 [colin]      2.4.0cvs23
10293
10294         * src/textview.c
10295                 Fix links offset when they are preceded
10296                 by accentued chars (g_utf8_strlen!)
10297         * src/mainwindow.c
10298                 Fix wrong status when starting offline
10299
10300
10301 2006-08-03 [wwp]        2.4.0cvs22
10302
10303         * src/prefs_common.h
10304                 ask what to do w/ filtering rules that belong to an account when
10305                 applying filtering rules manually from the main window (skip,
10306                 apply regardless of the account, use current account). This dialog
10307                 can be skipped and the last reply used.
10308                 (forgot that file)
10309
10310 2006-08-03 [wwp]        2.4.0cvs21
10311
10312         * src/filtering.c
10313         * src/filtering.h
10314         * src/prefs_common.c
10315         * src/summaryview.c
10316         * src/alertpanel.c
10317         * src/alertpanel.h
10318         * src/messageview.c
10319                 ask what to do w/ filtering rules that belong to an account when
10320                 applying filtering rules manually from the main window (skip,
10321                 apply regardless of the account, use current account). This dialog
10322                 can be skipped and the last reply used.
10323
10324
10325 2006-08-03 [colin]      2.4.0cvs20
10326
10327         * src/textview.c
10328                 Optimize previous patch
10329
10330 2006-08-03 [cleroy]     2.4.0cvs19
10331
10332         * src/textview.c
10333                 Fix quotes getting toggled back when the
10334                 mail has an even number of text parts
10335
10336 2006-08-02 [colin]      2.4.0cvs18
10337
10338         * src/messageview.c
10339                 Add Hide quotes menu
10340
10341 2006-08-02 [colin]      2.4.0cvs17
10342
10343         * src/mainwindow.c
10344         * src/prefs_common.c
10345         * src/textview.c
10346         * src/textview.h
10347         * src/gtk/about.c
10348                 Allow per-level quote hiding,
10349                 Allow toggling quotes by double-clicking them
10350                 Rename RemoteURI to ClickableText to reflect
10351                 the fact it's used for a variety of things
10352
10353 2006-08-02 [wwp]        2.4.0cvs16
10354
10355         * src/mainwindow.c
10356                 fix "View/Hide quotes" menu item status initialization.
10357
10358 2006-08-02 [wwp]        2.4.0cvs15
10359
10360         * src/matcher_parser_parse.y
10361                 remove a debug trace.
10362
10363 2006-08-02 [paul]       2.4.0cvs14
10364
10365         * src/plugins/pgpcore/passphrase.c
10366                 don't set initial dialog size
10367                 make it resizable
10368
10369 2006-08-02 [paul]       2.4.0cvs13
10370
10371         * src/noticeview.c
10372                 remove the rogue '/' character
10373
10374 2006-08-02 [paul]       2.4.0cvs12
10375
10376         * src/noticeview.c
10377                 allow buttons to resize as necessary
10378
10379 2006-08-01 [wwp]        2.4.0cvs11
10380
10381         * src/mbox.c
10382                 fix strict ISO C90 compliance.
10383
10384 2006-08-01 [wwp]        2.4.0cvs10
10385
10386         * tools/update-po
10387                 updated update-po tool to work w/ context-dependent translations.
10388                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10389
10390 2006-08-01 [wwp]        2.4.0cvs9
10391
10392         * src/matcher.c
10393         * src/prefs_filtering.c
10394         * src/prefs_matcher.c
10395                 allow context-dependent translations for "All",
10396                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10397
10398 2006-07-31 [colin]      2.4.0cvs8
10399
10400         * AUTHORS
10401         * src/gtk/authors.h
10402                 Add Rafal to authors
10403
10404 2006-07-31 [colin]      2.4.0cvs7
10405
10406         * src/compose.c
10407         * src/mainwindow.c
10408         * src/messageview.h
10409         * src/prefs_common.c
10410         * src/prefs_common.h
10411         * src/textview.c
10412                 Add 'View/Hide quotes'. Patch based on a patch
10413                 by Rafal Weglarz
10414
10415 2006-07-31 [colin]      2.4.0cvs6
10416
10417         * src/action.c
10418                 Fix problem with "> stuff >" actions
10419
10420 2006-07-31 [paul]       2.4.0cvs5
10421
10422         * po/nb.po
10423                 updated by Geir Helland
10424
10425 2006-07-31 [wwp]        2.4.0cvs4
10426
10427         * src/mainwindow.c
10428         * src/summaryview.c
10429         * src/summaryview.h
10430                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10431                 thanks to Colin.
10432
10433 2006-07-31 [wwp]        2.4.0cvs3
10434
10435         * src/Makefile.am
10436         * src/addr_compl.c
10437         * src/addr_compl.h
10438         * src/addressbook.c
10439         * src/addressbook.h
10440         * src/addressbook_foldersel.c
10441         * src/addressbook_foldersel.h
10442         * src/addrindex.c
10443         * src/addrindex.h
10444         * src/matcher.c
10445         * src/matcher.h
10446         * src/matcher_parser_lex.l
10447         * src/matcher_parser_parse.y
10448         * src/prefs_common.c
10449         * src/prefs_common.h
10450         * src/prefs_filtering.c
10451         * src/prefs_matcher.c
10452         * src/prefs_matcher.h
10453         * src/summaryview.c
10454                 introduce filtering against the address book. It's now possible to add
10455                 matched conditions to determine if any email address in a message matches
10456                 or doesn't match any or all books or folders in the address book.
10457
10458 2006-07-31 [wwp]        2.4.0cvs2
10459
10460         * src/account.c
10461         * src/filtering.c
10462         * src/filtering.h
10463         * src/folder.c
10464         * src/folderview.c
10465         * src/inc.c
10466         * src/mainwindow.c
10467         * src/matcher.c
10468         * src/matcher_parser_lex.l
10469         * src/matcher_parser_parse.y
10470         * src/mbox.c
10471         * src/prefs_filtering.c
10472         * src/prefs_filtering.h
10473         * src/procmsg.c
10474         * src/procmsg.h
10475         * src/summaryview.c
10476                 introduce per-account filtering rules. Each filtering rule can now be assigned
10477                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10478                 when applying filtering rules manually, as all rules will apply - even the ones
10479                 assigned to an account. This issue will be addressed soon.
10480  
10481
10482
10483 2006-07-31 [wwp]        2.4.0cvs1
10484
10485         * src/quote_fmt.c
10486                 make more strings translatable.
10487
10488 2006-07-31 [paul]       2.4.0
10489
10490         2.4.0 released
10491
10492 2006-07-31 [paul]       2.3.1cvs91
10493
10494         * po/ca.po
10495                 updated by Miquel Oliete
10496
10497 2006-07-31 [paul]       2.3.1cvs90
10498
10499         * po/de.po
10500         * po/el.po
10501         * po/fr.po
10502         * po/it.po
10503         * po/pl.po
10504         * po/pt_BR.po
10505         * po/sr.po
10506         * po/zh_CN.po
10507                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10508                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10509                 Aleksandar Urosevic, and Ralgh Young
10510
10511 2006-07-31 [paul]       2.3.1cvs89
10512
10513         * src/account.c
10514         * src/main.c
10515         * src/mainwindow.c
10516         * src/mainwindow.h
10517                 Fix a race condition when, after an SC crash, rescanning
10518                 folders took more than 0.5 seconds
10519                 Thanks to Colin
10520
10521 2006-07-31 [paul]       2.3.1cvs88
10522
10523         * src/folderview.c
10524                 don't translate separator strings
10525
10526 2006-07-30 [mones]      2.3.1cvs87
10527
10528         * doc/man/sylpheed-claws.1
10529                 Fixed non-ASCII chars in Hoa's name
10530         * po/es.po
10531                 Updated for release
10532
10533 2006-07-27 [colin]      2.3.1cvs86
10534
10535         * src/textview.c
10536                 Don't include the leading \n in links
10537                 Patch by Fabien
10538
10539 2006-07-25 [colin]      2.3.1cvs85
10540
10541         * src/mainwindow.c
10542         * src/common/socket.h
10543         * src/etpan/imap-thread.c
10544                 Refresh resolvers before connecting
10545                 to IMAP servers, and after switching
10546                 to online. Thanks to Paul.
10547
10548 2006-07-18 [colin]
10549
10550         * 2.4.0-rc4 released
10551
10552 2006-07-17 [colin]      2.3.1cvs84
10553
10554         * src/inc.c
10555                 Show connection attempt in statusbar before
10556                 connecting (previously first message was
10557                 "Retrieving messages from ..." after the
10558                 connection succeeded.
10559
10560 2006-07-16 [wwp]        2.3.1cvs83
10561
10562         * sylpheed-claws.ico
10563                 Added .ico file (windows multi-size icon file, generated).
10564
10565 2006-07-12 [wwp]        2.3.1cvs82
10566
10567         * src/messageview.c
10568                 remove Message/Re-edit menu entry from messageview window,
10569                 as sent/draft/queued messages are opened in compose window when
10570                 re-edited and it's not possible to re-edit other msgs.
10571
10572 2006-07-12 [paul]       2.3.1cvs81
10573
10574         * AUTHORS
10575         * src/mainwindow.c
10576         * src/gtk/authors.h
10577                 check online state before resetting
10578                 mailcheck timer. Useful if some program
10579                 verifies connection state and updates
10580                 Claws.
10581                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10582
10583 2006-07-12 [paul]       2.3.1cvs80
10584
10585         * sylpheed-claws-128x128.png
10586         * sylpheed-claws-64x64.png
10587         * sylpheed-claws.png
10588         * src/Makefile.am
10589         * src/main.c
10590         * src/prefs_toolbar.c
10591         * src/stock_pixmap.c
10592         * src/stock_pixmap.h
10593         * src/wizard.c
10594         * src/gtk/about.c
10595         * src/gtk/gtkutils.c
10596         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10597         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10598         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10599         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10600         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10601         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10602                 updated and renamed logo/icon files and related
10603                 logo by Jesper Schultz
10604
10605 2006-07-11 [paul]       2.3.1cvs79
10606
10607         * src/main.c
10608                 fix the labels a smidgin
10609
10610 2006-07-09 [colin]      2.3.1cvs78
10611
10612         * src/textview.c
10613                 Show errors in textviewer's command
10614                 Patch by H. Merijn Brand
10615
10616 2006-07-09 [colin]      2.3.1cvs77
10617
10618         * src/compose.c
10619                 Save FMID in drafts too
10620
10621 2006-07-08 [colin]      2.3.1cvs76
10622
10623         * src/compose.c
10624                 Svae RMID in drafted mails too
10625                 Save quote_fmt vars for whole mails,
10626                 don't reset at each quote_fmt_init:
10627                 allows to use the same |i{var} in
10628                 various template fields
10629         * src/prefs_template.c
10630         * src/quote_fmt.h
10631         * src/quote_fmt_parse.y
10632                 Same
10633
10634 2006-07-08 [colin]      2.3.1cvs75
10635
10636         * src/textview.c
10637                 Fix highlighting of attached parts URIs
10638
10639 2006-07-08 [colin]      2.3.1cvs74
10640
10641         * src/main.c
10642                 Prevent bug #981 (sc 2.3.1 segfaults with 
10643                 gtk+ 2.10) from being reported again:
10644                 if Sylpheed-Claws has been compiled against
10645                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10646                 of if Sylpheed-Claws has been compiled against
10647                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10648                 error out.
10649
10650 2006-07-07 [colin]      2.3.1cvs73
10651
10652         * src/prefs_actions.c
10653                 Fix label
10654
10655 2006-07-07 [colin]      2.3.1cvs72
10656
10657         * src/prefs_actions.c
10658                 Fix compile on gtk < 2.8. argh :)
10659
10660 2006-07-07 [paul]       2.3.1cvs71
10661
10662         * src/common/defs.h
10663                 update DONATE_URI
10664
10665 2006-07-07 [colin]      2.3.1cvs70
10666
10667         * po/POTFILES.in
10668         * src/quote_fmt.c
10669         * src/quote_fmt_lex.l
10670         * src/quote_fmt_parse.y
10671                 Add |i{var}, a way to insert user-entered
10672                 text in a template
10673
10674 2006-07-07 [colin]
10675
10676         * 2.4.0-rc3 released
10677
10678 2006-07-07 [colin]      2.3.1cvs69
10679
10680         * src/folder.c
10681                 Don't consider inboxes of UNKNOWN folder 
10682                 classes to be useable as default inboxes
10683
10684 2006-07-07 [paul]       2.3.1cvs68
10685
10686         * src/textview.c
10687                 add missing #include <errno.h>
10688                 Thanks to René J. Blokland
10689
10690 2006-07-07 [paul]       2.3.1cvs67
10691
10692         * src/action.c
10693                 Return now Closes dialog
10694         * src/mimeview.c
10695         * src/mimeview.h
10696         * src/textview.c
10697                 add contextual menu to mime parts listed
10698                 in the textview
10699                 Thanks to Colin
10700         * src/common/utils.c
10701                 reversal: ' is a valid character in URLs
10702
10703 2006-07-06 [colin]      2.3.1cvs66
10704
10705         * src/remotefolder.h
10706                 Forgotten in previous commit
10707
10708 2006-07-06 [colin]      2.3.1cvs65
10709
10710         * src/folder.c
10711                 Set summary update flag whenever
10712                 totals changed
10713         * src/imap.c
10714         * src/prefs_account.c
10715         * src/common/utils.h
10716         * src/etpan/imap-thread.c
10717                 Fix warnings, thanks to Fabien and
10718                 Ricardo
10719
10720 2006-07-06 [wwp]        2.3.1cvs64
10721
10722         * src/gtk/gtkutils.c
10723                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10724
10725 2006-07-06 [wwp]        2.3.1cvs63
10726
10727         * src/account.c
10728         * src/addressbook.c
10729         * src/addressitem.h
10730         * src/folderview.c
10731         * src/mainwindow.c
10732         * src/manual.c
10733         * src/manual.h
10734         * src/message_search.c
10735         * src/prefs_actions.c
10736         * src/prefs_filtering.c
10737         * src/prefs_filtering.h
10738         * src/prefs_template.c
10739         * src/summary_search.c
10740         * src/summaryview.c
10741         * src/gtk/gtkutils.c
10742         * src/gtk/gtkutils.h
10743         * src/gtk/pluginwindow.c
10744                 add help buttons to some dialogs. Clicking such buttons opens a
10745                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10746
10747 2006-07-06 [paul]       2.3.1cvs62
10748
10749         * src/textview.c
10750                 fix attachments contextual menu
10751                 Thanks to Colin
10752
10753 2006-07-05 [colin]      2.3.1cvs61
10754
10755         * src/textview.c
10756         * src/compose.c
10757                 Handle sftp:// links
10758
10759 2006-07-05 [paul]       2.3.1cvs60
10760
10761         * src/gtk/filesel.c
10762                 grab save button by default
10763                 Thanks to Colin
10764
10765 2006-07-05 [wwp]        2.3.1cvs59
10766
10767         * manual/xml2pdf
10768                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10769
10770 2006-07-04 [colin]      2.3.1cvs58
10771
10772         * src/mimeview.c
10773         * src/textview.c
10774                 Use left click to select, middle click to open
10775                 on mimeparts links
10776         * src/common/utils.c
10777                 Fix segfault
10778
10779 2006-07-04 [colin]      2.3.1cvs57
10780
10781         * src/mainwindow.c
10782         * src/news.c
10783                 Warning fixes, thanks to Fabien
10784
10785 2006-07-04 [colin]      2.3.1cvs56
10786
10787         * src/mimeview.c
10788         * src/mimeview.h
10789         * src/textview.c
10790                 Allow parts to be selected via their text label
10791                 in textview
10792
10793 2006-07-04 [colin]      2.3.1cvs55
10794
10795         * src/folderview.c
10796                 Feedback when closing (for big folders)
10797         * src/prefs_actions.c
10798         * src/prefs_filtering.c
10799         * src/prefs_matcher.c
10800         * src/prefs_template.c
10801                 Fix default button when closing without
10802                 having saved
10803
10804 2006-07-04 [colin]      2.3.1cvs54
10805
10806         * src/news.c
10807                 Delete local file on deletion
10808
10809 2006-07-03 [colin]      2.3.1cvs53
10810
10811         * src/folderview.c
10812         * src/main.c
10813                 Don't freeze when rescanning after crash
10814
10815 2006-07-03 [wwp]        2.3.1cvs52
10816
10817         * src/compose.c
10818         * src/privacy.c
10819         * src/privacy.h
10820         * src/plugins/pgpinline/pgpinline.c
10821         * src/plugins/pgpmime/pgpmime.c
10822                 don't report an error when the user cancels the passphrase dialog.
10823
10824 2006-07-02 [colin]      2.3.1cvs51
10825
10826         * src/folderview.c
10827                 Open message when crossing folders with Space,
10828                 goto next unread and friends
10829
10830 2006-07-01 [colin]      2.3.1cvs50
10831
10832         * src/prefs_account.c
10833                 Typographic rules varying from language
10834                 to language (in french "Protocole :"),
10835                 we have to do that :)
10836
10837 2006-07-01 [ticho]      2.3.1cvs49
10838
10839         * src/prefs_account.c
10840                 Only use one temporary gchar* variable in
10841                 prefs_account_protocol_set_optmenu().
10842
10843 2006-07-01 [ticho]      2.3.1cvs48
10844
10845         * src/prefs_account.c
10846         * src/prefs_account.h
10847                 Use GtkLabel for existing account protocol name.
10848                 Created an array for protocol names and populate the
10849                 combobox from it in a for() cycle.
10850
10851 2006-06-30 [colin]      2.3.1cvs47
10852
10853         * src/compose.c
10854                 Block undo when changing signature (by changing
10855                 account)
10856
10857 2006-06-30 [paul]       2.3.1cvs46
10858
10859         * src/send_message.c
10860                 when editing From in the Compose window, use that address
10861                 in the Return-Path: header
10862                 Thanks to Colin
10863
10864 2006-06-30 [colin]      2.3.1cvs45
10865
10866         * src/compose.c
10867                 Fix signature replacement:
10868                 - when no newline before separator
10869                 - when reediting
10870
10871 2006-06-29 [colin]      2.3.1cvs44
10872
10873         * src/folderview.c
10874         * src/folderview.h
10875         * src/mainwindow.c
10876         * src/summaryview.c
10877                 Let 'View/Go to/Next marked' work like
10878                 Next new & Next unread: across folders
10879                 Change the select_on_entry pref to do
10880                 what we want when changing folder
10881         * src/common/utils.c
10882                 Fix single-quoted links 
10883
10884 2006-06-29 [colin]      2.3.1cvs43
10885
10886         * src/gtk/gtkaspell.c
10887                 "Sylpheed" and "Sylpheed-Claws" do exist !
10888
10889 2006-06-29 [colin]      2.3.1cvs42
10890
10891         * src/imap.c
10892                 Forgot to remove debug
10893
10894 2006-06-29 [colin]      2.3.1cvs41
10895
10896         * src/imap.c
10897         * src/imap.h
10898         * src/mainwindow.c
10899                 Disconnect from IMAP servers when going
10900                 offline. Fixes bug #978 (going to offline-mode 
10901                 won't close connections)
10902
10903 2006-06-29 [colin]      2.3.1cvs40
10904
10905         * src/main.c
10906                 Fix transient setting on failing plugins
10907                 Patch by Fabien
10908         * src/plugins/pgpcore/sgpgme.c
10909                 Only warn for OpenPGP. Most people don't
10910                 have CMS available.
10911
10912 2006-06-29 [colin]      2.3.1cvs39
10913
10914         * src/compose.c
10915                 Fix Spelling menu (discrepancy between context menu
10916                 and top menu when folder's dictionary isn't the 
10917                 default one)
10918         * src/plugins/pgpcore/sgpgme.c
10919                 More error reporting about why gpgme can fail
10920
10921 2006-06-29 [wwp]        2.3.1cvs38
10922
10923         * src/mainwindow.c
10924                 honor the display-header-pane setting even when the message view
10925                 is a separate window.
10926
10927 2006-06-29 [wwp]        2.3.1cvs37
10928
10929         * src/prefs_actions.c
10930                 forgot to commit that one (use of GTK_STOCK_INFO).
10931
10932 2006-06-29 [colin]      2.3.1cvs36
10933
10934         * src/imap.c
10935                 Better handling of login errors (ask the password
10936                 again once), alert in case of error. Fix three
10937                 signedness warnings.
10938
10939 2006-06-28 [wwp]        2.3.1cvs35
10940
10941         * src/prefs_template.c
10942         * src/prefs_matcher.c
10943         * src/prefs_filtering_action.c
10944         * src/prefs_quote.c
10945                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
10946                 patch by Fabien Vantard, slightly modified.
10947
10948 2006-06-28 [paul]
10949
10950         2.4.0-rc2 released
10951
10952 2006-06-28 [colin]      2.3.1cvs34
10953
10954         * src/prefs_account.c
10955                 Fix bug #977 (Can't add or edit imap accounts)
10956
10957 2006-06-28 [colin]      2.3.1cvs33
10958
10959         * src/mimeview.c
10960                 Fix previous
10961
10962 2006-06-28 [colin]      2.3.1cvs32
10963
10964         * src/mimeview.c
10965                 Save named inlined attachments with "Save all"
10966         * src/main.c
10967         * src/mbox.c
10968         * src/common/plugin.c
10969         * src/common/plugin.h
10970         * src/common/sylpheed.c
10971         * src/common/utils.c
10972         * src/plugins/pgpcore/sylpheed.def
10973         * src/plugins/pgpinline/sylpheed.def
10974         * src/plugins/pgpmime/sylpheed.def
10975                 Win32 compatibility patch, by
10976                 Werner Koch
10977
10978 2006-06-28 [wwp]        2.3.1cvs31
10979
10980         * src/imap.c
10981         * src/prefs_folder_item.c
10982                 less compilation warnings (thanks to Fabien Vantard), less typos.
10983
10984 2006-06-28 [paul]       2.3.1cvs30
10985
10986         * src/gtk/gtkutils.c
10987                 gtk_combo_box_set_focus_on_click() is only
10988                 available since gtk 2.6.0
10989
10990 2006-06-28 [paul]       2.3.1cvs29
10991
10992         * src/prefs_ext_prog.c
10993                 fix engrish and add a tooltip for the
10994                 'command for 'Display as text' option
10995
10996 2006-06-28 [paul]
10997
10998         2.4.0-rc1 released
10999
11000 2006-06-28 [paul]       2.3.1cvs28
11001
11002         * ChangeLog
11003         * tools/Makefile.am
11004                 include textviewer.pl in releases
11005
11006 2006-06-28 [paul]       2.3.1cvs27
11007
11008         * src/prefs_ext_prog.c
11009                 hide Print command option if libgnomeprint
11010                 support is present
11011
11012 2006-06-27 [colin]      2.3.1cvs26
11013
11014         * src/compose.c
11015                 Fix Esc handling in insert/attach dialog
11016                 Don't show this dialog if dragging something
11017                 else than text/uri-list
11018                 Thanks to Fabien Vantard
11019         * tools/textviewer.pl
11020                 Filter script to display stuff as text
11021                 by H. Merijn Brand
11022
11023 2006-06-27 [wwp]        2.3.1cvs25
11024
11025         * src/messageview.c
11026                 use the exact product name (message view title), patch
11027                 by Fabien Vantard.
11028
11029 2006-06-27 [ticho]      2.3.1cvs24
11030
11031         * src/prefs_account.c
11032         * src/prefs_common.c
11033         * src/prefs_common.h
11034         * src/prefs_ext_prog.c
11035         * src/textview.c
11036                 Add a preference (Preferences/External programs)
11037                 to allow "Display as text" to be done via a script
11038                 (patch by H.Merijn Brand).
11039                 Use GtkComboBox for protocol selection in account
11040                 preferences.
11041                 Only include current choice for existing accounts, and
11042                 insensitivize the combobox.
11043
11044 2006-06-27 [paul]       2.3.1cvs23
11045
11046         * src/mbox.c
11047                 fix crasher introduced in cvs21.
11048                 Thanks to Colin
11049
11050 2006-06-26 [colin]      2.3.1cvs22
11051
11052         * src/mbox.c
11053                 Fix double-frees when leaving folders
11054                 after exporting to mbox
11055
11056 2006-06-26 [colin]      2.3.1cvs21
11057
11058         * src/mbox.c
11059                 More feedback (and optimisation)
11060                 on import/export
11061         * src/common/utils.c
11062                 Fix case when looking for mail addresses
11063         * src/gtk/gtkutils.c
11064                 Extra check for (X-)Face
11065
11066 2006-06-25 [ticho]      2.3.1cvs20
11067
11068         * src/compose.c
11069         * src/exphtmldlg.c
11070         * src/gtk/gtkutils.c
11071         * src/gtk/gtkutils.h
11072                 Added second argument to gtkut_sc_combobox_create() to
11073                 control focus-on-click for the widget.
11074                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11075
11076 2006-06-25 [ticho]      2.3.1cvs19
11077
11078         * src/compose.c
11079         * src/gtk/Makefile.am
11080         * src/gtk/combobox.c
11081         * src/gtk/combobox.h
11082         * src/gtk/gtkutils.c
11083         * src/gtk/gtkutils.h
11084                 Use GtkComboBox instead of deprecated GtkOptionMenu
11085                 for account selector in compose window and for encoding
11086                 selector in attachment properties.
11087                 Also factorise working with the new GtkComboBox somewhat.
11088
11089 2006-06-24 [paul]       2.3.1cvs18
11090
11091         * src/prefs_common.c
11092                 use the correct default value
11093
11094 2006-06-24 [paul]       2.3.1cvs17
11095
11096         * src/compose.c
11097         * src/prefs_common.c
11098         * src/prefs_common.h
11099         * src/prefs_compose_writing.c
11100                 enable setting of default action when
11101                 dnd'ing files in the compose window.
11102                 (Collaborative effort with wwp)
11103
11104 2006-06-23 [wwp]        2.3.1cvs16
11105
11106         * src/compose.c
11107                 i18n fix (thanks to Fabien Vantard)
11108
11109 2006-06-22 [colin]      2.3.1cvs15
11110
11111         * src/prefs_customheader.c
11112                 Don't use filters in custom headers' file 
11113                 selector. Remember, extensions mean nothing :)
11114
11115 2006-06-22 [paul]       2.3.1cvs14
11116
11117         * configure.ac
11118                 allow setting of man directory location
11119
11120 2006-06-22 [colin]      2.3.1cvs13
11121
11122         * src/mainwindow.c
11123                 Add 'View/Go to/Next unread folder'.
11124                 I missed that :)
11125
11126 2006-06-22 [colin]      2.3.1cvs12
11127
11128         * src/common/utils.c
11129                 Add some subject prefixes
11130                 Patch by Bjorn T Johansen <btj@havleik.no>
11131
11132 2006-06-22 [colin]      2.3.1cvs11
11133
11134         * manual/advanced.xml
11135                 Forgotten hidden pref
11136
11137 2006-06-21 [paul]       2.3.1cvs10
11138
11139         * src/prefs_account.c
11140                 complete the removal of 'Add date header' option
11141
11142 2006-06-21 [paul]       2.3.1cvs9
11143
11144         * src/account.c
11145         * src/compose.c
11146         * src/prefs_account.c
11147         * src/prefs_account.h
11148                 remove option to add date header - always
11149                 add date header
11150         * src/etpan/imap-thread.c
11151                 fix warnings (Thanks to Colin)
11152
11153 2006-06-21 [wwp]        2.3.1cvs8
11154
11155         * src/folder.c
11156                 set the attachment flag when inline text part are (file)named. This is more convenient
11157                 when receiving (for instance) inline source files or patches sent using thunderbird.
11158
11159 2006-06-21 [paul]       2.3.1cvs7
11160
11161         * src/inc.c
11162                 fix off-by-one count of current msg in
11163                 statusbar filtering progressbar
11164
11165 2006-06-21 [paul]       2.3.1cvs6
11166
11167         * src/folder.c
11168                 Show attachment icon even if the part is 'inline'
11169                 if the following conditions are met:
11170                 - content-type != 'text/plain'
11171                 - content-type != '*/pgp-signature'
11172                 - either 'name' or 'filename' parameter is not NULL
11173                 
11174                 Thanks to Colin
11175
11176 2006-06-21 [paul]       2.3.1cvs5
11177
11178         * src/messageview.c
11179         * src/prefs_common.c
11180         * src/prefs_common.h
11181         * src/prefs_other.c
11182                 add an option to 'Never send Return
11183                 Receipts'
11184                 Thanks to Colin
11185
11186 2006-06-20 [mones]      2.3.1cvs4
11187
11188         * po/es.po
11189                 updated
11190         * src/compose.c
11191                 typo fixed (space after comma)
11192         * tools/make.themes.project
11193                 remove exec mode from tarball files
11194
11195 2006-06-20 [colin]      2.3.1cvs3
11196
11197         * src/news.c
11198         * src/procheader.c
11199         * src/unmime.c
11200                 Better fix for \n's in headers (don't 
11201                 break Received: and others)
11202
11203 2006-06-20 [paul]       2.3.1cvs2
11204
11205         * src/alertpanel.c
11206         * src/textview.c
11207                 improve legibility of phishing attempt
11208                 dialog
11209
11210 2006-06-20 [paul]       2.3.1cvs1
11211
11212         * NEWS
11213         * README
11214         * configure.ac
11215                 Update version number following
11216                 stable release
11217
11218 2006-06-20 [colin]      2.3.0cvs26
11219
11220         * src/compose.c
11221                 When dragging a file to the text of the compose
11222                 window, ask whether we want to insert or attach
11223                 (I know lots of people who do that to attach)
11224
11225 2006-06-20 [colin]      2.3.0cvs25
11226
11227         * src/etpan/imap-thread.c
11228                 Fix threshold (the append command is often > 32 bytes)
11229
11230 2006-06-19 [colin]      2.3.0cvs24
11231
11232         * src/imap.c
11233         * src/etpan/imap-thread.c
11234                 Workaround Rockliffe IMAP server bug: replace
11235                 "x UID SEARCH (ANSWERED UID 1:*)" with
11236                 "x UID SEARCH ANSWERED"
11237                 (Rockliffe doesn't handle the parenthesis)
11238
11239 2006-06-19 [colin]      2.3.0cvs23
11240
11241         * src/compose.c
11242         * src/imap.c
11243         * src/etpan/imap-thread.c
11244                 Probably fix bug #972 (Freezes when adding 
11245                 an attachment to the message)
11246         * src/common/defs.h
11247                 Modernize Firefox cmd
11248
11249
11250 2006-06-18 [colin]      2.3.0cvs22
11251
11252         * src/prefs_customheader.c
11253                 Only allow correct filenames for various
11254                 custom headers
11255
11256 2006-06-18 [colin]      2.3.0cvs21
11257
11258         * src/prefs_customheader.c
11259                 Add a 'From File...' button in custom headers prefs, which
11260                 try to do the right thing: 
11261                 for normal headers, use file as plaintext,
11262                 for X-Face, calls compface,
11263                 for Face, encode to b64.
11264
11265 2006-06-17 [colin]      2.3.0cvs20
11266
11267         * src/mh.c
11268                 Warning fix
11269
11270 2006-06-16 [colin]      2.3.0cvs19
11271
11272         * src/summaryview.c
11273                 Recursive quicksearch: show message list
11274                 in current folder, *then* search children
11275                 in the background.
11276
11277 2006-06-16 [colin]      2.3.0cvs18
11278
11279         * src/main.c
11280                 Instead of ignoring SIGPIPE, save caches
11281                 when getting one. Will fix the fact that
11282                 hot caches are out-of-date when logging 
11283                 out of Xorg.
11284         * src/compose.c
11285         * src/prefs_compose_writing.c
11286                 Only save text (not attachments) when 
11287                 auto-saving to drafts
11288         * src/unmime.c
11289                 Always replace \n, \r and \t with spaces
11290                 in headers
11291         * manual/dist/html/Makefile.am
11292         * manual/dist/pdf/Makefile.am
11293         * manual/dist/ps/Makefile.am
11294         * manual/dist/txt/Makefile.am
11295         * manual/fr/dist/html/Makefile.am
11296         * manual/fr/dist/pdf/Makefile.am
11297         * manual/fr/dist/ps/Makefile.am
11298         * manual/fr/dist/txt/Makefile.am
11299         * manual/pl/dist/html/Makefile.am
11300         * manual/pl/dist/pdf/Makefile.am
11301         * manual/pl/dist/ps/Makefile.am
11302         * manual/pl/dist/txt/Makefile.am
11303                 Fix make clean removing pregenerated manuals
11304
11305
11306 2006-06-16 [colin]      2.3.0cvs17
11307
11308         * src/plugins/pgpcore/sgpgme.c
11309         * src/plugins/pgpmime/pgpmime.c
11310         * src/plugins/pgpinline/pgpinline.c
11311                 Better error reporting in setup_signers.
11312                 Don't fallback to default key if specified
11313                 key isn't found.
11314                 Don't allow signing if more than one secret
11315                 key matches the one specified in prefs.
11316
11317 2006-06-15 [colin]      2.3.0cvs16
11318
11319         * src/folderview.c
11320                 Add "Send queue" in the folder's contextual
11321                 menu
11322         * src/compose.c
11323         * src/messageview.c
11324         * src/privacy.c
11325         * src/privacy.h
11326         * src/procmime.c
11327         * src/procmsg.c
11328         * src/plugins/pgpcore/passphrase.c
11329         * src/plugins/pgpcore/sgpgme.c
11330         * src/plugins/pgpinline/pgpinline.c
11331         * src/plugins/pgpmime/pgpmime.c
11332                 Better error reporting
11333         * src/mbox.c
11334                 Probably fix bug #971 (2.2.3 cannot read mail 
11335                 from local mbox)
11336
11337
11338 2006-06-15 [mones]      2.3.0cvs15
11339
11340         * tools/make.themes.project
11341                 creates the themes project from the web page
11342
11343 2006-06-15 [colin]      2.3.0cvs14
11344
11345         * src/folder.c
11346                 Better fix (avoid losing the folder if scan_tree 
11347                 fails)
11348
11349 2006-06-15 [cleroy]     2.3.0cvs13
11350
11351         * src/folder.c
11352                 Probably fix Bug #969 (crash on rebuilding 
11353                 imap folder)
11354
11355 2006-06-14 [colin]      2.3.0cvs12
11356
11357         * manual/dtd/manual.xsl
11358         * manual/sylpheed-claws-manual.xml
11359         * manual/fr/sylpheed-claws-manual.xml
11360         * manual/pl/sylpheed-claws-manual.xml
11361                 Insert pagebreaks between sections
11362
11363 2006-06-14 [paul]       2.3.0cvs11
11364
11365         * configure.ac
11366                 better fix than 2.3.0cvs10
11367
11368 2006-06-14 [paul]       2.3.0cvs10
11369
11370         * configure.ac
11371                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11372                 (backwards compatible)
11373
11374 2006-06-13 [colin]      2.3.0cvs9
11375
11376         * src/messageview.c
11377                 Fix sending of return receipt with the new queue folders
11378
11379 2006-06-13 [wwp]        2.3.0cvs8
11380
11381         * src/quote_fmt_lex.l
11382                 fix wrong tokens returned in quote_fmt lexer, query not().
11383
11384 2006-06-13 [wwp]        2.3.0cvs7
11385
11386         * src/folder.c
11387         * src/prefs_folder_item.c
11388                 allow changing folder type even when folder is not a top-level one,
11389                 thanks to Colin.
11390
11391 2006-06-12 [colin]      2.3.0cvs6
11392
11393         * src/folderview.c
11394                 Fix double-ask of "Do you want to mark all
11395                 as read"
11396
11397 2006-06-12 [colin]      2.3.0cvs5
11398
11399         * src/compose.c
11400         * src/compose.h
11401         * src/folder.c
11402         * src/folder.h
11403         * src/imap.c
11404         * src/inc.c
11405         * src/main.c
11406         * src/messageview.c
11407         * src/mh.c
11408         * src/prefs_folder_item.c
11409         * src/procheader.c
11410         * src/procmime.c
11411         * src/procmsg.c
11412         * src/procmsg.h
11413         * src/send_message.c
11414         * src/summaryview.c
11415         * src/toolbar.c
11416                 Apply bug #964's patch (Queue and drafts aren't normal)
11417                 The Drafts and Queue folder now contain RFC-822 files,
11418                 allowing to move and copy mails from and to these 
11419                 folders. Moving from Drafts to Queue will prepare the
11420                 mail for sending (PGP signature, encryption, etc).
11421                 This patch also rework sending errors handling to try
11422                 to be more helpful.
11423                 Also, allow redefining folder types via the GUI 
11424                 (Folder type in its Properties)
11425
11426 2006-06-12 [colin]      2.3.0cvs4
11427
11428         * src/summaryview.c
11429         * src/prefs_common.c
11430         * src/prefs_common.h
11431         * src/gedit-print.c
11432                 Allow to define a specific print font - patch
11433                 by Bernhard Walle <bernhard.walle@gmx.de>
11434         * src/prefs_fonts.c
11435         * manual/advanced.xml
11436         * manual/fr/advanced.xml
11437                 Add a hidden pref to allow deletion without
11438                 confirmation
11439
11440 2006-06-12 [wwp]        2.3.0cvs3
11441
11442         * .cvsignore
11443                 more files to ignore.
11444
11445 2006-06-12 [wwp]        2.3.0cvs2
11446
11447         * src/quote_fmt.c
11448         * src/quote_fmt_lex.l
11449         * src/quote_fmt_parse.y
11450                 extend the quote_fmt parser (templates and quotes):
11451                 - allow limited sub-expressions in |p{} and |f{} expressions,
11452                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11453                 - implemented/fixed missing implementation of query_references and show_references,
11454                 - completed, fixed contents and format of the symbols help dialog,
11455                 - fix some compilation warnings.
11456
11457 2006-06-12 [wwp]        2.3.0cvs1
11458
11459         * manual/advanced.xml
11460         * manual/fr/advanced.xml
11461                 updates in the "templates" section of the manual (eng/fr):
11462                  - be more precise (both versions)
11463                  - completed to match the english reference (fr version)
11464                  - touchups (both versions)
11465
11466 2006-06-12 [paul]       2.3.0
11467
11468         2.3.0 released
11469
11470 2006-06-12 [paul]       2.2.3cvs14
11471
11472         * po/ca.po
11473         * po/cs.po
11474         * po/de.po
11475         * po/el.po
11476         * po/fr.po
11477         * po/it.po
11478         * po/pt_BR.po
11479         * po/sr.po
11480         * po/zh_CN.po
11481                 updated by Miquel Oliete, Tim, Stephan Sachse,
11482                 Stavros Giannouris, Fabien Vantard, Andrea
11483                 Spadaccini, Frederico Goncalves Guimaraes,
11484                 Aleksandar Urosevic, and Ralgh Young
11485
11486 2006-06-12 [colin]      2.2.3cvs13
11487
11488         * src/mbox.c
11489                 Add missing header
11490
11491 2006-06-11 [colin]      2.2.3cvs12
11492
11493         * src/msgcache.c
11494                 Verify that g_malloc() succeeded
11495
11496 2006-06-11 [colin]      2.2.3cvs11
11497
11498         * src/wizard.c
11499                 Add Face header to welcome mail
11500
11501 2006-06-10 [colin]      2.2.3cvs10
11502
11503         * src/textview.c
11504                 Revert previous (Forgot it changes the
11505                 margin on the whole mail)
11506
11507 2006-06-10 [colin]      2.2.3cvs9
11508
11509         * src/textview.c
11510                 Don't overlap long headers under (X-)Face
11511
11512 2006-06-10 [mones]      2.2.3cvs8
11513
11514         * manual/xml2pdf
11515                 allow generation of manual on systems lacking saxon binary
11516                 but with java and the saxon library installed
11517
11518         * po/es.po
11519                 updated for release
11520
11521 2006-06-09 [colin]      2.2.3cvs7
11522
11523         * src/summaryview.c
11524                 Fix leak when using Display Sender using Addressbook
11525
11526 2006-06-09 [colin]      2.2.3cvs6
11527
11528         * src/compose.c
11529         * src/folder.c
11530         * src/folderview.c
11531         * src/mimeview.c
11532         * src/summaryview.c
11533                 More leaks fixes
11534
11535 2006-06-09 [paul]       2.2.3cvs5
11536
11537         * AUTHORS
11538         * src/gtk/authors.h
11539         * tools/claws.i18n.status.pl
11540                 updated with new info
11541
11542 2006-06-09 [paul]       2.2.3cvs4
11543
11544         * README
11545                 updated
11546         * manual/ack.xml
11547                 add wwp to authors list
11548         * src/gtk/authors.h
11549                 update mine and Colin's addresses
11550
11551 2006-06-08 [colin]      2.2.3cvs3
11552
11553         * src/etpan/imap-thread.c
11554                 Fix leak on SSL cert check
11555
11556 2006-06-08 [colin]      2.2.3cvs2
11557
11558         * src/common/utils.c
11559                 Fix leak
11560
11561 2006-06-08 [paul]       2.2.3cvs1
11562
11563         * configure.ac
11564                 Update version number following
11565                 stable release
11566
11567 2006-06-07 [colin]      2.2.2cvs3
11568
11569         * src/msgcache.c
11570                 Fix catching cache read errors (guint instead of gint)
11571                 Prevent malloc'ing more than 8MB (means cache corruption)
11572
11573 2006-06-07 [paul]       2.2.2cvs2
11574
11575         * src/exporthtml.c
11576         * src/exportldif.c
11577         * src/mh.c
11578         * src/mutt.c
11579         * src/pine.c
11580         * src/common/utils.c
11581                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11582                 obey $HOME'
11583                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11584                 Thanks to Colin
11585
11586 2006-06-06 [paul]       2.2.2cvs1
11587
11588         * configure.ac
11589                 Update version number following
11590                 stable release
11591
11592 2006-06-06 [paul]       2.2.1cvs6
11593
11594         * src/matcher.c
11595                 fix  implicit declaration of
11596                 sylpheed_do_idle()
11597                 Patch by Fabien Vantard
11598
11599 2006-06-06 [paul]       2.2.1cvs5
11600
11601         * src/matcher.c
11602                 fix age_greater and age_lower so that they
11603                 mean what say and not '...or equal to'
11604                 Thanks to Colin
11605
11606 2006-06-06 [paul]       2.2.1cvs4
11607
11608         * src/textview.c
11609         * src/common/utils.c
11610                 fix URI check
11611                 Thanks to Colin
11612
11613 2006-06-05 [wwp]        2.2.1cvs3
11614
11615         * manual/fr/account.xml
11616                 minor language fixes (thanks to Fabien Vantard).
11617
11618 2006-06-05 [colin]      2.2.1cvs2
11619
11620         * src/prefs_folder_item.c
11621         * src/folderview.c
11622                 Allow recursive setting of properties 
11623                 for whole mailboxes
11624         * src/matcher.c
11625                 Don't freeze on 'test' filtering rule
11626
11627 2006-06-05 [colin]      2.2.1cvs1
11628
11629         * configure.ac
11630                 Update version number following
11631                 stable release
11632
11633 2006-06-04 [wwp]        2.2.0cvs82
11634
11635         * manual/glossary.xml
11636         * manual/account.xml
11637         * manual/fr/glossary.xml
11638         * manual/fr/account.xml
11639                 added glossary section and references/links related to the Face custom header.
11640
11641 2006-06-04 [colin]      2.2.0cvs81
11642
11643         * src/summaryview.c
11644                 Skip to next message on move with no
11645                 immediate execution
11646
11647 2006-06-04 [wwp]        2.2.0cvs80
11648
11649         * manual/xml2pdf
11650                 added sanity checks, exit when needed.
11651
11652 2006-06-03 [paul]       2.2.0cvs79
11653
11654         * src/prefs_receive.c
11655                 page name is now 'Receiving'
11656         * src/prefs_send.c
11657                 page name is now 'Sending'
11658
11659 2006-06-03 [colin]      2.2.0cvs78
11660
11661         * src/plugins/spamassassin/spamassassin_gtk.c
11662                 Autoswitch to Localhost if transport was previously
11663                 disabled. Else people had to check [] Enable, then
11664                 *reselect* transport.
11665
11666 2006-06-03 [colin]      2.2.0cvs77
11667
11668         * src/plugins/pgpinline/pgpinline.c
11669         * src/plugins/pgpmime/pgpmime.c
11670                 Check that gpg_data_release_and_get_mem 
11671                 didn't fail (now, why this happens...)
11672
11673 2006-06-03 [colin]      2.2.0cvs76
11674
11675         * src/mbox.c
11676                 Fix bug #962 (Manual and/or UI should 
11677                 warn about incompatible locking 
11678                 causing dataloss)
11679
11680 2006-06-02 [cleroy]     2.2.0cvs75
11681
11682         * src/filtering.c
11683         * src/folder.c
11684         * src/procmsg.c
11685         * src/summaryview.c
11686                 Fix a few leaks
11687
11688 2006-06-02 [colin]      2.2.0cvs74
11689
11690         * src/main.c
11691                 On exit, free caches after writing them
11692                 Shuts up some valgrind false positives
11693         * src/procmsg.c
11694         * src/send_message.c
11695                 Fix races when reusing existing SMTP connections
11696                 Fix inexistant session timeout
11697         * src/toolbar.c
11698                 Display alertpanel after all queues have
11699                 been processed, not after each
11700
11701 2006-06-02 [wwp]        2.2.0cvs73
11702
11703         * manual/fr/glossary.xml
11704         * manual/fr/ack.xml
11705         * manual/ack.xml
11706                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11707
11708 2006-06-02 [wwp]        2.2.0cvs72
11709
11710         * manual/xml2pdf
11711         * manual/dist/pdf/Makefile.am
11712         * manual/dtd/manual.xsl
11713         * manual/fr/dist/pdf/Makefile.am
11714         * manual/pl/dist/pdf/Makefile.am
11715                 we changed the procedure to generate the .pdf version of the manual.
11716                 The procedure is more modern and the .pdf we get now has a valid index.
11717                 Here are the new pre-requisites:
11718
11719                 - JRE 1.x (1.4 here): there must be one from your distro
11720                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11721                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11722                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11723
11724                 See my posts for further info about the installation of this toolchain:
11725
11726                 Date: Fri, 19 May 2006 19:40:06 +0200
11727                 From: wwp <subscript@free.fr>
11728                 To: sylpheed-claws-devel@lists.sourceforge.net
11729                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11730
11731                 and
11732
11733                 Date: Wed, 24 May 2006 12:58:49 +0200
11734                 From: wwp <subscript@free.fr>
11735                 To: sylpheed-claws-devel@lists.sourceforge.net
11736                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11737
11738 2006-06-01 [colin]      2.2.0cvs71
11739
11740         * src/compose.c
11741                 Better guards against IMAP races
11742         * src/main.c
11743         * src/prefs_common.c
11744         * src/prefs_common.h
11745         * src/common/ssl_certificate.c
11746         * src/etpan/imap-thread.c
11747         * src/etpan/imap-thread.h
11748         * src/gtk/sslcertwindow.c
11749                 New hidden option ssl_skip_cert_check to 
11750                 avoid dups of bug #959 (libetpan linked
11751                 against gnutls and gnutls buggy on 64bit)
11752                 Present expired warning only once per
11753                 session/server.
11754         * manual/advanced.xml
11755         * manual/fr/advanced.xml
11756                 Document new option
11757
11758 2006-06-01 [wwp]        2.2.0cvs70
11759
11760         * src/messageview.c
11761                 fix for bug #961 (return receipt dialog 
11762                 complains incorrectly about return-path 
11763                 email adress being different), thanks 
11764                 to Colin.
11765
11766 2006-05-31 [cleroy]     2.2.0cvs69
11767
11768         * src/common/ssl.c
11769                 Guard against NULLs, although this
11770                 should never be an issue
11771
11772 2006-05-31 [colin]      2.2.0cvs68
11773
11774         * src/filtering.c
11775                 Use g_slist_prepend
11776         * src/imap.c
11777                 Don't remove caches when destroying folder, it
11778                 could (should) be done at exit
11779         * src/inc.c
11780                 free processing cache after incorporation
11781         * src/etpan/imap-thread.c
11782                 Maybe fix bug #959 (Crash on moving to emails 
11783                 to a imap account per ssl with a expired 
11784                 certificate.)
11785
11786 2006-05-30 [colin]      2.2.0cvs67
11787
11788         * src/summaryview.c
11789                 Put back event flush when displaying message
11790                 It avoids reading a bunch of messages just
11791                 by hitting shift-n for too long ;)
11792
11793 2006-05-29 [colin]      2.2.0cvs66
11794
11795         * src/summaryview.c
11796                 Remove useless g_warnings
11797
11798 2006-05-29 [colin]      2.2.0cvs65
11799
11800         * src/imap.c
11801                 Fix g_slist_append()s for performance
11802
11803 2006-05-29 [colin]      2.2.0cvs64
11804
11805         * src/compose.c
11806         * src/common/utils.c
11807                 Fix extraneous tab at start of addresses
11808         * src/mainwindow.c
11809                 Fix warnings (thanks to Fabien)
11810                 Fix crash at exit when composing messages 
11811                 exist
11812         * src/pop.c
11813                 Fix progress bar when deleting expired mails
11814                 Thanks to Hiro
11815         * src/summaryview.c
11816         * src/gtk/gtksctree.c
11817                 Fix re-sorting slowness
11818
11819 2006-05-29 [paul]       2.2.0cvs63
11820
11821         * src/mh.c
11822                 fetch full message when moving mails
11823                 from another mailbox, (fixed data loss
11824                 when filtering from IMAP to MH, introduced
11825                 in 2.2.0cvs57).
11826                 Thanks to Colin
11827
11828 2006-05-29 [mones]      2.2.0cvs62
11829
11830         * src/gtk/gtksctree.c
11831                 Unselect faster (patch by Colin)        
11832
11833 2006-05-26 [colin]      2.2.0cvs61
11834
11835         * src/summaryview.c
11836                 Unplug MSGINFO_UPDATE callback on delete too.
11837
11838 2006-05-26 [colin]      2.2.0cvs60
11839
11840         * src/foldersel.c
11841                 Fix bold in folder selection window with glib2.10
11842                 thanks Hiro
11843
11844 2006-05-26 [colin]      2.2.0cvs59
11845
11846         * src/procheader.c
11847                 Convert date only if necessary (and don't
11848                 try to convert from utf8 to utf8, too)
11849         * src/summaryview.c
11850                 Only set column's text if the column's 
11851                 displayed
11852
11853 2006-05-26 [colin]      2.2.0cvs58
11854
11855         * src/summaryview.c
11856         * src/gtk/gtkutils.c
11857                 Fix useless warning
11858
11859 2006-05-26 [colin]      2.2.0cvs57
11860
11861         * src/mainwindow.c
11862                 Make summaryview selectable as long as 
11863                 no message has focus
11864         * src/mh.c
11865                 Faster deletion (by implementing mh_remove_msgs)
11866                 Faster copy (avoid using mh_fetch_msg just to get
11867                 the filename)
11868                 Faster move (using move_file instead of copy_file
11869                 if MSG_IS_MOVE)
11870                 No progressbar if total number of mails to cp/mv 
11871                 is less than 100
11872         * src/summaryview.c
11873                 Fix removal from subject_table when mail gets moved
11874                 Faster deletion (g_slist_prepend instead of append)
11875         * src/gtk/gtksctree.c
11876                 Remove useless code
11877
11878 2006-05-25 [colin]      2.2.0cvs56
11879
11880         * src/common/ssl_certificate.c
11881                 Fix leak in expired cert check
11882
11883 2006-05-25 [colin]      2.2.0cvs55
11884
11885         * src/mh.c
11886                 Disable flags syncing on .mh_sequences - it
11887                 is buggy and marks mails read under unknown
11888                 conditions.
11889
11890 2006-05-25 [paul]
11891
11892         * 2.3.0-rc4 released
11893
11894 2006-05-24 [colin]      2.2.0cvs54
11895
11896         attention cvs users: if you manage to crash
11897         Sylpheed-Claws while moving, copying or deleting
11898         mails, we *are* interested in stack traces and
11899         valgrind logs. It looks stable, but one never
11900         knows...
11901
11902         * src/folder.c
11903                 Add progressbar for cache updates
11904         * src/folderutils.c
11905                 Optimize Mark all read in the current
11906                 folder
11907         * src/mh.c
11908                 Add progressbar for copy/move
11909         * src/procmsg.c
11910                 Optimize O(n^2) in copy/move
11911         * src/summaryview.c
11912         * src/gtk/gtksctree.c
11913                 Optimize O(n^2) algos
11914         * src/common/timing.h
11915                 Display ms instead of us
11916
11917 2006-05-24 [wwp]        2.2.0cvs53
11918
11919         * manual/fr/advanced.xml
11920                 updates to the French manual.
11921
11922 2006-05-24 [wwp]        2.2.0cvs52
11923
11924         * src/common/utils.c
11925                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
11926
11927 2006-05-24 [wwp]        2.2.0cvs51
11928
11929         * src/folderutils.c
11930                 fixed "mark all read" in MH folders (thanks to Colin).
11931
11932 2006-05-24 [paul]       2.2.0cvs50
11933
11934         * doc/man/sylpheed-claws.1
11935                 updated the man page
11936
11937 2006-05-23 [colin]      2.2.0cvs49
11938
11939         * src/folderview.c
11940         * src/imap.c
11941         * src/inc.c
11942         * src/mbox.c
11943         * src/messageview.c
11944         * src/news.c
11945         * src/send_message.c
11946         * src/summaryview.c
11947         * src/gtk/sslcertwindow.c
11948                 alertpanel fixes, by Fabien
11949
11950 2006-05-23 [colin]      2.2.0cvs48
11951
11952         * src/folder.c
11953         * src/folderview.c
11954         * src/msgcache.c
11955         * src/summaryview.c
11956         * src/gtk/gtksctree.c
11957         * src/gtk/gtksctree.h
11958                 More timings
11959                 Fix slow loading problem, which was caused by the
11960                 use of some gtk_ctree funcs and their use of
11961                 g_list_position while gtk_ctree_(un)link'ing.
11962                 Reap more functions from gtkctree.c to be sure we
11963                 use our (fast) version instead of theirs.
11964         * src/mh.c
11965                 Fix copy of unread mails
11966
11967
11968 2006-05-22 [wwp]        2.2.0cvs47
11969
11970         * manual/fr/advanced.xml
11971                 updated.
11972
11973 2006-05-22 [colin]      2.2.0cvs46
11974
11975         * src/filtering.c
11976                 Fix possible infinite loop. 'copy' is not a 
11977                 final action, so when encountering a 'copy',
11978                 we have to check if a previous one was set
11979                 and do it. In the same way, if we encounter
11980                 a 'move' we have to perform a possibly 
11981                 pending 'copy'. This will slow down filtering
11982                 on IMAP if move+copy or multiple copy actions
11983                 are to be done, but handling it via the batch
11984                 would be really too convoluted.
11985
11986 2006-05-22 [wwp]        2.2.0cvs45
11987
11988         * manual/fr/advanced.xml
11989         * manual/fr/faq.xml
11990         * manual/fr/glossary.xml
11991         * manual/fr/handling.xml
11992         * manual/fr/intro.xml
11993         * manual/fr/plugins.xml
11994         * manual/fr/sylpheed-claws-manual.xml
11995                 sync w/ the english manual: updates URIs, documented mailing-list
11996                 support, better explanation about the enabled/disabled feature
11997                 in filtering/processing rules by Paul.
11998
11999 2006-05-21 [colin]      2.2.0cvs44
12000
12001         * src/summaryview.c
12002                 Don't expand after building threads, but during
12003
12004 2006-05-21 [colin]      2.2.0cvs43
12005
12006         * src/procmsg.c
12007         * src/summaryview.c
12008                 More timing possibilities... For next time I have 
12009                 to find out how the hell some 3GHz computer takes
12010                 one minute to open a 30k folder...
12011
12012 2006-05-21 [colin]      2.2.0cvs42
12013
12014         * manual/pl/advanced.xml
12015         * manual/pl/faq.xml
12016         * manual/pl/glossary.xml
12017         * manual/pl/handling.xml
12018         * manual/pl/intro.xml
12019         * manual/pl/plugins.xml
12020         * manual/pl/sylpheed-claws-manual.xml
12021                 Polish manual updated by Pawel
12022
12023 2006-05-20 [colin]
12024
12025         * 2.3.0-rc3 released
12026
12027 2006-05-20 [colin]      2.2.0cvs41
12028
12029         * src/imap.c
12030                 Fix -rc2 problems:
12031                 - remove cache of moved messages from original folder
12032                 - apply new flags to messages even if they aren't appliable
12033                   via IMAP.
12034
12035 2006-05-20 [colin]
12036
12037         * 2.3.0-rc2 released
12038
12039 2006-05-19 [colin]      2.2.0cvs40
12040
12041         * src/imap.c
12042                 Don't issue SELECT in imap_change_flags
12043                 before having checked that we indeed have
12044                 some flags to change. MSG_POSTFILTERED for
12045                 example can't be used on IMAP.
12046                 Fixes bug #955 (copying messages between 
12047                 imap folders is extremely slow), which was
12048                 a regression.
12049
12050 2006-05-19 [colin]      2.2.0cvs39
12051
12052         * src/folder.c
12053         * src/folder.h
12054         * src/folderview.c
12055                 Try to fix bug #830 (Some unread messages 
12056                 get marked read in IMAP inbox):
12057                 - Prevent scanning a folder if it's being 
12058                   opened via the GUI
12059                 - Postpone opening via the GUI of a folder
12060                   currently scanned.
12061
12062
12063 2006-05-19 [wwp]        2.2.0cvs38
12064
12065         * manual/advanced.xml
12066                 fix English+typo (thanks to Paul).
12067
12068 2006-05-19 [wwp]        2.2.0cvs37
12069
12070         * manual/advanced.xml
12071         * manual/fr/advanced.xml
12072         * src/gtk/logwindow.c
12073         * src/prefs_common.c
12074         * src/prefs_common.h
12075                 added hidden prefs to allow customization of colors used in
12076                 protocol log window (useful for dark gtk+ themes).
12077
12078 2006-05-19 [wwp]        2.2.0cvs36
12079
12080         * ChangeLog
12081                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12082
12083 2006-05-19 [paul]       2.2.0cvs35
12084
12085         * src/textview.c
12086                 make Reply-To fully clickable
12087         * src/gtk/logwindow.c
12088                 more colouring (SMTP ESMTP)
12089         Both patches by Pawel Pekala
12090
12091 2006-05-19 [cleroy]     2.2.0cvs34
12092
12093         * src/mh.c
12094                 Don't update flags from current folder
12095                 Probably fixes bug #935 (Read Messages 
12096                 Revert to Being Marked as Unread)
12097
12098 2006-05-18 [colin]      2.2.0cvs33
12099
12100         * src/imap.c
12101                 Warning fix
12102         * src/compose.c
12103         * src/mainwindow.c
12104         * src/summaryview.c
12105         * src/toolbar.c
12106                 Allow replying to multiple emails
12107                 in multiple windows
12108         * src/mimeview.c
12109         * src/etpan/imap-thread.c
12110                 Leak fixes
12111
12112 2006-05-18 [paul]       2.2.0cvs32
12113
12114         * src/summaryview.c
12115                 keep Mailing-List menu refreshed
12116                 Thanks to Colin
12117
12118 2006-05-18 [paul]       2.2.0cvs31
12119
12120         * manual/advanced.xml
12121         * manual/faq.xml
12122         * manual/glossary.xml
12123         * manual/handling.xml
12124         * manual/intro.xml
12125         * manual/plugins.xml
12126         * manual/sylpheed-claws-manual.xml
12127                 update URLs
12128                 add info about mailing-list support
12129                 edit filtering info
12130         * src/wizard.c
12131         * src/common/defs.h
12132         * src/gtk/about.c
12133         * src/plugins/dillo_viewer/README
12134                 update URLs
12135
12136 2006-05-17 [wwp]        2.2.0cvs30
12137
12138         * manual/handling.xml
12139         * manual/fr/handling.xml
12140                 documented the ability to enabled/disable filtering/processing rules.
12141
12142 2006-05-17 [colin]      2.2.0cvs29
12143
12144         * src/main.c
12145                 Don't initialize g_thread subsystem if it's 
12146                 already done (thanks to Hiro)
12147         * src/mimeview.c
12148                 Fix saving of parts when there name can't be
12149                 converted from UTF-8.
12150
12151 2006-05-17 [paul]       2.2.0cvs28
12152
12153         * po/Makefile.in.in
12154                 fix config.status warning with autoconf 2.60
12155
12156 2006-05-17 [paul]       2.2.0cvs27
12157
12158         * po/POTFILES.in
12159                 add src/mbox.c
12160
12161 2006-05-17 [wwp]        2.2.0cvs26
12162
12163         * src/mainwindow.c
12164                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12165
12166 2006-05-17 [wwp]        2.2.0cvs25
12167
12168         * src/plugins/demo/demo.c
12169                 updated product name in plugin demo (many plugins need to be
12170                 sync'ed w/ that change).
12171
12172 2006-05-17 [colin]      2.2.0cvs24
12173
12174         * src/mh.c
12175                 Fix leak
12176
12177 2006-05-16 [colin]      2.2.0cvs23
12178
12179         * src/mainwindow.c
12180                 Stupid me hit again. Fix cvs22.
12181
12182 2006-05-16 [colin]      2.2.0cvs22
12183
12184         * src/mainwindow.c
12185                 Fix bug #922 (sylpheed-claws crashed after 
12186                 pushing on Inbox folder)
12187
12188 2006-05-16 [colin]      2.2.0cvs21
12189
12190         * src/compose.c
12191                 Make From header be copy/paste/select-able
12192
12193 2006-05-16 [wwp]        2.2.0cvs20
12194
12195         * src/export.c
12196         * src/matcher.c
12197         * src/summaryview.c
12198         * src/etpan/imap-thread.c
12199                 fix some compiler warnings (thanks to Colin).
12200
12201 2006-05-16 [wwp]        2.2.0cvs19
12202
12203         * src/action.c
12204         * src/gedit-print.c
12205         * src/inc.c
12206         * src/mainwindow.c
12207         * src/mh.c
12208         * src/statusbar.c
12209         * src/send_message.c
12210         * src/summaryview.c
12211                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12212
12213 2006-05-15 [colin]      2.2.0cvs18
12214
12215         * src/procmsg.c
12216                 Fix automatic rule creation with List-Post
12217
12218 2006-05-15 [paul]       2.2.0cvs17
12219
12220         * tools/filter_conv_new.pl
12221                 updated for rule enabling/disabling
12222                 claws version >= 2.3.x required
12223
12224 2006-05-15 [cleroy]     2.2.0cvs16
12225
12226         * src/main.c
12227                 Revert test
12228
12229 2006-05-15 [cleroy]     2.2.0cvs15
12230
12231         * src/main.c
12232                 test
12233
12234 2006-05-15 [wwp]        2.2.0cvs14
12235
12236         * manual/pl/.cvsignore
12237                 ignore generated files.
12238
12239 2006-05-14 [wwp]        2.3.0-rc1
12240
12241         * 2.3.0-rc1 released
12242
12243 2006-05-13 [wwp]        2.2.0cvs13
12244
12245         * src/filtering.c
12246         * src/filtering.h
12247         * src/matcher.c
12248         * src/matcher_parser_lex.l
12249         * src/matcher_parser_parse.y
12250         * src/prefs_filtering.c
12251                 new feature: provide the ability to disable filtering and processing
12252                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12253                 adaptations.
12254
12255 2006-05-13 [colin]      2.2.0cvs12
12256
12257         * src/compose.c
12258                 Remove useless if (a) b; else b;
12259                 Thanks to wwp
12260
12261 2006-05-13 [wwp]        2.2.0cvs11
12262
12263         * src/export.c
12264         * src/import.c
12265         * src/mainwindow.c
12266         * src/mbox.c
12267         * src/summaryview.c
12268         * src/summaryview.h
12269                 no more silent failures (or at least less ones) when importing
12270                 or exporting from/to mbox. Also start importing/exporting if
12271                 the necessary info is set.
12272
12273 2006-05-13 [wwp]        2.2.0cvs10
12274
12275         * RELEASE_NOTES
12276                 restored up-to-date release notes.
12277
12278 2006-05-13 [paul]       2.2.0cvs9
12279
12280         * po/nl.po
12281         * po/ru.po
12282                 updated by Tim Dijkstra and Pavlo Bohmat
12283
12284 2006-05-12 [colin]      2.2.0cvs8
12285
12286         * src/gtk/quicksearch.c
12287                 Add "k" as shortcut for "colorlabel". Patch
12288                 by ath42@users.sf.net.
12289
12290 2006-05-12 [paul]       2.2.0cvs7
12291
12292         * src/prefs_common.h
12293         * src/prefs_summaries.c
12294         * src/summaryview.c
12295                 when entering a folder also allow
12296                 going directly to first Marked message
12297
12298 2006-05-12 [paul]       2.2.0cvs6
12299
12300         * src/summaryview.c
12301                 always obey 'confirm before marking all
12302                 mails read' option
12303
12304 2006-05-12 [paul]       2.2.0cvs5
12305
12306         * src/textview.c
12307                 make Sender fully clickable
12308
12309 2006-05-12 [colin]      2.2.0cvs4
12310
12311         * src/compose.c
12312         * src/compose.h
12313                 Let From be editable
12314         * src/main.c
12315         * src/mh.c
12316                 Full support of .mh_sequences' Unseen seq
12317
12318 2006-05-12 [colin]      2.2.0cvs3
12319
12320         * src/folder.c
12321         * src/mainwindow.c
12322         * src/mainwindow.h
12323         * src/messageview.c
12324         * src/prefs_spelling.c
12325         * src/procheader.c
12326         * src/procmsg.c
12327         * src/procmsg.h
12328         * src/summaryview.c
12329         * src/toolbar.c
12330         * src/toolbar.h
12331                 Add contextual menu on Compose toolbar
12332                 button. Fixes bug #944 (Automatic
12333                 addresses not applied when changing account
12334                 from compose window)
12335                 add Mailing List support
12336                 based on the old 0.6.5claws25 patch by
12337                 Melvin Hadasht, with finishing touches
12338                 by Colin
12339                 Fix "ignore thread" when mails are threaded by
12340                 subject (and weren't ignored although appearing
12341                 in the thread).
12342                 GUI rework.
12343                 Both patches by Pawel.
12344
12345 2006-05-08 [paul]       2.2.0cvs2
12346
12347         * src/mainwindow.c
12348         * src/mainwindow.h
12349         * src/messageview.c
12350         * src/procheader.c
12351         * src/procmsg.c
12352         * src/procmsg.h
12353         * src/summaryview.c
12354                 add Mailing List support
12355                 based on the old 0.6.5claws25 patch by 
12356                 Melvin Hadasht, with finishing touches
12357                 by Colin
12358
12359 2006-05-08 [colin]      2.2.0cvs1
12360
12361         * src/mainwindow.c
12362         * src/toolbar.c
12363         * src/toolbar.h
12364                 Add contextual menu on Compose toolbar 
12365                 button. Fixes bug #944 (Automatic 
12366                 addresses not applied when changing account 
12367                 from compose window)
12368
12369 2006-05-08 [paul]       2.2.0
12370
12371         2.2.0 released
12372
12373 2006-05-08 [paul]       2.1.1cvs51
12374
12375         * po/cs.po
12376         * po/de.po
12377         * po/en_GB.po
12378         * po/fi.po
12379         * po/fr.po
12380         * po/pt_BR.po
12381         * po/sr.po
12382         * po/zh_CN.po
12383                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12384                 Fabien Vantard, Frederico Goncalves Guimaraes,
12385                 Aleksandar Urosevic, and Ralgh Young
12386
12387 2006-05-12 [colin]      2.1.1cvs50
12388
12389         * po/cs.po
12390         * po/de.po
12391         * po/en_GB.po
12392         * po/es.po
12393         * po/fi.po
12394         * po/fr.po
12395         * po/pt_BR.po
12396         * po/sr.po
12397         * po/zh_CN.po
12398                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12399                 Fabien Vantard, Frederico Goncalves Guimaraes,
12400                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12401
12402 2006-05-05 [colin]      2.1.1cvs49
12403
12404         * manual/Makefile.am
12405         * manual/pl/Makefile.am
12406         * manual/pl/account.xml
12407         * manual/pl/ack.xml
12408         * manual/pl/addrbook.xml
12409         * manual/pl/advanced.xml
12410         * manual/pl/faq.xml
12411         * manual/pl/glossary.xml
12412         * manual/pl/gpl.xml
12413         * manual/pl/handling.xml
12414         * manual/pl/intro.xml
12415         * manual/pl/keyboard.xml
12416         * manual/pl/plugins.xml
12417         * manual/pl/starting.xml
12418         * manual/pl/sylpheed-claws-manual.xml
12419         * manual/pl/dist/.cvsignore
12420         * manual/pl/dist/Makefile.am
12421         * manual/pl/dist/html/.cvsignore
12422         * manual/pl/dist/html/Makefile.am
12423         * manual/pl/dist/pdf/.cvsignore
12424         * manual/pl/dist/pdf/Makefile.am
12425         * manual/pl/dist/ps/.cvsignore
12426         * manual/pl/dist/ps/Makefile.am
12427         * manual/pl/dist/txt/.cvsignore
12428         * manual/pl/dist/txt/Makefile.am
12429                 Add the polish translation of the manual,
12430                 Authored by Pawel Pekala.
12431
12432 2006-05-05 [cleroy]     2.1.1cvs48
12433
12434         * src/main.c
12435                 Re-read matcherrc after loading plugins 
12436                 if some of them add folders.
12437
12438 2006-05-03 [colin]      2.1.1cvs47
12439
12440         * src/imap.c
12441                 I'm idiot
12442
12443 2006-05-03 [colin]      2.1.1cvs46
12444
12445         * src/imap.c
12446                 Be sure to have a session when
12447                 getting separator
12448
12449 2006-05-03 [colin]      2.1.1cvs45
12450
12451         * src/imap.c
12452         * src/imap.h
12453         * src/imap_gtk.c
12454                 Fix preventing renaming with namespace 
12455                 separator.
12456
12457 2006-05-01 [colin]      2.1.1cvs44
12458
12459         * src/action.c
12460                 Don't reload messageview when result of
12461                 action is piped.
12462
12463 2006-04-29 [colin]      2.1.1cvs43
12464
12465         * src/prefs_receive.c
12466         * src/plugins/spamassassin/spamassassin_gtk.c
12467         * src/plugins/clamav/clamav_plugin_gtk.c
12468                 GUI fixes by Pawel
12469
12470 2006-04-29 [colin]      2.1.1cvs42
12471
12472         * src/prefs_compose_writing.c
12473         * src/prefs_quote.c
12474                 Cleanups. Patch by Pawel
12475
12476 2006-04-28 [paul]       2.1.1cvs41
12477
12478         * src/matcher.c
12479                 fix returned quick search results when search
12480                 term contains an underscore.
12481                 Thanks to Colin
12482
12483 2006-04-28 [paul]       2.1.1cvs40
12484
12485         * src/prefs_message.c
12486         * src/prefs_receive.c
12487                 GUI cleanups
12488                 Patches by Pawel Pekala
12489
12490 2006-04-27 [colin]      2.1.1cvs39
12491
12492         * src/wizard.c
12493                 Differentiate subject Welcome from
12494                 window's title Welcome
12495
12496 2006-04-27 [paul]
12497
12498         2.2.0-rc1 released
12499
12500 2006-04-27 [paul]       2.1.1cvs38
12501
12502         * manual/advanced.xml
12503         * manual/fr/advanced.xml
12504                 add info about compose_no_markup hidden pref
12505
12506 2006-04-27 [paul]       2.1.1cvs37
12507
12508         * src/prefs_account.c
12509                 improve privacy labels
12510         * src/prefs_msg_colors.c
12511                 change some strings for translators' convenience
12512         * src/gtk/gtkutils.c
12513                 don't underline the link button text
12514
12515 2006-04-25 [colin]      2.1.1cvs36
12516
12517         * src/folder.c
12518                 Complete 2.1.1cvs33 (once more ;)
12519
12520 2006-04-25 [colin]      2.1.1cvs35
12521
12522         * src/editldap.c
12523                 Fix tooltip
12524
12525 2006-04-25 [cleroy]     2.1.1cvs34
12526
12527         * src/compose.c
12528         * src/gtk/gtkaspell.c
12529                 Fix crash on redirect (related to the return 
12530                 of the aspell menu in compose's toolbar)
12531         * src/prefs_msg_colors.c
12532                 Fix sensitivity widgets
12533         * src/image_viewer.c
12534         * src/gtk/pluginwindow.c
12535         * src/gtk/prefswindow.c
12536                 Change released signals to clicked (Fabien)
12537         * po/POTFILES.in
12538         * src/common/socket.c
12539         * src/plugins/spamassassin/spamassassin.c
12540                 Translate strings (Fabien)
12541
12542 2006-04-25 [paul]       2.1.1cvs33
12543
12544         * src/folder.c
12545         * src/folder.h
12546         * src/folderview.c
12547                 complete the fix of bug #912
12548                 Thanks to Colin
12549
12550 2006-04-25 [colin]      2.1.1cvs32
12551
12552         * src/news.c
12553                 Better progress bar
12554         * src/mimeview.c
12555         * src/summaryview.c
12556         * src/summaryview.h
12557                 Fix focus chain
12558                 Patches by Pawel Pekala
12559
12560 2006-04-24 [colin]      2.1.1cvs31
12561
12562         * src/compose.c
12563                 Fix compilation warnings (Fabien)
12564
12565 2006-04-24 [colin]      2.1.1cvs30
12566
12567         * src/addrindex.c
12568         * src/editldap.c
12569         * src/editldap_basedn.c
12570         * src/editldap_basedn.h
12571         * src/ldapctrl.c
12572         * src/ldapctrl.h
12573         * src/ldapquery.c
12574         * src/ldaputil.c
12575         * src/ldaputil.h
12576                 Fix bug #901 (LDAPS support)
12577
12578 2006-04-24 [colin]      2.1.1cvs29
12579
12580         * src/compose.c
12581                 Fix logic on error with send dialog on
12582         * src/imap.c
12583                 Fix compilation without libetpan, thanks
12584                 to Fabien
12585         * src/summaryview.c
12586                 Fix 'context-menu' key
12587
12588 2006-04-23 [colin]      2.1.1cvs28
12589
12590         * src/folder.c
12591                 Never free current's cache to free up 
12592                 memory. Fixes bug #912 (new count 
12593                 randomly set to message count)
12594
12595 2006-04-23 [colin]      2.1.1cvs27
12596
12597         * src/gtk/quicksearch.c
12598                 And remove printf...
12599
12600 2006-04-23 [colin]      2.1.1cvs26
12601
12602         * src/gtk/quicksearch.c
12603                 Fix replacing in quicksearch, and fix inserting
12604                 in the middle of the string. (introduced at 2.1.0cvs22)
12605
12606 2006-04-23 [colin]      2.1.1cvs25
12607
12608         * src/imap.c
12609                 Make sure uidnext is initialized in get_num_list
12610                 (not for stable, related to 2.1.1cvs8 and friends)
12611
12612 2006-04-23 [colin]      2.1.1cvs24
12613
12614         * src/imap.c
12615                 Output something when login is successful
12616                 too
12617
12618 2006-04-23 [colin]      2.1.1cvs23
12619
12620         * src/etpan/imap-thread.c
12621                 Better logging (line-per-line, hide data in fetch)
12622                 Fix a const warning
12623         * src/gtk/logwindow.c
12624         * src/gtk/logwindow.h
12625                 Better logging (color for input/output)
12626
12627 2006-04-21 [colin]      2.1.1cvs22
12628
12629         * src/gtk/quicksearch.c
12630                 On gtk+-2.8, use stock buttons in quicksearch
12631                 Based on a patch by Fabien and a design by Paul
12632
12633 2006-04-21 [colin]      2.1.1cvs21
12634
12635         * src/folderview.c
12636         * src/mainwindow.c
12637                 Fix occasional flicker in folderview
12638         * src/common/utils.c
12639                 Fix bug #943 (Incorrectly parsed email address 
12640                 list in short headers on message view and in 
12641                 printouts)
12642
12643 2006-04-20 [colin]      2.1.1cvs20
12644
12645         * src/imap.c
12646         * src/imap.h
12647         * src/prefs_account.c
12648                 Add ANONYMOUS auth for IMAP
12649
12650 2006-04-20 [paul]       2.1.1cvs19
12651
12652         * src/main.c
12653                 proper fix for 2.1.1cvs18
12654                 Thanks to Colin
12655
12656 2006-04-20 [paul]       2.1.1cvs18
12657
12658         * src/main.c
12659                 fix build warnings
12660
12661 2006-04-20 [paul]       2.1.1cvs17
12662
12663         * src/gtk/quicksearch.c
12664                 fix standard, non-extended Quick search,
12665                 was broken in 2.1.1cvs15.
12666                 Thanks to Colin.
12667
12668 2006-04-20 [colin]      2.1.1cvs16
12669
12670         * src/prefs_matcher.c
12671                 Fix values when reselecting a ~test
12672                 rule
12673
12674 2006-04-19 [colin]      2.1.1cvs15
12675
12676         * src/compose.c
12677         * src/compose.h
12678         * src/gtk/gtkaspell.c
12679         * src/gtk/gtkaspell.h
12680                 Put back Options menu in Spelling/
12681         * src/gtk/quicksearch.c
12682                 Don't search, and show error, if the
12683                 advanced search has a syntax error
12684
12685 2006-04-18 [colin]      2.1.1cvs14
12686
12687         * src/textview.c
12688                 Fix gdk warnings on set_cursor when textview
12689                 isn't visible
12690
12691 2006-04-18 [colin]      2.1.1cvs13
12692
12693         * src/gtk/gtksctree.c
12694                 Remove seemingly useless refresh that causes
12695                 flicker - watch this commit in case of 
12696                 problems before planned backport to stable
12697
12698 2006-04-18 [colin]      2.1.1cvs12
12699
12700         * src/imap.c
12701                 Factorize get/set_xml code
12702         * src/compose.c
12703         * src/prefs_account.c
12704         * src/prefs_account.h
12705         * src/procmsg.c
12706                 Add Encrypt to self option
12707
12708 2006-04-17 [colin]      2.1.1cvs11
12709
12710         * configure.ac
12711                 Fix search on encrpyt function on dragonfly
12712                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12713
12714 2006-04-17 [colin]      2.1.1cvs10
12715
12716         * src/prefs_account.c
12717                 Be safe by default: remove mails from POP3
12718                 after 7 days, not immediately
12719
12720 2006-04-17 [colin]      2.1.1cvs9
12721
12722         * src/etpan/imap-thread.c
12723                 Fix build on DragonFly - patch by 
12724                 Jonathan Buschmann <jonthn@agmact.com>
12725
12726 2006-04-17 [colin]      2.1.1cvs8
12727
12728         * src/imap.c
12729                 Save uidnext between sessions
12730
12731 2006-04-17 [colin]      2.1.1cvs7
12732
12733         * src/imap.c
12734                 scan is required when uid validity changes
12735
12736 2006-04-17 [colin]      2.1.1cvs6
12737
12738         * src/folderview.c
12739                 Don't scan if not necessary, apart in current
12740                 folder and INBOX to fetch flags.
12741         * src/imap.c
12742                 Scan is necessary if unread count changes
12743
12744 2006-04-17 [colin]      2.1.1cvs5
12745
12746         * src/imap.c
12747                 ...But always fetch ANSWERED and DELETED flags for
12748                 INBOX, as filtering can happen on these flags.
12749
12750 2006-04-17 [colin]      2.1.1cvs4
12751
12752         * src/imap.c
12753                 Don't fetch REPLIED and DELETED flags when synchronising
12754                 flags with a closed folder. We only need UNSEEN and FLAGGED
12755                 to update the folderview.
12756
12757 2006-04-17 [colin]      2.1.1cvs3
12758
12759         * src/imap.c
12760                 Faster flag search when there are new mails 
12761                 in a folder. We can do a full search if the 
12762                 folder contains less messages than the new
12763                 list.
12764
12765 2006-04-17 [colin]      2.1.1cvs2
12766
12767         * po/cs.po
12768         * po/de.po
12769         * po/fr.po
12770         * po/nl.po
12771         * po/pt_BR.po
12772                 Update translations from stable branch
12773
12774 2006-04-17 [colin]      2.1.1cvs1
12775
12776         * configure.ac
12777                 Bump version to follow stable release
12778
12779 2006-04-16 [mones]      2.1.0cvs50
12780
12781         * po/es.po
12782                 Updated for release
12783
12784 2006-04-16 [colin]      2.1.0cvs49
12785
12786         * src/textview.c
12787                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12788                 with gtk < 2.8. Thanks to Fabien Vantard.
12789
12790 2006-04-15 [colin]      2.1.0cvs48
12791
12792         * src/etpan/imap-thread.c
12793                 Fix bug #919 (libetpan: SEGV when connecting 
12794                 using command)
12795
12796 2006-04-14 [colin]      2.1.0cvs47
12797
12798         * src/main.c
12799                 Fix race on --select (should be done better)
12800
12801 2006-04-14 [wwp]        2.1.0cvs46
12802
12803         * src/send_message.c
12804                 enforce a check for domain in account prefs (a sending
12805                 error could be faced if domain was checked but no value set),
12806                 thanks to Colin.
12807
12808 2006-04-14 [colin]      2.1.0cvs45
12809
12810         * src/codeconv.c
12811                 when converting from unknown to unknown, if the
12812                 string is UTF8, don't convert it to the locale
12813                 (which breaks it)
12814
12815 2006-04-14 [colin]      2.1.0cvs44
12816
12817         * src/compose.c
12818                 Don't try to use ASCII for converting headers
12819                 (as done in body)
12820
12821 2006-04-14 [paul]       2.1.0cvs43
12822
12823         * src/crash.c
12824                 add locale/charset info to crash report
12825         * src/gtk/about.c
12826                 add wwp to doc team
12827                 replace 'e-mail' with preferred 'email'
12828         * src/gtk/authors.h
12829                 ensure contributors list is in alphabetical
12830                 order
12831
12832 2006-04-13 [colin]      2.1.0cvs42
12833
12834         * src/textview.c
12835                 Prevent gdk warnings
12836
12837 2006-04-13 [colin]      2.1.0cvs41
12838
12839         * src/common/ssl_certificate.c
12840         * src/common/ssl_certificate.h
12841         * src/gtk/sslcertwindow.c
12842                 Warn on expired certs, and display the expiration date
12843
12844 2006-04-13 [colin]      2.1.0cvs40
12845
12846         * src/plugins/spamassassin/spamassassin_gtk.c
12847                 Fix missing set_text on unix socket
12848
12849 2006-04-13 [wwp]        2.1.0cvs39
12850
12851         * manual/fr/advanced.xml
12852         * manual/fr/glossary.xml
12853                 applied new spam/ham/email lexicon (pourriel, courriel)
12854
12855 2006-04-13 [paul]       2.1.0cvs38
12856
12857         * src/plugins/pgpmime/plugin.c
12858                 remove the mention of S/MIME from the
12859                 description. This is now handled by the
12860                 S/MIME plugin.
12861
12862 2006-04-13 [paul]       2.1.0cvs37
12863
12864         * src/prefs_msg_colors.c
12865                 rework dialog
12866         * src/prefs_folder_item.c
12867         * src/prefs_spelling.c
12868                 add a tooltip to the colour selector buttons
12869
12870 2006-04-13 [wwp]        2.1.0cvs36
12871
12872         * manual/advanced.xml
12873         * manual/glossary.xml
12874         * manual/handling.xml
12875         * manual/keyboard.xml
12876         * manual/plugins.xml
12877         * manual/starting.xml
12878         * manual/fr/account.xml
12879         * manual/fr/ack.xml
12880         * manual/fr/addrbook.xml
12881         * manual/fr/advanced.xml
12882         * manual/fr/faq.xml
12883         * manual/fr/glossary.xml
12884         * manual/fr/gpl.xml
12885         * manual/fr/handling.xml
12886         * manual/fr/intro.xml
12887         * manual/fr/keyboard.xml
12888         * manual/fr/plugins.xml
12889         * manual/fr/starting.xml
12890         * manual/fr/sylpheed-claws-manual.xml
12891                 fixes to the manuals:
12892                  - summaryview -> Message List (same in French)
12893                  - translate key names
12894                  - fix French punctuation, use non-breakable spaces when
12895                    necessary, don't use &thinsp; which is not portable
12896                  - tell what maildir and mbox formats we support
12897
12898 2006-04-12 [wwp]        2.1.0cvs35
12899
12900         * src/prefs_toolbar.c
12901                 unified a replace button more,
12902                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12903
12904 2006-04-12 [wwp]        2.1.0cvs34
12905
12906         * src/prefs_common.c
12907         * src/prefs_msg_colors.c
12908                 make default color labels translatable,
12909                 patch from Fabien Vantard <fzzzzz@gmail.com>,
12910                 thanks to Tim <timbrain@post.cz> for reporting.
12911
12912 2006-04-12 [wwp]        2.1.0cvs33
12913
12914         * manual/glossary.xml
12915         * manual/intro.xml
12916         * manual/plugins.xml
12917         * manual/starting.xml
12918         * manual/sylpheed-claws-manual.xml
12919         * manual/fr/.cvsignore
12920         * manual/fr/account.xml
12921         * manual/fr/ack.xml
12922         * manual/fr/addrbook.xml
12923         * manual/fr/advanced.xml
12924         * manual/fr/faq.xml
12925         * manual/fr/glossary.xml
12926         * manual/fr/handling.xml
12927         * manual/fr/intro.xml
12928         * manual/fr/keyboard.xml
12929         * manual/fr/plugins.xml
12930         * manual/fr/starting.xml
12931         * manual/fr/sylpheed-claws-manual.xml
12932                 various fixes: typos, missing .fr translations, punctuation,
12933                 capitalization, links, accents and some bad French more.
12934
12935 2006-04-12 [wwp]        2.1.0cvs32
12936
12937         * src/prefs_gtk.c
12938                 fix for bug #935: always store prefs files in UTF-8 (thanks
12939                 to Colin).
12940
12941 2006-04-11 [colin]      2.1.0cvs31
12942
12943         * src/compose.c
12944                 Fix inserting files not in utf8 when locale is utf8
12945
12946 2006-04-11 [colin]      2.1.0cvs30
12947
12948         * src/inc.c
12949                 Don't show error dialog when cancelling connection
12950                 Patch by Pawel
12951
12952 2006-04-11 [cleroy]     2.1.0cvs29
12953
12954         * src/compose.c
12955                 Implement multiple quote levels
12956         * src/prefs_common.c
12957                 Change a little bit the quote bgcolor for 2nd level
12958
12959 2006-04-11 [colin]      2.1.0cvs28
12960
12961         * src/gtk/about.c
12962                 Add locale and charset in the label
12963
12964 2006-04-10 [colin]      2.1.0cvs27
12965
12966         * src/compose.c
12967         * src/prefs_common.c
12968         * src/prefs_common.h
12969         * src/prefs_msg_colors.c
12970         * src/textview.c
12971                 Allow optional background color in quotes
12972                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
12973                 GTK+-2.8.x feature
12974
12975 2006-04-10 [colin]      2.1.0cvs26
12976
12977         * src/main.c
12978         * src/mainwindow.c
12979         * src/mainwindow.h
12980                 Implement --select
12981
12982 2006-04-10 [colin]      2.1.0cvs25
12983
12984         * manual/plugins.xml
12985         * manual/fr/plugins.xml
12986                 Document libcurl's proxy variables
12987
12988 2006-04-09 [colin]      2.1.0cvs24
12989
12990         * src/prefs_common.c
12991                 gettext() returns statically allocated stuff. We have
12992                 to strdup it in order to be able to free it.
12993
12994 2006-04-09 [colin]      2.1.0cvs23
12995
12996         * AUTHORS
12997         * src/gtk/authors.h
12998                 Add Alexei
12999
13000 2006-04-09 [colin]      2.1.0cvs22
13001
13002         * src/mainwindow.c
13003         * src/gtk/quicksearch.c
13004                 Fix bug #859 (problems with cyrilic input in 
13005                 search panel) - Patch by Alexey Illarionov 
13006                 <littlesavage@rambler.ru>
13007
13008 2006-04-09 [colin]      2.1.0cvs21
13009
13010         * src/prefs_customheader.c
13011                 I prefer removing then freeing rather than the contrary
13012                 (even if it doesn't change anything ;-)
13013         * src/prefs_account.c
13014                 Fix bug #933 (Crash re-entering the custom headers list 
13015                 dialog in accounts prefs)
13016                 The problem happened when cancelling the Account 
13017                 Preferences' dialogs - in which case we didn't do 
13018                 anything to the PrefsAccount * struct. In case of applying,
13019                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13020                 working with in this dialog. The problem is that 
13021                 prefs_customheader.c, working on this tmp_ac_prefs, always
13022                 changes the ->customhdr_list pointer, even when cancelled. 
13023                 So in case of cancelling the prefs_account dialog, we still
13024                 have to update ->customhdr_list in the real account.
13025
13026 2006-04-08 [colin]      2.1.0cvs20
13027
13028         * manual/fr/glossary.xml
13029         * manual/fr/keyboard.xml
13030                 Forgot some headers :)
13031
13032 2006-04-08 [colin]      2.1.0cvs19
13033
13034         * manual/Makefile.am
13035         * manual/fr/Makefile.am
13036         * manual/fr/account.xml
13037         * manual/fr/ack.xml
13038         * manual/fr/addrbook.xml
13039         * manual/fr/advanced.xml
13040         * manual/fr/faq.xml
13041         * manual/fr/glossary.xml
13042         * manual/fr/gpl.xml
13043         * manual/fr/handling.xml
13044         * manual/fr/intro.xml
13045         * manual/fr/keyboard.xml
13046         * manual/fr/plugins.xml
13047         * manual/fr/starting.xml
13048         * manual/fr/sylpheed-claws-manual.xml
13049         * manual/fr/dist/.cvsignore
13050         * manual/fr/dist/Makefile.am
13051         * manual/fr/dist/html/.cvsignore
13052         * manual/fr/dist/html/Makefile.am
13053         * manual/fr/dist/pdf/.cvsignore
13054         * manual/fr/dist/pdf/Makefile.am
13055         * manual/fr/dist/ps/.cvsignore
13056         * manual/fr/dist/ps/Makefile.am
13057         * manual/fr/dist/txt/.cvsignore
13058         * manual/fr/dist/txt/Makefile.am
13059                 Add the french translation of the manual. Thanks to
13060                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13061                 account.xml, ack.xml, addrbook.xml and advanced.xml
13062
13063 2006-04-08 [colin]      2.1.0cvs18
13064
13065         * manual/plugins.xml
13066         * manual/starting.xml
13067                 More fixes
13068
13069 2006-04-07 [colin]      2.1.0cvs17
13070
13071         * manual/faq.xml
13072         * manual/intro.xml
13073         * manual/keyboard.xml
13074                 Little fixes
13075
13076 2006-04-07 [colin]      2.1.0cvs16
13077
13078         * README
13079         * src/compose.c
13080         * src/prefs_common.c
13081         * src/prefs_common.h
13082                 Add hidden compose_no_markup pref
13083
13084 2006-04-07 [wwp]        2.1.0cvs15
13085
13086         * src/summary_search.c
13087         * .cvsignore
13088                 Bugfix: stop button was sticky when searching in an empty folder.
13089                 Applied curly brackets code style to the whole file (summary_search.c).
13090                 More files to ignore.
13091
13092 2006-04-07 [wwp]        2.1.0cvs14
13093
13094         * src/message_search.c
13095         * src/summary_search.c
13096                 changed default button when search bumps at file/folder
13097                 beginning or end, for convenience (thanks to Colin).
13098
13099 2006-04-07 [paul]       2.1.0cvs13
13100
13101         * src/plugins/dillo_viewer/dillo_prefs.c
13102                 avoid future potential for namespace collision
13103                 Patch by Colin
13104
13105 2006-04-06 [wwp]        2.1.0cvs12
13106
13107         * src/summary_search.c
13108                 Unify extended/advanced searches names (and thus factorize labels),
13109                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13110
13111 2006-04-06 [wwp]        2.1.0cvs11
13112
13113         * src/folderview.c
13114         * src/prefs_themes.c
13115         * src/summaryview.c
13116                 Fixed some compilation warnings.
13117
13118 2006-04-06 [colin]      2.1.0cvs10
13119
13120         * manual/advanced.xml
13121                 Document the wizard template and how to deploy
13122                 Sylpheed-Claws effectively
13123
13124 2006-04-06 [colin]      2.1.0cvs9
13125
13126         * src/folderview.c
13127                 gettext patch to tell translators about _("#"),
13128                 by Maxim Britov
13129
13130 2006-04-06 [colin]      2.1.0cvs8
13131
13132         * src/textview.c
13133                 Fix invalid GtkTextBIter after clicking "Display as text"
13134
13135 2006-04-06 [mones]      2.1.0cvs7
13136
13137         * src/addr_compl.c
13138         * src/addrindex.c
13139         * src/addritem.c
13140         * src/codeconv.c
13141         * src/compose.c
13142         * src/filtering.c
13143         * src/folder.c
13144         * src/folder_item_prefs.c
13145         * src/folderview.c
13146         * src/localfolder.c
13147         * src/matcher.c
13148         * src/mimeview.c
13149         * src/prefs_msg_colors.c
13150         * src/prefs_spelling.c
13151         * src/prefs_themes.c
13152         * src/procmime.c
13153         * src/procmsg.c
13154         * src/stock_pixmap.c
13155         * src/summaryview.c
13156         * src/textview.c
13157         * src/toolbar.c
13158         * src/common/mgutils.c
13159         * src/common/prefs.c
13160         * src/common/ssl_certificate.c
13161         * src/gtk/colorlabel.c
13162         * src/gtk/quicksearch.c
13163         * src/plugins/pgpmime/pgpmime.c
13164         * src/plugins/spamassassin/spamassassin.c
13165                 Removed redundant NULL checks for g_free() calls.
13166                 Patch by Pawel Pekala.
13167
13168 2006-04-06 [mones]      2.1.0cvs6
13169
13170         * src/prefs_actions.c
13171         * src/prefs_filtering.c
13172         * src/prefs_filtering_action.c
13173         * src/prefs_matcher.c
13174         * src/prefs_template.c
13175         * src/gtk/gtkutils.c
13176         * src/gtk/gtkutils.h
13177                 Have a nice replace button. Patch by Pawel Pekala
13178
13179 2006-04-06 [colin]      2.1.0cvs5
13180
13181         * src/addressbook.c
13182                 Fix crash with empty columns
13183
13184 2006-04-05 [colin]      2.1.0cvs4
13185
13186         * src/wizard.c
13187         * src/prefs_gtk.c
13188                 Allow wizard customization with pre-filled values
13189
13190 2006-04-05 [colin]      2.1.0cvs3
13191
13192         * src/textview.c
13193         * src/mimeview.c
13194         * src/mimeview.h
13195                 Nicer messages in mimeview
13196
13197 2006-04-05 [colin]      2.1.0cvs2
13198
13199         * src/addressbook.c
13200         * src/prefs_summaries.c
13201                 i18n fix
13202
13203 2006-04-05 [colin]      2.1.0cvs1
13204
13205         * src/plugins/pgpcore/plugin.c
13206         * src/plugins/pgpcore/select-keys.c
13207         * src/plugins/pgpcore/select-keys.h
13208         * src/plugins/pgpcore/sgpgme.c
13209         * src/plugins/pgpcore/sgpgme.h
13210         * src/plugins/pgpinline/pgpinline.c
13211         * src/plugins/pgpinline/plugin.c
13212         * src/plugins/pgpmime/pgpmime.c
13213         * src/plugins/pgpmime/plugin.c
13214                 Factorize and generalize a bit 
13215                 Drop S/MIME signature verification from PGP/MIME
13216                 (adding it as another, more complete plugin)
13217
13218 2006-04-05 [paul]       2.1.0
13219
13220         2.1.0 released
13221
13222 2006-04-05 [paul]       2.0.0cvs186
13223
13224         * manual/advanced.xml
13225                 add info on colour labels
13226
13227 2006-04-05 [paul]       2.0.0cvs185
13228
13229         * po/bg.po
13230         * po/cs.po
13231         * po/de.po
13232         * po/el.po
13233         * po/en_GB.po
13234         * po/fi.po
13235         * po/fr.po
13236         * po/it.po
13237         * po/nl.po
13238         * po/pl.po
13239         * po/pt_BR.po
13240         * po/sr.po
13241         * po/zh_CN.po
13242                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13243                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13244                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13245                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13246         * src/gtk/authors.h
13247         * tools/claws.i18n.status.pl
13248                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13249                 and new Czech translator, Tim <timbrain@post.cz>
13250
13251 2006-04-05 [mones]      2.0.0cvs184
13252
13253         * po/es.po
13254                 Updated translation
13255
13256 2006-04-05 [colin]      2.0.0cvs183
13257
13258         * src/gtk/quicksearch.c
13259                 Fix bug #929 (unnecessary reload in quick search bar)
13260
13261 2006-04-05 [colin]      2.0.0cvs182
13262
13263         * src/compose.c
13264                 Fix crash on Reply with no From:
13265                 Show signature and conversion error on queuing 
13266                 (but not sending)
13267         * src/mainwindow.c
13268         * src/summaryview.c
13269         * src/summaryview.h
13270                 Factorize threading code and make sure msginfo 
13271                 is not null when it comes from a GtkCTreeRow's 
13272                 data
13273         * src/gtk/gtkaspell.c
13274                 Check for necessary things
13275         * src/gtk/gtksctree.c
13276         * src/gtk/gtksctree.h
13277                 Reset anchor if necessary when removing node
13278
13279 2006-03-29 [colin]      2.0.0cvs181
13280
13281         * src/folderview.c
13282                 Warn for disabled IMAP accounts (due to lack of
13283                 libetpan). Breaks string-freeze - sorry - but it
13284                 is kind of important ;)
13285
13286 2006-03-28 [colin]      2.0.0cvs180
13287
13288         * src/gtk/gtkutils.c
13289         * src/gtk/gtkutils.h
13290                 Add a gtkut_get_link_btn() function that
13291                 creates a button which acts like an URI
13292         * src/prefs_themes.c
13293         * src/gtk/about.c
13294                 Use this function (factorizes codes)
13295         * src/common/defs.h
13296         * src/gtk/pluginwindow.c
13297                 Add a "Get more..." in the plugins window
13298
13299 2006-03-28 [colin]      2.0.0cvs179
13300
13301         * src/common/smtp.c
13302         * src/common/passcrypt.c
13303         * src/undo.c
13304                 Warning fixes. Patch by Pawel Pekala
13305
13306 2006-03-27 [colin]      2.0.0cvs178
13307
13308         * src/undo.c
13309                 Fix undoing by blocks with spaces
13310
13311 2006-03-27 [colin]      2.0.0cvs177
13312
13313         * src/textview.c
13314                 Set margin to 3px for headers
13315
13316 2006-03-27 [paul]
13317
13318         2.1.0-rc2 released
13319
13320 2006-03-27 [wwp]        2.0.0cvs176
13321
13322         * src/summaryview.c
13323                 don't reset quicksearch when updating the message list.
13324                 Thanks to Colin.
13325
13326 2006-03-26 [wwp]        2.0.0cvs175
13327
13328         * src/compose.c
13329                 use a unified border width ('other' tab in the compose window,
13330                 patch by Pawel Pekala).
13331
13332
13333 2006-03-26 [wwp]        2.0.0cvs174
13334
13335         * src/common/quoted-printable.c
13336         * src/addressbook.c
13337                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13338
13339 2006-03-26 [colin]      2.0.0cvs173
13340
13341         * src/quote_fmt_parse.y
13342                 Fix non-UTF8 date formats messing up the whole quote a 
13343                 little bit
13344
13345 2006-03-26 [colin]      2.0.0cvs172
13346
13347         * src/procheader.c
13348                 Make sure the date is UTF8 valid, or try to make it
13349                 so. IncrediMail is really IncrediStupid.
13350         * src/compose.c
13351                 Fix possible conversions. 
13352                 
13353
13354 2006-03-26 [colin]      2.0.0cvs171
13355
13356         * src/matcher.c
13357                 Fix corner cases in body search. This is still a
13358                 hack... It seems impossible to make it good and 
13359                 reasonably fast at the same time.
13360
13361 2006-03-26 [colin]      2.0.0cvs170
13362
13363         * src/summaryview.c
13364                 I think I killed the twilight zone bug!
13365                 summary_select_node() flushes GTK events in order
13366                 to be able to center the view. But this also 
13367                 flushes keypresses like Ctrl-Alt-U, so this can
13368                 call summary_show from summary_select_node (itself
13369                 called from summary_show, etc.). And the summaryview
13370                 has to be unlocked in this function. So just locking
13371                 while processing GTK events, and bailing if locked, 
13372                 should fix it.
13373                 Fixes bug #927 (SIGSEGV during Update Summary)
13374
13375 2006-03-25 [colin]      2.0.0cvs169
13376
13377         * src/matcher.c
13378                 Fix search in QP-encoded bodies
13379                 Fix utf-8 searches in bodies encoded in the
13380                 locale's encoding
13381         * src/common/quoted-printable.c
13382         * src/common/quoted-printable.h
13383                 Add a decode function that doesn't overwrite
13384                 the original pointer
13385                 
13386
13387 2006-03-24 [colin]      2.0.0cvs168
13388
13389         * src/action.c
13390         * src/summaryview.c
13391         * src/summaryview.h
13392                 Update message cache after action
13393                 Patch by H. Merijn Brand
13394         * src/prefs_msg_colors.c
13395                 Factorize label 
13396                 Patch by Fabien Vantard
13397         * src/plugins/spamassassin/spamassassin_gtk.c
13398                 Remove useless translation
13399                 Patch by Fabien Vantard
13400
13401 2006-03-23 [colin]      2.0.0cvs167
13402
13403         * src/common/ssl.c
13404                 Let 30 seconds to SSL_connect
13405
13406 2006-03-23 [wwp]        2.0.0cvs166
13407
13408         * src/summaryview.c
13409         * src/gtk/description_window.c
13410                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13411                 and headers are translated; adjust description windows' width to fit their
13412                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13413
13414 2006-03-23 [paul]       2.0.0cvs165
13415
13416         * src/common/utils.c
13417                 fix highlighting of URIs containing "()"
13418                 (2.0.0cvs164's reversal fixed)
13419                 Thanks to Colin.
13420
13421 2006-03-23 [paul]       2.0.0cvs164
13422
13423         * src/common/utils.c
13424                 revert patch, (postponing a fix), at 2.0.0cvs120
13425                 as it breaks more URIs than it fixes.
13426                 Allow '-' to be a terminating character in a URI
13427
13428 2006-03-22 [colin]      2.0.0cvs163
13429
13430         * configure.ac
13431                 Require libetpan 0.45
13432                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13433
13434 2006-03-22 [paul]       2.0.0cvs162
13435
13436         * src/editgroup.c
13437                 replace '<-' and '->' buttons with GTK_STOCK graphical
13438                 buttons
13439         * src/summary_search.c
13440                 don't offer '...' for translation
13441                 add a tooltip to advanced search '...' button
13442         * src/gtk/quicksearch.c
13443                 don't offer '...' for translation
13444
13445 2006-03-21 [colin]      2.0.0cvs161
13446
13447         * src/compose.c
13448                 Fix middle-click pasting (insert at click
13449                 position instead of cursor position, don't
13450                 remove existing selection and allow pasting
13451                 our own selection)
13452         * src/addressbook.c
13453                 "LDAP Server" -> "LDAP servers"
13454
13455 2006-03-21 [wwp]        2.0.0cvs160
13456
13457         * src/etpan/imap-thread.c
13458                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13459
13460 2006-03-20 [colin]      2.0.0cvs159
13461
13462         * src/summaryview.c
13463                 Don't reload summaryview after an execute with no
13464                 move action
13465
13466 2006-03-19 [colin]      2.0.0cvs158
13467
13468         * src/addressbook.c
13469                 and put groups at the top, always
13470
13471 2006-03-19 [colin]      2.0.0cvs157
13472
13473         * src/addressbook.c
13474                 Order groups before names, as previously
13475
13476 2006-03-19 [colin]      2.0.0cvs156
13477
13478         * src/addressbook.c
13479                 - Sort case-unsensitive
13480                 - Put the sort arrow at opening too
13481
13482 2006-03-19 [wwp]        2.0.0cvs155
13483
13484         * src/addressbook.c
13485                 allow sorting by name/email/remarks, ensure that right-pane's contents
13486                 matches the left-pane selection (cleared when appropriate).
13487                 Patch by Pawel Pekala <c0rn@o2.pl>.
13488
13489 2006-03-18 [colin]      2.0.0cvs154
13490
13491         * src/textview.c
13492                 Fix text cursor ;)
13493
13494 2006-03-18 [colin]      2.0.0cvs153
13495
13496         * src/gtk/filesel.c
13497                 Make sure we hide the preview if we didn't get
13498                 a filename
13499
13500 2006-03-18 [colin]      2.0.0cvs152
13501
13502         * src/summaryview.c
13503                 Set cursor to watch for execution (fixes lack
13504                 of watch-cursor when dnd'ing hundreds of mails)
13505         * src/gtk/filesel.c
13506                 Check that mime type is 'image/*' before updating
13507                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13508
13509 2006-03-18 [colin]      2.0.0cvs151
13510
13511         * src/mainwindow.c
13512         * src/textview.c
13513         * src/textview.h
13514                 Put a watch cursor in textview too when the mainwindow's
13515                 cursor in a watch
13516
13517 2006-03-18 [colin]      2.0.0cvs150
13518
13519         * src/folder.c
13520                 Change wrong asserts to simple tests
13521
13522 2006-03-17 [colin]      2.0.0cvs149
13523
13524         * src/mainwindow.c
13525         * src/mainwindow.h
13526         * src/prefs_msg_colors.c
13527         * src/summaryview.c
13528         * src/summaryview.h
13529         * src/gtk/colorlabel.c
13530         * src/gtk/colorlabel.h
13531                 Add a color label menu in the main menubar
13532                 Add (fixed) accels Ctrl-{0-7} to change the color
13533                 They have to be fixed because the menu's dynamic,
13534                 the items are complex widgets, hence we can't use
13535                 a GtkItemFactory.
13536
13537
13538 2006-03-17 [wwp]        2.0.0cvs148
13539
13540         * src/compose.c
13541                 rollback few lines from my previous commit (those lines come from
13542                 a pending patch, accidentally commited, even if neutral as they are
13543                 commented out).
13544
13545 2006-03-17 [wwp]        2.0.0cvs147
13546
13547         * src/compose.c
13548                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13549                 applied code style/indentation to the modified function.
13550
13551 2006-03-17 [wwp]        2.0.0cvs146
13552
13553         * src/procmsg.c
13554         * src/compose.c
13555                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13556
13557 2006-03-17 [paul]
13558
13559         2.1.0-rc1 released
13560
13561 2006-03-17 [paul]       2.0.0cvs145
13562
13563         * src/main.c
13564                 addressbook_read_file() was called twice
13565         * src/textview.c
13566                 X-Mailer highlighting
13567
13568 2006-03-16 [colin]      2.0.0cvs144
13569
13570         * src/sourcewindow.c
13571         * src/sourcewindow.h
13572                 And the last one, in source window.
13573
13574 2006-03-16 [colin]      2.0.0cvs143
13575
13576         * src/compose.c
13577         * src/compose.h
13578                 Fix the same stuff in compose
13579
13580 2006-03-16 [colin]      2.0.0cvs142
13581
13582         * src/messageview.c
13583                 Complete the previous messageview crash fix
13584
13585 2006-03-16 [colin]      2.0.0cvs141
13586
13587         * src/procmsg.h
13588         * src/procmsg.c
13589         * src/folder.c
13590                 Fix POSTPROCESSING hook
13591                 Patch by H. Merijn Brand
13592
13593         * src/procmime.c
13594         * src/procmime.h
13595                 Parse Content-Location
13596
13597         * src/toolbar.c
13598         * src/messageview.c
13599         * src/messageview.h
13600                 Don't crash when a top-level MessageView has
13601                 been closed on us. Same problematic than
13602                 yesterday's quicksearch issue.
13603
13604 2006-03-15 [colin]      2.0.0cvs140
13605
13606         * src/gtk/quicksearch.c
13607                 Fix a bitchy race we didn't think about when we
13608                 added quicksearch cancellation:
13609                 If the search is not on cached fields, for example
13610                 body_part matchcase "stuff"
13611                 the matcher code has to get the whole message. If
13612                 we're on IMAP, that can be slow, and in order to
13613                 be non-blocking, the IMAP code idle loop processes
13614                 gtk events too. So it is possible to cancel a
13615                 quicksearch while the matcher is getting the mail's
13616                 body. After matcher got its body, it will start to
13617                 iterate over the matcher list that the Quicksearch's
13618                 clear_search_cb() just freed via prepare_matcher().
13619                 SIGSEGV ensues.
13620                 The fix consists of guarding the matcherlist_match()
13621                 call with a boolean 'matching'. If we reset the
13622                 quicksearch while matching is TRUE, we don't free
13623                 the matcherlist anymore like we did, but we set
13624                 another new flag, deferred_free, to TRUE. Then,
13625                 in quicksearch_match(), just after returning from
13626                 matcherlist_match() and unsetting the matching flag,
13627                 we check the deferred_free flag and do the
13628                 prepare_matcher() (which does the matcherlist_free)
13629                 for real, so we free the matcherlist once it's not
13630                 used anymore.
13631                 As all of this runs via the glib main loop, we
13632                 luckily don't need a mutex.
13633         * src/summaryview.c
13634                 Also, show progress while searching.
13635
13636
13637 2006-03-14 [colin]      2.0.0cvs139
13638
13639         * src/alertpanel.c
13640                 Make alertpanel_is_open non-static
13641
13642 2006-03-14 [colin]      2.0.0cvs138
13643
13644         * src/prefs_spelling.c
13645                 Cleanups - Fabien Vantard
13646
13647 2006-03-14 [wwp]        2.0.0cvs137
13648
13649         * src/main.c
13650                 code style normalization (curly braces, indentation).
13651
13652 2006-03-14 [wwp]        2.0.0cvs137
13653
13654         * src/main.c
13655                 code style (braces, indentation)
13656
13657 2006-03-12 [paul]       2.0.0cvs136
13658
13659         * src/prefs_common.c
13660                 trans_hdr defaults to FALSE to be RFC-savvy
13661         * src/prefs_summaries.c
13662                 add a tooltip to the trans_hdr option
13663                 
13664
13665 2006-03-12 [paul]       2.0.0cvs135
13666
13667         * src/prefs_matcher.c
13668                 give a little more width to the combos
13669         * src/prefs_display_header.c
13670         * src/textview.c
13671                 translate headers if prefs_common.trans_hdr
13672                 is TRUE
13673
13674         Patches by Pawel Pekala
13675
13676 2006-03-12 [paul]       2.0.0cvs134
13677
13678         * src/plugins/clamav/clamav_plugin.c
13679         * src/plugins/dillo_viewer/dillo_viewer.c
13680         * src/plugins/pgpcore/plugin.c
13681         * src/plugins/pgpinline/plugin.c
13682         * src/plugins/pgpmime/plugin.c
13683         * src/plugins/spamassassin/spamassassin.c
13684                 update/add to descriptions
13685         * src/plugins/spamassassin/spamassassin_gtk.c
13686                 fixes to the english, remove superfluous
13687                 tooltips, clean up a little
13688
13689 2006-03-12 [paul]       2.0.0cvs133
13690
13691         * src/compose.c
13692                 fix Bug 924, 'Account combo box shows up wrong 
13693                 if & is in account name'
13694
13695 2006-03-11 [colin]      2.0.0cvs132
13696
13697         * src/summaryview.c
13698                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13699                 messed up shift-selection because is slows down
13700                 moving around summaryview. thanks -users
13701
13702 2006-03-10 [colin]      2.0.0cvs131
13703
13704         * src/plugins/spamassassin/spamassassin_gtk.c
13705                 Put back Paul's engrish fixes
13706
13707 2006-03-10 [colin]      2.0.0cvs130
13708
13709         * src/plugins/spamassassin/spamassassin.c
13710         * src/plugins/spamassassin/spamassassin.h
13711         * src/plugins/spamassassin/spamassassin_gtk.c
13712                 Cleanup SA prefs page (more)
13713                 Patch by Fabien Vantard
13714
13715 2006-03-10 [paul]       2.0.0cvs129
13716
13717         * src/prefs_msg_colors.c
13718         * src/prefs_spelling.c
13719                 widget sensitivity
13720
13721 2006-03-09 [mones]      2.0.0cvs128
13722
13723         * po/es.po
13724                 Update for next RC
13725
13726 2006-03-09 [wwp]        2.0.0cvs127
13727
13728         * configure.ac
13729                 revert accidental commit (requirement for libetpan 0.43), this time
13730                 not in HEAD.
13731
13732 2006-03-09 [wwp]        2.0.0cvs125
13733
13734         * configure.ac
13735                 revert accidental commit (requirement for libetpan 0.43)
13736
13737 2006-03-09 [paul]       2.0.0cvs126
13738
13739         * src/prefs_receive.c
13740                 remove useless frame
13741                 replace 'incorporation' with 'receiving'
13742         * src/plugins/clamav/clamav_plugin_gtk.c
13743         * src/plugins/spamassassin/spamassassin_gtk.c
13744                 improve widget sensitivity
13745                 fix a bit his engrish
13746
13747 2006-03-09 [wwp]        2.0.0cvs125
13748
13749         * src/addressadd.c
13750         * src/foldersel.c
13751         * src/prefs_common.c
13752         * src/prefs_common.h
13753                 remember some more windows' sizes (add to addressbook and
13754                 select folder).
13755
13756 2006-03-09 [paul]       2.0.0cvs124
13757
13758         * src/plugins/pgpcore/prefs_gpg.c
13759                 normalise construction of dialogue
13760
13761 2006-03-09 [paul]       2.0.0cvs123
13762
13763         * src/plugins/trayicon/Makefile.am
13764                 add missing slash
13765
13766 2006-03-08 [colin]      2.0.0cvs122
13767
13768         * src/plugins/trayicon/Makefile.am
13769                 Fix build in separate dir 
13770                 Patch by Bamanzi <bamanzi@gmail.com>
13771
13772 2006-03-08 [colin]      2.0.0cvs121
13773
13774         * src/procmsg.c
13775                 Batch move and copies from summaryview with delayed execution
13776                 too
13777
13778 2006-03-07 [paul]       2.0.0cvs120
13779
13780         * src/common/utils.c
13781                 fix highlighting of URIs containing "()"
13782                 Patch by Pawel Pekala
13783
13784 2006-03-07 [paul]       2.0.0cvs119
13785
13786         * src/folder.c
13787         * src/folder.h
13788         * src/folderview.c
13789                 immediately do alphabetical resort when
13790                 changing a folder's name
13791                 Patch by Pawel Pekala
13792
13793 2006-03-07 [paul]       2.0.0cvs118
13794
13795         * src/news.c
13796         * src/news_gtk.c
13797                 when unsubscribing a newsgroup, remove the
13798                 folder and msgs in .sylpheed-claws/newscache
13799                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13800
13801 2006-03-07 [paul]       2.0.0cvs117
13802
13803         * src/textview.c
13804                 fix wrong Fake URL Warning
13805                 Thanks to Hiro
13806
13807 2006-03-07 [colin]      2.0.0cvs116
13808
13809         * src/imap.c
13810                 Return immediately when password dialog was
13811                 cancelled
13812         * src/gtk/inputdialog.c
13813                 Allow empty strings for passwords
13814
13815
13816 2006-03-06 [colin]      2.0.0cvs115
13817
13818         * src/imap.c
13819                 Prevent double-timeouts when connection fails
13820
13821 2006-03-06 [colin]
13822
13823         2.0.1-rc1 released
13824
13825 2006-03-06 [colin]      2.0.0cvs114
13826
13827         * src/imap.c
13828                 Refresh session during potentially long
13829                 operations
13830
13831 2006-03-06 [wwp]        2.0.0cvs113
13832
13833         * src/prefs_msg_colors.h
13834                 forgot that one (custom color labels).
13835
13836 2006-03-06 [wwp]        2.0.0cvs112
13837
13838         * src/prefs_common.c
13839         * src/prefs_common.h
13840         * src/prefs_msg_colors.c
13841         * src/summaryview.c
13842         * src/summaryview.h
13843         * src/gtk/colorlabel.c
13844         * src/gtk/colorlabel.h
13845                 colors in messages list are now customizable. Color values and names can
13846                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
13847                 Thanks to Paul and Colin for their help with this longstanding patch!
13848
13849 2006-03-06 [wwp]        2.0.0cvs111
13850
13851         * src/textview.c
13852                 don't crash if (x)face is bad.
13853
13854 2006-03-05 [paul]       2.0.0cvs110
13855
13856         * AUTHORS
13857         * configure.ac
13858         * src/Makefile.am
13859         * src/common/Makefile.am
13860         * src/common/utils.h
13861         * src/etpan/imap-thread.c
13862         * src/gtk/authors.h
13863         * src/plugins/clamav/Makefile.am
13864         * src/plugins/demo/Makefile.am
13865         * src/plugins/dillo_viewer/Makefile.am
13866         * src/plugins/pgpcore/Makefile.am
13867         * src/plugins/pgpcore/passphrase.c
13868         * src/plugins/pgpinline/Makefile.am
13869         * src/plugins/pgpmime/Makefile.am
13870         * src/plugins/spamassassin/Makefile.am
13871         * src/plugins/trayicon/Makefile.am
13872                 fix builiding on cygwin
13873                 Patch by Ralgh Young <bamanzi@gmail.com>
13874
13875 2006-03-04 [wwp]        2.0.0cvs109
13876
13877         * manual/keyboard.xml
13878                 fix mixed up/down keys.
13879
13880 2006-03-04 [wwp]        2.0.0cvs108
13881
13882         * README
13883         * INSTALL
13884                 updated links to SpamAssassin.
13885
13886 2006-03-04 [wwp]        2.0.0cvs107
13887
13888         * manual/plugins.xml
13889         * src/plugins/spamassassin/README
13890                 updated SpamAssassin plugin docs to reflect new functional additions
13891                 (also fix/update/documents few technical stuff more, see the README).
13892
13893 2006-03-04 [wwp]        2.0.0cvs106
13894
13895         * src/prefs_message.c
13896                 normalized capitalization of message-prefs paths.
13897
13898 2006-03-04 [wwp]        2.0.0cvs105
13899
13900         * manual/advanced.xml
13901                 typo.
13902
13903 2006-03-03 [colin]      2.0.0cvs104
13904
13905         * src/plugins/clamav/clamav_plugin_gtk.c
13906                 Rework prefs page, patch by Fabien 
13907
13908 2006-03-03 [colin]      2.0.0cvs103
13909
13910         * src/plugins/clamav/clamav_plugin.c
13911                 Set error on all errors
13912
13913 2006-03-03 [colin]      2.0.0cvs102
13914
13915         * src/common/plugin.c
13916                 Initialize error to avoid crashing when a plugin fails
13917                 without setting error
13918
13919 2006-03-02 [wwp]        2.0.0cvs101
13920
13921         * configure.ac
13922                 fixed linker flags for libetpan support on Cygwin
13923                 (thanks to H.Merijn Brand).
13924
13925 2006-03-02 [wwp]        2.0.0cvs100
13926
13927         * src/addressbook.c
13928                 fix some AB error messages: one for punctuation and
13929                 one wrongly duplicate (thanks, maxbritov).
13930
13931 2006-03-02 [wwp]        2.0.0cvs99
13932
13933         * src/plugins/spamassassin/spamassassin.c
13934                 make sync calls to sa-learn/spamc to prevent
13935                 system (whatever local or client/server) overload.
13936
13937 2006-03-02 [colin]      2.0.0cvs98
13938
13939         * src/summaryview.c
13940                 Put the spam icon in the status column instead of the
13941                 mark one
13942
13943 2006-03-01 [colin]      2.0.0cvs97
13944
13945         * src/plugins/spamassassin/spamassassin.c
13946                 Fix segfault (g_file_set_contents fails for some 
13947                 reason and err==0x2f. Can't find out why with
13948                 valgrind, using working function :-)
13949
13950 2006-03-01 [colin]      2.0.0cvs96
13951
13952         * src/inc.c
13953                 Offline overriding: let 'No' be cached only 3 seconds
13954
13955 2006-03-01 [colin]      2.0.0cvs95
13956
13957         * src/addr_compl.c
13958         * src/addrbook.c
13959         * src/addressbook.c
13960         * src/addrindex.c
13961         * src/folder_item_prefs.c
13962         * src/headerview.c
13963         * src/imap.c
13964         * src/inc.c
13965         * src/ldif.c
13966         * src/mainwindow.c
13967         * src/mh.c
13968         * src/msgcache.c
13969         * src/prefs_common.h
13970         * src/prefs_msg_colors.c
13971         * src/procheader.c
13972         * src/procheader.h
13973         * src/procmime.c
13974         * src/procmsg.c
13975         * src/procmsg.h
13976         * src/send_message.h
13977         * src/simple-gettext.c
13978         * src/summaryview.c
13979         * src/summaryview.h
13980         * src/syldap.c
13981         * src/textview.c
13982         * src/undo.c
13983         * src/common/ssl_certificate.c
13984         * src/common/utils.c
13985         * src/gtk/colorsel.c
13986         * src/gtk/gtksctree.c
13987         * src/gtk/gtkshruler.c
13988         * src/plugins/trayicon/trayicon.c
13989                 #if 0 goes to /dev/null
13990
13991 2006-03-01 [colin]      2.0.0cvs94
13992
13993         * src/compose.c
13994         * src/imap.c
13995         * src/inc.c
13996         * src/inc.h
13997         * src/messageview.c
13998         * src/news.c
13999         * src/plugins/spamassassin/spamassassin.c
14000                 Allow to add information in the "working offline"
14001                 window
14002
14003 2006-03-01 [wwp]        2.0.0cvs93
14004
14005         * src/plugins/spamassassin/spamassassin.c
14006                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14007                 'cause it seems that calling `spamc ... < inputfile` with
14008                 g_spawn_(a)sync simply.. erm doesn't work :-).
14009
14010 2006-03-01 [wwp]        2.0.0cvs92
14011
14012         * src/toolbar.c
14013         * src/toolbar.h
14014                 simplify the adding of spam/ham button to the messageview toolbar
14015                 (it gets more clear now that the same button will be "Mark as spam"
14016                 or "Mark as ham" according to the current message status,
14017                 thanks to Colin).
14018
14019 2006-03-01 [wwp]        2.0.0cvs91
14020
14021         * src/messageview.c
14022         * src/procmsg.c
14023         * src/procmsg.h
14024         * src/summaryview.c
14025         * src/plugins/spamassassin/spamassassin.c
14026         * src/plugins/spamassassin/spamassassin.h
14027                 make learner callbacks return a status (0 for ok),
14028                 handle it in main code to avoid setting flags when learning failed,
14029                 don't learn on TCP if offline in spamassassin,
14030                 thanks to Colin.
14031
14032                 
14033
14034 2006-03-01 [wwp]        2.0.0cvs90
14035
14036         * src/compose.c
14037                 some work around the compose window's account menu,
14038                 patch by Fabien Vantard.
14039
14040 2006-03-01 [wwp]        2.0.0cvs89
14041
14042         * src/plugins/spamassassin/spamassassin.c
14043                 fixed bad logics, was using spamc in local mode and sa-learn
14044                 in remote mode (thanks, Colin).
14045
14046 2006-03-01 [wwp]        2.0.0cvs88
14047
14048         * src/plugins/spamassassin/spamassassin.c
14049         * src/plugins/spamassassin/spamassassin.h
14050         * src/plugins/spamassassin/spamassassin_gtk.c
14051                 made processing of emails w/ sa-plugin an option (default is TRUE),
14052                 fixed Engrish some tooltips, capitalization of some debug messages
14053                 and warnings. The spamassassin plugin now provides two separate
14054                 services: process emails upon incorporation and spamd training.
14055                 Both services (un)register independently but use some common
14056                 plugin settings (transport settings, spam storage location).
14057
14058 2006-02-28 [wwp]        2.0.0cvs87
14059
14060         * src/plugins/spamassassin/spamassassin.c
14061                 fix async flag to spamc cmdline execution (batch exec should
14062                 be asynchronous).
14063
14064 2006-02-27 [wwp]        2.0.0cvs86
14065
14066         * src/plugins/spamassassin/spamassassin.c
14067         * src/plugins/spamassassin/spamassassin.h
14068         * src/plugins/spamassassin/spamassassin_gtk.c
14069                 - added the ability to learn a remote spamassassin server (spamd),
14070                 using spamc.
14071                 - added the spamassassin option 'username', that applies to all
14072                 spamassassin operations (filtering, learning, local or remote).
14073                 The default username is the current unix user (if left blank
14074                 from gtk prefs or config file).
14075                 - commented out some unused code (notebook widget), removed unused
14076                 layout (hbox1).
14077                 - make more widgets sensitive to the transport type.
14078
14079 2006-02-27 [colin]      2.0.0cvs85
14080
14081         * src/plugins/spamassassin/spamassassin.c
14082                 Fix sa-learn call when offline
14083
14084 2006-02-27 [colin]      2.0.0cvs84
14085
14086         * configure.ac
14087         * src/Makefile.am
14088         * src/mainwindow.c
14089         * src/mainwindow.h
14090         * src/messageview.c
14091         * src/messageview.h
14092         * src/prefs_toolbar.c
14093         * src/procmsg.c
14094         * src/stock_pixmap.c
14095         * src/stock_pixmap.h
14096         * src/summaryview.c
14097         * src/toolbar.c
14098         * src/toolbar.h
14099         * src/pixmaps/ham_btn.xpm
14100         * src/pixmaps/spam.xpm
14101         * src/pixmaps/spam_btn.xpm
14102         * src/plugins/spamassassin/spamassassin.c
14103                 Add button in toolbar for spam learning
14104                 Fix a few bugs from the last related commit
14105                 Revert 1.9.6cvs23 which messed up shift-selection
14106
14107 2006-02-24 [colin]      2.0.0cvs83
14108
14109         * src/procmsg.c
14110         * src/summaryview.c
14111         * src/summaryview.h
14112         * src/plugins/spamassassin/spamassassin.c
14113         * src/plugins/spamassassin/spamassassin.h
14114         * src/plugins/spamassassin/spamassassin_gtk.c
14115                 Unregister learner when spamassassin is either
14116                 disabled or over tcp
14117
14118 2006-02-24 [colin]      2.0.0cvs82
14119
14120         * src/Makefile.am
14121         * src/mainwindow.c
14122         * src/mainwindow.h
14123         * src/procmsg.c
14124         * src/procmsg.h
14125         * src/stock_pixmap.c
14126         * src/stock_pixmap.h
14127         * src/summaryview.c
14128         * src/summaryview.h
14129         * src/gtk/icon_legend.c
14130         * src/pixmaps/spam.xpm  ** NEW FILE **
14131         * src/plugins/spamassassin/spamassassin.c
14132         * src/plugins/spamassassin/spamassassin_gtk.c
14133                 Add spam learning interface (Mark/Mark as 
14134                 (spam|ham) menus)
14135
14136 2006-02-24 [wwp]        2.0.0cvs81
14137
14138         * src/compose.c
14139         * src/compose.h
14140         * src/filtering.c
14141                 hide compose window when sending message in batch mode
14142                 (filtering: forward and redirect). Also fixed a wrong
14143                 value returned when sending failed, neutral anyway.
14144                 (Colin, me) 
14145
14146 2006-02-24 [wwp]        2.0.0cvs80
14147
14148         * src/mainwindow.c
14149                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14150
14151 2006-02-24 [paul]       2.0.0cvs79
14152
14153         * src/news.c
14154         * src/news.h
14155         * src/news_gtk.c
14156                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14157                 Thanks to Colin
14158
14159 2006-02-23 [colin]      2.0.0cvs78
14160
14161         * src/alertpanel.c
14162                 Change OK to Close in alertpanel with View log
14163                 button; add accel to View log. Patch by Fabien
14164                 Vantard
14165
14166 2006-02-23 [wwp]        2.0.0cvs77
14167
14168         * src/compose.c
14169                 silly me, there were much more tests to perform, since toolbars can
14170                 really have down to 1 element only.
14171
14172 2006-02-23 [wwp]        2.0.0cvs76
14173
14174         * commitHelper
14175                 fixed indentation from my previous commit. Fallback to VISUAL if
14176                 EDITOR is not set (and to vi, at last resort).
14177
14178 2006-02-23 [wwp]        2.0.0cvs75
14179
14180         * commitHelper
14181                 improved error detection (Colin, me).
14182
14183 2006-02-23 [wwp]        2.0.0cvs74
14184
14185         * src/prefs_toolbar.c
14186                 simplify and fix prefs/toolbars layouting. Combos' contents can
14187                 now be really displayed.
14188
14189 2006-02-23 [wwp]        2.0.0cvs73
14190         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14191         be really displayed.
14192
14193 2006-02-22 [wwp]        2.0.0cvs72
14194
14195         * src/compose.c
14196                 fix a typo in my previous commit (sorry!).
14197
14198 2006-02-22 [wwp]        2.0.0cvs71
14199
14200         * src/prefs_toolbar.c
14201                 fix a crash when adding separators to toolbars,
14202                 also fix some separator item information.
14203
14204 2006-02-22 [wwp]        2.0.0cvs70
14205
14206         * src/compose.c
14207                 fix a crash when redirecting (for instance) when compose window's
14208                 toolbar contents has been customized (when some buttons have been
14209                 removed in fact).
14210
14211 2006-02-21 [wwp]        2.0.0cvs69
14212
14213         * src/summaryview.c
14214         * src/gtk/pluginwindow.c
14215         * src/plugins/pgpcore/prefs_gpg.c
14216                 fix some compilation warnings (feat. remains of removed code).
14217
14218 2006-02-21 [wwp]        2.0.0cvs68
14219
14220         * src/gtk/gtkutils.c
14221                 fix two compilation issues, thanks to Stephan Sachse.
14222
14223 2006-02-20 [colin]      2.0.0cvs67
14224
14225         * src/mainwindow.c
14226                 Don't reselect displayed mail on refocus
14227                 This fixes actions misbehaving 
14228
14229 2006-02-20 [wwp]        2.0.0cvs66
14230
14231         * src/summaryview.c
14232         * src/gtk/gtksctree.c
14233         * src/gtk/gtkshruler.c
14234                 changed more runtime typecast checks.
14235
14236 2006-02-20 [wwp]        2.0.0cvs65
14237
14238         * src/summary_search.c
14239                 find all - summaryview refresh issue fixed, thanks to Colin.
14240
14241 2006-02-20 [wwp]        2.0.0cvs64
14242
14243         * src/gtk/gtkutils.c
14244                 better runtime typecast checks.
14245
14246 2006-02-20 [wwp]        2.0.0cvs63
14247
14248         * src/summary_search.c
14249                 enhancements to the summary search:
14250                         - add the ability to stop the running search
14251                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14252                         - don't search if no criteria (From/To/Subject/Body) is set
14253                         - ensure that a busy mouse pointer is always shown when searching,
14254                           show it even a bit earlier
14255
14256 2006-02-19 [colin]      2.0.0cvs62
14257
14258         * src/compose.c
14259         * src/imap.c
14260         * src/etpan/imap-thread.c
14261         * src/etpan/imap-thread.h
14262                 (Future) IMAP speed improvement on sending
14263                 Will require a libetpan update
14264         * src/summaryview.c
14265         * src/gtk/quicksearch.c
14266                 Make quicksearch clearable while running.
14267
14268 2006-02-17 [colin]      2.0.0cvs61
14269
14270         * src/imap.c
14271         * src/etpan/imap-thread.c
14272         * src/etpan/imap-thread.h
14273                 Check for IMAP certificates
14274                 ** Requires libetpan-0.42-cvs4 
14275                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14276
14277 2006-02-17 [colin]      2.0.0cvs60
14278
14279         * src/messageview.c
14280         * src/prefs_common.c
14281         * src/prefs_common.h
14282         * src/prefs_message.c
14283                 Add pref to display HTML-only mails with plugin, 
14284                 if possible (defaulting to FALSE of course).
14285
14286 2006-02-16 [colin]      2.0.0cvs59
14287
14288         * src/main.c
14289         * src/common/plugin.c
14290         * src/common/plugin.h
14291         * src/gtk/pluginwindow.c
14292                 Keep track of requested (but unloaded) plugins
14293                 in some error cases.
14294
14295 2006-02-16 [wwp]        2.0.0cvs58
14296
14297         * src/gtk/gtkaspell.c
14298         * src/gtk/gtkaspell.h
14299         * src/prefs_spelling.c
14300         * src/compose.c
14301         * src/prefs_common.c
14302         * src/prefs_common.h
14303                 implemented new optional spellchecker behaviour: re-check message when
14304                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14305
14306 2006-02-16 [wwp]        2.0.0cvs57
14307
14308         * src/quote_fmt_parse.y
14309                 pclose popen'ed pipe.
14310
14311 2006-02-15 [colin]      2.0.0cvs56
14312
14313         * src/mimeview.c
14314         * src/mimeview.h
14315                 Let MimeViewers know which MimeView they
14316                 depend of.
14317         * src/summaryview.c
14318                 Swap From/To columns in Sent/Queue/Drafts
14319                 folders
14320         * src/etpan/imap-thread.c
14321                 Use mailstream_low_tls_open() for STARTTLS
14322                 instead of mailstream_low_ssl_open()
14323                 ** REQUIRES libetpan 0.42cvs3 **
14324
14325 2006-02-15 [wwp]        2.0.0cvs55
14326
14327         * src/compose.c
14328         * src/compose.h
14329         * src/message_search.c
14330         * src/message_search.h
14331         * src/textview.c
14332         * src/gtk/gtkutils.c
14333         * src/gtk/gtkutils.h
14334                 added the ability to Find text in the compose window (and a bit
14335                 of code factorization).
14336
14337 2006-02-15 [wwp]        2.0.0cvs54
14338
14339         * src/prefs_gtk.c
14340                 yet another one file was missing (fix for some widgets' sensitivity).
14341                 Thanks Colin!
14342
14343 2006-02-15 [wwp]        2.0.0cvs53
14344
14345         * src/prefs_gtk.h
14346                 oops forgot that file (fix for some widgets' sensitivity).
14347
14348 2006-02-15 [wwp]        2.0.0cvs52
14349
14350         * src/summary_search.c
14351                 implemented advanced summary search options (added the ability
14352                 to use matcher conditions in an advanced search mode).
14353
14354 2006-02-15 [wwp]        2.0.0cvs51
14355
14356         * src/plugins/pgpcore/prefs_gpg.c
14357         * src/prefs_account.c
14358                 fix some widget sensitivity, mostly around some labels in
14359                 account prefs.
14360
14361 2006-02-15 [paul]       2.0.0cvs50
14362
14363         * manual/advanced.xml
14364                 improve Templates info
14365                 written by wwp
14366
14367 2006-02-14 [colin]      2.0.0cvs49
14368
14369         * src/pixmaps/address_book.xpm
14370         * src/pixmaps/preferences.xpm
14371         * src/pixmaps/properties.xpm
14372                 Fix pixmap size - patch by Fabien Vantard
14373
14374 2006-02-13 [colin]      2.0.0cvs48
14375
14376         * src/procmime.c
14377                 Add missing fclose()s on error
14378         * src/textview.c
14379                 Remove unused code
14380         * src/common/utils.c
14381                 Fix temp files not being deleted on windows
14382         Patches by Thomas Gilgin
14383
14384 2006-02-13 [colin]      2.0.0cvs47
14385
14386         * src/mainwindow.c
14387                 Fix exit crash
14388
14389 2006-02-13 [wwp]        2.0.0cvs46
14390
14391         * src/plugins/pgpcore/prefs_gpg.c
14392                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14393
14394 2006-02-12 [colin]      2.0.0cvs45
14395
14396         * src/folderview.c
14397         * src/main.c
14398         * src/mainwindow.c
14399                 Fix "stuff" when quitting
14400
14401 2006-02-12 [wwp]        2.0.0cvs44
14402
14403         * src/prefs_themes.c
14404                 fix typos in debug messages.
14405
14406 2006-02-11 [colin]      2.0.0cvs43
14407
14408         * src/summaryview.c
14409                 don't allow drag/drop from ourself
14410
14411 2006-02-10 [wwp]        2.0.0cvs42
14412
14413         * src/exporthtml.c
14414         * src/html.c
14415         * src/html.h
14416         * src/procmime.c
14417         * src/textview.c
14418                 renamed html_ prefixed functions and data structures to avoid
14419                 namespace clashes w/ other software (gtkhtml2 for instance).
14420                 Closes bug #907.
14421
14422
14423 2006-02-09 [colin]      2.0.0cvs41
14424
14425         * src/summaryview.c
14426                 Fix shitty logic messed up. Thanks Ticho for the hint!
14427
14428 2006-02-09 [wwp]        2.0.0cvs40
14429
14430         * src/gtk/about.c
14431         * src/compose.c
14432         * src/prefs_account.c
14433         * src/prefs_gtk.h
14434         * src/editaddress.c
14435                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14436                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14437                 Browse buttons in accounts prefs.
14438
14439 2006-02-09 [colin]      2.0.0cvs39
14440
14441         * src/matcher.c
14442                 Check for pointer before using its members
14443         * src/gtk/gtksourceprintjob.c
14444                 Fix a wrong warning
14445
14446 2006-02-09 [wwp]        2.0.0cvs38
14447
14448         * src/gtk/filesel.c
14449                 fix few compiler warnings (type mismatch).
14450
14451 2006-02-09 [paul]       2.0.0cvs37
14452
14453         * po/fr.po
14454                 updated by Fabien Vantard
14455
14456 2006-02-08 [colin]      2.0.0cvs36
14457
14458         * src/prefs_common.c
14459         * src/common/defs.h
14460         * src/common/plugin.c
14461                 allow windows and linux configurations to coexist
14462                 patch by Thomas Gilgin
14463
14464 2006-02-08 [colin]      2.0.0cvs35
14465
14466         * src/filtering.c
14467         * src/matcher.c
14468         * src/matcher.h
14469         * src/matcher_parser_parse.y
14470         * src/prefs_filtering_action.c
14471         * src/prefs_matcher.c
14472                 Add the "Ignore thread" filtering
14473                 action
14474
14475 2006-02-08 [colin]      2.0.0cvs34
14476
14477         * src/compose.c
14478         * src/procmime.c
14479         * src/procmime.h
14480                 Fix bug #905 (damaged attachment)
14481                 text files with raw \0's aren't really text files
14482         FOR_STABLE
14483
14484 2006-02-08 [colin]      2.0.0cvs33
14485
14486         * src/summaryview.c
14487                 Fix crasher introduced yesterday
14488
14489 2006-02-08 [wwp]        2.0.0cvs32
14490
14491         * src/compose.c
14492         * src/compose.h
14493                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14494
14495 2006-02-08 [wwp]        2.0.0cvs31
14496
14497         * src/prefs_template.c
14498                 templates enhancement: allow address completion for Cc and Bcc fields
14499                 (it was currently possible for the To field only)
14500
14501 2006-02-08 [colin]      2.0.0cvs30
14502
14503         * src/compose.c
14504                 Don't unblock if not blocked
14505         FOR_STABLE
14506
14507 2006-02-07 [colin]      2.0.0cvs29
14508
14509         * src/action.c
14510                 Forgot to refresh summaryview
14511
14512 2006-02-07 [colin]      2.0.0cvs28
14513
14514         * src/action.c
14515                 Freeze/thaw message list and folder list while
14516                 processing %as{} actions 
14517         * src/compose.c
14518                 Fix auto-wrap disabling after a middle-click
14519                 paste - FOR_STABLE
14520
14521 2006-02-07 [paul]       2.0.0cvs27
14522
14523         * src/folder.c
14524                 fix freeing of uninitialised pointers
14525                 Thanks to Colin
14526
14527 2006-02-06 [colin]      2.0.0cvs26
14528
14529         * src/folder.c
14530                 Use g_slist_prepend in potentially big list
14531
14532 2006-02-06 [colin]      2.0.0cvs25
14533
14534         * src/folder.c
14535                 Completely skip processing if it doesn't 
14536                 exist (faster!)
14537
14538 2006-02-06 [colin]      2.0.0cvs24
14539
14540         * src/folder.c
14541         * src/summaryview.c
14542                 Batch filtering in summaryview (from Tools menu)
14543                 and pre/post//-processing too
14544
14545 2006-02-06 [colin]      2.0.0cvs23
14546
14547         * src/procmsg.h
14548         * src/filtering.c
14549                 Use a special field for batch filtering instead
14550                 of stepping on deferred execution's toes
14551
14552 2006-02-06 [colin]      2.0.0cvs22
14553
14554         * src/action.c
14555         * src/filtering.c
14556         * src/filtering.h
14557         * src/folder.c
14558         * src/summaryview.c
14559                 Fix filtering via menus and actions
14560
14561 2006-02-06 [colin]      2.0.0cvs21
14562
14563         * src/imap.c
14564                 Put the added file directly to cache if possible (will work
14565                 with next libetpan)
14566         * src/filtering.c
14567         * src/filtering.h
14568         * src/inc.c
14569         * src/folder.c
14570         * src/mbox.c
14571         * src/procmsg.h
14572                 Move and copy filtered messages by batches instead of one
14573                 by one - faster on IMAP
14574         * src/procmsg.c
14575                 Add a function that'll possibly be useful later
14576
14577 2006-02-06 [colin]      2.0.0cvs20
14578
14579         * src/addressbook.c
14580                 Use internal mime-type instead of text/plain for d'n'd
14581         * src/compose.c
14582                 Allow attaching files from mimeview's icon list via d'n'd
14583         * src/folderview.c
14584         * src/folderview.h
14585                 Use internal mime-type instead of text/plain for d'n'd
14586                 Don't try to selected opened folder if none is
14587                 Factorize d'n'd from other apps code
14588         * src/headerview.c
14589         * src/textview.c
14590         * src/gtk/gtkutils.c
14591         * src/gtk/gtkutils.h
14592                 Factorize Face/X-Face stuff
14593         * src/mimeview.c
14594                 Fix d'n'd to other apps
14595         * src/prefs_message.c
14596                 Let the XFace pref be usable without libcompface as it also
14597                 applies to Face
14598         * src/summaryview.c
14599                 Fix d'n'd to other apps
14600                 Factorize d'n'd from other apps code
14601
14602 2006-02-06 [wwp]        2.0.0cvs19
14603
14604         * po/it.po
14605                 Italian translation fixes by Andrea Spadaccini (no more confusion
14606                 between filtering and processing, and few changes in the About
14607                 dialog).
14608
14609
14610 2006-02-06 [mones]      2.0.0cvs18
14611
14612         * src/gtk/icon_legend.c
14613                 Improved descriptions allowing better translations
14614
14615 2006-02-05 [colin]      2.0.0cvs17
14616
14617         * src/imap.c
14618                 Add the f*cking missing expunge that caused imap_fetch_env
14619                 to fail after an add_msgs ! :-///
14620         * src/etpan/imap-thread.c
14621                 Add a bit of debug
14622         FOR_STABLE
14623
14624 2006-02-05 [colin]      2.0.0cvs16
14625
14626         * src/common/utils.c
14627                 Don't check for return-path (or we can't put
14628                 back non-sent mails)
14629
14630 2006-02-05 [colin]      2.0.0cvs15
14631
14632         * src/textview.c
14633                 Don't try to display Face header in textview
14634                 when teh headerview's active
14635
14636 2006-02-05 [colin]      2.0.0cvs14
14637
14638         * tools/tbird2syl.py
14639         * tools/Makefile.am
14640                 Add script to import Thunderbird mails
14641
14642 2006-02-05 [colin]      2.0.0cvs13
14643
14644         * src/headerview.c
14645         * src/procheader.c
14646         * src/procmsg.c
14647         * src/procmsg.h
14648         * src/textview.c
14649                 Show Face headers - patch partially by Klaus Flittner
14650
14651 2006-02-05 [colin]      2.0.0cvs12
14652
14653         * src/folderview.c
14654         * src/summaryview.c
14655         * src/common/utils.c
14656         * src/common/utils.h
14657                 Let dnd work from mime icons to summaryview
14658                 and to folderview too
14659                 Add a crude test to avoid trying to add files
14660                 drag'n'dropped when they're not mails
14661
14662 2006-02-04 [colin]      2.0.0cvs11
14663
14664         * src/summaryview.c
14665         * src/mimeview.c
14666                 Fix utf8 conversion
14667
14668 2006-02-04 [colin]      2.0.0cvs10
14669
14670         * src/compose.c
14671         * src/folderview.c
14672         * src/mimeview.c
14673         * src/summaryview.c
14674         * src/summaryview.h
14675                 Added various drag and drop capas:
14676                 From                    To
14677                 summaryview             other apps
14678                 mimeview icons          other apps
14679                 other apps              summaryview
14680                 other apps              folderview
14681
14682                 This shouldn't have broken the existing:
14683                 From                    To
14684                 summaryview             folderview
14685                 folderview              folderview
14686                 summaryview             compose's attachments
14687
14688         Tests welcomed.
14689
14690 2006-02-02 [paul]       2.0.0cvs9
14691
14692         * src/mainwindow.c
14693                 move global option 'Set displayed columns...' out
14694                 of folder option grouping.
14695                 fix sensitivity of 'harvest addresses'
14696         FOR_STABLE
14697
14698 2006-02-01 [colin]      2.0.0cvs8
14699
14700         * src/mimeview.c
14701                 Revert the alertpanel patch, it sucks (intrusive
14702                 and gets in the way of "open")
14703
14704 2006-02-01 [colin]      2.0.0cvs7
14705
14706         * src/compose.c
14707         * src/prefs_account.c
14708         * src/prefs_common.c
14709         * src/common/defs.h
14710         * src/common/utils.c
14711         * src/common/utils.h
14712                 Add ability to edit the signature file
14713                 from the account preferences, and use
14714                 a default for the text editor.
14715                 Patch by Fabien Vantard
14716
14717 2006-02-01 [colin]      2.0.0cvs6
14718
14719         * src/mimeview.c
14720                 Try to get mime type by extension if it is
14721                 application/octet-stream
14722                 Display a window with possible choices when
14723                 encountering unknown mime types
14724         * src/gtk/filesel.c
14725         * src/gtk/filesel.h
14726                 Add preview
14727                 Allow multiple selection in filtered filesel
14728                 (patch by Fabien Vantard)
14729         * src/gtk/pluginwindow.c
14730                 Use it (patch by Fabien Vantard)
14731
14732 2006-02-01 [paul]       2.0.0cvs5
14733
14734         * src/jpilot.c
14735                 fix crash on creating jpilot address book
14736                 Thanks to Colin - FOR_STABLE
14737         * src/prefs_summaries.c
14738         * src/prefs_wrapping.c
14739         * src/gtk/icon_legend.c
14740         * src/gtk/quicksearch.c
14741                 string fixes and additions
14742
14743 2006-02-01 [paul]       2.0.0cvs4
14744
14745         * src/compose.c
14746         * src/mainwindow.c
14747         * src/messageview.c
14748         * src/prefs_send.c
14749                 add Arabic encoding option
14750                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14751
14752 2006-01-31 [colin]      2.0.0cvs3
14753
14754         * src/plugins/pgpcore/passphrase.c
14755                 Convert passphrase to locale encoding
14756         * src/compose.c
14757                 Fix drafting on IMAP. Crappy bug sneaked in
14758                 the release :-/
14759         FOR_STABLE
14760
14761 2006-01-30 [paul]       2.0.0cvs2
14762
14763         * src/gtk/icon_legend.c
14764                 show the new entries
14765
14766 2006-01-30 [colin]      2.0.0cvs1
14767
14768         * src/manual.c
14769                 Check for the file to be present before 
14770                 enabling the menu - FOR_STABLE
14771         * src/gtk/icon_legend.c
14772                 Add folders icons (not all of them, there
14773                 are too much, but the most intriguing ones)
14774
14775 2006-01-30 [paul]       2.0.0
14776
14777         version 2.0.0 released
14778
14779 [For previous entries, see ChangeLog.pre2.0.0]