8e6c760fdbad3e24af6972d8d175d901e2809f1f
[claws.git] / ChangeLog
1 2007-08-14 [ticho]      2.10.0cvs120
2
3         * src/compose.c
4         * src/prefs_common.c
5         * src/prefs_common.h
6         * src/prefs_send.c
7         * src/send_message.c
8                 Change "Show send dialog" optionmenu to a checkbutton.
9         * src/prefs_receive.c
10                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
11
12 2007-08-13 [wwp]        2.10.0cvs119
13
14         * src/addr_compl.c
15         * src/addressbook.c
16         * src/addrindex.c
17         * src/compose.c
18         * src/filtering.c
19         * src/folderview.c
20         * src/inc.c
21         * src/matcher.c
22         * src/mh.c
23         * src/partial_download.c
24         * src/prefs_gtk.c
25         * src/procmsg.c
26         * src/stock_pixmap.c
27         * src/summaryview.c
28         * src/common/utils.c
29         * src/gtk/gtkaspell.c
30         * src/gtk/menu.c
31                 Make sure we never pass NULL pointers for %s substitutions
32                 (prevent from crashing in Windows).
33
34 2007-08-13 [wwp]        2.10.0cvs118
35
36         * src/msgcache.c
37                 Re-enable mmap_reads in Windows with some missing
38                 CloseHandle of mapping objects, thanks to
39                 Marcus Brinkmann.
40
41 2007-08-13 [paul]       2.10.0cvs117
42
43         * src/common/utils.c
44                 fix bug 1287, 'Compile time problem on Solaris
45                 (nexenta gnu/Solaris) utils.c'
46                 Thanks to Piotr Chrzczonowicz
47
48 2007-08-12 [wwp]        2.10.0cvs116
49
50         * src/plugins/pgpcore/prefs_gpg.c
51                 Don't try to unset a GPG_AGENT_INFO that was not
52                 set (and don't use a NULL string in Windows, it was
53                 crashing with --debug if GPG_AGENT_INFO was not set).
54
55 2007-08-12 [wwp]        2.10.0cvs115
56
57         * src/privacy.h
58                 Make gcc type-check arguments passed to privacy_set_error().
59
60 2007-08-12 [ticho]      2.10.0cvs114
61
62         * src/prefs_folder_item.c
63                 Make sure that folder default account combobox always has some
64                 account preselected.
65         * src/gtk/combobox.c
66                 Handle empty combobox gracefully (warning instead of crash).
67
68 2007-08-12 [ticho]      2.10.0cvs114
69
70         * src/prefs_folder_item.c
71                 Make sure that folder default account combobox is not empty.
72         * src/gtk/combobox.c
73                 Handle empty combobox gracefully (warning instead of crash).
74
75 2007-08-11 [paul]       2.10.0cvs113
76
77         * src/addrgather.c
78         * src/folderview.c
79                 use 'subfolder' instead of 'sub-folder', matching
80                 everywhere else the term is used
81         * src/imap_gtk.c
82                 fix engrish
83
84 2007-08-10 [wwp]        2.10.0cvs112
85
86         * src/msgcache.c
87                 Disable mmap reads in Windows only (at least temporarily), they
88                 prevent from renaming/removing target cache files.
89
90 2007-08-10 [paul]
91
92         3.0.0-rc2 released
93
94 2007-08-10 [wwp]        2.10.0cvs111
95
96         * src/msgcache.c
97                 fix unpredictable crashes in Windows due to broken
98                 cache/mark/tags files writting (file were opened for
99                 writing in text mode).
100
101         * src/recv.c
102                 use gettimeofday() from w32lib.h on Windows.
103
104 2007-08-10 [colin]      2.10.0cvs110
105
106         * src/imap.c
107         * src/etpan/imap-thread.c
108         * src/etpan/imap-thread.h
109                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
110
111 2007-08-09 [colin]      2.10.0cvs109
112
113         * src/editldap.c
114                 Fix port being reset to 636 on SSL
115         * src/folder.c
116                 Fix folder_item_get_msg_num_by_file
117                 on drafts/queue folders
118
119 2007-08-09 [wwp]        2.10.0cvs108
120
121         * src/folder.c
122                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
123                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
124
125
126 2007-08-09 [colin]      2.10.0cvs107
127
128         * src/folderview.c
129         * src/summaryview.c
130         * src/gtk/prefswindow.c
131                 A few Maemo layout fixes
132
133 2007-08-09 [paul]       2.10.0cvs106
134
135         * src/prefs_account.c
136                 remove the hyphen from plug-ins to
137                 match everywhere else
138
139 2007-08-08 [wwp]        2.10.0cvs105
140
141         * src/prefs_folder_item.c
142                 Fix an extraneous stealth ^L char.
143
144 2007-08-08 [wwp]        2.10.0cvs104
145
146         * src/prefs_folder_item.c
147                 Better fix, group variables declarations (USE_ASPELL).
148
149 2007-08-08 [wwp]        2.10.0cvs103
150
151         * src/prefs_folder_item.c
152                 Fix compilation w/ USE_ASPELL set (broken
153                 by 2.10.0cvs102).
154
155 2007-08-08 [ticho]      2.10.0cvs102
156
157         * src/prefs_folder_item.c
158                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
159
160 2007-08-08 [colin]      2.10.0cvs101
161
162         * src/imap.c
163         * src/etpan/imap-thread.c
164         * src/etpan/imap-thread.h
165                 Close selected mailbox before doing
166                 status on it.
167
168 2007-08-08 [colin]      2.10.0cvs100
169
170         * src/html.c
171                 Complete symbol table, thanks to wwp.
172                 Fixes bug 1284, 'The html -> text 
173                 converter ignores entities'
174         * src/msgcache.c
175                 Fix possible fd leak
176
177 2007-08-08 [colin]      2.10.0cvs99
178
179         * src/imap.c
180                 Better way to fetch UIDs on non-UIDPLUS servers
181
182 2007-08-07 [colin]      2.10.0cvs98
183
184         * src/imap.c
185                 fix bug 1275, 'auto-saved draft messages not 
186                 always being removed'; Also, make multiple
187                 copy (in the same account) faster by matching
188                 source/destination message UIDs.
189         * src/messageview.c
190                 Don't try to reshow deleted mail
191         * src/msgcache.c
192                 Fix leak on error path
193
194 2007-08-07 [wwp]        2.10.0cvs97
195
196         * manual/account.xml
197         * manual/advanced.xml
198         * manual/fr/account.xml
199         * manual/fr/advanced.xml
200                 Updated the reference manual and the French translation to
201                 reflect 2.10.0cvs84: enable running folder Processing
202                 rules on demand.
203
204 2007-08-06 [wwp]        2.10.0cvs96
205
206         * src/prefs_common.c
207         * src/prefs_common.h
208         * src/textview.c
209                 Allow changing the emphasis color used to highlight
210                 the newsreader/x-mailer header value when it matches
211                 our preferred mail agent (hidden pref 'emphasis_col' added
212                 to clawsrc).
213
214 2007-08-06 [colin]      2.10.0cvs95
215
216         * src/compose.c
217         * src/compose.h
218                 Re-commit 2.10.0cvs86, with a protection
219                 against Pango bug. Also, try to fix 
220                 bug 1275, 'auto-saved draft messages not 
221                 always being removed'
222
223 2007-08-06 [wwp]        2.10.0cvs94
224
225         * src/gtk/quicksearch.c
226                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
227
228 2007-08-06 [ticho]      2.10.0cvs93
229
230         * src/prefs_account.c
231         * src/gtk/combobox.c
232                 Use GtkComboBox instead of GtkOptionMenu for privacy system
233                 selection in account preferences.
234
235 2007-08-06 [wwp]        2.10.0cvs92
236
237         * src/plugins/pgpcore/plugin.def
238                 Apply one more chunk from gpg4win's 03-w32-port patch.
239
240 2007-08-05 [colin]      2.10.0cvs91
241
242         * src/compose.c
243         * src/compose.h
244                 reverting buggy patch for now
245
246 2007-08-05 [colin]      2.10.0cvs90
247
248         * src/folder.c
249                 Fix slowdown
250
251 2007-08-04 [colin]      2.10.0cvs89
252
253         * src/prefs_summaries.c
254         * src/summary_search.c
255                 Replace deprecated widgets. Patch by
256                 Andrej.
257
258 2007-08-04 [colin]      2.10.0cvs88
259
260         * src/mh.c
261                 Refresh GUI only every 2000 mails on mh_get_last_num
262                 This is fast (readdir) and done only once per 
263                 session/folder
264
265 2007-08-03 [colin]      2.10.0cvs87
266
267         * src/prefs_account.c
268         * src/gtk/combobox.h
269         * src/gtk/gtkutils.c
270                 Fix a deprecated widget. Patch by
271                 Andrej
272
273 2007-08-03 [colin]      2.10.0cvs86
274
275         * src/compose.c
276         * src/compose.h
277                 Make colorisation and wrapping algorithms
278                 faster. Fixes bug 1246, 'compose becomes 
279                 increasingly slow replying to complex emails'
280
281 2007-08-03 [paul]       2.10.0cvs85
282
283         * src/mh.c
284                 keep the window painted
285
286 2007-08-02 [paul]       2.10.0cvs84
287
288         * src/folderview.c
289         * src/mainwindow.c
290         * src/mainwindow.h
291                 enable running folder Processing
292                 rules on demand
293
294 2007-08-02 [paul]       2.10.0cvs83
295
296         * src/textview.c
297                 speed up/clean up rendering of larger
298                 msgs
299                 Thanks to Colin
300
301 2007-08-01 [paul]       2.10.0cvs82
302
303         * src/mainwindow.h
304                 clean up cruft
305         * src/toolbar.c
306                 change default toolbar layout on maemo
307         * src/pixmaps/close.xpm
308                 make the red cross a grey cross
309         * src/pixmaps/jpilot.xpm
310                 make icon smaller so it fits better
311
312 2007-07-31 [paul]       2.10.0cvs81
313
314         * src/setup.c
315         * src/gtk/gtkutils.c
316                 fix crash on maemo on first launch
317
318 2007-07-30 [paul]       2.10.0cvs80
319
320         * src/prefs_matcher.c
321                 specify the units of age and size
322
323 2007-07-30 [paul]       2.10.0cvs79
324
325         * src/main.c
326                 Fix IMAP timeout setting
327
328 2007-07-30 [colin]      2.10.0cvs78
329
330         * src/prefs_account.c
331                 Fix a deprecated widget. Patch by
332                 Andrej
333
334 2007-07-27 [paul]       2.10.0cvs77
335
336         * src/matcher_parser_parse.y
337         * src/prefs_filtering_action.c
338         * src/prefs_matcher.c
339                 these changes forgotten in cvs74's
340                 'watch thread' feature
341
342 2007-07-27 [paul]       2.10.0cvs76
343
344         * src/compose.c
345                 fix potential crasher
346                 thanks to Colin
347
348 2007-07-27 [paul]       2.10.0cvs75
349
350         * src/mainwindow.c
351         * src/manual.c
352         * src/manual.h
353         * src/gtk/gtkutils.c
354                 make mainwindow's /Help/Manual point to the
355                 remote copy if the local copy doesn't exist
356
357 2007-07-27 [paul]       2.10.0cvs74
358
359         * src/Makefile.am
360         * src/filtering.c
361         * src/folder.c
362         * src/mainwindow.c
363         * src/matcher.c
364         * src/matcher.h
365         * src/matcher_parser_parse.y
366         * src/procmsg.c
367         * src/procmsg.h
368         * src/stock_pixmap.c
369         * src/stock_pixmap.h
370         * src/summaryview.c
371         * src/summaryview.h
372         * src/toolbar.c
373         * src/toolbar.h
374         * src/pixmaps/watchthread.xpm
375                 add 'watch thread' feature
376
377 2007-07-27 [paul]       2.10.0cvs73
378
379         * src/prefs_folder_item.c
380                 adjust labels, add tooltips
381
382 2007-07-27 [colin]      2.10.0cvs72
383
384         * src/summaryview.c
385                 Maemo: Remove less used menu items
386
387 2007-07-26 [colin]      2.10.0cvs71
388
389         * src/messageview.c
390                 Maemo: destroy messageview after trashing mail.
391                 Maybe should be done on X11 too
392
393 2007-07-26 [colin]      2.10.0cvs70
394
395         * src/folderview.c
396         * src/mainwindow.c
397         * src/prefs_common.c
398         * src/prefs_common.h
399         * src/summaryview.c
400                 Add View/Show or Hide/Column headers
401
402 2007-07-26 [colin]      2.10.0cvs69
403
404         * src/procmime.c
405                 Fix unwanted output
406
407 2007-07-26 [colin]      2.10.0cvs68
408
409         * src/ldapserver.c
410                 Fix possible crash on cache invalidation
411         * src/compose.c
412         * src/procmime.c
413         * src/procmime.h
414         * src/quote_fmt_parse.y
415                 Make replying to mails with big attachments
416                 much faster. Fixes bug 1224, 'The process of 
417                 Replying to emails with large attachments 
418                 seems unreasonably long...'
419
420 2007-07-26 [colin]      2.10.0cvs67
421
422         * src/mimeview.c
423         * src/matcher.c
424         * src/common/ssl.c
425                 Fix threads use on BSDs
426
427 2007-07-26 [paul]       2.10.0cvs66
428
429         * src/gtk/prefswindow.c
430                 fix account prefs breakage
431                 thanks to Colin
432
433 2007-07-26 [paul]       2.10.0cvs65
434
435         * configure.ac
436                 standardise ./configure --help messages
437
438 2007-07-26 [colin]      2.10.0cvs64
439
440         * src/addressbook.c
441         * src/editaddress.c
442                 Fix two vCard-related crashes
443
444 2007-07-25 [colin]      2.10.0cvs63
445
446         * src/inc.c
447         * src/prefs_common.c
448         * src/prefs_common.h
449         * src/prefs_receive.c
450                 Maemo: Add a better way to notify of
451                 new mails
452         * src/mainwindow.c
453         * src/statusbar.h
454         * src/summaryview.c
455         * src/toolbar.c
456                 Maemo: Various layout fixes
457         * src/gtk/prefswindow.c
458                 Maemo: Better prefs layout
459
460 2007-07-25 [paul]       2.10.0cvs62
461
462         * src/textview.c
463                 fix the layout on maemo
464                 thanks to Colin
465
466 2007-07-25 [iwkse]      2.10.0cvs61
467
468         * src/summaryview.c
469                 add 'o' shortcut on summaryview
470
471 2007-07-25 [iwkse]      2.10.0cvs60
472
473         * src/textview.c
474                 fix o shortcut
475
476 2007-07-24 [colin]      2.10.0cvs59
477
478         * src/mh.c
479                 Fix missing timestamp update on source
480                 folder when moving
481         * src/textview.c
482         * src/textview.h
483                 Better text layout on part's choices
484
485 2007-07-23 [colin]      2.10.0cvs58
486
487         * src/mimeview.c
488         * src/textview.c
489                 Maemo: Automatically choose the correct application
490                 to open parts
491         * src/gtk/quicksearch.c
492                 Make search run on GDK_KP_Enter too
493
494 2007-07-23 [wwp]        2.10.0cvs57
495
496         * src/quote_fmt_lex.l
497                 Revert accidentaly committed lines (account_sig) in
498                 2.10.0cvs56.
499
500 2007-07-23 [wwp]        2.10.0cvs56
501
502         * src/quote_fmt_lex.l
503                 Fix typos around long form expressions in the quote lexer.
504
505 2007-07-23 [paul]
506
507         3.0.0-rc1 released
508
509 2007-07-23 [colin]      2.10.0cvs55
510
511         * src/addr_compl.c
512                 Fix auto-completion on Maemo
513
514 2007-07-23 [colin]      2.10.0cvs54
515
516         * src/statusbar.c
517                 Maemo: Fix sticking statusbars
518
519 2007-07-22 [colin]      2.10.0cvs53
520
521         * src/main.c
522                 Maemo: Fix the strange "top_application" info
523                 at startup. We should do something when 
524                 receiving such a message.
525
526 2007-07-20 [paul]       2.10.0cvs52
527
528         * src/news_gtk.c
529                 add missing #include "statusbar.h"
530
531 2007-07-20 [colin]      2.10.0cvs51
532
533         * src/folder.c
534         * src/folder.h
535         * src/folder_item_prefs.c
536         * src/folder_item_prefs.h
537         * src/folderview.c
538         * src/imap.c
539         * src/imap_gtk.c
540         * src/imap_gtk.h
541         * src/news.c
542         * src/news_gtk.c
543         * src/news_gtk.h
544         * src/prefs_folder_item.c
545                 Implement age-based caching: allow to
546                 specify a threshold for the offline synchronisation
547                 feature, and whether old cached bodies should 
548                 be removed
549         * src/toolbar.c
550         * src/toolbar.h
551                 Fix label/tooltips
552         * src/plugins/dillo_viewer/dillo_viewer.c
553                 Check that Dillo's installed
554
555 2007-07-20 [wwp]        2.10.0cvs50
556
557         * src/mimeview.c
558         * src/stock_pixmap.c
559                 Draw a frame around the selected mimeview part icon (instead of the
560                 shifted 'dancing' icon).
561
562 2007-07-20 [colin]      2.10.0cvs49
563
564         * src/main.c
565                 Unref stuff even on error
566         * src/wizard.c
567                 disconnect signals only at the very
568                 end of the wizard save.
569
570 2007-07-20 [colin]      2.10.0cvs48
571
572         * src/mainwindow.c
573         * src/messageview.c
574         * src/toolbar.c
575         * src/toolbar.h
576                 Fix random crashes while navigating
577                 (GTK_EVENTS_FLUSH)
578
579 2007-07-19 [colin]      2.10.0cvs47
580
581         * configure.ac
582         * src/main.c
583         * src/prefs_common.c
584         * src/prefs_common.h
585         * src/wizard.c
586         * src/common/defs.h
587         * src/common/utils.c
588                 Maemo: add an easy way to store data (mails
589                 and IMAP/NNTP caches) on one of the SD cards,
590                 and protect against unmounts if needed
591
592 2007-07-19 [paul]       2.10.0cvs46
593
594         * src/Makefile.am
595         * src/stock_pixmap.c
596         * src/gtk/about.c
597         * src/pixmaps/claws-mail_logo-small.xpm
598                 implement a (slightly) different About
599                 dialog for maemo and add a small version
600                 of the logo for it
601         * src/wizard.c
602                 use a scrolled window for wizard page 1
603                 on maemo
604
605 2007-07-19 [paul]       2.10.0cvs45
606
607         * src/Makefile.am
608                 too soon for this line
609
610 2007-07-19 [paul]       2.10.0cvs44
611
612         * src/Makefile.am
613                 fix build on n800
614
615 2007-07-19 [colin]      2.10.0cvs43
616
617         * src/wizard.c
618                 Solve Mail/Mailbox name when specifying
619                 full /path/to/Mail.
620
621 2007-07-18 [colin]      2.10.0cvs42
622
623         * src/inc.c
624         * configure.ac
625                 Fix build on n770
626
627 2007-07-18 [colin]      2.10.0cvs41
628
629         * src/inc.c
630                 Maemo: plug the online/offline system into
631                 maemo's interfaces to have Claws automatically
632                 switch according to the system status
633         * src/statusbar.c
634                 Maemo: use HildonBanners to display status
635                 messages. Renders the main statusbar useless.
636
637 2007-07-18 [paul]       2.10.0cvs40
638
639         * src/filtering.c
640                 fix screen blanking on moving/copying many msgs
641         * src/folder.c
642                 fix processing progressbar and screen blanking
643                 during processing
644
645 2007-07-18 [paul]       2.10.0cvs39
646
647         * src/messageview.c
648                 revert cvs37, breakage on maemo
649
650 2007-07-18 [paul]       2.10.0cvs38
651
652         * src/gtk/gtkutils.c
653                 make sure we can still build with older GTK's
654
655 2007-07-18 [colin]      2.10.0cvs37
656
657         * src/messageview.c
658                 Only hide the small layout's messageview, instead
659                 of destroying it when closing
660         * src/gtk/gtkutils.c
661                 Use gtk_window_present_with_time to popup windows,
662                 it seems to make things better with modern WMs
663                 (actually focusing)
664
665 2007-07-17 [colin]      2.10.0cvs36
666
667         * src/editaddress.c
668                 Simplify layout on Maemo
669         * src/folder.c
670                 Fix possible crash
671         * src/prefs_display_header.c
672                 Remove some headers by default on Maemo
673
674 2007-07-17 [paul]       2.10.0cvs35
675
676         * src/prefs_common.c
677         * src/prefs_common.h
678         * src/prefs_logging.c
679         * src/common/log.c
680                 add options to stop/enable writing logs to disc
681
682 2007-07-17 [paul]       2.10.0cvs34
683
684         * src/edittags.c
685                 fix some issues with the Apply tags window:
686                 - set search column (enables autocompl in the treeview)
687                 - apply tag from "New tag" if it existed
688                 - clears New tag entry when adding it with the button
689                 Thanks to Colin
690
691 2007-07-17 [paul]       2.10.0cvs33
692
693         * src/edittags.c
694                 fix 'apply tags' dialogue weirdness
695
696 2007-07-16 [colin]      2.10.0cvs32
697
698         * src/toolbar.c
699                 Fix double-loading of mails on Maemo
700
701 2007-07-16 [colin]      2.10.0cvs31
702
703         * src/messageview.c
704                 Prevent double-loading of the same part under some
705                 conditions; hide statusbar on Maemo
706
707 2007-07-16 [colin]      2.10.0cvs30
708
709         * src/edittags.c
710         * src/edittags.h
711         * src/mainwindow.c
712         * src/summaryview.c
713                 Improve the tag interface - allow
714                 to set/unset tags from a special
715                 window.
716         * src/gtk/gtkvscrollbutton.c
717         * src/mimeview.c
718         * src/mimeview.h
719         * src/stock_pixmap.c
720                 Fix Mimeview's ugly hacks in the
721                 icon list. 
722
723 2007-07-16 [paul]       2.10.0cvs29
724
725         * src/wizard.c
726                 rework dialog
727         * src/gtk/icon_legend.c
728                 put it all in a scrolled window
729
730 2007-07-15 [colin]      2.10.0cvs28
731
732         * src/mainwindow.c
733                 Maemo: force layout to be Small screen; the
734                 others don't make sense
735
736 2007-07-14 [colin]      2.10.0cvs27
737
738         * src/mimeview.c
739         * src/gtk/gtkvscrollbutton.c
740                 Maemo: Fix mimeview's buttons size
741
742 2007-07-14 [colin]      2.10.0cvs26
743
744         * src/toolbar.c
745                 Fix the button workaround fix.
746                 (Use the correct variable)
747
748 2007-07-14 [colin]      2.10.0cvs25
749
750         * src/mainwindow.c
751         * src/toolbar.c
752                 Maemo: put the progress bar in the
753                 toolbar
754
755 2007-07-14 [colin]      2.10.0cvs24
756
757         * src/prefs_common.c
758                 Maemo: hide statusbar by default
759         * src/Makefile.am
760         * src/stock_pixmap.c
761         * src/stock_pixmap.h
762         * src/toolbar.c
763         * src/pixmaps/go_folders.xpm
764                 Maemo: Add a specific icon to go back to
765                 folder list
766
767 2007-07-14 [colin]      2.10.0cvs23
768
769         * src/toolbar.c
770                 Don't set homogeneous finally
771
772 2007-07-14 [colin]      2.10.0cvs22
773
774         * src/toolbar.c
775                 Fix button show/hide issues
776
777 2007-07-14 [colin]      2.10.0cvs21
778
779         * src/toolbar.c
780                 Fix huge arrows
781                 Fix button workaround to be able to click
782                 if mouse was on button when it went un-
783                 sensitive.
784                 Revert previous commit, gtk_tool_item_set_homogeneous
785                 doesn't mean what it seems to mean ;-)
786
787 2007-07-14 [paul]       2.10.0cvs20
788
789         * src/toolbar.c
790                 make homogeneous FALSE always
791
792 2007-07-13 [colin]      2.10.0cvs19
793
794         * src/toolbar.c
795         * src/toolbar.h
796                 Rework to fit the non-deprecated API
797         * src/compose.c
798         * src/folderview.c
799         * src/mainwindow.c
800         * src/messageview.c
801         * src/summaryview.c
802                 Maemo layout changes. Better toolbars,
803                 removal of CTree headers. 
804
805 2007-07-13 [paul]       2.10.0cvs18
806
807         * src/gtk/colorlabel.c
808                 fix bug 1261, '[DE] coloring messages in overview 
809                 keys are not localised'
810                 the string is now included in claws-mail.pot
811
812 2007-07-13 [colin]      2.10.0cvs17
813
814         * src/summaryview.c
815                 Fix bug 1267, 'printing mutliple messages 
816                 opens one message-dialog after the other'
817                 Ask for confirmation when printing 10
818                 messages or more.
819
820 2007-07-11 [colin]      2.10.0cvs16
821
822         * COPYING
823         * README
824         * autogen.sh
825         * manual/claws-mail-manual.xml
826         * manual/gpl.xml
827         * manual/es/claws-mail-manual.xml
828         * manual/es/gpl.xml
829         * manual/fr/claws-mail-manual.xml
830         * manual/fr/gpl.xml
831         * manual/pl/gpl.xml
832         * src/account.c
833         * src/account.h
834         * src/action.c
835         * src/action.h
836         * src/adbookbase.h
837         * src/addr_compl.c
838         * src/addr_compl.h
839         * src/addrbook.c
840         * src/addrbook.h
841         * src/addrcache.c
842         * src/addrcache.h
843         * src/addrcindex.c
844         * src/addrcindex.h
845         * src/addrclip.c
846         * src/addrclip.h
847         * src/addrdefs.h
848         * src/addressadd.c
849         * src/addressadd.h
850         * src/addressbook.c
851         * src/addressbook.h
852         * src/addressbook_foldersel.c
853         * src/addressbook_foldersel.h
854         * src/addressitem.h
855         * src/addrgather.c
856         * src/addrgather.h
857         * src/addrharvest.c
858         * src/addrharvest.h
859         * src/addrindex.c
860         * src/addrindex.h
861         * src/addritem.c
862         * src/addritem.h
863         * src/addrquery.c
864         * src/addrquery.h
865         * src/addrselect.c
866         * src/addrselect.h
867         * src/alertpanel.c
868         * src/alertpanel.h
869         * src/browseldap.c
870         * src/browseldap.h
871         * src/codeconv.c
872         * src/codeconv.h
873         * src/compose.c
874         * src/compose.h
875         * src/crash.c
876         * src/crash.h
877         * src/customheader.c
878         * src/customheader.h
879         * src/displayheader.c
880         * src/displayheader.h
881         * src/editaddress.c
882         * src/editaddress.h
883         * src/editaddress_other_attributes_ldap.c
884         * src/editaddress_other_attributes_ldap.h
885         * src/editbook.c
886         * src/editbook.h
887         * src/editgroup.c
888         * src/editgroup.h
889         * src/editjpilot.c
890         * src/editjpilot.h
891         * src/editldap.c
892         * src/editldap.h
893         * src/editldap_basedn.c
894         * src/editldap_basedn.h
895         * src/edittags.c
896         * src/edittags.h
897         * src/editvcard.c
898         * src/editvcard.h
899         * src/enriched.c
900         * src/enriched.h
901         * src/exphtmldlg.c
902         * src/exphtmldlg.h
903         * src/expldifdlg.c
904         * src/expldifdlg.h
905         * src/export.c
906         * src/export.h
907         * src/exporthtml.c
908         * src/exporthtml.h
909         * src/exportldif.c
910         * src/exportldif.h
911         * src/filtering.c
912         * src/filtering.h
913         * src/folder.c
914         * src/folder.h
915         * src/folder_item_prefs.c
916         * src/folder_item_prefs.h
917         * src/foldersel.c
918         * src/foldersel.h
919         * src/folderutils.c
920         * src/folderutils.h
921         * src/folderview.c
922         * src/folderview.h
923         * src/gedit-print.c
924         * src/gedit-print.h
925         * src/grouplistdialog.c
926         * src/grouplistdialog.h
927         * src/headerview.c
928         * src/headerview.h
929         * src/html.c
930         * src/html.h
931         * src/image_viewer.c
932         * src/image_viewer.h
933         * src/imap.c
934         * src/imap.h
935         * src/imap_gtk.c
936         * src/imap_gtk.h
937         * src/import.c
938         * src/import.h
939         * src/importldif.c
940         * src/importldif.h
941         * src/importmutt.c
942         * src/importmutt.h
943         * src/importpine.c
944         * src/importpine.h
945         * src/inc.c
946         * src/inc.h
947         * src/jpilot.c
948         * src/jpilot.h
949         * src/ldapctrl.c
950         * src/ldapctrl.h
951         * src/ldaplocate.c
952         * src/ldaplocate.h
953         * src/ldapquery.c
954         * src/ldapquery.h
955         * src/ldapserver.c
956         * src/ldapserver.h
957         * src/ldapupdate.c
958         * src/ldapupdate.h
959         * src/ldaputil.c
960         * src/ldaputil.h
961         * src/ldif.c
962         * src/ldif.h
963         * src/localfolder.c
964         * src/localfolder.h
965         * src/main.c
966         * src/main.h
967         * src/mainwindow.c
968         * src/mainwindow.h
969         * src/manual.c
970         * src/manual.h
971         * src/matcher.c
972         * src/matcher.h
973         * src/matcher_parser.h
974         * src/matcher_parser_lex.l
975         * src/matcher_parser_parse.y
976         * src/mbox.c
977         * src/mbox.h
978         * src/message_search.c
979         * src/message_search.h
980         * src/messageview.c
981         * src/messageview.h
982         * src/mh.c
983         * src/mh.h
984         * src/mh_gtk.c
985         * src/mh_gtk.h
986         * src/mimeview.c
987         * src/mimeview.h
988         * src/msgcache.c
989         * src/msgcache.h
990         * src/mutt.c
991         * src/mutt.h
992         * src/news.c
993         * src/news.h
994         * src/news_gtk.c
995         * src/news_gtk.h
996         * src/noticeview.c
997         * src/noticeview.h
998         * src/partial_download.c
999         * src/partial_download.h
1000         * src/pine.c
1001         * src/pine.h
1002         * src/pop.c
1003         * src/pop.h
1004         * src/prefs_account.c
1005         * src/prefs_account.h
1006         * src/prefs_actions.c
1007         * src/prefs_actions.h
1008         * src/prefs_common.c
1009         * src/prefs_common.h
1010         * src/prefs_compose_writing.c
1011         * src/prefs_compose_writing.h
1012         * src/prefs_customheader.c
1013         * src/prefs_customheader.h
1014         * src/prefs_display_header.c
1015         * src/prefs_display_header.h
1016         * src/prefs_ext_prog.c
1017         * src/prefs_ext_prog.h
1018         * src/prefs_filtering.c
1019         * src/prefs_filtering.h
1020         * src/prefs_filtering_action.c
1021         * src/prefs_filtering_action.h
1022         * src/prefs_folder_column.c
1023         * src/prefs_folder_column.h
1024         * src/prefs_folder_item.c
1025         * src/prefs_folder_item.h
1026         * src/prefs_fonts.c
1027         * src/prefs_fonts.h
1028         * src/prefs_gtk.c
1029         * src/prefs_gtk.h
1030         * src/prefs_image_viewer.c
1031         * src/prefs_image_viewer.h
1032         * src/prefs_logging.c
1033         * src/prefs_logging.h
1034         * src/prefs_matcher.c
1035         * src/prefs_matcher.h
1036         * src/prefs_message.c
1037         * src/prefs_message.h
1038         * src/prefs_msg_colors.c
1039         * src/prefs_msg_colors.h
1040         * src/prefs_other.c
1041         * src/prefs_other.h
1042         * src/prefs_quote.c
1043         * src/prefs_quote.h
1044         * src/prefs_receive.c
1045         * src/prefs_receive.h
1046         * src/prefs_send.c
1047         * src/prefs_send.h
1048         * src/prefs_spelling.c
1049         * src/prefs_spelling.h
1050         * src/prefs_summaries.c
1051         * src/prefs_summaries.h
1052         * src/prefs_summary_column.c
1053         * src/prefs_summary_column.h
1054         * src/prefs_summary_open.c
1055         * src/prefs_summary_open.h
1056         * src/prefs_template.c
1057         * src/prefs_template.h
1058         * src/prefs_themes.c
1059         * src/prefs_themes.h
1060         * src/prefs_toolbar.c
1061         * src/prefs_toolbar.h
1062         * src/prefs_wrapping.c
1063         * src/prefs_wrapping.h
1064         * src/privacy.c
1065         * src/privacy.h
1066         * src/procheader.c
1067         * src/procheader.h
1068         * src/procmime.c
1069         * src/procmime.h
1070         * src/procmsg.c
1071         * src/procmsg.h
1072         * src/quote_fmt.c
1073         * src/quote_fmt_lex.l
1074         * src/quote_fmt_parse.y
1075         * src/recv.c
1076         * src/recv.h
1077         * src/remotefolder.c
1078         * src/remotefolder.h
1079         * src/send_message.c
1080         * src/send_message.h
1081         * src/setup.c
1082         * src/setup.h
1083         * src/simple-gettext.c
1084         * src/sourcewindow.c
1085         * src/sourcewindow.h
1086         * src/ssl_manager.c
1087         * src/ssl_manager.h
1088         * src/statusbar.c
1089         * src/statusbar.h
1090         * src/stock_pixmap.c
1091         * src/stock_pixmap.h
1092         * src/summary_search.c
1093         * src/summary_search.h
1094         * src/summaryview.c
1095         * src/summaryview.h
1096         * src/textview.c
1097         * src/textview.h
1098         * src/toolbar.c
1099         * src/toolbar.h
1100         * src/undo.c
1101         * src/undo.h
1102         * src/unmime.c
1103         * src/unmime.h
1104         * src/uri_opener.c
1105         * src/uri_opener.h
1106         * src/vcard.c
1107         * src/vcard.h
1108         * src/wizard.c
1109         * src/wizard.h
1110         * src/common/base64.c
1111         * src/common/base64.h
1112         * src/common/claws.c
1113         * src/common/claws.h
1114         * src/common/defs.h
1115         * src/common/fnmatch.c
1116         * src/common/fnmatch.h
1117         * src/common/fnmatch_loop.c
1118         * src/common/hooks.c
1119         * src/common/hooks.h
1120         * src/common/log.c
1121         * src/common/log.h
1122         * src/common/md5.c
1123         * src/common/md5.h
1124         * src/common/mgutils.c
1125         * src/common/mgutils.h
1126         * src/common/nntp.c
1127         * src/common/nntp.h
1128         * src/common/passcrypt.c
1129         * src/common/passcrypt.h.in
1130         * src/common/plugin.c
1131         * src/common/plugin.h
1132         * src/common/prefs.c
1133         * src/common/prefs.h
1134         * src/common/progressindicator.c
1135         * src/common/progressindicator.h
1136         * src/common/quoted-printable.c
1137         * src/common/quoted-printable.h
1138         * src/common/session.c
1139         * src/common/session.h
1140         * src/common/smtp.c
1141         * src/common/smtp.h
1142         * src/common/socket.c
1143         * src/common/socket.h
1144         * src/common/ssl.c
1145         * src/common/ssl.h
1146         * src/common/ssl_certificate.c
1147         * src/common/ssl_certificate.h
1148         * src/common/string_match.c
1149         * src/common/string_match.h
1150         * src/common/stringtable.c
1151         * src/common/stringtable.h
1152         * src/common/tags.c
1153         * src/common/tags.h
1154         * src/common/template.c
1155         * src/common/template.h
1156         * src/common/timing.h
1157         * src/common/utils.c
1158         * src/common/utils.h
1159         * src/common/uuencode.c
1160         * src/common/uuencode.h
1161         * src/common/version.h.in
1162         * src/common/w32_dirent.c
1163         * src/common/w32_reg.c
1164         * src/common/w32_signal.c
1165         * src/common/w32_stat.c
1166         * src/common/w32_stdlib.c
1167         * src/common/w32_string.c
1168         * src/common/w32_time.c
1169         * src/common/w32_unistd.c
1170         * src/common/w32_wait.c
1171         * src/common/w32lib.h
1172         * src/common/xml.c
1173         * src/common/xml.h
1174         * src/common/xmlprops.c
1175         * src/common/xmlprops.h
1176         * src/etpan/etpan-errors.h
1177         * src/etpan/etpan-thread-manager-types.h
1178         * src/etpan/etpan-thread-manager.c
1179         * src/etpan/etpan-thread-manager.h
1180         * src/etpan/imap-thread.c
1181         * src/etpan/imap-thread.h
1182         * src/gtk/about.c
1183         * src/gtk/about.h
1184         * src/gtk/colorlabel.c
1185         * src/gtk/colorlabel.h
1186         * src/gtk/colorsel.c
1187         * src/gtk/colorsel.h
1188         * src/gtk/combobox.c
1189         * src/gtk/combobox.h
1190         * src/gtk/description_window.c
1191         * src/gtk/description_window.h
1192         * src/gtk/filesel.c
1193         * src/gtk/filesel.h
1194         * src/gtk/foldersort.c
1195         * src/gtk/foldersort.h
1196         * src/gtk/gtkaspell.c
1197         * src/gtk/gtkaspell.h
1198         * src/gtk/gtksctree.c
1199         * src/gtk/gtkshruler.c
1200         * src/gtk/gtkshruler.h
1201         * src/gtk/gtksourceprintjob.c
1202         * src/gtk/gtksourceprintjob.h
1203         * src/gtk/gtkutils.c
1204         * src/gtk/gtkutils.h
1205         * src/gtk/gtkvscrollbutton.c
1206         * src/gtk/gtkvscrollbutton.h
1207         * src/gtk/icon_legend.c
1208         * src/gtk/icon_legend.h
1209         * src/gtk/inputdialog.c
1210         * src/gtk/inputdialog.h
1211         * src/gtk/logwindow.c
1212         * src/gtk/logwindow.h
1213         * src/gtk/manage_window.c
1214         * src/gtk/manage_window.h
1215         * src/gtk/menu.c
1216         * src/gtk/menu.h
1217         * src/gtk/pluginwindow.c
1218         * src/gtk/pluginwindow.h
1219         * src/gtk/prefswindow.c
1220         * src/gtk/prefswindow.h
1221         * src/gtk/progressdialog.c
1222         * src/gtk/progressdialog.h
1223         * src/gtk/quicksearch.c
1224         * src/gtk/quicksearch.h
1225         * src/gtk/sslcertwindow.c
1226         * src/gtk/sslcertwindow.h
1227         * src/plugins/bogofilter/bogofilter.c
1228         * src/plugins/bogofilter/bogofilter.h
1229         * src/plugins/bogofilter/bogofilter_gtk.c
1230         * src/plugins/clamav/clamav_plugin.c
1231         * src/plugins/clamav/clamav_plugin.h
1232         * src/plugins/clamav/clamav_plugin_gtk.c
1233         * src/plugins/demo/demo.c
1234         * src/plugins/dillo_viewer/dillo_prefs.c
1235         * src/plugins/dillo_viewer/dillo_prefs.h
1236         * src/plugins/dillo_viewer/dillo_viewer.c
1237         * src/plugins/pgpcore/passphrase.c
1238         * src/plugins/pgpcore/passphrase.h
1239         * src/plugins/pgpcore/pgp_viewer.c
1240         * src/plugins/pgpcore/pgp_viewer.h
1241         * src/plugins/pgpcore/plugin.c
1242         * src/plugins/pgpcore/prefs_gpg.c
1243         * src/plugins/pgpcore/prefs_gpg.h
1244         * src/plugins/pgpcore/select-keys.c
1245         * src/plugins/pgpcore/select-keys.h
1246         * src/plugins/pgpcore/sgpgme.c
1247         * src/plugins/pgpcore/sgpgme.h
1248         * src/plugins/pgpinline/pgpinline.c
1249         * src/plugins/pgpinline/pgpinline.h
1250         * src/plugins/pgpinline/plugin.c
1251         * src/plugins/pgpmime/pgpmime.c
1252         * src/plugins/pgpmime/pgpmime.h
1253         * src/plugins/pgpmime/plugin.c
1254         * src/plugins/spamassassin/spamassassin.c
1255         * src/plugins/spamassassin/spamassassin.h
1256         * src/plugins/spamassassin/spamassassin_gtk.c
1257         * src/plugins/trayicon/trayicon.c
1258         * src/plugins/trayicon/trayicon_prefs.c
1259         * src/plugins/trayicon/trayicon_prefs.h
1260         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1261         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1262         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1263         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1264         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1265         * tools/OOo2claws-mail.pl
1266         * tools/README.sylprint
1267         * tools/acroread2claws-mail.pl
1268         * tools/claws-mail-compose-insert-files.pl
1269         * tools/convert_mbox.pl
1270         * tools/filter_conv.pl
1271         * tools/filter_conv_new.pl
1272         * tools/fix_date.sh
1273         * tools/freshmeat_search.pl
1274         * tools/google_search.pl
1275         * tools/kmail-mailbox2claws-mail.pl
1276         * tools/kmail2claws-mail.pl
1277         * tools/kmail2claws-mail_v2.pl
1278         * tools/mairix.sh
1279         * tools/make.themes.project
1280         * tools/multiwebsearch.pl
1281         * tools/nautilus2claws-mail.sh
1282         * tools/outlook2claws-mail.pl
1283         * tools/textviewer.sh
1284         * tools/thunderbird-filters-convertor.pl
1285         * tools/update-po
1286         * tools/uuooffice
1287         * tools/vcard2xml.py
1288         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1289                 Upgrade to GPLv3 or later.
1290
1291 2007-07-10 [wwp]        2.10.0cvs15
1292
1293         * src/main.c
1294                 Fix re-opening of all composing messages that were
1295                 opened when closing the previous instance, thanks
1296                 to Colin.
1297
1298 2007-07-10 [paul]       2.10.0cvs14
1299
1300         * src/editaddress_other_attributes_ldap.c
1301         * src/ldapupdate.c
1302                 fix crash on selecting 'other attributes' combo
1303                 for either a new entry or an old entry with no
1304                 existing attributes.
1305                 fix bug on editing multiple attributes which
1306                 resulted them all having the value of the last
1307                 one changed.
1308                 Thanks to Colin
1309
1310 2007-07-10 [colin]      2.10.0cvs13
1311
1312         * src/editaddress.c
1313         * src/editaddress_other_attributes_ldap.h
1314         * src/ldapupdate.c
1315                 Fix --disable-ldap build
1316
1317 2007-07-09 [colin]      2.10.0cvs12
1318
1319         * src/Makefile.am
1320         * src/addritem.c
1321         * src/addritem.h
1322         * src/editaddress.c
1323         * src/editaddress_other_attributes_ldap.c
1324         * src/editaddress_other_attributes_ldap.h
1325         * src/editldap.c
1326         * src/ldapctrl.c
1327         * src/ldapctrl.h
1328         * src/ldapupdate.c
1329                 Add capability to edit all inetOrgPerson
1330                 attributes on LDAP. Patch by Michael 
1331                 Rasmussen
1332
1333 2007-07-09 [colin]      2.10.0cvs11
1334
1335         * src/Makefile.am
1336         * src/exporthtml.c
1337         * src/mbox.c
1338         * src/msgcache.c
1339         * src/prefs_summaries.c
1340         * src/prefs_themes.c
1341         * src/procheader.c
1342         * src/common/Makefile.am
1343         * src/common/log.c
1344         * src/common/timing.h
1345         * src/common/utils.c
1346         * src/common/utils.h
1347         * src/common/w32_account.c
1348         * src/common/w32lib.h
1349         * src/gtk/Makefile.am
1350         * src/gtk/colorlabel.c
1351         * src/plugins/pgpcore/Makefile.am
1352         * src/plugins/pgpcore/claws.def
1353         * src/plugins/pgpcore/passphrase.c
1354         * src/plugins/pgpcore/pgp_viewer.c
1355         * src/plugins/pgpcore/plugin.def
1356         * src/plugins/pgpcore/sgpgme.c
1357         * src/plugins/pgpinline/Makefile.am
1358         * src/plugins/pgpinline/claws.def
1359         * src/plugins/pgpinline/mypgpcore.def
1360         * src/plugins/pgpinline/plugin.def
1361         * src/plugins/pgpmime/Makefile.am
1362         * src/plugins/pgpmime/claws.def
1363         * src/plugins/pgpmime/mypgpcore.def
1364         * src/plugins/pgpmime/plugin.def
1365                 Commit win32 patch, from Werner Koch and
1366                 Marcus Brinkmann
1367
1368 2007-07-09 [colin]      2.10.0cvs10
1369
1370         * src/prefs_toolbar.c
1371                 Fix crash when no actions exist
1372
1373 2007-07-07 [paul]       2.10.0cvs9
1374
1375         * COPYING
1376         * manual/claws-mail-manual.xml
1377                 update copyright year
1378         * po/fi.po
1379                 updated by Flammie Pirinen
1380
1381 2007-07-05 [wwp]        2.10.0cvs8
1382
1383         * src/plugins/clamav/clamav_plugin_gtk.c
1384                 Make vertical spacing like in other plugin prefs pages.
1385
1386 2007-07-05 [wwp]        2.10.0cvs7
1387
1388         * src/quote_fmt.c
1389                 It's %am that works, not %ae (this doc incoherence has been
1390                 introduced with 2.9.2cvs13).
1391
1392 2007-07-04 [wwp]        2.10.0cvs6
1393
1394         * src/plugins/bogofilter/bogofilter.c
1395                 Gettext-ize an occurrence of "Any" that wasn't.
1396
1397 2007-07-04 [colin]      2.10.0cvs5
1398
1399         * po/POTFILES.in
1400                 Fix untranslated strings; thanks
1401                 to Pader Rezso.
1402
1403 2007-07-03 [colin]      2.10.0cvs4
1404
1405         * src/folder.c
1406         * src/mainwindow.c
1407                 Fix saving of sort mode for tags and
1408                 thread date. Thanks to Pierre Ossman.
1409                 Completes fix for bug 1233
1410
1411 2007-07-03 [paul]       2.10.0cvs3
1412
1413         * src/compose.c
1414                 fix auto-save
1415         * src/summaryview.c
1416                 fix build warnings
1417         Thanks to Colin
1418
1419 2007-07-02 [colin]      2.10.0cvs2
1420
1421         * src/folder.h
1422         * src/mainwindow.c
1423         * src/procmsg.h
1424         * src/summaryview.c
1425                 Add View/Sort/by Thread date
1426                 Fixes bug 1233, 'Capability to sort 
1427                 threads by most recent message'
1428                 Based on a patch by Paul Rolland
1429
1430 2007-07-02 [colin]      2.10.0cvs1
1431
1432         * src/Makefile.am
1433         * src/compose.c
1434         * src/edittags.c
1435         * src/edittags.h
1436         * src/filtering.c
1437         * src/folder.c
1438         * src/folder.h
1439         * src/headerview.c
1440         * src/headerview.h
1441         * src/main.c
1442         * src/mainwindow.c
1443         * src/mainwindow.h
1444         * src/manual.h
1445         * src/matcher.c
1446         * src/matcher.h
1447         * src/matcher_parser_parse.y
1448         * src/mimeview.c
1449         * src/msgcache.c
1450         * src/msgcache.h
1451         * src/prefs_common.c
1452         * src/prefs_common.h
1453         * src/prefs_filtering_action.c
1454         * src/prefs_matcher.c
1455         * src/prefs_summary_column.c
1456         * src/procmsg.c
1457         * src/procmsg.h
1458         * src/quote_fmt.c
1459         * src/quote_fmt_lex.l
1460         * src/quote_fmt_parse.y
1461         * src/summaryview.c
1462         * src/summaryview.h
1463         * src/textview.c
1464         * src/common/Makefile.am
1465         * src/common/defs.h
1466         * src/common/tags.c
1467         * src/common/tags.h
1468         * src/gtk/quicksearch.c
1469         * src/gtk/quicksearch.h
1470                 Add Tags implementation. Tags are arbitrary labels
1471                 that can be applied to messages. It is possible 
1472                 to create, edit, remove tags; apply them to mails;
1473                 filter on tags or tag presence; apply or unset
1474                 tags via filtering actions; reference tags in
1475                 reply templates.
1476
1477 2007-07-02 [paul]       2.10.0
1478
1479         * NEWS
1480         * README
1481         * RELEASE_NOTES
1482                 2.10.0 released
1483
1484 2007-07-02 [paul]       2.9.2cvs78
1485
1486         * po/de.po
1487         * po/en_GB.po
1488         * po/es.po
1489         * po/fr.po
1490         * po/hu.po
1491         * po/pt_BR.po
1492         * po/ru.po
1493         * po/zh_CN.po
1494                 updated by Stephan Sachse, me, Ricardo Mones
1495                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1496                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1497
1498 2007-07-02 [paul]       2.9.2cvs77
1499
1500         * AUTHORS
1501                 updated
1502
1503 2007-06-29 [wwp]        2.9.2cvs76
1504
1505         * src/gtk/headers.h
1506                 Fix a typo (thanks to Ricardo for finding this out).
1507
1508 2007-06-28 [paul]       2.9.2cvs75
1509
1510         * src/folderview.c
1511                 fix build warnings
1512
1513 2007-06-28 [paul]       2.9.2cvs74
1514
1515         * tools/Makefile.am
1516                 fix bug in the autotools build system.
1517                 Files cataloged under EXTRA_DIST were never
1518                 automatically copied to the build tree.
1519                 (fix 'make distcheck')
1520                 Patch by Michael Rasmussen.
1521
1522 2007-06-24 [colin]      2.9.2cvs73
1523
1524         * src/news_gtk.c
1525                 Fix bug 1249, 'Error handling for 
1526                 news errors needs modification'
1527                 Only popup error if the according
1528                 pref in Prefs/Receive is set.
1529
1530 2007-06-21 [colin]      2.9.2cvs72
1531
1532         * src/common/plugin.c
1533         * src/common/plugin.h
1534                 Change plugin API to know whether it's safe to 
1535                 unload plugins or whether we should just hide
1536                 them. Fixes bug 1248, 'Core dumps after 
1537                 unloading plugin and clicking on load plugins'
1538         * src/plugins/bogofilter/bogofilter.c
1539         * src/plugins/clamav/clamav_plugin.c
1540         * src/plugins/demo/demo.c
1541         * src/plugins/dillo_viewer/dillo_viewer.c
1542         * src/plugins/pgpcore/plugin.c
1543         * src/plugins/pgpinline/plugin.c
1544         * src/plugins/pgpmime/plugin.c
1545         * src/plugins/spamassassin/spamassassin.c
1546         * src/plugins/trayicon/trayicon.c
1547                 Update API
1548
1549 2007-06-19 [colin]      2.9.2cvs71
1550
1551         * src/compose.c
1552         * src/messageview.c
1553                 Fix crash mentioned in bug 1246
1554                 Race condition when automatically drafting
1555                 due to insertion on reedit.
1556
1557 2007-06-18 [wwp]        2.9.2cvs70
1558
1559         * src/importldif.c
1560                 LDIF import: use a "Proceed" button to complete
1561                 the process.
1562
1563 2007-06-18 [paul]       2.9.2cvs69
1564
1565         * configure.ac
1566                 use pkgconfig to check for gtk and glib
1567
1568 2007-06-17 [wwp]        2.9.2cvs68
1569
1570         * src/ldif.c
1571         * src/importldif.c
1572                 LDIF import: better error handling, minor code
1573                 and UI cleanup, and renamed the Save button
1574                 to Close, as imported stuff is already saved
1575                 when the Save button is shown.
1576
1577 2007-06-17 [colin]      2.9.2cvs67
1578
1579         * src/prefs_summaries.c
1580         * src/procmsg.c
1581                 Don't set as read when forwarded, only replied to
1582
1583 2007-06-17 [paul]       2.9.2cvs66
1584
1585         * src/alertpanel.c
1586                 add missing #include
1587
1588 2007-06-16 [colin]      2.9.2cvs65
1589
1590         * src/prefs_summaries.c
1591         * src/procmsg.c
1592                 Change the pref "Only mark as read when opened
1593                 in new window" to "..., replied to or forwarded".
1594                 Based on a patch by Paul Rolland.
1595
1596 2007-06-16 [paul]       2.9.2cvs64
1597
1598         * src/gtk/authors.h
1599                 alphabetical order! :)
1600
1601 2007-06-16 [colin]      2.9.2cvs63
1602
1603         * AUTHORS
1604         * src/gtk/authors.h
1605                 Add Michael Rasmussen in authors list
1606
1607 2007-06-16 [colin]      2.9.2cvs62
1608
1609         * src/messageview.c
1610                 Fix messageview_copy_clipboard to take advantage
1611                 of plugins' get_selection.
1612
1613 2007-06-15 [colin]      2.9.2cvs61
1614
1615         * src/action.c
1616         * src/addr_compl.c
1617         * src/addressbook.c
1618         * src/folderview.c
1619         * src/message_search.c
1620         * src/mimeview.c
1621         * src/summary_search.c
1622         * src/summaryview.c
1623         * src/textview.c
1624                 Allow GDK_KP_Enter to do the same as GDK_Return
1625                 Patch by Michael Rasmussen
1626
1627 2007-06-15 [paul]       2.9.2cvs60
1628
1629         * src/compose.c
1630                 fix bug when closing a compose window
1631                 during autosave
1632
1633 2007-06-14 [paul]       2.9.2cvs59
1634
1635         * src/main.c
1636         * src/common/defs.h
1637                 migrate sylpheed config
1638
1639 2007-06-14 [wwp]        2.9.2cvs58
1640
1641         * src/gtk/pluginwindow.c
1642                 Yet another attempt to fix sizing/alignment of the
1643                 button bar in plugins window.
1644
1645 2007-06-12 [colin]      2.9.2cvs57
1646
1647         * po/POTFILES.in
1648         * src/Makefile.am
1649         * src/folderview.c
1650         * src/prefs_common.c
1651         * src/prefs_common.h
1652         * src/prefs_summaries.c
1653         * src/prefs_summary_open.c
1654         * src/prefs_summary_open.h
1655         * src/summaryview.c
1656                 Make "when entering a folder" actions more personalisable
1657
1658 2007-06-12 [wwp]        2.9.2cvs56
1659
1660         * tools/README
1661                 Use short description from Paul (mairix.sh).
1662
1663 2007-06-12 [wwp]        2.9.2cvs55
1664
1665         * tools/README
1666                 Updated info about mairix.sh.
1667
1668 2007-06-11 [paul]       2.9.2cvs54
1669
1670         * src/prefs_logging.c
1671                 rework log window length widgets
1672                 and some sensitivity fixes
1673
1674 2007-06-11 [paul]       2.9.2cvs53
1675
1676         * src/mainwindow.c
1677         * src/prefs_logging.c
1678                 rename 'Protocol Log' to 'Network Log'
1679                 and some function renaming
1680
1681 2007-06-10 [wwp]        2.9.2cvs52
1682
1683         * src/gtk/pluginwindow.c
1684                 Revert 2.9.2cvs51.
1685
1686 2007-06-10 [wwp]        2.9.2cvs51
1687
1688         * src/gtk/pluginwindow.c
1689                 Fix button bar in plugin window, was centered and not
1690                 behaving like other dialogs w/ such button bar.
1691
1692 2007-06-08 [wwp]        2.9.2cvs50
1693
1694         * src/compose.c
1695         * src/compose.h
1696         * src/main.c
1697         * src/mainwindow.c
1698         * src/mainwindow.h
1699                 Provide a way out of automatic draft saving on IMAP, when
1700                 exiting offline.
1701                 Prevent drafting while sending and quitting while sending.
1702                 Thanks for Colin.
1703
1704
1705
1706 2007-06-08 [wwp]        2.9.2cvs49
1707
1708         * src/prefs_account.c
1709         * src/gtk/prefswindow.c
1710         * src/gtk/prefswindow.h
1711                 Activate the Basic page when opening account prefs.
1712
1713 2007-06-08 [wwp]        2.9.2cvs48
1714
1715         * src/common/socket.c
1716                 Don't crash if fork() fails, thanks to Colin.
1717
1718 2007-06-08 [wwp]        2.9.2cvs47
1719
1720         * src/gtk/prefswindow.c
1721                 Wrap some long lines, and reset horizontal scroller's adjusment
1722                 (this was already done, vertically), when changing tab (not page)
1723                 in prefs windows.
1724
1725 2007-06-08 [paul]       2.9.2cvs46
1726
1727         * src/common/utils.c
1728                 use gethostname() instead of uname()
1729                 based on a patch by Michael Hughes
1730                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1731
1732 2007-06-07 [wwp]        2.9.2cvs45
1733
1734         * src/prefs_common.c
1735                 Fix some useless warnings, thanks to Colin.
1736
1737 2007-06-06 [colin]      2.9.2cvs44
1738
1739         * src/ldapupdate.c
1740                 Fix strange allocations. 
1741
1742 2007-06-06 [colin]      2.9.2cvs43
1743
1744         * src/ldapupdate.c
1745                 Patch by Michael Rasmussus to help
1746                 bug 1232
1747
1748 2007-06-05 [wwp]        2.9.2cvs42
1749
1750         * src/prefs_account.c
1751         * src/prefs_folder_item.c
1752         * src/prefs_quote.c
1753         * src/quote_fmt.c
1754         * src/quote_fmt.h
1755                 Per-folder templates can now be applied recursively.
1756                 Always save per-folder templates (formats were erroneously
1757                 saved only if they were enabled).
1758                 Check for validity of quotation marks everywhere there
1759                 are defined.
1760
1761 2007-06-05 [wwp]        2.9.2cvs41
1762
1763         * src/inc.c
1764                 Fix incoming messages from local accounts always getting filtered
1765                 (even if the account prefs say don't), thanks to Colin.
1766
1767 2007-06-05 [wwp]        2.9.2cvs40
1768
1769         * src/compose.c
1770         * src/compose.h
1771                 Use per-folder/per-account quote chars when applying a
1772                 template or inserting text as well. Const'ify some
1773                 vars more.
1774
1775 2007-06-04 [colin]      2.9.2cvs39
1776
1777         * src/compose.c
1778                 More work for wwp :)
1779
1780 2007-06-04 [wwp]        2.9.2cvs38
1781
1782         * src/compose.c
1783                 Same as 2.9.2cvs36 but for forwarding.
1784
1785 2007-06-04 [colin]      2.9.2cvs37
1786
1787         * src/compose.c
1788                 Use original mail file for forward/redirect
1789                 Fixes some forwarded mails to be attached as
1790                 application/octet-stream (when they have binary
1791                 parts), and incidentally fixes bug 848
1792                 'Redirect breaks GnuPG'
1793
1794 2007-06-04 [wwp]        2.9.2cvs36
1795
1796         * src/compose.c
1797                 Fix quote mark mis-initialisation when replying/forwarding
1798                 (introduced w/ 2.9.2cvs20).
1799
1800 2007-06-04 [wwp]        2.9.2cvs35
1801
1802         * src/prefs_compose_writing.c
1803         * src/prefs_quote.c
1804                 Fix a bug where Quotation characters (prefs/compose/writing)
1805                 was cleared (introduced w/ 2.9.2cvs26).
1806
1807 2007-06-04 [wwp]        2.9.2cvs34
1808
1809         * src/prefs_account.c
1810         * src/prefs_account.h
1811                 Better fix for compiling w/o aspell (rollbacks
1812                 2.9.2cvs31).
1813
1814 2007-06-04 [wwp]        2.9.2cvs33
1815
1816         * src/account.c
1817         * src/prefs_account.c
1818         * src/prefs_account.h
1819         * src/procmsg.c
1820                 It's now possible to disable mail filtering plugins
1821                 on a per-account basis.
1822
1823 2007-06-04 [wwp]        2.9.2cvs32
1824
1825         * src/procheader.c
1826         * src/common/utils.c
1827         * src/common/utils.h
1828                 Support CRLF in headers part of messages.
1829                 Support few more date formats (RFC3339 subsets).
1830
1831 2007-06-04 [wwp]        2.9.2cvs31
1832
1833         * src/prefs_account.c
1834                 Fix compiling w/o aspell support.
1835
1836 2007-06-03 [wwp]        2.9.2cvs30
1837
1838         * src/prefs_gtk.c
1839                 Don't decode leading ENV_ and ~ in P_PASSWORD
1840                 values.
1841
1842 2007-06-03 [wwp]        2.9.2cvs29
1843
1844         * src/prefs_gtk.c
1845                 Don't decode leading ENV_ and ~ in P_PASSWORD
1846                 values.
1847
1848 2007-06-03 [wwp]        2.9.2cvs28
1849
1850         * src/prefs_account.c
1851         * src/gtk/prefswindow.c
1852         * src/gtk/prefswindow.h
1853                 Added a way to force preloading of all pages
1854                 (prefswindow).
1855                 Moved tabs to pages in account prefs.
1856
1857 2007-06-02 [colin]      2.9.2cvs27
1858
1859         * src/addressbook.c
1860                 Fix possible crash, fix ldap write bugs
1861         * src/ldapupdate.c
1862                 Fix ldap write bugs - patch by Michael
1863                 Rasmussen
1864         * src/alertpanel.c
1865         * src/alertpanel.h
1866                 Add a hook whenever alertpanel opens/closes
1867
1868 2007-05-31 [wwp]        2.9.2cvs26
1869
1870         * src/prefs_compose_writing.c
1871         * src/prefs_quote.c
1872                 Re-organized writing options a bit:
1873                  - renamed the Quoting page to Templates
1874                  - moved all composing templates to that page
1875                  - moved non-templates options to the Writing one,
1876                    grouped reply-related options, reordered reply and
1877                    forward options.
1878
1879 2007-05-31 [wwp]        2.9.2cvs25
1880
1881         * src/compose.c
1882                 Removed unused code.
1883
1884 2007-05-31 [colin]      2.9.2cvs24
1885
1886         * src/addressbook.c
1887                 Fix missing display name when modifying
1888                 LDAP. Patch by Michael Rasmussen
1889
1890 2007-05-31 [wwp]        2.9.2cvs23
1891
1892         * src/plugins/bogofilter/Makefile.am
1893         * src/plugins/clamav/Makefile.am
1894         * src/plugins/demo/Makefile.am
1895         * src/plugins/dillo_viewer/Makefile.am
1896         * src/plugins/spamassassin/Makefile.am
1897                 Fix building of those plugins in Mac OS X.
1898
1899 2007-05-30 [wwp]        2.9.2cvs22
1900
1901         * src/gtk/quicksearch.c
1902                 Fix missing initialization.
1903
1904 2007-05-30 [wwp]        2.9.2cvs21
1905
1906         * src/procheader.c
1907                 Revert accidental commit (debug outputs).
1908
1909 2007-05-30 [wwp]        2.9.2cvs20
1910
1911         * src/compose.c
1912         * src/folder_item_prefs.c
1913         * src/folder_item_prefs.h
1914         * src/prefs_account.c
1915         * src/prefs_account.h
1916         * src/prefs_folder_item.c
1917         * src/prefs_gtk.c
1918         * src/prefs_gtk.h
1919                 Implemented per-account and per-folder
1920                 compose/reply/forward formats.
1921
1922 2007-05-30 [wwp]        2.9.2cvs19
1923
1924         * src/prefs_compose_writing.c
1925         * src/prefs_quote.c
1926         * src/procheader.c
1927         * src/quote_fmt.c
1928         * src/quote_fmt.h
1929                 Internal API changes (factorize quote format
1930                 prefs and checks).
1931
1932 2007-05-30 [colin]      2.9.2cvs18
1933
1934         * src/compose.c
1935                 Fix race where it's possible to re-click Send
1936                 between end of SMTP session and end of "move to
1937                 sent folder" when sending an email with send
1938                 dialog enabled.
1939
1940 2007-05-30 [colin]      2.9.2cvs17
1941
1942         * src/crash.c
1943                 Ask for backtrace on all threads. Patch by
1944                 Pawel
1945         * src/folderview.c
1946                 Fix stale news statusbar when scanning fails.
1947                 Patch by Pawel
1948         * src/ldapupdate.c
1949                 Fix some LDAP write updates bugs. Patch
1950                 by Michael Rasmussen
1951
1952 2007-05-29 [colin]      2.9.2cvs16
1953
1954         * src/imap.c
1955                 Fix loss of local flags when moving mails
1956                 on IMAP in high-bandwidth mode (UID FETCH)
1957
1958 2007-05-25 [paul]       2.9.2cvs15
1959
1960         * src/common/socket.c
1961                 fix sometimes crasher on cancelling
1962                 message sending
1963
1964 2007-05-25 [colin]      2.9.2cvs14
1965
1966         * src/imap.c
1967                 Fix a memory leak
1968         * src/imap_gtk.c
1969                 Be more helpful in the subscription
1970                 message
1971
1972 2007-05-23 [wwp]        2.9.2cvs13
1973
1974         * src/compose.c
1975         * src/prefs_compose_writing.c
1976         * src/prefs_quote.c
1977         * src/prefs_template.c
1978         * src/prefs_template.h
1979         * src/quote_fmt.c
1980         * src/quote_fmt.h
1981         * src/quote_fmt_lex.l
1982         * src/quote_fmt_parse.y
1983                 Introduced new syntax elements (symbols and commands)
1984                 in templates/quote_fmt. Compatibility w/ old
1985                 symbols is kept.
1986                 Updated and reworked the corresponding Information
1987                 dialog.
1988                 Display the line number in dialogs that talk about
1989                 parser errors (in addition to the error message in
1990                 output).
1991
1992 2007-05-23 [wwp]        2.9.2cvs12
1993
1994         * src/quote_fmt_parse.y
1995                 Fix 2.9.2cvs11, probably a paste accident ;).
1996
1997 2007-05-23 [wwp]        2.9.2cvs11
1998
1999         * src/compose.c
2000         * src/prefs_template.c
2001         * src/quote_fmt.h
2002         * src/quote_fmt_parse.y
2003                 Fix 2.9.2cvs10, which broke --disable-aspell.
2004
2005 2007-05-22 [wwp]        2.9.2cvs10
2006
2007         * src/compose.c
2008         * src/prefs_template.c
2009         * src/quote_fmt.c
2010         * src/quote_fmt.h
2011         * src/quote_fmt_lex.l
2012         * src/quote_fmt_parse.y
2013         * src/gtk/gtkaspell.c
2014         * src/gtk/gtkaspell.h
2015                 Added template/quote format syntactical elements
2016                 to show and query:
2017                         - current dictionary
2018                           %T to show (shows empty if not set or not enabled),
2019                           ?T and !T to check if the default dictionary is
2020                           enabled and set
2021                         - current account's default dictionary
2022                           %aT to show (empty if not set or not enabled),
2023                           ?aT and !aT to check if it's enabled and set
2024                         - name completion for an address, from the address
2025                           book
2026                           %ABf, %ABt, %ABc respectively show the full name got
2027                           from the address book if From, To or Cc match a single
2028                           contact.
2029                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2030                           matches any contact and if the full name is non-empty.
2031                           If From, To or Cc are lists of email addresses, only
2032                           the first address will be checked.
2033                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2034                 that could show a trailing ','.
2035                 Also, template/quote_fmt parser now shows the line number in case
2036                 of parser error.
2037
2038 2007-05-15 [colin]      2.9.2cvs9
2039
2040         * src/main.c
2041         * src/main.h
2042                 Add a public function to know whether Claws
2043                 crashed last time
2044                 Store opened folder when exiting
2045         * src/folder.c
2046         * src/folder.h
2047                 Store last opened message in each FolderItem;
2048                 Reset last seen messages if Claws crashed, so 
2049                 that one can't go in an infinite crash in case 
2050                 a particular mail crashes Claws.
2051         * src/messageview.c
2052         * src/prefs_common.c
2053         * src/prefs_common.h
2054         * src/summaryview.c
2055         * src/prefs_summaries.c
2056                 Add "Select last opened message" when entering
2057                 a folder
2058                 Add "Select last opened folder" at startup.
2059
2060 2007-05-14 [colin]      2.9.2cvs8
2061
2062         * manual/xml2pdf
2063                 Fix bashism, search for xml catalog 
2064                 in /usr/local/share/xml/catalog too
2065                 Patch by Pawel
2066
2067 2007-05-13 [wwp]        2.9.2cvs7
2068
2069         * src/gtk/logwindow.c
2070                 fix raising log windows when they are either minimized or
2071                 in background.
2072
2073 2007-05-11 [colin]      2.9.2cvs6
2074
2075         * src/gtk/filesel.c
2076                 Use Hildon's file chooser on Maemo. Patch
2077                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2078                 'File attachment "manipulation" bugs...'
2079
2080 2007-05-10 [wwp]        2.9.2cvs5
2081
2082         * src/prefs_common.c
2083         * src/prefs_common.h
2084         * src/gtk/quicksearch.c
2085                 Add a quicksearch option to automatically run
2086                 a search selected from the history (this option
2087                 is exclusive towards type-ahead).
2088
2089 2007-05-10 [colin]      2.9.2cvs4
2090
2091         * src/imap.c
2092                 Fix g_warnings, thanks to Brian
2093                 Morrison
2094
2095 2007-05-09 [colin]      2.9.2cvs3
2096
2097         * src/crash.c
2098         * src/exporthtml.c
2099         * src/mbox.c
2100         * src/prefs_summaries.c
2101         * src/procheader.c
2102         * src/common/log.c
2103         * src/common/utils.c
2104         * src/gtk/gtksourceprintjob.c
2105         * src/gtk/sslcertwindow.c
2106                 Use the re-entrant variant of time functions
2107                 Probably fixes bug 1217, 'reentrancy problems 
2108                 with time functions'
2109
2110 2007-05-09 [colin]      2.9.2cvs2
2111
2112         * src/imap.c
2113                 Fix crasher when reconnection fails
2114
2115 2007-05-08 [paul]       2.9.2cvs1
2116
2117         * NEWS
2118         * README
2119         * RELEASE_NOTES
2120         * configure.ac
2121                 bump version number following
2122                 stable release
2123
2124 2007-05-08 [paul]       2.9.1cvs48
2125
2126         * src/plugins/demo/demo.c
2127         * src/plugins/dillo_viewer/dillo_prefs.c
2128         * src/plugins/dillo_viewer/dillo_prefs.h
2129         * src/plugins/dillo_viewer/dillo_viewer.c
2130         * src/plugins/pgpcore/pgp_viewer.c
2131         * src/plugins/pgpcore/pgp_viewer.h
2132         * src/plugins/pgpcore/plugin.c
2133         * src/plugins/pgpcore/prefs_gpg.c
2134         * src/plugins/pgpcore/prefs_gpg.h
2135         * src/plugins/pgpcore/sgpgme.c
2136         * src/plugins/pgpcore/sgpgme.h
2137         * src/plugins/pgpinline/plugin.c
2138         * src/plugins/pgpmime/pgpmime.c
2139         * src/plugins/pgpmime/pgpmime.h
2140         * src/plugins/pgpmime/plugin.c
2141         * src/plugins/spamassassin/spamassassin.c
2142         * src/plugins/spamassassin/spamassassin.h
2143         * src/plugins/spamassassin/spamassassin_gtk.c
2144         * src/plugins/trayicon/README
2145         * tools/README
2146         * tools/README.sylprint
2147         * tools/outlook2claws-mail.pl
2148         * tools/sylprint.pl
2149         * tools/tb2claws-mail
2150         * tools/tbird2claws.py
2151         * tools/update-po
2152         * tools/vcard2xml.py
2153         * tools/kdeservicemenu/README
2154                 cleanups and corrections
2155
2156 2007-05-06 [wwp]        2.9.1cvs47
2157
2158         * tools/uudec
2159                 Fix missing dash to `display` command-line, reported
2160                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2161
2162 2007-05-06 [colin]      2.9.1cvs46
2163
2164         * src/Makefile.am
2165         * src/stock_pixmap.c
2166         * src/stock_pixmap.h
2167         * src/pixmaps/printer.xpm
2168                 Add a printer icon
2169
2170 2007-05-06 [paul]       2.9.1cvs45
2171
2172         * src/compose.c
2173         * src/ldapquery.c
2174         * src/privacy.h
2175         * src/summary_search.c
2176         * src/summaryview.c
2177                 fix build warnings
2178
2179 2007-05-05 [wwp]        2.9.1cvs44
2180
2181         * src/messageview.c
2182         * src/mh.c
2183         * src/prefs_actions.c
2184         * src/prefs_gtk.c
2185         * src/summaryview.c
2186         * src/common/xml.c
2187                 Fix "faild" typos everywhere and capitalization of
2188                 some g_warnings.
2189
2190 2007-05-04 [colin]      2.9.1cvs43
2191
2192         * src/compose.c
2193         * src/privacy.c
2194         * src/privacy.h
2195         * src/plugins/pgpcore/prefs_gpg.c
2196         * src/plugins/pgpcore/prefs_gpg.h
2197         * src/plugins/pgpinline/pgpinline.c
2198         * src/plugins/pgpmime/pgpmime.c
2199                 Add an API to warn about encryption limits,
2200                 and allow to disable these warnings
2201
2202 2007-05-03 [colin]      2.9.1cvs42
2203
2204         * src/summaryview.c
2205         * src/mainwindow.c
2206                 Fix bug 1213, 'Delete more than 
2207                 one thread at once'
2208
2209 2007-05-03 [wwp]        2.9.1cvs41
2210
2211         * src/prefs_common.c
2212         * src/prefs_filtering.c
2213         * src/prefs_template.c
2214         * src/common/template.c
2215         * src/common/template.h
2216         * src/gtk/gtkutils.c
2217         * src/gtk/gtkutils.h
2218                 Templates are no longer automatically sorted
2219                 by name, but can be sorted manually using
2220                 |< < > >| buttons as well as drag'n'drop.
2221
2222 2007-05-03 [wwp]        2.9.1cvs40
2223
2224         * src/plugins/spamassassin/spamassassin.c
2225         * src/plugins/spamassassin/spamassassin.h
2226         * src/plugins/spamassassin/spamassassin_gtk.c
2227         * src/plugins/bogofilter/bogofilter.c
2228         * src/plugins/bogofilter/bogofilter.h
2229         * src/plugins/bogofilter/bogofilter_gtk.c
2230                 Added an option to conditionally mark saved spam
2231                 as read (default is and was to do so).
2232                 Satisfies feature request 1708539 on sf.net tracker.
2233
2234 2007-05-03 [colin]      2.9.1cvs39
2235
2236         * src/inc.c
2237                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2238
2239 2007-05-02 [colin]      2.9.1cvs38
2240
2241         * src/textview.c
2242                 Fix bug 1209, 'Clicking on address 
2243                 in header (mailto uri) selects 
2244                 default account'. Patch adapted from
2245                 G.P. Halkes' patch.
2246
2247 2007-05-02 [colin]      2.9.1cvs37
2248
2249         * src/grouplistdialog.c
2250                 Set cursor to wait cursor while loading
2251                 groups.
2252
2253 2007-05-02 [paul]       2.9.1cvs36
2254
2255         * src/folder.c
2256         * src/common/defs.h
2257                 rename cache and mark files
2258                 (data is preserved)
2259
2260 2007-04-30 [paul]       2.9.1cvs35
2261
2262         * manual/glossary.xml
2263         * manual/plugins.xml
2264                 updates. Patch by Ricardo
2265
2266 2007-04-29 [wwp]        2.9.1cvs34
2267
2268         * src/mainwindow.c
2269         * configure.ac
2270                 Fix few grammatical errors (patch by David Relson < relson at
2271                 osagesoftware dot com >).
2272
2273 2007-04-28 [colin]      2.9.1cvs33
2274
2275         * src/account.c
2276         * src/pop.c
2277         * src/prefs_account.c
2278         * src/prefs_account.h
2279                 Drop the "Download all" preference. It's
2280                 stupidly useless and confuses people from
2281                 time to time.
2282
2283 2007-04-27 [wwp]        2.9.1cvs32
2284
2285         * src/account.c
2286         * src/prefs_account.c
2287         * src/prefs_account.h
2288                 Don't reflect accounts changes to the mainwindow when it's
2289                 not necessary.
2290
2291 2007-04-27 [colin]      2.9.1cvs31
2292
2293         * src/folder.c
2294                 Freeze/thaw when sync'ing flags
2295         * src/imap.c
2296         * src/prefs_account.c
2297         * src/prefs_account.h
2298         * src/etpan/imap-thread.c
2299         * src/etpan/imap-thread.h
2300                 Add a way to use UID FETCH instead
2301                 of searches to fetch message lists
2302                 and flags. More expensive towards
2303                 bandwidth, less expensive towards
2304                 server's CPU. Probably fixes 
2305                 bug 1158, 'Scanning new folders on 
2306                 Exchange 2007 extremely slow'.
2307                 Patch 95% by Hoa.
2308
2309 2007-04-27 [paul]       2.9.1cvs30
2310
2311         * src/mainwindow.c
2312         * src/prefs_logging.c
2313                 improvements to english usage
2314
2315 2007-04-27 [colin]      2.9.1cvs29
2316
2317         * src/imap.c
2318                 Fix build without libetpan (my bad!)
2319
2320 2007-04-26 [colin]      2.9.1cvs28
2321
2322         * src/imap.c
2323         * src/imap.h
2324                 Fix uselessly exported function
2325         * src/textview.c
2326                 Consider "- -- \n" as signature separator
2327                 (that's what signature separators look like
2328                  in PGP/Inline signed mails)
2329
2330 2007-04-26 [colin]      2.9.1cvs27
2331
2332         * configure.ac
2333                 libetpan-0.49 is now required
2334         * src/procmime.c
2335                 Fix double fetching of mails if
2336                 first try failed
2337         * src/imap.c
2338                 Make offline sync faster, by
2339                 remembering last change time, and
2340                 last sync time.
2341
2342 2007-04-26 [hoa]        2.9.1cvs26
2343
2344         * src/imap.c
2345         * src/imap.h
2346         * src/mainwindow.c
2347         * src/toolbar.c
2348         * src/etpan/imap-thread.c
2349         * src/etpan/imap-thread.h
2350                 cancellation of IMAP operations is now allowed.
2351                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2352
2353 2007-04-26 [colin]      2.9.1cvs25
2354
2355         * src/folder.c
2356                 Always fetch body+headers in folders that are
2357                 synched for offline use, if "Synchronise as
2358                 soon as possible" is set.
2359                 Fixes bug 1200, 'Add option to always retrieve full 
2360                 messages'
2361
2362 2007-04-25 [colin]      2.9.1cvs24
2363
2364         * src/compose.c
2365                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2366                 persists...'
2367
2368 2007-04-24 [colin]      2.9.1cvs23
2369
2370         * src/folderview.c
2371                 Fix bug 1195, 'Hardware key navigation' 
2372                 Make GDK_Enter toggle expansion (Maemo)
2373
2374 2007-04-24 [wwp]        2.9.1cvs22
2375
2376         * src/compose.c
2377                 Fix few compiler warnings.
2378
2379 2007-04-24 [paul]       2.9.1cvs21
2380
2381         * src/Makefile.am
2382         * src/stock_pixmap.c
2383         * src/stock_pixmap.h
2384                 complete last commit
2385
2386 2007-04-24 [paul]       2.9.1cvs20
2387
2388         * src/gtk/about.c
2389         * src/pixmaps/active.xpm
2390         * src/pixmaps/checkbox_off.xpm
2391         * src/pixmaps/checkbox_on.xpm
2392         * src/pixmaps/inactive.xpm
2393                 kick out the blobs
2394                 remove transparent border from checkbox icons
2395
2396 2007-04-24 [wwp]        2.9.1cvs19
2397
2398         * src/textview.c
2399         * src/textview.h
2400                 Fix a crash in textview, thanks to Colin.
2401
2402 2007-04-23 [wwp]        2.9.1cvs18
2403
2404         * src/prefs_common.c
2405                 Fix 2.9.1cvs5: no header was being translated at all.
2406
2407 2007-04-23 [colin]      2.9.1cvs17
2408
2409         * src/Makefile.am
2410         * src/stock_pixmap.c
2411         * src/stock_pixmap.h
2412         * src/summaryview.c
2413         * src/summaryview.h
2414         * src/gtk/gtksctree.c
2415         * src/gtk/gtksctree.h
2416         * src/pixmaps/selection.xpm
2417                 Fix bug 1193, 'Need a way to multi-select
2418                 items'. Add a toggle button to the summaryview
2419                 to switch between normal and multiple selection
2420                 (Maemo)
2421
2422 2007-04-23 [colin]      2.9.1cvs16
2423
2424         * src/Makefile.am
2425         * src/stock_pixmap.c
2426         * src/stock_pixmap.h
2427         * src/summaryview.c
2428         * src/summaryview.h
2429         * src/gtk/gtksctree.c
2430         * src/gtk/gtksctree.h
2431         * src/pixmaps/selection.xpm
2432                 Fix bug 1193, 'Need a way to multi-
2433                 select items'
2434                 Add a toggle button in the summaryview
2435                 to enable normal or multiple selection.
2436                 (Maemo)
2437
2438 2007-04-23 [colin]      2.9.1cvs15
2439
2440         * src/compose.c
2441                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2442
2443 2007-04-21 [colin]      2.9.1cvs14
2444
2445         * src/gtk/quicksearch.c
2446                 Fix previous commit (actually use correct
2447                 parameter)
2448
2449 2007-04-21 [colin]      2.9.1cvs13
2450
2451         * src/gtk/quicksearch.c
2452                 Fix changing quicksearch type (after Esc,
2453                 after changing Recursive, ...)
2454
2455 2007-04-20 [wwp]        2.9.1cvs12
2456
2457         * src/gtk/Makefile.am
2458                 Added headers.h (completes 2.9.1cvs5).
2459
2460 2007-04-20 [wwp]        2.9.1cvs11
2461
2462         * src/addressbook.c
2463                 Fix the use of display name in name column,
2464                 it has been overriden w/ the use of nickname
2465                 by 2.9.0cvs3. Now nickname is used (if any)
2466                 in case of LDAP books only.
2467
2468 2007-04-20 [colin]      2.9.1cvs10
2469
2470         * src/mimeview.c
2471         * src/summaryview.c
2472         * src/textview.c
2473                 Add handling of 'a' to loop in a mail's
2474                 mimeparts
2475
2476 2007-04-20 [colin]      2.9.1cvs9
2477
2478         * src/toolbar.c
2479                 Fix bug 1190, 'dir_open' button doesn't work'
2480                 (Maemo)
2481
2482 2007-04-20 [colin]      2.9.1cvs8
2483
2484         * src/folderview.c
2485         * src/mainwindow.c
2486                 Fix bug 1194, 'Hardware keys move from email 
2487                 list to account/directory list, but not back 
2488                 to email list...' (Maemo)
2489
2490 2007-04-20 [colin]      2.9.1cvs7
2491
2492         * src/compose.h
2493                 complete previous commit
2494
2495 2007-04-20 [colin]      2.9.1cvs6
2496
2497         * src/compose.c
2498                 Fix bug 1187, 'Reply-to addressee disappears 
2499                 when reply-to text box is clicked...' (Maemo)
2500
2501 2007-04-20 [wwp]        2.9.1cvs5
2502
2503         * po/POTFILES.in
2504         * src/addressbook.c
2505         * src/compose.c
2506         * src/filtering.c
2507         * src/headerview.c
2508         * src/matcher.c
2509         * src/prefs_common.c
2510         * src/prefs_common.h
2511         * src/prefs_display_header.c
2512         * src/prefs_matcher.c
2513         * src/summaryview.c
2514         * src/gtk/headers.h
2515         * src/gtk/quicksearch.c
2516                 Translate more header names according to the relevant option value,
2517                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2518                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2519                 to prefs_common_translated_header_name().
2520                 Added a headers.h reference file that contains known header names
2521                 (RFC2822 and others) to the translation process' input, so that
2522                 translated header names will still exist even if no occurrence of
2523                 _("headername") is found anymore in the sources.
2524                 Don't translate column name 'Number' following to trans_hdr option
2525                 value as it's not a header name.
2526
2527 2007-04-20 [colin]      2.9.1cvs4
2528
2529         * src/gtk/quicksearch.c
2530         * src/gtk/quicksearch.h
2531                 Add "From, To or Subject" quicksearch
2532                 type. Patch by ulfschaper@users.sf.net
2533
2534 2007-04-20 [colin]      2.9.1cvs3
2535
2536         * src/matcher.c
2537                 Implement proper references filtering condition.
2538                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2539
2540 2007-04-19 [wwp]        2.9.1cvs2
2541
2542         * src/prefs_display_header.c
2543         * src/message_search.c
2544                 Fix few warnings (g_free of const gchar*).
2545
2546 2007-04-19 [paul]       2.9.1cvs1
2547
2548         * NEWS
2549         * README
2550         * RELEASE_NOTES
2551         * configure.ac
2552                 bump version number following
2553                 stable release
2554
2555 2007-04-19 [paul]       2.9.0cvs9
2556
2557         * manual/advanced.xml
2558         * manual/glossary.xml
2559                 fix typos
2560
2561 2007-04-18 [paul]       2.9.0cvs8
2562
2563         * src/pop.c
2564                 fix for CVE-2007-1558 (APOP)
2565                 Thanks to Colin
2566
2567 2007-04-18 [paul]       2.9.0cvs7
2568
2569         * src/messageview.c
2570         * src/mimeview.c
2571         * src/summaryview.c
2572         * src/gtk/filesel.c
2573                 Fix encoding woes wrt saving of
2574                 mails and parts
2575                 Thanks to Colin
2576
2577 2007-04-18 [colin]      2.9.0cvs6
2578
2579         * src/gtk/pluginwindow.c
2580                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2581
2582 2007-04-17 [wwp]        2.9.0cvs5
2583
2584         * src/addressadd.c
2585         * src/addressbook.c
2586         * src/addrindex.c
2587         * src/ldapupdate.c
2588                 Fix --disable-ldap build,
2589                 fix some LDAP annoyances on 
2590                 searches, thanks to Colin.
2591
2592 2007-04-17 [wwp]        2.9.0cvs4
2593
2594         * src/ldapupdate.c
2595                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2596                 like gcc 2.9x. Thanks to Colin.
2597
2598 2007-04-17 [wwp]        2.9.0cvs3
2599
2600         * src/Makefile.am
2601         * src/addressadd.c
2602         * src/addressbook.c
2603         * src/addrindex.c
2604         * src/addritem.c
2605         * src/addritem.h
2606         * src/editaddress.c
2607         * src/ldapctrl.c
2608         * src/ldapctrl.h
2609         * src/ldapquery.c
2610         * src/ldapserver.c
2611         * src/ldapserver.h
2612         * src/ldapupdate.c
2613         * src/ldapupdate.h
2614                 Add LDAP write support. Patch mostly by 
2615                 Michael <mir at datanom dot net>
2616
2617 2007-04-17 [wwp]        2.9.0cvs2
2618
2619         * src/compose.c
2620                 Prepend "Add to address book" to the context menu of compose window's sender and
2621                 recipient fields.
2622
2623 2007-04-16 [paul]       2.9.0cvs1
2624
2625         * src/gtk/authors.h
2626                 add Pader Rezso
2627
2628 2007-04-16 [paul]       2.9.0
2629
2630         * NEWS
2631         * README
2632         * RELEASE_NOTES
2633                 2.9.0 released
2634
2635 2007-04-16 [paul]       2.8.1cvs102
2636
2637         * po/fr.po
2638                 updated by Fabien Vantard
2639
2640 2007-04-16 [paul]       2.8.1cvs101
2641
2642         * po/ca.po
2643         * po/cs.po
2644         * po/de.po
2645         * po/hu.po
2646         * po/pl.po
2647         * po/pt_BR.po
2648         * po/sr.po
2649         * po/zh_CN.po
2650                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2651                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2652                 Aleksandar Urosevic, and Ralgh Young
2653
2654 2007-04-15 [mones]      2.8.1cvs100
2655
2656         * po/es.po
2657                 Updated for release
2658
2659 2007-04-14 [colin]      2.8.1cvs99
2660
2661         * src/message_search.c
2662         * src/prefs_display_header.c
2663         * src/summary_search.c
2664         * src/gtk/combobox.c
2665                 Fix allocations
2666
2667 2007-04-14 [wwp]        2.8.1cvs98
2668
2669         * src/gtk/combobox.c
2670         * src/message_search.c
2671         * src/summary_search.c
2672         * src/prefs_display_header.c
2673                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2674                 returns NULL, get the text value directly from the GtkEntry child.
2675
2676 2007-04-13 [colin]      2.8.1cvs97
2677
2678         * src/gtk/quicksearch.c
2679                 Give the focus back to summaryview when
2680                 emptying the quicksearch with Esc
2681
2682 2007-04-13 [colin]      2.8.1cvs96
2683
2684         * src/message_search.c
2685         * src/prefs_display_header.c
2686         * src/summary_search.c
2687                 Fix possibles crashes when getting text
2688                 from gtk combos
2689
2690 2007-04-13 [colin]      2.8.1cvs95
2691
2692         * src/pop.c
2693                 Add some UIDL debugging
2694
2695 2007-04-12 [colin]      2.8.1cvs94
2696
2697         * src/folder.c
2698                 Force folder scan if necessary after
2699                 copying mails, to be able to reapply
2700                 flags.
2701
2702 2007-04-11 [colin]      2.8.1cvs93
2703
2704         * src/main.c
2705                 don't scan for new mail on startup if --select
2706                 is specified (or race conditions arise). If so,
2707                 do both sequentially.
2708
2709 2007-04-09 [colin]      2.8.1cvs92
2710
2711         * src/common/defs.h
2712                 Use leafpad by default on Maemo. Patch
2713                 by Jean-Luc Biord.
2714
2715 2007-04-06 [colin]      2.8.1cvs91
2716
2717         * src/pixmaps/queue_close.xpm
2718         * src/pixmaps/queue_close_hrm.xpm
2719         * src/pixmaps/queue_close_hrm_mark.xpm
2720         * src/pixmaps/queue_close_mark.xpm
2721         * src/pixmaps/queue_open.xpm
2722         * src/pixmaps/queue_open_hrm.xpm
2723         * src/pixmaps/queue_open_hrm_mark.xpm
2724         * src/pixmaps/queue_open_mark.xpm
2725                 Move the clock one pixel down :)
2726
2727 2007-04-05 [colin]      2.8.1cvs90
2728
2729         * src/mainwindow.c
2730                 Don't sync when switching offline from
2731                 command line - it's usually too late :)
2732
2733 2007-04-05 [paul]       2.8.1cvs89
2734
2735         * src/Makefile.am
2736         * src/stock_pixmap.c
2737         * src/pixmaps/dir_close_hrm.xpm
2738         * src/pixmaps/dir_close_hrm_mark.xpm
2739         * src/pixmaps/drafts_close.xpm
2740         * src/pixmaps/drafts_close_mark.xpm
2741         * src/pixmaps/drafts_open.xpm
2742         * src/pixmaps/drafts_open_mark.xpm
2743         * src/pixmaps/inbox.xpm
2744         * src/pixmaps/inbox_close.xpm
2745         * src/pixmaps/inbox_close_hrm.xpm
2746         * src/pixmaps/inbox_close_hrm_mark.xpm
2747         * src/pixmaps/inbox_close_mark.xpm
2748         * src/pixmaps/inbox_hrm.xpm
2749         * src/pixmaps/inbox_hrm_mark.xpm
2750         * src/pixmaps/inbox_mark.xpm
2751         * src/pixmaps/inbox_open.xpm
2752         * src/pixmaps/inbox_open_hrm.xpm
2753         * src/pixmaps/inbox_open_hrm_mark.xpm
2754         * src/pixmaps/inbox_open_mark.xpm
2755         * src/pixmaps/outbox.xpm
2756         * src/pixmaps/outbox_close.xpm
2757         * src/pixmaps/outbox_close_hrm.xpm
2758         * src/pixmaps/outbox_close_hrm_mark.xpm
2759         * src/pixmaps/outbox_close_mark.xpm
2760         * src/pixmaps/outbox_hrm.xpm
2761         * src/pixmaps/outbox_hrm_mark.xpm
2762         * src/pixmaps/outbox_mark.xpm
2763         * src/pixmaps/outbox_open.xpm
2764         * src/pixmaps/outbox_open_hrm.xpm
2765         * src/pixmaps/outbox_open_hrm_mark.xpm
2766         * src/pixmaps/outbox_open_mark.xpm
2767         * src/pixmaps/queue_close.xpm
2768         * src/pixmaps/queue_close_hrm.xpm
2769         * src/pixmaps/queue_close_hrm_mark.xpm
2770         * src/pixmaps/queue_close_mark.xpm
2771         * src/pixmaps/queue_open.xpm
2772         * src/pixmaps/queue_open_hrm.xpm
2773         * src/pixmaps/queue_open_hrm_mark.xpm
2774         * src/pixmaps/queue_open_mark.xpm
2775                 updated, added and replaced icons
2776                 Icons by Colin
2777
2778 2007-04-04 [colin]      2.8.1cvs88
2779
2780         * src/imap.c
2781                 Fix build without libetpan
2782
2783 2007-04-03 [colin]      2.8.1cvs87
2784
2785         * src/imap.c
2786                 Fix crash with Citadel, and try to make
2787                 things work. this server (and specifically 
2788                 STATUS and APPEND at least) seems broken.
2789
2790 2007-04-03 [colin]      2.8.1cvs86
2791
2792         * src/folderview.c
2793                 Fix icons on folder close
2794
2795 2007-04-03 [colin]      2.8.1cvs85
2796
2797         * src/inc.c
2798                 Fix double-ask of offline override in
2799                 certain cases
2800         * src/imap.c
2801         * src/imap.h
2802         * src/imap_gtk.c
2803                 Much more efficient way to synchronise
2804                 for offline use
2805         * src/etpan/imap-thread.c
2806                 Fix possible segs
2807         * src/folder.c
2808         * src/gtk/quicksearch.c
2809                 Fix some GUI lags
2810
2811 2007-04-03 [paul]       2.8.1cvs84
2812
2813         * src/filtering.c
2814         * src/folder.c
2815         * src/folder.h
2816         * src/prefs_common.c
2817         * src/prefs_common.h
2818         * src/prefs_other.c
2819                 Fix sync being done too late
2820                 Thanks to Colin
2821
2822 2007-04-02 [colin]      2.8.1cvs83
2823
2824         * src/summaryview.c
2825                 Maemo: Put status and quicksearch at the top
2826         * src/plugins/bogofilter/bogofilter.c
2827         * src/plugins/spamassassin/spamassassin.c
2828                 Derive trash from inbox if possible
2829
2830 2007-04-02 [paul]       2.8.1cvs82
2831
2832         * src/plugins/bogofilter/bogofilter_gtk.c
2833                 a few English changes
2834
2835 2007-04-02 [paul]
2836
2837         2.9.0-rc1 released
2838
2839 2007-04-02 [colin]      2.8.1cvs81
2840
2841         * src/image_viewer.c
2842                 Fix transparent images by using
2843                 GtkImage
2844         * src/messageview.c
2845                 Flush events (on new windows) to avoid
2846                 having the textview's image resize fail
2847                 to know the available width
2848
2849 2007-04-01 [colin]      2.8.1cvs80
2850
2851         * src/prefs_account.c
2852                 If no MH mailbox exist, when creating a POP/Local
2853                 account, just create and use the default one 
2854                 instead of bailing with a "Mailbox doesn't exist"
2855                 error
2856
2857 2007-03-31 [colin]      2.8.1cvs79
2858
2859         * src/prefs_account.c
2860                 Create signature file if it doesn't exist
2861                 before editing
2862         * src/prefs_toolbar.c
2863                 Maemo: Move "Use default" on the left so
2864                 that people can find it
2865         * src/common/defs.h
2866                 Maemo: make default editor "Maemopad", 
2867                 default signature file "MyDocs/signature.txt"
2868
2869 2007-03-31 [colin]      2.8.1cvs78
2870
2871         * src/prefs_account.c
2872                 Maemo: rework account prefs so
2873                 that less horizontal scrolling
2874                 is required
2875
2876 2007-03-31 [colin]      2.8.1cvs77
2877
2878         * src/folderview.c
2879         * src/prefs_common.c
2880         * src/prefs_common.h
2881                 Fix bug 1167, 'Allow not displaying zeros 
2882                 in folder list'. Patch by MartinP
2883
2884 2007-03-31 [colin]      2.8.1cvs76
2885
2886         * AUTHORS
2887                 Add Jean-Luc Biord
2888
2889 2007-03-31 [colin]      2.8.1cvs75
2890
2891         * src/imap.c
2892                 Apply patch from bug 1172, direct
2893                 access to the folder's session instead
2894                 of using getter. Patch by MartinP
2895
2896 2007-03-31 [paul]       2.8.1cvs74
2897
2898         * src/gtk/authors.h
2899                 no need to list Fabien twice!
2900
2901 2007-03-31 [colin]      2.8.1cvs73
2902
2903         * src/inc.c
2904                 If we're currently "overriding for %d minutes",
2905                 don't ask
2906
2907 2007-03-31 [colin]      2.8.1cvs72
2908
2909         * src/compose.c
2910         * src/imap.c
2911         * src/inc.c
2912         * src/inc.h
2913         * src/messageview.c
2914         * src/news.c
2915         * src/plugins/spamassassin/spamassassin.c
2916                 Offline override: Add a parameter to allow
2917                 asking even if the override timer is running.
2918                 Allows to ask every time the user makes an
2919                 explicit action needing online access (such
2920                 as Get Mail), and not when the action is 
2921                 implicit (such as opening an IMAP folder)
2922
2923 2007-03-31 [colin]      2.8.1cvs71
2924
2925         * src/inc.c
2926                 Override offline: "No" answer shouldn't
2927                 re-ask after 3 seconds, but 10 minutes. 
2928
2929 2007-03-30 [colin]      2.8.1cvs70
2930
2931         * src/common/socket.c
2932                 Better error reporting on unix socket
2933                 failure (bind usually)
2934         * src/gtk/gtkutils.c
2935         * src/gtk/gtkutils.h
2936                 Label window: add a pulsing progress
2937                 bar to show we're not hung :)
2938         * src/folderview.c
2939         * src/main.c
2940         * src/plugins/pgpcore/sgpgme.c
2941                 Update API
2942
2943 2007-03-30 [colin]      2.8.1cvs69
2944
2945         * src/pop.c
2946         * src/prefs_common.c
2947                 Fix possible trashing of history and uidl
2948                 files on disk full problems
2949
2950 2007-03-30 [paul]       2.8.1cvs68
2951
2952         * src/mainwindow.c
2953         * src/summaryview.c
2954         * src/summaryview.h
2955                 update summary when changing layout type
2956                 (fixes wrong folder icon being displayed)
2957                 Thanks to Colin
2958
2959 2007-03-29 [colin]      2.8.1cvs67
2960
2961         * src/prefs_ext_prog.c
2962                 The browser pref is irrelevant on Maemo
2963
2964 2007-03-29 [colin]      2.8.1cvs66
2965
2966         * src/compose.c
2967         * src/compose.h
2968                 Maemo: dynamically switch headers/text position
2969         * src/prefs_common.c
2970                 Maemo: hide compose's ruler by default
2971         * src/common/socket.c
2972         * src/common/socket.h
2973                 Fix build warning
2974
2975 2007-03-29 [colin]      2.8.1cvs65
2976
2977         * src/common/socket.c
2978         * src/common/socket.h
2979                 Fix build when MAEMO_CFLAGS contains
2980                 _X_OPENSOURCE (resolv.h errors as long
2981                 as we don't add _BSD_SOURCE. Ugly).
2982
2983 2007-03-29 [wwp]        2.8.1cvs64
2984
2985         * src/prefs_logging.c
2986                 Fix sensitivity of clip-log widgets in prefs/logging,
2987                 thanks to Fabien.
2988
2989 2007-03-29 [wwp]        2.8.1cvs63
2990
2991         * po/POTFILES.in
2992                 Updated files list for translations, thanks to Fabien.
2993
2994 2007-03-29 [colin]      2.8.1cvs62
2995
2996         * src/main.c
2997         * src/common/Makefile.am
2998         * src/common/utils.c
2999                 Maybe make URI opening work in Maemo
3000                 Requires testing :)
3001
3002 2007-03-28 [colin]      2.8.1cvs61
3003
3004         * src/folder.c
3005         * src/folder.h
3006         * src/folderview.c
3007                 Add the possibility to sort folders arbitrarily
3008                 (via editing of folderlist.xml only). Patch by
3009                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3010                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3011                 be changed by the user'
3012
3013 2007-03-28 [colin]      2.8.1cvs60
3014
3015         * src/mimeview.c
3016                 Add popup menu for mime icons
3017
3018 2007-03-28 [colin]      2.8.1cvs59
3019
3020         * src/mainwindow.c
3021                 Fix a layout issue when presenting
3022                 mainwindow in Small screen layout
3023         * src/toolbar.c
3024         * src/toolbar.h
3025                 Add a "Go to folder list" button for
3026                 mainwindow, and make it default in
3027                 the Maemo build
3028
3029 2007-03-28 [colin]      2.8.1cvs58
3030
3031         * src/compose.c
3032                 Don't dynamically update title on Maemo
3033                 Patch by Jean-Luc Biord
3034
3035 2007-03-27 [colin]      2.8.1cvs57
3036
3037         * src/compose.c
3038         * src/folderview.c
3039         * src/summaryview.c
3040                 Enable tap-and-hold on Maemo
3041
3042 2007-03-26 [colin]      2.8.1cvs56
3043
3044         * src/compose.c
3045                 More popup-menu (in attachments list)
3046
3047 2007-03-26 [colin]      2.8.1cvs55
3048
3049         * src/compose.c
3050                 Enable popup-menu signal
3051
3052 2007-03-26 [colin]      2.8.1cvs54
3053
3054         * src/plugins/pgpinline/pgpinline.c
3055                 Fix bug 1111, 'PGP/inline plugin hides text 
3056                 around encrypted text block'. Patch based on
3057                 a patch from Michal Cihar.
3058
3059 2007-03-26 [wwp]        2.8.1cvs53
3060
3061         * src/procmsg.c
3062                 Fix getting a false error when sending queued message
3063                 whereas the sending was fine (if there are subfolders
3064                 in the queue folder), thanks to Colin.
3065
3066 2007-03-26 [paul]       2.8.1cvs52
3067
3068         * src/wizard.c
3069                 update FACE header in welcome message
3070
3071 2007-03-25 [colin]      2.8.1cvs51
3072
3073         * src/Makefile.am
3074                 Fix make dist
3075
3076 2007-03-25 [colin]      2.8.1cvs50
3077
3078         * src/main.c
3079                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3080
3081 2007-03-24 [colin]      2.8.1cvs49
3082
3083         * src/main.c
3084                 Fix a few launch problems on Maemo
3085                 Patch by Jean-Luc Biord
3086
3087 2007-03-24 [wwp]        2.8.1cvs48
3088
3089         * src/alertpanel.c
3090         * src/alertpanel.h
3091         * src/messageview.c
3092         * src/summaryview.c
3093                 Fix wrong action performed when closing the
3094                 "ask about account specific filtering rules
3095                 when filtering manually" dialog by pressing Escape.
3096                 Fix wrong order of buttons in the "return receipt
3097                 notification - the message was sent to several of
3098                 your accounts" dialog.
3099
3100 2007-03-24 [paul]       2.8.1cvs47
3101
3102         * src/folderview.c
3103                 an improvement to English usage
3104         * tools/kdeservicemenu/README
3105                 updated Claws url
3106
3107 2007-03-24 [paul]       2.8.1cvs46
3108
3109         * src/Makefile.am
3110         * src/stock_pixmap.c
3111         * src/pixmaps/edit_extern.xpm
3112         * src/pixmaps/mail_sign.xpm
3113                 rescue long lost icons
3114
3115 2007-03-24 [paul]       2.8.1cvs45
3116
3117         * src/toolbar.c
3118                 fix toolbar (broken in 2.8.1cvs42)
3119
3120 2007-03-23 [colin]      2.8.1cvs44
3121
3122         * src/imap.c
3123                 Correctly unsubscribe/resubscribe after
3124                 RENAME
3125
3126 2007-03-23 [colin]      2.8.1cvs43
3127
3128         * src/prefs_common.c
3129                 Maemo: as the platform is light on RAM, allow
3130                 caches to be discarded faster.
3131
3132 2007-03-23 [colin]      2.8.1cvs42
3133
3134         * src/Makefile.am
3135         * src/compose.c
3136         * src/compose.h
3137         * src/stock_pixmap.c
3138         * src/stock_pixmap.h
3139         * src/summaryview.c
3140         * src/summaryview.h
3141         * src/toolbar.c
3142         * src/toolbar.h
3143         * src/pixmaps/open_mail.xpm
3144                 Maemo changes: Add the possibility to have
3145                 "Open Email" and "Close Window" buttons on 
3146                 toolbars (and use them in Maemo's default
3147                 toolbars)
3148
3149 2007-03-23 [wwp]        2.8.1cvs41
3150
3151         * src/action.c
3152                 Reverted that part of the action dialog closure logics, to
3153                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3154                 done later in a different way (or may not).
3155
3156 2007-03-22 [wwp]        2.8.1cvs40
3157
3158         * src/action.c
3159                 Fix sticky action dialog when got no output but action command
3160                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3161
3162 2007-03-22 [colin]      2.8.1cvs39
3163
3164         * src/prefs_filtering.c
3165         * src/gtk/combobox.h
3166                 Fix escaping account names in filtering prefs
3167
3168 2007-03-22 [colin]      2.8.1cvs38
3169
3170         * src/addrindex.c
3171         * src/ldapctrl.h
3172         * src/ldapquery.c
3173                 Add any attribute specified in LDAP servers'
3174                 Search attributes to the Other Attributes tab
3175                 of contacts; Add 'telephoneNumber' in the
3176                 default list.
3177
3178 2007-03-22 [colin]      2.8.1cvs37
3179
3180         * src/folderview.c
3181         * src/folderview.h
3182         * src/mainwindow.c
3183                 Try to prevent race conditions when
3184                 changing the folder list
3185         * src/summaryview.c
3186                 Fix possible red folder icon when
3187                 switching from Small screen layout
3188                 to any other
3189
3190 2007-03-22 [colin]      2.8.1cvs36
3191
3192         * src/mainwindow.c
3193         * src/mainwindow.h
3194         * src/summaryview.c
3195                 Rename "little screen" to "Small screen"
3196         * src/gtk/Makefile.am
3197         * src/common/utils.c
3198         * src/mh.c
3199                 Fix Maemo-related compilation problems
3200
3201 2007-03-21 [colin]      2.8.1cvs35
3202
3203         * configure.ac
3204                 Fix previous commit
3205         * claws-mail.desktop
3206                 Remove .png from the Icon, it's useless
3207
3208 2007-03-21 [colin]      2.8.1cvs34
3209
3210         * configure.ac
3211         * src/Makefile.am
3212                 Add the necessary lib checking for 
3213                 Maemo
3214
3215 2007-03-21 [colin]      2.8.1cvs33
3216
3217         * src/main.c
3218                 Fix unconditional "error happened" when
3219                 sending via command-line. "lol @ myself"
3220
3221 2007-03-21 [colin]      2.8.1cvs32
3222
3223         * claws-mail-40x40.png
3224         * claws-mail-26x26.png
3225         * src/account.c
3226         * src/addressbook.c
3227         * src/compose.c
3228         * src/folderview.c
3229         * src/folderview.h
3230         * src/main.c
3231         * src/mainwindow.c
3232         * src/mainwindow.h
3233         * src/messageview.c
3234         * src/prefs_account.c
3235         * src/prefs_common.c
3236         * src/summary_search.c
3237         * src/summaryview.c
3238         * src/summaryview.h
3239         * src/gtk/authors.h
3240         * src/gtk/gtkutils.c
3241         * src/gtk/gtkutils.h
3242         * src/gtk/logwindow.c
3243         * src/gtk/menu.c
3244         * src/gtk/prefswindow.c
3245                 Add Maemo port (patch mainly by Jean-Luc Biort)
3246                 Add a new 'Little screen' layout to help on such
3247                 platforms (patch by me)
3248                 Make some default preferences different (more
3249                 adapted) on Maemo (patch by me)
3250
3251 2007-03-21 [wwp]        2.8.1cvs31
3252
3253         * src/prefs_logging.c
3254         * src/prefs_logging.h
3255                 Fixed copyright header of newly added files.
3256
3257 2007-03-21 [wwp]        2.8.1cvs30
3258
3259         * src/Makefile.am
3260         * src/filtering.c
3261         * src/filtering.h
3262         * src/folder.c
3263         * src/folderview.c
3264         * src/imap.c
3265         * src/inc.c
3266         * src/main.c
3267         * src/mainwindow.c
3268         * src/mainwindow.h
3269         * src/matcher.c
3270         * src/messageview.c
3271         * src/news.c
3272         * src/pop.c
3273         * src/prefs_common.c
3274         * src/prefs_common.h
3275         * src/prefs_logging.c
3276         * src/prefs_logging.h
3277         * src/prefs_other.c
3278         * src/procmsg.c
3279         * src/send_message.c
3280         * src/summaryview.c
3281         * src/common/log.c
3282         * src/common/log.h
3283         * src/common/nntp.c
3284         * src/common/session.c
3285         * src/common/smtp.c
3286         * src/common/socket.c
3287         * src/etpan/imap-thread.c
3288         * src/gtk/logwindow.c
3289         * src/gtk/logwindow.h
3290         * src/plugins/bogofilter/bogofilter.c
3291         * src/plugins/spamassassin/spamassassin.c
3292                 Added debugging of filtering/processing rules.
3293                 The debug log is here 'Tools/Filtering debug window',
3294                 the options there 'Configuration/Preferences/Other/Logging',
3295                 and the log file is ~/.claws-mail/filtering.log.
3296                 Moved protocol log prefs to 'Other/Logging' as well.
3297                 To support such debugging feature, the existing log API has
3298                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3299                 this impacts many external modules (commits follow).
3300
3301 2007-03-21 [paul]       2.8.1cvs29
3302
3303         * src/etpan/Makefile.am
3304         * src/etpan/imap-thread.c
3305                 add missing #include
3306
3307 2007-03-21 [colin]      2.8.1cvs28
3308
3309         * src/procmime.c
3310                 Fix bug 1157, 'some broken messages confuse 
3311                 mime parser'. Make sure we can't have MimeInfos
3312                 with negative sizes.
3313
3314 2007-03-20 [colin]      2.8.1cvs27
3315
3316         * src/main.c
3317                 Fix missing \0 on buffer
3318
3319 2007-03-20 [colin]      2.8.1cvs26
3320
3321         * src/mh.c
3322                 Use make_dir_hier instead of make_dir 
3323                 to create the MH mailbox
3324
3325 2007-03-20 [colin]      2.8.1cvs25
3326
3327         * src/folder.c
3328         * src/folder.h
3329         * src/prefs_account.c
3330         * src/wizard.c
3331                 Fix default inbox weirdnesses (after wizard,
3332                 if path is Mail, mailbox identifier is #mh/Mailbox,
3333                 and when creating new accounts)
3334
3335 2007-03-20 [colin]      2.8.1cvs24
3336
3337         * src/account.c
3338                 Write folderlist after adding/deleting accounts
3339                 that have folders
3340
3341 2007-03-20 [colin]      2.8.1cvs23
3342
3343         * src/imap.c
3344         * src/remotefolder.h
3345                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3346                 selected while scanning prior to update'
3347
3348 2007-03-17 [paul]       2.8.1cvs22
3349
3350         * src/main.c
3351                 fix a typo, and be a little more verbose.
3352
3353 2007-03-17 [wwp]        2.8.1cvs21
3354
3355         * src/inc.c
3356                 Fix a compiler warning.
3357
3358 2007-03-16 [wwp]        2.8.1cvs20
3359
3360         * tools/Makefile.am
3361         * tools/README
3362                 Updated to deal w/ the new mairix.sh tool.
3363
3364 2007-03-16 [wwp]        2.8.1cvs19
3365
3366         * src/action.c
3367                 Fix logics issues around the action IO dialog:
3368                 - disable entry widget and exec button when
3369                   the exec button is clicked (don't wait for any
3370                   output line) - fix possible disabling/re-enabling/
3371                   re-disabling of those widgets
3372                 - raise an error if executing a %as{} action either
3373                   empty or invalid, instead of failing silently
3374                 - don't close the dialog if the abort button has been
3375                   clicked and if there was no output yet
3376                 - set focus to the abort button when the exec button
3377                   is clicked
3378                 - fix capitalization of a warning message
3379
3380 2007-03-16 [wwp]        2.8.1cvs18
3381
3382         * tools/mairix.sh
3383                 Added a wrapper to mairix to the tools folder.
3384
3385 2007-03-16 [colin]      2.8.1cvs17
3386
3387         * src/messageview.c
3388         * src/mimeview.h
3389                 Allow mimeviewer plugins to print
3390                 their stuff
3391
3392 2007-03-16 [colin]      2.8.1cvs16
3393
3394         * .cvsignore
3395                 Ignore *.patchset
3396
3397 2007-03-15 [colin]      2.8.1cvs15
3398
3399         * src/messageview.c
3400         * src/mimeview.h
3401                 Add a way for mimeviewer plugins to
3402                 implement body search
3403
3404 2007-03-15 [paul]       2.8.1cvs14
3405
3406         * src/prefs_spelling.c
3407                 fix English usage
3408
3409 2007-03-15 [paul]       2.8.1cvs13
3410
3411         * src/common/quoted-printable.c
3412                 fix decoding of quoted-printable parts
3413
3414 2007-03-14 [wwp]        2.8.1cvs12
3415
3416         * src/gtk/logwindow.h
3417                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3418
3419 2007-03-14 [wwp]        2.8.1cvs11
3420
3421         * src/gtk/logwindow.h
3422                 Complete 2.8.1cvs10.
3423
3424 2007-03-14 [colin]      2.8.1cvs10
3425
3426         * src/gtk/logwindow.c
3427                 Probably fix bug 1149, crash on logwindow
3428                 close - at the expense of performance once
3429                 logwin has been opened
3430
3431 2007-03-14 [colin]      2.8.1cvs9
3432
3433         * src/main.c
3434                 If claws-mail is running on another
3435                 display, warn instead of popping it up
3436                 on the other display
3437
3438 2007-03-12 [colin]      2.8.1cvs8
3439
3440         * src/wizard.c
3441                 Fix bug 1145, 'Setting a different name 
3442                 for the Mailbox name isn't reflected in 
3443                 default account settings'. Patch by wwp
3444
3445 2007-03-12 [colin]      2.8.1cvs7
3446
3447         * src/summaryview.c
3448                 Fix bug 1143, 'Add number of messages to be 
3449                 deleted to confirmation dialog'
3450
3451 2007-03-12 [wwp]        2.8.1cvs6
3452
3453         * src/folderview.c
3454         * src/prefs_common.c
3455         * src/prefs_common.h
3456         * src/prefs_summaries.c
3457                 Changed the option that displays unread messages count
3458                 next to the folder name in folder list: it is now
3459                 possible to either display nothing, display the
3460                 unread messages number only or the unread and total messages
3461                 numbers. The patch includes this extra feature as well
3462                 as some minor fixes by rewriting the algo in folderview.c.
3463                 Thanks to Paul for the original idea and implementation, plus
3464                 testing and proof-reading!
3465
3466 2007-03-09 [paul]       2.8.1cvs5
3467
3468         * tools/Makefile.am
3469         * tools/README
3470         * tools/claws-mail-compose-insert-files.pl
3471                 added a script which enables inserting files
3472                 into the message body of a new Claws Mail
3473                 Compose window from the command line. Additionally
3474                 To, Cc, Subject and files to attach to the message
3475                 can be specified.
3476
3477 2007-03-09 [wwp]        2.8.1cvs4
3478
3479         * src/addr_compl.c
3480         * src/addr_compl.h
3481         * src/filtering.c
3482                 Optimize matching of addresses in the addressbook
3483                 (filtering/processing 'found_in_addressbook' condition).
3484
3485 2007-03-07 [wwp]        2.8.1cvs3
3486
3487         * src/quote_fmt.c
3488         * src/quote_fmt_lex.l
3489         * src/quote_fmt_parse.y
3490                 Add a new quote format symbol: %A to insert the
3491                 sender email address (just the address itself).
3492
3493 2007-03-06 [wwp]        2.8.1cvs2
3494
3495         * src/gtk/gtkutils.c
3496         * src/plugins/trayicon/trayicon_prefs.h
3497         * src/plugins/trayicon/trayicon_prefs.c
3498         * src/plugins/trayicon/trayicon.c
3499         * src/mainwindow.h
3500         * src/mainwindow.c
3501                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3502                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3503
3504
3505 2007-03-06 [paul]       2.8.1cvs1
3506
3507         * NEWS
3508         * README
3509         * RELEASE_NOTES
3510         * configure.ac
3511                 bump version number following
3512                 stable release
3513
3514 2007-03-06 [paul]       2.8.0cvs24
3515
3516         * po/cs.po
3517                 corrected by by Tim <timbrain@post.cz>
3518
3519 2007-03-05 [colin]      2.8.0cvs23
3520
3521         * src/Makefile.am
3522         * src/procmime.c
3523                 Fix mime/globs path on NetBSD
3524                 patch by George Michaelson
3525
3526 2007-03-05 [wwp]        2.8.0cvs22
3527
3528         * src/addr_compl.c
3529                 Remove debug statement (accidentally committed w/ cvs14).
3530
3531 2007-03-05 [paul]       2.8.0cvs21
3532
3533         * src/plugins/pgpcore/prefs_gpg.c
3534                 fix compiler warning
3535
3536 2007-03-05 [wwp]        2.8.0cvs20
3537
3538         * src/matcher_parser_parse.y
3539                 Fix mismerge between cvs17 and cvs19.
3540
3541 2007-03-05 [wwp]        2.8.0cvs19
3542
3543         * src/matcher_parser_parse.y
3544         * src/prefs_filtering_action.c
3545         * src/matcher.c
3546         * src/matcher.h
3547         * src/filtering.c
3548         * src/filtering.h
3549                 Add new 'add_to_addressbook' filtering/processing action.
3550
3551 2007-03-05 [wwp]        2.8.0cvs18
3552
3553         * src/filtering.c
3554                 Fix mark_as_ham filtering/processing action: spam flag
3555                 was not unset.
3556
3557 2007-03-04 [colin]      2.8.0cvs17
3558
3559         * src/filtering.c
3560         * src/matcher.c
3561         * src/matcher.h
3562         * src/matcher_parser_parse.y
3563         * src/prefs_filtering_action.c
3564                 Add 'Mark as spam' and 'Mark as ham' filtering
3565                 actions. Fixes bug 1138.
3566
3567 2007-03-04 [colin]      2.8.0cvs16
3568
3569         * src/imap.c
3570                 Fix bug 1140, wrong return value
3571                 without libetpan
3572
3573 2007-03-04 [wwp]        2.8.0cvs15
3574
3575         * src/addr_compl.c
3576                 Rollback cvs14: don't free stuff that is managed in g_list.
3577
3578 2007-03-04 [wwp]        2.8.0cvs14
3579
3580         * src/addr_compl.c
3581                 Fix a leak in address completion code.
3582
3583 2007-03-04 [colin]      2.8.0cvs13
3584
3585         * src/addr_compl.c
3586                 Maybe fix bug 1136, 'Crash in group 
3587                 address completion'
3588
3589 2007-03-04 [iwkse]      2.8.0cvs12
3590
3591         * src/imap.c
3592                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3593
3594 2007-03-03 [colin]      2.8.0cvs11
3595
3596         * src/plugins/pgpinline/pgpinline.c
3597                 Fix off-by-one, fix double-free. Fixes
3598                 bug 1135, 'cm-segfault on decrypting 
3599                 with PGP/inline'
3600
3601 2007-03-03 [colin]      2.8.0cvs10
3602
3603         * configure.ac
3604         * src/main.c
3605         * src/common/plugin.c
3606                 Fix bug 1134, 'Valgrind macros unhandled 
3607                 by Irix's cc'
3608
3609 2007-03-02 [colin]      2.8.0cvs9
3610
3611         * src/mbox.c
3612                 Don't error out on EAGAIN. Fixes 
3613                 bug 1129, '"local mbox file" account 
3614                 isn't retrieving mails'
3615
3616 2007-03-01 [wwp]        2.8.0cvs8
3617
3618         * src/mainwindow.c
3619         * src/gtk/colorlabel.c
3620                 Remove accels for extra color labels until we set better
3621                 and definitive ones.
3622
3623 2007-02-28 [wwp]        2.8.0cvs7
3624
3625         * src/mainwindow.c
3626         * src/matcher_parser_parse.y
3627         * src/prefs_common.c
3628         * src/prefs_msg_colors.c
3629         * src/procmsg.h
3630         * src/gtk/colorlabel.c
3631         * src/gtk/colorlabel.h
3632                 Add more customizable color labels. Cleaned up a bit
3633                 the color label API to avoid duplicate defines of
3634                 the max number of colors.
3635
3636 2007-02-27 [colin]      2.8.0cvs6
3637
3638         * src/mainwindow.c
3639         * src/common/utils.c
3640         * src/common/utils.h
3641                 Fix '+' in mailto URIs for List-* headers
3642
3643 2007-02-27 [colin]      2.8.0cvs5
3644
3645         * src/gtk/gtkutils.c
3646                 Use gtk_window_set_role instead of 
3647                 _set_wmclass
3648
3649 2007-02-27 [colin]      2.8.0cvs4
3650
3651         * src/inc.c
3652                 Fix "After receiving new mail, go to inbox" on IMAP,
3653                 and make it work only on manual reception
3654
3655 2007-02-27 [wwp]        2.8.0cvs3
3656
3657         * src/prefs_filtering.c
3658         * src/prefs_filtering_action.c
3659         * src/prefs_matcher.c
3660                 Update filtering matcher's and action's color label menus
3661                 when re-opening those dialogs (reflect any change to the
3662                 color labels list in the preferences).
3663
3664 2007-02-27 [colin]      2.8.0cvs2
3665
3666         * src/imap.c
3667         * src/etpan/etpan-thread-manager-types.h
3668         * src/etpan/etpan-thread-manager.c
3669         * src/etpan/imap-thread.c
3670                 Log imap ALERTs as errors in the log.
3671
3672 2007-02-26 [paul]       2.8.0cvs1
3673
3674         * tools/claws.i18n.status.pl
3675                 updated
3676
3677 2007-02-26 [paul]       2.7.2cvs75
3678
3679         * po/ca.po
3680         * po/cs.po
3681         * po/de.po
3682         * po/en_GB.po
3683         * po/fi.po
3684         * po/fr.po
3685         * po/hu.po
3686         * po/pl.po
3687         * po/pt_BR.po
3688         * po/sk.po
3689         * po/sr.po
3690         * po/zh_CN.po
3691                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3692                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3693                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3694                 Aleksandar Urosevic, and Ralgh Young
3695
3696 2007-02-25 [mones]      2.7.2cvs74
3697
3698         * po/es.po
3699                 Updated for release
3700
3701 2007-02-25 [colin]      2.7.2cvs73
3702
3703         * src/main.c
3704                 Clearing the list is only useful
3705                 to prevent a valgrind false-positive
3706
3707 2007-02-25 [paul]       2.7.2cvs72
3708
3709         * tools/Makefile.am
3710         * tools/README
3711         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3712         * tools/maildir2claws-mail.pl  **REMOVED**
3713                 renamed the script, fixed a couple bugs
3714
3715 2007-02-23 [colin]      2.7.2cvs71
3716
3717         * src/addressbook.c
3718                 Fix a leak, check for a few improbable nulls
3719
3720 2007-02-23 [colin]      2.7.2cvs70
3721
3722         * src/main.c
3723         * src/main.h
3724         * src/plugins/trayicon/trayicon.c
3725                 Fix blinking mainwin when starting in tray
3726                 (show mainwindow later in the startup process,
3727                  apart if restarting post-crash)
3728
3729 2007-02-23 [colin]      2.7.2cvs69
3730
3731         * src/folderview.c
3732         * src/imap_gtk.c
3733                 Fix crash when unsubscribing the currently
3734                 selected/opened folder
3735
3736 2007-02-23 [colin]      2.7.2cvs68
3737
3738         * src/compose.c
3739                 Fix bug that prevented colorization to
3740                 work without wrap quotation option
3741
3742 2007-02-23 [colin]      2.7.2cvs67
3743
3744         * src/addr_compl.c
3745                 Fix refcounting, start and end completion who
3746                 behaved as if there couldn't be any other current
3747                 user of completion
3748
3749 2007-02-23 [wwp]        2.7.2cvs66
3750
3751         * src/addressbook.c
3752         * src/addrindex.c
3753                 Address completion fixes: fix addressbook_peek_folder_exists() in
3754                 which the algorithm was ridiculously over-obfuscated and broken.
3755                 Fix addrindex_load_completion() as well, to load addresses in
3756                 completion list with regards to what addressbook_peek_folder_exists()
3757                 returns now.
3758
3759 2007-02-23 [wwp]        2.7.2cvs65
3760
3761         * src/addr_compl.c
3762                 Add addresses to completion when they're non-empty (thanks to Colin).
3763
3764 2007-02-23 [paul]       2.7.2cvs64
3765
3766         * src/plugins/pgpcore/passphrase.c
3767                 remove 'const '
3768
3769 2007-02-23 [colin]      2.7.2cvs63
3770
3771         * src/plugins/pgpcore/prefs_gpg.c
3772         * src/plugins/pgpcore/prefs_gpg.h
3773         * src/plugins/pgpcore/sgpgme.c
3774         * src/plugins/pgpinline/pgpinline.c
3775         * src/plugins/pgpmime/pgpmime.c
3776                 Try harder to respect user's choice wrt
3777                 gpg-agent even with gpg2, by unsetting
3778                 GPG_AGENT_INFO when necessary.
3779
3780 2007-02-22 [paul]       2.7.2cvs62
3781
3782         * src/plugins/pgpcore/sgpgme.c
3783         * src/plugins/pgpcore/sgpgme.h
3784         * src/plugins/pgpcore/passphrase.c
3785         * src/plugins/pgpinline/pgpinline.c
3786         * src/plugins/pgpmime/pgpmime.c
3787                 Fix a leak - gpgme_data_release_and_get_mem
3788                 leaks in recent gpgme. Workaround by using
3789                 our own function.
3790
3791 2007-02-22 [paul]       2.7.2cvs61
3792
3793         * src/gtk/quicksearch.c
3794                 Abandon dynamic search when pressing
3795                 Enter
3796
3797 2007-02-21 [colin]      2.7.2cvs60
3798
3799         * src/procmsg.c
3800         * src/plugins/pgpcore/passphrase.c
3801                 Fix little memory leaks
3802         * src/main.c
3803                 Fix false-positive leak at exit
3804         * src/gtk/quicksearch.c
3805                 Fix potentially big leak in recursive
3806                 Quicksearch
3807
3808 2007-02-21 [wwp]        2.7.2cvs59
3809
3810         * src/summaryview.c
3811                 Add missing newline to a debug message.
3812
3813 2007-02-20 [colin]      2.7.2cvs58
3814
3815         * src/Makefile.am
3816         * src/mimeview.c
3817         * src/stock_pixmap.c
3818         * src/stock_pixmap.h
3819         * src/pixmaps/mime_pgpsig.xpm
3820                 Add icon for application/pgp-signature
3821
3822 2007-02-20 [colin]      2.7.2cvs57
3823
3824         * src/Makefile.am
3825         * src/main.c
3826         * src/mimeview.c
3827         * src/stock_pixmap.c
3828         * src/stock_pixmap.h
3829         * src/pixmaps/mime_calendar.xpm
3830         * src/pixmaps/mime_pdf.xpm
3831         * src/pixmaps/mime_ps.xpm
3832                 Add icons for text/calendar, application/pdf
3833                 and application/postscript
3834
3835 2007-02-20 [colin]      2.7.2cvs56
3836
3837         * autogen.sh
3838         * src/matcher_parser_parse.y
3839         * src/matcher_parser_lex.l
3840                 Fix big memory leak in flex, and
3841                 require flex 2.5.31
3842
3843 2007-02-20 [wwp]        2.7.2cvs55
3844
3845         * src/matcher_parser_parse.y
3846                 Fix a duplicate token definition (thanks to iwkse).
3847
3848 2007-02-20 [wwp]        2.7.2cvs54
3849
3850         * src/matcher_parser_lex.l
3851         * src/quote_fmt_lex.l
3852                 Use proper flex options instead of direct use of #define,
3853                 make the flex-generated C lighter.
3854
3855 2007-02-20 [colin]      2.7.2cvs53
3856
3857         * src/summaryview.c
3858                 Grab focus in message list after hiding
3859                 the quicksearch, instead of leaving it
3860                 "somewhere"
3861
3862 2007-02-19 [colin]      2.7.2cvs52
3863
3864         * src/folderview.c
3865                 Fix bug 1033, 'Automatically refresh 
3866                 message list when new messages arrives'
3867                 Looks like folderview->opened can sometimes
3868                 be wrong...
3869
3870 2007-02-19 [paul]       2.7.2cvs51
3871
3872         * tools/Makefile.am
3873         * tools/README
3874         * tools/thunderbird-filters-convertor.pl
3875                 add new script which converts thunderbird filter
3876                 rules to Claws filter rules
3877
3878 2007-02-18 [paul]       2.7.2cvs50
3879
3880         * src/plugins/pgpcore/prefs_gpg.c
3881         * src/plugins/pgpcore/prefs_gpg.h
3882         * src/plugins/pgpcore/sgpgme.c
3883         * src/plugins/pgpinline/pgpinline.c
3884         * src/plugins/pgpmime/pgpmime.c
3885                 improved GUI interoperability with gpg-agent
3886
3887 2007-02-18 [paul]       2.7.2cvs49
3888
3889         * src/prefs_account.c
3890                 Privacy options sensitivity fix
3891
3892 2007-02-17 [colin]      2.7.2cvs48
3893
3894         * src/messageview.c
3895                 Reset icon to warning in the noticeview
3896
3897 2007-02-15 [colin]      2.7.2cvs47
3898
3899         * src/folderview.c
3900                 Fix a manifestation of bug 1033 (summaryview failing
3901                 to update for new mails), which happens after editing
3902                 account preferences or preferences that cause a 
3903                 folderview reload.
3904
3905 2007-02-15 [colin]      2.7.2cvs46
3906
3907         * src/addressbook.c
3908                 Probably fix bug 1123, 'Segmentation 
3909                 fault while opening address book'. I get
3910                 g_warnings if the saved paned position is
3911                 not greater than 0. Also, save position
3912                 when hiding the addressbook instead of
3913                 via signal.
3914
3915 2007-02-14 [colin]      2.7.2cvs45
3916
3917         * src/plugins/pgpcore/prefs_gpg.c
3918         * src/plugins/pgpcore/prefs_gpg.h
3919         * src/plugins/pgpcore/sgpgme.c
3920         * src/plugins/pgpinline/pgpinline.c
3921         * src/plugins/pgpmime/pgpmime.c
3922                 Add an option "Use gpg-agent if available". Fixes
3923                 annoyances with distro-installed gpg-agent, when
3924                 no pinentry program is installed, and the user's 
3925                 at a loss on why "decryption failed". Makes more
3926                 clear why passphrase isn't saved when gpg-agent is
3927                 used. Defaults to true, to avoid changing the 
3928                 current behaviour.
3929
3930 2007-02-14 [wwp]        2.7.2cvs44
3931
3932         * src/matcher_parser_parse.y
3933                 Fix missing line number reset (wrong line number might appear
3934                 when re-loading filtering rules if there's a parser error).
3935
3936 2007-02-13 [colin]      2.7.2cvs43
3937
3938         * src/common/utils.c
3939                 Don't encode ',' in URIs before passing it
3940                 to the browser command-line. It was probably
3941                 done at a time where commas in URIs made
3942                 mozilla -remote 'openurl(%s,new-window)'
3943                 bug.
3944
3945 2007-02-13 [wwp]        2.7.2cvs42
3946
3947         * src/prefs_matcher.c
3948         * src/plugins/bogofilter/bogofilter_gtk.c
3949                 A bit of string factorization around "Select ..." buttons.
3950
3951 2007-02-11 [colin]      2.7.2cvs41
3952
3953         * src/alertpanel.c
3954                 Make sure to escape the title
3955
3956 2007-02-11 [colin]      2.7.2cvs40
3957
3958         * src/codeconv.c
3959                 Recognize .utf8 locales as .UTF-8 ones
3960
3961 2007-02-11 [colin]      2.7.2cvs39
3962
3963         * src/compose.c
3964                 Fix code conversion when dragging a file
3965
3966 2007-02-09 [colin]      2.7.2cvs38
3967
3968         * src/plugins/clamav/clamav_plugin.c
3969                 Complete Paul's patch with conditional
3970                 compilation to avoid breaking compilation
3971                 on old Dapper and Edgy... Maybe other
3972                 distros too.
3973
3974 2007-02-09 [paul]       2.7.2cvs37
3975
3976         * src/plugins/clamav/clamav_plugin.c
3977                 fix for the upstream changes in libclamav
3978
3979 2007-02-09 [paul]       2.7.2cvs36
3980
3981         * src/main.c
3982         * src/mainwindow.c
3983         * src/procmsg.c
3984         * src/procmsg.h
3985                 fix "warn if there are queued messages" (on exit)
3986                 option, which only checked the first mailbox's
3987                 queue
3988                 don't ask before emptying trash if there are no
3989                 messages in trash, also check and empty all trash
3990                 folders
3991         * src/prefs_other.c
3992                 move "Ask before emptying trash" option
3993                 outside of the "On exit" frame as it's
3994                 not only an "On exit" option
3995
3996 2007-02-09 [paul]       2.7.2cvs35
3997
3998         * src/addrgather.c
3999         * src/alertpanel.c
4000         * src/editldap.c
4001         * src/prefs_account.c
4002         * src/prefs_folder_item.c
4003         * src/prefs_gtk.h
4004         * src/prefs_matcher.c
4005         * src/prefs_message.c
4006         * src/prefs_msg_colors.c
4007         * src/prefs_summaries.c
4008         * src/wizard.c
4009         * src/gtk/inputdialog.c
4010         * src/plugins/bogofilter/bogofilter_gtk.c
4011                 pedantic commit: use 'checkbtn' everywhere
4012                 instead of a mixture of 'checkbtn' and 'chkbtn'
4013
4014 2007-02-09 [paul]       2.7.2cvs34
4015
4016         * src/compose.c
4017                 fix default hotkeys
4018         * src/prefs_other.c
4019         * src/prefs_send.c
4020                 move "Never send Return Receipts" from
4021                 prefs_other to prefs_send
4022                 add an option "Ask about account specific
4023                 filtering rules..." to prefs_other
4024         * src/gtk/gtkutils.c
4025                 fix a compiler warning
4026
4027 2007-02-08 [colin]      2.7.2cvs33
4028
4029         * src/plugins/pgpinline/pgpinline.c
4030                 Fix bug 1110, 'pgpmime fails to process 
4031                 encapsulated openpgp mime (rfc 3156, 6.1 
4032                 -> rfc1847)'
4033                 It was due to an interaction between PGP/Mime
4034                 and PGP/Inline plugin. 
4035
4036 2007-02-08 [colin]      2.7.2cvs32
4037
4038         * src/inc.c
4039         * src/mbox.c
4040         * src/mbox.h
4041                 Fix bug 1117, 'fcntl locking code 
4042                 does not work in mbox.c'
4043
4044 2007-02-08 [colin]      2.7.2cvs31
4045
4046         * src/prefs_account.c
4047                 Fix Gentoo bug 165819, 'can't create 
4048                 a "local mbox file" account'. Patch
4049                 by Olivier <castan.o@free.fr>
4050
4051 2007-02-07 [colin]      2.7.2cvs30
4052
4053         * src/ldapquery.c
4054                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4055                 autocompletion was used'
4056
4057 2007-02-07 [paul]       2.7.2cvs29
4058
4059         * src/folder.c
4060                 cut down on unnecessary debug_prints
4061         * src/imap_gtk.c
4062                 fix menu_set_active() on 'Show only
4063                 subscribed folders'
4064
4065 2007-02-07 [paul]       2.7.2cvs28
4066
4067         * src/plugins/clamav/clamav_plugin.c
4068         * src/plugins/clamav/clamav_plugin.h
4069         * src/plugins/clamav/clamav_plugin_gtk.c
4070                 fix copyright header
4071
4072 2007-02-07 [paul]       2.7.2cvs27
4073
4074         * src/procheader.c
4075                 fix bug 1116, 'summary view allow a 
4076                 subject line break'
4077
4078 2007-02-06 [colin]      2.7.2cvs26
4079
4080         * src/summaryview.c
4081                 Fix delete thread
4082
4083 2007-02-05 [fabien]     2.7.2cvs25
4084
4085         * po/POTFILES.in
4086         * src/uri_opener.c
4087                 i18n related - 1 fix and 1 message for translators.
4088
4089 2007-02-05 [colin]      2.7.2cvs24
4090
4091         * src/gtk/quicksearch.c
4092                 Don't reload summary list if quicksearch wasn't
4093                 active on hiding; move currently selected mail in
4094                 the visible area when showing the quicksearch
4095
4096 2007-02-05 [colin]      2.7.2cvs23
4097
4098         * src/folderview.c
4099                 Add debug to try to solve bug 1104
4100
4101 2007-02-05 [paul]       2.7.2cvs22
4102
4103         * src/mainwindow.c
4104                 confirm before emptying trash on exit is
4105                 a Yes or No answer, use Yes or No in the
4106                 dialog
4107
4108 2007-02-04 [colin]      2.7.2cvs21
4109
4110         * src/compose.c
4111         * src/plugins/pgpcore/passphrase.c
4112         * src/plugins/pgpcore/select-keys.c
4113                 Set wmclass on new windows
4114
4115 2007-02-04 [colin]
4116
4117         2.8.0-rc1 released
4118
4119 2007-02-04 [colin]      2.7.2cvs20
4120
4121         * src/compose.c
4122         * src/compose.h
4123                 Auto save drafts on exit, reopen them
4124                 at startup, instead of asking
4125         * src/account.c
4126         * src/addressadd.c
4127         * src/addressbook.c
4128         * src/addressbook_foldersel.c
4129         * src/addrgather.c
4130         * src/crash.c
4131         * src/editaddress.c
4132         * src/editbook.c
4133         * src/editgroup.c
4134         * src/editjpilot.c
4135         * src/editldap.c
4136         * src/editldap_basedn.c
4137         * src/editvcard.c
4138         * src/exphtmldlg.c
4139         * src/expldifdlg.c
4140         * src/export.c
4141         * src/foldersel.c
4142         * src/gedit-print.c
4143         * src/import.c
4144         * src/importldif.c
4145         * src/importmutt.c
4146         * src/importpine.c
4147         * src/main.c
4148         * src/mainwindow.c
4149         * src/message_search.c
4150         * src/messageview.c
4151         * src/prefs_actions.c
4152         * src/prefs_customheader.c
4153         * src/prefs_display_header.c
4154         * src/prefs_filtering.c
4155         * src/prefs_filtering_action.c
4156         * src/prefs_folder_column.c
4157         * src/prefs_gtk.c
4158         * src/prefs_matcher.c
4159         * src/prefs_other.c
4160         * src/prefs_summaries.c
4161         * src/prefs_summary_column.c
4162         * src/prefs_template.c
4163         * src/sourcewindow.c
4164         * src/ssl_manager.c
4165         * src/summary_search.c
4166         * src/uri_opener.c
4167         * src/gtk/about.c
4168         * src/gtk/description_window.c
4169         * src/gtk/foldersort.c
4170         * src/gtk/gtkutils.c
4171         * src/gtk/gtkutils.h
4172         * src/gtk/icon_legend.c
4173         * src/gtk/logwindow.c
4174         * src/gtk/pluginwindow.c
4175         * src/gtk/prefswindow.c
4176                 Give different wmclass to different
4177                 windows - thanks to sed ;)
4178
4179 2007-02-04 [colin]      2.7.2cvs19
4180
4181         * src/main.c
4182                 Revert previous patch, can't reproduce
4183                 it anymore. 
4184
4185 2007-02-03 [colin]      2.7.2cvs18
4186
4187         * src/main.c
4188                 Don't save the mainwindow size and
4189                 position on emergency exit (libSM's
4190                 "die" callback), Xfce seems to make
4191                 the window smaller just before the
4192                 size's saved.
4193
4194 2007-02-03 [colin]      2.7.2cvs17
4195
4196         * src/plugins/bogofilter/bogofilter.c
4197         * src/plugins/bogofilter/bogofilter.h
4198         * src/plugins/bogofilter/bogofilter_gtk.c
4199         * src/plugins/pgpinline/pgpinline.c
4200         * src/plugins/pgpinline/pgpinline.h
4201                 Fix more copyrights
4202
4203 2007-02-03 [colin]      2.7.2cvs16
4204
4205         * src/partial_download.c
4206         * src/partial_download.h
4207         * src/ssl_manager.c
4208         * src/ssl_manager.h
4209         * src/uri_opener.c
4210         * src/uri_opener.h
4211         * src/wizard.c
4212         * src/wizard.h
4213         * src/common/ssl_certificate.c
4214         * src/common/ssl_certificate.h
4215         * src/gtk/quicksearch.c
4216         * src/gtk/quicksearch.h
4217         * src/gtk/sslcertwindow.c
4218         * src/gtk/sslcertwindow.h
4219                 Fix copyright on my files
4220
4221 2007-02-02 [colin]      2.7.2cvs15
4222
4223         * src/Makefile.am
4224         * src/mainwindow.c
4225         * src/messageview.c
4226         * src/messageview.h
4227         * src/textview.c
4228         * src/textview.h
4229         * src/uri_opener.c
4230         * src/uri_opener.h
4231                 Add Tools/List URIs to allow
4232                 opening any URI in the current mail
4233
4234 2007-02-02 [colin]      2.7.2cvs14
4235
4236         * src/common/valgrind.h ** NEW FILE **
4237         * src/common/Makefile.am
4238         * src/common/plugin.c
4239                 Don't dlclose the plugins if we're running
4240                 under valgrind. (doesn't require valgrind
4241                 either at compile time or run time).
4242
4243 2007-02-01 [paul]       2.7.2cvs13
4244
4245         * AUTHORS
4246         * src/gtk/authors.h
4247         * tools/freshmeat_search.pl
4248         * tools/google_search.pl
4249         * tools/multiwebsearch.pl
4250                 add support for non ISO-8859-1 compatible locales
4251                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4252
4253 2007-02-01 [colin]      2.7.2cvs12
4254
4255         * src/prefs_other.c
4256         * src/prefs_summaries.c
4257                 Move keybinding prefs to the Other page
4258
4259 2007-02-01 [wwp]        2.7.2cvs11
4260
4261         * src/plugins/trayicon/trayicon.c
4262                 Fix a raising issue within KDE.
4263
4264 2007-02-01 [colin]      2.7.2cvs10
4265
4266         * src/codeconv.c
4267                 Fix stray quotes in encoded strings
4268         * src/addressadd.c
4269                 Fix wrong call causing g_warnings
4270         * src/textview.c
4271                 Remove useless message
4272
4273 2007-01-31 [wwp]        2.7.2cvs9
4274
4275         * src/plugins/trayicon/trayicon.c
4276                 fix buggy hiding of main window when closing if close-to-tray
4277                 is not set (bad logics  in the trayicon hook code).
4278                 Changed the quit confirmation message too.
4279
4280 2007-01-30 [colin]      2.7.2cvs8
4281
4282         * src/main.c
4283                 Fix hidden mainwindow after clicking on
4284                 the X close button, if compose windows
4285                 exist and the user chooses not to quit
4286
4287 2007-01-30 [colin]      2.7.2cvs7
4288
4289         * src/main.c
4290         * src/compose.c
4291                 Handle local URIs to attach files (file:///...)
4292                 Fixes attaching files from Thunar for example
4293
4294 2007-01-30 [colin]      2.7.2cvs6
4295
4296         * src/prefs_ext_prog.c
4297                 Add 'mousepad' to the list of text editors.
4298                 Mousepad is XFCE's text editor
4299
4300 2007-01-29 [wwp]        2.7.2cvs5
4301
4302         * po/POTFILES.in
4303         * src/plugins/trayicon/trayicon_prefs.c
4304                 trayicon i18n fixes, thanks to Fabien.
4305
4306 2007-01-28 [wwp]        2.7.2cvs4
4307
4308         * src/mainwindow.c
4309         * src/mainwindow.h
4310         * src/plugins/trayicon/trayicon.c
4311         * src/plugins/trayicon/trayicon_prefs.c
4312         * src/plugins/trayicon/trayicon_prefs.h
4313                 Added a new TrayIcon plugin option to close to tray
4314                 (WM's hotkey and [X] button will hide the window instead
4315                 of closing it - closing CM can be done using the tray icon
4316                 menu or the File menu).
4317                 Improved visibility handling in trayicon, clicking the
4318                 trayicon now raise the window to current desktop when it
4319                 was either minimized/shaded/on another desktop.
4320                 Thanks to Paul for testing and fixing a strange behaviour
4321                 in KDE ;-).
4322
4323 2007-01-27 [paul]       2.7.2cvs3
4324
4325         * src/prefs_folder_item.c
4326         * src/prefs_receive.c
4327         * src/plugins/pgpcore/prefs_gpg.c
4328                 use 'start-up' instead of 'startup' in labels
4329
4330 2007-01-26 [wwp]        2.7.2cvs2
4331
4332         * src/plugins/trayicon/Makefile.am
4333         * src/plugins/trayicon/trayicon.c
4334         * src/plugins/trayicon/trayicon_prefs.c
4335         * src/plugins/trayicon/trayicon_prefs.h
4336                 Add a new TrayIcon option to hide the main window at
4337                 start-up.
4338                 Fix trayicon.c copyright header.
4339
4340 2007-01-26 [paul]       2.7.2cvs1
4341
4342         * NEWS
4343         * README
4344         * RELEASE_NOTES
4345         * configure.ac
4346                 bump up version number following
4347                 stable release
4348
4349 2007-01-25 [mones]      2.7.1cvs60
4350
4351         * po/es.po
4352                 updated thousands of strings (well, probably less ;-)
4353
4354 2007-01-25 [colin]      2.7.1cvs59
4355
4356         * src/matcher.c
4357                 Fix 2nd-run loss of matcherrc on new
4358                 configurations. 
4359
4360 2007-01-25 [wwp]        2.7.1cvs58
4361
4362         * src/mimeview.c
4363                 fix handling of empty value in attach_save_directory too, thanks
4364                 to Colin.
4365
4366 2007-01-25 [wwp]        2.7.1cvs57
4367
4368         * src/gtk/filesel.c
4369                 fix handling of empty value in attach_load_directory,
4370                 thanks to Colin.
4371
4372 2007-01-25 [wwp]        2.7.1cvs56
4373
4374         * src/plugins/dillo_viewer/dillo_prefs.h
4375                 fix a typo.
4376
4377 2007-01-25 [colin]      2.7.1cvs55
4378
4379         * src/matcher.c
4380         * src/matcher.h
4381         * src/matcher_parser_parse.y
4382         * src/prefs_matcher.c
4383                 Add matching on the spam flag
4384
4385 2007-01-24 [colin]      2.7.1cvs54
4386
4387         * src/folder.c
4388         * src/common/xml.c
4389         * src/common/xml.h
4390                 Make sure folderlist.xml is correctly
4391                 written before overwriting it.
4392         * src/procmsg.c
4393         * src/procmsg.h
4394         * src/summaryview.c
4395         * src/plugins/bogofilter/bogofilter.c
4396         * src/plugins/bogofilter/bogofilter.h
4397         * src/plugins/bogofilter/bogofilter_gtk.c
4398         * src/plugins/spamassassin/spamassassin.c
4399         * src/plugins/spamassassin/spamassassin.h
4400         * src/plugins/spamassassin/spamassassin_gtk.c
4401                 Move spam to the correct trash folder after
4402                 learning, if spam directory isn't set.
4403
4404 2007-01-23 [paul]       2.7.1cvs53
4405
4406         * src/plugins/bogofilter/bogofilter_gtk.c
4407                 fix sensitivity of "Insert X-Bogosity header"
4408                 option
4409
4410 2007-01-23 [colin]      2.7.1cvs52
4411
4412         * src/toolbar.c
4413                 Translate toolbar items text if
4414                 they're translatable (default)
4415         * src/addrcache.c
4416         * src/addrcache.h
4417         * src/addritem.c
4418         * src/addritem.h
4419         * src/codeconv.c
4420         * src/codeconv.h
4421         * src/jpilot.c
4422         * src/jpilot.h
4423         * src/ldapctrl.c
4424         * src/ldapctrl.h
4425         * src/ldapquery.h
4426         * src/ldif.c
4427         * src/ldif.h
4428         * src/etpan/etpan-thread-manager.c
4429         * src/etpan/etpan-thread-manager.h
4430         * src/gtk/gtkutils.c
4431         * src/gtk/gtkutils.h
4432                 More static functions
4433
4434 2007-01-22 [fabien]     2.7.1cvs51
4435
4436         * src/gtk/gtkutils.c
4437                 gtkut_get_options_frame() : ability to pass
4438                 a 'NULL' value in frame pointer parameter if
4439                 we don't need it.
4440
4441 2007-01-22 [colin]      2.7.1cvs50
4442
4443         * src/procmsg.c
4444         * src/procmsg.h
4445         * src/plugins/bogofilter/bogofilter.c
4446         * src/plugins/bogofilter/bogofilter_gtk.c
4447         * src/plugins/spamassassin/spamassassin.c
4448         * src/plugins/spamassassin/spamassassin_gtk.c
4449                 Allow moving spams to the account's trash
4450                 instead of default one
4451
4452 2007-01-21 [colin]      2.7.1cvs49
4453
4454         * src/ldapquery.c
4455         * src/ldapquery.h
4456                 Revert a static function that shouldn't
4457                 have been
4458
4459 2007-01-21 [colin]      2.7.1cvs48
4460
4461         * src/ldapquery.c
4462         * src/ldapquery.h
4463                 Same
4464
4465 2007-01-21 [colin]      2.7.1cvs47
4466
4467         * src/procmsg.c
4468         * src/procmsg.h
4469                 Same
4470
4471 2007-01-21 [colin]      2.7.1cvs46
4472
4473         * src/common/socket.c
4474         * src/common/socket.h
4475                 Same
4476
4477 2007-01-21 [colin]      2.7.1cvs45
4478
4479         * src/crash.c
4480         * src/exporthtml.c
4481         * src/exporthtml.h
4482         * src/exportldif.c
4483         * src/exportldif.h
4484         * src/folder.c
4485         * src/folder.h
4486         * src/folder_item_prefs.c
4487         * src/folder_item_prefs.h
4488         * src/folderview.c
4489         * src/folderview.h
4490         * src/gedit-print.c
4491         * src/gedit-print.h
4492         * src/main.c
4493         * src/main.h
4494         * src/common/socket.c
4495         * src/common/socket.h
4496         * src/gtk/gtkaspell.c
4497         * src/gtk/gtkaspell.h
4498         * src/gtk/quicksearch.c
4499         * src/gtk/quicksearch.h
4500                 Same
4501
4502 2007-01-21 [colin]      2.7.1cvs44
4503
4504         * src/common/utils.c
4505         * src/common/utils.h
4506         * src/etpan/etpan-thread-manager.c
4507         * src/etpan/etpan-thread-manager.h
4508                 Same (Funny that etpan_thread_unbind
4509                 is called but not etpan_thread_bind)
4510
4511 2007-01-21 [colin]      2.7.1cvs43
4512
4513         * src/addrselect.c
4514         * src/addrselect.h
4515         * src/codeconv.c
4516         * src/codeconv.h
4517         * src/compose.c
4518         * src/compose.h
4519         * src/etpan/Makefile.am
4520         * src/gtk/colorlabel.c
4521         * src/gtk/colorlabel.h
4522         * src/gtk/sslcertwindow.c
4523         * src/gtk/sslcertwindow.h
4524         * src/etpan/etpan-log.c ** REMOVED **
4525         * src/etpan/etpan-log.h ** REMOVED **
4526                 Same
4527
4528 2007-01-20 [colin]      2.7.1cvs42
4529
4530         * src/addritem.c
4531         * src/addritem.h
4532                 Same
4533
4534 2007-01-20 [colin]      2.7.1cvs41
4535
4536         * src/account.c
4537         * src/account.h
4538         * src/addrbook.c
4539         * src/addrbook.h
4540         * src/addrcache.c
4541         * src/addrcache.h
4542         * src/addrclip.c
4543         * src/addrclip.h
4544         * src/addressbook.c
4545         * src/addressbook.h
4546         * src/addrharvest.c
4547         * src/addrharvest.h
4548         * src/addrindex.c
4549         * src/addrindex.h
4550         * src/editaddress.c
4551         * src/editaddress.h
4552                 Make functions that aren't used in other
4553                 files static
4554
4555 2007-01-20 [colin]      2.7.1cvs40
4556
4557         * src/account.c
4558         * src/addrbook.c
4559         * src/addrcache.c
4560         * src/addressbook.c
4561         * src/addrgather.c
4562         * src/addrindex.c
4563         * src/addrquery.c
4564         * src/addrselect.c
4565         * src/browseldap.c
4566         * src/compose.c
4567         * src/editbook.c
4568         * src/editjpilot.c
4569         * src/editldap.c
4570         * src/editldap_basedn.c
4571         * src/editvcard.c
4572         * src/exporthtml.c
4573         * src/exportldif.c
4574         * src/folder.c
4575         * src/folderview.c
4576         * src/image_viewer.c
4577         * src/imap.c
4578         * src/importmutt.c
4579         * src/importpine.c
4580         * src/jpilot.c
4581         * src/ldapquery.c
4582         * src/main.c
4583         * src/mainwindow.c
4584         * src/matcher.c
4585         * src/messageview.c
4586         * src/mh.c
4587         * src/mimeview.c
4588         * src/msgcache.c
4589         * src/mutt.c
4590         * src/news.c
4591         * src/pine.c
4592         * src/prefs_account.c
4593         * src/prefs_common.c
4594         * src/prefs_compose_writing.c
4595         * src/prefs_ext_prog.c
4596         * src/prefs_folder_item.c
4597         * src/prefs_fonts.c
4598         * src/prefs_message.c
4599         * src/prefs_msg_colors.c
4600         * src/prefs_other.c
4601         * src/prefs_quote.c
4602         * src/prefs_receive.c
4603         * src/prefs_send.c
4604         * src/prefs_spelling.c
4605         * src/prefs_summaries.c
4606         * src/prefs_toolbar.c
4607         * src/prefs_wrapping.c
4608         * src/privacy.c
4609         * src/procmime.c
4610         * src/procmsg.c
4611         * src/ssl_manager.c
4612         * src/statusbar.c
4613         * src/summaryview.c
4614         * src/toolbar.c
4615         * src/vcard.c
4616         * src/common/hooks.c
4617         * src/common/log.c
4618         * src/common/passcrypt.c
4619         * src/common/socket.c
4620         * src/common/ssl.c
4621         * src/common/ssl_certificate.c
4622         * src/common/template.c
4623         * src/common/utils.c
4624         * src/etpan/imap-thread.c
4625         * src/gtk/sslcertwindow.c
4626         * src/gtk/sslcertwindow.h
4627                 Make functions that could be static, static
4628
4629 2007-01-20 [colin]      2.7.1cvs39
4630
4631         * src/editldap.c
4632                 Fix tooltip
4633
4634 2007-01-20 [colin]      2.7.1cvs38
4635
4636         * src/ldapquery.c
4637         * src/ldaputil.c
4638         * src/ldaputil.h
4639                 Fix bug 1102, 'claws-mail-2.7.1 
4640                 makes use of deprecated ldap 
4641                 functions'
4642
4643 2007-01-20 [colin]      2.7.1cvs37
4644
4645         * src/mainwindow.c
4646         * src/mainwindow.h
4647         * src/summaryview.c
4648         * src/gtk/quicksearch.c
4649                 Add Wide message list layout
4650
4651 2007-01-19 [fabien]     2.7.1cvs36
4652
4653         * src/textview.c
4654                 make sure a font change is considered in links of
4655                 headerview.
4656
4657 2007-01-19 [colin]      2.7.1cvs35
4658
4659         * src/main.c
4660         * src/mainwindow.c
4661         * src/mainwindow.h
4662         * src/messageview.c
4663         * src/messageview.h
4664         * src/prefs_common.c
4665         * src/prefs_common.h
4666         * src/summaryview.c
4667         * src/summaryview.h
4668         * src/gtk/quicksearch.c
4669         * src/gtk/quicksearch.h
4670                 Drop 'Separate Folder tree' and 'Separate
4671                 Message View'. Put three layouts in place
4672                 of it.
4673
4674 2007-01-19 [paul]       2.7.1cvs34
4675
4676         * src/prefs_msg_colors.c
4677                 more use of Q_ for translators
4678
4679 2007-01-19 [paul]       2.7.1cvs33
4680
4681         * src/imap_gtk.c
4682         * src/prefs_account.c
4683                 a few changes to the English
4684
4685 2007-01-19 [fabien]     2.7.1cvs32
4686
4687         * src/wizard.c
4688                 factorize translatable string
4689
4690 2007-01-18 [colin]      2.7.1cvs31
4691
4692         * src/main.c
4693                 Don't error out on --sync option. Although
4694                 we don't do anything with it, gtk+ handles
4695                 it, and it's useful for debugging X errors
4696
4697 2007-01-18 [fabien]     2.7.1cvs30
4698
4699         * src/prefs_other.c
4700                 ability to apply on the fly the recent added
4701                 'gtk_can_change_accels' pref (no need to restart).
4702
4703 2007-01-18 [fabien]     2.7.1cvs29
4704
4705         * src/plugins/bogofilter/bogofilter_gtk.c
4706         * src/plugins/bogofilter/bogofilter.c
4707         * src/plugins/spamassassin/spamassassin_gtk.c
4708         * src/addr_compl.c
4709         * src/prefs_account.c
4710                 factorize or rewrite some translatable strings.
4711
4712 2007-01-18 [fabien]     2.7.1cvs28
4713
4714         * src/prefs_gtk.h
4715         * src/compose.c
4716                 set a 4pix space between "Subject:" label and subject entry in
4717                 compose window.
4718
4719 2007-01-18 [wwp]        2.7.1cvs27
4720
4721         * src/addressbook.c
4722                 fix conflicting address-copy/paste when focus is set
4723                 to the embedded edit-person form.
4724  
4725
4726 2007-01-18 [wwp]        2.7.1cvs26
4727
4728         * src/addressbook.h
4729                 complete 2.7.1cvs23 (one more file was missing from that
4730                 commit).
4731
4732 2007-01-18 [colin]      2.7.1cvs25
4733
4734         * src/main.c
4735                 Provide a way to migrate without backup
4736                 Re-ask for migration on next start if 
4737                 it has been refused and wizard has been 
4738                 cancelled after.
4739
4740 2007-01-18 [wwp]        2.7.1cvs24
4741
4742         * src/editaddress.c
4743                 complete 2.7.1.cvs23 (file was missing from previous
4744                 commit).
4745
4746 2007-01-18 [wwp]        2.7.1cvs23
4747
4748         * src/addressbook.c
4749                 fix potential crashes in address book's focus_in/out signal handlers,
4750                 force focus to the edit-person form when clicked the Edit menu entry or
4751                 button (this only matters if the edit-person form is embedded to the
4752                 AB window, in that case, focus is not set when browsing the contacts
4753                 list w/ keys or mouse clicks).
4754
4755 2007-01-18 [paul]       2.7.1cvs22
4756
4757         * src/main.c
4758                 add command line options:
4759                 -h for --help
4760                 -q and --quit for --exit
4761                 -v for --version
4762                 print "Unknown option" for unknown options
4763
4764 2007-01-18 [paul]       2.7.1cvs21
4765
4766         * po/ru.po
4767                 updated by Pavlo Bohmat
4768
4769 2007-01-18 [paul]       2.7.1cvs20
4770
4771         * src/mainwindow.c
4772                 fix sensitivity issues of Mark as Spam/Ham
4773
4774 2007-01-17 [fabien]     2.7.1cvs19
4775
4776         * src/prefs_other.c
4777         * src/prefs_common.c
4778         * src/prefs_common.h
4779         * src/main.c
4780                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4781                 control the corresponding gtk property. It could be used to lock
4782                 all shortcuts (avoid to set one of them by inadvertency).
4783
4784 2007-01-17 [colin]      2.7.1cvs18
4785
4786         * src/summaryview.c
4787                 Fix bug 1100, 'Highlighted e-mail data not visible 
4788                 when color label applied.'. Use a weighted average
4789                 between normal selected foreground color and color
4790                 label instead of a simple one (3/1 instead 1/1).
4791
4792 2007-01-17 [colin]      2.7.1cvs17
4793
4794         * src/messageview.c
4795                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4796                 crash' - don't prevent mail switching while loading
4797
4798 2007-01-17 [colin]      2.7.1cvs16
4799
4800         * src/folder.c
4801         * src/folder.h
4802         * src/folderview.c
4803         * src/folderview.h
4804         * src/imap.c
4805         * src/imap.h
4806         * src/imap_gtk.c
4807                 Manage recursive search of unsubscribed folders
4808                 Rescan tree without checking for new messages 
4809                 after subscriptions changed
4810
4811 2007-01-17 [paul]       2.7.1cvs15
4812
4813         * src/prefs_common.c
4814         * src/gtk/pluginwindow.c
4815                 fix bug 1101, '"Load plugin" button is
4816                 accidentally hidden'
4817                 unset (-1) initial width in prefs_common,
4818                 fix overlapping buttons,
4819                 and other cleanups
4820
4821 2007-01-17 [paul]       2.7.1cvs14
4822
4823         * src/procmime.c
4824                 add #include <errno.h>, it's needed
4825                 on some systems
4826
4827 2007-01-17 [paul]       2.7.1cvs13
4828
4829         * src/common/defs.h
4830         * tools/make.themes.project
4831                 rename .sylpheed_themeinfo to .claws_themeinfo
4832                 and use it
4833         * src/etpan/etpan-errors.h
4834         * src/etpan/etpan-log.c
4835         * src/etpan/etpan-log.h
4836         * src/etpan/etpan-thread-manager-types.h
4837         * src/etpan/etpan-thread-manager.c
4838         * src/etpan/etpan-thread-manager.h
4839         * src/etpan/imap-thread.c
4840         * src/etpan/imap-thread.h
4841                 add copyright header
4842
4843 2007-01-17 [colin]      2.7.1cvs12
4844
4845         * src/plugins/pgpcore/select-keys.c
4846         * src/gtk/pluginwindow.c
4847         * src/prefs_account.c
4848                 Fix warnings
4849
4850 2007-01-16 [colin]      2.7.1cvs11
4851
4852         * src/imap.c
4853         * src/imap.h
4854         * src/imap_gtk.c
4855                 Manage subscribing to subfolders when only
4856                 subscribed folders are shown.
4857
4858 2007-01-16 [colin]      2.7.1cvs10
4859
4860         * src/folderview.c
4861                 Fix annoying vscrollbar going back to top
4862                 on Check for new folders
4863
4864 2007-01-16 [colin]      2.7.1cvs9
4865
4866         * src/imap.c
4867                 Remove printf
4868
4869 2007-01-16 [colin]      2.7.1cvs8
4870
4871         * src/filtering.c
4872                 Bigger buffer for errors
4873         * src/imap.c
4874         * src/imap.h
4875         * src/imap_gtk.c
4876         * src/prefs_account.c
4877         * src/prefs_account.h
4878         * src/wizard.c
4879         * src/etpan/imap-thread.c
4880         * src/etpan/imap-thread.h
4881         * manual/handling.xml
4882                 Add subscriptions management. What it changes:
4883                 Creating a folder subscribes to it
4884                 Deleting a folder unsubscribes it
4885                 New contextual menu item allowing to switch between
4886                 All folders and Subscribed folders, subscribe, and
4887                 unsubscribe. "Creating" an existing but unsubscribed
4888                 folder will subscribe it.
4889                 By default for new accounts, only subscribed folders 
4890                 are shown.
4891
4892
4893 2007-01-16 [paul]       2.7.1cvs7
4894
4895         * src/summaryview.c
4896                 Allow folder classes to specify only sort_key or
4897                 sort_type instead of both or none.
4898
4899 2007-01-16 [paul]       2.7.1cvs6
4900
4901         * src/action.c
4902         * src/compose.c
4903         * src/mimeview.c
4904         * src/procmime.c
4905         * src/textview.c
4906                 Save and use errno for procmime_get_part
4907
4908 2007-01-16 [colin]      2.7.1cvs5
4909
4910         * src/imap.c
4911                 Never remove INBOX when scanning for
4912                 new folders. It's a special folder
4913                 that has to exist.
4914
4915 2007-01-15 [colin]      2.7.1cvs4
4916
4917         * src/imap.c
4918                 Fix 'Check for new folders' when IMAP subdirectory
4919                 is set
4920         * src/etpan/imap-thread.c
4921                 Fix build
4922
4923 2007-01-15 [colin]      2.7.1cvs3
4924
4925         * src/etpan/imap-thread.c
4926                 Fix invalid free on command-connection
4927                 error
4928
4929 2007-01-15 [wwp]        2.7.1cvs2
4930
4931         * src/matcher_parser_lex.l
4932         * src/quote_fmt_lex.l
4933         * src/matcher_parser_parse.y
4934                 fix copyright header in lexers and parsers.
4935
4936 2007-01-15 [paul]       2.7.1cvs1
4937
4938         * NEWS
4939         * README
4940         * RELEASE_NOTES
4941         * configure.ac
4942                 bump up version number following
4943                 stable release
4944
4945 2007-01-15 [paul]       2.7.0cvs31
4946
4947         * AUTHORS
4948         * src/gtk/authors.h
4949                 add Fabien to the Team list
4950                 add the recent contributors
4951                 make a few corrections
4952
4953 2007-01-15 [paul]       2.7.0cvs30
4954
4955         * src/mainwindow.c
4956                 fix compiler warning
4957         * src/plugins/pgpcore/prefs_gpg.c
4958         * src/plugins/pgpcore/prefs_gpg.h
4959                 add missing include
4960                 fix copyright header
4961
4962 2007-01-14 [colin]      2.7.0cvs29
4963
4964         * src/gtk/filesel.c
4965                 Use the 'gtk+' backend. Avoids gnome-vfs use,
4966                 two benefits: faster to open, will fix strange
4967                 dbus-related crash. Thanks to Pascal Terjan.
4968
4969 2007-01-14 [colin]      2.7.0cvs28
4970
4971         * src/etpan/imap-thread.c
4972                 Delete the old imap just after allocating
4973                 the new one. Makes sure we don't get the
4974                 same pointer by sheer luck, which feels
4975                 strange in the debug log.
4976
4977 2007-01-14 [colin]      2.7.0cvs27
4978
4979         * src/gtk/inputdialog.c
4980                 Make sure we don't print passwords in
4981                 clear text when in debug mode
4982
4983 2007-01-14 [colin]      2.7.0cvs26
4984
4985         * src/gtk/gtksctree.c
4986                 Fix bug 1098, 'bogus last row display 
4987                 after expanding a thread'. Patch by
4988                 Jindrich Makovicka <makovick@gmail.com>
4989
4990 2007-01-14 [colin]      2.7.0cvs25
4991
4992         * src/etpan/imap-thread.c
4993                 Close socket manually before
4994                 freeing the imap struct
4995
4996 2007-01-14 [colin]      2.7.0cvs24
4997
4998         * src/etpan/imap-thread.c
4999                 Maybe fix new reconnection issues
5000
5001 2007-01-13 [colin]      2.7.0cvs23
5002
5003         * src/summaryview.c
5004                 Freeze/thaw on thread selection
5005
5006 2007-01-13 [paul]       2.7.0cvs22
5007
5008         * src/mainwindow.c
5009         * src/summaryview.c
5010         * src/summaryview.h
5011                 add 'Edit/Delete thread'
5012
5013 2007-01-13 [colin]      2.7.0cvs21
5014
5015         * src/prefs_account.c
5016         * src/prefs_compose_writing.c
5017         * src/prefs_message.c
5018         * src/prefs_msg_colors.c
5019         * src/prefs_other.c
5020         * src/prefs_receive.c
5021         * src/prefs_spelling.c
5022         * src/prefs_summaries.c
5023         * src/prefs_themes.c
5024         * src/gtk/gtkutils.c
5025         * src/gtk/gtkutils.h
5026         * src/plugins/pgpcore/prefs_gpg.c
5027         * src/plugins/spamassassin/spamassassin_gtk.c
5028                 Factorize gtk frame creation
5029                 Patch by Pawel
5030
5031 2007-01-13 [colin]      2.7.0cvs20
5032
5033         * src/message_search.c
5034         * src/summary_search.c
5035                 Fix Enter in search windows
5036         * src/messageview.c
5037                 Fix body search starting at the
5038                 end of the mail (and asking for loop)
5039
5040 2007-01-13 [colin]      2.7.0cvs19
5041
5042         * src/etpan/imap-thread.c
5043                 Make sure we don't free the same imap
5044                 twice
5045
5046 2007-01-13 [colin]      2.7.0cvs18
5047
5048         * commitHelper
5049                 Allow multiple commitHelpers to
5050                 run at once
5051
5052 2007-01-12 [colin]      2.7.0cvs17
5053
5054         * src/etpan/imap-thread.c
5055                 Make sure we get rid of the previous mailimap
5056                 when connecting - just in case disconnect was
5057                 unclean
5058
5059 2007-01-12 [paul]       2.7.0cvs16
5060
5061         * src/compose.c
5062                 Strip S/MIME signatures when re-editing
5063                 S/MIME signed messages.
5064
5065 2007-01-12 [paul]       2.7.0cvs15
5066
5067         * configure.ac
5068         * src/addressbook.c
5069         * src/foldersel.c
5070         * src/folderview.c
5071         * src/main.c
5072                 no need to define CLAWS anymore, remove
5073                 all that stuff
5074
5075 2007-01-12 [paul]       2.7.0cvs14
5076
5077         * src/mimeview.c
5078                 check if the mail's signed as
5079                 it can change the mail structure
5080                 Thanks to Colin
5081
5082 2007-01-12 [paul]       2.7.0cvs13
5083
5084         * src/procmime.c
5085                 fix Forwarding msgs with attachments
5086                 that have dos line endings
5087                 Thanks to Colin
5088
5089 2007-01-12 [wwp]        2.7.0cvs12
5090
5091         * configure.ac
5092                 Revert accidentally committed extra version tag.
5093
5094 2007-01-12 [wwp]        2.7.0cvs11
5095
5096         * src/prefs_account.c
5097                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5098
5099 2007-01-11 [colin]      2.7.0cvs10
5100
5101         * src/imap.c
5102                 move g_warning to debug_print
5103                 it scares people for no reason
5104
5105 2007-01-11 [colin]      2.7.0cvs9
5106
5107         * po/POTFILES.in
5108                 Fix files to translate. Patch by
5109                 Fabien
5110
5111 2007-01-11 [paul]       2.7.0cvs8
5112
5113         * src/imap.c
5114                 Fix recursion when server lists the
5115                 current subfolder in the response
5116         * src/mimeview.c
5117                 Fix updating of icon_list/ctree
5118         * src/plugins/pgpcore/select-keys.c
5119                 Fix a few annoyances when choosing
5120                 keys for the CMS (S/MIME) protocol
5121
5122 2007-01-11 [wwp]        2.7.0cvs7
5123
5124         * src/compose.c
5125         * src/prefs_account.c
5126         * src/prefs_account.h
5127                 Add per-account spellcheck default dictionaries settings.
5128
5129 2007-01-10 [colin]      2.7.0cvs6
5130
5131         * src/prefs_folder_item.c
5132                 Factorize strings - patch by Fabien
5133
5134 2007-01-10 [colin]      2.7.0cvs5
5135
5136         * src/mainwindow.c
5137                 Fix bug 1095, 'Crash while changing folder 
5138                 columns during incorporation'
5139
5140 2007-01-09 [colin]      2.7.0cvs4
5141
5142         * src/gtk/pluginwindow.c
5143                 Set the plugin window transient. Seems
5144                 like some window managers hide it in
5145                 the background after "load plugin"...
5146
5147 2007-01-09 [colin]      2.7.0cvs3
5148
5149         * src/gtk/filesel.c
5150                 Use the same type for alloc and free
5151
5152 2007-01-08 [paul]       2.7.0cvs2
5153
5154         * po/nl.po
5155                 updated by Tim Dijkstra
5156
5157 2007-01-08 [paul]       2.7.0cvs1
5158
5159         * src/prefs_themes.c
5160         * src/common/utils.c
5161                 Fix resource leaks
5162
5163 2007-01-08 [paul]       2.7.0
5164
5165         * NEWS
5166         * README
5167         * RELEASE_NOTES
5168                 2.7.0 released
5169
5170 2007-01-08 [paul]       2.6.1cvs119
5171
5172         * doc/man/claws-mail.1
5173                 another correction
5174
5175 2007-01-08 [paul]       2.6.1cvs118
5176
5177         * doc/man/claws-mail.1
5178                 corrections
5179         * manual/advanced.xml
5180                 improved English usage
5181
5182 2007-01-08 [paul]       2.6.1cvs117
5183
5184         * po/ca.po
5185         * po/de.po
5186         * po/en_GB.po
5187         * po/fi.po
5188         * po/it.po
5189         * po/pt_BR.po
5190         * po/sk.po
5191         * po/sr.po
5192         * po/zh_CN.po
5193                 updated by Miquel Oliete, Stephan Sachse, me,
5194                 Tommi Pirinen, Andrea Spadaccini, Frederico
5195                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5196                 Urosevic, and Ralgh Young
5197
5198 2007-01-07 [mones]      2.6.1cvs116
5199
5200         * manual/es/advanced.xml
5201         * po/es.po
5202                 Synced manual (unhide mark_as_read_delay)
5203                 and updated translation for release
5204
5205 2007-01-07 [paul]       2.6.1cvs115
5206
5207         * src/prefs_matcher.c
5208                 make the hbox content fit better under
5209                 various languages
5210
5211 2007-01-07 [colin]      2.6.1cvs114
5212
5213         * src/messageview.c
5214                 Fix bug 1088, 'Ctrl-h produces repeatable
5215                 crash'
5216
5217 2007-01-06 [colin]      2.6.1cvs113
5218
5219         * src/etpan/imap-thread.c
5220                 Add casts to int to get certs. Fixes
5221                 bug 1064, 'crash @ etpan_certificate_check() 
5222                 when opening an IMAP folder', with latest
5223                 libetpan CVS or >= 0.49
5224         * src/mainwindow.c
5225         * src/mainwindow.h
5226         * src/imap_gtk.c
5227         * src/news_gtk.c
5228         * src/prefs_folder_item.c
5229                 Grey out the "synchronise" menu items if
5230                 there's nothing to synchronise.
5231         * src/plugins/pgpcore/sgpgme.c
5232                 Make an error clearer than "Unknown error"
5233
5234 2007-01-06 [colin]      2.6.1cvs112
5235
5236         * src/messageview.c
5237                 Don't try to show a message if updating
5238                 Maybe fixes bug 1088, 'ctrl-h produces
5239                 repeatable crash'.
5240
5241 2007-01-06 [colin]      2.6.1cvs111
5242
5243         * src/summaryview.c
5244                 Disable Control-Space (handle it as Space).
5245
5246 2007-01-05 [paul]       2.6.1cvs110
5247
5248         * src/imap.c
5249                 Fix bug 934, 'sylpheed claws 2.1 
5250                 doesn't show Exchanges Public Folders'
5251                 Thanks to Hoa and Colin
5252         * src/msgcache.c
5253                 Refuse to allocate more than 2 MB for a 
5254                 single field, it's a good indication of
5255                 cache corruption.
5256
5257 2007-01-05 [colin]      2.6.1cvs109
5258
5259         * src/mainwindow.c
5260                 Allow --select'ing emails by Message-ID too
5261
5262 2007-01-05 [colin]      2.6.1cvs108
5263
5264         * src/common/quoted-printable.c
5265                 Uh! Third fix :)
5266
5267 2007-01-05 [colin]      2.6.1cvs107
5268
5269         * src/common/quoted-printable.c
5270                 Fix previous commit about bug 1089
5271                 Thanks to Ralf
5272
5273 2007-01-05 [colin]      2.6.1cvs106
5274
5275         * src/common/quoted-printable.c
5276                 Fix my previous commit on bug 1089
5277                 - Thanks to Ralf :)
5278
5279 2007-01-04 [colin]      2.6.1cvs105
5280
5281         * src/common/quoted-printable.c
5282                 Fix bug 1089, 'NUL characters in Subject 
5283                 line are misinterpreted'. Not a pain to
5284                 fix in fact.
5285
5286 2007-01-04 [colin]      
5287
5288         2.7.0-rc3 released
5289
5290 2007-01-04 [wwp]        2.6.1cvs104
5291
5292         * src/image_viewer.c
5293                 Force operator precedence (fix a compiler warning).
5294
5295 2007-01-04 [colin]      2.6.1cvs103
5296
5297         * src/image_viewer.c
5298                 Be cautious there too (same fix as the one
5299                 in textview from cvs33)
5300         * src/messageview.c
5301                 Don't use any MimeViewer plugin when showing
5302                 all headers
5303
5304 2007-01-03 [wwp]        2.6.1cvs102
5305
5306         * src/html.c
5307         * src/html.h
5308                 fixed "cent" sign (use the existing ASCII one),
5309                 decode more HTML entities,
5310                 converted table ASCII entries to UTF-8,
5311                 moved a switch() into a hashtable.
5312
5313 2007-01-03 [paul]       2.6.1cvs101
5314
5315         * src/compose.c
5316         * src/messageview.c
5317         * src/procmsg.c
5318         * src/procmsg.h
5319                 When possible, use move_msg instead of
5320                 copy_msg + remove_msg to move sent mail
5321                 from Queue to Sent. 
5322
5323 2007-01-03 [paul]       2.6.1cvs100
5324
5325         * src/html.c
5326                 add more html entity recognition:
5327                 pounds, euros, and cents
5328
5329 2007-01-03 [colin]      2.6.1cvs99
5330
5331         * src/imap_gtk.c
5332                 Don't display an error on NOSELECT
5333                 folders when synchronising
5334
5335 2007-01-03 [paul]       2.6.1cvs98
5336
5337         * tools/maildir2claws-mail.pl
5338                 only substitute 'sent-mail' if it's
5339                 the full directory name
5340
5341 2007-01-03 [paul]       2.6.1cvs97
5342
5343         * ChangeLog
5344         * ChangeLog.pre2.0.0
5345         * Makefile.am
5346                 archive a chunk of ChangeLog in
5347                 ChangeLog.pre2.0.0
5348         * ChangeLog.gtk1
5349         * doc/src/ChangeLog.claws-pre0.8.0
5350                 remove ChangeLog.claws-pre0.8.0, adding
5351                 its contents to ChangeLog.gtk1
5352
5353 2007-01-03 [paul]       2.6.1cvs96
5354
5355         * src/account.c
5356         * src/account.h
5357         * src/action.c
5358         * src/action.h
5359         * src/adbookbase.h
5360         * src/addr_compl.c
5361         * src/addr_compl.h
5362         * src/addrbook.c
5363         * src/addrcache.c
5364         * src/addrcache.h
5365         * src/addrcindex.c
5366         * src/addrcindex.h
5367         * src/addrclip.c
5368         * src/addrclip.h
5369         * src/addrdefs.h
5370         * src/addressadd.c
5371         * src/addressadd.h
5372         * src/addressbook.c
5373         * src/addressbook.h
5374         * src/addressbook_foldersel.c
5375         * src/addressbook_foldersel.h
5376         * src/addrgather.c
5377         * src/addrgather.h
5378         * src/addrharvest.c
5379         * src/addrharvest.h
5380         * src/addrindex.c
5381         * src/addrindex.h
5382         * src/addritem.c
5383         * src/addritem.h
5384         * src/addrquery.c
5385         * src/addrquery.h
5386         * src/addrselect.c
5387         * src/addrselect.h
5388         * src/alertpanel.c
5389         * src/alertpanel.h
5390         * src/browseldap.c
5391         * src/browseldap.h
5392         * src/codeconv.c
5393         * src/codeconv.h
5394         * src/compose.c
5395         * src/compose.h
5396         * src/customheader.c
5397         * src/customheader.h
5398         * src/displayheader.c
5399         * src/displayheader.h
5400         * src/editaddress.c
5401         * src/editaddress.h
5402         * src/editbook.c
5403         * src/editbook.h
5404         * src/editgroup.c
5405         * src/editgroup.h
5406         * src/editjpilot.c
5407         * src/editjpilot.h
5408         * src/editldap.c
5409         * src/editldap.h
5410         * src/editldap_basedn.c
5411         * src/editldap_basedn.h
5412         * src/editvcard.c
5413         * src/editvcard.h
5414         * src/exphtmldlg.c
5415         * src/exphtmldlg.h
5416         * src/expldifdlg.c
5417         * src/expldifdlg.h
5418         * src/export.c
5419         * src/export.h
5420         * src/exporthtml.c
5421         * src/exporthtml.h
5422         * src/exportldif.c
5423         * src/exportldif.h
5424         * src/filtering.c
5425         * src/filtering.h
5426         * src/folder.c
5427         * src/folder.h
5428         * src/folder_item_prefs.c
5429         * src/folder_item_prefs.h
5430         * src/foldersel.c
5431         * src/foldersel.h
5432         * src/folderutils.c
5433         * src/folderutils.h
5434         * src/folderview.c
5435         * src/folderview.h
5436         * src/grouplistdialog.c
5437         * src/grouplistdialog.h
5438         * src/headerview.c
5439         * src/html.c
5440         * src/html.h
5441         * src/image_viewer.c
5442         * src/image_viewer.h
5443         * src/imap.c
5444         * src/imap.h
5445         * src/imap_gtk.c
5446         * src/imap_gtk.h
5447         * src/import.c
5448         * src/import.h
5449         * src/importldif.c
5450         * src/importldif.h
5451         * src/importmutt.c
5452         * src/importmutt.h
5453         * src/importpine.c
5454         * src/importpine.h
5455         * src/inc.c
5456         * src/inc.h
5457         * src/jpilot.c
5458         * src/jpilot.h
5459         * src/ldapctrl.c
5460         * src/ldapctrl.h
5461         * src/ldaplocate.c
5462         * src/ldaplocate.h
5463         * src/ldapquery.c
5464         * src/ldapquery.h
5465         * src/ldapserver.c
5466         * src/ldapserver.h
5467         * src/ldaputil.c
5468         * src/ldaputil.h
5469         * src/ldif.c
5470         * src/ldif.h
5471         * src/main.c
5472         * src/main.h
5473         * src/mainwindow.c
5474         * src/mainwindow.h
5475         * src/manual.c
5476         * src/manual.h
5477         * src/mbox.c
5478         * src/message_search.c
5479         * src/message_search.h
5480         * src/messageview.c
5481         * src/messageview.h
5482         * src/mh.c
5483         * src/mh.h
5484         * src/mh_gtk.c
5485         * src/mh_gtk.h
5486         * src/mimeview.c
5487         * src/mimeview.h
5488         * src/msgcache.c
5489         * src/msgcache.h
5490         * src/mutt.c
5491         * src/mutt.h
5492         * src/news.c
5493         * src/news.h
5494         * src/news_gtk.c
5495         * src/news_gtk.h
5496         * src/partial_download.c
5497         * src/partial_download.h
5498         * src/pine.c
5499         * src/pine.h
5500         * src/pop.c
5501         * src/pop.h
5502         * src/prefs_account.c
5503         * src/prefs_account.h
5504         * src/prefs_actions.c
5505         * src/prefs_actions.h
5506         * src/prefs_common.c
5507         * src/prefs_common.h
5508         * src/prefs_compose_writing.c
5509         * src/prefs_compose_writing.h
5510         * src/prefs_customheader.c
5511         * src/prefs_customheader.h
5512         * src/prefs_display_header.c
5513         * src/prefs_display_header.h
5514         * src/prefs_filtering.c
5515         * src/prefs_filtering.h
5516         * src/prefs_filtering_action.c
5517         * src/prefs_filtering_action.h
5518         * src/prefs_folder_column.c
5519         * src/prefs_folder_column.h
5520         * src/prefs_folder_item.c
5521         * src/prefs_folder_item.h
5522         * src/prefs_fonts.c
5523         * src/prefs_fonts.h
5524         * src/prefs_gtk.c
5525         * src/prefs_gtk.h
5526         * src/prefs_image_viewer.c
5527         * src/prefs_image_viewer.h
5528         * src/prefs_matcher.c
5529         * src/prefs_matcher.h
5530         * src/prefs_message.c
5531         * src/prefs_msg_colors.c
5532         * src/prefs_msg_colors.h
5533         * src/prefs_other.c
5534         * src/prefs_quote.c
5535         * src/prefs_receive.c
5536         * src/prefs_send.c
5537         * src/prefs_spelling.c
5538         * src/prefs_spelling.h
5539         * src/prefs_summaries.c
5540         * src/prefs_summaries.h
5541         * src/prefs_summary_column.c
5542         * src/prefs_summary_column.h
5543         * src/prefs_template.c
5544         * src/prefs_template.h
5545         * src/prefs_themes.c
5546         * src/prefs_themes.h
5547         * src/prefs_toolbar.c
5548         * src/prefs_toolbar.h
5549         * src/prefs_wrapping.c
5550         * src/prefs_wrapping.h
5551         * src/privacy.c
5552         * src/privacy.h
5553         * src/procheader.c
5554         * src/procheader.h
5555         * src/procmime.c
5556         * src/procmime.h
5557         * src/procmsg.c
5558         * src/procmsg.h
5559         * src/quote_fmt.c
5560         * src/quote_fmt_parse.y
5561         * src/recv.c
5562         * src/recv.h
5563         * src/remotefolder.c
5564         * src/remotefolder.h
5565         * src/send_message.c
5566         * src/send_message.h
5567         * src/setup.c
5568         * src/setup.h
5569         * src/sourcewindow.c
5570         * src/sourcewindow.h
5571         * src/ssl_manager.c
5572         * src/ssl_manager.h
5573         * src/statusbar.c
5574         * src/statusbar.h
5575         * src/stock_pixmap.c
5576         * src/stock_pixmap.h
5577         * src/summary_search.c
5578         * src/summary_search.h
5579         * src/summaryview.c
5580         * src/summaryview.h
5581         * src/textview.c
5582         * src/textview.h
5583         * src/toolbar.c
5584         * src/toolbar.h
5585         * src/undo.c
5586         * src/undo.h
5587         * src/unmime.c
5588         * src/unmime.h
5589         * src/vcard.c
5590         * src/vcard.h
5591         * src/wizard.c
5592         * src/wizard.h
5593         * src/common/base64.c
5594         * src/common/base64.h
5595         * src/common/defs.h
5596         * src/common/hooks.c
5597         * src/common/hooks.h
5598         * src/common/log.c
5599         * src/common/log.h
5600         * src/common/mgutils.c
5601         * src/common/mgutils.h
5602         * src/common/nntp.c
5603         * src/common/nntp.h
5604         * src/common/passcrypt.c
5605         * src/common/passcrypt.h.in
5606         * src/common/plugin.c
5607         * src/common/plugin.h
5608         * src/common/prefs.c
5609         * src/common/prefs.h
5610         * src/common/progressindicator.c
5611         * src/common/progressindicator.h
5612         * src/common/quoted-printable.c
5613         * src/common/quoted-printable.h
5614         * src/common/session.c
5615         * src/common/session.h
5616         * src/common/smtp.c
5617         * src/common/smtp.h
5618         * src/common/socket.c
5619         * src/common/socket.h
5620         * src/common/ssl.c
5621         * src/common/ssl.h
5622         * src/common/ssl_certificate.c
5623         * src/common/ssl_certificate.h
5624         * src/common/stringtable.c
5625         * src/common/stringtable.h
5626         * src/common/template.c
5627         * src/common/template.h
5628         * src/common/timing.h
5629         * src/common/utils.c
5630         * src/common/utils.h
5631         * src/common/version.h.in
5632         * src/common/xml.c
5633         * src/common/xml.h
5634         * src/common/xmlprops.c
5635         * src/common/xmlprops.h
5636         * src/gtk/about.c
5637         * src/gtk/colorlabel.c
5638         * src/gtk/colorsel.c
5639         * src/gtk/colorsel.h
5640         * src/gtk/combobox.c
5641         * src/gtk/combobox.h
5642         * src/gtk/description_window.c
5643         * src/gtk/description_window.h
5644         * src/gtk/filesel.c
5645         * src/gtk/filesel.h
5646         * src/gtk/foldersort.c
5647         * src/gtk/foldersort.h
5648         * src/gtk/gtksctree.c
5649         * src/gtk/gtkutils.c
5650         * src/gtk/gtkutils.h
5651         * src/gtk/inputdialog.c
5652         * src/gtk/inputdialog.h
5653         * src/gtk/logwindow.c
5654         * src/gtk/logwindow.h
5655         * src/gtk/manage_window.c
5656         * src/gtk/manage_window.h
5657         * src/gtk/menu.c
5658         * src/gtk/menu.h
5659         * src/gtk/pluginwindow.c
5660         * src/gtk/pluginwindow.h
5661         * src/gtk/prefswindow.c
5662         * src/gtk/prefswindow.h
5663         * src/gtk/progressdialog.c
5664         * src/gtk/progressdialog.h
5665         * src/gtk/sslcertwindow.c
5666         * src/gtk/sslcertwindow.h
5667         * src/plugins/bogofilter/bogofilter.c
5668         * src/plugins/bogofilter/bogofilter.h
5669         * src/plugins/bogofilter/bogofilter_gtk.c
5670         * src/plugins/clamav/clamav_plugin.c
5671         * src/plugins/clamav/clamav_plugin.h
5672         * src/plugins/clamav/clamav_plugin_gtk.c
5673         * src/plugins/demo/demo.c
5674         * src/plugins/dillo_viewer/dillo_prefs.c
5675         * src/plugins/dillo_viewer/dillo_prefs.h
5676         * src/plugins/dillo_viewer/dillo_viewer.c
5677         * src/plugins/pgpcore/passphrase.c
5678         * src/plugins/pgpcore/passphrase.h
5679         * src/plugins/pgpcore/pgp_viewer.c
5680         * src/plugins/pgpcore/pgp_viewer.h
5681         * src/plugins/pgpcore/plugin.c
5682         * src/plugins/pgpcore/select-keys.c
5683         * src/plugins/pgpcore/select-keys.h
5684         * src/plugins/pgpcore/sgpgme.c
5685         * src/plugins/pgpcore/sgpgme.h
5686         * src/plugins/pgpinline/pgpinline.c
5687         * src/plugins/pgpinline/pgpinline.h
5688         * src/plugins/pgpinline/plugin.c
5689         * src/plugins/pgpmime/pgpmime.c
5690         * src/plugins/pgpmime/pgpmime.h
5691         * src/plugins/pgpmime/plugin.c
5692         * src/plugins/spamassassin/spamassassin.c
5693         * src/plugins/spamassassin/spamassassin.h
5694         * src/plugins/spamassassin/spamassassin_gtk.c
5695         * src/plugins/trayicon/trayicon.c
5696                 it's 2007, update the year in the copyright headers
5697
5698 2007-01-03 [paul]       2.6.1cvs95
5699
5700         * src/gtk/about.c
5701                 it is 2007, use it in the copyright string
5702
5703 2007-01-03 [paul]       2.6.1cvs94
5704
5705         * src/html.c
5706                 html entity conversion:
5707                 move &#153; to a more suitable place
5708                 add &bull; and &ndash;
5709                 make sure &mdash; and &#8212; are both
5710                 converted the same
5711
5712 2007-01-02 [colin]      2.6.1cvs93
5713
5714         * src/addrbook.c
5715                 Fix leak
5716         * src/common/plugin.c
5717                 Add comment
5718         * src/etpan/imap-thread.c
5719                 Fix warning
5720
5721 2006-12-31 [paul]       2.6.1cvs92
5722
5723         * src/prefs_summaries.c
5724                 use gtk_button_new_from_stock()
5725
5726 2006-12-30 [colin]      2.6.1cvs91
5727
5728         * src/folder.c
5729         * src/imap_gtk.c
5730         * src/mh_gtk.c
5731                 Don't update filtering and account paths 
5732                 when copying folders
5733
5734 2006-12-30 [colin]      2.6.1cvs90
5735
5736         * src/prefs_compose_writing.c
5737         * src/prefs_quote.c
5738         * src/prefs_template.c
5739                 Use message font for Writing and 
5740                 Quoting prefs, as well as Templates.
5741
5742 2006-12-30 [colin]      2.6.1cvs89
5743
5744         * src/prefs_summaries.c
5745                 Rework GUI; patch by Pawel
5746
5747 2006-12-29 [colin]      2.6.1cvs88
5748
5749         * src/prefs_folder_item.c
5750                 Fix bug 1085, 'Apply to subfolder 
5751                 doesn't work' - I was mistaken saying
5752                 it worked in every case
5753
5754 2006-12-28 [colin]      2.6.1cvs87
5755
5756         * src/gtk/gtkaspell.c
5757                 Don't assert if use_alternate is true
5758                 and alt_dictionary isn't set -- this 
5759                 is what happens on upgrade! Rather,
5760                 do with it.
5761
5762 2006-12-28 [colin]      2.6.1cvs86
5763
5764         * Makefile.am
5765                 Fix desktop/icon simplification
5766
5767 2006-12-28 [colin]      2.6.1cvs85
5768
5769         * Makefile.am
5770                 Make desktop and icon not 
5771                 dependant on the desktop
5772
5773 2006-12-28 [wwp]        2.6.1cvs84
5774
5775         * src/plugins/pgpmime/claws.def
5776                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5777
5778 2006-12-28 [wwp]        2.6.1cvs83
5779
5780         * src/prefs_folder_item.c
5781                 Fix coloring of "simplify subject regexp" (folder prefs),
5782                 which might be left to red whereas the regexp gets empty.
5783
5784 2006-12-28 [wwp]        2.6.1cvs82
5785
5786         * src/prefs_common.c
5787         * src/prefs_common.h
5788         * src/addressbook.c
5789         * src/addressitem.h
5790                 Save addressbook mainwindow's horizontal and vertical splitter position.
5791
5792 2006-12-27 [wwp]        2.6.1cvs81
5793
5794         * src/gtk/gtkaspell.c
5795         * src/gtk/gtkaspell.h
5796         * src/compose.c
5797                 Fix assignment of compose's default and alternate dictionary from
5798                 account or folder settings. Now gtkaspell_change_dict does rotate
5799                 dicts only when it's called from a menu cb.
5800
5801 2006-12-27 [wwp]        2.6.1cvs80
5802
5803         * src/folder_item_prefs.c
5804                 Fix randomly initialized default-alt-dictionary (folder prefs),
5805                 complete 2.6.1cvs72.
5806
5807 2006-12-27 [paul]       2.6.1cvs79
5808
5809         * src/imap_gtk.c
5810         * src/mh_gtk.c
5811                 Add Copy folder in the folder's contextual
5812                 menu
5813
5814 2006-12-27 [wwp]        2.6.1cvs78
5815
5816         * src/imap.c
5817                 Clean up session locking, thanks to Colin.
5818
5819 2006-12-26 [colin]      2.6.1cvs77
5820
5821         * src/statusbar.c
5822                 Revert previous patch
5823
5824 2006-12-26 [colin]      2.6.1cvs76
5825
5826         * src/folder.c
5827         * src/folderview.c
5828         * src/imap.c
5829         * src/statusbar.c
5830         * src/etpan/imap-thread.c
5831                 Fix previous commit warnings
5832                 Make statusbar update every second if total < 20
5833                 Make IMAP APPEND faster by simplifying log              
5834
5835 2006-12-26 [colin]      2.6.1cvs75
5836
5837         * src/folder.c
5838         * src/folder.h
5839         * src/folderview.c
5840         * src/folderview.h
5841         * src/imap_gtk.c
5842         * src/mh_gtk.c
5843                 Make it possible to copy folders accross
5844                 mailboxes (this was an arbitrary limitation).
5845                 Still make it impossible to move folders 
5846                 accross mailboxes.
5847
5848 2006-12-26 [colin]      2.6.1cvs74
5849
5850         * src/etpan/imap-thread.c
5851                 Fix bug 1081, 'claws-mail 
5852                 segfaults when going offline 
5853                 while it transfers mails via 
5854                 imap'
5855
5856 2006-12-26 [colin]      2.6.1cvs73
5857
5858         * src/folder_item_prefs.c
5859                 Don't forget alt dictionary when
5860                 renaming/moving folders
5861
5862 2006-12-26 [wwp]        2.6.1cvs72
5863
5864         * src/folder_item_prefs.c
5865                 Add missing defaults for per-folder alt dict
5866                 (forgotten in 2.6.1cvs61).
5867
5868 2006-12-26 [colin]      2.6.1cvs71
5869
5870         * src/wizard.c
5871                 Add tooltip to state that specifying
5872                 full path to mailbox is possible
5873
5874 2006-12-26 [wwp]        2.6.1cvs70
5875
5876         * src/partial_download.c
5877         * src/gtk/gtkvscrollbutton.c
5878         * src/plugins/pgpinline/plugin.c
5879                 Fix for few compiler warnings that matter.
5880
5881 2006-12-25 [colin]      2.6.1cvs69
5882
5883         * src/partial_download.c
5884                 Fix marking for download or deletion
5885                 when the header isn't the first
5886         * src/gtk/logwindow.c
5887                 Fix start of scrolling
5888
5889 2006-12-23 [paul]       2.6.1cvs68
5890
5891         * src/compose.c
5892                 change last commit to use the 'academic'
5893                 method instead. Thanks to wwp
5894
5895 2006-12-23 [paul]       2.6.1cvs67
5896
5897         * src/compose.c
5898                 don't warn about empty subject when
5899                 redirecting
5900
5901 2006-12-22 [colin]      2.6.1cvs66
5902
5903         * src/summary_search.c
5904                 Fix previous patch
5905
5906 2006-12-22 [colin]      2.6.1cvs65
5907
5908         * src/gtk/gtkutils.c
5909         * src/imap.c
5910         * src/jpilot.c
5911         * src/summary_search.c
5912                 A few warning fixes
5913
5914 2006-12-23 [paul]       
5915
5916         2.7.0-rc2 released
5917
5918 2006-12-22 [colin]      2.6.1cvs64
5919
5920         * src/toolbar.c
5921         * src/toolbar.h
5922                 Add a combo to the learn spam button
5923         * src/plugins/bogofilter/bogofilter.c
5924         * src/plugins/bogofilter/bogofilter_gtk.c
5925         * src/plugins/bogofilter/bogofilter.h
5926                 Allow to store Unsure mails in a specific
5927                 folder to make better teaching easier
5928
5929 2006-12-21 [wwp]        2.6.1cvs63
5930
5931         * src/compose.c
5932         * src/prefs_common.c
5933         * src/prefs_common.h
5934         * src/prefs_spelling.c
5935         * src/gtk/gtkaspell.c
5936         * src/gtk/gtkaspell.h
5937                 Allow spell-checking using both current and alternate dictionaries
5938                 (thanks to Colin).
5939
5940 2006-12-21 [wwp]        2.6.1cvs62
5941
5942         * src/gtk/gtkaspell.c
5943                 Apply recheck_when_changing_dict (highlight all mispelled words)
5944                 when switching to alternate dictionary.
5945
5946 2006-12-21 [wwp]        2.6.1cvs61
5947
5948         * src/compose.c
5949         * src/folder_item_prefs.h
5950         * src/prefs_common.c
5951         * src/prefs_common.h
5952         * src/prefs_folder_item.c
5953         * src/prefs_spelling.c
5954         * src/gtk/gtkaspell.c
5955         * src/gtk/gtkaspell.h
5956                 Add global and per-folder prefs to set the default
5957                 alternate dictionary.
5958
5959 2006-12-21 [colin]      2.6.1cvs60
5960
5961         * src/folder.c
5962                 Look for folders by path in all folders
5963         * src/html.c
5964                 add &mdash;
5965
5966 2006-12-20 [colin]      2.6.1cvs59
5967
5968         * src/gtk/quicksearch.c
5969                 Make sure in_typing is false when clearing
5970
5971 2006-12-20 [wwp]        2.6.1cvs58
5972
5973         * configure.ac
5974                 change manual's target dir to be LFH-compliant (thanks to Colin).
5975
5976 2006-12-20 [wwp]        2.6.1cvs57
5977
5978         * src/prefs_common.c
5979         * src/prefs_summaries.c
5980                 i18n fix and factorize patch, thanks to Fabien.
5981
5982 2006-12-20 [paul]       2.6.1cvs56
5983
5984         * configure.ac
5985                 last of the renaming (??)
5986         * src/main.c
5987                 correct --help info of --status-full
5988         * src/plugins/bogofilter/bogofilter.c
5989                 make FALSE default of whitelist_ab
5990
5991 2006-12-19 [colin]      2.6.1cvs55
5992
5993         * src/jpilot.c
5994                 Same as before, without depending on
5995                 pisock >= 0.12
5996
5997 2006-12-19 [colin]      2.6.1cvs54
5998
5999         * src/jpilot.c
6000                 Fix bug 1059, 'Better jpilot charset 
6001                 handling'. Use libpisync's charset conversion
6002                 if possible
6003
6004 2006-12-19 [colin]      2.6.1cvs53
6005
6006         * po/fr.po
6007                 Updated by Fabien
6008
6009 2006-12-19 [wwp]        2.6.1cvs52
6010
6011         * src/gtk/about.c
6012                 Add missing #include (thanks to Colin).
6013
6014 2006-12-19 [wwp]        2.6.1cvs51
6015
6016         * src/prefs_receive.c
6017                 Better spacing between widgets in prefs.
6018
6019 2006-12-18 [colin]      2.6.1cvs50
6020
6021         * src/imap.c
6022                 Fix failure to get separator on LIST "" ""
6023                 Try LIST "" "INBOX" too.
6024
6025 2006-12-18 [wwp]        2.6.1cvs49
6026
6027         * src/common/session.c
6028                 Fix a compiler warning (thanks to Fabien).
6029
6030 2006-12-18 [wwp]        2.6.1cvs48
6031
6032         * src/compose.c
6033         * src/prefs_quote.c
6034                 Factorize some strings for translation (it's about error
6035                 messages when applying or checking template/quote format).
6036
6037 2006-12-18 [colin]      2.6.1cvs47
6038
6039         * Makefile.am
6040         * src/common/defs.h
6041         * src/gtk/Makefile.am
6042         * src/gtk/about.c
6043                 Add a Release notes tab from the contents of
6044                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6045
6046 2006-12-17 [colin]      2.6.1cvs46
6047
6048         * src/mimeview.c
6049         * src/textview.c
6050         * src/gtk/filesel.c
6051                 Correctly convert from/to UTF8/filename encoding
6052                 when loading and saving files. Probably fixes
6053                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6054                 for a file to attach and is blocked...'
6055
6056 2006-12-17 [colin]      2.6.1cvs45
6057
6058         * src/gtk/logwindow.c
6059                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6060                 IMAP folder and is blocked on main thread': 
6061                 make sure we put utf8 in the log.
6062
6063 2006-12-16 [colin]      2.6.1cvs44
6064
6065         * src/toolbar.c
6066         * src/toolbar.h
6067                 Fix bug 1055, 'Add the 'cancel receive' 
6068                 in the available events for the toolbar buttons'
6069
6070 2006-12-16 [colin]      2.6.1cvs43
6071
6072         * po/POTFILES.in
6073         * src/imap.c
6074         * src/common/nntp.c
6075         * src/common/session.c
6076                 Log error when SSL handshakes fail. 
6077                 Fixes bug 1082, 'incorrect / imprecise 
6078                 error message when imap server provides 
6079                 ssl only through STARTTLS but SSL is 
6080                 selected'
6081
6082 2006-12-15 [wwp]        2.6.1cvs42
6083
6084         * src/plugins/bogofilter/bogofilter_gtk.c
6085                 set proper sensitivity to widgets I've recently added.
6086
6087 2006-12-15 [colin]      
6088
6089         2.7.0-rc1 released
6090
6091 2006-12-15 [wwp]        2.6.1cvs41
6092
6093         * src/plugins/bogofilter/bogofilter.c
6094         * src/plugins/bogofilter/bogofilter.h
6095         * src/plugins/bogofilter/bogofilter_gtk.c
6096                 bogofilter's whitelist can now use a subset of
6097                 the addressbook (either a book, a subfolder of a book,
6098                 or the whole addressbook by using "Any"). Re-used there
6099                 some pref_matcher widgets and mechanisms to match a subset
6100                 of the addressbook.
6101
6102 2006-12-15 [wwp]        2.6.1cvs40
6103
6104         * src/wizard.c
6105         * src/common/plugin.c
6106         * src/common/plugin.h
6107         * src/gtk/about.c
6108         * src/plugins/bogofilter/bogofilter.c
6109         * src/plugins/clamav/clamav_plugin.c
6110         * src/plugins/demo/demo.c
6111         * src/plugins/dillo_viewer/dillo_viewer.c
6112         * src/plugins/pgpcore/plugin.c
6113         * src/plugins/pgpinline/plugin.c
6114         * src/plugins/pgpmime/plugin.c
6115         * src/plugins/spamassassin/spamassassin.c
6116         * src/plugins/trayicon/trayicon.c
6117                 factorize some translatable strings (plugins-related),
6118                 fix missing punctuation in several places,
6119                 remove useless translatable \n in about.c,
6120                 and factorize plugin init code w/ a new function
6121                 check_plugin_version() in common/plugin.c.
6122                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6123
6124 2006-12-15 [wwp]        2.6.1cvs39
6125
6126         * src/plugins/bogofilter/bogofilter.c
6127         * src/plugins/bogofilter/bogofilter_gtk.c
6128                 flag whitelisted spams as spam, but don't filter it to the spam
6129                 folder. Thanks to Colin.
6130
6131 2006-12-15 [ticho]      2.6.1cvs38
6132
6133         * src/plugins/bogofilter/bogofilter.c
6134         * src/plugins/bogofilter/bogofilter.h
6135         * src/plugins/bogofilter/bogofilter_gtk.c
6136                 Add option to whitelist senders found in addressbook. Patch by colin.
6137
6138 2006-12-15 [paul]       2.6.1cvs37
6139
6140         * src/folderview.c
6141                 add missing #include "log.h"
6142
6143 2006-12-15 [paul]       2.6.1cvs36
6144
6145         * src/plugins/bogofilter/bogofilter.c
6146         * src/plugins/bogofilter/bogofilter.h
6147         * src/plugins/bogofilter/bogofilter_gtk.c
6148                 Add an option to allow inserting an
6149                 X-Claws-Bogosity header (on MH folders
6150                 only). Patch by Colin
6151
6152 2006-12-14 [colin]      2.6.1cvs35
6153
6154         * src/main.c
6155                 "Yes" should be the default choice for
6156                 migration configuration
6157
6158 2006-12-14 [paul]       2.6.1cvs34
6159
6160         * src/prefs_summaries.c
6161         * manual/advanced.xml
6162                 Unhide mark_as_read_delay
6163
6164 2006-12-14 [paul]       2.6.1cvs33
6165
6166         * src/messageview.c
6167         * src/messageview.h
6168         * src/mimeview.c
6169         * src/mimeview.h
6170         * src/summaryview.c
6171         * src/textview.c
6172         * src/textview.h
6173                 Fix printing of selection
6174                 Fix printing of message parts
6175                 Fix printing of images
6176         * src/gtk/gtksourceprintjob.c
6177                 Fix page count when there are images
6178
6179 2006-12-14 [wwp]        2.6.1cvs32
6180
6181         * src/mainwindow.c
6182         * src/summaryview.c
6183         * src/summaryview.h
6184         * src/gtk/quicksearch.c
6185                 fix quicksearch 'magnify' button status when QS is closed
6186                 using the Escape key, thanks to Colin.
6187
6188 2006-12-14 [wwp]        2.6.1cvs31
6189
6190         * src/mainwindow.c
6191         * src/summaryview.c
6192         * src/summaryview.h
6193         * src/gtk/quicksearch.c
6194                 fix quicksearch 'magnify' button status when QS is closed
6195                 using the Escape key, thanks to Colin.
6196
6197 2006-12-13 [colin]      2.6.1cvs30
6198
6199         * src/ldapquery.c
6200         * src/ldaputil.c
6201                 Use the binary safe version of ldap_get_values,
6202                 to make sure we manipulate null-terminated 
6203                 strings. Maybe fixes bug 1075, 'claws mail 
6204                 segfault when completing ldap adresses'
6205         * src/syldap.c ** REMOVED **
6206         * src/syldap.h ** REMOVED **
6207                 Remove dead files
6208
6209 2006-12-13 [mones]      2.6.1cvs29
6210
6211         * po/es.po
6212                 Fixed piped strings, fixed click translation
6213
6214 2006-12-13 [paul]       2.6.1cvs28
6215
6216         * src/main.c
6217                 don't translate these strings
6218
6219 2006-12-13 [paul]       2.6.1cvs27
6220
6221         * po/en_GB.po
6222                 updated
6223
6224 2006-12-13 [colin]      2.6.1cvs26
6225
6226         * src/main.c
6227         * src/main.h
6228                 Add claws_is_starting()
6229
6230 2006-12-13 [mones]      2.6.1cvs25
6231
6232         * manual/es/advanced.xml
6233         * po/es.po
6234                 Synced manual and updated translation
6235
6236 2006-12-12 [colin]      2.6.1cvs24
6237
6238         * src/wizard.c
6239                 Add an option to use STARTTLS in the
6240                 welcome wizard. Fixes bug 1080, 
6241                 'Using SSL option in wizard for incoming 
6242                 server does not activate SSL with STARTTLS'
6243
6244 2006-12-12 [colin]      2.6.1cvs23
6245
6246         * src/main.c
6247                 Don't exit when there's an incomplete
6248                 mailbox configured - leaves a chance 
6249                 to fix a failing IMAP account. Exit
6250                 if no mailbox at all is loaded (case
6251                 of missing plugin).
6252                 Completes bug 1077's fix (I was wrong
6253                 in this bug's comment #3).
6254
6255 2006-12-12 [colin]      2.6.1cvs22
6256
6257         * src/gtk/menu.h
6258                 Add another menu data type
6259         * src/prefs_account.c
6260                 Complete the completion of bug 1076
6261                 (doesn't lose the pref on apply)
6262
6263 2006-12-12 [paul]       2.6.1cvs21
6264
6265         * src/prefs_account.c
6266                 complete the fix of bug 1076
6267                 also be more verbose with the text
6268
6269 2006-12-12 [paul]       2.6.1cvs20
6270
6271         * src/gtk/combobox.c
6272                 fix compilation warning
6273
6274 2006-12-11 [colin]      2.6.1cvs19
6275
6276         * src/wizard.c
6277                 Document :port in server entry tooltips
6278
6279 2006-12-11 [colin]      2.6.1cvs18
6280
6281         * src/main.c
6282                 Fix compile
6283
6284 2006-12-11 [colin]      2.6.1cvs17
6285
6286         * src/main.c
6287                 Add failing IMAP as a reason for no
6288                 mailbox
6289
6290 2006-12-11 [colin]      2.6.1cvs16
6291
6292         * src/prefs_account.c
6293                 Check for existence of inbox for local
6294                 accounts too
6295         * src/wizard.c
6296                 Allow setting the port to use for servers
6297                 by using the usual "server.example.com:port"
6298                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6299                 not start when IMAP server is unavailable'
6300
6301 2006-12-11 [colin]      2.6.1cvs15
6302
6303         * src/prefs_account.c
6304                 Prevent use of non-existing default inbox
6305
6306 2006-12-11 [colin]      2.6.1cvs14
6307
6308         * src/prefs_account.c
6309                 Fix sensitivity. Fixes bug 1076, 'privacy 
6310                 options are displayed even when pgp plugin 
6311                 not loaded / available'
6312
6313 2006-12-09 [colin]      2.6.1cvs13
6314
6315         * manual/advanced.xml
6316         * src/prefs_common.c
6317         * src/prefs_common.h
6318         * src/common/ssl_certificate.c
6319                 Add a new hidden preference, 'unsafe_ssl_certs',
6320                 which allows to store multiple certificates per
6321                 server/port. This is disabled by default because
6322                 it's less secure (presenting a new certificate
6323                 instead of a changed one raises less alarms).
6324                 This will cause Claws to ask about an unknown
6325                 certificate for people who have used 2.6.1cvs8
6326                 or greater.
6327
6328 2006-12-09 [colin]      2.6.1cvs12
6329
6330         * src/action.c
6331                 Fix cache updating after action
6332
6333 2006-12-07 [wwp]        2.6.1cvs11
6334
6335         * src/compose.c
6336                 fix email address comparison when replying to all
6337                 (avoid replying to ourselves), thanks to Colin.
6338
6339 2006-12-06 [paul]       2.6.1cvs10
6340
6341         * src/addrharvest.c
6342         * src/editldap.c
6343         * src/expldifdlg.c
6344         * src/news.c
6345         * src/toolbar.c
6346         * src/common/utils.c
6347                 ...and more renaming
6348                 Thanks to Colin
6349
6350 2006-12-06 [paul]       2.6.1cvs9
6351
6352         * src/compose.c
6353         * src/messageview.c
6354         * src/procheader.c
6355         * src/procmime.c
6356         * src/procmsg.c
6357         * src/textview.c
6358                 more renaming
6359                 Thanks to Colin
6360
6361 2006-12-06 [colin]      2.6.1cvs8
6362
6363         * src/ssl_manager.c
6364         * src/common/ssl_certificate.c
6365         * src/common/ssl_certificate.h
6366                 Handle multiple certificates per host/port
6367
6368 2006-12-06 [colin]      2.6.1cvs7
6369
6370         * src/etpan/imap-thread.c
6371                 Fix certificate checking on IMAP
6372
6373 2006-12-06 [colin]      2.6.1cvs6
6374
6375         * src/folderview.c
6376                 Fix bug 1072, 'Claws stops fetching newsgroups 
6377                 from server when newsgroup got deleted': continue
6378                 checking other groups
6379
6380 2006-12-05 [wwp]        2.6.1cvs5
6381
6382         * src/message_search.c
6383         * src/summary_search.c
6384         * src/gtk/combobox.c
6385         * src/gtk/combobox.h
6386         * src/gtk/gtkutils.c
6387         * src/gtk/gtkutils.h
6388                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6389                 behave like w/ old comboboxes (summary and message search only).
6390
6391 2006-12-05 [paul]       2.6.1cvs4
6392
6393         * src/wizard.c
6394                 encode headers
6395                 Thanks to Colin
6396
6397 2006-12-05 [paul]       2.6.1cvs3
6398
6399         * tools/README
6400         * tools/textviewer.pl
6401                 script updated and description added
6402
6403 2006-12-04 [colin]      2.6.1cvs2
6404
6405         * src/compose.c
6406                 Run pre-send hook only when checking
6407                 everything
6408
6409 2006-12-04 [paul]       2.6.1cvs1
6410
6411         * NEWS
6412         * README
6413         * RELEASE_NOTES
6414         * configure.ac
6415         * tools/README
6416                 bump up version number following stable release
6417
6418 2006-12-04 [paul]       2.6.0cvs83
6419
6420         * README
6421                 updates and corrections
6422
6423 2006-12-04 [colin]      2.6.0cvs82
6424
6425         * src/common/utils.c
6426                 Probably fix bug 1066, 'Incorrect mailbox 
6427                 size displayed'
6428
6429 2006-12-04 [colin]      2.6.0cvs81
6430
6431         * src/common/utils.c
6432                 Trim tabs from mailcap file too.
6433
6434 2006-12-02 [paul]       2.6.0cvs80
6435
6436         * src/exphtmldlg.c
6437                 fix broken GUI under certain languages
6438         * src/expldifdlg.c
6439                 put the Cancel button to the right
6440
6441 2006-12-01 [paul]       2.6.0cvs79
6442
6443         * tools/Makefile.am
6444                 remove reference to removed file
6445
6446 2006-12-01 [wwp]        2.6.0cvs78
6447
6448         * src/addressbook.c
6449         * src/editaddress.c
6450                 remove forgotten debug statements.
6451
6452 2006-12-01 [wwp]        2.6.0cvs77
6453
6454         * manual/advanced.xml
6455         * manual/fr/advanced.xml
6456         * src/addressbook.c
6457         * src/addressbook.h
6458         * src/addressitem.h
6459         * src/editaddress.c
6460         * src/editaddress.h
6461         * src/prefs_common.c
6462         * src/prefs_common.h
6463         * src/gtk/gtkutils.c
6464         * src/gtk/gtkutils.h
6465                 add a hidden option to allow embedding the editaddress (edit contact details)
6466                 dialog into the addressbook's window. This doesn't change the default
6467                 behaviour.
6468
6469 2006-12-01 [wwp]        2.6.0cvs76
6470
6471         * src/message_search.c
6472         * src/summary_search.c
6473                 fix more focus issues (don't set focus to combobox's entry widget when
6474                 entry's value changed, if entry widget has focus already).
6475
6476 2006-12-01 [wwp]        2.6.0cvs75
6477
6478         * src/gtk/quicksearch.c
6479                 revert last changes to the quicksearch gtk_combo_box, this needs more
6480                 tuning and testing.
6481
6482 2006-12-01 [paul]       2.6.0cvs74
6483
6484         * tools/kdeservicemenu/README
6485         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6486         * tools/kdeservicemenu/install.sh
6487         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6488         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6489                 simplify this stuff, and in so doing,
6490                 fix it. (possibly re-extend it again at
6491                 a later date)
6492
6493 2006-12-01 [wwp]        2.6.0cvs73
6494
6495         * src/gtk/quicksearch.c
6496                 adapt quicksearch code to use modern gtk_combo_box'es.
6497
6498 2006-12-01 [wwp]        2.6.0cvs72
6499
6500         * src/common/defs.h
6501         * src/prefs_common.c
6502         * src/prefs_common.h
6503         * src/message_search.c
6504         * src/summary_search.c
6505         * src/gtk/combobox.c
6506         * src/gtk/combobox.h
6507                 add history combos to all message and summary search fields.
6508
6509 2006-12-01 [wwp]        2.6.0cvs71
6510
6511         * src/summaryview.c
6512                 As the list may change while the mark as read delay
6513                 runs, we can't rely on the 'row' pointer, which can
6514                 be invalid when the timeout is called. As the mark
6515                 as read is only done if the message is still selected,
6516                 use summaryview->selected instead. Thanks to Colin.
6517
6518 2006-11-30 [paul]       2.6.0cvs70
6519
6520         * src/textview.c
6521                 give emphasis to "Sylpheed-Claws"
6522                 as well as "Claws Mail"
6523
6524 2006-11-30 [colin]      2.6.0cvs69
6525
6526         * src/wizard.c
6527                 Put the SSL checkboxes in the receiving
6528                 and sending server pages.
6529
6530 2006-11-29 [colin]      2.6.0cvs68
6531
6532         * src/gtk/gtkutils.c
6533         * src/gtk/gtkvscrollbutton.c
6534                 Revert some deprecated fixes - they seem to
6535                 deprecate stuff as soon as a new one gets out.
6536                 g_object_ref_sink needed glib-2.10.
6537
6538 2006-11-29 [colin]      2.6.0cvs67
6539
6540         * src/common/utils.c
6541                 Create .mailcap if it doesn't exist
6542
6543 2006-11-29 [colin]      2.6.0cvs66
6544
6545         * src/compose.c
6546                 Followup to cvs60: use original list
6547                 of recipients if replying to a mail
6548                 in Sent Drafts or Queue.
6549
6550 2006-11-27 [paul]       2.6.0cvs65
6551
6552         * src/image_viewer.c
6553                 revert the last change for now (it's broken)
6554
6555 2006-11-27 [paul]       2.6.0cvs64
6556
6557         * Makefile.am
6558         * configure.ac
6559         * m4/aclocal-include.m4
6560         * m4/check-type.m4
6561         * src/Makefile.am
6562         * src/addr_compl.c
6563         * src/compose.c
6564         * src/crash.c
6565         * src/export.c
6566         * src/exporthtml.c
6567         * src/exportldif.c
6568         * src/imap.c
6569         * src/import.c
6570         * src/main.c
6571         * src/main.h
6572         * src/matcher.c
6573         * src/mimeview.c
6574         * src/procmsg.c
6575         * src/textview.c
6576         * src/common/Makefile.am
6577         * src/common/claws.c
6578         * src/common/claws.h
6579         * src/common/ssl.c
6580         * src/common/sylpheed.c
6581         * src/common/sylpheed.h
6582         * src/etpan/Makefile.am
6583         * src/gtk/Makefile.am
6584         * src/gtk/claws-marshal.list
6585         * src/gtk/filesel.c
6586         * src/gtk/gtksctree.c
6587         * src/gtk/quicksearch.c
6588         * src/gtk/sylpheed-marshal.list
6589         * src/plugins/bogofilter/bogofilter.c
6590         * src/plugins/bogofilter/bogofilter_gtk.c
6591         * src/plugins/clamav/clamav_plugin.c
6592         * src/plugins/clamav/clamav_plugin_gtk.c
6593         * src/plugins/demo/demo.c
6594         * src/plugins/dillo_viewer/dillo_viewer.c
6595         * src/plugins/pgpcore/Makefile.am
6596         * src/plugins/pgpcore/claws.def
6597         * src/plugins/pgpcore/pgp_viewer.c
6598         * src/plugins/pgpcore/plugin.c
6599         * src/plugins/pgpcore/sylpheed.def
6600         * src/plugins/pgpinline/Makefile.am
6601         * src/plugins/pgpinline/claws.def
6602         * src/plugins/pgpinline/plugin.c
6603         * src/plugins/pgpinline/sylpheed.def
6604         * src/plugins/pgpmime/Makefile.am
6605         * src/plugins/pgpmime/claws.def
6606         * src/plugins/pgpmime/plugin.c
6607         * src/plugins/pgpmime/sylpheed.def
6608         * src/plugins/spamassassin/spamassassin.c
6609         * src/plugins/spamassassin/spamassassin_gtk.c
6610         * src/plugins/trayicon/trayicon.c
6611                 yet more renaming
6612                 remove deprecated gtk_tooltips_set_delay()
6613
6614 2006-11-26 [paul]       2.6.0cvs63
6615
6616         * src/expldifdlg.c
6617         * src/folderview.c
6618         * src/image_viewer.c
6619         * src/mainwindow.c
6620         * src/gtk/gtkutils.c
6621         * src/gtk/gtkvscrollbutton.c
6622         * src/gtk/prefswindow.c
6623         * src/plugins/pgpcore/prefs_gpg.c
6624                 replace more deprecated GTK+ functions
6625
6626 2006-11-26 [paul]       2.6.0cvs62
6627
6628         * src/addr_compl.c
6629         * src/addressbook.c
6630         * src/browseldap.c
6631                 replace deprecated gtk_idle_... functions
6632
6633 2006-11-26 [paul]       2.6.0cvs61
6634
6635         * src/compose.c
6636         * src/folderview.c
6637         * src/inc.c
6638         * src/summaryview.c
6639         * src/gtk/gtkvscrollbutton.c
6640         * src/gtk/quicksearch.c
6641         * src/plugins/pgpcore/passphrase.c
6642                 replace deprecated gtk_timeout_add and
6643                 gtk_timeout_remove
6644
6645 2006-11-26 [paul]       2.6.0cvs60
6646
6647         * src/compose.c
6648                 fix bug that caused the wrong recipient
6649                 to be selected when replying to a msg
6650                 which is From one of our accounts to
6651                 another of our accounts
6652
6653 2006-11-25 [paul]       2.6.0cvs59
6654
6655         * src/summaryview.c
6656                 don't change the From column title to
6657                 To if the To column is visible
6658
6659 2006-11-24 [paul]       2.6.0cvs58
6660
6661         * src/compose.c
6662                 fix bug 1069, 'Sent mails disappear, BCC
6663                 or locking problem?'
6664
6665 2006-11-21 [wwp]        2.6.0cvs57
6666
6667         * src/compose.c
6668                 fix spelling menu when replying (same as 2.3.1cvs39):
6669                 discrepancy between context menu and top menu when
6670                 folder's dictionary isn't the default one.
6671
6672 2006-11-19 [paul]       2.6.0cvs56
6673
6674         * src/summaryview.c
6675                 obey always_show_msg option when
6676                 marking as spam
6677         * src/plugins/bogofilter/bogofilter.c
6678                 fix typo
6679
6680 2006-11-18 [paul]       2.6.0cvs55
6681
6682         * AUTHORS
6683         * README
6684         * debian/copyright
6685         * manual/ack.xml
6686         * manual/es/ack.xml
6687         * manual/fr/ack.xml
6688         * manual/pl/ack.xml
6689         * src/gtk/authors.h
6690         * src/gtk/icon_legend.c
6691         * src/gtk/icon_legend.h
6692         * tools/OOo2claws-mail.pl
6693         * tools/README
6694         * tools/acroread2claws-mail.pl
6695         * tools/claws.i18n.status.pl
6696         * tools/filter_conv.pl
6697         * tools/filter_conv_new.pl
6698         * tools/freshmeat_search.pl
6699         * tools/google_search.pl
6700         * tools/kmail2claws-mail.pl
6701         * tools/kmail2claws-mail_v2.pl
6702         * tools/maildir2claws-mail.pl
6703         * tools/make.themes.project
6704         * tools/multiwebsearch.pl
6705         * tools/outlook2claws-mail.pl
6706         * tools/tb2claws-mail
6707         * tools/kdeservicemenu/README
6708         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6709                 update mine and wwp's email addresses in
6710                 several places
6711                 Patch by wwp
6712         * src/prefs_compose_writing.c
6713                 set sensitivity on 'new message format' frame
6714
6715 2006-11-17 [paul]       2.6.0cvs54
6716
6717         * src/gtk/about.c
6718                 more reworking of the GUI
6719                 Patch by Fabien Vantard
6720
6721 2006-11-16 [paul]       2.6.0cvs53
6722
6723         * src/gtk/about.c
6724                 set a minimum size for the window, allow
6725                 it to automatically expand as necessary
6726
6727 2006-11-16 [wwp]        2.6.0cvs52
6728
6729         * src/gtk/about.c
6730                 better wrap of copyright info on some systems.
6731
6732 2006-11-16 [paul]       2.6.0cvs51
6733
6734         * src/gtk/about.c
6735                 move the tech info from the upper panel
6736                 to the Info tab
6737                 use a gtk_text_view for the features tab
6738
6739 2006-11-16 [paul]       2.6.0cvs50
6740
6741         * po/Makevars
6742                 update my email address
6743         * src/addressbook.c
6744         * src/compose.c
6745         * src/imap_gtk.c
6746         * src/mh_gtk.c
6747         * src/news_gtk.c
6748         * src/summaryview.c
6749         * src/plugins/trayicon/trayicon.c
6750                 don't offer simple menu separators
6751                 for translation
6752         * src/folderview.c
6753                 add separator between 'mark all read'
6754                 and 'search folder'
6755
6756 2006-11-15 [wwp]        2.6.0cvs49
6757
6758         * src/gtk/authors.h
6759                 updated manuals authors.
6760
6761 2006-11-14 [paul]       2.6.0cvs48
6762
6763         * src/compose.c
6764                 Fix Options/Reply mode after draft save
6765
6766 2006-11-14 [paul]       2.6.0cvs47
6767
6768         * src/Makefile.am
6769                 Fix make DESTDIR=...
6770         * src/mbox.c
6771                 Optimise speed
6772         * src/plugins/pgpinline/pgpinline.c
6773                 Probably fix bug 1061
6774
6775 2006-11-14 [paul]       2.6.0cvs46
6776
6777         * po/Makevars
6778                 enable Q_ macro
6779         * src/Makefile.am
6780         * src/stock_pixmap.c
6781         * src/stock_pixmap.h
6782         * src/gtk/about.c
6783         * src/pixmaps/active.xpm
6784         * src/pixmaps/inactive.xpm
6785                 add a new page, 'Features', to the About dialog
6786                 showing which features are compiled in and which
6787                 are not
6788
6789 2006-11-14 [paul]       2.6.0cvs45
6790
6791         * po/ru.po
6792                 updated by Pavlo Bohmat
6793
6794 2006-11-14 [colin]      2.6.0cvs44
6795
6796         * src/compose.c
6797         * src/inc.c
6798         * src/messageview.c
6799         * src/news.c
6800         * src/pop.c
6801         * src/procmsg.c
6802         * src/gtk/gtkaspell.c
6803                 Fix 64-bit-related warnings
6804         * src/ssl_manager.c
6805                 Fix possible infinite loop
6806         * src/plugins/pgpcore/sgpgme.c
6807                 Remove useless check
6808
6809 2006-11-13 [colin]      2.6.0cvs43
6810
6811         * src/gtk/Makefile.am
6812                 authors.h isn't generated
6813
6814 2006-11-13 [colin]      2.6.0cvs42
6815
6816         * src/plugins/pgpinline/pgpinline.c
6817         * src/plugins/pgpmime/pgpmime.c
6818                 Very probably fix bug 1061, 'crash on 
6819                 opening signed email'. Another cast
6820                 problem
6821
6822 2006-11-13 [colin]      2.6.0cvs41
6823
6824         * src/plugins/pgpcore/sgpgme.c
6825                 Maybe fix bug 1061, 'crash on opening 
6826                 signed email'
6827
6828 2006-11-13 [wwp]        2.6.0cvs40
6829
6830         * src/plugins/pgpinline/pgpinline.c
6831                 fix candidate for bug #1057, thanks to Colin.
6832
6833 2006-11-13 [wwp]        2.6.0cvs39
6834
6835         * src/compose.c
6836         * src/quote_fmt_parse.y
6837                 fix bug 1052: current parser buffer was not always 
6838                 allocated, ptr to this buffer could be returned as 
6839                 NULL whereas no parser error has occurred. in 
6840                 consequence, defining a template body as "%d" 
6841                 (w/o the quotes) for the first time of the instance 
6842                 of claws-mail, was reporting a parser error. make 
6843                 sure that the buffer is always allocated, even to 
6844                 an empty string.
6845                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6846                 unescaping of the fmt string was always done 
6847                 whereas it must be done *only* when receiving 
6848                 quote format strings issued from the prefs 
6849                 (compose new message, reply, forward, redirect 
6850                 formats), *not* when applying templates.  in 
6851                 consequences, applying templates w/ sequences 
6852                 like \\|p{echo} were failing. make sure that 
6853                 unescaping is done only when necessary.
6854
6855 2006-11-12 [colin]      2.6.0cvs38
6856
6857         * po/de.po
6858                 Fix typo (s/KB/MB)
6859
6860 2006-11-12 [colin]      2.6.0cvs37
6861
6862         * src/plugins/pgpinline/pgpinline.c
6863         * src/plugins/pgpmime/pgpmime.c
6864                 Release GPG context at the latest 
6865                 possible moment. Maybe fixes 
6866                 bug 1057, 'crash on sending signed 
6867                 message to a newsgroup'
6868                 
6869
6870 2006-11-12 [colin]      2.6.0cvs36
6871
6872         * src/plugins/pgpcore/sgpgme.c
6873                 Tell a bit more when gpg's status doesn't
6874                 contain any signature
6875
6876 2006-11-12 [colin]      2.6.0cvs35
6877
6878         * src/compose.c
6879                 Fix bug 1060, 'compilation error with 
6880                 Irix's cc'
6881
6882 2006-11-12 [paul]       2.6.0cvs34
6883
6884         * doc/man/claws-mail.1
6885         * src/prefs_gtk.c
6886         * src/plugins/clamav/README
6887         * src/plugins/spamassassin/README
6888         * tools/README
6889         * tools/freshmeat_search.pl
6890         * tools/google_search.pl
6891         * tools/multiwebsearch.pl
6892                 more renaming
6893         * src/plugins/trayicon/trayicon.c
6894                 fix compiliation warning
6895
6896 2006-11-11 [colin]      2.6.0cvs33
6897
6898         * src/folderview.c
6899                 Forbid drag and drop from/to different
6900                 folders of type F_UNKNOWN
6901
6902 2006-11-11 [colin]      2.6.0cvs32
6903
6904         * src/plugins/pgpinline/pgpinline.c
6905                 Fix typo in previous commit:
6906                 - gpgme_new(&ctx);
6907                 + if ((err = gpgme_new(&data->ctx)) ...)
6908
6909 2006-11-11 [colin]      2.6.0cvs31
6910
6911         * src/plugins/pgpinline/pgpinline.c
6912         * src/plugins/pgpmime/pgpmime.c
6913                 Check success after calling gpgme_new
6914                 Maybe fixes bug 1057, 'crash on sending 
6915                 signed message to a newsgroup'
6916
6917 2006-11-11 [colin]      2.6.0cvs30
6918
6919         * src/undo.c
6920                 init undostruct to 0s (from
6921                 valgrind log of bug 1057)
6922
6923 2006-11-10 [colin]      2.6.0cvs29
6924
6925         * src/mainwindow.c
6926                 Set cursor to wait before filtering
6927                 duplicates in all folders
6928         * src/plugins/bogofilter/bogofilter.c
6929         * src/plugins/bogofilter/bogofilter.h
6930         * src/plugins/bogofilter/bogofilter_gtk.c
6931                 Completely thread away the bogofilter
6932                 filtering
6933
6934 2006-11-10 [mones]      2.6.0cvs28
6935
6936         * src/compose.c
6937         * src/compose.h
6938                 added COMPOSE_CHECK_BEFORE_SEND hook
6939
6940 2006-11-10 [paul]       2.6.0cvs27
6941
6942         * src/crash.c
6943                 more renaming
6944                 add libSM to get_compiled_in_features()
6945         * src/main.c
6946                 more renaming
6947
6948 2006-11-10 [colin]      2.6.0cvs26
6949
6950         * src/etpan/imap-thread.c
6951                 Add a reference to libetpan's sasl engine
6952                 so that sasl_done() doesn't get called by
6953                 libetpan, and doesn't break openssl.
6954                 Should fix bug 1053, 'SC fails to reestablish 
6955                 a secure connection'
6956                 Patch by Hoa
6957
6958 2006-11-10 [colin]      2.6.0cvs25
6959
6960         * manual/addrbook.xml
6961         * manual/advanced.xml
6962         * manual/faq.xml
6963         * manual/intro.xml
6964                 Some more renaming
6965
6966 2006-11-09 [colin]      2.6.0cvs24
6967
6968         * src/plugins/bogofilter/bogofilter_gtk.c
6969                 Add comment about annoyance
6970
6971 2006-11-09 [colin]      2.6.0cvs23
6972
6973         * src/plugins/bogofilter/bogofilter.c
6974         * src/plugins/bogofilter/bogofilter_gtk.c
6975                 Prepare things needed to thread bogofilter
6976                 filtering: separate bogo stuff and possible GUI
6977                 stuff. 
6978
6979 2006-11-09 [colin]      2.6.0cvs22
6980
6981         * src/account.c
6982         * src/compose.c
6983                 Search for one of our accounts in Delivered-To
6984                 (helps for auto-account selection when 
6985                  replying/forwarding)
6986         * src/folderview.c
6987         * src/mainwindow.c
6988         * src/mainwindow.h
6989         * src/plugins/trayicon/trayicon.c
6990                 Allow opening a new mail with any account from
6991                 the contextual menu
6992
6993 2006-11-09 [wwp]        2.6.0cvs21
6994
6995         * src/compose.c
6996         * src/prefs_common.c
6997         * src/prefs_common.h
6998         * src/prefs_compose_writing.c
6999                 add a compose new message format (in prefs/compose/writing), it's a
7000                 simple subject+body template to use when opening a new composition
7001                 window. It's similar to the existent reply and forward formats.
7002
7003                 enhanced the template/format % symbols substitution mechanism to
7004                 use current composition window information when % are used in
7005                 the compose new message format or in templates applied to new
7006                 messages (there were useless in that situations before). When
7007                 applied to new messages, %d corresponds to the system time/date.
7008
7009 2006-11-09 [paul]       2.6.0cvs20
7010
7011         * src/gtk/authors.h
7012                 fix last commit
7013
7014 2006-11-09 [paul]       2.6.0cvs19
7015
7016         * src/gtk/authors.h
7017                 keep tje alphabetical order
7018
7019 2006-11-08 [colin]      2.6.0cvs18
7020
7021         * src/etpan/imap-thread.c
7022                 Fix bug 1054, 'Slowness logging big 
7023                 data chunks'
7024
7025 2006-11-08 [paul]       2.6.0cvs17
7026
7027         * tools/Makefile.am
7028                 fix the renaming
7029
7030 2006-11-08 [paul]       2.6.0cvs16
7031
7032         * src/common/defs.h
7033                 update BUGZILLA_URI
7034
7035 2006-11-08 [paul]       2.6.0cvs15
7036
7037         * tools/Makefile.am
7038         * tools/OOo2claws-mail.pl
7039         * tools/OOo2sylpheed.pl
7040         * tools/README
7041         * tools/acroread2claws-mail.pl
7042         * tools/acroread2sylpheed.pl
7043         * tools/kmail2claws-mail.pl
7044         * tools/kmail2claws-mail_v2.pl
7045         * tools/kmail2sylpheed.pl
7046         * tools/kmail2sylpheed_v2.pl
7047         * tools/maildir2claws-mail.pl
7048         * tools/maildir2sylpheed.pl
7049         * tools/nautilus2claws-mail.sh
7050         * tools/nautilus2sylpheed.sh
7051         * tools/outlook2claws-mail.pl
7052         * tools/outlook2sylpheed.pl
7053         * tools/tb2claws-mail
7054         * tools/tb2sylpheed
7055         * tools/tbird2claws.py
7056         * tools/tbird2syl.py
7057         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7058         * tools/kdeservicemenu/install.sh
7059         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7060         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7061         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7062         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7063         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7064                 renamed (removed, added) tools files
7065
7066 2006-11-08 [paul]       2.6.0cvs14
7067
7068         * src/main.c
7069         * src/common/defs.h
7070                 Migrate sylpheedrc to clawsrc, and fix the standard
7071                 plugins path in the process
7072
7073 2006-11-07 [colin]      2.6.0cvs13
7074
7075         * src/Makefile.am
7076                 Symlink sylpheed-claws relative to 
7077                 claws-mail
7078
7079 2006-11-07 [colin]      2.6.0cvs12
7080
7081         * src/compose.c
7082                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7083
7084 2006-11-07 [paul]       2.6.0cvs11
7085
7086         * src/gtk/about.c
7087                 Fix a missed occurence of
7088                 Sylpheed-Claws
7089
7090 2006-11-07 [paul]       2.6.0cvs10
7091
7092         * src/Makefile.am
7093                 Fix symlink installation
7094
7095 2006-11-07 [paul]       2.6.0cvs9
7096
7097         * src/Makefile.am
7098                 Symlink claws-mail to sylpheed-claws
7099         * src/common/utils.c
7100                 Fix migrating symlinks
7101         * src/etpan/imap-thread.c
7102                 check certificate only when there's
7103                 no error
7104
7105 2006-11-07 [paul]       2.6.0cvs8
7106
7107         * Makefile.am
7108                 Fix icon breakages with Gtk, which needs a 
7109                 cache updated to see them.
7110
7111 2006-11-07 [paul]       2.6.0cvs7
7112
7113         * .cvsignore
7114         * AUTHORS
7115         * COPYING
7116         * INSTALL
7117         * Makefile.am
7118         * NEWS
7119         * README
7120         * RELEASE_NOTES
7121         * autogen.sh
7122         * claws-mail-128x128.png
7123         * claws-mail-64x64.png
7124         * claws-mail.ico
7125         * claws-mail.pc.in
7126         * claws-mail.png
7127         * configure.ac
7128         * sylpheed-claws-128x128.png
7129         * sylpheed-claws-64x64.png
7130         * sylpheed-claws.desktop
7131         * sylpheed-claws.ico
7132         * sylpheed-claws.pc.in
7133         * sylpheed-claws.png
7134         * debian/README.Debian
7135         * debian/changelog
7136         * debian/claws-mail.desktop
7137         * debian/claws-mail.menu
7138         * debian/claws-mail.postinst.debhelper
7139         * debian/claws-mail.postrm.debhelper
7140         * debian/control
7141         * debian/copyright
7142         * debian/files
7143         * debian/rules
7144         * debian/sylpheed-claws.desktop
7145         * debian/sylpheed-claws.menu
7146         * debian/sylpheed-claws.postinst.debhelper
7147         * debian/sylpheed-claws.postrm.debhelper
7148         * doc/man/Makefile.am
7149         * doc/man/claws-mail.1
7150         * doc/man/sylpheed-claws.1
7151         * doc/src/ChangeLog.claws-pre0.8.0
7152         * manual/Makefile.am
7153         * manual/account.xml
7154         * manual/ack.xml
7155         * manual/addrbook.xml
7156         * manual/advanced.xml
7157         * manual/claws-mail-manual.xml
7158         * manual/faq.xml
7159         * manual/glossary.xml
7160         * manual/handling.xml
7161         * manual/intro.xml
7162         * manual/keyboard.xml
7163         * manual/plugins.xml
7164         * manual/starting.xml
7165         * manual/sylpheed-claws-manual.xml
7166         * manual/xml2pdf
7167         * manual/dist/.cvsignore
7168         * manual/dist/html/.cvsignore
7169         * manual/dist/html/Makefile.am
7170         * manual/dist/pdf/.cvsignore
7171         * manual/dist/pdf/Makefile.am
7172         * manual/dist/ps/.cvsignore
7173         * manual/dist/ps/Makefile.am
7174         * manual/dist/txt/.cvsignore
7175         * manual/dist/txt/Makefile.am
7176         * manual/es/Makefile.am
7177         * manual/es/advanced.xml
7178         * manual/es/claws-mail-manual.xml
7179         * manual/es/faq.xml
7180         * manual/es/glossary.xml
7181         * manual/es/handling.xml
7182         * manual/es/intro.xml
7183         * manual/es/plugins.xml
7184         * manual/es/sylpheed-claws-manual.xml
7185         * manual/es/dist/.cvsignore
7186         * manual/es/dist/html/.cvsignore
7187         * manual/es/dist/html/Makefile.am
7188         * manual/es/dist/pdf/.cvsignore
7189         * manual/es/dist/pdf/Makefile.am
7190         * manual/es/dist/ps/.cvsignore
7191         * manual/es/dist/ps/Makefile.am
7192         * manual/es/dist/txt/.cvsignore
7193         * manual/es/dist/txt/Makefile.am
7194         * manual/fr/Makefile.am
7195         * manual/fr/account.xml
7196         * manual/fr/ack.xml
7197         * manual/fr/addrbook.xml
7198         * manual/fr/advanced.xml
7199         * manual/fr/claws-mail-manual.xml
7200         * manual/fr/faq.xml
7201         * manual/fr/glossary.xml
7202         * manual/fr/handling.xml
7203         * manual/fr/intro.xml
7204         * manual/fr/keyboard.xml
7205         * manual/fr/plugins.xml
7206         * manual/fr/starting.xml
7207         * manual/fr/sylpheed-claws-manual.xml
7208         * manual/fr/dist/.cvsignore
7209         * manual/fr/dist/html/.cvsignore
7210         * manual/fr/dist/html/Makefile.am
7211         * manual/fr/dist/pdf/.cvsignore
7212         * manual/fr/dist/pdf/Makefile.am
7213         * manual/fr/dist/ps/.cvsignore
7214         * manual/fr/dist/ps/Makefile.am
7215         * manual/fr/dist/txt/.cvsignore
7216         * manual/fr/dist/txt/Makefile.am
7217         * manual/pl/Makefile.am
7218         * manual/pl/account.xml
7219         * manual/pl/ack.xml
7220         * manual/pl/addrbook.xml
7221         * manual/pl/advanced.xml
7222         * manual/pl/claws-mail-manual.xml
7223         * manual/pl/faq.xml
7224         * manual/pl/glossary.xml
7225         * manual/pl/handling.xml
7226         * manual/pl/intro.xml
7227         * manual/pl/keyboard.xml
7228         * manual/pl/plugins.xml
7229         * manual/pl/starting.xml
7230         * manual/pl/sylpheed-claws-manual.xml
7231         * manual/pl/dist/.cvsignore
7232         * manual/pl/dist/html/.cvsignore
7233         * manual/pl/dist/html/Makefile.am
7234         * manual/pl/dist/pdf/.cvsignore
7235         * manual/pl/dist/pdf/Makefile.am
7236         * manual/pl/dist/ps/.cvsignore
7237         * manual/pl/dist/ps/Makefile.am
7238         * manual/pl/dist/txt/.cvsignore
7239         * manual/pl/dist/txt/Makefile.am
7240         * po/.cvsignore
7241         * po/Makevars
7242         * src/.cvsignore
7243         * src/Makefile.am
7244         * src/account.c
7245         * src/account.h
7246         * src/action.c
7247         * src/action.h
7248         * src/adbookbase.h
7249         * src/addr_compl.c
7250         * src/addr_compl.h
7251         * src/addrbook.c
7252         * src/addrcache.c
7253         * src/addrcache.h
7254         * src/addrcindex.c
7255         * src/addrcindex.h
7256         * src/addrclip.c
7257         * src/addrclip.h
7258         * src/addrdefs.h
7259         * src/addressadd.c
7260         * src/addressadd.h
7261         * src/addressbook.c
7262         * src/addressbook.h
7263         * src/addressbook_foldersel.c
7264         * src/addressbook_foldersel.h
7265         * src/addrgather.c
7266         * src/addrgather.h
7267         * src/addrharvest.c
7268         * src/addrharvest.h
7269         * src/addrindex.c
7270         * src/addrindex.h
7271         * src/addritem.c
7272         * src/addritem.h
7273         * src/addrquery.c
7274         * src/addrquery.h
7275         * src/addrselect.c
7276         * src/addrselect.h
7277         * src/alertpanel.c
7278         * src/alertpanel.h
7279         * src/browseldap.c
7280         * src/browseldap.h
7281         * src/codeconv.c
7282         * src/codeconv.h
7283         * src/compose.c
7284         * src/crash.c
7285         * src/crash.h
7286         * src/customheader.c
7287         * src/customheader.h
7288         * src/displayheader.c
7289         * src/displayheader.h
7290         * src/editaddress.c
7291         * src/editaddress.h
7292         * src/editbook.c
7293         * src/editbook.h
7294         * src/editgroup.c
7295         * src/editgroup.h
7296         * src/editjpilot.c
7297         * src/editjpilot.h
7298         * src/editldap.c
7299         * src/editldap.h
7300         * src/editldap_basedn.c
7301         * src/editldap_basedn.h
7302         * src/editvcard.c
7303         * src/editvcard.h
7304         * src/exphtmldlg.c
7305         * src/exphtmldlg.h
7306         * src/expldifdlg.c
7307         * src/expldifdlg.h
7308         * src/export.c
7309         * src/exporthtml.c
7310         * src/exporthtml.h
7311         * src/exportldif.c
7312         * src/exportldif.h
7313         * src/filtering.c
7314         * src/filtering.h
7315         * src/folder.c
7316         * src/folder.h
7317         * src/folder_item_prefs.c
7318         * src/folder_item_prefs.h
7319         * src/foldersel.c
7320         * src/foldersel.h
7321         * src/folderutils.c
7322         * src/folderutils.h
7323         * src/folderview.c
7324         * src/folderview.h
7325         * src/grouplistdialog.c
7326         * src/grouplistdialog.h
7327         * src/html.c
7328         * src/html.h
7329         * src/image_viewer.c
7330         * src/image_viewer.h
7331         * src/imap.c
7332         * src/imap.h
7333         * src/imap_gtk.c
7334         * src/imap_gtk.h
7335         * src/import.c
7336         * src/import.h
7337         * src/importldif.c
7338         * src/importldif.h
7339         * src/importmutt.c
7340         * src/importmutt.h
7341         * src/importpine.c
7342         * src/importpine.h
7343         * src/inc.c
7344         * src/inc.h
7345         * src/jpilot.c
7346         * src/jpilot.h
7347         * src/ldapctrl.c
7348         * src/ldapctrl.h
7349         * src/ldaplocate.c
7350         * src/ldaplocate.h
7351         * src/ldapquery.c
7352         * src/ldapquery.h
7353         * src/ldapserver.c
7354         * src/ldapserver.h
7355         * src/ldaputil.c
7356         * src/ldaputil.h
7357         * src/ldif.c
7358         * src/ldif.h
7359         * src/localfolder.c
7360         * src/localfolder.h
7361         * src/main.c
7362         * src/main.h
7363         * src/mainwindow.c
7364         * src/mainwindow.h
7365         * src/manual.c
7366         * src/manual.h
7367         * src/matcher.c
7368         * src/matcher.h
7369         * src/matcher_parser.h
7370         * src/matcher_parser_lex.l
7371         * src/matcher_parser_parse.y
7372         * src/mbox.c
7373         * src/mbox.h
7374         * src/message_search.c
7375         * src/message_search.h
7376         * src/messageview.c
7377         * src/messageview.h
7378         * src/mh.c
7379         * src/mh.h
7380         * src/mh_gtk.c
7381         * src/mh_gtk.h
7382         * src/mimeview.c
7383         * src/mimeview.h
7384         * src/msgcache.c
7385         * src/msgcache.h
7386         * src/mutt.c
7387         * src/mutt.h
7388         * src/news.c
7389         * src/news.h
7390         * src/news_gtk.c
7391         * src/news_gtk.h
7392         * src/noticeview.c
7393         * src/noticeview.h
7394         * src/partial_download.c
7395         * src/partial_download.h
7396         * src/pine.c
7397         * src/pine.h
7398         * src/pop.c
7399         * src/pop.h
7400         * src/prefs_account.c
7401         * src/prefs_account.h
7402         * src/prefs_actions.c
7403         * src/prefs_actions.h
7404         * src/prefs_common.c
7405         * src/prefs_common.h
7406         * src/prefs_compose_writing.c
7407         * src/prefs_compose_writing.h
7408         * src/prefs_customheader.c
7409         * src/prefs_customheader.h
7410         * src/prefs_display_header.c
7411         * src/prefs_display_header.h
7412         * src/prefs_ext_prog.c
7413         * src/prefs_ext_prog.h
7414         * src/prefs_filtering.c
7415         * src/prefs_folder_column.c
7416         * src/prefs_folder_column.h
7417         * src/prefs_folder_item.c
7418         * src/prefs_folder_item.h
7419         * src/prefs_fonts.c
7420         * src/prefs_fonts.h
7421         * src/prefs_gtk.c
7422         * src/prefs_gtk.h
7423         * src/prefs_image_viewer.c
7424         * src/prefs_image_viewer.h
7425         * src/prefs_matcher.c
7426         * src/prefs_matcher.h
7427         * src/prefs_message.c
7428         * src/prefs_message.h
7429         * src/prefs_msg_colors.c
7430         * src/prefs_msg_colors.h
7431         * src/prefs_other.c
7432         * src/prefs_other.h
7433         * src/prefs_quote.c
7434         * src/prefs_quote.h
7435         * src/prefs_receive.c
7436         * src/prefs_receive.h
7437         * src/prefs_send.c
7438         * src/prefs_send.h
7439         * src/prefs_spelling.c
7440         * src/prefs_spelling.h
7441         * src/prefs_summaries.c
7442         * src/prefs_summaries.h
7443         * src/prefs_summary_column.c
7444         * src/prefs_summary_column.h
7445         * src/prefs_template.c
7446         * src/prefs_template.h
7447         * src/prefs_themes.c
7448         * src/prefs_themes.h
7449         * src/prefs_toolbar.c
7450         * src/prefs_toolbar.h
7451         * src/prefs_wrapping.c
7452         * src/prefs_wrapping.h
7453         * src/privacy.c
7454         * src/privacy.h
7455         * src/procheader.c
7456         * src/procheader.h
7457         * src/procmime.c
7458         * src/procmime.h
7459         * src/procmsg.c
7460         * src/procmsg.h
7461         * src/quote_fmt.c
7462         * src/quote_fmt_parse.y
7463         * src/recv.c
7464         * src/recv.h
7465         * src/remotefolder.c
7466         * src/remotefolder.h
7467         * src/send_message.c
7468         * src/send_message.h
7469         * src/setup.c
7470         * src/setup.h
7471         * src/sourcewindow.c
7472         * src/sourcewindow.h
7473         * src/ssl_manager.c
7474         * src/ssl_manager.h
7475         * src/statusbar.c
7476         * src/statusbar.h
7477         * src/stock_pixmap.c
7478         * src/stock_pixmap.h
7479         * src/summary_search.c
7480         * src/summary_search.h
7481         * src/summaryview.c
7482         * src/summaryview.h
7483         * src/syldap.c
7484         * src/syldap.h
7485         * src/textview.c
7486         * src/textview.h
7487         * src/toolbar.c
7488         * src/toolbar.h
7489         * src/undo.c
7490         * src/undo.h
7491         * src/unmime.c
7492         * src/unmime.h
7493         * src/vcard.c
7494         * src/vcard.h
7495         * src/wizard.c
7496         * src/wizard.h
7497         * src/common/base64.c
7498         * src/common/base64.h
7499         * src/common/defs.h
7500         * src/common/hooks.c
7501         * src/common/hooks.h
7502         * src/common/log.c
7503         * src/common/log.h
7504         * src/common/mgutils.c
7505         * src/common/mgutils.h
7506         * src/common/nntp.c
7507         * src/common/nntp.h
7508         * src/common/passcrypt.c
7509         * src/common/passcrypt.h.in
7510         * src/common/plugin.c
7511         * src/common/plugin.h
7512         * src/common/prefs.c
7513         * src/common/prefs.h
7514         * src/common/progressindicator.c
7515         * src/common/progressindicator.h
7516         * src/common/quoted-printable.c
7517         * src/common/quoted-printable.h
7518         * src/common/session.c
7519         * src/common/session.h
7520         * src/common/smtp.c
7521         * src/common/smtp.h
7522         * src/common/socket.c
7523         * src/common/socket.h
7524         * src/common/ssl.c
7525         * src/common/ssl.h
7526         * src/common/stringtable.c
7527         * src/common/stringtable.h
7528         * src/common/sylpheed.c
7529         * src/common/sylpheed.h
7530         * src/common/template.c
7531         * src/common/template.h
7532         * src/common/timing.h
7533         * src/common/utils.c
7534         * src/common/utils.h
7535         * src/common/version.h.in
7536         * src/common/xml.c
7537         * src/common/xml.h
7538         * src/common/xmlprops.c
7539         * src/common/xmlprops.h
7540         * src/gtk/about.c
7541         * src/gtk/colorlabel.c
7542         * src/gtk/colorlabel.h
7543         * src/gtk/colorsel.c
7544         * src/gtk/colorsel.h
7545         * src/gtk/combobox.c
7546         * src/gtk/combobox.h
7547         * src/gtk/description_window.c
7548         * src/gtk/description_window.h
7549         * src/gtk/filesel.c
7550         * src/gtk/filesel.h
7551         * src/gtk/foldersort.c
7552         * src/gtk/foldersort.h
7553         * src/gtk/gtkaspell.c
7554         * src/gtk/gtkaspell.h
7555         * src/gtk/gtksctree.c
7556         * src/gtk/gtkshruler.c
7557         * src/gtk/gtkshruler.h
7558         * src/gtk/gtkutils.c
7559         * src/gtk/gtkutils.h
7560         * src/gtk/icon_legend.c
7561         * src/gtk/icon_legend.h
7562         * src/gtk/logwindow.c
7563         * src/gtk/logwindow.h
7564         * src/gtk/manage_window.c
7565         * src/gtk/manage_window.h
7566         * src/gtk/pluginwindow.c
7567         * src/gtk/pluginwindow.h
7568         * src/gtk/prefswindow.c
7569         * src/gtk/prefswindow.h
7570         * src/gtk/quicksearch.c
7571         * src/gtk/quicksearch.h
7572         * src/pixmaps/claws-mail.xpm
7573         * src/pixmaps/claws-mail_icon.xpm
7574         * src/pixmaps/claws-mail_logo.xpm
7575         * src/pixmaps/sylpheed-claws.xpm
7576         * src/pixmaps/sylpheed-claws_icon.xpm
7577         * src/pixmaps/sylpheed-claws_logo.xpm
7578         * src/plugins/bogofilter/Makefile.am
7579         * src/plugins/bogofilter/bogofilter.c
7580         * src/plugins/bogofilter/bogofilter.h
7581         * src/plugins/bogofilter/bogofilter_gtk.c
7582         * src/plugins/clamav/Makefile.am
7583         * src/plugins/clamav/clamav_plugin.c
7584         * src/plugins/clamav/clamav_plugin.h
7585         * src/plugins/clamav/clamav_plugin_gtk.c
7586         * src/plugins/demo/Makefile.am
7587         * src/plugins/demo/demo.c
7588         * src/plugins/dillo_viewer/Makefile.am
7589         * src/plugins/dillo_viewer/README
7590         * src/plugins/dillo_viewer/dillo_prefs.c
7591         * src/plugins/dillo_viewer/dillo_prefs.h
7592         * src/plugins/dillo_viewer/dillo_viewer.c
7593         * src/plugins/pgpcore/Makefile.am
7594         * src/plugins/pgpcore/passphrase.c
7595         * src/plugins/pgpcore/passphrase.h
7596         * src/plugins/pgpcore/pgp_viewer.c
7597         * src/plugins/pgpcore/pgp_viewer.h
7598         * src/plugins/pgpcore/plugin.c
7599         * src/plugins/pgpcore/prefs_gpg.c
7600         * src/plugins/pgpcore/prefs_gpg.h
7601         * src/plugins/pgpcore/select-keys.c
7602         * src/plugins/pgpcore/select-keys.h
7603         * src/plugins/pgpcore/sgpgme.c
7604         * src/plugins/pgpcore/sgpgme.h
7605         * src/plugins/pgpcore/sylpheed.def
7606         * src/plugins/pgpcore/version.rc
7607         * src/plugins/pgpinline/Makefile.am
7608         * src/plugins/pgpinline/pgpinline.c
7609         * src/plugins/pgpinline/pgpinline.h
7610         * src/plugins/pgpinline/plugin.c
7611         * src/plugins/pgpinline/sylpheed.def
7612         * src/plugins/pgpinline/version.rc
7613         * src/plugins/pgpmime/Makefile.am
7614         * src/plugins/pgpmime/pgpmime.c
7615         * src/plugins/pgpmime/pgpmime.h
7616         * src/plugins/pgpmime/plugin.c
7617         * src/plugins/pgpmime/sylpheed.def
7618         * src/plugins/pgpmime/version.rc
7619         * src/plugins/spamassassin/Makefile.am
7620         * src/plugins/spamassassin/README
7621         * src/plugins/spamassassin/spamassassin.c
7622         * src/plugins/spamassassin/spamassassin.h
7623         * src/plugins/spamassassin/spamassassin_gtk.c
7624         * src/plugins/trayicon/Makefile.am
7625         * src/plugins/trayicon/trayicon.c
7626         * tools/OOo2sylpheed.pl
7627         * tools/README
7628         * tools/README.sylprint
7629         * tools/acroread2sylpheed.pl
7630         * tools/claws.i18n.status.pl
7631         * tools/filter_conv.pl
7632         * tools/filter_conv_new.pl
7633         * tools/freshmeat_search.pl
7634         * tools/google_search.pl
7635         * tools/kmail2sylpheed.pl
7636         * tools/kmail2sylpheed_v2.pl
7637         * tools/make.themes.project
7638         * tools/multiwebsearch.pl
7639         * tools/nautilus2sylpheed.sh
7640         * tools/outlook2sylpheed.pl
7641         * tools/sylprint.pl
7642         * tools/sylprint.rc
7643         * tools/tb2sylpheed
7644         * tools/textviewer.sh
7645         * tools/vcard2xml.py
7646         * tools/kdeservicemenu/README
7647         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7648         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7649         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7650                 Change name to Claws Mail. Announce to follow...
7651
7652 2006-11-06 [wwp]        2.6.0cvs6
7653
7654         * src/prefs_template.c
7655                 unify messages related to quote format/template errors (fix
7656                 capitalization), again.
7657
7658 2006-11-06 [wwp]        2.6.0cvs5
7659
7660         * src/prefs_quote.c
7661                 unify messages related to quote format/template errors.
7662
7663 2006-11-06 [wwp]        2.6.0cvs4
7664
7665         * src/prefs_msg_colors.c
7666                 more uses of Q_ macro for contextual translations, thanks
7667                 to Fabien (fzzzzz).
7668
7669 2006-11-06 [wwp]        2.6.0cvs3
7670
7671         * src/compose.c
7672         * src/common/utils.c
7673         * src/common/utils.h
7674                 show an alertpanel to make sure users are aware that sensitive
7675                 files are attached (it's file blacklist-based). This will fix
7676                 interaction w/ GoogleEarth for instance, thanks to Colin.
7677
7678 2006-11-06 [wwp]        2.6.0cvs2
7679
7680         * src/prefs_quote.c
7681         * src/prefs_template.c
7682         * src/prefs_template.h
7683                 check quote format when applying/closing prefs. For now this only
7684                 shows up an error dialog box, not preventing the user from using
7685                 a broken quote (reply, forwards) format.
7686
7687 2006-11-06 [wwp]        2.6.0cvs1
7688
7689         * src/prefs_template.c
7690                 fix missing checks of some template fields.
7691
7692 2006-11-06 [paul]       2.6.0
7693
7694         * NEWS
7695         * README
7696         * RELEASE_NOTES
7697                 2.6.0 released
7698
7699 2006-11-06 [paul]       2.5.6cvs22
7700
7701         * manual/advanced.xml
7702         * manual/es/advanced.xml
7703                 put 'respect_flowed_format' info in the correct
7704                 place
7705
7706 2006-11-06 [mones]      2.5.6cvs21
7707
7708         * po/es.po
7709                 Minor fixes for release
7710
7711 2006-11-06 [paul]       2.5.6cvs20
7712
7713         * po/cs.po
7714         * po/de.po
7715         * po/fr.po
7716         * po/it.po
7717         * po/nl.po
7718         * po/pt_BR.po
7719         * po/sk.po
7720         * po/sv.po
7721         * po/zh_CN.po
7722                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7723                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7724                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7725                 Young
7726
7727 2006-11-02 [colin]      2.5.6cvs19
7728
7729         * src/imap.c
7730         * src/imap.h
7731         * src/prefs_account.c
7732         * src/etpan/imap-thread.c
7733                 Add GSSAPI support - fixes Debian bug #383274
7734
7735 2006-11-01 [colin]      2.5.6cvs18
7736
7737         * src/jpilot.c
7738                 Handle libpisock12 support. Probably
7739                 fixes bug 1046, 'jpilot AddressDB.pdb 
7740                 import fail'
7741
7742 2006-11-01 [colin]      2.5.6cvs17
7743
7744         * src/folderutils.c
7745                 debug_print() folderutils_mark_all_read()
7746
7747 2006-11-01 [colin]      2.5.6cvs16
7748
7749         * COPYING
7750                 Add missed files to the Apache exception
7751
7752 2006-10-31 [colin]      2.5.6cvs15
7753
7754         * src/folder.c
7755         * src/folder.h
7756                 Add a copy_private_data() func to FolderClasses
7757                 Doesn't break the feature freeze, because we 
7758                 won't use it (right now) in the core.
7759
7760 2006-10-31 [colin]      2.5.6cvs14
7761
7762         * COPYING
7763                 Allow linking with the Apache licensed files in
7764                 src/plugins/spamassassin. Hopefully fixes 
7765                 bug 1048, 'Spamassassin plugin license problem'
7766
7767 2006-10-31 [wwp]        2.5.6cvs13
7768
7769         * src/compose.c
7770                 fix and optimize trimming of leading linefeeds in body loop.
7771
7772 2006-10-31 [colin]      2.5.6cvs12
7773
7774         * src/etpan/imap-thread.c
7775         * src/imap.c
7776                 Make really sure to have NULL sets in case
7777                 of error
7778
7779 2006-10-30 [wwp]        2.5.6cvs11
7780
7781         * src/prefs_common.c
7782         * src/prefs_common.h
7783         * src/compose.c
7784                 fix broken storage of quote format template when it contains \-escape
7785                 sequences. The application of such sequences is also fixed now (\t
7786                 in quote format will be a real tab instead of a 't', for instance).
7787
7788 2006-10-27 [colin]      2.5.6cvs10
7789
7790         * src/compose.c
7791                 Probably fix bug 1045, 'sylpheed-claws 
7792                 doesn't remove the mail from the IMAP 
7793                 Queue folder after sending'. From
7794                 2.5.6cvs3-stable
7795
7796 2006-10-27 [colin]      2.5.6cvs9
7797
7798         * configure.ac
7799                 Require libetpan-0.48. I'm so annoying,
7800                 I know ;-)
7801
7802 2006-10-27 [colin]      2.5.6cvs8
7803
7804         * src/folder.c
7805         * src/imap.c
7806                 Probably fix bug 1044, 'sylpheed-claws 
7807                 segfaults while moving mails' - Fix relation
7808                 usage when moving to an IMAP mailbox from another
7809                 mailbox
7810
7811 2006-10-26 [paul]       2.5.6cvs7
7812
7813         * src/gtk/about.c
7814                 add libSM to compiled-in features
7815                 list
7816
7817 2006-10-24 [colin]      2.5.6cvs6
7818
7819         * src/textview.c
7820         * src/gtk/gtkutils.c
7821                 Fix crash when printing emails with an
7822                 xface
7823
7824 2006-10-24 [mones]      2.5.6cvs5
7825
7826         * manual/es/advanced.xml
7827                 Synchronize hidden option respect_flowed_format
7828         * po/es.po
7829                 Updated translation
7830
7831 2006-10-21 [paul]       2.5.6cvs4
7832
7833         * src/gtk/authors.h
7834         * src/plugins/pgpcore/pgp_viewer.c
7835         * src/plugins/pgpcore/sgpgme.c
7836                 fix building on BSDs
7837                 Thanks to Michael Hughes
7838                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7839
7840 2006-10-20 [colin]      2.5.6cvs3
7841
7842         * configure.ac
7843                 Bump up libetpan requirement
7844                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7845         * src/common/utils.c
7846         * src/common/utils.h
7847                 Add convenience get_file_mtime()
7848         * src/imap.c
7849         * src/etpan/imap-thread.c
7850         * src/etpan/imap-thread.h
7851                 Implement UIDPLUS support if the server
7852                 supports it - faster sending in this case
7853
7854 2006-10-19 [colin]      2.5.6cvs2
7855
7856         * src/gtk/quicksearch.c
7857                 Fix emptying in type-ahead+extended mode
7858         * src/mainwindow.c
7859         * src/mainwindow.h
7860                 Add a hook for offline state change
7861         * src/plugins/trayicon/trayicon.c
7862                 Use it to display offline icons
7863         * src/plugins/trayicon/Makefile.am
7864         * src/plugins/trayicon/newmail.offline.xpm
7865         * src/plugins/trayicon/newmarkedmail.offline.xpm
7866         * src/plugins/trayicon/nomail.offline.xpm
7867         * src/plugins/trayicon/unreadmail.offline.xpm
7868         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7869                 Add the icons
7870
7871 2006-10-12 [paul]       2.5.6cvs1
7872
7873         * NEWS
7874         * README
7875         * configure.ac
7876                 Update version number following
7877                 stable release
7878
7879 2006-10-19 [colin]      2.5.5cvs18
7880
7881         * manual/handling.xml
7882                 Add type-ahead search
7883
7884 2006-10-18 [colin]      2.5.5cvs17
7885
7886         * src/gtk/quicksearch.c
7887                 Remove "save to history only if there's
7888                 no syntax error", it breaks for some 
7889                 reason which I'll investigate later.
7890
7891 2006-10-18 [colin]      2.5.5cvs16
7892
7893         * src/prefs_common.c
7894         * src/prefs_common.h
7895         * src/summaryview.c
7896         * src/gtk/quicksearch.c
7897         * src/gtk/quicksearch.h
7898                 Add a type-ahead option for fast searches
7899                 Patch by Fabien Vantard
7900
7901 2006-10-18 [colin]      2.5.5cvs15
7902
7903         * src/compose.c
7904         * src/compose.h
7905                 Add Options/Reply mode/ menu to be able to
7906                 change the recipients of a reply on the fly
7907
7908 2006-10-18 [colin]      2.5.5cvs14
7909
7910         * src/compose.c
7911                 Fix redirecting of our own sent mails
7912
7913 2006-10-17 [wwp]        2.5.5cvs13
7914
7915         * src/send_message.c
7916                 Fix duplicate error messages when sending, and missing
7917                 newline in such error messages.
7918
7919 2006-10-17 [colin]      2.5.5cvs12
7920
7921         * src/compose.c
7922                 Compare addresses case-insensitive
7923
7924 2006-10-17 [colin]      2.5.5cvs11
7925
7926         * src/plugins/pgpcore/sgpgme.c
7927                 Fix return status
7928
7929 2006-10-17 [colin]      2.5.5cvs10
7930
7931         * src/plugins/pgpcore/pgp_viewer.c
7932                 Fix return status
7933
7934 2006-10-17 [colin]      2.5.5cvs9
7935
7936         * src/quote_fmt.c
7937                 Fix a typo (thanks to Fabien)
7938
7939 2006-10-16 [colin]      2.5.5cvs8
7940
7941         * src/textview.c
7942                 Fix problem with quote-folding when emails
7943                 don't convert cleanly to UTF-8
7944
7945 2006-10-14 [colin]      2.5.5cvs7
7946
7947         * src/prefs_template.c
7948                 Reset fields when reopening
7949                 the window
7950
7951 2006-10-13 [paul]       2.5.5cvs6
7952
7953         * manual/advanced.xml
7954         * src/prefs_message.c
7955                 make 'respect_flowed_format' a hidden
7956                 option, and add a manual entry for it
7957                 Thanks to Colin
7958
7959 2006-10-12 [colin]      2.5.5cvs5
7960
7961         * src/codeconv.c
7962                 Revert part of 2.5.2cvs21:
7963                 Don't optimise by reusing the 
7964                 last iconv converter if possible:
7965                 it seems slightly broken in a 
7966                 very hard way to reproduce
7967
7968 2006-10-12 [colin]      2.5.5cvs4
7969
7970         * src/prefs_common.c
7971         * src/prefs_common.h
7972         * src/prefs_message.c
7973         * src/procmime.c
7974                 Fix bug 1035, 'Incorrect handling 
7975                 of flowed lines'. We now optionnaly
7976                 handle this format (preference is in
7977                 Message View/Text options section)
7978
7979 2006-10-12 [colin]      2.5.5cvs3
7980
7981         * po/POTFILES.in
7982                 Add new file
7983         * src/plugins/pgpcore/pgp_viewer.c
7984         * src/plugins/pgpcore/sgpgme.c
7985                 Don't try to import without asking
7986
7987 2006-10-12 [colin]      2.5.5cvs2
7988
7989         * src/compose.c
7990                 Fix bug 1036, 'Forwarding a mutlipart
7991                 mail with a "text/html" block to ms
7992                 outlook users leeds to freeze of
7993                 outlook'. Poor outlook users...
7994
7995 2006-10-12 [paul]       2.5.5cvs1
7996
7997         * NEWS
7998         * README
7999         * configure.ac
8000                 Update version number following
8001                 stable release
8002
8003 2006-10-11 [paul]       2.5.4cvs1
8004
8005         * NEWS
8006         * README
8007         * configure.ac
8008                 Update version number following
8009                 stable release
8010
8011 2006-10-11 [paul]       2.5.3cvs32
8012
8013         * src/textview.c
8014                 fix bug 1032, 'Segmentation fault when showing
8015                 message' (bug in quote folding)
8016                 Thanks to Colin
8017
8018 2006-10-10 [colin]      2.5.3cvs31
8019
8020         * src/quote_fmt.c
8021                 Rephrase english a bit
8022
8023 2006-10-10 [colin]      2.5.3cvs30
8024
8025         * src/prefs_compose_writing.c
8026                 Stop making the page larger than the window
8027
8028 2006-10-10 [wwp]        2.5.3cvs29
8029
8030         * src/compose.c
8031         * src/prefs_template.c
8032         * src/quote_fmt.c
8033         * src/quote_fmt.h
8034         * src/quote_fmt_lex.l
8035         * src/quote_fmt_parse.y
8036                 Extend the quote parser a bit: allow to get access to
8037                 basic (composing) account info.
8038
8039 2006-10-10 [colin]      2.5.3cvs28
8040
8041         * src/procheader.c
8042                 Fix this \t problem in subject
8043
8044 2006-10-09 [colin]      2.5.3cvs27
8045
8046         * src/main.c
8047         * src/prefs_gtk.c
8048                 Prepare cache a bit later
8049                 If section already exists, skip the new one 
8050                 (as previously); avoid writing the same block
8051                 twice - if we find a second block with the 
8052                 same id, skip it.
8053         * src/plugins/pgpcore/pgp_viewer.c
8054                 Set cursor to busy when retrieving a key
8055         * src/plugins/pgpcore/sgpgme.c
8056                 allow 5 seconds for gpg to export the key
8057                 
8058
8059 2006-10-09 [colin]      2.5.3cvs26
8060
8061         * configure.ac
8062         * src/msgcache.c
8063         * src/prefs_gtk.c
8064                 Check for existence of fgets_unlocked
8065                 and fwrite_unlocked
8066
8067 2006-10-09 [paul]       2.5.3cvs25
8068
8069         * src/prefs_summaries.c
8070                 replace strftime() with fast_strftime() and in
8071                 the consequence fix the bug in the display of
8072                 AM/PM in the 'Example' string
8073
8074 2006-10-09 [ticho]      2.5.3cvs24
8075
8076         * po/sk.po
8077                 Updated (and fixed up somewhat) Slovak translation.
8078
8079 2006-10-08 [colin]      2.5.3cvs23
8080
8081         * src/prefs_folder_item.c
8082                 Explain why prefs in the top-level folder
8083                 aren't retained, but are still useful
8084
8085 2006-10-08 [colin]      2.5.3cvs22
8086
8087         * src/prefs_gtk.c
8088                 Don't cache anything if caching fails
8089
8090 2006-10-08 [colin]      2.5.3cvs21
8091
8092         * src/common/utils.c
8093                 always include gi18n.h
8094
8095 2006-10-07 [colin]      2.5.3cvs20
8096
8097         * src/plugins/pgpcore/pgp_viewer.c
8098                 Kill gpg after 5 seconds wait
8099
8100 2006-10-07 [colin]      2.5.3cvs19
8101
8102         * src/plugins/pgpcore/pgp_viewer.c
8103         * src/plugins/pgpcore/pgp_viewer.h
8104                 Fix copyright
8105
8106 2006-10-07 [colin]      2.5.3cvs18
8107
8108         * src/plugins/pgpcore/pgp_viewer.c
8109         * src/plugins/pgpcore/pgp_viewer.h
8110                 Actually add the files to CVS
8111
8112 2006-10-07 [colin]      2.5.3cvs17
8113
8114         * src/plugins/pgpcore/sgpgme.c
8115                 Be sure not to crash on 'application/pgp-signature' that
8116                 are not application/pgp-signatures
8117
8118 2006-10-07 [colin]      2.5.3cvs16
8119
8120         * src/textview.c
8121         * src/textview.h
8122                 Make a bit more of the API available
8123         * src/plugins/pgpcore/Makefile.am
8124         * src/plugins/pgpcore/plugin.c
8125         * src/plugins/pgpcore/sgpgme.c
8126                 Add basic key import/export
8127
8128 2006-10-07 [colin]      2.5.3cvs15
8129
8130         * src/folderview.c
8131         * src/imap.c
8132         * src/prefs_account.c
8133         * src/wizard.c
8134                 Warn users *everywhere* if libetpan's not
8135                 linked in
8136
8137 2006-10-06 [mones]      2.5.3cvs14
8138
8139         * po/de.po
8140         * po/es.po
8141                 updated by Stephan Sachse and me
8142
8143 2006-10-06 [colin]      2.5.3cvs13
8144
8145         * src/main.c
8146         * src/common/sylpheed.c
8147                 Don't load common plugins if --exit is passed
8148         * src/prefs_gtk.c
8149         * src/prefs_gtk.h
8150                 Implement a cache to avoid reading the same
8151                 files over and over again at startup
8152
8153 2006-10-06 [colin]      2.5.3cvs12
8154
8155         * src/summaryview.c
8156         * src/gtk/quicksearch.c
8157                 Update display every 5k mails on fast searches
8158
8159 2006-10-06 [colin]      2.5.3cvs11
8160
8161         * src/textview.c
8162                 Don't do quote folding on HTML or ERTF.
8163                 May fix the Cygwin issues if they were
8164                 happening with HTML mails?
8165
8166 2006-10-05 [colin]      2.5.3cvs10
8167
8168         * src/prefs_gtk.c
8169                 Oops, forgot one
8170
8171 2006-10-05 [colin]      2.5.3cvs9
8172
8173         * src/prefs_gtk.c
8174                 Use unlocked_stdio here too
8175
8176 2006-10-05 [colin]      2.5.3cvs8
8177
8178         * src/folderview.c
8179                 Fix go to next * after preferences apply
8180         * src/msgcache.c
8181                 Do the fd lock/unlock ourselves instead of
8182                 letting the libc do it at each write 
8183
8184 2006-10-05 [colin]      2.5.3cvs7
8185
8186         * src/common/utils.c
8187                 Faster division, thanks to Jean Diraison
8188
8189 2006-10-05 [paul]       2.5.3cvs6
8190
8191         * src/common/utils.c
8192                 fix building with --disable-nls
8193
8194 2006-10-04 [colin]      2.5.3cvs5
8195
8196         * src/folder.c
8197                 Maybe fix a segfault
8198
8199 2006-10-04 [wwp]        2.5.3cvs4
8200
8201         * src/prefs_folder_item.c
8202                 Fine-tune layouts in folder item prefs. Suggested by
8203                 Fabien Vantard <fzzzzz@gmail.com>.
8204
8205 2006-10-04 [wwp]        2.5.3cvs3
8206
8207         * src/prefs_folder_item.c
8208                 Kill the clandestine passengers. You didn't see anything.
8209
8210 2006-10-04 [wwp]        2.5.3cvs2
8211
8212         * src/prefs_folder_item.c
8213                 Add a way to test the subject simplify regexp in
8214                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8215                 w/ few layout changes.
8216
8217 2006-20-04 [paul]       2.5.3cvs1
8218
8219         * NEWS
8220         * README
8221         * configure.ac
8222                 Update version number following
8223                 stable release
8224
8225 2006-10-04 [colin]      2.5.2cvs42
8226
8227         * src/folder.c
8228         * src/folder.h
8229         * src/summaryview.c
8230                 Provide a way for folder classes to set their sort
8231                 type and key
8232
8233 2006-10-03 [colin]      2.5.2cvs41
8234
8235         * src/mh.c
8236                 Don't use strlen() to know if the
8237                 string's empty
8238
8239 2006-10-03 [colin]      2.5.2cvs40
8240
8241         * src/mh.c
8242                 Fix "check for new folders" with accentued folders
8243
8244 2006-10-03 [ticho]      2.5.2cvs39
8245
8246         * src/filtering.c
8247         * src/folder.c
8248         * src/inc.c
8249         * src/mbox.c
8250                 Colin's fix for "copy" filtering rules.
8251
8252 2006-10-02 [colin]      2.5.2cvs38
8253
8254         * src/folderview.c
8255                 Fix for double-click too
8256
8257 2006-10-02 [colin]      2.5.2cvs37
8258
8259         * src/folderview.c
8260                 correct fix for cvs36
8261
8262 2006-10-02 [colin]      2.5.2cvs36
8263
8264         * src/folderview.c
8265                 Fix 'goto next unread' after collapsing/expanding 
8266                 a node.
8267
8268 2006-10-02 [colin]      2.5.2cvs35
8269
8270         * src/summaryview.c
8271                 Fix double freeze/thaw
8272         * src/common/utils.c
8273         * src/common/utils.h
8274                 Reimplement strftime
8275         * src/procheader.c
8276                 Use it
8277
8278
8279 2006-10-02 [colin]      2.5.2cvs34
8280
8281         * src/mh.c
8282                 Time mh_write_sequences() - it's fast
8283         * src/summaryview.c
8284                 Init a variable to shut up gcc
8285
8286 2006-10-01 [colin]      2.5.2cvs33
8287
8288         * src/folder.c
8289         * src/mh.c
8290         * src/mh.h
8291         * src/msgcache.c
8292                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8293                 Add fsync but disable it, it's slow as hell
8294
8295 2006-10-01 [colin]      2.5.2cvs32
8296
8297         * src/mh.c
8298         * src/msgcache.c
8299                 fflush() caches and mh_sequences before
8300                 fclose()ing
8301
8302 2006-10-01 [colin]      2.5.2cvs31
8303
8304         * src/msgcache.c
8305                 Don't ftruncate when not using mmap
8306
8307 2006-09-30 [colin]      2.5.2cvs30
8308
8309         * src/main.c
8310                 Write folder list *after* saving caches
8311
8312 2006-09-30 [colin]      2.5.2cvs29
8313
8314         * src/folder.c
8315         * src/mh.c
8316                 Debug forced mtime changes
8317
8318 2006-09-30 [colin]      2.5.2cvs28
8319
8320         * src/folder.c
8321         * src/main.c
8322                 Remove useless debug_print()s (code
8323                 well-tested)
8324
8325 2006-09-30 [colin]      2.5.2cvs27
8326
8327         * src/mh.c
8328                 Do stuff faster when writing mh_sequences
8329
8330 2006-09-30 [colin]      2.5.2cvs26
8331
8332         * src/mh.c
8333                 Don't let the writing of .mh_sequences, which
8334                 can change the folder's mtime, let us think
8335                 we need to scan.
8336
8337 2006-09-30 [colin]      2.5.2cvs25
8338
8339         * src/folder.c
8340                 Move a debug_print where it belongs 
8341                 (processing)
8342         * src/summaryview.c
8343                 Don't mess with a huge slow subject
8344                 table if we're not threading by
8345                 subject
8346
8347 2006-09-30 [colin]      2.5.2cvs24
8348
8349         * src/msgcache.c
8350                 Reenable mmaped reads (*not* writes!)
8351         * src/procmsg.c
8352                 Don't destroy and recreate hashtables just
8353                 for fun
8354         * src/common/utils.c
8355                 Remove useless reply prefixes (it's case
8356                 unsensitive)
8357
8358 2006-09-30 [wwp]        2.5.2cvs23
8359
8360         * tools/fix_date.sh
8361                 Fixed a minor bug in date value extraction, added a switch
8362                 to replace non RFC-compliant Date: value, added a switch
8363                 to use strict RFC matching patterns for dates.
8364
8365 2006-09-29 [colin]      2.5.2cvs22
8366
8367         * src/matcher_parser.h
8368         * src/matcher_parser_parse.y
8369         * src/prefs_filtering.c
8370         * src/statusbar.c
8371         * src/summary_search.c
8372         * src/summaryview.c
8373         * src/gtk/quicksearch.c
8374         * src/gtk/quicksearch.h
8375                 Optimise searches by setting different
8376                 refresh intervals (depending if the 
8377                 search is fast or not)
8378
8379 2006-09-29 [colin]      2.5.2cvs21
8380
8381         * src/codeconv.c
8382                 Optimise by reusing the last iconv converter
8383                 if possible
8384         * src/textview.c
8385                 Optimise a bit (the foldable quotes feature
8386                 still has an awful O(n^2) algo
8387
8388 2006-09-29 [colin]      2.5.2cvs20
8389
8390         * src/gtk/gtksctree.c
8391         * src/gtk/gtksctree.h
8392                 Optimise de-selection via up/down or
8393                 another key
8394
8395 2006-09-28 [colin]      2.5.2cvs19
8396
8397         * src/action.c
8398         * src/compose.c
8399         * src/folderview.c
8400         * src/mainwindow.c
8401         * src/messageview.c
8402         * src/summary_search.c
8403         * src/toolbar.c
8404                 Avoid using summaryview->ctree directly
8405
8406 2006-09-28 [colin]      2.5.2cvs18
8407
8408         * src/summaryview.c
8409         * src/summaryview.h
8410                 Add helpers to freeze/thaw/grab_focus
8411                 Factorize calls to freeze/thaw/grab_focus
8412                 
8413
8414 2006-09-28 [colin]      2.5.2cvs17
8415
8416         * src/main.c
8417                 More guards for the session management
8418
8419 2006-09-28 [colin]      2.5.2cvs16
8420
8421         * src/folderview.c
8422         * src/gtk/gtksctree.c
8423         * src/gtk/gtksctree.h
8424                 Make expanding not recursive in folderview
8425
8426 2006-09-28 [colin]      2.5.2cvs15
8427
8428         * src/addressbook.c
8429                 If nothing is selected in the list (right part)
8430                 and a group is selected in the tree (left part),
8431                 mail this group.
8432
8433 2006-09-28 [colin]      2.5.2cvs14
8434
8435         * src/Makefile.am
8436                 Actually use SM_LIBS
8437
8438 2006-09-28 [ticho]      2.5.2cvs13
8439
8440         * src/export.c
8441         * src/messageview.c
8442         * src/mimeview.c
8443         * src/news.c
8444         * src/pop.c
8445         * src/prefs_themes.c
8446         * src/procmsg.c
8447                 Small i18n string optimization.
8448         * src/send_message.c
8449         * src/summaryview.c
8450         * src/common/session.c
8451         * src/common/smtp.c
8452         * src/common/ssl_certificate.c
8453         * src/common/utils.c
8454                 Use "Couldn't" instead of "Can't" in UI messages,
8455                 where appropriate.
8456
8457 2006-09-28 [colin]      2.5.2cvs12
8458
8459         * configure.ac
8460                 Possibly fix link errors
8461
8462 2006-09-27 [wwp]        2.5.2cvs11
8463
8464         * src/gtk/authors.h
8465         * doc/man/sylpheed-claws.1
8466         * manual/ack.xml
8467         * manual/es/ack.xml
8468         * manual/fr/ack.xml
8469         * manual/pl/ack.xml
8470                 Updated authors info (me, myself and I).
8471
8472 2006-09-27 [colin]      2.5.2cvs10
8473
8474         * src/addressbook.c
8475                 Remove useless printf
8476
8477 2006-09-27 [wwp]        2.5.2cvs9
8478
8479         * src/editgroup.c
8480         * src/send_message.c
8481         * src/inc.c
8482         * src/prefs_common.c
8483         * src/prefs_common.h
8484         * src/gtk/progressdialog.c
8485                 remember more windows' sizes (send dialog, received dialog,
8486                 edit group in addressbook).
8487
8488 2006-09-27 [colin]      2.5.2cvs8
8489
8490         * configure.ac
8491         * src/main.c
8492         * src/mainwindow.h
8493                 Use libSM to communicate with the session
8494                 manager, so that we can know when the 
8495                 session ends, save our caches, and draft
8496                 our compose windows.
8497
8498 2006-09-27 [colin]      2.5.2cvs7
8499
8500         * src/addressbook.c
8501                 Fix issues:
8502                 o Allow Book and Group creation from the tree's
8503                   contextual menu
8504                 o Do not actually delete the contacts when 
8505                   deleting groups from the tree (duh!)
8506
8507 2006-09-27 [colin]      2.5.2cvs6
8508
8509         * src/compose.c
8510         * src/compose.h
8511         * src/mainwindow.c
8512         * src/textview.c
8513         * src/toolbar.c
8514                 o Allow passing an email address to 
8515                   compose_new_with_folderitem
8516                 o Update callers
8517                 o Use current folderitem when clicking
8518                   on a TextView mailto: link
8519                 o Fix a possible leak in TextView
8520
8521 2006-09-27 [colin]      2.5.2cvs5
8522
8523         * src/html.c
8524                 Use UTF-8 chars to replace HTML entities
8525
8526 2006-09-27 [colin]      2.5.2cvs4
8527
8528         * AUTHORS
8529         * src/prefs_account.c
8530         * src/gtk/authors.h
8531                 Fix bug #1024 (Array index out of
8532                 range in sylpheed-claws-2.5.2)
8533                 Patch by Ales Nosek <anosek@suse.cz>
8534
8535 2006-09-27 [colin]      2.5.2cvs3
8536
8537         * src/addr_compl.c
8538                 Actually do the test
8539
8540 2006-09-27 [colin]      2.5.2cvs2
8541
8542         * src/addr_compl.c
8543         * src/addr_compl.h
8544                 Allow completing with comma (in certain cases: vCalendar
8545                 for example doesn't support that)
8546                 Patch by Fabien Vantard
8547
8548 2006-09-26 [colin]      2.5.2cvs1
8549
8550         * src/Makefile.am
8551         * src/addr_compl.c
8552         * src/addr_compl.h
8553         * src/addrbook.c
8554         * src/addrbook.h
8555         * src/addressbook.c
8556         * src/addrindex.c
8557         * src/addrindex.h
8558         * src/compose.c
8559         * src/prefs_common.c
8560         * src/prefs_filtering_action.c
8561         * src/prefs_folder_item.c
8562         * src/prefs_template.c
8563         * src/stock_pixmap.c
8564         * src/stock_pixmap.h
8565         * src/pixmaps/addr_one.xpm
8566         * src/pixmaps/addr_two.xpm
8567                 Add auto-completion on groups
8568
8569 2006-09-26 [colin]      2.5.2
8570
8571         * NEWS
8572         * README
8573         * RELEASE_NOTES
8574                 2.5.2 released
8575
8576 2006-09-26 [colin]      2.5.1cvs5
8577
8578         * src/matcher.c
8579                 Fix condition
8580
8581 2006-09-26 [colin]      2.5.1cvs4
8582
8583         * src/mbox.c
8584                 Revert cvs1 (useless as the message is printed 
8585                 every 500 mails)
8586
8587 2006-09-26 [colin]      2.5.1cvs3
8588
8589         * src/partial_download.c
8590                 Fix crasher found by Alexsandar Urosevic
8591
8592 2006-09-26 [colin]      2.5.1cvs2
8593
8594         * src/summaryview.c
8595                 Fix bug #1023 (Sylpheed deletes too much messages)
8596
8597 2006-09-26 [ticho]      2.5.1cvs1
8598
8599         * src/mbox.c
8600                 Make use of gettext's multiple plurals for statusbar
8601                 progress message.
8602
8603 2006-09-25 [paul]       2.5.1
8604
8605         * NEWS
8606         * README
8607         * RELEASE_NOTES
8608                 2.5.1 released
8609
8610 2006-09-25 [colin]      2.5.0cvs3
8611
8612         * src/plugins/bogofilter/bogofilter.c
8613         * src/plugins/clamav/clamav_plugin.c
8614         * src/plugins/spamassassin/spamassassin.c
8615                 BogoFilter, Spamassassin: Fix double hook registering after
8616                 visiting preferences
8617                 Spamassassin, Clamav: Just set the mails to move instead of
8618                 doing the move - caller will move the things at once.
8619
8620 2006-09-25 [colin]      2.5.0cvs2
8621
8622         * src/imap.c
8623         * src/etpan/imap-thread.c
8624                 Use UID SEARCH ALL instead of UID 1:*
8625                 (braindead servers can't figure out that's
8626                 the same...)
8627
8628 2006-09-25 [wwp]        2.5.0cvs1
8629
8630         * src/message_search.c
8631                 Added the ability to stop a running search (in message body).
8632
8633 2006-09-25 [paul]       2.5.0
8634
8635         * NEWS
8636         * README
8637         * RELEASE_NOTES
8638                 2.5.0 released
8639
8640 2006-09-25 [paul]       2.4.0cvs214
8641
8642         * po/cs.po
8643         * po/de.po
8644         * po/fi.po
8645         * po/fr.po
8646         * po/nl.po
8647         * po/pt_BR.po
8648         * po/sk.po
8649         * po/sr.po
8650         * po/zh_CN.po
8651                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8652                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8653                 Ticho, Aleksander Urosevic, Ralgh Young
8654
8655 2006-09-24 [mones]      2.4.0cvs213
8656
8657         * po/es.po
8658                 Updated for release
8659
8660 2006-09-23 [colin]      2.4.0cvs212
8661
8662         * src/gtk/inputdialog.c
8663                 Fix [ ] remember this appearing in normal
8664                 input dialogs after it's been used by
8665                 mimeview.
8666         * src/folder.c
8667         * src/folderview.c
8668         * src/msgcache.c
8669         * src/procmsg.c
8670         * src/summaryview.c
8671         * src/textview.c
8672         * src/common/timing.h
8673                 Enable timings in debug mode and make it
8674                 look prettier.
8675
8676 2006-09-22 [colin]      2.4.0cvs211
8677
8678         * README
8679                 Revert test change
8680         * commitHelper
8681                 ping the correct URI
8682
8683 2006-09-22 [colin]      2.4.0cvs210
8684
8685         * README
8686                 Let's see if bug #1022 is fixed
8687
8688 2006-09-21 [colin]      2.4.0cvs209
8689
8690         * src/wizard.c
8691         * src/common/plugin.c
8692                 Prepare infra to load predefined plugins when
8693                 no configuration existed. Don't actually load
8694                 anything yet (feat. freeze)
8695
8696 2006-09-21 [wwp]        2.4.0cvs208
8697
8698         * manual/fr/faq.xml
8699                 Partial sync w/ 2.4.0cvs72:
8700                 wrap file and minor updates.
8701
8702 2006-09-21 [wwp]        2.4.0cvs207
8703
8704         * tools/fix_date.sh
8705                 several fixes and enhancements. A new --force switch has been
8706                 added to prevent overriding by default Date: header when
8707                 already existing.
8708
8709 2006-09-21 [paul]       2.4.0cvs206
8710
8711         * src/common/utils.c
8712                 add Chinese UTF8 Re prefix
8713
8714 2006-09-21 [wwp]        2.4.0cvs205
8715
8716         * tools/Makefile.am
8717                 Fics alfabettical order.
8718
8719 2006-09-21 [wwp]        2.4.0cvs204
8720
8721         * tools/fix_date.sh
8722         * tools/Makefile.am
8723                 Added an action tool to fix missing Date field in emails.
8724                 Updated Makefile.am to reflect those last two additions.
8725
8726 2006-09-21 [wwp]        2.4.0cvs203
8727
8728         * tools/uuooffice
8729                 Added a action tool to open uuencoded docs w/
8730                 OpenOffice (based on uudec method).
8731
8732 2006-09-21 [colin]      2.4.0cvs202
8733
8734         * src/compose.c
8735         * src/textview.c
8736                 Workaround possible GTK crash: remove selection 
8737                 clipboard before destroying widget, or GTK+-2.10
8738                 dies. Thanks to Hiro.
8739
8740 2006-09-20 [colin]      2.4.0cvs201
8741
8742         * src/compose.c
8743                 Fix free-after-use in some cases (when 
8744                 procmime_encode_content() frees mimeinfo->data.mem
8745                 and turns it to a temp file)
8746
8747 2006-09-20 [colin]      2.4.0cvs200
8748
8749         * src/folderview.c
8750         * src/summaryview.c
8751         * src/gtk/gtksctree.c
8752         * src/gtk/gtksctree.h
8753                 Add tooltips in the folderview and summaryview
8754                 (Doesn't break string freeze as they already
8755                 exist)
8756         * src/toolbar.c
8757                 Put the spam button in the default configuration
8758                 if compiled with bogo plugin too
8759
8760 2006-09-19 [colin]      2.4.0cvs199
8761
8762         * src/summaryview.c
8763         * src/summaryview.h
8764                 Update folder name label on folder rename
8765         * src/prefs_matcher.c
8766         * src/gtk/logwindow.h
8767                 Fix warnings
8768                 Patches by Fabien
8769
8770 2006-09-19 [wwp]        2.4.0cvs198
8771
8772         * src/summary_search.c
8773                 fix can't click forward/backward buttons in the
8774                 search messages.
8775
8776 2006-09-18 [paul]       2.4.0cvs197
8777
8778         * src/wizard.c
8779                 add missing bracket, capitalise the A of
8780                 'SpamAssassin'
8781
8782 2006-09-18 [paul]       2.4.0cvs196
8783
8784         * src/compose.c
8785                 fix bug 1012 'crashed upon sending mail
8786                 from compose window'
8787                 Thanks to Colin
8788
8789 2006-09-16 [colin]      2.4.0cvs195
8790
8791         * src/folderview.c
8792                 Fix "real-time" sorting by freezing/thawing
8793
8794 2006-09-16 [colin]      2.4.0cvs194
8795
8796         * manual/faq.xml
8797                 Fix the anti-spam entry a bit
8798
8799 2006-09-16 [colin]      2.4.0cvs193
8800
8801         * src/wizard.c
8802                 Make sure reviewers have no excuse when stating
8803                 Sylpheed-Claws doesn't have antispam capabilities.
8804
8805 2006-09-16 [colin]      2.4.0cvs192
8806
8807         * src/main.c
8808                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8809                 as if the SIGPIPE comes from etpan's thread we could
8810                 trigger a GUI update from this thread.
8811
8812 2006-09-16 [colin]      2.4.0cvs191
8813
8814         * src/summaryview.c
8815                 Init all members of the struct
8816
8817 2006-09-16 [paul]       2.4.0cvs190
8818
8819         * src/account.c
8820                 improvements to the English
8821
8822 2006-09-15 [colin]      2.4.0cvs189
8823
8824         * src/summaryview.c
8825                 HIG order on dialog
8826
8827 2006-09-14 [colin]      2.4.0cvs188
8828
8829         * src/common/socket.c
8830         * src/common/socket.h
8831         * src/common/ssl.c
8832         * src/common/ssl_certificate.c
8833         * src/common/ssl_certificate.h
8834         * src/etpan/imap-thread.c
8835                 the get_fqdn() call done to get canonical name when
8836                 checking an SSL certificate is blocking, which is
8837                 sad as we just did a non-blocking lookup to connect.
8838                 Fix that by letting the fqdn available to the SockInfo,
8839                 and use that in ssl_certificate_check(). For IMAP,
8840                 we don't do it as the lookup's done by libetpan, but
8841                 it's less annoying as IMAP connections as much more
8842                 rare than POP3 connections.
8843
8844 2006-09-14 [paul]       2.4.0cvs187
8845
8846         * manual/advanced.xml
8847                 improvements to the English,
8848                 properly place the new hidden options
8849                 within the alphabetical order
8850         * src/gtk/pluginwindow.c
8851                 improvements to the English
8852
8853 2006-09-14 [colin]      2.4.0cvs186
8854
8855         * src/prefs_common.c
8856         * src/prefs_common.h
8857         * src/gtk/gtksctree.c
8858         * manual/advanced.xml
8859                 New hidden pref, stripes_color_offset, to change
8860                 the value added/substracted to normal bgcolor to
8861                 create the stripes in summaries
8862
8863 2006-09-13 [colin]      2.4.0cvs185
8864
8865         * src/gedit-print.c
8866         * src/messageview.c
8867         * src/messageview.h
8868         * src/summaryview.c
8869         * src/textview.c
8870                 Fix misc. printing issues: 
8871                 - Bad font for linkified headers
8872                 - Different font if the mail was displayed or not
8873                 - Factorize the thing
8874
8875 2006-09-13 [colin]      2.4.0cvs184
8876
8877         * src/common/ssl_certificate.c
8878                 Only get FQDN once when checking certificate
8879
8880 2006-09-13 [colin]      2.4.0cvs183
8881
8882         * src/account.c
8883         * src/gtk/pluginwindow.c
8884                 Misc. GUI fixes by Fabien
8885
8886 2006-09-13 [wwp]        2.4.0cvs182
8887
8888         * configure.ac
8889         * src/common/utils.h
8890         * src/common/utils.c
8891                 get rid of unused wide-char functions.
8892
8893 2006-09-13 [wwp]        2.4.0cvs181
8894
8895         * src/plugins/pgpinline/sylpheed.def
8896         * src/textview.c
8897                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8898                 add privacy_reset_error to the .def file,
8899                 do not fork for an external textviewer.
8900
8901 2006-09-13 [wwp]        2.4.0cvs180
8902
8903         * src/prefs_common.c
8904                 fix broken font entry in prefs (patch issued by the gpg4win team,
8905                 probably by Marcus Brinkmann <marcus@g10code.de>).
8906
8907 2006-09-13 [colin]      2.4.0cvs179
8908
8909         * src/folder.h
8910                 Fix a warning in summaryview.c
8911         * src/mainwindow.c
8912         * src/summaryview.c
8913         * src/summaryview.h
8914                 Add missing Mark/* elements in the
8915                 main menu
8916
8917 2006-09-12 [colin]      2.4.0cvs178
8918
8919         * src/prefs_actions.c
8920         * src/prefs_filtering_action.c
8921         * src/prefs_matcher.c
8922                 Use (New) instead of New everywhere
8923
8924 2006-09-12 [wwp]        2.4.0cvs177
8925
8926         * manual/fr/addrbook.xml
8927         * manual/fr/handling.xml
8928                 updated some quotes in the fr manual to match the fr translation.
8929
8930 2006-09-12 [wwp]        2.4.0cvs176
8931
8932         * src/prefs_matcher.c
8933                 don't store translated string elements in matcher expressions.
8934                 Also fixed a misused of Q_().
8935
8936 2006-09-11 [wwp]        2.4.0cvs175
8937
8938         * src/plugins//bogofilter/bogofilter.c
8939         * src/plugins//clamav/clamav_plugin.c
8940         * src/plugins//demo/demo.c
8941         * src/plugins//dillo_viewer/dillo_viewer.c
8942         * src/plugins//pgpcore/plugin.c
8943         * src/plugins//pgpinline/plugin.c
8944         * src/plugins//pgpmime/plugin.c
8945         * src/plugins//spamassassin/spamassassin.c
8946                 gettext-ize more strings (mostly plugin error messages).
8947
8948 2006-09-11 [colin]      2.4.0cvs174
8949
8950         * src/alertpanel.c
8951                 Make maximum buffer size bigger to avoid
8952                 truncating translated messages. Patch by
8953                 Fabien
8954
8955 2006-09-11 [colin]      2.4.0cvs173
8956
8957         * src/etpan/imap-thread.c
8958                 Fix compilation on OpenBSD, thanks to 
8959                 Landry
8960
8961 2006-09-10 [wwp]        2.4.0cvs172
8962
8963         * manual/account.xml
8964         * manual/addrbook.xml
8965         * manual/handling.xml
8966         * manual/es/handling.xml
8967         * manual/fr/account.xml
8968         * manual/fr/addrbook.xml
8969         * manual/fr/handling.xml
8970                 documented addressbook matching (condition configuration):
8971                   addrbook.xml, en fr
8972                 documented per-account filtering rules (handling/filtering
8973                   section, account section):
8974                   account.xml, handling.xml, en fr
8975                 slightly updated the handling/searching section to tell few
8976                   words about the extended search ability:
8977                   handling.xml, en fr
8978                 added missing <quote></quotes> to Quick Search:
8979                   handling.xml, en fr es
8980                 fixed a typo (auomatically):
8981                   handling.xml, en
8982                 changes revisited by Paul.
8983
8984 2006-09-10 [paul]       2.4.0cvs171
8985
8986         * src/prefs_actions.c
8987         * src/prefs_filtering.c
8988         * src/prefs_template.c
8989                 adjustments to the gui
8990                 Patch by Fabien Vantard (slightly modified)
8991
8992 2006-09-10 [colin]      2.4.0cvs170
8993
8994         * src/summaryview.c
8995                 Check folderitem/summaryview consistency
8996                 (basically automates Update summary). Fixes
8997                 #1011 (wrong (negative) count on unread 
8998                 messages)
8999
9000 2006-09-10 [colin]      2.4.0cvs169
9001
9002         * src/gtk/gtksctree.c
9003                 Fix recursive expansion via mouse
9004         * src/plugins/bogofilter/bogofilter.c
9005                 Use normal filtering way of moving
9006                 messages (batching), possibly fixing
9007                 bug #1015 (Bogofilter plugin doubles 
9008                 new messages)
9009
9010 2006-09-09 [wwp]        2.4.0cvs168
9011
9012         * src/prefs_filtering.c
9013                 better place for this fix.
9014
9015 2006-09-09 [wwp]        2.4.0cvs167
9016
9017         * src/prefs_filtering.c
9018                 fix a minor bug when the enabled status of a filtering/processing
9019                 rule always got set to TRUE when replacing this rule. That still
9020                 make sense when adding a new rule, but now when replacing, we
9021                 don't override the value of 'enabled'.
9022                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9023                 to prefs_filtering_list_view_get_info() as this function not only
9024                 returns the name, but also the account_id and the enabled status.
9025
9026 2006-09-09 [mones]      2.4.0cvs166
9027
9028         * manual/glossary.xml
9029         * manual/plugins.xml
9030                 Minor format corrections
9031         * manual/gpl.xml
9032                 Fix misplaced NO WARRANTY section
9033         * manual/es/advanced.xml
9034         * manual/es/faq.xml
9035         * manual/es/glossary.xml
9036         * manual/es/gpl.xml
9037         * manual/es/handling.xml
9038         * manual/es/plugins.xml
9039         * manual/es/starting.xml
9040                 Incorporate changes from English version
9041         * manual/fr/ack.xml
9042         * manual/pl/ack.xml
9043         * manual/es/ack.xml
9044                 Fix address, (add translation credits in es version)
9045         * po/es.po
9046                 Updated translation
9047
9048 2006-09-09 [wwp]        2.4.0cvs165
9049
9050         * src/prefs_filtering.c
9051                 fix a crash when opening filtering prefs, if matcherrc file contains
9052                 broken data (non-existing account id, which is theoretically not
9053                 possible).
9054
9055 2006-09-08 [colin]      2.4.0cvs164
9056
9057         * src/folder.c
9058                 Wrong assert, make it an if()
9059         * src/gtk/gtksctree.c
9060                 Fix bug #1013 (expand selected thread 
9061                 tree) - expanding is now recursive
9062
9063 2006-09-07 [wwp]        2.4.0cvs163
9064
9065         * src/prefs_matcher.c
9066                 make better sentences about addressbook matching in the
9067                 matcher prefs. This should make translators' work easier
9068                 too.
9069
9070 2006-09-07 [wwp]        2.4.0cvs162
9071
9072         * src/prefs_filtering.c
9073                 code simplification (get rid of dup var. assignment).
9074
9075 2006-09-07 [wwp]        2.4.0cvs161
9076
9077         * src/summaryview.c
9078                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9079                 <fzzzzz@gmail.com>.
9080
9081 2006-09-07 [paul]       2.4.0cvs160
9082
9083         * src/mimeview.c
9084                 fix compilation warnings
9085                 Thanks to Colin
9086
9087 2006-09-07 [paul]       2.4.0cvs159
9088
9089         * src/mimeview.c
9090                 select the mimepart icon when
9091                 displaying as text
9092                 Thanks to Colin
9093
9094 2006-09-06 [paul]       2.4.0cvs158
9095
9096         * src/prefs_filtering.c
9097                 fix labels and table element spacing
9098                 Patch by Fabien Vantard
9099
9100 2006-09-06 [paul]
9101
9102         2.5.0-rc3 released
9103
9104 2006-09-06 [paul]       2.4.0cvs157
9105
9106         * manual/es/advanced.xml
9107                 fix typo
9108
9109 2006-09-06 [wwp]        2.4.0cvs156
9110
9111         * src/mainwindow.c
9112                 fix an dup launch issue when iconified, thanks to Colin.
9113
9114 2006-09-06 [wwp]        2.4.0cvs155
9115
9116         * src/gtk//gtksctree.h
9117                 oops, forgot that one!
9118
9119 2006-09-06 [wwp]        2.4.0cvs154
9120
9121         * manual/pl/advanced.xml
9122         * manual/advanced.xml
9123         * manual/es/advanced.xml
9124         * manual/fr/advanced.xml
9125         * src/prefs_customheader.c
9126         * src/prefs_filtering_action.c
9127         * src/foldersel.c
9128         * src/prefs_summaries.c
9129         * src/prefs_filtering.c
9130         * src/account.c
9131         * src/compose.c
9132         * src/prefs_summary_column.c
9133         * src/addr_compl.c
9134         * src/prefs_actions.c
9135         * src/prefs_folder_column.c
9136         * src/ssl_manager.c
9137         * src/prefs_template.c
9138         * src/prefs_display_header.c
9139         * src/prefs_common.h
9140         * src/prefs_matcher.c
9141         * src/prefs_common.c
9142         * src/prefs_toolbar.c
9143         * src/summaryview.c
9144         * src/folderview.c
9145         * src/gtk/gtksctree.c
9146         * src/gtk/pluginwindow.c
9147         * src/gtk/progressdialog.c
9148         * src/gtk/prefswindow.c
9149                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9150                 to make its meaning more obvious (all versions of the manual reflect
9151                 the change).
9152                 added an extra hidden option use_stripes_in_summary to allow
9153                 discarding these stripes in mainwindow's folder and message lists;
9154                 en and fr manuals only are OK towards this.
9155
9156 2006-09-06 [colin]      2.4.0cvs153
9157
9158         * src/textview.c
9159                 Hide Sylpheed-Claws' internal queue headers
9160                 when showing all headers. They'll be present
9161                 only in Source window.
9162
9163 2006-09-05 [colin]      2.4.0cvs152
9164
9165         * src/plugins/trayicon/trayicon.c
9166                 Fix crash at exit - we have to disconnect
9167                 our handlers
9168         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9169                 Update eggtrayicon - patch adapted from a
9170                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9171                 on Sylpheed's ML
9172
9173 2006-09-05 [colin]      2.4.0cvs151
9174
9175         * src/mainwindow.c
9176         * src/gtk/logwindow.c
9177                 Fix race condition when something writes
9178                 to the log too soon during init. Thanks
9179                 to Fabien Vantard
9180
9181 2006-09-05 [colin]      2.4.0cvs150
9182
9183         * src/mimeview.c
9184                 Don't select part on right-click either
9185
9186 2006-09-05 [paul]       2.4.0cvs149
9187
9188         * src/mimeview.c
9189                 completion of previous commit
9190                 Thanks to Colin
9191
9192 2006-09-05 [colin]      2.4.0cvs148
9193
9194         * src/mimeview.c
9195                 Don't force selection on middle-click, just open
9196
9197 2006-09-04 [colin]      2.4.0cvs147
9198
9199         * src/mimeview.c
9200                 Looks like gtk_notebook_set_current_page()
9201                 sometimes steals focus, and this annoys us
9202                 in MimeViewers as it renders navigation
9203                 keys useless. Take back focus after switching
9204                 pages.
9205
9206 2006-09-04 [colin]      2.4.0cvs146
9207
9208         * src/messageview.c
9209                 Set stop_loading when clicking on Next
9210                 during load. Don't add a callback to 
9211                 avoid over-complicating things.
9212
9213 2006-09-04 [colin]      2.4.0cvs145
9214
9215         * src/mimeview.c
9216         * src/messageview.c
9217                 Fix multiple loads in separate messageview
9218
9219 2006-09-04 [colin]      2.4.0cvs144
9220
9221         * src/summaryview.c
9222                 Let navigation keys be handled during 
9223                 load
9224
9225 2006-09-04 [colin]      2.4.0cvs143
9226
9227         * src/messageview.c
9228         * src/summaryview.c
9229         * src/textview.c
9230         * src/textview.h
9231                 Make loading of huge mails (lots of text and/or
9232                 images) cancellable, so the GUI doesn't block 
9233
9234 2006-09-04 [colin]      2.4.0cvs142
9235
9236         * src/plugins/trayicon/trayicon.c
9237                 Fix annoyance when removing a folder with 
9238                 unread mails: trayicon didn't update
9239
9240 2006-09-04 [paul]       2.4.0cvs141
9241
9242         * src/gtk/icon_legend.c
9243                 straighten up columns
9244                 Patch by Fabien Vantard
9245
9246 2006-09-04 [wwp]        2.4.0cvs140
9247
9248         * src/prefs_filtering.c
9249                 fix new line's account name in filtering prefs:
9250                 was "All", is now "(New)".
9251
9252 2006-09-04 [paul]       2.4.0cvs139
9253
9254         * tools/make.themes.project
9255                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9256                 instead of homebrewed "make release"
9257
9258 2006-09-03 [colin]      2.4.0cvs138
9259
9260         * src/folderview.c
9261                 Fix bug #1007 (Wrong folder highlighted)
9262
9263 2006-09-03 [colin]      2.4.0cvs137
9264
9265         * src/compose.c
9266                 Don't set Newsgroup: header to a mail folder
9267                 path
9268
9269 2006-09-03 [paul]       2.4.0cvs136
9270
9271         * src/prefs_other.c
9272         * src/prefs_spelling.c
9273                 unify the gui
9274
9275 2006-09-03 [paul]       2.4.0cvs135
9276
9277         * src/prefs_summaries.c
9278                 correct menu item text in prefs_keybind_apply_clicked()
9279
9280 2006-09-03 [paul]       2.4.0cvs134
9281
9282         * manual/advanced.xml
9283                 some improvements to the descriptions
9284         * src/mainwindow.c
9285         * src/messageview.c
9286         * src/summaryview.c
9287         * src/gtk/menu.c
9288                 fix menu sensitivity issues
9289         * src/prefs_message.c
9290                 drop the useless word 'short'
9291         * src/prefs_other.c
9292                 add the word 'lines' indicating log length
9293                 is a measure of lines
9294         * src/textview.c
9295                 fix compilation warnings
9296
9297 2006-09-02 [colin]      2.4.0cvs133
9298
9299         * src/messageview.c
9300                 Display a special return-receipt message
9301                 if the message is from the user
9302         * src/summaryview.c
9303                 Fix missing freeze of the list when marking
9304                 all read and unthreading for exec. Thanks
9305                 to Stephan Sachse.
9306
9307 2006-09-02 [paul]       2.4.0cvs132
9308
9309         * src/mainwindow.c
9310         * src/prefs_message.c
9311         * src/summaryview.c
9312                 fix some english
9313
9314 2006-09-02 [wwp]        2.4.0cvs131
9315
9316         * src/prefs_filtering.c
9317                 added an account name column to the filtering rules
9318                 dialog.
9319
9320 2006-09-02 [colin]      2.4.0cvs130
9321
9322         * src/gtk/logwindow.c
9323         * src/gtk/logwindow.h
9324                 Block scrolling if we're not at the end
9325                 of the log
9326
9327 2006-09-02 [colin]      2.4.0cvs129
9328
9329         * src/folder.c
9330                 Make sure account-specific rules can't
9331                 be used in {pre-,post-,}processing
9332         * src/mainwindow.c
9333         * src/gtk/logwindow.c
9334         * src/gtk/logwindow.h
9335                 Jump to last error when clicking on the
9336                 warning icon
9337
9338 2006-09-02 [colin]      2.4.0cvs128
9339
9340         * src/imap.c
9341         * src/import.c
9342         * src/mainwindow.c
9343         * src/mainwindow.h
9344                 Fix warning icon
9345         * src/inc.c
9346         * src/mbox.c
9347         * src/mbox.h
9348                 Let proc_mbox know its account, for
9349                 account-specific rules
9350
9351 2006-09-01 [colin]      2.4.0cvs127
9352
9353         * src/codeconv.c
9354                 Don't uselessly use iconv to convert from
9355                 us-ascii
9356         * src/alertpanel.c
9357         * src/mainwindow.c
9358         * src/mainwindow.h
9359         * src/inc.c
9360                 Fix certain log cases, disable warning icon
9361                 for now, the correct way to display it when
9362                 necessary and only when necessary is probably
9363                 to do it manually rather than use error logs
9364         * src/etpan/imap-thread.c
9365                 Clean up UID logging a bit
9366         * src/gtk/logwindow.c
9367         * src/gtk/logwindow.h
9368                 Make logging faster when the window's closed
9369
9370 2006-09-01 [wwp]        2.4.0cvs126
9371
9372         * manual/fr/account.xml
9373                 reflect changes to the ref. manual (parts of cvs72):
9374                 fix tabnames and quotes.
9375
9376 2006-09-01 [wwp]        2.4.0cvs125
9377
9378         * manual/fr/plugins.xml
9379                 reflect changes to the reference manual (cvs42):
9380                 update IRC channel info.
9381
9382 2006-09-01 [wwp]        2.4.0cvs124
9383
9384         * commitHelper
9385                 use CVSEDITOR env. var. if set, according to `man cvs`.
9386
9387 2006-09-01 [wwp]        2.4.0cvs123
9388
9389         * manual/advanced.xml
9390                 better sentence again (thanks to Paul).
9391
9392 2006-09-01 [wwp]        2.4.0cvs122
9393
9394         * manual/advanced.xml
9395         fix definition of toolbar_detachable and rework a bit the one of
9396         enable_dotted_lines.
9397
9398 2006-09-01 [mones]      2.4.0cvs121
9399
9400         * manual/advanced.xml
9401                 Document enable_dotted_lines
9402
9403 2006-09-01 [paul]       2.4.0cvs120
9404
9405         * src/folderview.c
9406         * src/folderview.h
9407         * src/imap.c
9408         * src/mainwindow.c
9409         * src/summaryview.c
9410                 obey the 'When entering folder...' option
9411                 when using the /View/Go to/... menu items
9412                 Thanks to Colin
9413
9414 2006-08-31 [colin]      2.4.0cvs119
9415
9416         * src/folderview.c
9417                 Revert 2.4.0cvs116, wrong fix.
9418
9419 2006-08-31 [colin]      2.4.0cvs118
9420
9421         * src/gtk/gtksctree.c
9422                 Better state the various copyrights
9423
9424 2006-08-31 [colin]      2.4.0cvs117
9425
9426         * src/prefs_common.c
9427                 fix enable_dotted_lines
9428
9429 2006-08-31 [colin]      2.4.0cvs116
9430
9431         * src/folderview.c
9432                 Use pref "Always open on select" when going
9433                 to next unread folder
9434         * src/gtk/gtksctree.c
9435                 Fix link failure to _gtk_clist_create_cell_layout
9436                 on certain computers. (Why not mine, I wonder)
9437
9438 2006-08-31 [colin]      2.4.0cvs115
9439
9440         * src/procmsg.c
9441         * src/textview.c
9442         * src/plugins/bogofilter/bogofilter.c
9443         * src/plugins/spamassassin/spamassassin.c
9444                 Requalify some "errors" to warnings
9445         * src/mainwindow.c
9446         * src/mainwindow.h
9447         * src/statusbar.c
9448                 Add an icon in the statusbar to notify
9449                 of errors
9450         * src/gtk/gtksctree.c
9451         * src/folderview.c
9452         * src/summaryview.c
9453                 Make the GtkSCTree look more modern by
9454                 alternating background lines
9455         * src/prefs_common.c
9456         * src/prefs_common.h
9457                 Add a pref to let people have the old
9458                 way if they prefer
9459
9460
9461 2006-08-30 [colin]      2.4.0cvs114
9462
9463         * src/procmsg.c
9464         * src/procmsg.h
9465                 Provide a way to filter a list of
9466                 messages in an optimised manner, and
9467                 add a list-filtering hook
9468         * src/folder.c
9469         * src/inc.c
9470         * src/mbox.c
9471                 Use the list filtering
9472         * src/plugins/bogofilter/bogofilter.c
9473                 Use the list-filtering hook
9474                 Use -b (bulk) mode for more speed
9475                 when learning and filtering
9476         * src/etpan/imap-thread.c
9477                 Make log output shorter in UID SEARCH
9478
9479
9480 2006-08-30 [colin]      2.4.0cvs113
9481
9482         * src/plugins/bogofilter/bogofilter.c
9483                 Really fast mass learning - thanks to David
9484                 Relson for the options explanations :)
9485
9486 2006-08-30 [colin]      2.4.0cvs112
9487
9488         * src/msgcache.c
9489                 Fix compilation on FreeBSD. Thanks
9490                 to Michael Hugues
9491
9492 2006-08-29 [colin]      2.4.0cvs111
9493
9494         * src/folderview.c
9495                 Handle "popup_menu" signal (for popping the 
9496                 menu via the keyboard)
9497         * src/mimeview.c
9498         * src/mimeview.h
9499         * src/summaryview.c
9500         * src/textview.c
9501         * src/gtk/gtkutils.c
9502         * src/gtk/gtkutils.h
9503                 Factorize scrolling code, and add an API 
9504                 for MimeViewers to handle scroll orders
9505
9506 2006-08-29 [wwp]        2.4.0cvs110
9507
9508         * src/plugins//bogofilter/bogofilter.c
9509         * src/plugins//spamassassin/spamassassin.c
9510                 make the bogofilter/spamassassin filtering error dialogs at
9511         incorporation obey to the "don't popup error dialog on
9512         receive error" option. If disabled, feed the log window w/
9513         the error message.
9514
9515 2006-08-29 [paul]
9516
9517         2.5.0-rc2 released
9518
9519 2006-08-29 [paul]       2.4.0cvs109
9520
9521         * Makefile.am
9522                 remove 'make release', it's not needed
9523                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9524
9525 2006-08-29 [paul]       2.4.0cvs108
9526
9527         * src/foldersel.c
9528         * src/summary_search.c
9529         * src/gtk/progressdialog.c
9530         * src/plugins/pgpcore/passphrase.c
9531                 replace deprecated gtk_window_set_policy()
9532
9533 2006-08-29 [colin]      2.4.0cvs107
9534
9535         * src/folder.c
9536                 Fix data loss when copy fails during a move:
9537                 only use fast remove_msgs if everything was
9538                 copied OK; else use slow remove_msg on the
9539                 mails that got copied only.
9540
9541 2006-08-28 [paul]       2.4.0cvs106
9542
9543         * src/mh.c
9544                 revert change in 2.4.0cvs104, it breaks
9545                 stuff
9546
9547 2006-08-28 [paul]       2.4.0cvs105
9548
9549         * src/plugins/spamassassin/spamassassin.c
9550                 english fix
9551
9552 2006-08-28 [paul]       2.4.0cvs104
9553
9554         * src/mh.c
9555                 fix data loss when moving to another
9556                 mailbox fails
9557         * src/prefs_spelling.c
9558                 improve the english
9559         * src/gtk/pluginwindow.c
9560                 improve the layout of the dialog text
9561         All thanks to Colin
9562
9563 2006-08-28 [paul]       2.4.0cvs103
9564
9565         * src/plugins/bogofilter/bogofilter.c
9566         * src/plugins/bogofilter/bogofilter_gtk.c
9567                 fix english up a bit, innit
9568
9569 2006-08-28 [paul]       2.4.0cvs102
9570
9571         * configure.ac
9572         * po/Makefile.in.in
9573         * po/Makevars
9574                 require autoconf 2.60, enabling building
9575                 with gettext 0.15 (gettext 0.14.x build still
9576                 possible). Replace Makefiles with versions
9577                 from gettext 0.15.
9578                 Remove configure options --with-localedir and
9579                 --with-mandir. The options that are provided
9580                 directly by autoconf 2.60 can be used instead:
9581                 --mandir --localedir
9582
9583 2006-08-27 [colin]      2.4.0cvs101
9584
9585         * src/plugins/bogofilter/Makefile.am
9586                 Fix make dist (no README)
9587
9588 2006-08-27 [colin]      2.4.0cvs100
9589
9590         * src/folder.c
9591                 Don't use F_UNKNOWN folders for any default
9592                 outbox/trash/etc
9593         * src/plugins/bogofilter/bogofilter.c
9594         * src/plugins/bogofilter/bogofilter.h
9595         * src/plugins/bogofilter/bogofilter_gtk.c
9596                 Add an option to specify the path to bogofilter
9597                 Use single-quotes to be able to learn in folders
9598                 with spaces in their names
9599                 Verify learning status
9600
9601 2006-08-27 [colin]      2.4.0cvs99
9602
9603         * manual/faq.xml
9604         * manual/plugins.xml
9605                 Document Bogofilter plugin
9606
9607 2006-08-27 [colin]      2.4.0cvs98
9608
9609         * src/compose.c
9610         * src/messageview.c
9611         * src/procmsg.c
9612         * src/procmsg.h
9613                 When possible, copy the queued mail to sent folder
9614                 instead of re-adding. Much faster on IMAP.
9615
9616 2006-08-27 [colin]      2.4.0cvs97
9617
9618         * src/msgcache.c
9619                 Disable mmaped caches - huge metadata loss
9620                 here after a power failure.
9621         * src/summaryview.c
9622                 Add quicksearch timing
9623         * src/common/plugin.c
9624         * src/common/plugin.h
9625                 Implement an interface to tell what plugins
9626                 provide. Prevent loading of similar plugins.
9627         * src/plugins/clamav/clamav_plugin.c
9628         * src/plugins/demo/demo.c
9629         * src/plugins/dillo_viewer/dillo_viewer.c
9630         * src/plugins/pgpcore/plugin.c
9631         * src/plugins/pgpinline/pgpinline.c
9632         * src/plugins/pgpmime/pgpmime.c
9633         * src/plugins/spamassassin/spamassassin.c
9634         * src/plugins/trayicon/trayicon.c
9635                 Implement plugin_provides()
9636
9637 2006-08-27 [colin]      2.4.0cvs96
9638
9639         * configure.ac
9640         * src/plugins/Makefile.am
9641         * src/plugins/bogofilter/.cvsignore
9642         * src/plugins/bogofilter/Makefile.am
9643         * src/plugins/bogofilter/bogofilter.c
9644         * src/plugins/bogofilter/bogofilter.h
9645         * src/plugins/bogofilter/bogofilter_gtk.c
9646                 New Bogofilter plugin, provides filtering and
9647                 learning. Spamassassin will go to extra plugins.
9648
9649 2006-08-26 [mones]      2.4.0cvs95
9650
9651         * manual/handling.xml
9652                 Fix subfolder path in the example (thanks to Paul) 
9653
9654 2006-08-26 [mones]      2.4.0cvs94
9655
9656         * manual/glossary.xml
9657                 2.2. + add ISP to the glossary
9658                 7.5. + Add UIDL to glossary
9659                 7.7. + Add TCP to glossary
9660         * manual/handling.xml
9661                 7.1. + Mentions GNU/Linux distribution, what about the non...
9662                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9663                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9664                 7.4. = Use appropriate quotation for commands
9665                 7.6. = change "" to <quote></quote>
9666         * manual/plugins.xml
9667                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9668         * manual/starting.xml
9669                 2.1. + local mbox file: some examples of mbox file locations...
9670                 Also reformatted files requiring it
9671
9672 2006-08-26 [wwp]        2.4.0cvs93
9673
9674         * src/summary_search.c
9675                 disable find buttons while summary search is running.
9676
9677 2006-08-25 [colin]      2.4.0cvs92
9678
9679         * src/folder.c
9680         * src/folderutils.c
9681         * src/mh.c
9682         * src/procmsg.h
9683         * src/summaryview.c
9684                 Speed up MH moving, and add progressbar
9685                 for MH deletion
9686         * src/msgcache.c
9687                 Write cache files using mmap() too
9688
9689 2006-08-25 [wwp]        2.4.0cvs91
9690
9691         * src/summaryview.c
9692                 switch spam<->ham button when a message has been marked as spam or ham
9693                 and is still selected. Thanks to Colin.
9694
9695 2006-08-25 [paul]       2.4.0cvs90
9696
9697         * src/Makefile.am
9698         * src/stock_pixmap.c
9699         * src/stock_pixmap.h
9700         * src/summaryview.c
9701         * src/gtk/icon_legend.c
9702         * src/pixmaps/copied.xpm
9703         * src/pixmaps/moved.xpm
9704                 add icons for delayed execution marked for
9705                 copying, marked for moving
9706
9707 2006-08-25 [mones]      2.4.0cvs89
9708
9709         * manual/glossary.xml
9710                 Fix the other glossary items:
9711                 5.1. = Inmmediate execution -> <quote>immediate execution...
9712                 5.2. = Fix MBOX capitalization -> Mbox
9713                 5.3. + Improve Plugins def. w/ tech. ref.
9714                 5.4. = Quotation -> replace '>' by <quote>></quote>
9715                 5.5. - SMTP Server. -> remove dot
9716         * po/es.po
9717                 Updated translation
9718
9719 2006-08-25 [mones]      2.4.0cvs88
9720
9721         * manual/ack.xml
9722                 Reformatted, changed email address
9723         * manual/glossary.xml
9724                 Reformatted, fixed MANUAL-TODO items:
9725                 8.2. + add ROT-13 to glossary
9726                 8.4. + add URL to glossary
9727         * manual/es/advanced.xml
9728                 Fixed <literal>s
9729
9730 2006-08-25 [paul]       2.4.0cvs87
9731
9732         * src/gtk/icon_legend.c
9733                 add 'marked for deletion' icon
9734                 arrange icons by containing column
9735                 wrap long label text
9736
9737 2006-08-25 [colin]      2.4.0cvs86
9738
9739         * src/common/utils.c
9740         * src/common/utils.h
9741                 Add the sc_g_*list_bigger functions in
9742                 a place everyone can use it
9743         * src/summaryview.c
9744                 Only freeze/thaw the list when working
9745                 on the selection, if it's bigger than 1
9746         * src/gtk/gtksctree.c
9747                 Only freeze/thaw the list when unselec-
9748                 ting 'all' if ('all' != 1)
9749                 This avoids some flickering
9750
9751 2006-08-24 [colin]      2.4.0cvs85
9752
9753         * src/addressbook.c
9754                 Fix strange list selection
9755                 Fix random seg (Invalid read of freed memory)
9756
9757 2006-08-24 [colin]      2.4.0cvs84
9758
9759         * src/alertpanel.c
9760         * src/gtk/inputdialog.c
9761         * src/plugins/pgpcore/passphrase.c
9762                 Revert minimal width patch of 2.4.0cvs67,
9763                 as it is also a maximal width. Use 
9764                 gtk_window_set_default_size instead.
9765
9766 2006-08-24 [colin]      2.4.0cvs83
9767
9768         * src/msgcache.c
9769                 Write cache/mark to temp files before
9770                 overwriting old ones (avoids metadata
9771                 loss if writing the new files fail).
9772                 Use mmap() to read cache/mark file, as
9773                 this makes cache reading faster. Dis-
9774                 abled for big-endian machines until it
9775                 can be tested. (Big-endian users: set
9776                 msgcache_use_mmap = TRUE in the relevant
9777                 #if).
9778         * src/procmsg.h
9779                 Move rarely used fields of MsgInfo in 
9780                 another structure, which will only be
9781                 allocated if needed. Face, X-Face,
9782                 Return receipt headers and List-*
9783                 headers are moved. Mails having none
9784                 of these occupy 52 bytes less with
9785                 this patch, which makes 2.5MB of RAM
9786                 saved on a 50k folder).
9787         * src/headerview.c
9788         * src/mainwindow.c
9789         * src/messageview.c
9790         * src/partial_download.c
9791         * src/procheader.c
9792         * src/procmsg.c
9793         * src/textview.c
9794                 Follow this structure change.
9795
9796 2006-08-24 [wwp]        2.4.0cvs82
9797
9798         * manual/es/.cvsignore
9799         * manual/es/dist/.cvsignore
9800         * manual/es/dist/html/.cvsignore
9801         * manual/es/dist/pdf/.cvsignore
9802         * manual/es/dist/ps/.cvsignore
9803         * manual/es/dist/txt/.cvsignore
9804                 more (generated) files to ignore.
9805
9806 2006-08-24 [colin]      2.4.0cvs81
9807
9808         * src/folder.c
9809         * src/mh.c
9810                 Fix possible problems with local delivery. Check the folder doesn't
9811                 need scan before setting its mtime when saving cache (which can be
9812                 done long after the folder's been modified by an external process);
9813                 Check that the stored item's mtime didn't change in mh functions.
9814
9815 2006-08-24 [mones]      2.4.0cvs80
9816
9817         * manual/advanced.xml
9818                 Rewrapping, some fixes and MANUAL-TODO items:
9819                 8.1. = change "" to <quote></quote>
9820                 8.3. = quote menu items
9821                 8.5. - deploying -> new user ... ideally a new user (redundant)
9822
9823 2006-08-23 [colin]      2.4.0cvs79
9824
9825         * src/gtk/gtksctree.c
9826                 When selecting or deselecting range, only
9827                 freeze/thaw when selection is bigger than 10
9828
9829 2006-08-23 [colin]      2.4.0cvs78
9830
9831         * src/messageview.c
9832         * src/mimeview.c
9833         * src/mimeview.h
9834         * src/plugins/dillo_viewer/dillo_viewer.c
9835                 Provide an API for MimeViewer plugins to
9836                 return a text selection for replying
9837
9838 2006-08-23 [colin]      2.4.0cvs77
9839
9840         * src/image_viewer.c
9841         * src/textview.c
9842                 Use gtk_pixbuf_new_from_file_at_scale(), which
9843                 is faster than getting the pixbuf then resizing
9844                 it.
9845
9846 2006-08-23 [colin]      2.4.0cvs76
9847
9848         * src/procmime.c
9849                 UTF-8 should be sent Quoted-printable
9850
9851 2006-08-22 [colin]      2.4.0cvs75
9852
9853         * src/mh.c
9854                 Check if scan is required before touching
9855                 the folder (or it'll be required every time)
9856
9857 2006-08-22 [colin]      2.4.0cvs74
9858
9859         * configure.ac
9860                 Require libetpan 0.46 (crasher fix when built
9861                 against gnutls)
9862
9863 2006-08-22 [colin]      2.4.0cvs73
9864
9865         * src/folder.c
9866                 Set folder's mtime after writing its
9867                 cache
9868         * src/folderview.c
9869                 Add some timing
9870         * src/procmsg.c
9871                 Don't do useless stuff if we don't 
9872                 thread by subject
9873         * src/summaryview.c
9874                 Add some timing, don't deselect prior
9875                 to selecting (gtksctree does it itself),
9876                 remove crash avoidance hacks as it's been
9877                 properly fixed since a while
9878         * src/common/utils.c
9879                 Optimize to_human_readable(): _() is slow,
9880                 do it only once, and avoid %f format for KB
9881                 (the most common in a summaryview)
9882         * src/gtk/gtksctree.c
9883                 Don't uselessly freeze/thaw (fixes flicker
9884                 on next unread and friends), reduce number
9885                 of g_list_nth/g_list_position where possible
9886         * src/gtk/gtkutils.c
9887         * src/gtk/gtkutils.h
9888                 Reduce number of g_list_nth/g_list_position
9889                 where possible.
9890                 All of this makes loading as 70k folder 2.1
9891                 seconds instead of 3.2 (with hot FS caches).
9892                 (1.3 seconds without Date and Size columns...)
9893
9894 2006-08-22 [paul]       2.4.0cvs72
9895
9896         wrap documents and do some items from mones' MANUAL-TODO:
9897
9898         * manual/account.xml
9899                 4.1. = fix tabname references to <quote>tabname</quote>
9900                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9901         * manual/faq.xml
9902                 1.1. = mentioned options don't match UI
9903                 Add information about the 'Never send Return Receipts'
9904                 option
9905         * manual/handling.xml
9906                 6.2. = Mentions Extended symbols button, but now is
9907                 named Information
9908                 6.3. = Mentions ... button, which is now Edit
9909
9910 2006-08-22 [colin]      2.4.0cvs71
9911
9912         * src/gtk/pluginwindow.c
9913                 Fix layout in verbose translations (such
9914                 as french)
9915
9916 2006-08-22 [paul]       2.4.0cvs70
9917
9918         * manual/Makefile.am
9919                 build manuals in alphabetical order
9920         * src/addressbook.c
9921         * src/prefs_themes.c
9922                 replace/remove deprecated symbols
9923         * src/gtk/gtkutils.c
9924                 fix a warning
9925         * src/gtk/pluginwindow.c
9926                 replace deprecated symbol
9927                 replace label text and move it
9928         * src/plugins/pgpcore/prefs_gpg.c
9929                 move the 'Generate...' button out of the
9930                 Sign Key frame, replace the English used
9931         * src/plugins/pgpcore/sgpgme.c
9932                 fixes to the English
9933
9934 2006-08-21 [colin]      2.4.0cvs69
9935
9936         * src/plugins/trayicon/trayicon.c
9937                 Add more strings for translation; patch
9938                 by Pawel
9939
9940 2006-08-21 [colin]      2.4.0cvs68
9941
9942         * src/compose.c
9943                 fix replied flag not set after drafting
9944         * src/matcher.c
9945                 fix body quicksearch in non-encoded bodies
9946                 containing '='
9947         * src/msgcache.c
9948                 Get rid of the g_malloc workaround for
9949                 corrupted caches, use g_try_malloc
9950
9951 2006-08-21 [colin]      2.4.0cvs67
9952
9953         * src/alertpanel.c
9954         * src/gtk/inputdialog.c
9955         * src/plugins/pgpcore/passphrase.c
9956                 Set minimal width to 375
9957         * src/mainwindow.c
9958                 Fix switching to offline, asking if it 
9959                 should be overriden for synchronising
9960         * src/mimeview.c
9961                 Don't offer to remember command on Open 
9962                 with for text parts, as the browser or 
9963                 text editor command isn't changed from 
9964                 there
9965
9966 2006-08-20 [paul]       2.4.0cvs66
9967
9968         * po/ko.po
9969         * po/zh_CN.po
9970                 fix plural form errors. revealed by stricter
9971                 checking of gettext 0.15
9972
9973 2006-08-18 [paul]       2.4.0cvs65
9974
9975         * src/stock_pixmap.c
9976                 fix the fix of 2.4.0cvs64
9977                 Thanks to Colin
9978
9979 2006-08-18 [paul]       2.4.0cvs64
9980
9981         * src/stock_pixmap.c
9982                 fix leaks
9983                 Thanks to Colin
9984
9985 2006-08-18 [paul]       2.4.0cvs63
9986
9987         * src/compose.c
9988         * src/procmsg.c
9989                 fix occasional IMAP bug where large msgs
9990                 were left in the queue folder after sending
9991                 Thanks to Colin
9992
9993 2006-08-18 [paul]       2.4.0cvs62
9994
9995         * src/folderview.c
9996                 freeze the summaryview while quicksearch results
9997                 are displayed
9998                 (fixes bug 456 'current message is hidden when the
9999                 view is refreshed and extended search is "unread 
10000                 messages"')
10001                 Thanks to Colin
10002         * src/textview.c
10003                 add missing #include "inputdialog.h"
10004         * src/common/utils.h
10005                 add missing mailcap_update_default() and improve
10006                 readability
10007
10008 2006-08-17 [colin]      2.4.0cvs61
10009
10010         * src/plugins/pgpcore/select-keys.c
10011                 Fix warnings :)
10012
10013 2006-08-17 [colin]      2.4.0cvs60
10014
10015         * src/compose.c
10016                 Don't continue queuing if Cancel is clicked
10017                 in select-keys
10018
10019 2006-08-17 [colin]      2.4.0cvs59
10020
10021         * src/plugins/pgpcore/select-keys.c
10022                 When encrypting, if only one key matches and it 
10023                 matches exactly, automatically use it.
10024
10025 2006-08-17 [colin]      2.4.0cvs58
10026
10027         * src/mimeview.c
10028         * src/prefs_common.c
10029         * src/prefs_common.h
10030         * src/prefs_ext_prog.c
10031         * src/textview.c
10032                 Fix issues with previous patch (text/html)
10033                 Remove outdated prefs
10034
10035 2006-08-17 [colin]      2.4.0cvs57
10036
10037         * src/imap.c
10038                 Add View Log button on auth error
10039         * src/procmsg.c
10040                 Fix encrypted mail marked as new when
10041                 saved in normal folders
10042         * src/plugins/pgpinline/pgpinline.c
10043                 Fix encrypt bug on IMAP
10044         * src/mimeview.c
10045         * src/common/utils.c
10046         * src/common/utils.h
10047         * src/gtk/inputdialog.c
10048         * src/gtk/inputdialog.h
10049                 Get rid of metamail stuff, simplify
10050                 opening, and allow remembering of user's
10051                 choices (by updating ~/.mailcap). There's
10052                 still to drop "Audio player" and "Image
10053                 viewer" preferences.
10054
10055 2006-08-17 [mones]      2.4.0cvs56
10056
10057         * manual/es/sylpheed-claws-manual.xml
10058                 fix DTD path
10059
10060 2006-08-17 [mones]      2.4.0cvs55
10061
10062         * configure.ac
10063         * manual/Makefile.am
10064         * manual/es/Makefile.am
10065         * manual/es/account.xml
10066         * manual/es/ack.xml
10067         * manual/es/addrbook.xml
10068         * manual/es/advanced.xml
10069         * manual/es/faq.xml
10070         * manual/es/glossary.xml
10071         * manual/es/gpl.xml
10072         * manual/es/handling.xml
10073         * manual/es/intro.xml
10074         * manual/es/keyboard.xml
10075         * manual/es/plugins.xml
10076         * manual/es/starting.xml
10077         * manual/es/sylpheed-claws-manual.xml
10078         * manual/es/dist/Makefile.am
10079         * manual/es/dist/html/Makefile.am
10080         * manual/es/dist/pdf/Makefile.am
10081         * manual/es/dist/ps/Makefile.am
10082         * manual/es/dist/txt/Makefile.am
10083                 Spanish translation for the manual
10084
10085 2006-08-16 [colin]      2.4.0cvs54
10086
10087         * src/compose.c
10088         * src/main.c
10089         * src/mainwindow.c
10090                 Fix send button sensitivity at startup
10091                 Set send menu sensitivity (patch by Fabien)
10092         * src/ssl_manager.c
10093                 Enable closing with esc (patch by Fabien)
10094         * src/gtk/foldersort.c
10095                 Enable closing with esc (patch by Fabien)
10096         * src/procmime.c
10097                 Optimisation (no need to copy to tempfile to
10098                 "decode" 7bit and 8bit)
10099         * src/summaryview.c
10100                 Fix cruft in swap_from case
10101         * src/textview.c
10102                 Fix missing last line in some mail cases 
10103                 (Fixes debian #381872)
10104         * src/plugins/pgpcore/prefs_gpg.c
10105         * src/plugins/pgpcore/sgpgme.c
10106         * src/plugins/pgpcore/sgpgme.h
10107                 Don't show "no key found" when user explicitely
10108                 wants to create a key
10109
10110 2006-08-16 [paul]       2.4.0cvs53
10111
10112         * configure.ac
10113         * src/account.c
10114         * src/addressbook.c
10115         * src/headerview.c
10116         * src/prefs_account.c
10117         * src/prefs_message.c
10118         * src/gtk/gtkutils.c
10119                 bump up minimum required versions of GTK+ and
10120                 GLIB to 2.6.0
10121
10122 2006-08-16 [paul]       2.4.0cvs52
10123
10124         * src/toolbar.c
10125                 workaround GTK+ Bug 351600 - 'Can't re-click
10126                 on button after sensitivity update'
10127                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10128                 Thanks to Colin
10129
10130 2006-08-15 [colin]      2.4.0cvs51
10131
10132         * src/plugins/pgpcore/prefs_gpg.c
10133                 Set options sensitivity according to
10134                 key existence
10135         * src/plugins/pgpcore/sgpgme.c
10136                 Allow to create key with no passphrase
10137
10138 2006-08-14 [cleroy]     2.4.0cvs50
10139
10140         * src/gtk/pluginwindow.c
10141                 New layout (maybe to be changed?)
10142         * src/gtk/gtkutils.c
10143                 Fix a bit label_window
10144         * src/plugins/pgpcore/passphrase.c
10145         * src/plugins/pgpcore/passphrase.h
10146         * src/plugins/pgpcore/plugin.c
10147         * src/plugins/pgpcore/prefs_gpg.c
10148         * src/plugins/pgpcore/prefs_gpg.h
10149         * src/plugins/pgpcore/sgpgme.c
10150         * src/plugins/pgpcore/sgpgme.h
10151                 Allow to create a PGP private key via the GUI
10152
10153 2006-08-14 [wwp]        2.4.0cvs49
10154
10155         * src/addressbook_foldersel.c
10156                 fix strict ISO C90 compliance.
10157
10158 2006-08-14 [paul]       2.4.0cvs48
10159
10160         * src/gtk/prefswindow.c
10161                 re-set scrolled window on opening
10162                 Patch by Ticho
10163
10164 2006-08-14 [paul]
10165
10166         2.5.0-rc1 released
10167
10168 2006-08-14 [paul]       2.4.0cvs47
10169
10170         * src/prefs_display_header.c
10171                 re-enable user-defined Displayed Headers
10172
10173 2006-08-14 [paul]       2.4.0cvs46
10174
10175         * src/prefs_account.c
10176                 use GTK_STOCK_EDIT
10177
10178 2006-08-13 [colin]      2.4.0cvs45
10179
10180         * src/common/utils.c
10181                 Fix "a" in quote when the original message is empty,
10182                 by using \0 instead of 'a' to test writability of
10183                 temp files.
10184
10185 2006-08-13 [wwp]        2.4.0cvs44
10186
10187         * src/plugins/spamassassin/spamassassin.c
10188                 fix capitalization of "SpamAssassin" in some debug, log and
10189                 dialog messages.
10190
10191 2006-08-13 [paul]       2.4.0cvs43
10192
10193         * src/editldap.c
10194                 fix overlapping widgets
10195         * src/prefs_account.c
10196                 fix translation of protocol_names[]
10197                 fix label disappearing off the edge of the
10198                 visible area
10199
10200 2006-08-12 [paul]       2.4.0cvs42
10201
10202         * manual/plugins.xml
10203                 update IRC channel info before it gets forgotten
10204                 about
10205
10206 2006-08-11 [colin]      2.4.0cvs41
10207
10208         * src/compose.c
10209         * src/mainwindow.c
10210         * src/mainwindow.h
10211         * src/procmsg.c
10212         * src/procmsg.h
10213         * src/summaryview.c
10214         * src/toolbar.c
10215                 Grey out the Send button if
10216                 - Queue folders are empty, or
10217                 - We're sending already
10218
10219 2006-08-11 [wwp]        2.4.0cvs40
10220
10221         * src/main.c
10222                 fix a logic issue when quitting while a compose window is
10223                 still open, thanks to Colin.
10224
10225 2006-08-10 [colin]      2.4.0cvs39
10226
10227         * src/main.c
10228                 Fix default font size setting after wizard run
10229         * src/imap.c
10230         * src/etpan/imap-thread.c
10231         * src/etpan/imap-thread.h
10232                 Fix bug #999 (Timing out on TSL cert validation 
10233                 dialog makes ugly things happen). Also, STARTTLS
10234                 unconditionnaly if initial capabilities contain
10235                 LOGINDISABLED and STARTTLS.
10236
10237 2006-08-09 [colin]      2.4.0cvs38
10238
10239         * src/mainwindow.c
10240         * src/mainwindow.h
10241                 Fix Tools/Actions sensitivity when there are
10242                 no actions
10243
10244 2006-08-09 [colin]      2.4.0cvs37
10245
10246         * src/prefs_filtering.c
10247                 Warning fix, patch by Paul
10248         * src/messageview.c
10249         * src/prefs_actions.c
10250         * src/prefs_filtering_action.c
10251         * src/prefs_matcher.c
10252                 Uniformisation of "Info ..." to "Info..." (for
10253                 old gtk), patch by Fabien
10254         * src/plugins/clamav/clamav_plugin_gtk.c
10255                 Sensitivity fix by Fabien
10256
10257 2006-08-09 [colin]      2.4.0cvs36
10258
10259         * src/main.c
10260         * src/main.h
10261                 Add a function to know whether we're exiting
10262         * src/plugins/trayicon/trayicon.c
10263                 If exiting, don't do anything. Faster, and
10264                 avoids gtk_main_iteration reentracy causing
10265                 segfaults at exit
10266
10267 2006-08-09 [colin]      2.4.0cvs35
10268
10269         * src/messageview.c
10270         * src/mimeview.c
10271         * src/mimeview.h
10272                 Fix lack of part selection when automatically 
10273                 jumping to a specific part
10274         * src/msgcache.c
10275                 Little optimisation in cache reading
10276
10277 2006-08-09 [colin]      2.4.0cvs34
10278
10279         * src/compose.c
10280                 Fix crash setting the priority on reedit
10281                 (Accessing compose before creating it!)
10282
10283 2006-08-08 [colin]      2.4.0cvs33
10284
10285         * src/procmime.c
10286                 Fix bug #998 (last attachment is not accessible)
10287                 Bad RFC interpretation on multipart close-delimiters
10288         * src/mimeview.c
10289         * src/mimeview.h
10290         * src/gtk/gtkvscrollbutton.c
10291         * src/gtk/gtkvscrollbutton.h
10292                 Make attachments list wheel-scrollable
10293
10294 2006-08-07 [colin]      2.4.0cvs32
10295
10296         * src/gtk/gtkaspell.c
10297                 Fix bug #973 (Unicode punctation characters 
10298                 are not recognized as separators by the
10299                 spell checker); fix unsigned stuff
10300
10301 2006-08-07 [colin]      2.4.0cvs31
10302
10303         * src/compose.c
10304                 Fix bug #956 (DnD text with accents in compose 
10305                 text entry); fix gccc's signed/unsigned fuss
10306
10307 2006-08-06 [colin]      2.4.0cvs30
10308
10309         * src/main.c
10310                 Fix bug #979 (Plugin crashes when exiting 
10311                 sylpheed-claws) : handle exit request only 
10312                 once
10313
10314 2006-08-05 [colin]      2.4.0cvs29
10315
10316         * src/news.c
10317                 Just make sure we have a msgid.
10318
10319 2006-08-05 [colin]      2.4.0cvs28
10320
10321         * src/news.c
10322         * src/summaryview.c
10323                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10324                 by reimplementing it
10325         * src/textview.c
10326                 Fix bug when hiding quotes with level > 3 and quote
10327                 colors are recycled
10328
10329 2006-08-04 [colin]      2.4.0cvs27
10330
10331         * src/compose.c
10332         * src/undo.c
10333         * src/undo.h
10334                 Fix a bit replace-by-pasting undo
10335         * src/mainwindow.c
10336         * src/messageview.c
10337                 Fix Fold quotes menu synchro in
10338                 mainwindow when it changes in 
10339                 messageview
10340         * src/textview.c
10341                 Fix right-click on quotes blocks
10342         * src/common/utils.c
10343                 Verify that the file created by
10344                 my_tmpfile() is writable. Fixes
10345                 bug #988 (very specific filesystem
10346                 issue)
10347         * src/plugins/pgpcore/sgpgme.c
10348                 Fix file descriptor leak
10349         * src/plugins/spamassassin/spamassassin.c
10350                 Warn once if spamd isn't reachable
10351
10352 2006-08-04 [colin]      2.4.0cvs26
10353
10354         * src/toolbar.c
10355                 i18n context patch by Fabien
10356
10357 2006-08-03 [colin]      2.4.0cvs25
10358
10359         * src/mainwindow.c
10360         * src/messageview.c
10361                 Rename "Hide quotes" to "Fold quotes"
10362         * src/textview.c
10363                 Don't use hand cursor on quotes. "all 
10364                 the bonuses of the feature and none of 
10365                 unwelcome side-effects"
10366
10367 2006-08-03 [colin]      2.4.0cvs24
10368
10369         * AUTHORS
10370         * sylpheed-claws.desktop
10371         * src/gtk/authors.h
10372                 Bring the desktop file to XDG compliance
10373                 Patch by Charles A. Edwards
10374
10375 2006-08-03 [colin]      2.4.0cvs23
10376
10377         * src/textview.c
10378                 Fix links offset when they are preceded
10379                 by accentued chars (g_utf8_strlen!)
10380         * src/mainwindow.c
10381                 Fix wrong status when starting offline
10382
10383
10384 2006-08-03 [wwp]        2.4.0cvs22
10385
10386         * src/prefs_common.h
10387                 ask what to do w/ filtering rules that belong to an account when
10388                 applying filtering rules manually from the main window (skip,
10389                 apply regardless of the account, use current account). This dialog
10390                 can be skipped and the last reply used.
10391                 (forgot that file)
10392
10393 2006-08-03 [wwp]        2.4.0cvs21
10394
10395         * src/filtering.c
10396         * src/filtering.h
10397         * src/prefs_common.c
10398         * src/summaryview.c
10399         * src/alertpanel.c
10400         * src/alertpanel.h
10401         * src/messageview.c
10402                 ask what to do w/ filtering rules that belong to an account when
10403                 applying filtering rules manually from the main window (skip,
10404                 apply regardless of the account, use current account). This dialog
10405                 can be skipped and the last reply used.
10406
10407
10408 2006-08-03 [colin]      2.4.0cvs20
10409
10410         * src/textview.c
10411                 Optimize previous patch
10412
10413 2006-08-03 [cleroy]     2.4.0cvs19
10414
10415         * src/textview.c
10416                 Fix quotes getting toggled back when the
10417                 mail has an even number of text parts
10418
10419 2006-08-02 [colin]      2.4.0cvs18
10420
10421         * src/messageview.c
10422                 Add Hide quotes menu
10423
10424 2006-08-02 [colin]      2.4.0cvs17
10425
10426         * src/mainwindow.c
10427         * src/prefs_common.c
10428         * src/textview.c
10429         * src/textview.h
10430         * src/gtk/about.c
10431                 Allow per-level quote hiding,
10432                 Allow toggling quotes by double-clicking them
10433                 Rename RemoteURI to ClickableText to reflect
10434                 the fact it's used for a variety of things
10435
10436 2006-08-02 [wwp]        2.4.0cvs16
10437
10438         * src/mainwindow.c
10439                 fix "View/Hide quotes" menu item status initialization.
10440
10441 2006-08-02 [wwp]        2.4.0cvs15
10442
10443         * src/matcher_parser_parse.y
10444                 remove a debug trace.
10445
10446 2006-08-02 [paul]       2.4.0cvs14
10447
10448         * src/plugins/pgpcore/passphrase.c
10449                 don't set initial dialog size
10450                 make it resizable
10451
10452 2006-08-02 [paul]       2.4.0cvs13
10453
10454         * src/noticeview.c
10455                 remove the rogue '/' character
10456
10457 2006-08-02 [paul]       2.4.0cvs12
10458
10459         * src/noticeview.c
10460                 allow buttons to resize as necessary
10461
10462 2006-08-01 [wwp]        2.4.0cvs11
10463
10464         * src/mbox.c
10465                 fix strict ISO C90 compliance.
10466
10467 2006-08-01 [wwp]        2.4.0cvs10
10468
10469         * tools/update-po
10470                 updated update-po tool to work w/ context-dependent translations.
10471                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10472
10473 2006-08-01 [wwp]        2.4.0cvs9
10474
10475         * src/matcher.c
10476         * src/prefs_filtering.c
10477         * src/prefs_matcher.c
10478                 allow context-dependent translations for "All",
10479                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10480
10481 2006-07-31 [colin]      2.4.0cvs8
10482
10483         * AUTHORS
10484         * src/gtk/authors.h
10485                 Add Rafal to authors
10486
10487 2006-07-31 [colin]      2.4.0cvs7
10488
10489         * src/compose.c
10490         * src/mainwindow.c
10491         * src/messageview.h
10492         * src/prefs_common.c
10493         * src/prefs_common.h
10494         * src/textview.c
10495                 Add 'View/Hide quotes'. Patch based on a patch
10496                 by Rafal Weglarz
10497
10498 2006-07-31 [colin]      2.4.0cvs6
10499
10500         * src/action.c
10501                 Fix problem with "> stuff >" actions
10502
10503 2006-07-31 [paul]       2.4.0cvs5
10504
10505         * po/nb.po
10506                 updated by Geir Helland
10507
10508 2006-07-31 [wwp]        2.4.0cvs4
10509
10510         * src/mainwindow.c
10511         * src/summaryview.c
10512         * src/summaryview.h
10513                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10514                 thanks to Colin.
10515
10516 2006-07-31 [wwp]        2.4.0cvs3
10517
10518         * src/Makefile.am
10519         * src/addr_compl.c
10520         * src/addr_compl.h
10521         * src/addressbook.c
10522         * src/addressbook.h
10523         * src/addressbook_foldersel.c
10524         * src/addressbook_foldersel.h
10525         * src/addrindex.c
10526         * src/addrindex.h
10527         * src/matcher.c
10528         * src/matcher.h
10529         * src/matcher_parser_lex.l
10530         * src/matcher_parser_parse.y
10531         * src/prefs_common.c
10532         * src/prefs_common.h
10533         * src/prefs_filtering.c
10534         * src/prefs_matcher.c
10535         * src/prefs_matcher.h
10536         * src/summaryview.c
10537                 introduce filtering against the address book. It's now possible to add
10538                 matched conditions to determine if any email address in a message matches
10539                 or doesn't match any or all books or folders in the address book.
10540
10541 2006-07-31 [wwp]        2.4.0cvs2
10542
10543         * src/account.c
10544         * src/filtering.c
10545         * src/filtering.h
10546         * src/folder.c
10547         * src/folderview.c
10548         * src/inc.c
10549         * src/mainwindow.c
10550         * src/matcher.c
10551         * src/matcher_parser_lex.l
10552         * src/matcher_parser_parse.y
10553         * src/mbox.c
10554         * src/prefs_filtering.c
10555         * src/prefs_filtering.h
10556         * src/procmsg.c
10557         * src/procmsg.h
10558         * src/summaryview.c
10559                 introduce per-account filtering rules. Each filtering rule can now be assigned
10560                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10561                 when applying filtering rules manually, as all rules will apply - even the ones
10562                 assigned to an account. This issue will be addressed soon.
10563  
10564
10565
10566 2006-07-31 [wwp]        2.4.0cvs1
10567
10568         * src/quote_fmt.c
10569                 make more strings translatable.
10570
10571 2006-07-31 [paul]       2.4.0
10572
10573         2.4.0 released
10574
10575 2006-07-31 [paul]       2.3.1cvs91
10576
10577         * po/ca.po
10578                 updated by Miquel Oliete
10579
10580 2006-07-31 [paul]       2.3.1cvs90
10581
10582         * po/de.po
10583         * po/el.po
10584         * po/fr.po
10585         * po/it.po
10586         * po/pl.po
10587         * po/pt_BR.po
10588         * po/sr.po
10589         * po/zh_CN.po
10590                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10591                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10592                 Aleksandar Urosevic, and Ralgh Young
10593
10594 2006-07-31 [paul]       2.3.1cvs89
10595
10596         * src/account.c
10597         * src/main.c
10598         * src/mainwindow.c
10599         * src/mainwindow.h
10600                 Fix a race condition when, after an SC crash, rescanning
10601                 folders took more than 0.5 seconds
10602                 Thanks to Colin
10603
10604 2006-07-31 [paul]       2.3.1cvs88
10605
10606         * src/folderview.c
10607                 don't translate separator strings
10608
10609 2006-07-30 [mones]      2.3.1cvs87
10610
10611         * doc/man/sylpheed-claws.1
10612                 Fixed non-ASCII chars in Hoa's name
10613         * po/es.po
10614                 Updated for release
10615
10616 2006-07-27 [colin]      2.3.1cvs86
10617
10618         * src/textview.c
10619                 Don't include the leading \n in links
10620                 Patch by Fabien
10621
10622 2006-07-25 [colin]      2.3.1cvs85
10623
10624         * src/mainwindow.c
10625         * src/common/socket.h
10626         * src/etpan/imap-thread.c
10627                 Refresh resolvers before connecting
10628                 to IMAP servers, and after switching
10629                 to online. Thanks to Paul.
10630
10631 2006-07-18 [colin]
10632
10633         * 2.4.0-rc4 released
10634
10635 2006-07-17 [colin]      2.3.1cvs84
10636
10637         * src/inc.c
10638                 Show connection attempt in statusbar before
10639                 connecting (previously first message was
10640                 "Retrieving messages from ..." after the
10641                 connection succeeded.
10642
10643 2006-07-16 [wwp]        2.3.1cvs83
10644
10645         * sylpheed-claws.ico
10646                 Added .ico file (windows multi-size icon file, generated).
10647
10648 2006-07-12 [wwp]        2.3.1cvs82
10649
10650         * src/messageview.c
10651                 remove Message/Re-edit menu entry from messageview window,
10652                 as sent/draft/queued messages are opened in compose window when
10653                 re-edited and it's not possible to re-edit other msgs.
10654
10655 2006-07-12 [paul]       2.3.1cvs81
10656
10657         * AUTHORS
10658         * src/mainwindow.c
10659         * src/gtk/authors.h
10660                 check online state before resetting
10661                 mailcheck timer. Useful if some program
10662                 verifies connection state and updates
10663                 Claws.
10664                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10665
10666 2006-07-12 [paul]       2.3.1cvs80
10667
10668         * sylpheed-claws-128x128.png
10669         * sylpheed-claws-64x64.png
10670         * sylpheed-claws.png
10671         * src/Makefile.am
10672         * src/main.c
10673         * src/prefs_toolbar.c
10674         * src/stock_pixmap.c
10675         * src/stock_pixmap.h
10676         * src/wizard.c
10677         * src/gtk/about.c
10678         * src/gtk/gtkutils.c
10679         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10680         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10681         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10682         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10683         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10684         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10685                 updated and renamed logo/icon files and related
10686                 logo by Jesper Schultz
10687
10688 2006-07-11 [paul]       2.3.1cvs79
10689
10690         * src/main.c
10691                 fix the labels a smidgin
10692
10693 2006-07-09 [colin]      2.3.1cvs78
10694
10695         * src/textview.c
10696                 Show errors in textviewer's command
10697                 Patch by H. Merijn Brand
10698
10699 2006-07-09 [colin]      2.3.1cvs77
10700
10701         * src/compose.c
10702                 Save FMID in drafts too
10703
10704 2006-07-08 [colin]      2.3.1cvs76
10705
10706         * src/compose.c
10707                 Svae RMID in drafted mails too
10708                 Save quote_fmt vars for whole mails,
10709                 don't reset at each quote_fmt_init:
10710                 allows to use the same |i{var} in
10711                 various template fields
10712         * src/prefs_template.c
10713         * src/quote_fmt.h
10714         * src/quote_fmt_parse.y
10715                 Same
10716
10717 2006-07-08 [colin]      2.3.1cvs75
10718
10719         * src/textview.c
10720                 Fix highlighting of attached parts URIs
10721
10722 2006-07-08 [colin]      2.3.1cvs74
10723
10724         * src/main.c
10725                 Prevent bug #981 (sc 2.3.1 segfaults with 
10726                 gtk+ 2.10) from being reported again:
10727                 if Sylpheed-Claws has been compiled against
10728                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10729                 of if Sylpheed-Claws has been compiled against
10730                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10731                 error out.
10732
10733 2006-07-07 [colin]      2.3.1cvs73
10734
10735         * src/prefs_actions.c
10736                 Fix label
10737
10738 2006-07-07 [colin]      2.3.1cvs72
10739
10740         * src/prefs_actions.c
10741                 Fix compile on gtk < 2.8. argh :)
10742
10743 2006-07-07 [paul]       2.3.1cvs71
10744
10745         * src/common/defs.h
10746                 update DONATE_URI
10747
10748 2006-07-07 [colin]      2.3.1cvs70
10749
10750         * po/POTFILES.in
10751         * src/quote_fmt.c
10752         * src/quote_fmt_lex.l
10753         * src/quote_fmt_parse.y
10754                 Add |i{var}, a way to insert user-entered
10755                 text in a template
10756
10757 2006-07-07 [colin]
10758
10759         * 2.4.0-rc3 released
10760
10761 2006-07-07 [colin]      2.3.1cvs69
10762
10763         * src/folder.c
10764                 Don't consider inboxes of UNKNOWN folder 
10765                 classes to be useable as default inboxes
10766
10767 2006-07-07 [paul]       2.3.1cvs68
10768
10769         * src/textview.c
10770                 add missing #include <errno.h>
10771                 Thanks to René J. Blokland
10772
10773 2006-07-07 [paul]       2.3.1cvs67
10774
10775         * src/action.c
10776                 Return now Closes dialog
10777         * src/mimeview.c
10778         * src/mimeview.h
10779         * src/textview.c
10780                 add contextual menu to mime parts listed
10781                 in the textview
10782                 Thanks to Colin
10783         * src/common/utils.c
10784                 reversal: ' is a valid character in URLs
10785
10786 2006-07-06 [colin]      2.3.1cvs66
10787
10788         * src/remotefolder.h
10789                 Forgotten in previous commit
10790
10791 2006-07-06 [colin]      2.3.1cvs65
10792
10793         * src/folder.c
10794                 Set summary update flag whenever
10795                 totals changed
10796         * src/imap.c
10797         * src/prefs_account.c
10798         * src/common/utils.h
10799         * src/etpan/imap-thread.c
10800                 Fix warnings, thanks to Fabien and
10801                 Ricardo
10802
10803 2006-07-06 [wwp]        2.3.1cvs64
10804
10805         * src/gtk/gtkutils.c
10806                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10807
10808 2006-07-06 [wwp]        2.3.1cvs63
10809
10810         * src/account.c
10811         * src/addressbook.c
10812         * src/addressitem.h
10813         * src/folderview.c
10814         * src/mainwindow.c
10815         * src/manual.c
10816         * src/manual.h
10817         * src/message_search.c
10818         * src/prefs_actions.c
10819         * src/prefs_filtering.c
10820         * src/prefs_filtering.h
10821         * src/prefs_template.c
10822         * src/summary_search.c
10823         * src/summaryview.c
10824         * src/gtk/gtkutils.c
10825         * src/gtk/gtkutils.h
10826         * src/gtk/pluginwindow.c
10827                 add help buttons to some dialogs. Clicking such buttons opens a
10828                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10829
10830 2006-07-06 [paul]       2.3.1cvs62
10831
10832         * src/textview.c
10833                 fix attachments contextual menu
10834                 Thanks to Colin
10835
10836 2006-07-05 [colin]      2.3.1cvs61
10837
10838         * src/textview.c
10839         * src/compose.c
10840                 Handle sftp:// links
10841
10842 2006-07-05 [paul]       2.3.1cvs60
10843
10844         * src/gtk/filesel.c
10845                 grab save button by default
10846                 Thanks to Colin
10847
10848 2006-07-05 [wwp]        2.3.1cvs59
10849
10850         * manual/xml2pdf
10851                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10852
10853 2006-07-04 [colin]      2.3.1cvs58
10854
10855         * src/mimeview.c
10856         * src/textview.c
10857                 Use left click to select, middle click to open
10858                 on mimeparts links
10859         * src/common/utils.c
10860                 Fix segfault
10861
10862 2006-07-04 [colin]      2.3.1cvs57
10863
10864         * src/mainwindow.c
10865         * src/news.c
10866                 Warning fixes, thanks to Fabien
10867
10868 2006-07-04 [colin]      2.3.1cvs56
10869
10870         * src/mimeview.c
10871         * src/mimeview.h
10872         * src/textview.c
10873                 Allow parts to be selected via their text label
10874                 in textview
10875
10876 2006-07-04 [colin]      2.3.1cvs55
10877
10878         * src/folderview.c
10879                 Feedback when closing (for big folders)
10880         * src/prefs_actions.c
10881         * src/prefs_filtering.c
10882         * src/prefs_matcher.c
10883         * src/prefs_template.c
10884                 Fix default button when closing without
10885                 having saved
10886
10887 2006-07-04 [colin]      2.3.1cvs54
10888
10889         * src/news.c
10890                 Delete local file on deletion
10891
10892 2006-07-03 [colin]      2.3.1cvs53
10893
10894         * src/folderview.c
10895         * src/main.c
10896                 Don't freeze when rescanning after crash
10897
10898 2006-07-03 [wwp]        2.3.1cvs52
10899
10900         * src/compose.c
10901         * src/privacy.c
10902         * src/privacy.h
10903         * src/plugins/pgpinline/pgpinline.c
10904         * src/plugins/pgpmime/pgpmime.c
10905                 don't report an error when the user cancels the passphrase dialog.
10906
10907 2006-07-02 [colin]      2.3.1cvs51
10908
10909         * src/folderview.c
10910                 Open message when crossing folders with Space,
10911                 goto next unread and friends
10912
10913 2006-07-01 [colin]      2.3.1cvs50
10914
10915         * src/prefs_account.c
10916                 Typographic rules varying from language
10917                 to language (in french "Protocole :"),
10918                 we have to do that :)
10919
10920 2006-07-01 [ticho]      2.3.1cvs49
10921
10922         * src/prefs_account.c
10923                 Only use one temporary gchar* variable in
10924                 prefs_account_protocol_set_optmenu().
10925
10926 2006-07-01 [ticho]      2.3.1cvs48
10927
10928         * src/prefs_account.c
10929         * src/prefs_account.h
10930                 Use GtkLabel for existing account protocol name.
10931                 Created an array for protocol names and populate the
10932                 combobox from it in a for() cycle.
10933
10934 2006-06-30 [colin]      2.3.1cvs47
10935
10936         * src/compose.c
10937                 Block undo when changing signature (by changing
10938                 account)
10939
10940 2006-06-30 [paul]       2.3.1cvs46
10941
10942         * src/send_message.c
10943                 when editing From in the Compose window, use that address
10944                 in the Return-Path: header
10945                 Thanks to Colin
10946
10947 2006-06-30 [colin]      2.3.1cvs45
10948
10949         * src/compose.c
10950                 Fix signature replacement:
10951                 - when no newline before separator
10952                 - when reediting
10953
10954 2006-06-29 [colin]      2.3.1cvs44
10955
10956         * src/folderview.c
10957         * src/folderview.h
10958         * src/mainwindow.c
10959         * src/summaryview.c
10960                 Let 'View/Go to/Next marked' work like
10961                 Next new & Next unread: across folders
10962                 Change the select_on_entry pref to do
10963                 what we want when changing folder
10964         * src/common/utils.c
10965                 Fix single-quoted links 
10966
10967 2006-06-29 [colin]      2.3.1cvs43
10968
10969         * src/gtk/gtkaspell.c
10970                 "Sylpheed" and "Sylpheed-Claws" do exist !
10971
10972 2006-06-29 [colin]      2.3.1cvs42
10973
10974         * src/imap.c
10975                 Forgot to remove debug
10976
10977 2006-06-29 [colin]      2.3.1cvs41
10978
10979         * src/imap.c
10980         * src/imap.h
10981         * src/mainwindow.c
10982                 Disconnect from IMAP servers when going
10983                 offline. Fixes bug #978 (going to offline-mode 
10984                 won't close connections)
10985
10986 2006-06-29 [colin]      2.3.1cvs40
10987
10988         * src/main.c
10989                 Fix transient setting on failing plugins
10990                 Patch by Fabien
10991         * src/plugins/pgpcore/sgpgme.c
10992                 Only warn for OpenPGP. Most people don't
10993                 have CMS available.
10994
10995 2006-06-29 [colin]      2.3.1cvs39
10996
10997         * src/compose.c
10998                 Fix Spelling menu (discrepancy between context menu
10999                 and top menu when folder's dictionary isn't the 
11000                 default one)
11001         * src/plugins/pgpcore/sgpgme.c
11002                 More error reporting about why gpgme can fail
11003
11004 2006-06-29 [wwp]        2.3.1cvs38
11005
11006         * src/mainwindow.c
11007                 honor the display-header-pane setting even when the message view
11008                 is a separate window.
11009
11010 2006-06-29 [wwp]        2.3.1cvs37
11011
11012         * src/prefs_actions.c
11013                 forgot to commit that one (use of GTK_STOCK_INFO).
11014
11015 2006-06-29 [colin]      2.3.1cvs36
11016
11017         * src/imap.c
11018                 Better handling of login errors (ask the password
11019                 again once), alert in case of error. Fix three
11020                 signedness warnings.
11021
11022 2006-06-28 [wwp]        2.3.1cvs35
11023
11024         * src/prefs_template.c
11025         * src/prefs_matcher.c
11026         * src/prefs_filtering_action.c
11027         * src/prefs_quote.c
11028                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11029                 patch by Fabien Vantard, slightly modified.
11030
11031 2006-06-28 [paul]
11032
11033         2.4.0-rc2 released
11034
11035 2006-06-28 [colin]      2.3.1cvs34
11036
11037         * src/prefs_account.c
11038                 Fix bug #977 (Can't add or edit imap accounts)
11039
11040 2006-06-28 [colin]      2.3.1cvs33
11041
11042         * src/mimeview.c
11043                 Fix previous
11044
11045 2006-06-28 [colin]      2.3.1cvs32
11046
11047         * src/mimeview.c
11048                 Save named inlined attachments with "Save all"
11049         * src/main.c
11050         * src/mbox.c
11051         * src/common/plugin.c
11052         * src/common/plugin.h
11053         * src/common/sylpheed.c
11054         * src/common/utils.c
11055         * src/plugins/pgpcore/sylpheed.def
11056         * src/plugins/pgpinline/sylpheed.def
11057         * src/plugins/pgpmime/sylpheed.def
11058                 Win32 compatibility patch, by
11059                 Werner Koch
11060
11061 2006-06-28 [wwp]        2.3.1cvs31
11062
11063         * src/imap.c
11064         * src/prefs_folder_item.c
11065                 less compilation warnings (thanks to Fabien Vantard), less typos.
11066
11067 2006-06-28 [paul]       2.3.1cvs30
11068
11069         * src/gtk/gtkutils.c
11070                 gtk_combo_box_set_focus_on_click() is only
11071                 available since gtk 2.6.0
11072
11073 2006-06-28 [paul]       2.3.1cvs29
11074
11075         * src/prefs_ext_prog.c
11076                 fix engrish and add a tooltip for the
11077                 'command for 'Display as text' option
11078
11079 2006-06-28 [paul]
11080
11081         2.4.0-rc1 released
11082
11083 2006-06-28 [paul]       2.3.1cvs28
11084
11085         * ChangeLog
11086         * tools/Makefile.am
11087                 include textviewer.pl in releases
11088
11089 2006-06-28 [paul]       2.3.1cvs27
11090
11091         * src/prefs_ext_prog.c
11092                 hide Print command option if libgnomeprint
11093                 support is present
11094
11095 2006-06-27 [colin]      2.3.1cvs26
11096
11097         * src/compose.c
11098                 Fix Esc handling in insert/attach dialog
11099                 Don't show this dialog if dragging something
11100                 else than text/uri-list
11101                 Thanks to Fabien Vantard
11102         * tools/textviewer.pl
11103                 Filter script to display stuff as text
11104                 by H. Merijn Brand
11105
11106 2006-06-27 [wwp]        2.3.1cvs25
11107
11108         * src/messageview.c
11109                 use the exact product name (message view title), patch
11110                 by Fabien Vantard.
11111
11112 2006-06-27 [ticho]      2.3.1cvs24
11113
11114         * src/prefs_account.c
11115         * src/prefs_common.c
11116         * src/prefs_common.h
11117         * src/prefs_ext_prog.c
11118         * src/textview.c
11119                 Add a preference (Preferences/External programs)
11120                 to allow "Display as text" to be done via a script
11121                 (patch by H.Merijn Brand).
11122                 Use GtkComboBox for protocol selection in account
11123                 preferences.
11124                 Only include current choice for existing accounts, and
11125                 insensitivize the combobox.
11126
11127 2006-06-27 [paul]       2.3.1cvs23
11128
11129         * src/mbox.c
11130                 fix crasher introduced in cvs21.
11131                 Thanks to Colin
11132
11133 2006-06-26 [colin]      2.3.1cvs22
11134
11135         * src/mbox.c
11136                 Fix double-frees when leaving folders
11137                 after exporting to mbox
11138
11139 2006-06-26 [colin]      2.3.1cvs21
11140
11141         * src/mbox.c
11142                 More feedback (and optimisation)
11143                 on import/export
11144         * src/common/utils.c
11145                 Fix case when looking for mail addresses
11146         * src/gtk/gtkutils.c
11147                 Extra check for (X-)Face
11148
11149 2006-06-25 [ticho]      2.3.1cvs20
11150
11151         * src/compose.c
11152         * src/exphtmldlg.c
11153         * src/gtk/gtkutils.c
11154         * src/gtk/gtkutils.h
11155                 Added second argument to gtkut_sc_combobox_create() to
11156                 control focus-on-click for the widget.
11157                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11158
11159 2006-06-25 [ticho]      2.3.1cvs19
11160
11161         * src/compose.c
11162         * src/gtk/Makefile.am
11163         * src/gtk/combobox.c
11164         * src/gtk/combobox.h
11165         * src/gtk/gtkutils.c
11166         * src/gtk/gtkutils.h
11167                 Use GtkComboBox instead of deprecated GtkOptionMenu
11168                 for account selector in compose window and for encoding
11169                 selector in attachment properties.
11170                 Also factorise working with the new GtkComboBox somewhat.
11171
11172 2006-06-24 [paul]       2.3.1cvs18
11173
11174         * src/prefs_common.c
11175                 use the correct default value
11176
11177 2006-06-24 [paul]       2.3.1cvs17
11178
11179         * src/compose.c
11180         * src/prefs_common.c
11181         * src/prefs_common.h
11182         * src/prefs_compose_writing.c
11183                 enable setting of default action when
11184                 dnd'ing files in the compose window.
11185                 (Collaborative effort with wwp)
11186
11187 2006-06-23 [wwp]        2.3.1cvs16
11188
11189         * src/compose.c
11190                 i18n fix (thanks to Fabien Vantard)
11191
11192 2006-06-22 [colin]      2.3.1cvs15
11193
11194         * src/prefs_customheader.c
11195                 Don't use filters in custom headers' file 
11196                 selector. Remember, extensions mean nothing :)
11197
11198 2006-06-22 [paul]       2.3.1cvs14
11199
11200         * configure.ac
11201                 allow setting of man directory location
11202
11203 2006-06-22 [colin]      2.3.1cvs13
11204
11205         * src/mainwindow.c
11206                 Add 'View/Go to/Next unread folder'.
11207                 I missed that :)
11208
11209 2006-06-22 [colin]      2.3.1cvs12
11210
11211         * src/common/utils.c
11212                 Add some subject prefixes
11213                 Patch by Bjorn T Johansen <btj@havleik.no>
11214
11215 2006-06-22 [colin]      2.3.1cvs11
11216
11217         * manual/advanced.xml
11218                 Forgotten hidden pref
11219
11220 2006-06-21 [paul]       2.3.1cvs10
11221
11222         * src/prefs_account.c
11223                 complete the removal of 'Add date header' option
11224
11225 2006-06-21 [paul]       2.3.1cvs9
11226
11227         * src/account.c
11228         * src/compose.c
11229         * src/prefs_account.c
11230         * src/prefs_account.h
11231                 remove option to add date header - always
11232                 add date header
11233         * src/etpan/imap-thread.c
11234                 fix warnings (Thanks to Colin)
11235
11236 2006-06-21 [wwp]        2.3.1cvs8
11237
11238         * src/folder.c
11239                 set the attachment flag when inline text part are (file)named. This is more convenient
11240                 when receiving (for instance) inline source files or patches sent using thunderbird.
11241
11242 2006-06-21 [paul]       2.3.1cvs7
11243
11244         * src/inc.c
11245                 fix off-by-one count of current msg in
11246                 statusbar filtering progressbar
11247
11248 2006-06-21 [paul]       2.3.1cvs6
11249
11250         * src/folder.c
11251                 Show attachment icon even if the part is 'inline'
11252                 if the following conditions are met:
11253                 - content-type != 'text/plain'
11254                 - content-type != '*/pgp-signature'
11255                 - either 'name' or 'filename' parameter is not NULL
11256                 
11257                 Thanks to Colin
11258
11259 2006-06-21 [paul]       2.3.1cvs5
11260
11261         * src/messageview.c
11262         * src/prefs_common.c
11263         * src/prefs_common.h
11264         * src/prefs_other.c
11265                 add an option to 'Never send Return
11266                 Receipts'
11267                 Thanks to Colin
11268
11269 2006-06-20 [mones]      2.3.1cvs4
11270
11271         * po/es.po
11272                 updated
11273         * src/compose.c
11274                 typo fixed (space after comma)
11275         * tools/make.themes.project
11276                 remove exec mode from tarball files
11277
11278 2006-06-20 [colin]      2.3.1cvs3
11279
11280         * src/news.c
11281         * src/procheader.c
11282         * src/unmime.c
11283                 Better fix for \n's in headers (don't 
11284                 break Received: and others)
11285
11286 2006-06-20 [paul]       2.3.1cvs2
11287
11288         * src/alertpanel.c
11289         * src/textview.c
11290                 improve legibility of phishing attempt
11291                 dialog
11292
11293 2006-06-20 [paul]       2.3.1cvs1
11294
11295         * NEWS
11296         * README
11297         * configure.ac
11298                 Update version number following
11299                 stable release
11300
11301 2006-06-20 [colin]      2.3.0cvs26
11302
11303         * src/compose.c
11304                 When dragging a file to the text of the compose
11305                 window, ask whether we want to insert or attach
11306                 (I know lots of people who do that to attach)
11307
11308 2006-06-20 [colin]      2.3.0cvs25
11309
11310         * src/etpan/imap-thread.c
11311                 Fix threshold (the append command is often > 32 bytes)
11312
11313 2006-06-19 [colin]      2.3.0cvs24
11314
11315         * src/imap.c
11316         * src/etpan/imap-thread.c
11317                 Workaround Rockliffe IMAP server bug: replace
11318                 "x UID SEARCH (ANSWERED UID 1:*)" with
11319                 "x UID SEARCH ANSWERED"
11320                 (Rockliffe doesn't handle the parenthesis)
11321
11322 2006-06-19 [colin]      2.3.0cvs23
11323
11324         * src/compose.c
11325         * src/imap.c
11326         * src/etpan/imap-thread.c
11327                 Probably fix bug #972 (Freezes when adding 
11328                 an attachment to the message)
11329         * src/common/defs.h
11330                 Modernize Firefox cmd
11331
11332
11333 2006-06-18 [colin]      2.3.0cvs22
11334
11335         * src/prefs_customheader.c
11336                 Only allow correct filenames for various
11337                 custom headers
11338
11339 2006-06-18 [colin]      2.3.0cvs21
11340
11341         * src/prefs_customheader.c
11342                 Add a 'From File...' button in custom headers prefs, which
11343                 try to do the right thing: 
11344                 for normal headers, use file as plaintext,
11345                 for X-Face, calls compface,
11346                 for Face, encode to b64.
11347
11348 2006-06-17 [colin]      2.3.0cvs20
11349
11350         * src/mh.c
11351                 Warning fix
11352
11353 2006-06-16 [colin]      2.3.0cvs19
11354
11355         * src/summaryview.c
11356                 Recursive quicksearch: show message list
11357                 in current folder, *then* search children
11358                 in the background.
11359
11360 2006-06-16 [colin]      2.3.0cvs18
11361
11362         * src/main.c
11363                 Instead of ignoring SIGPIPE, save caches
11364                 when getting one. Will fix the fact that
11365                 hot caches are out-of-date when logging 
11366                 out of Xorg.
11367         * src/compose.c
11368         * src/prefs_compose_writing.c
11369                 Only save text (not attachments) when 
11370                 auto-saving to drafts
11371         * src/unmime.c
11372                 Always replace \n, \r and \t with spaces
11373                 in headers
11374         * manual/dist/html/Makefile.am
11375         * manual/dist/pdf/Makefile.am
11376         * manual/dist/ps/Makefile.am
11377         * manual/dist/txt/Makefile.am
11378         * manual/fr/dist/html/Makefile.am
11379         * manual/fr/dist/pdf/Makefile.am
11380         * manual/fr/dist/ps/Makefile.am
11381         * manual/fr/dist/txt/Makefile.am
11382         * manual/pl/dist/html/Makefile.am
11383         * manual/pl/dist/pdf/Makefile.am
11384         * manual/pl/dist/ps/Makefile.am
11385         * manual/pl/dist/txt/Makefile.am
11386                 Fix make clean removing pregenerated manuals
11387
11388
11389 2006-06-16 [colin]      2.3.0cvs17
11390
11391         * src/plugins/pgpcore/sgpgme.c
11392         * src/plugins/pgpmime/pgpmime.c
11393         * src/plugins/pgpinline/pgpinline.c
11394                 Better error reporting in setup_signers.
11395                 Don't fallback to default key if specified
11396                 key isn't found.
11397                 Don't allow signing if more than one secret
11398                 key matches the one specified in prefs.
11399
11400 2006-06-15 [colin]      2.3.0cvs16
11401
11402         * src/folderview.c
11403                 Add "Send queue" in the folder's contextual
11404                 menu
11405         * src/compose.c
11406         * src/messageview.c
11407         * src/privacy.c
11408         * src/privacy.h
11409         * src/procmime.c
11410         * src/procmsg.c
11411         * src/plugins/pgpcore/passphrase.c
11412         * src/plugins/pgpcore/sgpgme.c
11413         * src/plugins/pgpinline/pgpinline.c
11414         * src/plugins/pgpmime/pgpmime.c
11415                 Better error reporting
11416         * src/mbox.c
11417                 Probably fix bug #971 (2.2.3 cannot read mail 
11418                 from local mbox)
11419
11420
11421 2006-06-15 [mones]      2.3.0cvs15
11422
11423         * tools/make.themes.project
11424                 creates the themes project from the web page
11425
11426 2006-06-15 [colin]      2.3.0cvs14
11427
11428         * src/folder.c
11429                 Better fix (avoid losing the folder if scan_tree 
11430                 fails)
11431
11432 2006-06-15 [cleroy]     2.3.0cvs13
11433
11434         * src/folder.c
11435                 Probably fix Bug #969 (crash on rebuilding 
11436                 imap folder)
11437
11438 2006-06-14 [colin]      2.3.0cvs12
11439
11440         * manual/dtd/manual.xsl
11441         * manual/sylpheed-claws-manual.xml
11442         * manual/fr/sylpheed-claws-manual.xml
11443         * manual/pl/sylpheed-claws-manual.xml
11444                 Insert pagebreaks between sections
11445
11446 2006-06-14 [paul]       2.3.0cvs11
11447
11448         * configure.ac
11449                 better fix than 2.3.0cvs10
11450
11451 2006-06-14 [paul]       2.3.0cvs10
11452
11453         * configure.ac
11454                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11455                 (backwards compatible)
11456
11457 2006-06-13 [colin]      2.3.0cvs9
11458
11459         * src/messageview.c
11460                 Fix sending of return receipt with the new queue folders
11461
11462 2006-06-13 [wwp]        2.3.0cvs8
11463
11464         * src/quote_fmt_lex.l
11465                 fix wrong tokens returned in quote_fmt lexer, query not().
11466
11467 2006-06-13 [wwp]        2.3.0cvs7
11468
11469         * src/folder.c
11470         * src/prefs_folder_item.c
11471                 allow changing folder type even when folder is not a top-level one,
11472                 thanks to Colin.
11473
11474 2006-06-12 [colin]      2.3.0cvs6
11475
11476         * src/folderview.c
11477                 Fix double-ask of "Do you want to mark all
11478                 as read"
11479
11480 2006-06-12 [colin]      2.3.0cvs5
11481
11482         * src/compose.c
11483         * src/compose.h
11484         * src/folder.c
11485         * src/folder.h
11486         * src/imap.c
11487         * src/inc.c
11488         * src/main.c
11489         * src/messageview.c
11490         * src/mh.c
11491         * src/prefs_folder_item.c
11492         * src/procheader.c
11493         * src/procmime.c
11494         * src/procmsg.c
11495         * src/procmsg.h
11496         * src/send_message.c
11497         * src/summaryview.c
11498         * src/toolbar.c
11499                 Apply bug #964's patch (Queue and drafts aren't normal)
11500                 The Drafts and Queue folder now contain RFC-822 files,
11501                 allowing to move and copy mails from and to these 
11502                 folders. Moving from Drafts to Queue will prepare the
11503                 mail for sending (PGP signature, encryption, etc).
11504                 This patch also rework sending errors handling to try
11505                 to be more helpful.
11506                 Also, allow redefining folder types via the GUI 
11507                 (Folder type in its Properties)
11508
11509 2006-06-12 [colin]      2.3.0cvs4
11510
11511         * src/summaryview.c
11512         * src/prefs_common.c
11513         * src/prefs_common.h
11514         * src/gedit-print.c
11515                 Allow to define a specific print font - patch
11516                 by Bernhard Walle <bernhard.walle@gmx.de>
11517         * src/prefs_fonts.c
11518         * manual/advanced.xml
11519         * manual/fr/advanced.xml
11520                 Add a hidden pref to allow deletion without
11521                 confirmation
11522
11523 2006-06-12 [wwp]        2.3.0cvs3
11524
11525         * .cvsignore
11526                 more files to ignore.
11527
11528 2006-06-12 [wwp]        2.3.0cvs2
11529
11530         * src/quote_fmt.c
11531         * src/quote_fmt_lex.l
11532         * src/quote_fmt_parse.y
11533                 extend the quote_fmt parser (templates and quotes):
11534                 - allow limited sub-expressions in |p{} and |f{} expressions,
11535                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11536                 - implemented/fixed missing implementation of query_references and show_references,
11537                 - completed, fixed contents and format of the symbols help dialog,
11538                 - fix some compilation warnings.
11539
11540 2006-06-12 [wwp]        2.3.0cvs1
11541
11542         * manual/advanced.xml
11543         * manual/fr/advanced.xml
11544                 updates in the "templates" section of the manual (eng/fr):
11545                  - be more precise (both versions)
11546                  - completed to match the english reference (fr version)
11547                  - touchups (both versions)
11548
11549 2006-06-12 [paul]       2.3.0
11550
11551         2.3.0 released
11552
11553 2006-06-12 [paul]       2.2.3cvs14
11554
11555         * po/ca.po
11556         * po/cs.po
11557         * po/de.po
11558         * po/el.po
11559         * po/fr.po
11560         * po/it.po
11561         * po/pt_BR.po
11562         * po/sr.po
11563         * po/zh_CN.po
11564                 updated by Miquel Oliete, Tim, Stephan Sachse,
11565                 Stavros Giannouris, Fabien Vantard, Andrea
11566                 Spadaccini, Frederico Goncalves Guimaraes,
11567                 Aleksandar Urosevic, and Ralgh Young
11568
11569 2006-06-12 [colin]      2.2.3cvs13
11570
11571         * src/mbox.c
11572                 Add missing header
11573
11574 2006-06-11 [colin]      2.2.3cvs12
11575
11576         * src/msgcache.c
11577                 Verify that g_malloc() succeeded
11578
11579 2006-06-11 [colin]      2.2.3cvs11
11580
11581         * src/wizard.c
11582                 Add Face header to welcome mail
11583
11584 2006-06-10 [colin]      2.2.3cvs10
11585
11586         * src/textview.c
11587                 Revert previous (Forgot it changes the
11588                 margin on the whole mail)
11589
11590 2006-06-10 [colin]      2.2.3cvs9
11591
11592         * src/textview.c
11593                 Don't overlap long headers under (X-)Face
11594
11595 2006-06-10 [mones]      2.2.3cvs8
11596
11597         * manual/xml2pdf
11598                 allow generation of manual on systems lacking saxon binary
11599                 but with java and the saxon library installed
11600
11601         * po/es.po
11602                 updated for release
11603
11604 2006-06-09 [colin]      2.2.3cvs7
11605
11606         * src/summaryview.c
11607                 Fix leak when using Display Sender using Addressbook
11608
11609 2006-06-09 [colin]      2.2.3cvs6
11610
11611         * src/compose.c
11612         * src/folder.c
11613         * src/folderview.c
11614         * src/mimeview.c
11615         * src/summaryview.c
11616                 More leaks fixes
11617
11618 2006-06-09 [paul]       2.2.3cvs5
11619
11620         * AUTHORS
11621         * src/gtk/authors.h
11622         * tools/claws.i18n.status.pl
11623                 updated with new info
11624
11625 2006-06-09 [paul]       2.2.3cvs4
11626
11627         * README
11628                 updated
11629         * manual/ack.xml
11630                 add wwp to authors list
11631         * src/gtk/authors.h
11632                 update mine and Colin's addresses
11633
11634 2006-06-08 [colin]      2.2.3cvs3
11635
11636         * src/etpan/imap-thread.c
11637                 Fix leak on SSL cert check
11638
11639 2006-06-08 [colin]      2.2.3cvs2
11640
11641         * src/common/utils.c
11642                 Fix leak
11643
11644 2006-06-08 [paul]       2.2.3cvs1
11645
11646         * configure.ac
11647                 Update version number following
11648                 stable release
11649
11650 2006-06-07 [colin]      2.2.2cvs3
11651
11652         * src/msgcache.c
11653                 Fix catching cache read errors (guint instead of gint)
11654                 Prevent malloc'ing more than 8MB (means cache corruption)
11655
11656 2006-06-07 [paul]       2.2.2cvs2
11657
11658         * src/exporthtml.c
11659         * src/exportldif.c
11660         * src/mh.c
11661         * src/mutt.c
11662         * src/pine.c
11663         * src/common/utils.c
11664                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11665                 obey $HOME'
11666                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11667                 Thanks to Colin
11668
11669 2006-06-06 [paul]       2.2.2cvs1
11670
11671         * configure.ac
11672                 Update version number following
11673                 stable release
11674
11675 2006-06-06 [paul]       2.2.1cvs6
11676
11677         * src/matcher.c
11678                 fix  implicit declaration of
11679                 sylpheed_do_idle()
11680                 Patch by Fabien Vantard
11681
11682 2006-06-06 [paul]       2.2.1cvs5
11683
11684         * src/matcher.c
11685                 fix age_greater and age_lower so that they
11686                 mean what say and not '...or equal to'
11687                 Thanks to Colin
11688
11689 2006-06-06 [paul]       2.2.1cvs4
11690
11691         * src/textview.c
11692         * src/common/utils.c
11693                 fix URI check
11694                 Thanks to Colin
11695
11696 2006-06-05 [wwp]        2.2.1cvs3
11697
11698         * manual/fr/account.xml
11699                 minor language fixes (thanks to Fabien Vantard).
11700
11701 2006-06-05 [colin]      2.2.1cvs2
11702
11703         * src/prefs_folder_item.c
11704         * src/folderview.c
11705                 Allow recursive setting of properties 
11706                 for whole mailboxes
11707         * src/matcher.c
11708                 Don't freeze on 'test' filtering rule
11709
11710 2006-06-05 [colin]      2.2.1cvs1
11711
11712         * configure.ac
11713                 Update version number following
11714                 stable release
11715
11716 2006-06-04 [wwp]        2.2.0cvs82
11717
11718         * manual/glossary.xml
11719         * manual/account.xml
11720         * manual/fr/glossary.xml
11721         * manual/fr/account.xml
11722                 added glossary section and references/links related to the Face custom header.
11723
11724 2006-06-04 [colin]      2.2.0cvs81
11725
11726         * src/summaryview.c
11727                 Skip to next message on move with no
11728                 immediate execution
11729
11730 2006-06-04 [wwp]        2.2.0cvs80
11731
11732         * manual/xml2pdf
11733                 added sanity checks, exit when needed.
11734
11735 2006-06-03 [paul]       2.2.0cvs79
11736
11737         * src/prefs_receive.c
11738                 page name is now 'Receiving'
11739         * src/prefs_send.c
11740                 page name is now 'Sending'
11741
11742 2006-06-03 [colin]      2.2.0cvs78
11743
11744         * src/plugins/spamassassin/spamassassin_gtk.c
11745                 Autoswitch to Localhost if transport was previously
11746                 disabled. Else people had to check [] Enable, then
11747                 *reselect* transport.
11748
11749 2006-06-03 [colin]      2.2.0cvs77
11750
11751         * src/plugins/pgpinline/pgpinline.c
11752         * src/plugins/pgpmime/pgpmime.c
11753                 Check that gpg_data_release_and_get_mem 
11754                 didn't fail (now, why this happens...)
11755
11756 2006-06-03 [colin]      2.2.0cvs76
11757
11758         * src/mbox.c
11759                 Fix bug #962 (Manual and/or UI should 
11760                 warn about incompatible locking 
11761                 causing dataloss)
11762
11763 2006-06-02 [cleroy]     2.2.0cvs75
11764
11765         * src/filtering.c
11766         * src/folder.c
11767         * src/procmsg.c
11768         * src/summaryview.c
11769                 Fix a few leaks
11770
11771 2006-06-02 [colin]      2.2.0cvs74
11772
11773         * src/main.c
11774                 On exit, free caches after writing them
11775                 Shuts up some valgrind false positives
11776         * src/procmsg.c
11777         * src/send_message.c
11778                 Fix races when reusing existing SMTP connections
11779                 Fix inexistant session timeout
11780         * src/toolbar.c
11781                 Display alertpanel after all queues have
11782                 been processed, not after each
11783
11784 2006-06-02 [wwp]        2.2.0cvs73
11785
11786         * manual/fr/glossary.xml
11787         * manual/fr/ack.xml
11788         * manual/ack.xml
11789                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11790
11791 2006-06-02 [wwp]        2.2.0cvs72
11792
11793         * manual/xml2pdf
11794         * manual/dist/pdf/Makefile.am
11795         * manual/dtd/manual.xsl
11796         * manual/fr/dist/pdf/Makefile.am
11797         * manual/pl/dist/pdf/Makefile.am
11798                 we changed the procedure to generate the .pdf version of the manual.
11799                 The procedure is more modern and the .pdf we get now has a valid index.
11800                 Here are the new pre-requisites:
11801
11802                 - JRE 1.x (1.4 here): there must be one from your distro
11803                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11804                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11805                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11806
11807                 See my posts for further info about the installation of this toolchain:
11808
11809                 Date: Fri, 19 May 2006 19:40:06 +0200
11810                 From: wwp <subscript@free.fr>
11811                 To: sylpheed-claws-devel@lists.sourceforge.net
11812                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11813
11814                 and
11815
11816                 Date: Wed, 24 May 2006 12:58:49 +0200
11817                 From: wwp <subscript@free.fr>
11818                 To: sylpheed-claws-devel@lists.sourceforge.net
11819                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11820
11821 2006-06-01 [colin]      2.2.0cvs71
11822
11823         * src/compose.c
11824                 Better guards against IMAP races
11825         * src/main.c
11826         * src/prefs_common.c
11827         * src/prefs_common.h
11828         * src/common/ssl_certificate.c
11829         * src/etpan/imap-thread.c
11830         * src/etpan/imap-thread.h
11831         * src/gtk/sslcertwindow.c
11832                 New hidden option ssl_skip_cert_check to 
11833                 avoid dups of bug #959 (libetpan linked
11834                 against gnutls and gnutls buggy on 64bit)
11835                 Present expired warning only once per
11836                 session/server.
11837         * manual/advanced.xml
11838         * manual/fr/advanced.xml
11839                 Document new option
11840
11841 2006-06-01 [wwp]        2.2.0cvs70
11842
11843         * src/messageview.c
11844                 fix for bug #961 (return receipt dialog 
11845                 complains incorrectly about return-path 
11846                 email adress being different), thanks 
11847                 to Colin.
11848
11849 2006-05-31 [cleroy]     2.2.0cvs69
11850
11851         * src/common/ssl.c
11852                 Guard against NULLs, although this
11853                 should never be an issue
11854
11855 2006-05-31 [colin]      2.2.0cvs68
11856
11857         * src/filtering.c
11858                 Use g_slist_prepend
11859         * src/imap.c
11860                 Don't remove caches when destroying folder, it
11861                 could (should) be done at exit
11862         * src/inc.c
11863                 free processing cache after incorporation
11864         * src/etpan/imap-thread.c
11865                 Maybe fix bug #959 (Crash on moving to emails 
11866                 to a imap account per ssl with a expired 
11867                 certificate.)
11868
11869 2006-05-30 [colin]      2.2.0cvs67
11870
11871         * src/summaryview.c
11872                 Put back event flush when displaying message
11873                 It avoids reading a bunch of messages just
11874                 by hitting shift-n for too long ;)
11875
11876 2006-05-29 [colin]      2.2.0cvs66
11877
11878         * src/summaryview.c
11879                 Remove useless g_warnings
11880
11881 2006-05-29 [colin]      2.2.0cvs65
11882
11883         * src/imap.c
11884                 Fix g_slist_append()s for performance
11885
11886 2006-05-29 [colin]      2.2.0cvs64
11887
11888         * src/compose.c
11889         * src/common/utils.c
11890                 Fix extraneous tab at start of addresses
11891         * src/mainwindow.c
11892                 Fix warnings (thanks to Fabien)
11893                 Fix crash at exit when composing messages 
11894                 exist
11895         * src/pop.c
11896                 Fix progress bar when deleting expired mails
11897                 Thanks to Hiro
11898         * src/summaryview.c
11899         * src/gtk/gtksctree.c
11900                 Fix re-sorting slowness
11901
11902 2006-05-29 [paul]       2.2.0cvs63
11903
11904         * src/mh.c
11905                 fetch full message when moving mails
11906                 from another mailbox, (fixed data loss
11907                 when filtering from IMAP to MH, introduced
11908                 in 2.2.0cvs57).
11909                 Thanks to Colin
11910
11911 2006-05-29 [mones]      2.2.0cvs62
11912
11913         * src/gtk/gtksctree.c
11914                 Unselect faster (patch by Colin)        
11915
11916 2006-05-26 [colin]      2.2.0cvs61
11917
11918         * src/summaryview.c
11919                 Unplug MSGINFO_UPDATE callback on delete too.
11920
11921 2006-05-26 [colin]      2.2.0cvs60
11922
11923         * src/foldersel.c
11924                 Fix bold in folder selection window with glib2.10
11925                 thanks Hiro
11926
11927 2006-05-26 [colin]      2.2.0cvs59
11928
11929         * src/procheader.c
11930                 Convert date only if necessary (and don't
11931                 try to convert from utf8 to utf8, too)
11932         * src/summaryview.c
11933                 Only set column's text if the column's 
11934                 displayed
11935
11936 2006-05-26 [colin]      2.2.0cvs58
11937
11938         * src/summaryview.c
11939         * src/gtk/gtkutils.c
11940                 Fix useless warning
11941
11942 2006-05-26 [colin]      2.2.0cvs57
11943
11944         * src/mainwindow.c
11945                 Make summaryview selectable as long as 
11946                 no message has focus
11947         * src/mh.c
11948                 Faster deletion (by implementing mh_remove_msgs)
11949                 Faster copy (avoid using mh_fetch_msg just to get
11950                 the filename)
11951                 Faster move (using move_file instead of copy_file
11952                 if MSG_IS_MOVE)
11953                 No progressbar if total number of mails to cp/mv 
11954                 is less than 100
11955         * src/summaryview.c
11956                 Fix removal from subject_table when mail gets moved
11957                 Faster deletion (g_slist_prepend instead of append)
11958         * src/gtk/gtksctree.c
11959                 Remove useless code
11960
11961 2006-05-25 [colin]      2.2.0cvs56
11962
11963         * src/common/ssl_certificate.c
11964                 Fix leak in expired cert check
11965
11966 2006-05-25 [colin]      2.2.0cvs55
11967
11968         * src/mh.c
11969                 Disable flags syncing on .mh_sequences - it
11970                 is buggy and marks mails read under unknown
11971                 conditions.
11972
11973 2006-05-25 [paul]
11974
11975         * 2.3.0-rc4 released
11976
11977 2006-05-24 [colin]      2.2.0cvs54
11978
11979         attention cvs users: if you manage to crash
11980         Sylpheed-Claws while moving, copying or deleting
11981         mails, we *are* interested in stack traces and
11982         valgrind logs. It looks stable, but one never
11983         knows...
11984
11985         * src/folder.c
11986                 Add progressbar for cache updates
11987         * src/folderutils.c
11988                 Optimize Mark all read in the current
11989                 folder
11990         * src/mh.c
11991                 Add progressbar for copy/move
11992         * src/procmsg.c
11993                 Optimize O(n^2) in copy/move
11994         * src/summaryview.c
11995         * src/gtk/gtksctree.c
11996                 Optimize O(n^2) algos
11997         * src/common/timing.h
11998                 Display ms instead of us
11999
12000 2006-05-24 [wwp]        2.2.0cvs53
12001
12002         * manual/fr/advanced.xml
12003                 updates to the French manual.
12004
12005 2006-05-24 [wwp]        2.2.0cvs52
12006
12007         * src/common/utils.c
12008                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12009
12010 2006-05-24 [wwp]        2.2.0cvs51
12011
12012         * src/folderutils.c
12013                 fixed "mark all read" in MH folders (thanks to Colin).
12014
12015 2006-05-24 [paul]       2.2.0cvs50
12016
12017         * doc/man/sylpheed-claws.1
12018                 updated the man page
12019
12020 2006-05-23 [colin]      2.2.0cvs49
12021
12022         * src/folderview.c
12023         * src/imap.c
12024         * src/inc.c
12025         * src/mbox.c
12026         * src/messageview.c
12027         * src/news.c
12028         * src/send_message.c
12029         * src/summaryview.c
12030         * src/gtk/sslcertwindow.c
12031                 alertpanel fixes, by Fabien
12032
12033 2006-05-23 [colin]      2.2.0cvs48
12034
12035         * src/folder.c
12036         * src/folderview.c
12037         * src/msgcache.c
12038         * src/summaryview.c
12039         * src/gtk/gtksctree.c
12040         * src/gtk/gtksctree.h
12041                 More timings
12042                 Fix slow loading problem, which was caused by the
12043                 use of some gtk_ctree funcs and their use of
12044                 g_list_position while gtk_ctree_(un)link'ing.
12045                 Reap more functions from gtkctree.c to be sure we
12046                 use our (fast) version instead of theirs.
12047         * src/mh.c
12048                 Fix copy of unread mails
12049
12050
12051 2006-05-22 [wwp]        2.2.0cvs47
12052
12053         * manual/fr/advanced.xml
12054                 updated.
12055
12056 2006-05-22 [colin]      2.2.0cvs46
12057
12058         * src/filtering.c
12059                 Fix possible infinite loop. 'copy' is not a 
12060                 final action, so when encountering a 'copy',
12061                 we have to check if a previous one was set
12062                 and do it. In the same way, if we encounter
12063                 a 'move' we have to perform a possibly 
12064                 pending 'copy'. This will slow down filtering
12065                 on IMAP if move+copy or multiple copy actions
12066                 are to be done, but handling it via the batch
12067                 would be really too convoluted.
12068
12069 2006-05-22 [wwp]        2.2.0cvs45
12070
12071         * manual/fr/advanced.xml
12072         * manual/fr/faq.xml
12073         * manual/fr/glossary.xml
12074         * manual/fr/handling.xml
12075         * manual/fr/intro.xml
12076         * manual/fr/plugins.xml
12077         * manual/fr/sylpheed-claws-manual.xml
12078                 sync w/ the english manual: updates URIs, documented mailing-list
12079                 support, better explanation about the enabled/disabled feature
12080                 in filtering/processing rules by Paul.
12081
12082 2006-05-21 [colin]      2.2.0cvs44
12083
12084         * src/summaryview.c
12085                 Don't expand after building threads, but during
12086
12087 2006-05-21 [colin]      2.2.0cvs43
12088
12089         * src/procmsg.c
12090         * src/summaryview.c
12091                 More timing possibilities... For next time I have 
12092                 to find out how the hell some 3GHz computer takes
12093                 one minute to open a 30k folder...
12094
12095 2006-05-21 [colin]      2.2.0cvs42
12096
12097         * manual/pl/advanced.xml
12098         * manual/pl/faq.xml
12099         * manual/pl/glossary.xml
12100         * manual/pl/handling.xml
12101         * manual/pl/intro.xml
12102         * manual/pl/plugins.xml
12103         * manual/pl/sylpheed-claws-manual.xml
12104                 Polish manual updated by Pawel
12105
12106 2006-05-20 [colin]
12107
12108         * 2.3.0-rc3 released
12109
12110 2006-05-20 [colin]      2.2.0cvs41
12111
12112         * src/imap.c
12113                 Fix -rc2 problems:
12114                 - remove cache of moved messages from original folder
12115                 - apply new flags to messages even if they aren't appliable
12116                   via IMAP.
12117
12118 2006-05-20 [colin]
12119
12120         * 2.3.0-rc2 released
12121
12122 2006-05-19 [colin]      2.2.0cvs40
12123
12124         * src/imap.c
12125                 Don't issue SELECT in imap_change_flags
12126                 before having checked that we indeed have
12127                 some flags to change. MSG_POSTFILTERED for
12128                 example can't be used on IMAP.
12129                 Fixes bug #955 (copying messages between 
12130                 imap folders is extremely slow), which was
12131                 a regression.
12132
12133 2006-05-19 [colin]      2.2.0cvs39
12134
12135         * src/folder.c
12136         * src/folder.h
12137         * src/folderview.c
12138                 Try to fix bug #830 (Some unread messages 
12139                 get marked read in IMAP inbox):
12140                 - Prevent scanning a folder if it's being 
12141                   opened via the GUI
12142                 - Postpone opening via the GUI of a folder
12143                   currently scanned.
12144
12145
12146 2006-05-19 [wwp]        2.2.0cvs38
12147
12148         * manual/advanced.xml
12149                 fix English+typo (thanks to Paul).
12150
12151 2006-05-19 [wwp]        2.2.0cvs37
12152
12153         * manual/advanced.xml
12154         * manual/fr/advanced.xml
12155         * src/gtk/logwindow.c
12156         * src/prefs_common.c
12157         * src/prefs_common.h
12158                 added hidden prefs to allow customization of colors used in
12159                 protocol log window (useful for dark gtk+ themes).
12160
12161 2006-05-19 [wwp]        2.2.0cvs36
12162
12163         * ChangeLog
12164                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12165
12166 2006-05-19 [paul]       2.2.0cvs35
12167
12168         * src/textview.c
12169                 make Reply-To fully clickable
12170         * src/gtk/logwindow.c
12171                 more colouring (SMTP ESMTP)
12172         Both patches by Pawel Pekala
12173
12174 2006-05-19 [cleroy]     2.2.0cvs34
12175
12176         * src/mh.c
12177                 Don't update flags from current folder
12178                 Probably fixes bug #935 (Read Messages 
12179                 Revert to Being Marked as Unread)
12180
12181 2006-05-18 [colin]      2.2.0cvs33
12182
12183         * src/imap.c
12184                 Warning fix
12185         * src/compose.c
12186         * src/mainwindow.c
12187         * src/summaryview.c
12188         * src/toolbar.c
12189                 Allow replying to multiple emails
12190                 in multiple windows
12191         * src/mimeview.c
12192         * src/etpan/imap-thread.c
12193                 Leak fixes
12194
12195 2006-05-18 [paul]       2.2.0cvs32
12196
12197         * src/summaryview.c
12198                 keep Mailing-List menu refreshed
12199                 Thanks to Colin
12200
12201 2006-05-18 [paul]       2.2.0cvs31
12202
12203         * manual/advanced.xml
12204         * manual/faq.xml
12205         * manual/glossary.xml
12206         * manual/handling.xml
12207         * manual/intro.xml
12208         * manual/plugins.xml
12209         * manual/sylpheed-claws-manual.xml
12210                 update URLs
12211                 add info about mailing-list support
12212                 edit filtering info
12213         * src/wizard.c
12214         * src/common/defs.h
12215         * src/gtk/about.c
12216         * src/plugins/dillo_viewer/README
12217                 update URLs
12218
12219 2006-05-17 [wwp]        2.2.0cvs30
12220
12221         * manual/handling.xml
12222         * manual/fr/handling.xml
12223                 documented the ability to enabled/disable filtering/processing rules.
12224
12225 2006-05-17 [colin]      2.2.0cvs29
12226
12227         * src/main.c
12228                 Don't initialize g_thread subsystem if it's 
12229                 already done (thanks to Hiro)
12230         * src/mimeview.c
12231                 Fix saving of parts when there name can't be
12232                 converted from UTF-8.
12233
12234 2006-05-17 [paul]       2.2.0cvs28
12235
12236         * po/Makefile.in.in
12237                 fix config.status warning with autoconf 2.60
12238
12239 2006-05-17 [paul]       2.2.0cvs27
12240
12241         * po/POTFILES.in
12242                 add src/mbox.c
12243
12244 2006-05-17 [wwp]        2.2.0cvs26
12245
12246         * src/mainwindow.c
12247                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12248
12249 2006-05-17 [wwp]        2.2.0cvs25
12250
12251         * src/plugins/demo/demo.c
12252                 updated product name in plugin demo (many plugins need to be
12253                 sync'ed w/ that change).
12254
12255 2006-05-17 [colin]      2.2.0cvs24
12256
12257         * src/mh.c
12258                 Fix leak
12259
12260 2006-05-16 [colin]      2.2.0cvs23
12261
12262         * src/mainwindow.c
12263                 Stupid me hit again. Fix cvs22.
12264
12265 2006-05-16 [colin]      2.2.0cvs22
12266
12267         * src/mainwindow.c
12268                 Fix bug #922 (sylpheed-claws crashed after 
12269                 pushing on Inbox folder)
12270
12271 2006-05-16 [colin]      2.2.0cvs21
12272
12273         * src/compose.c
12274                 Make From header be copy/paste/select-able
12275
12276 2006-05-16 [wwp]        2.2.0cvs20
12277
12278         * src/export.c
12279         * src/matcher.c
12280         * src/summaryview.c
12281         * src/etpan/imap-thread.c
12282                 fix some compiler warnings (thanks to Colin).
12283
12284 2006-05-16 [wwp]        2.2.0cvs19
12285
12286         * src/action.c
12287         * src/gedit-print.c
12288         * src/inc.c
12289         * src/mainwindow.c
12290         * src/mh.c
12291         * src/statusbar.c
12292         * src/send_message.c
12293         * src/summaryview.c
12294                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12295
12296 2006-05-15 [colin]      2.2.0cvs18
12297
12298         * src/procmsg.c
12299                 Fix automatic rule creation with List-Post
12300
12301 2006-05-15 [paul]       2.2.0cvs17
12302
12303         * tools/filter_conv_new.pl
12304                 updated for rule enabling/disabling
12305                 claws version >= 2.3.x required
12306
12307 2006-05-15 [cleroy]     2.2.0cvs16
12308
12309         * src/main.c
12310                 Revert test
12311
12312 2006-05-15 [cleroy]     2.2.0cvs15
12313
12314         * src/main.c
12315                 test
12316
12317 2006-05-15 [wwp]        2.2.0cvs14
12318
12319         * manual/pl/.cvsignore
12320                 ignore generated files.
12321
12322 2006-05-14 [wwp]        2.3.0-rc1
12323
12324         * 2.3.0-rc1 released
12325
12326 2006-05-13 [wwp]        2.2.0cvs13
12327
12328         * src/filtering.c
12329         * src/filtering.h
12330         * src/matcher.c
12331         * src/matcher_parser_lex.l
12332         * src/matcher_parser_parse.y
12333         * src/prefs_filtering.c
12334                 new feature: provide the ability to disable filtering and processing
12335                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12336                 adaptations.
12337
12338 2006-05-13 [colin]      2.2.0cvs12
12339
12340         * src/compose.c
12341                 Remove useless if (a) b; else b;
12342                 Thanks to wwp
12343
12344 2006-05-13 [wwp]        2.2.0cvs11
12345
12346         * src/export.c
12347         * src/import.c
12348         * src/mainwindow.c
12349         * src/mbox.c
12350         * src/summaryview.c
12351         * src/summaryview.h
12352                 no more silent failures (or at least less ones) when importing
12353                 or exporting from/to mbox. Also start importing/exporting if
12354                 the necessary info is set.
12355
12356 2006-05-13 [wwp]        2.2.0cvs10
12357
12358         * RELEASE_NOTES
12359                 restored up-to-date release notes.
12360
12361 2006-05-13 [paul]       2.2.0cvs9
12362
12363         * po/nl.po
12364         * po/ru.po
12365                 updated by Tim Dijkstra and Pavlo Bohmat
12366
12367 2006-05-12 [colin]      2.2.0cvs8
12368
12369         * src/gtk/quicksearch.c
12370                 Add "k" as shortcut for "colorlabel". Patch
12371                 by ath42@users.sf.net.
12372
12373 2006-05-12 [paul]       2.2.0cvs7
12374
12375         * src/prefs_common.h
12376         * src/prefs_summaries.c
12377         * src/summaryview.c
12378                 when entering a folder also allow
12379                 going directly to first Marked message
12380
12381 2006-05-12 [paul]       2.2.0cvs6
12382
12383         * src/summaryview.c
12384                 always obey 'confirm before marking all
12385                 mails read' option
12386
12387 2006-05-12 [paul]       2.2.0cvs5
12388
12389         * src/textview.c
12390                 make Sender fully clickable
12391
12392 2006-05-12 [colin]      2.2.0cvs4
12393
12394         * src/compose.c
12395         * src/compose.h
12396                 Let From be editable
12397         * src/main.c
12398         * src/mh.c
12399                 Full support of .mh_sequences' Unseen seq
12400
12401 2006-05-12 [colin]      2.2.0cvs3
12402
12403         * src/folder.c
12404         * src/mainwindow.c
12405         * src/mainwindow.h
12406         * src/messageview.c
12407         * src/prefs_spelling.c
12408         * src/procheader.c
12409         * src/procmsg.c
12410         * src/procmsg.h
12411         * src/summaryview.c
12412         * src/toolbar.c
12413         * src/toolbar.h
12414                 Add contextual menu on Compose toolbar
12415                 button. Fixes bug #944 (Automatic
12416                 addresses not applied when changing account
12417                 from compose window)
12418                 add Mailing List support
12419                 based on the old 0.6.5claws25 patch by
12420                 Melvin Hadasht, with finishing touches
12421                 by Colin
12422                 Fix "ignore thread" when mails are threaded by
12423                 subject (and weren't ignored although appearing
12424                 in the thread).
12425                 GUI rework.
12426                 Both patches by Pawel.
12427
12428 2006-05-08 [paul]       2.2.0cvs2
12429
12430         * src/mainwindow.c
12431         * src/mainwindow.h
12432         * src/messageview.c
12433         * src/procheader.c
12434         * src/procmsg.c
12435         * src/procmsg.h
12436         * src/summaryview.c
12437                 add Mailing List support
12438                 based on the old 0.6.5claws25 patch by 
12439                 Melvin Hadasht, with finishing touches
12440                 by Colin
12441
12442 2006-05-08 [colin]      2.2.0cvs1
12443
12444         * src/mainwindow.c
12445         * src/toolbar.c
12446         * src/toolbar.h
12447                 Add contextual menu on Compose toolbar 
12448                 button. Fixes bug #944 (Automatic 
12449                 addresses not applied when changing account 
12450                 from compose window)
12451
12452 2006-05-08 [paul]       2.2.0
12453
12454         2.2.0 released
12455
12456 2006-05-08 [paul]       2.1.1cvs51
12457
12458         * po/cs.po
12459         * po/de.po
12460         * po/en_GB.po
12461         * po/fi.po
12462         * po/fr.po
12463         * po/pt_BR.po
12464         * po/sr.po
12465         * po/zh_CN.po
12466                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12467                 Fabien Vantard, Frederico Goncalves Guimaraes,
12468                 Aleksandar Urosevic, and Ralgh Young
12469
12470 2006-05-12 [colin]      2.1.1cvs50
12471
12472         * po/cs.po
12473         * po/de.po
12474         * po/en_GB.po
12475         * po/es.po
12476         * po/fi.po
12477         * po/fr.po
12478         * po/pt_BR.po
12479         * po/sr.po
12480         * po/zh_CN.po
12481                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12482                 Fabien Vantard, Frederico Goncalves Guimaraes,
12483                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12484
12485 2006-05-05 [colin]      2.1.1cvs49
12486
12487         * manual/Makefile.am
12488         * manual/pl/Makefile.am
12489         * manual/pl/account.xml
12490         * manual/pl/ack.xml
12491         * manual/pl/addrbook.xml
12492         * manual/pl/advanced.xml
12493         * manual/pl/faq.xml
12494         * manual/pl/glossary.xml
12495         * manual/pl/gpl.xml
12496         * manual/pl/handling.xml
12497         * manual/pl/intro.xml
12498         * manual/pl/keyboard.xml
12499         * manual/pl/plugins.xml
12500         * manual/pl/starting.xml
12501         * manual/pl/sylpheed-claws-manual.xml
12502         * manual/pl/dist/.cvsignore
12503         * manual/pl/dist/Makefile.am
12504         * manual/pl/dist/html/.cvsignore
12505         * manual/pl/dist/html/Makefile.am
12506         * manual/pl/dist/pdf/.cvsignore
12507         * manual/pl/dist/pdf/Makefile.am
12508         * manual/pl/dist/ps/.cvsignore
12509         * manual/pl/dist/ps/Makefile.am
12510         * manual/pl/dist/txt/.cvsignore
12511         * manual/pl/dist/txt/Makefile.am
12512                 Add the polish translation of the manual,
12513                 Authored by Pawel Pekala.
12514
12515 2006-05-05 [cleroy]     2.1.1cvs48
12516
12517         * src/main.c
12518                 Re-read matcherrc after loading plugins 
12519                 if some of them add folders.
12520
12521 2006-05-03 [colin]      2.1.1cvs47
12522
12523         * src/imap.c
12524                 I'm idiot
12525
12526 2006-05-03 [colin]      2.1.1cvs46
12527
12528         * src/imap.c
12529                 Be sure to have a session when
12530                 getting separator
12531
12532 2006-05-03 [colin]      2.1.1cvs45
12533
12534         * src/imap.c
12535         * src/imap.h
12536         * src/imap_gtk.c
12537                 Fix preventing renaming with namespace 
12538                 separator.
12539
12540 2006-05-01 [colin]      2.1.1cvs44
12541
12542         * src/action.c
12543                 Don't reload messageview when result of
12544                 action is piped.
12545
12546 2006-04-29 [colin]      2.1.1cvs43
12547
12548         * src/prefs_receive.c
12549         * src/plugins/spamassassin/spamassassin_gtk.c
12550         * src/plugins/clamav/clamav_plugin_gtk.c
12551                 GUI fixes by Pawel
12552
12553 2006-04-29 [colin]      2.1.1cvs42
12554
12555         * src/prefs_compose_writing.c
12556         * src/prefs_quote.c
12557                 Cleanups. Patch by Pawel
12558
12559 2006-04-28 [paul]       2.1.1cvs41
12560
12561         * src/matcher.c
12562                 fix returned quick search results when search
12563                 term contains an underscore.
12564                 Thanks to Colin
12565
12566 2006-04-28 [paul]       2.1.1cvs40
12567
12568         * src/prefs_message.c
12569         * src/prefs_receive.c
12570                 GUI cleanups
12571                 Patches by Pawel Pekala
12572
12573 2006-04-27 [colin]      2.1.1cvs39
12574
12575         * src/wizard.c
12576                 Differentiate subject Welcome from
12577                 window's title Welcome
12578
12579 2006-04-27 [paul]
12580
12581         2.2.0-rc1 released
12582
12583 2006-04-27 [paul]       2.1.1cvs38
12584
12585         * manual/advanced.xml
12586         * manual/fr/advanced.xml
12587                 add info about compose_no_markup hidden pref
12588
12589 2006-04-27 [paul]       2.1.1cvs37
12590
12591         * src/prefs_account.c
12592                 improve privacy labels
12593         * src/prefs_msg_colors.c
12594                 change some strings for translators' convenience
12595         * src/gtk/gtkutils.c
12596                 don't underline the link button text
12597
12598 2006-04-25 [colin]      2.1.1cvs36
12599
12600         * src/folder.c
12601                 Complete 2.1.1cvs33 (once more ;)
12602
12603 2006-04-25 [colin]      2.1.1cvs35
12604
12605         * src/editldap.c
12606                 Fix tooltip
12607
12608 2006-04-25 [cleroy]     2.1.1cvs34
12609
12610         * src/compose.c
12611         * src/gtk/gtkaspell.c
12612                 Fix crash on redirect (related to the return 
12613                 of the aspell menu in compose's toolbar)
12614         * src/prefs_msg_colors.c
12615                 Fix sensitivity widgets
12616         * src/image_viewer.c
12617         * src/gtk/pluginwindow.c
12618         * src/gtk/prefswindow.c
12619                 Change released signals to clicked (Fabien)
12620         * po/POTFILES.in
12621         * src/common/socket.c
12622         * src/plugins/spamassassin/spamassassin.c
12623                 Translate strings (Fabien)
12624
12625 2006-04-25 [paul]       2.1.1cvs33
12626
12627         * src/folder.c
12628         * src/folder.h
12629         * src/folderview.c
12630                 complete the fix of bug #912
12631                 Thanks to Colin
12632
12633 2006-04-25 [colin]      2.1.1cvs32
12634
12635         * src/news.c
12636                 Better progress bar
12637         * src/mimeview.c
12638         * src/summaryview.c
12639         * src/summaryview.h
12640                 Fix focus chain
12641                 Patches by Pawel Pekala
12642
12643 2006-04-24 [colin]      2.1.1cvs31
12644
12645         * src/compose.c
12646                 Fix compilation warnings (Fabien)
12647
12648 2006-04-24 [colin]      2.1.1cvs30
12649
12650         * src/addrindex.c
12651         * src/editldap.c
12652         * src/editldap_basedn.c
12653         * src/editldap_basedn.h
12654         * src/ldapctrl.c
12655         * src/ldapctrl.h
12656         * src/ldapquery.c
12657         * src/ldaputil.c
12658         * src/ldaputil.h
12659                 Fix bug #901 (LDAPS support)
12660
12661 2006-04-24 [colin]      2.1.1cvs29
12662
12663         * src/compose.c
12664                 Fix logic on error with send dialog on
12665         * src/imap.c
12666                 Fix compilation without libetpan, thanks
12667                 to Fabien
12668         * src/summaryview.c
12669                 Fix 'context-menu' key
12670
12671 2006-04-23 [colin]      2.1.1cvs28
12672
12673         * src/folder.c
12674                 Never free current's cache to free up 
12675                 memory. Fixes bug #912 (new count 
12676                 randomly set to message count)
12677
12678 2006-04-23 [colin]      2.1.1cvs27
12679
12680         * src/gtk/quicksearch.c
12681                 And remove printf...
12682
12683 2006-04-23 [colin]      2.1.1cvs26
12684
12685         * src/gtk/quicksearch.c
12686                 Fix replacing in quicksearch, and fix inserting
12687                 in the middle of the string. (introduced at 2.1.0cvs22)
12688
12689 2006-04-23 [colin]      2.1.1cvs25
12690
12691         * src/imap.c
12692                 Make sure uidnext is initialized in get_num_list
12693                 (not for stable, related to 2.1.1cvs8 and friends)
12694
12695 2006-04-23 [colin]      2.1.1cvs24
12696
12697         * src/imap.c
12698                 Output something when login is successful
12699                 too
12700
12701 2006-04-23 [colin]      2.1.1cvs23
12702
12703         * src/etpan/imap-thread.c
12704                 Better logging (line-per-line, hide data in fetch)
12705                 Fix a const warning
12706         * src/gtk/logwindow.c
12707         * src/gtk/logwindow.h
12708                 Better logging (color for input/output)
12709
12710 2006-04-21 [colin]      2.1.1cvs22
12711
12712         * src/gtk/quicksearch.c
12713                 On gtk+-2.8, use stock buttons in quicksearch
12714                 Based on a patch by Fabien and a design by Paul
12715
12716 2006-04-21 [colin]      2.1.1cvs21
12717
12718         * src/folderview.c
12719         * src/mainwindow.c
12720                 Fix occasional flicker in folderview
12721         * src/common/utils.c
12722                 Fix bug #943 (Incorrectly parsed email address 
12723                 list in short headers on message view and in 
12724                 printouts)
12725
12726 2006-04-20 [colin]      2.1.1cvs20
12727
12728         * src/imap.c
12729         * src/imap.h
12730         * src/prefs_account.c
12731                 Add ANONYMOUS auth for IMAP
12732
12733 2006-04-20 [paul]       2.1.1cvs19
12734
12735         * src/main.c
12736                 proper fix for 2.1.1cvs18
12737                 Thanks to Colin
12738
12739 2006-04-20 [paul]       2.1.1cvs18
12740
12741         * src/main.c
12742                 fix build warnings
12743
12744 2006-04-20 [paul]       2.1.1cvs17
12745
12746         * src/gtk/quicksearch.c
12747                 fix standard, non-extended Quick search,
12748                 was broken in 2.1.1cvs15.
12749                 Thanks to Colin.
12750
12751 2006-04-20 [colin]      2.1.1cvs16
12752
12753         * src/prefs_matcher.c
12754                 Fix values when reselecting a ~test
12755                 rule
12756
12757 2006-04-19 [colin]      2.1.1cvs15
12758
12759         * src/compose.c
12760         * src/compose.h
12761         * src/gtk/gtkaspell.c
12762         * src/gtk/gtkaspell.h
12763                 Put back Options menu in Spelling/
12764         * src/gtk/quicksearch.c
12765                 Don't search, and show error, if the
12766                 advanced search has a syntax error
12767
12768 2006-04-18 [colin]      2.1.1cvs14
12769
12770         * src/textview.c
12771                 Fix gdk warnings on set_cursor when textview
12772                 isn't visible
12773
12774 2006-04-18 [colin]      2.1.1cvs13
12775
12776         * src/gtk/gtksctree.c
12777                 Remove seemingly useless refresh that causes
12778                 flicker - watch this commit in case of 
12779                 problems before planned backport to stable
12780
12781 2006-04-18 [colin]      2.1.1cvs12
12782
12783         * src/imap.c
12784                 Factorize get/set_xml code
12785         * src/compose.c
12786         * src/prefs_account.c
12787         * src/prefs_account.h
12788         * src/procmsg.c
12789                 Add Encrypt to self option
12790
12791 2006-04-17 [colin]      2.1.1cvs11
12792
12793         * configure.ac
12794                 Fix search on encrpyt function on dragonfly
12795                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12796
12797 2006-04-17 [colin]      2.1.1cvs10
12798
12799         * src/prefs_account.c
12800                 Be safe by default: remove mails from POP3
12801                 after 7 days, not immediately
12802
12803 2006-04-17 [colin]      2.1.1cvs9
12804
12805         * src/etpan/imap-thread.c
12806                 Fix build on DragonFly - patch by 
12807                 Jonathan Buschmann <jonthn@agmact.com>
12808
12809 2006-04-17 [colin]      2.1.1cvs8
12810
12811         * src/imap.c
12812                 Save uidnext between sessions
12813
12814 2006-04-17 [colin]      2.1.1cvs7
12815
12816         * src/imap.c
12817                 scan is required when uid validity changes
12818
12819 2006-04-17 [colin]      2.1.1cvs6
12820
12821         * src/folderview.c
12822                 Don't scan if not necessary, apart in current
12823                 folder and INBOX to fetch flags.
12824         * src/imap.c
12825                 Scan is necessary if unread count changes
12826
12827 2006-04-17 [colin]      2.1.1cvs5
12828
12829         * src/imap.c
12830                 ...But always fetch ANSWERED and DELETED flags for
12831                 INBOX, as filtering can happen on these flags.
12832
12833 2006-04-17 [colin]      2.1.1cvs4
12834
12835         * src/imap.c
12836                 Don't fetch REPLIED and DELETED flags when synchronising
12837                 flags with a closed folder. We only need UNSEEN and FLAGGED
12838                 to update the folderview.
12839
12840 2006-04-17 [colin]      2.1.1cvs3
12841
12842         * src/imap.c
12843                 Faster flag search when there are new mails 
12844                 in a folder. We can do a full search if the 
12845                 folder contains less messages than the new
12846                 list.
12847
12848 2006-04-17 [colin]      2.1.1cvs2
12849
12850         * po/cs.po
12851         * po/de.po
12852         * po/fr.po
12853         * po/nl.po
12854         * po/pt_BR.po
12855                 Update translations from stable branch
12856
12857 2006-04-17 [colin]      2.1.1cvs1
12858
12859         * configure.ac
12860                 Bump version to follow stable release
12861
12862 2006-04-16 [mones]      2.1.0cvs50
12863
12864         * po/es.po
12865                 Updated for release
12866
12867 2006-04-16 [colin]      2.1.0cvs49
12868
12869         * src/textview.c
12870                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12871                 with gtk < 2.8. Thanks to Fabien Vantard.
12872
12873 2006-04-15 [colin]      2.1.0cvs48
12874
12875         * src/etpan/imap-thread.c
12876                 Fix bug #919 (libetpan: SEGV when connecting 
12877                 using command)
12878
12879 2006-04-14 [colin]      2.1.0cvs47
12880
12881         * src/main.c
12882                 Fix race on --select (should be done better)
12883
12884 2006-04-14 [wwp]        2.1.0cvs46
12885
12886         * src/send_message.c
12887                 enforce a check for domain in account prefs (a sending
12888                 error could be faced if domain was checked but no value set),
12889                 thanks to Colin.
12890
12891 2006-04-14 [colin]      2.1.0cvs45
12892
12893         * src/codeconv.c
12894                 when converting from unknown to unknown, if the
12895                 string is UTF8, don't convert it to the locale
12896                 (which breaks it)
12897
12898 2006-04-14 [colin]      2.1.0cvs44
12899
12900         * src/compose.c
12901                 Don't try to use ASCII for converting headers
12902                 (as done in body)
12903
12904 2006-04-14 [paul]       2.1.0cvs43
12905
12906         * src/crash.c
12907                 add locale/charset info to crash report
12908         * src/gtk/about.c
12909                 add wwp to doc team
12910                 replace 'e-mail' with preferred 'email'
12911         * src/gtk/authors.h
12912                 ensure contributors list is in alphabetical
12913                 order
12914
12915 2006-04-13 [colin]      2.1.0cvs42
12916
12917         * src/textview.c
12918                 Prevent gdk warnings
12919
12920 2006-04-13 [colin]      2.1.0cvs41
12921
12922         * src/common/ssl_certificate.c
12923         * src/common/ssl_certificate.h
12924         * src/gtk/sslcertwindow.c
12925                 Warn on expired certs, and display the expiration date
12926
12927 2006-04-13 [colin]      2.1.0cvs40
12928
12929         * src/plugins/spamassassin/spamassassin_gtk.c
12930                 Fix missing set_text on unix socket
12931
12932 2006-04-13 [wwp]        2.1.0cvs39
12933
12934         * manual/fr/advanced.xml
12935         * manual/fr/glossary.xml
12936                 applied new spam/ham/email lexicon (pourriel, courriel)
12937
12938 2006-04-13 [paul]       2.1.0cvs38
12939
12940         * src/plugins/pgpmime/plugin.c
12941                 remove the mention of S/MIME from the
12942                 description. This is now handled by the
12943                 S/MIME plugin.
12944
12945 2006-04-13 [paul]       2.1.0cvs37
12946
12947         * src/prefs_msg_colors.c
12948                 rework dialog
12949         * src/prefs_folder_item.c
12950         * src/prefs_spelling.c
12951                 add a tooltip to the colour selector buttons
12952
12953 2006-04-13 [wwp]        2.1.0cvs36
12954
12955         * manual/advanced.xml
12956         * manual/glossary.xml
12957         * manual/handling.xml
12958         * manual/keyboard.xml
12959         * manual/plugins.xml
12960         * manual/starting.xml
12961         * manual/fr/account.xml
12962         * manual/fr/ack.xml
12963         * manual/fr/addrbook.xml
12964         * manual/fr/advanced.xml
12965         * manual/fr/faq.xml
12966         * manual/fr/glossary.xml
12967         * manual/fr/gpl.xml
12968         * manual/fr/handling.xml
12969         * manual/fr/intro.xml
12970         * manual/fr/keyboard.xml
12971         * manual/fr/plugins.xml
12972         * manual/fr/starting.xml
12973         * manual/fr/sylpheed-claws-manual.xml
12974                 fixes to the manuals:
12975                  - summaryview -> Message List (same in French)
12976                  - translate key names
12977                  - fix French punctuation, use non-breakable spaces when
12978                    necessary, don't use &thinsp; which is not portable
12979                  - tell what maildir and mbox formats we support
12980
12981 2006-04-12 [wwp]        2.1.0cvs35
12982
12983         * src/prefs_toolbar.c
12984                 unified a replace button more,
12985                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12986
12987 2006-04-12 [wwp]        2.1.0cvs34
12988
12989         * src/prefs_common.c
12990         * src/prefs_msg_colors.c
12991                 make default color labels translatable,
12992                 patch from Fabien Vantard <fzzzzz@gmail.com>,
12993                 thanks to Tim <timbrain@post.cz> for reporting.
12994
12995 2006-04-12 [wwp]        2.1.0cvs33
12996
12997         * manual/glossary.xml
12998         * manual/intro.xml
12999         * manual/plugins.xml
13000         * manual/starting.xml
13001         * manual/sylpheed-claws-manual.xml
13002         * manual/fr/.cvsignore
13003         * manual/fr/account.xml
13004         * manual/fr/ack.xml
13005         * manual/fr/addrbook.xml
13006         * manual/fr/advanced.xml
13007         * manual/fr/faq.xml
13008         * manual/fr/glossary.xml
13009         * manual/fr/handling.xml
13010         * manual/fr/intro.xml
13011         * manual/fr/keyboard.xml
13012         * manual/fr/plugins.xml
13013         * manual/fr/starting.xml
13014         * manual/fr/sylpheed-claws-manual.xml
13015                 various fixes: typos, missing .fr translations, punctuation,
13016                 capitalization, links, accents and some bad French more.
13017
13018 2006-04-12 [wwp]        2.1.0cvs32
13019
13020         * src/prefs_gtk.c
13021                 fix for bug #935: always store prefs files in UTF-8 (thanks
13022                 to Colin).
13023
13024 2006-04-11 [colin]      2.1.0cvs31
13025
13026         * src/compose.c
13027                 Fix inserting files not in utf8 when locale is utf8
13028
13029 2006-04-11 [colin]      2.1.0cvs30
13030
13031         * src/inc.c
13032                 Don't show error dialog when cancelling connection
13033                 Patch by Pawel
13034
13035 2006-04-11 [cleroy]     2.1.0cvs29
13036
13037         * src/compose.c
13038                 Implement multiple quote levels
13039         * src/prefs_common.c
13040                 Change a little bit the quote bgcolor for 2nd level
13041
13042 2006-04-11 [colin]      2.1.0cvs28
13043
13044         * src/gtk/about.c
13045                 Add locale and charset in the label
13046
13047 2006-04-10 [colin]      2.1.0cvs27
13048
13049         * src/compose.c
13050         * src/prefs_common.c
13051         * src/prefs_common.h
13052         * src/prefs_msg_colors.c
13053         * src/textview.c
13054                 Allow optional background color in quotes
13055                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13056                 GTK+-2.8.x feature
13057
13058 2006-04-10 [colin]      2.1.0cvs26
13059
13060         * src/main.c
13061         * src/mainwindow.c
13062         * src/mainwindow.h
13063                 Implement --select
13064
13065 2006-04-10 [colin]      2.1.0cvs25
13066
13067         * manual/plugins.xml
13068         * manual/fr/plugins.xml
13069                 Document libcurl's proxy variables
13070
13071 2006-04-09 [colin]      2.1.0cvs24
13072
13073         * src/prefs_common.c
13074                 gettext() returns statically allocated stuff. We have
13075                 to strdup it in order to be able to free it.
13076
13077 2006-04-09 [colin]      2.1.0cvs23
13078
13079         * AUTHORS
13080         * src/gtk/authors.h
13081                 Add Alexei
13082
13083 2006-04-09 [colin]      2.1.0cvs22
13084
13085         * src/mainwindow.c
13086         * src/gtk/quicksearch.c
13087                 Fix bug #859 (problems with cyrilic input in 
13088                 search panel) - Patch by Alexey Illarionov 
13089                 <littlesavage@rambler.ru>
13090
13091 2006-04-09 [colin]      2.1.0cvs21
13092
13093         * src/prefs_customheader.c
13094                 I prefer removing then freeing rather than the contrary
13095                 (even if it doesn't change anything ;-)
13096         * src/prefs_account.c
13097                 Fix bug #933 (Crash re-entering the custom headers list 
13098                 dialog in accounts prefs)
13099                 The problem happened when cancelling the Account 
13100                 Preferences' dialogs - in which case we didn't do 
13101                 anything to the PrefsAccount * struct. In case of applying,
13102                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13103                 working with in this dialog. The problem is that 
13104                 prefs_customheader.c, working on this tmp_ac_prefs, always
13105                 changes the ->customhdr_list pointer, even when cancelled. 
13106                 So in case of cancelling the prefs_account dialog, we still
13107                 have to update ->customhdr_list in the real account.
13108
13109 2006-04-08 [colin]      2.1.0cvs20
13110
13111         * manual/fr/glossary.xml
13112         * manual/fr/keyboard.xml
13113                 Forgot some headers :)
13114
13115 2006-04-08 [colin]      2.1.0cvs19
13116
13117         * manual/Makefile.am
13118         * manual/fr/Makefile.am
13119         * manual/fr/account.xml
13120         * manual/fr/ack.xml
13121         * manual/fr/addrbook.xml
13122         * manual/fr/advanced.xml
13123         * manual/fr/faq.xml
13124         * manual/fr/glossary.xml
13125         * manual/fr/gpl.xml
13126         * manual/fr/handling.xml
13127         * manual/fr/intro.xml
13128         * manual/fr/keyboard.xml
13129         * manual/fr/plugins.xml
13130         * manual/fr/starting.xml
13131         * manual/fr/sylpheed-claws-manual.xml
13132         * manual/fr/dist/.cvsignore
13133         * manual/fr/dist/Makefile.am
13134         * manual/fr/dist/html/.cvsignore
13135         * manual/fr/dist/html/Makefile.am
13136         * manual/fr/dist/pdf/.cvsignore
13137         * manual/fr/dist/pdf/Makefile.am
13138         * manual/fr/dist/ps/.cvsignore
13139         * manual/fr/dist/ps/Makefile.am
13140         * manual/fr/dist/txt/.cvsignore
13141         * manual/fr/dist/txt/Makefile.am
13142                 Add the french translation of the manual. Thanks to
13143                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13144                 account.xml, ack.xml, addrbook.xml and advanced.xml
13145
13146 2006-04-08 [colin]      2.1.0cvs18
13147
13148         * manual/plugins.xml
13149         * manual/starting.xml
13150                 More fixes
13151
13152 2006-04-07 [colin]      2.1.0cvs17
13153
13154         * manual/faq.xml
13155         * manual/intro.xml
13156         * manual/keyboard.xml
13157                 Little fixes
13158
13159 2006-04-07 [colin]      2.1.0cvs16
13160
13161         * README
13162         * src/compose.c
13163         * src/prefs_common.c
13164         * src/prefs_common.h
13165                 Add hidden compose_no_markup pref
13166
13167 2006-04-07 [wwp]        2.1.0cvs15
13168
13169         * src/summary_search.c
13170         * .cvsignore
13171                 Bugfix: stop button was sticky when searching in an empty folder.
13172                 Applied curly brackets code style to the whole file (summary_search.c).
13173                 More files to ignore.
13174
13175 2006-04-07 [wwp]        2.1.0cvs14
13176
13177         * src/message_search.c
13178         * src/summary_search.c
13179                 changed default button when search bumps at file/folder
13180                 beginning or end, for convenience (thanks to Colin).
13181
13182 2006-04-07 [paul]       2.1.0cvs13
13183
13184         * src/plugins/dillo_viewer/dillo_prefs.c
13185                 avoid future potential for namespace collision
13186                 Patch by Colin
13187
13188 2006-04-06 [wwp]        2.1.0cvs12
13189
13190         * src/summary_search.c
13191                 Unify extended/advanced searches names (and thus factorize labels),
13192                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13193
13194 2006-04-06 [wwp]        2.1.0cvs11
13195
13196         * src/folderview.c
13197         * src/prefs_themes.c
13198         * src/summaryview.c
13199                 Fixed some compilation warnings.
13200
13201 2006-04-06 [colin]      2.1.0cvs10
13202
13203         * manual/advanced.xml
13204                 Document the wizard template and how to deploy
13205                 Sylpheed-Claws effectively
13206
13207 2006-04-06 [colin]      2.1.0cvs9
13208
13209         * src/folderview.c
13210                 gettext patch to tell translators about _("#"),
13211                 by Maxim Britov
13212
13213 2006-04-06 [colin]      2.1.0cvs8
13214
13215         * src/textview.c
13216                 Fix invalid GtkTextBIter after clicking "Display as text"
13217
13218 2006-04-06 [mones]      2.1.0cvs7
13219
13220         * src/addr_compl.c
13221         * src/addrindex.c
13222         * src/addritem.c
13223         * src/codeconv.c
13224         * src/compose.c
13225         * src/filtering.c
13226         * src/folder.c
13227         * src/folder_item_prefs.c
13228         * src/folderview.c
13229         * src/localfolder.c
13230         * src/matcher.c
13231         * src/mimeview.c
13232         * src/prefs_msg_colors.c
13233         * src/prefs_spelling.c
13234         * src/prefs_themes.c
13235         * src/procmime.c
13236         * src/procmsg.c
13237         * src/stock_pixmap.c
13238         * src/summaryview.c
13239         * src/textview.c
13240         * src/toolbar.c
13241         * src/common/mgutils.c
13242         * src/common/prefs.c
13243         * src/common/ssl_certificate.c
13244         * src/gtk/colorlabel.c
13245         * src/gtk/quicksearch.c
13246         * src/plugins/pgpmime/pgpmime.c
13247         * src/plugins/spamassassin/spamassassin.c
13248                 Removed redundant NULL checks for g_free() calls.
13249                 Patch by Pawel Pekala.
13250
13251 2006-04-06 [mones]      2.1.0cvs6
13252
13253         * src/prefs_actions.c
13254         * src/prefs_filtering.c
13255         * src/prefs_filtering_action.c
13256         * src/prefs_matcher.c
13257         * src/prefs_template.c
13258         * src/gtk/gtkutils.c
13259         * src/gtk/gtkutils.h
13260                 Have a nice replace button. Patch by Pawel Pekala
13261
13262 2006-04-06 [colin]      2.1.0cvs5
13263
13264         * src/addressbook.c
13265                 Fix crash with empty columns
13266
13267 2006-04-05 [colin]      2.1.0cvs4
13268
13269         * src/wizard.c
13270         * src/prefs_gtk.c
13271                 Allow wizard customization with pre-filled values
13272
13273 2006-04-05 [colin]      2.1.0cvs3
13274
13275         * src/textview.c
13276         * src/mimeview.c
13277         * src/mimeview.h
13278                 Nicer messages in mimeview
13279
13280 2006-04-05 [colin]      2.1.0cvs2
13281
13282         * src/addressbook.c
13283         * src/prefs_summaries.c
13284                 i18n fix
13285
13286 2006-04-05 [colin]      2.1.0cvs1
13287
13288         * src/plugins/pgpcore/plugin.c
13289         * src/plugins/pgpcore/select-keys.c
13290         * src/plugins/pgpcore/select-keys.h
13291         * src/plugins/pgpcore/sgpgme.c
13292         * src/plugins/pgpcore/sgpgme.h
13293         * src/plugins/pgpinline/pgpinline.c
13294         * src/plugins/pgpinline/plugin.c
13295         * src/plugins/pgpmime/pgpmime.c
13296         * src/plugins/pgpmime/plugin.c
13297                 Factorize and generalize a bit 
13298                 Drop S/MIME signature verification from PGP/MIME
13299                 (adding it as another, more complete plugin)
13300
13301 2006-04-05 [paul]       2.1.0
13302
13303         2.1.0 released
13304
13305 2006-04-05 [paul]       2.0.0cvs186
13306
13307         * manual/advanced.xml
13308                 add info on colour labels
13309
13310 2006-04-05 [paul]       2.0.0cvs185
13311
13312         * po/bg.po
13313         * po/cs.po
13314         * po/de.po
13315         * po/el.po
13316         * po/en_GB.po
13317         * po/fi.po
13318         * po/fr.po
13319         * po/it.po
13320         * po/nl.po
13321         * po/pl.po
13322         * po/pt_BR.po
13323         * po/sr.po
13324         * po/zh_CN.po
13325                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13326                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13327                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13328                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13329         * src/gtk/authors.h
13330         * tools/claws.i18n.status.pl
13331                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13332                 and new Czech translator, Tim <timbrain@post.cz>
13333
13334 2006-04-05 [mones]      2.0.0cvs184
13335
13336         * po/es.po
13337                 Updated translation
13338
13339 2006-04-05 [colin]      2.0.0cvs183
13340
13341         * src/gtk/quicksearch.c
13342                 Fix bug #929 (unnecessary reload in quick search bar)
13343
13344 2006-04-05 [colin]      2.0.0cvs182
13345
13346         * src/compose.c
13347                 Fix crash on Reply with no From:
13348                 Show signature and conversion error on queuing 
13349                 (but not sending)
13350         * src/mainwindow.c
13351         * src/summaryview.c
13352         * src/summaryview.h
13353                 Factorize threading code and make sure msginfo 
13354                 is not null when it comes from a GtkCTreeRow's 
13355                 data
13356         * src/gtk/gtkaspell.c
13357                 Check for necessary things
13358         * src/gtk/gtksctree.c
13359         * src/gtk/gtksctree.h
13360                 Reset anchor if necessary when removing node
13361
13362 2006-03-29 [colin]      2.0.0cvs181
13363
13364         * src/folderview.c
13365                 Warn for disabled IMAP accounts (due to lack of
13366                 libetpan). Breaks string-freeze - sorry - but it
13367                 is kind of important ;)
13368
13369 2006-03-28 [colin]      2.0.0cvs180
13370
13371         * src/gtk/gtkutils.c
13372         * src/gtk/gtkutils.h
13373                 Add a gtkut_get_link_btn() function that
13374                 creates a button which acts like an URI
13375         * src/prefs_themes.c
13376         * src/gtk/about.c
13377                 Use this function (factorizes codes)
13378         * src/common/defs.h
13379         * src/gtk/pluginwindow.c
13380                 Add a "Get more..." in the plugins window
13381
13382 2006-03-28 [colin]      2.0.0cvs179
13383
13384         * src/common/smtp.c
13385         * src/common/passcrypt.c
13386         * src/undo.c
13387                 Warning fixes. Patch by Pawel Pekala
13388
13389 2006-03-27 [colin]      2.0.0cvs178
13390
13391         * src/undo.c
13392                 Fix undoing by blocks with spaces
13393
13394 2006-03-27 [colin]      2.0.0cvs177
13395
13396         * src/textview.c
13397                 Set margin to 3px for headers
13398
13399 2006-03-27 [paul]
13400
13401         2.1.0-rc2 released
13402
13403 2006-03-27 [wwp]        2.0.0cvs176
13404
13405         * src/summaryview.c
13406                 don't reset quicksearch when updating the message list.
13407                 Thanks to Colin.
13408
13409 2006-03-26 [wwp]        2.0.0cvs175
13410
13411         * src/compose.c
13412                 use a unified border width ('other' tab in the compose window,
13413                 patch by Pawel Pekala).
13414
13415
13416 2006-03-26 [wwp]        2.0.0cvs174
13417
13418         * src/common/quoted-printable.c
13419         * src/addressbook.c
13420                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13421
13422 2006-03-26 [colin]      2.0.0cvs173
13423
13424         * src/quote_fmt_parse.y
13425                 Fix non-UTF8 date formats messing up the whole quote a 
13426                 little bit
13427
13428 2006-03-26 [colin]      2.0.0cvs172
13429
13430         * src/procheader.c
13431                 Make sure the date is UTF8 valid, or try to make it
13432                 so. IncrediMail is really IncrediStupid.
13433         * src/compose.c
13434                 Fix possible conversions. 
13435                 
13436
13437 2006-03-26 [colin]      2.0.0cvs171
13438
13439         * src/matcher.c
13440                 Fix corner cases in body search. This is still a
13441                 hack... It seems impossible to make it good and 
13442                 reasonably fast at the same time.
13443
13444 2006-03-26 [colin]      2.0.0cvs170
13445
13446         * src/summaryview.c
13447                 I think I killed the twilight zone bug!
13448                 summary_select_node() flushes GTK events in order
13449                 to be able to center the view. But this also 
13450                 flushes keypresses like Ctrl-Alt-U, so this can
13451                 call summary_show from summary_select_node (itself
13452                 called from summary_show, etc.). And the summaryview
13453                 has to be unlocked in this function. So just locking
13454                 while processing GTK events, and bailing if locked, 
13455                 should fix it.
13456                 Fixes bug #927 (SIGSEGV during Update Summary)
13457
13458 2006-03-25 [colin]      2.0.0cvs169
13459
13460         * src/matcher.c
13461                 Fix search in QP-encoded bodies
13462                 Fix utf-8 searches in bodies encoded in the
13463                 locale's encoding
13464         * src/common/quoted-printable.c
13465         * src/common/quoted-printable.h
13466                 Add a decode function that doesn't overwrite
13467                 the original pointer
13468                 
13469
13470 2006-03-24 [colin]      2.0.0cvs168
13471
13472         * src/action.c
13473         * src/summaryview.c
13474         * src/summaryview.h
13475                 Update message cache after action
13476                 Patch by H. Merijn Brand
13477         * src/prefs_msg_colors.c
13478                 Factorize label 
13479                 Patch by Fabien Vantard
13480         * src/plugins/spamassassin/spamassassin_gtk.c
13481                 Remove useless translation
13482                 Patch by Fabien Vantard
13483
13484 2006-03-23 [colin]      2.0.0cvs167
13485
13486         * src/common/ssl.c
13487                 Let 30 seconds to SSL_connect
13488
13489 2006-03-23 [wwp]        2.0.0cvs166
13490
13491         * src/summaryview.c
13492         * src/gtk/description_window.c
13493                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13494                 and headers are translated; adjust description windows' width to fit their
13495                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13496
13497 2006-03-23 [paul]       2.0.0cvs165
13498
13499         * src/common/utils.c
13500                 fix highlighting of URIs containing "()"
13501                 (2.0.0cvs164's reversal fixed)
13502                 Thanks to Colin.
13503
13504 2006-03-23 [paul]       2.0.0cvs164
13505
13506         * src/common/utils.c
13507                 revert patch, (postponing a fix), at 2.0.0cvs120
13508                 as it breaks more URIs than it fixes.
13509                 Allow '-' to be a terminating character in a URI
13510
13511 2006-03-22 [colin]      2.0.0cvs163
13512
13513         * configure.ac
13514                 Require libetpan 0.45
13515                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13516
13517 2006-03-22 [paul]       2.0.0cvs162
13518
13519         * src/editgroup.c
13520                 replace '<-' and '->' buttons with GTK_STOCK graphical
13521                 buttons
13522         * src/summary_search.c
13523                 don't offer '...' for translation
13524                 add a tooltip to advanced search '...' button
13525         * src/gtk/quicksearch.c
13526                 don't offer '...' for translation
13527
13528 2006-03-21 [colin]      2.0.0cvs161
13529
13530         * src/compose.c
13531                 Fix middle-click pasting (insert at click
13532                 position instead of cursor position, don't
13533                 remove existing selection and allow pasting
13534                 our own selection)
13535         * src/addressbook.c
13536                 "LDAP Server" -> "LDAP servers"
13537
13538 2006-03-21 [wwp]        2.0.0cvs160
13539
13540         * src/etpan/imap-thread.c
13541                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13542
13543 2006-03-20 [colin]      2.0.0cvs159
13544
13545         * src/summaryview.c
13546                 Don't reload summaryview after an execute with no
13547                 move action
13548
13549 2006-03-19 [colin]      2.0.0cvs158
13550
13551         * src/addressbook.c
13552                 and put groups at the top, always
13553
13554 2006-03-19 [colin]      2.0.0cvs157
13555
13556         * src/addressbook.c
13557                 Order groups before names, as previously
13558
13559 2006-03-19 [colin]      2.0.0cvs156
13560
13561         * src/addressbook.c
13562                 - Sort case-unsensitive
13563                 - Put the sort arrow at opening too
13564
13565 2006-03-19 [wwp]        2.0.0cvs155
13566
13567         * src/addressbook.c
13568                 allow sorting by name/email/remarks, ensure that right-pane's contents
13569                 matches the left-pane selection (cleared when appropriate).
13570                 Patch by Pawel Pekala <c0rn@o2.pl>.
13571
13572 2006-03-18 [colin]      2.0.0cvs154
13573
13574         * src/textview.c
13575                 Fix text cursor ;)
13576
13577 2006-03-18 [colin]      2.0.0cvs153
13578
13579         * src/gtk/filesel.c
13580                 Make sure we hide the preview if we didn't get
13581                 a filename
13582
13583 2006-03-18 [colin]      2.0.0cvs152
13584
13585         * src/summaryview.c
13586                 Set cursor to watch for execution (fixes lack
13587                 of watch-cursor when dnd'ing hundreds of mails)
13588         * src/gtk/filesel.c
13589                 Check that mime type is 'image/*' before updating
13590                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13591
13592 2006-03-18 [colin]      2.0.0cvs151
13593
13594         * src/mainwindow.c
13595         * src/textview.c
13596         * src/textview.h
13597                 Put a watch cursor in textview too when the mainwindow's
13598                 cursor in a watch
13599
13600 2006-03-18 [colin]      2.0.0cvs150
13601
13602         * src/folder.c
13603                 Change wrong asserts to simple tests
13604
13605 2006-03-17 [colin]      2.0.0cvs149
13606
13607         * src/mainwindow.c
13608         * src/mainwindow.h
13609         * src/prefs_msg_colors.c
13610         * src/summaryview.c
13611         * src/summaryview.h
13612         * src/gtk/colorlabel.c
13613         * src/gtk/colorlabel.h
13614                 Add a color label menu in the main menubar
13615                 Add (fixed) accels Ctrl-{0-7} to change the color
13616                 They have to be fixed because the menu's dynamic,
13617                 the items are complex widgets, hence we can't use
13618                 a GtkItemFactory.
13619
13620
13621 2006-03-17 [wwp]        2.0.0cvs148
13622
13623         * src/compose.c
13624                 rollback few lines from my previous commit (those lines come from
13625                 a pending patch, accidentally commited, even if neutral as they are
13626                 commented out).
13627
13628 2006-03-17 [wwp]        2.0.0cvs147
13629
13630         * src/compose.c
13631                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13632                 applied code style/indentation to the modified function.
13633
13634 2006-03-17 [wwp]        2.0.0cvs146
13635
13636         * src/procmsg.c
13637         * src/compose.c
13638                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13639
13640 2006-03-17 [paul]
13641
13642         2.1.0-rc1 released
13643
13644 2006-03-17 [paul]       2.0.0cvs145
13645
13646         * src/main.c
13647                 addressbook_read_file() was called twice
13648         * src/textview.c
13649                 X-Mailer highlighting
13650
13651 2006-03-16 [colin]      2.0.0cvs144
13652
13653         * src/sourcewindow.c
13654         * src/sourcewindow.h
13655                 And the last one, in source window.
13656
13657 2006-03-16 [colin]      2.0.0cvs143
13658
13659         * src/compose.c
13660         * src/compose.h
13661                 Fix the same stuff in compose
13662
13663 2006-03-16 [colin]      2.0.0cvs142
13664
13665         * src/messageview.c
13666                 Complete the previous messageview crash fix
13667
13668 2006-03-16 [colin]      2.0.0cvs141
13669
13670         * src/procmsg.h
13671         * src/procmsg.c
13672         * src/folder.c
13673                 Fix POSTPROCESSING hook
13674                 Patch by H. Merijn Brand
13675
13676         * src/procmime.c
13677         * src/procmime.h
13678                 Parse Content-Location
13679
13680         * src/toolbar.c
13681         * src/messageview.c
13682         * src/messageview.h
13683                 Don't crash when a top-level MessageView has
13684                 been closed on us. Same problematic than
13685                 yesterday's quicksearch issue.
13686
13687 2006-03-15 [colin]      2.0.0cvs140
13688
13689         * src/gtk/quicksearch.c
13690                 Fix a bitchy race we didn't think about when we
13691                 added quicksearch cancellation:
13692                 If the search is not on cached fields, for example
13693                 body_part matchcase "stuff"
13694                 the matcher code has to get the whole message. If
13695                 we're on IMAP, that can be slow, and in order to
13696                 be non-blocking, the IMAP code idle loop processes
13697                 gtk events too. So it is possible to cancel a
13698                 quicksearch while the matcher is getting the mail's
13699                 body. After matcher got its body, it will start to
13700                 iterate over the matcher list that the Quicksearch's
13701                 clear_search_cb() just freed via prepare_matcher().
13702                 SIGSEGV ensues.
13703                 The fix consists of guarding the matcherlist_match()
13704                 call with a boolean 'matching'. If we reset the
13705                 quicksearch while matching is TRUE, we don't free
13706                 the matcherlist anymore like we did, but we set
13707                 another new flag, deferred_free, to TRUE. Then,
13708                 in quicksearch_match(), just after returning from
13709                 matcherlist_match() and unsetting the matching flag,
13710                 we check the deferred_free flag and do the
13711                 prepare_matcher() (which does the matcherlist_free)
13712                 for real, so we free the matcherlist once it's not
13713                 used anymore.
13714                 As all of this runs via the glib main loop, we
13715                 luckily don't need a mutex.
13716         * src/summaryview.c
13717                 Also, show progress while searching.
13718
13719
13720 2006-03-14 [colin]      2.0.0cvs139
13721
13722         * src/alertpanel.c
13723                 Make alertpanel_is_open non-static
13724
13725 2006-03-14 [colin]      2.0.0cvs138
13726
13727         * src/prefs_spelling.c
13728                 Cleanups - Fabien Vantard
13729
13730 2006-03-14 [wwp]        2.0.0cvs137
13731
13732         * src/main.c
13733                 code style normalization (curly braces, indentation).
13734
13735 2006-03-14 [wwp]        2.0.0cvs137
13736
13737         * src/main.c
13738                 code style (braces, indentation)
13739
13740 2006-03-12 [paul]       2.0.0cvs136
13741
13742         * src/prefs_common.c
13743                 trans_hdr defaults to FALSE to be RFC-savvy
13744         * src/prefs_summaries.c
13745                 add a tooltip to the trans_hdr option
13746                 
13747
13748 2006-03-12 [paul]       2.0.0cvs135
13749
13750         * src/prefs_matcher.c
13751                 give a little more width to the combos
13752         * src/prefs_display_header.c
13753         * src/textview.c
13754                 translate headers if prefs_common.trans_hdr
13755                 is TRUE
13756
13757         Patches by Pawel Pekala
13758
13759 2006-03-12 [paul]       2.0.0cvs134
13760
13761         * src/plugins/clamav/clamav_plugin.c
13762         * src/plugins/dillo_viewer/dillo_viewer.c
13763         * src/plugins/pgpcore/plugin.c
13764         * src/plugins/pgpinline/plugin.c
13765         * src/plugins/pgpmime/plugin.c
13766         * src/plugins/spamassassin/spamassassin.c
13767                 update/add to descriptions
13768         * src/plugins/spamassassin/spamassassin_gtk.c
13769                 fixes to the english, remove superfluous
13770                 tooltips, clean up a little
13771
13772 2006-03-12 [paul]       2.0.0cvs133
13773
13774         * src/compose.c
13775                 fix Bug 924, 'Account combo box shows up wrong 
13776                 if & is in account name'
13777
13778 2006-03-11 [colin]      2.0.0cvs132
13779
13780         * src/summaryview.c
13781                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13782                 messed up shift-selection because is slows down
13783                 moving around summaryview. thanks -users
13784
13785 2006-03-10 [colin]      2.0.0cvs131
13786
13787         * src/plugins/spamassassin/spamassassin_gtk.c
13788                 Put back Paul's engrish fixes
13789
13790 2006-03-10 [colin]      2.0.0cvs130
13791
13792         * src/plugins/spamassassin/spamassassin.c
13793         * src/plugins/spamassassin/spamassassin.h
13794         * src/plugins/spamassassin/spamassassin_gtk.c
13795                 Cleanup SA prefs page (more)
13796                 Patch by Fabien Vantard
13797
13798 2006-03-10 [paul]       2.0.0cvs129
13799
13800         * src/prefs_msg_colors.c
13801         * src/prefs_spelling.c
13802                 widget sensitivity
13803
13804 2006-03-09 [mones]      2.0.0cvs128
13805
13806         * po/es.po
13807                 Update for next RC
13808
13809 2006-03-09 [wwp]        2.0.0cvs127
13810
13811         * configure.ac
13812                 revert accidental commit (requirement for libetpan 0.43), this time
13813                 not in HEAD.
13814
13815 2006-03-09 [wwp]        2.0.0cvs125
13816
13817         * configure.ac
13818                 revert accidental commit (requirement for libetpan 0.43)
13819
13820 2006-03-09 [paul]       2.0.0cvs126
13821
13822         * src/prefs_receive.c
13823                 remove useless frame
13824                 replace 'incorporation' with 'receiving'
13825         * src/plugins/clamav/clamav_plugin_gtk.c
13826         * src/plugins/spamassassin/spamassassin_gtk.c
13827                 improve widget sensitivity
13828                 fix a bit his engrish
13829
13830 2006-03-09 [wwp]        2.0.0cvs125
13831
13832         * src/addressadd.c
13833         * src/foldersel.c
13834         * src/prefs_common.c
13835         * src/prefs_common.h
13836                 remember some more windows' sizes (add to addressbook and
13837                 select folder).
13838
13839 2006-03-09 [paul]       2.0.0cvs124
13840
13841         * src/plugins/pgpcore/prefs_gpg.c
13842                 normalise construction of dialogue
13843
13844 2006-03-09 [paul]       2.0.0cvs123
13845
13846         * src/plugins/trayicon/Makefile.am
13847                 add missing slash
13848
13849 2006-03-08 [colin]      2.0.0cvs122
13850
13851         * src/plugins/trayicon/Makefile.am
13852                 Fix build in separate dir 
13853                 Patch by Bamanzi <bamanzi@gmail.com>
13854
13855 2006-03-08 [colin]      2.0.0cvs121
13856
13857         * src/procmsg.c
13858                 Batch move and copies from summaryview with delayed execution
13859                 too
13860
13861 2006-03-07 [paul]       2.0.0cvs120
13862
13863         * src/common/utils.c
13864                 fix highlighting of URIs containing "()"
13865                 Patch by Pawel Pekala
13866
13867 2006-03-07 [paul]       2.0.0cvs119
13868
13869         * src/folder.c
13870         * src/folder.h
13871         * src/folderview.c
13872                 immediately do alphabetical resort when
13873                 changing a folder's name
13874                 Patch by Pawel Pekala
13875
13876 2006-03-07 [paul]       2.0.0cvs118
13877
13878         * src/news.c
13879         * src/news_gtk.c
13880                 when unsubscribing a newsgroup, remove the
13881                 folder and msgs in .sylpheed-claws/newscache
13882                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13883
13884 2006-03-07 [paul]       2.0.0cvs117
13885
13886         * src/textview.c
13887                 fix wrong Fake URL Warning
13888                 Thanks to Hiro
13889
13890 2006-03-07 [colin]      2.0.0cvs116
13891
13892         * src/imap.c
13893                 Return immediately when password dialog was
13894                 cancelled
13895         * src/gtk/inputdialog.c
13896                 Allow empty strings for passwords
13897
13898
13899 2006-03-06 [colin]      2.0.0cvs115
13900
13901         * src/imap.c
13902                 Prevent double-timeouts when connection fails
13903
13904 2006-03-06 [colin]
13905
13906         2.0.1-rc1 released
13907
13908 2006-03-06 [colin]      2.0.0cvs114
13909
13910         * src/imap.c
13911                 Refresh session during potentially long
13912                 operations
13913
13914 2006-03-06 [wwp]        2.0.0cvs113
13915
13916         * src/prefs_msg_colors.h
13917                 forgot that one (custom color labels).
13918
13919 2006-03-06 [wwp]        2.0.0cvs112
13920
13921         * src/prefs_common.c
13922         * src/prefs_common.h
13923         * src/prefs_msg_colors.c
13924         * src/summaryview.c
13925         * src/summaryview.h
13926         * src/gtk/colorlabel.c
13927         * src/gtk/colorlabel.h
13928                 colors in messages list are now customizable. Color values and names can
13929                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
13930                 Thanks to Paul and Colin for their help with this longstanding patch!
13931
13932 2006-03-06 [wwp]        2.0.0cvs111
13933
13934         * src/textview.c
13935                 don't crash if (x)face is bad.
13936
13937 2006-03-05 [paul]       2.0.0cvs110
13938
13939         * AUTHORS
13940         * configure.ac
13941         * src/Makefile.am
13942         * src/common/Makefile.am
13943         * src/common/utils.h
13944         * src/etpan/imap-thread.c
13945         * src/gtk/authors.h
13946         * src/plugins/clamav/Makefile.am
13947         * src/plugins/demo/Makefile.am
13948         * src/plugins/dillo_viewer/Makefile.am
13949         * src/plugins/pgpcore/Makefile.am
13950         * src/plugins/pgpcore/passphrase.c
13951         * src/plugins/pgpinline/Makefile.am
13952         * src/plugins/pgpmime/Makefile.am
13953         * src/plugins/spamassassin/Makefile.am
13954         * src/plugins/trayicon/Makefile.am
13955                 fix builiding on cygwin
13956                 Patch by Ralgh Young <bamanzi@gmail.com>
13957
13958 2006-03-04 [wwp]        2.0.0cvs109
13959
13960         * manual/keyboard.xml
13961                 fix mixed up/down keys.
13962
13963 2006-03-04 [wwp]        2.0.0cvs108
13964
13965         * README
13966         * INSTALL
13967                 updated links to SpamAssassin.
13968
13969 2006-03-04 [wwp]        2.0.0cvs107
13970
13971         * manual/plugins.xml
13972         * src/plugins/spamassassin/README
13973                 updated SpamAssassin plugin docs to reflect new functional additions
13974                 (also fix/update/documents few technical stuff more, see the README).
13975
13976 2006-03-04 [wwp]        2.0.0cvs106
13977
13978         * src/prefs_message.c
13979                 normalized capitalization of message-prefs paths.
13980
13981 2006-03-04 [wwp]        2.0.0cvs105
13982
13983         * manual/advanced.xml
13984                 typo.
13985
13986 2006-03-03 [colin]      2.0.0cvs104
13987
13988         * src/plugins/clamav/clamav_plugin_gtk.c
13989                 Rework prefs page, patch by Fabien 
13990
13991 2006-03-03 [colin]      2.0.0cvs103
13992
13993         * src/plugins/clamav/clamav_plugin.c
13994                 Set error on all errors
13995
13996 2006-03-03 [colin]      2.0.0cvs102
13997
13998         * src/common/plugin.c
13999                 Initialize error to avoid crashing when a plugin fails
14000                 without setting error
14001
14002 2006-03-02 [wwp]        2.0.0cvs101
14003
14004         * configure.ac
14005                 fixed linker flags for libetpan support on Cygwin
14006                 (thanks to H.Merijn Brand).
14007
14008 2006-03-02 [wwp]        2.0.0cvs100
14009
14010         * src/addressbook.c
14011                 fix some AB error messages: one for punctuation and
14012                 one wrongly duplicate (thanks, maxbritov).
14013
14014 2006-03-02 [wwp]        2.0.0cvs99
14015
14016         * src/plugins/spamassassin/spamassassin.c
14017                 make sync calls to sa-learn/spamc to prevent
14018                 system (whatever local or client/server) overload.
14019
14020 2006-03-02 [colin]      2.0.0cvs98
14021
14022         * src/summaryview.c
14023                 Put the spam icon in the status column instead of the
14024                 mark one
14025
14026 2006-03-01 [colin]      2.0.0cvs97
14027
14028         * src/plugins/spamassassin/spamassassin.c
14029                 Fix segfault (g_file_set_contents fails for some 
14030                 reason and err==0x2f. Can't find out why with
14031                 valgrind, using working function :-)
14032
14033 2006-03-01 [colin]      2.0.0cvs96
14034
14035         * src/inc.c
14036                 Offline overriding: let 'No' be cached only 3 seconds
14037
14038 2006-03-01 [colin]      2.0.0cvs95
14039
14040         * src/addr_compl.c
14041         * src/addrbook.c
14042         * src/addressbook.c
14043         * src/addrindex.c
14044         * src/folder_item_prefs.c
14045         * src/headerview.c
14046         * src/imap.c
14047         * src/inc.c
14048         * src/ldif.c
14049         * src/mainwindow.c
14050         * src/mh.c
14051         * src/msgcache.c
14052         * src/prefs_common.h
14053         * src/prefs_msg_colors.c
14054         * src/procheader.c
14055         * src/procheader.h
14056         * src/procmime.c
14057         * src/procmsg.c
14058         * src/procmsg.h
14059         * src/send_message.h
14060         * src/simple-gettext.c
14061         * src/summaryview.c
14062         * src/summaryview.h
14063         * src/syldap.c
14064         * src/textview.c
14065         * src/undo.c
14066         * src/common/ssl_certificate.c
14067         * src/common/utils.c
14068         * src/gtk/colorsel.c
14069         * src/gtk/gtksctree.c
14070         * src/gtk/gtkshruler.c
14071         * src/plugins/trayicon/trayicon.c
14072                 #if 0 goes to /dev/null
14073
14074 2006-03-01 [colin]      2.0.0cvs94
14075
14076         * src/compose.c
14077         * src/imap.c
14078         * src/inc.c
14079         * src/inc.h
14080         * src/messageview.c
14081         * src/news.c
14082         * src/plugins/spamassassin/spamassassin.c
14083                 Allow to add information in the "working offline"
14084                 window
14085
14086 2006-03-01 [wwp]        2.0.0cvs93
14087
14088         * src/plugins/spamassassin/spamassassin.c
14089                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14090                 'cause it seems that calling `spamc ... < inputfile` with
14091                 g_spawn_(a)sync simply.. erm doesn't work :-).
14092
14093 2006-03-01 [wwp]        2.0.0cvs92
14094
14095         * src/toolbar.c
14096         * src/toolbar.h
14097                 simplify the adding of spam/ham button to the messageview toolbar
14098                 (it gets more clear now that the same button will be "Mark as spam"
14099                 or "Mark as ham" according to the current message status,
14100                 thanks to Colin).
14101
14102 2006-03-01 [wwp]        2.0.0cvs91
14103
14104         * src/messageview.c
14105         * src/procmsg.c
14106         * src/procmsg.h
14107         * src/summaryview.c
14108         * src/plugins/spamassassin/spamassassin.c
14109         * src/plugins/spamassassin/spamassassin.h
14110                 make learner callbacks return a status (0 for ok),
14111                 handle it in main code to avoid setting flags when learning failed,
14112                 don't learn on TCP if offline in spamassassin,
14113                 thanks to Colin.
14114
14115                 
14116
14117 2006-03-01 [wwp]        2.0.0cvs90
14118
14119         * src/compose.c
14120                 some work around the compose window's account menu,
14121                 patch by Fabien Vantard.
14122
14123 2006-03-01 [wwp]        2.0.0cvs89
14124
14125         * src/plugins/spamassassin/spamassassin.c
14126                 fixed bad logics, was using spamc in local mode and sa-learn
14127                 in remote mode (thanks, Colin).
14128
14129 2006-03-01 [wwp]        2.0.0cvs88
14130
14131         * src/plugins/spamassassin/spamassassin.c
14132         * src/plugins/spamassassin/spamassassin.h
14133         * src/plugins/spamassassin/spamassassin_gtk.c
14134                 made processing of emails w/ sa-plugin an option (default is TRUE),
14135                 fixed Engrish some tooltips, capitalization of some debug messages
14136                 and warnings. The spamassassin plugin now provides two separate
14137                 services: process emails upon incorporation and spamd training.
14138                 Both services (un)register independently but use some common
14139                 plugin settings (transport settings, spam storage location).
14140
14141 2006-02-28 [wwp]        2.0.0cvs87
14142
14143         * src/plugins/spamassassin/spamassassin.c
14144                 fix async flag to spamc cmdline execution (batch exec should
14145                 be asynchronous).
14146
14147 2006-02-27 [wwp]        2.0.0cvs86
14148
14149         * src/plugins/spamassassin/spamassassin.c
14150         * src/plugins/spamassassin/spamassassin.h
14151         * src/plugins/spamassassin/spamassassin_gtk.c
14152                 - added the ability to learn a remote spamassassin server (spamd),
14153                 using spamc.
14154                 - added the spamassassin option 'username', that applies to all
14155                 spamassassin operations (filtering, learning, local or remote).
14156                 The default username is the current unix user (if left blank
14157                 from gtk prefs or config file).
14158                 - commented out some unused code (notebook widget), removed unused
14159                 layout (hbox1).
14160                 - make more widgets sensitive to the transport type.
14161
14162 2006-02-27 [colin]      2.0.0cvs85
14163
14164         * src/plugins/spamassassin/spamassassin.c
14165                 Fix sa-learn call when offline
14166
14167 2006-02-27 [colin]      2.0.0cvs84
14168
14169         * configure.ac
14170         * src/Makefile.am
14171         * src/mainwindow.c
14172         * src/mainwindow.h
14173         * src/messageview.c
14174         * src/messageview.h
14175         * src/prefs_toolbar.c
14176         * src/procmsg.c
14177         * src/stock_pixmap.c
14178         * src/stock_pixmap.h
14179         * src/summaryview.c
14180         * src/toolbar.c
14181         * src/toolbar.h
14182         * src/pixmaps/ham_btn.xpm
14183         * src/pixmaps/spam.xpm
14184         * src/pixmaps/spam_btn.xpm
14185         * src/plugins/spamassassin/spamassassin.c
14186                 Add button in toolbar for spam learning
14187                 Fix a few bugs from the last related commit
14188                 Revert 1.9.6cvs23 which messed up shift-selection
14189
14190 2006-02-24 [colin]      2.0.0cvs83
14191
14192         * src/procmsg.c
14193         * src/summaryview.c
14194         * src/summaryview.h
14195         * src/plugins/spamassassin/spamassassin.c
14196         * src/plugins/spamassassin/spamassassin.h
14197         * src/plugins/spamassassin/spamassassin_gtk.c
14198                 Unregister learner when spamassassin is either
14199                 disabled or over tcp
14200
14201 2006-02-24 [colin]      2.0.0cvs82
14202
14203         * src/Makefile.am
14204         * src/mainwindow.c
14205         * src/mainwindow.h
14206         * src/procmsg.c
14207         * src/procmsg.h
14208         * src/stock_pixmap.c
14209         * src/stock_pixmap.h
14210         * src/summaryview.c
14211         * src/summaryview.h
14212         * src/gtk/icon_legend.c
14213         * src/pixmaps/spam.xpm  ** NEW FILE **
14214         * src/plugins/spamassassin/spamassassin.c
14215         * src/plugins/spamassassin/spamassassin_gtk.c
14216                 Add spam learning interface (Mark/Mark as 
14217                 (spam|ham) menus)
14218
14219 2006-02-24 [wwp]        2.0.0cvs81
14220
14221         * src/compose.c
14222         * src/compose.h
14223         * src/filtering.c
14224                 hide compose window when sending message in batch mode
14225                 (filtering: forward and redirect). Also fixed a wrong
14226                 value returned when sending failed, neutral anyway.
14227                 (Colin, me) 
14228
14229 2006-02-24 [wwp]        2.0.0cvs80
14230
14231         * src/mainwindow.c
14232                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14233
14234 2006-02-24 [paul]       2.0.0cvs79
14235
14236         * src/news.c
14237         * src/news.h
14238         * src/news_gtk.c
14239                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14240                 Thanks to Colin
14241
14242 2006-02-23 [colin]      2.0.0cvs78
14243
14244         * src/alertpanel.c
14245                 Change OK to Close in alertpanel with View log
14246                 button; add accel to View log. Patch by Fabien
14247                 Vantard
14248
14249 2006-02-23 [wwp]        2.0.0cvs77
14250
14251         * src/compose.c
14252                 silly me, there were much more tests to perform, since toolbars can
14253                 really have down to 1 element only.
14254
14255 2006-02-23 [wwp]        2.0.0cvs76
14256
14257         * commitHelper
14258                 fixed indentation from my previous commit. Fallback to VISUAL if
14259                 EDITOR is not set (and to vi, at last resort).
14260
14261 2006-02-23 [wwp]        2.0.0cvs75
14262
14263         * commitHelper
14264                 improved error detection (Colin, me).
14265
14266 2006-02-23 [wwp]        2.0.0cvs74
14267
14268         * src/prefs_toolbar.c
14269                 simplify and fix prefs/toolbars layouting. Combos' contents can
14270                 now be really displayed.
14271
14272 2006-02-23 [wwp]        2.0.0cvs73
14273         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14274         be really displayed.
14275
14276 2006-02-22 [wwp]        2.0.0cvs72
14277
14278         * src/compose.c
14279                 fix a typo in my previous commit (sorry!).
14280
14281 2006-02-22 [wwp]        2.0.0cvs71
14282
14283         * src/prefs_toolbar.c
14284                 fix a crash when adding separators to toolbars,
14285                 also fix some separator item information.
14286
14287 2006-02-22 [wwp]        2.0.0cvs70
14288
14289         * src/compose.c
14290                 fix a crash when redirecting (for instance) when compose window's
14291                 toolbar contents has been customized (when some buttons have been
14292                 removed in fact).
14293
14294 2006-02-21 [wwp]        2.0.0cvs69
14295
14296         * src/summaryview.c
14297         * src/gtk/pluginwindow.c
14298         * src/plugins/pgpcore/prefs_gpg.c
14299                 fix some compilation warnings (feat. remains of removed code).
14300
14301 2006-02-21 [wwp]        2.0.0cvs68
14302
14303         * src/gtk/gtkutils.c
14304                 fix two compilation issues, thanks to Stephan Sachse.
14305
14306 2006-02-20 [colin]      2.0.0cvs67
14307
14308         * src/mainwindow.c
14309                 Don't reselect displayed mail on refocus
14310                 This fixes actions misbehaving 
14311
14312 2006-02-20 [wwp]        2.0.0cvs66
14313
14314         * src/summaryview.c
14315         * src/gtk/gtksctree.c
14316         * src/gtk/gtkshruler.c
14317                 changed more runtime typecast checks.
14318
14319 2006-02-20 [wwp]        2.0.0cvs65
14320
14321         * src/summary_search.c
14322                 find all - summaryview refresh issue fixed, thanks to Colin.
14323
14324 2006-02-20 [wwp]        2.0.0cvs64
14325
14326         * src/gtk/gtkutils.c
14327                 better runtime typecast checks.
14328
14329 2006-02-20 [wwp]        2.0.0cvs63
14330
14331         * src/summary_search.c
14332                 enhancements to the summary search:
14333                         - add the ability to stop the running search
14334                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14335                         - don't search if no criteria (From/To/Subject/Body) is set
14336                         - ensure that a busy mouse pointer is always shown when searching,
14337                           show it even a bit earlier
14338
14339 2006-02-19 [colin]      2.0.0cvs62
14340
14341         * src/compose.c
14342         * src/imap.c
14343         * src/etpan/imap-thread.c
14344         * src/etpan/imap-thread.h
14345                 (Future) IMAP speed improvement on sending
14346                 Will require a libetpan update
14347         * src/summaryview.c
14348         * src/gtk/quicksearch.c
14349                 Make quicksearch clearable while running.
14350
14351 2006-02-17 [colin]      2.0.0cvs61
14352
14353         * src/imap.c
14354         * src/etpan/imap-thread.c
14355         * src/etpan/imap-thread.h
14356                 Check for IMAP certificates
14357                 ** Requires libetpan-0.42-cvs4 
14358                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14359
14360 2006-02-17 [colin]      2.0.0cvs60
14361
14362         * src/messageview.c
14363         * src/prefs_common.c
14364         * src/prefs_common.h
14365         * src/prefs_message.c
14366                 Add pref to display HTML-only mails with plugin, 
14367                 if possible (defaulting to FALSE of course).
14368
14369 2006-02-16 [colin]      2.0.0cvs59
14370
14371         * src/main.c
14372         * src/common/plugin.c
14373         * src/common/plugin.h
14374         * src/gtk/pluginwindow.c
14375                 Keep track of requested (but unloaded) plugins
14376                 in some error cases.
14377
14378 2006-02-16 [wwp]        2.0.0cvs58
14379
14380         * src/gtk/gtkaspell.c
14381         * src/gtk/gtkaspell.h
14382         * src/prefs_spelling.c
14383         * src/compose.c
14384         * src/prefs_common.c
14385         * src/prefs_common.h
14386                 implemented new optional spellchecker behaviour: re-check message when
14387                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14388
14389 2006-02-16 [wwp]        2.0.0cvs57
14390
14391         * src/quote_fmt_parse.y
14392                 pclose popen'ed pipe.
14393
14394 2006-02-15 [colin]      2.0.0cvs56
14395
14396         * src/mimeview.c
14397         * src/mimeview.h
14398                 Let MimeViewers know which MimeView they
14399                 depend of.
14400         * src/summaryview.c
14401                 Swap From/To columns in Sent/Queue/Drafts
14402                 folders
14403         * src/etpan/imap-thread.c
14404                 Use mailstream_low_tls_open() for STARTTLS
14405                 instead of mailstream_low_ssl_open()
14406                 ** REQUIRES libetpan 0.42cvs3 **
14407
14408 2006-02-15 [wwp]        2.0.0cvs55
14409
14410         * src/compose.c
14411         * src/compose.h
14412         * src/message_search.c
14413         * src/message_search.h
14414         * src/textview.c
14415         * src/gtk/gtkutils.c
14416         * src/gtk/gtkutils.h
14417                 added the ability to Find text in the compose window (and a bit
14418                 of code factorization).
14419
14420 2006-02-15 [wwp]        2.0.0cvs54
14421
14422         * src/prefs_gtk.c
14423                 yet another one file was missing (fix for some widgets' sensitivity).
14424                 Thanks Colin!
14425
14426 2006-02-15 [wwp]        2.0.0cvs53
14427
14428         * src/prefs_gtk.h
14429                 oops forgot that file (fix for some widgets' sensitivity).
14430
14431 2006-02-15 [wwp]        2.0.0cvs52
14432
14433         * src/summary_search.c
14434                 implemented advanced summary search options (added the ability
14435                 to use matcher conditions in an advanced search mode).
14436
14437 2006-02-15 [wwp]        2.0.0cvs51
14438
14439         * src/plugins/pgpcore/prefs_gpg.c
14440         * src/prefs_account.c
14441                 fix some widget sensitivity, mostly around some labels in
14442                 account prefs.
14443
14444 2006-02-15 [paul]       2.0.0cvs50
14445
14446         * manual/advanced.xml
14447                 improve Templates info
14448                 written by wwp
14449
14450 2006-02-14 [colin]      2.0.0cvs49
14451
14452         * src/pixmaps/address_book.xpm
14453         * src/pixmaps/preferences.xpm
14454         * src/pixmaps/properties.xpm
14455                 Fix pixmap size - patch by Fabien Vantard
14456
14457 2006-02-13 [colin]      2.0.0cvs48
14458
14459         * src/procmime.c
14460                 Add missing fclose()s on error
14461         * src/textview.c
14462                 Remove unused code
14463         * src/common/utils.c
14464                 Fix temp files not being deleted on windows
14465         Patches by Thomas Gilgin
14466
14467 2006-02-13 [colin]      2.0.0cvs47
14468
14469         * src/mainwindow.c
14470                 Fix exit crash
14471
14472 2006-02-13 [wwp]        2.0.0cvs46
14473
14474         * src/plugins/pgpcore/prefs_gpg.c
14475                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14476
14477 2006-02-12 [colin]      2.0.0cvs45
14478
14479         * src/folderview.c
14480         * src/main.c
14481         * src/mainwindow.c
14482                 Fix "stuff" when quitting
14483
14484 2006-02-12 [wwp]        2.0.0cvs44
14485
14486         * src/prefs_themes.c
14487                 fix typos in debug messages.
14488
14489 2006-02-11 [colin]      2.0.0cvs43
14490
14491         * src/summaryview.c
14492                 don't allow drag/drop from ourself
14493
14494 2006-02-10 [wwp]        2.0.0cvs42
14495
14496         * src/exporthtml.c
14497         * src/html.c
14498         * src/html.h
14499         * src/procmime.c
14500         * src/textview.c
14501                 renamed html_ prefixed functions and data structures to avoid
14502                 namespace clashes w/ other software (gtkhtml2 for instance).
14503                 Closes bug #907.
14504
14505
14506 2006-02-09 [colin]      2.0.0cvs41
14507
14508         * src/summaryview.c
14509                 Fix shitty logic messed up. Thanks Ticho for the hint!
14510
14511 2006-02-09 [wwp]        2.0.0cvs40
14512
14513         * src/gtk/about.c
14514         * src/compose.c
14515         * src/prefs_account.c
14516         * src/prefs_gtk.h
14517         * src/editaddress.c
14518                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14519                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14520                 Browse buttons in accounts prefs.
14521
14522 2006-02-09 [colin]      2.0.0cvs39
14523
14524         * src/matcher.c
14525                 Check for pointer before using its members
14526         * src/gtk/gtksourceprintjob.c
14527                 Fix a wrong warning
14528
14529 2006-02-09 [wwp]        2.0.0cvs38
14530
14531         * src/gtk/filesel.c
14532                 fix few compiler warnings (type mismatch).
14533
14534 2006-02-09 [paul]       2.0.0cvs37
14535
14536         * po/fr.po
14537                 updated by Fabien Vantard
14538
14539 2006-02-08 [colin]      2.0.0cvs36
14540
14541         * src/prefs_common.c
14542         * src/common/defs.h
14543         * src/common/plugin.c
14544                 allow windows and linux configurations to coexist
14545                 patch by Thomas Gilgin
14546
14547 2006-02-08 [colin]      2.0.0cvs35
14548
14549         * src/filtering.c
14550         * src/matcher.c
14551         * src/matcher.h
14552         * src/matcher_parser_parse.y
14553         * src/prefs_filtering_action.c
14554         * src/prefs_matcher.c
14555                 Add the "Ignore thread" filtering
14556                 action
14557
14558 2006-02-08 [colin]      2.0.0cvs34
14559
14560         * src/compose.c
14561         * src/procmime.c
14562         * src/procmime.h
14563                 Fix bug #905 (damaged attachment)
14564                 text files with raw \0's aren't really text files
14565         FOR_STABLE
14566
14567 2006-02-08 [colin]      2.0.0cvs33
14568
14569         * src/summaryview.c
14570                 Fix crasher introduced yesterday
14571
14572 2006-02-08 [wwp]        2.0.0cvs32
14573
14574         * src/compose.c
14575         * src/compose.h
14576                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14577
14578 2006-02-08 [wwp]        2.0.0cvs31
14579
14580         * src/prefs_template.c
14581                 templates enhancement: allow address completion for Cc and Bcc fields
14582                 (it was currently possible for the To field only)
14583
14584 2006-02-08 [colin]      2.0.0cvs30
14585
14586         * src/compose.c
14587                 Don't unblock if not blocked
14588         FOR_STABLE
14589
14590 2006-02-07 [colin]      2.0.0cvs29
14591
14592         * src/action.c
14593                 Forgot to refresh summaryview
14594
14595 2006-02-07 [colin]      2.0.0cvs28
14596
14597         * src/action.c
14598                 Freeze/thaw message list and folder list while
14599                 processing %as{} actions 
14600         * src/compose.c
14601                 Fix auto-wrap disabling after a middle-click
14602                 paste - FOR_STABLE
14603
14604 2006-02-07 [paul]       2.0.0cvs27
14605
14606         * src/folder.c
14607                 fix freeing of uninitialised pointers
14608                 Thanks to Colin
14609
14610 2006-02-06 [colin]      2.0.0cvs26
14611
14612         * src/folder.c
14613                 Use g_slist_prepend in potentially big list
14614
14615 2006-02-06 [colin]      2.0.0cvs25
14616
14617         * src/folder.c
14618                 Completely skip processing if it doesn't 
14619                 exist (faster!)
14620
14621 2006-02-06 [colin]      2.0.0cvs24
14622
14623         * src/folder.c
14624         * src/summaryview.c
14625                 Batch filtering in summaryview (from Tools menu)
14626                 and pre/post//-processing too
14627
14628 2006-02-06 [colin]      2.0.0cvs23
14629
14630         * src/procmsg.h
14631         * src/filtering.c
14632                 Use a special field for batch filtering instead
14633                 of stepping on deferred execution's toes
14634
14635 2006-02-06 [colin]      2.0.0cvs22
14636
14637         * src/action.c
14638         * src/filtering.c
14639         * src/filtering.h
14640         * src/folder.c
14641         * src/summaryview.c
14642                 Fix filtering via menus and actions
14643
14644 2006-02-06 [colin]      2.0.0cvs21
14645
14646         * src/imap.c
14647                 Put the added file directly to cache if possible (will work
14648                 with next libetpan)
14649         * src/filtering.c
14650         * src/filtering.h
14651         * src/inc.c
14652         * src/folder.c
14653         * src/mbox.c
14654         * src/procmsg.h
14655                 Move and copy filtered messages by batches instead of one
14656                 by one - faster on IMAP
14657         * src/procmsg.c
14658                 Add a function that'll possibly be useful later
14659
14660 2006-02-06 [colin]      2.0.0cvs20
14661
14662         * src/addressbook.c
14663                 Use internal mime-type instead of text/plain for d'n'd
14664         * src/compose.c
14665                 Allow attaching files from mimeview's icon list via d'n'd
14666         * src/folderview.c
14667         * src/folderview.h
14668                 Use internal mime-type instead of text/plain for d'n'd
14669                 Don't try to selected opened folder if none is
14670                 Factorize d'n'd from other apps code
14671         * src/headerview.c
14672         * src/textview.c
14673         * src/gtk/gtkutils.c
14674         * src/gtk/gtkutils.h
14675                 Factorize Face/X-Face stuff
14676         * src/mimeview.c
14677                 Fix d'n'd to other apps
14678         * src/prefs_message.c
14679                 Let the XFace pref be usable without libcompface as it also
14680                 applies to Face
14681         * src/summaryview.c
14682                 Fix d'n'd to other apps
14683                 Factorize d'n'd from other apps code
14684
14685 2006-02-06 [wwp]        2.0.0cvs19
14686
14687         * po/it.po
14688                 Italian translation fixes by Andrea Spadaccini (no more confusion
14689                 between filtering and processing, and few changes in the About
14690                 dialog).
14691
14692
14693 2006-02-06 [mones]      2.0.0cvs18
14694
14695         * src/gtk/icon_legend.c
14696                 Improved descriptions allowing better translations
14697
14698 2006-02-05 [colin]      2.0.0cvs17
14699
14700         * src/imap.c
14701                 Add the f*cking missing expunge that caused imap_fetch_env
14702                 to fail after an add_msgs ! :-///
14703         * src/etpan/imap-thread.c
14704                 Add a bit of debug
14705         FOR_STABLE
14706
14707 2006-02-05 [colin]      2.0.0cvs16
14708
14709         * src/common/utils.c
14710                 Don't check for return-path (or we can't put
14711                 back non-sent mails)
14712
14713 2006-02-05 [colin]      2.0.0cvs15
14714
14715         * src/textview.c
14716                 Don't try to display Face header in textview
14717                 when teh headerview's active
14718
14719 2006-02-05 [colin]      2.0.0cvs14
14720
14721         * tools/tbird2syl.py
14722         * tools/Makefile.am
14723                 Add script to import Thunderbird mails
14724
14725 2006-02-05 [colin]      2.0.0cvs13
14726
14727         * src/headerview.c
14728         * src/procheader.c
14729         * src/procmsg.c
14730         * src/procmsg.h
14731         * src/textview.c
14732                 Show Face headers - patch partially by Klaus Flittner
14733
14734 2006-02-05 [colin]      2.0.0cvs12
14735
14736         * src/folderview.c
14737         * src/summaryview.c
14738         * src/common/utils.c
14739         * src/common/utils.h
14740                 Let dnd work from mime icons to summaryview
14741                 and to folderview too
14742                 Add a crude test to avoid trying to add files
14743                 drag'n'dropped when they're not mails
14744
14745 2006-02-04 [colin]      2.0.0cvs11
14746
14747         * src/summaryview.c
14748         * src/mimeview.c
14749                 Fix utf8 conversion
14750
14751 2006-02-04 [colin]      2.0.0cvs10
14752
14753         * src/compose.c
14754         * src/folderview.c
14755         * src/mimeview.c
14756         * src/summaryview.c
14757         * src/summaryview.h
14758                 Added various drag and drop capas:
14759                 From                    To
14760                 summaryview             other apps
14761                 mimeview icons          other apps
14762                 other apps              summaryview
14763                 other apps              folderview
14764
14765                 This shouldn't have broken the existing:
14766                 From                    To
14767                 summaryview             folderview
14768                 folderview              folderview
14769                 summaryview             compose's attachments
14770
14771         Tests welcomed.
14772
14773 2006-02-02 [paul]       2.0.0cvs9
14774
14775         * src/mainwindow.c
14776                 move global option 'Set displayed columns...' out
14777                 of folder option grouping.
14778                 fix sensitivity of 'harvest addresses'
14779         FOR_STABLE
14780
14781 2006-02-01 [colin]      2.0.0cvs8
14782
14783         * src/mimeview.c
14784                 Revert the alertpanel patch, it sucks (intrusive
14785                 and gets in the way of "open")
14786
14787 2006-02-01 [colin]      2.0.0cvs7
14788
14789         * src/compose.c
14790         * src/prefs_account.c
14791         * src/prefs_common.c
14792         * src/common/defs.h
14793         * src/common/utils.c
14794         * src/common/utils.h
14795                 Add ability to edit the signature file
14796                 from the account preferences, and use
14797                 a default for the text editor.
14798                 Patch by Fabien Vantard
14799
14800 2006-02-01 [colin]      2.0.0cvs6
14801
14802         * src/mimeview.c
14803                 Try to get mime type by extension if it is
14804                 application/octet-stream
14805                 Display a window with possible choices when
14806                 encountering unknown mime types
14807         * src/gtk/filesel.c
14808         * src/gtk/filesel.h
14809                 Add preview
14810                 Allow multiple selection in filtered filesel
14811                 (patch by Fabien Vantard)
14812         * src/gtk/pluginwindow.c
14813                 Use it (patch by Fabien Vantard)
14814
14815 2006-02-01 [paul]       2.0.0cvs5
14816
14817         * src/jpilot.c
14818                 fix crash on creating jpilot address book
14819                 Thanks to Colin - FOR_STABLE
14820         * src/prefs_summaries.c
14821         * src/prefs_wrapping.c
14822         * src/gtk/icon_legend.c
14823         * src/gtk/quicksearch.c
14824                 string fixes and additions
14825
14826 2006-02-01 [paul]       2.0.0cvs4
14827
14828         * src/compose.c
14829         * src/mainwindow.c
14830         * src/messageview.c
14831         * src/prefs_send.c
14832                 add Arabic encoding option
14833                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14834
14835 2006-01-31 [colin]      2.0.0cvs3
14836
14837         * src/plugins/pgpcore/passphrase.c
14838                 Convert passphrase to locale encoding
14839         * src/compose.c
14840                 Fix drafting on IMAP. Crappy bug sneaked in
14841                 the release :-/
14842         FOR_STABLE
14843
14844 2006-01-30 [paul]       2.0.0cvs2
14845
14846         * src/gtk/icon_legend.c
14847                 show the new entries
14848
14849 2006-01-30 [colin]      2.0.0cvs1
14850
14851         * src/manual.c
14852                 Check for the file to be present before 
14853                 enabling the menu - FOR_STABLE
14854         * src/gtk/icon_legend.c
14855                 Add folders icons (not all of them, there
14856                 are too much, but the most intriguing ones)
14857
14858 2006-01-30 [paul]       2.0.0
14859
14860         version 2.0.0 released
14861
14862 [For previous entries, see ChangeLog.pre2.0.0]