67cbfa759c533fd9c5154b8dd5ebc536f749e0dd
[claws.git] / ChangeLog
1 2007-08-19 [paul]       2.10.0cvs132
2
3         * src/foldersel.c
4         * src/folderview.c
5         * src/summaryview.c
6                 fix bug 1286, 'Can't move a folder into a "Folders
7                 Only" folder'
8
9 2007-08-18 [ticho]      2.10.0cvs131
10
11         * src/editaddress_other_attributes_ldap.c
12                 Converted option menu for other ldap attributes to GtkComboBox.
13
14 2007-08-18 [colin]      2.10.0cvs130
15
16         * src/compose.c
17         * src/prefs_common.c
18         * src/prefs_common.h
19         * src/prefs_send.c
20         * src/send_message.c
21                 Revert 'send_dialog_mode' meaning to 
22                 'send_dialog_invisible', so that the 
23                 new checkbox doesn't change the 
24                 existing behaviour.
25
26 2007-08-18 [paul]       2.10.0cvs129
27
28         * src/summaryview.c
29                 add missing menu update
30
31 2007-08-17 [colin]      2.10.0cvs128
32
33         * src/folder.c
34                 Set batching after getting flags - maybe fixes
35                 bug 1292, 'CM crashes on writing mail'
36
37 2007-08-16 [ticho]      2.10.0cvs127
38
39         * src/prefs_send.c
40                 Convert two GtkOptionMenu widgets to new GtkComboBox.
41         * src/gtk/combobox.h
42         * src/gtk/gtkutils.c
43                 Allow NULL for GtkComboBox menuitem label, rendering such
44                 items as row separators.
45
46 2007-08-16 [paul]       2.10.0cvs126
47
48         * src/plugins/trayicon/trayicon.c
49                 remove wrongly used gettextisation
50
51 2007-08-15 [ticho]      2.10.0cvs125
52
53         * src/importldif.c
54                 Fixed a runtime warning where an attempt to pack an
55                 already packed GtkLabel was made.
56
57 2007-08-15 [ticho]      2.10.0cvs124
58
59         * src/prefs_compose_writing.c
60                 Convert the insert-or-attach-dragged-files GtkOptionMenu
61                 into GtkComboBox.
62
63 2007-08-14 [ticho]      2.10.0cvs123
64
65         * src/messageview.c
66         * src/gtk/gtkutils.c
67                 Changed return receipt account selector to GtkComboBox.
68                 Fixed a runtime warning where GTK tried to parse
69                 "name <email@address" as a Pango markup in an alertpanel label.
70
71 2007-08-14 [ticho]      2.10.0cvs122
72
73         * src/prefs_logging.c
74                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
75
76 2007-08-14 [wwp]        2.10.0cvs121
77
78         * tools/Makefile.am
79         * tools/README
80         * tools/popfile-link.sh
81                 Added a new tool: POPFile helper, to open
82                 selected messages in POPFile control center,
83                 in order to change the messages' status.
84
85 2007-08-14 [ticho]      2.10.0cvs120
86
87         * src/compose.c
88         * src/prefs_common.c
89         * src/prefs_common.h
90         * src/prefs_send.c
91         * src/send_message.c
92                 Change "Show send dialog" optionmenu to a checkbutton.
93         * src/prefs_receive.c
94                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
95
96 2007-08-13 [wwp]        2.10.0cvs119
97
98         * src/addr_compl.c
99         * src/addressbook.c
100         * src/addrindex.c
101         * src/compose.c
102         * src/filtering.c
103         * src/folderview.c
104         * src/inc.c
105         * src/matcher.c
106         * src/mh.c
107         * src/partial_download.c
108         * src/prefs_gtk.c
109         * src/procmsg.c
110         * src/stock_pixmap.c
111         * src/summaryview.c
112         * src/common/utils.c
113         * src/gtk/gtkaspell.c
114         * src/gtk/menu.c
115                 Make sure we never pass NULL pointers for %s substitutions
116                 (prevent from crashing in Windows).
117
118 2007-08-13 [wwp]        2.10.0cvs118
119
120         * src/msgcache.c
121                 Re-enable mmap_reads in Windows with some missing
122                 CloseHandle of mapping objects, thanks to
123                 Marcus Brinkmann.
124
125 2007-08-13 [paul]       2.10.0cvs117
126
127         * src/common/utils.c
128                 fix bug 1287, 'Compile time problem on Solaris
129                 (nexenta gnu/Solaris) utils.c'
130                 Thanks to Piotr Chrzczonowicz
131
132 2007-08-12 [wwp]        2.10.0cvs116
133
134         * src/plugins/pgpcore/prefs_gpg.c
135                 Don't try to unset a GPG_AGENT_INFO that was not
136                 set (and don't use a NULL string in Windows, it was
137                 crashing with --debug if GPG_AGENT_INFO was not set).
138
139 2007-08-12 [wwp]        2.10.0cvs115
140
141         * src/privacy.h
142                 Make gcc type-check arguments passed to privacy_set_error().
143
144 2007-08-12 [ticho]      2.10.0cvs114
145
146         * src/prefs_folder_item.c
147                 Make sure that folder default account combobox always has some
148                 account preselected.
149         * src/gtk/combobox.c
150                 Handle empty combobox gracefully (warning instead of crash).
151
152 2007-08-12 [ticho]      2.10.0cvs114
153
154         * src/prefs_folder_item.c
155                 Make sure that folder default account combobox is not empty.
156         * src/gtk/combobox.c
157                 Handle empty combobox gracefully (warning instead of crash).
158
159 2007-08-11 [paul]       2.10.0cvs113
160
161         * src/addrgather.c
162         * src/folderview.c
163                 use 'subfolder' instead of 'sub-folder', matching
164                 everywhere else the term is used
165         * src/imap_gtk.c
166                 fix engrish
167
168 2007-08-10 [wwp]        2.10.0cvs112
169
170         * src/msgcache.c
171                 Disable mmap reads in Windows only (at least temporarily), they
172                 prevent from renaming/removing target cache files.
173
174 2007-08-10 [paul]
175
176         3.0.0-rc2 released
177
178 2007-08-10 [wwp]        2.10.0cvs111
179
180         * src/msgcache.c
181                 fix unpredictable crashes in Windows due to broken
182                 cache/mark/tags files writting (file were opened for
183                 writing in text mode).
184
185         * src/recv.c
186                 use gettimeofday() from w32lib.h on Windows.
187
188 2007-08-10 [colin]      2.10.0cvs110
189
190         * src/imap.c
191         * src/etpan/imap-thread.c
192         * src/etpan/imap-thread.h
193                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
194
195 2007-08-09 [colin]      2.10.0cvs109
196
197         * src/editldap.c
198                 Fix port being reset to 636 on SSL
199         * src/folder.c
200                 Fix folder_item_get_msg_num_by_file
201                 on drafts/queue folders
202
203 2007-08-09 [wwp]        2.10.0cvs108
204
205         * src/folder.c
206                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
207                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
208
209
210 2007-08-09 [colin]      2.10.0cvs107
211
212         * src/folderview.c
213         * src/summaryview.c
214         * src/gtk/prefswindow.c
215                 A few Maemo layout fixes
216
217 2007-08-09 [paul]       2.10.0cvs106
218
219         * src/prefs_account.c
220                 remove the hyphen from plug-ins to
221                 match everywhere else
222
223 2007-08-08 [wwp]        2.10.0cvs105
224
225         * src/prefs_folder_item.c
226                 Fix an extraneous stealth ^L char.
227
228 2007-08-08 [wwp]        2.10.0cvs104
229
230         * src/prefs_folder_item.c
231                 Better fix, group variables declarations (USE_ASPELL).
232
233 2007-08-08 [wwp]        2.10.0cvs103
234
235         * src/prefs_folder_item.c
236                 Fix compilation w/ USE_ASPELL set (broken
237                 by 2.10.0cvs102).
238
239 2007-08-08 [ticho]      2.10.0cvs102
240
241         * src/prefs_folder_item.c
242                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
243
244 2007-08-08 [colin]      2.10.0cvs101
245
246         * src/imap.c
247         * src/etpan/imap-thread.c
248         * src/etpan/imap-thread.h
249                 Close selected mailbox before doing
250                 status on it.
251
252 2007-08-08 [colin]      2.10.0cvs100
253
254         * src/html.c
255                 Complete symbol table, thanks to wwp.
256                 Fixes bug 1284, 'The html -> text 
257                 converter ignores entities'
258         * src/msgcache.c
259                 Fix possible fd leak
260
261 2007-08-08 [colin]      2.10.0cvs99
262
263         * src/imap.c
264                 Better way to fetch UIDs on non-UIDPLUS servers
265
266 2007-08-07 [colin]      2.10.0cvs98
267
268         * src/imap.c
269                 fix bug 1275, 'auto-saved draft messages not 
270                 always being removed'; Also, make multiple
271                 copy (in the same account) faster by matching
272                 source/destination message UIDs.
273         * src/messageview.c
274                 Don't try to reshow deleted mail
275         * src/msgcache.c
276                 Fix leak on error path
277
278 2007-08-07 [wwp]        2.10.0cvs97
279
280         * manual/account.xml
281         * manual/advanced.xml
282         * manual/fr/account.xml
283         * manual/fr/advanced.xml
284                 Updated the reference manual and the French translation to
285                 reflect 2.10.0cvs84: enable running folder Processing
286                 rules on demand.
287
288 2007-08-06 [wwp]        2.10.0cvs96
289
290         * src/prefs_common.c
291         * src/prefs_common.h
292         * src/textview.c
293                 Allow changing the emphasis color used to highlight
294                 the newsreader/x-mailer header value when it matches
295                 our preferred mail agent (hidden pref 'emphasis_col' added
296                 to clawsrc).
297
298 2007-08-06 [colin]      2.10.0cvs95
299
300         * src/compose.c
301         * src/compose.h
302                 Re-commit 2.10.0cvs86, with a protection
303                 against Pango bug. Also, try to fix 
304                 bug 1275, 'auto-saved draft messages not 
305                 always being removed'
306
307 2007-08-06 [wwp]        2.10.0cvs94
308
309         * src/gtk/quicksearch.c
310                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
311
312 2007-08-06 [ticho]      2.10.0cvs93
313
314         * src/prefs_account.c
315         * src/gtk/combobox.c
316                 Use GtkComboBox instead of GtkOptionMenu for privacy system
317                 selection in account preferences.
318
319 2007-08-06 [wwp]        2.10.0cvs92
320
321         * src/plugins/pgpcore/plugin.def
322                 Apply one more chunk from gpg4win's 03-w32-port patch.
323
324 2007-08-05 [colin]      2.10.0cvs91
325
326         * src/compose.c
327         * src/compose.h
328                 reverting buggy patch for now
329
330 2007-08-05 [colin]      2.10.0cvs90
331
332         * src/folder.c
333                 Fix slowdown
334
335 2007-08-04 [colin]      2.10.0cvs89
336
337         * src/prefs_summaries.c
338         * src/summary_search.c
339                 Replace deprecated widgets. Patch by
340                 Andrej.
341
342 2007-08-04 [colin]      2.10.0cvs88
343
344         * src/mh.c
345                 Refresh GUI only every 2000 mails on mh_get_last_num
346                 This is fast (readdir) and done only once per 
347                 session/folder
348
349 2007-08-03 [colin]      2.10.0cvs87
350
351         * src/prefs_account.c
352         * src/gtk/combobox.h
353         * src/gtk/gtkutils.c
354                 Fix a deprecated widget. Patch by
355                 Andrej
356
357 2007-08-03 [colin]      2.10.0cvs86
358
359         * src/compose.c
360         * src/compose.h
361                 Make colorisation and wrapping algorithms
362                 faster. Fixes bug 1246, 'compose becomes 
363                 increasingly slow replying to complex emails'
364
365 2007-08-03 [paul]       2.10.0cvs85
366
367         * src/mh.c
368                 keep the window painted
369
370 2007-08-02 [paul]       2.10.0cvs84
371
372         * src/folderview.c
373         * src/mainwindow.c
374         * src/mainwindow.h
375                 enable running folder Processing
376                 rules on demand
377
378 2007-08-02 [paul]       2.10.0cvs83
379
380         * src/textview.c
381                 speed up/clean up rendering of larger
382                 msgs
383                 Thanks to Colin
384
385 2007-08-01 [paul]       2.10.0cvs82
386
387         * src/mainwindow.h
388                 clean up cruft
389         * src/toolbar.c
390                 change default toolbar layout on maemo
391         * src/pixmaps/close.xpm
392                 make the red cross a grey cross
393         * src/pixmaps/jpilot.xpm
394                 make icon smaller so it fits better
395
396 2007-07-31 [paul]       2.10.0cvs81
397
398         * src/setup.c
399         * src/gtk/gtkutils.c
400                 fix crash on maemo on first launch
401
402 2007-07-30 [paul]       2.10.0cvs80
403
404         * src/prefs_matcher.c
405                 specify the units of age and size
406
407 2007-07-30 [paul]       2.10.0cvs79
408
409         * src/main.c
410                 Fix IMAP timeout setting
411
412 2007-07-30 [colin]      2.10.0cvs78
413
414         * src/prefs_account.c
415                 Fix a deprecated widget. Patch by
416                 Andrej
417
418 2007-07-27 [paul]       2.10.0cvs77
419
420         * src/matcher_parser_parse.y
421         * src/prefs_filtering_action.c
422         * src/prefs_matcher.c
423                 these changes forgotten in cvs74's
424                 'watch thread' feature
425
426 2007-07-27 [paul]       2.10.0cvs76
427
428         * src/compose.c
429                 fix potential crasher
430                 thanks to Colin
431
432 2007-07-27 [paul]       2.10.0cvs75
433
434         * src/mainwindow.c
435         * src/manual.c
436         * src/manual.h
437         * src/gtk/gtkutils.c
438                 make mainwindow's /Help/Manual point to the
439                 remote copy if the local copy doesn't exist
440
441 2007-07-27 [paul]       2.10.0cvs74
442
443         * src/Makefile.am
444         * src/filtering.c
445         * src/folder.c
446         * src/mainwindow.c
447         * src/matcher.c
448         * src/matcher.h
449         * src/matcher_parser_parse.y
450         * src/procmsg.c
451         * src/procmsg.h
452         * src/stock_pixmap.c
453         * src/stock_pixmap.h
454         * src/summaryview.c
455         * src/summaryview.h
456         * src/toolbar.c
457         * src/toolbar.h
458         * src/pixmaps/watchthread.xpm
459                 add 'watch thread' feature
460
461 2007-07-27 [paul]       2.10.0cvs73
462
463         * src/prefs_folder_item.c
464                 adjust labels, add tooltips
465
466 2007-07-27 [colin]      2.10.0cvs72
467
468         * src/summaryview.c
469                 Maemo: Remove less used menu items
470
471 2007-07-26 [colin]      2.10.0cvs71
472
473         * src/messageview.c
474                 Maemo: destroy messageview after trashing mail.
475                 Maybe should be done on X11 too
476
477 2007-07-26 [colin]      2.10.0cvs70
478
479         * src/folderview.c
480         * src/mainwindow.c
481         * src/prefs_common.c
482         * src/prefs_common.h
483         * src/summaryview.c
484                 Add View/Show or Hide/Column headers
485
486 2007-07-26 [colin]      2.10.0cvs69
487
488         * src/procmime.c
489                 Fix unwanted output
490
491 2007-07-26 [colin]      2.10.0cvs68
492
493         * src/ldapserver.c
494                 Fix possible crash on cache invalidation
495         * src/compose.c
496         * src/procmime.c
497         * src/procmime.h
498         * src/quote_fmt_parse.y
499                 Make replying to mails with big attachments
500                 much faster. Fixes bug 1224, 'The process of 
501                 Replying to emails with large attachments 
502                 seems unreasonably long...'
503
504 2007-07-26 [colin]      2.10.0cvs67
505
506         * src/mimeview.c
507         * src/matcher.c
508         * src/common/ssl.c
509                 Fix threads use on BSDs
510
511 2007-07-26 [paul]       2.10.0cvs66
512
513         * src/gtk/prefswindow.c
514                 fix account prefs breakage
515                 thanks to Colin
516
517 2007-07-26 [paul]       2.10.0cvs65
518
519         * configure.ac
520                 standardise ./configure --help messages
521
522 2007-07-26 [colin]      2.10.0cvs64
523
524         * src/addressbook.c
525         * src/editaddress.c
526                 Fix two vCard-related crashes
527
528 2007-07-25 [colin]      2.10.0cvs63
529
530         * src/inc.c
531         * src/prefs_common.c
532         * src/prefs_common.h
533         * src/prefs_receive.c
534                 Maemo: Add a better way to notify of
535                 new mails
536         * src/mainwindow.c
537         * src/statusbar.h
538         * src/summaryview.c
539         * src/toolbar.c
540                 Maemo: Various layout fixes
541         * src/gtk/prefswindow.c
542                 Maemo: Better prefs layout
543
544 2007-07-25 [paul]       2.10.0cvs62
545
546         * src/textview.c
547                 fix the layout on maemo
548                 thanks to Colin
549
550 2007-07-25 [iwkse]      2.10.0cvs61
551
552         * src/summaryview.c
553                 add 'o' shortcut on summaryview
554
555 2007-07-25 [iwkse]      2.10.0cvs60
556
557         * src/textview.c
558                 fix o shortcut
559
560 2007-07-24 [colin]      2.10.0cvs59
561
562         * src/mh.c
563                 Fix missing timestamp update on source
564                 folder when moving
565         * src/textview.c
566         * src/textview.h
567                 Better text layout on part's choices
568
569 2007-07-23 [colin]      2.10.0cvs58
570
571         * src/mimeview.c
572         * src/textview.c
573                 Maemo: Automatically choose the correct application
574                 to open parts
575         * src/gtk/quicksearch.c
576                 Make search run on GDK_KP_Enter too
577
578 2007-07-23 [wwp]        2.10.0cvs57
579
580         * src/quote_fmt_lex.l
581                 Revert accidentaly committed lines (account_sig) in
582                 2.10.0cvs56.
583
584 2007-07-23 [wwp]        2.10.0cvs56
585
586         * src/quote_fmt_lex.l
587                 Fix typos around long form expressions in the quote lexer.
588
589 2007-07-23 [paul]
590
591         3.0.0-rc1 released
592
593 2007-07-23 [colin]      2.10.0cvs55
594
595         * src/addr_compl.c
596                 Fix auto-completion on Maemo
597
598 2007-07-23 [colin]      2.10.0cvs54
599
600         * src/statusbar.c
601                 Maemo: Fix sticking statusbars
602
603 2007-07-22 [colin]      2.10.0cvs53
604
605         * src/main.c
606                 Maemo: Fix the strange "top_application" info
607                 at startup. We should do something when 
608                 receiving such a message.
609
610 2007-07-20 [paul]       2.10.0cvs52
611
612         * src/news_gtk.c
613                 add missing #include "statusbar.h"
614
615 2007-07-20 [colin]      2.10.0cvs51
616
617         * src/folder.c
618         * src/folder.h
619         * src/folder_item_prefs.c
620         * src/folder_item_prefs.h
621         * src/folderview.c
622         * src/imap.c
623         * src/imap_gtk.c
624         * src/imap_gtk.h
625         * src/news.c
626         * src/news_gtk.c
627         * src/news_gtk.h
628         * src/prefs_folder_item.c
629                 Implement age-based caching: allow to
630                 specify a threshold for the offline synchronisation
631                 feature, and whether old cached bodies should 
632                 be removed
633         * src/toolbar.c
634         * src/toolbar.h
635                 Fix label/tooltips
636         * src/plugins/dillo_viewer/dillo_viewer.c
637                 Check that Dillo's installed
638
639 2007-07-20 [wwp]        2.10.0cvs50
640
641         * src/mimeview.c
642         * src/stock_pixmap.c
643                 Draw a frame around the selected mimeview part icon (instead of the
644                 shifted 'dancing' icon).
645
646 2007-07-20 [colin]      2.10.0cvs49
647
648         * src/main.c
649                 Unref stuff even on error
650         * src/wizard.c
651                 disconnect signals only at the very
652                 end of the wizard save.
653
654 2007-07-20 [colin]      2.10.0cvs48
655
656         * src/mainwindow.c
657         * src/messageview.c
658         * src/toolbar.c
659         * src/toolbar.h
660                 Fix random crashes while navigating
661                 (GTK_EVENTS_FLUSH)
662
663 2007-07-19 [colin]      2.10.0cvs47
664
665         * configure.ac
666         * src/main.c
667         * src/prefs_common.c
668         * src/prefs_common.h
669         * src/wizard.c
670         * src/common/defs.h
671         * src/common/utils.c
672                 Maemo: add an easy way to store data (mails
673                 and IMAP/NNTP caches) on one of the SD cards,
674                 and protect against unmounts if needed
675
676 2007-07-19 [paul]       2.10.0cvs46
677
678         * src/Makefile.am
679         * src/stock_pixmap.c
680         * src/gtk/about.c
681         * src/pixmaps/claws-mail_logo-small.xpm
682                 implement a (slightly) different About
683                 dialog for maemo and add a small version
684                 of the logo for it
685         * src/wizard.c
686                 use a scrolled window for wizard page 1
687                 on maemo
688
689 2007-07-19 [paul]       2.10.0cvs45
690
691         * src/Makefile.am
692                 too soon for this line
693
694 2007-07-19 [paul]       2.10.0cvs44
695
696         * src/Makefile.am
697                 fix build on n800
698
699 2007-07-19 [colin]      2.10.0cvs43
700
701         * src/wizard.c
702                 Solve Mail/Mailbox name when specifying
703                 full /path/to/Mail.
704
705 2007-07-18 [colin]      2.10.0cvs42
706
707         * src/inc.c
708         * configure.ac
709                 Fix build on n770
710
711 2007-07-18 [colin]      2.10.0cvs41
712
713         * src/inc.c
714                 Maemo: plug the online/offline system into
715                 maemo's interfaces to have Claws automatically
716                 switch according to the system status
717         * src/statusbar.c
718                 Maemo: use HildonBanners to display status
719                 messages. Renders the main statusbar useless.
720
721 2007-07-18 [paul]       2.10.0cvs40
722
723         * src/filtering.c
724                 fix screen blanking on moving/copying many msgs
725         * src/folder.c
726                 fix processing progressbar and screen blanking
727                 during processing
728
729 2007-07-18 [paul]       2.10.0cvs39
730
731         * src/messageview.c
732                 revert cvs37, breakage on maemo
733
734 2007-07-18 [paul]       2.10.0cvs38
735
736         * src/gtk/gtkutils.c
737                 make sure we can still build with older GTK's
738
739 2007-07-18 [colin]      2.10.0cvs37
740
741         * src/messageview.c
742                 Only hide the small layout's messageview, instead
743                 of destroying it when closing
744         * src/gtk/gtkutils.c
745                 Use gtk_window_present_with_time to popup windows,
746                 it seems to make things better with modern WMs
747                 (actually focusing)
748
749 2007-07-17 [colin]      2.10.0cvs36
750
751         * src/editaddress.c
752                 Simplify layout on Maemo
753         * src/folder.c
754                 Fix possible crash
755         * src/prefs_display_header.c
756                 Remove some headers by default on Maemo
757
758 2007-07-17 [paul]       2.10.0cvs35
759
760         * src/prefs_common.c
761         * src/prefs_common.h
762         * src/prefs_logging.c
763         * src/common/log.c
764                 add options to stop/enable writing logs to disc
765
766 2007-07-17 [paul]       2.10.0cvs34
767
768         * src/edittags.c
769                 fix some issues with the Apply tags window:
770                 - set search column (enables autocompl in the treeview)
771                 - apply tag from "New tag" if it existed
772                 - clears New tag entry when adding it with the button
773                 Thanks to Colin
774
775 2007-07-17 [paul]       2.10.0cvs33
776
777         * src/edittags.c
778                 fix 'apply tags' dialogue weirdness
779
780 2007-07-16 [colin]      2.10.0cvs32
781
782         * src/toolbar.c
783                 Fix double-loading of mails on Maemo
784
785 2007-07-16 [colin]      2.10.0cvs31
786
787         * src/messageview.c
788                 Prevent double-loading of the same part under some
789                 conditions; hide statusbar on Maemo
790
791 2007-07-16 [colin]      2.10.0cvs30
792
793         * src/edittags.c
794         * src/edittags.h
795         * src/mainwindow.c
796         * src/summaryview.c
797                 Improve the tag interface - allow
798                 to set/unset tags from a special
799                 window.
800         * src/gtk/gtkvscrollbutton.c
801         * src/mimeview.c
802         * src/mimeview.h
803         * src/stock_pixmap.c
804                 Fix Mimeview's ugly hacks in the
805                 icon list. 
806
807 2007-07-16 [paul]       2.10.0cvs29
808
809         * src/wizard.c
810                 rework dialog
811         * src/gtk/icon_legend.c
812                 put it all in a scrolled window
813
814 2007-07-15 [colin]      2.10.0cvs28
815
816         * src/mainwindow.c
817                 Maemo: force layout to be Small screen; the
818                 others don't make sense
819
820 2007-07-14 [colin]      2.10.0cvs27
821
822         * src/mimeview.c
823         * src/gtk/gtkvscrollbutton.c
824                 Maemo: Fix mimeview's buttons size
825
826 2007-07-14 [colin]      2.10.0cvs26
827
828         * src/toolbar.c
829                 Fix the button workaround fix.
830                 (Use the correct variable)
831
832 2007-07-14 [colin]      2.10.0cvs25
833
834         * src/mainwindow.c
835         * src/toolbar.c
836                 Maemo: put the progress bar in the
837                 toolbar
838
839 2007-07-14 [colin]      2.10.0cvs24
840
841         * src/prefs_common.c
842                 Maemo: hide statusbar by default
843         * src/Makefile.am
844         * src/stock_pixmap.c
845         * src/stock_pixmap.h
846         * src/toolbar.c
847         * src/pixmaps/go_folders.xpm
848                 Maemo: Add a specific icon to go back to
849                 folder list
850
851 2007-07-14 [colin]      2.10.0cvs23
852
853         * src/toolbar.c
854                 Don't set homogeneous finally
855
856 2007-07-14 [colin]      2.10.0cvs22
857
858         * src/toolbar.c
859                 Fix button show/hide issues
860
861 2007-07-14 [colin]      2.10.0cvs21
862
863         * src/toolbar.c
864                 Fix huge arrows
865                 Fix button workaround to be able to click
866                 if mouse was on button when it went un-
867                 sensitive.
868                 Revert previous commit, gtk_tool_item_set_homogeneous
869                 doesn't mean what it seems to mean ;-)
870
871 2007-07-14 [paul]       2.10.0cvs20
872
873         * src/toolbar.c
874                 make homogeneous FALSE always
875
876 2007-07-13 [colin]      2.10.0cvs19
877
878         * src/toolbar.c
879         * src/toolbar.h
880                 Rework to fit the non-deprecated API
881         * src/compose.c
882         * src/folderview.c
883         * src/mainwindow.c
884         * src/messageview.c
885         * src/summaryview.c
886                 Maemo layout changes. Better toolbars,
887                 removal of CTree headers. 
888
889 2007-07-13 [paul]       2.10.0cvs18
890
891         * src/gtk/colorlabel.c
892                 fix bug 1261, '[DE] coloring messages in overview 
893                 keys are not localised'
894                 the string is now included in claws-mail.pot
895
896 2007-07-13 [colin]      2.10.0cvs17
897
898         * src/summaryview.c
899                 Fix bug 1267, 'printing mutliple messages 
900                 opens one message-dialog after the other'
901                 Ask for confirmation when printing 10
902                 messages or more.
903
904 2007-07-11 [colin]      2.10.0cvs16
905
906         * COPYING
907         * README
908         * autogen.sh
909         * manual/claws-mail-manual.xml
910         * manual/gpl.xml
911         * manual/es/claws-mail-manual.xml
912         * manual/es/gpl.xml
913         * manual/fr/claws-mail-manual.xml
914         * manual/fr/gpl.xml
915         * manual/pl/gpl.xml
916         * src/account.c
917         * src/account.h
918         * src/action.c
919         * src/action.h
920         * src/adbookbase.h
921         * src/addr_compl.c
922         * src/addr_compl.h
923         * src/addrbook.c
924         * src/addrbook.h
925         * src/addrcache.c
926         * src/addrcache.h
927         * src/addrcindex.c
928         * src/addrcindex.h
929         * src/addrclip.c
930         * src/addrclip.h
931         * src/addrdefs.h
932         * src/addressadd.c
933         * src/addressadd.h
934         * src/addressbook.c
935         * src/addressbook.h
936         * src/addressbook_foldersel.c
937         * src/addressbook_foldersel.h
938         * src/addressitem.h
939         * src/addrgather.c
940         * src/addrgather.h
941         * src/addrharvest.c
942         * src/addrharvest.h
943         * src/addrindex.c
944         * src/addrindex.h
945         * src/addritem.c
946         * src/addritem.h
947         * src/addrquery.c
948         * src/addrquery.h
949         * src/addrselect.c
950         * src/addrselect.h
951         * src/alertpanel.c
952         * src/alertpanel.h
953         * src/browseldap.c
954         * src/browseldap.h
955         * src/codeconv.c
956         * src/codeconv.h
957         * src/compose.c
958         * src/compose.h
959         * src/crash.c
960         * src/crash.h
961         * src/customheader.c
962         * src/customheader.h
963         * src/displayheader.c
964         * src/displayheader.h
965         * src/editaddress.c
966         * src/editaddress.h
967         * src/editaddress_other_attributes_ldap.c
968         * src/editaddress_other_attributes_ldap.h
969         * src/editbook.c
970         * src/editbook.h
971         * src/editgroup.c
972         * src/editgroup.h
973         * src/editjpilot.c
974         * src/editjpilot.h
975         * src/editldap.c
976         * src/editldap.h
977         * src/editldap_basedn.c
978         * src/editldap_basedn.h
979         * src/edittags.c
980         * src/edittags.h
981         * src/editvcard.c
982         * src/editvcard.h
983         * src/enriched.c
984         * src/enriched.h
985         * src/exphtmldlg.c
986         * src/exphtmldlg.h
987         * src/expldifdlg.c
988         * src/expldifdlg.h
989         * src/export.c
990         * src/export.h
991         * src/exporthtml.c
992         * src/exporthtml.h
993         * src/exportldif.c
994         * src/exportldif.h
995         * src/filtering.c
996         * src/filtering.h
997         * src/folder.c
998         * src/folder.h
999         * src/folder_item_prefs.c
1000         * src/folder_item_prefs.h
1001         * src/foldersel.c
1002         * src/foldersel.h
1003         * src/folderutils.c
1004         * src/folderutils.h
1005         * src/folderview.c
1006         * src/folderview.h
1007         * src/gedit-print.c
1008         * src/gedit-print.h
1009         * src/grouplistdialog.c
1010         * src/grouplistdialog.h
1011         * src/headerview.c
1012         * src/headerview.h
1013         * src/html.c
1014         * src/html.h
1015         * src/image_viewer.c
1016         * src/image_viewer.h
1017         * src/imap.c
1018         * src/imap.h
1019         * src/imap_gtk.c
1020         * src/imap_gtk.h
1021         * src/import.c
1022         * src/import.h
1023         * src/importldif.c
1024         * src/importldif.h
1025         * src/importmutt.c
1026         * src/importmutt.h
1027         * src/importpine.c
1028         * src/importpine.h
1029         * src/inc.c
1030         * src/inc.h
1031         * src/jpilot.c
1032         * src/jpilot.h
1033         * src/ldapctrl.c
1034         * src/ldapctrl.h
1035         * src/ldaplocate.c
1036         * src/ldaplocate.h
1037         * src/ldapquery.c
1038         * src/ldapquery.h
1039         * src/ldapserver.c
1040         * src/ldapserver.h
1041         * src/ldapupdate.c
1042         * src/ldapupdate.h
1043         * src/ldaputil.c
1044         * src/ldaputil.h
1045         * src/ldif.c
1046         * src/ldif.h
1047         * src/localfolder.c
1048         * src/localfolder.h
1049         * src/main.c
1050         * src/main.h
1051         * src/mainwindow.c
1052         * src/mainwindow.h
1053         * src/manual.c
1054         * src/manual.h
1055         * src/matcher.c
1056         * src/matcher.h
1057         * src/matcher_parser.h
1058         * src/matcher_parser_lex.l
1059         * src/matcher_parser_parse.y
1060         * src/mbox.c
1061         * src/mbox.h
1062         * src/message_search.c
1063         * src/message_search.h
1064         * src/messageview.c
1065         * src/messageview.h
1066         * src/mh.c
1067         * src/mh.h
1068         * src/mh_gtk.c
1069         * src/mh_gtk.h
1070         * src/mimeview.c
1071         * src/mimeview.h
1072         * src/msgcache.c
1073         * src/msgcache.h
1074         * src/mutt.c
1075         * src/mutt.h
1076         * src/news.c
1077         * src/news.h
1078         * src/news_gtk.c
1079         * src/news_gtk.h
1080         * src/noticeview.c
1081         * src/noticeview.h
1082         * src/partial_download.c
1083         * src/partial_download.h
1084         * src/pine.c
1085         * src/pine.h
1086         * src/pop.c
1087         * src/pop.h
1088         * src/prefs_account.c
1089         * src/prefs_account.h
1090         * src/prefs_actions.c
1091         * src/prefs_actions.h
1092         * src/prefs_common.c
1093         * src/prefs_common.h
1094         * src/prefs_compose_writing.c
1095         * src/prefs_compose_writing.h
1096         * src/prefs_customheader.c
1097         * src/prefs_customheader.h
1098         * src/prefs_display_header.c
1099         * src/prefs_display_header.h
1100         * src/prefs_ext_prog.c
1101         * src/prefs_ext_prog.h
1102         * src/prefs_filtering.c
1103         * src/prefs_filtering.h
1104         * src/prefs_filtering_action.c
1105         * src/prefs_filtering_action.h
1106         * src/prefs_folder_column.c
1107         * src/prefs_folder_column.h
1108         * src/prefs_folder_item.c
1109         * src/prefs_folder_item.h
1110         * src/prefs_fonts.c
1111         * src/prefs_fonts.h
1112         * src/prefs_gtk.c
1113         * src/prefs_gtk.h
1114         * src/prefs_image_viewer.c
1115         * src/prefs_image_viewer.h
1116         * src/prefs_logging.c
1117         * src/prefs_logging.h
1118         * src/prefs_matcher.c
1119         * src/prefs_matcher.h
1120         * src/prefs_message.c
1121         * src/prefs_message.h
1122         * src/prefs_msg_colors.c
1123         * src/prefs_msg_colors.h
1124         * src/prefs_other.c
1125         * src/prefs_other.h
1126         * src/prefs_quote.c
1127         * src/prefs_quote.h
1128         * src/prefs_receive.c
1129         * src/prefs_receive.h
1130         * src/prefs_send.c
1131         * src/prefs_send.h
1132         * src/prefs_spelling.c
1133         * src/prefs_spelling.h
1134         * src/prefs_summaries.c
1135         * src/prefs_summaries.h
1136         * src/prefs_summary_column.c
1137         * src/prefs_summary_column.h
1138         * src/prefs_summary_open.c
1139         * src/prefs_summary_open.h
1140         * src/prefs_template.c
1141         * src/prefs_template.h
1142         * src/prefs_themes.c
1143         * src/prefs_themes.h
1144         * src/prefs_toolbar.c
1145         * src/prefs_toolbar.h
1146         * src/prefs_wrapping.c
1147         * src/prefs_wrapping.h
1148         * src/privacy.c
1149         * src/privacy.h
1150         * src/procheader.c
1151         * src/procheader.h
1152         * src/procmime.c
1153         * src/procmime.h
1154         * src/procmsg.c
1155         * src/procmsg.h
1156         * src/quote_fmt.c
1157         * src/quote_fmt_lex.l
1158         * src/quote_fmt_parse.y
1159         * src/recv.c
1160         * src/recv.h
1161         * src/remotefolder.c
1162         * src/remotefolder.h
1163         * src/send_message.c
1164         * src/send_message.h
1165         * src/setup.c
1166         * src/setup.h
1167         * src/simple-gettext.c
1168         * src/sourcewindow.c
1169         * src/sourcewindow.h
1170         * src/ssl_manager.c
1171         * src/ssl_manager.h
1172         * src/statusbar.c
1173         * src/statusbar.h
1174         * src/stock_pixmap.c
1175         * src/stock_pixmap.h
1176         * src/summary_search.c
1177         * src/summary_search.h
1178         * src/summaryview.c
1179         * src/summaryview.h
1180         * src/textview.c
1181         * src/textview.h
1182         * src/toolbar.c
1183         * src/toolbar.h
1184         * src/undo.c
1185         * src/undo.h
1186         * src/unmime.c
1187         * src/unmime.h
1188         * src/uri_opener.c
1189         * src/uri_opener.h
1190         * src/vcard.c
1191         * src/vcard.h
1192         * src/wizard.c
1193         * src/wizard.h
1194         * src/common/base64.c
1195         * src/common/base64.h
1196         * src/common/claws.c
1197         * src/common/claws.h
1198         * src/common/defs.h
1199         * src/common/fnmatch.c
1200         * src/common/fnmatch.h
1201         * src/common/fnmatch_loop.c
1202         * src/common/hooks.c
1203         * src/common/hooks.h
1204         * src/common/log.c
1205         * src/common/log.h
1206         * src/common/md5.c
1207         * src/common/md5.h
1208         * src/common/mgutils.c
1209         * src/common/mgutils.h
1210         * src/common/nntp.c
1211         * src/common/nntp.h
1212         * src/common/passcrypt.c
1213         * src/common/passcrypt.h.in
1214         * src/common/plugin.c
1215         * src/common/plugin.h
1216         * src/common/prefs.c
1217         * src/common/prefs.h
1218         * src/common/progressindicator.c
1219         * src/common/progressindicator.h
1220         * src/common/quoted-printable.c
1221         * src/common/quoted-printable.h
1222         * src/common/session.c
1223         * src/common/session.h
1224         * src/common/smtp.c
1225         * src/common/smtp.h
1226         * src/common/socket.c
1227         * src/common/socket.h
1228         * src/common/ssl.c
1229         * src/common/ssl.h
1230         * src/common/ssl_certificate.c
1231         * src/common/ssl_certificate.h
1232         * src/common/string_match.c
1233         * src/common/string_match.h
1234         * src/common/stringtable.c
1235         * src/common/stringtable.h
1236         * src/common/tags.c
1237         * src/common/tags.h
1238         * src/common/template.c
1239         * src/common/template.h
1240         * src/common/timing.h
1241         * src/common/utils.c
1242         * src/common/utils.h
1243         * src/common/uuencode.c
1244         * src/common/uuencode.h
1245         * src/common/version.h.in
1246         * src/common/w32_dirent.c
1247         * src/common/w32_reg.c
1248         * src/common/w32_signal.c
1249         * src/common/w32_stat.c
1250         * src/common/w32_stdlib.c
1251         * src/common/w32_string.c
1252         * src/common/w32_time.c
1253         * src/common/w32_unistd.c
1254         * src/common/w32_wait.c
1255         * src/common/w32lib.h
1256         * src/common/xml.c
1257         * src/common/xml.h
1258         * src/common/xmlprops.c
1259         * src/common/xmlprops.h
1260         * src/etpan/etpan-errors.h
1261         * src/etpan/etpan-thread-manager-types.h
1262         * src/etpan/etpan-thread-manager.c
1263         * src/etpan/etpan-thread-manager.h
1264         * src/etpan/imap-thread.c
1265         * src/etpan/imap-thread.h
1266         * src/gtk/about.c
1267         * src/gtk/about.h
1268         * src/gtk/colorlabel.c
1269         * src/gtk/colorlabel.h
1270         * src/gtk/colorsel.c
1271         * src/gtk/colorsel.h
1272         * src/gtk/combobox.c
1273         * src/gtk/combobox.h
1274         * src/gtk/description_window.c
1275         * src/gtk/description_window.h
1276         * src/gtk/filesel.c
1277         * src/gtk/filesel.h
1278         * src/gtk/foldersort.c
1279         * src/gtk/foldersort.h
1280         * src/gtk/gtkaspell.c
1281         * src/gtk/gtkaspell.h
1282         * src/gtk/gtksctree.c
1283         * src/gtk/gtkshruler.c
1284         * src/gtk/gtkshruler.h
1285         * src/gtk/gtksourceprintjob.c
1286         * src/gtk/gtksourceprintjob.h
1287         * src/gtk/gtkutils.c
1288         * src/gtk/gtkutils.h
1289         * src/gtk/gtkvscrollbutton.c
1290         * src/gtk/gtkvscrollbutton.h
1291         * src/gtk/icon_legend.c
1292         * src/gtk/icon_legend.h
1293         * src/gtk/inputdialog.c
1294         * src/gtk/inputdialog.h
1295         * src/gtk/logwindow.c
1296         * src/gtk/logwindow.h
1297         * src/gtk/manage_window.c
1298         * src/gtk/manage_window.h
1299         * src/gtk/menu.c
1300         * src/gtk/menu.h
1301         * src/gtk/pluginwindow.c
1302         * src/gtk/pluginwindow.h
1303         * src/gtk/prefswindow.c
1304         * src/gtk/prefswindow.h
1305         * src/gtk/progressdialog.c
1306         * src/gtk/progressdialog.h
1307         * src/gtk/quicksearch.c
1308         * src/gtk/quicksearch.h
1309         * src/gtk/sslcertwindow.c
1310         * src/gtk/sslcertwindow.h
1311         * src/plugins/bogofilter/bogofilter.c
1312         * src/plugins/bogofilter/bogofilter.h
1313         * src/plugins/bogofilter/bogofilter_gtk.c
1314         * src/plugins/clamav/clamav_plugin.c
1315         * src/plugins/clamav/clamav_plugin.h
1316         * src/plugins/clamav/clamav_plugin_gtk.c
1317         * src/plugins/demo/demo.c
1318         * src/plugins/dillo_viewer/dillo_prefs.c
1319         * src/plugins/dillo_viewer/dillo_prefs.h
1320         * src/plugins/dillo_viewer/dillo_viewer.c
1321         * src/plugins/pgpcore/passphrase.c
1322         * src/plugins/pgpcore/passphrase.h
1323         * src/plugins/pgpcore/pgp_viewer.c
1324         * src/plugins/pgpcore/pgp_viewer.h
1325         * src/plugins/pgpcore/plugin.c
1326         * src/plugins/pgpcore/prefs_gpg.c
1327         * src/plugins/pgpcore/prefs_gpg.h
1328         * src/plugins/pgpcore/select-keys.c
1329         * src/plugins/pgpcore/select-keys.h
1330         * src/plugins/pgpcore/sgpgme.c
1331         * src/plugins/pgpcore/sgpgme.h
1332         * src/plugins/pgpinline/pgpinline.c
1333         * src/plugins/pgpinline/pgpinline.h
1334         * src/plugins/pgpinline/plugin.c
1335         * src/plugins/pgpmime/pgpmime.c
1336         * src/plugins/pgpmime/pgpmime.h
1337         * src/plugins/pgpmime/plugin.c
1338         * src/plugins/spamassassin/spamassassin.c
1339         * src/plugins/spamassassin/spamassassin.h
1340         * src/plugins/spamassassin/spamassassin_gtk.c
1341         * src/plugins/trayicon/trayicon.c
1342         * src/plugins/trayicon/trayicon_prefs.c
1343         * src/plugins/trayicon/trayicon_prefs.h
1344         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1345         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1346         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1347         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1348         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1349         * tools/OOo2claws-mail.pl
1350         * tools/README.sylprint
1351         * tools/acroread2claws-mail.pl
1352         * tools/claws-mail-compose-insert-files.pl
1353         * tools/convert_mbox.pl
1354         * tools/filter_conv.pl
1355         * tools/filter_conv_new.pl
1356         * tools/fix_date.sh
1357         * tools/freshmeat_search.pl
1358         * tools/google_search.pl
1359         * tools/kmail-mailbox2claws-mail.pl
1360         * tools/kmail2claws-mail.pl
1361         * tools/kmail2claws-mail_v2.pl
1362         * tools/mairix.sh
1363         * tools/make.themes.project
1364         * tools/multiwebsearch.pl
1365         * tools/nautilus2claws-mail.sh
1366         * tools/outlook2claws-mail.pl
1367         * tools/textviewer.sh
1368         * tools/thunderbird-filters-convertor.pl
1369         * tools/update-po
1370         * tools/uuooffice
1371         * tools/vcard2xml.py
1372         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1373                 Upgrade to GPLv3 or later.
1374
1375 2007-07-10 [wwp]        2.10.0cvs15
1376
1377         * src/main.c
1378                 Fix re-opening of all composing messages that were
1379                 opened when closing the previous instance, thanks
1380                 to Colin.
1381
1382 2007-07-10 [paul]       2.10.0cvs14
1383
1384         * src/editaddress_other_attributes_ldap.c
1385         * src/ldapupdate.c
1386                 fix crash on selecting 'other attributes' combo
1387                 for either a new entry or an old entry with no
1388                 existing attributes.
1389                 fix bug on editing multiple attributes which
1390                 resulted them all having the value of the last
1391                 one changed.
1392                 Thanks to Colin
1393
1394 2007-07-10 [colin]      2.10.0cvs13
1395
1396         * src/editaddress.c
1397         * src/editaddress_other_attributes_ldap.h
1398         * src/ldapupdate.c
1399                 Fix --disable-ldap build
1400
1401 2007-07-09 [colin]      2.10.0cvs12
1402
1403         * src/Makefile.am
1404         * src/addritem.c
1405         * src/addritem.h
1406         * src/editaddress.c
1407         * src/editaddress_other_attributes_ldap.c
1408         * src/editaddress_other_attributes_ldap.h
1409         * src/editldap.c
1410         * src/ldapctrl.c
1411         * src/ldapctrl.h
1412         * src/ldapupdate.c
1413                 Add capability to edit all inetOrgPerson
1414                 attributes on LDAP. Patch by Michael 
1415                 Rasmussen
1416
1417 2007-07-09 [colin]      2.10.0cvs11
1418
1419         * src/Makefile.am
1420         * src/exporthtml.c
1421         * src/mbox.c
1422         * src/msgcache.c
1423         * src/prefs_summaries.c
1424         * src/prefs_themes.c
1425         * src/procheader.c
1426         * src/common/Makefile.am
1427         * src/common/log.c
1428         * src/common/timing.h
1429         * src/common/utils.c
1430         * src/common/utils.h
1431         * src/common/w32_account.c
1432         * src/common/w32lib.h
1433         * src/gtk/Makefile.am
1434         * src/gtk/colorlabel.c
1435         * src/plugins/pgpcore/Makefile.am
1436         * src/plugins/pgpcore/claws.def
1437         * src/plugins/pgpcore/passphrase.c
1438         * src/plugins/pgpcore/pgp_viewer.c
1439         * src/plugins/pgpcore/plugin.def
1440         * src/plugins/pgpcore/sgpgme.c
1441         * src/plugins/pgpinline/Makefile.am
1442         * src/plugins/pgpinline/claws.def
1443         * src/plugins/pgpinline/mypgpcore.def
1444         * src/plugins/pgpinline/plugin.def
1445         * src/plugins/pgpmime/Makefile.am
1446         * src/plugins/pgpmime/claws.def
1447         * src/plugins/pgpmime/mypgpcore.def
1448         * src/plugins/pgpmime/plugin.def
1449                 Commit win32 patch, from Werner Koch and
1450                 Marcus Brinkmann
1451
1452 2007-07-09 [colin]      2.10.0cvs10
1453
1454         * src/prefs_toolbar.c
1455                 Fix crash when no actions exist
1456
1457 2007-07-07 [paul]       2.10.0cvs9
1458
1459         * COPYING
1460         * manual/claws-mail-manual.xml
1461                 update copyright year
1462         * po/fi.po
1463                 updated by Flammie Pirinen
1464
1465 2007-07-05 [wwp]        2.10.0cvs8
1466
1467         * src/plugins/clamav/clamav_plugin_gtk.c
1468                 Make vertical spacing like in other plugin prefs pages.
1469
1470 2007-07-05 [wwp]        2.10.0cvs7
1471
1472         * src/quote_fmt.c
1473                 It's %am that works, not %ae (this doc incoherence has been
1474                 introduced with 2.9.2cvs13).
1475
1476 2007-07-04 [wwp]        2.10.0cvs6
1477
1478         * src/plugins/bogofilter/bogofilter.c
1479                 Gettext-ize an occurrence of "Any" that wasn't.
1480
1481 2007-07-04 [colin]      2.10.0cvs5
1482
1483         * po/POTFILES.in
1484                 Fix untranslated strings; thanks
1485                 to Pader Rezso.
1486
1487 2007-07-03 [colin]      2.10.0cvs4
1488
1489         * src/folder.c
1490         * src/mainwindow.c
1491                 Fix saving of sort mode for tags and
1492                 thread date. Thanks to Pierre Ossman.
1493                 Completes fix for bug 1233
1494
1495 2007-07-03 [paul]       2.10.0cvs3
1496
1497         * src/compose.c
1498                 fix auto-save
1499         * src/summaryview.c
1500                 fix build warnings
1501         Thanks to Colin
1502
1503 2007-07-02 [colin]      2.10.0cvs2
1504
1505         * src/folder.h
1506         * src/mainwindow.c
1507         * src/procmsg.h
1508         * src/summaryview.c
1509                 Add View/Sort/by Thread date
1510                 Fixes bug 1233, 'Capability to sort 
1511                 threads by most recent message'
1512                 Based on a patch by Paul Rolland
1513
1514 2007-07-02 [colin]      2.10.0cvs1
1515
1516         * src/Makefile.am
1517         * src/compose.c
1518         * src/edittags.c
1519         * src/edittags.h
1520         * src/filtering.c
1521         * src/folder.c
1522         * src/folder.h
1523         * src/headerview.c
1524         * src/headerview.h
1525         * src/main.c
1526         * src/mainwindow.c
1527         * src/mainwindow.h
1528         * src/manual.h
1529         * src/matcher.c
1530         * src/matcher.h
1531         * src/matcher_parser_parse.y
1532         * src/mimeview.c
1533         * src/msgcache.c
1534         * src/msgcache.h
1535         * src/prefs_common.c
1536         * src/prefs_common.h
1537         * src/prefs_filtering_action.c
1538         * src/prefs_matcher.c
1539         * src/prefs_summary_column.c
1540         * src/procmsg.c
1541         * src/procmsg.h
1542         * src/quote_fmt.c
1543         * src/quote_fmt_lex.l
1544         * src/quote_fmt_parse.y
1545         * src/summaryview.c
1546         * src/summaryview.h
1547         * src/textview.c
1548         * src/common/Makefile.am
1549         * src/common/defs.h
1550         * src/common/tags.c
1551         * src/common/tags.h
1552         * src/gtk/quicksearch.c
1553         * src/gtk/quicksearch.h
1554                 Add Tags implementation. Tags are arbitrary labels
1555                 that can be applied to messages. It is possible 
1556                 to create, edit, remove tags; apply them to mails;
1557                 filter on tags or tag presence; apply or unset
1558                 tags via filtering actions; reference tags in
1559                 reply templates.
1560
1561 2007-07-02 [paul]       2.10.0
1562
1563         * NEWS
1564         * README
1565         * RELEASE_NOTES
1566                 2.10.0 released
1567
1568 2007-07-02 [paul]       2.9.2cvs78
1569
1570         * po/de.po
1571         * po/en_GB.po
1572         * po/es.po
1573         * po/fr.po
1574         * po/hu.po
1575         * po/pt_BR.po
1576         * po/ru.po
1577         * po/zh_CN.po
1578                 updated by Stephan Sachse, me, Ricardo Mones
1579                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1580                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1581
1582 2007-07-02 [paul]       2.9.2cvs77
1583
1584         * AUTHORS
1585                 updated
1586
1587 2007-06-29 [wwp]        2.9.2cvs76
1588
1589         * src/gtk/headers.h
1590                 Fix a typo (thanks to Ricardo for finding this out).
1591
1592 2007-06-28 [paul]       2.9.2cvs75
1593
1594         * src/folderview.c
1595                 fix build warnings
1596
1597 2007-06-28 [paul]       2.9.2cvs74
1598
1599         * tools/Makefile.am
1600                 fix bug in the autotools build system.
1601                 Files cataloged under EXTRA_DIST were never
1602                 automatically copied to the build tree.
1603                 (fix 'make distcheck')
1604                 Patch by Michael Rasmussen.
1605
1606 2007-06-24 [colin]      2.9.2cvs73
1607
1608         * src/news_gtk.c
1609                 Fix bug 1249, 'Error handling for 
1610                 news errors needs modification'
1611                 Only popup error if the according
1612                 pref in Prefs/Receive is set.
1613
1614 2007-06-21 [colin]      2.9.2cvs72
1615
1616         * src/common/plugin.c
1617         * src/common/plugin.h
1618                 Change plugin API to know whether it's safe to 
1619                 unload plugins or whether we should just hide
1620                 them. Fixes bug 1248, 'Core dumps after 
1621                 unloading plugin and clicking on load plugins'
1622         * src/plugins/bogofilter/bogofilter.c
1623         * src/plugins/clamav/clamav_plugin.c
1624         * src/plugins/demo/demo.c
1625         * src/plugins/dillo_viewer/dillo_viewer.c
1626         * src/plugins/pgpcore/plugin.c
1627         * src/plugins/pgpinline/plugin.c
1628         * src/plugins/pgpmime/plugin.c
1629         * src/plugins/spamassassin/spamassassin.c
1630         * src/plugins/trayicon/trayicon.c
1631                 Update API
1632
1633 2007-06-19 [colin]      2.9.2cvs71
1634
1635         * src/compose.c
1636         * src/messageview.c
1637                 Fix crash mentioned in bug 1246
1638                 Race condition when automatically drafting
1639                 due to insertion on reedit.
1640
1641 2007-06-18 [wwp]        2.9.2cvs70
1642
1643         * src/importldif.c
1644                 LDIF import: use a "Proceed" button to complete
1645                 the process.
1646
1647 2007-06-18 [paul]       2.9.2cvs69
1648
1649         * configure.ac
1650                 use pkgconfig to check for gtk and glib
1651
1652 2007-06-17 [wwp]        2.9.2cvs68
1653
1654         * src/ldif.c
1655         * src/importldif.c
1656                 LDIF import: better error handling, minor code
1657                 and UI cleanup, and renamed the Save button
1658                 to Close, as imported stuff is already saved
1659                 when the Save button is shown.
1660
1661 2007-06-17 [colin]      2.9.2cvs67
1662
1663         * src/prefs_summaries.c
1664         * src/procmsg.c
1665                 Don't set as read when forwarded, only replied to
1666
1667 2007-06-17 [paul]       2.9.2cvs66
1668
1669         * src/alertpanel.c
1670                 add missing #include
1671
1672 2007-06-16 [colin]      2.9.2cvs65
1673
1674         * src/prefs_summaries.c
1675         * src/procmsg.c
1676                 Change the pref "Only mark as read when opened
1677                 in new window" to "..., replied to or forwarded".
1678                 Based on a patch by Paul Rolland.
1679
1680 2007-06-16 [paul]       2.9.2cvs64
1681
1682         * src/gtk/authors.h
1683                 alphabetical order! :)
1684
1685 2007-06-16 [colin]      2.9.2cvs63
1686
1687         * AUTHORS
1688         * src/gtk/authors.h
1689                 Add Michael Rasmussen in authors list
1690
1691 2007-06-16 [colin]      2.9.2cvs62
1692
1693         * src/messageview.c
1694                 Fix messageview_copy_clipboard to take advantage
1695                 of plugins' get_selection.
1696
1697 2007-06-15 [colin]      2.9.2cvs61
1698
1699         * src/action.c
1700         * src/addr_compl.c
1701         * src/addressbook.c
1702         * src/folderview.c
1703         * src/message_search.c
1704         * src/mimeview.c
1705         * src/summary_search.c
1706         * src/summaryview.c
1707         * src/textview.c
1708                 Allow GDK_KP_Enter to do the same as GDK_Return
1709                 Patch by Michael Rasmussen
1710
1711 2007-06-15 [paul]       2.9.2cvs60
1712
1713         * src/compose.c
1714                 fix bug when closing a compose window
1715                 during autosave
1716
1717 2007-06-14 [paul]       2.9.2cvs59
1718
1719         * src/main.c
1720         * src/common/defs.h
1721                 migrate sylpheed config
1722
1723 2007-06-14 [wwp]        2.9.2cvs58
1724
1725         * src/gtk/pluginwindow.c
1726                 Yet another attempt to fix sizing/alignment of the
1727                 button bar in plugins window.
1728
1729 2007-06-12 [colin]      2.9.2cvs57
1730
1731         * po/POTFILES.in
1732         * src/Makefile.am
1733         * src/folderview.c
1734         * src/prefs_common.c
1735         * src/prefs_common.h
1736         * src/prefs_summaries.c
1737         * src/prefs_summary_open.c
1738         * src/prefs_summary_open.h
1739         * src/summaryview.c
1740                 Make "when entering a folder" actions more personalisable
1741
1742 2007-06-12 [wwp]        2.9.2cvs56
1743
1744         * tools/README
1745                 Use short description from Paul (mairix.sh).
1746
1747 2007-06-12 [wwp]        2.9.2cvs55
1748
1749         * tools/README
1750                 Updated info about mairix.sh.
1751
1752 2007-06-11 [paul]       2.9.2cvs54
1753
1754         * src/prefs_logging.c
1755                 rework log window length widgets
1756                 and some sensitivity fixes
1757
1758 2007-06-11 [paul]       2.9.2cvs53
1759
1760         * src/mainwindow.c
1761         * src/prefs_logging.c
1762                 rename 'Protocol Log' to 'Network Log'
1763                 and some function renaming
1764
1765 2007-06-10 [wwp]        2.9.2cvs52
1766
1767         * src/gtk/pluginwindow.c
1768                 Revert 2.9.2cvs51.
1769
1770 2007-06-10 [wwp]        2.9.2cvs51
1771
1772         * src/gtk/pluginwindow.c
1773                 Fix button bar in plugin window, was centered and not
1774                 behaving like other dialogs w/ such button bar.
1775
1776 2007-06-08 [wwp]        2.9.2cvs50
1777
1778         * src/compose.c
1779         * src/compose.h
1780         * src/main.c
1781         * src/mainwindow.c
1782         * src/mainwindow.h
1783                 Provide a way out of automatic draft saving on IMAP, when
1784                 exiting offline.
1785                 Prevent drafting while sending and quitting while sending.
1786                 Thanks for Colin.
1787
1788
1789
1790 2007-06-08 [wwp]        2.9.2cvs49
1791
1792         * src/prefs_account.c
1793         * src/gtk/prefswindow.c
1794         * src/gtk/prefswindow.h
1795                 Activate the Basic page when opening account prefs.
1796
1797 2007-06-08 [wwp]        2.9.2cvs48
1798
1799         * src/common/socket.c
1800                 Don't crash if fork() fails, thanks to Colin.
1801
1802 2007-06-08 [wwp]        2.9.2cvs47
1803
1804         * src/gtk/prefswindow.c
1805                 Wrap some long lines, and reset horizontal scroller's adjusment
1806                 (this was already done, vertically), when changing tab (not page)
1807                 in prefs windows.
1808
1809 2007-06-08 [paul]       2.9.2cvs46
1810
1811         * src/common/utils.c
1812                 use gethostname() instead of uname()
1813                 based on a patch by Michael Hughes
1814                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1815
1816 2007-06-07 [wwp]        2.9.2cvs45
1817
1818         * src/prefs_common.c
1819                 Fix some useless warnings, thanks to Colin.
1820
1821 2007-06-06 [colin]      2.9.2cvs44
1822
1823         * src/ldapupdate.c
1824                 Fix strange allocations. 
1825
1826 2007-06-06 [colin]      2.9.2cvs43
1827
1828         * src/ldapupdate.c
1829                 Patch by Michael Rasmussus to help
1830                 bug 1232
1831
1832 2007-06-05 [wwp]        2.9.2cvs42
1833
1834         * src/prefs_account.c
1835         * src/prefs_folder_item.c
1836         * src/prefs_quote.c
1837         * src/quote_fmt.c
1838         * src/quote_fmt.h
1839                 Per-folder templates can now be applied recursively.
1840                 Always save per-folder templates (formats were erroneously
1841                 saved only if they were enabled).
1842                 Check for validity of quotation marks everywhere there
1843                 are defined.
1844
1845 2007-06-05 [wwp]        2.9.2cvs41
1846
1847         * src/inc.c
1848                 Fix incoming messages from local accounts always getting filtered
1849                 (even if the account prefs say don't), thanks to Colin.
1850
1851 2007-06-05 [wwp]        2.9.2cvs40
1852
1853         * src/compose.c
1854         * src/compose.h
1855                 Use per-folder/per-account quote chars when applying a
1856                 template or inserting text as well. Const'ify some
1857                 vars more.
1858
1859 2007-06-04 [colin]      2.9.2cvs39
1860
1861         * src/compose.c
1862                 More work for wwp :)
1863
1864 2007-06-04 [wwp]        2.9.2cvs38
1865
1866         * src/compose.c
1867                 Same as 2.9.2cvs36 but for forwarding.
1868
1869 2007-06-04 [colin]      2.9.2cvs37
1870
1871         * src/compose.c
1872                 Use original mail file for forward/redirect
1873                 Fixes some forwarded mails to be attached as
1874                 application/octet-stream (when they have binary
1875                 parts), and incidentally fixes bug 848
1876                 'Redirect breaks GnuPG'
1877
1878 2007-06-04 [wwp]        2.9.2cvs36
1879
1880         * src/compose.c
1881                 Fix quote mark mis-initialisation when replying/forwarding
1882                 (introduced w/ 2.9.2cvs20).
1883
1884 2007-06-04 [wwp]        2.9.2cvs35
1885
1886         * src/prefs_compose_writing.c
1887         * src/prefs_quote.c
1888                 Fix a bug where Quotation characters (prefs/compose/writing)
1889                 was cleared (introduced w/ 2.9.2cvs26).
1890
1891 2007-06-04 [wwp]        2.9.2cvs34
1892
1893         * src/prefs_account.c
1894         * src/prefs_account.h
1895                 Better fix for compiling w/o aspell (rollbacks
1896                 2.9.2cvs31).
1897
1898 2007-06-04 [wwp]        2.9.2cvs33
1899
1900         * src/account.c
1901         * src/prefs_account.c
1902         * src/prefs_account.h
1903         * src/procmsg.c
1904                 It's now possible to disable mail filtering plugins
1905                 on a per-account basis.
1906
1907 2007-06-04 [wwp]        2.9.2cvs32
1908
1909         * src/procheader.c
1910         * src/common/utils.c
1911         * src/common/utils.h
1912                 Support CRLF in headers part of messages.
1913                 Support few more date formats (RFC3339 subsets).
1914
1915 2007-06-04 [wwp]        2.9.2cvs31
1916
1917         * src/prefs_account.c
1918                 Fix compiling w/o aspell support.
1919
1920 2007-06-03 [wwp]        2.9.2cvs30
1921
1922         * src/prefs_gtk.c
1923                 Don't decode leading ENV_ and ~ in P_PASSWORD
1924                 values.
1925
1926 2007-06-03 [wwp]        2.9.2cvs29
1927
1928         * src/prefs_gtk.c
1929                 Don't decode leading ENV_ and ~ in P_PASSWORD
1930                 values.
1931
1932 2007-06-03 [wwp]        2.9.2cvs28
1933
1934         * src/prefs_account.c
1935         * src/gtk/prefswindow.c
1936         * src/gtk/prefswindow.h
1937                 Added a way to force preloading of all pages
1938                 (prefswindow).
1939                 Moved tabs to pages in account prefs.
1940
1941 2007-06-02 [colin]      2.9.2cvs27
1942
1943         * src/addressbook.c
1944                 Fix possible crash, fix ldap write bugs
1945         * src/ldapupdate.c
1946                 Fix ldap write bugs - patch by Michael
1947                 Rasmussen
1948         * src/alertpanel.c
1949         * src/alertpanel.h
1950                 Add a hook whenever alertpanel opens/closes
1951
1952 2007-05-31 [wwp]        2.9.2cvs26
1953
1954         * src/prefs_compose_writing.c
1955         * src/prefs_quote.c
1956                 Re-organized writing options a bit:
1957                  - renamed the Quoting page to Templates
1958                  - moved all composing templates to that page
1959                  - moved non-templates options to the Writing one,
1960                    grouped reply-related options, reordered reply and
1961                    forward options.
1962
1963 2007-05-31 [wwp]        2.9.2cvs25
1964
1965         * src/compose.c
1966                 Removed unused code.
1967
1968 2007-05-31 [colin]      2.9.2cvs24
1969
1970         * src/addressbook.c
1971                 Fix missing display name when modifying
1972                 LDAP. Patch by Michael Rasmussen
1973
1974 2007-05-31 [wwp]        2.9.2cvs23
1975
1976         * src/plugins/bogofilter/Makefile.am
1977         * src/plugins/clamav/Makefile.am
1978         * src/plugins/demo/Makefile.am
1979         * src/plugins/dillo_viewer/Makefile.am
1980         * src/plugins/spamassassin/Makefile.am
1981                 Fix building of those plugins in Mac OS X.
1982
1983 2007-05-30 [wwp]        2.9.2cvs22
1984
1985         * src/gtk/quicksearch.c
1986                 Fix missing initialization.
1987
1988 2007-05-30 [wwp]        2.9.2cvs21
1989
1990         * src/procheader.c
1991                 Revert accidental commit (debug outputs).
1992
1993 2007-05-30 [wwp]        2.9.2cvs20
1994
1995         * src/compose.c
1996         * src/folder_item_prefs.c
1997         * src/folder_item_prefs.h
1998         * src/prefs_account.c
1999         * src/prefs_account.h
2000         * src/prefs_folder_item.c
2001         * src/prefs_gtk.c
2002         * src/prefs_gtk.h
2003                 Implemented per-account and per-folder
2004                 compose/reply/forward formats.
2005
2006 2007-05-30 [wwp]        2.9.2cvs19
2007
2008         * src/prefs_compose_writing.c
2009         * src/prefs_quote.c
2010         * src/procheader.c
2011         * src/quote_fmt.c
2012         * src/quote_fmt.h
2013                 Internal API changes (factorize quote format
2014                 prefs and checks).
2015
2016 2007-05-30 [colin]      2.9.2cvs18
2017
2018         * src/compose.c
2019                 Fix race where it's possible to re-click Send
2020                 between end of SMTP session and end of "move to
2021                 sent folder" when sending an email with send
2022                 dialog enabled.
2023
2024 2007-05-30 [colin]      2.9.2cvs17
2025
2026         * src/crash.c
2027                 Ask for backtrace on all threads. Patch by
2028                 Pawel
2029         * src/folderview.c
2030                 Fix stale news statusbar when scanning fails.
2031                 Patch by Pawel
2032         * src/ldapupdate.c
2033                 Fix some LDAP write updates bugs. Patch
2034                 by Michael Rasmussen
2035
2036 2007-05-29 [colin]      2.9.2cvs16
2037
2038         * src/imap.c
2039                 Fix loss of local flags when moving mails
2040                 on IMAP in high-bandwidth mode (UID FETCH)
2041
2042 2007-05-25 [paul]       2.9.2cvs15
2043
2044         * src/common/socket.c
2045                 fix sometimes crasher on cancelling
2046                 message sending
2047
2048 2007-05-25 [colin]      2.9.2cvs14
2049
2050         * src/imap.c
2051                 Fix a memory leak
2052         * src/imap_gtk.c
2053                 Be more helpful in the subscription
2054                 message
2055
2056 2007-05-23 [wwp]        2.9.2cvs13
2057
2058         * src/compose.c
2059         * src/prefs_compose_writing.c
2060         * src/prefs_quote.c
2061         * src/prefs_template.c
2062         * src/prefs_template.h
2063         * src/quote_fmt.c
2064         * src/quote_fmt.h
2065         * src/quote_fmt_lex.l
2066         * src/quote_fmt_parse.y
2067                 Introduced new syntax elements (symbols and commands)
2068                 in templates/quote_fmt. Compatibility w/ old
2069                 symbols is kept.
2070                 Updated and reworked the corresponding Information
2071                 dialog.
2072                 Display the line number in dialogs that talk about
2073                 parser errors (in addition to the error message in
2074                 output).
2075
2076 2007-05-23 [wwp]        2.9.2cvs12
2077
2078         * src/quote_fmt_parse.y
2079                 Fix 2.9.2cvs11, probably a paste accident ;).
2080
2081 2007-05-23 [wwp]        2.9.2cvs11
2082
2083         * src/compose.c
2084         * src/prefs_template.c
2085         * src/quote_fmt.h
2086         * src/quote_fmt_parse.y
2087                 Fix 2.9.2cvs10, which broke --disable-aspell.
2088
2089 2007-05-22 [wwp]        2.9.2cvs10
2090
2091         * src/compose.c
2092         * src/prefs_template.c
2093         * src/quote_fmt.c
2094         * src/quote_fmt.h
2095         * src/quote_fmt_lex.l
2096         * src/quote_fmt_parse.y
2097         * src/gtk/gtkaspell.c
2098         * src/gtk/gtkaspell.h
2099                 Added template/quote format syntactical elements
2100                 to show and query:
2101                         - current dictionary
2102                           %T to show (shows empty if not set or not enabled),
2103                           ?T and !T to check if the default dictionary is
2104                           enabled and set
2105                         - current account's default dictionary
2106                           %aT to show (empty if not set or not enabled),
2107                           ?aT and !aT to check if it's enabled and set
2108                         - name completion for an address, from the address
2109                           book
2110                           %ABf, %ABt, %ABc respectively show the full name got
2111                           from the address book if From, To or Cc match a single
2112                           contact.
2113                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2114                           matches any contact and if the full name is non-empty.
2115                           If From, To or Cc are lists of email addresses, only
2116                           the first address will be checked.
2117                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2118                 that could show a trailing ','.
2119                 Also, template/quote_fmt parser now shows the line number in case
2120                 of parser error.
2121
2122 2007-05-15 [colin]      2.9.2cvs9
2123
2124         * src/main.c
2125         * src/main.h
2126                 Add a public function to know whether Claws
2127                 crashed last time
2128                 Store opened folder when exiting
2129         * src/folder.c
2130         * src/folder.h
2131                 Store last opened message in each FolderItem;
2132                 Reset last seen messages if Claws crashed, so 
2133                 that one can't go in an infinite crash in case 
2134                 a particular mail crashes Claws.
2135         * src/messageview.c
2136         * src/prefs_common.c
2137         * src/prefs_common.h
2138         * src/summaryview.c
2139         * src/prefs_summaries.c
2140                 Add "Select last opened message" when entering
2141                 a folder
2142                 Add "Select last opened folder" at startup.
2143
2144 2007-05-14 [colin]      2.9.2cvs8
2145
2146         * manual/xml2pdf
2147                 Fix bashism, search for xml catalog 
2148                 in /usr/local/share/xml/catalog too
2149                 Patch by Pawel
2150
2151 2007-05-13 [wwp]        2.9.2cvs7
2152
2153         * src/gtk/logwindow.c
2154                 fix raising log windows when they are either minimized or
2155                 in background.
2156
2157 2007-05-11 [colin]      2.9.2cvs6
2158
2159         * src/gtk/filesel.c
2160                 Use Hildon's file chooser on Maemo. Patch
2161                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2162                 'File attachment "manipulation" bugs...'
2163
2164 2007-05-10 [wwp]        2.9.2cvs5
2165
2166         * src/prefs_common.c
2167         * src/prefs_common.h
2168         * src/gtk/quicksearch.c
2169                 Add a quicksearch option to automatically run
2170                 a search selected from the history (this option
2171                 is exclusive towards type-ahead).
2172
2173 2007-05-10 [colin]      2.9.2cvs4
2174
2175         * src/imap.c
2176                 Fix g_warnings, thanks to Brian
2177                 Morrison
2178
2179 2007-05-09 [colin]      2.9.2cvs3
2180
2181         * src/crash.c
2182         * src/exporthtml.c
2183         * src/mbox.c
2184         * src/prefs_summaries.c
2185         * src/procheader.c
2186         * src/common/log.c
2187         * src/common/utils.c
2188         * src/gtk/gtksourceprintjob.c
2189         * src/gtk/sslcertwindow.c
2190                 Use the re-entrant variant of time functions
2191                 Probably fixes bug 1217, 'reentrancy problems 
2192                 with time functions'
2193
2194 2007-05-09 [colin]      2.9.2cvs2
2195
2196         * src/imap.c
2197                 Fix crasher when reconnection fails
2198
2199 2007-05-08 [paul]       2.9.2cvs1
2200
2201         * NEWS
2202         * README
2203         * RELEASE_NOTES
2204         * configure.ac
2205                 bump version number following
2206                 stable release
2207
2208 2007-05-08 [paul]       2.9.1cvs48
2209
2210         * src/plugins/demo/demo.c
2211         * src/plugins/dillo_viewer/dillo_prefs.c
2212         * src/plugins/dillo_viewer/dillo_prefs.h
2213         * src/plugins/dillo_viewer/dillo_viewer.c
2214         * src/plugins/pgpcore/pgp_viewer.c
2215         * src/plugins/pgpcore/pgp_viewer.h
2216         * src/plugins/pgpcore/plugin.c
2217         * src/plugins/pgpcore/prefs_gpg.c
2218         * src/plugins/pgpcore/prefs_gpg.h
2219         * src/plugins/pgpcore/sgpgme.c
2220         * src/plugins/pgpcore/sgpgme.h
2221         * src/plugins/pgpinline/plugin.c
2222         * src/plugins/pgpmime/pgpmime.c
2223         * src/plugins/pgpmime/pgpmime.h
2224         * src/plugins/pgpmime/plugin.c
2225         * src/plugins/spamassassin/spamassassin.c
2226         * src/plugins/spamassassin/spamassassin.h
2227         * src/plugins/spamassassin/spamassassin_gtk.c
2228         * src/plugins/trayicon/README
2229         * tools/README
2230         * tools/README.sylprint
2231         * tools/outlook2claws-mail.pl
2232         * tools/sylprint.pl
2233         * tools/tb2claws-mail
2234         * tools/tbird2claws.py
2235         * tools/update-po
2236         * tools/vcard2xml.py
2237         * tools/kdeservicemenu/README
2238                 cleanups and corrections
2239
2240 2007-05-06 [wwp]        2.9.1cvs47
2241
2242         * tools/uudec
2243                 Fix missing dash to `display` command-line, reported
2244                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2245
2246 2007-05-06 [colin]      2.9.1cvs46
2247
2248         * src/Makefile.am
2249         * src/stock_pixmap.c
2250         * src/stock_pixmap.h
2251         * src/pixmaps/printer.xpm
2252                 Add a printer icon
2253
2254 2007-05-06 [paul]       2.9.1cvs45
2255
2256         * src/compose.c
2257         * src/ldapquery.c
2258         * src/privacy.h
2259         * src/summary_search.c
2260         * src/summaryview.c
2261                 fix build warnings
2262
2263 2007-05-05 [wwp]        2.9.1cvs44
2264
2265         * src/messageview.c
2266         * src/mh.c
2267         * src/prefs_actions.c
2268         * src/prefs_gtk.c
2269         * src/summaryview.c
2270         * src/common/xml.c
2271                 Fix "faild" typos everywhere and capitalization of
2272                 some g_warnings.
2273
2274 2007-05-04 [colin]      2.9.1cvs43
2275
2276         * src/compose.c
2277         * src/privacy.c
2278         * src/privacy.h
2279         * src/plugins/pgpcore/prefs_gpg.c
2280         * src/plugins/pgpcore/prefs_gpg.h
2281         * src/plugins/pgpinline/pgpinline.c
2282         * src/plugins/pgpmime/pgpmime.c
2283                 Add an API to warn about encryption limits,
2284                 and allow to disable these warnings
2285
2286 2007-05-03 [colin]      2.9.1cvs42
2287
2288         * src/summaryview.c
2289         * src/mainwindow.c
2290                 Fix bug 1213, 'Delete more than 
2291                 one thread at once'
2292
2293 2007-05-03 [wwp]        2.9.1cvs41
2294
2295         * src/prefs_common.c
2296         * src/prefs_filtering.c
2297         * src/prefs_template.c
2298         * src/common/template.c
2299         * src/common/template.h
2300         * src/gtk/gtkutils.c
2301         * src/gtk/gtkutils.h
2302                 Templates are no longer automatically sorted
2303                 by name, but can be sorted manually using
2304                 |< < > >| buttons as well as drag'n'drop.
2305
2306 2007-05-03 [wwp]        2.9.1cvs40
2307
2308         * src/plugins/spamassassin/spamassassin.c
2309         * src/plugins/spamassassin/spamassassin.h
2310         * src/plugins/spamassassin/spamassassin_gtk.c
2311         * src/plugins/bogofilter/bogofilter.c
2312         * src/plugins/bogofilter/bogofilter.h
2313         * src/plugins/bogofilter/bogofilter_gtk.c
2314                 Added an option to conditionally mark saved spam
2315                 as read (default is and was to do so).
2316                 Satisfies feature request 1708539 on sf.net tracker.
2317
2318 2007-05-03 [colin]      2.9.1cvs39
2319
2320         * src/inc.c
2321                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2322
2323 2007-05-02 [colin]      2.9.1cvs38
2324
2325         * src/textview.c
2326                 Fix bug 1209, 'Clicking on address 
2327                 in header (mailto uri) selects 
2328                 default account'. Patch adapted from
2329                 G.P. Halkes' patch.
2330
2331 2007-05-02 [colin]      2.9.1cvs37
2332
2333         * src/grouplistdialog.c
2334                 Set cursor to wait cursor while loading
2335                 groups.
2336
2337 2007-05-02 [paul]       2.9.1cvs36
2338
2339         * src/folder.c
2340         * src/common/defs.h
2341                 rename cache and mark files
2342                 (data is preserved)
2343
2344 2007-04-30 [paul]       2.9.1cvs35
2345
2346         * manual/glossary.xml
2347         * manual/plugins.xml
2348                 updates. Patch by Ricardo
2349
2350 2007-04-29 [wwp]        2.9.1cvs34
2351
2352         * src/mainwindow.c
2353         * configure.ac
2354                 Fix few grammatical errors (patch by David Relson < relson at
2355                 osagesoftware dot com >).
2356
2357 2007-04-28 [colin]      2.9.1cvs33
2358
2359         * src/account.c
2360         * src/pop.c
2361         * src/prefs_account.c
2362         * src/prefs_account.h
2363                 Drop the "Download all" preference. It's
2364                 stupidly useless and confuses people from
2365                 time to time.
2366
2367 2007-04-27 [wwp]        2.9.1cvs32
2368
2369         * src/account.c
2370         * src/prefs_account.c
2371         * src/prefs_account.h
2372                 Don't reflect accounts changes to the mainwindow when it's
2373                 not necessary.
2374
2375 2007-04-27 [colin]      2.9.1cvs31
2376
2377         * src/folder.c
2378                 Freeze/thaw when sync'ing flags
2379         * src/imap.c
2380         * src/prefs_account.c
2381         * src/prefs_account.h
2382         * src/etpan/imap-thread.c
2383         * src/etpan/imap-thread.h
2384                 Add a way to use UID FETCH instead
2385                 of searches to fetch message lists
2386                 and flags. More expensive towards
2387                 bandwidth, less expensive towards
2388                 server's CPU. Probably fixes 
2389                 bug 1158, 'Scanning new folders on 
2390                 Exchange 2007 extremely slow'.
2391                 Patch 95% by Hoa.
2392
2393 2007-04-27 [paul]       2.9.1cvs30
2394
2395         * src/mainwindow.c
2396         * src/prefs_logging.c
2397                 improvements to english usage
2398
2399 2007-04-27 [colin]      2.9.1cvs29
2400
2401         * src/imap.c
2402                 Fix build without libetpan (my bad!)
2403
2404 2007-04-26 [colin]      2.9.1cvs28
2405
2406         * src/imap.c
2407         * src/imap.h
2408                 Fix uselessly exported function
2409         * src/textview.c
2410                 Consider "- -- \n" as signature separator
2411                 (that's what signature separators look like
2412                  in PGP/Inline signed mails)
2413
2414 2007-04-26 [colin]      2.9.1cvs27
2415
2416         * configure.ac
2417                 libetpan-0.49 is now required
2418         * src/procmime.c
2419                 Fix double fetching of mails if
2420                 first try failed
2421         * src/imap.c
2422                 Make offline sync faster, by
2423                 remembering last change time, and
2424                 last sync time.
2425
2426 2007-04-26 [hoa]        2.9.1cvs26
2427
2428         * src/imap.c
2429         * src/imap.h
2430         * src/mainwindow.c
2431         * src/toolbar.c
2432         * src/etpan/imap-thread.c
2433         * src/etpan/imap-thread.h
2434                 cancellation of IMAP operations is now allowed.
2435                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2436
2437 2007-04-26 [colin]      2.9.1cvs25
2438
2439         * src/folder.c
2440                 Always fetch body+headers in folders that are
2441                 synched for offline use, if "Synchronise as
2442                 soon as possible" is set.
2443                 Fixes bug 1200, 'Add option to always retrieve full 
2444                 messages'
2445
2446 2007-04-25 [colin]      2.9.1cvs24
2447
2448         * src/compose.c
2449                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2450                 persists...'
2451
2452 2007-04-24 [colin]      2.9.1cvs23
2453
2454         * src/folderview.c
2455                 Fix bug 1195, 'Hardware key navigation' 
2456                 Make GDK_Enter toggle expansion (Maemo)
2457
2458 2007-04-24 [wwp]        2.9.1cvs22
2459
2460         * src/compose.c
2461                 Fix few compiler warnings.
2462
2463 2007-04-24 [paul]       2.9.1cvs21
2464
2465         * src/Makefile.am
2466         * src/stock_pixmap.c
2467         * src/stock_pixmap.h
2468                 complete last commit
2469
2470 2007-04-24 [paul]       2.9.1cvs20
2471
2472         * src/gtk/about.c
2473         * src/pixmaps/active.xpm
2474         * src/pixmaps/checkbox_off.xpm
2475         * src/pixmaps/checkbox_on.xpm
2476         * src/pixmaps/inactive.xpm
2477                 kick out the blobs
2478                 remove transparent border from checkbox icons
2479
2480 2007-04-24 [wwp]        2.9.1cvs19
2481
2482         * src/textview.c
2483         * src/textview.h
2484                 Fix a crash in textview, thanks to Colin.
2485
2486 2007-04-23 [wwp]        2.9.1cvs18
2487
2488         * src/prefs_common.c
2489                 Fix 2.9.1cvs5: no header was being translated at all.
2490
2491 2007-04-23 [colin]      2.9.1cvs17
2492
2493         * src/Makefile.am
2494         * src/stock_pixmap.c
2495         * src/stock_pixmap.h
2496         * src/summaryview.c
2497         * src/summaryview.h
2498         * src/gtk/gtksctree.c
2499         * src/gtk/gtksctree.h
2500         * src/pixmaps/selection.xpm
2501                 Fix bug 1193, 'Need a way to multi-select
2502                 items'. Add a toggle button to the summaryview
2503                 to switch between normal and multiple selection
2504                 (Maemo)
2505
2506 2007-04-23 [colin]      2.9.1cvs16
2507
2508         * src/Makefile.am
2509         * src/stock_pixmap.c
2510         * src/stock_pixmap.h
2511         * src/summaryview.c
2512         * src/summaryview.h
2513         * src/gtk/gtksctree.c
2514         * src/gtk/gtksctree.h
2515         * src/pixmaps/selection.xpm
2516                 Fix bug 1193, 'Need a way to multi-
2517                 select items'
2518                 Add a toggle button in the summaryview
2519                 to enable normal or multiple selection.
2520                 (Maemo)
2521
2522 2007-04-23 [colin]      2.9.1cvs15
2523
2524         * src/compose.c
2525                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2526
2527 2007-04-21 [colin]      2.9.1cvs14
2528
2529         * src/gtk/quicksearch.c
2530                 Fix previous commit (actually use correct
2531                 parameter)
2532
2533 2007-04-21 [colin]      2.9.1cvs13
2534
2535         * src/gtk/quicksearch.c
2536                 Fix changing quicksearch type (after Esc,
2537                 after changing Recursive, ...)
2538
2539 2007-04-20 [wwp]        2.9.1cvs12
2540
2541         * src/gtk/Makefile.am
2542                 Added headers.h (completes 2.9.1cvs5).
2543
2544 2007-04-20 [wwp]        2.9.1cvs11
2545
2546         * src/addressbook.c
2547                 Fix the use of display name in name column,
2548                 it has been overriden w/ the use of nickname
2549                 by 2.9.0cvs3. Now nickname is used (if any)
2550                 in case of LDAP books only.
2551
2552 2007-04-20 [colin]      2.9.1cvs10
2553
2554         * src/mimeview.c
2555         * src/summaryview.c
2556         * src/textview.c
2557                 Add handling of 'a' to loop in a mail's
2558                 mimeparts
2559
2560 2007-04-20 [colin]      2.9.1cvs9
2561
2562         * src/toolbar.c
2563                 Fix bug 1190, 'dir_open' button doesn't work'
2564                 (Maemo)
2565
2566 2007-04-20 [colin]      2.9.1cvs8
2567
2568         * src/folderview.c
2569         * src/mainwindow.c
2570                 Fix bug 1194, 'Hardware keys move from email 
2571                 list to account/directory list, but not back 
2572                 to email list...' (Maemo)
2573
2574 2007-04-20 [colin]      2.9.1cvs7
2575
2576         * src/compose.h
2577                 complete previous commit
2578
2579 2007-04-20 [colin]      2.9.1cvs6
2580
2581         * src/compose.c
2582                 Fix bug 1187, 'Reply-to addressee disappears 
2583                 when reply-to text box is clicked...' (Maemo)
2584
2585 2007-04-20 [wwp]        2.9.1cvs5
2586
2587         * po/POTFILES.in
2588         * src/addressbook.c
2589         * src/compose.c
2590         * src/filtering.c
2591         * src/headerview.c
2592         * src/matcher.c
2593         * src/prefs_common.c
2594         * src/prefs_common.h
2595         * src/prefs_display_header.c
2596         * src/prefs_matcher.c
2597         * src/summaryview.c
2598         * src/gtk/headers.h
2599         * src/gtk/quicksearch.c
2600                 Translate more header names according to the relevant option value,
2601                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2602                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2603                 to prefs_common_translated_header_name().
2604                 Added a headers.h reference file that contains known header names
2605                 (RFC2822 and others) to the translation process' input, so that
2606                 translated header names will still exist even if no occurrence of
2607                 _("headername") is found anymore in the sources.
2608                 Don't translate column name 'Number' following to trans_hdr option
2609                 value as it's not a header name.
2610
2611 2007-04-20 [colin]      2.9.1cvs4
2612
2613         * src/gtk/quicksearch.c
2614         * src/gtk/quicksearch.h
2615                 Add "From, To or Subject" quicksearch
2616                 type. Patch by ulfschaper@users.sf.net
2617
2618 2007-04-20 [colin]      2.9.1cvs3
2619
2620         * src/matcher.c
2621                 Implement proper references filtering condition.
2622                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2623
2624 2007-04-19 [wwp]        2.9.1cvs2
2625
2626         * src/prefs_display_header.c
2627         * src/message_search.c
2628                 Fix few warnings (g_free of const gchar*).
2629
2630 2007-04-19 [paul]       2.9.1cvs1
2631
2632         * NEWS
2633         * README
2634         * RELEASE_NOTES
2635         * configure.ac
2636                 bump version number following
2637                 stable release
2638
2639 2007-04-19 [paul]       2.9.0cvs9
2640
2641         * manual/advanced.xml
2642         * manual/glossary.xml
2643                 fix typos
2644
2645 2007-04-18 [paul]       2.9.0cvs8
2646
2647         * src/pop.c
2648                 fix for CVE-2007-1558 (APOP)
2649                 Thanks to Colin
2650
2651 2007-04-18 [paul]       2.9.0cvs7
2652
2653         * src/messageview.c
2654         * src/mimeview.c
2655         * src/summaryview.c
2656         * src/gtk/filesel.c
2657                 Fix encoding woes wrt saving of
2658                 mails and parts
2659                 Thanks to Colin
2660
2661 2007-04-18 [colin]      2.9.0cvs6
2662
2663         * src/gtk/pluginwindow.c
2664                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2665
2666 2007-04-17 [wwp]        2.9.0cvs5
2667
2668         * src/addressadd.c
2669         * src/addressbook.c
2670         * src/addrindex.c
2671         * src/ldapupdate.c
2672                 Fix --disable-ldap build,
2673                 fix some LDAP annoyances on 
2674                 searches, thanks to Colin.
2675
2676 2007-04-17 [wwp]        2.9.0cvs4
2677
2678         * src/ldapupdate.c
2679                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2680                 like gcc 2.9x. Thanks to Colin.
2681
2682 2007-04-17 [wwp]        2.9.0cvs3
2683
2684         * src/Makefile.am
2685         * src/addressadd.c
2686         * src/addressbook.c
2687         * src/addrindex.c
2688         * src/addritem.c
2689         * src/addritem.h
2690         * src/editaddress.c
2691         * src/ldapctrl.c
2692         * src/ldapctrl.h
2693         * src/ldapquery.c
2694         * src/ldapserver.c
2695         * src/ldapserver.h
2696         * src/ldapupdate.c
2697         * src/ldapupdate.h
2698                 Add LDAP write support. Patch mostly by 
2699                 Michael <mir at datanom dot net>
2700
2701 2007-04-17 [wwp]        2.9.0cvs2
2702
2703         * src/compose.c
2704                 Prepend "Add to address book" to the context menu of compose window's sender and
2705                 recipient fields.
2706
2707 2007-04-16 [paul]       2.9.0cvs1
2708
2709         * src/gtk/authors.h
2710                 add Pader Rezso
2711
2712 2007-04-16 [paul]       2.9.0
2713
2714         * NEWS
2715         * README
2716         * RELEASE_NOTES
2717                 2.9.0 released
2718
2719 2007-04-16 [paul]       2.8.1cvs102
2720
2721         * po/fr.po
2722                 updated by Fabien Vantard
2723
2724 2007-04-16 [paul]       2.8.1cvs101
2725
2726         * po/ca.po
2727         * po/cs.po
2728         * po/de.po
2729         * po/hu.po
2730         * po/pl.po
2731         * po/pt_BR.po
2732         * po/sr.po
2733         * po/zh_CN.po
2734                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2735                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2736                 Aleksandar Urosevic, and Ralgh Young
2737
2738 2007-04-15 [mones]      2.8.1cvs100
2739
2740         * po/es.po
2741                 Updated for release
2742
2743 2007-04-14 [colin]      2.8.1cvs99
2744
2745         * src/message_search.c
2746         * src/prefs_display_header.c
2747         * src/summary_search.c
2748         * src/gtk/combobox.c
2749                 Fix allocations
2750
2751 2007-04-14 [wwp]        2.8.1cvs98
2752
2753         * src/gtk/combobox.c
2754         * src/message_search.c
2755         * src/summary_search.c
2756         * src/prefs_display_header.c
2757                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2758                 returns NULL, get the text value directly from the GtkEntry child.
2759
2760 2007-04-13 [colin]      2.8.1cvs97
2761
2762         * src/gtk/quicksearch.c
2763                 Give the focus back to summaryview when
2764                 emptying the quicksearch with Esc
2765
2766 2007-04-13 [colin]      2.8.1cvs96
2767
2768         * src/message_search.c
2769         * src/prefs_display_header.c
2770         * src/summary_search.c
2771                 Fix possibles crashes when getting text
2772                 from gtk combos
2773
2774 2007-04-13 [colin]      2.8.1cvs95
2775
2776         * src/pop.c
2777                 Add some UIDL debugging
2778
2779 2007-04-12 [colin]      2.8.1cvs94
2780
2781         * src/folder.c
2782                 Force folder scan if necessary after
2783                 copying mails, to be able to reapply
2784                 flags.
2785
2786 2007-04-11 [colin]      2.8.1cvs93
2787
2788         * src/main.c
2789                 don't scan for new mail on startup if --select
2790                 is specified (or race conditions arise). If so,
2791                 do both sequentially.
2792
2793 2007-04-09 [colin]      2.8.1cvs92
2794
2795         * src/common/defs.h
2796                 Use leafpad by default on Maemo. Patch
2797                 by Jean-Luc Biord.
2798
2799 2007-04-06 [colin]      2.8.1cvs91
2800
2801         * src/pixmaps/queue_close.xpm
2802         * src/pixmaps/queue_close_hrm.xpm
2803         * src/pixmaps/queue_close_hrm_mark.xpm
2804         * src/pixmaps/queue_close_mark.xpm
2805         * src/pixmaps/queue_open.xpm
2806         * src/pixmaps/queue_open_hrm.xpm
2807         * src/pixmaps/queue_open_hrm_mark.xpm
2808         * src/pixmaps/queue_open_mark.xpm
2809                 Move the clock one pixel down :)
2810
2811 2007-04-05 [colin]      2.8.1cvs90
2812
2813         * src/mainwindow.c
2814                 Don't sync when switching offline from
2815                 command line - it's usually too late :)
2816
2817 2007-04-05 [paul]       2.8.1cvs89
2818
2819         * src/Makefile.am
2820         * src/stock_pixmap.c
2821         * src/pixmaps/dir_close_hrm.xpm
2822         * src/pixmaps/dir_close_hrm_mark.xpm
2823         * src/pixmaps/drafts_close.xpm
2824         * src/pixmaps/drafts_close_mark.xpm
2825         * src/pixmaps/drafts_open.xpm
2826         * src/pixmaps/drafts_open_mark.xpm
2827         * src/pixmaps/inbox.xpm
2828         * src/pixmaps/inbox_close.xpm
2829         * src/pixmaps/inbox_close_hrm.xpm
2830         * src/pixmaps/inbox_close_hrm_mark.xpm
2831         * src/pixmaps/inbox_close_mark.xpm
2832         * src/pixmaps/inbox_hrm.xpm
2833         * src/pixmaps/inbox_hrm_mark.xpm
2834         * src/pixmaps/inbox_mark.xpm
2835         * src/pixmaps/inbox_open.xpm
2836         * src/pixmaps/inbox_open_hrm.xpm
2837         * src/pixmaps/inbox_open_hrm_mark.xpm
2838         * src/pixmaps/inbox_open_mark.xpm
2839         * src/pixmaps/outbox.xpm
2840         * src/pixmaps/outbox_close.xpm
2841         * src/pixmaps/outbox_close_hrm.xpm
2842         * src/pixmaps/outbox_close_hrm_mark.xpm
2843         * src/pixmaps/outbox_close_mark.xpm
2844         * src/pixmaps/outbox_hrm.xpm
2845         * src/pixmaps/outbox_hrm_mark.xpm
2846         * src/pixmaps/outbox_mark.xpm
2847         * src/pixmaps/outbox_open.xpm
2848         * src/pixmaps/outbox_open_hrm.xpm
2849         * src/pixmaps/outbox_open_hrm_mark.xpm
2850         * src/pixmaps/outbox_open_mark.xpm
2851         * src/pixmaps/queue_close.xpm
2852         * src/pixmaps/queue_close_hrm.xpm
2853         * src/pixmaps/queue_close_hrm_mark.xpm
2854         * src/pixmaps/queue_close_mark.xpm
2855         * src/pixmaps/queue_open.xpm
2856         * src/pixmaps/queue_open_hrm.xpm
2857         * src/pixmaps/queue_open_hrm_mark.xpm
2858         * src/pixmaps/queue_open_mark.xpm
2859                 updated, added and replaced icons
2860                 Icons by Colin
2861
2862 2007-04-04 [colin]      2.8.1cvs88
2863
2864         * src/imap.c
2865                 Fix build without libetpan
2866
2867 2007-04-03 [colin]      2.8.1cvs87
2868
2869         * src/imap.c
2870                 Fix crash with Citadel, and try to make
2871                 things work. this server (and specifically 
2872                 STATUS and APPEND at least) seems broken.
2873
2874 2007-04-03 [colin]      2.8.1cvs86
2875
2876         * src/folderview.c
2877                 Fix icons on folder close
2878
2879 2007-04-03 [colin]      2.8.1cvs85
2880
2881         * src/inc.c
2882                 Fix double-ask of offline override in
2883                 certain cases
2884         * src/imap.c
2885         * src/imap.h
2886         * src/imap_gtk.c
2887                 Much more efficient way to synchronise
2888                 for offline use
2889         * src/etpan/imap-thread.c
2890                 Fix possible segs
2891         * src/folder.c
2892         * src/gtk/quicksearch.c
2893                 Fix some GUI lags
2894
2895 2007-04-03 [paul]       2.8.1cvs84
2896
2897         * src/filtering.c
2898         * src/folder.c
2899         * src/folder.h
2900         * src/prefs_common.c
2901         * src/prefs_common.h
2902         * src/prefs_other.c
2903                 Fix sync being done too late
2904                 Thanks to Colin
2905
2906 2007-04-02 [colin]      2.8.1cvs83
2907
2908         * src/summaryview.c
2909                 Maemo: Put status and quicksearch at the top
2910         * src/plugins/bogofilter/bogofilter.c
2911         * src/plugins/spamassassin/spamassassin.c
2912                 Derive trash from inbox if possible
2913
2914 2007-04-02 [paul]       2.8.1cvs82
2915
2916         * src/plugins/bogofilter/bogofilter_gtk.c
2917                 a few English changes
2918
2919 2007-04-02 [paul]
2920
2921         2.9.0-rc1 released
2922
2923 2007-04-02 [colin]      2.8.1cvs81
2924
2925         * src/image_viewer.c
2926                 Fix transparent images by using
2927                 GtkImage
2928         * src/messageview.c
2929                 Flush events (on new windows) to avoid
2930                 having the textview's image resize fail
2931                 to know the available width
2932
2933 2007-04-01 [colin]      2.8.1cvs80
2934
2935         * src/prefs_account.c
2936                 If no MH mailbox exist, when creating a POP/Local
2937                 account, just create and use the default one 
2938                 instead of bailing with a "Mailbox doesn't exist"
2939                 error
2940
2941 2007-03-31 [colin]      2.8.1cvs79
2942
2943         * src/prefs_account.c
2944                 Create signature file if it doesn't exist
2945                 before editing
2946         * src/prefs_toolbar.c
2947                 Maemo: Move "Use default" on the left so
2948                 that people can find it
2949         * src/common/defs.h
2950                 Maemo: make default editor "Maemopad", 
2951                 default signature file "MyDocs/signature.txt"
2952
2953 2007-03-31 [colin]      2.8.1cvs78
2954
2955         * src/prefs_account.c
2956                 Maemo: rework account prefs so
2957                 that less horizontal scrolling
2958                 is required
2959
2960 2007-03-31 [colin]      2.8.1cvs77
2961
2962         * src/folderview.c
2963         * src/prefs_common.c
2964         * src/prefs_common.h
2965                 Fix bug 1167, 'Allow not displaying zeros 
2966                 in folder list'. Patch by MartinP
2967
2968 2007-03-31 [colin]      2.8.1cvs76
2969
2970         * AUTHORS
2971                 Add Jean-Luc Biord
2972
2973 2007-03-31 [colin]      2.8.1cvs75
2974
2975         * src/imap.c
2976                 Apply patch from bug 1172, direct
2977                 access to the folder's session instead
2978                 of using getter. Patch by MartinP
2979
2980 2007-03-31 [paul]       2.8.1cvs74
2981
2982         * src/gtk/authors.h
2983                 no need to list Fabien twice!
2984
2985 2007-03-31 [colin]      2.8.1cvs73
2986
2987         * src/inc.c
2988                 If we're currently "overriding for %d minutes",
2989                 don't ask
2990
2991 2007-03-31 [colin]      2.8.1cvs72
2992
2993         * src/compose.c
2994         * src/imap.c
2995         * src/inc.c
2996         * src/inc.h
2997         * src/messageview.c
2998         * src/news.c
2999         * src/plugins/spamassassin/spamassassin.c
3000                 Offline override: Add a parameter to allow
3001                 asking even if the override timer is running.
3002                 Allows to ask every time the user makes an
3003                 explicit action needing online access (such
3004                 as Get Mail), and not when the action is 
3005                 implicit (such as opening an IMAP folder)
3006
3007 2007-03-31 [colin]      2.8.1cvs71
3008
3009         * src/inc.c
3010                 Override offline: "No" answer shouldn't
3011                 re-ask after 3 seconds, but 10 minutes. 
3012
3013 2007-03-30 [colin]      2.8.1cvs70
3014
3015         * src/common/socket.c
3016                 Better error reporting on unix socket
3017                 failure (bind usually)
3018         * src/gtk/gtkutils.c
3019         * src/gtk/gtkutils.h
3020                 Label window: add a pulsing progress
3021                 bar to show we're not hung :)
3022         * src/folderview.c
3023         * src/main.c
3024         * src/plugins/pgpcore/sgpgme.c
3025                 Update API
3026
3027 2007-03-30 [colin]      2.8.1cvs69
3028
3029         * src/pop.c
3030         * src/prefs_common.c
3031                 Fix possible trashing of history and uidl
3032                 files on disk full problems
3033
3034 2007-03-30 [paul]       2.8.1cvs68
3035
3036         * src/mainwindow.c
3037         * src/summaryview.c
3038         * src/summaryview.h
3039                 update summary when changing layout type
3040                 (fixes wrong folder icon being displayed)
3041                 Thanks to Colin
3042
3043 2007-03-29 [colin]      2.8.1cvs67
3044
3045         * src/prefs_ext_prog.c
3046                 The browser pref is irrelevant on Maemo
3047
3048 2007-03-29 [colin]      2.8.1cvs66
3049
3050         * src/compose.c
3051         * src/compose.h
3052                 Maemo: dynamically switch headers/text position
3053         * src/prefs_common.c
3054                 Maemo: hide compose's ruler by default
3055         * src/common/socket.c
3056         * src/common/socket.h
3057                 Fix build warning
3058
3059 2007-03-29 [colin]      2.8.1cvs65
3060
3061         * src/common/socket.c
3062         * src/common/socket.h
3063                 Fix build when MAEMO_CFLAGS contains
3064                 _X_OPENSOURCE (resolv.h errors as long
3065                 as we don't add _BSD_SOURCE. Ugly).
3066
3067 2007-03-29 [wwp]        2.8.1cvs64
3068
3069         * src/prefs_logging.c
3070                 Fix sensitivity of clip-log widgets in prefs/logging,
3071                 thanks to Fabien.
3072
3073 2007-03-29 [wwp]        2.8.1cvs63
3074
3075         * po/POTFILES.in
3076                 Updated files list for translations, thanks to Fabien.
3077
3078 2007-03-29 [colin]      2.8.1cvs62
3079
3080         * src/main.c
3081         * src/common/Makefile.am
3082         * src/common/utils.c
3083                 Maybe make URI opening work in Maemo
3084                 Requires testing :)
3085
3086 2007-03-28 [colin]      2.8.1cvs61
3087
3088         * src/folder.c
3089         * src/folder.h
3090         * src/folderview.c
3091                 Add the possibility to sort folders arbitrarily
3092                 (via editing of folderlist.xml only). Patch by
3093                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3094                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3095                 be changed by the user'
3096
3097 2007-03-28 [colin]      2.8.1cvs60
3098
3099         * src/mimeview.c
3100                 Add popup menu for mime icons
3101
3102 2007-03-28 [colin]      2.8.1cvs59
3103
3104         * src/mainwindow.c
3105                 Fix a layout issue when presenting
3106                 mainwindow in Small screen layout
3107         * src/toolbar.c
3108         * src/toolbar.h
3109                 Add a "Go to folder list" button for
3110                 mainwindow, and make it default in
3111                 the Maemo build
3112
3113 2007-03-28 [colin]      2.8.1cvs58
3114
3115         * src/compose.c
3116                 Don't dynamically update title on Maemo
3117                 Patch by Jean-Luc Biord
3118
3119 2007-03-27 [colin]      2.8.1cvs57
3120
3121         * src/compose.c
3122         * src/folderview.c
3123         * src/summaryview.c
3124                 Enable tap-and-hold on Maemo
3125
3126 2007-03-26 [colin]      2.8.1cvs56
3127
3128         * src/compose.c
3129                 More popup-menu (in attachments list)
3130
3131 2007-03-26 [colin]      2.8.1cvs55
3132
3133         * src/compose.c
3134                 Enable popup-menu signal
3135
3136 2007-03-26 [colin]      2.8.1cvs54
3137
3138         * src/plugins/pgpinline/pgpinline.c
3139                 Fix bug 1111, 'PGP/inline plugin hides text 
3140                 around encrypted text block'. Patch based on
3141                 a patch from Michal Cihar.
3142
3143 2007-03-26 [wwp]        2.8.1cvs53
3144
3145         * src/procmsg.c
3146                 Fix getting a false error when sending queued message
3147                 whereas the sending was fine (if there are subfolders
3148                 in the queue folder), thanks to Colin.
3149
3150 2007-03-26 [paul]       2.8.1cvs52
3151
3152         * src/wizard.c
3153                 update FACE header in welcome message
3154
3155 2007-03-25 [colin]      2.8.1cvs51
3156
3157         * src/Makefile.am
3158                 Fix make dist
3159
3160 2007-03-25 [colin]      2.8.1cvs50
3161
3162         * src/main.c
3163                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3164
3165 2007-03-24 [colin]      2.8.1cvs49
3166
3167         * src/main.c
3168                 Fix a few launch problems on Maemo
3169                 Patch by Jean-Luc Biord
3170
3171 2007-03-24 [wwp]        2.8.1cvs48
3172
3173         * src/alertpanel.c
3174         * src/alertpanel.h
3175         * src/messageview.c
3176         * src/summaryview.c
3177                 Fix wrong action performed when closing the
3178                 "ask about account specific filtering rules
3179                 when filtering manually" dialog by pressing Escape.
3180                 Fix wrong order of buttons in the "return receipt
3181                 notification - the message was sent to several of
3182                 your accounts" dialog.
3183
3184 2007-03-24 [paul]       2.8.1cvs47
3185
3186         * src/folderview.c
3187                 an improvement to English usage
3188         * tools/kdeservicemenu/README
3189                 updated Claws url
3190
3191 2007-03-24 [paul]       2.8.1cvs46
3192
3193         * src/Makefile.am
3194         * src/stock_pixmap.c
3195         * src/pixmaps/edit_extern.xpm
3196         * src/pixmaps/mail_sign.xpm
3197                 rescue long lost icons
3198
3199 2007-03-24 [paul]       2.8.1cvs45
3200
3201         * src/toolbar.c
3202                 fix toolbar (broken in 2.8.1cvs42)
3203
3204 2007-03-23 [colin]      2.8.1cvs44
3205
3206         * src/imap.c
3207                 Correctly unsubscribe/resubscribe after
3208                 RENAME
3209
3210 2007-03-23 [colin]      2.8.1cvs43
3211
3212         * src/prefs_common.c
3213                 Maemo: as the platform is light on RAM, allow
3214                 caches to be discarded faster.
3215
3216 2007-03-23 [colin]      2.8.1cvs42
3217
3218         * src/Makefile.am
3219         * src/compose.c
3220         * src/compose.h
3221         * src/stock_pixmap.c
3222         * src/stock_pixmap.h
3223         * src/summaryview.c
3224         * src/summaryview.h
3225         * src/toolbar.c
3226         * src/toolbar.h
3227         * src/pixmaps/open_mail.xpm
3228                 Maemo changes: Add the possibility to have
3229                 "Open Email" and "Close Window" buttons on 
3230                 toolbars (and use them in Maemo's default
3231                 toolbars)
3232
3233 2007-03-23 [wwp]        2.8.1cvs41
3234
3235         * src/action.c
3236                 Reverted that part of the action dialog closure logics, to
3237                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3238                 done later in a different way (or may not).
3239
3240 2007-03-22 [wwp]        2.8.1cvs40
3241
3242         * src/action.c
3243                 Fix sticky action dialog when got no output but action command
3244                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3245
3246 2007-03-22 [colin]      2.8.1cvs39
3247
3248         * src/prefs_filtering.c
3249         * src/gtk/combobox.h
3250                 Fix escaping account names in filtering prefs
3251
3252 2007-03-22 [colin]      2.8.1cvs38
3253
3254         * src/addrindex.c
3255         * src/ldapctrl.h
3256         * src/ldapquery.c
3257                 Add any attribute specified in LDAP servers'
3258                 Search attributes to the Other Attributes tab
3259                 of contacts; Add 'telephoneNumber' in the
3260                 default list.
3261
3262 2007-03-22 [colin]      2.8.1cvs37
3263
3264         * src/folderview.c
3265         * src/folderview.h
3266         * src/mainwindow.c
3267                 Try to prevent race conditions when
3268                 changing the folder list
3269         * src/summaryview.c
3270                 Fix possible red folder icon when
3271                 switching from Small screen layout
3272                 to any other
3273
3274 2007-03-22 [colin]      2.8.1cvs36
3275
3276         * src/mainwindow.c
3277         * src/mainwindow.h
3278         * src/summaryview.c
3279                 Rename "little screen" to "Small screen"
3280         * src/gtk/Makefile.am
3281         * src/common/utils.c
3282         * src/mh.c
3283                 Fix Maemo-related compilation problems
3284
3285 2007-03-21 [colin]      2.8.1cvs35
3286
3287         * configure.ac
3288                 Fix previous commit
3289         * claws-mail.desktop
3290                 Remove .png from the Icon, it's useless
3291
3292 2007-03-21 [colin]      2.8.1cvs34
3293
3294         * configure.ac
3295         * src/Makefile.am
3296                 Add the necessary lib checking for 
3297                 Maemo
3298
3299 2007-03-21 [colin]      2.8.1cvs33
3300
3301         * src/main.c
3302                 Fix unconditional "error happened" when
3303                 sending via command-line. "lol @ myself"
3304
3305 2007-03-21 [colin]      2.8.1cvs32
3306
3307         * claws-mail-40x40.png
3308         * claws-mail-26x26.png
3309         * src/account.c
3310         * src/addressbook.c
3311         * src/compose.c
3312         * src/folderview.c
3313         * src/folderview.h
3314         * src/main.c
3315         * src/mainwindow.c
3316         * src/mainwindow.h
3317         * src/messageview.c
3318         * src/prefs_account.c
3319         * src/prefs_common.c
3320         * src/summary_search.c
3321         * src/summaryview.c
3322         * src/summaryview.h
3323         * src/gtk/authors.h
3324         * src/gtk/gtkutils.c
3325         * src/gtk/gtkutils.h
3326         * src/gtk/logwindow.c
3327         * src/gtk/menu.c
3328         * src/gtk/prefswindow.c
3329                 Add Maemo port (patch mainly by Jean-Luc Biort)
3330                 Add a new 'Little screen' layout to help on such
3331                 platforms (patch by me)
3332                 Make some default preferences different (more
3333                 adapted) on Maemo (patch by me)
3334
3335 2007-03-21 [wwp]        2.8.1cvs31
3336
3337         * src/prefs_logging.c
3338         * src/prefs_logging.h
3339                 Fixed copyright header of newly added files.
3340
3341 2007-03-21 [wwp]        2.8.1cvs30
3342
3343         * src/Makefile.am
3344         * src/filtering.c
3345         * src/filtering.h
3346         * src/folder.c
3347         * src/folderview.c
3348         * src/imap.c
3349         * src/inc.c
3350         * src/main.c
3351         * src/mainwindow.c
3352         * src/mainwindow.h
3353         * src/matcher.c
3354         * src/messageview.c
3355         * src/news.c
3356         * src/pop.c
3357         * src/prefs_common.c
3358         * src/prefs_common.h
3359         * src/prefs_logging.c
3360         * src/prefs_logging.h
3361         * src/prefs_other.c
3362         * src/procmsg.c
3363         * src/send_message.c
3364         * src/summaryview.c
3365         * src/common/log.c
3366         * src/common/log.h
3367         * src/common/nntp.c
3368         * src/common/session.c
3369         * src/common/smtp.c
3370         * src/common/socket.c
3371         * src/etpan/imap-thread.c
3372         * src/gtk/logwindow.c
3373         * src/gtk/logwindow.h
3374         * src/plugins/bogofilter/bogofilter.c
3375         * src/plugins/spamassassin/spamassassin.c
3376                 Added debugging of filtering/processing rules.
3377                 The debug log is here 'Tools/Filtering debug window',
3378                 the options there 'Configuration/Preferences/Other/Logging',
3379                 and the log file is ~/.claws-mail/filtering.log.
3380                 Moved protocol log prefs to 'Other/Logging' as well.
3381                 To support such debugging feature, the existing log API has
3382                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3383                 this impacts many external modules (commits follow).
3384
3385 2007-03-21 [paul]       2.8.1cvs29
3386
3387         * src/etpan/Makefile.am
3388         * src/etpan/imap-thread.c
3389                 add missing #include
3390
3391 2007-03-21 [colin]      2.8.1cvs28
3392
3393         * src/procmime.c
3394                 Fix bug 1157, 'some broken messages confuse 
3395                 mime parser'. Make sure we can't have MimeInfos
3396                 with negative sizes.
3397
3398 2007-03-20 [colin]      2.8.1cvs27
3399
3400         * src/main.c
3401                 Fix missing \0 on buffer
3402
3403 2007-03-20 [colin]      2.8.1cvs26
3404
3405         * src/mh.c
3406                 Use make_dir_hier instead of make_dir 
3407                 to create the MH mailbox
3408
3409 2007-03-20 [colin]      2.8.1cvs25
3410
3411         * src/folder.c
3412         * src/folder.h
3413         * src/prefs_account.c
3414         * src/wizard.c
3415                 Fix default inbox weirdnesses (after wizard,
3416                 if path is Mail, mailbox identifier is #mh/Mailbox,
3417                 and when creating new accounts)
3418
3419 2007-03-20 [colin]      2.8.1cvs24
3420
3421         * src/account.c
3422                 Write folderlist after adding/deleting accounts
3423                 that have folders
3424
3425 2007-03-20 [colin]      2.8.1cvs23
3426
3427         * src/imap.c
3428         * src/remotefolder.h
3429                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3430                 selected while scanning prior to update'
3431
3432 2007-03-17 [paul]       2.8.1cvs22
3433
3434         * src/main.c
3435                 fix a typo, and be a little more verbose.
3436
3437 2007-03-17 [wwp]        2.8.1cvs21
3438
3439         * src/inc.c
3440                 Fix a compiler warning.
3441
3442 2007-03-16 [wwp]        2.8.1cvs20
3443
3444         * tools/Makefile.am
3445         * tools/README
3446                 Updated to deal w/ the new mairix.sh tool.
3447
3448 2007-03-16 [wwp]        2.8.1cvs19
3449
3450         * src/action.c
3451                 Fix logics issues around the action IO dialog:
3452                 - disable entry widget and exec button when
3453                   the exec button is clicked (don't wait for any
3454                   output line) - fix possible disabling/re-enabling/
3455                   re-disabling of those widgets
3456                 - raise an error if executing a %as{} action either
3457                   empty or invalid, instead of failing silently
3458                 - don't close the dialog if the abort button has been
3459                   clicked and if there was no output yet
3460                 - set focus to the abort button when the exec button
3461                   is clicked
3462                 - fix capitalization of a warning message
3463
3464 2007-03-16 [wwp]        2.8.1cvs18
3465
3466         * tools/mairix.sh
3467                 Added a wrapper to mairix to the tools folder.
3468
3469 2007-03-16 [colin]      2.8.1cvs17
3470
3471         * src/messageview.c
3472         * src/mimeview.h
3473                 Allow mimeviewer plugins to print
3474                 their stuff
3475
3476 2007-03-16 [colin]      2.8.1cvs16
3477
3478         * .cvsignore
3479                 Ignore *.patchset
3480
3481 2007-03-15 [colin]      2.8.1cvs15
3482
3483         * src/messageview.c
3484         * src/mimeview.h
3485                 Add a way for mimeviewer plugins to
3486                 implement body search
3487
3488 2007-03-15 [paul]       2.8.1cvs14
3489
3490         * src/prefs_spelling.c
3491                 fix English usage
3492
3493 2007-03-15 [paul]       2.8.1cvs13
3494
3495         * src/common/quoted-printable.c
3496                 fix decoding of quoted-printable parts
3497
3498 2007-03-14 [wwp]        2.8.1cvs12
3499
3500         * src/gtk/logwindow.h
3501                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3502
3503 2007-03-14 [wwp]        2.8.1cvs11
3504
3505         * src/gtk/logwindow.h
3506                 Complete 2.8.1cvs10.
3507
3508 2007-03-14 [colin]      2.8.1cvs10
3509
3510         * src/gtk/logwindow.c
3511                 Probably fix bug 1149, crash on logwindow
3512                 close - at the expense of performance once
3513                 logwin has been opened
3514
3515 2007-03-14 [colin]      2.8.1cvs9
3516
3517         * src/main.c
3518                 If claws-mail is running on another
3519                 display, warn instead of popping it up
3520                 on the other display
3521
3522 2007-03-12 [colin]      2.8.1cvs8
3523
3524         * src/wizard.c
3525                 Fix bug 1145, 'Setting a different name 
3526                 for the Mailbox name isn't reflected in 
3527                 default account settings'. Patch by wwp
3528
3529 2007-03-12 [colin]      2.8.1cvs7
3530
3531         * src/summaryview.c
3532                 Fix bug 1143, 'Add number of messages to be 
3533                 deleted to confirmation dialog'
3534
3535 2007-03-12 [wwp]        2.8.1cvs6
3536
3537         * src/folderview.c
3538         * src/prefs_common.c
3539         * src/prefs_common.h
3540         * src/prefs_summaries.c
3541                 Changed the option that displays unread messages count
3542                 next to the folder name in folder list: it is now
3543                 possible to either display nothing, display the
3544                 unread messages number only or the unread and total messages
3545                 numbers. The patch includes this extra feature as well
3546                 as some minor fixes by rewriting the algo in folderview.c.
3547                 Thanks to Paul for the original idea and implementation, plus
3548                 testing and proof-reading!
3549
3550 2007-03-09 [paul]       2.8.1cvs5
3551
3552         * tools/Makefile.am
3553         * tools/README
3554         * tools/claws-mail-compose-insert-files.pl
3555                 added a script which enables inserting files
3556                 into the message body of a new Claws Mail
3557                 Compose window from the command line. Additionally
3558                 To, Cc, Subject and files to attach to the message
3559                 can be specified.
3560
3561 2007-03-09 [wwp]        2.8.1cvs4
3562
3563         * src/addr_compl.c
3564         * src/addr_compl.h
3565         * src/filtering.c
3566                 Optimize matching of addresses in the addressbook
3567                 (filtering/processing 'found_in_addressbook' condition).
3568
3569 2007-03-07 [wwp]        2.8.1cvs3
3570
3571         * src/quote_fmt.c
3572         * src/quote_fmt_lex.l
3573         * src/quote_fmt_parse.y
3574                 Add a new quote format symbol: %A to insert the
3575                 sender email address (just the address itself).
3576
3577 2007-03-06 [wwp]        2.8.1cvs2
3578
3579         * src/gtk/gtkutils.c
3580         * src/plugins/trayicon/trayicon_prefs.h
3581         * src/plugins/trayicon/trayicon_prefs.c
3582         * src/plugins/trayicon/trayicon.c
3583         * src/mainwindow.h
3584         * src/mainwindow.c
3585                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3586                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3587
3588
3589 2007-03-06 [paul]       2.8.1cvs1
3590
3591         * NEWS
3592         * README
3593         * RELEASE_NOTES
3594         * configure.ac
3595                 bump version number following
3596                 stable release
3597
3598 2007-03-06 [paul]       2.8.0cvs24
3599
3600         * po/cs.po
3601                 corrected by by Tim <timbrain@post.cz>
3602
3603 2007-03-05 [colin]      2.8.0cvs23
3604
3605         * src/Makefile.am
3606         * src/procmime.c
3607                 Fix mime/globs path on NetBSD
3608                 patch by George Michaelson
3609
3610 2007-03-05 [wwp]        2.8.0cvs22
3611
3612         * src/addr_compl.c
3613                 Remove debug statement (accidentally committed w/ cvs14).
3614
3615 2007-03-05 [paul]       2.8.0cvs21
3616
3617         * src/plugins/pgpcore/prefs_gpg.c
3618                 fix compiler warning
3619
3620 2007-03-05 [wwp]        2.8.0cvs20
3621
3622         * src/matcher_parser_parse.y
3623                 Fix mismerge between cvs17 and cvs19.
3624
3625 2007-03-05 [wwp]        2.8.0cvs19
3626
3627         * src/matcher_parser_parse.y
3628         * src/prefs_filtering_action.c
3629         * src/matcher.c
3630         * src/matcher.h
3631         * src/filtering.c
3632         * src/filtering.h
3633                 Add new 'add_to_addressbook' filtering/processing action.
3634
3635 2007-03-05 [wwp]        2.8.0cvs18
3636
3637         * src/filtering.c
3638                 Fix mark_as_ham filtering/processing action: spam flag
3639                 was not unset.
3640
3641 2007-03-04 [colin]      2.8.0cvs17
3642
3643         * src/filtering.c
3644         * src/matcher.c
3645         * src/matcher.h
3646         * src/matcher_parser_parse.y
3647         * src/prefs_filtering_action.c
3648                 Add 'Mark as spam' and 'Mark as ham' filtering
3649                 actions. Fixes bug 1138.
3650
3651 2007-03-04 [colin]      2.8.0cvs16
3652
3653         * src/imap.c
3654                 Fix bug 1140, wrong return value
3655                 without libetpan
3656
3657 2007-03-04 [wwp]        2.8.0cvs15
3658
3659         * src/addr_compl.c
3660                 Rollback cvs14: don't free stuff that is managed in g_list.
3661
3662 2007-03-04 [wwp]        2.8.0cvs14
3663
3664         * src/addr_compl.c
3665                 Fix a leak in address completion code.
3666
3667 2007-03-04 [colin]      2.8.0cvs13
3668
3669         * src/addr_compl.c
3670                 Maybe fix bug 1136, 'Crash in group 
3671                 address completion'
3672
3673 2007-03-04 [iwkse]      2.8.0cvs12
3674
3675         * src/imap.c
3676                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3677
3678 2007-03-03 [colin]      2.8.0cvs11
3679
3680         * src/plugins/pgpinline/pgpinline.c
3681                 Fix off-by-one, fix double-free. Fixes
3682                 bug 1135, 'cm-segfault on decrypting 
3683                 with PGP/inline'
3684
3685 2007-03-03 [colin]      2.8.0cvs10
3686
3687         * configure.ac
3688         * src/main.c
3689         * src/common/plugin.c
3690                 Fix bug 1134, 'Valgrind macros unhandled 
3691                 by Irix's cc'
3692
3693 2007-03-02 [colin]      2.8.0cvs9
3694
3695         * src/mbox.c
3696                 Don't error out on EAGAIN. Fixes 
3697                 bug 1129, '"local mbox file" account 
3698                 isn't retrieving mails'
3699
3700 2007-03-01 [wwp]        2.8.0cvs8
3701
3702         * src/mainwindow.c
3703         * src/gtk/colorlabel.c
3704                 Remove accels for extra color labels until we set better
3705                 and definitive ones.
3706
3707 2007-02-28 [wwp]        2.8.0cvs7
3708
3709         * src/mainwindow.c
3710         * src/matcher_parser_parse.y
3711         * src/prefs_common.c
3712         * src/prefs_msg_colors.c
3713         * src/procmsg.h
3714         * src/gtk/colorlabel.c
3715         * src/gtk/colorlabel.h
3716                 Add more customizable color labels. Cleaned up a bit
3717                 the color label API to avoid duplicate defines of
3718                 the max number of colors.
3719
3720 2007-02-27 [colin]      2.8.0cvs6
3721
3722         * src/mainwindow.c
3723         * src/common/utils.c
3724         * src/common/utils.h
3725                 Fix '+' in mailto URIs for List-* headers
3726
3727 2007-02-27 [colin]      2.8.0cvs5
3728
3729         * src/gtk/gtkutils.c
3730                 Use gtk_window_set_role instead of 
3731                 _set_wmclass
3732
3733 2007-02-27 [colin]      2.8.0cvs4
3734
3735         * src/inc.c
3736                 Fix "After receiving new mail, go to inbox" on IMAP,
3737                 and make it work only on manual reception
3738
3739 2007-02-27 [wwp]        2.8.0cvs3
3740
3741         * src/prefs_filtering.c
3742         * src/prefs_filtering_action.c
3743         * src/prefs_matcher.c
3744                 Update filtering matcher's and action's color label menus
3745                 when re-opening those dialogs (reflect any change to the
3746                 color labels list in the preferences).
3747
3748 2007-02-27 [colin]      2.8.0cvs2
3749
3750         * src/imap.c
3751         * src/etpan/etpan-thread-manager-types.h
3752         * src/etpan/etpan-thread-manager.c
3753         * src/etpan/imap-thread.c
3754                 Log imap ALERTs as errors in the log.
3755
3756 2007-02-26 [paul]       2.8.0cvs1
3757
3758         * tools/claws.i18n.status.pl
3759                 updated
3760
3761 2007-02-26 [paul]       2.7.2cvs75
3762
3763         * po/ca.po
3764         * po/cs.po
3765         * po/de.po
3766         * po/en_GB.po
3767         * po/fi.po
3768         * po/fr.po
3769         * po/hu.po
3770         * po/pl.po
3771         * po/pt_BR.po
3772         * po/sk.po
3773         * po/sr.po
3774         * po/zh_CN.po
3775                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3776                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3777                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3778                 Aleksandar Urosevic, and Ralgh Young
3779
3780 2007-02-25 [mones]      2.7.2cvs74
3781
3782         * po/es.po
3783                 Updated for release
3784
3785 2007-02-25 [colin]      2.7.2cvs73
3786
3787         * src/main.c
3788                 Clearing the list is only useful
3789                 to prevent a valgrind false-positive
3790
3791 2007-02-25 [paul]       2.7.2cvs72
3792
3793         * tools/Makefile.am
3794         * tools/README
3795         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3796         * tools/maildir2claws-mail.pl  **REMOVED**
3797                 renamed the script, fixed a couple bugs
3798
3799 2007-02-23 [colin]      2.7.2cvs71
3800
3801         * src/addressbook.c
3802                 Fix a leak, check for a few improbable nulls
3803
3804 2007-02-23 [colin]      2.7.2cvs70
3805
3806         * src/main.c
3807         * src/main.h
3808         * src/plugins/trayicon/trayicon.c
3809                 Fix blinking mainwin when starting in tray
3810                 (show mainwindow later in the startup process,
3811                  apart if restarting post-crash)
3812
3813 2007-02-23 [colin]      2.7.2cvs69
3814
3815         * src/folderview.c
3816         * src/imap_gtk.c
3817                 Fix crash when unsubscribing the currently
3818                 selected/opened folder
3819
3820 2007-02-23 [colin]      2.7.2cvs68
3821
3822         * src/compose.c
3823                 Fix bug that prevented colorization to
3824                 work without wrap quotation option
3825
3826 2007-02-23 [colin]      2.7.2cvs67
3827
3828         * src/addr_compl.c
3829                 Fix refcounting, start and end completion who
3830                 behaved as if there couldn't be any other current
3831                 user of completion
3832
3833 2007-02-23 [wwp]        2.7.2cvs66
3834
3835         * src/addressbook.c
3836         * src/addrindex.c
3837                 Address completion fixes: fix addressbook_peek_folder_exists() in
3838                 which the algorithm was ridiculously over-obfuscated and broken.
3839                 Fix addrindex_load_completion() as well, to load addresses in
3840                 completion list with regards to what addressbook_peek_folder_exists()
3841                 returns now.
3842
3843 2007-02-23 [wwp]        2.7.2cvs65
3844
3845         * src/addr_compl.c
3846                 Add addresses to completion when they're non-empty (thanks to Colin).
3847
3848 2007-02-23 [paul]       2.7.2cvs64
3849
3850         * src/plugins/pgpcore/passphrase.c
3851                 remove 'const '
3852
3853 2007-02-23 [colin]      2.7.2cvs63
3854
3855         * src/plugins/pgpcore/prefs_gpg.c
3856         * src/plugins/pgpcore/prefs_gpg.h
3857         * src/plugins/pgpcore/sgpgme.c
3858         * src/plugins/pgpinline/pgpinline.c
3859         * src/plugins/pgpmime/pgpmime.c
3860                 Try harder to respect user's choice wrt
3861                 gpg-agent even with gpg2, by unsetting
3862                 GPG_AGENT_INFO when necessary.
3863
3864 2007-02-22 [paul]       2.7.2cvs62
3865
3866         * src/plugins/pgpcore/sgpgme.c
3867         * src/plugins/pgpcore/sgpgme.h
3868         * src/plugins/pgpcore/passphrase.c
3869         * src/plugins/pgpinline/pgpinline.c
3870         * src/plugins/pgpmime/pgpmime.c
3871                 Fix a leak - gpgme_data_release_and_get_mem
3872                 leaks in recent gpgme. Workaround by using
3873                 our own function.
3874
3875 2007-02-22 [paul]       2.7.2cvs61
3876
3877         * src/gtk/quicksearch.c
3878                 Abandon dynamic search when pressing
3879                 Enter
3880
3881 2007-02-21 [colin]      2.7.2cvs60
3882
3883         * src/procmsg.c
3884         * src/plugins/pgpcore/passphrase.c
3885                 Fix little memory leaks
3886         * src/main.c
3887                 Fix false-positive leak at exit
3888         * src/gtk/quicksearch.c
3889                 Fix potentially big leak in recursive
3890                 Quicksearch
3891
3892 2007-02-21 [wwp]        2.7.2cvs59
3893
3894         * src/summaryview.c
3895                 Add missing newline to a debug message.
3896
3897 2007-02-20 [colin]      2.7.2cvs58
3898
3899         * src/Makefile.am
3900         * src/mimeview.c
3901         * src/stock_pixmap.c
3902         * src/stock_pixmap.h
3903         * src/pixmaps/mime_pgpsig.xpm
3904                 Add icon for application/pgp-signature
3905
3906 2007-02-20 [colin]      2.7.2cvs57
3907
3908         * src/Makefile.am
3909         * src/main.c
3910         * src/mimeview.c
3911         * src/stock_pixmap.c
3912         * src/stock_pixmap.h
3913         * src/pixmaps/mime_calendar.xpm
3914         * src/pixmaps/mime_pdf.xpm
3915         * src/pixmaps/mime_ps.xpm
3916                 Add icons for text/calendar, application/pdf
3917                 and application/postscript
3918
3919 2007-02-20 [colin]      2.7.2cvs56
3920
3921         * autogen.sh
3922         * src/matcher_parser_parse.y
3923         * src/matcher_parser_lex.l
3924                 Fix big memory leak in flex, and
3925                 require flex 2.5.31
3926
3927 2007-02-20 [wwp]        2.7.2cvs55
3928
3929         * src/matcher_parser_parse.y
3930                 Fix a duplicate token definition (thanks to iwkse).
3931
3932 2007-02-20 [wwp]        2.7.2cvs54
3933
3934         * src/matcher_parser_lex.l
3935         * src/quote_fmt_lex.l
3936                 Use proper flex options instead of direct use of #define,
3937                 make the flex-generated C lighter.
3938
3939 2007-02-20 [colin]      2.7.2cvs53
3940
3941         * src/summaryview.c
3942                 Grab focus in message list after hiding
3943                 the quicksearch, instead of leaving it
3944                 "somewhere"
3945
3946 2007-02-19 [colin]      2.7.2cvs52
3947
3948         * src/folderview.c
3949                 Fix bug 1033, 'Automatically refresh 
3950                 message list when new messages arrives'
3951                 Looks like folderview->opened can sometimes
3952                 be wrong...
3953
3954 2007-02-19 [paul]       2.7.2cvs51
3955
3956         * tools/Makefile.am
3957         * tools/README
3958         * tools/thunderbird-filters-convertor.pl
3959                 add new script which converts thunderbird filter
3960                 rules to Claws filter rules
3961
3962 2007-02-18 [paul]       2.7.2cvs50
3963
3964         * src/plugins/pgpcore/prefs_gpg.c
3965         * src/plugins/pgpcore/prefs_gpg.h
3966         * src/plugins/pgpcore/sgpgme.c
3967         * src/plugins/pgpinline/pgpinline.c
3968         * src/plugins/pgpmime/pgpmime.c
3969                 improved GUI interoperability with gpg-agent
3970
3971 2007-02-18 [paul]       2.7.2cvs49
3972
3973         * src/prefs_account.c
3974                 Privacy options sensitivity fix
3975
3976 2007-02-17 [colin]      2.7.2cvs48
3977
3978         * src/messageview.c
3979                 Reset icon to warning in the noticeview
3980
3981 2007-02-15 [colin]      2.7.2cvs47
3982
3983         * src/folderview.c
3984                 Fix a manifestation of bug 1033 (summaryview failing
3985                 to update for new mails), which happens after editing
3986                 account preferences or preferences that cause a 
3987                 folderview reload.
3988
3989 2007-02-15 [colin]      2.7.2cvs46
3990
3991         * src/addressbook.c
3992                 Probably fix bug 1123, 'Segmentation 
3993                 fault while opening address book'. I get
3994                 g_warnings if the saved paned position is
3995                 not greater than 0. Also, save position
3996                 when hiding the addressbook instead of
3997                 via signal.
3998
3999 2007-02-14 [colin]      2.7.2cvs45
4000
4001         * src/plugins/pgpcore/prefs_gpg.c
4002         * src/plugins/pgpcore/prefs_gpg.h
4003         * src/plugins/pgpcore/sgpgme.c
4004         * src/plugins/pgpinline/pgpinline.c
4005         * src/plugins/pgpmime/pgpmime.c
4006                 Add an option "Use gpg-agent if available". Fixes
4007                 annoyances with distro-installed gpg-agent, when
4008                 no pinentry program is installed, and the user's 
4009                 at a loss on why "decryption failed". Makes more
4010                 clear why passphrase isn't saved when gpg-agent is
4011                 used. Defaults to true, to avoid changing the 
4012                 current behaviour.
4013
4014 2007-02-14 [wwp]        2.7.2cvs44
4015
4016         * src/matcher_parser_parse.y
4017                 Fix missing line number reset (wrong line number might appear
4018                 when re-loading filtering rules if there's a parser error).
4019
4020 2007-02-13 [colin]      2.7.2cvs43
4021
4022         * src/common/utils.c
4023                 Don't encode ',' in URIs before passing it
4024                 to the browser command-line. It was probably
4025                 done at a time where commas in URIs made
4026                 mozilla -remote 'openurl(%s,new-window)'
4027                 bug.
4028
4029 2007-02-13 [wwp]        2.7.2cvs42
4030
4031         * src/prefs_matcher.c
4032         * src/plugins/bogofilter/bogofilter_gtk.c
4033                 A bit of string factorization around "Select ..." buttons.
4034
4035 2007-02-11 [colin]      2.7.2cvs41
4036
4037         * src/alertpanel.c
4038                 Make sure to escape the title
4039
4040 2007-02-11 [colin]      2.7.2cvs40
4041
4042         * src/codeconv.c
4043                 Recognize .utf8 locales as .UTF-8 ones
4044
4045 2007-02-11 [colin]      2.7.2cvs39
4046
4047         * src/compose.c
4048                 Fix code conversion when dragging a file
4049
4050 2007-02-09 [colin]      2.7.2cvs38
4051
4052         * src/plugins/clamav/clamav_plugin.c
4053                 Complete Paul's patch with conditional
4054                 compilation to avoid breaking compilation
4055                 on old Dapper and Edgy... Maybe other
4056                 distros too.
4057
4058 2007-02-09 [paul]       2.7.2cvs37
4059
4060         * src/plugins/clamav/clamav_plugin.c
4061                 fix for the upstream changes in libclamav
4062
4063 2007-02-09 [paul]       2.7.2cvs36
4064
4065         * src/main.c
4066         * src/mainwindow.c
4067         * src/procmsg.c
4068         * src/procmsg.h
4069                 fix "warn if there are queued messages" (on exit)
4070                 option, which only checked the first mailbox's
4071                 queue
4072                 don't ask before emptying trash if there are no
4073                 messages in trash, also check and empty all trash
4074                 folders
4075         * src/prefs_other.c
4076                 move "Ask before emptying trash" option
4077                 outside of the "On exit" frame as it's
4078                 not only an "On exit" option
4079
4080 2007-02-09 [paul]       2.7.2cvs35
4081
4082         * src/addrgather.c
4083         * src/alertpanel.c
4084         * src/editldap.c
4085         * src/prefs_account.c
4086         * src/prefs_folder_item.c
4087         * src/prefs_gtk.h
4088         * src/prefs_matcher.c
4089         * src/prefs_message.c
4090         * src/prefs_msg_colors.c
4091         * src/prefs_summaries.c
4092         * src/wizard.c
4093         * src/gtk/inputdialog.c
4094         * src/plugins/bogofilter/bogofilter_gtk.c
4095                 pedantic commit: use 'checkbtn' everywhere
4096                 instead of a mixture of 'checkbtn' and 'chkbtn'
4097
4098 2007-02-09 [paul]       2.7.2cvs34
4099
4100         * src/compose.c
4101                 fix default hotkeys
4102         * src/prefs_other.c
4103         * src/prefs_send.c
4104                 move "Never send Return Receipts" from
4105                 prefs_other to prefs_send
4106                 add an option "Ask about account specific
4107                 filtering rules..." to prefs_other
4108         * src/gtk/gtkutils.c
4109                 fix a compiler warning
4110
4111 2007-02-08 [colin]      2.7.2cvs33
4112
4113         * src/plugins/pgpinline/pgpinline.c
4114                 Fix bug 1110, 'pgpmime fails to process 
4115                 encapsulated openpgp mime (rfc 3156, 6.1 
4116                 -> rfc1847)'
4117                 It was due to an interaction between PGP/Mime
4118                 and PGP/Inline plugin. 
4119
4120 2007-02-08 [colin]      2.7.2cvs32
4121
4122         * src/inc.c
4123         * src/mbox.c
4124         * src/mbox.h
4125                 Fix bug 1117, 'fcntl locking code 
4126                 does not work in mbox.c'
4127
4128 2007-02-08 [colin]      2.7.2cvs31
4129
4130         * src/prefs_account.c
4131                 Fix Gentoo bug 165819, 'can't create 
4132                 a "local mbox file" account'. Patch
4133                 by Olivier <castan.o@free.fr>
4134
4135 2007-02-07 [colin]      2.7.2cvs30
4136
4137         * src/ldapquery.c
4138                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4139                 autocompletion was used'
4140
4141 2007-02-07 [paul]       2.7.2cvs29
4142
4143         * src/folder.c
4144                 cut down on unnecessary debug_prints
4145         * src/imap_gtk.c
4146                 fix menu_set_active() on 'Show only
4147                 subscribed folders'
4148
4149 2007-02-07 [paul]       2.7.2cvs28
4150
4151         * src/plugins/clamav/clamav_plugin.c
4152         * src/plugins/clamav/clamav_plugin.h
4153         * src/plugins/clamav/clamav_plugin_gtk.c
4154                 fix copyright header
4155
4156 2007-02-07 [paul]       2.7.2cvs27
4157
4158         * src/procheader.c
4159                 fix bug 1116, 'summary view allow a 
4160                 subject line break'
4161
4162 2007-02-06 [colin]      2.7.2cvs26
4163
4164         * src/summaryview.c
4165                 Fix delete thread
4166
4167 2007-02-05 [fabien]     2.7.2cvs25
4168
4169         * po/POTFILES.in
4170         * src/uri_opener.c
4171                 i18n related - 1 fix and 1 message for translators.
4172
4173 2007-02-05 [colin]      2.7.2cvs24
4174
4175         * src/gtk/quicksearch.c
4176                 Don't reload summary list if quicksearch wasn't
4177                 active on hiding; move currently selected mail in
4178                 the visible area when showing the quicksearch
4179
4180 2007-02-05 [colin]      2.7.2cvs23
4181
4182         * src/folderview.c
4183                 Add debug to try to solve bug 1104
4184
4185 2007-02-05 [paul]       2.7.2cvs22
4186
4187         * src/mainwindow.c
4188                 confirm before emptying trash on exit is
4189                 a Yes or No answer, use Yes or No in the
4190                 dialog
4191
4192 2007-02-04 [colin]      2.7.2cvs21
4193
4194         * src/compose.c
4195         * src/plugins/pgpcore/passphrase.c
4196         * src/plugins/pgpcore/select-keys.c
4197                 Set wmclass on new windows
4198
4199 2007-02-04 [colin]
4200
4201         2.8.0-rc1 released
4202
4203 2007-02-04 [colin]      2.7.2cvs20
4204
4205         * src/compose.c
4206         * src/compose.h
4207                 Auto save drafts on exit, reopen them
4208                 at startup, instead of asking
4209         * src/account.c
4210         * src/addressadd.c
4211         * src/addressbook.c
4212         * src/addressbook_foldersel.c
4213         * src/addrgather.c
4214         * src/crash.c
4215         * src/editaddress.c
4216         * src/editbook.c
4217         * src/editgroup.c
4218         * src/editjpilot.c
4219         * src/editldap.c
4220         * src/editldap_basedn.c
4221         * src/editvcard.c
4222         * src/exphtmldlg.c
4223         * src/expldifdlg.c
4224         * src/export.c
4225         * src/foldersel.c
4226         * src/gedit-print.c
4227         * src/import.c
4228         * src/importldif.c
4229         * src/importmutt.c
4230         * src/importpine.c
4231         * src/main.c
4232         * src/mainwindow.c
4233         * src/message_search.c
4234         * src/messageview.c
4235         * src/prefs_actions.c
4236         * src/prefs_customheader.c
4237         * src/prefs_display_header.c
4238         * src/prefs_filtering.c
4239         * src/prefs_filtering_action.c
4240         * src/prefs_folder_column.c
4241         * src/prefs_gtk.c
4242         * src/prefs_matcher.c
4243         * src/prefs_other.c
4244         * src/prefs_summaries.c
4245         * src/prefs_summary_column.c
4246         * src/prefs_template.c
4247         * src/sourcewindow.c
4248         * src/ssl_manager.c
4249         * src/summary_search.c
4250         * src/uri_opener.c
4251         * src/gtk/about.c
4252         * src/gtk/description_window.c
4253         * src/gtk/foldersort.c
4254         * src/gtk/gtkutils.c
4255         * src/gtk/gtkutils.h
4256         * src/gtk/icon_legend.c
4257         * src/gtk/logwindow.c
4258         * src/gtk/pluginwindow.c
4259         * src/gtk/prefswindow.c
4260                 Give different wmclass to different
4261                 windows - thanks to sed ;)
4262
4263 2007-02-04 [colin]      2.7.2cvs19
4264
4265         * src/main.c
4266                 Revert previous patch, can't reproduce
4267                 it anymore. 
4268
4269 2007-02-03 [colin]      2.7.2cvs18
4270
4271         * src/main.c
4272                 Don't save the mainwindow size and
4273                 position on emergency exit (libSM's
4274                 "die" callback), Xfce seems to make
4275                 the window smaller just before the
4276                 size's saved.
4277
4278 2007-02-03 [colin]      2.7.2cvs17
4279
4280         * src/plugins/bogofilter/bogofilter.c
4281         * src/plugins/bogofilter/bogofilter.h
4282         * src/plugins/bogofilter/bogofilter_gtk.c
4283         * src/plugins/pgpinline/pgpinline.c
4284         * src/plugins/pgpinline/pgpinline.h
4285                 Fix more copyrights
4286
4287 2007-02-03 [colin]      2.7.2cvs16
4288
4289         * src/partial_download.c
4290         * src/partial_download.h
4291         * src/ssl_manager.c
4292         * src/ssl_manager.h
4293         * src/uri_opener.c
4294         * src/uri_opener.h
4295         * src/wizard.c
4296         * src/wizard.h
4297         * src/common/ssl_certificate.c
4298         * src/common/ssl_certificate.h
4299         * src/gtk/quicksearch.c
4300         * src/gtk/quicksearch.h
4301         * src/gtk/sslcertwindow.c
4302         * src/gtk/sslcertwindow.h
4303                 Fix copyright on my files
4304
4305 2007-02-02 [colin]      2.7.2cvs15
4306
4307         * src/Makefile.am
4308         * src/mainwindow.c
4309         * src/messageview.c
4310         * src/messageview.h
4311         * src/textview.c
4312         * src/textview.h
4313         * src/uri_opener.c
4314         * src/uri_opener.h
4315                 Add Tools/List URIs to allow
4316                 opening any URI in the current mail
4317
4318 2007-02-02 [colin]      2.7.2cvs14
4319
4320         * src/common/valgrind.h ** NEW FILE **
4321         * src/common/Makefile.am
4322         * src/common/plugin.c
4323                 Don't dlclose the plugins if we're running
4324                 under valgrind. (doesn't require valgrind
4325                 either at compile time or run time).
4326
4327 2007-02-01 [paul]       2.7.2cvs13
4328
4329         * AUTHORS
4330         * src/gtk/authors.h
4331         * tools/freshmeat_search.pl
4332         * tools/google_search.pl
4333         * tools/multiwebsearch.pl
4334                 add support for non ISO-8859-1 compatible locales
4335                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4336
4337 2007-02-01 [colin]      2.7.2cvs12
4338
4339         * src/prefs_other.c
4340         * src/prefs_summaries.c
4341                 Move keybinding prefs to the Other page
4342
4343 2007-02-01 [wwp]        2.7.2cvs11
4344
4345         * src/plugins/trayicon/trayicon.c
4346                 Fix a raising issue within KDE.
4347
4348 2007-02-01 [colin]      2.7.2cvs10
4349
4350         * src/codeconv.c
4351                 Fix stray quotes in encoded strings
4352         * src/addressadd.c
4353                 Fix wrong call causing g_warnings
4354         * src/textview.c
4355                 Remove useless message
4356
4357 2007-01-31 [wwp]        2.7.2cvs9
4358
4359         * src/plugins/trayicon/trayicon.c
4360                 fix buggy hiding of main window when closing if close-to-tray
4361                 is not set (bad logics  in the trayicon hook code).
4362                 Changed the quit confirmation message too.
4363
4364 2007-01-30 [colin]      2.7.2cvs8
4365
4366         * src/main.c
4367                 Fix hidden mainwindow after clicking on
4368                 the X close button, if compose windows
4369                 exist and the user chooses not to quit
4370
4371 2007-01-30 [colin]      2.7.2cvs7
4372
4373         * src/main.c
4374         * src/compose.c
4375                 Handle local URIs to attach files (file:///...)
4376                 Fixes attaching files from Thunar for example
4377
4378 2007-01-30 [colin]      2.7.2cvs6
4379
4380         * src/prefs_ext_prog.c
4381                 Add 'mousepad' to the list of text editors.
4382                 Mousepad is XFCE's text editor
4383
4384 2007-01-29 [wwp]        2.7.2cvs5
4385
4386         * po/POTFILES.in
4387         * src/plugins/trayicon/trayicon_prefs.c
4388                 trayicon i18n fixes, thanks to Fabien.
4389
4390 2007-01-28 [wwp]        2.7.2cvs4
4391
4392         * src/mainwindow.c
4393         * src/mainwindow.h
4394         * src/plugins/trayicon/trayicon.c
4395         * src/plugins/trayicon/trayicon_prefs.c
4396         * src/plugins/trayicon/trayicon_prefs.h
4397                 Added a new TrayIcon plugin option to close to tray
4398                 (WM's hotkey and [X] button will hide the window instead
4399                 of closing it - closing CM can be done using the tray icon
4400                 menu or the File menu).
4401                 Improved visibility handling in trayicon, clicking the
4402                 trayicon now raise the window to current desktop when it
4403                 was either minimized/shaded/on another desktop.
4404                 Thanks to Paul for testing and fixing a strange behaviour
4405                 in KDE ;-).
4406
4407 2007-01-27 [paul]       2.7.2cvs3
4408
4409         * src/prefs_folder_item.c
4410         * src/prefs_receive.c
4411         * src/plugins/pgpcore/prefs_gpg.c
4412                 use 'start-up' instead of 'startup' in labels
4413
4414 2007-01-26 [wwp]        2.7.2cvs2
4415
4416         * src/plugins/trayicon/Makefile.am
4417         * src/plugins/trayicon/trayicon.c
4418         * src/plugins/trayicon/trayicon_prefs.c
4419         * src/plugins/trayicon/trayicon_prefs.h
4420                 Add a new TrayIcon option to hide the main window at
4421                 start-up.
4422                 Fix trayicon.c copyright header.
4423
4424 2007-01-26 [paul]       2.7.2cvs1
4425
4426         * NEWS
4427         * README
4428         * RELEASE_NOTES
4429         * configure.ac
4430                 bump up version number following
4431                 stable release
4432
4433 2007-01-25 [mones]      2.7.1cvs60
4434
4435         * po/es.po
4436                 updated thousands of strings (well, probably less ;-)
4437
4438 2007-01-25 [colin]      2.7.1cvs59
4439
4440         * src/matcher.c
4441                 Fix 2nd-run loss of matcherrc on new
4442                 configurations. 
4443
4444 2007-01-25 [wwp]        2.7.1cvs58
4445
4446         * src/mimeview.c
4447                 fix handling of empty value in attach_save_directory too, thanks
4448                 to Colin.
4449
4450 2007-01-25 [wwp]        2.7.1cvs57
4451
4452         * src/gtk/filesel.c
4453                 fix handling of empty value in attach_load_directory,
4454                 thanks to Colin.
4455
4456 2007-01-25 [wwp]        2.7.1cvs56
4457
4458         * src/plugins/dillo_viewer/dillo_prefs.h
4459                 fix a typo.
4460
4461 2007-01-25 [colin]      2.7.1cvs55
4462
4463         * src/matcher.c
4464         * src/matcher.h
4465         * src/matcher_parser_parse.y
4466         * src/prefs_matcher.c
4467                 Add matching on the spam flag
4468
4469 2007-01-24 [colin]      2.7.1cvs54
4470
4471         * src/folder.c
4472         * src/common/xml.c
4473         * src/common/xml.h
4474                 Make sure folderlist.xml is correctly
4475                 written before overwriting it.
4476         * src/procmsg.c
4477         * src/procmsg.h
4478         * src/summaryview.c
4479         * src/plugins/bogofilter/bogofilter.c
4480         * src/plugins/bogofilter/bogofilter.h
4481         * src/plugins/bogofilter/bogofilter_gtk.c
4482         * src/plugins/spamassassin/spamassassin.c
4483         * src/plugins/spamassassin/spamassassin.h
4484         * src/plugins/spamassassin/spamassassin_gtk.c
4485                 Move spam to the correct trash folder after
4486                 learning, if spam directory isn't set.
4487
4488 2007-01-23 [paul]       2.7.1cvs53
4489
4490         * src/plugins/bogofilter/bogofilter_gtk.c
4491                 fix sensitivity of "Insert X-Bogosity header"
4492                 option
4493
4494 2007-01-23 [colin]      2.7.1cvs52
4495
4496         * src/toolbar.c
4497                 Translate toolbar items text if
4498                 they're translatable (default)
4499         * src/addrcache.c
4500         * src/addrcache.h
4501         * src/addritem.c
4502         * src/addritem.h
4503         * src/codeconv.c
4504         * src/codeconv.h
4505         * src/jpilot.c
4506         * src/jpilot.h
4507         * src/ldapctrl.c
4508         * src/ldapctrl.h
4509         * src/ldapquery.h
4510         * src/ldif.c
4511         * src/ldif.h
4512         * src/etpan/etpan-thread-manager.c
4513         * src/etpan/etpan-thread-manager.h
4514         * src/gtk/gtkutils.c
4515         * src/gtk/gtkutils.h
4516                 More static functions
4517
4518 2007-01-22 [fabien]     2.7.1cvs51
4519
4520         * src/gtk/gtkutils.c
4521                 gtkut_get_options_frame() : ability to pass
4522                 a 'NULL' value in frame pointer parameter if
4523                 we don't need it.
4524
4525 2007-01-22 [colin]      2.7.1cvs50
4526
4527         * src/procmsg.c
4528         * src/procmsg.h
4529         * src/plugins/bogofilter/bogofilter.c
4530         * src/plugins/bogofilter/bogofilter_gtk.c
4531         * src/plugins/spamassassin/spamassassin.c
4532         * src/plugins/spamassassin/spamassassin_gtk.c
4533                 Allow moving spams to the account's trash
4534                 instead of default one
4535
4536 2007-01-21 [colin]      2.7.1cvs49
4537
4538         * src/ldapquery.c
4539         * src/ldapquery.h
4540                 Revert a static function that shouldn't
4541                 have been
4542
4543 2007-01-21 [colin]      2.7.1cvs48
4544
4545         * src/ldapquery.c
4546         * src/ldapquery.h
4547                 Same
4548
4549 2007-01-21 [colin]      2.7.1cvs47
4550
4551         * src/procmsg.c
4552         * src/procmsg.h
4553                 Same
4554
4555 2007-01-21 [colin]      2.7.1cvs46
4556
4557         * src/common/socket.c
4558         * src/common/socket.h
4559                 Same
4560
4561 2007-01-21 [colin]      2.7.1cvs45
4562
4563         * src/crash.c
4564         * src/exporthtml.c
4565         * src/exporthtml.h
4566         * src/exportldif.c
4567         * src/exportldif.h
4568         * src/folder.c
4569         * src/folder.h
4570         * src/folder_item_prefs.c
4571         * src/folder_item_prefs.h
4572         * src/folderview.c
4573         * src/folderview.h
4574         * src/gedit-print.c
4575         * src/gedit-print.h
4576         * src/main.c
4577         * src/main.h
4578         * src/common/socket.c
4579         * src/common/socket.h
4580         * src/gtk/gtkaspell.c
4581         * src/gtk/gtkaspell.h
4582         * src/gtk/quicksearch.c
4583         * src/gtk/quicksearch.h
4584                 Same
4585
4586 2007-01-21 [colin]      2.7.1cvs44
4587
4588         * src/common/utils.c
4589         * src/common/utils.h
4590         * src/etpan/etpan-thread-manager.c
4591         * src/etpan/etpan-thread-manager.h
4592                 Same (Funny that etpan_thread_unbind
4593                 is called but not etpan_thread_bind)
4594
4595 2007-01-21 [colin]      2.7.1cvs43
4596
4597         * src/addrselect.c
4598         * src/addrselect.h
4599         * src/codeconv.c
4600         * src/codeconv.h
4601         * src/compose.c
4602         * src/compose.h
4603         * src/etpan/Makefile.am
4604         * src/gtk/colorlabel.c
4605         * src/gtk/colorlabel.h
4606         * src/gtk/sslcertwindow.c
4607         * src/gtk/sslcertwindow.h
4608         * src/etpan/etpan-log.c ** REMOVED **
4609         * src/etpan/etpan-log.h ** REMOVED **
4610                 Same
4611
4612 2007-01-20 [colin]      2.7.1cvs42
4613
4614         * src/addritem.c
4615         * src/addritem.h
4616                 Same
4617
4618 2007-01-20 [colin]      2.7.1cvs41
4619
4620         * src/account.c
4621         * src/account.h
4622         * src/addrbook.c
4623         * src/addrbook.h
4624         * src/addrcache.c
4625         * src/addrcache.h
4626         * src/addrclip.c
4627         * src/addrclip.h
4628         * src/addressbook.c
4629         * src/addressbook.h
4630         * src/addrharvest.c
4631         * src/addrharvest.h
4632         * src/addrindex.c
4633         * src/addrindex.h
4634         * src/editaddress.c
4635         * src/editaddress.h
4636                 Make functions that aren't used in other
4637                 files static
4638
4639 2007-01-20 [colin]      2.7.1cvs40
4640
4641         * src/account.c
4642         * src/addrbook.c
4643         * src/addrcache.c
4644         * src/addressbook.c
4645         * src/addrgather.c
4646         * src/addrindex.c
4647         * src/addrquery.c
4648         * src/addrselect.c
4649         * src/browseldap.c
4650         * src/compose.c
4651         * src/editbook.c
4652         * src/editjpilot.c
4653         * src/editldap.c
4654         * src/editldap_basedn.c
4655         * src/editvcard.c
4656         * src/exporthtml.c
4657         * src/exportldif.c
4658         * src/folder.c
4659         * src/folderview.c
4660         * src/image_viewer.c
4661         * src/imap.c
4662         * src/importmutt.c
4663         * src/importpine.c
4664         * src/jpilot.c
4665         * src/ldapquery.c
4666         * src/main.c
4667         * src/mainwindow.c
4668         * src/matcher.c
4669         * src/messageview.c
4670         * src/mh.c
4671         * src/mimeview.c
4672         * src/msgcache.c
4673         * src/mutt.c
4674         * src/news.c
4675         * src/pine.c
4676         * src/prefs_account.c
4677         * src/prefs_common.c
4678         * src/prefs_compose_writing.c
4679         * src/prefs_ext_prog.c
4680         * src/prefs_folder_item.c
4681         * src/prefs_fonts.c
4682         * src/prefs_message.c
4683         * src/prefs_msg_colors.c
4684         * src/prefs_other.c
4685         * src/prefs_quote.c
4686         * src/prefs_receive.c
4687         * src/prefs_send.c
4688         * src/prefs_spelling.c
4689         * src/prefs_summaries.c
4690         * src/prefs_toolbar.c
4691         * src/prefs_wrapping.c
4692         * src/privacy.c
4693         * src/procmime.c
4694         * src/procmsg.c
4695         * src/ssl_manager.c
4696         * src/statusbar.c
4697         * src/summaryview.c
4698         * src/toolbar.c
4699         * src/vcard.c
4700         * src/common/hooks.c
4701         * src/common/log.c
4702         * src/common/passcrypt.c
4703         * src/common/socket.c
4704         * src/common/ssl.c
4705         * src/common/ssl_certificate.c
4706         * src/common/template.c
4707         * src/common/utils.c
4708         * src/etpan/imap-thread.c
4709         * src/gtk/sslcertwindow.c
4710         * src/gtk/sslcertwindow.h
4711                 Make functions that could be static, static
4712
4713 2007-01-20 [colin]      2.7.1cvs39
4714
4715         * src/editldap.c
4716                 Fix tooltip
4717
4718 2007-01-20 [colin]      2.7.1cvs38
4719
4720         * src/ldapquery.c
4721         * src/ldaputil.c
4722         * src/ldaputil.h
4723                 Fix bug 1102, 'claws-mail-2.7.1 
4724                 makes use of deprecated ldap 
4725                 functions'
4726
4727 2007-01-20 [colin]      2.7.1cvs37
4728
4729         * src/mainwindow.c
4730         * src/mainwindow.h
4731         * src/summaryview.c
4732         * src/gtk/quicksearch.c
4733                 Add Wide message list layout
4734
4735 2007-01-19 [fabien]     2.7.1cvs36
4736
4737         * src/textview.c
4738                 make sure a font change is considered in links of
4739                 headerview.
4740
4741 2007-01-19 [colin]      2.7.1cvs35
4742
4743         * src/main.c
4744         * src/mainwindow.c
4745         * src/mainwindow.h
4746         * src/messageview.c
4747         * src/messageview.h
4748         * src/prefs_common.c
4749         * src/prefs_common.h
4750         * src/summaryview.c
4751         * src/summaryview.h
4752         * src/gtk/quicksearch.c
4753         * src/gtk/quicksearch.h
4754                 Drop 'Separate Folder tree' and 'Separate
4755                 Message View'. Put three layouts in place
4756                 of it.
4757
4758 2007-01-19 [paul]       2.7.1cvs34
4759
4760         * src/prefs_msg_colors.c
4761                 more use of Q_ for translators
4762
4763 2007-01-19 [paul]       2.7.1cvs33
4764
4765         * src/imap_gtk.c
4766         * src/prefs_account.c
4767                 a few changes to the English
4768
4769 2007-01-19 [fabien]     2.7.1cvs32
4770
4771         * src/wizard.c
4772                 factorize translatable string
4773
4774 2007-01-18 [colin]      2.7.1cvs31
4775
4776         * src/main.c
4777                 Don't error out on --sync option. Although
4778                 we don't do anything with it, gtk+ handles
4779                 it, and it's useful for debugging X errors
4780
4781 2007-01-18 [fabien]     2.7.1cvs30
4782
4783         * src/prefs_other.c
4784                 ability to apply on the fly the recent added
4785                 'gtk_can_change_accels' pref (no need to restart).
4786
4787 2007-01-18 [fabien]     2.7.1cvs29
4788
4789         * src/plugins/bogofilter/bogofilter_gtk.c
4790         * src/plugins/bogofilter/bogofilter.c
4791         * src/plugins/spamassassin/spamassassin_gtk.c
4792         * src/addr_compl.c
4793         * src/prefs_account.c
4794                 factorize or rewrite some translatable strings.
4795
4796 2007-01-18 [fabien]     2.7.1cvs28
4797
4798         * src/prefs_gtk.h
4799         * src/compose.c
4800                 set a 4pix space between "Subject:" label and subject entry in
4801                 compose window.
4802
4803 2007-01-18 [wwp]        2.7.1cvs27
4804
4805         * src/addressbook.c
4806                 fix conflicting address-copy/paste when focus is set
4807                 to the embedded edit-person form.
4808  
4809
4810 2007-01-18 [wwp]        2.7.1cvs26
4811
4812         * src/addressbook.h
4813                 complete 2.7.1cvs23 (one more file was missing from that
4814                 commit).
4815
4816 2007-01-18 [colin]      2.7.1cvs25
4817
4818         * src/main.c
4819                 Provide a way to migrate without backup
4820                 Re-ask for migration on next start if 
4821                 it has been refused and wizard has been 
4822                 cancelled after.
4823
4824 2007-01-18 [wwp]        2.7.1cvs24
4825
4826         * src/editaddress.c
4827                 complete 2.7.1.cvs23 (file was missing from previous
4828                 commit).
4829
4830 2007-01-18 [wwp]        2.7.1cvs23
4831
4832         * src/addressbook.c
4833                 fix potential crashes in address book's focus_in/out signal handlers,
4834                 force focus to the edit-person form when clicked the Edit menu entry or
4835                 button (this only matters if the edit-person form is embedded to the
4836                 AB window, in that case, focus is not set when browsing the contacts
4837                 list w/ keys or mouse clicks).
4838
4839 2007-01-18 [paul]       2.7.1cvs22
4840
4841         * src/main.c
4842                 add command line options:
4843                 -h for --help
4844                 -q and --quit for --exit
4845                 -v for --version
4846                 print "Unknown option" for unknown options
4847
4848 2007-01-18 [paul]       2.7.1cvs21
4849
4850         * po/ru.po
4851                 updated by Pavlo Bohmat
4852
4853 2007-01-18 [paul]       2.7.1cvs20
4854
4855         * src/mainwindow.c
4856                 fix sensitivity issues of Mark as Spam/Ham
4857
4858 2007-01-17 [fabien]     2.7.1cvs19
4859
4860         * src/prefs_other.c
4861         * src/prefs_common.c
4862         * src/prefs_common.h
4863         * src/main.c
4864                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4865                 control the corresponding gtk property. It could be used to lock
4866                 all shortcuts (avoid to set one of them by inadvertency).
4867
4868 2007-01-17 [colin]      2.7.1cvs18
4869
4870         * src/summaryview.c
4871                 Fix bug 1100, 'Highlighted e-mail data not visible 
4872                 when color label applied.'. Use a weighted average
4873                 between normal selected foreground color and color
4874                 label instead of a simple one (3/1 instead 1/1).
4875
4876 2007-01-17 [colin]      2.7.1cvs17
4877
4878         * src/messageview.c
4879                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4880                 crash' - don't prevent mail switching while loading
4881
4882 2007-01-17 [colin]      2.7.1cvs16
4883
4884         * src/folder.c
4885         * src/folder.h
4886         * src/folderview.c
4887         * src/folderview.h
4888         * src/imap.c
4889         * src/imap.h
4890         * src/imap_gtk.c
4891                 Manage recursive search of unsubscribed folders
4892                 Rescan tree without checking for new messages 
4893                 after subscriptions changed
4894
4895 2007-01-17 [paul]       2.7.1cvs15
4896
4897         * src/prefs_common.c
4898         * src/gtk/pluginwindow.c
4899                 fix bug 1101, '"Load plugin" button is
4900                 accidentally hidden'
4901                 unset (-1) initial width in prefs_common,
4902                 fix overlapping buttons,
4903                 and other cleanups
4904
4905 2007-01-17 [paul]       2.7.1cvs14
4906
4907         * src/procmime.c
4908                 add #include <errno.h>, it's needed
4909                 on some systems
4910
4911 2007-01-17 [paul]       2.7.1cvs13
4912
4913         * src/common/defs.h
4914         * tools/make.themes.project
4915                 rename .sylpheed_themeinfo to .claws_themeinfo
4916                 and use it
4917         * src/etpan/etpan-errors.h
4918         * src/etpan/etpan-log.c
4919         * src/etpan/etpan-log.h
4920         * src/etpan/etpan-thread-manager-types.h
4921         * src/etpan/etpan-thread-manager.c
4922         * src/etpan/etpan-thread-manager.h
4923         * src/etpan/imap-thread.c
4924         * src/etpan/imap-thread.h
4925                 add copyright header
4926
4927 2007-01-17 [colin]      2.7.1cvs12
4928
4929         * src/plugins/pgpcore/select-keys.c
4930         * src/gtk/pluginwindow.c
4931         * src/prefs_account.c
4932                 Fix warnings
4933
4934 2007-01-16 [colin]      2.7.1cvs11
4935
4936         * src/imap.c
4937         * src/imap.h
4938         * src/imap_gtk.c
4939                 Manage subscribing to subfolders when only
4940                 subscribed folders are shown.
4941
4942 2007-01-16 [colin]      2.7.1cvs10
4943
4944         * src/folderview.c
4945                 Fix annoying vscrollbar going back to top
4946                 on Check for new folders
4947
4948 2007-01-16 [colin]      2.7.1cvs9
4949
4950         * src/imap.c
4951                 Remove printf
4952
4953 2007-01-16 [colin]      2.7.1cvs8
4954
4955         * src/filtering.c
4956                 Bigger buffer for errors
4957         * src/imap.c
4958         * src/imap.h
4959         * src/imap_gtk.c
4960         * src/prefs_account.c
4961         * src/prefs_account.h
4962         * src/wizard.c
4963         * src/etpan/imap-thread.c
4964         * src/etpan/imap-thread.h
4965         * manual/handling.xml
4966                 Add subscriptions management. What it changes:
4967                 Creating a folder subscribes to it
4968                 Deleting a folder unsubscribes it
4969                 New contextual menu item allowing to switch between
4970                 All folders and Subscribed folders, subscribe, and
4971                 unsubscribe. "Creating" an existing but unsubscribed
4972                 folder will subscribe it.
4973                 By default for new accounts, only subscribed folders 
4974                 are shown.
4975
4976
4977 2007-01-16 [paul]       2.7.1cvs7
4978
4979         * src/summaryview.c
4980                 Allow folder classes to specify only sort_key or
4981                 sort_type instead of both or none.
4982
4983 2007-01-16 [paul]       2.7.1cvs6
4984
4985         * src/action.c
4986         * src/compose.c
4987         * src/mimeview.c
4988         * src/procmime.c
4989         * src/textview.c
4990                 Save and use errno for procmime_get_part
4991
4992 2007-01-16 [colin]      2.7.1cvs5
4993
4994         * src/imap.c
4995                 Never remove INBOX when scanning for
4996                 new folders. It's a special folder
4997                 that has to exist.
4998
4999 2007-01-15 [colin]      2.7.1cvs4
5000
5001         * src/imap.c
5002                 Fix 'Check for new folders' when IMAP subdirectory
5003                 is set
5004         * src/etpan/imap-thread.c
5005                 Fix build
5006
5007 2007-01-15 [colin]      2.7.1cvs3
5008
5009         * src/etpan/imap-thread.c
5010                 Fix invalid free on command-connection
5011                 error
5012
5013 2007-01-15 [wwp]        2.7.1cvs2
5014
5015         * src/matcher_parser_lex.l
5016         * src/quote_fmt_lex.l
5017         * src/matcher_parser_parse.y
5018                 fix copyright header in lexers and parsers.
5019
5020 2007-01-15 [paul]       2.7.1cvs1
5021
5022         * NEWS
5023         * README
5024         * RELEASE_NOTES
5025         * configure.ac
5026                 bump up version number following
5027                 stable release
5028
5029 2007-01-15 [paul]       2.7.0cvs31
5030
5031         * AUTHORS
5032         * src/gtk/authors.h
5033                 add Fabien to the Team list
5034                 add the recent contributors
5035                 make a few corrections
5036
5037 2007-01-15 [paul]       2.7.0cvs30
5038
5039         * src/mainwindow.c
5040                 fix compiler warning
5041         * src/plugins/pgpcore/prefs_gpg.c
5042         * src/plugins/pgpcore/prefs_gpg.h
5043                 add missing include
5044                 fix copyright header
5045
5046 2007-01-14 [colin]      2.7.0cvs29
5047
5048         * src/gtk/filesel.c
5049                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5050                 two benefits: faster to open, will fix strange
5051                 dbus-related crash. Thanks to Pascal Terjan.
5052
5053 2007-01-14 [colin]      2.7.0cvs28
5054
5055         * src/etpan/imap-thread.c
5056                 Delete the old imap just after allocating
5057                 the new one. Makes sure we don't get the
5058                 same pointer by sheer luck, which feels
5059                 strange in the debug log.
5060
5061 2007-01-14 [colin]      2.7.0cvs27
5062
5063         * src/gtk/inputdialog.c
5064                 Make sure we don't print passwords in
5065                 clear text when in debug mode
5066
5067 2007-01-14 [colin]      2.7.0cvs26
5068
5069         * src/gtk/gtksctree.c
5070                 Fix bug 1098, 'bogus last row display 
5071                 after expanding a thread'. Patch by
5072                 Jindrich Makovicka <makovick@gmail.com>
5073
5074 2007-01-14 [colin]      2.7.0cvs25
5075
5076         * src/etpan/imap-thread.c
5077                 Close socket manually before
5078                 freeing the imap struct
5079
5080 2007-01-14 [colin]      2.7.0cvs24
5081
5082         * src/etpan/imap-thread.c
5083                 Maybe fix new reconnection issues
5084
5085 2007-01-13 [colin]      2.7.0cvs23
5086
5087         * src/summaryview.c
5088                 Freeze/thaw on thread selection
5089
5090 2007-01-13 [paul]       2.7.0cvs22
5091
5092         * src/mainwindow.c
5093         * src/summaryview.c
5094         * src/summaryview.h
5095                 add 'Edit/Delete thread'
5096
5097 2007-01-13 [colin]      2.7.0cvs21
5098
5099         * src/prefs_account.c
5100         * src/prefs_compose_writing.c
5101         * src/prefs_message.c
5102         * src/prefs_msg_colors.c
5103         * src/prefs_other.c
5104         * src/prefs_receive.c
5105         * src/prefs_spelling.c
5106         * src/prefs_summaries.c
5107         * src/prefs_themes.c
5108         * src/gtk/gtkutils.c
5109         * src/gtk/gtkutils.h
5110         * src/plugins/pgpcore/prefs_gpg.c
5111         * src/plugins/spamassassin/spamassassin_gtk.c
5112                 Factorize gtk frame creation
5113                 Patch by Pawel
5114
5115 2007-01-13 [colin]      2.7.0cvs20
5116
5117         * src/message_search.c
5118         * src/summary_search.c
5119                 Fix Enter in search windows
5120         * src/messageview.c
5121                 Fix body search starting at the
5122                 end of the mail (and asking for loop)
5123
5124 2007-01-13 [colin]      2.7.0cvs19
5125
5126         * src/etpan/imap-thread.c
5127                 Make sure we don't free the same imap
5128                 twice
5129
5130 2007-01-13 [colin]      2.7.0cvs18
5131
5132         * commitHelper
5133                 Allow multiple commitHelpers to
5134                 run at once
5135
5136 2007-01-12 [colin]      2.7.0cvs17
5137
5138         * src/etpan/imap-thread.c
5139                 Make sure we get rid of the previous mailimap
5140                 when connecting - just in case disconnect was
5141                 unclean
5142
5143 2007-01-12 [paul]       2.7.0cvs16
5144
5145         * src/compose.c
5146                 Strip S/MIME signatures when re-editing
5147                 S/MIME signed messages.
5148
5149 2007-01-12 [paul]       2.7.0cvs15
5150
5151         * configure.ac
5152         * src/addressbook.c
5153         * src/foldersel.c
5154         * src/folderview.c
5155         * src/main.c
5156                 no need to define CLAWS anymore, remove
5157                 all that stuff
5158
5159 2007-01-12 [paul]       2.7.0cvs14
5160
5161         * src/mimeview.c
5162                 check if the mail's signed as
5163                 it can change the mail structure
5164                 Thanks to Colin
5165
5166 2007-01-12 [paul]       2.7.0cvs13
5167
5168         * src/procmime.c
5169                 fix Forwarding msgs with attachments
5170                 that have dos line endings
5171                 Thanks to Colin
5172
5173 2007-01-12 [wwp]        2.7.0cvs12
5174
5175         * configure.ac
5176                 Revert accidentally committed extra version tag.
5177
5178 2007-01-12 [wwp]        2.7.0cvs11
5179
5180         * src/prefs_account.c
5181                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5182
5183 2007-01-11 [colin]      2.7.0cvs10
5184
5185         * src/imap.c
5186                 move g_warning to debug_print
5187                 it scares people for no reason
5188
5189 2007-01-11 [colin]      2.7.0cvs9
5190
5191         * po/POTFILES.in
5192                 Fix files to translate. Patch by
5193                 Fabien
5194
5195 2007-01-11 [paul]       2.7.0cvs8
5196
5197         * src/imap.c
5198                 Fix recursion when server lists the
5199                 current subfolder in the response
5200         * src/mimeview.c
5201                 Fix updating of icon_list/ctree
5202         * src/plugins/pgpcore/select-keys.c
5203                 Fix a few annoyances when choosing
5204                 keys for the CMS (S/MIME) protocol
5205
5206 2007-01-11 [wwp]        2.7.0cvs7
5207
5208         * src/compose.c
5209         * src/prefs_account.c
5210         * src/prefs_account.h
5211                 Add per-account spellcheck default dictionaries settings.
5212
5213 2007-01-10 [colin]      2.7.0cvs6
5214
5215         * src/prefs_folder_item.c
5216                 Factorize strings - patch by Fabien
5217
5218 2007-01-10 [colin]      2.7.0cvs5
5219
5220         * src/mainwindow.c
5221                 Fix bug 1095, 'Crash while changing folder 
5222                 columns during incorporation'
5223
5224 2007-01-09 [colin]      2.7.0cvs4
5225
5226         * src/gtk/pluginwindow.c
5227                 Set the plugin window transient. Seems
5228                 like some window managers hide it in
5229                 the background after "load plugin"...
5230
5231 2007-01-09 [colin]      2.7.0cvs3
5232
5233         * src/gtk/filesel.c
5234                 Use the same type for alloc and free
5235
5236 2007-01-08 [paul]       2.7.0cvs2
5237
5238         * po/nl.po
5239                 updated by Tim Dijkstra
5240
5241 2007-01-08 [paul]       2.7.0cvs1
5242
5243         * src/prefs_themes.c
5244         * src/common/utils.c
5245                 Fix resource leaks
5246
5247 2007-01-08 [paul]       2.7.0
5248
5249         * NEWS
5250         * README
5251         * RELEASE_NOTES
5252                 2.7.0 released
5253
5254 2007-01-08 [paul]       2.6.1cvs119
5255
5256         * doc/man/claws-mail.1
5257                 another correction
5258
5259 2007-01-08 [paul]       2.6.1cvs118
5260
5261         * doc/man/claws-mail.1
5262                 corrections
5263         * manual/advanced.xml
5264                 improved English usage
5265
5266 2007-01-08 [paul]       2.6.1cvs117
5267
5268         * po/ca.po
5269         * po/de.po
5270         * po/en_GB.po
5271         * po/fi.po
5272         * po/it.po
5273         * po/pt_BR.po
5274         * po/sk.po
5275         * po/sr.po
5276         * po/zh_CN.po
5277                 updated by Miquel Oliete, Stephan Sachse, me,
5278                 Tommi Pirinen, Andrea Spadaccini, Frederico
5279                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5280                 Urosevic, and Ralgh Young
5281
5282 2007-01-07 [mones]      2.6.1cvs116
5283
5284         * manual/es/advanced.xml
5285         * po/es.po
5286                 Synced manual (unhide mark_as_read_delay)
5287                 and updated translation for release
5288
5289 2007-01-07 [paul]       2.6.1cvs115
5290
5291         * src/prefs_matcher.c
5292                 make the hbox content fit better under
5293                 various languages
5294
5295 2007-01-07 [colin]      2.6.1cvs114
5296
5297         * src/messageview.c
5298                 Fix bug 1088, 'Ctrl-h produces repeatable
5299                 crash'
5300
5301 2007-01-06 [colin]      2.6.1cvs113
5302
5303         * src/etpan/imap-thread.c
5304                 Add casts to int to get certs. Fixes
5305                 bug 1064, 'crash @ etpan_certificate_check() 
5306                 when opening an IMAP folder', with latest
5307                 libetpan CVS or >= 0.49
5308         * src/mainwindow.c
5309         * src/mainwindow.h
5310         * src/imap_gtk.c
5311         * src/news_gtk.c
5312         * src/prefs_folder_item.c
5313                 Grey out the "synchronise" menu items if
5314                 there's nothing to synchronise.
5315         * src/plugins/pgpcore/sgpgme.c
5316                 Make an error clearer than "Unknown error"
5317
5318 2007-01-06 [colin]      2.6.1cvs112
5319
5320         * src/messageview.c
5321                 Don't try to show a message if updating
5322                 Maybe fixes bug 1088, 'ctrl-h produces
5323                 repeatable crash'.
5324
5325 2007-01-06 [colin]      2.6.1cvs111
5326
5327         * src/summaryview.c
5328                 Disable Control-Space (handle it as Space).
5329
5330 2007-01-05 [paul]       2.6.1cvs110
5331
5332         * src/imap.c
5333                 Fix bug 934, 'sylpheed claws 2.1 
5334                 doesn't show Exchanges Public Folders'
5335                 Thanks to Hoa and Colin
5336         * src/msgcache.c
5337                 Refuse to allocate more than 2 MB for a 
5338                 single field, it's a good indication of
5339                 cache corruption.
5340
5341 2007-01-05 [colin]      2.6.1cvs109
5342
5343         * src/mainwindow.c
5344                 Allow --select'ing emails by Message-ID too
5345
5346 2007-01-05 [colin]      2.6.1cvs108
5347
5348         * src/common/quoted-printable.c
5349                 Uh! Third fix :)
5350
5351 2007-01-05 [colin]      2.6.1cvs107
5352
5353         * src/common/quoted-printable.c
5354                 Fix previous commit about bug 1089
5355                 Thanks to Ralf
5356
5357 2007-01-05 [colin]      2.6.1cvs106
5358
5359         * src/common/quoted-printable.c
5360                 Fix my previous commit on bug 1089
5361                 - Thanks to Ralf :)
5362
5363 2007-01-04 [colin]      2.6.1cvs105
5364
5365         * src/common/quoted-printable.c
5366                 Fix bug 1089, 'NUL characters in Subject 
5367                 line are misinterpreted'. Not a pain to
5368                 fix in fact.
5369
5370 2007-01-04 [colin]      
5371
5372         2.7.0-rc3 released
5373
5374 2007-01-04 [wwp]        2.6.1cvs104
5375
5376         * src/image_viewer.c
5377                 Force operator precedence (fix a compiler warning).
5378
5379 2007-01-04 [colin]      2.6.1cvs103
5380
5381         * src/image_viewer.c
5382                 Be cautious there too (same fix as the one
5383                 in textview from cvs33)
5384         * src/messageview.c
5385                 Don't use any MimeViewer plugin when showing
5386                 all headers
5387
5388 2007-01-03 [wwp]        2.6.1cvs102
5389
5390         * src/html.c
5391         * src/html.h
5392                 fixed "cent" sign (use the existing ASCII one),
5393                 decode more HTML entities,
5394                 converted table ASCII entries to UTF-8,
5395                 moved a switch() into a hashtable.
5396
5397 2007-01-03 [paul]       2.6.1cvs101
5398
5399         * src/compose.c
5400         * src/messageview.c
5401         * src/procmsg.c
5402         * src/procmsg.h
5403                 When possible, use move_msg instead of
5404                 copy_msg + remove_msg to move sent mail
5405                 from Queue to Sent. 
5406
5407 2007-01-03 [paul]       2.6.1cvs100
5408
5409         * src/html.c
5410                 add more html entity recognition:
5411                 pounds, euros, and cents
5412
5413 2007-01-03 [colin]      2.6.1cvs99
5414
5415         * src/imap_gtk.c
5416                 Don't display an error on NOSELECT
5417                 folders when synchronising
5418
5419 2007-01-03 [paul]       2.6.1cvs98
5420
5421         * tools/maildir2claws-mail.pl
5422                 only substitute 'sent-mail' if it's
5423                 the full directory name
5424
5425 2007-01-03 [paul]       2.6.1cvs97
5426
5427         * ChangeLog
5428         * ChangeLog.pre2.0.0
5429         * Makefile.am
5430                 archive a chunk of ChangeLog in
5431                 ChangeLog.pre2.0.0
5432         * ChangeLog.gtk1
5433         * doc/src/ChangeLog.claws-pre0.8.0
5434                 remove ChangeLog.claws-pre0.8.0, adding
5435                 its contents to ChangeLog.gtk1
5436
5437 2007-01-03 [paul]       2.6.1cvs96
5438
5439         * src/account.c
5440         * src/account.h
5441         * src/action.c
5442         * src/action.h
5443         * src/adbookbase.h
5444         * src/addr_compl.c
5445         * src/addr_compl.h
5446         * src/addrbook.c
5447         * src/addrcache.c
5448         * src/addrcache.h
5449         * src/addrcindex.c
5450         * src/addrcindex.h
5451         * src/addrclip.c
5452         * src/addrclip.h
5453         * src/addrdefs.h
5454         * src/addressadd.c
5455         * src/addressadd.h
5456         * src/addressbook.c
5457         * src/addressbook.h
5458         * src/addressbook_foldersel.c
5459         * src/addressbook_foldersel.h
5460         * src/addrgather.c
5461         * src/addrgather.h
5462         * src/addrharvest.c
5463         * src/addrharvest.h
5464         * src/addrindex.c
5465         * src/addrindex.h
5466         * src/addritem.c
5467         * src/addritem.h
5468         * src/addrquery.c
5469         * src/addrquery.h
5470         * src/addrselect.c
5471         * src/addrselect.h
5472         * src/alertpanel.c
5473         * src/alertpanel.h
5474         * src/browseldap.c
5475         * src/browseldap.h
5476         * src/codeconv.c
5477         * src/codeconv.h
5478         * src/compose.c
5479         * src/compose.h
5480         * src/customheader.c
5481         * src/customheader.h
5482         * src/displayheader.c
5483         * src/displayheader.h
5484         * src/editaddress.c
5485         * src/editaddress.h
5486         * src/editbook.c
5487         * src/editbook.h
5488         * src/editgroup.c
5489         * src/editgroup.h
5490         * src/editjpilot.c
5491         * src/editjpilot.h
5492         * src/editldap.c
5493         * src/editldap.h
5494         * src/editldap_basedn.c
5495         * src/editldap_basedn.h
5496         * src/editvcard.c
5497         * src/editvcard.h
5498         * src/exphtmldlg.c
5499         * src/exphtmldlg.h
5500         * src/expldifdlg.c
5501         * src/expldifdlg.h
5502         * src/export.c
5503         * src/export.h
5504         * src/exporthtml.c
5505         * src/exporthtml.h
5506         * src/exportldif.c
5507         * src/exportldif.h
5508         * src/filtering.c
5509         * src/filtering.h
5510         * src/folder.c
5511         * src/folder.h
5512         * src/folder_item_prefs.c
5513         * src/folder_item_prefs.h
5514         * src/foldersel.c
5515         * src/foldersel.h
5516         * src/folderutils.c
5517         * src/folderutils.h
5518         * src/folderview.c
5519         * src/folderview.h
5520         * src/grouplistdialog.c
5521         * src/grouplistdialog.h
5522         * src/headerview.c
5523         * src/html.c
5524         * src/html.h
5525         * src/image_viewer.c
5526         * src/image_viewer.h
5527         * src/imap.c
5528         * src/imap.h
5529         * src/imap_gtk.c
5530         * src/imap_gtk.h
5531         * src/import.c
5532         * src/import.h
5533         * src/importldif.c
5534         * src/importldif.h
5535         * src/importmutt.c
5536         * src/importmutt.h
5537         * src/importpine.c
5538         * src/importpine.h
5539         * src/inc.c
5540         * src/inc.h
5541         * src/jpilot.c
5542         * src/jpilot.h
5543         * src/ldapctrl.c
5544         * src/ldapctrl.h
5545         * src/ldaplocate.c
5546         * src/ldaplocate.h
5547         * src/ldapquery.c
5548         * src/ldapquery.h
5549         * src/ldapserver.c
5550         * src/ldapserver.h
5551         * src/ldaputil.c
5552         * src/ldaputil.h
5553         * src/ldif.c
5554         * src/ldif.h
5555         * src/main.c
5556         * src/main.h
5557         * src/mainwindow.c
5558         * src/mainwindow.h
5559         * src/manual.c
5560         * src/manual.h
5561         * src/mbox.c
5562         * src/message_search.c
5563         * src/message_search.h
5564         * src/messageview.c
5565         * src/messageview.h
5566         * src/mh.c
5567         * src/mh.h
5568         * src/mh_gtk.c
5569         * src/mh_gtk.h
5570         * src/mimeview.c
5571         * src/mimeview.h
5572         * src/msgcache.c
5573         * src/msgcache.h
5574         * src/mutt.c
5575         * src/mutt.h
5576         * src/news.c
5577         * src/news.h
5578         * src/news_gtk.c
5579         * src/news_gtk.h
5580         * src/partial_download.c
5581         * src/partial_download.h
5582         * src/pine.c
5583         * src/pine.h
5584         * src/pop.c
5585         * src/pop.h
5586         * src/prefs_account.c
5587         * src/prefs_account.h
5588         * src/prefs_actions.c
5589         * src/prefs_actions.h
5590         * src/prefs_common.c
5591         * src/prefs_common.h
5592         * src/prefs_compose_writing.c
5593         * src/prefs_compose_writing.h
5594         * src/prefs_customheader.c
5595         * src/prefs_customheader.h
5596         * src/prefs_display_header.c
5597         * src/prefs_display_header.h
5598         * src/prefs_filtering.c
5599         * src/prefs_filtering.h
5600         * src/prefs_filtering_action.c
5601         * src/prefs_filtering_action.h
5602         * src/prefs_folder_column.c
5603         * src/prefs_folder_column.h
5604         * src/prefs_folder_item.c
5605         * src/prefs_folder_item.h
5606         * src/prefs_fonts.c
5607         * src/prefs_fonts.h
5608         * src/prefs_gtk.c
5609         * src/prefs_gtk.h
5610         * src/prefs_image_viewer.c
5611         * src/prefs_image_viewer.h
5612         * src/prefs_matcher.c
5613         * src/prefs_matcher.h
5614         * src/prefs_message.c
5615         * src/prefs_msg_colors.c
5616         * src/prefs_msg_colors.h
5617         * src/prefs_other.c
5618         * src/prefs_quote.c
5619         * src/prefs_receive.c
5620         * src/prefs_send.c
5621         * src/prefs_spelling.c
5622         * src/prefs_spelling.h
5623         * src/prefs_summaries.c
5624         * src/prefs_summaries.h
5625         * src/prefs_summary_column.c
5626         * src/prefs_summary_column.h
5627         * src/prefs_template.c
5628         * src/prefs_template.h
5629         * src/prefs_themes.c
5630         * src/prefs_themes.h
5631         * src/prefs_toolbar.c
5632         * src/prefs_toolbar.h
5633         * src/prefs_wrapping.c
5634         * src/prefs_wrapping.h
5635         * src/privacy.c
5636         * src/privacy.h
5637         * src/procheader.c
5638         * src/procheader.h
5639         * src/procmime.c
5640         * src/procmime.h
5641         * src/procmsg.c
5642         * src/procmsg.h
5643         * src/quote_fmt.c
5644         * src/quote_fmt_parse.y
5645         * src/recv.c
5646         * src/recv.h
5647         * src/remotefolder.c
5648         * src/remotefolder.h
5649         * src/send_message.c
5650         * src/send_message.h
5651         * src/setup.c
5652         * src/setup.h
5653         * src/sourcewindow.c
5654         * src/sourcewindow.h
5655         * src/ssl_manager.c
5656         * src/ssl_manager.h
5657         * src/statusbar.c
5658         * src/statusbar.h
5659         * src/stock_pixmap.c
5660         * src/stock_pixmap.h
5661         * src/summary_search.c
5662         * src/summary_search.h
5663         * src/summaryview.c
5664         * src/summaryview.h
5665         * src/textview.c
5666         * src/textview.h
5667         * src/toolbar.c
5668         * src/toolbar.h
5669         * src/undo.c
5670         * src/undo.h
5671         * src/unmime.c
5672         * src/unmime.h
5673         * src/vcard.c
5674         * src/vcard.h
5675         * src/wizard.c
5676         * src/wizard.h
5677         * src/common/base64.c
5678         * src/common/base64.h
5679         * src/common/defs.h
5680         * src/common/hooks.c
5681         * src/common/hooks.h
5682         * src/common/log.c
5683         * src/common/log.h
5684         * src/common/mgutils.c
5685         * src/common/mgutils.h
5686         * src/common/nntp.c
5687         * src/common/nntp.h
5688         * src/common/passcrypt.c
5689         * src/common/passcrypt.h.in
5690         * src/common/plugin.c
5691         * src/common/plugin.h
5692         * src/common/prefs.c
5693         * src/common/prefs.h
5694         * src/common/progressindicator.c
5695         * src/common/progressindicator.h
5696         * src/common/quoted-printable.c
5697         * src/common/quoted-printable.h
5698         * src/common/session.c
5699         * src/common/session.h
5700         * src/common/smtp.c
5701         * src/common/smtp.h
5702         * src/common/socket.c
5703         * src/common/socket.h
5704         * src/common/ssl.c
5705         * src/common/ssl.h
5706         * src/common/ssl_certificate.c
5707         * src/common/ssl_certificate.h
5708         * src/common/stringtable.c
5709         * src/common/stringtable.h
5710         * src/common/template.c
5711         * src/common/template.h
5712         * src/common/timing.h
5713         * src/common/utils.c
5714         * src/common/utils.h
5715         * src/common/version.h.in
5716         * src/common/xml.c
5717         * src/common/xml.h
5718         * src/common/xmlprops.c
5719         * src/common/xmlprops.h
5720         * src/gtk/about.c
5721         * src/gtk/colorlabel.c
5722         * src/gtk/colorsel.c
5723         * src/gtk/colorsel.h
5724         * src/gtk/combobox.c
5725         * src/gtk/combobox.h
5726         * src/gtk/description_window.c
5727         * src/gtk/description_window.h
5728         * src/gtk/filesel.c
5729         * src/gtk/filesel.h
5730         * src/gtk/foldersort.c
5731         * src/gtk/foldersort.h
5732         * src/gtk/gtksctree.c
5733         * src/gtk/gtkutils.c
5734         * src/gtk/gtkutils.h
5735         * src/gtk/inputdialog.c
5736         * src/gtk/inputdialog.h
5737         * src/gtk/logwindow.c
5738         * src/gtk/logwindow.h
5739         * src/gtk/manage_window.c
5740         * src/gtk/manage_window.h
5741         * src/gtk/menu.c
5742         * src/gtk/menu.h
5743         * src/gtk/pluginwindow.c
5744         * src/gtk/pluginwindow.h
5745         * src/gtk/prefswindow.c
5746         * src/gtk/prefswindow.h
5747         * src/gtk/progressdialog.c
5748         * src/gtk/progressdialog.h
5749         * src/gtk/sslcertwindow.c
5750         * src/gtk/sslcertwindow.h
5751         * src/plugins/bogofilter/bogofilter.c
5752         * src/plugins/bogofilter/bogofilter.h
5753         * src/plugins/bogofilter/bogofilter_gtk.c
5754         * src/plugins/clamav/clamav_plugin.c
5755         * src/plugins/clamav/clamav_plugin.h
5756         * src/plugins/clamav/clamav_plugin_gtk.c
5757         * src/plugins/demo/demo.c
5758         * src/plugins/dillo_viewer/dillo_prefs.c
5759         * src/plugins/dillo_viewer/dillo_prefs.h
5760         * src/plugins/dillo_viewer/dillo_viewer.c
5761         * src/plugins/pgpcore/passphrase.c
5762         * src/plugins/pgpcore/passphrase.h
5763         * src/plugins/pgpcore/pgp_viewer.c
5764         * src/plugins/pgpcore/pgp_viewer.h
5765         * src/plugins/pgpcore/plugin.c
5766         * src/plugins/pgpcore/select-keys.c
5767         * src/plugins/pgpcore/select-keys.h
5768         * src/plugins/pgpcore/sgpgme.c
5769         * src/plugins/pgpcore/sgpgme.h
5770         * src/plugins/pgpinline/pgpinline.c
5771         * src/plugins/pgpinline/pgpinline.h
5772         * src/plugins/pgpinline/plugin.c
5773         * src/plugins/pgpmime/pgpmime.c
5774         * src/plugins/pgpmime/pgpmime.h
5775         * src/plugins/pgpmime/plugin.c
5776         * src/plugins/spamassassin/spamassassin.c
5777         * src/plugins/spamassassin/spamassassin.h
5778         * src/plugins/spamassassin/spamassassin_gtk.c
5779         * src/plugins/trayicon/trayicon.c
5780                 it's 2007, update the year in the copyright headers
5781
5782 2007-01-03 [paul]       2.6.1cvs95
5783
5784         * src/gtk/about.c
5785                 it is 2007, use it in the copyright string
5786
5787 2007-01-03 [paul]       2.6.1cvs94
5788
5789         * src/html.c
5790                 html entity conversion:
5791                 move &#153; to a more suitable place
5792                 add &bull; and &ndash;
5793                 make sure &mdash; and &#8212; are both
5794                 converted the same
5795
5796 2007-01-02 [colin]      2.6.1cvs93
5797
5798         * src/addrbook.c
5799                 Fix leak
5800         * src/common/plugin.c
5801                 Add comment
5802         * src/etpan/imap-thread.c
5803                 Fix warning
5804
5805 2006-12-31 [paul]       2.6.1cvs92
5806
5807         * src/prefs_summaries.c
5808                 use gtk_button_new_from_stock()
5809
5810 2006-12-30 [colin]      2.6.1cvs91
5811
5812         * src/folder.c
5813         * src/imap_gtk.c
5814         * src/mh_gtk.c
5815                 Don't update filtering and account paths 
5816                 when copying folders
5817
5818 2006-12-30 [colin]      2.6.1cvs90
5819
5820         * src/prefs_compose_writing.c
5821         * src/prefs_quote.c
5822         * src/prefs_template.c
5823                 Use message font for Writing and 
5824                 Quoting prefs, as well as Templates.
5825
5826 2006-12-30 [colin]      2.6.1cvs89
5827
5828         * src/prefs_summaries.c
5829                 Rework GUI; patch by Pawel
5830
5831 2006-12-29 [colin]      2.6.1cvs88
5832
5833         * src/prefs_folder_item.c
5834                 Fix bug 1085, 'Apply to subfolder 
5835                 doesn't work' - I was mistaken saying
5836                 it worked in every case
5837
5838 2006-12-28 [colin]      2.6.1cvs87
5839
5840         * src/gtk/gtkaspell.c
5841                 Don't assert if use_alternate is true
5842                 and alt_dictionary isn't set -- this 
5843                 is what happens on upgrade! Rather,
5844                 do with it.
5845
5846 2006-12-28 [colin]      2.6.1cvs86
5847
5848         * Makefile.am
5849                 Fix desktop/icon simplification
5850
5851 2006-12-28 [colin]      2.6.1cvs85
5852
5853         * Makefile.am
5854                 Make desktop and icon not 
5855                 dependant on the desktop
5856
5857 2006-12-28 [wwp]        2.6.1cvs84
5858
5859         * src/plugins/pgpmime/claws.def
5860                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5861
5862 2006-12-28 [wwp]        2.6.1cvs83
5863
5864         * src/prefs_folder_item.c
5865                 Fix coloring of "simplify subject regexp" (folder prefs),
5866                 which might be left to red whereas the regexp gets empty.
5867
5868 2006-12-28 [wwp]        2.6.1cvs82
5869
5870         * src/prefs_common.c
5871         * src/prefs_common.h
5872         * src/addressbook.c
5873         * src/addressitem.h
5874                 Save addressbook mainwindow's horizontal and vertical splitter position.
5875
5876 2006-12-27 [wwp]        2.6.1cvs81
5877
5878         * src/gtk/gtkaspell.c
5879         * src/gtk/gtkaspell.h
5880         * src/compose.c
5881                 Fix assignment of compose's default and alternate dictionary from
5882                 account or folder settings. Now gtkaspell_change_dict does rotate
5883                 dicts only when it's called from a menu cb.
5884
5885 2006-12-27 [wwp]        2.6.1cvs80
5886
5887         * src/folder_item_prefs.c
5888                 Fix randomly initialized default-alt-dictionary (folder prefs),
5889                 complete 2.6.1cvs72.
5890
5891 2006-12-27 [paul]       2.6.1cvs79
5892
5893         * src/imap_gtk.c
5894         * src/mh_gtk.c
5895                 Add Copy folder in the folder's contextual
5896                 menu
5897
5898 2006-12-27 [wwp]        2.6.1cvs78
5899
5900         * src/imap.c
5901                 Clean up session locking, thanks to Colin.
5902
5903 2006-12-26 [colin]      2.6.1cvs77
5904
5905         * src/statusbar.c
5906                 Revert previous patch
5907
5908 2006-12-26 [colin]      2.6.1cvs76
5909
5910         * src/folder.c
5911         * src/folderview.c
5912         * src/imap.c
5913         * src/statusbar.c
5914         * src/etpan/imap-thread.c
5915                 Fix previous commit warnings
5916                 Make statusbar update every second if total < 20
5917                 Make IMAP APPEND faster by simplifying log              
5918
5919 2006-12-26 [colin]      2.6.1cvs75
5920
5921         * src/folder.c
5922         * src/folder.h
5923         * src/folderview.c
5924         * src/folderview.h
5925         * src/imap_gtk.c
5926         * src/mh_gtk.c
5927                 Make it possible to copy folders accross
5928                 mailboxes (this was an arbitrary limitation).
5929                 Still make it impossible to move folders 
5930                 accross mailboxes.
5931
5932 2006-12-26 [colin]      2.6.1cvs74
5933
5934         * src/etpan/imap-thread.c
5935                 Fix bug 1081, 'claws-mail 
5936                 segfaults when going offline 
5937                 while it transfers mails via 
5938                 imap'
5939
5940 2006-12-26 [colin]      2.6.1cvs73
5941
5942         * src/folder_item_prefs.c
5943                 Don't forget alt dictionary when
5944                 renaming/moving folders
5945
5946 2006-12-26 [wwp]        2.6.1cvs72
5947
5948         * src/folder_item_prefs.c
5949                 Add missing defaults for per-folder alt dict
5950                 (forgotten in 2.6.1cvs61).
5951
5952 2006-12-26 [colin]      2.6.1cvs71
5953
5954         * src/wizard.c
5955                 Add tooltip to state that specifying
5956                 full path to mailbox is possible
5957
5958 2006-12-26 [wwp]        2.6.1cvs70
5959
5960         * src/partial_download.c
5961         * src/gtk/gtkvscrollbutton.c
5962         * src/plugins/pgpinline/plugin.c
5963                 Fix for few compiler warnings that matter.
5964
5965 2006-12-25 [colin]      2.6.1cvs69
5966
5967         * src/partial_download.c
5968                 Fix marking for download or deletion
5969                 when the header isn't the first
5970         * src/gtk/logwindow.c
5971                 Fix start of scrolling
5972
5973 2006-12-23 [paul]       2.6.1cvs68
5974
5975         * src/compose.c
5976                 change last commit to use the 'academic'
5977                 method instead. Thanks to wwp
5978
5979 2006-12-23 [paul]       2.6.1cvs67
5980
5981         * src/compose.c
5982                 don't warn about empty subject when
5983                 redirecting
5984
5985 2006-12-22 [colin]      2.6.1cvs66
5986
5987         * src/summary_search.c
5988                 Fix previous patch
5989
5990 2006-12-22 [colin]      2.6.1cvs65
5991
5992         * src/gtk/gtkutils.c
5993         * src/imap.c
5994         * src/jpilot.c
5995         * src/summary_search.c
5996                 A few warning fixes
5997
5998 2006-12-23 [paul]       
5999
6000         2.7.0-rc2 released
6001
6002 2006-12-22 [colin]      2.6.1cvs64
6003
6004         * src/toolbar.c
6005         * src/toolbar.h
6006                 Add a combo to the learn spam button
6007         * src/plugins/bogofilter/bogofilter.c
6008         * src/plugins/bogofilter/bogofilter_gtk.c
6009         * src/plugins/bogofilter/bogofilter.h
6010                 Allow to store Unsure mails in a specific
6011                 folder to make better teaching easier
6012
6013 2006-12-21 [wwp]        2.6.1cvs63
6014
6015         * src/compose.c
6016         * src/prefs_common.c
6017         * src/prefs_common.h
6018         * src/prefs_spelling.c
6019         * src/gtk/gtkaspell.c
6020         * src/gtk/gtkaspell.h
6021                 Allow spell-checking using both current and alternate dictionaries
6022                 (thanks to Colin).
6023
6024 2006-12-21 [wwp]        2.6.1cvs62
6025
6026         * src/gtk/gtkaspell.c
6027                 Apply recheck_when_changing_dict (highlight all mispelled words)
6028                 when switching to alternate dictionary.
6029
6030 2006-12-21 [wwp]        2.6.1cvs61
6031
6032         * src/compose.c
6033         * src/folder_item_prefs.h
6034         * src/prefs_common.c
6035         * src/prefs_common.h
6036         * src/prefs_folder_item.c
6037         * src/prefs_spelling.c
6038         * src/gtk/gtkaspell.c
6039         * src/gtk/gtkaspell.h
6040                 Add global and per-folder prefs to set the default
6041                 alternate dictionary.
6042
6043 2006-12-21 [colin]      2.6.1cvs60
6044
6045         * src/folder.c
6046                 Look for folders by path in all folders
6047         * src/html.c
6048                 add &mdash;
6049
6050 2006-12-20 [colin]      2.6.1cvs59
6051
6052         * src/gtk/quicksearch.c
6053                 Make sure in_typing is false when clearing
6054
6055 2006-12-20 [wwp]        2.6.1cvs58
6056
6057         * configure.ac
6058                 change manual's target dir to be LFH-compliant (thanks to Colin).
6059
6060 2006-12-20 [wwp]        2.6.1cvs57
6061
6062         * src/prefs_common.c
6063         * src/prefs_summaries.c
6064                 i18n fix and factorize patch, thanks to Fabien.
6065
6066 2006-12-20 [paul]       2.6.1cvs56
6067
6068         * configure.ac
6069                 last of the renaming (??)
6070         * src/main.c
6071                 correct --help info of --status-full
6072         * src/plugins/bogofilter/bogofilter.c
6073                 make FALSE default of whitelist_ab
6074
6075 2006-12-19 [colin]      2.6.1cvs55
6076
6077         * src/jpilot.c
6078                 Same as before, without depending on
6079                 pisock >= 0.12
6080
6081 2006-12-19 [colin]      2.6.1cvs54
6082
6083         * src/jpilot.c
6084                 Fix bug 1059, 'Better jpilot charset 
6085                 handling'. Use libpisync's charset conversion
6086                 if possible
6087
6088 2006-12-19 [colin]      2.6.1cvs53
6089
6090         * po/fr.po
6091                 Updated by Fabien
6092
6093 2006-12-19 [wwp]        2.6.1cvs52
6094
6095         * src/gtk/about.c
6096                 Add missing #include (thanks to Colin).
6097
6098 2006-12-19 [wwp]        2.6.1cvs51
6099
6100         * src/prefs_receive.c
6101                 Better spacing between widgets in prefs.
6102
6103 2006-12-18 [colin]      2.6.1cvs50
6104
6105         * src/imap.c
6106                 Fix failure to get separator on LIST "" ""
6107                 Try LIST "" "INBOX" too.
6108
6109 2006-12-18 [wwp]        2.6.1cvs49
6110
6111         * src/common/session.c
6112                 Fix a compiler warning (thanks to Fabien).
6113
6114 2006-12-18 [wwp]        2.6.1cvs48
6115
6116         * src/compose.c
6117         * src/prefs_quote.c
6118                 Factorize some strings for translation (it's about error
6119                 messages when applying or checking template/quote format).
6120
6121 2006-12-18 [colin]      2.6.1cvs47
6122
6123         * Makefile.am
6124         * src/common/defs.h
6125         * src/gtk/Makefile.am
6126         * src/gtk/about.c
6127                 Add a Release notes tab from the contents of
6128                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6129
6130 2006-12-17 [colin]      2.6.1cvs46
6131
6132         * src/mimeview.c
6133         * src/textview.c
6134         * src/gtk/filesel.c
6135                 Correctly convert from/to UTF8/filename encoding
6136                 when loading and saving files. Probably fixes
6137                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6138                 for a file to attach and is blocked...'
6139
6140 2006-12-17 [colin]      2.6.1cvs45
6141
6142         * src/gtk/logwindow.c
6143                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6144                 IMAP folder and is blocked on main thread': 
6145                 make sure we put utf8 in the log.
6146
6147 2006-12-16 [colin]      2.6.1cvs44
6148
6149         * src/toolbar.c
6150         * src/toolbar.h
6151                 Fix bug 1055, 'Add the 'cancel receive' 
6152                 in the available events for the toolbar buttons'
6153
6154 2006-12-16 [colin]      2.6.1cvs43
6155
6156         * po/POTFILES.in
6157         * src/imap.c
6158         * src/common/nntp.c
6159         * src/common/session.c
6160                 Log error when SSL handshakes fail. 
6161                 Fixes bug 1082, 'incorrect / imprecise 
6162                 error message when imap server provides 
6163                 ssl only through STARTTLS but SSL is 
6164                 selected'
6165
6166 2006-12-15 [wwp]        2.6.1cvs42
6167
6168         * src/plugins/bogofilter/bogofilter_gtk.c
6169                 set proper sensitivity to widgets I've recently added.
6170
6171 2006-12-15 [colin]      
6172
6173         2.7.0-rc1 released
6174
6175 2006-12-15 [wwp]        2.6.1cvs41
6176
6177         * src/plugins/bogofilter/bogofilter.c
6178         * src/plugins/bogofilter/bogofilter.h
6179         * src/plugins/bogofilter/bogofilter_gtk.c
6180                 bogofilter's whitelist can now use a subset of
6181                 the addressbook (either a book, a subfolder of a book,
6182                 or the whole addressbook by using "Any"). Re-used there
6183                 some pref_matcher widgets and mechanisms to match a subset
6184                 of the addressbook.
6185
6186 2006-12-15 [wwp]        2.6.1cvs40
6187
6188         * src/wizard.c
6189         * src/common/plugin.c
6190         * src/common/plugin.h
6191         * src/gtk/about.c
6192         * src/plugins/bogofilter/bogofilter.c
6193         * src/plugins/clamav/clamav_plugin.c
6194         * src/plugins/demo/demo.c
6195         * src/plugins/dillo_viewer/dillo_viewer.c
6196         * src/plugins/pgpcore/plugin.c
6197         * src/plugins/pgpinline/plugin.c
6198         * src/plugins/pgpmime/plugin.c
6199         * src/plugins/spamassassin/spamassassin.c
6200         * src/plugins/trayicon/trayicon.c
6201                 factorize some translatable strings (plugins-related),
6202                 fix missing punctuation in several places,
6203                 remove useless translatable \n in about.c,
6204                 and factorize plugin init code w/ a new function
6205                 check_plugin_version() in common/plugin.c.
6206                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6207
6208 2006-12-15 [wwp]        2.6.1cvs39
6209
6210         * src/plugins/bogofilter/bogofilter.c
6211         * src/plugins/bogofilter/bogofilter_gtk.c
6212                 flag whitelisted spams as spam, but don't filter it to the spam
6213                 folder. Thanks to Colin.
6214
6215 2006-12-15 [ticho]      2.6.1cvs38
6216
6217         * src/plugins/bogofilter/bogofilter.c
6218         * src/plugins/bogofilter/bogofilter.h
6219         * src/plugins/bogofilter/bogofilter_gtk.c
6220                 Add option to whitelist senders found in addressbook. Patch by colin.
6221
6222 2006-12-15 [paul]       2.6.1cvs37
6223
6224         * src/folderview.c
6225                 add missing #include "log.h"
6226
6227 2006-12-15 [paul]       2.6.1cvs36
6228
6229         * src/plugins/bogofilter/bogofilter.c
6230         * src/plugins/bogofilter/bogofilter.h
6231         * src/plugins/bogofilter/bogofilter_gtk.c
6232                 Add an option to allow inserting an
6233                 X-Claws-Bogosity header (on MH folders
6234                 only). Patch by Colin
6235
6236 2006-12-14 [colin]      2.6.1cvs35
6237
6238         * src/main.c
6239                 "Yes" should be the default choice for
6240                 migration configuration
6241
6242 2006-12-14 [paul]       2.6.1cvs34
6243
6244         * src/prefs_summaries.c
6245         * manual/advanced.xml
6246                 Unhide mark_as_read_delay
6247
6248 2006-12-14 [paul]       2.6.1cvs33
6249
6250         * src/messageview.c
6251         * src/messageview.h
6252         * src/mimeview.c
6253         * src/mimeview.h
6254         * src/summaryview.c
6255         * src/textview.c
6256         * src/textview.h
6257                 Fix printing of selection
6258                 Fix printing of message parts
6259                 Fix printing of images
6260         * src/gtk/gtksourceprintjob.c
6261                 Fix page count when there are images
6262
6263 2006-12-14 [wwp]        2.6.1cvs32
6264
6265         * src/mainwindow.c
6266         * src/summaryview.c
6267         * src/summaryview.h
6268         * src/gtk/quicksearch.c
6269                 fix quicksearch 'magnify' button status when QS is closed
6270                 using the Escape key, thanks to Colin.
6271
6272 2006-12-14 [wwp]        2.6.1cvs31
6273
6274         * src/mainwindow.c
6275         * src/summaryview.c
6276         * src/summaryview.h
6277         * src/gtk/quicksearch.c
6278                 fix quicksearch 'magnify' button status when QS is closed
6279                 using the Escape key, thanks to Colin.
6280
6281 2006-12-13 [colin]      2.6.1cvs30
6282
6283         * src/ldapquery.c
6284         * src/ldaputil.c
6285                 Use the binary safe version of ldap_get_values,
6286                 to make sure we manipulate null-terminated 
6287                 strings. Maybe fixes bug 1075, 'claws mail 
6288                 segfault when completing ldap adresses'
6289         * src/syldap.c ** REMOVED **
6290         * src/syldap.h ** REMOVED **
6291                 Remove dead files
6292
6293 2006-12-13 [mones]      2.6.1cvs29
6294
6295         * po/es.po
6296                 Fixed piped strings, fixed click translation
6297
6298 2006-12-13 [paul]       2.6.1cvs28
6299
6300         * src/main.c
6301                 don't translate these strings
6302
6303 2006-12-13 [paul]       2.6.1cvs27
6304
6305         * po/en_GB.po
6306                 updated
6307
6308 2006-12-13 [colin]      2.6.1cvs26
6309
6310         * src/main.c
6311         * src/main.h
6312                 Add claws_is_starting()
6313
6314 2006-12-13 [mones]      2.6.1cvs25
6315
6316         * manual/es/advanced.xml
6317         * po/es.po
6318                 Synced manual and updated translation
6319
6320 2006-12-12 [colin]      2.6.1cvs24
6321
6322         * src/wizard.c
6323                 Add an option to use STARTTLS in the
6324                 welcome wizard. Fixes bug 1080, 
6325                 'Using SSL option in wizard for incoming 
6326                 server does not activate SSL with STARTTLS'
6327
6328 2006-12-12 [colin]      2.6.1cvs23
6329
6330         * src/main.c
6331                 Don't exit when there's an incomplete
6332                 mailbox configured - leaves a chance 
6333                 to fix a failing IMAP account. Exit
6334                 if no mailbox at all is loaded (case
6335                 of missing plugin).
6336                 Completes bug 1077's fix (I was wrong
6337                 in this bug's comment #3).
6338
6339 2006-12-12 [colin]      2.6.1cvs22
6340
6341         * src/gtk/menu.h
6342                 Add another menu data type
6343         * src/prefs_account.c
6344                 Complete the completion of bug 1076
6345                 (doesn't lose the pref on apply)
6346
6347 2006-12-12 [paul]       2.6.1cvs21
6348
6349         * src/prefs_account.c
6350                 complete the fix of bug 1076
6351                 also be more verbose with the text
6352
6353 2006-12-12 [paul]       2.6.1cvs20
6354
6355         * src/gtk/combobox.c
6356                 fix compilation warning
6357
6358 2006-12-11 [colin]      2.6.1cvs19
6359
6360         * src/wizard.c
6361                 Document :port in server entry tooltips
6362
6363 2006-12-11 [colin]      2.6.1cvs18
6364
6365         * src/main.c
6366                 Fix compile
6367
6368 2006-12-11 [colin]      2.6.1cvs17
6369
6370         * src/main.c
6371                 Add failing IMAP as a reason for no
6372                 mailbox
6373
6374 2006-12-11 [colin]      2.6.1cvs16
6375
6376         * src/prefs_account.c
6377                 Check for existence of inbox for local
6378                 accounts too
6379         * src/wizard.c
6380                 Allow setting the port to use for servers
6381                 by using the usual "server.example.com:port"
6382                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6383                 not start when IMAP server is unavailable'
6384
6385 2006-12-11 [colin]      2.6.1cvs15
6386
6387         * src/prefs_account.c
6388                 Prevent use of non-existing default inbox
6389
6390 2006-12-11 [colin]      2.6.1cvs14
6391
6392         * src/prefs_account.c
6393                 Fix sensitivity. Fixes bug 1076, 'privacy 
6394                 options are displayed even when pgp plugin 
6395                 not loaded / available'
6396
6397 2006-12-09 [colin]      2.6.1cvs13
6398
6399         * manual/advanced.xml
6400         * src/prefs_common.c
6401         * src/prefs_common.h
6402         * src/common/ssl_certificate.c
6403                 Add a new hidden preference, 'unsafe_ssl_certs',
6404                 which allows to store multiple certificates per
6405                 server/port. This is disabled by default because
6406                 it's less secure (presenting a new certificate
6407                 instead of a changed one raises less alarms).
6408                 This will cause Claws to ask about an unknown
6409                 certificate for people who have used 2.6.1cvs8
6410                 or greater.
6411
6412 2006-12-09 [colin]      2.6.1cvs12
6413
6414         * src/action.c
6415                 Fix cache updating after action
6416
6417 2006-12-07 [wwp]        2.6.1cvs11
6418
6419         * src/compose.c
6420                 fix email address comparison when replying to all
6421                 (avoid replying to ourselves), thanks to Colin.
6422
6423 2006-12-06 [paul]       2.6.1cvs10
6424
6425         * src/addrharvest.c
6426         * src/editldap.c
6427         * src/expldifdlg.c
6428         * src/news.c
6429         * src/toolbar.c
6430         * src/common/utils.c
6431                 ...and more renaming
6432                 Thanks to Colin
6433
6434 2006-12-06 [paul]       2.6.1cvs9
6435
6436         * src/compose.c
6437         * src/messageview.c
6438         * src/procheader.c
6439         * src/procmime.c
6440         * src/procmsg.c
6441         * src/textview.c
6442                 more renaming
6443                 Thanks to Colin
6444
6445 2006-12-06 [colin]      2.6.1cvs8
6446
6447         * src/ssl_manager.c
6448         * src/common/ssl_certificate.c
6449         * src/common/ssl_certificate.h
6450                 Handle multiple certificates per host/port
6451
6452 2006-12-06 [colin]      2.6.1cvs7
6453
6454         * src/etpan/imap-thread.c
6455                 Fix certificate checking on IMAP
6456
6457 2006-12-06 [colin]      2.6.1cvs6
6458
6459         * src/folderview.c
6460                 Fix bug 1072, 'Claws stops fetching newsgroups 
6461                 from server when newsgroup got deleted': continue
6462                 checking other groups
6463
6464 2006-12-05 [wwp]        2.6.1cvs5
6465
6466         * src/message_search.c
6467         * src/summary_search.c
6468         * src/gtk/combobox.c
6469         * src/gtk/combobox.h
6470         * src/gtk/gtkutils.c
6471         * src/gtk/gtkutils.h
6472                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6473                 behave like w/ old comboboxes (summary and message search only).
6474
6475 2006-12-05 [paul]       2.6.1cvs4
6476
6477         * src/wizard.c
6478                 encode headers
6479                 Thanks to Colin
6480
6481 2006-12-05 [paul]       2.6.1cvs3
6482
6483         * tools/README
6484         * tools/textviewer.pl
6485                 script updated and description added
6486
6487 2006-12-04 [colin]      2.6.1cvs2
6488
6489         * src/compose.c
6490                 Run pre-send hook only when checking
6491                 everything
6492
6493 2006-12-04 [paul]       2.6.1cvs1
6494
6495         * NEWS
6496         * README
6497         * RELEASE_NOTES
6498         * configure.ac
6499         * tools/README
6500                 bump up version number following stable release
6501
6502 2006-12-04 [paul]       2.6.0cvs83
6503
6504         * README
6505                 updates and corrections
6506
6507 2006-12-04 [colin]      2.6.0cvs82
6508
6509         * src/common/utils.c
6510                 Probably fix bug 1066, 'Incorrect mailbox 
6511                 size displayed'
6512
6513 2006-12-04 [colin]      2.6.0cvs81
6514
6515         * src/common/utils.c
6516                 Trim tabs from mailcap file too.
6517
6518 2006-12-02 [paul]       2.6.0cvs80
6519
6520         * src/exphtmldlg.c
6521                 fix broken GUI under certain languages
6522         * src/expldifdlg.c
6523                 put the Cancel button to the right
6524
6525 2006-12-01 [paul]       2.6.0cvs79
6526
6527         * tools/Makefile.am
6528                 remove reference to removed file
6529
6530 2006-12-01 [wwp]        2.6.0cvs78
6531
6532         * src/addressbook.c
6533         * src/editaddress.c
6534                 remove forgotten debug statements.
6535
6536 2006-12-01 [wwp]        2.6.0cvs77
6537
6538         * manual/advanced.xml
6539         * manual/fr/advanced.xml
6540         * src/addressbook.c
6541         * src/addressbook.h
6542         * src/addressitem.h
6543         * src/editaddress.c
6544         * src/editaddress.h
6545         * src/prefs_common.c
6546         * src/prefs_common.h
6547         * src/gtk/gtkutils.c
6548         * src/gtk/gtkutils.h
6549                 add a hidden option to allow embedding the editaddress (edit contact details)
6550                 dialog into the addressbook's window. This doesn't change the default
6551                 behaviour.
6552
6553 2006-12-01 [wwp]        2.6.0cvs76
6554
6555         * src/message_search.c
6556         * src/summary_search.c
6557                 fix more focus issues (don't set focus to combobox's entry widget when
6558                 entry's value changed, if entry widget has focus already).
6559
6560 2006-12-01 [wwp]        2.6.0cvs75
6561
6562         * src/gtk/quicksearch.c
6563                 revert last changes to the quicksearch gtk_combo_box, this needs more
6564                 tuning and testing.
6565
6566 2006-12-01 [paul]       2.6.0cvs74
6567
6568         * tools/kdeservicemenu/README
6569         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6570         * tools/kdeservicemenu/install.sh
6571         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6572         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6573                 simplify this stuff, and in so doing,
6574                 fix it. (possibly re-extend it again at
6575                 a later date)
6576
6577 2006-12-01 [wwp]        2.6.0cvs73
6578
6579         * src/gtk/quicksearch.c
6580                 adapt quicksearch code to use modern gtk_combo_box'es.
6581
6582 2006-12-01 [wwp]        2.6.0cvs72
6583
6584         * src/common/defs.h
6585         * src/prefs_common.c
6586         * src/prefs_common.h
6587         * src/message_search.c
6588         * src/summary_search.c
6589         * src/gtk/combobox.c
6590         * src/gtk/combobox.h
6591                 add history combos to all message and summary search fields.
6592
6593 2006-12-01 [wwp]        2.6.0cvs71
6594
6595         * src/summaryview.c
6596                 As the list may change while the mark as read delay
6597                 runs, we can't rely on the 'row' pointer, which can
6598                 be invalid when the timeout is called. As the mark
6599                 as read is only done if the message is still selected,
6600                 use summaryview->selected instead. Thanks to Colin.
6601
6602 2006-11-30 [paul]       2.6.0cvs70
6603
6604         * src/textview.c
6605                 give emphasis to "Sylpheed-Claws"
6606                 as well as "Claws Mail"
6607
6608 2006-11-30 [colin]      2.6.0cvs69
6609
6610         * src/wizard.c
6611                 Put the SSL checkboxes in the receiving
6612                 and sending server pages.
6613
6614 2006-11-29 [colin]      2.6.0cvs68
6615
6616         * src/gtk/gtkutils.c
6617         * src/gtk/gtkvscrollbutton.c
6618                 Revert some deprecated fixes - they seem to
6619                 deprecate stuff as soon as a new one gets out.
6620                 g_object_ref_sink needed glib-2.10.
6621
6622 2006-11-29 [colin]      2.6.0cvs67
6623
6624         * src/common/utils.c
6625                 Create .mailcap if it doesn't exist
6626
6627 2006-11-29 [colin]      2.6.0cvs66
6628
6629         * src/compose.c
6630                 Followup to cvs60: use original list
6631                 of recipients if replying to a mail
6632                 in Sent Drafts or Queue.
6633
6634 2006-11-27 [paul]       2.6.0cvs65
6635
6636         * src/image_viewer.c
6637                 revert the last change for now (it's broken)
6638
6639 2006-11-27 [paul]       2.6.0cvs64
6640
6641         * Makefile.am
6642         * configure.ac
6643         * m4/aclocal-include.m4
6644         * m4/check-type.m4
6645         * src/Makefile.am
6646         * src/addr_compl.c
6647         * src/compose.c
6648         * src/crash.c
6649         * src/export.c
6650         * src/exporthtml.c
6651         * src/exportldif.c
6652         * src/imap.c
6653         * src/import.c
6654         * src/main.c
6655         * src/main.h
6656         * src/matcher.c
6657         * src/mimeview.c
6658         * src/procmsg.c
6659         * src/textview.c
6660         * src/common/Makefile.am
6661         * src/common/claws.c
6662         * src/common/claws.h
6663         * src/common/ssl.c
6664         * src/common/sylpheed.c
6665         * src/common/sylpheed.h
6666         * src/etpan/Makefile.am
6667         * src/gtk/Makefile.am
6668         * src/gtk/claws-marshal.list
6669         * src/gtk/filesel.c
6670         * src/gtk/gtksctree.c
6671         * src/gtk/quicksearch.c
6672         * src/gtk/sylpheed-marshal.list
6673         * src/plugins/bogofilter/bogofilter.c
6674         * src/plugins/bogofilter/bogofilter_gtk.c
6675         * src/plugins/clamav/clamav_plugin.c
6676         * src/plugins/clamav/clamav_plugin_gtk.c
6677         * src/plugins/demo/demo.c
6678         * src/plugins/dillo_viewer/dillo_viewer.c
6679         * src/plugins/pgpcore/Makefile.am
6680         * src/plugins/pgpcore/claws.def
6681         * src/plugins/pgpcore/pgp_viewer.c
6682         * src/plugins/pgpcore/plugin.c
6683         * src/plugins/pgpcore/sylpheed.def
6684         * src/plugins/pgpinline/Makefile.am
6685         * src/plugins/pgpinline/claws.def
6686         * src/plugins/pgpinline/plugin.c
6687         * src/plugins/pgpinline/sylpheed.def
6688         * src/plugins/pgpmime/Makefile.am
6689         * src/plugins/pgpmime/claws.def
6690         * src/plugins/pgpmime/plugin.c
6691         * src/plugins/pgpmime/sylpheed.def
6692         * src/plugins/spamassassin/spamassassin.c
6693         * src/plugins/spamassassin/spamassassin_gtk.c
6694         * src/plugins/trayicon/trayicon.c
6695                 yet more renaming
6696                 remove deprecated gtk_tooltips_set_delay()
6697
6698 2006-11-26 [paul]       2.6.0cvs63
6699
6700         * src/expldifdlg.c
6701         * src/folderview.c
6702         * src/image_viewer.c
6703         * src/mainwindow.c
6704         * src/gtk/gtkutils.c
6705         * src/gtk/gtkvscrollbutton.c
6706         * src/gtk/prefswindow.c
6707         * src/plugins/pgpcore/prefs_gpg.c
6708                 replace more deprecated GTK+ functions
6709
6710 2006-11-26 [paul]       2.6.0cvs62
6711
6712         * src/addr_compl.c
6713         * src/addressbook.c
6714         * src/browseldap.c
6715                 replace deprecated gtk_idle_... functions
6716
6717 2006-11-26 [paul]       2.6.0cvs61
6718
6719         * src/compose.c
6720         * src/folderview.c
6721         * src/inc.c
6722         * src/summaryview.c
6723         * src/gtk/gtkvscrollbutton.c
6724         * src/gtk/quicksearch.c
6725         * src/plugins/pgpcore/passphrase.c
6726                 replace deprecated gtk_timeout_add and
6727                 gtk_timeout_remove
6728
6729 2006-11-26 [paul]       2.6.0cvs60
6730
6731         * src/compose.c
6732                 fix bug that caused the wrong recipient
6733                 to be selected when replying to a msg
6734                 which is From one of our accounts to
6735                 another of our accounts
6736
6737 2006-11-25 [paul]       2.6.0cvs59
6738
6739         * src/summaryview.c
6740                 don't change the From column title to
6741                 To if the To column is visible
6742
6743 2006-11-24 [paul]       2.6.0cvs58
6744
6745         * src/compose.c
6746                 fix bug 1069, 'Sent mails disappear, BCC
6747                 or locking problem?'
6748
6749 2006-11-21 [wwp]        2.6.0cvs57
6750
6751         * src/compose.c
6752                 fix spelling menu when replying (same as 2.3.1cvs39):
6753                 discrepancy between context menu and top menu when
6754                 folder's dictionary isn't the default one.
6755
6756 2006-11-19 [paul]       2.6.0cvs56
6757
6758         * src/summaryview.c
6759                 obey always_show_msg option when
6760                 marking as spam
6761         * src/plugins/bogofilter/bogofilter.c
6762                 fix typo
6763
6764 2006-11-18 [paul]       2.6.0cvs55
6765
6766         * AUTHORS
6767         * README
6768         * debian/copyright
6769         * manual/ack.xml
6770         * manual/es/ack.xml
6771         * manual/fr/ack.xml
6772         * manual/pl/ack.xml
6773         * src/gtk/authors.h
6774         * src/gtk/icon_legend.c
6775         * src/gtk/icon_legend.h
6776         * tools/OOo2claws-mail.pl
6777         * tools/README
6778         * tools/acroread2claws-mail.pl
6779         * tools/claws.i18n.status.pl
6780         * tools/filter_conv.pl
6781         * tools/filter_conv_new.pl
6782         * tools/freshmeat_search.pl
6783         * tools/google_search.pl
6784         * tools/kmail2claws-mail.pl
6785         * tools/kmail2claws-mail_v2.pl
6786         * tools/maildir2claws-mail.pl
6787         * tools/make.themes.project
6788         * tools/multiwebsearch.pl
6789         * tools/outlook2claws-mail.pl
6790         * tools/tb2claws-mail
6791         * tools/kdeservicemenu/README
6792         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6793                 update mine and wwp's email addresses in
6794                 several places
6795                 Patch by wwp
6796         * src/prefs_compose_writing.c
6797                 set sensitivity on 'new message format' frame
6798
6799 2006-11-17 [paul]       2.6.0cvs54
6800
6801         * src/gtk/about.c
6802                 more reworking of the GUI
6803                 Patch by Fabien Vantard
6804
6805 2006-11-16 [paul]       2.6.0cvs53
6806
6807         * src/gtk/about.c
6808                 set a minimum size for the window, allow
6809                 it to automatically expand as necessary
6810
6811 2006-11-16 [wwp]        2.6.0cvs52
6812
6813         * src/gtk/about.c
6814                 better wrap of copyright info on some systems.
6815
6816 2006-11-16 [paul]       2.6.0cvs51
6817
6818         * src/gtk/about.c
6819                 move the tech info from the upper panel
6820                 to the Info tab
6821                 use a gtk_text_view for the features tab
6822
6823 2006-11-16 [paul]       2.6.0cvs50
6824
6825         * po/Makevars
6826                 update my email address
6827         * src/addressbook.c
6828         * src/compose.c
6829         * src/imap_gtk.c
6830         * src/mh_gtk.c
6831         * src/news_gtk.c
6832         * src/summaryview.c
6833         * src/plugins/trayicon/trayicon.c
6834                 don't offer simple menu separators
6835                 for translation
6836         * src/folderview.c
6837                 add separator between 'mark all read'
6838                 and 'search folder'
6839
6840 2006-11-15 [wwp]        2.6.0cvs49
6841
6842         * src/gtk/authors.h
6843                 updated manuals authors.
6844
6845 2006-11-14 [paul]       2.6.0cvs48
6846
6847         * src/compose.c
6848                 Fix Options/Reply mode after draft save
6849
6850 2006-11-14 [paul]       2.6.0cvs47
6851
6852         * src/Makefile.am
6853                 Fix make DESTDIR=...
6854         * src/mbox.c
6855                 Optimise speed
6856         * src/plugins/pgpinline/pgpinline.c
6857                 Probably fix bug 1061
6858
6859 2006-11-14 [paul]       2.6.0cvs46
6860
6861         * po/Makevars
6862                 enable Q_ macro
6863         * src/Makefile.am
6864         * src/stock_pixmap.c
6865         * src/stock_pixmap.h
6866         * src/gtk/about.c
6867         * src/pixmaps/active.xpm
6868         * src/pixmaps/inactive.xpm
6869                 add a new page, 'Features', to the About dialog
6870                 showing which features are compiled in and which
6871                 are not
6872
6873 2006-11-14 [paul]       2.6.0cvs45
6874
6875         * po/ru.po
6876                 updated by Pavlo Bohmat
6877
6878 2006-11-14 [colin]      2.6.0cvs44
6879
6880         * src/compose.c
6881         * src/inc.c
6882         * src/messageview.c
6883         * src/news.c
6884         * src/pop.c
6885         * src/procmsg.c
6886         * src/gtk/gtkaspell.c
6887                 Fix 64-bit-related warnings
6888         * src/ssl_manager.c
6889                 Fix possible infinite loop
6890         * src/plugins/pgpcore/sgpgme.c
6891                 Remove useless check
6892
6893 2006-11-13 [colin]      2.6.0cvs43
6894
6895         * src/gtk/Makefile.am
6896                 authors.h isn't generated
6897
6898 2006-11-13 [colin]      2.6.0cvs42
6899
6900         * src/plugins/pgpinline/pgpinline.c
6901         * src/plugins/pgpmime/pgpmime.c
6902                 Very probably fix bug 1061, 'crash on 
6903                 opening signed email'. Another cast
6904                 problem
6905
6906 2006-11-13 [colin]      2.6.0cvs41
6907
6908         * src/plugins/pgpcore/sgpgme.c
6909                 Maybe fix bug 1061, 'crash on opening 
6910                 signed email'
6911
6912 2006-11-13 [wwp]        2.6.0cvs40
6913
6914         * src/plugins/pgpinline/pgpinline.c
6915                 fix candidate for bug #1057, thanks to Colin.
6916
6917 2006-11-13 [wwp]        2.6.0cvs39
6918
6919         * src/compose.c
6920         * src/quote_fmt_parse.y
6921                 fix bug 1052: current parser buffer was not always 
6922                 allocated, ptr to this buffer could be returned as 
6923                 NULL whereas no parser error has occurred. in 
6924                 consequence, defining a template body as "%d" 
6925                 (w/o the quotes) for the first time of the instance 
6926                 of claws-mail, was reporting a parser error. make 
6927                 sure that the buffer is always allocated, even to 
6928                 an empty string.
6929                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6930                 unescaping of the fmt string was always done 
6931                 whereas it must be done *only* when receiving 
6932                 quote format strings issued from the prefs 
6933                 (compose new message, reply, forward, redirect 
6934                 formats), *not* when applying templates.  in 
6935                 consequences, applying templates w/ sequences 
6936                 like \\|p{echo} were failing. make sure that 
6937                 unescaping is done only when necessary.
6938
6939 2006-11-12 [colin]      2.6.0cvs38
6940
6941         * po/de.po
6942                 Fix typo (s/KB/MB)
6943
6944 2006-11-12 [colin]      2.6.0cvs37
6945
6946         * src/plugins/pgpinline/pgpinline.c
6947         * src/plugins/pgpmime/pgpmime.c
6948                 Release GPG context at the latest 
6949                 possible moment. Maybe fixes 
6950                 bug 1057, 'crash on sending signed 
6951                 message to a newsgroup'
6952                 
6953
6954 2006-11-12 [colin]      2.6.0cvs36
6955
6956         * src/plugins/pgpcore/sgpgme.c
6957                 Tell a bit more when gpg's status doesn't
6958                 contain any signature
6959
6960 2006-11-12 [colin]      2.6.0cvs35
6961
6962         * src/compose.c
6963                 Fix bug 1060, 'compilation error with 
6964                 Irix's cc'
6965
6966 2006-11-12 [paul]       2.6.0cvs34
6967
6968         * doc/man/claws-mail.1
6969         * src/prefs_gtk.c
6970         * src/plugins/clamav/README
6971         * src/plugins/spamassassin/README
6972         * tools/README
6973         * tools/freshmeat_search.pl
6974         * tools/google_search.pl
6975         * tools/multiwebsearch.pl
6976                 more renaming
6977         * src/plugins/trayicon/trayicon.c
6978                 fix compiliation warning
6979
6980 2006-11-11 [colin]      2.6.0cvs33
6981
6982         * src/folderview.c
6983                 Forbid drag and drop from/to different
6984                 folders of type F_UNKNOWN
6985
6986 2006-11-11 [colin]      2.6.0cvs32
6987
6988         * src/plugins/pgpinline/pgpinline.c
6989                 Fix typo in previous commit:
6990                 - gpgme_new(&ctx);
6991                 + if ((err = gpgme_new(&data->ctx)) ...)
6992
6993 2006-11-11 [colin]      2.6.0cvs31
6994
6995         * src/plugins/pgpinline/pgpinline.c
6996         * src/plugins/pgpmime/pgpmime.c
6997                 Check success after calling gpgme_new
6998                 Maybe fixes bug 1057, 'crash on sending 
6999                 signed message to a newsgroup'
7000
7001 2006-11-11 [colin]      2.6.0cvs30
7002
7003         * src/undo.c
7004                 init undostruct to 0s (from
7005                 valgrind log of bug 1057)
7006
7007 2006-11-10 [colin]      2.6.0cvs29
7008
7009         * src/mainwindow.c
7010                 Set cursor to wait before filtering
7011                 duplicates in all folders
7012         * src/plugins/bogofilter/bogofilter.c
7013         * src/plugins/bogofilter/bogofilter.h
7014         * src/plugins/bogofilter/bogofilter_gtk.c
7015                 Completely thread away the bogofilter
7016                 filtering
7017
7018 2006-11-10 [mones]      2.6.0cvs28
7019
7020         * src/compose.c
7021         * src/compose.h
7022                 added COMPOSE_CHECK_BEFORE_SEND hook
7023
7024 2006-11-10 [paul]       2.6.0cvs27
7025
7026         * src/crash.c
7027                 more renaming
7028                 add libSM to get_compiled_in_features()
7029         * src/main.c
7030                 more renaming
7031
7032 2006-11-10 [colin]      2.6.0cvs26
7033
7034         * src/etpan/imap-thread.c
7035                 Add a reference to libetpan's sasl engine
7036                 so that sasl_done() doesn't get called by
7037                 libetpan, and doesn't break openssl.
7038                 Should fix bug 1053, 'SC fails to reestablish 
7039                 a secure connection'
7040                 Patch by Hoa
7041
7042 2006-11-10 [colin]      2.6.0cvs25
7043
7044         * manual/addrbook.xml
7045         * manual/advanced.xml
7046         * manual/faq.xml
7047         * manual/intro.xml
7048                 Some more renaming
7049
7050 2006-11-09 [colin]      2.6.0cvs24
7051
7052         * src/plugins/bogofilter/bogofilter_gtk.c
7053                 Add comment about annoyance
7054
7055 2006-11-09 [colin]      2.6.0cvs23
7056
7057         * src/plugins/bogofilter/bogofilter.c
7058         * src/plugins/bogofilter/bogofilter_gtk.c
7059                 Prepare things needed to thread bogofilter
7060                 filtering: separate bogo stuff and possible GUI
7061                 stuff. 
7062
7063 2006-11-09 [colin]      2.6.0cvs22
7064
7065         * src/account.c
7066         * src/compose.c
7067                 Search for one of our accounts in Delivered-To
7068                 (helps for auto-account selection when 
7069                  replying/forwarding)
7070         * src/folderview.c
7071         * src/mainwindow.c
7072         * src/mainwindow.h
7073         * src/plugins/trayicon/trayicon.c
7074                 Allow opening a new mail with any account from
7075                 the contextual menu
7076
7077 2006-11-09 [wwp]        2.6.0cvs21
7078
7079         * src/compose.c
7080         * src/prefs_common.c
7081         * src/prefs_common.h
7082         * src/prefs_compose_writing.c
7083                 add a compose new message format (in prefs/compose/writing), it's a
7084                 simple subject+body template to use when opening a new composition
7085                 window. It's similar to the existent reply and forward formats.
7086
7087                 enhanced the template/format % symbols substitution mechanism to
7088                 use current composition window information when % are used in
7089                 the compose new message format or in templates applied to new
7090                 messages (there were useless in that situations before). When
7091                 applied to new messages, %d corresponds to the system time/date.
7092
7093 2006-11-09 [paul]       2.6.0cvs20
7094
7095         * src/gtk/authors.h
7096                 fix last commit
7097
7098 2006-11-09 [paul]       2.6.0cvs19
7099
7100         * src/gtk/authors.h
7101                 keep tje alphabetical order
7102
7103 2006-11-08 [colin]      2.6.0cvs18
7104
7105         * src/etpan/imap-thread.c
7106                 Fix bug 1054, 'Slowness logging big 
7107                 data chunks'
7108
7109 2006-11-08 [paul]       2.6.0cvs17
7110
7111         * tools/Makefile.am
7112                 fix the renaming
7113
7114 2006-11-08 [paul]       2.6.0cvs16
7115
7116         * src/common/defs.h
7117                 update BUGZILLA_URI
7118
7119 2006-11-08 [paul]       2.6.0cvs15
7120
7121         * tools/Makefile.am
7122         * tools/OOo2claws-mail.pl
7123         * tools/OOo2sylpheed.pl
7124         * tools/README
7125         * tools/acroread2claws-mail.pl
7126         * tools/acroread2sylpheed.pl
7127         * tools/kmail2claws-mail.pl
7128         * tools/kmail2claws-mail_v2.pl
7129         * tools/kmail2sylpheed.pl
7130         * tools/kmail2sylpheed_v2.pl
7131         * tools/maildir2claws-mail.pl
7132         * tools/maildir2sylpheed.pl
7133         * tools/nautilus2claws-mail.sh
7134         * tools/nautilus2sylpheed.sh
7135         * tools/outlook2claws-mail.pl
7136         * tools/outlook2sylpheed.pl
7137         * tools/tb2claws-mail
7138         * tools/tb2sylpheed
7139         * tools/tbird2claws.py
7140         * tools/tbird2syl.py
7141         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7142         * tools/kdeservicemenu/install.sh
7143         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7144         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7145         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7146         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7147         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7148                 renamed (removed, added) tools files
7149
7150 2006-11-08 [paul]       2.6.0cvs14
7151
7152         * src/main.c
7153         * src/common/defs.h
7154                 Migrate sylpheedrc to clawsrc, and fix the standard
7155                 plugins path in the process
7156
7157 2006-11-07 [colin]      2.6.0cvs13
7158
7159         * src/Makefile.am
7160                 Symlink sylpheed-claws relative to 
7161                 claws-mail
7162
7163 2006-11-07 [colin]      2.6.0cvs12
7164
7165         * src/compose.c
7166                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7167
7168 2006-11-07 [paul]       2.6.0cvs11
7169
7170         * src/gtk/about.c
7171                 Fix a missed occurence of
7172                 Sylpheed-Claws
7173
7174 2006-11-07 [paul]       2.6.0cvs10
7175
7176         * src/Makefile.am
7177                 Fix symlink installation
7178
7179 2006-11-07 [paul]       2.6.0cvs9
7180
7181         * src/Makefile.am
7182                 Symlink claws-mail to sylpheed-claws
7183         * src/common/utils.c
7184                 Fix migrating symlinks
7185         * src/etpan/imap-thread.c
7186                 check certificate only when there's
7187                 no error
7188
7189 2006-11-07 [paul]       2.6.0cvs8
7190
7191         * Makefile.am
7192                 Fix icon breakages with Gtk, which needs a 
7193                 cache updated to see them.
7194
7195 2006-11-07 [paul]       2.6.0cvs7
7196
7197         * .cvsignore
7198         * AUTHORS
7199         * COPYING
7200         * INSTALL
7201         * Makefile.am
7202         * NEWS
7203         * README
7204         * RELEASE_NOTES
7205         * autogen.sh
7206         * claws-mail-128x128.png
7207         * claws-mail-64x64.png
7208         * claws-mail.ico
7209         * claws-mail.pc.in
7210         * claws-mail.png
7211         * configure.ac
7212         * sylpheed-claws-128x128.png
7213         * sylpheed-claws-64x64.png
7214         * sylpheed-claws.desktop
7215         * sylpheed-claws.ico
7216         * sylpheed-claws.pc.in
7217         * sylpheed-claws.png
7218         * debian/README.Debian
7219         * debian/changelog
7220         * debian/claws-mail.desktop
7221         * debian/claws-mail.menu
7222         * debian/claws-mail.postinst.debhelper
7223         * debian/claws-mail.postrm.debhelper
7224         * debian/control
7225         * debian/copyright
7226         * debian/files
7227         * debian/rules
7228         * debian/sylpheed-claws.desktop
7229         * debian/sylpheed-claws.menu
7230         * debian/sylpheed-claws.postinst.debhelper
7231         * debian/sylpheed-claws.postrm.debhelper
7232         * doc/man/Makefile.am
7233         * doc/man/claws-mail.1
7234         * doc/man/sylpheed-claws.1
7235         * doc/src/ChangeLog.claws-pre0.8.0
7236         * manual/Makefile.am
7237         * manual/account.xml
7238         * manual/ack.xml
7239         * manual/addrbook.xml
7240         * manual/advanced.xml
7241         * manual/claws-mail-manual.xml
7242         * manual/faq.xml
7243         * manual/glossary.xml
7244         * manual/handling.xml
7245         * manual/intro.xml
7246         * manual/keyboard.xml
7247         * manual/plugins.xml
7248         * manual/starting.xml
7249         * manual/sylpheed-claws-manual.xml
7250         * manual/xml2pdf
7251         * manual/dist/.cvsignore
7252         * manual/dist/html/.cvsignore
7253         * manual/dist/html/Makefile.am
7254         * manual/dist/pdf/.cvsignore
7255         * manual/dist/pdf/Makefile.am
7256         * manual/dist/ps/.cvsignore
7257         * manual/dist/ps/Makefile.am
7258         * manual/dist/txt/.cvsignore
7259         * manual/dist/txt/Makefile.am
7260         * manual/es/Makefile.am
7261         * manual/es/advanced.xml
7262         * manual/es/claws-mail-manual.xml
7263         * manual/es/faq.xml
7264         * manual/es/glossary.xml
7265         * manual/es/handling.xml
7266         * manual/es/intro.xml
7267         * manual/es/plugins.xml
7268         * manual/es/sylpheed-claws-manual.xml
7269         * manual/es/dist/.cvsignore
7270         * manual/es/dist/html/.cvsignore
7271         * manual/es/dist/html/Makefile.am
7272         * manual/es/dist/pdf/.cvsignore
7273         * manual/es/dist/pdf/Makefile.am
7274         * manual/es/dist/ps/.cvsignore
7275         * manual/es/dist/ps/Makefile.am
7276         * manual/es/dist/txt/.cvsignore
7277         * manual/es/dist/txt/Makefile.am
7278         * manual/fr/Makefile.am
7279         * manual/fr/account.xml
7280         * manual/fr/ack.xml
7281         * manual/fr/addrbook.xml
7282         * manual/fr/advanced.xml
7283         * manual/fr/claws-mail-manual.xml
7284         * manual/fr/faq.xml
7285         * manual/fr/glossary.xml
7286         * manual/fr/handling.xml
7287         * manual/fr/intro.xml
7288         * manual/fr/keyboard.xml
7289         * manual/fr/plugins.xml
7290         * manual/fr/starting.xml
7291         * manual/fr/sylpheed-claws-manual.xml
7292         * manual/fr/dist/.cvsignore
7293         * manual/fr/dist/html/.cvsignore
7294         * manual/fr/dist/html/Makefile.am
7295         * manual/fr/dist/pdf/.cvsignore
7296         * manual/fr/dist/pdf/Makefile.am
7297         * manual/fr/dist/ps/.cvsignore
7298         * manual/fr/dist/ps/Makefile.am
7299         * manual/fr/dist/txt/.cvsignore
7300         * manual/fr/dist/txt/Makefile.am
7301         * manual/pl/Makefile.am
7302         * manual/pl/account.xml
7303         * manual/pl/ack.xml
7304         * manual/pl/addrbook.xml
7305         * manual/pl/advanced.xml
7306         * manual/pl/claws-mail-manual.xml
7307         * manual/pl/faq.xml
7308         * manual/pl/glossary.xml
7309         * manual/pl/handling.xml
7310         * manual/pl/intro.xml
7311         * manual/pl/keyboard.xml
7312         * manual/pl/plugins.xml
7313         * manual/pl/starting.xml
7314         * manual/pl/sylpheed-claws-manual.xml
7315         * manual/pl/dist/.cvsignore
7316         * manual/pl/dist/html/.cvsignore
7317         * manual/pl/dist/html/Makefile.am
7318         * manual/pl/dist/pdf/.cvsignore
7319         * manual/pl/dist/pdf/Makefile.am
7320         * manual/pl/dist/ps/.cvsignore
7321         * manual/pl/dist/ps/Makefile.am
7322         * manual/pl/dist/txt/.cvsignore
7323         * manual/pl/dist/txt/Makefile.am
7324         * po/.cvsignore
7325         * po/Makevars
7326         * src/.cvsignore
7327         * src/Makefile.am
7328         * src/account.c
7329         * src/account.h
7330         * src/action.c
7331         * src/action.h
7332         * src/adbookbase.h
7333         * src/addr_compl.c
7334         * src/addr_compl.h
7335         * src/addrbook.c
7336         * src/addrcache.c
7337         * src/addrcache.h
7338         * src/addrcindex.c
7339         * src/addrcindex.h
7340         * src/addrclip.c
7341         * src/addrclip.h
7342         * src/addrdefs.h
7343         * src/addressadd.c
7344         * src/addressadd.h
7345         * src/addressbook.c
7346         * src/addressbook.h
7347         * src/addressbook_foldersel.c
7348         * src/addressbook_foldersel.h
7349         * src/addrgather.c
7350         * src/addrgather.h
7351         * src/addrharvest.c
7352         * src/addrharvest.h
7353         * src/addrindex.c
7354         * src/addrindex.h
7355         * src/addritem.c
7356         * src/addritem.h
7357         * src/addrquery.c
7358         * src/addrquery.h
7359         * src/addrselect.c
7360         * src/addrselect.h
7361         * src/alertpanel.c
7362         * src/alertpanel.h
7363         * src/browseldap.c
7364         * src/browseldap.h
7365         * src/codeconv.c
7366         * src/codeconv.h
7367         * src/compose.c
7368         * src/crash.c
7369         * src/crash.h
7370         * src/customheader.c
7371         * src/customheader.h
7372         * src/displayheader.c
7373         * src/displayheader.h
7374         * src/editaddress.c
7375         * src/editaddress.h
7376         * src/editbook.c
7377         * src/editbook.h
7378         * src/editgroup.c
7379         * src/editgroup.h
7380         * src/editjpilot.c
7381         * src/editjpilot.h
7382         * src/editldap.c
7383         * src/editldap.h
7384         * src/editldap_basedn.c
7385         * src/editldap_basedn.h
7386         * src/editvcard.c
7387         * src/editvcard.h
7388         * src/exphtmldlg.c
7389         * src/exphtmldlg.h
7390         * src/expldifdlg.c
7391         * src/expldifdlg.h
7392         * src/export.c
7393         * src/exporthtml.c
7394         * src/exporthtml.h
7395         * src/exportldif.c
7396         * src/exportldif.h
7397         * src/filtering.c
7398         * src/filtering.h
7399         * src/folder.c
7400         * src/folder.h
7401         * src/folder_item_prefs.c
7402         * src/folder_item_prefs.h
7403         * src/foldersel.c
7404         * src/foldersel.h
7405         * src/folderutils.c
7406         * src/folderutils.h
7407         * src/folderview.c
7408         * src/folderview.h
7409         * src/grouplistdialog.c
7410         * src/grouplistdialog.h
7411         * src/html.c
7412         * src/html.h
7413         * src/image_viewer.c
7414         * src/image_viewer.h
7415         * src/imap.c
7416         * src/imap.h
7417         * src/imap_gtk.c
7418         * src/imap_gtk.h
7419         * src/import.c
7420         * src/import.h
7421         * src/importldif.c
7422         * src/importldif.h
7423         * src/importmutt.c
7424         * src/importmutt.h
7425         * src/importpine.c
7426         * src/importpine.h
7427         * src/inc.c
7428         * src/inc.h
7429         * src/jpilot.c
7430         * src/jpilot.h
7431         * src/ldapctrl.c
7432         * src/ldapctrl.h
7433         * src/ldaplocate.c
7434         * src/ldaplocate.h
7435         * src/ldapquery.c
7436         * src/ldapquery.h
7437         * src/ldapserver.c
7438         * src/ldapserver.h
7439         * src/ldaputil.c
7440         * src/ldaputil.h
7441         * src/ldif.c
7442         * src/ldif.h
7443         * src/localfolder.c
7444         * src/localfolder.h
7445         * src/main.c
7446         * src/main.h
7447         * src/mainwindow.c
7448         * src/mainwindow.h
7449         * src/manual.c
7450         * src/manual.h
7451         * src/matcher.c
7452         * src/matcher.h
7453         * src/matcher_parser.h
7454         * src/matcher_parser_lex.l
7455         * src/matcher_parser_parse.y
7456         * src/mbox.c
7457         * src/mbox.h
7458         * src/message_search.c
7459         * src/message_search.h
7460         * src/messageview.c
7461         * src/messageview.h
7462         * src/mh.c
7463         * src/mh.h
7464         * src/mh_gtk.c
7465         * src/mh_gtk.h
7466         * src/mimeview.c
7467         * src/mimeview.h
7468         * src/msgcache.c
7469         * src/msgcache.h
7470         * src/mutt.c
7471         * src/mutt.h
7472         * src/news.c
7473         * src/news.h
7474         * src/news_gtk.c
7475         * src/news_gtk.h
7476         * src/noticeview.c
7477         * src/noticeview.h
7478         * src/partial_download.c
7479         * src/partial_download.h
7480         * src/pine.c
7481         * src/pine.h
7482         * src/pop.c
7483         * src/pop.h
7484         * src/prefs_account.c
7485         * src/prefs_account.h
7486         * src/prefs_actions.c
7487         * src/prefs_actions.h
7488         * src/prefs_common.c
7489         * src/prefs_common.h
7490         * src/prefs_compose_writing.c
7491         * src/prefs_compose_writing.h
7492         * src/prefs_customheader.c
7493         * src/prefs_customheader.h
7494         * src/prefs_display_header.c
7495         * src/prefs_display_header.h
7496         * src/prefs_ext_prog.c
7497         * src/prefs_ext_prog.h
7498         * src/prefs_filtering.c
7499         * src/prefs_folder_column.c
7500         * src/prefs_folder_column.h
7501         * src/prefs_folder_item.c
7502         * src/prefs_folder_item.h
7503         * src/prefs_fonts.c
7504         * src/prefs_fonts.h
7505         * src/prefs_gtk.c
7506         * src/prefs_gtk.h
7507         * src/prefs_image_viewer.c
7508         * src/prefs_image_viewer.h
7509         * src/prefs_matcher.c
7510         * src/prefs_matcher.h
7511         * src/prefs_message.c
7512         * src/prefs_message.h
7513         * src/prefs_msg_colors.c
7514         * src/prefs_msg_colors.h
7515         * src/prefs_other.c
7516         * src/prefs_other.h
7517         * src/prefs_quote.c
7518         * src/prefs_quote.h
7519         * src/prefs_receive.c
7520         * src/prefs_receive.h
7521         * src/prefs_send.c
7522         * src/prefs_send.h
7523         * src/prefs_spelling.c
7524         * src/prefs_spelling.h
7525         * src/prefs_summaries.c
7526         * src/prefs_summaries.h
7527         * src/prefs_summary_column.c
7528         * src/prefs_summary_column.h
7529         * src/prefs_template.c
7530         * src/prefs_template.h
7531         * src/prefs_themes.c
7532         * src/prefs_themes.h
7533         * src/prefs_toolbar.c
7534         * src/prefs_toolbar.h
7535         * src/prefs_wrapping.c
7536         * src/prefs_wrapping.h
7537         * src/privacy.c
7538         * src/privacy.h
7539         * src/procheader.c
7540         * src/procheader.h
7541         * src/procmime.c
7542         * src/procmime.h
7543         * src/procmsg.c
7544         * src/procmsg.h
7545         * src/quote_fmt.c
7546         * src/quote_fmt_parse.y
7547         * src/recv.c
7548         * src/recv.h
7549         * src/remotefolder.c
7550         * src/remotefolder.h
7551         * src/send_message.c
7552         * src/send_message.h
7553         * src/setup.c
7554         * src/setup.h
7555         * src/sourcewindow.c
7556         * src/sourcewindow.h
7557         * src/ssl_manager.c
7558         * src/ssl_manager.h
7559         * src/statusbar.c
7560         * src/statusbar.h
7561         * src/stock_pixmap.c
7562         * src/stock_pixmap.h
7563         * src/summary_search.c
7564         * src/summary_search.h
7565         * src/summaryview.c
7566         * src/summaryview.h
7567         * src/syldap.c
7568         * src/syldap.h
7569         * src/textview.c
7570         * src/textview.h
7571         * src/toolbar.c
7572         * src/toolbar.h
7573         * src/undo.c
7574         * src/undo.h
7575         * src/unmime.c
7576         * src/unmime.h
7577         * src/vcard.c
7578         * src/vcard.h
7579         * src/wizard.c
7580         * src/wizard.h
7581         * src/common/base64.c
7582         * src/common/base64.h
7583         * src/common/defs.h
7584         * src/common/hooks.c
7585         * src/common/hooks.h
7586         * src/common/log.c
7587         * src/common/log.h
7588         * src/common/mgutils.c
7589         * src/common/mgutils.h
7590         * src/common/nntp.c
7591         * src/common/nntp.h
7592         * src/common/passcrypt.c
7593         * src/common/passcrypt.h.in
7594         * src/common/plugin.c
7595         * src/common/plugin.h
7596         * src/common/prefs.c
7597         * src/common/prefs.h
7598         * src/common/progressindicator.c
7599         * src/common/progressindicator.h
7600         * src/common/quoted-printable.c
7601         * src/common/quoted-printable.h
7602         * src/common/session.c
7603         * src/common/session.h
7604         * src/common/smtp.c
7605         * src/common/smtp.h
7606         * src/common/socket.c
7607         * src/common/socket.h
7608         * src/common/ssl.c
7609         * src/common/ssl.h
7610         * src/common/stringtable.c
7611         * src/common/stringtable.h
7612         * src/common/sylpheed.c
7613         * src/common/sylpheed.h
7614         * src/common/template.c
7615         * src/common/template.h
7616         * src/common/timing.h
7617         * src/common/utils.c
7618         * src/common/utils.h
7619         * src/common/version.h.in
7620         * src/common/xml.c
7621         * src/common/xml.h
7622         * src/common/xmlprops.c
7623         * src/common/xmlprops.h
7624         * src/gtk/about.c
7625         * src/gtk/colorlabel.c
7626         * src/gtk/colorlabel.h
7627         * src/gtk/colorsel.c
7628         * src/gtk/colorsel.h
7629         * src/gtk/combobox.c
7630         * src/gtk/combobox.h
7631         * src/gtk/description_window.c
7632         * src/gtk/description_window.h
7633         * src/gtk/filesel.c
7634         * src/gtk/filesel.h
7635         * src/gtk/foldersort.c
7636         * src/gtk/foldersort.h
7637         * src/gtk/gtkaspell.c
7638         * src/gtk/gtkaspell.h
7639         * src/gtk/gtksctree.c
7640         * src/gtk/gtkshruler.c
7641         * src/gtk/gtkshruler.h
7642         * src/gtk/gtkutils.c
7643         * src/gtk/gtkutils.h
7644         * src/gtk/icon_legend.c
7645         * src/gtk/icon_legend.h
7646         * src/gtk/logwindow.c
7647         * src/gtk/logwindow.h
7648         * src/gtk/manage_window.c
7649         * src/gtk/manage_window.h
7650         * src/gtk/pluginwindow.c
7651         * src/gtk/pluginwindow.h
7652         * src/gtk/prefswindow.c
7653         * src/gtk/prefswindow.h
7654         * src/gtk/quicksearch.c
7655         * src/gtk/quicksearch.h
7656         * src/pixmaps/claws-mail.xpm
7657         * src/pixmaps/claws-mail_icon.xpm
7658         * src/pixmaps/claws-mail_logo.xpm
7659         * src/pixmaps/sylpheed-claws.xpm
7660         * src/pixmaps/sylpheed-claws_icon.xpm
7661         * src/pixmaps/sylpheed-claws_logo.xpm
7662         * src/plugins/bogofilter/Makefile.am
7663         * src/plugins/bogofilter/bogofilter.c
7664         * src/plugins/bogofilter/bogofilter.h
7665         * src/plugins/bogofilter/bogofilter_gtk.c
7666         * src/plugins/clamav/Makefile.am
7667         * src/plugins/clamav/clamav_plugin.c
7668         * src/plugins/clamav/clamav_plugin.h
7669         * src/plugins/clamav/clamav_plugin_gtk.c
7670         * src/plugins/demo/Makefile.am
7671         * src/plugins/demo/demo.c
7672         * src/plugins/dillo_viewer/Makefile.am
7673         * src/plugins/dillo_viewer/README
7674         * src/plugins/dillo_viewer/dillo_prefs.c
7675         * src/plugins/dillo_viewer/dillo_prefs.h
7676         * src/plugins/dillo_viewer/dillo_viewer.c
7677         * src/plugins/pgpcore/Makefile.am
7678         * src/plugins/pgpcore/passphrase.c
7679         * src/plugins/pgpcore/passphrase.h
7680         * src/plugins/pgpcore/pgp_viewer.c
7681         * src/plugins/pgpcore/pgp_viewer.h
7682         * src/plugins/pgpcore/plugin.c
7683         * src/plugins/pgpcore/prefs_gpg.c
7684         * src/plugins/pgpcore/prefs_gpg.h
7685         * src/plugins/pgpcore/select-keys.c
7686         * src/plugins/pgpcore/select-keys.h
7687         * src/plugins/pgpcore/sgpgme.c
7688         * src/plugins/pgpcore/sgpgme.h
7689         * src/plugins/pgpcore/sylpheed.def
7690         * src/plugins/pgpcore/version.rc
7691         * src/plugins/pgpinline/Makefile.am
7692         * src/plugins/pgpinline/pgpinline.c
7693         * src/plugins/pgpinline/pgpinline.h
7694         * src/plugins/pgpinline/plugin.c
7695         * src/plugins/pgpinline/sylpheed.def
7696         * src/plugins/pgpinline/version.rc
7697         * src/plugins/pgpmime/Makefile.am
7698         * src/plugins/pgpmime/pgpmime.c
7699         * src/plugins/pgpmime/pgpmime.h
7700         * src/plugins/pgpmime/plugin.c
7701         * src/plugins/pgpmime/sylpheed.def
7702         * src/plugins/pgpmime/version.rc
7703         * src/plugins/spamassassin/Makefile.am
7704         * src/plugins/spamassassin/README
7705         * src/plugins/spamassassin/spamassassin.c
7706         * src/plugins/spamassassin/spamassassin.h
7707         * src/plugins/spamassassin/spamassassin_gtk.c
7708         * src/plugins/trayicon/Makefile.am
7709         * src/plugins/trayicon/trayicon.c
7710         * tools/OOo2sylpheed.pl
7711         * tools/README
7712         * tools/README.sylprint
7713         * tools/acroread2sylpheed.pl
7714         * tools/claws.i18n.status.pl
7715         * tools/filter_conv.pl
7716         * tools/filter_conv_new.pl
7717         * tools/freshmeat_search.pl
7718         * tools/google_search.pl
7719         * tools/kmail2sylpheed.pl
7720         * tools/kmail2sylpheed_v2.pl
7721         * tools/make.themes.project
7722         * tools/multiwebsearch.pl
7723         * tools/nautilus2sylpheed.sh
7724         * tools/outlook2sylpheed.pl
7725         * tools/sylprint.pl
7726         * tools/sylprint.rc
7727         * tools/tb2sylpheed
7728         * tools/textviewer.sh
7729         * tools/vcard2xml.py
7730         * tools/kdeservicemenu/README
7731         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7732         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7733         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7734                 Change name to Claws Mail. Announce to follow...
7735
7736 2006-11-06 [wwp]        2.6.0cvs6
7737
7738         * src/prefs_template.c
7739                 unify messages related to quote format/template errors (fix
7740                 capitalization), again.
7741
7742 2006-11-06 [wwp]        2.6.0cvs5
7743
7744         * src/prefs_quote.c
7745                 unify messages related to quote format/template errors.
7746
7747 2006-11-06 [wwp]        2.6.0cvs4
7748
7749         * src/prefs_msg_colors.c
7750                 more uses of Q_ macro for contextual translations, thanks
7751                 to Fabien (fzzzzz).
7752
7753 2006-11-06 [wwp]        2.6.0cvs3
7754
7755         * src/compose.c
7756         * src/common/utils.c
7757         * src/common/utils.h
7758                 show an alertpanel to make sure users are aware that sensitive
7759                 files are attached (it's file blacklist-based). This will fix
7760                 interaction w/ GoogleEarth for instance, thanks to Colin.
7761
7762 2006-11-06 [wwp]        2.6.0cvs2
7763
7764         * src/prefs_quote.c
7765         * src/prefs_template.c
7766         * src/prefs_template.h
7767                 check quote format when applying/closing prefs. For now this only
7768                 shows up an error dialog box, not preventing the user from using
7769                 a broken quote (reply, forwards) format.
7770
7771 2006-11-06 [wwp]        2.6.0cvs1
7772
7773         * src/prefs_template.c
7774                 fix missing checks of some template fields.
7775
7776 2006-11-06 [paul]       2.6.0
7777
7778         * NEWS
7779         * README
7780         * RELEASE_NOTES
7781                 2.6.0 released
7782
7783 2006-11-06 [paul]       2.5.6cvs22
7784
7785         * manual/advanced.xml
7786         * manual/es/advanced.xml
7787                 put 'respect_flowed_format' info in the correct
7788                 place
7789
7790 2006-11-06 [mones]      2.5.6cvs21
7791
7792         * po/es.po
7793                 Minor fixes for release
7794
7795 2006-11-06 [paul]       2.5.6cvs20
7796
7797         * po/cs.po
7798         * po/de.po
7799         * po/fr.po
7800         * po/it.po
7801         * po/nl.po
7802         * po/pt_BR.po
7803         * po/sk.po
7804         * po/sv.po
7805         * po/zh_CN.po
7806                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7807                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7808                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7809                 Young
7810
7811 2006-11-02 [colin]      2.5.6cvs19
7812
7813         * src/imap.c
7814         * src/imap.h
7815         * src/prefs_account.c
7816         * src/etpan/imap-thread.c
7817                 Add GSSAPI support - fixes Debian bug #383274
7818
7819 2006-11-01 [colin]      2.5.6cvs18
7820
7821         * src/jpilot.c
7822                 Handle libpisock12 support. Probably
7823                 fixes bug 1046, 'jpilot AddressDB.pdb 
7824                 import fail'
7825
7826 2006-11-01 [colin]      2.5.6cvs17
7827
7828         * src/folderutils.c
7829                 debug_print() folderutils_mark_all_read()
7830
7831 2006-11-01 [colin]      2.5.6cvs16
7832
7833         * COPYING
7834                 Add missed files to the Apache exception
7835
7836 2006-10-31 [colin]      2.5.6cvs15
7837
7838         * src/folder.c
7839         * src/folder.h
7840                 Add a copy_private_data() func to FolderClasses
7841                 Doesn't break the feature freeze, because we 
7842                 won't use it (right now) in the core.
7843
7844 2006-10-31 [colin]      2.5.6cvs14
7845
7846         * COPYING
7847                 Allow linking with the Apache licensed files in
7848                 src/plugins/spamassassin. Hopefully fixes 
7849                 bug 1048, 'Spamassassin plugin license problem'
7850
7851 2006-10-31 [wwp]        2.5.6cvs13
7852
7853         * src/compose.c
7854                 fix and optimize trimming of leading linefeeds in body loop.
7855
7856 2006-10-31 [colin]      2.5.6cvs12
7857
7858         * src/etpan/imap-thread.c
7859         * src/imap.c
7860                 Make really sure to have NULL sets in case
7861                 of error
7862
7863 2006-10-30 [wwp]        2.5.6cvs11
7864
7865         * src/prefs_common.c
7866         * src/prefs_common.h
7867         * src/compose.c
7868                 fix broken storage of quote format template when it contains \-escape
7869                 sequences. The application of such sequences is also fixed now (\t
7870                 in quote format will be a real tab instead of a 't', for instance).
7871
7872 2006-10-27 [colin]      2.5.6cvs10
7873
7874         * src/compose.c
7875                 Probably fix bug 1045, 'sylpheed-claws 
7876                 doesn't remove the mail from the IMAP 
7877                 Queue folder after sending'. From
7878                 2.5.6cvs3-stable
7879
7880 2006-10-27 [colin]      2.5.6cvs9
7881
7882         * configure.ac
7883                 Require libetpan-0.48. I'm so annoying,
7884                 I know ;-)
7885
7886 2006-10-27 [colin]      2.5.6cvs8
7887
7888         * src/folder.c
7889         * src/imap.c
7890                 Probably fix bug 1044, 'sylpheed-claws 
7891                 segfaults while moving mails' - Fix relation
7892                 usage when moving to an IMAP mailbox from another
7893                 mailbox
7894
7895 2006-10-26 [paul]       2.5.6cvs7
7896
7897         * src/gtk/about.c
7898                 add libSM to compiled-in features
7899                 list
7900
7901 2006-10-24 [colin]      2.5.6cvs6
7902
7903         * src/textview.c
7904         * src/gtk/gtkutils.c
7905                 Fix crash when printing emails with an
7906                 xface
7907
7908 2006-10-24 [mones]      2.5.6cvs5
7909
7910         * manual/es/advanced.xml
7911                 Synchronize hidden option respect_flowed_format
7912         * po/es.po
7913                 Updated translation
7914
7915 2006-10-21 [paul]       2.5.6cvs4
7916
7917         * src/gtk/authors.h
7918         * src/plugins/pgpcore/pgp_viewer.c
7919         * src/plugins/pgpcore/sgpgme.c
7920                 fix building on BSDs
7921                 Thanks to Michael Hughes
7922                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7923
7924 2006-10-20 [colin]      2.5.6cvs3
7925
7926         * configure.ac
7927                 Bump up libetpan requirement
7928                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7929         * src/common/utils.c
7930         * src/common/utils.h
7931                 Add convenience get_file_mtime()
7932         * src/imap.c
7933         * src/etpan/imap-thread.c
7934         * src/etpan/imap-thread.h
7935                 Implement UIDPLUS support if the server
7936                 supports it - faster sending in this case
7937
7938 2006-10-19 [colin]      2.5.6cvs2
7939
7940         * src/gtk/quicksearch.c
7941                 Fix emptying in type-ahead+extended mode
7942         * src/mainwindow.c
7943         * src/mainwindow.h
7944                 Add a hook for offline state change
7945         * src/plugins/trayicon/trayicon.c
7946                 Use it to display offline icons
7947         * src/plugins/trayicon/Makefile.am
7948         * src/plugins/trayicon/newmail.offline.xpm
7949         * src/plugins/trayicon/newmarkedmail.offline.xpm
7950         * src/plugins/trayicon/nomail.offline.xpm
7951         * src/plugins/trayicon/unreadmail.offline.xpm
7952         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7953                 Add the icons
7954
7955 2006-10-12 [paul]       2.5.6cvs1
7956
7957         * NEWS
7958         * README
7959         * configure.ac
7960                 Update version number following
7961                 stable release
7962
7963 2006-10-19 [colin]      2.5.5cvs18
7964
7965         * manual/handling.xml
7966                 Add type-ahead search
7967
7968 2006-10-18 [colin]      2.5.5cvs17
7969
7970         * src/gtk/quicksearch.c
7971                 Remove "save to history only if there's
7972                 no syntax error", it breaks for some 
7973                 reason which I'll investigate later.
7974
7975 2006-10-18 [colin]      2.5.5cvs16
7976
7977         * src/prefs_common.c
7978         * src/prefs_common.h
7979         * src/summaryview.c
7980         * src/gtk/quicksearch.c
7981         * src/gtk/quicksearch.h
7982                 Add a type-ahead option for fast searches
7983                 Patch by Fabien Vantard
7984
7985 2006-10-18 [colin]      2.5.5cvs15
7986
7987         * src/compose.c
7988         * src/compose.h
7989                 Add Options/Reply mode/ menu to be able to
7990                 change the recipients of a reply on the fly
7991
7992 2006-10-18 [colin]      2.5.5cvs14
7993
7994         * src/compose.c
7995                 Fix redirecting of our own sent mails
7996
7997 2006-10-17 [wwp]        2.5.5cvs13
7998
7999         * src/send_message.c
8000                 Fix duplicate error messages when sending, and missing
8001                 newline in such error messages.
8002
8003 2006-10-17 [colin]      2.5.5cvs12
8004
8005         * src/compose.c
8006                 Compare addresses case-insensitive
8007
8008 2006-10-17 [colin]      2.5.5cvs11
8009
8010         * src/plugins/pgpcore/sgpgme.c
8011                 Fix return status
8012
8013 2006-10-17 [colin]      2.5.5cvs10
8014
8015         * src/plugins/pgpcore/pgp_viewer.c
8016                 Fix return status
8017
8018 2006-10-17 [colin]      2.5.5cvs9
8019
8020         * src/quote_fmt.c
8021                 Fix a typo (thanks to Fabien)
8022
8023 2006-10-16 [colin]      2.5.5cvs8
8024
8025         * src/textview.c
8026                 Fix problem with quote-folding when emails
8027                 don't convert cleanly to UTF-8
8028
8029 2006-10-14 [colin]      2.5.5cvs7
8030
8031         * src/prefs_template.c
8032                 Reset fields when reopening
8033                 the window
8034
8035 2006-10-13 [paul]       2.5.5cvs6
8036
8037         * manual/advanced.xml
8038         * src/prefs_message.c
8039                 make 'respect_flowed_format' a hidden
8040                 option, and add a manual entry for it
8041                 Thanks to Colin
8042
8043 2006-10-12 [colin]      2.5.5cvs5
8044
8045         * src/codeconv.c
8046                 Revert part of 2.5.2cvs21:
8047                 Don't optimise by reusing the 
8048                 last iconv converter if possible:
8049                 it seems slightly broken in a 
8050                 very hard way to reproduce
8051
8052 2006-10-12 [colin]      2.5.5cvs4
8053
8054         * src/prefs_common.c
8055         * src/prefs_common.h
8056         * src/prefs_message.c
8057         * src/procmime.c
8058                 Fix bug 1035, 'Incorrect handling 
8059                 of flowed lines'. We now optionnaly
8060                 handle this format (preference is in
8061                 Message View/Text options section)
8062
8063 2006-10-12 [colin]      2.5.5cvs3
8064
8065         * po/POTFILES.in
8066                 Add new file
8067         * src/plugins/pgpcore/pgp_viewer.c
8068         * src/plugins/pgpcore/sgpgme.c
8069                 Don't try to import without asking
8070
8071 2006-10-12 [colin]      2.5.5cvs2
8072
8073         * src/compose.c
8074                 Fix bug 1036, 'Forwarding a mutlipart
8075                 mail with a "text/html" block to ms
8076                 outlook users leeds to freeze of
8077                 outlook'. Poor outlook users...
8078
8079 2006-10-12 [paul]       2.5.5cvs1
8080
8081         * NEWS
8082         * README
8083         * configure.ac
8084                 Update version number following
8085                 stable release
8086
8087 2006-10-11 [paul]       2.5.4cvs1
8088
8089         * NEWS
8090         * README
8091         * configure.ac
8092                 Update version number following
8093                 stable release
8094
8095 2006-10-11 [paul]       2.5.3cvs32
8096
8097         * src/textview.c
8098                 fix bug 1032, 'Segmentation fault when showing
8099                 message' (bug in quote folding)
8100                 Thanks to Colin
8101
8102 2006-10-10 [colin]      2.5.3cvs31
8103
8104         * src/quote_fmt.c
8105                 Rephrase english a bit
8106
8107 2006-10-10 [colin]      2.5.3cvs30
8108
8109         * src/prefs_compose_writing.c
8110                 Stop making the page larger than the window
8111
8112 2006-10-10 [wwp]        2.5.3cvs29
8113
8114         * src/compose.c
8115         * src/prefs_template.c
8116         * src/quote_fmt.c
8117         * src/quote_fmt.h
8118         * src/quote_fmt_lex.l
8119         * src/quote_fmt_parse.y
8120                 Extend the quote parser a bit: allow to get access to
8121                 basic (composing) account info.
8122
8123 2006-10-10 [colin]      2.5.3cvs28
8124
8125         * src/procheader.c
8126                 Fix this \t problem in subject
8127
8128 2006-10-09 [colin]      2.5.3cvs27
8129
8130         * src/main.c
8131         * src/prefs_gtk.c
8132                 Prepare cache a bit later
8133                 If section already exists, skip the new one 
8134                 (as previously); avoid writing the same block
8135                 twice - if we find a second block with the 
8136                 same id, skip it.
8137         * src/plugins/pgpcore/pgp_viewer.c
8138                 Set cursor to busy when retrieving a key
8139         * src/plugins/pgpcore/sgpgme.c
8140                 allow 5 seconds for gpg to export the key
8141                 
8142
8143 2006-10-09 [colin]      2.5.3cvs26
8144
8145         * configure.ac
8146         * src/msgcache.c
8147         * src/prefs_gtk.c
8148                 Check for existence of fgets_unlocked
8149                 and fwrite_unlocked
8150
8151 2006-10-09 [paul]       2.5.3cvs25
8152
8153         * src/prefs_summaries.c
8154                 replace strftime() with fast_strftime() and in
8155                 the consequence fix the bug in the display of
8156                 AM/PM in the 'Example' string
8157
8158 2006-10-09 [ticho]      2.5.3cvs24
8159
8160         * po/sk.po
8161                 Updated (and fixed up somewhat) Slovak translation.
8162
8163 2006-10-08 [colin]      2.5.3cvs23
8164
8165         * src/prefs_folder_item.c
8166                 Explain why prefs in the top-level folder
8167                 aren't retained, but are still useful
8168
8169 2006-10-08 [colin]      2.5.3cvs22
8170
8171         * src/prefs_gtk.c
8172                 Don't cache anything if caching fails
8173
8174 2006-10-08 [colin]      2.5.3cvs21
8175
8176         * src/common/utils.c
8177                 always include gi18n.h
8178
8179 2006-10-07 [colin]      2.5.3cvs20
8180
8181         * src/plugins/pgpcore/pgp_viewer.c
8182                 Kill gpg after 5 seconds wait
8183
8184 2006-10-07 [colin]      2.5.3cvs19
8185
8186         * src/plugins/pgpcore/pgp_viewer.c
8187         * src/plugins/pgpcore/pgp_viewer.h
8188                 Fix copyright
8189
8190 2006-10-07 [colin]      2.5.3cvs18
8191
8192         * src/plugins/pgpcore/pgp_viewer.c
8193         * src/plugins/pgpcore/pgp_viewer.h
8194                 Actually add the files to CVS
8195
8196 2006-10-07 [colin]      2.5.3cvs17
8197
8198         * src/plugins/pgpcore/sgpgme.c
8199                 Be sure not to crash on 'application/pgp-signature' that
8200                 are not application/pgp-signatures
8201
8202 2006-10-07 [colin]      2.5.3cvs16
8203
8204         * src/textview.c
8205         * src/textview.h
8206                 Make a bit more of the API available
8207         * src/plugins/pgpcore/Makefile.am
8208         * src/plugins/pgpcore/plugin.c
8209         * src/plugins/pgpcore/sgpgme.c
8210                 Add basic key import/export
8211
8212 2006-10-07 [colin]      2.5.3cvs15
8213
8214         * src/folderview.c
8215         * src/imap.c
8216         * src/prefs_account.c
8217         * src/wizard.c
8218                 Warn users *everywhere* if libetpan's not
8219                 linked in
8220
8221 2006-10-06 [mones]      2.5.3cvs14
8222
8223         * po/de.po
8224         * po/es.po
8225                 updated by Stephan Sachse and me
8226
8227 2006-10-06 [colin]      2.5.3cvs13
8228
8229         * src/main.c
8230         * src/common/sylpheed.c
8231                 Don't load common plugins if --exit is passed
8232         * src/prefs_gtk.c
8233         * src/prefs_gtk.h
8234                 Implement a cache to avoid reading the same
8235                 files over and over again at startup
8236
8237 2006-10-06 [colin]      2.5.3cvs12
8238
8239         * src/summaryview.c
8240         * src/gtk/quicksearch.c
8241                 Update display every 5k mails on fast searches
8242
8243 2006-10-06 [colin]      2.5.3cvs11
8244
8245         * src/textview.c
8246                 Don't do quote folding on HTML or ERTF.
8247                 May fix the Cygwin issues if they were
8248                 happening with HTML mails?
8249
8250 2006-10-05 [colin]      2.5.3cvs10
8251
8252         * src/prefs_gtk.c
8253                 Oops, forgot one
8254
8255 2006-10-05 [colin]      2.5.3cvs9
8256
8257         * src/prefs_gtk.c
8258                 Use unlocked_stdio here too
8259
8260 2006-10-05 [colin]      2.5.3cvs8
8261
8262         * src/folderview.c
8263                 Fix go to next * after preferences apply
8264         * src/msgcache.c
8265                 Do the fd lock/unlock ourselves instead of
8266                 letting the libc do it at each write 
8267
8268 2006-10-05 [colin]      2.5.3cvs7
8269
8270         * src/common/utils.c
8271                 Faster division, thanks to Jean Diraison
8272
8273 2006-10-05 [paul]       2.5.3cvs6
8274
8275         * src/common/utils.c
8276                 fix building with --disable-nls
8277
8278 2006-10-04 [colin]      2.5.3cvs5
8279
8280         * src/folder.c
8281                 Maybe fix a segfault
8282
8283 2006-10-04 [wwp]        2.5.3cvs4
8284
8285         * src/prefs_folder_item.c
8286                 Fine-tune layouts in folder item prefs. Suggested by
8287                 Fabien Vantard <fzzzzz@gmail.com>.
8288
8289 2006-10-04 [wwp]        2.5.3cvs3
8290
8291         * src/prefs_folder_item.c
8292                 Kill the clandestine passengers. You didn't see anything.
8293
8294 2006-10-04 [wwp]        2.5.3cvs2
8295
8296         * src/prefs_folder_item.c
8297                 Add a way to test the subject simplify regexp in
8298                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8299                 w/ few layout changes.
8300
8301 2006-20-04 [paul]       2.5.3cvs1
8302
8303         * NEWS
8304         * README
8305         * configure.ac
8306                 Update version number following
8307                 stable release
8308
8309 2006-10-04 [colin]      2.5.2cvs42
8310
8311         * src/folder.c
8312         * src/folder.h
8313         * src/summaryview.c
8314                 Provide a way for folder classes to set their sort
8315                 type and key
8316
8317 2006-10-03 [colin]      2.5.2cvs41
8318
8319         * src/mh.c
8320                 Don't use strlen() to know if the
8321                 string's empty
8322
8323 2006-10-03 [colin]      2.5.2cvs40
8324
8325         * src/mh.c
8326                 Fix "check for new folders" with accentued folders
8327
8328 2006-10-03 [ticho]      2.5.2cvs39
8329
8330         * src/filtering.c
8331         * src/folder.c
8332         * src/inc.c
8333         * src/mbox.c
8334                 Colin's fix for "copy" filtering rules.
8335
8336 2006-10-02 [colin]      2.5.2cvs38
8337
8338         * src/folderview.c
8339                 Fix for double-click too
8340
8341 2006-10-02 [colin]      2.5.2cvs37
8342
8343         * src/folderview.c
8344                 correct fix for cvs36
8345
8346 2006-10-02 [colin]      2.5.2cvs36
8347
8348         * src/folderview.c
8349                 Fix 'goto next unread' after collapsing/expanding 
8350                 a node.
8351
8352 2006-10-02 [colin]      2.5.2cvs35
8353
8354         * src/summaryview.c
8355                 Fix double freeze/thaw
8356         * src/common/utils.c
8357         * src/common/utils.h
8358                 Reimplement strftime
8359         * src/procheader.c
8360                 Use it
8361
8362
8363 2006-10-02 [colin]      2.5.2cvs34
8364
8365         * src/mh.c
8366                 Time mh_write_sequences() - it's fast
8367         * src/summaryview.c
8368                 Init a variable to shut up gcc
8369
8370 2006-10-01 [colin]      2.5.2cvs33
8371
8372         * src/folder.c
8373         * src/mh.c
8374         * src/mh.h
8375         * src/msgcache.c
8376                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8377                 Add fsync but disable it, it's slow as hell
8378
8379 2006-10-01 [colin]      2.5.2cvs32
8380
8381         * src/mh.c
8382         * src/msgcache.c
8383                 fflush() caches and mh_sequences before
8384                 fclose()ing
8385
8386 2006-10-01 [colin]      2.5.2cvs31
8387
8388         * src/msgcache.c
8389                 Don't ftruncate when not using mmap
8390
8391 2006-09-30 [colin]      2.5.2cvs30
8392
8393         * src/main.c
8394                 Write folder list *after* saving caches
8395
8396 2006-09-30 [colin]      2.5.2cvs29
8397
8398         * src/folder.c
8399         * src/mh.c
8400                 Debug forced mtime changes
8401
8402 2006-09-30 [colin]      2.5.2cvs28
8403
8404         * src/folder.c
8405         * src/main.c
8406                 Remove useless debug_print()s (code
8407                 well-tested)
8408
8409 2006-09-30 [colin]      2.5.2cvs27
8410
8411         * src/mh.c
8412                 Do stuff faster when writing mh_sequences
8413
8414 2006-09-30 [colin]      2.5.2cvs26
8415
8416         * src/mh.c
8417                 Don't let the writing of .mh_sequences, which
8418                 can change the folder's mtime, let us think
8419                 we need to scan.
8420
8421 2006-09-30 [colin]      2.5.2cvs25
8422
8423         * src/folder.c
8424                 Move a debug_print where it belongs 
8425                 (processing)
8426         * src/summaryview.c
8427                 Don't mess with a huge slow subject
8428                 table if we're not threading by
8429                 subject
8430
8431 2006-09-30 [colin]      2.5.2cvs24
8432
8433         * src/msgcache.c
8434                 Reenable mmaped reads (*not* writes!)
8435         * src/procmsg.c
8436                 Don't destroy and recreate hashtables just
8437                 for fun
8438         * src/common/utils.c
8439                 Remove useless reply prefixes (it's case
8440                 unsensitive)
8441
8442 2006-09-30 [wwp]        2.5.2cvs23
8443
8444         * tools/fix_date.sh
8445                 Fixed a minor bug in date value extraction, added a switch
8446                 to replace non RFC-compliant Date: value, added a switch
8447                 to use strict RFC matching patterns for dates.
8448
8449 2006-09-29 [colin]      2.5.2cvs22
8450
8451         * src/matcher_parser.h
8452         * src/matcher_parser_parse.y
8453         * src/prefs_filtering.c
8454         * src/statusbar.c
8455         * src/summary_search.c
8456         * src/summaryview.c
8457         * src/gtk/quicksearch.c
8458         * src/gtk/quicksearch.h
8459                 Optimise searches by setting different
8460                 refresh intervals (depending if the 
8461                 search is fast or not)
8462
8463 2006-09-29 [colin]      2.5.2cvs21
8464
8465         * src/codeconv.c
8466                 Optimise by reusing the last iconv converter
8467                 if possible
8468         * src/textview.c
8469                 Optimise a bit (the foldable quotes feature
8470                 still has an awful O(n^2) algo
8471
8472 2006-09-29 [colin]      2.5.2cvs20
8473
8474         * src/gtk/gtksctree.c
8475         * src/gtk/gtksctree.h
8476                 Optimise de-selection via up/down or
8477                 another key
8478
8479 2006-09-28 [colin]      2.5.2cvs19
8480
8481         * src/action.c
8482         * src/compose.c
8483         * src/folderview.c
8484         * src/mainwindow.c
8485         * src/messageview.c
8486         * src/summary_search.c
8487         * src/toolbar.c
8488                 Avoid using summaryview->ctree directly
8489
8490 2006-09-28 [colin]      2.5.2cvs18
8491
8492         * src/summaryview.c
8493         * src/summaryview.h
8494                 Add helpers to freeze/thaw/grab_focus
8495                 Factorize calls to freeze/thaw/grab_focus
8496                 
8497
8498 2006-09-28 [colin]      2.5.2cvs17
8499
8500         * src/main.c
8501                 More guards for the session management
8502
8503 2006-09-28 [colin]      2.5.2cvs16
8504
8505         * src/folderview.c
8506         * src/gtk/gtksctree.c
8507         * src/gtk/gtksctree.h
8508                 Make expanding not recursive in folderview
8509
8510 2006-09-28 [colin]      2.5.2cvs15
8511
8512         * src/addressbook.c
8513                 If nothing is selected in the list (right part)
8514                 and a group is selected in the tree (left part),
8515                 mail this group.
8516
8517 2006-09-28 [colin]      2.5.2cvs14
8518
8519         * src/Makefile.am
8520                 Actually use SM_LIBS
8521
8522 2006-09-28 [ticho]      2.5.2cvs13
8523
8524         * src/export.c
8525         * src/messageview.c
8526         * src/mimeview.c
8527         * src/news.c
8528         * src/pop.c
8529         * src/prefs_themes.c
8530         * src/procmsg.c
8531                 Small i18n string optimization.
8532         * src/send_message.c
8533         * src/summaryview.c
8534         * src/common/session.c
8535         * src/common/smtp.c
8536         * src/common/ssl_certificate.c
8537         * src/common/utils.c
8538                 Use "Couldn't" instead of "Can't" in UI messages,
8539                 where appropriate.
8540
8541 2006-09-28 [colin]      2.5.2cvs12
8542
8543         * configure.ac
8544                 Possibly fix link errors
8545
8546 2006-09-27 [wwp]        2.5.2cvs11
8547
8548         * src/gtk/authors.h
8549         * doc/man/sylpheed-claws.1
8550         * manual/ack.xml
8551         * manual/es/ack.xml
8552         * manual/fr/ack.xml
8553         * manual/pl/ack.xml
8554                 Updated authors info (me, myself and I).
8555
8556 2006-09-27 [colin]      2.5.2cvs10
8557
8558         * src/addressbook.c
8559                 Remove useless printf
8560
8561 2006-09-27 [wwp]        2.5.2cvs9
8562
8563         * src/editgroup.c
8564         * src/send_message.c
8565         * src/inc.c
8566         * src/prefs_common.c
8567         * src/prefs_common.h
8568         * src/gtk/progressdialog.c
8569                 remember more windows' sizes (send dialog, received dialog,
8570                 edit group in addressbook).
8571
8572 2006-09-27 [colin]      2.5.2cvs8
8573
8574         * configure.ac
8575         * src/main.c
8576         * src/mainwindow.h
8577                 Use libSM to communicate with the session
8578                 manager, so that we can know when the 
8579                 session ends, save our caches, and draft
8580                 our compose windows.
8581
8582 2006-09-27 [colin]      2.5.2cvs7
8583
8584         * src/addressbook.c
8585                 Fix issues:
8586                 o Allow Book and Group creation from the tree's
8587                   contextual menu
8588                 o Do not actually delete the contacts when 
8589                   deleting groups from the tree (duh!)
8590
8591 2006-09-27 [colin]      2.5.2cvs6
8592
8593         * src/compose.c
8594         * src/compose.h
8595         * src/mainwindow.c
8596         * src/textview.c
8597         * src/toolbar.c
8598                 o Allow passing an email address to 
8599                   compose_new_with_folderitem
8600                 o Update callers
8601                 o Use current folderitem when clicking
8602                   on a TextView mailto: link
8603                 o Fix a possible leak in TextView
8604
8605 2006-09-27 [colin]      2.5.2cvs5
8606
8607         * src/html.c
8608                 Use UTF-8 chars to replace HTML entities
8609
8610 2006-09-27 [colin]      2.5.2cvs4
8611
8612         * AUTHORS
8613         * src/prefs_account.c
8614         * src/gtk/authors.h
8615                 Fix bug #1024 (Array index out of
8616                 range in sylpheed-claws-2.5.2)
8617                 Patch by Ales Nosek <anosek@suse.cz>
8618
8619 2006-09-27 [colin]      2.5.2cvs3
8620
8621         * src/addr_compl.c
8622                 Actually do the test
8623
8624 2006-09-27 [colin]      2.5.2cvs2
8625
8626         * src/addr_compl.c
8627         * src/addr_compl.h
8628                 Allow completing with comma (in certain cases: vCalendar
8629                 for example doesn't support that)
8630                 Patch by Fabien Vantard
8631
8632 2006-09-26 [colin]      2.5.2cvs1
8633
8634         * src/Makefile.am
8635         * src/addr_compl.c
8636         * src/addr_compl.h
8637         * src/addrbook.c
8638         * src/addrbook.h
8639         * src/addressbook.c
8640         * src/addrindex.c
8641         * src/addrindex.h
8642         * src/compose.c
8643         * src/prefs_common.c
8644         * src/prefs_filtering_action.c
8645         * src/prefs_folder_item.c
8646         * src/prefs_template.c
8647         * src/stock_pixmap.c
8648         * src/stock_pixmap.h
8649         * src/pixmaps/addr_one.xpm
8650         * src/pixmaps/addr_two.xpm
8651                 Add auto-completion on groups
8652
8653 2006-09-26 [colin]      2.5.2
8654
8655         * NEWS
8656         * README
8657         * RELEASE_NOTES
8658                 2.5.2 released
8659
8660 2006-09-26 [colin]      2.5.1cvs5
8661
8662         * src/matcher.c
8663                 Fix condition
8664
8665 2006-09-26 [colin]      2.5.1cvs4
8666
8667         * src/mbox.c
8668                 Revert cvs1 (useless as the message is printed 
8669                 every 500 mails)
8670
8671 2006-09-26 [colin]      2.5.1cvs3
8672
8673         * src/partial_download.c
8674                 Fix crasher found by Alexsandar Urosevic
8675
8676 2006-09-26 [colin]      2.5.1cvs2
8677
8678         * src/summaryview.c
8679                 Fix bug #1023 (Sylpheed deletes too much messages)
8680
8681 2006-09-26 [ticho]      2.5.1cvs1
8682
8683         * src/mbox.c
8684                 Make use of gettext's multiple plurals for statusbar
8685                 progress message.
8686
8687 2006-09-25 [paul]       2.5.1
8688
8689         * NEWS
8690         * README
8691         * RELEASE_NOTES
8692                 2.5.1 released
8693
8694 2006-09-25 [colin]      2.5.0cvs3
8695
8696         * src/plugins/bogofilter/bogofilter.c
8697         * src/plugins/clamav/clamav_plugin.c
8698         * src/plugins/spamassassin/spamassassin.c
8699                 BogoFilter, Spamassassin: Fix double hook registering after
8700                 visiting preferences
8701                 Spamassassin, Clamav: Just set the mails to move instead of
8702                 doing the move - caller will move the things at once.
8703
8704 2006-09-25 [colin]      2.5.0cvs2
8705
8706         * src/imap.c
8707         * src/etpan/imap-thread.c
8708                 Use UID SEARCH ALL instead of UID 1:*
8709                 (braindead servers can't figure out that's
8710                 the same...)
8711
8712 2006-09-25 [wwp]        2.5.0cvs1
8713
8714         * src/message_search.c
8715                 Added the ability to stop a running search (in message body).
8716
8717 2006-09-25 [paul]       2.5.0
8718
8719         * NEWS
8720         * README
8721         * RELEASE_NOTES
8722                 2.5.0 released
8723
8724 2006-09-25 [paul]       2.4.0cvs214
8725
8726         * po/cs.po
8727         * po/de.po
8728         * po/fi.po
8729         * po/fr.po
8730         * po/nl.po
8731         * po/pt_BR.po
8732         * po/sk.po
8733         * po/sr.po
8734         * po/zh_CN.po
8735                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8736                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8737                 Ticho, Aleksander Urosevic, Ralgh Young
8738
8739 2006-09-24 [mones]      2.4.0cvs213
8740
8741         * po/es.po
8742                 Updated for release
8743
8744 2006-09-23 [colin]      2.4.0cvs212
8745
8746         * src/gtk/inputdialog.c
8747                 Fix [ ] remember this appearing in normal
8748                 input dialogs after it's been used by
8749                 mimeview.
8750         * src/folder.c
8751         * src/folderview.c
8752         * src/msgcache.c
8753         * src/procmsg.c
8754         * src/summaryview.c
8755         * src/textview.c
8756         * src/common/timing.h
8757                 Enable timings in debug mode and make it
8758                 look prettier.
8759
8760 2006-09-22 [colin]      2.4.0cvs211
8761
8762         * README
8763                 Revert test change
8764         * commitHelper
8765                 ping the correct URI
8766
8767 2006-09-22 [colin]      2.4.0cvs210
8768
8769         * README
8770                 Let's see if bug #1022 is fixed
8771
8772 2006-09-21 [colin]      2.4.0cvs209
8773
8774         * src/wizard.c
8775         * src/common/plugin.c
8776                 Prepare infra to load predefined plugins when
8777                 no configuration existed. Don't actually load
8778                 anything yet (feat. freeze)
8779
8780 2006-09-21 [wwp]        2.4.0cvs208
8781
8782         * manual/fr/faq.xml
8783                 Partial sync w/ 2.4.0cvs72:
8784                 wrap file and minor updates.
8785
8786 2006-09-21 [wwp]        2.4.0cvs207
8787
8788         * tools/fix_date.sh
8789                 several fixes and enhancements. A new --force switch has been
8790                 added to prevent overriding by default Date: header when
8791                 already existing.
8792
8793 2006-09-21 [paul]       2.4.0cvs206
8794
8795         * src/common/utils.c
8796                 add Chinese UTF8 Re prefix
8797
8798 2006-09-21 [wwp]        2.4.0cvs205
8799
8800         * tools/Makefile.am
8801                 Fics alfabettical order.
8802
8803 2006-09-21 [wwp]        2.4.0cvs204
8804
8805         * tools/fix_date.sh
8806         * tools/Makefile.am
8807                 Added an action tool to fix missing Date field in emails.
8808                 Updated Makefile.am to reflect those last two additions.
8809
8810 2006-09-21 [wwp]        2.4.0cvs203
8811
8812         * tools/uuooffice
8813                 Added a action tool to open uuencoded docs w/
8814                 OpenOffice (based on uudec method).
8815
8816 2006-09-21 [colin]      2.4.0cvs202
8817
8818         * src/compose.c
8819         * src/textview.c
8820                 Workaround possible GTK crash: remove selection 
8821                 clipboard before destroying widget, or GTK+-2.10
8822                 dies. Thanks to Hiro.
8823
8824 2006-09-20 [colin]      2.4.0cvs201
8825
8826         * src/compose.c
8827                 Fix free-after-use in some cases (when 
8828                 procmime_encode_content() frees mimeinfo->data.mem
8829                 and turns it to a temp file)
8830
8831 2006-09-20 [colin]      2.4.0cvs200
8832
8833         * src/folderview.c
8834         * src/summaryview.c
8835         * src/gtk/gtksctree.c
8836         * src/gtk/gtksctree.h
8837                 Add tooltips in the folderview and summaryview
8838                 (Doesn't break string freeze as they already
8839                 exist)
8840         * src/toolbar.c
8841                 Put the spam button in the default configuration
8842                 if compiled with bogo plugin too
8843
8844 2006-09-19 [colin]      2.4.0cvs199
8845
8846         * src/summaryview.c
8847         * src/summaryview.h
8848                 Update folder name label on folder rename
8849         * src/prefs_matcher.c
8850         * src/gtk/logwindow.h
8851                 Fix warnings
8852                 Patches by Fabien
8853
8854 2006-09-19 [wwp]        2.4.0cvs198
8855
8856         * src/summary_search.c
8857                 fix can't click forward/backward buttons in the
8858                 search messages.
8859
8860 2006-09-18 [paul]       2.4.0cvs197
8861
8862         * src/wizard.c
8863                 add missing bracket, capitalise the A of
8864                 'SpamAssassin'
8865
8866 2006-09-18 [paul]       2.4.0cvs196
8867
8868         * src/compose.c
8869                 fix bug 1012 'crashed upon sending mail
8870                 from compose window'
8871                 Thanks to Colin
8872
8873 2006-09-16 [colin]      2.4.0cvs195
8874
8875         * src/folderview.c
8876                 Fix "real-time" sorting by freezing/thawing
8877
8878 2006-09-16 [colin]      2.4.0cvs194
8879
8880         * manual/faq.xml
8881                 Fix the anti-spam entry a bit
8882
8883 2006-09-16 [colin]      2.4.0cvs193
8884
8885         * src/wizard.c
8886                 Make sure reviewers have no excuse when stating
8887                 Sylpheed-Claws doesn't have antispam capabilities.
8888
8889 2006-09-16 [colin]      2.4.0cvs192
8890
8891         * src/main.c
8892                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8893                 as if the SIGPIPE comes from etpan's thread we could
8894                 trigger a GUI update from this thread.
8895
8896 2006-09-16 [colin]      2.4.0cvs191
8897
8898         * src/summaryview.c
8899                 Init all members of the struct
8900
8901 2006-09-16 [paul]       2.4.0cvs190
8902
8903         * src/account.c
8904                 improvements to the English
8905
8906 2006-09-15 [colin]      2.4.0cvs189
8907
8908         * src/summaryview.c
8909                 HIG order on dialog
8910
8911 2006-09-14 [colin]      2.4.0cvs188
8912
8913         * src/common/socket.c
8914         * src/common/socket.h
8915         * src/common/ssl.c
8916         * src/common/ssl_certificate.c
8917         * src/common/ssl_certificate.h
8918         * src/etpan/imap-thread.c
8919                 the get_fqdn() call done to get canonical name when
8920                 checking an SSL certificate is blocking, which is
8921                 sad as we just did a non-blocking lookup to connect.
8922                 Fix that by letting the fqdn available to the SockInfo,
8923                 and use that in ssl_certificate_check(). For IMAP,
8924                 we don't do it as the lookup's done by libetpan, but
8925                 it's less annoying as IMAP connections as much more
8926                 rare than POP3 connections.
8927
8928 2006-09-14 [paul]       2.4.0cvs187
8929
8930         * manual/advanced.xml
8931                 improvements to the English,
8932                 properly place the new hidden options
8933                 within the alphabetical order
8934         * src/gtk/pluginwindow.c
8935                 improvements to the English
8936
8937 2006-09-14 [colin]      2.4.0cvs186
8938
8939         * src/prefs_common.c
8940         * src/prefs_common.h
8941         * src/gtk/gtksctree.c
8942         * manual/advanced.xml
8943                 New hidden pref, stripes_color_offset, to change
8944                 the value added/substracted to normal bgcolor to
8945                 create the stripes in summaries
8946
8947 2006-09-13 [colin]      2.4.0cvs185
8948
8949         * src/gedit-print.c
8950         * src/messageview.c
8951         * src/messageview.h
8952         * src/summaryview.c
8953         * src/textview.c
8954                 Fix misc. printing issues: 
8955                 - Bad font for linkified headers
8956                 - Different font if the mail was displayed or not
8957                 - Factorize the thing
8958
8959 2006-09-13 [colin]      2.4.0cvs184
8960
8961         * src/common/ssl_certificate.c
8962                 Only get FQDN once when checking certificate
8963
8964 2006-09-13 [colin]      2.4.0cvs183
8965
8966         * src/account.c
8967         * src/gtk/pluginwindow.c
8968                 Misc. GUI fixes by Fabien
8969
8970 2006-09-13 [wwp]        2.4.0cvs182
8971
8972         * configure.ac
8973         * src/common/utils.h
8974         * src/common/utils.c
8975                 get rid of unused wide-char functions.
8976
8977 2006-09-13 [wwp]        2.4.0cvs181
8978
8979         * src/plugins/pgpinline/sylpheed.def
8980         * src/textview.c
8981                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8982                 add privacy_reset_error to the .def file,
8983                 do not fork for an external textviewer.
8984
8985 2006-09-13 [wwp]        2.4.0cvs180
8986
8987         * src/prefs_common.c
8988                 fix broken font entry in prefs (patch issued by the gpg4win team,
8989                 probably by Marcus Brinkmann <marcus@g10code.de>).
8990
8991 2006-09-13 [colin]      2.4.0cvs179
8992
8993         * src/folder.h
8994                 Fix a warning in summaryview.c
8995         * src/mainwindow.c
8996         * src/summaryview.c
8997         * src/summaryview.h
8998                 Add missing Mark/* elements in the
8999                 main menu
9000
9001 2006-09-12 [colin]      2.4.0cvs178
9002
9003         * src/prefs_actions.c
9004         * src/prefs_filtering_action.c
9005         * src/prefs_matcher.c
9006                 Use (New) instead of New everywhere
9007
9008 2006-09-12 [wwp]        2.4.0cvs177
9009
9010         * manual/fr/addrbook.xml
9011         * manual/fr/handling.xml
9012                 updated some quotes in the fr manual to match the fr translation.
9013
9014 2006-09-12 [wwp]        2.4.0cvs176
9015
9016         * src/prefs_matcher.c
9017                 don't store translated string elements in matcher expressions.
9018                 Also fixed a misused of Q_().
9019
9020 2006-09-11 [wwp]        2.4.0cvs175
9021
9022         * src/plugins//bogofilter/bogofilter.c
9023         * src/plugins//clamav/clamav_plugin.c
9024         * src/plugins//demo/demo.c
9025         * src/plugins//dillo_viewer/dillo_viewer.c
9026         * src/plugins//pgpcore/plugin.c
9027         * src/plugins//pgpinline/plugin.c
9028         * src/plugins//pgpmime/plugin.c
9029         * src/plugins//spamassassin/spamassassin.c
9030                 gettext-ize more strings (mostly plugin error messages).
9031
9032 2006-09-11 [colin]      2.4.0cvs174
9033
9034         * src/alertpanel.c
9035                 Make maximum buffer size bigger to avoid
9036                 truncating translated messages. Patch by
9037                 Fabien
9038
9039 2006-09-11 [colin]      2.4.0cvs173
9040
9041         * src/etpan/imap-thread.c
9042                 Fix compilation on OpenBSD, thanks to 
9043                 Landry
9044
9045 2006-09-10 [wwp]        2.4.0cvs172
9046
9047         * manual/account.xml
9048         * manual/addrbook.xml
9049         * manual/handling.xml
9050         * manual/es/handling.xml
9051         * manual/fr/account.xml
9052         * manual/fr/addrbook.xml
9053         * manual/fr/handling.xml
9054                 documented addressbook matching (condition configuration):
9055                   addrbook.xml, en fr
9056                 documented per-account filtering rules (handling/filtering
9057                   section, account section):
9058                   account.xml, handling.xml, en fr
9059                 slightly updated the handling/searching section to tell few
9060                   words about the extended search ability:
9061                   handling.xml, en fr
9062                 added missing <quote></quotes> to Quick Search:
9063                   handling.xml, en fr es
9064                 fixed a typo (auomatically):
9065                   handling.xml, en
9066                 changes revisited by Paul.
9067
9068 2006-09-10 [paul]       2.4.0cvs171
9069
9070         * src/prefs_actions.c
9071         * src/prefs_filtering.c
9072         * src/prefs_template.c
9073                 adjustments to the gui
9074                 Patch by Fabien Vantard (slightly modified)
9075
9076 2006-09-10 [colin]      2.4.0cvs170
9077
9078         * src/summaryview.c
9079                 Check folderitem/summaryview consistency
9080                 (basically automates Update summary). Fixes
9081                 #1011 (wrong (negative) count on unread 
9082                 messages)
9083
9084 2006-09-10 [colin]      2.4.0cvs169
9085
9086         * src/gtk/gtksctree.c
9087                 Fix recursive expansion via mouse
9088         * src/plugins/bogofilter/bogofilter.c
9089                 Use normal filtering way of moving
9090                 messages (batching), possibly fixing
9091                 bug #1015 (Bogofilter plugin doubles 
9092                 new messages)
9093
9094 2006-09-09 [wwp]        2.4.0cvs168
9095
9096         * src/prefs_filtering.c
9097                 better place for this fix.
9098
9099 2006-09-09 [wwp]        2.4.0cvs167
9100
9101         * src/prefs_filtering.c
9102                 fix a minor bug when the enabled status of a filtering/processing
9103                 rule always got set to TRUE when replacing this rule. That still
9104                 make sense when adding a new rule, but now when replacing, we
9105                 don't override the value of 'enabled'.
9106                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9107                 to prefs_filtering_list_view_get_info() as this function not only
9108                 returns the name, but also the account_id and the enabled status.
9109
9110 2006-09-09 [mones]      2.4.0cvs166
9111
9112         * manual/glossary.xml
9113         * manual/plugins.xml
9114                 Minor format corrections
9115         * manual/gpl.xml
9116                 Fix misplaced NO WARRANTY section
9117         * manual/es/advanced.xml
9118         * manual/es/faq.xml
9119         * manual/es/glossary.xml
9120         * manual/es/gpl.xml
9121         * manual/es/handling.xml
9122         * manual/es/plugins.xml
9123         * manual/es/starting.xml
9124                 Incorporate changes from English version
9125         * manual/fr/ack.xml
9126         * manual/pl/ack.xml
9127         * manual/es/ack.xml
9128                 Fix address, (add translation credits in es version)
9129         * po/es.po
9130                 Updated translation
9131
9132 2006-09-09 [wwp]        2.4.0cvs165
9133
9134         * src/prefs_filtering.c
9135                 fix a crash when opening filtering prefs, if matcherrc file contains
9136                 broken data (non-existing account id, which is theoretically not
9137                 possible).
9138
9139 2006-09-08 [colin]      2.4.0cvs164
9140
9141         * src/folder.c
9142                 Wrong assert, make it an if()
9143         * src/gtk/gtksctree.c
9144                 Fix bug #1013 (expand selected thread 
9145                 tree) - expanding is now recursive
9146
9147 2006-09-07 [wwp]        2.4.0cvs163
9148
9149         * src/prefs_matcher.c
9150                 make better sentences about addressbook matching in the
9151                 matcher prefs. This should make translators' work easier
9152                 too.
9153
9154 2006-09-07 [wwp]        2.4.0cvs162
9155
9156         * src/prefs_filtering.c
9157                 code simplification (get rid of dup var. assignment).
9158
9159 2006-09-07 [wwp]        2.4.0cvs161
9160
9161         * src/summaryview.c
9162                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9163                 <fzzzzz@gmail.com>.
9164
9165 2006-09-07 [paul]       2.4.0cvs160
9166
9167         * src/mimeview.c
9168                 fix compilation warnings
9169                 Thanks to Colin
9170
9171 2006-09-07 [paul]       2.4.0cvs159
9172
9173         * src/mimeview.c
9174                 select the mimepart icon when
9175                 displaying as text
9176                 Thanks to Colin
9177
9178 2006-09-06 [paul]       2.4.0cvs158
9179
9180         * src/prefs_filtering.c
9181                 fix labels and table element spacing
9182                 Patch by Fabien Vantard
9183
9184 2006-09-06 [paul]
9185
9186         2.5.0-rc3 released
9187
9188 2006-09-06 [paul]       2.4.0cvs157
9189
9190         * manual/es/advanced.xml
9191                 fix typo
9192
9193 2006-09-06 [wwp]        2.4.0cvs156
9194
9195         * src/mainwindow.c
9196                 fix an dup launch issue when iconified, thanks to Colin.
9197
9198 2006-09-06 [wwp]        2.4.0cvs155
9199
9200         * src/gtk//gtksctree.h
9201                 oops, forgot that one!
9202
9203 2006-09-06 [wwp]        2.4.0cvs154
9204
9205         * manual/pl/advanced.xml
9206         * manual/advanced.xml
9207         * manual/es/advanced.xml
9208         * manual/fr/advanced.xml
9209         * src/prefs_customheader.c
9210         * src/prefs_filtering_action.c
9211         * src/foldersel.c
9212         * src/prefs_summaries.c
9213         * src/prefs_filtering.c
9214         * src/account.c
9215         * src/compose.c
9216         * src/prefs_summary_column.c
9217         * src/addr_compl.c
9218         * src/prefs_actions.c
9219         * src/prefs_folder_column.c
9220         * src/ssl_manager.c
9221         * src/prefs_template.c
9222         * src/prefs_display_header.c
9223         * src/prefs_common.h
9224         * src/prefs_matcher.c
9225         * src/prefs_common.c
9226         * src/prefs_toolbar.c
9227         * src/summaryview.c
9228         * src/folderview.c
9229         * src/gtk/gtksctree.c
9230         * src/gtk/pluginwindow.c
9231         * src/gtk/progressdialog.c
9232         * src/gtk/prefswindow.c
9233                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9234                 to make its meaning more obvious (all versions of the manual reflect
9235                 the change).
9236                 added an extra hidden option use_stripes_in_summary to allow
9237                 discarding these stripes in mainwindow's folder and message lists;
9238                 en and fr manuals only are OK towards this.
9239
9240 2006-09-06 [colin]      2.4.0cvs153
9241
9242         * src/textview.c
9243                 Hide Sylpheed-Claws' internal queue headers
9244                 when showing all headers. They'll be present
9245                 only in Source window.
9246
9247 2006-09-05 [colin]      2.4.0cvs152
9248
9249         * src/plugins/trayicon/trayicon.c
9250                 Fix crash at exit - we have to disconnect
9251                 our handlers
9252         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9253                 Update eggtrayicon - patch adapted from a
9254                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9255                 on Sylpheed's ML
9256
9257 2006-09-05 [colin]      2.4.0cvs151
9258
9259         * src/mainwindow.c
9260         * src/gtk/logwindow.c
9261                 Fix race condition when something writes
9262                 to the log too soon during init. Thanks
9263                 to Fabien Vantard
9264
9265 2006-09-05 [colin]      2.4.0cvs150
9266
9267         * src/mimeview.c
9268                 Don't select part on right-click either
9269
9270 2006-09-05 [paul]       2.4.0cvs149
9271
9272         * src/mimeview.c
9273                 completion of previous commit
9274                 Thanks to Colin
9275
9276 2006-09-05 [colin]      2.4.0cvs148
9277
9278         * src/mimeview.c
9279                 Don't force selection on middle-click, just open
9280
9281 2006-09-04 [colin]      2.4.0cvs147
9282
9283         * src/mimeview.c
9284                 Looks like gtk_notebook_set_current_page()
9285                 sometimes steals focus, and this annoys us
9286                 in MimeViewers as it renders navigation
9287                 keys useless. Take back focus after switching
9288                 pages.
9289
9290 2006-09-04 [colin]      2.4.0cvs146
9291
9292         * src/messageview.c
9293                 Set stop_loading when clicking on Next
9294                 during load. Don't add a callback to 
9295                 avoid over-complicating things.
9296
9297 2006-09-04 [colin]      2.4.0cvs145
9298
9299         * src/mimeview.c
9300         * src/messageview.c
9301                 Fix multiple loads in separate messageview
9302
9303 2006-09-04 [colin]      2.4.0cvs144
9304
9305         * src/summaryview.c
9306                 Let navigation keys be handled during 
9307                 load
9308
9309 2006-09-04 [colin]      2.4.0cvs143
9310
9311         * src/messageview.c
9312         * src/summaryview.c
9313         * src/textview.c
9314         * src/textview.h
9315                 Make loading of huge mails (lots of text and/or
9316                 images) cancellable, so the GUI doesn't block 
9317
9318 2006-09-04 [colin]      2.4.0cvs142
9319
9320         * src/plugins/trayicon/trayicon.c
9321                 Fix annoyance when removing a folder with 
9322                 unread mails: trayicon didn't update
9323
9324 2006-09-04 [paul]       2.4.0cvs141
9325
9326         * src/gtk/icon_legend.c
9327                 straighten up columns
9328                 Patch by Fabien Vantard
9329
9330 2006-09-04 [wwp]        2.4.0cvs140
9331
9332         * src/prefs_filtering.c
9333                 fix new line's account name in filtering prefs:
9334                 was "All", is now "(New)".
9335
9336 2006-09-04 [paul]       2.4.0cvs139
9337
9338         * tools/make.themes.project
9339                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9340                 instead of homebrewed "make release"
9341
9342 2006-09-03 [colin]      2.4.0cvs138
9343
9344         * src/folderview.c
9345                 Fix bug #1007 (Wrong folder highlighted)
9346
9347 2006-09-03 [colin]      2.4.0cvs137
9348
9349         * src/compose.c
9350                 Don't set Newsgroup: header to a mail folder
9351                 path
9352
9353 2006-09-03 [paul]       2.4.0cvs136
9354
9355         * src/prefs_other.c
9356         * src/prefs_spelling.c
9357                 unify the gui
9358
9359 2006-09-03 [paul]       2.4.0cvs135
9360
9361         * src/prefs_summaries.c
9362                 correct menu item text in prefs_keybind_apply_clicked()
9363
9364 2006-09-03 [paul]       2.4.0cvs134
9365
9366         * manual/advanced.xml
9367                 some improvements to the descriptions
9368         * src/mainwindow.c
9369         * src/messageview.c
9370         * src/summaryview.c
9371         * src/gtk/menu.c
9372                 fix menu sensitivity issues
9373         * src/prefs_message.c
9374                 drop the useless word 'short'
9375         * src/prefs_other.c
9376                 add the word 'lines' indicating log length
9377                 is a measure of lines
9378         * src/textview.c
9379                 fix compilation warnings
9380
9381 2006-09-02 [colin]      2.4.0cvs133
9382
9383         * src/messageview.c
9384                 Display a special return-receipt message
9385                 if the message is from the user
9386         * src/summaryview.c
9387                 Fix missing freeze of the list when marking
9388                 all read and unthreading for exec. Thanks
9389                 to Stephan Sachse.
9390
9391 2006-09-02 [paul]       2.4.0cvs132
9392
9393         * src/mainwindow.c
9394         * src/prefs_message.c
9395         * src/summaryview.c
9396                 fix some english
9397
9398 2006-09-02 [wwp]        2.4.0cvs131
9399
9400         * src/prefs_filtering.c
9401                 added an account name column to the filtering rules
9402                 dialog.
9403
9404 2006-09-02 [colin]      2.4.0cvs130
9405
9406         * src/gtk/logwindow.c
9407         * src/gtk/logwindow.h
9408                 Block scrolling if we're not at the end
9409                 of the log
9410
9411 2006-09-02 [colin]      2.4.0cvs129
9412
9413         * src/folder.c
9414                 Make sure account-specific rules can't
9415                 be used in {pre-,post-,}processing
9416         * src/mainwindow.c
9417         * src/gtk/logwindow.c
9418         * src/gtk/logwindow.h
9419                 Jump to last error when clicking on the
9420                 warning icon
9421
9422 2006-09-02 [colin]      2.4.0cvs128
9423
9424         * src/imap.c
9425         * src/import.c
9426         * src/mainwindow.c
9427         * src/mainwindow.h
9428                 Fix warning icon
9429         * src/inc.c
9430         * src/mbox.c
9431         * src/mbox.h
9432                 Let proc_mbox know its account, for
9433                 account-specific rules
9434
9435 2006-09-01 [colin]      2.4.0cvs127
9436
9437         * src/codeconv.c
9438                 Don't uselessly use iconv to convert from
9439                 us-ascii
9440         * src/alertpanel.c
9441         * src/mainwindow.c
9442         * src/mainwindow.h
9443         * src/inc.c
9444                 Fix certain log cases, disable warning icon
9445                 for now, the correct way to display it when
9446                 necessary and only when necessary is probably
9447                 to do it manually rather than use error logs
9448         * src/etpan/imap-thread.c
9449                 Clean up UID logging a bit
9450         * src/gtk/logwindow.c
9451         * src/gtk/logwindow.h
9452                 Make logging faster when the window's closed
9453
9454 2006-09-01 [wwp]        2.4.0cvs126
9455
9456         * manual/fr/account.xml
9457                 reflect changes to the ref. manual (parts of cvs72):
9458                 fix tabnames and quotes.
9459
9460 2006-09-01 [wwp]        2.4.0cvs125
9461
9462         * manual/fr/plugins.xml
9463                 reflect changes to the reference manual (cvs42):
9464                 update IRC channel info.
9465
9466 2006-09-01 [wwp]        2.4.0cvs124
9467
9468         * commitHelper
9469                 use CVSEDITOR env. var. if set, according to `man cvs`.
9470
9471 2006-09-01 [wwp]        2.4.0cvs123
9472
9473         * manual/advanced.xml
9474                 better sentence again (thanks to Paul).
9475
9476 2006-09-01 [wwp]        2.4.0cvs122
9477
9478         * manual/advanced.xml
9479         fix definition of toolbar_detachable and rework a bit the one of
9480         enable_dotted_lines.
9481
9482 2006-09-01 [mones]      2.4.0cvs121
9483
9484         * manual/advanced.xml
9485                 Document enable_dotted_lines
9486
9487 2006-09-01 [paul]       2.4.0cvs120
9488
9489         * src/folderview.c
9490         * src/folderview.h
9491         * src/imap.c
9492         * src/mainwindow.c
9493         * src/summaryview.c
9494                 obey the 'When entering folder...' option
9495                 when using the /View/Go to/... menu items
9496                 Thanks to Colin
9497
9498 2006-08-31 [colin]      2.4.0cvs119
9499
9500         * src/folderview.c
9501                 Revert 2.4.0cvs116, wrong fix.
9502
9503 2006-08-31 [colin]      2.4.0cvs118
9504
9505         * src/gtk/gtksctree.c
9506                 Better state the various copyrights
9507
9508 2006-08-31 [colin]      2.4.0cvs117
9509
9510         * src/prefs_common.c
9511                 fix enable_dotted_lines
9512
9513 2006-08-31 [colin]      2.4.0cvs116
9514
9515         * src/folderview.c
9516                 Use pref "Always open on select" when going
9517                 to next unread folder
9518         * src/gtk/gtksctree.c
9519                 Fix link failure to _gtk_clist_create_cell_layout
9520                 on certain computers. (Why not mine, I wonder)
9521
9522 2006-08-31 [colin]      2.4.0cvs115
9523
9524         * src/procmsg.c
9525         * src/textview.c
9526         * src/plugins/bogofilter/bogofilter.c
9527         * src/plugins/spamassassin/spamassassin.c
9528                 Requalify some "errors" to warnings
9529         * src/mainwindow.c
9530         * src/mainwindow.h
9531         * src/statusbar.c
9532                 Add an icon in the statusbar to notify
9533                 of errors
9534         * src/gtk/gtksctree.c
9535         * src/folderview.c
9536         * src/summaryview.c
9537                 Make the GtkSCTree look more modern by
9538                 alternating background lines
9539         * src/prefs_common.c
9540         * src/prefs_common.h
9541                 Add a pref to let people have the old
9542                 way if they prefer
9543
9544
9545 2006-08-30 [colin]      2.4.0cvs114
9546
9547         * src/procmsg.c
9548         * src/procmsg.h
9549                 Provide a way to filter a list of
9550                 messages in an optimised manner, and
9551                 add a list-filtering hook
9552         * src/folder.c
9553         * src/inc.c
9554         * src/mbox.c
9555                 Use the list filtering
9556         * src/plugins/bogofilter/bogofilter.c
9557                 Use the list-filtering hook
9558                 Use -b (bulk) mode for more speed
9559                 when learning and filtering
9560         * src/etpan/imap-thread.c
9561                 Make log output shorter in UID SEARCH
9562
9563
9564 2006-08-30 [colin]      2.4.0cvs113
9565
9566         * src/plugins/bogofilter/bogofilter.c
9567                 Really fast mass learning - thanks to David
9568                 Relson for the options explanations :)
9569
9570 2006-08-30 [colin]      2.4.0cvs112
9571
9572         * src/msgcache.c
9573                 Fix compilation on FreeBSD. Thanks
9574                 to Michael Hugues
9575
9576 2006-08-29 [colin]      2.4.0cvs111
9577
9578         * src/folderview.c
9579                 Handle "popup_menu" signal (for popping the 
9580                 menu via the keyboard)
9581         * src/mimeview.c
9582         * src/mimeview.h
9583         * src/summaryview.c
9584         * src/textview.c
9585         * src/gtk/gtkutils.c
9586         * src/gtk/gtkutils.h
9587                 Factorize scrolling code, and add an API 
9588                 for MimeViewers to handle scroll orders
9589
9590 2006-08-29 [wwp]        2.4.0cvs110
9591
9592         * src/plugins//bogofilter/bogofilter.c
9593         * src/plugins//spamassassin/spamassassin.c
9594                 make the bogofilter/spamassassin filtering error dialogs at
9595         incorporation obey to the "don't popup error dialog on
9596         receive error" option. If disabled, feed the log window w/
9597         the error message.
9598
9599 2006-08-29 [paul]
9600
9601         2.5.0-rc2 released
9602
9603 2006-08-29 [paul]       2.4.0cvs109
9604
9605         * Makefile.am
9606                 remove 'make release', it's not needed
9607                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9608
9609 2006-08-29 [paul]       2.4.0cvs108
9610
9611         * src/foldersel.c
9612         * src/summary_search.c
9613         * src/gtk/progressdialog.c
9614         * src/plugins/pgpcore/passphrase.c
9615                 replace deprecated gtk_window_set_policy()
9616
9617 2006-08-29 [colin]      2.4.0cvs107
9618
9619         * src/folder.c
9620                 Fix data loss when copy fails during a move:
9621                 only use fast remove_msgs if everything was
9622                 copied OK; else use slow remove_msg on the
9623                 mails that got copied only.
9624
9625 2006-08-28 [paul]       2.4.0cvs106
9626
9627         * src/mh.c
9628                 revert change in 2.4.0cvs104, it breaks
9629                 stuff
9630
9631 2006-08-28 [paul]       2.4.0cvs105
9632
9633         * src/plugins/spamassassin/spamassassin.c
9634                 english fix
9635
9636 2006-08-28 [paul]       2.4.0cvs104
9637
9638         * src/mh.c
9639                 fix data loss when moving to another
9640                 mailbox fails
9641         * src/prefs_spelling.c
9642                 improve the english
9643         * src/gtk/pluginwindow.c
9644                 improve the layout of the dialog text
9645         All thanks to Colin
9646
9647 2006-08-28 [paul]       2.4.0cvs103
9648
9649         * src/plugins/bogofilter/bogofilter.c
9650         * src/plugins/bogofilter/bogofilter_gtk.c
9651                 fix english up a bit, innit
9652
9653 2006-08-28 [paul]       2.4.0cvs102
9654
9655         * configure.ac
9656         * po/Makefile.in.in
9657         * po/Makevars
9658                 require autoconf 2.60, enabling building
9659                 with gettext 0.15 (gettext 0.14.x build still
9660                 possible). Replace Makefiles with versions
9661                 from gettext 0.15.
9662                 Remove configure options --with-localedir and
9663                 --with-mandir. The options that are provided
9664                 directly by autoconf 2.60 can be used instead:
9665                 --mandir --localedir
9666
9667 2006-08-27 [colin]      2.4.0cvs101
9668
9669         * src/plugins/bogofilter/Makefile.am
9670                 Fix make dist (no README)
9671
9672 2006-08-27 [colin]      2.4.0cvs100
9673
9674         * src/folder.c
9675                 Don't use F_UNKNOWN folders for any default
9676                 outbox/trash/etc
9677         * src/plugins/bogofilter/bogofilter.c
9678         * src/plugins/bogofilter/bogofilter.h
9679         * src/plugins/bogofilter/bogofilter_gtk.c
9680                 Add an option to specify the path to bogofilter
9681                 Use single-quotes to be able to learn in folders
9682                 with spaces in their names
9683                 Verify learning status
9684
9685 2006-08-27 [colin]      2.4.0cvs99
9686
9687         * manual/faq.xml
9688         * manual/plugins.xml
9689                 Document Bogofilter plugin
9690
9691 2006-08-27 [colin]      2.4.0cvs98
9692
9693         * src/compose.c
9694         * src/messageview.c
9695         * src/procmsg.c
9696         * src/procmsg.h
9697                 When possible, copy the queued mail to sent folder
9698                 instead of re-adding. Much faster on IMAP.
9699
9700 2006-08-27 [colin]      2.4.0cvs97
9701
9702         * src/msgcache.c
9703                 Disable mmaped caches - huge metadata loss
9704                 here after a power failure.
9705         * src/summaryview.c
9706                 Add quicksearch timing
9707         * src/common/plugin.c
9708         * src/common/plugin.h
9709                 Implement an interface to tell what plugins
9710                 provide. Prevent loading of similar plugins.
9711         * src/plugins/clamav/clamav_plugin.c
9712         * src/plugins/demo/demo.c
9713         * src/plugins/dillo_viewer/dillo_viewer.c
9714         * src/plugins/pgpcore/plugin.c
9715         * src/plugins/pgpinline/pgpinline.c
9716         * src/plugins/pgpmime/pgpmime.c
9717         * src/plugins/spamassassin/spamassassin.c
9718         * src/plugins/trayicon/trayicon.c
9719                 Implement plugin_provides()
9720
9721 2006-08-27 [colin]      2.4.0cvs96
9722
9723         * configure.ac
9724         * src/plugins/Makefile.am
9725         * src/plugins/bogofilter/.cvsignore
9726         * src/plugins/bogofilter/Makefile.am
9727         * src/plugins/bogofilter/bogofilter.c
9728         * src/plugins/bogofilter/bogofilter.h
9729         * src/plugins/bogofilter/bogofilter_gtk.c
9730                 New Bogofilter plugin, provides filtering and
9731                 learning. Spamassassin will go to extra plugins.
9732
9733 2006-08-26 [mones]      2.4.0cvs95
9734
9735         * manual/handling.xml
9736                 Fix subfolder path in the example (thanks to Paul) 
9737
9738 2006-08-26 [mones]      2.4.0cvs94
9739
9740         * manual/glossary.xml
9741                 2.2. + add ISP to the glossary
9742                 7.5. + Add UIDL to glossary
9743                 7.7. + Add TCP to glossary
9744         * manual/handling.xml
9745                 7.1. + Mentions GNU/Linux distribution, what about the non...
9746                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9747                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9748                 7.4. = Use appropriate quotation for commands
9749                 7.6. = change "" to <quote></quote>
9750         * manual/plugins.xml
9751                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9752         * manual/starting.xml
9753                 2.1. + local mbox file: some examples of mbox file locations...
9754                 Also reformatted files requiring it
9755
9756 2006-08-26 [wwp]        2.4.0cvs93
9757
9758         * src/summary_search.c
9759                 disable find buttons while summary search is running.
9760
9761 2006-08-25 [colin]      2.4.0cvs92
9762
9763         * src/folder.c
9764         * src/folderutils.c
9765         * src/mh.c
9766         * src/procmsg.h
9767         * src/summaryview.c
9768                 Speed up MH moving, and add progressbar
9769                 for MH deletion
9770         * src/msgcache.c
9771                 Write cache files using mmap() too
9772
9773 2006-08-25 [wwp]        2.4.0cvs91
9774
9775         * src/summaryview.c
9776                 switch spam<->ham button when a message has been marked as spam or ham
9777                 and is still selected. Thanks to Colin.
9778
9779 2006-08-25 [paul]       2.4.0cvs90
9780
9781         * src/Makefile.am
9782         * src/stock_pixmap.c
9783         * src/stock_pixmap.h
9784         * src/summaryview.c
9785         * src/gtk/icon_legend.c
9786         * src/pixmaps/copied.xpm
9787         * src/pixmaps/moved.xpm
9788                 add icons for delayed execution marked for
9789                 copying, marked for moving
9790
9791 2006-08-25 [mones]      2.4.0cvs89
9792
9793         * manual/glossary.xml
9794                 Fix the other glossary items:
9795                 5.1. = Inmmediate execution -> <quote>immediate execution...
9796                 5.2. = Fix MBOX capitalization -> Mbox
9797                 5.3. + Improve Plugins def. w/ tech. ref.
9798                 5.4. = Quotation -> replace '>' by <quote>></quote>
9799                 5.5. - SMTP Server. -> remove dot
9800         * po/es.po
9801                 Updated translation
9802
9803 2006-08-25 [mones]      2.4.0cvs88
9804
9805         * manual/ack.xml
9806                 Reformatted, changed email address
9807         * manual/glossary.xml
9808                 Reformatted, fixed MANUAL-TODO items:
9809                 8.2. + add ROT-13 to glossary
9810                 8.4. + add URL to glossary
9811         * manual/es/advanced.xml
9812                 Fixed <literal>s
9813
9814 2006-08-25 [paul]       2.4.0cvs87
9815
9816         * src/gtk/icon_legend.c
9817                 add 'marked for deletion' icon
9818                 arrange icons by containing column
9819                 wrap long label text
9820
9821 2006-08-25 [colin]      2.4.0cvs86
9822
9823         * src/common/utils.c
9824         * src/common/utils.h
9825                 Add the sc_g_*list_bigger functions in
9826                 a place everyone can use it
9827         * src/summaryview.c
9828                 Only freeze/thaw the list when working
9829                 on the selection, if it's bigger than 1
9830         * src/gtk/gtksctree.c
9831                 Only freeze/thaw the list when unselec-
9832                 ting 'all' if ('all' != 1)
9833                 This avoids some flickering
9834
9835 2006-08-24 [colin]      2.4.0cvs85
9836
9837         * src/addressbook.c
9838                 Fix strange list selection
9839                 Fix random seg (Invalid read of freed memory)
9840
9841 2006-08-24 [colin]      2.4.0cvs84
9842
9843         * src/alertpanel.c
9844         * src/gtk/inputdialog.c
9845         * src/plugins/pgpcore/passphrase.c
9846                 Revert minimal width patch of 2.4.0cvs67,
9847                 as it is also a maximal width. Use 
9848                 gtk_window_set_default_size instead.
9849
9850 2006-08-24 [colin]      2.4.0cvs83
9851
9852         * src/msgcache.c
9853                 Write cache/mark to temp files before
9854                 overwriting old ones (avoids metadata
9855                 loss if writing the new files fail).
9856                 Use mmap() to read cache/mark file, as
9857                 this makes cache reading faster. Dis-
9858                 abled for big-endian machines until it
9859                 can be tested. (Big-endian users: set
9860                 msgcache_use_mmap = TRUE in the relevant
9861                 #if).
9862         * src/procmsg.h
9863                 Move rarely used fields of MsgInfo in 
9864                 another structure, which will only be
9865                 allocated if needed. Face, X-Face,
9866                 Return receipt headers and List-*
9867                 headers are moved. Mails having none
9868                 of these occupy 52 bytes less with
9869                 this patch, which makes 2.5MB of RAM
9870                 saved on a 50k folder).
9871         * src/headerview.c
9872         * src/mainwindow.c
9873         * src/messageview.c
9874         * src/partial_download.c
9875         * src/procheader.c
9876         * src/procmsg.c
9877         * src/textview.c
9878                 Follow this structure change.
9879
9880 2006-08-24 [wwp]        2.4.0cvs82
9881
9882         * manual/es/.cvsignore
9883         * manual/es/dist/.cvsignore
9884         * manual/es/dist/html/.cvsignore
9885         * manual/es/dist/pdf/.cvsignore
9886         * manual/es/dist/ps/.cvsignore
9887         * manual/es/dist/txt/.cvsignore
9888                 more (generated) files to ignore.
9889
9890 2006-08-24 [colin]      2.4.0cvs81
9891
9892         * src/folder.c
9893         * src/mh.c
9894                 Fix possible problems with local delivery. Check the folder doesn't
9895                 need scan before setting its mtime when saving cache (which can be
9896                 done long after the folder's been modified by an external process);
9897                 Check that the stored item's mtime didn't change in mh functions.
9898
9899 2006-08-24 [mones]      2.4.0cvs80
9900
9901         * manual/advanced.xml
9902                 Rewrapping, some fixes and MANUAL-TODO items:
9903                 8.1. = change "" to <quote></quote>
9904                 8.3. = quote menu items
9905                 8.5. - deploying -> new user ... ideally a new user (redundant)
9906
9907 2006-08-23 [colin]      2.4.0cvs79
9908
9909         * src/gtk/gtksctree.c
9910                 When selecting or deselecting range, only
9911                 freeze/thaw when selection is bigger than 10
9912
9913 2006-08-23 [colin]      2.4.0cvs78
9914
9915         * src/messageview.c
9916         * src/mimeview.c
9917         * src/mimeview.h
9918         * src/plugins/dillo_viewer/dillo_viewer.c
9919                 Provide an API for MimeViewer plugins to
9920                 return a text selection for replying
9921
9922 2006-08-23 [colin]      2.4.0cvs77
9923
9924         * src/image_viewer.c
9925         * src/textview.c
9926                 Use gtk_pixbuf_new_from_file_at_scale(), which
9927                 is faster than getting the pixbuf then resizing
9928                 it.
9929
9930 2006-08-23 [colin]      2.4.0cvs76
9931
9932         * src/procmime.c
9933                 UTF-8 should be sent Quoted-printable
9934
9935 2006-08-22 [colin]      2.4.0cvs75
9936
9937         * src/mh.c
9938                 Check if scan is required before touching
9939                 the folder (or it'll be required every time)
9940
9941 2006-08-22 [colin]      2.4.0cvs74
9942
9943         * configure.ac
9944                 Require libetpan 0.46 (crasher fix when built
9945                 against gnutls)
9946
9947 2006-08-22 [colin]      2.4.0cvs73
9948
9949         * src/folder.c
9950                 Set folder's mtime after writing its
9951                 cache
9952         * src/folderview.c
9953                 Add some timing
9954         * src/procmsg.c
9955                 Don't do useless stuff if we don't 
9956                 thread by subject
9957         * src/summaryview.c
9958                 Add some timing, don't deselect prior
9959                 to selecting (gtksctree does it itself),
9960                 remove crash avoidance hacks as it's been
9961                 properly fixed since a while
9962         * src/common/utils.c
9963                 Optimize to_human_readable(): _() is slow,
9964                 do it only once, and avoid %f format for KB
9965                 (the most common in a summaryview)
9966         * src/gtk/gtksctree.c
9967                 Don't uselessly freeze/thaw (fixes flicker
9968                 on next unread and friends), reduce number
9969                 of g_list_nth/g_list_position where possible
9970         * src/gtk/gtkutils.c
9971         * src/gtk/gtkutils.h
9972                 Reduce number of g_list_nth/g_list_position
9973                 where possible.
9974                 All of this makes loading as 70k folder 2.1
9975                 seconds instead of 3.2 (with hot FS caches).
9976                 (1.3 seconds without Date and Size columns...)
9977
9978 2006-08-22 [paul]       2.4.0cvs72
9979
9980         wrap documents and do some items from mones' MANUAL-TODO:
9981
9982         * manual/account.xml
9983                 4.1. = fix tabname references to <quote>tabname</quote>
9984                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9985         * manual/faq.xml
9986                 1.1. = mentioned options don't match UI
9987                 Add information about the 'Never send Return Receipts'
9988                 option
9989         * manual/handling.xml
9990                 6.2. = Mentions Extended symbols button, but now is
9991                 named Information
9992                 6.3. = Mentions ... button, which is now Edit
9993
9994 2006-08-22 [colin]      2.4.0cvs71
9995
9996         * src/gtk/pluginwindow.c
9997                 Fix layout in verbose translations (such
9998                 as french)
9999
10000 2006-08-22 [paul]       2.4.0cvs70
10001
10002         * manual/Makefile.am
10003                 build manuals in alphabetical order
10004         * src/addressbook.c
10005         * src/prefs_themes.c
10006                 replace/remove deprecated symbols
10007         * src/gtk/gtkutils.c
10008                 fix a warning
10009         * src/gtk/pluginwindow.c
10010                 replace deprecated symbol
10011                 replace label text and move it
10012         * src/plugins/pgpcore/prefs_gpg.c
10013                 move the 'Generate...' button out of the
10014                 Sign Key frame, replace the English used
10015         * src/plugins/pgpcore/sgpgme.c
10016                 fixes to the English
10017
10018 2006-08-21 [colin]      2.4.0cvs69
10019
10020         * src/plugins/trayicon/trayicon.c
10021                 Add more strings for translation; patch
10022                 by Pawel
10023
10024 2006-08-21 [colin]      2.4.0cvs68
10025
10026         * src/compose.c
10027                 fix replied flag not set after drafting
10028         * src/matcher.c
10029                 fix body quicksearch in non-encoded bodies
10030                 containing '='
10031         * src/msgcache.c
10032                 Get rid of the g_malloc workaround for
10033                 corrupted caches, use g_try_malloc
10034
10035 2006-08-21 [colin]      2.4.0cvs67
10036
10037         * src/alertpanel.c
10038         * src/gtk/inputdialog.c
10039         * src/plugins/pgpcore/passphrase.c
10040                 Set minimal width to 375
10041         * src/mainwindow.c
10042                 Fix switching to offline, asking if it 
10043                 should be overriden for synchronising
10044         * src/mimeview.c
10045                 Don't offer to remember command on Open 
10046                 with for text parts, as the browser or 
10047                 text editor command isn't changed from 
10048                 there
10049
10050 2006-08-20 [paul]       2.4.0cvs66
10051
10052         * po/ko.po
10053         * po/zh_CN.po
10054                 fix plural form errors. revealed by stricter
10055                 checking of gettext 0.15
10056
10057 2006-08-18 [paul]       2.4.0cvs65
10058
10059         * src/stock_pixmap.c
10060                 fix the fix of 2.4.0cvs64
10061                 Thanks to Colin
10062
10063 2006-08-18 [paul]       2.4.0cvs64
10064
10065         * src/stock_pixmap.c
10066                 fix leaks
10067                 Thanks to Colin
10068
10069 2006-08-18 [paul]       2.4.0cvs63
10070
10071         * src/compose.c
10072         * src/procmsg.c
10073                 fix occasional IMAP bug where large msgs
10074                 were left in the queue folder after sending
10075                 Thanks to Colin
10076
10077 2006-08-18 [paul]       2.4.0cvs62
10078
10079         * src/folderview.c
10080                 freeze the summaryview while quicksearch results
10081                 are displayed
10082                 (fixes bug 456 'current message is hidden when the
10083                 view is refreshed and extended search is "unread 
10084                 messages"')
10085                 Thanks to Colin
10086         * src/textview.c
10087                 add missing #include "inputdialog.h"
10088         * src/common/utils.h
10089                 add missing mailcap_update_default() and improve
10090                 readability
10091
10092 2006-08-17 [colin]      2.4.0cvs61
10093
10094         * src/plugins/pgpcore/select-keys.c
10095                 Fix warnings :)
10096
10097 2006-08-17 [colin]      2.4.0cvs60
10098
10099         * src/compose.c
10100                 Don't continue queuing if Cancel is clicked
10101                 in select-keys
10102
10103 2006-08-17 [colin]      2.4.0cvs59
10104
10105         * src/plugins/pgpcore/select-keys.c
10106                 When encrypting, if only one key matches and it 
10107                 matches exactly, automatically use it.
10108
10109 2006-08-17 [colin]      2.4.0cvs58
10110
10111         * src/mimeview.c
10112         * src/prefs_common.c
10113         * src/prefs_common.h
10114         * src/prefs_ext_prog.c
10115         * src/textview.c
10116                 Fix issues with previous patch (text/html)
10117                 Remove outdated prefs
10118
10119 2006-08-17 [colin]      2.4.0cvs57
10120
10121         * src/imap.c
10122                 Add View Log button on auth error
10123         * src/procmsg.c
10124                 Fix encrypted mail marked as new when
10125                 saved in normal folders
10126         * src/plugins/pgpinline/pgpinline.c
10127                 Fix encrypt bug on IMAP
10128         * src/mimeview.c
10129         * src/common/utils.c
10130         * src/common/utils.h
10131         * src/gtk/inputdialog.c
10132         * src/gtk/inputdialog.h
10133                 Get rid of metamail stuff, simplify
10134                 opening, and allow remembering of user's
10135                 choices (by updating ~/.mailcap). There's
10136                 still to drop "Audio player" and "Image
10137                 viewer" preferences.
10138
10139 2006-08-17 [mones]      2.4.0cvs56
10140
10141         * manual/es/sylpheed-claws-manual.xml
10142                 fix DTD path
10143
10144 2006-08-17 [mones]      2.4.0cvs55
10145
10146         * configure.ac
10147         * manual/Makefile.am
10148         * manual/es/Makefile.am
10149         * manual/es/account.xml
10150         * manual/es/ack.xml
10151         * manual/es/addrbook.xml
10152         * manual/es/advanced.xml
10153         * manual/es/faq.xml
10154         * manual/es/glossary.xml
10155         * manual/es/gpl.xml
10156         * manual/es/handling.xml
10157         * manual/es/intro.xml
10158         * manual/es/keyboard.xml
10159         * manual/es/plugins.xml
10160         * manual/es/starting.xml
10161         * manual/es/sylpheed-claws-manual.xml
10162         * manual/es/dist/Makefile.am
10163         * manual/es/dist/html/Makefile.am
10164         * manual/es/dist/pdf/Makefile.am
10165         * manual/es/dist/ps/Makefile.am
10166         * manual/es/dist/txt/Makefile.am
10167                 Spanish translation for the manual
10168
10169 2006-08-16 [colin]      2.4.0cvs54
10170
10171         * src/compose.c
10172         * src/main.c
10173         * src/mainwindow.c
10174                 Fix send button sensitivity at startup
10175                 Set send menu sensitivity (patch by Fabien)
10176         * src/ssl_manager.c
10177                 Enable closing with esc (patch by Fabien)
10178         * src/gtk/foldersort.c
10179                 Enable closing with esc (patch by Fabien)
10180         * src/procmime.c
10181                 Optimisation (no need to copy to tempfile to
10182                 "decode" 7bit and 8bit)
10183         * src/summaryview.c
10184                 Fix cruft in swap_from case
10185         * src/textview.c
10186                 Fix missing last line in some mail cases 
10187                 (Fixes debian #381872)
10188         * src/plugins/pgpcore/prefs_gpg.c
10189         * src/plugins/pgpcore/sgpgme.c
10190         * src/plugins/pgpcore/sgpgme.h
10191                 Don't show "no key found" when user explicitely
10192                 wants to create a key
10193
10194 2006-08-16 [paul]       2.4.0cvs53
10195
10196         * configure.ac
10197         * src/account.c
10198         * src/addressbook.c
10199         * src/headerview.c
10200         * src/prefs_account.c
10201         * src/prefs_message.c
10202         * src/gtk/gtkutils.c
10203                 bump up minimum required versions of GTK+ and
10204                 GLIB to 2.6.0
10205
10206 2006-08-16 [paul]       2.4.0cvs52
10207
10208         * src/toolbar.c
10209                 workaround GTK+ Bug 351600 - 'Can't re-click
10210                 on button after sensitivity update'
10211                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10212                 Thanks to Colin
10213
10214 2006-08-15 [colin]      2.4.0cvs51
10215
10216         * src/plugins/pgpcore/prefs_gpg.c
10217                 Set options sensitivity according to
10218                 key existence
10219         * src/plugins/pgpcore/sgpgme.c
10220                 Allow to create key with no passphrase
10221
10222 2006-08-14 [cleroy]     2.4.0cvs50
10223
10224         * src/gtk/pluginwindow.c
10225                 New layout (maybe to be changed?)
10226         * src/gtk/gtkutils.c
10227                 Fix a bit label_window
10228         * src/plugins/pgpcore/passphrase.c
10229         * src/plugins/pgpcore/passphrase.h
10230         * src/plugins/pgpcore/plugin.c
10231         * src/plugins/pgpcore/prefs_gpg.c
10232         * src/plugins/pgpcore/prefs_gpg.h
10233         * src/plugins/pgpcore/sgpgme.c
10234         * src/plugins/pgpcore/sgpgme.h
10235                 Allow to create a PGP private key via the GUI
10236
10237 2006-08-14 [wwp]        2.4.0cvs49
10238
10239         * src/addressbook_foldersel.c
10240                 fix strict ISO C90 compliance.
10241
10242 2006-08-14 [paul]       2.4.0cvs48
10243
10244         * src/gtk/prefswindow.c
10245                 re-set scrolled window on opening
10246                 Patch by Ticho
10247
10248 2006-08-14 [paul]
10249
10250         2.5.0-rc1 released
10251
10252 2006-08-14 [paul]       2.4.0cvs47
10253
10254         * src/prefs_display_header.c
10255                 re-enable user-defined Displayed Headers
10256
10257 2006-08-14 [paul]       2.4.0cvs46
10258
10259         * src/prefs_account.c
10260                 use GTK_STOCK_EDIT
10261
10262 2006-08-13 [colin]      2.4.0cvs45
10263
10264         * src/common/utils.c
10265                 Fix "a" in quote when the original message is empty,
10266                 by using \0 instead of 'a' to test writability of
10267                 temp files.
10268
10269 2006-08-13 [wwp]        2.4.0cvs44
10270
10271         * src/plugins/spamassassin/spamassassin.c
10272                 fix capitalization of "SpamAssassin" in some debug, log and
10273                 dialog messages.
10274
10275 2006-08-13 [paul]       2.4.0cvs43
10276
10277         * src/editldap.c
10278                 fix overlapping widgets
10279         * src/prefs_account.c
10280                 fix translation of protocol_names[]
10281                 fix label disappearing off the edge of the
10282                 visible area
10283
10284 2006-08-12 [paul]       2.4.0cvs42
10285
10286         * manual/plugins.xml
10287                 update IRC channel info before it gets forgotten
10288                 about
10289
10290 2006-08-11 [colin]      2.4.0cvs41
10291
10292         * src/compose.c
10293         * src/mainwindow.c
10294         * src/mainwindow.h
10295         * src/procmsg.c
10296         * src/procmsg.h
10297         * src/summaryview.c
10298         * src/toolbar.c
10299                 Grey out the Send button if
10300                 - Queue folders are empty, or
10301                 - We're sending already
10302
10303 2006-08-11 [wwp]        2.4.0cvs40
10304
10305         * src/main.c
10306                 fix a logic issue when quitting while a compose window is
10307                 still open, thanks to Colin.
10308
10309 2006-08-10 [colin]      2.4.0cvs39
10310
10311         * src/main.c
10312                 Fix default font size setting after wizard run
10313         * src/imap.c
10314         * src/etpan/imap-thread.c
10315         * src/etpan/imap-thread.h
10316                 Fix bug #999 (Timing out on TSL cert validation 
10317                 dialog makes ugly things happen). Also, STARTTLS
10318                 unconditionnaly if initial capabilities contain
10319                 LOGINDISABLED and STARTTLS.
10320
10321 2006-08-09 [colin]      2.4.0cvs38
10322
10323         * src/mainwindow.c
10324         * src/mainwindow.h
10325                 Fix Tools/Actions sensitivity when there are
10326                 no actions
10327
10328 2006-08-09 [colin]      2.4.0cvs37
10329
10330         * src/prefs_filtering.c
10331                 Warning fix, patch by Paul
10332         * src/messageview.c
10333         * src/prefs_actions.c
10334         * src/prefs_filtering_action.c
10335         * src/prefs_matcher.c
10336                 Uniformisation of "Info ..." to "Info..." (for
10337                 old gtk), patch by Fabien
10338         * src/plugins/clamav/clamav_plugin_gtk.c
10339                 Sensitivity fix by Fabien
10340
10341 2006-08-09 [colin]      2.4.0cvs36
10342
10343         * src/main.c
10344         * src/main.h
10345                 Add a function to know whether we're exiting
10346         * src/plugins/trayicon/trayicon.c
10347                 If exiting, don't do anything. Faster, and
10348                 avoids gtk_main_iteration reentracy causing
10349                 segfaults at exit
10350
10351 2006-08-09 [colin]      2.4.0cvs35
10352
10353         * src/messageview.c
10354         * src/mimeview.c
10355         * src/mimeview.h
10356                 Fix lack of part selection when automatically 
10357                 jumping to a specific part
10358         * src/msgcache.c
10359                 Little optimisation in cache reading
10360
10361 2006-08-09 [colin]      2.4.0cvs34
10362
10363         * src/compose.c
10364                 Fix crash setting the priority on reedit
10365                 (Accessing compose before creating it!)
10366
10367 2006-08-08 [colin]      2.4.0cvs33
10368
10369         * src/procmime.c
10370                 Fix bug #998 (last attachment is not accessible)
10371                 Bad RFC interpretation on multipart close-delimiters
10372         * src/mimeview.c
10373         * src/mimeview.h
10374         * src/gtk/gtkvscrollbutton.c
10375         * src/gtk/gtkvscrollbutton.h
10376                 Make attachments list wheel-scrollable
10377
10378 2006-08-07 [colin]      2.4.0cvs32
10379
10380         * src/gtk/gtkaspell.c
10381                 Fix bug #973 (Unicode punctation characters 
10382                 are not recognized as separators by the
10383                 spell checker); fix unsigned stuff
10384
10385 2006-08-07 [colin]      2.4.0cvs31
10386
10387         * src/compose.c
10388                 Fix bug #956 (DnD text with accents in compose 
10389                 text entry); fix gccc's signed/unsigned fuss
10390
10391 2006-08-06 [colin]      2.4.0cvs30
10392
10393         * src/main.c
10394                 Fix bug #979 (Plugin crashes when exiting 
10395                 sylpheed-claws) : handle exit request only 
10396                 once
10397
10398 2006-08-05 [colin]      2.4.0cvs29
10399
10400         * src/news.c
10401                 Just make sure we have a msgid.
10402
10403 2006-08-05 [colin]      2.4.0cvs28
10404
10405         * src/news.c
10406         * src/summaryview.c
10407                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10408                 by reimplementing it
10409         * src/textview.c
10410                 Fix bug when hiding quotes with level > 3 and quote
10411                 colors are recycled
10412
10413 2006-08-04 [colin]      2.4.0cvs27
10414
10415         * src/compose.c
10416         * src/undo.c
10417         * src/undo.h
10418                 Fix a bit replace-by-pasting undo
10419         * src/mainwindow.c
10420         * src/messageview.c
10421                 Fix Fold quotes menu synchro in
10422                 mainwindow when it changes in 
10423                 messageview
10424         * src/textview.c
10425                 Fix right-click on quotes blocks
10426         * src/common/utils.c
10427                 Verify that the file created by
10428                 my_tmpfile() is writable. Fixes
10429                 bug #988 (very specific filesystem
10430                 issue)
10431         * src/plugins/pgpcore/sgpgme.c
10432                 Fix file descriptor leak
10433         * src/plugins/spamassassin/spamassassin.c
10434                 Warn once if spamd isn't reachable
10435
10436 2006-08-04 [colin]      2.4.0cvs26
10437
10438         * src/toolbar.c
10439                 i18n context patch by Fabien
10440
10441 2006-08-03 [colin]      2.4.0cvs25
10442
10443         * src/mainwindow.c
10444         * src/messageview.c
10445                 Rename "Hide quotes" to "Fold quotes"
10446         * src/textview.c
10447                 Don't use hand cursor on quotes. "all 
10448                 the bonuses of the feature and none of 
10449                 unwelcome side-effects"
10450
10451 2006-08-03 [colin]      2.4.0cvs24
10452
10453         * AUTHORS
10454         * sylpheed-claws.desktop
10455         * src/gtk/authors.h
10456                 Bring the desktop file to XDG compliance
10457                 Patch by Charles A. Edwards
10458
10459 2006-08-03 [colin]      2.4.0cvs23
10460
10461         * src/textview.c
10462                 Fix links offset when they are preceded
10463                 by accentued chars (g_utf8_strlen!)
10464         * src/mainwindow.c
10465                 Fix wrong status when starting offline
10466
10467
10468 2006-08-03 [wwp]        2.4.0cvs22
10469
10470         * src/prefs_common.h
10471                 ask what to do w/ filtering rules that belong to an account when
10472                 applying filtering rules manually from the main window (skip,
10473                 apply regardless of the account, use current account). This dialog
10474                 can be skipped and the last reply used.
10475                 (forgot that file)
10476
10477 2006-08-03 [wwp]        2.4.0cvs21
10478
10479         * src/filtering.c
10480         * src/filtering.h
10481         * src/prefs_common.c
10482         * src/summaryview.c
10483         * src/alertpanel.c
10484         * src/alertpanel.h
10485         * src/messageview.c
10486                 ask what to do w/ filtering rules that belong to an account when
10487                 applying filtering rules manually from the main window (skip,
10488                 apply regardless of the account, use current account). This dialog
10489                 can be skipped and the last reply used.
10490
10491
10492 2006-08-03 [colin]      2.4.0cvs20
10493
10494         * src/textview.c
10495                 Optimize previous patch
10496
10497 2006-08-03 [cleroy]     2.4.0cvs19
10498
10499         * src/textview.c
10500                 Fix quotes getting toggled back when the
10501                 mail has an even number of text parts
10502
10503 2006-08-02 [colin]      2.4.0cvs18
10504
10505         * src/messageview.c
10506                 Add Hide quotes menu
10507
10508 2006-08-02 [colin]      2.4.0cvs17
10509
10510         * src/mainwindow.c
10511         * src/prefs_common.c
10512         * src/textview.c
10513         * src/textview.h
10514         * src/gtk/about.c
10515                 Allow per-level quote hiding,
10516                 Allow toggling quotes by double-clicking them
10517                 Rename RemoteURI to ClickableText to reflect
10518                 the fact it's used for a variety of things
10519
10520 2006-08-02 [wwp]        2.4.0cvs16
10521
10522         * src/mainwindow.c
10523                 fix "View/Hide quotes" menu item status initialization.
10524
10525 2006-08-02 [wwp]        2.4.0cvs15
10526
10527         * src/matcher_parser_parse.y
10528                 remove a debug trace.
10529
10530 2006-08-02 [paul]       2.4.0cvs14
10531
10532         * src/plugins/pgpcore/passphrase.c
10533                 don't set initial dialog size
10534                 make it resizable
10535
10536 2006-08-02 [paul]       2.4.0cvs13
10537
10538         * src/noticeview.c
10539                 remove the rogue '/' character
10540
10541 2006-08-02 [paul]       2.4.0cvs12
10542
10543         * src/noticeview.c
10544                 allow buttons to resize as necessary
10545
10546 2006-08-01 [wwp]        2.4.0cvs11
10547
10548         * src/mbox.c
10549                 fix strict ISO C90 compliance.
10550
10551 2006-08-01 [wwp]        2.4.0cvs10
10552
10553         * tools/update-po
10554                 updated update-po tool to work w/ context-dependent translations.
10555                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10556
10557 2006-08-01 [wwp]        2.4.0cvs9
10558
10559         * src/matcher.c
10560         * src/prefs_filtering.c
10561         * src/prefs_matcher.c
10562                 allow context-dependent translations for "All",
10563                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10564
10565 2006-07-31 [colin]      2.4.0cvs8
10566
10567         * AUTHORS
10568         * src/gtk/authors.h
10569                 Add Rafal to authors
10570
10571 2006-07-31 [colin]      2.4.0cvs7
10572
10573         * src/compose.c
10574         * src/mainwindow.c
10575         * src/messageview.h
10576         * src/prefs_common.c
10577         * src/prefs_common.h
10578         * src/textview.c
10579                 Add 'View/Hide quotes'. Patch based on a patch
10580                 by Rafal Weglarz
10581
10582 2006-07-31 [colin]      2.4.0cvs6
10583
10584         * src/action.c
10585                 Fix problem with "> stuff >" actions
10586
10587 2006-07-31 [paul]       2.4.0cvs5
10588
10589         * po/nb.po
10590                 updated by Geir Helland
10591
10592 2006-07-31 [wwp]        2.4.0cvs4
10593
10594         * src/mainwindow.c
10595         * src/summaryview.c
10596         * src/summaryview.h
10597                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10598                 thanks to Colin.
10599
10600 2006-07-31 [wwp]        2.4.0cvs3
10601
10602         * src/Makefile.am
10603         * src/addr_compl.c
10604         * src/addr_compl.h
10605         * src/addressbook.c
10606         * src/addressbook.h
10607         * src/addressbook_foldersel.c
10608         * src/addressbook_foldersel.h
10609         * src/addrindex.c
10610         * src/addrindex.h
10611         * src/matcher.c
10612         * src/matcher.h
10613         * src/matcher_parser_lex.l
10614         * src/matcher_parser_parse.y
10615         * src/prefs_common.c
10616         * src/prefs_common.h
10617         * src/prefs_filtering.c
10618         * src/prefs_matcher.c
10619         * src/prefs_matcher.h
10620         * src/summaryview.c
10621                 introduce filtering against the address book. It's now possible to add
10622                 matched conditions to determine if any email address in a message matches
10623                 or doesn't match any or all books or folders in the address book.
10624
10625 2006-07-31 [wwp]        2.4.0cvs2
10626
10627         * src/account.c
10628         * src/filtering.c
10629         * src/filtering.h
10630         * src/folder.c
10631         * src/folderview.c
10632         * src/inc.c
10633         * src/mainwindow.c
10634         * src/matcher.c
10635         * src/matcher_parser_lex.l
10636         * src/matcher_parser_parse.y
10637         * src/mbox.c
10638         * src/prefs_filtering.c
10639         * src/prefs_filtering.h
10640         * src/procmsg.c
10641         * src/procmsg.h
10642         * src/summaryview.c
10643                 introduce per-account filtering rules. Each filtering rule can now be assigned
10644                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10645                 when applying filtering rules manually, as all rules will apply - even the ones
10646                 assigned to an account. This issue will be addressed soon.
10647  
10648
10649
10650 2006-07-31 [wwp]        2.4.0cvs1
10651
10652         * src/quote_fmt.c
10653                 make more strings translatable.
10654
10655 2006-07-31 [paul]       2.4.0
10656
10657         2.4.0 released
10658
10659 2006-07-31 [paul]       2.3.1cvs91
10660
10661         * po/ca.po
10662                 updated by Miquel Oliete
10663
10664 2006-07-31 [paul]       2.3.1cvs90
10665
10666         * po/de.po
10667         * po/el.po
10668         * po/fr.po
10669         * po/it.po
10670         * po/pl.po
10671         * po/pt_BR.po
10672         * po/sr.po
10673         * po/zh_CN.po
10674                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10675                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10676                 Aleksandar Urosevic, and Ralgh Young
10677
10678 2006-07-31 [paul]       2.3.1cvs89
10679
10680         * src/account.c
10681         * src/main.c
10682         * src/mainwindow.c
10683         * src/mainwindow.h
10684                 Fix a race condition when, after an SC crash, rescanning
10685                 folders took more than 0.5 seconds
10686                 Thanks to Colin
10687
10688 2006-07-31 [paul]       2.3.1cvs88
10689
10690         * src/folderview.c
10691                 don't translate separator strings
10692
10693 2006-07-30 [mones]      2.3.1cvs87
10694
10695         * doc/man/sylpheed-claws.1
10696                 Fixed non-ASCII chars in Hoa's name
10697         * po/es.po
10698                 Updated for release
10699
10700 2006-07-27 [colin]      2.3.1cvs86
10701
10702         * src/textview.c
10703                 Don't include the leading \n in links
10704                 Patch by Fabien
10705
10706 2006-07-25 [colin]      2.3.1cvs85
10707
10708         * src/mainwindow.c
10709         * src/common/socket.h
10710         * src/etpan/imap-thread.c
10711                 Refresh resolvers before connecting
10712                 to IMAP servers, and after switching
10713                 to online. Thanks to Paul.
10714
10715 2006-07-18 [colin]
10716
10717         * 2.4.0-rc4 released
10718
10719 2006-07-17 [colin]      2.3.1cvs84
10720
10721         * src/inc.c
10722                 Show connection attempt in statusbar before
10723                 connecting (previously first message was
10724                 "Retrieving messages from ..." after the
10725                 connection succeeded.
10726
10727 2006-07-16 [wwp]        2.3.1cvs83
10728
10729         * sylpheed-claws.ico
10730                 Added .ico file (windows multi-size icon file, generated).
10731
10732 2006-07-12 [wwp]        2.3.1cvs82
10733
10734         * src/messageview.c
10735                 remove Message/Re-edit menu entry from messageview window,
10736                 as sent/draft/queued messages are opened in compose window when
10737                 re-edited and it's not possible to re-edit other msgs.
10738
10739 2006-07-12 [paul]       2.3.1cvs81
10740
10741         * AUTHORS
10742         * src/mainwindow.c
10743         * src/gtk/authors.h
10744                 check online state before resetting
10745                 mailcheck timer. Useful if some program
10746                 verifies connection state and updates
10747                 Claws.
10748                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10749
10750 2006-07-12 [paul]       2.3.1cvs80
10751
10752         * sylpheed-claws-128x128.png
10753         * sylpheed-claws-64x64.png
10754         * sylpheed-claws.png
10755         * src/Makefile.am
10756         * src/main.c
10757         * src/prefs_toolbar.c
10758         * src/stock_pixmap.c
10759         * src/stock_pixmap.h
10760         * src/wizard.c
10761         * src/gtk/about.c
10762         * src/gtk/gtkutils.c
10763         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10764         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10765         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10766         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10767         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10768         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10769                 updated and renamed logo/icon files and related
10770                 logo by Jesper Schultz
10771
10772 2006-07-11 [paul]       2.3.1cvs79
10773
10774         * src/main.c
10775                 fix the labels a smidgin
10776
10777 2006-07-09 [colin]      2.3.1cvs78
10778
10779         * src/textview.c
10780                 Show errors in textviewer's command
10781                 Patch by H. Merijn Brand
10782
10783 2006-07-09 [colin]      2.3.1cvs77
10784
10785         * src/compose.c
10786                 Save FMID in drafts too
10787
10788 2006-07-08 [colin]      2.3.1cvs76
10789
10790         * src/compose.c
10791                 Svae RMID in drafted mails too
10792                 Save quote_fmt vars for whole mails,
10793                 don't reset at each quote_fmt_init:
10794                 allows to use the same |i{var} in
10795                 various template fields
10796         * src/prefs_template.c
10797         * src/quote_fmt.h
10798         * src/quote_fmt_parse.y
10799                 Same
10800
10801 2006-07-08 [colin]      2.3.1cvs75
10802
10803         * src/textview.c
10804                 Fix highlighting of attached parts URIs
10805
10806 2006-07-08 [colin]      2.3.1cvs74
10807
10808         * src/main.c
10809                 Prevent bug #981 (sc 2.3.1 segfaults with 
10810                 gtk+ 2.10) from being reported again:
10811                 if Sylpheed-Claws has been compiled against
10812                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10813                 of if Sylpheed-Claws has been compiled against
10814                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10815                 error out.
10816
10817 2006-07-07 [colin]      2.3.1cvs73
10818
10819         * src/prefs_actions.c
10820                 Fix label
10821
10822 2006-07-07 [colin]      2.3.1cvs72
10823
10824         * src/prefs_actions.c
10825                 Fix compile on gtk < 2.8. argh :)
10826
10827 2006-07-07 [paul]       2.3.1cvs71
10828
10829         * src/common/defs.h
10830                 update DONATE_URI
10831
10832 2006-07-07 [colin]      2.3.1cvs70
10833
10834         * po/POTFILES.in
10835         * src/quote_fmt.c
10836         * src/quote_fmt_lex.l
10837         * src/quote_fmt_parse.y
10838                 Add |i{var}, a way to insert user-entered
10839                 text in a template
10840
10841 2006-07-07 [colin]
10842
10843         * 2.4.0-rc3 released
10844
10845 2006-07-07 [colin]      2.3.1cvs69
10846
10847         * src/folder.c
10848                 Don't consider inboxes of UNKNOWN folder 
10849                 classes to be useable as default inboxes
10850
10851 2006-07-07 [paul]       2.3.1cvs68
10852
10853         * src/textview.c
10854                 add missing #include <errno.h>
10855                 Thanks to René J. Blokland
10856
10857 2006-07-07 [paul]       2.3.1cvs67
10858
10859         * src/action.c
10860                 Return now Closes dialog
10861         * src/mimeview.c
10862         * src/mimeview.h
10863         * src/textview.c
10864                 add contextual menu to mime parts listed
10865                 in the textview
10866                 Thanks to Colin
10867         * src/common/utils.c
10868                 reversal: ' is a valid character in URLs
10869
10870 2006-07-06 [colin]      2.3.1cvs66
10871
10872         * src/remotefolder.h
10873                 Forgotten in previous commit
10874
10875 2006-07-06 [colin]      2.3.1cvs65
10876
10877         * src/folder.c
10878                 Set summary update flag whenever
10879                 totals changed
10880         * src/imap.c
10881         * src/prefs_account.c
10882         * src/common/utils.h
10883         * src/etpan/imap-thread.c
10884                 Fix warnings, thanks to Fabien and
10885                 Ricardo
10886
10887 2006-07-06 [wwp]        2.3.1cvs64
10888
10889         * src/gtk/gtkutils.c
10890                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10891
10892 2006-07-06 [wwp]        2.3.1cvs63
10893
10894         * src/account.c
10895         * src/addressbook.c
10896         * src/addressitem.h
10897         * src/folderview.c
10898         * src/mainwindow.c
10899         * src/manual.c
10900         * src/manual.h
10901         * src/message_search.c
10902         * src/prefs_actions.c
10903         * src/prefs_filtering.c
10904         * src/prefs_filtering.h
10905         * src/prefs_template.c
10906         * src/summary_search.c
10907         * src/summaryview.c
10908         * src/gtk/gtkutils.c
10909         * src/gtk/gtkutils.h
10910         * src/gtk/pluginwindow.c
10911                 add help buttons to some dialogs. Clicking such buttons opens a
10912                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10913
10914 2006-07-06 [paul]       2.3.1cvs62
10915
10916         * src/textview.c
10917                 fix attachments contextual menu
10918                 Thanks to Colin
10919
10920 2006-07-05 [colin]      2.3.1cvs61
10921
10922         * src/textview.c
10923         * src/compose.c
10924                 Handle sftp:// links
10925
10926 2006-07-05 [paul]       2.3.1cvs60
10927
10928         * src/gtk/filesel.c
10929                 grab save button by default
10930                 Thanks to Colin
10931
10932 2006-07-05 [wwp]        2.3.1cvs59
10933
10934         * manual/xml2pdf
10935                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10936
10937 2006-07-04 [colin]      2.3.1cvs58
10938
10939         * src/mimeview.c
10940         * src/textview.c
10941                 Use left click to select, middle click to open
10942                 on mimeparts links
10943         * src/common/utils.c
10944                 Fix segfault
10945
10946 2006-07-04 [colin]      2.3.1cvs57
10947
10948         * src/mainwindow.c
10949         * src/news.c
10950                 Warning fixes, thanks to Fabien
10951
10952 2006-07-04 [colin]      2.3.1cvs56
10953
10954         * src/mimeview.c
10955         * src/mimeview.h
10956         * src/textview.c
10957                 Allow parts to be selected via their text label
10958                 in textview
10959
10960 2006-07-04 [colin]      2.3.1cvs55
10961
10962         * src/folderview.c
10963                 Feedback when closing (for big folders)
10964         * src/prefs_actions.c
10965         * src/prefs_filtering.c
10966         * src/prefs_matcher.c
10967         * src/prefs_template.c
10968                 Fix default button when closing without
10969                 having saved
10970
10971 2006-07-04 [colin]      2.3.1cvs54
10972
10973         * src/news.c
10974                 Delete local file on deletion
10975
10976 2006-07-03 [colin]      2.3.1cvs53
10977
10978         * src/folderview.c
10979         * src/main.c
10980                 Don't freeze when rescanning after crash
10981
10982 2006-07-03 [wwp]        2.3.1cvs52
10983
10984         * src/compose.c
10985         * src/privacy.c
10986         * src/privacy.h
10987         * src/plugins/pgpinline/pgpinline.c
10988         * src/plugins/pgpmime/pgpmime.c
10989                 don't report an error when the user cancels the passphrase dialog.
10990
10991 2006-07-02 [colin]      2.3.1cvs51
10992
10993         * src/folderview.c
10994                 Open message when crossing folders with Space,
10995                 goto next unread and friends
10996
10997 2006-07-01 [colin]      2.3.1cvs50
10998
10999         * src/prefs_account.c
11000                 Typographic rules varying from language
11001                 to language (in french "Protocole :"),
11002                 we have to do that :)
11003
11004 2006-07-01 [ticho]      2.3.1cvs49
11005
11006         * src/prefs_account.c
11007                 Only use one temporary gchar* variable in
11008                 prefs_account_protocol_set_optmenu().
11009
11010 2006-07-01 [ticho]      2.3.1cvs48
11011
11012         * src/prefs_account.c
11013         * src/prefs_account.h
11014                 Use GtkLabel for existing account protocol name.
11015                 Created an array for protocol names and populate the
11016                 combobox from it in a for() cycle.
11017
11018 2006-06-30 [colin]      2.3.1cvs47
11019
11020         * src/compose.c
11021                 Block undo when changing signature (by changing
11022                 account)
11023
11024 2006-06-30 [paul]       2.3.1cvs46
11025
11026         * src/send_message.c
11027                 when editing From in the Compose window, use that address
11028                 in the Return-Path: header
11029                 Thanks to Colin
11030
11031 2006-06-30 [colin]      2.3.1cvs45
11032
11033         * src/compose.c
11034                 Fix signature replacement:
11035                 - when no newline before separator
11036                 - when reediting
11037
11038 2006-06-29 [colin]      2.3.1cvs44
11039
11040         * src/folderview.c
11041         * src/folderview.h
11042         * src/mainwindow.c
11043         * src/summaryview.c
11044                 Let 'View/Go to/Next marked' work like
11045                 Next new & Next unread: across folders
11046                 Change the select_on_entry pref to do
11047                 what we want when changing folder
11048         * src/common/utils.c
11049                 Fix single-quoted links 
11050
11051 2006-06-29 [colin]      2.3.1cvs43
11052
11053         * src/gtk/gtkaspell.c
11054                 "Sylpheed" and "Sylpheed-Claws" do exist !
11055
11056 2006-06-29 [colin]      2.3.1cvs42
11057
11058         * src/imap.c
11059                 Forgot to remove debug
11060
11061 2006-06-29 [colin]      2.3.1cvs41
11062
11063         * src/imap.c
11064         * src/imap.h
11065         * src/mainwindow.c
11066                 Disconnect from IMAP servers when going
11067                 offline. Fixes bug #978 (going to offline-mode 
11068                 won't close connections)
11069
11070 2006-06-29 [colin]      2.3.1cvs40
11071
11072         * src/main.c
11073                 Fix transient setting on failing plugins
11074                 Patch by Fabien
11075         * src/plugins/pgpcore/sgpgme.c
11076                 Only warn for OpenPGP. Most people don't
11077                 have CMS available.
11078
11079 2006-06-29 [colin]      2.3.1cvs39
11080
11081         * src/compose.c
11082                 Fix Spelling menu (discrepancy between context menu
11083                 and top menu when folder's dictionary isn't the 
11084                 default one)
11085         * src/plugins/pgpcore/sgpgme.c
11086                 More error reporting about why gpgme can fail
11087
11088 2006-06-29 [wwp]        2.3.1cvs38
11089
11090         * src/mainwindow.c
11091                 honor the display-header-pane setting even when the message view
11092                 is a separate window.
11093
11094 2006-06-29 [wwp]        2.3.1cvs37
11095
11096         * src/prefs_actions.c
11097                 forgot to commit that one (use of GTK_STOCK_INFO).
11098
11099 2006-06-29 [colin]      2.3.1cvs36
11100
11101         * src/imap.c
11102                 Better handling of login errors (ask the password
11103                 again once), alert in case of error. Fix three
11104                 signedness warnings.
11105
11106 2006-06-28 [wwp]        2.3.1cvs35
11107
11108         * src/prefs_template.c
11109         * src/prefs_matcher.c
11110         * src/prefs_filtering_action.c
11111         * src/prefs_quote.c
11112                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11113                 patch by Fabien Vantard, slightly modified.
11114
11115 2006-06-28 [paul]
11116
11117         2.4.0-rc2 released
11118
11119 2006-06-28 [colin]      2.3.1cvs34
11120
11121         * src/prefs_account.c
11122                 Fix bug #977 (Can't add or edit imap accounts)
11123
11124 2006-06-28 [colin]      2.3.1cvs33
11125
11126         * src/mimeview.c
11127                 Fix previous
11128
11129 2006-06-28 [colin]      2.3.1cvs32
11130
11131         * src/mimeview.c
11132                 Save named inlined attachments with "Save all"
11133         * src/main.c
11134         * src/mbox.c
11135         * src/common/plugin.c
11136         * src/common/plugin.h
11137         * src/common/sylpheed.c
11138         * src/common/utils.c
11139         * src/plugins/pgpcore/sylpheed.def
11140         * src/plugins/pgpinline/sylpheed.def
11141         * src/plugins/pgpmime/sylpheed.def
11142                 Win32 compatibility patch, by
11143                 Werner Koch
11144
11145 2006-06-28 [wwp]        2.3.1cvs31
11146
11147         * src/imap.c
11148         * src/prefs_folder_item.c
11149                 less compilation warnings (thanks to Fabien Vantard), less typos.
11150
11151 2006-06-28 [paul]       2.3.1cvs30
11152
11153         * src/gtk/gtkutils.c
11154                 gtk_combo_box_set_focus_on_click() is only
11155                 available since gtk 2.6.0
11156
11157 2006-06-28 [paul]       2.3.1cvs29
11158
11159         * src/prefs_ext_prog.c
11160                 fix engrish and add a tooltip for the
11161                 'command for 'Display as text' option
11162
11163 2006-06-28 [paul]
11164
11165         2.4.0-rc1 released
11166
11167 2006-06-28 [paul]       2.3.1cvs28
11168
11169         * ChangeLog
11170         * tools/Makefile.am
11171                 include textviewer.pl in releases
11172
11173 2006-06-28 [paul]       2.3.1cvs27
11174
11175         * src/prefs_ext_prog.c
11176                 hide Print command option if libgnomeprint
11177                 support is present
11178
11179 2006-06-27 [colin]      2.3.1cvs26
11180
11181         * src/compose.c
11182                 Fix Esc handling in insert/attach dialog
11183                 Don't show this dialog if dragging something
11184                 else than text/uri-list
11185                 Thanks to Fabien Vantard
11186         * tools/textviewer.pl
11187                 Filter script to display stuff as text
11188                 by H. Merijn Brand
11189
11190 2006-06-27 [wwp]        2.3.1cvs25
11191
11192         * src/messageview.c
11193                 use the exact product name (message view title), patch
11194                 by Fabien Vantard.
11195
11196 2006-06-27 [ticho]      2.3.1cvs24
11197
11198         * src/prefs_account.c
11199         * src/prefs_common.c
11200         * src/prefs_common.h
11201         * src/prefs_ext_prog.c
11202         * src/textview.c
11203                 Add a preference (Preferences/External programs)
11204                 to allow "Display as text" to be done via a script
11205                 (patch by H.Merijn Brand).
11206                 Use GtkComboBox for protocol selection in account
11207                 preferences.
11208                 Only include current choice for existing accounts, and
11209                 insensitivize the combobox.
11210
11211 2006-06-27 [paul]       2.3.1cvs23
11212
11213         * src/mbox.c
11214                 fix crasher introduced in cvs21.
11215                 Thanks to Colin
11216
11217 2006-06-26 [colin]      2.3.1cvs22
11218
11219         * src/mbox.c
11220                 Fix double-frees when leaving folders
11221                 after exporting to mbox
11222
11223 2006-06-26 [colin]      2.3.1cvs21
11224
11225         * src/mbox.c
11226                 More feedback (and optimisation)
11227                 on import/export
11228         * src/common/utils.c
11229                 Fix case when looking for mail addresses
11230         * src/gtk/gtkutils.c
11231                 Extra check for (X-)Face
11232
11233 2006-06-25 [ticho]      2.3.1cvs20
11234
11235         * src/compose.c
11236         * src/exphtmldlg.c
11237         * src/gtk/gtkutils.c
11238         * src/gtk/gtkutils.h
11239                 Added second argument to gtkut_sc_combobox_create() to
11240                 control focus-on-click for the widget.
11241                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11242
11243 2006-06-25 [ticho]      2.3.1cvs19
11244
11245         * src/compose.c
11246         * src/gtk/Makefile.am
11247         * src/gtk/combobox.c
11248         * src/gtk/combobox.h
11249         * src/gtk/gtkutils.c
11250         * src/gtk/gtkutils.h
11251                 Use GtkComboBox instead of deprecated GtkOptionMenu
11252                 for account selector in compose window and for encoding
11253                 selector in attachment properties.
11254                 Also factorise working with the new GtkComboBox somewhat.
11255
11256 2006-06-24 [paul]       2.3.1cvs18
11257
11258         * src/prefs_common.c
11259                 use the correct default value
11260
11261 2006-06-24 [paul]       2.3.1cvs17
11262
11263         * src/compose.c
11264         * src/prefs_common.c
11265         * src/prefs_common.h
11266         * src/prefs_compose_writing.c
11267                 enable setting of default action when
11268                 dnd'ing files in the compose window.
11269                 (Collaborative effort with wwp)
11270
11271 2006-06-23 [wwp]        2.3.1cvs16
11272
11273         * src/compose.c
11274                 i18n fix (thanks to Fabien Vantard)
11275
11276 2006-06-22 [colin]      2.3.1cvs15
11277
11278         * src/prefs_customheader.c
11279                 Don't use filters in custom headers' file 
11280                 selector. Remember, extensions mean nothing :)
11281
11282 2006-06-22 [paul]       2.3.1cvs14
11283
11284         * configure.ac
11285                 allow setting of man directory location
11286
11287 2006-06-22 [colin]      2.3.1cvs13
11288
11289         * src/mainwindow.c
11290                 Add 'View/Go to/Next unread folder'.
11291                 I missed that :)
11292
11293 2006-06-22 [colin]      2.3.1cvs12
11294
11295         * src/common/utils.c
11296                 Add some subject prefixes
11297                 Patch by Bjorn T Johansen <btj@havleik.no>
11298
11299 2006-06-22 [colin]      2.3.1cvs11
11300
11301         * manual/advanced.xml
11302                 Forgotten hidden pref
11303
11304 2006-06-21 [paul]       2.3.1cvs10
11305
11306         * src/prefs_account.c
11307                 complete the removal of 'Add date header' option
11308
11309 2006-06-21 [paul]       2.3.1cvs9
11310
11311         * src/account.c
11312         * src/compose.c
11313         * src/prefs_account.c
11314         * src/prefs_account.h
11315                 remove option to add date header - always
11316                 add date header
11317         * src/etpan/imap-thread.c
11318                 fix warnings (Thanks to Colin)
11319
11320 2006-06-21 [wwp]        2.3.1cvs8
11321
11322         * src/folder.c
11323                 set the attachment flag when inline text part are (file)named. This is more convenient
11324                 when receiving (for instance) inline source files or patches sent using thunderbird.
11325
11326 2006-06-21 [paul]       2.3.1cvs7
11327
11328         * src/inc.c
11329                 fix off-by-one count of current msg in
11330                 statusbar filtering progressbar
11331
11332 2006-06-21 [paul]       2.3.1cvs6
11333
11334         * src/folder.c
11335                 Show attachment icon even if the part is 'inline'
11336                 if the following conditions are met:
11337                 - content-type != 'text/plain'
11338                 - content-type != '*/pgp-signature'
11339                 - either 'name' or 'filename' parameter is not NULL
11340                 
11341                 Thanks to Colin
11342
11343 2006-06-21 [paul]       2.3.1cvs5
11344
11345         * src/messageview.c
11346         * src/prefs_common.c
11347         * src/prefs_common.h
11348         * src/prefs_other.c
11349                 add an option to 'Never send Return
11350                 Receipts'
11351                 Thanks to Colin
11352
11353 2006-06-20 [mones]      2.3.1cvs4
11354
11355         * po/es.po
11356                 updated
11357         * src/compose.c
11358                 typo fixed (space after comma)
11359         * tools/make.themes.project
11360                 remove exec mode from tarball files
11361
11362 2006-06-20 [colin]      2.3.1cvs3
11363
11364         * src/news.c
11365         * src/procheader.c
11366         * src/unmime.c
11367                 Better fix for \n's in headers (don't 
11368                 break Received: and others)
11369
11370 2006-06-20 [paul]       2.3.1cvs2
11371
11372         * src/alertpanel.c
11373         * src/textview.c
11374                 improve legibility of phishing attempt
11375                 dialog
11376
11377 2006-06-20 [paul]       2.3.1cvs1
11378
11379         * NEWS
11380         * README
11381         * configure.ac
11382                 Update version number following
11383                 stable release
11384
11385 2006-06-20 [colin]      2.3.0cvs26
11386
11387         * src/compose.c
11388                 When dragging a file to the text of the compose
11389                 window, ask whether we want to insert or attach
11390                 (I know lots of people who do that to attach)
11391
11392 2006-06-20 [colin]      2.3.0cvs25
11393
11394         * src/etpan/imap-thread.c
11395                 Fix threshold (the append command is often > 32 bytes)
11396
11397 2006-06-19 [colin]      2.3.0cvs24
11398
11399         * src/imap.c
11400         * src/etpan/imap-thread.c
11401                 Workaround Rockliffe IMAP server bug: replace
11402                 "x UID SEARCH (ANSWERED UID 1:*)" with
11403                 "x UID SEARCH ANSWERED"
11404                 (Rockliffe doesn't handle the parenthesis)
11405
11406 2006-06-19 [colin]      2.3.0cvs23
11407
11408         * src/compose.c
11409         * src/imap.c
11410         * src/etpan/imap-thread.c
11411                 Probably fix bug #972 (Freezes when adding 
11412                 an attachment to the message)
11413         * src/common/defs.h
11414                 Modernize Firefox cmd
11415
11416
11417 2006-06-18 [colin]      2.3.0cvs22
11418
11419         * src/prefs_customheader.c
11420                 Only allow correct filenames for various
11421                 custom headers
11422
11423 2006-06-18 [colin]      2.3.0cvs21
11424
11425         * src/prefs_customheader.c
11426                 Add a 'From File...' button in custom headers prefs, which
11427                 try to do the right thing: 
11428                 for normal headers, use file as plaintext,
11429                 for X-Face, calls compface,
11430                 for Face, encode to b64.
11431
11432 2006-06-17 [colin]      2.3.0cvs20
11433
11434         * src/mh.c
11435                 Warning fix
11436
11437 2006-06-16 [colin]      2.3.0cvs19
11438
11439         * src/summaryview.c
11440                 Recursive quicksearch: show message list
11441                 in current folder, *then* search children
11442                 in the background.
11443
11444 2006-06-16 [colin]      2.3.0cvs18
11445
11446         * src/main.c
11447                 Instead of ignoring SIGPIPE, save caches
11448                 when getting one. Will fix the fact that
11449                 hot caches are out-of-date when logging 
11450                 out of Xorg.
11451         * src/compose.c
11452         * src/prefs_compose_writing.c
11453                 Only save text (not attachments) when 
11454                 auto-saving to drafts
11455         * src/unmime.c
11456                 Always replace \n, \r and \t with spaces
11457                 in headers
11458         * manual/dist/html/Makefile.am
11459         * manual/dist/pdf/Makefile.am
11460         * manual/dist/ps/Makefile.am
11461         * manual/dist/txt/Makefile.am
11462         * manual/fr/dist/html/Makefile.am
11463         * manual/fr/dist/pdf/Makefile.am
11464         * manual/fr/dist/ps/Makefile.am
11465         * manual/fr/dist/txt/Makefile.am
11466         * manual/pl/dist/html/Makefile.am
11467         * manual/pl/dist/pdf/Makefile.am
11468         * manual/pl/dist/ps/Makefile.am
11469         * manual/pl/dist/txt/Makefile.am
11470                 Fix make clean removing pregenerated manuals
11471
11472
11473 2006-06-16 [colin]      2.3.0cvs17
11474
11475         * src/plugins/pgpcore/sgpgme.c
11476         * src/plugins/pgpmime/pgpmime.c
11477         * src/plugins/pgpinline/pgpinline.c
11478                 Better error reporting in setup_signers.
11479                 Don't fallback to default key if specified
11480                 key isn't found.
11481                 Don't allow signing if more than one secret
11482                 key matches the one specified in prefs.
11483
11484 2006-06-15 [colin]      2.3.0cvs16
11485
11486         * src/folderview.c
11487                 Add "Send queue" in the folder's contextual
11488                 menu
11489         * src/compose.c
11490         * src/messageview.c
11491         * src/privacy.c
11492         * src/privacy.h
11493         * src/procmime.c
11494         * src/procmsg.c
11495         * src/plugins/pgpcore/passphrase.c
11496         * src/plugins/pgpcore/sgpgme.c
11497         * src/plugins/pgpinline/pgpinline.c
11498         * src/plugins/pgpmime/pgpmime.c
11499                 Better error reporting
11500         * src/mbox.c
11501                 Probably fix bug #971 (2.2.3 cannot read mail 
11502                 from local mbox)
11503
11504
11505 2006-06-15 [mones]      2.3.0cvs15
11506
11507         * tools/make.themes.project
11508                 creates the themes project from the web page
11509
11510 2006-06-15 [colin]      2.3.0cvs14
11511
11512         * src/folder.c
11513                 Better fix (avoid losing the folder if scan_tree 
11514                 fails)
11515
11516 2006-06-15 [cleroy]     2.3.0cvs13
11517
11518         * src/folder.c
11519                 Probably fix Bug #969 (crash on rebuilding 
11520                 imap folder)
11521
11522 2006-06-14 [colin]      2.3.0cvs12
11523
11524         * manual/dtd/manual.xsl
11525         * manual/sylpheed-claws-manual.xml
11526         * manual/fr/sylpheed-claws-manual.xml
11527         * manual/pl/sylpheed-claws-manual.xml
11528                 Insert pagebreaks between sections
11529
11530 2006-06-14 [paul]       2.3.0cvs11
11531
11532         * configure.ac
11533                 better fix than 2.3.0cvs10
11534
11535 2006-06-14 [paul]       2.3.0cvs10
11536
11537         * configure.ac
11538                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11539                 (backwards compatible)
11540
11541 2006-06-13 [colin]      2.3.0cvs9
11542
11543         * src/messageview.c
11544                 Fix sending of return receipt with the new queue folders
11545
11546 2006-06-13 [wwp]        2.3.0cvs8
11547
11548         * src/quote_fmt_lex.l
11549                 fix wrong tokens returned in quote_fmt lexer, query not().
11550
11551 2006-06-13 [wwp]        2.3.0cvs7
11552
11553         * src/folder.c
11554         * src/prefs_folder_item.c
11555                 allow changing folder type even when folder is not a top-level one,
11556                 thanks to Colin.
11557
11558 2006-06-12 [colin]      2.3.0cvs6
11559
11560         * src/folderview.c
11561                 Fix double-ask of "Do you want to mark all
11562                 as read"
11563
11564 2006-06-12 [colin]      2.3.0cvs5
11565
11566         * src/compose.c
11567         * src/compose.h
11568         * src/folder.c
11569         * src/folder.h
11570         * src/imap.c
11571         * src/inc.c
11572         * src/main.c
11573         * src/messageview.c
11574         * src/mh.c
11575         * src/prefs_folder_item.c
11576         * src/procheader.c
11577         * src/procmime.c
11578         * src/procmsg.c
11579         * src/procmsg.h
11580         * src/send_message.c
11581         * src/summaryview.c
11582         * src/toolbar.c
11583                 Apply bug #964's patch (Queue and drafts aren't normal)
11584                 The Drafts and Queue folder now contain RFC-822 files,
11585                 allowing to move and copy mails from and to these 
11586                 folders. Moving from Drafts to Queue will prepare the
11587                 mail for sending (PGP signature, encryption, etc).
11588                 This patch also rework sending errors handling to try
11589                 to be more helpful.
11590                 Also, allow redefining folder types via the GUI 
11591                 (Folder type in its Properties)
11592
11593 2006-06-12 [colin]      2.3.0cvs4
11594
11595         * src/summaryview.c
11596         * src/prefs_common.c
11597         * src/prefs_common.h
11598         * src/gedit-print.c
11599                 Allow to define a specific print font - patch
11600                 by Bernhard Walle <bernhard.walle@gmx.de>
11601         * src/prefs_fonts.c
11602         * manual/advanced.xml
11603         * manual/fr/advanced.xml
11604                 Add a hidden pref to allow deletion without
11605                 confirmation
11606
11607 2006-06-12 [wwp]        2.3.0cvs3
11608
11609         * .cvsignore
11610                 more files to ignore.
11611
11612 2006-06-12 [wwp]        2.3.0cvs2
11613
11614         * src/quote_fmt.c
11615         * src/quote_fmt_lex.l
11616         * src/quote_fmt_parse.y
11617                 extend the quote_fmt parser (templates and quotes):
11618                 - allow limited sub-expressions in |p{} and |f{} expressions,
11619                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11620                 - implemented/fixed missing implementation of query_references and show_references,
11621                 - completed, fixed contents and format of the symbols help dialog,
11622                 - fix some compilation warnings.
11623
11624 2006-06-12 [wwp]        2.3.0cvs1
11625
11626         * manual/advanced.xml
11627         * manual/fr/advanced.xml
11628                 updates in the "templates" section of the manual (eng/fr):
11629                  - be more precise (both versions)
11630                  - completed to match the english reference (fr version)
11631                  - touchups (both versions)
11632
11633 2006-06-12 [paul]       2.3.0
11634
11635         2.3.0 released
11636
11637 2006-06-12 [paul]       2.2.3cvs14
11638
11639         * po/ca.po
11640         * po/cs.po
11641         * po/de.po
11642         * po/el.po
11643         * po/fr.po
11644         * po/it.po
11645         * po/pt_BR.po
11646         * po/sr.po
11647         * po/zh_CN.po
11648                 updated by Miquel Oliete, Tim, Stephan Sachse,
11649                 Stavros Giannouris, Fabien Vantard, Andrea
11650                 Spadaccini, Frederico Goncalves Guimaraes,
11651                 Aleksandar Urosevic, and Ralgh Young
11652
11653 2006-06-12 [colin]      2.2.3cvs13
11654
11655         * src/mbox.c
11656                 Add missing header
11657
11658 2006-06-11 [colin]      2.2.3cvs12
11659
11660         * src/msgcache.c
11661                 Verify that g_malloc() succeeded
11662
11663 2006-06-11 [colin]      2.2.3cvs11
11664
11665         * src/wizard.c
11666                 Add Face header to welcome mail
11667
11668 2006-06-10 [colin]      2.2.3cvs10
11669
11670         * src/textview.c
11671                 Revert previous (Forgot it changes the
11672                 margin on the whole mail)
11673
11674 2006-06-10 [colin]      2.2.3cvs9
11675
11676         * src/textview.c
11677                 Don't overlap long headers under (X-)Face
11678
11679 2006-06-10 [mones]      2.2.3cvs8
11680
11681         * manual/xml2pdf
11682                 allow generation of manual on systems lacking saxon binary
11683                 but with java and the saxon library installed
11684
11685         * po/es.po
11686                 updated for release
11687
11688 2006-06-09 [colin]      2.2.3cvs7
11689
11690         * src/summaryview.c
11691                 Fix leak when using Display Sender using Addressbook
11692
11693 2006-06-09 [colin]      2.2.3cvs6
11694
11695         * src/compose.c
11696         * src/folder.c
11697         * src/folderview.c
11698         * src/mimeview.c
11699         * src/summaryview.c
11700                 More leaks fixes
11701
11702 2006-06-09 [paul]       2.2.3cvs5
11703
11704         * AUTHORS
11705         * src/gtk/authors.h
11706         * tools/claws.i18n.status.pl
11707                 updated with new info
11708
11709 2006-06-09 [paul]       2.2.3cvs4
11710
11711         * README
11712                 updated
11713         * manual/ack.xml
11714                 add wwp to authors list
11715         * src/gtk/authors.h
11716                 update mine and Colin's addresses
11717
11718 2006-06-08 [colin]      2.2.3cvs3
11719
11720         * src/etpan/imap-thread.c
11721                 Fix leak on SSL cert check
11722
11723 2006-06-08 [colin]      2.2.3cvs2
11724
11725         * src/common/utils.c
11726                 Fix leak
11727
11728 2006-06-08 [paul]       2.2.3cvs1
11729
11730         * configure.ac
11731                 Update version number following
11732                 stable release
11733
11734 2006-06-07 [colin]      2.2.2cvs3
11735
11736         * src/msgcache.c
11737                 Fix catching cache read errors (guint instead of gint)
11738                 Prevent malloc'ing more than 8MB (means cache corruption)
11739
11740 2006-06-07 [paul]       2.2.2cvs2
11741
11742         * src/exporthtml.c
11743         * src/exportldif.c
11744         * src/mh.c
11745         * src/mutt.c
11746         * src/pine.c
11747         * src/common/utils.c
11748                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11749                 obey $HOME'
11750                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11751                 Thanks to Colin
11752
11753 2006-06-06 [paul]       2.2.2cvs1
11754
11755         * configure.ac
11756                 Update version number following
11757                 stable release
11758
11759 2006-06-06 [paul]       2.2.1cvs6
11760
11761         * src/matcher.c
11762                 fix  implicit declaration of
11763                 sylpheed_do_idle()
11764                 Patch by Fabien Vantard
11765
11766 2006-06-06 [paul]       2.2.1cvs5
11767
11768         * src/matcher.c
11769                 fix age_greater and age_lower so that they
11770                 mean what say and not '...or equal to'
11771                 Thanks to Colin
11772
11773 2006-06-06 [paul]       2.2.1cvs4
11774
11775         * src/textview.c
11776         * src/common/utils.c
11777                 fix URI check
11778                 Thanks to Colin
11779
11780 2006-06-05 [wwp]        2.2.1cvs3
11781
11782         * manual/fr/account.xml
11783                 minor language fixes (thanks to Fabien Vantard).
11784
11785 2006-06-05 [colin]      2.2.1cvs2
11786
11787         * src/prefs_folder_item.c
11788         * src/folderview.c
11789                 Allow recursive setting of properties 
11790                 for whole mailboxes
11791         * src/matcher.c
11792                 Don't freeze on 'test' filtering rule
11793
11794 2006-06-05 [colin]      2.2.1cvs1
11795
11796         * configure.ac
11797                 Update version number following
11798                 stable release
11799
11800 2006-06-04 [wwp]        2.2.0cvs82
11801
11802         * manual/glossary.xml
11803         * manual/account.xml
11804         * manual/fr/glossary.xml
11805         * manual/fr/account.xml
11806                 added glossary section and references/links related to the Face custom header.
11807
11808 2006-06-04 [colin]      2.2.0cvs81
11809
11810         * src/summaryview.c
11811                 Skip to next message on move with no
11812                 immediate execution
11813
11814 2006-06-04 [wwp]        2.2.0cvs80
11815
11816         * manual/xml2pdf
11817                 added sanity checks, exit when needed.
11818
11819 2006-06-03 [paul]       2.2.0cvs79
11820
11821         * src/prefs_receive.c
11822                 page name is now 'Receiving'
11823         * src/prefs_send.c
11824                 page name is now 'Sending'
11825
11826 2006-06-03 [colin]      2.2.0cvs78
11827
11828         * src/plugins/spamassassin/spamassassin_gtk.c
11829                 Autoswitch to Localhost if transport was previously
11830                 disabled. Else people had to check [] Enable, then
11831                 *reselect* transport.
11832
11833 2006-06-03 [colin]      2.2.0cvs77
11834
11835         * src/plugins/pgpinline/pgpinline.c
11836         * src/plugins/pgpmime/pgpmime.c
11837                 Check that gpg_data_release_and_get_mem 
11838                 didn't fail (now, why this happens...)
11839
11840 2006-06-03 [colin]      2.2.0cvs76
11841
11842         * src/mbox.c
11843                 Fix bug #962 (Manual and/or UI should 
11844                 warn about incompatible locking 
11845                 causing dataloss)
11846
11847 2006-06-02 [cleroy]     2.2.0cvs75
11848
11849         * src/filtering.c
11850         * src/folder.c
11851         * src/procmsg.c
11852         * src/summaryview.c
11853                 Fix a few leaks
11854
11855 2006-06-02 [colin]      2.2.0cvs74
11856
11857         * src/main.c
11858                 On exit, free caches after writing them
11859                 Shuts up some valgrind false positives
11860         * src/procmsg.c
11861         * src/send_message.c
11862                 Fix races when reusing existing SMTP connections
11863                 Fix inexistant session timeout
11864         * src/toolbar.c
11865                 Display alertpanel after all queues have
11866                 been processed, not after each
11867
11868 2006-06-02 [wwp]        2.2.0cvs73
11869
11870         * manual/fr/glossary.xml
11871         * manual/fr/ack.xml
11872         * manual/ack.xml
11873                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11874
11875 2006-06-02 [wwp]        2.2.0cvs72
11876
11877         * manual/xml2pdf
11878         * manual/dist/pdf/Makefile.am
11879         * manual/dtd/manual.xsl
11880         * manual/fr/dist/pdf/Makefile.am
11881         * manual/pl/dist/pdf/Makefile.am
11882                 we changed the procedure to generate the .pdf version of the manual.
11883                 The procedure is more modern and the .pdf we get now has a valid index.
11884                 Here are the new pre-requisites:
11885
11886                 - JRE 1.x (1.4 here): there must be one from your distro
11887                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11888                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11889                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11890
11891                 See my posts for further info about the installation of this toolchain:
11892
11893                 Date: Fri, 19 May 2006 19:40:06 +0200
11894                 From: wwp <subscript@free.fr>
11895                 To: sylpheed-claws-devel@lists.sourceforge.net
11896                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11897
11898                 and
11899
11900                 Date: Wed, 24 May 2006 12:58:49 +0200
11901                 From: wwp <subscript@free.fr>
11902                 To: sylpheed-claws-devel@lists.sourceforge.net
11903                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11904
11905 2006-06-01 [colin]      2.2.0cvs71
11906
11907         * src/compose.c
11908                 Better guards against IMAP races
11909         * src/main.c
11910         * src/prefs_common.c
11911         * src/prefs_common.h
11912         * src/common/ssl_certificate.c
11913         * src/etpan/imap-thread.c
11914         * src/etpan/imap-thread.h
11915         * src/gtk/sslcertwindow.c
11916                 New hidden option ssl_skip_cert_check to 
11917                 avoid dups of bug #959 (libetpan linked
11918                 against gnutls and gnutls buggy on 64bit)
11919                 Present expired warning only once per
11920                 session/server.
11921         * manual/advanced.xml
11922         * manual/fr/advanced.xml
11923                 Document new option
11924
11925 2006-06-01 [wwp]        2.2.0cvs70
11926
11927         * src/messageview.c
11928                 fix for bug #961 (return receipt dialog 
11929                 complains incorrectly about return-path 
11930                 email adress being different), thanks 
11931                 to Colin.
11932
11933 2006-05-31 [cleroy]     2.2.0cvs69
11934
11935         * src/common/ssl.c
11936                 Guard against NULLs, although this
11937                 should never be an issue
11938
11939 2006-05-31 [colin]      2.2.0cvs68
11940
11941         * src/filtering.c
11942                 Use g_slist_prepend
11943         * src/imap.c
11944                 Don't remove caches when destroying folder, it
11945                 could (should) be done at exit
11946         * src/inc.c
11947                 free processing cache after incorporation
11948         * src/etpan/imap-thread.c
11949                 Maybe fix bug #959 (Crash on moving to emails 
11950                 to a imap account per ssl with a expired 
11951                 certificate.)
11952
11953 2006-05-30 [colin]      2.2.0cvs67
11954
11955         * src/summaryview.c
11956                 Put back event flush when displaying message
11957                 It avoids reading a bunch of messages just
11958                 by hitting shift-n for too long ;)
11959
11960 2006-05-29 [colin]      2.2.0cvs66
11961
11962         * src/summaryview.c
11963                 Remove useless g_warnings
11964
11965 2006-05-29 [colin]      2.2.0cvs65
11966
11967         * src/imap.c
11968                 Fix g_slist_append()s for performance
11969
11970 2006-05-29 [colin]      2.2.0cvs64
11971
11972         * src/compose.c
11973         * src/common/utils.c
11974                 Fix extraneous tab at start of addresses
11975         * src/mainwindow.c
11976                 Fix warnings (thanks to Fabien)
11977                 Fix crash at exit when composing messages 
11978                 exist
11979         * src/pop.c
11980                 Fix progress bar when deleting expired mails
11981                 Thanks to Hiro
11982         * src/summaryview.c
11983         * src/gtk/gtksctree.c
11984                 Fix re-sorting slowness
11985
11986 2006-05-29 [paul]       2.2.0cvs63
11987
11988         * src/mh.c
11989                 fetch full message when moving mails
11990                 from another mailbox, (fixed data loss
11991                 when filtering from IMAP to MH, introduced
11992                 in 2.2.0cvs57).
11993                 Thanks to Colin
11994
11995 2006-05-29 [mones]      2.2.0cvs62
11996
11997         * src/gtk/gtksctree.c
11998                 Unselect faster (patch by Colin)        
11999
12000 2006-05-26 [colin]      2.2.0cvs61
12001
12002         * src/summaryview.c
12003                 Unplug MSGINFO_UPDATE callback on delete too.
12004
12005 2006-05-26 [colin]      2.2.0cvs60
12006
12007         * src/foldersel.c
12008                 Fix bold in folder selection window with glib2.10
12009                 thanks Hiro
12010
12011 2006-05-26 [colin]      2.2.0cvs59
12012
12013         * src/procheader.c
12014                 Convert date only if necessary (and don't
12015                 try to convert from utf8 to utf8, too)
12016         * src/summaryview.c
12017                 Only set column's text if the column's 
12018                 displayed
12019
12020 2006-05-26 [colin]      2.2.0cvs58
12021
12022         * src/summaryview.c
12023         * src/gtk/gtkutils.c
12024                 Fix useless warning
12025
12026 2006-05-26 [colin]      2.2.0cvs57
12027
12028         * src/mainwindow.c
12029                 Make summaryview selectable as long as 
12030                 no message has focus
12031         * src/mh.c
12032                 Faster deletion (by implementing mh_remove_msgs)
12033                 Faster copy (avoid using mh_fetch_msg just to get
12034                 the filename)
12035                 Faster move (using move_file instead of copy_file
12036                 if MSG_IS_MOVE)
12037                 No progressbar if total number of mails to cp/mv 
12038                 is less than 100
12039         * src/summaryview.c
12040                 Fix removal from subject_table when mail gets moved
12041                 Faster deletion (g_slist_prepend instead of append)
12042         * src/gtk/gtksctree.c
12043                 Remove useless code
12044
12045 2006-05-25 [colin]      2.2.0cvs56
12046
12047         * src/common/ssl_certificate.c
12048                 Fix leak in expired cert check
12049
12050 2006-05-25 [colin]      2.2.0cvs55
12051
12052         * src/mh.c
12053                 Disable flags syncing on .mh_sequences - it
12054                 is buggy and marks mails read under unknown
12055                 conditions.
12056
12057 2006-05-25 [paul]
12058
12059         * 2.3.0-rc4 released
12060
12061 2006-05-24 [colin]      2.2.0cvs54
12062
12063         attention cvs users: if you manage to crash
12064         Sylpheed-Claws while moving, copying or deleting
12065         mails, we *are* interested in stack traces and
12066         valgrind logs. It looks stable, but one never
12067         knows...
12068
12069         * src/folder.c
12070                 Add progressbar for cache updates
12071         * src/folderutils.c
12072                 Optimize Mark all read in the current
12073                 folder
12074         * src/mh.c
12075                 Add progressbar for copy/move
12076         * src/procmsg.c
12077                 Optimize O(n^2) in copy/move
12078         * src/summaryview.c
12079         * src/gtk/gtksctree.c
12080                 Optimize O(n^2) algos
12081         * src/common/timing.h
12082                 Display ms instead of us
12083
12084 2006-05-24 [wwp]        2.2.0cvs53
12085
12086         * manual/fr/advanced.xml
12087                 updates to the French manual.
12088
12089 2006-05-24 [wwp]        2.2.0cvs52
12090
12091         * src/common/utils.c
12092                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12093
12094 2006-05-24 [wwp]        2.2.0cvs51
12095
12096         * src/folderutils.c
12097                 fixed "mark all read" in MH folders (thanks to Colin).
12098
12099 2006-05-24 [paul]       2.2.0cvs50
12100
12101         * doc/man/sylpheed-claws.1
12102                 updated the man page
12103
12104 2006-05-23 [colin]      2.2.0cvs49
12105
12106         * src/folderview.c
12107         * src/imap.c
12108         * src/inc.c
12109         * src/mbox.c
12110         * src/messageview.c
12111         * src/news.c
12112         * src/send_message.c
12113         * src/summaryview.c
12114         * src/gtk/sslcertwindow.c
12115                 alertpanel fixes, by Fabien
12116
12117 2006-05-23 [colin]      2.2.0cvs48
12118
12119         * src/folder.c
12120         * src/folderview.c
12121         * src/msgcache.c
12122         * src/summaryview.c
12123         * src/gtk/gtksctree.c
12124         * src/gtk/gtksctree.h
12125                 More timings
12126                 Fix slow loading problem, which was caused by the
12127                 use of some gtk_ctree funcs and their use of
12128                 g_list_position while gtk_ctree_(un)link'ing.
12129                 Reap more functions from gtkctree.c to be sure we
12130                 use our (fast) version instead of theirs.
12131         * src/mh.c
12132                 Fix copy of unread mails
12133
12134
12135 2006-05-22 [wwp]        2.2.0cvs47
12136
12137         * manual/fr/advanced.xml
12138                 updated.
12139
12140 2006-05-22 [colin]      2.2.0cvs46
12141
12142         * src/filtering.c
12143                 Fix possible infinite loop. 'copy' is not a 
12144                 final action, so when encountering a 'copy',
12145                 we have to check if a previous one was set
12146                 and do it. In the same way, if we encounter
12147                 a 'move' we have to perform a possibly 
12148                 pending 'copy'. This will slow down filtering
12149                 on IMAP if move+copy or multiple copy actions
12150                 are to be done, but handling it via the batch
12151                 would be really too convoluted.
12152
12153 2006-05-22 [wwp]        2.2.0cvs45
12154
12155         * manual/fr/advanced.xml
12156         * manual/fr/faq.xml
12157         * manual/fr/glossary.xml
12158         * manual/fr/handling.xml
12159         * manual/fr/intro.xml
12160         * manual/fr/plugins.xml
12161         * manual/fr/sylpheed-claws-manual.xml
12162                 sync w/ the english manual: updates URIs, documented mailing-list
12163                 support, better explanation about the enabled/disabled feature
12164                 in filtering/processing rules by Paul.
12165
12166 2006-05-21 [colin]      2.2.0cvs44
12167
12168         * src/summaryview.c
12169                 Don't expand after building threads, but during
12170
12171 2006-05-21 [colin]      2.2.0cvs43
12172
12173         * src/procmsg.c
12174         * src/summaryview.c
12175                 More timing possibilities... For next time I have 
12176                 to find out how the hell some 3GHz computer takes
12177                 one minute to open a 30k folder...
12178
12179 2006-05-21 [colin]      2.2.0cvs42
12180
12181         * manual/pl/advanced.xml
12182         * manual/pl/faq.xml
12183         * manual/pl/glossary.xml
12184         * manual/pl/handling.xml
12185         * manual/pl/intro.xml
12186         * manual/pl/plugins.xml
12187         * manual/pl/sylpheed-claws-manual.xml
12188                 Polish manual updated by Pawel
12189
12190 2006-05-20 [colin]
12191
12192         * 2.3.0-rc3 released
12193
12194 2006-05-20 [colin]      2.2.0cvs41
12195
12196         * src/imap.c
12197                 Fix -rc2 problems:
12198                 - remove cache of moved messages from original folder
12199                 - apply new flags to messages even if they aren't appliable
12200                   via IMAP.
12201
12202 2006-05-20 [colin]
12203
12204         * 2.3.0-rc2 released
12205
12206 2006-05-19 [colin]      2.2.0cvs40
12207
12208         * src/imap.c
12209                 Don't issue SELECT in imap_change_flags
12210                 before having checked that we indeed have
12211                 some flags to change. MSG_POSTFILTERED for
12212                 example can't be used on IMAP.
12213                 Fixes bug #955 (copying messages between 
12214                 imap folders is extremely slow), which was
12215                 a regression.
12216
12217 2006-05-19 [colin]      2.2.0cvs39
12218
12219         * src/folder.c
12220         * src/folder.h
12221         * src/folderview.c
12222                 Try to fix bug #830 (Some unread messages 
12223                 get marked read in IMAP inbox):
12224                 - Prevent scanning a folder if it's being 
12225                   opened via the GUI
12226                 - Postpone opening via the GUI of a folder
12227                   currently scanned.
12228
12229
12230 2006-05-19 [wwp]        2.2.0cvs38
12231
12232         * manual/advanced.xml
12233                 fix English+typo (thanks to Paul).
12234
12235 2006-05-19 [wwp]        2.2.0cvs37
12236
12237         * manual/advanced.xml
12238         * manual/fr/advanced.xml
12239         * src/gtk/logwindow.c
12240         * src/prefs_common.c
12241         * src/prefs_common.h
12242                 added hidden prefs to allow customization of colors used in
12243                 protocol log window (useful for dark gtk+ themes).
12244
12245 2006-05-19 [wwp]        2.2.0cvs36
12246
12247         * ChangeLog
12248                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12249
12250 2006-05-19 [paul]       2.2.0cvs35
12251
12252         * src/textview.c
12253                 make Reply-To fully clickable
12254         * src/gtk/logwindow.c
12255                 more colouring (SMTP ESMTP)
12256         Both patches by Pawel Pekala
12257
12258 2006-05-19 [cleroy]     2.2.0cvs34
12259
12260         * src/mh.c
12261                 Don't update flags from current folder
12262                 Probably fixes bug #935 (Read Messages 
12263                 Revert to Being Marked as Unread)
12264
12265 2006-05-18 [colin]      2.2.0cvs33
12266
12267         * src/imap.c
12268                 Warning fix
12269         * src/compose.c
12270         * src/mainwindow.c
12271         * src/summaryview.c
12272         * src/toolbar.c
12273                 Allow replying to multiple emails
12274                 in multiple windows
12275         * src/mimeview.c
12276         * src/etpan/imap-thread.c
12277                 Leak fixes
12278
12279 2006-05-18 [paul]       2.2.0cvs32
12280
12281         * src/summaryview.c
12282                 keep Mailing-List menu refreshed
12283                 Thanks to Colin
12284
12285 2006-05-18 [paul]       2.2.0cvs31
12286
12287         * manual/advanced.xml
12288         * manual/faq.xml
12289         * manual/glossary.xml
12290         * manual/handling.xml
12291         * manual/intro.xml
12292         * manual/plugins.xml
12293         * manual/sylpheed-claws-manual.xml
12294                 update URLs
12295                 add info about mailing-list support
12296                 edit filtering info
12297         * src/wizard.c
12298         * src/common/defs.h
12299         * src/gtk/about.c
12300         * src/plugins/dillo_viewer/README
12301                 update URLs
12302
12303 2006-05-17 [wwp]        2.2.0cvs30
12304
12305         * manual/handling.xml
12306         * manual/fr/handling.xml
12307                 documented the ability to enabled/disable filtering/processing rules.
12308
12309 2006-05-17 [colin]      2.2.0cvs29
12310
12311         * src/main.c
12312                 Don't initialize g_thread subsystem if it's 
12313                 already done (thanks to Hiro)
12314         * src/mimeview.c
12315                 Fix saving of parts when there name can't be
12316                 converted from UTF-8.
12317
12318 2006-05-17 [paul]       2.2.0cvs28
12319
12320         * po/Makefile.in.in
12321                 fix config.status warning with autoconf 2.60
12322
12323 2006-05-17 [paul]       2.2.0cvs27
12324
12325         * po/POTFILES.in
12326                 add src/mbox.c
12327
12328 2006-05-17 [wwp]        2.2.0cvs26
12329
12330         * src/mainwindow.c
12331                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12332
12333 2006-05-17 [wwp]        2.2.0cvs25
12334
12335         * src/plugins/demo/demo.c
12336                 updated product name in plugin demo (many plugins need to be
12337                 sync'ed w/ that change).
12338
12339 2006-05-17 [colin]      2.2.0cvs24
12340
12341         * src/mh.c
12342                 Fix leak
12343
12344 2006-05-16 [colin]      2.2.0cvs23
12345
12346         * src/mainwindow.c
12347                 Stupid me hit again. Fix cvs22.
12348
12349 2006-05-16 [colin]      2.2.0cvs22
12350
12351         * src/mainwindow.c
12352                 Fix bug #922 (sylpheed-claws crashed after 
12353                 pushing on Inbox folder)
12354
12355 2006-05-16 [colin]      2.2.0cvs21
12356
12357         * src/compose.c
12358                 Make From header be copy/paste/select-able
12359
12360 2006-05-16 [wwp]        2.2.0cvs20
12361
12362         * src/export.c
12363         * src/matcher.c
12364         * src/summaryview.c
12365         * src/etpan/imap-thread.c
12366                 fix some compiler warnings (thanks to Colin).
12367
12368 2006-05-16 [wwp]        2.2.0cvs19
12369
12370         * src/action.c
12371         * src/gedit-print.c
12372         * src/inc.c
12373         * src/mainwindow.c
12374         * src/mh.c
12375         * src/statusbar.c
12376         * src/send_message.c
12377         * src/summaryview.c
12378                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12379
12380 2006-05-15 [colin]      2.2.0cvs18
12381
12382         * src/procmsg.c
12383                 Fix automatic rule creation with List-Post
12384
12385 2006-05-15 [paul]       2.2.0cvs17
12386
12387         * tools/filter_conv_new.pl
12388                 updated for rule enabling/disabling
12389                 claws version >= 2.3.x required
12390
12391 2006-05-15 [cleroy]     2.2.0cvs16
12392
12393         * src/main.c
12394                 Revert test
12395
12396 2006-05-15 [cleroy]     2.2.0cvs15
12397
12398         * src/main.c
12399                 test
12400
12401 2006-05-15 [wwp]        2.2.0cvs14
12402
12403         * manual/pl/.cvsignore
12404                 ignore generated files.
12405
12406 2006-05-14 [wwp]        2.3.0-rc1
12407
12408         * 2.3.0-rc1 released
12409
12410 2006-05-13 [wwp]        2.2.0cvs13
12411
12412         * src/filtering.c
12413         * src/filtering.h
12414         * src/matcher.c
12415         * src/matcher_parser_lex.l
12416         * src/matcher_parser_parse.y
12417         * src/prefs_filtering.c
12418                 new feature: provide the ability to disable filtering and processing
12419                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12420                 adaptations.
12421
12422 2006-05-13 [colin]      2.2.0cvs12
12423
12424         * src/compose.c
12425                 Remove useless if (a) b; else b;
12426                 Thanks to wwp
12427
12428 2006-05-13 [wwp]        2.2.0cvs11
12429
12430         * src/export.c
12431         * src/import.c
12432         * src/mainwindow.c
12433         * src/mbox.c
12434         * src/summaryview.c
12435         * src/summaryview.h
12436                 no more silent failures (or at least less ones) when importing
12437                 or exporting from/to mbox. Also start importing/exporting if
12438                 the necessary info is set.
12439
12440 2006-05-13 [wwp]        2.2.0cvs10
12441
12442         * RELEASE_NOTES
12443                 restored up-to-date release notes.
12444
12445 2006-05-13 [paul]       2.2.0cvs9
12446
12447         * po/nl.po
12448         * po/ru.po
12449                 updated by Tim Dijkstra and Pavlo Bohmat
12450
12451 2006-05-12 [colin]      2.2.0cvs8
12452
12453         * src/gtk/quicksearch.c
12454                 Add "k" as shortcut for "colorlabel". Patch
12455                 by ath42@users.sf.net.
12456
12457 2006-05-12 [paul]       2.2.0cvs7
12458
12459         * src/prefs_common.h
12460         * src/prefs_summaries.c
12461         * src/summaryview.c
12462                 when entering a folder also allow
12463                 going directly to first Marked message
12464
12465 2006-05-12 [paul]       2.2.0cvs6
12466
12467         * src/summaryview.c
12468                 always obey 'confirm before marking all
12469                 mails read' option
12470
12471 2006-05-12 [paul]       2.2.0cvs5
12472
12473         * src/textview.c
12474                 make Sender fully clickable
12475
12476 2006-05-12 [colin]      2.2.0cvs4
12477
12478         * src/compose.c
12479         * src/compose.h
12480                 Let From be editable
12481         * src/main.c
12482         * src/mh.c
12483                 Full support of .mh_sequences' Unseen seq
12484
12485 2006-05-12 [colin]      2.2.0cvs3
12486
12487         * src/folder.c
12488         * src/mainwindow.c
12489         * src/mainwindow.h
12490         * src/messageview.c
12491         * src/prefs_spelling.c
12492         * src/procheader.c
12493         * src/procmsg.c
12494         * src/procmsg.h
12495         * src/summaryview.c
12496         * src/toolbar.c
12497         * src/toolbar.h
12498                 Add contextual menu on Compose toolbar
12499                 button. Fixes bug #944 (Automatic
12500                 addresses not applied when changing account
12501                 from compose window)
12502                 add Mailing List support
12503                 based on the old 0.6.5claws25 patch by
12504                 Melvin Hadasht, with finishing touches
12505                 by Colin
12506                 Fix "ignore thread" when mails are threaded by
12507                 subject (and weren't ignored although appearing
12508                 in the thread).
12509                 GUI rework.
12510                 Both patches by Pawel.
12511
12512 2006-05-08 [paul]       2.2.0cvs2
12513
12514         * src/mainwindow.c
12515         * src/mainwindow.h
12516         * src/messageview.c
12517         * src/procheader.c
12518         * src/procmsg.c
12519         * src/procmsg.h
12520         * src/summaryview.c
12521                 add Mailing List support
12522                 based on the old 0.6.5claws25 patch by 
12523                 Melvin Hadasht, with finishing touches
12524                 by Colin
12525
12526 2006-05-08 [colin]      2.2.0cvs1
12527
12528         * src/mainwindow.c
12529         * src/toolbar.c
12530         * src/toolbar.h
12531                 Add contextual menu on Compose toolbar 
12532                 button. Fixes bug #944 (Automatic 
12533                 addresses not applied when changing account 
12534                 from compose window)
12535
12536 2006-05-08 [paul]       2.2.0
12537
12538         2.2.0 released
12539
12540 2006-05-08 [paul]       2.1.1cvs51
12541
12542         * po/cs.po
12543         * po/de.po
12544         * po/en_GB.po
12545         * po/fi.po
12546         * po/fr.po
12547         * po/pt_BR.po
12548         * po/sr.po
12549         * po/zh_CN.po
12550                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12551                 Fabien Vantard, Frederico Goncalves Guimaraes,
12552                 Aleksandar Urosevic, and Ralgh Young
12553
12554 2006-05-12 [colin]      2.1.1cvs50
12555
12556         * po/cs.po
12557         * po/de.po
12558         * po/en_GB.po
12559         * po/es.po
12560         * po/fi.po
12561         * po/fr.po
12562         * po/pt_BR.po
12563         * po/sr.po
12564         * po/zh_CN.po
12565                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12566                 Fabien Vantard, Frederico Goncalves Guimaraes,
12567                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12568
12569 2006-05-05 [colin]      2.1.1cvs49
12570
12571         * manual/Makefile.am
12572         * manual/pl/Makefile.am
12573         * manual/pl/account.xml
12574         * manual/pl/ack.xml
12575         * manual/pl/addrbook.xml
12576         * manual/pl/advanced.xml
12577         * manual/pl/faq.xml
12578         * manual/pl/glossary.xml
12579         * manual/pl/gpl.xml
12580         * manual/pl/handling.xml
12581         * manual/pl/intro.xml
12582         * manual/pl/keyboard.xml
12583         * manual/pl/plugins.xml
12584         * manual/pl/starting.xml
12585         * manual/pl/sylpheed-claws-manual.xml
12586         * manual/pl/dist/.cvsignore
12587         * manual/pl/dist/Makefile.am
12588         * manual/pl/dist/html/.cvsignore
12589         * manual/pl/dist/html/Makefile.am
12590         * manual/pl/dist/pdf/.cvsignore
12591         * manual/pl/dist/pdf/Makefile.am
12592         * manual/pl/dist/ps/.cvsignore
12593         * manual/pl/dist/ps/Makefile.am
12594         * manual/pl/dist/txt/.cvsignore
12595         * manual/pl/dist/txt/Makefile.am
12596                 Add the polish translation of the manual,
12597                 Authored by Pawel Pekala.
12598
12599 2006-05-05 [cleroy]     2.1.1cvs48
12600
12601         * src/main.c
12602                 Re-read matcherrc after loading plugins 
12603                 if some of them add folders.
12604
12605 2006-05-03 [colin]      2.1.1cvs47
12606
12607         * src/imap.c
12608                 I'm idiot
12609
12610 2006-05-03 [colin]      2.1.1cvs46
12611
12612         * src/imap.c
12613                 Be sure to have a session when
12614                 getting separator
12615
12616 2006-05-03 [colin]      2.1.1cvs45
12617
12618         * src/imap.c
12619         * src/imap.h
12620         * src/imap_gtk.c
12621                 Fix preventing renaming with namespace 
12622                 separator.
12623
12624 2006-05-01 [colin]      2.1.1cvs44
12625
12626         * src/action.c
12627                 Don't reload messageview when result of
12628                 action is piped.
12629
12630 2006-04-29 [colin]      2.1.1cvs43
12631
12632         * src/prefs_receive.c
12633         * src/plugins/spamassassin/spamassassin_gtk.c
12634         * src/plugins/clamav/clamav_plugin_gtk.c
12635                 GUI fixes by Pawel
12636
12637 2006-04-29 [colin]      2.1.1cvs42
12638
12639         * src/prefs_compose_writing.c
12640         * src/prefs_quote.c
12641                 Cleanups. Patch by Pawel
12642
12643 2006-04-28 [paul]       2.1.1cvs41
12644
12645         * src/matcher.c
12646                 fix returned quick search results when search
12647                 term contains an underscore.
12648                 Thanks to Colin
12649
12650 2006-04-28 [paul]       2.1.1cvs40
12651
12652         * src/prefs_message.c
12653         * src/prefs_receive.c
12654                 GUI cleanups
12655                 Patches by Pawel Pekala
12656
12657 2006-04-27 [colin]      2.1.1cvs39
12658
12659         * src/wizard.c
12660                 Differentiate subject Welcome from
12661                 window's title Welcome
12662
12663 2006-04-27 [paul]
12664
12665         2.2.0-rc1 released
12666
12667 2006-04-27 [paul]       2.1.1cvs38
12668
12669         * manual/advanced.xml
12670         * manual/fr/advanced.xml
12671                 add info about compose_no_markup hidden pref
12672
12673 2006-04-27 [paul]       2.1.1cvs37
12674
12675         * src/prefs_account.c
12676                 improve privacy labels
12677         * src/prefs_msg_colors.c
12678                 change some strings for translators' convenience
12679         * src/gtk/gtkutils.c
12680                 don't underline the link button text
12681
12682 2006-04-25 [colin]      2.1.1cvs36
12683
12684         * src/folder.c
12685                 Complete 2.1.1cvs33 (once more ;)
12686
12687 2006-04-25 [colin]      2.1.1cvs35
12688
12689         * src/editldap.c
12690                 Fix tooltip
12691
12692 2006-04-25 [cleroy]     2.1.1cvs34
12693
12694         * src/compose.c
12695         * src/gtk/gtkaspell.c
12696                 Fix crash on redirect (related to the return 
12697                 of the aspell menu in compose's toolbar)
12698         * src/prefs_msg_colors.c
12699                 Fix sensitivity widgets
12700         * src/image_viewer.c
12701         * src/gtk/pluginwindow.c
12702         * src/gtk/prefswindow.c
12703                 Change released signals to clicked (Fabien)
12704         * po/POTFILES.in
12705         * src/common/socket.c
12706         * src/plugins/spamassassin/spamassassin.c
12707                 Translate strings (Fabien)
12708
12709 2006-04-25 [paul]       2.1.1cvs33
12710
12711         * src/folder.c
12712         * src/folder.h
12713         * src/folderview.c
12714                 complete the fix of bug #912
12715                 Thanks to Colin
12716
12717 2006-04-25 [colin]      2.1.1cvs32
12718
12719         * src/news.c
12720                 Better progress bar
12721         * src/mimeview.c
12722         * src/summaryview.c
12723         * src/summaryview.h
12724                 Fix focus chain
12725                 Patches by Pawel Pekala
12726
12727 2006-04-24 [colin]      2.1.1cvs31
12728
12729         * src/compose.c
12730                 Fix compilation warnings (Fabien)
12731
12732 2006-04-24 [colin]      2.1.1cvs30
12733
12734         * src/addrindex.c
12735         * src/editldap.c
12736         * src/editldap_basedn.c
12737         * src/editldap_basedn.h
12738         * src/ldapctrl.c
12739         * src/ldapctrl.h
12740         * src/ldapquery.c
12741         * src/ldaputil.c
12742         * src/ldaputil.h
12743                 Fix bug #901 (LDAPS support)
12744
12745 2006-04-24 [colin]      2.1.1cvs29
12746
12747         * src/compose.c
12748                 Fix logic on error with send dialog on
12749         * src/imap.c
12750                 Fix compilation without libetpan, thanks
12751                 to Fabien
12752         * src/summaryview.c
12753                 Fix 'context-menu' key
12754
12755 2006-04-23 [colin]      2.1.1cvs28
12756
12757         * src/folder.c
12758                 Never free current's cache to free up 
12759                 memory. Fixes bug #912 (new count 
12760                 randomly set to message count)
12761
12762 2006-04-23 [colin]      2.1.1cvs27
12763
12764         * src/gtk/quicksearch.c
12765                 And remove printf...
12766
12767 2006-04-23 [colin]      2.1.1cvs26
12768
12769         * src/gtk/quicksearch.c
12770                 Fix replacing in quicksearch, and fix inserting
12771                 in the middle of the string. (introduced at 2.1.0cvs22)
12772
12773 2006-04-23 [colin]      2.1.1cvs25
12774
12775         * src/imap.c
12776                 Make sure uidnext is initialized in get_num_list
12777                 (not for stable, related to 2.1.1cvs8 and friends)
12778
12779 2006-04-23 [colin]      2.1.1cvs24
12780
12781         * src/imap.c
12782                 Output something when login is successful
12783                 too
12784
12785 2006-04-23 [colin]      2.1.1cvs23
12786
12787         * src/etpan/imap-thread.c
12788                 Better logging (line-per-line, hide data in fetch)
12789                 Fix a const warning
12790         * src/gtk/logwindow.c
12791         * src/gtk/logwindow.h
12792                 Better logging (color for input/output)
12793
12794 2006-04-21 [colin]      2.1.1cvs22
12795
12796         * src/gtk/quicksearch.c
12797                 On gtk+-2.8, use stock buttons in quicksearch
12798                 Based on a patch by Fabien and a design by Paul
12799
12800 2006-04-21 [colin]      2.1.1cvs21
12801
12802         * src/folderview.c
12803         * src/mainwindow.c
12804                 Fix occasional flicker in folderview
12805         * src/common/utils.c
12806                 Fix bug #943 (Incorrectly parsed email address 
12807                 list in short headers on message view and in 
12808                 printouts)
12809
12810 2006-04-20 [colin]      2.1.1cvs20
12811
12812         * src/imap.c
12813         * src/imap.h
12814         * src/prefs_account.c
12815                 Add ANONYMOUS auth for IMAP
12816
12817 2006-04-20 [paul]       2.1.1cvs19
12818
12819         * src/main.c
12820                 proper fix for 2.1.1cvs18
12821                 Thanks to Colin
12822
12823 2006-04-20 [paul]       2.1.1cvs18
12824
12825         * src/main.c
12826                 fix build warnings
12827
12828 2006-04-20 [paul]       2.1.1cvs17
12829
12830         * src/gtk/quicksearch.c
12831                 fix standard, non-extended Quick search,
12832                 was broken in 2.1.1cvs15.
12833                 Thanks to Colin.
12834
12835 2006-04-20 [colin]      2.1.1cvs16
12836
12837         * src/prefs_matcher.c
12838                 Fix values when reselecting a ~test
12839                 rule
12840
12841 2006-04-19 [colin]      2.1.1cvs15
12842
12843         * src/compose.c
12844         * src/compose.h
12845         * src/gtk/gtkaspell.c
12846         * src/gtk/gtkaspell.h
12847                 Put back Options menu in Spelling/
12848         * src/gtk/quicksearch.c
12849                 Don't search, and show error, if the
12850                 advanced search has a syntax error
12851
12852 2006-04-18 [colin]      2.1.1cvs14
12853
12854         * src/textview.c
12855                 Fix gdk warnings on set_cursor when textview
12856                 isn't visible
12857
12858 2006-04-18 [colin]      2.1.1cvs13
12859
12860         * src/gtk/gtksctree.c
12861                 Remove seemingly useless refresh that causes
12862                 flicker - watch this commit in case of 
12863                 problems before planned backport to stable
12864
12865 2006-04-18 [colin]      2.1.1cvs12
12866
12867         * src/imap.c
12868                 Factorize get/set_xml code
12869         * src/compose.c
12870         * src/prefs_account.c
12871         * src/prefs_account.h
12872         * src/procmsg.c
12873                 Add Encrypt to self option
12874
12875 2006-04-17 [colin]      2.1.1cvs11
12876
12877         * configure.ac
12878                 Fix search on encrpyt function on dragonfly
12879                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12880
12881 2006-04-17 [colin]      2.1.1cvs10
12882
12883         * src/prefs_account.c
12884                 Be safe by default: remove mails from POP3
12885                 after 7 days, not immediately
12886
12887 2006-04-17 [colin]      2.1.1cvs9
12888
12889         * src/etpan/imap-thread.c
12890                 Fix build on DragonFly - patch by 
12891                 Jonathan Buschmann <jonthn@agmact.com>
12892
12893 2006-04-17 [colin]      2.1.1cvs8
12894
12895         * src/imap.c
12896                 Save uidnext between sessions
12897
12898 2006-04-17 [colin]      2.1.1cvs7
12899
12900         * src/imap.c
12901                 scan is required when uid validity changes
12902
12903 2006-04-17 [colin]      2.1.1cvs6
12904
12905         * src/folderview.c
12906                 Don't scan if not necessary, apart in current
12907                 folder and INBOX to fetch flags.
12908         * src/imap.c
12909                 Scan is necessary if unread count changes
12910
12911 2006-04-17 [colin]      2.1.1cvs5
12912
12913         * src/imap.c
12914                 ...But always fetch ANSWERED and DELETED flags for
12915                 INBOX, as filtering can happen on these flags.
12916
12917 2006-04-17 [colin]      2.1.1cvs4
12918
12919         * src/imap.c
12920                 Don't fetch REPLIED and DELETED flags when synchronising
12921                 flags with a closed folder. We only need UNSEEN and FLAGGED
12922                 to update the folderview.
12923
12924 2006-04-17 [colin]      2.1.1cvs3
12925
12926         * src/imap.c
12927                 Faster flag search when there are new mails 
12928                 in a folder. We can do a full search if the 
12929                 folder contains less messages than the new
12930                 list.
12931
12932 2006-04-17 [colin]      2.1.1cvs2
12933
12934         * po/cs.po
12935         * po/de.po
12936         * po/fr.po
12937         * po/nl.po
12938         * po/pt_BR.po
12939                 Update translations from stable branch
12940
12941 2006-04-17 [colin]      2.1.1cvs1
12942
12943         * configure.ac
12944                 Bump version to follow stable release
12945
12946 2006-04-16 [mones]      2.1.0cvs50
12947
12948         * po/es.po
12949                 Updated for release
12950
12951 2006-04-16 [colin]      2.1.0cvs49
12952
12953         * src/textview.c
12954                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12955                 with gtk < 2.8. Thanks to Fabien Vantard.
12956
12957 2006-04-15 [colin]      2.1.0cvs48
12958
12959         * src/etpan/imap-thread.c
12960                 Fix bug #919 (libetpan: SEGV when connecting 
12961                 using command)
12962
12963 2006-04-14 [colin]      2.1.0cvs47
12964
12965         * src/main.c
12966                 Fix race on --select (should be done better)
12967
12968 2006-04-14 [wwp]        2.1.0cvs46
12969
12970         * src/send_message.c
12971                 enforce a check for domain in account prefs (a sending
12972                 error could be faced if domain was checked but no value set),
12973                 thanks to Colin.
12974
12975 2006-04-14 [colin]      2.1.0cvs45
12976
12977         * src/codeconv.c
12978                 when converting from unknown to unknown, if the
12979                 string is UTF8, don't convert it to the locale
12980                 (which breaks it)
12981
12982 2006-04-14 [colin]      2.1.0cvs44
12983
12984         * src/compose.c
12985                 Don't try to use ASCII for converting headers
12986                 (as done in body)
12987
12988 2006-04-14 [paul]       2.1.0cvs43
12989
12990         * src/crash.c
12991                 add locale/charset info to crash report
12992         * src/gtk/about.c
12993                 add wwp to doc team
12994                 replace 'e-mail' with preferred 'email'
12995         * src/gtk/authors.h
12996                 ensure contributors list is in alphabetical
12997                 order
12998
12999 2006-04-13 [colin]      2.1.0cvs42
13000
13001         * src/textview.c
13002                 Prevent gdk warnings
13003
13004 2006-04-13 [colin]      2.1.0cvs41
13005
13006         * src/common/ssl_certificate.c
13007         * src/common/ssl_certificate.h
13008         * src/gtk/sslcertwindow.c
13009                 Warn on expired certs, and display the expiration date
13010
13011 2006-04-13 [colin]      2.1.0cvs40
13012
13013         * src/plugins/spamassassin/spamassassin_gtk.c
13014                 Fix missing set_text on unix socket
13015
13016 2006-04-13 [wwp]        2.1.0cvs39
13017
13018         * manual/fr/advanced.xml
13019         * manual/fr/glossary.xml
13020                 applied new spam/ham/email lexicon (pourriel, courriel)
13021
13022 2006-04-13 [paul]       2.1.0cvs38
13023
13024         * src/plugins/pgpmime/plugin.c
13025                 remove the mention of S/MIME from the
13026                 description. This is now handled by the
13027                 S/MIME plugin.
13028
13029 2006-04-13 [paul]       2.1.0cvs37
13030
13031         * src/prefs_msg_colors.c
13032                 rework dialog
13033         * src/prefs_folder_item.c
13034         * src/prefs_spelling.c
13035                 add a tooltip to the colour selector buttons
13036
13037 2006-04-13 [wwp]        2.1.0cvs36
13038
13039         * manual/advanced.xml
13040         * manual/glossary.xml
13041         * manual/handling.xml
13042         * manual/keyboard.xml
13043         * manual/plugins.xml
13044         * manual/starting.xml
13045         * manual/fr/account.xml
13046         * manual/fr/ack.xml
13047         * manual/fr/addrbook.xml
13048         * manual/fr/advanced.xml
13049         * manual/fr/faq.xml
13050         * manual/fr/glossary.xml
13051         * manual/fr/gpl.xml
13052         * manual/fr/handling.xml
13053         * manual/fr/intro.xml
13054         * manual/fr/keyboard.xml
13055         * manual/fr/plugins.xml
13056         * manual/fr/starting.xml
13057         * manual/fr/sylpheed-claws-manual.xml
13058                 fixes to the manuals:
13059                  - summaryview -> Message List (same in French)
13060                  - translate key names
13061                  - fix French punctuation, use non-breakable spaces when
13062                    necessary, don't use &thinsp; which is not portable
13063                  - tell what maildir and mbox formats we support
13064
13065 2006-04-12 [wwp]        2.1.0cvs35
13066
13067         * src/prefs_toolbar.c
13068                 unified a replace button more,
13069                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13070
13071 2006-04-12 [wwp]        2.1.0cvs34
13072
13073         * src/prefs_common.c
13074         * src/prefs_msg_colors.c
13075                 make default color labels translatable,
13076                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13077                 thanks to Tim <timbrain@post.cz> for reporting.
13078
13079 2006-04-12 [wwp]        2.1.0cvs33
13080
13081         * manual/glossary.xml
13082         * manual/intro.xml
13083         * manual/plugins.xml
13084         * manual/starting.xml
13085         * manual/sylpheed-claws-manual.xml
13086         * manual/fr/.cvsignore
13087         * manual/fr/account.xml
13088         * manual/fr/ack.xml
13089         * manual/fr/addrbook.xml
13090         * manual/fr/advanced.xml
13091         * manual/fr/faq.xml
13092         * manual/fr/glossary.xml
13093         * manual/fr/handling.xml
13094         * manual/fr/intro.xml
13095         * manual/fr/keyboard.xml
13096         * manual/fr/plugins.xml
13097         * manual/fr/starting.xml
13098         * manual/fr/sylpheed-claws-manual.xml
13099                 various fixes: typos, missing .fr translations, punctuation,
13100                 capitalization, links, accents and some bad French more.
13101
13102 2006-04-12 [wwp]        2.1.0cvs32
13103
13104         * src/prefs_gtk.c
13105                 fix for bug #935: always store prefs files in UTF-8 (thanks
13106                 to Colin).
13107
13108 2006-04-11 [colin]      2.1.0cvs31
13109
13110         * src/compose.c
13111                 Fix inserting files not in utf8 when locale is utf8
13112
13113 2006-04-11 [colin]      2.1.0cvs30
13114
13115         * src/inc.c
13116                 Don't show error dialog when cancelling connection
13117                 Patch by Pawel
13118
13119 2006-04-11 [cleroy]     2.1.0cvs29
13120
13121         * src/compose.c
13122                 Implement multiple quote levels
13123         * src/prefs_common.c
13124                 Change a little bit the quote bgcolor for 2nd level
13125
13126 2006-04-11 [colin]      2.1.0cvs28
13127
13128         * src/gtk/about.c
13129                 Add locale and charset in the label
13130
13131 2006-04-10 [colin]      2.1.0cvs27
13132
13133         * src/compose.c
13134         * src/prefs_common.c
13135         * src/prefs_common.h
13136         * src/prefs_msg_colors.c
13137         * src/textview.c
13138                 Allow optional background color in quotes
13139                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13140                 GTK+-2.8.x feature
13141
13142 2006-04-10 [colin]      2.1.0cvs26
13143
13144         * src/main.c
13145         * src/mainwindow.c
13146         * src/mainwindow.h
13147                 Implement --select
13148
13149 2006-04-10 [colin]      2.1.0cvs25
13150
13151         * manual/plugins.xml
13152         * manual/fr/plugins.xml
13153                 Document libcurl's proxy variables
13154
13155 2006-04-09 [colin]      2.1.0cvs24
13156
13157         * src/prefs_common.c
13158                 gettext() returns statically allocated stuff. We have
13159                 to strdup it in order to be able to free it.
13160
13161 2006-04-09 [colin]      2.1.0cvs23
13162
13163         * AUTHORS
13164         * src/gtk/authors.h
13165                 Add Alexei
13166
13167 2006-04-09 [colin]      2.1.0cvs22
13168
13169         * src/mainwindow.c
13170         * src/gtk/quicksearch.c
13171                 Fix bug #859 (problems with cyrilic input in 
13172                 search panel) - Patch by Alexey Illarionov 
13173                 <littlesavage@rambler.ru>
13174
13175 2006-04-09 [colin]      2.1.0cvs21
13176
13177         * src/prefs_customheader.c
13178                 I prefer removing then freeing rather than the contrary
13179                 (even if it doesn't change anything ;-)
13180         * src/prefs_account.c
13181                 Fix bug #933 (Crash re-entering the custom headers list 
13182                 dialog in accounts prefs)
13183                 The problem happened when cancelling the Account 
13184                 Preferences' dialogs - in which case we didn't do 
13185                 anything to the PrefsAccount * struct. In case of applying,
13186                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13187                 working with in this dialog. The problem is that 
13188                 prefs_customheader.c, working on this tmp_ac_prefs, always
13189                 changes the ->customhdr_list pointer, even when cancelled. 
13190                 So in case of cancelling the prefs_account dialog, we still
13191                 have to update ->customhdr_list in the real account.
13192
13193 2006-04-08 [colin]      2.1.0cvs20
13194
13195         * manual/fr/glossary.xml
13196         * manual/fr/keyboard.xml
13197                 Forgot some headers :)
13198
13199 2006-04-08 [colin]      2.1.0cvs19
13200
13201         * manual/Makefile.am
13202         * manual/fr/Makefile.am
13203         * manual/fr/account.xml
13204         * manual/fr/ack.xml
13205         * manual/fr/addrbook.xml
13206         * manual/fr/advanced.xml
13207         * manual/fr/faq.xml
13208         * manual/fr/glossary.xml
13209         * manual/fr/gpl.xml
13210         * manual/fr/handling.xml
13211         * manual/fr/intro.xml
13212         * manual/fr/keyboard.xml
13213         * manual/fr/plugins.xml
13214         * manual/fr/starting.xml
13215         * manual/fr/sylpheed-claws-manual.xml
13216         * manual/fr/dist/.cvsignore
13217         * manual/fr/dist/Makefile.am
13218         * manual/fr/dist/html/.cvsignore
13219         * manual/fr/dist/html/Makefile.am
13220         * manual/fr/dist/pdf/.cvsignore
13221         * manual/fr/dist/pdf/Makefile.am
13222         * manual/fr/dist/ps/.cvsignore
13223         * manual/fr/dist/ps/Makefile.am
13224         * manual/fr/dist/txt/.cvsignore
13225         * manual/fr/dist/txt/Makefile.am
13226                 Add the french translation of the manual. Thanks to
13227                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13228                 account.xml, ack.xml, addrbook.xml and advanced.xml
13229
13230 2006-04-08 [colin]      2.1.0cvs18
13231
13232         * manual/plugins.xml
13233         * manual/starting.xml
13234                 More fixes
13235
13236 2006-04-07 [colin]      2.1.0cvs17
13237
13238         * manual/faq.xml
13239         * manual/intro.xml
13240         * manual/keyboard.xml
13241                 Little fixes
13242
13243 2006-04-07 [colin]      2.1.0cvs16
13244
13245         * README
13246         * src/compose.c
13247         * src/prefs_common.c
13248         * src/prefs_common.h
13249                 Add hidden compose_no_markup pref
13250
13251 2006-04-07 [wwp]        2.1.0cvs15
13252
13253         * src/summary_search.c
13254         * .cvsignore
13255                 Bugfix: stop button was sticky when searching in an empty folder.
13256                 Applied curly brackets code style to the whole file (summary_search.c).
13257                 More files to ignore.
13258
13259 2006-04-07 [wwp]        2.1.0cvs14
13260
13261         * src/message_search.c
13262         * src/summary_search.c
13263                 changed default button when search bumps at file/folder
13264                 beginning or end, for convenience (thanks to Colin).
13265
13266 2006-04-07 [paul]       2.1.0cvs13
13267
13268         * src/plugins/dillo_viewer/dillo_prefs.c
13269                 avoid future potential for namespace collision
13270                 Patch by Colin
13271
13272 2006-04-06 [wwp]        2.1.0cvs12
13273
13274         * src/summary_search.c
13275                 Unify extended/advanced searches names (and thus factorize labels),
13276                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13277
13278 2006-04-06 [wwp]        2.1.0cvs11
13279
13280         * src/folderview.c
13281         * src/prefs_themes.c
13282         * src/summaryview.c
13283                 Fixed some compilation warnings.
13284
13285 2006-04-06 [colin]      2.1.0cvs10
13286
13287         * manual/advanced.xml
13288                 Document the wizard template and how to deploy
13289                 Sylpheed-Claws effectively
13290
13291 2006-04-06 [colin]      2.1.0cvs9
13292
13293         * src/folderview.c
13294                 gettext patch to tell translators about _("#"),
13295                 by Maxim Britov
13296
13297 2006-04-06 [colin]      2.1.0cvs8
13298
13299         * src/textview.c
13300                 Fix invalid GtkTextBIter after clicking "Display as text"
13301
13302 2006-04-06 [mones]      2.1.0cvs7
13303
13304         * src/addr_compl.c
13305         * src/addrindex.c
13306         * src/addritem.c
13307         * src/codeconv.c
13308         * src/compose.c
13309         * src/filtering.c
13310         * src/folder.c
13311         * src/folder_item_prefs.c
13312         * src/folderview.c
13313         * src/localfolder.c
13314         * src/matcher.c
13315         * src/mimeview.c
13316         * src/prefs_msg_colors.c
13317         * src/prefs_spelling.c
13318         * src/prefs_themes.c
13319         * src/procmime.c
13320         * src/procmsg.c
13321         * src/stock_pixmap.c
13322         * src/summaryview.c
13323         * src/textview.c
13324         * src/toolbar.c
13325         * src/common/mgutils.c
13326         * src/common/prefs.c
13327         * src/common/ssl_certificate.c
13328         * src/gtk/colorlabel.c
13329         * src/gtk/quicksearch.c
13330         * src/plugins/pgpmime/pgpmime.c
13331         * src/plugins/spamassassin/spamassassin.c
13332                 Removed redundant NULL checks for g_free() calls.
13333                 Patch by Pawel Pekala.
13334
13335 2006-04-06 [mones]      2.1.0cvs6
13336
13337         * src/prefs_actions.c
13338         * src/prefs_filtering.c
13339         * src/prefs_filtering_action.c
13340         * src/prefs_matcher.c
13341         * src/prefs_template.c
13342         * src/gtk/gtkutils.c
13343         * src/gtk/gtkutils.h
13344                 Have a nice replace button. Patch by Pawel Pekala
13345
13346 2006-04-06 [colin]      2.1.0cvs5
13347
13348         * src/addressbook.c
13349                 Fix crash with empty columns
13350
13351 2006-04-05 [colin]      2.1.0cvs4
13352
13353         * src/wizard.c
13354         * src/prefs_gtk.c
13355                 Allow wizard customization with pre-filled values
13356
13357 2006-04-05 [colin]      2.1.0cvs3
13358
13359         * src/textview.c
13360         * src/mimeview.c
13361         * src/mimeview.h
13362                 Nicer messages in mimeview
13363
13364 2006-04-05 [colin]      2.1.0cvs2
13365
13366         * src/addressbook.c
13367         * src/prefs_summaries.c
13368                 i18n fix
13369
13370 2006-04-05 [colin]      2.1.0cvs1
13371
13372         * src/plugins/pgpcore/plugin.c
13373         * src/plugins/pgpcore/select-keys.c
13374         * src/plugins/pgpcore/select-keys.h
13375         * src/plugins/pgpcore/sgpgme.c
13376         * src/plugins/pgpcore/sgpgme.h
13377         * src/plugins/pgpinline/pgpinline.c
13378         * src/plugins/pgpinline/plugin.c
13379         * src/plugins/pgpmime/pgpmime.c
13380         * src/plugins/pgpmime/plugin.c
13381                 Factorize and generalize a bit 
13382                 Drop S/MIME signature verification from PGP/MIME
13383                 (adding it as another, more complete plugin)
13384
13385 2006-04-05 [paul]       2.1.0
13386
13387         2.1.0 released
13388
13389 2006-04-05 [paul]       2.0.0cvs186
13390
13391         * manual/advanced.xml
13392                 add info on colour labels
13393
13394 2006-04-05 [paul]       2.0.0cvs185
13395
13396         * po/bg.po
13397         * po/cs.po
13398         * po/de.po
13399         * po/el.po
13400         * po/en_GB.po
13401         * po/fi.po
13402         * po/fr.po
13403         * po/it.po
13404         * po/nl.po
13405         * po/pl.po
13406         * po/pt_BR.po
13407         * po/sr.po
13408         * po/zh_CN.po
13409                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13410                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13411                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13412                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13413         * src/gtk/authors.h
13414         * tools/claws.i18n.status.pl
13415                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13416                 and new Czech translator, Tim <timbrain@post.cz>
13417
13418 2006-04-05 [mones]      2.0.0cvs184
13419
13420         * po/es.po
13421                 Updated translation
13422
13423 2006-04-05 [colin]      2.0.0cvs183
13424
13425         * src/gtk/quicksearch.c
13426                 Fix bug #929 (unnecessary reload in quick search bar)
13427
13428 2006-04-05 [colin]      2.0.0cvs182
13429
13430         * src/compose.c
13431                 Fix crash on Reply with no From:
13432                 Show signature and conversion error on queuing 
13433                 (but not sending)
13434         * src/mainwindow.c
13435         * src/summaryview.c
13436         * src/summaryview.h
13437                 Factorize threading code and make sure msginfo 
13438                 is not null when it comes from a GtkCTreeRow's 
13439                 data
13440         * src/gtk/gtkaspell.c
13441                 Check for necessary things
13442         * src/gtk/gtksctree.c
13443         * src/gtk/gtksctree.h
13444                 Reset anchor if necessary when removing node
13445
13446 2006-03-29 [colin]      2.0.0cvs181
13447
13448         * src/folderview.c
13449                 Warn for disabled IMAP accounts (due to lack of
13450                 libetpan). Breaks string-freeze - sorry - but it
13451                 is kind of important ;)
13452
13453 2006-03-28 [colin]      2.0.0cvs180
13454
13455         * src/gtk/gtkutils.c
13456         * src/gtk/gtkutils.h
13457                 Add a gtkut_get_link_btn() function that
13458                 creates a button which acts like an URI
13459         * src/prefs_themes.c
13460         * src/gtk/about.c
13461                 Use this function (factorizes codes)
13462         * src/common/defs.h
13463         * src/gtk/pluginwindow.c
13464                 Add a "Get more..." in the plugins window
13465
13466 2006-03-28 [colin]      2.0.0cvs179
13467
13468         * src/common/smtp.c
13469         * src/common/passcrypt.c
13470         * src/undo.c
13471                 Warning fixes. Patch by Pawel Pekala
13472
13473 2006-03-27 [colin]      2.0.0cvs178
13474
13475         * src/undo.c
13476                 Fix undoing by blocks with spaces
13477
13478 2006-03-27 [colin]      2.0.0cvs177
13479
13480         * src/textview.c
13481                 Set margin to 3px for headers
13482
13483 2006-03-27 [paul]
13484
13485         2.1.0-rc2 released
13486
13487 2006-03-27 [wwp]        2.0.0cvs176
13488
13489         * src/summaryview.c
13490                 don't reset quicksearch when updating the message list.
13491                 Thanks to Colin.
13492
13493 2006-03-26 [wwp]        2.0.0cvs175
13494
13495         * src/compose.c
13496                 use a unified border width ('other' tab in the compose window,
13497                 patch by Pawel Pekala).
13498
13499
13500 2006-03-26 [wwp]        2.0.0cvs174
13501
13502         * src/common/quoted-printable.c
13503         * src/addressbook.c
13504                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13505
13506 2006-03-26 [colin]      2.0.0cvs173
13507
13508         * src/quote_fmt_parse.y
13509                 Fix non-UTF8 date formats messing up the whole quote a 
13510                 little bit
13511
13512 2006-03-26 [colin]      2.0.0cvs172
13513
13514         * src/procheader.c
13515                 Make sure the date is UTF8 valid, or try to make it
13516                 so. IncrediMail is really IncrediStupid.
13517         * src/compose.c
13518                 Fix possible conversions. 
13519                 
13520
13521 2006-03-26 [colin]      2.0.0cvs171
13522
13523         * src/matcher.c
13524                 Fix corner cases in body search. This is still a
13525                 hack... It seems impossible to make it good and 
13526                 reasonably fast at the same time.
13527
13528 2006-03-26 [colin]      2.0.0cvs170
13529
13530         * src/summaryview.c
13531                 I think I killed the twilight zone bug!
13532                 summary_select_node() flushes GTK events in order
13533                 to be able to center the view. But this also 
13534                 flushes keypresses like Ctrl-Alt-U, so this can
13535                 call summary_show from summary_select_node (itself
13536                 called from summary_show, etc.). And the summaryview
13537                 has to be unlocked in this function. So just locking
13538                 while processing GTK events, and bailing if locked, 
13539                 should fix it.
13540                 Fixes bug #927 (SIGSEGV during Update Summary)
13541
13542 2006-03-25 [colin]      2.0.0cvs169
13543
13544         * src/matcher.c
13545                 Fix search in QP-encoded bodies
13546                 Fix utf-8 searches in bodies encoded in the
13547                 locale's encoding
13548         * src/common/quoted-printable.c
13549         * src/common/quoted-printable.h
13550                 Add a decode function that doesn't overwrite
13551                 the original pointer
13552                 
13553
13554 2006-03-24 [colin]      2.0.0cvs168
13555
13556         * src/action.c
13557         * src/summaryview.c
13558         * src/summaryview.h
13559                 Update message cache after action
13560                 Patch by H. Merijn Brand
13561         * src/prefs_msg_colors.c
13562                 Factorize label 
13563                 Patch by Fabien Vantard
13564         * src/plugins/spamassassin/spamassassin_gtk.c
13565                 Remove useless translation
13566                 Patch by Fabien Vantard
13567
13568 2006-03-23 [colin]      2.0.0cvs167
13569
13570         * src/common/ssl.c
13571                 Let 30 seconds to SSL_connect
13572
13573 2006-03-23 [wwp]        2.0.0cvs166
13574
13575         * src/summaryview.c
13576         * src/gtk/description_window.c
13577                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13578                 and headers are translated; adjust description windows' width to fit their
13579                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13580
13581 2006-03-23 [paul]       2.0.0cvs165
13582
13583         * src/common/utils.c
13584                 fix highlighting of URIs containing "()"
13585                 (2.0.0cvs164's reversal fixed)
13586                 Thanks to Colin.
13587
13588 2006-03-23 [paul]       2.0.0cvs164
13589
13590         * src/common/utils.c
13591                 revert patch, (postponing a fix), at 2.0.0cvs120
13592                 as it breaks more URIs than it fixes.
13593                 Allow '-' to be a terminating character in a URI
13594
13595 2006-03-22 [colin]      2.0.0cvs163
13596
13597         * configure.ac
13598                 Require libetpan 0.45
13599                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13600
13601 2006-03-22 [paul]       2.0.0cvs162
13602
13603         * src/editgroup.c
13604                 replace '<-' and '->' buttons with GTK_STOCK graphical
13605                 buttons
13606         * src/summary_search.c
13607                 don't offer '...' for translation
13608                 add a tooltip to advanced search '...' button
13609         * src/gtk/quicksearch.c
13610                 don't offer '...' for translation
13611
13612 2006-03-21 [colin]      2.0.0cvs161
13613
13614         * src/compose.c
13615                 Fix middle-click pasting (insert at click
13616                 position instead of cursor position, don't
13617                 remove existing selection and allow pasting
13618                 our own selection)
13619         * src/addressbook.c
13620                 "LDAP Server" -> "LDAP servers"
13621
13622 2006-03-21 [wwp]        2.0.0cvs160
13623
13624         * src/etpan/imap-thread.c
13625                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13626
13627 2006-03-20 [colin]      2.0.0cvs159
13628
13629         * src/summaryview.c
13630                 Don't reload summaryview after an execute with no
13631                 move action
13632
13633 2006-03-19 [colin]      2.0.0cvs158
13634
13635         * src/addressbook.c
13636                 and put groups at the top, always
13637
13638 2006-03-19 [colin]      2.0.0cvs157
13639
13640         * src/addressbook.c
13641                 Order groups before names, as previously
13642
13643 2006-03-19 [colin]      2.0.0cvs156
13644
13645         * src/addressbook.c
13646                 - Sort case-unsensitive
13647                 - Put the sort arrow at opening too
13648
13649 2006-03-19 [wwp]        2.0.0cvs155
13650
13651         * src/addressbook.c
13652                 allow sorting by name/email/remarks, ensure that right-pane's contents
13653                 matches the left-pane selection (cleared when appropriate).
13654                 Patch by Pawel Pekala <c0rn@o2.pl>.
13655
13656 2006-03-18 [colin]      2.0.0cvs154
13657
13658         * src/textview.c
13659                 Fix text cursor ;)
13660
13661 2006-03-18 [colin]      2.0.0cvs153
13662
13663         * src/gtk/filesel.c
13664                 Make sure we hide the preview if we didn't get
13665                 a filename
13666
13667 2006-03-18 [colin]      2.0.0cvs152
13668
13669         * src/summaryview.c
13670                 Set cursor to watch for execution (fixes lack
13671                 of watch-cursor when dnd'ing hundreds of mails)
13672         * src/gtk/filesel.c
13673                 Check that mime type is 'image/*' before updating
13674                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13675
13676 2006-03-18 [colin]      2.0.0cvs151
13677
13678         * src/mainwindow.c
13679         * src/textview.c
13680         * src/textview.h
13681                 Put a watch cursor in textview too when the mainwindow's
13682                 cursor in a watch
13683
13684 2006-03-18 [colin]      2.0.0cvs150
13685
13686         * src/folder.c
13687                 Change wrong asserts to simple tests
13688
13689 2006-03-17 [colin]      2.0.0cvs149
13690
13691         * src/mainwindow.c
13692         * src/mainwindow.h
13693         * src/prefs_msg_colors.c
13694         * src/summaryview.c
13695         * src/summaryview.h
13696         * src/gtk/colorlabel.c
13697         * src/gtk/colorlabel.h
13698                 Add a color label menu in the main menubar
13699                 Add (fixed) accels Ctrl-{0-7} to change the color
13700                 They have to be fixed because the menu's dynamic,
13701                 the items are complex widgets, hence we can't use
13702                 a GtkItemFactory.
13703
13704
13705 2006-03-17 [wwp]        2.0.0cvs148
13706
13707         * src/compose.c
13708                 rollback few lines from my previous commit (those lines come from
13709                 a pending patch, accidentally commited, even if neutral as they are
13710                 commented out).
13711
13712 2006-03-17 [wwp]        2.0.0cvs147
13713
13714         * src/compose.c
13715                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13716                 applied code style/indentation to the modified function.
13717
13718 2006-03-17 [wwp]        2.0.0cvs146
13719
13720         * src/procmsg.c
13721         * src/compose.c
13722                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13723
13724 2006-03-17 [paul]
13725
13726         2.1.0-rc1 released
13727
13728 2006-03-17 [paul]       2.0.0cvs145
13729
13730         * src/main.c
13731                 addressbook_read_file() was called twice
13732         * src/textview.c
13733                 X-Mailer highlighting
13734
13735 2006-03-16 [colin]      2.0.0cvs144
13736
13737         * src/sourcewindow.c
13738         * src/sourcewindow.h
13739                 And the last one, in source window.
13740
13741 2006-03-16 [colin]      2.0.0cvs143
13742
13743         * src/compose.c
13744         * src/compose.h
13745                 Fix the same stuff in compose
13746
13747 2006-03-16 [colin]      2.0.0cvs142
13748
13749         * src/messageview.c
13750                 Complete the previous messageview crash fix
13751
13752 2006-03-16 [colin]      2.0.0cvs141
13753
13754         * src/procmsg.h
13755         * src/procmsg.c
13756         * src/folder.c
13757                 Fix POSTPROCESSING hook
13758                 Patch by H. Merijn Brand
13759
13760         * src/procmime.c
13761         * src/procmime.h
13762                 Parse Content-Location
13763
13764         * src/toolbar.c
13765         * src/messageview.c
13766         * src/messageview.h
13767                 Don't crash when a top-level MessageView has
13768                 been closed on us. Same problematic than
13769                 yesterday's quicksearch issue.
13770
13771 2006-03-15 [colin]      2.0.0cvs140
13772
13773         * src/gtk/quicksearch.c
13774                 Fix a bitchy race we didn't think about when we
13775                 added quicksearch cancellation:
13776                 If the search is not on cached fields, for example
13777                 body_part matchcase "stuff"
13778                 the matcher code has to get the whole message. If
13779                 we're on IMAP, that can be slow, and in order to
13780                 be non-blocking, the IMAP code idle loop processes
13781                 gtk events too. So it is possible to cancel a
13782                 quicksearch while the matcher is getting the mail's
13783                 body. After matcher got its body, it will start to
13784                 iterate over the matcher list that the Quicksearch's
13785                 clear_search_cb() just freed via prepare_matcher().
13786                 SIGSEGV ensues.
13787                 The fix consists of guarding the matcherlist_match()
13788                 call with a boolean 'matching'. If we reset the
13789                 quicksearch while matching is TRUE, we don't free
13790                 the matcherlist anymore like we did, but we set
13791                 another new flag, deferred_free, to TRUE. Then,
13792                 in quicksearch_match(), just after returning from
13793                 matcherlist_match() and unsetting the matching flag,
13794                 we check the deferred_free flag and do the
13795                 prepare_matcher() (which does the matcherlist_free)
13796                 for real, so we free the matcherlist once it's not
13797                 used anymore.
13798                 As all of this runs via the glib main loop, we
13799                 luckily don't need a mutex.
13800         * src/summaryview.c
13801                 Also, show progress while searching.
13802
13803
13804 2006-03-14 [colin]      2.0.0cvs139
13805
13806         * src/alertpanel.c
13807                 Make alertpanel_is_open non-static
13808
13809 2006-03-14 [colin]      2.0.0cvs138
13810
13811         * src/prefs_spelling.c
13812                 Cleanups - Fabien Vantard
13813
13814 2006-03-14 [wwp]        2.0.0cvs137
13815
13816         * src/main.c
13817                 code style normalization (curly braces, indentation).
13818
13819 2006-03-14 [wwp]        2.0.0cvs137
13820
13821         * src/main.c
13822                 code style (braces, indentation)
13823
13824 2006-03-12 [paul]       2.0.0cvs136
13825
13826         * src/prefs_common.c
13827                 trans_hdr defaults to FALSE to be RFC-savvy
13828         * src/prefs_summaries.c
13829                 add a tooltip to the trans_hdr option
13830                 
13831
13832 2006-03-12 [paul]       2.0.0cvs135
13833
13834         * src/prefs_matcher.c
13835                 give a little more width to the combos
13836         * src/prefs_display_header.c
13837         * src/textview.c
13838                 translate headers if prefs_common.trans_hdr
13839                 is TRUE
13840
13841         Patches by Pawel Pekala
13842
13843 2006-03-12 [paul]       2.0.0cvs134
13844
13845         * src/plugins/clamav/clamav_plugin.c
13846         * src/plugins/dillo_viewer/dillo_viewer.c
13847         * src/plugins/pgpcore/plugin.c
13848         * src/plugins/pgpinline/plugin.c
13849         * src/plugins/pgpmime/plugin.c
13850         * src/plugins/spamassassin/spamassassin.c
13851                 update/add to descriptions
13852         * src/plugins/spamassassin/spamassassin_gtk.c
13853                 fixes to the english, remove superfluous
13854                 tooltips, clean up a little
13855
13856 2006-03-12 [paul]       2.0.0cvs133
13857
13858         * src/compose.c
13859                 fix Bug 924, 'Account combo box shows up wrong 
13860                 if & is in account name'
13861
13862 2006-03-11 [colin]      2.0.0cvs132
13863
13864         * src/summaryview.c
13865                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13866                 messed up shift-selection because is slows down
13867                 moving around summaryview. thanks -users
13868
13869 2006-03-10 [colin]      2.0.0cvs131
13870
13871         * src/plugins/spamassassin/spamassassin_gtk.c
13872                 Put back Paul's engrish fixes
13873
13874 2006-03-10 [colin]      2.0.0cvs130
13875
13876         * src/plugins/spamassassin/spamassassin.c
13877         * src/plugins/spamassassin/spamassassin.h
13878         * src/plugins/spamassassin/spamassassin_gtk.c
13879                 Cleanup SA prefs page (more)
13880                 Patch by Fabien Vantard
13881
13882 2006-03-10 [paul]       2.0.0cvs129
13883
13884         * src/prefs_msg_colors.c
13885         * src/prefs_spelling.c
13886                 widget sensitivity
13887
13888 2006-03-09 [mones]      2.0.0cvs128
13889
13890         * po/es.po
13891                 Update for next RC
13892
13893 2006-03-09 [wwp]        2.0.0cvs127
13894
13895         * configure.ac
13896                 revert accidental commit (requirement for libetpan 0.43), this time
13897                 not in HEAD.
13898
13899 2006-03-09 [wwp]        2.0.0cvs125
13900
13901         * configure.ac
13902                 revert accidental commit (requirement for libetpan 0.43)
13903
13904 2006-03-09 [paul]       2.0.0cvs126
13905
13906         * src/prefs_receive.c
13907                 remove useless frame
13908                 replace 'incorporation' with 'receiving'
13909         * src/plugins/clamav/clamav_plugin_gtk.c
13910         * src/plugins/spamassassin/spamassassin_gtk.c
13911                 improve widget sensitivity
13912                 fix a bit his engrish
13913
13914 2006-03-09 [wwp]        2.0.0cvs125
13915
13916         * src/addressadd.c
13917         * src/foldersel.c
13918         * src/prefs_common.c
13919         * src/prefs_common.h
13920                 remember some more windows' sizes (add to addressbook and
13921                 select folder).
13922
13923 2006-03-09 [paul]       2.0.0cvs124
13924
13925         * src/plugins/pgpcore/prefs_gpg.c
13926                 normalise construction of dialogue
13927
13928 2006-03-09 [paul]       2.0.0cvs123
13929
13930         * src/plugins/trayicon/Makefile.am
13931                 add missing slash
13932
13933 2006-03-08 [colin]      2.0.0cvs122
13934
13935         * src/plugins/trayicon/Makefile.am
13936                 Fix build in separate dir 
13937                 Patch by Bamanzi <bamanzi@gmail.com>
13938
13939 2006-03-08 [colin]      2.0.0cvs121
13940
13941         * src/procmsg.c
13942                 Batch move and copies from summaryview with delayed execution
13943                 too
13944
13945 2006-03-07 [paul]       2.0.0cvs120
13946
13947         * src/common/utils.c
13948                 fix highlighting of URIs containing "()"
13949                 Patch by Pawel Pekala
13950
13951 2006-03-07 [paul]       2.0.0cvs119
13952
13953         * src/folder.c
13954         * src/folder.h
13955         * src/folderview.c
13956                 immediately do alphabetical resort when
13957                 changing a folder's name
13958                 Patch by Pawel Pekala
13959
13960 2006-03-07 [paul]       2.0.0cvs118
13961
13962         * src/news.c
13963         * src/news_gtk.c
13964                 when unsubscribing a newsgroup, remove the
13965                 folder and msgs in .sylpheed-claws/newscache
13966                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13967
13968 2006-03-07 [paul]       2.0.0cvs117
13969
13970         * src/textview.c
13971                 fix wrong Fake URL Warning
13972                 Thanks to Hiro
13973
13974 2006-03-07 [colin]      2.0.0cvs116
13975
13976         * src/imap.c
13977                 Return immediately when password dialog was
13978                 cancelled
13979         * src/gtk/inputdialog.c
13980                 Allow empty strings for passwords
13981
13982
13983 2006-03-06 [colin]      2.0.0cvs115
13984
13985         * src/imap.c
13986                 Prevent double-timeouts when connection fails
13987
13988 2006-03-06 [colin]
13989
13990         2.0.1-rc1 released
13991
13992 2006-03-06 [colin]      2.0.0cvs114
13993
13994         * src/imap.c
13995                 Refresh session during potentially long
13996                 operations
13997
13998 2006-03-06 [wwp]        2.0.0cvs113
13999
14000         * src/prefs_msg_colors.h
14001                 forgot that one (custom color labels).
14002
14003 2006-03-06 [wwp]        2.0.0cvs112
14004
14005         * src/prefs_common.c
14006         * src/prefs_common.h
14007         * src/prefs_msg_colors.c
14008         * src/summaryview.c
14009         * src/summaryview.h
14010         * src/gtk/colorlabel.c
14011         * src/gtk/colorlabel.h
14012                 colors in messages list are now customizable. Color values and names can
14013                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14014                 Thanks to Paul and Colin for their help with this longstanding patch!
14015
14016 2006-03-06 [wwp]        2.0.0cvs111
14017
14018         * src/textview.c
14019                 don't crash if (x)face is bad.
14020
14021 2006-03-05 [paul]       2.0.0cvs110
14022
14023         * AUTHORS
14024         * configure.ac
14025         * src/Makefile.am
14026         * src/common/Makefile.am
14027         * src/common/utils.h
14028         * src/etpan/imap-thread.c
14029         * src/gtk/authors.h
14030         * src/plugins/clamav/Makefile.am
14031         * src/plugins/demo/Makefile.am
14032         * src/plugins/dillo_viewer/Makefile.am
14033         * src/plugins/pgpcore/Makefile.am
14034         * src/plugins/pgpcore/passphrase.c
14035         * src/plugins/pgpinline/Makefile.am
14036         * src/plugins/pgpmime/Makefile.am
14037         * src/plugins/spamassassin/Makefile.am
14038         * src/plugins/trayicon/Makefile.am
14039                 fix builiding on cygwin
14040                 Patch by Ralgh Young <bamanzi@gmail.com>
14041
14042 2006-03-04 [wwp]        2.0.0cvs109
14043
14044         * manual/keyboard.xml
14045                 fix mixed up/down keys.
14046
14047 2006-03-04 [wwp]        2.0.0cvs108
14048
14049         * README
14050         * INSTALL
14051                 updated links to SpamAssassin.
14052
14053 2006-03-04 [wwp]        2.0.0cvs107
14054
14055         * manual/plugins.xml
14056         * src/plugins/spamassassin/README
14057                 updated SpamAssassin plugin docs to reflect new functional additions
14058                 (also fix/update/documents few technical stuff more, see the README).
14059
14060 2006-03-04 [wwp]        2.0.0cvs106
14061
14062         * src/prefs_message.c
14063                 normalized capitalization of message-prefs paths.
14064
14065 2006-03-04 [wwp]        2.0.0cvs105
14066
14067         * manual/advanced.xml
14068                 typo.
14069
14070 2006-03-03 [colin]      2.0.0cvs104
14071
14072         * src/plugins/clamav/clamav_plugin_gtk.c
14073                 Rework prefs page, patch by Fabien 
14074
14075 2006-03-03 [colin]      2.0.0cvs103
14076
14077         * src/plugins/clamav/clamav_plugin.c
14078                 Set error on all errors
14079
14080 2006-03-03 [colin]      2.0.0cvs102
14081
14082         * src/common/plugin.c
14083                 Initialize error to avoid crashing when a plugin fails
14084                 without setting error
14085
14086 2006-03-02 [wwp]        2.0.0cvs101
14087
14088         * configure.ac
14089                 fixed linker flags for libetpan support on Cygwin
14090                 (thanks to H.Merijn Brand).
14091
14092 2006-03-02 [wwp]        2.0.0cvs100
14093
14094         * src/addressbook.c
14095                 fix some AB error messages: one for punctuation and
14096                 one wrongly duplicate (thanks, maxbritov).
14097
14098 2006-03-02 [wwp]        2.0.0cvs99
14099
14100         * src/plugins/spamassassin/spamassassin.c
14101                 make sync calls to sa-learn/spamc to prevent
14102                 system (whatever local or client/server) overload.
14103
14104 2006-03-02 [colin]      2.0.0cvs98
14105
14106         * src/summaryview.c
14107                 Put the spam icon in the status column instead of the
14108                 mark one
14109
14110 2006-03-01 [colin]      2.0.0cvs97
14111
14112         * src/plugins/spamassassin/spamassassin.c
14113                 Fix segfault (g_file_set_contents fails for some 
14114                 reason and err==0x2f. Can't find out why with
14115                 valgrind, using working function :-)
14116
14117 2006-03-01 [colin]      2.0.0cvs96
14118
14119         * src/inc.c
14120                 Offline overriding: let 'No' be cached only 3 seconds
14121
14122 2006-03-01 [colin]      2.0.0cvs95
14123
14124         * src/addr_compl.c
14125         * src/addrbook.c
14126         * src/addressbook.c
14127         * src/addrindex.c
14128         * src/folder_item_prefs.c
14129         * src/headerview.c
14130         * src/imap.c
14131         * src/inc.c
14132         * src/ldif.c
14133         * src/mainwindow.c
14134         * src/mh.c
14135         * src/msgcache.c
14136         * src/prefs_common.h
14137         * src/prefs_msg_colors.c
14138         * src/procheader.c
14139         * src/procheader.h
14140         * src/procmime.c
14141         * src/procmsg.c
14142         * src/procmsg.h
14143         * src/send_message.h
14144         * src/simple-gettext.c
14145         * src/summaryview.c
14146         * src/summaryview.h
14147         * src/syldap.c
14148         * src/textview.c
14149         * src/undo.c
14150         * src/common/ssl_certificate.c
14151         * src/common/utils.c
14152         * src/gtk/colorsel.c
14153         * src/gtk/gtksctree.c
14154         * src/gtk/gtkshruler.c
14155         * src/plugins/trayicon/trayicon.c
14156                 #if 0 goes to /dev/null
14157
14158 2006-03-01 [colin]      2.0.0cvs94
14159
14160         * src/compose.c
14161         * src/imap.c
14162         * src/inc.c
14163         * src/inc.h
14164         * src/messageview.c
14165         * src/news.c
14166         * src/plugins/spamassassin/spamassassin.c
14167                 Allow to add information in the "working offline"
14168                 window
14169
14170 2006-03-01 [wwp]        2.0.0cvs93
14171
14172         * src/plugins/spamassassin/spamassassin.c
14173                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14174                 'cause it seems that calling `spamc ... < inputfile` with
14175                 g_spawn_(a)sync simply.. erm doesn't work :-).
14176
14177 2006-03-01 [wwp]        2.0.0cvs92
14178
14179         * src/toolbar.c
14180         * src/toolbar.h
14181                 simplify the adding of spam/ham button to the messageview toolbar
14182                 (it gets more clear now that the same button will be "Mark as spam"
14183                 or "Mark as ham" according to the current message status,
14184                 thanks to Colin).
14185
14186 2006-03-01 [wwp]        2.0.0cvs91
14187
14188         * src/messageview.c
14189         * src/procmsg.c
14190         * src/procmsg.h
14191         * src/summaryview.c
14192         * src/plugins/spamassassin/spamassassin.c
14193         * src/plugins/spamassassin/spamassassin.h
14194                 make learner callbacks return a status (0 for ok),
14195                 handle it in main code to avoid setting flags when learning failed,
14196                 don't learn on TCP if offline in spamassassin,
14197                 thanks to Colin.
14198
14199                 
14200
14201 2006-03-01 [wwp]        2.0.0cvs90
14202
14203         * src/compose.c
14204                 some work around the compose window's account menu,
14205                 patch by Fabien Vantard.
14206
14207 2006-03-01 [wwp]        2.0.0cvs89
14208
14209         * src/plugins/spamassassin/spamassassin.c
14210                 fixed bad logics, was using spamc in local mode and sa-learn
14211                 in remote mode (thanks, Colin).
14212
14213 2006-03-01 [wwp]        2.0.0cvs88
14214
14215         * src/plugins/spamassassin/spamassassin.c
14216         * src/plugins/spamassassin/spamassassin.h
14217         * src/plugins/spamassassin/spamassassin_gtk.c
14218                 made processing of emails w/ sa-plugin an option (default is TRUE),
14219                 fixed Engrish some tooltips, capitalization of some debug messages
14220                 and warnings. The spamassassin plugin now provides two separate
14221                 services: process emails upon incorporation and spamd training.
14222                 Both services (un)register independently but use some common
14223                 plugin settings (transport settings, spam storage location).
14224
14225 2006-02-28 [wwp]        2.0.0cvs87
14226
14227         * src/plugins/spamassassin/spamassassin.c
14228                 fix async flag to spamc cmdline execution (batch exec should
14229                 be asynchronous).
14230
14231 2006-02-27 [wwp]        2.0.0cvs86
14232
14233         * src/plugins/spamassassin/spamassassin.c
14234         * src/plugins/spamassassin/spamassassin.h
14235         * src/plugins/spamassassin/spamassassin_gtk.c
14236                 - added the ability to learn a remote spamassassin server (spamd),
14237                 using spamc.
14238                 - added the spamassassin option 'username', that applies to all
14239                 spamassassin operations (filtering, learning, local or remote).
14240                 The default username is the current unix user (if left blank
14241                 from gtk prefs or config file).
14242                 - commented out some unused code (notebook widget), removed unused
14243                 layout (hbox1).
14244                 - make more widgets sensitive to the transport type.
14245
14246 2006-02-27 [colin]      2.0.0cvs85
14247
14248         * src/plugins/spamassassin/spamassassin.c
14249                 Fix sa-learn call when offline
14250
14251 2006-02-27 [colin]      2.0.0cvs84
14252
14253         * configure.ac
14254         * src/Makefile.am
14255         * src/mainwindow.c
14256         * src/mainwindow.h
14257         * src/messageview.c
14258         * src/messageview.h
14259         * src/prefs_toolbar.c
14260         * src/procmsg.c
14261         * src/stock_pixmap.c
14262         * src/stock_pixmap.h
14263         * src/summaryview.c
14264         * src/toolbar.c
14265         * src/toolbar.h
14266         * src/pixmaps/ham_btn.xpm
14267         * src/pixmaps/spam.xpm
14268         * src/pixmaps/spam_btn.xpm
14269         * src/plugins/spamassassin/spamassassin.c
14270                 Add button in toolbar for spam learning
14271                 Fix a few bugs from the last related commit
14272                 Revert 1.9.6cvs23 which messed up shift-selection
14273
14274 2006-02-24 [colin]      2.0.0cvs83
14275
14276         * src/procmsg.c
14277         * src/summaryview.c
14278         * src/summaryview.h
14279         * src/plugins/spamassassin/spamassassin.c
14280         * src/plugins/spamassassin/spamassassin.h
14281         * src/plugins/spamassassin/spamassassin_gtk.c
14282                 Unregister learner when spamassassin is either
14283                 disabled or over tcp
14284
14285 2006-02-24 [colin]      2.0.0cvs82
14286
14287         * src/Makefile.am
14288         * src/mainwindow.c
14289         * src/mainwindow.h
14290         * src/procmsg.c
14291         * src/procmsg.h
14292         * src/stock_pixmap.c
14293         * src/stock_pixmap.h
14294         * src/summaryview.c
14295         * src/summaryview.h
14296         * src/gtk/icon_legend.c
14297         * src/pixmaps/spam.xpm  ** NEW FILE **
14298         * src/plugins/spamassassin/spamassassin.c
14299         * src/plugins/spamassassin/spamassassin_gtk.c
14300                 Add spam learning interface (Mark/Mark as 
14301                 (spam|ham) menus)
14302
14303 2006-02-24 [wwp]        2.0.0cvs81
14304
14305         * src/compose.c
14306         * src/compose.h
14307         * src/filtering.c
14308                 hide compose window when sending message in batch mode
14309                 (filtering: forward and redirect). Also fixed a wrong
14310                 value returned when sending failed, neutral anyway.
14311                 (Colin, me) 
14312
14313 2006-02-24 [wwp]        2.0.0cvs80
14314
14315         * src/mainwindow.c
14316                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14317
14318 2006-02-24 [paul]       2.0.0cvs79
14319
14320         * src/news.c
14321         * src/news.h
14322         * src/news_gtk.c
14323                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14324                 Thanks to Colin
14325
14326 2006-02-23 [colin]      2.0.0cvs78
14327
14328         * src/alertpanel.c
14329                 Change OK to Close in alertpanel with View log
14330                 button; add accel to View log. Patch by Fabien
14331                 Vantard
14332
14333 2006-02-23 [wwp]        2.0.0cvs77
14334
14335         * src/compose.c
14336                 silly me, there were much more tests to perform, since toolbars can
14337                 really have down to 1 element only.
14338
14339 2006-02-23 [wwp]        2.0.0cvs76
14340
14341         * commitHelper
14342                 fixed indentation from my previous commit. Fallback to VISUAL if
14343                 EDITOR is not set (and to vi, at last resort).
14344
14345 2006-02-23 [wwp]        2.0.0cvs75
14346
14347         * commitHelper
14348                 improved error detection (Colin, me).
14349
14350 2006-02-23 [wwp]        2.0.0cvs74
14351
14352         * src/prefs_toolbar.c
14353                 simplify and fix prefs/toolbars layouting. Combos' contents can
14354                 now be really displayed.
14355
14356 2006-02-23 [wwp]        2.0.0cvs73
14357         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14358         be really displayed.
14359
14360 2006-02-22 [wwp]        2.0.0cvs72
14361
14362         * src/compose.c
14363                 fix a typo in my previous commit (sorry!).
14364
14365 2006-02-22 [wwp]        2.0.0cvs71
14366
14367         * src/prefs_toolbar.c
14368                 fix a crash when adding separators to toolbars,
14369                 also fix some separator item information.
14370
14371 2006-02-22 [wwp]        2.0.0cvs70
14372
14373         * src/compose.c
14374                 fix a crash when redirecting (for instance) when compose window's
14375                 toolbar contents has been customized (when some buttons have been
14376                 removed in fact).
14377
14378 2006-02-21 [wwp]        2.0.0cvs69
14379
14380         * src/summaryview.c
14381         * src/gtk/pluginwindow.c
14382         * src/plugins/pgpcore/prefs_gpg.c
14383                 fix some compilation warnings (feat. remains of removed code).
14384
14385 2006-02-21 [wwp]        2.0.0cvs68
14386
14387         * src/gtk/gtkutils.c
14388                 fix two compilation issues, thanks to Stephan Sachse.
14389
14390 2006-02-20 [colin]      2.0.0cvs67
14391
14392         * src/mainwindow.c
14393                 Don't reselect displayed mail on refocus
14394                 This fixes actions misbehaving 
14395
14396 2006-02-20 [wwp]        2.0.0cvs66
14397
14398         * src/summaryview.c
14399         * src/gtk/gtksctree.c
14400         * src/gtk/gtkshruler.c
14401                 changed more runtime typecast checks.
14402
14403 2006-02-20 [wwp]        2.0.0cvs65
14404
14405         * src/summary_search.c
14406                 find all - summaryview refresh issue fixed, thanks to Colin.
14407
14408 2006-02-20 [wwp]        2.0.0cvs64
14409
14410         * src/gtk/gtkutils.c
14411                 better runtime typecast checks.
14412
14413 2006-02-20 [wwp]        2.0.0cvs63
14414
14415         * src/summary_search.c
14416                 enhancements to the summary search:
14417                         - add the ability to stop the running search
14418                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14419                         - don't search if no criteria (From/To/Subject/Body) is set
14420                         - ensure that a busy mouse pointer is always shown when searching,
14421                           show it even a bit earlier
14422
14423 2006-02-19 [colin]      2.0.0cvs62
14424
14425         * src/compose.c
14426         * src/imap.c
14427         * src/etpan/imap-thread.c
14428         * src/etpan/imap-thread.h
14429                 (Future) IMAP speed improvement on sending
14430                 Will require a libetpan update
14431         * src/summaryview.c
14432         * src/gtk/quicksearch.c
14433                 Make quicksearch clearable while running.
14434
14435 2006-02-17 [colin]      2.0.0cvs61
14436
14437         * src/imap.c
14438         * src/etpan/imap-thread.c
14439         * src/etpan/imap-thread.h
14440                 Check for IMAP certificates
14441                 ** Requires libetpan-0.42-cvs4 
14442                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14443
14444 2006-02-17 [colin]      2.0.0cvs60
14445
14446         * src/messageview.c
14447         * src/prefs_common.c
14448         * src/prefs_common.h
14449         * src/prefs_message.c
14450                 Add pref to display HTML-only mails with plugin, 
14451                 if possible (defaulting to FALSE of course).
14452
14453 2006-02-16 [colin]      2.0.0cvs59
14454
14455         * src/main.c
14456         * src/common/plugin.c
14457         * src/common/plugin.h
14458         * src/gtk/pluginwindow.c
14459                 Keep track of requested (but unloaded) plugins
14460                 in some error cases.
14461
14462 2006-02-16 [wwp]        2.0.0cvs58
14463
14464         * src/gtk/gtkaspell.c
14465         * src/gtk/gtkaspell.h
14466         * src/prefs_spelling.c
14467         * src/compose.c
14468         * src/prefs_common.c
14469         * src/prefs_common.h
14470                 implemented new optional spellchecker behaviour: re-check message when
14471                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14472
14473 2006-02-16 [wwp]        2.0.0cvs57
14474
14475         * src/quote_fmt_parse.y
14476                 pclose popen'ed pipe.
14477
14478 2006-02-15 [colin]      2.0.0cvs56
14479
14480         * src/mimeview.c
14481         * src/mimeview.h
14482                 Let MimeViewers know which MimeView they
14483                 depend of.
14484         * src/summaryview.c
14485                 Swap From/To columns in Sent/Queue/Drafts
14486                 folders
14487         * src/etpan/imap-thread.c
14488                 Use mailstream_low_tls_open() for STARTTLS
14489                 instead of mailstream_low_ssl_open()
14490                 ** REQUIRES libetpan 0.42cvs3 **
14491
14492 2006-02-15 [wwp]        2.0.0cvs55
14493
14494         * src/compose.c
14495         * src/compose.h
14496         * src/message_search.c
14497         * src/message_search.h
14498         * src/textview.c
14499         * src/gtk/gtkutils.c
14500         * src/gtk/gtkutils.h
14501                 added the ability to Find text in the compose window (and a bit
14502                 of code factorization).
14503
14504 2006-02-15 [wwp]        2.0.0cvs54
14505
14506         * src/prefs_gtk.c
14507                 yet another one file was missing (fix for some widgets' sensitivity).
14508                 Thanks Colin!
14509
14510 2006-02-15 [wwp]        2.0.0cvs53
14511
14512         * src/prefs_gtk.h
14513                 oops forgot that file (fix for some widgets' sensitivity).
14514
14515 2006-02-15 [wwp]        2.0.0cvs52
14516
14517         * src/summary_search.c
14518                 implemented advanced summary search options (added the ability
14519                 to use matcher conditions in an advanced search mode).
14520
14521 2006-02-15 [wwp]        2.0.0cvs51
14522
14523         * src/plugins/pgpcore/prefs_gpg.c
14524         * src/prefs_account.c
14525                 fix some widget sensitivity, mostly around some labels in
14526                 account prefs.
14527
14528 2006-02-15 [paul]       2.0.0cvs50
14529
14530         * manual/advanced.xml
14531                 improve Templates info
14532                 written by wwp
14533
14534 2006-02-14 [colin]      2.0.0cvs49
14535
14536         * src/pixmaps/address_book.xpm
14537         * src/pixmaps/preferences.xpm
14538         * src/pixmaps/properties.xpm
14539                 Fix pixmap size - patch by Fabien Vantard
14540
14541 2006-02-13 [colin]      2.0.0cvs48
14542
14543         * src/procmime.c
14544                 Add missing fclose()s on error
14545         * src/textview.c
14546                 Remove unused code
14547         * src/common/utils.c
14548                 Fix temp files not being deleted on windows
14549         Patches by Thomas Gilgin
14550
14551 2006-02-13 [colin]      2.0.0cvs47
14552
14553         * src/mainwindow.c
14554                 Fix exit crash
14555
14556 2006-02-13 [wwp]        2.0.0cvs46
14557
14558         * src/plugins/pgpcore/prefs_gpg.c
14559                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14560
14561 2006-02-12 [colin]      2.0.0cvs45
14562
14563         * src/folderview.c
14564         * src/main.c
14565         * src/mainwindow.c
14566                 Fix "stuff" when quitting
14567
14568 2006-02-12 [wwp]        2.0.0cvs44
14569
14570         * src/prefs_themes.c
14571                 fix typos in debug messages.
14572
14573 2006-02-11 [colin]      2.0.0cvs43
14574
14575         * src/summaryview.c
14576                 don't allow drag/drop from ourself
14577
14578 2006-02-10 [wwp]        2.0.0cvs42
14579
14580         * src/exporthtml.c
14581         * src/html.c
14582         * src/html.h
14583         * src/procmime.c
14584         * src/textview.c
14585                 renamed html_ prefixed functions and data structures to avoid
14586                 namespace clashes w/ other software (gtkhtml2 for instance).
14587                 Closes bug #907.
14588
14589
14590 2006-02-09 [colin]      2.0.0cvs41
14591
14592         * src/summaryview.c
14593                 Fix shitty logic messed up. Thanks Ticho for the hint!
14594
14595 2006-02-09 [wwp]        2.0.0cvs40
14596
14597         * src/gtk/about.c
14598         * src/compose.c
14599         * src/prefs_account.c
14600         * src/prefs_gtk.h
14601         * src/editaddress.c
14602                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14603                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14604                 Browse buttons in accounts prefs.
14605
14606 2006-02-09 [colin]      2.0.0cvs39
14607
14608         * src/matcher.c
14609                 Check for pointer before using its members
14610         * src/gtk/gtksourceprintjob.c
14611                 Fix a wrong warning
14612
14613 2006-02-09 [wwp]        2.0.0cvs38
14614
14615         * src/gtk/filesel.c
14616                 fix few compiler warnings (type mismatch).
14617
14618 2006-02-09 [paul]       2.0.0cvs37
14619
14620         * po/fr.po
14621                 updated by Fabien Vantard
14622
14623 2006-02-08 [colin]      2.0.0cvs36
14624
14625         * src/prefs_common.c
14626         * src/common/defs.h
14627         * src/common/plugin.c
14628                 allow windows and linux configurations to coexist
14629                 patch by Thomas Gilgin
14630
14631 2006-02-08 [colin]      2.0.0cvs35
14632
14633         * src/filtering.c
14634         * src/matcher.c
14635         * src/matcher.h
14636         * src/matcher_parser_parse.y
14637         * src/prefs_filtering_action.c
14638         * src/prefs_matcher.c
14639                 Add the "Ignore thread" filtering
14640                 action
14641
14642 2006-02-08 [colin]      2.0.0cvs34
14643
14644         * src/compose.c
14645         * src/procmime.c
14646         * src/procmime.h
14647                 Fix bug #905 (damaged attachment)
14648                 text files with raw \0's aren't really text files
14649         FOR_STABLE
14650
14651 2006-02-08 [colin]      2.0.0cvs33
14652
14653         * src/summaryview.c
14654                 Fix crasher introduced yesterday
14655
14656 2006-02-08 [wwp]        2.0.0cvs32
14657
14658         * src/compose.c
14659         * src/compose.h
14660                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14661
14662 2006-02-08 [wwp]        2.0.0cvs31
14663
14664         * src/prefs_template.c
14665                 templates enhancement: allow address completion for Cc and Bcc fields
14666                 (it was currently possible for the To field only)
14667
14668 2006-02-08 [colin]      2.0.0cvs30
14669
14670         * src/compose.c
14671                 Don't unblock if not blocked
14672         FOR_STABLE
14673
14674 2006-02-07 [colin]      2.0.0cvs29
14675
14676         * src/action.c
14677                 Forgot to refresh summaryview
14678
14679 2006-02-07 [colin]      2.0.0cvs28
14680
14681         * src/action.c
14682                 Freeze/thaw message list and folder list while
14683                 processing %as{} actions 
14684         * src/compose.c
14685                 Fix auto-wrap disabling after a middle-click
14686                 paste - FOR_STABLE
14687
14688 2006-02-07 [paul]       2.0.0cvs27
14689
14690         * src/folder.c
14691                 fix freeing of uninitialised pointers
14692                 Thanks to Colin
14693
14694 2006-02-06 [colin]      2.0.0cvs26
14695
14696         * src/folder.c
14697                 Use g_slist_prepend in potentially big list
14698
14699 2006-02-06 [colin]      2.0.0cvs25
14700
14701         * src/folder.c
14702                 Completely skip processing if it doesn't 
14703                 exist (faster!)
14704
14705 2006-02-06 [colin]      2.0.0cvs24
14706
14707         * src/folder.c
14708         * src/summaryview.c
14709                 Batch filtering in summaryview (from Tools menu)
14710                 and pre/post//-processing too
14711
14712 2006-02-06 [colin]      2.0.0cvs23
14713
14714         * src/procmsg.h
14715         * src/filtering.c
14716                 Use a special field for batch filtering instead
14717                 of stepping on deferred execution's toes
14718
14719 2006-02-06 [colin]      2.0.0cvs22
14720
14721         * src/action.c
14722         * src/filtering.c
14723         * src/filtering.h
14724         * src/folder.c
14725         * src/summaryview.c
14726                 Fix filtering via menus and actions
14727
14728 2006-02-06 [colin]      2.0.0cvs21
14729
14730         * src/imap.c
14731                 Put the added file directly to cache if possible (will work
14732                 with next libetpan)
14733         * src/filtering.c
14734         * src/filtering.h
14735         * src/inc.c
14736         * src/folder.c
14737         * src/mbox.c
14738         * src/procmsg.h
14739                 Move and copy filtered messages by batches instead of one
14740                 by one - faster on IMAP
14741         * src/procmsg.c
14742                 Add a function that'll possibly be useful later
14743
14744 2006-02-06 [colin]      2.0.0cvs20
14745
14746         * src/addressbook.c
14747                 Use internal mime-type instead of text/plain for d'n'd
14748         * src/compose.c
14749                 Allow attaching files from mimeview's icon list via d'n'd
14750         * src/folderview.c
14751         * src/folderview.h
14752                 Use internal mime-type instead of text/plain for d'n'd
14753                 Don't try to selected opened folder if none is
14754                 Factorize d'n'd from other apps code
14755         * src/headerview.c
14756         * src/textview.c
14757         * src/gtk/gtkutils.c
14758         * src/gtk/gtkutils.h
14759                 Factorize Face/X-Face stuff
14760         * src/mimeview.c
14761                 Fix d'n'd to other apps
14762         * src/prefs_message.c
14763                 Let the XFace pref be usable without libcompface as it also
14764                 applies to Face
14765         * src/summaryview.c
14766                 Fix d'n'd to other apps
14767                 Factorize d'n'd from other apps code
14768
14769 2006-02-06 [wwp]        2.0.0cvs19
14770
14771         * po/it.po
14772                 Italian translation fixes by Andrea Spadaccini (no more confusion
14773                 between filtering and processing, and few changes in the About
14774                 dialog).
14775
14776
14777 2006-02-06 [mones]      2.0.0cvs18
14778
14779         * src/gtk/icon_legend.c
14780                 Improved descriptions allowing better translations
14781
14782 2006-02-05 [colin]      2.0.0cvs17
14783
14784         * src/imap.c
14785                 Add the f*cking missing expunge that caused imap_fetch_env
14786                 to fail after an add_msgs ! :-///
14787         * src/etpan/imap-thread.c
14788                 Add a bit of debug
14789         FOR_STABLE
14790
14791 2006-02-05 [colin]      2.0.0cvs16
14792
14793         * src/common/utils.c
14794                 Don't check for return-path (or we can't put
14795                 back non-sent mails)
14796
14797 2006-02-05 [colin]      2.0.0cvs15
14798
14799         * src/textview.c
14800                 Don't try to display Face header in textview
14801                 when teh headerview's active
14802
14803 2006-02-05 [colin]      2.0.0cvs14
14804
14805         * tools/tbird2syl.py
14806         * tools/Makefile.am
14807                 Add script to import Thunderbird mails
14808
14809 2006-02-05 [colin]      2.0.0cvs13
14810
14811         * src/headerview.c
14812         * src/procheader.c
14813         * src/procmsg.c
14814         * src/procmsg.h
14815         * src/textview.c
14816                 Show Face headers - patch partially by Klaus Flittner
14817
14818 2006-02-05 [colin]      2.0.0cvs12
14819
14820         * src/folderview.c
14821         * src/summaryview.c
14822         * src/common/utils.c
14823         * src/common/utils.h
14824                 Let dnd work from mime icons to summaryview
14825                 and to folderview too
14826                 Add a crude test to avoid trying to add files
14827                 drag'n'dropped when they're not mails
14828
14829 2006-02-04 [colin]      2.0.0cvs11
14830
14831         * src/summaryview.c
14832         * src/mimeview.c
14833                 Fix utf8 conversion
14834
14835 2006-02-04 [colin]      2.0.0cvs10
14836
14837         * src/compose.c
14838         * src/folderview.c
14839         * src/mimeview.c
14840         * src/summaryview.c
14841         * src/summaryview.h
14842                 Added various drag and drop capas:
14843                 From                    To
14844                 summaryview             other apps
14845                 mimeview icons          other apps
14846                 other apps              summaryview
14847                 other apps              folderview
14848
14849                 This shouldn't have broken the existing:
14850                 From                    To
14851                 summaryview             folderview
14852                 folderview              folderview
14853                 summaryview             compose's attachments
14854
14855         Tests welcomed.
14856
14857 2006-02-02 [paul]       2.0.0cvs9
14858
14859         * src/mainwindow.c
14860                 move global option 'Set displayed columns...' out
14861                 of folder option grouping.
14862                 fix sensitivity of 'harvest addresses'
14863         FOR_STABLE
14864
14865 2006-02-01 [colin]      2.0.0cvs8
14866
14867         * src/mimeview.c
14868                 Revert the alertpanel patch, it sucks (intrusive
14869                 and gets in the way of "open")
14870
14871 2006-02-01 [colin]      2.0.0cvs7
14872
14873         * src/compose.c
14874         * src/prefs_account.c
14875         * src/prefs_common.c
14876         * src/common/defs.h
14877         * src/common/utils.c
14878         * src/common/utils.h
14879                 Add ability to edit the signature file
14880                 from the account preferences, and use
14881                 a default for the text editor.
14882                 Patch by Fabien Vantard
14883
14884 2006-02-01 [colin]      2.0.0cvs6
14885
14886         * src/mimeview.c
14887                 Try to get mime type by extension if it is
14888                 application/octet-stream
14889                 Display a window with possible choices when
14890                 encountering unknown mime types
14891         * src/gtk/filesel.c
14892         * src/gtk/filesel.h
14893                 Add preview
14894                 Allow multiple selection in filtered filesel
14895                 (patch by Fabien Vantard)
14896         * src/gtk/pluginwindow.c
14897                 Use it (patch by Fabien Vantard)
14898
14899 2006-02-01 [paul]       2.0.0cvs5
14900
14901         * src/jpilot.c
14902                 fix crash on creating jpilot address book
14903                 Thanks to Colin - FOR_STABLE
14904         * src/prefs_summaries.c
14905         * src/prefs_wrapping.c
14906         * src/gtk/icon_legend.c
14907         * src/gtk/quicksearch.c
14908                 string fixes and additions
14909
14910 2006-02-01 [paul]       2.0.0cvs4
14911
14912         * src/compose.c
14913         * src/mainwindow.c
14914         * src/messageview.c
14915         * src/prefs_send.c
14916                 add Arabic encoding option
14917                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14918
14919 2006-01-31 [colin]      2.0.0cvs3
14920
14921         * src/plugins/pgpcore/passphrase.c
14922                 Convert passphrase to locale encoding
14923         * src/compose.c
14924                 Fix drafting on IMAP. Crappy bug sneaked in
14925                 the release :-/
14926         FOR_STABLE
14927
14928 2006-01-30 [paul]       2.0.0cvs2
14929
14930         * src/gtk/icon_legend.c
14931                 show the new entries
14932
14933 2006-01-30 [colin]      2.0.0cvs1
14934
14935         * src/manual.c
14936                 Check for the file to be present before 
14937                 enabling the menu - FOR_STABLE
14938         * src/gtk/icon_legend.c
14939                 Add folders icons (not all of them, there
14940                 are too much, but the most intriguing ones)
14941
14942 2006-01-30 [paul]       2.0.0
14943
14944         version 2.0.0 released
14945
14946 [For previous entries, see ChangeLog.pre2.0.0]