f74e6edca63899713689cbd07fe0277a135b5e71
[claws.git] / ChangeLog
1 2007-08-20 [paul]       2.10.0cvs136
2
3         * src/browseldap.c
4         * src/editldap.c
5         * src/ldapctrl.c
6         * src/ldapquery.c
7         * src/ldapquery.h
8         * src/ldapserver.c
9         * src/ldaputil.c
10                 add debug_prints
11                 patch by Michael Rasmussen
12
13 2007-08-19 [colin]      2.10.0cvs135
14
15         * src/imap.c
16                 Fix previous commit. Sensitivity update is needed
17                 for "Cancel receiving". However when batching we
18                 don't need to do it for every message flag change,
19                 just once at the start and once at the end.
20
21 2007-08-19 [colin]      2.10.0cvs134
22
23         * src/imap.c
24                 Remove useless menu updates on session lock/unlock
25
26 2007-08-19 [colin]      2.10.0cvs133
27
28         * src/etpan/imap-thread.c
29                 Make all fetch logs less verbose
30
31 2007-08-19 [paul]       2.10.0cvs132
32
33         * src/foldersel.c
34         * src/folderview.c
35         * src/summaryview.c
36                 fix bug 1286, 'Can't move a folder into a "Folders
37                 Only" folder'
38
39 2007-08-18 [ticho]      2.10.0cvs131
40
41         * src/editaddress_other_attributes_ldap.c
42                 Converted option menu for other ldap attributes to GtkComboBox.
43
44 2007-08-18 [colin]      2.10.0cvs130
45
46         * src/compose.c
47         * src/prefs_common.c
48         * src/prefs_common.h
49         * src/prefs_send.c
50         * src/send_message.c
51                 Revert 'send_dialog_mode' meaning to 
52                 'send_dialog_invisible', so that the 
53                 new checkbox doesn't change the 
54                 existing behaviour.
55
56 2007-08-18 [paul]       2.10.0cvs129
57
58         * src/summaryview.c
59                 add missing menu update
60
61 2007-08-17 [colin]      2.10.0cvs128
62
63         * src/folder.c
64                 Set batching after getting flags - maybe fixes
65                 bug 1292, 'CM crashes on writing mail'
66
67 2007-08-16 [ticho]      2.10.0cvs127
68
69         * src/prefs_send.c
70                 Convert two GtkOptionMenu widgets to new GtkComboBox.
71         * src/gtk/combobox.h
72         * src/gtk/gtkutils.c
73                 Allow NULL for GtkComboBox menuitem label, rendering such
74                 items as row separators.
75
76 2007-08-16 [paul]       2.10.0cvs126
77
78         * src/plugins/trayicon/trayicon.c
79                 remove wrongly used gettextisation
80
81 2007-08-15 [ticho]      2.10.0cvs125
82
83         * src/importldif.c
84                 Fixed a runtime warning where an attempt to pack an
85                 already packed GtkLabel was made.
86
87 2007-08-15 [ticho]      2.10.0cvs124
88
89         * src/prefs_compose_writing.c
90                 Convert the insert-or-attach-dragged-files GtkOptionMenu
91                 into GtkComboBox.
92
93 2007-08-14 [ticho]      2.10.0cvs123
94
95         * src/messageview.c
96         * src/gtk/gtkutils.c
97                 Changed return receipt account selector to GtkComboBox.
98                 Fixed a runtime warning where GTK tried to parse
99                 "name <email@address" as a Pango markup in an alertpanel label.
100
101 2007-08-14 [ticho]      2.10.0cvs122
102
103         * src/prefs_logging.c
104                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
105
106 2007-08-14 [wwp]        2.10.0cvs121
107
108         * tools/Makefile.am
109         * tools/README
110         * tools/popfile-link.sh
111                 Added a new tool: POPFile helper, to open
112                 selected messages in POPFile control center,
113                 in order to change the messages' status.
114
115 2007-08-14 [ticho]      2.10.0cvs120
116
117         * src/compose.c
118         * src/prefs_common.c
119         * src/prefs_common.h
120         * src/prefs_send.c
121         * src/send_message.c
122                 Change "Show send dialog" optionmenu to a checkbutton.
123         * src/prefs_receive.c
124                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
125
126 2007-08-13 [wwp]        2.10.0cvs119
127
128         * src/addr_compl.c
129         * src/addressbook.c
130         * src/addrindex.c
131         * src/compose.c
132         * src/filtering.c
133         * src/folderview.c
134         * src/inc.c
135         * src/matcher.c
136         * src/mh.c
137         * src/partial_download.c
138         * src/prefs_gtk.c
139         * src/procmsg.c
140         * src/stock_pixmap.c
141         * src/summaryview.c
142         * src/common/utils.c
143         * src/gtk/gtkaspell.c
144         * src/gtk/menu.c
145                 Make sure we never pass NULL pointers for %s substitutions
146                 (prevent from crashing in Windows).
147
148 2007-08-13 [wwp]        2.10.0cvs118
149
150         * src/msgcache.c
151                 Re-enable mmap_reads in Windows with some missing
152                 CloseHandle of mapping objects, thanks to
153                 Marcus Brinkmann.
154
155 2007-08-13 [paul]       2.10.0cvs117
156
157         * src/common/utils.c
158                 fix bug 1287, 'Compile time problem on Solaris
159                 (nexenta gnu/Solaris) utils.c'
160                 Thanks to Piotr Chrzczonowicz
161
162 2007-08-12 [wwp]        2.10.0cvs116
163
164         * src/plugins/pgpcore/prefs_gpg.c
165                 Don't try to unset a GPG_AGENT_INFO that was not
166                 set (and don't use a NULL string in Windows, it was
167                 crashing with --debug if GPG_AGENT_INFO was not set).
168
169 2007-08-12 [wwp]        2.10.0cvs115
170
171         * src/privacy.h
172                 Make gcc type-check arguments passed to privacy_set_error().
173
174 2007-08-12 [ticho]      2.10.0cvs114
175
176         * src/prefs_folder_item.c
177                 Make sure that folder default account combobox always has some
178                 account preselected.
179         * src/gtk/combobox.c
180                 Handle empty combobox gracefully (warning instead of crash).
181
182 2007-08-12 [ticho]      2.10.0cvs114
183
184         * src/prefs_folder_item.c
185                 Make sure that folder default account combobox is not empty.
186         * src/gtk/combobox.c
187                 Handle empty combobox gracefully (warning instead of crash).
188
189 2007-08-11 [paul]       2.10.0cvs113
190
191         * src/addrgather.c
192         * src/folderview.c
193                 use 'subfolder' instead of 'sub-folder', matching
194                 everywhere else the term is used
195         * src/imap_gtk.c
196                 fix engrish
197
198 2007-08-10 [wwp]        2.10.0cvs112
199
200         * src/msgcache.c
201                 Disable mmap reads in Windows only (at least temporarily), they
202                 prevent from renaming/removing target cache files.
203
204 2007-08-10 [paul]
205
206         3.0.0-rc2 released
207
208 2007-08-10 [wwp]        2.10.0cvs111
209
210         * src/msgcache.c
211                 fix unpredictable crashes in Windows due to broken
212                 cache/mark/tags files writting (file were opened for
213                 writing in text mode).
214
215         * src/recv.c
216                 use gettimeofday() from w32lib.h on Windows.
217
218 2007-08-10 [colin]      2.10.0cvs110
219
220         * src/imap.c
221         * src/etpan/imap-thread.c
222         * src/etpan/imap-thread.h
223                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
224
225 2007-08-09 [colin]      2.10.0cvs109
226
227         * src/editldap.c
228                 Fix port being reset to 636 on SSL
229         * src/folder.c
230                 Fix folder_item_get_msg_num_by_file
231                 on drafts/queue folders
232
233 2007-08-09 [wwp]        2.10.0cvs108
234
235         * src/folder.c
236                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
237                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
238
239
240 2007-08-09 [colin]      2.10.0cvs107
241
242         * src/folderview.c
243         * src/summaryview.c
244         * src/gtk/prefswindow.c
245                 A few Maemo layout fixes
246
247 2007-08-09 [paul]       2.10.0cvs106
248
249         * src/prefs_account.c
250                 remove the hyphen from plug-ins to
251                 match everywhere else
252
253 2007-08-08 [wwp]        2.10.0cvs105
254
255         * src/prefs_folder_item.c
256                 Fix an extraneous stealth ^L char.
257
258 2007-08-08 [wwp]        2.10.0cvs104
259
260         * src/prefs_folder_item.c
261                 Better fix, group variables declarations (USE_ASPELL).
262
263 2007-08-08 [wwp]        2.10.0cvs103
264
265         * src/prefs_folder_item.c
266                 Fix compilation w/ USE_ASPELL set (broken
267                 by 2.10.0cvs102).
268
269 2007-08-08 [ticho]      2.10.0cvs102
270
271         * src/prefs_folder_item.c
272                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
273
274 2007-08-08 [colin]      2.10.0cvs101
275
276         * src/imap.c
277         * src/etpan/imap-thread.c
278         * src/etpan/imap-thread.h
279                 Close selected mailbox before doing
280                 status on it.
281
282 2007-08-08 [colin]      2.10.0cvs100
283
284         * src/html.c
285                 Complete symbol table, thanks to wwp.
286                 Fixes bug 1284, 'The html -> text 
287                 converter ignores entities'
288         * src/msgcache.c
289                 Fix possible fd leak
290
291 2007-08-08 [colin]      2.10.0cvs99
292
293         * src/imap.c
294                 Better way to fetch UIDs on non-UIDPLUS servers
295
296 2007-08-07 [colin]      2.10.0cvs98
297
298         * src/imap.c
299                 fix bug 1275, 'auto-saved draft messages not 
300                 always being removed'; Also, make multiple
301                 copy (in the same account) faster by matching
302                 source/destination message UIDs.
303         * src/messageview.c
304                 Don't try to reshow deleted mail
305         * src/msgcache.c
306                 Fix leak on error path
307
308 2007-08-07 [wwp]        2.10.0cvs97
309
310         * manual/account.xml
311         * manual/advanced.xml
312         * manual/fr/account.xml
313         * manual/fr/advanced.xml
314                 Updated the reference manual and the French translation to
315                 reflect 2.10.0cvs84: enable running folder Processing
316                 rules on demand.
317
318 2007-08-06 [wwp]        2.10.0cvs96
319
320         * src/prefs_common.c
321         * src/prefs_common.h
322         * src/textview.c
323                 Allow changing the emphasis color used to highlight
324                 the newsreader/x-mailer header value when it matches
325                 our preferred mail agent (hidden pref 'emphasis_col' added
326                 to clawsrc).
327
328 2007-08-06 [colin]      2.10.0cvs95
329
330         * src/compose.c
331         * src/compose.h
332                 Re-commit 2.10.0cvs86, with a protection
333                 against Pango bug. Also, try to fix 
334                 bug 1275, 'auto-saved draft messages not 
335                 always being removed'
336
337 2007-08-06 [wwp]        2.10.0cvs94
338
339         * src/gtk/quicksearch.c
340                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
341
342 2007-08-06 [ticho]      2.10.0cvs93
343
344         * src/prefs_account.c
345         * src/gtk/combobox.c
346                 Use GtkComboBox instead of GtkOptionMenu for privacy system
347                 selection in account preferences.
348
349 2007-08-06 [wwp]        2.10.0cvs92
350
351         * src/plugins/pgpcore/plugin.def
352                 Apply one more chunk from gpg4win's 03-w32-port patch.
353
354 2007-08-05 [colin]      2.10.0cvs91
355
356         * src/compose.c
357         * src/compose.h
358                 reverting buggy patch for now
359
360 2007-08-05 [colin]      2.10.0cvs90
361
362         * src/folder.c
363                 Fix slowdown
364
365 2007-08-04 [colin]      2.10.0cvs89
366
367         * src/prefs_summaries.c
368         * src/summary_search.c
369                 Replace deprecated widgets. Patch by
370                 Andrej.
371
372 2007-08-04 [colin]      2.10.0cvs88
373
374         * src/mh.c
375                 Refresh GUI only every 2000 mails on mh_get_last_num
376                 This is fast (readdir) and done only once per 
377                 session/folder
378
379 2007-08-03 [colin]      2.10.0cvs87
380
381         * src/prefs_account.c
382         * src/gtk/combobox.h
383         * src/gtk/gtkutils.c
384                 Fix a deprecated widget. Patch by
385                 Andrej
386
387 2007-08-03 [colin]      2.10.0cvs86
388
389         * src/compose.c
390         * src/compose.h
391                 Make colorisation and wrapping algorithms
392                 faster. Fixes bug 1246, 'compose becomes 
393                 increasingly slow replying to complex emails'
394
395 2007-08-03 [paul]       2.10.0cvs85
396
397         * src/mh.c
398                 keep the window painted
399
400 2007-08-02 [paul]       2.10.0cvs84
401
402         * src/folderview.c
403         * src/mainwindow.c
404         * src/mainwindow.h
405                 enable running folder Processing
406                 rules on demand
407
408 2007-08-02 [paul]       2.10.0cvs83
409
410         * src/textview.c
411                 speed up/clean up rendering of larger
412                 msgs
413                 Thanks to Colin
414
415 2007-08-01 [paul]       2.10.0cvs82
416
417         * src/mainwindow.h
418                 clean up cruft
419         * src/toolbar.c
420                 change default toolbar layout on maemo
421         * src/pixmaps/close.xpm
422                 make the red cross a grey cross
423         * src/pixmaps/jpilot.xpm
424                 make icon smaller so it fits better
425
426 2007-07-31 [paul]       2.10.0cvs81
427
428         * src/setup.c
429         * src/gtk/gtkutils.c
430                 fix crash on maemo on first launch
431
432 2007-07-30 [paul]       2.10.0cvs80
433
434         * src/prefs_matcher.c
435                 specify the units of age and size
436
437 2007-07-30 [paul]       2.10.0cvs79
438
439         * src/main.c
440                 Fix IMAP timeout setting
441
442 2007-07-30 [colin]      2.10.0cvs78
443
444         * src/prefs_account.c
445                 Fix a deprecated widget. Patch by
446                 Andrej
447
448 2007-07-27 [paul]       2.10.0cvs77
449
450         * src/matcher_parser_parse.y
451         * src/prefs_filtering_action.c
452         * src/prefs_matcher.c
453                 these changes forgotten in cvs74's
454                 'watch thread' feature
455
456 2007-07-27 [paul]       2.10.0cvs76
457
458         * src/compose.c
459                 fix potential crasher
460                 thanks to Colin
461
462 2007-07-27 [paul]       2.10.0cvs75
463
464         * src/mainwindow.c
465         * src/manual.c
466         * src/manual.h
467         * src/gtk/gtkutils.c
468                 make mainwindow's /Help/Manual point to the
469                 remote copy if the local copy doesn't exist
470
471 2007-07-27 [paul]       2.10.0cvs74
472
473         * src/Makefile.am
474         * src/filtering.c
475         * src/folder.c
476         * src/mainwindow.c
477         * src/matcher.c
478         * src/matcher.h
479         * src/matcher_parser_parse.y
480         * src/procmsg.c
481         * src/procmsg.h
482         * src/stock_pixmap.c
483         * src/stock_pixmap.h
484         * src/summaryview.c
485         * src/summaryview.h
486         * src/toolbar.c
487         * src/toolbar.h
488         * src/pixmaps/watchthread.xpm
489                 add 'watch thread' feature
490
491 2007-07-27 [paul]       2.10.0cvs73
492
493         * src/prefs_folder_item.c
494                 adjust labels, add tooltips
495
496 2007-07-27 [colin]      2.10.0cvs72
497
498         * src/summaryview.c
499                 Maemo: Remove less used menu items
500
501 2007-07-26 [colin]      2.10.0cvs71
502
503         * src/messageview.c
504                 Maemo: destroy messageview after trashing mail.
505                 Maybe should be done on X11 too
506
507 2007-07-26 [colin]      2.10.0cvs70
508
509         * src/folderview.c
510         * src/mainwindow.c
511         * src/prefs_common.c
512         * src/prefs_common.h
513         * src/summaryview.c
514                 Add View/Show or Hide/Column headers
515
516 2007-07-26 [colin]      2.10.0cvs69
517
518         * src/procmime.c
519                 Fix unwanted output
520
521 2007-07-26 [colin]      2.10.0cvs68
522
523         * src/ldapserver.c
524                 Fix possible crash on cache invalidation
525         * src/compose.c
526         * src/procmime.c
527         * src/procmime.h
528         * src/quote_fmt_parse.y
529                 Make replying to mails with big attachments
530                 much faster. Fixes bug 1224, 'The process of 
531                 Replying to emails with large attachments 
532                 seems unreasonably long...'
533
534 2007-07-26 [colin]      2.10.0cvs67
535
536         * src/mimeview.c
537         * src/matcher.c
538         * src/common/ssl.c
539                 Fix threads use on BSDs
540
541 2007-07-26 [paul]       2.10.0cvs66
542
543         * src/gtk/prefswindow.c
544                 fix account prefs breakage
545                 thanks to Colin
546
547 2007-07-26 [paul]       2.10.0cvs65
548
549         * configure.ac
550                 standardise ./configure --help messages
551
552 2007-07-26 [colin]      2.10.0cvs64
553
554         * src/addressbook.c
555         * src/editaddress.c
556                 Fix two vCard-related crashes
557
558 2007-07-25 [colin]      2.10.0cvs63
559
560         * src/inc.c
561         * src/prefs_common.c
562         * src/prefs_common.h
563         * src/prefs_receive.c
564                 Maemo: Add a better way to notify of
565                 new mails
566         * src/mainwindow.c
567         * src/statusbar.h
568         * src/summaryview.c
569         * src/toolbar.c
570                 Maemo: Various layout fixes
571         * src/gtk/prefswindow.c
572                 Maemo: Better prefs layout
573
574 2007-07-25 [paul]       2.10.0cvs62
575
576         * src/textview.c
577                 fix the layout on maemo
578                 thanks to Colin
579
580 2007-07-25 [iwkse]      2.10.0cvs61
581
582         * src/summaryview.c
583                 add 'o' shortcut on summaryview
584
585 2007-07-25 [iwkse]      2.10.0cvs60
586
587         * src/textview.c
588                 fix o shortcut
589
590 2007-07-24 [colin]      2.10.0cvs59
591
592         * src/mh.c
593                 Fix missing timestamp update on source
594                 folder when moving
595         * src/textview.c
596         * src/textview.h
597                 Better text layout on part's choices
598
599 2007-07-23 [colin]      2.10.0cvs58
600
601         * src/mimeview.c
602         * src/textview.c
603                 Maemo: Automatically choose the correct application
604                 to open parts
605         * src/gtk/quicksearch.c
606                 Make search run on GDK_KP_Enter too
607
608 2007-07-23 [wwp]        2.10.0cvs57
609
610         * src/quote_fmt_lex.l
611                 Revert accidentaly committed lines (account_sig) in
612                 2.10.0cvs56.
613
614 2007-07-23 [wwp]        2.10.0cvs56
615
616         * src/quote_fmt_lex.l
617                 Fix typos around long form expressions in the quote lexer.
618
619 2007-07-23 [paul]
620
621         3.0.0-rc1 released
622
623 2007-07-23 [colin]      2.10.0cvs55
624
625         * src/addr_compl.c
626                 Fix auto-completion on Maemo
627
628 2007-07-23 [colin]      2.10.0cvs54
629
630         * src/statusbar.c
631                 Maemo: Fix sticking statusbars
632
633 2007-07-22 [colin]      2.10.0cvs53
634
635         * src/main.c
636                 Maemo: Fix the strange "top_application" info
637                 at startup. We should do something when 
638                 receiving such a message.
639
640 2007-07-20 [paul]       2.10.0cvs52
641
642         * src/news_gtk.c
643                 add missing #include "statusbar.h"
644
645 2007-07-20 [colin]      2.10.0cvs51
646
647         * src/folder.c
648         * src/folder.h
649         * src/folder_item_prefs.c
650         * src/folder_item_prefs.h
651         * src/folderview.c
652         * src/imap.c
653         * src/imap_gtk.c
654         * src/imap_gtk.h
655         * src/news.c
656         * src/news_gtk.c
657         * src/news_gtk.h
658         * src/prefs_folder_item.c
659                 Implement age-based caching: allow to
660                 specify a threshold for the offline synchronisation
661                 feature, and whether old cached bodies should 
662                 be removed
663         * src/toolbar.c
664         * src/toolbar.h
665                 Fix label/tooltips
666         * src/plugins/dillo_viewer/dillo_viewer.c
667                 Check that Dillo's installed
668
669 2007-07-20 [wwp]        2.10.0cvs50
670
671         * src/mimeview.c
672         * src/stock_pixmap.c
673                 Draw a frame around the selected mimeview part icon (instead of the
674                 shifted 'dancing' icon).
675
676 2007-07-20 [colin]      2.10.0cvs49
677
678         * src/main.c
679                 Unref stuff even on error
680         * src/wizard.c
681                 disconnect signals only at the very
682                 end of the wizard save.
683
684 2007-07-20 [colin]      2.10.0cvs48
685
686         * src/mainwindow.c
687         * src/messageview.c
688         * src/toolbar.c
689         * src/toolbar.h
690                 Fix random crashes while navigating
691                 (GTK_EVENTS_FLUSH)
692
693 2007-07-19 [colin]      2.10.0cvs47
694
695         * configure.ac
696         * src/main.c
697         * src/prefs_common.c
698         * src/prefs_common.h
699         * src/wizard.c
700         * src/common/defs.h
701         * src/common/utils.c
702                 Maemo: add an easy way to store data (mails
703                 and IMAP/NNTP caches) on one of the SD cards,
704                 and protect against unmounts if needed
705
706 2007-07-19 [paul]       2.10.0cvs46
707
708         * src/Makefile.am
709         * src/stock_pixmap.c
710         * src/gtk/about.c
711         * src/pixmaps/claws-mail_logo-small.xpm
712                 implement a (slightly) different About
713                 dialog for maemo and add a small version
714                 of the logo for it
715         * src/wizard.c
716                 use a scrolled window for wizard page 1
717                 on maemo
718
719 2007-07-19 [paul]       2.10.0cvs45
720
721         * src/Makefile.am
722                 too soon for this line
723
724 2007-07-19 [paul]       2.10.0cvs44
725
726         * src/Makefile.am
727                 fix build on n800
728
729 2007-07-19 [colin]      2.10.0cvs43
730
731         * src/wizard.c
732                 Solve Mail/Mailbox name when specifying
733                 full /path/to/Mail.
734
735 2007-07-18 [colin]      2.10.0cvs42
736
737         * src/inc.c
738         * configure.ac
739                 Fix build on n770
740
741 2007-07-18 [colin]      2.10.0cvs41
742
743         * src/inc.c
744                 Maemo: plug the online/offline system into
745                 maemo's interfaces to have Claws automatically
746                 switch according to the system status
747         * src/statusbar.c
748                 Maemo: use HildonBanners to display status
749                 messages. Renders the main statusbar useless.
750
751 2007-07-18 [paul]       2.10.0cvs40
752
753         * src/filtering.c
754                 fix screen blanking on moving/copying many msgs
755         * src/folder.c
756                 fix processing progressbar and screen blanking
757                 during processing
758
759 2007-07-18 [paul]       2.10.0cvs39
760
761         * src/messageview.c
762                 revert cvs37, breakage on maemo
763
764 2007-07-18 [paul]       2.10.0cvs38
765
766         * src/gtk/gtkutils.c
767                 make sure we can still build with older GTK's
768
769 2007-07-18 [colin]      2.10.0cvs37
770
771         * src/messageview.c
772                 Only hide the small layout's messageview, instead
773                 of destroying it when closing
774         * src/gtk/gtkutils.c
775                 Use gtk_window_present_with_time to popup windows,
776                 it seems to make things better with modern WMs
777                 (actually focusing)
778
779 2007-07-17 [colin]      2.10.0cvs36
780
781         * src/editaddress.c
782                 Simplify layout on Maemo
783         * src/folder.c
784                 Fix possible crash
785         * src/prefs_display_header.c
786                 Remove some headers by default on Maemo
787
788 2007-07-17 [paul]       2.10.0cvs35
789
790         * src/prefs_common.c
791         * src/prefs_common.h
792         * src/prefs_logging.c
793         * src/common/log.c
794                 add options to stop/enable writing logs to disc
795
796 2007-07-17 [paul]       2.10.0cvs34
797
798         * src/edittags.c
799                 fix some issues with the Apply tags window:
800                 - set search column (enables autocompl in the treeview)
801                 - apply tag from "New tag" if it existed
802                 - clears New tag entry when adding it with the button
803                 Thanks to Colin
804
805 2007-07-17 [paul]       2.10.0cvs33
806
807         * src/edittags.c
808                 fix 'apply tags' dialogue weirdness
809
810 2007-07-16 [colin]      2.10.0cvs32
811
812         * src/toolbar.c
813                 Fix double-loading of mails on Maemo
814
815 2007-07-16 [colin]      2.10.0cvs31
816
817         * src/messageview.c
818                 Prevent double-loading of the same part under some
819                 conditions; hide statusbar on Maemo
820
821 2007-07-16 [colin]      2.10.0cvs30
822
823         * src/edittags.c
824         * src/edittags.h
825         * src/mainwindow.c
826         * src/summaryview.c
827                 Improve the tag interface - allow
828                 to set/unset tags from a special
829                 window.
830         * src/gtk/gtkvscrollbutton.c
831         * src/mimeview.c
832         * src/mimeview.h
833         * src/stock_pixmap.c
834                 Fix Mimeview's ugly hacks in the
835                 icon list. 
836
837 2007-07-16 [paul]       2.10.0cvs29
838
839         * src/wizard.c
840                 rework dialog
841         * src/gtk/icon_legend.c
842                 put it all in a scrolled window
843
844 2007-07-15 [colin]      2.10.0cvs28
845
846         * src/mainwindow.c
847                 Maemo: force layout to be Small screen; the
848                 others don't make sense
849
850 2007-07-14 [colin]      2.10.0cvs27
851
852         * src/mimeview.c
853         * src/gtk/gtkvscrollbutton.c
854                 Maemo: Fix mimeview's buttons size
855
856 2007-07-14 [colin]      2.10.0cvs26
857
858         * src/toolbar.c
859                 Fix the button workaround fix.
860                 (Use the correct variable)
861
862 2007-07-14 [colin]      2.10.0cvs25
863
864         * src/mainwindow.c
865         * src/toolbar.c
866                 Maemo: put the progress bar in the
867                 toolbar
868
869 2007-07-14 [colin]      2.10.0cvs24
870
871         * src/prefs_common.c
872                 Maemo: hide statusbar by default
873         * src/Makefile.am
874         * src/stock_pixmap.c
875         * src/stock_pixmap.h
876         * src/toolbar.c
877         * src/pixmaps/go_folders.xpm
878                 Maemo: Add a specific icon to go back to
879                 folder list
880
881 2007-07-14 [colin]      2.10.0cvs23
882
883         * src/toolbar.c
884                 Don't set homogeneous finally
885
886 2007-07-14 [colin]      2.10.0cvs22
887
888         * src/toolbar.c
889                 Fix button show/hide issues
890
891 2007-07-14 [colin]      2.10.0cvs21
892
893         * src/toolbar.c
894                 Fix huge arrows
895                 Fix button workaround to be able to click
896                 if mouse was on button when it went un-
897                 sensitive.
898                 Revert previous commit, gtk_tool_item_set_homogeneous
899                 doesn't mean what it seems to mean ;-)
900
901 2007-07-14 [paul]       2.10.0cvs20
902
903         * src/toolbar.c
904                 make homogeneous FALSE always
905
906 2007-07-13 [colin]      2.10.0cvs19
907
908         * src/toolbar.c
909         * src/toolbar.h
910                 Rework to fit the non-deprecated API
911         * src/compose.c
912         * src/folderview.c
913         * src/mainwindow.c
914         * src/messageview.c
915         * src/summaryview.c
916                 Maemo layout changes. Better toolbars,
917                 removal of CTree headers. 
918
919 2007-07-13 [paul]       2.10.0cvs18
920
921         * src/gtk/colorlabel.c
922                 fix bug 1261, '[DE] coloring messages in overview 
923                 keys are not localised'
924                 the string is now included in claws-mail.pot
925
926 2007-07-13 [colin]      2.10.0cvs17
927
928         * src/summaryview.c
929                 Fix bug 1267, 'printing mutliple messages 
930                 opens one message-dialog after the other'
931                 Ask for confirmation when printing 10
932                 messages or more.
933
934 2007-07-11 [colin]      2.10.0cvs16
935
936         * COPYING
937         * README
938         * autogen.sh
939         * manual/claws-mail-manual.xml
940         * manual/gpl.xml
941         * manual/es/claws-mail-manual.xml
942         * manual/es/gpl.xml
943         * manual/fr/claws-mail-manual.xml
944         * manual/fr/gpl.xml
945         * manual/pl/gpl.xml
946         * src/account.c
947         * src/account.h
948         * src/action.c
949         * src/action.h
950         * src/adbookbase.h
951         * src/addr_compl.c
952         * src/addr_compl.h
953         * src/addrbook.c
954         * src/addrbook.h
955         * src/addrcache.c
956         * src/addrcache.h
957         * src/addrcindex.c
958         * src/addrcindex.h
959         * src/addrclip.c
960         * src/addrclip.h
961         * src/addrdefs.h
962         * src/addressadd.c
963         * src/addressadd.h
964         * src/addressbook.c
965         * src/addressbook.h
966         * src/addressbook_foldersel.c
967         * src/addressbook_foldersel.h
968         * src/addressitem.h
969         * src/addrgather.c
970         * src/addrgather.h
971         * src/addrharvest.c
972         * src/addrharvest.h
973         * src/addrindex.c
974         * src/addrindex.h
975         * src/addritem.c
976         * src/addritem.h
977         * src/addrquery.c
978         * src/addrquery.h
979         * src/addrselect.c
980         * src/addrselect.h
981         * src/alertpanel.c
982         * src/alertpanel.h
983         * src/browseldap.c
984         * src/browseldap.h
985         * src/codeconv.c
986         * src/codeconv.h
987         * src/compose.c
988         * src/compose.h
989         * src/crash.c
990         * src/crash.h
991         * src/customheader.c
992         * src/customheader.h
993         * src/displayheader.c
994         * src/displayheader.h
995         * src/editaddress.c
996         * src/editaddress.h
997         * src/editaddress_other_attributes_ldap.c
998         * src/editaddress_other_attributes_ldap.h
999         * src/editbook.c
1000         * src/editbook.h
1001         * src/editgroup.c
1002         * src/editgroup.h
1003         * src/editjpilot.c
1004         * src/editjpilot.h
1005         * src/editldap.c
1006         * src/editldap.h
1007         * src/editldap_basedn.c
1008         * src/editldap_basedn.h
1009         * src/edittags.c
1010         * src/edittags.h
1011         * src/editvcard.c
1012         * src/editvcard.h
1013         * src/enriched.c
1014         * src/enriched.h
1015         * src/exphtmldlg.c
1016         * src/exphtmldlg.h
1017         * src/expldifdlg.c
1018         * src/expldifdlg.h
1019         * src/export.c
1020         * src/export.h
1021         * src/exporthtml.c
1022         * src/exporthtml.h
1023         * src/exportldif.c
1024         * src/exportldif.h
1025         * src/filtering.c
1026         * src/filtering.h
1027         * src/folder.c
1028         * src/folder.h
1029         * src/folder_item_prefs.c
1030         * src/folder_item_prefs.h
1031         * src/foldersel.c
1032         * src/foldersel.h
1033         * src/folderutils.c
1034         * src/folderutils.h
1035         * src/folderview.c
1036         * src/folderview.h
1037         * src/gedit-print.c
1038         * src/gedit-print.h
1039         * src/grouplistdialog.c
1040         * src/grouplistdialog.h
1041         * src/headerview.c
1042         * src/headerview.h
1043         * src/html.c
1044         * src/html.h
1045         * src/image_viewer.c
1046         * src/image_viewer.h
1047         * src/imap.c
1048         * src/imap.h
1049         * src/imap_gtk.c
1050         * src/imap_gtk.h
1051         * src/import.c
1052         * src/import.h
1053         * src/importldif.c
1054         * src/importldif.h
1055         * src/importmutt.c
1056         * src/importmutt.h
1057         * src/importpine.c
1058         * src/importpine.h
1059         * src/inc.c
1060         * src/inc.h
1061         * src/jpilot.c
1062         * src/jpilot.h
1063         * src/ldapctrl.c
1064         * src/ldapctrl.h
1065         * src/ldaplocate.c
1066         * src/ldaplocate.h
1067         * src/ldapquery.c
1068         * src/ldapquery.h
1069         * src/ldapserver.c
1070         * src/ldapserver.h
1071         * src/ldapupdate.c
1072         * src/ldapupdate.h
1073         * src/ldaputil.c
1074         * src/ldaputil.h
1075         * src/ldif.c
1076         * src/ldif.h
1077         * src/localfolder.c
1078         * src/localfolder.h
1079         * src/main.c
1080         * src/main.h
1081         * src/mainwindow.c
1082         * src/mainwindow.h
1083         * src/manual.c
1084         * src/manual.h
1085         * src/matcher.c
1086         * src/matcher.h
1087         * src/matcher_parser.h
1088         * src/matcher_parser_lex.l
1089         * src/matcher_parser_parse.y
1090         * src/mbox.c
1091         * src/mbox.h
1092         * src/message_search.c
1093         * src/message_search.h
1094         * src/messageview.c
1095         * src/messageview.h
1096         * src/mh.c
1097         * src/mh.h
1098         * src/mh_gtk.c
1099         * src/mh_gtk.h
1100         * src/mimeview.c
1101         * src/mimeview.h
1102         * src/msgcache.c
1103         * src/msgcache.h
1104         * src/mutt.c
1105         * src/mutt.h
1106         * src/news.c
1107         * src/news.h
1108         * src/news_gtk.c
1109         * src/news_gtk.h
1110         * src/noticeview.c
1111         * src/noticeview.h
1112         * src/partial_download.c
1113         * src/partial_download.h
1114         * src/pine.c
1115         * src/pine.h
1116         * src/pop.c
1117         * src/pop.h
1118         * src/prefs_account.c
1119         * src/prefs_account.h
1120         * src/prefs_actions.c
1121         * src/prefs_actions.h
1122         * src/prefs_common.c
1123         * src/prefs_common.h
1124         * src/prefs_compose_writing.c
1125         * src/prefs_compose_writing.h
1126         * src/prefs_customheader.c
1127         * src/prefs_customheader.h
1128         * src/prefs_display_header.c
1129         * src/prefs_display_header.h
1130         * src/prefs_ext_prog.c
1131         * src/prefs_ext_prog.h
1132         * src/prefs_filtering.c
1133         * src/prefs_filtering.h
1134         * src/prefs_filtering_action.c
1135         * src/prefs_filtering_action.h
1136         * src/prefs_folder_column.c
1137         * src/prefs_folder_column.h
1138         * src/prefs_folder_item.c
1139         * src/prefs_folder_item.h
1140         * src/prefs_fonts.c
1141         * src/prefs_fonts.h
1142         * src/prefs_gtk.c
1143         * src/prefs_gtk.h
1144         * src/prefs_image_viewer.c
1145         * src/prefs_image_viewer.h
1146         * src/prefs_logging.c
1147         * src/prefs_logging.h
1148         * src/prefs_matcher.c
1149         * src/prefs_matcher.h
1150         * src/prefs_message.c
1151         * src/prefs_message.h
1152         * src/prefs_msg_colors.c
1153         * src/prefs_msg_colors.h
1154         * src/prefs_other.c
1155         * src/prefs_other.h
1156         * src/prefs_quote.c
1157         * src/prefs_quote.h
1158         * src/prefs_receive.c
1159         * src/prefs_receive.h
1160         * src/prefs_send.c
1161         * src/prefs_send.h
1162         * src/prefs_spelling.c
1163         * src/prefs_spelling.h
1164         * src/prefs_summaries.c
1165         * src/prefs_summaries.h
1166         * src/prefs_summary_column.c
1167         * src/prefs_summary_column.h
1168         * src/prefs_summary_open.c
1169         * src/prefs_summary_open.h
1170         * src/prefs_template.c
1171         * src/prefs_template.h
1172         * src/prefs_themes.c
1173         * src/prefs_themes.h
1174         * src/prefs_toolbar.c
1175         * src/prefs_toolbar.h
1176         * src/prefs_wrapping.c
1177         * src/prefs_wrapping.h
1178         * src/privacy.c
1179         * src/privacy.h
1180         * src/procheader.c
1181         * src/procheader.h
1182         * src/procmime.c
1183         * src/procmime.h
1184         * src/procmsg.c
1185         * src/procmsg.h
1186         * src/quote_fmt.c
1187         * src/quote_fmt_lex.l
1188         * src/quote_fmt_parse.y
1189         * src/recv.c
1190         * src/recv.h
1191         * src/remotefolder.c
1192         * src/remotefolder.h
1193         * src/send_message.c
1194         * src/send_message.h
1195         * src/setup.c
1196         * src/setup.h
1197         * src/simple-gettext.c
1198         * src/sourcewindow.c
1199         * src/sourcewindow.h
1200         * src/ssl_manager.c
1201         * src/ssl_manager.h
1202         * src/statusbar.c
1203         * src/statusbar.h
1204         * src/stock_pixmap.c
1205         * src/stock_pixmap.h
1206         * src/summary_search.c
1207         * src/summary_search.h
1208         * src/summaryview.c
1209         * src/summaryview.h
1210         * src/textview.c
1211         * src/textview.h
1212         * src/toolbar.c
1213         * src/toolbar.h
1214         * src/undo.c
1215         * src/undo.h
1216         * src/unmime.c
1217         * src/unmime.h
1218         * src/uri_opener.c
1219         * src/uri_opener.h
1220         * src/vcard.c
1221         * src/vcard.h
1222         * src/wizard.c
1223         * src/wizard.h
1224         * src/common/base64.c
1225         * src/common/base64.h
1226         * src/common/claws.c
1227         * src/common/claws.h
1228         * src/common/defs.h
1229         * src/common/fnmatch.c
1230         * src/common/fnmatch.h
1231         * src/common/fnmatch_loop.c
1232         * src/common/hooks.c
1233         * src/common/hooks.h
1234         * src/common/log.c
1235         * src/common/log.h
1236         * src/common/md5.c
1237         * src/common/md5.h
1238         * src/common/mgutils.c
1239         * src/common/mgutils.h
1240         * src/common/nntp.c
1241         * src/common/nntp.h
1242         * src/common/passcrypt.c
1243         * src/common/passcrypt.h.in
1244         * src/common/plugin.c
1245         * src/common/plugin.h
1246         * src/common/prefs.c
1247         * src/common/prefs.h
1248         * src/common/progressindicator.c
1249         * src/common/progressindicator.h
1250         * src/common/quoted-printable.c
1251         * src/common/quoted-printable.h
1252         * src/common/session.c
1253         * src/common/session.h
1254         * src/common/smtp.c
1255         * src/common/smtp.h
1256         * src/common/socket.c
1257         * src/common/socket.h
1258         * src/common/ssl.c
1259         * src/common/ssl.h
1260         * src/common/ssl_certificate.c
1261         * src/common/ssl_certificate.h
1262         * src/common/string_match.c
1263         * src/common/string_match.h
1264         * src/common/stringtable.c
1265         * src/common/stringtable.h
1266         * src/common/tags.c
1267         * src/common/tags.h
1268         * src/common/template.c
1269         * src/common/template.h
1270         * src/common/timing.h
1271         * src/common/utils.c
1272         * src/common/utils.h
1273         * src/common/uuencode.c
1274         * src/common/uuencode.h
1275         * src/common/version.h.in
1276         * src/common/w32_dirent.c
1277         * src/common/w32_reg.c
1278         * src/common/w32_signal.c
1279         * src/common/w32_stat.c
1280         * src/common/w32_stdlib.c
1281         * src/common/w32_string.c
1282         * src/common/w32_time.c
1283         * src/common/w32_unistd.c
1284         * src/common/w32_wait.c
1285         * src/common/w32lib.h
1286         * src/common/xml.c
1287         * src/common/xml.h
1288         * src/common/xmlprops.c
1289         * src/common/xmlprops.h
1290         * src/etpan/etpan-errors.h
1291         * src/etpan/etpan-thread-manager-types.h
1292         * src/etpan/etpan-thread-manager.c
1293         * src/etpan/etpan-thread-manager.h
1294         * src/etpan/imap-thread.c
1295         * src/etpan/imap-thread.h
1296         * src/gtk/about.c
1297         * src/gtk/about.h
1298         * src/gtk/colorlabel.c
1299         * src/gtk/colorlabel.h
1300         * src/gtk/colorsel.c
1301         * src/gtk/colorsel.h
1302         * src/gtk/combobox.c
1303         * src/gtk/combobox.h
1304         * src/gtk/description_window.c
1305         * src/gtk/description_window.h
1306         * src/gtk/filesel.c
1307         * src/gtk/filesel.h
1308         * src/gtk/foldersort.c
1309         * src/gtk/foldersort.h
1310         * src/gtk/gtkaspell.c
1311         * src/gtk/gtkaspell.h
1312         * src/gtk/gtksctree.c
1313         * src/gtk/gtkshruler.c
1314         * src/gtk/gtkshruler.h
1315         * src/gtk/gtksourceprintjob.c
1316         * src/gtk/gtksourceprintjob.h
1317         * src/gtk/gtkutils.c
1318         * src/gtk/gtkutils.h
1319         * src/gtk/gtkvscrollbutton.c
1320         * src/gtk/gtkvscrollbutton.h
1321         * src/gtk/icon_legend.c
1322         * src/gtk/icon_legend.h
1323         * src/gtk/inputdialog.c
1324         * src/gtk/inputdialog.h
1325         * src/gtk/logwindow.c
1326         * src/gtk/logwindow.h
1327         * src/gtk/manage_window.c
1328         * src/gtk/manage_window.h
1329         * src/gtk/menu.c
1330         * src/gtk/menu.h
1331         * src/gtk/pluginwindow.c
1332         * src/gtk/pluginwindow.h
1333         * src/gtk/prefswindow.c
1334         * src/gtk/prefswindow.h
1335         * src/gtk/progressdialog.c
1336         * src/gtk/progressdialog.h
1337         * src/gtk/quicksearch.c
1338         * src/gtk/quicksearch.h
1339         * src/gtk/sslcertwindow.c
1340         * src/gtk/sslcertwindow.h
1341         * src/plugins/bogofilter/bogofilter.c
1342         * src/plugins/bogofilter/bogofilter.h
1343         * src/plugins/bogofilter/bogofilter_gtk.c
1344         * src/plugins/clamav/clamav_plugin.c
1345         * src/plugins/clamav/clamav_plugin.h
1346         * src/plugins/clamav/clamav_plugin_gtk.c
1347         * src/plugins/demo/demo.c
1348         * src/plugins/dillo_viewer/dillo_prefs.c
1349         * src/plugins/dillo_viewer/dillo_prefs.h
1350         * src/plugins/dillo_viewer/dillo_viewer.c
1351         * src/plugins/pgpcore/passphrase.c
1352         * src/plugins/pgpcore/passphrase.h
1353         * src/plugins/pgpcore/pgp_viewer.c
1354         * src/plugins/pgpcore/pgp_viewer.h
1355         * src/plugins/pgpcore/plugin.c
1356         * src/plugins/pgpcore/prefs_gpg.c
1357         * src/plugins/pgpcore/prefs_gpg.h
1358         * src/plugins/pgpcore/select-keys.c
1359         * src/plugins/pgpcore/select-keys.h
1360         * src/plugins/pgpcore/sgpgme.c
1361         * src/plugins/pgpcore/sgpgme.h
1362         * src/plugins/pgpinline/pgpinline.c
1363         * src/plugins/pgpinline/pgpinline.h
1364         * src/plugins/pgpinline/plugin.c
1365         * src/plugins/pgpmime/pgpmime.c
1366         * src/plugins/pgpmime/pgpmime.h
1367         * src/plugins/pgpmime/plugin.c
1368         * src/plugins/spamassassin/spamassassin.c
1369         * src/plugins/spamassassin/spamassassin.h
1370         * src/plugins/spamassassin/spamassassin_gtk.c
1371         * src/plugins/trayicon/trayicon.c
1372         * src/plugins/trayicon/trayicon_prefs.c
1373         * src/plugins/trayicon/trayicon_prefs.h
1374         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1375         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1376         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1377         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1378         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1379         * tools/OOo2claws-mail.pl
1380         * tools/README.sylprint
1381         * tools/acroread2claws-mail.pl
1382         * tools/claws-mail-compose-insert-files.pl
1383         * tools/convert_mbox.pl
1384         * tools/filter_conv.pl
1385         * tools/filter_conv_new.pl
1386         * tools/fix_date.sh
1387         * tools/freshmeat_search.pl
1388         * tools/google_search.pl
1389         * tools/kmail-mailbox2claws-mail.pl
1390         * tools/kmail2claws-mail.pl
1391         * tools/kmail2claws-mail_v2.pl
1392         * tools/mairix.sh
1393         * tools/make.themes.project
1394         * tools/multiwebsearch.pl
1395         * tools/nautilus2claws-mail.sh
1396         * tools/outlook2claws-mail.pl
1397         * tools/textviewer.sh
1398         * tools/thunderbird-filters-convertor.pl
1399         * tools/update-po
1400         * tools/uuooffice
1401         * tools/vcard2xml.py
1402         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1403                 Upgrade to GPLv3 or later.
1404
1405 2007-07-10 [wwp]        2.10.0cvs15
1406
1407         * src/main.c
1408                 Fix re-opening of all composing messages that were
1409                 opened when closing the previous instance, thanks
1410                 to Colin.
1411
1412 2007-07-10 [paul]       2.10.0cvs14
1413
1414         * src/editaddress_other_attributes_ldap.c
1415         * src/ldapupdate.c
1416                 fix crash on selecting 'other attributes' combo
1417                 for either a new entry or an old entry with no
1418                 existing attributes.
1419                 fix bug on editing multiple attributes which
1420                 resulted them all having the value of the last
1421                 one changed.
1422                 Thanks to Colin
1423
1424 2007-07-10 [colin]      2.10.0cvs13
1425
1426         * src/editaddress.c
1427         * src/editaddress_other_attributes_ldap.h
1428         * src/ldapupdate.c
1429                 Fix --disable-ldap build
1430
1431 2007-07-09 [colin]      2.10.0cvs12
1432
1433         * src/Makefile.am
1434         * src/addritem.c
1435         * src/addritem.h
1436         * src/editaddress.c
1437         * src/editaddress_other_attributes_ldap.c
1438         * src/editaddress_other_attributes_ldap.h
1439         * src/editldap.c
1440         * src/ldapctrl.c
1441         * src/ldapctrl.h
1442         * src/ldapupdate.c
1443                 Add capability to edit all inetOrgPerson
1444                 attributes on LDAP. Patch by Michael 
1445                 Rasmussen
1446
1447 2007-07-09 [colin]      2.10.0cvs11
1448
1449         * src/Makefile.am
1450         * src/exporthtml.c
1451         * src/mbox.c
1452         * src/msgcache.c
1453         * src/prefs_summaries.c
1454         * src/prefs_themes.c
1455         * src/procheader.c
1456         * src/common/Makefile.am
1457         * src/common/log.c
1458         * src/common/timing.h
1459         * src/common/utils.c
1460         * src/common/utils.h
1461         * src/common/w32_account.c
1462         * src/common/w32lib.h
1463         * src/gtk/Makefile.am
1464         * src/gtk/colorlabel.c
1465         * src/plugins/pgpcore/Makefile.am
1466         * src/plugins/pgpcore/claws.def
1467         * src/plugins/pgpcore/passphrase.c
1468         * src/plugins/pgpcore/pgp_viewer.c
1469         * src/plugins/pgpcore/plugin.def
1470         * src/plugins/pgpcore/sgpgme.c
1471         * src/plugins/pgpinline/Makefile.am
1472         * src/plugins/pgpinline/claws.def
1473         * src/plugins/pgpinline/mypgpcore.def
1474         * src/plugins/pgpinline/plugin.def
1475         * src/plugins/pgpmime/Makefile.am
1476         * src/plugins/pgpmime/claws.def
1477         * src/plugins/pgpmime/mypgpcore.def
1478         * src/plugins/pgpmime/plugin.def
1479                 Commit win32 patch, from Werner Koch and
1480                 Marcus Brinkmann
1481
1482 2007-07-09 [colin]      2.10.0cvs10
1483
1484         * src/prefs_toolbar.c
1485                 Fix crash when no actions exist
1486
1487 2007-07-07 [paul]       2.10.0cvs9
1488
1489         * COPYING
1490         * manual/claws-mail-manual.xml
1491                 update copyright year
1492         * po/fi.po
1493                 updated by Flammie Pirinen
1494
1495 2007-07-05 [wwp]        2.10.0cvs8
1496
1497         * src/plugins/clamav/clamav_plugin_gtk.c
1498                 Make vertical spacing like in other plugin prefs pages.
1499
1500 2007-07-05 [wwp]        2.10.0cvs7
1501
1502         * src/quote_fmt.c
1503                 It's %am that works, not %ae (this doc incoherence has been
1504                 introduced with 2.9.2cvs13).
1505
1506 2007-07-04 [wwp]        2.10.0cvs6
1507
1508         * src/plugins/bogofilter/bogofilter.c
1509                 Gettext-ize an occurrence of "Any" that wasn't.
1510
1511 2007-07-04 [colin]      2.10.0cvs5
1512
1513         * po/POTFILES.in
1514                 Fix untranslated strings; thanks
1515                 to Pader Rezso.
1516
1517 2007-07-03 [colin]      2.10.0cvs4
1518
1519         * src/folder.c
1520         * src/mainwindow.c
1521                 Fix saving of sort mode for tags and
1522                 thread date. Thanks to Pierre Ossman.
1523                 Completes fix for bug 1233
1524
1525 2007-07-03 [paul]       2.10.0cvs3
1526
1527         * src/compose.c
1528                 fix auto-save
1529         * src/summaryview.c
1530                 fix build warnings
1531         Thanks to Colin
1532
1533 2007-07-02 [colin]      2.10.0cvs2
1534
1535         * src/folder.h
1536         * src/mainwindow.c
1537         * src/procmsg.h
1538         * src/summaryview.c
1539                 Add View/Sort/by Thread date
1540                 Fixes bug 1233, 'Capability to sort 
1541                 threads by most recent message'
1542                 Based on a patch by Paul Rolland
1543
1544 2007-07-02 [colin]      2.10.0cvs1
1545
1546         * src/Makefile.am
1547         * src/compose.c
1548         * src/edittags.c
1549         * src/edittags.h
1550         * src/filtering.c
1551         * src/folder.c
1552         * src/folder.h
1553         * src/headerview.c
1554         * src/headerview.h
1555         * src/main.c
1556         * src/mainwindow.c
1557         * src/mainwindow.h
1558         * src/manual.h
1559         * src/matcher.c
1560         * src/matcher.h
1561         * src/matcher_parser_parse.y
1562         * src/mimeview.c
1563         * src/msgcache.c
1564         * src/msgcache.h
1565         * src/prefs_common.c
1566         * src/prefs_common.h
1567         * src/prefs_filtering_action.c
1568         * src/prefs_matcher.c
1569         * src/prefs_summary_column.c
1570         * src/procmsg.c
1571         * src/procmsg.h
1572         * src/quote_fmt.c
1573         * src/quote_fmt_lex.l
1574         * src/quote_fmt_parse.y
1575         * src/summaryview.c
1576         * src/summaryview.h
1577         * src/textview.c
1578         * src/common/Makefile.am
1579         * src/common/defs.h
1580         * src/common/tags.c
1581         * src/common/tags.h
1582         * src/gtk/quicksearch.c
1583         * src/gtk/quicksearch.h
1584                 Add Tags implementation. Tags are arbitrary labels
1585                 that can be applied to messages. It is possible 
1586                 to create, edit, remove tags; apply them to mails;
1587                 filter on tags or tag presence; apply or unset
1588                 tags via filtering actions; reference tags in
1589                 reply templates.
1590
1591 2007-07-02 [paul]       2.10.0
1592
1593         * NEWS
1594         * README
1595         * RELEASE_NOTES
1596                 2.10.0 released
1597
1598 2007-07-02 [paul]       2.9.2cvs78
1599
1600         * po/de.po
1601         * po/en_GB.po
1602         * po/es.po
1603         * po/fr.po
1604         * po/hu.po
1605         * po/pt_BR.po
1606         * po/ru.po
1607         * po/zh_CN.po
1608                 updated by Stephan Sachse, me, Ricardo Mones
1609                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1610                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1611
1612 2007-07-02 [paul]       2.9.2cvs77
1613
1614         * AUTHORS
1615                 updated
1616
1617 2007-06-29 [wwp]        2.9.2cvs76
1618
1619         * src/gtk/headers.h
1620                 Fix a typo (thanks to Ricardo for finding this out).
1621
1622 2007-06-28 [paul]       2.9.2cvs75
1623
1624         * src/folderview.c
1625                 fix build warnings
1626
1627 2007-06-28 [paul]       2.9.2cvs74
1628
1629         * tools/Makefile.am
1630                 fix bug in the autotools build system.
1631                 Files cataloged under EXTRA_DIST were never
1632                 automatically copied to the build tree.
1633                 (fix 'make distcheck')
1634                 Patch by Michael Rasmussen.
1635
1636 2007-06-24 [colin]      2.9.2cvs73
1637
1638         * src/news_gtk.c
1639                 Fix bug 1249, 'Error handling for 
1640                 news errors needs modification'
1641                 Only popup error if the according
1642                 pref in Prefs/Receive is set.
1643
1644 2007-06-21 [colin]      2.9.2cvs72
1645
1646         * src/common/plugin.c
1647         * src/common/plugin.h
1648                 Change plugin API to know whether it's safe to 
1649                 unload plugins or whether we should just hide
1650                 them. Fixes bug 1248, 'Core dumps after 
1651                 unloading plugin and clicking on load plugins'
1652         * src/plugins/bogofilter/bogofilter.c
1653         * src/plugins/clamav/clamav_plugin.c
1654         * src/plugins/demo/demo.c
1655         * src/plugins/dillo_viewer/dillo_viewer.c
1656         * src/plugins/pgpcore/plugin.c
1657         * src/plugins/pgpinline/plugin.c
1658         * src/plugins/pgpmime/plugin.c
1659         * src/plugins/spamassassin/spamassassin.c
1660         * src/plugins/trayicon/trayicon.c
1661                 Update API
1662
1663 2007-06-19 [colin]      2.9.2cvs71
1664
1665         * src/compose.c
1666         * src/messageview.c
1667                 Fix crash mentioned in bug 1246
1668                 Race condition when automatically drafting
1669                 due to insertion on reedit.
1670
1671 2007-06-18 [wwp]        2.9.2cvs70
1672
1673         * src/importldif.c
1674                 LDIF import: use a "Proceed" button to complete
1675                 the process.
1676
1677 2007-06-18 [paul]       2.9.2cvs69
1678
1679         * configure.ac
1680                 use pkgconfig to check for gtk and glib
1681
1682 2007-06-17 [wwp]        2.9.2cvs68
1683
1684         * src/ldif.c
1685         * src/importldif.c
1686                 LDIF import: better error handling, minor code
1687                 and UI cleanup, and renamed the Save button
1688                 to Close, as imported stuff is already saved
1689                 when the Save button is shown.
1690
1691 2007-06-17 [colin]      2.9.2cvs67
1692
1693         * src/prefs_summaries.c
1694         * src/procmsg.c
1695                 Don't set as read when forwarded, only replied to
1696
1697 2007-06-17 [paul]       2.9.2cvs66
1698
1699         * src/alertpanel.c
1700                 add missing #include
1701
1702 2007-06-16 [colin]      2.9.2cvs65
1703
1704         * src/prefs_summaries.c
1705         * src/procmsg.c
1706                 Change the pref "Only mark as read when opened
1707                 in new window" to "..., replied to or forwarded".
1708                 Based on a patch by Paul Rolland.
1709
1710 2007-06-16 [paul]       2.9.2cvs64
1711
1712         * src/gtk/authors.h
1713                 alphabetical order! :)
1714
1715 2007-06-16 [colin]      2.9.2cvs63
1716
1717         * AUTHORS
1718         * src/gtk/authors.h
1719                 Add Michael Rasmussen in authors list
1720
1721 2007-06-16 [colin]      2.9.2cvs62
1722
1723         * src/messageview.c
1724                 Fix messageview_copy_clipboard to take advantage
1725                 of plugins' get_selection.
1726
1727 2007-06-15 [colin]      2.9.2cvs61
1728
1729         * src/action.c
1730         * src/addr_compl.c
1731         * src/addressbook.c
1732         * src/folderview.c
1733         * src/message_search.c
1734         * src/mimeview.c
1735         * src/summary_search.c
1736         * src/summaryview.c
1737         * src/textview.c
1738                 Allow GDK_KP_Enter to do the same as GDK_Return
1739                 Patch by Michael Rasmussen
1740
1741 2007-06-15 [paul]       2.9.2cvs60
1742
1743         * src/compose.c
1744                 fix bug when closing a compose window
1745                 during autosave
1746
1747 2007-06-14 [paul]       2.9.2cvs59
1748
1749         * src/main.c
1750         * src/common/defs.h
1751                 migrate sylpheed config
1752
1753 2007-06-14 [wwp]        2.9.2cvs58
1754
1755         * src/gtk/pluginwindow.c
1756                 Yet another attempt to fix sizing/alignment of the
1757                 button bar in plugins window.
1758
1759 2007-06-12 [colin]      2.9.2cvs57
1760
1761         * po/POTFILES.in
1762         * src/Makefile.am
1763         * src/folderview.c
1764         * src/prefs_common.c
1765         * src/prefs_common.h
1766         * src/prefs_summaries.c
1767         * src/prefs_summary_open.c
1768         * src/prefs_summary_open.h
1769         * src/summaryview.c
1770                 Make "when entering a folder" actions more personalisable
1771
1772 2007-06-12 [wwp]        2.9.2cvs56
1773
1774         * tools/README
1775                 Use short description from Paul (mairix.sh).
1776
1777 2007-06-12 [wwp]        2.9.2cvs55
1778
1779         * tools/README
1780                 Updated info about mairix.sh.
1781
1782 2007-06-11 [paul]       2.9.2cvs54
1783
1784         * src/prefs_logging.c
1785                 rework log window length widgets
1786                 and some sensitivity fixes
1787
1788 2007-06-11 [paul]       2.9.2cvs53
1789
1790         * src/mainwindow.c
1791         * src/prefs_logging.c
1792                 rename 'Protocol Log' to 'Network Log'
1793                 and some function renaming
1794
1795 2007-06-10 [wwp]        2.9.2cvs52
1796
1797         * src/gtk/pluginwindow.c
1798                 Revert 2.9.2cvs51.
1799
1800 2007-06-10 [wwp]        2.9.2cvs51
1801
1802         * src/gtk/pluginwindow.c
1803                 Fix button bar in plugin window, was centered and not
1804                 behaving like other dialogs w/ such button bar.
1805
1806 2007-06-08 [wwp]        2.9.2cvs50
1807
1808         * src/compose.c
1809         * src/compose.h
1810         * src/main.c
1811         * src/mainwindow.c
1812         * src/mainwindow.h
1813                 Provide a way out of automatic draft saving on IMAP, when
1814                 exiting offline.
1815                 Prevent drafting while sending and quitting while sending.
1816                 Thanks for Colin.
1817
1818
1819
1820 2007-06-08 [wwp]        2.9.2cvs49
1821
1822         * src/prefs_account.c
1823         * src/gtk/prefswindow.c
1824         * src/gtk/prefswindow.h
1825                 Activate the Basic page when opening account prefs.
1826
1827 2007-06-08 [wwp]        2.9.2cvs48
1828
1829         * src/common/socket.c
1830                 Don't crash if fork() fails, thanks to Colin.
1831
1832 2007-06-08 [wwp]        2.9.2cvs47
1833
1834         * src/gtk/prefswindow.c
1835                 Wrap some long lines, and reset horizontal scroller's adjusment
1836                 (this was already done, vertically), when changing tab (not page)
1837                 in prefs windows.
1838
1839 2007-06-08 [paul]       2.9.2cvs46
1840
1841         * src/common/utils.c
1842                 use gethostname() instead of uname()
1843                 based on a patch by Michael Hughes
1844                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1845
1846 2007-06-07 [wwp]        2.9.2cvs45
1847
1848         * src/prefs_common.c
1849                 Fix some useless warnings, thanks to Colin.
1850
1851 2007-06-06 [colin]      2.9.2cvs44
1852
1853         * src/ldapupdate.c
1854                 Fix strange allocations. 
1855
1856 2007-06-06 [colin]      2.9.2cvs43
1857
1858         * src/ldapupdate.c
1859                 Patch by Michael Rasmussus to help
1860                 bug 1232
1861
1862 2007-06-05 [wwp]        2.9.2cvs42
1863
1864         * src/prefs_account.c
1865         * src/prefs_folder_item.c
1866         * src/prefs_quote.c
1867         * src/quote_fmt.c
1868         * src/quote_fmt.h
1869                 Per-folder templates can now be applied recursively.
1870                 Always save per-folder templates (formats were erroneously
1871                 saved only if they were enabled).
1872                 Check for validity of quotation marks everywhere there
1873                 are defined.
1874
1875 2007-06-05 [wwp]        2.9.2cvs41
1876
1877         * src/inc.c
1878                 Fix incoming messages from local accounts always getting filtered
1879                 (even if the account prefs say don't), thanks to Colin.
1880
1881 2007-06-05 [wwp]        2.9.2cvs40
1882
1883         * src/compose.c
1884         * src/compose.h
1885                 Use per-folder/per-account quote chars when applying a
1886                 template or inserting text as well. Const'ify some
1887                 vars more.
1888
1889 2007-06-04 [colin]      2.9.2cvs39
1890
1891         * src/compose.c
1892                 More work for wwp :)
1893
1894 2007-06-04 [wwp]        2.9.2cvs38
1895
1896         * src/compose.c
1897                 Same as 2.9.2cvs36 but for forwarding.
1898
1899 2007-06-04 [colin]      2.9.2cvs37
1900
1901         * src/compose.c
1902                 Use original mail file for forward/redirect
1903                 Fixes some forwarded mails to be attached as
1904                 application/octet-stream (when they have binary
1905                 parts), and incidentally fixes bug 848
1906                 'Redirect breaks GnuPG'
1907
1908 2007-06-04 [wwp]        2.9.2cvs36
1909
1910         * src/compose.c
1911                 Fix quote mark mis-initialisation when replying/forwarding
1912                 (introduced w/ 2.9.2cvs20).
1913
1914 2007-06-04 [wwp]        2.9.2cvs35
1915
1916         * src/prefs_compose_writing.c
1917         * src/prefs_quote.c
1918                 Fix a bug where Quotation characters (prefs/compose/writing)
1919                 was cleared (introduced w/ 2.9.2cvs26).
1920
1921 2007-06-04 [wwp]        2.9.2cvs34
1922
1923         * src/prefs_account.c
1924         * src/prefs_account.h
1925                 Better fix for compiling w/o aspell (rollbacks
1926                 2.9.2cvs31).
1927
1928 2007-06-04 [wwp]        2.9.2cvs33
1929
1930         * src/account.c
1931         * src/prefs_account.c
1932         * src/prefs_account.h
1933         * src/procmsg.c
1934                 It's now possible to disable mail filtering plugins
1935                 on a per-account basis.
1936
1937 2007-06-04 [wwp]        2.9.2cvs32
1938
1939         * src/procheader.c
1940         * src/common/utils.c
1941         * src/common/utils.h
1942                 Support CRLF in headers part of messages.
1943                 Support few more date formats (RFC3339 subsets).
1944
1945 2007-06-04 [wwp]        2.9.2cvs31
1946
1947         * src/prefs_account.c
1948                 Fix compiling w/o aspell support.
1949
1950 2007-06-03 [wwp]        2.9.2cvs30
1951
1952         * src/prefs_gtk.c
1953                 Don't decode leading ENV_ and ~ in P_PASSWORD
1954                 values.
1955
1956 2007-06-03 [wwp]        2.9.2cvs29
1957
1958         * src/prefs_gtk.c
1959                 Don't decode leading ENV_ and ~ in P_PASSWORD
1960                 values.
1961
1962 2007-06-03 [wwp]        2.9.2cvs28
1963
1964         * src/prefs_account.c
1965         * src/gtk/prefswindow.c
1966         * src/gtk/prefswindow.h
1967                 Added a way to force preloading of all pages
1968                 (prefswindow).
1969                 Moved tabs to pages in account prefs.
1970
1971 2007-06-02 [colin]      2.9.2cvs27
1972
1973         * src/addressbook.c
1974                 Fix possible crash, fix ldap write bugs
1975         * src/ldapupdate.c
1976                 Fix ldap write bugs - patch by Michael
1977                 Rasmussen
1978         * src/alertpanel.c
1979         * src/alertpanel.h
1980                 Add a hook whenever alertpanel opens/closes
1981
1982 2007-05-31 [wwp]        2.9.2cvs26
1983
1984         * src/prefs_compose_writing.c
1985         * src/prefs_quote.c
1986                 Re-organized writing options a bit:
1987                  - renamed the Quoting page to Templates
1988                  - moved all composing templates to that page
1989                  - moved non-templates options to the Writing one,
1990                    grouped reply-related options, reordered reply and
1991                    forward options.
1992
1993 2007-05-31 [wwp]        2.9.2cvs25
1994
1995         * src/compose.c
1996                 Removed unused code.
1997
1998 2007-05-31 [colin]      2.9.2cvs24
1999
2000         * src/addressbook.c
2001                 Fix missing display name when modifying
2002                 LDAP. Patch by Michael Rasmussen
2003
2004 2007-05-31 [wwp]        2.9.2cvs23
2005
2006         * src/plugins/bogofilter/Makefile.am
2007         * src/plugins/clamav/Makefile.am
2008         * src/plugins/demo/Makefile.am
2009         * src/plugins/dillo_viewer/Makefile.am
2010         * src/plugins/spamassassin/Makefile.am
2011                 Fix building of those plugins in Mac OS X.
2012
2013 2007-05-30 [wwp]        2.9.2cvs22
2014
2015         * src/gtk/quicksearch.c
2016                 Fix missing initialization.
2017
2018 2007-05-30 [wwp]        2.9.2cvs21
2019
2020         * src/procheader.c
2021                 Revert accidental commit (debug outputs).
2022
2023 2007-05-30 [wwp]        2.9.2cvs20
2024
2025         * src/compose.c
2026         * src/folder_item_prefs.c
2027         * src/folder_item_prefs.h
2028         * src/prefs_account.c
2029         * src/prefs_account.h
2030         * src/prefs_folder_item.c
2031         * src/prefs_gtk.c
2032         * src/prefs_gtk.h
2033                 Implemented per-account and per-folder
2034                 compose/reply/forward formats.
2035
2036 2007-05-30 [wwp]        2.9.2cvs19
2037
2038         * src/prefs_compose_writing.c
2039         * src/prefs_quote.c
2040         * src/procheader.c
2041         * src/quote_fmt.c
2042         * src/quote_fmt.h
2043                 Internal API changes (factorize quote format
2044                 prefs and checks).
2045
2046 2007-05-30 [colin]      2.9.2cvs18
2047
2048         * src/compose.c
2049                 Fix race where it's possible to re-click Send
2050                 between end of SMTP session and end of "move to
2051                 sent folder" when sending an email with send
2052                 dialog enabled.
2053
2054 2007-05-30 [colin]      2.9.2cvs17
2055
2056         * src/crash.c
2057                 Ask for backtrace on all threads. Patch by
2058                 Pawel
2059         * src/folderview.c
2060                 Fix stale news statusbar when scanning fails.
2061                 Patch by Pawel
2062         * src/ldapupdate.c
2063                 Fix some LDAP write updates bugs. Patch
2064                 by Michael Rasmussen
2065
2066 2007-05-29 [colin]      2.9.2cvs16
2067
2068         * src/imap.c
2069                 Fix loss of local flags when moving mails
2070                 on IMAP in high-bandwidth mode (UID FETCH)
2071
2072 2007-05-25 [paul]       2.9.2cvs15
2073
2074         * src/common/socket.c
2075                 fix sometimes crasher on cancelling
2076                 message sending
2077
2078 2007-05-25 [colin]      2.9.2cvs14
2079
2080         * src/imap.c
2081                 Fix a memory leak
2082         * src/imap_gtk.c
2083                 Be more helpful in the subscription
2084                 message
2085
2086 2007-05-23 [wwp]        2.9.2cvs13
2087
2088         * src/compose.c
2089         * src/prefs_compose_writing.c
2090         * src/prefs_quote.c
2091         * src/prefs_template.c
2092         * src/prefs_template.h
2093         * src/quote_fmt.c
2094         * src/quote_fmt.h
2095         * src/quote_fmt_lex.l
2096         * src/quote_fmt_parse.y
2097                 Introduced new syntax elements (symbols and commands)
2098                 in templates/quote_fmt. Compatibility w/ old
2099                 symbols is kept.
2100                 Updated and reworked the corresponding Information
2101                 dialog.
2102                 Display the line number in dialogs that talk about
2103                 parser errors (in addition to the error message in
2104                 output).
2105
2106 2007-05-23 [wwp]        2.9.2cvs12
2107
2108         * src/quote_fmt_parse.y
2109                 Fix 2.9.2cvs11, probably a paste accident ;).
2110
2111 2007-05-23 [wwp]        2.9.2cvs11
2112
2113         * src/compose.c
2114         * src/prefs_template.c
2115         * src/quote_fmt.h
2116         * src/quote_fmt_parse.y
2117                 Fix 2.9.2cvs10, which broke --disable-aspell.
2118
2119 2007-05-22 [wwp]        2.9.2cvs10
2120
2121         * src/compose.c
2122         * src/prefs_template.c
2123         * src/quote_fmt.c
2124         * src/quote_fmt.h
2125         * src/quote_fmt_lex.l
2126         * src/quote_fmt_parse.y
2127         * src/gtk/gtkaspell.c
2128         * src/gtk/gtkaspell.h
2129                 Added template/quote format syntactical elements
2130                 to show and query:
2131                         - current dictionary
2132                           %T to show (shows empty if not set or not enabled),
2133                           ?T and !T to check if the default dictionary is
2134                           enabled and set
2135                         - current account's default dictionary
2136                           %aT to show (empty if not set or not enabled),
2137                           ?aT and !aT to check if it's enabled and set
2138                         - name completion for an address, from the address
2139                           book
2140                           %ABf, %ABt, %ABc respectively show the full name got
2141                           from the address book if From, To or Cc match a single
2142                           contact.
2143                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2144                           matches any contact and if the full name is non-empty.
2145                           If From, To or Cc are lists of email addresses, only
2146                           the first address will be checked.
2147                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2148                 that could show a trailing ','.
2149                 Also, template/quote_fmt parser now shows the line number in case
2150                 of parser error.
2151
2152 2007-05-15 [colin]      2.9.2cvs9
2153
2154         * src/main.c
2155         * src/main.h
2156                 Add a public function to know whether Claws
2157                 crashed last time
2158                 Store opened folder when exiting
2159         * src/folder.c
2160         * src/folder.h
2161                 Store last opened message in each FolderItem;
2162                 Reset last seen messages if Claws crashed, so 
2163                 that one can't go in an infinite crash in case 
2164                 a particular mail crashes Claws.
2165         * src/messageview.c
2166         * src/prefs_common.c
2167         * src/prefs_common.h
2168         * src/summaryview.c
2169         * src/prefs_summaries.c
2170                 Add "Select last opened message" when entering
2171                 a folder
2172                 Add "Select last opened folder" at startup.
2173
2174 2007-05-14 [colin]      2.9.2cvs8
2175
2176         * manual/xml2pdf
2177                 Fix bashism, search for xml catalog 
2178                 in /usr/local/share/xml/catalog too
2179                 Patch by Pawel
2180
2181 2007-05-13 [wwp]        2.9.2cvs7
2182
2183         * src/gtk/logwindow.c
2184                 fix raising log windows when they are either minimized or
2185                 in background.
2186
2187 2007-05-11 [colin]      2.9.2cvs6
2188
2189         * src/gtk/filesel.c
2190                 Use Hildon's file chooser on Maemo. Patch
2191                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2192                 'File attachment "manipulation" bugs...'
2193
2194 2007-05-10 [wwp]        2.9.2cvs5
2195
2196         * src/prefs_common.c
2197         * src/prefs_common.h
2198         * src/gtk/quicksearch.c
2199                 Add a quicksearch option to automatically run
2200                 a search selected from the history (this option
2201                 is exclusive towards type-ahead).
2202
2203 2007-05-10 [colin]      2.9.2cvs4
2204
2205         * src/imap.c
2206                 Fix g_warnings, thanks to Brian
2207                 Morrison
2208
2209 2007-05-09 [colin]      2.9.2cvs3
2210
2211         * src/crash.c
2212         * src/exporthtml.c
2213         * src/mbox.c
2214         * src/prefs_summaries.c
2215         * src/procheader.c
2216         * src/common/log.c
2217         * src/common/utils.c
2218         * src/gtk/gtksourceprintjob.c
2219         * src/gtk/sslcertwindow.c
2220                 Use the re-entrant variant of time functions
2221                 Probably fixes bug 1217, 'reentrancy problems 
2222                 with time functions'
2223
2224 2007-05-09 [colin]      2.9.2cvs2
2225
2226         * src/imap.c
2227                 Fix crasher when reconnection fails
2228
2229 2007-05-08 [paul]       2.9.2cvs1
2230
2231         * NEWS
2232         * README
2233         * RELEASE_NOTES
2234         * configure.ac
2235                 bump version number following
2236                 stable release
2237
2238 2007-05-08 [paul]       2.9.1cvs48
2239
2240         * src/plugins/demo/demo.c
2241         * src/plugins/dillo_viewer/dillo_prefs.c
2242         * src/plugins/dillo_viewer/dillo_prefs.h
2243         * src/plugins/dillo_viewer/dillo_viewer.c
2244         * src/plugins/pgpcore/pgp_viewer.c
2245         * src/plugins/pgpcore/pgp_viewer.h
2246         * src/plugins/pgpcore/plugin.c
2247         * src/plugins/pgpcore/prefs_gpg.c
2248         * src/plugins/pgpcore/prefs_gpg.h
2249         * src/plugins/pgpcore/sgpgme.c
2250         * src/plugins/pgpcore/sgpgme.h
2251         * src/plugins/pgpinline/plugin.c
2252         * src/plugins/pgpmime/pgpmime.c
2253         * src/plugins/pgpmime/pgpmime.h
2254         * src/plugins/pgpmime/plugin.c
2255         * src/plugins/spamassassin/spamassassin.c
2256         * src/plugins/spamassassin/spamassassin.h
2257         * src/plugins/spamassassin/spamassassin_gtk.c
2258         * src/plugins/trayicon/README
2259         * tools/README
2260         * tools/README.sylprint
2261         * tools/outlook2claws-mail.pl
2262         * tools/sylprint.pl
2263         * tools/tb2claws-mail
2264         * tools/tbird2claws.py
2265         * tools/update-po
2266         * tools/vcard2xml.py
2267         * tools/kdeservicemenu/README
2268                 cleanups and corrections
2269
2270 2007-05-06 [wwp]        2.9.1cvs47
2271
2272         * tools/uudec
2273                 Fix missing dash to `display` command-line, reported
2274                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2275
2276 2007-05-06 [colin]      2.9.1cvs46
2277
2278         * src/Makefile.am
2279         * src/stock_pixmap.c
2280         * src/stock_pixmap.h
2281         * src/pixmaps/printer.xpm
2282                 Add a printer icon
2283
2284 2007-05-06 [paul]       2.9.1cvs45
2285
2286         * src/compose.c
2287         * src/ldapquery.c
2288         * src/privacy.h
2289         * src/summary_search.c
2290         * src/summaryview.c
2291                 fix build warnings
2292
2293 2007-05-05 [wwp]        2.9.1cvs44
2294
2295         * src/messageview.c
2296         * src/mh.c
2297         * src/prefs_actions.c
2298         * src/prefs_gtk.c
2299         * src/summaryview.c
2300         * src/common/xml.c
2301                 Fix "faild" typos everywhere and capitalization of
2302                 some g_warnings.
2303
2304 2007-05-04 [colin]      2.9.1cvs43
2305
2306         * src/compose.c
2307         * src/privacy.c
2308         * src/privacy.h
2309         * src/plugins/pgpcore/prefs_gpg.c
2310         * src/plugins/pgpcore/prefs_gpg.h
2311         * src/plugins/pgpinline/pgpinline.c
2312         * src/plugins/pgpmime/pgpmime.c
2313                 Add an API to warn about encryption limits,
2314                 and allow to disable these warnings
2315
2316 2007-05-03 [colin]      2.9.1cvs42
2317
2318         * src/summaryview.c
2319         * src/mainwindow.c
2320                 Fix bug 1213, 'Delete more than 
2321                 one thread at once'
2322
2323 2007-05-03 [wwp]        2.9.1cvs41
2324
2325         * src/prefs_common.c
2326         * src/prefs_filtering.c
2327         * src/prefs_template.c
2328         * src/common/template.c
2329         * src/common/template.h
2330         * src/gtk/gtkutils.c
2331         * src/gtk/gtkutils.h
2332                 Templates are no longer automatically sorted
2333                 by name, but can be sorted manually using
2334                 |< < > >| buttons as well as drag'n'drop.
2335
2336 2007-05-03 [wwp]        2.9.1cvs40
2337
2338         * src/plugins/spamassassin/spamassassin.c
2339         * src/plugins/spamassassin/spamassassin.h
2340         * src/plugins/spamassassin/spamassassin_gtk.c
2341         * src/plugins/bogofilter/bogofilter.c
2342         * src/plugins/bogofilter/bogofilter.h
2343         * src/plugins/bogofilter/bogofilter_gtk.c
2344                 Added an option to conditionally mark saved spam
2345                 as read (default is and was to do so).
2346                 Satisfies feature request 1708539 on sf.net tracker.
2347
2348 2007-05-03 [colin]      2.9.1cvs39
2349
2350         * src/inc.c
2351                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2352
2353 2007-05-02 [colin]      2.9.1cvs38
2354
2355         * src/textview.c
2356                 Fix bug 1209, 'Clicking on address 
2357                 in header (mailto uri) selects 
2358                 default account'. Patch adapted from
2359                 G.P. Halkes' patch.
2360
2361 2007-05-02 [colin]      2.9.1cvs37
2362
2363         * src/grouplistdialog.c
2364                 Set cursor to wait cursor while loading
2365                 groups.
2366
2367 2007-05-02 [paul]       2.9.1cvs36
2368
2369         * src/folder.c
2370         * src/common/defs.h
2371                 rename cache and mark files
2372                 (data is preserved)
2373
2374 2007-04-30 [paul]       2.9.1cvs35
2375
2376         * manual/glossary.xml
2377         * manual/plugins.xml
2378                 updates. Patch by Ricardo
2379
2380 2007-04-29 [wwp]        2.9.1cvs34
2381
2382         * src/mainwindow.c
2383         * configure.ac
2384                 Fix few grammatical errors (patch by David Relson < relson at
2385                 osagesoftware dot com >).
2386
2387 2007-04-28 [colin]      2.9.1cvs33
2388
2389         * src/account.c
2390         * src/pop.c
2391         * src/prefs_account.c
2392         * src/prefs_account.h
2393                 Drop the "Download all" preference. It's
2394                 stupidly useless and confuses people from
2395                 time to time.
2396
2397 2007-04-27 [wwp]        2.9.1cvs32
2398
2399         * src/account.c
2400         * src/prefs_account.c
2401         * src/prefs_account.h
2402                 Don't reflect accounts changes to the mainwindow when it's
2403                 not necessary.
2404
2405 2007-04-27 [colin]      2.9.1cvs31
2406
2407         * src/folder.c
2408                 Freeze/thaw when sync'ing flags
2409         * src/imap.c
2410         * src/prefs_account.c
2411         * src/prefs_account.h
2412         * src/etpan/imap-thread.c
2413         * src/etpan/imap-thread.h
2414                 Add a way to use UID FETCH instead
2415                 of searches to fetch message lists
2416                 and flags. More expensive towards
2417                 bandwidth, less expensive towards
2418                 server's CPU. Probably fixes 
2419                 bug 1158, 'Scanning new folders on 
2420                 Exchange 2007 extremely slow'.
2421                 Patch 95% by Hoa.
2422
2423 2007-04-27 [paul]       2.9.1cvs30
2424
2425         * src/mainwindow.c
2426         * src/prefs_logging.c
2427                 improvements to english usage
2428
2429 2007-04-27 [colin]      2.9.1cvs29
2430
2431         * src/imap.c
2432                 Fix build without libetpan (my bad!)
2433
2434 2007-04-26 [colin]      2.9.1cvs28
2435
2436         * src/imap.c
2437         * src/imap.h
2438                 Fix uselessly exported function
2439         * src/textview.c
2440                 Consider "- -- \n" as signature separator
2441                 (that's what signature separators look like
2442                  in PGP/Inline signed mails)
2443
2444 2007-04-26 [colin]      2.9.1cvs27
2445
2446         * configure.ac
2447                 libetpan-0.49 is now required
2448         * src/procmime.c
2449                 Fix double fetching of mails if
2450                 first try failed
2451         * src/imap.c
2452                 Make offline sync faster, by
2453                 remembering last change time, and
2454                 last sync time.
2455
2456 2007-04-26 [hoa]        2.9.1cvs26
2457
2458         * src/imap.c
2459         * src/imap.h
2460         * src/mainwindow.c
2461         * src/toolbar.c
2462         * src/etpan/imap-thread.c
2463         * src/etpan/imap-thread.h
2464                 cancellation of IMAP operations is now allowed.
2465                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2466
2467 2007-04-26 [colin]      2.9.1cvs25
2468
2469         * src/folder.c
2470                 Always fetch body+headers in folders that are
2471                 synched for offline use, if "Synchronise as
2472                 soon as possible" is set.
2473                 Fixes bug 1200, 'Add option to always retrieve full 
2474                 messages'
2475
2476 2007-04-25 [colin]      2.9.1cvs24
2477
2478         * src/compose.c
2479                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2480                 persists...'
2481
2482 2007-04-24 [colin]      2.9.1cvs23
2483
2484         * src/folderview.c
2485                 Fix bug 1195, 'Hardware key navigation' 
2486                 Make GDK_Enter toggle expansion (Maemo)
2487
2488 2007-04-24 [wwp]        2.9.1cvs22
2489
2490         * src/compose.c
2491                 Fix few compiler warnings.
2492
2493 2007-04-24 [paul]       2.9.1cvs21
2494
2495         * src/Makefile.am
2496         * src/stock_pixmap.c
2497         * src/stock_pixmap.h
2498                 complete last commit
2499
2500 2007-04-24 [paul]       2.9.1cvs20
2501
2502         * src/gtk/about.c
2503         * src/pixmaps/active.xpm
2504         * src/pixmaps/checkbox_off.xpm
2505         * src/pixmaps/checkbox_on.xpm
2506         * src/pixmaps/inactive.xpm
2507                 kick out the blobs
2508                 remove transparent border from checkbox icons
2509
2510 2007-04-24 [wwp]        2.9.1cvs19
2511
2512         * src/textview.c
2513         * src/textview.h
2514                 Fix a crash in textview, thanks to Colin.
2515
2516 2007-04-23 [wwp]        2.9.1cvs18
2517
2518         * src/prefs_common.c
2519                 Fix 2.9.1cvs5: no header was being translated at all.
2520
2521 2007-04-23 [colin]      2.9.1cvs17
2522
2523         * src/Makefile.am
2524         * src/stock_pixmap.c
2525         * src/stock_pixmap.h
2526         * src/summaryview.c
2527         * src/summaryview.h
2528         * src/gtk/gtksctree.c
2529         * src/gtk/gtksctree.h
2530         * src/pixmaps/selection.xpm
2531                 Fix bug 1193, 'Need a way to multi-select
2532                 items'. Add a toggle button to the summaryview
2533                 to switch between normal and multiple selection
2534                 (Maemo)
2535
2536 2007-04-23 [colin]      2.9.1cvs16
2537
2538         * src/Makefile.am
2539         * src/stock_pixmap.c
2540         * src/stock_pixmap.h
2541         * src/summaryview.c
2542         * src/summaryview.h
2543         * src/gtk/gtksctree.c
2544         * src/gtk/gtksctree.h
2545         * src/pixmaps/selection.xpm
2546                 Fix bug 1193, 'Need a way to multi-
2547                 select items'
2548                 Add a toggle button in the summaryview
2549                 to enable normal or multiple selection.
2550                 (Maemo)
2551
2552 2007-04-23 [colin]      2.9.1cvs15
2553
2554         * src/compose.c
2555                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2556
2557 2007-04-21 [colin]      2.9.1cvs14
2558
2559         * src/gtk/quicksearch.c
2560                 Fix previous commit (actually use correct
2561                 parameter)
2562
2563 2007-04-21 [colin]      2.9.1cvs13
2564
2565         * src/gtk/quicksearch.c
2566                 Fix changing quicksearch type (after Esc,
2567                 after changing Recursive, ...)
2568
2569 2007-04-20 [wwp]        2.9.1cvs12
2570
2571         * src/gtk/Makefile.am
2572                 Added headers.h (completes 2.9.1cvs5).
2573
2574 2007-04-20 [wwp]        2.9.1cvs11
2575
2576         * src/addressbook.c
2577                 Fix the use of display name in name column,
2578                 it has been overriden w/ the use of nickname
2579                 by 2.9.0cvs3. Now nickname is used (if any)
2580                 in case of LDAP books only.
2581
2582 2007-04-20 [colin]      2.9.1cvs10
2583
2584         * src/mimeview.c
2585         * src/summaryview.c
2586         * src/textview.c
2587                 Add handling of 'a' to loop in a mail's
2588                 mimeparts
2589
2590 2007-04-20 [colin]      2.9.1cvs9
2591
2592         * src/toolbar.c
2593                 Fix bug 1190, 'dir_open' button doesn't work'
2594                 (Maemo)
2595
2596 2007-04-20 [colin]      2.9.1cvs8
2597
2598         * src/folderview.c
2599         * src/mainwindow.c
2600                 Fix bug 1194, 'Hardware keys move from email 
2601                 list to account/directory list, but not back 
2602                 to email list...' (Maemo)
2603
2604 2007-04-20 [colin]      2.9.1cvs7
2605
2606         * src/compose.h
2607                 complete previous commit
2608
2609 2007-04-20 [colin]      2.9.1cvs6
2610
2611         * src/compose.c
2612                 Fix bug 1187, 'Reply-to addressee disappears 
2613                 when reply-to text box is clicked...' (Maemo)
2614
2615 2007-04-20 [wwp]        2.9.1cvs5
2616
2617         * po/POTFILES.in
2618         * src/addressbook.c
2619         * src/compose.c
2620         * src/filtering.c
2621         * src/headerview.c
2622         * src/matcher.c
2623         * src/prefs_common.c
2624         * src/prefs_common.h
2625         * src/prefs_display_header.c
2626         * src/prefs_matcher.c
2627         * src/summaryview.c
2628         * src/gtk/headers.h
2629         * src/gtk/quicksearch.c
2630                 Translate more header names according to the relevant option value,
2631                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2632                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2633                 to prefs_common_translated_header_name().
2634                 Added a headers.h reference file that contains known header names
2635                 (RFC2822 and others) to the translation process' input, so that
2636                 translated header names will still exist even if no occurrence of
2637                 _("headername") is found anymore in the sources.
2638                 Don't translate column name 'Number' following to trans_hdr option
2639                 value as it's not a header name.
2640
2641 2007-04-20 [colin]      2.9.1cvs4
2642
2643         * src/gtk/quicksearch.c
2644         * src/gtk/quicksearch.h
2645                 Add "From, To or Subject" quicksearch
2646                 type. Patch by ulfschaper@users.sf.net
2647
2648 2007-04-20 [colin]      2.9.1cvs3
2649
2650         * src/matcher.c
2651                 Implement proper references filtering condition.
2652                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2653
2654 2007-04-19 [wwp]        2.9.1cvs2
2655
2656         * src/prefs_display_header.c
2657         * src/message_search.c
2658                 Fix few warnings (g_free of const gchar*).
2659
2660 2007-04-19 [paul]       2.9.1cvs1
2661
2662         * NEWS
2663         * README
2664         * RELEASE_NOTES
2665         * configure.ac
2666                 bump version number following
2667                 stable release
2668
2669 2007-04-19 [paul]       2.9.0cvs9
2670
2671         * manual/advanced.xml
2672         * manual/glossary.xml
2673                 fix typos
2674
2675 2007-04-18 [paul]       2.9.0cvs8
2676
2677         * src/pop.c
2678                 fix for CVE-2007-1558 (APOP)
2679                 Thanks to Colin
2680
2681 2007-04-18 [paul]       2.9.0cvs7
2682
2683         * src/messageview.c
2684         * src/mimeview.c
2685         * src/summaryview.c
2686         * src/gtk/filesel.c
2687                 Fix encoding woes wrt saving of
2688                 mails and parts
2689                 Thanks to Colin
2690
2691 2007-04-18 [colin]      2.9.0cvs6
2692
2693         * src/gtk/pluginwindow.c
2694                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2695
2696 2007-04-17 [wwp]        2.9.0cvs5
2697
2698         * src/addressadd.c
2699         * src/addressbook.c
2700         * src/addrindex.c
2701         * src/ldapupdate.c
2702                 Fix --disable-ldap build,
2703                 fix some LDAP annoyances on 
2704                 searches, thanks to Colin.
2705
2706 2007-04-17 [wwp]        2.9.0cvs4
2707
2708         * src/ldapupdate.c
2709                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2710                 like gcc 2.9x. Thanks to Colin.
2711
2712 2007-04-17 [wwp]        2.9.0cvs3
2713
2714         * src/Makefile.am
2715         * src/addressadd.c
2716         * src/addressbook.c
2717         * src/addrindex.c
2718         * src/addritem.c
2719         * src/addritem.h
2720         * src/editaddress.c
2721         * src/ldapctrl.c
2722         * src/ldapctrl.h
2723         * src/ldapquery.c
2724         * src/ldapserver.c
2725         * src/ldapserver.h
2726         * src/ldapupdate.c
2727         * src/ldapupdate.h
2728                 Add LDAP write support. Patch mostly by 
2729                 Michael <mir at datanom dot net>
2730
2731 2007-04-17 [wwp]        2.9.0cvs2
2732
2733         * src/compose.c
2734                 Prepend "Add to address book" to the context menu of compose window's sender and
2735                 recipient fields.
2736
2737 2007-04-16 [paul]       2.9.0cvs1
2738
2739         * src/gtk/authors.h
2740                 add Pader Rezso
2741
2742 2007-04-16 [paul]       2.9.0
2743
2744         * NEWS
2745         * README
2746         * RELEASE_NOTES
2747                 2.9.0 released
2748
2749 2007-04-16 [paul]       2.8.1cvs102
2750
2751         * po/fr.po
2752                 updated by Fabien Vantard
2753
2754 2007-04-16 [paul]       2.8.1cvs101
2755
2756         * po/ca.po
2757         * po/cs.po
2758         * po/de.po
2759         * po/hu.po
2760         * po/pl.po
2761         * po/pt_BR.po
2762         * po/sr.po
2763         * po/zh_CN.po
2764                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2765                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2766                 Aleksandar Urosevic, and Ralgh Young
2767
2768 2007-04-15 [mones]      2.8.1cvs100
2769
2770         * po/es.po
2771                 Updated for release
2772
2773 2007-04-14 [colin]      2.8.1cvs99
2774
2775         * src/message_search.c
2776         * src/prefs_display_header.c
2777         * src/summary_search.c
2778         * src/gtk/combobox.c
2779                 Fix allocations
2780
2781 2007-04-14 [wwp]        2.8.1cvs98
2782
2783         * src/gtk/combobox.c
2784         * src/message_search.c
2785         * src/summary_search.c
2786         * src/prefs_display_header.c
2787                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2788                 returns NULL, get the text value directly from the GtkEntry child.
2789
2790 2007-04-13 [colin]      2.8.1cvs97
2791
2792         * src/gtk/quicksearch.c
2793                 Give the focus back to summaryview when
2794                 emptying the quicksearch with Esc
2795
2796 2007-04-13 [colin]      2.8.1cvs96
2797
2798         * src/message_search.c
2799         * src/prefs_display_header.c
2800         * src/summary_search.c
2801                 Fix possibles crashes when getting text
2802                 from gtk combos
2803
2804 2007-04-13 [colin]      2.8.1cvs95
2805
2806         * src/pop.c
2807                 Add some UIDL debugging
2808
2809 2007-04-12 [colin]      2.8.1cvs94
2810
2811         * src/folder.c
2812                 Force folder scan if necessary after
2813                 copying mails, to be able to reapply
2814                 flags.
2815
2816 2007-04-11 [colin]      2.8.1cvs93
2817
2818         * src/main.c
2819                 don't scan for new mail on startup if --select
2820                 is specified (or race conditions arise). If so,
2821                 do both sequentially.
2822
2823 2007-04-09 [colin]      2.8.1cvs92
2824
2825         * src/common/defs.h
2826                 Use leafpad by default on Maemo. Patch
2827                 by Jean-Luc Biord.
2828
2829 2007-04-06 [colin]      2.8.1cvs91
2830
2831         * src/pixmaps/queue_close.xpm
2832         * src/pixmaps/queue_close_hrm.xpm
2833         * src/pixmaps/queue_close_hrm_mark.xpm
2834         * src/pixmaps/queue_close_mark.xpm
2835         * src/pixmaps/queue_open.xpm
2836         * src/pixmaps/queue_open_hrm.xpm
2837         * src/pixmaps/queue_open_hrm_mark.xpm
2838         * src/pixmaps/queue_open_mark.xpm
2839                 Move the clock one pixel down :)
2840
2841 2007-04-05 [colin]      2.8.1cvs90
2842
2843         * src/mainwindow.c
2844                 Don't sync when switching offline from
2845                 command line - it's usually too late :)
2846
2847 2007-04-05 [paul]       2.8.1cvs89
2848
2849         * src/Makefile.am
2850         * src/stock_pixmap.c
2851         * src/pixmaps/dir_close_hrm.xpm
2852         * src/pixmaps/dir_close_hrm_mark.xpm
2853         * src/pixmaps/drafts_close.xpm
2854         * src/pixmaps/drafts_close_mark.xpm
2855         * src/pixmaps/drafts_open.xpm
2856         * src/pixmaps/drafts_open_mark.xpm
2857         * src/pixmaps/inbox.xpm
2858         * src/pixmaps/inbox_close.xpm
2859         * src/pixmaps/inbox_close_hrm.xpm
2860         * src/pixmaps/inbox_close_hrm_mark.xpm
2861         * src/pixmaps/inbox_close_mark.xpm
2862         * src/pixmaps/inbox_hrm.xpm
2863         * src/pixmaps/inbox_hrm_mark.xpm
2864         * src/pixmaps/inbox_mark.xpm
2865         * src/pixmaps/inbox_open.xpm
2866         * src/pixmaps/inbox_open_hrm.xpm
2867         * src/pixmaps/inbox_open_hrm_mark.xpm
2868         * src/pixmaps/inbox_open_mark.xpm
2869         * src/pixmaps/outbox.xpm
2870         * src/pixmaps/outbox_close.xpm
2871         * src/pixmaps/outbox_close_hrm.xpm
2872         * src/pixmaps/outbox_close_hrm_mark.xpm
2873         * src/pixmaps/outbox_close_mark.xpm
2874         * src/pixmaps/outbox_hrm.xpm
2875         * src/pixmaps/outbox_hrm_mark.xpm
2876         * src/pixmaps/outbox_mark.xpm
2877         * src/pixmaps/outbox_open.xpm
2878         * src/pixmaps/outbox_open_hrm.xpm
2879         * src/pixmaps/outbox_open_hrm_mark.xpm
2880         * src/pixmaps/outbox_open_mark.xpm
2881         * src/pixmaps/queue_close.xpm
2882         * src/pixmaps/queue_close_hrm.xpm
2883         * src/pixmaps/queue_close_hrm_mark.xpm
2884         * src/pixmaps/queue_close_mark.xpm
2885         * src/pixmaps/queue_open.xpm
2886         * src/pixmaps/queue_open_hrm.xpm
2887         * src/pixmaps/queue_open_hrm_mark.xpm
2888         * src/pixmaps/queue_open_mark.xpm
2889                 updated, added and replaced icons
2890                 Icons by Colin
2891
2892 2007-04-04 [colin]      2.8.1cvs88
2893
2894         * src/imap.c
2895                 Fix build without libetpan
2896
2897 2007-04-03 [colin]      2.8.1cvs87
2898
2899         * src/imap.c
2900                 Fix crash with Citadel, and try to make
2901                 things work. this server (and specifically 
2902                 STATUS and APPEND at least) seems broken.
2903
2904 2007-04-03 [colin]      2.8.1cvs86
2905
2906         * src/folderview.c
2907                 Fix icons on folder close
2908
2909 2007-04-03 [colin]      2.8.1cvs85
2910
2911         * src/inc.c
2912                 Fix double-ask of offline override in
2913                 certain cases
2914         * src/imap.c
2915         * src/imap.h
2916         * src/imap_gtk.c
2917                 Much more efficient way to synchronise
2918                 for offline use
2919         * src/etpan/imap-thread.c
2920                 Fix possible segs
2921         * src/folder.c
2922         * src/gtk/quicksearch.c
2923                 Fix some GUI lags
2924
2925 2007-04-03 [paul]       2.8.1cvs84
2926
2927         * src/filtering.c
2928         * src/folder.c
2929         * src/folder.h
2930         * src/prefs_common.c
2931         * src/prefs_common.h
2932         * src/prefs_other.c
2933                 Fix sync being done too late
2934                 Thanks to Colin
2935
2936 2007-04-02 [colin]      2.8.1cvs83
2937
2938         * src/summaryview.c
2939                 Maemo: Put status and quicksearch at the top
2940         * src/plugins/bogofilter/bogofilter.c
2941         * src/plugins/spamassassin/spamassassin.c
2942                 Derive trash from inbox if possible
2943
2944 2007-04-02 [paul]       2.8.1cvs82
2945
2946         * src/plugins/bogofilter/bogofilter_gtk.c
2947                 a few English changes
2948
2949 2007-04-02 [paul]
2950
2951         2.9.0-rc1 released
2952
2953 2007-04-02 [colin]      2.8.1cvs81
2954
2955         * src/image_viewer.c
2956                 Fix transparent images by using
2957                 GtkImage
2958         * src/messageview.c
2959                 Flush events (on new windows) to avoid
2960                 having the textview's image resize fail
2961                 to know the available width
2962
2963 2007-04-01 [colin]      2.8.1cvs80
2964
2965         * src/prefs_account.c
2966                 If no MH mailbox exist, when creating a POP/Local
2967                 account, just create and use the default one 
2968                 instead of bailing with a "Mailbox doesn't exist"
2969                 error
2970
2971 2007-03-31 [colin]      2.8.1cvs79
2972
2973         * src/prefs_account.c
2974                 Create signature file if it doesn't exist
2975                 before editing
2976         * src/prefs_toolbar.c
2977                 Maemo: Move "Use default" on the left so
2978                 that people can find it
2979         * src/common/defs.h
2980                 Maemo: make default editor "Maemopad", 
2981                 default signature file "MyDocs/signature.txt"
2982
2983 2007-03-31 [colin]      2.8.1cvs78
2984
2985         * src/prefs_account.c
2986                 Maemo: rework account prefs so
2987                 that less horizontal scrolling
2988                 is required
2989
2990 2007-03-31 [colin]      2.8.1cvs77
2991
2992         * src/folderview.c
2993         * src/prefs_common.c
2994         * src/prefs_common.h
2995                 Fix bug 1167, 'Allow not displaying zeros 
2996                 in folder list'. Patch by MartinP
2997
2998 2007-03-31 [colin]      2.8.1cvs76
2999
3000         * AUTHORS
3001                 Add Jean-Luc Biord
3002
3003 2007-03-31 [colin]      2.8.1cvs75
3004
3005         * src/imap.c
3006                 Apply patch from bug 1172, direct
3007                 access to the folder's session instead
3008                 of using getter. Patch by MartinP
3009
3010 2007-03-31 [paul]       2.8.1cvs74
3011
3012         * src/gtk/authors.h
3013                 no need to list Fabien twice!
3014
3015 2007-03-31 [colin]      2.8.1cvs73
3016
3017         * src/inc.c
3018                 If we're currently "overriding for %d minutes",
3019                 don't ask
3020
3021 2007-03-31 [colin]      2.8.1cvs72
3022
3023         * src/compose.c
3024         * src/imap.c
3025         * src/inc.c
3026         * src/inc.h
3027         * src/messageview.c
3028         * src/news.c
3029         * src/plugins/spamassassin/spamassassin.c
3030                 Offline override: Add a parameter to allow
3031                 asking even if the override timer is running.
3032                 Allows to ask every time the user makes an
3033                 explicit action needing online access (such
3034                 as Get Mail), and not when the action is 
3035                 implicit (such as opening an IMAP folder)
3036
3037 2007-03-31 [colin]      2.8.1cvs71
3038
3039         * src/inc.c
3040                 Override offline: "No" answer shouldn't
3041                 re-ask after 3 seconds, but 10 minutes. 
3042
3043 2007-03-30 [colin]      2.8.1cvs70
3044
3045         * src/common/socket.c
3046                 Better error reporting on unix socket
3047                 failure (bind usually)
3048         * src/gtk/gtkutils.c
3049         * src/gtk/gtkutils.h
3050                 Label window: add a pulsing progress
3051                 bar to show we're not hung :)
3052         * src/folderview.c
3053         * src/main.c
3054         * src/plugins/pgpcore/sgpgme.c
3055                 Update API
3056
3057 2007-03-30 [colin]      2.8.1cvs69
3058
3059         * src/pop.c
3060         * src/prefs_common.c
3061                 Fix possible trashing of history and uidl
3062                 files on disk full problems
3063
3064 2007-03-30 [paul]       2.8.1cvs68
3065
3066         * src/mainwindow.c
3067         * src/summaryview.c
3068         * src/summaryview.h
3069                 update summary when changing layout type
3070                 (fixes wrong folder icon being displayed)
3071                 Thanks to Colin
3072
3073 2007-03-29 [colin]      2.8.1cvs67
3074
3075         * src/prefs_ext_prog.c
3076                 The browser pref is irrelevant on Maemo
3077
3078 2007-03-29 [colin]      2.8.1cvs66
3079
3080         * src/compose.c
3081         * src/compose.h
3082                 Maemo: dynamically switch headers/text position
3083         * src/prefs_common.c
3084                 Maemo: hide compose's ruler by default
3085         * src/common/socket.c
3086         * src/common/socket.h
3087                 Fix build warning
3088
3089 2007-03-29 [colin]      2.8.1cvs65
3090
3091         * src/common/socket.c
3092         * src/common/socket.h
3093                 Fix build when MAEMO_CFLAGS contains
3094                 _X_OPENSOURCE (resolv.h errors as long
3095                 as we don't add _BSD_SOURCE. Ugly).
3096
3097 2007-03-29 [wwp]        2.8.1cvs64
3098
3099         * src/prefs_logging.c
3100                 Fix sensitivity of clip-log widgets in prefs/logging,
3101                 thanks to Fabien.
3102
3103 2007-03-29 [wwp]        2.8.1cvs63
3104
3105         * po/POTFILES.in
3106                 Updated files list for translations, thanks to Fabien.
3107
3108 2007-03-29 [colin]      2.8.1cvs62
3109
3110         * src/main.c
3111         * src/common/Makefile.am
3112         * src/common/utils.c
3113                 Maybe make URI opening work in Maemo
3114                 Requires testing :)
3115
3116 2007-03-28 [colin]      2.8.1cvs61
3117
3118         * src/folder.c
3119         * src/folder.h
3120         * src/folderview.c
3121                 Add the possibility to sort folders arbitrarily
3122                 (via editing of folderlist.xml only). Patch by
3123                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3124                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3125                 be changed by the user'
3126
3127 2007-03-28 [colin]      2.8.1cvs60
3128
3129         * src/mimeview.c
3130                 Add popup menu for mime icons
3131
3132 2007-03-28 [colin]      2.8.1cvs59
3133
3134         * src/mainwindow.c
3135                 Fix a layout issue when presenting
3136                 mainwindow in Small screen layout
3137         * src/toolbar.c
3138         * src/toolbar.h
3139                 Add a "Go to folder list" button for
3140                 mainwindow, and make it default in
3141                 the Maemo build
3142
3143 2007-03-28 [colin]      2.8.1cvs58
3144
3145         * src/compose.c
3146                 Don't dynamically update title on Maemo
3147                 Patch by Jean-Luc Biord
3148
3149 2007-03-27 [colin]      2.8.1cvs57
3150
3151         * src/compose.c
3152         * src/folderview.c
3153         * src/summaryview.c
3154                 Enable tap-and-hold on Maemo
3155
3156 2007-03-26 [colin]      2.8.1cvs56
3157
3158         * src/compose.c
3159                 More popup-menu (in attachments list)
3160
3161 2007-03-26 [colin]      2.8.1cvs55
3162
3163         * src/compose.c
3164                 Enable popup-menu signal
3165
3166 2007-03-26 [colin]      2.8.1cvs54
3167
3168         * src/plugins/pgpinline/pgpinline.c
3169                 Fix bug 1111, 'PGP/inline plugin hides text 
3170                 around encrypted text block'. Patch based on
3171                 a patch from Michal Cihar.
3172
3173 2007-03-26 [wwp]        2.8.1cvs53
3174
3175         * src/procmsg.c
3176                 Fix getting a false error when sending queued message
3177                 whereas the sending was fine (if there are subfolders
3178                 in the queue folder), thanks to Colin.
3179
3180 2007-03-26 [paul]       2.8.1cvs52
3181
3182         * src/wizard.c
3183                 update FACE header in welcome message
3184
3185 2007-03-25 [colin]      2.8.1cvs51
3186
3187         * src/Makefile.am
3188                 Fix make dist
3189
3190 2007-03-25 [colin]      2.8.1cvs50
3191
3192         * src/main.c
3193                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3194
3195 2007-03-24 [colin]      2.8.1cvs49
3196
3197         * src/main.c
3198                 Fix a few launch problems on Maemo
3199                 Patch by Jean-Luc Biord
3200
3201 2007-03-24 [wwp]        2.8.1cvs48
3202
3203         * src/alertpanel.c
3204         * src/alertpanel.h
3205         * src/messageview.c
3206         * src/summaryview.c
3207                 Fix wrong action performed when closing the
3208                 "ask about account specific filtering rules
3209                 when filtering manually" dialog by pressing Escape.
3210                 Fix wrong order of buttons in the "return receipt
3211                 notification - the message was sent to several of
3212                 your accounts" dialog.
3213
3214 2007-03-24 [paul]       2.8.1cvs47
3215
3216         * src/folderview.c
3217                 an improvement to English usage
3218         * tools/kdeservicemenu/README
3219                 updated Claws url
3220
3221 2007-03-24 [paul]       2.8.1cvs46
3222
3223         * src/Makefile.am
3224         * src/stock_pixmap.c
3225         * src/pixmaps/edit_extern.xpm
3226         * src/pixmaps/mail_sign.xpm
3227                 rescue long lost icons
3228
3229 2007-03-24 [paul]       2.8.1cvs45
3230
3231         * src/toolbar.c
3232                 fix toolbar (broken in 2.8.1cvs42)
3233
3234 2007-03-23 [colin]      2.8.1cvs44
3235
3236         * src/imap.c
3237                 Correctly unsubscribe/resubscribe after
3238                 RENAME
3239
3240 2007-03-23 [colin]      2.8.1cvs43
3241
3242         * src/prefs_common.c
3243                 Maemo: as the platform is light on RAM, allow
3244                 caches to be discarded faster.
3245
3246 2007-03-23 [colin]      2.8.1cvs42
3247
3248         * src/Makefile.am
3249         * src/compose.c
3250         * src/compose.h
3251         * src/stock_pixmap.c
3252         * src/stock_pixmap.h
3253         * src/summaryview.c
3254         * src/summaryview.h
3255         * src/toolbar.c
3256         * src/toolbar.h
3257         * src/pixmaps/open_mail.xpm
3258                 Maemo changes: Add the possibility to have
3259                 "Open Email" and "Close Window" buttons on 
3260                 toolbars (and use them in Maemo's default
3261                 toolbars)
3262
3263 2007-03-23 [wwp]        2.8.1cvs41
3264
3265         * src/action.c
3266                 Reverted that part of the action dialog closure logics, to
3267                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3268                 done later in a different way (or may not).
3269
3270 2007-03-22 [wwp]        2.8.1cvs40
3271
3272         * src/action.c
3273                 Fix sticky action dialog when got no output but action command
3274                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3275
3276 2007-03-22 [colin]      2.8.1cvs39
3277
3278         * src/prefs_filtering.c
3279         * src/gtk/combobox.h
3280                 Fix escaping account names in filtering prefs
3281
3282 2007-03-22 [colin]      2.8.1cvs38
3283
3284         * src/addrindex.c
3285         * src/ldapctrl.h
3286         * src/ldapquery.c
3287                 Add any attribute specified in LDAP servers'
3288                 Search attributes to the Other Attributes tab
3289                 of contacts; Add 'telephoneNumber' in the
3290                 default list.
3291
3292 2007-03-22 [colin]      2.8.1cvs37
3293
3294         * src/folderview.c
3295         * src/folderview.h
3296         * src/mainwindow.c
3297                 Try to prevent race conditions when
3298                 changing the folder list
3299         * src/summaryview.c
3300                 Fix possible red folder icon when
3301                 switching from Small screen layout
3302                 to any other
3303
3304 2007-03-22 [colin]      2.8.1cvs36
3305
3306         * src/mainwindow.c
3307         * src/mainwindow.h
3308         * src/summaryview.c
3309                 Rename "little screen" to "Small screen"
3310         * src/gtk/Makefile.am
3311         * src/common/utils.c
3312         * src/mh.c
3313                 Fix Maemo-related compilation problems
3314
3315 2007-03-21 [colin]      2.8.1cvs35
3316
3317         * configure.ac
3318                 Fix previous commit
3319         * claws-mail.desktop
3320                 Remove .png from the Icon, it's useless
3321
3322 2007-03-21 [colin]      2.8.1cvs34
3323
3324         * configure.ac
3325         * src/Makefile.am
3326                 Add the necessary lib checking for 
3327                 Maemo
3328
3329 2007-03-21 [colin]      2.8.1cvs33
3330
3331         * src/main.c
3332                 Fix unconditional "error happened" when
3333                 sending via command-line. "lol @ myself"
3334
3335 2007-03-21 [colin]      2.8.1cvs32
3336
3337         * claws-mail-40x40.png
3338         * claws-mail-26x26.png
3339         * src/account.c
3340         * src/addressbook.c
3341         * src/compose.c
3342         * src/folderview.c
3343         * src/folderview.h
3344         * src/main.c
3345         * src/mainwindow.c
3346         * src/mainwindow.h
3347         * src/messageview.c
3348         * src/prefs_account.c
3349         * src/prefs_common.c
3350         * src/summary_search.c
3351         * src/summaryview.c
3352         * src/summaryview.h
3353         * src/gtk/authors.h
3354         * src/gtk/gtkutils.c
3355         * src/gtk/gtkutils.h
3356         * src/gtk/logwindow.c
3357         * src/gtk/menu.c
3358         * src/gtk/prefswindow.c
3359                 Add Maemo port (patch mainly by Jean-Luc Biort)
3360                 Add a new 'Little screen' layout to help on such
3361                 platforms (patch by me)
3362                 Make some default preferences different (more
3363                 adapted) on Maemo (patch by me)
3364
3365 2007-03-21 [wwp]        2.8.1cvs31
3366
3367         * src/prefs_logging.c
3368         * src/prefs_logging.h
3369                 Fixed copyright header of newly added files.
3370
3371 2007-03-21 [wwp]        2.8.1cvs30
3372
3373         * src/Makefile.am
3374         * src/filtering.c
3375         * src/filtering.h
3376         * src/folder.c
3377         * src/folderview.c
3378         * src/imap.c
3379         * src/inc.c
3380         * src/main.c
3381         * src/mainwindow.c
3382         * src/mainwindow.h
3383         * src/matcher.c
3384         * src/messageview.c
3385         * src/news.c
3386         * src/pop.c
3387         * src/prefs_common.c
3388         * src/prefs_common.h
3389         * src/prefs_logging.c
3390         * src/prefs_logging.h
3391         * src/prefs_other.c
3392         * src/procmsg.c
3393         * src/send_message.c
3394         * src/summaryview.c
3395         * src/common/log.c
3396         * src/common/log.h
3397         * src/common/nntp.c
3398         * src/common/session.c
3399         * src/common/smtp.c
3400         * src/common/socket.c
3401         * src/etpan/imap-thread.c
3402         * src/gtk/logwindow.c
3403         * src/gtk/logwindow.h
3404         * src/plugins/bogofilter/bogofilter.c
3405         * src/plugins/spamassassin/spamassassin.c
3406                 Added debugging of filtering/processing rules.
3407                 The debug log is here 'Tools/Filtering debug window',
3408                 the options there 'Configuration/Preferences/Other/Logging',
3409                 and the log file is ~/.claws-mail/filtering.log.
3410                 Moved protocol log prefs to 'Other/Logging' as well.
3411                 To support such debugging feature, the existing log API has
3412                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3413                 this impacts many external modules (commits follow).
3414
3415 2007-03-21 [paul]       2.8.1cvs29
3416
3417         * src/etpan/Makefile.am
3418         * src/etpan/imap-thread.c
3419                 add missing #include
3420
3421 2007-03-21 [colin]      2.8.1cvs28
3422
3423         * src/procmime.c
3424                 Fix bug 1157, 'some broken messages confuse 
3425                 mime parser'. Make sure we can't have MimeInfos
3426                 with negative sizes.
3427
3428 2007-03-20 [colin]      2.8.1cvs27
3429
3430         * src/main.c
3431                 Fix missing \0 on buffer
3432
3433 2007-03-20 [colin]      2.8.1cvs26
3434
3435         * src/mh.c
3436                 Use make_dir_hier instead of make_dir 
3437                 to create the MH mailbox
3438
3439 2007-03-20 [colin]      2.8.1cvs25
3440
3441         * src/folder.c
3442         * src/folder.h
3443         * src/prefs_account.c
3444         * src/wizard.c
3445                 Fix default inbox weirdnesses (after wizard,
3446                 if path is Mail, mailbox identifier is #mh/Mailbox,
3447                 and when creating new accounts)
3448
3449 2007-03-20 [colin]      2.8.1cvs24
3450
3451         * src/account.c
3452                 Write folderlist after adding/deleting accounts
3453                 that have folders
3454
3455 2007-03-20 [colin]      2.8.1cvs23
3456
3457         * src/imap.c
3458         * src/remotefolder.h
3459                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3460                 selected while scanning prior to update'
3461
3462 2007-03-17 [paul]       2.8.1cvs22
3463
3464         * src/main.c
3465                 fix a typo, and be a little more verbose.
3466
3467 2007-03-17 [wwp]        2.8.1cvs21
3468
3469         * src/inc.c
3470                 Fix a compiler warning.
3471
3472 2007-03-16 [wwp]        2.8.1cvs20
3473
3474         * tools/Makefile.am
3475         * tools/README
3476                 Updated to deal w/ the new mairix.sh tool.
3477
3478 2007-03-16 [wwp]        2.8.1cvs19
3479
3480         * src/action.c
3481                 Fix logics issues around the action IO dialog:
3482                 - disable entry widget and exec button when
3483                   the exec button is clicked (don't wait for any
3484                   output line) - fix possible disabling/re-enabling/
3485                   re-disabling of those widgets
3486                 - raise an error if executing a %as{} action either
3487                   empty or invalid, instead of failing silently
3488                 - don't close the dialog if the abort button has been
3489                   clicked and if there was no output yet
3490                 - set focus to the abort button when the exec button
3491                   is clicked
3492                 - fix capitalization of a warning message
3493
3494 2007-03-16 [wwp]        2.8.1cvs18
3495
3496         * tools/mairix.sh
3497                 Added a wrapper to mairix to the tools folder.
3498
3499 2007-03-16 [colin]      2.8.1cvs17
3500
3501         * src/messageview.c
3502         * src/mimeview.h
3503                 Allow mimeviewer plugins to print
3504                 their stuff
3505
3506 2007-03-16 [colin]      2.8.1cvs16
3507
3508         * .cvsignore
3509                 Ignore *.patchset
3510
3511 2007-03-15 [colin]      2.8.1cvs15
3512
3513         * src/messageview.c
3514         * src/mimeview.h
3515                 Add a way for mimeviewer plugins to
3516                 implement body search
3517
3518 2007-03-15 [paul]       2.8.1cvs14
3519
3520         * src/prefs_spelling.c
3521                 fix English usage
3522
3523 2007-03-15 [paul]       2.8.1cvs13
3524
3525         * src/common/quoted-printable.c
3526                 fix decoding of quoted-printable parts
3527
3528 2007-03-14 [wwp]        2.8.1cvs12
3529
3530         * src/gtk/logwindow.h
3531                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3532
3533 2007-03-14 [wwp]        2.8.1cvs11
3534
3535         * src/gtk/logwindow.h
3536                 Complete 2.8.1cvs10.
3537
3538 2007-03-14 [colin]      2.8.1cvs10
3539
3540         * src/gtk/logwindow.c
3541                 Probably fix bug 1149, crash on logwindow
3542                 close - at the expense of performance once
3543                 logwin has been opened
3544
3545 2007-03-14 [colin]      2.8.1cvs9
3546
3547         * src/main.c
3548                 If claws-mail is running on another
3549                 display, warn instead of popping it up
3550                 on the other display
3551
3552 2007-03-12 [colin]      2.8.1cvs8
3553
3554         * src/wizard.c
3555                 Fix bug 1145, 'Setting a different name 
3556                 for the Mailbox name isn't reflected in 
3557                 default account settings'. Patch by wwp
3558
3559 2007-03-12 [colin]      2.8.1cvs7
3560
3561         * src/summaryview.c
3562                 Fix bug 1143, 'Add number of messages to be 
3563                 deleted to confirmation dialog'
3564
3565 2007-03-12 [wwp]        2.8.1cvs6
3566
3567         * src/folderview.c
3568         * src/prefs_common.c
3569         * src/prefs_common.h
3570         * src/prefs_summaries.c
3571                 Changed the option that displays unread messages count
3572                 next to the folder name in folder list: it is now
3573                 possible to either display nothing, display the
3574                 unread messages number only or the unread and total messages
3575                 numbers. The patch includes this extra feature as well
3576                 as some minor fixes by rewriting the algo in folderview.c.
3577                 Thanks to Paul for the original idea and implementation, plus
3578                 testing and proof-reading!
3579
3580 2007-03-09 [paul]       2.8.1cvs5
3581
3582         * tools/Makefile.am
3583         * tools/README
3584         * tools/claws-mail-compose-insert-files.pl
3585                 added a script which enables inserting files
3586                 into the message body of a new Claws Mail
3587                 Compose window from the command line. Additionally
3588                 To, Cc, Subject and files to attach to the message
3589                 can be specified.
3590
3591 2007-03-09 [wwp]        2.8.1cvs4
3592
3593         * src/addr_compl.c
3594         * src/addr_compl.h
3595         * src/filtering.c
3596                 Optimize matching of addresses in the addressbook
3597                 (filtering/processing 'found_in_addressbook' condition).
3598
3599 2007-03-07 [wwp]        2.8.1cvs3
3600
3601         * src/quote_fmt.c
3602         * src/quote_fmt_lex.l
3603         * src/quote_fmt_parse.y
3604                 Add a new quote format symbol: %A to insert the
3605                 sender email address (just the address itself).
3606
3607 2007-03-06 [wwp]        2.8.1cvs2
3608
3609         * src/gtk/gtkutils.c
3610         * src/plugins/trayicon/trayicon_prefs.h
3611         * src/plugins/trayicon/trayicon_prefs.c
3612         * src/plugins/trayicon/trayicon.c
3613         * src/mainwindow.h
3614         * src/mainwindow.c
3615                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3616                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3617
3618
3619 2007-03-06 [paul]       2.8.1cvs1
3620
3621         * NEWS
3622         * README
3623         * RELEASE_NOTES
3624         * configure.ac
3625                 bump version number following
3626                 stable release
3627
3628 2007-03-06 [paul]       2.8.0cvs24
3629
3630         * po/cs.po
3631                 corrected by by Tim <timbrain@post.cz>
3632
3633 2007-03-05 [colin]      2.8.0cvs23
3634
3635         * src/Makefile.am
3636         * src/procmime.c
3637                 Fix mime/globs path on NetBSD
3638                 patch by George Michaelson
3639
3640 2007-03-05 [wwp]        2.8.0cvs22
3641
3642         * src/addr_compl.c
3643                 Remove debug statement (accidentally committed w/ cvs14).
3644
3645 2007-03-05 [paul]       2.8.0cvs21
3646
3647         * src/plugins/pgpcore/prefs_gpg.c
3648                 fix compiler warning
3649
3650 2007-03-05 [wwp]        2.8.0cvs20
3651
3652         * src/matcher_parser_parse.y
3653                 Fix mismerge between cvs17 and cvs19.
3654
3655 2007-03-05 [wwp]        2.8.0cvs19
3656
3657         * src/matcher_parser_parse.y
3658         * src/prefs_filtering_action.c
3659         * src/matcher.c
3660         * src/matcher.h
3661         * src/filtering.c
3662         * src/filtering.h
3663                 Add new 'add_to_addressbook' filtering/processing action.
3664
3665 2007-03-05 [wwp]        2.8.0cvs18
3666
3667         * src/filtering.c
3668                 Fix mark_as_ham filtering/processing action: spam flag
3669                 was not unset.
3670
3671 2007-03-04 [colin]      2.8.0cvs17
3672
3673         * src/filtering.c
3674         * src/matcher.c
3675         * src/matcher.h
3676         * src/matcher_parser_parse.y
3677         * src/prefs_filtering_action.c
3678                 Add 'Mark as spam' and 'Mark as ham' filtering
3679                 actions. Fixes bug 1138.
3680
3681 2007-03-04 [colin]      2.8.0cvs16
3682
3683         * src/imap.c
3684                 Fix bug 1140, wrong return value
3685                 without libetpan
3686
3687 2007-03-04 [wwp]        2.8.0cvs15
3688
3689         * src/addr_compl.c
3690                 Rollback cvs14: don't free stuff that is managed in g_list.
3691
3692 2007-03-04 [wwp]        2.8.0cvs14
3693
3694         * src/addr_compl.c
3695                 Fix a leak in address completion code.
3696
3697 2007-03-04 [colin]      2.8.0cvs13
3698
3699         * src/addr_compl.c
3700                 Maybe fix bug 1136, 'Crash in group 
3701                 address completion'
3702
3703 2007-03-04 [iwkse]      2.8.0cvs12
3704
3705         * src/imap.c
3706                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3707
3708 2007-03-03 [colin]      2.8.0cvs11
3709
3710         * src/plugins/pgpinline/pgpinline.c
3711                 Fix off-by-one, fix double-free. Fixes
3712                 bug 1135, 'cm-segfault on decrypting 
3713                 with PGP/inline'
3714
3715 2007-03-03 [colin]      2.8.0cvs10
3716
3717         * configure.ac
3718         * src/main.c
3719         * src/common/plugin.c
3720                 Fix bug 1134, 'Valgrind macros unhandled 
3721                 by Irix's cc'
3722
3723 2007-03-02 [colin]      2.8.0cvs9
3724
3725         * src/mbox.c
3726                 Don't error out on EAGAIN. Fixes 
3727                 bug 1129, '"local mbox file" account 
3728                 isn't retrieving mails'
3729
3730 2007-03-01 [wwp]        2.8.0cvs8
3731
3732         * src/mainwindow.c
3733         * src/gtk/colorlabel.c
3734                 Remove accels for extra color labels until we set better
3735                 and definitive ones.
3736
3737 2007-02-28 [wwp]        2.8.0cvs7
3738
3739         * src/mainwindow.c
3740         * src/matcher_parser_parse.y
3741         * src/prefs_common.c
3742         * src/prefs_msg_colors.c
3743         * src/procmsg.h
3744         * src/gtk/colorlabel.c
3745         * src/gtk/colorlabel.h
3746                 Add more customizable color labels. Cleaned up a bit
3747                 the color label API to avoid duplicate defines of
3748                 the max number of colors.
3749
3750 2007-02-27 [colin]      2.8.0cvs6
3751
3752         * src/mainwindow.c
3753         * src/common/utils.c
3754         * src/common/utils.h
3755                 Fix '+' in mailto URIs for List-* headers
3756
3757 2007-02-27 [colin]      2.8.0cvs5
3758
3759         * src/gtk/gtkutils.c
3760                 Use gtk_window_set_role instead of 
3761                 _set_wmclass
3762
3763 2007-02-27 [colin]      2.8.0cvs4
3764
3765         * src/inc.c
3766                 Fix "After receiving new mail, go to inbox" on IMAP,
3767                 and make it work only on manual reception
3768
3769 2007-02-27 [wwp]        2.8.0cvs3
3770
3771         * src/prefs_filtering.c
3772         * src/prefs_filtering_action.c
3773         * src/prefs_matcher.c
3774                 Update filtering matcher's and action's color label menus
3775                 when re-opening those dialogs (reflect any change to the
3776                 color labels list in the preferences).
3777
3778 2007-02-27 [colin]      2.8.0cvs2
3779
3780         * src/imap.c
3781         * src/etpan/etpan-thread-manager-types.h
3782         * src/etpan/etpan-thread-manager.c
3783         * src/etpan/imap-thread.c
3784                 Log imap ALERTs as errors in the log.
3785
3786 2007-02-26 [paul]       2.8.0cvs1
3787
3788         * tools/claws.i18n.status.pl
3789                 updated
3790
3791 2007-02-26 [paul]       2.7.2cvs75
3792
3793         * po/ca.po
3794         * po/cs.po
3795         * po/de.po
3796         * po/en_GB.po
3797         * po/fi.po
3798         * po/fr.po
3799         * po/hu.po
3800         * po/pl.po
3801         * po/pt_BR.po
3802         * po/sk.po
3803         * po/sr.po
3804         * po/zh_CN.po
3805                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3806                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3807                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3808                 Aleksandar Urosevic, and Ralgh Young
3809
3810 2007-02-25 [mones]      2.7.2cvs74
3811
3812         * po/es.po
3813                 Updated for release
3814
3815 2007-02-25 [colin]      2.7.2cvs73
3816
3817         * src/main.c
3818                 Clearing the list is only useful
3819                 to prevent a valgrind false-positive
3820
3821 2007-02-25 [paul]       2.7.2cvs72
3822
3823         * tools/Makefile.am
3824         * tools/README
3825         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3826         * tools/maildir2claws-mail.pl  **REMOVED**
3827                 renamed the script, fixed a couple bugs
3828
3829 2007-02-23 [colin]      2.7.2cvs71
3830
3831         * src/addressbook.c
3832                 Fix a leak, check for a few improbable nulls
3833
3834 2007-02-23 [colin]      2.7.2cvs70
3835
3836         * src/main.c
3837         * src/main.h
3838         * src/plugins/trayicon/trayicon.c
3839                 Fix blinking mainwin when starting in tray
3840                 (show mainwindow later in the startup process,
3841                  apart if restarting post-crash)
3842
3843 2007-02-23 [colin]      2.7.2cvs69
3844
3845         * src/folderview.c
3846         * src/imap_gtk.c
3847                 Fix crash when unsubscribing the currently
3848                 selected/opened folder
3849
3850 2007-02-23 [colin]      2.7.2cvs68
3851
3852         * src/compose.c
3853                 Fix bug that prevented colorization to
3854                 work without wrap quotation option
3855
3856 2007-02-23 [colin]      2.7.2cvs67
3857
3858         * src/addr_compl.c
3859                 Fix refcounting, start and end completion who
3860                 behaved as if there couldn't be any other current
3861                 user of completion
3862
3863 2007-02-23 [wwp]        2.7.2cvs66
3864
3865         * src/addressbook.c
3866         * src/addrindex.c
3867                 Address completion fixes: fix addressbook_peek_folder_exists() in
3868                 which the algorithm was ridiculously over-obfuscated and broken.
3869                 Fix addrindex_load_completion() as well, to load addresses in
3870                 completion list with regards to what addressbook_peek_folder_exists()
3871                 returns now.
3872
3873 2007-02-23 [wwp]        2.7.2cvs65
3874
3875         * src/addr_compl.c
3876                 Add addresses to completion when they're non-empty (thanks to Colin).
3877
3878 2007-02-23 [paul]       2.7.2cvs64
3879
3880         * src/plugins/pgpcore/passphrase.c
3881                 remove 'const '
3882
3883 2007-02-23 [colin]      2.7.2cvs63
3884
3885         * src/plugins/pgpcore/prefs_gpg.c
3886         * src/plugins/pgpcore/prefs_gpg.h
3887         * src/plugins/pgpcore/sgpgme.c
3888         * src/plugins/pgpinline/pgpinline.c
3889         * src/plugins/pgpmime/pgpmime.c
3890                 Try harder to respect user's choice wrt
3891                 gpg-agent even with gpg2, by unsetting
3892                 GPG_AGENT_INFO when necessary.
3893
3894 2007-02-22 [paul]       2.7.2cvs62
3895
3896         * src/plugins/pgpcore/sgpgme.c
3897         * src/plugins/pgpcore/sgpgme.h
3898         * src/plugins/pgpcore/passphrase.c
3899         * src/plugins/pgpinline/pgpinline.c
3900         * src/plugins/pgpmime/pgpmime.c
3901                 Fix a leak - gpgme_data_release_and_get_mem
3902                 leaks in recent gpgme. Workaround by using
3903                 our own function.
3904
3905 2007-02-22 [paul]       2.7.2cvs61
3906
3907         * src/gtk/quicksearch.c
3908                 Abandon dynamic search when pressing
3909                 Enter
3910
3911 2007-02-21 [colin]      2.7.2cvs60
3912
3913         * src/procmsg.c
3914         * src/plugins/pgpcore/passphrase.c
3915                 Fix little memory leaks
3916         * src/main.c
3917                 Fix false-positive leak at exit
3918         * src/gtk/quicksearch.c
3919                 Fix potentially big leak in recursive
3920                 Quicksearch
3921
3922 2007-02-21 [wwp]        2.7.2cvs59
3923
3924         * src/summaryview.c
3925                 Add missing newline to a debug message.
3926
3927 2007-02-20 [colin]      2.7.2cvs58
3928
3929         * src/Makefile.am
3930         * src/mimeview.c
3931         * src/stock_pixmap.c
3932         * src/stock_pixmap.h
3933         * src/pixmaps/mime_pgpsig.xpm
3934                 Add icon for application/pgp-signature
3935
3936 2007-02-20 [colin]      2.7.2cvs57
3937
3938         * src/Makefile.am
3939         * src/main.c
3940         * src/mimeview.c
3941         * src/stock_pixmap.c
3942         * src/stock_pixmap.h
3943         * src/pixmaps/mime_calendar.xpm
3944         * src/pixmaps/mime_pdf.xpm
3945         * src/pixmaps/mime_ps.xpm
3946                 Add icons for text/calendar, application/pdf
3947                 and application/postscript
3948
3949 2007-02-20 [colin]      2.7.2cvs56
3950
3951         * autogen.sh
3952         * src/matcher_parser_parse.y
3953         * src/matcher_parser_lex.l
3954                 Fix big memory leak in flex, and
3955                 require flex 2.5.31
3956
3957 2007-02-20 [wwp]        2.7.2cvs55
3958
3959         * src/matcher_parser_parse.y
3960                 Fix a duplicate token definition (thanks to iwkse).
3961
3962 2007-02-20 [wwp]        2.7.2cvs54
3963
3964         * src/matcher_parser_lex.l
3965         * src/quote_fmt_lex.l
3966                 Use proper flex options instead of direct use of #define,
3967                 make the flex-generated C lighter.
3968
3969 2007-02-20 [colin]      2.7.2cvs53
3970
3971         * src/summaryview.c
3972                 Grab focus in message list after hiding
3973                 the quicksearch, instead of leaving it
3974                 "somewhere"
3975
3976 2007-02-19 [colin]      2.7.2cvs52
3977
3978         * src/folderview.c
3979                 Fix bug 1033, 'Automatically refresh 
3980                 message list when new messages arrives'
3981                 Looks like folderview->opened can sometimes
3982                 be wrong...
3983
3984 2007-02-19 [paul]       2.7.2cvs51
3985
3986         * tools/Makefile.am
3987         * tools/README
3988         * tools/thunderbird-filters-convertor.pl
3989                 add new script which converts thunderbird filter
3990                 rules to Claws filter rules
3991
3992 2007-02-18 [paul]       2.7.2cvs50
3993
3994         * src/plugins/pgpcore/prefs_gpg.c
3995         * src/plugins/pgpcore/prefs_gpg.h
3996         * src/plugins/pgpcore/sgpgme.c
3997         * src/plugins/pgpinline/pgpinline.c
3998         * src/plugins/pgpmime/pgpmime.c
3999                 improved GUI interoperability with gpg-agent
4000
4001 2007-02-18 [paul]       2.7.2cvs49
4002
4003         * src/prefs_account.c
4004                 Privacy options sensitivity fix
4005
4006 2007-02-17 [colin]      2.7.2cvs48
4007
4008         * src/messageview.c
4009                 Reset icon to warning in the noticeview
4010
4011 2007-02-15 [colin]      2.7.2cvs47
4012
4013         * src/folderview.c
4014                 Fix a manifestation of bug 1033 (summaryview failing
4015                 to update for new mails), which happens after editing
4016                 account preferences or preferences that cause a 
4017                 folderview reload.
4018
4019 2007-02-15 [colin]      2.7.2cvs46
4020
4021         * src/addressbook.c
4022                 Probably fix bug 1123, 'Segmentation 
4023                 fault while opening address book'. I get
4024                 g_warnings if the saved paned position is
4025                 not greater than 0. Also, save position
4026                 when hiding the addressbook instead of
4027                 via signal.
4028
4029 2007-02-14 [colin]      2.7.2cvs45
4030
4031         * src/plugins/pgpcore/prefs_gpg.c
4032         * src/plugins/pgpcore/prefs_gpg.h
4033         * src/plugins/pgpcore/sgpgme.c
4034         * src/plugins/pgpinline/pgpinline.c
4035         * src/plugins/pgpmime/pgpmime.c
4036                 Add an option "Use gpg-agent if available". Fixes
4037                 annoyances with distro-installed gpg-agent, when
4038                 no pinentry program is installed, and the user's 
4039                 at a loss on why "decryption failed". Makes more
4040                 clear why passphrase isn't saved when gpg-agent is
4041                 used. Defaults to true, to avoid changing the 
4042                 current behaviour.
4043
4044 2007-02-14 [wwp]        2.7.2cvs44
4045
4046         * src/matcher_parser_parse.y
4047                 Fix missing line number reset (wrong line number might appear
4048                 when re-loading filtering rules if there's a parser error).
4049
4050 2007-02-13 [colin]      2.7.2cvs43
4051
4052         * src/common/utils.c
4053                 Don't encode ',' in URIs before passing it
4054                 to the browser command-line. It was probably
4055                 done at a time where commas in URIs made
4056                 mozilla -remote 'openurl(%s,new-window)'
4057                 bug.
4058
4059 2007-02-13 [wwp]        2.7.2cvs42
4060
4061         * src/prefs_matcher.c
4062         * src/plugins/bogofilter/bogofilter_gtk.c
4063                 A bit of string factorization around "Select ..." buttons.
4064
4065 2007-02-11 [colin]      2.7.2cvs41
4066
4067         * src/alertpanel.c
4068                 Make sure to escape the title
4069
4070 2007-02-11 [colin]      2.7.2cvs40
4071
4072         * src/codeconv.c
4073                 Recognize .utf8 locales as .UTF-8 ones
4074
4075 2007-02-11 [colin]      2.7.2cvs39
4076
4077         * src/compose.c
4078                 Fix code conversion when dragging a file
4079
4080 2007-02-09 [colin]      2.7.2cvs38
4081
4082         * src/plugins/clamav/clamav_plugin.c
4083                 Complete Paul's patch with conditional
4084                 compilation to avoid breaking compilation
4085                 on old Dapper and Edgy... Maybe other
4086                 distros too.
4087
4088 2007-02-09 [paul]       2.7.2cvs37
4089
4090         * src/plugins/clamav/clamav_plugin.c
4091                 fix for the upstream changes in libclamav
4092
4093 2007-02-09 [paul]       2.7.2cvs36
4094
4095         * src/main.c
4096         * src/mainwindow.c
4097         * src/procmsg.c
4098         * src/procmsg.h
4099                 fix "warn if there are queued messages" (on exit)
4100                 option, which only checked the first mailbox's
4101                 queue
4102                 don't ask before emptying trash if there are no
4103                 messages in trash, also check and empty all trash
4104                 folders
4105         * src/prefs_other.c
4106                 move "Ask before emptying trash" option
4107                 outside of the "On exit" frame as it's
4108                 not only an "On exit" option
4109
4110 2007-02-09 [paul]       2.7.2cvs35
4111
4112         * src/addrgather.c
4113         * src/alertpanel.c
4114         * src/editldap.c
4115         * src/prefs_account.c
4116         * src/prefs_folder_item.c
4117         * src/prefs_gtk.h
4118         * src/prefs_matcher.c
4119         * src/prefs_message.c
4120         * src/prefs_msg_colors.c
4121         * src/prefs_summaries.c
4122         * src/wizard.c
4123         * src/gtk/inputdialog.c
4124         * src/plugins/bogofilter/bogofilter_gtk.c
4125                 pedantic commit: use 'checkbtn' everywhere
4126                 instead of a mixture of 'checkbtn' and 'chkbtn'
4127
4128 2007-02-09 [paul]       2.7.2cvs34
4129
4130         * src/compose.c
4131                 fix default hotkeys
4132         * src/prefs_other.c
4133         * src/prefs_send.c
4134                 move "Never send Return Receipts" from
4135                 prefs_other to prefs_send
4136                 add an option "Ask about account specific
4137                 filtering rules..." to prefs_other
4138         * src/gtk/gtkutils.c
4139                 fix a compiler warning
4140
4141 2007-02-08 [colin]      2.7.2cvs33
4142
4143         * src/plugins/pgpinline/pgpinline.c
4144                 Fix bug 1110, 'pgpmime fails to process 
4145                 encapsulated openpgp mime (rfc 3156, 6.1 
4146                 -> rfc1847)'
4147                 It was due to an interaction between PGP/Mime
4148                 and PGP/Inline plugin. 
4149
4150 2007-02-08 [colin]      2.7.2cvs32
4151
4152         * src/inc.c
4153         * src/mbox.c
4154         * src/mbox.h
4155                 Fix bug 1117, 'fcntl locking code 
4156                 does not work in mbox.c'
4157
4158 2007-02-08 [colin]      2.7.2cvs31
4159
4160         * src/prefs_account.c
4161                 Fix Gentoo bug 165819, 'can't create 
4162                 a "local mbox file" account'. Patch
4163                 by Olivier <castan.o@free.fr>
4164
4165 2007-02-07 [colin]      2.7.2cvs30
4166
4167         * src/ldapquery.c
4168                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4169                 autocompletion was used'
4170
4171 2007-02-07 [paul]       2.7.2cvs29
4172
4173         * src/folder.c
4174                 cut down on unnecessary debug_prints
4175         * src/imap_gtk.c
4176                 fix menu_set_active() on 'Show only
4177                 subscribed folders'
4178
4179 2007-02-07 [paul]       2.7.2cvs28
4180
4181         * src/plugins/clamav/clamav_plugin.c
4182         * src/plugins/clamav/clamav_plugin.h
4183         * src/plugins/clamav/clamav_plugin_gtk.c
4184                 fix copyright header
4185
4186 2007-02-07 [paul]       2.7.2cvs27
4187
4188         * src/procheader.c
4189                 fix bug 1116, 'summary view allow a 
4190                 subject line break'
4191
4192 2007-02-06 [colin]      2.7.2cvs26
4193
4194         * src/summaryview.c
4195                 Fix delete thread
4196
4197 2007-02-05 [fabien]     2.7.2cvs25
4198
4199         * po/POTFILES.in
4200         * src/uri_opener.c
4201                 i18n related - 1 fix and 1 message for translators.
4202
4203 2007-02-05 [colin]      2.7.2cvs24
4204
4205         * src/gtk/quicksearch.c
4206                 Don't reload summary list if quicksearch wasn't
4207                 active on hiding; move currently selected mail in
4208                 the visible area when showing the quicksearch
4209
4210 2007-02-05 [colin]      2.7.2cvs23
4211
4212         * src/folderview.c
4213                 Add debug to try to solve bug 1104
4214
4215 2007-02-05 [paul]       2.7.2cvs22
4216
4217         * src/mainwindow.c
4218                 confirm before emptying trash on exit is
4219                 a Yes or No answer, use Yes or No in the
4220                 dialog
4221
4222 2007-02-04 [colin]      2.7.2cvs21
4223
4224         * src/compose.c
4225         * src/plugins/pgpcore/passphrase.c
4226         * src/plugins/pgpcore/select-keys.c
4227                 Set wmclass on new windows
4228
4229 2007-02-04 [colin]
4230
4231         2.8.0-rc1 released
4232
4233 2007-02-04 [colin]      2.7.2cvs20
4234
4235         * src/compose.c
4236         * src/compose.h
4237                 Auto save drafts on exit, reopen them
4238                 at startup, instead of asking
4239         * src/account.c
4240         * src/addressadd.c
4241         * src/addressbook.c
4242         * src/addressbook_foldersel.c
4243         * src/addrgather.c
4244         * src/crash.c
4245         * src/editaddress.c
4246         * src/editbook.c
4247         * src/editgroup.c
4248         * src/editjpilot.c
4249         * src/editldap.c
4250         * src/editldap_basedn.c
4251         * src/editvcard.c
4252         * src/exphtmldlg.c
4253         * src/expldifdlg.c
4254         * src/export.c
4255         * src/foldersel.c
4256         * src/gedit-print.c
4257         * src/import.c
4258         * src/importldif.c
4259         * src/importmutt.c
4260         * src/importpine.c
4261         * src/main.c
4262         * src/mainwindow.c
4263         * src/message_search.c
4264         * src/messageview.c
4265         * src/prefs_actions.c
4266         * src/prefs_customheader.c
4267         * src/prefs_display_header.c
4268         * src/prefs_filtering.c
4269         * src/prefs_filtering_action.c
4270         * src/prefs_folder_column.c
4271         * src/prefs_gtk.c
4272         * src/prefs_matcher.c
4273         * src/prefs_other.c
4274         * src/prefs_summaries.c
4275         * src/prefs_summary_column.c
4276         * src/prefs_template.c
4277         * src/sourcewindow.c
4278         * src/ssl_manager.c
4279         * src/summary_search.c
4280         * src/uri_opener.c
4281         * src/gtk/about.c
4282         * src/gtk/description_window.c
4283         * src/gtk/foldersort.c
4284         * src/gtk/gtkutils.c
4285         * src/gtk/gtkutils.h
4286         * src/gtk/icon_legend.c
4287         * src/gtk/logwindow.c
4288         * src/gtk/pluginwindow.c
4289         * src/gtk/prefswindow.c
4290                 Give different wmclass to different
4291                 windows - thanks to sed ;)
4292
4293 2007-02-04 [colin]      2.7.2cvs19
4294
4295         * src/main.c
4296                 Revert previous patch, can't reproduce
4297                 it anymore. 
4298
4299 2007-02-03 [colin]      2.7.2cvs18
4300
4301         * src/main.c
4302                 Don't save the mainwindow size and
4303                 position on emergency exit (libSM's
4304                 "die" callback), Xfce seems to make
4305                 the window smaller just before the
4306                 size's saved.
4307
4308 2007-02-03 [colin]      2.7.2cvs17
4309
4310         * src/plugins/bogofilter/bogofilter.c
4311         * src/plugins/bogofilter/bogofilter.h
4312         * src/plugins/bogofilter/bogofilter_gtk.c
4313         * src/plugins/pgpinline/pgpinline.c
4314         * src/plugins/pgpinline/pgpinline.h
4315                 Fix more copyrights
4316
4317 2007-02-03 [colin]      2.7.2cvs16
4318
4319         * src/partial_download.c
4320         * src/partial_download.h
4321         * src/ssl_manager.c
4322         * src/ssl_manager.h
4323         * src/uri_opener.c
4324         * src/uri_opener.h
4325         * src/wizard.c
4326         * src/wizard.h
4327         * src/common/ssl_certificate.c
4328         * src/common/ssl_certificate.h
4329         * src/gtk/quicksearch.c
4330         * src/gtk/quicksearch.h
4331         * src/gtk/sslcertwindow.c
4332         * src/gtk/sslcertwindow.h
4333                 Fix copyright on my files
4334
4335 2007-02-02 [colin]      2.7.2cvs15
4336
4337         * src/Makefile.am
4338         * src/mainwindow.c
4339         * src/messageview.c
4340         * src/messageview.h
4341         * src/textview.c
4342         * src/textview.h
4343         * src/uri_opener.c
4344         * src/uri_opener.h
4345                 Add Tools/List URIs to allow
4346                 opening any URI in the current mail
4347
4348 2007-02-02 [colin]      2.7.2cvs14
4349
4350         * src/common/valgrind.h ** NEW FILE **
4351         * src/common/Makefile.am
4352         * src/common/plugin.c
4353                 Don't dlclose the plugins if we're running
4354                 under valgrind. (doesn't require valgrind
4355                 either at compile time or run time).
4356
4357 2007-02-01 [paul]       2.7.2cvs13
4358
4359         * AUTHORS
4360         * src/gtk/authors.h
4361         * tools/freshmeat_search.pl
4362         * tools/google_search.pl
4363         * tools/multiwebsearch.pl
4364                 add support for non ISO-8859-1 compatible locales
4365                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4366
4367 2007-02-01 [colin]      2.7.2cvs12
4368
4369         * src/prefs_other.c
4370         * src/prefs_summaries.c
4371                 Move keybinding prefs to the Other page
4372
4373 2007-02-01 [wwp]        2.7.2cvs11
4374
4375         * src/plugins/trayicon/trayicon.c
4376                 Fix a raising issue within KDE.
4377
4378 2007-02-01 [colin]      2.7.2cvs10
4379
4380         * src/codeconv.c
4381                 Fix stray quotes in encoded strings
4382         * src/addressadd.c
4383                 Fix wrong call causing g_warnings
4384         * src/textview.c
4385                 Remove useless message
4386
4387 2007-01-31 [wwp]        2.7.2cvs9
4388
4389         * src/plugins/trayicon/trayicon.c
4390                 fix buggy hiding of main window when closing if close-to-tray
4391                 is not set (bad logics  in the trayicon hook code).
4392                 Changed the quit confirmation message too.
4393
4394 2007-01-30 [colin]      2.7.2cvs8
4395
4396         * src/main.c
4397                 Fix hidden mainwindow after clicking on
4398                 the X close button, if compose windows
4399                 exist and the user chooses not to quit
4400
4401 2007-01-30 [colin]      2.7.2cvs7
4402
4403         * src/main.c
4404         * src/compose.c
4405                 Handle local URIs to attach files (file:///...)
4406                 Fixes attaching files from Thunar for example
4407
4408 2007-01-30 [colin]      2.7.2cvs6
4409
4410         * src/prefs_ext_prog.c
4411                 Add 'mousepad' to the list of text editors.
4412                 Mousepad is XFCE's text editor
4413
4414 2007-01-29 [wwp]        2.7.2cvs5
4415
4416         * po/POTFILES.in
4417         * src/plugins/trayicon/trayicon_prefs.c
4418                 trayicon i18n fixes, thanks to Fabien.
4419
4420 2007-01-28 [wwp]        2.7.2cvs4
4421
4422         * src/mainwindow.c
4423         * src/mainwindow.h
4424         * src/plugins/trayicon/trayicon.c
4425         * src/plugins/trayicon/trayicon_prefs.c
4426         * src/plugins/trayicon/trayicon_prefs.h
4427                 Added a new TrayIcon plugin option to close to tray
4428                 (WM's hotkey and [X] button will hide the window instead
4429                 of closing it - closing CM can be done using the tray icon
4430                 menu or the File menu).
4431                 Improved visibility handling in trayicon, clicking the
4432                 trayicon now raise the window to current desktop when it
4433                 was either minimized/shaded/on another desktop.
4434                 Thanks to Paul for testing and fixing a strange behaviour
4435                 in KDE ;-).
4436
4437 2007-01-27 [paul]       2.7.2cvs3
4438
4439         * src/prefs_folder_item.c
4440         * src/prefs_receive.c
4441         * src/plugins/pgpcore/prefs_gpg.c
4442                 use 'start-up' instead of 'startup' in labels
4443
4444 2007-01-26 [wwp]        2.7.2cvs2
4445
4446         * src/plugins/trayicon/Makefile.am
4447         * src/plugins/trayicon/trayicon.c
4448         * src/plugins/trayicon/trayicon_prefs.c
4449         * src/plugins/trayicon/trayicon_prefs.h
4450                 Add a new TrayIcon option to hide the main window at
4451                 start-up.
4452                 Fix trayicon.c copyright header.
4453
4454 2007-01-26 [paul]       2.7.2cvs1
4455
4456         * NEWS
4457         * README
4458         * RELEASE_NOTES
4459         * configure.ac
4460                 bump up version number following
4461                 stable release
4462
4463 2007-01-25 [mones]      2.7.1cvs60
4464
4465         * po/es.po
4466                 updated thousands of strings (well, probably less ;-)
4467
4468 2007-01-25 [colin]      2.7.1cvs59
4469
4470         * src/matcher.c
4471                 Fix 2nd-run loss of matcherrc on new
4472                 configurations. 
4473
4474 2007-01-25 [wwp]        2.7.1cvs58
4475
4476         * src/mimeview.c
4477                 fix handling of empty value in attach_save_directory too, thanks
4478                 to Colin.
4479
4480 2007-01-25 [wwp]        2.7.1cvs57
4481
4482         * src/gtk/filesel.c
4483                 fix handling of empty value in attach_load_directory,
4484                 thanks to Colin.
4485
4486 2007-01-25 [wwp]        2.7.1cvs56
4487
4488         * src/plugins/dillo_viewer/dillo_prefs.h
4489                 fix a typo.
4490
4491 2007-01-25 [colin]      2.7.1cvs55
4492
4493         * src/matcher.c
4494         * src/matcher.h
4495         * src/matcher_parser_parse.y
4496         * src/prefs_matcher.c
4497                 Add matching on the spam flag
4498
4499 2007-01-24 [colin]      2.7.1cvs54
4500
4501         * src/folder.c
4502         * src/common/xml.c
4503         * src/common/xml.h
4504                 Make sure folderlist.xml is correctly
4505                 written before overwriting it.
4506         * src/procmsg.c
4507         * src/procmsg.h
4508         * src/summaryview.c
4509         * src/plugins/bogofilter/bogofilter.c
4510         * src/plugins/bogofilter/bogofilter.h
4511         * src/plugins/bogofilter/bogofilter_gtk.c
4512         * src/plugins/spamassassin/spamassassin.c
4513         * src/plugins/spamassassin/spamassassin.h
4514         * src/plugins/spamassassin/spamassassin_gtk.c
4515                 Move spam to the correct trash folder after
4516                 learning, if spam directory isn't set.
4517
4518 2007-01-23 [paul]       2.7.1cvs53
4519
4520         * src/plugins/bogofilter/bogofilter_gtk.c
4521                 fix sensitivity of "Insert X-Bogosity header"
4522                 option
4523
4524 2007-01-23 [colin]      2.7.1cvs52
4525
4526         * src/toolbar.c
4527                 Translate toolbar items text if
4528                 they're translatable (default)
4529         * src/addrcache.c
4530         * src/addrcache.h
4531         * src/addritem.c
4532         * src/addritem.h
4533         * src/codeconv.c
4534         * src/codeconv.h
4535         * src/jpilot.c
4536         * src/jpilot.h
4537         * src/ldapctrl.c
4538         * src/ldapctrl.h
4539         * src/ldapquery.h
4540         * src/ldif.c
4541         * src/ldif.h
4542         * src/etpan/etpan-thread-manager.c
4543         * src/etpan/etpan-thread-manager.h
4544         * src/gtk/gtkutils.c
4545         * src/gtk/gtkutils.h
4546                 More static functions
4547
4548 2007-01-22 [fabien]     2.7.1cvs51
4549
4550         * src/gtk/gtkutils.c
4551                 gtkut_get_options_frame() : ability to pass
4552                 a 'NULL' value in frame pointer parameter if
4553                 we don't need it.
4554
4555 2007-01-22 [colin]      2.7.1cvs50
4556
4557         * src/procmsg.c
4558         * src/procmsg.h
4559         * src/plugins/bogofilter/bogofilter.c
4560         * src/plugins/bogofilter/bogofilter_gtk.c
4561         * src/plugins/spamassassin/spamassassin.c
4562         * src/plugins/spamassassin/spamassassin_gtk.c
4563                 Allow moving spams to the account's trash
4564                 instead of default one
4565
4566 2007-01-21 [colin]      2.7.1cvs49
4567
4568         * src/ldapquery.c
4569         * src/ldapquery.h
4570                 Revert a static function that shouldn't
4571                 have been
4572
4573 2007-01-21 [colin]      2.7.1cvs48
4574
4575         * src/ldapquery.c
4576         * src/ldapquery.h
4577                 Same
4578
4579 2007-01-21 [colin]      2.7.1cvs47
4580
4581         * src/procmsg.c
4582         * src/procmsg.h
4583                 Same
4584
4585 2007-01-21 [colin]      2.7.1cvs46
4586
4587         * src/common/socket.c
4588         * src/common/socket.h
4589                 Same
4590
4591 2007-01-21 [colin]      2.7.1cvs45
4592
4593         * src/crash.c
4594         * src/exporthtml.c
4595         * src/exporthtml.h
4596         * src/exportldif.c
4597         * src/exportldif.h
4598         * src/folder.c
4599         * src/folder.h
4600         * src/folder_item_prefs.c
4601         * src/folder_item_prefs.h
4602         * src/folderview.c
4603         * src/folderview.h
4604         * src/gedit-print.c
4605         * src/gedit-print.h
4606         * src/main.c
4607         * src/main.h
4608         * src/common/socket.c
4609         * src/common/socket.h
4610         * src/gtk/gtkaspell.c
4611         * src/gtk/gtkaspell.h
4612         * src/gtk/quicksearch.c
4613         * src/gtk/quicksearch.h
4614                 Same
4615
4616 2007-01-21 [colin]      2.7.1cvs44
4617
4618         * src/common/utils.c
4619         * src/common/utils.h
4620         * src/etpan/etpan-thread-manager.c
4621         * src/etpan/etpan-thread-manager.h
4622                 Same (Funny that etpan_thread_unbind
4623                 is called but not etpan_thread_bind)
4624
4625 2007-01-21 [colin]      2.7.1cvs43
4626
4627         * src/addrselect.c
4628         * src/addrselect.h
4629         * src/codeconv.c
4630         * src/codeconv.h
4631         * src/compose.c
4632         * src/compose.h
4633         * src/etpan/Makefile.am
4634         * src/gtk/colorlabel.c
4635         * src/gtk/colorlabel.h
4636         * src/gtk/sslcertwindow.c
4637         * src/gtk/sslcertwindow.h
4638         * src/etpan/etpan-log.c ** REMOVED **
4639         * src/etpan/etpan-log.h ** REMOVED **
4640                 Same
4641
4642 2007-01-20 [colin]      2.7.1cvs42
4643
4644         * src/addritem.c
4645         * src/addritem.h
4646                 Same
4647
4648 2007-01-20 [colin]      2.7.1cvs41
4649
4650         * src/account.c
4651         * src/account.h
4652         * src/addrbook.c
4653         * src/addrbook.h
4654         * src/addrcache.c
4655         * src/addrcache.h
4656         * src/addrclip.c
4657         * src/addrclip.h
4658         * src/addressbook.c
4659         * src/addressbook.h
4660         * src/addrharvest.c
4661         * src/addrharvest.h
4662         * src/addrindex.c
4663         * src/addrindex.h
4664         * src/editaddress.c
4665         * src/editaddress.h
4666                 Make functions that aren't used in other
4667                 files static
4668
4669 2007-01-20 [colin]      2.7.1cvs40
4670
4671         * src/account.c
4672         * src/addrbook.c
4673         * src/addrcache.c
4674         * src/addressbook.c
4675         * src/addrgather.c
4676         * src/addrindex.c
4677         * src/addrquery.c
4678         * src/addrselect.c
4679         * src/browseldap.c
4680         * src/compose.c
4681         * src/editbook.c
4682         * src/editjpilot.c
4683         * src/editldap.c
4684         * src/editldap_basedn.c
4685         * src/editvcard.c
4686         * src/exporthtml.c
4687         * src/exportldif.c
4688         * src/folder.c
4689         * src/folderview.c
4690         * src/image_viewer.c
4691         * src/imap.c
4692         * src/importmutt.c
4693         * src/importpine.c
4694         * src/jpilot.c
4695         * src/ldapquery.c
4696         * src/main.c
4697         * src/mainwindow.c
4698         * src/matcher.c
4699         * src/messageview.c
4700         * src/mh.c
4701         * src/mimeview.c
4702         * src/msgcache.c
4703         * src/mutt.c
4704         * src/news.c
4705         * src/pine.c
4706         * src/prefs_account.c
4707         * src/prefs_common.c
4708         * src/prefs_compose_writing.c
4709         * src/prefs_ext_prog.c
4710         * src/prefs_folder_item.c
4711         * src/prefs_fonts.c
4712         * src/prefs_message.c
4713         * src/prefs_msg_colors.c
4714         * src/prefs_other.c
4715         * src/prefs_quote.c
4716         * src/prefs_receive.c
4717         * src/prefs_send.c
4718         * src/prefs_spelling.c
4719         * src/prefs_summaries.c
4720         * src/prefs_toolbar.c
4721         * src/prefs_wrapping.c
4722         * src/privacy.c
4723         * src/procmime.c
4724         * src/procmsg.c
4725         * src/ssl_manager.c
4726         * src/statusbar.c
4727         * src/summaryview.c
4728         * src/toolbar.c
4729         * src/vcard.c
4730         * src/common/hooks.c
4731         * src/common/log.c
4732         * src/common/passcrypt.c
4733         * src/common/socket.c
4734         * src/common/ssl.c
4735         * src/common/ssl_certificate.c
4736         * src/common/template.c
4737         * src/common/utils.c
4738         * src/etpan/imap-thread.c
4739         * src/gtk/sslcertwindow.c
4740         * src/gtk/sslcertwindow.h
4741                 Make functions that could be static, static
4742
4743 2007-01-20 [colin]      2.7.1cvs39
4744
4745         * src/editldap.c
4746                 Fix tooltip
4747
4748 2007-01-20 [colin]      2.7.1cvs38
4749
4750         * src/ldapquery.c
4751         * src/ldaputil.c
4752         * src/ldaputil.h
4753                 Fix bug 1102, 'claws-mail-2.7.1 
4754                 makes use of deprecated ldap 
4755                 functions'
4756
4757 2007-01-20 [colin]      2.7.1cvs37
4758
4759         * src/mainwindow.c
4760         * src/mainwindow.h
4761         * src/summaryview.c
4762         * src/gtk/quicksearch.c
4763                 Add Wide message list layout
4764
4765 2007-01-19 [fabien]     2.7.1cvs36
4766
4767         * src/textview.c
4768                 make sure a font change is considered in links of
4769                 headerview.
4770
4771 2007-01-19 [colin]      2.7.1cvs35
4772
4773         * src/main.c
4774         * src/mainwindow.c
4775         * src/mainwindow.h
4776         * src/messageview.c
4777         * src/messageview.h
4778         * src/prefs_common.c
4779         * src/prefs_common.h
4780         * src/summaryview.c
4781         * src/summaryview.h
4782         * src/gtk/quicksearch.c
4783         * src/gtk/quicksearch.h
4784                 Drop 'Separate Folder tree' and 'Separate
4785                 Message View'. Put three layouts in place
4786                 of it.
4787
4788 2007-01-19 [paul]       2.7.1cvs34
4789
4790         * src/prefs_msg_colors.c
4791                 more use of Q_ for translators
4792
4793 2007-01-19 [paul]       2.7.1cvs33
4794
4795         * src/imap_gtk.c
4796         * src/prefs_account.c
4797                 a few changes to the English
4798
4799 2007-01-19 [fabien]     2.7.1cvs32
4800
4801         * src/wizard.c
4802                 factorize translatable string
4803
4804 2007-01-18 [colin]      2.7.1cvs31
4805
4806         * src/main.c
4807                 Don't error out on --sync option. Although
4808                 we don't do anything with it, gtk+ handles
4809                 it, and it's useful for debugging X errors
4810
4811 2007-01-18 [fabien]     2.7.1cvs30
4812
4813         * src/prefs_other.c
4814                 ability to apply on the fly the recent added
4815                 'gtk_can_change_accels' pref (no need to restart).
4816
4817 2007-01-18 [fabien]     2.7.1cvs29
4818
4819         * src/plugins/bogofilter/bogofilter_gtk.c
4820         * src/plugins/bogofilter/bogofilter.c
4821         * src/plugins/spamassassin/spamassassin_gtk.c
4822         * src/addr_compl.c
4823         * src/prefs_account.c
4824                 factorize or rewrite some translatable strings.
4825
4826 2007-01-18 [fabien]     2.7.1cvs28
4827
4828         * src/prefs_gtk.h
4829         * src/compose.c
4830                 set a 4pix space between "Subject:" label and subject entry in
4831                 compose window.
4832
4833 2007-01-18 [wwp]        2.7.1cvs27
4834
4835         * src/addressbook.c
4836                 fix conflicting address-copy/paste when focus is set
4837                 to the embedded edit-person form.
4838  
4839
4840 2007-01-18 [wwp]        2.7.1cvs26
4841
4842         * src/addressbook.h
4843                 complete 2.7.1cvs23 (one more file was missing from that
4844                 commit).
4845
4846 2007-01-18 [colin]      2.7.1cvs25
4847
4848         * src/main.c
4849                 Provide a way to migrate without backup
4850                 Re-ask for migration on next start if 
4851                 it has been refused and wizard has been 
4852                 cancelled after.
4853
4854 2007-01-18 [wwp]        2.7.1cvs24
4855
4856         * src/editaddress.c
4857                 complete 2.7.1.cvs23 (file was missing from previous
4858                 commit).
4859
4860 2007-01-18 [wwp]        2.7.1cvs23
4861
4862         * src/addressbook.c
4863                 fix potential crashes in address book's focus_in/out signal handlers,
4864                 force focus to the edit-person form when clicked the Edit menu entry or
4865                 button (this only matters if the edit-person form is embedded to the
4866                 AB window, in that case, focus is not set when browsing the contacts
4867                 list w/ keys or mouse clicks).
4868
4869 2007-01-18 [paul]       2.7.1cvs22
4870
4871         * src/main.c
4872                 add command line options:
4873                 -h for --help
4874                 -q and --quit for --exit
4875                 -v for --version
4876                 print "Unknown option" for unknown options
4877
4878 2007-01-18 [paul]       2.7.1cvs21
4879
4880         * po/ru.po
4881                 updated by Pavlo Bohmat
4882
4883 2007-01-18 [paul]       2.7.1cvs20
4884
4885         * src/mainwindow.c
4886                 fix sensitivity issues of Mark as Spam/Ham
4887
4888 2007-01-17 [fabien]     2.7.1cvs19
4889
4890         * src/prefs_other.c
4891         * src/prefs_common.c
4892         * src/prefs_common.h
4893         * src/main.c
4894                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4895                 control the corresponding gtk property. It could be used to lock
4896                 all shortcuts (avoid to set one of them by inadvertency).
4897
4898 2007-01-17 [colin]      2.7.1cvs18
4899
4900         * src/summaryview.c
4901                 Fix bug 1100, 'Highlighted e-mail data not visible 
4902                 when color label applied.'. Use a weighted average
4903                 between normal selected foreground color and color
4904                 label instead of a simple one (3/1 instead 1/1).
4905
4906 2007-01-17 [colin]      2.7.1cvs17
4907
4908         * src/messageview.c
4909                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4910                 crash' - don't prevent mail switching while loading
4911
4912 2007-01-17 [colin]      2.7.1cvs16
4913
4914         * src/folder.c
4915         * src/folder.h
4916         * src/folderview.c
4917         * src/folderview.h
4918         * src/imap.c
4919         * src/imap.h
4920         * src/imap_gtk.c
4921                 Manage recursive search of unsubscribed folders
4922                 Rescan tree without checking for new messages 
4923                 after subscriptions changed
4924
4925 2007-01-17 [paul]       2.7.1cvs15
4926
4927         * src/prefs_common.c
4928         * src/gtk/pluginwindow.c
4929                 fix bug 1101, '"Load plugin" button is
4930                 accidentally hidden'
4931                 unset (-1) initial width in prefs_common,
4932                 fix overlapping buttons,
4933                 and other cleanups
4934
4935 2007-01-17 [paul]       2.7.1cvs14
4936
4937         * src/procmime.c
4938                 add #include <errno.h>, it's needed
4939                 on some systems
4940
4941 2007-01-17 [paul]       2.7.1cvs13
4942
4943         * src/common/defs.h
4944         * tools/make.themes.project
4945                 rename .sylpheed_themeinfo to .claws_themeinfo
4946                 and use it
4947         * src/etpan/etpan-errors.h
4948         * src/etpan/etpan-log.c
4949         * src/etpan/etpan-log.h
4950         * src/etpan/etpan-thread-manager-types.h
4951         * src/etpan/etpan-thread-manager.c
4952         * src/etpan/etpan-thread-manager.h
4953         * src/etpan/imap-thread.c
4954         * src/etpan/imap-thread.h
4955                 add copyright header
4956
4957 2007-01-17 [colin]      2.7.1cvs12
4958
4959         * src/plugins/pgpcore/select-keys.c
4960         * src/gtk/pluginwindow.c
4961         * src/prefs_account.c
4962                 Fix warnings
4963
4964 2007-01-16 [colin]      2.7.1cvs11
4965
4966         * src/imap.c
4967         * src/imap.h
4968         * src/imap_gtk.c
4969                 Manage subscribing to subfolders when only
4970                 subscribed folders are shown.
4971
4972 2007-01-16 [colin]      2.7.1cvs10
4973
4974         * src/folderview.c
4975                 Fix annoying vscrollbar going back to top
4976                 on Check for new folders
4977
4978 2007-01-16 [colin]      2.7.1cvs9
4979
4980         * src/imap.c
4981                 Remove printf
4982
4983 2007-01-16 [colin]      2.7.1cvs8
4984
4985         * src/filtering.c
4986                 Bigger buffer for errors
4987         * src/imap.c
4988         * src/imap.h
4989         * src/imap_gtk.c
4990         * src/prefs_account.c
4991         * src/prefs_account.h
4992         * src/wizard.c
4993         * src/etpan/imap-thread.c
4994         * src/etpan/imap-thread.h
4995         * manual/handling.xml
4996                 Add subscriptions management. What it changes:
4997                 Creating a folder subscribes to it
4998                 Deleting a folder unsubscribes it
4999                 New contextual menu item allowing to switch between
5000                 All folders and Subscribed folders, subscribe, and
5001                 unsubscribe. "Creating" an existing but unsubscribed
5002                 folder will subscribe it.
5003                 By default for new accounts, only subscribed folders 
5004                 are shown.
5005
5006
5007 2007-01-16 [paul]       2.7.1cvs7
5008
5009         * src/summaryview.c
5010                 Allow folder classes to specify only sort_key or
5011                 sort_type instead of both or none.
5012
5013 2007-01-16 [paul]       2.7.1cvs6
5014
5015         * src/action.c
5016         * src/compose.c
5017         * src/mimeview.c
5018         * src/procmime.c
5019         * src/textview.c
5020                 Save and use errno for procmime_get_part
5021
5022 2007-01-16 [colin]      2.7.1cvs5
5023
5024         * src/imap.c
5025                 Never remove INBOX when scanning for
5026                 new folders. It's a special folder
5027                 that has to exist.
5028
5029 2007-01-15 [colin]      2.7.1cvs4
5030
5031         * src/imap.c
5032                 Fix 'Check for new folders' when IMAP subdirectory
5033                 is set
5034         * src/etpan/imap-thread.c
5035                 Fix build
5036
5037 2007-01-15 [colin]      2.7.1cvs3
5038
5039         * src/etpan/imap-thread.c
5040                 Fix invalid free on command-connection
5041                 error
5042
5043 2007-01-15 [wwp]        2.7.1cvs2
5044
5045         * src/matcher_parser_lex.l
5046         * src/quote_fmt_lex.l
5047         * src/matcher_parser_parse.y
5048                 fix copyright header in lexers and parsers.
5049
5050 2007-01-15 [paul]       2.7.1cvs1
5051
5052         * NEWS
5053         * README
5054         * RELEASE_NOTES
5055         * configure.ac
5056                 bump up version number following
5057                 stable release
5058
5059 2007-01-15 [paul]       2.7.0cvs31
5060
5061         * AUTHORS
5062         * src/gtk/authors.h
5063                 add Fabien to the Team list
5064                 add the recent contributors
5065                 make a few corrections
5066
5067 2007-01-15 [paul]       2.7.0cvs30
5068
5069         * src/mainwindow.c
5070                 fix compiler warning
5071         * src/plugins/pgpcore/prefs_gpg.c
5072         * src/plugins/pgpcore/prefs_gpg.h
5073                 add missing include
5074                 fix copyright header
5075
5076 2007-01-14 [colin]      2.7.0cvs29
5077
5078         * src/gtk/filesel.c
5079                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5080                 two benefits: faster to open, will fix strange
5081                 dbus-related crash. Thanks to Pascal Terjan.
5082
5083 2007-01-14 [colin]      2.7.0cvs28
5084
5085         * src/etpan/imap-thread.c
5086                 Delete the old imap just after allocating
5087                 the new one. Makes sure we don't get the
5088                 same pointer by sheer luck, which feels
5089                 strange in the debug log.
5090
5091 2007-01-14 [colin]      2.7.0cvs27
5092
5093         * src/gtk/inputdialog.c
5094                 Make sure we don't print passwords in
5095                 clear text when in debug mode
5096
5097 2007-01-14 [colin]      2.7.0cvs26
5098
5099         * src/gtk/gtksctree.c
5100                 Fix bug 1098, 'bogus last row display 
5101                 after expanding a thread'. Patch by
5102                 Jindrich Makovicka <makovick@gmail.com>
5103
5104 2007-01-14 [colin]      2.7.0cvs25
5105
5106         * src/etpan/imap-thread.c
5107                 Close socket manually before
5108                 freeing the imap struct
5109
5110 2007-01-14 [colin]      2.7.0cvs24
5111
5112         * src/etpan/imap-thread.c
5113                 Maybe fix new reconnection issues
5114
5115 2007-01-13 [colin]      2.7.0cvs23
5116
5117         * src/summaryview.c
5118                 Freeze/thaw on thread selection
5119
5120 2007-01-13 [paul]       2.7.0cvs22
5121
5122         * src/mainwindow.c
5123         * src/summaryview.c
5124         * src/summaryview.h
5125                 add 'Edit/Delete thread'
5126
5127 2007-01-13 [colin]      2.7.0cvs21
5128
5129         * src/prefs_account.c
5130         * src/prefs_compose_writing.c
5131         * src/prefs_message.c
5132         * src/prefs_msg_colors.c
5133         * src/prefs_other.c
5134         * src/prefs_receive.c
5135         * src/prefs_spelling.c
5136         * src/prefs_summaries.c
5137         * src/prefs_themes.c
5138         * src/gtk/gtkutils.c
5139         * src/gtk/gtkutils.h
5140         * src/plugins/pgpcore/prefs_gpg.c
5141         * src/plugins/spamassassin/spamassassin_gtk.c
5142                 Factorize gtk frame creation
5143                 Patch by Pawel
5144
5145 2007-01-13 [colin]      2.7.0cvs20
5146
5147         * src/message_search.c
5148         * src/summary_search.c
5149                 Fix Enter in search windows
5150         * src/messageview.c
5151                 Fix body search starting at the
5152                 end of the mail (and asking for loop)
5153
5154 2007-01-13 [colin]      2.7.0cvs19
5155
5156         * src/etpan/imap-thread.c
5157                 Make sure we don't free the same imap
5158                 twice
5159
5160 2007-01-13 [colin]      2.7.0cvs18
5161
5162         * commitHelper
5163                 Allow multiple commitHelpers to
5164                 run at once
5165
5166 2007-01-12 [colin]      2.7.0cvs17
5167
5168         * src/etpan/imap-thread.c
5169                 Make sure we get rid of the previous mailimap
5170                 when connecting - just in case disconnect was
5171                 unclean
5172
5173 2007-01-12 [paul]       2.7.0cvs16
5174
5175         * src/compose.c
5176                 Strip S/MIME signatures when re-editing
5177                 S/MIME signed messages.
5178
5179 2007-01-12 [paul]       2.7.0cvs15
5180
5181         * configure.ac
5182         * src/addressbook.c
5183         * src/foldersel.c
5184         * src/folderview.c
5185         * src/main.c
5186                 no need to define CLAWS anymore, remove
5187                 all that stuff
5188
5189 2007-01-12 [paul]       2.7.0cvs14
5190
5191         * src/mimeview.c
5192                 check if the mail's signed as
5193                 it can change the mail structure
5194                 Thanks to Colin
5195
5196 2007-01-12 [paul]       2.7.0cvs13
5197
5198         * src/procmime.c
5199                 fix Forwarding msgs with attachments
5200                 that have dos line endings
5201                 Thanks to Colin
5202
5203 2007-01-12 [wwp]        2.7.0cvs12
5204
5205         * configure.ac
5206                 Revert accidentally committed extra version tag.
5207
5208 2007-01-12 [wwp]        2.7.0cvs11
5209
5210         * src/prefs_account.c
5211                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5212
5213 2007-01-11 [colin]      2.7.0cvs10
5214
5215         * src/imap.c
5216                 move g_warning to debug_print
5217                 it scares people for no reason
5218
5219 2007-01-11 [colin]      2.7.0cvs9
5220
5221         * po/POTFILES.in
5222                 Fix files to translate. Patch by
5223                 Fabien
5224
5225 2007-01-11 [paul]       2.7.0cvs8
5226
5227         * src/imap.c
5228                 Fix recursion when server lists the
5229                 current subfolder in the response
5230         * src/mimeview.c
5231                 Fix updating of icon_list/ctree
5232         * src/plugins/pgpcore/select-keys.c
5233                 Fix a few annoyances when choosing
5234                 keys for the CMS (S/MIME) protocol
5235
5236 2007-01-11 [wwp]        2.7.0cvs7
5237
5238         * src/compose.c
5239         * src/prefs_account.c
5240         * src/prefs_account.h
5241                 Add per-account spellcheck default dictionaries settings.
5242
5243 2007-01-10 [colin]      2.7.0cvs6
5244
5245         * src/prefs_folder_item.c
5246                 Factorize strings - patch by Fabien
5247
5248 2007-01-10 [colin]      2.7.0cvs5
5249
5250         * src/mainwindow.c
5251                 Fix bug 1095, 'Crash while changing folder 
5252                 columns during incorporation'
5253
5254 2007-01-09 [colin]      2.7.0cvs4
5255
5256         * src/gtk/pluginwindow.c
5257                 Set the plugin window transient. Seems
5258                 like some window managers hide it in
5259                 the background after "load plugin"...
5260
5261 2007-01-09 [colin]      2.7.0cvs3
5262
5263         * src/gtk/filesel.c
5264                 Use the same type for alloc and free
5265
5266 2007-01-08 [paul]       2.7.0cvs2
5267
5268         * po/nl.po
5269                 updated by Tim Dijkstra
5270
5271 2007-01-08 [paul]       2.7.0cvs1
5272
5273         * src/prefs_themes.c
5274         * src/common/utils.c
5275                 Fix resource leaks
5276
5277 2007-01-08 [paul]       2.7.0
5278
5279         * NEWS
5280         * README
5281         * RELEASE_NOTES
5282                 2.7.0 released
5283
5284 2007-01-08 [paul]       2.6.1cvs119
5285
5286         * doc/man/claws-mail.1
5287                 another correction
5288
5289 2007-01-08 [paul]       2.6.1cvs118
5290
5291         * doc/man/claws-mail.1
5292                 corrections
5293         * manual/advanced.xml
5294                 improved English usage
5295
5296 2007-01-08 [paul]       2.6.1cvs117
5297
5298         * po/ca.po
5299         * po/de.po
5300         * po/en_GB.po
5301         * po/fi.po
5302         * po/it.po
5303         * po/pt_BR.po
5304         * po/sk.po
5305         * po/sr.po
5306         * po/zh_CN.po
5307                 updated by Miquel Oliete, Stephan Sachse, me,
5308                 Tommi Pirinen, Andrea Spadaccini, Frederico
5309                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5310                 Urosevic, and Ralgh Young
5311
5312 2007-01-07 [mones]      2.6.1cvs116
5313
5314         * manual/es/advanced.xml
5315         * po/es.po
5316                 Synced manual (unhide mark_as_read_delay)
5317                 and updated translation for release
5318
5319 2007-01-07 [paul]       2.6.1cvs115
5320
5321         * src/prefs_matcher.c
5322                 make the hbox content fit better under
5323                 various languages
5324
5325 2007-01-07 [colin]      2.6.1cvs114
5326
5327         * src/messageview.c
5328                 Fix bug 1088, 'Ctrl-h produces repeatable
5329                 crash'
5330
5331 2007-01-06 [colin]      2.6.1cvs113
5332
5333         * src/etpan/imap-thread.c
5334                 Add casts to int to get certs. Fixes
5335                 bug 1064, 'crash @ etpan_certificate_check() 
5336                 when opening an IMAP folder', with latest
5337                 libetpan CVS or >= 0.49
5338         * src/mainwindow.c
5339         * src/mainwindow.h
5340         * src/imap_gtk.c
5341         * src/news_gtk.c
5342         * src/prefs_folder_item.c
5343                 Grey out the "synchronise" menu items if
5344                 there's nothing to synchronise.
5345         * src/plugins/pgpcore/sgpgme.c
5346                 Make an error clearer than "Unknown error"
5347
5348 2007-01-06 [colin]      2.6.1cvs112
5349
5350         * src/messageview.c
5351                 Don't try to show a message if updating
5352                 Maybe fixes bug 1088, 'ctrl-h produces
5353                 repeatable crash'.
5354
5355 2007-01-06 [colin]      2.6.1cvs111
5356
5357         * src/summaryview.c
5358                 Disable Control-Space (handle it as Space).
5359
5360 2007-01-05 [paul]       2.6.1cvs110
5361
5362         * src/imap.c
5363                 Fix bug 934, 'sylpheed claws 2.1 
5364                 doesn't show Exchanges Public Folders'
5365                 Thanks to Hoa and Colin
5366         * src/msgcache.c
5367                 Refuse to allocate more than 2 MB for a 
5368                 single field, it's a good indication of
5369                 cache corruption.
5370
5371 2007-01-05 [colin]      2.6.1cvs109
5372
5373         * src/mainwindow.c
5374                 Allow --select'ing emails by Message-ID too
5375
5376 2007-01-05 [colin]      2.6.1cvs108
5377
5378         * src/common/quoted-printable.c
5379                 Uh! Third fix :)
5380
5381 2007-01-05 [colin]      2.6.1cvs107
5382
5383         * src/common/quoted-printable.c
5384                 Fix previous commit about bug 1089
5385                 Thanks to Ralf
5386
5387 2007-01-05 [colin]      2.6.1cvs106
5388
5389         * src/common/quoted-printable.c
5390                 Fix my previous commit on bug 1089
5391                 - Thanks to Ralf :)
5392
5393 2007-01-04 [colin]      2.6.1cvs105
5394
5395         * src/common/quoted-printable.c
5396                 Fix bug 1089, 'NUL characters in Subject 
5397                 line are misinterpreted'. Not a pain to
5398                 fix in fact.
5399
5400 2007-01-04 [colin]      
5401
5402         2.7.0-rc3 released
5403
5404 2007-01-04 [wwp]        2.6.1cvs104
5405
5406         * src/image_viewer.c
5407                 Force operator precedence (fix a compiler warning).
5408
5409 2007-01-04 [colin]      2.6.1cvs103
5410
5411         * src/image_viewer.c
5412                 Be cautious there too (same fix as the one
5413                 in textview from cvs33)
5414         * src/messageview.c
5415                 Don't use any MimeViewer plugin when showing
5416                 all headers
5417
5418 2007-01-03 [wwp]        2.6.1cvs102
5419
5420         * src/html.c
5421         * src/html.h
5422                 fixed "cent" sign (use the existing ASCII one),
5423                 decode more HTML entities,
5424                 converted table ASCII entries to UTF-8,
5425                 moved a switch() into a hashtable.
5426
5427 2007-01-03 [paul]       2.6.1cvs101
5428
5429         * src/compose.c
5430         * src/messageview.c
5431         * src/procmsg.c
5432         * src/procmsg.h
5433                 When possible, use move_msg instead of
5434                 copy_msg + remove_msg to move sent mail
5435                 from Queue to Sent. 
5436
5437 2007-01-03 [paul]       2.6.1cvs100
5438
5439         * src/html.c
5440                 add more html entity recognition:
5441                 pounds, euros, and cents
5442
5443 2007-01-03 [colin]      2.6.1cvs99
5444
5445         * src/imap_gtk.c
5446                 Don't display an error on NOSELECT
5447                 folders when synchronising
5448
5449 2007-01-03 [paul]       2.6.1cvs98
5450
5451         * tools/maildir2claws-mail.pl
5452                 only substitute 'sent-mail' if it's
5453                 the full directory name
5454
5455 2007-01-03 [paul]       2.6.1cvs97
5456
5457         * ChangeLog
5458         * ChangeLog.pre2.0.0
5459         * Makefile.am
5460                 archive a chunk of ChangeLog in
5461                 ChangeLog.pre2.0.0
5462         * ChangeLog.gtk1
5463         * doc/src/ChangeLog.claws-pre0.8.0
5464                 remove ChangeLog.claws-pre0.8.0, adding
5465                 its contents to ChangeLog.gtk1
5466
5467 2007-01-03 [paul]       2.6.1cvs96
5468
5469         * src/account.c
5470         * src/account.h
5471         * src/action.c
5472         * src/action.h
5473         * src/adbookbase.h
5474         * src/addr_compl.c
5475         * src/addr_compl.h
5476         * src/addrbook.c
5477         * src/addrcache.c
5478         * src/addrcache.h
5479         * src/addrcindex.c
5480         * src/addrcindex.h
5481         * src/addrclip.c
5482         * src/addrclip.h
5483         * src/addrdefs.h
5484         * src/addressadd.c
5485         * src/addressadd.h
5486         * src/addressbook.c
5487         * src/addressbook.h
5488         * src/addressbook_foldersel.c
5489         * src/addressbook_foldersel.h
5490         * src/addrgather.c
5491         * src/addrgather.h
5492         * src/addrharvest.c
5493         * src/addrharvest.h
5494         * src/addrindex.c
5495         * src/addrindex.h
5496         * src/addritem.c
5497         * src/addritem.h
5498         * src/addrquery.c
5499         * src/addrquery.h
5500         * src/addrselect.c
5501         * src/addrselect.h
5502         * src/alertpanel.c
5503         * src/alertpanel.h
5504         * src/browseldap.c
5505         * src/browseldap.h
5506         * src/codeconv.c
5507         * src/codeconv.h
5508         * src/compose.c
5509         * src/compose.h
5510         * src/customheader.c
5511         * src/customheader.h
5512         * src/displayheader.c
5513         * src/displayheader.h
5514         * src/editaddress.c
5515         * src/editaddress.h
5516         * src/editbook.c
5517         * src/editbook.h
5518         * src/editgroup.c
5519         * src/editgroup.h
5520         * src/editjpilot.c
5521         * src/editjpilot.h
5522         * src/editldap.c
5523         * src/editldap.h
5524         * src/editldap_basedn.c
5525         * src/editldap_basedn.h
5526         * src/editvcard.c
5527         * src/editvcard.h
5528         * src/exphtmldlg.c
5529         * src/exphtmldlg.h
5530         * src/expldifdlg.c
5531         * src/expldifdlg.h
5532         * src/export.c
5533         * src/export.h
5534         * src/exporthtml.c
5535         * src/exporthtml.h
5536         * src/exportldif.c
5537         * src/exportldif.h
5538         * src/filtering.c
5539         * src/filtering.h
5540         * src/folder.c
5541         * src/folder.h
5542         * src/folder_item_prefs.c
5543         * src/folder_item_prefs.h
5544         * src/foldersel.c
5545         * src/foldersel.h
5546         * src/folderutils.c
5547         * src/folderutils.h
5548         * src/folderview.c
5549         * src/folderview.h
5550         * src/grouplistdialog.c
5551         * src/grouplistdialog.h
5552         * src/headerview.c
5553         * src/html.c
5554         * src/html.h
5555         * src/image_viewer.c
5556         * src/image_viewer.h
5557         * src/imap.c
5558         * src/imap.h
5559         * src/imap_gtk.c
5560         * src/imap_gtk.h
5561         * src/import.c
5562         * src/import.h
5563         * src/importldif.c
5564         * src/importldif.h
5565         * src/importmutt.c
5566         * src/importmutt.h
5567         * src/importpine.c
5568         * src/importpine.h
5569         * src/inc.c
5570         * src/inc.h
5571         * src/jpilot.c
5572         * src/jpilot.h
5573         * src/ldapctrl.c
5574         * src/ldapctrl.h
5575         * src/ldaplocate.c
5576         * src/ldaplocate.h
5577         * src/ldapquery.c
5578         * src/ldapquery.h
5579         * src/ldapserver.c
5580         * src/ldapserver.h
5581         * src/ldaputil.c
5582         * src/ldaputil.h
5583         * src/ldif.c
5584         * src/ldif.h
5585         * src/main.c
5586         * src/main.h
5587         * src/mainwindow.c
5588         * src/mainwindow.h
5589         * src/manual.c
5590         * src/manual.h
5591         * src/mbox.c
5592         * src/message_search.c
5593         * src/message_search.h
5594         * src/messageview.c
5595         * src/messageview.h
5596         * src/mh.c
5597         * src/mh.h
5598         * src/mh_gtk.c
5599         * src/mh_gtk.h
5600         * src/mimeview.c
5601         * src/mimeview.h
5602         * src/msgcache.c
5603         * src/msgcache.h
5604         * src/mutt.c
5605         * src/mutt.h
5606         * src/news.c
5607         * src/news.h
5608         * src/news_gtk.c
5609         * src/news_gtk.h
5610         * src/partial_download.c
5611         * src/partial_download.h
5612         * src/pine.c
5613         * src/pine.h
5614         * src/pop.c
5615         * src/pop.h
5616         * src/prefs_account.c
5617         * src/prefs_account.h
5618         * src/prefs_actions.c
5619         * src/prefs_actions.h
5620         * src/prefs_common.c
5621         * src/prefs_common.h
5622         * src/prefs_compose_writing.c
5623         * src/prefs_compose_writing.h
5624         * src/prefs_customheader.c
5625         * src/prefs_customheader.h
5626         * src/prefs_display_header.c
5627         * src/prefs_display_header.h
5628         * src/prefs_filtering.c
5629         * src/prefs_filtering.h
5630         * src/prefs_filtering_action.c
5631         * src/prefs_filtering_action.h
5632         * src/prefs_folder_column.c
5633         * src/prefs_folder_column.h
5634         * src/prefs_folder_item.c
5635         * src/prefs_folder_item.h
5636         * src/prefs_fonts.c
5637         * src/prefs_fonts.h
5638         * src/prefs_gtk.c
5639         * src/prefs_gtk.h
5640         * src/prefs_image_viewer.c
5641         * src/prefs_image_viewer.h
5642         * src/prefs_matcher.c
5643         * src/prefs_matcher.h
5644         * src/prefs_message.c
5645         * src/prefs_msg_colors.c
5646         * src/prefs_msg_colors.h
5647         * src/prefs_other.c
5648         * src/prefs_quote.c
5649         * src/prefs_receive.c
5650         * src/prefs_send.c
5651         * src/prefs_spelling.c
5652         * src/prefs_spelling.h
5653         * src/prefs_summaries.c
5654         * src/prefs_summaries.h
5655         * src/prefs_summary_column.c
5656         * src/prefs_summary_column.h
5657         * src/prefs_template.c
5658         * src/prefs_template.h
5659         * src/prefs_themes.c
5660         * src/prefs_themes.h
5661         * src/prefs_toolbar.c
5662         * src/prefs_toolbar.h
5663         * src/prefs_wrapping.c
5664         * src/prefs_wrapping.h
5665         * src/privacy.c
5666         * src/privacy.h
5667         * src/procheader.c
5668         * src/procheader.h
5669         * src/procmime.c
5670         * src/procmime.h
5671         * src/procmsg.c
5672         * src/procmsg.h
5673         * src/quote_fmt.c
5674         * src/quote_fmt_parse.y
5675         * src/recv.c
5676         * src/recv.h
5677         * src/remotefolder.c
5678         * src/remotefolder.h
5679         * src/send_message.c
5680         * src/send_message.h
5681         * src/setup.c
5682         * src/setup.h
5683         * src/sourcewindow.c
5684         * src/sourcewindow.h
5685         * src/ssl_manager.c
5686         * src/ssl_manager.h
5687         * src/statusbar.c
5688         * src/statusbar.h
5689         * src/stock_pixmap.c
5690         * src/stock_pixmap.h
5691         * src/summary_search.c
5692         * src/summary_search.h
5693         * src/summaryview.c
5694         * src/summaryview.h
5695         * src/textview.c
5696         * src/textview.h
5697         * src/toolbar.c
5698         * src/toolbar.h
5699         * src/undo.c
5700         * src/undo.h
5701         * src/unmime.c
5702         * src/unmime.h
5703         * src/vcard.c
5704         * src/vcard.h
5705         * src/wizard.c
5706         * src/wizard.h
5707         * src/common/base64.c
5708         * src/common/base64.h
5709         * src/common/defs.h
5710         * src/common/hooks.c
5711         * src/common/hooks.h
5712         * src/common/log.c
5713         * src/common/log.h
5714         * src/common/mgutils.c
5715         * src/common/mgutils.h
5716         * src/common/nntp.c
5717         * src/common/nntp.h
5718         * src/common/passcrypt.c
5719         * src/common/passcrypt.h.in
5720         * src/common/plugin.c
5721         * src/common/plugin.h
5722         * src/common/prefs.c
5723         * src/common/prefs.h
5724         * src/common/progressindicator.c
5725         * src/common/progressindicator.h
5726         * src/common/quoted-printable.c
5727         * src/common/quoted-printable.h
5728         * src/common/session.c
5729         * src/common/session.h
5730         * src/common/smtp.c
5731         * src/common/smtp.h
5732         * src/common/socket.c
5733         * src/common/socket.h
5734         * src/common/ssl.c
5735         * src/common/ssl.h
5736         * src/common/ssl_certificate.c
5737         * src/common/ssl_certificate.h
5738         * src/common/stringtable.c
5739         * src/common/stringtable.h
5740         * src/common/template.c
5741         * src/common/template.h
5742         * src/common/timing.h
5743         * src/common/utils.c
5744         * src/common/utils.h
5745         * src/common/version.h.in
5746         * src/common/xml.c
5747         * src/common/xml.h
5748         * src/common/xmlprops.c
5749         * src/common/xmlprops.h
5750         * src/gtk/about.c
5751         * src/gtk/colorlabel.c
5752         * src/gtk/colorsel.c
5753         * src/gtk/colorsel.h
5754         * src/gtk/combobox.c
5755         * src/gtk/combobox.h
5756         * src/gtk/description_window.c
5757         * src/gtk/description_window.h
5758         * src/gtk/filesel.c
5759         * src/gtk/filesel.h
5760         * src/gtk/foldersort.c
5761         * src/gtk/foldersort.h
5762         * src/gtk/gtksctree.c
5763         * src/gtk/gtkutils.c
5764         * src/gtk/gtkutils.h
5765         * src/gtk/inputdialog.c
5766         * src/gtk/inputdialog.h
5767         * src/gtk/logwindow.c
5768         * src/gtk/logwindow.h
5769         * src/gtk/manage_window.c
5770         * src/gtk/manage_window.h
5771         * src/gtk/menu.c
5772         * src/gtk/menu.h
5773         * src/gtk/pluginwindow.c
5774         * src/gtk/pluginwindow.h
5775         * src/gtk/prefswindow.c
5776         * src/gtk/prefswindow.h
5777         * src/gtk/progressdialog.c
5778         * src/gtk/progressdialog.h
5779         * src/gtk/sslcertwindow.c
5780         * src/gtk/sslcertwindow.h
5781         * src/plugins/bogofilter/bogofilter.c
5782         * src/plugins/bogofilter/bogofilter.h
5783         * src/plugins/bogofilter/bogofilter_gtk.c
5784         * src/plugins/clamav/clamav_plugin.c
5785         * src/plugins/clamav/clamav_plugin.h
5786         * src/plugins/clamav/clamav_plugin_gtk.c
5787         * src/plugins/demo/demo.c
5788         * src/plugins/dillo_viewer/dillo_prefs.c
5789         * src/plugins/dillo_viewer/dillo_prefs.h
5790         * src/plugins/dillo_viewer/dillo_viewer.c
5791         * src/plugins/pgpcore/passphrase.c
5792         * src/plugins/pgpcore/passphrase.h
5793         * src/plugins/pgpcore/pgp_viewer.c
5794         * src/plugins/pgpcore/pgp_viewer.h
5795         * src/plugins/pgpcore/plugin.c
5796         * src/plugins/pgpcore/select-keys.c
5797         * src/plugins/pgpcore/select-keys.h
5798         * src/plugins/pgpcore/sgpgme.c
5799         * src/plugins/pgpcore/sgpgme.h
5800         * src/plugins/pgpinline/pgpinline.c
5801         * src/plugins/pgpinline/pgpinline.h
5802         * src/plugins/pgpinline/plugin.c
5803         * src/plugins/pgpmime/pgpmime.c
5804         * src/plugins/pgpmime/pgpmime.h
5805         * src/plugins/pgpmime/plugin.c
5806         * src/plugins/spamassassin/spamassassin.c
5807         * src/plugins/spamassassin/spamassassin.h
5808         * src/plugins/spamassassin/spamassassin_gtk.c
5809         * src/plugins/trayicon/trayicon.c
5810                 it's 2007, update the year in the copyright headers
5811
5812 2007-01-03 [paul]       2.6.1cvs95
5813
5814         * src/gtk/about.c
5815                 it is 2007, use it in the copyright string
5816
5817 2007-01-03 [paul]       2.6.1cvs94
5818
5819         * src/html.c
5820                 html entity conversion:
5821                 move &#153; to a more suitable place
5822                 add &bull; and &ndash;
5823                 make sure &mdash; and &#8212; are both
5824                 converted the same
5825
5826 2007-01-02 [colin]      2.6.1cvs93
5827
5828         * src/addrbook.c
5829                 Fix leak
5830         * src/common/plugin.c
5831                 Add comment
5832         * src/etpan/imap-thread.c
5833                 Fix warning
5834
5835 2006-12-31 [paul]       2.6.1cvs92
5836
5837         * src/prefs_summaries.c
5838                 use gtk_button_new_from_stock()
5839
5840 2006-12-30 [colin]      2.6.1cvs91
5841
5842         * src/folder.c
5843         * src/imap_gtk.c
5844         * src/mh_gtk.c
5845                 Don't update filtering and account paths 
5846                 when copying folders
5847
5848 2006-12-30 [colin]      2.6.1cvs90
5849
5850         * src/prefs_compose_writing.c
5851         * src/prefs_quote.c
5852         * src/prefs_template.c
5853                 Use message font for Writing and 
5854                 Quoting prefs, as well as Templates.
5855
5856 2006-12-30 [colin]      2.6.1cvs89
5857
5858         * src/prefs_summaries.c
5859                 Rework GUI; patch by Pawel
5860
5861 2006-12-29 [colin]      2.6.1cvs88
5862
5863         * src/prefs_folder_item.c
5864                 Fix bug 1085, 'Apply to subfolder 
5865                 doesn't work' - I was mistaken saying
5866                 it worked in every case
5867
5868 2006-12-28 [colin]      2.6.1cvs87
5869
5870         * src/gtk/gtkaspell.c
5871                 Don't assert if use_alternate is true
5872                 and alt_dictionary isn't set -- this 
5873                 is what happens on upgrade! Rather,
5874                 do with it.
5875
5876 2006-12-28 [colin]      2.6.1cvs86
5877
5878         * Makefile.am
5879                 Fix desktop/icon simplification
5880
5881 2006-12-28 [colin]      2.6.1cvs85
5882
5883         * Makefile.am
5884                 Make desktop and icon not 
5885                 dependant on the desktop
5886
5887 2006-12-28 [wwp]        2.6.1cvs84
5888
5889         * src/plugins/pgpmime/claws.def
5890                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5891
5892 2006-12-28 [wwp]        2.6.1cvs83
5893
5894         * src/prefs_folder_item.c
5895                 Fix coloring of "simplify subject regexp" (folder prefs),
5896                 which might be left to red whereas the regexp gets empty.
5897
5898 2006-12-28 [wwp]        2.6.1cvs82
5899
5900         * src/prefs_common.c
5901         * src/prefs_common.h
5902         * src/addressbook.c
5903         * src/addressitem.h
5904                 Save addressbook mainwindow's horizontal and vertical splitter position.
5905
5906 2006-12-27 [wwp]        2.6.1cvs81
5907
5908         * src/gtk/gtkaspell.c
5909         * src/gtk/gtkaspell.h
5910         * src/compose.c
5911                 Fix assignment of compose's default and alternate dictionary from
5912                 account or folder settings. Now gtkaspell_change_dict does rotate
5913                 dicts only when it's called from a menu cb.
5914
5915 2006-12-27 [wwp]        2.6.1cvs80
5916
5917         * src/folder_item_prefs.c
5918                 Fix randomly initialized default-alt-dictionary (folder prefs),
5919                 complete 2.6.1cvs72.
5920
5921 2006-12-27 [paul]       2.6.1cvs79
5922
5923         * src/imap_gtk.c
5924         * src/mh_gtk.c
5925                 Add Copy folder in the folder's contextual
5926                 menu
5927
5928 2006-12-27 [wwp]        2.6.1cvs78
5929
5930         * src/imap.c
5931                 Clean up session locking, thanks to Colin.
5932
5933 2006-12-26 [colin]      2.6.1cvs77
5934
5935         * src/statusbar.c
5936                 Revert previous patch
5937
5938 2006-12-26 [colin]      2.6.1cvs76
5939
5940         * src/folder.c
5941         * src/folderview.c
5942         * src/imap.c
5943         * src/statusbar.c
5944         * src/etpan/imap-thread.c
5945                 Fix previous commit warnings
5946                 Make statusbar update every second if total < 20
5947                 Make IMAP APPEND faster by simplifying log              
5948
5949 2006-12-26 [colin]      2.6.1cvs75
5950
5951         * src/folder.c
5952         * src/folder.h
5953         * src/folderview.c
5954         * src/folderview.h
5955         * src/imap_gtk.c
5956         * src/mh_gtk.c
5957                 Make it possible to copy folders accross
5958                 mailboxes (this was an arbitrary limitation).
5959                 Still make it impossible to move folders 
5960                 accross mailboxes.
5961
5962 2006-12-26 [colin]      2.6.1cvs74
5963
5964         * src/etpan/imap-thread.c
5965                 Fix bug 1081, 'claws-mail 
5966                 segfaults when going offline 
5967                 while it transfers mails via 
5968                 imap'
5969
5970 2006-12-26 [colin]      2.6.1cvs73
5971
5972         * src/folder_item_prefs.c
5973                 Don't forget alt dictionary when
5974                 renaming/moving folders
5975
5976 2006-12-26 [wwp]        2.6.1cvs72
5977
5978         * src/folder_item_prefs.c
5979                 Add missing defaults for per-folder alt dict
5980                 (forgotten in 2.6.1cvs61).
5981
5982 2006-12-26 [colin]      2.6.1cvs71
5983
5984         * src/wizard.c
5985                 Add tooltip to state that specifying
5986                 full path to mailbox is possible
5987
5988 2006-12-26 [wwp]        2.6.1cvs70
5989
5990         * src/partial_download.c
5991         * src/gtk/gtkvscrollbutton.c
5992         * src/plugins/pgpinline/plugin.c
5993                 Fix for few compiler warnings that matter.
5994
5995 2006-12-25 [colin]      2.6.1cvs69
5996
5997         * src/partial_download.c
5998                 Fix marking for download or deletion
5999                 when the header isn't the first
6000         * src/gtk/logwindow.c
6001                 Fix start of scrolling
6002
6003 2006-12-23 [paul]       2.6.1cvs68
6004
6005         * src/compose.c
6006                 change last commit to use the 'academic'
6007                 method instead. Thanks to wwp
6008
6009 2006-12-23 [paul]       2.6.1cvs67
6010
6011         * src/compose.c
6012                 don't warn about empty subject when
6013                 redirecting
6014
6015 2006-12-22 [colin]      2.6.1cvs66
6016
6017         * src/summary_search.c
6018                 Fix previous patch
6019
6020 2006-12-22 [colin]      2.6.1cvs65
6021
6022         * src/gtk/gtkutils.c
6023         * src/imap.c
6024         * src/jpilot.c
6025         * src/summary_search.c
6026                 A few warning fixes
6027
6028 2006-12-23 [paul]       
6029
6030         2.7.0-rc2 released
6031
6032 2006-12-22 [colin]      2.6.1cvs64
6033
6034         * src/toolbar.c
6035         * src/toolbar.h
6036                 Add a combo to the learn spam button
6037         * src/plugins/bogofilter/bogofilter.c
6038         * src/plugins/bogofilter/bogofilter_gtk.c
6039         * src/plugins/bogofilter/bogofilter.h
6040                 Allow to store Unsure mails in a specific
6041                 folder to make better teaching easier
6042
6043 2006-12-21 [wwp]        2.6.1cvs63
6044
6045         * src/compose.c
6046         * src/prefs_common.c
6047         * src/prefs_common.h
6048         * src/prefs_spelling.c
6049         * src/gtk/gtkaspell.c
6050         * src/gtk/gtkaspell.h
6051                 Allow spell-checking using both current and alternate dictionaries
6052                 (thanks to Colin).
6053
6054 2006-12-21 [wwp]        2.6.1cvs62
6055
6056         * src/gtk/gtkaspell.c
6057                 Apply recheck_when_changing_dict (highlight all mispelled words)
6058                 when switching to alternate dictionary.
6059
6060 2006-12-21 [wwp]        2.6.1cvs61
6061
6062         * src/compose.c
6063         * src/folder_item_prefs.h
6064         * src/prefs_common.c
6065         * src/prefs_common.h
6066         * src/prefs_folder_item.c
6067         * src/prefs_spelling.c
6068         * src/gtk/gtkaspell.c
6069         * src/gtk/gtkaspell.h
6070                 Add global and per-folder prefs to set the default
6071                 alternate dictionary.
6072
6073 2006-12-21 [colin]      2.6.1cvs60
6074
6075         * src/folder.c
6076                 Look for folders by path in all folders
6077         * src/html.c
6078                 add &mdash;
6079
6080 2006-12-20 [colin]      2.6.1cvs59
6081
6082         * src/gtk/quicksearch.c
6083                 Make sure in_typing is false when clearing
6084
6085 2006-12-20 [wwp]        2.6.1cvs58
6086
6087         * configure.ac
6088                 change manual's target dir to be LFH-compliant (thanks to Colin).
6089
6090 2006-12-20 [wwp]        2.6.1cvs57
6091
6092         * src/prefs_common.c
6093         * src/prefs_summaries.c
6094                 i18n fix and factorize patch, thanks to Fabien.
6095
6096 2006-12-20 [paul]       2.6.1cvs56
6097
6098         * configure.ac
6099                 last of the renaming (??)
6100         * src/main.c
6101                 correct --help info of --status-full
6102         * src/plugins/bogofilter/bogofilter.c
6103                 make FALSE default of whitelist_ab
6104
6105 2006-12-19 [colin]      2.6.1cvs55
6106
6107         * src/jpilot.c
6108                 Same as before, without depending on
6109                 pisock >= 0.12
6110
6111 2006-12-19 [colin]      2.6.1cvs54
6112
6113         * src/jpilot.c
6114                 Fix bug 1059, 'Better jpilot charset 
6115                 handling'. Use libpisync's charset conversion
6116                 if possible
6117
6118 2006-12-19 [colin]      2.6.1cvs53
6119
6120         * po/fr.po
6121                 Updated by Fabien
6122
6123 2006-12-19 [wwp]        2.6.1cvs52
6124
6125         * src/gtk/about.c
6126                 Add missing #include (thanks to Colin).
6127
6128 2006-12-19 [wwp]        2.6.1cvs51
6129
6130         * src/prefs_receive.c
6131                 Better spacing between widgets in prefs.
6132
6133 2006-12-18 [colin]      2.6.1cvs50
6134
6135         * src/imap.c
6136                 Fix failure to get separator on LIST "" ""
6137                 Try LIST "" "INBOX" too.
6138
6139 2006-12-18 [wwp]        2.6.1cvs49
6140
6141         * src/common/session.c
6142                 Fix a compiler warning (thanks to Fabien).
6143
6144 2006-12-18 [wwp]        2.6.1cvs48
6145
6146         * src/compose.c
6147         * src/prefs_quote.c
6148                 Factorize some strings for translation (it's about error
6149                 messages when applying or checking template/quote format).
6150
6151 2006-12-18 [colin]      2.6.1cvs47
6152
6153         * Makefile.am
6154         * src/common/defs.h
6155         * src/gtk/Makefile.am
6156         * src/gtk/about.c
6157                 Add a Release notes tab from the contents of
6158                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6159
6160 2006-12-17 [colin]      2.6.1cvs46
6161
6162         * src/mimeview.c
6163         * src/textview.c
6164         * src/gtk/filesel.c
6165                 Correctly convert from/to UTF8/filename encoding
6166                 when loading and saving files. Probably fixes
6167                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6168                 for a file to attach and is blocked...'
6169
6170 2006-12-17 [colin]      2.6.1cvs45
6171
6172         * src/gtk/logwindow.c
6173                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6174                 IMAP folder and is blocked on main thread': 
6175                 make sure we put utf8 in the log.
6176
6177 2006-12-16 [colin]      2.6.1cvs44
6178
6179         * src/toolbar.c
6180         * src/toolbar.h
6181                 Fix bug 1055, 'Add the 'cancel receive' 
6182                 in the available events for the toolbar buttons'
6183
6184 2006-12-16 [colin]      2.6.1cvs43
6185
6186         * po/POTFILES.in
6187         * src/imap.c
6188         * src/common/nntp.c
6189         * src/common/session.c
6190                 Log error when SSL handshakes fail. 
6191                 Fixes bug 1082, 'incorrect / imprecise 
6192                 error message when imap server provides 
6193                 ssl only through STARTTLS but SSL is 
6194                 selected'
6195
6196 2006-12-15 [wwp]        2.6.1cvs42
6197
6198         * src/plugins/bogofilter/bogofilter_gtk.c
6199                 set proper sensitivity to widgets I've recently added.
6200
6201 2006-12-15 [colin]      
6202
6203         2.7.0-rc1 released
6204
6205 2006-12-15 [wwp]        2.6.1cvs41
6206
6207         * src/plugins/bogofilter/bogofilter.c
6208         * src/plugins/bogofilter/bogofilter.h
6209         * src/plugins/bogofilter/bogofilter_gtk.c
6210                 bogofilter's whitelist can now use a subset of
6211                 the addressbook (either a book, a subfolder of a book,
6212                 or the whole addressbook by using "Any"). Re-used there
6213                 some pref_matcher widgets and mechanisms to match a subset
6214                 of the addressbook.
6215
6216 2006-12-15 [wwp]        2.6.1cvs40
6217
6218         * src/wizard.c
6219         * src/common/plugin.c
6220         * src/common/plugin.h
6221         * src/gtk/about.c
6222         * src/plugins/bogofilter/bogofilter.c
6223         * src/plugins/clamav/clamav_plugin.c
6224         * src/plugins/demo/demo.c
6225         * src/plugins/dillo_viewer/dillo_viewer.c
6226         * src/plugins/pgpcore/plugin.c
6227         * src/plugins/pgpinline/plugin.c
6228         * src/plugins/pgpmime/plugin.c
6229         * src/plugins/spamassassin/spamassassin.c
6230         * src/plugins/trayicon/trayicon.c
6231                 factorize some translatable strings (plugins-related),
6232                 fix missing punctuation in several places,
6233                 remove useless translatable \n in about.c,
6234                 and factorize plugin init code w/ a new function
6235                 check_plugin_version() in common/plugin.c.
6236                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6237
6238 2006-12-15 [wwp]        2.6.1cvs39
6239
6240         * src/plugins/bogofilter/bogofilter.c
6241         * src/plugins/bogofilter/bogofilter_gtk.c
6242                 flag whitelisted spams as spam, but don't filter it to the spam
6243                 folder. Thanks to Colin.
6244
6245 2006-12-15 [ticho]      2.6.1cvs38
6246
6247         * src/plugins/bogofilter/bogofilter.c
6248         * src/plugins/bogofilter/bogofilter.h
6249         * src/plugins/bogofilter/bogofilter_gtk.c
6250                 Add option to whitelist senders found in addressbook. Patch by colin.
6251
6252 2006-12-15 [paul]       2.6.1cvs37
6253
6254         * src/folderview.c
6255                 add missing #include "log.h"
6256
6257 2006-12-15 [paul]       2.6.1cvs36
6258
6259         * src/plugins/bogofilter/bogofilter.c
6260         * src/plugins/bogofilter/bogofilter.h
6261         * src/plugins/bogofilter/bogofilter_gtk.c
6262                 Add an option to allow inserting an
6263                 X-Claws-Bogosity header (on MH folders
6264                 only). Patch by Colin
6265
6266 2006-12-14 [colin]      2.6.1cvs35
6267
6268         * src/main.c
6269                 "Yes" should be the default choice for
6270                 migration configuration
6271
6272 2006-12-14 [paul]       2.6.1cvs34
6273
6274         * src/prefs_summaries.c
6275         * manual/advanced.xml
6276                 Unhide mark_as_read_delay
6277
6278 2006-12-14 [paul]       2.6.1cvs33
6279
6280         * src/messageview.c
6281         * src/messageview.h
6282         * src/mimeview.c
6283         * src/mimeview.h
6284         * src/summaryview.c
6285         * src/textview.c
6286         * src/textview.h
6287                 Fix printing of selection
6288                 Fix printing of message parts
6289                 Fix printing of images
6290         * src/gtk/gtksourceprintjob.c
6291                 Fix page count when there are images
6292
6293 2006-12-14 [wwp]        2.6.1cvs32
6294
6295         * src/mainwindow.c
6296         * src/summaryview.c
6297         * src/summaryview.h
6298         * src/gtk/quicksearch.c
6299                 fix quicksearch 'magnify' button status when QS is closed
6300                 using the Escape key, thanks to Colin.
6301
6302 2006-12-14 [wwp]        2.6.1cvs31
6303
6304         * src/mainwindow.c
6305         * src/summaryview.c
6306         * src/summaryview.h
6307         * src/gtk/quicksearch.c
6308                 fix quicksearch 'magnify' button status when QS is closed
6309                 using the Escape key, thanks to Colin.
6310
6311 2006-12-13 [colin]      2.6.1cvs30
6312
6313         * src/ldapquery.c
6314         * src/ldaputil.c
6315                 Use the binary safe version of ldap_get_values,
6316                 to make sure we manipulate null-terminated 
6317                 strings. Maybe fixes bug 1075, 'claws mail 
6318                 segfault when completing ldap adresses'
6319         * src/syldap.c ** REMOVED **
6320         * src/syldap.h ** REMOVED **
6321                 Remove dead files
6322
6323 2006-12-13 [mones]      2.6.1cvs29
6324
6325         * po/es.po
6326                 Fixed piped strings, fixed click translation
6327
6328 2006-12-13 [paul]       2.6.1cvs28
6329
6330         * src/main.c
6331                 don't translate these strings
6332
6333 2006-12-13 [paul]       2.6.1cvs27
6334
6335         * po/en_GB.po
6336                 updated
6337
6338 2006-12-13 [colin]      2.6.1cvs26
6339
6340         * src/main.c
6341         * src/main.h
6342                 Add claws_is_starting()
6343
6344 2006-12-13 [mones]      2.6.1cvs25
6345
6346         * manual/es/advanced.xml
6347         * po/es.po
6348                 Synced manual and updated translation
6349
6350 2006-12-12 [colin]      2.6.1cvs24
6351
6352         * src/wizard.c
6353                 Add an option to use STARTTLS in the
6354                 welcome wizard. Fixes bug 1080, 
6355                 'Using SSL option in wizard for incoming 
6356                 server does not activate SSL with STARTTLS'
6357
6358 2006-12-12 [colin]      2.6.1cvs23
6359
6360         * src/main.c
6361                 Don't exit when there's an incomplete
6362                 mailbox configured - leaves a chance 
6363                 to fix a failing IMAP account. Exit
6364                 if no mailbox at all is loaded (case
6365                 of missing plugin).
6366                 Completes bug 1077's fix (I was wrong
6367                 in this bug's comment #3).
6368
6369 2006-12-12 [colin]      2.6.1cvs22
6370
6371         * src/gtk/menu.h
6372                 Add another menu data type
6373         * src/prefs_account.c
6374                 Complete the completion of bug 1076
6375                 (doesn't lose the pref on apply)
6376
6377 2006-12-12 [paul]       2.6.1cvs21
6378
6379         * src/prefs_account.c
6380                 complete the fix of bug 1076
6381                 also be more verbose with the text
6382
6383 2006-12-12 [paul]       2.6.1cvs20
6384
6385         * src/gtk/combobox.c
6386                 fix compilation warning
6387
6388 2006-12-11 [colin]      2.6.1cvs19
6389
6390         * src/wizard.c
6391                 Document :port in server entry tooltips
6392
6393 2006-12-11 [colin]      2.6.1cvs18
6394
6395         * src/main.c
6396                 Fix compile
6397
6398 2006-12-11 [colin]      2.6.1cvs17
6399
6400         * src/main.c
6401                 Add failing IMAP as a reason for no
6402                 mailbox
6403
6404 2006-12-11 [colin]      2.6.1cvs16
6405
6406         * src/prefs_account.c
6407                 Check for existence of inbox for local
6408                 accounts too
6409         * src/wizard.c
6410                 Allow setting the port to use for servers
6411                 by using the usual "server.example.com:port"
6412                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6413                 not start when IMAP server is unavailable'
6414
6415 2006-12-11 [colin]      2.6.1cvs15
6416
6417         * src/prefs_account.c
6418                 Prevent use of non-existing default inbox
6419
6420 2006-12-11 [colin]      2.6.1cvs14
6421
6422         * src/prefs_account.c
6423                 Fix sensitivity. Fixes bug 1076, 'privacy 
6424                 options are displayed even when pgp plugin 
6425                 not loaded / available'
6426
6427 2006-12-09 [colin]      2.6.1cvs13
6428
6429         * manual/advanced.xml
6430         * src/prefs_common.c
6431         * src/prefs_common.h
6432         * src/common/ssl_certificate.c
6433                 Add a new hidden preference, 'unsafe_ssl_certs',
6434                 which allows to store multiple certificates per
6435                 server/port. This is disabled by default because
6436                 it's less secure (presenting a new certificate
6437                 instead of a changed one raises less alarms).
6438                 This will cause Claws to ask about an unknown
6439                 certificate for people who have used 2.6.1cvs8
6440                 or greater.
6441
6442 2006-12-09 [colin]      2.6.1cvs12
6443
6444         * src/action.c
6445                 Fix cache updating after action
6446
6447 2006-12-07 [wwp]        2.6.1cvs11
6448
6449         * src/compose.c
6450                 fix email address comparison when replying to all
6451                 (avoid replying to ourselves), thanks to Colin.
6452
6453 2006-12-06 [paul]       2.6.1cvs10
6454
6455         * src/addrharvest.c
6456         * src/editldap.c
6457         * src/expldifdlg.c
6458         * src/news.c
6459         * src/toolbar.c
6460         * src/common/utils.c
6461                 ...and more renaming
6462                 Thanks to Colin
6463
6464 2006-12-06 [paul]       2.6.1cvs9
6465
6466         * src/compose.c
6467         * src/messageview.c
6468         * src/procheader.c
6469         * src/procmime.c
6470         * src/procmsg.c
6471         * src/textview.c
6472                 more renaming
6473                 Thanks to Colin
6474
6475 2006-12-06 [colin]      2.6.1cvs8
6476
6477         * src/ssl_manager.c
6478         * src/common/ssl_certificate.c
6479         * src/common/ssl_certificate.h
6480                 Handle multiple certificates per host/port
6481
6482 2006-12-06 [colin]      2.6.1cvs7
6483
6484         * src/etpan/imap-thread.c
6485                 Fix certificate checking on IMAP
6486
6487 2006-12-06 [colin]      2.6.1cvs6
6488
6489         * src/folderview.c
6490                 Fix bug 1072, 'Claws stops fetching newsgroups 
6491                 from server when newsgroup got deleted': continue
6492                 checking other groups
6493
6494 2006-12-05 [wwp]        2.6.1cvs5
6495
6496         * src/message_search.c
6497         * src/summary_search.c
6498         * src/gtk/combobox.c
6499         * src/gtk/combobox.h
6500         * src/gtk/gtkutils.c
6501         * src/gtk/gtkutils.h
6502                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6503                 behave like w/ old comboboxes (summary and message search only).
6504
6505 2006-12-05 [paul]       2.6.1cvs4
6506
6507         * src/wizard.c
6508                 encode headers
6509                 Thanks to Colin
6510
6511 2006-12-05 [paul]       2.6.1cvs3
6512
6513         * tools/README
6514         * tools/textviewer.pl
6515                 script updated and description added
6516
6517 2006-12-04 [colin]      2.6.1cvs2
6518
6519         * src/compose.c
6520                 Run pre-send hook only when checking
6521                 everything
6522
6523 2006-12-04 [paul]       2.6.1cvs1
6524
6525         * NEWS
6526         * README
6527         * RELEASE_NOTES
6528         * configure.ac
6529         * tools/README
6530                 bump up version number following stable release
6531
6532 2006-12-04 [paul]       2.6.0cvs83
6533
6534         * README
6535                 updates and corrections
6536
6537 2006-12-04 [colin]      2.6.0cvs82
6538
6539         * src/common/utils.c
6540                 Probably fix bug 1066, 'Incorrect mailbox 
6541                 size displayed'
6542
6543 2006-12-04 [colin]      2.6.0cvs81
6544
6545         * src/common/utils.c
6546                 Trim tabs from mailcap file too.
6547
6548 2006-12-02 [paul]       2.6.0cvs80
6549
6550         * src/exphtmldlg.c
6551                 fix broken GUI under certain languages
6552         * src/expldifdlg.c
6553                 put the Cancel button to the right
6554
6555 2006-12-01 [paul]       2.6.0cvs79
6556
6557         * tools/Makefile.am
6558                 remove reference to removed file
6559
6560 2006-12-01 [wwp]        2.6.0cvs78
6561
6562         * src/addressbook.c
6563         * src/editaddress.c
6564                 remove forgotten debug statements.
6565
6566 2006-12-01 [wwp]        2.6.0cvs77
6567
6568         * manual/advanced.xml
6569         * manual/fr/advanced.xml
6570         * src/addressbook.c
6571         * src/addressbook.h
6572         * src/addressitem.h
6573         * src/editaddress.c
6574         * src/editaddress.h
6575         * src/prefs_common.c
6576         * src/prefs_common.h
6577         * src/gtk/gtkutils.c
6578         * src/gtk/gtkutils.h
6579                 add a hidden option to allow embedding the editaddress (edit contact details)
6580                 dialog into the addressbook's window. This doesn't change the default
6581                 behaviour.
6582
6583 2006-12-01 [wwp]        2.6.0cvs76
6584
6585         * src/message_search.c
6586         * src/summary_search.c
6587                 fix more focus issues (don't set focus to combobox's entry widget when
6588                 entry's value changed, if entry widget has focus already).
6589
6590 2006-12-01 [wwp]        2.6.0cvs75
6591
6592         * src/gtk/quicksearch.c
6593                 revert last changes to the quicksearch gtk_combo_box, this needs more
6594                 tuning and testing.
6595
6596 2006-12-01 [paul]       2.6.0cvs74
6597
6598         * tools/kdeservicemenu/README
6599         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6600         * tools/kdeservicemenu/install.sh
6601         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6602         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6603                 simplify this stuff, and in so doing,
6604                 fix it. (possibly re-extend it again at
6605                 a later date)
6606
6607 2006-12-01 [wwp]        2.6.0cvs73
6608
6609         * src/gtk/quicksearch.c
6610                 adapt quicksearch code to use modern gtk_combo_box'es.
6611
6612 2006-12-01 [wwp]        2.6.0cvs72
6613
6614         * src/common/defs.h
6615         * src/prefs_common.c
6616         * src/prefs_common.h
6617         * src/message_search.c
6618         * src/summary_search.c
6619         * src/gtk/combobox.c
6620         * src/gtk/combobox.h
6621                 add history combos to all message and summary search fields.
6622
6623 2006-12-01 [wwp]        2.6.0cvs71
6624
6625         * src/summaryview.c
6626                 As the list may change while the mark as read delay
6627                 runs, we can't rely on the 'row' pointer, which can
6628                 be invalid when the timeout is called. As the mark
6629                 as read is only done if the message is still selected,
6630                 use summaryview->selected instead. Thanks to Colin.
6631
6632 2006-11-30 [paul]       2.6.0cvs70
6633
6634         * src/textview.c
6635                 give emphasis to "Sylpheed-Claws"
6636                 as well as "Claws Mail"
6637
6638 2006-11-30 [colin]      2.6.0cvs69
6639
6640         * src/wizard.c
6641                 Put the SSL checkboxes in the receiving
6642                 and sending server pages.
6643
6644 2006-11-29 [colin]      2.6.0cvs68
6645
6646         * src/gtk/gtkutils.c
6647         * src/gtk/gtkvscrollbutton.c
6648                 Revert some deprecated fixes - they seem to
6649                 deprecate stuff as soon as a new one gets out.
6650                 g_object_ref_sink needed glib-2.10.
6651
6652 2006-11-29 [colin]      2.6.0cvs67
6653
6654         * src/common/utils.c
6655                 Create .mailcap if it doesn't exist
6656
6657 2006-11-29 [colin]      2.6.0cvs66
6658
6659         * src/compose.c
6660                 Followup to cvs60: use original list
6661                 of recipients if replying to a mail
6662                 in Sent Drafts or Queue.
6663
6664 2006-11-27 [paul]       2.6.0cvs65
6665
6666         * src/image_viewer.c
6667                 revert the last change for now (it's broken)
6668
6669 2006-11-27 [paul]       2.6.0cvs64
6670
6671         * Makefile.am
6672         * configure.ac
6673         * m4/aclocal-include.m4
6674         * m4/check-type.m4
6675         * src/Makefile.am
6676         * src/addr_compl.c
6677         * src/compose.c
6678         * src/crash.c
6679         * src/export.c
6680         * src/exporthtml.c
6681         * src/exportldif.c
6682         * src/imap.c
6683         * src/import.c
6684         * src/main.c
6685         * src/main.h
6686         * src/matcher.c
6687         * src/mimeview.c
6688         * src/procmsg.c
6689         * src/textview.c
6690         * src/common/Makefile.am
6691         * src/common/claws.c
6692         * src/common/claws.h
6693         * src/common/ssl.c
6694         * src/common/sylpheed.c
6695         * src/common/sylpheed.h
6696         * src/etpan/Makefile.am
6697         * src/gtk/Makefile.am
6698         * src/gtk/claws-marshal.list
6699         * src/gtk/filesel.c
6700         * src/gtk/gtksctree.c
6701         * src/gtk/quicksearch.c
6702         * src/gtk/sylpheed-marshal.list
6703         * src/plugins/bogofilter/bogofilter.c
6704         * src/plugins/bogofilter/bogofilter_gtk.c
6705         * src/plugins/clamav/clamav_plugin.c
6706         * src/plugins/clamav/clamav_plugin_gtk.c
6707         * src/plugins/demo/demo.c
6708         * src/plugins/dillo_viewer/dillo_viewer.c
6709         * src/plugins/pgpcore/Makefile.am
6710         * src/plugins/pgpcore/claws.def
6711         * src/plugins/pgpcore/pgp_viewer.c
6712         * src/plugins/pgpcore/plugin.c
6713         * src/plugins/pgpcore/sylpheed.def
6714         * src/plugins/pgpinline/Makefile.am
6715         * src/plugins/pgpinline/claws.def
6716         * src/plugins/pgpinline/plugin.c
6717         * src/plugins/pgpinline/sylpheed.def
6718         * src/plugins/pgpmime/Makefile.am
6719         * src/plugins/pgpmime/claws.def
6720         * src/plugins/pgpmime/plugin.c
6721         * src/plugins/pgpmime/sylpheed.def
6722         * src/plugins/spamassassin/spamassassin.c
6723         * src/plugins/spamassassin/spamassassin_gtk.c
6724         * src/plugins/trayicon/trayicon.c
6725                 yet more renaming
6726                 remove deprecated gtk_tooltips_set_delay()
6727
6728 2006-11-26 [paul]       2.6.0cvs63
6729
6730         * src/expldifdlg.c
6731         * src/folderview.c
6732         * src/image_viewer.c
6733         * src/mainwindow.c
6734         * src/gtk/gtkutils.c
6735         * src/gtk/gtkvscrollbutton.c
6736         * src/gtk/prefswindow.c
6737         * src/plugins/pgpcore/prefs_gpg.c
6738                 replace more deprecated GTK+ functions
6739
6740 2006-11-26 [paul]       2.6.0cvs62
6741
6742         * src/addr_compl.c
6743         * src/addressbook.c
6744         * src/browseldap.c
6745                 replace deprecated gtk_idle_... functions
6746
6747 2006-11-26 [paul]       2.6.0cvs61
6748
6749         * src/compose.c
6750         * src/folderview.c
6751         * src/inc.c
6752         * src/summaryview.c
6753         * src/gtk/gtkvscrollbutton.c
6754         * src/gtk/quicksearch.c
6755         * src/plugins/pgpcore/passphrase.c
6756                 replace deprecated gtk_timeout_add and
6757                 gtk_timeout_remove
6758
6759 2006-11-26 [paul]       2.6.0cvs60
6760
6761         * src/compose.c
6762                 fix bug that caused the wrong recipient
6763                 to be selected when replying to a msg
6764                 which is From one of our accounts to
6765                 another of our accounts
6766
6767 2006-11-25 [paul]       2.6.0cvs59
6768
6769         * src/summaryview.c
6770                 don't change the From column title to
6771                 To if the To column is visible
6772
6773 2006-11-24 [paul]       2.6.0cvs58
6774
6775         * src/compose.c
6776                 fix bug 1069, 'Sent mails disappear, BCC
6777                 or locking problem?'
6778
6779 2006-11-21 [wwp]        2.6.0cvs57
6780
6781         * src/compose.c
6782                 fix spelling menu when replying (same as 2.3.1cvs39):
6783                 discrepancy between context menu and top menu when
6784                 folder's dictionary isn't the default one.
6785
6786 2006-11-19 [paul]       2.6.0cvs56
6787
6788         * src/summaryview.c
6789                 obey always_show_msg option when
6790                 marking as spam
6791         * src/plugins/bogofilter/bogofilter.c
6792                 fix typo
6793
6794 2006-11-18 [paul]       2.6.0cvs55
6795
6796         * AUTHORS
6797         * README
6798         * debian/copyright
6799         * manual/ack.xml
6800         * manual/es/ack.xml
6801         * manual/fr/ack.xml
6802         * manual/pl/ack.xml
6803         * src/gtk/authors.h
6804         * src/gtk/icon_legend.c
6805         * src/gtk/icon_legend.h
6806         * tools/OOo2claws-mail.pl
6807         * tools/README
6808         * tools/acroread2claws-mail.pl
6809         * tools/claws.i18n.status.pl
6810         * tools/filter_conv.pl
6811         * tools/filter_conv_new.pl
6812         * tools/freshmeat_search.pl
6813         * tools/google_search.pl
6814         * tools/kmail2claws-mail.pl
6815         * tools/kmail2claws-mail_v2.pl
6816         * tools/maildir2claws-mail.pl
6817         * tools/make.themes.project
6818         * tools/multiwebsearch.pl
6819         * tools/outlook2claws-mail.pl
6820         * tools/tb2claws-mail
6821         * tools/kdeservicemenu/README
6822         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6823                 update mine and wwp's email addresses in
6824                 several places
6825                 Patch by wwp
6826         * src/prefs_compose_writing.c
6827                 set sensitivity on 'new message format' frame
6828
6829 2006-11-17 [paul]       2.6.0cvs54
6830
6831         * src/gtk/about.c
6832                 more reworking of the GUI
6833                 Patch by Fabien Vantard
6834
6835 2006-11-16 [paul]       2.6.0cvs53
6836
6837         * src/gtk/about.c
6838                 set a minimum size for the window, allow
6839                 it to automatically expand as necessary
6840
6841 2006-11-16 [wwp]        2.6.0cvs52
6842
6843         * src/gtk/about.c
6844                 better wrap of copyright info on some systems.
6845
6846 2006-11-16 [paul]       2.6.0cvs51
6847
6848         * src/gtk/about.c
6849                 move the tech info from the upper panel
6850                 to the Info tab
6851                 use a gtk_text_view for the features tab
6852
6853 2006-11-16 [paul]       2.6.0cvs50
6854
6855         * po/Makevars
6856                 update my email address
6857         * src/addressbook.c
6858         * src/compose.c
6859         * src/imap_gtk.c
6860         * src/mh_gtk.c
6861         * src/news_gtk.c
6862         * src/summaryview.c
6863         * src/plugins/trayicon/trayicon.c
6864                 don't offer simple menu separators
6865                 for translation
6866         * src/folderview.c
6867                 add separator between 'mark all read'
6868                 and 'search folder'
6869
6870 2006-11-15 [wwp]        2.6.0cvs49
6871
6872         * src/gtk/authors.h
6873                 updated manuals authors.
6874
6875 2006-11-14 [paul]       2.6.0cvs48
6876
6877         * src/compose.c
6878                 Fix Options/Reply mode after draft save
6879
6880 2006-11-14 [paul]       2.6.0cvs47
6881
6882         * src/Makefile.am
6883                 Fix make DESTDIR=...
6884         * src/mbox.c
6885                 Optimise speed
6886         * src/plugins/pgpinline/pgpinline.c
6887                 Probably fix bug 1061
6888
6889 2006-11-14 [paul]       2.6.0cvs46
6890
6891         * po/Makevars
6892                 enable Q_ macro
6893         * src/Makefile.am
6894         * src/stock_pixmap.c
6895         * src/stock_pixmap.h
6896         * src/gtk/about.c
6897         * src/pixmaps/active.xpm
6898         * src/pixmaps/inactive.xpm
6899                 add a new page, 'Features', to the About dialog
6900                 showing which features are compiled in and which
6901                 are not
6902
6903 2006-11-14 [paul]       2.6.0cvs45
6904
6905         * po/ru.po
6906                 updated by Pavlo Bohmat
6907
6908 2006-11-14 [colin]      2.6.0cvs44
6909
6910         * src/compose.c
6911         * src/inc.c
6912         * src/messageview.c
6913         * src/news.c
6914         * src/pop.c
6915         * src/procmsg.c
6916         * src/gtk/gtkaspell.c
6917                 Fix 64-bit-related warnings
6918         * src/ssl_manager.c
6919                 Fix possible infinite loop
6920         * src/plugins/pgpcore/sgpgme.c
6921                 Remove useless check
6922
6923 2006-11-13 [colin]      2.6.0cvs43
6924
6925         * src/gtk/Makefile.am
6926                 authors.h isn't generated
6927
6928 2006-11-13 [colin]      2.6.0cvs42
6929
6930         * src/plugins/pgpinline/pgpinline.c
6931         * src/plugins/pgpmime/pgpmime.c
6932                 Very probably fix bug 1061, 'crash on 
6933                 opening signed email'. Another cast
6934                 problem
6935
6936 2006-11-13 [colin]      2.6.0cvs41
6937
6938         * src/plugins/pgpcore/sgpgme.c
6939                 Maybe fix bug 1061, 'crash on opening 
6940                 signed email'
6941
6942 2006-11-13 [wwp]        2.6.0cvs40
6943
6944         * src/plugins/pgpinline/pgpinline.c
6945                 fix candidate for bug #1057, thanks to Colin.
6946
6947 2006-11-13 [wwp]        2.6.0cvs39
6948
6949         * src/compose.c
6950         * src/quote_fmt_parse.y
6951                 fix bug 1052: current parser buffer was not always 
6952                 allocated, ptr to this buffer could be returned as 
6953                 NULL whereas no parser error has occurred. in 
6954                 consequence, defining a template body as "%d" 
6955                 (w/o the quotes) for the first time of the instance 
6956                 of claws-mail, was reporting a parser error. make 
6957                 sure that the buffer is always allocated, even to 
6958                 an empty string.
6959                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6960                 unescaping of the fmt string was always done 
6961                 whereas it must be done *only* when receiving 
6962                 quote format strings issued from the prefs 
6963                 (compose new message, reply, forward, redirect 
6964                 formats), *not* when applying templates.  in 
6965                 consequences, applying templates w/ sequences 
6966                 like \\|p{echo} were failing. make sure that 
6967                 unescaping is done only when necessary.
6968
6969 2006-11-12 [colin]      2.6.0cvs38
6970
6971         * po/de.po
6972                 Fix typo (s/KB/MB)
6973
6974 2006-11-12 [colin]      2.6.0cvs37
6975
6976         * src/plugins/pgpinline/pgpinline.c
6977         * src/plugins/pgpmime/pgpmime.c
6978                 Release GPG context at the latest 
6979                 possible moment. Maybe fixes 
6980                 bug 1057, 'crash on sending signed 
6981                 message to a newsgroup'
6982                 
6983
6984 2006-11-12 [colin]      2.6.0cvs36
6985
6986         * src/plugins/pgpcore/sgpgme.c
6987                 Tell a bit more when gpg's status doesn't
6988                 contain any signature
6989
6990 2006-11-12 [colin]      2.6.0cvs35
6991
6992         * src/compose.c
6993                 Fix bug 1060, 'compilation error with 
6994                 Irix's cc'
6995
6996 2006-11-12 [paul]       2.6.0cvs34
6997
6998         * doc/man/claws-mail.1
6999         * src/prefs_gtk.c
7000         * src/plugins/clamav/README
7001         * src/plugins/spamassassin/README
7002         * tools/README
7003         * tools/freshmeat_search.pl
7004         * tools/google_search.pl
7005         * tools/multiwebsearch.pl
7006                 more renaming
7007         * src/plugins/trayicon/trayicon.c
7008                 fix compiliation warning
7009
7010 2006-11-11 [colin]      2.6.0cvs33
7011
7012         * src/folderview.c
7013                 Forbid drag and drop from/to different
7014                 folders of type F_UNKNOWN
7015
7016 2006-11-11 [colin]      2.6.0cvs32
7017
7018         * src/plugins/pgpinline/pgpinline.c
7019                 Fix typo in previous commit:
7020                 - gpgme_new(&ctx);
7021                 + if ((err = gpgme_new(&data->ctx)) ...)
7022
7023 2006-11-11 [colin]      2.6.0cvs31
7024
7025         * src/plugins/pgpinline/pgpinline.c
7026         * src/plugins/pgpmime/pgpmime.c
7027                 Check success after calling gpgme_new
7028                 Maybe fixes bug 1057, 'crash on sending 
7029                 signed message to a newsgroup'
7030
7031 2006-11-11 [colin]      2.6.0cvs30
7032
7033         * src/undo.c
7034                 init undostruct to 0s (from
7035                 valgrind log of bug 1057)
7036
7037 2006-11-10 [colin]      2.6.0cvs29
7038
7039         * src/mainwindow.c
7040                 Set cursor to wait before filtering
7041                 duplicates in all folders
7042         * src/plugins/bogofilter/bogofilter.c
7043         * src/plugins/bogofilter/bogofilter.h
7044         * src/plugins/bogofilter/bogofilter_gtk.c
7045                 Completely thread away the bogofilter
7046                 filtering
7047
7048 2006-11-10 [mones]      2.6.0cvs28
7049
7050         * src/compose.c
7051         * src/compose.h
7052                 added COMPOSE_CHECK_BEFORE_SEND hook
7053
7054 2006-11-10 [paul]       2.6.0cvs27
7055
7056         * src/crash.c
7057                 more renaming
7058                 add libSM to get_compiled_in_features()
7059         * src/main.c
7060                 more renaming
7061
7062 2006-11-10 [colin]      2.6.0cvs26
7063
7064         * src/etpan/imap-thread.c
7065                 Add a reference to libetpan's sasl engine
7066                 so that sasl_done() doesn't get called by
7067                 libetpan, and doesn't break openssl.
7068                 Should fix bug 1053, 'SC fails to reestablish 
7069                 a secure connection'
7070                 Patch by Hoa
7071
7072 2006-11-10 [colin]      2.6.0cvs25
7073
7074         * manual/addrbook.xml
7075         * manual/advanced.xml
7076         * manual/faq.xml
7077         * manual/intro.xml
7078                 Some more renaming
7079
7080 2006-11-09 [colin]      2.6.0cvs24
7081
7082         * src/plugins/bogofilter/bogofilter_gtk.c
7083                 Add comment about annoyance
7084
7085 2006-11-09 [colin]      2.6.0cvs23
7086
7087         * src/plugins/bogofilter/bogofilter.c
7088         * src/plugins/bogofilter/bogofilter_gtk.c
7089                 Prepare things needed to thread bogofilter
7090                 filtering: separate bogo stuff and possible GUI
7091                 stuff. 
7092
7093 2006-11-09 [colin]      2.6.0cvs22
7094
7095         * src/account.c
7096         * src/compose.c
7097                 Search for one of our accounts in Delivered-To
7098                 (helps for auto-account selection when 
7099                  replying/forwarding)
7100         * src/folderview.c
7101         * src/mainwindow.c
7102         * src/mainwindow.h
7103         * src/plugins/trayicon/trayicon.c
7104                 Allow opening a new mail with any account from
7105                 the contextual menu
7106
7107 2006-11-09 [wwp]        2.6.0cvs21
7108
7109         * src/compose.c
7110         * src/prefs_common.c
7111         * src/prefs_common.h
7112         * src/prefs_compose_writing.c
7113                 add a compose new message format (in prefs/compose/writing), it's a
7114                 simple subject+body template to use when opening a new composition
7115                 window. It's similar to the existent reply and forward formats.
7116
7117                 enhanced the template/format % symbols substitution mechanism to
7118                 use current composition window information when % are used in
7119                 the compose new message format or in templates applied to new
7120                 messages (there were useless in that situations before). When
7121                 applied to new messages, %d corresponds to the system time/date.
7122
7123 2006-11-09 [paul]       2.6.0cvs20
7124
7125         * src/gtk/authors.h
7126                 fix last commit
7127
7128 2006-11-09 [paul]       2.6.0cvs19
7129
7130         * src/gtk/authors.h
7131                 keep tje alphabetical order
7132
7133 2006-11-08 [colin]      2.6.0cvs18
7134
7135         * src/etpan/imap-thread.c
7136                 Fix bug 1054, 'Slowness logging big 
7137                 data chunks'
7138
7139 2006-11-08 [paul]       2.6.0cvs17
7140
7141         * tools/Makefile.am
7142                 fix the renaming
7143
7144 2006-11-08 [paul]       2.6.0cvs16
7145
7146         * src/common/defs.h
7147                 update BUGZILLA_URI
7148
7149 2006-11-08 [paul]       2.6.0cvs15
7150
7151         * tools/Makefile.am
7152         * tools/OOo2claws-mail.pl
7153         * tools/OOo2sylpheed.pl
7154         * tools/README
7155         * tools/acroread2claws-mail.pl
7156         * tools/acroread2sylpheed.pl
7157         * tools/kmail2claws-mail.pl
7158         * tools/kmail2claws-mail_v2.pl
7159         * tools/kmail2sylpheed.pl
7160         * tools/kmail2sylpheed_v2.pl
7161         * tools/maildir2claws-mail.pl
7162         * tools/maildir2sylpheed.pl
7163         * tools/nautilus2claws-mail.sh
7164         * tools/nautilus2sylpheed.sh
7165         * tools/outlook2claws-mail.pl
7166         * tools/outlook2sylpheed.pl
7167         * tools/tb2claws-mail
7168         * tools/tb2sylpheed
7169         * tools/tbird2claws.py
7170         * tools/tbird2syl.py
7171         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7172         * tools/kdeservicemenu/install.sh
7173         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7174         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7175         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7176         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7177         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7178                 renamed (removed, added) tools files
7179
7180 2006-11-08 [paul]       2.6.0cvs14
7181
7182         * src/main.c
7183         * src/common/defs.h
7184                 Migrate sylpheedrc to clawsrc, and fix the standard
7185                 plugins path in the process
7186
7187 2006-11-07 [colin]      2.6.0cvs13
7188
7189         * src/Makefile.am
7190                 Symlink sylpheed-claws relative to 
7191                 claws-mail
7192
7193 2006-11-07 [colin]      2.6.0cvs12
7194
7195         * src/compose.c
7196                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7197
7198 2006-11-07 [paul]       2.6.0cvs11
7199
7200         * src/gtk/about.c
7201                 Fix a missed occurence of
7202                 Sylpheed-Claws
7203
7204 2006-11-07 [paul]       2.6.0cvs10
7205
7206         * src/Makefile.am
7207                 Fix symlink installation
7208
7209 2006-11-07 [paul]       2.6.0cvs9
7210
7211         * src/Makefile.am
7212                 Symlink claws-mail to sylpheed-claws
7213         * src/common/utils.c
7214                 Fix migrating symlinks
7215         * src/etpan/imap-thread.c
7216                 check certificate only when there's
7217                 no error
7218
7219 2006-11-07 [paul]       2.6.0cvs8
7220
7221         * Makefile.am
7222                 Fix icon breakages with Gtk, which needs a 
7223                 cache updated to see them.
7224
7225 2006-11-07 [paul]       2.6.0cvs7
7226
7227         * .cvsignore
7228         * AUTHORS
7229         * COPYING
7230         * INSTALL
7231         * Makefile.am
7232         * NEWS
7233         * README
7234         * RELEASE_NOTES
7235         * autogen.sh
7236         * claws-mail-128x128.png
7237         * claws-mail-64x64.png
7238         * claws-mail.ico
7239         * claws-mail.pc.in
7240         * claws-mail.png
7241         * configure.ac
7242         * sylpheed-claws-128x128.png
7243         * sylpheed-claws-64x64.png
7244         * sylpheed-claws.desktop
7245         * sylpheed-claws.ico
7246         * sylpheed-claws.pc.in
7247         * sylpheed-claws.png
7248         * debian/README.Debian
7249         * debian/changelog
7250         * debian/claws-mail.desktop
7251         * debian/claws-mail.menu
7252         * debian/claws-mail.postinst.debhelper
7253         * debian/claws-mail.postrm.debhelper
7254         * debian/control
7255         * debian/copyright
7256         * debian/files
7257         * debian/rules
7258         * debian/sylpheed-claws.desktop
7259         * debian/sylpheed-claws.menu
7260         * debian/sylpheed-claws.postinst.debhelper
7261         * debian/sylpheed-claws.postrm.debhelper
7262         * doc/man/Makefile.am
7263         * doc/man/claws-mail.1
7264         * doc/man/sylpheed-claws.1
7265         * doc/src/ChangeLog.claws-pre0.8.0
7266         * manual/Makefile.am
7267         * manual/account.xml
7268         * manual/ack.xml
7269         * manual/addrbook.xml
7270         * manual/advanced.xml
7271         * manual/claws-mail-manual.xml
7272         * manual/faq.xml
7273         * manual/glossary.xml
7274         * manual/handling.xml
7275         * manual/intro.xml
7276         * manual/keyboard.xml
7277         * manual/plugins.xml
7278         * manual/starting.xml
7279         * manual/sylpheed-claws-manual.xml
7280         * manual/xml2pdf
7281         * manual/dist/.cvsignore
7282         * manual/dist/html/.cvsignore
7283         * manual/dist/html/Makefile.am
7284         * manual/dist/pdf/.cvsignore
7285         * manual/dist/pdf/Makefile.am
7286         * manual/dist/ps/.cvsignore
7287         * manual/dist/ps/Makefile.am
7288         * manual/dist/txt/.cvsignore
7289         * manual/dist/txt/Makefile.am
7290         * manual/es/Makefile.am
7291         * manual/es/advanced.xml
7292         * manual/es/claws-mail-manual.xml
7293         * manual/es/faq.xml
7294         * manual/es/glossary.xml
7295         * manual/es/handling.xml
7296         * manual/es/intro.xml
7297         * manual/es/plugins.xml
7298         * manual/es/sylpheed-claws-manual.xml
7299         * manual/es/dist/.cvsignore
7300         * manual/es/dist/html/.cvsignore
7301         * manual/es/dist/html/Makefile.am
7302         * manual/es/dist/pdf/.cvsignore
7303         * manual/es/dist/pdf/Makefile.am
7304         * manual/es/dist/ps/.cvsignore
7305         * manual/es/dist/ps/Makefile.am
7306         * manual/es/dist/txt/.cvsignore
7307         * manual/es/dist/txt/Makefile.am
7308         * manual/fr/Makefile.am
7309         * manual/fr/account.xml
7310         * manual/fr/ack.xml
7311         * manual/fr/addrbook.xml
7312         * manual/fr/advanced.xml
7313         * manual/fr/claws-mail-manual.xml
7314         * manual/fr/faq.xml
7315         * manual/fr/glossary.xml
7316         * manual/fr/handling.xml
7317         * manual/fr/intro.xml
7318         * manual/fr/keyboard.xml
7319         * manual/fr/plugins.xml
7320         * manual/fr/starting.xml
7321         * manual/fr/sylpheed-claws-manual.xml
7322         * manual/fr/dist/.cvsignore
7323         * manual/fr/dist/html/.cvsignore
7324         * manual/fr/dist/html/Makefile.am
7325         * manual/fr/dist/pdf/.cvsignore
7326         * manual/fr/dist/pdf/Makefile.am
7327         * manual/fr/dist/ps/.cvsignore
7328         * manual/fr/dist/ps/Makefile.am
7329         * manual/fr/dist/txt/.cvsignore
7330         * manual/fr/dist/txt/Makefile.am
7331         * manual/pl/Makefile.am
7332         * manual/pl/account.xml
7333         * manual/pl/ack.xml
7334         * manual/pl/addrbook.xml
7335         * manual/pl/advanced.xml
7336         * manual/pl/claws-mail-manual.xml
7337         * manual/pl/faq.xml
7338         * manual/pl/glossary.xml
7339         * manual/pl/handling.xml
7340         * manual/pl/intro.xml
7341         * manual/pl/keyboard.xml
7342         * manual/pl/plugins.xml
7343         * manual/pl/starting.xml
7344         * manual/pl/sylpheed-claws-manual.xml
7345         * manual/pl/dist/.cvsignore
7346         * manual/pl/dist/html/.cvsignore
7347         * manual/pl/dist/html/Makefile.am
7348         * manual/pl/dist/pdf/.cvsignore
7349         * manual/pl/dist/pdf/Makefile.am
7350         * manual/pl/dist/ps/.cvsignore
7351         * manual/pl/dist/ps/Makefile.am
7352         * manual/pl/dist/txt/.cvsignore
7353         * manual/pl/dist/txt/Makefile.am
7354         * po/.cvsignore
7355         * po/Makevars
7356         * src/.cvsignore
7357         * src/Makefile.am
7358         * src/account.c
7359         * src/account.h
7360         * src/action.c
7361         * src/action.h
7362         * src/adbookbase.h
7363         * src/addr_compl.c
7364         * src/addr_compl.h
7365         * src/addrbook.c
7366         * src/addrcache.c
7367         * src/addrcache.h
7368         * src/addrcindex.c
7369         * src/addrcindex.h
7370         * src/addrclip.c
7371         * src/addrclip.h
7372         * src/addrdefs.h
7373         * src/addressadd.c
7374         * src/addressadd.h
7375         * src/addressbook.c
7376         * src/addressbook.h
7377         * src/addressbook_foldersel.c
7378         * src/addressbook_foldersel.h
7379         * src/addrgather.c
7380         * src/addrgather.h
7381         * src/addrharvest.c
7382         * src/addrharvest.h
7383         * src/addrindex.c
7384         * src/addrindex.h
7385         * src/addritem.c
7386         * src/addritem.h
7387         * src/addrquery.c
7388         * src/addrquery.h
7389         * src/addrselect.c
7390         * src/addrselect.h
7391         * src/alertpanel.c
7392         * src/alertpanel.h
7393         * src/browseldap.c
7394         * src/browseldap.h
7395         * src/codeconv.c
7396         * src/codeconv.h
7397         * src/compose.c
7398         * src/crash.c
7399         * src/crash.h
7400         * src/customheader.c
7401         * src/customheader.h
7402         * src/displayheader.c
7403         * src/displayheader.h
7404         * src/editaddress.c
7405         * src/editaddress.h
7406         * src/editbook.c
7407         * src/editbook.h
7408         * src/editgroup.c
7409         * src/editgroup.h
7410         * src/editjpilot.c
7411         * src/editjpilot.h
7412         * src/editldap.c
7413         * src/editldap.h
7414         * src/editldap_basedn.c
7415         * src/editldap_basedn.h
7416         * src/editvcard.c
7417         * src/editvcard.h
7418         * src/exphtmldlg.c
7419         * src/exphtmldlg.h
7420         * src/expldifdlg.c
7421         * src/expldifdlg.h
7422         * src/export.c
7423         * src/exporthtml.c
7424         * src/exporthtml.h
7425         * src/exportldif.c
7426         * src/exportldif.h
7427         * src/filtering.c
7428         * src/filtering.h
7429         * src/folder.c
7430         * src/folder.h
7431         * src/folder_item_prefs.c
7432         * src/folder_item_prefs.h
7433         * src/foldersel.c
7434         * src/foldersel.h
7435         * src/folderutils.c
7436         * src/folderutils.h
7437         * src/folderview.c
7438         * src/folderview.h
7439         * src/grouplistdialog.c
7440         * src/grouplistdialog.h
7441         * src/html.c
7442         * src/html.h
7443         * src/image_viewer.c
7444         * src/image_viewer.h
7445         * src/imap.c
7446         * src/imap.h
7447         * src/imap_gtk.c
7448         * src/imap_gtk.h
7449         * src/import.c
7450         * src/import.h
7451         * src/importldif.c
7452         * src/importldif.h
7453         * src/importmutt.c
7454         * src/importmutt.h
7455         * src/importpine.c
7456         * src/importpine.h
7457         * src/inc.c
7458         * src/inc.h
7459         * src/jpilot.c
7460         * src/jpilot.h
7461         * src/ldapctrl.c
7462         * src/ldapctrl.h
7463         * src/ldaplocate.c
7464         * src/ldaplocate.h
7465         * src/ldapquery.c
7466         * src/ldapquery.h
7467         * src/ldapserver.c
7468         * src/ldapserver.h
7469         * src/ldaputil.c
7470         * src/ldaputil.h
7471         * src/ldif.c
7472         * src/ldif.h
7473         * src/localfolder.c
7474         * src/localfolder.h
7475         * src/main.c
7476         * src/main.h
7477         * src/mainwindow.c
7478         * src/mainwindow.h
7479         * src/manual.c
7480         * src/manual.h
7481         * src/matcher.c
7482         * src/matcher.h
7483         * src/matcher_parser.h
7484         * src/matcher_parser_lex.l
7485         * src/matcher_parser_parse.y
7486         * src/mbox.c
7487         * src/mbox.h
7488         * src/message_search.c
7489         * src/message_search.h
7490         * src/messageview.c
7491         * src/messageview.h
7492         * src/mh.c
7493         * src/mh.h
7494         * src/mh_gtk.c
7495         * src/mh_gtk.h
7496         * src/mimeview.c
7497         * src/mimeview.h
7498         * src/msgcache.c
7499         * src/msgcache.h
7500         * src/mutt.c
7501         * src/mutt.h
7502         * src/news.c
7503         * src/news.h
7504         * src/news_gtk.c
7505         * src/news_gtk.h
7506         * src/noticeview.c
7507         * src/noticeview.h
7508         * src/partial_download.c
7509         * src/partial_download.h
7510         * src/pine.c
7511         * src/pine.h
7512         * src/pop.c
7513         * src/pop.h
7514         * src/prefs_account.c
7515         * src/prefs_account.h
7516         * src/prefs_actions.c
7517         * src/prefs_actions.h
7518         * src/prefs_common.c
7519         * src/prefs_common.h
7520         * src/prefs_compose_writing.c
7521         * src/prefs_compose_writing.h
7522         * src/prefs_customheader.c
7523         * src/prefs_customheader.h
7524         * src/prefs_display_header.c
7525         * src/prefs_display_header.h
7526         * src/prefs_ext_prog.c
7527         * src/prefs_ext_prog.h
7528         * src/prefs_filtering.c
7529         * src/prefs_folder_column.c
7530         * src/prefs_folder_column.h
7531         * src/prefs_folder_item.c
7532         * src/prefs_folder_item.h
7533         * src/prefs_fonts.c
7534         * src/prefs_fonts.h
7535         * src/prefs_gtk.c
7536         * src/prefs_gtk.h
7537         * src/prefs_image_viewer.c
7538         * src/prefs_image_viewer.h
7539         * src/prefs_matcher.c
7540         * src/prefs_matcher.h
7541         * src/prefs_message.c
7542         * src/prefs_message.h
7543         * src/prefs_msg_colors.c
7544         * src/prefs_msg_colors.h
7545         * src/prefs_other.c
7546         * src/prefs_other.h
7547         * src/prefs_quote.c
7548         * src/prefs_quote.h
7549         * src/prefs_receive.c
7550         * src/prefs_receive.h
7551         * src/prefs_send.c
7552         * src/prefs_send.h
7553         * src/prefs_spelling.c
7554         * src/prefs_spelling.h
7555         * src/prefs_summaries.c
7556         * src/prefs_summaries.h
7557         * src/prefs_summary_column.c
7558         * src/prefs_summary_column.h
7559         * src/prefs_template.c
7560         * src/prefs_template.h
7561         * src/prefs_themes.c
7562         * src/prefs_themes.h
7563         * src/prefs_toolbar.c
7564         * src/prefs_toolbar.h
7565         * src/prefs_wrapping.c
7566         * src/prefs_wrapping.h
7567         * src/privacy.c
7568         * src/privacy.h
7569         * src/procheader.c
7570         * src/procheader.h
7571         * src/procmime.c
7572         * src/procmime.h
7573         * src/procmsg.c
7574         * src/procmsg.h
7575         * src/quote_fmt.c
7576         * src/quote_fmt_parse.y
7577         * src/recv.c
7578         * src/recv.h
7579         * src/remotefolder.c
7580         * src/remotefolder.h
7581         * src/send_message.c
7582         * src/send_message.h
7583         * src/setup.c
7584         * src/setup.h
7585         * src/sourcewindow.c
7586         * src/sourcewindow.h
7587         * src/ssl_manager.c
7588         * src/ssl_manager.h
7589         * src/statusbar.c
7590         * src/statusbar.h
7591         * src/stock_pixmap.c
7592         * src/stock_pixmap.h
7593         * src/summary_search.c
7594         * src/summary_search.h
7595         * src/summaryview.c
7596         * src/summaryview.h
7597         * src/syldap.c
7598         * src/syldap.h
7599         * src/textview.c
7600         * src/textview.h
7601         * src/toolbar.c
7602         * src/toolbar.h
7603         * src/undo.c
7604         * src/undo.h
7605         * src/unmime.c
7606         * src/unmime.h
7607         * src/vcard.c
7608         * src/vcard.h
7609         * src/wizard.c
7610         * src/wizard.h
7611         * src/common/base64.c
7612         * src/common/base64.h
7613         * src/common/defs.h
7614         * src/common/hooks.c
7615         * src/common/hooks.h
7616         * src/common/log.c
7617         * src/common/log.h
7618         * src/common/mgutils.c
7619         * src/common/mgutils.h
7620         * src/common/nntp.c
7621         * src/common/nntp.h
7622         * src/common/passcrypt.c
7623         * src/common/passcrypt.h.in
7624         * src/common/plugin.c
7625         * src/common/plugin.h
7626         * src/common/prefs.c
7627         * src/common/prefs.h
7628         * src/common/progressindicator.c
7629         * src/common/progressindicator.h
7630         * src/common/quoted-printable.c
7631         * src/common/quoted-printable.h
7632         * src/common/session.c
7633         * src/common/session.h
7634         * src/common/smtp.c
7635         * src/common/smtp.h
7636         * src/common/socket.c
7637         * src/common/socket.h
7638         * src/common/ssl.c
7639         * src/common/ssl.h
7640         * src/common/stringtable.c
7641         * src/common/stringtable.h
7642         * src/common/sylpheed.c
7643         * src/common/sylpheed.h
7644         * src/common/template.c
7645         * src/common/template.h
7646         * src/common/timing.h
7647         * src/common/utils.c
7648         * src/common/utils.h
7649         * src/common/version.h.in
7650         * src/common/xml.c
7651         * src/common/xml.h
7652         * src/common/xmlprops.c
7653         * src/common/xmlprops.h
7654         * src/gtk/about.c
7655         * src/gtk/colorlabel.c
7656         * src/gtk/colorlabel.h
7657         * src/gtk/colorsel.c
7658         * src/gtk/colorsel.h
7659         * src/gtk/combobox.c
7660         * src/gtk/combobox.h
7661         * src/gtk/description_window.c
7662         * src/gtk/description_window.h
7663         * src/gtk/filesel.c
7664         * src/gtk/filesel.h
7665         * src/gtk/foldersort.c
7666         * src/gtk/foldersort.h
7667         * src/gtk/gtkaspell.c
7668         * src/gtk/gtkaspell.h
7669         * src/gtk/gtksctree.c
7670         * src/gtk/gtkshruler.c
7671         * src/gtk/gtkshruler.h
7672         * src/gtk/gtkutils.c
7673         * src/gtk/gtkutils.h
7674         * src/gtk/icon_legend.c
7675         * src/gtk/icon_legend.h
7676         * src/gtk/logwindow.c
7677         * src/gtk/logwindow.h
7678         * src/gtk/manage_window.c
7679         * src/gtk/manage_window.h
7680         * src/gtk/pluginwindow.c
7681         * src/gtk/pluginwindow.h
7682         * src/gtk/prefswindow.c
7683         * src/gtk/prefswindow.h
7684         * src/gtk/quicksearch.c
7685         * src/gtk/quicksearch.h
7686         * src/pixmaps/claws-mail.xpm
7687         * src/pixmaps/claws-mail_icon.xpm
7688         * src/pixmaps/claws-mail_logo.xpm
7689         * src/pixmaps/sylpheed-claws.xpm
7690         * src/pixmaps/sylpheed-claws_icon.xpm
7691         * src/pixmaps/sylpheed-claws_logo.xpm
7692         * src/plugins/bogofilter/Makefile.am
7693         * src/plugins/bogofilter/bogofilter.c
7694         * src/plugins/bogofilter/bogofilter.h
7695         * src/plugins/bogofilter/bogofilter_gtk.c
7696         * src/plugins/clamav/Makefile.am
7697         * src/plugins/clamav/clamav_plugin.c
7698         * src/plugins/clamav/clamav_plugin.h
7699         * src/plugins/clamav/clamav_plugin_gtk.c
7700         * src/plugins/demo/Makefile.am
7701         * src/plugins/demo/demo.c
7702         * src/plugins/dillo_viewer/Makefile.am
7703         * src/plugins/dillo_viewer/README
7704         * src/plugins/dillo_viewer/dillo_prefs.c
7705         * src/plugins/dillo_viewer/dillo_prefs.h
7706         * src/plugins/dillo_viewer/dillo_viewer.c
7707         * src/plugins/pgpcore/Makefile.am
7708         * src/plugins/pgpcore/passphrase.c
7709         * src/plugins/pgpcore/passphrase.h
7710         * src/plugins/pgpcore/pgp_viewer.c
7711         * src/plugins/pgpcore/pgp_viewer.h
7712         * src/plugins/pgpcore/plugin.c
7713         * src/plugins/pgpcore/prefs_gpg.c
7714         * src/plugins/pgpcore/prefs_gpg.h
7715         * src/plugins/pgpcore/select-keys.c
7716         * src/plugins/pgpcore/select-keys.h
7717         * src/plugins/pgpcore/sgpgme.c
7718         * src/plugins/pgpcore/sgpgme.h
7719         * src/plugins/pgpcore/sylpheed.def
7720         * src/plugins/pgpcore/version.rc
7721         * src/plugins/pgpinline/Makefile.am
7722         * src/plugins/pgpinline/pgpinline.c
7723         * src/plugins/pgpinline/pgpinline.h
7724         * src/plugins/pgpinline/plugin.c
7725         * src/plugins/pgpinline/sylpheed.def
7726         * src/plugins/pgpinline/version.rc
7727         * src/plugins/pgpmime/Makefile.am
7728         * src/plugins/pgpmime/pgpmime.c
7729         * src/plugins/pgpmime/pgpmime.h
7730         * src/plugins/pgpmime/plugin.c
7731         * src/plugins/pgpmime/sylpheed.def
7732         * src/plugins/pgpmime/version.rc
7733         * src/plugins/spamassassin/Makefile.am
7734         * src/plugins/spamassassin/README
7735         * src/plugins/spamassassin/spamassassin.c
7736         * src/plugins/spamassassin/spamassassin.h
7737         * src/plugins/spamassassin/spamassassin_gtk.c
7738         * src/plugins/trayicon/Makefile.am
7739         * src/plugins/trayicon/trayicon.c
7740         * tools/OOo2sylpheed.pl
7741         * tools/README
7742         * tools/README.sylprint
7743         * tools/acroread2sylpheed.pl
7744         * tools/claws.i18n.status.pl
7745         * tools/filter_conv.pl
7746         * tools/filter_conv_new.pl
7747         * tools/freshmeat_search.pl
7748         * tools/google_search.pl
7749         * tools/kmail2sylpheed.pl
7750         * tools/kmail2sylpheed_v2.pl
7751         * tools/make.themes.project
7752         * tools/multiwebsearch.pl
7753         * tools/nautilus2sylpheed.sh
7754         * tools/outlook2sylpheed.pl
7755         * tools/sylprint.pl
7756         * tools/sylprint.rc
7757         * tools/tb2sylpheed
7758         * tools/textviewer.sh
7759         * tools/vcard2xml.py
7760         * tools/kdeservicemenu/README
7761         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7762         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7763         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7764                 Change name to Claws Mail. Announce to follow...
7765
7766 2006-11-06 [wwp]        2.6.0cvs6
7767
7768         * src/prefs_template.c
7769                 unify messages related to quote format/template errors (fix
7770                 capitalization), again.
7771
7772 2006-11-06 [wwp]        2.6.0cvs5
7773
7774         * src/prefs_quote.c
7775                 unify messages related to quote format/template errors.
7776
7777 2006-11-06 [wwp]        2.6.0cvs4
7778
7779         * src/prefs_msg_colors.c
7780                 more uses of Q_ macro for contextual translations, thanks
7781                 to Fabien (fzzzzz).
7782
7783 2006-11-06 [wwp]        2.6.0cvs3
7784
7785         * src/compose.c
7786         * src/common/utils.c
7787         * src/common/utils.h
7788                 show an alertpanel to make sure users are aware that sensitive
7789                 files are attached (it's file blacklist-based). This will fix
7790                 interaction w/ GoogleEarth for instance, thanks to Colin.
7791
7792 2006-11-06 [wwp]        2.6.0cvs2
7793
7794         * src/prefs_quote.c
7795         * src/prefs_template.c
7796         * src/prefs_template.h
7797                 check quote format when applying/closing prefs. For now this only
7798                 shows up an error dialog box, not preventing the user from using
7799                 a broken quote (reply, forwards) format.
7800
7801 2006-11-06 [wwp]        2.6.0cvs1
7802
7803         * src/prefs_template.c
7804                 fix missing checks of some template fields.
7805
7806 2006-11-06 [paul]       2.6.0
7807
7808         * NEWS
7809         * README
7810         * RELEASE_NOTES
7811                 2.6.0 released
7812
7813 2006-11-06 [paul]       2.5.6cvs22
7814
7815         * manual/advanced.xml
7816         * manual/es/advanced.xml
7817                 put 'respect_flowed_format' info in the correct
7818                 place
7819
7820 2006-11-06 [mones]      2.5.6cvs21
7821
7822         * po/es.po
7823                 Minor fixes for release
7824
7825 2006-11-06 [paul]       2.5.6cvs20
7826
7827         * po/cs.po
7828         * po/de.po
7829         * po/fr.po
7830         * po/it.po
7831         * po/nl.po
7832         * po/pt_BR.po
7833         * po/sk.po
7834         * po/sv.po
7835         * po/zh_CN.po
7836                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7837                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7838                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7839                 Young
7840
7841 2006-11-02 [colin]      2.5.6cvs19
7842
7843         * src/imap.c
7844         * src/imap.h
7845         * src/prefs_account.c
7846         * src/etpan/imap-thread.c
7847                 Add GSSAPI support - fixes Debian bug #383274
7848
7849 2006-11-01 [colin]      2.5.6cvs18
7850
7851         * src/jpilot.c
7852                 Handle libpisock12 support. Probably
7853                 fixes bug 1046, 'jpilot AddressDB.pdb 
7854                 import fail'
7855
7856 2006-11-01 [colin]      2.5.6cvs17
7857
7858         * src/folderutils.c
7859                 debug_print() folderutils_mark_all_read()
7860
7861 2006-11-01 [colin]      2.5.6cvs16
7862
7863         * COPYING
7864                 Add missed files to the Apache exception
7865
7866 2006-10-31 [colin]      2.5.6cvs15
7867
7868         * src/folder.c
7869         * src/folder.h
7870                 Add a copy_private_data() func to FolderClasses
7871                 Doesn't break the feature freeze, because we 
7872                 won't use it (right now) in the core.
7873
7874 2006-10-31 [colin]      2.5.6cvs14
7875
7876         * COPYING
7877                 Allow linking with the Apache licensed files in
7878                 src/plugins/spamassassin. Hopefully fixes 
7879                 bug 1048, 'Spamassassin plugin license problem'
7880
7881 2006-10-31 [wwp]        2.5.6cvs13
7882
7883         * src/compose.c
7884                 fix and optimize trimming of leading linefeeds in body loop.
7885
7886 2006-10-31 [colin]      2.5.6cvs12
7887
7888         * src/etpan/imap-thread.c
7889         * src/imap.c
7890                 Make really sure to have NULL sets in case
7891                 of error
7892
7893 2006-10-30 [wwp]        2.5.6cvs11
7894
7895         * src/prefs_common.c
7896         * src/prefs_common.h
7897         * src/compose.c
7898                 fix broken storage of quote format template when it contains \-escape
7899                 sequences. The application of such sequences is also fixed now (\t
7900                 in quote format will be a real tab instead of a 't', for instance).
7901
7902 2006-10-27 [colin]      2.5.6cvs10
7903
7904         * src/compose.c
7905                 Probably fix bug 1045, 'sylpheed-claws 
7906                 doesn't remove the mail from the IMAP 
7907                 Queue folder after sending'. From
7908                 2.5.6cvs3-stable
7909
7910 2006-10-27 [colin]      2.5.6cvs9
7911
7912         * configure.ac
7913                 Require libetpan-0.48. I'm so annoying,
7914                 I know ;-)
7915
7916 2006-10-27 [colin]      2.5.6cvs8
7917
7918         * src/folder.c
7919         * src/imap.c
7920                 Probably fix bug 1044, 'sylpheed-claws 
7921                 segfaults while moving mails' - Fix relation
7922                 usage when moving to an IMAP mailbox from another
7923                 mailbox
7924
7925 2006-10-26 [paul]       2.5.6cvs7
7926
7927         * src/gtk/about.c
7928                 add libSM to compiled-in features
7929                 list
7930
7931 2006-10-24 [colin]      2.5.6cvs6
7932
7933         * src/textview.c
7934         * src/gtk/gtkutils.c
7935                 Fix crash when printing emails with an
7936                 xface
7937
7938 2006-10-24 [mones]      2.5.6cvs5
7939
7940         * manual/es/advanced.xml
7941                 Synchronize hidden option respect_flowed_format
7942         * po/es.po
7943                 Updated translation
7944
7945 2006-10-21 [paul]       2.5.6cvs4
7946
7947         * src/gtk/authors.h
7948         * src/plugins/pgpcore/pgp_viewer.c
7949         * src/plugins/pgpcore/sgpgme.c
7950                 fix building on BSDs
7951                 Thanks to Michael Hughes
7952                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7953
7954 2006-10-20 [colin]      2.5.6cvs3
7955
7956         * configure.ac
7957                 Bump up libetpan requirement
7958                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7959         * src/common/utils.c
7960         * src/common/utils.h
7961                 Add convenience get_file_mtime()
7962         * src/imap.c
7963         * src/etpan/imap-thread.c
7964         * src/etpan/imap-thread.h
7965                 Implement UIDPLUS support if the server
7966                 supports it - faster sending in this case
7967
7968 2006-10-19 [colin]      2.5.6cvs2
7969
7970         * src/gtk/quicksearch.c
7971                 Fix emptying in type-ahead+extended mode
7972         * src/mainwindow.c
7973         * src/mainwindow.h
7974                 Add a hook for offline state change
7975         * src/plugins/trayicon/trayicon.c
7976                 Use it to display offline icons
7977         * src/plugins/trayicon/Makefile.am
7978         * src/plugins/trayicon/newmail.offline.xpm
7979         * src/plugins/trayicon/newmarkedmail.offline.xpm
7980         * src/plugins/trayicon/nomail.offline.xpm
7981         * src/plugins/trayicon/unreadmail.offline.xpm
7982         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7983                 Add the icons
7984
7985 2006-10-12 [paul]       2.5.6cvs1
7986
7987         * NEWS
7988         * README
7989         * configure.ac
7990                 Update version number following
7991                 stable release
7992
7993 2006-10-19 [colin]      2.5.5cvs18
7994
7995         * manual/handling.xml
7996                 Add type-ahead search
7997
7998 2006-10-18 [colin]      2.5.5cvs17
7999
8000         * src/gtk/quicksearch.c
8001                 Remove "save to history only if there's
8002                 no syntax error", it breaks for some 
8003                 reason which I'll investigate later.
8004
8005 2006-10-18 [colin]      2.5.5cvs16
8006
8007         * src/prefs_common.c
8008         * src/prefs_common.h
8009         * src/summaryview.c
8010         * src/gtk/quicksearch.c
8011         * src/gtk/quicksearch.h
8012                 Add a type-ahead option for fast searches
8013                 Patch by Fabien Vantard
8014
8015 2006-10-18 [colin]      2.5.5cvs15
8016
8017         * src/compose.c
8018         * src/compose.h
8019                 Add Options/Reply mode/ menu to be able to
8020                 change the recipients of a reply on the fly
8021
8022 2006-10-18 [colin]      2.5.5cvs14
8023
8024         * src/compose.c
8025                 Fix redirecting of our own sent mails
8026
8027 2006-10-17 [wwp]        2.5.5cvs13
8028
8029         * src/send_message.c
8030                 Fix duplicate error messages when sending, and missing
8031                 newline in such error messages.
8032
8033 2006-10-17 [colin]      2.5.5cvs12
8034
8035         * src/compose.c
8036                 Compare addresses case-insensitive
8037
8038 2006-10-17 [colin]      2.5.5cvs11
8039
8040         * src/plugins/pgpcore/sgpgme.c
8041                 Fix return status
8042
8043 2006-10-17 [colin]      2.5.5cvs10
8044
8045         * src/plugins/pgpcore/pgp_viewer.c
8046                 Fix return status
8047
8048 2006-10-17 [colin]      2.5.5cvs9
8049
8050         * src/quote_fmt.c
8051                 Fix a typo (thanks to Fabien)
8052
8053 2006-10-16 [colin]      2.5.5cvs8
8054
8055         * src/textview.c
8056                 Fix problem with quote-folding when emails
8057                 don't convert cleanly to UTF-8
8058
8059 2006-10-14 [colin]      2.5.5cvs7
8060
8061         * src/prefs_template.c
8062                 Reset fields when reopening
8063                 the window
8064
8065 2006-10-13 [paul]       2.5.5cvs6
8066
8067         * manual/advanced.xml
8068         * src/prefs_message.c
8069                 make 'respect_flowed_format' a hidden
8070                 option, and add a manual entry for it
8071                 Thanks to Colin
8072
8073 2006-10-12 [colin]      2.5.5cvs5
8074
8075         * src/codeconv.c
8076                 Revert part of 2.5.2cvs21:
8077                 Don't optimise by reusing the 
8078                 last iconv converter if possible:
8079                 it seems slightly broken in a 
8080                 very hard way to reproduce
8081
8082 2006-10-12 [colin]      2.5.5cvs4
8083
8084         * src/prefs_common.c
8085         * src/prefs_common.h
8086         * src/prefs_message.c
8087         * src/procmime.c
8088                 Fix bug 1035, 'Incorrect handling 
8089                 of flowed lines'. We now optionnaly
8090                 handle this format (preference is in
8091                 Message View/Text options section)
8092
8093 2006-10-12 [colin]      2.5.5cvs3
8094
8095         * po/POTFILES.in
8096                 Add new file
8097         * src/plugins/pgpcore/pgp_viewer.c
8098         * src/plugins/pgpcore/sgpgme.c
8099                 Don't try to import without asking
8100
8101 2006-10-12 [colin]      2.5.5cvs2
8102
8103         * src/compose.c
8104                 Fix bug 1036, 'Forwarding a mutlipart
8105                 mail with a "text/html" block to ms
8106                 outlook users leeds to freeze of
8107                 outlook'. Poor outlook users...
8108
8109 2006-10-12 [paul]       2.5.5cvs1
8110
8111         * NEWS
8112         * README
8113         * configure.ac
8114                 Update version number following
8115                 stable release
8116
8117 2006-10-11 [paul]       2.5.4cvs1
8118
8119         * NEWS
8120         * README
8121         * configure.ac
8122                 Update version number following
8123                 stable release
8124
8125 2006-10-11 [paul]       2.5.3cvs32
8126
8127         * src/textview.c
8128                 fix bug 1032, 'Segmentation fault when showing
8129                 message' (bug in quote folding)
8130                 Thanks to Colin
8131
8132 2006-10-10 [colin]      2.5.3cvs31
8133
8134         * src/quote_fmt.c
8135                 Rephrase english a bit
8136
8137 2006-10-10 [colin]      2.5.3cvs30
8138
8139         * src/prefs_compose_writing.c
8140                 Stop making the page larger than the window
8141
8142 2006-10-10 [wwp]        2.5.3cvs29
8143
8144         * src/compose.c
8145         * src/prefs_template.c
8146         * src/quote_fmt.c
8147         * src/quote_fmt.h
8148         * src/quote_fmt_lex.l
8149         * src/quote_fmt_parse.y
8150                 Extend the quote parser a bit: allow to get access to
8151                 basic (composing) account info.
8152
8153 2006-10-10 [colin]      2.5.3cvs28
8154
8155         * src/procheader.c
8156                 Fix this \t problem in subject
8157
8158 2006-10-09 [colin]      2.5.3cvs27
8159
8160         * src/main.c
8161         * src/prefs_gtk.c
8162                 Prepare cache a bit later
8163                 If section already exists, skip the new one 
8164                 (as previously); avoid writing the same block
8165                 twice - if we find a second block with the 
8166                 same id, skip it.
8167         * src/plugins/pgpcore/pgp_viewer.c
8168                 Set cursor to busy when retrieving a key
8169         * src/plugins/pgpcore/sgpgme.c
8170                 allow 5 seconds for gpg to export the key
8171                 
8172
8173 2006-10-09 [colin]      2.5.3cvs26
8174
8175         * configure.ac
8176         * src/msgcache.c
8177         * src/prefs_gtk.c
8178                 Check for existence of fgets_unlocked
8179                 and fwrite_unlocked
8180
8181 2006-10-09 [paul]       2.5.3cvs25
8182
8183         * src/prefs_summaries.c
8184                 replace strftime() with fast_strftime() and in
8185                 the consequence fix the bug in the display of
8186                 AM/PM in the 'Example' string
8187
8188 2006-10-09 [ticho]      2.5.3cvs24
8189
8190         * po/sk.po
8191                 Updated (and fixed up somewhat) Slovak translation.
8192
8193 2006-10-08 [colin]      2.5.3cvs23
8194
8195         * src/prefs_folder_item.c
8196                 Explain why prefs in the top-level folder
8197                 aren't retained, but are still useful
8198
8199 2006-10-08 [colin]      2.5.3cvs22
8200
8201         * src/prefs_gtk.c
8202                 Don't cache anything if caching fails
8203
8204 2006-10-08 [colin]      2.5.3cvs21
8205
8206         * src/common/utils.c
8207                 always include gi18n.h
8208
8209 2006-10-07 [colin]      2.5.3cvs20
8210
8211         * src/plugins/pgpcore/pgp_viewer.c
8212                 Kill gpg after 5 seconds wait
8213
8214 2006-10-07 [colin]      2.5.3cvs19
8215
8216         * src/plugins/pgpcore/pgp_viewer.c
8217         * src/plugins/pgpcore/pgp_viewer.h
8218                 Fix copyright
8219
8220 2006-10-07 [colin]      2.5.3cvs18
8221
8222         * src/plugins/pgpcore/pgp_viewer.c
8223         * src/plugins/pgpcore/pgp_viewer.h
8224                 Actually add the files to CVS
8225
8226 2006-10-07 [colin]      2.5.3cvs17
8227
8228         * src/plugins/pgpcore/sgpgme.c
8229                 Be sure not to crash on 'application/pgp-signature' that
8230                 are not application/pgp-signatures
8231
8232 2006-10-07 [colin]      2.5.3cvs16
8233
8234         * src/textview.c
8235         * src/textview.h
8236                 Make a bit more of the API available
8237         * src/plugins/pgpcore/Makefile.am
8238         * src/plugins/pgpcore/plugin.c
8239         * src/plugins/pgpcore/sgpgme.c
8240                 Add basic key import/export
8241
8242 2006-10-07 [colin]      2.5.3cvs15
8243
8244         * src/folderview.c
8245         * src/imap.c
8246         * src/prefs_account.c
8247         * src/wizard.c
8248                 Warn users *everywhere* if libetpan's not
8249                 linked in
8250
8251 2006-10-06 [mones]      2.5.3cvs14
8252
8253         * po/de.po
8254         * po/es.po
8255                 updated by Stephan Sachse and me
8256
8257 2006-10-06 [colin]      2.5.3cvs13
8258
8259         * src/main.c
8260         * src/common/sylpheed.c
8261                 Don't load common plugins if --exit is passed
8262         * src/prefs_gtk.c
8263         * src/prefs_gtk.h
8264                 Implement a cache to avoid reading the same
8265                 files over and over again at startup
8266
8267 2006-10-06 [colin]      2.5.3cvs12
8268
8269         * src/summaryview.c
8270         * src/gtk/quicksearch.c
8271                 Update display every 5k mails on fast searches
8272
8273 2006-10-06 [colin]      2.5.3cvs11
8274
8275         * src/textview.c
8276                 Don't do quote folding on HTML or ERTF.
8277                 May fix the Cygwin issues if they were
8278                 happening with HTML mails?
8279
8280 2006-10-05 [colin]      2.5.3cvs10
8281
8282         * src/prefs_gtk.c
8283                 Oops, forgot one
8284
8285 2006-10-05 [colin]      2.5.3cvs9
8286
8287         * src/prefs_gtk.c
8288                 Use unlocked_stdio here too
8289
8290 2006-10-05 [colin]      2.5.3cvs8
8291
8292         * src/folderview.c
8293                 Fix go to next * after preferences apply
8294         * src/msgcache.c
8295                 Do the fd lock/unlock ourselves instead of
8296                 letting the libc do it at each write 
8297
8298 2006-10-05 [colin]      2.5.3cvs7
8299
8300         * src/common/utils.c
8301                 Faster division, thanks to Jean Diraison
8302
8303 2006-10-05 [paul]       2.5.3cvs6
8304
8305         * src/common/utils.c
8306                 fix building with --disable-nls
8307
8308 2006-10-04 [colin]      2.5.3cvs5
8309
8310         * src/folder.c
8311                 Maybe fix a segfault
8312
8313 2006-10-04 [wwp]        2.5.3cvs4
8314
8315         * src/prefs_folder_item.c
8316                 Fine-tune layouts in folder item prefs. Suggested by
8317                 Fabien Vantard <fzzzzz@gmail.com>.
8318
8319 2006-10-04 [wwp]        2.5.3cvs3
8320
8321         * src/prefs_folder_item.c
8322                 Kill the clandestine passengers. You didn't see anything.
8323
8324 2006-10-04 [wwp]        2.5.3cvs2
8325
8326         * src/prefs_folder_item.c
8327                 Add a way to test the subject simplify regexp in
8328                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8329                 w/ few layout changes.
8330
8331 2006-20-04 [paul]       2.5.3cvs1
8332
8333         * NEWS
8334         * README
8335         * configure.ac
8336                 Update version number following
8337                 stable release
8338
8339 2006-10-04 [colin]      2.5.2cvs42
8340
8341         * src/folder.c
8342         * src/folder.h
8343         * src/summaryview.c
8344                 Provide a way for folder classes to set their sort
8345                 type and key
8346
8347 2006-10-03 [colin]      2.5.2cvs41
8348
8349         * src/mh.c
8350                 Don't use strlen() to know if the
8351                 string's empty
8352
8353 2006-10-03 [colin]      2.5.2cvs40
8354
8355         * src/mh.c
8356                 Fix "check for new folders" with accentued folders
8357
8358 2006-10-03 [ticho]      2.5.2cvs39
8359
8360         * src/filtering.c
8361         * src/folder.c
8362         * src/inc.c
8363         * src/mbox.c
8364                 Colin's fix for "copy" filtering rules.
8365
8366 2006-10-02 [colin]      2.5.2cvs38
8367
8368         * src/folderview.c
8369                 Fix for double-click too
8370
8371 2006-10-02 [colin]      2.5.2cvs37
8372
8373         * src/folderview.c
8374                 correct fix for cvs36
8375
8376 2006-10-02 [colin]      2.5.2cvs36
8377
8378         * src/folderview.c
8379                 Fix 'goto next unread' after collapsing/expanding 
8380                 a node.
8381
8382 2006-10-02 [colin]      2.5.2cvs35
8383
8384         * src/summaryview.c
8385                 Fix double freeze/thaw
8386         * src/common/utils.c
8387         * src/common/utils.h
8388                 Reimplement strftime
8389         * src/procheader.c
8390                 Use it
8391
8392
8393 2006-10-02 [colin]      2.5.2cvs34
8394
8395         * src/mh.c
8396                 Time mh_write_sequences() - it's fast
8397         * src/summaryview.c
8398                 Init a variable to shut up gcc
8399
8400 2006-10-01 [colin]      2.5.2cvs33
8401
8402         * src/folder.c
8403         * src/mh.c
8404         * src/mh.h
8405         * src/msgcache.c
8406                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8407                 Add fsync but disable it, it's slow as hell
8408
8409 2006-10-01 [colin]      2.5.2cvs32
8410
8411         * src/mh.c
8412         * src/msgcache.c
8413                 fflush() caches and mh_sequences before
8414                 fclose()ing
8415
8416 2006-10-01 [colin]      2.5.2cvs31
8417
8418         * src/msgcache.c
8419                 Don't ftruncate when not using mmap
8420
8421 2006-09-30 [colin]      2.5.2cvs30
8422
8423         * src/main.c
8424                 Write folder list *after* saving caches
8425
8426 2006-09-30 [colin]      2.5.2cvs29
8427
8428         * src/folder.c
8429         * src/mh.c
8430                 Debug forced mtime changes
8431
8432 2006-09-30 [colin]      2.5.2cvs28
8433
8434         * src/folder.c
8435         * src/main.c
8436                 Remove useless debug_print()s (code
8437                 well-tested)
8438
8439 2006-09-30 [colin]      2.5.2cvs27
8440
8441         * src/mh.c
8442                 Do stuff faster when writing mh_sequences
8443
8444 2006-09-30 [colin]      2.5.2cvs26
8445
8446         * src/mh.c
8447                 Don't let the writing of .mh_sequences, which
8448                 can change the folder's mtime, let us think
8449                 we need to scan.
8450
8451 2006-09-30 [colin]      2.5.2cvs25
8452
8453         * src/folder.c
8454                 Move a debug_print where it belongs 
8455                 (processing)
8456         * src/summaryview.c
8457                 Don't mess with a huge slow subject
8458                 table if we're not threading by
8459                 subject
8460
8461 2006-09-30 [colin]      2.5.2cvs24
8462
8463         * src/msgcache.c
8464                 Reenable mmaped reads (*not* writes!)
8465         * src/procmsg.c
8466                 Don't destroy and recreate hashtables just
8467                 for fun
8468         * src/common/utils.c
8469                 Remove useless reply prefixes (it's case
8470                 unsensitive)
8471
8472 2006-09-30 [wwp]        2.5.2cvs23
8473
8474         * tools/fix_date.sh
8475                 Fixed a minor bug in date value extraction, added a switch
8476                 to replace non RFC-compliant Date: value, added a switch
8477                 to use strict RFC matching patterns for dates.
8478
8479 2006-09-29 [colin]      2.5.2cvs22
8480
8481         * src/matcher_parser.h
8482         * src/matcher_parser_parse.y
8483         * src/prefs_filtering.c
8484         * src/statusbar.c
8485         * src/summary_search.c
8486         * src/summaryview.c
8487         * src/gtk/quicksearch.c
8488         * src/gtk/quicksearch.h
8489                 Optimise searches by setting different
8490                 refresh intervals (depending if the 
8491                 search is fast or not)
8492
8493 2006-09-29 [colin]      2.5.2cvs21
8494
8495         * src/codeconv.c
8496                 Optimise by reusing the last iconv converter
8497                 if possible
8498         * src/textview.c
8499                 Optimise a bit (the foldable quotes feature
8500                 still has an awful O(n^2) algo
8501
8502 2006-09-29 [colin]      2.5.2cvs20
8503
8504         * src/gtk/gtksctree.c
8505         * src/gtk/gtksctree.h
8506                 Optimise de-selection via up/down or
8507                 another key
8508
8509 2006-09-28 [colin]      2.5.2cvs19
8510
8511         * src/action.c
8512         * src/compose.c
8513         * src/folderview.c
8514         * src/mainwindow.c
8515         * src/messageview.c
8516         * src/summary_search.c
8517         * src/toolbar.c
8518                 Avoid using summaryview->ctree directly
8519
8520 2006-09-28 [colin]      2.5.2cvs18
8521
8522         * src/summaryview.c
8523         * src/summaryview.h
8524                 Add helpers to freeze/thaw/grab_focus
8525                 Factorize calls to freeze/thaw/grab_focus
8526                 
8527
8528 2006-09-28 [colin]      2.5.2cvs17
8529
8530         * src/main.c
8531                 More guards for the session management
8532
8533 2006-09-28 [colin]      2.5.2cvs16
8534
8535         * src/folderview.c
8536         * src/gtk/gtksctree.c
8537         * src/gtk/gtksctree.h
8538                 Make expanding not recursive in folderview
8539
8540 2006-09-28 [colin]      2.5.2cvs15
8541
8542         * src/addressbook.c
8543                 If nothing is selected in the list (right part)
8544                 and a group is selected in the tree (left part),
8545                 mail this group.
8546
8547 2006-09-28 [colin]      2.5.2cvs14
8548
8549         * src/Makefile.am
8550                 Actually use SM_LIBS
8551
8552 2006-09-28 [ticho]      2.5.2cvs13
8553
8554         * src/export.c
8555         * src/messageview.c
8556         * src/mimeview.c
8557         * src/news.c
8558         * src/pop.c
8559         * src/prefs_themes.c
8560         * src/procmsg.c
8561                 Small i18n string optimization.
8562         * src/send_message.c
8563         * src/summaryview.c
8564         * src/common/session.c
8565         * src/common/smtp.c
8566         * src/common/ssl_certificate.c
8567         * src/common/utils.c
8568                 Use "Couldn't" instead of "Can't" in UI messages,
8569                 where appropriate.
8570
8571 2006-09-28 [colin]      2.5.2cvs12
8572
8573         * configure.ac
8574                 Possibly fix link errors
8575
8576 2006-09-27 [wwp]        2.5.2cvs11
8577
8578         * src/gtk/authors.h
8579         * doc/man/sylpheed-claws.1
8580         * manual/ack.xml
8581         * manual/es/ack.xml
8582         * manual/fr/ack.xml
8583         * manual/pl/ack.xml
8584                 Updated authors info (me, myself and I).
8585
8586 2006-09-27 [colin]      2.5.2cvs10
8587
8588         * src/addressbook.c
8589                 Remove useless printf
8590
8591 2006-09-27 [wwp]        2.5.2cvs9
8592
8593         * src/editgroup.c
8594         * src/send_message.c
8595         * src/inc.c
8596         * src/prefs_common.c
8597         * src/prefs_common.h
8598         * src/gtk/progressdialog.c
8599                 remember more windows' sizes (send dialog, received dialog,
8600                 edit group in addressbook).
8601
8602 2006-09-27 [colin]      2.5.2cvs8
8603
8604         * configure.ac
8605         * src/main.c
8606         * src/mainwindow.h
8607                 Use libSM to communicate with the session
8608                 manager, so that we can know when the 
8609                 session ends, save our caches, and draft
8610                 our compose windows.
8611
8612 2006-09-27 [colin]      2.5.2cvs7
8613
8614         * src/addressbook.c
8615                 Fix issues:
8616                 o Allow Book and Group creation from the tree's
8617                   contextual menu
8618                 o Do not actually delete the contacts when 
8619                   deleting groups from the tree (duh!)
8620
8621 2006-09-27 [colin]      2.5.2cvs6
8622
8623         * src/compose.c
8624         * src/compose.h
8625         * src/mainwindow.c
8626         * src/textview.c
8627         * src/toolbar.c
8628                 o Allow passing an email address to 
8629                   compose_new_with_folderitem
8630                 o Update callers
8631                 o Use current folderitem when clicking
8632                   on a TextView mailto: link
8633                 o Fix a possible leak in TextView
8634
8635 2006-09-27 [colin]      2.5.2cvs5
8636
8637         * src/html.c
8638                 Use UTF-8 chars to replace HTML entities
8639
8640 2006-09-27 [colin]      2.5.2cvs4
8641
8642         * AUTHORS
8643         * src/prefs_account.c
8644         * src/gtk/authors.h
8645                 Fix bug #1024 (Array index out of
8646                 range in sylpheed-claws-2.5.2)
8647                 Patch by Ales Nosek <anosek@suse.cz>
8648
8649 2006-09-27 [colin]      2.5.2cvs3
8650
8651         * src/addr_compl.c
8652                 Actually do the test
8653
8654 2006-09-27 [colin]      2.5.2cvs2
8655
8656         * src/addr_compl.c
8657         * src/addr_compl.h
8658                 Allow completing with comma (in certain cases: vCalendar
8659                 for example doesn't support that)
8660                 Patch by Fabien Vantard
8661
8662 2006-09-26 [colin]      2.5.2cvs1
8663
8664         * src/Makefile.am
8665         * src/addr_compl.c
8666         * src/addr_compl.h
8667         * src/addrbook.c
8668         * src/addrbook.h
8669         * src/addressbook.c
8670         * src/addrindex.c
8671         * src/addrindex.h
8672         * src/compose.c
8673         * src/prefs_common.c
8674         * src/prefs_filtering_action.c
8675         * src/prefs_folder_item.c
8676         * src/prefs_template.c
8677         * src/stock_pixmap.c
8678         * src/stock_pixmap.h
8679         * src/pixmaps/addr_one.xpm
8680         * src/pixmaps/addr_two.xpm
8681                 Add auto-completion on groups
8682
8683 2006-09-26 [colin]      2.5.2
8684
8685         * NEWS
8686         * README
8687         * RELEASE_NOTES
8688                 2.5.2 released
8689
8690 2006-09-26 [colin]      2.5.1cvs5
8691
8692         * src/matcher.c
8693                 Fix condition
8694
8695 2006-09-26 [colin]      2.5.1cvs4
8696
8697         * src/mbox.c
8698                 Revert cvs1 (useless as the message is printed 
8699                 every 500 mails)
8700
8701 2006-09-26 [colin]      2.5.1cvs3
8702
8703         * src/partial_download.c
8704                 Fix crasher found by Alexsandar Urosevic
8705
8706 2006-09-26 [colin]      2.5.1cvs2
8707
8708         * src/summaryview.c
8709                 Fix bug #1023 (Sylpheed deletes too much messages)
8710
8711 2006-09-26 [ticho]      2.5.1cvs1
8712
8713         * src/mbox.c
8714                 Make use of gettext's multiple plurals for statusbar
8715                 progress message.
8716
8717 2006-09-25 [paul]       2.5.1
8718
8719         * NEWS
8720         * README
8721         * RELEASE_NOTES
8722                 2.5.1 released
8723
8724 2006-09-25 [colin]      2.5.0cvs3
8725
8726         * src/plugins/bogofilter/bogofilter.c
8727         * src/plugins/clamav/clamav_plugin.c
8728         * src/plugins/spamassassin/spamassassin.c
8729                 BogoFilter, Spamassassin: Fix double hook registering after
8730                 visiting preferences
8731                 Spamassassin, Clamav: Just set the mails to move instead of
8732                 doing the move - caller will move the things at once.
8733
8734 2006-09-25 [colin]      2.5.0cvs2
8735
8736         * src/imap.c
8737         * src/etpan/imap-thread.c
8738                 Use UID SEARCH ALL instead of UID 1:*
8739                 (braindead servers can't figure out that's
8740                 the same...)
8741
8742 2006-09-25 [wwp]        2.5.0cvs1
8743
8744         * src/message_search.c
8745                 Added the ability to stop a running search (in message body).
8746
8747 2006-09-25 [paul]       2.5.0
8748
8749         * NEWS
8750         * README
8751         * RELEASE_NOTES
8752                 2.5.0 released
8753
8754 2006-09-25 [paul]       2.4.0cvs214
8755
8756         * po/cs.po
8757         * po/de.po
8758         * po/fi.po
8759         * po/fr.po
8760         * po/nl.po
8761         * po/pt_BR.po
8762         * po/sk.po
8763         * po/sr.po
8764         * po/zh_CN.po
8765                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8766                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8767                 Ticho, Aleksander Urosevic, Ralgh Young
8768
8769 2006-09-24 [mones]      2.4.0cvs213
8770
8771         * po/es.po
8772                 Updated for release
8773
8774 2006-09-23 [colin]      2.4.0cvs212
8775
8776         * src/gtk/inputdialog.c
8777                 Fix [ ] remember this appearing in normal
8778                 input dialogs after it's been used by
8779                 mimeview.
8780         * src/folder.c
8781         * src/folderview.c
8782         * src/msgcache.c
8783         * src/procmsg.c
8784         * src/summaryview.c
8785         * src/textview.c
8786         * src/common/timing.h
8787                 Enable timings in debug mode and make it
8788                 look prettier.
8789
8790 2006-09-22 [colin]      2.4.0cvs211
8791
8792         * README
8793                 Revert test change
8794         * commitHelper
8795                 ping the correct URI
8796
8797 2006-09-22 [colin]      2.4.0cvs210
8798
8799         * README
8800                 Let's see if bug #1022 is fixed
8801
8802 2006-09-21 [colin]      2.4.0cvs209
8803
8804         * src/wizard.c
8805         * src/common/plugin.c
8806                 Prepare infra to load predefined plugins when
8807                 no configuration existed. Don't actually load
8808                 anything yet (feat. freeze)
8809
8810 2006-09-21 [wwp]        2.4.0cvs208
8811
8812         * manual/fr/faq.xml
8813                 Partial sync w/ 2.4.0cvs72:
8814                 wrap file and minor updates.
8815
8816 2006-09-21 [wwp]        2.4.0cvs207
8817
8818         * tools/fix_date.sh
8819                 several fixes and enhancements. A new --force switch has been
8820                 added to prevent overriding by default Date: header when
8821                 already existing.
8822
8823 2006-09-21 [paul]       2.4.0cvs206
8824
8825         * src/common/utils.c
8826                 add Chinese UTF8 Re prefix
8827
8828 2006-09-21 [wwp]        2.4.0cvs205
8829
8830         * tools/Makefile.am
8831                 Fics alfabettical order.
8832
8833 2006-09-21 [wwp]        2.4.0cvs204
8834
8835         * tools/fix_date.sh
8836         * tools/Makefile.am
8837                 Added an action tool to fix missing Date field in emails.
8838                 Updated Makefile.am to reflect those last two additions.
8839
8840 2006-09-21 [wwp]        2.4.0cvs203
8841
8842         * tools/uuooffice
8843                 Added a action tool to open uuencoded docs w/
8844                 OpenOffice (based on uudec method).
8845
8846 2006-09-21 [colin]      2.4.0cvs202
8847
8848         * src/compose.c
8849         * src/textview.c
8850                 Workaround possible GTK crash: remove selection 
8851                 clipboard before destroying widget, or GTK+-2.10
8852                 dies. Thanks to Hiro.
8853
8854 2006-09-20 [colin]      2.4.0cvs201
8855
8856         * src/compose.c
8857                 Fix free-after-use in some cases (when 
8858                 procmime_encode_content() frees mimeinfo->data.mem
8859                 and turns it to a temp file)
8860
8861 2006-09-20 [colin]      2.4.0cvs200
8862
8863         * src/folderview.c
8864         * src/summaryview.c
8865         * src/gtk/gtksctree.c
8866         * src/gtk/gtksctree.h
8867                 Add tooltips in the folderview and summaryview
8868                 (Doesn't break string freeze as they already
8869                 exist)
8870         * src/toolbar.c
8871                 Put the spam button in the default configuration
8872                 if compiled with bogo plugin too
8873
8874 2006-09-19 [colin]      2.4.0cvs199
8875
8876         * src/summaryview.c
8877         * src/summaryview.h
8878                 Update folder name label on folder rename
8879         * src/prefs_matcher.c
8880         * src/gtk/logwindow.h
8881                 Fix warnings
8882                 Patches by Fabien
8883
8884 2006-09-19 [wwp]        2.4.0cvs198
8885
8886         * src/summary_search.c
8887                 fix can't click forward/backward buttons in the
8888                 search messages.
8889
8890 2006-09-18 [paul]       2.4.0cvs197
8891
8892         * src/wizard.c
8893                 add missing bracket, capitalise the A of
8894                 'SpamAssassin'
8895
8896 2006-09-18 [paul]       2.4.0cvs196
8897
8898         * src/compose.c
8899                 fix bug 1012 'crashed upon sending mail
8900                 from compose window'
8901                 Thanks to Colin
8902
8903 2006-09-16 [colin]      2.4.0cvs195
8904
8905         * src/folderview.c
8906                 Fix "real-time" sorting by freezing/thawing
8907
8908 2006-09-16 [colin]      2.4.0cvs194
8909
8910         * manual/faq.xml
8911                 Fix the anti-spam entry a bit
8912
8913 2006-09-16 [colin]      2.4.0cvs193
8914
8915         * src/wizard.c
8916                 Make sure reviewers have no excuse when stating
8917                 Sylpheed-Claws doesn't have antispam capabilities.
8918
8919 2006-09-16 [colin]      2.4.0cvs192
8920
8921         * src/main.c
8922                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8923                 as if the SIGPIPE comes from etpan's thread we could
8924                 trigger a GUI update from this thread.
8925
8926 2006-09-16 [colin]      2.4.0cvs191
8927
8928         * src/summaryview.c
8929                 Init all members of the struct
8930
8931 2006-09-16 [paul]       2.4.0cvs190
8932
8933         * src/account.c
8934                 improvements to the English
8935
8936 2006-09-15 [colin]      2.4.0cvs189
8937
8938         * src/summaryview.c
8939                 HIG order on dialog
8940
8941 2006-09-14 [colin]      2.4.0cvs188
8942
8943         * src/common/socket.c
8944         * src/common/socket.h
8945         * src/common/ssl.c
8946         * src/common/ssl_certificate.c
8947         * src/common/ssl_certificate.h
8948         * src/etpan/imap-thread.c
8949                 the get_fqdn() call done to get canonical name when
8950                 checking an SSL certificate is blocking, which is
8951                 sad as we just did a non-blocking lookup to connect.
8952                 Fix that by letting the fqdn available to the SockInfo,
8953                 and use that in ssl_certificate_check(). For IMAP,
8954                 we don't do it as the lookup's done by libetpan, but
8955                 it's less annoying as IMAP connections as much more
8956                 rare than POP3 connections.
8957
8958 2006-09-14 [paul]       2.4.0cvs187
8959
8960         * manual/advanced.xml
8961                 improvements to the English,
8962                 properly place the new hidden options
8963                 within the alphabetical order
8964         * src/gtk/pluginwindow.c
8965                 improvements to the English
8966
8967 2006-09-14 [colin]      2.4.0cvs186
8968
8969         * src/prefs_common.c
8970         * src/prefs_common.h
8971         * src/gtk/gtksctree.c
8972         * manual/advanced.xml
8973                 New hidden pref, stripes_color_offset, to change
8974                 the value added/substracted to normal bgcolor to
8975                 create the stripes in summaries
8976
8977 2006-09-13 [colin]      2.4.0cvs185
8978
8979         * src/gedit-print.c
8980         * src/messageview.c
8981         * src/messageview.h
8982         * src/summaryview.c
8983         * src/textview.c
8984                 Fix misc. printing issues: 
8985                 - Bad font for linkified headers
8986                 - Different font if the mail was displayed or not
8987                 - Factorize the thing
8988
8989 2006-09-13 [colin]      2.4.0cvs184
8990
8991         * src/common/ssl_certificate.c
8992                 Only get FQDN once when checking certificate
8993
8994 2006-09-13 [colin]      2.4.0cvs183
8995
8996         * src/account.c
8997         * src/gtk/pluginwindow.c
8998                 Misc. GUI fixes by Fabien
8999
9000 2006-09-13 [wwp]        2.4.0cvs182
9001
9002         * configure.ac
9003         * src/common/utils.h
9004         * src/common/utils.c
9005                 get rid of unused wide-char functions.
9006
9007 2006-09-13 [wwp]        2.4.0cvs181
9008
9009         * src/plugins/pgpinline/sylpheed.def
9010         * src/textview.c
9011                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9012                 add privacy_reset_error to the .def file,
9013                 do not fork for an external textviewer.
9014
9015 2006-09-13 [wwp]        2.4.0cvs180
9016
9017         * src/prefs_common.c
9018                 fix broken font entry in prefs (patch issued by the gpg4win team,
9019                 probably by Marcus Brinkmann <marcus@g10code.de>).
9020
9021 2006-09-13 [colin]      2.4.0cvs179
9022
9023         * src/folder.h
9024                 Fix a warning in summaryview.c
9025         * src/mainwindow.c
9026         * src/summaryview.c
9027         * src/summaryview.h
9028                 Add missing Mark/* elements in the
9029                 main menu
9030
9031 2006-09-12 [colin]      2.4.0cvs178
9032
9033         * src/prefs_actions.c
9034         * src/prefs_filtering_action.c
9035         * src/prefs_matcher.c
9036                 Use (New) instead of New everywhere
9037
9038 2006-09-12 [wwp]        2.4.0cvs177
9039
9040         * manual/fr/addrbook.xml
9041         * manual/fr/handling.xml
9042                 updated some quotes in the fr manual to match the fr translation.
9043
9044 2006-09-12 [wwp]        2.4.0cvs176
9045
9046         * src/prefs_matcher.c
9047                 don't store translated string elements in matcher expressions.
9048                 Also fixed a misused of Q_().
9049
9050 2006-09-11 [wwp]        2.4.0cvs175
9051
9052         * src/plugins//bogofilter/bogofilter.c
9053         * src/plugins//clamav/clamav_plugin.c
9054         * src/plugins//demo/demo.c
9055         * src/plugins//dillo_viewer/dillo_viewer.c
9056         * src/plugins//pgpcore/plugin.c
9057         * src/plugins//pgpinline/plugin.c
9058         * src/plugins//pgpmime/plugin.c
9059         * src/plugins//spamassassin/spamassassin.c
9060                 gettext-ize more strings (mostly plugin error messages).
9061
9062 2006-09-11 [colin]      2.4.0cvs174
9063
9064         * src/alertpanel.c
9065                 Make maximum buffer size bigger to avoid
9066                 truncating translated messages. Patch by
9067                 Fabien
9068
9069 2006-09-11 [colin]      2.4.0cvs173
9070
9071         * src/etpan/imap-thread.c
9072                 Fix compilation on OpenBSD, thanks to 
9073                 Landry
9074
9075 2006-09-10 [wwp]        2.4.0cvs172
9076
9077         * manual/account.xml
9078         * manual/addrbook.xml
9079         * manual/handling.xml
9080         * manual/es/handling.xml
9081         * manual/fr/account.xml
9082         * manual/fr/addrbook.xml
9083         * manual/fr/handling.xml
9084                 documented addressbook matching (condition configuration):
9085                   addrbook.xml, en fr
9086                 documented per-account filtering rules (handling/filtering
9087                   section, account section):
9088                   account.xml, handling.xml, en fr
9089                 slightly updated the handling/searching section to tell few
9090                   words about the extended search ability:
9091                   handling.xml, en fr
9092                 added missing <quote></quotes> to Quick Search:
9093                   handling.xml, en fr es
9094                 fixed a typo (auomatically):
9095                   handling.xml, en
9096                 changes revisited by Paul.
9097
9098 2006-09-10 [paul]       2.4.0cvs171
9099
9100         * src/prefs_actions.c
9101         * src/prefs_filtering.c
9102         * src/prefs_template.c
9103                 adjustments to the gui
9104                 Patch by Fabien Vantard (slightly modified)
9105
9106 2006-09-10 [colin]      2.4.0cvs170
9107
9108         * src/summaryview.c
9109                 Check folderitem/summaryview consistency
9110                 (basically automates Update summary). Fixes
9111                 #1011 (wrong (negative) count on unread 
9112                 messages)
9113
9114 2006-09-10 [colin]      2.4.0cvs169
9115
9116         * src/gtk/gtksctree.c
9117                 Fix recursive expansion via mouse
9118         * src/plugins/bogofilter/bogofilter.c
9119                 Use normal filtering way of moving
9120                 messages (batching), possibly fixing
9121                 bug #1015 (Bogofilter plugin doubles 
9122                 new messages)
9123
9124 2006-09-09 [wwp]        2.4.0cvs168
9125
9126         * src/prefs_filtering.c
9127                 better place for this fix.
9128
9129 2006-09-09 [wwp]        2.4.0cvs167
9130
9131         * src/prefs_filtering.c
9132                 fix a minor bug when the enabled status of a filtering/processing
9133                 rule always got set to TRUE when replacing this rule. That still
9134                 make sense when adding a new rule, but now when replacing, we
9135                 don't override the value of 'enabled'.
9136                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9137                 to prefs_filtering_list_view_get_info() as this function not only
9138                 returns the name, but also the account_id and the enabled status.
9139
9140 2006-09-09 [mones]      2.4.0cvs166
9141
9142         * manual/glossary.xml
9143         * manual/plugins.xml
9144                 Minor format corrections
9145         * manual/gpl.xml
9146                 Fix misplaced NO WARRANTY section
9147         * manual/es/advanced.xml
9148         * manual/es/faq.xml
9149         * manual/es/glossary.xml
9150         * manual/es/gpl.xml
9151         * manual/es/handling.xml
9152         * manual/es/plugins.xml
9153         * manual/es/starting.xml
9154                 Incorporate changes from English version
9155         * manual/fr/ack.xml
9156         * manual/pl/ack.xml
9157         * manual/es/ack.xml
9158                 Fix address, (add translation credits in es version)
9159         * po/es.po
9160                 Updated translation
9161
9162 2006-09-09 [wwp]        2.4.0cvs165
9163
9164         * src/prefs_filtering.c
9165                 fix a crash when opening filtering prefs, if matcherrc file contains
9166                 broken data (non-existing account id, which is theoretically not
9167                 possible).
9168
9169 2006-09-08 [colin]      2.4.0cvs164
9170
9171         * src/folder.c
9172                 Wrong assert, make it an if()
9173         * src/gtk/gtksctree.c
9174                 Fix bug #1013 (expand selected thread 
9175                 tree) - expanding is now recursive
9176
9177 2006-09-07 [wwp]        2.4.0cvs163
9178
9179         * src/prefs_matcher.c
9180                 make better sentences about addressbook matching in the
9181                 matcher prefs. This should make translators' work easier
9182                 too.
9183
9184 2006-09-07 [wwp]        2.4.0cvs162
9185
9186         * src/prefs_filtering.c
9187                 code simplification (get rid of dup var. assignment).
9188
9189 2006-09-07 [wwp]        2.4.0cvs161
9190
9191         * src/summaryview.c
9192                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9193                 <fzzzzz@gmail.com>.
9194
9195 2006-09-07 [paul]       2.4.0cvs160
9196
9197         * src/mimeview.c
9198                 fix compilation warnings
9199                 Thanks to Colin
9200
9201 2006-09-07 [paul]       2.4.0cvs159
9202
9203         * src/mimeview.c
9204                 select the mimepart icon when
9205                 displaying as text
9206                 Thanks to Colin
9207
9208 2006-09-06 [paul]       2.4.0cvs158
9209
9210         * src/prefs_filtering.c
9211                 fix labels and table element spacing
9212                 Patch by Fabien Vantard
9213
9214 2006-09-06 [paul]
9215
9216         2.5.0-rc3 released
9217
9218 2006-09-06 [paul]       2.4.0cvs157
9219
9220         * manual/es/advanced.xml
9221                 fix typo
9222
9223 2006-09-06 [wwp]        2.4.0cvs156
9224
9225         * src/mainwindow.c
9226                 fix an dup launch issue when iconified, thanks to Colin.
9227
9228 2006-09-06 [wwp]        2.4.0cvs155
9229
9230         * src/gtk//gtksctree.h
9231                 oops, forgot that one!
9232
9233 2006-09-06 [wwp]        2.4.0cvs154
9234
9235         * manual/pl/advanced.xml
9236         * manual/advanced.xml
9237         * manual/es/advanced.xml
9238         * manual/fr/advanced.xml
9239         * src/prefs_customheader.c
9240         * src/prefs_filtering_action.c
9241         * src/foldersel.c
9242         * src/prefs_summaries.c
9243         * src/prefs_filtering.c
9244         * src/account.c
9245         * src/compose.c
9246         * src/prefs_summary_column.c
9247         * src/addr_compl.c
9248         * src/prefs_actions.c
9249         * src/prefs_folder_column.c
9250         * src/ssl_manager.c
9251         * src/prefs_template.c
9252         * src/prefs_display_header.c
9253         * src/prefs_common.h
9254         * src/prefs_matcher.c
9255         * src/prefs_common.c
9256         * src/prefs_toolbar.c
9257         * src/summaryview.c
9258         * src/folderview.c
9259         * src/gtk/gtksctree.c
9260         * src/gtk/pluginwindow.c
9261         * src/gtk/progressdialog.c
9262         * src/gtk/prefswindow.c
9263                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9264                 to make its meaning more obvious (all versions of the manual reflect
9265                 the change).
9266                 added an extra hidden option use_stripes_in_summary to allow
9267                 discarding these stripes in mainwindow's folder and message lists;
9268                 en and fr manuals only are OK towards this.
9269
9270 2006-09-06 [colin]      2.4.0cvs153
9271
9272         * src/textview.c
9273                 Hide Sylpheed-Claws' internal queue headers
9274                 when showing all headers. They'll be present
9275                 only in Source window.
9276
9277 2006-09-05 [colin]      2.4.0cvs152
9278
9279         * src/plugins/trayicon/trayicon.c
9280                 Fix crash at exit - we have to disconnect
9281                 our handlers
9282         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9283                 Update eggtrayicon - patch adapted from a
9284                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9285                 on Sylpheed's ML
9286
9287 2006-09-05 [colin]      2.4.0cvs151
9288
9289         * src/mainwindow.c
9290         * src/gtk/logwindow.c
9291                 Fix race condition when something writes
9292                 to the log too soon during init. Thanks
9293                 to Fabien Vantard
9294
9295 2006-09-05 [colin]      2.4.0cvs150
9296
9297         * src/mimeview.c
9298                 Don't select part on right-click either
9299
9300 2006-09-05 [paul]       2.4.0cvs149
9301
9302         * src/mimeview.c
9303                 completion of previous commit
9304                 Thanks to Colin
9305
9306 2006-09-05 [colin]      2.4.0cvs148
9307
9308         * src/mimeview.c
9309                 Don't force selection on middle-click, just open
9310
9311 2006-09-04 [colin]      2.4.0cvs147
9312
9313         * src/mimeview.c
9314                 Looks like gtk_notebook_set_current_page()
9315                 sometimes steals focus, and this annoys us
9316                 in MimeViewers as it renders navigation
9317                 keys useless. Take back focus after switching
9318                 pages.
9319
9320 2006-09-04 [colin]      2.4.0cvs146
9321
9322         * src/messageview.c
9323                 Set stop_loading when clicking on Next
9324                 during load. Don't add a callback to 
9325                 avoid over-complicating things.
9326
9327 2006-09-04 [colin]      2.4.0cvs145
9328
9329         * src/mimeview.c
9330         * src/messageview.c
9331                 Fix multiple loads in separate messageview
9332
9333 2006-09-04 [colin]      2.4.0cvs144
9334
9335         * src/summaryview.c
9336                 Let navigation keys be handled during 
9337                 load
9338
9339 2006-09-04 [colin]      2.4.0cvs143
9340
9341         * src/messageview.c
9342         * src/summaryview.c
9343         * src/textview.c
9344         * src/textview.h
9345                 Make loading of huge mails (lots of text and/or
9346                 images) cancellable, so the GUI doesn't block 
9347
9348 2006-09-04 [colin]      2.4.0cvs142
9349
9350         * src/plugins/trayicon/trayicon.c
9351                 Fix annoyance when removing a folder with 
9352                 unread mails: trayicon didn't update
9353
9354 2006-09-04 [paul]       2.4.0cvs141
9355
9356         * src/gtk/icon_legend.c
9357                 straighten up columns
9358                 Patch by Fabien Vantard
9359
9360 2006-09-04 [wwp]        2.4.0cvs140
9361
9362         * src/prefs_filtering.c
9363                 fix new line's account name in filtering prefs:
9364                 was "All", is now "(New)".
9365
9366 2006-09-04 [paul]       2.4.0cvs139
9367
9368         * tools/make.themes.project
9369                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9370                 instead of homebrewed "make release"
9371
9372 2006-09-03 [colin]      2.4.0cvs138
9373
9374         * src/folderview.c
9375                 Fix bug #1007 (Wrong folder highlighted)
9376
9377 2006-09-03 [colin]      2.4.0cvs137
9378
9379         * src/compose.c
9380                 Don't set Newsgroup: header to a mail folder
9381                 path
9382
9383 2006-09-03 [paul]       2.4.0cvs136
9384
9385         * src/prefs_other.c
9386         * src/prefs_spelling.c
9387                 unify the gui
9388
9389 2006-09-03 [paul]       2.4.0cvs135
9390
9391         * src/prefs_summaries.c
9392                 correct menu item text in prefs_keybind_apply_clicked()
9393
9394 2006-09-03 [paul]       2.4.0cvs134
9395
9396         * manual/advanced.xml
9397                 some improvements to the descriptions
9398         * src/mainwindow.c
9399         * src/messageview.c
9400         * src/summaryview.c
9401         * src/gtk/menu.c
9402                 fix menu sensitivity issues
9403         * src/prefs_message.c
9404                 drop the useless word 'short'
9405         * src/prefs_other.c
9406                 add the word 'lines' indicating log length
9407                 is a measure of lines
9408         * src/textview.c
9409                 fix compilation warnings
9410
9411 2006-09-02 [colin]      2.4.0cvs133
9412
9413         * src/messageview.c
9414                 Display a special return-receipt message
9415                 if the message is from the user
9416         * src/summaryview.c
9417                 Fix missing freeze of the list when marking
9418                 all read and unthreading for exec. Thanks
9419                 to Stephan Sachse.
9420
9421 2006-09-02 [paul]       2.4.0cvs132
9422
9423         * src/mainwindow.c
9424         * src/prefs_message.c
9425         * src/summaryview.c
9426                 fix some english
9427
9428 2006-09-02 [wwp]        2.4.0cvs131
9429
9430         * src/prefs_filtering.c
9431                 added an account name column to the filtering rules
9432                 dialog.
9433
9434 2006-09-02 [colin]      2.4.0cvs130
9435
9436         * src/gtk/logwindow.c
9437         * src/gtk/logwindow.h
9438                 Block scrolling if we're not at the end
9439                 of the log
9440
9441 2006-09-02 [colin]      2.4.0cvs129
9442
9443         * src/folder.c
9444                 Make sure account-specific rules can't
9445                 be used in {pre-,post-,}processing
9446         * src/mainwindow.c
9447         * src/gtk/logwindow.c
9448         * src/gtk/logwindow.h
9449                 Jump to last error when clicking on the
9450                 warning icon
9451
9452 2006-09-02 [colin]      2.4.0cvs128
9453
9454         * src/imap.c
9455         * src/import.c
9456         * src/mainwindow.c
9457         * src/mainwindow.h
9458                 Fix warning icon
9459         * src/inc.c
9460         * src/mbox.c
9461         * src/mbox.h
9462                 Let proc_mbox know its account, for
9463                 account-specific rules
9464
9465 2006-09-01 [colin]      2.4.0cvs127
9466
9467         * src/codeconv.c
9468                 Don't uselessly use iconv to convert from
9469                 us-ascii
9470         * src/alertpanel.c
9471         * src/mainwindow.c
9472         * src/mainwindow.h
9473         * src/inc.c
9474                 Fix certain log cases, disable warning icon
9475                 for now, the correct way to display it when
9476                 necessary and only when necessary is probably
9477                 to do it manually rather than use error logs
9478         * src/etpan/imap-thread.c
9479                 Clean up UID logging a bit
9480         * src/gtk/logwindow.c
9481         * src/gtk/logwindow.h
9482                 Make logging faster when the window's closed
9483
9484 2006-09-01 [wwp]        2.4.0cvs126
9485
9486         * manual/fr/account.xml
9487                 reflect changes to the ref. manual (parts of cvs72):
9488                 fix tabnames and quotes.
9489
9490 2006-09-01 [wwp]        2.4.0cvs125
9491
9492         * manual/fr/plugins.xml
9493                 reflect changes to the reference manual (cvs42):
9494                 update IRC channel info.
9495
9496 2006-09-01 [wwp]        2.4.0cvs124
9497
9498         * commitHelper
9499                 use CVSEDITOR env. var. if set, according to `man cvs`.
9500
9501 2006-09-01 [wwp]        2.4.0cvs123
9502
9503         * manual/advanced.xml
9504                 better sentence again (thanks to Paul).
9505
9506 2006-09-01 [wwp]        2.4.0cvs122
9507
9508         * manual/advanced.xml
9509         fix definition of toolbar_detachable and rework a bit the one of
9510         enable_dotted_lines.
9511
9512 2006-09-01 [mones]      2.4.0cvs121
9513
9514         * manual/advanced.xml
9515                 Document enable_dotted_lines
9516
9517 2006-09-01 [paul]       2.4.0cvs120
9518
9519         * src/folderview.c
9520         * src/folderview.h
9521         * src/imap.c
9522         * src/mainwindow.c
9523         * src/summaryview.c
9524                 obey the 'When entering folder...' option
9525                 when using the /View/Go to/... menu items
9526                 Thanks to Colin
9527
9528 2006-08-31 [colin]      2.4.0cvs119
9529
9530         * src/folderview.c
9531                 Revert 2.4.0cvs116, wrong fix.
9532
9533 2006-08-31 [colin]      2.4.0cvs118
9534
9535         * src/gtk/gtksctree.c
9536                 Better state the various copyrights
9537
9538 2006-08-31 [colin]      2.4.0cvs117
9539
9540         * src/prefs_common.c
9541                 fix enable_dotted_lines
9542
9543 2006-08-31 [colin]      2.4.0cvs116
9544
9545         * src/folderview.c
9546                 Use pref "Always open on select" when going
9547                 to next unread folder
9548         * src/gtk/gtksctree.c
9549                 Fix link failure to _gtk_clist_create_cell_layout
9550                 on certain computers. (Why not mine, I wonder)
9551
9552 2006-08-31 [colin]      2.4.0cvs115
9553
9554         * src/procmsg.c
9555         * src/textview.c
9556         * src/plugins/bogofilter/bogofilter.c
9557         * src/plugins/spamassassin/spamassassin.c
9558                 Requalify some "errors" to warnings
9559         * src/mainwindow.c
9560         * src/mainwindow.h
9561         * src/statusbar.c
9562                 Add an icon in the statusbar to notify
9563                 of errors
9564         * src/gtk/gtksctree.c
9565         * src/folderview.c
9566         * src/summaryview.c
9567                 Make the GtkSCTree look more modern by
9568                 alternating background lines
9569         * src/prefs_common.c
9570         * src/prefs_common.h
9571                 Add a pref to let people have the old
9572                 way if they prefer
9573
9574
9575 2006-08-30 [colin]      2.4.0cvs114
9576
9577         * src/procmsg.c
9578         * src/procmsg.h
9579                 Provide a way to filter a list of
9580                 messages in an optimised manner, and
9581                 add a list-filtering hook
9582         * src/folder.c
9583         * src/inc.c
9584         * src/mbox.c
9585                 Use the list filtering
9586         * src/plugins/bogofilter/bogofilter.c
9587                 Use the list-filtering hook
9588                 Use -b (bulk) mode for more speed
9589                 when learning and filtering
9590         * src/etpan/imap-thread.c
9591                 Make log output shorter in UID SEARCH
9592
9593
9594 2006-08-30 [colin]      2.4.0cvs113
9595
9596         * src/plugins/bogofilter/bogofilter.c
9597                 Really fast mass learning - thanks to David
9598                 Relson for the options explanations :)
9599
9600 2006-08-30 [colin]      2.4.0cvs112
9601
9602         * src/msgcache.c
9603                 Fix compilation on FreeBSD. Thanks
9604                 to Michael Hugues
9605
9606 2006-08-29 [colin]      2.4.0cvs111
9607
9608         * src/folderview.c
9609                 Handle "popup_menu" signal (for popping the 
9610                 menu via the keyboard)
9611         * src/mimeview.c
9612         * src/mimeview.h
9613         * src/summaryview.c
9614         * src/textview.c
9615         * src/gtk/gtkutils.c
9616         * src/gtk/gtkutils.h
9617                 Factorize scrolling code, and add an API 
9618                 for MimeViewers to handle scroll orders
9619
9620 2006-08-29 [wwp]        2.4.0cvs110
9621
9622         * src/plugins//bogofilter/bogofilter.c
9623         * src/plugins//spamassassin/spamassassin.c
9624                 make the bogofilter/spamassassin filtering error dialogs at
9625         incorporation obey to the "don't popup error dialog on
9626         receive error" option. If disabled, feed the log window w/
9627         the error message.
9628
9629 2006-08-29 [paul]
9630
9631         2.5.0-rc2 released
9632
9633 2006-08-29 [paul]       2.4.0cvs109
9634
9635         * Makefile.am
9636                 remove 'make release', it's not needed
9637                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9638
9639 2006-08-29 [paul]       2.4.0cvs108
9640
9641         * src/foldersel.c
9642         * src/summary_search.c
9643         * src/gtk/progressdialog.c
9644         * src/plugins/pgpcore/passphrase.c
9645                 replace deprecated gtk_window_set_policy()
9646
9647 2006-08-29 [colin]      2.4.0cvs107
9648
9649         * src/folder.c
9650                 Fix data loss when copy fails during a move:
9651                 only use fast remove_msgs if everything was
9652                 copied OK; else use slow remove_msg on the
9653                 mails that got copied only.
9654
9655 2006-08-28 [paul]       2.4.0cvs106
9656
9657         * src/mh.c
9658                 revert change in 2.4.0cvs104, it breaks
9659                 stuff
9660
9661 2006-08-28 [paul]       2.4.0cvs105
9662
9663         * src/plugins/spamassassin/spamassassin.c
9664                 english fix
9665
9666 2006-08-28 [paul]       2.4.0cvs104
9667
9668         * src/mh.c
9669                 fix data loss when moving to another
9670                 mailbox fails
9671         * src/prefs_spelling.c
9672                 improve the english
9673         * src/gtk/pluginwindow.c
9674                 improve the layout of the dialog text
9675         All thanks to Colin
9676
9677 2006-08-28 [paul]       2.4.0cvs103
9678
9679         * src/plugins/bogofilter/bogofilter.c
9680         * src/plugins/bogofilter/bogofilter_gtk.c
9681                 fix english up a bit, innit
9682
9683 2006-08-28 [paul]       2.4.0cvs102
9684
9685         * configure.ac
9686         * po/Makefile.in.in
9687         * po/Makevars
9688                 require autoconf 2.60, enabling building
9689                 with gettext 0.15 (gettext 0.14.x build still
9690                 possible). Replace Makefiles with versions
9691                 from gettext 0.15.
9692                 Remove configure options --with-localedir and
9693                 --with-mandir. The options that are provided
9694                 directly by autoconf 2.60 can be used instead:
9695                 --mandir --localedir
9696
9697 2006-08-27 [colin]      2.4.0cvs101
9698
9699         * src/plugins/bogofilter/Makefile.am
9700                 Fix make dist (no README)
9701
9702 2006-08-27 [colin]      2.4.0cvs100
9703
9704         * src/folder.c
9705                 Don't use F_UNKNOWN folders for any default
9706                 outbox/trash/etc
9707         * src/plugins/bogofilter/bogofilter.c
9708         * src/plugins/bogofilter/bogofilter.h
9709         * src/plugins/bogofilter/bogofilter_gtk.c
9710                 Add an option to specify the path to bogofilter
9711                 Use single-quotes to be able to learn in folders
9712                 with spaces in their names
9713                 Verify learning status
9714
9715 2006-08-27 [colin]      2.4.0cvs99
9716
9717         * manual/faq.xml
9718         * manual/plugins.xml
9719                 Document Bogofilter plugin
9720
9721 2006-08-27 [colin]      2.4.0cvs98
9722
9723         * src/compose.c
9724         * src/messageview.c
9725         * src/procmsg.c
9726         * src/procmsg.h
9727                 When possible, copy the queued mail to sent folder
9728                 instead of re-adding. Much faster on IMAP.
9729
9730 2006-08-27 [colin]      2.4.0cvs97
9731
9732         * src/msgcache.c
9733                 Disable mmaped caches - huge metadata loss
9734                 here after a power failure.
9735         * src/summaryview.c
9736                 Add quicksearch timing
9737         * src/common/plugin.c
9738         * src/common/plugin.h
9739                 Implement an interface to tell what plugins
9740                 provide. Prevent loading of similar plugins.
9741         * src/plugins/clamav/clamav_plugin.c
9742         * src/plugins/demo/demo.c
9743         * src/plugins/dillo_viewer/dillo_viewer.c
9744         * src/plugins/pgpcore/plugin.c
9745         * src/plugins/pgpinline/pgpinline.c
9746         * src/plugins/pgpmime/pgpmime.c
9747         * src/plugins/spamassassin/spamassassin.c
9748         * src/plugins/trayicon/trayicon.c
9749                 Implement plugin_provides()
9750
9751 2006-08-27 [colin]      2.4.0cvs96
9752
9753         * configure.ac
9754         * src/plugins/Makefile.am
9755         * src/plugins/bogofilter/.cvsignore
9756         * src/plugins/bogofilter/Makefile.am
9757         * src/plugins/bogofilter/bogofilter.c
9758         * src/plugins/bogofilter/bogofilter.h
9759         * src/plugins/bogofilter/bogofilter_gtk.c
9760                 New Bogofilter plugin, provides filtering and
9761                 learning. Spamassassin will go to extra plugins.
9762
9763 2006-08-26 [mones]      2.4.0cvs95
9764
9765         * manual/handling.xml
9766                 Fix subfolder path in the example (thanks to Paul) 
9767
9768 2006-08-26 [mones]      2.4.0cvs94
9769
9770         * manual/glossary.xml
9771                 2.2. + add ISP to the glossary
9772                 7.5. + Add UIDL to glossary
9773                 7.7. + Add TCP to glossary
9774         * manual/handling.xml
9775                 7.1. + Mentions GNU/Linux distribution, what about the non...
9776                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9777                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9778                 7.4. = Use appropriate quotation for commands
9779                 7.6. = change "" to <quote></quote>
9780         * manual/plugins.xml
9781                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9782         * manual/starting.xml
9783                 2.1. + local mbox file: some examples of mbox file locations...
9784                 Also reformatted files requiring it
9785
9786 2006-08-26 [wwp]        2.4.0cvs93
9787
9788         * src/summary_search.c
9789                 disable find buttons while summary search is running.
9790
9791 2006-08-25 [colin]      2.4.0cvs92
9792
9793         * src/folder.c
9794         * src/folderutils.c
9795         * src/mh.c
9796         * src/procmsg.h
9797         * src/summaryview.c
9798                 Speed up MH moving, and add progressbar
9799                 for MH deletion
9800         * src/msgcache.c
9801                 Write cache files using mmap() too
9802
9803 2006-08-25 [wwp]        2.4.0cvs91
9804
9805         * src/summaryview.c
9806                 switch spam<->ham button when a message has been marked as spam or ham
9807                 and is still selected. Thanks to Colin.
9808
9809 2006-08-25 [paul]       2.4.0cvs90
9810
9811         * src/Makefile.am
9812         * src/stock_pixmap.c
9813         * src/stock_pixmap.h
9814         * src/summaryview.c
9815         * src/gtk/icon_legend.c
9816         * src/pixmaps/copied.xpm
9817         * src/pixmaps/moved.xpm
9818                 add icons for delayed execution marked for
9819                 copying, marked for moving
9820
9821 2006-08-25 [mones]      2.4.0cvs89
9822
9823         * manual/glossary.xml
9824                 Fix the other glossary items:
9825                 5.1. = Inmmediate execution -> <quote>immediate execution...
9826                 5.2. = Fix MBOX capitalization -> Mbox
9827                 5.3. + Improve Plugins def. w/ tech. ref.
9828                 5.4. = Quotation -> replace '>' by <quote>></quote>
9829                 5.5. - SMTP Server. -> remove dot
9830         * po/es.po
9831                 Updated translation
9832
9833 2006-08-25 [mones]      2.4.0cvs88
9834
9835         * manual/ack.xml
9836                 Reformatted, changed email address
9837         * manual/glossary.xml
9838                 Reformatted, fixed MANUAL-TODO items:
9839                 8.2. + add ROT-13 to glossary
9840                 8.4. + add URL to glossary
9841         * manual/es/advanced.xml
9842                 Fixed <literal>s
9843
9844 2006-08-25 [paul]       2.4.0cvs87
9845
9846         * src/gtk/icon_legend.c
9847                 add 'marked for deletion' icon
9848                 arrange icons by containing column
9849                 wrap long label text
9850
9851 2006-08-25 [colin]      2.4.0cvs86
9852
9853         * src/common/utils.c
9854         * src/common/utils.h
9855                 Add the sc_g_*list_bigger functions in
9856                 a place everyone can use it
9857         * src/summaryview.c
9858                 Only freeze/thaw the list when working
9859                 on the selection, if it's bigger than 1
9860         * src/gtk/gtksctree.c
9861                 Only freeze/thaw the list when unselec-
9862                 ting 'all' if ('all' != 1)
9863                 This avoids some flickering
9864
9865 2006-08-24 [colin]      2.4.0cvs85
9866
9867         * src/addressbook.c
9868                 Fix strange list selection
9869                 Fix random seg (Invalid read of freed memory)
9870
9871 2006-08-24 [colin]      2.4.0cvs84
9872
9873         * src/alertpanel.c
9874         * src/gtk/inputdialog.c
9875         * src/plugins/pgpcore/passphrase.c
9876                 Revert minimal width patch of 2.4.0cvs67,
9877                 as it is also a maximal width. Use 
9878                 gtk_window_set_default_size instead.
9879
9880 2006-08-24 [colin]      2.4.0cvs83
9881
9882         * src/msgcache.c
9883                 Write cache/mark to temp files before
9884                 overwriting old ones (avoids metadata
9885                 loss if writing the new files fail).
9886                 Use mmap() to read cache/mark file, as
9887                 this makes cache reading faster. Dis-
9888                 abled for big-endian machines until it
9889                 can be tested. (Big-endian users: set
9890                 msgcache_use_mmap = TRUE in the relevant
9891                 #if).
9892         * src/procmsg.h
9893                 Move rarely used fields of MsgInfo in 
9894                 another structure, which will only be
9895                 allocated if needed. Face, X-Face,
9896                 Return receipt headers and List-*
9897                 headers are moved. Mails having none
9898                 of these occupy 52 bytes less with
9899                 this patch, which makes 2.5MB of RAM
9900                 saved on a 50k folder).
9901         * src/headerview.c
9902         * src/mainwindow.c
9903         * src/messageview.c
9904         * src/partial_download.c
9905         * src/procheader.c
9906         * src/procmsg.c
9907         * src/textview.c
9908                 Follow this structure change.
9909
9910 2006-08-24 [wwp]        2.4.0cvs82
9911
9912         * manual/es/.cvsignore
9913         * manual/es/dist/.cvsignore
9914         * manual/es/dist/html/.cvsignore
9915         * manual/es/dist/pdf/.cvsignore
9916         * manual/es/dist/ps/.cvsignore
9917         * manual/es/dist/txt/.cvsignore
9918                 more (generated) files to ignore.
9919
9920 2006-08-24 [colin]      2.4.0cvs81
9921
9922         * src/folder.c
9923         * src/mh.c
9924                 Fix possible problems with local delivery. Check the folder doesn't
9925                 need scan before setting its mtime when saving cache (which can be
9926                 done long after the folder's been modified by an external process);
9927                 Check that the stored item's mtime didn't change in mh functions.
9928
9929 2006-08-24 [mones]      2.4.0cvs80
9930
9931         * manual/advanced.xml
9932                 Rewrapping, some fixes and MANUAL-TODO items:
9933                 8.1. = change "" to <quote></quote>
9934                 8.3. = quote menu items
9935                 8.5. - deploying -> new user ... ideally a new user (redundant)
9936
9937 2006-08-23 [colin]      2.4.0cvs79
9938
9939         * src/gtk/gtksctree.c
9940                 When selecting or deselecting range, only
9941                 freeze/thaw when selection is bigger than 10
9942
9943 2006-08-23 [colin]      2.4.0cvs78
9944
9945         * src/messageview.c
9946         * src/mimeview.c
9947         * src/mimeview.h
9948         * src/plugins/dillo_viewer/dillo_viewer.c
9949                 Provide an API for MimeViewer plugins to
9950                 return a text selection for replying
9951
9952 2006-08-23 [colin]      2.4.0cvs77
9953
9954         * src/image_viewer.c
9955         * src/textview.c
9956                 Use gtk_pixbuf_new_from_file_at_scale(), which
9957                 is faster than getting the pixbuf then resizing
9958                 it.
9959
9960 2006-08-23 [colin]      2.4.0cvs76
9961
9962         * src/procmime.c
9963                 UTF-8 should be sent Quoted-printable
9964
9965 2006-08-22 [colin]      2.4.0cvs75
9966
9967         * src/mh.c
9968                 Check if scan is required before touching
9969                 the folder (or it'll be required every time)
9970
9971 2006-08-22 [colin]      2.4.0cvs74
9972
9973         * configure.ac
9974                 Require libetpan 0.46 (crasher fix when built
9975                 against gnutls)
9976
9977 2006-08-22 [colin]      2.4.0cvs73
9978
9979         * src/folder.c
9980                 Set folder's mtime after writing its
9981                 cache
9982         * src/folderview.c
9983                 Add some timing
9984         * src/procmsg.c
9985                 Don't do useless stuff if we don't 
9986                 thread by subject
9987         * src/summaryview.c
9988                 Add some timing, don't deselect prior
9989                 to selecting (gtksctree does it itself),
9990                 remove crash avoidance hacks as it's been
9991                 properly fixed since a while
9992         * src/common/utils.c
9993                 Optimize to_human_readable(): _() is slow,
9994                 do it only once, and avoid %f format for KB
9995                 (the most common in a summaryview)
9996         * src/gtk/gtksctree.c
9997                 Don't uselessly freeze/thaw (fixes flicker
9998                 on next unread and friends), reduce number
9999                 of g_list_nth/g_list_position where possible
10000         * src/gtk/gtkutils.c
10001         * src/gtk/gtkutils.h
10002                 Reduce number of g_list_nth/g_list_position
10003                 where possible.
10004                 All of this makes loading as 70k folder 2.1
10005                 seconds instead of 3.2 (with hot FS caches).
10006                 (1.3 seconds without Date and Size columns...)
10007
10008 2006-08-22 [paul]       2.4.0cvs72
10009
10010         wrap documents and do some items from mones' MANUAL-TODO:
10011
10012         * manual/account.xml
10013                 4.1. = fix tabname references to <quote>tabname</quote>
10014                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10015         * manual/faq.xml
10016                 1.1. = mentioned options don't match UI
10017                 Add information about the 'Never send Return Receipts'
10018                 option
10019         * manual/handling.xml
10020                 6.2. = Mentions Extended symbols button, but now is
10021                 named Information
10022                 6.3. = Mentions ... button, which is now Edit
10023
10024 2006-08-22 [colin]      2.4.0cvs71
10025
10026         * src/gtk/pluginwindow.c
10027                 Fix layout in verbose translations (such
10028                 as french)
10029
10030 2006-08-22 [paul]       2.4.0cvs70
10031
10032         * manual/Makefile.am
10033                 build manuals in alphabetical order
10034         * src/addressbook.c
10035         * src/prefs_themes.c
10036                 replace/remove deprecated symbols
10037         * src/gtk/gtkutils.c
10038                 fix a warning
10039         * src/gtk/pluginwindow.c
10040                 replace deprecated symbol
10041                 replace label text and move it
10042         * src/plugins/pgpcore/prefs_gpg.c
10043                 move the 'Generate...' button out of the
10044                 Sign Key frame, replace the English used
10045         * src/plugins/pgpcore/sgpgme.c
10046                 fixes to the English
10047
10048 2006-08-21 [colin]      2.4.0cvs69
10049
10050         * src/plugins/trayicon/trayicon.c
10051                 Add more strings for translation; patch
10052                 by Pawel
10053
10054 2006-08-21 [colin]      2.4.0cvs68
10055
10056         * src/compose.c
10057                 fix replied flag not set after drafting
10058         * src/matcher.c
10059                 fix body quicksearch in non-encoded bodies
10060                 containing '='
10061         * src/msgcache.c
10062                 Get rid of the g_malloc workaround for
10063                 corrupted caches, use g_try_malloc
10064
10065 2006-08-21 [colin]      2.4.0cvs67
10066
10067         * src/alertpanel.c
10068         * src/gtk/inputdialog.c
10069         * src/plugins/pgpcore/passphrase.c
10070                 Set minimal width to 375
10071         * src/mainwindow.c
10072                 Fix switching to offline, asking if it 
10073                 should be overriden for synchronising
10074         * src/mimeview.c
10075                 Don't offer to remember command on Open 
10076                 with for text parts, as the browser or 
10077                 text editor command isn't changed from 
10078                 there
10079
10080 2006-08-20 [paul]       2.4.0cvs66
10081
10082         * po/ko.po
10083         * po/zh_CN.po
10084                 fix plural form errors. revealed by stricter
10085                 checking of gettext 0.15
10086
10087 2006-08-18 [paul]       2.4.0cvs65
10088
10089         * src/stock_pixmap.c
10090                 fix the fix of 2.4.0cvs64
10091                 Thanks to Colin
10092
10093 2006-08-18 [paul]       2.4.0cvs64
10094
10095         * src/stock_pixmap.c
10096                 fix leaks
10097                 Thanks to Colin
10098
10099 2006-08-18 [paul]       2.4.0cvs63
10100
10101         * src/compose.c
10102         * src/procmsg.c
10103                 fix occasional IMAP bug where large msgs
10104                 were left in the queue folder after sending
10105                 Thanks to Colin
10106
10107 2006-08-18 [paul]       2.4.0cvs62
10108
10109         * src/folderview.c
10110                 freeze the summaryview while quicksearch results
10111                 are displayed
10112                 (fixes bug 456 'current message is hidden when the
10113                 view is refreshed and extended search is "unread 
10114                 messages"')
10115                 Thanks to Colin
10116         * src/textview.c
10117                 add missing #include "inputdialog.h"
10118         * src/common/utils.h
10119                 add missing mailcap_update_default() and improve
10120                 readability
10121
10122 2006-08-17 [colin]      2.4.0cvs61
10123
10124         * src/plugins/pgpcore/select-keys.c
10125                 Fix warnings :)
10126
10127 2006-08-17 [colin]      2.4.0cvs60
10128
10129         * src/compose.c
10130                 Don't continue queuing if Cancel is clicked
10131                 in select-keys
10132
10133 2006-08-17 [colin]      2.4.0cvs59
10134
10135         * src/plugins/pgpcore/select-keys.c
10136                 When encrypting, if only one key matches and it 
10137                 matches exactly, automatically use it.
10138
10139 2006-08-17 [colin]      2.4.0cvs58
10140
10141         * src/mimeview.c
10142         * src/prefs_common.c
10143         * src/prefs_common.h
10144         * src/prefs_ext_prog.c
10145         * src/textview.c
10146                 Fix issues with previous patch (text/html)
10147                 Remove outdated prefs
10148
10149 2006-08-17 [colin]      2.4.0cvs57
10150
10151         * src/imap.c
10152                 Add View Log button on auth error
10153         * src/procmsg.c
10154                 Fix encrypted mail marked as new when
10155                 saved in normal folders
10156         * src/plugins/pgpinline/pgpinline.c
10157                 Fix encrypt bug on IMAP
10158         * src/mimeview.c
10159         * src/common/utils.c
10160         * src/common/utils.h
10161         * src/gtk/inputdialog.c
10162         * src/gtk/inputdialog.h
10163                 Get rid of metamail stuff, simplify
10164                 opening, and allow remembering of user's
10165                 choices (by updating ~/.mailcap). There's
10166                 still to drop "Audio player" and "Image
10167                 viewer" preferences.
10168
10169 2006-08-17 [mones]      2.4.0cvs56
10170
10171         * manual/es/sylpheed-claws-manual.xml
10172                 fix DTD path
10173
10174 2006-08-17 [mones]      2.4.0cvs55
10175
10176         * configure.ac
10177         * manual/Makefile.am
10178         * manual/es/Makefile.am
10179         * manual/es/account.xml
10180         * manual/es/ack.xml
10181         * manual/es/addrbook.xml
10182         * manual/es/advanced.xml
10183         * manual/es/faq.xml
10184         * manual/es/glossary.xml
10185         * manual/es/gpl.xml
10186         * manual/es/handling.xml
10187         * manual/es/intro.xml
10188         * manual/es/keyboard.xml
10189         * manual/es/plugins.xml
10190         * manual/es/starting.xml
10191         * manual/es/sylpheed-claws-manual.xml
10192         * manual/es/dist/Makefile.am
10193         * manual/es/dist/html/Makefile.am
10194         * manual/es/dist/pdf/Makefile.am
10195         * manual/es/dist/ps/Makefile.am
10196         * manual/es/dist/txt/Makefile.am
10197                 Spanish translation for the manual
10198
10199 2006-08-16 [colin]      2.4.0cvs54
10200
10201         * src/compose.c
10202         * src/main.c
10203         * src/mainwindow.c
10204                 Fix send button sensitivity at startup
10205                 Set send menu sensitivity (patch by Fabien)
10206         * src/ssl_manager.c
10207                 Enable closing with esc (patch by Fabien)
10208         * src/gtk/foldersort.c
10209                 Enable closing with esc (patch by Fabien)
10210         * src/procmime.c
10211                 Optimisation (no need to copy to tempfile to
10212                 "decode" 7bit and 8bit)
10213         * src/summaryview.c
10214                 Fix cruft in swap_from case
10215         * src/textview.c
10216                 Fix missing last line in some mail cases 
10217                 (Fixes debian #381872)
10218         * src/plugins/pgpcore/prefs_gpg.c
10219         * src/plugins/pgpcore/sgpgme.c
10220         * src/plugins/pgpcore/sgpgme.h
10221                 Don't show "no key found" when user explicitely
10222                 wants to create a key
10223
10224 2006-08-16 [paul]       2.4.0cvs53
10225
10226         * configure.ac
10227         * src/account.c
10228         * src/addressbook.c
10229         * src/headerview.c
10230         * src/prefs_account.c
10231         * src/prefs_message.c
10232         * src/gtk/gtkutils.c
10233                 bump up minimum required versions of GTK+ and
10234                 GLIB to 2.6.0
10235
10236 2006-08-16 [paul]       2.4.0cvs52
10237
10238         * src/toolbar.c
10239                 workaround GTK+ Bug 351600 - 'Can't re-click
10240                 on button after sensitivity update'
10241                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10242                 Thanks to Colin
10243
10244 2006-08-15 [colin]      2.4.0cvs51
10245
10246         * src/plugins/pgpcore/prefs_gpg.c
10247                 Set options sensitivity according to
10248                 key existence
10249         * src/plugins/pgpcore/sgpgme.c
10250                 Allow to create key with no passphrase
10251
10252 2006-08-14 [cleroy]     2.4.0cvs50
10253
10254         * src/gtk/pluginwindow.c
10255                 New layout (maybe to be changed?)
10256         * src/gtk/gtkutils.c
10257                 Fix a bit label_window
10258         * src/plugins/pgpcore/passphrase.c
10259         * src/plugins/pgpcore/passphrase.h
10260         * src/plugins/pgpcore/plugin.c
10261         * src/plugins/pgpcore/prefs_gpg.c
10262         * src/plugins/pgpcore/prefs_gpg.h
10263         * src/plugins/pgpcore/sgpgme.c
10264         * src/plugins/pgpcore/sgpgme.h
10265                 Allow to create a PGP private key via the GUI
10266
10267 2006-08-14 [wwp]        2.4.0cvs49
10268
10269         * src/addressbook_foldersel.c
10270                 fix strict ISO C90 compliance.
10271
10272 2006-08-14 [paul]       2.4.0cvs48
10273
10274         * src/gtk/prefswindow.c
10275                 re-set scrolled window on opening
10276                 Patch by Ticho
10277
10278 2006-08-14 [paul]
10279
10280         2.5.0-rc1 released
10281
10282 2006-08-14 [paul]       2.4.0cvs47
10283
10284         * src/prefs_display_header.c
10285                 re-enable user-defined Displayed Headers
10286
10287 2006-08-14 [paul]       2.4.0cvs46
10288
10289         * src/prefs_account.c
10290                 use GTK_STOCK_EDIT
10291
10292 2006-08-13 [colin]      2.4.0cvs45
10293
10294         * src/common/utils.c
10295                 Fix "a" in quote when the original message is empty,
10296                 by using \0 instead of 'a' to test writability of
10297                 temp files.
10298
10299 2006-08-13 [wwp]        2.4.0cvs44
10300
10301         * src/plugins/spamassassin/spamassassin.c
10302                 fix capitalization of "SpamAssassin" in some debug, log and
10303                 dialog messages.
10304
10305 2006-08-13 [paul]       2.4.0cvs43
10306
10307         * src/editldap.c
10308                 fix overlapping widgets
10309         * src/prefs_account.c
10310                 fix translation of protocol_names[]
10311                 fix label disappearing off the edge of the
10312                 visible area
10313
10314 2006-08-12 [paul]       2.4.0cvs42
10315
10316         * manual/plugins.xml
10317                 update IRC channel info before it gets forgotten
10318                 about
10319
10320 2006-08-11 [colin]      2.4.0cvs41
10321
10322         * src/compose.c
10323         * src/mainwindow.c
10324         * src/mainwindow.h
10325         * src/procmsg.c
10326         * src/procmsg.h
10327         * src/summaryview.c
10328         * src/toolbar.c
10329                 Grey out the Send button if
10330                 - Queue folders are empty, or
10331                 - We're sending already
10332
10333 2006-08-11 [wwp]        2.4.0cvs40
10334
10335         * src/main.c
10336                 fix a logic issue when quitting while a compose window is
10337                 still open, thanks to Colin.
10338
10339 2006-08-10 [colin]      2.4.0cvs39
10340
10341         * src/main.c
10342                 Fix default font size setting after wizard run
10343         * src/imap.c
10344         * src/etpan/imap-thread.c
10345         * src/etpan/imap-thread.h
10346                 Fix bug #999 (Timing out on TSL cert validation 
10347                 dialog makes ugly things happen). Also, STARTTLS
10348                 unconditionnaly if initial capabilities contain
10349                 LOGINDISABLED and STARTTLS.
10350
10351 2006-08-09 [colin]      2.4.0cvs38
10352
10353         * src/mainwindow.c
10354         * src/mainwindow.h
10355                 Fix Tools/Actions sensitivity when there are
10356                 no actions
10357
10358 2006-08-09 [colin]      2.4.0cvs37
10359
10360         * src/prefs_filtering.c
10361                 Warning fix, patch by Paul
10362         * src/messageview.c
10363         * src/prefs_actions.c
10364         * src/prefs_filtering_action.c
10365         * src/prefs_matcher.c
10366                 Uniformisation of "Info ..." to "Info..." (for
10367                 old gtk), patch by Fabien
10368         * src/plugins/clamav/clamav_plugin_gtk.c
10369                 Sensitivity fix by Fabien
10370
10371 2006-08-09 [colin]      2.4.0cvs36
10372
10373         * src/main.c
10374         * src/main.h
10375                 Add a function to know whether we're exiting
10376         * src/plugins/trayicon/trayicon.c
10377                 If exiting, don't do anything. Faster, and
10378                 avoids gtk_main_iteration reentracy causing
10379                 segfaults at exit
10380
10381 2006-08-09 [colin]      2.4.0cvs35
10382
10383         * src/messageview.c
10384         * src/mimeview.c
10385         * src/mimeview.h
10386                 Fix lack of part selection when automatically 
10387                 jumping to a specific part
10388         * src/msgcache.c
10389                 Little optimisation in cache reading
10390
10391 2006-08-09 [colin]      2.4.0cvs34
10392
10393         * src/compose.c
10394                 Fix crash setting the priority on reedit
10395                 (Accessing compose before creating it!)
10396
10397 2006-08-08 [colin]      2.4.0cvs33
10398
10399         * src/procmime.c
10400                 Fix bug #998 (last attachment is not accessible)
10401                 Bad RFC interpretation on multipart close-delimiters
10402         * src/mimeview.c
10403         * src/mimeview.h
10404         * src/gtk/gtkvscrollbutton.c
10405         * src/gtk/gtkvscrollbutton.h
10406                 Make attachments list wheel-scrollable
10407
10408 2006-08-07 [colin]      2.4.0cvs32
10409
10410         * src/gtk/gtkaspell.c
10411                 Fix bug #973 (Unicode punctation characters 
10412                 are not recognized as separators by the
10413                 spell checker); fix unsigned stuff
10414
10415 2006-08-07 [colin]      2.4.0cvs31
10416
10417         * src/compose.c
10418                 Fix bug #956 (DnD text with accents in compose 
10419                 text entry); fix gccc's signed/unsigned fuss
10420
10421 2006-08-06 [colin]      2.4.0cvs30
10422
10423         * src/main.c
10424                 Fix bug #979 (Plugin crashes when exiting 
10425                 sylpheed-claws) : handle exit request only 
10426                 once
10427
10428 2006-08-05 [colin]      2.4.0cvs29
10429
10430         * src/news.c
10431                 Just make sure we have a msgid.
10432
10433 2006-08-05 [colin]      2.4.0cvs28
10434
10435         * src/news.c
10436         * src/summaryview.c
10437                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10438                 by reimplementing it
10439         * src/textview.c
10440                 Fix bug when hiding quotes with level > 3 and quote
10441                 colors are recycled
10442
10443 2006-08-04 [colin]      2.4.0cvs27
10444
10445         * src/compose.c
10446         * src/undo.c
10447         * src/undo.h
10448                 Fix a bit replace-by-pasting undo
10449         * src/mainwindow.c
10450         * src/messageview.c
10451                 Fix Fold quotes menu synchro in
10452                 mainwindow when it changes in 
10453                 messageview
10454         * src/textview.c
10455                 Fix right-click on quotes blocks
10456         * src/common/utils.c
10457                 Verify that the file created by
10458                 my_tmpfile() is writable. Fixes
10459                 bug #988 (very specific filesystem
10460                 issue)
10461         * src/plugins/pgpcore/sgpgme.c
10462                 Fix file descriptor leak
10463         * src/plugins/spamassassin/spamassassin.c
10464                 Warn once if spamd isn't reachable
10465
10466 2006-08-04 [colin]      2.4.0cvs26
10467
10468         * src/toolbar.c
10469                 i18n context patch by Fabien
10470
10471 2006-08-03 [colin]      2.4.0cvs25
10472
10473         * src/mainwindow.c
10474         * src/messageview.c
10475                 Rename "Hide quotes" to "Fold quotes"
10476         * src/textview.c
10477                 Don't use hand cursor on quotes. "all 
10478                 the bonuses of the feature and none of 
10479                 unwelcome side-effects"
10480
10481 2006-08-03 [colin]      2.4.0cvs24
10482
10483         * AUTHORS
10484         * sylpheed-claws.desktop
10485         * src/gtk/authors.h
10486                 Bring the desktop file to XDG compliance
10487                 Patch by Charles A. Edwards
10488
10489 2006-08-03 [colin]      2.4.0cvs23
10490
10491         * src/textview.c
10492                 Fix links offset when they are preceded
10493                 by accentued chars (g_utf8_strlen!)
10494         * src/mainwindow.c
10495                 Fix wrong status when starting offline
10496
10497
10498 2006-08-03 [wwp]        2.4.0cvs22
10499
10500         * src/prefs_common.h
10501                 ask what to do w/ filtering rules that belong to an account when
10502                 applying filtering rules manually from the main window (skip,
10503                 apply regardless of the account, use current account). This dialog
10504                 can be skipped and the last reply used.
10505                 (forgot that file)
10506
10507 2006-08-03 [wwp]        2.4.0cvs21
10508
10509         * src/filtering.c
10510         * src/filtering.h
10511         * src/prefs_common.c
10512         * src/summaryview.c
10513         * src/alertpanel.c
10514         * src/alertpanel.h
10515         * src/messageview.c
10516                 ask what to do w/ filtering rules that belong to an account when
10517                 applying filtering rules manually from the main window (skip,
10518                 apply regardless of the account, use current account). This dialog
10519                 can be skipped and the last reply used.
10520
10521
10522 2006-08-03 [colin]      2.4.0cvs20
10523
10524         * src/textview.c
10525                 Optimize previous patch
10526
10527 2006-08-03 [cleroy]     2.4.0cvs19
10528
10529         * src/textview.c
10530                 Fix quotes getting toggled back when the
10531                 mail has an even number of text parts
10532
10533 2006-08-02 [colin]      2.4.0cvs18
10534
10535         * src/messageview.c
10536                 Add Hide quotes menu
10537
10538 2006-08-02 [colin]      2.4.0cvs17
10539
10540         * src/mainwindow.c
10541         * src/prefs_common.c
10542         * src/textview.c
10543         * src/textview.h
10544         * src/gtk/about.c
10545                 Allow per-level quote hiding,
10546                 Allow toggling quotes by double-clicking them
10547                 Rename RemoteURI to ClickableText to reflect
10548                 the fact it's used for a variety of things
10549
10550 2006-08-02 [wwp]        2.4.0cvs16
10551
10552         * src/mainwindow.c
10553                 fix "View/Hide quotes" menu item status initialization.
10554
10555 2006-08-02 [wwp]        2.4.0cvs15
10556
10557         * src/matcher_parser_parse.y
10558                 remove a debug trace.
10559
10560 2006-08-02 [paul]       2.4.0cvs14
10561
10562         * src/plugins/pgpcore/passphrase.c
10563                 don't set initial dialog size
10564                 make it resizable
10565
10566 2006-08-02 [paul]       2.4.0cvs13
10567
10568         * src/noticeview.c
10569                 remove the rogue '/' character
10570
10571 2006-08-02 [paul]       2.4.0cvs12
10572
10573         * src/noticeview.c
10574                 allow buttons to resize as necessary
10575
10576 2006-08-01 [wwp]        2.4.0cvs11
10577
10578         * src/mbox.c
10579                 fix strict ISO C90 compliance.
10580
10581 2006-08-01 [wwp]        2.4.0cvs10
10582
10583         * tools/update-po
10584                 updated update-po tool to work w/ context-dependent translations.
10585                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10586
10587 2006-08-01 [wwp]        2.4.0cvs9
10588
10589         * src/matcher.c
10590         * src/prefs_filtering.c
10591         * src/prefs_matcher.c
10592                 allow context-dependent translations for "All",
10593                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10594
10595 2006-07-31 [colin]      2.4.0cvs8
10596
10597         * AUTHORS
10598         * src/gtk/authors.h
10599                 Add Rafal to authors
10600
10601 2006-07-31 [colin]      2.4.0cvs7
10602
10603         * src/compose.c
10604         * src/mainwindow.c
10605         * src/messageview.h
10606         * src/prefs_common.c
10607         * src/prefs_common.h
10608         * src/textview.c
10609                 Add 'View/Hide quotes'. Patch based on a patch
10610                 by Rafal Weglarz
10611
10612 2006-07-31 [colin]      2.4.0cvs6
10613
10614         * src/action.c
10615                 Fix problem with "> stuff >" actions
10616
10617 2006-07-31 [paul]       2.4.0cvs5
10618
10619         * po/nb.po
10620                 updated by Geir Helland
10621
10622 2006-07-31 [wwp]        2.4.0cvs4
10623
10624         * src/mainwindow.c
10625         * src/summaryview.c
10626         * src/summaryview.h
10627                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10628                 thanks to Colin.
10629
10630 2006-07-31 [wwp]        2.4.0cvs3
10631
10632         * src/Makefile.am
10633         * src/addr_compl.c
10634         * src/addr_compl.h
10635         * src/addressbook.c
10636         * src/addressbook.h
10637         * src/addressbook_foldersel.c
10638         * src/addressbook_foldersel.h
10639         * src/addrindex.c
10640         * src/addrindex.h
10641         * src/matcher.c
10642         * src/matcher.h
10643         * src/matcher_parser_lex.l
10644         * src/matcher_parser_parse.y
10645         * src/prefs_common.c
10646         * src/prefs_common.h
10647         * src/prefs_filtering.c
10648         * src/prefs_matcher.c
10649         * src/prefs_matcher.h
10650         * src/summaryview.c
10651                 introduce filtering against the address book. It's now possible to add
10652                 matched conditions to determine if any email address in a message matches
10653                 or doesn't match any or all books or folders in the address book.
10654
10655 2006-07-31 [wwp]        2.4.0cvs2
10656
10657         * src/account.c
10658         * src/filtering.c
10659         * src/filtering.h
10660         * src/folder.c
10661         * src/folderview.c
10662         * src/inc.c
10663         * src/mainwindow.c
10664         * src/matcher.c
10665         * src/matcher_parser_lex.l
10666         * src/matcher_parser_parse.y
10667         * src/mbox.c
10668         * src/prefs_filtering.c
10669         * src/prefs_filtering.h
10670         * src/procmsg.c
10671         * src/procmsg.h
10672         * src/summaryview.c
10673                 introduce per-account filtering rules. Each filtering rule can now be assigned
10674                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10675                 when applying filtering rules manually, as all rules will apply - even the ones
10676                 assigned to an account. This issue will be addressed soon.
10677  
10678
10679
10680 2006-07-31 [wwp]        2.4.0cvs1
10681
10682         * src/quote_fmt.c
10683                 make more strings translatable.
10684
10685 2006-07-31 [paul]       2.4.0
10686
10687         2.4.0 released
10688
10689 2006-07-31 [paul]       2.3.1cvs91
10690
10691         * po/ca.po
10692                 updated by Miquel Oliete
10693
10694 2006-07-31 [paul]       2.3.1cvs90
10695
10696         * po/de.po
10697         * po/el.po
10698         * po/fr.po
10699         * po/it.po
10700         * po/pl.po
10701         * po/pt_BR.po
10702         * po/sr.po
10703         * po/zh_CN.po
10704                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10705                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10706                 Aleksandar Urosevic, and Ralgh Young
10707
10708 2006-07-31 [paul]       2.3.1cvs89
10709
10710         * src/account.c
10711         * src/main.c
10712         * src/mainwindow.c
10713         * src/mainwindow.h
10714                 Fix a race condition when, after an SC crash, rescanning
10715                 folders took more than 0.5 seconds
10716                 Thanks to Colin
10717
10718 2006-07-31 [paul]       2.3.1cvs88
10719
10720         * src/folderview.c
10721                 don't translate separator strings
10722
10723 2006-07-30 [mones]      2.3.1cvs87
10724
10725         * doc/man/sylpheed-claws.1
10726                 Fixed non-ASCII chars in Hoa's name
10727         * po/es.po
10728                 Updated for release
10729
10730 2006-07-27 [colin]      2.3.1cvs86
10731
10732         * src/textview.c
10733                 Don't include the leading \n in links
10734                 Patch by Fabien
10735
10736 2006-07-25 [colin]      2.3.1cvs85
10737
10738         * src/mainwindow.c
10739         * src/common/socket.h
10740         * src/etpan/imap-thread.c
10741                 Refresh resolvers before connecting
10742                 to IMAP servers, and after switching
10743                 to online. Thanks to Paul.
10744
10745 2006-07-18 [colin]
10746
10747         * 2.4.0-rc4 released
10748
10749 2006-07-17 [colin]      2.3.1cvs84
10750
10751         * src/inc.c
10752                 Show connection attempt in statusbar before
10753                 connecting (previously first message was
10754                 "Retrieving messages from ..." after the
10755                 connection succeeded.
10756
10757 2006-07-16 [wwp]        2.3.1cvs83
10758
10759         * sylpheed-claws.ico
10760                 Added .ico file (windows multi-size icon file, generated).
10761
10762 2006-07-12 [wwp]        2.3.1cvs82
10763
10764         * src/messageview.c
10765                 remove Message/Re-edit menu entry from messageview window,
10766                 as sent/draft/queued messages are opened in compose window when
10767                 re-edited and it's not possible to re-edit other msgs.
10768
10769 2006-07-12 [paul]       2.3.1cvs81
10770
10771         * AUTHORS
10772         * src/mainwindow.c
10773         * src/gtk/authors.h
10774                 check online state before resetting
10775                 mailcheck timer. Useful if some program
10776                 verifies connection state and updates
10777                 Claws.
10778                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10779
10780 2006-07-12 [paul]       2.3.1cvs80
10781
10782         * sylpheed-claws-128x128.png
10783         * sylpheed-claws-64x64.png
10784         * sylpheed-claws.png
10785         * src/Makefile.am
10786         * src/main.c
10787         * src/prefs_toolbar.c
10788         * src/stock_pixmap.c
10789         * src/stock_pixmap.h
10790         * src/wizard.c
10791         * src/gtk/about.c
10792         * src/gtk/gtkutils.c
10793         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10794         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10795         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10796         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10797         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10798         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10799                 updated and renamed logo/icon files and related
10800                 logo by Jesper Schultz
10801
10802 2006-07-11 [paul]       2.3.1cvs79
10803
10804         * src/main.c
10805                 fix the labels a smidgin
10806
10807 2006-07-09 [colin]      2.3.1cvs78
10808
10809         * src/textview.c
10810                 Show errors in textviewer's command
10811                 Patch by H. Merijn Brand
10812
10813 2006-07-09 [colin]      2.3.1cvs77
10814
10815         * src/compose.c
10816                 Save FMID in drafts too
10817
10818 2006-07-08 [colin]      2.3.1cvs76
10819
10820         * src/compose.c
10821                 Svae RMID in drafted mails too
10822                 Save quote_fmt vars for whole mails,
10823                 don't reset at each quote_fmt_init:
10824                 allows to use the same |i{var} in
10825                 various template fields
10826         * src/prefs_template.c
10827         * src/quote_fmt.h
10828         * src/quote_fmt_parse.y
10829                 Same
10830
10831 2006-07-08 [colin]      2.3.1cvs75
10832
10833         * src/textview.c
10834                 Fix highlighting of attached parts URIs
10835
10836 2006-07-08 [colin]      2.3.1cvs74
10837
10838         * src/main.c
10839                 Prevent bug #981 (sc 2.3.1 segfaults with 
10840                 gtk+ 2.10) from being reported again:
10841                 if Sylpheed-Claws has been compiled against
10842                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10843                 of if Sylpheed-Claws has been compiled against
10844                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10845                 error out.
10846
10847 2006-07-07 [colin]      2.3.1cvs73
10848
10849         * src/prefs_actions.c
10850                 Fix label
10851
10852 2006-07-07 [colin]      2.3.1cvs72
10853
10854         * src/prefs_actions.c
10855                 Fix compile on gtk < 2.8. argh :)
10856
10857 2006-07-07 [paul]       2.3.1cvs71
10858
10859         * src/common/defs.h
10860                 update DONATE_URI
10861
10862 2006-07-07 [colin]      2.3.1cvs70
10863
10864         * po/POTFILES.in
10865         * src/quote_fmt.c
10866         * src/quote_fmt_lex.l
10867         * src/quote_fmt_parse.y
10868                 Add |i{var}, a way to insert user-entered
10869                 text in a template
10870
10871 2006-07-07 [colin]
10872
10873         * 2.4.0-rc3 released
10874
10875 2006-07-07 [colin]      2.3.1cvs69
10876
10877         * src/folder.c
10878                 Don't consider inboxes of UNKNOWN folder 
10879                 classes to be useable as default inboxes
10880
10881 2006-07-07 [paul]       2.3.1cvs68
10882
10883         * src/textview.c
10884                 add missing #include <errno.h>
10885                 Thanks to René J. Blokland
10886
10887 2006-07-07 [paul]       2.3.1cvs67
10888
10889         * src/action.c
10890                 Return now Closes dialog
10891         * src/mimeview.c
10892         * src/mimeview.h
10893         * src/textview.c
10894                 add contextual menu to mime parts listed
10895                 in the textview
10896                 Thanks to Colin
10897         * src/common/utils.c
10898                 reversal: ' is a valid character in URLs
10899
10900 2006-07-06 [colin]      2.3.1cvs66
10901
10902         * src/remotefolder.h
10903                 Forgotten in previous commit
10904
10905 2006-07-06 [colin]      2.3.1cvs65
10906
10907         * src/folder.c
10908                 Set summary update flag whenever
10909                 totals changed
10910         * src/imap.c
10911         * src/prefs_account.c
10912         * src/common/utils.h
10913         * src/etpan/imap-thread.c
10914                 Fix warnings, thanks to Fabien and
10915                 Ricardo
10916
10917 2006-07-06 [wwp]        2.3.1cvs64
10918
10919         * src/gtk/gtkutils.c
10920                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10921
10922 2006-07-06 [wwp]        2.3.1cvs63
10923
10924         * src/account.c
10925         * src/addressbook.c
10926         * src/addressitem.h
10927         * src/folderview.c
10928         * src/mainwindow.c
10929         * src/manual.c
10930         * src/manual.h
10931         * src/message_search.c
10932         * src/prefs_actions.c
10933         * src/prefs_filtering.c
10934         * src/prefs_filtering.h
10935         * src/prefs_template.c
10936         * src/summary_search.c
10937         * src/summaryview.c
10938         * src/gtk/gtkutils.c
10939         * src/gtk/gtkutils.h
10940         * src/gtk/pluginwindow.c
10941                 add help buttons to some dialogs. Clicking such buttons opens a
10942                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10943
10944 2006-07-06 [paul]       2.3.1cvs62
10945
10946         * src/textview.c
10947                 fix attachments contextual menu
10948                 Thanks to Colin
10949
10950 2006-07-05 [colin]      2.3.1cvs61
10951
10952         * src/textview.c
10953         * src/compose.c
10954                 Handle sftp:// links
10955
10956 2006-07-05 [paul]       2.3.1cvs60
10957
10958         * src/gtk/filesel.c
10959                 grab save button by default
10960                 Thanks to Colin
10961
10962 2006-07-05 [wwp]        2.3.1cvs59
10963
10964         * manual/xml2pdf
10965                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10966
10967 2006-07-04 [colin]      2.3.1cvs58
10968
10969         * src/mimeview.c
10970         * src/textview.c
10971                 Use left click to select, middle click to open
10972                 on mimeparts links
10973         * src/common/utils.c
10974                 Fix segfault
10975
10976 2006-07-04 [colin]      2.3.1cvs57
10977
10978         * src/mainwindow.c
10979         * src/news.c
10980                 Warning fixes, thanks to Fabien
10981
10982 2006-07-04 [colin]      2.3.1cvs56
10983
10984         * src/mimeview.c
10985         * src/mimeview.h
10986         * src/textview.c
10987                 Allow parts to be selected via their text label
10988                 in textview
10989
10990 2006-07-04 [colin]      2.3.1cvs55
10991
10992         * src/folderview.c
10993                 Feedback when closing (for big folders)
10994         * src/prefs_actions.c
10995         * src/prefs_filtering.c
10996         * src/prefs_matcher.c
10997         * src/prefs_template.c
10998                 Fix default button when closing without
10999                 having saved
11000
11001 2006-07-04 [colin]      2.3.1cvs54
11002
11003         * src/news.c
11004                 Delete local file on deletion
11005
11006 2006-07-03 [colin]      2.3.1cvs53
11007
11008         * src/folderview.c
11009         * src/main.c
11010                 Don't freeze when rescanning after crash
11011
11012 2006-07-03 [wwp]        2.3.1cvs52
11013
11014         * src/compose.c
11015         * src/privacy.c
11016         * src/privacy.h
11017         * src/plugins/pgpinline/pgpinline.c
11018         * src/plugins/pgpmime/pgpmime.c
11019                 don't report an error when the user cancels the passphrase dialog.
11020
11021 2006-07-02 [colin]      2.3.1cvs51
11022
11023         * src/folderview.c
11024                 Open message when crossing folders with Space,
11025                 goto next unread and friends
11026
11027 2006-07-01 [colin]      2.3.1cvs50
11028
11029         * src/prefs_account.c
11030                 Typographic rules varying from language
11031                 to language (in french "Protocole :"),
11032                 we have to do that :)
11033
11034 2006-07-01 [ticho]      2.3.1cvs49
11035
11036         * src/prefs_account.c
11037                 Only use one temporary gchar* variable in
11038                 prefs_account_protocol_set_optmenu().
11039
11040 2006-07-01 [ticho]      2.3.1cvs48
11041
11042         * src/prefs_account.c
11043         * src/prefs_account.h
11044                 Use GtkLabel for existing account protocol name.
11045                 Created an array for protocol names and populate the
11046                 combobox from it in a for() cycle.
11047
11048 2006-06-30 [colin]      2.3.1cvs47
11049
11050         * src/compose.c
11051                 Block undo when changing signature (by changing
11052                 account)
11053
11054 2006-06-30 [paul]       2.3.1cvs46
11055
11056         * src/send_message.c
11057                 when editing From in the Compose window, use that address
11058                 in the Return-Path: header
11059                 Thanks to Colin
11060
11061 2006-06-30 [colin]      2.3.1cvs45
11062
11063         * src/compose.c
11064                 Fix signature replacement:
11065                 - when no newline before separator
11066                 - when reediting
11067
11068 2006-06-29 [colin]      2.3.1cvs44
11069
11070         * src/folderview.c
11071         * src/folderview.h
11072         * src/mainwindow.c
11073         * src/summaryview.c
11074                 Let 'View/Go to/Next marked' work like
11075                 Next new & Next unread: across folders
11076                 Change the select_on_entry pref to do
11077                 what we want when changing folder
11078         * src/common/utils.c
11079                 Fix single-quoted links 
11080
11081 2006-06-29 [colin]      2.3.1cvs43
11082
11083         * src/gtk/gtkaspell.c
11084                 "Sylpheed" and "Sylpheed-Claws" do exist !
11085
11086 2006-06-29 [colin]      2.3.1cvs42
11087
11088         * src/imap.c
11089                 Forgot to remove debug
11090
11091 2006-06-29 [colin]      2.3.1cvs41
11092
11093         * src/imap.c
11094         * src/imap.h
11095         * src/mainwindow.c
11096                 Disconnect from IMAP servers when going
11097                 offline. Fixes bug #978 (going to offline-mode 
11098                 won't close connections)
11099
11100 2006-06-29 [colin]      2.3.1cvs40
11101
11102         * src/main.c
11103                 Fix transient setting on failing plugins
11104                 Patch by Fabien
11105         * src/plugins/pgpcore/sgpgme.c
11106                 Only warn for OpenPGP. Most people don't
11107                 have CMS available.
11108
11109 2006-06-29 [colin]      2.3.1cvs39
11110
11111         * src/compose.c
11112                 Fix Spelling menu (discrepancy between context menu
11113                 and top menu when folder's dictionary isn't the 
11114                 default one)
11115         * src/plugins/pgpcore/sgpgme.c
11116                 More error reporting about why gpgme can fail
11117
11118 2006-06-29 [wwp]        2.3.1cvs38
11119
11120         * src/mainwindow.c
11121                 honor the display-header-pane setting even when the message view
11122                 is a separate window.
11123
11124 2006-06-29 [wwp]        2.3.1cvs37
11125
11126         * src/prefs_actions.c
11127                 forgot to commit that one (use of GTK_STOCK_INFO).
11128
11129 2006-06-29 [colin]      2.3.1cvs36
11130
11131         * src/imap.c
11132                 Better handling of login errors (ask the password
11133                 again once), alert in case of error. Fix three
11134                 signedness warnings.
11135
11136 2006-06-28 [wwp]        2.3.1cvs35
11137
11138         * src/prefs_template.c
11139         * src/prefs_matcher.c
11140         * src/prefs_filtering_action.c
11141         * src/prefs_quote.c
11142                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11143                 patch by Fabien Vantard, slightly modified.
11144
11145 2006-06-28 [paul]
11146
11147         2.4.0-rc2 released
11148
11149 2006-06-28 [colin]      2.3.1cvs34
11150
11151         * src/prefs_account.c
11152                 Fix bug #977 (Can't add or edit imap accounts)
11153
11154 2006-06-28 [colin]      2.3.1cvs33
11155
11156         * src/mimeview.c
11157                 Fix previous
11158
11159 2006-06-28 [colin]      2.3.1cvs32
11160
11161         * src/mimeview.c
11162                 Save named inlined attachments with "Save all"
11163         * src/main.c
11164         * src/mbox.c
11165         * src/common/plugin.c
11166         * src/common/plugin.h
11167         * src/common/sylpheed.c
11168         * src/common/utils.c
11169         * src/plugins/pgpcore/sylpheed.def
11170         * src/plugins/pgpinline/sylpheed.def
11171         * src/plugins/pgpmime/sylpheed.def
11172                 Win32 compatibility patch, by
11173                 Werner Koch
11174
11175 2006-06-28 [wwp]        2.3.1cvs31
11176
11177         * src/imap.c
11178         * src/prefs_folder_item.c
11179                 less compilation warnings (thanks to Fabien Vantard), less typos.
11180
11181 2006-06-28 [paul]       2.3.1cvs30
11182
11183         * src/gtk/gtkutils.c
11184                 gtk_combo_box_set_focus_on_click() is only
11185                 available since gtk 2.6.0
11186
11187 2006-06-28 [paul]       2.3.1cvs29
11188
11189         * src/prefs_ext_prog.c
11190                 fix engrish and add a tooltip for the
11191                 'command for 'Display as text' option
11192
11193 2006-06-28 [paul]
11194
11195         2.4.0-rc1 released
11196
11197 2006-06-28 [paul]       2.3.1cvs28
11198
11199         * ChangeLog
11200         * tools/Makefile.am
11201                 include textviewer.pl in releases
11202
11203 2006-06-28 [paul]       2.3.1cvs27
11204
11205         * src/prefs_ext_prog.c
11206                 hide Print command option if libgnomeprint
11207                 support is present
11208
11209 2006-06-27 [colin]      2.3.1cvs26
11210
11211         * src/compose.c
11212                 Fix Esc handling in insert/attach dialog
11213                 Don't show this dialog if dragging something
11214                 else than text/uri-list
11215                 Thanks to Fabien Vantard
11216         * tools/textviewer.pl
11217                 Filter script to display stuff as text
11218                 by H. Merijn Brand
11219
11220 2006-06-27 [wwp]        2.3.1cvs25
11221
11222         * src/messageview.c
11223                 use the exact product name (message view title), patch
11224                 by Fabien Vantard.
11225
11226 2006-06-27 [ticho]      2.3.1cvs24
11227
11228         * src/prefs_account.c
11229         * src/prefs_common.c
11230         * src/prefs_common.h
11231         * src/prefs_ext_prog.c
11232         * src/textview.c
11233                 Add a preference (Preferences/External programs)
11234                 to allow "Display as text" to be done via a script
11235                 (patch by H.Merijn Brand).
11236                 Use GtkComboBox for protocol selection in account
11237                 preferences.
11238                 Only include current choice for existing accounts, and
11239                 insensitivize the combobox.
11240
11241 2006-06-27 [paul]       2.3.1cvs23
11242
11243         * src/mbox.c
11244                 fix crasher introduced in cvs21.
11245                 Thanks to Colin
11246
11247 2006-06-26 [colin]      2.3.1cvs22
11248
11249         * src/mbox.c
11250                 Fix double-frees when leaving folders
11251                 after exporting to mbox
11252
11253 2006-06-26 [colin]      2.3.1cvs21
11254
11255         * src/mbox.c
11256                 More feedback (and optimisation)
11257                 on import/export
11258         * src/common/utils.c
11259                 Fix case when looking for mail addresses
11260         * src/gtk/gtkutils.c
11261                 Extra check for (X-)Face
11262
11263 2006-06-25 [ticho]      2.3.1cvs20
11264
11265         * src/compose.c
11266         * src/exphtmldlg.c
11267         * src/gtk/gtkutils.c
11268         * src/gtk/gtkutils.h
11269                 Added second argument to gtkut_sc_combobox_create() to
11270                 control focus-on-click for the widget.
11271                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11272
11273 2006-06-25 [ticho]      2.3.1cvs19
11274
11275         * src/compose.c
11276         * src/gtk/Makefile.am
11277         * src/gtk/combobox.c
11278         * src/gtk/combobox.h
11279         * src/gtk/gtkutils.c
11280         * src/gtk/gtkutils.h
11281                 Use GtkComboBox instead of deprecated GtkOptionMenu
11282                 for account selector in compose window and for encoding
11283                 selector in attachment properties.
11284                 Also factorise working with the new GtkComboBox somewhat.
11285
11286 2006-06-24 [paul]       2.3.1cvs18
11287
11288         * src/prefs_common.c
11289                 use the correct default value
11290
11291 2006-06-24 [paul]       2.3.1cvs17
11292
11293         * src/compose.c
11294         * src/prefs_common.c
11295         * src/prefs_common.h
11296         * src/prefs_compose_writing.c
11297                 enable setting of default action when
11298                 dnd'ing files in the compose window.
11299                 (Collaborative effort with wwp)
11300
11301 2006-06-23 [wwp]        2.3.1cvs16
11302
11303         * src/compose.c
11304                 i18n fix (thanks to Fabien Vantard)
11305
11306 2006-06-22 [colin]      2.3.1cvs15
11307
11308         * src/prefs_customheader.c
11309                 Don't use filters in custom headers' file 
11310                 selector. Remember, extensions mean nothing :)
11311
11312 2006-06-22 [paul]       2.3.1cvs14
11313
11314         * configure.ac
11315                 allow setting of man directory location
11316
11317 2006-06-22 [colin]      2.3.1cvs13
11318
11319         * src/mainwindow.c
11320                 Add 'View/Go to/Next unread folder'.
11321                 I missed that :)
11322
11323 2006-06-22 [colin]      2.3.1cvs12
11324
11325         * src/common/utils.c
11326                 Add some subject prefixes
11327                 Patch by Bjorn T Johansen <btj@havleik.no>
11328
11329 2006-06-22 [colin]      2.3.1cvs11
11330
11331         * manual/advanced.xml
11332                 Forgotten hidden pref
11333
11334 2006-06-21 [paul]       2.3.1cvs10
11335
11336         * src/prefs_account.c
11337                 complete the removal of 'Add date header' option
11338
11339 2006-06-21 [paul]       2.3.1cvs9
11340
11341         * src/account.c
11342         * src/compose.c
11343         * src/prefs_account.c
11344         * src/prefs_account.h
11345                 remove option to add date header - always
11346                 add date header
11347         * src/etpan/imap-thread.c
11348                 fix warnings (Thanks to Colin)
11349
11350 2006-06-21 [wwp]        2.3.1cvs8
11351
11352         * src/folder.c
11353                 set the attachment flag when inline text part are (file)named. This is more convenient
11354                 when receiving (for instance) inline source files or patches sent using thunderbird.
11355
11356 2006-06-21 [paul]       2.3.1cvs7
11357
11358         * src/inc.c
11359                 fix off-by-one count of current msg in
11360                 statusbar filtering progressbar
11361
11362 2006-06-21 [paul]       2.3.1cvs6
11363
11364         * src/folder.c
11365                 Show attachment icon even if the part is 'inline'
11366                 if the following conditions are met:
11367                 - content-type != 'text/plain'
11368                 - content-type != '*/pgp-signature'
11369                 - either 'name' or 'filename' parameter is not NULL
11370                 
11371                 Thanks to Colin
11372
11373 2006-06-21 [paul]       2.3.1cvs5
11374
11375         * src/messageview.c
11376         * src/prefs_common.c
11377         * src/prefs_common.h
11378         * src/prefs_other.c
11379                 add an option to 'Never send Return
11380                 Receipts'
11381                 Thanks to Colin
11382
11383 2006-06-20 [mones]      2.3.1cvs4
11384
11385         * po/es.po
11386                 updated
11387         * src/compose.c
11388                 typo fixed (space after comma)
11389         * tools/make.themes.project
11390                 remove exec mode from tarball files
11391
11392 2006-06-20 [colin]      2.3.1cvs3
11393
11394         * src/news.c
11395         * src/procheader.c
11396         * src/unmime.c
11397                 Better fix for \n's in headers (don't 
11398                 break Received: and others)
11399
11400 2006-06-20 [paul]       2.3.1cvs2
11401
11402         * src/alertpanel.c
11403         * src/textview.c
11404                 improve legibility of phishing attempt
11405                 dialog
11406
11407 2006-06-20 [paul]       2.3.1cvs1
11408
11409         * NEWS
11410         * README
11411         * configure.ac
11412                 Update version number following
11413                 stable release
11414
11415 2006-06-20 [colin]      2.3.0cvs26
11416
11417         * src/compose.c
11418                 When dragging a file to the text of the compose
11419                 window, ask whether we want to insert or attach
11420                 (I know lots of people who do that to attach)
11421
11422 2006-06-20 [colin]      2.3.0cvs25
11423
11424         * src/etpan/imap-thread.c
11425                 Fix threshold (the append command is often > 32 bytes)
11426
11427 2006-06-19 [colin]      2.3.0cvs24
11428
11429         * src/imap.c
11430         * src/etpan/imap-thread.c
11431                 Workaround Rockliffe IMAP server bug: replace
11432                 "x UID SEARCH (ANSWERED UID 1:*)" with
11433                 "x UID SEARCH ANSWERED"
11434                 (Rockliffe doesn't handle the parenthesis)
11435
11436 2006-06-19 [colin]      2.3.0cvs23
11437
11438         * src/compose.c
11439         * src/imap.c
11440         * src/etpan/imap-thread.c
11441                 Probably fix bug #972 (Freezes when adding 
11442                 an attachment to the message)
11443         * src/common/defs.h
11444                 Modernize Firefox cmd
11445
11446
11447 2006-06-18 [colin]      2.3.0cvs22
11448
11449         * src/prefs_customheader.c
11450                 Only allow correct filenames for various
11451                 custom headers
11452
11453 2006-06-18 [colin]      2.3.0cvs21
11454
11455         * src/prefs_customheader.c
11456                 Add a 'From File...' button in custom headers prefs, which
11457                 try to do the right thing: 
11458                 for normal headers, use file as plaintext,
11459                 for X-Face, calls compface,
11460                 for Face, encode to b64.
11461
11462 2006-06-17 [colin]      2.3.0cvs20
11463
11464         * src/mh.c
11465                 Warning fix
11466
11467 2006-06-16 [colin]      2.3.0cvs19
11468
11469         * src/summaryview.c
11470                 Recursive quicksearch: show message list
11471                 in current folder, *then* search children
11472                 in the background.
11473
11474 2006-06-16 [colin]      2.3.0cvs18
11475
11476         * src/main.c
11477                 Instead of ignoring SIGPIPE, save caches
11478                 when getting one. Will fix the fact that
11479                 hot caches are out-of-date when logging 
11480                 out of Xorg.
11481         * src/compose.c
11482         * src/prefs_compose_writing.c
11483                 Only save text (not attachments) when 
11484                 auto-saving to drafts
11485         * src/unmime.c
11486                 Always replace \n, \r and \t with spaces
11487                 in headers
11488         * manual/dist/html/Makefile.am
11489         * manual/dist/pdf/Makefile.am
11490         * manual/dist/ps/Makefile.am
11491         * manual/dist/txt/Makefile.am
11492         * manual/fr/dist/html/Makefile.am
11493         * manual/fr/dist/pdf/Makefile.am
11494         * manual/fr/dist/ps/Makefile.am
11495         * manual/fr/dist/txt/Makefile.am
11496         * manual/pl/dist/html/Makefile.am
11497         * manual/pl/dist/pdf/Makefile.am
11498         * manual/pl/dist/ps/Makefile.am
11499         * manual/pl/dist/txt/Makefile.am
11500                 Fix make clean removing pregenerated manuals
11501
11502
11503 2006-06-16 [colin]      2.3.0cvs17
11504
11505         * src/plugins/pgpcore/sgpgme.c
11506         * src/plugins/pgpmime/pgpmime.c
11507         * src/plugins/pgpinline/pgpinline.c
11508                 Better error reporting in setup_signers.
11509                 Don't fallback to default key if specified
11510                 key isn't found.
11511                 Don't allow signing if more than one secret
11512                 key matches the one specified in prefs.
11513
11514 2006-06-15 [colin]      2.3.0cvs16
11515
11516         * src/folderview.c
11517                 Add "Send queue" in the folder's contextual
11518                 menu
11519         * src/compose.c
11520         * src/messageview.c
11521         * src/privacy.c
11522         * src/privacy.h
11523         * src/procmime.c
11524         * src/procmsg.c
11525         * src/plugins/pgpcore/passphrase.c
11526         * src/plugins/pgpcore/sgpgme.c
11527         * src/plugins/pgpinline/pgpinline.c
11528         * src/plugins/pgpmime/pgpmime.c
11529                 Better error reporting
11530         * src/mbox.c
11531                 Probably fix bug #971 (2.2.3 cannot read mail 
11532                 from local mbox)
11533
11534
11535 2006-06-15 [mones]      2.3.0cvs15
11536
11537         * tools/make.themes.project
11538                 creates the themes project from the web page
11539
11540 2006-06-15 [colin]      2.3.0cvs14
11541
11542         * src/folder.c
11543                 Better fix (avoid losing the folder if scan_tree 
11544                 fails)
11545
11546 2006-06-15 [cleroy]     2.3.0cvs13
11547
11548         * src/folder.c
11549                 Probably fix Bug #969 (crash on rebuilding 
11550                 imap folder)
11551
11552 2006-06-14 [colin]      2.3.0cvs12
11553
11554         * manual/dtd/manual.xsl
11555         * manual/sylpheed-claws-manual.xml
11556         * manual/fr/sylpheed-claws-manual.xml
11557         * manual/pl/sylpheed-claws-manual.xml
11558                 Insert pagebreaks between sections
11559
11560 2006-06-14 [paul]       2.3.0cvs11
11561
11562         * configure.ac
11563                 better fix than 2.3.0cvs10
11564
11565 2006-06-14 [paul]       2.3.0cvs10
11566
11567         * configure.ac
11568                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11569                 (backwards compatible)
11570
11571 2006-06-13 [colin]      2.3.0cvs9
11572
11573         * src/messageview.c
11574                 Fix sending of return receipt with the new queue folders
11575
11576 2006-06-13 [wwp]        2.3.0cvs8
11577
11578         * src/quote_fmt_lex.l
11579                 fix wrong tokens returned in quote_fmt lexer, query not().
11580
11581 2006-06-13 [wwp]        2.3.0cvs7
11582
11583         * src/folder.c
11584         * src/prefs_folder_item.c
11585                 allow changing folder type even when folder is not a top-level one,
11586                 thanks to Colin.
11587
11588 2006-06-12 [colin]      2.3.0cvs6
11589
11590         * src/folderview.c
11591                 Fix double-ask of "Do you want to mark all
11592                 as read"
11593
11594 2006-06-12 [colin]      2.3.0cvs5
11595
11596         * src/compose.c
11597         * src/compose.h
11598         * src/folder.c
11599         * src/folder.h
11600         * src/imap.c
11601         * src/inc.c
11602         * src/main.c
11603         * src/messageview.c
11604         * src/mh.c
11605         * src/prefs_folder_item.c
11606         * src/procheader.c
11607         * src/procmime.c
11608         * src/procmsg.c
11609         * src/procmsg.h
11610         * src/send_message.c
11611         * src/summaryview.c
11612         * src/toolbar.c
11613                 Apply bug #964's patch (Queue and drafts aren't normal)
11614                 The Drafts and Queue folder now contain RFC-822 files,
11615                 allowing to move and copy mails from and to these 
11616                 folders. Moving from Drafts to Queue will prepare the
11617                 mail for sending (PGP signature, encryption, etc).
11618                 This patch also rework sending errors handling to try
11619                 to be more helpful.
11620                 Also, allow redefining folder types via the GUI 
11621                 (Folder type in its Properties)
11622
11623 2006-06-12 [colin]      2.3.0cvs4
11624
11625         * src/summaryview.c
11626         * src/prefs_common.c
11627         * src/prefs_common.h
11628         * src/gedit-print.c
11629                 Allow to define a specific print font - patch
11630                 by Bernhard Walle <bernhard.walle@gmx.de>
11631         * src/prefs_fonts.c
11632         * manual/advanced.xml
11633         * manual/fr/advanced.xml
11634                 Add a hidden pref to allow deletion without
11635                 confirmation
11636
11637 2006-06-12 [wwp]        2.3.0cvs3
11638
11639         * .cvsignore
11640                 more files to ignore.
11641
11642 2006-06-12 [wwp]        2.3.0cvs2
11643
11644         * src/quote_fmt.c
11645         * src/quote_fmt_lex.l
11646         * src/quote_fmt_parse.y
11647                 extend the quote_fmt parser (templates and quotes):
11648                 - allow limited sub-expressions in |p{} and |f{} expressions,
11649                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11650                 - implemented/fixed missing implementation of query_references and show_references,
11651                 - completed, fixed contents and format of the symbols help dialog,
11652                 - fix some compilation warnings.
11653
11654 2006-06-12 [wwp]        2.3.0cvs1
11655
11656         * manual/advanced.xml
11657         * manual/fr/advanced.xml
11658                 updates in the "templates" section of the manual (eng/fr):
11659                  - be more precise (both versions)
11660                  - completed to match the english reference (fr version)
11661                  - touchups (both versions)
11662
11663 2006-06-12 [paul]       2.3.0
11664
11665         2.3.0 released
11666
11667 2006-06-12 [paul]       2.2.3cvs14
11668
11669         * po/ca.po
11670         * po/cs.po
11671         * po/de.po
11672         * po/el.po
11673         * po/fr.po
11674         * po/it.po
11675         * po/pt_BR.po
11676         * po/sr.po
11677         * po/zh_CN.po
11678                 updated by Miquel Oliete, Tim, Stephan Sachse,
11679                 Stavros Giannouris, Fabien Vantard, Andrea
11680                 Spadaccini, Frederico Goncalves Guimaraes,
11681                 Aleksandar Urosevic, and Ralgh Young
11682
11683 2006-06-12 [colin]      2.2.3cvs13
11684
11685         * src/mbox.c
11686                 Add missing header
11687
11688 2006-06-11 [colin]      2.2.3cvs12
11689
11690         * src/msgcache.c
11691                 Verify that g_malloc() succeeded
11692
11693 2006-06-11 [colin]      2.2.3cvs11
11694
11695         * src/wizard.c
11696                 Add Face header to welcome mail
11697
11698 2006-06-10 [colin]      2.2.3cvs10
11699
11700         * src/textview.c
11701                 Revert previous (Forgot it changes the
11702                 margin on the whole mail)
11703
11704 2006-06-10 [colin]      2.2.3cvs9
11705
11706         * src/textview.c
11707                 Don't overlap long headers under (X-)Face
11708
11709 2006-06-10 [mones]      2.2.3cvs8
11710
11711         * manual/xml2pdf
11712                 allow generation of manual on systems lacking saxon binary
11713                 but with java and the saxon library installed
11714
11715         * po/es.po
11716                 updated for release
11717
11718 2006-06-09 [colin]      2.2.3cvs7
11719
11720         * src/summaryview.c
11721                 Fix leak when using Display Sender using Addressbook
11722
11723 2006-06-09 [colin]      2.2.3cvs6
11724
11725         * src/compose.c
11726         * src/folder.c
11727         * src/folderview.c
11728         * src/mimeview.c
11729         * src/summaryview.c
11730                 More leaks fixes
11731
11732 2006-06-09 [paul]       2.2.3cvs5
11733
11734         * AUTHORS
11735         * src/gtk/authors.h
11736         * tools/claws.i18n.status.pl
11737                 updated with new info
11738
11739 2006-06-09 [paul]       2.2.3cvs4
11740
11741         * README
11742                 updated
11743         * manual/ack.xml
11744                 add wwp to authors list
11745         * src/gtk/authors.h
11746                 update mine and Colin's addresses
11747
11748 2006-06-08 [colin]      2.2.3cvs3
11749
11750         * src/etpan/imap-thread.c
11751                 Fix leak on SSL cert check
11752
11753 2006-06-08 [colin]      2.2.3cvs2
11754
11755         * src/common/utils.c
11756                 Fix leak
11757
11758 2006-06-08 [paul]       2.2.3cvs1
11759
11760         * configure.ac
11761                 Update version number following
11762                 stable release
11763
11764 2006-06-07 [colin]      2.2.2cvs3
11765
11766         * src/msgcache.c
11767                 Fix catching cache read errors (guint instead of gint)
11768                 Prevent malloc'ing more than 8MB (means cache corruption)
11769
11770 2006-06-07 [paul]       2.2.2cvs2
11771
11772         * src/exporthtml.c
11773         * src/exportldif.c
11774         * src/mh.c
11775         * src/mutt.c
11776         * src/pine.c
11777         * src/common/utils.c
11778                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11779                 obey $HOME'
11780                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11781                 Thanks to Colin
11782
11783 2006-06-06 [paul]       2.2.2cvs1
11784
11785         * configure.ac
11786                 Update version number following
11787                 stable release
11788
11789 2006-06-06 [paul]       2.2.1cvs6
11790
11791         * src/matcher.c
11792                 fix  implicit declaration of
11793                 sylpheed_do_idle()
11794                 Patch by Fabien Vantard
11795
11796 2006-06-06 [paul]       2.2.1cvs5
11797
11798         * src/matcher.c
11799                 fix age_greater and age_lower so that they
11800                 mean what say and not '...or equal to'
11801                 Thanks to Colin
11802
11803 2006-06-06 [paul]       2.2.1cvs4
11804
11805         * src/textview.c
11806         * src/common/utils.c
11807                 fix URI check
11808                 Thanks to Colin
11809
11810 2006-06-05 [wwp]        2.2.1cvs3
11811
11812         * manual/fr/account.xml
11813                 minor language fixes (thanks to Fabien Vantard).
11814
11815 2006-06-05 [colin]      2.2.1cvs2
11816
11817         * src/prefs_folder_item.c
11818         * src/folderview.c
11819                 Allow recursive setting of properties 
11820                 for whole mailboxes
11821         * src/matcher.c
11822                 Don't freeze on 'test' filtering rule
11823
11824 2006-06-05 [colin]      2.2.1cvs1
11825
11826         * configure.ac
11827                 Update version number following
11828                 stable release
11829
11830 2006-06-04 [wwp]        2.2.0cvs82
11831
11832         * manual/glossary.xml
11833         * manual/account.xml
11834         * manual/fr/glossary.xml
11835         * manual/fr/account.xml
11836                 added glossary section and references/links related to the Face custom header.
11837
11838 2006-06-04 [colin]      2.2.0cvs81
11839
11840         * src/summaryview.c
11841                 Skip to next message on move with no
11842                 immediate execution
11843
11844 2006-06-04 [wwp]        2.2.0cvs80
11845
11846         * manual/xml2pdf
11847                 added sanity checks, exit when needed.
11848
11849 2006-06-03 [paul]       2.2.0cvs79
11850
11851         * src/prefs_receive.c
11852                 page name is now 'Receiving'
11853         * src/prefs_send.c
11854                 page name is now 'Sending'
11855
11856 2006-06-03 [colin]      2.2.0cvs78
11857
11858         * src/plugins/spamassassin/spamassassin_gtk.c
11859                 Autoswitch to Localhost if transport was previously
11860                 disabled. Else people had to check [] Enable, then
11861                 *reselect* transport.
11862
11863 2006-06-03 [colin]      2.2.0cvs77
11864
11865         * src/plugins/pgpinline/pgpinline.c
11866         * src/plugins/pgpmime/pgpmime.c
11867                 Check that gpg_data_release_and_get_mem 
11868                 didn't fail (now, why this happens...)
11869
11870 2006-06-03 [colin]      2.2.0cvs76
11871
11872         * src/mbox.c
11873                 Fix bug #962 (Manual and/or UI should 
11874                 warn about incompatible locking 
11875                 causing dataloss)
11876
11877 2006-06-02 [cleroy]     2.2.0cvs75
11878
11879         * src/filtering.c
11880         * src/folder.c
11881         * src/procmsg.c
11882         * src/summaryview.c
11883                 Fix a few leaks
11884
11885 2006-06-02 [colin]      2.2.0cvs74
11886
11887         * src/main.c
11888                 On exit, free caches after writing them
11889                 Shuts up some valgrind false positives
11890         * src/procmsg.c
11891         * src/send_message.c
11892                 Fix races when reusing existing SMTP connections
11893                 Fix inexistant session timeout
11894         * src/toolbar.c
11895                 Display alertpanel after all queues have
11896                 been processed, not after each
11897
11898 2006-06-02 [wwp]        2.2.0cvs73
11899
11900         * manual/fr/glossary.xml
11901         * manual/fr/ack.xml
11902         * manual/ack.xml
11903                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11904
11905 2006-06-02 [wwp]        2.2.0cvs72
11906
11907         * manual/xml2pdf
11908         * manual/dist/pdf/Makefile.am
11909         * manual/dtd/manual.xsl
11910         * manual/fr/dist/pdf/Makefile.am
11911         * manual/pl/dist/pdf/Makefile.am
11912                 we changed the procedure to generate the .pdf version of the manual.
11913                 The procedure is more modern and the .pdf we get now has a valid index.
11914                 Here are the new pre-requisites:
11915
11916                 - JRE 1.x (1.4 here): there must be one from your distro
11917                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11918                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11919                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11920
11921                 See my posts for further info about the installation of this toolchain:
11922
11923                 Date: Fri, 19 May 2006 19:40:06 +0200
11924                 From: wwp <subscript@free.fr>
11925                 To: sylpheed-claws-devel@lists.sourceforge.net
11926                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11927
11928                 and
11929
11930                 Date: Wed, 24 May 2006 12:58:49 +0200
11931                 From: wwp <subscript@free.fr>
11932                 To: sylpheed-claws-devel@lists.sourceforge.net
11933                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11934
11935 2006-06-01 [colin]      2.2.0cvs71
11936
11937         * src/compose.c
11938                 Better guards against IMAP races
11939         * src/main.c
11940         * src/prefs_common.c
11941         * src/prefs_common.h
11942         * src/common/ssl_certificate.c
11943         * src/etpan/imap-thread.c
11944         * src/etpan/imap-thread.h
11945         * src/gtk/sslcertwindow.c
11946                 New hidden option ssl_skip_cert_check to 
11947                 avoid dups of bug #959 (libetpan linked
11948                 against gnutls and gnutls buggy on 64bit)
11949                 Present expired warning only once per
11950                 session/server.
11951         * manual/advanced.xml
11952         * manual/fr/advanced.xml
11953                 Document new option
11954
11955 2006-06-01 [wwp]        2.2.0cvs70
11956
11957         * src/messageview.c
11958                 fix for bug #961 (return receipt dialog 
11959                 complains incorrectly about return-path 
11960                 email adress being different), thanks 
11961                 to Colin.
11962
11963 2006-05-31 [cleroy]     2.2.0cvs69
11964
11965         * src/common/ssl.c
11966                 Guard against NULLs, although this
11967                 should never be an issue
11968
11969 2006-05-31 [colin]      2.2.0cvs68
11970
11971         * src/filtering.c
11972                 Use g_slist_prepend
11973         * src/imap.c
11974                 Don't remove caches when destroying folder, it
11975                 could (should) be done at exit
11976         * src/inc.c
11977                 free processing cache after incorporation
11978         * src/etpan/imap-thread.c
11979                 Maybe fix bug #959 (Crash on moving to emails 
11980                 to a imap account per ssl with a expired 
11981                 certificate.)
11982
11983 2006-05-30 [colin]      2.2.0cvs67
11984
11985         * src/summaryview.c
11986                 Put back event flush when displaying message
11987                 It avoids reading a bunch of messages just
11988                 by hitting shift-n for too long ;)
11989
11990 2006-05-29 [colin]      2.2.0cvs66
11991
11992         * src/summaryview.c
11993                 Remove useless g_warnings
11994
11995 2006-05-29 [colin]      2.2.0cvs65
11996
11997         * src/imap.c
11998                 Fix g_slist_append()s for performance
11999
12000 2006-05-29 [colin]      2.2.0cvs64
12001
12002         * src/compose.c
12003         * src/common/utils.c
12004                 Fix extraneous tab at start of addresses
12005         * src/mainwindow.c
12006                 Fix warnings (thanks to Fabien)
12007                 Fix crash at exit when composing messages 
12008                 exist
12009         * src/pop.c
12010                 Fix progress bar when deleting expired mails
12011                 Thanks to Hiro
12012         * src/summaryview.c
12013         * src/gtk/gtksctree.c
12014                 Fix re-sorting slowness
12015
12016 2006-05-29 [paul]       2.2.0cvs63
12017
12018         * src/mh.c
12019                 fetch full message when moving mails
12020                 from another mailbox, (fixed data loss
12021                 when filtering from IMAP to MH, introduced
12022                 in 2.2.0cvs57).
12023                 Thanks to Colin
12024
12025 2006-05-29 [mones]      2.2.0cvs62
12026
12027         * src/gtk/gtksctree.c
12028                 Unselect faster (patch by Colin)        
12029
12030 2006-05-26 [colin]      2.2.0cvs61
12031
12032         * src/summaryview.c
12033                 Unplug MSGINFO_UPDATE callback on delete too.
12034
12035 2006-05-26 [colin]      2.2.0cvs60
12036
12037         * src/foldersel.c
12038                 Fix bold in folder selection window with glib2.10
12039                 thanks Hiro
12040
12041 2006-05-26 [colin]      2.2.0cvs59
12042
12043         * src/procheader.c
12044                 Convert date only if necessary (and don't
12045                 try to convert from utf8 to utf8, too)
12046         * src/summaryview.c
12047                 Only set column's text if the column's 
12048                 displayed
12049
12050 2006-05-26 [colin]      2.2.0cvs58
12051
12052         * src/summaryview.c
12053         * src/gtk/gtkutils.c
12054                 Fix useless warning
12055
12056 2006-05-26 [colin]      2.2.0cvs57
12057
12058         * src/mainwindow.c
12059                 Make summaryview selectable as long as 
12060                 no message has focus
12061         * src/mh.c
12062                 Faster deletion (by implementing mh_remove_msgs)
12063                 Faster copy (avoid using mh_fetch_msg just to get
12064                 the filename)
12065                 Faster move (using move_file instead of copy_file
12066                 if MSG_IS_MOVE)
12067                 No progressbar if total number of mails to cp/mv 
12068                 is less than 100
12069         * src/summaryview.c
12070                 Fix removal from subject_table when mail gets moved
12071                 Faster deletion (g_slist_prepend instead of append)
12072         * src/gtk/gtksctree.c
12073                 Remove useless code
12074
12075 2006-05-25 [colin]      2.2.0cvs56
12076
12077         * src/common/ssl_certificate.c
12078                 Fix leak in expired cert check
12079
12080 2006-05-25 [colin]      2.2.0cvs55
12081
12082         * src/mh.c
12083                 Disable flags syncing on .mh_sequences - it
12084                 is buggy and marks mails read under unknown
12085                 conditions.
12086
12087 2006-05-25 [paul]
12088
12089         * 2.3.0-rc4 released
12090
12091 2006-05-24 [colin]      2.2.0cvs54
12092
12093         attention cvs users: if you manage to crash
12094         Sylpheed-Claws while moving, copying or deleting
12095         mails, we *are* interested in stack traces and
12096         valgrind logs. It looks stable, but one never
12097         knows...
12098
12099         * src/folder.c
12100                 Add progressbar for cache updates
12101         * src/folderutils.c
12102                 Optimize Mark all read in the current
12103                 folder
12104         * src/mh.c
12105                 Add progressbar for copy/move
12106         * src/procmsg.c
12107                 Optimize O(n^2) in copy/move
12108         * src/summaryview.c
12109         * src/gtk/gtksctree.c
12110                 Optimize O(n^2) algos
12111         * src/common/timing.h
12112                 Display ms instead of us
12113
12114 2006-05-24 [wwp]        2.2.0cvs53
12115
12116         * manual/fr/advanced.xml
12117                 updates to the French manual.
12118
12119 2006-05-24 [wwp]        2.2.0cvs52
12120
12121         * src/common/utils.c
12122                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12123
12124 2006-05-24 [wwp]        2.2.0cvs51
12125
12126         * src/folderutils.c
12127                 fixed "mark all read" in MH folders (thanks to Colin).
12128
12129 2006-05-24 [paul]       2.2.0cvs50
12130
12131         * doc/man/sylpheed-claws.1
12132                 updated the man page
12133
12134 2006-05-23 [colin]      2.2.0cvs49
12135
12136         * src/folderview.c
12137         * src/imap.c
12138         * src/inc.c
12139         * src/mbox.c
12140         * src/messageview.c
12141         * src/news.c
12142         * src/send_message.c
12143         * src/summaryview.c
12144         * src/gtk/sslcertwindow.c
12145                 alertpanel fixes, by Fabien
12146
12147 2006-05-23 [colin]      2.2.0cvs48
12148
12149         * src/folder.c
12150         * src/folderview.c
12151         * src/msgcache.c
12152         * src/summaryview.c
12153         * src/gtk/gtksctree.c
12154         * src/gtk/gtksctree.h
12155                 More timings
12156                 Fix slow loading problem, which was caused by the
12157                 use of some gtk_ctree funcs and their use of
12158                 g_list_position while gtk_ctree_(un)link'ing.
12159                 Reap more functions from gtkctree.c to be sure we
12160                 use our (fast) version instead of theirs.
12161         * src/mh.c
12162                 Fix copy of unread mails
12163
12164
12165 2006-05-22 [wwp]        2.2.0cvs47
12166
12167         * manual/fr/advanced.xml
12168                 updated.
12169
12170 2006-05-22 [colin]      2.2.0cvs46
12171
12172         * src/filtering.c
12173                 Fix possible infinite loop. 'copy' is not a 
12174                 final action, so when encountering a 'copy',
12175                 we have to check if a previous one was set
12176                 and do it. In the same way, if we encounter
12177                 a 'move' we have to perform a possibly 
12178                 pending 'copy'. This will slow down filtering
12179                 on IMAP if move+copy or multiple copy actions
12180                 are to be done, but handling it via the batch
12181                 would be really too convoluted.
12182
12183 2006-05-22 [wwp]        2.2.0cvs45
12184
12185         * manual/fr/advanced.xml
12186         * manual/fr/faq.xml
12187         * manual/fr/glossary.xml
12188         * manual/fr/handling.xml
12189         * manual/fr/intro.xml
12190         * manual/fr/plugins.xml
12191         * manual/fr/sylpheed-claws-manual.xml
12192                 sync w/ the english manual: updates URIs, documented mailing-list
12193                 support, better explanation about the enabled/disabled feature
12194                 in filtering/processing rules by Paul.
12195
12196 2006-05-21 [colin]      2.2.0cvs44
12197
12198         * src/summaryview.c
12199                 Don't expand after building threads, but during
12200
12201 2006-05-21 [colin]      2.2.0cvs43
12202
12203         * src/procmsg.c
12204         * src/summaryview.c
12205                 More timing possibilities... For next time I have 
12206                 to find out how the hell some 3GHz computer takes
12207                 one minute to open a 30k folder...
12208
12209 2006-05-21 [colin]      2.2.0cvs42
12210
12211         * manual/pl/advanced.xml
12212         * manual/pl/faq.xml
12213         * manual/pl/glossary.xml
12214         * manual/pl/handling.xml
12215         * manual/pl/intro.xml
12216         * manual/pl/plugins.xml
12217         * manual/pl/sylpheed-claws-manual.xml
12218                 Polish manual updated by Pawel
12219
12220 2006-05-20 [colin]
12221
12222         * 2.3.0-rc3 released
12223
12224 2006-05-20 [colin]      2.2.0cvs41
12225
12226         * src/imap.c
12227                 Fix -rc2 problems:
12228                 - remove cache of moved messages from original folder
12229                 - apply new flags to messages even if they aren't appliable
12230                   via IMAP.
12231
12232 2006-05-20 [colin]
12233
12234         * 2.3.0-rc2 released
12235
12236 2006-05-19 [colin]      2.2.0cvs40
12237
12238         * src/imap.c
12239                 Don't issue SELECT in imap_change_flags
12240                 before having checked that we indeed have
12241                 some flags to change. MSG_POSTFILTERED for
12242                 example can't be used on IMAP.
12243                 Fixes bug #955 (copying messages between 
12244                 imap folders is extremely slow), which was
12245                 a regression.
12246
12247 2006-05-19 [colin]      2.2.0cvs39
12248
12249         * src/folder.c
12250         * src/folder.h
12251         * src/folderview.c
12252                 Try to fix bug #830 (Some unread messages 
12253                 get marked read in IMAP inbox):
12254                 - Prevent scanning a folder if it's being 
12255                   opened via the GUI
12256                 - Postpone opening via the GUI of a folder
12257                   currently scanned.
12258
12259
12260 2006-05-19 [wwp]        2.2.0cvs38
12261
12262         * manual/advanced.xml
12263                 fix English+typo (thanks to Paul).
12264
12265 2006-05-19 [wwp]        2.2.0cvs37
12266
12267         * manual/advanced.xml
12268         * manual/fr/advanced.xml
12269         * src/gtk/logwindow.c
12270         * src/prefs_common.c
12271         * src/prefs_common.h
12272                 added hidden prefs to allow customization of colors used in
12273                 protocol log window (useful for dark gtk+ themes).
12274
12275 2006-05-19 [wwp]        2.2.0cvs36
12276
12277         * ChangeLog
12278                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12279
12280 2006-05-19 [paul]       2.2.0cvs35
12281
12282         * src/textview.c
12283                 make Reply-To fully clickable
12284         * src/gtk/logwindow.c
12285                 more colouring (SMTP ESMTP)
12286         Both patches by Pawel Pekala
12287
12288 2006-05-19 [cleroy]     2.2.0cvs34
12289
12290         * src/mh.c
12291                 Don't update flags from current folder
12292                 Probably fixes bug #935 (Read Messages 
12293                 Revert to Being Marked as Unread)
12294
12295 2006-05-18 [colin]      2.2.0cvs33
12296
12297         * src/imap.c
12298                 Warning fix
12299         * src/compose.c
12300         * src/mainwindow.c
12301         * src/summaryview.c
12302         * src/toolbar.c
12303                 Allow replying to multiple emails
12304                 in multiple windows
12305         * src/mimeview.c
12306         * src/etpan/imap-thread.c
12307                 Leak fixes
12308
12309 2006-05-18 [paul]       2.2.0cvs32
12310
12311         * src/summaryview.c
12312                 keep Mailing-List menu refreshed
12313                 Thanks to Colin
12314
12315 2006-05-18 [paul]       2.2.0cvs31
12316
12317         * manual/advanced.xml
12318         * manual/faq.xml
12319         * manual/glossary.xml
12320         * manual/handling.xml
12321         * manual/intro.xml
12322         * manual/plugins.xml
12323         * manual/sylpheed-claws-manual.xml
12324                 update URLs
12325                 add info about mailing-list support
12326                 edit filtering info
12327         * src/wizard.c
12328         * src/common/defs.h
12329         * src/gtk/about.c
12330         * src/plugins/dillo_viewer/README
12331                 update URLs
12332
12333 2006-05-17 [wwp]        2.2.0cvs30
12334
12335         * manual/handling.xml
12336         * manual/fr/handling.xml
12337                 documented the ability to enabled/disable filtering/processing rules.
12338
12339 2006-05-17 [colin]      2.2.0cvs29
12340
12341         * src/main.c
12342                 Don't initialize g_thread subsystem if it's 
12343                 already done (thanks to Hiro)
12344         * src/mimeview.c
12345                 Fix saving of parts when there name can't be
12346                 converted from UTF-8.
12347
12348 2006-05-17 [paul]       2.2.0cvs28
12349
12350         * po/Makefile.in.in
12351                 fix config.status warning with autoconf 2.60
12352
12353 2006-05-17 [paul]       2.2.0cvs27
12354
12355         * po/POTFILES.in
12356                 add src/mbox.c
12357
12358 2006-05-17 [wwp]        2.2.0cvs26
12359
12360         * src/mainwindow.c
12361                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12362
12363 2006-05-17 [wwp]        2.2.0cvs25
12364
12365         * src/plugins/demo/demo.c
12366                 updated product name in plugin demo (many plugins need to be
12367                 sync'ed w/ that change).
12368
12369 2006-05-17 [colin]      2.2.0cvs24
12370
12371         * src/mh.c
12372                 Fix leak
12373
12374 2006-05-16 [colin]      2.2.0cvs23
12375
12376         * src/mainwindow.c
12377                 Stupid me hit again. Fix cvs22.
12378
12379 2006-05-16 [colin]      2.2.0cvs22
12380
12381         * src/mainwindow.c
12382                 Fix bug #922 (sylpheed-claws crashed after 
12383                 pushing on Inbox folder)
12384
12385 2006-05-16 [colin]      2.2.0cvs21
12386
12387         * src/compose.c
12388                 Make From header be copy/paste/select-able
12389
12390 2006-05-16 [wwp]        2.2.0cvs20
12391
12392         * src/export.c
12393         * src/matcher.c
12394         * src/summaryview.c
12395         * src/etpan/imap-thread.c
12396                 fix some compiler warnings (thanks to Colin).
12397
12398 2006-05-16 [wwp]        2.2.0cvs19
12399
12400         * src/action.c
12401         * src/gedit-print.c
12402         * src/inc.c
12403         * src/mainwindow.c
12404         * src/mh.c
12405         * src/statusbar.c
12406         * src/send_message.c
12407         * src/summaryview.c
12408                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12409
12410 2006-05-15 [colin]      2.2.0cvs18
12411
12412         * src/procmsg.c
12413                 Fix automatic rule creation with List-Post
12414
12415 2006-05-15 [paul]       2.2.0cvs17
12416
12417         * tools/filter_conv_new.pl
12418                 updated for rule enabling/disabling
12419                 claws version >= 2.3.x required
12420
12421 2006-05-15 [cleroy]     2.2.0cvs16
12422
12423         * src/main.c
12424                 Revert test
12425
12426 2006-05-15 [cleroy]     2.2.0cvs15
12427
12428         * src/main.c
12429                 test
12430
12431 2006-05-15 [wwp]        2.2.0cvs14
12432
12433         * manual/pl/.cvsignore
12434                 ignore generated files.
12435
12436 2006-05-14 [wwp]        2.3.0-rc1
12437
12438         * 2.3.0-rc1 released
12439
12440 2006-05-13 [wwp]        2.2.0cvs13
12441
12442         * src/filtering.c
12443         * src/filtering.h
12444         * src/matcher.c
12445         * src/matcher_parser_lex.l
12446         * src/matcher_parser_parse.y
12447         * src/prefs_filtering.c
12448                 new feature: provide the ability to disable filtering and processing
12449                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12450                 adaptations.
12451
12452 2006-05-13 [colin]      2.2.0cvs12
12453
12454         * src/compose.c
12455                 Remove useless if (a) b; else b;
12456                 Thanks to wwp
12457
12458 2006-05-13 [wwp]        2.2.0cvs11
12459
12460         * src/export.c
12461         * src/import.c
12462         * src/mainwindow.c
12463         * src/mbox.c
12464         * src/summaryview.c
12465         * src/summaryview.h
12466                 no more silent failures (or at least less ones) when importing
12467                 or exporting from/to mbox. Also start importing/exporting if
12468                 the necessary info is set.
12469
12470 2006-05-13 [wwp]        2.2.0cvs10
12471
12472         * RELEASE_NOTES
12473                 restored up-to-date release notes.
12474
12475 2006-05-13 [paul]       2.2.0cvs9
12476
12477         * po/nl.po
12478         * po/ru.po
12479                 updated by Tim Dijkstra and Pavlo Bohmat
12480
12481 2006-05-12 [colin]      2.2.0cvs8
12482
12483         * src/gtk/quicksearch.c
12484                 Add "k" as shortcut for "colorlabel". Patch
12485                 by ath42@users.sf.net.
12486
12487 2006-05-12 [paul]       2.2.0cvs7
12488
12489         * src/prefs_common.h
12490         * src/prefs_summaries.c
12491         * src/summaryview.c
12492                 when entering a folder also allow
12493                 going directly to first Marked message
12494
12495 2006-05-12 [paul]       2.2.0cvs6
12496
12497         * src/summaryview.c
12498                 always obey 'confirm before marking all
12499                 mails read' option
12500
12501 2006-05-12 [paul]       2.2.0cvs5
12502
12503         * src/textview.c
12504                 make Sender fully clickable
12505
12506 2006-05-12 [colin]      2.2.0cvs4
12507
12508         * src/compose.c
12509         * src/compose.h
12510                 Let From be editable
12511         * src/main.c
12512         * src/mh.c
12513                 Full support of .mh_sequences' Unseen seq
12514
12515 2006-05-12 [colin]      2.2.0cvs3
12516
12517         * src/folder.c
12518         * src/mainwindow.c
12519         * src/mainwindow.h
12520         * src/messageview.c
12521         * src/prefs_spelling.c
12522         * src/procheader.c
12523         * src/procmsg.c
12524         * src/procmsg.h
12525         * src/summaryview.c
12526         * src/toolbar.c
12527         * src/toolbar.h
12528                 Add contextual menu on Compose toolbar
12529                 button. Fixes bug #944 (Automatic
12530                 addresses not applied when changing account
12531                 from compose window)
12532                 add Mailing List support
12533                 based on the old 0.6.5claws25 patch by
12534                 Melvin Hadasht, with finishing touches
12535                 by Colin
12536                 Fix "ignore thread" when mails are threaded by
12537                 subject (and weren't ignored although appearing
12538                 in the thread).
12539                 GUI rework.
12540                 Both patches by Pawel.
12541
12542 2006-05-08 [paul]       2.2.0cvs2
12543
12544         * src/mainwindow.c
12545         * src/mainwindow.h
12546         * src/messageview.c
12547         * src/procheader.c
12548         * src/procmsg.c
12549         * src/procmsg.h
12550         * src/summaryview.c
12551                 add Mailing List support
12552                 based on the old 0.6.5claws25 patch by 
12553                 Melvin Hadasht, with finishing touches
12554                 by Colin
12555
12556 2006-05-08 [colin]      2.2.0cvs1
12557
12558         * src/mainwindow.c
12559         * src/toolbar.c
12560         * src/toolbar.h
12561                 Add contextual menu on Compose toolbar 
12562                 button. Fixes bug #944 (Automatic 
12563                 addresses not applied when changing account 
12564                 from compose window)
12565
12566 2006-05-08 [paul]       2.2.0
12567
12568         2.2.0 released
12569
12570 2006-05-08 [paul]       2.1.1cvs51
12571
12572         * po/cs.po
12573         * po/de.po
12574         * po/en_GB.po
12575         * po/fi.po
12576         * po/fr.po
12577         * po/pt_BR.po
12578         * po/sr.po
12579         * po/zh_CN.po
12580                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12581                 Fabien Vantard, Frederico Goncalves Guimaraes,
12582                 Aleksandar Urosevic, and Ralgh Young
12583
12584 2006-05-12 [colin]      2.1.1cvs50
12585
12586         * po/cs.po
12587         * po/de.po
12588         * po/en_GB.po
12589         * po/es.po
12590         * po/fi.po
12591         * po/fr.po
12592         * po/pt_BR.po
12593         * po/sr.po
12594         * po/zh_CN.po
12595                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12596                 Fabien Vantard, Frederico Goncalves Guimaraes,
12597                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12598
12599 2006-05-05 [colin]      2.1.1cvs49
12600
12601         * manual/Makefile.am
12602         * manual/pl/Makefile.am
12603         * manual/pl/account.xml
12604         * manual/pl/ack.xml
12605         * manual/pl/addrbook.xml
12606         * manual/pl/advanced.xml
12607         * manual/pl/faq.xml
12608         * manual/pl/glossary.xml
12609         * manual/pl/gpl.xml
12610         * manual/pl/handling.xml
12611         * manual/pl/intro.xml
12612         * manual/pl/keyboard.xml
12613         * manual/pl/plugins.xml
12614         * manual/pl/starting.xml
12615         * manual/pl/sylpheed-claws-manual.xml
12616         * manual/pl/dist/.cvsignore
12617         * manual/pl/dist/Makefile.am
12618         * manual/pl/dist/html/.cvsignore
12619         * manual/pl/dist/html/Makefile.am
12620         * manual/pl/dist/pdf/.cvsignore
12621         * manual/pl/dist/pdf/Makefile.am
12622         * manual/pl/dist/ps/.cvsignore
12623         * manual/pl/dist/ps/Makefile.am
12624         * manual/pl/dist/txt/.cvsignore
12625         * manual/pl/dist/txt/Makefile.am
12626                 Add the polish translation of the manual,
12627                 Authored by Pawel Pekala.
12628
12629 2006-05-05 [cleroy]     2.1.1cvs48
12630
12631         * src/main.c
12632                 Re-read matcherrc after loading plugins 
12633                 if some of them add folders.
12634
12635 2006-05-03 [colin]      2.1.1cvs47
12636
12637         * src/imap.c
12638                 I'm idiot
12639
12640 2006-05-03 [colin]      2.1.1cvs46
12641
12642         * src/imap.c
12643                 Be sure to have a session when
12644                 getting separator
12645
12646 2006-05-03 [colin]      2.1.1cvs45
12647
12648         * src/imap.c
12649         * src/imap.h
12650         * src/imap_gtk.c
12651                 Fix preventing renaming with namespace 
12652                 separator.
12653
12654 2006-05-01 [colin]      2.1.1cvs44
12655
12656         * src/action.c
12657                 Don't reload messageview when result of
12658                 action is piped.
12659
12660 2006-04-29 [colin]      2.1.1cvs43
12661
12662         * src/prefs_receive.c
12663         * src/plugins/spamassassin/spamassassin_gtk.c
12664         * src/plugins/clamav/clamav_plugin_gtk.c
12665                 GUI fixes by Pawel
12666
12667 2006-04-29 [colin]      2.1.1cvs42
12668
12669         * src/prefs_compose_writing.c
12670         * src/prefs_quote.c
12671                 Cleanups. Patch by Pawel
12672
12673 2006-04-28 [paul]       2.1.1cvs41
12674
12675         * src/matcher.c
12676                 fix returned quick search results when search
12677                 term contains an underscore.
12678                 Thanks to Colin
12679
12680 2006-04-28 [paul]       2.1.1cvs40
12681
12682         * src/prefs_message.c
12683         * src/prefs_receive.c
12684                 GUI cleanups
12685                 Patches by Pawel Pekala
12686
12687 2006-04-27 [colin]      2.1.1cvs39
12688
12689         * src/wizard.c
12690                 Differentiate subject Welcome from
12691                 window's title Welcome
12692
12693 2006-04-27 [paul]
12694
12695         2.2.0-rc1 released
12696
12697 2006-04-27 [paul]       2.1.1cvs38
12698
12699         * manual/advanced.xml
12700         * manual/fr/advanced.xml
12701                 add info about compose_no_markup hidden pref
12702
12703 2006-04-27 [paul]       2.1.1cvs37
12704
12705         * src/prefs_account.c
12706                 improve privacy labels
12707         * src/prefs_msg_colors.c
12708                 change some strings for translators' convenience
12709         * src/gtk/gtkutils.c
12710                 don't underline the link button text
12711
12712 2006-04-25 [colin]      2.1.1cvs36
12713
12714         * src/folder.c
12715                 Complete 2.1.1cvs33 (once more ;)
12716
12717 2006-04-25 [colin]      2.1.1cvs35
12718
12719         * src/editldap.c
12720                 Fix tooltip
12721
12722 2006-04-25 [cleroy]     2.1.1cvs34
12723
12724         * src/compose.c
12725         * src/gtk/gtkaspell.c
12726                 Fix crash on redirect (related to the return 
12727                 of the aspell menu in compose's toolbar)
12728         * src/prefs_msg_colors.c
12729                 Fix sensitivity widgets
12730         * src/image_viewer.c
12731         * src/gtk/pluginwindow.c
12732         * src/gtk/prefswindow.c
12733                 Change released signals to clicked (Fabien)
12734         * po/POTFILES.in
12735         * src/common/socket.c
12736         * src/plugins/spamassassin/spamassassin.c
12737                 Translate strings (Fabien)
12738
12739 2006-04-25 [paul]       2.1.1cvs33
12740
12741         * src/folder.c
12742         * src/folder.h
12743         * src/folderview.c
12744                 complete the fix of bug #912
12745                 Thanks to Colin
12746
12747 2006-04-25 [colin]      2.1.1cvs32
12748
12749         * src/news.c
12750                 Better progress bar
12751         * src/mimeview.c
12752         * src/summaryview.c
12753         * src/summaryview.h
12754                 Fix focus chain
12755                 Patches by Pawel Pekala
12756
12757 2006-04-24 [colin]      2.1.1cvs31
12758
12759         * src/compose.c
12760                 Fix compilation warnings (Fabien)
12761
12762 2006-04-24 [colin]      2.1.1cvs30
12763
12764         * src/addrindex.c
12765         * src/editldap.c
12766         * src/editldap_basedn.c
12767         * src/editldap_basedn.h
12768         * src/ldapctrl.c
12769         * src/ldapctrl.h
12770         * src/ldapquery.c
12771         * src/ldaputil.c
12772         * src/ldaputil.h
12773                 Fix bug #901 (LDAPS support)
12774
12775 2006-04-24 [colin]      2.1.1cvs29
12776
12777         * src/compose.c
12778                 Fix logic on error with send dialog on
12779         * src/imap.c
12780                 Fix compilation without libetpan, thanks
12781                 to Fabien
12782         * src/summaryview.c
12783                 Fix 'context-menu' key
12784
12785 2006-04-23 [colin]      2.1.1cvs28
12786
12787         * src/folder.c
12788                 Never free current's cache to free up 
12789                 memory. Fixes bug #912 (new count 
12790                 randomly set to message count)
12791
12792 2006-04-23 [colin]      2.1.1cvs27
12793
12794         * src/gtk/quicksearch.c
12795                 And remove printf...
12796
12797 2006-04-23 [colin]      2.1.1cvs26
12798
12799         * src/gtk/quicksearch.c
12800                 Fix replacing in quicksearch, and fix inserting
12801                 in the middle of the string. (introduced at 2.1.0cvs22)
12802
12803 2006-04-23 [colin]      2.1.1cvs25
12804
12805         * src/imap.c
12806                 Make sure uidnext is initialized in get_num_list
12807                 (not for stable, related to 2.1.1cvs8 and friends)
12808
12809 2006-04-23 [colin]      2.1.1cvs24
12810
12811         * src/imap.c
12812                 Output something when login is successful
12813                 too
12814
12815 2006-04-23 [colin]      2.1.1cvs23
12816
12817         * src/etpan/imap-thread.c
12818                 Better logging (line-per-line, hide data in fetch)
12819                 Fix a const warning
12820         * src/gtk/logwindow.c
12821         * src/gtk/logwindow.h
12822                 Better logging (color for input/output)
12823
12824 2006-04-21 [colin]      2.1.1cvs22
12825
12826         * src/gtk/quicksearch.c
12827                 On gtk+-2.8, use stock buttons in quicksearch
12828                 Based on a patch by Fabien and a design by Paul
12829
12830 2006-04-21 [colin]      2.1.1cvs21
12831
12832         * src/folderview.c
12833         * src/mainwindow.c
12834                 Fix occasional flicker in folderview
12835         * src/common/utils.c
12836                 Fix bug #943 (Incorrectly parsed email address 
12837                 list in short headers on message view and in 
12838                 printouts)
12839
12840 2006-04-20 [colin]      2.1.1cvs20
12841
12842         * src/imap.c
12843         * src/imap.h
12844         * src/prefs_account.c
12845                 Add ANONYMOUS auth for IMAP
12846
12847 2006-04-20 [paul]       2.1.1cvs19
12848
12849         * src/main.c
12850                 proper fix for 2.1.1cvs18
12851                 Thanks to Colin
12852
12853 2006-04-20 [paul]       2.1.1cvs18
12854
12855         * src/main.c
12856                 fix build warnings
12857
12858 2006-04-20 [paul]       2.1.1cvs17
12859
12860         * src/gtk/quicksearch.c
12861                 fix standard, non-extended Quick search,
12862                 was broken in 2.1.1cvs15.
12863                 Thanks to Colin.
12864
12865 2006-04-20 [colin]      2.1.1cvs16
12866
12867         * src/prefs_matcher.c
12868                 Fix values when reselecting a ~test
12869                 rule
12870
12871 2006-04-19 [colin]      2.1.1cvs15
12872
12873         * src/compose.c
12874         * src/compose.h
12875         * src/gtk/gtkaspell.c
12876         * src/gtk/gtkaspell.h
12877                 Put back Options menu in Spelling/
12878         * src/gtk/quicksearch.c
12879                 Don't search, and show error, if the
12880                 advanced search has a syntax error
12881
12882 2006-04-18 [colin]      2.1.1cvs14
12883
12884         * src/textview.c
12885                 Fix gdk warnings on set_cursor when textview
12886                 isn't visible
12887
12888 2006-04-18 [colin]      2.1.1cvs13
12889
12890         * src/gtk/gtksctree.c
12891                 Remove seemingly useless refresh that causes
12892                 flicker - watch this commit in case of 
12893                 problems before planned backport to stable
12894
12895 2006-04-18 [colin]      2.1.1cvs12
12896
12897         * src/imap.c
12898                 Factorize get/set_xml code
12899         * src/compose.c
12900         * src/prefs_account.c
12901         * src/prefs_account.h
12902         * src/procmsg.c
12903                 Add Encrypt to self option
12904
12905 2006-04-17 [colin]      2.1.1cvs11
12906
12907         * configure.ac
12908                 Fix search on encrpyt function on dragonfly
12909                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12910
12911 2006-04-17 [colin]      2.1.1cvs10
12912
12913         * src/prefs_account.c
12914                 Be safe by default: remove mails from POP3
12915                 after 7 days, not immediately
12916
12917 2006-04-17 [colin]      2.1.1cvs9
12918
12919         * src/etpan/imap-thread.c
12920                 Fix build on DragonFly - patch by 
12921                 Jonathan Buschmann <jonthn@agmact.com>
12922
12923 2006-04-17 [colin]      2.1.1cvs8
12924
12925         * src/imap.c
12926                 Save uidnext between sessions
12927
12928 2006-04-17 [colin]      2.1.1cvs7
12929
12930         * src/imap.c
12931                 scan is required when uid validity changes
12932
12933 2006-04-17 [colin]      2.1.1cvs6
12934
12935         * src/folderview.c
12936                 Don't scan if not necessary, apart in current
12937                 folder and INBOX to fetch flags.
12938         * src/imap.c
12939                 Scan is necessary if unread count changes
12940
12941 2006-04-17 [colin]      2.1.1cvs5
12942
12943         * src/imap.c
12944                 ...But always fetch ANSWERED and DELETED flags for
12945                 INBOX, as filtering can happen on these flags.
12946
12947 2006-04-17 [colin]      2.1.1cvs4
12948
12949         * src/imap.c
12950                 Don't fetch REPLIED and DELETED flags when synchronising
12951                 flags with a closed folder. We only need UNSEEN and FLAGGED
12952                 to update the folderview.
12953
12954 2006-04-17 [colin]      2.1.1cvs3
12955
12956         * src/imap.c
12957                 Faster flag search when there are new mails 
12958                 in a folder. We can do a full search if the 
12959                 folder contains less messages than the new
12960                 list.
12961
12962 2006-04-17 [colin]      2.1.1cvs2
12963
12964         * po/cs.po
12965         * po/de.po
12966         * po/fr.po
12967         * po/nl.po
12968         * po/pt_BR.po
12969                 Update translations from stable branch
12970
12971 2006-04-17 [colin]      2.1.1cvs1
12972
12973         * configure.ac
12974                 Bump version to follow stable release
12975
12976 2006-04-16 [mones]      2.1.0cvs50
12977
12978         * po/es.po
12979                 Updated for release
12980
12981 2006-04-16 [colin]      2.1.0cvs49
12982
12983         * src/textview.c
12984                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12985                 with gtk < 2.8. Thanks to Fabien Vantard.
12986
12987 2006-04-15 [colin]      2.1.0cvs48
12988
12989         * src/etpan/imap-thread.c
12990                 Fix bug #919 (libetpan: SEGV when connecting 
12991                 using command)
12992
12993 2006-04-14 [colin]      2.1.0cvs47
12994
12995         * src/main.c
12996                 Fix race on --select (should be done better)
12997
12998 2006-04-14 [wwp]        2.1.0cvs46
12999
13000         * src/send_message.c
13001                 enforce a check for domain in account prefs (a sending
13002                 error could be faced if domain was checked but no value set),
13003                 thanks to Colin.
13004
13005 2006-04-14 [colin]      2.1.0cvs45
13006
13007         * src/codeconv.c
13008                 when converting from unknown to unknown, if the
13009                 string is UTF8, don't convert it to the locale
13010                 (which breaks it)
13011
13012 2006-04-14 [colin]      2.1.0cvs44
13013
13014         * src/compose.c
13015                 Don't try to use ASCII for converting headers
13016                 (as done in body)
13017
13018 2006-04-14 [paul]       2.1.0cvs43
13019
13020         * src/crash.c
13021                 add locale/charset info to crash report
13022         * src/gtk/about.c
13023                 add wwp to doc team
13024                 replace 'e-mail' with preferred 'email'
13025         * src/gtk/authors.h
13026                 ensure contributors list is in alphabetical
13027                 order
13028
13029 2006-04-13 [colin]      2.1.0cvs42
13030
13031         * src/textview.c
13032                 Prevent gdk warnings
13033
13034 2006-04-13 [colin]      2.1.0cvs41
13035
13036         * src/common/ssl_certificate.c
13037         * src/common/ssl_certificate.h
13038         * src/gtk/sslcertwindow.c
13039                 Warn on expired certs, and display the expiration date
13040
13041 2006-04-13 [colin]      2.1.0cvs40
13042
13043         * src/plugins/spamassassin/spamassassin_gtk.c
13044                 Fix missing set_text on unix socket
13045
13046 2006-04-13 [wwp]        2.1.0cvs39
13047
13048         * manual/fr/advanced.xml
13049         * manual/fr/glossary.xml
13050                 applied new spam/ham/email lexicon (pourriel, courriel)
13051
13052 2006-04-13 [paul]       2.1.0cvs38
13053
13054         * src/plugins/pgpmime/plugin.c
13055                 remove the mention of S/MIME from the
13056                 description. This is now handled by the
13057                 S/MIME plugin.
13058
13059 2006-04-13 [paul]       2.1.0cvs37
13060
13061         * src/prefs_msg_colors.c
13062                 rework dialog
13063         * src/prefs_folder_item.c
13064         * src/prefs_spelling.c
13065                 add a tooltip to the colour selector buttons
13066
13067 2006-04-13 [wwp]        2.1.0cvs36
13068
13069         * manual/advanced.xml
13070         * manual/glossary.xml
13071         * manual/handling.xml
13072         * manual/keyboard.xml
13073         * manual/plugins.xml
13074         * manual/starting.xml
13075         * manual/fr/account.xml
13076         * manual/fr/ack.xml
13077         * manual/fr/addrbook.xml
13078         * manual/fr/advanced.xml
13079         * manual/fr/faq.xml
13080         * manual/fr/glossary.xml
13081         * manual/fr/gpl.xml
13082         * manual/fr/handling.xml
13083         * manual/fr/intro.xml
13084         * manual/fr/keyboard.xml
13085         * manual/fr/plugins.xml
13086         * manual/fr/starting.xml
13087         * manual/fr/sylpheed-claws-manual.xml
13088                 fixes to the manuals:
13089                  - summaryview -> Message List (same in French)
13090                  - translate key names
13091                  - fix French punctuation, use non-breakable spaces when
13092                    necessary, don't use &thinsp; which is not portable
13093                  - tell what maildir and mbox formats we support
13094
13095 2006-04-12 [wwp]        2.1.0cvs35
13096
13097         * src/prefs_toolbar.c
13098                 unified a replace button more,
13099                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13100
13101 2006-04-12 [wwp]        2.1.0cvs34
13102
13103         * src/prefs_common.c
13104         * src/prefs_msg_colors.c
13105                 make default color labels translatable,
13106                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13107                 thanks to Tim <timbrain@post.cz> for reporting.
13108
13109 2006-04-12 [wwp]        2.1.0cvs33
13110
13111         * manual/glossary.xml
13112         * manual/intro.xml
13113         * manual/plugins.xml
13114         * manual/starting.xml
13115         * manual/sylpheed-claws-manual.xml
13116         * manual/fr/.cvsignore
13117         * manual/fr/account.xml
13118         * manual/fr/ack.xml
13119         * manual/fr/addrbook.xml
13120         * manual/fr/advanced.xml
13121         * manual/fr/faq.xml
13122         * manual/fr/glossary.xml
13123         * manual/fr/handling.xml
13124         * manual/fr/intro.xml
13125         * manual/fr/keyboard.xml
13126         * manual/fr/plugins.xml
13127         * manual/fr/starting.xml
13128         * manual/fr/sylpheed-claws-manual.xml
13129                 various fixes: typos, missing .fr translations, punctuation,
13130                 capitalization, links, accents and some bad French more.
13131
13132 2006-04-12 [wwp]        2.1.0cvs32
13133
13134         * src/prefs_gtk.c
13135                 fix for bug #935: always store prefs files in UTF-8 (thanks
13136                 to Colin).
13137
13138 2006-04-11 [colin]      2.1.0cvs31
13139
13140         * src/compose.c
13141                 Fix inserting files not in utf8 when locale is utf8
13142
13143 2006-04-11 [colin]      2.1.0cvs30
13144
13145         * src/inc.c
13146                 Don't show error dialog when cancelling connection
13147                 Patch by Pawel
13148
13149 2006-04-11 [cleroy]     2.1.0cvs29
13150
13151         * src/compose.c
13152                 Implement multiple quote levels
13153         * src/prefs_common.c
13154                 Change a little bit the quote bgcolor for 2nd level
13155
13156 2006-04-11 [colin]      2.1.0cvs28
13157
13158         * src/gtk/about.c
13159                 Add locale and charset in the label
13160
13161 2006-04-10 [colin]      2.1.0cvs27
13162
13163         * src/compose.c
13164         * src/prefs_common.c
13165         * src/prefs_common.h
13166         * src/prefs_msg_colors.c
13167         * src/textview.c
13168                 Allow optional background color in quotes
13169                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13170                 GTK+-2.8.x feature
13171
13172 2006-04-10 [colin]      2.1.0cvs26
13173
13174         * src/main.c
13175         * src/mainwindow.c
13176         * src/mainwindow.h
13177                 Implement --select
13178
13179 2006-04-10 [colin]      2.1.0cvs25
13180
13181         * manual/plugins.xml
13182         * manual/fr/plugins.xml
13183                 Document libcurl's proxy variables
13184
13185 2006-04-09 [colin]      2.1.0cvs24
13186
13187         * src/prefs_common.c
13188                 gettext() returns statically allocated stuff. We have
13189                 to strdup it in order to be able to free it.
13190
13191 2006-04-09 [colin]      2.1.0cvs23
13192
13193         * AUTHORS
13194         * src/gtk/authors.h
13195                 Add Alexei
13196
13197 2006-04-09 [colin]      2.1.0cvs22
13198
13199         * src/mainwindow.c
13200         * src/gtk/quicksearch.c
13201                 Fix bug #859 (problems with cyrilic input in 
13202                 search panel) - Patch by Alexey Illarionov 
13203                 <littlesavage@rambler.ru>
13204
13205 2006-04-09 [colin]      2.1.0cvs21
13206
13207         * src/prefs_customheader.c
13208                 I prefer removing then freeing rather than the contrary
13209                 (even if it doesn't change anything ;-)
13210         * src/prefs_account.c
13211                 Fix bug #933 (Crash re-entering the custom headers list 
13212                 dialog in accounts prefs)
13213                 The problem happened when cancelling the Account 
13214                 Preferences' dialogs - in which case we didn't do 
13215                 anything to the PrefsAccount * struct. In case of applying,
13216                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13217                 working with in this dialog. The problem is that 
13218                 prefs_customheader.c, working on this tmp_ac_prefs, always
13219                 changes the ->customhdr_list pointer, even when cancelled. 
13220                 So in case of cancelling the prefs_account dialog, we still
13221                 have to update ->customhdr_list in the real account.
13222
13223 2006-04-08 [colin]      2.1.0cvs20
13224
13225         * manual/fr/glossary.xml
13226         * manual/fr/keyboard.xml
13227                 Forgot some headers :)
13228
13229 2006-04-08 [colin]      2.1.0cvs19
13230
13231         * manual/Makefile.am
13232         * manual/fr/Makefile.am
13233         * manual/fr/account.xml
13234         * manual/fr/ack.xml
13235         * manual/fr/addrbook.xml
13236         * manual/fr/advanced.xml
13237         * manual/fr/faq.xml
13238         * manual/fr/glossary.xml
13239         * manual/fr/gpl.xml
13240         * manual/fr/handling.xml
13241         * manual/fr/intro.xml
13242         * manual/fr/keyboard.xml
13243         * manual/fr/plugins.xml
13244         * manual/fr/starting.xml
13245         * manual/fr/sylpheed-claws-manual.xml
13246         * manual/fr/dist/.cvsignore
13247         * manual/fr/dist/Makefile.am
13248         * manual/fr/dist/html/.cvsignore
13249         * manual/fr/dist/html/Makefile.am
13250         * manual/fr/dist/pdf/.cvsignore
13251         * manual/fr/dist/pdf/Makefile.am
13252         * manual/fr/dist/ps/.cvsignore
13253         * manual/fr/dist/ps/Makefile.am
13254         * manual/fr/dist/txt/.cvsignore
13255         * manual/fr/dist/txt/Makefile.am
13256                 Add the french translation of the manual. Thanks to
13257                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13258                 account.xml, ack.xml, addrbook.xml and advanced.xml
13259
13260 2006-04-08 [colin]      2.1.0cvs18
13261
13262         * manual/plugins.xml
13263         * manual/starting.xml
13264                 More fixes
13265
13266 2006-04-07 [colin]      2.1.0cvs17
13267
13268         * manual/faq.xml
13269         * manual/intro.xml
13270         * manual/keyboard.xml
13271                 Little fixes
13272
13273 2006-04-07 [colin]      2.1.0cvs16
13274
13275         * README
13276         * src/compose.c
13277         * src/prefs_common.c
13278         * src/prefs_common.h
13279                 Add hidden compose_no_markup pref
13280
13281 2006-04-07 [wwp]        2.1.0cvs15
13282
13283         * src/summary_search.c
13284         * .cvsignore
13285                 Bugfix: stop button was sticky when searching in an empty folder.
13286                 Applied curly brackets code style to the whole file (summary_search.c).
13287                 More files to ignore.
13288
13289 2006-04-07 [wwp]        2.1.0cvs14
13290
13291         * src/message_search.c
13292         * src/summary_search.c
13293                 changed default button when search bumps at file/folder
13294                 beginning or end, for convenience (thanks to Colin).
13295
13296 2006-04-07 [paul]       2.1.0cvs13
13297
13298         * src/plugins/dillo_viewer/dillo_prefs.c
13299                 avoid future potential for namespace collision
13300                 Patch by Colin
13301
13302 2006-04-06 [wwp]        2.1.0cvs12
13303
13304         * src/summary_search.c
13305                 Unify extended/advanced searches names (and thus factorize labels),
13306                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13307
13308 2006-04-06 [wwp]        2.1.0cvs11
13309
13310         * src/folderview.c
13311         * src/prefs_themes.c
13312         * src/summaryview.c
13313                 Fixed some compilation warnings.
13314
13315 2006-04-06 [colin]      2.1.0cvs10
13316
13317         * manual/advanced.xml
13318                 Document the wizard template and how to deploy
13319                 Sylpheed-Claws effectively
13320
13321 2006-04-06 [colin]      2.1.0cvs9
13322
13323         * src/folderview.c
13324                 gettext patch to tell translators about _("#"),
13325                 by Maxim Britov
13326
13327 2006-04-06 [colin]      2.1.0cvs8
13328
13329         * src/textview.c
13330                 Fix invalid GtkTextBIter after clicking "Display as text"
13331
13332 2006-04-06 [mones]      2.1.0cvs7
13333
13334         * src/addr_compl.c
13335         * src/addrindex.c
13336         * src/addritem.c
13337         * src/codeconv.c
13338         * src/compose.c
13339         * src/filtering.c
13340         * src/folder.c
13341         * src/folder_item_prefs.c
13342         * src/folderview.c
13343         * src/localfolder.c
13344         * src/matcher.c
13345         * src/mimeview.c
13346         * src/prefs_msg_colors.c
13347         * src/prefs_spelling.c
13348         * src/prefs_themes.c
13349         * src/procmime.c
13350         * src/procmsg.c
13351         * src/stock_pixmap.c
13352         * src/summaryview.c
13353         * src/textview.c
13354         * src/toolbar.c
13355         * src/common/mgutils.c
13356         * src/common/prefs.c
13357         * src/common/ssl_certificate.c
13358         * src/gtk/colorlabel.c
13359         * src/gtk/quicksearch.c
13360         * src/plugins/pgpmime/pgpmime.c
13361         * src/plugins/spamassassin/spamassassin.c
13362                 Removed redundant NULL checks for g_free() calls.
13363                 Patch by Pawel Pekala.
13364
13365 2006-04-06 [mones]      2.1.0cvs6
13366
13367         * src/prefs_actions.c
13368         * src/prefs_filtering.c
13369         * src/prefs_filtering_action.c
13370         * src/prefs_matcher.c
13371         * src/prefs_template.c
13372         * src/gtk/gtkutils.c
13373         * src/gtk/gtkutils.h
13374                 Have a nice replace button. Patch by Pawel Pekala
13375
13376 2006-04-06 [colin]      2.1.0cvs5
13377
13378         * src/addressbook.c
13379                 Fix crash with empty columns
13380
13381 2006-04-05 [colin]      2.1.0cvs4
13382
13383         * src/wizard.c
13384         * src/prefs_gtk.c
13385                 Allow wizard customization with pre-filled values
13386
13387 2006-04-05 [colin]      2.1.0cvs3
13388
13389         * src/textview.c
13390         * src/mimeview.c
13391         * src/mimeview.h
13392                 Nicer messages in mimeview
13393
13394 2006-04-05 [colin]      2.1.0cvs2
13395
13396         * src/addressbook.c
13397         * src/prefs_summaries.c
13398                 i18n fix
13399
13400 2006-04-05 [colin]      2.1.0cvs1
13401
13402         * src/plugins/pgpcore/plugin.c
13403         * src/plugins/pgpcore/select-keys.c
13404         * src/plugins/pgpcore/select-keys.h
13405         * src/plugins/pgpcore/sgpgme.c
13406         * src/plugins/pgpcore/sgpgme.h
13407         * src/plugins/pgpinline/pgpinline.c
13408         * src/plugins/pgpinline/plugin.c
13409         * src/plugins/pgpmime/pgpmime.c
13410         * src/plugins/pgpmime/plugin.c
13411                 Factorize and generalize a bit 
13412                 Drop S/MIME signature verification from PGP/MIME
13413                 (adding it as another, more complete plugin)
13414
13415 2006-04-05 [paul]       2.1.0
13416
13417         2.1.0 released
13418
13419 2006-04-05 [paul]       2.0.0cvs186
13420
13421         * manual/advanced.xml
13422                 add info on colour labels
13423
13424 2006-04-05 [paul]       2.0.0cvs185
13425
13426         * po/bg.po
13427         * po/cs.po
13428         * po/de.po
13429         * po/el.po
13430         * po/en_GB.po
13431         * po/fi.po
13432         * po/fr.po
13433         * po/it.po
13434         * po/nl.po
13435         * po/pl.po
13436         * po/pt_BR.po
13437         * po/sr.po
13438         * po/zh_CN.po
13439                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13440                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13441                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13442                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13443         * src/gtk/authors.h
13444         * tools/claws.i18n.status.pl
13445                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13446                 and new Czech translator, Tim <timbrain@post.cz>
13447
13448 2006-04-05 [mones]      2.0.0cvs184
13449
13450         * po/es.po
13451                 Updated translation
13452
13453 2006-04-05 [colin]      2.0.0cvs183
13454
13455         * src/gtk/quicksearch.c
13456                 Fix bug #929 (unnecessary reload in quick search bar)
13457
13458 2006-04-05 [colin]      2.0.0cvs182
13459
13460         * src/compose.c
13461                 Fix crash on Reply with no From:
13462                 Show signature and conversion error on queuing 
13463                 (but not sending)
13464         * src/mainwindow.c
13465         * src/summaryview.c
13466         * src/summaryview.h
13467                 Factorize threading code and make sure msginfo 
13468                 is not null when it comes from a GtkCTreeRow's 
13469                 data
13470         * src/gtk/gtkaspell.c
13471                 Check for necessary things
13472         * src/gtk/gtksctree.c
13473         * src/gtk/gtksctree.h
13474                 Reset anchor if necessary when removing node
13475
13476 2006-03-29 [colin]      2.0.0cvs181
13477
13478         * src/folderview.c
13479                 Warn for disabled IMAP accounts (due to lack of
13480                 libetpan). Breaks string-freeze - sorry - but it
13481                 is kind of important ;)
13482
13483 2006-03-28 [colin]      2.0.0cvs180
13484
13485         * src/gtk/gtkutils.c
13486         * src/gtk/gtkutils.h
13487                 Add a gtkut_get_link_btn() function that
13488                 creates a button which acts like an URI
13489         * src/prefs_themes.c
13490         * src/gtk/about.c
13491                 Use this function (factorizes codes)
13492         * src/common/defs.h
13493         * src/gtk/pluginwindow.c
13494                 Add a "Get more..." in the plugins window
13495
13496 2006-03-28 [colin]      2.0.0cvs179
13497
13498         * src/common/smtp.c
13499         * src/common/passcrypt.c
13500         * src/undo.c
13501                 Warning fixes. Patch by Pawel Pekala
13502
13503 2006-03-27 [colin]      2.0.0cvs178
13504
13505         * src/undo.c
13506                 Fix undoing by blocks with spaces
13507
13508 2006-03-27 [colin]      2.0.0cvs177
13509
13510         * src/textview.c
13511                 Set margin to 3px for headers
13512
13513 2006-03-27 [paul]
13514
13515         2.1.0-rc2 released
13516
13517 2006-03-27 [wwp]        2.0.0cvs176
13518
13519         * src/summaryview.c
13520                 don't reset quicksearch when updating the message list.
13521                 Thanks to Colin.
13522
13523 2006-03-26 [wwp]        2.0.0cvs175
13524
13525         * src/compose.c
13526                 use a unified border width ('other' tab in the compose window,
13527                 patch by Pawel Pekala).
13528
13529
13530 2006-03-26 [wwp]        2.0.0cvs174
13531
13532         * src/common/quoted-printable.c
13533         * src/addressbook.c
13534                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13535
13536 2006-03-26 [colin]      2.0.0cvs173
13537
13538         * src/quote_fmt_parse.y
13539                 Fix non-UTF8 date formats messing up the whole quote a 
13540                 little bit
13541
13542 2006-03-26 [colin]      2.0.0cvs172
13543
13544         * src/procheader.c
13545                 Make sure the date is UTF8 valid, or try to make it
13546                 so. IncrediMail is really IncrediStupid.
13547         * src/compose.c
13548                 Fix possible conversions. 
13549                 
13550
13551 2006-03-26 [colin]      2.0.0cvs171
13552
13553         * src/matcher.c
13554                 Fix corner cases in body search. This is still a
13555                 hack... It seems impossible to make it good and 
13556                 reasonably fast at the same time.
13557
13558 2006-03-26 [colin]      2.0.0cvs170
13559
13560         * src/summaryview.c
13561                 I think I killed the twilight zone bug!
13562                 summary_select_node() flushes GTK events in order
13563                 to be able to center the view. But this also 
13564                 flushes keypresses like Ctrl-Alt-U, so this can
13565                 call summary_show from summary_select_node (itself
13566                 called from summary_show, etc.). And the summaryview
13567                 has to be unlocked in this function. So just locking
13568                 while processing GTK events, and bailing if locked, 
13569                 should fix it.
13570                 Fixes bug #927 (SIGSEGV during Update Summary)
13571
13572 2006-03-25 [colin]      2.0.0cvs169
13573
13574         * src/matcher.c
13575                 Fix search in QP-encoded bodies
13576                 Fix utf-8 searches in bodies encoded in the
13577                 locale's encoding
13578         * src/common/quoted-printable.c
13579         * src/common/quoted-printable.h
13580                 Add a decode function that doesn't overwrite
13581                 the original pointer
13582                 
13583
13584 2006-03-24 [colin]      2.0.0cvs168
13585
13586         * src/action.c
13587         * src/summaryview.c
13588         * src/summaryview.h
13589                 Update message cache after action
13590                 Patch by H. Merijn Brand
13591         * src/prefs_msg_colors.c
13592                 Factorize label 
13593                 Patch by Fabien Vantard
13594         * src/plugins/spamassassin/spamassassin_gtk.c
13595                 Remove useless translation
13596                 Patch by Fabien Vantard
13597
13598 2006-03-23 [colin]      2.0.0cvs167
13599
13600         * src/common/ssl.c
13601                 Let 30 seconds to SSL_connect
13602
13603 2006-03-23 [wwp]        2.0.0cvs166
13604
13605         * src/summaryview.c
13606         * src/gtk/description_window.c
13607                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13608                 and headers are translated; adjust description windows' width to fit their
13609                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13610
13611 2006-03-23 [paul]       2.0.0cvs165
13612
13613         * src/common/utils.c
13614                 fix highlighting of URIs containing "()"
13615                 (2.0.0cvs164's reversal fixed)
13616                 Thanks to Colin.
13617
13618 2006-03-23 [paul]       2.0.0cvs164
13619
13620         * src/common/utils.c
13621                 revert patch, (postponing a fix), at 2.0.0cvs120
13622                 as it breaks more URIs than it fixes.
13623                 Allow '-' to be a terminating character in a URI
13624
13625 2006-03-22 [colin]      2.0.0cvs163
13626
13627         * configure.ac
13628                 Require libetpan 0.45
13629                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13630
13631 2006-03-22 [paul]       2.0.0cvs162
13632
13633         * src/editgroup.c
13634                 replace '<-' and '->' buttons with GTK_STOCK graphical
13635                 buttons
13636         * src/summary_search.c
13637                 don't offer '...' for translation
13638                 add a tooltip to advanced search '...' button
13639         * src/gtk/quicksearch.c
13640                 don't offer '...' for translation
13641
13642 2006-03-21 [colin]      2.0.0cvs161
13643
13644         * src/compose.c
13645                 Fix middle-click pasting (insert at click
13646                 position instead of cursor position, don't
13647                 remove existing selection and allow pasting
13648                 our own selection)
13649         * src/addressbook.c
13650                 "LDAP Server" -> "LDAP servers"
13651
13652 2006-03-21 [wwp]        2.0.0cvs160
13653
13654         * src/etpan/imap-thread.c
13655                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13656
13657 2006-03-20 [colin]      2.0.0cvs159
13658
13659         * src/summaryview.c
13660                 Don't reload summaryview after an execute with no
13661                 move action
13662
13663 2006-03-19 [colin]      2.0.0cvs158
13664
13665         * src/addressbook.c
13666                 and put groups at the top, always
13667
13668 2006-03-19 [colin]      2.0.0cvs157
13669
13670         * src/addressbook.c
13671                 Order groups before names, as previously
13672
13673 2006-03-19 [colin]      2.0.0cvs156
13674
13675         * src/addressbook.c
13676                 - Sort case-unsensitive
13677                 - Put the sort arrow at opening too
13678
13679 2006-03-19 [wwp]        2.0.0cvs155
13680
13681         * src/addressbook.c
13682                 allow sorting by name/email/remarks, ensure that right-pane's contents
13683                 matches the left-pane selection (cleared when appropriate).
13684                 Patch by Pawel Pekala <c0rn@o2.pl>.
13685
13686 2006-03-18 [colin]      2.0.0cvs154
13687
13688         * src/textview.c
13689                 Fix text cursor ;)
13690
13691 2006-03-18 [colin]      2.0.0cvs153
13692
13693         * src/gtk/filesel.c
13694                 Make sure we hide the preview if we didn't get
13695                 a filename
13696
13697 2006-03-18 [colin]      2.0.0cvs152
13698
13699         * src/summaryview.c
13700                 Set cursor to watch for execution (fixes lack
13701                 of watch-cursor when dnd'ing hundreds of mails)
13702         * src/gtk/filesel.c
13703                 Check that mime type is 'image/*' before updating
13704                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13705
13706 2006-03-18 [colin]      2.0.0cvs151
13707
13708         * src/mainwindow.c
13709         * src/textview.c
13710         * src/textview.h
13711                 Put a watch cursor in textview too when the mainwindow's
13712                 cursor in a watch
13713
13714 2006-03-18 [colin]      2.0.0cvs150
13715
13716         * src/folder.c
13717                 Change wrong asserts to simple tests
13718
13719 2006-03-17 [colin]      2.0.0cvs149
13720
13721         * src/mainwindow.c
13722         * src/mainwindow.h
13723         * src/prefs_msg_colors.c
13724         * src/summaryview.c
13725         * src/summaryview.h
13726         * src/gtk/colorlabel.c
13727         * src/gtk/colorlabel.h
13728                 Add a color label menu in the main menubar
13729                 Add (fixed) accels Ctrl-{0-7} to change the color
13730                 They have to be fixed because the menu's dynamic,
13731                 the items are complex widgets, hence we can't use
13732                 a GtkItemFactory.
13733
13734
13735 2006-03-17 [wwp]        2.0.0cvs148
13736
13737         * src/compose.c
13738                 rollback few lines from my previous commit (those lines come from
13739                 a pending patch, accidentally commited, even if neutral as they are
13740                 commented out).
13741
13742 2006-03-17 [wwp]        2.0.0cvs147
13743
13744         * src/compose.c
13745                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13746                 applied code style/indentation to the modified function.
13747
13748 2006-03-17 [wwp]        2.0.0cvs146
13749
13750         * src/procmsg.c
13751         * src/compose.c
13752                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13753
13754 2006-03-17 [paul]
13755
13756         2.1.0-rc1 released
13757
13758 2006-03-17 [paul]       2.0.0cvs145
13759
13760         * src/main.c
13761                 addressbook_read_file() was called twice
13762         * src/textview.c
13763                 X-Mailer highlighting
13764
13765 2006-03-16 [colin]      2.0.0cvs144
13766
13767         * src/sourcewindow.c
13768         * src/sourcewindow.h
13769                 And the last one, in source window.
13770
13771 2006-03-16 [colin]      2.0.0cvs143
13772
13773         * src/compose.c
13774         * src/compose.h
13775                 Fix the same stuff in compose
13776
13777 2006-03-16 [colin]      2.0.0cvs142
13778
13779         * src/messageview.c
13780                 Complete the previous messageview crash fix
13781
13782 2006-03-16 [colin]      2.0.0cvs141
13783
13784         * src/procmsg.h
13785         * src/procmsg.c
13786         * src/folder.c
13787                 Fix POSTPROCESSING hook
13788                 Patch by H. Merijn Brand
13789
13790         * src/procmime.c
13791         * src/procmime.h
13792                 Parse Content-Location
13793
13794         * src/toolbar.c
13795         * src/messageview.c
13796         * src/messageview.h
13797                 Don't crash when a top-level MessageView has
13798                 been closed on us. Same problematic than
13799                 yesterday's quicksearch issue.
13800
13801 2006-03-15 [colin]      2.0.0cvs140
13802
13803         * src/gtk/quicksearch.c
13804                 Fix a bitchy race we didn't think about when we
13805                 added quicksearch cancellation:
13806                 If the search is not on cached fields, for example
13807                 body_part matchcase "stuff"
13808                 the matcher code has to get the whole message. If
13809                 we're on IMAP, that can be slow, and in order to
13810                 be non-blocking, the IMAP code idle loop processes
13811                 gtk events too. So it is possible to cancel a
13812                 quicksearch while the matcher is getting the mail's
13813                 body. After matcher got its body, it will start to
13814                 iterate over the matcher list that the Quicksearch's
13815                 clear_search_cb() just freed via prepare_matcher().
13816                 SIGSEGV ensues.
13817                 The fix consists of guarding the matcherlist_match()
13818                 call with a boolean 'matching'. If we reset the
13819                 quicksearch while matching is TRUE, we don't free
13820                 the matcherlist anymore like we did, but we set
13821                 another new flag, deferred_free, to TRUE. Then,
13822                 in quicksearch_match(), just after returning from
13823                 matcherlist_match() and unsetting the matching flag,
13824                 we check the deferred_free flag and do the
13825                 prepare_matcher() (which does the matcherlist_free)
13826                 for real, so we free the matcherlist once it's not
13827                 used anymore.
13828                 As all of this runs via the glib main loop, we
13829                 luckily don't need a mutex.
13830         * src/summaryview.c
13831                 Also, show progress while searching.
13832
13833
13834 2006-03-14 [colin]      2.0.0cvs139
13835
13836         * src/alertpanel.c
13837                 Make alertpanel_is_open non-static
13838
13839 2006-03-14 [colin]      2.0.0cvs138
13840
13841         * src/prefs_spelling.c
13842                 Cleanups - Fabien Vantard
13843
13844 2006-03-14 [wwp]        2.0.0cvs137
13845
13846         * src/main.c
13847                 code style normalization (curly braces, indentation).
13848
13849 2006-03-14 [wwp]        2.0.0cvs137
13850
13851         * src/main.c
13852                 code style (braces, indentation)
13853
13854 2006-03-12 [paul]       2.0.0cvs136
13855
13856         * src/prefs_common.c
13857                 trans_hdr defaults to FALSE to be RFC-savvy
13858         * src/prefs_summaries.c
13859                 add a tooltip to the trans_hdr option
13860                 
13861
13862 2006-03-12 [paul]       2.0.0cvs135
13863
13864         * src/prefs_matcher.c
13865                 give a little more width to the combos
13866         * src/prefs_display_header.c
13867         * src/textview.c
13868                 translate headers if prefs_common.trans_hdr
13869                 is TRUE
13870
13871         Patches by Pawel Pekala
13872
13873 2006-03-12 [paul]       2.0.0cvs134
13874
13875         * src/plugins/clamav/clamav_plugin.c
13876         * src/plugins/dillo_viewer/dillo_viewer.c
13877         * src/plugins/pgpcore/plugin.c
13878         * src/plugins/pgpinline/plugin.c
13879         * src/plugins/pgpmime/plugin.c
13880         * src/plugins/spamassassin/spamassassin.c
13881                 update/add to descriptions
13882         * src/plugins/spamassassin/spamassassin_gtk.c
13883                 fixes to the english, remove superfluous
13884                 tooltips, clean up a little
13885
13886 2006-03-12 [paul]       2.0.0cvs133
13887
13888         * src/compose.c
13889                 fix Bug 924, 'Account combo box shows up wrong 
13890                 if & is in account name'
13891
13892 2006-03-11 [colin]      2.0.0cvs132
13893
13894         * src/summaryview.c
13895                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13896                 messed up shift-selection because is slows down
13897                 moving around summaryview. thanks -users
13898
13899 2006-03-10 [colin]      2.0.0cvs131
13900
13901         * src/plugins/spamassassin/spamassassin_gtk.c
13902                 Put back Paul's engrish fixes
13903
13904 2006-03-10 [colin]      2.0.0cvs130
13905
13906         * src/plugins/spamassassin/spamassassin.c
13907         * src/plugins/spamassassin/spamassassin.h
13908         * src/plugins/spamassassin/spamassassin_gtk.c
13909                 Cleanup SA prefs page (more)
13910                 Patch by Fabien Vantard
13911
13912 2006-03-10 [paul]       2.0.0cvs129
13913
13914         * src/prefs_msg_colors.c
13915         * src/prefs_spelling.c
13916                 widget sensitivity
13917
13918 2006-03-09 [mones]      2.0.0cvs128
13919
13920         * po/es.po
13921                 Update for next RC
13922
13923 2006-03-09 [wwp]        2.0.0cvs127
13924
13925         * configure.ac
13926                 revert accidental commit (requirement for libetpan 0.43), this time
13927                 not in HEAD.
13928
13929 2006-03-09 [wwp]        2.0.0cvs125
13930
13931         * configure.ac
13932                 revert accidental commit (requirement for libetpan 0.43)
13933
13934 2006-03-09 [paul]       2.0.0cvs126
13935
13936         * src/prefs_receive.c
13937                 remove useless frame
13938                 replace 'incorporation' with 'receiving'
13939         * src/plugins/clamav/clamav_plugin_gtk.c
13940         * src/plugins/spamassassin/spamassassin_gtk.c
13941                 improve widget sensitivity
13942                 fix a bit his engrish
13943
13944 2006-03-09 [wwp]        2.0.0cvs125
13945
13946         * src/addressadd.c
13947         * src/foldersel.c
13948         * src/prefs_common.c
13949         * src/prefs_common.h
13950                 remember some more windows' sizes (add to addressbook and
13951                 select folder).
13952
13953 2006-03-09 [paul]       2.0.0cvs124
13954
13955         * src/plugins/pgpcore/prefs_gpg.c
13956                 normalise construction of dialogue
13957
13958 2006-03-09 [paul]       2.0.0cvs123
13959
13960         * src/plugins/trayicon/Makefile.am
13961                 add missing slash
13962
13963 2006-03-08 [colin]      2.0.0cvs122
13964
13965         * src/plugins/trayicon/Makefile.am
13966                 Fix build in separate dir 
13967                 Patch by Bamanzi <bamanzi@gmail.com>
13968
13969 2006-03-08 [colin]      2.0.0cvs121
13970
13971         * src/procmsg.c
13972                 Batch move and copies from summaryview with delayed execution
13973                 too
13974
13975 2006-03-07 [paul]       2.0.0cvs120
13976
13977         * src/common/utils.c
13978                 fix highlighting of URIs containing "()"
13979                 Patch by Pawel Pekala
13980
13981 2006-03-07 [paul]       2.0.0cvs119
13982
13983         * src/folder.c
13984         * src/folder.h
13985         * src/folderview.c
13986                 immediately do alphabetical resort when
13987                 changing a folder's name
13988                 Patch by Pawel Pekala
13989
13990 2006-03-07 [paul]       2.0.0cvs118
13991
13992         * src/news.c
13993         * src/news_gtk.c
13994                 when unsubscribing a newsgroup, remove the
13995                 folder and msgs in .sylpheed-claws/newscache
13996                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13997
13998 2006-03-07 [paul]       2.0.0cvs117
13999
14000         * src/textview.c
14001                 fix wrong Fake URL Warning
14002                 Thanks to Hiro
14003
14004 2006-03-07 [colin]      2.0.0cvs116
14005
14006         * src/imap.c
14007                 Return immediately when password dialog was
14008                 cancelled
14009         * src/gtk/inputdialog.c
14010                 Allow empty strings for passwords
14011
14012
14013 2006-03-06 [colin]      2.0.0cvs115
14014
14015         * src/imap.c
14016                 Prevent double-timeouts when connection fails
14017
14018 2006-03-06 [colin]
14019
14020         2.0.1-rc1 released
14021
14022 2006-03-06 [colin]      2.0.0cvs114
14023
14024         * src/imap.c
14025                 Refresh session during potentially long
14026                 operations
14027
14028 2006-03-06 [wwp]        2.0.0cvs113
14029
14030         * src/prefs_msg_colors.h
14031                 forgot that one (custom color labels).
14032
14033 2006-03-06 [wwp]        2.0.0cvs112
14034
14035         * src/prefs_common.c
14036         * src/prefs_common.h
14037         * src/prefs_msg_colors.c
14038         * src/summaryview.c
14039         * src/summaryview.h
14040         * src/gtk/colorlabel.c
14041         * src/gtk/colorlabel.h
14042                 colors in messages list are now customizable. Color values and names can
14043                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14044                 Thanks to Paul and Colin for their help with this longstanding patch!
14045
14046 2006-03-06 [wwp]        2.0.0cvs111
14047
14048         * src/textview.c
14049                 don't crash if (x)face is bad.
14050
14051 2006-03-05 [paul]       2.0.0cvs110
14052
14053         * AUTHORS
14054         * configure.ac
14055         * src/Makefile.am
14056         * src/common/Makefile.am
14057         * src/common/utils.h
14058         * src/etpan/imap-thread.c
14059         * src/gtk/authors.h
14060         * src/plugins/clamav/Makefile.am
14061         * src/plugins/demo/Makefile.am
14062         * src/plugins/dillo_viewer/Makefile.am
14063         * src/plugins/pgpcore/Makefile.am
14064         * src/plugins/pgpcore/passphrase.c
14065         * src/plugins/pgpinline/Makefile.am
14066         * src/plugins/pgpmime/Makefile.am
14067         * src/plugins/spamassassin/Makefile.am
14068         * src/plugins/trayicon/Makefile.am
14069                 fix builiding on cygwin
14070                 Patch by Ralgh Young <bamanzi@gmail.com>
14071
14072 2006-03-04 [wwp]        2.0.0cvs109
14073
14074         * manual/keyboard.xml
14075                 fix mixed up/down keys.
14076
14077 2006-03-04 [wwp]        2.0.0cvs108
14078
14079         * README
14080         * INSTALL
14081                 updated links to SpamAssassin.
14082
14083 2006-03-04 [wwp]        2.0.0cvs107
14084
14085         * manual/plugins.xml
14086         * src/plugins/spamassassin/README
14087                 updated SpamAssassin plugin docs to reflect new functional additions
14088                 (also fix/update/documents few technical stuff more, see the README).
14089
14090 2006-03-04 [wwp]        2.0.0cvs106
14091
14092         * src/prefs_message.c
14093                 normalized capitalization of message-prefs paths.
14094
14095 2006-03-04 [wwp]        2.0.0cvs105
14096
14097         * manual/advanced.xml
14098                 typo.
14099
14100 2006-03-03 [colin]      2.0.0cvs104
14101
14102         * src/plugins/clamav/clamav_plugin_gtk.c
14103                 Rework prefs page, patch by Fabien 
14104
14105 2006-03-03 [colin]      2.0.0cvs103
14106
14107         * src/plugins/clamav/clamav_plugin.c
14108                 Set error on all errors
14109
14110 2006-03-03 [colin]      2.0.0cvs102
14111
14112         * src/common/plugin.c
14113                 Initialize error to avoid crashing when a plugin fails
14114                 without setting error
14115
14116 2006-03-02 [wwp]        2.0.0cvs101
14117
14118         * configure.ac
14119                 fixed linker flags for libetpan support on Cygwin
14120                 (thanks to H.Merijn Brand).
14121
14122 2006-03-02 [wwp]        2.0.0cvs100
14123
14124         * src/addressbook.c
14125                 fix some AB error messages: one for punctuation and
14126                 one wrongly duplicate (thanks, maxbritov).
14127
14128 2006-03-02 [wwp]        2.0.0cvs99
14129
14130         * src/plugins/spamassassin/spamassassin.c
14131                 make sync calls to sa-learn/spamc to prevent
14132                 system (whatever local or client/server) overload.
14133
14134 2006-03-02 [colin]      2.0.0cvs98
14135
14136         * src/summaryview.c
14137                 Put the spam icon in the status column instead of the
14138                 mark one
14139
14140 2006-03-01 [colin]      2.0.0cvs97
14141
14142         * src/plugins/spamassassin/spamassassin.c
14143                 Fix segfault (g_file_set_contents fails for some 
14144                 reason and err==0x2f. Can't find out why with
14145                 valgrind, using working function :-)
14146
14147 2006-03-01 [colin]      2.0.0cvs96
14148
14149         * src/inc.c
14150                 Offline overriding: let 'No' be cached only 3 seconds
14151
14152 2006-03-01 [colin]      2.0.0cvs95
14153
14154         * src/addr_compl.c
14155         * src/addrbook.c
14156         * src/addressbook.c
14157         * src/addrindex.c
14158         * src/folder_item_prefs.c
14159         * src/headerview.c
14160         * src/imap.c
14161         * src/inc.c
14162         * src/ldif.c
14163         * src/mainwindow.c
14164         * src/mh.c
14165         * src/msgcache.c
14166         * src/prefs_common.h
14167         * src/prefs_msg_colors.c
14168         * src/procheader.c
14169         * src/procheader.h
14170         * src/procmime.c
14171         * src/procmsg.c
14172         * src/procmsg.h
14173         * src/send_message.h
14174         * src/simple-gettext.c
14175         * src/summaryview.c
14176         * src/summaryview.h
14177         * src/syldap.c
14178         * src/textview.c
14179         * src/undo.c
14180         * src/common/ssl_certificate.c
14181         * src/common/utils.c
14182         * src/gtk/colorsel.c
14183         * src/gtk/gtksctree.c
14184         * src/gtk/gtkshruler.c
14185         * src/plugins/trayicon/trayicon.c
14186                 #if 0 goes to /dev/null
14187
14188 2006-03-01 [colin]      2.0.0cvs94
14189
14190         * src/compose.c
14191         * src/imap.c
14192         * src/inc.c
14193         * src/inc.h
14194         * src/messageview.c
14195         * src/news.c
14196         * src/plugins/spamassassin/spamassassin.c
14197                 Allow to add information in the "working offline"
14198                 window
14199
14200 2006-03-01 [wwp]        2.0.0cvs93
14201
14202         * src/plugins/spamassassin/spamassassin.c
14203                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14204                 'cause it seems that calling `spamc ... < inputfile` with
14205                 g_spawn_(a)sync simply.. erm doesn't work :-).
14206
14207 2006-03-01 [wwp]        2.0.0cvs92
14208
14209         * src/toolbar.c
14210         * src/toolbar.h
14211                 simplify the adding of spam/ham button to the messageview toolbar
14212                 (it gets more clear now that the same button will be "Mark as spam"
14213                 or "Mark as ham" according to the current message status,
14214                 thanks to Colin).
14215
14216 2006-03-01 [wwp]        2.0.0cvs91
14217
14218         * src/messageview.c
14219         * src/procmsg.c
14220         * src/procmsg.h
14221         * src/summaryview.c
14222         * src/plugins/spamassassin/spamassassin.c
14223         * src/plugins/spamassassin/spamassassin.h
14224                 make learner callbacks return a status (0 for ok),
14225                 handle it in main code to avoid setting flags when learning failed,
14226                 don't learn on TCP if offline in spamassassin,
14227                 thanks to Colin.
14228
14229                 
14230
14231 2006-03-01 [wwp]        2.0.0cvs90
14232
14233         * src/compose.c
14234                 some work around the compose window's account menu,
14235                 patch by Fabien Vantard.
14236
14237 2006-03-01 [wwp]        2.0.0cvs89
14238
14239         * src/plugins/spamassassin/spamassassin.c
14240                 fixed bad logics, was using spamc in local mode and sa-learn
14241                 in remote mode (thanks, Colin).
14242
14243 2006-03-01 [wwp]        2.0.0cvs88
14244
14245         * src/plugins/spamassassin/spamassassin.c
14246         * src/plugins/spamassassin/spamassassin.h
14247         * src/plugins/spamassassin/spamassassin_gtk.c
14248                 made processing of emails w/ sa-plugin an option (default is TRUE),
14249                 fixed Engrish some tooltips, capitalization of some debug messages
14250                 and warnings. The spamassassin plugin now provides two separate
14251                 services: process emails upon incorporation and spamd training.
14252                 Both services (un)register independently but use some common
14253                 plugin settings (transport settings, spam storage location).
14254
14255 2006-02-28 [wwp]        2.0.0cvs87
14256
14257         * src/plugins/spamassassin/spamassassin.c
14258                 fix async flag to spamc cmdline execution (batch exec should
14259                 be asynchronous).
14260
14261 2006-02-27 [wwp]        2.0.0cvs86
14262
14263         * src/plugins/spamassassin/spamassassin.c
14264         * src/plugins/spamassassin/spamassassin.h
14265         * src/plugins/spamassassin/spamassassin_gtk.c
14266                 - added the ability to learn a remote spamassassin server (spamd),
14267                 using spamc.
14268                 - added the spamassassin option 'username', that applies to all
14269                 spamassassin operations (filtering, learning, local or remote).
14270                 The default username is the current unix user (if left blank
14271                 from gtk prefs or config file).
14272                 - commented out some unused code (notebook widget), removed unused
14273                 layout (hbox1).
14274                 - make more widgets sensitive to the transport type.
14275
14276 2006-02-27 [colin]      2.0.0cvs85
14277
14278         * src/plugins/spamassassin/spamassassin.c
14279                 Fix sa-learn call when offline
14280
14281 2006-02-27 [colin]      2.0.0cvs84
14282
14283         * configure.ac
14284         * src/Makefile.am
14285         * src/mainwindow.c
14286         * src/mainwindow.h
14287         * src/messageview.c
14288         * src/messageview.h
14289         * src/prefs_toolbar.c
14290         * src/procmsg.c
14291         * src/stock_pixmap.c
14292         * src/stock_pixmap.h
14293         * src/summaryview.c
14294         * src/toolbar.c
14295         * src/toolbar.h
14296         * src/pixmaps/ham_btn.xpm
14297         * src/pixmaps/spam.xpm
14298         * src/pixmaps/spam_btn.xpm
14299         * src/plugins/spamassassin/spamassassin.c
14300                 Add button in toolbar for spam learning
14301                 Fix a few bugs from the last related commit
14302                 Revert 1.9.6cvs23 which messed up shift-selection
14303
14304 2006-02-24 [colin]      2.0.0cvs83
14305
14306         * src/procmsg.c
14307         * src/summaryview.c
14308         * src/summaryview.h
14309         * src/plugins/spamassassin/spamassassin.c
14310         * src/plugins/spamassassin/spamassassin.h
14311         * src/plugins/spamassassin/spamassassin_gtk.c
14312                 Unregister learner when spamassassin is either
14313                 disabled or over tcp
14314
14315 2006-02-24 [colin]      2.0.0cvs82
14316
14317         * src/Makefile.am
14318         * src/mainwindow.c
14319         * src/mainwindow.h
14320         * src/procmsg.c
14321         * src/procmsg.h
14322         * src/stock_pixmap.c
14323         * src/stock_pixmap.h
14324         * src/summaryview.c
14325         * src/summaryview.h
14326         * src/gtk/icon_legend.c
14327         * src/pixmaps/spam.xpm  ** NEW FILE **
14328         * src/plugins/spamassassin/spamassassin.c
14329         * src/plugins/spamassassin/spamassassin_gtk.c
14330                 Add spam learning interface (Mark/Mark as 
14331                 (spam|ham) menus)
14332
14333 2006-02-24 [wwp]        2.0.0cvs81
14334
14335         * src/compose.c
14336         * src/compose.h
14337         * src/filtering.c
14338                 hide compose window when sending message in batch mode
14339                 (filtering: forward and redirect). Also fixed a wrong
14340                 value returned when sending failed, neutral anyway.
14341                 (Colin, me) 
14342
14343 2006-02-24 [wwp]        2.0.0cvs80
14344
14345         * src/mainwindow.c
14346                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14347
14348 2006-02-24 [paul]       2.0.0cvs79
14349
14350         * src/news.c
14351         * src/news.h
14352         * src/news_gtk.c
14353                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14354                 Thanks to Colin
14355
14356 2006-02-23 [colin]      2.0.0cvs78
14357
14358         * src/alertpanel.c
14359                 Change OK to Close in alertpanel with View log
14360                 button; add accel to View log. Patch by Fabien
14361                 Vantard
14362
14363 2006-02-23 [wwp]        2.0.0cvs77
14364
14365         * src/compose.c
14366                 silly me, there were much more tests to perform, since toolbars can
14367                 really have down to 1 element only.
14368
14369 2006-02-23 [wwp]        2.0.0cvs76
14370
14371         * commitHelper
14372                 fixed indentation from my previous commit. Fallback to VISUAL if
14373                 EDITOR is not set (and to vi, at last resort).
14374
14375 2006-02-23 [wwp]        2.0.0cvs75
14376
14377         * commitHelper
14378                 improved error detection (Colin, me).
14379
14380 2006-02-23 [wwp]        2.0.0cvs74
14381
14382         * src/prefs_toolbar.c
14383                 simplify and fix prefs/toolbars layouting. Combos' contents can
14384                 now be really displayed.
14385
14386 2006-02-23 [wwp]        2.0.0cvs73
14387         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14388         be really displayed.
14389
14390 2006-02-22 [wwp]        2.0.0cvs72
14391
14392         * src/compose.c
14393                 fix a typo in my previous commit (sorry!).
14394
14395 2006-02-22 [wwp]        2.0.0cvs71
14396
14397         * src/prefs_toolbar.c
14398                 fix a crash when adding separators to toolbars,
14399                 also fix some separator item information.
14400
14401 2006-02-22 [wwp]        2.0.0cvs70
14402
14403         * src/compose.c
14404                 fix a crash when redirecting (for instance) when compose window's
14405                 toolbar contents has been customized (when some buttons have been
14406                 removed in fact).
14407
14408 2006-02-21 [wwp]        2.0.0cvs69
14409
14410         * src/summaryview.c
14411         * src/gtk/pluginwindow.c
14412         * src/plugins/pgpcore/prefs_gpg.c
14413                 fix some compilation warnings (feat. remains of removed code).
14414
14415 2006-02-21 [wwp]        2.0.0cvs68
14416
14417         * src/gtk/gtkutils.c
14418                 fix two compilation issues, thanks to Stephan Sachse.
14419
14420 2006-02-20 [colin]      2.0.0cvs67
14421
14422         * src/mainwindow.c
14423                 Don't reselect displayed mail on refocus
14424                 This fixes actions misbehaving 
14425
14426 2006-02-20 [wwp]        2.0.0cvs66
14427
14428         * src/summaryview.c
14429         * src/gtk/gtksctree.c
14430         * src/gtk/gtkshruler.c
14431                 changed more runtime typecast checks.
14432
14433 2006-02-20 [wwp]        2.0.0cvs65
14434
14435         * src/summary_search.c
14436                 find all - summaryview refresh issue fixed, thanks to Colin.
14437
14438 2006-02-20 [wwp]        2.0.0cvs64
14439
14440         * src/gtk/gtkutils.c
14441                 better runtime typecast checks.
14442
14443 2006-02-20 [wwp]        2.0.0cvs63
14444
14445         * src/summary_search.c
14446                 enhancements to the summary search:
14447                         - add the ability to stop the running search
14448                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14449                         - don't search if no criteria (From/To/Subject/Body) is set
14450                         - ensure that a busy mouse pointer is always shown when searching,
14451                           show it even a bit earlier
14452
14453 2006-02-19 [colin]      2.0.0cvs62
14454
14455         * src/compose.c
14456         * src/imap.c
14457         * src/etpan/imap-thread.c
14458         * src/etpan/imap-thread.h
14459                 (Future) IMAP speed improvement on sending
14460                 Will require a libetpan update
14461         * src/summaryview.c
14462         * src/gtk/quicksearch.c
14463                 Make quicksearch clearable while running.
14464
14465 2006-02-17 [colin]      2.0.0cvs61
14466
14467         * src/imap.c
14468         * src/etpan/imap-thread.c
14469         * src/etpan/imap-thread.h
14470                 Check for IMAP certificates
14471                 ** Requires libetpan-0.42-cvs4 
14472                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14473
14474 2006-02-17 [colin]      2.0.0cvs60
14475
14476         * src/messageview.c
14477         * src/prefs_common.c
14478         * src/prefs_common.h
14479         * src/prefs_message.c
14480                 Add pref to display HTML-only mails with plugin, 
14481                 if possible (defaulting to FALSE of course).
14482
14483 2006-02-16 [colin]      2.0.0cvs59
14484
14485         * src/main.c
14486         * src/common/plugin.c
14487         * src/common/plugin.h
14488         * src/gtk/pluginwindow.c
14489                 Keep track of requested (but unloaded) plugins
14490                 in some error cases.
14491
14492 2006-02-16 [wwp]        2.0.0cvs58
14493
14494         * src/gtk/gtkaspell.c
14495         * src/gtk/gtkaspell.h
14496         * src/prefs_spelling.c
14497         * src/compose.c
14498         * src/prefs_common.c
14499         * src/prefs_common.h
14500                 implemented new optional spellchecker behaviour: re-check message when
14501                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14502
14503 2006-02-16 [wwp]        2.0.0cvs57
14504
14505         * src/quote_fmt_parse.y
14506                 pclose popen'ed pipe.
14507
14508 2006-02-15 [colin]      2.0.0cvs56
14509
14510         * src/mimeview.c
14511         * src/mimeview.h
14512                 Let MimeViewers know which MimeView they
14513                 depend of.
14514         * src/summaryview.c
14515                 Swap From/To columns in Sent/Queue/Drafts
14516                 folders
14517         * src/etpan/imap-thread.c
14518                 Use mailstream_low_tls_open() for STARTTLS
14519                 instead of mailstream_low_ssl_open()
14520                 ** REQUIRES libetpan 0.42cvs3 **
14521
14522 2006-02-15 [wwp]        2.0.0cvs55
14523
14524         * src/compose.c
14525         * src/compose.h
14526         * src/message_search.c
14527         * src/message_search.h
14528         * src/textview.c
14529         * src/gtk/gtkutils.c
14530         * src/gtk/gtkutils.h
14531                 added the ability to Find text in the compose window (and a bit
14532                 of code factorization).
14533
14534 2006-02-15 [wwp]        2.0.0cvs54
14535
14536         * src/prefs_gtk.c
14537                 yet another one file was missing (fix for some widgets' sensitivity).
14538                 Thanks Colin!
14539
14540 2006-02-15 [wwp]        2.0.0cvs53
14541
14542         * src/prefs_gtk.h
14543                 oops forgot that file (fix for some widgets' sensitivity).
14544
14545 2006-02-15 [wwp]        2.0.0cvs52
14546
14547         * src/summary_search.c
14548                 implemented advanced summary search options (added the ability
14549                 to use matcher conditions in an advanced search mode).
14550
14551 2006-02-15 [wwp]        2.0.0cvs51
14552
14553         * src/plugins/pgpcore/prefs_gpg.c
14554         * src/prefs_account.c
14555                 fix some widget sensitivity, mostly around some labels in
14556                 account prefs.
14557
14558 2006-02-15 [paul]       2.0.0cvs50
14559
14560         * manual/advanced.xml
14561                 improve Templates info
14562                 written by wwp
14563
14564 2006-02-14 [colin]      2.0.0cvs49
14565
14566         * src/pixmaps/address_book.xpm
14567         * src/pixmaps/preferences.xpm
14568         * src/pixmaps/properties.xpm
14569                 Fix pixmap size - patch by Fabien Vantard
14570
14571 2006-02-13 [colin]      2.0.0cvs48
14572
14573         * src/procmime.c
14574                 Add missing fclose()s on error
14575         * src/textview.c
14576                 Remove unused code
14577         * src/common/utils.c
14578                 Fix temp files not being deleted on windows
14579         Patches by Thomas Gilgin
14580
14581 2006-02-13 [colin]      2.0.0cvs47
14582
14583         * src/mainwindow.c
14584                 Fix exit crash
14585
14586 2006-02-13 [wwp]        2.0.0cvs46
14587
14588         * src/plugins/pgpcore/prefs_gpg.c
14589                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14590
14591 2006-02-12 [colin]      2.0.0cvs45
14592
14593         * src/folderview.c
14594         * src/main.c
14595         * src/mainwindow.c
14596                 Fix "stuff" when quitting
14597
14598 2006-02-12 [wwp]        2.0.0cvs44
14599
14600         * src/prefs_themes.c
14601                 fix typos in debug messages.
14602
14603 2006-02-11 [colin]      2.0.0cvs43
14604
14605         * src/summaryview.c
14606                 don't allow drag/drop from ourself
14607
14608 2006-02-10 [wwp]        2.0.0cvs42
14609
14610         * src/exporthtml.c
14611         * src/html.c
14612         * src/html.h
14613         * src/procmime.c
14614         * src/textview.c
14615                 renamed html_ prefixed functions and data structures to avoid
14616                 namespace clashes w/ other software (gtkhtml2 for instance).
14617                 Closes bug #907.
14618
14619
14620 2006-02-09 [colin]      2.0.0cvs41
14621
14622         * src/summaryview.c
14623                 Fix shitty logic messed up. Thanks Ticho for the hint!
14624
14625 2006-02-09 [wwp]        2.0.0cvs40
14626
14627         * src/gtk/about.c
14628         * src/compose.c
14629         * src/prefs_account.c
14630         * src/prefs_gtk.h
14631         * src/editaddress.c
14632                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14633                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14634                 Browse buttons in accounts prefs.
14635
14636 2006-02-09 [colin]      2.0.0cvs39
14637
14638         * src/matcher.c
14639                 Check for pointer before using its members
14640         * src/gtk/gtksourceprintjob.c
14641                 Fix a wrong warning
14642
14643 2006-02-09 [wwp]        2.0.0cvs38
14644
14645         * src/gtk/filesel.c
14646                 fix few compiler warnings (type mismatch).
14647
14648 2006-02-09 [paul]       2.0.0cvs37
14649
14650         * po/fr.po
14651                 updated by Fabien Vantard
14652
14653 2006-02-08 [colin]      2.0.0cvs36
14654
14655         * src/prefs_common.c
14656         * src/common/defs.h
14657         * src/common/plugin.c
14658                 allow windows and linux configurations to coexist
14659                 patch by Thomas Gilgin
14660
14661 2006-02-08 [colin]      2.0.0cvs35
14662
14663         * src/filtering.c
14664         * src/matcher.c
14665         * src/matcher.h
14666         * src/matcher_parser_parse.y
14667         * src/prefs_filtering_action.c
14668         * src/prefs_matcher.c
14669                 Add the "Ignore thread" filtering
14670                 action
14671
14672 2006-02-08 [colin]      2.0.0cvs34
14673
14674         * src/compose.c
14675         * src/procmime.c
14676         * src/procmime.h
14677                 Fix bug #905 (damaged attachment)
14678                 text files with raw \0's aren't really text files
14679         FOR_STABLE
14680
14681 2006-02-08 [colin]      2.0.0cvs33
14682
14683         * src/summaryview.c
14684                 Fix crasher introduced yesterday
14685
14686 2006-02-08 [wwp]        2.0.0cvs32
14687
14688         * src/compose.c
14689         * src/compose.h
14690                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14691
14692 2006-02-08 [wwp]        2.0.0cvs31
14693
14694         * src/prefs_template.c
14695                 templates enhancement: allow address completion for Cc and Bcc fields
14696                 (it was currently possible for the To field only)
14697
14698 2006-02-08 [colin]      2.0.0cvs30
14699
14700         * src/compose.c
14701                 Don't unblock if not blocked
14702         FOR_STABLE
14703
14704 2006-02-07 [colin]      2.0.0cvs29
14705
14706         * src/action.c
14707                 Forgot to refresh summaryview
14708
14709 2006-02-07 [colin]      2.0.0cvs28
14710
14711         * src/action.c
14712                 Freeze/thaw message list and folder list while
14713                 processing %as{} actions 
14714         * src/compose.c
14715                 Fix auto-wrap disabling after a middle-click
14716                 paste - FOR_STABLE
14717
14718 2006-02-07 [paul]       2.0.0cvs27
14719
14720         * src/folder.c
14721                 fix freeing of uninitialised pointers
14722                 Thanks to Colin
14723
14724 2006-02-06 [colin]      2.0.0cvs26
14725
14726         * src/folder.c
14727                 Use g_slist_prepend in potentially big list
14728
14729 2006-02-06 [colin]      2.0.0cvs25
14730
14731         * src/folder.c
14732                 Completely skip processing if it doesn't 
14733                 exist (faster!)
14734
14735 2006-02-06 [colin]      2.0.0cvs24
14736
14737         * src/folder.c
14738         * src/summaryview.c
14739                 Batch filtering in summaryview (from Tools menu)
14740                 and pre/post//-processing too
14741
14742 2006-02-06 [colin]      2.0.0cvs23
14743
14744         * src/procmsg.h
14745         * src/filtering.c
14746                 Use a special field for batch filtering instead
14747                 of stepping on deferred execution's toes
14748
14749 2006-02-06 [colin]      2.0.0cvs22
14750
14751         * src/action.c
14752         * src/filtering.c
14753         * src/filtering.h
14754         * src/folder.c
14755         * src/summaryview.c
14756                 Fix filtering via menus and actions
14757
14758 2006-02-06 [colin]      2.0.0cvs21
14759
14760         * src/imap.c
14761                 Put the added file directly to cache if possible (will work
14762                 with next libetpan)
14763         * src/filtering.c
14764         * src/filtering.h
14765         * src/inc.c
14766         * src/folder.c
14767         * src/mbox.c
14768         * src/procmsg.h
14769                 Move and copy filtered messages by batches instead of one
14770                 by one - faster on IMAP
14771         * src/procmsg.c
14772                 Add a function that'll possibly be useful later
14773
14774 2006-02-06 [colin]      2.0.0cvs20
14775
14776         * src/addressbook.c
14777                 Use internal mime-type instead of text/plain for d'n'd
14778         * src/compose.c
14779                 Allow attaching files from mimeview's icon list via d'n'd
14780         * src/folderview.c
14781         * src/folderview.h
14782                 Use internal mime-type instead of text/plain for d'n'd
14783                 Don't try to selected opened folder if none is
14784                 Factorize d'n'd from other apps code
14785         * src/headerview.c
14786         * src/textview.c
14787         * src/gtk/gtkutils.c
14788         * src/gtk/gtkutils.h
14789                 Factorize Face/X-Face stuff
14790         * src/mimeview.c
14791                 Fix d'n'd to other apps
14792         * src/prefs_message.c
14793                 Let the XFace pref be usable without libcompface as it also
14794                 applies to Face
14795         * src/summaryview.c
14796                 Fix d'n'd to other apps
14797                 Factorize d'n'd from other apps code
14798
14799 2006-02-06 [wwp]        2.0.0cvs19
14800
14801         * po/it.po
14802                 Italian translation fixes by Andrea Spadaccini (no more confusion
14803                 between filtering and processing, and few changes in the About
14804                 dialog).
14805
14806
14807 2006-02-06 [mones]      2.0.0cvs18
14808
14809         * src/gtk/icon_legend.c
14810                 Improved descriptions allowing better translations
14811
14812 2006-02-05 [colin]      2.0.0cvs17
14813
14814         * src/imap.c
14815                 Add the f*cking missing expunge that caused imap_fetch_env
14816                 to fail after an add_msgs ! :-///
14817         * src/etpan/imap-thread.c
14818                 Add a bit of debug
14819         FOR_STABLE
14820
14821 2006-02-05 [colin]      2.0.0cvs16
14822
14823         * src/common/utils.c
14824                 Don't check for return-path (or we can't put
14825                 back non-sent mails)
14826
14827 2006-02-05 [colin]      2.0.0cvs15
14828
14829         * src/textview.c
14830                 Don't try to display Face header in textview
14831                 when teh headerview's active
14832
14833 2006-02-05 [colin]      2.0.0cvs14
14834
14835         * tools/tbird2syl.py
14836         * tools/Makefile.am
14837                 Add script to import Thunderbird mails
14838
14839 2006-02-05 [colin]      2.0.0cvs13
14840
14841         * src/headerview.c
14842         * src/procheader.c
14843         * src/procmsg.c
14844         * src/procmsg.h
14845         * src/textview.c
14846                 Show Face headers - patch partially by Klaus Flittner
14847
14848 2006-02-05 [colin]      2.0.0cvs12
14849
14850         * src/folderview.c
14851         * src/summaryview.c
14852         * src/common/utils.c
14853         * src/common/utils.h
14854                 Let dnd work from mime icons to summaryview
14855                 and to folderview too
14856                 Add a crude test to avoid trying to add files
14857                 drag'n'dropped when they're not mails
14858
14859 2006-02-04 [colin]      2.0.0cvs11
14860
14861         * src/summaryview.c
14862         * src/mimeview.c
14863                 Fix utf8 conversion
14864
14865 2006-02-04 [colin]      2.0.0cvs10
14866
14867         * src/compose.c
14868         * src/folderview.c
14869         * src/mimeview.c
14870         * src/summaryview.c
14871         * src/summaryview.h
14872                 Added various drag and drop capas:
14873                 From                    To
14874                 summaryview             other apps
14875                 mimeview icons          other apps
14876                 other apps              summaryview
14877                 other apps              folderview
14878
14879                 This shouldn't have broken the existing:
14880                 From                    To
14881                 summaryview             folderview
14882                 folderview              folderview
14883                 summaryview             compose's attachments
14884
14885         Tests welcomed.
14886
14887 2006-02-02 [paul]       2.0.0cvs9
14888
14889         * src/mainwindow.c
14890                 move global option 'Set displayed columns...' out
14891                 of folder option grouping.
14892                 fix sensitivity of 'harvest addresses'
14893         FOR_STABLE
14894
14895 2006-02-01 [colin]      2.0.0cvs8
14896
14897         * src/mimeview.c
14898                 Revert the alertpanel patch, it sucks (intrusive
14899                 and gets in the way of "open")
14900
14901 2006-02-01 [colin]      2.0.0cvs7
14902
14903         * src/compose.c
14904         * src/prefs_account.c
14905         * src/prefs_common.c
14906         * src/common/defs.h
14907         * src/common/utils.c
14908         * src/common/utils.h
14909                 Add ability to edit the signature file
14910                 from the account preferences, and use
14911                 a default for the text editor.
14912                 Patch by Fabien Vantard
14913
14914 2006-02-01 [colin]      2.0.0cvs6
14915
14916         * src/mimeview.c
14917                 Try to get mime type by extension if it is
14918                 application/octet-stream
14919                 Display a window with possible choices when
14920                 encountering unknown mime types
14921         * src/gtk/filesel.c
14922         * src/gtk/filesel.h
14923                 Add preview
14924                 Allow multiple selection in filtered filesel
14925                 (patch by Fabien Vantard)
14926         * src/gtk/pluginwindow.c
14927                 Use it (patch by Fabien Vantard)
14928
14929 2006-02-01 [paul]       2.0.0cvs5
14930
14931         * src/jpilot.c
14932                 fix crash on creating jpilot address book
14933                 Thanks to Colin - FOR_STABLE
14934         * src/prefs_summaries.c
14935         * src/prefs_wrapping.c
14936         * src/gtk/icon_legend.c
14937         * src/gtk/quicksearch.c
14938                 string fixes and additions
14939
14940 2006-02-01 [paul]       2.0.0cvs4
14941
14942         * src/compose.c
14943         * src/mainwindow.c
14944         * src/messageview.c
14945         * src/prefs_send.c
14946                 add Arabic encoding option
14947                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14948
14949 2006-01-31 [colin]      2.0.0cvs3
14950
14951         * src/plugins/pgpcore/passphrase.c
14952                 Convert passphrase to locale encoding
14953         * src/compose.c
14954                 Fix drafting on IMAP. Crappy bug sneaked in
14955                 the release :-/
14956         FOR_STABLE
14957
14958 2006-01-30 [paul]       2.0.0cvs2
14959
14960         * src/gtk/icon_legend.c
14961                 show the new entries
14962
14963 2006-01-30 [colin]      2.0.0cvs1
14964
14965         * src/manual.c
14966                 Check for the file to be present before 
14967                 enabling the menu - FOR_STABLE
14968         * src/gtk/icon_legend.c
14969                 Add folders icons (not all of them, there
14970                 are too much, but the most intriguing ones)
14971
14972 2006-01-30 [paul]       2.0.0
14973
14974         version 2.0.0 released
14975
14976 [For previous entries, see ChangeLog.pre2.0.0]