025b87d30dbca54be54758b56f0354406639cc28
[claws.git] / ChangeLog
1 2007-08-20 [colin]      2.10.0cvs137
2
3         * src/ldapctrl.c
4                 Fix a leak
5
6 2007-08-20 [paul]       2.10.0cvs136
7
8         * src/browseldap.c
9         * src/editldap.c
10         * src/ldapctrl.c
11         * src/ldapquery.c
12         * src/ldapquery.h
13         * src/ldapserver.c
14         * src/ldaputil.c
15                 add debug_prints
16                 patch by Michael Rasmussen
17
18 2007-08-19 [colin]      2.10.0cvs135
19
20         * src/imap.c
21                 Fix previous commit. Sensitivity update is needed
22                 for "Cancel receiving". However when batching we
23                 don't need to do it for every message flag change,
24                 just once at the start and once at the end.
25
26 2007-08-19 [colin]      2.10.0cvs134
27
28         * src/imap.c
29                 Remove useless menu updates on session lock/unlock
30
31 2007-08-19 [colin]      2.10.0cvs133
32
33         * src/etpan/imap-thread.c
34                 Make all fetch logs less verbose
35
36 2007-08-19 [paul]       2.10.0cvs132
37
38         * src/foldersel.c
39         * src/folderview.c
40         * src/summaryview.c
41                 fix bug 1286, 'Can't move a folder into a "Folders
42                 Only" folder'
43
44 2007-08-18 [ticho]      2.10.0cvs131
45
46         * src/editaddress_other_attributes_ldap.c
47                 Converted option menu for other ldap attributes to GtkComboBox.
48
49 2007-08-18 [colin]      2.10.0cvs130
50
51         * src/compose.c
52         * src/prefs_common.c
53         * src/prefs_common.h
54         * src/prefs_send.c
55         * src/send_message.c
56                 Revert 'send_dialog_mode' meaning to 
57                 'send_dialog_invisible', so that the 
58                 new checkbox doesn't change the 
59                 existing behaviour.
60
61 2007-08-18 [paul]       2.10.0cvs129
62
63         * src/summaryview.c
64                 add missing menu update
65
66 2007-08-17 [colin]      2.10.0cvs128
67
68         * src/folder.c
69                 Set batching after getting flags - maybe fixes
70                 bug 1292, 'CM crashes on writing mail'
71
72 2007-08-16 [ticho]      2.10.0cvs127
73
74         * src/prefs_send.c
75                 Convert two GtkOptionMenu widgets to new GtkComboBox.
76         * src/gtk/combobox.h
77         * src/gtk/gtkutils.c
78                 Allow NULL for GtkComboBox menuitem label, rendering such
79                 items as row separators.
80
81 2007-08-16 [paul]       2.10.0cvs126
82
83         * src/plugins/trayicon/trayicon.c
84                 remove wrongly used gettextisation
85
86 2007-08-15 [ticho]      2.10.0cvs125
87
88         * src/importldif.c
89                 Fixed a runtime warning where an attempt to pack an
90                 already packed GtkLabel was made.
91
92 2007-08-15 [ticho]      2.10.0cvs124
93
94         * src/prefs_compose_writing.c
95                 Convert the insert-or-attach-dragged-files GtkOptionMenu
96                 into GtkComboBox.
97
98 2007-08-14 [ticho]      2.10.0cvs123
99
100         * src/messageview.c
101         * src/gtk/gtkutils.c
102                 Changed return receipt account selector to GtkComboBox.
103                 Fixed a runtime warning where GTK tried to parse
104                 "name <email@address" as a Pango markup in an alertpanel label.
105
106 2007-08-14 [ticho]      2.10.0cvs122
107
108         * src/prefs_logging.c
109                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
110
111 2007-08-14 [wwp]        2.10.0cvs121
112
113         * tools/Makefile.am
114         * tools/README
115         * tools/popfile-link.sh
116                 Added a new tool: POPFile helper, to open
117                 selected messages in POPFile control center,
118                 in order to change the messages' status.
119
120 2007-08-14 [ticho]      2.10.0cvs120
121
122         * src/compose.c
123         * src/prefs_common.c
124         * src/prefs_common.h
125         * src/prefs_send.c
126         * src/send_message.c
127                 Change "Show send dialog" optionmenu to a checkbutton.
128         * src/prefs_receive.c
129                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
130
131 2007-08-13 [wwp]        2.10.0cvs119
132
133         * src/addr_compl.c
134         * src/addressbook.c
135         * src/addrindex.c
136         * src/compose.c
137         * src/filtering.c
138         * src/folderview.c
139         * src/inc.c
140         * src/matcher.c
141         * src/mh.c
142         * src/partial_download.c
143         * src/prefs_gtk.c
144         * src/procmsg.c
145         * src/stock_pixmap.c
146         * src/summaryview.c
147         * src/common/utils.c
148         * src/gtk/gtkaspell.c
149         * src/gtk/menu.c
150                 Make sure we never pass NULL pointers for %s substitutions
151                 (prevent from crashing in Windows).
152
153 2007-08-13 [wwp]        2.10.0cvs118
154
155         * src/msgcache.c
156                 Re-enable mmap_reads in Windows with some missing
157                 CloseHandle of mapping objects, thanks to
158                 Marcus Brinkmann.
159
160 2007-08-13 [paul]       2.10.0cvs117
161
162         * src/common/utils.c
163                 fix bug 1287, 'Compile time problem on Solaris
164                 (nexenta gnu/Solaris) utils.c'
165                 Thanks to Piotr Chrzczonowicz
166
167 2007-08-12 [wwp]        2.10.0cvs116
168
169         * src/plugins/pgpcore/prefs_gpg.c
170                 Don't try to unset a GPG_AGENT_INFO that was not
171                 set (and don't use a NULL string in Windows, it was
172                 crashing with --debug if GPG_AGENT_INFO was not set).
173
174 2007-08-12 [wwp]        2.10.0cvs115
175
176         * src/privacy.h
177                 Make gcc type-check arguments passed to privacy_set_error().
178
179 2007-08-12 [ticho]      2.10.0cvs114
180
181         * src/prefs_folder_item.c
182                 Make sure that folder default account combobox always has some
183                 account preselected.
184         * src/gtk/combobox.c
185                 Handle empty combobox gracefully (warning instead of crash).
186
187 2007-08-12 [ticho]      2.10.0cvs114
188
189         * src/prefs_folder_item.c
190                 Make sure that folder default account combobox is not empty.
191         * src/gtk/combobox.c
192                 Handle empty combobox gracefully (warning instead of crash).
193
194 2007-08-11 [paul]       2.10.0cvs113
195
196         * src/addrgather.c
197         * src/folderview.c
198                 use 'subfolder' instead of 'sub-folder', matching
199                 everywhere else the term is used
200         * src/imap_gtk.c
201                 fix engrish
202
203 2007-08-10 [wwp]        2.10.0cvs112
204
205         * src/msgcache.c
206                 Disable mmap reads in Windows only (at least temporarily), they
207                 prevent from renaming/removing target cache files.
208
209 2007-08-10 [paul]
210
211         3.0.0-rc2 released
212
213 2007-08-10 [wwp]        2.10.0cvs111
214
215         * src/msgcache.c
216                 fix unpredictable crashes in Windows due to broken
217                 cache/mark/tags files writting (file were opened for
218                 writing in text mode).
219
220         * src/recv.c
221                 use gettimeofday() from w32lib.h on Windows.
222
223 2007-08-10 [colin]      2.10.0cvs110
224
225         * src/imap.c
226         * src/etpan/imap-thread.c
227         * src/etpan/imap-thread.h
228                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
229
230 2007-08-09 [colin]      2.10.0cvs109
231
232         * src/editldap.c
233                 Fix port being reset to 636 on SSL
234         * src/folder.c
235                 Fix folder_item_get_msg_num_by_file
236                 on drafts/queue folders
237
238 2007-08-09 [wwp]        2.10.0cvs108
239
240         * src/folder.c
241                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
242                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
243
244
245 2007-08-09 [colin]      2.10.0cvs107
246
247         * src/folderview.c
248         * src/summaryview.c
249         * src/gtk/prefswindow.c
250                 A few Maemo layout fixes
251
252 2007-08-09 [paul]       2.10.0cvs106
253
254         * src/prefs_account.c
255                 remove the hyphen from plug-ins to
256                 match everywhere else
257
258 2007-08-08 [wwp]        2.10.0cvs105
259
260         * src/prefs_folder_item.c
261                 Fix an extraneous stealth ^L char.
262
263 2007-08-08 [wwp]        2.10.0cvs104
264
265         * src/prefs_folder_item.c
266                 Better fix, group variables declarations (USE_ASPELL).
267
268 2007-08-08 [wwp]        2.10.0cvs103
269
270         * src/prefs_folder_item.c
271                 Fix compilation w/ USE_ASPELL set (broken
272                 by 2.10.0cvs102).
273
274 2007-08-08 [ticho]      2.10.0cvs102
275
276         * src/prefs_folder_item.c
277                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
278
279 2007-08-08 [colin]      2.10.0cvs101
280
281         * src/imap.c
282         * src/etpan/imap-thread.c
283         * src/etpan/imap-thread.h
284                 Close selected mailbox before doing
285                 status on it.
286
287 2007-08-08 [colin]      2.10.0cvs100
288
289         * src/html.c
290                 Complete symbol table, thanks to wwp.
291                 Fixes bug 1284, 'The html -> text 
292                 converter ignores entities'
293         * src/msgcache.c
294                 Fix possible fd leak
295
296 2007-08-08 [colin]      2.10.0cvs99
297
298         * src/imap.c
299                 Better way to fetch UIDs on non-UIDPLUS servers
300
301 2007-08-07 [colin]      2.10.0cvs98
302
303         * src/imap.c
304                 fix bug 1275, 'auto-saved draft messages not 
305                 always being removed'; Also, make multiple
306                 copy (in the same account) faster by matching
307                 source/destination message UIDs.
308         * src/messageview.c
309                 Don't try to reshow deleted mail
310         * src/msgcache.c
311                 Fix leak on error path
312
313 2007-08-07 [wwp]        2.10.0cvs97
314
315         * manual/account.xml
316         * manual/advanced.xml
317         * manual/fr/account.xml
318         * manual/fr/advanced.xml
319                 Updated the reference manual and the French translation to
320                 reflect 2.10.0cvs84: enable running folder Processing
321                 rules on demand.
322
323 2007-08-06 [wwp]        2.10.0cvs96
324
325         * src/prefs_common.c
326         * src/prefs_common.h
327         * src/textview.c
328                 Allow changing the emphasis color used to highlight
329                 the newsreader/x-mailer header value when it matches
330                 our preferred mail agent (hidden pref 'emphasis_col' added
331                 to clawsrc).
332
333 2007-08-06 [colin]      2.10.0cvs95
334
335         * src/compose.c
336         * src/compose.h
337                 Re-commit 2.10.0cvs86, with a protection
338                 against Pango bug. Also, try to fix 
339                 bug 1275, 'auto-saved draft messages not 
340                 always being removed'
341
342 2007-08-06 [wwp]        2.10.0cvs94
343
344         * src/gtk/quicksearch.c
345                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
346
347 2007-08-06 [ticho]      2.10.0cvs93
348
349         * src/prefs_account.c
350         * src/gtk/combobox.c
351                 Use GtkComboBox instead of GtkOptionMenu for privacy system
352                 selection in account preferences.
353
354 2007-08-06 [wwp]        2.10.0cvs92
355
356         * src/plugins/pgpcore/plugin.def
357                 Apply one more chunk from gpg4win's 03-w32-port patch.
358
359 2007-08-05 [colin]      2.10.0cvs91
360
361         * src/compose.c
362         * src/compose.h
363                 reverting buggy patch for now
364
365 2007-08-05 [colin]      2.10.0cvs90
366
367         * src/folder.c
368                 Fix slowdown
369
370 2007-08-04 [colin]      2.10.0cvs89
371
372         * src/prefs_summaries.c
373         * src/summary_search.c
374                 Replace deprecated widgets. Patch by
375                 Andrej.
376
377 2007-08-04 [colin]      2.10.0cvs88
378
379         * src/mh.c
380                 Refresh GUI only every 2000 mails on mh_get_last_num
381                 This is fast (readdir) and done only once per 
382                 session/folder
383
384 2007-08-03 [colin]      2.10.0cvs87
385
386         * src/prefs_account.c
387         * src/gtk/combobox.h
388         * src/gtk/gtkutils.c
389                 Fix a deprecated widget. Patch by
390                 Andrej
391
392 2007-08-03 [colin]      2.10.0cvs86
393
394         * src/compose.c
395         * src/compose.h
396                 Make colorisation and wrapping algorithms
397                 faster. Fixes bug 1246, 'compose becomes 
398                 increasingly slow replying to complex emails'
399
400 2007-08-03 [paul]       2.10.0cvs85
401
402         * src/mh.c
403                 keep the window painted
404
405 2007-08-02 [paul]       2.10.0cvs84
406
407         * src/folderview.c
408         * src/mainwindow.c
409         * src/mainwindow.h
410                 enable running folder Processing
411                 rules on demand
412
413 2007-08-02 [paul]       2.10.0cvs83
414
415         * src/textview.c
416                 speed up/clean up rendering of larger
417                 msgs
418                 Thanks to Colin
419
420 2007-08-01 [paul]       2.10.0cvs82
421
422         * src/mainwindow.h
423                 clean up cruft
424         * src/toolbar.c
425                 change default toolbar layout on maemo
426         * src/pixmaps/close.xpm
427                 make the red cross a grey cross
428         * src/pixmaps/jpilot.xpm
429                 make icon smaller so it fits better
430
431 2007-07-31 [paul]       2.10.0cvs81
432
433         * src/setup.c
434         * src/gtk/gtkutils.c
435                 fix crash on maemo on first launch
436
437 2007-07-30 [paul]       2.10.0cvs80
438
439         * src/prefs_matcher.c
440                 specify the units of age and size
441
442 2007-07-30 [paul]       2.10.0cvs79
443
444         * src/main.c
445                 Fix IMAP timeout setting
446
447 2007-07-30 [colin]      2.10.0cvs78
448
449         * src/prefs_account.c
450                 Fix a deprecated widget. Patch by
451                 Andrej
452
453 2007-07-27 [paul]       2.10.0cvs77
454
455         * src/matcher_parser_parse.y
456         * src/prefs_filtering_action.c
457         * src/prefs_matcher.c
458                 these changes forgotten in cvs74's
459                 'watch thread' feature
460
461 2007-07-27 [paul]       2.10.0cvs76
462
463         * src/compose.c
464                 fix potential crasher
465                 thanks to Colin
466
467 2007-07-27 [paul]       2.10.0cvs75
468
469         * src/mainwindow.c
470         * src/manual.c
471         * src/manual.h
472         * src/gtk/gtkutils.c
473                 make mainwindow's /Help/Manual point to the
474                 remote copy if the local copy doesn't exist
475
476 2007-07-27 [paul]       2.10.0cvs74
477
478         * src/Makefile.am
479         * src/filtering.c
480         * src/folder.c
481         * src/mainwindow.c
482         * src/matcher.c
483         * src/matcher.h
484         * src/matcher_parser_parse.y
485         * src/procmsg.c
486         * src/procmsg.h
487         * src/stock_pixmap.c
488         * src/stock_pixmap.h
489         * src/summaryview.c
490         * src/summaryview.h
491         * src/toolbar.c
492         * src/toolbar.h
493         * src/pixmaps/watchthread.xpm
494                 add 'watch thread' feature
495
496 2007-07-27 [paul]       2.10.0cvs73
497
498         * src/prefs_folder_item.c
499                 adjust labels, add tooltips
500
501 2007-07-27 [colin]      2.10.0cvs72
502
503         * src/summaryview.c
504                 Maemo: Remove less used menu items
505
506 2007-07-26 [colin]      2.10.0cvs71
507
508         * src/messageview.c
509                 Maemo: destroy messageview after trashing mail.
510                 Maybe should be done on X11 too
511
512 2007-07-26 [colin]      2.10.0cvs70
513
514         * src/folderview.c
515         * src/mainwindow.c
516         * src/prefs_common.c
517         * src/prefs_common.h
518         * src/summaryview.c
519                 Add View/Show or Hide/Column headers
520
521 2007-07-26 [colin]      2.10.0cvs69
522
523         * src/procmime.c
524                 Fix unwanted output
525
526 2007-07-26 [colin]      2.10.0cvs68
527
528         * src/ldapserver.c
529                 Fix possible crash on cache invalidation
530         * src/compose.c
531         * src/procmime.c
532         * src/procmime.h
533         * src/quote_fmt_parse.y
534                 Make replying to mails with big attachments
535                 much faster. Fixes bug 1224, 'The process of 
536                 Replying to emails with large attachments 
537                 seems unreasonably long...'
538
539 2007-07-26 [colin]      2.10.0cvs67
540
541         * src/mimeview.c
542         * src/matcher.c
543         * src/common/ssl.c
544                 Fix threads use on BSDs
545
546 2007-07-26 [paul]       2.10.0cvs66
547
548         * src/gtk/prefswindow.c
549                 fix account prefs breakage
550                 thanks to Colin
551
552 2007-07-26 [paul]       2.10.0cvs65
553
554         * configure.ac
555                 standardise ./configure --help messages
556
557 2007-07-26 [colin]      2.10.0cvs64
558
559         * src/addressbook.c
560         * src/editaddress.c
561                 Fix two vCard-related crashes
562
563 2007-07-25 [colin]      2.10.0cvs63
564
565         * src/inc.c
566         * src/prefs_common.c
567         * src/prefs_common.h
568         * src/prefs_receive.c
569                 Maemo: Add a better way to notify of
570                 new mails
571         * src/mainwindow.c
572         * src/statusbar.h
573         * src/summaryview.c
574         * src/toolbar.c
575                 Maemo: Various layout fixes
576         * src/gtk/prefswindow.c
577                 Maemo: Better prefs layout
578
579 2007-07-25 [paul]       2.10.0cvs62
580
581         * src/textview.c
582                 fix the layout on maemo
583                 thanks to Colin
584
585 2007-07-25 [iwkse]      2.10.0cvs61
586
587         * src/summaryview.c
588                 add 'o' shortcut on summaryview
589
590 2007-07-25 [iwkse]      2.10.0cvs60
591
592         * src/textview.c
593                 fix o shortcut
594
595 2007-07-24 [colin]      2.10.0cvs59
596
597         * src/mh.c
598                 Fix missing timestamp update on source
599                 folder when moving
600         * src/textview.c
601         * src/textview.h
602                 Better text layout on part's choices
603
604 2007-07-23 [colin]      2.10.0cvs58
605
606         * src/mimeview.c
607         * src/textview.c
608                 Maemo: Automatically choose the correct application
609                 to open parts
610         * src/gtk/quicksearch.c
611                 Make search run on GDK_KP_Enter too
612
613 2007-07-23 [wwp]        2.10.0cvs57
614
615         * src/quote_fmt_lex.l
616                 Revert accidentaly committed lines (account_sig) in
617                 2.10.0cvs56.
618
619 2007-07-23 [wwp]        2.10.0cvs56
620
621         * src/quote_fmt_lex.l
622                 Fix typos around long form expressions in the quote lexer.
623
624 2007-07-23 [paul]
625
626         3.0.0-rc1 released
627
628 2007-07-23 [colin]      2.10.0cvs55
629
630         * src/addr_compl.c
631                 Fix auto-completion on Maemo
632
633 2007-07-23 [colin]      2.10.0cvs54
634
635         * src/statusbar.c
636                 Maemo: Fix sticking statusbars
637
638 2007-07-22 [colin]      2.10.0cvs53
639
640         * src/main.c
641                 Maemo: Fix the strange "top_application" info
642                 at startup. We should do something when 
643                 receiving such a message.
644
645 2007-07-20 [paul]       2.10.0cvs52
646
647         * src/news_gtk.c
648                 add missing #include "statusbar.h"
649
650 2007-07-20 [colin]      2.10.0cvs51
651
652         * src/folder.c
653         * src/folder.h
654         * src/folder_item_prefs.c
655         * src/folder_item_prefs.h
656         * src/folderview.c
657         * src/imap.c
658         * src/imap_gtk.c
659         * src/imap_gtk.h
660         * src/news.c
661         * src/news_gtk.c
662         * src/news_gtk.h
663         * src/prefs_folder_item.c
664                 Implement age-based caching: allow to
665                 specify a threshold for the offline synchronisation
666                 feature, and whether old cached bodies should 
667                 be removed
668         * src/toolbar.c
669         * src/toolbar.h
670                 Fix label/tooltips
671         * src/plugins/dillo_viewer/dillo_viewer.c
672                 Check that Dillo's installed
673
674 2007-07-20 [wwp]        2.10.0cvs50
675
676         * src/mimeview.c
677         * src/stock_pixmap.c
678                 Draw a frame around the selected mimeview part icon (instead of the
679                 shifted 'dancing' icon).
680
681 2007-07-20 [colin]      2.10.0cvs49
682
683         * src/main.c
684                 Unref stuff even on error
685         * src/wizard.c
686                 disconnect signals only at the very
687                 end of the wizard save.
688
689 2007-07-20 [colin]      2.10.0cvs48
690
691         * src/mainwindow.c
692         * src/messageview.c
693         * src/toolbar.c
694         * src/toolbar.h
695                 Fix random crashes while navigating
696                 (GTK_EVENTS_FLUSH)
697
698 2007-07-19 [colin]      2.10.0cvs47
699
700         * configure.ac
701         * src/main.c
702         * src/prefs_common.c
703         * src/prefs_common.h
704         * src/wizard.c
705         * src/common/defs.h
706         * src/common/utils.c
707                 Maemo: add an easy way to store data (mails
708                 and IMAP/NNTP caches) on one of the SD cards,
709                 and protect against unmounts if needed
710
711 2007-07-19 [paul]       2.10.0cvs46
712
713         * src/Makefile.am
714         * src/stock_pixmap.c
715         * src/gtk/about.c
716         * src/pixmaps/claws-mail_logo-small.xpm
717                 implement a (slightly) different About
718                 dialog for maemo and add a small version
719                 of the logo for it
720         * src/wizard.c
721                 use a scrolled window for wizard page 1
722                 on maemo
723
724 2007-07-19 [paul]       2.10.0cvs45
725
726         * src/Makefile.am
727                 too soon for this line
728
729 2007-07-19 [paul]       2.10.0cvs44
730
731         * src/Makefile.am
732                 fix build on n800
733
734 2007-07-19 [colin]      2.10.0cvs43
735
736         * src/wizard.c
737                 Solve Mail/Mailbox name when specifying
738                 full /path/to/Mail.
739
740 2007-07-18 [colin]      2.10.0cvs42
741
742         * src/inc.c
743         * configure.ac
744                 Fix build on n770
745
746 2007-07-18 [colin]      2.10.0cvs41
747
748         * src/inc.c
749                 Maemo: plug the online/offline system into
750                 maemo's interfaces to have Claws automatically
751                 switch according to the system status
752         * src/statusbar.c
753                 Maemo: use HildonBanners to display status
754                 messages. Renders the main statusbar useless.
755
756 2007-07-18 [paul]       2.10.0cvs40
757
758         * src/filtering.c
759                 fix screen blanking on moving/copying many msgs
760         * src/folder.c
761                 fix processing progressbar and screen blanking
762                 during processing
763
764 2007-07-18 [paul]       2.10.0cvs39
765
766         * src/messageview.c
767                 revert cvs37, breakage on maemo
768
769 2007-07-18 [paul]       2.10.0cvs38
770
771         * src/gtk/gtkutils.c
772                 make sure we can still build with older GTK's
773
774 2007-07-18 [colin]      2.10.0cvs37
775
776         * src/messageview.c
777                 Only hide the small layout's messageview, instead
778                 of destroying it when closing
779         * src/gtk/gtkutils.c
780                 Use gtk_window_present_with_time to popup windows,
781                 it seems to make things better with modern WMs
782                 (actually focusing)
783
784 2007-07-17 [colin]      2.10.0cvs36
785
786         * src/editaddress.c
787                 Simplify layout on Maemo
788         * src/folder.c
789                 Fix possible crash
790         * src/prefs_display_header.c
791                 Remove some headers by default on Maemo
792
793 2007-07-17 [paul]       2.10.0cvs35
794
795         * src/prefs_common.c
796         * src/prefs_common.h
797         * src/prefs_logging.c
798         * src/common/log.c
799                 add options to stop/enable writing logs to disc
800
801 2007-07-17 [paul]       2.10.0cvs34
802
803         * src/edittags.c
804                 fix some issues with the Apply tags window:
805                 - set search column (enables autocompl in the treeview)
806                 - apply tag from "New tag" if it existed
807                 - clears New tag entry when adding it with the button
808                 Thanks to Colin
809
810 2007-07-17 [paul]       2.10.0cvs33
811
812         * src/edittags.c
813                 fix 'apply tags' dialogue weirdness
814
815 2007-07-16 [colin]      2.10.0cvs32
816
817         * src/toolbar.c
818                 Fix double-loading of mails on Maemo
819
820 2007-07-16 [colin]      2.10.0cvs31
821
822         * src/messageview.c
823                 Prevent double-loading of the same part under some
824                 conditions; hide statusbar on Maemo
825
826 2007-07-16 [colin]      2.10.0cvs30
827
828         * src/edittags.c
829         * src/edittags.h
830         * src/mainwindow.c
831         * src/summaryview.c
832                 Improve the tag interface - allow
833                 to set/unset tags from a special
834                 window.
835         * src/gtk/gtkvscrollbutton.c
836         * src/mimeview.c
837         * src/mimeview.h
838         * src/stock_pixmap.c
839                 Fix Mimeview's ugly hacks in the
840                 icon list. 
841
842 2007-07-16 [paul]       2.10.0cvs29
843
844         * src/wizard.c
845                 rework dialog
846         * src/gtk/icon_legend.c
847                 put it all in a scrolled window
848
849 2007-07-15 [colin]      2.10.0cvs28
850
851         * src/mainwindow.c
852                 Maemo: force layout to be Small screen; the
853                 others don't make sense
854
855 2007-07-14 [colin]      2.10.0cvs27
856
857         * src/mimeview.c
858         * src/gtk/gtkvscrollbutton.c
859                 Maemo: Fix mimeview's buttons size
860
861 2007-07-14 [colin]      2.10.0cvs26
862
863         * src/toolbar.c
864                 Fix the button workaround fix.
865                 (Use the correct variable)
866
867 2007-07-14 [colin]      2.10.0cvs25
868
869         * src/mainwindow.c
870         * src/toolbar.c
871                 Maemo: put the progress bar in the
872                 toolbar
873
874 2007-07-14 [colin]      2.10.0cvs24
875
876         * src/prefs_common.c
877                 Maemo: hide statusbar by default
878         * src/Makefile.am
879         * src/stock_pixmap.c
880         * src/stock_pixmap.h
881         * src/toolbar.c
882         * src/pixmaps/go_folders.xpm
883                 Maemo: Add a specific icon to go back to
884                 folder list
885
886 2007-07-14 [colin]      2.10.0cvs23
887
888         * src/toolbar.c
889                 Don't set homogeneous finally
890
891 2007-07-14 [colin]      2.10.0cvs22
892
893         * src/toolbar.c
894                 Fix button show/hide issues
895
896 2007-07-14 [colin]      2.10.0cvs21
897
898         * src/toolbar.c
899                 Fix huge arrows
900                 Fix button workaround to be able to click
901                 if mouse was on button when it went un-
902                 sensitive.
903                 Revert previous commit, gtk_tool_item_set_homogeneous
904                 doesn't mean what it seems to mean ;-)
905
906 2007-07-14 [paul]       2.10.0cvs20
907
908         * src/toolbar.c
909                 make homogeneous FALSE always
910
911 2007-07-13 [colin]      2.10.0cvs19
912
913         * src/toolbar.c
914         * src/toolbar.h
915                 Rework to fit the non-deprecated API
916         * src/compose.c
917         * src/folderview.c
918         * src/mainwindow.c
919         * src/messageview.c
920         * src/summaryview.c
921                 Maemo layout changes. Better toolbars,
922                 removal of CTree headers. 
923
924 2007-07-13 [paul]       2.10.0cvs18
925
926         * src/gtk/colorlabel.c
927                 fix bug 1261, '[DE] coloring messages in overview 
928                 keys are not localised'
929                 the string is now included in claws-mail.pot
930
931 2007-07-13 [colin]      2.10.0cvs17
932
933         * src/summaryview.c
934                 Fix bug 1267, 'printing mutliple messages 
935                 opens one message-dialog after the other'
936                 Ask for confirmation when printing 10
937                 messages or more.
938
939 2007-07-11 [colin]      2.10.0cvs16
940
941         * COPYING
942         * README
943         * autogen.sh
944         * manual/claws-mail-manual.xml
945         * manual/gpl.xml
946         * manual/es/claws-mail-manual.xml
947         * manual/es/gpl.xml
948         * manual/fr/claws-mail-manual.xml
949         * manual/fr/gpl.xml
950         * manual/pl/gpl.xml
951         * src/account.c
952         * src/account.h
953         * src/action.c
954         * src/action.h
955         * src/adbookbase.h
956         * src/addr_compl.c
957         * src/addr_compl.h
958         * src/addrbook.c
959         * src/addrbook.h
960         * src/addrcache.c
961         * src/addrcache.h
962         * src/addrcindex.c
963         * src/addrcindex.h
964         * src/addrclip.c
965         * src/addrclip.h
966         * src/addrdefs.h
967         * src/addressadd.c
968         * src/addressadd.h
969         * src/addressbook.c
970         * src/addressbook.h
971         * src/addressbook_foldersel.c
972         * src/addressbook_foldersel.h
973         * src/addressitem.h
974         * src/addrgather.c
975         * src/addrgather.h
976         * src/addrharvest.c
977         * src/addrharvest.h
978         * src/addrindex.c
979         * src/addrindex.h
980         * src/addritem.c
981         * src/addritem.h
982         * src/addrquery.c
983         * src/addrquery.h
984         * src/addrselect.c
985         * src/addrselect.h
986         * src/alertpanel.c
987         * src/alertpanel.h
988         * src/browseldap.c
989         * src/browseldap.h
990         * src/codeconv.c
991         * src/codeconv.h
992         * src/compose.c
993         * src/compose.h
994         * src/crash.c
995         * src/crash.h
996         * src/customheader.c
997         * src/customheader.h
998         * src/displayheader.c
999         * src/displayheader.h
1000         * src/editaddress.c
1001         * src/editaddress.h
1002         * src/editaddress_other_attributes_ldap.c
1003         * src/editaddress_other_attributes_ldap.h
1004         * src/editbook.c
1005         * src/editbook.h
1006         * src/editgroup.c
1007         * src/editgroup.h
1008         * src/editjpilot.c
1009         * src/editjpilot.h
1010         * src/editldap.c
1011         * src/editldap.h
1012         * src/editldap_basedn.c
1013         * src/editldap_basedn.h
1014         * src/edittags.c
1015         * src/edittags.h
1016         * src/editvcard.c
1017         * src/editvcard.h
1018         * src/enriched.c
1019         * src/enriched.h
1020         * src/exphtmldlg.c
1021         * src/exphtmldlg.h
1022         * src/expldifdlg.c
1023         * src/expldifdlg.h
1024         * src/export.c
1025         * src/export.h
1026         * src/exporthtml.c
1027         * src/exporthtml.h
1028         * src/exportldif.c
1029         * src/exportldif.h
1030         * src/filtering.c
1031         * src/filtering.h
1032         * src/folder.c
1033         * src/folder.h
1034         * src/folder_item_prefs.c
1035         * src/folder_item_prefs.h
1036         * src/foldersel.c
1037         * src/foldersel.h
1038         * src/folderutils.c
1039         * src/folderutils.h
1040         * src/folderview.c
1041         * src/folderview.h
1042         * src/gedit-print.c
1043         * src/gedit-print.h
1044         * src/grouplistdialog.c
1045         * src/grouplistdialog.h
1046         * src/headerview.c
1047         * src/headerview.h
1048         * src/html.c
1049         * src/html.h
1050         * src/image_viewer.c
1051         * src/image_viewer.h
1052         * src/imap.c
1053         * src/imap.h
1054         * src/imap_gtk.c
1055         * src/imap_gtk.h
1056         * src/import.c
1057         * src/import.h
1058         * src/importldif.c
1059         * src/importldif.h
1060         * src/importmutt.c
1061         * src/importmutt.h
1062         * src/importpine.c
1063         * src/importpine.h
1064         * src/inc.c
1065         * src/inc.h
1066         * src/jpilot.c
1067         * src/jpilot.h
1068         * src/ldapctrl.c
1069         * src/ldapctrl.h
1070         * src/ldaplocate.c
1071         * src/ldaplocate.h
1072         * src/ldapquery.c
1073         * src/ldapquery.h
1074         * src/ldapserver.c
1075         * src/ldapserver.h
1076         * src/ldapupdate.c
1077         * src/ldapupdate.h
1078         * src/ldaputil.c
1079         * src/ldaputil.h
1080         * src/ldif.c
1081         * src/ldif.h
1082         * src/localfolder.c
1083         * src/localfolder.h
1084         * src/main.c
1085         * src/main.h
1086         * src/mainwindow.c
1087         * src/mainwindow.h
1088         * src/manual.c
1089         * src/manual.h
1090         * src/matcher.c
1091         * src/matcher.h
1092         * src/matcher_parser.h
1093         * src/matcher_parser_lex.l
1094         * src/matcher_parser_parse.y
1095         * src/mbox.c
1096         * src/mbox.h
1097         * src/message_search.c
1098         * src/message_search.h
1099         * src/messageview.c
1100         * src/messageview.h
1101         * src/mh.c
1102         * src/mh.h
1103         * src/mh_gtk.c
1104         * src/mh_gtk.h
1105         * src/mimeview.c
1106         * src/mimeview.h
1107         * src/msgcache.c
1108         * src/msgcache.h
1109         * src/mutt.c
1110         * src/mutt.h
1111         * src/news.c
1112         * src/news.h
1113         * src/news_gtk.c
1114         * src/news_gtk.h
1115         * src/noticeview.c
1116         * src/noticeview.h
1117         * src/partial_download.c
1118         * src/partial_download.h
1119         * src/pine.c
1120         * src/pine.h
1121         * src/pop.c
1122         * src/pop.h
1123         * src/prefs_account.c
1124         * src/prefs_account.h
1125         * src/prefs_actions.c
1126         * src/prefs_actions.h
1127         * src/prefs_common.c
1128         * src/prefs_common.h
1129         * src/prefs_compose_writing.c
1130         * src/prefs_compose_writing.h
1131         * src/prefs_customheader.c
1132         * src/prefs_customheader.h
1133         * src/prefs_display_header.c
1134         * src/prefs_display_header.h
1135         * src/prefs_ext_prog.c
1136         * src/prefs_ext_prog.h
1137         * src/prefs_filtering.c
1138         * src/prefs_filtering.h
1139         * src/prefs_filtering_action.c
1140         * src/prefs_filtering_action.h
1141         * src/prefs_folder_column.c
1142         * src/prefs_folder_column.h
1143         * src/prefs_folder_item.c
1144         * src/prefs_folder_item.h
1145         * src/prefs_fonts.c
1146         * src/prefs_fonts.h
1147         * src/prefs_gtk.c
1148         * src/prefs_gtk.h
1149         * src/prefs_image_viewer.c
1150         * src/prefs_image_viewer.h
1151         * src/prefs_logging.c
1152         * src/prefs_logging.h
1153         * src/prefs_matcher.c
1154         * src/prefs_matcher.h
1155         * src/prefs_message.c
1156         * src/prefs_message.h
1157         * src/prefs_msg_colors.c
1158         * src/prefs_msg_colors.h
1159         * src/prefs_other.c
1160         * src/prefs_other.h
1161         * src/prefs_quote.c
1162         * src/prefs_quote.h
1163         * src/prefs_receive.c
1164         * src/prefs_receive.h
1165         * src/prefs_send.c
1166         * src/prefs_send.h
1167         * src/prefs_spelling.c
1168         * src/prefs_spelling.h
1169         * src/prefs_summaries.c
1170         * src/prefs_summaries.h
1171         * src/prefs_summary_column.c
1172         * src/prefs_summary_column.h
1173         * src/prefs_summary_open.c
1174         * src/prefs_summary_open.h
1175         * src/prefs_template.c
1176         * src/prefs_template.h
1177         * src/prefs_themes.c
1178         * src/prefs_themes.h
1179         * src/prefs_toolbar.c
1180         * src/prefs_toolbar.h
1181         * src/prefs_wrapping.c
1182         * src/prefs_wrapping.h
1183         * src/privacy.c
1184         * src/privacy.h
1185         * src/procheader.c
1186         * src/procheader.h
1187         * src/procmime.c
1188         * src/procmime.h
1189         * src/procmsg.c
1190         * src/procmsg.h
1191         * src/quote_fmt.c
1192         * src/quote_fmt_lex.l
1193         * src/quote_fmt_parse.y
1194         * src/recv.c
1195         * src/recv.h
1196         * src/remotefolder.c
1197         * src/remotefolder.h
1198         * src/send_message.c
1199         * src/send_message.h
1200         * src/setup.c
1201         * src/setup.h
1202         * src/simple-gettext.c
1203         * src/sourcewindow.c
1204         * src/sourcewindow.h
1205         * src/ssl_manager.c
1206         * src/ssl_manager.h
1207         * src/statusbar.c
1208         * src/statusbar.h
1209         * src/stock_pixmap.c
1210         * src/stock_pixmap.h
1211         * src/summary_search.c
1212         * src/summary_search.h
1213         * src/summaryview.c
1214         * src/summaryview.h
1215         * src/textview.c
1216         * src/textview.h
1217         * src/toolbar.c
1218         * src/toolbar.h
1219         * src/undo.c
1220         * src/undo.h
1221         * src/unmime.c
1222         * src/unmime.h
1223         * src/uri_opener.c
1224         * src/uri_opener.h
1225         * src/vcard.c
1226         * src/vcard.h
1227         * src/wizard.c
1228         * src/wizard.h
1229         * src/common/base64.c
1230         * src/common/base64.h
1231         * src/common/claws.c
1232         * src/common/claws.h
1233         * src/common/defs.h
1234         * src/common/fnmatch.c
1235         * src/common/fnmatch.h
1236         * src/common/fnmatch_loop.c
1237         * src/common/hooks.c
1238         * src/common/hooks.h
1239         * src/common/log.c
1240         * src/common/log.h
1241         * src/common/md5.c
1242         * src/common/md5.h
1243         * src/common/mgutils.c
1244         * src/common/mgutils.h
1245         * src/common/nntp.c
1246         * src/common/nntp.h
1247         * src/common/passcrypt.c
1248         * src/common/passcrypt.h.in
1249         * src/common/plugin.c
1250         * src/common/plugin.h
1251         * src/common/prefs.c
1252         * src/common/prefs.h
1253         * src/common/progressindicator.c
1254         * src/common/progressindicator.h
1255         * src/common/quoted-printable.c
1256         * src/common/quoted-printable.h
1257         * src/common/session.c
1258         * src/common/session.h
1259         * src/common/smtp.c
1260         * src/common/smtp.h
1261         * src/common/socket.c
1262         * src/common/socket.h
1263         * src/common/ssl.c
1264         * src/common/ssl.h
1265         * src/common/ssl_certificate.c
1266         * src/common/ssl_certificate.h
1267         * src/common/string_match.c
1268         * src/common/string_match.h
1269         * src/common/stringtable.c
1270         * src/common/stringtable.h
1271         * src/common/tags.c
1272         * src/common/tags.h
1273         * src/common/template.c
1274         * src/common/template.h
1275         * src/common/timing.h
1276         * src/common/utils.c
1277         * src/common/utils.h
1278         * src/common/uuencode.c
1279         * src/common/uuencode.h
1280         * src/common/version.h.in
1281         * src/common/w32_dirent.c
1282         * src/common/w32_reg.c
1283         * src/common/w32_signal.c
1284         * src/common/w32_stat.c
1285         * src/common/w32_stdlib.c
1286         * src/common/w32_string.c
1287         * src/common/w32_time.c
1288         * src/common/w32_unistd.c
1289         * src/common/w32_wait.c
1290         * src/common/w32lib.h
1291         * src/common/xml.c
1292         * src/common/xml.h
1293         * src/common/xmlprops.c
1294         * src/common/xmlprops.h
1295         * src/etpan/etpan-errors.h
1296         * src/etpan/etpan-thread-manager-types.h
1297         * src/etpan/etpan-thread-manager.c
1298         * src/etpan/etpan-thread-manager.h
1299         * src/etpan/imap-thread.c
1300         * src/etpan/imap-thread.h
1301         * src/gtk/about.c
1302         * src/gtk/about.h
1303         * src/gtk/colorlabel.c
1304         * src/gtk/colorlabel.h
1305         * src/gtk/colorsel.c
1306         * src/gtk/colorsel.h
1307         * src/gtk/combobox.c
1308         * src/gtk/combobox.h
1309         * src/gtk/description_window.c
1310         * src/gtk/description_window.h
1311         * src/gtk/filesel.c
1312         * src/gtk/filesel.h
1313         * src/gtk/foldersort.c
1314         * src/gtk/foldersort.h
1315         * src/gtk/gtkaspell.c
1316         * src/gtk/gtkaspell.h
1317         * src/gtk/gtksctree.c
1318         * src/gtk/gtkshruler.c
1319         * src/gtk/gtkshruler.h
1320         * src/gtk/gtksourceprintjob.c
1321         * src/gtk/gtksourceprintjob.h
1322         * src/gtk/gtkutils.c
1323         * src/gtk/gtkutils.h
1324         * src/gtk/gtkvscrollbutton.c
1325         * src/gtk/gtkvscrollbutton.h
1326         * src/gtk/icon_legend.c
1327         * src/gtk/icon_legend.h
1328         * src/gtk/inputdialog.c
1329         * src/gtk/inputdialog.h
1330         * src/gtk/logwindow.c
1331         * src/gtk/logwindow.h
1332         * src/gtk/manage_window.c
1333         * src/gtk/manage_window.h
1334         * src/gtk/menu.c
1335         * src/gtk/menu.h
1336         * src/gtk/pluginwindow.c
1337         * src/gtk/pluginwindow.h
1338         * src/gtk/prefswindow.c
1339         * src/gtk/prefswindow.h
1340         * src/gtk/progressdialog.c
1341         * src/gtk/progressdialog.h
1342         * src/gtk/quicksearch.c
1343         * src/gtk/quicksearch.h
1344         * src/gtk/sslcertwindow.c
1345         * src/gtk/sslcertwindow.h
1346         * src/plugins/bogofilter/bogofilter.c
1347         * src/plugins/bogofilter/bogofilter.h
1348         * src/plugins/bogofilter/bogofilter_gtk.c
1349         * src/plugins/clamav/clamav_plugin.c
1350         * src/plugins/clamav/clamav_plugin.h
1351         * src/plugins/clamav/clamav_plugin_gtk.c
1352         * src/plugins/demo/demo.c
1353         * src/plugins/dillo_viewer/dillo_prefs.c
1354         * src/plugins/dillo_viewer/dillo_prefs.h
1355         * src/plugins/dillo_viewer/dillo_viewer.c
1356         * src/plugins/pgpcore/passphrase.c
1357         * src/plugins/pgpcore/passphrase.h
1358         * src/plugins/pgpcore/pgp_viewer.c
1359         * src/plugins/pgpcore/pgp_viewer.h
1360         * src/plugins/pgpcore/plugin.c
1361         * src/plugins/pgpcore/prefs_gpg.c
1362         * src/plugins/pgpcore/prefs_gpg.h
1363         * src/plugins/pgpcore/select-keys.c
1364         * src/plugins/pgpcore/select-keys.h
1365         * src/plugins/pgpcore/sgpgme.c
1366         * src/plugins/pgpcore/sgpgme.h
1367         * src/plugins/pgpinline/pgpinline.c
1368         * src/plugins/pgpinline/pgpinline.h
1369         * src/plugins/pgpinline/plugin.c
1370         * src/plugins/pgpmime/pgpmime.c
1371         * src/plugins/pgpmime/pgpmime.h
1372         * src/plugins/pgpmime/plugin.c
1373         * src/plugins/spamassassin/spamassassin.c
1374         * src/plugins/spamassassin/spamassassin.h
1375         * src/plugins/spamassassin/spamassassin_gtk.c
1376         * src/plugins/trayicon/trayicon.c
1377         * src/plugins/trayicon/trayicon_prefs.c
1378         * src/plugins/trayicon/trayicon_prefs.h
1379         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1380         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1381         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1382         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1383         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1384         * tools/OOo2claws-mail.pl
1385         * tools/README.sylprint
1386         * tools/acroread2claws-mail.pl
1387         * tools/claws-mail-compose-insert-files.pl
1388         * tools/convert_mbox.pl
1389         * tools/filter_conv.pl
1390         * tools/filter_conv_new.pl
1391         * tools/fix_date.sh
1392         * tools/freshmeat_search.pl
1393         * tools/google_search.pl
1394         * tools/kmail-mailbox2claws-mail.pl
1395         * tools/kmail2claws-mail.pl
1396         * tools/kmail2claws-mail_v2.pl
1397         * tools/mairix.sh
1398         * tools/make.themes.project
1399         * tools/multiwebsearch.pl
1400         * tools/nautilus2claws-mail.sh
1401         * tools/outlook2claws-mail.pl
1402         * tools/textviewer.sh
1403         * tools/thunderbird-filters-convertor.pl
1404         * tools/update-po
1405         * tools/uuooffice
1406         * tools/vcard2xml.py
1407         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1408                 Upgrade to GPLv3 or later.
1409
1410 2007-07-10 [wwp]        2.10.0cvs15
1411
1412         * src/main.c
1413                 Fix re-opening of all composing messages that were
1414                 opened when closing the previous instance, thanks
1415                 to Colin.
1416
1417 2007-07-10 [paul]       2.10.0cvs14
1418
1419         * src/editaddress_other_attributes_ldap.c
1420         * src/ldapupdate.c
1421                 fix crash on selecting 'other attributes' combo
1422                 for either a new entry or an old entry with no
1423                 existing attributes.
1424                 fix bug on editing multiple attributes which
1425                 resulted them all having the value of the last
1426                 one changed.
1427                 Thanks to Colin
1428
1429 2007-07-10 [colin]      2.10.0cvs13
1430
1431         * src/editaddress.c
1432         * src/editaddress_other_attributes_ldap.h
1433         * src/ldapupdate.c
1434                 Fix --disable-ldap build
1435
1436 2007-07-09 [colin]      2.10.0cvs12
1437
1438         * src/Makefile.am
1439         * src/addritem.c
1440         * src/addritem.h
1441         * src/editaddress.c
1442         * src/editaddress_other_attributes_ldap.c
1443         * src/editaddress_other_attributes_ldap.h
1444         * src/editldap.c
1445         * src/ldapctrl.c
1446         * src/ldapctrl.h
1447         * src/ldapupdate.c
1448                 Add capability to edit all inetOrgPerson
1449                 attributes on LDAP. Patch by Michael 
1450                 Rasmussen
1451
1452 2007-07-09 [colin]      2.10.0cvs11
1453
1454         * src/Makefile.am
1455         * src/exporthtml.c
1456         * src/mbox.c
1457         * src/msgcache.c
1458         * src/prefs_summaries.c
1459         * src/prefs_themes.c
1460         * src/procheader.c
1461         * src/common/Makefile.am
1462         * src/common/log.c
1463         * src/common/timing.h
1464         * src/common/utils.c
1465         * src/common/utils.h
1466         * src/common/w32_account.c
1467         * src/common/w32lib.h
1468         * src/gtk/Makefile.am
1469         * src/gtk/colorlabel.c
1470         * src/plugins/pgpcore/Makefile.am
1471         * src/plugins/pgpcore/claws.def
1472         * src/plugins/pgpcore/passphrase.c
1473         * src/plugins/pgpcore/pgp_viewer.c
1474         * src/plugins/pgpcore/plugin.def
1475         * src/plugins/pgpcore/sgpgme.c
1476         * src/plugins/pgpinline/Makefile.am
1477         * src/plugins/pgpinline/claws.def
1478         * src/plugins/pgpinline/mypgpcore.def
1479         * src/plugins/pgpinline/plugin.def
1480         * src/plugins/pgpmime/Makefile.am
1481         * src/plugins/pgpmime/claws.def
1482         * src/plugins/pgpmime/mypgpcore.def
1483         * src/plugins/pgpmime/plugin.def
1484                 Commit win32 patch, from Werner Koch and
1485                 Marcus Brinkmann
1486
1487 2007-07-09 [colin]      2.10.0cvs10
1488
1489         * src/prefs_toolbar.c
1490                 Fix crash when no actions exist
1491
1492 2007-07-07 [paul]       2.10.0cvs9
1493
1494         * COPYING
1495         * manual/claws-mail-manual.xml
1496                 update copyright year
1497         * po/fi.po
1498                 updated by Flammie Pirinen
1499
1500 2007-07-05 [wwp]        2.10.0cvs8
1501
1502         * src/plugins/clamav/clamav_plugin_gtk.c
1503                 Make vertical spacing like in other plugin prefs pages.
1504
1505 2007-07-05 [wwp]        2.10.0cvs7
1506
1507         * src/quote_fmt.c
1508                 It's %am that works, not %ae (this doc incoherence has been
1509                 introduced with 2.9.2cvs13).
1510
1511 2007-07-04 [wwp]        2.10.0cvs6
1512
1513         * src/plugins/bogofilter/bogofilter.c
1514                 Gettext-ize an occurrence of "Any" that wasn't.
1515
1516 2007-07-04 [colin]      2.10.0cvs5
1517
1518         * po/POTFILES.in
1519                 Fix untranslated strings; thanks
1520                 to Pader Rezso.
1521
1522 2007-07-03 [colin]      2.10.0cvs4
1523
1524         * src/folder.c
1525         * src/mainwindow.c
1526                 Fix saving of sort mode for tags and
1527                 thread date. Thanks to Pierre Ossman.
1528                 Completes fix for bug 1233
1529
1530 2007-07-03 [paul]       2.10.0cvs3
1531
1532         * src/compose.c
1533                 fix auto-save
1534         * src/summaryview.c
1535                 fix build warnings
1536         Thanks to Colin
1537
1538 2007-07-02 [colin]      2.10.0cvs2
1539
1540         * src/folder.h
1541         * src/mainwindow.c
1542         * src/procmsg.h
1543         * src/summaryview.c
1544                 Add View/Sort/by Thread date
1545                 Fixes bug 1233, 'Capability to sort 
1546                 threads by most recent message'
1547                 Based on a patch by Paul Rolland
1548
1549 2007-07-02 [colin]      2.10.0cvs1
1550
1551         * src/Makefile.am
1552         * src/compose.c
1553         * src/edittags.c
1554         * src/edittags.h
1555         * src/filtering.c
1556         * src/folder.c
1557         * src/folder.h
1558         * src/headerview.c
1559         * src/headerview.h
1560         * src/main.c
1561         * src/mainwindow.c
1562         * src/mainwindow.h
1563         * src/manual.h
1564         * src/matcher.c
1565         * src/matcher.h
1566         * src/matcher_parser_parse.y
1567         * src/mimeview.c
1568         * src/msgcache.c
1569         * src/msgcache.h
1570         * src/prefs_common.c
1571         * src/prefs_common.h
1572         * src/prefs_filtering_action.c
1573         * src/prefs_matcher.c
1574         * src/prefs_summary_column.c
1575         * src/procmsg.c
1576         * src/procmsg.h
1577         * src/quote_fmt.c
1578         * src/quote_fmt_lex.l
1579         * src/quote_fmt_parse.y
1580         * src/summaryview.c
1581         * src/summaryview.h
1582         * src/textview.c
1583         * src/common/Makefile.am
1584         * src/common/defs.h
1585         * src/common/tags.c
1586         * src/common/tags.h
1587         * src/gtk/quicksearch.c
1588         * src/gtk/quicksearch.h
1589                 Add Tags implementation. Tags are arbitrary labels
1590                 that can be applied to messages. It is possible 
1591                 to create, edit, remove tags; apply them to mails;
1592                 filter on tags or tag presence; apply or unset
1593                 tags via filtering actions; reference tags in
1594                 reply templates.
1595
1596 2007-07-02 [paul]       2.10.0
1597
1598         * NEWS
1599         * README
1600         * RELEASE_NOTES
1601                 2.10.0 released
1602
1603 2007-07-02 [paul]       2.9.2cvs78
1604
1605         * po/de.po
1606         * po/en_GB.po
1607         * po/es.po
1608         * po/fr.po
1609         * po/hu.po
1610         * po/pt_BR.po
1611         * po/ru.po
1612         * po/zh_CN.po
1613                 updated by Stephan Sachse, me, Ricardo Mones
1614                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1615                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1616
1617 2007-07-02 [paul]       2.9.2cvs77
1618
1619         * AUTHORS
1620                 updated
1621
1622 2007-06-29 [wwp]        2.9.2cvs76
1623
1624         * src/gtk/headers.h
1625                 Fix a typo (thanks to Ricardo for finding this out).
1626
1627 2007-06-28 [paul]       2.9.2cvs75
1628
1629         * src/folderview.c
1630                 fix build warnings
1631
1632 2007-06-28 [paul]       2.9.2cvs74
1633
1634         * tools/Makefile.am
1635                 fix bug in the autotools build system.
1636                 Files cataloged under EXTRA_DIST were never
1637                 automatically copied to the build tree.
1638                 (fix 'make distcheck')
1639                 Patch by Michael Rasmussen.
1640
1641 2007-06-24 [colin]      2.9.2cvs73
1642
1643         * src/news_gtk.c
1644                 Fix bug 1249, 'Error handling for 
1645                 news errors needs modification'
1646                 Only popup error if the according
1647                 pref in Prefs/Receive is set.
1648
1649 2007-06-21 [colin]      2.9.2cvs72
1650
1651         * src/common/plugin.c
1652         * src/common/plugin.h
1653                 Change plugin API to know whether it's safe to 
1654                 unload plugins or whether we should just hide
1655                 them. Fixes bug 1248, 'Core dumps after 
1656                 unloading plugin and clicking on load plugins'
1657         * src/plugins/bogofilter/bogofilter.c
1658         * src/plugins/clamav/clamav_plugin.c
1659         * src/plugins/demo/demo.c
1660         * src/plugins/dillo_viewer/dillo_viewer.c
1661         * src/plugins/pgpcore/plugin.c
1662         * src/plugins/pgpinline/plugin.c
1663         * src/plugins/pgpmime/plugin.c
1664         * src/plugins/spamassassin/spamassassin.c
1665         * src/plugins/trayicon/trayicon.c
1666                 Update API
1667
1668 2007-06-19 [colin]      2.9.2cvs71
1669
1670         * src/compose.c
1671         * src/messageview.c
1672                 Fix crash mentioned in bug 1246
1673                 Race condition when automatically drafting
1674                 due to insertion on reedit.
1675
1676 2007-06-18 [wwp]        2.9.2cvs70
1677
1678         * src/importldif.c
1679                 LDIF import: use a "Proceed" button to complete
1680                 the process.
1681
1682 2007-06-18 [paul]       2.9.2cvs69
1683
1684         * configure.ac
1685                 use pkgconfig to check for gtk and glib
1686
1687 2007-06-17 [wwp]        2.9.2cvs68
1688
1689         * src/ldif.c
1690         * src/importldif.c
1691                 LDIF import: better error handling, minor code
1692                 and UI cleanup, and renamed the Save button
1693                 to Close, as imported stuff is already saved
1694                 when the Save button is shown.
1695
1696 2007-06-17 [colin]      2.9.2cvs67
1697
1698         * src/prefs_summaries.c
1699         * src/procmsg.c
1700                 Don't set as read when forwarded, only replied to
1701
1702 2007-06-17 [paul]       2.9.2cvs66
1703
1704         * src/alertpanel.c
1705                 add missing #include
1706
1707 2007-06-16 [colin]      2.9.2cvs65
1708
1709         * src/prefs_summaries.c
1710         * src/procmsg.c
1711                 Change the pref "Only mark as read when opened
1712                 in new window" to "..., replied to or forwarded".
1713                 Based on a patch by Paul Rolland.
1714
1715 2007-06-16 [paul]       2.9.2cvs64
1716
1717         * src/gtk/authors.h
1718                 alphabetical order! :)
1719
1720 2007-06-16 [colin]      2.9.2cvs63
1721
1722         * AUTHORS
1723         * src/gtk/authors.h
1724                 Add Michael Rasmussen in authors list
1725
1726 2007-06-16 [colin]      2.9.2cvs62
1727
1728         * src/messageview.c
1729                 Fix messageview_copy_clipboard to take advantage
1730                 of plugins' get_selection.
1731
1732 2007-06-15 [colin]      2.9.2cvs61
1733
1734         * src/action.c
1735         * src/addr_compl.c
1736         * src/addressbook.c
1737         * src/folderview.c
1738         * src/message_search.c
1739         * src/mimeview.c
1740         * src/summary_search.c
1741         * src/summaryview.c
1742         * src/textview.c
1743                 Allow GDK_KP_Enter to do the same as GDK_Return
1744                 Patch by Michael Rasmussen
1745
1746 2007-06-15 [paul]       2.9.2cvs60
1747
1748         * src/compose.c
1749                 fix bug when closing a compose window
1750                 during autosave
1751
1752 2007-06-14 [paul]       2.9.2cvs59
1753
1754         * src/main.c
1755         * src/common/defs.h
1756                 migrate sylpheed config
1757
1758 2007-06-14 [wwp]        2.9.2cvs58
1759
1760         * src/gtk/pluginwindow.c
1761                 Yet another attempt to fix sizing/alignment of the
1762                 button bar in plugins window.
1763
1764 2007-06-12 [colin]      2.9.2cvs57
1765
1766         * po/POTFILES.in
1767         * src/Makefile.am
1768         * src/folderview.c
1769         * src/prefs_common.c
1770         * src/prefs_common.h
1771         * src/prefs_summaries.c
1772         * src/prefs_summary_open.c
1773         * src/prefs_summary_open.h
1774         * src/summaryview.c
1775                 Make "when entering a folder" actions more personalisable
1776
1777 2007-06-12 [wwp]        2.9.2cvs56
1778
1779         * tools/README
1780                 Use short description from Paul (mairix.sh).
1781
1782 2007-06-12 [wwp]        2.9.2cvs55
1783
1784         * tools/README
1785                 Updated info about mairix.sh.
1786
1787 2007-06-11 [paul]       2.9.2cvs54
1788
1789         * src/prefs_logging.c
1790                 rework log window length widgets
1791                 and some sensitivity fixes
1792
1793 2007-06-11 [paul]       2.9.2cvs53
1794
1795         * src/mainwindow.c
1796         * src/prefs_logging.c
1797                 rename 'Protocol Log' to 'Network Log'
1798                 and some function renaming
1799
1800 2007-06-10 [wwp]        2.9.2cvs52
1801
1802         * src/gtk/pluginwindow.c
1803                 Revert 2.9.2cvs51.
1804
1805 2007-06-10 [wwp]        2.9.2cvs51
1806
1807         * src/gtk/pluginwindow.c
1808                 Fix button bar in plugin window, was centered and not
1809                 behaving like other dialogs w/ such button bar.
1810
1811 2007-06-08 [wwp]        2.9.2cvs50
1812
1813         * src/compose.c
1814         * src/compose.h
1815         * src/main.c
1816         * src/mainwindow.c
1817         * src/mainwindow.h
1818                 Provide a way out of automatic draft saving on IMAP, when
1819                 exiting offline.
1820                 Prevent drafting while sending and quitting while sending.
1821                 Thanks for Colin.
1822
1823
1824
1825 2007-06-08 [wwp]        2.9.2cvs49
1826
1827         * src/prefs_account.c
1828         * src/gtk/prefswindow.c
1829         * src/gtk/prefswindow.h
1830                 Activate the Basic page when opening account prefs.
1831
1832 2007-06-08 [wwp]        2.9.2cvs48
1833
1834         * src/common/socket.c
1835                 Don't crash if fork() fails, thanks to Colin.
1836
1837 2007-06-08 [wwp]        2.9.2cvs47
1838
1839         * src/gtk/prefswindow.c
1840                 Wrap some long lines, and reset horizontal scroller's adjusment
1841                 (this was already done, vertically), when changing tab (not page)
1842                 in prefs windows.
1843
1844 2007-06-08 [paul]       2.9.2cvs46
1845
1846         * src/common/utils.c
1847                 use gethostname() instead of uname()
1848                 based on a patch by Michael Hughes
1849                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1850
1851 2007-06-07 [wwp]        2.9.2cvs45
1852
1853         * src/prefs_common.c
1854                 Fix some useless warnings, thanks to Colin.
1855
1856 2007-06-06 [colin]      2.9.2cvs44
1857
1858         * src/ldapupdate.c
1859                 Fix strange allocations. 
1860
1861 2007-06-06 [colin]      2.9.2cvs43
1862
1863         * src/ldapupdate.c
1864                 Patch by Michael Rasmussus to help
1865                 bug 1232
1866
1867 2007-06-05 [wwp]        2.9.2cvs42
1868
1869         * src/prefs_account.c
1870         * src/prefs_folder_item.c
1871         * src/prefs_quote.c
1872         * src/quote_fmt.c
1873         * src/quote_fmt.h
1874                 Per-folder templates can now be applied recursively.
1875                 Always save per-folder templates (formats were erroneously
1876                 saved only if they were enabled).
1877                 Check for validity of quotation marks everywhere there
1878                 are defined.
1879
1880 2007-06-05 [wwp]        2.9.2cvs41
1881
1882         * src/inc.c
1883                 Fix incoming messages from local accounts always getting filtered
1884                 (even if the account prefs say don't), thanks to Colin.
1885
1886 2007-06-05 [wwp]        2.9.2cvs40
1887
1888         * src/compose.c
1889         * src/compose.h
1890                 Use per-folder/per-account quote chars when applying a
1891                 template or inserting text as well. Const'ify some
1892                 vars more.
1893
1894 2007-06-04 [colin]      2.9.2cvs39
1895
1896         * src/compose.c
1897                 More work for wwp :)
1898
1899 2007-06-04 [wwp]        2.9.2cvs38
1900
1901         * src/compose.c
1902                 Same as 2.9.2cvs36 but for forwarding.
1903
1904 2007-06-04 [colin]      2.9.2cvs37
1905
1906         * src/compose.c
1907                 Use original mail file for forward/redirect
1908                 Fixes some forwarded mails to be attached as
1909                 application/octet-stream (when they have binary
1910                 parts), and incidentally fixes bug 848
1911                 'Redirect breaks GnuPG'
1912
1913 2007-06-04 [wwp]        2.9.2cvs36
1914
1915         * src/compose.c
1916                 Fix quote mark mis-initialisation when replying/forwarding
1917                 (introduced w/ 2.9.2cvs20).
1918
1919 2007-06-04 [wwp]        2.9.2cvs35
1920
1921         * src/prefs_compose_writing.c
1922         * src/prefs_quote.c
1923                 Fix a bug where Quotation characters (prefs/compose/writing)
1924                 was cleared (introduced w/ 2.9.2cvs26).
1925
1926 2007-06-04 [wwp]        2.9.2cvs34
1927
1928         * src/prefs_account.c
1929         * src/prefs_account.h
1930                 Better fix for compiling w/o aspell (rollbacks
1931                 2.9.2cvs31).
1932
1933 2007-06-04 [wwp]        2.9.2cvs33
1934
1935         * src/account.c
1936         * src/prefs_account.c
1937         * src/prefs_account.h
1938         * src/procmsg.c
1939                 It's now possible to disable mail filtering plugins
1940                 on a per-account basis.
1941
1942 2007-06-04 [wwp]        2.9.2cvs32
1943
1944         * src/procheader.c
1945         * src/common/utils.c
1946         * src/common/utils.h
1947                 Support CRLF in headers part of messages.
1948                 Support few more date formats (RFC3339 subsets).
1949
1950 2007-06-04 [wwp]        2.9.2cvs31
1951
1952         * src/prefs_account.c
1953                 Fix compiling w/o aspell support.
1954
1955 2007-06-03 [wwp]        2.9.2cvs30
1956
1957         * src/prefs_gtk.c
1958                 Don't decode leading ENV_ and ~ in P_PASSWORD
1959                 values.
1960
1961 2007-06-03 [wwp]        2.9.2cvs29
1962
1963         * src/prefs_gtk.c
1964                 Don't decode leading ENV_ and ~ in P_PASSWORD
1965                 values.
1966
1967 2007-06-03 [wwp]        2.9.2cvs28
1968
1969         * src/prefs_account.c
1970         * src/gtk/prefswindow.c
1971         * src/gtk/prefswindow.h
1972                 Added a way to force preloading of all pages
1973                 (prefswindow).
1974                 Moved tabs to pages in account prefs.
1975
1976 2007-06-02 [colin]      2.9.2cvs27
1977
1978         * src/addressbook.c
1979                 Fix possible crash, fix ldap write bugs
1980         * src/ldapupdate.c
1981                 Fix ldap write bugs - patch by Michael
1982                 Rasmussen
1983         * src/alertpanel.c
1984         * src/alertpanel.h
1985                 Add a hook whenever alertpanel opens/closes
1986
1987 2007-05-31 [wwp]        2.9.2cvs26
1988
1989         * src/prefs_compose_writing.c
1990         * src/prefs_quote.c
1991                 Re-organized writing options a bit:
1992                  - renamed the Quoting page to Templates
1993                  - moved all composing templates to that page
1994                  - moved non-templates options to the Writing one,
1995                    grouped reply-related options, reordered reply and
1996                    forward options.
1997
1998 2007-05-31 [wwp]        2.9.2cvs25
1999
2000         * src/compose.c
2001                 Removed unused code.
2002
2003 2007-05-31 [colin]      2.9.2cvs24
2004
2005         * src/addressbook.c
2006                 Fix missing display name when modifying
2007                 LDAP. Patch by Michael Rasmussen
2008
2009 2007-05-31 [wwp]        2.9.2cvs23
2010
2011         * src/plugins/bogofilter/Makefile.am
2012         * src/plugins/clamav/Makefile.am
2013         * src/plugins/demo/Makefile.am
2014         * src/plugins/dillo_viewer/Makefile.am
2015         * src/plugins/spamassassin/Makefile.am
2016                 Fix building of those plugins in Mac OS X.
2017
2018 2007-05-30 [wwp]        2.9.2cvs22
2019
2020         * src/gtk/quicksearch.c
2021                 Fix missing initialization.
2022
2023 2007-05-30 [wwp]        2.9.2cvs21
2024
2025         * src/procheader.c
2026                 Revert accidental commit (debug outputs).
2027
2028 2007-05-30 [wwp]        2.9.2cvs20
2029
2030         * src/compose.c
2031         * src/folder_item_prefs.c
2032         * src/folder_item_prefs.h
2033         * src/prefs_account.c
2034         * src/prefs_account.h
2035         * src/prefs_folder_item.c
2036         * src/prefs_gtk.c
2037         * src/prefs_gtk.h
2038                 Implemented per-account and per-folder
2039                 compose/reply/forward formats.
2040
2041 2007-05-30 [wwp]        2.9.2cvs19
2042
2043         * src/prefs_compose_writing.c
2044         * src/prefs_quote.c
2045         * src/procheader.c
2046         * src/quote_fmt.c
2047         * src/quote_fmt.h
2048                 Internal API changes (factorize quote format
2049                 prefs and checks).
2050
2051 2007-05-30 [colin]      2.9.2cvs18
2052
2053         * src/compose.c
2054                 Fix race where it's possible to re-click Send
2055                 between end of SMTP session and end of "move to
2056                 sent folder" when sending an email with send
2057                 dialog enabled.
2058
2059 2007-05-30 [colin]      2.9.2cvs17
2060
2061         * src/crash.c
2062                 Ask for backtrace on all threads. Patch by
2063                 Pawel
2064         * src/folderview.c
2065                 Fix stale news statusbar when scanning fails.
2066                 Patch by Pawel
2067         * src/ldapupdate.c
2068                 Fix some LDAP write updates bugs. Patch
2069                 by Michael Rasmussen
2070
2071 2007-05-29 [colin]      2.9.2cvs16
2072
2073         * src/imap.c
2074                 Fix loss of local flags when moving mails
2075                 on IMAP in high-bandwidth mode (UID FETCH)
2076
2077 2007-05-25 [paul]       2.9.2cvs15
2078
2079         * src/common/socket.c
2080                 fix sometimes crasher on cancelling
2081                 message sending
2082
2083 2007-05-25 [colin]      2.9.2cvs14
2084
2085         * src/imap.c
2086                 Fix a memory leak
2087         * src/imap_gtk.c
2088                 Be more helpful in the subscription
2089                 message
2090
2091 2007-05-23 [wwp]        2.9.2cvs13
2092
2093         * src/compose.c
2094         * src/prefs_compose_writing.c
2095         * src/prefs_quote.c
2096         * src/prefs_template.c
2097         * src/prefs_template.h
2098         * src/quote_fmt.c
2099         * src/quote_fmt.h
2100         * src/quote_fmt_lex.l
2101         * src/quote_fmt_parse.y
2102                 Introduced new syntax elements (symbols and commands)
2103                 in templates/quote_fmt. Compatibility w/ old
2104                 symbols is kept.
2105                 Updated and reworked the corresponding Information
2106                 dialog.
2107                 Display the line number in dialogs that talk about
2108                 parser errors (in addition to the error message in
2109                 output).
2110
2111 2007-05-23 [wwp]        2.9.2cvs12
2112
2113         * src/quote_fmt_parse.y
2114                 Fix 2.9.2cvs11, probably a paste accident ;).
2115
2116 2007-05-23 [wwp]        2.9.2cvs11
2117
2118         * src/compose.c
2119         * src/prefs_template.c
2120         * src/quote_fmt.h
2121         * src/quote_fmt_parse.y
2122                 Fix 2.9.2cvs10, which broke --disable-aspell.
2123
2124 2007-05-22 [wwp]        2.9.2cvs10
2125
2126         * src/compose.c
2127         * src/prefs_template.c
2128         * src/quote_fmt.c
2129         * src/quote_fmt.h
2130         * src/quote_fmt_lex.l
2131         * src/quote_fmt_parse.y
2132         * src/gtk/gtkaspell.c
2133         * src/gtk/gtkaspell.h
2134                 Added template/quote format syntactical elements
2135                 to show and query:
2136                         - current dictionary
2137                           %T to show (shows empty if not set or not enabled),
2138                           ?T and !T to check if the default dictionary is
2139                           enabled and set
2140                         - current account's default dictionary
2141                           %aT to show (empty if not set or not enabled),
2142                           ?aT and !aT to check if it's enabled and set
2143                         - name completion for an address, from the address
2144                           book
2145                           %ABf, %ABt, %ABc respectively show the full name got
2146                           from the address book if From, To or Cc match a single
2147                           contact.
2148                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2149                           matches any contact and if the full name is non-empty.
2150                           If From, To or Cc are lists of email addresses, only
2151                           the first address will be checked.
2152                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2153                 that could show a trailing ','.
2154                 Also, template/quote_fmt parser now shows the line number in case
2155                 of parser error.
2156
2157 2007-05-15 [colin]      2.9.2cvs9
2158
2159         * src/main.c
2160         * src/main.h
2161                 Add a public function to know whether Claws
2162                 crashed last time
2163                 Store opened folder when exiting
2164         * src/folder.c
2165         * src/folder.h
2166                 Store last opened message in each FolderItem;
2167                 Reset last seen messages if Claws crashed, so 
2168                 that one can't go in an infinite crash in case 
2169                 a particular mail crashes Claws.
2170         * src/messageview.c
2171         * src/prefs_common.c
2172         * src/prefs_common.h
2173         * src/summaryview.c
2174         * src/prefs_summaries.c
2175                 Add "Select last opened message" when entering
2176                 a folder
2177                 Add "Select last opened folder" at startup.
2178
2179 2007-05-14 [colin]      2.9.2cvs8
2180
2181         * manual/xml2pdf
2182                 Fix bashism, search for xml catalog 
2183                 in /usr/local/share/xml/catalog too
2184                 Patch by Pawel
2185
2186 2007-05-13 [wwp]        2.9.2cvs7
2187
2188         * src/gtk/logwindow.c
2189                 fix raising log windows when they are either minimized or
2190                 in background.
2191
2192 2007-05-11 [colin]      2.9.2cvs6
2193
2194         * src/gtk/filesel.c
2195                 Use Hildon's file chooser on Maemo. Patch
2196                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2197                 'File attachment "manipulation" bugs...'
2198
2199 2007-05-10 [wwp]        2.9.2cvs5
2200
2201         * src/prefs_common.c
2202         * src/prefs_common.h
2203         * src/gtk/quicksearch.c
2204                 Add a quicksearch option to automatically run
2205                 a search selected from the history (this option
2206                 is exclusive towards type-ahead).
2207
2208 2007-05-10 [colin]      2.9.2cvs4
2209
2210         * src/imap.c
2211                 Fix g_warnings, thanks to Brian
2212                 Morrison
2213
2214 2007-05-09 [colin]      2.9.2cvs3
2215
2216         * src/crash.c
2217         * src/exporthtml.c
2218         * src/mbox.c
2219         * src/prefs_summaries.c
2220         * src/procheader.c
2221         * src/common/log.c
2222         * src/common/utils.c
2223         * src/gtk/gtksourceprintjob.c
2224         * src/gtk/sslcertwindow.c
2225                 Use the re-entrant variant of time functions
2226                 Probably fixes bug 1217, 'reentrancy problems 
2227                 with time functions'
2228
2229 2007-05-09 [colin]      2.9.2cvs2
2230
2231         * src/imap.c
2232                 Fix crasher when reconnection fails
2233
2234 2007-05-08 [paul]       2.9.2cvs1
2235
2236         * NEWS
2237         * README
2238         * RELEASE_NOTES
2239         * configure.ac
2240                 bump version number following
2241                 stable release
2242
2243 2007-05-08 [paul]       2.9.1cvs48
2244
2245         * src/plugins/demo/demo.c
2246         * src/plugins/dillo_viewer/dillo_prefs.c
2247         * src/plugins/dillo_viewer/dillo_prefs.h
2248         * src/plugins/dillo_viewer/dillo_viewer.c
2249         * src/plugins/pgpcore/pgp_viewer.c
2250         * src/plugins/pgpcore/pgp_viewer.h
2251         * src/plugins/pgpcore/plugin.c
2252         * src/plugins/pgpcore/prefs_gpg.c
2253         * src/plugins/pgpcore/prefs_gpg.h
2254         * src/plugins/pgpcore/sgpgme.c
2255         * src/plugins/pgpcore/sgpgme.h
2256         * src/plugins/pgpinline/plugin.c
2257         * src/plugins/pgpmime/pgpmime.c
2258         * src/plugins/pgpmime/pgpmime.h
2259         * src/plugins/pgpmime/plugin.c
2260         * src/plugins/spamassassin/spamassassin.c
2261         * src/plugins/spamassassin/spamassassin.h
2262         * src/plugins/spamassassin/spamassassin_gtk.c
2263         * src/plugins/trayicon/README
2264         * tools/README
2265         * tools/README.sylprint
2266         * tools/outlook2claws-mail.pl
2267         * tools/sylprint.pl
2268         * tools/tb2claws-mail
2269         * tools/tbird2claws.py
2270         * tools/update-po
2271         * tools/vcard2xml.py
2272         * tools/kdeservicemenu/README
2273                 cleanups and corrections
2274
2275 2007-05-06 [wwp]        2.9.1cvs47
2276
2277         * tools/uudec
2278                 Fix missing dash to `display` command-line, reported
2279                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2280
2281 2007-05-06 [colin]      2.9.1cvs46
2282
2283         * src/Makefile.am
2284         * src/stock_pixmap.c
2285         * src/stock_pixmap.h
2286         * src/pixmaps/printer.xpm
2287                 Add a printer icon
2288
2289 2007-05-06 [paul]       2.9.1cvs45
2290
2291         * src/compose.c
2292         * src/ldapquery.c
2293         * src/privacy.h
2294         * src/summary_search.c
2295         * src/summaryview.c
2296                 fix build warnings
2297
2298 2007-05-05 [wwp]        2.9.1cvs44
2299
2300         * src/messageview.c
2301         * src/mh.c
2302         * src/prefs_actions.c
2303         * src/prefs_gtk.c
2304         * src/summaryview.c
2305         * src/common/xml.c
2306                 Fix "faild" typos everywhere and capitalization of
2307                 some g_warnings.
2308
2309 2007-05-04 [colin]      2.9.1cvs43
2310
2311         * src/compose.c
2312         * src/privacy.c
2313         * src/privacy.h
2314         * src/plugins/pgpcore/prefs_gpg.c
2315         * src/plugins/pgpcore/prefs_gpg.h
2316         * src/plugins/pgpinline/pgpinline.c
2317         * src/plugins/pgpmime/pgpmime.c
2318                 Add an API to warn about encryption limits,
2319                 and allow to disable these warnings
2320
2321 2007-05-03 [colin]      2.9.1cvs42
2322
2323         * src/summaryview.c
2324         * src/mainwindow.c
2325                 Fix bug 1213, 'Delete more than 
2326                 one thread at once'
2327
2328 2007-05-03 [wwp]        2.9.1cvs41
2329
2330         * src/prefs_common.c
2331         * src/prefs_filtering.c
2332         * src/prefs_template.c
2333         * src/common/template.c
2334         * src/common/template.h
2335         * src/gtk/gtkutils.c
2336         * src/gtk/gtkutils.h
2337                 Templates are no longer automatically sorted
2338                 by name, but can be sorted manually using
2339                 |< < > >| buttons as well as drag'n'drop.
2340
2341 2007-05-03 [wwp]        2.9.1cvs40
2342
2343         * src/plugins/spamassassin/spamassassin.c
2344         * src/plugins/spamassassin/spamassassin.h
2345         * src/plugins/spamassassin/spamassassin_gtk.c
2346         * src/plugins/bogofilter/bogofilter.c
2347         * src/plugins/bogofilter/bogofilter.h
2348         * src/plugins/bogofilter/bogofilter_gtk.c
2349                 Added an option to conditionally mark saved spam
2350                 as read (default is and was to do so).
2351                 Satisfies feature request 1708539 on sf.net tracker.
2352
2353 2007-05-03 [colin]      2.9.1cvs39
2354
2355         * src/inc.c
2356                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2357
2358 2007-05-02 [colin]      2.9.1cvs38
2359
2360         * src/textview.c
2361                 Fix bug 1209, 'Clicking on address 
2362                 in header (mailto uri) selects 
2363                 default account'. Patch adapted from
2364                 G.P. Halkes' patch.
2365
2366 2007-05-02 [colin]      2.9.1cvs37
2367
2368         * src/grouplistdialog.c
2369                 Set cursor to wait cursor while loading
2370                 groups.
2371
2372 2007-05-02 [paul]       2.9.1cvs36
2373
2374         * src/folder.c
2375         * src/common/defs.h
2376                 rename cache and mark files
2377                 (data is preserved)
2378
2379 2007-04-30 [paul]       2.9.1cvs35
2380
2381         * manual/glossary.xml
2382         * manual/plugins.xml
2383                 updates. Patch by Ricardo
2384
2385 2007-04-29 [wwp]        2.9.1cvs34
2386
2387         * src/mainwindow.c
2388         * configure.ac
2389                 Fix few grammatical errors (patch by David Relson < relson at
2390                 osagesoftware dot com >).
2391
2392 2007-04-28 [colin]      2.9.1cvs33
2393
2394         * src/account.c
2395         * src/pop.c
2396         * src/prefs_account.c
2397         * src/prefs_account.h
2398                 Drop the "Download all" preference. It's
2399                 stupidly useless and confuses people from
2400                 time to time.
2401
2402 2007-04-27 [wwp]        2.9.1cvs32
2403
2404         * src/account.c
2405         * src/prefs_account.c
2406         * src/prefs_account.h
2407                 Don't reflect accounts changes to the mainwindow when it's
2408                 not necessary.
2409
2410 2007-04-27 [colin]      2.9.1cvs31
2411
2412         * src/folder.c
2413                 Freeze/thaw when sync'ing flags
2414         * src/imap.c
2415         * src/prefs_account.c
2416         * src/prefs_account.h
2417         * src/etpan/imap-thread.c
2418         * src/etpan/imap-thread.h
2419                 Add a way to use UID FETCH instead
2420                 of searches to fetch message lists
2421                 and flags. More expensive towards
2422                 bandwidth, less expensive towards
2423                 server's CPU. Probably fixes 
2424                 bug 1158, 'Scanning new folders on 
2425                 Exchange 2007 extremely slow'.
2426                 Patch 95% by Hoa.
2427
2428 2007-04-27 [paul]       2.9.1cvs30
2429
2430         * src/mainwindow.c
2431         * src/prefs_logging.c
2432                 improvements to english usage
2433
2434 2007-04-27 [colin]      2.9.1cvs29
2435
2436         * src/imap.c
2437                 Fix build without libetpan (my bad!)
2438
2439 2007-04-26 [colin]      2.9.1cvs28
2440
2441         * src/imap.c
2442         * src/imap.h
2443                 Fix uselessly exported function
2444         * src/textview.c
2445                 Consider "- -- \n" as signature separator
2446                 (that's what signature separators look like
2447                  in PGP/Inline signed mails)
2448
2449 2007-04-26 [colin]      2.9.1cvs27
2450
2451         * configure.ac
2452                 libetpan-0.49 is now required
2453         * src/procmime.c
2454                 Fix double fetching of mails if
2455                 first try failed
2456         * src/imap.c
2457                 Make offline sync faster, by
2458                 remembering last change time, and
2459                 last sync time.
2460
2461 2007-04-26 [hoa]        2.9.1cvs26
2462
2463         * src/imap.c
2464         * src/imap.h
2465         * src/mainwindow.c
2466         * src/toolbar.c
2467         * src/etpan/imap-thread.c
2468         * src/etpan/imap-thread.h
2469                 cancellation of IMAP operations is now allowed.
2470                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2471
2472 2007-04-26 [colin]      2.9.1cvs25
2473
2474         * src/folder.c
2475                 Always fetch body+headers in folders that are
2476                 synched for offline use, if "Synchronise as
2477                 soon as possible" is set.
2478                 Fixes bug 1200, 'Add option to always retrieve full 
2479                 messages'
2480
2481 2007-04-25 [colin]      2.9.1cvs24
2482
2483         * src/compose.c
2484                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2485                 persists...'
2486
2487 2007-04-24 [colin]      2.9.1cvs23
2488
2489         * src/folderview.c
2490                 Fix bug 1195, 'Hardware key navigation' 
2491                 Make GDK_Enter toggle expansion (Maemo)
2492
2493 2007-04-24 [wwp]        2.9.1cvs22
2494
2495         * src/compose.c
2496                 Fix few compiler warnings.
2497
2498 2007-04-24 [paul]       2.9.1cvs21
2499
2500         * src/Makefile.am
2501         * src/stock_pixmap.c
2502         * src/stock_pixmap.h
2503                 complete last commit
2504
2505 2007-04-24 [paul]       2.9.1cvs20
2506
2507         * src/gtk/about.c
2508         * src/pixmaps/active.xpm
2509         * src/pixmaps/checkbox_off.xpm
2510         * src/pixmaps/checkbox_on.xpm
2511         * src/pixmaps/inactive.xpm
2512                 kick out the blobs
2513                 remove transparent border from checkbox icons
2514
2515 2007-04-24 [wwp]        2.9.1cvs19
2516
2517         * src/textview.c
2518         * src/textview.h
2519                 Fix a crash in textview, thanks to Colin.
2520
2521 2007-04-23 [wwp]        2.9.1cvs18
2522
2523         * src/prefs_common.c
2524                 Fix 2.9.1cvs5: no header was being translated at all.
2525
2526 2007-04-23 [colin]      2.9.1cvs17
2527
2528         * src/Makefile.am
2529         * src/stock_pixmap.c
2530         * src/stock_pixmap.h
2531         * src/summaryview.c
2532         * src/summaryview.h
2533         * src/gtk/gtksctree.c
2534         * src/gtk/gtksctree.h
2535         * src/pixmaps/selection.xpm
2536                 Fix bug 1193, 'Need a way to multi-select
2537                 items'. Add a toggle button to the summaryview
2538                 to switch between normal and multiple selection
2539                 (Maemo)
2540
2541 2007-04-23 [colin]      2.9.1cvs16
2542
2543         * src/Makefile.am
2544         * src/stock_pixmap.c
2545         * src/stock_pixmap.h
2546         * src/summaryview.c
2547         * src/summaryview.h
2548         * src/gtk/gtksctree.c
2549         * src/gtk/gtksctree.h
2550         * src/pixmaps/selection.xpm
2551                 Fix bug 1193, 'Need a way to multi-
2552                 select items'
2553                 Add a toggle button in the summaryview
2554                 to enable normal or multiple selection.
2555                 (Maemo)
2556
2557 2007-04-23 [colin]      2.9.1cvs15
2558
2559         * src/compose.c
2560                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2561
2562 2007-04-21 [colin]      2.9.1cvs14
2563
2564         * src/gtk/quicksearch.c
2565                 Fix previous commit (actually use correct
2566                 parameter)
2567
2568 2007-04-21 [colin]      2.9.1cvs13
2569
2570         * src/gtk/quicksearch.c
2571                 Fix changing quicksearch type (after Esc,
2572                 after changing Recursive, ...)
2573
2574 2007-04-20 [wwp]        2.9.1cvs12
2575
2576         * src/gtk/Makefile.am
2577                 Added headers.h (completes 2.9.1cvs5).
2578
2579 2007-04-20 [wwp]        2.9.1cvs11
2580
2581         * src/addressbook.c
2582                 Fix the use of display name in name column,
2583                 it has been overriden w/ the use of nickname
2584                 by 2.9.0cvs3. Now nickname is used (if any)
2585                 in case of LDAP books only.
2586
2587 2007-04-20 [colin]      2.9.1cvs10
2588
2589         * src/mimeview.c
2590         * src/summaryview.c
2591         * src/textview.c
2592                 Add handling of 'a' to loop in a mail's
2593                 mimeparts
2594
2595 2007-04-20 [colin]      2.9.1cvs9
2596
2597         * src/toolbar.c
2598                 Fix bug 1190, 'dir_open' button doesn't work'
2599                 (Maemo)
2600
2601 2007-04-20 [colin]      2.9.1cvs8
2602
2603         * src/folderview.c
2604         * src/mainwindow.c
2605                 Fix bug 1194, 'Hardware keys move from email 
2606                 list to account/directory list, but not back 
2607                 to email list...' (Maemo)
2608
2609 2007-04-20 [colin]      2.9.1cvs7
2610
2611         * src/compose.h
2612                 complete previous commit
2613
2614 2007-04-20 [colin]      2.9.1cvs6
2615
2616         * src/compose.c
2617                 Fix bug 1187, 'Reply-to addressee disappears 
2618                 when reply-to text box is clicked...' (Maemo)
2619
2620 2007-04-20 [wwp]        2.9.1cvs5
2621
2622         * po/POTFILES.in
2623         * src/addressbook.c
2624         * src/compose.c
2625         * src/filtering.c
2626         * src/headerview.c
2627         * src/matcher.c
2628         * src/prefs_common.c
2629         * src/prefs_common.h
2630         * src/prefs_display_header.c
2631         * src/prefs_matcher.c
2632         * src/summaryview.c
2633         * src/gtk/headers.h
2634         * src/gtk/quicksearch.c
2635                 Translate more header names according to the relevant option value,
2636                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2637                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2638                 to prefs_common_translated_header_name().
2639                 Added a headers.h reference file that contains known header names
2640                 (RFC2822 and others) to the translation process' input, so that
2641                 translated header names will still exist even if no occurrence of
2642                 _("headername") is found anymore in the sources.
2643                 Don't translate column name 'Number' following to trans_hdr option
2644                 value as it's not a header name.
2645
2646 2007-04-20 [colin]      2.9.1cvs4
2647
2648         * src/gtk/quicksearch.c
2649         * src/gtk/quicksearch.h
2650                 Add "From, To or Subject" quicksearch
2651                 type. Patch by ulfschaper@users.sf.net
2652
2653 2007-04-20 [colin]      2.9.1cvs3
2654
2655         * src/matcher.c
2656                 Implement proper references filtering condition.
2657                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2658
2659 2007-04-19 [wwp]        2.9.1cvs2
2660
2661         * src/prefs_display_header.c
2662         * src/message_search.c
2663                 Fix few warnings (g_free of const gchar*).
2664
2665 2007-04-19 [paul]       2.9.1cvs1
2666
2667         * NEWS
2668         * README
2669         * RELEASE_NOTES
2670         * configure.ac
2671                 bump version number following
2672                 stable release
2673
2674 2007-04-19 [paul]       2.9.0cvs9
2675
2676         * manual/advanced.xml
2677         * manual/glossary.xml
2678                 fix typos
2679
2680 2007-04-18 [paul]       2.9.0cvs8
2681
2682         * src/pop.c
2683                 fix for CVE-2007-1558 (APOP)
2684                 Thanks to Colin
2685
2686 2007-04-18 [paul]       2.9.0cvs7
2687
2688         * src/messageview.c
2689         * src/mimeview.c
2690         * src/summaryview.c
2691         * src/gtk/filesel.c
2692                 Fix encoding woes wrt saving of
2693                 mails and parts
2694                 Thanks to Colin
2695
2696 2007-04-18 [colin]      2.9.0cvs6
2697
2698         * src/gtk/pluginwindow.c
2699                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2700
2701 2007-04-17 [wwp]        2.9.0cvs5
2702
2703         * src/addressadd.c
2704         * src/addressbook.c
2705         * src/addrindex.c
2706         * src/ldapupdate.c
2707                 Fix --disable-ldap build,
2708                 fix some LDAP annoyances on 
2709                 searches, thanks to Colin.
2710
2711 2007-04-17 [wwp]        2.9.0cvs4
2712
2713         * src/ldapupdate.c
2714                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2715                 like gcc 2.9x. Thanks to Colin.
2716
2717 2007-04-17 [wwp]        2.9.0cvs3
2718
2719         * src/Makefile.am
2720         * src/addressadd.c
2721         * src/addressbook.c
2722         * src/addrindex.c
2723         * src/addritem.c
2724         * src/addritem.h
2725         * src/editaddress.c
2726         * src/ldapctrl.c
2727         * src/ldapctrl.h
2728         * src/ldapquery.c
2729         * src/ldapserver.c
2730         * src/ldapserver.h
2731         * src/ldapupdate.c
2732         * src/ldapupdate.h
2733                 Add LDAP write support. Patch mostly by 
2734                 Michael <mir at datanom dot net>
2735
2736 2007-04-17 [wwp]        2.9.0cvs2
2737
2738         * src/compose.c
2739                 Prepend "Add to address book" to the context menu of compose window's sender and
2740                 recipient fields.
2741
2742 2007-04-16 [paul]       2.9.0cvs1
2743
2744         * src/gtk/authors.h
2745                 add Pader Rezso
2746
2747 2007-04-16 [paul]       2.9.0
2748
2749         * NEWS
2750         * README
2751         * RELEASE_NOTES
2752                 2.9.0 released
2753
2754 2007-04-16 [paul]       2.8.1cvs102
2755
2756         * po/fr.po
2757                 updated by Fabien Vantard
2758
2759 2007-04-16 [paul]       2.8.1cvs101
2760
2761         * po/ca.po
2762         * po/cs.po
2763         * po/de.po
2764         * po/hu.po
2765         * po/pl.po
2766         * po/pt_BR.po
2767         * po/sr.po
2768         * po/zh_CN.po
2769                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2770                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2771                 Aleksandar Urosevic, and Ralgh Young
2772
2773 2007-04-15 [mones]      2.8.1cvs100
2774
2775         * po/es.po
2776                 Updated for release
2777
2778 2007-04-14 [colin]      2.8.1cvs99
2779
2780         * src/message_search.c
2781         * src/prefs_display_header.c
2782         * src/summary_search.c
2783         * src/gtk/combobox.c
2784                 Fix allocations
2785
2786 2007-04-14 [wwp]        2.8.1cvs98
2787
2788         * src/gtk/combobox.c
2789         * src/message_search.c
2790         * src/summary_search.c
2791         * src/prefs_display_header.c
2792                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2793                 returns NULL, get the text value directly from the GtkEntry child.
2794
2795 2007-04-13 [colin]      2.8.1cvs97
2796
2797         * src/gtk/quicksearch.c
2798                 Give the focus back to summaryview when
2799                 emptying the quicksearch with Esc
2800
2801 2007-04-13 [colin]      2.8.1cvs96
2802
2803         * src/message_search.c
2804         * src/prefs_display_header.c
2805         * src/summary_search.c
2806                 Fix possibles crashes when getting text
2807                 from gtk combos
2808
2809 2007-04-13 [colin]      2.8.1cvs95
2810
2811         * src/pop.c
2812                 Add some UIDL debugging
2813
2814 2007-04-12 [colin]      2.8.1cvs94
2815
2816         * src/folder.c
2817                 Force folder scan if necessary after
2818                 copying mails, to be able to reapply
2819                 flags.
2820
2821 2007-04-11 [colin]      2.8.1cvs93
2822
2823         * src/main.c
2824                 don't scan for new mail on startup if --select
2825                 is specified (or race conditions arise). If so,
2826                 do both sequentially.
2827
2828 2007-04-09 [colin]      2.8.1cvs92
2829
2830         * src/common/defs.h
2831                 Use leafpad by default on Maemo. Patch
2832                 by Jean-Luc Biord.
2833
2834 2007-04-06 [colin]      2.8.1cvs91
2835
2836         * src/pixmaps/queue_close.xpm
2837         * src/pixmaps/queue_close_hrm.xpm
2838         * src/pixmaps/queue_close_hrm_mark.xpm
2839         * src/pixmaps/queue_close_mark.xpm
2840         * src/pixmaps/queue_open.xpm
2841         * src/pixmaps/queue_open_hrm.xpm
2842         * src/pixmaps/queue_open_hrm_mark.xpm
2843         * src/pixmaps/queue_open_mark.xpm
2844                 Move the clock one pixel down :)
2845
2846 2007-04-05 [colin]      2.8.1cvs90
2847
2848         * src/mainwindow.c
2849                 Don't sync when switching offline from
2850                 command line - it's usually too late :)
2851
2852 2007-04-05 [paul]       2.8.1cvs89
2853
2854         * src/Makefile.am
2855         * src/stock_pixmap.c
2856         * src/pixmaps/dir_close_hrm.xpm
2857         * src/pixmaps/dir_close_hrm_mark.xpm
2858         * src/pixmaps/drafts_close.xpm
2859         * src/pixmaps/drafts_close_mark.xpm
2860         * src/pixmaps/drafts_open.xpm
2861         * src/pixmaps/drafts_open_mark.xpm
2862         * src/pixmaps/inbox.xpm
2863         * src/pixmaps/inbox_close.xpm
2864         * src/pixmaps/inbox_close_hrm.xpm
2865         * src/pixmaps/inbox_close_hrm_mark.xpm
2866         * src/pixmaps/inbox_close_mark.xpm
2867         * src/pixmaps/inbox_hrm.xpm
2868         * src/pixmaps/inbox_hrm_mark.xpm
2869         * src/pixmaps/inbox_mark.xpm
2870         * src/pixmaps/inbox_open.xpm
2871         * src/pixmaps/inbox_open_hrm.xpm
2872         * src/pixmaps/inbox_open_hrm_mark.xpm
2873         * src/pixmaps/inbox_open_mark.xpm
2874         * src/pixmaps/outbox.xpm
2875         * src/pixmaps/outbox_close.xpm
2876         * src/pixmaps/outbox_close_hrm.xpm
2877         * src/pixmaps/outbox_close_hrm_mark.xpm
2878         * src/pixmaps/outbox_close_mark.xpm
2879         * src/pixmaps/outbox_hrm.xpm
2880         * src/pixmaps/outbox_hrm_mark.xpm
2881         * src/pixmaps/outbox_mark.xpm
2882         * src/pixmaps/outbox_open.xpm
2883         * src/pixmaps/outbox_open_hrm.xpm
2884         * src/pixmaps/outbox_open_hrm_mark.xpm
2885         * src/pixmaps/outbox_open_mark.xpm
2886         * src/pixmaps/queue_close.xpm
2887         * src/pixmaps/queue_close_hrm.xpm
2888         * src/pixmaps/queue_close_hrm_mark.xpm
2889         * src/pixmaps/queue_close_mark.xpm
2890         * src/pixmaps/queue_open.xpm
2891         * src/pixmaps/queue_open_hrm.xpm
2892         * src/pixmaps/queue_open_hrm_mark.xpm
2893         * src/pixmaps/queue_open_mark.xpm
2894                 updated, added and replaced icons
2895                 Icons by Colin
2896
2897 2007-04-04 [colin]      2.8.1cvs88
2898
2899         * src/imap.c
2900                 Fix build without libetpan
2901
2902 2007-04-03 [colin]      2.8.1cvs87
2903
2904         * src/imap.c
2905                 Fix crash with Citadel, and try to make
2906                 things work. this server (and specifically 
2907                 STATUS and APPEND at least) seems broken.
2908
2909 2007-04-03 [colin]      2.8.1cvs86
2910
2911         * src/folderview.c
2912                 Fix icons on folder close
2913
2914 2007-04-03 [colin]      2.8.1cvs85
2915
2916         * src/inc.c
2917                 Fix double-ask of offline override in
2918                 certain cases
2919         * src/imap.c
2920         * src/imap.h
2921         * src/imap_gtk.c
2922                 Much more efficient way to synchronise
2923                 for offline use
2924         * src/etpan/imap-thread.c
2925                 Fix possible segs
2926         * src/folder.c
2927         * src/gtk/quicksearch.c
2928                 Fix some GUI lags
2929
2930 2007-04-03 [paul]       2.8.1cvs84
2931
2932         * src/filtering.c
2933         * src/folder.c
2934         * src/folder.h
2935         * src/prefs_common.c
2936         * src/prefs_common.h
2937         * src/prefs_other.c
2938                 Fix sync being done too late
2939                 Thanks to Colin
2940
2941 2007-04-02 [colin]      2.8.1cvs83
2942
2943         * src/summaryview.c
2944                 Maemo: Put status and quicksearch at the top
2945         * src/plugins/bogofilter/bogofilter.c
2946         * src/plugins/spamassassin/spamassassin.c
2947                 Derive trash from inbox if possible
2948
2949 2007-04-02 [paul]       2.8.1cvs82
2950
2951         * src/plugins/bogofilter/bogofilter_gtk.c
2952                 a few English changes
2953
2954 2007-04-02 [paul]
2955
2956         2.9.0-rc1 released
2957
2958 2007-04-02 [colin]      2.8.1cvs81
2959
2960         * src/image_viewer.c
2961                 Fix transparent images by using
2962                 GtkImage
2963         * src/messageview.c
2964                 Flush events (on new windows) to avoid
2965                 having the textview's image resize fail
2966                 to know the available width
2967
2968 2007-04-01 [colin]      2.8.1cvs80
2969
2970         * src/prefs_account.c
2971                 If no MH mailbox exist, when creating a POP/Local
2972                 account, just create and use the default one 
2973                 instead of bailing with a "Mailbox doesn't exist"
2974                 error
2975
2976 2007-03-31 [colin]      2.8.1cvs79
2977
2978         * src/prefs_account.c
2979                 Create signature file if it doesn't exist
2980                 before editing
2981         * src/prefs_toolbar.c
2982                 Maemo: Move "Use default" on the left so
2983                 that people can find it
2984         * src/common/defs.h
2985                 Maemo: make default editor "Maemopad", 
2986                 default signature file "MyDocs/signature.txt"
2987
2988 2007-03-31 [colin]      2.8.1cvs78
2989
2990         * src/prefs_account.c
2991                 Maemo: rework account prefs so
2992                 that less horizontal scrolling
2993                 is required
2994
2995 2007-03-31 [colin]      2.8.1cvs77
2996
2997         * src/folderview.c
2998         * src/prefs_common.c
2999         * src/prefs_common.h
3000                 Fix bug 1167, 'Allow not displaying zeros 
3001                 in folder list'. Patch by MartinP
3002
3003 2007-03-31 [colin]      2.8.1cvs76
3004
3005         * AUTHORS
3006                 Add Jean-Luc Biord
3007
3008 2007-03-31 [colin]      2.8.1cvs75
3009
3010         * src/imap.c
3011                 Apply patch from bug 1172, direct
3012                 access to the folder's session instead
3013                 of using getter. Patch by MartinP
3014
3015 2007-03-31 [paul]       2.8.1cvs74
3016
3017         * src/gtk/authors.h
3018                 no need to list Fabien twice!
3019
3020 2007-03-31 [colin]      2.8.1cvs73
3021
3022         * src/inc.c
3023                 If we're currently "overriding for %d minutes",
3024                 don't ask
3025
3026 2007-03-31 [colin]      2.8.1cvs72
3027
3028         * src/compose.c
3029         * src/imap.c
3030         * src/inc.c
3031         * src/inc.h
3032         * src/messageview.c
3033         * src/news.c
3034         * src/plugins/spamassassin/spamassassin.c
3035                 Offline override: Add a parameter to allow
3036                 asking even if the override timer is running.
3037                 Allows to ask every time the user makes an
3038                 explicit action needing online access (such
3039                 as Get Mail), and not when the action is 
3040                 implicit (such as opening an IMAP folder)
3041
3042 2007-03-31 [colin]      2.8.1cvs71
3043
3044         * src/inc.c
3045                 Override offline: "No" answer shouldn't
3046                 re-ask after 3 seconds, but 10 minutes. 
3047
3048 2007-03-30 [colin]      2.8.1cvs70
3049
3050         * src/common/socket.c
3051                 Better error reporting on unix socket
3052                 failure (bind usually)
3053         * src/gtk/gtkutils.c
3054         * src/gtk/gtkutils.h
3055                 Label window: add a pulsing progress
3056                 bar to show we're not hung :)
3057         * src/folderview.c
3058         * src/main.c
3059         * src/plugins/pgpcore/sgpgme.c
3060                 Update API
3061
3062 2007-03-30 [colin]      2.8.1cvs69
3063
3064         * src/pop.c
3065         * src/prefs_common.c
3066                 Fix possible trashing of history and uidl
3067                 files on disk full problems
3068
3069 2007-03-30 [paul]       2.8.1cvs68
3070
3071         * src/mainwindow.c
3072         * src/summaryview.c
3073         * src/summaryview.h
3074                 update summary when changing layout type
3075                 (fixes wrong folder icon being displayed)
3076                 Thanks to Colin
3077
3078 2007-03-29 [colin]      2.8.1cvs67
3079
3080         * src/prefs_ext_prog.c
3081                 The browser pref is irrelevant on Maemo
3082
3083 2007-03-29 [colin]      2.8.1cvs66
3084
3085         * src/compose.c
3086         * src/compose.h
3087                 Maemo: dynamically switch headers/text position
3088         * src/prefs_common.c
3089                 Maemo: hide compose's ruler by default
3090         * src/common/socket.c
3091         * src/common/socket.h
3092                 Fix build warning
3093
3094 2007-03-29 [colin]      2.8.1cvs65
3095
3096         * src/common/socket.c
3097         * src/common/socket.h
3098                 Fix build when MAEMO_CFLAGS contains
3099                 _X_OPENSOURCE (resolv.h errors as long
3100                 as we don't add _BSD_SOURCE. Ugly).
3101
3102 2007-03-29 [wwp]        2.8.1cvs64
3103
3104         * src/prefs_logging.c
3105                 Fix sensitivity of clip-log widgets in prefs/logging,
3106                 thanks to Fabien.
3107
3108 2007-03-29 [wwp]        2.8.1cvs63
3109
3110         * po/POTFILES.in
3111                 Updated files list for translations, thanks to Fabien.
3112
3113 2007-03-29 [colin]      2.8.1cvs62
3114
3115         * src/main.c
3116         * src/common/Makefile.am
3117         * src/common/utils.c
3118                 Maybe make URI opening work in Maemo
3119                 Requires testing :)
3120
3121 2007-03-28 [colin]      2.8.1cvs61
3122
3123         * src/folder.c
3124         * src/folder.h
3125         * src/folderview.c
3126                 Add the possibility to sort folders arbitrarily
3127                 (via editing of folderlist.xml only). Patch by
3128                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3129                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3130                 be changed by the user'
3131
3132 2007-03-28 [colin]      2.8.1cvs60
3133
3134         * src/mimeview.c
3135                 Add popup menu for mime icons
3136
3137 2007-03-28 [colin]      2.8.1cvs59
3138
3139         * src/mainwindow.c
3140                 Fix a layout issue when presenting
3141                 mainwindow in Small screen layout
3142         * src/toolbar.c
3143         * src/toolbar.h
3144                 Add a "Go to folder list" button for
3145                 mainwindow, and make it default in
3146                 the Maemo build
3147
3148 2007-03-28 [colin]      2.8.1cvs58
3149
3150         * src/compose.c
3151                 Don't dynamically update title on Maemo
3152                 Patch by Jean-Luc Biord
3153
3154 2007-03-27 [colin]      2.8.1cvs57
3155
3156         * src/compose.c
3157         * src/folderview.c
3158         * src/summaryview.c
3159                 Enable tap-and-hold on Maemo
3160
3161 2007-03-26 [colin]      2.8.1cvs56
3162
3163         * src/compose.c
3164                 More popup-menu (in attachments list)
3165
3166 2007-03-26 [colin]      2.8.1cvs55
3167
3168         * src/compose.c
3169                 Enable popup-menu signal
3170
3171 2007-03-26 [colin]      2.8.1cvs54
3172
3173         * src/plugins/pgpinline/pgpinline.c
3174                 Fix bug 1111, 'PGP/inline plugin hides text 
3175                 around encrypted text block'. Patch based on
3176                 a patch from Michal Cihar.
3177
3178 2007-03-26 [wwp]        2.8.1cvs53
3179
3180         * src/procmsg.c
3181                 Fix getting a false error when sending queued message
3182                 whereas the sending was fine (if there are subfolders
3183                 in the queue folder), thanks to Colin.
3184
3185 2007-03-26 [paul]       2.8.1cvs52
3186
3187         * src/wizard.c
3188                 update FACE header in welcome message
3189
3190 2007-03-25 [colin]      2.8.1cvs51
3191
3192         * src/Makefile.am
3193                 Fix make dist
3194
3195 2007-03-25 [colin]      2.8.1cvs50
3196
3197         * src/main.c
3198                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3199
3200 2007-03-24 [colin]      2.8.1cvs49
3201
3202         * src/main.c
3203                 Fix a few launch problems on Maemo
3204                 Patch by Jean-Luc Biord
3205
3206 2007-03-24 [wwp]        2.8.1cvs48
3207
3208         * src/alertpanel.c
3209         * src/alertpanel.h
3210         * src/messageview.c
3211         * src/summaryview.c
3212                 Fix wrong action performed when closing the
3213                 "ask about account specific filtering rules
3214                 when filtering manually" dialog by pressing Escape.
3215                 Fix wrong order of buttons in the "return receipt
3216                 notification - the message was sent to several of
3217                 your accounts" dialog.
3218
3219 2007-03-24 [paul]       2.8.1cvs47
3220
3221         * src/folderview.c
3222                 an improvement to English usage
3223         * tools/kdeservicemenu/README
3224                 updated Claws url
3225
3226 2007-03-24 [paul]       2.8.1cvs46
3227
3228         * src/Makefile.am
3229         * src/stock_pixmap.c
3230         * src/pixmaps/edit_extern.xpm
3231         * src/pixmaps/mail_sign.xpm
3232                 rescue long lost icons
3233
3234 2007-03-24 [paul]       2.8.1cvs45
3235
3236         * src/toolbar.c
3237                 fix toolbar (broken in 2.8.1cvs42)
3238
3239 2007-03-23 [colin]      2.8.1cvs44
3240
3241         * src/imap.c
3242                 Correctly unsubscribe/resubscribe after
3243                 RENAME
3244
3245 2007-03-23 [colin]      2.8.1cvs43
3246
3247         * src/prefs_common.c
3248                 Maemo: as the platform is light on RAM, allow
3249                 caches to be discarded faster.
3250
3251 2007-03-23 [colin]      2.8.1cvs42
3252
3253         * src/Makefile.am
3254         * src/compose.c
3255         * src/compose.h
3256         * src/stock_pixmap.c
3257         * src/stock_pixmap.h
3258         * src/summaryview.c
3259         * src/summaryview.h
3260         * src/toolbar.c
3261         * src/toolbar.h
3262         * src/pixmaps/open_mail.xpm
3263                 Maemo changes: Add the possibility to have
3264                 "Open Email" and "Close Window" buttons on 
3265                 toolbars (and use them in Maemo's default
3266                 toolbars)
3267
3268 2007-03-23 [wwp]        2.8.1cvs41
3269
3270         * src/action.c
3271                 Reverted that part of the action dialog closure logics, to
3272                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3273                 done later in a different way (or may not).
3274
3275 2007-03-22 [wwp]        2.8.1cvs40
3276
3277         * src/action.c
3278                 Fix sticky action dialog when got no output but action command
3279                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3280
3281 2007-03-22 [colin]      2.8.1cvs39
3282
3283         * src/prefs_filtering.c
3284         * src/gtk/combobox.h
3285                 Fix escaping account names in filtering prefs
3286
3287 2007-03-22 [colin]      2.8.1cvs38
3288
3289         * src/addrindex.c
3290         * src/ldapctrl.h
3291         * src/ldapquery.c
3292                 Add any attribute specified in LDAP servers'
3293                 Search attributes to the Other Attributes tab
3294                 of contacts; Add 'telephoneNumber' in the
3295                 default list.
3296
3297 2007-03-22 [colin]      2.8.1cvs37
3298
3299         * src/folderview.c
3300         * src/folderview.h
3301         * src/mainwindow.c
3302                 Try to prevent race conditions when
3303                 changing the folder list
3304         * src/summaryview.c
3305                 Fix possible red folder icon when
3306                 switching from Small screen layout
3307                 to any other
3308
3309 2007-03-22 [colin]      2.8.1cvs36
3310
3311         * src/mainwindow.c
3312         * src/mainwindow.h
3313         * src/summaryview.c
3314                 Rename "little screen" to "Small screen"
3315         * src/gtk/Makefile.am
3316         * src/common/utils.c
3317         * src/mh.c
3318                 Fix Maemo-related compilation problems
3319
3320 2007-03-21 [colin]      2.8.1cvs35
3321
3322         * configure.ac
3323                 Fix previous commit
3324         * claws-mail.desktop
3325                 Remove .png from the Icon, it's useless
3326
3327 2007-03-21 [colin]      2.8.1cvs34
3328
3329         * configure.ac
3330         * src/Makefile.am
3331                 Add the necessary lib checking for 
3332                 Maemo
3333
3334 2007-03-21 [colin]      2.8.1cvs33
3335
3336         * src/main.c
3337                 Fix unconditional "error happened" when
3338                 sending via command-line. "lol @ myself"
3339
3340 2007-03-21 [colin]      2.8.1cvs32
3341
3342         * claws-mail-40x40.png
3343         * claws-mail-26x26.png
3344         * src/account.c
3345         * src/addressbook.c
3346         * src/compose.c
3347         * src/folderview.c
3348         * src/folderview.h
3349         * src/main.c
3350         * src/mainwindow.c
3351         * src/mainwindow.h
3352         * src/messageview.c
3353         * src/prefs_account.c
3354         * src/prefs_common.c
3355         * src/summary_search.c
3356         * src/summaryview.c
3357         * src/summaryview.h
3358         * src/gtk/authors.h
3359         * src/gtk/gtkutils.c
3360         * src/gtk/gtkutils.h
3361         * src/gtk/logwindow.c
3362         * src/gtk/menu.c
3363         * src/gtk/prefswindow.c
3364                 Add Maemo port (patch mainly by Jean-Luc Biort)
3365                 Add a new 'Little screen' layout to help on such
3366                 platforms (patch by me)
3367                 Make some default preferences different (more
3368                 adapted) on Maemo (patch by me)
3369
3370 2007-03-21 [wwp]        2.8.1cvs31
3371
3372         * src/prefs_logging.c
3373         * src/prefs_logging.h
3374                 Fixed copyright header of newly added files.
3375
3376 2007-03-21 [wwp]        2.8.1cvs30
3377
3378         * src/Makefile.am
3379         * src/filtering.c
3380         * src/filtering.h
3381         * src/folder.c
3382         * src/folderview.c
3383         * src/imap.c
3384         * src/inc.c
3385         * src/main.c
3386         * src/mainwindow.c
3387         * src/mainwindow.h
3388         * src/matcher.c
3389         * src/messageview.c
3390         * src/news.c
3391         * src/pop.c
3392         * src/prefs_common.c
3393         * src/prefs_common.h
3394         * src/prefs_logging.c
3395         * src/prefs_logging.h
3396         * src/prefs_other.c
3397         * src/procmsg.c
3398         * src/send_message.c
3399         * src/summaryview.c
3400         * src/common/log.c
3401         * src/common/log.h
3402         * src/common/nntp.c
3403         * src/common/session.c
3404         * src/common/smtp.c
3405         * src/common/socket.c
3406         * src/etpan/imap-thread.c
3407         * src/gtk/logwindow.c
3408         * src/gtk/logwindow.h
3409         * src/plugins/bogofilter/bogofilter.c
3410         * src/plugins/spamassassin/spamassassin.c
3411                 Added debugging of filtering/processing rules.
3412                 The debug log is here 'Tools/Filtering debug window',
3413                 the options there 'Configuration/Preferences/Other/Logging',
3414                 and the log file is ~/.claws-mail/filtering.log.
3415                 Moved protocol log prefs to 'Other/Logging' as well.
3416                 To support such debugging feature, the existing log API has
3417                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3418                 this impacts many external modules (commits follow).
3419
3420 2007-03-21 [paul]       2.8.1cvs29
3421
3422         * src/etpan/Makefile.am
3423         * src/etpan/imap-thread.c
3424                 add missing #include
3425
3426 2007-03-21 [colin]      2.8.1cvs28
3427
3428         * src/procmime.c
3429                 Fix bug 1157, 'some broken messages confuse 
3430                 mime parser'. Make sure we can't have MimeInfos
3431                 with negative sizes.
3432
3433 2007-03-20 [colin]      2.8.1cvs27
3434
3435         * src/main.c
3436                 Fix missing \0 on buffer
3437
3438 2007-03-20 [colin]      2.8.1cvs26
3439
3440         * src/mh.c
3441                 Use make_dir_hier instead of make_dir 
3442                 to create the MH mailbox
3443
3444 2007-03-20 [colin]      2.8.1cvs25
3445
3446         * src/folder.c
3447         * src/folder.h
3448         * src/prefs_account.c
3449         * src/wizard.c
3450                 Fix default inbox weirdnesses (after wizard,
3451                 if path is Mail, mailbox identifier is #mh/Mailbox,
3452                 and when creating new accounts)
3453
3454 2007-03-20 [colin]      2.8.1cvs24
3455
3456         * src/account.c
3457                 Write folderlist after adding/deleting accounts
3458                 that have folders
3459
3460 2007-03-20 [colin]      2.8.1cvs23
3461
3462         * src/imap.c
3463         * src/remotefolder.h
3464                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3465                 selected while scanning prior to update'
3466
3467 2007-03-17 [paul]       2.8.1cvs22
3468
3469         * src/main.c
3470                 fix a typo, and be a little more verbose.
3471
3472 2007-03-17 [wwp]        2.8.1cvs21
3473
3474         * src/inc.c
3475                 Fix a compiler warning.
3476
3477 2007-03-16 [wwp]        2.8.1cvs20
3478
3479         * tools/Makefile.am
3480         * tools/README
3481                 Updated to deal w/ the new mairix.sh tool.
3482
3483 2007-03-16 [wwp]        2.8.1cvs19
3484
3485         * src/action.c
3486                 Fix logics issues around the action IO dialog:
3487                 - disable entry widget and exec button when
3488                   the exec button is clicked (don't wait for any
3489                   output line) - fix possible disabling/re-enabling/
3490                   re-disabling of those widgets
3491                 - raise an error if executing a %as{} action either
3492                   empty or invalid, instead of failing silently
3493                 - don't close the dialog if the abort button has been
3494                   clicked and if there was no output yet
3495                 - set focus to the abort button when the exec button
3496                   is clicked
3497                 - fix capitalization of a warning message
3498
3499 2007-03-16 [wwp]        2.8.1cvs18
3500
3501         * tools/mairix.sh
3502                 Added a wrapper to mairix to the tools folder.
3503
3504 2007-03-16 [colin]      2.8.1cvs17
3505
3506         * src/messageview.c
3507         * src/mimeview.h
3508                 Allow mimeviewer plugins to print
3509                 their stuff
3510
3511 2007-03-16 [colin]      2.8.1cvs16
3512
3513         * .cvsignore
3514                 Ignore *.patchset
3515
3516 2007-03-15 [colin]      2.8.1cvs15
3517
3518         * src/messageview.c
3519         * src/mimeview.h
3520                 Add a way for mimeviewer plugins to
3521                 implement body search
3522
3523 2007-03-15 [paul]       2.8.1cvs14
3524
3525         * src/prefs_spelling.c
3526                 fix English usage
3527
3528 2007-03-15 [paul]       2.8.1cvs13
3529
3530         * src/common/quoted-printable.c
3531                 fix decoding of quoted-printable parts
3532
3533 2007-03-14 [wwp]        2.8.1cvs12
3534
3535         * src/gtk/logwindow.h
3536                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3537
3538 2007-03-14 [wwp]        2.8.1cvs11
3539
3540         * src/gtk/logwindow.h
3541                 Complete 2.8.1cvs10.
3542
3543 2007-03-14 [colin]      2.8.1cvs10
3544
3545         * src/gtk/logwindow.c
3546                 Probably fix bug 1149, crash on logwindow
3547                 close - at the expense of performance once
3548                 logwin has been opened
3549
3550 2007-03-14 [colin]      2.8.1cvs9
3551
3552         * src/main.c
3553                 If claws-mail is running on another
3554                 display, warn instead of popping it up
3555                 on the other display
3556
3557 2007-03-12 [colin]      2.8.1cvs8
3558
3559         * src/wizard.c
3560                 Fix bug 1145, 'Setting a different name 
3561                 for the Mailbox name isn't reflected in 
3562                 default account settings'. Patch by wwp
3563
3564 2007-03-12 [colin]      2.8.1cvs7
3565
3566         * src/summaryview.c
3567                 Fix bug 1143, 'Add number of messages to be 
3568                 deleted to confirmation dialog'
3569
3570 2007-03-12 [wwp]        2.8.1cvs6
3571
3572         * src/folderview.c
3573         * src/prefs_common.c
3574         * src/prefs_common.h
3575         * src/prefs_summaries.c
3576                 Changed the option that displays unread messages count
3577                 next to the folder name in folder list: it is now
3578                 possible to either display nothing, display the
3579                 unread messages number only or the unread and total messages
3580                 numbers. The patch includes this extra feature as well
3581                 as some minor fixes by rewriting the algo in folderview.c.
3582                 Thanks to Paul for the original idea and implementation, plus
3583                 testing and proof-reading!
3584
3585 2007-03-09 [paul]       2.8.1cvs5
3586
3587         * tools/Makefile.am
3588         * tools/README
3589         * tools/claws-mail-compose-insert-files.pl
3590                 added a script which enables inserting files
3591                 into the message body of a new Claws Mail
3592                 Compose window from the command line. Additionally
3593                 To, Cc, Subject and files to attach to the message
3594                 can be specified.
3595
3596 2007-03-09 [wwp]        2.8.1cvs4
3597
3598         * src/addr_compl.c
3599         * src/addr_compl.h
3600         * src/filtering.c
3601                 Optimize matching of addresses in the addressbook
3602                 (filtering/processing 'found_in_addressbook' condition).
3603
3604 2007-03-07 [wwp]        2.8.1cvs3
3605
3606         * src/quote_fmt.c
3607         * src/quote_fmt_lex.l
3608         * src/quote_fmt_parse.y
3609                 Add a new quote format symbol: %A to insert the
3610                 sender email address (just the address itself).
3611
3612 2007-03-06 [wwp]        2.8.1cvs2
3613
3614         * src/gtk/gtkutils.c
3615         * src/plugins/trayicon/trayicon_prefs.h
3616         * src/plugins/trayicon/trayicon_prefs.c
3617         * src/plugins/trayicon/trayicon.c
3618         * src/mainwindow.h
3619         * src/mainwindow.c
3620                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3621                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3622
3623
3624 2007-03-06 [paul]       2.8.1cvs1
3625
3626         * NEWS
3627         * README
3628         * RELEASE_NOTES
3629         * configure.ac
3630                 bump version number following
3631                 stable release
3632
3633 2007-03-06 [paul]       2.8.0cvs24
3634
3635         * po/cs.po
3636                 corrected by by Tim <timbrain@post.cz>
3637
3638 2007-03-05 [colin]      2.8.0cvs23
3639
3640         * src/Makefile.am
3641         * src/procmime.c
3642                 Fix mime/globs path on NetBSD
3643                 patch by George Michaelson
3644
3645 2007-03-05 [wwp]        2.8.0cvs22
3646
3647         * src/addr_compl.c
3648                 Remove debug statement (accidentally committed w/ cvs14).
3649
3650 2007-03-05 [paul]       2.8.0cvs21
3651
3652         * src/plugins/pgpcore/prefs_gpg.c
3653                 fix compiler warning
3654
3655 2007-03-05 [wwp]        2.8.0cvs20
3656
3657         * src/matcher_parser_parse.y
3658                 Fix mismerge between cvs17 and cvs19.
3659
3660 2007-03-05 [wwp]        2.8.0cvs19
3661
3662         * src/matcher_parser_parse.y
3663         * src/prefs_filtering_action.c
3664         * src/matcher.c
3665         * src/matcher.h
3666         * src/filtering.c
3667         * src/filtering.h
3668                 Add new 'add_to_addressbook' filtering/processing action.
3669
3670 2007-03-05 [wwp]        2.8.0cvs18
3671
3672         * src/filtering.c
3673                 Fix mark_as_ham filtering/processing action: spam flag
3674                 was not unset.
3675
3676 2007-03-04 [colin]      2.8.0cvs17
3677
3678         * src/filtering.c
3679         * src/matcher.c
3680         * src/matcher.h
3681         * src/matcher_parser_parse.y
3682         * src/prefs_filtering_action.c
3683                 Add 'Mark as spam' and 'Mark as ham' filtering
3684                 actions. Fixes bug 1138.
3685
3686 2007-03-04 [colin]      2.8.0cvs16
3687
3688         * src/imap.c
3689                 Fix bug 1140, wrong return value
3690                 without libetpan
3691
3692 2007-03-04 [wwp]        2.8.0cvs15
3693
3694         * src/addr_compl.c
3695                 Rollback cvs14: don't free stuff that is managed in g_list.
3696
3697 2007-03-04 [wwp]        2.8.0cvs14
3698
3699         * src/addr_compl.c
3700                 Fix a leak in address completion code.
3701
3702 2007-03-04 [colin]      2.8.0cvs13
3703
3704         * src/addr_compl.c
3705                 Maybe fix bug 1136, 'Crash in group 
3706                 address completion'
3707
3708 2007-03-04 [iwkse]      2.8.0cvs12
3709
3710         * src/imap.c
3711                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3712
3713 2007-03-03 [colin]      2.8.0cvs11
3714
3715         * src/plugins/pgpinline/pgpinline.c
3716                 Fix off-by-one, fix double-free. Fixes
3717                 bug 1135, 'cm-segfault on decrypting 
3718                 with PGP/inline'
3719
3720 2007-03-03 [colin]      2.8.0cvs10
3721
3722         * configure.ac
3723         * src/main.c
3724         * src/common/plugin.c
3725                 Fix bug 1134, 'Valgrind macros unhandled 
3726                 by Irix's cc'
3727
3728 2007-03-02 [colin]      2.8.0cvs9
3729
3730         * src/mbox.c
3731                 Don't error out on EAGAIN. Fixes 
3732                 bug 1129, '"local mbox file" account 
3733                 isn't retrieving mails'
3734
3735 2007-03-01 [wwp]        2.8.0cvs8
3736
3737         * src/mainwindow.c
3738         * src/gtk/colorlabel.c
3739                 Remove accels for extra color labels until we set better
3740                 and definitive ones.
3741
3742 2007-02-28 [wwp]        2.8.0cvs7
3743
3744         * src/mainwindow.c
3745         * src/matcher_parser_parse.y
3746         * src/prefs_common.c
3747         * src/prefs_msg_colors.c
3748         * src/procmsg.h
3749         * src/gtk/colorlabel.c
3750         * src/gtk/colorlabel.h
3751                 Add more customizable color labels. Cleaned up a bit
3752                 the color label API to avoid duplicate defines of
3753                 the max number of colors.
3754
3755 2007-02-27 [colin]      2.8.0cvs6
3756
3757         * src/mainwindow.c
3758         * src/common/utils.c
3759         * src/common/utils.h
3760                 Fix '+' in mailto URIs for List-* headers
3761
3762 2007-02-27 [colin]      2.8.0cvs5
3763
3764         * src/gtk/gtkutils.c
3765                 Use gtk_window_set_role instead of 
3766                 _set_wmclass
3767
3768 2007-02-27 [colin]      2.8.0cvs4
3769
3770         * src/inc.c
3771                 Fix "After receiving new mail, go to inbox" on IMAP,
3772                 and make it work only on manual reception
3773
3774 2007-02-27 [wwp]        2.8.0cvs3
3775
3776         * src/prefs_filtering.c
3777         * src/prefs_filtering_action.c
3778         * src/prefs_matcher.c
3779                 Update filtering matcher's and action's color label menus
3780                 when re-opening those dialogs (reflect any change to the
3781                 color labels list in the preferences).
3782
3783 2007-02-27 [colin]      2.8.0cvs2
3784
3785         * src/imap.c
3786         * src/etpan/etpan-thread-manager-types.h
3787         * src/etpan/etpan-thread-manager.c
3788         * src/etpan/imap-thread.c
3789                 Log imap ALERTs as errors in the log.
3790
3791 2007-02-26 [paul]       2.8.0cvs1
3792
3793         * tools/claws.i18n.status.pl
3794                 updated
3795
3796 2007-02-26 [paul]       2.7.2cvs75
3797
3798         * po/ca.po
3799         * po/cs.po
3800         * po/de.po
3801         * po/en_GB.po
3802         * po/fi.po
3803         * po/fr.po
3804         * po/hu.po
3805         * po/pl.po
3806         * po/pt_BR.po
3807         * po/sk.po
3808         * po/sr.po
3809         * po/zh_CN.po
3810                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3811                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3812                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3813                 Aleksandar Urosevic, and Ralgh Young
3814
3815 2007-02-25 [mones]      2.7.2cvs74
3816
3817         * po/es.po
3818                 Updated for release
3819
3820 2007-02-25 [colin]      2.7.2cvs73
3821
3822         * src/main.c
3823                 Clearing the list is only useful
3824                 to prevent a valgrind false-positive
3825
3826 2007-02-25 [paul]       2.7.2cvs72
3827
3828         * tools/Makefile.am
3829         * tools/README
3830         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3831         * tools/maildir2claws-mail.pl  **REMOVED**
3832                 renamed the script, fixed a couple bugs
3833
3834 2007-02-23 [colin]      2.7.2cvs71
3835
3836         * src/addressbook.c
3837                 Fix a leak, check for a few improbable nulls
3838
3839 2007-02-23 [colin]      2.7.2cvs70
3840
3841         * src/main.c
3842         * src/main.h
3843         * src/plugins/trayicon/trayicon.c
3844                 Fix blinking mainwin when starting in tray
3845                 (show mainwindow later in the startup process,
3846                  apart if restarting post-crash)
3847
3848 2007-02-23 [colin]      2.7.2cvs69
3849
3850         * src/folderview.c
3851         * src/imap_gtk.c
3852                 Fix crash when unsubscribing the currently
3853                 selected/opened folder
3854
3855 2007-02-23 [colin]      2.7.2cvs68
3856
3857         * src/compose.c
3858                 Fix bug that prevented colorization to
3859                 work without wrap quotation option
3860
3861 2007-02-23 [colin]      2.7.2cvs67
3862
3863         * src/addr_compl.c
3864                 Fix refcounting, start and end completion who
3865                 behaved as if there couldn't be any other current
3866                 user of completion
3867
3868 2007-02-23 [wwp]        2.7.2cvs66
3869
3870         * src/addressbook.c
3871         * src/addrindex.c
3872                 Address completion fixes: fix addressbook_peek_folder_exists() in
3873                 which the algorithm was ridiculously over-obfuscated and broken.
3874                 Fix addrindex_load_completion() as well, to load addresses in
3875                 completion list with regards to what addressbook_peek_folder_exists()
3876                 returns now.
3877
3878 2007-02-23 [wwp]        2.7.2cvs65
3879
3880         * src/addr_compl.c
3881                 Add addresses to completion when they're non-empty (thanks to Colin).
3882
3883 2007-02-23 [paul]       2.7.2cvs64
3884
3885         * src/plugins/pgpcore/passphrase.c
3886                 remove 'const '
3887
3888 2007-02-23 [colin]      2.7.2cvs63
3889
3890         * src/plugins/pgpcore/prefs_gpg.c
3891         * src/plugins/pgpcore/prefs_gpg.h
3892         * src/plugins/pgpcore/sgpgme.c
3893         * src/plugins/pgpinline/pgpinline.c
3894         * src/plugins/pgpmime/pgpmime.c
3895                 Try harder to respect user's choice wrt
3896                 gpg-agent even with gpg2, by unsetting
3897                 GPG_AGENT_INFO when necessary.
3898
3899 2007-02-22 [paul]       2.7.2cvs62
3900
3901         * src/plugins/pgpcore/sgpgme.c
3902         * src/plugins/pgpcore/sgpgme.h
3903         * src/plugins/pgpcore/passphrase.c
3904         * src/plugins/pgpinline/pgpinline.c
3905         * src/plugins/pgpmime/pgpmime.c
3906                 Fix a leak - gpgme_data_release_and_get_mem
3907                 leaks in recent gpgme. Workaround by using
3908                 our own function.
3909
3910 2007-02-22 [paul]       2.7.2cvs61
3911
3912         * src/gtk/quicksearch.c
3913                 Abandon dynamic search when pressing
3914                 Enter
3915
3916 2007-02-21 [colin]      2.7.2cvs60
3917
3918         * src/procmsg.c
3919         * src/plugins/pgpcore/passphrase.c
3920                 Fix little memory leaks
3921         * src/main.c
3922                 Fix false-positive leak at exit
3923         * src/gtk/quicksearch.c
3924                 Fix potentially big leak in recursive
3925                 Quicksearch
3926
3927 2007-02-21 [wwp]        2.7.2cvs59
3928
3929         * src/summaryview.c
3930                 Add missing newline to a debug message.
3931
3932 2007-02-20 [colin]      2.7.2cvs58
3933
3934         * src/Makefile.am
3935         * src/mimeview.c
3936         * src/stock_pixmap.c
3937         * src/stock_pixmap.h
3938         * src/pixmaps/mime_pgpsig.xpm
3939                 Add icon for application/pgp-signature
3940
3941 2007-02-20 [colin]      2.7.2cvs57
3942
3943         * src/Makefile.am
3944         * src/main.c
3945         * src/mimeview.c
3946         * src/stock_pixmap.c
3947         * src/stock_pixmap.h
3948         * src/pixmaps/mime_calendar.xpm
3949         * src/pixmaps/mime_pdf.xpm
3950         * src/pixmaps/mime_ps.xpm
3951                 Add icons for text/calendar, application/pdf
3952                 and application/postscript
3953
3954 2007-02-20 [colin]      2.7.2cvs56
3955
3956         * autogen.sh
3957         * src/matcher_parser_parse.y
3958         * src/matcher_parser_lex.l
3959                 Fix big memory leak in flex, and
3960                 require flex 2.5.31
3961
3962 2007-02-20 [wwp]        2.7.2cvs55
3963
3964         * src/matcher_parser_parse.y
3965                 Fix a duplicate token definition (thanks to iwkse).
3966
3967 2007-02-20 [wwp]        2.7.2cvs54
3968
3969         * src/matcher_parser_lex.l
3970         * src/quote_fmt_lex.l
3971                 Use proper flex options instead of direct use of #define,
3972                 make the flex-generated C lighter.
3973
3974 2007-02-20 [colin]      2.7.2cvs53
3975
3976         * src/summaryview.c
3977                 Grab focus in message list after hiding
3978                 the quicksearch, instead of leaving it
3979                 "somewhere"
3980
3981 2007-02-19 [colin]      2.7.2cvs52
3982
3983         * src/folderview.c
3984                 Fix bug 1033, 'Automatically refresh 
3985                 message list when new messages arrives'
3986                 Looks like folderview->opened can sometimes
3987                 be wrong...
3988
3989 2007-02-19 [paul]       2.7.2cvs51
3990
3991         * tools/Makefile.am
3992         * tools/README
3993         * tools/thunderbird-filters-convertor.pl
3994                 add new script which converts thunderbird filter
3995                 rules to Claws filter rules
3996
3997 2007-02-18 [paul]       2.7.2cvs50
3998
3999         * src/plugins/pgpcore/prefs_gpg.c
4000         * src/plugins/pgpcore/prefs_gpg.h
4001         * src/plugins/pgpcore/sgpgme.c
4002         * src/plugins/pgpinline/pgpinline.c
4003         * src/plugins/pgpmime/pgpmime.c
4004                 improved GUI interoperability with gpg-agent
4005
4006 2007-02-18 [paul]       2.7.2cvs49
4007
4008         * src/prefs_account.c
4009                 Privacy options sensitivity fix
4010
4011 2007-02-17 [colin]      2.7.2cvs48
4012
4013         * src/messageview.c
4014                 Reset icon to warning in the noticeview
4015
4016 2007-02-15 [colin]      2.7.2cvs47
4017
4018         * src/folderview.c
4019                 Fix a manifestation of bug 1033 (summaryview failing
4020                 to update for new mails), which happens after editing
4021                 account preferences or preferences that cause a 
4022                 folderview reload.
4023
4024 2007-02-15 [colin]      2.7.2cvs46
4025
4026         * src/addressbook.c
4027                 Probably fix bug 1123, 'Segmentation 
4028                 fault while opening address book'. I get
4029                 g_warnings if the saved paned position is
4030                 not greater than 0. Also, save position
4031                 when hiding the addressbook instead of
4032                 via signal.
4033
4034 2007-02-14 [colin]      2.7.2cvs45
4035
4036         * src/plugins/pgpcore/prefs_gpg.c
4037         * src/plugins/pgpcore/prefs_gpg.h
4038         * src/plugins/pgpcore/sgpgme.c
4039         * src/plugins/pgpinline/pgpinline.c
4040         * src/plugins/pgpmime/pgpmime.c
4041                 Add an option "Use gpg-agent if available". Fixes
4042                 annoyances with distro-installed gpg-agent, when
4043                 no pinentry program is installed, and the user's 
4044                 at a loss on why "decryption failed". Makes more
4045                 clear why passphrase isn't saved when gpg-agent is
4046                 used. Defaults to true, to avoid changing the 
4047                 current behaviour.
4048
4049 2007-02-14 [wwp]        2.7.2cvs44
4050
4051         * src/matcher_parser_parse.y
4052                 Fix missing line number reset (wrong line number might appear
4053                 when re-loading filtering rules if there's a parser error).
4054
4055 2007-02-13 [colin]      2.7.2cvs43
4056
4057         * src/common/utils.c
4058                 Don't encode ',' in URIs before passing it
4059                 to the browser command-line. It was probably
4060                 done at a time where commas in URIs made
4061                 mozilla -remote 'openurl(%s,new-window)'
4062                 bug.
4063
4064 2007-02-13 [wwp]        2.7.2cvs42
4065
4066         * src/prefs_matcher.c
4067         * src/plugins/bogofilter/bogofilter_gtk.c
4068                 A bit of string factorization around "Select ..." buttons.
4069
4070 2007-02-11 [colin]      2.7.2cvs41
4071
4072         * src/alertpanel.c
4073                 Make sure to escape the title
4074
4075 2007-02-11 [colin]      2.7.2cvs40
4076
4077         * src/codeconv.c
4078                 Recognize .utf8 locales as .UTF-8 ones
4079
4080 2007-02-11 [colin]      2.7.2cvs39
4081
4082         * src/compose.c
4083                 Fix code conversion when dragging a file
4084
4085 2007-02-09 [colin]      2.7.2cvs38
4086
4087         * src/plugins/clamav/clamav_plugin.c
4088                 Complete Paul's patch with conditional
4089                 compilation to avoid breaking compilation
4090                 on old Dapper and Edgy... Maybe other
4091                 distros too.
4092
4093 2007-02-09 [paul]       2.7.2cvs37
4094
4095         * src/plugins/clamav/clamav_plugin.c
4096                 fix for the upstream changes in libclamav
4097
4098 2007-02-09 [paul]       2.7.2cvs36
4099
4100         * src/main.c
4101         * src/mainwindow.c
4102         * src/procmsg.c
4103         * src/procmsg.h
4104                 fix "warn if there are queued messages" (on exit)
4105                 option, which only checked the first mailbox's
4106                 queue
4107                 don't ask before emptying trash if there are no
4108                 messages in trash, also check and empty all trash
4109                 folders
4110         * src/prefs_other.c
4111                 move "Ask before emptying trash" option
4112                 outside of the "On exit" frame as it's
4113                 not only an "On exit" option
4114
4115 2007-02-09 [paul]       2.7.2cvs35
4116
4117         * src/addrgather.c
4118         * src/alertpanel.c
4119         * src/editldap.c
4120         * src/prefs_account.c
4121         * src/prefs_folder_item.c
4122         * src/prefs_gtk.h
4123         * src/prefs_matcher.c
4124         * src/prefs_message.c
4125         * src/prefs_msg_colors.c
4126         * src/prefs_summaries.c
4127         * src/wizard.c
4128         * src/gtk/inputdialog.c
4129         * src/plugins/bogofilter/bogofilter_gtk.c
4130                 pedantic commit: use 'checkbtn' everywhere
4131                 instead of a mixture of 'checkbtn' and 'chkbtn'
4132
4133 2007-02-09 [paul]       2.7.2cvs34
4134
4135         * src/compose.c
4136                 fix default hotkeys
4137         * src/prefs_other.c
4138         * src/prefs_send.c
4139                 move "Never send Return Receipts" from
4140                 prefs_other to prefs_send
4141                 add an option "Ask about account specific
4142                 filtering rules..." to prefs_other
4143         * src/gtk/gtkutils.c
4144                 fix a compiler warning
4145
4146 2007-02-08 [colin]      2.7.2cvs33
4147
4148         * src/plugins/pgpinline/pgpinline.c
4149                 Fix bug 1110, 'pgpmime fails to process 
4150                 encapsulated openpgp mime (rfc 3156, 6.1 
4151                 -> rfc1847)'
4152                 It was due to an interaction between PGP/Mime
4153                 and PGP/Inline plugin. 
4154
4155 2007-02-08 [colin]      2.7.2cvs32
4156
4157         * src/inc.c
4158         * src/mbox.c
4159         * src/mbox.h
4160                 Fix bug 1117, 'fcntl locking code 
4161                 does not work in mbox.c'
4162
4163 2007-02-08 [colin]      2.7.2cvs31
4164
4165         * src/prefs_account.c
4166                 Fix Gentoo bug 165819, 'can't create 
4167                 a "local mbox file" account'. Patch
4168                 by Olivier <castan.o@free.fr>
4169
4170 2007-02-07 [colin]      2.7.2cvs30
4171
4172         * src/ldapquery.c
4173                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4174                 autocompletion was used'
4175
4176 2007-02-07 [paul]       2.7.2cvs29
4177
4178         * src/folder.c
4179                 cut down on unnecessary debug_prints
4180         * src/imap_gtk.c
4181                 fix menu_set_active() on 'Show only
4182                 subscribed folders'
4183
4184 2007-02-07 [paul]       2.7.2cvs28
4185
4186         * src/plugins/clamav/clamav_plugin.c
4187         * src/plugins/clamav/clamav_plugin.h
4188         * src/plugins/clamav/clamav_plugin_gtk.c
4189                 fix copyright header
4190
4191 2007-02-07 [paul]       2.7.2cvs27
4192
4193         * src/procheader.c
4194                 fix bug 1116, 'summary view allow a 
4195                 subject line break'
4196
4197 2007-02-06 [colin]      2.7.2cvs26
4198
4199         * src/summaryview.c
4200                 Fix delete thread
4201
4202 2007-02-05 [fabien]     2.7.2cvs25
4203
4204         * po/POTFILES.in
4205         * src/uri_opener.c
4206                 i18n related - 1 fix and 1 message for translators.
4207
4208 2007-02-05 [colin]      2.7.2cvs24
4209
4210         * src/gtk/quicksearch.c
4211                 Don't reload summary list if quicksearch wasn't
4212                 active on hiding; move currently selected mail in
4213                 the visible area when showing the quicksearch
4214
4215 2007-02-05 [colin]      2.7.2cvs23
4216
4217         * src/folderview.c
4218                 Add debug to try to solve bug 1104
4219
4220 2007-02-05 [paul]       2.7.2cvs22
4221
4222         * src/mainwindow.c
4223                 confirm before emptying trash on exit is
4224                 a Yes or No answer, use Yes or No in the
4225                 dialog
4226
4227 2007-02-04 [colin]      2.7.2cvs21
4228
4229         * src/compose.c
4230         * src/plugins/pgpcore/passphrase.c
4231         * src/plugins/pgpcore/select-keys.c
4232                 Set wmclass on new windows
4233
4234 2007-02-04 [colin]
4235
4236         2.8.0-rc1 released
4237
4238 2007-02-04 [colin]      2.7.2cvs20
4239
4240         * src/compose.c
4241         * src/compose.h
4242                 Auto save drafts on exit, reopen them
4243                 at startup, instead of asking
4244         * src/account.c
4245         * src/addressadd.c
4246         * src/addressbook.c
4247         * src/addressbook_foldersel.c
4248         * src/addrgather.c
4249         * src/crash.c
4250         * src/editaddress.c
4251         * src/editbook.c
4252         * src/editgroup.c
4253         * src/editjpilot.c
4254         * src/editldap.c
4255         * src/editldap_basedn.c
4256         * src/editvcard.c
4257         * src/exphtmldlg.c
4258         * src/expldifdlg.c
4259         * src/export.c
4260         * src/foldersel.c
4261         * src/gedit-print.c
4262         * src/import.c
4263         * src/importldif.c
4264         * src/importmutt.c
4265         * src/importpine.c
4266         * src/main.c
4267         * src/mainwindow.c
4268         * src/message_search.c
4269         * src/messageview.c
4270         * src/prefs_actions.c
4271         * src/prefs_customheader.c
4272         * src/prefs_display_header.c
4273         * src/prefs_filtering.c
4274         * src/prefs_filtering_action.c
4275         * src/prefs_folder_column.c
4276         * src/prefs_gtk.c
4277         * src/prefs_matcher.c
4278         * src/prefs_other.c
4279         * src/prefs_summaries.c
4280         * src/prefs_summary_column.c
4281         * src/prefs_template.c
4282         * src/sourcewindow.c
4283         * src/ssl_manager.c
4284         * src/summary_search.c
4285         * src/uri_opener.c
4286         * src/gtk/about.c
4287         * src/gtk/description_window.c
4288         * src/gtk/foldersort.c
4289         * src/gtk/gtkutils.c
4290         * src/gtk/gtkutils.h
4291         * src/gtk/icon_legend.c
4292         * src/gtk/logwindow.c
4293         * src/gtk/pluginwindow.c
4294         * src/gtk/prefswindow.c
4295                 Give different wmclass to different
4296                 windows - thanks to sed ;)
4297
4298 2007-02-04 [colin]      2.7.2cvs19
4299
4300         * src/main.c
4301                 Revert previous patch, can't reproduce
4302                 it anymore. 
4303
4304 2007-02-03 [colin]      2.7.2cvs18
4305
4306         * src/main.c
4307                 Don't save the mainwindow size and
4308                 position on emergency exit (libSM's
4309                 "die" callback), Xfce seems to make
4310                 the window smaller just before the
4311                 size's saved.
4312
4313 2007-02-03 [colin]      2.7.2cvs17
4314
4315         * src/plugins/bogofilter/bogofilter.c
4316         * src/plugins/bogofilter/bogofilter.h
4317         * src/plugins/bogofilter/bogofilter_gtk.c
4318         * src/plugins/pgpinline/pgpinline.c
4319         * src/plugins/pgpinline/pgpinline.h
4320                 Fix more copyrights
4321
4322 2007-02-03 [colin]      2.7.2cvs16
4323
4324         * src/partial_download.c
4325         * src/partial_download.h
4326         * src/ssl_manager.c
4327         * src/ssl_manager.h
4328         * src/uri_opener.c
4329         * src/uri_opener.h
4330         * src/wizard.c
4331         * src/wizard.h
4332         * src/common/ssl_certificate.c
4333         * src/common/ssl_certificate.h
4334         * src/gtk/quicksearch.c
4335         * src/gtk/quicksearch.h
4336         * src/gtk/sslcertwindow.c
4337         * src/gtk/sslcertwindow.h
4338                 Fix copyright on my files
4339
4340 2007-02-02 [colin]      2.7.2cvs15
4341
4342         * src/Makefile.am
4343         * src/mainwindow.c
4344         * src/messageview.c
4345         * src/messageview.h
4346         * src/textview.c
4347         * src/textview.h
4348         * src/uri_opener.c
4349         * src/uri_opener.h
4350                 Add Tools/List URIs to allow
4351                 opening any URI in the current mail
4352
4353 2007-02-02 [colin]      2.7.2cvs14
4354
4355         * src/common/valgrind.h ** NEW FILE **
4356         * src/common/Makefile.am
4357         * src/common/plugin.c
4358                 Don't dlclose the plugins if we're running
4359                 under valgrind. (doesn't require valgrind
4360                 either at compile time or run time).
4361
4362 2007-02-01 [paul]       2.7.2cvs13
4363
4364         * AUTHORS
4365         * src/gtk/authors.h
4366         * tools/freshmeat_search.pl
4367         * tools/google_search.pl
4368         * tools/multiwebsearch.pl
4369                 add support for non ISO-8859-1 compatible locales
4370                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4371
4372 2007-02-01 [colin]      2.7.2cvs12
4373
4374         * src/prefs_other.c
4375         * src/prefs_summaries.c
4376                 Move keybinding prefs to the Other page
4377
4378 2007-02-01 [wwp]        2.7.2cvs11
4379
4380         * src/plugins/trayicon/trayicon.c
4381                 Fix a raising issue within KDE.
4382
4383 2007-02-01 [colin]      2.7.2cvs10
4384
4385         * src/codeconv.c
4386                 Fix stray quotes in encoded strings
4387         * src/addressadd.c
4388                 Fix wrong call causing g_warnings
4389         * src/textview.c
4390                 Remove useless message
4391
4392 2007-01-31 [wwp]        2.7.2cvs9
4393
4394         * src/plugins/trayicon/trayicon.c
4395                 fix buggy hiding of main window when closing if close-to-tray
4396                 is not set (bad logics  in the trayicon hook code).
4397                 Changed the quit confirmation message too.
4398
4399 2007-01-30 [colin]      2.7.2cvs8
4400
4401         * src/main.c
4402                 Fix hidden mainwindow after clicking on
4403                 the X close button, if compose windows
4404                 exist and the user chooses not to quit
4405
4406 2007-01-30 [colin]      2.7.2cvs7
4407
4408         * src/main.c
4409         * src/compose.c
4410                 Handle local URIs to attach files (file:///...)
4411                 Fixes attaching files from Thunar for example
4412
4413 2007-01-30 [colin]      2.7.2cvs6
4414
4415         * src/prefs_ext_prog.c
4416                 Add 'mousepad' to the list of text editors.
4417                 Mousepad is XFCE's text editor
4418
4419 2007-01-29 [wwp]        2.7.2cvs5
4420
4421         * po/POTFILES.in
4422         * src/plugins/trayicon/trayicon_prefs.c
4423                 trayicon i18n fixes, thanks to Fabien.
4424
4425 2007-01-28 [wwp]        2.7.2cvs4
4426
4427         * src/mainwindow.c
4428         * src/mainwindow.h
4429         * src/plugins/trayicon/trayicon.c
4430         * src/plugins/trayicon/trayicon_prefs.c
4431         * src/plugins/trayicon/trayicon_prefs.h
4432                 Added a new TrayIcon plugin option to close to tray
4433                 (WM's hotkey and [X] button will hide the window instead
4434                 of closing it - closing CM can be done using the tray icon
4435                 menu or the File menu).
4436                 Improved visibility handling in trayicon, clicking the
4437                 trayicon now raise the window to current desktop when it
4438                 was either minimized/shaded/on another desktop.
4439                 Thanks to Paul for testing and fixing a strange behaviour
4440                 in KDE ;-).
4441
4442 2007-01-27 [paul]       2.7.2cvs3
4443
4444         * src/prefs_folder_item.c
4445         * src/prefs_receive.c
4446         * src/plugins/pgpcore/prefs_gpg.c
4447                 use 'start-up' instead of 'startup' in labels
4448
4449 2007-01-26 [wwp]        2.7.2cvs2
4450
4451         * src/plugins/trayicon/Makefile.am
4452         * src/plugins/trayicon/trayicon.c
4453         * src/plugins/trayicon/trayicon_prefs.c
4454         * src/plugins/trayicon/trayicon_prefs.h
4455                 Add a new TrayIcon option to hide the main window at
4456                 start-up.
4457                 Fix trayicon.c copyright header.
4458
4459 2007-01-26 [paul]       2.7.2cvs1
4460
4461         * NEWS
4462         * README
4463         * RELEASE_NOTES
4464         * configure.ac
4465                 bump up version number following
4466                 stable release
4467
4468 2007-01-25 [mones]      2.7.1cvs60
4469
4470         * po/es.po
4471                 updated thousands of strings (well, probably less ;-)
4472
4473 2007-01-25 [colin]      2.7.1cvs59
4474
4475         * src/matcher.c
4476                 Fix 2nd-run loss of matcherrc on new
4477                 configurations. 
4478
4479 2007-01-25 [wwp]        2.7.1cvs58
4480
4481         * src/mimeview.c
4482                 fix handling of empty value in attach_save_directory too, thanks
4483                 to Colin.
4484
4485 2007-01-25 [wwp]        2.7.1cvs57
4486
4487         * src/gtk/filesel.c
4488                 fix handling of empty value in attach_load_directory,
4489                 thanks to Colin.
4490
4491 2007-01-25 [wwp]        2.7.1cvs56
4492
4493         * src/plugins/dillo_viewer/dillo_prefs.h
4494                 fix a typo.
4495
4496 2007-01-25 [colin]      2.7.1cvs55
4497
4498         * src/matcher.c
4499         * src/matcher.h
4500         * src/matcher_parser_parse.y
4501         * src/prefs_matcher.c
4502                 Add matching on the spam flag
4503
4504 2007-01-24 [colin]      2.7.1cvs54
4505
4506         * src/folder.c
4507         * src/common/xml.c
4508         * src/common/xml.h
4509                 Make sure folderlist.xml is correctly
4510                 written before overwriting it.
4511         * src/procmsg.c
4512         * src/procmsg.h
4513         * src/summaryview.c
4514         * src/plugins/bogofilter/bogofilter.c
4515         * src/plugins/bogofilter/bogofilter.h
4516         * src/plugins/bogofilter/bogofilter_gtk.c
4517         * src/plugins/spamassassin/spamassassin.c
4518         * src/plugins/spamassassin/spamassassin.h
4519         * src/plugins/spamassassin/spamassassin_gtk.c
4520                 Move spam to the correct trash folder after
4521                 learning, if spam directory isn't set.
4522
4523 2007-01-23 [paul]       2.7.1cvs53
4524
4525         * src/plugins/bogofilter/bogofilter_gtk.c
4526                 fix sensitivity of "Insert X-Bogosity header"
4527                 option
4528
4529 2007-01-23 [colin]      2.7.1cvs52
4530
4531         * src/toolbar.c
4532                 Translate toolbar items text if
4533                 they're translatable (default)
4534         * src/addrcache.c
4535         * src/addrcache.h
4536         * src/addritem.c
4537         * src/addritem.h
4538         * src/codeconv.c
4539         * src/codeconv.h
4540         * src/jpilot.c
4541         * src/jpilot.h
4542         * src/ldapctrl.c
4543         * src/ldapctrl.h
4544         * src/ldapquery.h
4545         * src/ldif.c
4546         * src/ldif.h
4547         * src/etpan/etpan-thread-manager.c
4548         * src/etpan/etpan-thread-manager.h
4549         * src/gtk/gtkutils.c
4550         * src/gtk/gtkutils.h
4551                 More static functions
4552
4553 2007-01-22 [fabien]     2.7.1cvs51
4554
4555         * src/gtk/gtkutils.c
4556                 gtkut_get_options_frame() : ability to pass
4557                 a 'NULL' value in frame pointer parameter if
4558                 we don't need it.
4559
4560 2007-01-22 [colin]      2.7.1cvs50
4561
4562         * src/procmsg.c
4563         * src/procmsg.h
4564         * src/plugins/bogofilter/bogofilter.c
4565         * src/plugins/bogofilter/bogofilter_gtk.c
4566         * src/plugins/spamassassin/spamassassin.c
4567         * src/plugins/spamassassin/spamassassin_gtk.c
4568                 Allow moving spams to the account's trash
4569                 instead of default one
4570
4571 2007-01-21 [colin]      2.7.1cvs49
4572
4573         * src/ldapquery.c
4574         * src/ldapquery.h
4575                 Revert a static function that shouldn't
4576                 have been
4577
4578 2007-01-21 [colin]      2.7.1cvs48
4579
4580         * src/ldapquery.c
4581         * src/ldapquery.h
4582                 Same
4583
4584 2007-01-21 [colin]      2.7.1cvs47
4585
4586         * src/procmsg.c
4587         * src/procmsg.h
4588                 Same
4589
4590 2007-01-21 [colin]      2.7.1cvs46
4591
4592         * src/common/socket.c
4593         * src/common/socket.h
4594                 Same
4595
4596 2007-01-21 [colin]      2.7.1cvs45
4597
4598         * src/crash.c
4599         * src/exporthtml.c
4600         * src/exporthtml.h
4601         * src/exportldif.c
4602         * src/exportldif.h
4603         * src/folder.c
4604         * src/folder.h
4605         * src/folder_item_prefs.c
4606         * src/folder_item_prefs.h
4607         * src/folderview.c
4608         * src/folderview.h
4609         * src/gedit-print.c
4610         * src/gedit-print.h
4611         * src/main.c
4612         * src/main.h
4613         * src/common/socket.c
4614         * src/common/socket.h
4615         * src/gtk/gtkaspell.c
4616         * src/gtk/gtkaspell.h
4617         * src/gtk/quicksearch.c
4618         * src/gtk/quicksearch.h
4619                 Same
4620
4621 2007-01-21 [colin]      2.7.1cvs44
4622
4623         * src/common/utils.c
4624         * src/common/utils.h
4625         * src/etpan/etpan-thread-manager.c
4626         * src/etpan/etpan-thread-manager.h
4627                 Same (Funny that etpan_thread_unbind
4628                 is called but not etpan_thread_bind)
4629
4630 2007-01-21 [colin]      2.7.1cvs43
4631
4632         * src/addrselect.c
4633         * src/addrselect.h
4634         * src/codeconv.c
4635         * src/codeconv.h
4636         * src/compose.c
4637         * src/compose.h
4638         * src/etpan/Makefile.am
4639         * src/gtk/colorlabel.c
4640         * src/gtk/colorlabel.h
4641         * src/gtk/sslcertwindow.c
4642         * src/gtk/sslcertwindow.h
4643         * src/etpan/etpan-log.c ** REMOVED **
4644         * src/etpan/etpan-log.h ** REMOVED **
4645                 Same
4646
4647 2007-01-20 [colin]      2.7.1cvs42
4648
4649         * src/addritem.c
4650         * src/addritem.h
4651                 Same
4652
4653 2007-01-20 [colin]      2.7.1cvs41
4654
4655         * src/account.c
4656         * src/account.h
4657         * src/addrbook.c
4658         * src/addrbook.h
4659         * src/addrcache.c
4660         * src/addrcache.h
4661         * src/addrclip.c
4662         * src/addrclip.h
4663         * src/addressbook.c
4664         * src/addressbook.h
4665         * src/addrharvest.c
4666         * src/addrharvest.h
4667         * src/addrindex.c
4668         * src/addrindex.h
4669         * src/editaddress.c
4670         * src/editaddress.h
4671                 Make functions that aren't used in other
4672                 files static
4673
4674 2007-01-20 [colin]      2.7.1cvs40
4675
4676         * src/account.c
4677         * src/addrbook.c
4678         * src/addrcache.c
4679         * src/addressbook.c
4680         * src/addrgather.c
4681         * src/addrindex.c
4682         * src/addrquery.c
4683         * src/addrselect.c
4684         * src/browseldap.c
4685         * src/compose.c
4686         * src/editbook.c
4687         * src/editjpilot.c
4688         * src/editldap.c
4689         * src/editldap_basedn.c
4690         * src/editvcard.c
4691         * src/exporthtml.c
4692         * src/exportldif.c
4693         * src/folder.c
4694         * src/folderview.c
4695         * src/image_viewer.c
4696         * src/imap.c
4697         * src/importmutt.c
4698         * src/importpine.c
4699         * src/jpilot.c
4700         * src/ldapquery.c
4701         * src/main.c
4702         * src/mainwindow.c
4703         * src/matcher.c
4704         * src/messageview.c
4705         * src/mh.c
4706         * src/mimeview.c
4707         * src/msgcache.c
4708         * src/mutt.c
4709         * src/news.c
4710         * src/pine.c
4711         * src/prefs_account.c
4712         * src/prefs_common.c
4713         * src/prefs_compose_writing.c
4714         * src/prefs_ext_prog.c
4715         * src/prefs_folder_item.c
4716         * src/prefs_fonts.c
4717         * src/prefs_message.c
4718         * src/prefs_msg_colors.c
4719         * src/prefs_other.c
4720         * src/prefs_quote.c
4721         * src/prefs_receive.c
4722         * src/prefs_send.c
4723         * src/prefs_spelling.c
4724         * src/prefs_summaries.c
4725         * src/prefs_toolbar.c
4726         * src/prefs_wrapping.c
4727         * src/privacy.c
4728         * src/procmime.c
4729         * src/procmsg.c
4730         * src/ssl_manager.c
4731         * src/statusbar.c
4732         * src/summaryview.c
4733         * src/toolbar.c
4734         * src/vcard.c
4735         * src/common/hooks.c
4736         * src/common/log.c
4737         * src/common/passcrypt.c
4738         * src/common/socket.c
4739         * src/common/ssl.c
4740         * src/common/ssl_certificate.c
4741         * src/common/template.c
4742         * src/common/utils.c
4743         * src/etpan/imap-thread.c
4744         * src/gtk/sslcertwindow.c
4745         * src/gtk/sslcertwindow.h
4746                 Make functions that could be static, static
4747
4748 2007-01-20 [colin]      2.7.1cvs39
4749
4750         * src/editldap.c
4751                 Fix tooltip
4752
4753 2007-01-20 [colin]      2.7.1cvs38
4754
4755         * src/ldapquery.c
4756         * src/ldaputil.c
4757         * src/ldaputil.h
4758                 Fix bug 1102, 'claws-mail-2.7.1 
4759                 makes use of deprecated ldap 
4760                 functions'
4761
4762 2007-01-20 [colin]      2.7.1cvs37
4763
4764         * src/mainwindow.c
4765         * src/mainwindow.h
4766         * src/summaryview.c
4767         * src/gtk/quicksearch.c
4768                 Add Wide message list layout
4769
4770 2007-01-19 [fabien]     2.7.1cvs36
4771
4772         * src/textview.c
4773                 make sure a font change is considered in links of
4774                 headerview.
4775
4776 2007-01-19 [colin]      2.7.1cvs35
4777
4778         * src/main.c
4779         * src/mainwindow.c
4780         * src/mainwindow.h
4781         * src/messageview.c
4782         * src/messageview.h
4783         * src/prefs_common.c
4784         * src/prefs_common.h
4785         * src/summaryview.c
4786         * src/summaryview.h
4787         * src/gtk/quicksearch.c
4788         * src/gtk/quicksearch.h
4789                 Drop 'Separate Folder tree' and 'Separate
4790                 Message View'. Put three layouts in place
4791                 of it.
4792
4793 2007-01-19 [paul]       2.7.1cvs34
4794
4795         * src/prefs_msg_colors.c
4796                 more use of Q_ for translators
4797
4798 2007-01-19 [paul]       2.7.1cvs33
4799
4800         * src/imap_gtk.c
4801         * src/prefs_account.c
4802                 a few changes to the English
4803
4804 2007-01-19 [fabien]     2.7.1cvs32
4805
4806         * src/wizard.c
4807                 factorize translatable string
4808
4809 2007-01-18 [colin]      2.7.1cvs31
4810
4811         * src/main.c
4812                 Don't error out on --sync option. Although
4813                 we don't do anything with it, gtk+ handles
4814                 it, and it's useful for debugging X errors
4815
4816 2007-01-18 [fabien]     2.7.1cvs30
4817
4818         * src/prefs_other.c
4819                 ability to apply on the fly the recent added
4820                 'gtk_can_change_accels' pref (no need to restart).
4821
4822 2007-01-18 [fabien]     2.7.1cvs29
4823
4824         * src/plugins/bogofilter/bogofilter_gtk.c
4825         * src/plugins/bogofilter/bogofilter.c
4826         * src/plugins/spamassassin/spamassassin_gtk.c
4827         * src/addr_compl.c
4828         * src/prefs_account.c
4829                 factorize or rewrite some translatable strings.
4830
4831 2007-01-18 [fabien]     2.7.1cvs28
4832
4833         * src/prefs_gtk.h
4834         * src/compose.c
4835                 set a 4pix space between "Subject:" label and subject entry in
4836                 compose window.
4837
4838 2007-01-18 [wwp]        2.7.1cvs27
4839
4840         * src/addressbook.c
4841                 fix conflicting address-copy/paste when focus is set
4842                 to the embedded edit-person form.
4843  
4844
4845 2007-01-18 [wwp]        2.7.1cvs26
4846
4847         * src/addressbook.h
4848                 complete 2.7.1cvs23 (one more file was missing from that
4849                 commit).
4850
4851 2007-01-18 [colin]      2.7.1cvs25
4852
4853         * src/main.c
4854                 Provide a way to migrate without backup
4855                 Re-ask for migration on next start if 
4856                 it has been refused and wizard has been 
4857                 cancelled after.
4858
4859 2007-01-18 [wwp]        2.7.1cvs24
4860
4861         * src/editaddress.c
4862                 complete 2.7.1.cvs23 (file was missing from previous
4863                 commit).
4864
4865 2007-01-18 [wwp]        2.7.1cvs23
4866
4867         * src/addressbook.c
4868                 fix potential crashes in address book's focus_in/out signal handlers,
4869                 force focus to the edit-person form when clicked the Edit menu entry or
4870                 button (this only matters if the edit-person form is embedded to the
4871                 AB window, in that case, focus is not set when browsing the contacts
4872                 list w/ keys or mouse clicks).
4873
4874 2007-01-18 [paul]       2.7.1cvs22
4875
4876         * src/main.c
4877                 add command line options:
4878                 -h for --help
4879                 -q and --quit for --exit
4880                 -v for --version
4881                 print "Unknown option" for unknown options
4882
4883 2007-01-18 [paul]       2.7.1cvs21
4884
4885         * po/ru.po
4886                 updated by Pavlo Bohmat
4887
4888 2007-01-18 [paul]       2.7.1cvs20
4889
4890         * src/mainwindow.c
4891                 fix sensitivity issues of Mark as Spam/Ham
4892
4893 2007-01-17 [fabien]     2.7.1cvs19
4894
4895         * src/prefs_other.c
4896         * src/prefs_common.c
4897         * src/prefs_common.h
4898         * src/main.c
4899                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4900                 control the corresponding gtk property. It could be used to lock
4901                 all shortcuts (avoid to set one of them by inadvertency).
4902
4903 2007-01-17 [colin]      2.7.1cvs18
4904
4905         * src/summaryview.c
4906                 Fix bug 1100, 'Highlighted e-mail data not visible 
4907                 when color label applied.'. Use a weighted average
4908                 between normal selected foreground color and color
4909                 label instead of a simple one (3/1 instead 1/1).
4910
4911 2007-01-17 [colin]      2.7.1cvs17
4912
4913         * src/messageview.c
4914                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4915                 crash' - don't prevent mail switching while loading
4916
4917 2007-01-17 [colin]      2.7.1cvs16
4918
4919         * src/folder.c
4920         * src/folder.h
4921         * src/folderview.c
4922         * src/folderview.h
4923         * src/imap.c
4924         * src/imap.h
4925         * src/imap_gtk.c
4926                 Manage recursive search of unsubscribed folders
4927                 Rescan tree without checking for new messages 
4928                 after subscriptions changed
4929
4930 2007-01-17 [paul]       2.7.1cvs15
4931
4932         * src/prefs_common.c
4933         * src/gtk/pluginwindow.c
4934                 fix bug 1101, '"Load plugin" button is
4935                 accidentally hidden'
4936                 unset (-1) initial width in prefs_common,
4937                 fix overlapping buttons,
4938                 and other cleanups
4939
4940 2007-01-17 [paul]       2.7.1cvs14
4941
4942         * src/procmime.c
4943                 add #include <errno.h>, it's needed
4944                 on some systems
4945
4946 2007-01-17 [paul]       2.7.1cvs13
4947
4948         * src/common/defs.h
4949         * tools/make.themes.project
4950                 rename .sylpheed_themeinfo to .claws_themeinfo
4951                 and use it
4952         * src/etpan/etpan-errors.h
4953         * src/etpan/etpan-log.c
4954         * src/etpan/etpan-log.h
4955         * src/etpan/etpan-thread-manager-types.h
4956         * src/etpan/etpan-thread-manager.c
4957         * src/etpan/etpan-thread-manager.h
4958         * src/etpan/imap-thread.c
4959         * src/etpan/imap-thread.h
4960                 add copyright header
4961
4962 2007-01-17 [colin]      2.7.1cvs12
4963
4964         * src/plugins/pgpcore/select-keys.c
4965         * src/gtk/pluginwindow.c
4966         * src/prefs_account.c
4967                 Fix warnings
4968
4969 2007-01-16 [colin]      2.7.1cvs11
4970
4971         * src/imap.c
4972         * src/imap.h
4973         * src/imap_gtk.c
4974                 Manage subscribing to subfolders when only
4975                 subscribed folders are shown.
4976
4977 2007-01-16 [colin]      2.7.1cvs10
4978
4979         * src/folderview.c
4980                 Fix annoying vscrollbar going back to top
4981                 on Check for new folders
4982
4983 2007-01-16 [colin]      2.7.1cvs9
4984
4985         * src/imap.c
4986                 Remove printf
4987
4988 2007-01-16 [colin]      2.7.1cvs8
4989
4990         * src/filtering.c
4991                 Bigger buffer for errors
4992         * src/imap.c
4993         * src/imap.h
4994         * src/imap_gtk.c
4995         * src/prefs_account.c
4996         * src/prefs_account.h
4997         * src/wizard.c
4998         * src/etpan/imap-thread.c
4999         * src/etpan/imap-thread.h
5000         * manual/handling.xml
5001                 Add subscriptions management. What it changes:
5002                 Creating a folder subscribes to it
5003                 Deleting a folder unsubscribes it
5004                 New contextual menu item allowing to switch between
5005                 All folders and Subscribed folders, subscribe, and
5006                 unsubscribe. "Creating" an existing but unsubscribed
5007                 folder will subscribe it.
5008                 By default for new accounts, only subscribed folders 
5009                 are shown.
5010
5011
5012 2007-01-16 [paul]       2.7.1cvs7
5013
5014         * src/summaryview.c
5015                 Allow folder classes to specify only sort_key or
5016                 sort_type instead of both or none.
5017
5018 2007-01-16 [paul]       2.7.1cvs6
5019
5020         * src/action.c
5021         * src/compose.c
5022         * src/mimeview.c
5023         * src/procmime.c
5024         * src/textview.c
5025                 Save and use errno for procmime_get_part
5026
5027 2007-01-16 [colin]      2.7.1cvs5
5028
5029         * src/imap.c
5030                 Never remove INBOX when scanning for
5031                 new folders. It's a special folder
5032                 that has to exist.
5033
5034 2007-01-15 [colin]      2.7.1cvs4
5035
5036         * src/imap.c
5037                 Fix 'Check for new folders' when IMAP subdirectory
5038                 is set
5039         * src/etpan/imap-thread.c
5040                 Fix build
5041
5042 2007-01-15 [colin]      2.7.1cvs3
5043
5044         * src/etpan/imap-thread.c
5045                 Fix invalid free on command-connection
5046                 error
5047
5048 2007-01-15 [wwp]        2.7.1cvs2
5049
5050         * src/matcher_parser_lex.l
5051         * src/quote_fmt_lex.l
5052         * src/matcher_parser_parse.y
5053                 fix copyright header in lexers and parsers.
5054
5055 2007-01-15 [paul]       2.7.1cvs1
5056
5057         * NEWS
5058         * README
5059         * RELEASE_NOTES
5060         * configure.ac
5061                 bump up version number following
5062                 stable release
5063
5064 2007-01-15 [paul]       2.7.0cvs31
5065
5066         * AUTHORS
5067         * src/gtk/authors.h
5068                 add Fabien to the Team list
5069                 add the recent contributors
5070                 make a few corrections
5071
5072 2007-01-15 [paul]       2.7.0cvs30
5073
5074         * src/mainwindow.c
5075                 fix compiler warning
5076         * src/plugins/pgpcore/prefs_gpg.c
5077         * src/plugins/pgpcore/prefs_gpg.h
5078                 add missing include
5079                 fix copyright header
5080
5081 2007-01-14 [colin]      2.7.0cvs29
5082
5083         * src/gtk/filesel.c
5084                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5085                 two benefits: faster to open, will fix strange
5086                 dbus-related crash. Thanks to Pascal Terjan.
5087
5088 2007-01-14 [colin]      2.7.0cvs28
5089
5090         * src/etpan/imap-thread.c
5091                 Delete the old imap just after allocating
5092                 the new one. Makes sure we don't get the
5093                 same pointer by sheer luck, which feels
5094                 strange in the debug log.
5095
5096 2007-01-14 [colin]      2.7.0cvs27
5097
5098         * src/gtk/inputdialog.c
5099                 Make sure we don't print passwords in
5100                 clear text when in debug mode
5101
5102 2007-01-14 [colin]      2.7.0cvs26
5103
5104         * src/gtk/gtksctree.c
5105                 Fix bug 1098, 'bogus last row display 
5106                 after expanding a thread'. Patch by
5107                 Jindrich Makovicka <makovick@gmail.com>
5108
5109 2007-01-14 [colin]      2.7.0cvs25
5110
5111         * src/etpan/imap-thread.c
5112                 Close socket manually before
5113                 freeing the imap struct
5114
5115 2007-01-14 [colin]      2.7.0cvs24
5116
5117         * src/etpan/imap-thread.c
5118                 Maybe fix new reconnection issues
5119
5120 2007-01-13 [colin]      2.7.0cvs23
5121
5122         * src/summaryview.c
5123                 Freeze/thaw on thread selection
5124
5125 2007-01-13 [paul]       2.7.0cvs22
5126
5127         * src/mainwindow.c
5128         * src/summaryview.c
5129         * src/summaryview.h
5130                 add 'Edit/Delete thread'
5131
5132 2007-01-13 [colin]      2.7.0cvs21
5133
5134         * src/prefs_account.c
5135         * src/prefs_compose_writing.c
5136         * src/prefs_message.c
5137         * src/prefs_msg_colors.c
5138         * src/prefs_other.c
5139         * src/prefs_receive.c
5140         * src/prefs_spelling.c
5141         * src/prefs_summaries.c
5142         * src/prefs_themes.c
5143         * src/gtk/gtkutils.c
5144         * src/gtk/gtkutils.h
5145         * src/plugins/pgpcore/prefs_gpg.c
5146         * src/plugins/spamassassin/spamassassin_gtk.c
5147                 Factorize gtk frame creation
5148                 Patch by Pawel
5149
5150 2007-01-13 [colin]      2.7.0cvs20
5151
5152         * src/message_search.c
5153         * src/summary_search.c
5154                 Fix Enter in search windows
5155         * src/messageview.c
5156                 Fix body search starting at the
5157                 end of the mail (and asking for loop)
5158
5159 2007-01-13 [colin]      2.7.0cvs19
5160
5161         * src/etpan/imap-thread.c
5162                 Make sure we don't free the same imap
5163                 twice
5164
5165 2007-01-13 [colin]      2.7.0cvs18
5166
5167         * commitHelper
5168                 Allow multiple commitHelpers to
5169                 run at once
5170
5171 2007-01-12 [colin]      2.7.0cvs17
5172
5173         * src/etpan/imap-thread.c
5174                 Make sure we get rid of the previous mailimap
5175                 when connecting - just in case disconnect was
5176                 unclean
5177
5178 2007-01-12 [paul]       2.7.0cvs16
5179
5180         * src/compose.c
5181                 Strip S/MIME signatures when re-editing
5182                 S/MIME signed messages.
5183
5184 2007-01-12 [paul]       2.7.0cvs15
5185
5186         * configure.ac
5187         * src/addressbook.c
5188         * src/foldersel.c
5189         * src/folderview.c
5190         * src/main.c
5191                 no need to define CLAWS anymore, remove
5192                 all that stuff
5193
5194 2007-01-12 [paul]       2.7.0cvs14
5195
5196         * src/mimeview.c
5197                 check if the mail's signed as
5198                 it can change the mail structure
5199                 Thanks to Colin
5200
5201 2007-01-12 [paul]       2.7.0cvs13
5202
5203         * src/procmime.c
5204                 fix Forwarding msgs with attachments
5205                 that have dos line endings
5206                 Thanks to Colin
5207
5208 2007-01-12 [wwp]        2.7.0cvs12
5209
5210         * configure.ac
5211                 Revert accidentally committed extra version tag.
5212
5213 2007-01-12 [wwp]        2.7.0cvs11
5214
5215         * src/prefs_account.c
5216                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5217
5218 2007-01-11 [colin]      2.7.0cvs10
5219
5220         * src/imap.c
5221                 move g_warning to debug_print
5222                 it scares people for no reason
5223
5224 2007-01-11 [colin]      2.7.0cvs9
5225
5226         * po/POTFILES.in
5227                 Fix files to translate. Patch by
5228                 Fabien
5229
5230 2007-01-11 [paul]       2.7.0cvs8
5231
5232         * src/imap.c
5233                 Fix recursion when server lists the
5234                 current subfolder in the response
5235         * src/mimeview.c
5236                 Fix updating of icon_list/ctree
5237         * src/plugins/pgpcore/select-keys.c
5238                 Fix a few annoyances when choosing
5239                 keys for the CMS (S/MIME) protocol
5240
5241 2007-01-11 [wwp]        2.7.0cvs7
5242
5243         * src/compose.c
5244         * src/prefs_account.c
5245         * src/prefs_account.h
5246                 Add per-account spellcheck default dictionaries settings.
5247
5248 2007-01-10 [colin]      2.7.0cvs6
5249
5250         * src/prefs_folder_item.c
5251                 Factorize strings - patch by Fabien
5252
5253 2007-01-10 [colin]      2.7.0cvs5
5254
5255         * src/mainwindow.c
5256                 Fix bug 1095, 'Crash while changing folder 
5257                 columns during incorporation'
5258
5259 2007-01-09 [colin]      2.7.0cvs4
5260
5261         * src/gtk/pluginwindow.c
5262                 Set the plugin window transient. Seems
5263                 like some window managers hide it in
5264                 the background after "load plugin"...
5265
5266 2007-01-09 [colin]      2.7.0cvs3
5267
5268         * src/gtk/filesel.c
5269                 Use the same type for alloc and free
5270
5271 2007-01-08 [paul]       2.7.0cvs2
5272
5273         * po/nl.po
5274                 updated by Tim Dijkstra
5275
5276 2007-01-08 [paul]       2.7.0cvs1
5277
5278         * src/prefs_themes.c
5279         * src/common/utils.c
5280                 Fix resource leaks
5281
5282 2007-01-08 [paul]       2.7.0
5283
5284         * NEWS
5285         * README
5286         * RELEASE_NOTES
5287                 2.7.0 released
5288
5289 2007-01-08 [paul]       2.6.1cvs119
5290
5291         * doc/man/claws-mail.1
5292                 another correction
5293
5294 2007-01-08 [paul]       2.6.1cvs118
5295
5296         * doc/man/claws-mail.1
5297                 corrections
5298         * manual/advanced.xml
5299                 improved English usage
5300
5301 2007-01-08 [paul]       2.6.1cvs117
5302
5303         * po/ca.po
5304         * po/de.po
5305         * po/en_GB.po
5306         * po/fi.po
5307         * po/it.po
5308         * po/pt_BR.po
5309         * po/sk.po
5310         * po/sr.po
5311         * po/zh_CN.po
5312                 updated by Miquel Oliete, Stephan Sachse, me,
5313                 Tommi Pirinen, Andrea Spadaccini, Frederico
5314                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5315                 Urosevic, and Ralgh Young
5316
5317 2007-01-07 [mones]      2.6.1cvs116
5318
5319         * manual/es/advanced.xml
5320         * po/es.po
5321                 Synced manual (unhide mark_as_read_delay)
5322                 and updated translation for release
5323
5324 2007-01-07 [paul]       2.6.1cvs115
5325
5326         * src/prefs_matcher.c
5327                 make the hbox content fit better under
5328                 various languages
5329
5330 2007-01-07 [colin]      2.6.1cvs114
5331
5332         * src/messageview.c
5333                 Fix bug 1088, 'Ctrl-h produces repeatable
5334                 crash'
5335
5336 2007-01-06 [colin]      2.6.1cvs113
5337
5338         * src/etpan/imap-thread.c
5339                 Add casts to int to get certs. Fixes
5340                 bug 1064, 'crash @ etpan_certificate_check() 
5341                 when opening an IMAP folder', with latest
5342                 libetpan CVS or >= 0.49
5343         * src/mainwindow.c
5344         * src/mainwindow.h
5345         * src/imap_gtk.c
5346         * src/news_gtk.c
5347         * src/prefs_folder_item.c
5348                 Grey out the "synchronise" menu items if
5349                 there's nothing to synchronise.
5350         * src/plugins/pgpcore/sgpgme.c
5351                 Make an error clearer than "Unknown error"
5352
5353 2007-01-06 [colin]      2.6.1cvs112
5354
5355         * src/messageview.c
5356                 Don't try to show a message if updating
5357                 Maybe fixes bug 1088, 'ctrl-h produces
5358                 repeatable crash'.
5359
5360 2007-01-06 [colin]      2.6.1cvs111
5361
5362         * src/summaryview.c
5363                 Disable Control-Space (handle it as Space).
5364
5365 2007-01-05 [paul]       2.6.1cvs110
5366
5367         * src/imap.c
5368                 Fix bug 934, 'sylpheed claws 2.1 
5369                 doesn't show Exchanges Public Folders'
5370                 Thanks to Hoa and Colin
5371         * src/msgcache.c
5372                 Refuse to allocate more than 2 MB for a 
5373                 single field, it's a good indication of
5374                 cache corruption.
5375
5376 2007-01-05 [colin]      2.6.1cvs109
5377
5378         * src/mainwindow.c
5379                 Allow --select'ing emails by Message-ID too
5380
5381 2007-01-05 [colin]      2.6.1cvs108
5382
5383         * src/common/quoted-printable.c
5384                 Uh! Third fix :)
5385
5386 2007-01-05 [colin]      2.6.1cvs107
5387
5388         * src/common/quoted-printable.c
5389                 Fix previous commit about bug 1089
5390                 Thanks to Ralf
5391
5392 2007-01-05 [colin]      2.6.1cvs106
5393
5394         * src/common/quoted-printable.c
5395                 Fix my previous commit on bug 1089
5396                 - Thanks to Ralf :)
5397
5398 2007-01-04 [colin]      2.6.1cvs105
5399
5400         * src/common/quoted-printable.c
5401                 Fix bug 1089, 'NUL characters in Subject 
5402                 line are misinterpreted'. Not a pain to
5403                 fix in fact.
5404
5405 2007-01-04 [colin]      
5406
5407         2.7.0-rc3 released
5408
5409 2007-01-04 [wwp]        2.6.1cvs104
5410
5411         * src/image_viewer.c
5412                 Force operator precedence (fix a compiler warning).
5413
5414 2007-01-04 [colin]      2.6.1cvs103
5415
5416         * src/image_viewer.c
5417                 Be cautious there too (same fix as the one
5418                 in textview from cvs33)
5419         * src/messageview.c
5420                 Don't use any MimeViewer plugin when showing
5421                 all headers
5422
5423 2007-01-03 [wwp]        2.6.1cvs102
5424
5425         * src/html.c
5426         * src/html.h
5427                 fixed "cent" sign (use the existing ASCII one),
5428                 decode more HTML entities,
5429                 converted table ASCII entries to UTF-8,
5430                 moved a switch() into a hashtable.
5431
5432 2007-01-03 [paul]       2.6.1cvs101
5433
5434         * src/compose.c
5435         * src/messageview.c
5436         * src/procmsg.c
5437         * src/procmsg.h
5438                 When possible, use move_msg instead of
5439                 copy_msg + remove_msg to move sent mail
5440                 from Queue to Sent. 
5441
5442 2007-01-03 [paul]       2.6.1cvs100
5443
5444         * src/html.c
5445                 add more html entity recognition:
5446                 pounds, euros, and cents
5447
5448 2007-01-03 [colin]      2.6.1cvs99
5449
5450         * src/imap_gtk.c
5451                 Don't display an error on NOSELECT
5452                 folders when synchronising
5453
5454 2007-01-03 [paul]       2.6.1cvs98
5455
5456         * tools/maildir2claws-mail.pl
5457                 only substitute 'sent-mail' if it's
5458                 the full directory name
5459
5460 2007-01-03 [paul]       2.6.1cvs97
5461
5462         * ChangeLog
5463         * ChangeLog.pre2.0.0
5464         * Makefile.am
5465                 archive a chunk of ChangeLog in
5466                 ChangeLog.pre2.0.0
5467         * ChangeLog.gtk1
5468         * doc/src/ChangeLog.claws-pre0.8.0
5469                 remove ChangeLog.claws-pre0.8.0, adding
5470                 its contents to ChangeLog.gtk1
5471
5472 2007-01-03 [paul]       2.6.1cvs96
5473
5474         * src/account.c
5475         * src/account.h
5476         * src/action.c
5477         * src/action.h
5478         * src/adbookbase.h
5479         * src/addr_compl.c
5480         * src/addr_compl.h
5481         * src/addrbook.c
5482         * src/addrcache.c
5483         * src/addrcache.h
5484         * src/addrcindex.c
5485         * src/addrcindex.h
5486         * src/addrclip.c
5487         * src/addrclip.h
5488         * src/addrdefs.h
5489         * src/addressadd.c
5490         * src/addressadd.h
5491         * src/addressbook.c
5492         * src/addressbook.h
5493         * src/addressbook_foldersel.c
5494         * src/addressbook_foldersel.h
5495         * src/addrgather.c
5496         * src/addrgather.h
5497         * src/addrharvest.c
5498         * src/addrharvest.h
5499         * src/addrindex.c
5500         * src/addrindex.h
5501         * src/addritem.c
5502         * src/addritem.h
5503         * src/addrquery.c
5504         * src/addrquery.h
5505         * src/addrselect.c
5506         * src/addrselect.h
5507         * src/alertpanel.c
5508         * src/alertpanel.h
5509         * src/browseldap.c
5510         * src/browseldap.h
5511         * src/codeconv.c
5512         * src/codeconv.h
5513         * src/compose.c
5514         * src/compose.h
5515         * src/customheader.c
5516         * src/customheader.h
5517         * src/displayheader.c
5518         * src/displayheader.h
5519         * src/editaddress.c
5520         * src/editaddress.h
5521         * src/editbook.c
5522         * src/editbook.h
5523         * src/editgroup.c
5524         * src/editgroup.h
5525         * src/editjpilot.c
5526         * src/editjpilot.h
5527         * src/editldap.c
5528         * src/editldap.h
5529         * src/editldap_basedn.c
5530         * src/editldap_basedn.h
5531         * src/editvcard.c
5532         * src/editvcard.h
5533         * src/exphtmldlg.c
5534         * src/exphtmldlg.h
5535         * src/expldifdlg.c
5536         * src/expldifdlg.h
5537         * src/export.c
5538         * src/export.h
5539         * src/exporthtml.c
5540         * src/exporthtml.h
5541         * src/exportldif.c
5542         * src/exportldif.h
5543         * src/filtering.c
5544         * src/filtering.h
5545         * src/folder.c
5546         * src/folder.h
5547         * src/folder_item_prefs.c
5548         * src/folder_item_prefs.h
5549         * src/foldersel.c
5550         * src/foldersel.h
5551         * src/folderutils.c
5552         * src/folderutils.h
5553         * src/folderview.c
5554         * src/folderview.h
5555         * src/grouplistdialog.c
5556         * src/grouplistdialog.h
5557         * src/headerview.c
5558         * src/html.c
5559         * src/html.h
5560         * src/image_viewer.c
5561         * src/image_viewer.h
5562         * src/imap.c
5563         * src/imap.h
5564         * src/imap_gtk.c
5565         * src/imap_gtk.h
5566         * src/import.c
5567         * src/import.h
5568         * src/importldif.c
5569         * src/importldif.h
5570         * src/importmutt.c
5571         * src/importmutt.h
5572         * src/importpine.c
5573         * src/importpine.h
5574         * src/inc.c
5575         * src/inc.h
5576         * src/jpilot.c
5577         * src/jpilot.h
5578         * src/ldapctrl.c
5579         * src/ldapctrl.h
5580         * src/ldaplocate.c
5581         * src/ldaplocate.h
5582         * src/ldapquery.c
5583         * src/ldapquery.h
5584         * src/ldapserver.c
5585         * src/ldapserver.h
5586         * src/ldaputil.c
5587         * src/ldaputil.h
5588         * src/ldif.c
5589         * src/ldif.h
5590         * src/main.c
5591         * src/main.h
5592         * src/mainwindow.c
5593         * src/mainwindow.h
5594         * src/manual.c
5595         * src/manual.h
5596         * src/mbox.c
5597         * src/message_search.c
5598         * src/message_search.h
5599         * src/messageview.c
5600         * src/messageview.h
5601         * src/mh.c
5602         * src/mh.h
5603         * src/mh_gtk.c
5604         * src/mh_gtk.h
5605         * src/mimeview.c
5606         * src/mimeview.h
5607         * src/msgcache.c
5608         * src/msgcache.h
5609         * src/mutt.c
5610         * src/mutt.h
5611         * src/news.c
5612         * src/news.h
5613         * src/news_gtk.c
5614         * src/news_gtk.h
5615         * src/partial_download.c
5616         * src/partial_download.h
5617         * src/pine.c
5618         * src/pine.h
5619         * src/pop.c
5620         * src/pop.h
5621         * src/prefs_account.c
5622         * src/prefs_account.h
5623         * src/prefs_actions.c
5624         * src/prefs_actions.h
5625         * src/prefs_common.c
5626         * src/prefs_common.h
5627         * src/prefs_compose_writing.c
5628         * src/prefs_compose_writing.h
5629         * src/prefs_customheader.c
5630         * src/prefs_customheader.h
5631         * src/prefs_display_header.c
5632         * src/prefs_display_header.h
5633         * src/prefs_filtering.c
5634         * src/prefs_filtering.h
5635         * src/prefs_filtering_action.c
5636         * src/prefs_filtering_action.h
5637         * src/prefs_folder_column.c
5638         * src/prefs_folder_column.h
5639         * src/prefs_folder_item.c
5640         * src/prefs_folder_item.h
5641         * src/prefs_fonts.c
5642         * src/prefs_fonts.h
5643         * src/prefs_gtk.c
5644         * src/prefs_gtk.h
5645         * src/prefs_image_viewer.c
5646         * src/prefs_image_viewer.h
5647         * src/prefs_matcher.c
5648         * src/prefs_matcher.h
5649         * src/prefs_message.c
5650         * src/prefs_msg_colors.c
5651         * src/prefs_msg_colors.h
5652         * src/prefs_other.c
5653         * src/prefs_quote.c
5654         * src/prefs_receive.c
5655         * src/prefs_send.c
5656         * src/prefs_spelling.c
5657         * src/prefs_spelling.h
5658         * src/prefs_summaries.c
5659         * src/prefs_summaries.h
5660         * src/prefs_summary_column.c
5661         * src/prefs_summary_column.h
5662         * src/prefs_template.c
5663         * src/prefs_template.h
5664         * src/prefs_themes.c
5665         * src/prefs_themes.h
5666         * src/prefs_toolbar.c
5667         * src/prefs_toolbar.h
5668         * src/prefs_wrapping.c
5669         * src/prefs_wrapping.h
5670         * src/privacy.c
5671         * src/privacy.h
5672         * src/procheader.c
5673         * src/procheader.h
5674         * src/procmime.c
5675         * src/procmime.h
5676         * src/procmsg.c
5677         * src/procmsg.h
5678         * src/quote_fmt.c
5679         * src/quote_fmt_parse.y
5680         * src/recv.c
5681         * src/recv.h
5682         * src/remotefolder.c
5683         * src/remotefolder.h
5684         * src/send_message.c
5685         * src/send_message.h
5686         * src/setup.c
5687         * src/setup.h
5688         * src/sourcewindow.c
5689         * src/sourcewindow.h
5690         * src/ssl_manager.c
5691         * src/ssl_manager.h
5692         * src/statusbar.c
5693         * src/statusbar.h
5694         * src/stock_pixmap.c
5695         * src/stock_pixmap.h
5696         * src/summary_search.c
5697         * src/summary_search.h
5698         * src/summaryview.c
5699         * src/summaryview.h
5700         * src/textview.c
5701         * src/textview.h
5702         * src/toolbar.c
5703         * src/toolbar.h
5704         * src/undo.c
5705         * src/undo.h
5706         * src/unmime.c
5707         * src/unmime.h
5708         * src/vcard.c
5709         * src/vcard.h
5710         * src/wizard.c
5711         * src/wizard.h
5712         * src/common/base64.c
5713         * src/common/base64.h
5714         * src/common/defs.h
5715         * src/common/hooks.c
5716         * src/common/hooks.h
5717         * src/common/log.c
5718         * src/common/log.h
5719         * src/common/mgutils.c
5720         * src/common/mgutils.h
5721         * src/common/nntp.c
5722         * src/common/nntp.h
5723         * src/common/passcrypt.c
5724         * src/common/passcrypt.h.in
5725         * src/common/plugin.c
5726         * src/common/plugin.h
5727         * src/common/prefs.c
5728         * src/common/prefs.h
5729         * src/common/progressindicator.c
5730         * src/common/progressindicator.h
5731         * src/common/quoted-printable.c
5732         * src/common/quoted-printable.h
5733         * src/common/session.c
5734         * src/common/session.h
5735         * src/common/smtp.c
5736         * src/common/smtp.h
5737         * src/common/socket.c
5738         * src/common/socket.h
5739         * src/common/ssl.c
5740         * src/common/ssl.h
5741         * src/common/ssl_certificate.c
5742         * src/common/ssl_certificate.h
5743         * src/common/stringtable.c
5744         * src/common/stringtable.h
5745         * src/common/template.c
5746         * src/common/template.h
5747         * src/common/timing.h
5748         * src/common/utils.c
5749         * src/common/utils.h
5750         * src/common/version.h.in
5751         * src/common/xml.c
5752         * src/common/xml.h
5753         * src/common/xmlprops.c
5754         * src/common/xmlprops.h
5755         * src/gtk/about.c
5756         * src/gtk/colorlabel.c
5757         * src/gtk/colorsel.c
5758         * src/gtk/colorsel.h
5759         * src/gtk/combobox.c
5760         * src/gtk/combobox.h
5761         * src/gtk/description_window.c
5762         * src/gtk/description_window.h
5763         * src/gtk/filesel.c
5764         * src/gtk/filesel.h
5765         * src/gtk/foldersort.c
5766         * src/gtk/foldersort.h
5767         * src/gtk/gtksctree.c
5768         * src/gtk/gtkutils.c
5769         * src/gtk/gtkutils.h
5770         * src/gtk/inputdialog.c
5771         * src/gtk/inputdialog.h
5772         * src/gtk/logwindow.c
5773         * src/gtk/logwindow.h
5774         * src/gtk/manage_window.c
5775         * src/gtk/manage_window.h
5776         * src/gtk/menu.c
5777         * src/gtk/menu.h
5778         * src/gtk/pluginwindow.c
5779         * src/gtk/pluginwindow.h
5780         * src/gtk/prefswindow.c
5781         * src/gtk/prefswindow.h
5782         * src/gtk/progressdialog.c
5783         * src/gtk/progressdialog.h
5784         * src/gtk/sslcertwindow.c
5785         * src/gtk/sslcertwindow.h
5786         * src/plugins/bogofilter/bogofilter.c
5787         * src/plugins/bogofilter/bogofilter.h
5788         * src/plugins/bogofilter/bogofilter_gtk.c
5789         * src/plugins/clamav/clamav_plugin.c
5790         * src/plugins/clamav/clamav_plugin.h
5791         * src/plugins/clamav/clamav_plugin_gtk.c
5792         * src/plugins/demo/demo.c
5793         * src/plugins/dillo_viewer/dillo_prefs.c
5794         * src/plugins/dillo_viewer/dillo_prefs.h
5795         * src/plugins/dillo_viewer/dillo_viewer.c
5796         * src/plugins/pgpcore/passphrase.c
5797         * src/plugins/pgpcore/passphrase.h
5798         * src/plugins/pgpcore/pgp_viewer.c
5799         * src/plugins/pgpcore/pgp_viewer.h
5800         * src/plugins/pgpcore/plugin.c
5801         * src/plugins/pgpcore/select-keys.c
5802         * src/plugins/pgpcore/select-keys.h
5803         * src/plugins/pgpcore/sgpgme.c
5804         * src/plugins/pgpcore/sgpgme.h
5805         * src/plugins/pgpinline/pgpinline.c
5806         * src/plugins/pgpinline/pgpinline.h
5807         * src/plugins/pgpinline/plugin.c
5808         * src/plugins/pgpmime/pgpmime.c
5809         * src/plugins/pgpmime/pgpmime.h
5810         * src/plugins/pgpmime/plugin.c
5811         * src/plugins/spamassassin/spamassassin.c
5812         * src/plugins/spamassassin/spamassassin.h
5813         * src/plugins/spamassassin/spamassassin_gtk.c
5814         * src/plugins/trayicon/trayicon.c
5815                 it's 2007, update the year in the copyright headers
5816
5817 2007-01-03 [paul]       2.6.1cvs95
5818
5819         * src/gtk/about.c
5820                 it is 2007, use it in the copyright string
5821
5822 2007-01-03 [paul]       2.6.1cvs94
5823
5824         * src/html.c
5825                 html entity conversion:
5826                 move &#153; to a more suitable place
5827                 add &bull; and &ndash;
5828                 make sure &mdash; and &#8212; are both
5829                 converted the same
5830
5831 2007-01-02 [colin]      2.6.1cvs93
5832
5833         * src/addrbook.c
5834                 Fix leak
5835         * src/common/plugin.c
5836                 Add comment
5837         * src/etpan/imap-thread.c
5838                 Fix warning
5839
5840 2006-12-31 [paul]       2.6.1cvs92
5841
5842         * src/prefs_summaries.c
5843                 use gtk_button_new_from_stock()
5844
5845 2006-12-30 [colin]      2.6.1cvs91
5846
5847         * src/folder.c
5848         * src/imap_gtk.c
5849         * src/mh_gtk.c
5850                 Don't update filtering and account paths 
5851                 when copying folders
5852
5853 2006-12-30 [colin]      2.6.1cvs90
5854
5855         * src/prefs_compose_writing.c
5856         * src/prefs_quote.c
5857         * src/prefs_template.c
5858                 Use message font for Writing and 
5859                 Quoting prefs, as well as Templates.
5860
5861 2006-12-30 [colin]      2.6.1cvs89
5862
5863         * src/prefs_summaries.c
5864                 Rework GUI; patch by Pawel
5865
5866 2006-12-29 [colin]      2.6.1cvs88
5867
5868         * src/prefs_folder_item.c
5869                 Fix bug 1085, 'Apply to subfolder 
5870                 doesn't work' - I was mistaken saying
5871                 it worked in every case
5872
5873 2006-12-28 [colin]      2.6.1cvs87
5874
5875         * src/gtk/gtkaspell.c
5876                 Don't assert if use_alternate is true
5877                 and alt_dictionary isn't set -- this 
5878                 is what happens on upgrade! Rather,
5879                 do with it.
5880
5881 2006-12-28 [colin]      2.6.1cvs86
5882
5883         * Makefile.am
5884                 Fix desktop/icon simplification
5885
5886 2006-12-28 [colin]      2.6.1cvs85
5887
5888         * Makefile.am
5889                 Make desktop and icon not 
5890                 dependant on the desktop
5891
5892 2006-12-28 [wwp]        2.6.1cvs84
5893
5894         * src/plugins/pgpmime/claws.def
5895                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5896
5897 2006-12-28 [wwp]        2.6.1cvs83
5898
5899         * src/prefs_folder_item.c
5900                 Fix coloring of "simplify subject regexp" (folder prefs),
5901                 which might be left to red whereas the regexp gets empty.
5902
5903 2006-12-28 [wwp]        2.6.1cvs82
5904
5905         * src/prefs_common.c
5906         * src/prefs_common.h
5907         * src/addressbook.c
5908         * src/addressitem.h
5909                 Save addressbook mainwindow's horizontal and vertical splitter position.
5910
5911 2006-12-27 [wwp]        2.6.1cvs81
5912
5913         * src/gtk/gtkaspell.c
5914         * src/gtk/gtkaspell.h
5915         * src/compose.c
5916                 Fix assignment of compose's default and alternate dictionary from
5917                 account or folder settings. Now gtkaspell_change_dict does rotate
5918                 dicts only when it's called from a menu cb.
5919
5920 2006-12-27 [wwp]        2.6.1cvs80
5921
5922         * src/folder_item_prefs.c
5923                 Fix randomly initialized default-alt-dictionary (folder prefs),
5924                 complete 2.6.1cvs72.
5925
5926 2006-12-27 [paul]       2.6.1cvs79
5927
5928         * src/imap_gtk.c
5929         * src/mh_gtk.c
5930                 Add Copy folder in the folder's contextual
5931                 menu
5932
5933 2006-12-27 [wwp]        2.6.1cvs78
5934
5935         * src/imap.c
5936                 Clean up session locking, thanks to Colin.
5937
5938 2006-12-26 [colin]      2.6.1cvs77
5939
5940         * src/statusbar.c
5941                 Revert previous patch
5942
5943 2006-12-26 [colin]      2.6.1cvs76
5944
5945         * src/folder.c
5946         * src/folderview.c
5947         * src/imap.c
5948         * src/statusbar.c
5949         * src/etpan/imap-thread.c
5950                 Fix previous commit warnings
5951                 Make statusbar update every second if total < 20
5952                 Make IMAP APPEND faster by simplifying log              
5953
5954 2006-12-26 [colin]      2.6.1cvs75
5955
5956         * src/folder.c
5957         * src/folder.h
5958         * src/folderview.c
5959         * src/folderview.h
5960         * src/imap_gtk.c
5961         * src/mh_gtk.c
5962                 Make it possible to copy folders accross
5963                 mailboxes (this was an arbitrary limitation).
5964                 Still make it impossible to move folders 
5965                 accross mailboxes.
5966
5967 2006-12-26 [colin]      2.6.1cvs74
5968
5969         * src/etpan/imap-thread.c
5970                 Fix bug 1081, 'claws-mail 
5971                 segfaults when going offline 
5972                 while it transfers mails via 
5973                 imap'
5974
5975 2006-12-26 [colin]      2.6.1cvs73
5976
5977         * src/folder_item_prefs.c
5978                 Don't forget alt dictionary when
5979                 renaming/moving folders
5980
5981 2006-12-26 [wwp]        2.6.1cvs72
5982
5983         * src/folder_item_prefs.c
5984                 Add missing defaults for per-folder alt dict
5985                 (forgotten in 2.6.1cvs61).
5986
5987 2006-12-26 [colin]      2.6.1cvs71
5988
5989         * src/wizard.c
5990                 Add tooltip to state that specifying
5991                 full path to mailbox is possible
5992
5993 2006-12-26 [wwp]        2.6.1cvs70
5994
5995         * src/partial_download.c
5996         * src/gtk/gtkvscrollbutton.c
5997         * src/plugins/pgpinline/plugin.c
5998                 Fix for few compiler warnings that matter.
5999
6000 2006-12-25 [colin]      2.6.1cvs69
6001
6002         * src/partial_download.c
6003                 Fix marking for download or deletion
6004                 when the header isn't the first
6005         * src/gtk/logwindow.c
6006                 Fix start of scrolling
6007
6008 2006-12-23 [paul]       2.6.1cvs68
6009
6010         * src/compose.c
6011                 change last commit to use the 'academic'
6012                 method instead. Thanks to wwp
6013
6014 2006-12-23 [paul]       2.6.1cvs67
6015
6016         * src/compose.c
6017                 don't warn about empty subject when
6018                 redirecting
6019
6020 2006-12-22 [colin]      2.6.1cvs66
6021
6022         * src/summary_search.c
6023                 Fix previous patch
6024
6025 2006-12-22 [colin]      2.6.1cvs65
6026
6027         * src/gtk/gtkutils.c
6028         * src/imap.c
6029         * src/jpilot.c
6030         * src/summary_search.c
6031                 A few warning fixes
6032
6033 2006-12-23 [paul]       
6034
6035         2.7.0-rc2 released
6036
6037 2006-12-22 [colin]      2.6.1cvs64
6038
6039         * src/toolbar.c
6040         * src/toolbar.h
6041                 Add a combo to the learn spam button
6042         * src/plugins/bogofilter/bogofilter.c
6043         * src/plugins/bogofilter/bogofilter_gtk.c
6044         * src/plugins/bogofilter/bogofilter.h
6045                 Allow to store Unsure mails in a specific
6046                 folder to make better teaching easier
6047
6048 2006-12-21 [wwp]        2.6.1cvs63
6049
6050         * src/compose.c
6051         * src/prefs_common.c
6052         * src/prefs_common.h
6053         * src/prefs_spelling.c
6054         * src/gtk/gtkaspell.c
6055         * src/gtk/gtkaspell.h
6056                 Allow spell-checking using both current and alternate dictionaries
6057                 (thanks to Colin).
6058
6059 2006-12-21 [wwp]        2.6.1cvs62
6060
6061         * src/gtk/gtkaspell.c
6062                 Apply recheck_when_changing_dict (highlight all mispelled words)
6063                 when switching to alternate dictionary.
6064
6065 2006-12-21 [wwp]        2.6.1cvs61
6066
6067         * src/compose.c
6068         * src/folder_item_prefs.h
6069         * src/prefs_common.c
6070         * src/prefs_common.h
6071         * src/prefs_folder_item.c
6072         * src/prefs_spelling.c
6073         * src/gtk/gtkaspell.c
6074         * src/gtk/gtkaspell.h
6075                 Add global and per-folder prefs to set the default
6076                 alternate dictionary.
6077
6078 2006-12-21 [colin]      2.6.1cvs60
6079
6080         * src/folder.c
6081                 Look for folders by path in all folders
6082         * src/html.c
6083                 add &mdash;
6084
6085 2006-12-20 [colin]      2.6.1cvs59
6086
6087         * src/gtk/quicksearch.c
6088                 Make sure in_typing is false when clearing
6089
6090 2006-12-20 [wwp]        2.6.1cvs58
6091
6092         * configure.ac
6093                 change manual's target dir to be LFH-compliant (thanks to Colin).
6094
6095 2006-12-20 [wwp]        2.6.1cvs57
6096
6097         * src/prefs_common.c
6098         * src/prefs_summaries.c
6099                 i18n fix and factorize patch, thanks to Fabien.
6100
6101 2006-12-20 [paul]       2.6.1cvs56
6102
6103         * configure.ac
6104                 last of the renaming (??)
6105         * src/main.c
6106                 correct --help info of --status-full
6107         * src/plugins/bogofilter/bogofilter.c
6108                 make FALSE default of whitelist_ab
6109
6110 2006-12-19 [colin]      2.6.1cvs55
6111
6112         * src/jpilot.c
6113                 Same as before, without depending on
6114                 pisock >= 0.12
6115
6116 2006-12-19 [colin]      2.6.1cvs54
6117
6118         * src/jpilot.c
6119                 Fix bug 1059, 'Better jpilot charset 
6120                 handling'. Use libpisync's charset conversion
6121                 if possible
6122
6123 2006-12-19 [colin]      2.6.1cvs53
6124
6125         * po/fr.po
6126                 Updated by Fabien
6127
6128 2006-12-19 [wwp]        2.6.1cvs52
6129
6130         * src/gtk/about.c
6131                 Add missing #include (thanks to Colin).
6132
6133 2006-12-19 [wwp]        2.6.1cvs51
6134
6135         * src/prefs_receive.c
6136                 Better spacing between widgets in prefs.
6137
6138 2006-12-18 [colin]      2.6.1cvs50
6139
6140         * src/imap.c
6141                 Fix failure to get separator on LIST "" ""
6142                 Try LIST "" "INBOX" too.
6143
6144 2006-12-18 [wwp]        2.6.1cvs49
6145
6146         * src/common/session.c
6147                 Fix a compiler warning (thanks to Fabien).
6148
6149 2006-12-18 [wwp]        2.6.1cvs48
6150
6151         * src/compose.c
6152         * src/prefs_quote.c
6153                 Factorize some strings for translation (it's about error
6154                 messages when applying or checking template/quote format).
6155
6156 2006-12-18 [colin]      2.6.1cvs47
6157
6158         * Makefile.am
6159         * src/common/defs.h
6160         * src/gtk/Makefile.am
6161         * src/gtk/about.c
6162                 Add a Release notes tab from the contents of
6163                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6164
6165 2006-12-17 [colin]      2.6.1cvs46
6166
6167         * src/mimeview.c
6168         * src/textview.c
6169         * src/gtk/filesel.c
6170                 Correctly convert from/to UTF8/filename encoding
6171                 when loading and saving files. Probably fixes
6172                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6173                 for a file to attach and is blocked...'
6174
6175 2006-12-17 [colin]      2.6.1cvs45
6176
6177         * src/gtk/logwindow.c
6178                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6179                 IMAP folder and is blocked on main thread': 
6180                 make sure we put utf8 in the log.
6181
6182 2006-12-16 [colin]      2.6.1cvs44
6183
6184         * src/toolbar.c
6185         * src/toolbar.h
6186                 Fix bug 1055, 'Add the 'cancel receive' 
6187                 in the available events for the toolbar buttons'
6188
6189 2006-12-16 [colin]      2.6.1cvs43
6190
6191         * po/POTFILES.in
6192         * src/imap.c
6193         * src/common/nntp.c
6194         * src/common/session.c
6195                 Log error when SSL handshakes fail. 
6196                 Fixes bug 1082, 'incorrect / imprecise 
6197                 error message when imap server provides 
6198                 ssl only through STARTTLS but SSL is 
6199                 selected'
6200
6201 2006-12-15 [wwp]        2.6.1cvs42
6202
6203         * src/plugins/bogofilter/bogofilter_gtk.c
6204                 set proper sensitivity to widgets I've recently added.
6205
6206 2006-12-15 [colin]      
6207
6208         2.7.0-rc1 released
6209
6210 2006-12-15 [wwp]        2.6.1cvs41
6211
6212         * src/plugins/bogofilter/bogofilter.c
6213         * src/plugins/bogofilter/bogofilter.h
6214         * src/plugins/bogofilter/bogofilter_gtk.c
6215                 bogofilter's whitelist can now use a subset of
6216                 the addressbook (either a book, a subfolder of a book,
6217                 or the whole addressbook by using "Any"). Re-used there
6218                 some pref_matcher widgets and mechanisms to match a subset
6219                 of the addressbook.
6220
6221 2006-12-15 [wwp]        2.6.1cvs40
6222
6223         * src/wizard.c
6224         * src/common/plugin.c
6225         * src/common/plugin.h
6226         * src/gtk/about.c
6227         * src/plugins/bogofilter/bogofilter.c
6228         * src/plugins/clamav/clamav_plugin.c
6229         * src/plugins/demo/demo.c
6230         * src/plugins/dillo_viewer/dillo_viewer.c
6231         * src/plugins/pgpcore/plugin.c
6232         * src/plugins/pgpinline/plugin.c
6233         * src/plugins/pgpmime/plugin.c
6234         * src/plugins/spamassassin/spamassassin.c
6235         * src/plugins/trayicon/trayicon.c
6236                 factorize some translatable strings (plugins-related),
6237                 fix missing punctuation in several places,
6238                 remove useless translatable \n in about.c,
6239                 and factorize plugin init code w/ a new function
6240                 check_plugin_version() in common/plugin.c.
6241                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6242
6243 2006-12-15 [wwp]        2.6.1cvs39
6244
6245         * src/plugins/bogofilter/bogofilter.c
6246         * src/plugins/bogofilter/bogofilter_gtk.c
6247                 flag whitelisted spams as spam, but don't filter it to the spam
6248                 folder. Thanks to Colin.
6249
6250 2006-12-15 [ticho]      2.6.1cvs38
6251
6252         * src/plugins/bogofilter/bogofilter.c
6253         * src/plugins/bogofilter/bogofilter.h
6254         * src/plugins/bogofilter/bogofilter_gtk.c
6255                 Add option to whitelist senders found in addressbook. Patch by colin.
6256
6257 2006-12-15 [paul]       2.6.1cvs37
6258
6259         * src/folderview.c
6260                 add missing #include "log.h"
6261
6262 2006-12-15 [paul]       2.6.1cvs36
6263
6264         * src/plugins/bogofilter/bogofilter.c
6265         * src/plugins/bogofilter/bogofilter.h
6266         * src/plugins/bogofilter/bogofilter_gtk.c
6267                 Add an option to allow inserting an
6268                 X-Claws-Bogosity header (on MH folders
6269                 only). Patch by Colin
6270
6271 2006-12-14 [colin]      2.6.1cvs35
6272
6273         * src/main.c
6274                 "Yes" should be the default choice for
6275                 migration configuration
6276
6277 2006-12-14 [paul]       2.6.1cvs34
6278
6279         * src/prefs_summaries.c
6280         * manual/advanced.xml
6281                 Unhide mark_as_read_delay
6282
6283 2006-12-14 [paul]       2.6.1cvs33
6284
6285         * src/messageview.c
6286         * src/messageview.h
6287         * src/mimeview.c
6288         * src/mimeview.h
6289         * src/summaryview.c
6290         * src/textview.c
6291         * src/textview.h
6292                 Fix printing of selection
6293                 Fix printing of message parts
6294                 Fix printing of images
6295         * src/gtk/gtksourceprintjob.c
6296                 Fix page count when there are images
6297
6298 2006-12-14 [wwp]        2.6.1cvs32
6299
6300         * src/mainwindow.c
6301         * src/summaryview.c
6302         * src/summaryview.h
6303         * src/gtk/quicksearch.c
6304                 fix quicksearch 'magnify' button status when QS is closed
6305                 using the Escape key, thanks to Colin.
6306
6307 2006-12-14 [wwp]        2.6.1cvs31
6308
6309         * src/mainwindow.c
6310         * src/summaryview.c
6311         * src/summaryview.h
6312         * src/gtk/quicksearch.c
6313                 fix quicksearch 'magnify' button status when QS is closed
6314                 using the Escape key, thanks to Colin.
6315
6316 2006-12-13 [colin]      2.6.1cvs30
6317
6318         * src/ldapquery.c
6319         * src/ldaputil.c
6320                 Use the binary safe version of ldap_get_values,
6321                 to make sure we manipulate null-terminated 
6322                 strings. Maybe fixes bug 1075, 'claws mail 
6323                 segfault when completing ldap adresses'
6324         * src/syldap.c ** REMOVED **
6325         * src/syldap.h ** REMOVED **
6326                 Remove dead files
6327
6328 2006-12-13 [mones]      2.6.1cvs29
6329
6330         * po/es.po
6331                 Fixed piped strings, fixed click translation
6332
6333 2006-12-13 [paul]       2.6.1cvs28
6334
6335         * src/main.c
6336                 don't translate these strings
6337
6338 2006-12-13 [paul]       2.6.1cvs27
6339
6340         * po/en_GB.po
6341                 updated
6342
6343 2006-12-13 [colin]      2.6.1cvs26
6344
6345         * src/main.c
6346         * src/main.h
6347                 Add claws_is_starting()
6348
6349 2006-12-13 [mones]      2.6.1cvs25
6350
6351         * manual/es/advanced.xml
6352         * po/es.po
6353                 Synced manual and updated translation
6354
6355 2006-12-12 [colin]      2.6.1cvs24
6356
6357         * src/wizard.c
6358                 Add an option to use STARTTLS in the
6359                 welcome wizard. Fixes bug 1080, 
6360                 'Using SSL option in wizard for incoming 
6361                 server does not activate SSL with STARTTLS'
6362
6363 2006-12-12 [colin]      2.6.1cvs23
6364
6365         * src/main.c
6366                 Don't exit when there's an incomplete
6367                 mailbox configured - leaves a chance 
6368                 to fix a failing IMAP account. Exit
6369                 if no mailbox at all is loaded (case
6370                 of missing plugin).
6371                 Completes bug 1077's fix (I was wrong
6372                 in this bug's comment #3).
6373
6374 2006-12-12 [colin]      2.6.1cvs22
6375
6376         * src/gtk/menu.h
6377                 Add another menu data type
6378         * src/prefs_account.c
6379                 Complete the completion of bug 1076
6380                 (doesn't lose the pref on apply)
6381
6382 2006-12-12 [paul]       2.6.1cvs21
6383
6384         * src/prefs_account.c
6385                 complete the fix of bug 1076
6386                 also be more verbose with the text
6387
6388 2006-12-12 [paul]       2.6.1cvs20
6389
6390         * src/gtk/combobox.c
6391                 fix compilation warning
6392
6393 2006-12-11 [colin]      2.6.1cvs19
6394
6395         * src/wizard.c
6396                 Document :port in server entry tooltips
6397
6398 2006-12-11 [colin]      2.6.1cvs18
6399
6400         * src/main.c
6401                 Fix compile
6402
6403 2006-12-11 [colin]      2.6.1cvs17
6404
6405         * src/main.c
6406                 Add failing IMAP as a reason for no
6407                 mailbox
6408
6409 2006-12-11 [colin]      2.6.1cvs16
6410
6411         * src/prefs_account.c
6412                 Check for existence of inbox for local
6413                 accounts too
6414         * src/wizard.c
6415                 Allow setting the port to use for servers
6416                 by using the usual "server.example.com:port"
6417                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6418                 not start when IMAP server is unavailable'
6419
6420 2006-12-11 [colin]      2.6.1cvs15
6421
6422         * src/prefs_account.c
6423                 Prevent use of non-existing default inbox
6424
6425 2006-12-11 [colin]      2.6.1cvs14
6426
6427         * src/prefs_account.c
6428                 Fix sensitivity. Fixes bug 1076, 'privacy 
6429                 options are displayed even when pgp plugin 
6430                 not loaded / available'
6431
6432 2006-12-09 [colin]      2.6.1cvs13
6433
6434         * manual/advanced.xml
6435         * src/prefs_common.c
6436         * src/prefs_common.h
6437         * src/common/ssl_certificate.c
6438                 Add a new hidden preference, 'unsafe_ssl_certs',
6439                 which allows to store multiple certificates per
6440                 server/port. This is disabled by default because
6441                 it's less secure (presenting a new certificate
6442                 instead of a changed one raises less alarms).
6443                 This will cause Claws to ask about an unknown
6444                 certificate for people who have used 2.6.1cvs8
6445                 or greater.
6446
6447 2006-12-09 [colin]      2.6.1cvs12
6448
6449         * src/action.c
6450                 Fix cache updating after action
6451
6452 2006-12-07 [wwp]        2.6.1cvs11
6453
6454         * src/compose.c
6455                 fix email address comparison when replying to all
6456                 (avoid replying to ourselves), thanks to Colin.
6457
6458 2006-12-06 [paul]       2.6.1cvs10
6459
6460         * src/addrharvest.c
6461         * src/editldap.c
6462         * src/expldifdlg.c
6463         * src/news.c
6464         * src/toolbar.c
6465         * src/common/utils.c
6466                 ...and more renaming
6467                 Thanks to Colin
6468
6469 2006-12-06 [paul]       2.6.1cvs9
6470
6471         * src/compose.c
6472         * src/messageview.c
6473         * src/procheader.c
6474         * src/procmime.c
6475         * src/procmsg.c
6476         * src/textview.c
6477                 more renaming
6478                 Thanks to Colin
6479
6480 2006-12-06 [colin]      2.6.1cvs8
6481
6482         * src/ssl_manager.c
6483         * src/common/ssl_certificate.c
6484         * src/common/ssl_certificate.h
6485                 Handle multiple certificates per host/port
6486
6487 2006-12-06 [colin]      2.6.1cvs7
6488
6489         * src/etpan/imap-thread.c
6490                 Fix certificate checking on IMAP
6491
6492 2006-12-06 [colin]      2.6.1cvs6
6493
6494         * src/folderview.c
6495                 Fix bug 1072, 'Claws stops fetching newsgroups 
6496                 from server when newsgroup got deleted': continue
6497                 checking other groups
6498
6499 2006-12-05 [wwp]        2.6.1cvs5
6500
6501         * src/message_search.c
6502         * src/summary_search.c
6503         * src/gtk/combobox.c
6504         * src/gtk/combobox.h
6505         * src/gtk/gtkutils.c
6506         * src/gtk/gtkutils.h
6507                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6508                 behave like w/ old comboboxes (summary and message search only).
6509
6510 2006-12-05 [paul]       2.6.1cvs4
6511
6512         * src/wizard.c
6513                 encode headers
6514                 Thanks to Colin
6515
6516 2006-12-05 [paul]       2.6.1cvs3
6517
6518         * tools/README
6519         * tools/textviewer.pl
6520                 script updated and description added
6521
6522 2006-12-04 [colin]      2.6.1cvs2
6523
6524         * src/compose.c
6525                 Run pre-send hook only when checking
6526                 everything
6527
6528 2006-12-04 [paul]       2.6.1cvs1
6529
6530         * NEWS
6531         * README
6532         * RELEASE_NOTES
6533         * configure.ac
6534         * tools/README
6535                 bump up version number following stable release
6536
6537 2006-12-04 [paul]       2.6.0cvs83
6538
6539         * README
6540                 updates and corrections
6541
6542 2006-12-04 [colin]      2.6.0cvs82
6543
6544         * src/common/utils.c
6545                 Probably fix bug 1066, 'Incorrect mailbox 
6546                 size displayed'
6547
6548 2006-12-04 [colin]      2.6.0cvs81
6549
6550         * src/common/utils.c
6551                 Trim tabs from mailcap file too.
6552
6553 2006-12-02 [paul]       2.6.0cvs80
6554
6555         * src/exphtmldlg.c
6556                 fix broken GUI under certain languages
6557         * src/expldifdlg.c
6558                 put the Cancel button to the right
6559
6560 2006-12-01 [paul]       2.6.0cvs79
6561
6562         * tools/Makefile.am
6563                 remove reference to removed file
6564
6565 2006-12-01 [wwp]        2.6.0cvs78
6566
6567         * src/addressbook.c
6568         * src/editaddress.c
6569                 remove forgotten debug statements.
6570
6571 2006-12-01 [wwp]        2.6.0cvs77
6572
6573         * manual/advanced.xml
6574         * manual/fr/advanced.xml
6575         * src/addressbook.c
6576         * src/addressbook.h
6577         * src/addressitem.h
6578         * src/editaddress.c
6579         * src/editaddress.h
6580         * src/prefs_common.c
6581         * src/prefs_common.h
6582         * src/gtk/gtkutils.c
6583         * src/gtk/gtkutils.h
6584                 add a hidden option to allow embedding the editaddress (edit contact details)
6585                 dialog into the addressbook's window. This doesn't change the default
6586                 behaviour.
6587
6588 2006-12-01 [wwp]        2.6.0cvs76
6589
6590         * src/message_search.c
6591         * src/summary_search.c
6592                 fix more focus issues (don't set focus to combobox's entry widget when
6593                 entry's value changed, if entry widget has focus already).
6594
6595 2006-12-01 [wwp]        2.6.0cvs75
6596
6597         * src/gtk/quicksearch.c
6598                 revert last changes to the quicksearch gtk_combo_box, this needs more
6599                 tuning and testing.
6600
6601 2006-12-01 [paul]       2.6.0cvs74
6602
6603         * tools/kdeservicemenu/README
6604         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6605         * tools/kdeservicemenu/install.sh
6606         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6607         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6608                 simplify this stuff, and in so doing,
6609                 fix it. (possibly re-extend it again at
6610                 a later date)
6611
6612 2006-12-01 [wwp]        2.6.0cvs73
6613
6614         * src/gtk/quicksearch.c
6615                 adapt quicksearch code to use modern gtk_combo_box'es.
6616
6617 2006-12-01 [wwp]        2.6.0cvs72
6618
6619         * src/common/defs.h
6620         * src/prefs_common.c
6621         * src/prefs_common.h
6622         * src/message_search.c
6623         * src/summary_search.c
6624         * src/gtk/combobox.c
6625         * src/gtk/combobox.h
6626                 add history combos to all message and summary search fields.
6627
6628 2006-12-01 [wwp]        2.6.0cvs71
6629
6630         * src/summaryview.c
6631                 As the list may change while the mark as read delay
6632                 runs, we can't rely on the 'row' pointer, which can
6633                 be invalid when the timeout is called. As the mark
6634                 as read is only done if the message is still selected,
6635                 use summaryview->selected instead. Thanks to Colin.
6636
6637 2006-11-30 [paul]       2.6.0cvs70
6638
6639         * src/textview.c
6640                 give emphasis to "Sylpheed-Claws"
6641                 as well as "Claws Mail"
6642
6643 2006-11-30 [colin]      2.6.0cvs69
6644
6645         * src/wizard.c
6646                 Put the SSL checkboxes in the receiving
6647                 and sending server pages.
6648
6649 2006-11-29 [colin]      2.6.0cvs68
6650
6651         * src/gtk/gtkutils.c
6652         * src/gtk/gtkvscrollbutton.c
6653                 Revert some deprecated fixes - they seem to
6654                 deprecate stuff as soon as a new one gets out.
6655                 g_object_ref_sink needed glib-2.10.
6656
6657 2006-11-29 [colin]      2.6.0cvs67
6658
6659         * src/common/utils.c
6660                 Create .mailcap if it doesn't exist
6661
6662 2006-11-29 [colin]      2.6.0cvs66
6663
6664         * src/compose.c
6665                 Followup to cvs60: use original list
6666                 of recipients if replying to a mail
6667                 in Sent Drafts or Queue.
6668
6669 2006-11-27 [paul]       2.6.0cvs65
6670
6671         * src/image_viewer.c
6672                 revert the last change for now (it's broken)
6673
6674 2006-11-27 [paul]       2.6.0cvs64
6675
6676         * Makefile.am
6677         * configure.ac
6678         * m4/aclocal-include.m4
6679         * m4/check-type.m4
6680         * src/Makefile.am
6681         * src/addr_compl.c
6682         * src/compose.c
6683         * src/crash.c
6684         * src/export.c
6685         * src/exporthtml.c
6686         * src/exportldif.c
6687         * src/imap.c
6688         * src/import.c
6689         * src/main.c
6690         * src/main.h
6691         * src/matcher.c
6692         * src/mimeview.c
6693         * src/procmsg.c
6694         * src/textview.c
6695         * src/common/Makefile.am
6696         * src/common/claws.c
6697         * src/common/claws.h
6698         * src/common/ssl.c
6699         * src/common/sylpheed.c
6700         * src/common/sylpheed.h
6701         * src/etpan/Makefile.am
6702         * src/gtk/Makefile.am
6703         * src/gtk/claws-marshal.list
6704         * src/gtk/filesel.c
6705         * src/gtk/gtksctree.c
6706         * src/gtk/quicksearch.c
6707         * src/gtk/sylpheed-marshal.list
6708         * src/plugins/bogofilter/bogofilter.c
6709         * src/plugins/bogofilter/bogofilter_gtk.c
6710         * src/plugins/clamav/clamav_plugin.c
6711         * src/plugins/clamav/clamav_plugin_gtk.c
6712         * src/plugins/demo/demo.c
6713         * src/plugins/dillo_viewer/dillo_viewer.c
6714         * src/plugins/pgpcore/Makefile.am
6715         * src/plugins/pgpcore/claws.def
6716         * src/plugins/pgpcore/pgp_viewer.c
6717         * src/plugins/pgpcore/plugin.c
6718         * src/plugins/pgpcore/sylpheed.def
6719         * src/plugins/pgpinline/Makefile.am
6720         * src/plugins/pgpinline/claws.def
6721         * src/plugins/pgpinline/plugin.c
6722         * src/plugins/pgpinline/sylpheed.def
6723         * src/plugins/pgpmime/Makefile.am
6724         * src/plugins/pgpmime/claws.def
6725         * src/plugins/pgpmime/plugin.c
6726         * src/plugins/pgpmime/sylpheed.def
6727         * src/plugins/spamassassin/spamassassin.c
6728         * src/plugins/spamassassin/spamassassin_gtk.c
6729         * src/plugins/trayicon/trayicon.c
6730                 yet more renaming
6731                 remove deprecated gtk_tooltips_set_delay()
6732
6733 2006-11-26 [paul]       2.6.0cvs63
6734
6735         * src/expldifdlg.c
6736         * src/folderview.c
6737         * src/image_viewer.c
6738         * src/mainwindow.c
6739         * src/gtk/gtkutils.c
6740         * src/gtk/gtkvscrollbutton.c
6741         * src/gtk/prefswindow.c
6742         * src/plugins/pgpcore/prefs_gpg.c
6743                 replace more deprecated GTK+ functions
6744
6745 2006-11-26 [paul]       2.6.0cvs62
6746
6747         * src/addr_compl.c
6748         * src/addressbook.c
6749         * src/browseldap.c
6750                 replace deprecated gtk_idle_... functions
6751
6752 2006-11-26 [paul]       2.6.0cvs61
6753
6754         * src/compose.c
6755         * src/folderview.c
6756         * src/inc.c
6757         * src/summaryview.c
6758         * src/gtk/gtkvscrollbutton.c
6759         * src/gtk/quicksearch.c
6760         * src/plugins/pgpcore/passphrase.c
6761                 replace deprecated gtk_timeout_add and
6762                 gtk_timeout_remove
6763
6764 2006-11-26 [paul]       2.6.0cvs60
6765
6766         * src/compose.c
6767                 fix bug that caused the wrong recipient
6768                 to be selected when replying to a msg
6769                 which is From one of our accounts to
6770                 another of our accounts
6771
6772 2006-11-25 [paul]       2.6.0cvs59
6773
6774         * src/summaryview.c
6775                 don't change the From column title to
6776                 To if the To column is visible
6777
6778 2006-11-24 [paul]       2.6.0cvs58
6779
6780         * src/compose.c
6781                 fix bug 1069, 'Sent mails disappear, BCC
6782                 or locking problem?'
6783
6784 2006-11-21 [wwp]        2.6.0cvs57
6785
6786         * src/compose.c
6787                 fix spelling menu when replying (same as 2.3.1cvs39):
6788                 discrepancy between context menu and top menu when
6789                 folder's dictionary isn't the default one.
6790
6791 2006-11-19 [paul]       2.6.0cvs56
6792
6793         * src/summaryview.c
6794                 obey always_show_msg option when
6795                 marking as spam
6796         * src/plugins/bogofilter/bogofilter.c
6797                 fix typo
6798
6799 2006-11-18 [paul]       2.6.0cvs55
6800
6801         * AUTHORS
6802         * README
6803         * debian/copyright
6804         * manual/ack.xml
6805         * manual/es/ack.xml
6806         * manual/fr/ack.xml
6807         * manual/pl/ack.xml
6808         * src/gtk/authors.h
6809         * src/gtk/icon_legend.c
6810         * src/gtk/icon_legend.h
6811         * tools/OOo2claws-mail.pl
6812         * tools/README
6813         * tools/acroread2claws-mail.pl
6814         * tools/claws.i18n.status.pl
6815         * tools/filter_conv.pl
6816         * tools/filter_conv_new.pl
6817         * tools/freshmeat_search.pl
6818         * tools/google_search.pl
6819         * tools/kmail2claws-mail.pl
6820         * tools/kmail2claws-mail_v2.pl
6821         * tools/maildir2claws-mail.pl
6822         * tools/make.themes.project
6823         * tools/multiwebsearch.pl
6824         * tools/outlook2claws-mail.pl
6825         * tools/tb2claws-mail
6826         * tools/kdeservicemenu/README
6827         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6828                 update mine and wwp's email addresses in
6829                 several places
6830                 Patch by wwp
6831         * src/prefs_compose_writing.c
6832                 set sensitivity on 'new message format' frame
6833
6834 2006-11-17 [paul]       2.6.0cvs54
6835
6836         * src/gtk/about.c
6837                 more reworking of the GUI
6838                 Patch by Fabien Vantard
6839
6840 2006-11-16 [paul]       2.6.0cvs53
6841
6842         * src/gtk/about.c
6843                 set a minimum size for the window, allow
6844                 it to automatically expand as necessary
6845
6846 2006-11-16 [wwp]        2.6.0cvs52
6847
6848         * src/gtk/about.c
6849                 better wrap of copyright info on some systems.
6850
6851 2006-11-16 [paul]       2.6.0cvs51
6852
6853         * src/gtk/about.c
6854                 move the tech info from the upper panel
6855                 to the Info tab
6856                 use a gtk_text_view for the features tab
6857
6858 2006-11-16 [paul]       2.6.0cvs50
6859
6860         * po/Makevars
6861                 update my email address
6862         * src/addressbook.c
6863         * src/compose.c
6864         * src/imap_gtk.c
6865         * src/mh_gtk.c
6866         * src/news_gtk.c
6867         * src/summaryview.c
6868         * src/plugins/trayicon/trayicon.c
6869                 don't offer simple menu separators
6870                 for translation
6871         * src/folderview.c
6872                 add separator between 'mark all read'
6873                 and 'search folder'
6874
6875 2006-11-15 [wwp]        2.6.0cvs49
6876
6877         * src/gtk/authors.h
6878                 updated manuals authors.
6879
6880 2006-11-14 [paul]       2.6.0cvs48
6881
6882         * src/compose.c
6883                 Fix Options/Reply mode after draft save
6884
6885 2006-11-14 [paul]       2.6.0cvs47
6886
6887         * src/Makefile.am
6888                 Fix make DESTDIR=...
6889         * src/mbox.c
6890                 Optimise speed
6891         * src/plugins/pgpinline/pgpinline.c
6892                 Probably fix bug 1061
6893
6894 2006-11-14 [paul]       2.6.0cvs46
6895
6896         * po/Makevars
6897                 enable Q_ macro
6898         * src/Makefile.am
6899         * src/stock_pixmap.c
6900         * src/stock_pixmap.h
6901         * src/gtk/about.c
6902         * src/pixmaps/active.xpm
6903         * src/pixmaps/inactive.xpm
6904                 add a new page, 'Features', to the About dialog
6905                 showing which features are compiled in and which
6906                 are not
6907
6908 2006-11-14 [paul]       2.6.0cvs45
6909
6910         * po/ru.po
6911                 updated by Pavlo Bohmat
6912
6913 2006-11-14 [colin]      2.6.0cvs44
6914
6915         * src/compose.c
6916         * src/inc.c
6917         * src/messageview.c
6918         * src/news.c
6919         * src/pop.c
6920         * src/procmsg.c
6921         * src/gtk/gtkaspell.c
6922                 Fix 64-bit-related warnings
6923         * src/ssl_manager.c
6924                 Fix possible infinite loop
6925         * src/plugins/pgpcore/sgpgme.c
6926                 Remove useless check
6927
6928 2006-11-13 [colin]      2.6.0cvs43
6929
6930         * src/gtk/Makefile.am
6931                 authors.h isn't generated
6932
6933 2006-11-13 [colin]      2.6.0cvs42
6934
6935         * src/plugins/pgpinline/pgpinline.c
6936         * src/plugins/pgpmime/pgpmime.c
6937                 Very probably fix bug 1061, 'crash on 
6938                 opening signed email'. Another cast
6939                 problem
6940
6941 2006-11-13 [colin]      2.6.0cvs41
6942
6943         * src/plugins/pgpcore/sgpgme.c
6944                 Maybe fix bug 1061, 'crash on opening 
6945                 signed email'
6946
6947 2006-11-13 [wwp]        2.6.0cvs40
6948
6949         * src/plugins/pgpinline/pgpinline.c
6950                 fix candidate for bug #1057, thanks to Colin.
6951
6952 2006-11-13 [wwp]        2.6.0cvs39
6953
6954         * src/compose.c
6955         * src/quote_fmt_parse.y
6956                 fix bug 1052: current parser buffer was not always 
6957                 allocated, ptr to this buffer could be returned as 
6958                 NULL whereas no parser error has occurred. in 
6959                 consequence, defining a template body as "%d" 
6960                 (w/o the quotes) for the first time of the instance 
6961                 of claws-mail, was reporting a parser error. make 
6962                 sure that the buffer is always allocated, even to 
6963                 an empty string.
6964                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6965                 unescaping of the fmt string was always done 
6966                 whereas it must be done *only* when receiving 
6967                 quote format strings issued from the prefs 
6968                 (compose new message, reply, forward, redirect 
6969                 formats), *not* when applying templates.  in 
6970                 consequences, applying templates w/ sequences 
6971                 like \\|p{echo} were failing. make sure that 
6972                 unescaping is done only when necessary.
6973
6974 2006-11-12 [colin]      2.6.0cvs38
6975
6976         * po/de.po
6977                 Fix typo (s/KB/MB)
6978
6979 2006-11-12 [colin]      2.6.0cvs37
6980
6981         * src/plugins/pgpinline/pgpinline.c
6982         * src/plugins/pgpmime/pgpmime.c
6983                 Release GPG context at the latest 
6984                 possible moment. Maybe fixes 
6985                 bug 1057, 'crash on sending signed 
6986                 message to a newsgroup'
6987                 
6988
6989 2006-11-12 [colin]      2.6.0cvs36
6990
6991         * src/plugins/pgpcore/sgpgme.c
6992                 Tell a bit more when gpg's status doesn't
6993                 contain any signature
6994
6995 2006-11-12 [colin]      2.6.0cvs35
6996
6997         * src/compose.c
6998                 Fix bug 1060, 'compilation error with 
6999                 Irix's cc'
7000
7001 2006-11-12 [paul]       2.6.0cvs34
7002
7003         * doc/man/claws-mail.1
7004         * src/prefs_gtk.c
7005         * src/plugins/clamav/README
7006         * src/plugins/spamassassin/README
7007         * tools/README
7008         * tools/freshmeat_search.pl
7009         * tools/google_search.pl
7010         * tools/multiwebsearch.pl
7011                 more renaming
7012         * src/plugins/trayicon/trayicon.c
7013                 fix compiliation warning
7014
7015 2006-11-11 [colin]      2.6.0cvs33
7016
7017         * src/folderview.c
7018                 Forbid drag and drop from/to different
7019                 folders of type F_UNKNOWN
7020
7021 2006-11-11 [colin]      2.6.0cvs32
7022
7023         * src/plugins/pgpinline/pgpinline.c
7024                 Fix typo in previous commit:
7025                 - gpgme_new(&ctx);
7026                 + if ((err = gpgme_new(&data->ctx)) ...)
7027
7028 2006-11-11 [colin]      2.6.0cvs31
7029
7030         * src/plugins/pgpinline/pgpinline.c
7031         * src/plugins/pgpmime/pgpmime.c
7032                 Check success after calling gpgme_new
7033                 Maybe fixes bug 1057, 'crash on sending 
7034                 signed message to a newsgroup'
7035
7036 2006-11-11 [colin]      2.6.0cvs30
7037
7038         * src/undo.c
7039                 init undostruct to 0s (from
7040                 valgrind log of bug 1057)
7041
7042 2006-11-10 [colin]      2.6.0cvs29
7043
7044         * src/mainwindow.c
7045                 Set cursor to wait before filtering
7046                 duplicates in all folders
7047         * src/plugins/bogofilter/bogofilter.c
7048         * src/plugins/bogofilter/bogofilter.h
7049         * src/plugins/bogofilter/bogofilter_gtk.c
7050                 Completely thread away the bogofilter
7051                 filtering
7052
7053 2006-11-10 [mones]      2.6.0cvs28
7054
7055         * src/compose.c
7056         * src/compose.h
7057                 added COMPOSE_CHECK_BEFORE_SEND hook
7058
7059 2006-11-10 [paul]       2.6.0cvs27
7060
7061         * src/crash.c
7062                 more renaming
7063                 add libSM to get_compiled_in_features()
7064         * src/main.c
7065                 more renaming
7066
7067 2006-11-10 [colin]      2.6.0cvs26
7068
7069         * src/etpan/imap-thread.c
7070                 Add a reference to libetpan's sasl engine
7071                 so that sasl_done() doesn't get called by
7072                 libetpan, and doesn't break openssl.
7073                 Should fix bug 1053, 'SC fails to reestablish 
7074                 a secure connection'
7075                 Patch by Hoa
7076
7077 2006-11-10 [colin]      2.6.0cvs25
7078
7079         * manual/addrbook.xml
7080         * manual/advanced.xml
7081         * manual/faq.xml
7082         * manual/intro.xml
7083                 Some more renaming
7084
7085 2006-11-09 [colin]      2.6.0cvs24
7086
7087         * src/plugins/bogofilter/bogofilter_gtk.c
7088                 Add comment about annoyance
7089
7090 2006-11-09 [colin]      2.6.0cvs23
7091
7092         * src/plugins/bogofilter/bogofilter.c
7093         * src/plugins/bogofilter/bogofilter_gtk.c
7094                 Prepare things needed to thread bogofilter
7095                 filtering: separate bogo stuff and possible GUI
7096                 stuff. 
7097
7098 2006-11-09 [colin]      2.6.0cvs22
7099
7100         * src/account.c
7101         * src/compose.c
7102                 Search for one of our accounts in Delivered-To
7103                 (helps for auto-account selection when 
7104                  replying/forwarding)
7105         * src/folderview.c
7106         * src/mainwindow.c
7107         * src/mainwindow.h
7108         * src/plugins/trayicon/trayicon.c
7109                 Allow opening a new mail with any account from
7110                 the contextual menu
7111
7112 2006-11-09 [wwp]        2.6.0cvs21
7113
7114         * src/compose.c
7115         * src/prefs_common.c
7116         * src/prefs_common.h
7117         * src/prefs_compose_writing.c
7118                 add a compose new message format (in prefs/compose/writing), it's a
7119                 simple subject+body template to use when opening a new composition
7120                 window. It's similar to the existent reply and forward formats.
7121
7122                 enhanced the template/format % symbols substitution mechanism to
7123                 use current composition window information when % are used in
7124                 the compose new message format or in templates applied to new
7125                 messages (there were useless in that situations before). When
7126                 applied to new messages, %d corresponds to the system time/date.
7127
7128 2006-11-09 [paul]       2.6.0cvs20
7129
7130         * src/gtk/authors.h
7131                 fix last commit
7132
7133 2006-11-09 [paul]       2.6.0cvs19
7134
7135         * src/gtk/authors.h
7136                 keep tje alphabetical order
7137
7138 2006-11-08 [colin]      2.6.0cvs18
7139
7140         * src/etpan/imap-thread.c
7141                 Fix bug 1054, 'Slowness logging big 
7142                 data chunks'
7143
7144 2006-11-08 [paul]       2.6.0cvs17
7145
7146         * tools/Makefile.am
7147                 fix the renaming
7148
7149 2006-11-08 [paul]       2.6.0cvs16
7150
7151         * src/common/defs.h
7152                 update BUGZILLA_URI
7153
7154 2006-11-08 [paul]       2.6.0cvs15
7155
7156         * tools/Makefile.am
7157         * tools/OOo2claws-mail.pl
7158         * tools/OOo2sylpheed.pl
7159         * tools/README
7160         * tools/acroread2claws-mail.pl
7161         * tools/acroread2sylpheed.pl
7162         * tools/kmail2claws-mail.pl
7163         * tools/kmail2claws-mail_v2.pl
7164         * tools/kmail2sylpheed.pl
7165         * tools/kmail2sylpheed_v2.pl
7166         * tools/maildir2claws-mail.pl
7167         * tools/maildir2sylpheed.pl
7168         * tools/nautilus2claws-mail.sh
7169         * tools/nautilus2sylpheed.sh
7170         * tools/outlook2claws-mail.pl
7171         * tools/outlook2sylpheed.pl
7172         * tools/tb2claws-mail
7173         * tools/tb2sylpheed
7174         * tools/tbird2claws.py
7175         * tools/tbird2syl.py
7176         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7177         * tools/kdeservicemenu/install.sh
7178         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7179         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7180         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7181         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7182         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7183                 renamed (removed, added) tools files
7184
7185 2006-11-08 [paul]       2.6.0cvs14
7186
7187         * src/main.c
7188         * src/common/defs.h
7189                 Migrate sylpheedrc to clawsrc, and fix the standard
7190                 plugins path in the process
7191
7192 2006-11-07 [colin]      2.6.0cvs13
7193
7194         * src/Makefile.am
7195                 Symlink sylpheed-claws relative to 
7196                 claws-mail
7197
7198 2006-11-07 [colin]      2.6.0cvs12
7199
7200         * src/compose.c
7201                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7202
7203 2006-11-07 [paul]       2.6.0cvs11
7204
7205         * src/gtk/about.c
7206                 Fix a missed occurence of
7207                 Sylpheed-Claws
7208
7209 2006-11-07 [paul]       2.6.0cvs10
7210
7211         * src/Makefile.am
7212                 Fix symlink installation
7213
7214 2006-11-07 [paul]       2.6.0cvs9
7215
7216         * src/Makefile.am
7217                 Symlink claws-mail to sylpheed-claws
7218         * src/common/utils.c
7219                 Fix migrating symlinks
7220         * src/etpan/imap-thread.c
7221                 check certificate only when there's
7222                 no error
7223
7224 2006-11-07 [paul]       2.6.0cvs8
7225
7226         * Makefile.am
7227                 Fix icon breakages with Gtk, which needs a 
7228                 cache updated to see them.
7229
7230 2006-11-07 [paul]       2.6.0cvs7
7231
7232         * .cvsignore
7233         * AUTHORS
7234         * COPYING
7235         * INSTALL
7236         * Makefile.am
7237         * NEWS
7238         * README
7239         * RELEASE_NOTES
7240         * autogen.sh
7241         * claws-mail-128x128.png
7242         * claws-mail-64x64.png
7243         * claws-mail.ico
7244         * claws-mail.pc.in
7245         * claws-mail.png
7246         * configure.ac
7247         * sylpheed-claws-128x128.png
7248         * sylpheed-claws-64x64.png
7249         * sylpheed-claws.desktop
7250         * sylpheed-claws.ico
7251         * sylpheed-claws.pc.in
7252         * sylpheed-claws.png
7253         * debian/README.Debian
7254         * debian/changelog
7255         * debian/claws-mail.desktop
7256         * debian/claws-mail.menu
7257         * debian/claws-mail.postinst.debhelper
7258         * debian/claws-mail.postrm.debhelper
7259         * debian/control
7260         * debian/copyright
7261         * debian/files
7262         * debian/rules
7263         * debian/sylpheed-claws.desktop
7264         * debian/sylpheed-claws.menu
7265         * debian/sylpheed-claws.postinst.debhelper
7266         * debian/sylpheed-claws.postrm.debhelper
7267         * doc/man/Makefile.am
7268         * doc/man/claws-mail.1
7269         * doc/man/sylpheed-claws.1
7270         * doc/src/ChangeLog.claws-pre0.8.0
7271         * manual/Makefile.am
7272         * manual/account.xml
7273         * manual/ack.xml
7274         * manual/addrbook.xml
7275         * manual/advanced.xml
7276         * manual/claws-mail-manual.xml
7277         * manual/faq.xml
7278         * manual/glossary.xml
7279         * manual/handling.xml
7280         * manual/intro.xml
7281         * manual/keyboard.xml
7282         * manual/plugins.xml
7283         * manual/starting.xml
7284         * manual/sylpheed-claws-manual.xml
7285         * manual/xml2pdf
7286         * manual/dist/.cvsignore
7287         * manual/dist/html/.cvsignore
7288         * manual/dist/html/Makefile.am
7289         * manual/dist/pdf/.cvsignore
7290         * manual/dist/pdf/Makefile.am
7291         * manual/dist/ps/.cvsignore
7292         * manual/dist/ps/Makefile.am
7293         * manual/dist/txt/.cvsignore
7294         * manual/dist/txt/Makefile.am
7295         * manual/es/Makefile.am
7296         * manual/es/advanced.xml
7297         * manual/es/claws-mail-manual.xml
7298         * manual/es/faq.xml
7299         * manual/es/glossary.xml
7300         * manual/es/handling.xml
7301         * manual/es/intro.xml
7302         * manual/es/plugins.xml
7303         * manual/es/sylpheed-claws-manual.xml
7304         * manual/es/dist/.cvsignore
7305         * manual/es/dist/html/.cvsignore
7306         * manual/es/dist/html/Makefile.am
7307         * manual/es/dist/pdf/.cvsignore
7308         * manual/es/dist/pdf/Makefile.am
7309         * manual/es/dist/ps/.cvsignore
7310         * manual/es/dist/ps/Makefile.am
7311         * manual/es/dist/txt/.cvsignore
7312         * manual/es/dist/txt/Makefile.am
7313         * manual/fr/Makefile.am
7314         * manual/fr/account.xml
7315         * manual/fr/ack.xml
7316         * manual/fr/addrbook.xml
7317         * manual/fr/advanced.xml
7318         * manual/fr/claws-mail-manual.xml
7319         * manual/fr/faq.xml
7320         * manual/fr/glossary.xml
7321         * manual/fr/handling.xml
7322         * manual/fr/intro.xml
7323         * manual/fr/keyboard.xml
7324         * manual/fr/plugins.xml
7325         * manual/fr/starting.xml
7326         * manual/fr/sylpheed-claws-manual.xml
7327         * manual/fr/dist/.cvsignore
7328         * manual/fr/dist/html/.cvsignore
7329         * manual/fr/dist/html/Makefile.am
7330         * manual/fr/dist/pdf/.cvsignore
7331         * manual/fr/dist/pdf/Makefile.am
7332         * manual/fr/dist/ps/.cvsignore
7333         * manual/fr/dist/ps/Makefile.am
7334         * manual/fr/dist/txt/.cvsignore
7335         * manual/fr/dist/txt/Makefile.am
7336         * manual/pl/Makefile.am
7337         * manual/pl/account.xml
7338         * manual/pl/ack.xml
7339         * manual/pl/addrbook.xml
7340         * manual/pl/advanced.xml
7341         * manual/pl/claws-mail-manual.xml
7342         * manual/pl/faq.xml
7343         * manual/pl/glossary.xml
7344         * manual/pl/handling.xml
7345         * manual/pl/intro.xml
7346         * manual/pl/keyboard.xml
7347         * manual/pl/plugins.xml
7348         * manual/pl/starting.xml
7349         * manual/pl/sylpheed-claws-manual.xml
7350         * manual/pl/dist/.cvsignore
7351         * manual/pl/dist/html/.cvsignore
7352         * manual/pl/dist/html/Makefile.am
7353         * manual/pl/dist/pdf/.cvsignore
7354         * manual/pl/dist/pdf/Makefile.am
7355         * manual/pl/dist/ps/.cvsignore
7356         * manual/pl/dist/ps/Makefile.am
7357         * manual/pl/dist/txt/.cvsignore
7358         * manual/pl/dist/txt/Makefile.am
7359         * po/.cvsignore
7360         * po/Makevars
7361         * src/.cvsignore
7362         * src/Makefile.am
7363         * src/account.c
7364         * src/account.h
7365         * src/action.c
7366         * src/action.h
7367         * src/adbookbase.h
7368         * src/addr_compl.c
7369         * src/addr_compl.h
7370         * src/addrbook.c
7371         * src/addrcache.c
7372         * src/addrcache.h
7373         * src/addrcindex.c
7374         * src/addrcindex.h
7375         * src/addrclip.c
7376         * src/addrclip.h
7377         * src/addrdefs.h
7378         * src/addressadd.c
7379         * src/addressadd.h
7380         * src/addressbook.c
7381         * src/addressbook.h
7382         * src/addressbook_foldersel.c
7383         * src/addressbook_foldersel.h
7384         * src/addrgather.c
7385         * src/addrgather.h
7386         * src/addrharvest.c
7387         * src/addrharvest.h
7388         * src/addrindex.c
7389         * src/addrindex.h
7390         * src/addritem.c
7391         * src/addritem.h
7392         * src/addrquery.c
7393         * src/addrquery.h
7394         * src/addrselect.c
7395         * src/addrselect.h
7396         * src/alertpanel.c
7397         * src/alertpanel.h
7398         * src/browseldap.c
7399         * src/browseldap.h
7400         * src/codeconv.c
7401         * src/codeconv.h
7402         * src/compose.c
7403         * src/crash.c
7404         * src/crash.h
7405         * src/customheader.c
7406         * src/customheader.h
7407         * src/displayheader.c
7408         * src/displayheader.h
7409         * src/editaddress.c
7410         * src/editaddress.h
7411         * src/editbook.c
7412         * src/editbook.h
7413         * src/editgroup.c
7414         * src/editgroup.h
7415         * src/editjpilot.c
7416         * src/editjpilot.h
7417         * src/editldap.c
7418         * src/editldap.h
7419         * src/editldap_basedn.c
7420         * src/editldap_basedn.h
7421         * src/editvcard.c
7422         * src/editvcard.h
7423         * src/exphtmldlg.c
7424         * src/exphtmldlg.h
7425         * src/expldifdlg.c
7426         * src/expldifdlg.h
7427         * src/export.c
7428         * src/exporthtml.c
7429         * src/exporthtml.h
7430         * src/exportldif.c
7431         * src/exportldif.h
7432         * src/filtering.c
7433         * src/filtering.h
7434         * src/folder.c
7435         * src/folder.h
7436         * src/folder_item_prefs.c
7437         * src/folder_item_prefs.h
7438         * src/foldersel.c
7439         * src/foldersel.h
7440         * src/folderutils.c
7441         * src/folderutils.h
7442         * src/folderview.c
7443         * src/folderview.h
7444         * src/grouplistdialog.c
7445         * src/grouplistdialog.h
7446         * src/html.c
7447         * src/html.h
7448         * src/image_viewer.c
7449         * src/image_viewer.h
7450         * src/imap.c
7451         * src/imap.h
7452         * src/imap_gtk.c
7453         * src/imap_gtk.h
7454         * src/import.c
7455         * src/import.h
7456         * src/importldif.c
7457         * src/importldif.h
7458         * src/importmutt.c
7459         * src/importmutt.h
7460         * src/importpine.c
7461         * src/importpine.h
7462         * src/inc.c
7463         * src/inc.h
7464         * src/jpilot.c
7465         * src/jpilot.h
7466         * src/ldapctrl.c
7467         * src/ldapctrl.h
7468         * src/ldaplocate.c
7469         * src/ldaplocate.h
7470         * src/ldapquery.c
7471         * src/ldapquery.h
7472         * src/ldapserver.c
7473         * src/ldapserver.h
7474         * src/ldaputil.c
7475         * src/ldaputil.h
7476         * src/ldif.c
7477         * src/ldif.h
7478         * src/localfolder.c
7479         * src/localfolder.h
7480         * src/main.c
7481         * src/main.h
7482         * src/mainwindow.c
7483         * src/mainwindow.h
7484         * src/manual.c
7485         * src/manual.h
7486         * src/matcher.c
7487         * src/matcher.h
7488         * src/matcher_parser.h
7489         * src/matcher_parser_lex.l
7490         * src/matcher_parser_parse.y
7491         * src/mbox.c
7492         * src/mbox.h
7493         * src/message_search.c
7494         * src/message_search.h
7495         * src/messageview.c
7496         * src/messageview.h
7497         * src/mh.c
7498         * src/mh.h
7499         * src/mh_gtk.c
7500         * src/mh_gtk.h
7501         * src/mimeview.c
7502         * src/mimeview.h
7503         * src/msgcache.c
7504         * src/msgcache.h
7505         * src/mutt.c
7506         * src/mutt.h
7507         * src/news.c
7508         * src/news.h
7509         * src/news_gtk.c
7510         * src/news_gtk.h
7511         * src/noticeview.c
7512         * src/noticeview.h
7513         * src/partial_download.c
7514         * src/partial_download.h
7515         * src/pine.c
7516         * src/pine.h
7517         * src/pop.c
7518         * src/pop.h
7519         * src/prefs_account.c
7520         * src/prefs_account.h
7521         * src/prefs_actions.c
7522         * src/prefs_actions.h
7523         * src/prefs_common.c
7524         * src/prefs_common.h
7525         * src/prefs_compose_writing.c
7526         * src/prefs_compose_writing.h
7527         * src/prefs_customheader.c
7528         * src/prefs_customheader.h
7529         * src/prefs_display_header.c
7530         * src/prefs_display_header.h
7531         * src/prefs_ext_prog.c
7532         * src/prefs_ext_prog.h
7533         * src/prefs_filtering.c
7534         * src/prefs_folder_column.c
7535         * src/prefs_folder_column.h
7536         * src/prefs_folder_item.c
7537         * src/prefs_folder_item.h
7538         * src/prefs_fonts.c
7539         * src/prefs_fonts.h
7540         * src/prefs_gtk.c
7541         * src/prefs_gtk.h
7542         * src/prefs_image_viewer.c
7543         * src/prefs_image_viewer.h
7544         * src/prefs_matcher.c
7545         * src/prefs_matcher.h
7546         * src/prefs_message.c
7547         * src/prefs_message.h
7548         * src/prefs_msg_colors.c
7549         * src/prefs_msg_colors.h
7550         * src/prefs_other.c
7551         * src/prefs_other.h
7552         * src/prefs_quote.c
7553         * src/prefs_quote.h
7554         * src/prefs_receive.c
7555         * src/prefs_receive.h
7556         * src/prefs_send.c
7557         * src/prefs_send.h
7558         * src/prefs_spelling.c
7559         * src/prefs_spelling.h
7560         * src/prefs_summaries.c
7561         * src/prefs_summaries.h
7562         * src/prefs_summary_column.c
7563         * src/prefs_summary_column.h
7564         * src/prefs_template.c
7565         * src/prefs_template.h
7566         * src/prefs_themes.c
7567         * src/prefs_themes.h
7568         * src/prefs_toolbar.c
7569         * src/prefs_toolbar.h
7570         * src/prefs_wrapping.c
7571         * src/prefs_wrapping.h
7572         * src/privacy.c
7573         * src/privacy.h
7574         * src/procheader.c
7575         * src/procheader.h
7576         * src/procmime.c
7577         * src/procmime.h
7578         * src/procmsg.c
7579         * src/procmsg.h
7580         * src/quote_fmt.c
7581         * src/quote_fmt_parse.y
7582         * src/recv.c
7583         * src/recv.h
7584         * src/remotefolder.c
7585         * src/remotefolder.h
7586         * src/send_message.c
7587         * src/send_message.h
7588         * src/setup.c
7589         * src/setup.h
7590         * src/sourcewindow.c
7591         * src/sourcewindow.h
7592         * src/ssl_manager.c
7593         * src/ssl_manager.h
7594         * src/statusbar.c
7595         * src/statusbar.h
7596         * src/stock_pixmap.c
7597         * src/stock_pixmap.h
7598         * src/summary_search.c
7599         * src/summary_search.h
7600         * src/summaryview.c
7601         * src/summaryview.h
7602         * src/syldap.c
7603         * src/syldap.h
7604         * src/textview.c
7605         * src/textview.h
7606         * src/toolbar.c
7607         * src/toolbar.h
7608         * src/undo.c
7609         * src/undo.h
7610         * src/unmime.c
7611         * src/unmime.h
7612         * src/vcard.c
7613         * src/vcard.h
7614         * src/wizard.c
7615         * src/wizard.h
7616         * src/common/base64.c
7617         * src/common/base64.h
7618         * src/common/defs.h
7619         * src/common/hooks.c
7620         * src/common/hooks.h
7621         * src/common/log.c
7622         * src/common/log.h
7623         * src/common/mgutils.c
7624         * src/common/mgutils.h
7625         * src/common/nntp.c
7626         * src/common/nntp.h
7627         * src/common/passcrypt.c
7628         * src/common/passcrypt.h.in
7629         * src/common/plugin.c
7630         * src/common/plugin.h
7631         * src/common/prefs.c
7632         * src/common/prefs.h
7633         * src/common/progressindicator.c
7634         * src/common/progressindicator.h
7635         * src/common/quoted-printable.c
7636         * src/common/quoted-printable.h
7637         * src/common/session.c
7638         * src/common/session.h
7639         * src/common/smtp.c
7640         * src/common/smtp.h
7641         * src/common/socket.c
7642         * src/common/socket.h
7643         * src/common/ssl.c
7644         * src/common/ssl.h
7645         * src/common/stringtable.c
7646         * src/common/stringtable.h
7647         * src/common/sylpheed.c
7648         * src/common/sylpheed.h
7649         * src/common/template.c
7650         * src/common/template.h
7651         * src/common/timing.h
7652         * src/common/utils.c
7653         * src/common/utils.h
7654         * src/common/version.h.in
7655         * src/common/xml.c
7656         * src/common/xml.h
7657         * src/common/xmlprops.c
7658         * src/common/xmlprops.h
7659         * src/gtk/about.c
7660         * src/gtk/colorlabel.c
7661         * src/gtk/colorlabel.h
7662         * src/gtk/colorsel.c
7663         * src/gtk/colorsel.h
7664         * src/gtk/combobox.c
7665         * src/gtk/combobox.h
7666         * src/gtk/description_window.c
7667         * src/gtk/description_window.h
7668         * src/gtk/filesel.c
7669         * src/gtk/filesel.h
7670         * src/gtk/foldersort.c
7671         * src/gtk/foldersort.h
7672         * src/gtk/gtkaspell.c
7673         * src/gtk/gtkaspell.h
7674         * src/gtk/gtksctree.c
7675         * src/gtk/gtkshruler.c
7676         * src/gtk/gtkshruler.h
7677         * src/gtk/gtkutils.c
7678         * src/gtk/gtkutils.h
7679         * src/gtk/icon_legend.c
7680         * src/gtk/icon_legend.h
7681         * src/gtk/logwindow.c
7682         * src/gtk/logwindow.h
7683         * src/gtk/manage_window.c
7684         * src/gtk/manage_window.h
7685         * src/gtk/pluginwindow.c
7686         * src/gtk/pluginwindow.h
7687         * src/gtk/prefswindow.c
7688         * src/gtk/prefswindow.h
7689         * src/gtk/quicksearch.c
7690         * src/gtk/quicksearch.h
7691         * src/pixmaps/claws-mail.xpm
7692         * src/pixmaps/claws-mail_icon.xpm
7693         * src/pixmaps/claws-mail_logo.xpm
7694         * src/pixmaps/sylpheed-claws.xpm
7695         * src/pixmaps/sylpheed-claws_icon.xpm
7696         * src/pixmaps/sylpheed-claws_logo.xpm
7697         * src/plugins/bogofilter/Makefile.am
7698         * src/plugins/bogofilter/bogofilter.c
7699         * src/plugins/bogofilter/bogofilter.h
7700         * src/plugins/bogofilter/bogofilter_gtk.c
7701         * src/plugins/clamav/Makefile.am
7702         * src/plugins/clamav/clamav_plugin.c
7703         * src/plugins/clamav/clamav_plugin.h
7704         * src/plugins/clamav/clamav_plugin_gtk.c
7705         * src/plugins/demo/Makefile.am
7706         * src/plugins/demo/demo.c
7707         * src/plugins/dillo_viewer/Makefile.am
7708         * src/plugins/dillo_viewer/README
7709         * src/plugins/dillo_viewer/dillo_prefs.c
7710         * src/plugins/dillo_viewer/dillo_prefs.h
7711         * src/plugins/dillo_viewer/dillo_viewer.c
7712         * src/plugins/pgpcore/Makefile.am
7713         * src/plugins/pgpcore/passphrase.c
7714         * src/plugins/pgpcore/passphrase.h
7715         * src/plugins/pgpcore/pgp_viewer.c
7716         * src/plugins/pgpcore/pgp_viewer.h
7717         * src/plugins/pgpcore/plugin.c
7718         * src/plugins/pgpcore/prefs_gpg.c
7719         * src/plugins/pgpcore/prefs_gpg.h
7720         * src/plugins/pgpcore/select-keys.c
7721         * src/plugins/pgpcore/select-keys.h
7722         * src/plugins/pgpcore/sgpgme.c
7723         * src/plugins/pgpcore/sgpgme.h
7724         * src/plugins/pgpcore/sylpheed.def
7725         * src/plugins/pgpcore/version.rc
7726         * src/plugins/pgpinline/Makefile.am
7727         * src/plugins/pgpinline/pgpinline.c
7728         * src/plugins/pgpinline/pgpinline.h
7729         * src/plugins/pgpinline/plugin.c
7730         * src/plugins/pgpinline/sylpheed.def
7731         * src/plugins/pgpinline/version.rc
7732         * src/plugins/pgpmime/Makefile.am
7733         * src/plugins/pgpmime/pgpmime.c
7734         * src/plugins/pgpmime/pgpmime.h
7735         * src/plugins/pgpmime/plugin.c
7736         * src/plugins/pgpmime/sylpheed.def
7737         * src/plugins/pgpmime/version.rc
7738         * src/plugins/spamassassin/Makefile.am
7739         * src/plugins/spamassassin/README
7740         * src/plugins/spamassassin/spamassassin.c
7741         * src/plugins/spamassassin/spamassassin.h
7742         * src/plugins/spamassassin/spamassassin_gtk.c
7743         * src/plugins/trayicon/Makefile.am
7744         * src/plugins/trayicon/trayicon.c
7745         * tools/OOo2sylpheed.pl
7746         * tools/README
7747         * tools/README.sylprint
7748         * tools/acroread2sylpheed.pl
7749         * tools/claws.i18n.status.pl
7750         * tools/filter_conv.pl
7751         * tools/filter_conv_new.pl
7752         * tools/freshmeat_search.pl
7753         * tools/google_search.pl
7754         * tools/kmail2sylpheed.pl
7755         * tools/kmail2sylpheed_v2.pl
7756         * tools/make.themes.project
7757         * tools/multiwebsearch.pl
7758         * tools/nautilus2sylpheed.sh
7759         * tools/outlook2sylpheed.pl
7760         * tools/sylprint.pl
7761         * tools/sylprint.rc
7762         * tools/tb2sylpheed
7763         * tools/textviewer.sh
7764         * tools/vcard2xml.py
7765         * tools/kdeservicemenu/README
7766         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7767         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7768         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7769                 Change name to Claws Mail. Announce to follow...
7770
7771 2006-11-06 [wwp]        2.6.0cvs6
7772
7773         * src/prefs_template.c
7774                 unify messages related to quote format/template errors (fix
7775                 capitalization), again.
7776
7777 2006-11-06 [wwp]        2.6.0cvs5
7778
7779         * src/prefs_quote.c
7780                 unify messages related to quote format/template errors.
7781
7782 2006-11-06 [wwp]        2.6.0cvs4
7783
7784         * src/prefs_msg_colors.c
7785                 more uses of Q_ macro for contextual translations, thanks
7786                 to Fabien (fzzzzz).
7787
7788 2006-11-06 [wwp]        2.6.0cvs3
7789
7790         * src/compose.c
7791         * src/common/utils.c
7792         * src/common/utils.h
7793                 show an alertpanel to make sure users are aware that sensitive
7794                 files are attached (it's file blacklist-based). This will fix
7795                 interaction w/ GoogleEarth for instance, thanks to Colin.
7796
7797 2006-11-06 [wwp]        2.6.0cvs2
7798
7799         * src/prefs_quote.c
7800         * src/prefs_template.c
7801         * src/prefs_template.h
7802                 check quote format when applying/closing prefs. For now this only
7803                 shows up an error dialog box, not preventing the user from using
7804                 a broken quote (reply, forwards) format.
7805
7806 2006-11-06 [wwp]        2.6.0cvs1
7807
7808         * src/prefs_template.c
7809                 fix missing checks of some template fields.
7810
7811 2006-11-06 [paul]       2.6.0
7812
7813         * NEWS
7814         * README
7815         * RELEASE_NOTES
7816                 2.6.0 released
7817
7818 2006-11-06 [paul]       2.5.6cvs22
7819
7820         * manual/advanced.xml
7821         * manual/es/advanced.xml
7822                 put 'respect_flowed_format' info in the correct
7823                 place
7824
7825 2006-11-06 [mones]      2.5.6cvs21
7826
7827         * po/es.po
7828                 Minor fixes for release
7829
7830 2006-11-06 [paul]       2.5.6cvs20
7831
7832         * po/cs.po
7833         * po/de.po
7834         * po/fr.po
7835         * po/it.po
7836         * po/nl.po
7837         * po/pt_BR.po
7838         * po/sk.po
7839         * po/sv.po
7840         * po/zh_CN.po
7841                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7842                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7843                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7844                 Young
7845
7846 2006-11-02 [colin]      2.5.6cvs19
7847
7848         * src/imap.c
7849         * src/imap.h
7850         * src/prefs_account.c
7851         * src/etpan/imap-thread.c
7852                 Add GSSAPI support - fixes Debian bug #383274
7853
7854 2006-11-01 [colin]      2.5.6cvs18
7855
7856         * src/jpilot.c
7857                 Handle libpisock12 support. Probably
7858                 fixes bug 1046, 'jpilot AddressDB.pdb 
7859                 import fail'
7860
7861 2006-11-01 [colin]      2.5.6cvs17
7862
7863         * src/folderutils.c
7864                 debug_print() folderutils_mark_all_read()
7865
7866 2006-11-01 [colin]      2.5.6cvs16
7867
7868         * COPYING
7869                 Add missed files to the Apache exception
7870
7871 2006-10-31 [colin]      2.5.6cvs15
7872
7873         * src/folder.c
7874         * src/folder.h
7875                 Add a copy_private_data() func to FolderClasses
7876                 Doesn't break the feature freeze, because we 
7877                 won't use it (right now) in the core.
7878
7879 2006-10-31 [colin]      2.5.6cvs14
7880
7881         * COPYING
7882                 Allow linking with the Apache licensed files in
7883                 src/plugins/spamassassin. Hopefully fixes 
7884                 bug 1048, 'Spamassassin plugin license problem'
7885
7886 2006-10-31 [wwp]        2.5.6cvs13
7887
7888         * src/compose.c
7889                 fix and optimize trimming of leading linefeeds in body loop.
7890
7891 2006-10-31 [colin]      2.5.6cvs12
7892
7893         * src/etpan/imap-thread.c
7894         * src/imap.c
7895                 Make really sure to have NULL sets in case
7896                 of error
7897
7898 2006-10-30 [wwp]        2.5.6cvs11
7899
7900         * src/prefs_common.c
7901         * src/prefs_common.h
7902         * src/compose.c
7903                 fix broken storage of quote format template when it contains \-escape
7904                 sequences. The application of such sequences is also fixed now (\t
7905                 in quote format will be a real tab instead of a 't', for instance).
7906
7907 2006-10-27 [colin]      2.5.6cvs10
7908
7909         * src/compose.c
7910                 Probably fix bug 1045, 'sylpheed-claws 
7911                 doesn't remove the mail from the IMAP 
7912                 Queue folder after sending'. From
7913                 2.5.6cvs3-stable
7914
7915 2006-10-27 [colin]      2.5.6cvs9
7916
7917         * configure.ac
7918                 Require libetpan-0.48. I'm so annoying,
7919                 I know ;-)
7920
7921 2006-10-27 [colin]      2.5.6cvs8
7922
7923         * src/folder.c
7924         * src/imap.c
7925                 Probably fix bug 1044, 'sylpheed-claws 
7926                 segfaults while moving mails' - Fix relation
7927                 usage when moving to an IMAP mailbox from another
7928                 mailbox
7929
7930 2006-10-26 [paul]       2.5.6cvs7
7931
7932         * src/gtk/about.c
7933                 add libSM to compiled-in features
7934                 list
7935
7936 2006-10-24 [colin]      2.5.6cvs6
7937
7938         * src/textview.c
7939         * src/gtk/gtkutils.c
7940                 Fix crash when printing emails with an
7941                 xface
7942
7943 2006-10-24 [mones]      2.5.6cvs5
7944
7945         * manual/es/advanced.xml
7946                 Synchronize hidden option respect_flowed_format
7947         * po/es.po
7948                 Updated translation
7949
7950 2006-10-21 [paul]       2.5.6cvs4
7951
7952         * src/gtk/authors.h
7953         * src/plugins/pgpcore/pgp_viewer.c
7954         * src/plugins/pgpcore/sgpgme.c
7955                 fix building on BSDs
7956                 Thanks to Michael Hughes
7957                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7958
7959 2006-10-20 [colin]      2.5.6cvs3
7960
7961         * configure.ac
7962                 Bump up libetpan requirement
7963                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7964         * src/common/utils.c
7965         * src/common/utils.h
7966                 Add convenience get_file_mtime()
7967         * src/imap.c
7968         * src/etpan/imap-thread.c
7969         * src/etpan/imap-thread.h
7970                 Implement UIDPLUS support if the server
7971                 supports it - faster sending in this case
7972
7973 2006-10-19 [colin]      2.5.6cvs2
7974
7975         * src/gtk/quicksearch.c
7976                 Fix emptying in type-ahead+extended mode
7977         * src/mainwindow.c
7978         * src/mainwindow.h
7979                 Add a hook for offline state change
7980         * src/plugins/trayicon/trayicon.c
7981                 Use it to display offline icons
7982         * src/plugins/trayicon/Makefile.am
7983         * src/plugins/trayicon/newmail.offline.xpm
7984         * src/plugins/trayicon/newmarkedmail.offline.xpm
7985         * src/plugins/trayicon/nomail.offline.xpm
7986         * src/plugins/trayicon/unreadmail.offline.xpm
7987         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7988                 Add the icons
7989
7990 2006-10-12 [paul]       2.5.6cvs1
7991
7992         * NEWS
7993         * README
7994         * configure.ac
7995                 Update version number following
7996                 stable release
7997
7998 2006-10-19 [colin]      2.5.5cvs18
7999
8000         * manual/handling.xml
8001                 Add type-ahead search
8002
8003 2006-10-18 [colin]      2.5.5cvs17
8004
8005         * src/gtk/quicksearch.c
8006                 Remove "save to history only if there's
8007                 no syntax error", it breaks for some 
8008                 reason which I'll investigate later.
8009
8010 2006-10-18 [colin]      2.5.5cvs16
8011
8012         * src/prefs_common.c
8013         * src/prefs_common.h
8014         * src/summaryview.c
8015         * src/gtk/quicksearch.c
8016         * src/gtk/quicksearch.h
8017                 Add a type-ahead option for fast searches
8018                 Patch by Fabien Vantard
8019
8020 2006-10-18 [colin]      2.5.5cvs15
8021
8022         * src/compose.c
8023         * src/compose.h
8024                 Add Options/Reply mode/ menu to be able to
8025                 change the recipients of a reply on the fly
8026
8027 2006-10-18 [colin]      2.5.5cvs14
8028
8029         * src/compose.c
8030                 Fix redirecting of our own sent mails
8031
8032 2006-10-17 [wwp]        2.5.5cvs13
8033
8034         * src/send_message.c
8035                 Fix duplicate error messages when sending, and missing
8036                 newline in such error messages.
8037
8038 2006-10-17 [colin]      2.5.5cvs12
8039
8040         * src/compose.c
8041                 Compare addresses case-insensitive
8042
8043 2006-10-17 [colin]      2.5.5cvs11
8044
8045         * src/plugins/pgpcore/sgpgme.c
8046                 Fix return status
8047
8048 2006-10-17 [colin]      2.5.5cvs10
8049
8050         * src/plugins/pgpcore/pgp_viewer.c
8051                 Fix return status
8052
8053 2006-10-17 [colin]      2.5.5cvs9
8054
8055         * src/quote_fmt.c
8056                 Fix a typo (thanks to Fabien)
8057
8058 2006-10-16 [colin]      2.5.5cvs8
8059
8060         * src/textview.c
8061                 Fix problem with quote-folding when emails
8062                 don't convert cleanly to UTF-8
8063
8064 2006-10-14 [colin]      2.5.5cvs7
8065
8066         * src/prefs_template.c
8067                 Reset fields when reopening
8068                 the window
8069
8070 2006-10-13 [paul]       2.5.5cvs6
8071
8072         * manual/advanced.xml
8073         * src/prefs_message.c
8074                 make 'respect_flowed_format' a hidden
8075                 option, and add a manual entry for it
8076                 Thanks to Colin
8077
8078 2006-10-12 [colin]      2.5.5cvs5
8079
8080         * src/codeconv.c
8081                 Revert part of 2.5.2cvs21:
8082                 Don't optimise by reusing the 
8083                 last iconv converter if possible:
8084                 it seems slightly broken in a 
8085                 very hard way to reproduce
8086
8087 2006-10-12 [colin]      2.5.5cvs4
8088
8089         * src/prefs_common.c
8090         * src/prefs_common.h
8091         * src/prefs_message.c
8092         * src/procmime.c
8093                 Fix bug 1035, 'Incorrect handling 
8094                 of flowed lines'. We now optionnaly
8095                 handle this format (preference is in
8096                 Message View/Text options section)
8097
8098 2006-10-12 [colin]      2.5.5cvs3
8099
8100         * po/POTFILES.in
8101                 Add new file
8102         * src/plugins/pgpcore/pgp_viewer.c
8103         * src/plugins/pgpcore/sgpgme.c
8104                 Don't try to import without asking
8105
8106 2006-10-12 [colin]      2.5.5cvs2
8107
8108         * src/compose.c
8109                 Fix bug 1036, 'Forwarding a mutlipart
8110                 mail with a "text/html" block to ms
8111                 outlook users leeds to freeze of
8112                 outlook'. Poor outlook users...
8113
8114 2006-10-12 [paul]       2.5.5cvs1
8115
8116         * NEWS
8117         * README
8118         * configure.ac
8119                 Update version number following
8120                 stable release
8121
8122 2006-10-11 [paul]       2.5.4cvs1
8123
8124         * NEWS
8125         * README
8126         * configure.ac
8127                 Update version number following
8128                 stable release
8129
8130 2006-10-11 [paul]       2.5.3cvs32
8131
8132         * src/textview.c
8133                 fix bug 1032, 'Segmentation fault when showing
8134                 message' (bug in quote folding)
8135                 Thanks to Colin
8136
8137 2006-10-10 [colin]      2.5.3cvs31
8138
8139         * src/quote_fmt.c
8140                 Rephrase english a bit
8141
8142 2006-10-10 [colin]      2.5.3cvs30
8143
8144         * src/prefs_compose_writing.c
8145                 Stop making the page larger than the window
8146
8147 2006-10-10 [wwp]        2.5.3cvs29
8148
8149         * src/compose.c
8150         * src/prefs_template.c
8151         * src/quote_fmt.c
8152         * src/quote_fmt.h
8153         * src/quote_fmt_lex.l
8154         * src/quote_fmt_parse.y
8155                 Extend the quote parser a bit: allow to get access to
8156                 basic (composing) account info.
8157
8158 2006-10-10 [colin]      2.5.3cvs28
8159
8160         * src/procheader.c
8161                 Fix this \t problem in subject
8162
8163 2006-10-09 [colin]      2.5.3cvs27
8164
8165         * src/main.c
8166         * src/prefs_gtk.c
8167                 Prepare cache a bit later
8168                 If section already exists, skip the new one 
8169                 (as previously); avoid writing the same block
8170                 twice - if we find a second block with the 
8171                 same id, skip it.
8172         * src/plugins/pgpcore/pgp_viewer.c
8173                 Set cursor to busy when retrieving a key
8174         * src/plugins/pgpcore/sgpgme.c
8175                 allow 5 seconds for gpg to export the key
8176                 
8177
8178 2006-10-09 [colin]      2.5.3cvs26
8179
8180         * configure.ac
8181         * src/msgcache.c
8182         * src/prefs_gtk.c
8183                 Check for existence of fgets_unlocked
8184                 and fwrite_unlocked
8185
8186 2006-10-09 [paul]       2.5.3cvs25
8187
8188         * src/prefs_summaries.c
8189                 replace strftime() with fast_strftime() and in
8190                 the consequence fix the bug in the display of
8191                 AM/PM in the 'Example' string
8192
8193 2006-10-09 [ticho]      2.5.3cvs24
8194
8195         * po/sk.po
8196                 Updated (and fixed up somewhat) Slovak translation.
8197
8198 2006-10-08 [colin]      2.5.3cvs23
8199
8200         * src/prefs_folder_item.c
8201                 Explain why prefs in the top-level folder
8202                 aren't retained, but are still useful
8203
8204 2006-10-08 [colin]      2.5.3cvs22
8205
8206         * src/prefs_gtk.c
8207                 Don't cache anything if caching fails
8208
8209 2006-10-08 [colin]      2.5.3cvs21
8210
8211         * src/common/utils.c
8212                 always include gi18n.h
8213
8214 2006-10-07 [colin]      2.5.3cvs20
8215
8216         * src/plugins/pgpcore/pgp_viewer.c
8217                 Kill gpg after 5 seconds wait
8218
8219 2006-10-07 [colin]      2.5.3cvs19
8220
8221         * src/plugins/pgpcore/pgp_viewer.c
8222         * src/plugins/pgpcore/pgp_viewer.h
8223                 Fix copyright
8224
8225 2006-10-07 [colin]      2.5.3cvs18
8226
8227         * src/plugins/pgpcore/pgp_viewer.c
8228         * src/plugins/pgpcore/pgp_viewer.h
8229                 Actually add the files to CVS
8230
8231 2006-10-07 [colin]      2.5.3cvs17
8232
8233         * src/plugins/pgpcore/sgpgme.c
8234                 Be sure not to crash on 'application/pgp-signature' that
8235                 are not application/pgp-signatures
8236
8237 2006-10-07 [colin]      2.5.3cvs16
8238
8239         * src/textview.c
8240         * src/textview.h
8241                 Make a bit more of the API available
8242         * src/plugins/pgpcore/Makefile.am
8243         * src/plugins/pgpcore/plugin.c
8244         * src/plugins/pgpcore/sgpgme.c
8245                 Add basic key import/export
8246
8247 2006-10-07 [colin]      2.5.3cvs15
8248
8249         * src/folderview.c
8250         * src/imap.c
8251         * src/prefs_account.c
8252         * src/wizard.c
8253                 Warn users *everywhere* if libetpan's not
8254                 linked in
8255
8256 2006-10-06 [mones]      2.5.3cvs14
8257
8258         * po/de.po
8259         * po/es.po
8260                 updated by Stephan Sachse and me
8261
8262 2006-10-06 [colin]      2.5.3cvs13
8263
8264         * src/main.c
8265         * src/common/sylpheed.c
8266                 Don't load common plugins if --exit is passed
8267         * src/prefs_gtk.c
8268         * src/prefs_gtk.h
8269                 Implement a cache to avoid reading the same
8270                 files over and over again at startup
8271
8272 2006-10-06 [colin]      2.5.3cvs12
8273
8274         * src/summaryview.c
8275         * src/gtk/quicksearch.c
8276                 Update display every 5k mails on fast searches
8277
8278 2006-10-06 [colin]      2.5.3cvs11
8279
8280         * src/textview.c
8281                 Don't do quote folding on HTML or ERTF.
8282                 May fix the Cygwin issues if they were
8283                 happening with HTML mails?
8284
8285 2006-10-05 [colin]      2.5.3cvs10
8286
8287         * src/prefs_gtk.c
8288                 Oops, forgot one
8289
8290 2006-10-05 [colin]      2.5.3cvs9
8291
8292         * src/prefs_gtk.c
8293                 Use unlocked_stdio here too
8294
8295 2006-10-05 [colin]      2.5.3cvs8
8296
8297         * src/folderview.c
8298                 Fix go to next * after preferences apply
8299         * src/msgcache.c
8300                 Do the fd lock/unlock ourselves instead of
8301                 letting the libc do it at each write 
8302
8303 2006-10-05 [colin]      2.5.3cvs7
8304
8305         * src/common/utils.c
8306                 Faster division, thanks to Jean Diraison
8307
8308 2006-10-05 [paul]       2.5.3cvs6
8309
8310         * src/common/utils.c
8311                 fix building with --disable-nls
8312
8313 2006-10-04 [colin]      2.5.3cvs5
8314
8315         * src/folder.c
8316                 Maybe fix a segfault
8317
8318 2006-10-04 [wwp]        2.5.3cvs4
8319
8320         * src/prefs_folder_item.c
8321                 Fine-tune layouts in folder item prefs. Suggested by
8322                 Fabien Vantard <fzzzzz@gmail.com>.
8323
8324 2006-10-04 [wwp]        2.5.3cvs3
8325
8326         * src/prefs_folder_item.c
8327                 Kill the clandestine passengers. You didn't see anything.
8328
8329 2006-10-04 [wwp]        2.5.3cvs2
8330
8331         * src/prefs_folder_item.c
8332                 Add a way to test the subject simplify regexp in
8333                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8334                 w/ few layout changes.
8335
8336 2006-20-04 [paul]       2.5.3cvs1
8337
8338         * NEWS
8339         * README
8340         * configure.ac
8341                 Update version number following
8342                 stable release
8343
8344 2006-10-04 [colin]      2.5.2cvs42
8345
8346         * src/folder.c
8347         * src/folder.h
8348         * src/summaryview.c
8349                 Provide a way for folder classes to set their sort
8350                 type and key
8351
8352 2006-10-03 [colin]      2.5.2cvs41
8353
8354         * src/mh.c
8355                 Don't use strlen() to know if the
8356                 string's empty
8357
8358 2006-10-03 [colin]      2.5.2cvs40
8359
8360         * src/mh.c
8361                 Fix "check for new folders" with accentued folders
8362
8363 2006-10-03 [ticho]      2.5.2cvs39
8364
8365         * src/filtering.c
8366         * src/folder.c
8367         * src/inc.c
8368         * src/mbox.c
8369                 Colin's fix for "copy" filtering rules.
8370
8371 2006-10-02 [colin]      2.5.2cvs38
8372
8373         * src/folderview.c
8374                 Fix for double-click too
8375
8376 2006-10-02 [colin]      2.5.2cvs37
8377
8378         * src/folderview.c
8379                 correct fix for cvs36
8380
8381 2006-10-02 [colin]      2.5.2cvs36
8382
8383         * src/folderview.c
8384                 Fix 'goto next unread' after collapsing/expanding 
8385                 a node.
8386
8387 2006-10-02 [colin]      2.5.2cvs35
8388
8389         * src/summaryview.c
8390                 Fix double freeze/thaw
8391         * src/common/utils.c
8392         * src/common/utils.h
8393                 Reimplement strftime
8394         * src/procheader.c
8395                 Use it
8396
8397
8398 2006-10-02 [colin]      2.5.2cvs34
8399
8400         * src/mh.c
8401                 Time mh_write_sequences() - it's fast
8402         * src/summaryview.c
8403                 Init a variable to shut up gcc
8404
8405 2006-10-01 [colin]      2.5.2cvs33
8406
8407         * src/folder.c
8408         * src/mh.c
8409         * src/mh.h
8410         * src/msgcache.c
8411                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8412                 Add fsync but disable it, it's slow as hell
8413
8414 2006-10-01 [colin]      2.5.2cvs32
8415
8416         * src/mh.c
8417         * src/msgcache.c
8418                 fflush() caches and mh_sequences before
8419                 fclose()ing
8420
8421 2006-10-01 [colin]      2.5.2cvs31
8422
8423         * src/msgcache.c
8424                 Don't ftruncate when not using mmap
8425
8426 2006-09-30 [colin]      2.5.2cvs30
8427
8428         * src/main.c
8429                 Write folder list *after* saving caches
8430
8431 2006-09-30 [colin]      2.5.2cvs29
8432
8433         * src/folder.c
8434         * src/mh.c
8435                 Debug forced mtime changes
8436
8437 2006-09-30 [colin]      2.5.2cvs28
8438
8439         * src/folder.c
8440         * src/main.c
8441                 Remove useless debug_print()s (code
8442                 well-tested)
8443
8444 2006-09-30 [colin]      2.5.2cvs27
8445
8446         * src/mh.c
8447                 Do stuff faster when writing mh_sequences
8448
8449 2006-09-30 [colin]      2.5.2cvs26
8450
8451         * src/mh.c
8452                 Don't let the writing of .mh_sequences, which
8453                 can change the folder's mtime, let us think
8454                 we need to scan.
8455
8456 2006-09-30 [colin]      2.5.2cvs25
8457
8458         * src/folder.c
8459                 Move a debug_print where it belongs 
8460                 (processing)
8461         * src/summaryview.c
8462                 Don't mess with a huge slow subject
8463                 table if we're not threading by
8464                 subject
8465
8466 2006-09-30 [colin]      2.5.2cvs24
8467
8468         * src/msgcache.c
8469                 Reenable mmaped reads (*not* writes!)
8470         * src/procmsg.c
8471                 Don't destroy and recreate hashtables just
8472                 for fun
8473         * src/common/utils.c
8474                 Remove useless reply prefixes (it's case
8475                 unsensitive)
8476
8477 2006-09-30 [wwp]        2.5.2cvs23
8478
8479         * tools/fix_date.sh
8480                 Fixed a minor bug in date value extraction, added a switch
8481                 to replace non RFC-compliant Date: value, added a switch
8482                 to use strict RFC matching patterns for dates.
8483
8484 2006-09-29 [colin]      2.5.2cvs22
8485
8486         * src/matcher_parser.h
8487         * src/matcher_parser_parse.y
8488         * src/prefs_filtering.c
8489         * src/statusbar.c
8490         * src/summary_search.c
8491         * src/summaryview.c
8492         * src/gtk/quicksearch.c
8493         * src/gtk/quicksearch.h
8494                 Optimise searches by setting different
8495                 refresh intervals (depending if the 
8496                 search is fast or not)
8497
8498 2006-09-29 [colin]      2.5.2cvs21
8499
8500         * src/codeconv.c
8501                 Optimise by reusing the last iconv converter
8502                 if possible
8503         * src/textview.c
8504                 Optimise a bit (the foldable quotes feature
8505                 still has an awful O(n^2) algo
8506
8507 2006-09-29 [colin]      2.5.2cvs20
8508
8509         * src/gtk/gtksctree.c
8510         * src/gtk/gtksctree.h
8511                 Optimise de-selection via up/down or
8512                 another key
8513
8514 2006-09-28 [colin]      2.5.2cvs19
8515
8516         * src/action.c
8517         * src/compose.c
8518         * src/folderview.c
8519         * src/mainwindow.c
8520         * src/messageview.c
8521         * src/summary_search.c
8522         * src/toolbar.c
8523                 Avoid using summaryview->ctree directly
8524
8525 2006-09-28 [colin]      2.5.2cvs18
8526
8527         * src/summaryview.c
8528         * src/summaryview.h
8529                 Add helpers to freeze/thaw/grab_focus
8530                 Factorize calls to freeze/thaw/grab_focus
8531                 
8532
8533 2006-09-28 [colin]      2.5.2cvs17
8534
8535         * src/main.c
8536                 More guards for the session management
8537
8538 2006-09-28 [colin]      2.5.2cvs16
8539
8540         * src/folderview.c
8541         * src/gtk/gtksctree.c
8542         * src/gtk/gtksctree.h
8543                 Make expanding not recursive in folderview
8544
8545 2006-09-28 [colin]      2.5.2cvs15
8546
8547         * src/addressbook.c
8548                 If nothing is selected in the list (right part)
8549                 and a group is selected in the tree (left part),
8550                 mail this group.
8551
8552 2006-09-28 [colin]      2.5.2cvs14
8553
8554         * src/Makefile.am
8555                 Actually use SM_LIBS
8556
8557 2006-09-28 [ticho]      2.5.2cvs13
8558
8559         * src/export.c
8560         * src/messageview.c
8561         * src/mimeview.c
8562         * src/news.c
8563         * src/pop.c
8564         * src/prefs_themes.c
8565         * src/procmsg.c
8566                 Small i18n string optimization.
8567         * src/send_message.c
8568         * src/summaryview.c
8569         * src/common/session.c
8570         * src/common/smtp.c
8571         * src/common/ssl_certificate.c
8572         * src/common/utils.c
8573                 Use "Couldn't" instead of "Can't" in UI messages,
8574                 where appropriate.
8575
8576 2006-09-28 [colin]      2.5.2cvs12
8577
8578         * configure.ac
8579                 Possibly fix link errors
8580
8581 2006-09-27 [wwp]        2.5.2cvs11
8582
8583         * src/gtk/authors.h
8584         * doc/man/sylpheed-claws.1
8585         * manual/ack.xml
8586         * manual/es/ack.xml
8587         * manual/fr/ack.xml
8588         * manual/pl/ack.xml
8589                 Updated authors info (me, myself and I).
8590
8591 2006-09-27 [colin]      2.5.2cvs10
8592
8593         * src/addressbook.c
8594                 Remove useless printf
8595
8596 2006-09-27 [wwp]        2.5.2cvs9
8597
8598         * src/editgroup.c
8599         * src/send_message.c
8600         * src/inc.c
8601         * src/prefs_common.c
8602         * src/prefs_common.h
8603         * src/gtk/progressdialog.c
8604                 remember more windows' sizes (send dialog, received dialog,
8605                 edit group in addressbook).
8606
8607 2006-09-27 [colin]      2.5.2cvs8
8608
8609         * configure.ac
8610         * src/main.c
8611         * src/mainwindow.h
8612                 Use libSM to communicate with the session
8613                 manager, so that we can know when the 
8614                 session ends, save our caches, and draft
8615                 our compose windows.
8616
8617 2006-09-27 [colin]      2.5.2cvs7
8618
8619         * src/addressbook.c
8620                 Fix issues:
8621                 o Allow Book and Group creation from the tree's
8622                   contextual menu
8623                 o Do not actually delete the contacts when 
8624                   deleting groups from the tree (duh!)
8625
8626 2006-09-27 [colin]      2.5.2cvs6
8627
8628         * src/compose.c
8629         * src/compose.h
8630         * src/mainwindow.c
8631         * src/textview.c
8632         * src/toolbar.c
8633                 o Allow passing an email address to 
8634                   compose_new_with_folderitem
8635                 o Update callers
8636                 o Use current folderitem when clicking
8637                   on a TextView mailto: link
8638                 o Fix a possible leak in TextView
8639
8640 2006-09-27 [colin]      2.5.2cvs5
8641
8642         * src/html.c
8643                 Use UTF-8 chars to replace HTML entities
8644
8645 2006-09-27 [colin]      2.5.2cvs4
8646
8647         * AUTHORS
8648         * src/prefs_account.c
8649         * src/gtk/authors.h
8650                 Fix bug #1024 (Array index out of
8651                 range in sylpheed-claws-2.5.2)
8652                 Patch by Ales Nosek <anosek@suse.cz>
8653
8654 2006-09-27 [colin]      2.5.2cvs3
8655
8656         * src/addr_compl.c
8657                 Actually do the test
8658
8659 2006-09-27 [colin]      2.5.2cvs2
8660
8661         * src/addr_compl.c
8662         * src/addr_compl.h
8663                 Allow completing with comma (in certain cases: vCalendar
8664                 for example doesn't support that)
8665                 Patch by Fabien Vantard
8666
8667 2006-09-26 [colin]      2.5.2cvs1
8668
8669         * src/Makefile.am
8670         * src/addr_compl.c
8671         * src/addr_compl.h
8672         * src/addrbook.c
8673         * src/addrbook.h
8674         * src/addressbook.c
8675         * src/addrindex.c
8676         * src/addrindex.h
8677         * src/compose.c
8678         * src/prefs_common.c
8679         * src/prefs_filtering_action.c
8680         * src/prefs_folder_item.c
8681         * src/prefs_template.c
8682         * src/stock_pixmap.c
8683         * src/stock_pixmap.h
8684         * src/pixmaps/addr_one.xpm
8685         * src/pixmaps/addr_two.xpm
8686                 Add auto-completion on groups
8687
8688 2006-09-26 [colin]      2.5.2
8689
8690         * NEWS
8691         * README
8692         * RELEASE_NOTES
8693                 2.5.2 released
8694
8695 2006-09-26 [colin]      2.5.1cvs5
8696
8697         * src/matcher.c
8698                 Fix condition
8699
8700 2006-09-26 [colin]      2.5.1cvs4
8701
8702         * src/mbox.c
8703                 Revert cvs1 (useless as the message is printed 
8704                 every 500 mails)
8705
8706 2006-09-26 [colin]      2.5.1cvs3
8707
8708         * src/partial_download.c
8709                 Fix crasher found by Alexsandar Urosevic
8710
8711 2006-09-26 [colin]      2.5.1cvs2
8712
8713         * src/summaryview.c
8714                 Fix bug #1023 (Sylpheed deletes too much messages)
8715
8716 2006-09-26 [ticho]      2.5.1cvs1
8717
8718         * src/mbox.c
8719                 Make use of gettext's multiple plurals for statusbar
8720                 progress message.
8721
8722 2006-09-25 [paul]       2.5.1
8723
8724         * NEWS
8725         * README
8726         * RELEASE_NOTES
8727                 2.5.1 released
8728
8729 2006-09-25 [colin]      2.5.0cvs3
8730
8731         * src/plugins/bogofilter/bogofilter.c
8732         * src/plugins/clamav/clamav_plugin.c
8733         * src/plugins/spamassassin/spamassassin.c
8734                 BogoFilter, Spamassassin: Fix double hook registering after
8735                 visiting preferences
8736                 Spamassassin, Clamav: Just set the mails to move instead of
8737                 doing the move - caller will move the things at once.
8738
8739 2006-09-25 [colin]      2.5.0cvs2
8740
8741         * src/imap.c
8742         * src/etpan/imap-thread.c
8743                 Use UID SEARCH ALL instead of UID 1:*
8744                 (braindead servers can't figure out that's
8745                 the same...)
8746
8747 2006-09-25 [wwp]        2.5.0cvs1
8748
8749         * src/message_search.c
8750                 Added the ability to stop a running search (in message body).
8751
8752 2006-09-25 [paul]       2.5.0
8753
8754         * NEWS
8755         * README
8756         * RELEASE_NOTES
8757                 2.5.0 released
8758
8759 2006-09-25 [paul]       2.4.0cvs214
8760
8761         * po/cs.po
8762         * po/de.po
8763         * po/fi.po
8764         * po/fr.po
8765         * po/nl.po
8766         * po/pt_BR.po
8767         * po/sk.po
8768         * po/sr.po
8769         * po/zh_CN.po
8770                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8771                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8772                 Ticho, Aleksander Urosevic, Ralgh Young
8773
8774 2006-09-24 [mones]      2.4.0cvs213
8775
8776         * po/es.po
8777                 Updated for release
8778
8779 2006-09-23 [colin]      2.4.0cvs212
8780
8781         * src/gtk/inputdialog.c
8782                 Fix [ ] remember this appearing in normal
8783                 input dialogs after it's been used by
8784                 mimeview.
8785         * src/folder.c
8786         * src/folderview.c
8787         * src/msgcache.c
8788         * src/procmsg.c
8789         * src/summaryview.c
8790         * src/textview.c
8791         * src/common/timing.h
8792                 Enable timings in debug mode and make it
8793                 look prettier.
8794
8795 2006-09-22 [colin]      2.4.0cvs211
8796
8797         * README
8798                 Revert test change
8799         * commitHelper
8800                 ping the correct URI
8801
8802 2006-09-22 [colin]      2.4.0cvs210
8803
8804         * README
8805                 Let's see if bug #1022 is fixed
8806
8807 2006-09-21 [colin]      2.4.0cvs209
8808
8809         * src/wizard.c
8810         * src/common/plugin.c
8811                 Prepare infra to load predefined plugins when
8812                 no configuration existed. Don't actually load
8813                 anything yet (feat. freeze)
8814
8815 2006-09-21 [wwp]        2.4.0cvs208
8816
8817         * manual/fr/faq.xml
8818                 Partial sync w/ 2.4.0cvs72:
8819                 wrap file and minor updates.
8820
8821 2006-09-21 [wwp]        2.4.0cvs207
8822
8823         * tools/fix_date.sh
8824                 several fixes and enhancements. A new --force switch has been
8825                 added to prevent overriding by default Date: header when
8826                 already existing.
8827
8828 2006-09-21 [paul]       2.4.0cvs206
8829
8830         * src/common/utils.c
8831                 add Chinese UTF8 Re prefix
8832
8833 2006-09-21 [wwp]        2.4.0cvs205
8834
8835         * tools/Makefile.am
8836                 Fics alfabettical order.
8837
8838 2006-09-21 [wwp]        2.4.0cvs204
8839
8840         * tools/fix_date.sh
8841         * tools/Makefile.am
8842                 Added an action tool to fix missing Date field in emails.
8843                 Updated Makefile.am to reflect those last two additions.
8844
8845 2006-09-21 [wwp]        2.4.0cvs203
8846
8847         * tools/uuooffice
8848                 Added a action tool to open uuencoded docs w/
8849                 OpenOffice (based on uudec method).
8850
8851 2006-09-21 [colin]      2.4.0cvs202
8852
8853         * src/compose.c
8854         * src/textview.c
8855                 Workaround possible GTK crash: remove selection 
8856                 clipboard before destroying widget, or GTK+-2.10
8857                 dies. Thanks to Hiro.
8858
8859 2006-09-20 [colin]      2.4.0cvs201
8860
8861         * src/compose.c
8862                 Fix free-after-use in some cases (when 
8863                 procmime_encode_content() frees mimeinfo->data.mem
8864                 and turns it to a temp file)
8865
8866 2006-09-20 [colin]      2.4.0cvs200
8867
8868         * src/folderview.c
8869         * src/summaryview.c
8870         * src/gtk/gtksctree.c
8871         * src/gtk/gtksctree.h
8872                 Add tooltips in the folderview and summaryview
8873                 (Doesn't break string freeze as they already
8874                 exist)
8875         * src/toolbar.c
8876                 Put the spam button in the default configuration
8877                 if compiled with bogo plugin too
8878
8879 2006-09-19 [colin]      2.4.0cvs199
8880
8881         * src/summaryview.c
8882         * src/summaryview.h
8883                 Update folder name label on folder rename
8884         * src/prefs_matcher.c
8885         * src/gtk/logwindow.h
8886                 Fix warnings
8887                 Patches by Fabien
8888
8889 2006-09-19 [wwp]        2.4.0cvs198
8890
8891         * src/summary_search.c
8892                 fix can't click forward/backward buttons in the
8893                 search messages.
8894
8895 2006-09-18 [paul]       2.4.0cvs197
8896
8897         * src/wizard.c
8898                 add missing bracket, capitalise the A of
8899                 'SpamAssassin'
8900
8901 2006-09-18 [paul]       2.4.0cvs196
8902
8903         * src/compose.c
8904                 fix bug 1012 'crashed upon sending mail
8905                 from compose window'
8906                 Thanks to Colin
8907
8908 2006-09-16 [colin]      2.4.0cvs195
8909
8910         * src/folderview.c
8911                 Fix "real-time" sorting by freezing/thawing
8912
8913 2006-09-16 [colin]      2.4.0cvs194
8914
8915         * manual/faq.xml
8916                 Fix the anti-spam entry a bit
8917
8918 2006-09-16 [colin]      2.4.0cvs193
8919
8920         * src/wizard.c
8921                 Make sure reviewers have no excuse when stating
8922                 Sylpheed-Claws doesn't have antispam capabilities.
8923
8924 2006-09-16 [colin]      2.4.0cvs192
8925
8926         * src/main.c
8927                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8928                 as if the SIGPIPE comes from etpan's thread we could
8929                 trigger a GUI update from this thread.
8930
8931 2006-09-16 [colin]      2.4.0cvs191
8932
8933         * src/summaryview.c
8934                 Init all members of the struct
8935
8936 2006-09-16 [paul]       2.4.0cvs190
8937
8938         * src/account.c
8939                 improvements to the English
8940
8941 2006-09-15 [colin]      2.4.0cvs189
8942
8943         * src/summaryview.c
8944                 HIG order on dialog
8945
8946 2006-09-14 [colin]      2.4.0cvs188
8947
8948         * src/common/socket.c
8949         * src/common/socket.h
8950         * src/common/ssl.c
8951         * src/common/ssl_certificate.c
8952         * src/common/ssl_certificate.h
8953         * src/etpan/imap-thread.c
8954                 the get_fqdn() call done to get canonical name when
8955                 checking an SSL certificate is blocking, which is
8956                 sad as we just did a non-blocking lookup to connect.
8957                 Fix that by letting the fqdn available to the SockInfo,
8958                 and use that in ssl_certificate_check(). For IMAP,
8959                 we don't do it as the lookup's done by libetpan, but
8960                 it's less annoying as IMAP connections as much more
8961                 rare than POP3 connections.
8962
8963 2006-09-14 [paul]       2.4.0cvs187
8964
8965         * manual/advanced.xml
8966                 improvements to the English,
8967                 properly place the new hidden options
8968                 within the alphabetical order
8969         * src/gtk/pluginwindow.c
8970                 improvements to the English
8971
8972 2006-09-14 [colin]      2.4.0cvs186
8973
8974         * src/prefs_common.c
8975         * src/prefs_common.h
8976         * src/gtk/gtksctree.c
8977         * manual/advanced.xml
8978                 New hidden pref, stripes_color_offset, to change
8979                 the value added/substracted to normal bgcolor to
8980                 create the stripes in summaries
8981
8982 2006-09-13 [colin]      2.4.0cvs185
8983
8984         * src/gedit-print.c
8985         * src/messageview.c
8986         * src/messageview.h
8987         * src/summaryview.c
8988         * src/textview.c
8989                 Fix misc. printing issues: 
8990                 - Bad font for linkified headers
8991                 - Different font if the mail was displayed or not
8992                 - Factorize the thing
8993
8994 2006-09-13 [colin]      2.4.0cvs184
8995
8996         * src/common/ssl_certificate.c
8997                 Only get FQDN once when checking certificate
8998
8999 2006-09-13 [colin]      2.4.0cvs183
9000
9001         * src/account.c
9002         * src/gtk/pluginwindow.c
9003                 Misc. GUI fixes by Fabien
9004
9005 2006-09-13 [wwp]        2.4.0cvs182
9006
9007         * configure.ac
9008         * src/common/utils.h
9009         * src/common/utils.c
9010                 get rid of unused wide-char functions.
9011
9012 2006-09-13 [wwp]        2.4.0cvs181
9013
9014         * src/plugins/pgpinline/sylpheed.def
9015         * src/textview.c
9016                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9017                 add privacy_reset_error to the .def file,
9018                 do not fork for an external textviewer.
9019
9020 2006-09-13 [wwp]        2.4.0cvs180
9021
9022         * src/prefs_common.c
9023                 fix broken font entry in prefs (patch issued by the gpg4win team,
9024                 probably by Marcus Brinkmann <marcus@g10code.de>).
9025
9026 2006-09-13 [colin]      2.4.0cvs179
9027
9028         * src/folder.h
9029                 Fix a warning in summaryview.c
9030         * src/mainwindow.c
9031         * src/summaryview.c
9032         * src/summaryview.h
9033                 Add missing Mark/* elements in the
9034                 main menu
9035
9036 2006-09-12 [colin]      2.4.0cvs178
9037
9038         * src/prefs_actions.c
9039         * src/prefs_filtering_action.c
9040         * src/prefs_matcher.c
9041                 Use (New) instead of New everywhere
9042
9043 2006-09-12 [wwp]        2.4.0cvs177
9044
9045         * manual/fr/addrbook.xml
9046         * manual/fr/handling.xml
9047                 updated some quotes in the fr manual to match the fr translation.
9048
9049 2006-09-12 [wwp]        2.4.0cvs176
9050
9051         * src/prefs_matcher.c
9052                 don't store translated string elements in matcher expressions.
9053                 Also fixed a misused of Q_().
9054
9055 2006-09-11 [wwp]        2.4.0cvs175
9056
9057         * src/plugins//bogofilter/bogofilter.c
9058         * src/plugins//clamav/clamav_plugin.c
9059         * src/plugins//demo/demo.c
9060         * src/plugins//dillo_viewer/dillo_viewer.c
9061         * src/plugins//pgpcore/plugin.c
9062         * src/plugins//pgpinline/plugin.c
9063         * src/plugins//pgpmime/plugin.c
9064         * src/plugins//spamassassin/spamassassin.c
9065                 gettext-ize more strings (mostly plugin error messages).
9066
9067 2006-09-11 [colin]      2.4.0cvs174
9068
9069         * src/alertpanel.c
9070                 Make maximum buffer size bigger to avoid
9071                 truncating translated messages. Patch by
9072                 Fabien
9073
9074 2006-09-11 [colin]      2.4.0cvs173
9075
9076         * src/etpan/imap-thread.c
9077                 Fix compilation on OpenBSD, thanks to 
9078                 Landry
9079
9080 2006-09-10 [wwp]        2.4.0cvs172
9081
9082         * manual/account.xml
9083         * manual/addrbook.xml
9084         * manual/handling.xml
9085         * manual/es/handling.xml
9086         * manual/fr/account.xml
9087         * manual/fr/addrbook.xml
9088         * manual/fr/handling.xml
9089                 documented addressbook matching (condition configuration):
9090                   addrbook.xml, en fr
9091                 documented per-account filtering rules (handling/filtering
9092                   section, account section):
9093                   account.xml, handling.xml, en fr
9094                 slightly updated the handling/searching section to tell few
9095                   words about the extended search ability:
9096                   handling.xml, en fr
9097                 added missing <quote></quotes> to Quick Search:
9098                   handling.xml, en fr es
9099                 fixed a typo (auomatically):
9100                   handling.xml, en
9101                 changes revisited by Paul.
9102
9103 2006-09-10 [paul]       2.4.0cvs171
9104
9105         * src/prefs_actions.c
9106         * src/prefs_filtering.c
9107         * src/prefs_template.c
9108                 adjustments to the gui
9109                 Patch by Fabien Vantard (slightly modified)
9110
9111 2006-09-10 [colin]      2.4.0cvs170
9112
9113         * src/summaryview.c
9114                 Check folderitem/summaryview consistency
9115                 (basically automates Update summary). Fixes
9116                 #1011 (wrong (negative) count on unread 
9117                 messages)
9118
9119 2006-09-10 [colin]      2.4.0cvs169
9120
9121         * src/gtk/gtksctree.c
9122                 Fix recursive expansion via mouse
9123         * src/plugins/bogofilter/bogofilter.c
9124                 Use normal filtering way of moving
9125                 messages (batching), possibly fixing
9126                 bug #1015 (Bogofilter plugin doubles 
9127                 new messages)
9128
9129 2006-09-09 [wwp]        2.4.0cvs168
9130
9131         * src/prefs_filtering.c
9132                 better place for this fix.
9133
9134 2006-09-09 [wwp]        2.4.0cvs167
9135
9136         * src/prefs_filtering.c
9137                 fix a minor bug when the enabled status of a filtering/processing
9138                 rule always got set to TRUE when replacing this rule. That still
9139                 make sense when adding a new rule, but now when replacing, we
9140                 don't override the value of 'enabled'.
9141                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9142                 to prefs_filtering_list_view_get_info() as this function not only
9143                 returns the name, but also the account_id and the enabled status.
9144
9145 2006-09-09 [mones]      2.4.0cvs166
9146
9147         * manual/glossary.xml
9148         * manual/plugins.xml
9149                 Minor format corrections
9150         * manual/gpl.xml
9151                 Fix misplaced NO WARRANTY section
9152         * manual/es/advanced.xml
9153         * manual/es/faq.xml
9154         * manual/es/glossary.xml
9155         * manual/es/gpl.xml
9156         * manual/es/handling.xml
9157         * manual/es/plugins.xml
9158         * manual/es/starting.xml
9159                 Incorporate changes from English version
9160         * manual/fr/ack.xml
9161         * manual/pl/ack.xml
9162         * manual/es/ack.xml
9163                 Fix address, (add translation credits in es version)
9164         * po/es.po
9165                 Updated translation
9166
9167 2006-09-09 [wwp]        2.4.0cvs165
9168
9169         * src/prefs_filtering.c
9170                 fix a crash when opening filtering prefs, if matcherrc file contains
9171                 broken data (non-existing account id, which is theoretically not
9172                 possible).
9173
9174 2006-09-08 [colin]      2.4.0cvs164
9175
9176         * src/folder.c
9177                 Wrong assert, make it an if()
9178         * src/gtk/gtksctree.c
9179                 Fix bug #1013 (expand selected thread 
9180                 tree) - expanding is now recursive
9181
9182 2006-09-07 [wwp]        2.4.0cvs163
9183
9184         * src/prefs_matcher.c
9185                 make better sentences about addressbook matching in the
9186                 matcher prefs. This should make translators' work easier
9187                 too.
9188
9189 2006-09-07 [wwp]        2.4.0cvs162
9190
9191         * src/prefs_filtering.c
9192                 code simplification (get rid of dup var. assignment).
9193
9194 2006-09-07 [wwp]        2.4.0cvs161
9195
9196         * src/summaryview.c
9197                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9198                 <fzzzzz@gmail.com>.
9199
9200 2006-09-07 [paul]       2.4.0cvs160
9201
9202         * src/mimeview.c
9203                 fix compilation warnings
9204                 Thanks to Colin
9205
9206 2006-09-07 [paul]       2.4.0cvs159
9207
9208         * src/mimeview.c
9209                 select the mimepart icon when
9210                 displaying as text
9211                 Thanks to Colin
9212
9213 2006-09-06 [paul]       2.4.0cvs158
9214
9215         * src/prefs_filtering.c
9216                 fix labels and table element spacing
9217                 Patch by Fabien Vantard
9218
9219 2006-09-06 [paul]
9220
9221         2.5.0-rc3 released
9222
9223 2006-09-06 [paul]       2.4.0cvs157
9224
9225         * manual/es/advanced.xml
9226                 fix typo
9227
9228 2006-09-06 [wwp]        2.4.0cvs156
9229
9230         * src/mainwindow.c
9231                 fix an dup launch issue when iconified, thanks to Colin.
9232
9233 2006-09-06 [wwp]        2.4.0cvs155
9234
9235         * src/gtk//gtksctree.h
9236                 oops, forgot that one!
9237
9238 2006-09-06 [wwp]        2.4.0cvs154
9239
9240         * manual/pl/advanced.xml
9241         * manual/advanced.xml
9242         * manual/es/advanced.xml
9243         * manual/fr/advanced.xml
9244         * src/prefs_customheader.c
9245         * src/prefs_filtering_action.c
9246         * src/foldersel.c
9247         * src/prefs_summaries.c
9248         * src/prefs_filtering.c
9249         * src/account.c
9250         * src/compose.c
9251         * src/prefs_summary_column.c
9252         * src/addr_compl.c
9253         * src/prefs_actions.c
9254         * src/prefs_folder_column.c
9255         * src/ssl_manager.c
9256         * src/prefs_template.c
9257         * src/prefs_display_header.c
9258         * src/prefs_common.h
9259         * src/prefs_matcher.c
9260         * src/prefs_common.c
9261         * src/prefs_toolbar.c
9262         * src/summaryview.c
9263         * src/folderview.c
9264         * src/gtk/gtksctree.c
9265         * src/gtk/pluginwindow.c
9266         * src/gtk/progressdialog.c
9267         * src/gtk/prefswindow.c
9268                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9269                 to make its meaning more obvious (all versions of the manual reflect
9270                 the change).
9271                 added an extra hidden option use_stripes_in_summary to allow
9272                 discarding these stripes in mainwindow's folder and message lists;
9273                 en and fr manuals only are OK towards this.
9274
9275 2006-09-06 [colin]      2.4.0cvs153
9276
9277         * src/textview.c
9278                 Hide Sylpheed-Claws' internal queue headers
9279                 when showing all headers. They'll be present
9280                 only in Source window.
9281
9282 2006-09-05 [colin]      2.4.0cvs152
9283
9284         * src/plugins/trayicon/trayicon.c
9285                 Fix crash at exit - we have to disconnect
9286                 our handlers
9287         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9288                 Update eggtrayicon - patch adapted from a
9289                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9290                 on Sylpheed's ML
9291
9292 2006-09-05 [colin]      2.4.0cvs151
9293
9294         * src/mainwindow.c
9295         * src/gtk/logwindow.c
9296                 Fix race condition when something writes
9297                 to the log too soon during init. Thanks
9298                 to Fabien Vantard
9299
9300 2006-09-05 [colin]      2.4.0cvs150
9301
9302         * src/mimeview.c
9303                 Don't select part on right-click either
9304
9305 2006-09-05 [paul]       2.4.0cvs149
9306
9307         * src/mimeview.c
9308                 completion of previous commit
9309                 Thanks to Colin
9310
9311 2006-09-05 [colin]      2.4.0cvs148
9312
9313         * src/mimeview.c
9314                 Don't force selection on middle-click, just open
9315
9316 2006-09-04 [colin]      2.4.0cvs147
9317
9318         * src/mimeview.c
9319                 Looks like gtk_notebook_set_current_page()
9320                 sometimes steals focus, and this annoys us
9321                 in MimeViewers as it renders navigation
9322                 keys useless. Take back focus after switching
9323                 pages.
9324
9325 2006-09-04 [colin]      2.4.0cvs146
9326
9327         * src/messageview.c
9328                 Set stop_loading when clicking on Next
9329                 during load. Don't add a callback to 
9330                 avoid over-complicating things.
9331
9332 2006-09-04 [colin]      2.4.0cvs145
9333
9334         * src/mimeview.c
9335         * src/messageview.c
9336                 Fix multiple loads in separate messageview
9337
9338 2006-09-04 [colin]      2.4.0cvs144
9339
9340         * src/summaryview.c
9341                 Let navigation keys be handled during 
9342                 load
9343
9344 2006-09-04 [colin]      2.4.0cvs143
9345
9346         * src/messageview.c
9347         * src/summaryview.c
9348         * src/textview.c
9349         * src/textview.h
9350                 Make loading of huge mails (lots of text and/or
9351                 images) cancellable, so the GUI doesn't block 
9352
9353 2006-09-04 [colin]      2.4.0cvs142
9354
9355         * src/plugins/trayicon/trayicon.c
9356                 Fix annoyance when removing a folder with 
9357                 unread mails: trayicon didn't update
9358
9359 2006-09-04 [paul]       2.4.0cvs141
9360
9361         * src/gtk/icon_legend.c
9362                 straighten up columns
9363                 Patch by Fabien Vantard
9364
9365 2006-09-04 [wwp]        2.4.0cvs140
9366
9367         * src/prefs_filtering.c
9368                 fix new line's account name in filtering prefs:
9369                 was "All", is now "(New)".
9370
9371 2006-09-04 [paul]       2.4.0cvs139
9372
9373         * tools/make.themes.project
9374                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9375                 instead of homebrewed "make release"
9376
9377 2006-09-03 [colin]      2.4.0cvs138
9378
9379         * src/folderview.c
9380                 Fix bug #1007 (Wrong folder highlighted)
9381
9382 2006-09-03 [colin]      2.4.0cvs137
9383
9384         * src/compose.c
9385                 Don't set Newsgroup: header to a mail folder
9386                 path
9387
9388 2006-09-03 [paul]       2.4.0cvs136
9389
9390         * src/prefs_other.c
9391         * src/prefs_spelling.c
9392                 unify the gui
9393
9394 2006-09-03 [paul]       2.4.0cvs135
9395
9396         * src/prefs_summaries.c
9397                 correct menu item text in prefs_keybind_apply_clicked()
9398
9399 2006-09-03 [paul]       2.4.0cvs134
9400
9401         * manual/advanced.xml
9402                 some improvements to the descriptions
9403         * src/mainwindow.c
9404         * src/messageview.c
9405         * src/summaryview.c
9406         * src/gtk/menu.c
9407                 fix menu sensitivity issues
9408         * src/prefs_message.c
9409                 drop the useless word 'short'
9410         * src/prefs_other.c
9411                 add the word 'lines' indicating log length
9412                 is a measure of lines
9413         * src/textview.c
9414                 fix compilation warnings
9415
9416 2006-09-02 [colin]      2.4.0cvs133
9417
9418         * src/messageview.c
9419                 Display a special return-receipt message
9420                 if the message is from the user
9421         * src/summaryview.c
9422                 Fix missing freeze of the list when marking
9423                 all read and unthreading for exec. Thanks
9424                 to Stephan Sachse.
9425
9426 2006-09-02 [paul]       2.4.0cvs132
9427
9428         * src/mainwindow.c
9429         * src/prefs_message.c
9430         * src/summaryview.c
9431                 fix some english
9432
9433 2006-09-02 [wwp]        2.4.0cvs131
9434
9435         * src/prefs_filtering.c
9436                 added an account name column to the filtering rules
9437                 dialog.
9438
9439 2006-09-02 [colin]      2.4.0cvs130
9440
9441         * src/gtk/logwindow.c
9442         * src/gtk/logwindow.h
9443                 Block scrolling if we're not at the end
9444                 of the log
9445
9446 2006-09-02 [colin]      2.4.0cvs129
9447
9448         * src/folder.c
9449                 Make sure account-specific rules can't
9450                 be used in {pre-,post-,}processing
9451         * src/mainwindow.c
9452         * src/gtk/logwindow.c
9453         * src/gtk/logwindow.h
9454                 Jump to last error when clicking on the
9455                 warning icon
9456
9457 2006-09-02 [colin]      2.4.0cvs128
9458
9459         * src/imap.c
9460         * src/import.c
9461         * src/mainwindow.c
9462         * src/mainwindow.h
9463                 Fix warning icon
9464         * src/inc.c
9465         * src/mbox.c
9466         * src/mbox.h
9467                 Let proc_mbox know its account, for
9468                 account-specific rules
9469
9470 2006-09-01 [colin]      2.4.0cvs127
9471
9472         * src/codeconv.c
9473                 Don't uselessly use iconv to convert from
9474                 us-ascii
9475         * src/alertpanel.c
9476         * src/mainwindow.c
9477         * src/mainwindow.h
9478         * src/inc.c
9479                 Fix certain log cases, disable warning icon
9480                 for now, the correct way to display it when
9481                 necessary and only when necessary is probably
9482                 to do it manually rather than use error logs
9483         * src/etpan/imap-thread.c
9484                 Clean up UID logging a bit
9485         * src/gtk/logwindow.c
9486         * src/gtk/logwindow.h
9487                 Make logging faster when the window's closed
9488
9489 2006-09-01 [wwp]        2.4.0cvs126
9490
9491         * manual/fr/account.xml
9492                 reflect changes to the ref. manual (parts of cvs72):
9493                 fix tabnames and quotes.
9494
9495 2006-09-01 [wwp]        2.4.0cvs125
9496
9497         * manual/fr/plugins.xml
9498                 reflect changes to the reference manual (cvs42):
9499                 update IRC channel info.
9500
9501 2006-09-01 [wwp]        2.4.0cvs124
9502
9503         * commitHelper
9504                 use CVSEDITOR env. var. if set, according to `man cvs`.
9505
9506 2006-09-01 [wwp]        2.4.0cvs123
9507
9508         * manual/advanced.xml
9509                 better sentence again (thanks to Paul).
9510
9511 2006-09-01 [wwp]        2.4.0cvs122
9512
9513         * manual/advanced.xml
9514         fix definition of toolbar_detachable and rework a bit the one of
9515         enable_dotted_lines.
9516
9517 2006-09-01 [mones]      2.4.0cvs121
9518
9519         * manual/advanced.xml
9520                 Document enable_dotted_lines
9521
9522 2006-09-01 [paul]       2.4.0cvs120
9523
9524         * src/folderview.c
9525         * src/folderview.h
9526         * src/imap.c
9527         * src/mainwindow.c
9528         * src/summaryview.c
9529                 obey the 'When entering folder...' option
9530                 when using the /View/Go to/... menu items
9531                 Thanks to Colin
9532
9533 2006-08-31 [colin]      2.4.0cvs119
9534
9535         * src/folderview.c
9536                 Revert 2.4.0cvs116, wrong fix.
9537
9538 2006-08-31 [colin]      2.4.0cvs118
9539
9540         * src/gtk/gtksctree.c
9541                 Better state the various copyrights
9542
9543 2006-08-31 [colin]      2.4.0cvs117
9544
9545         * src/prefs_common.c
9546                 fix enable_dotted_lines
9547
9548 2006-08-31 [colin]      2.4.0cvs116
9549
9550         * src/folderview.c
9551                 Use pref "Always open on select" when going
9552                 to next unread folder
9553         * src/gtk/gtksctree.c
9554                 Fix link failure to _gtk_clist_create_cell_layout
9555                 on certain computers. (Why not mine, I wonder)
9556
9557 2006-08-31 [colin]      2.4.0cvs115
9558
9559         * src/procmsg.c
9560         * src/textview.c
9561         * src/plugins/bogofilter/bogofilter.c
9562         * src/plugins/spamassassin/spamassassin.c
9563                 Requalify some "errors" to warnings
9564         * src/mainwindow.c
9565         * src/mainwindow.h
9566         * src/statusbar.c
9567                 Add an icon in the statusbar to notify
9568                 of errors
9569         * src/gtk/gtksctree.c
9570         * src/folderview.c
9571         * src/summaryview.c
9572                 Make the GtkSCTree look more modern by
9573                 alternating background lines
9574         * src/prefs_common.c
9575         * src/prefs_common.h
9576                 Add a pref to let people have the old
9577                 way if they prefer
9578
9579
9580 2006-08-30 [colin]      2.4.0cvs114
9581
9582         * src/procmsg.c
9583         * src/procmsg.h
9584                 Provide a way to filter a list of
9585                 messages in an optimised manner, and
9586                 add a list-filtering hook
9587         * src/folder.c
9588         * src/inc.c
9589         * src/mbox.c
9590                 Use the list filtering
9591         * src/plugins/bogofilter/bogofilter.c
9592                 Use the list-filtering hook
9593                 Use -b (bulk) mode for more speed
9594                 when learning and filtering
9595         * src/etpan/imap-thread.c
9596                 Make log output shorter in UID SEARCH
9597
9598
9599 2006-08-30 [colin]      2.4.0cvs113
9600
9601         * src/plugins/bogofilter/bogofilter.c
9602                 Really fast mass learning - thanks to David
9603                 Relson for the options explanations :)
9604
9605 2006-08-30 [colin]      2.4.0cvs112
9606
9607         * src/msgcache.c
9608                 Fix compilation on FreeBSD. Thanks
9609                 to Michael Hugues
9610
9611 2006-08-29 [colin]      2.4.0cvs111
9612
9613         * src/folderview.c
9614                 Handle "popup_menu" signal (for popping the 
9615                 menu via the keyboard)
9616         * src/mimeview.c
9617         * src/mimeview.h
9618         * src/summaryview.c
9619         * src/textview.c
9620         * src/gtk/gtkutils.c
9621         * src/gtk/gtkutils.h
9622                 Factorize scrolling code, and add an API 
9623                 for MimeViewers to handle scroll orders
9624
9625 2006-08-29 [wwp]        2.4.0cvs110
9626
9627         * src/plugins//bogofilter/bogofilter.c
9628         * src/plugins//spamassassin/spamassassin.c
9629                 make the bogofilter/spamassassin filtering error dialogs at
9630         incorporation obey to the "don't popup error dialog on
9631         receive error" option. If disabled, feed the log window w/
9632         the error message.
9633
9634 2006-08-29 [paul]
9635
9636         2.5.0-rc2 released
9637
9638 2006-08-29 [paul]       2.4.0cvs109
9639
9640         * Makefile.am
9641                 remove 'make release', it's not needed
9642                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9643
9644 2006-08-29 [paul]       2.4.0cvs108
9645
9646         * src/foldersel.c
9647         * src/summary_search.c
9648         * src/gtk/progressdialog.c
9649         * src/plugins/pgpcore/passphrase.c
9650                 replace deprecated gtk_window_set_policy()
9651
9652 2006-08-29 [colin]      2.4.0cvs107
9653
9654         * src/folder.c
9655                 Fix data loss when copy fails during a move:
9656                 only use fast remove_msgs if everything was
9657                 copied OK; else use slow remove_msg on the
9658                 mails that got copied only.
9659
9660 2006-08-28 [paul]       2.4.0cvs106
9661
9662         * src/mh.c
9663                 revert change in 2.4.0cvs104, it breaks
9664                 stuff
9665
9666 2006-08-28 [paul]       2.4.0cvs105
9667
9668         * src/plugins/spamassassin/spamassassin.c
9669                 english fix
9670
9671 2006-08-28 [paul]       2.4.0cvs104
9672
9673         * src/mh.c
9674                 fix data loss when moving to another
9675                 mailbox fails
9676         * src/prefs_spelling.c
9677                 improve the english
9678         * src/gtk/pluginwindow.c
9679                 improve the layout of the dialog text
9680         All thanks to Colin
9681
9682 2006-08-28 [paul]       2.4.0cvs103
9683
9684         * src/plugins/bogofilter/bogofilter.c
9685         * src/plugins/bogofilter/bogofilter_gtk.c
9686                 fix english up a bit, innit
9687
9688 2006-08-28 [paul]       2.4.0cvs102
9689
9690         * configure.ac
9691         * po/Makefile.in.in
9692         * po/Makevars
9693                 require autoconf 2.60, enabling building
9694                 with gettext 0.15 (gettext 0.14.x build still
9695                 possible). Replace Makefiles with versions
9696                 from gettext 0.15.
9697                 Remove configure options --with-localedir and
9698                 --with-mandir. The options that are provided
9699                 directly by autoconf 2.60 can be used instead:
9700                 --mandir --localedir
9701
9702 2006-08-27 [colin]      2.4.0cvs101
9703
9704         * src/plugins/bogofilter/Makefile.am
9705                 Fix make dist (no README)
9706
9707 2006-08-27 [colin]      2.4.0cvs100
9708
9709         * src/folder.c
9710                 Don't use F_UNKNOWN folders for any default
9711                 outbox/trash/etc
9712         * src/plugins/bogofilter/bogofilter.c
9713         * src/plugins/bogofilter/bogofilter.h
9714         * src/plugins/bogofilter/bogofilter_gtk.c
9715                 Add an option to specify the path to bogofilter
9716                 Use single-quotes to be able to learn in folders
9717                 with spaces in their names
9718                 Verify learning status
9719
9720 2006-08-27 [colin]      2.4.0cvs99
9721
9722         * manual/faq.xml
9723         * manual/plugins.xml
9724                 Document Bogofilter plugin
9725
9726 2006-08-27 [colin]      2.4.0cvs98
9727
9728         * src/compose.c
9729         * src/messageview.c
9730         * src/procmsg.c
9731         * src/procmsg.h
9732                 When possible, copy the queued mail to sent folder
9733                 instead of re-adding. Much faster on IMAP.
9734
9735 2006-08-27 [colin]      2.4.0cvs97
9736
9737         * src/msgcache.c
9738                 Disable mmaped caches - huge metadata loss
9739                 here after a power failure.
9740         * src/summaryview.c
9741                 Add quicksearch timing
9742         * src/common/plugin.c
9743         * src/common/plugin.h
9744                 Implement an interface to tell what plugins
9745                 provide. Prevent loading of similar plugins.
9746         * src/plugins/clamav/clamav_plugin.c
9747         * src/plugins/demo/demo.c
9748         * src/plugins/dillo_viewer/dillo_viewer.c
9749         * src/plugins/pgpcore/plugin.c
9750         * src/plugins/pgpinline/pgpinline.c
9751         * src/plugins/pgpmime/pgpmime.c
9752         * src/plugins/spamassassin/spamassassin.c
9753         * src/plugins/trayicon/trayicon.c
9754                 Implement plugin_provides()
9755
9756 2006-08-27 [colin]      2.4.0cvs96
9757
9758         * configure.ac
9759         * src/plugins/Makefile.am
9760         * src/plugins/bogofilter/.cvsignore
9761         * src/plugins/bogofilter/Makefile.am
9762         * src/plugins/bogofilter/bogofilter.c
9763         * src/plugins/bogofilter/bogofilter.h
9764         * src/plugins/bogofilter/bogofilter_gtk.c
9765                 New Bogofilter plugin, provides filtering and
9766                 learning. Spamassassin will go to extra plugins.
9767
9768 2006-08-26 [mones]      2.4.0cvs95
9769
9770         * manual/handling.xml
9771                 Fix subfolder path in the example (thanks to Paul) 
9772
9773 2006-08-26 [mones]      2.4.0cvs94
9774
9775         * manual/glossary.xml
9776                 2.2. + add ISP to the glossary
9777                 7.5. + Add UIDL to glossary
9778                 7.7. + Add TCP to glossary
9779         * manual/handling.xml
9780                 7.1. + Mentions GNU/Linux distribution, what about the non...
9781                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9782                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9783                 7.4. = Use appropriate quotation for commands
9784                 7.6. = change "" to <quote></quote>
9785         * manual/plugins.xml
9786                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9787         * manual/starting.xml
9788                 2.1. + local mbox file: some examples of mbox file locations...
9789                 Also reformatted files requiring it
9790
9791 2006-08-26 [wwp]        2.4.0cvs93
9792
9793         * src/summary_search.c
9794                 disable find buttons while summary search is running.
9795
9796 2006-08-25 [colin]      2.4.0cvs92
9797
9798         * src/folder.c
9799         * src/folderutils.c
9800         * src/mh.c
9801         * src/procmsg.h
9802         * src/summaryview.c
9803                 Speed up MH moving, and add progressbar
9804                 for MH deletion
9805         * src/msgcache.c
9806                 Write cache files using mmap() too
9807
9808 2006-08-25 [wwp]        2.4.0cvs91
9809
9810         * src/summaryview.c
9811                 switch spam<->ham button when a message has been marked as spam or ham
9812                 and is still selected. Thanks to Colin.
9813
9814 2006-08-25 [paul]       2.4.0cvs90
9815
9816         * src/Makefile.am
9817         * src/stock_pixmap.c
9818         * src/stock_pixmap.h
9819         * src/summaryview.c
9820         * src/gtk/icon_legend.c
9821         * src/pixmaps/copied.xpm
9822         * src/pixmaps/moved.xpm
9823                 add icons for delayed execution marked for
9824                 copying, marked for moving
9825
9826 2006-08-25 [mones]      2.4.0cvs89
9827
9828         * manual/glossary.xml
9829                 Fix the other glossary items:
9830                 5.1. = Inmmediate execution -> <quote>immediate execution...
9831                 5.2. = Fix MBOX capitalization -> Mbox
9832                 5.3. + Improve Plugins def. w/ tech. ref.
9833                 5.4. = Quotation -> replace '>' by <quote>></quote>
9834                 5.5. - SMTP Server. -> remove dot
9835         * po/es.po
9836                 Updated translation
9837
9838 2006-08-25 [mones]      2.4.0cvs88
9839
9840         * manual/ack.xml
9841                 Reformatted, changed email address
9842         * manual/glossary.xml
9843                 Reformatted, fixed MANUAL-TODO items:
9844                 8.2. + add ROT-13 to glossary
9845                 8.4. + add URL to glossary
9846         * manual/es/advanced.xml
9847                 Fixed <literal>s
9848
9849 2006-08-25 [paul]       2.4.0cvs87
9850
9851         * src/gtk/icon_legend.c
9852                 add 'marked for deletion' icon
9853                 arrange icons by containing column
9854                 wrap long label text
9855
9856 2006-08-25 [colin]      2.4.0cvs86
9857
9858         * src/common/utils.c
9859         * src/common/utils.h
9860                 Add the sc_g_*list_bigger functions in
9861                 a place everyone can use it
9862         * src/summaryview.c
9863                 Only freeze/thaw the list when working
9864                 on the selection, if it's bigger than 1
9865         * src/gtk/gtksctree.c
9866                 Only freeze/thaw the list when unselec-
9867                 ting 'all' if ('all' != 1)
9868                 This avoids some flickering
9869
9870 2006-08-24 [colin]      2.4.0cvs85
9871
9872         * src/addressbook.c
9873                 Fix strange list selection
9874                 Fix random seg (Invalid read of freed memory)
9875
9876 2006-08-24 [colin]      2.4.0cvs84
9877
9878         * src/alertpanel.c
9879         * src/gtk/inputdialog.c
9880         * src/plugins/pgpcore/passphrase.c
9881                 Revert minimal width patch of 2.4.0cvs67,
9882                 as it is also a maximal width. Use 
9883                 gtk_window_set_default_size instead.
9884
9885 2006-08-24 [colin]      2.4.0cvs83
9886
9887         * src/msgcache.c
9888                 Write cache/mark to temp files before
9889                 overwriting old ones (avoids metadata
9890                 loss if writing the new files fail).
9891                 Use mmap() to read cache/mark file, as
9892                 this makes cache reading faster. Dis-
9893                 abled for big-endian machines until it
9894                 can be tested. (Big-endian users: set
9895                 msgcache_use_mmap = TRUE in the relevant
9896                 #if).
9897         * src/procmsg.h
9898                 Move rarely used fields of MsgInfo in 
9899                 another structure, which will only be
9900                 allocated if needed. Face, X-Face,
9901                 Return receipt headers and List-*
9902                 headers are moved. Mails having none
9903                 of these occupy 52 bytes less with
9904                 this patch, which makes 2.5MB of RAM
9905                 saved on a 50k folder).
9906         * src/headerview.c
9907         * src/mainwindow.c
9908         * src/messageview.c
9909         * src/partial_download.c
9910         * src/procheader.c
9911         * src/procmsg.c
9912         * src/textview.c
9913                 Follow this structure change.
9914
9915 2006-08-24 [wwp]        2.4.0cvs82
9916
9917         * manual/es/.cvsignore
9918         * manual/es/dist/.cvsignore
9919         * manual/es/dist/html/.cvsignore
9920         * manual/es/dist/pdf/.cvsignore
9921         * manual/es/dist/ps/.cvsignore
9922         * manual/es/dist/txt/.cvsignore
9923                 more (generated) files to ignore.
9924
9925 2006-08-24 [colin]      2.4.0cvs81
9926
9927         * src/folder.c
9928         * src/mh.c
9929                 Fix possible problems with local delivery. Check the folder doesn't
9930                 need scan before setting its mtime when saving cache (which can be
9931                 done long after the folder's been modified by an external process);
9932                 Check that the stored item's mtime didn't change in mh functions.
9933
9934 2006-08-24 [mones]      2.4.0cvs80
9935
9936         * manual/advanced.xml
9937                 Rewrapping, some fixes and MANUAL-TODO items:
9938                 8.1. = change "" to <quote></quote>
9939                 8.3. = quote menu items
9940                 8.5. - deploying -> new user ... ideally a new user (redundant)
9941
9942 2006-08-23 [colin]      2.4.0cvs79
9943
9944         * src/gtk/gtksctree.c
9945                 When selecting or deselecting range, only
9946                 freeze/thaw when selection is bigger than 10
9947
9948 2006-08-23 [colin]      2.4.0cvs78
9949
9950         * src/messageview.c
9951         * src/mimeview.c
9952         * src/mimeview.h
9953         * src/plugins/dillo_viewer/dillo_viewer.c
9954                 Provide an API for MimeViewer plugins to
9955                 return a text selection for replying
9956
9957 2006-08-23 [colin]      2.4.0cvs77
9958
9959         * src/image_viewer.c
9960         * src/textview.c
9961                 Use gtk_pixbuf_new_from_file_at_scale(), which
9962                 is faster than getting the pixbuf then resizing
9963                 it.
9964
9965 2006-08-23 [colin]      2.4.0cvs76
9966
9967         * src/procmime.c
9968                 UTF-8 should be sent Quoted-printable
9969
9970 2006-08-22 [colin]      2.4.0cvs75
9971
9972         * src/mh.c
9973                 Check if scan is required before touching
9974                 the folder (or it'll be required every time)
9975
9976 2006-08-22 [colin]      2.4.0cvs74
9977
9978         * configure.ac
9979                 Require libetpan 0.46 (crasher fix when built
9980                 against gnutls)
9981
9982 2006-08-22 [colin]      2.4.0cvs73
9983
9984         * src/folder.c
9985                 Set folder's mtime after writing its
9986                 cache
9987         * src/folderview.c
9988                 Add some timing
9989         * src/procmsg.c
9990                 Don't do useless stuff if we don't 
9991                 thread by subject
9992         * src/summaryview.c
9993                 Add some timing, don't deselect prior
9994                 to selecting (gtksctree does it itself),
9995                 remove crash avoidance hacks as it's been
9996                 properly fixed since a while
9997         * src/common/utils.c
9998                 Optimize to_human_readable(): _() is slow,
9999                 do it only once, and avoid %f format for KB
10000                 (the most common in a summaryview)
10001         * src/gtk/gtksctree.c
10002                 Don't uselessly freeze/thaw (fixes flicker
10003                 on next unread and friends), reduce number
10004                 of g_list_nth/g_list_position where possible
10005         * src/gtk/gtkutils.c
10006         * src/gtk/gtkutils.h
10007                 Reduce number of g_list_nth/g_list_position
10008                 where possible.
10009                 All of this makes loading as 70k folder 2.1
10010                 seconds instead of 3.2 (with hot FS caches).
10011                 (1.3 seconds without Date and Size columns...)
10012
10013 2006-08-22 [paul]       2.4.0cvs72
10014
10015         wrap documents and do some items from mones' MANUAL-TODO:
10016
10017         * manual/account.xml
10018                 4.1. = fix tabname references to <quote>tabname</quote>
10019                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10020         * manual/faq.xml
10021                 1.1. = mentioned options don't match UI
10022                 Add information about the 'Never send Return Receipts'
10023                 option
10024         * manual/handling.xml
10025                 6.2. = Mentions Extended symbols button, but now is
10026                 named Information
10027                 6.3. = Mentions ... button, which is now Edit
10028
10029 2006-08-22 [colin]      2.4.0cvs71
10030
10031         * src/gtk/pluginwindow.c
10032                 Fix layout in verbose translations (such
10033                 as french)
10034
10035 2006-08-22 [paul]       2.4.0cvs70
10036
10037         * manual/Makefile.am
10038                 build manuals in alphabetical order
10039         * src/addressbook.c
10040         * src/prefs_themes.c
10041                 replace/remove deprecated symbols
10042         * src/gtk/gtkutils.c
10043                 fix a warning
10044         * src/gtk/pluginwindow.c
10045                 replace deprecated symbol
10046                 replace label text and move it
10047         * src/plugins/pgpcore/prefs_gpg.c
10048                 move the 'Generate...' button out of the
10049                 Sign Key frame, replace the English used
10050         * src/plugins/pgpcore/sgpgme.c
10051                 fixes to the English
10052
10053 2006-08-21 [colin]      2.4.0cvs69
10054
10055         * src/plugins/trayicon/trayicon.c
10056                 Add more strings for translation; patch
10057                 by Pawel
10058
10059 2006-08-21 [colin]      2.4.0cvs68
10060
10061         * src/compose.c
10062                 fix replied flag not set after drafting
10063         * src/matcher.c
10064                 fix body quicksearch in non-encoded bodies
10065                 containing '='
10066         * src/msgcache.c
10067                 Get rid of the g_malloc workaround for
10068                 corrupted caches, use g_try_malloc
10069
10070 2006-08-21 [colin]      2.4.0cvs67
10071
10072         * src/alertpanel.c
10073         * src/gtk/inputdialog.c
10074         * src/plugins/pgpcore/passphrase.c
10075                 Set minimal width to 375
10076         * src/mainwindow.c
10077                 Fix switching to offline, asking if it 
10078                 should be overriden for synchronising
10079         * src/mimeview.c
10080                 Don't offer to remember command on Open 
10081                 with for text parts, as the browser or 
10082                 text editor command isn't changed from 
10083                 there
10084
10085 2006-08-20 [paul]       2.4.0cvs66
10086
10087         * po/ko.po
10088         * po/zh_CN.po
10089                 fix plural form errors. revealed by stricter
10090                 checking of gettext 0.15
10091
10092 2006-08-18 [paul]       2.4.0cvs65
10093
10094         * src/stock_pixmap.c
10095                 fix the fix of 2.4.0cvs64
10096                 Thanks to Colin
10097
10098 2006-08-18 [paul]       2.4.0cvs64
10099
10100         * src/stock_pixmap.c
10101                 fix leaks
10102                 Thanks to Colin
10103
10104 2006-08-18 [paul]       2.4.0cvs63
10105
10106         * src/compose.c
10107         * src/procmsg.c
10108                 fix occasional IMAP bug where large msgs
10109                 were left in the queue folder after sending
10110                 Thanks to Colin
10111
10112 2006-08-18 [paul]       2.4.0cvs62
10113
10114         * src/folderview.c
10115                 freeze the summaryview while quicksearch results
10116                 are displayed
10117                 (fixes bug 456 'current message is hidden when the
10118                 view is refreshed and extended search is "unread 
10119                 messages"')
10120                 Thanks to Colin
10121         * src/textview.c
10122                 add missing #include "inputdialog.h"
10123         * src/common/utils.h
10124                 add missing mailcap_update_default() and improve
10125                 readability
10126
10127 2006-08-17 [colin]      2.4.0cvs61
10128
10129         * src/plugins/pgpcore/select-keys.c
10130                 Fix warnings :)
10131
10132 2006-08-17 [colin]      2.4.0cvs60
10133
10134         * src/compose.c
10135                 Don't continue queuing if Cancel is clicked
10136                 in select-keys
10137
10138 2006-08-17 [colin]      2.4.0cvs59
10139
10140         * src/plugins/pgpcore/select-keys.c
10141                 When encrypting, if only one key matches and it 
10142                 matches exactly, automatically use it.
10143
10144 2006-08-17 [colin]      2.4.0cvs58
10145
10146         * src/mimeview.c
10147         * src/prefs_common.c
10148         * src/prefs_common.h
10149         * src/prefs_ext_prog.c
10150         * src/textview.c
10151                 Fix issues with previous patch (text/html)
10152                 Remove outdated prefs
10153
10154 2006-08-17 [colin]      2.4.0cvs57
10155
10156         * src/imap.c
10157                 Add View Log button on auth error
10158         * src/procmsg.c
10159                 Fix encrypted mail marked as new when
10160                 saved in normal folders
10161         * src/plugins/pgpinline/pgpinline.c
10162                 Fix encrypt bug on IMAP
10163         * src/mimeview.c
10164         * src/common/utils.c
10165         * src/common/utils.h
10166         * src/gtk/inputdialog.c
10167         * src/gtk/inputdialog.h
10168                 Get rid of metamail stuff, simplify
10169                 opening, and allow remembering of user's
10170                 choices (by updating ~/.mailcap). There's
10171                 still to drop "Audio player" and "Image
10172                 viewer" preferences.
10173
10174 2006-08-17 [mones]      2.4.0cvs56
10175
10176         * manual/es/sylpheed-claws-manual.xml
10177                 fix DTD path
10178
10179 2006-08-17 [mones]      2.4.0cvs55
10180
10181         * configure.ac
10182         * manual/Makefile.am
10183         * manual/es/Makefile.am
10184         * manual/es/account.xml
10185         * manual/es/ack.xml
10186         * manual/es/addrbook.xml
10187         * manual/es/advanced.xml
10188         * manual/es/faq.xml
10189         * manual/es/glossary.xml
10190         * manual/es/gpl.xml
10191         * manual/es/handling.xml
10192         * manual/es/intro.xml
10193         * manual/es/keyboard.xml
10194         * manual/es/plugins.xml
10195         * manual/es/starting.xml
10196         * manual/es/sylpheed-claws-manual.xml
10197         * manual/es/dist/Makefile.am
10198         * manual/es/dist/html/Makefile.am
10199         * manual/es/dist/pdf/Makefile.am
10200         * manual/es/dist/ps/Makefile.am
10201         * manual/es/dist/txt/Makefile.am
10202                 Spanish translation for the manual
10203
10204 2006-08-16 [colin]      2.4.0cvs54
10205
10206         * src/compose.c
10207         * src/main.c
10208         * src/mainwindow.c
10209                 Fix send button sensitivity at startup
10210                 Set send menu sensitivity (patch by Fabien)
10211         * src/ssl_manager.c
10212                 Enable closing with esc (patch by Fabien)
10213         * src/gtk/foldersort.c
10214                 Enable closing with esc (patch by Fabien)
10215         * src/procmime.c
10216                 Optimisation (no need to copy to tempfile to
10217                 "decode" 7bit and 8bit)
10218         * src/summaryview.c
10219                 Fix cruft in swap_from case
10220         * src/textview.c
10221                 Fix missing last line in some mail cases 
10222                 (Fixes debian #381872)
10223         * src/plugins/pgpcore/prefs_gpg.c
10224         * src/plugins/pgpcore/sgpgme.c
10225         * src/plugins/pgpcore/sgpgme.h
10226                 Don't show "no key found" when user explicitely
10227                 wants to create a key
10228
10229 2006-08-16 [paul]       2.4.0cvs53
10230
10231         * configure.ac
10232         * src/account.c
10233         * src/addressbook.c
10234         * src/headerview.c
10235         * src/prefs_account.c
10236         * src/prefs_message.c
10237         * src/gtk/gtkutils.c
10238                 bump up minimum required versions of GTK+ and
10239                 GLIB to 2.6.0
10240
10241 2006-08-16 [paul]       2.4.0cvs52
10242
10243         * src/toolbar.c
10244                 workaround GTK+ Bug 351600 - 'Can't re-click
10245                 on button after sensitivity update'
10246                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10247                 Thanks to Colin
10248
10249 2006-08-15 [colin]      2.4.0cvs51
10250
10251         * src/plugins/pgpcore/prefs_gpg.c
10252                 Set options sensitivity according to
10253                 key existence
10254         * src/plugins/pgpcore/sgpgme.c
10255                 Allow to create key with no passphrase
10256
10257 2006-08-14 [cleroy]     2.4.0cvs50
10258
10259         * src/gtk/pluginwindow.c
10260                 New layout (maybe to be changed?)
10261         * src/gtk/gtkutils.c
10262                 Fix a bit label_window
10263         * src/plugins/pgpcore/passphrase.c
10264         * src/plugins/pgpcore/passphrase.h
10265         * src/plugins/pgpcore/plugin.c
10266         * src/plugins/pgpcore/prefs_gpg.c
10267         * src/plugins/pgpcore/prefs_gpg.h
10268         * src/plugins/pgpcore/sgpgme.c
10269         * src/plugins/pgpcore/sgpgme.h
10270                 Allow to create a PGP private key via the GUI
10271
10272 2006-08-14 [wwp]        2.4.0cvs49
10273
10274         * src/addressbook_foldersel.c
10275                 fix strict ISO C90 compliance.
10276
10277 2006-08-14 [paul]       2.4.0cvs48
10278
10279         * src/gtk/prefswindow.c
10280                 re-set scrolled window on opening
10281                 Patch by Ticho
10282
10283 2006-08-14 [paul]
10284
10285         2.5.0-rc1 released
10286
10287 2006-08-14 [paul]       2.4.0cvs47
10288
10289         * src/prefs_display_header.c
10290                 re-enable user-defined Displayed Headers
10291
10292 2006-08-14 [paul]       2.4.0cvs46
10293
10294         * src/prefs_account.c
10295                 use GTK_STOCK_EDIT
10296
10297 2006-08-13 [colin]      2.4.0cvs45
10298
10299         * src/common/utils.c
10300                 Fix "a" in quote when the original message is empty,
10301                 by using \0 instead of 'a' to test writability of
10302                 temp files.
10303
10304 2006-08-13 [wwp]        2.4.0cvs44
10305
10306         * src/plugins/spamassassin/spamassassin.c
10307                 fix capitalization of "SpamAssassin" in some debug, log and
10308                 dialog messages.
10309
10310 2006-08-13 [paul]       2.4.0cvs43
10311
10312         * src/editldap.c
10313                 fix overlapping widgets
10314         * src/prefs_account.c
10315                 fix translation of protocol_names[]
10316                 fix label disappearing off the edge of the
10317                 visible area
10318
10319 2006-08-12 [paul]       2.4.0cvs42
10320
10321         * manual/plugins.xml
10322                 update IRC channel info before it gets forgotten
10323                 about
10324
10325 2006-08-11 [colin]      2.4.0cvs41
10326
10327         * src/compose.c
10328         * src/mainwindow.c
10329         * src/mainwindow.h
10330         * src/procmsg.c
10331         * src/procmsg.h
10332         * src/summaryview.c
10333         * src/toolbar.c
10334                 Grey out the Send button if
10335                 - Queue folders are empty, or
10336                 - We're sending already
10337
10338 2006-08-11 [wwp]        2.4.0cvs40
10339
10340         * src/main.c
10341                 fix a logic issue when quitting while a compose window is
10342                 still open, thanks to Colin.
10343
10344 2006-08-10 [colin]      2.4.0cvs39
10345
10346         * src/main.c
10347                 Fix default font size setting after wizard run
10348         * src/imap.c
10349         * src/etpan/imap-thread.c
10350         * src/etpan/imap-thread.h
10351                 Fix bug #999 (Timing out on TSL cert validation 
10352                 dialog makes ugly things happen). Also, STARTTLS
10353                 unconditionnaly if initial capabilities contain
10354                 LOGINDISABLED and STARTTLS.
10355
10356 2006-08-09 [colin]      2.4.0cvs38
10357
10358         * src/mainwindow.c
10359         * src/mainwindow.h
10360                 Fix Tools/Actions sensitivity when there are
10361                 no actions
10362
10363 2006-08-09 [colin]      2.4.0cvs37
10364
10365         * src/prefs_filtering.c
10366                 Warning fix, patch by Paul
10367         * src/messageview.c
10368         * src/prefs_actions.c
10369         * src/prefs_filtering_action.c
10370         * src/prefs_matcher.c
10371                 Uniformisation of "Info ..." to "Info..." (for
10372                 old gtk), patch by Fabien
10373         * src/plugins/clamav/clamav_plugin_gtk.c
10374                 Sensitivity fix by Fabien
10375
10376 2006-08-09 [colin]      2.4.0cvs36
10377
10378         * src/main.c
10379         * src/main.h
10380                 Add a function to know whether we're exiting
10381         * src/plugins/trayicon/trayicon.c
10382                 If exiting, don't do anything. Faster, and
10383                 avoids gtk_main_iteration reentracy causing
10384                 segfaults at exit
10385
10386 2006-08-09 [colin]      2.4.0cvs35
10387
10388         * src/messageview.c
10389         * src/mimeview.c
10390         * src/mimeview.h
10391                 Fix lack of part selection when automatically 
10392                 jumping to a specific part
10393         * src/msgcache.c
10394                 Little optimisation in cache reading
10395
10396 2006-08-09 [colin]      2.4.0cvs34
10397
10398         * src/compose.c
10399                 Fix crash setting the priority on reedit
10400                 (Accessing compose before creating it!)
10401
10402 2006-08-08 [colin]      2.4.0cvs33
10403
10404         * src/procmime.c
10405                 Fix bug #998 (last attachment is not accessible)
10406                 Bad RFC interpretation on multipart close-delimiters
10407         * src/mimeview.c
10408         * src/mimeview.h
10409         * src/gtk/gtkvscrollbutton.c
10410         * src/gtk/gtkvscrollbutton.h
10411                 Make attachments list wheel-scrollable
10412
10413 2006-08-07 [colin]      2.4.0cvs32
10414
10415         * src/gtk/gtkaspell.c
10416                 Fix bug #973 (Unicode punctation characters 
10417                 are not recognized as separators by the
10418                 spell checker); fix unsigned stuff
10419
10420 2006-08-07 [colin]      2.4.0cvs31
10421
10422         * src/compose.c
10423                 Fix bug #956 (DnD text with accents in compose 
10424                 text entry); fix gccc's signed/unsigned fuss
10425
10426 2006-08-06 [colin]      2.4.0cvs30
10427
10428         * src/main.c
10429                 Fix bug #979 (Plugin crashes when exiting 
10430                 sylpheed-claws) : handle exit request only 
10431                 once
10432
10433 2006-08-05 [colin]      2.4.0cvs29
10434
10435         * src/news.c
10436                 Just make sure we have a msgid.
10437
10438 2006-08-05 [colin]      2.4.0cvs28
10439
10440         * src/news.c
10441         * src/summaryview.c
10442                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10443                 by reimplementing it
10444         * src/textview.c
10445                 Fix bug when hiding quotes with level > 3 and quote
10446                 colors are recycled
10447
10448 2006-08-04 [colin]      2.4.0cvs27
10449
10450         * src/compose.c
10451         * src/undo.c
10452         * src/undo.h
10453                 Fix a bit replace-by-pasting undo
10454         * src/mainwindow.c
10455         * src/messageview.c
10456                 Fix Fold quotes menu synchro in
10457                 mainwindow when it changes in 
10458                 messageview
10459         * src/textview.c
10460                 Fix right-click on quotes blocks
10461         * src/common/utils.c
10462                 Verify that the file created by
10463                 my_tmpfile() is writable. Fixes
10464                 bug #988 (very specific filesystem
10465                 issue)
10466         * src/plugins/pgpcore/sgpgme.c
10467                 Fix file descriptor leak
10468         * src/plugins/spamassassin/spamassassin.c
10469                 Warn once if spamd isn't reachable
10470
10471 2006-08-04 [colin]      2.4.0cvs26
10472
10473         * src/toolbar.c
10474                 i18n context patch by Fabien
10475
10476 2006-08-03 [colin]      2.4.0cvs25
10477
10478         * src/mainwindow.c
10479         * src/messageview.c
10480                 Rename "Hide quotes" to "Fold quotes"
10481         * src/textview.c
10482                 Don't use hand cursor on quotes. "all 
10483                 the bonuses of the feature and none of 
10484                 unwelcome side-effects"
10485
10486 2006-08-03 [colin]      2.4.0cvs24
10487
10488         * AUTHORS
10489         * sylpheed-claws.desktop
10490         * src/gtk/authors.h
10491                 Bring the desktop file to XDG compliance
10492                 Patch by Charles A. Edwards
10493
10494 2006-08-03 [colin]      2.4.0cvs23
10495
10496         * src/textview.c
10497                 Fix links offset when they are preceded
10498                 by accentued chars (g_utf8_strlen!)
10499         * src/mainwindow.c
10500                 Fix wrong status when starting offline
10501
10502
10503 2006-08-03 [wwp]        2.4.0cvs22
10504
10505         * src/prefs_common.h
10506                 ask what to do w/ filtering rules that belong to an account when
10507                 applying filtering rules manually from the main window (skip,
10508                 apply regardless of the account, use current account). This dialog
10509                 can be skipped and the last reply used.
10510                 (forgot that file)
10511
10512 2006-08-03 [wwp]        2.4.0cvs21
10513
10514         * src/filtering.c
10515         * src/filtering.h
10516         * src/prefs_common.c
10517         * src/summaryview.c
10518         * src/alertpanel.c
10519         * src/alertpanel.h
10520         * src/messageview.c
10521                 ask what to do w/ filtering rules that belong to an account when
10522                 applying filtering rules manually from the main window (skip,
10523                 apply regardless of the account, use current account). This dialog
10524                 can be skipped and the last reply used.
10525
10526
10527 2006-08-03 [colin]      2.4.0cvs20
10528
10529         * src/textview.c
10530                 Optimize previous patch
10531
10532 2006-08-03 [cleroy]     2.4.0cvs19
10533
10534         * src/textview.c
10535                 Fix quotes getting toggled back when the
10536                 mail has an even number of text parts
10537
10538 2006-08-02 [colin]      2.4.0cvs18
10539
10540         * src/messageview.c
10541                 Add Hide quotes menu
10542
10543 2006-08-02 [colin]      2.4.0cvs17
10544
10545         * src/mainwindow.c
10546         * src/prefs_common.c
10547         * src/textview.c
10548         * src/textview.h
10549         * src/gtk/about.c
10550                 Allow per-level quote hiding,
10551                 Allow toggling quotes by double-clicking them
10552                 Rename RemoteURI to ClickableText to reflect
10553                 the fact it's used for a variety of things
10554
10555 2006-08-02 [wwp]        2.4.0cvs16
10556
10557         * src/mainwindow.c
10558                 fix "View/Hide quotes" menu item status initialization.
10559
10560 2006-08-02 [wwp]        2.4.0cvs15
10561
10562         * src/matcher_parser_parse.y
10563                 remove a debug trace.
10564
10565 2006-08-02 [paul]       2.4.0cvs14
10566
10567         * src/plugins/pgpcore/passphrase.c
10568                 don't set initial dialog size
10569                 make it resizable
10570
10571 2006-08-02 [paul]       2.4.0cvs13
10572
10573         * src/noticeview.c
10574                 remove the rogue '/' character
10575
10576 2006-08-02 [paul]       2.4.0cvs12
10577
10578         * src/noticeview.c
10579                 allow buttons to resize as necessary
10580
10581 2006-08-01 [wwp]        2.4.0cvs11
10582
10583         * src/mbox.c
10584                 fix strict ISO C90 compliance.
10585
10586 2006-08-01 [wwp]        2.4.0cvs10
10587
10588         * tools/update-po
10589                 updated update-po tool to work w/ context-dependent translations.
10590                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10591
10592 2006-08-01 [wwp]        2.4.0cvs9
10593
10594         * src/matcher.c
10595         * src/prefs_filtering.c
10596         * src/prefs_matcher.c
10597                 allow context-dependent translations for "All",
10598                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10599
10600 2006-07-31 [colin]      2.4.0cvs8
10601
10602         * AUTHORS
10603         * src/gtk/authors.h
10604                 Add Rafal to authors
10605
10606 2006-07-31 [colin]      2.4.0cvs7
10607
10608         * src/compose.c
10609         * src/mainwindow.c
10610         * src/messageview.h
10611         * src/prefs_common.c
10612         * src/prefs_common.h
10613         * src/textview.c
10614                 Add 'View/Hide quotes'. Patch based on a patch
10615                 by Rafal Weglarz
10616
10617 2006-07-31 [colin]      2.4.0cvs6
10618
10619         * src/action.c
10620                 Fix problem with "> stuff >" actions
10621
10622 2006-07-31 [paul]       2.4.0cvs5
10623
10624         * po/nb.po
10625                 updated by Geir Helland
10626
10627 2006-07-31 [wwp]        2.4.0cvs4
10628
10629         * src/mainwindow.c
10630         * src/summaryview.c
10631         * src/summaryview.h
10632                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10633                 thanks to Colin.
10634
10635 2006-07-31 [wwp]        2.4.0cvs3
10636
10637         * src/Makefile.am
10638         * src/addr_compl.c
10639         * src/addr_compl.h
10640         * src/addressbook.c
10641         * src/addressbook.h
10642         * src/addressbook_foldersel.c
10643         * src/addressbook_foldersel.h
10644         * src/addrindex.c
10645         * src/addrindex.h
10646         * src/matcher.c
10647         * src/matcher.h
10648         * src/matcher_parser_lex.l
10649         * src/matcher_parser_parse.y
10650         * src/prefs_common.c
10651         * src/prefs_common.h
10652         * src/prefs_filtering.c
10653         * src/prefs_matcher.c
10654         * src/prefs_matcher.h
10655         * src/summaryview.c
10656                 introduce filtering against the address book. It's now possible to add
10657                 matched conditions to determine if any email address in a message matches
10658                 or doesn't match any or all books or folders in the address book.
10659
10660 2006-07-31 [wwp]        2.4.0cvs2
10661
10662         * src/account.c
10663         * src/filtering.c
10664         * src/filtering.h
10665         * src/folder.c
10666         * src/folderview.c
10667         * src/inc.c
10668         * src/mainwindow.c
10669         * src/matcher.c
10670         * src/matcher_parser_lex.l
10671         * src/matcher_parser_parse.y
10672         * src/mbox.c
10673         * src/prefs_filtering.c
10674         * src/prefs_filtering.h
10675         * src/procmsg.c
10676         * src/procmsg.h
10677         * src/summaryview.c
10678                 introduce per-account filtering rules. Each filtering rule can now be assigned
10679                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10680                 when applying filtering rules manually, as all rules will apply - even the ones
10681                 assigned to an account. This issue will be addressed soon.
10682  
10683
10684
10685 2006-07-31 [wwp]        2.4.0cvs1
10686
10687         * src/quote_fmt.c
10688                 make more strings translatable.
10689
10690 2006-07-31 [paul]       2.4.0
10691
10692         2.4.0 released
10693
10694 2006-07-31 [paul]       2.3.1cvs91
10695
10696         * po/ca.po
10697                 updated by Miquel Oliete
10698
10699 2006-07-31 [paul]       2.3.1cvs90
10700
10701         * po/de.po
10702         * po/el.po
10703         * po/fr.po
10704         * po/it.po
10705         * po/pl.po
10706         * po/pt_BR.po
10707         * po/sr.po
10708         * po/zh_CN.po
10709                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10710                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10711                 Aleksandar Urosevic, and Ralgh Young
10712
10713 2006-07-31 [paul]       2.3.1cvs89
10714
10715         * src/account.c
10716         * src/main.c
10717         * src/mainwindow.c
10718         * src/mainwindow.h
10719                 Fix a race condition when, after an SC crash, rescanning
10720                 folders took more than 0.5 seconds
10721                 Thanks to Colin
10722
10723 2006-07-31 [paul]       2.3.1cvs88
10724
10725         * src/folderview.c
10726                 don't translate separator strings
10727
10728 2006-07-30 [mones]      2.3.1cvs87
10729
10730         * doc/man/sylpheed-claws.1
10731                 Fixed non-ASCII chars in Hoa's name
10732         * po/es.po
10733                 Updated for release
10734
10735 2006-07-27 [colin]      2.3.1cvs86
10736
10737         * src/textview.c
10738                 Don't include the leading \n in links
10739                 Patch by Fabien
10740
10741 2006-07-25 [colin]      2.3.1cvs85
10742
10743         * src/mainwindow.c
10744         * src/common/socket.h
10745         * src/etpan/imap-thread.c
10746                 Refresh resolvers before connecting
10747                 to IMAP servers, and after switching
10748                 to online. Thanks to Paul.
10749
10750 2006-07-18 [colin]
10751
10752         * 2.4.0-rc4 released
10753
10754 2006-07-17 [colin]      2.3.1cvs84
10755
10756         * src/inc.c
10757                 Show connection attempt in statusbar before
10758                 connecting (previously first message was
10759                 "Retrieving messages from ..." after the
10760                 connection succeeded.
10761
10762 2006-07-16 [wwp]        2.3.1cvs83
10763
10764         * sylpheed-claws.ico
10765                 Added .ico file (windows multi-size icon file, generated).
10766
10767 2006-07-12 [wwp]        2.3.1cvs82
10768
10769         * src/messageview.c
10770                 remove Message/Re-edit menu entry from messageview window,
10771                 as sent/draft/queued messages are opened in compose window when
10772                 re-edited and it's not possible to re-edit other msgs.
10773
10774 2006-07-12 [paul]       2.3.1cvs81
10775
10776         * AUTHORS
10777         * src/mainwindow.c
10778         * src/gtk/authors.h
10779                 check online state before resetting
10780                 mailcheck timer. Useful if some program
10781                 verifies connection state and updates
10782                 Claws.
10783                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10784
10785 2006-07-12 [paul]       2.3.1cvs80
10786
10787         * sylpheed-claws-128x128.png
10788         * sylpheed-claws-64x64.png
10789         * sylpheed-claws.png
10790         * src/Makefile.am
10791         * src/main.c
10792         * src/prefs_toolbar.c
10793         * src/stock_pixmap.c
10794         * src/stock_pixmap.h
10795         * src/wizard.c
10796         * src/gtk/about.c
10797         * src/gtk/gtkutils.c
10798         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10799         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10800         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10801         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10802         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10803         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10804                 updated and renamed logo/icon files and related
10805                 logo by Jesper Schultz
10806
10807 2006-07-11 [paul]       2.3.1cvs79
10808
10809         * src/main.c
10810                 fix the labels a smidgin
10811
10812 2006-07-09 [colin]      2.3.1cvs78
10813
10814         * src/textview.c
10815                 Show errors in textviewer's command
10816                 Patch by H. Merijn Brand
10817
10818 2006-07-09 [colin]      2.3.1cvs77
10819
10820         * src/compose.c
10821                 Save FMID in drafts too
10822
10823 2006-07-08 [colin]      2.3.1cvs76
10824
10825         * src/compose.c
10826                 Svae RMID in drafted mails too
10827                 Save quote_fmt vars for whole mails,
10828                 don't reset at each quote_fmt_init:
10829                 allows to use the same |i{var} in
10830                 various template fields
10831         * src/prefs_template.c
10832         * src/quote_fmt.h
10833         * src/quote_fmt_parse.y
10834                 Same
10835
10836 2006-07-08 [colin]      2.3.1cvs75
10837
10838         * src/textview.c
10839                 Fix highlighting of attached parts URIs
10840
10841 2006-07-08 [colin]      2.3.1cvs74
10842
10843         * src/main.c
10844                 Prevent bug #981 (sc 2.3.1 segfaults with 
10845                 gtk+ 2.10) from being reported again:
10846                 if Sylpheed-Claws has been compiled against
10847                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10848                 of if Sylpheed-Claws has been compiled against
10849                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10850                 error out.
10851
10852 2006-07-07 [colin]      2.3.1cvs73
10853
10854         * src/prefs_actions.c
10855                 Fix label
10856
10857 2006-07-07 [colin]      2.3.1cvs72
10858
10859         * src/prefs_actions.c
10860                 Fix compile on gtk < 2.8. argh :)
10861
10862 2006-07-07 [paul]       2.3.1cvs71
10863
10864         * src/common/defs.h
10865                 update DONATE_URI
10866
10867 2006-07-07 [colin]      2.3.1cvs70
10868
10869         * po/POTFILES.in
10870         * src/quote_fmt.c
10871         * src/quote_fmt_lex.l
10872         * src/quote_fmt_parse.y
10873                 Add |i{var}, a way to insert user-entered
10874                 text in a template
10875
10876 2006-07-07 [colin]
10877
10878         * 2.4.0-rc3 released
10879
10880 2006-07-07 [colin]      2.3.1cvs69
10881
10882         * src/folder.c
10883                 Don't consider inboxes of UNKNOWN folder 
10884                 classes to be useable as default inboxes
10885
10886 2006-07-07 [paul]       2.3.1cvs68
10887
10888         * src/textview.c
10889                 add missing #include <errno.h>
10890                 Thanks to René J. Blokland
10891
10892 2006-07-07 [paul]       2.3.1cvs67
10893
10894         * src/action.c
10895                 Return now Closes dialog
10896         * src/mimeview.c
10897         * src/mimeview.h
10898         * src/textview.c
10899                 add contextual menu to mime parts listed
10900                 in the textview
10901                 Thanks to Colin
10902         * src/common/utils.c
10903                 reversal: ' is a valid character in URLs
10904
10905 2006-07-06 [colin]      2.3.1cvs66
10906
10907         * src/remotefolder.h
10908                 Forgotten in previous commit
10909
10910 2006-07-06 [colin]      2.3.1cvs65
10911
10912         * src/folder.c
10913                 Set summary update flag whenever
10914                 totals changed
10915         * src/imap.c
10916         * src/prefs_account.c
10917         * src/common/utils.h
10918         * src/etpan/imap-thread.c
10919                 Fix warnings, thanks to Fabien and
10920                 Ricardo
10921
10922 2006-07-06 [wwp]        2.3.1cvs64
10923
10924         * src/gtk/gtkutils.c
10925                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10926
10927 2006-07-06 [wwp]        2.3.1cvs63
10928
10929         * src/account.c
10930         * src/addressbook.c
10931         * src/addressitem.h
10932         * src/folderview.c
10933         * src/mainwindow.c
10934         * src/manual.c
10935         * src/manual.h
10936         * src/message_search.c
10937         * src/prefs_actions.c
10938         * src/prefs_filtering.c
10939         * src/prefs_filtering.h
10940         * src/prefs_template.c
10941         * src/summary_search.c
10942         * src/summaryview.c
10943         * src/gtk/gtkutils.c
10944         * src/gtk/gtkutils.h
10945         * src/gtk/pluginwindow.c
10946                 add help buttons to some dialogs. Clicking such buttons opens a
10947                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10948
10949 2006-07-06 [paul]       2.3.1cvs62
10950
10951         * src/textview.c
10952                 fix attachments contextual menu
10953                 Thanks to Colin
10954
10955 2006-07-05 [colin]      2.3.1cvs61
10956
10957         * src/textview.c
10958         * src/compose.c
10959                 Handle sftp:// links
10960
10961 2006-07-05 [paul]       2.3.1cvs60
10962
10963         * src/gtk/filesel.c
10964                 grab save button by default
10965                 Thanks to Colin
10966
10967 2006-07-05 [wwp]        2.3.1cvs59
10968
10969         * manual/xml2pdf
10970                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10971
10972 2006-07-04 [colin]      2.3.1cvs58
10973
10974         * src/mimeview.c
10975         * src/textview.c
10976                 Use left click to select, middle click to open
10977                 on mimeparts links
10978         * src/common/utils.c
10979                 Fix segfault
10980
10981 2006-07-04 [colin]      2.3.1cvs57
10982
10983         * src/mainwindow.c
10984         * src/news.c
10985                 Warning fixes, thanks to Fabien
10986
10987 2006-07-04 [colin]      2.3.1cvs56
10988
10989         * src/mimeview.c
10990         * src/mimeview.h
10991         * src/textview.c
10992                 Allow parts to be selected via their text label
10993                 in textview
10994
10995 2006-07-04 [colin]      2.3.1cvs55
10996
10997         * src/folderview.c
10998                 Feedback when closing (for big folders)
10999         * src/prefs_actions.c
11000         * src/prefs_filtering.c
11001         * src/prefs_matcher.c
11002         * src/prefs_template.c
11003                 Fix default button when closing without
11004                 having saved
11005
11006 2006-07-04 [colin]      2.3.1cvs54
11007
11008         * src/news.c
11009                 Delete local file on deletion
11010
11011 2006-07-03 [colin]      2.3.1cvs53
11012
11013         * src/folderview.c
11014         * src/main.c
11015                 Don't freeze when rescanning after crash
11016
11017 2006-07-03 [wwp]        2.3.1cvs52
11018
11019         * src/compose.c
11020         * src/privacy.c
11021         * src/privacy.h
11022         * src/plugins/pgpinline/pgpinline.c
11023         * src/plugins/pgpmime/pgpmime.c
11024                 don't report an error when the user cancels the passphrase dialog.
11025
11026 2006-07-02 [colin]      2.3.1cvs51
11027
11028         * src/folderview.c
11029                 Open message when crossing folders with Space,
11030                 goto next unread and friends
11031
11032 2006-07-01 [colin]      2.3.1cvs50
11033
11034         * src/prefs_account.c
11035                 Typographic rules varying from language
11036                 to language (in french "Protocole :"),
11037                 we have to do that :)
11038
11039 2006-07-01 [ticho]      2.3.1cvs49
11040
11041         * src/prefs_account.c
11042                 Only use one temporary gchar* variable in
11043                 prefs_account_protocol_set_optmenu().
11044
11045 2006-07-01 [ticho]      2.3.1cvs48
11046
11047         * src/prefs_account.c
11048         * src/prefs_account.h
11049                 Use GtkLabel for existing account protocol name.
11050                 Created an array for protocol names and populate the
11051                 combobox from it in a for() cycle.
11052
11053 2006-06-30 [colin]      2.3.1cvs47
11054
11055         * src/compose.c
11056                 Block undo when changing signature (by changing
11057                 account)
11058
11059 2006-06-30 [paul]       2.3.1cvs46
11060
11061         * src/send_message.c
11062                 when editing From in the Compose window, use that address
11063                 in the Return-Path: header
11064                 Thanks to Colin
11065
11066 2006-06-30 [colin]      2.3.1cvs45
11067
11068         * src/compose.c
11069                 Fix signature replacement:
11070                 - when no newline before separator
11071                 - when reediting
11072
11073 2006-06-29 [colin]      2.3.1cvs44
11074
11075         * src/folderview.c
11076         * src/folderview.h
11077         * src/mainwindow.c
11078         * src/summaryview.c
11079                 Let 'View/Go to/Next marked' work like
11080                 Next new & Next unread: across folders
11081                 Change the select_on_entry pref to do
11082                 what we want when changing folder
11083         * src/common/utils.c
11084                 Fix single-quoted links 
11085
11086 2006-06-29 [colin]      2.3.1cvs43
11087
11088         * src/gtk/gtkaspell.c
11089                 "Sylpheed" and "Sylpheed-Claws" do exist !
11090
11091 2006-06-29 [colin]      2.3.1cvs42
11092
11093         * src/imap.c
11094                 Forgot to remove debug
11095
11096 2006-06-29 [colin]      2.3.1cvs41
11097
11098         * src/imap.c
11099         * src/imap.h
11100         * src/mainwindow.c
11101                 Disconnect from IMAP servers when going
11102                 offline. Fixes bug #978 (going to offline-mode 
11103                 won't close connections)
11104
11105 2006-06-29 [colin]      2.3.1cvs40
11106
11107         * src/main.c
11108                 Fix transient setting on failing plugins
11109                 Patch by Fabien
11110         * src/plugins/pgpcore/sgpgme.c
11111                 Only warn for OpenPGP. Most people don't
11112                 have CMS available.
11113
11114 2006-06-29 [colin]      2.3.1cvs39
11115
11116         * src/compose.c
11117                 Fix Spelling menu (discrepancy between context menu
11118                 and top menu when folder's dictionary isn't the 
11119                 default one)
11120         * src/plugins/pgpcore/sgpgme.c
11121                 More error reporting about why gpgme can fail
11122
11123 2006-06-29 [wwp]        2.3.1cvs38
11124
11125         * src/mainwindow.c
11126                 honor the display-header-pane setting even when the message view
11127                 is a separate window.
11128
11129 2006-06-29 [wwp]        2.3.1cvs37
11130
11131         * src/prefs_actions.c
11132                 forgot to commit that one (use of GTK_STOCK_INFO).
11133
11134 2006-06-29 [colin]      2.3.1cvs36
11135
11136         * src/imap.c
11137                 Better handling of login errors (ask the password
11138                 again once), alert in case of error. Fix three
11139                 signedness warnings.
11140
11141 2006-06-28 [wwp]        2.3.1cvs35
11142
11143         * src/prefs_template.c
11144         * src/prefs_matcher.c
11145         * src/prefs_filtering_action.c
11146         * src/prefs_quote.c
11147                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11148                 patch by Fabien Vantard, slightly modified.
11149
11150 2006-06-28 [paul]
11151
11152         2.4.0-rc2 released
11153
11154 2006-06-28 [colin]      2.3.1cvs34
11155
11156         * src/prefs_account.c
11157                 Fix bug #977 (Can't add or edit imap accounts)
11158
11159 2006-06-28 [colin]      2.3.1cvs33
11160
11161         * src/mimeview.c
11162                 Fix previous
11163
11164 2006-06-28 [colin]      2.3.1cvs32
11165
11166         * src/mimeview.c
11167                 Save named inlined attachments with "Save all"
11168         * src/main.c
11169         * src/mbox.c
11170         * src/common/plugin.c
11171         * src/common/plugin.h
11172         * src/common/sylpheed.c
11173         * src/common/utils.c
11174         * src/plugins/pgpcore/sylpheed.def
11175         * src/plugins/pgpinline/sylpheed.def
11176         * src/plugins/pgpmime/sylpheed.def
11177                 Win32 compatibility patch, by
11178                 Werner Koch
11179
11180 2006-06-28 [wwp]        2.3.1cvs31
11181
11182         * src/imap.c
11183         * src/prefs_folder_item.c
11184                 less compilation warnings (thanks to Fabien Vantard), less typos.
11185
11186 2006-06-28 [paul]       2.3.1cvs30
11187
11188         * src/gtk/gtkutils.c
11189                 gtk_combo_box_set_focus_on_click() is only
11190                 available since gtk 2.6.0
11191
11192 2006-06-28 [paul]       2.3.1cvs29
11193
11194         * src/prefs_ext_prog.c
11195                 fix engrish and add a tooltip for the
11196                 'command for 'Display as text' option
11197
11198 2006-06-28 [paul]
11199
11200         2.4.0-rc1 released
11201
11202 2006-06-28 [paul]       2.3.1cvs28
11203
11204         * ChangeLog
11205         * tools/Makefile.am
11206                 include textviewer.pl in releases
11207
11208 2006-06-28 [paul]       2.3.1cvs27
11209
11210         * src/prefs_ext_prog.c
11211                 hide Print command option if libgnomeprint
11212                 support is present
11213
11214 2006-06-27 [colin]      2.3.1cvs26
11215
11216         * src/compose.c
11217                 Fix Esc handling in insert/attach dialog
11218                 Don't show this dialog if dragging something
11219                 else than text/uri-list
11220                 Thanks to Fabien Vantard
11221         * tools/textviewer.pl
11222                 Filter script to display stuff as text
11223                 by H. Merijn Brand
11224
11225 2006-06-27 [wwp]        2.3.1cvs25
11226
11227         * src/messageview.c
11228                 use the exact product name (message view title), patch
11229                 by Fabien Vantard.
11230
11231 2006-06-27 [ticho]      2.3.1cvs24
11232
11233         * src/prefs_account.c
11234         * src/prefs_common.c
11235         * src/prefs_common.h
11236         * src/prefs_ext_prog.c
11237         * src/textview.c
11238                 Add a preference (Preferences/External programs)
11239                 to allow "Display as text" to be done via a script
11240                 (patch by H.Merijn Brand).
11241                 Use GtkComboBox for protocol selection in account
11242                 preferences.
11243                 Only include current choice for existing accounts, and
11244                 insensitivize the combobox.
11245
11246 2006-06-27 [paul]       2.3.1cvs23
11247
11248         * src/mbox.c
11249                 fix crasher introduced in cvs21.
11250                 Thanks to Colin
11251
11252 2006-06-26 [colin]      2.3.1cvs22
11253
11254         * src/mbox.c
11255                 Fix double-frees when leaving folders
11256                 after exporting to mbox
11257
11258 2006-06-26 [colin]      2.3.1cvs21
11259
11260         * src/mbox.c
11261                 More feedback (and optimisation)
11262                 on import/export
11263         * src/common/utils.c
11264                 Fix case when looking for mail addresses
11265         * src/gtk/gtkutils.c
11266                 Extra check for (X-)Face
11267
11268 2006-06-25 [ticho]      2.3.1cvs20
11269
11270         * src/compose.c
11271         * src/exphtmldlg.c
11272         * src/gtk/gtkutils.c
11273         * src/gtk/gtkutils.h
11274                 Added second argument to gtkut_sc_combobox_create() to
11275                 control focus-on-click for the widget.
11276                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11277
11278 2006-06-25 [ticho]      2.3.1cvs19
11279
11280         * src/compose.c
11281         * src/gtk/Makefile.am
11282         * src/gtk/combobox.c
11283         * src/gtk/combobox.h
11284         * src/gtk/gtkutils.c
11285         * src/gtk/gtkutils.h
11286                 Use GtkComboBox instead of deprecated GtkOptionMenu
11287                 for account selector in compose window and for encoding
11288                 selector in attachment properties.
11289                 Also factorise working with the new GtkComboBox somewhat.
11290
11291 2006-06-24 [paul]       2.3.1cvs18
11292
11293         * src/prefs_common.c
11294                 use the correct default value
11295
11296 2006-06-24 [paul]       2.3.1cvs17
11297
11298         * src/compose.c
11299         * src/prefs_common.c
11300         * src/prefs_common.h
11301         * src/prefs_compose_writing.c
11302                 enable setting of default action when
11303                 dnd'ing files in the compose window.
11304                 (Collaborative effort with wwp)
11305
11306 2006-06-23 [wwp]        2.3.1cvs16
11307
11308         * src/compose.c
11309                 i18n fix (thanks to Fabien Vantard)
11310
11311 2006-06-22 [colin]      2.3.1cvs15
11312
11313         * src/prefs_customheader.c
11314                 Don't use filters in custom headers' file 
11315                 selector. Remember, extensions mean nothing :)
11316
11317 2006-06-22 [paul]       2.3.1cvs14
11318
11319         * configure.ac
11320                 allow setting of man directory location
11321
11322 2006-06-22 [colin]      2.3.1cvs13
11323
11324         * src/mainwindow.c
11325                 Add 'View/Go to/Next unread folder'.
11326                 I missed that :)
11327
11328 2006-06-22 [colin]      2.3.1cvs12
11329
11330         * src/common/utils.c
11331                 Add some subject prefixes
11332                 Patch by Bjorn T Johansen <btj@havleik.no>
11333
11334 2006-06-22 [colin]      2.3.1cvs11
11335
11336         * manual/advanced.xml
11337                 Forgotten hidden pref
11338
11339 2006-06-21 [paul]       2.3.1cvs10
11340
11341         * src/prefs_account.c
11342                 complete the removal of 'Add date header' option
11343
11344 2006-06-21 [paul]       2.3.1cvs9
11345
11346         * src/account.c
11347         * src/compose.c
11348         * src/prefs_account.c
11349         * src/prefs_account.h
11350                 remove option to add date header - always
11351                 add date header
11352         * src/etpan/imap-thread.c
11353                 fix warnings (Thanks to Colin)
11354
11355 2006-06-21 [wwp]        2.3.1cvs8
11356
11357         * src/folder.c
11358                 set the attachment flag when inline text part are (file)named. This is more convenient
11359                 when receiving (for instance) inline source files or patches sent using thunderbird.
11360
11361 2006-06-21 [paul]       2.3.1cvs7
11362
11363         * src/inc.c
11364                 fix off-by-one count of current msg in
11365                 statusbar filtering progressbar
11366
11367 2006-06-21 [paul]       2.3.1cvs6
11368
11369         * src/folder.c
11370                 Show attachment icon even if the part is 'inline'
11371                 if the following conditions are met:
11372                 - content-type != 'text/plain'
11373                 - content-type != '*/pgp-signature'
11374                 - either 'name' or 'filename' parameter is not NULL
11375                 
11376                 Thanks to Colin
11377
11378 2006-06-21 [paul]       2.3.1cvs5
11379
11380         * src/messageview.c
11381         * src/prefs_common.c
11382         * src/prefs_common.h
11383         * src/prefs_other.c
11384                 add an option to 'Never send Return
11385                 Receipts'
11386                 Thanks to Colin
11387
11388 2006-06-20 [mones]      2.3.1cvs4
11389
11390         * po/es.po
11391                 updated
11392         * src/compose.c
11393                 typo fixed (space after comma)
11394         * tools/make.themes.project
11395                 remove exec mode from tarball files
11396
11397 2006-06-20 [colin]      2.3.1cvs3
11398
11399         * src/news.c
11400         * src/procheader.c
11401         * src/unmime.c
11402                 Better fix for \n's in headers (don't 
11403                 break Received: and others)
11404
11405 2006-06-20 [paul]       2.3.1cvs2
11406
11407         * src/alertpanel.c
11408         * src/textview.c
11409                 improve legibility of phishing attempt
11410                 dialog
11411
11412 2006-06-20 [paul]       2.3.1cvs1
11413
11414         * NEWS
11415         * README
11416         * configure.ac
11417                 Update version number following
11418                 stable release
11419
11420 2006-06-20 [colin]      2.3.0cvs26
11421
11422         * src/compose.c
11423                 When dragging a file to the text of the compose
11424                 window, ask whether we want to insert or attach
11425                 (I know lots of people who do that to attach)
11426
11427 2006-06-20 [colin]      2.3.0cvs25
11428
11429         * src/etpan/imap-thread.c
11430                 Fix threshold (the append command is often > 32 bytes)
11431
11432 2006-06-19 [colin]      2.3.0cvs24
11433
11434         * src/imap.c
11435         * src/etpan/imap-thread.c
11436                 Workaround Rockliffe IMAP server bug: replace
11437                 "x UID SEARCH (ANSWERED UID 1:*)" with
11438                 "x UID SEARCH ANSWERED"
11439                 (Rockliffe doesn't handle the parenthesis)
11440
11441 2006-06-19 [colin]      2.3.0cvs23
11442
11443         * src/compose.c
11444         * src/imap.c
11445         * src/etpan/imap-thread.c
11446                 Probably fix bug #972 (Freezes when adding 
11447                 an attachment to the message)
11448         * src/common/defs.h
11449                 Modernize Firefox cmd
11450
11451
11452 2006-06-18 [colin]      2.3.0cvs22
11453
11454         * src/prefs_customheader.c
11455                 Only allow correct filenames for various
11456                 custom headers
11457
11458 2006-06-18 [colin]      2.3.0cvs21
11459
11460         * src/prefs_customheader.c
11461                 Add a 'From File...' button in custom headers prefs, which
11462                 try to do the right thing: 
11463                 for normal headers, use file as plaintext,
11464                 for X-Face, calls compface,
11465                 for Face, encode to b64.
11466
11467 2006-06-17 [colin]      2.3.0cvs20
11468
11469         * src/mh.c
11470                 Warning fix
11471
11472 2006-06-16 [colin]      2.3.0cvs19
11473
11474         * src/summaryview.c
11475                 Recursive quicksearch: show message list
11476                 in current folder, *then* search children
11477                 in the background.
11478
11479 2006-06-16 [colin]      2.3.0cvs18
11480
11481         * src/main.c
11482                 Instead of ignoring SIGPIPE, save caches
11483                 when getting one. Will fix the fact that
11484                 hot caches are out-of-date when logging 
11485                 out of Xorg.
11486         * src/compose.c
11487         * src/prefs_compose_writing.c
11488                 Only save text (not attachments) when 
11489                 auto-saving to drafts
11490         * src/unmime.c
11491                 Always replace \n, \r and \t with spaces
11492                 in headers
11493         * manual/dist/html/Makefile.am
11494         * manual/dist/pdf/Makefile.am
11495         * manual/dist/ps/Makefile.am
11496         * manual/dist/txt/Makefile.am
11497         * manual/fr/dist/html/Makefile.am
11498         * manual/fr/dist/pdf/Makefile.am
11499         * manual/fr/dist/ps/Makefile.am
11500         * manual/fr/dist/txt/Makefile.am
11501         * manual/pl/dist/html/Makefile.am
11502         * manual/pl/dist/pdf/Makefile.am
11503         * manual/pl/dist/ps/Makefile.am
11504         * manual/pl/dist/txt/Makefile.am
11505                 Fix make clean removing pregenerated manuals
11506
11507
11508 2006-06-16 [colin]      2.3.0cvs17
11509
11510         * src/plugins/pgpcore/sgpgme.c
11511         * src/plugins/pgpmime/pgpmime.c
11512         * src/plugins/pgpinline/pgpinline.c
11513                 Better error reporting in setup_signers.
11514                 Don't fallback to default key if specified
11515                 key isn't found.
11516                 Don't allow signing if more than one secret
11517                 key matches the one specified in prefs.
11518
11519 2006-06-15 [colin]      2.3.0cvs16
11520
11521         * src/folderview.c
11522                 Add "Send queue" in the folder's contextual
11523                 menu
11524         * src/compose.c
11525         * src/messageview.c
11526         * src/privacy.c
11527         * src/privacy.h
11528         * src/procmime.c
11529         * src/procmsg.c
11530         * src/plugins/pgpcore/passphrase.c
11531         * src/plugins/pgpcore/sgpgme.c
11532         * src/plugins/pgpinline/pgpinline.c
11533         * src/plugins/pgpmime/pgpmime.c
11534                 Better error reporting
11535         * src/mbox.c
11536                 Probably fix bug #971 (2.2.3 cannot read mail 
11537                 from local mbox)
11538
11539
11540 2006-06-15 [mones]      2.3.0cvs15
11541
11542         * tools/make.themes.project
11543                 creates the themes project from the web page
11544
11545 2006-06-15 [colin]      2.3.0cvs14
11546
11547         * src/folder.c
11548                 Better fix (avoid losing the folder if scan_tree 
11549                 fails)
11550
11551 2006-06-15 [cleroy]     2.3.0cvs13
11552
11553         * src/folder.c
11554                 Probably fix Bug #969 (crash on rebuilding 
11555                 imap folder)
11556
11557 2006-06-14 [colin]      2.3.0cvs12
11558
11559         * manual/dtd/manual.xsl
11560         * manual/sylpheed-claws-manual.xml
11561         * manual/fr/sylpheed-claws-manual.xml
11562         * manual/pl/sylpheed-claws-manual.xml
11563                 Insert pagebreaks between sections
11564
11565 2006-06-14 [paul]       2.3.0cvs11
11566
11567         * configure.ac
11568                 better fix than 2.3.0cvs10
11569
11570 2006-06-14 [paul]       2.3.0cvs10
11571
11572         * configure.ac
11573                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11574                 (backwards compatible)
11575
11576 2006-06-13 [colin]      2.3.0cvs9
11577
11578         * src/messageview.c
11579                 Fix sending of return receipt with the new queue folders
11580
11581 2006-06-13 [wwp]        2.3.0cvs8
11582
11583         * src/quote_fmt_lex.l
11584                 fix wrong tokens returned in quote_fmt lexer, query not().
11585
11586 2006-06-13 [wwp]        2.3.0cvs7
11587
11588         * src/folder.c
11589         * src/prefs_folder_item.c
11590                 allow changing folder type even when folder is not a top-level one,
11591                 thanks to Colin.
11592
11593 2006-06-12 [colin]      2.3.0cvs6
11594
11595         * src/folderview.c
11596                 Fix double-ask of "Do you want to mark all
11597                 as read"
11598
11599 2006-06-12 [colin]      2.3.0cvs5
11600
11601         * src/compose.c
11602         * src/compose.h
11603         * src/folder.c
11604         * src/folder.h
11605         * src/imap.c
11606         * src/inc.c
11607         * src/main.c
11608         * src/messageview.c
11609         * src/mh.c
11610         * src/prefs_folder_item.c
11611         * src/procheader.c
11612         * src/procmime.c
11613         * src/procmsg.c
11614         * src/procmsg.h
11615         * src/send_message.c
11616         * src/summaryview.c
11617         * src/toolbar.c
11618                 Apply bug #964's patch (Queue and drafts aren't normal)
11619                 The Drafts and Queue folder now contain RFC-822 files,
11620                 allowing to move and copy mails from and to these 
11621                 folders. Moving from Drafts to Queue will prepare the
11622                 mail for sending (PGP signature, encryption, etc).
11623                 This patch also rework sending errors handling to try
11624                 to be more helpful.
11625                 Also, allow redefining folder types via the GUI 
11626                 (Folder type in its Properties)
11627
11628 2006-06-12 [colin]      2.3.0cvs4
11629
11630         * src/summaryview.c
11631         * src/prefs_common.c
11632         * src/prefs_common.h
11633         * src/gedit-print.c
11634                 Allow to define a specific print font - patch
11635                 by Bernhard Walle <bernhard.walle@gmx.de>
11636         * src/prefs_fonts.c
11637         * manual/advanced.xml
11638         * manual/fr/advanced.xml
11639                 Add a hidden pref to allow deletion without
11640                 confirmation
11641
11642 2006-06-12 [wwp]        2.3.0cvs3
11643
11644         * .cvsignore
11645                 more files to ignore.
11646
11647 2006-06-12 [wwp]        2.3.0cvs2
11648
11649         * src/quote_fmt.c
11650         * src/quote_fmt_lex.l
11651         * src/quote_fmt_parse.y
11652                 extend the quote_fmt parser (templates and quotes):
11653                 - allow limited sub-expressions in |p{} and |f{} expressions,
11654                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11655                 - implemented/fixed missing implementation of query_references and show_references,
11656                 - completed, fixed contents and format of the symbols help dialog,
11657                 - fix some compilation warnings.
11658
11659 2006-06-12 [wwp]        2.3.0cvs1
11660
11661         * manual/advanced.xml
11662         * manual/fr/advanced.xml
11663                 updates in the "templates" section of the manual (eng/fr):
11664                  - be more precise (both versions)
11665                  - completed to match the english reference (fr version)
11666                  - touchups (both versions)
11667
11668 2006-06-12 [paul]       2.3.0
11669
11670         2.3.0 released
11671
11672 2006-06-12 [paul]       2.2.3cvs14
11673
11674         * po/ca.po
11675         * po/cs.po
11676         * po/de.po
11677         * po/el.po
11678         * po/fr.po
11679         * po/it.po
11680         * po/pt_BR.po
11681         * po/sr.po
11682         * po/zh_CN.po
11683                 updated by Miquel Oliete, Tim, Stephan Sachse,
11684                 Stavros Giannouris, Fabien Vantard, Andrea
11685                 Spadaccini, Frederico Goncalves Guimaraes,
11686                 Aleksandar Urosevic, and Ralgh Young
11687
11688 2006-06-12 [colin]      2.2.3cvs13
11689
11690         * src/mbox.c
11691                 Add missing header
11692
11693 2006-06-11 [colin]      2.2.3cvs12
11694
11695         * src/msgcache.c
11696                 Verify that g_malloc() succeeded
11697
11698 2006-06-11 [colin]      2.2.3cvs11
11699
11700         * src/wizard.c
11701                 Add Face header to welcome mail
11702
11703 2006-06-10 [colin]      2.2.3cvs10
11704
11705         * src/textview.c
11706                 Revert previous (Forgot it changes the
11707                 margin on the whole mail)
11708
11709 2006-06-10 [colin]      2.2.3cvs9
11710
11711         * src/textview.c
11712                 Don't overlap long headers under (X-)Face
11713
11714 2006-06-10 [mones]      2.2.3cvs8
11715
11716         * manual/xml2pdf
11717                 allow generation of manual on systems lacking saxon binary
11718                 but with java and the saxon library installed
11719
11720         * po/es.po
11721                 updated for release
11722
11723 2006-06-09 [colin]      2.2.3cvs7
11724
11725         * src/summaryview.c
11726                 Fix leak when using Display Sender using Addressbook
11727
11728 2006-06-09 [colin]      2.2.3cvs6
11729
11730         * src/compose.c
11731         * src/folder.c
11732         * src/folderview.c
11733         * src/mimeview.c
11734         * src/summaryview.c
11735                 More leaks fixes
11736
11737 2006-06-09 [paul]       2.2.3cvs5
11738
11739         * AUTHORS
11740         * src/gtk/authors.h
11741         * tools/claws.i18n.status.pl
11742                 updated with new info
11743
11744 2006-06-09 [paul]       2.2.3cvs4
11745
11746         * README
11747                 updated
11748         * manual/ack.xml
11749                 add wwp to authors list
11750         * src/gtk/authors.h
11751                 update mine and Colin's addresses
11752
11753 2006-06-08 [colin]      2.2.3cvs3
11754
11755         * src/etpan/imap-thread.c
11756                 Fix leak on SSL cert check
11757
11758 2006-06-08 [colin]      2.2.3cvs2
11759
11760         * src/common/utils.c
11761                 Fix leak
11762
11763 2006-06-08 [paul]       2.2.3cvs1
11764
11765         * configure.ac
11766                 Update version number following
11767                 stable release
11768
11769 2006-06-07 [colin]      2.2.2cvs3
11770
11771         * src/msgcache.c
11772                 Fix catching cache read errors (guint instead of gint)
11773                 Prevent malloc'ing more than 8MB (means cache corruption)
11774
11775 2006-06-07 [paul]       2.2.2cvs2
11776
11777         * src/exporthtml.c
11778         * src/exportldif.c
11779         * src/mh.c
11780         * src/mutt.c
11781         * src/pine.c
11782         * src/common/utils.c
11783                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11784                 obey $HOME'
11785                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11786                 Thanks to Colin
11787
11788 2006-06-06 [paul]       2.2.2cvs1
11789
11790         * configure.ac
11791                 Update version number following
11792                 stable release
11793
11794 2006-06-06 [paul]       2.2.1cvs6
11795
11796         * src/matcher.c
11797                 fix  implicit declaration of
11798                 sylpheed_do_idle()
11799                 Patch by Fabien Vantard
11800
11801 2006-06-06 [paul]       2.2.1cvs5
11802
11803         * src/matcher.c
11804                 fix age_greater and age_lower so that they
11805                 mean what say and not '...or equal to'
11806                 Thanks to Colin
11807
11808 2006-06-06 [paul]       2.2.1cvs4
11809
11810         * src/textview.c
11811         * src/common/utils.c
11812                 fix URI check
11813                 Thanks to Colin
11814
11815 2006-06-05 [wwp]        2.2.1cvs3
11816
11817         * manual/fr/account.xml
11818                 minor language fixes (thanks to Fabien Vantard).
11819
11820 2006-06-05 [colin]      2.2.1cvs2
11821
11822         * src/prefs_folder_item.c
11823         * src/folderview.c
11824                 Allow recursive setting of properties 
11825                 for whole mailboxes
11826         * src/matcher.c
11827                 Don't freeze on 'test' filtering rule
11828
11829 2006-06-05 [colin]      2.2.1cvs1
11830
11831         * configure.ac
11832                 Update version number following
11833                 stable release
11834
11835 2006-06-04 [wwp]        2.2.0cvs82
11836
11837         * manual/glossary.xml
11838         * manual/account.xml
11839         * manual/fr/glossary.xml
11840         * manual/fr/account.xml
11841                 added glossary section and references/links related to the Face custom header.
11842
11843 2006-06-04 [colin]      2.2.0cvs81
11844
11845         * src/summaryview.c
11846                 Skip to next message on move with no
11847                 immediate execution
11848
11849 2006-06-04 [wwp]        2.2.0cvs80
11850
11851         * manual/xml2pdf
11852                 added sanity checks, exit when needed.
11853
11854 2006-06-03 [paul]       2.2.0cvs79
11855
11856         * src/prefs_receive.c
11857                 page name is now 'Receiving'
11858         * src/prefs_send.c
11859                 page name is now 'Sending'
11860
11861 2006-06-03 [colin]      2.2.0cvs78
11862
11863         * src/plugins/spamassassin/spamassassin_gtk.c
11864                 Autoswitch to Localhost if transport was previously
11865                 disabled. Else people had to check [] Enable, then
11866                 *reselect* transport.
11867
11868 2006-06-03 [colin]      2.2.0cvs77
11869
11870         * src/plugins/pgpinline/pgpinline.c
11871         * src/plugins/pgpmime/pgpmime.c
11872                 Check that gpg_data_release_and_get_mem 
11873                 didn't fail (now, why this happens...)
11874
11875 2006-06-03 [colin]      2.2.0cvs76
11876
11877         * src/mbox.c
11878                 Fix bug #962 (Manual and/or UI should 
11879                 warn about incompatible locking 
11880                 causing dataloss)
11881
11882 2006-06-02 [cleroy]     2.2.0cvs75
11883
11884         * src/filtering.c
11885         * src/folder.c
11886         * src/procmsg.c
11887         * src/summaryview.c
11888                 Fix a few leaks
11889
11890 2006-06-02 [colin]      2.2.0cvs74
11891
11892         * src/main.c
11893                 On exit, free caches after writing them
11894                 Shuts up some valgrind false positives
11895         * src/procmsg.c
11896         * src/send_message.c
11897                 Fix races when reusing existing SMTP connections
11898                 Fix inexistant session timeout
11899         * src/toolbar.c
11900                 Display alertpanel after all queues have
11901                 been processed, not after each
11902
11903 2006-06-02 [wwp]        2.2.0cvs73
11904
11905         * manual/fr/glossary.xml
11906         * manual/fr/ack.xml
11907         * manual/ack.xml
11908                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11909
11910 2006-06-02 [wwp]        2.2.0cvs72
11911
11912         * manual/xml2pdf
11913         * manual/dist/pdf/Makefile.am
11914         * manual/dtd/manual.xsl
11915         * manual/fr/dist/pdf/Makefile.am
11916         * manual/pl/dist/pdf/Makefile.am
11917                 we changed the procedure to generate the .pdf version of the manual.
11918                 The procedure is more modern and the .pdf we get now has a valid index.
11919                 Here are the new pre-requisites:
11920
11921                 - JRE 1.x (1.4 here): there must be one from your distro
11922                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11923                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11924                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11925
11926                 See my posts for further info about the installation of this toolchain:
11927
11928                 Date: Fri, 19 May 2006 19:40:06 +0200
11929                 From: wwp <subscript@free.fr>
11930                 To: sylpheed-claws-devel@lists.sourceforge.net
11931                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11932
11933                 and
11934
11935                 Date: Wed, 24 May 2006 12:58:49 +0200
11936                 From: wwp <subscript@free.fr>
11937                 To: sylpheed-claws-devel@lists.sourceforge.net
11938                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11939
11940 2006-06-01 [colin]      2.2.0cvs71
11941
11942         * src/compose.c
11943                 Better guards against IMAP races
11944         * src/main.c
11945         * src/prefs_common.c
11946         * src/prefs_common.h
11947         * src/common/ssl_certificate.c
11948         * src/etpan/imap-thread.c
11949         * src/etpan/imap-thread.h
11950         * src/gtk/sslcertwindow.c
11951                 New hidden option ssl_skip_cert_check to 
11952                 avoid dups of bug #959 (libetpan linked
11953                 against gnutls and gnutls buggy on 64bit)
11954                 Present expired warning only once per
11955                 session/server.
11956         * manual/advanced.xml
11957         * manual/fr/advanced.xml
11958                 Document new option
11959
11960 2006-06-01 [wwp]        2.2.0cvs70
11961
11962         * src/messageview.c
11963                 fix for bug #961 (return receipt dialog 
11964                 complains incorrectly about return-path 
11965                 email adress being different), thanks 
11966                 to Colin.
11967
11968 2006-05-31 [cleroy]     2.2.0cvs69
11969
11970         * src/common/ssl.c
11971                 Guard against NULLs, although this
11972                 should never be an issue
11973
11974 2006-05-31 [colin]      2.2.0cvs68
11975
11976         * src/filtering.c
11977                 Use g_slist_prepend
11978         * src/imap.c
11979                 Don't remove caches when destroying folder, it
11980                 could (should) be done at exit
11981         * src/inc.c
11982                 free processing cache after incorporation
11983         * src/etpan/imap-thread.c
11984                 Maybe fix bug #959 (Crash on moving to emails 
11985                 to a imap account per ssl with a expired 
11986                 certificate.)
11987
11988 2006-05-30 [colin]      2.2.0cvs67
11989
11990         * src/summaryview.c
11991                 Put back event flush when displaying message
11992                 It avoids reading a bunch of messages just
11993                 by hitting shift-n for too long ;)
11994
11995 2006-05-29 [colin]      2.2.0cvs66
11996
11997         * src/summaryview.c
11998                 Remove useless g_warnings
11999
12000 2006-05-29 [colin]      2.2.0cvs65
12001
12002         * src/imap.c
12003                 Fix g_slist_append()s for performance
12004
12005 2006-05-29 [colin]      2.2.0cvs64
12006
12007         * src/compose.c
12008         * src/common/utils.c
12009                 Fix extraneous tab at start of addresses
12010         * src/mainwindow.c
12011                 Fix warnings (thanks to Fabien)
12012                 Fix crash at exit when composing messages 
12013                 exist
12014         * src/pop.c
12015                 Fix progress bar when deleting expired mails
12016                 Thanks to Hiro
12017         * src/summaryview.c
12018         * src/gtk/gtksctree.c
12019                 Fix re-sorting slowness
12020
12021 2006-05-29 [paul]       2.2.0cvs63
12022
12023         * src/mh.c
12024                 fetch full message when moving mails
12025                 from another mailbox, (fixed data loss
12026                 when filtering from IMAP to MH, introduced
12027                 in 2.2.0cvs57).
12028                 Thanks to Colin
12029
12030 2006-05-29 [mones]      2.2.0cvs62
12031
12032         * src/gtk/gtksctree.c
12033                 Unselect faster (patch by Colin)        
12034
12035 2006-05-26 [colin]      2.2.0cvs61
12036
12037         * src/summaryview.c
12038                 Unplug MSGINFO_UPDATE callback on delete too.
12039
12040 2006-05-26 [colin]      2.2.0cvs60
12041
12042         * src/foldersel.c
12043                 Fix bold in folder selection window with glib2.10
12044                 thanks Hiro
12045
12046 2006-05-26 [colin]      2.2.0cvs59
12047
12048         * src/procheader.c
12049                 Convert date only if necessary (and don't
12050                 try to convert from utf8 to utf8, too)
12051         * src/summaryview.c
12052                 Only set column's text if the column's 
12053                 displayed
12054
12055 2006-05-26 [colin]      2.2.0cvs58
12056
12057         * src/summaryview.c
12058         * src/gtk/gtkutils.c
12059                 Fix useless warning
12060
12061 2006-05-26 [colin]      2.2.0cvs57
12062
12063         * src/mainwindow.c
12064                 Make summaryview selectable as long as 
12065                 no message has focus
12066         * src/mh.c
12067                 Faster deletion (by implementing mh_remove_msgs)
12068                 Faster copy (avoid using mh_fetch_msg just to get
12069                 the filename)
12070                 Faster move (using move_file instead of copy_file
12071                 if MSG_IS_MOVE)
12072                 No progressbar if total number of mails to cp/mv 
12073                 is less than 100
12074         * src/summaryview.c
12075                 Fix removal from subject_table when mail gets moved
12076                 Faster deletion (g_slist_prepend instead of append)
12077         * src/gtk/gtksctree.c
12078                 Remove useless code
12079
12080 2006-05-25 [colin]      2.2.0cvs56
12081
12082         * src/common/ssl_certificate.c
12083                 Fix leak in expired cert check
12084
12085 2006-05-25 [colin]      2.2.0cvs55
12086
12087         * src/mh.c
12088                 Disable flags syncing on .mh_sequences - it
12089                 is buggy and marks mails read under unknown
12090                 conditions.
12091
12092 2006-05-25 [paul]
12093
12094         * 2.3.0-rc4 released
12095
12096 2006-05-24 [colin]      2.2.0cvs54
12097
12098         attention cvs users: if you manage to crash
12099         Sylpheed-Claws while moving, copying or deleting
12100         mails, we *are* interested in stack traces and
12101         valgrind logs. It looks stable, but one never
12102         knows...
12103
12104         * src/folder.c
12105                 Add progressbar for cache updates
12106         * src/folderutils.c
12107                 Optimize Mark all read in the current
12108                 folder
12109         * src/mh.c
12110                 Add progressbar for copy/move
12111         * src/procmsg.c
12112                 Optimize O(n^2) in copy/move
12113         * src/summaryview.c
12114         * src/gtk/gtksctree.c
12115                 Optimize O(n^2) algos
12116         * src/common/timing.h
12117                 Display ms instead of us
12118
12119 2006-05-24 [wwp]        2.2.0cvs53
12120
12121         * manual/fr/advanced.xml
12122                 updates to the French manual.
12123
12124 2006-05-24 [wwp]        2.2.0cvs52
12125
12126         * src/common/utils.c
12127                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12128
12129 2006-05-24 [wwp]        2.2.0cvs51
12130
12131         * src/folderutils.c
12132                 fixed "mark all read" in MH folders (thanks to Colin).
12133
12134 2006-05-24 [paul]       2.2.0cvs50
12135
12136         * doc/man/sylpheed-claws.1
12137                 updated the man page
12138
12139 2006-05-23 [colin]      2.2.0cvs49
12140
12141         * src/folderview.c
12142         * src/imap.c
12143         * src/inc.c
12144         * src/mbox.c
12145         * src/messageview.c
12146         * src/news.c
12147         * src/send_message.c
12148         * src/summaryview.c
12149         * src/gtk/sslcertwindow.c
12150                 alertpanel fixes, by Fabien
12151
12152 2006-05-23 [colin]      2.2.0cvs48
12153
12154         * src/folder.c
12155         * src/folderview.c
12156         * src/msgcache.c
12157         * src/summaryview.c
12158         * src/gtk/gtksctree.c
12159         * src/gtk/gtksctree.h
12160                 More timings
12161                 Fix slow loading problem, which was caused by the
12162                 use of some gtk_ctree funcs and their use of
12163                 g_list_position while gtk_ctree_(un)link'ing.
12164                 Reap more functions from gtkctree.c to be sure we
12165                 use our (fast) version instead of theirs.
12166         * src/mh.c
12167                 Fix copy of unread mails
12168
12169
12170 2006-05-22 [wwp]        2.2.0cvs47
12171
12172         * manual/fr/advanced.xml
12173                 updated.
12174
12175 2006-05-22 [colin]      2.2.0cvs46
12176
12177         * src/filtering.c
12178                 Fix possible infinite loop. 'copy' is not a 
12179                 final action, so when encountering a 'copy',
12180                 we have to check if a previous one was set
12181                 and do it. In the same way, if we encounter
12182                 a 'move' we have to perform a possibly 
12183                 pending 'copy'. This will slow down filtering
12184                 on IMAP if move+copy or multiple copy actions
12185                 are to be done, but handling it via the batch
12186                 would be really too convoluted.
12187
12188 2006-05-22 [wwp]        2.2.0cvs45
12189
12190         * manual/fr/advanced.xml
12191         * manual/fr/faq.xml
12192         * manual/fr/glossary.xml
12193         * manual/fr/handling.xml
12194         * manual/fr/intro.xml
12195         * manual/fr/plugins.xml
12196         * manual/fr/sylpheed-claws-manual.xml
12197                 sync w/ the english manual: updates URIs, documented mailing-list
12198                 support, better explanation about the enabled/disabled feature
12199                 in filtering/processing rules by Paul.
12200
12201 2006-05-21 [colin]      2.2.0cvs44
12202
12203         * src/summaryview.c
12204                 Don't expand after building threads, but during
12205
12206 2006-05-21 [colin]      2.2.0cvs43
12207
12208         * src/procmsg.c
12209         * src/summaryview.c
12210                 More timing possibilities... For next time I have 
12211                 to find out how the hell some 3GHz computer takes
12212                 one minute to open a 30k folder...
12213
12214 2006-05-21 [colin]      2.2.0cvs42
12215
12216         * manual/pl/advanced.xml
12217         * manual/pl/faq.xml
12218         * manual/pl/glossary.xml
12219         * manual/pl/handling.xml
12220         * manual/pl/intro.xml
12221         * manual/pl/plugins.xml
12222         * manual/pl/sylpheed-claws-manual.xml
12223                 Polish manual updated by Pawel
12224
12225 2006-05-20 [colin]
12226
12227         * 2.3.0-rc3 released
12228
12229 2006-05-20 [colin]      2.2.0cvs41
12230
12231         * src/imap.c
12232                 Fix -rc2 problems:
12233                 - remove cache of moved messages from original folder
12234                 - apply new flags to messages even if they aren't appliable
12235                   via IMAP.
12236
12237 2006-05-20 [colin]
12238
12239         * 2.3.0-rc2 released
12240
12241 2006-05-19 [colin]      2.2.0cvs40
12242
12243         * src/imap.c
12244                 Don't issue SELECT in imap_change_flags
12245                 before having checked that we indeed have
12246                 some flags to change. MSG_POSTFILTERED for
12247                 example can't be used on IMAP.
12248                 Fixes bug #955 (copying messages between 
12249                 imap folders is extremely slow), which was
12250                 a regression.
12251
12252 2006-05-19 [colin]      2.2.0cvs39
12253
12254         * src/folder.c
12255         * src/folder.h
12256         * src/folderview.c
12257                 Try to fix bug #830 (Some unread messages 
12258                 get marked read in IMAP inbox):
12259                 - Prevent scanning a folder if it's being 
12260                   opened via the GUI
12261                 - Postpone opening via the GUI of a folder
12262                   currently scanned.
12263
12264
12265 2006-05-19 [wwp]        2.2.0cvs38
12266
12267         * manual/advanced.xml
12268                 fix English+typo (thanks to Paul).
12269
12270 2006-05-19 [wwp]        2.2.0cvs37
12271
12272         * manual/advanced.xml
12273         * manual/fr/advanced.xml
12274         * src/gtk/logwindow.c
12275         * src/prefs_common.c
12276         * src/prefs_common.h
12277                 added hidden prefs to allow customization of colors used in
12278                 protocol log window (useful for dark gtk+ themes).
12279
12280 2006-05-19 [wwp]        2.2.0cvs36
12281
12282         * ChangeLog
12283                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12284
12285 2006-05-19 [paul]       2.2.0cvs35
12286
12287         * src/textview.c
12288                 make Reply-To fully clickable
12289         * src/gtk/logwindow.c
12290                 more colouring (SMTP ESMTP)
12291         Both patches by Pawel Pekala
12292
12293 2006-05-19 [cleroy]     2.2.0cvs34
12294
12295         * src/mh.c
12296                 Don't update flags from current folder
12297                 Probably fixes bug #935 (Read Messages 
12298                 Revert to Being Marked as Unread)
12299
12300 2006-05-18 [colin]      2.2.0cvs33
12301
12302         * src/imap.c
12303                 Warning fix
12304         * src/compose.c
12305         * src/mainwindow.c
12306         * src/summaryview.c
12307         * src/toolbar.c
12308                 Allow replying to multiple emails
12309                 in multiple windows
12310         * src/mimeview.c
12311         * src/etpan/imap-thread.c
12312                 Leak fixes
12313
12314 2006-05-18 [paul]       2.2.0cvs32
12315
12316         * src/summaryview.c
12317                 keep Mailing-List menu refreshed
12318                 Thanks to Colin
12319
12320 2006-05-18 [paul]       2.2.0cvs31
12321
12322         * manual/advanced.xml
12323         * manual/faq.xml
12324         * manual/glossary.xml
12325         * manual/handling.xml
12326         * manual/intro.xml
12327         * manual/plugins.xml
12328         * manual/sylpheed-claws-manual.xml
12329                 update URLs
12330                 add info about mailing-list support
12331                 edit filtering info
12332         * src/wizard.c
12333         * src/common/defs.h
12334         * src/gtk/about.c
12335         * src/plugins/dillo_viewer/README
12336                 update URLs
12337
12338 2006-05-17 [wwp]        2.2.0cvs30
12339
12340         * manual/handling.xml
12341         * manual/fr/handling.xml
12342                 documented the ability to enabled/disable filtering/processing rules.
12343
12344 2006-05-17 [colin]      2.2.0cvs29
12345
12346         * src/main.c
12347                 Don't initialize g_thread subsystem if it's 
12348                 already done (thanks to Hiro)
12349         * src/mimeview.c
12350                 Fix saving of parts when there name can't be
12351                 converted from UTF-8.
12352
12353 2006-05-17 [paul]       2.2.0cvs28
12354
12355         * po/Makefile.in.in
12356                 fix config.status warning with autoconf 2.60
12357
12358 2006-05-17 [paul]       2.2.0cvs27
12359
12360         * po/POTFILES.in
12361                 add src/mbox.c
12362
12363 2006-05-17 [wwp]        2.2.0cvs26
12364
12365         * src/mainwindow.c
12366                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12367
12368 2006-05-17 [wwp]        2.2.0cvs25
12369
12370         * src/plugins/demo/demo.c
12371                 updated product name in plugin demo (many plugins need to be
12372                 sync'ed w/ that change).
12373
12374 2006-05-17 [colin]      2.2.0cvs24
12375
12376         * src/mh.c
12377                 Fix leak
12378
12379 2006-05-16 [colin]      2.2.0cvs23
12380
12381         * src/mainwindow.c
12382                 Stupid me hit again. Fix cvs22.
12383
12384 2006-05-16 [colin]      2.2.0cvs22
12385
12386         * src/mainwindow.c
12387                 Fix bug #922 (sylpheed-claws crashed after 
12388                 pushing on Inbox folder)
12389
12390 2006-05-16 [colin]      2.2.0cvs21
12391
12392         * src/compose.c
12393                 Make From header be copy/paste/select-able
12394
12395 2006-05-16 [wwp]        2.2.0cvs20
12396
12397         * src/export.c
12398         * src/matcher.c
12399         * src/summaryview.c
12400         * src/etpan/imap-thread.c
12401                 fix some compiler warnings (thanks to Colin).
12402
12403 2006-05-16 [wwp]        2.2.0cvs19
12404
12405         * src/action.c
12406         * src/gedit-print.c
12407         * src/inc.c
12408         * src/mainwindow.c
12409         * src/mh.c
12410         * src/statusbar.c
12411         * src/send_message.c
12412         * src/summaryview.c
12413                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12414
12415 2006-05-15 [colin]      2.2.0cvs18
12416
12417         * src/procmsg.c
12418                 Fix automatic rule creation with List-Post
12419
12420 2006-05-15 [paul]       2.2.0cvs17
12421
12422         * tools/filter_conv_new.pl
12423                 updated for rule enabling/disabling
12424                 claws version >= 2.3.x required
12425
12426 2006-05-15 [cleroy]     2.2.0cvs16
12427
12428         * src/main.c
12429                 Revert test
12430
12431 2006-05-15 [cleroy]     2.2.0cvs15
12432
12433         * src/main.c
12434                 test
12435
12436 2006-05-15 [wwp]        2.2.0cvs14
12437
12438         * manual/pl/.cvsignore
12439                 ignore generated files.
12440
12441 2006-05-14 [wwp]        2.3.0-rc1
12442
12443         * 2.3.0-rc1 released
12444
12445 2006-05-13 [wwp]        2.2.0cvs13
12446
12447         * src/filtering.c
12448         * src/filtering.h
12449         * src/matcher.c
12450         * src/matcher_parser_lex.l
12451         * src/matcher_parser_parse.y
12452         * src/prefs_filtering.c
12453                 new feature: provide the ability to disable filtering and processing
12454                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12455                 adaptations.
12456
12457 2006-05-13 [colin]      2.2.0cvs12
12458
12459         * src/compose.c
12460                 Remove useless if (a) b; else b;
12461                 Thanks to wwp
12462
12463 2006-05-13 [wwp]        2.2.0cvs11
12464
12465         * src/export.c
12466         * src/import.c
12467         * src/mainwindow.c
12468         * src/mbox.c
12469         * src/summaryview.c
12470         * src/summaryview.h
12471                 no more silent failures (or at least less ones) when importing
12472                 or exporting from/to mbox. Also start importing/exporting if
12473                 the necessary info is set.
12474
12475 2006-05-13 [wwp]        2.2.0cvs10
12476
12477         * RELEASE_NOTES
12478                 restored up-to-date release notes.
12479
12480 2006-05-13 [paul]       2.2.0cvs9
12481
12482         * po/nl.po
12483         * po/ru.po
12484                 updated by Tim Dijkstra and Pavlo Bohmat
12485
12486 2006-05-12 [colin]      2.2.0cvs8
12487
12488         * src/gtk/quicksearch.c
12489                 Add "k" as shortcut for "colorlabel". Patch
12490                 by ath42@users.sf.net.
12491
12492 2006-05-12 [paul]       2.2.0cvs7
12493
12494         * src/prefs_common.h
12495         * src/prefs_summaries.c
12496         * src/summaryview.c
12497                 when entering a folder also allow
12498                 going directly to first Marked message
12499
12500 2006-05-12 [paul]       2.2.0cvs6
12501
12502         * src/summaryview.c
12503                 always obey 'confirm before marking all
12504                 mails read' option
12505
12506 2006-05-12 [paul]       2.2.0cvs5
12507
12508         * src/textview.c
12509                 make Sender fully clickable
12510
12511 2006-05-12 [colin]      2.2.0cvs4
12512
12513         * src/compose.c
12514         * src/compose.h
12515                 Let From be editable
12516         * src/main.c
12517         * src/mh.c
12518                 Full support of .mh_sequences' Unseen seq
12519
12520 2006-05-12 [colin]      2.2.0cvs3
12521
12522         * src/folder.c
12523         * src/mainwindow.c
12524         * src/mainwindow.h
12525         * src/messageview.c
12526         * src/prefs_spelling.c
12527         * src/procheader.c
12528         * src/procmsg.c
12529         * src/procmsg.h
12530         * src/summaryview.c
12531         * src/toolbar.c
12532         * src/toolbar.h
12533                 Add contextual menu on Compose toolbar
12534                 button. Fixes bug #944 (Automatic
12535                 addresses not applied when changing account
12536                 from compose window)
12537                 add Mailing List support
12538                 based on the old 0.6.5claws25 patch by
12539                 Melvin Hadasht, with finishing touches
12540                 by Colin
12541                 Fix "ignore thread" when mails are threaded by
12542                 subject (and weren't ignored although appearing
12543                 in the thread).
12544                 GUI rework.
12545                 Both patches by Pawel.
12546
12547 2006-05-08 [paul]       2.2.0cvs2
12548
12549         * src/mainwindow.c
12550         * src/mainwindow.h
12551         * src/messageview.c
12552         * src/procheader.c
12553         * src/procmsg.c
12554         * src/procmsg.h
12555         * src/summaryview.c
12556                 add Mailing List support
12557                 based on the old 0.6.5claws25 patch by 
12558                 Melvin Hadasht, with finishing touches
12559                 by Colin
12560
12561 2006-05-08 [colin]      2.2.0cvs1
12562
12563         * src/mainwindow.c
12564         * src/toolbar.c
12565         * src/toolbar.h
12566                 Add contextual menu on Compose toolbar 
12567                 button. Fixes bug #944 (Automatic 
12568                 addresses not applied when changing account 
12569                 from compose window)
12570
12571 2006-05-08 [paul]       2.2.0
12572
12573         2.2.0 released
12574
12575 2006-05-08 [paul]       2.1.1cvs51
12576
12577         * po/cs.po
12578         * po/de.po
12579         * po/en_GB.po
12580         * po/fi.po
12581         * po/fr.po
12582         * po/pt_BR.po
12583         * po/sr.po
12584         * po/zh_CN.po
12585                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12586                 Fabien Vantard, Frederico Goncalves Guimaraes,
12587                 Aleksandar Urosevic, and Ralgh Young
12588
12589 2006-05-12 [colin]      2.1.1cvs50
12590
12591         * po/cs.po
12592         * po/de.po
12593         * po/en_GB.po
12594         * po/es.po
12595         * po/fi.po
12596         * po/fr.po
12597         * po/pt_BR.po
12598         * po/sr.po
12599         * po/zh_CN.po
12600                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12601                 Fabien Vantard, Frederico Goncalves Guimaraes,
12602                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12603
12604 2006-05-05 [colin]      2.1.1cvs49
12605
12606         * manual/Makefile.am
12607         * manual/pl/Makefile.am
12608         * manual/pl/account.xml
12609         * manual/pl/ack.xml
12610         * manual/pl/addrbook.xml
12611         * manual/pl/advanced.xml
12612         * manual/pl/faq.xml
12613         * manual/pl/glossary.xml
12614         * manual/pl/gpl.xml
12615         * manual/pl/handling.xml
12616         * manual/pl/intro.xml
12617         * manual/pl/keyboard.xml
12618         * manual/pl/plugins.xml
12619         * manual/pl/starting.xml
12620         * manual/pl/sylpheed-claws-manual.xml
12621         * manual/pl/dist/.cvsignore
12622         * manual/pl/dist/Makefile.am
12623         * manual/pl/dist/html/.cvsignore
12624         * manual/pl/dist/html/Makefile.am
12625         * manual/pl/dist/pdf/.cvsignore
12626         * manual/pl/dist/pdf/Makefile.am
12627         * manual/pl/dist/ps/.cvsignore
12628         * manual/pl/dist/ps/Makefile.am
12629         * manual/pl/dist/txt/.cvsignore
12630         * manual/pl/dist/txt/Makefile.am
12631                 Add the polish translation of the manual,
12632                 Authored by Pawel Pekala.
12633
12634 2006-05-05 [cleroy]     2.1.1cvs48
12635
12636         * src/main.c
12637                 Re-read matcherrc after loading plugins 
12638                 if some of them add folders.
12639
12640 2006-05-03 [colin]      2.1.1cvs47
12641
12642         * src/imap.c
12643                 I'm idiot
12644
12645 2006-05-03 [colin]      2.1.1cvs46
12646
12647         * src/imap.c
12648                 Be sure to have a session when
12649                 getting separator
12650
12651 2006-05-03 [colin]      2.1.1cvs45
12652
12653         * src/imap.c
12654         * src/imap.h
12655         * src/imap_gtk.c
12656                 Fix preventing renaming with namespace 
12657                 separator.
12658
12659 2006-05-01 [colin]      2.1.1cvs44
12660
12661         * src/action.c
12662                 Don't reload messageview when result of
12663                 action is piped.
12664
12665 2006-04-29 [colin]      2.1.1cvs43
12666
12667         * src/prefs_receive.c
12668         * src/plugins/spamassassin/spamassassin_gtk.c
12669         * src/plugins/clamav/clamav_plugin_gtk.c
12670                 GUI fixes by Pawel
12671
12672 2006-04-29 [colin]      2.1.1cvs42
12673
12674         * src/prefs_compose_writing.c
12675         * src/prefs_quote.c
12676                 Cleanups. Patch by Pawel
12677
12678 2006-04-28 [paul]       2.1.1cvs41
12679
12680         * src/matcher.c
12681                 fix returned quick search results when search
12682                 term contains an underscore.
12683                 Thanks to Colin
12684
12685 2006-04-28 [paul]       2.1.1cvs40
12686
12687         * src/prefs_message.c
12688         * src/prefs_receive.c
12689                 GUI cleanups
12690                 Patches by Pawel Pekala
12691
12692 2006-04-27 [colin]      2.1.1cvs39
12693
12694         * src/wizard.c
12695                 Differentiate subject Welcome from
12696                 window's title Welcome
12697
12698 2006-04-27 [paul]
12699
12700         2.2.0-rc1 released
12701
12702 2006-04-27 [paul]       2.1.1cvs38
12703
12704         * manual/advanced.xml
12705         * manual/fr/advanced.xml
12706                 add info about compose_no_markup hidden pref
12707
12708 2006-04-27 [paul]       2.1.1cvs37
12709
12710         * src/prefs_account.c
12711                 improve privacy labels
12712         * src/prefs_msg_colors.c
12713                 change some strings for translators' convenience
12714         * src/gtk/gtkutils.c
12715                 don't underline the link button text
12716
12717 2006-04-25 [colin]      2.1.1cvs36
12718
12719         * src/folder.c
12720                 Complete 2.1.1cvs33 (once more ;)
12721
12722 2006-04-25 [colin]      2.1.1cvs35
12723
12724         * src/editldap.c
12725                 Fix tooltip
12726
12727 2006-04-25 [cleroy]     2.1.1cvs34
12728
12729         * src/compose.c
12730         * src/gtk/gtkaspell.c
12731                 Fix crash on redirect (related to the return 
12732                 of the aspell menu in compose's toolbar)
12733         * src/prefs_msg_colors.c
12734                 Fix sensitivity widgets
12735         * src/image_viewer.c
12736         * src/gtk/pluginwindow.c
12737         * src/gtk/prefswindow.c
12738                 Change released signals to clicked (Fabien)
12739         * po/POTFILES.in
12740         * src/common/socket.c
12741         * src/plugins/spamassassin/spamassassin.c
12742                 Translate strings (Fabien)
12743
12744 2006-04-25 [paul]       2.1.1cvs33
12745
12746         * src/folder.c
12747         * src/folder.h
12748         * src/folderview.c
12749                 complete the fix of bug #912
12750                 Thanks to Colin
12751
12752 2006-04-25 [colin]      2.1.1cvs32
12753
12754         * src/news.c
12755                 Better progress bar
12756         * src/mimeview.c
12757         * src/summaryview.c
12758         * src/summaryview.h
12759                 Fix focus chain
12760                 Patches by Pawel Pekala
12761
12762 2006-04-24 [colin]      2.1.1cvs31
12763
12764         * src/compose.c
12765                 Fix compilation warnings (Fabien)
12766
12767 2006-04-24 [colin]      2.1.1cvs30
12768
12769         * src/addrindex.c
12770         * src/editldap.c
12771         * src/editldap_basedn.c
12772         * src/editldap_basedn.h
12773         * src/ldapctrl.c
12774         * src/ldapctrl.h
12775         * src/ldapquery.c
12776         * src/ldaputil.c
12777         * src/ldaputil.h
12778                 Fix bug #901 (LDAPS support)
12779
12780 2006-04-24 [colin]      2.1.1cvs29
12781
12782         * src/compose.c
12783                 Fix logic on error with send dialog on
12784         * src/imap.c
12785                 Fix compilation without libetpan, thanks
12786                 to Fabien
12787         * src/summaryview.c
12788                 Fix 'context-menu' key
12789
12790 2006-04-23 [colin]      2.1.1cvs28
12791
12792         * src/folder.c
12793                 Never free current's cache to free up 
12794                 memory. Fixes bug #912 (new count 
12795                 randomly set to message count)
12796
12797 2006-04-23 [colin]      2.1.1cvs27
12798
12799         * src/gtk/quicksearch.c
12800                 And remove printf...
12801
12802 2006-04-23 [colin]      2.1.1cvs26
12803
12804         * src/gtk/quicksearch.c
12805                 Fix replacing in quicksearch, and fix inserting
12806                 in the middle of the string. (introduced at 2.1.0cvs22)
12807
12808 2006-04-23 [colin]      2.1.1cvs25
12809
12810         * src/imap.c
12811                 Make sure uidnext is initialized in get_num_list
12812                 (not for stable, related to 2.1.1cvs8 and friends)
12813
12814 2006-04-23 [colin]      2.1.1cvs24
12815
12816         * src/imap.c
12817                 Output something when login is successful
12818                 too
12819
12820 2006-04-23 [colin]      2.1.1cvs23
12821
12822         * src/etpan/imap-thread.c
12823                 Better logging (line-per-line, hide data in fetch)
12824                 Fix a const warning
12825         * src/gtk/logwindow.c
12826         * src/gtk/logwindow.h
12827                 Better logging (color for input/output)
12828
12829 2006-04-21 [colin]      2.1.1cvs22
12830
12831         * src/gtk/quicksearch.c
12832                 On gtk+-2.8, use stock buttons in quicksearch
12833                 Based on a patch by Fabien and a design by Paul
12834
12835 2006-04-21 [colin]      2.1.1cvs21
12836
12837         * src/folderview.c
12838         * src/mainwindow.c
12839                 Fix occasional flicker in folderview
12840         * src/common/utils.c
12841                 Fix bug #943 (Incorrectly parsed email address 
12842                 list in short headers on message view and in 
12843                 printouts)
12844
12845 2006-04-20 [colin]      2.1.1cvs20
12846
12847         * src/imap.c
12848         * src/imap.h
12849         * src/prefs_account.c
12850                 Add ANONYMOUS auth for IMAP
12851
12852 2006-04-20 [paul]       2.1.1cvs19
12853
12854         * src/main.c
12855                 proper fix for 2.1.1cvs18
12856                 Thanks to Colin
12857
12858 2006-04-20 [paul]       2.1.1cvs18
12859
12860         * src/main.c
12861                 fix build warnings
12862
12863 2006-04-20 [paul]       2.1.1cvs17
12864
12865         * src/gtk/quicksearch.c
12866                 fix standard, non-extended Quick search,
12867                 was broken in 2.1.1cvs15.
12868                 Thanks to Colin.
12869
12870 2006-04-20 [colin]      2.1.1cvs16
12871
12872         * src/prefs_matcher.c
12873                 Fix values when reselecting a ~test
12874                 rule
12875
12876 2006-04-19 [colin]      2.1.1cvs15
12877
12878         * src/compose.c
12879         * src/compose.h
12880         * src/gtk/gtkaspell.c
12881         * src/gtk/gtkaspell.h
12882                 Put back Options menu in Spelling/
12883         * src/gtk/quicksearch.c
12884                 Don't search, and show error, if the
12885                 advanced search has a syntax error
12886
12887 2006-04-18 [colin]      2.1.1cvs14
12888
12889         * src/textview.c
12890                 Fix gdk warnings on set_cursor when textview
12891                 isn't visible
12892
12893 2006-04-18 [colin]      2.1.1cvs13
12894
12895         * src/gtk/gtksctree.c
12896                 Remove seemingly useless refresh that causes
12897                 flicker - watch this commit in case of 
12898                 problems before planned backport to stable
12899
12900 2006-04-18 [colin]      2.1.1cvs12
12901
12902         * src/imap.c
12903                 Factorize get/set_xml code
12904         * src/compose.c
12905         * src/prefs_account.c
12906         * src/prefs_account.h
12907         * src/procmsg.c
12908                 Add Encrypt to self option
12909
12910 2006-04-17 [colin]      2.1.1cvs11
12911
12912         * configure.ac
12913                 Fix search on encrpyt function on dragonfly
12914                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12915
12916 2006-04-17 [colin]      2.1.1cvs10
12917
12918         * src/prefs_account.c
12919                 Be safe by default: remove mails from POP3
12920                 after 7 days, not immediately
12921
12922 2006-04-17 [colin]      2.1.1cvs9
12923
12924         * src/etpan/imap-thread.c
12925                 Fix build on DragonFly - patch by 
12926                 Jonathan Buschmann <jonthn@agmact.com>
12927
12928 2006-04-17 [colin]      2.1.1cvs8
12929
12930         * src/imap.c
12931                 Save uidnext between sessions
12932
12933 2006-04-17 [colin]      2.1.1cvs7
12934
12935         * src/imap.c
12936                 scan is required when uid validity changes
12937
12938 2006-04-17 [colin]      2.1.1cvs6
12939
12940         * src/folderview.c
12941                 Don't scan if not necessary, apart in current
12942                 folder and INBOX to fetch flags.
12943         * src/imap.c
12944                 Scan is necessary if unread count changes
12945
12946 2006-04-17 [colin]      2.1.1cvs5
12947
12948         * src/imap.c
12949                 ...But always fetch ANSWERED and DELETED flags for
12950                 INBOX, as filtering can happen on these flags.
12951
12952 2006-04-17 [colin]      2.1.1cvs4
12953
12954         * src/imap.c
12955                 Don't fetch REPLIED and DELETED flags when synchronising
12956                 flags with a closed folder. We only need UNSEEN and FLAGGED
12957                 to update the folderview.
12958
12959 2006-04-17 [colin]      2.1.1cvs3
12960
12961         * src/imap.c
12962                 Faster flag search when there are new mails 
12963                 in a folder. We can do a full search if the 
12964                 folder contains less messages than the new
12965                 list.
12966
12967 2006-04-17 [colin]      2.1.1cvs2
12968
12969         * po/cs.po
12970         * po/de.po
12971         * po/fr.po
12972         * po/nl.po
12973         * po/pt_BR.po
12974                 Update translations from stable branch
12975
12976 2006-04-17 [colin]      2.1.1cvs1
12977
12978         * configure.ac
12979                 Bump version to follow stable release
12980
12981 2006-04-16 [mones]      2.1.0cvs50
12982
12983         * po/es.po
12984                 Updated for release
12985
12986 2006-04-16 [colin]      2.1.0cvs49
12987
12988         * src/textview.c
12989                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12990                 with gtk < 2.8. Thanks to Fabien Vantard.
12991
12992 2006-04-15 [colin]      2.1.0cvs48
12993
12994         * src/etpan/imap-thread.c
12995                 Fix bug #919 (libetpan: SEGV when connecting 
12996                 using command)
12997
12998 2006-04-14 [colin]      2.1.0cvs47
12999
13000         * src/main.c
13001                 Fix race on --select (should be done better)
13002
13003 2006-04-14 [wwp]        2.1.0cvs46
13004
13005         * src/send_message.c
13006                 enforce a check for domain in account prefs (a sending
13007                 error could be faced if domain was checked but no value set),
13008                 thanks to Colin.
13009
13010 2006-04-14 [colin]      2.1.0cvs45
13011
13012         * src/codeconv.c
13013                 when converting from unknown to unknown, if the
13014                 string is UTF8, don't convert it to the locale
13015                 (which breaks it)
13016
13017 2006-04-14 [colin]      2.1.0cvs44
13018
13019         * src/compose.c
13020                 Don't try to use ASCII for converting headers
13021                 (as done in body)
13022
13023 2006-04-14 [paul]       2.1.0cvs43
13024
13025         * src/crash.c
13026                 add locale/charset info to crash report
13027         * src/gtk/about.c
13028                 add wwp to doc team
13029                 replace 'e-mail' with preferred 'email'
13030         * src/gtk/authors.h
13031                 ensure contributors list is in alphabetical
13032                 order
13033
13034 2006-04-13 [colin]      2.1.0cvs42
13035
13036         * src/textview.c
13037                 Prevent gdk warnings
13038
13039 2006-04-13 [colin]      2.1.0cvs41
13040
13041         * src/common/ssl_certificate.c
13042         * src/common/ssl_certificate.h
13043         * src/gtk/sslcertwindow.c
13044                 Warn on expired certs, and display the expiration date
13045
13046 2006-04-13 [colin]      2.1.0cvs40
13047
13048         * src/plugins/spamassassin/spamassassin_gtk.c
13049                 Fix missing set_text on unix socket
13050
13051 2006-04-13 [wwp]        2.1.0cvs39
13052
13053         * manual/fr/advanced.xml
13054         * manual/fr/glossary.xml
13055                 applied new spam/ham/email lexicon (pourriel, courriel)
13056
13057 2006-04-13 [paul]       2.1.0cvs38
13058
13059         * src/plugins/pgpmime/plugin.c
13060                 remove the mention of S/MIME from the
13061                 description. This is now handled by the
13062                 S/MIME plugin.
13063
13064 2006-04-13 [paul]       2.1.0cvs37
13065
13066         * src/prefs_msg_colors.c
13067                 rework dialog
13068         * src/prefs_folder_item.c
13069         * src/prefs_spelling.c
13070                 add a tooltip to the colour selector buttons
13071
13072 2006-04-13 [wwp]        2.1.0cvs36
13073
13074         * manual/advanced.xml
13075         * manual/glossary.xml
13076         * manual/handling.xml
13077         * manual/keyboard.xml
13078         * manual/plugins.xml
13079         * manual/starting.xml
13080         * manual/fr/account.xml
13081         * manual/fr/ack.xml
13082         * manual/fr/addrbook.xml
13083         * manual/fr/advanced.xml
13084         * manual/fr/faq.xml
13085         * manual/fr/glossary.xml
13086         * manual/fr/gpl.xml
13087         * manual/fr/handling.xml
13088         * manual/fr/intro.xml
13089         * manual/fr/keyboard.xml
13090         * manual/fr/plugins.xml
13091         * manual/fr/starting.xml
13092         * manual/fr/sylpheed-claws-manual.xml
13093                 fixes to the manuals:
13094                  - summaryview -> Message List (same in French)
13095                  - translate key names
13096                  - fix French punctuation, use non-breakable spaces when
13097                    necessary, don't use &thinsp; which is not portable
13098                  - tell what maildir and mbox formats we support
13099
13100 2006-04-12 [wwp]        2.1.0cvs35
13101
13102         * src/prefs_toolbar.c
13103                 unified a replace button more,
13104                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13105
13106 2006-04-12 [wwp]        2.1.0cvs34
13107
13108         * src/prefs_common.c
13109         * src/prefs_msg_colors.c
13110                 make default color labels translatable,
13111                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13112                 thanks to Tim <timbrain@post.cz> for reporting.
13113
13114 2006-04-12 [wwp]        2.1.0cvs33
13115
13116         * manual/glossary.xml
13117         * manual/intro.xml
13118         * manual/plugins.xml
13119         * manual/starting.xml
13120         * manual/sylpheed-claws-manual.xml
13121         * manual/fr/.cvsignore
13122         * manual/fr/account.xml
13123         * manual/fr/ack.xml
13124         * manual/fr/addrbook.xml
13125         * manual/fr/advanced.xml
13126         * manual/fr/faq.xml
13127         * manual/fr/glossary.xml
13128         * manual/fr/handling.xml
13129         * manual/fr/intro.xml
13130         * manual/fr/keyboard.xml
13131         * manual/fr/plugins.xml
13132         * manual/fr/starting.xml
13133         * manual/fr/sylpheed-claws-manual.xml
13134                 various fixes: typos, missing .fr translations, punctuation,
13135                 capitalization, links, accents and some bad French more.
13136
13137 2006-04-12 [wwp]        2.1.0cvs32
13138
13139         * src/prefs_gtk.c
13140                 fix for bug #935: always store prefs files in UTF-8 (thanks
13141                 to Colin).
13142
13143 2006-04-11 [colin]      2.1.0cvs31
13144
13145         * src/compose.c
13146                 Fix inserting files not in utf8 when locale is utf8
13147
13148 2006-04-11 [colin]      2.1.0cvs30
13149
13150         * src/inc.c
13151                 Don't show error dialog when cancelling connection
13152                 Patch by Pawel
13153
13154 2006-04-11 [cleroy]     2.1.0cvs29
13155
13156         * src/compose.c
13157                 Implement multiple quote levels
13158         * src/prefs_common.c
13159                 Change a little bit the quote bgcolor for 2nd level
13160
13161 2006-04-11 [colin]      2.1.0cvs28
13162
13163         * src/gtk/about.c
13164                 Add locale and charset in the label
13165
13166 2006-04-10 [colin]      2.1.0cvs27
13167
13168         * src/compose.c
13169         * src/prefs_common.c
13170         * src/prefs_common.h
13171         * src/prefs_msg_colors.c
13172         * src/textview.c
13173                 Allow optional background color in quotes
13174                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13175                 GTK+-2.8.x feature
13176
13177 2006-04-10 [colin]      2.1.0cvs26
13178
13179         * src/main.c
13180         * src/mainwindow.c
13181         * src/mainwindow.h
13182                 Implement --select
13183
13184 2006-04-10 [colin]      2.1.0cvs25
13185
13186         * manual/plugins.xml
13187         * manual/fr/plugins.xml
13188                 Document libcurl's proxy variables
13189
13190 2006-04-09 [colin]      2.1.0cvs24
13191
13192         * src/prefs_common.c
13193                 gettext() returns statically allocated stuff. We have
13194                 to strdup it in order to be able to free it.
13195
13196 2006-04-09 [colin]      2.1.0cvs23
13197
13198         * AUTHORS
13199         * src/gtk/authors.h
13200                 Add Alexei
13201
13202 2006-04-09 [colin]      2.1.0cvs22
13203
13204         * src/mainwindow.c
13205         * src/gtk/quicksearch.c
13206                 Fix bug #859 (problems with cyrilic input in 
13207                 search panel) - Patch by Alexey Illarionov 
13208                 <littlesavage@rambler.ru>
13209
13210 2006-04-09 [colin]      2.1.0cvs21
13211
13212         * src/prefs_customheader.c
13213                 I prefer removing then freeing rather than the contrary
13214                 (even if it doesn't change anything ;-)
13215         * src/prefs_account.c
13216                 Fix bug #933 (Crash re-entering the custom headers list 
13217                 dialog in accounts prefs)
13218                 The problem happened when cancelling the Account 
13219                 Preferences' dialogs - in which case we didn't do 
13220                 anything to the PrefsAccount * struct. In case of applying,
13221                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13222                 working with in this dialog. The problem is that 
13223                 prefs_customheader.c, working on this tmp_ac_prefs, always
13224                 changes the ->customhdr_list pointer, even when cancelled. 
13225                 So in case of cancelling the prefs_account dialog, we still
13226                 have to update ->customhdr_list in the real account.
13227
13228 2006-04-08 [colin]      2.1.0cvs20
13229
13230         * manual/fr/glossary.xml
13231         * manual/fr/keyboard.xml
13232                 Forgot some headers :)
13233
13234 2006-04-08 [colin]      2.1.0cvs19
13235
13236         * manual/Makefile.am
13237         * manual/fr/Makefile.am
13238         * manual/fr/account.xml
13239         * manual/fr/ack.xml
13240         * manual/fr/addrbook.xml
13241         * manual/fr/advanced.xml
13242         * manual/fr/faq.xml
13243         * manual/fr/glossary.xml
13244         * manual/fr/gpl.xml
13245         * manual/fr/handling.xml
13246         * manual/fr/intro.xml
13247         * manual/fr/keyboard.xml
13248         * manual/fr/plugins.xml
13249         * manual/fr/starting.xml
13250         * manual/fr/sylpheed-claws-manual.xml
13251         * manual/fr/dist/.cvsignore
13252         * manual/fr/dist/Makefile.am
13253         * manual/fr/dist/html/.cvsignore
13254         * manual/fr/dist/html/Makefile.am
13255         * manual/fr/dist/pdf/.cvsignore
13256         * manual/fr/dist/pdf/Makefile.am
13257         * manual/fr/dist/ps/.cvsignore
13258         * manual/fr/dist/ps/Makefile.am
13259         * manual/fr/dist/txt/.cvsignore
13260         * manual/fr/dist/txt/Makefile.am
13261                 Add the french translation of the manual. Thanks to
13262                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13263                 account.xml, ack.xml, addrbook.xml and advanced.xml
13264
13265 2006-04-08 [colin]      2.1.0cvs18
13266
13267         * manual/plugins.xml
13268         * manual/starting.xml
13269                 More fixes
13270
13271 2006-04-07 [colin]      2.1.0cvs17
13272
13273         * manual/faq.xml
13274         * manual/intro.xml
13275         * manual/keyboard.xml
13276                 Little fixes
13277
13278 2006-04-07 [colin]      2.1.0cvs16
13279
13280         * README
13281         * src/compose.c
13282         * src/prefs_common.c
13283         * src/prefs_common.h
13284                 Add hidden compose_no_markup pref
13285
13286 2006-04-07 [wwp]        2.1.0cvs15
13287
13288         * src/summary_search.c
13289         * .cvsignore
13290                 Bugfix: stop button was sticky when searching in an empty folder.
13291                 Applied curly brackets code style to the whole file (summary_search.c).
13292                 More files to ignore.
13293
13294 2006-04-07 [wwp]        2.1.0cvs14
13295
13296         * src/message_search.c
13297         * src/summary_search.c
13298                 changed default button when search bumps at file/folder
13299                 beginning or end, for convenience (thanks to Colin).
13300
13301 2006-04-07 [paul]       2.1.0cvs13
13302
13303         * src/plugins/dillo_viewer/dillo_prefs.c
13304                 avoid future potential for namespace collision
13305                 Patch by Colin
13306
13307 2006-04-06 [wwp]        2.1.0cvs12
13308
13309         * src/summary_search.c
13310                 Unify extended/advanced searches names (and thus factorize labels),
13311                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13312
13313 2006-04-06 [wwp]        2.1.0cvs11
13314
13315         * src/folderview.c
13316         * src/prefs_themes.c
13317         * src/summaryview.c
13318                 Fixed some compilation warnings.
13319
13320 2006-04-06 [colin]      2.1.0cvs10
13321
13322         * manual/advanced.xml
13323                 Document the wizard template and how to deploy
13324                 Sylpheed-Claws effectively
13325
13326 2006-04-06 [colin]      2.1.0cvs9
13327
13328         * src/folderview.c
13329                 gettext patch to tell translators about _("#"),
13330                 by Maxim Britov
13331
13332 2006-04-06 [colin]      2.1.0cvs8
13333
13334         * src/textview.c
13335                 Fix invalid GtkTextBIter after clicking "Display as text"
13336
13337 2006-04-06 [mones]      2.1.0cvs7
13338
13339         * src/addr_compl.c
13340         * src/addrindex.c
13341         * src/addritem.c
13342         * src/codeconv.c
13343         * src/compose.c
13344         * src/filtering.c
13345         * src/folder.c
13346         * src/folder_item_prefs.c
13347         * src/folderview.c
13348         * src/localfolder.c
13349         * src/matcher.c
13350         * src/mimeview.c
13351         * src/prefs_msg_colors.c
13352         * src/prefs_spelling.c
13353         * src/prefs_themes.c
13354         * src/procmime.c
13355         * src/procmsg.c
13356         * src/stock_pixmap.c
13357         * src/summaryview.c
13358         * src/textview.c
13359         * src/toolbar.c
13360         * src/common/mgutils.c
13361         * src/common/prefs.c
13362         * src/common/ssl_certificate.c
13363         * src/gtk/colorlabel.c
13364         * src/gtk/quicksearch.c
13365         * src/plugins/pgpmime/pgpmime.c
13366         * src/plugins/spamassassin/spamassassin.c
13367                 Removed redundant NULL checks for g_free() calls.
13368                 Patch by Pawel Pekala.
13369
13370 2006-04-06 [mones]      2.1.0cvs6
13371
13372         * src/prefs_actions.c
13373         * src/prefs_filtering.c
13374         * src/prefs_filtering_action.c
13375         * src/prefs_matcher.c
13376         * src/prefs_template.c
13377         * src/gtk/gtkutils.c
13378         * src/gtk/gtkutils.h
13379                 Have a nice replace button. Patch by Pawel Pekala
13380
13381 2006-04-06 [colin]      2.1.0cvs5
13382
13383         * src/addressbook.c
13384                 Fix crash with empty columns
13385
13386 2006-04-05 [colin]      2.1.0cvs4
13387
13388         * src/wizard.c
13389         * src/prefs_gtk.c
13390                 Allow wizard customization with pre-filled values
13391
13392 2006-04-05 [colin]      2.1.0cvs3
13393
13394         * src/textview.c
13395         * src/mimeview.c
13396         * src/mimeview.h
13397                 Nicer messages in mimeview
13398
13399 2006-04-05 [colin]      2.1.0cvs2
13400
13401         * src/addressbook.c
13402         * src/prefs_summaries.c
13403                 i18n fix
13404
13405 2006-04-05 [colin]      2.1.0cvs1
13406
13407         * src/plugins/pgpcore/plugin.c
13408         * src/plugins/pgpcore/select-keys.c
13409         * src/plugins/pgpcore/select-keys.h
13410         * src/plugins/pgpcore/sgpgme.c
13411         * src/plugins/pgpcore/sgpgme.h
13412         * src/plugins/pgpinline/pgpinline.c
13413         * src/plugins/pgpinline/plugin.c
13414         * src/plugins/pgpmime/pgpmime.c
13415         * src/plugins/pgpmime/plugin.c
13416                 Factorize and generalize a bit 
13417                 Drop S/MIME signature verification from PGP/MIME
13418                 (adding it as another, more complete plugin)
13419
13420 2006-04-05 [paul]       2.1.0
13421
13422         2.1.0 released
13423
13424 2006-04-05 [paul]       2.0.0cvs186
13425
13426         * manual/advanced.xml
13427                 add info on colour labels
13428
13429 2006-04-05 [paul]       2.0.0cvs185
13430
13431         * po/bg.po
13432         * po/cs.po
13433         * po/de.po
13434         * po/el.po
13435         * po/en_GB.po
13436         * po/fi.po
13437         * po/fr.po
13438         * po/it.po
13439         * po/nl.po
13440         * po/pl.po
13441         * po/pt_BR.po
13442         * po/sr.po
13443         * po/zh_CN.po
13444                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13445                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13446                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13447                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13448         * src/gtk/authors.h
13449         * tools/claws.i18n.status.pl
13450                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13451                 and new Czech translator, Tim <timbrain@post.cz>
13452
13453 2006-04-05 [mones]      2.0.0cvs184
13454
13455         * po/es.po
13456                 Updated translation
13457
13458 2006-04-05 [colin]      2.0.0cvs183
13459
13460         * src/gtk/quicksearch.c
13461                 Fix bug #929 (unnecessary reload in quick search bar)
13462
13463 2006-04-05 [colin]      2.0.0cvs182
13464
13465         * src/compose.c
13466                 Fix crash on Reply with no From:
13467                 Show signature and conversion error on queuing 
13468                 (but not sending)
13469         * src/mainwindow.c
13470         * src/summaryview.c
13471         * src/summaryview.h
13472                 Factorize threading code and make sure msginfo 
13473                 is not null when it comes from a GtkCTreeRow's 
13474                 data
13475         * src/gtk/gtkaspell.c
13476                 Check for necessary things
13477         * src/gtk/gtksctree.c
13478         * src/gtk/gtksctree.h
13479                 Reset anchor if necessary when removing node
13480
13481 2006-03-29 [colin]      2.0.0cvs181
13482
13483         * src/folderview.c
13484                 Warn for disabled IMAP accounts (due to lack of
13485                 libetpan). Breaks string-freeze - sorry - but it
13486                 is kind of important ;)
13487
13488 2006-03-28 [colin]      2.0.0cvs180
13489
13490         * src/gtk/gtkutils.c
13491         * src/gtk/gtkutils.h
13492                 Add a gtkut_get_link_btn() function that
13493                 creates a button which acts like an URI
13494         * src/prefs_themes.c
13495         * src/gtk/about.c
13496                 Use this function (factorizes codes)
13497         * src/common/defs.h
13498         * src/gtk/pluginwindow.c
13499                 Add a "Get more..." in the plugins window
13500
13501 2006-03-28 [colin]      2.0.0cvs179
13502
13503         * src/common/smtp.c
13504         * src/common/passcrypt.c
13505         * src/undo.c
13506                 Warning fixes. Patch by Pawel Pekala
13507
13508 2006-03-27 [colin]      2.0.0cvs178
13509
13510         * src/undo.c
13511                 Fix undoing by blocks with spaces
13512
13513 2006-03-27 [colin]      2.0.0cvs177
13514
13515         * src/textview.c
13516                 Set margin to 3px for headers
13517
13518 2006-03-27 [paul]
13519
13520         2.1.0-rc2 released
13521
13522 2006-03-27 [wwp]        2.0.0cvs176
13523
13524         * src/summaryview.c
13525                 don't reset quicksearch when updating the message list.
13526                 Thanks to Colin.
13527
13528 2006-03-26 [wwp]        2.0.0cvs175
13529
13530         * src/compose.c
13531                 use a unified border width ('other' tab in the compose window,
13532                 patch by Pawel Pekala).
13533
13534
13535 2006-03-26 [wwp]        2.0.0cvs174
13536
13537         * src/common/quoted-printable.c
13538         * src/addressbook.c
13539                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13540
13541 2006-03-26 [colin]      2.0.0cvs173
13542
13543         * src/quote_fmt_parse.y
13544                 Fix non-UTF8 date formats messing up the whole quote a 
13545                 little bit
13546
13547 2006-03-26 [colin]      2.0.0cvs172
13548
13549         * src/procheader.c
13550                 Make sure the date is UTF8 valid, or try to make it
13551                 so. IncrediMail is really IncrediStupid.
13552         * src/compose.c
13553                 Fix possible conversions. 
13554                 
13555
13556 2006-03-26 [colin]      2.0.0cvs171
13557
13558         * src/matcher.c
13559                 Fix corner cases in body search. This is still a
13560                 hack... It seems impossible to make it good and 
13561                 reasonably fast at the same time.
13562
13563 2006-03-26 [colin]      2.0.0cvs170
13564
13565         * src/summaryview.c
13566                 I think I killed the twilight zone bug!
13567                 summary_select_node() flushes GTK events in order
13568                 to be able to center the view. But this also 
13569                 flushes keypresses like Ctrl-Alt-U, so this can
13570                 call summary_show from summary_select_node (itself
13571                 called from summary_show, etc.). And the summaryview
13572                 has to be unlocked in this function. So just locking
13573                 while processing GTK events, and bailing if locked, 
13574                 should fix it.
13575                 Fixes bug #927 (SIGSEGV during Update Summary)
13576
13577 2006-03-25 [colin]      2.0.0cvs169
13578
13579         * src/matcher.c
13580                 Fix search in QP-encoded bodies
13581                 Fix utf-8 searches in bodies encoded in the
13582                 locale's encoding
13583         * src/common/quoted-printable.c
13584         * src/common/quoted-printable.h
13585                 Add a decode function that doesn't overwrite
13586                 the original pointer
13587                 
13588
13589 2006-03-24 [colin]      2.0.0cvs168
13590
13591         * src/action.c
13592         * src/summaryview.c
13593         * src/summaryview.h
13594                 Update message cache after action
13595                 Patch by H. Merijn Brand
13596         * src/prefs_msg_colors.c
13597                 Factorize label 
13598                 Patch by Fabien Vantard
13599         * src/plugins/spamassassin/spamassassin_gtk.c
13600                 Remove useless translation
13601                 Patch by Fabien Vantard
13602
13603 2006-03-23 [colin]      2.0.0cvs167
13604
13605         * src/common/ssl.c
13606                 Let 30 seconds to SSL_connect
13607
13608 2006-03-23 [wwp]        2.0.0cvs166
13609
13610         * src/summaryview.c
13611         * src/gtk/description_window.c
13612                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13613                 and headers are translated; adjust description windows' width to fit their
13614                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13615
13616 2006-03-23 [paul]       2.0.0cvs165
13617
13618         * src/common/utils.c
13619                 fix highlighting of URIs containing "()"
13620                 (2.0.0cvs164's reversal fixed)
13621                 Thanks to Colin.
13622
13623 2006-03-23 [paul]       2.0.0cvs164
13624
13625         * src/common/utils.c
13626                 revert patch, (postponing a fix), at 2.0.0cvs120
13627                 as it breaks more URIs than it fixes.
13628                 Allow '-' to be a terminating character in a URI
13629
13630 2006-03-22 [colin]      2.0.0cvs163
13631
13632         * configure.ac
13633                 Require libetpan 0.45
13634                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13635
13636 2006-03-22 [paul]       2.0.0cvs162
13637
13638         * src/editgroup.c
13639                 replace '<-' and '->' buttons with GTK_STOCK graphical
13640                 buttons
13641         * src/summary_search.c
13642                 don't offer '...' for translation
13643                 add a tooltip to advanced search '...' button
13644         * src/gtk/quicksearch.c
13645                 don't offer '...' for translation
13646
13647 2006-03-21 [colin]      2.0.0cvs161
13648
13649         * src/compose.c
13650                 Fix middle-click pasting (insert at click
13651                 position instead of cursor position, don't
13652                 remove existing selection and allow pasting
13653                 our own selection)
13654         * src/addressbook.c
13655                 "LDAP Server" -> "LDAP servers"
13656
13657 2006-03-21 [wwp]        2.0.0cvs160
13658
13659         * src/etpan/imap-thread.c
13660                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13661
13662 2006-03-20 [colin]      2.0.0cvs159
13663
13664         * src/summaryview.c
13665                 Don't reload summaryview after an execute with no
13666                 move action
13667
13668 2006-03-19 [colin]      2.0.0cvs158
13669
13670         * src/addressbook.c
13671                 and put groups at the top, always
13672
13673 2006-03-19 [colin]      2.0.0cvs157
13674
13675         * src/addressbook.c
13676                 Order groups before names, as previously
13677
13678 2006-03-19 [colin]      2.0.0cvs156
13679
13680         * src/addressbook.c
13681                 - Sort case-unsensitive
13682                 - Put the sort arrow at opening too
13683
13684 2006-03-19 [wwp]        2.0.0cvs155
13685
13686         * src/addressbook.c
13687                 allow sorting by name/email/remarks, ensure that right-pane's contents
13688                 matches the left-pane selection (cleared when appropriate).
13689                 Patch by Pawel Pekala <c0rn@o2.pl>.
13690
13691 2006-03-18 [colin]      2.0.0cvs154
13692
13693         * src/textview.c
13694                 Fix text cursor ;)
13695
13696 2006-03-18 [colin]      2.0.0cvs153
13697
13698         * src/gtk/filesel.c
13699                 Make sure we hide the preview if we didn't get
13700                 a filename
13701
13702 2006-03-18 [colin]      2.0.0cvs152
13703
13704         * src/summaryview.c
13705                 Set cursor to watch for execution (fixes lack
13706                 of watch-cursor when dnd'ing hundreds of mails)
13707         * src/gtk/filesel.c
13708                 Check that mime type is 'image/*' before updating
13709                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13710
13711 2006-03-18 [colin]      2.0.0cvs151
13712
13713         * src/mainwindow.c
13714         * src/textview.c
13715         * src/textview.h
13716                 Put a watch cursor in textview too when the mainwindow's
13717                 cursor in a watch
13718
13719 2006-03-18 [colin]      2.0.0cvs150
13720
13721         * src/folder.c
13722                 Change wrong asserts to simple tests
13723
13724 2006-03-17 [colin]      2.0.0cvs149
13725
13726         * src/mainwindow.c
13727         * src/mainwindow.h
13728         * src/prefs_msg_colors.c
13729         * src/summaryview.c
13730         * src/summaryview.h
13731         * src/gtk/colorlabel.c
13732         * src/gtk/colorlabel.h
13733                 Add a color label menu in the main menubar
13734                 Add (fixed) accels Ctrl-{0-7} to change the color
13735                 They have to be fixed because the menu's dynamic,
13736                 the items are complex widgets, hence we can't use
13737                 a GtkItemFactory.
13738
13739
13740 2006-03-17 [wwp]        2.0.0cvs148
13741
13742         * src/compose.c
13743                 rollback few lines from my previous commit (those lines come from
13744                 a pending patch, accidentally commited, even if neutral as they are
13745                 commented out).
13746
13747 2006-03-17 [wwp]        2.0.0cvs147
13748
13749         * src/compose.c
13750                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13751                 applied code style/indentation to the modified function.
13752
13753 2006-03-17 [wwp]        2.0.0cvs146
13754
13755         * src/procmsg.c
13756         * src/compose.c
13757                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13758
13759 2006-03-17 [paul]
13760
13761         2.1.0-rc1 released
13762
13763 2006-03-17 [paul]       2.0.0cvs145
13764
13765         * src/main.c
13766                 addressbook_read_file() was called twice
13767         * src/textview.c
13768                 X-Mailer highlighting
13769
13770 2006-03-16 [colin]      2.0.0cvs144
13771
13772         * src/sourcewindow.c
13773         * src/sourcewindow.h
13774                 And the last one, in source window.
13775
13776 2006-03-16 [colin]      2.0.0cvs143
13777
13778         * src/compose.c
13779         * src/compose.h
13780                 Fix the same stuff in compose
13781
13782 2006-03-16 [colin]      2.0.0cvs142
13783
13784         * src/messageview.c
13785                 Complete the previous messageview crash fix
13786
13787 2006-03-16 [colin]      2.0.0cvs141
13788
13789         * src/procmsg.h
13790         * src/procmsg.c
13791         * src/folder.c
13792                 Fix POSTPROCESSING hook
13793                 Patch by H. Merijn Brand
13794
13795         * src/procmime.c
13796         * src/procmime.h
13797                 Parse Content-Location
13798
13799         * src/toolbar.c
13800         * src/messageview.c
13801         * src/messageview.h
13802                 Don't crash when a top-level MessageView has
13803                 been closed on us. Same problematic than
13804                 yesterday's quicksearch issue.
13805
13806 2006-03-15 [colin]      2.0.0cvs140
13807
13808         * src/gtk/quicksearch.c
13809                 Fix a bitchy race we didn't think about when we
13810                 added quicksearch cancellation:
13811                 If the search is not on cached fields, for example
13812                 body_part matchcase "stuff"
13813                 the matcher code has to get the whole message. If
13814                 we're on IMAP, that can be slow, and in order to
13815                 be non-blocking, the IMAP code idle loop processes
13816                 gtk events too. So it is possible to cancel a
13817                 quicksearch while the matcher is getting the mail's
13818                 body. After matcher got its body, it will start to
13819                 iterate over the matcher list that the Quicksearch's
13820                 clear_search_cb() just freed via prepare_matcher().
13821                 SIGSEGV ensues.
13822                 The fix consists of guarding the matcherlist_match()
13823                 call with a boolean 'matching'. If we reset the
13824                 quicksearch while matching is TRUE, we don't free
13825                 the matcherlist anymore like we did, but we set
13826                 another new flag, deferred_free, to TRUE. Then,
13827                 in quicksearch_match(), just after returning from
13828                 matcherlist_match() and unsetting the matching flag,
13829                 we check the deferred_free flag and do the
13830                 prepare_matcher() (which does the matcherlist_free)
13831                 for real, so we free the matcherlist once it's not
13832                 used anymore.
13833                 As all of this runs via the glib main loop, we
13834                 luckily don't need a mutex.
13835         * src/summaryview.c
13836                 Also, show progress while searching.
13837
13838
13839 2006-03-14 [colin]      2.0.0cvs139
13840
13841         * src/alertpanel.c
13842                 Make alertpanel_is_open non-static
13843
13844 2006-03-14 [colin]      2.0.0cvs138
13845
13846         * src/prefs_spelling.c
13847                 Cleanups - Fabien Vantard
13848
13849 2006-03-14 [wwp]        2.0.0cvs137
13850
13851         * src/main.c
13852                 code style normalization (curly braces, indentation).
13853
13854 2006-03-14 [wwp]        2.0.0cvs137
13855
13856         * src/main.c
13857                 code style (braces, indentation)
13858
13859 2006-03-12 [paul]       2.0.0cvs136
13860
13861         * src/prefs_common.c
13862                 trans_hdr defaults to FALSE to be RFC-savvy
13863         * src/prefs_summaries.c
13864                 add a tooltip to the trans_hdr option
13865                 
13866
13867 2006-03-12 [paul]       2.0.0cvs135
13868
13869         * src/prefs_matcher.c
13870                 give a little more width to the combos
13871         * src/prefs_display_header.c
13872         * src/textview.c
13873                 translate headers if prefs_common.trans_hdr
13874                 is TRUE
13875
13876         Patches by Pawel Pekala
13877
13878 2006-03-12 [paul]       2.0.0cvs134
13879
13880         * src/plugins/clamav/clamav_plugin.c
13881         * src/plugins/dillo_viewer/dillo_viewer.c
13882         * src/plugins/pgpcore/plugin.c
13883         * src/plugins/pgpinline/plugin.c
13884         * src/plugins/pgpmime/plugin.c
13885         * src/plugins/spamassassin/spamassassin.c
13886                 update/add to descriptions
13887         * src/plugins/spamassassin/spamassassin_gtk.c
13888                 fixes to the english, remove superfluous
13889                 tooltips, clean up a little
13890
13891 2006-03-12 [paul]       2.0.0cvs133
13892
13893         * src/compose.c
13894                 fix Bug 924, 'Account combo box shows up wrong 
13895                 if & is in account name'
13896
13897 2006-03-11 [colin]      2.0.0cvs132
13898
13899         * src/summaryview.c
13900                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13901                 messed up shift-selection because is slows down
13902                 moving around summaryview. thanks -users
13903
13904 2006-03-10 [colin]      2.0.0cvs131
13905
13906         * src/plugins/spamassassin/spamassassin_gtk.c
13907                 Put back Paul's engrish fixes
13908
13909 2006-03-10 [colin]      2.0.0cvs130
13910
13911         * src/plugins/spamassassin/spamassassin.c
13912         * src/plugins/spamassassin/spamassassin.h
13913         * src/plugins/spamassassin/spamassassin_gtk.c
13914                 Cleanup SA prefs page (more)
13915                 Patch by Fabien Vantard
13916
13917 2006-03-10 [paul]       2.0.0cvs129
13918
13919         * src/prefs_msg_colors.c
13920         * src/prefs_spelling.c
13921                 widget sensitivity
13922
13923 2006-03-09 [mones]      2.0.0cvs128
13924
13925         * po/es.po
13926                 Update for next RC
13927
13928 2006-03-09 [wwp]        2.0.0cvs127
13929
13930         * configure.ac
13931                 revert accidental commit (requirement for libetpan 0.43), this time
13932                 not in HEAD.
13933
13934 2006-03-09 [wwp]        2.0.0cvs125
13935
13936         * configure.ac
13937                 revert accidental commit (requirement for libetpan 0.43)
13938
13939 2006-03-09 [paul]       2.0.0cvs126
13940
13941         * src/prefs_receive.c
13942                 remove useless frame
13943                 replace 'incorporation' with 'receiving'
13944         * src/plugins/clamav/clamav_plugin_gtk.c
13945         * src/plugins/spamassassin/spamassassin_gtk.c
13946                 improve widget sensitivity
13947                 fix a bit his engrish
13948
13949 2006-03-09 [wwp]        2.0.0cvs125
13950
13951         * src/addressadd.c
13952         * src/foldersel.c
13953         * src/prefs_common.c
13954         * src/prefs_common.h
13955                 remember some more windows' sizes (add to addressbook and
13956                 select folder).
13957
13958 2006-03-09 [paul]       2.0.0cvs124
13959
13960         * src/plugins/pgpcore/prefs_gpg.c
13961                 normalise construction of dialogue
13962
13963 2006-03-09 [paul]       2.0.0cvs123
13964
13965         * src/plugins/trayicon/Makefile.am
13966                 add missing slash
13967
13968 2006-03-08 [colin]      2.0.0cvs122
13969
13970         * src/plugins/trayicon/Makefile.am
13971                 Fix build in separate dir 
13972                 Patch by Bamanzi <bamanzi@gmail.com>
13973
13974 2006-03-08 [colin]      2.0.0cvs121
13975
13976         * src/procmsg.c
13977                 Batch move and copies from summaryview with delayed execution
13978                 too
13979
13980 2006-03-07 [paul]       2.0.0cvs120
13981
13982         * src/common/utils.c
13983                 fix highlighting of URIs containing "()"
13984                 Patch by Pawel Pekala
13985
13986 2006-03-07 [paul]       2.0.0cvs119
13987
13988         * src/folder.c
13989         * src/folder.h
13990         * src/folderview.c
13991                 immediately do alphabetical resort when
13992                 changing a folder's name
13993                 Patch by Pawel Pekala
13994
13995 2006-03-07 [paul]       2.0.0cvs118
13996
13997         * src/news.c
13998         * src/news_gtk.c
13999                 when unsubscribing a newsgroup, remove the
14000                 folder and msgs in .sylpheed-claws/newscache
14001                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14002
14003 2006-03-07 [paul]       2.0.0cvs117
14004
14005         * src/textview.c
14006                 fix wrong Fake URL Warning
14007                 Thanks to Hiro
14008
14009 2006-03-07 [colin]      2.0.0cvs116
14010
14011         * src/imap.c
14012                 Return immediately when password dialog was
14013                 cancelled
14014         * src/gtk/inputdialog.c
14015                 Allow empty strings for passwords
14016
14017
14018 2006-03-06 [colin]      2.0.0cvs115
14019
14020         * src/imap.c
14021                 Prevent double-timeouts when connection fails
14022
14023 2006-03-06 [colin]
14024
14025         2.0.1-rc1 released
14026
14027 2006-03-06 [colin]      2.0.0cvs114
14028
14029         * src/imap.c
14030                 Refresh session during potentially long
14031                 operations
14032
14033 2006-03-06 [wwp]        2.0.0cvs113
14034
14035         * src/prefs_msg_colors.h
14036                 forgot that one (custom color labels).
14037
14038 2006-03-06 [wwp]        2.0.0cvs112
14039
14040         * src/prefs_common.c
14041         * src/prefs_common.h
14042         * src/prefs_msg_colors.c
14043         * src/summaryview.c
14044         * src/summaryview.h
14045         * src/gtk/colorlabel.c
14046         * src/gtk/colorlabel.h
14047                 colors in messages list are now customizable. Color values and names can
14048                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14049                 Thanks to Paul and Colin for their help with this longstanding patch!
14050
14051 2006-03-06 [wwp]        2.0.0cvs111
14052
14053         * src/textview.c
14054                 don't crash if (x)face is bad.
14055
14056 2006-03-05 [paul]       2.0.0cvs110
14057
14058         * AUTHORS
14059         * configure.ac
14060         * src/Makefile.am
14061         * src/common/Makefile.am
14062         * src/common/utils.h
14063         * src/etpan/imap-thread.c
14064         * src/gtk/authors.h
14065         * src/plugins/clamav/Makefile.am
14066         * src/plugins/demo/Makefile.am
14067         * src/plugins/dillo_viewer/Makefile.am
14068         * src/plugins/pgpcore/Makefile.am
14069         * src/plugins/pgpcore/passphrase.c
14070         * src/plugins/pgpinline/Makefile.am
14071         * src/plugins/pgpmime/Makefile.am
14072         * src/plugins/spamassassin/Makefile.am
14073         * src/plugins/trayicon/Makefile.am
14074                 fix builiding on cygwin
14075                 Patch by Ralgh Young <bamanzi@gmail.com>
14076
14077 2006-03-04 [wwp]        2.0.0cvs109
14078
14079         * manual/keyboard.xml
14080                 fix mixed up/down keys.
14081
14082 2006-03-04 [wwp]        2.0.0cvs108
14083
14084         * README
14085         * INSTALL
14086                 updated links to SpamAssassin.
14087
14088 2006-03-04 [wwp]        2.0.0cvs107
14089
14090         * manual/plugins.xml
14091         * src/plugins/spamassassin/README
14092                 updated SpamAssassin plugin docs to reflect new functional additions
14093                 (also fix/update/documents few technical stuff more, see the README).
14094
14095 2006-03-04 [wwp]        2.0.0cvs106
14096
14097         * src/prefs_message.c
14098                 normalized capitalization of message-prefs paths.
14099
14100 2006-03-04 [wwp]        2.0.0cvs105
14101
14102         * manual/advanced.xml
14103                 typo.
14104
14105 2006-03-03 [colin]      2.0.0cvs104
14106
14107         * src/plugins/clamav/clamav_plugin_gtk.c
14108                 Rework prefs page, patch by Fabien 
14109
14110 2006-03-03 [colin]      2.0.0cvs103
14111
14112         * src/plugins/clamav/clamav_plugin.c
14113                 Set error on all errors
14114
14115 2006-03-03 [colin]      2.0.0cvs102
14116
14117         * src/common/plugin.c
14118                 Initialize error to avoid crashing when a plugin fails
14119                 without setting error
14120
14121 2006-03-02 [wwp]        2.0.0cvs101
14122
14123         * configure.ac
14124                 fixed linker flags for libetpan support on Cygwin
14125                 (thanks to H.Merijn Brand).
14126
14127 2006-03-02 [wwp]        2.0.0cvs100
14128
14129         * src/addressbook.c
14130                 fix some AB error messages: one for punctuation and
14131                 one wrongly duplicate (thanks, maxbritov).
14132
14133 2006-03-02 [wwp]        2.0.0cvs99
14134
14135         * src/plugins/spamassassin/spamassassin.c
14136                 make sync calls to sa-learn/spamc to prevent
14137                 system (whatever local or client/server) overload.
14138
14139 2006-03-02 [colin]      2.0.0cvs98
14140
14141         * src/summaryview.c
14142                 Put the spam icon in the status column instead of the
14143                 mark one
14144
14145 2006-03-01 [colin]      2.0.0cvs97
14146
14147         * src/plugins/spamassassin/spamassassin.c
14148                 Fix segfault (g_file_set_contents fails for some 
14149                 reason and err==0x2f. Can't find out why with
14150                 valgrind, using working function :-)
14151
14152 2006-03-01 [colin]      2.0.0cvs96
14153
14154         * src/inc.c
14155                 Offline overriding: let 'No' be cached only 3 seconds
14156
14157 2006-03-01 [colin]      2.0.0cvs95
14158
14159         * src/addr_compl.c
14160         * src/addrbook.c
14161         * src/addressbook.c
14162         * src/addrindex.c
14163         * src/folder_item_prefs.c
14164         * src/headerview.c
14165         * src/imap.c
14166         * src/inc.c
14167         * src/ldif.c
14168         * src/mainwindow.c
14169         * src/mh.c
14170         * src/msgcache.c
14171         * src/prefs_common.h
14172         * src/prefs_msg_colors.c
14173         * src/procheader.c
14174         * src/procheader.h
14175         * src/procmime.c
14176         * src/procmsg.c
14177         * src/procmsg.h
14178         * src/send_message.h
14179         * src/simple-gettext.c
14180         * src/summaryview.c
14181         * src/summaryview.h
14182         * src/syldap.c
14183         * src/textview.c
14184         * src/undo.c
14185         * src/common/ssl_certificate.c
14186         * src/common/utils.c
14187         * src/gtk/colorsel.c
14188         * src/gtk/gtksctree.c
14189         * src/gtk/gtkshruler.c
14190         * src/plugins/trayicon/trayicon.c
14191                 #if 0 goes to /dev/null
14192
14193 2006-03-01 [colin]      2.0.0cvs94
14194
14195         * src/compose.c
14196         * src/imap.c
14197         * src/inc.c
14198         * src/inc.h
14199         * src/messageview.c
14200         * src/news.c
14201         * src/plugins/spamassassin/spamassassin.c
14202                 Allow to add information in the "working offline"
14203                 window
14204
14205 2006-03-01 [wwp]        2.0.0cvs93
14206
14207         * src/plugins/spamassassin/spamassassin.c
14208                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14209                 'cause it seems that calling `spamc ... < inputfile` with
14210                 g_spawn_(a)sync simply.. erm doesn't work :-).
14211
14212 2006-03-01 [wwp]        2.0.0cvs92
14213
14214         * src/toolbar.c
14215         * src/toolbar.h
14216                 simplify the adding of spam/ham button to the messageview toolbar
14217                 (it gets more clear now that the same button will be "Mark as spam"
14218                 or "Mark as ham" according to the current message status,
14219                 thanks to Colin).
14220
14221 2006-03-01 [wwp]        2.0.0cvs91
14222
14223         * src/messageview.c
14224         * src/procmsg.c
14225         * src/procmsg.h
14226         * src/summaryview.c
14227         * src/plugins/spamassassin/spamassassin.c
14228         * src/plugins/spamassassin/spamassassin.h
14229                 make learner callbacks return a status (0 for ok),
14230                 handle it in main code to avoid setting flags when learning failed,
14231                 don't learn on TCP if offline in spamassassin,
14232                 thanks to Colin.
14233
14234                 
14235
14236 2006-03-01 [wwp]        2.0.0cvs90
14237
14238         * src/compose.c
14239                 some work around the compose window's account menu,
14240                 patch by Fabien Vantard.
14241
14242 2006-03-01 [wwp]        2.0.0cvs89
14243
14244         * src/plugins/spamassassin/spamassassin.c
14245                 fixed bad logics, was using spamc in local mode and sa-learn
14246                 in remote mode (thanks, Colin).
14247
14248 2006-03-01 [wwp]        2.0.0cvs88
14249
14250         * src/plugins/spamassassin/spamassassin.c
14251         * src/plugins/spamassassin/spamassassin.h
14252         * src/plugins/spamassassin/spamassassin_gtk.c
14253                 made processing of emails w/ sa-plugin an option (default is TRUE),
14254                 fixed Engrish some tooltips, capitalization of some debug messages
14255                 and warnings. The spamassassin plugin now provides two separate
14256                 services: process emails upon incorporation and spamd training.
14257                 Both services (un)register independently but use some common
14258                 plugin settings (transport settings, spam storage location).
14259
14260 2006-02-28 [wwp]        2.0.0cvs87
14261
14262         * src/plugins/spamassassin/spamassassin.c
14263                 fix async flag to spamc cmdline execution (batch exec should
14264                 be asynchronous).
14265
14266 2006-02-27 [wwp]        2.0.0cvs86
14267
14268         * src/plugins/spamassassin/spamassassin.c
14269         * src/plugins/spamassassin/spamassassin.h
14270         * src/plugins/spamassassin/spamassassin_gtk.c
14271                 - added the ability to learn a remote spamassassin server (spamd),
14272                 using spamc.
14273                 - added the spamassassin option 'username', that applies to all
14274                 spamassassin operations (filtering, learning, local or remote).
14275                 The default username is the current unix user (if left blank
14276                 from gtk prefs or config file).
14277                 - commented out some unused code (notebook widget), removed unused
14278                 layout (hbox1).
14279                 - make more widgets sensitive to the transport type.
14280
14281 2006-02-27 [colin]      2.0.0cvs85
14282
14283         * src/plugins/spamassassin/spamassassin.c
14284                 Fix sa-learn call when offline
14285
14286 2006-02-27 [colin]      2.0.0cvs84
14287
14288         * configure.ac
14289         * src/Makefile.am
14290         * src/mainwindow.c
14291         * src/mainwindow.h
14292         * src/messageview.c
14293         * src/messageview.h
14294         * src/prefs_toolbar.c
14295         * src/procmsg.c
14296         * src/stock_pixmap.c
14297         * src/stock_pixmap.h
14298         * src/summaryview.c
14299         * src/toolbar.c
14300         * src/toolbar.h
14301         * src/pixmaps/ham_btn.xpm
14302         * src/pixmaps/spam.xpm
14303         * src/pixmaps/spam_btn.xpm
14304         * src/plugins/spamassassin/spamassassin.c
14305                 Add button in toolbar for spam learning
14306                 Fix a few bugs from the last related commit
14307                 Revert 1.9.6cvs23 which messed up shift-selection
14308
14309 2006-02-24 [colin]      2.0.0cvs83
14310
14311         * src/procmsg.c
14312         * src/summaryview.c
14313         * src/summaryview.h
14314         * src/plugins/spamassassin/spamassassin.c
14315         * src/plugins/spamassassin/spamassassin.h
14316         * src/plugins/spamassassin/spamassassin_gtk.c
14317                 Unregister learner when spamassassin is either
14318                 disabled or over tcp
14319
14320 2006-02-24 [colin]      2.0.0cvs82
14321
14322         * src/Makefile.am
14323         * src/mainwindow.c
14324         * src/mainwindow.h
14325         * src/procmsg.c
14326         * src/procmsg.h
14327         * src/stock_pixmap.c
14328         * src/stock_pixmap.h
14329         * src/summaryview.c
14330         * src/summaryview.h
14331         * src/gtk/icon_legend.c
14332         * src/pixmaps/spam.xpm  ** NEW FILE **
14333         * src/plugins/spamassassin/spamassassin.c
14334         * src/plugins/spamassassin/spamassassin_gtk.c
14335                 Add spam learning interface (Mark/Mark as 
14336                 (spam|ham) menus)
14337
14338 2006-02-24 [wwp]        2.0.0cvs81
14339
14340         * src/compose.c
14341         * src/compose.h
14342         * src/filtering.c
14343                 hide compose window when sending message in batch mode
14344                 (filtering: forward and redirect). Also fixed a wrong
14345                 value returned when sending failed, neutral anyway.
14346                 (Colin, me) 
14347
14348 2006-02-24 [wwp]        2.0.0cvs80
14349
14350         * src/mainwindow.c
14351                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14352
14353 2006-02-24 [paul]       2.0.0cvs79
14354
14355         * src/news.c
14356         * src/news.h
14357         * src/news_gtk.c
14358                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14359                 Thanks to Colin
14360
14361 2006-02-23 [colin]      2.0.0cvs78
14362
14363         * src/alertpanel.c
14364                 Change OK to Close in alertpanel with View log
14365                 button; add accel to View log. Patch by Fabien
14366                 Vantard
14367
14368 2006-02-23 [wwp]        2.0.0cvs77
14369
14370         * src/compose.c
14371                 silly me, there were much more tests to perform, since toolbars can
14372                 really have down to 1 element only.
14373
14374 2006-02-23 [wwp]        2.0.0cvs76
14375
14376         * commitHelper
14377                 fixed indentation from my previous commit. Fallback to VISUAL if
14378                 EDITOR is not set (and to vi, at last resort).
14379
14380 2006-02-23 [wwp]        2.0.0cvs75
14381
14382         * commitHelper
14383                 improved error detection (Colin, me).
14384
14385 2006-02-23 [wwp]        2.0.0cvs74
14386
14387         * src/prefs_toolbar.c
14388                 simplify and fix prefs/toolbars layouting. Combos' contents can
14389                 now be really displayed.
14390
14391 2006-02-23 [wwp]        2.0.0cvs73
14392         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14393         be really displayed.
14394
14395 2006-02-22 [wwp]        2.0.0cvs72
14396
14397         * src/compose.c
14398                 fix a typo in my previous commit (sorry!).
14399
14400 2006-02-22 [wwp]        2.0.0cvs71
14401
14402         * src/prefs_toolbar.c
14403                 fix a crash when adding separators to toolbars,
14404                 also fix some separator item information.
14405
14406 2006-02-22 [wwp]        2.0.0cvs70
14407
14408         * src/compose.c
14409                 fix a crash when redirecting (for instance) when compose window's
14410                 toolbar contents has been customized (when some buttons have been
14411                 removed in fact).
14412
14413 2006-02-21 [wwp]        2.0.0cvs69
14414
14415         * src/summaryview.c
14416         * src/gtk/pluginwindow.c
14417         * src/plugins/pgpcore/prefs_gpg.c
14418                 fix some compilation warnings (feat. remains of removed code).
14419
14420 2006-02-21 [wwp]        2.0.0cvs68
14421
14422         * src/gtk/gtkutils.c
14423                 fix two compilation issues, thanks to Stephan Sachse.
14424
14425 2006-02-20 [colin]      2.0.0cvs67
14426
14427         * src/mainwindow.c
14428                 Don't reselect displayed mail on refocus
14429                 This fixes actions misbehaving 
14430
14431 2006-02-20 [wwp]        2.0.0cvs66
14432
14433         * src/summaryview.c
14434         * src/gtk/gtksctree.c
14435         * src/gtk/gtkshruler.c
14436                 changed more runtime typecast checks.
14437
14438 2006-02-20 [wwp]        2.0.0cvs65
14439
14440         * src/summary_search.c
14441                 find all - summaryview refresh issue fixed, thanks to Colin.
14442
14443 2006-02-20 [wwp]        2.0.0cvs64
14444
14445         * src/gtk/gtkutils.c
14446                 better runtime typecast checks.
14447
14448 2006-02-20 [wwp]        2.0.0cvs63
14449
14450         * src/summary_search.c
14451                 enhancements to the summary search:
14452                         - add the ability to stop the running search
14453                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14454                         - don't search if no criteria (From/To/Subject/Body) is set
14455                         - ensure that a busy mouse pointer is always shown when searching,
14456                           show it even a bit earlier
14457
14458 2006-02-19 [colin]      2.0.0cvs62
14459
14460         * src/compose.c
14461         * src/imap.c
14462         * src/etpan/imap-thread.c
14463         * src/etpan/imap-thread.h
14464                 (Future) IMAP speed improvement on sending
14465                 Will require a libetpan update
14466         * src/summaryview.c
14467         * src/gtk/quicksearch.c
14468                 Make quicksearch clearable while running.
14469
14470 2006-02-17 [colin]      2.0.0cvs61
14471
14472         * src/imap.c
14473         * src/etpan/imap-thread.c
14474         * src/etpan/imap-thread.h
14475                 Check for IMAP certificates
14476                 ** Requires libetpan-0.42-cvs4 
14477                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14478
14479 2006-02-17 [colin]      2.0.0cvs60
14480
14481         * src/messageview.c
14482         * src/prefs_common.c
14483         * src/prefs_common.h
14484         * src/prefs_message.c
14485                 Add pref to display HTML-only mails with plugin, 
14486                 if possible (defaulting to FALSE of course).
14487
14488 2006-02-16 [colin]      2.0.0cvs59
14489
14490         * src/main.c
14491         * src/common/plugin.c
14492         * src/common/plugin.h
14493         * src/gtk/pluginwindow.c
14494                 Keep track of requested (but unloaded) plugins
14495                 in some error cases.
14496
14497 2006-02-16 [wwp]        2.0.0cvs58
14498
14499         * src/gtk/gtkaspell.c
14500         * src/gtk/gtkaspell.h
14501         * src/prefs_spelling.c
14502         * src/compose.c
14503         * src/prefs_common.c
14504         * src/prefs_common.h
14505                 implemented new optional spellchecker behaviour: re-check message when
14506                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14507
14508 2006-02-16 [wwp]        2.0.0cvs57
14509
14510         * src/quote_fmt_parse.y
14511                 pclose popen'ed pipe.
14512
14513 2006-02-15 [colin]      2.0.0cvs56
14514
14515         * src/mimeview.c
14516         * src/mimeview.h
14517                 Let MimeViewers know which MimeView they
14518                 depend of.
14519         * src/summaryview.c
14520                 Swap From/To columns in Sent/Queue/Drafts
14521                 folders
14522         * src/etpan/imap-thread.c
14523                 Use mailstream_low_tls_open() for STARTTLS
14524                 instead of mailstream_low_ssl_open()
14525                 ** REQUIRES libetpan 0.42cvs3 **
14526
14527 2006-02-15 [wwp]        2.0.0cvs55
14528
14529         * src/compose.c
14530         * src/compose.h
14531         * src/message_search.c
14532         * src/message_search.h
14533         * src/textview.c
14534         * src/gtk/gtkutils.c
14535         * src/gtk/gtkutils.h
14536                 added the ability to Find text in the compose window (and a bit
14537                 of code factorization).
14538
14539 2006-02-15 [wwp]        2.0.0cvs54
14540
14541         * src/prefs_gtk.c
14542                 yet another one file was missing (fix for some widgets' sensitivity).
14543                 Thanks Colin!
14544
14545 2006-02-15 [wwp]        2.0.0cvs53
14546
14547         * src/prefs_gtk.h
14548                 oops forgot that file (fix for some widgets' sensitivity).
14549
14550 2006-02-15 [wwp]        2.0.0cvs52
14551
14552         * src/summary_search.c
14553                 implemented advanced summary search options (added the ability
14554                 to use matcher conditions in an advanced search mode).
14555
14556 2006-02-15 [wwp]        2.0.0cvs51
14557
14558         * src/plugins/pgpcore/prefs_gpg.c
14559         * src/prefs_account.c
14560                 fix some widget sensitivity, mostly around some labels in
14561                 account prefs.
14562
14563 2006-02-15 [paul]       2.0.0cvs50
14564
14565         * manual/advanced.xml
14566                 improve Templates info
14567                 written by wwp
14568
14569 2006-02-14 [colin]      2.0.0cvs49
14570
14571         * src/pixmaps/address_book.xpm
14572         * src/pixmaps/preferences.xpm
14573         * src/pixmaps/properties.xpm
14574                 Fix pixmap size - patch by Fabien Vantard
14575
14576 2006-02-13 [colin]      2.0.0cvs48
14577
14578         * src/procmime.c
14579                 Add missing fclose()s on error
14580         * src/textview.c
14581                 Remove unused code
14582         * src/common/utils.c
14583                 Fix temp files not being deleted on windows
14584         Patches by Thomas Gilgin
14585
14586 2006-02-13 [colin]      2.0.0cvs47
14587
14588         * src/mainwindow.c
14589                 Fix exit crash
14590
14591 2006-02-13 [wwp]        2.0.0cvs46
14592
14593         * src/plugins/pgpcore/prefs_gpg.c
14594                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14595
14596 2006-02-12 [colin]      2.0.0cvs45
14597
14598         * src/folderview.c
14599         * src/main.c
14600         * src/mainwindow.c
14601                 Fix "stuff" when quitting
14602
14603 2006-02-12 [wwp]        2.0.0cvs44
14604
14605         * src/prefs_themes.c
14606                 fix typos in debug messages.
14607
14608 2006-02-11 [colin]      2.0.0cvs43
14609
14610         * src/summaryview.c
14611                 don't allow drag/drop from ourself
14612
14613 2006-02-10 [wwp]        2.0.0cvs42
14614
14615         * src/exporthtml.c
14616         * src/html.c
14617         * src/html.h
14618         * src/procmime.c
14619         * src/textview.c
14620                 renamed html_ prefixed functions and data structures to avoid
14621                 namespace clashes w/ other software (gtkhtml2 for instance).
14622                 Closes bug #907.
14623
14624
14625 2006-02-09 [colin]      2.0.0cvs41
14626
14627         * src/summaryview.c
14628                 Fix shitty logic messed up. Thanks Ticho for the hint!
14629
14630 2006-02-09 [wwp]        2.0.0cvs40
14631
14632         * src/gtk/about.c
14633         * src/compose.c
14634         * src/prefs_account.c
14635         * src/prefs_gtk.h
14636         * src/editaddress.c
14637                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14638                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14639                 Browse buttons in accounts prefs.
14640
14641 2006-02-09 [colin]      2.0.0cvs39
14642
14643         * src/matcher.c
14644                 Check for pointer before using its members
14645         * src/gtk/gtksourceprintjob.c
14646                 Fix a wrong warning
14647
14648 2006-02-09 [wwp]        2.0.0cvs38
14649
14650         * src/gtk/filesel.c
14651                 fix few compiler warnings (type mismatch).
14652
14653 2006-02-09 [paul]       2.0.0cvs37
14654
14655         * po/fr.po
14656                 updated by Fabien Vantard
14657
14658 2006-02-08 [colin]      2.0.0cvs36
14659
14660         * src/prefs_common.c
14661         * src/common/defs.h
14662         * src/common/plugin.c
14663                 allow windows and linux configurations to coexist
14664                 patch by Thomas Gilgin
14665
14666 2006-02-08 [colin]      2.0.0cvs35
14667
14668         * src/filtering.c
14669         * src/matcher.c
14670         * src/matcher.h
14671         * src/matcher_parser_parse.y
14672         * src/prefs_filtering_action.c
14673         * src/prefs_matcher.c
14674                 Add the "Ignore thread" filtering
14675                 action
14676
14677 2006-02-08 [colin]      2.0.0cvs34
14678
14679         * src/compose.c
14680         * src/procmime.c
14681         * src/procmime.h
14682                 Fix bug #905 (damaged attachment)
14683                 text files with raw \0's aren't really text files
14684         FOR_STABLE
14685
14686 2006-02-08 [colin]      2.0.0cvs33
14687
14688         * src/summaryview.c
14689                 Fix crasher introduced yesterday
14690
14691 2006-02-08 [wwp]        2.0.0cvs32
14692
14693         * src/compose.c
14694         * src/compose.h
14695                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14696
14697 2006-02-08 [wwp]        2.0.0cvs31
14698
14699         * src/prefs_template.c
14700                 templates enhancement: allow address completion for Cc and Bcc fields
14701                 (it was currently possible for the To field only)
14702
14703 2006-02-08 [colin]      2.0.0cvs30
14704
14705         * src/compose.c
14706                 Don't unblock if not blocked
14707         FOR_STABLE
14708
14709 2006-02-07 [colin]      2.0.0cvs29
14710
14711         * src/action.c
14712                 Forgot to refresh summaryview
14713
14714 2006-02-07 [colin]      2.0.0cvs28
14715
14716         * src/action.c
14717                 Freeze/thaw message list and folder list while
14718                 processing %as{} actions 
14719         * src/compose.c
14720                 Fix auto-wrap disabling after a middle-click
14721                 paste - FOR_STABLE
14722
14723 2006-02-07 [paul]       2.0.0cvs27
14724
14725         * src/folder.c
14726                 fix freeing of uninitialised pointers
14727                 Thanks to Colin
14728
14729 2006-02-06 [colin]      2.0.0cvs26
14730
14731         * src/folder.c
14732                 Use g_slist_prepend in potentially big list
14733
14734 2006-02-06 [colin]      2.0.0cvs25
14735
14736         * src/folder.c
14737                 Completely skip processing if it doesn't 
14738                 exist (faster!)
14739
14740 2006-02-06 [colin]      2.0.0cvs24
14741
14742         * src/folder.c
14743         * src/summaryview.c
14744                 Batch filtering in summaryview (from Tools menu)
14745                 and pre/post//-processing too
14746
14747 2006-02-06 [colin]      2.0.0cvs23
14748
14749         * src/procmsg.h
14750         * src/filtering.c
14751                 Use a special field for batch filtering instead
14752                 of stepping on deferred execution's toes
14753
14754 2006-02-06 [colin]      2.0.0cvs22
14755
14756         * src/action.c
14757         * src/filtering.c
14758         * src/filtering.h
14759         * src/folder.c
14760         * src/summaryview.c
14761                 Fix filtering via menus and actions
14762
14763 2006-02-06 [colin]      2.0.0cvs21
14764
14765         * src/imap.c
14766                 Put the added file directly to cache if possible (will work
14767                 with next libetpan)
14768         * src/filtering.c
14769         * src/filtering.h
14770         * src/inc.c
14771         * src/folder.c
14772         * src/mbox.c
14773         * src/procmsg.h
14774                 Move and copy filtered messages by batches instead of one
14775                 by one - faster on IMAP
14776         * src/procmsg.c
14777                 Add a function that'll possibly be useful later
14778
14779 2006-02-06 [colin]      2.0.0cvs20
14780
14781         * src/addressbook.c
14782                 Use internal mime-type instead of text/plain for d'n'd
14783         * src/compose.c
14784                 Allow attaching files from mimeview's icon list via d'n'd
14785         * src/folderview.c
14786         * src/folderview.h
14787                 Use internal mime-type instead of text/plain for d'n'd
14788                 Don't try to selected opened folder if none is
14789                 Factorize d'n'd from other apps code
14790         * src/headerview.c
14791         * src/textview.c
14792         * src/gtk/gtkutils.c
14793         * src/gtk/gtkutils.h
14794                 Factorize Face/X-Face stuff
14795         * src/mimeview.c
14796                 Fix d'n'd to other apps
14797         * src/prefs_message.c
14798                 Let the XFace pref be usable without libcompface as it also
14799                 applies to Face
14800         * src/summaryview.c
14801                 Fix d'n'd to other apps
14802                 Factorize d'n'd from other apps code
14803
14804 2006-02-06 [wwp]        2.0.0cvs19
14805
14806         * po/it.po
14807                 Italian translation fixes by Andrea Spadaccini (no more confusion
14808                 between filtering and processing, and few changes in the About
14809                 dialog).
14810
14811
14812 2006-02-06 [mones]      2.0.0cvs18
14813
14814         * src/gtk/icon_legend.c
14815                 Improved descriptions allowing better translations
14816
14817 2006-02-05 [colin]      2.0.0cvs17
14818
14819         * src/imap.c
14820                 Add the f*cking missing expunge that caused imap_fetch_env
14821                 to fail after an add_msgs ! :-///
14822         * src/etpan/imap-thread.c
14823                 Add a bit of debug
14824         FOR_STABLE
14825
14826 2006-02-05 [colin]      2.0.0cvs16
14827
14828         * src/common/utils.c
14829                 Don't check for return-path (or we can't put
14830                 back non-sent mails)
14831
14832 2006-02-05 [colin]      2.0.0cvs15
14833
14834         * src/textview.c
14835                 Don't try to display Face header in textview
14836                 when teh headerview's active
14837
14838 2006-02-05 [colin]      2.0.0cvs14
14839
14840         * tools/tbird2syl.py
14841         * tools/Makefile.am
14842                 Add script to import Thunderbird mails
14843
14844 2006-02-05 [colin]      2.0.0cvs13
14845
14846         * src/headerview.c
14847         * src/procheader.c
14848         * src/procmsg.c
14849         * src/procmsg.h
14850         * src/textview.c
14851                 Show Face headers - patch partially by Klaus Flittner
14852
14853 2006-02-05 [colin]      2.0.0cvs12
14854
14855         * src/folderview.c
14856         * src/summaryview.c
14857         * src/common/utils.c
14858         * src/common/utils.h
14859                 Let dnd work from mime icons to summaryview
14860                 and to folderview too
14861                 Add a crude test to avoid trying to add files
14862                 drag'n'dropped when they're not mails
14863
14864 2006-02-04 [colin]      2.0.0cvs11
14865
14866         * src/summaryview.c
14867         * src/mimeview.c
14868                 Fix utf8 conversion
14869
14870 2006-02-04 [colin]      2.0.0cvs10
14871
14872         * src/compose.c
14873         * src/folderview.c
14874         * src/mimeview.c
14875         * src/summaryview.c
14876         * src/summaryview.h
14877                 Added various drag and drop capas:
14878                 From                    To
14879                 summaryview             other apps
14880                 mimeview icons          other apps
14881                 other apps              summaryview
14882                 other apps              folderview
14883
14884                 This shouldn't have broken the existing:
14885                 From                    To
14886                 summaryview             folderview
14887                 folderview              folderview
14888                 summaryview             compose's attachments
14889
14890         Tests welcomed.
14891
14892 2006-02-02 [paul]       2.0.0cvs9
14893
14894         * src/mainwindow.c
14895                 move global option 'Set displayed columns...' out
14896                 of folder option grouping.
14897                 fix sensitivity of 'harvest addresses'
14898         FOR_STABLE
14899
14900 2006-02-01 [colin]      2.0.0cvs8
14901
14902         * src/mimeview.c
14903                 Revert the alertpanel patch, it sucks (intrusive
14904                 and gets in the way of "open")
14905
14906 2006-02-01 [colin]      2.0.0cvs7
14907
14908         * src/compose.c
14909         * src/prefs_account.c
14910         * src/prefs_common.c
14911         * src/common/defs.h
14912         * src/common/utils.c
14913         * src/common/utils.h
14914                 Add ability to edit the signature file
14915                 from the account preferences, and use
14916                 a default for the text editor.
14917                 Patch by Fabien Vantard
14918
14919 2006-02-01 [colin]      2.0.0cvs6
14920
14921         * src/mimeview.c
14922                 Try to get mime type by extension if it is
14923                 application/octet-stream
14924                 Display a window with possible choices when
14925                 encountering unknown mime types
14926         * src/gtk/filesel.c
14927         * src/gtk/filesel.h
14928                 Add preview
14929                 Allow multiple selection in filtered filesel
14930                 (patch by Fabien Vantard)
14931         * src/gtk/pluginwindow.c
14932                 Use it (patch by Fabien Vantard)
14933
14934 2006-02-01 [paul]       2.0.0cvs5
14935
14936         * src/jpilot.c
14937                 fix crash on creating jpilot address book
14938                 Thanks to Colin - FOR_STABLE
14939         * src/prefs_summaries.c
14940         * src/prefs_wrapping.c
14941         * src/gtk/icon_legend.c
14942         * src/gtk/quicksearch.c
14943                 string fixes and additions
14944
14945 2006-02-01 [paul]       2.0.0cvs4
14946
14947         * src/compose.c
14948         * src/mainwindow.c
14949         * src/messageview.c
14950         * src/prefs_send.c
14951                 add Arabic encoding option
14952                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14953
14954 2006-01-31 [colin]      2.0.0cvs3
14955
14956         * src/plugins/pgpcore/passphrase.c
14957                 Convert passphrase to locale encoding
14958         * src/compose.c
14959                 Fix drafting on IMAP. Crappy bug sneaked in
14960                 the release :-/
14961         FOR_STABLE
14962
14963 2006-01-30 [paul]       2.0.0cvs2
14964
14965         * src/gtk/icon_legend.c
14966                 show the new entries
14967
14968 2006-01-30 [colin]      2.0.0cvs1
14969
14970         * src/manual.c
14971                 Check for the file to be present before 
14972                 enabling the menu - FOR_STABLE
14973         * src/gtk/icon_legend.c
14974                 Add folders icons (not all of them, there
14975                 are too much, but the most intriguing ones)
14976
14977 2006-01-30 [paul]       2.0.0
14978
14979         version 2.0.0 released
14980
14981 [For previous entries, see ChangeLog.pre2.0.0]