d6598e69a330bc2d978230b49841eae2c901a56e
[claws.git] / ChangeLog
1 2007-08-12 [wwp]        2.10.0cvs115
2
3         * src/privacy.h
4                 Make gcc type-check arguments passed to privacy_set_error().
5
6 2007-08-12 [ticho]      2.10.0cvs114
7
8         * src/prefs_folder_item.c
9                 Make sure that folder default account combobox always has some
10                 account preselected.
11         * src/gtk/combobox.c
12                 Handle empty combobox gracefully (warning instead of crash).
13
14 2007-08-12 [ticho]      2.10.0cvs114
15
16         * src/prefs_folder_item.c
17                 Make sure that folder default account combobox is not empty.
18         * src/gtk/combobox.c
19                 Handle empty combobox gracefully (warning instead of crash).
20
21 2007-08-11 [paul]       2.10.0cvs113
22
23         * src/addrgather.c
24         * src/folderview.c
25                 use 'subfolder' instead of 'sub-folder', matching
26                 everywhere else the term is used
27         * src/imap_gtk.c
28                 fix engrish
29
30 2007-08-10 [wwp]        2.10.0cvs112
31
32         * src/msgcache.c
33                 Disable mmap reads in Windows only (at least temporarily), they
34                 prevent from renaming/removing target cache files.
35
36 2007-08-10 [paul]
37
38         3.0.0-rc2 released
39
40 2007-08-10 [wwp]        2.10.0cvs111
41
42         * src/msgcache.c
43                 fix unpredictable crashes in Windows due to broken
44                 cache/mark/tags files writting (file were opened for
45                 writing in text mode).
46
47         * src/recv.c
48                 use gettimeofday() from w32lib.h on Windows.
49
50 2007-08-10 [colin]      2.10.0cvs110
51
52         * src/imap.c
53         * src/etpan/imap-thread.c
54         * src/etpan/imap-thread.h
55                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
56
57 2007-08-09 [colin]      2.10.0cvs109
58
59         * src/editldap.c
60                 Fix port being reset to 636 on SSL
61         * src/folder.c
62                 Fix folder_item_get_msg_num_by_file
63                 on drafts/queue folders
64
65 2007-08-09 [wwp]        2.10.0cvs108
66
67         * src/folder.c
68                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
69                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
70
71
72 2007-08-09 [colin]      2.10.0cvs107
73
74         * src/folderview.c
75         * src/summaryview.c
76         * src/gtk/prefswindow.c
77                 A few Maemo layout fixes
78
79 2007-08-09 [paul]       2.10.0cvs106
80
81         * src/prefs_account.c
82                 remove the hyphen from plug-ins to
83                 match everywhere else
84
85 2007-08-08 [wwp]        2.10.0cvs105
86
87         * src/prefs_folder_item.c
88                 Fix an extraneous stealth ^L char.
89
90 2007-08-08 [wwp]        2.10.0cvs104
91
92         * src/prefs_folder_item.c
93                 Better fix, group variables declarations (USE_ASPELL).
94
95 2007-08-08 [wwp]        2.10.0cvs103
96
97         * src/prefs_folder_item.c
98                 Fix compilation w/ USE_ASPELL set (broken
99                 by 2.10.0cvs102).
100
101 2007-08-08 [ticho]      2.10.0cvs102
102
103         * src/prefs_folder_item.c
104                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
105
106 2007-08-08 [colin]      2.10.0cvs101
107
108         * src/imap.c
109         * src/etpan/imap-thread.c
110         * src/etpan/imap-thread.h
111                 Close selected mailbox before doing
112                 status on it.
113
114 2007-08-08 [colin]      2.10.0cvs100
115
116         * src/html.c
117                 Complete symbol table, thanks to wwp.
118                 Fixes bug 1284, 'The html -> text 
119                 converter ignores entities'
120         * src/msgcache.c
121                 Fix possible fd leak
122
123 2007-08-08 [colin]      2.10.0cvs99
124
125         * src/imap.c
126                 Better way to fetch UIDs on non-UIDPLUS servers
127
128 2007-08-07 [colin]      2.10.0cvs98
129
130         * src/imap.c
131                 fix bug 1275, 'auto-saved draft messages not 
132                 always being removed'; Also, make multiple
133                 copy (in the same account) faster by matching
134                 source/destination message UIDs.
135         * src/messageview.c
136                 Don't try to reshow deleted mail
137         * src/msgcache.c
138                 Fix leak on error path
139
140 2007-08-07 [wwp]        2.10.0cvs97
141
142         * manual/account.xml
143         * manual/advanced.xml
144         * manual/fr/account.xml
145         * manual/fr/advanced.xml
146                 Updated the reference manual and the French translation to
147                 reflect 2.10.0cvs84: enable running folder Processing
148                 rules on demand.
149
150 2007-08-06 [wwp]        2.10.0cvs96
151
152         * src/prefs_common.c
153         * src/prefs_common.h
154         * src/textview.c
155                 Allow changing the emphasis color used to highlight
156                 the newsreader/x-mailer header value when it matches
157                 our preferred mail agent (hidden pref 'emphasis_col' added
158                 to clawsrc).
159
160 2007-08-06 [colin]      2.10.0cvs95
161
162         * src/compose.c
163         * src/compose.h
164                 Re-commit 2.10.0cvs86, with a protection
165                 against Pango bug. Also, try to fix 
166                 bug 1275, 'auto-saved draft messages not 
167                 always being removed'
168
169 2007-08-06 [wwp]        2.10.0cvs94
170
171         * src/gtk/quicksearch.c
172                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
173
174 2007-08-06 [ticho]      2.10.0cvs93
175
176         * src/prefs_account.c
177         * src/gtk/combobox.c
178                 Use GtkComboBox instead of GtkOptionMenu for privacy system
179                 selection in account preferences.
180
181 2007-08-06 [wwp]        2.10.0cvs92
182
183         * src/plugins/pgpcore/plugin.def
184                 Apply one more chunk from gpg4win's 03-w32-port patch.
185
186 2007-08-05 [colin]      2.10.0cvs91
187
188         * src/compose.c
189         * src/compose.h
190                 reverting buggy patch for now
191
192 2007-08-05 [colin]      2.10.0cvs90
193
194         * src/folder.c
195                 Fix slowdown
196
197 2007-08-04 [colin]      2.10.0cvs89
198
199         * src/prefs_summaries.c
200         * src/summary_search.c
201                 Replace deprecated widgets. Patch by
202                 Andrej.
203
204 2007-08-04 [colin]      2.10.0cvs88
205
206         * src/mh.c
207                 Refresh GUI only every 2000 mails on mh_get_last_num
208                 This is fast (readdir) and done only once per 
209                 session/folder
210
211 2007-08-03 [colin]      2.10.0cvs87
212
213         * src/prefs_account.c
214         * src/gtk/combobox.h
215         * src/gtk/gtkutils.c
216                 Fix a deprecated widget. Patch by
217                 Andrej
218
219 2007-08-03 [colin]      2.10.0cvs86
220
221         * src/compose.c
222         * src/compose.h
223                 Make colorisation and wrapping algorithms
224                 faster. Fixes bug 1246, 'compose becomes 
225                 increasingly slow replying to complex emails'
226
227 2007-08-03 [paul]       2.10.0cvs85
228
229         * src/mh.c
230                 keep the window painted
231
232 2007-08-02 [paul]       2.10.0cvs84
233
234         * src/folderview.c
235         * src/mainwindow.c
236         * src/mainwindow.h
237                 enable running folder Processing
238                 rules on demand
239
240 2007-08-02 [paul]       2.10.0cvs83
241
242         * src/textview.c
243                 speed up/clean up rendering of larger
244                 msgs
245                 Thanks to Colin
246
247 2007-08-01 [paul]       2.10.0cvs82
248
249         * src/mainwindow.h
250                 clean up cruft
251         * src/toolbar.c
252                 change default toolbar layout on maemo
253         * src/pixmaps/close.xpm
254                 make the red cross a grey cross
255         * src/pixmaps/jpilot.xpm
256                 make icon smaller so it fits better
257
258 2007-07-31 [paul]       2.10.0cvs81
259
260         * src/setup.c
261         * src/gtk/gtkutils.c
262                 fix crash on maemo on first launch
263
264 2007-07-30 [paul]       2.10.0cvs80
265
266         * src/prefs_matcher.c
267                 specify the units of age and size
268
269 2007-07-30 [paul]       2.10.0cvs79
270
271         * src/main.c
272                 Fix IMAP timeout setting
273
274 2007-07-30 [colin]      2.10.0cvs78
275
276         * src/prefs_account.c
277                 Fix a deprecated widget. Patch by
278                 Andrej
279
280 2007-07-27 [paul]       2.10.0cvs77
281
282         * src/matcher_parser_parse.y
283         * src/prefs_filtering_action.c
284         * src/prefs_matcher.c
285                 these changes forgotten in cvs74's
286                 'watch thread' feature
287
288 2007-07-27 [paul]       2.10.0cvs76
289
290         * src/compose.c
291                 fix potential crasher
292                 thanks to Colin
293
294 2007-07-27 [paul]       2.10.0cvs75
295
296         * src/mainwindow.c
297         * src/manual.c
298         * src/manual.h
299         * src/gtk/gtkutils.c
300                 make mainwindow's /Help/Manual point to the
301                 remote copy if the local copy doesn't exist
302
303 2007-07-27 [paul]       2.10.0cvs74
304
305         * src/Makefile.am
306         * src/filtering.c
307         * src/folder.c
308         * src/mainwindow.c
309         * src/matcher.c
310         * src/matcher.h
311         * src/matcher_parser_parse.y
312         * src/procmsg.c
313         * src/procmsg.h
314         * src/stock_pixmap.c
315         * src/stock_pixmap.h
316         * src/summaryview.c
317         * src/summaryview.h
318         * src/toolbar.c
319         * src/toolbar.h
320         * src/pixmaps/watchthread.xpm
321                 add 'watch thread' feature
322
323 2007-07-27 [paul]       2.10.0cvs73
324
325         * src/prefs_folder_item.c
326                 adjust labels, add tooltips
327
328 2007-07-27 [colin]      2.10.0cvs72
329
330         * src/summaryview.c
331                 Maemo: Remove less used menu items
332
333 2007-07-26 [colin]      2.10.0cvs71
334
335         * src/messageview.c
336                 Maemo: destroy messageview after trashing mail.
337                 Maybe should be done on X11 too
338
339 2007-07-26 [colin]      2.10.0cvs70
340
341         * src/folderview.c
342         * src/mainwindow.c
343         * src/prefs_common.c
344         * src/prefs_common.h
345         * src/summaryview.c
346                 Add View/Show or Hide/Column headers
347
348 2007-07-26 [colin]      2.10.0cvs69
349
350         * src/procmime.c
351                 Fix unwanted output
352
353 2007-07-26 [colin]      2.10.0cvs68
354
355         * src/ldapserver.c
356                 Fix possible crash on cache invalidation
357         * src/compose.c
358         * src/procmime.c
359         * src/procmime.h
360         * src/quote_fmt_parse.y
361                 Make replying to mails with big attachments
362                 much faster. Fixes bug 1224, 'The process of 
363                 Replying to emails with large attachments 
364                 seems unreasonably long...'
365
366 2007-07-26 [colin]      2.10.0cvs67
367
368         * src/mimeview.c
369         * src/matcher.c
370         * src/common/ssl.c
371                 Fix threads use on BSDs
372
373 2007-07-26 [paul]       2.10.0cvs66
374
375         * src/gtk/prefswindow.c
376                 fix account prefs breakage
377                 thanks to Colin
378
379 2007-07-26 [paul]       2.10.0cvs65
380
381         * configure.ac
382                 standardise ./configure --help messages
383
384 2007-07-26 [colin]      2.10.0cvs64
385
386         * src/addressbook.c
387         * src/editaddress.c
388                 Fix two vCard-related crashes
389
390 2007-07-25 [colin]      2.10.0cvs63
391
392         * src/inc.c
393         * src/prefs_common.c
394         * src/prefs_common.h
395         * src/prefs_receive.c
396                 Maemo: Add a better way to notify of
397                 new mails
398         * src/mainwindow.c
399         * src/statusbar.h
400         * src/summaryview.c
401         * src/toolbar.c
402                 Maemo: Various layout fixes
403         * src/gtk/prefswindow.c
404                 Maemo: Better prefs layout
405
406 2007-07-25 [paul]       2.10.0cvs62
407
408         * src/textview.c
409                 fix the layout on maemo
410                 thanks to Colin
411
412 2007-07-25 [iwkse]      2.10.0cvs61
413
414         * src/summaryview.c
415                 add 'o' shortcut on summaryview
416
417 2007-07-25 [iwkse]      2.10.0cvs60
418
419         * src/textview.c
420                 fix o shortcut
421
422 2007-07-24 [colin]      2.10.0cvs59
423
424         * src/mh.c
425                 Fix missing timestamp update on source
426                 folder when moving
427         * src/textview.c
428         * src/textview.h
429                 Better text layout on part's choices
430
431 2007-07-23 [colin]      2.10.0cvs58
432
433         * src/mimeview.c
434         * src/textview.c
435                 Maemo: Automatically choose the correct application
436                 to open parts
437         * src/gtk/quicksearch.c
438                 Make search run on GDK_KP_Enter too
439
440 2007-07-23 [wwp]        2.10.0cvs57
441
442         * src/quote_fmt_lex.l
443                 Revert accidentaly committed lines (account_sig) in
444                 2.10.0cvs56.
445
446 2007-07-23 [wwp]        2.10.0cvs56
447
448         * src/quote_fmt_lex.l
449                 Fix typos around long form expressions in the quote lexer.
450
451 2007-07-23 [paul]
452
453         3.0.0-rc1 released
454
455 2007-07-23 [colin]      2.10.0cvs55
456
457         * src/addr_compl.c
458                 Fix auto-completion on Maemo
459
460 2007-07-23 [colin]      2.10.0cvs54
461
462         * src/statusbar.c
463                 Maemo: Fix sticking statusbars
464
465 2007-07-22 [colin]      2.10.0cvs53
466
467         * src/main.c
468                 Maemo: Fix the strange "top_application" info
469                 at startup. We should do something when 
470                 receiving such a message.
471
472 2007-07-20 [paul]       2.10.0cvs52
473
474         * src/news_gtk.c
475                 add missing #include "statusbar.h"
476
477 2007-07-20 [colin]      2.10.0cvs51
478
479         * src/folder.c
480         * src/folder.h
481         * src/folder_item_prefs.c
482         * src/folder_item_prefs.h
483         * src/folderview.c
484         * src/imap.c
485         * src/imap_gtk.c
486         * src/imap_gtk.h
487         * src/news.c
488         * src/news_gtk.c
489         * src/news_gtk.h
490         * src/prefs_folder_item.c
491                 Implement age-based caching: allow to
492                 specify a threshold for the offline synchronisation
493                 feature, and whether old cached bodies should 
494                 be removed
495         * src/toolbar.c
496         * src/toolbar.h
497                 Fix label/tooltips
498         * src/plugins/dillo_viewer/dillo_viewer.c
499                 Check that Dillo's installed
500
501 2007-07-20 [wwp]        2.10.0cvs50
502
503         * src/mimeview.c
504         * src/stock_pixmap.c
505                 Draw a frame around the selected mimeview part icon (instead of the
506                 shifted 'dancing' icon).
507
508 2007-07-20 [colin]      2.10.0cvs49
509
510         * src/main.c
511                 Unref stuff even on error
512         * src/wizard.c
513                 disconnect signals only at the very
514                 end of the wizard save.
515
516 2007-07-20 [colin]      2.10.0cvs48
517
518         * src/mainwindow.c
519         * src/messageview.c
520         * src/toolbar.c
521         * src/toolbar.h
522                 Fix random crashes while navigating
523                 (GTK_EVENTS_FLUSH)
524
525 2007-07-19 [colin]      2.10.0cvs47
526
527         * configure.ac
528         * src/main.c
529         * src/prefs_common.c
530         * src/prefs_common.h
531         * src/wizard.c
532         * src/common/defs.h
533         * src/common/utils.c
534                 Maemo: add an easy way to store data (mails
535                 and IMAP/NNTP caches) on one of the SD cards,
536                 and protect against unmounts if needed
537
538 2007-07-19 [paul]       2.10.0cvs46
539
540         * src/Makefile.am
541         * src/stock_pixmap.c
542         * src/gtk/about.c
543         * src/pixmaps/claws-mail_logo-small.xpm
544                 implement a (slightly) different About
545                 dialog for maemo and add a small version
546                 of the logo for it
547         * src/wizard.c
548                 use a scrolled window for wizard page 1
549                 on maemo
550
551 2007-07-19 [paul]       2.10.0cvs45
552
553         * src/Makefile.am
554                 too soon for this line
555
556 2007-07-19 [paul]       2.10.0cvs44
557
558         * src/Makefile.am
559                 fix build on n800
560
561 2007-07-19 [colin]      2.10.0cvs43
562
563         * src/wizard.c
564                 Solve Mail/Mailbox name when specifying
565                 full /path/to/Mail.
566
567 2007-07-18 [colin]      2.10.0cvs42
568
569         * src/inc.c
570         * configure.ac
571                 Fix build on n770
572
573 2007-07-18 [colin]      2.10.0cvs41
574
575         * src/inc.c
576                 Maemo: plug the online/offline system into
577                 maemo's interfaces to have Claws automatically
578                 switch according to the system status
579         * src/statusbar.c
580                 Maemo: use HildonBanners to display status
581                 messages. Renders the main statusbar useless.
582
583 2007-07-18 [paul]       2.10.0cvs40
584
585         * src/filtering.c
586                 fix screen blanking on moving/copying many msgs
587         * src/folder.c
588                 fix processing progressbar and screen blanking
589                 during processing
590
591 2007-07-18 [paul]       2.10.0cvs39
592
593         * src/messageview.c
594                 revert cvs37, breakage on maemo
595
596 2007-07-18 [paul]       2.10.0cvs38
597
598         * src/gtk/gtkutils.c
599                 make sure we can still build with older GTK's
600
601 2007-07-18 [colin]      2.10.0cvs37
602
603         * src/messageview.c
604                 Only hide the small layout's messageview, instead
605                 of destroying it when closing
606         * src/gtk/gtkutils.c
607                 Use gtk_window_present_with_time to popup windows,
608                 it seems to make things better with modern WMs
609                 (actually focusing)
610
611 2007-07-17 [colin]      2.10.0cvs36
612
613         * src/editaddress.c
614                 Simplify layout on Maemo
615         * src/folder.c
616                 Fix possible crash
617         * src/prefs_display_header.c
618                 Remove some headers by default on Maemo
619
620 2007-07-17 [paul]       2.10.0cvs35
621
622         * src/prefs_common.c
623         * src/prefs_common.h
624         * src/prefs_logging.c
625         * src/common/log.c
626                 add options to stop/enable writing logs to disc
627
628 2007-07-17 [paul]       2.10.0cvs34
629
630         * src/edittags.c
631                 fix some issues with the Apply tags window:
632                 - set search column (enables autocompl in the treeview)
633                 - apply tag from "New tag" if it existed
634                 - clears New tag entry when adding it with the button
635                 Thanks to Colin
636
637 2007-07-17 [paul]       2.10.0cvs33
638
639         * src/edittags.c
640                 fix 'apply tags' dialogue weirdness
641
642 2007-07-16 [colin]      2.10.0cvs32
643
644         * src/toolbar.c
645                 Fix double-loading of mails on Maemo
646
647 2007-07-16 [colin]      2.10.0cvs31
648
649         * src/messageview.c
650                 Prevent double-loading of the same part under some
651                 conditions; hide statusbar on Maemo
652
653 2007-07-16 [colin]      2.10.0cvs30
654
655         * src/edittags.c
656         * src/edittags.h
657         * src/mainwindow.c
658         * src/summaryview.c
659                 Improve the tag interface - allow
660                 to set/unset tags from a special
661                 window.
662         * src/gtk/gtkvscrollbutton.c
663         * src/mimeview.c
664         * src/mimeview.h
665         * src/stock_pixmap.c
666                 Fix Mimeview's ugly hacks in the
667                 icon list. 
668
669 2007-07-16 [paul]       2.10.0cvs29
670
671         * src/wizard.c
672                 rework dialog
673         * src/gtk/icon_legend.c
674                 put it all in a scrolled window
675
676 2007-07-15 [colin]      2.10.0cvs28
677
678         * src/mainwindow.c
679                 Maemo: force layout to be Small screen; the
680                 others don't make sense
681
682 2007-07-14 [colin]      2.10.0cvs27
683
684         * src/mimeview.c
685         * src/gtk/gtkvscrollbutton.c
686                 Maemo: Fix mimeview's buttons size
687
688 2007-07-14 [colin]      2.10.0cvs26
689
690         * src/toolbar.c
691                 Fix the button workaround fix.
692                 (Use the correct variable)
693
694 2007-07-14 [colin]      2.10.0cvs25
695
696         * src/mainwindow.c
697         * src/toolbar.c
698                 Maemo: put the progress bar in the
699                 toolbar
700
701 2007-07-14 [colin]      2.10.0cvs24
702
703         * src/prefs_common.c
704                 Maemo: hide statusbar by default
705         * src/Makefile.am
706         * src/stock_pixmap.c
707         * src/stock_pixmap.h
708         * src/toolbar.c
709         * src/pixmaps/go_folders.xpm
710                 Maemo: Add a specific icon to go back to
711                 folder list
712
713 2007-07-14 [colin]      2.10.0cvs23
714
715         * src/toolbar.c
716                 Don't set homogeneous finally
717
718 2007-07-14 [colin]      2.10.0cvs22
719
720         * src/toolbar.c
721                 Fix button show/hide issues
722
723 2007-07-14 [colin]      2.10.0cvs21
724
725         * src/toolbar.c
726                 Fix huge arrows
727                 Fix button workaround to be able to click
728                 if mouse was on button when it went un-
729                 sensitive.
730                 Revert previous commit, gtk_tool_item_set_homogeneous
731                 doesn't mean what it seems to mean ;-)
732
733 2007-07-14 [paul]       2.10.0cvs20
734
735         * src/toolbar.c
736                 make homogeneous FALSE always
737
738 2007-07-13 [colin]      2.10.0cvs19
739
740         * src/toolbar.c
741         * src/toolbar.h
742                 Rework to fit the non-deprecated API
743         * src/compose.c
744         * src/folderview.c
745         * src/mainwindow.c
746         * src/messageview.c
747         * src/summaryview.c
748                 Maemo layout changes. Better toolbars,
749                 removal of CTree headers. 
750
751 2007-07-13 [paul]       2.10.0cvs18
752
753         * src/gtk/colorlabel.c
754                 fix bug 1261, '[DE] coloring messages in overview 
755                 keys are not localised'
756                 the string is now included in claws-mail.pot
757
758 2007-07-13 [colin]      2.10.0cvs17
759
760         * src/summaryview.c
761                 Fix bug 1267, 'printing mutliple messages 
762                 opens one message-dialog after the other'
763                 Ask for confirmation when printing 10
764                 messages or more.
765
766 2007-07-11 [colin]      2.10.0cvs16
767
768         * COPYING
769         * README
770         * autogen.sh
771         * manual/claws-mail-manual.xml
772         * manual/gpl.xml
773         * manual/es/claws-mail-manual.xml
774         * manual/es/gpl.xml
775         * manual/fr/claws-mail-manual.xml
776         * manual/fr/gpl.xml
777         * manual/pl/gpl.xml
778         * src/account.c
779         * src/account.h
780         * src/action.c
781         * src/action.h
782         * src/adbookbase.h
783         * src/addr_compl.c
784         * src/addr_compl.h
785         * src/addrbook.c
786         * src/addrbook.h
787         * src/addrcache.c
788         * src/addrcache.h
789         * src/addrcindex.c
790         * src/addrcindex.h
791         * src/addrclip.c
792         * src/addrclip.h
793         * src/addrdefs.h
794         * src/addressadd.c
795         * src/addressadd.h
796         * src/addressbook.c
797         * src/addressbook.h
798         * src/addressbook_foldersel.c
799         * src/addressbook_foldersel.h
800         * src/addressitem.h
801         * src/addrgather.c
802         * src/addrgather.h
803         * src/addrharvest.c
804         * src/addrharvest.h
805         * src/addrindex.c
806         * src/addrindex.h
807         * src/addritem.c
808         * src/addritem.h
809         * src/addrquery.c
810         * src/addrquery.h
811         * src/addrselect.c
812         * src/addrselect.h
813         * src/alertpanel.c
814         * src/alertpanel.h
815         * src/browseldap.c
816         * src/browseldap.h
817         * src/codeconv.c
818         * src/codeconv.h
819         * src/compose.c
820         * src/compose.h
821         * src/crash.c
822         * src/crash.h
823         * src/customheader.c
824         * src/customheader.h
825         * src/displayheader.c
826         * src/displayheader.h
827         * src/editaddress.c
828         * src/editaddress.h
829         * src/editaddress_other_attributes_ldap.c
830         * src/editaddress_other_attributes_ldap.h
831         * src/editbook.c
832         * src/editbook.h
833         * src/editgroup.c
834         * src/editgroup.h
835         * src/editjpilot.c
836         * src/editjpilot.h
837         * src/editldap.c
838         * src/editldap.h
839         * src/editldap_basedn.c
840         * src/editldap_basedn.h
841         * src/edittags.c
842         * src/edittags.h
843         * src/editvcard.c
844         * src/editvcard.h
845         * src/enriched.c
846         * src/enriched.h
847         * src/exphtmldlg.c
848         * src/exphtmldlg.h
849         * src/expldifdlg.c
850         * src/expldifdlg.h
851         * src/export.c
852         * src/export.h
853         * src/exporthtml.c
854         * src/exporthtml.h
855         * src/exportldif.c
856         * src/exportldif.h
857         * src/filtering.c
858         * src/filtering.h
859         * src/folder.c
860         * src/folder.h
861         * src/folder_item_prefs.c
862         * src/folder_item_prefs.h
863         * src/foldersel.c
864         * src/foldersel.h
865         * src/folderutils.c
866         * src/folderutils.h
867         * src/folderview.c
868         * src/folderview.h
869         * src/gedit-print.c
870         * src/gedit-print.h
871         * src/grouplistdialog.c
872         * src/grouplistdialog.h
873         * src/headerview.c
874         * src/headerview.h
875         * src/html.c
876         * src/html.h
877         * src/image_viewer.c
878         * src/image_viewer.h
879         * src/imap.c
880         * src/imap.h
881         * src/imap_gtk.c
882         * src/imap_gtk.h
883         * src/import.c
884         * src/import.h
885         * src/importldif.c
886         * src/importldif.h
887         * src/importmutt.c
888         * src/importmutt.h
889         * src/importpine.c
890         * src/importpine.h
891         * src/inc.c
892         * src/inc.h
893         * src/jpilot.c
894         * src/jpilot.h
895         * src/ldapctrl.c
896         * src/ldapctrl.h
897         * src/ldaplocate.c
898         * src/ldaplocate.h
899         * src/ldapquery.c
900         * src/ldapquery.h
901         * src/ldapserver.c
902         * src/ldapserver.h
903         * src/ldapupdate.c
904         * src/ldapupdate.h
905         * src/ldaputil.c
906         * src/ldaputil.h
907         * src/ldif.c
908         * src/ldif.h
909         * src/localfolder.c
910         * src/localfolder.h
911         * src/main.c
912         * src/main.h
913         * src/mainwindow.c
914         * src/mainwindow.h
915         * src/manual.c
916         * src/manual.h
917         * src/matcher.c
918         * src/matcher.h
919         * src/matcher_parser.h
920         * src/matcher_parser_lex.l
921         * src/matcher_parser_parse.y
922         * src/mbox.c
923         * src/mbox.h
924         * src/message_search.c
925         * src/message_search.h
926         * src/messageview.c
927         * src/messageview.h
928         * src/mh.c
929         * src/mh.h
930         * src/mh_gtk.c
931         * src/mh_gtk.h
932         * src/mimeview.c
933         * src/mimeview.h
934         * src/msgcache.c
935         * src/msgcache.h
936         * src/mutt.c
937         * src/mutt.h
938         * src/news.c
939         * src/news.h
940         * src/news_gtk.c
941         * src/news_gtk.h
942         * src/noticeview.c
943         * src/noticeview.h
944         * src/partial_download.c
945         * src/partial_download.h
946         * src/pine.c
947         * src/pine.h
948         * src/pop.c
949         * src/pop.h
950         * src/prefs_account.c
951         * src/prefs_account.h
952         * src/prefs_actions.c
953         * src/prefs_actions.h
954         * src/prefs_common.c
955         * src/prefs_common.h
956         * src/prefs_compose_writing.c
957         * src/prefs_compose_writing.h
958         * src/prefs_customheader.c
959         * src/prefs_customheader.h
960         * src/prefs_display_header.c
961         * src/prefs_display_header.h
962         * src/prefs_ext_prog.c
963         * src/prefs_ext_prog.h
964         * src/prefs_filtering.c
965         * src/prefs_filtering.h
966         * src/prefs_filtering_action.c
967         * src/prefs_filtering_action.h
968         * src/prefs_folder_column.c
969         * src/prefs_folder_column.h
970         * src/prefs_folder_item.c
971         * src/prefs_folder_item.h
972         * src/prefs_fonts.c
973         * src/prefs_fonts.h
974         * src/prefs_gtk.c
975         * src/prefs_gtk.h
976         * src/prefs_image_viewer.c
977         * src/prefs_image_viewer.h
978         * src/prefs_logging.c
979         * src/prefs_logging.h
980         * src/prefs_matcher.c
981         * src/prefs_matcher.h
982         * src/prefs_message.c
983         * src/prefs_message.h
984         * src/prefs_msg_colors.c
985         * src/prefs_msg_colors.h
986         * src/prefs_other.c
987         * src/prefs_other.h
988         * src/prefs_quote.c
989         * src/prefs_quote.h
990         * src/prefs_receive.c
991         * src/prefs_receive.h
992         * src/prefs_send.c
993         * src/prefs_send.h
994         * src/prefs_spelling.c
995         * src/prefs_spelling.h
996         * src/prefs_summaries.c
997         * src/prefs_summaries.h
998         * src/prefs_summary_column.c
999         * src/prefs_summary_column.h
1000         * src/prefs_summary_open.c
1001         * src/prefs_summary_open.h
1002         * src/prefs_template.c
1003         * src/prefs_template.h
1004         * src/prefs_themes.c
1005         * src/prefs_themes.h
1006         * src/prefs_toolbar.c
1007         * src/prefs_toolbar.h
1008         * src/prefs_wrapping.c
1009         * src/prefs_wrapping.h
1010         * src/privacy.c
1011         * src/privacy.h
1012         * src/procheader.c
1013         * src/procheader.h
1014         * src/procmime.c
1015         * src/procmime.h
1016         * src/procmsg.c
1017         * src/procmsg.h
1018         * src/quote_fmt.c
1019         * src/quote_fmt_lex.l
1020         * src/quote_fmt_parse.y
1021         * src/recv.c
1022         * src/recv.h
1023         * src/remotefolder.c
1024         * src/remotefolder.h
1025         * src/send_message.c
1026         * src/send_message.h
1027         * src/setup.c
1028         * src/setup.h
1029         * src/simple-gettext.c
1030         * src/sourcewindow.c
1031         * src/sourcewindow.h
1032         * src/ssl_manager.c
1033         * src/ssl_manager.h
1034         * src/statusbar.c
1035         * src/statusbar.h
1036         * src/stock_pixmap.c
1037         * src/stock_pixmap.h
1038         * src/summary_search.c
1039         * src/summary_search.h
1040         * src/summaryview.c
1041         * src/summaryview.h
1042         * src/textview.c
1043         * src/textview.h
1044         * src/toolbar.c
1045         * src/toolbar.h
1046         * src/undo.c
1047         * src/undo.h
1048         * src/unmime.c
1049         * src/unmime.h
1050         * src/uri_opener.c
1051         * src/uri_opener.h
1052         * src/vcard.c
1053         * src/vcard.h
1054         * src/wizard.c
1055         * src/wizard.h
1056         * src/common/base64.c
1057         * src/common/base64.h
1058         * src/common/claws.c
1059         * src/common/claws.h
1060         * src/common/defs.h
1061         * src/common/fnmatch.c
1062         * src/common/fnmatch.h
1063         * src/common/fnmatch_loop.c
1064         * src/common/hooks.c
1065         * src/common/hooks.h
1066         * src/common/log.c
1067         * src/common/log.h
1068         * src/common/md5.c
1069         * src/common/md5.h
1070         * src/common/mgutils.c
1071         * src/common/mgutils.h
1072         * src/common/nntp.c
1073         * src/common/nntp.h
1074         * src/common/passcrypt.c
1075         * src/common/passcrypt.h.in
1076         * src/common/plugin.c
1077         * src/common/plugin.h
1078         * src/common/prefs.c
1079         * src/common/prefs.h
1080         * src/common/progressindicator.c
1081         * src/common/progressindicator.h
1082         * src/common/quoted-printable.c
1083         * src/common/quoted-printable.h
1084         * src/common/session.c
1085         * src/common/session.h
1086         * src/common/smtp.c
1087         * src/common/smtp.h
1088         * src/common/socket.c
1089         * src/common/socket.h
1090         * src/common/ssl.c
1091         * src/common/ssl.h
1092         * src/common/ssl_certificate.c
1093         * src/common/ssl_certificate.h
1094         * src/common/string_match.c
1095         * src/common/string_match.h
1096         * src/common/stringtable.c
1097         * src/common/stringtable.h
1098         * src/common/tags.c
1099         * src/common/tags.h
1100         * src/common/template.c
1101         * src/common/template.h
1102         * src/common/timing.h
1103         * src/common/utils.c
1104         * src/common/utils.h
1105         * src/common/uuencode.c
1106         * src/common/uuencode.h
1107         * src/common/version.h.in
1108         * src/common/w32_dirent.c
1109         * src/common/w32_reg.c
1110         * src/common/w32_signal.c
1111         * src/common/w32_stat.c
1112         * src/common/w32_stdlib.c
1113         * src/common/w32_string.c
1114         * src/common/w32_time.c
1115         * src/common/w32_unistd.c
1116         * src/common/w32_wait.c
1117         * src/common/w32lib.h
1118         * src/common/xml.c
1119         * src/common/xml.h
1120         * src/common/xmlprops.c
1121         * src/common/xmlprops.h
1122         * src/etpan/etpan-errors.h
1123         * src/etpan/etpan-thread-manager-types.h
1124         * src/etpan/etpan-thread-manager.c
1125         * src/etpan/etpan-thread-manager.h
1126         * src/etpan/imap-thread.c
1127         * src/etpan/imap-thread.h
1128         * src/gtk/about.c
1129         * src/gtk/about.h
1130         * src/gtk/colorlabel.c
1131         * src/gtk/colorlabel.h
1132         * src/gtk/colorsel.c
1133         * src/gtk/colorsel.h
1134         * src/gtk/combobox.c
1135         * src/gtk/combobox.h
1136         * src/gtk/description_window.c
1137         * src/gtk/description_window.h
1138         * src/gtk/filesel.c
1139         * src/gtk/filesel.h
1140         * src/gtk/foldersort.c
1141         * src/gtk/foldersort.h
1142         * src/gtk/gtkaspell.c
1143         * src/gtk/gtkaspell.h
1144         * src/gtk/gtksctree.c
1145         * src/gtk/gtkshruler.c
1146         * src/gtk/gtkshruler.h
1147         * src/gtk/gtksourceprintjob.c
1148         * src/gtk/gtksourceprintjob.h
1149         * src/gtk/gtkutils.c
1150         * src/gtk/gtkutils.h
1151         * src/gtk/gtkvscrollbutton.c
1152         * src/gtk/gtkvscrollbutton.h
1153         * src/gtk/icon_legend.c
1154         * src/gtk/icon_legend.h
1155         * src/gtk/inputdialog.c
1156         * src/gtk/inputdialog.h
1157         * src/gtk/logwindow.c
1158         * src/gtk/logwindow.h
1159         * src/gtk/manage_window.c
1160         * src/gtk/manage_window.h
1161         * src/gtk/menu.c
1162         * src/gtk/menu.h
1163         * src/gtk/pluginwindow.c
1164         * src/gtk/pluginwindow.h
1165         * src/gtk/prefswindow.c
1166         * src/gtk/prefswindow.h
1167         * src/gtk/progressdialog.c
1168         * src/gtk/progressdialog.h
1169         * src/gtk/quicksearch.c
1170         * src/gtk/quicksearch.h
1171         * src/gtk/sslcertwindow.c
1172         * src/gtk/sslcertwindow.h
1173         * src/plugins/bogofilter/bogofilter.c
1174         * src/plugins/bogofilter/bogofilter.h
1175         * src/plugins/bogofilter/bogofilter_gtk.c
1176         * src/plugins/clamav/clamav_plugin.c
1177         * src/plugins/clamav/clamav_plugin.h
1178         * src/plugins/clamav/clamav_plugin_gtk.c
1179         * src/plugins/demo/demo.c
1180         * src/plugins/dillo_viewer/dillo_prefs.c
1181         * src/plugins/dillo_viewer/dillo_prefs.h
1182         * src/plugins/dillo_viewer/dillo_viewer.c
1183         * src/plugins/pgpcore/passphrase.c
1184         * src/plugins/pgpcore/passphrase.h
1185         * src/plugins/pgpcore/pgp_viewer.c
1186         * src/plugins/pgpcore/pgp_viewer.h
1187         * src/plugins/pgpcore/plugin.c
1188         * src/plugins/pgpcore/prefs_gpg.c
1189         * src/plugins/pgpcore/prefs_gpg.h
1190         * src/plugins/pgpcore/select-keys.c
1191         * src/plugins/pgpcore/select-keys.h
1192         * src/plugins/pgpcore/sgpgme.c
1193         * src/plugins/pgpcore/sgpgme.h
1194         * src/plugins/pgpinline/pgpinline.c
1195         * src/plugins/pgpinline/pgpinline.h
1196         * src/plugins/pgpinline/plugin.c
1197         * src/plugins/pgpmime/pgpmime.c
1198         * src/plugins/pgpmime/pgpmime.h
1199         * src/plugins/pgpmime/plugin.c
1200         * src/plugins/spamassassin/spamassassin.c
1201         * src/plugins/spamassassin/spamassassin.h
1202         * src/plugins/spamassassin/spamassassin_gtk.c
1203         * src/plugins/trayicon/trayicon.c
1204         * src/plugins/trayicon/trayicon_prefs.c
1205         * src/plugins/trayicon/trayicon_prefs.h
1206         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1207         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1208         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1209         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1210         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1211         * tools/OOo2claws-mail.pl
1212         * tools/README.sylprint
1213         * tools/acroread2claws-mail.pl
1214         * tools/claws-mail-compose-insert-files.pl
1215         * tools/convert_mbox.pl
1216         * tools/filter_conv.pl
1217         * tools/filter_conv_new.pl
1218         * tools/fix_date.sh
1219         * tools/freshmeat_search.pl
1220         * tools/google_search.pl
1221         * tools/kmail-mailbox2claws-mail.pl
1222         * tools/kmail2claws-mail.pl
1223         * tools/kmail2claws-mail_v2.pl
1224         * tools/mairix.sh
1225         * tools/make.themes.project
1226         * tools/multiwebsearch.pl
1227         * tools/nautilus2claws-mail.sh
1228         * tools/outlook2claws-mail.pl
1229         * tools/textviewer.sh
1230         * tools/thunderbird-filters-convertor.pl
1231         * tools/update-po
1232         * tools/uuooffice
1233         * tools/vcard2xml.py
1234         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1235                 Upgrade to GPLv3 or later.
1236
1237 2007-07-10 [wwp]        2.10.0cvs15
1238
1239         * src/main.c
1240                 Fix re-opening of all composing messages that were
1241                 opened when closing the previous instance, thanks
1242                 to Colin.
1243
1244 2007-07-10 [paul]       2.10.0cvs14
1245
1246         * src/editaddress_other_attributes_ldap.c
1247         * src/ldapupdate.c
1248                 fix crash on selecting 'other attributes' combo
1249                 for either a new entry or an old entry with no
1250                 existing attributes.
1251                 fix bug on editing multiple attributes which
1252                 resulted them all having the value of the last
1253                 one changed.
1254                 Thanks to Colin
1255
1256 2007-07-10 [colin]      2.10.0cvs13
1257
1258         * src/editaddress.c
1259         * src/editaddress_other_attributes_ldap.h
1260         * src/ldapupdate.c
1261                 Fix --disable-ldap build
1262
1263 2007-07-09 [colin]      2.10.0cvs12
1264
1265         * src/Makefile.am
1266         * src/addritem.c
1267         * src/addritem.h
1268         * src/editaddress.c
1269         * src/editaddress_other_attributes_ldap.c
1270         * src/editaddress_other_attributes_ldap.h
1271         * src/editldap.c
1272         * src/ldapctrl.c
1273         * src/ldapctrl.h
1274         * src/ldapupdate.c
1275                 Add capability to edit all inetOrgPerson
1276                 attributes on LDAP. Patch by Michael 
1277                 Rasmussen
1278
1279 2007-07-09 [colin]      2.10.0cvs11
1280
1281         * src/Makefile.am
1282         * src/exporthtml.c
1283         * src/mbox.c
1284         * src/msgcache.c
1285         * src/prefs_summaries.c
1286         * src/prefs_themes.c
1287         * src/procheader.c
1288         * src/common/Makefile.am
1289         * src/common/log.c
1290         * src/common/timing.h
1291         * src/common/utils.c
1292         * src/common/utils.h
1293         * src/common/w32_account.c
1294         * src/common/w32lib.h
1295         * src/gtk/Makefile.am
1296         * src/gtk/colorlabel.c
1297         * src/plugins/pgpcore/Makefile.am
1298         * src/plugins/pgpcore/claws.def
1299         * src/plugins/pgpcore/passphrase.c
1300         * src/plugins/pgpcore/pgp_viewer.c
1301         * src/plugins/pgpcore/plugin.def
1302         * src/plugins/pgpcore/sgpgme.c
1303         * src/plugins/pgpinline/Makefile.am
1304         * src/plugins/pgpinline/claws.def
1305         * src/plugins/pgpinline/mypgpcore.def
1306         * src/plugins/pgpinline/plugin.def
1307         * src/plugins/pgpmime/Makefile.am
1308         * src/plugins/pgpmime/claws.def
1309         * src/plugins/pgpmime/mypgpcore.def
1310         * src/plugins/pgpmime/plugin.def
1311                 Commit win32 patch, from Werner Koch and
1312                 Marcus Brinkmann
1313
1314 2007-07-09 [colin]      2.10.0cvs10
1315
1316         * src/prefs_toolbar.c
1317                 Fix crash when no actions exist
1318
1319 2007-07-07 [paul]       2.10.0cvs9
1320
1321         * COPYING
1322         * manual/claws-mail-manual.xml
1323                 update copyright year
1324         * po/fi.po
1325                 updated by Flammie Pirinen
1326
1327 2007-07-05 [wwp]        2.10.0cvs8
1328
1329         * src/plugins/clamav/clamav_plugin_gtk.c
1330                 Make vertical spacing like in other plugin prefs pages.
1331
1332 2007-07-05 [wwp]        2.10.0cvs7
1333
1334         * src/quote_fmt.c
1335                 It's %am that works, not %ae (this doc incoherence has been
1336                 introduced with 2.9.2cvs13).
1337
1338 2007-07-04 [wwp]        2.10.0cvs6
1339
1340         * src/plugins/bogofilter/bogofilter.c
1341                 Gettext-ize an occurrence of "Any" that wasn't.
1342
1343 2007-07-04 [colin]      2.10.0cvs5
1344
1345         * po/POTFILES.in
1346                 Fix untranslated strings; thanks
1347                 to Pader Rezso.
1348
1349 2007-07-03 [colin]      2.10.0cvs4
1350
1351         * src/folder.c
1352         * src/mainwindow.c
1353                 Fix saving of sort mode for tags and
1354                 thread date. Thanks to Pierre Ossman.
1355                 Completes fix for bug 1233
1356
1357 2007-07-03 [paul]       2.10.0cvs3
1358
1359         * src/compose.c
1360                 fix auto-save
1361         * src/summaryview.c
1362                 fix build warnings
1363         Thanks to Colin
1364
1365 2007-07-02 [colin]      2.10.0cvs2
1366
1367         * src/folder.h
1368         * src/mainwindow.c
1369         * src/procmsg.h
1370         * src/summaryview.c
1371                 Add View/Sort/by Thread date
1372                 Fixes bug 1233, 'Capability to sort 
1373                 threads by most recent message'
1374                 Based on a patch by Paul Rolland
1375
1376 2007-07-02 [colin]      2.10.0cvs1
1377
1378         * src/Makefile.am
1379         * src/compose.c
1380         * src/edittags.c
1381         * src/edittags.h
1382         * src/filtering.c
1383         * src/folder.c
1384         * src/folder.h
1385         * src/headerview.c
1386         * src/headerview.h
1387         * src/main.c
1388         * src/mainwindow.c
1389         * src/mainwindow.h
1390         * src/manual.h
1391         * src/matcher.c
1392         * src/matcher.h
1393         * src/matcher_parser_parse.y
1394         * src/mimeview.c
1395         * src/msgcache.c
1396         * src/msgcache.h
1397         * src/prefs_common.c
1398         * src/prefs_common.h
1399         * src/prefs_filtering_action.c
1400         * src/prefs_matcher.c
1401         * src/prefs_summary_column.c
1402         * src/procmsg.c
1403         * src/procmsg.h
1404         * src/quote_fmt.c
1405         * src/quote_fmt_lex.l
1406         * src/quote_fmt_parse.y
1407         * src/summaryview.c
1408         * src/summaryview.h
1409         * src/textview.c
1410         * src/common/Makefile.am
1411         * src/common/defs.h
1412         * src/common/tags.c
1413         * src/common/tags.h
1414         * src/gtk/quicksearch.c
1415         * src/gtk/quicksearch.h
1416                 Add Tags implementation. Tags are arbitrary labels
1417                 that can be applied to messages. It is possible 
1418                 to create, edit, remove tags; apply them to mails;
1419                 filter on tags or tag presence; apply or unset
1420                 tags via filtering actions; reference tags in
1421                 reply templates.
1422
1423 2007-07-02 [paul]       2.10.0
1424
1425         * NEWS
1426         * README
1427         * RELEASE_NOTES
1428                 2.10.0 released
1429
1430 2007-07-02 [paul]       2.9.2cvs78
1431
1432         * po/de.po
1433         * po/en_GB.po
1434         * po/es.po
1435         * po/fr.po
1436         * po/hu.po
1437         * po/pt_BR.po
1438         * po/ru.po
1439         * po/zh_CN.po
1440                 updated by Stephan Sachse, me, Ricardo Mones
1441                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1442                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1443
1444 2007-07-02 [paul]       2.9.2cvs77
1445
1446         * AUTHORS
1447                 updated
1448
1449 2007-06-29 [wwp]        2.9.2cvs76
1450
1451         * src/gtk/headers.h
1452                 Fix a typo (thanks to Ricardo for finding this out).
1453
1454 2007-06-28 [paul]       2.9.2cvs75
1455
1456         * src/folderview.c
1457                 fix build warnings
1458
1459 2007-06-28 [paul]       2.9.2cvs74
1460
1461         * tools/Makefile.am
1462                 fix bug in the autotools build system.
1463                 Files cataloged under EXTRA_DIST were never
1464                 automatically copied to the build tree.
1465                 (fix 'make distcheck')
1466                 Patch by Michael Rasmussen.
1467
1468 2007-06-24 [colin]      2.9.2cvs73
1469
1470         * src/news_gtk.c
1471                 Fix bug 1249, 'Error handling for 
1472                 news errors needs modification'
1473                 Only popup error if the according
1474                 pref in Prefs/Receive is set.
1475
1476 2007-06-21 [colin]      2.9.2cvs72
1477
1478         * src/common/plugin.c
1479         * src/common/plugin.h
1480                 Change plugin API to know whether it's safe to 
1481                 unload plugins or whether we should just hide
1482                 them. Fixes bug 1248, 'Core dumps after 
1483                 unloading plugin and clicking on load plugins'
1484         * src/plugins/bogofilter/bogofilter.c
1485         * src/plugins/clamav/clamav_plugin.c
1486         * src/plugins/demo/demo.c
1487         * src/plugins/dillo_viewer/dillo_viewer.c
1488         * src/plugins/pgpcore/plugin.c
1489         * src/plugins/pgpinline/plugin.c
1490         * src/plugins/pgpmime/plugin.c
1491         * src/plugins/spamassassin/spamassassin.c
1492         * src/plugins/trayicon/trayicon.c
1493                 Update API
1494
1495 2007-06-19 [colin]      2.9.2cvs71
1496
1497         * src/compose.c
1498         * src/messageview.c
1499                 Fix crash mentioned in bug 1246
1500                 Race condition when automatically drafting
1501                 due to insertion on reedit.
1502
1503 2007-06-18 [wwp]        2.9.2cvs70
1504
1505         * src/importldif.c
1506                 LDIF import: use a "Proceed" button to complete
1507                 the process.
1508
1509 2007-06-18 [paul]       2.9.2cvs69
1510
1511         * configure.ac
1512                 use pkgconfig to check for gtk and glib
1513
1514 2007-06-17 [wwp]        2.9.2cvs68
1515
1516         * src/ldif.c
1517         * src/importldif.c
1518                 LDIF import: better error handling, minor code
1519                 and UI cleanup, and renamed the Save button
1520                 to Close, as imported stuff is already saved
1521                 when the Save button is shown.
1522
1523 2007-06-17 [colin]      2.9.2cvs67
1524
1525         * src/prefs_summaries.c
1526         * src/procmsg.c
1527                 Don't set as read when forwarded, only replied to
1528
1529 2007-06-17 [paul]       2.9.2cvs66
1530
1531         * src/alertpanel.c
1532                 add missing #include
1533
1534 2007-06-16 [colin]      2.9.2cvs65
1535
1536         * src/prefs_summaries.c
1537         * src/procmsg.c
1538                 Change the pref "Only mark as read when opened
1539                 in new window" to "..., replied to or forwarded".
1540                 Based on a patch by Paul Rolland.
1541
1542 2007-06-16 [paul]       2.9.2cvs64
1543
1544         * src/gtk/authors.h
1545                 alphabetical order! :)
1546
1547 2007-06-16 [colin]      2.9.2cvs63
1548
1549         * AUTHORS
1550         * src/gtk/authors.h
1551                 Add Michael Rasmussen in authors list
1552
1553 2007-06-16 [colin]      2.9.2cvs62
1554
1555         * src/messageview.c
1556                 Fix messageview_copy_clipboard to take advantage
1557                 of plugins' get_selection.
1558
1559 2007-06-15 [colin]      2.9.2cvs61
1560
1561         * src/action.c
1562         * src/addr_compl.c
1563         * src/addressbook.c
1564         * src/folderview.c
1565         * src/message_search.c
1566         * src/mimeview.c
1567         * src/summary_search.c
1568         * src/summaryview.c
1569         * src/textview.c
1570                 Allow GDK_KP_Enter to do the same as GDK_Return
1571                 Patch by Michael Rasmussen
1572
1573 2007-06-15 [paul]       2.9.2cvs60
1574
1575         * src/compose.c
1576                 fix bug when closing a compose window
1577                 during autosave
1578
1579 2007-06-14 [paul]       2.9.2cvs59
1580
1581         * src/main.c
1582         * src/common/defs.h
1583                 migrate sylpheed config
1584
1585 2007-06-14 [wwp]        2.9.2cvs58
1586
1587         * src/gtk/pluginwindow.c
1588                 Yet another attempt to fix sizing/alignment of the
1589                 button bar in plugins window.
1590
1591 2007-06-12 [colin]      2.9.2cvs57
1592
1593         * po/POTFILES.in
1594         * src/Makefile.am
1595         * src/folderview.c
1596         * src/prefs_common.c
1597         * src/prefs_common.h
1598         * src/prefs_summaries.c
1599         * src/prefs_summary_open.c
1600         * src/prefs_summary_open.h
1601         * src/summaryview.c
1602                 Make "when entering a folder" actions more personalisable
1603
1604 2007-06-12 [wwp]        2.9.2cvs56
1605
1606         * tools/README
1607                 Use short description from Paul (mairix.sh).
1608
1609 2007-06-12 [wwp]        2.9.2cvs55
1610
1611         * tools/README
1612                 Updated info about mairix.sh.
1613
1614 2007-06-11 [paul]       2.9.2cvs54
1615
1616         * src/prefs_logging.c
1617                 rework log window length widgets
1618                 and some sensitivity fixes
1619
1620 2007-06-11 [paul]       2.9.2cvs53
1621
1622         * src/mainwindow.c
1623         * src/prefs_logging.c
1624                 rename 'Protocol Log' to 'Network Log'
1625                 and some function renaming
1626
1627 2007-06-10 [wwp]        2.9.2cvs52
1628
1629         * src/gtk/pluginwindow.c
1630                 Revert 2.9.2cvs51.
1631
1632 2007-06-10 [wwp]        2.9.2cvs51
1633
1634         * src/gtk/pluginwindow.c
1635                 Fix button bar in plugin window, was centered and not
1636                 behaving like other dialogs w/ such button bar.
1637
1638 2007-06-08 [wwp]        2.9.2cvs50
1639
1640         * src/compose.c
1641         * src/compose.h
1642         * src/main.c
1643         * src/mainwindow.c
1644         * src/mainwindow.h
1645                 Provide a way out of automatic draft saving on IMAP, when
1646                 exiting offline.
1647                 Prevent drafting while sending and quitting while sending.
1648                 Thanks for Colin.
1649
1650
1651
1652 2007-06-08 [wwp]        2.9.2cvs49
1653
1654         * src/prefs_account.c
1655         * src/gtk/prefswindow.c
1656         * src/gtk/prefswindow.h
1657                 Activate the Basic page when opening account prefs.
1658
1659 2007-06-08 [wwp]        2.9.2cvs48
1660
1661         * src/common/socket.c
1662                 Don't crash if fork() fails, thanks to Colin.
1663
1664 2007-06-08 [wwp]        2.9.2cvs47
1665
1666         * src/gtk/prefswindow.c
1667                 Wrap some long lines, and reset horizontal scroller's adjusment
1668                 (this was already done, vertically), when changing tab (not page)
1669                 in prefs windows.
1670
1671 2007-06-08 [paul]       2.9.2cvs46
1672
1673         * src/common/utils.c
1674                 use gethostname() instead of uname()
1675                 based on a patch by Michael Hughes
1676                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1677
1678 2007-06-07 [wwp]        2.9.2cvs45
1679
1680         * src/prefs_common.c
1681                 Fix some useless warnings, thanks to Colin.
1682
1683 2007-06-06 [colin]      2.9.2cvs44
1684
1685         * src/ldapupdate.c
1686                 Fix strange allocations. 
1687
1688 2007-06-06 [colin]      2.9.2cvs43
1689
1690         * src/ldapupdate.c
1691                 Patch by Michael Rasmussus to help
1692                 bug 1232
1693
1694 2007-06-05 [wwp]        2.9.2cvs42
1695
1696         * src/prefs_account.c
1697         * src/prefs_folder_item.c
1698         * src/prefs_quote.c
1699         * src/quote_fmt.c
1700         * src/quote_fmt.h
1701                 Per-folder templates can now be applied recursively.
1702                 Always save per-folder templates (formats were erroneously
1703                 saved only if they were enabled).
1704                 Check for validity of quotation marks everywhere there
1705                 are defined.
1706
1707 2007-06-05 [wwp]        2.9.2cvs41
1708
1709         * src/inc.c
1710                 Fix incoming messages from local accounts always getting filtered
1711                 (even if the account prefs say don't), thanks to Colin.
1712
1713 2007-06-05 [wwp]        2.9.2cvs40
1714
1715         * src/compose.c
1716         * src/compose.h
1717                 Use per-folder/per-account quote chars when applying a
1718                 template or inserting text as well. Const'ify some
1719                 vars more.
1720
1721 2007-06-04 [colin]      2.9.2cvs39
1722
1723         * src/compose.c
1724                 More work for wwp :)
1725
1726 2007-06-04 [wwp]        2.9.2cvs38
1727
1728         * src/compose.c
1729                 Same as 2.9.2cvs36 but for forwarding.
1730
1731 2007-06-04 [colin]      2.9.2cvs37
1732
1733         * src/compose.c
1734                 Use original mail file for forward/redirect
1735                 Fixes some forwarded mails to be attached as
1736                 application/octet-stream (when they have binary
1737                 parts), and incidentally fixes bug 848
1738                 'Redirect breaks GnuPG'
1739
1740 2007-06-04 [wwp]        2.9.2cvs36
1741
1742         * src/compose.c
1743                 Fix quote mark mis-initialisation when replying/forwarding
1744                 (introduced w/ 2.9.2cvs20).
1745
1746 2007-06-04 [wwp]        2.9.2cvs35
1747
1748         * src/prefs_compose_writing.c
1749         * src/prefs_quote.c
1750                 Fix a bug where Quotation characters (prefs/compose/writing)
1751                 was cleared (introduced w/ 2.9.2cvs26).
1752
1753 2007-06-04 [wwp]        2.9.2cvs34
1754
1755         * src/prefs_account.c
1756         * src/prefs_account.h
1757                 Better fix for compiling w/o aspell (rollbacks
1758                 2.9.2cvs31).
1759
1760 2007-06-04 [wwp]        2.9.2cvs33
1761
1762         * src/account.c
1763         * src/prefs_account.c
1764         * src/prefs_account.h
1765         * src/procmsg.c
1766                 It's now possible to disable mail filtering plugins
1767                 on a per-account basis.
1768
1769 2007-06-04 [wwp]        2.9.2cvs32
1770
1771         * src/procheader.c
1772         * src/common/utils.c
1773         * src/common/utils.h
1774                 Support CRLF in headers part of messages.
1775                 Support few more date formats (RFC3339 subsets).
1776
1777 2007-06-04 [wwp]        2.9.2cvs31
1778
1779         * src/prefs_account.c
1780                 Fix compiling w/o aspell support.
1781
1782 2007-06-03 [wwp]        2.9.2cvs30
1783
1784         * src/prefs_gtk.c
1785                 Don't decode leading ENV_ and ~ in P_PASSWORD
1786                 values.
1787
1788 2007-06-03 [wwp]        2.9.2cvs29
1789
1790         * src/prefs_gtk.c
1791                 Don't decode leading ENV_ and ~ in P_PASSWORD
1792                 values.
1793
1794 2007-06-03 [wwp]        2.9.2cvs28
1795
1796         * src/prefs_account.c
1797         * src/gtk/prefswindow.c
1798         * src/gtk/prefswindow.h
1799                 Added a way to force preloading of all pages
1800                 (prefswindow).
1801                 Moved tabs to pages in account prefs.
1802
1803 2007-06-02 [colin]      2.9.2cvs27
1804
1805         * src/addressbook.c
1806                 Fix possible crash, fix ldap write bugs
1807         * src/ldapupdate.c
1808                 Fix ldap write bugs - patch by Michael
1809                 Rasmussen
1810         * src/alertpanel.c
1811         * src/alertpanel.h
1812                 Add a hook whenever alertpanel opens/closes
1813
1814 2007-05-31 [wwp]        2.9.2cvs26
1815
1816         * src/prefs_compose_writing.c
1817         * src/prefs_quote.c
1818                 Re-organized writing options a bit:
1819                  - renamed the Quoting page to Templates
1820                  - moved all composing templates to that page
1821                  - moved non-templates options to the Writing one,
1822                    grouped reply-related options, reordered reply and
1823                    forward options.
1824
1825 2007-05-31 [wwp]        2.9.2cvs25
1826
1827         * src/compose.c
1828                 Removed unused code.
1829
1830 2007-05-31 [colin]      2.9.2cvs24
1831
1832         * src/addressbook.c
1833                 Fix missing display name when modifying
1834                 LDAP. Patch by Michael Rasmussen
1835
1836 2007-05-31 [wwp]        2.9.2cvs23
1837
1838         * src/plugins/bogofilter/Makefile.am
1839         * src/plugins/clamav/Makefile.am
1840         * src/plugins/demo/Makefile.am
1841         * src/plugins/dillo_viewer/Makefile.am
1842         * src/plugins/spamassassin/Makefile.am
1843                 Fix building of those plugins in Mac OS X.
1844
1845 2007-05-30 [wwp]        2.9.2cvs22
1846
1847         * src/gtk/quicksearch.c
1848                 Fix missing initialization.
1849
1850 2007-05-30 [wwp]        2.9.2cvs21
1851
1852         * src/procheader.c
1853                 Revert accidental commit (debug outputs).
1854
1855 2007-05-30 [wwp]        2.9.2cvs20
1856
1857         * src/compose.c
1858         * src/folder_item_prefs.c
1859         * src/folder_item_prefs.h
1860         * src/prefs_account.c
1861         * src/prefs_account.h
1862         * src/prefs_folder_item.c
1863         * src/prefs_gtk.c
1864         * src/prefs_gtk.h
1865                 Implemented per-account and per-folder
1866                 compose/reply/forward formats.
1867
1868 2007-05-30 [wwp]        2.9.2cvs19
1869
1870         * src/prefs_compose_writing.c
1871         * src/prefs_quote.c
1872         * src/procheader.c
1873         * src/quote_fmt.c
1874         * src/quote_fmt.h
1875                 Internal API changes (factorize quote format
1876                 prefs and checks).
1877
1878 2007-05-30 [colin]      2.9.2cvs18
1879
1880         * src/compose.c
1881                 Fix race where it's possible to re-click Send
1882                 between end of SMTP session and end of "move to
1883                 sent folder" when sending an email with send
1884                 dialog enabled.
1885
1886 2007-05-30 [colin]      2.9.2cvs17
1887
1888         * src/crash.c
1889                 Ask for backtrace on all threads. Patch by
1890                 Pawel
1891         * src/folderview.c
1892                 Fix stale news statusbar when scanning fails.
1893                 Patch by Pawel
1894         * src/ldapupdate.c
1895                 Fix some LDAP write updates bugs. Patch
1896                 by Michael Rasmussen
1897
1898 2007-05-29 [colin]      2.9.2cvs16
1899
1900         * src/imap.c
1901                 Fix loss of local flags when moving mails
1902                 on IMAP in high-bandwidth mode (UID FETCH)
1903
1904 2007-05-25 [paul]       2.9.2cvs15
1905
1906         * src/common/socket.c
1907                 fix sometimes crasher on cancelling
1908                 message sending
1909
1910 2007-05-25 [colin]      2.9.2cvs14
1911
1912         * src/imap.c
1913                 Fix a memory leak
1914         * src/imap_gtk.c
1915                 Be more helpful in the subscription
1916                 message
1917
1918 2007-05-23 [wwp]        2.9.2cvs13
1919
1920         * src/compose.c
1921         * src/prefs_compose_writing.c
1922         * src/prefs_quote.c
1923         * src/prefs_template.c
1924         * src/prefs_template.h
1925         * src/quote_fmt.c
1926         * src/quote_fmt.h
1927         * src/quote_fmt_lex.l
1928         * src/quote_fmt_parse.y
1929                 Introduced new syntax elements (symbols and commands)
1930                 in templates/quote_fmt. Compatibility w/ old
1931                 symbols is kept.
1932                 Updated and reworked the corresponding Information
1933                 dialog.
1934                 Display the line number in dialogs that talk about
1935                 parser errors (in addition to the error message in
1936                 output).
1937
1938 2007-05-23 [wwp]        2.9.2cvs12
1939
1940         * src/quote_fmt_parse.y
1941                 Fix 2.9.2cvs11, probably a paste accident ;).
1942
1943 2007-05-23 [wwp]        2.9.2cvs11
1944
1945         * src/compose.c
1946         * src/prefs_template.c
1947         * src/quote_fmt.h
1948         * src/quote_fmt_parse.y
1949                 Fix 2.9.2cvs10, which broke --disable-aspell.
1950
1951 2007-05-22 [wwp]        2.9.2cvs10
1952
1953         * src/compose.c
1954         * src/prefs_template.c
1955         * src/quote_fmt.c
1956         * src/quote_fmt.h
1957         * src/quote_fmt_lex.l
1958         * src/quote_fmt_parse.y
1959         * src/gtk/gtkaspell.c
1960         * src/gtk/gtkaspell.h
1961                 Added template/quote format syntactical elements
1962                 to show and query:
1963                         - current dictionary
1964                           %T to show (shows empty if not set or not enabled),
1965                           ?T and !T to check if the default dictionary is
1966                           enabled and set
1967                         - current account's default dictionary
1968                           %aT to show (empty if not set or not enabled),
1969                           ?aT and !aT to check if it's enabled and set
1970                         - name completion for an address, from the address
1971                           book
1972                           %ABf, %ABt, %ABc respectively show the full name got
1973                           from the address book if From, To or Cc match a single
1974                           contact.
1975                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
1976                           matches any contact and if the full name is non-empty.
1977                           If From, To or Cc are lists of email addresses, only
1978                           the first address will be checked.
1979                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
1980                 that could show a trailing ','.
1981                 Also, template/quote_fmt parser now shows the line number in case
1982                 of parser error.
1983
1984 2007-05-15 [colin]      2.9.2cvs9
1985
1986         * src/main.c
1987         * src/main.h
1988                 Add a public function to know whether Claws
1989                 crashed last time
1990                 Store opened folder when exiting
1991         * src/folder.c
1992         * src/folder.h
1993                 Store last opened message in each FolderItem;
1994                 Reset last seen messages if Claws crashed, so 
1995                 that one can't go in an infinite crash in case 
1996                 a particular mail crashes Claws.
1997         * src/messageview.c
1998         * src/prefs_common.c
1999         * src/prefs_common.h
2000         * src/summaryview.c
2001         * src/prefs_summaries.c
2002                 Add "Select last opened message" when entering
2003                 a folder
2004                 Add "Select last opened folder" at startup.
2005
2006 2007-05-14 [colin]      2.9.2cvs8
2007
2008         * manual/xml2pdf
2009                 Fix bashism, search for xml catalog 
2010                 in /usr/local/share/xml/catalog too
2011                 Patch by Pawel
2012
2013 2007-05-13 [wwp]        2.9.2cvs7
2014
2015         * src/gtk/logwindow.c
2016                 fix raising log windows when they are either minimized or
2017                 in background.
2018
2019 2007-05-11 [colin]      2.9.2cvs6
2020
2021         * src/gtk/filesel.c
2022                 Use Hildon's file chooser on Maemo. Patch
2023                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2024                 'File attachment "manipulation" bugs...'
2025
2026 2007-05-10 [wwp]        2.9.2cvs5
2027
2028         * src/prefs_common.c
2029         * src/prefs_common.h
2030         * src/gtk/quicksearch.c
2031                 Add a quicksearch option to automatically run
2032                 a search selected from the history (this option
2033                 is exclusive towards type-ahead).
2034
2035 2007-05-10 [colin]      2.9.2cvs4
2036
2037         * src/imap.c
2038                 Fix g_warnings, thanks to Brian
2039                 Morrison
2040
2041 2007-05-09 [colin]      2.9.2cvs3
2042
2043         * src/crash.c
2044         * src/exporthtml.c
2045         * src/mbox.c
2046         * src/prefs_summaries.c
2047         * src/procheader.c
2048         * src/common/log.c
2049         * src/common/utils.c
2050         * src/gtk/gtksourceprintjob.c
2051         * src/gtk/sslcertwindow.c
2052                 Use the re-entrant variant of time functions
2053                 Probably fixes bug 1217, 'reentrancy problems 
2054                 with time functions'
2055
2056 2007-05-09 [colin]      2.9.2cvs2
2057
2058         * src/imap.c
2059                 Fix crasher when reconnection fails
2060
2061 2007-05-08 [paul]       2.9.2cvs1
2062
2063         * NEWS
2064         * README
2065         * RELEASE_NOTES
2066         * configure.ac
2067                 bump version number following
2068                 stable release
2069
2070 2007-05-08 [paul]       2.9.1cvs48
2071
2072         * src/plugins/demo/demo.c
2073         * src/plugins/dillo_viewer/dillo_prefs.c
2074         * src/plugins/dillo_viewer/dillo_prefs.h
2075         * src/plugins/dillo_viewer/dillo_viewer.c
2076         * src/plugins/pgpcore/pgp_viewer.c
2077         * src/plugins/pgpcore/pgp_viewer.h
2078         * src/plugins/pgpcore/plugin.c
2079         * src/plugins/pgpcore/prefs_gpg.c
2080         * src/plugins/pgpcore/prefs_gpg.h
2081         * src/plugins/pgpcore/sgpgme.c
2082         * src/plugins/pgpcore/sgpgme.h
2083         * src/plugins/pgpinline/plugin.c
2084         * src/plugins/pgpmime/pgpmime.c
2085         * src/plugins/pgpmime/pgpmime.h
2086         * src/plugins/pgpmime/plugin.c
2087         * src/plugins/spamassassin/spamassassin.c
2088         * src/plugins/spamassassin/spamassassin.h
2089         * src/plugins/spamassassin/spamassassin_gtk.c
2090         * src/plugins/trayicon/README
2091         * tools/README
2092         * tools/README.sylprint
2093         * tools/outlook2claws-mail.pl
2094         * tools/sylprint.pl
2095         * tools/tb2claws-mail
2096         * tools/tbird2claws.py
2097         * tools/update-po
2098         * tools/vcard2xml.py
2099         * tools/kdeservicemenu/README
2100                 cleanups and corrections
2101
2102 2007-05-06 [wwp]        2.9.1cvs47
2103
2104         * tools/uudec
2105                 Fix missing dash to `display` command-line, reported
2106                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2107
2108 2007-05-06 [colin]      2.9.1cvs46
2109
2110         * src/Makefile.am
2111         * src/stock_pixmap.c
2112         * src/stock_pixmap.h
2113         * src/pixmaps/printer.xpm
2114                 Add a printer icon
2115
2116 2007-05-06 [paul]       2.9.1cvs45
2117
2118         * src/compose.c
2119         * src/ldapquery.c
2120         * src/privacy.h
2121         * src/summary_search.c
2122         * src/summaryview.c
2123                 fix build warnings
2124
2125 2007-05-05 [wwp]        2.9.1cvs44
2126
2127         * src/messageview.c
2128         * src/mh.c
2129         * src/prefs_actions.c
2130         * src/prefs_gtk.c
2131         * src/summaryview.c
2132         * src/common/xml.c
2133                 Fix "faild" typos everywhere and capitalization of
2134                 some g_warnings.
2135
2136 2007-05-04 [colin]      2.9.1cvs43
2137
2138         * src/compose.c
2139         * src/privacy.c
2140         * src/privacy.h
2141         * src/plugins/pgpcore/prefs_gpg.c
2142         * src/plugins/pgpcore/prefs_gpg.h
2143         * src/plugins/pgpinline/pgpinline.c
2144         * src/plugins/pgpmime/pgpmime.c
2145                 Add an API to warn about encryption limits,
2146                 and allow to disable these warnings
2147
2148 2007-05-03 [colin]      2.9.1cvs42
2149
2150         * src/summaryview.c
2151         * src/mainwindow.c
2152                 Fix bug 1213, 'Delete more than 
2153                 one thread at once'
2154
2155 2007-05-03 [wwp]        2.9.1cvs41
2156
2157         * src/prefs_common.c
2158         * src/prefs_filtering.c
2159         * src/prefs_template.c
2160         * src/common/template.c
2161         * src/common/template.h
2162         * src/gtk/gtkutils.c
2163         * src/gtk/gtkutils.h
2164                 Templates are no longer automatically sorted
2165                 by name, but can be sorted manually using
2166                 |< < > >| buttons as well as drag'n'drop.
2167
2168 2007-05-03 [wwp]        2.9.1cvs40
2169
2170         * src/plugins/spamassassin/spamassassin.c
2171         * src/plugins/spamassassin/spamassassin.h
2172         * src/plugins/spamassassin/spamassassin_gtk.c
2173         * src/plugins/bogofilter/bogofilter.c
2174         * src/plugins/bogofilter/bogofilter.h
2175         * src/plugins/bogofilter/bogofilter_gtk.c
2176                 Added an option to conditionally mark saved spam
2177                 as read (default is and was to do so).
2178                 Satisfies feature request 1708539 on sf.net tracker.
2179
2180 2007-05-03 [colin]      2.9.1cvs39
2181
2182         * src/inc.c
2183                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2184
2185 2007-05-02 [colin]      2.9.1cvs38
2186
2187         * src/textview.c
2188                 Fix bug 1209, 'Clicking on address 
2189                 in header (mailto uri) selects 
2190                 default account'. Patch adapted from
2191                 G.P. Halkes' patch.
2192
2193 2007-05-02 [colin]      2.9.1cvs37
2194
2195         * src/grouplistdialog.c
2196                 Set cursor to wait cursor while loading
2197                 groups.
2198
2199 2007-05-02 [paul]       2.9.1cvs36
2200
2201         * src/folder.c
2202         * src/common/defs.h
2203                 rename cache and mark files
2204                 (data is preserved)
2205
2206 2007-04-30 [paul]       2.9.1cvs35
2207
2208         * manual/glossary.xml
2209         * manual/plugins.xml
2210                 updates. Patch by Ricardo
2211
2212 2007-04-29 [wwp]        2.9.1cvs34
2213
2214         * src/mainwindow.c
2215         * configure.ac
2216                 Fix few grammatical errors (patch by David Relson < relson at
2217                 osagesoftware dot com >).
2218
2219 2007-04-28 [colin]      2.9.1cvs33
2220
2221         * src/account.c
2222         * src/pop.c
2223         * src/prefs_account.c
2224         * src/prefs_account.h
2225                 Drop the "Download all" preference. It's
2226                 stupidly useless and confuses people from
2227                 time to time.
2228
2229 2007-04-27 [wwp]        2.9.1cvs32
2230
2231         * src/account.c
2232         * src/prefs_account.c
2233         * src/prefs_account.h
2234                 Don't reflect accounts changes to the mainwindow when it's
2235                 not necessary.
2236
2237 2007-04-27 [colin]      2.9.1cvs31
2238
2239         * src/folder.c
2240                 Freeze/thaw when sync'ing flags
2241         * src/imap.c
2242         * src/prefs_account.c
2243         * src/prefs_account.h
2244         * src/etpan/imap-thread.c
2245         * src/etpan/imap-thread.h
2246                 Add a way to use UID FETCH instead
2247                 of searches to fetch message lists
2248                 and flags. More expensive towards
2249                 bandwidth, less expensive towards
2250                 server's CPU. Probably fixes 
2251                 bug 1158, 'Scanning new folders on 
2252                 Exchange 2007 extremely slow'.
2253                 Patch 95% by Hoa.
2254
2255 2007-04-27 [paul]       2.9.1cvs30
2256
2257         * src/mainwindow.c
2258         * src/prefs_logging.c
2259                 improvements to english usage
2260
2261 2007-04-27 [colin]      2.9.1cvs29
2262
2263         * src/imap.c
2264                 Fix build without libetpan (my bad!)
2265
2266 2007-04-26 [colin]      2.9.1cvs28
2267
2268         * src/imap.c
2269         * src/imap.h
2270                 Fix uselessly exported function
2271         * src/textview.c
2272                 Consider "- -- \n" as signature separator
2273                 (that's what signature separators look like
2274                  in PGP/Inline signed mails)
2275
2276 2007-04-26 [colin]      2.9.1cvs27
2277
2278         * configure.ac
2279                 libetpan-0.49 is now required
2280         * src/procmime.c
2281                 Fix double fetching of mails if
2282                 first try failed
2283         * src/imap.c
2284                 Make offline sync faster, by
2285                 remembering last change time, and
2286                 last sync time.
2287
2288 2007-04-26 [hoa]        2.9.1cvs26
2289
2290         * src/imap.c
2291         * src/imap.h
2292         * src/mainwindow.c
2293         * src/toolbar.c
2294         * src/etpan/imap-thread.c
2295         * src/etpan/imap-thread.h
2296                 cancellation of IMAP operations is now allowed.
2297                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2298
2299 2007-04-26 [colin]      2.9.1cvs25
2300
2301         * src/folder.c
2302                 Always fetch body+headers in folders that are
2303                 synched for offline use, if "Synchronise as
2304                 soon as possible" is set.
2305                 Fixes bug 1200, 'Add option to always retrieve full 
2306                 messages'
2307
2308 2007-04-25 [colin]      2.9.1cvs24
2309
2310         * src/compose.c
2311                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2312                 persists...'
2313
2314 2007-04-24 [colin]      2.9.1cvs23
2315
2316         * src/folderview.c
2317                 Fix bug 1195, 'Hardware key navigation' 
2318                 Make GDK_Enter toggle expansion (Maemo)
2319
2320 2007-04-24 [wwp]        2.9.1cvs22
2321
2322         * src/compose.c
2323                 Fix few compiler warnings.
2324
2325 2007-04-24 [paul]       2.9.1cvs21
2326
2327         * src/Makefile.am
2328         * src/stock_pixmap.c
2329         * src/stock_pixmap.h
2330                 complete last commit
2331
2332 2007-04-24 [paul]       2.9.1cvs20
2333
2334         * src/gtk/about.c
2335         * src/pixmaps/active.xpm
2336         * src/pixmaps/checkbox_off.xpm
2337         * src/pixmaps/checkbox_on.xpm
2338         * src/pixmaps/inactive.xpm
2339                 kick out the blobs
2340                 remove transparent border from checkbox icons
2341
2342 2007-04-24 [wwp]        2.9.1cvs19
2343
2344         * src/textview.c
2345         * src/textview.h
2346                 Fix a crash in textview, thanks to Colin.
2347
2348 2007-04-23 [wwp]        2.9.1cvs18
2349
2350         * src/prefs_common.c
2351                 Fix 2.9.1cvs5: no header was being translated at all.
2352
2353 2007-04-23 [colin]      2.9.1cvs17
2354
2355         * src/Makefile.am
2356         * src/stock_pixmap.c
2357         * src/stock_pixmap.h
2358         * src/summaryview.c
2359         * src/summaryview.h
2360         * src/gtk/gtksctree.c
2361         * src/gtk/gtksctree.h
2362         * src/pixmaps/selection.xpm
2363                 Fix bug 1193, 'Need a way to multi-select
2364                 items'. Add a toggle button to the summaryview
2365                 to switch between normal and multiple selection
2366                 (Maemo)
2367
2368 2007-04-23 [colin]      2.9.1cvs16
2369
2370         * src/Makefile.am
2371         * src/stock_pixmap.c
2372         * src/stock_pixmap.h
2373         * src/summaryview.c
2374         * src/summaryview.h
2375         * src/gtk/gtksctree.c
2376         * src/gtk/gtksctree.h
2377         * src/pixmaps/selection.xpm
2378                 Fix bug 1193, 'Need a way to multi-
2379                 select items'
2380                 Add a toggle button in the summaryview
2381                 to enable normal or multiple selection.
2382                 (Maemo)
2383
2384 2007-04-23 [colin]      2.9.1cvs15
2385
2386         * src/compose.c
2387                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2388
2389 2007-04-21 [colin]      2.9.1cvs14
2390
2391         * src/gtk/quicksearch.c
2392                 Fix previous commit (actually use correct
2393                 parameter)
2394
2395 2007-04-21 [colin]      2.9.1cvs13
2396
2397         * src/gtk/quicksearch.c
2398                 Fix changing quicksearch type (after Esc,
2399                 after changing Recursive, ...)
2400
2401 2007-04-20 [wwp]        2.9.1cvs12
2402
2403         * src/gtk/Makefile.am
2404                 Added headers.h (completes 2.9.1cvs5).
2405
2406 2007-04-20 [wwp]        2.9.1cvs11
2407
2408         * src/addressbook.c
2409                 Fix the use of display name in name column,
2410                 it has been overriden w/ the use of nickname
2411                 by 2.9.0cvs3. Now nickname is used (if any)
2412                 in case of LDAP books only.
2413
2414 2007-04-20 [colin]      2.9.1cvs10
2415
2416         * src/mimeview.c
2417         * src/summaryview.c
2418         * src/textview.c
2419                 Add handling of 'a' to loop in a mail's
2420                 mimeparts
2421
2422 2007-04-20 [colin]      2.9.1cvs9
2423
2424         * src/toolbar.c
2425                 Fix bug 1190, 'dir_open' button doesn't work'
2426                 (Maemo)
2427
2428 2007-04-20 [colin]      2.9.1cvs8
2429
2430         * src/folderview.c
2431         * src/mainwindow.c
2432                 Fix bug 1194, 'Hardware keys move from email 
2433                 list to account/directory list, but not back 
2434                 to email list...' (Maemo)
2435
2436 2007-04-20 [colin]      2.9.1cvs7
2437
2438         * src/compose.h
2439                 complete previous commit
2440
2441 2007-04-20 [colin]      2.9.1cvs6
2442
2443         * src/compose.c
2444                 Fix bug 1187, 'Reply-to addressee disappears 
2445                 when reply-to text box is clicked...' (Maemo)
2446
2447 2007-04-20 [wwp]        2.9.1cvs5
2448
2449         * po/POTFILES.in
2450         * src/addressbook.c
2451         * src/compose.c
2452         * src/filtering.c
2453         * src/headerview.c
2454         * src/matcher.c
2455         * src/prefs_common.c
2456         * src/prefs_common.h
2457         * src/prefs_display_header.c
2458         * src/prefs_matcher.c
2459         * src/summaryview.c
2460         * src/gtk/headers.h
2461         * src/gtk/quicksearch.c
2462                 Translate more header names according to the relevant option value,
2463                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2464                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2465                 to prefs_common_translated_header_name().
2466                 Added a headers.h reference file that contains known header names
2467                 (RFC2822 and others) to the translation process' input, so that
2468                 translated header names will still exist even if no occurrence of
2469                 _("headername") is found anymore in the sources.
2470                 Don't translate column name 'Number' following to trans_hdr option
2471                 value as it's not a header name.
2472
2473 2007-04-20 [colin]      2.9.1cvs4
2474
2475         * src/gtk/quicksearch.c
2476         * src/gtk/quicksearch.h
2477                 Add "From, To or Subject" quicksearch
2478                 type. Patch by ulfschaper@users.sf.net
2479
2480 2007-04-20 [colin]      2.9.1cvs3
2481
2482         * src/matcher.c
2483                 Implement proper references filtering condition.
2484                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2485
2486 2007-04-19 [wwp]        2.9.1cvs2
2487
2488         * src/prefs_display_header.c
2489         * src/message_search.c
2490                 Fix few warnings (g_free of const gchar*).
2491
2492 2007-04-19 [paul]       2.9.1cvs1
2493
2494         * NEWS
2495         * README
2496         * RELEASE_NOTES
2497         * configure.ac
2498                 bump version number following
2499                 stable release
2500
2501 2007-04-19 [paul]       2.9.0cvs9
2502
2503         * manual/advanced.xml
2504         * manual/glossary.xml
2505                 fix typos
2506
2507 2007-04-18 [paul]       2.9.0cvs8
2508
2509         * src/pop.c
2510                 fix for CVE-2007-1558 (APOP)
2511                 Thanks to Colin
2512
2513 2007-04-18 [paul]       2.9.0cvs7
2514
2515         * src/messageview.c
2516         * src/mimeview.c
2517         * src/summaryview.c
2518         * src/gtk/filesel.c
2519                 Fix encoding woes wrt saving of
2520                 mails and parts
2521                 Thanks to Colin
2522
2523 2007-04-18 [colin]      2.9.0cvs6
2524
2525         * src/gtk/pluginwindow.c
2526                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2527
2528 2007-04-17 [wwp]        2.9.0cvs5
2529
2530         * src/addressadd.c
2531         * src/addressbook.c
2532         * src/addrindex.c
2533         * src/ldapupdate.c
2534                 Fix --disable-ldap build,
2535                 fix some LDAP annoyances on 
2536                 searches, thanks to Colin.
2537
2538 2007-04-17 [wwp]        2.9.0cvs4
2539
2540         * src/ldapupdate.c
2541                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2542                 like gcc 2.9x. Thanks to Colin.
2543
2544 2007-04-17 [wwp]        2.9.0cvs3
2545
2546         * src/Makefile.am
2547         * src/addressadd.c
2548         * src/addressbook.c
2549         * src/addrindex.c
2550         * src/addritem.c
2551         * src/addritem.h
2552         * src/editaddress.c
2553         * src/ldapctrl.c
2554         * src/ldapctrl.h
2555         * src/ldapquery.c
2556         * src/ldapserver.c
2557         * src/ldapserver.h
2558         * src/ldapupdate.c
2559         * src/ldapupdate.h
2560                 Add LDAP write support. Patch mostly by 
2561                 Michael <mir at datanom dot net>
2562
2563 2007-04-17 [wwp]        2.9.0cvs2
2564
2565         * src/compose.c
2566                 Prepend "Add to address book" to the context menu of compose window's sender and
2567                 recipient fields.
2568
2569 2007-04-16 [paul]       2.9.0cvs1
2570
2571         * src/gtk/authors.h
2572                 add Pader Rezso
2573
2574 2007-04-16 [paul]       2.9.0
2575
2576         * NEWS
2577         * README
2578         * RELEASE_NOTES
2579                 2.9.0 released
2580
2581 2007-04-16 [paul]       2.8.1cvs102
2582
2583         * po/fr.po
2584                 updated by Fabien Vantard
2585
2586 2007-04-16 [paul]       2.8.1cvs101
2587
2588         * po/ca.po
2589         * po/cs.po
2590         * po/de.po
2591         * po/hu.po
2592         * po/pl.po
2593         * po/pt_BR.po
2594         * po/sr.po
2595         * po/zh_CN.po
2596                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2597                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2598                 Aleksandar Urosevic, and Ralgh Young
2599
2600 2007-04-15 [mones]      2.8.1cvs100
2601
2602         * po/es.po
2603                 Updated for release
2604
2605 2007-04-14 [colin]      2.8.1cvs99
2606
2607         * src/message_search.c
2608         * src/prefs_display_header.c
2609         * src/summary_search.c
2610         * src/gtk/combobox.c
2611                 Fix allocations
2612
2613 2007-04-14 [wwp]        2.8.1cvs98
2614
2615         * src/gtk/combobox.c
2616         * src/message_search.c
2617         * src/summary_search.c
2618         * src/prefs_display_header.c
2619                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2620                 returns NULL, get the text value directly from the GtkEntry child.
2621
2622 2007-04-13 [colin]      2.8.1cvs97
2623
2624         * src/gtk/quicksearch.c
2625                 Give the focus back to summaryview when
2626                 emptying the quicksearch with Esc
2627
2628 2007-04-13 [colin]      2.8.1cvs96
2629
2630         * src/message_search.c
2631         * src/prefs_display_header.c
2632         * src/summary_search.c
2633                 Fix possibles crashes when getting text
2634                 from gtk combos
2635
2636 2007-04-13 [colin]      2.8.1cvs95
2637
2638         * src/pop.c
2639                 Add some UIDL debugging
2640
2641 2007-04-12 [colin]      2.8.1cvs94
2642
2643         * src/folder.c
2644                 Force folder scan if necessary after
2645                 copying mails, to be able to reapply
2646                 flags.
2647
2648 2007-04-11 [colin]      2.8.1cvs93
2649
2650         * src/main.c
2651                 don't scan for new mail on startup if --select
2652                 is specified (or race conditions arise). If so,
2653                 do both sequentially.
2654
2655 2007-04-09 [colin]      2.8.1cvs92
2656
2657         * src/common/defs.h
2658                 Use leafpad by default on Maemo. Patch
2659                 by Jean-Luc Biord.
2660
2661 2007-04-06 [colin]      2.8.1cvs91
2662
2663         * src/pixmaps/queue_close.xpm
2664         * src/pixmaps/queue_close_hrm.xpm
2665         * src/pixmaps/queue_close_hrm_mark.xpm
2666         * src/pixmaps/queue_close_mark.xpm
2667         * src/pixmaps/queue_open.xpm
2668         * src/pixmaps/queue_open_hrm.xpm
2669         * src/pixmaps/queue_open_hrm_mark.xpm
2670         * src/pixmaps/queue_open_mark.xpm
2671                 Move the clock one pixel down :)
2672
2673 2007-04-05 [colin]      2.8.1cvs90
2674
2675         * src/mainwindow.c
2676                 Don't sync when switching offline from
2677                 command line - it's usually too late :)
2678
2679 2007-04-05 [paul]       2.8.1cvs89
2680
2681         * src/Makefile.am
2682         * src/stock_pixmap.c
2683         * src/pixmaps/dir_close_hrm.xpm
2684         * src/pixmaps/dir_close_hrm_mark.xpm
2685         * src/pixmaps/drafts_close.xpm
2686         * src/pixmaps/drafts_close_mark.xpm
2687         * src/pixmaps/drafts_open.xpm
2688         * src/pixmaps/drafts_open_mark.xpm
2689         * src/pixmaps/inbox.xpm
2690         * src/pixmaps/inbox_close.xpm
2691         * src/pixmaps/inbox_close_hrm.xpm
2692         * src/pixmaps/inbox_close_hrm_mark.xpm
2693         * src/pixmaps/inbox_close_mark.xpm
2694         * src/pixmaps/inbox_hrm.xpm
2695         * src/pixmaps/inbox_hrm_mark.xpm
2696         * src/pixmaps/inbox_mark.xpm
2697         * src/pixmaps/inbox_open.xpm
2698         * src/pixmaps/inbox_open_hrm.xpm
2699         * src/pixmaps/inbox_open_hrm_mark.xpm
2700         * src/pixmaps/inbox_open_mark.xpm
2701         * src/pixmaps/outbox.xpm
2702         * src/pixmaps/outbox_close.xpm
2703         * src/pixmaps/outbox_close_hrm.xpm
2704         * src/pixmaps/outbox_close_hrm_mark.xpm
2705         * src/pixmaps/outbox_close_mark.xpm
2706         * src/pixmaps/outbox_hrm.xpm
2707         * src/pixmaps/outbox_hrm_mark.xpm
2708         * src/pixmaps/outbox_mark.xpm
2709         * src/pixmaps/outbox_open.xpm
2710         * src/pixmaps/outbox_open_hrm.xpm
2711         * src/pixmaps/outbox_open_hrm_mark.xpm
2712         * src/pixmaps/outbox_open_mark.xpm
2713         * src/pixmaps/queue_close.xpm
2714         * src/pixmaps/queue_close_hrm.xpm
2715         * src/pixmaps/queue_close_hrm_mark.xpm
2716         * src/pixmaps/queue_close_mark.xpm
2717         * src/pixmaps/queue_open.xpm
2718         * src/pixmaps/queue_open_hrm.xpm
2719         * src/pixmaps/queue_open_hrm_mark.xpm
2720         * src/pixmaps/queue_open_mark.xpm
2721                 updated, added and replaced icons
2722                 Icons by Colin
2723
2724 2007-04-04 [colin]      2.8.1cvs88
2725
2726         * src/imap.c
2727                 Fix build without libetpan
2728
2729 2007-04-03 [colin]      2.8.1cvs87
2730
2731         * src/imap.c
2732                 Fix crash with Citadel, and try to make
2733                 things work. this server (and specifically 
2734                 STATUS and APPEND at least) seems broken.
2735
2736 2007-04-03 [colin]      2.8.1cvs86
2737
2738         * src/folderview.c
2739                 Fix icons on folder close
2740
2741 2007-04-03 [colin]      2.8.1cvs85
2742
2743         * src/inc.c
2744                 Fix double-ask of offline override in
2745                 certain cases
2746         * src/imap.c
2747         * src/imap.h
2748         * src/imap_gtk.c
2749                 Much more efficient way to synchronise
2750                 for offline use
2751         * src/etpan/imap-thread.c
2752                 Fix possible segs
2753         * src/folder.c
2754         * src/gtk/quicksearch.c
2755                 Fix some GUI lags
2756
2757 2007-04-03 [paul]       2.8.1cvs84
2758
2759         * src/filtering.c
2760         * src/folder.c
2761         * src/folder.h
2762         * src/prefs_common.c
2763         * src/prefs_common.h
2764         * src/prefs_other.c
2765                 Fix sync being done too late
2766                 Thanks to Colin
2767
2768 2007-04-02 [colin]      2.8.1cvs83
2769
2770         * src/summaryview.c
2771                 Maemo: Put status and quicksearch at the top
2772         * src/plugins/bogofilter/bogofilter.c
2773         * src/plugins/spamassassin/spamassassin.c
2774                 Derive trash from inbox if possible
2775
2776 2007-04-02 [paul]       2.8.1cvs82
2777
2778         * src/plugins/bogofilter/bogofilter_gtk.c
2779                 a few English changes
2780
2781 2007-04-02 [paul]
2782
2783         2.9.0-rc1 released
2784
2785 2007-04-02 [colin]      2.8.1cvs81
2786
2787         * src/image_viewer.c
2788                 Fix transparent images by using
2789                 GtkImage
2790         * src/messageview.c
2791                 Flush events (on new windows) to avoid
2792                 having the textview's image resize fail
2793                 to know the available width
2794
2795 2007-04-01 [colin]      2.8.1cvs80
2796
2797         * src/prefs_account.c
2798                 If no MH mailbox exist, when creating a POP/Local
2799                 account, just create and use the default one 
2800                 instead of bailing with a "Mailbox doesn't exist"
2801                 error
2802
2803 2007-03-31 [colin]      2.8.1cvs79
2804
2805         * src/prefs_account.c
2806                 Create signature file if it doesn't exist
2807                 before editing
2808         * src/prefs_toolbar.c
2809                 Maemo: Move "Use default" on the left so
2810                 that people can find it
2811         * src/common/defs.h
2812                 Maemo: make default editor "Maemopad", 
2813                 default signature file "MyDocs/signature.txt"
2814
2815 2007-03-31 [colin]      2.8.1cvs78
2816
2817         * src/prefs_account.c
2818                 Maemo: rework account prefs so
2819                 that less horizontal scrolling
2820                 is required
2821
2822 2007-03-31 [colin]      2.8.1cvs77
2823
2824         * src/folderview.c
2825         * src/prefs_common.c
2826         * src/prefs_common.h
2827                 Fix bug 1167, 'Allow not displaying zeros 
2828                 in folder list'. Patch by MartinP
2829
2830 2007-03-31 [colin]      2.8.1cvs76
2831
2832         * AUTHORS
2833                 Add Jean-Luc Biord
2834
2835 2007-03-31 [colin]      2.8.1cvs75
2836
2837         * src/imap.c
2838                 Apply patch from bug 1172, direct
2839                 access to the folder's session instead
2840                 of using getter. Patch by MartinP
2841
2842 2007-03-31 [paul]       2.8.1cvs74
2843
2844         * src/gtk/authors.h
2845                 no need to list Fabien twice!
2846
2847 2007-03-31 [colin]      2.8.1cvs73
2848
2849         * src/inc.c
2850                 If we're currently "overriding for %d minutes",
2851                 don't ask
2852
2853 2007-03-31 [colin]      2.8.1cvs72
2854
2855         * src/compose.c
2856         * src/imap.c
2857         * src/inc.c
2858         * src/inc.h
2859         * src/messageview.c
2860         * src/news.c
2861         * src/plugins/spamassassin/spamassassin.c
2862                 Offline override: Add a parameter to allow
2863                 asking even if the override timer is running.
2864                 Allows to ask every time the user makes an
2865                 explicit action needing online access (such
2866                 as Get Mail), and not when the action is 
2867                 implicit (such as opening an IMAP folder)
2868
2869 2007-03-31 [colin]      2.8.1cvs71
2870
2871         * src/inc.c
2872                 Override offline: "No" answer shouldn't
2873                 re-ask after 3 seconds, but 10 minutes. 
2874
2875 2007-03-30 [colin]      2.8.1cvs70
2876
2877         * src/common/socket.c
2878                 Better error reporting on unix socket
2879                 failure (bind usually)
2880         * src/gtk/gtkutils.c
2881         * src/gtk/gtkutils.h
2882                 Label window: add a pulsing progress
2883                 bar to show we're not hung :)
2884         * src/folderview.c
2885         * src/main.c
2886         * src/plugins/pgpcore/sgpgme.c
2887                 Update API
2888
2889 2007-03-30 [colin]      2.8.1cvs69
2890
2891         * src/pop.c
2892         * src/prefs_common.c
2893                 Fix possible trashing of history and uidl
2894                 files on disk full problems
2895
2896 2007-03-30 [paul]       2.8.1cvs68
2897
2898         * src/mainwindow.c
2899         * src/summaryview.c
2900         * src/summaryview.h
2901                 update summary when changing layout type
2902                 (fixes wrong folder icon being displayed)
2903                 Thanks to Colin
2904
2905 2007-03-29 [colin]      2.8.1cvs67
2906
2907         * src/prefs_ext_prog.c
2908                 The browser pref is irrelevant on Maemo
2909
2910 2007-03-29 [colin]      2.8.1cvs66
2911
2912         * src/compose.c
2913         * src/compose.h
2914                 Maemo: dynamically switch headers/text position
2915         * src/prefs_common.c
2916                 Maemo: hide compose's ruler by default
2917         * src/common/socket.c
2918         * src/common/socket.h
2919                 Fix build warning
2920
2921 2007-03-29 [colin]      2.8.1cvs65
2922
2923         * src/common/socket.c
2924         * src/common/socket.h
2925                 Fix build when MAEMO_CFLAGS contains
2926                 _X_OPENSOURCE (resolv.h errors as long
2927                 as we don't add _BSD_SOURCE. Ugly).
2928
2929 2007-03-29 [wwp]        2.8.1cvs64
2930
2931         * src/prefs_logging.c
2932                 Fix sensitivity of clip-log widgets in prefs/logging,
2933                 thanks to Fabien.
2934
2935 2007-03-29 [wwp]        2.8.1cvs63
2936
2937         * po/POTFILES.in
2938                 Updated files list for translations, thanks to Fabien.
2939
2940 2007-03-29 [colin]      2.8.1cvs62
2941
2942         * src/main.c
2943         * src/common/Makefile.am
2944         * src/common/utils.c
2945                 Maybe make URI opening work in Maemo
2946                 Requires testing :)
2947
2948 2007-03-28 [colin]      2.8.1cvs61
2949
2950         * src/folder.c
2951         * src/folder.h
2952         * src/folderview.c
2953                 Add the possibility to sort folders arbitrarily
2954                 (via editing of folderlist.xml only). Patch by
2955                 Martin P <mp26+claws@os.inf.tu-dresden.de>
2956                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
2957                 be changed by the user'
2958
2959 2007-03-28 [colin]      2.8.1cvs60
2960
2961         * src/mimeview.c
2962                 Add popup menu for mime icons
2963
2964 2007-03-28 [colin]      2.8.1cvs59
2965
2966         * src/mainwindow.c
2967                 Fix a layout issue when presenting
2968                 mainwindow in Small screen layout
2969         * src/toolbar.c
2970         * src/toolbar.h
2971                 Add a "Go to folder list" button for
2972                 mainwindow, and make it default in
2973                 the Maemo build
2974
2975 2007-03-28 [colin]      2.8.1cvs58
2976
2977         * src/compose.c
2978                 Don't dynamically update title on Maemo
2979                 Patch by Jean-Luc Biord
2980
2981 2007-03-27 [colin]      2.8.1cvs57
2982
2983         * src/compose.c
2984         * src/folderview.c
2985         * src/summaryview.c
2986                 Enable tap-and-hold on Maemo
2987
2988 2007-03-26 [colin]      2.8.1cvs56
2989
2990         * src/compose.c
2991                 More popup-menu (in attachments list)
2992
2993 2007-03-26 [colin]      2.8.1cvs55
2994
2995         * src/compose.c
2996                 Enable popup-menu signal
2997
2998 2007-03-26 [colin]      2.8.1cvs54
2999
3000         * src/plugins/pgpinline/pgpinline.c
3001                 Fix bug 1111, 'PGP/inline plugin hides text 
3002                 around encrypted text block'. Patch based on
3003                 a patch from Michal Cihar.
3004
3005 2007-03-26 [wwp]        2.8.1cvs53
3006
3007         * src/procmsg.c
3008                 Fix getting a false error when sending queued message
3009                 whereas the sending was fine (if there are subfolders
3010                 in the queue folder), thanks to Colin.
3011
3012 2007-03-26 [paul]       2.8.1cvs52
3013
3014         * src/wizard.c
3015                 update FACE header in welcome message
3016
3017 2007-03-25 [colin]      2.8.1cvs51
3018
3019         * src/Makefile.am
3020                 Fix make dist
3021
3022 2007-03-25 [colin]      2.8.1cvs50
3023
3024         * src/main.c
3025                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3026
3027 2007-03-24 [colin]      2.8.1cvs49
3028
3029         * src/main.c
3030                 Fix a few launch problems on Maemo
3031                 Patch by Jean-Luc Biord
3032
3033 2007-03-24 [wwp]        2.8.1cvs48
3034
3035         * src/alertpanel.c
3036         * src/alertpanel.h
3037         * src/messageview.c
3038         * src/summaryview.c
3039                 Fix wrong action performed when closing the
3040                 "ask about account specific filtering rules
3041                 when filtering manually" dialog by pressing Escape.
3042                 Fix wrong order of buttons in the "return receipt
3043                 notification - the message was sent to several of
3044                 your accounts" dialog.
3045
3046 2007-03-24 [paul]       2.8.1cvs47
3047
3048         * src/folderview.c
3049                 an improvement to English usage
3050         * tools/kdeservicemenu/README
3051                 updated Claws url
3052
3053 2007-03-24 [paul]       2.8.1cvs46
3054
3055         * src/Makefile.am
3056         * src/stock_pixmap.c
3057         * src/pixmaps/edit_extern.xpm
3058         * src/pixmaps/mail_sign.xpm
3059                 rescue long lost icons
3060
3061 2007-03-24 [paul]       2.8.1cvs45
3062
3063         * src/toolbar.c
3064                 fix toolbar (broken in 2.8.1cvs42)
3065
3066 2007-03-23 [colin]      2.8.1cvs44
3067
3068         * src/imap.c
3069                 Correctly unsubscribe/resubscribe after
3070                 RENAME
3071
3072 2007-03-23 [colin]      2.8.1cvs43
3073
3074         * src/prefs_common.c
3075                 Maemo: as the platform is light on RAM, allow
3076                 caches to be discarded faster.
3077
3078 2007-03-23 [colin]      2.8.1cvs42
3079
3080         * src/Makefile.am
3081         * src/compose.c
3082         * src/compose.h
3083         * src/stock_pixmap.c
3084         * src/stock_pixmap.h
3085         * src/summaryview.c
3086         * src/summaryview.h
3087         * src/toolbar.c
3088         * src/toolbar.h
3089         * src/pixmaps/open_mail.xpm
3090                 Maemo changes: Add the possibility to have
3091                 "Open Email" and "Close Window" buttons on 
3092                 toolbars (and use them in Maemo's default
3093                 toolbars)
3094
3095 2007-03-23 [wwp]        2.8.1cvs41
3096
3097         * src/action.c
3098                 Reverted that part of the action dialog closure logics, to
3099                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3100                 done later in a different way (or may not).
3101
3102 2007-03-22 [wwp]        2.8.1cvs40
3103
3104         * src/action.c
3105                 Fix sticky action dialog when got no output but action command
3106                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3107
3108 2007-03-22 [colin]      2.8.1cvs39
3109
3110         * src/prefs_filtering.c
3111         * src/gtk/combobox.h
3112                 Fix escaping account names in filtering prefs
3113
3114 2007-03-22 [colin]      2.8.1cvs38
3115
3116         * src/addrindex.c
3117         * src/ldapctrl.h
3118         * src/ldapquery.c
3119                 Add any attribute specified in LDAP servers'
3120                 Search attributes to the Other Attributes tab
3121                 of contacts; Add 'telephoneNumber' in the
3122                 default list.
3123
3124 2007-03-22 [colin]      2.8.1cvs37
3125
3126         * src/folderview.c
3127         * src/folderview.h
3128         * src/mainwindow.c
3129                 Try to prevent race conditions when
3130                 changing the folder list
3131         * src/summaryview.c
3132                 Fix possible red folder icon when
3133                 switching from Small screen layout
3134                 to any other
3135
3136 2007-03-22 [colin]      2.8.1cvs36
3137
3138         * src/mainwindow.c
3139         * src/mainwindow.h
3140         * src/summaryview.c
3141                 Rename "little screen" to "Small screen"
3142         * src/gtk/Makefile.am
3143         * src/common/utils.c
3144         * src/mh.c
3145                 Fix Maemo-related compilation problems
3146
3147 2007-03-21 [colin]      2.8.1cvs35
3148
3149         * configure.ac
3150                 Fix previous commit
3151         * claws-mail.desktop
3152                 Remove .png from the Icon, it's useless
3153
3154 2007-03-21 [colin]      2.8.1cvs34
3155
3156         * configure.ac
3157         * src/Makefile.am
3158                 Add the necessary lib checking for 
3159                 Maemo
3160
3161 2007-03-21 [colin]      2.8.1cvs33
3162
3163         * src/main.c
3164                 Fix unconditional "error happened" when
3165                 sending via command-line. "lol @ myself"
3166
3167 2007-03-21 [colin]      2.8.1cvs32
3168
3169         * claws-mail-40x40.png
3170         * claws-mail-26x26.png
3171         * src/account.c
3172         * src/addressbook.c
3173         * src/compose.c
3174         * src/folderview.c
3175         * src/folderview.h
3176         * src/main.c
3177         * src/mainwindow.c
3178         * src/mainwindow.h
3179         * src/messageview.c
3180         * src/prefs_account.c
3181         * src/prefs_common.c
3182         * src/summary_search.c
3183         * src/summaryview.c
3184         * src/summaryview.h
3185         * src/gtk/authors.h
3186         * src/gtk/gtkutils.c
3187         * src/gtk/gtkutils.h
3188         * src/gtk/logwindow.c
3189         * src/gtk/menu.c
3190         * src/gtk/prefswindow.c
3191                 Add Maemo port (patch mainly by Jean-Luc Biort)
3192                 Add a new 'Little screen' layout to help on such
3193                 platforms (patch by me)
3194                 Make some default preferences different (more
3195                 adapted) on Maemo (patch by me)
3196
3197 2007-03-21 [wwp]        2.8.1cvs31
3198
3199         * src/prefs_logging.c
3200         * src/prefs_logging.h
3201                 Fixed copyright header of newly added files.
3202
3203 2007-03-21 [wwp]        2.8.1cvs30
3204
3205         * src/Makefile.am
3206         * src/filtering.c
3207         * src/filtering.h
3208         * src/folder.c
3209         * src/folderview.c
3210         * src/imap.c
3211         * src/inc.c
3212         * src/main.c
3213         * src/mainwindow.c
3214         * src/mainwindow.h
3215         * src/matcher.c
3216         * src/messageview.c
3217         * src/news.c
3218         * src/pop.c
3219         * src/prefs_common.c
3220         * src/prefs_common.h
3221         * src/prefs_logging.c
3222         * src/prefs_logging.h
3223         * src/prefs_other.c
3224         * src/procmsg.c
3225         * src/send_message.c
3226         * src/summaryview.c
3227         * src/common/log.c
3228         * src/common/log.h
3229         * src/common/nntp.c
3230         * src/common/session.c
3231         * src/common/smtp.c
3232         * src/common/socket.c
3233         * src/etpan/imap-thread.c
3234         * src/gtk/logwindow.c
3235         * src/gtk/logwindow.h
3236         * src/plugins/bogofilter/bogofilter.c
3237         * src/plugins/spamassassin/spamassassin.c
3238                 Added debugging of filtering/processing rules.
3239                 The debug log is here 'Tools/Filtering debug window',
3240                 the options there 'Configuration/Preferences/Other/Logging',
3241                 and the log file is ~/.claws-mail/filtering.log.
3242                 Moved protocol log prefs to 'Other/Logging' as well.
3243                 To support such debugging feature, the existing log API has
3244                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3245                 this impacts many external modules (commits follow).
3246
3247 2007-03-21 [paul]       2.8.1cvs29
3248
3249         * src/etpan/Makefile.am
3250         * src/etpan/imap-thread.c
3251                 add missing #include
3252
3253 2007-03-21 [colin]      2.8.1cvs28
3254
3255         * src/procmime.c
3256                 Fix bug 1157, 'some broken messages confuse 
3257                 mime parser'. Make sure we can't have MimeInfos
3258                 with negative sizes.
3259
3260 2007-03-20 [colin]      2.8.1cvs27
3261
3262         * src/main.c
3263                 Fix missing \0 on buffer
3264
3265 2007-03-20 [colin]      2.8.1cvs26
3266
3267         * src/mh.c
3268                 Use make_dir_hier instead of make_dir 
3269                 to create the MH mailbox
3270
3271 2007-03-20 [colin]      2.8.1cvs25
3272
3273         * src/folder.c
3274         * src/folder.h
3275         * src/prefs_account.c
3276         * src/wizard.c
3277                 Fix default inbox weirdnesses (after wizard,
3278                 if path is Mail, mailbox identifier is #mh/Mailbox,
3279                 and when creating new accounts)
3280
3281 2007-03-20 [colin]      2.8.1cvs24
3282
3283         * src/account.c
3284                 Write folderlist after adding/deleting accounts
3285                 that have folders
3286
3287 2007-03-20 [colin]      2.8.1cvs23
3288
3289         * src/imap.c
3290         * src/remotefolder.h
3291                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3292                 selected while scanning prior to update'
3293
3294 2007-03-17 [paul]       2.8.1cvs22
3295
3296         * src/main.c
3297                 fix a typo, and be a little more verbose.
3298
3299 2007-03-17 [wwp]        2.8.1cvs21
3300
3301         * src/inc.c
3302                 Fix a compiler warning.
3303
3304 2007-03-16 [wwp]        2.8.1cvs20
3305
3306         * tools/Makefile.am
3307         * tools/README
3308                 Updated to deal w/ the new mairix.sh tool.
3309
3310 2007-03-16 [wwp]        2.8.1cvs19
3311
3312         * src/action.c
3313                 Fix logics issues around the action IO dialog:
3314                 - disable entry widget and exec button when
3315                   the exec button is clicked (don't wait for any
3316                   output line) - fix possible disabling/re-enabling/
3317                   re-disabling of those widgets
3318                 - raise an error if executing a %as{} action either
3319                   empty or invalid, instead of failing silently
3320                 - don't close the dialog if the abort button has been
3321                   clicked and if there was no output yet
3322                 - set focus to the abort button when the exec button
3323                   is clicked
3324                 - fix capitalization of a warning message
3325
3326 2007-03-16 [wwp]        2.8.1cvs18
3327
3328         * tools/mairix.sh
3329                 Added a wrapper to mairix to the tools folder.
3330
3331 2007-03-16 [colin]      2.8.1cvs17
3332
3333         * src/messageview.c
3334         * src/mimeview.h
3335                 Allow mimeviewer plugins to print
3336                 their stuff
3337
3338 2007-03-16 [colin]      2.8.1cvs16
3339
3340         * .cvsignore
3341                 Ignore *.patchset
3342
3343 2007-03-15 [colin]      2.8.1cvs15
3344
3345         * src/messageview.c
3346         * src/mimeview.h
3347                 Add a way for mimeviewer plugins to
3348                 implement body search
3349
3350 2007-03-15 [paul]       2.8.1cvs14
3351
3352         * src/prefs_spelling.c
3353                 fix English usage
3354
3355 2007-03-15 [paul]       2.8.1cvs13
3356
3357         * src/common/quoted-printable.c
3358                 fix decoding of quoted-printable parts
3359
3360 2007-03-14 [wwp]        2.8.1cvs12
3361
3362         * src/gtk/logwindow.h
3363                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3364
3365 2007-03-14 [wwp]        2.8.1cvs11
3366
3367         * src/gtk/logwindow.h
3368                 Complete 2.8.1cvs10.
3369
3370 2007-03-14 [colin]      2.8.1cvs10
3371
3372         * src/gtk/logwindow.c
3373                 Probably fix bug 1149, crash on logwindow
3374                 close - at the expense of performance once
3375                 logwin has been opened
3376
3377 2007-03-14 [colin]      2.8.1cvs9
3378
3379         * src/main.c
3380                 If claws-mail is running on another
3381                 display, warn instead of popping it up
3382                 on the other display
3383
3384 2007-03-12 [colin]      2.8.1cvs8
3385
3386         * src/wizard.c
3387                 Fix bug 1145, 'Setting a different name 
3388                 for the Mailbox name isn't reflected in 
3389                 default account settings'. Patch by wwp
3390
3391 2007-03-12 [colin]      2.8.1cvs7
3392
3393         * src/summaryview.c
3394                 Fix bug 1143, 'Add number of messages to be 
3395                 deleted to confirmation dialog'
3396
3397 2007-03-12 [wwp]        2.8.1cvs6
3398
3399         * src/folderview.c
3400         * src/prefs_common.c
3401         * src/prefs_common.h
3402         * src/prefs_summaries.c
3403                 Changed the option that displays unread messages count
3404                 next to the folder name in folder list: it is now
3405                 possible to either display nothing, display the
3406                 unread messages number only or the unread and total messages
3407                 numbers. The patch includes this extra feature as well
3408                 as some minor fixes by rewriting the algo in folderview.c.
3409                 Thanks to Paul for the original idea and implementation, plus
3410                 testing and proof-reading!
3411
3412 2007-03-09 [paul]       2.8.1cvs5
3413
3414         * tools/Makefile.am
3415         * tools/README
3416         * tools/claws-mail-compose-insert-files.pl
3417                 added a script which enables inserting files
3418                 into the message body of a new Claws Mail
3419                 Compose window from the command line. Additionally
3420                 To, Cc, Subject and files to attach to the message
3421                 can be specified.
3422
3423 2007-03-09 [wwp]        2.8.1cvs4
3424
3425         * src/addr_compl.c
3426         * src/addr_compl.h
3427         * src/filtering.c
3428                 Optimize matching of addresses in the addressbook
3429                 (filtering/processing 'found_in_addressbook' condition).
3430
3431 2007-03-07 [wwp]        2.8.1cvs3
3432
3433         * src/quote_fmt.c
3434         * src/quote_fmt_lex.l
3435         * src/quote_fmt_parse.y
3436                 Add a new quote format symbol: %A to insert the
3437                 sender email address (just the address itself).
3438
3439 2007-03-06 [wwp]        2.8.1cvs2
3440
3441         * src/gtk/gtkutils.c
3442         * src/plugins/trayicon/trayicon_prefs.h
3443         * src/plugins/trayicon/trayicon_prefs.c
3444         * src/plugins/trayicon/trayicon.c
3445         * src/mainwindow.h
3446         * src/mainwindow.c
3447                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3448                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3449
3450
3451 2007-03-06 [paul]       2.8.1cvs1
3452
3453         * NEWS
3454         * README
3455         * RELEASE_NOTES
3456         * configure.ac
3457                 bump version number following
3458                 stable release
3459
3460 2007-03-06 [paul]       2.8.0cvs24
3461
3462         * po/cs.po
3463                 corrected by by Tim <timbrain@post.cz>
3464
3465 2007-03-05 [colin]      2.8.0cvs23
3466
3467         * src/Makefile.am
3468         * src/procmime.c
3469                 Fix mime/globs path on NetBSD
3470                 patch by George Michaelson
3471
3472 2007-03-05 [wwp]        2.8.0cvs22
3473
3474         * src/addr_compl.c
3475                 Remove debug statement (accidentally committed w/ cvs14).
3476
3477 2007-03-05 [paul]       2.8.0cvs21
3478
3479         * src/plugins/pgpcore/prefs_gpg.c
3480                 fix compiler warning
3481
3482 2007-03-05 [wwp]        2.8.0cvs20
3483
3484         * src/matcher_parser_parse.y
3485                 Fix mismerge between cvs17 and cvs19.
3486
3487 2007-03-05 [wwp]        2.8.0cvs19
3488
3489         * src/matcher_parser_parse.y
3490         * src/prefs_filtering_action.c
3491         * src/matcher.c
3492         * src/matcher.h
3493         * src/filtering.c
3494         * src/filtering.h
3495                 Add new 'add_to_addressbook' filtering/processing action.
3496
3497 2007-03-05 [wwp]        2.8.0cvs18
3498
3499         * src/filtering.c
3500                 Fix mark_as_ham filtering/processing action: spam flag
3501                 was not unset.
3502
3503 2007-03-04 [colin]      2.8.0cvs17
3504
3505         * src/filtering.c
3506         * src/matcher.c
3507         * src/matcher.h
3508         * src/matcher_parser_parse.y
3509         * src/prefs_filtering_action.c
3510                 Add 'Mark as spam' and 'Mark as ham' filtering
3511                 actions. Fixes bug 1138.
3512
3513 2007-03-04 [colin]      2.8.0cvs16
3514
3515         * src/imap.c
3516                 Fix bug 1140, wrong return value
3517                 without libetpan
3518
3519 2007-03-04 [wwp]        2.8.0cvs15
3520
3521         * src/addr_compl.c
3522                 Rollback cvs14: don't free stuff that is managed in g_list.
3523
3524 2007-03-04 [wwp]        2.8.0cvs14
3525
3526         * src/addr_compl.c
3527                 Fix a leak in address completion code.
3528
3529 2007-03-04 [colin]      2.8.0cvs13
3530
3531         * src/addr_compl.c
3532                 Maybe fix bug 1136, 'Crash in group 
3533                 address completion'
3534
3535 2007-03-04 [iwkse]      2.8.0cvs12
3536
3537         * src/imap.c
3538                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3539
3540 2007-03-03 [colin]      2.8.0cvs11
3541
3542         * src/plugins/pgpinline/pgpinline.c
3543                 Fix off-by-one, fix double-free. Fixes
3544                 bug 1135, 'cm-segfault on decrypting 
3545                 with PGP/inline'
3546
3547 2007-03-03 [colin]      2.8.0cvs10
3548
3549         * configure.ac
3550         * src/main.c
3551         * src/common/plugin.c
3552                 Fix bug 1134, 'Valgrind macros unhandled 
3553                 by Irix's cc'
3554
3555 2007-03-02 [colin]      2.8.0cvs9
3556
3557         * src/mbox.c
3558                 Don't error out on EAGAIN. Fixes 
3559                 bug 1129, '"local mbox file" account 
3560                 isn't retrieving mails'
3561
3562 2007-03-01 [wwp]        2.8.0cvs8
3563
3564         * src/mainwindow.c
3565         * src/gtk/colorlabel.c
3566                 Remove accels for extra color labels until we set better
3567                 and definitive ones.
3568
3569 2007-02-28 [wwp]        2.8.0cvs7
3570
3571         * src/mainwindow.c
3572         * src/matcher_parser_parse.y
3573         * src/prefs_common.c
3574         * src/prefs_msg_colors.c
3575         * src/procmsg.h
3576         * src/gtk/colorlabel.c
3577         * src/gtk/colorlabel.h
3578                 Add more customizable color labels. Cleaned up a bit
3579                 the color label API to avoid duplicate defines of
3580                 the max number of colors.
3581
3582 2007-02-27 [colin]      2.8.0cvs6
3583
3584         * src/mainwindow.c
3585         * src/common/utils.c
3586         * src/common/utils.h
3587                 Fix '+' in mailto URIs for List-* headers
3588
3589 2007-02-27 [colin]      2.8.0cvs5
3590
3591         * src/gtk/gtkutils.c
3592                 Use gtk_window_set_role instead of 
3593                 _set_wmclass
3594
3595 2007-02-27 [colin]      2.8.0cvs4
3596
3597         * src/inc.c
3598                 Fix "After receiving new mail, go to inbox" on IMAP,
3599                 and make it work only on manual reception
3600
3601 2007-02-27 [wwp]        2.8.0cvs3
3602
3603         * src/prefs_filtering.c
3604         * src/prefs_filtering_action.c
3605         * src/prefs_matcher.c
3606                 Update filtering matcher's and action's color label menus
3607                 when re-opening those dialogs (reflect any change to the
3608                 color labels list in the preferences).
3609
3610 2007-02-27 [colin]      2.8.0cvs2
3611
3612         * src/imap.c
3613         * src/etpan/etpan-thread-manager-types.h
3614         * src/etpan/etpan-thread-manager.c
3615         * src/etpan/imap-thread.c
3616                 Log imap ALERTs as errors in the log.
3617
3618 2007-02-26 [paul]       2.8.0cvs1
3619
3620         * tools/claws.i18n.status.pl
3621                 updated
3622
3623 2007-02-26 [paul]       2.7.2cvs75
3624
3625         * po/ca.po
3626         * po/cs.po
3627         * po/de.po
3628         * po/en_GB.po
3629         * po/fi.po
3630         * po/fr.po
3631         * po/hu.po
3632         * po/pl.po
3633         * po/pt_BR.po
3634         * po/sk.po
3635         * po/sr.po
3636         * po/zh_CN.po
3637                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3638                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3639                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3640                 Aleksandar Urosevic, and Ralgh Young
3641
3642 2007-02-25 [mones]      2.7.2cvs74
3643
3644         * po/es.po
3645                 Updated for release
3646
3647 2007-02-25 [colin]      2.7.2cvs73
3648
3649         * src/main.c
3650                 Clearing the list is only useful
3651                 to prevent a valgrind false-positive
3652
3653 2007-02-25 [paul]       2.7.2cvs72
3654
3655         * tools/Makefile.am
3656         * tools/README
3657         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3658         * tools/maildir2claws-mail.pl  **REMOVED**
3659                 renamed the script, fixed a couple bugs
3660
3661 2007-02-23 [colin]      2.7.2cvs71
3662
3663         * src/addressbook.c
3664                 Fix a leak, check for a few improbable nulls
3665
3666 2007-02-23 [colin]      2.7.2cvs70
3667
3668         * src/main.c
3669         * src/main.h
3670         * src/plugins/trayicon/trayicon.c
3671                 Fix blinking mainwin when starting in tray
3672                 (show mainwindow later in the startup process,
3673                  apart if restarting post-crash)
3674
3675 2007-02-23 [colin]      2.7.2cvs69
3676
3677         * src/folderview.c
3678         * src/imap_gtk.c
3679                 Fix crash when unsubscribing the currently
3680                 selected/opened folder
3681
3682 2007-02-23 [colin]      2.7.2cvs68
3683
3684         * src/compose.c
3685                 Fix bug that prevented colorization to
3686                 work without wrap quotation option
3687
3688 2007-02-23 [colin]      2.7.2cvs67
3689
3690         * src/addr_compl.c
3691                 Fix refcounting, start and end completion who
3692                 behaved as if there couldn't be any other current
3693                 user of completion
3694
3695 2007-02-23 [wwp]        2.7.2cvs66
3696
3697         * src/addressbook.c
3698         * src/addrindex.c
3699                 Address completion fixes: fix addressbook_peek_folder_exists() in
3700                 which the algorithm was ridiculously over-obfuscated and broken.
3701                 Fix addrindex_load_completion() as well, to load addresses in
3702                 completion list with regards to what addressbook_peek_folder_exists()
3703                 returns now.
3704
3705 2007-02-23 [wwp]        2.7.2cvs65
3706
3707         * src/addr_compl.c
3708                 Add addresses to completion when they're non-empty (thanks to Colin).
3709
3710 2007-02-23 [paul]       2.7.2cvs64
3711
3712         * src/plugins/pgpcore/passphrase.c
3713                 remove 'const '
3714
3715 2007-02-23 [colin]      2.7.2cvs63
3716
3717         * src/plugins/pgpcore/prefs_gpg.c
3718         * src/plugins/pgpcore/prefs_gpg.h
3719         * src/plugins/pgpcore/sgpgme.c
3720         * src/plugins/pgpinline/pgpinline.c
3721         * src/plugins/pgpmime/pgpmime.c
3722                 Try harder to respect user's choice wrt
3723                 gpg-agent even with gpg2, by unsetting
3724                 GPG_AGENT_INFO when necessary.
3725
3726 2007-02-22 [paul]       2.7.2cvs62
3727
3728         * src/plugins/pgpcore/sgpgme.c
3729         * src/plugins/pgpcore/sgpgme.h
3730         * src/plugins/pgpcore/passphrase.c
3731         * src/plugins/pgpinline/pgpinline.c
3732         * src/plugins/pgpmime/pgpmime.c
3733                 Fix a leak - gpgme_data_release_and_get_mem
3734                 leaks in recent gpgme. Workaround by using
3735                 our own function.
3736
3737 2007-02-22 [paul]       2.7.2cvs61
3738
3739         * src/gtk/quicksearch.c
3740                 Abandon dynamic search when pressing
3741                 Enter
3742
3743 2007-02-21 [colin]      2.7.2cvs60
3744
3745         * src/procmsg.c
3746         * src/plugins/pgpcore/passphrase.c
3747                 Fix little memory leaks
3748         * src/main.c
3749                 Fix false-positive leak at exit
3750         * src/gtk/quicksearch.c
3751                 Fix potentially big leak in recursive
3752                 Quicksearch
3753
3754 2007-02-21 [wwp]        2.7.2cvs59
3755
3756         * src/summaryview.c
3757                 Add missing newline to a debug message.
3758
3759 2007-02-20 [colin]      2.7.2cvs58
3760
3761         * src/Makefile.am
3762         * src/mimeview.c
3763         * src/stock_pixmap.c
3764         * src/stock_pixmap.h
3765         * src/pixmaps/mime_pgpsig.xpm
3766                 Add icon for application/pgp-signature
3767
3768 2007-02-20 [colin]      2.7.2cvs57
3769
3770         * src/Makefile.am
3771         * src/main.c
3772         * src/mimeview.c
3773         * src/stock_pixmap.c
3774         * src/stock_pixmap.h
3775         * src/pixmaps/mime_calendar.xpm
3776         * src/pixmaps/mime_pdf.xpm
3777         * src/pixmaps/mime_ps.xpm
3778                 Add icons for text/calendar, application/pdf
3779                 and application/postscript
3780
3781 2007-02-20 [colin]      2.7.2cvs56
3782
3783         * autogen.sh
3784         * src/matcher_parser_parse.y
3785         * src/matcher_parser_lex.l
3786                 Fix big memory leak in flex, and
3787                 require flex 2.5.31
3788
3789 2007-02-20 [wwp]        2.7.2cvs55
3790
3791         * src/matcher_parser_parse.y
3792                 Fix a duplicate token definition (thanks to iwkse).
3793
3794 2007-02-20 [wwp]        2.7.2cvs54
3795
3796         * src/matcher_parser_lex.l
3797         * src/quote_fmt_lex.l
3798                 Use proper flex options instead of direct use of #define,
3799                 make the flex-generated C lighter.
3800
3801 2007-02-20 [colin]      2.7.2cvs53
3802
3803         * src/summaryview.c
3804                 Grab focus in message list after hiding
3805                 the quicksearch, instead of leaving it
3806                 "somewhere"
3807
3808 2007-02-19 [colin]      2.7.2cvs52
3809
3810         * src/folderview.c
3811                 Fix bug 1033, 'Automatically refresh 
3812                 message list when new messages arrives'
3813                 Looks like folderview->opened can sometimes
3814                 be wrong...
3815
3816 2007-02-19 [paul]       2.7.2cvs51
3817
3818         * tools/Makefile.am
3819         * tools/README
3820         * tools/thunderbird-filters-convertor.pl
3821                 add new script which converts thunderbird filter
3822                 rules to Claws filter rules
3823
3824 2007-02-18 [paul]       2.7.2cvs50
3825
3826         * src/plugins/pgpcore/prefs_gpg.c
3827         * src/plugins/pgpcore/prefs_gpg.h
3828         * src/plugins/pgpcore/sgpgme.c
3829         * src/plugins/pgpinline/pgpinline.c
3830         * src/plugins/pgpmime/pgpmime.c
3831                 improved GUI interoperability with gpg-agent
3832
3833 2007-02-18 [paul]       2.7.2cvs49
3834
3835         * src/prefs_account.c
3836                 Privacy options sensitivity fix
3837
3838 2007-02-17 [colin]      2.7.2cvs48
3839
3840         * src/messageview.c
3841                 Reset icon to warning in the noticeview
3842
3843 2007-02-15 [colin]      2.7.2cvs47
3844
3845         * src/folderview.c
3846                 Fix a manifestation of bug 1033 (summaryview failing
3847                 to update for new mails), which happens after editing
3848                 account preferences or preferences that cause a 
3849                 folderview reload.
3850
3851 2007-02-15 [colin]      2.7.2cvs46
3852
3853         * src/addressbook.c
3854                 Probably fix bug 1123, 'Segmentation 
3855                 fault while opening address book'. I get
3856                 g_warnings if the saved paned position is
3857                 not greater than 0. Also, save position
3858                 when hiding the addressbook instead of
3859                 via signal.
3860
3861 2007-02-14 [colin]      2.7.2cvs45
3862
3863         * src/plugins/pgpcore/prefs_gpg.c
3864         * src/plugins/pgpcore/prefs_gpg.h
3865         * src/plugins/pgpcore/sgpgme.c
3866         * src/plugins/pgpinline/pgpinline.c
3867         * src/plugins/pgpmime/pgpmime.c
3868                 Add an option "Use gpg-agent if available". Fixes
3869                 annoyances with distro-installed gpg-agent, when
3870                 no pinentry program is installed, and the user's 
3871                 at a loss on why "decryption failed". Makes more
3872                 clear why passphrase isn't saved when gpg-agent is
3873                 used. Defaults to true, to avoid changing the 
3874                 current behaviour.
3875
3876 2007-02-14 [wwp]        2.7.2cvs44
3877
3878         * src/matcher_parser_parse.y
3879                 Fix missing line number reset (wrong line number might appear
3880                 when re-loading filtering rules if there's a parser error).
3881
3882 2007-02-13 [colin]      2.7.2cvs43
3883
3884         * src/common/utils.c
3885                 Don't encode ',' in URIs before passing it
3886                 to the browser command-line. It was probably
3887                 done at a time where commas in URIs made
3888                 mozilla -remote 'openurl(%s,new-window)'
3889                 bug.
3890
3891 2007-02-13 [wwp]        2.7.2cvs42
3892
3893         * src/prefs_matcher.c
3894         * src/plugins/bogofilter/bogofilter_gtk.c
3895                 A bit of string factorization around "Select ..." buttons.
3896
3897 2007-02-11 [colin]      2.7.2cvs41
3898
3899         * src/alertpanel.c
3900                 Make sure to escape the title
3901
3902 2007-02-11 [colin]      2.7.2cvs40
3903
3904         * src/codeconv.c
3905                 Recognize .utf8 locales as .UTF-8 ones
3906
3907 2007-02-11 [colin]      2.7.2cvs39
3908
3909         * src/compose.c
3910                 Fix code conversion when dragging a file
3911
3912 2007-02-09 [colin]      2.7.2cvs38
3913
3914         * src/plugins/clamav/clamav_plugin.c
3915                 Complete Paul's patch with conditional
3916                 compilation to avoid breaking compilation
3917                 on old Dapper and Edgy... Maybe other
3918                 distros too.
3919
3920 2007-02-09 [paul]       2.7.2cvs37
3921
3922         * src/plugins/clamav/clamav_plugin.c
3923                 fix for the upstream changes in libclamav
3924
3925 2007-02-09 [paul]       2.7.2cvs36
3926
3927         * src/main.c
3928         * src/mainwindow.c
3929         * src/procmsg.c
3930         * src/procmsg.h
3931                 fix "warn if there are queued messages" (on exit)
3932                 option, which only checked the first mailbox's
3933                 queue
3934                 don't ask before emptying trash if there are no
3935                 messages in trash, also check and empty all trash
3936                 folders
3937         * src/prefs_other.c
3938                 move "Ask before emptying trash" option
3939                 outside of the "On exit" frame as it's
3940                 not only an "On exit" option
3941
3942 2007-02-09 [paul]       2.7.2cvs35
3943
3944         * src/addrgather.c
3945         * src/alertpanel.c
3946         * src/editldap.c
3947         * src/prefs_account.c
3948         * src/prefs_folder_item.c
3949         * src/prefs_gtk.h
3950         * src/prefs_matcher.c
3951         * src/prefs_message.c
3952         * src/prefs_msg_colors.c
3953         * src/prefs_summaries.c
3954         * src/wizard.c
3955         * src/gtk/inputdialog.c
3956         * src/plugins/bogofilter/bogofilter_gtk.c
3957                 pedantic commit: use 'checkbtn' everywhere
3958                 instead of a mixture of 'checkbtn' and 'chkbtn'
3959
3960 2007-02-09 [paul]       2.7.2cvs34
3961
3962         * src/compose.c
3963                 fix default hotkeys
3964         * src/prefs_other.c
3965         * src/prefs_send.c
3966                 move "Never send Return Receipts" from
3967                 prefs_other to prefs_send
3968                 add an option "Ask about account specific
3969                 filtering rules..." to prefs_other
3970         * src/gtk/gtkutils.c
3971                 fix a compiler warning
3972
3973 2007-02-08 [colin]      2.7.2cvs33
3974
3975         * src/plugins/pgpinline/pgpinline.c
3976                 Fix bug 1110, 'pgpmime fails to process 
3977                 encapsulated openpgp mime (rfc 3156, 6.1 
3978                 -> rfc1847)'
3979                 It was due to an interaction between PGP/Mime
3980                 and PGP/Inline plugin. 
3981
3982 2007-02-08 [colin]      2.7.2cvs32
3983
3984         * src/inc.c
3985         * src/mbox.c
3986         * src/mbox.h
3987                 Fix bug 1117, 'fcntl locking code 
3988                 does not work in mbox.c'
3989
3990 2007-02-08 [colin]      2.7.2cvs31
3991
3992         * src/prefs_account.c
3993                 Fix Gentoo bug 165819, 'can't create 
3994                 a "local mbox file" account'. Patch
3995                 by Olivier <castan.o@free.fr>
3996
3997 2007-02-07 [colin]      2.7.2cvs30
3998
3999         * src/ldapquery.c
4000                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4001                 autocompletion was used'
4002
4003 2007-02-07 [paul]       2.7.2cvs29
4004
4005         * src/folder.c
4006                 cut down on unnecessary debug_prints
4007         * src/imap_gtk.c
4008                 fix menu_set_active() on 'Show only
4009                 subscribed folders'
4010
4011 2007-02-07 [paul]       2.7.2cvs28
4012
4013         * src/plugins/clamav/clamav_plugin.c
4014         * src/plugins/clamav/clamav_plugin.h
4015         * src/plugins/clamav/clamav_plugin_gtk.c
4016                 fix copyright header
4017
4018 2007-02-07 [paul]       2.7.2cvs27
4019
4020         * src/procheader.c
4021                 fix bug 1116, 'summary view allow a 
4022                 subject line break'
4023
4024 2007-02-06 [colin]      2.7.2cvs26
4025
4026         * src/summaryview.c
4027                 Fix delete thread
4028
4029 2007-02-05 [fabien]     2.7.2cvs25
4030
4031         * po/POTFILES.in
4032         * src/uri_opener.c
4033                 i18n related - 1 fix and 1 message for translators.
4034
4035 2007-02-05 [colin]      2.7.2cvs24
4036
4037         * src/gtk/quicksearch.c
4038                 Don't reload summary list if quicksearch wasn't
4039                 active on hiding; move currently selected mail in
4040                 the visible area when showing the quicksearch
4041
4042 2007-02-05 [colin]      2.7.2cvs23
4043
4044         * src/folderview.c
4045                 Add debug to try to solve bug 1104
4046
4047 2007-02-05 [paul]       2.7.2cvs22
4048
4049         * src/mainwindow.c
4050                 confirm before emptying trash on exit is
4051                 a Yes or No answer, use Yes or No in the
4052                 dialog
4053
4054 2007-02-04 [colin]      2.7.2cvs21
4055
4056         * src/compose.c
4057         * src/plugins/pgpcore/passphrase.c
4058         * src/plugins/pgpcore/select-keys.c
4059                 Set wmclass on new windows
4060
4061 2007-02-04 [colin]
4062
4063         2.8.0-rc1 released
4064
4065 2007-02-04 [colin]      2.7.2cvs20
4066
4067         * src/compose.c
4068         * src/compose.h
4069                 Auto save drafts on exit, reopen them
4070                 at startup, instead of asking
4071         * src/account.c
4072         * src/addressadd.c
4073         * src/addressbook.c
4074         * src/addressbook_foldersel.c
4075         * src/addrgather.c
4076         * src/crash.c
4077         * src/editaddress.c
4078         * src/editbook.c
4079         * src/editgroup.c
4080         * src/editjpilot.c
4081         * src/editldap.c
4082         * src/editldap_basedn.c
4083         * src/editvcard.c
4084         * src/exphtmldlg.c
4085         * src/expldifdlg.c
4086         * src/export.c
4087         * src/foldersel.c
4088         * src/gedit-print.c
4089         * src/import.c
4090         * src/importldif.c
4091         * src/importmutt.c
4092         * src/importpine.c
4093         * src/main.c
4094         * src/mainwindow.c
4095         * src/message_search.c
4096         * src/messageview.c
4097         * src/prefs_actions.c
4098         * src/prefs_customheader.c
4099         * src/prefs_display_header.c
4100         * src/prefs_filtering.c
4101         * src/prefs_filtering_action.c
4102         * src/prefs_folder_column.c
4103         * src/prefs_gtk.c
4104         * src/prefs_matcher.c
4105         * src/prefs_other.c
4106         * src/prefs_summaries.c
4107         * src/prefs_summary_column.c
4108         * src/prefs_template.c
4109         * src/sourcewindow.c
4110         * src/ssl_manager.c
4111         * src/summary_search.c
4112         * src/uri_opener.c
4113         * src/gtk/about.c
4114         * src/gtk/description_window.c
4115         * src/gtk/foldersort.c
4116         * src/gtk/gtkutils.c
4117         * src/gtk/gtkutils.h
4118         * src/gtk/icon_legend.c
4119         * src/gtk/logwindow.c
4120         * src/gtk/pluginwindow.c
4121         * src/gtk/prefswindow.c
4122                 Give different wmclass to different
4123                 windows - thanks to sed ;)
4124
4125 2007-02-04 [colin]      2.7.2cvs19
4126
4127         * src/main.c
4128                 Revert previous patch, can't reproduce
4129                 it anymore. 
4130
4131 2007-02-03 [colin]      2.7.2cvs18
4132
4133         * src/main.c
4134                 Don't save the mainwindow size and
4135                 position on emergency exit (libSM's
4136                 "die" callback), Xfce seems to make
4137                 the window smaller just before the
4138                 size's saved.
4139
4140 2007-02-03 [colin]      2.7.2cvs17
4141
4142         * src/plugins/bogofilter/bogofilter.c
4143         * src/plugins/bogofilter/bogofilter.h
4144         * src/plugins/bogofilter/bogofilter_gtk.c
4145         * src/plugins/pgpinline/pgpinline.c
4146         * src/plugins/pgpinline/pgpinline.h
4147                 Fix more copyrights
4148
4149 2007-02-03 [colin]      2.7.2cvs16
4150
4151         * src/partial_download.c
4152         * src/partial_download.h
4153         * src/ssl_manager.c
4154         * src/ssl_manager.h
4155         * src/uri_opener.c
4156         * src/uri_opener.h
4157         * src/wizard.c
4158         * src/wizard.h
4159         * src/common/ssl_certificate.c
4160         * src/common/ssl_certificate.h
4161         * src/gtk/quicksearch.c
4162         * src/gtk/quicksearch.h
4163         * src/gtk/sslcertwindow.c
4164         * src/gtk/sslcertwindow.h
4165                 Fix copyright on my files
4166
4167 2007-02-02 [colin]      2.7.2cvs15
4168
4169         * src/Makefile.am
4170         * src/mainwindow.c
4171         * src/messageview.c
4172         * src/messageview.h
4173         * src/textview.c
4174         * src/textview.h
4175         * src/uri_opener.c
4176         * src/uri_opener.h
4177                 Add Tools/List URIs to allow
4178                 opening any URI in the current mail
4179
4180 2007-02-02 [colin]      2.7.2cvs14
4181
4182         * src/common/valgrind.h ** NEW FILE **
4183         * src/common/Makefile.am
4184         * src/common/plugin.c
4185                 Don't dlclose the plugins if we're running
4186                 under valgrind. (doesn't require valgrind
4187                 either at compile time or run time).
4188
4189 2007-02-01 [paul]       2.7.2cvs13
4190
4191         * AUTHORS
4192         * src/gtk/authors.h
4193         * tools/freshmeat_search.pl
4194         * tools/google_search.pl
4195         * tools/multiwebsearch.pl
4196                 add support for non ISO-8859-1 compatible locales
4197                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4198
4199 2007-02-01 [colin]      2.7.2cvs12
4200
4201         * src/prefs_other.c
4202         * src/prefs_summaries.c
4203                 Move keybinding prefs to the Other page
4204
4205 2007-02-01 [wwp]        2.7.2cvs11
4206
4207         * src/plugins/trayicon/trayicon.c
4208                 Fix a raising issue within KDE.
4209
4210 2007-02-01 [colin]      2.7.2cvs10
4211
4212         * src/codeconv.c
4213                 Fix stray quotes in encoded strings
4214         * src/addressadd.c
4215                 Fix wrong call causing g_warnings
4216         * src/textview.c
4217                 Remove useless message
4218
4219 2007-01-31 [wwp]        2.7.2cvs9
4220
4221         * src/plugins/trayicon/trayicon.c
4222                 fix buggy hiding of main window when closing if close-to-tray
4223                 is not set (bad logics  in the trayicon hook code).
4224                 Changed the quit confirmation message too.
4225
4226 2007-01-30 [colin]      2.7.2cvs8
4227
4228         * src/main.c
4229                 Fix hidden mainwindow after clicking on
4230                 the X close button, if compose windows
4231                 exist and the user chooses not to quit
4232
4233 2007-01-30 [colin]      2.7.2cvs7
4234
4235         * src/main.c
4236         * src/compose.c
4237                 Handle local URIs to attach files (file:///...)
4238                 Fixes attaching files from Thunar for example
4239
4240 2007-01-30 [colin]      2.7.2cvs6
4241
4242         * src/prefs_ext_prog.c
4243                 Add 'mousepad' to the list of text editors.
4244                 Mousepad is XFCE's text editor
4245
4246 2007-01-29 [wwp]        2.7.2cvs5
4247
4248         * po/POTFILES.in
4249         * src/plugins/trayicon/trayicon_prefs.c
4250                 trayicon i18n fixes, thanks to Fabien.
4251
4252 2007-01-28 [wwp]        2.7.2cvs4
4253
4254         * src/mainwindow.c
4255         * src/mainwindow.h
4256         * src/plugins/trayicon/trayicon.c
4257         * src/plugins/trayicon/trayicon_prefs.c
4258         * src/plugins/trayicon/trayicon_prefs.h
4259                 Added a new TrayIcon plugin option to close to tray
4260                 (WM's hotkey and [X] button will hide the window instead
4261                 of closing it - closing CM can be done using the tray icon
4262                 menu or the File menu).
4263                 Improved visibility handling in trayicon, clicking the
4264                 trayicon now raise the window to current desktop when it
4265                 was either minimized/shaded/on another desktop.
4266                 Thanks to Paul for testing and fixing a strange behaviour
4267                 in KDE ;-).
4268
4269 2007-01-27 [paul]       2.7.2cvs3
4270
4271         * src/prefs_folder_item.c
4272         * src/prefs_receive.c
4273         * src/plugins/pgpcore/prefs_gpg.c
4274                 use 'start-up' instead of 'startup' in labels
4275
4276 2007-01-26 [wwp]        2.7.2cvs2
4277
4278         * src/plugins/trayicon/Makefile.am
4279         * src/plugins/trayicon/trayicon.c
4280         * src/plugins/trayicon/trayicon_prefs.c
4281         * src/plugins/trayicon/trayicon_prefs.h
4282                 Add a new TrayIcon option to hide the main window at
4283                 start-up.
4284                 Fix trayicon.c copyright header.
4285
4286 2007-01-26 [paul]       2.7.2cvs1
4287
4288         * NEWS
4289         * README
4290         * RELEASE_NOTES
4291         * configure.ac
4292                 bump up version number following
4293                 stable release
4294
4295 2007-01-25 [mones]      2.7.1cvs60
4296
4297         * po/es.po
4298                 updated thousands of strings (well, probably less ;-)
4299
4300 2007-01-25 [colin]      2.7.1cvs59
4301
4302         * src/matcher.c
4303                 Fix 2nd-run loss of matcherrc on new
4304                 configurations. 
4305
4306 2007-01-25 [wwp]        2.7.1cvs58
4307
4308         * src/mimeview.c
4309                 fix handling of empty value in attach_save_directory too, thanks
4310                 to Colin.
4311
4312 2007-01-25 [wwp]        2.7.1cvs57
4313
4314         * src/gtk/filesel.c
4315                 fix handling of empty value in attach_load_directory,
4316                 thanks to Colin.
4317
4318 2007-01-25 [wwp]        2.7.1cvs56
4319
4320         * src/plugins/dillo_viewer/dillo_prefs.h
4321                 fix a typo.
4322
4323 2007-01-25 [colin]      2.7.1cvs55
4324
4325         * src/matcher.c
4326         * src/matcher.h
4327         * src/matcher_parser_parse.y
4328         * src/prefs_matcher.c
4329                 Add matching on the spam flag
4330
4331 2007-01-24 [colin]      2.7.1cvs54
4332
4333         * src/folder.c
4334         * src/common/xml.c
4335         * src/common/xml.h
4336                 Make sure folderlist.xml is correctly
4337                 written before overwriting it.
4338         * src/procmsg.c
4339         * src/procmsg.h
4340         * src/summaryview.c
4341         * src/plugins/bogofilter/bogofilter.c
4342         * src/plugins/bogofilter/bogofilter.h
4343         * src/plugins/bogofilter/bogofilter_gtk.c
4344         * src/plugins/spamassassin/spamassassin.c
4345         * src/plugins/spamassassin/spamassassin.h
4346         * src/plugins/spamassassin/spamassassin_gtk.c
4347                 Move spam to the correct trash folder after
4348                 learning, if spam directory isn't set.
4349
4350 2007-01-23 [paul]       2.7.1cvs53
4351
4352         * src/plugins/bogofilter/bogofilter_gtk.c
4353                 fix sensitivity of "Insert X-Bogosity header"
4354                 option
4355
4356 2007-01-23 [colin]      2.7.1cvs52
4357
4358         * src/toolbar.c
4359                 Translate toolbar items text if
4360                 they're translatable (default)
4361         * src/addrcache.c
4362         * src/addrcache.h
4363         * src/addritem.c
4364         * src/addritem.h
4365         * src/codeconv.c
4366         * src/codeconv.h
4367         * src/jpilot.c
4368         * src/jpilot.h
4369         * src/ldapctrl.c
4370         * src/ldapctrl.h
4371         * src/ldapquery.h
4372         * src/ldif.c
4373         * src/ldif.h
4374         * src/etpan/etpan-thread-manager.c
4375         * src/etpan/etpan-thread-manager.h
4376         * src/gtk/gtkutils.c
4377         * src/gtk/gtkutils.h
4378                 More static functions
4379
4380 2007-01-22 [fabien]     2.7.1cvs51
4381
4382         * src/gtk/gtkutils.c
4383                 gtkut_get_options_frame() : ability to pass
4384                 a 'NULL' value in frame pointer parameter if
4385                 we don't need it.
4386
4387 2007-01-22 [colin]      2.7.1cvs50
4388
4389         * src/procmsg.c
4390         * src/procmsg.h
4391         * src/plugins/bogofilter/bogofilter.c
4392         * src/plugins/bogofilter/bogofilter_gtk.c
4393         * src/plugins/spamassassin/spamassassin.c
4394         * src/plugins/spamassassin/spamassassin_gtk.c
4395                 Allow moving spams to the account's trash
4396                 instead of default one
4397
4398 2007-01-21 [colin]      2.7.1cvs49
4399
4400         * src/ldapquery.c
4401         * src/ldapquery.h
4402                 Revert a static function that shouldn't
4403                 have been
4404
4405 2007-01-21 [colin]      2.7.1cvs48
4406
4407         * src/ldapquery.c
4408         * src/ldapquery.h
4409                 Same
4410
4411 2007-01-21 [colin]      2.7.1cvs47
4412
4413         * src/procmsg.c
4414         * src/procmsg.h
4415                 Same
4416
4417 2007-01-21 [colin]      2.7.1cvs46
4418
4419         * src/common/socket.c
4420         * src/common/socket.h
4421                 Same
4422
4423 2007-01-21 [colin]      2.7.1cvs45
4424
4425         * src/crash.c
4426         * src/exporthtml.c
4427         * src/exporthtml.h
4428         * src/exportldif.c
4429         * src/exportldif.h
4430         * src/folder.c
4431         * src/folder.h
4432         * src/folder_item_prefs.c
4433         * src/folder_item_prefs.h
4434         * src/folderview.c
4435         * src/folderview.h
4436         * src/gedit-print.c
4437         * src/gedit-print.h
4438         * src/main.c
4439         * src/main.h
4440         * src/common/socket.c
4441         * src/common/socket.h
4442         * src/gtk/gtkaspell.c
4443         * src/gtk/gtkaspell.h
4444         * src/gtk/quicksearch.c
4445         * src/gtk/quicksearch.h
4446                 Same
4447
4448 2007-01-21 [colin]      2.7.1cvs44
4449
4450         * src/common/utils.c
4451         * src/common/utils.h
4452         * src/etpan/etpan-thread-manager.c
4453         * src/etpan/etpan-thread-manager.h
4454                 Same (Funny that etpan_thread_unbind
4455                 is called but not etpan_thread_bind)
4456
4457 2007-01-21 [colin]      2.7.1cvs43
4458
4459         * src/addrselect.c
4460         * src/addrselect.h
4461         * src/codeconv.c
4462         * src/codeconv.h
4463         * src/compose.c
4464         * src/compose.h
4465         * src/etpan/Makefile.am
4466         * src/gtk/colorlabel.c
4467         * src/gtk/colorlabel.h
4468         * src/gtk/sslcertwindow.c
4469         * src/gtk/sslcertwindow.h
4470         * src/etpan/etpan-log.c ** REMOVED **
4471         * src/etpan/etpan-log.h ** REMOVED **
4472                 Same
4473
4474 2007-01-20 [colin]      2.7.1cvs42
4475
4476         * src/addritem.c
4477         * src/addritem.h
4478                 Same
4479
4480 2007-01-20 [colin]      2.7.1cvs41
4481
4482         * src/account.c
4483         * src/account.h
4484         * src/addrbook.c
4485         * src/addrbook.h
4486         * src/addrcache.c
4487         * src/addrcache.h
4488         * src/addrclip.c
4489         * src/addrclip.h
4490         * src/addressbook.c
4491         * src/addressbook.h
4492         * src/addrharvest.c
4493         * src/addrharvest.h
4494         * src/addrindex.c
4495         * src/addrindex.h
4496         * src/editaddress.c
4497         * src/editaddress.h
4498                 Make functions that aren't used in other
4499                 files static
4500
4501 2007-01-20 [colin]      2.7.1cvs40
4502
4503         * src/account.c
4504         * src/addrbook.c
4505         * src/addrcache.c
4506         * src/addressbook.c
4507         * src/addrgather.c
4508         * src/addrindex.c
4509         * src/addrquery.c
4510         * src/addrselect.c
4511         * src/browseldap.c
4512         * src/compose.c
4513         * src/editbook.c
4514         * src/editjpilot.c
4515         * src/editldap.c
4516         * src/editldap_basedn.c
4517         * src/editvcard.c
4518         * src/exporthtml.c
4519         * src/exportldif.c
4520         * src/folder.c
4521         * src/folderview.c
4522         * src/image_viewer.c
4523         * src/imap.c
4524         * src/importmutt.c
4525         * src/importpine.c
4526         * src/jpilot.c
4527         * src/ldapquery.c
4528         * src/main.c
4529         * src/mainwindow.c
4530         * src/matcher.c
4531         * src/messageview.c
4532         * src/mh.c
4533         * src/mimeview.c
4534         * src/msgcache.c
4535         * src/mutt.c
4536         * src/news.c
4537         * src/pine.c
4538         * src/prefs_account.c
4539         * src/prefs_common.c
4540         * src/prefs_compose_writing.c
4541         * src/prefs_ext_prog.c
4542         * src/prefs_folder_item.c
4543         * src/prefs_fonts.c
4544         * src/prefs_message.c
4545         * src/prefs_msg_colors.c
4546         * src/prefs_other.c
4547         * src/prefs_quote.c
4548         * src/prefs_receive.c
4549         * src/prefs_send.c
4550         * src/prefs_spelling.c
4551         * src/prefs_summaries.c
4552         * src/prefs_toolbar.c
4553         * src/prefs_wrapping.c
4554         * src/privacy.c
4555         * src/procmime.c
4556         * src/procmsg.c
4557         * src/ssl_manager.c
4558         * src/statusbar.c
4559         * src/summaryview.c
4560         * src/toolbar.c
4561         * src/vcard.c
4562         * src/common/hooks.c
4563         * src/common/log.c
4564         * src/common/passcrypt.c
4565         * src/common/socket.c
4566         * src/common/ssl.c
4567         * src/common/ssl_certificate.c
4568         * src/common/template.c
4569         * src/common/utils.c
4570         * src/etpan/imap-thread.c
4571         * src/gtk/sslcertwindow.c
4572         * src/gtk/sslcertwindow.h
4573                 Make functions that could be static, static
4574
4575 2007-01-20 [colin]      2.7.1cvs39
4576
4577         * src/editldap.c
4578                 Fix tooltip
4579
4580 2007-01-20 [colin]      2.7.1cvs38
4581
4582         * src/ldapquery.c
4583         * src/ldaputil.c
4584         * src/ldaputil.h
4585                 Fix bug 1102, 'claws-mail-2.7.1 
4586                 makes use of deprecated ldap 
4587                 functions'
4588
4589 2007-01-20 [colin]      2.7.1cvs37
4590
4591         * src/mainwindow.c
4592         * src/mainwindow.h
4593         * src/summaryview.c
4594         * src/gtk/quicksearch.c
4595                 Add Wide message list layout
4596
4597 2007-01-19 [fabien]     2.7.1cvs36
4598
4599         * src/textview.c
4600                 make sure a font change is considered in links of
4601                 headerview.
4602
4603 2007-01-19 [colin]      2.7.1cvs35
4604
4605         * src/main.c
4606         * src/mainwindow.c
4607         * src/mainwindow.h
4608         * src/messageview.c
4609         * src/messageview.h
4610         * src/prefs_common.c
4611         * src/prefs_common.h
4612         * src/summaryview.c
4613         * src/summaryview.h
4614         * src/gtk/quicksearch.c
4615         * src/gtk/quicksearch.h
4616                 Drop 'Separate Folder tree' and 'Separate
4617                 Message View'. Put three layouts in place
4618                 of it.
4619
4620 2007-01-19 [paul]       2.7.1cvs34
4621
4622         * src/prefs_msg_colors.c
4623                 more use of Q_ for translators
4624
4625 2007-01-19 [paul]       2.7.1cvs33
4626
4627         * src/imap_gtk.c
4628         * src/prefs_account.c
4629                 a few changes to the English
4630
4631 2007-01-19 [fabien]     2.7.1cvs32
4632
4633         * src/wizard.c
4634                 factorize translatable string
4635
4636 2007-01-18 [colin]      2.7.1cvs31
4637
4638         * src/main.c
4639                 Don't error out on --sync option. Although
4640                 we don't do anything with it, gtk+ handles
4641                 it, and it's useful for debugging X errors
4642
4643 2007-01-18 [fabien]     2.7.1cvs30
4644
4645         * src/prefs_other.c
4646                 ability to apply on the fly the recent added
4647                 'gtk_can_change_accels' pref (no need to restart).
4648
4649 2007-01-18 [fabien]     2.7.1cvs29
4650
4651         * src/plugins/bogofilter/bogofilter_gtk.c
4652         * src/plugins/bogofilter/bogofilter.c
4653         * src/plugins/spamassassin/spamassassin_gtk.c
4654         * src/addr_compl.c
4655         * src/prefs_account.c
4656                 factorize or rewrite some translatable strings.
4657
4658 2007-01-18 [fabien]     2.7.1cvs28
4659
4660         * src/prefs_gtk.h
4661         * src/compose.c
4662                 set a 4pix space between "Subject:" label and subject entry in
4663                 compose window.
4664
4665 2007-01-18 [wwp]        2.7.1cvs27
4666
4667         * src/addressbook.c
4668                 fix conflicting address-copy/paste when focus is set
4669                 to the embedded edit-person form.
4670  
4671
4672 2007-01-18 [wwp]        2.7.1cvs26
4673
4674         * src/addressbook.h
4675                 complete 2.7.1cvs23 (one more file was missing from that
4676                 commit).
4677
4678 2007-01-18 [colin]      2.7.1cvs25
4679
4680         * src/main.c
4681                 Provide a way to migrate without backup
4682                 Re-ask for migration on next start if 
4683                 it has been refused and wizard has been 
4684                 cancelled after.
4685
4686 2007-01-18 [wwp]        2.7.1cvs24
4687
4688         * src/editaddress.c
4689                 complete 2.7.1.cvs23 (file was missing from previous
4690                 commit).
4691
4692 2007-01-18 [wwp]        2.7.1cvs23
4693
4694         * src/addressbook.c
4695                 fix potential crashes in address book's focus_in/out signal handlers,
4696                 force focus to the edit-person form when clicked the Edit menu entry or
4697                 button (this only matters if the edit-person form is embedded to the
4698                 AB window, in that case, focus is not set when browsing the contacts
4699                 list w/ keys or mouse clicks).
4700
4701 2007-01-18 [paul]       2.7.1cvs22
4702
4703         * src/main.c
4704                 add command line options:
4705                 -h for --help
4706                 -q and --quit for --exit
4707                 -v for --version
4708                 print "Unknown option" for unknown options
4709
4710 2007-01-18 [paul]       2.7.1cvs21
4711
4712         * po/ru.po
4713                 updated by Pavlo Bohmat
4714
4715 2007-01-18 [paul]       2.7.1cvs20
4716
4717         * src/mainwindow.c
4718                 fix sensitivity issues of Mark as Spam/Ham
4719
4720 2007-01-17 [fabien]     2.7.1cvs19
4721
4722         * src/prefs_other.c
4723         * src/prefs_common.c
4724         * src/prefs_common.h
4725         * src/main.c
4726                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4727                 control the corresponding gtk property. It could be used to lock
4728                 all shortcuts (avoid to set one of them by inadvertency).
4729
4730 2007-01-17 [colin]      2.7.1cvs18
4731
4732         * src/summaryview.c
4733                 Fix bug 1100, 'Highlighted e-mail data not visible 
4734                 when color label applied.'. Use a weighted average
4735                 between normal selected foreground color and color
4736                 label instead of a simple one (3/1 instead 1/1).
4737
4738 2007-01-17 [colin]      2.7.1cvs17
4739
4740         * src/messageview.c
4741                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4742                 crash' - don't prevent mail switching while loading
4743
4744 2007-01-17 [colin]      2.7.1cvs16
4745
4746         * src/folder.c
4747         * src/folder.h
4748         * src/folderview.c
4749         * src/folderview.h
4750         * src/imap.c
4751         * src/imap.h
4752         * src/imap_gtk.c
4753                 Manage recursive search of unsubscribed folders
4754                 Rescan tree without checking for new messages 
4755                 after subscriptions changed
4756
4757 2007-01-17 [paul]       2.7.1cvs15
4758
4759         * src/prefs_common.c
4760         * src/gtk/pluginwindow.c
4761                 fix bug 1101, '"Load plugin" button is
4762                 accidentally hidden'
4763                 unset (-1) initial width in prefs_common,
4764                 fix overlapping buttons,
4765                 and other cleanups
4766
4767 2007-01-17 [paul]       2.7.1cvs14
4768
4769         * src/procmime.c
4770                 add #include <errno.h>, it's needed
4771                 on some systems
4772
4773 2007-01-17 [paul]       2.7.1cvs13
4774
4775         * src/common/defs.h
4776         * tools/make.themes.project
4777                 rename .sylpheed_themeinfo to .claws_themeinfo
4778                 and use it
4779         * src/etpan/etpan-errors.h
4780         * src/etpan/etpan-log.c
4781         * src/etpan/etpan-log.h
4782         * src/etpan/etpan-thread-manager-types.h
4783         * src/etpan/etpan-thread-manager.c
4784         * src/etpan/etpan-thread-manager.h
4785         * src/etpan/imap-thread.c
4786         * src/etpan/imap-thread.h
4787                 add copyright header
4788
4789 2007-01-17 [colin]      2.7.1cvs12
4790
4791         * src/plugins/pgpcore/select-keys.c
4792         * src/gtk/pluginwindow.c
4793         * src/prefs_account.c
4794                 Fix warnings
4795
4796 2007-01-16 [colin]      2.7.1cvs11
4797
4798         * src/imap.c
4799         * src/imap.h
4800         * src/imap_gtk.c
4801                 Manage subscribing to subfolders when only
4802                 subscribed folders are shown.
4803
4804 2007-01-16 [colin]      2.7.1cvs10
4805
4806         * src/folderview.c
4807                 Fix annoying vscrollbar going back to top
4808                 on Check for new folders
4809
4810 2007-01-16 [colin]      2.7.1cvs9
4811
4812         * src/imap.c
4813                 Remove printf
4814
4815 2007-01-16 [colin]      2.7.1cvs8
4816
4817         * src/filtering.c
4818                 Bigger buffer for errors
4819         * src/imap.c
4820         * src/imap.h
4821         * src/imap_gtk.c
4822         * src/prefs_account.c
4823         * src/prefs_account.h
4824         * src/wizard.c
4825         * src/etpan/imap-thread.c
4826         * src/etpan/imap-thread.h
4827         * manual/handling.xml
4828                 Add subscriptions management. What it changes:
4829                 Creating a folder subscribes to it
4830                 Deleting a folder unsubscribes it
4831                 New contextual menu item allowing to switch between
4832                 All folders and Subscribed folders, subscribe, and
4833                 unsubscribe. "Creating" an existing but unsubscribed
4834                 folder will subscribe it.
4835                 By default for new accounts, only subscribed folders 
4836                 are shown.
4837
4838
4839 2007-01-16 [paul]       2.7.1cvs7
4840
4841         * src/summaryview.c
4842                 Allow folder classes to specify only sort_key or
4843                 sort_type instead of both or none.
4844
4845 2007-01-16 [paul]       2.7.1cvs6
4846
4847         * src/action.c
4848         * src/compose.c
4849         * src/mimeview.c
4850         * src/procmime.c
4851         * src/textview.c
4852                 Save and use errno for procmime_get_part
4853
4854 2007-01-16 [colin]      2.7.1cvs5
4855
4856         * src/imap.c
4857                 Never remove INBOX when scanning for
4858                 new folders. It's a special folder
4859                 that has to exist.
4860
4861 2007-01-15 [colin]      2.7.1cvs4
4862
4863         * src/imap.c
4864                 Fix 'Check for new folders' when IMAP subdirectory
4865                 is set
4866         * src/etpan/imap-thread.c
4867                 Fix build
4868
4869 2007-01-15 [colin]      2.7.1cvs3
4870
4871         * src/etpan/imap-thread.c
4872                 Fix invalid free on command-connection
4873                 error
4874
4875 2007-01-15 [wwp]        2.7.1cvs2
4876
4877         * src/matcher_parser_lex.l
4878         * src/quote_fmt_lex.l
4879         * src/matcher_parser_parse.y
4880                 fix copyright header in lexers and parsers.
4881
4882 2007-01-15 [paul]       2.7.1cvs1
4883
4884         * NEWS
4885         * README
4886         * RELEASE_NOTES
4887         * configure.ac
4888                 bump up version number following
4889                 stable release
4890
4891 2007-01-15 [paul]       2.7.0cvs31
4892
4893         * AUTHORS
4894         * src/gtk/authors.h
4895                 add Fabien to the Team list
4896                 add the recent contributors
4897                 make a few corrections
4898
4899 2007-01-15 [paul]       2.7.0cvs30
4900
4901         * src/mainwindow.c
4902                 fix compiler warning
4903         * src/plugins/pgpcore/prefs_gpg.c
4904         * src/plugins/pgpcore/prefs_gpg.h
4905                 add missing include
4906                 fix copyright header
4907
4908 2007-01-14 [colin]      2.7.0cvs29
4909
4910         * src/gtk/filesel.c
4911                 Use the 'gtk+' backend. Avoids gnome-vfs use,
4912                 two benefits: faster to open, will fix strange
4913                 dbus-related crash. Thanks to Pascal Terjan.
4914
4915 2007-01-14 [colin]      2.7.0cvs28
4916
4917         * src/etpan/imap-thread.c
4918                 Delete the old imap just after allocating
4919                 the new one. Makes sure we don't get the
4920                 same pointer by sheer luck, which feels
4921                 strange in the debug log.
4922
4923 2007-01-14 [colin]      2.7.0cvs27
4924
4925         * src/gtk/inputdialog.c
4926                 Make sure we don't print passwords in
4927                 clear text when in debug mode
4928
4929 2007-01-14 [colin]      2.7.0cvs26
4930
4931         * src/gtk/gtksctree.c
4932                 Fix bug 1098, 'bogus last row display 
4933                 after expanding a thread'. Patch by
4934                 Jindrich Makovicka <makovick@gmail.com>
4935
4936 2007-01-14 [colin]      2.7.0cvs25
4937
4938         * src/etpan/imap-thread.c
4939                 Close socket manually before
4940                 freeing the imap struct
4941
4942 2007-01-14 [colin]      2.7.0cvs24
4943
4944         * src/etpan/imap-thread.c
4945                 Maybe fix new reconnection issues
4946
4947 2007-01-13 [colin]      2.7.0cvs23
4948
4949         * src/summaryview.c
4950                 Freeze/thaw on thread selection
4951
4952 2007-01-13 [paul]       2.7.0cvs22
4953
4954         * src/mainwindow.c
4955         * src/summaryview.c
4956         * src/summaryview.h
4957                 add 'Edit/Delete thread'
4958
4959 2007-01-13 [colin]      2.7.0cvs21
4960
4961         * src/prefs_account.c
4962         * src/prefs_compose_writing.c
4963         * src/prefs_message.c
4964         * src/prefs_msg_colors.c
4965         * src/prefs_other.c
4966         * src/prefs_receive.c
4967         * src/prefs_spelling.c
4968         * src/prefs_summaries.c
4969         * src/prefs_themes.c
4970         * src/gtk/gtkutils.c
4971         * src/gtk/gtkutils.h
4972         * src/plugins/pgpcore/prefs_gpg.c
4973         * src/plugins/spamassassin/spamassassin_gtk.c
4974                 Factorize gtk frame creation
4975                 Patch by Pawel
4976
4977 2007-01-13 [colin]      2.7.0cvs20
4978
4979         * src/message_search.c
4980         * src/summary_search.c
4981                 Fix Enter in search windows
4982         * src/messageview.c
4983                 Fix body search starting at the
4984                 end of the mail (and asking for loop)
4985
4986 2007-01-13 [colin]      2.7.0cvs19
4987
4988         * src/etpan/imap-thread.c
4989                 Make sure we don't free the same imap
4990                 twice
4991
4992 2007-01-13 [colin]      2.7.0cvs18
4993
4994         * commitHelper
4995                 Allow multiple commitHelpers to
4996                 run at once
4997
4998 2007-01-12 [colin]      2.7.0cvs17
4999
5000         * src/etpan/imap-thread.c
5001                 Make sure we get rid of the previous mailimap
5002                 when connecting - just in case disconnect was
5003                 unclean
5004
5005 2007-01-12 [paul]       2.7.0cvs16
5006
5007         * src/compose.c
5008                 Strip S/MIME signatures when re-editing
5009                 S/MIME signed messages.
5010
5011 2007-01-12 [paul]       2.7.0cvs15
5012
5013         * configure.ac
5014         * src/addressbook.c
5015         * src/foldersel.c
5016         * src/folderview.c
5017         * src/main.c
5018                 no need to define CLAWS anymore, remove
5019                 all that stuff
5020
5021 2007-01-12 [paul]       2.7.0cvs14
5022
5023         * src/mimeview.c
5024                 check if the mail's signed as
5025                 it can change the mail structure
5026                 Thanks to Colin
5027
5028 2007-01-12 [paul]       2.7.0cvs13
5029
5030         * src/procmime.c
5031                 fix Forwarding msgs with attachments
5032                 that have dos line endings
5033                 Thanks to Colin
5034
5035 2007-01-12 [wwp]        2.7.0cvs12
5036
5037         * configure.ac
5038                 Revert accidentally committed extra version tag.
5039
5040 2007-01-12 [wwp]        2.7.0cvs11
5041
5042         * src/prefs_account.c
5043                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5044
5045 2007-01-11 [colin]      2.7.0cvs10
5046
5047         * src/imap.c
5048                 move g_warning to debug_print
5049                 it scares people for no reason
5050
5051 2007-01-11 [colin]      2.7.0cvs9
5052
5053         * po/POTFILES.in
5054                 Fix files to translate. Patch by
5055                 Fabien
5056
5057 2007-01-11 [paul]       2.7.0cvs8
5058
5059         * src/imap.c
5060                 Fix recursion when server lists the
5061                 current subfolder in the response
5062         * src/mimeview.c
5063                 Fix updating of icon_list/ctree
5064         * src/plugins/pgpcore/select-keys.c
5065                 Fix a few annoyances when choosing
5066                 keys for the CMS (S/MIME) protocol
5067
5068 2007-01-11 [wwp]        2.7.0cvs7
5069
5070         * src/compose.c
5071         * src/prefs_account.c
5072         * src/prefs_account.h
5073                 Add per-account spellcheck default dictionaries settings.
5074
5075 2007-01-10 [colin]      2.7.0cvs6
5076
5077         * src/prefs_folder_item.c
5078                 Factorize strings - patch by Fabien
5079
5080 2007-01-10 [colin]      2.7.0cvs5
5081
5082         * src/mainwindow.c
5083                 Fix bug 1095, 'Crash while changing folder 
5084                 columns during incorporation'
5085
5086 2007-01-09 [colin]      2.7.0cvs4
5087
5088         * src/gtk/pluginwindow.c
5089                 Set the plugin window transient. Seems
5090                 like some window managers hide it in
5091                 the background after "load plugin"...
5092
5093 2007-01-09 [colin]      2.7.0cvs3
5094
5095         * src/gtk/filesel.c
5096                 Use the same type for alloc and free
5097
5098 2007-01-08 [paul]       2.7.0cvs2
5099
5100         * po/nl.po
5101                 updated by Tim Dijkstra
5102
5103 2007-01-08 [paul]       2.7.0cvs1
5104
5105         * src/prefs_themes.c
5106         * src/common/utils.c
5107                 Fix resource leaks
5108
5109 2007-01-08 [paul]       2.7.0
5110
5111         * NEWS
5112         * README
5113         * RELEASE_NOTES
5114                 2.7.0 released
5115
5116 2007-01-08 [paul]       2.6.1cvs119
5117
5118         * doc/man/claws-mail.1
5119                 another correction
5120
5121 2007-01-08 [paul]       2.6.1cvs118
5122
5123         * doc/man/claws-mail.1
5124                 corrections
5125         * manual/advanced.xml
5126                 improved English usage
5127
5128 2007-01-08 [paul]       2.6.1cvs117
5129
5130         * po/ca.po
5131         * po/de.po
5132         * po/en_GB.po
5133         * po/fi.po
5134         * po/it.po
5135         * po/pt_BR.po
5136         * po/sk.po
5137         * po/sr.po
5138         * po/zh_CN.po
5139                 updated by Miquel Oliete, Stephan Sachse, me,
5140                 Tommi Pirinen, Andrea Spadaccini, Frederico
5141                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5142                 Urosevic, and Ralgh Young
5143
5144 2007-01-07 [mones]      2.6.1cvs116
5145
5146         * manual/es/advanced.xml
5147         * po/es.po
5148                 Synced manual (unhide mark_as_read_delay)
5149                 and updated translation for release
5150
5151 2007-01-07 [paul]       2.6.1cvs115
5152
5153         * src/prefs_matcher.c
5154                 make the hbox content fit better under
5155                 various languages
5156
5157 2007-01-07 [colin]      2.6.1cvs114
5158
5159         * src/messageview.c
5160                 Fix bug 1088, 'Ctrl-h produces repeatable
5161                 crash'
5162
5163 2007-01-06 [colin]      2.6.1cvs113
5164
5165         * src/etpan/imap-thread.c
5166                 Add casts to int to get certs. Fixes
5167                 bug 1064, 'crash @ etpan_certificate_check() 
5168                 when opening an IMAP folder', with latest
5169                 libetpan CVS or >= 0.49
5170         * src/mainwindow.c
5171         * src/mainwindow.h
5172         * src/imap_gtk.c
5173         * src/news_gtk.c
5174         * src/prefs_folder_item.c
5175                 Grey out the "synchronise" menu items if
5176                 there's nothing to synchronise.
5177         * src/plugins/pgpcore/sgpgme.c
5178                 Make an error clearer than "Unknown error"
5179
5180 2007-01-06 [colin]      2.6.1cvs112
5181
5182         * src/messageview.c
5183                 Don't try to show a message if updating
5184                 Maybe fixes bug 1088, 'ctrl-h produces
5185                 repeatable crash'.
5186
5187 2007-01-06 [colin]      2.6.1cvs111
5188
5189         * src/summaryview.c
5190                 Disable Control-Space (handle it as Space).
5191
5192 2007-01-05 [paul]       2.6.1cvs110
5193
5194         * src/imap.c
5195                 Fix bug 934, 'sylpheed claws 2.1 
5196                 doesn't show Exchanges Public Folders'
5197                 Thanks to Hoa and Colin
5198         * src/msgcache.c
5199                 Refuse to allocate more than 2 MB for a 
5200                 single field, it's a good indication of
5201                 cache corruption.
5202
5203 2007-01-05 [colin]      2.6.1cvs109
5204
5205         * src/mainwindow.c
5206                 Allow --select'ing emails by Message-ID too
5207
5208 2007-01-05 [colin]      2.6.1cvs108
5209
5210         * src/common/quoted-printable.c
5211                 Uh! Third fix :)
5212
5213 2007-01-05 [colin]      2.6.1cvs107
5214
5215         * src/common/quoted-printable.c
5216                 Fix previous commit about bug 1089
5217                 Thanks to Ralf
5218
5219 2007-01-05 [colin]      2.6.1cvs106
5220
5221         * src/common/quoted-printable.c
5222                 Fix my previous commit on bug 1089
5223                 - Thanks to Ralf :)
5224
5225 2007-01-04 [colin]      2.6.1cvs105
5226
5227         * src/common/quoted-printable.c
5228                 Fix bug 1089, 'NUL characters in Subject 
5229                 line are misinterpreted'. Not a pain to
5230                 fix in fact.
5231
5232 2007-01-04 [colin]      
5233
5234         2.7.0-rc3 released
5235
5236 2007-01-04 [wwp]        2.6.1cvs104
5237
5238         * src/image_viewer.c
5239                 Force operator precedence (fix a compiler warning).
5240
5241 2007-01-04 [colin]      2.6.1cvs103
5242
5243         * src/image_viewer.c
5244                 Be cautious there too (same fix as the one
5245                 in textview from cvs33)
5246         * src/messageview.c
5247                 Don't use any MimeViewer plugin when showing
5248                 all headers
5249
5250 2007-01-03 [wwp]        2.6.1cvs102
5251
5252         * src/html.c
5253         * src/html.h
5254                 fixed "cent" sign (use the existing ASCII one),
5255                 decode more HTML entities,
5256                 converted table ASCII entries to UTF-8,
5257                 moved a switch() into a hashtable.
5258
5259 2007-01-03 [paul]       2.6.1cvs101
5260
5261         * src/compose.c
5262         * src/messageview.c
5263         * src/procmsg.c
5264         * src/procmsg.h
5265                 When possible, use move_msg instead of
5266                 copy_msg + remove_msg to move sent mail
5267                 from Queue to Sent. 
5268
5269 2007-01-03 [paul]       2.6.1cvs100
5270
5271         * src/html.c
5272                 add more html entity recognition:
5273                 pounds, euros, and cents
5274
5275 2007-01-03 [colin]      2.6.1cvs99
5276
5277         * src/imap_gtk.c
5278                 Don't display an error on NOSELECT
5279                 folders when synchronising
5280
5281 2007-01-03 [paul]       2.6.1cvs98
5282
5283         * tools/maildir2claws-mail.pl
5284                 only substitute 'sent-mail' if it's
5285                 the full directory name
5286
5287 2007-01-03 [paul]       2.6.1cvs97
5288
5289         * ChangeLog
5290         * ChangeLog.pre2.0.0
5291         * Makefile.am
5292                 archive a chunk of ChangeLog in
5293                 ChangeLog.pre2.0.0
5294         * ChangeLog.gtk1
5295         * doc/src/ChangeLog.claws-pre0.8.0
5296                 remove ChangeLog.claws-pre0.8.0, adding
5297                 its contents to ChangeLog.gtk1
5298
5299 2007-01-03 [paul]       2.6.1cvs96
5300
5301         * src/account.c
5302         * src/account.h
5303         * src/action.c
5304         * src/action.h
5305         * src/adbookbase.h
5306         * src/addr_compl.c
5307         * src/addr_compl.h
5308         * src/addrbook.c
5309         * src/addrcache.c
5310         * src/addrcache.h
5311         * src/addrcindex.c
5312         * src/addrcindex.h
5313         * src/addrclip.c
5314         * src/addrclip.h
5315         * src/addrdefs.h
5316         * src/addressadd.c
5317         * src/addressadd.h
5318         * src/addressbook.c
5319         * src/addressbook.h
5320         * src/addressbook_foldersel.c
5321         * src/addressbook_foldersel.h
5322         * src/addrgather.c
5323         * src/addrgather.h
5324         * src/addrharvest.c
5325         * src/addrharvest.h
5326         * src/addrindex.c
5327         * src/addrindex.h
5328         * src/addritem.c
5329         * src/addritem.h
5330         * src/addrquery.c
5331         * src/addrquery.h
5332         * src/addrselect.c
5333         * src/addrselect.h
5334         * src/alertpanel.c
5335         * src/alertpanel.h
5336         * src/browseldap.c
5337         * src/browseldap.h
5338         * src/codeconv.c
5339         * src/codeconv.h
5340         * src/compose.c
5341         * src/compose.h
5342         * src/customheader.c
5343         * src/customheader.h
5344         * src/displayheader.c
5345         * src/displayheader.h
5346         * src/editaddress.c
5347         * src/editaddress.h
5348         * src/editbook.c
5349         * src/editbook.h
5350         * src/editgroup.c
5351         * src/editgroup.h
5352         * src/editjpilot.c
5353         * src/editjpilot.h
5354         * src/editldap.c
5355         * src/editldap.h
5356         * src/editldap_basedn.c
5357         * src/editldap_basedn.h
5358         * src/editvcard.c
5359         * src/editvcard.h
5360         * src/exphtmldlg.c
5361         * src/exphtmldlg.h
5362         * src/expldifdlg.c
5363         * src/expldifdlg.h
5364         * src/export.c
5365         * src/export.h
5366         * src/exporthtml.c
5367         * src/exporthtml.h
5368         * src/exportldif.c
5369         * src/exportldif.h
5370         * src/filtering.c
5371         * src/filtering.h
5372         * src/folder.c
5373         * src/folder.h
5374         * src/folder_item_prefs.c
5375         * src/folder_item_prefs.h
5376         * src/foldersel.c
5377         * src/foldersel.h
5378         * src/folderutils.c
5379         * src/folderutils.h
5380         * src/folderview.c
5381         * src/folderview.h
5382         * src/grouplistdialog.c
5383         * src/grouplistdialog.h
5384         * src/headerview.c
5385         * src/html.c
5386         * src/html.h
5387         * src/image_viewer.c
5388         * src/image_viewer.h
5389         * src/imap.c
5390         * src/imap.h
5391         * src/imap_gtk.c
5392         * src/imap_gtk.h
5393         * src/import.c
5394         * src/import.h
5395         * src/importldif.c
5396         * src/importldif.h
5397         * src/importmutt.c
5398         * src/importmutt.h
5399         * src/importpine.c
5400         * src/importpine.h
5401         * src/inc.c
5402         * src/inc.h
5403         * src/jpilot.c
5404         * src/jpilot.h
5405         * src/ldapctrl.c
5406         * src/ldapctrl.h
5407         * src/ldaplocate.c
5408         * src/ldaplocate.h
5409         * src/ldapquery.c
5410         * src/ldapquery.h
5411         * src/ldapserver.c
5412         * src/ldapserver.h
5413         * src/ldaputil.c
5414         * src/ldaputil.h
5415         * src/ldif.c
5416         * src/ldif.h
5417         * src/main.c
5418         * src/main.h
5419         * src/mainwindow.c
5420         * src/mainwindow.h
5421         * src/manual.c
5422         * src/manual.h
5423         * src/mbox.c
5424         * src/message_search.c
5425         * src/message_search.h
5426         * src/messageview.c
5427         * src/messageview.h
5428         * src/mh.c
5429         * src/mh.h
5430         * src/mh_gtk.c
5431         * src/mh_gtk.h
5432         * src/mimeview.c
5433         * src/mimeview.h
5434         * src/msgcache.c
5435         * src/msgcache.h
5436         * src/mutt.c
5437         * src/mutt.h
5438         * src/news.c
5439         * src/news.h
5440         * src/news_gtk.c
5441         * src/news_gtk.h
5442         * src/partial_download.c
5443         * src/partial_download.h
5444         * src/pine.c
5445         * src/pine.h
5446         * src/pop.c
5447         * src/pop.h
5448         * src/prefs_account.c
5449         * src/prefs_account.h
5450         * src/prefs_actions.c
5451         * src/prefs_actions.h
5452         * src/prefs_common.c
5453         * src/prefs_common.h
5454         * src/prefs_compose_writing.c
5455         * src/prefs_compose_writing.h
5456         * src/prefs_customheader.c
5457         * src/prefs_customheader.h
5458         * src/prefs_display_header.c
5459         * src/prefs_display_header.h
5460         * src/prefs_filtering.c
5461         * src/prefs_filtering.h
5462         * src/prefs_filtering_action.c
5463         * src/prefs_filtering_action.h
5464         * src/prefs_folder_column.c
5465         * src/prefs_folder_column.h
5466         * src/prefs_folder_item.c
5467         * src/prefs_folder_item.h
5468         * src/prefs_fonts.c
5469         * src/prefs_fonts.h
5470         * src/prefs_gtk.c
5471         * src/prefs_gtk.h
5472         * src/prefs_image_viewer.c
5473         * src/prefs_image_viewer.h
5474         * src/prefs_matcher.c
5475         * src/prefs_matcher.h
5476         * src/prefs_message.c
5477         * src/prefs_msg_colors.c
5478         * src/prefs_msg_colors.h
5479         * src/prefs_other.c
5480         * src/prefs_quote.c
5481         * src/prefs_receive.c
5482         * src/prefs_send.c
5483         * src/prefs_spelling.c
5484         * src/prefs_spelling.h
5485         * src/prefs_summaries.c
5486         * src/prefs_summaries.h
5487         * src/prefs_summary_column.c
5488         * src/prefs_summary_column.h
5489         * src/prefs_template.c
5490         * src/prefs_template.h
5491         * src/prefs_themes.c
5492         * src/prefs_themes.h
5493         * src/prefs_toolbar.c
5494         * src/prefs_toolbar.h
5495         * src/prefs_wrapping.c
5496         * src/prefs_wrapping.h
5497         * src/privacy.c
5498         * src/privacy.h
5499         * src/procheader.c
5500         * src/procheader.h
5501         * src/procmime.c
5502         * src/procmime.h
5503         * src/procmsg.c
5504         * src/procmsg.h
5505         * src/quote_fmt.c
5506         * src/quote_fmt_parse.y
5507         * src/recv.c
5508         * src/recv.h
5509         * src/remotefolder.c
5510         * src/remotefolder.h
5511         * src/send_message.c
5512         * src/send_message.h
5513         * src/setup.c
5514         * src/setup.h
5515         * src/sourcewindow.c
5516         * src/sourcewindow.h
5517         * src/ssl_manager.c
5518         * src/ssl_manager.h
5519         * src/statusbar.c
5520         * src/statusbar.h
5521         * src/stock_pixmap.c
5522         * src/stock_pixmap.h
5523         * src/summary_search.c
5524         * src/summary_search.h
5525         * src/summaryview.c
5526         * src/summaryview.h
5527         * src/textview.c
5528         * src/textview.h
5529         * src/toolbar.c
5530         * src/toolbar.h
5531         * src/undo.c
5532         * src/undo.h
5533         * src/unmime.c
5534         * src/unmime.h
5535         * src/vcard.c
5536         * src/vcard.h
5537         * src/wizard.c
5538         * src/wizard.h
5539         * src/common/base64.c
5540         * src/common/base64.h
5541         * src/common/defs.h
5542         * src/common/hooks.c
5543         * src/common/hooks.h
5544         * src/common/log.c
5545         * src/common/log.h
5546         * src/common/mgutils.c
5547         * src/common/mgutils.h
5548         * src/common/nntp.c
5549         * src/common/nntp.h
5550         * src/common/passcrypt.c
5551         * src/common/passcrypt.h.in
5552         * src/common/plugin.c
5553         * src/common/plugin.h
5554         * src/common/prefs.c
5555         * src/common/prefs.h
5556         * src/common/progressindicator.c
5557         * src/common/progressindicator.h
5558         * src/common/quoted-printable.c
5559         * src/common/quoted-printable.h
5560         * src/common/session.c
5561         * src/common/session.h
5562         * src/common/smtp.c
5563         * src/common/smtp.h
5564         * src/common/socket.c
5565         * src/common/socket.h
5566         * src/common/ssl.c
5567         * src/common/ssl.h
5568         * src/common/ssl_certificate.c
5569         * src/common/ssl_certificate.h
5570         * src/common/stringtable.c
5571         * src/common/stringtable.h
5572         * src/common/template.c
5573         * src/common/template.h
5574         * src/common/timing.h
5575         * src/common/utils.c
5576         * src/common/utils.h
5577         * src/common/version.h.in
5578         * src/common/xml.c
5579         * src/common/xml.h
5580         * src/common/xmlprops.c
5581         * src/common/xmlprops.h
5582         * src/gtk/about.c
5583         * src/gtk/colorlabel.c
5584         * src/gtk/colorsel.c
5585         * src/gtk/colorsel.h
5586         * src/gtk/combobox.c
5587         * src/gtk/combobox.h
5588         * src/gtk/description_window.c
5589         * src/gtk/description_window.h
5590         * src/gtk/filesel.c
5591         * src/gtk/filesel.h
5592         * src/gtk/foldersort.c
5593         * src/gtk/foldersort.h
5594         * src/gtk/gtksctree.c
5595         * src/gtk/gtkutils.c
5596         * src/gtk/gtkutils.h
5597         * src/gtk/inputdialog.c
5598         * src/gtk/inputdialog.h
5599         * src/gtk/logwindow.c
5600         * src/gtk/logwindow.h
5601         * src/gtk/manage_window.c
5602         * src/gtk/manage_window.h
5603         * src/gtk/menu.c
5604         * src/gtk/menu.h
5605         * src/gtk/pluginwindow.c
5606         * src/gtk/pluginwindow.h
5607         * src/gtk/prefswindow.c
5608         * src/gtk/prefswindow.h
5609         * src/gtk/progressdialog.c
5610         * src/gtk/progressdialog.h
5611         * src/gtk/sslcertwindow.c
5612         * src/gtk/sslcertwindow.h
5613         * src/plugins/bogofilter/bogofilter.c
5614         * src/plugins/bogofilter/bogofilter.h
5615         * src/plugins/bogofilter/bogofilter_gtk.c
5616         * src/plugins/clamav/clamav_plugin.c
5617         * src/plugins/clamav/clamav_plugin.h
5618         * src/plugins/clamav/clamav_plugin_gtk.c
5619         * src/plugins/demo/demo.c
5620         * src/plugins/dillo_viewer/dillo_prefs.c
5621         * src/plugins/dillo_viewer/dillo_prefs.h
5622         * src/plugins/dillo_viewer/dillo_viewer.c
5623         * src/plugins/pgpcore/passphrase.c
5624         * src/plugins/pgpcore/passphrase.h
5625         * src/plugins/pgpcore/pgp_viewer.c
5626         * src/plugins/pgpcore/pgp_viewer.h
5627         * src/plugins/pgpcore/plugin.c
5628         * src/plugins/pgpcore/select-keys.c
5629         * src/plugins/pgpcore/select-keys.h
5630         * src/plugins/pgpcore/sgpgme.c
5631         * src/plugins/pgpcore/sgpgme.h
5632         * src/plugins/pgpinline/pgpinline.c
5633         * src/plugins/pgpinline/pgpinline.h
5634         * src/plugins/pgpinline/plugin.c
5635         * src/plugins/pgpmime/pgpmime.c
5636         * src/plugins/pgpmime/pgpmime.h
5637         * src/plugins/pgpmime/plugin.c
5638         * src/plugins/spamassassin/spamassassin.c
5639         * src/plugins/spamassassin/spamassassin.h
5640         * src/plugins/spamassassin/spamassassin_gtk.c
5641         * src/plugins/trayicon/trayicon.c
5642                 it's 2007, update the year in the copyright headers
5643
5644 2007-01-03 [paul]       2.6.1cvs95
5645
5646         * src/gtk/about.c
5647                 it is 2007, use it in the copyright string
5648
5649 2007-01-03 [paul]       2.6.1cvs94
5650
5651         * src/html.c
5652                 html entity conversion:
5653                 move &#153; to a more suitable place
5654                 add &bull; and &ndash;
5655                 make sure &mdash; and &#8212; are both
5656                 converted the same
5657
5658 2007-01-02 [colin]      2.6.1cvs93
5659
5660         * src/addrbook.c
5661                 Fix leak
5662         * src/common/plugin.c
5663                 Add comment
5664         * src/etpan/imap-thread.c
5665                 Fix warning
5666
5667 2006-12-31 [paul]       2.6.1cvs92
5668
5669         * src/prefs_summaries.c
5670                 use gtk_button_new_from_stock()
5671
5672 2006-12-30 [colin]      2.6.1cvs91
5673
5674         * src/folder.c
5675         * src/imap_gtk.c
5676         * src/mh_gtk.c
5677                 Don't update filtering and account paths 
5678                 when copying folders
5679
5680 2006-12-30 [colin]      2.6.1cvs90
5681
5682         * src/prefs_compose_writing.c
5683         * src/prefs_quote.c
5684         * src/prefs_template.c
5685                 Use message font for Writing and 
5686                 Quoting prefs, as well as Templates.
5687
5688 2006-12-30 [colin]      2.6.1cvs89
5689
5690         * src/prefs_summaries.c
5691                 Rework GUI; patch by Pawel
5692
5693 2006-12-29 [colin]      2.6.1cvs88
5694
5695         * src/prefs_folder_item.c
5696                 Fix bug 1085, 'Apply to subfolder 
5697                 doesn't work' - I was mistaken saying
5698                 it worked in every case
5699
5700 2006-12-28 [colin]      2.6.1cvs87
5701
5702         * src/gtk/gtkaspell.c
5703                 Don't assert if use_alternate is true
5704                 and alt_dictionary isn't set -- this 
5705                 is what happens on upgrade! Rather,
5706                 do with it.
5707
5708 2006-12-28 [colin]      2.6.1cvs86
5709
5710         * Makefile.am
5711                 Fix desktop/icon simplification
5712
5713 2006-12-28 [colin]      2.6.1cvs85
5714
5715         * Makefile.am
5716                 Make desktop and icon not 
5717                 dependant on the desktop
5718
5719 2006-12-28 [wwp]        2.6.1cvs84
5720
5721         * src/plugins/pgpmime/claws.def
5722                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5723
5724 2006-12-28 [wwp]        2.6.1cvs83
5725
5726         * src/prefs_folder_item.c
5727                 Fix coloring of "simplify subject regexp" (folder prefs),
5728                 which might be left to red whereas the regexp gets empty.
5729
5730 2006-12-28 [wwp]        2.6.1cvs82
5731
5732         * src/prefs_common.c
5733         * src/prefs_common.h
5734         * src/addressbook.c
5735         * src/addressitem.h
5736                 Save addressbook mainwindow's horizontal and vertical splitter position.
5737
5738 2006-12-27 [wwp]        2.6.1cvs81
5739
5740         * src/gtk/gtkaspell.c
5741         * src/gtk/gtkaspell.h
5742         * src/compose.c
5743                 Fix assignment of compose's default and alternate dictionary from
5744                 account or folder settings. Now gtkaspell_change_dict does rotate
5745                 dicts only when it's called from a menu cb.
5746
5747 2006-12-27 [wwp]        2.6.1cvs80
5748
5749         * src/folder_item_prefs.c
5750                 Fix randomly initialized default-alt-dictionary (folder prefs),
5751                 complete 2.6.1cvs72.
5752
5753 2006-12-27 [paul]       2.6.1cvs79
5754
5755         * src/imap_gtk.c
5756         * src/mh_gtk.c
5757                 Add Copy folder in the folder's contextual
5758                 menu
5759
5760 2006-12-27 [wwp]        2.6.1cvs78
5761
5762         * src/imap.c
5763                 Clean up session locking, thanks to Colin.
5764
5765 2006-12-26 [colin]      2.6.1cvs77
5766
5767         * src/statusbar.c
5768                 Revert previous patch
5769
5770 2006-12-26 [colin]      2.6.1cvs76
5771
5772         * src/folder.c
5773         * src/folderview.c
5774         * src/imap.c
5775         * src/statusbar.c
5776         * src/etpan/imap-thread.c
5777                 Fix previous commit warnings
5778                 Make statusbar update every second if total < 20
5779                 Make IMAP APPEND faster by simplifying log              
5780
5781 2006-12-26 [colin]      2.6.1cvs75
5782
5783         * src/folder.c
5784         * src/folder.h
5785         * src/folderview.c
5786         * src/folderview.h
5787         * src/imap_gtk.c
5788         * src/mh_gtk.c
5789                 Make it possible to copy folders accross
5790                 mailboxes (this was an arbitrary limitation).
5791                 Still make it impossible to move folders 
5792                 accross mailboxes.
5793
5794 2006-12-26 [colin]      2.6.1cvs74
5795
5796         * src/etpan/imap-thread.c
5797                 Fix bug 1081, 'claws-mail 
5798                 segfaults when going offline 
5799                 while it transfers mails via 
5800                 imap'
5801
5802 2006-12-26 [colin]      2.6.1cvs73
5803
5804         * src/folder_item_prefs.c
5805                 Don't forget alt dictionary when
5806                 renaming/moving folders
5807
5808 2006-12-26 [wwp]        2.6.1cvs72
5809
5810         * src/folder_item_prefs.c
5811                 Add missing defaults for per-folder alt dict
5812                 (forgotten in 2.6.1cvs61).
5813
5814 2006-12-26 [colin]      2.6.1cvs71
5815
5816         * src/wizard.c
5817                 Add tooltip to state that specifying
5818                 full path to mailbox is possible
5819
5820 2006-12-26 [wwp]        2.6.1cvs70
5821
5822         * src/partial_download.c
5823         * src/gtk/gtkvscrollbutton.c
5824         * src/plugins/pgpinline/plugin.c
5825                 Fix for few compiler warnings that matter.
5826
5827 2006-12-25 [colin]      2.6.1cvs69
5828
5829         * src/partial_download.c
5830                 Fix marking for download or deletion
5831                 when the header isn't the first
5832         * src/gtk/logwindow.c
5833                 Fix start of scrolling
5834
5835 2006-12-23 [paul]       2.6.1cvs68
5836
5837         * src/compose.c
5838                 change last commit to use the 'academic'
5839                 method instead. Thanks to wwp
5840
5841 2006-12-23 [paul]       2.6.1cvs67
5842
5843         * src/compose.c
5844                 don't warn about empty subject when
5845                 redirecting
5846
5847 2006-12-22 [colin]      2.6.1cvs66
5848
5849         * src/summary_search.c
5850                 Fix previous patch
5851
5852 2006-12-22 [colin]      2.6.1cvs65
5853
5854         * src/gtk/gtkutils.c
5855         * src/imap.c
5856         * src/jpilot.c
5857         * src/summary_search.c
5858                 A few warning fixes
5859
5860 2006-12-23 [paul]       
5861
5862         2.7.0-rc2 released
5863
5864 2006-12-22 [colin]      2.6.1cvs64
5865
5866         * src/toolbar.c
5867         * src/toolbar.h
5868                 Add a combo to the learn spam button
5869         * src/plugins/bogofilter/bogofilter.c
5870         * src/plugins/bogofilter/bogofilter_gtk.c
5871         * src/plugins/bogofilter/bogofilter.h
5872                 Allow to store Unsure mails in a specific
5873                 folder to make better teaching easier
5874
5875 2006-12-21 [wwp]        2.6.1cvs63
5876
5877         * src/compose.c
5878         * src/prefs_common.c
5879         * src/prefs_common.h
5880         * src/prefs_spelling.c
5881         * src/gtk/gtkaspell.c
5882         * src/gtk/gtkaspell.h
5883                 Allow spell-checking using both current and alternate dictionaries
5884                 (thanks to Colin).
5885
5886 2006-12-21 [wwp]        2.6.1cvs62
5887
5888         * src/gtk/gtkaspell.c
5889                 Apply recheck_when_changing_dict (highlight all mispelled words)
5890                 when switching to alternate dictionary.
5891
5892 2006-12-21 [wwp]        2.6.1cvs61
5893
5894         * src/compose.c
5895         * src/folder_item_prefs.h
5896         * src/prefs_common.c
5897         * src/prefs_common.h
5898         * src/prefs_folder_item.c
5899         * src/prefs_spelling.c
5900         * src/gtk/gtkaspell.c
5901         * src/gtk/gtkaspell.h
5902                 Add global and per-folder prefs to set the default
5903                 alternate dictionary.
5904
5905 2006-12-21 [colin]      2.6.1cvs60
5906
5907         * src/folder.c
5908                 Look for folders by path in all folders
5909         * src/html.c
5910                 add &mdash;
5911
5912 2006-12-20 [colin]      2.6.1cvs59
5913
5914         * src/gtk/quicksearch.c
5915                 Make sure in_typing is false when clearing
5916
5917 2006-12-20 [wwp]        2.6.1cvs58
5918
5919         * configure.ac
5920                 change manual's target dir to be LFH-compliant (thanks to Colin).
5921
5922 2006-12-20 [wwp]        2.6.1cvs57
5923
5924         * src/prefs_common.c
5925         * src/prefs_summaries.c
5926                 i18n fix and factorize patch, thanks to Fabien.
5927
5928 2006-12-20 [paul]       2.6.1cvs56
5929
5930         * configure.ac
5931                 last of the renaming (??)
5932         * src/main.c
5933                 correct --help info of --status-full
5934         * src/plugins/bogofilter/bogofilter.c
5935                 make FALSE default of whitelist_ab
5936
5937 2006-12-19 [colin]      2.6.1cvs55
5938
5939         * src/jpilot.c
5940                 Same as before, without depending on
5941                 pisock >= 0.12
5942
5943 2006-12-19 [colin]      2.6.1cvs54
5944
5945         * src/jpilot.c
5946                 Fix bug 1059, 'Better jpilot charset 
5947                 handling'. Use libpisync's charset conversion
5948                 if possible
5949
5950 2006-12-19 [colin]      2.6.1cvs53
5951
5952         * po/fr.po
5953                 Updated by Fabien
5954
5955 2006-12-19 [wwp]        2.6.1cvs52
5956
5957         * src/gtk/about.c
5958                 Add missing #include (thanks to Colin).
5959
5960 2006-12-19 [wwp]        2.6.1cvs51
5961
5962         * src/prefs_receive.c
5963                 Better spacing between widgets in prefs.
5964
5965 2006-12-18 [colin]      2.6.1cvs50
5966
5967         * src/imap.c
5968                 Fix failure to get separator on LIST "" ""
5969                 Try LIST "" "INBOX" too.
5970
5971 2006-12-18 [wwp]        2.6.1cvs49
5972
5973         * src/common/session.c
5974                 Fix a compiler warning (thanks to Fabien).
5975
5976 2006-12-18 [wwp]        2.6.1cvs48
5977
5978         * src/compose.c
5979         * src/prefs_quote.c
5980                 Factorize some strings for translation (it's about error
5981                 messages when applying or checking template/quote format).
5982
5983 2006-12-18 [colin]      2.6.1cvs47
5984
5985         * Makefile.am
5986         * src/common/defs.h
5987         * src/gtk/Makefile.am
5988         * src/gtk/about.c
5989                 Add a Release notes tab from the contents of
5990                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
5991
5992 2006-12-17 [colin]      2.6.1cvs46
5993
5994         * src/mimeview.c
5995         * src/textview.c
5996         * src/gtk/filesel.c
5997                 Correctly convert from/to UTF8/filename encoding
5998                 when loading and saving files. Probably fixes
5999                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6000                 for a file to attach and is blocked...'
6001
6002 2006-12-17 [colin]      2.6.1cvs45
6003
6004         * src/gtk/logwindow.c
6005                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6006                 IMAP folder and is blocked on main thread': 
6007                 make sure we put utf8 in the log.
6008
6009 2006-12-16 [colin]      2.6.1cvs44
6010
6011         * src/toolbar.c
6012         * src/toolbar.h
6013                 Fix bug 1055, 'Add the 'cancel receive' 
6014                 in the available events for the toolbar buttons'
6015
6016 2006-12-16 [colin]      2.6.1cvs43
6017
6018         * po/POTFILES.in
6019         * src/imap.c
6020         * src/common/nntp.c
6021         * src/common/session.c
6022                 Log error when SSL handshakes fail. 
6023                 Fixes bug 1082, 'incorrect / imprecise 
6024                 error message when imap server provides 
6025                 ssl only through STARTTLS but SSL is 
6026                 selected'
6027
6028 2006-12-15 [wwp]        2.6.1cvs42
6029
6030         * src/plugins/bogofilter/bogofilter_gtk.c
6031                 set proper sensitivity to widgets I've recently added.
6032
6033 2006-12-15 [colin]      
6034
6035         2.7.0-rc1 released
6036
6037 2006-12-15 [wwp]        2.6.1cvs41
6038
6039         * src/plugins/bogofilter/bogofilter.c
6040         * src/plugins/bogofilter/bogofilter.h
6041         * src/plugins/bogofilter/bogofilter_gtk.c
6042                 bogofilter's whitelist can now use a subset of
6043                 the addressbook (either a book, a subfolder of a book,
6044                 or the whole addressbook by using "Any"). Re-used there
6045                 some pref_matcher widgets and mechanisms to match a subset
6046                 of the addressbook.
6047
6048 2006-12-15 [wwp]        2.6.1cvs40
6049
6050         * src/wizard.c
6051         * src/common/plugin.c
6052         * src/common/plugin.h
6053         * src/gtk/about.c
6054         * src/plugins/bogofilter/bogofilter.c
6055         * src/plugins/clamav/clamav_plugin.c
6056         * src/plugins/demo/demo.c
6057         * src/plugins/dillo_viewer/dillo_viewer.c
6058         * src/plugins/pgpcore/plugin.c
6059         * src/plugins/pgpinline/plugin.c
6060         * src/plugins/pgpmime/plugin.c
6061         * src/plugins/spamassassin/spamassassin.c
6062         * src/plugins/trayicon/trayicon.c
6063                 factorize some translatable strings (plugins-related),
6064                 fix missing punctuation in several places,
6065                 remove useless translatable \n in about.c,
6066                 and factorize plugin init code w/ a new function
6067                 check_plugin_version() in common/plugin.c.
6068                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6069
6070 2006-12-15 [wwp]        2.6.1cvs39
6071
6072         * src/plugins/bogofilter/bogofilter.c
6073         * src/plugins/bogofilter/bogofilter_gtk.c
6074                 flag whitelisted spams as spam, but don't filter it to the spam
6075                 folder. Thanks to Colin.
6076
6077 2006-12-15 [ticho]      2.6.1cvs38
6078
6079         * src/plugins/bogofilter/bogofilter.c
6080         * src/plugins/bogofilter/bogofilter.h
6081         * src/plugins/bogofilter/bogofilter_gtk.c
6082                 Add option to whitelist senders found in addressbook. Patch by colin.
6083
6084 2006-12-15 [paul]       2.6.1cvs37
6085
6086         * src/folderview.c
6087                 add missing #include "log.h"
6088
6089 2006-12-15 [paul]       2.6.1cvs36
6090
6091         * src/plugins/bogofilter/bogofilter.c
6092         * src/plugins/bogofilter/bogofilter.h
6093         * src/plugins/bogofilter/bogofilter_gtk.c
6094                 Add an option to allow inserting an
6095                 X-Claws-Bogosity header (on MH folders
6096                 only). Patch by Colin
6097
6098 2006-12-14 [colin]      2.6.1cvs35
6099
6100         * src/main.c
6101                 "Yes" should be the default choice for
6102                 migration configuration
6103
6104 2006-12-14 [paul]       2.6.1cvs34
6105
6106         * src/prefs_summaries.c
6107         * manual/advanced.xml
6108                 Unhide mark_as_read_delay
6109
6110 2006-12-14 [paul]       2.6.1cvs33
6111
6112         * src/messageview.c
6113         * src/messageview.h
6114         * src/mimeview.c
6115         * src/mimeview.h
6116         * src/summaryview.c
6117         * src/textview.c
6118         * src/textview.h
6119                 Fix printing of selection
6120                 Fix printing of message parts
6121                 Fix printing of images
6122         * src/gtk/gtksourceprintjob.c
6123                 Fix page count when there are images
6124
6125 2006-12-14 [wwp]        2.6.1cvs32
6126
6127         * src/mainwindow.c
6128         * src/summaryview.c
6129         * src/summaryview.h
6130         * src/gtk/quicksearch.c
6131                 fix quicksearch 'magnify' button status when QS is closed
6132                 using the Escape key, thanks to Colin.
6133
6134 2006-12-14 [wwp]        2.6.1cvs31
6135
6136         * src/mainwindow.c
6137         * src/summaryview.c
6138         * src/summaryview.h
6139         * src/gtk/quicksearch.c
6140                 fix quicksearch 'magnify' button status when QS is closed
6141                 using the Escape key, thanks to Colin.
6142
6143 2006-12-13 [colin]      2.6.1cvs30
6144
6145         * src/ldapquery.c
6146         * src/ldaputil.c
6147                 Use the binary safe version of ldap_get_values,
6148                 to make sure we manipulate null-terminated 
6149                 strings. Maybe fixes bug 1075, 'claws mail 
6150                 segfault when completing ldap adresses'
6151         * src/syldap.c ** REMOVED **
6152         * src/syldap.h ** REMOVED **
6153                 Remove dead files
6154
6155 2006-12-13 [mones]      2.6.1cvs29
6156
6157         * po/es.po
6158                 Fixed piped strings, fixed click translation
6159
6160 2006-12-13 [paul]       2.6.1cvs28
6161
6162         * src/main.c
6163                 don't translate these strings
6164
6165 2006-12-13 [paul]       2.6.1cvs27
6166
6167         * po/en_GB.po
6168                 updated
6169
6170 2006-12-13 [colin]      2.6.1cvs26
6171
6172         * src/main.c
6173         * src/main.h
6174                 Add claws_is_starting()
6175
6176 2006-12-13 [mones]      2.6.1cvs25
6177
6178         * manual/es/advanced.xml
6179         * po/es.po
6180                 Synced manual and updated translation
6181
6182 2006-12-12 [colin]      2.6.1cvs24
6183
6184         * src/wizard.c
6185                 Add an option to use STARTTLS in the
6186                 welcome wizard. Fixes bug 1080, 
6187                 'Using SSL option in wizard for incoming 
6188                 server does not activate SSL with STARTTLS'
6189
6190 2006-12-12 [colin]      2.6.1cvs23
6191
6192         * src/main.c
6193                 Don't exit when there's an incomplete
6194                 mailbox configured - leaves a chance 
6195                 to fix a failing IMAP account. Exit
6196                 if no mailbox at all is loaded (case
6197                 of missing plugin).
6198                 Completes bug 1077's fix (I was wrong
6199                 in this bug's comment #3).
6200
6201 2006-12-12 [colin]      2.6.1cvs22
6202
6203         * src/gtk/menu.h
6204                 Add another menu data type
6205         * src/prefs_account.c
6206                 Complete the completion of bug 1076
6207                 (doesn't lose the pref on apply)
6208
6209 2006-12-12 [paul]       2.6.1cvs21
6210
6211         * src/prefs_account.c
6212                 complete the fix of bug 1076
6213                 also be more verbose with the text
6214
6215 2006-12-12 [paul]       2.6.1cvs20
6216
6217         * src/gtk/combobox.c
6218                 fix compilation warning
6219
6220 2006-12-11 [colin]      2.6.1cvs19
6221
6222         * src/wizard.c
6223                 Document :port in server entry tooltips
6224
6225 2006-12-11 [colin]      2.6.1cvs18
6226
6227         * src/main.c
6228                 Fix compile
6229
6230 2006-12-11 [colin]      2.6.1cvs17
6231
6232         * src/main.c
6233                 Add failing IMAP as a reason for no
6234                 mailbox
6235
6236 2006-12-11 [colin]      2.6.1cvs16
6237
6238         * src/prefs_account.c
6239                 Check for existence of inbox for local
6240                 accounts too
6241         * src/wizard.c
6242                 Allow setting the port to use for servers
6243                 by using the usual "server.example.com:port"
6244                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6245                 not start when IMAP server is unavailable'
6246
6247 2006-12-11 [colin]      2.6.1cvs15
6248
6249         * src/prefs_account.c
6250                 Prevent use of non-existing default inbox
6251
6252 2006-12-11 [colin]      2.6.1cvs14
6253
6254         * src/prefs_account.c
6255                 Fix sensitivity. Fixes bug 1076, 'privacy 
6256                 options are displayed even when pgp plugin 
6257                 not loaded / available'
6258
6259 2006-12-09 [colin]      2.6.1cvs13
6260
6261         * manual/advanced.xml
6262         * src/prefs_common.c
6263         * src/prefs_common.h
6264         * src/common/ssl_certificate.c
6265                 Add a new hidden preference, 'unsafe_ssl_certs',
6266                 which allows to store multiple certificates per
6267                 server/port. This is disabled by default because
6268                 it's less secure (presenting a new certificate
6269                 instead of a changed one raises less alarms).
6270                 This will cause Claws to ask about an unknown
6271                 certificate for people who have used 2.6.1cvs8
6272                 or greater.
6273
6274 2006-12-09 [colin]      2.6.1cvs12
6275
6276         * src/action.c
6277                 Fix cache updating after action
6278
6279 2006-12-07 [wwp]        2.6.1cvs11
6280
6281         * src/compose.c
6282                 fix email address comparison when replying to all
6283                 (avoid replying to ourselves), thanks to Colin.
6284
6285 2006-12-06 [paul]       2.6.1cvs10
6286
6287         * src/addrharvest.c
6288         * src/editldap.c
6289         * src/expldifdlg.c
6290         * src/news.c
6291         * src/toolbar.c
6292         * src/common/utils.c
6293                 ...and more renaming
6294                 Thanks to Colin
6295
6296 2006-12-06 [paul]       2.6.1cvs9
6297
6298         * src/compose.c
6299         * src/messageview.c
6300         * src/procheader.c
6301         * src/procmime.c
6302         * src/procmsg.c
6303         * src/textview.c
6304                 more renaming
6305                 Thanks to Colin
6306
6307 2006-12-06 [colin]      2.6.1cvs8
6308
6309         * src/ssl_manager.c
6310         * src/common/ssl_certificate.c
6311         * src/common/ssl_certificate.h
6312                 Handle multiple certificates per host/port
6313
6314 2006-12-06 [colin]      2.6.1cvs7
6315
6316         * src/etpan/imap-thread.c
6317                 Fix certificate checking on IMAP
6318
6319 2006-12-06 [colin]      2.6.1cvs6
6320
6321         * src/folderview.c
6322                 Fix bug 1072, 'Claws stops fetching newsgroups 
6323                 from server when newsgroup got deleted': continue
6324                 checking other groups
6325
6326 2006-12-05 [wwp]        2.6.1cvs5
6327
6328         * src/message_search.c
6329         * src/summary_search.c
6330         * src/gtk/combobox.c
6331         * src/gtk/combobox.h
6332         * src/gtk/gtkutils.c
6333         * src/gtk/gtkutils.h
6334                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6335                 behave like w/ old comboboxes (summary and message search only).
6336
6337 2006-12-05 [paul]       2.6.1cvs4
6338
6339         * src/wizard.c
6340                 encode headers
6341                 Thanks to Colin
6342
6343 2006-12-05 [paul]       2.6.1cvs3
6344
6345         * tools/README
6346         * tools/textviewer.pl
6347                 script updated and description added
6348
6349 2006-12-04 [colin]      2.6.1cvs2
6350
6351         * src/compose.c
6352                 Run pre-send hook only when checking
6353                 everything
6354
6355 2006-12-04 [paul]       2.6.1cvs1
6356
6357         * NEWS
6358         * README
6359         * RELEASE_NOTES
6360         * configure.ac
6361         * tools/README
6362                 bump up version number following stable release
6363
6364 2006-12-04 [paul]       2.6.0cvs83
6365
6366         * README
6367                 updates and corrections
6368
6369 2006-12-04 [colin]      2.6.0cvs82
6370
6371         * src/common/utils.c
6372                 Probably fix bug 1066, 'Incorrect mailbox 
6373                 size displayed'
6374
6375 2006-12-04 [colin]      2.6.0cvs81
6376
6377         * src/common/utils.c
6378                 Trim tabs from mailcap file too.
6379
6380 2006-12-02 [paul]       2.6.0cvs80
6381
6382         * src/exphtmldlg.c
6383                 fix broken GUI under certain languages
6384         * src/expldifdlg.c
6385                 put the Cancel button to the right
6386
6387 2006-12-01 [paul]       2.6.0cvs79
6388
6389         * tools/Makefile.am
6390                 remove reference to removed file
6391
6392 2006-12-01 [wwp]        2.6.0cvs78
6393
6394         * src/addressbook.c
6395         * src/editaddress.c
6396                 remove forgotten debug statements.
6397
6398 2006-12-01 [wwp]        2.6.0cvs77
6399
6400         * manual/advanced.xml
6401         * manual/fr/advanced.xml
6402         * src/addressbook.c
6403         * src/addressbook.h
6404         * src/addressitem.h
6405         * src/editaddress.c
6406         * src/editaddress.h
6407         * src/prefs_common.c
6408         * src/prefs_common.h
6409         * src/gtk/gtkutils.c
6410         * src/gtk/gtkutils.h
6411                 add a hidden option to allow embedding the editaddress (edit contact details)
6412                 dialog into the addressbook's window. This doesn't change the default
6413                 behaviour.
6414
6415 2006-12-01 [wwp]        2.6.0cvs76
6416
6417         * src/message_search.c
6418         * src/summary_search.c
6419                 fix more focus issues (don't set focus to combobox's entry widget when
6420                 entry's value changed, if entry widget has focus already).
6421
6422 2006-12-01 [wwp]        2.6.0cvs75
6423
6424         * src/gtk/quicksearch.c
6425                 revert last changes to the quicksearch gtk_combo_box, this needs more
6426                 tuning and testing.
6427
6428 2006-12-01 [paul]       2.6.0cvs74
6429
6430         * tools/kdeservicemenu/README
6431         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6432         * tools/kdeservicemenu/install.sh
6433         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6434         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6435                 simplify this stuff, and in so doing,
6436                 fix it. (possibly re-extend it again at
6437                 a later date)
6438
6439 2006-12-01 [wwp]        2.6.0cvs73
6440
6441         * src/gtk/quicksearch.c
6442                 adapt quicksearch code to use modern gtk_combo_box'es.
6443
6444 2006-12-01 [wwp]        2.6.0cvs72
6445
6446         * src/common/defs.h
6447         * src/prefs_common.c
6448         * src/prefs_common.h
6449         * src/message_search.c
6450         * src/summary_search.c
6451         * src/gtk/combobox.c
6452         * src/gtk/combobox.h
6453                 add history combos to all message and summary search fields.
6454
6455 2006-12-01 [wwp]        2.6.0cvs71
6456
6457         * src/summaryview.c
6458                 As the list may change while the mark as read delay
6459                 runs, we can't rely on the 'row' pointer, which can
6460                 be invalid when the timeout is called. As the mark
6461                 as read is only done if the message is still selected,
6462                 use summaryview->selected instead. Thanks to Colin.
6463
6464 2006-11-30 [paul]       2.6.0cvs70
6465
6466         * src/textview.c
6467                 give emphasis to "Sylpheed-Claws"
6468                 as well as "Claws Mail"
6469
6470 2006-11-30 [colin]      2.6.0cvs69
6471
6472         * src/wizard.c
6473                 Put the SSL checkboxes in the receiving
6474                 and sending server pages.
6475
6476 2006-11-29 [colin]      2.6.0cvs68
6477
6478         * src/gtk/gtkutils.c
6479         * src/gtk/gtkvscrollbutton.c
6480                 Revert some deprecated fixes - they seem to
6481                 deprecate stuff as soon as a new one gets out.
6482                 g_object_ref_sink needed glib-2.10.
6483
6484 2006-11-29 [colin]      2.6.0cvs67
6485
6486         * src/common/utils.c
6487                 Create .mailcap if it doesn't exist
6488
6489 2006-11-29 [colin]      2.6.0cvs66
6490
6491         * src/compose.c
6492                 Followup to cvs60: use original list
6493                 of recipients if replying to a mail
6494                 in Sent Drafts or Queue.
6495
6496 2006-11-27 [paul]       2.6.0cvs65
6497
6498         * src/image_viewer.c
6499                 revert the last change for now (it's broken)
6500
6501 2006-11-27 [paul]       2.6.0cvs64
6502
6503         * Makefile.am
6504         * configure.ac
6505         * m4/aclocal-include.m4
6506         * m4/check-type.m4
6507         * src/Makefile.am
6508         * src/addr_compl.c
6509         * src/compose.c
6510         * src/crash.c
6511         * src/export.c
6512         * src/exporthtml.c
6513         * src/exportldif.c
6514         * src/imap.c
6515         * src/import.c
6516         * src/main.c
6517         * src/main.h
6518         * src/matcher.c
6519         * src/mimeview.c
6520         * src/procmsg.c
6521         * src/textview.c
6522         * src/common/Makefile.am
6523         * src/common/claws.c
6524         * src/common/claws.h
6525         * src/common/ssl.c
6526         * src/common/sylpheed.c
6527         * src/common/sylpheed.h
6528         * src/etpan/Makefile.am
6529         * src/gtk/Makefile.am
6530         * src/gtk/claws-marshal.list
6531         * src/gtk/filesel.c
6532         * src/gtk/gtksctree.c
6533         * src/gtk/quicksearch.c
6534         * src/gtk/sylpheed-marshal.list
6535         * src/plugins/bogofilter/bogofilter.c
6536         * src/plugins/bogofilter/bogofilter_gtk.c
6537         * src/plugins/clamav/clamav_plugin.c
6538         * src/plugins/clamav/clamav_plugin_gtk.c
6539         * src/plugins/demo/demo.c
6540         * src/plugins/dillo_viewer/dillo_viewer.c
6541         * src/plugins/pgpcore/Makefile.am
6542         * src/plugins/pgpcore/claws.def
6543         * src/plugins/pgpcore/pgp_viewer.c
6544         * src/plugins/pgpcore/plugin.c
6545         * src/plugins/pgpcore/sylpheed.def
6546         * src/plugins/pgpinline/Makefile.am
6547         * src/plugins/pgpinline/claws.def
6548         * src/plugins/pgpinline/plugin.c
6549         * src/plugins/pgpinline/sylpheed.def
6550         * src/plugins/pgpmime/Makefile.am
6551         * src/plugins/pgpmime/claws.def
6552         * src/plugins/pgpmime/plugin.c
6553         * src/plugins/pgpmime/sylpheed.def
6554         * src/plugins/spamassassin/spamassassin.c
6555         * src/plugins/spamassassin/spamassassin_gtk.c
6556         * src/plugins/trayicon/trayicon.c
6557                 yet more renaming
6558                 remove deprecated gtk_tooltips_set_delay()
6559
6560 2006-11-26 [paul]       2.6.0cvs63
6561
6562         * src/expldifdlg.c
6563         * src/folderview.c
6564         * src/image_viewer.c
6565         * src/mainwindow.c
6566         * src/gtk/gtkutils.c
6567         * src/gtk/gtkvscrollbutton.c
6568         * src/gtk/prefswindow.c
6569         * src/plugins/pgpcore/prefs_gpg.c
6570                 replace more deprecated GTK+ functions
6571
6572 2006-11-26 [paul]       2.6.0cvs62
6573
6574         * src/addr_compl.c
6575         * src/addressbook.c
6576         * src/browseldap.c
6577                 replace deprecated gtk_idle_... functions
6578
6579 2006-11-26 [paul]       2.6.0cvs61
6580
6581         * src/compose.c
6582         * src/folderview.c
6583         * src/inc.c
6584         * src/summaryview.c
6585         * src/gtk/gtkvscrollbutton.c
6586         * src/gtk/quicksearch.c
6587         * src/plugins/pgpcore/passphrase.c
6588                 replace deprecated gtk_timeout_add and
6589                 gtk_timeout_remove
6590
6591 2006-11-26 [paul]       2.6.0cvs60
6592
6593         * src/compose.c
6594                 fix bug that caused the wrong recipient
6595                 to be selected when replying to a msg
6596                 which is From one of our accounts to
6597                 another of our accounts
6598
6599 2006-11-25 [paul]       2.6.0cvs59
6600
6601         * src/summaryview.c
6602                 don't change the From column title to
6603                 To if the To column is visible
6604
6605 2006-11-24 [paul]       2.6.0cvs58
6606
6607         * src/compose.c
6608                 fix bug 1069, 'Sent mails disappear, BCC
6609                 or locking problem?'
6610
6611 2006-11-21 [wwp]        2.6.0cvs57
6612
6613         * src/compose.c
6614                 fix spelling menu when replying (same as 2.3.1cvs39):
6615                 discrepancy between context menu and top menu when
6616                 folder's dictionary isn't the default one.
6617
6618 2006-11-19 [paul]       2.6.0cvs56
6619
6620         * src/summaryview.c
6621                 obey always_show_msg option when
6622                 marking as spam
6623         * src/plugins/bogofilter/bogofilter.c
6624                 fix typo
6625
6626 2006-11-18 [paul]       2.6.0cvs55
6627
6628         * AUTHORS
6629         * README
6630         * debian/copyright
6631         * manual/ack.xml
6632         * manual/es/ack.xml
6633         * manual/fr/ack.xml
6634         * manual/pl/ack.xml
6635         * src/gtk/authors.h
6636         * src/gtk/icon_legend.c
6637         * src/gtk/icon_legend.h
6638         * tools/OOo2claws-mail.pl
6639         * tools/README
6640         * tools/acroread2claws-mail.pl
6641         * tools/claws.i18n.status.pl
6642         * tools/filter_conv.pl
6643         * tools/filter_conv_new.pl
6644         * tools/freshmeat_search.pl
6645         * tools/google_search.pl
6646         * tools/kmail2claws-mail.pl
6647         * tools/kmail2claws-mail_v2.pl
6648         * tools/maildir2claws-mail.pl
6649         * tools/make.themes.project
6650         * tools/multiwebsearch.pl
6651         * tools/outlook2claws-mail.pl
6652         * tools/tb2claws-mail
6653         * tools/kdeservicemenu/README
6654         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6655                 update mine and wwp's email addresses in
6656                 several places
6657                 Patch by wwp
6658         * src/prefs_compose_writing.c
6659                 set sensitivity on 'new message format' frame
6660
6661 2006-11-17 [paul]       2.6.0cvs54
6662
6663         * src/gtk/about.c
6664                 more reworking of the GUI
6665                 Patch by Fabien Vantard
6666
6667 2006-11-16 [paul]       2.6.0cvs53
6668
6669         * src/gtk/about.c
6670                 set a minimum size for the window, allow
6671                 it to automatically expand as necessary
6672
6673 2006-11-16 [wwp]        2.6.0cvs52
6674
6675         * src/gtk/about.c
6676                 better wrap of copyright info on some systems.
6677
6678 2006-11-16 [paul]       2.6.0cvs51
6679
6680         * src/gtk/about.c
6681                 move the tech info from the upper panel
6682                 to the Info tab
6683                 use a gtk_text_view for the features tab
6684
6685 2006-11-16 [paul]       2.6.0cvs50
6686
6687         * po/Makevars
6688                 update my email address
6689         * src/addressbook.c
6690         * src/compose.c
6691         * src/imap_gtk.c
6692         * src/mh_gtk.c
6693         * src/news_gtk.c
6694         * src/summaryview.c
6695         * src/plugins/trayicon/trayicon.c
6696                 don't offer simple menu separators
6697                 for translation
6698         * src/folderview.c
6699                 add separator between 'mark all read'
6700                 and 'search folder'
6701
6702 2006-11-15 [wwp]        2.6.0cvs49
6703
6704         * src/gtk/authors.h
6705                 updated manuals authors.
6706
6707 2006-11-14 [paul]       2.6.0cvs48
6708
6709         * src/compose.c
6710                 Fix Options/Reply mode after draft save
6711
6712 2006-11-14 [paul]       2.6.0cvs47
6713
6714         * src/Makefile.am
6715                 Fix make DESTDIR=...
6716         * src/mbox.c
6717                 Optimise speed
6718         * src/plugins/pgpinline/pgpinline.c
6719                 Probably fix bug 1061
6720
6721 2006-11-14 [paul]       2.6.0cvs46
6722
6723         * po/Makevars
6724                 enable Q_ macro
6725         * src/Makefile.am
6726         * src/stock_pixmap.c
6727         * src/stock_pixmap.h
6728         * src/gtk/about.c
6729         * src/pixmaps/active.xpm
6730         * src/pixmaps/inactive.xpm
6731                 add a new page, 'Features', to the About dialog
6732                 showing which features are compiled in and which
6733                 are not
6734
6735 2006-11-14 [paul]       2.6.0cvs45
6736
6737         * po/ru.po
6738                 updated by Pavlo Bohmat
6739
6740 2006-11-14 [colin]      2.6.0cvs44
6741
6742         * src/compose.c
6743         * src/inc.c
6744         * src/messageview.c
6745         * src/news.c
6746         * src/pop.c
6747         * src/procmsg.c
6748         * src/gtk/gtkaspell.c
6749                 Fix 64-bit-related warnings
6750         * src/ssl_manager.c
6751                 Fix possible infinite loop
6752         * src/plugins/pgpcore/sgpgme.c
6753                 Remove useless check
6754
6755 2006-11-13 [colin]      2.6.0cvs43
6756
6757         * src/gtk/Makefile.am
6758                 authors.h isn't generated
6759
6760 2006-11-13 [colin]      2.6.0cvs42
6761
6762         * src/plugins/pgpinline/pgpinline.c
6763         * src/plugins/pgpmime/pgpmime.c
6764                 Very probably fix bug 1061, 'crash on 
6765                 opening signed email'. Another cast
6766                 problem
6767
6768 2006-11-13 [colin]      2.6.0cvs41
6769
6770         * src/plugins/pgpcore/sgpgme.c
6771                 Maybe fix bug 1061, 'crash on opening 
6772                 signed email'
6773
6774 2006-11-13 [wwp]        2.6.0cvs40
6775
6776         * src/plugins/pgpinline/pgpinline.c
6777                 fix candidate for bug #1057, thanks to Colin.
6778
6779 2006-11-13 [wwp]        2.6.0cvs39
6780
6781         * src/compose.c
6782         * src/quote_fmt_parse.y
6783                 fix bug 1052: current parser buffer was not always 
6784                 allocated, ptr to this buffer could be returned as 
6785                 NULL whereas no parser error has occurred. in 
6786                 consequence, defining a template body as "%d" 
6787                 (w/o the quotes) for the first time of the instance 
6788                 of claws-mail, was reporting a parser error. make 
6789                 sure that the buffer is always allocated, even to 
6790                 an empty string.
6791                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6792                 unescaping of the fmt string was always done 
6793                 whereas it must be done *only* when receiving 
6794                 quote format strings issued from the prefs 
6795                 (compose new message, reply, forward, redirect 
6796                 formats), *not* when applying templates.  in 
6797                 consequences, applying templates w/ sequences 
6798                 like \\|p{echo} were failing. make sure that 
6799                 unescaping is done only when necessary.
6800
6801 2006-11-12 [colin]      2.6.0cvs38
6802
6803         * po/de.po
6804                 Fix typo (s/KB/MB)
6805
6806 2006-11-12 [colin]      2.6.0cvs37
6807
6808         * src/plugins/pgpinline/pgpinline.c
6809         * src/plugins/pgpmime/pgpmime.c
6810                 Release GPG context at the latest 
6811                 possible moment. Maybe fixes 
6812                 bug 1057, 'crash on sending signed 
6813                 message to a newsgroup'
6814                 
6815
6816 2006-11-12 [colin]      2.6.0cvs36
6817
6818         * src/plugins/pgpcore/sgpgme.c
6819                 Tell a bit more when gpg's status doesn't
6820                 contain any signature
6821
6822 2006-11-12 [colin]      2.6.0cvs35
6823
6824         * src/compose.c
6825                 Fix bug 1060, 'compilation error with 
6826                 Irix's cc'
6827
6828 2006-11-12 [paul]       2.6.0cvs34
6829
6830         * doc/man/claws-mail.1
6831         * src/prefs_gtk.c
6832         * src/plugins/clamav/README
6833         * src/plugins/spamassassin/README
6834         * tools/README
6835         * tools/freshmeat_search.pl
6836         * tools/google_search.pl
6837         * tools/multiwebsearch.pl
6838                 more renaming
6839         * src/plugins/trayicon/trayicon.c
6840                 fix compiliation warning
6841
6842 2006-11-11 [colin]      2.6.0cvs33
6843
6844         * src/folderview.c
6845                 Forbid drag and drop from/to different
6846                 folders of type F_UNKNOWN
6847
6848 2006-11-11 [colin]      2.6.0cvs32
6849
6850         * src/plugins/pgpinline/pgpinline.c
6851                 Fix typo in previous commit:
6852                 - gpgme_new(&ctx);
6853                 + if ((err = gpgme_new(&data->ctx)) ...)
6854
6855 2006-11-11 [colin]      2.6.0cvs31
6856
6857         * src/plugins/pgpinline/pgpinline.c
6858         * src/plugins/pgpmime/pgpmime.c
6859                 Check success after calling gpgme_new
6860                 Maybe fixes bug 1057, 'crash on sending 
6861                 signed message to a newsgroup'
6862
6863 2006-11-11 [colin]      2.6.0cvs30
6864
6865         * src/undo.c
6866                 init undostruct to 0s (from
6867                 valgrind log of bug 1057)
6868
6869 2006-11-10 [colin]      2.6.0cvs29
6870
6871         * src/mainwindow.c
6872                 Set cursor to wait before filtering
6873                 duplicates in all folders
6874         * src/plugins/bogofilter/bogofilter.c
6875         * src/plugins/bogofilter/bogofilter.h
6876         * src/plugins/bogofilter/bogofilter_gtk.c
6877                 Completely thread away the bogofilter
6878                 filtering
6879
6880 2006-11-10 [mones]      2.6.0cvs28
6881
6882         * src/compose.c
6883         * src/compose.h
6884                 added COMPOSE_CHECK_BEFORE_SEND hook
6885
6886 2006-11-10 [paul]       2.6.0cvs27
6887
6888         * src/crash.c
6889                 more renaming
6890                 add libSM to get_compiled_in_features()
6891         * src/main.c
6892                 more renaming
6893
6894 2006-11-10 [colin]      2.6.0cvs26
6895
6896         * src/etpan/imap-thread.c
6897                 Add a reference to libetpan's sasl engine
6898                 so that sasl_done() doesn't get called by
6899                 libetpan, and doesn't break openssl.
6900                 Should fix bug 1053, 'SC fails to reestablish 
6901                 a secure connection'
6902                 Patch by Hoa
6903
6904 2006-11-10 [colin]      2.6.0cvs25
6905
6906         * manual/addrbook.xml
6907         * manual/advanced.xml
6908         * manual/faq.xml
6909         * manual/intro.xml
6910                 Some more renaming
6911
6912 2006-11-09 [colin]      2.6.0cvs24
6913
6914         * src/plugins/bogofilter/bogofilter_gtk.c
6915                 Add comment about annoyance
6916
6917 2006-11-09 [colin]      2.6.0cvs23
6918
6919         * src/plugins/bogofilter/bogofilter.c
6920         * src/plugins/bogofilter/bogofilter_gtk.c
6921                 Prepare things needed to thread bogofilter
6922                 filtering: separate bogo stuff and possible GUI
6923                 stuff. 
6924
6925 2006-11-09 [colin]      2.6.0cvs22
6926
6927         * src/account.c
6928         * src/compose.c
6929                 Search for one of our accounts in Delivered-To
6930                 (helps for auto-account selection when 
6931                  replying/forwarding)
6932         * src/folderview.c
6933         * src/mainwindow.c
6934         * src/mainwindow.h
6935         * src/plugins/trayicon/trayicon.c
6936                 Allow opening a new mail with any account from
6937                 the contextual menu
6938
6939 2006-11-09 [wwp]        2.6.0cvs21
6940
6941         * src/compose.c
6942         * src/prefs_common.c
6943         * src/prefs_common.h
6944         * src/prefs_compose_writing.c
6945                 add a compose new message format (in prefs/compose/writing), it's a
6946                 simple subject+body template to use when opening a new composition
6947                 window. It's similar to the existent reply and forward formats.
6948
6949                 enhanced the template/format % symbols substitution mechanism to
6950                 use current composition window information when % are used in
6951                 the compose new message format or in templates applied to new
6952                 messages (there were useless in that situations before). When
6953                 applied to new messages, %d corresponds to the system time/date.
6954
6955 2006-11-09 [paul]       2.6.0cvs20
6956
6957         * src/gtk/authors.h
6958                 fix last commit
6959
6960 2006-11-09 [paul]       2.6.0cvs19
6961
6962         * src/gtk/authors.h
6963                 keep tje alphabetical order
6964
6965 2006-11-08 [colin]      2.6.0cvs18
6966
6967         * src/etpan/imap-thread.c
6968                 Fix bug 1054, 'Slowness logging big 
6969                 data chunks'
6970
6971 2006-11-08 [paul]       2.6.0cvs17
6972
6973         * tools/Makefile.am
6974                 fix the renaming
6975
6976 2006-11-08 [paul]       2.6.0cvs16
6977
6978         * src/common/defs.h
6979                 update BUGZILLA_URI
6980
6981 2006-11-08 [paul]       2.6.0cvs15
6982
6983         * tools/Makefile.am
6984         * tools/OOo2claws-mail.pl
6985         * tools/OOo2sylpheed.pl
6986         * tools/README
6987         * tools/acroread2claws-mail.pl
6988         * tools/acroread2sylpheed.pl
6989         * tools/kmail2claws-mail.pl
6990         * tools/kmail2claws-mail_v2.pl
6991         * tools/kmail2sylpheed.pl
6992         * tools/kmail2sylpheed_v2.pl
6993         * tools/maildir2claws-mail.pl
6994         * tools/maildir2sylpheed.pl
6995         * tools/nautilus2claws-mail.sh
6996         * tools/nautilus2sylpheed.sh
6997         * tools/outlook2claws-mail.pl
6998         * tools/outlook2sylpheed.pl
6999         * tools/tb2claws-mail
7000         * tools/tb2sylpheed
7001         * tools/tbird2claws.py
7002         * tools/tbird2syl.py
7003         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7004         * tools/kdeservicemenu/install.sh
7005         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7006         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7007         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7008         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7009         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7010                 renamed (removed, added) tools files
7011
7012 2006-11-08 [paul]       2.6.0cvs14
7013
7014         * src/main.c
7015         * src/common/defs.h
7016                 Migrate sylpheedrc to clawsrc, and fix the standard
7017                 plugins path in the process
7018
7019 2006-11-07 [colin]      2.6.0cvs13
7020
7021         * src/Makefile.am
7022                 Symlink sylpheed-claws relative to 
7023                 claws-mail
7024
7025 2006-11-07 [colin]      2.6.0cvs12
7026
7027         * src/compose.c
7028                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7029
7030 2006-11-07 [paul]       2.6.0cvs11
7031
7032         * src/gtk/about.c
7033                 Fix a missed occurence of
7034                 Sylpheed-Claws
7035
7036 2006-11-07 [paul]       2.6.0cvs10
7037
7038         * src/Makefile.am
7039                 Fix symlink installation
7040
7041 2006-11-07 [paul]       2.6.0cvs9
7042
7043         * src/Makefile.am
7044                 Symlink claws-mail to sylpheed-claws
7045         * src/common/utils.c
7046                 Fix migrating symlinks
7047         * src/etpan/imap-thread.c
7048                 check certificate only when there's
7049                 no error
7050
7051 2006-11-07 [paul]       2.6.0cvs8
7052
7053         * Makefile.am
7054                 Fix icon breakages with Gtk, which needs a 
7055                 cache updated to see them.
7056
7057 2006-11-07 [paul]       2.6.0cvs7
7058
7059         * .cvsignore
7060         * AUTHORS
7061         * COPYING
7062         * INSTALL
7063         * Makefile.am
7064         * NEWS
7065         * README
7066         * RELEASE_NOTES
7067         * autogen.sh
7068         * claws-mail-128x128.png
7069         * claws-mail-64x64.png
7070         * claws-mail.ico
7071         * claws-mail.pc.in
7072         * claws-mail.png
7073         * configure.ac
7074         * sylpheed-claws-128x128.png
7075         * sylpheed-claws-64x64.png
7076         * sylpheed-claws.desktop
7077         * sylpheed-claws.ico
7078         * sylpheed-claws.pc.in
7079         * sylpheed-claws.png
7080         * debian/README.Debian
7081         * debian/changelog
7082         * debian/claws-mail.desktop
7083         * debian/claws-mail.menu
7084         * debian/claws-mail.postinst.debhelper
7085         * debian/claws-mail.postrm.debhelper
7086         * debian/control
7087         * debian/copyright
7088         * debian/files
7089         * debian/rules
7090         * debian/sylpheed-claws.desktop
7091         * debian/sylpheed-claws.menu
7092         * debian/sylpheed-claws.postinst.debhelper
7093         * debian/sylpheed-claws.postrm.debhelper
7094         * doc/man/Makefile.am
7095         * doc/man/claws-mail.1
7096         * doc/man/sylpheed-claws.1
7097         * doc/src/ChangeLog.claws-pre0.8.0
7098         * manual/Makefile.am
7099         * manual/account.xml
7100         * manual/ack.xml
7101         * manual/addrbook.xml
7102         * manual/advanced.xml
7103         * manual/claws-mail-manual.xml
7104         * manual/faq.xml
7105         * manual/glossary.xml
7106         * manual/handling.xml
7107         * manual/intro.xml
7108         * manual/keyboard.xml
7109         * manual/plugins.xml
7110         * manual/starting.xml
7111         * manual/sylpheed-claws-manual.xml
7112         * manual/xml2pdf
7113         * manual/dist/.cvsignore
7114         * manual/dist/html/.cvsignore
7115         * manual/dist/html/Makefile.am
7116         * manual/dist/pdf/.cvsignore
7117         * manual/dist/pdf/Makefile.am
7118         * manual/dist/ps/.cvsignore
7119         * manual/dist/ps/Makefile.am
7120         * manual/dist/txt/.cvsignore
7121         * manual/dist/txt/Makefile.am
7122         * manual/es/Makefile.am
7123         * manual/es/advanced.xml
7124         * manual/es/claws-mail-manual.xml
7125         * manual/es/faq.xml
7126         * manual/es/glossary.xml
7127         * manual/es/handling.xml
7128         * manual/es/intro.xml
7129         * manual/es/plugins.xml
7130         * manual/es/sylpheed-claws-manual.xml
7131         * manual/es/dist/.cvsignore
7132         * manual/es/dist/html/.cvsignore
7133         * manual/es/dist/html/Makefile.am
7134         * manual/es/dist/pdf/.cvsignore
7135         * manual/es/dist/pdf/Makefile.am
7136         * manual/es/dist/ps/.cvsignore
7137         * manual/es/dist/ps/Makefile.am
7138         * manual/es/dist/txt/.cvsignore
7139         * manual/es/dist/txt/Makefile.am
7140         * manual/fr/Makefile.am
7141         * manual/fr/account.xml
7142         * manual/fr/ack.xml
7143         * manual/fr/addrbook.xml
7144         * manual/fr/advanced.xml
7145         * manual/fr/claws-mail-manual.xml
7146         * manual/fr/faq.xml
7147         * manual/fr/glossary.xml
7148         * manual/fr/handling.xml
7149         * manual/fr/intro.xml
7150         * manual/fr/keyboard.xml
7151         * manual/fr/plugins.xml
7152         * manual/fr/starting.xml
7153         * manual/fr/sylpheed-claws-manual.xml
7154         * manual/fr/dist/.cvsignore
7155         * manual/fr/dist/html/.cvsignore
7156         * manual/fr/dist/html/Makefile.am
7157         * manual/fr/dist/pdf/.cvsignore
7158         * manual/fr/dist/pdf/Makefile.am
7159         * manual/fr/dist/ps/.cvsignore
7160         * manual/fr/dist/ps/Makefile.am
7161         * manual/fr/dist/txt/.cvsignore
7162         * manual/fr/dist/txt/Makefile.am
7163         * manual/pl/Makefile.am
7164         * manual/pl/account.xml
7165         * manual/pl/ack.xml
7166         * manual/pl/addrbook.xml
7167         * manual/pl/advanced.xml
7168         * manual/pl/claws-mail-manual.xml
7169         * manual/pl/faq.xml
7170         * manual/pl/glossary.xml
7171         * manual/pl/handling.xml
7172         * manual/pl/intro.xml
7173         * manual/pl/keyboard.xml
7174         * manual/pl/plugins.xml
7175         * manual/pl/starting.xml
7176         * manual/pl/sylpheed-claws-manual.xml
7177         * manual/pl/dist/.cvsignore
7178         * manual/pl/dist/html/.cvsignore
7179         * manual/pl/dist/html/Makefile.am
7180         * manual/pl/dist/pdf/.cvsignore
7181         * manual/pl/dist/pdf/Makefile.am
7182         * manual/pl/dist/ps/.cvsignore
7183         * manual/pl/dist/ps/Makefile.am
7184         * manual/pl/dist/txt/.cvsignore
7185         * manual/pl/dist/txt/Makefile.am
7186         * po/.cvsignore
7187         * po/Makevars
7188         * src/.cvsignore
7189         * src/Makefile.am
7190         * src/account.c
7191         * src/account.h
7192         * src/action.c
7193         * src/action.h
7194         * src/adbookbase.h
7195         * src/addr_compl.c
7196         * src/addr_compl.h
7197         * src/addrbook.c
7198         * src/addrcache.c
7199         * src/addrcache.h
7200         * src/addrcindex.c
7201         * src/addrcindex.h
7202         * src/addrclip.c
7203         * src/addrclip.h
7204         * src/addrdefs.h
7205         * src/addressadd.c
7206         * src/addressadd.h
7207         * src/addressbook.c
7208         * src/addressbook.h
7209         * src/addressbook_foldersel.c
7210         * src/addressbook_foldersel.h
7211         * src/addrgather.c
7212         * src/addrgather.h
7213         * src/addrharvest.c
7214         * src/addrharvest.h
7215         * src/addrindex.c
7216         * src/addrindex.h
7217         * src/addritem.c
7218         * src/addritem.h
7219         * src/addrquery.c
7220         * src/addrquery.h
7221         * src/addrselect.c
7222         * src/addrselect.h
7223         * src/alertpanel.c
7224         * src/alertpanel.h
7225         * src/browseldap.c
7226         * src/browseldap.h
7227         * src/codeconv.c
7228         * src/codeconv.h
7229         * src/compose.c
7230         * src/crash.c
7231         * src/crash.h
7232         * src/customheader.c
7233         * src/customheader.h
7234         * src/displayheader.c
7235         * src/displayheader.h
7236         * src/editaddress.c
7237         * src/editaddress.h
7238         * src/editbook.c
7239         * src/editbook.h
7240         * src/editgroup.c
7241         * src/editgroup.h
7242         * src/editjpilot.c
7243         * src/editjpilot.h
7244         * src/editldap.c
7245         * src/editldap.h
7246         * src/editldap_basedn.c
7247         * src/editldap_basedn.h
7248         * src/editvcard.c
7249         * src/editvcard.h
7250         * src/exphtmldlg.c
7251         * src/exphtmldlg.h
7252         * src/expldifdlg.c
7253         * src/expldifdlg.h
7254         * src/export.c
7255         * src/exporthtml.c
7256         * src/exporthtml.h
7257         * src/exportldif.c
7258         * src/exportldif.h
7259         * src/filtering.c
7260         * src/filtering.h
7261         * src/folder.c
7262         * src/folder.h
7263         * src/folder_item_prefs.c
7264         * src/folder_item_prefs.h
7265         * src/foldersel.c
7266         * src/foldersel.h
7267         * src/folderutils.c
7268         * src/folderutils.h
7269         * src/folderview.c
7270         * src/folderview.h
7271         * src/grouplistdialog.c
7272         * src/grouplistdialog.h
7273         * src/html.c
7274         * src/html.h
7275         * src/image_viewer.c
7276         * src/image_viewer.h
7277         * src/imap.c
7278         * src/imap.h
7279         * src/imap_gtk.c
7280         * src/imap_gtk.h
7281         * src/import.c
7282         * src/import.h
7283         * src/importldif.c
7284         * src/importldif.h
7285         * src/importmutt.c
7286         * src/importmutt.h
7287         * src/importpine.c
7288         * src/importpine.h
7289         * src/inc.c
7290         * src/inc.h
7291         * src/jpilot.c
7292         * src/jpilot.h
7293         * src/ldapctrl.c
7294         * src/ldapctrl.h
7295         * src/ldaplocate.c
7296         * src/ldaplocate.h
7297         * src/ldapquery.c
7298         * src/ldapquery.h
7299         * src/ldapserver.c
7300         * src/ldapserver.h
7301         * src/ldaputil.c
7302         * src/ldaputil.h
7303         * src/ldif.c
7304         * src/ldif.h
7305         * src/localfolder.c
7306         * src/localfolder.h
7307         * src/main.c
7308         * src/main.h
7309         * src/mainwindow.c
7310         * src/mainwindow.h
7311         * src/manual.c
7312         * src/manual.h
7313         * src/matcher.c
7314         * src/matcher.h
7315         * src/matcher_parser.h
7316         * src/matcher_parser_lex.l
7317         * src/matcher_parser_parse.y
7318         * src/mbox.c
7319         * src/mbox.h
7320         * src/message_search.c
7321         * src/message_search.h
7322         * src/messageview.c
7323         * src/messageview.h
7324         * src/mh.c
7325         * src/mh.h
7326         * src/mh_gtk.c
7327         * src/mh_gtk.h
7328         * src/mimeview.c
7329         * src/mimeview.h
7330         * src/msgcache.c
7331         * src/msgcache.h
7332         * src/mutt.c
7333         * src/mutt.h
7334         * src/news.c
7335         * src/news.h
7336         * src/news_gtk.c
7337         * src/news_gtk.h
7338         * src/noticeview.c
7339         * src/noticeview.h
7340         * src/partial_download.c
7341         * src/partial_download.h
7342         * src/pine.c
7343         * src/pine.h
7344         * src/pop.c
7345         * src/pop.h
7346         * src/prefs_account.c
7347         * src/prefs_account.h
7348         * src/prefs_actions.c
7349         * src/prefs_actions.h
7350         * src/prefs_common.c
7351         * src/prefs_common.h
7352         * src/prefs_compose_writing.c
7353         * src/prefs_compose_writing.h
7354         * src/prefs_customheader.c
7355         * src/prefs_customheader.h
7356         * src/prefs_display_header.c
7357         * src/prefs_display_header.h
7358         * src/prefs_ext_prog.c
7359         * src/prefs_ext_prog.h
7360         * src/prefs_filtering.c
7361         * src/prefs_folder_column.c
7362         * src/prefs_folder_column.h
7363         * src/prefs_folder_item.c
7364         * src/prefs_folder_item.h
7365         * src/prefs_fonts.c
7366         * src/prefs_fonts.h
7367         * src/prefs_gtk.c
7368         * src/prefs_gtk.h
7369         * src/prefs_image_viewer.c
7370         * src/prefs_image_viewer.h
7371         * src/prefs_matcher.c
7372         * src/prefs_matcher.h
7373         * src/prefs_message.c
7374         * src/prefs_message.h
7375         * src/prefs_msg_colors.c
7376         * src/prefs_msg_colors.h
7377         * src/prefs_other.c
7378         * src/prefs_other.h
7379         * src/prefs_quote.c
7380         * src/prefs_quote.h
7381         * src/prefs_receive.c
7382         * src/prefs_receive.h
7383         * src/prefs_send.c
7384         * src/prefs_send.h
7385         * src/prefs_spelling.c
7386         * src/prefs_spelling.h
7387         * src/prefs_summaries.c
7388         * src/prefs_summaries.h
7389         * src/prefs_summary_column.c
7390         * src/prefs_summary_column.h
7391         * src/prefs_template.c
7392         * src/prefs_template.h
7393         * src/prefs_themes.c
7394         * src/prefs_themes.h
7395         * src/prefs_toolbar.c
7396         * src/prefs_toolbar.h
7397         * src/prefs_wrapping.c
7398         * src/prefs_wrapping.h
7399         * src/privacy.c
7400         * src/privacy.h
7401         * src/procheader.c
7402         * src/procheader.h
7403         * src/procmime.c
7404         * src/procmime.h
7405         * src/procmsg.c
7406         * src/procmsg.h
7407         * src/quote_fmt.c
7408         * src/quote_fmt_parse.y
7409         * src/recv.c
7410         * src/recv.h
7411         * src/remotefolder.c
7412         * src/remotefolder.h
7413         * src/send_message.c
7414         * src/send_message.h
7415         * src/setup.c
7416         * src/setup.h
7417         * src/sourcewindow.c
7418         * src/sourcewindow.h
7419         * src/ssl_manager.c
7420         * src/ssl_manager.h
7421         * src/statusbar.c
7422         * src/statusbar.h
7423         * src/stock_pixmap.c
7424         * src/stock_pixmap.h
7425         * src/summary_search.c
7426         * src/summary_search.h
7427         * src/summaryview.c
7428         * src/summaryview.h
7429         * src/syldap.c
7430         * src/syldap.h
7431         * src/textview.c
7432         * src/textview.h
7433         * src/toolbar.c
7434         * src/toolbar.h
7435         * src/undo.c
7436         * src/undo.h
7437         * src/unmime.c
7438         * src/unmime.h
7439         * src/vcard.c
7440         * src/vcard.h
7441         * src/wizard.c
7442         * src/wizard.h
7443         * src/common/base64.c
7444         * src/common/base64.h
7445         * src/common/defs.h
7446         * src/common/hooks.c
7447         * src/common/hooks.h
7448         * src/common/log.c
7449         * src/common/log.h
7450         * src/common/mgutils.c
7451         * src/common/mgutils.h
7452         * src/common/nntp.c
7453         * src/common/nntp.h
7454         * src/common/passcrypt.c
7455         * src/common/passcrypt.h.in
7456         * src/common/plugin.c
7457         * src/common/plugin.h
7458         * src/common/prefs.c
7459         * src/common/prefs.h
7460         * src/common/progressindicator.c
7461         * src/common/progressindicator.h
7462         * src/common/quoted-printable.c
7463         * src/common/quoted-printable.h
7464         * src/common/session.c
7465         * src/common/session.h
7466         * src/common/smtp.c
7467         * src/common/smtp.h
7468         * src/common/socket.c
7469         * src/common/socket.h
7470         * src/common/ssl.c
7471         * src/common/ssl.h
7472         * src/common/stringtable.c
7473         * src/common/stringtable.h
7474         * src/common/sylpheed.c
7475         * src/common/sylpheed.h
7476         * src/common/template.c
7477         * src/common/template.h
7478         * src/common/timing.h
7479         * src/common/utils.c
7480         * src/common/utils.h
7481         * src/common/version.h.in
7482         * src/common/xml.c
7483         * src/common/xml.h
7484         * src/common/xmlprops.c
7485         * src/common/xmlprops.h
7486         * src/gtk/about.c
7487         * src/gtk/colorlabel.c
7488         * src/gtk/colorlabel.h
7489         * src/gtk/colorsel.c
7490         * src/gtk/colorsel.h
7491         * src/gtk/combobox.c
7492         * src/gtk/combobox.h
7493         * src/gtk/description_window.c
7494         * src/gtk/description_window.h
7495         * src/gtk/filesel.c
7496         * src/gtk/filesel.h
7497         * src/gtk/foldersort.c
7498         * src/gtk/foldersort.h
7499         * src/gtk/gtkaspell.c
7500         * src/gtk/gtkaspell.h
7501         * src/gtk/gtksctree.c
7502         * src/gtk/gtkshruler.c
7503         * src/gtk/gtkshruler.h
7504         * src/gtk/gtkutils.c
7505         * src/gtk/gtkutils.h
7506         * src/gtk/icon_legend.c
7507         * src/gtk/icon_legend.h
7508         * src/gtk/logwindow.c
7509         * src/gtk/logwindow.h
7510         * src/gtk/manage_window.c
7511         * src/gtk/manage_window.h
7512         * src/gtk/pluginwindow.c
7513         * src/gtk/pluginwindow.h
7514         * src/gtk/prefswindow.c
7515         * src/gtk/prefswindow.h
7516         * src/gtk/quicksearch.c
7517         * src/gtk/quicksearch.h
7518         * src/pixmaps/claws-mail.xpm
7519         * src/pixmaps/claws-mail_icon.xpm
7520         * src/pixmaps/claws-mail_logo.xpm
7521         * src/pixmaps/sylpheed-claws.xpm
7522         * src/pixmaps/sylpheed-claws_icon.xpm
7523         * src/pixmaps/sylpheed-claws_logo.xpm
7524         * src/plugins/bogofilter/Makefile.am
7525         * src/plugins/bogofilter/bogofilter.c
7526         * src/plugins/bogofilter/bogofilter.h
7527         * src/plugins/bogofilter/bogofilter_gtk.c
7528         * src/plugins/clamav/Makefile.am
7529         * src/plugins/clamav/clamav_plugin.c
7530         * src/plugins/clamav/clamav_plugin.h
7531         * src/plugins/clamav/clamav_plugin_gtk.c
7532         * src/plugins/demo/Makefile.am
7533         * src/plugins/demo/demo.c
7534         * src/plugins/dillo_viewer/Makefile.am
7535         * src/plugins/dillo_viewer/README
7536         * src/plugins/dillo_viewer/dillo_prefs.c
7537         * src/plugins/dillo_viewer/dillo_prefs.h
7538         * src/plugins/dillo_viewer/dillo_viewer.c
7539         * src/plugins/pgpcore/Makefile.am
7540         * src/plugins/pgpcore/passphrase.c
7541         * src/plugins/pgpcore/passphrase.h
7542         * src/plugins/pgpcore/pgp_viewer.c
7543         * src/plugins/pgpcore/pgp_viewer.h
7544         * src/plugins/pgpcore/plugin.c
7545         * src/plugins/pgpcore/prefs_gpg.c
7546         * src/plugins/pgpcore/prefs_gpg.h
7547         * src/plugins/pgpcore/select-keys.c
7548         * src/plugins/pgpcore/select-keys.h
7549         * src/plugins/pgpcore/sgpgme.c
7550         * src/plugins/pgpcore/sgpgme.h
7551         * src/plugins/pgpcore/sylpheed.def
7552         * src/plugins/pgpcore/version.rc
7553         * src/plugins/pgpinline/Makefile.am
7554         * src/plugins/pgpinline/pgpinline.c
7555         * src/plugins/pgpinline/pgpinline.h
7556         * src/plugins/pgpinline/plugin.c
7557         * src/plugins/pgpinline/sylpheed.def
7558         * src/plugins/pgpinline/version.rc
7559         * src/plugins/pgpmime/Makefile.am
7560         * src/plugins/pgpmime/pgpmime.c
7561         * src/plugins/pgpmime/pgpmime.h
7562         * src/plugins/pgpmime/plugin.c
7563         * src/plugins/pgpmime/sylpheed.def
7564         * src/plugins/pgpmime/version.rc
7565         * src/plugins/spamassassin/Makefile.am
7566         * src/plugins/spamassassin/README
7567         * src/plugins/spamassassin/spamassassin.c
7568         * src/plugins/spamassassin/spamassassin.h
7569         * src/plugins/spamassassin/spamassassin_gtk.c
7570         * src/plugins/trayicon/Makefile.am
7571         * src/plugins/trayicon/trayicon.c
7572         * tools/OOo2sylpheed.pl
7573         * tools/README
7574         * tools/README.sylprint
7575         * tools/acroread2sylpheed.pl
7576         * tools/claws.i18n.status.pl
7577         * tools/filter_conv.pl
7578         * tools/filter_conv_new.pl
7579         * tools/freshmeat_search.pl
7580         * tools/google_search.pl
7581         * tools/kmail2sylpheed.pl
7582         * tools/kmail2sylpheed_v2.pl
7583         * tools/make.themes.project
7584         * tools/multiwebsearch.pl
7585         * tools/nautilus2sylpheed.sh
7586         * tools/outlook2sylpheed.pl
7587         * tools/sylprint.pl
7588         * tools/sylprint.rc
7589         * tools/tb2sylpheed
7590         * tools/textviewer.sh
7591         * tools/vcard2xml.py
7592         * tools/kdeservicemenu/README
7593         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7594         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7595         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7596                 Change name to Claws Mail. Announce to follow...
7597
7598 2006-11-06 [wwp]        2.6.0cvs6
7599
7600         * src/prefs_template.c
7601                 unify messages related to quote format/template errors (fix
7602                 capitalization), again.
7603
7604 2006-11-06 [wwp]        2.6.0cvs5
7605
7606         * src/prefs_quote.c
7607                 unify messages related to quote format/template errors.
7608
7609 2006-11-06 [wwp]        2.6.0cvs4
7610
7611         * src/prefs_msg_colors.c
7612                 more uses of Q_ macro for contextual translations, thanks
7613                 to Fabien (fzzzzz).
7614
7615 2006-11-06 [wwp]        2.6.0cvs3
7616
7617         * src/compose.c
7618         * src/common/utils.c
7619         * src/common/utils.h
7620                 show an alertpanel to make sure users are aware that sensitive
7621                 files are attached (it's file blacklist-based). This will fix
7622                 interaction w/ GoogleEarth for instance, thanks to Colin.
7623
7624 2006-11-06 [wwp]        2.6.0cvs2
7625
7626         * src/prefs_quote.c
7627         * src/prefs_template.c
7628         * src/prefs_template.h
7629                 check quote format when applying/closing prefs. For now this only
7630                 shows up an error dialog box, not preventing the user from using
7631                 a broken quote (reply, forwards) format.
7632
7633 2006-11-06 [wwp]        2.6.0cvs1
7634
7635         * src/prefs_template.c
7636                 fix missing checks of some template fields.
7637
7638 2006-11-06 [paul]       2.6.0
7639
7640         * NEWS
7641         * README
7642         * RELEASE_NOTES
7643                 2.6.0 released
7644
7645 2006-11-06 [paul]       2.5.6cvs22
7646
7647         * manual/advanced.xml
7648         * manual/es/advanced.xml
7649                 put 'respect_flowed_format' info in the correct
7650                 place
7651
7652 2006-11-06 [mones]      2.5.6cvs21
7653
7654         * po/es.po
7655                 Minor fixes for release
7656
7657 2006-11-06 [paul]       2.5.6cvs20
7658
7659         * po/cs.po
7660         * po/de.po
7661         * po/fr.po
7662         * po/it.po
7663         * po/nl.po
7664         * po/pt_BR.po
7665         * po/sk.po
7666         * po/sv.po
7667         * po/zh_CN.po
7668                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7669                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7670                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7671                 Young
7672
7673 2006-11-02 [colin]      2.5.6cvs19
7674
7675         * src/imap.c
7676         * src/imap.h
7677         * src/prefs_account.c
7678         * src/etpan/imap-thread.c
7679                 Add GSSAPI support - fixes Debian bug #383274
7680
7681 2006-11-01 [colin]      2.5.6cvs18
7682
7683         * src/jpilot.c
7684                 Handle libpisock12 support. Probably
7685                 fixes bug 1046, 'jpilot AddressDB.pdb 
7686                 import fail'
7687
7688 2006-11-01 [colin]      2.5.6cvs17
7689
7690         * src/folderutils.c
7691                 debug_print() folderutils_mark_all_read()
7692
7693 2006-11-01 [colin]      2.5.6cvs16
7694
7695         * COPYING
7696                 Add missed files to the Apache exception
7697
7698 2006-10-31 [colin]      2.5.6cvs15
7699
7700         * src/folder.c
7701         * src/folder.h
7702                 Add a copy_private_data() func to FolderClasses
7703                 Doesn't break the feature freeze, because we 
7704                 won't use it (right now) in the core.
7705
7706 2006-10-31 [colin]      2.5.6cvs14
7707
7708         * COPYING
7709                 Allow linking with the Apache licensed files in
7710                 src/plugins/spamassassin. Hopefully fixes 
7711                 bug 1048, 'Spamassassin plugin license problem'
7712
7713 2006-10-31 [wwp]        2.5.6cvs13
7714
7715         * src/compose.c
7716                 fix and optimize trimming of leading linefeeds in body loop.
7717
7718 2006-10-31 [colin]      2.5.6cvs12
7719
7720         * src/etpan/imap-thread.c
7721         * src/imap.c
7722                 Make really sure to have NULL sets in case
7723                 of error
7724
7725 2006-10-30 [wwp]        2.5.6cvs11
7726
7727         * src/prefs_common.c
7728         * src/prefs_common.h
7729         * src/compose.c
7730                 fix broken storage of quote format template when it contains \-escape
7731                 sequences. The application of such sequences is also fixed now (\t
7732                 in quote format will be a real tab instead of a 't', for instance).
7733
7734 2006-10-27 [colin]      2.5.6cvs10
7735
7736         * src/compose.c
7737                 Probably fix bug 1045, 'sylpheed-claws 
7738                 doesn't remove the mail from the IMAP 
7739                 Queue folder after sending'. From
7740                 2.5.6cvs3-stable
7741
7742 2006-10-27 [colin]      2.5.6cvs9
7743
7744         * configure.ac
7745                 Require libetpan-0.48. I'm so annoying,
7746                 I know ;-)
7747
7748 2006-10-27 [colin]      2.5.6cvs8
7749
7750         * src/folder.c
7751         * src/imap.c
7752                 Probably fix bug 1044, 'sylpheed-claws 
7753                 segfaults while moving mails' - Fix relation
7754                 usage when moving to an IMAP mailbox from another
7755                 mailbox
7756
7757 2006-10-26 [paul]       2.5.6cvs7
7758
7759         * src/gtk/about.c
7760                 add libSM to compiled-in features
7761                 list
7762
7763 2006-10-24 [colin]      2.5.6cvs6
7764
7765         * src/textview.c
7766         * src/gtk/gtkutils.c
7767                 Fix crash when printing emails with an
7768                 xface
7769
7770 2006-10-24 [mones]      2.5.6cvs5
7771
7772         * manual/es/advanced.xml
7773                 Synchronize hidden option respect_flowed_format
7774         * po/es.po
7775                 Updated translation
7776
7777 2006-10-21 [paul]       2.5.6cvs4
7778
7779         * src/gtk/authors.h
7780         * src/plugins/pgpcore/pgp_viewer.c
7781         * src/plugins/pgpcore/sgpgme.c
7782                 fix building on BSDs
7783                 Thanks to Michael Hughes
7784                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7785
7786 2006-10-20 [colin]      2.5.6cvs3
7787
7788         * configure.ac
7789                 Bump up libetpan requirement
7790                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7791         * src/common/utils.c
7792         * src/common/utils.h
7793                 Add convenience get_file_mtime()
7794         * src/imap.c
7795         * src/etpan/imap-thread.c
7796         * src/etpan/imap-thread.h
7797                 Implement UIDPLUS support if the server
7798                 supports it - faster sending in this case
7799
7800 2006-10-19 [colin]      2.5.6cvs2
7801
7802         * src/gtk/quicksearch.c
7803                 Fix emptying in type-ahead+extended mode
7804         * src/mainwindow.c
7805         * src/mainwindow.h
7806                 Add a hook for offline state change
7807         * src/plugins/trayicon/trayicon.c
7808                 Use it to display offline icons
7809         * src/plugins/trayicon/Makefile.am
7810         * src/plugins/trayicon/newmail.offline.xpm
7811         * src/plugins/trayicon/newmarkedmail.offline.xpm
7812         * src/plugins/trayicon/nomail.offline.xpm
7813         * src/plugins/trayicon/unreadmail.offline.xpm
7814         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7815                 Add the icons
7816
7817 2006-10-12 [paul]       2.5.6cvs1
7818
7819         * NEWS
7820         * README
7821         * configure.ac
7822                 Update version number following
7823                 stable release
7824
7825 2006-10-19 [colin]      2.5.5cvs18
7826
7827         * manual/handling.xml
7828                 Add type-ahead search
7829
7830 2006-10-18 [colin]      2.5.5cvs17
7831
7832         * src/gtk/quicksearch.c
7833                 Remove "save to history only if there's
7834                 no syntax error", it breaks for some 
7835                 reason which I'll investigate later.
7836
7837 2006-10-18 [colin]      2.5.5cvs16
7838
7839         * src/prefs_common.c
7840         * src/prefs_common.h
7841         * src/summaryview.c
7842         * src/gtk/quicksearch.c
7843         * src/gtk/quicksearch.h
7844                 Add a type-ahead option for fast searches
7845                 Patch by Fabien Vantard
7846
7847 2006-10-18 [colin]      2.5.5cvs15
7848
7849         * src/compose.c
7850         * src/compose.h
7851                 Add Options/Reply mode/ menu to be able to
7852                 change the recipients of a reply on the fly
7853
7854 2006-10-18 [colin]      2.5.5cvs14
7855
7856         * src/compose.c
7857                 Fix redirecting of our own sent mails
7858
7859 2006-10-17 [wwp]        2.5.5cvs13
7860
7861         * src/send_message.c
7862                 Fix duplicate error messages when sending, and missing
7863                 newline in such error messages.
7864
7865 2006-10-17 [colin]      2.5.5cvs12
7866
7867         * src/compose.c
7868                 Compare addresses case-insensitive
7869
7870 2006-10-17 [colin]      2.5.5cvs11
7871
7872         * src/plugins/pgpcore/sgpgme.c
7873                 Fix return status
7874
7875 2006-10-17 [colin]      2.5.5cvs10
7876
7877         * src/plugins/pgpcore/pgp_viewer.c
7878                 Fix return status
7879
7880 2006-10-17 [colin]      2.5.5cvs9
7881
7882         * src/quote_fmt.c
7883                 Fix a typo (thanks to Fabien)
7884
7885 2006-10-16 [colin]      2.5.5cvs8
7886
7887         * src/textview.c
7888                 Fix problem with quote-folding when emails
7889                 don't convert cleanly to UTF-8
7890
7891 2006-10-14 [colin]      2.5.5cvs7
7892
7893         * src/prefs_template.c
7894                 Reset fields when reopening
7895                 the window
7896
7897 2006-10-13 [paul]       2.5.5cvs6
7898
7899         * manual/advanced.xml
7900         * src/prefs_message.c
7901                 make 'respect_flowed_format' a hidden
7902                 option, and add a manual entry for it
7903                 Thanks to Colin
7904
7905 2006-10-12 [colin]      2.5.5cvs5
7906
7907         * src/codeconv.c
7908                 Revert part of 2.5.2cvs21:
7909                 Don't optimise by reusing the 
7910                 last iconv converter if possible:
7911                 it seems slightly broken in a 
7912                 very hard way to reproduce
7913
7914 2006-10-12 [colin]      2.5.5cvs4
7915
7916         * src/prefs_common.c
7917         * src/prefs_common.h
7918         * src/prefs_message.c
7919         * src/procmime.c
7920                 Fix bug 1035, 'Incorrect handling 
7921                 of flowed lines'. We now optionnaly
7922                 handle this format (preference is in
7923                 Message View/Text options section)
7924
7925 2006-10-12 [colin]      2.5.5cvs3
7926
7927         * po/POTFILES.in
7928                 Add new file
7929         * src/plugins/pgpcore/pgp_viewer.c
7930         * src/plugins/pgpcore/sgpgme.c
7931                 Don't try to import without asking
7932
7933 2006-10-12 [colin]      2.5.5cvs2
7934
7935         * src/compose.c
7936                 Fix bug 1036, 'Forwarding a mutlipart
7937                 mail with a "text/html" block to ms
7938                 outlook users leeds to freeze of
7939                 outlook'. Poor outlook users...
7940
7941 2006-10-12 [paul]       2.5.5cvs1
7942
7943         * NEWS
7944         * README
7945         * configure.ac
7946                 Update version number following
7947                 stable release
7948
7949 2006-10-11 [paul]       2.5.4cvs1
7950
7951         * NEWS
7952         * README
7953         * configure.ac
7954                 Update version number following
7955                 stable release
7956
7957 2006-10-11 [paul]       2.5.3cvs32
7958
7959         * src/textview.c
7960                 fix bug 1032, 'Segmentation fault when showing
7961                 message' (bug in quote folding)
7962                 Thanks to Colin
7963
7964 2006-10-10 [colin]      2.5.3cvs31
7965
7966         * src/quote_fmt.c
7967                 Rephrase english a bit
7968
7969 2006-10-10 [colin]      2.5.3cvs30
7970
7971         * src/prefs_compose_writing.c
7972                 Stop making the page larger than the window
7973
7974 2006-10-10 [wwp]        2.5.3cvs29
7975
7976         * src/compose.c
7977         * src/prefs_template.c
7978         * src/quote_fmt.c
7979         * src/quote_fmt.h
7980         * src/quote_fmt_lex.l
7981         * src/quote_fmt_parse.y
7982                 Extend the quote parser a bit: allow to get access to
7983                 basic (composing) account info.
7984
7985 2006-10-10 [colin]      2.5.3cvs28
7986
7987         * src/procheader.c
7988                 Fix this \t problem in subject
7989
7990 2006-10-09 [colin]      2.5.3cvs27
7991
7992         * src/main.c
7993         * src/prefs_gtk.c
7994                 Prepare cache a bit later
7995                 If section already exists, skip the new one 
7996                 (as previously); avoid writing the same block
7997                 twice - if we find a second block with the 
7998                 same id, skip it.
7999         * src/plugins/pgpcore/pgp_viewer.c
8000                 Set cursor to busy when retrieving a key
8001         * src/plugins/pgpcore/sgpgme.c
8002                 allow 5 seconds for gpg to export the key
8003                 
8004
8005 2006-10-09 [colin]      2.5.3cvs26
8006
8007         * configure.ac
8008         * src/msgcache.c
8009         * src/prefs_gtk.c
8010                 Check for existence of fgets_unlocked
8011                 and fwrite_unlocked
8012
8013 2006-10-09 [paul]       2.5.3cvs25
8014
8015         * src/prefs_summaries.c
8016                 replace strftime() with fast_strftime() and in
8017                 the consequence fix the bug in the display of
8018                 AM/PM in the 'Example' string
8019
8020 2006-10-09 [ticho]      2.5.3cvs24
8021
8022         * po/sk.po
8023                 Updated (and fixed up somewhat) Slovak translation.
8024
8025 2006-10-08 [colin]      2.5.3cvs23
8026
8027         * src/prefs_folder_item.c
8028                 Explain why prefs in the top-level folder
8029                 aren't retained, but are still useful
8030
8031 2006-10-08 [colin]      2.5.3cvs22
8032
8033         * src/prefs_gtk.c
8034                 Don't cache anything if caching fails
8035
8036 2006-10-08 [colin]      2.5.3cvs21
8037
8038         * src/common/utils.c
8039                 always include gi18n.h
8040
8041 2006-10-07 [colin]      2.5.3cvs20
8042
8043         * src/plugins/pgpcore/pgp_viewer.c
8044                 Kill gpg after 5 seconds wait
8045
8046 2006-10-07 [colin]      2.5.3cvs19
8047
8048         * src/plugins/pgpcore/pgp_viewer.c
8049         * src/plugins/pgpcore/pgp_viewer.h
8050                 Fix copyright
8051
8052 2006-10-07 [colin]      2.5.3cvs18
8053
8054         * src/plugins/pgpcore/pgp_viewer.c
8055         * src/plugins/pgpcore/pgp_viewer.h
8056                 Actually add the files to CVS
8057
8058 2006-10-07 [colin]      2.5.3cvs17
8059
8060         * src/plugins/pgpcore/sgpgme.c
8061                 Be sure not to crash on 'application/pgp-signature' that
8062                 are not application/pgp-signatures
8063
8064 2006-10-07 [colin]      2.5.3cvs16
8065
8066         * src/textview.c
8067         * src/textview.h
8068                 Make a bit more of the API available
8069         * src/plugins/pgpcore/Makefile.am
8070         * src/plugins/pgpcore/plugin.c
8071         * src/plugins/pgpcore/sgpgme.c
8072                 Add basic key import/export
8073
8074 2006-10-07 [colin]      2.5.3cvs15
8075
8076         * src/folderview.c
8077         * src/imap.c
8078         * src/prefs_account.c
8079         * src/wizard.c
8080                 Warn users *everywhere* if libetpan's not
8081                 linked in
8082
8083 2006-10-06 [mones]      2.5.3cvs14
8084
8085         * po/de.po
8086         * po/es.po
8087                 updated by Stephan Sachse and me
8088
8089 2006-10-06 [colin]      2.5.3cvs13
8090
8091         * src/main.c
8092         * src/common/sylpheed.c
8093                 Don't load common plugins if --exit is passed
8094         * src/prefs_gtk.c
8095         * src/prefs_gtk.h
8096                 Implement a cache to avoid reading the same
8097                 files over and over again at startup
8098
8099 2006-10-06 [colin]      2.5.3cvs12
8100
8101         * src/summaryview.c
8102         * src/gtk/quicksearch.c
8103                 Update display every 5k mails on fast searches
8104
8105 2006-10-06 [colin]      2.5.3cvs11
8106
8107         * src/textview.c
8108                 Don't do quote folding on HTML or ERTF.
8109                 May fix the Cygwin issues if they were
8110                 happening with HTML mails?
8111
8112 2006-10-05 [colin]      2.5.3cvs10
8113
8114         * src/prefs_gtk.c
8115                 Oops, forgot one
8116
8117 2006-10-05 [colin]      2.5.3cvs9
8118
8119         * src/prefs_gtk.c
8120                 Use unlocked_stdio here too
8121
8122 2006-10-05 [colin]      2.5.3cvs8
8123
8124         * src/folderview.c
8125                 Fix go to next * after preferences apply
8126         * src/msgcache.c
8127                 Do the fd lock/unlock ourselves instead of
8128                 letting the libc do it at each write 
8129
8130 2006-10-05 [colin]      2.5.3cvs7
8131
8132         * src/common/utils.c
8133                 Faster division, thanks to Jean Diraison
8134
8135 2006-10-05 [paul]       2.5.3cvs6
8136
8137         * src/common/utils.c
8138                 fix building with --disable-nls
8139
8140 2006-10-04 [colin]      2.5.3cvs5
8141
8142         * src/folder.c
8143                 Maybe fix a segfault
8144
8145 2006-10-04 [wwp]        2.5.3cvs4
8146
8147         * src/prefs_folder_item.c
8148                 Fine-tune layouts in folder item prefs. Suggested by
8149                 Fabien Vantard <fzzzzz@gmail.com>.
8150
8151 2006-10-04 [wwp]        2.5.3cvs3
8152
8153         * src/prefs_folder_item.c
8154                 Kill the clandestine passengers. You didn't see anything.
8155
8156 2006-10-04 [wwp]        2.5.3cvs2
8157
8158         * src/prefs_folder_item.c
8159                 Add a way to test the subject simplify regexp in
8160                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8161                 w/ few layout changes.
8162
8163 2006-20-04 [paul]       2.5.3cvs1
8164
8165         * NEWS
8166         * README
8167         * configure.ac
8168                 Update version number following
8169                 stable release
8170
8171 2006-10-04 [colin]      2.5.2cvs42
8172
8173         * src/folder.c
8174         * src/folder.h
8175         * src/summaryview.c
8176                 Provide a way for folder classes to set their sort
8177                 type and key
8178
8179 2006-10-03 [colin]      2.5.2cvs41
8180
8181         * src/mh.c
8182                 Don't use strlen() to know if the
8183                 string's empty
8184
8185 2006-10-03 [colin]      2.5.2cvs40
8186
8187         * src/mh.c
8188                 Fix "check for new folders" with accentued folders
8189
8190 2006-10-03 [ticho]      2.5.2cvs39
8191
8192         * src/filtering.c
8193         * src/folder.c
8194         * src/inc.c
8195         * src/mbox.c
8196                 Colin's fix for "copy" filtering rules.
8197
8198 2006-10-02 [colin]      2.5.2cvs38
8199
8200         * src/folderview.c
8201                 Fix for double-click too
8202
8203 2006-10-02 [colin]      2.5.2cvs37
8204
8205         * src/folderview.c
8206                 correct fix for cvs36
8207
8208 2006-10-02 [colin]      2.5.2cvs36
8209
8210         * src/folderview.c
8211                 Fix 'goto next unread' after collapsing/expanding 
8212                 a node.
8213
8214 2006-10-02 [colin]      2.5.2cvs35
8215
8216         * src/summaryview.c
8217                 Fix double freeze/thaw
8218         * src/common/utils.c
8219         * src/common/utils.h
8220                 Reimplement strftime
8221         * src/procheader.c
8222                 Use it
8223
8224
8225 2006-10-02 [colin]      2.5.2cvs34
8226
8227         * src/mh.c
8228                 Time mh_write_sequences() - it's fast
8229         * src/summaryview.c
8230                 Init a variable to shut up gcc
8231
8232 2006-10-01 [colin]      2.5.2cvs33
8233
8234         * src/folder.c
8235         * src/mh.c
8236         * src/mh.h
8237         * src/msgcache.c
8238                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8239                 Add fsync but disable it, it's slow as hell
8240
8241 2006-10-01 [colin]      2.5.2cvs32
8242
8243         * src/mh.c
8244         * src/msgcache.c
8245                 fflush() caches and mh_sequences before
8246                 fclose()ing
8247
8248 2006-10-01 [colin]      2.5.2cvs31
8249
8250         * src/msgcache.c
8251                 Don't ftruncate when not using mmap
8252
8253 2006-09-30 [colin]      2.5.2cvs30
8254
8255         * src/main.c
8256                 Write folder list *after* saving caches
8257
8258 2006-09-30 [colin]      2.5.2cvs29
8259
8260         * src/folder.c
8261         * src/mh.c
8262                 Debug forced mtime changes
8263
8264 2006-09-30 [colin]      2.5.2cvs28
8265
8266         * src/folder.c
8267         * src/main.c
8268                 Remove useless debug_print()s (code
8269                 well-tested)
8270
8271 2006-09-30 [colin]      2.5.2cvs27
8272
8273         * src/mh.c
8274                 Do stuff faster when writing mh_sequences
8275
8276 2006-09-30 [colin]      2.5.2cvs26
8277
8278         * src/mh.c
8279                 Don't let the writing of .mh_sequences, which
8280                 can change the folder's mtime, let us think
8281                 we need to scan.
8282
8283 2006-09-30 [colin]      2.5.2cvs25
8284
8285         * src/folder.c
8286                 Move a debug_print where it belongs 
8287                 (processing)
8288         * src/summaryview.c
8289                 Don't mess with a huge slow subject
8290                 table if we're not threading by
8291                 subject
8292
8293 2006-09-30 [colin]      2.5.2cvs24
8294
8295         * src/msgcache.c
8296                 Reenable mmaped reads (*not* writes!)
8297         * src/procmsg.c
8298                 Don't destroy and recreate hashtables just
8299                 for fun
8300         * src/common/utils.c
8301                 Remove useless reply prefixes (it's case
8302                 unsensitive)
8303
8304 2006-09-30 [wwp]        2.5.2cvs23
8305
8306         * tools/fix_date.sh
8307                 Fixed a minor bug in date value extraction, added a switch
8308                 to replace non RFC-compliant Date: value, added a switch
8309                 to use strict RFC matching patterns for dates.
8310
8311 2006-09-29 [colin]      2.5.2cvs22
8312
8313         * src/matcher_parser.h
8314         * src/matcher_parser_parse.y
8315         * src/prefs_filtering.c
8316         * src/statusbar.c
8317         * src/summary_search.c
8318         * src/summaryview.c
8319         * src/gtk/quicksearch.c
8320         * src/gtk/quicksearch.h
8321                 Optimise searches by setting different
8322                 refresh intervals (depending if the 
8323                 search is fast or not)
8324
8325 2006-09-29 [colin]      2.5.2cvs21
8326
8327         * src/codeconv.c
8328                 Optimise by reusing the last iconv converter
8329                 if possible
8330         * src/textview.c
8331                 Optimise a bit (the foldable quotes feature
8332                 still has an awful O(n^2) algo
8333
8334 2006-09-29 [colin]      2.5.2cvs20
8335
8336         * src/gtk/gtksctree.c
8337         * src/gtk/gtksctree.h
8338                 Optimise de-selection via up/down or
8339                 another key
8340
8341 2006-09-28 [colin]      2.5.2cvs19
8342
8343         * src/action.c
8344         * src/compose.c
8345         * src/folderview.c
8346         * src/mainwindow.c
8347         * src/messageview.c
8348         * src/summary_search.c
8349         * src/toolbar.c
8350                 Avoid using summaryview->ctree directly
8351
8352 2006-09-28 [colin]      2.5.2cvs18
8353
8354         * src/summaryview.c
8355         * src/summaryview.h
8356                 Add helpers to freeze/thaw/grab_focus
8357                 Factorize calls to freeze/thaw/grab_focus
8358                 
8359
8360 2006-09-28 [colin]      2.5.2cvs17
8361
8362         * src/main.c
8363                 More guards for the session management
8364
8365 2006-09-28 [colin]      2.5.2cvs16
8366
8367         * src/folderview.c
8368         * src/gtk/gtksctree.c
8369         * src/gtk/gtksctree.h
8370                 Make expanding not recursive in folderview
8371
8372 2006-09-28 [colin]      2.5.2cvs15
8373
8374         * src/addressbook.c
8375                 If nothing is selected in the list (right part)
8376                 and a group is selected in the tree (left part),
8377                 mail this group.
8378
8379 2006-09-28 [colin]      2.5.2cvs14
8380
8381         * src/Makefile.am
8382                 Actually use SM_LIBS
8383
8384 2006-09-28 [ticho]      2.5.2cvs13
8385
8386         * src/export.c
8387         * src/messageview.c
8388         * src/mimeview.c
8389         * src/news.c
8390         * src/pop.c
8391         * src/prefs_themes.c
8392         * src/procmsg.c
8393                 Small i18n string optimization.
8394         * src/send_message.c
8395         * src/summaryview.c
8396         * src/common/session.c
8397         * src/common/smtp.c
8398         * src/common/ssl_certificate.c
8399         * src/common/utils.c
8400                 Use "Couldn't" instead of "Can't" in UI messages,
8401                 where appropriate.
8402
8403 2006-09-28 [colin]      2.5.2cvs12
8404
8405         * configure.ac
8406                 Possibly fix link errors
8407
8408 2006-09-27 [wwp]        2.5.2cvs11
8409
8410         * src/gtk/authors.h
8411         * doc/man/sylpheed-claws.1
8412         * manual/ack.xml
8413         * manual/es/ack.xml
8414         * manual/fr/ack.xml
8415         * manual/pl/ack.xml
8416                 Updated authors info (me, myself and I).
8417
8418 2006-09-27 [colin]      2.5.2cvs10
8419
8420         * src/addressbook.c
8421                 Remove useless printf
8422
8423 2006-09-27 [wwp]        2.5.2cvs9
8424
8425         * src/editgroup.c
8426         * src/send_message.c
8427         * src/inc.c
8428         * src/prefs_common.c
8429         * src/prefs_common.h
8430         * src/gtk/progressdialog.c
8431                 remember more windows' sizes (send dialog, received dialog,
8432                 edit group in addressbook).
8433
8434 2006-09-27 [colin]      2.5.2cvs8
8435
8436         * configure.ac
8437         * src/main.c
8438         * src/mainwindow.h
8439                 Use libSM to communicate with the session
8440                 manager, so that we can know when the 
8441                 session ends, save our caches, and draft
8442                 our compose windows.
8443
8444 2006-09-27 [colin]      2.5.2cvs7
8445
8446         * src/addressbook.c
8447                 Fix issues:
8448                 o Allow Book and Group creation from the tree's
8449                   contextual menu
8450                 o Do not actually delete the contacts when 
8451                   deleting groups from the tree (duh!)
8452
8453 2006-09-27 [colin]      2.5.2cvs6
8454
8455         * src/compose.c
8456         * src/compose.h
8457         * src/mainwindow.c
8458         * src/textview.c
8459         * src/toolbar.c
8460                 o Allow passing an email address to 
8461                   compose_new_with_folderitem
8462                 o Update callers
8463                 o Use current folderitem when clicking
8464                   on a TextView mailto: link
8465                 o Fix a possible leak in TextView
8466
8467 2006-09-27 [colin]      2.5.2cvs5
8468
8469         * src/html.c
8470                 Use UTF-8 chars to replace HTML entities
8471
8472 2006-09-27 [colin]      2.5.2cvs4
8473
8474         * AUTHORS
8475         * src/prefs_account.c
8476         * src/gtk/authors.h
8477                 Fix bug #1024 (Array index out of
8478                 range in sylpheed-claws-2.5.2)
8479                 Patch by Ales Nosek <anosek@suse.cz>
8480
8481 2006-09-27 [colin]      2.5.2cvs3
8482
8483         * src/addr_compl.c
8484                 Actually do the test
8485
8486 2006-09-27 [colin]      2.5.2cvs2
8487
8488         * src/addr_compl.c
8489         * src/addr_compl.h
8490                 Allow completing with comma (in certain cases: vCalendar
8491                 for example doesn't support that)
8492                 Patch by Fabien Vantard
8493
8494 2006-09-26 [colin]      2.5.2cvs1
8495
8496         * src/Makefile.am
8497         * src/addr_compl.c
8498         * src/addr_compl.h
8499         * src/addrbook.c
8500         * src/addrbook.h
8501         * src/addressbook.c
8502         * src/addrindex.c
8503         * src/addrindex.h
8504         * src/compose.c
8505         * src/prefs_common.c
8506         * src/prefs_filtering_action.c
8507         * src/prefs_folder_item.c
8508         * src/prefs_template.c
8509         * src/stock_pixmap.c
8510         * src/stock_pixmap.h
8511         * src/pixmaps/addr_one.xpm
8512         * src/pixmaps/addr_two.xpm
8513                 Add auto-completion on groups
8514
8515 2006-09-26 [colin]      2.5.2
8516
8517         * NEWS
8518         * README
8519         * RELEASE_NOTES
8520                 2.5.2 released
8521
8522 2006-09-26 [colin]      2.5.1cvs5
8523
8524         * src/matcher.c
8525                 Fix condition
8526
8527 2006-09-26 [colin]      2.5.1cvs4
8528
8529         * src/mbox.c
8530                 Revert cvs1 (useless as the message is printed 
8531                 every 500 mails)
8532
8533 2006-09-26 [colin]      2.5.1cvs3
8534
8535         * src/partial_download.c
8536                 Fix crasher found by Alexsandar Urosevic
8537
8538 2006-09-26 [colin]      2.5.1cvs2
8539
8540         * src/summaryview.c
8541                 Fix bug #1023 (Sylpheed deletes too much messages)
8542
8543 2006-09-26 [ticho]      2.5.1cvs1
8544
8545         * src/mbox.c
8546                 Make use of gettext's multiple plurals for statusbar
8547                 progress message.
8548
8549 2006-09-25 [paul]       2.5.1
8550
8551         * NEWS
8552         * README
8553         * RELEASE_NOTES
8554                 2.5.1 released
8555
8556 2006-09-25 [colin]      2.5.0cvs3
8557
8558         * src/plugins/bogofilter/bogofilter.c
8559         * src/plugins/clamav/clamav_plugin.c
8560         * src/plugins/spamassassin/spamassassin.c
8561                 BogoFilter, Spamassassin: Fix double hook registering after
8562                 visiting preferences
8563                 Spamassassin, Clamav: Just set the mails to move instead of
8564                 doing the move - caller will move the things at once.
8565
8566 2006-09-25 [colin]      2.5.0cvs2
8567
8568         * src/imap.c
8569         * src/etpan/imap-thread.c
8570                 Use UID SEARCH ALL instead of UID 1:*
8571                 (braindead servers can't figure out that's
8572                 the same...)
8573
8574 2006-09-25 [wwp]        2.5.0cvs1
8575
8576         * src/message_search.c
8577                 Added the ability to stop a running search (in message body).
8578
8579 2006-09-25 [paul]       2.5.0
8580
8581         * NEWS
8582         * README
8583         * RELEASE_NOTES
8584                 2.5.0 released
8585
8586 2006-09-25 [paul]       2.4.0cvs214
8587
8588         * po/cs.po
8589         * po/de.po
8590         * po/fi.po
8591         * po/fr.po
8592         * po/nl.po
8593         * po/pt_BR.po
8594         * po/sk.po
8595         * po/sr.po
8596         * po/zh_CN.po
8597                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8598                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8599                 Ticho, Aleksander Urosevic, Ralgh Young
8600
8601 2006-09-24 [mones]      2.4.0cvs213
8602
8603         * po/es.po
8604                 Updated for release
8605
8606 2006-09-23 [colin]      2.4.0cvs212
8607
8608         * src/gtk/inputdialog.c
8609                 Fix [ ] remember this appearing in normal
8610                 input dialogs after it's been used by
8611                 mimeview.
8612         * src/folder.c
8613         * src/folderview.c
8614         * src/msgcache.c
8615         * src/procmsg.c
8616         * src/summaryview.c
8617         * src/textview.c
8618         * src/common/timing.h
8619                 Enable timings in debug mode and make it
8620                 look prettier.
8621
8622 2006-09-22 [colin]      2.4.0cvs211
8623
8624         * README
8625                 Revert test change
8626         * commitHelper
8627                 ping the correct URI
8628
8629 2006-09-22 [colin]      2.4.0cvs210
8630
8631         * README
8632                 Let's see if bug #1022 is fixed
8633
8634 2006-09-21 [colin]      2.4.0cvs209
8635
8636         * src/wizard.c
8637         * src/common/plugin.c
8638                 Prepare infra to load predefined plugins when
8639                 no configuration existed. Don't actually load
8640                 anything yet (feat. freeze)
8641
8642 2006-09-21 [wwp]        2.4.0cvs208
8643
8644         * manual/fr/faq.xml
8645                 Partial sync w/ 2.4.0cvs72:
8646                 wrap file and minor updates.
8647
8648 2006-09-21 [wwp]        2.4.0cvs207
8649
8650         * tools/fix_date.sh
8651                 several fixes and enhancements. A new --force switch has been
8652                 added to prevent overriding by default Date: header when
8653                 already existing.
8654
8655 2006-09-21 [paul]       2.4.0cvs206
8656
8657         * src/common/utils.c
8658                 add Chinese UTF8 Re prefix
8659
8660 2006-09-21 [wwp]        2.4.0cvs205
8661
8662         * tools/Makefile.am
8663                 Fics alfabettical order.
8664
8665 2006-09-21 [wwp]        2.4.0cvs204
8666
8667         * tools/fix_date.sh
8668         * tools/Makefile.am
8669                 Added an action tool to fix missing Date field in emails.
8670                 Updated Makefile.am to reflect those last two additions.
8671
8672 2006-09-21 [wwp]        2.4.0cvs203
8673
8674         * tools/uuooffice
8675                 Added a action tool to open uuencoded docs w/
8676                 OpenOffice (based on uudec method).
8677
8678 2006-09-21 [colin]      2.4.0cvs202
8679
8680         * src/compose.c
8681         * src/textview.c
8682                 Workaround possible GTK crash: remove selection 
8683                 clipboard before destroying widget, or GTK+-2.10
8684                 dies. Thanks to Hiro.
8685
8686 2006-09-20 [colin]      2.4.0cvs201
8687
8688         * src/compose.c
8689                 Fix free-after-use in some cases (when 
8690                 procmime_encode_content() frees mimeinfo->data.mem
8691                 and turns it to a temp file)
8692
8693 2006-09-20 [colin]      2.4.0cvs200
8694
8695         * src/folderview.c
8696         * src/summaryview.c
8697         * src/gtk/gtksctree.c
8698         * src/gtk/gtksctree.h
8699                 Add tooltips in the folderview and summaryview
8700                 (Doesn't break string freeze as they already
8701                 exist)
8702         * src/toolbar.c
8703                 Put the spam button in the default configuration
8704                 if compiled with bogo plugin too
8705
8706 2006-09-19 [colin]      2.4.0cvs199
8707
8708         * src/summaryview.c
8709         * src/summaryview.h
8710                 Update folder name label on folder rename
8711         * src/prefs_matcher.c
8712         * src/gtk/logwindow.h
8713                 Fix warnings
8714                 Patches by Fabien
8715
8716 2006-09-19 [wwp]        2.4.0cvs198
8717
8718         * src/summary_search.c
8719                 fix can't click forward/backward buttons in the
8720                 search messages.
8721
8722 2006-09-18 [paul]       2.4.0cvs197
8723
8724         * src/wizard.c
8725                 add missing bracket, capitalise the A of
8726                 'SpamAssassin'
8727
8728 2006-09-18 [paul]       2.4.0cvs196
8729
8730         * src/compose.c
8731                 fix bug 1012 'crashed upon sending mail
8732                 from compose window'
8733                 Thanks to Colin
8734
8735 2006-09-16 [colin]      2.4.0cvs195
8736
8737         * src/folderview.c
8738                 Fix "real-time" sorting by freezing/thawing
8739
8740 2006-09-16 [colin]      2.4.0cvs194
8741
8742         * manual/faq.xml
8743                 Fix the anti-spam entry a bit
8744
8745 2006-09-16 [colin]      2.4.0cvs193
8746
8747         * src/wizard.c
8748                 Make sure reviewers have no excuse when stating
8749                 Sylpheed-Claws doesn't have antispam capabilities.
8750
8751 2006-09-16 [colin]      2.4.0cvs192
8752
8753         * src/main.c
8754                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8755                 as if the SIGPIPE comes from etpan's thread we could
8756                 trigger a GUI update from this thread.
8757
8758 2006-09-16 [colin]      2.4.0cvs191
8759
8760         * src/summaryview.c
8761                 Init all members of the struct
8762
8763 2006-09-16 [paul]       2.4.0cvs190
8764
8765         * src/account.c
8766                 improvements to the English
8767
8768 2006-09-15 [colin]      2.4.0cvs189
8769
8770         * src/summaryview.c
8771                 HIG order on dialog
8772
8773 2006-09-14 [colin]      2.4.0cvs188
8774
8775         * src/common/socket.c
8776         * src/common/socket.h
8777         * src/common/ssl.c
8778         * src/common/ssl_certificate.c
8779         * src/common/ssl_certificate.h
8780         * src/etpan/imap-thread.c
8781                 the get_fqdn() call done to get canonical name when
8782                 checking an SSL certificate is blocking, which is
8783                 sad as we just did a non-blocking lookup to connect.
8784                 Fix that by letting the fqdn available to the SockInfo,
8785                 and use that in ssl_certificate_check(). For IMAP,
8786                 we don't do it as the lookup's done by libetpan, but
8787                 it's less annoying as IMAP connections as much more
8788                 rare than POP3 connections.
8789
8790 2006-09-14 [paul]       2.4.0cvs187
8791
8792         * manual/advanced.xml
8793                 improvements to the English,
8794                 properly place the new hidden options
8795                 within the alphabetical order
8796         * src/gtk/pluginwindow.c
8797                 improvements to the English
8798
8799 2006-09-14 [colin]      2.4.0cvs186
8800
8801         * src/prefs_common.c
8802         * src/prefs_common.h
8803         * src/gtk/gtksctree.c
8804         * manual/advanced.xml
8805                 New hidden pref, stripes_color_offset, to change
8806                 the value added/substracted to normal bgcolor to
8807                 create the stripes in summaries
8808
8809 2006-09-13 [colin]      2.4.0cvs185
8810
8811         * src/gedit-print.c
8812         * src/messageview.c
8813         * src/messageview.h
8814         * src/summaryview.c
8815         * src/textview.c
8816                 Fix misc. printing issues: 
8817                 - Bad font for linkified headers
8818                 - Different font if the mail was displayed or not
8819                 - Factorize the thing
8820
8821 2006-09-13 [colin]      2.4.0cvs184
8822
8823         * src/common/ssl_certificate.c
8824                 Only get FQDN once when checking certificate
8825
8826 2006-09-13 [colin]      2.4.0cvs183
8827
8828         * src/account.c
8829         * src/gtk/pluginwindow.c
8830                 Misc. GUI fixes by Fabien
8831
8832 2006-09-13 [wwp]        2.4.0cvs182
8833
8834         * configure.ac
8835         * src/common/utils.h
8836         * src/common/utils.c
8837                 get rid of unused wide-char functions.
8838
8839 2006-09-13 [wwp]        2.4.0cvs181
8840
8841         * src/plugins/pgpinline/sylpheed.def
8842         * src/textview.c
8843                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8844                 add privacy_reset_error to the .def file,
8845                 do not fork for an external textviewer.
8846
8847 2006-09-13 [wwp]        2.4.0cvs180
8848
8849         * src/prefs_common.c
8850                 fix broken font entry in prefs (patch issued by the gpg4win team,
8851                 probably by Marcus Brinkmann <marcus@g10code.de>).
8852
8853 2006-09-13 [colin]      2.4.0cvs179
8854
8855         * src/folder.h
8856                 Fix a warning in summaryview.c
8857         * src/mainwindow.c
8858         * src/summaryview.c
8859         * src/summaryview.h
8860                 Add missing Mark/* elements in the
8861                 main menu
8862
8863 2006-09-12 [colin]      2.4.0cvs178
8864
8865         * src/prefs_actions.c
8866         * src/prefs_filtering_action.c
8867         * src/prefs_matcher.c
8868                 Use (New) instead of New everywhere
8869
8870 2006-09-12 [wwp]        2.4.0cvs177
8871
8872         * manual/fr/addrbook.xml
8873         * manual/fr/handling.xml
8874                 updated some quotes in the fr manual to match the fr translation.
8875
8876 2006-09-12 [wwp]        2.4.0cvs176
8877
8878         * src/prefs_matcher.c
8879                 don't store translated string elements in matcher expressions.
8880                 Also fixed a misused of Q_().
8881
8882 2006-09-11 [wwp]        2.4.0cvs175
8883
8884         * src/plugins//bogofilter/bogofilter.c
8885         * src/plugins//clamav/clamav_plugin.c
8886         * src/plugins//demo/demo.c
8887         * src/plugins//dillo_viewer/dillo_viewer.c
8888         * src/plugins//pgpcore/plugin.c
8889         * src/plugins//pgpinline/plugin.c
8890         * src/plugins//pgpmime/plugin.c
8891         * src/plugins//spamassassin/spamassassin.c
8892                 gettext-ize more strings (mostly plugin error messages).
8893
8894 2006-09-11 [colin]      2.4.0cvs174
8895
8896         * src/alertpanel.c
8897                 Make maximum buffer size bigger to avoid
8898                 truncating translated messages. Patch by
8899                 Fabien
8900
8901 2006-09-11 [colin]      2.4.0cvs173
8902
8903         * src/etpan/imap-thread.c
8904                 Fix compilation on OpenBSD, thanks to 
8905                 Landry
8906
8907 2006-09-10 [wwp]        2.4.0cvs172
8908
8909         * manual/account.xml
8910         * manual/addrbook.xml
8911         * manual/handling.xml
8912         * manual/es/handling.xml
8913         * manual/fr/account.xml
8914         * manual/fr/addrbook.xml
8915         * manual/fr/handling.xml
8916                 documented addressbook matching (condition configuration):
8917                   addrbook.xml, en fr
8918                 documented per-account filtering rules (handling/filtering
8919                   section, account section):
8920                   account.xml, handling.xml, en fr
8921                 slightly updated the handling/searching section to tell few
8922                   words about the extended search ability:
8923                   handling.xml, en fr
8924                 added missing <quote></quotes> to Quick Search:
8925                   handling.xml, en fr es
8926                 fixed a typo (auomatically):
8927                   handling.xml, en
8928                 changes revisited by Paul.
8929
8930 2006-09-10 [paul]       2.4.0cvs171
8931
8932         * src/prefs_actions.c
8933         * src/prefs_filtering.c
8934         * src/prefs_template.c
8935                 adjustments to the gui
8936                 Patch by Fabien Vantard (slightly modified)
8937
8938 2006-09-10 [colin]      2.4.0cvs170
8939
8940         * src/summaryview.c
8941                 Check folderitem/summaryview consistency
8942                 (basically automates Update summary). Fixes
8943                 #1011 (wrong (negative) count on unread 
8944                 messages)
8945
8946 2006-09-10 [colin]      2.4.0cvs169
8947
8948         * src/gtk/gtksctree.c
8949                 Fix recursive expansion via mouse
8950         * src/plugins/bogofilter/bogofilter.c
8951                 Use normal filtering way of moving
8952                 messages (batching), possibly fixing
8953                 bug #1015 (Bogofilter plugin doubles 
8954                 new messages)
8955
8956 2006-09-09 [wwp]        2.4.0cvs168
8957
8958         * src/prefs_filtering.c
8959                 better place for this fix.
8960
8961 2006-09-09 [wwp]        2.4.0cvs167
8962
8963         * src/prefs_filtering.c
8964                 fix a minor bug when the enabled status of a filtering/processing
8965                 rule always got set to TRUE when replacing this rule. That still
8966                 make sense when adding a new rule, but now when replacing, we
8967                 don't override the value of 'enabled'.
8968                 Also renamed the func prefs_filtering_list_view_get_rule_name()
8969                 to prefs_filtering_list_view_get_info() as this function not only
8970                 returns the name, but also the account_id and the enabled status.
8971
8972 2006-09-09 [mones]      2.4.0cvs166
8973
8974         * manual/glossary.xml
8975         * manual/plugins.xml
8976                 Minor format corrections
8977         * manual/gpl.xml
8978                 Fix misplaced NO WARRANTY section
8979         * manual/es/advanced.xml
8980         * manual/es/faq.xml
8981         * manual/es/glossary.xml
8982         * manual/es/gpl.xml
8983         * manual/es/handling.xml
8984         * manual/es/plugins.xml
8985         * manual/es/starting.xml
8986                 Incorporate changes from English version
8987         * manual/fr/ack.xml
8988         * manual/pl/ack.xml
8989         * manual/es/ack.xml
8990                 Fix address, (add translation credits in es version)
8991         * po/es.po
8992                 Updated translation
8993
8994 2006-09-09 [wwp]        2.4.0cvs165
8995
8996         * src/prefs_filtering.c
8997                 fix a crash when opening filtering prefs, if matcherrc file contains
8998                 broken data (non-existing account id, which is theoretically not
8999                 possible).
9000
9001 2006-09-08 [colin]      2.4.0cvs164
9002
9003         * src/folder.c
9004                 Wrong assert, make it an if()
9005         * src/gtk/gtksctree.c
9006                 Fix bug #1013 (expand selected thread 
9007                 tree) - expanding is now recursive
9008
9009 2006-09-07 [wwp]        2.4.0cvs163
9010
9011         * src/prefs_matcher.c
9012                 make better sentences about addressbook matching in the
9013                 matcher prefs. This should make translators' work easier
9014                 too.
9015
9016 2006-09-07 [wwp]        2.4.0cvs162
9017
9018         * src/prefs_filtering.c
9019                 code simplification (get rid of dup var. assignment).
9020
9021 2006-09-07 [wwp]        2.4.0cvs161
9022
9023         * src/summaryview.c
9024                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9025                 <fzzzzz@gmail.com>.
9026
9027 2006-09-07 [paul]       2.4.0cvs160
9028
9029         * src/mimeview.c
9030                 fix compilation warnings
9031                 Thanks to Colin
9032
9033 2006-09-07 [paul]       2.4.0cvs159
9034
9035         * src/mimeview.c
9036                 select the mimepart icon when
9037                 displaying as text
9038                 Thanks to Colin
9039
9040 2006-09-06 [paul]       2.4.0cvs158
9041
9042         * src/prefs_filtering.c
9043                 fix labels and table element spacing
9044                 Patch by Fabien Vantard
9045
9046 2006-09-06 [paul]
9047
9048         2.5.0-rc3 released
9049
9050 2006-09-06 [paul]       2.4.0cvs157
9051
9052         * manual/es/advanced.xml
9053                 fix typo
9054
9055 2006-09-06 [wwp]        2.4.0cvs156
9056
9057         * src/mainwindow.c
9058                 fix an dup launch issue when iconified, thanks to Colin.
9059
9060 2006-09-06 [wwp]        2.4.0cvs155
9061
9062         * src/gtk//gtksctree.h
9063                 oops, forgot that one!
9064
9065 2006-09-06 [wwp]        2.4.0cvs154
9066
9067         * manual/pl/advanced.xml
9068         * manual/advanced.xml
9069         * manual/es/advanced.xml
9070         * manual/fr/advanced.xml
9071         * src/prefs_customheader.c
9072         * src/prefs_filtering_action.c
9073         * src/foldersel.c
9074         * src/prefs_summaries.c
9075         * src/prefs_filtering.c
9076         * src/account.c
9077         * src/compose.c
9078         * src/prefs_summary_column.c
9079         * src/addr_compl.c
9080         * src/prefs_actions.c
9081         * src/prefs_folder_column.c
9082         * src/ssl_manager.c
9083         * src/prefs_template.c
9084         * src/prefs_display_header.c
9085         * src/prefs_common.h
9086         * src/prefs_matcher.c
9087         * src/prefs_common.c
9088         * src/prefs_toolbar.c
9089         * src/summaryview.c
9090         * src/folderview.c
9091         * src/gtk/gtksctree.c
9092         * src/gtk/pluginwindow.c
9093         * src/gtk/progressdialog.c
9094         * src/gtk/prefswindow.c
9095                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9096                 to make its meaning more obvious (all versions of the manual reflect
9097                 the change).
9098                 added an extra hidden option use_stripes_in_summary to allow
9099                 discarding these stripes in mainwindow's folder and message lists;
9100                 en and fr manuals only are OK towards this.
9101
9102 2006-09-06 [colin]      2.4.0cvs153
9103
9104         * src/textview.c
9105                 Hide Sylpheed-Claws' internal queue headers
9106                 when showing all headers. They'll be present
9107                 only in Source window.
9108
9109 2006-09-05 [colin]      2.4.0cvs152
9110
9111         * src/plugins/trayicon/trayicon.c
9112                 Fix crash at exit - we have to disconnect
9113                 our handlers
9114         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9115                 Update eggtrayicon - patch adapted from a
9116                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9117                 on Sylpheed's ML
9118
9119 2006-09-05 [colin]      2.4.0cvs151
9120
9121         * src/mainwindow.c
9122         * src/gtk/logwindow.c
9123                 Fix race condition when something writes
9124                 to the log too soon during init. Thanks
9125                 to Fabien Vantard
9126
9127 2006-09-05 [colin]      2.4.0cvs150
9128
9129         * src/mimeview.c
9130                 Don't select part on right-click either
9131
9132 2006-09-05 [paul]       2.4.0cvs149
9133
9134         * src/mimeview.c
9135                 completion of previous commit
9136                 Thanks to Colin
9137
9138 2006-09-05 [colin]      2.4.0cvs148
9139
9140         * src/mimeview.c
9141                 Don't force selection on middle-click, just open
9142
9143 2006-09-04 [colin]      2.4.0cvs147
9144
9145         * src/mimeview.c
9146                 Looks like gtk_notebook_set_current_page()
9147                 sometimes steals focus, and this annoys us
9148                 in MimeViewers as it renders navigation
9149                 keys useless. Take back focus after switching
9150                 pages.
9151
9152 2006-09-04 [colin]      2.4.0cvs146
9153
9154         * src/messageview.c
9155                 Set stop_loading when clicking on Next
9156                 during load. Don't add a callback to 
9157                 avoid over-complicating things.
9158
9159 2006-09-04 [colin]      2.4.0cvs145
9160
9161         * src/mimeview.c
9162         * src/messageview.c
9163                 Fix multiple loads in separate messageview
9164
9165 2006-09-04 [colin]      2.4.0cvs144
9166
9167         * src/summaryview.c
9168                 Let navigation keys be handled during 
9169                 load
9170
9171 2006-09-04 [colin]      2.4.0cvs143
9172
9173         * src/messageview.c
9174         * src/summaryview.c
9175         * src/textview.c
9176         * src/textview.h
9177                 Make loading of huge mails (lots of text and/or
9178                 images) cancellable, so the GUI doesn't block 
9179
9180 2006-09-04 [colin]      2.4.0cvs142
9181
9182         * src/plugins/trayicon/trayicon.c
9183                 Fix annoyance when removing a folder with 
9184                 unread mails: trayicon didn't update
9185
9186 2006-09-04 [paul]       2.4.0cvs141
9187
9188         * src/gtk/icon_legend.c
9189                 straighten up columns
9190                 Patch by Fabien Vantard
9191
9192 2006-09-04 [wwp]        2.4.0cvs140
9193
9194         * src/prefs_filtering.c
9195                 fix new line's account name in filtering prefs:
9196                 was "All", is now "(New)".
9197
9198 2006-09-04 [paul]       2.4.0cvs139
9199
9200         * tools/make.themes.project
9201                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9202                 instead of homebrewed "make release"
9203
9204 2006-09-03 [colin]      2.4.0cvs138
9205
9206         * src/folderview.c
9207                 Fix bug #1007 (Wrong folder highlighted)
9208
9209 2006-09-03 [colin]      2.4.0cvs137
9210
9211         * src/compose.c
9212                 Don't set Newsgroup: header to a mail folder
9213                 path
9214
9215 2006-09-03 [paul]       2.4.0cvs136
9216
9217         * src/prefs_other.c
9218         * src/prefs_spelling.c
9219                 unify the gui
9220
9221 2006-09-03 [paul]       2.4.0cvs135
9222
9223         * src/prefs_summaries.c
9224                 correct menu item text in prefs_keybind_apply_clicked()
9225
9226 2006-09-03 [paul]       2.4.0cvs134
9227
9228         * manual/advanced.xml
9229                 some improvements to the descriptions
9230         * src/mainwindow.c
9231         * src/messageview.c
9232         * src/summaryview.c
9233         * src/gtk/menu.c
9234                 fix menu sensitivity issues
9235         * src/prefs_message.c
9236                 drop the useless word 'short'
9237         * src/prefs_other.c
9238                 add the word 'lines' indicating log length
9239                 is a measure of lines
9240         * src/textview.c
9241                 fix compilation warnings
9242
9243 2006-09-02 [colin]      2.4.0cvs133
9244
9245         * src/messageview.c
9246                 Display a special return-receipt message
9247                 if the message is from the user
9248         * src/summaryview.c
9249                 Fix missing freeze of the list when marking
9250                 all read and unthreading for exec. Thanks
9251                 to Stephan Sachse.
9252
9253 2006-09-02 [paul]       2.4.0cvs132
9254
9255         * src/mainwindow.c
9256         * src/prefs_message.c
9257         * src/summaryview.c
9258                 fix some english
9259
9260 2006-09-02 [wwp]        2.4.0cvs131
9261
9262         * src/prefs_filtering.c
9263                 added an account name column to the filtering rules
9264                 dialog.
9265
9266 2006-09-02 [colin]      2.4.0cvs130
9267
9268         * src/gtk/logwindow.c
9269         * src/gtk/logwindow.h
9270                 Block scrolling if we're not at the end
9271                 of the log
9272
9273 2006-09-02 [colin]      2.4.0cvs129
9274
9275         * src/folder.c
9276                 Make sure account-specific rules can't
9277                 be used in {pre-,post-,}processing
9278         * src/mainwindow.c
9279         * src/gtk/logwindow.c
9280         * src/gtk/logwindow.h
9281                 Jump to last error when clicking on the
9282                 warning icon
9283
9284 2006-09-02 [colin]      2.4.0cvs128
9285
9286         * src/imap.c
9287         * src/import.c
9288         * src/mainwindow.c
9289         * src/mainwindow.h
9290                 Fix warning icon
9291         * src/inc.c
9292         * src/mbox.c
9293         * src/mbox.h
9294                 Let proc_mbox know its account, for
9295                 account-specific rules
9296
9297 2006-09-01 [colin]      2.4.0cvs127
9298
9299         * src/codeconv.c
9300                 Don't uselessly use iconv to convert from
9301                 us-ascii
9302         * src/alertpanel.c
9303         * src/mainwindow.c
9304         * src/mainwindow.h
9305         * src/inc.c
9306                 Fix certain log cases, disable warning icon
9307                 for now, the correct way to display it when
9308                 necessary and only when necessary is probably
9309                 to do it manually rather than use error logs
9310         * src/etpan/imap-thread.c
9311                 Clean up UID logging a bit
9312         * src/gtk/logwindow.c
9313         * src/gtk/logwindow.h
9314                 Make logging faster when the window's closed
9315
9316 2006-09-01 [wwp]        2.4.0cvs126
9317
9318         * manual/fr/account.xml
9319                 reflect changes to the ref. manual (parts of cvs72):
9320                 fix tabnames and quotes.
9321
9322 2006-09-01 [wwp]        2.4.0cvs125
9323
9324         * manual/fr/plugins.xml
9325                 reflect changes to the reference manual (cvs42):
9326                 update IRC channel info.
9327
9328 2006-09-01 [wwp]        2.4.0cvs124
9329
9330         * commitHelper
9331                 use CVSEDITOR env. var. if set, according to `man cvs`.
9332
9333 2006-09-01 [wwp]        2.4.0cvs123
9334
9335         * manual/advanced.xml
9336                 better sentence again (thanks to Paul).
9337
9338 2006-09-01 [wwp]        2.4.0cvs122
9339
9340         * manual/advanced.xml
9341         fix definition of toolbar_detachable and rework a bit the one of
9342         enable_dotted_lines.
9343
9344 2006-09-01 [mones]      2.4.0cvs121
9345
9346         * manual/advanced.xml
9347                 Document enable_dotted_lines
9348
9349 2006-09-01 [paul]       2.4.0cvs120
9350
9351         * src/folderview.c
9352         * src/folderview.h
9353         * src/imap.c
9354         * src/mainwindow.c
9355         * src/summaryview.c
9356                 obey the 'When entering folder...' option
9357                 when using the /View/Go to/... menu items
9358                 Thanks to Colin
9359
9360 2006-08-31 [colin]      2.4.0cvs119
9361
9362         * src/folderview.c
9363                 Revert 2.4.0cvs116, wrong fix.
9364
9365 2006-08-31 [colin]      2.4.0cvs118
9366
9367         * src/gtk/gtksctree.c
9368                 Better state the various copyrights
9369
9370 2006-08-31 [colin]      2.4.0cvs117
9371
9372         * src/prefs_common.c
9373                 fix enable_dotted_lines
9374
9375 2006-08-31 [colin]      2.4.0cvs116
9376
9377         * src/folderview.c
9378                 Use pref "Always open on select" when going
9379                 to next unread folder
9380         * src/gtk/gtksctree.c
9381                 Fix link failure to _gtk_clist_create_cell_layout
9382                 on certain computers. (Why not mine, I wonder)
9383
9384 2006-08-31 [colin]      2.4.0cvs115
9385
9386         * src/procmsg.c
9387         * src/textview.c
9388         * src/plugins/bogofilter/bogofilter.c
9389         * src/plugins/spamassassin/spamassassin.c
9390                 Requalify some "errors" to warnings
9391         * src/mainwindow.c
9392         * src/mainwindow.h
9393         * src/statusbar.c
9394                 Add an icon in the statusbar to notify
9395                 of errors
9396         * src/gtk/gtksctree.c
9397         * src/folderview.c
9398         * src/summaryview.c
9399                 Make the GtkSCTree look more modern by
9400                 alternating background lines
9401         * src/prefs_common.c
9402         * src/prefs_common.h
9403                 Add a pref to let people have the old
9404                 way if they prefer
9405
9406
9407 2006-08-30 [colin]      2.4.0cvs114
9408
9409         * src/procmsg.c
9410         * src/procmsg.h
9411                 Provide a way to filter a list of
9412                 messages in an optimised manner, and
9413                 add a list-filtering hook
9414         * src/folder.c
9415         * src/inc.c
9416         * src/mbox.c
9417                 Use the list filtering
9418         * src/plugins/bogofilter/bogofilter.c
9419                 Use the list-filtering hook
9420                 Use -b (bulk) mode for more speed
9421                 when learning and filtering
9422         * src/etpan/imap-thread.c
9423                 Make log output shorter in UID SEARCH
9424
9425
9426 2006-08-30 [colin]      2.4.0cvs113
9427
9428         * src/plugins/bogofilter/bogofilter.c
9429                 Really fast mass learning - thanks to David
9430                 Relson for the options explanations :)
9431
9432 2006-08-30 [colin]      2.4.0cvs112
9433
9434         * src/msgcache.c
9435                 Fix compilation on FreeBSD. Thanks
9436                 to Michael Hugues
9437
9438 2006-08-29 [colin]      2.4.0cvs111
9439
9440         * src/folderview.c
9441                 Handle "popup_menu" signal (for popping the 
9442                 menu via the keyboard)
9443         * src/mimeview.c
9444         * src/mimeview.h
9445         * src/summaryview.c
9446         * src/textview.c
9447         * src/gtk/gtkutils.c
9448         * src/gtk/gtkutils.h
9449                 Factorize scrolling code, and add an API 
9450                 for MimeViewers to handle scroll orders
9451
9452 2006-08-29 [wwp]        2.4.0cvs110
9453
9454         * src/plugins//bogofilter/bogofilter.c
9455         * src/plugins//spamassassin/spamassassin.c
9456                 make the bogofilter/spamassassin filtering error dialogs at
9457         incorporation obey to the "don't popup error dialog on
9458         receive error" option. If disabled, feed the log window w/
9459         the error message.
9460
9461 2006-08-29 [paul]
9462
9463         2.5.0-rc2 released
9464
9465 2006-08-29 [paul]       2.4.0cvs109
9466
9467         * Makefile.am
9468                 remove 'make release', it's not needed
9469                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9470
9471 2006-08-29 [paul]       2.4.0cvs108
9472
9473         * src/foldersel.c
9474         * src/summary_search.c
9475         * src/gtk/progressdialog.c
9476         * src/plugins/pgpcore/passphrase.c
9477                 replace deprecated gtk_window_set_policy()
9478
9479 2006-08-29 [colin]      2.4.0cvs107
9480
9481         * src/folder.c
9482                 Fix data loss when copy fails during a move:
9483                 only use fast remove_msgs if everything was
9484                 copied OK; else use slow remove_msg on the
9485                 mails that got copied only.
9486
9487 2006-08-28 [paul]       2.4.0cvs106
9488
9489         * src/mh.c
9490                 revert change in 2.4.0cvs104, it breaks
9491                 stuff
9492
9493 2006-08-28 [paul]       2.4.0cvs105
9494
9495         * src/plugins/spamassassin/spamassassin.c
9496                 english fix
9497
9498 2006-08-28 [paul]       2.4.0cvs104
9499
9500         * src/mh.c
9501                 fix data loss when moving to another
9502                 mailbox fails
9503         * src/prefs_spelling.c
9504                 improve the english
9505         * src/gtk/pluginwindow.c
9506                 improve the layout of the dialog text
9507         All thanks to Colin
9508
9509 2006-08-28 [paul]       2.4.0cvs103
9510
9511         * src/plugins/bogofilter/bogofilter.c
9512         * src/plugins/bogofilter/bogofilter_gtk.c
9513                 fix english up a bit, innit
9514
9515 2006-08-28 [paul]       2.4.0cvs102
9516
9517         * configure.ac
9518         * po/Makefile.in.in
9519         * po/Makevars
9520                 require autoconf 2.60, enabling building
9521                 with gettext 0.15 (gettext 0.14.x build still
9522                 possible). Replace Makefiles with versions
9523                 from gettext 0.15.
9524                 Remove configure options --with-localedir and
9525                 --with-mandir. The options that are provided
9526                 directly by autoconf 2.60 can be used instead:
9527                 --mandir --localedir
9528
9529 2006-08-27 [colin]      2.4.0cvs101
9530
9531         * src/plugins/bogofilter/Makefile.am
9532                 Fix make dist (no README)
9533
9534 2006-08-27 [colin]      2.4.0cvs100
9535
9536         * src/folder.c
9537                 Don't use F_UNKNOWN folders for any default
9538                 outbox/trash/etc
9539         * src/plugins/bogofilter/bogofilter.c
9540         * src/plugins/bogofilter/bogofilter.h
9541         * src/plugins/bogofilter/bogofilter_gtk.c
9542                 Add an option to specify the path to bogofilter
9543                 Use single-quotes to be able to learn in folders
9544                 with spaces in their names
9545                 Verify learning status
9546
9547 2006-08-27 [colin]      2.4.0cvs99
9548
9549         * manual/faq.xml
9550         * manual/plugins.xml
9551                 Document Bogofilter plugin
9552
9553 2006-08-27 [colin]      2.4.0cvs98
9554
9555         * src/compose.c
9556         * src/messageview.c
9557         * src/procmsg.c
9558         * src/procmsg.h
9559                 When possible, copy the queued mail to sent folder
9560                 instead of re-adding. Much faster on IMAP.
9561
9562 2006-08-27 [colin]      2.4.0cvs97
9563
9564         * src/msgcache.c
9565                 Disable mmaped caches - huge metadata loss
9566                 here after a power failure.
9567         * src/summaryview.c
9568                 Add quicksearch timing
9569         * src/common/plugin.c
9570         * src/common/plugin.h
9571                 Implement an interface to tell what plugins
9572                 provide. Prevent loading of similar plugins.
9573         * src/plugins/clamav/clamav_plugin.c
9574         * src/plugins/demo/demo.c
9575         * src/plugins/dillo_viewer/dillo_viewer.c
9576         * src/plugins/pgpcore/plugin.c
9577         * src/plugins/pgpinline/pgpinline.c
9578         * src/plugins/pgpmime/pgpmime.c
9579         * src/plugins/spamassassin/spamassassin.c
9580         * src/plugins/trayicon/trayicon.c
9581                 Implement plugin_provides()
9582
9583 2006-08-27 [colin]      2.4.0cvs96
9584
9585         * configure.ac
9586         * src/plugins/Makefile.am
9587         * src/plugins/bogofilter/.cvsignore
9588         * src/plugins/bogofilter/Makefile.am
9589         * src/plugins/bogofilter/bogofilter.c
9590         * src/plugins/bogofilter/bogofilter.h
9591         * src/plugins/bogofilter/bogofilter_gtk.c
9592                 New Bogofilter plugin, provides filtering and
9593                 learning. Spamassassin will go to extra plugins.
9594
9595 2006-08-26 [mones]      2.4.0cvs95
9596
9597         * manual/handling.xml
9598                 Fix subfolder path in the example (thanks to Paul) 
9599
9600 2006-08-26 [mones]      2.4.0cvs94
9601
9602         * manual/glossary.xml
9603                 2.2. + add ISP to the glossary
9604                 7.5. + Add UIDL to glossary
9605                 7.7. + Add TCP to glossary
9606         * manual/handling.xml
9607                 7.1. + Mentions GNU/Linux distribution, what about the non...
9608                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9609                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9610                 7.4. = Use appropriate quotation for commands
9611                 7.6. = change "" to <quote></quote>
9612         * manual/plugins.xml
9613                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9614         * manual/starting.xml
9615                 2.1. + local mbox file: some examples of mbox file locations...
9616                 Also reformatted files requiring it
9617
9618 2006-08-26 [wwp]        2.4.0cvs93
9619
9620         * src/summary_search.c
9621                 disable find buttons while summary search is running.
9622
9623 2006-08-25 [colin]      2.4.0cvs92
9624
9625         * src/folder.c
9626         * src/folderutils.c
9627         * src/mh.c
9628         * src/procmsg.h
9629         * src/summaryview.c
9630                 Speed up MH moving, and add progressbar
9631                 for MH deletion
9632         * src/msgcache.c
9633                 Write cache files using mmap() too
9634
9635 2006-08-25 [wwp]        2.4.0cvs91
9636
9637         * src/summaryview.c
9638                 switch spam<->ham button when a message has been marked as spam or ham
9639                 and is still selected. Thanks to Colin.
9640
9641 2006-08-25 [paul]       2.4.0cvs90
9642
9643         * src/Makefile.am
9644         * src/stock_pixmap.c
9645         * src/stock_pixmap.h
9646         * src/summaryview.c
9647         * src/gtk/icon_legend.c
9648         * src/pixmaps/copied.xpm
9649         * src/pixmaps/moved.xpm
9650                 add icons for delayed execution marked for
9651                 copying, marked for moving
9652
9653 2006-08-25 [mones]      2.4.0cvs89
9654
9655         * manual/glossary.xml
9656                 Fix the other glossary items:
9657                 5.1. = Inmmediate execution -> <quote>immediate execution...
9658                 5.2. = Fix MBOX capitalization -> Mbox
9659                 5.3. + Improve Plugins def. w/ tech. ref.
9660                 5.4. = Quotation -> replace '>' by <quote>></quote>
9661                 5.5. - SMTP Server. -> remove dot
9662         * po/es.po
9663                 Updated translation
9664
9665 2006-08-25 [mones]      2.4.0cvs88
9666
9667         * manual/ack.xml
9668                 Reformatted, changed email address
9669         * manual/glossary.xml
9670                 Reformatted, fixed MANUAL-TODO items:
9671                 8.2. + add ROT-13 to glossary
9672                 8.4. + add URL to glossary
9673         * manual/es/advanced.xml
9674                 Fixed <literal>s
9675
9676 2006-08-25 [paul]       2.4.0cvs87
9677
9678         * src/gtk/icon_legend.c
9679                 add 'marked for deletion' icon
9680                 arrange icons by containing column
9681                 wrap long label text
9682
9683 2006-08-25 [colin]      2.4.0cvs86
9684
9685         * src/common/utils.c
9686         * src/common/utils.h
9687                 Add the sc_g_*list_bigger functions in
9688                 a place everyone can use it
9689         * src/summaryview.c
9690                 Only freeze/thaw the list when working
9691                 on the selection, if it's bigger than 1
9692         * src/gtk/gtksctree.c
9693                 Only freeze/thaw the list when unselec-
9694                 ting 'all' if ('all' != 1)
9695                 This avoids some flickering
9696
9697 2006-08-24 [colin]      2.4.0cvs85
9698
9699         * src/addressbook.c
9700                 Fix strange list selection
9701                 Fix random seg (Invalid read of freed memory)
9702
9703 2006-08-24 [colin]      2.4.0cvs84
9704
9705         * src/alertpanel.c
9706         * src/gtk/inputdialog.c
9707         * src/plugins/pgpcore/passphrase.c
9708                 Revert minimal width patch of 2.4.0cvs67,
9709                 as it is also a maximal width. Use 
9710                 gtk_window_set_default_size instead.
9711
9712 2006-08-24 [colin]      2.4.0cvs83
9713
9714         * src/msgcache.c
9715                 Write cache/mark to temp files before
9716                 overwriting old ones (avoids metadata
9717                 loss if writing the new files fail).
9718                 Use mmap() to read cache/mark file, as
9719                 this makes cache reading faster. Dis-
9720                 abled for big-endian machines until it
9721                 can be tested. (Big-endian users: set
9722                 msgcache_use_mmap = TRUE in the relevant
9723                 #if).
9724         * src/procmsg.h
9725                 Move rarely used fields of MsgInfo in 
9726                 another structure, which will only be
9727                 allocated if needed. Face, X-Face,
9728                 Return receipt headers and List-*
9729                 headers are moved. Mails having none
9730                 of these occupy 52 bytes less with
9731                 this patch, which makes 2.5MB of RAM
9732                 saved on a 50k folder).
9733         * src/headerview.c
9734         * src/mainwindow.c
9735         * src/messageview.c
9736         * src/partial_download.c
9737         * src/procheader.c
9738         * src/procmsg.c
9739         * src/textview.c
9740                 Follow this structure change.
9741
9742 2006-08-24 [wwp]        2.4.0cvs82
9743
9744         * manual/es/.cvsignore
9745         * manual/es/dist/.cvsignore
9746         * manual/es/dist/html/.cvsignore
9747         * manual/es/dist/pdf/.cvsignore
9748         * manual/es/dist/ps/.cvsignore
9749         * manual/es/dist/txt/.cvsignore
9750                 more (generated) files to ignore.
9751
9752 2006-08-24 [colin]      2.4.0cvs81
9753
9754         * src/folder.c
9755         * src/mh.c
9756                 Fix possible problems with local delivery. Check the folder doesn't
9757                 need scan before setting its mtime when saving cache (which can be
9758                 done long after the folder's been modified by an external process);
9759                 Check that the stored item's mtime didn't change in mh functions.
9760
9761 2006-08-24 [mones]      2.4.0cvs80
9762
9763         * manual/advanced.xml
9764                 Rewrapping, some fixes and MANUAL-TODO items:
9765                 8.1. = change "" to <quote></quote>
9766                 8.3. = quote menu items
9767                 8.5. - deploying -> new user ... ideally a new user (redundant)
9768
9769 2006-08-23 [colin]      2.4.0cvs79
9770
9771         * src/gtk/gtksctree.c
9772                 When selecting or deselecting range, only
9773                 freeze/thaw when selection is bigger than 10
9774
9775 2006-08-23 [colin]      2.4.0cvs78
9776
9777         * src/messageview.c
9778         * src/mimeview.c
9779         * src/mimeview.h
9780         * src/plugins/dillo_viewer/dillo_viewer.c
9781                 Provide an API for MimeViewer plugins to
9782                 return a text selection for replying
9783
9784 2006-08-23 [colin]      2.4.0cvs77
9785
9786         * src/image_viewer.c
9787         * src/textview.c
9788                 Use gtk_pixbuf_new_from_file_at_scale(), which
9789                 is faster than getting the pixbuf then resizing
9790                 it.
9791
9792 2006-08-23 [colin]      2.4.0cvs76
9793
9794         * src/procmime.c
9795                 UTF-8 should be sent Quoted-printable
9796
9797 2006-08-22 [colin]      2.4.0cvs75
9798
9799         * src/mh.c
9800                 Check if scan is required before touching
9801                 the folder (or it'll be required every time)
9802
9803 2006-08-22 [colin]      2.4.0cvs74
9804
9805         * configure.ac
9806                 Require libetpan 0.46 (crasher fix when built
9807                 against gnutls)
9808
9809 2006-08-22 [colin]      2.4.0cvs73
9810
9811         * src/folder.c
9812                 Set folder's mtime after writing its
9813                 cache
9814         * src/folderview.c
9815                 Add some timing
9816         * src/procmsg.c
9817                 Don't do useless stuff if we don't 
9818                 thread by subject
9819         * src/summaryview.c
9820                 Add some timing, don't deselect prior
9821                 to selecting (gtksctree does it itself),
9822                 remove crash avoidance hacks as it's been
9823                 properly fixed since a while
9824         * src/common/utils.c
9825                 Optimize to_human_readable(): _() is slow,
9826                 do it only once, and avoid %f format for KB
9827                 (the most common in a summaryview)
9828         * src/gtk/gtksctree.c
9829                 Don't uselessly freeze/thaw (fixes flicker
9830                 on next unread and friends), reduce number
9831                 of g_list_nth/g_list_position where possible
9832         * src/gtk/gtkutils.c
9833         * src/gtk/gtkutils.h
9834                 Reduce number of g_list_nth/g_list_position
9835                 where possible.
9836                 All of this makes loading as 70k folder 2.1
9837                 seconds instead of 3.2 (with hot FS caches).
9838                 (1.3 seconds without Date and Size columns...)
9839
9840 2006-08-22 [paul]       2.4.0cvs72
9841
9842         wrap documents and do some items from mones' MANUAL-TODO:
9843
9844         * manual/account.xml
9845                 4.1. = fix tabname references to <quote>tabname</quote>
9846                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9847         * manual/faq.xml
9848                 1.1. = mentioned options don't match UI
9849                 Add information about the 'Never send Return Receipts'
9850                 option
9851         * manual/handling.xml
9852                 6.2. = Mentions Extended symbols button, but now is
9853                 named Information
9854                 6.3. = Mentions ... button, which is now Edit
9855
9856 2006-08-22 [colin]      2.4.0cvs71
9857
9858         * src/gtk/pluginwindow.c
9859                 Fix layout in verbose translations (such
9860                 as french)
9861
9862 2006-08-22 [paul]       2.4.0cvs70
9863
9864         * manual/Makefile.am
9865                 build manuals in alphabetical order
9866         * src/addressbook.c
9867         * src/prefs_themes.c
9868                 replace/remove deprecated symbols
9869         * src/gtk/gtkutils.c
9870                 fix a warning
9871         * src/gtk/pluginwindow.c
9872                 replace deprecated symbol
9873                 replace label text and move it
9874         * src/plugins/pgpcore/prefs_gpg.c
9875                 move the 'Generate...' button out of the
9876                 Sign Key frame, replace the English used
9877         * src/plugins/pgpcore/sgpgme.c
9878                 fixes to the English
9879
9880 2006-08-21 [colin]      2.4.0cvs69
9881
9882         * src/plugins/trayicon/trayicon.c
9883                 Add more strings for translation; patch
9884                 by Pawel
9885
9886 2006-08-21 [colin]      2.4.0cvs68
9887
9888         * src/compose.c
9889                 fix replied flag not set after drafting
9890         * src/matcher.c
9891                 fix body quicksearch in non-encoded bodies
9892                 containing '='
9893         * src/msgcache.c
9894                 Get rid of the g_malloc workaround for
9895                 corrupted caches, use g_try_malloc
9896
9897 2006-08-21 [colin]      2.4.0cvs67
9898
9899         * src/alertpanel.c
9900         * src/gtk/inputdialog.c
9901         * src/plugins/pgpcore/passphrase.c
9902                 Set minimal width to 375
9903         * src/mainwindow.c
9904                 Fix switching to offline, asking if it 
9905                 should be overriden for synchronising
9906         * src/mimeview.c
9907                 Don't offer to remember command on Open 
9908                 with for text parts, as the browser or 
9909                 text editor command isn't changed from 
9910                 there
9911
9912 2006-08-20 [paul]       2.4.0cvs66
9913
9914         * po/ko.po
9915         * po/zh_CN.po
9916                 fix plural form errors. revealed by stricter
9917                 checking of gettext 0.15
9918
9919 2006-08-18 [paul]       2.4.0cvs65
9920
9921         * src/stock_pixmap.c
9922                 fix the fix of 2.4.0cvs64
9923                 Thanks to Colin
9924
9925 2006-08-18 [paul]       2.4.0cvs64
9926
9927         * src/stock_pixmap.c
9928                 fix leaks
9929                 Thanks to Colin
9930
9931 2006-08-18 [paul]       2.4.0cvs63
9932
9933         * src/compose.c
9934         * src/procmsg.c
9935                 fix occasional IMAP bug where large msgs
9936                 were left in the queue folder after sending
9937                 Thanks to Colin
9938
9939 2006-08-18 [paul]       2.4.0cvs62
9940
9941         * src/folderview.c
9942                 freeze the summaryview while quicksearch results
9943                 are displayed
9944                 (fixes bug 456 'current message is hidden when the
9945                 view is refreshed and extended search is "unread 
9946                 messages"')
9947                 Thanks to Colin
9948         * src/textview.c
9949                 add missing #include "inputdialog.h"
9950         * src/common/utils.h
9951                 add missing mailcap_update_default() and improve
9952                 readability
9953
9954 2006-08-17 [colin]      2.4.0cvs61
9955
9956         * src/plugins/pgpcore/select-keys.c
9957                 Fix warnings :)
9958
9959 2006-08-17 [colin]      2.4.0cvs60
9960
9961         * src/compose.c
9962                 Don't continue queuing if Cancel is clicked
9963                 in select-keys
9964
9965 2006-08-17 [colin]      2.4.0cvs59
9966
9967         * src/plugins/pgpcore/select-keys.c
9968                 When encrypting, if only one key matches and it 
9969                 matches exactly, automatically use it.
9970
9971 2006-08-17 [colin]      2.4.0cvs58
9972
9973         * src/mimeview.c
9974         * src/prefs_common.c
9975         * src/prefs_common.h
9976         * src/prefs_ext_prog.c
9977         * src/textview.c
9978                 Fix issues with previous patch (text/html)
9979                 Remove outdated prefs
9980
9981 2006-08-17 [colin]      2.4.0cvs57
9982
9983         * src/imap.c
9984                 Add View Log button on auth error
9985         * src/procmsg.c
9986                 Fix encrypted mail marked as new when
9987                 saved in normal folders
9988         * src/plugins/pgpinline/pgpinline.c
9989                 Fix encrypt bug on IMAP
9990         * src/mimeview.c
9991         * src/common/utils.c
9992         * src/common/utils.h
9993         * src/gtk/inputdialog.c
9994         * src/gtk/inputdialog.h
9995                 Get rid of metamail stuff, simplify
9996                 opening, and allow remembering of user's
9997                 choices (by updating ~/.mailcap). There's
9998                 still to drop "Audio player" and "Image
9999                 viewer" preferences.
10000
10001 2006-08-17 [mones]      2.4.0cvs56
10002
10003         * manual/es/sylpheed-claws-manual.xml
10004                 fix DTD path
10005
10006 2006-08-17 [mones]      2.4.0cvs55
10007
10008         * configure.ac
10009         * manual/Makefile.am
10010         * manual/es/Makefile.am
10011         * manual/es/account.xml
10012         * manual/es/ack.xml
10013         * manual/es/addrbook.xml
10014         * manual/es/advanced.xml
10015         * manual/es/faq.xml
10016         * manual/es/glossary.xml
10017         * manual/es/gpl.xml
10018         * manual/es/handling.xml
10019         * manual/es/intro.xml
10020         * manual/es/keyboard.xml
10021         * manual/es/plugins.xml
10022         * manual/es/starting.xml
10023         * manual/es/sylpheed-claws-manual.xml
10024         * manual/es/dist/Makefile.am
10025         * manual/es/dist/html/Makefile.am
10026         * manual/es/dist/pdf/Makefile.am
10027         * manual/es/dist/ps/Makefile.am
10028         * manual/es/dist/txt/Makefile.am
10029                 Spanish translation for the manual
10030
10031 2006-08-16 [colin]      2.4.0cvs54
10032
10033         * src/compose.c
10034         * src/main.c
10035         * src/mainwindow.c
10036                 Fix send button sensitivity at startup
10037                 Set send menu sensitivity (patch by Fabien)
10038         * src/ssl_manager.c
10039                 Enable closing with esc (patch by Fabien)
10040         * src/gtk/foldersort.c
10041                 Enable closing with esc (patch by Fabien)
10042         * src/procmime.c
10043                 Optimisation (no need to copy to tempfile to
10044                 "decode" 7bit and 8bit)
10045         * src/summaryview.c
10046                 Fix cruft in swap_from case
10047         * src/textview.c
10048                 Fix missing last line in some mail cases 
10049                 (Fixes debian #381872)
10050         * src/plugins/pgpcore/prefs_gpg.c
10051         * src/plugins/pgpcore/sgpgme.c
10052         * src/plugins/pgpcore/sgpgme.h
10053                 Don't show "no key found" when user explicitely
10054                 wants to create a key
10055
10056 2006-08-16 [paul]       2.4.0cvs53
10057
10058         * configure.ac
10059         * src/account.c
10060         * src/addressbook.c
10061         * src/headerview.c
10062         * src/prefs_account.c
10063         * src/prefs_message.c
10064         * src/gtk/gtkutils.c
10065                 bump up minimum required versions of GTK+ and
10066                 GLIB to 2.6.0
10067
10068 2006-08-16 [paul]       2.4.0cvs52
10069
10070         * src/toolbar.c
10071                 workaround GTK+ Bug 351600 - 'Can't re-click
10072                 on button after sensitivity update'
10073                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10074                 Thanks to Colin
10075
10076 2006-08-15 [colin]      2.4.0cvs51
10077
10078         * src/plugins/pgpcore/prefs_gpg.c
10079                 Set options sensitivity according to
10080                 key existence
10081         * src/plugins/pgpcore/sgpgme.c
10082                 Allow to create key with no passphrase
10083
10084 2006-08-14 [cleroy]     2.4.0cvs50
10085
10086         * src/gtk/pluginwindow.c
10087                 New layout (maybe to be changed?)
10088         * src/gtk/gtkutils.c
10089                 Fix a bit label_window
10090         * src/plugins/pgpcore/passphrase.c
10091         * src/plugins/pgpcore/passphrase.h
10092         * src/plugins/pgpcore/plugin.c
10093         * src/plugins/pgpcore/prefs_gpg.c
10094         * src/plugins/pgpcore/prefs_gpg.h
10095         * src/plugins/pgpcore/sgpgme.c
10096         * src/plugins/pgpcore/sgpgme.h
10097                 Allow to create a PGP private key via the GUI
10098
10099 2006-08-14 [wwp]        2.4.0cvs49
10100
10101         * src/addressbook_foldersel.c
10102                 fix strict ISO C90 compliance.
10103
10104 2006-08-14 [paul]       2.4.0cvs48
10105
10106         * src/gtk/prefswindow.c
10107                 re-set scrolled window on opening
10108                 Patch by Ticho
10109
10110 2006-08-14 [paul]
10111
10112         2.5.0-rc1 released
10113
10114 2006-08-14 [paul]       2.4.0cvs47
10115
10116         * src/prefs_display_header.c
10117                 re-enable user-defined Displayed Headers
10118
10119 2006-08-14 [paul]       2.4.0cvs46
10120
10121         * src/prefs_account.c
10122                 use GTK_STOCK_EDIT
10123
10124 2006-08-13 [colin]      2.4.0cvs45
10125
10126         * src/common/utils.c
10127                 Fix "a" in quote when the original message is empty,
10128                 by using \0 instead of 'a' to test writability of
10129                 temp files.
10130
10131 2006-08-13 [wwp]        2.4.0cvs44
10132
10133         * src/plugins/spamassassin/spamassassin.c
10134                 fix capitalization of "SpamAssassin" in some debug, log and
10135                 dialog messages.
10136
10137 2006-08-13 [paul]       2.4.0cvs43
10138
10139         * src/editldap.c
10140                 fix overlapping widgets
10141         * src/prefs_account.c
10142                 fix translation of protocol_names[]
10143                 fix label disappearing off the edge of the
10144                 visible area
10145
10146 2006-08-12 [paul]       2.4.0cvs42
10147
10148         * manual/plugins.xml
10149                 update IRC channel info before it gets forgotten
10150                 about
10151
10152 2006-08-11 [colin]      2.4.0cvs41
10153
10154         * src/compose.c
10155         * src/mainwindow.c
10156         * src/mainwindow.h
10157         * src/procmsg.c
10158         * src/procmsg.h
10159         * src/summaryview.c
10160         * src/toolbar.c
10161                 Grey out the Send button if
10162                 - Queue folders are empty, or
10163                 - We're sending already
10164
10165 2006-08-11 [wwp]        2.4.0cvs40
10166
10167         * src/main.c
10168                 fix a logic issue when quitting while a compose window is
10169                 still open, thanks to Colin.
10170
10171 2006-08-10 [colin]      2.4.0cvs39
10172
10173         * src/main.c
10174                 Fix default font size setting after wizard run
10175         * src/imap.c
10176         * src/etpan/imap-thread.c
10177         * src/etpan/imap-thread.h
10178                 Fix bug #999 (Timing out on TSL cert validation 
10179                 dialog makes ugly things happen). Also, STARTTLS
10180                 unconditionnaly if initial capabilities contain
10181                 LOGINDISABLED and STARTTLS.
10182
10183 2006-08-09 [colin]      2.4.0cvs38
10184
10185         * src/mainwindow.c
10186         * src/mainwindow.h
10187                 Fix Tools/Actions sensitivity when there are
10188                 no actions
10189
10190 2006-08-09 [colin]      2.4.0cvs37
10191
10192         * src/prefs_filtering.c
10193                 Warning fix, patch by Paul
10194         * src/messageview.c
10195         * src/prefs_actions.c
10196         * src/prefs_filtering_action.c
10197         * src/prefs_matcher.c
10198                 Uniformisation of "Info ..." to "Info..." (for
10199                 old gtk), patch by Fabien
10200         * src/plugins/clamav/clamav_plugin_gtk.c
10201                 Sensitivity fix by Fabien
10202
10203 2006-08-09 [colin]      2.4.0cvs36
10204
10205         * src/main.c
10206         * src/main.h
10207                 Add a function to know whether we're exiting
10208         * src/plugins/trayicon/trayicon.c
10209                 If exiting, don't do anything. Faster, and
10210                 avoids gtk_main_iteration reentracy causing
10211                 segfaults at exit
10212
10213 2006-08-09 [colin]      2.4.0cvs35
10214
10215         * src/messageview.c
10216         * src/mimeview.c
10217         * src/mimeview.h
10218                 Fix lack of part selection when automatically 
10219                 jumping to a specific part
10220         * src/msgcache.c
10221                 Little optimisation in cache reading
10222
10223 2006-08-09 [colin]      2.4.0cvs34
10224
10225         * src/compose.c
10226                 Fix crash setting the priority on reedit
10227                 (Accessing compose before creating it!)
10228
10229 2006-08-08 [colin]      2.4.0cvs33
10230
10231         * src/procmime.c
10232                 Fix bug #998 (last attachment is not accessible)
10233                 Bad RFC interpretation on multipart close-delimiters
10234         * src/mimeview.c
10235         * src/mimeview.h
10236         * src/gtk/gtkvscrollbutton.c
10237         * src/gtk/gtkvscrollbutton.h
10238                 Make attachments list wheel-scrollable
10239
10240 2006-08-07 [colin]      2.4.0cvs32
10241
10242         * src/gtk/gtkaspell.c
10243                 Fix bug #973 (Unicode punctation characters 
10244                 are not recognized as separators by the
10245                 spell checker); fix unsigned stuff
10246
10247 2006-08-07 [colin]      2.4.0cvs31
10248
10249         * src/compose.c
10250                 Fix bug #956 (DnD text with accents in compose 
10251                 text entry); fix gccc's signed/unsigned fuss
10252
10253 2006-08-06 [colin]      2.4.0cvs30
10254
10255         * src/main.c
10256                 Fix bug #979 (Plugin crashes when exiting 
10257                 sylpheed-claws) : handle exit request only 
10258                 once
10259
10260 2006-08-05 [colin]      2.4.0cvs29
10261
10262         * src/news.c
10263                 Just make sure we have a msgid.
10264
10265 2006-08-05 [colin]      2.4.0cvs28
10266
10267         * src/news.c
10268         * src/summaryview.c
10269                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10270                 by reimplementing it
10271         * src/textview.c
10272                 Fix bug when hiding quotes with level > 3 and quote
10273                 colors are recycled
10274
10275 2006-08-04 [colin]      2.4.0cvs27
10276
10277         * src/compose.c
10278         * src/undo.c
10279         * src/undo.h
10280                 Fix a bit replace-by-pasting undo
10281         * src/mainwindow.c
10282         * src/messageview.c
10283                 Fix Fold quotes menu synchro in
10284                 mainwindow when it changes in 
10285                 messageview
10286         * src/textview.c
10287                 Fix right-click on quotes blocks
10288         * src/common/utils.c
10289                 Verify that the file created by
10290                 my_tmpfile() is writable. Fixes
10291                 bug #988 (very specific filesystem
10292                 issue)
10293         * src/plugins/pgpcore/sgpgme.c
10294                 Fix file descriptor leak
10295         * src/plugins/spamassassin/spamassassin.c
10296                 Warn once if spamd isn't reachable
10297
10298 2006-08-04 [colin]      2.4.0cvs26
10299
10300         * src/toolbar.c
10301                 i18n context patch by Fabien
10302
10303 2006-08-03 [colin]      2.4.0cvs25
10304
10305         * src/mainwindow.c
10306         * src/messageview.c
10307                 Rename "Hide quotes" to "Fold quotes"
10308         * src/textview.c
10309                 Don't use hand cursor on quotes. "all 
10310                 the bonuses of the feature and none of 
10311                 unwelcome side-effects"
10312
10313 2006-08-03 [colin]      2.4.0cvs24
10314
10315         * AUTHORS
10316         * sylpheed-claws.desktop
10317         * src/gtk/authors.h
10318                 Bring the desktop file to XDG compliance
10319                 Patch by Charles A. Edwards
10320
10321 2006-08-03 [colin]      2.4.0cvs23
10322
10323         * src/textview.c
10324                 Fix links offset when they are preceded
10325                 by accentued chars (g_utf8_strlen!)
10326         * src/mainwindow.c
10327                 Fix wrong status when starting offline
10328
10329
10330 2006-08-03 [wwp]        2.4.0cvs22
10331
10332         * src/prefs_common.h
10333                 ask what to do w/ filtering rules that belong to an account when
10334                 applying filtering rules manually from the main window (skip,
10335                 apply regardless of the account, use current account). This dialog
10336                 can be skipped and the last reply used.
10337                 (forgot that file)
10338
10339 2006-08-03 [wwp]        2.4.0cvs21
10340
10341         * src/filtering.c
10342         * src/filtering.h
10343         * src/prefs_common.c
10344         * src/summaryview.c
10345         * src/alertpanel.c
10346         * src/alertpanel.h
10347         * src/messageview.c
10348                 ask what to do w/ filtering rules that belong to an account when
10349                 applying filtering rules manually from the main window (skip,
10350                 apply regardless of the account, use current account). This dialog
10351                 can be skipped and the last reply used.
10352
10353
10354 2006-08-03 [colin]      2.4.0cvs20
10355
10356         * src/textview.c
10357                 Optimize previous patch
10358
10359 2006-08-03 [cleroy]     2.4.0cvs19
10360
10361         * src/textview.c
10362                 Fix quotes getting toggled back when the
10363                 mail has an even number of text parts
10364
10365 2006-08-02 [colin]      2.4.0cvs18
10366
10367         * src/messageview.c
10368                 Add Hide quotes menu
10369
10370 2006-08-02 [colin]      2.4.0cvs17
10371
10372         * src/mainwindow.c
10373         * src/prefs_common.c
10374         * src/textview.c
10375         * src/textview.h
10376         * src/gtk/about.c
10377                 Allow per-level quote hiding,
10378                 Allow toggling quotes by double-clicking them
10379                 Rename RemoteURI to ClickableText to reflect
10380                 the fact it's used for a variety of things
10381
10382 2006-08-02 [wwp]        2.4.0cvs16
10383
10384         * src/mainwindow.c
10385                 fix "View/Hide quotes" menu item status initialization.
10386
10387 2006-08-02 [wwp]        2.4.0cvs15
10388
10389         * src/matcher_parser_parse.y
10390                 remove a debug trace.
10391
10392 2006-08-02 [paul]       2.4.0cvs14
10393
10394         * src/plugins/pgpcore/passphrase.c
10395                 don't set initial dialog size
10396                 make it resizable
10397
10398 2006-08-02 [paul]       2.4.0cvs13
10399
10400         * src/noticeview.c
10401                 remove the rogue '/' character
10402
10403 2006-08-02 [paul]       2.4.0cvs12
10404
10405         * src/noticeview.c
10406                 allow buttons to resize as necessary
10407
10408 2006-08-01 [wwp]        2.4.0cvs11
10409
10410         * src/mbox.c
10411                 fix strict ISO C90 compliance.
10412
10413 2006-08-01 [wwp]        2.4.0cvs10
10414
10415         * tools/update-po
10416                 updated update-po tool to work w/ context-dependent translations.
10417                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10418
10419 2006-08-01 [wwp]        2.4.0cvs9
10420
10421         * src/matcher.c
10422         * src/prefs_filtering.c
10423         * src/prefs_matcher.c
10424                 allow context-dependent translations for "All",
10425                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10426
10427 2006-07-31 [colin]      2.4.0cvs8
10428
10429         * AUTHORS
10430         * src/gtk/authors.h
10431                 Add Rafal to authors
10432
10433 2006-07-31 [colin]      2.4.0cvs7
10434
10435         * src/compose.c
10436         * src/mainwindow.c
10437         * src/messageview.h
10438         * src/prefs_common.c
10439         * src/prefs_common.h
10440         * src/textview.c
10441                 Add 'View/Hide quotes'. Patch based on a patch
10442                 by Rafal Weglarz
10443
10444 2006-07-31 [colin]      2.4.0cvs6
10445
10446         * src/action.c
10447                 Fix problem with "> stuff >" actions
10448
10449 2006-07-31 [paul]       2.4.0cvs5
10450
10451         * po/nb.po
10452                 updated by Geir Helland
10453
10454 2006-07-31 [wwp]        2.4.0cvs4
10455
10456         * src/mainwindow.c
10457         * src/summaryview.c
10458         * src/summaryview.h
10459                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10460                 thanks to Colin.
10461
10462 2006-07-31 [wwp]        2.4.0cvs3
10463
10464         * src/Makefile.am
10465         * src/addr_compl.c
10466         * src/addr_compl.h
10467         * src/addressbook.c
10468         * src/addressbook.h
10469         * src/addressbook_foldersel.c
10470         * src/addressbook_foldersel.h
10471         * src/addrindex.c
10472         * src/addrindex.h
10473         * src/matcher.c
10474         * src/matcher.h
10475         * src/matcher_parser_lex.l
10476         * src/matcher_parser_parse.y
10477         * src/prefs_common.c
10478         * src/prefs_common.h
10479         * src/prefs_filtering.c
10480         * src/prefs_matcher.c
10481         * src/prefs_matcher.h
10482         * src/summaryview.c
10483                 introduce filtering against the address book. It's now possible to add
10484                 matched conditions to determine if any email address in a message matches
10485                 or doesn't match any or all books or folders in the address book.
10486
10487 2006-07-31 [wwp]        2.4.0cvs2
10488
10489         * src/account.c
10490         * src/filtering.c
10491         * src/filtering.h
10492         * src/folder.c
10493         * src/folderview.c
10494         * src/inc.c
10495         * src/mainwindow.c
10496         * src/matcher.c
10497         * src/matcher_parser_lex.l
10498         * src/matcher_parser_parse.y
10499         * src/mbox.c
10500         * src/prefs_filtering.c
10501         * src/prefs_filtering.h
10502         * src/procmsg.c
10503         * src/procmsg.h
10504         * src/summaryview.c
10505                 introduce per-account filtering rules. Each filtering rule can now be assigned
10506                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10507                 when applying filtering rules manually, as all rules will apply - even the ones
10508                 assigned to an account. This issue will be addressed soon.
10509  
10510
10511
10512 2006-07-31 [wwp]        2.4.0cvs1
10513
10514         * src/quote_fmt.c
10515                 make more strings translatable.
10516
10517 2006-07-31 [paul]       2.4.0
10518
10519         2.4.0 released
10520
10521 2006-07-31 [paul]       2.3.1cvs91
10522
10523         * po/ca.po
10524                 updated by Miquel Oliete
10525
10526 2006-07-31 [paul]       2.3.1cvs90
10527
10528         * po/de.po
10529         * po/el.po
10530         * po/fr.po
10531         * po/it.po
10532         * po/pl.po
10533         * po/pt_BR.po
10534         * po/sr.po
10535         * po/zh_CN.po
10536                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10537                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10538                 Aleksandar Urosevic, and Ralgh Young
10539
10540 2006-07-31 [paul]       2.3.1cvs89
10541
10542         * src/account.c
10543         * src/main.c
10544         * src/mainwindow.c
10545         * src/mainwindow.h
10546                 Fix a race condition when, after an SC crash, rescanning
10547                 folders took more than 0.5 seconds
10548                 Thanks to Colin
10549
10550 2006-07-31 [paul]       2.3.1cvs88
10551
10552         * src/folderview.c
10553                 don't translate separator strings
10554
10555 2006-07-30 [mones]      2.3.1cvs87
10556
10557         * doc/man/sylpheed-claws.1
10558                 Fixed non-ASCII chars in Hoa's name
10559         * po/es.po
10560                 Updated for release
10561
10562 2006-07-27 [colin]      2.3.1cvs86
10563
10564         * src/textview.c
10565                 Don't include the leading \n in links
10566                 Patch by Fabien
10567
10568 2006-07-25 [colin]      2.3.1cvs85
10569
10570         * src/mainwindow.c
10571         * src/common/socket.h
10572         * src/etpan/imap-thread.c
10573                 Refresh resolvers before connecting
10574                 to IMAP servers, and after switching
10575                 to online. Thanks to Paul.
10576
10577 2006-07-18 [colin]
10578
10579         * 2.4.0-rc4 released
10580
10581 2006-07-17 [colin]      2.3.1cvs84
10582
10583         * src/inc.c
10584                 Show connection attempt in statusbar before
10585                 connecting (previously first message was
10586                 "Retrieving messages from ..." after the
10587                 connection succeeded.
10588
10589 2006-07-16 [wwp]        2.3.1cvs83
10590
10591         * sylpheed-claws.ico
10592                 Added .ico file (windows multi-size icon file, generated).
10593
10594 2006-07-12 [wwp]        2.3.1cvs82
10595
10596         * src/messageview.c
10597                 remove Message/Re-edit menu entry from messageview window,
10598                 as sent/draft/queued messages are opened in compose window when
10599                 re-edited and it's not possible to re-edit other msgs.
10600
10601 2006-07-12 [paul]       2.3.1cvs81
10602
10603         * AUTHORS
10604         * src/mainwindow.c
10605         * src/gtk/authors.h
10606                 check online state before resetting
10607                 mailcheck timer. Useful if some program
10608                 verifies connection state and updates
10609                 Claws.
10610                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10611
10612 2006-07-12 [paul]       2.3.1cvs80
10613
10614         * sylpheed-claws-128x128.png
10615         * sylpheed-claws-64x64.png
10616         * sylpheed-claws.png
10617         * src/Makefile.am
10618         * src/main.c
10619         * src/prefs_toolbar.c
10620         * src/stock_pixmap.c
10621         * src/stock_pixmap.h
10622         * src/wizard.c
10623         * src/gtk/about.c
10624         * src/gtk/gtkutils.c
10625         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10626         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10627         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10628         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10629         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10630         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10631                 updated and renamed logo/icon files and related
10632                 logo by Jesper Schultz
10633
10634 2006-07-11 [paul]       2.3.1cvs79
10635
10636         * src/main.c
10637                 fix the labels a smidgin
10638
10639 2006-07-09 [colin]      2.3.1cvs78
10640
10641         * src/textview.c
10642                 Show errors in textviewer's command
10643                 Patch by H. Merijn Brand
10644
10645 2006-07-09 [colin]      2.3.1cvs77
10646
10647         * src/compose.c
10648                 Save FMID in drafts too
10649
10650 2006-07-08 [colin]      2.3.1cvs76
10651
10652         * src/compose.c
10653                 Svae RMID in drafted mails too
10654                 Save quote_fmt vars for whole mails,
10655                 don't reset at each quote_fmt_init:
10656                 allows to use the same |i{var} in
10657                 various template fields
10658         * src/prefs_template.c
10659         * src/quote_fmt.h
10660         * src/quote_fmt_parse.y
10661                 Same
10662
10663 2006-07-08 [colin]      2.3.1cvs75
10664
10665         * src/textview.c
10666                 Fix highlighting of attached parts URIs
10667
10668 2006-07-08 [colin]      2.3.1cvs74
10669
10670         * src/main.c
10671                 Prevent bug #981 (sc 2.3.1 segfaults with 
10672                 gtk+ 2.10) from being reported again:
10673                 if Sylpheed-Claws has been compiled against
10674                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10675                 of if Sylpheed-Claws has been compiled against
10676                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10677                 error out.
10678
10679 2006-07-07 [colin]      2.3.1cvs73
10680
10681         * src/prefs_actions.c
10682                 Fix label
10683
10684 2006-07-07 [colin]      2.3.1cvs72
10685
10686         * src/prefs_actions.c
10687                 Fix compile on gtk < 2.8. argh :)
10688
10689 2006-07-07 [paul]       2.3.1cvs71
10690
10691         * src/common/defs.h
10692                 update DONATE_URI
10693
10694 2006-07-07 [colin]      2.3.1cvs70
10695
10696         * po/POTFILES.in
10697         * src/quote_fmt.c
10698         * src/quote_fmt_lex.l
10699         * src/quote_fmt_parse.y
10700                 Add |i{var}, a way to insert user-entered
10701                 text in a template
10702
10703 2006-07-07 [colin]
10704
10705         * 2.4.0-rc3 released
10706
10707 2006-07-07 [colin]      2.3.1cvs69
10708
10709         * src/folder.c
10710                 Don't consider inboxes of UNKNOWN folder 
10711                 classes to be useable as default inboxes
10712
10713 2006-07-07 [paul]       2.3.1cvs68
10714
10715         * src/textview.c
10716                 add missing #include <errno.h>
10717                 Thanks to René J. Blokland
10718
10719 2006-07-07 [paul]       2.3.1cvs67
10720
10721         * src/action.c
10722                 Return now Closes dialog
10723         * src/mimeview.c
10724         * src/mimeview.h
10725         * src/textview.c
10726                 add contextual menu to mime parts listed
10727                 in the textview
10728                 Thanks to Colin
10729         * src/common/utils.c
10730                 reversal: ' is a valid character in URLs
10731
10732 2006-07-06 [colin]      2.3.1cvs66
10733
10734         * src/remotefolder.h
10735                 Forgotten in previous commit
10736
10737 2006-07-06 [colin]      2.3.1cvs65
10738
10739         * src/folder.c
10740                 Set summary update flag whenever
10741                 totals changed
10742         * src/imap.c
10743         * src/prefs_account.c
10744         * src/common/utils.h
10745         * src/etpan/imap-thread.c
10746                 Fix warnings, thanks to Fabien and
10747                 Ricardo
10748
10749 2006-07-06 [wwp]        2.3.1cvs64
10750
10751         * src/gtk/gtkutils.c
10752                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10753
10754 2006-07-06 [wwp]        2.3.1cvs63
10755
10756         * src/account.c
10757         * src/addressbook.c
10758         * src/addressitem.h
10759         * src/folderview.c
10760         * src/mainwindow.c
10761         * src/manual.c
10762         * src/manual.h
10763         * src/message_search.c
10764         * src/prefs_actions.c
10765         * src/prefs_filtering.c
10766         * src/prefs_filtering.h
10767         * src/prefs_template.c
10768         * src/summary_search.c
10769         * src/summaryview.c
10770         * src/gtk/gtkutils.c
10771         * src/gtk/gtkutils.h
10772         * src/gtk/pluginwindow.c
10773                 add help buttons to some dialogs. Clicking such buttons opens a
10774                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10775
10776 2006-07-06 [paul]       2.3.1cvs62
10777
10778         * src/textview.c
10779                 fix attachments contextual menu
10780                 Thanks to Colin
10781
10782 2006-07-05 [colin]      2.3.1cvs61
10783
10784         * src/textview.c
10785         * src/compose.c
10786                 Handle sftp:// links
10787
10788 2006-07-05 [paul]       2.3.1cvs60
10789
10790         * src/gtk/filesel.c
10791                 grab save button by default
10792                 Thanks to Colin
10793
10794 2006-07-05 [wwp]        2.3.1cvs59
10795
10796         * manual/xml2pdf
10797                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10798
10799 2006-07-04 [colin]      2.3.1cvs58
10800
10801         * src/mimeview.c
10802         * src/textview.c
10803                 Use left click to select, middle click to open
10804                 on mimeparts links
10805         * src/common/utils.c
10806                 Fix segfault
10807
10808 2006-07-04 [colin]      2.3.1cvs57
10809
10810         * src/mainwindow.c
10811         * src/news.c
10812                 Warning fixes, thanks to Fabien
10813
10814 2006-07-04 [colin]      2.3.1cvs56
10815
10816         * src/mimeview.c
10817         * src/mimeview.h
10818         * src/textview.c
10819                 Allow parts to be selected via their text label
10820                 in textview
10821
10822 2006-07-04 [colin]      2.3.1cvs55
10823
10824         * src/folderview.c
10825                 Feedback when closing (for big folders)
10826         * src/prefs_actions.c
10827         * src/prefs_filtering.c
10828         * src/prefs_matcher.c
10829         * src/prefs_template.c
10830                 Fix default button when closing without
10831                 having saved
10832
10833 2006-07-04 [colin]      2.3.1cvs54
10834
10835         * src/news.c
10836                 Delete local file on deletion
10837
10838 2006-07-03 [colin]      2.3.1cvs53
10839
10840         * src/folderview.c
10841         * src/main.c
10842                 Don't freeze when rescanning after crash
10843
10844 2006-07-03 [wwp]        2.3.1cvs52
10845
10846         * src/compose.c
10847         * src/privacy.c
10848         * src/privacy.h
10849         * src/plugins/pgpinline/pgpinline.c
10850         * src/plugins/pgpmime/pgpmime.c
10851                 don't report an error when the user cancels the passphrase dialog.
10852
10853 2006-07-02 [colin]      2.3.1cvs51
10854
10855         * src/folderview.c
10856                 Open message when crossing folders with Space,
10857                 goto next unread and friends
10858
10859 2006-07-01 [colin]      2.3.1cvs50
10860
10861         * src/prefs_account.c
10862                 Typographic rules varying from language
10863                 to language (in french "Protocole :"),
10864                 we have to do that :)
10865
10866 2006-07-01 [ticho]      2.3.1cvs49
10867
10868         * src/prefs_account.c
10869                 Only use one temporary gchar* variable in
10870                 prefs_account_protocol_set_optmenu().
10871
10872 2006-07-01 [ticho]      2.3.1cvs48
10873
10874         * src/prefs_account.c
10875         * src/prefs_account.h
10876                 Use GtkLabel for existing account protocol name.
10877                 Created an array for protocol names and populate the
10878                 combobox from it in a for() cycle.
10879
10880 2006-06-30 [colin]      2.3.1cvs47
10881
10882         * src/compose.c
10883                 Block undo when changing signature (by changing
10884                 account)
10885
10886 2006-06-30 [paul]       2.3.1cvs46
10887
10888         * src/send_message.c
10889                 when editing From in the Compose window, use that address
10890                 in the Return-Path: header
10891                 Thanks to Colin
10892
10893 2006-06-30 [colin]      2.3.1cvs45
10894
10895         * src/compose.c
10896                 Fix signature replacement:
10897                 - when no newline before separator
10898                 - when reediting
10899
10900 2006-06-29 [colin]      2.3.1cvs44
10901
10902         * src/folderview.c
10903         * src/folderview.h
10904         * src/mainwindow.c
10905         * src/summaryview.c
10906                 Let 'View/Go to/Next marked' work like
10907                 Next new & Next unread: across folders
10908                 Change the select_on_entry pref to do
10909                 what we want when changing folder
10910         * src/common/utils.c
10911                 Fix single-quoted links 
10912
10913 2006-06-29 [colin]      2.3.1cvs43
10914
10915         * src/gtk/gtkaspell.c
10916                 "Sylpheed" and "Sylpheed-Claws" do exist !
10917
10918 2006-06-29 [colin]      2.3.1cvs42
10919
10920         * src/imap.c
10921                 Forgot to remove debug
10922
10923 2006-06-29 [colin]      2.3.1cvs41
10924
10925         * src/imap.c
10926         * src/imap.h
10927         * src/mainwindow.c
10928                 Disconnect from IMAP servers when going
10929                 offline. Fixes bug #978 (going to offline-mode 
10930                 won't close connections)
10931
10932 2006-06-29 [colin]      2.3.1cvs40
10933
10934         * src/main.c
10935                 Fix transient setting on failing plugins
10936                 Patch by Fabien
10937         * src/plugins/pgpcore/sgpgme.c
10938                 Only warn for OpenPGP. Most people don't
10939                 have CMS available.
10940
10941 2006-06-29 [colin]      2.3.1cvs39
10942
10943         * src/compose.c
10944                 Fix Spelling menu (discrepancy between context menu
10945                 and top menu when folder's dictionary isn't the 
10946                 default one)
10947         * src/plugins/pgpcore/sgpgme.c
10948                 More error reporting about why gpgme can fail
10949
10950 2006-06-29 [wwp]        2.3.1cvs38
10951
10952         * src/mainwindow.c
10953                 honor the display-header-pane setting even when the message view
10954                 is a separate window.
10955
10956 2006-06-29 [wwp]        2.3.1cvs37
10957
10958         * src/prefs_actions.c
10959                 forgot to commit that one (use of GTK_STOCK_INFO).
10960
10961 2006-06-29 [colin]      2.3.1cvs36
10962
10963         * src/imap.c
10964                 Better handling of login errors (ask the password
10965                 again once), alert in case of error. Fix three
10966                 signedness warnings.
10967
10968 2006-06-28 [wwp]        2.3.1cvs35
10969
10970         * src/prefs_template.c
10971         * src/prefs_matcher.c
10972         * src/prefs_filtering_action.c
10973         * src/prefs_quote.c
10974                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
10975                 patch by Fabien Vantard, slightly modified.
10976
10977 2006-06-28 [paul]
10978
10979         2.4.0-rc2 released
10980
10981 2006-06-28 [colin]      2.3.1cvs34
10982
10983         * src/prefs_account.c
10984                 Fix bug #977 (Can't add or edit imap accounts)
10985
10986 2006-06-28 [colin]      2.3.1cvs33
10987
10988         * src/mimeview.c
10989                 Fix previous
10990
10991 2006-06-28 [colin]      2.3.1cvs32
10992
10993         * src/mimeview.c
10994                 Save named inlined attachments with "Save all"
10995         * src/main.c
10996         * src/mbox.c
10997         * src/common/plugin.c
10998         * src/common/plugin.h
10999         * src/common/sylpheed.c
11000         * src/common/utils.c
11001         * src/plugins/pgpcore/sylpheed.def
11002         * src/plugins/pgpinline/sylpheed.def
11003         * src/plugins/pgpmime/sylpheed.def
11004                 Win32 compatibility patch, by
11005                 Werner Koch
11006
11007 2006-06-28 [wwp]        2.3.1cvs31
11008
11009         * src/imap.c
11010         * src/prefs_folder_item.c
11011                 less compilation warnings (thanks to Fabien Vantard), less typos.
11012
11013 2006-06-28 [paul]       2.3.1cvs30
11014
11015         * src/gtk/gtkutils.c
11016                 gtk_combo_box_set_focus_on_click() is only
11017                 available since gtk 2.6.0
11018
11019 2006-06-28 [paul]       2.3.1cvs29
11020
11021         * src/prefs_ext_prog.c
11022                 fix engrish and add a tooltip for the
11023                 'command for 'Display as text' option
11024
11025 2006-06-28 [paul]
11026
11027         2.4.0-rc1 released
11028
11029 2006-06-28 [paul]       2.3.1cvs28
11030
11031         * ChangeLog
11032         * tools/Makefile.am
11033                 include textviewer.pl in releases
11034
11035 2006-06-28 [paul]       2.3.1cvs27
11036
11037         * src/prefs_ext_prog.c
11038                 hide Print command option if libgnomeprint
11039                 support is present
11040
11041 2006-06-27 [colin]      2.3.1cvs26
11042
11043         * src/compose.c
11044                 Fix Esc handling in insert/attach dialog
11045                 Don't show this dialog if dragging something
11046                 else than text/uri-list
11047                 Thanks to Fabien Vantard
11048         * tools/textviewer.pl
11049                 Filter script to display stuff as text
11050                 by H. Merijn Brand
11051
11052 2006-06-27 [wwp]        2.3.1cvs25
11053
11054         * src/messageview.c
11055                 use the exact product name (message view title), patch
11056                 by Fabien Vantard.
11057
11058 2006-06-27 [ticho]      2.3.1cvs24
11059
11060         * src/prefs_account.c
11061         * src/prefs_common.c
11062         * src/prefs_common.h
11063         * src/prefs_ext_prog.c
11064         * src/textview.c
11065                 Add a preference (Preferences/External programs)
11066                 to allow "Display as text" to be done via a script
11067                 (patch by H.Merijn Brand).
11068                 Use GtkComboBox for protocol selection in account
11069                 preferences.
11070                 Only include current choice for existing accounts, and
11071                 insensitivize the combobox.
11072
11073 2006-06-27 [paul]       2.3.1cvs23
11074
11075         * src/mbox.c
11076                 fix crasher introduced in cvs21.
11077                 Thanks to Colin
11078
11079 2006-06-26 [colin]      2.3.1cvs22
11080
11081         * src/mbox.c
11082                 Fix double-frees when leaving folders
11083                 after exporting to mbox
11084
11085 2006-06-26 [colin]      2.3.1cvs21
11086
11087         * src/mbox.c
11088                 More feedback (and optimisation)
11089                 on import/export
11090         * src/common/utils.c
11091                 Fix case when looking for mail addresses
11092         * src/gtk/gtkutils.c
11093                 Extra check for (X-)Face
11094
11095 2006-06-25 [ticho]      2.3.1cvs20
11096
11097         * src/compose.c
11098         * src/exphtmldlg.c
11099         * src/gtk/gtkutils.c
11100         * src/gtk/gtkutils.h
11101                 Added second argument to gtkut_sc_combobox_create() to
11102                 control focus-on-click for the widget.
11103                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11104
11105 2006-06-25 [ticho]      2.3.1cvs19
11106
11107         * src/compose.c
11108         * src/gtk/Makefile.am
11109         * src/gtk/combobox.c
11110         * src/gtk/combobox.h
11111         * src/gtk/gtkutils.c
11112         * src/gtk/gtkutils.h
11113                 Use GtkComboBox instead of deprecated GtkOptionMenu
11114                 for account selector in compose window and for encoding
11115                 selector in attachment properties.
11116                 Also factorise working with the new GtkComboBox somewhat.
11117
11118 2006-06-24 [paul]       2.3.1cvs18
11119
11120         * src/prefs_common.c
11121                 use the correct default value
11122
11123 2006-06-24 [paul]       2.3.1cvs17
11124
11125         * src/compose.c
11126         * src/prefs_common.c
11127         * src/prefs_common.h
11128         * src/prefs_compose_writing.c
11129                 enable setting of default action when
11130                 dnd'ing files in the compose window.
11131                 (Collaborative effort with wwp)
11132
11133 2006-06-23 [wwp]        2.3.1cvs16
11134
11135         * src/compose.c
11136                 i18n fix (thanks to Fabien Vantard)
11137
11138 2006-06-22 [colin]      2.3.1cvs15
11139
11140         * src/prefs_customheader.c
11141                 Don't use filters in custom headers' file 
11142                 selector. Remember, extensions mean nothing :)
11143
11144 2006-06-22 [paul]       2.3.1cvs14
11145
11146         * configure.ac
11147                 allow setting of man directory location
11148
11149 2006-06-22 [colin]      2.3.1cvs13
11150
11151         * src/mainwindow.c
11152                 Add 'View/Go to/Next unread folder'.
11153                 I missed that :)
11154
11155 2006-06-22 [colin]      2.3.1cvs12
11156
11157         * src/common/utils.c
11158                 Add some subject prefixes
11159                 Patch by Bjorn T Johansen <btj@havleik.no>
11160
11161 2006-06-22 [colin]      2.3.1cvs11
11162
11163         * manual/advanced.xml
11164                 Forgotten hidden pref
11165
11166 2006-06-21 [paul]       2.3.1cvs10
11167
11168         * src/prefs_account.c
11169                 complete the removal of 'Add date header' option
11170
11171 2006-06-21 [paul]       2.3.1cvs9
11172
11173         * src/account.c
11174         * src/compose.c
11175         * src/prefs_account.c
11176         * src/prefs_account.h
11177                 remove option to add date header - always
11178                 add date header
11179         * src/etpan/imap-thread.c
11180                 fix warnings (Thanks to Colin)
11181
11182 2006-06-21 [wwp]        2.3.1cvs8
11183
11184         * src/folder.c
11185                 set the attachment flag when inline text part are (file)named. This is more convenient
11186                 when receiving (for instance) inline source files or patches sent using thunderbird.
11187
11188 2006-06-21 [paul]       2.3.1cvs7
11189
11190         * src/inc.c
11191                 fix off-by-one count of current msg in
11192                 statusbar filtering progressbar
11193
11194 2006-06-21 [paul]       2.3.1cvs6
11195
11196         * src/folder.c
11197                 Show attachment icon even if the part is 'inline'
11198                 if the following conditions are met:
11199                 - content-type != 'text/plain'
11200                 - content-type != '*/pgp-signature'
11201                 - either 'name' or 'filename' parameter is not NULL
11202                 
11203                 Thanks to Colin
11204
11205 2006-06-21 [paul]       2.3.1cvs5
11206
11207         * src/messageview.c
11208         * src/prefs_common.c
11209         * src/prefs_common.h
11210         * src/prefs_other.c
11211                 add an option to 'Never send Return
11212                 Receipts'
11213                 Thanks to Colin
11214
11215 2006-06-20 [mones]      2.3.1cvs4
11216
11217         * po/es.po
11218                 updated
11219         * src/compose.c
11220                 typo fixed (space after comma)
11221         * tools/make.themes.project
11222                 remove exec mode from tarball files
11223
11224 2006-06-20 [colin]      2.3.1cvs3
11225
11226         * src/news.c
11227         * src/procheader.c
11228         * src/unmime.c
11229                 Better fix for \n's in headers (don't 
11230                 break Received: and others)
11231
11232 2006-06-20 [paul]       2.3.1cvs2
11233
11234         * src/alertpanel.c
11235         * src/textview.c
11236                 improve legibility of phishing attempt
11237                 dialog
11238
11239 2006-06-20 [paul]       2.3.1cvs1
11240
11241         * NEWS
11242         * README
11243         * configure.ac
11244                 Update version number following
11245                 stable release
11246
11247 2006-06-20 [colin]      2.3.0cvs26
11248
11249         * src/compose.c
11250                 When dragging a file to the text of the compose
11251                 window, ask whether we want to insert or attach
11252                 (I know lots of people who do that to attach)
11253
11254 2006-06-20 [colin]      2.3.0cvs25
11255
11256         * src/etpan/imap-thread.c
11257                 Fix threshold (the append command is often > 32 bytes)
11258
11259 2006-06-19 [colin]      2.3.0cvs24
11260
11261         * src/imap.c
11262         * src/etpan/imap-thread.c
11263                 Workaround Rockliffe IMAP server bug: replace
11264                 "x UID SEARCH (ANSWERED UID 1:*)" with
11265                 "x UID SEARCH ANSWERED"
11266                 (Rockliffe doesn't handle the parenthesis)
11267
11268 2006-06-19 [colin]      2.3.0cvs23
11269
11270         * src/compose.c
11271         * src/imap.c
11272         * src/etpan/imap-thread.c
11273                 Probably fix bug #972 (Freezes when adding 
11274                 an attachment to the message)
11275         * src/common/defs.h
11276                 Modernize Firefox cmd
11277
11278
11279 2006-06-18 [colin]      2.3.0cvs22
11280
11281         * src/prefs_customheader.c
11282                 Only allow correct filenames for various
11283                 custom headers
11284
11285 2006-06-18 [colin]      2.3.0cvs21
11286
11287         * src/prefs_customheader.c
11288                 Add a 'From File...' button in custom headers prefs, which
11289                 try to do the right thing: 
11290                 for normal headers, use file as plaintext,
11291                 for X-Face, calls compface,
11292                 for Face, encode to b64.
11293
11294 2006-06-17 [colin]      2.3.0cvs20
11295
11296         * src/mh.c
11297                 Warning fix
11298
11299 2006-06-16 [colin]      2.3.0cvs19
11300
11301         * src/summaryview.c
11302                 Recursive quicksearch: show message list
11303                 in current folder, *then* search children
11304                 in the background.
11305
11306 2006-06-16 [colin]      2.3.0cvs18
11307
11308         * src/main.c
11309                 Instead of ignoring SIGPIPE, save caches
11310                 when getting one. Will fix the fact that
11311                 hot caches are out-of-date when logging 
11312                 out of Xorg.
11313         * src/compose.c
11314         * src/prefs_compose_writing.c
11315                 Only save text (not attachments) when 
11316                 auto-saving to drafts
11317         * src/unmime.c
11318                 Always replace \n, \r and \t with spaces
11319                 in headers
11320         * manual/dist/html/Makefile.am
11321         * manual/dist/pdf/Makefile.am
11322         * manual/dist/ps/Makefile.am
11323         * manual/dist/txt/Makefile.am
11324         * manual/fr/dist/html/Makefile.am
11325         * manual/fr/dist/pdf/Makefile.am
11326         * manual/fr/dist/ps/Makefile.am
11327         * manual/fr/dist/txt/Makefile.am
11328         * manual/pl/dist/html/Makefile.am
11329         * manual/pl/dist/pdf/Makefile.am
11330         * manual/pl/dist/ps/Makefile.am
11331         * manual/pl/dist/txt/Makefile.am
11332                 Fix make clean removing pregenerated manuals
11333
11334
11335 2006-06-16 [colin]      2.3.0cvs17
11336
11337         * src/plugins/pgpcore/sgpgme.c
11338         * src/plugins/pgpmime/pgpmime.c
11339         * src/plugins/pgpinline/pgpinline.c
11340                 Better error reporting in setup_signers.
11341                 Don't fallback to default key if specified
11342                 key isn't found.
11343                 Don't allow signing if more than one secret
11344                 key matches the one specified in prefs.
11345
11346 2006-06-15 [colin]      2.3.0cvs16
11347
11348         * src/folderview.c
11349                 Add "Send queue" in the folder's contextual
11350                 menu
11351         * src/compose.c
11352         * src/messageview.c
11353         * src/privacy.c
11354         * src/privacy.h
11355         * src/procmime.c
11356         * src/procmsg.c
11357         * src/plugins/pgpcore/passphrase.c
11358         * src/plugins/pgpcore/sgpgme.c
11359         * src/plugins/pgpinline/pgpinline.c
11360         * src/plugins/pgpmime/pgpmime.c
11361                 Better error reporting
11362         * src/mbox.c
11363                 Probably fix bug #971 (2.2.3 cannot read mail 
11364                 from local mbox)
11365
11366
11367 2006-06-15 [mones]      2.3.0cvs15
11368
11369         * tools/make.themes.project
11370                 creates the themes project from the web page
11371
11372 2006-06-15 [colin]      2.3.0cvs14
11373
11374         * src/folder.c
11375                 Better fix (avoid losing the folder if scan_tree 
11376                 fails)
11377
11378 2006-06-15 [cleroy]     2.3.0cvs13
11379
11380         * src/folder.c
11381                 Probably fix Bug #969 (crash on rebuilding 
11382                 imap folder)
11383
11384 2006-06-14 [colin]      2.3.0cvs12
11385
11386         * manual/dtd/manual.xsl
11387         * manual/sylpheed-claws-manual.xml
11388         * manual/fr/sylpheed-claws-manual.xml
11389         * manual/pl/sylpheed-claws-manual.xml
11390                 Insert pagebreaks between sections
11391
11392 2006-06-14 [paul]       2.3.0cvs11
11393
11394         * configure.ac
11395                 better fix than 2.3.0cvs10
11396
11397 2006-06-14 [paul]       2.3.0cvs10
11398
11399         * configure.ac
11400                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11401                 (backwards compatible)
11402
11403 2006-06-13 [colin]      2.3.0cvs9
11404
11405         * src/messageview.c
11406                 Fix sending of return receipt with the new queue folders
11407
11408 2006-06-13 [wwp]        2.3.0cvs8
11409
11410         * src/quote_fmt_lex.l
11411                 fix wrong tokens returned in quote_fmt lexer, query not().
11412
11413 2006-06-13 [wwp]        2.3.0cvs7
11414
11415         * src/folder.c
11416         * src/prefs_folder_item.c
11417                 allow changing folder type even when folder is not a top-level one,
11418                 thanks to Colin.
11419
11420 2006-06-12 [colin]      2.3.0cvs6
11421
11422         * src/folderview.c
11423                 Fix double-ask of "Do you want to mark all
11424                 as read"
11425
11426 2006-06-12 [colin]      2.3.0cvs5
11427
11428         * src/compose.c
11429         * src/compose.h
11430         * src/folder.c
11431         * src/folder.h
11432         * src/imap.c
11433         * src/inc.c
11434         * src/main.c
11435         * src/messageview.c
11436         * src/mh.c
11437         * src/prefs_folder_item.c
11438         * src/procheader.c
11439         * src/procmime.c
11440         * src/procmsg.c
11441         * src/procmsg.h
11442         * src/send_message.c
11443         * src/summaryview.c
11444         * src/toolbar.c
11445                 Apply bug #964's patch (Queue and drafts aren't normal)
11446                 The Drafts and Queue folder now contain RFC-822 files,
11447                 allowing to move and copy mails from and to these 
11448                 folders. Moving from Drafts to Queue will prepare the
11449                 mail for sending (PGP signature, encryption, etc).
11450                 This patch also rework sending errors handling to try
11451                 to be more helpful.
11452                 Also, allow redefining folder types via the GUI 
11453                 (Folder type in its Properties)
11454
11455 2006-06-12 [colin]      2.3.0cvs4
11456
11457         * src/summaryview.c
11458         * src/prefs_common.c
11459         * src/prefs_common.h
11460         * src/gedit-print.c
11461                 Allow to define a specific print font - patch
11462                 by Bernhard Walle <bernhard.walle@gmx.de>
11463         * src/prefs_fonts.c
11464         * manual/advanced.xml
11465         * manual/fr/advanced.xml
11466                 Add a hidden pref to allow deletion without
11467                 confirmation
11468
11469 2006-06-12 [wwp]        2.3.0cvs3
11470
11471         * .cvsignore
11472                 more files to ignore.
11473
11474 2006-06-12 [wwp]        2.3.0cvs2
11475
11476         * src/quote_fmt.c
11477         * src/quote_fmt_lex.l
11478         * src/quote_fmt_parse.y
11479                 extend the quote_fmt parser (templates and quotes):
11480                 - allow limited sub-expressions in |p{} and |f{} expressions,
11481                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11482                 - implemented/fixed missing implementation of query_references and show_references,
11483                 - completed, fixed contents and format of the symbols help dialog,
11484                 - fix some compilation warnings.
11485
11486 2006-06-12 [wwp]        2.3.0cvs1
11487
11488         * manual/advanced.xml
11489         * manual/fr/advanced.xml
11490                 updates in the "templates" section of the manual (eng/fr):
11491                  - be more precise (both versions)
11492                  - completed to match the english reference (fr version)
11493                  - touchups (both versions)
11494
11495 2006-06-12 [paul]       2.3.0
11496
11497         2.3.0 released
11498
11499 2006-06-12 [paul]       2.2.3cvs14
11500
11501         * po/ca.po
11502         * po/cs.po
11503         * po/de.po
11504         * po/el.po
11505         * po/fr.po
11506         * po/it.po
11507         * po/pt_BR.po
11508         * po/sr.po
11509         * po/zh_CN.po
11510                 updated by Miquel Oliete, Tim, Stephan Sachse,
11511                 Stavros Giannouris, Fabien Vantard, Andrea
11512                 Spadaccini, Frederico Goncalves Guimaraes,
11513                 Aleksandar Urosevic, and Ralgh Young
11514
11515 2006-06-12 [colin]      2.2.3cvs13
11516
11517         * src/mbox.c
11518                 Add missing header
11519
11520 2006-06-11 [colin]      2.2.3cvs12
11521
11522         * src/msgcache.c
11523                 Verify that g_malloc() succeeded
11524
11525 2006-06-11 [colin]      2.2.3cvs11
11526
11527         * src/wizard.c
11528                 Add Face header to welcome mail
11529
11530 2006-06-10 [colin]      2.2.3cvs10
11531
11532         * src/textview.c
11533                 Revert previous (Forgot it changes the
11534                 margin on the whole mail)
11535
11536 2006-06-10 [colin]      2.2.3cvs9
11537
11538         * src/textview.c
11539                 Don't overlap long headers under (X-)Face
11540
11541 2006-06-10 [mones]      2.2.3cvs8
11542
11543         * manual/xml2pdf
11544                 allow generation of manual on systems lacking saxon binary
11545                 but with java and the saxon library installed
11546
11547         * po/es.po
11548                 updated for release
11549
11550 2006-06-09 [colin]      2.2.3cvs7
11551
11552         * src/summaryview.c
11553                 Fix leak when using Display Sender using Addressbook
11554
11555 2006-06-09 [colin]      2.2.3cvs6
11556
11557         * src/compose.c
11558         * src/folder.c
11559         * src/folderview.c
11560         * src/mimeview.c
11561         * src/summaryview.c
11562                 More leaks fixes
11563
11564 2006-06-09 [paul]       2.2.3cvs5
11565
11566         * AUTHORS
11567         * src/gtk/authors.h
11568         * tools/claws.i18n.status.pl
11569                 updated with new info
11570
11571 2006-06-09 [paul]       2.2.3cvs4
11572
11573         * README
11574                 updated
11575         * manual/ack.xml
11576                 add wwp to authors list
11577         * src/gtk/authors.h
11578                 update mine and Colin's addresses
11579
11580 2006-06-08 [colin]      2.2.3cvs3
11581
11582         * src/etpan/imap-thread.c
11583                 Fix leak on SSL cert check
11584
11585 2006-06-08 [colin]      2.2.3cvs2
11586
11587         * src/common/utils.c
11588                 Fix leak
11589
11590 2006-06-08 [paul]       2.2.3cvs1
11591
11592         * configure.ac
11593                 Update version number following
11594                 stable release
11595
11596 2006-06-07 [colin]      2.2.2cvs3
11597
11598         * src/msgcache.c
11599                 Fix catching cache read errors (guint instead of gint)
11600                 Prevent malloc'ing more than 8MB (means cache corruption)
11601
11602 2006-06-07 [paul]       2.2.2cvs2
11603
11604         * src/exporthtml.c
11605         * src/exportldif.c
11606         * src/mh.c
11607         * src/mutt.c
11608         * src/pine.c
11609         * src/common/utils.c
11610                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11611                 obey $HOME'
11612                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11613                 Thanks to Colin
11614
11615 2006-06-06 [paul]       2.2.2cvs1
11616
11617         * configure.ac
11618                 Update version number following
11619                 stable release
11620
11621 2006-06-06 [paul]       2.2.1cvs6
11622
11623         * src/matcher.c
11624                 fix  implicit declaration of
11625                 sylpheed_do_idle()
11626                 Patch by Fabien Vantard
11627
11628 2006-06-06 [paul]       2.2.1cvs5
11629
11630         * src/matcher.c
11631                 fix age_greater and age_lower so that they
11632                 mean what say and not '...or equal to'
11633                 Thanks to Colin
11634
11635 2006-06-06 [paul]       2.2.1cvs4
11636
11637         * src/textview.c
11638         * src/common/utils.c
11639                 fix URI check
11640                 Thanks to Colin
11641
11642 2006-06-05 [wwp]        2.2.1cvs3
11643
11644         * manual/fr/account.xml
11645                 minor language fixes (thanks to Fabien Vantard).
11646
11647 2006-06-05 [colin]      2.2.1cvs2
11648
11649         * src/prefs_folder_item.c
11650         * src/folderview.c
11651                 Allow recursive setting of properties 
11652                 for whole mailboxes
11653         * src/matcher.c
11654                 Don't freeze on 'test' filtering rule
11655
11656 2006-06-05 [colin]      2.2.1cvs1
11657
11658         * configure.ac
11659                 Update version number following
11660                 stable release
11661
11662 2006-06-04 [wwp]        2.2.0cvs82
11663
11664         * manual/glossary.xml
11665         * manual/account.xml
11666         * manual/fr/glossary.xml
11667         * manual/fr/account.xml
11668                 added glossary section and references/links related to the Face custom header.
11669
11670 2006-06-04 [colin]      2.2.0cvs81
11671
11672         * src/summaryview.c
11673                 Skip to next message on move with no
11674                 immediate execution
11675
11676 2006-06-04 [wwp]        2.2.0cvs80
11677
11678         * manual/xml2pdf
11679                 added sanity checks, exit when needed.
11680
11681 2006-06-03 [paul]       2.2.0cvs79
11682
11683         * src/prefs_receive.c
11684                 page name is now 'Receiving'
11685         * src/prefs_send.c
11686                 page name is now 'Sending'
11687
11688 2006-06-03 [colin]      2.2.0cvs78
11689
11690         * src/plugins/spamassassin/spamassassin_gtk.c
11691                 Autoswitch to Localhost if transport was previously
11692                 disabled. Else people had to check [] Enable, then
11693                 *reselect* transport.
11694
11695 2006-06-03 [colin]      2.2.0cvs77
11696
11697         * src/plugins/pgpinline/pgpinline.c
11698         * src/plugins/pgpmime/pgpmime.c
11699                 Check that gpg_data_release_and_get_mem 
11700                 didn't fail (now, why this happens...)
11701
11702 2006-06-03 [colin]      2.2.0cvs76
11703
11704         * src/mbox.c
11705                 Fix bug #962 (Manual and/or UI should 
11706                 warn about incompatible locking 
11707                 causing dataloss)
11708
11709 2006-06-02 [cleroy]     2.2.0cvs75
11710
11711         * src/filtering.c
11712         * src/folder.c
11713         * src/procmsg.c
11714         * src/summaryview.c
11715                 Fix a few leaks
11716
11717 2006-06-02 [colin]      2.2.0cvs74
11718
11719         * src/main.c
11720                 On exit, free caches after writing them
11721                 Shuts up some valgrind false positives
11722         * src/procmsg.c
11723         * src/send_message.c
11724                 Fix races when reusing existing SMTP connections
11725                 Fix inexistant session timeout
11726         * src/toolbar.c
11727                 Display alertpanel after all queues have
11728                 been processed, not after each
11729
11730 2006-06-02 [wwp]        2.2.0cvs73
11731
11732         * manual/fr/glossary.xml
11733         * manual/fr/ack.xml
11734         * manual/ack.xml
11735                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11736
11737 2006-06-02 [wwp]        2.2.0cvs72
11738
11739         * manual/xml2pdf
11740         * manual/dist/pdf/Makefile.am
11741         * manual/dtd/manual.xsl
11742         * manual/fr/dist/pdf/Makefile.am
11743         * manual/pl/dist/pdf/Makefile.am
11744                 we changed the procedure to generate the .pdf version of the manual.
11745                 The procedure is more modern and the .pdf we get now has a valid index.
11746                 Here are the new pre-requisites:
11747
11748                 - JRE 1.x (1.4 here): there must be one from your distro
11749                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11750                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11751                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11752
11753                 See my posts for further info about the installation of this toolchain:
11754
11755                 Date: Fri, 19 May 2006 19:40:06 +0200
11756                 From: wwp <subscript@free.fr>
11757                 To: sylpheed-claws-devel@lists.sourceforge.net
11758                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11759
11760                 and
11761
11762                 Date: Wed, 24 May 2006 12:58:49 +0200
11763                 From: wwp <subscript@free.fr>
11764                 To: sylpheed-claws-devel@lists.sourceforge.net
11765                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11766
11767 2006-06-01 [colin]      2.2.0cvs71
11768
11769         * src/compose.c
11770                 Better guards against IMAP races
11771         * src/main.c
11772         * src/prefs_common.c
11773         * src/prefs_common.h
11774         * src/common/ssl_certificate.c
11775         * src/etpan/imap-thread.c
11776         * src/etpan/imap-thread.h
11777         * src/gtk/sslcertwindow.c
11778                 New hidden option ssl_skip_cert_check to 
11779                 avoid dups of bug #959 (libetpan linked
11780                 against gnutls and gnutls buggy on 64bit)
11781                 Present expired warning only once per
11782                 session/server.
11783         * manual/advanced.xml
11784         * manual/fr/advanced.xml
11785                 Document new option
11786
11787 2006-06-01 [wwp]        2.2.0cvs70
11788
11789         * src/messageview.c
11790                 fix for bug #961 (return receipt dialog 
11791                 complains incorrectly about return-path 
11792                 email adress being different), thanks 
11793                 to Colin.
11794
11795 2006-05-31 [cleroy]     2.2.0cvs69
11796
11797         * src/common/ssl.c
11798                 Guard against NULLs, although this
11799                 should never be an issue
11800
11801 2006-05-31 [colin]      2.2.0cvs68
11802
11803         * src/filtering.c
11804                 Use g_slist_prepend
11805         * src/imap.c
11806                 Don't remove caches when destroying folder, it
11807                 could (should) be done at exit
11808         * src/inc.c
11809                 free processing cache after incorporation
11810         * src/etpan/imap-thread.c
11811                 Maybe fix bug #959 (Crash on moving to emails 
11812                 to a imap account per ssl with a expired 
11813                 certificate.)
11814
11815 2006-05-30 [colin]      2.2.0cvs67
11816
11817         * src/summaryview.c
11818                 Put back event flush when displaying message
11819                 It avoids reading a bunch of messages just
11820                 by hitting shift-n for too long ;)
11821
11822 2006-05-29 [colin]      2.2.0cvs66
11823
11824         * src/summaryview.c
11825                 Remove useless g_warnings
11826
11827 2006-05-29 [colin]      2.2.0cvs65
11828
11829         * src/imap.c
11830                 Fix g_slist_append()s for performance
11831
11832 2006-05-29 [colin]      2.2.0cvs64
11833
11834         * src/compose.c
11835         * src/common/utils.c
11836                 Fix extraneous tab at start of addresses
11837         * src/mainwindow.c
11838                 Fix warnings (thanks to Fabien)
11839                 Fix crash at exit when composing messages 
11840                 exist
11841         * src/pop.c
11842                 Fix progress bar when deleting expired mails
11843                 Thanks to Hiro
11844         * src/summaryview.c
11845         * src/gtk/gtksctree.c
11846                 Fix re-sorting slowness
11847
11848 2006-05-29 [paul]       2.2.0cvs63
11849
11850         * src/mh.c
11851                 fetch full message when moving mails
11852                 from another mailbox, (fixed data loss
11853                 when filtering from IMAP to MH, introduced
11854                 in 2.2.0cvs57).
11855                 Thanks to Colin
11856
11857 2006-05-29 [mones]      2.2.0cvs62
11858
11859         * src/gtk/gtksctree.c
11860                 Unselect faster (patch by Colin)        
11861
11862 2006-05-26 [colin]      2.2.0cvs61
11863
11864         * src/summaryview.c
11865                 Unplug MSGINFO_UPDATE callback on delete too.
11866
11867 2006-05-26 [colin]      2.2.0cvs60
11868
11869         * src/foldersel.c
11870                 Fix bold in folder selection window with glib2.10
11871                 thanks Hiro
11872
11873 2006-05-26 [colin]      2.2.0cvs59
11874
11875         * src/procheader.c
11876                 Convert date only if necessary (and don't
11877                 try to convert from utf8 to utf8, too)
11878         * src/summaryview.c
11879                 Only set column's text if the column's 
11880                 displayed
11881
11882 2006-05-26 [colin]      2.2.0cvs58
11883
11884         * src/summaryview.c
11885         * src/gtk/gtkutils.c
11886                 Fix useless warning
11887
11888 2006-05-26 [colin]      2.2.0cvs57
11889
11890         * src/mainwindow.c
11891                 Make summaryview selectable as long as 
11892                 no message has focus
11893         * src/mh.c
11894                 Faster deletion (by implementing mh_remove_msgs)
11895                 Faster copy (avoid using mh_fetch_msg just to get
11896                 the filename)
11897                 Faster move (using move_file instead of copy_file
11898                 if MSG_IS_MOVE)
11899                 No progressbar if total number of mails to cp/mv 
11900                 is less than 100
11901         * src/summaryview.c
11902                 Fix removal from subject_table when mail gets moved
11903                 Faster deletion (g_slist_prepend instead of append)
11904         * src/gtk/gtksctree.c
11905                 Remove useless code
11906
11907 2006-05-25 [colin]      2.2.0cvs56
11908
11909         * src/common/ssl_certificate.c
11910                 Fix leak in expired cert check
11911
11912 2006-05-25 [colin]      2.2.0cvs55
11913
11914         * src/mh.c
11915                 Disable flags syncing on .mh_sequences - it
11916                 is buggy and marks mails read under unknown
11917                 conditions.
11918
11919 2006-05-25 [paul]
11920
11921         * 2.3.0-rc4 released
11922
11923 2006-05-24 [colin]      2.2.0cvs54
11924
11925         attention cvs users: if you manage to crash
11926         Sylpheed-Claws while moving, copying or deleting
11927         mails, we *are* interested in stack traces and
11928         valgrind logs. It looks stable, but one never
11929         knows...
11930
11931         * src/folder.c
11932                 Add progressbar for cache updates
11933         * src/folderutils.c
11934                 Optimize Mark all read in the current
11935                 folder
11936         * src/mh.c
11937                 Add progressbar for copy/move
11938         * src/procmsg.c
11939                 Optimize O(n^2) in copy/move
11940         * src/summaryview.c
11941         * src/gtk/gtksctree.c
11942                 Optimize O(n^2) algos
11943         * src/common/timing.h
11944                 Display ms instead of us
11945
11946 2006-05-24 [wwp]        2.2.0cvs53
11947
11948         * manual/fr/advanced.xml
11949                 updates to the French manual.
11950
11951 2006-05-24 [wwp]        2.2.0cvs52
11952
11953         * src/common/utils.c
11954                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
11955
11956 2006-05-24 [wwp]        2.2.0cvs51
11957
11958         * src/folderutils.c
11959                 fixed "mark all read" in MH folders (thanks to Colin).
11960
11961 2006-05-24 [paul]       2.2.0cvs50
11962
11963         * doc/man/sylpheed-claws.1
11964                 updated the man page
11965
11966 2006-05-23 [colin]      2.2.0cvs49
11967
11968         * src/folderview.c
11969         * src/imap.c
11970         * src/inc.c
11971         * src/mbox.c
11972         * src/messageview.c
11973         * src/news.c
11974         * src/send_message.c
11975         * src/summaryview.c
11976         * src/gtk/sslcertwindow.c
11977                 alertpanel fixes, by Fabien
11978
11979 2006-05-23 [colin]      2.2.0cvs48
11980
11981         * src/folder.c
11982         * src/folderview.c
11983         * src/msgcache.c
11984         * src/summaryview.c
11985         * src/gtk/gtksctree.c
11986         * src/gtk/gtksctree.h
11987                 More timings
11988                 Fix slow loading problem, which was caused by the
11989                 use of some gtk_ctree funcs and their use of
11990                 g_list_position while gtk_ctree_(un)link'ing.
11991                 Reap more functions from gtkctree.c to be sure we
11992                 use our (fast) version instead of theirs.
11993         * src/mh.c
11994                 Fix copy of unread mails
11995
11996
11997 2006-05-22 [wwp]        2.2.0cvs47
11998
11999         * manual/fr/advanced.xml
12000                 updated.
12001
12002 2006-05-22 [colin]      2.2.0cvs46
12003
12004         * src/filtering.c
12005                 Fix possible infinite loop. 'copy' is not a 
12006                 final action, so when encountering a 'copy',
12007                 we have to check if a previous one was set
12008                 and do it. In the same way, if we encounter
12009                 a 'move' we have to perform a possibly 
12010                 pending 'copy'. This will slow down filtering
12011                 on IMAP if move+copy or multiple copy actions
12012                 are to be done, but handling it via the batch
12013                 would be really too convoluted.
12014
12015 2006-05-22 [wwp]        2.2.0cvs45
12016
12017         * manual/fr/advanced.xml
12018         * manual/fr/faq.xml
12019         * manual/fr/glossary.xml
12020         * manual/fr/handling.xml
12021         * manual/fr/intro.xml
12022         * manual/fr/plugins.xml
12023         * manual/fr/sylpheed-claws-manual.xml
12024                 sync w/ the english manual: updates URIs, documented mailing-list
12025                 support, better explanation about the enabled/disabled feature
12026                 in filtering/processing rules by Paul.
12027
12028 2006-05-21 [colin]      2.2.0cvs44
12029
12030         * src/summaryview.c
12031                 Don't expand after building threads, but during
12032
12033 2006-05-21 [colin]      2.2.0cvs43
12034
12035         * src/procmsg.c
12036         * src/summaryview.c
12037                 More timing possibilities... For next time I have 
12038                 to find out how the hell some 3GHz computer takes
12039                 one minute to open a 30k folder...
12040
12041 2006-05-21 [colin]      2.2.0cvs42
12042
12043         * manual/pl/advanced.xml
12044         * manual/pl/faq.xml
12045         * manual/pl/glossary.xml
12046         * manual/pl/handling.xml
12047         * manual/pl/intro.xml
12048         * manual/pl/plugins.xml
12049         * manual/pl/sylpheed-claws-manual.xml
12050                 Polish manual updated by Pawel
12051
12052 2006-05-20 [colin]
12053
12054         * 2.3.0-rc3 released
12055
12056 2006-05-20 [colin]      2.2.0cvs41
12057
12058         * src/imap.c
12059                 Fix -rc2 problems:
12060                 - remove cache of moved messages from original folder
12061                 - apply new flags to messages even if they aren't appliable
12062                   via IMAP.
12063
12064 2006-05-20 [colin]
12065
12066         * 2.3.0-rc2 released
12067
12068 2006-05-19 [colin]      2.2.0cvs40
12069
12070         * src/imap.c
12071                 Don't issue SELECT in imap_change_flags
12072                 before having checked that we indeed have
12073                 some flags to change. MSG_POSTFILTERED for
12074                 example can't be used on IMAP.
12075                 Fixes bug #955 (copying messages between 
12076                 imap folders is extremely slow), which was
12077                 a regression.
12078
12079 2006-05-19 [colin]      2.2.0cvs39
12080
12081         * src/folder.c
12082         * src/folder.h
12083         * src/folderview.c
12084                 Try to fix bug #830 (Some unread messages 
12085                 get marked read in IMAP inbox):
12086                 - Prevent scanning a folder if it's being 
12087                   opened via the GUI
12088                 - Postpone opening via the GUI of a folder
12089                   currently scanned.
12090
12091
12092 2006-05-19 [wwp]        2.2.0cvs38
12093
12094         * manual/advanced.xml
12095                 fix English+typo (thanks to Paul).
12096
12097 2006-05-19 [wwp]        2.2.0cvs37
12098
12099         * manual/advanced.xml
12100         * manual/fr/advanced.xml
12101         * src/gtk/logwindow.c
12102         * src/prefs_common.c
12103         * src/prefs_common.h
12104                 added hidden prefs to allow customization of colors used in
12105                 protocol log window (useful for dark gtk+ themes).
12106
12107 2006-05-19 [wwp]        2.2.0cvs36
12108
12109         * ChangeLog
12110                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12111
12112 2006-05-19 [paul]       2.2.0cvs35
12113
12114         * src/textview.c
12115                 make Reply-To fully clickable
12116         * src/gtk/logwindow.c
12117                 more colouring (SMTP ESMTP)
12118         Both patches by Pawel Pekala
12119
12120 2006-05-19 [cleroy]     2.2.0cvs34
12121
12122         * src/mh.c
12123                 Don't update flags from current folder
12124                 Probably fixes bug #935 (Read Messages 
12125                 Revert to Being Marked as Unread)
12126
12127 2006-05-18 [colin]      2.2.0cvs33
12128
12129         * src/imap.c
12130                 Warning fix
12131         * src/compose.c
12132         * src/mainwindow.c
12133         * src/summaryview.c
12134         * src/toolbar.c
12135                 Allow replying to multiple emails
12136                 in multiple windows
12137         * src/mimeview.c
12138         * src/etpan/imap-thread.c
12139                 Leak fixes
12140
12141 2006-05-18 [paul]       2.2.0cvs32
12142
12143         * src/summaryview.c
12144                 keep Mailing-List menu refreshed
12145                 Thanks to Colin
12146
12147 2006-05-18 [paul]       2.2.0cvs31
12148
12149         * manual/advanced.xml
12150         * manual/faq.xml
12151         * manual/glossary.xml
12152         * manual/handling.xml
12153         * manual/intro.xml
12154         * manual/plugins.xml
12155         * manual/sylpheed-claws-manual.xml
12156                 update URLs
12157                 add info about mailing-list support
12158                 edit filtering info
12159         * src/wizard.c
12160         * src/common/defs.h
12161         * src/gtk/about.c
12162         * src/plugins/dillo_viewer/README
12163                 update URLs
12164
12165 2006-05-17 [wwp]        2.2.0cvs30
12166
12167         * manual/handling.xml
12168         * manual/fr/handling.xml
12169                 documented the ability to enabled/disable filtering/processing rules.
12170
12171 2006-05-17 [colin]      2.2.0cvs29
12172
12173         * src/main.c
12174                 Don't initialize g_thread subsystem if it's 
12175                 already done (thanks to Hiro)
12176         * src/mimeview.c
12177                 Fix saving of parts when there name can't be
12178                 converted from UTF-8.
12179
12180 2006-05-17 [paul]       2.2.0cvs28
12181
12182         * po/Makefile.in.in
12183                 fix config.status warning with autoconf 2.60
12184
12185 2006-05-17 [paul]       2.2.0cvs27
12186
12187         * po/POTFILES.in
12188                 add src/mbox.c
12189
12190 2006-05-17 [wwp]        2.2.0cvs26
12191
12192         * src/mainwindow.c
12193                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12194
12195 2006-05-17 [wwp]        2.2.0cvs25
12196
12197         * src/plugins/demo/demo.c
12198                 updated product name in plugin demo (many plugins need to be
12199                 sync'ed w/ that change).
12200
12201 2006-05-17 [colin]      2.2.0cvs24
12202
12203         * src/mh.c
12204                 Fix leak
12205
12206 2006-05-16 [colin]      2.2.0cvs23
12207
12208         * src/mainwindow.c
12209                 Stupid me hit again. Fix cvs22.
12210
12211 2006-05-16 [colin]      2.2.0cvs22
12212
12213         * src/mainwindow.c
12214                 Fix bug #922 (sylpheed-claws crashed after 
12215                 pushing on Inbox folder)
12216
12217 2006-05-16 [colin]      2.2.0cvs21
12218
12219         * src/compose.c
12220                 Make From header be copy/paste/select-able
12221
12222 2006-05-16 [wwp]        2.2.0cvs20
12223
12224         * src/export.c
12225         * src/matcher.c
12226         * src/summaryview.c
12227         * src/etpan/imap-thread.c
12228                 fix some compiler warnings (thanks to Colin).
12229
12230 2006-05-16 [wwp]        2.2.0cvs19
12231
12232         * src/action.c
12233         * src/gedit-print.c
12234         * src/inc.c
12235         * src/mainwindow.c
12236         * src/mh.c
12237         * src/statusbar.c
12238         * src/send_message.c
12239         * src/summaryview.c
12240                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12241
12242 2006-05-15 [colin]      2.2.0cvs18
12243
12244         * src/procmsg.c
12245                 Fix automatic rule creation with List-Post
12246
12247 2006-05-15 [paul]       2.2.0cvs17
12248
12249         * tools/filter_conv_new.pl
12250                 updated for rule enabling/disabling
12251                 claws version >= 2.3.x required
12252
12253 2006-05-15 [cleroy]     2.2.0cvs16
12254
12255         * src/main.c
12256                 Revert test
12257
12258 2006-05-15 [cleroy]     2.2.0cvs15
12259
12260         * src/main.c
12261                 test
12262
12263 2006-05-15 [wwp]        2.2.0cvs14
12264
12265         * manual/pl/.cvsignore
12266                 ignore generated files.
12267
12268 2006-05-14 [wwp]        2.3.0-rc1
12269
12270         * 2.3.0-rc1 released
12271
12272 2006-05-13 [wwp]        2.2.0cvs13
12273
12274         * src/filtering.c
12275         * src/filtering.h
12276         * src/matcher.c
12277         * src/matcher_parser_lex.l
12278         * src/matcher_parser_parse.y
12279         * src/prefs_filtering.c
12280                 new feature: provide the ability to disable filtering and processing
12281                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12282                 adaptations.
12283
12284 2006-05-13 [colin]      2.2.0cvs12
12285
12286         * src/compose.c
12287                 Remove useless if (a) b; else b;
12288                 Thanks to wwp
12289
12290 2006-05-13 [wwp]        2.2.0cvs11
12291
12292         * src/export.c
12293         * src/import.c
12294         * src/mainwindow.c
12295         * src/mbox.c
12296         * src/summaryview.c
12297         * src/summaryview.h
12298                 no more silent failures (or at least less ones) when importing
12299                 or exporting from/to mbox. Also start importing/exporting if
12300                 the necessary info is set.
12301
12302 2006-05-13 [wwp]        2.2.0cvs10
12303
12304         * RELEASE_NOTES
12305                 restored up-to-date release notes.
12306
12307 2006-05-13 [paul]       2.2.0cvs9
12308
12309         * po/nl.po
12310         * po/ru.po
12311                 updated by Tim Dijkstra and Pavlo Bohmat
12312
12313 2006-05-12 [colin]      2.2.0cvs8
12314
12315         * src/gtk/quicksearch.c
12316                 Add "k" as shortcut for "colorlabel". Patch
12317                 by ath42@users.sf.net.
12318
12319 2006-05-12 [paul]       2.2.0cvs7
12320
12321         * src/prefs_common.h
12322         * src/prefs_summaries.c
12323         * src/summaryview.c
12324                 when entering a folder also allow
12325                 going directly to first Marked message
12326
12327 2006-05-12 [paul]       2.2.0cvs6
12328
12329         * src/summaryview.c
12330                 always obey 'confirm before marking all
12331                 mails read' option
12332
12333 2006-05-12 [paul]       2.2.0cvs5
12334
12335         * src/textview.c
12336                 make Sender fully clickable
12337
12338 2006-05-12 [colin]      2.2.0cvs4
12339
12340         * src/compose.c
12341         * src/compose.h
12342                 Let From be editable
12343         * src/main.c
12344         * src/mh.c
12345                 Full support of .mh_sequences' Unseen seq
12346
12347 2006-05-12 [colin]      2.2.0cvs3
12348
12349         * src/folder.c
12350         * src/mainwindow.c
12351         * src/mainwindow.h
12352         * src/messageview.c
12353         * src/prefs_spelling.c
12354         * src/procheader.c
12355         * src/procmsg.c
12356         * src/procmsg.h
12357         * src/summaryview.c
12358         * src/toolbar.c
12359         * src/toolbar.h
12360                 Add contextual menu on Compose toolbar
12361                 button. Fixes bug #944 (Automatic
12362                 addresses not applied when changing account
12363                 from compose window)
12364                 add Mailing List support
12365                 based on the old 0.6.5claws25 patch by
12366                 Melvin Hadasht, with finishing touches
12367                 by Colin
12368                 Fix "ignore thread" when mails are threaded by
12369                 subject (and weren't ignored although appearing
12370                 in the thread).
12371                 GUI rework.
12372                 Both patches by Pawel.
12373
12374 2006-05-08 [paul]       2.2.0cvs2
12375
12376         * src/mainwindow.c
12377         * src/mainwindow.h
12378         * src/messageview.c
12379         * src/procheader.c
12380         * src/procmsg.c
12381         * src/procmsg.h
12382         * src/summaryview.c
12383                 add Mailing List support
12384                 based on the old 0.6.5claws25 patch by 
12385                 Melvin Hadasht, with finishing touches
12386                 by Colin
12387
12388 2006-05-08 [colin]      2.2.0cvs1
12389
12390         * src/mainwindow.c
12391         * src/toolbar.c
12392         * src/toolbar.h
12393                 Add contextual menu on Compose toolbar 
12394                 button. Fixes bug #944 (Automatic 
12395                 addresses not applied when changing account 
12396                 from compose window)
12397
12398 2006-05-08 [paul]       2.2.0
12399
12400         2.2.0 released
12401
12402 2006-05-08 [paul]       2.1.1cvs51
12403
12404         * po/cs.po
12405         * po/de.po
12406         * po/en_GB.po
12407         * po/fi.po
12408         * po/fr.po
12409         * po/pt_BR.po
12410         * po/sr.po
12411         * po/zh_CN.po
12412                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12413                 Fabien Vantard, Frederico Goncalves Guimaraes,
12414                 Aleksandar Urosevic, and Ralgh Young
12415
12416 2006-05-12 [colin]      2.1.1cvs50
12417
12418         * po/cs.po
12419         * po/de.po
12420         * po/en_GB.po
12421         * po/es.po
12422         * po/fi.po
12423         * po/fr.po
12424         * po/pt_BR.po
12425         * po/sr.po
12426         * po/zh_CN.po
12427                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12428                 Fabien Vantard, Frederico Goncalves Guimaraes,
12429                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12430
12431 2006-05-05 [colin]      2.1.1cvs49
12432
12433         * manual/Makefile.am
12434         * manual/pl/Makefile.am
12435         * manual/pl/account.xml
12436         * manual/pl/ack.xml
12437         * manual/pl/addrbook.xml
12438         * manual/pl/advanced.xml
12439         * manual/pl/faq.xml
12440         * manual/pl/glossary.xml
12441         * manual/pl/gpl.xml
12442         * manual/pl/handling.xml
12443         * manual/pl/intro.xml
12444         * manual/pl/keyboard.xml
12445         * manual/pl/plugins.xml
12446         * manual/pl/starting.xml
12447         * manual/pl/sylpheed-claws-manual.xml
12448         * manual/pl/dist/.cvsignore
12449         * manual/pl/dist/Makefile.am
12450         * manual/pl/dist/html/.cvsignore
12451         * manual/pl/dist/html/Makefile.am
12452         * manual/pl/dist/pdf/.cvsignore
12453         * manual/pl/dist/pdf/Makefile.am
12454         * manual/pl/dist/ps/.cvsignore
12455         * manual/pl/dist/ps/Makefile.am
12456         * manual/pl/dist/txt/.cvsignore
12457         * manual/pl/dist/txt/Makefile.am
12458                 Add the polish translation of the manual,
12459                 Authored by Pawel Pekala.
12460
12461 2006-05-05 [cleroy]     2.1.1cvs48
12462
12463         * src/main.c
12464                 Re-read matcherrc after loading plugins 
12465                 if some of them add folders.
12466
12467 2006-05-03 [colin]      2.1.1cvs47
12468
12469         * src/imap.c
12470                 I'm idiot
12471
12472 2006-05-03 [colin]      2.1.1cvs46
12473
12474         * src/imap.c
12475                 Be sure to have a session when
12476                 getting separator
12477
12478 2006-05-03 [colin]      2.1.1cvs45
12479
12480         * src/imap.c
12481         * src/imap.h
12482         * src/imap_gtk.c
12483                 Fix preventing renaming with namespace 
12484                 separator.
12485
12486 2006-05-01 [colin]      2.1.1cvs44
12487
12488         * src/action.c
12489                 Don't reload messageview when result of
12490                 action is piped.
12491
12492 2006-04-29 [colin]      2.1.1cvs43
12493
12494         * src/prefs_receive.c
12495         * src/plugins/spamassassin/spamassassin_gtk.c
12496         * src/plugins/clamav/clamav_plugin_gtk.c
12497                 GUI fixes by Pawel
12498
12499 2006-04-29 [colin]      2.1.1cvs42
12500
12501         * src/prefs_compose_writing.c
12502         * src/prefs_quote.c
12503                 Cleanups. Patch by Pawel
12504
12505 2006-04-28 [paul]       2.1.1cvs41
12506
12507         * src/matcher.c
12508                 fix returned quick search results when search
12509                 term contains an underscore.
12510                 Thanks to Colin
12511
12512 2006-04-28 [paul]       2.1.1cvs40
12513
12514         * src/prefs_message.c
12515         * src/prefs_receive.c
12516                 GUI cleanups
12517                 Patches by Pawel Pekala
12518
12519 2006-04-27 [colin]      2.1.1cvs39
12520
12521         * src/wizard.c
12522                 Differentiate subject Welcome from
12523                 window's title Welcome
12524
12525 2006-04-27 [paul]
12526
12527         2.2.0-rc1 released
12528
12529 2006-04-27 [paul]       2.1.1cvs38
12530
12531         * manual/advanced.xml
12532         * manual/fr/advanced.xml
12533                 add info about compose_no_markup hidden pref
12534
12535 2006-04-27 [paul]       2.1.1cvs37
12536
12537         * src/prefs_account.c
12538                 improve privacy labels
12539         * src/prefs_msg_colors.c
12540                 change some strings for translators' convenience
12541         * src/gtk/gtkutils.c
12542                 don't underline the link button text
12543
12544 2006-04-25 [colin]      2.1.1cvs36
12545
12546         * src/folder.c
12547                 Complete 2.1.1cvs33 (once more ;)
12548
12549 2006-04-25 [colin]      2.1.1cvs35
12550
12551         * src/editldap.c
12552                 Fix tooltip
12553
12554 2006-04-25 [cleroy]     2.1.1cvs34
12555
12556         * src/compose.c
12557         * src/gtk/gtkaspell.c
12558                 Fix crash on redirect (related to the return 
12559                 of the aspell menu in compose's toolbar)
12560         * src/prefs_msg_colors.c
12561                 Fix sensitivity widgets
12562         * src/image_viewer.c
12563         * src/gtk/pluginwindow.c
12564         * src/gtk/prefswindow.c
12565                 Change released signals to clicked (Fabien)
12566         * po/POTFILES.in
12567         * src/common/socket.c
12568         * src/plugins/spamassassin/spamassassin.c
12569                 Translate strings (Fabien)
12570
12571 2006-04-25 [paul]       2.1.1cvs33
12572
12573         * src/folder.c
12574         * src/folder.h
12575         * src/folderview.c
12576                 complete the fix of bug #912
12577                 Thanks to Colin
12578
12579 2006-04-25 [colin]      2.1.1cvs32
12580
12581         * src/news.c
12582                 Better progress bar
12583         * src/mimeview.c
12584         * src/summaryview.c
12585         * src/summaryview.h
12586                 Fix focus chain
12587                 Patches by Pawel Pekala
12588
12589 2006-04-24 [colin]      2.1.1cvs31
12590
12591         * src/compose.c
12592                 Fix compilation warnings (Fabien)
12593
12594 2006-04-24 [colin]      2.1.1cvs30
12595
12596         * src/addrindex.c
12597         * src/editldap.c
12598         * src/editldap_basedn.c
12599         * src/editldap_basedn.h
12600         * src/ldapctrl.c
12601         * src/ldapctrl.h
12602         * src/ldapquery.c
12603         * src/ldaputil.c
12604         * src/ldaputil.h
12605                 Fix bug #901 (LDAPS support)
12606
12607 2006-04-24 [colin]      2.1.1cvs29
12608
12609         * src/compose.c
12610                 Fix logic on error with send dialog on
12611         * src/imap.c
12612                 Fix compilation without libetpan, thanks
12613                 to Fabien
12614         * src/summaryview.c
12615                 Fix 'context-menu' key
12616
12617 2006-04-23 [colin]      2.1.1cvs28
12618
12619         * src/folder.c
12620                 Never free current's cache to free up 
12621                 memory. Fixes bug #912 (new count 
12622                 randomly set to message count)
12623
12624 2006-04-23 [colin]      2.1.1cvs27
12625
12626         * src/gtk/quicksearch.c
12627                 And remove printf...
12628
12629 2006-04-23 [colin]      2.1.1cvs26
12630
12631         * src/gtk/quicksearch.c
12632                 Fix replacing in quicksearch, and fix inserting
12633                 in the middle of the string. (introduced at 2.1.0cvs22)
12634
12635 2006-04-23 [colin]      2.1.1cvs25
12636
12637         * src/imap.c
12638                 Make sure uidnext is initialized in get_num_list
12639                 (not for stable, related to 2.1.1cvs8 and friends)
12640
12641 2006-04-23 [colin]      2.1.1cvs24
12642
12643         * src/imap.c
12644                 Output something when login is successful
12645                 too
12646
12647 2006-04-23 [colin]      2.1.1cvs23
12648
12649         * src/etpan/imap-thread.c
12650                 Better logging (line-per-line, hide data in fetch)
12651                 Fix a const warning
12652         * src/gtk/logwindow.c
12653         * src/gtk/logwindow.h
12654                 Better logging (color for input/output)
12655
12656 2006-04-21 [colin]      2.1.1cvs22
12657
12658         * src/gtk/quicksearch.c
12659                 On gtk+-2.8, use stock buttons in quicksearch
12660                 Based on a patch by Fabien and a design by Paul
12661
12662 2006-04-21 [colin]      2.1.1cvs21
12663
12664         * src/folderview.c
12665         * src/mainwindow.c
12666                 Fix occasional flicker in folderview
12667         * src/common/utils.c
12668                 Fix bug #943 (Incorrectly parsed email address 
12669                 list in short headers on message view and in 
12670                 printouts)
12671
12672 2006-04-20 [colin]      2.1.1cvs20
12673
12674         * src/imap.c
12675         * src/imap.h
12676         * src/prefs_account.c
12677                 Add ANONYMOUS auth for IMAP
12678
12679 2006-04-20 [paul]       2.1.1cvs19
12680
12681         * src/main.c
12682                 proper fix for 2.1.1cvs18
12683                 Thanks to Colin
12684
12685 2006-04-20 [paul]       2.1.1cvs18
12686
12687         * src/main.c
12688                 fix build warnings
12689
12690 2006-04-20 [paul]       2.1.1cvs17
12691
12692         * src/gtk/quicksearch.c
12693                 fix standard, non-extended Quick search,
12694                 was broken in 2.1.1cvs15.
12695                 Thanks to Colin.
12696
12697 2006-04-20 [colin]      2.1.1cvs16
12698
12699         * src/prefs_matcher.c
12700                 Fix values when reselecting a ~test
12701                 rule
12702
12703 2006-04-19 [colin]      2.1.1cvs15
12704
12705         * src/compose.c
12706         * src/compose.h
12707         * src/gtk/gtkaspell.c
12708         * src/gtk/gtkaspell.h
12709                 Put back Options menu in Spelling/
12710         * src/gtk/quicksearch.c
12711                 Don't search, and show error, if the
12712                 advanced search has a syntax error
12713
12714 2006-04-18 [colin]      2.1.1cvs14
12715
12716         * src/textview.c
12717                 Fix gdk warnings on set_cursor when textview
12718                 isn't visible
12719
12720 2006-04-18 [colin]      2.1.1cvs13
12721
12722         * src/gtk/gtksctree.c
12723                 Remove seemingly useless refresh that causes
12724                 flicker - watch this commit in case of 
12725                 problems before planned backport to stable
12726
12727 2006-04-18 [colin]      2.1.1cvs12
12728
12729         * src/imap.c
12730                 Factorize get/set_xml code
12731         * src/compose.c
12732         * src/prefs_account.c
12733         * src/prefs_account.h
12734         * src/procmsg.c
12735                 Add Encrypt to self option
12736
12737 2006-04-17 [colin]      2.1.1cvs11
12738
12739         * configure.ac
12740                 Fix search on encrpyt function on dragonfly
12741                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12742
12743 2006-04-17 [colin]      2.1.1cvs10
12744
12745         * src/prefs_account.c
12746                 Be safe by default: remove mails from POP3
12747                 after 7 days, not immediately
12748
12749 2006-04-17 [colin]      2.1.1cvs9
12750
12751         * src/etpan/imap-thread.c
12752                 Fix build on DragonFly - patch by 
12753                 Jonathan Buschmann <jonthn@agmact.com>
12754
12755 2006-04-17 [colin]      2.1.1cvs8
12756
12757         * src/imap.c
12758                 Save uidnext between sessions
12759
12760 2006-04-17 [colin]      2.1.1cvs7
12761
12762         * src/imap.c
12763                 scan is required when uid validity changes
12764
12765 2006-04-17 [colin]      2.1.1cvs6
12766
12767         * src/folderview.c
12768                 Don't scan if not necessary, apart in current
12769                 folder and INBOX to fetch flags.
12770         * src/imap.c
12771                 Scan is necessary if unread count changes
12772
12773 2006-04-17 [colin]      2.1.1cvs5
12774
12775         * src/imap.c
12776                 ...But always fetch ANSWERED and DELETED flags for
12777                 INBOX, as filtering can happen on these flags.
12778
12779 2006-04-17 [colin]      2.1.1cvs4
12780
12781         * src/imap.c
12782                 Don't fetch REPLIED and DELETED flags when synchronising
12783                 flags with a closed folder. We only need UNSEEN and FLAGGED
12784                 to update the folderview.
12785
12786 2006-04-17 [colin]      2.1.1cvs3
12787
12788         * src/imap.c
12789                 Faster flag search when there are new mails 
12790                 in a folder. We can do a full search if the 
12791                 folder contains less messages than the new
12792                 list.
12793
12794 2006-04-17 [colin]      2.1.1cvs2
12795
12796         * po/cs.po
12797         * po/de.po
12798         * po/fr.po
12799         * po/nl.po
12800         * po/pt_BR.po
12801                 Update translations from stable branch
12802
12803 2006-04-17 [colin]      2.1.1cvs1
12804
12805         * configure.ac
12806                 Bump version to follow stable release
12807
12808 2006-04-16 [mones]      2.1.0cvs50
12809
12810         * po/es.po
12811                 Updated for release
12812
12813 2006-04-16 [colin]      2.1.0cvs49
12814
12815         * src/textview.c
12816                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12817                 with gtk < 2.8. Thanks to Fabien Vantard.
12818
12819 2006-04-15 [colin]      2.1.0cvs48
12820
12821         * src/etpan/imap-thread.c
12822                 Fix bug #919 (libetpan: SEGV when connecting 
12823                 using command)
12824
12825 2006-04-14 [colin]      2.1.0cvs47
12826
12827         * src/main.c
12828                 Fix race on --select (should be done better)
12829
12830 2006-04-14 [wwp]        2.1.0cvs46
12831
12832         * src/send_message.c
12833                 enforce a check for domain in account prefs (a sending
12834                 error could be faced if domain was checked but no value set),
12835                 thanks to Colin.
12836
12837 2006-04-14 [colin]      2.1.0cvs45
12838
12839         * src/codeconv.c
12840                 when converting from unknown to unknown, if the
12841                 string is UTF8, don't convert it to the locale
12842                 (which breaks it)
12843
12844 2006-04-14 [colin]      2.1.0cvs44
12845
12846         * src/compose.c
12847                 Don't try to use ASCII for converting headers
12848                 (as done in body)
12849
12850 2006-04-14 [paul]       2.1.0cvs43
12851
12852         * src/crash.c
12853                 add locale/charset info to crash report
12854         * src/gtk/about.c
12855                 add wwp to doc team
12856                 replace 'e-mail' with preferred 'email'
12857         * src/gtk/authors.h
12858                 ensure contributors list is in alphabetical
12859                 order
12860
12861 2006-04-13 [colin]      2.1.0cvs42
12862
12863         * src/textview.c
12864                 Prevent gdk warnings
12865
12866 2006-04-13 [colin]      2.1.0cvs41
12867
12868         * src/common/ssl_certificate.c
12869         * src/common/ssl_certificate.h
12870         * src/gtk/sslcertwindow.c
12871                 Warn on expired certs, and display the expiration date
12872
12873 2006-04-13 [colin]      2.1.0cvs40
12874
12875         * src/plugins/spamassassin/spamassassin_gtk.c
12876                 Fix missing set_text on unix socket
12877
12878 2006-04-13 [wwp]        2.1.0cvs39
12879
12880         * manual/fr/advanced.xml
12881         * manual/fr/glossary.xml
12882                 applied new spam/ham/email lexicon (pourriel, courriel)
12883
12884 2006-04-13 [paul]       2.1.0cvs38
12885
12886         * src/plugins/pgpmime/plugin.c
12887                 remove the mention of S/MIME from the
12888                 description. This is now handled by the
12889                 S/MIME plugin.
12890
12891 2006-04-13 [paul]       2.1.0cvs37
12892
12893         * src/prefs_msg_colors.c
12894                 rework dialog
12895         * src/prefs_folder_item.c
12896         * src/prefs_spelling.c
12897                 add a tooltip to the colour selector buttons
12898
12899 2006-04-13 [wwp]        2.1.0cvs36
12900
12901         * manual/advanced.xml
12902         * manual/glossary.xml
12903         * manual/handling.xml
12904         * manual/keyboard.xml
12905         * manual/plugins.xml
12906         * manual/starting.xml
12907         * manual/fr/account.xml
12908         * manual/fr/ack.xml
12909         * manual/fr/addrbook.xml
12910         * manual/fr/advanced.xml
12911         * manual/fr/faq.xml
12912         * manual/fr/glossary.xml
12913         * manual/fr/gpl.xml
12914         * manual/fr/handling.xml
12915         * manual/fr/intro.xml
12916         * manual/fr/keyboard.xml
12917         * manual/fr/plugins.xml
12918         * manual/fr/starting.xml
12919         * manual/fr/sylpheed-claws-manual.xml
12920                 fixes to the manuals:
12921                  - summaryview -> Message List (same in French)
12922                  - translate key names
12923                  - fix French punctuation, use non-breakable spaces when
12924                    necessary, don't use &thinsp; which is not portable
12925                  - tell what maildir and mbox formats we support
12926
12927 2006-04-12 [wwp]        2.1.0cvs35
12928
12929         * src/prefs_toolbar.c
12930                 unified a replace button more,
12931                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12932
12933 2006-04-12 [wwp]        2.1.0cvs34
12934
12935         * src/prefs_common.c
12936         * src/prefs_msg_colors.c
12937                 make default color labels translatable,
12938                 patch from Fabien Vantard <fzzzzz@gmail.com>,
12939                 thanks to Tim <timbrain@post.cz> for reporting.
12940
12941 2006-04-12 [wwp]        2.1.0cvs33
12942
12943         * manual/glossary.xml
12944         * manual/intro.xml
12945         * manual/plugins.xml
12946         * manual/starting.xml
12947         * manual/sylpheed-claws-manual.xml
12948         * manual/fr/.cvsignore
12949         * manual/fr/account.xml
12950         * manual/fr/ack.xml
12951         * manual/fr/addrbook.xml
12952         * manual/fr/advanced.xml
12953         * manual/fr/faq.xml
12954         * manual/fr/glossary.xml
12955         * manual/fr/handling.xml
12956         * manual/fr/intro.xml
12957         * manual/fr/keyboard.xml
12958         * manual/fr/plugins.xml
12959         * manual/fr/starting.xml
12960         * manual/fr/sylpheed-claws-manual.xml
12961                 various fixes: typos, missing .fr translations, punctuation,
12962                 capitalization, links, accents and some bad French more.
12963
12964 2006-04-12 [wwp]        2.1.0cvs32
12965
12966         * src/prefs_gtk.c
12967                 fix for bug #935: always store prefs files in UTF-8 (thanks
12968                 to Colin).
12969
12970 2006-04-11 [colin]      2.1.0cvs31
12971
12972         * src/compose.c
12973                 Fix inserting files not in utf8 when locale is utf8
12974
12975 2006-04-11 [colin]      2.1.0cvs30
12976
12977         * src/inc.c
12978                 Don't show error dialog when cancelling connection
12979                 Patch by Pawel
12980
12981 2006-04-11 [cleroy]     2.1.0cvs29
12982
12983         * src/compose.c
12984                 Implement multiple quote levels
12985         * src/prefs_common.c
12986                 Change a little bit the quote bgcolor for 2nd level
12987
12988 2006-04-11 [colin]      2.1.0cvs28
12989
12990         * src/gtk/about.c
12991                 Add locale and charset in the label
12992
12993 2006-04-10 [colin]      2.1.0cvs27
12994
12995         * src/compose.c
12996         * src/prefs_common.c
12997         * src/prefs_common.h
12998         * src/prefs_msg_colors.c
12999         * src/textview.c
13000                 Allow optional background color in quotes
13001                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13002                 GTK+-2.8.x feature
13003
13004 2006-04-10 [colin]      2.1.0cvs26
13005
13006         * src/main.c
13007         * src/mainwindow.c
13008         * src/mainwindow.h
13009                 Implement --select
13010
13011 2006-04-10 [colin]      2.1.0cvs25
13012
13013         * manual/plugins.xml
13014         * manual/fr/plugins.xml
13015                 Document libcurl's proxy variables
13016
13017 2006-04-09 [colin]      2.1.0cvs24
13018
13019         * src/prefs_common.c
13020                 gettext() returns statically allocated stuff. We have
13021                 to strdup it in order to be able to free it.
13022
13023 2006-04-09 [colin]      2.1.0cvs23
13024
13025         * AUTHORS
13026         * src/gtk/authors.h
13027                 Add Alexei
13028
13029 2006-04-09 [colin]      2.1.0cvs22
13030
13031         * src/mainwindow.c
13032         * src/gtk/quicksearch.c
13033                 Fix bug #859 (problems with cyrilic input in 
13034                 search panel) - Patch by Alexey Illarionov 
13035                 <littlesavage@rambler.ru>
13036
13037 2006-04-09 [colin]      2.1.0cvs21
13038
13039         * src/prefs_customheader.c
13040                 I prefer removing then freeing rather than the contrary
13041                 (even if it doesn't change anything ;-)
13042         * src/prefs_account.c
13043                 Fix bug #933 (Crash re-entering the custom headers list 
13044                 dialog in accounts prefs)
13045                 The problem happened when cancelling the Account 
13046                 Preferences' dialogs - in which case we didn't do 
13047                 anything to the PrefsAccount * struct. In case of applying,
13048                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13049                 working with in this dialog. The problem is that 
13050                 prefs_customheader.c, working on this tmp_ac_prefs, always
13051                 changes the ->customhdr_list pointer, even when cancelled. 
13052                 So in case of cancelling the prefs_account dialog, we still
13053                 have to update ->customhdr_list in the real account.
13054
13055 2006-04-08 [colin]      2.1.0cvs20
13056
13057         * manual/fr/glossary.xml
13058         * manual/fr/keyboard.xml
13059                 Forgot some headers :)
13060
13061 2006-04-08 [colin]      2.1.0cvs19
13062
13063         * manual/Makefile.am
13064         * manual/fr/Makefile.am
13065         * manual/fr/account.xml
13066         * manual/fr/ack.xml
13067         * manual/fr/addrbook.xml
13068         * manual/fr/advanced.xml
13069         * manual/fr/faq.xml
13070         * manual/fr/glossary.xml
13071         * manual/fr/gpl.xml
13072         * manual/fr/handling.xml
13073         * manual/fr/intro.xml
13074         * manual/fr/keyboard.xml
13075         * manual/fr/plugins.xml
13076         * manual/fr/starting.xml
13077         * manual/fr/sylpheed-claws-manual.xml
13078         * manual/fr/dist/.cvsignore
13079         * manual/fr/dist/Makefile.am
13080         * manual/fr/dist/html/.cvsignore
13081         * manual/fr/dist/html/Makefile.am
13082         * manual/fr/dist/pdf/.cvsignore
13083         * manual/fr/dist/pdf/Makefile.am
13084         * manual/fr/dist/ps/.cvsignore
13085         * manual/fr/dist/ps/Makefile.am
13086         * manual/fr/dist/txt/.cvsignore
13087         * manual/fr/dist/txt/Makefile.am
13088                 Add the french translation of the manual. Thanks to
13089                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13090                 account.xml, ack.xml, addrbook.xml and advanced.xml
13091
13092 2006-04-08 [colin]      2.1.0cvs18
13093
13094         * manual/plugins.xml
13095         * manual/starting.xml
13096                 More fixes
13097
13098 2006-04-07 [colin]      2.1.0cvs17
13099
13100         * manual/faq.xml
13101         * manual/intro.xml
13102         * manual/keyboard.xml
13103                 Little fixes
13104
13105 2006-04-07 [colin]      2.1.0cvs16
13106
13107         * README
13108         * src/compose.c
13109         * src/prefs_common.c
13110         * src/prefs_common.h
13111                 Add hidden compose_no_markup pref
13112
13113 2006-04-07 [wwp]        2.1.0cvs15
13114
13115         * src/summary_search.c
13116         * .cvsignore
13117                 Bugfix: stop button was sticky when searching in an empty folder.
13118                 Applied curly brackets code style to the whole file (summary_search.c).
13119                 More files to ignore.
13120
13121 2006-04-07 [wwp]        2.1.0cvs14
13122
13123         * src/message_search.c
13124         * src/summary_search.c
13125                 changed default button when search bumps at file/folder
13126                 beginning or end, for convenience (thanks to Colin).
13127
13128 2006-04-07 [paul]       2.1.0cvs13
13129
13130         * src/plugins/dillo_viewer/dillo_prefs.c
13131                 avoid future potential for namespace collision
13132                 Patch by Colin
13133
13134 2006-04-06 [wwp]        2.1.0cvs12
13135
13136         * src/summary_search.c
13137                 Unify extended/advanced searches names (and thus factorize labels),
13138                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13139
13140 2006-04-06 [wwp]        2.1.0cvs11
13141
13142         * src/folderview.c
13143         * src/prefs_themes.c
13144         * src/summaryview.c
13145                 Fixed some compilation warnings.
13146
13147 2006-04-06 [colin]      2.1.0cvs10
13148
13149         * manual/advanced.xml
13150                 Document the wizard template and how to deploy
13151                 Sylpheed-Claws effectively
13152
13153 2006-04-06 [colin]      2.1.0cvs9
13154
13155         * src/folderview.c
13156                 gettext patch to tell translators about _("#"),
13157                 by Maxim Britov
13158
13159 2006-04-06 [colin]      2.1.0cvs8
13160
13161         * src/textview.c
13162                 Fix invalid GtkTextBIter after clicking "Display as text"
13163
13164 2006-04-06 [mones]      2.1.0cvs7
13165
13166         * src/addr_compl.c
13167         * src/addrindex.c
13168         * src/addritem.c
13169         * src/codeconv.c
13170         * src/compose.c
13171         * src/filtering.c
13172         * src/folder.c
13173         * src/folder_item_prefs.c
13174         * src/folderview.c
13175         * src/localfolder.c
13176         * src/matcher.c
13177         * src/mimeview.c
13178         * src/prefs_msg_colors.c
13179         * src/prefs_spelling.c
13180         * src/prefs_themes.c
13181         * src/procmime.c
13182         * src/procmsg.c
13183         * src/stock_pixmap.c
13184         * src/summaryview.c
13185         * src/textview.c
13186         * src/toolbar.c
13187         * src/common/mgutils.c
13188         * src/common/prefs.c
13189         * src/common/ssl_certificate.c
13190         * src/gtk/colorlabel.c
13191         * src/gtk/quicksearch.c
13192         * src/plugins/pgpmime/pgpmime.c
13193         * src/plugins/spamassassin/spamassassin.c
13194                 Removed redundant NULL checks for g_free() calls.
13195                 Patch by Pawel Pekala.
13196
13197 2006-04-06 [mones]      2.1.0cvs6
13198
13199         * src/prefs_actions.c
13200         * src/prefs_filtering.c
13201         * src/prefs_filtering_action.c
13202         * src/prefs_matcher.c
13203         * src/prefs_template.c
13204         * src/gtk/gtkutils.c
13205         * src/gtk/gtkutils.h
13206                 Have a nice replace button. Patch by Pawel Pekala
13207
13208 2006-04-06 [colin]      2.1.0cvs5
13209
13210         * src/addressbook.c
13211                 Fix crash with empty columns
13212
13213 2006-04-05 [colin]      2.1.0cvs4
13214
13215         * src/wizard.c
13216         * src/prefs_gtk.c
13217                 Allow wizard customization with pre-filled values
13218
13219 2006-04-05 [colin]      2.1.0cvs3
13220
13221         * src/textview.c
13222         * src/mimeview.c
13223         * src/mimeview.h
13224                 Nicer messages in mimeview
13225
13226 2006-04-05 [colin]      2.1.0cvs2
13227
13228         * src/addressbook.c
13229         * src/prefs_summaries.c
13230                 i18n fix
13231
13232 2006-04-05 [colin]      2.1.0cvs1
13233
13234         * src/plugins/pgpcore/plugin.c
13235         * src/plugins/pgpcore/select-keys.c
13236         * src/plugins/pgpcore/select-keys.h
13237         * src/plugins/pgpcore/sgpgme.c
13238         * src/plugins/pgpcore/sgpgme.h
13239         * src/plugins/pgpinline/pgpinline.c
13240         * src/plugins/pgpinline/plugin.c
13241         * src/plugins/pgpmime/pgpmime.c
13242         * src/plugins/pgpmime/plugin.c
13243                 Factorize and generalize a bit 
13244                 Drop S/MIME signature verification from PGP/MIME
13245                 (adding it as another, more complete plugin)
13246
13247 2006-04-05 [paul]       2.1.0
13248
13249         2.1.0 released
13250
13251 2006-04-05 [paul]       2.0.0cvs186
13252
13253         * manual/advanced.xml
13254                 add info on colour labels
13255
13256 2006-04-05 [paul]       2.0.0cvs185
13257
13258         * po/bg.po
13259         * po/cs.po
13260         * po/de.po
13261         * po/el.po
13262         * po/en_GB.po
13263         * po/fi.po
13264         * po/fr.po
13265         * po/it.po
13266         * po/nl.po
13267         * po/pl.po
13268         * po/pt_BR.po
13269         * po/sr.po
13270         * po/zh_CN.po
13271                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13272                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13273                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13274                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13275         * src/gtk/authors.h
13276         * tools/claws.i18n.status.pl
13277                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13278                 and new Czech translator, Tim <timbrain@post.cz>
13279
13280 2006-04-05 [mones]      2.0.0cvs184
13281
13282         * po/es.po
13283                 Updated translation
13284
13285 2006-04-05 [colin]      2.0.0cvs183
13286
13287         * src/gtk/quicksearch.c
13288                 Fix bug #929 (unnecessary reload in quick search bar)
13289
13290 2006-04-05 [colin]      2.0.0cvs182
13291
13292         * src/compose.c
13293                 Fix crash on Reply with no From:
13294                 Show signature and conversion error on queuing 
13295                 (but not sending)
13296         * src/mainwindow.c
13297         * src/summaryview.c
13298         * src/summaryview.h
13299                 Factorize threading code and make sure msginfo 
13300                 is not null when it comes from a GtkCTreeRow's 
13301                 data
13302         * src/gtk/gtkaspell.c
13303                 Check for necessary things
13304         * src/gtk/gtksctree.c
13305         * src/gtk/gtksctree.h
13306                 Reset anchor if necessary when removing node
13307
13308 2006-03-29 [colin]      2.0.0cvs181
13309
13310         * src/folderview.c
13311                 Warn for disabled IMAP accounts (due to lack of
13312                 libetpan). Breaks string-freeze - sorry - but it
13313                 is kind of important ;)
13314
13315 2006-03-28 [colin]      2.0.0cvs180
13316
13317         * src/gtk/gtkutils.c
13318         * src/gtk/gtkutils.h
13319                 Add a gtkut_get_link_btn() function that
13320                 creates a button which acts like an URI
13321         * src/prefs_themes.c
13322         * src/gtk/about.c
13323                 Use this function (factorizes codes)
13324         * src/common/defs.h
13325         * src/gtk/pluginwindow.c
13326                 Add a "Get more..." in the plugins window
13327
13328 2006-03-28 [colin]      2.0.0cvs179
13329
13330         * src/common/smtp.c
13331         * src/common/passcrypt.c
13332         * src/undo.c
13333                 Warning fixes. Patch by Pawel Pekala
13334
13335 2006-03-27 [colin]      2.0.0cvs178
13336
13337         * src/undo.c
13338                 Fix undoing by blocks with spaces
13339
13340 2006-03-27 [colin]      2.0.0cvs177
13341
13342         * src/textview.c
13343                 Set margin to 3px for headers
13344
13345 2006-03-27 [paul]
13346
13347         2.1.0-rc2 released
13348
13349 2006-03-27 [wwp]        2.0.0cvs176
13350
13351         * src/summaryview.c
13352                 don't reset quicksearch when updating the message list.
13353                 Thanks to Colin.
13354
13355 2006-03-26 [wwp]        2.0.0cvs175
13356
13357         * src/compose.c
13358                 use a unified border width ('other' tab in the compose window,
13359                 patch by Pawel Pekala).
13360
13361
13362 2006-03-26 [wwp]        2.0.0cvs174
13363
13364         * src/common/quoted-printable.c
13365         * src/addressbook.c
13366                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13367
13368 2006-03-26 [colin]      2.0.0cvs173
13369
13370         * src/quote_fmt_parse.y
13371                 Fix non-UTF8 date formats messing up the whole quote a 
13372                 little bit
13373
13374 2006-03-26 [colin]      2.0.0cvs172
13375
13376         * src/procheader.c
13377                 Make sure the date is UTF8 valid, or try to make it
13378                 so. IncrediMail is really IncrediStupid.
13379         * src/compose.c
13380                 Fix possible conversions. 
13381                 
13382
13383 2006-03-26 [colin]      2.0.0cvs171
13384
13385         * src/matcher.c
13386                 Fix corner cases in body search. This is still a
13387                 hack... It seems impossible to make it good and 
13388                 reasonably fast at the same time.
13389
13390 2006-03-26 [colin]      2.0.0cvs170
13391
13392         * src/summaryview.c
13393                 I think I killed the twilight zone bug!
13394                 summary_select_node() flushes GTK events in order
13395                 to be able to center the view. But this also 
13396                 flushes keypresses like Ctrl-Alt-U, so this can
13397                 call summary_show from summary_select_node (itself
13398                 called from summary_show, etc.). And the summaryview
13399                 has to be unlocked in this function. So just locking
13400                 while processing GTK events, and bailing if locked, 
13401                 should fix it.
13402                 Fixes bug #927 (SIGSEGV during Update Summary)
13403
13404 2006-03-25 [colin]      2.0.0cvs169
13405
13406         * src/matcher.c
13407                 Fix search in QP-encoded bodies
13408                 Fix utf-8 searches in bodies encoded in the
13409                 locale's encoding
13410         * src/common/quoted-printable.c
13411         * src/common/quoted-printable.h
13412                 Add a decode function that doesn't overwrite
13413                 the original pointer
13414                 
13415
13416 2006-03-24 [colin]      2.0.0cvs168
13417
13418         * src/action.c
13419         * src/summaryview.c
13420         * src/summaryview.h
13421                 Update message cache after action
13422                 Patch by H. Merijn Brand
13423         * src/prefs_msg_colors.c
13424                 Factorize label 
13425                 Patch by Fabien Vantard
13426         * src/plugins/spamassassin/spamassassin_gtk.c
13427                 Remove useless translation
13428                 Patch by Fabien Vantard
13429
13430 2006-03-23 [colin]      2.0.0cvs167
13431
13432         * src/common/ssl.c
13433                 Let 30 seconds to SSL_connect
13434
13435 2006-03-23 [wwp]        2.0.0cvs166
13436
13437         * src/summaryview.c
13438         * src/gtk/description_window.c
13439                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13440                 and headers are translated; adjust description windows' width to fit their
13441                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13442
13443 2006-03-23 [paul]       2.0.0cvs165
13444
13445         * src/common/utils.c
13446                 fix highlighting of URIs containing "()"
13447                 (2.0.0cvs164's reversal fixed)
13448                 Thanks to Colin.
13449
13450 2006-03-23 [paul]       2.0.0cvs164
13451
13452         * src/common/utils.c
13453                 revert patch, (postponing a fix), at 2.0.0cvs120
13454                 as it breaks more URIs than it fixes.
13455                 Allow '-' to be a terminating character in a URI
13456
13457 2006-03-22 [colin]      2.0.0cvs163
13458
13459         * configure.ac
13460                 Require libetpan 0.45
13461                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13462
13463 2006-03-22 [paul]       2.0.0cvs162
13464
13465         * src/editgroup.c
13466                 replace '<-' and '->' buttons with GTK_STOCK graphical
13467                 buttons
13468         * src/summary_search.c
13469                 don't offer '...' for translation
13470                 add a tooltip to advanced search '...' button
13471         * src/gtk/quicksearch.c
13472                 don't offer '...' for translation
13473
13474 2006-03-21 [colin]      2.0.0cvs161
13475
13476         * src/compose.c
13477                 Fix middle-click pasting (insert at click
13478                 position instead of cursor position, don't
13479                 remove existing selection and allow pasting
13480                 our own selection)
13481         * src/addressbook.c
13482                 "LDAP Server" -> "LDAP servers"
13483
13484 2006-03-21 [wwp]        2.0.0cvs160
13485
13486         * src/etpan/imap-thread.c
13487                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13488
13489 2006-03-20 [colin]      2.0.0cvs159
13490
13491         * src/summaryview.c
13492                 Don't reload summaryview after an execute with no
13493                 move action
13494
13495 2006-03-19 [colin]      2.0.0cvs158
13496
13497         * src/addressbook.c
13498                 and put groups at the top, always
13499
13500 2006-03-19 [colin]      2.0.0cvs157
13501
13502         * src/addressbook.c
13503                 Order groups before names, as previously
13504
13505 2006-03-19 [colin]      2.0.0cvs156
13506
13507         * src/addressbook.c
13508                 - Sort case-unsensitive
13509                 - Put the sort arrow at opening too
13510
13511 2006-03-19 [wwp]        2.0.0cvs155
13512
13513         * src/addressbook.c
13514                 allow sorting by name/email/remarks, ensure that right-pane's contents
13515                 matches the left-pane selection (cleared when appropriate).
13516                 Patch by Pawel Pekala <c0rn@o2.pl>.
13517
13518 2006-03-18 [colin]      2.0.0cvs154
13519
13520         * src/textview.c
13521                 Fix text cursor ;)
13522
13523 2006-03-18 [colin]      2.0.0cvs153
13524
13525         * src/gtk/filesel.c
13526                 Make sure we hide the preview if we didn't get
13527                 a filename
13528
13529 2006-03-18 [colin]      2.0.0cvs152
13530
13531         * src/summaryview.c
13532                 Set cursor to watch for execution (fixes lack
13533                 of watch-cursor when dnd'ing hundreds of mails)
13534         * src/gtk/filesel.c
13535                 Check that mime type is 'image/*' before updating
13536                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13537
13538 2006-03-18 [colin]      2.0.0cvs151
13539
13540         * src/mainwindow.c
13541         * src/textview.c
13542         * src/textview.h
13543                 Put a watch cursor in textview too when the mainwindow's
13544                 cursor in a watch
13545
13546 2006-03-18 [colin]      2.0.0cvs150
13547
13548         * src/folder.c
13549                 Change wrong asserts to simple tests
13550
13551 2006-03-17 [colin]      2.0.0cvs149
13552
13553         * src/mainwindow.c
13554         * src/mainwindow.h
13555         * src/prefs_msg_colors.c
13556         * src/summaryview.c
13557         * src/summaryview.h
13558         * src/gtk/colorlabel.c
13559         * src/gtk/colorlabel.h
13560                 Add a color label menu in the main menubar
13561                 Add (fixed) accels Ctrl-{0-7} to change the color
13562                 They have to be fixed because the menu's dynamic,
13563                 the items are complex widgets, hence we can't use
13564                 a GtkItemFactory.
13565
13566
13567 2006-03-17 [wwp]        2.0.0cvs148
13568
13569         * src/compose.c
13570                 rollback few lines from my previous commit (those lines come from
13571                 a pending patch, accidentally commited, even if neutral as they are
13572                 commented out).
13573
13574 2006-03-17 [wwp]        2.0.0cvs147
13575
13576         * src/compose.c
13577                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13578                 applied code style/indentation to the modified function.
13579
13580 2006-03-17 [wwp]        2.0.0cvs146
13581
13582         * src/procmsg.c
13583         * src/compose.c
13584                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13585
13586 2006-03-17 [paul]
13587
13588         2.1.0-rc1 released
13589
13590 2006-03-17 [paul]       2.0.0cvs145
13591
13592         * src/main.c
13593                 addressbook_read_file() was called twice
13594         * src/textview.c
13595                 X-Mailer highlighting
13596
13597 2006-03-16 [colin]      2.0.0cvs144
13598
13599         * src/sourcewindow.c
13600         * src/sourcewindow.h
13601                 And the last one, in source window.
13602
13603 2006-03-16 [colin]      2.0.0cvs143
13604
13605         * src/compose.c
13606         * src/compose.h
13607                 Fix the same stuff in compose
13608
13609 2006-03-16 [colin]      2.0.0cvs142
13610
13611         * src/messageview.c
13612                 Complete the previous messageview crash fix
13613
13614 2006-03-16 [colin]      2.0.0cvs141
13615
13616         * src/procmsg.h
13617         * src/procmsg.c
13618         * src/folder.c
13619                 Fix POSTPROCESSING hook
13620                 Patch by H. Merijn Brand
13621
13622         * src/procmime.c
13623         * src/procmime.h
13624                 Parse Content-Location
13625
13626         * src/toolbar.c
13627         * src/messageview.c
13628         * src/messageview.h
13629                 Don't crash when a top-level MessageView has
13630                 been closed on us. Same problematic than
13631                 yesterday's quicksearch issue.
13632
13633 2006-03-15 [colin]      2.0.0cvs140
13634
13635         * src/gtk/quicksearch.c
13636                 Fix a bitchy race we didn't think about when we
13637                 added quicksearch cancellation:
13638                 If the search is not on cached fields, for example
13639                 body_part matchcase "stuff"
13640                 the matcher code has to get the whole message. If
13641                 we're on IMAP, that can be slow, and in order to
13642                 be non-blocking, the IMAP code idle loop processes
13643                 gtk events too. So it is possible to cancel a
13644                 quicksearch while the matcher is getting the mail's
13645                 body. After matcher got its body, it will start to
13646                 iterate over the matcher list that the Quicksearch's
13647                 clear_search_cb() just freed via prepare_matcher().
13648                 SIGSEGV ensues.
13649                 The fix consists of guarding the matcherlist_match()
13650                 call with a boolean 'matching'. If we reset the
13651                 quicksearch while matching is TRUE, we don't free
13652                 the matcherlist anymore like we did, but we set
13653                 another new flag, deferred_free, to TRUE. Then,
13654                 in quicksearch_match(), just after returning from
13655                 matcherlist_match() and unsetting the matching flag,
13656                 we check the deferred_free flag and do the
13657                 prepare_matcher() (which does the matcherlist_free)
13658                 for real, so we free the matcherlist once it's not
13659                 used anymore.
13660                 As all of this runs via the glib main loop, we
13661                 luckily don't need a mutex.
13662         * src/summaryview.c
13663                 Also, show progress while searching.
13664
13665
13666 2006-03-14 [colin]      2.0.0cvs139
13667
13668         * src/alertpanel.c
13669                 Make alertpanel_is_open non-static
13670
13671 2006-03-14 [colin]      2.0.0cvs138
13672
13673         * src/prefs_spelling.c
13674                 Cleanups - Fabien Vantard
13675
13676 2006-03-14 [wwp]        2.0.0cvs137
13677
13678         * src/main.c
13679                 code style normalization (curly braces, indentation).
13680
13681 2006-03-14 [wwp]        2.0.0cvs137
13682
13683         * src/main.c
13684                 code style (braces, indentation)
13685
13686 2006-03-12 [paul]       2.0.0cvs136
13687
13688         * src/prefs_common.c
13689                 trans_hdr defaults to FALSE to be RFC-savvy
13690         * src/prefs_summaries.c
13691                 add a tooltip to the trans_hdr option
13692                 
13693
13694 2006-03-12 [paul]       2.0.0cvs135
13695
13696         * src/prefs_matcher.c
13697                 give a little more width to the combos
13698         * src/prefs_display_header.c
13699         * src/textview.c
13700                 translate headers if prefs_common.trans_hdr
13701                 is TRUE
13702
13703         Patches by Pawel Pekala
13704
13705 2006-03-12 [paul]       2.0.0cvs134
13706
13707         * src/plugins/clamav/clamav_plugin.c
13708         * src/plugins/dillo_viewer/dillo_viewer.c
13709         * src/plugins/pgpcore/plugin.c
13710         * src/plugins/pgpinline/plugin.c
13711         * src/plugins/pgpmime/plugin.c
13712         * src/plugins/spamassassin/spamassassin.c
13713                 update/add to descriptions
13714         * src/plugins/spamassassin/spamassassin_gtk.c
13715                 fixes to the english, remove superfluous
13716                 tooltips, clean up a little
13717
13718 2006-03-12 [paul]       2.0.0cvs133
13719
13720         * src/compose.c
13721                 fix Bug 924, 'Account combo box shows up wrong 
13722                 if & is in account name'
13723
13724 2006-03-11 [colin]      2.0.0cvs132
13725
13726         * src/summaryview.c
13727                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13728                 messed up shift-selection because is slows down
13729                 moving around summaryview. thanks -users
13730
13731 2006-03-10 [colin]      2.0.0cvs131
13732
13733         * src/plugins/spamassassin/spamassassin_gtk.c
13734                 Put back Paul's engrish fixes
13735
13736 2006-03-10 [colin]      2.0.0cvs130
13737
13738         * src/plugins/spamassassin/spamassassin.c
13739         * src/plugins/spamassassin/spamassassin.h
13740         * src/plugins/spamassassin/spamassassin_gtk.c
13741                 Cleanup SA prefs page (more)
13742                 Patch by Fabien Vantard
13743
13744 2006-03-10 [paul]       2.0.0cvs129
13745
13746         * src/prefs_msg_colors.c
13747         * src/prefs_spelling.c
13748                 widget sensitivity
13749
13750 2006-03-09 [mones]      2.0.0cvs128
13751
13752         * po/es.po
13753                 Update for next RC
13754
13755 2006-03-09 [wwp]        2.0.0cvs127
13756
13757         * configure.ac
13758                 revert accidental commit (requirement for libetpan 0.43), this time
13759                 not in HEAD.
13760
13761 2006-03-09 [wwp]        2.0.0cvs125
13762
13763         * configure.ac
13764                 revert accidental commit (requirement for libetpan 0.43)
13765
13766 2006-03-09 [paul]       2.0.0cvs126
13767
13768         * src/prefs_receive.c
13769                 remove useless frame
13770                 replace 'incorporation' with 'receiving'
13771         * src/plugins/clamav/clamav_plugin_gtk.c
13772         * src/plugins/spamassassin/spamassassin_gtk.c
13773                 improve widget sensitivity
13774                 fix a bit his engrish
13775
13776 2006-03-09 [wwp]        2.0.0cvs125
13777
13778         * src/addressadd.c
13779         * src/foldersel.c
13780         * src/prefs_common.c
13781         * src/prefs_common.h
13782                 remember some more windows' sizes (add to addressbook and
13783                 select folder).
13784
13785 2006-03-09 [paul]       2.0.0cvs124
13786
13787         * src/plugins/pgpcore/prefs_gpg.c
13788                 normalise construction of dialogue
13789
13790 2006-03-09 [paul]       2.0.0cvs123
13791
13792         * src/plugins/trayicon/Makefile.am
13793                 add missing slash
13794
13795 2006-03-08 [colin]      2.0.0cvs122
13796
13797         * src/plugins/trayicon/Makefile.am
13798                 Fix build in separate dir 
13799                 Patch by Bamanzi <bamanzi@gmail.com>
13800
13801 2006-03-08 [colin]      2.0.0cvs121
13802
13803         * src/procmsg.c
13804                 Batch move and copies from summaryview with delayed execution
13805                 too
13806
13807 2006-03-07 [paul]       2.0.0cvs120
13808
13809         * src/common/utils.c
13810                 fix highlighting of URIs containing "()"
13811                 Patch by Pawel Pekala
13812
13813 2006-03-07 [paul]       2.0.0cvs119
13814
13815         * src/folder.c
13816         * src/folder.h
13817         * src/folderview.c
13818                 immediately do alphabetical resort when
13819                 changing a folder's name
13820                 Patch by Pawel Pekala
13821
13822 2006-03-07 [paul]       2.0.0cvs118
13823
13824         * src/news.c
13825         * src/news_gtk.c
13826                 when unsubscribing a newsgroup, remove the
13827                 folder and msgs in .sylpheed-claws/newscache
13828                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13829
13830 2006-03-07 [paul]       2.0.0cvs117
13831
13832         * src/textview.c
13833                 fix wrong Fake URL Warning
13834                 Thanks to Hiro
13835
13836 2006-03-07 [colin]      2.0.0cvs116
13837
13838         * src/imap.c
13839                 Return immediately when password dialog was
13840                 cancelled
13841         * src/gtk/inputdialog.c
13842                 Allow empty strings for passwords
13843
13844
13845 2006-03-06 [colin]      2.0.0cvs115
13846
13847         * src/imap.c
13848                 Prevent double-timeouts when connection fails
13849
13850 2006-03-06 [colin]
13851
13852         2.0.1-rc1 released
13853
13854 2006-03-06 [colin]      2.0.0cvs114
13855
13856         * src/imap.c
13857                 Refresh session during potentially long
13858                 operations
13859
13860 2006-03-06 [wwp]        2.0.0cvs113
13861
13862         * src/prefs_msg_colors.h
13863                 forgot that one (custom color labels).
13864
13865 2006-03-06 [wwp]        2.0.0cvs112
13866
13867         * src/prefs_common.c
13868         * src/prefs_common.h
13869         * src/prefs_msg_colors.c
13870         * src/summaryview.c
13871         * src/summaryview.h
13872         * src/gtk/colorlabel.c
13873         * src/gtk/colorlabel.h
13874                 colors in messages list are now customizable. Color values and names can
13875                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
13876                 Thanks to Paul and Colin for their help with this longstanding patch!
13877
13878 2006-03-06 [wwp]        2.0.0cvs111
13879
13880         * src/textview.c
13881                 don't crash if (x)face is bad.
13882
13883 2006-03-05 [paul]       2.0.0cvs110
13884
13885         * AUTHORS
13886         * configure.ac
13887         * src/Makefile.am
13888         * src/common/Makefile.am
13889         * src/common/utils.h
13890         * src/etpan/imap-thread.c
13891         * src/gtk/authors.h
13892         * src/plugins/clamav/Makefile.am
13893         * src/plugins/demo/Makefile.am
13894         * src/plugins/dillo_viewer/Makefile.am
13895         * src/plugins/pgpcore/Makefile.am
13896         * src/plugins/pgpcore/passphrase.c
13897         * src/plugins/pgpinline/Makefile.am
13898         * src/plugins/pgpmime/Makefile.am
13899         * src/plugins/spamassassin/Makefile.am
13900         * src/plugins/trayicon/Makefile.am
13901                 fix builiding on cygwin
13902                 Patch by Ralgh Young <bamanzi@gmail.com>
13903
13904 2006-03-04 [wwp]        2.0.0cvs109
13905
13906         * manual/keyboard.xml
13907                 fix mixed up/down keys.
13908
13909 2006-03-04 [wwp]        2.0.0cvs108
13910
13911         * README
13912         * INSTALL
13913                 updated links to SpamAssassin.
13914
13915 2006-03-04 [wwp]        2.0.0cvs107
13916
13917         * manual/plugins.xml
13918         * src/plugins/spamassassin/README
13919                 updated SpamAssassin plugin docs to reflect new functional additions
13920                 (also fix/update/documents few technical stuff more, see the README).
13921
13922 2006-03-04 [wwp]        2.0.0cvs106
13923
13924         * src/prefs_message.c
13925                 normalized capitalization of message-prefs paths.
13926
13927 2006-03-04 [wwp]        2.0.0cvs105
13928
13929         * manual/advanced.xml
13930                 typo.
13931
13932 2006-03-03 [colin]      2.0.0cvs104
13933
13934         * src/plugins/clamav/clamav_plugin_gtk.c
13935                 Rework prefs page, patch by Fabien 
13936
13937 2006-03-03 [colin]      2.0.0cvs103
13938
13939         * src/plugins/clamav/clamav_plugin.c
13940                 Set error on all errors
13941
13942 2006-03-03 [colin]      2.0.0cvs102
13943
13944         * src/common/plugin.c
13945                 Initialize error to avoid crashing when a plugin fails
13946                 without setting error
13947
13948 2006-03-02 [wwp]        2.0.0cvs101
13949
13950         * configure.ac
13951                 fixed linker flags for libetpan support on Cygwin
13952                 (thanks to H.Merijn Brand).
13953
13954 2006-03-02 [wwp]        2.0.0cvs100
13955
13956         * src/addressbook.c
13957                 fix some AB error messages: one for punctuation and
13958                 one wrongly duplicate (thanks, maxbritov).
13959
13960 2006-03-02 [wwp]        2.0.0cvs99
13961
13962         * src/plugins/spamassassin/spamassassin.c
13963                 make sync calls to sa-learn/spamc to prevent
13964                 system (whatever local or client/server) overload.
13965
13966 2006-03-02 [colin]      2.0.0cvs98
13967
13968         * src/summaryview.c
13969                 Put the spam icon in the status column instead of the
13970                 mark one
13971
13972 2006-03-01 [colin]      2.0.0cvs97
13973
13974         * src/plugins/spamassassin/spamassassin.c
13975                 Fix segfault (g_file_set_contents fails for some 
13976                 reason and err==0x2f. Can't find out why with
13977                 valgrind, using working function :-)
13978
13979 2006-03-01 [colin]      2.0.0cvs96
13980
13981         * src/inc.c
13982                 Offline overriding: let 'No' be cached only 3 seconds
13983
13984 2006-03-01 [colin]      2.0.0cvs95
13985
13986         * src/addr_compl.c
13987         * src/addrbook.c
13988         * src/addressbook.c
13989         * src/addrindex.c
13990         * src/folder_item_prefs.c
13991         * src/headerview.c
13992         * src/imap.c
13993         * src/inc.c
13994         * src/ldif.c
13995         * src/mainwindow.c
13996         * src/mh.c
13997         * src/msgcache.c
13998         * src/prefs_common.h
13999         * src/prefs_msg_colors.c
14000         * src/procheader.c
14001         * src/procheader.h
14002         * src/procmime.c
14003         * src/procmsg.c
14004         * src/procmsg.h
14005         * src/send_message.h
14006         * src/simple-gettext.c
14007         * src/summaryview.c
14008         * src/summaryview.h
14009         * src/syldap.c
14010         * src/textview.c
14011         * src/undo.c
14012         * src/common/ssl_certificate.c
14013         * src/common/utils.c
14014         * src/gtk/colorsel.c
14015         * src/gtk/gtksctree.c
14016         * src/gtk/gtkshruler.c
14017         * src/plugins/trayicon/trayicon.c
14018                 #if 0 goes to /dev/null
14019
14020 2006-03-01 [colin]      2.0.0cvs94
14021
14022         * src/compose.c
14023         * src/imap.c
14024         * src/inc.c
14025         * src/inc.h
14026         * src/messageview.c
14027         * src/news.c
14028         * src/plugins/spamassassin/spamassassin.c
14029                 Allow to add information in the "working offline"
14030                 window
14031
14032 2006-03-01 [wwp]        2.0.0cvs93
14033
14034         * src/plugins/spamassassin/spamassassin.c
14035                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14036                 'cause it seems that calling `spamc ... < inputfile` with
14037                 g_spawn_(a)sync simply.. erm doesn't work :-).
14038
14039 2006-03-01 [wwp]        2.0.0cvs92
14040
14041         * src/toolbar.c
14042         * src/toolbar.h
14043                 simplify the adding of spam/ham button to the messageview toolbar
14044                 (it gets more clear now that the same button will be "Mark as spam"
14045                 or "Mark as ham" according to the current message status,
14046                 thanks to Colin).
14047
14048 2006-03-01 [wwp]        2.0.0cvs91
14049
14050         * src/messageview.c
14051         * src/procmsg.c
14052         * src/procmsg.h
14053         * src/summaryview.c
14054         * src/plugins/spamassassin/spamassassin.c
14055         * src/plugins/spamassassin/spamassassin.h
14056                 make learner callbacks return a status (0 for ok),
14057                 handle it in main code to avoid setting flags when learning failed,
14058                 don't learn on TCP if offline in spamassassin,
14059                 thanks to Colin.
14060
14061                 
14062
14063 2006-03-01 [wwp]        2.0.0cvs90
14064
14065         * src/compose.c
14066                 some work around the compose window's account menu,
14067                 patch by Fabien Vantard.
14068
14069 2006-03-01 [wwp]        2.0.0cvs89
14070
14071         * src/plugins/spamassassin/spamassassin.c
14072                 fixed bad logics, was using spamc in local mode and sa-learn
14073                 in remote mode (thanks, Colin).
14074
14075 2006-03-01 [wwp]        2.0.0cvs88
14076
14077         * src/plugins/spamassassin/spamassassin.c
14078         * src/plugins/spamassassin/spamassassin.h
14079         * src/plugins/spamassassin/spamassassin_gtk.c
14080                 made processing of emails w/ sa-plugin an option (default is TRUE),
14081                 fixed Engrish some tooltips, capitalization of some debug messages
14082                 and warnings. The spamassassin plugin now provides two separate
14083                 services: process emails upon incorporation and spamd training.
14084                 Both services (un)register independently but use some common
14085                 plugin settings (transport settings, spam storage location).
14086
14087 2006-02-28 [wwp]        2.0.0cvs87
14088
14089         * src/plugins/spamassassin/spamassassin.c
14090                 fix async flag to spamc cmdline execution (batch exec should
14091                 be asynchronous).
14092
14093 2006-02-27 [wwp]        2.0.0cvs86
14094
14095         * src/plugins/spamassassin/spamassassin.c
14096         * src/plugins/spamassassin/spamassassin.h
14097         * src/plugins/spamassassin/spamassassin_gtk.c
14098                 - added the ability to learn a remote spamassassin server (spamd),
14099                 using spamc.
14100                 - added the spamassassin option 'username', that applies to all
14101                 spamassassin operations (filtering, learning, local or remote).
14102                 The default username is the current unix user (if left blank
14103                 from gtk prefs or config file).
14104                 - commented out some unused code (notebook widget), removed unused
14105                 layout (hbox1).
14106                 - make more widgets sensitive to the transport type.
14107
14108 2006-02-27 [colin]      2.0.0cvs85
14109
14110         * src/plugins/spamassassin/spamassassin.c
14111                 Fix sa-learn call when offline
14112
14113 2006-02-27 [colin]      2.0.0cvs84
14114
14115         * configure.ac
14116         * src/Makefile.am
14117         * src/mainwindow.c
14118         * src/mainwindow.h
14119         * src/messageview.c
14120         * src/messageview.h
14121         * src/prefs_toolbar.c
14122         * src/procmsg.c
14123         * src/stock_pixmap.c
14124         * src/stock_pixmap.h
14125         * src/summaryview.c
14126         * src/toolbar.c
14127         * src/toolbar.h
14128         * src/pixmaps/ham_btn.xpm
14129         * src/pixmaps/spam.xpm
14130         * src/pixmaps/spam_btn.xpm
14131         * src/plugins/spamassassin/spamassassin.c
14132                 Add button in toolbar for spam learning
14133                 Fix a few bugs from the last related commit
14134                 Revert 1.9.6cvs23 which messed up shift-selection
14135
14136 2006-02-24 [colin]      2.0.0cvs83
14137
14138         * src/procmsg.c
14139         * src/summaryview.c
14140         * src/summaryview.h
14141         * src/plugins/spamassassin/spamassassin.c
14142         * src/plugins/spamassassin/spamassassin.h
14143         * src/plugins/spamassassin/spamassassin_gtk.c
14144                 Unregister learner when spamassassin is either
14145                 disabled or over tcp
14146
14147 2006-02-24 [colin]      2.0.0cvs82
14148
14149         * src/Makefile.am
14150         * src/mainwindow.c
14151         * src/mainwindow.h
14152         * src/procmsg.c
14153         * src/procmsg.h
14154         * src/stock_pixmap.c
14155         * src/stock_pixmap.h
14156         * src/summaryview.c
14157         * src/summaryview.h
14158         * src/gtk/icon_legend.c
14159         * src/pixmaps/spam.xpm  ** NEW FILE **
14160         * src/plugins/spamassassin/spamassassin.c
14161         * src/plugins/spamassassin/spamassassin_gtk.c
14162                 Add spam learning interface (Mark/Mark as 
14163                 (spam|ham) menus)
14164
14165 2006-02-24 [wwp]        2.0.0cvs81
14166
14167         * src/compose.c
14168         * src/compose.h
14169         * src/filtering.c
14170                 hide compose window when sending message in batch mode
14171                 (filtering: forward and redirect). Also fixed a wrong
14172                 value returned when sending failed, neutral anyway.
14173                 (Colin, me) 
14174
14175 2006-02-24 [wwp]        2.0.0cvs80
14176
14177         * src/mainwindow.c
14178                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14179
14180 2006-02-24 [paul]       2.0.0cvs79
14181
14182         * src/news.c
14183         * src/news.h
14184         * src/news_gtk.c
14185                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14186                 Thanks to Colin
14187
14188 2006-02-23 [colin]      2.0.0cvs78
14189
14190         * src/alertpanel.c
14191                 Change OK to Close in alertpanel with View log
14192                 button; add accel to View log. Patch by Fabien
14193                 Vantard
14194
14195 2006-02-23 [wwp]        2.0.0cvs77
14196
14197         * src/compose.c
14198                 silly me, there were much more tests to perform, since toolbars can
14199                 really have down to 1 element only.
14200
14201 2006-02-23 [wwp]        2.0.0cvs76
14202
14203         * commitHelper
14204                 fixed indentation from my previous commit. Fallback to VISUAL if
14205                 EDITOR is not set (and to vi, at last resort).
14206
14207 2006-02-23 [wwp]        2.0.0cvs75
14208
14209         * commitHelper
14210                 improved error detection (Colin, me).
14211
14212 2006-02-23 [wwp]        2.0.0cvs74
14213
14214         * src/prefs_toolbar.c
14215                 simplify and fix prefs/toolbars layouting. Combos' contents can
14216                 now be really displayed.
14217
14218 2006-02-23 [wwp]        2.0.0cvs73
14219         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14220         be really displayed.
14221
14222 2006-02-22 [wwp]        2.0.0cvs72
14223
14224         * src/compose.c
14225                 fix a typo in my previous commit (sorry!).
14226
14227 2006-02-22 [wwp]        2.0.0cvs71
14228
14229         * src/prefs_toolbar.c
14230                 fix a crash when adding separators to toolbars,
14231                 also fix some separator item information.
14232
14233 2006-02-22 [wwp]        2.0.0cvs70
14234
14235         * src/compose.c
14236                 fix a crash when redirecting (for instance) when compose window's
14237                 toolbar contents has been customized (when some buttons have been
14238                 removed in fact).
14239
14240 2006-02-21 [wwp]        2.0.0cvs69
14241
14242         * src/summaryview.c
14243         * src/gtk/pluginwindow.c
14244         * src/plugins/pgpcore/prefs_gpg.c
14245                 fix some compilation warnings (feat. remains of removed code).
14246
14247 2006-02-21 [wwp]        2.0.0cvs68
14248
14249         * src/gtk/gtkutils.c
14250                 fix two compilation issues, thanks to Stephan Sachse.
14251
14252 2006-02-20 [colin]      2.0.0cvs67
14253
14254         * src/mainwindow.c
14255                 Don't reselect displayed mail on refocus
14256                 This fixes actions misbehaving 
14257
14258 2006-02-20 [wwp]        2.0.0cvs66
14259
14260         * src/summaryview.c
14261         * src/gtk/gtksctree.c
14262         * src/gtk/gtkshruler.c
14263                 changed more runtime typecast checks.
14264
14265 2006-02-20 [wwp]        2.0.0cvs65
14266
14267         * src/summary_search.c
14268                 find all - summaryview refresh issue fixed, thanks to Colin.
14269
14270 2006-02-20 [wwp]        2.0.0cvs64
14271
14272         * src/gtk/gtkutils.c
14273                 better runtime typecast checks.
14274
14275 2006-02-20 [wwp]        2.0.0cvs63
14276
14277         * src/summary_search.c
14278                 enhancements to the summary search:
14279                         - add the ability to stop the running search
14280                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14281                         - don't search if no criteria (From/To/Subject/Body) is set
14282                         - ensure that a busy mouse pointer is always shown when searching,
14283                           show it even a bit earlier
14284
14285 2006-02-19 [colin]      2.0.0cvs62
14286
14287         * src/compose.c
14288         * src/imap.c
14289         * src/etpan/imap-thread.c
14290         * src/etpan/imap-thread.h
14291                 (Future) IMAP speed improvement on sending
14292                 Will require a libetpan update
14293         * src/summaryview.c
14294         * src/gtk/quicksearch.c
14295                 Make quicksearch clearable while running.
14296
14297 2006-02-17 [colin]      2.0.0cvs61
14298
14299         * src/imap.c
14300         * src/etpan/imap-thread.c
14301         * src/etpan/imap-thread.h
14302                 Check for IMAP certificates
14303                 ** Requires libetpan-0.42-cvs4 
14304                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14305
14306 2006-02-17 [colin]      2.0.0cvs60
14307
14308         * src/messageview.c
14309         * src/prefs_common.c
14310         * src/prefs_common.h
14311         * src/prefs_message.c
14312                 Add pref to display HTML-only mails with plugin, 
14313                 if possible (defaulting to FALSE of course).
14314
14315 2006-02-16 [colin]      2.0.0cvs59
14316
14317         * src/main.c
14318         * src/common/plugin.c
14319         * src/common/plugin.h
14320         * src/gtk/pluginwindow.c
14321                 Keep track of requested (but unloaded) plugins
14322                 in some error cases.
14323
14324 2006-02-16 [wwp]        2.0.0cvs58
14325
14326         * src/gtk/gtkaspell.c
14327         * src/gtk/gtkaspell.h
14328         * src/prefs_spelling.c
14329         * src/compose.c
14330         * src/prefs_common.c
14331         * src/prefs_common.h
14332                 implemented new optional spellchecker behaviour: re-check message when
14333                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14334
14335 2006-02-16 [wwp]        2.0.0cvs57
14336
14337         * src/quote_fmt_parse.y
14338                 pclose popen'ed pipe.
14339
14340 2006-02-15 [colin]      2.0.0cvs56
14341
14342         * src/mimeview.c
14343         * src/mimeview.h
14344                 Let MimeViewers know which MimeView they
14345                 depend of.
14346         * src/summaryview.c
14347                 Swap From/To columns in Sent/Queue/Drafts
14348                 folders
14349         * src/etpan/imap-thread.c
14350                 Use mailstream_low_tls_open() for STARTTLS
14351                 instead of mailstream_low_ssl_open()
14352                 ** REQUIRES libetpan 0.42cvs3 **
14353
14354 2006-02-15 [wwp]        2.0.0cvs55
14355
14356         * src/compose.c
14357         * src/compose.h
14358         * src/message_search.c
14359         * src/message_search.h
14360         * src/textview.c
14361         * src/gtk/gtkutils.c
14362         * src/gtk/gtkutils.h
14363                 added the ability to Find text in the compose window (and a bit
14364                 of code factorization).
14365
14366 2006-02-15 [wwp]        2.0.0cvs54
14367
14368         * src/prefs_gtk.c
14369                 yet another one file was missing (fix for some widgets' sensitivity).
14370                 Thanks Colin!
14371
14372 2006-02-15 [wwp]        2.0.0cvs53
14373
14374         * src/prefs_gtk.h
14375                 oops forgot that file (fix for some widgets' sensitivity).
14376
14377 2006-02-15 [wwp]        2.0.0cvs52
14378
14379         * src/summary_search.c
14380                 implemented advanced summary search options (added the ability
14381                 to use matcher conditions in an advanced search mode).
14382
14383 2006-02-15 [wwp]        2.0.0cvs51
14384
14385         * src/plugins/pgpcore/prefs_gpg.c
14386         * src/prefs_account.c
14387                 fix some widget sensitivity, mostly around some labels in
14388                 account prefs.
14389
14390 2006-02-15 [paul]       2.0.0cvs50
14391
14392         * manual/advanced.xml
14393                 improve Templates info
14394                 written by wwp
14395
14396 2006-02-14 [colin]      2.0.0cvs49
14397
14398         * src/pixmaps/address_book.xpm
14399         * src/pixmaps/preferences.xpm
14400         * src/pixmaps/properties.xpm
14401                 Fix pixmap size - patch by Fabien Vantard
14402
14403 2006-02-13 [colin]      2.0.0cvs48
14404
14405         * src/procmime.c
14406                 Add missing fclose()s on error
14407         * src/textview.c
14408                 Remove unused code
14409         * src/common/utils.c
14410                 Fix temp files not being deleted on windows
14411         Patches by Thomas Gilgin
14412
14413 2006-02-13 [colin]      2.0.0cvs47
14414
14415         * src/mainwindow.c
14416                 Fix exit crash
14417
14418 2006-02-13 [wwp]        2.0.0cvs46
14419
14420         * src/plugins/pgpcore/prefs_gpg.c
14421                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14422
14423 2006-02-12 [colin]      2.0.0cvs45
14424
14425         * src/folderview.c
14426         * src/main.c
14427         * src/mainwindow.c
14428                 Fix "stuff" when quitting
14429
14430 2006-02-12 [wwp]        2.0.0cvs44
14431
14432         * src/prefs_themes.c
14433                 fix typos in debug messages.
14434
14435 2006-02-11 [colin]      2.0.0cvs43
14436
14437         * src/summaryview.c
14438                 don't allow drag/drop from ourself
14439
14440 2006-02-10 [wwp]        2.0.0cvs42
14441
14442         * src/exporthtml.c
14443         * src/html.c
14444         * src/html.h
14445         * src/procmime.c
14446         * src/textview.c
14447                 renamed html_ prefixed functions and data structures to avoid
14448                 namespace clashes w/ other software (gtkhtml2 for instance).
14449                 Closes bug #907.
14450
14451
14452 2006-02-09 [colin]      2.0.0cvs41
14453
14454         * src/summaryview.c
14455                 Fix shitty logic messed up. Thanks Ticho for the hint!
14456
14457 2006-02-09 [wwp]        2.0.0cvs40
14458
14459         * src/gtk/about.c
14460         * src/compose.c
14461         * src/prefs_account.c
14462         * src/prefs_gtk.h
14463         * src/editaddress.c
14464                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14465                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14466                 Browse buttons in accounts prefs.
14467
14468 2006-02-09 [colin]      2.0.0cvs39
14469
14470         * src/matcher.c
14471                 Check for pointer before using its members
14472         * src/gtk/gtksourceprintjob.c
14473                 Fix a wrong warning
14474
14475 2006-02-09 [wwp]        2.0.0cvs38
14476
14477         * src/gtk/filesel.c
14478                 fix few compiler warnings (type mismatch).
14479
14480 2006-02-09 [paul]       2.0.0cvs37
14481
14482         * po/fr.po
14483                 updated by Fabien Vantard
14484
14485 2006-02-08 [colin]      2.0.0cvs36
14486
14487         * src/prefs_common.c
14488         * src/common/defs.h
14489         * src/common/plugin.c
14490                 allow windows and linux configurations to coexist
14491                 patch by Thomas Gilgin
14492
14493 2006-02-08 [colin]      2.0.0cvs35
14494
14495         * src/filtering.c
14496         * src/matcher.c
14497         * src/matcher.h
14498         * src/matcher_parser_parse.y
14499         * src/prefs_filtering_action.c
14500         * src/prefs_matcher.c
14501                 Add the "Ignore thread" filtering
14502                 action
14503
14504 2006-02-08 [colin]      2.0.0cvs34
14505
14506         * src/compose.c
14507         * src/procmime.c
14508         * src/procmime.h
14509                 Fix bug #905 (damaged attachment)
14510                 text files with raw \0's aren't really text files
14511         FOR_STABLE
14512
14513 2006-02-08 [colin]      2.0.0cvs33
14514
14515         * src/summaryview.c
14516                 Fix crasher introduced yesterday
14517
14518 2006-02-08 [wwp]        2.0.0cvs32
14519
14520         * src/compose.c
14521         * src/compose.h
14522                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14523
14524 2006-02-08 [wwp]        2.0.0cvs31
14525
14526         * src/prefs_template.c
14527                 templates enhancement: allow address completion for Cc and Bcc fields
14528                 (it was currently possible for the To field only)
14529
14530 2006-02-08 [colin]      2.0.0cvs30
14531
14532         * src/compose.c
14533                 Don't unblock if not blocked
14534         FOR_STABLE
14535
14536 2006-02-07 [colin]      2.0.0cvs29
14537
14538         * src/action.c
14539                 Forgot to refresh summaryview
14540
14541 2006-02-07 [colin]      2.0.0cvs28
14542
14543         * src/action.c
14544                 Freeze/thaw message list and folder list while
14545                 processing %as{} actions 
14546         * src/compose.c
14547                 Fix auto-wrap disabling after a middle-click
14548                 paste - FOR_STABLE
14549
14550 2006-02-07 [paul]       2.0.0cvs27
14551
14552         * src/folder.c
14553                 fix freeing of uninitialised pointers
14554                 Thanks to Colin
14555
14556 2006-02-06 [colin]      2.0.0cvs26
14557
14558         * src/folder.c
14559                 Use g_slist_prepend in potentially big list
14560
14561 2006-02-06 [colin]      2.0.0cvs25
14562
14563         * src/folder.c
14564                 Completely skip processing if it doesn't 
14565                 exist (faster!)
14566
14567 2006-02-06 [colin]      2.0.0cvs24
14568
14569         * src/folder.c
14570         * src/summaryview.c
14571                 Batch filtering in summaryview (from Tools menu)
14572                 and pre/post//-processing too
14573
14574 2006-02-06 [colin]      2.0.0cvs23
14575
14576         * src/procmsg.h
14577         * src/filtering.c
14578                 Use a special field for batch filtering instead
14579                 of stepping on deferred execution's toes
14580
14581 2006-02-06 [colin]      2.0.0cvs22
14582
14583         * src/action.c
14584         * src/filtering.c
14585         * src/filtering.h
14586         * src/folder.c
14587         * src/summaryview.c
14588                 Fix filtering via menus and actions
14589
14590 2006-02-06 [colin]      2.0.0cvs21
14591
14592         * src/imap.c
14593                 Put the added file directly to cache if possible (will work
14594                 with next libetpan)
14595         * src/filtering.c
14596         * src/filtering.h
14597         * src/inc.c
14598         * src/folder.c
14599         * src/mbox.c
14600         * src/procmsg.h
14601                 Move and copy filtered messages by batches instead of one
14602                 by one - faster on IMAP
14603         * src/procmsg.c
14604                 Add a function that'll possibly be useful later
14605
14606 2006-02-06 [colin]      2.0.0cvs20
14607
14608         * src/addressbook.c
14609                 Use internal mime-type instead of text/plain for d'n'd
14610         * src/compose.c
14611                 Allow attaching files from mimeview's icon list via d'n'd
14612         * src/folderview.c
14613         * src/folderview.h
14614                 Use internal mime-type instead of text/plain for d'n'd
14615                 Don't try to selected opened folder if none is
14616                 Factorize d'n'd from other apps code
14617         * src/headerview.c
14618         * src/textview.c
14619         * src/gtk/gtkutils.c
14620         * src/gtk/gtkutils.h
14621                 Factorize Face/X-Face stuff
14622         * src/mimeview.c
14623                 Fix d'n'd to other apps
14624         * src/prefs_message.c
14625                 Let the XFace pref be usable without libcompface as it also
14626                 applies to Face
14627         * src/summaryview.c
14628                 Fix d'n'd to other apps
14629                 Factorize d'n'd from other apps code
14630
14631 2006-02-06 [wwp]        2.0.0cvs19
14632
14633         * po/it.po
14634                 Italian translation fixes by Andrea Spadaccini (no more confusion
14635                 between filtering and processing, and few changes in the About
14636                 dialog).
14637
14638
14639 2006-02-06 [mones]      2.0.0cvs18
14640
14641         * src/gtk/icon_legend.c
14642                 Improved descriptions allowing better translations
14643
14644 2006-02-05 [colin]      2.0.0cvs17
14645
14646         * src/imap.c
14647                 Add the f*cking missing expunge that caused imap_fetch_env
14648                 to fail after an add_msgs ! :-///
14649         * src/etpan/imap-thread.c
14650                 Add a bit of debug
14651         FOR_STABLE
14652
14653 2006-02-05 [colin]      2.0.0cvs16
14654
14655         * src/common/utils.c
14656                 Don't check for return-path (or we can't put
14657                 back non-sent mails)
14658
14659 2006-02-05 [colin]      2.0.0cvs15
14660
14661         * src/textview.c
14662                 Don't try to display Face header in textview
14663                 when teh headerview's active
14664
14665 2006-02-05 [colin]      2.0.0cvs14
14666
14667         * tools/tbird2syl.py
14668         * tools/Makefile.am
14669                 Add script to import Thunderbird mails
14670
14671 2006-02-05 [colin]      2.0.0cvs13
14672
14673         * src/headerview.c
14674         * src/procheader.c
14675         * src/procmsg.c
14676         * src/procmsg.h
14677         * src/textview.c
14678                 Show Face headers - patch partially by Klaus Flittner
14679
14680 2006-02-05 [colin]      2.0.0cvs12
14681
14682         * src/folderview.c
14683         * src/summaryview.c
14684         * src/common/utils.c
14685         * src/common/utils.h
14686                 Let dnd work from mime icons to summaryview
14687                 and to folderview too
14688                 Add a crude test to avoid trying to add files
14689                 drag'n'dropped when they're not mails
14690
14691 2006-02-04 [colin]      2.0.0cvs11
14692
14693         * src/summaryview.c
14694         * src/mimeview.c
14695                 Fix utf8 conversion
14696
14697 2006-02-04 [colin]      2.0.0cvs10
14698
14699         * src/compose.c
14700         * src/folderview.c
14701         * src/mimeview.c
14702         * src/summaryview.c
14703         * src/summaryview.h
14704                 Added various drag and drop capas:
14705                 From                    To
14706                 summaryview             other apps
14707                 mimeview icons          other apps
14708                 other apps              summaryview
14709                 other apps              folderview
14710
14711                 This shouldn't have broken the existing:
14712                 From                    To
14713                 summaryview             folderview
14714                 folderview              folderview
14715                 summaryview             compose's attachments
14716
14717         Tests welcomed.
14718
14719 2006-02-02 [paul]       2.0.0cvs9
14720
14721         * src/mainwindow.c
14722                 move global option 'Set displayed columns...' out
14723                 of folder option grouping.
14724                 fix sensitivity of 'harvest addresses'
14725         FOR_STABLE
14726
14727 2006-02-01 [colin]      2.0.0cvs8
14728
14729         * src/mimeview.c
14730                 Revert the alertpanel patch, it sucks (intrusive
14731                 and gets in the way of "open")
14732
14733 2006-02-01 [colin]      2.0.0cvs7
14734
14735         * src/compose.c
14736         * src/prefs_account.c
14737         * src/prefs_common.c
14738         * src/common/defs.h
14739         * src/common/utils.c
14740         * src/common/utils.h
14741                 Add ability to edit the signature file
14742                 from the account preferences, and use
14743                 a default for the text editor.
14744                 Patch by Fabien Vantard
14745
14746 2006-02-01 [colin]      2.0.0cvs6
14747
14748         * src/mimeview.c
14749                 Try to get mime type by extension if it is
14750                 application/octet-stream
14751                 Display a window with possible choices when
14752                 encountering unknown mime types
14753         * src/gtk/filesel.c
14754         * src/gtk/filesel.h
14755                 Add preview
14756                 Allow multiple selection in filtered filesel
14757                 (patch by Fabien Vantard)
14758         * src/gtk/pluginwindow.c
14759                 Use it (patch by Fabien Vantard)
14760
14761 2006-02-01 [paul]       2.0.0cvs5
14762
14763         * src/jpilot.c
14764                 fix crash on creating jpilot address book
14765                 Thanks to Colin - FOR_STABLE
14766         * src/prefs_summaries.c
14767         * src/prefs_wrapping.c
14768         * src/gtk/icon_legend.c
14769         * src/gtk/quicksearch.c
14770                 string fixes and additions
14771
14772 2006-02-01 [paul]       2.0.0cvs4
14773
14774         * src/compose.c
14775         * src/mainwindow.c
14776         * src/messageview.c
14777         * src/prefs_send.c
14778                 add Arabic encoding option
14779                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14780
14781 2006-01-31 [colin]      2.0.0cvs3
14782
14783         * src/plugins/pgpcore/passphrase.c
14784                 Convert passphrase to locale encoding
14785         * src/compose.c
14786                 Fix drafting on IMAP. Crappy bug sneaked in
14787                 the release :-/
14788         FOR_STABLE
14789
14790 2006-01-30 [paul]       2.0.0cvs2
14791
14792         * src/gtk/icon_legend.c
14793                 show the new entries
14794
14795 2006-01-30 [colin]      2.0.0cvs1
14796
14797         * src/manual.c
14798                 Check for the file to be present before 
14799                 enabling the menu - FOR_STABLE
14800         * src/gtk/icon_legend.c
14801                 Add folders icons (not all of them, there
14802                 are too much, but the most intriguing ones)
14803
14804 2006-01-30 [paul]       2.0.0
14805
14806         version 2.0.0 released
14807
14808 [For previous entries, see ChangeLog.pre2.0.0]