0614d475080f07ac0cebb5b4b9c697c38a5e479b
[claws.git] / ChangeLog
1 2007-08-19 [colin]      2.10.0cvs135
2
3         * src/imap.c
4                 Fix previous commit. Sensitivity update is needed
5                 for "Cancel receiving". However when batching we
6                 don't need to do it for every message flag change,
7                 just once at the start and once at the end.
8
9 2007-08-19 [colin]      2.10.0cvs134
10
11         * src/imap.c
12                 Remove useless menu updates on session lock/unlock
13
14 2007-08-19 [colin]      2.10.0cvs133
15
16         * src/etpan/imap-thread.c
17                 Make all fetch logs less verbose
18
19 2007-08-19 [paul]       2.10.0cvs132
20
21         * src/foldersel.c
22         * src/folderview.c
23         * src/summaryview.c
24                 fix bug 1286, 'Can't move a folder into a "Folders
25                 Only" folder'
26
27 2007-08-18 [ticho]      2.10.0cvs131
28
29         * src/editaddress_other_attributes_ldap.c
30                 Converted option menu for other ldap attributes to GtkComboBox.
31
32 2007-08-18 [colin]      2.10.0cvs130
33
34         * src/compose.c
35         * src/prefs_common.c
36         * src/prefs_common.h
37         * src/prefs_send.c
38         * src/send_message.c
39                 Revert 'send_dialog_mode' meaning to 
40                 'send_dialog_invisible', so that the 
41                 new checkbox doesn't change the 
42                 existing behaviour.
43
44 2007-08-18 [paul]       2.10.0cvs129
45
46         * src/summaryview.c
47                 add missing menu update
48
49 2007-08-17 [colin]      2.10.0cvs128
50
51         * src/folder.c
52                 Set batching after getting flags - maybe fixes
53                 bug 1292, 'CM crashes on writing mail'
54
55 2007-08-16 [ticho]      2.10.0cvs127
56
57         * src/prefs_send.c
58                 Convert two GtkOptionMenu widgets to new GtkComboBox.
59         * src/gtk/combobox.h
60         * src/gtk/gtkutils.c
61                 Allow NULL for GtkComboBox menuitem label, rendering such
62                 items as row separators.
63
64 2007-08-16 [paul]       2.10.0cvs126
65
66         * src/plugins/trayicon/trayicon.c
67                 remove wrongly used gettextisation
68
69 2007-08-15 [ticho]      2.10.0cvs125
70
71         * src/importldif.c
72                 Fixed a runtime warning where an attempt to pack an
73                 already packed GtkLabel was made.
74
75 2007-08-15 [ticho]      2.10.0cvs124
76
77         * src/prefs_compose_writing.c
78                 Convert the insert-or-attach-dragged-files GtkOptionMenu
79                 into GtkComboBox.
80
81 2007-08-14 [ticho]      2.10.0cvs123
82
83         * src/messageview.c
84         * src/gtk/gtkutils.c
85                 Changed return receipt account selector to GtkComboBox.
86                 Fixed a runtime warning where GTK tried to parse
87                 "name <email@address" as a Pango markup in an alertpanel label.
88
89 2007-08-14 [ticho]      2.10.0cvs122
90
91         * src/prefs_logging.c
92                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
93
94 2007-08-14 [wwp]        2.10.0cvs121
95
96         * tools/Makefile.am
97         * tools/README
98         * tools/popfile-link.sh
99                 Added a new tool: POPFile helper, to open
100                 selected messages in POPFile control center,
101                 in order to change the messages' status.
102
103 2007-08-14 [ticho]      2.10.0cvs120
104
105         * src/compose.c
106         * src/prefs_common.c
107         * src/prefs_common.h
108         * src/prefs_send.c
109         * src/send_message.c
110                 Change "Show send dialog" optionmenu to a checkbutton.
111         * src/prefs_receive.c
112                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
113
114 2007-08-13 [wwp]        2.10.0cvs119
115
116         * src/addr_compl.c
117         * src/addressbook.c
118         * src/addrindex.c
119         * src/compose.c
120         * src/filtering.c
121         * src/folderview.c
122         * src/inc.c
123         * src/matcher.c
124         * src/mh.c
125         * src/partial_download.c
126         * src/prefs_gtk.c
127         * src/procmsg.c
128         * src/stock_pixmap.c
129         * src/summaryview.c
130         * src/common/utils.c
131         * src/gtk/gtkaspell.c
132         * src/gtk/menu.c
133                 Make sure we never pass NULL pointers for %s substitutions
134                 (prevent from crashing in Windows).
135
136 2007-08-13 [wwp]        2.10.0cvs118
137
138         * src/msgcache.c
139                 Re-enable mmap_reads in Windows with some missing
140                 CloseHandle of mapping objects, thanks to
141                 Marcus Brinkmann.
142
143 2007-08-13 [paul]       2.10.0cvs117
144
145         * src/common/utils.c
146                 fix bug 1287, 'Compile time problem on Solaris
147                 (nexenta gnu/Solaris) utils.c'
148                 Thanks to Piotr Chrzczonowicz
149
150 2007-08-12 [wwp]        2.10.0cvs116
151
152         * src/plugins/pgpcore/prefs_gpg.c
153                 Don't try to unset a GPG_AGENT_INFO that was not
154                 set (and don't use a NULL string in Windows, it was
155                 crashing with --debug if GPG_AGENT_INFO was not set).
156
157 2007-08-12 [wwp]        2.10.0cvs115
158
159         * src/privacy.h
160                 Make gcc type-check arguments passed to privacy_set_error().
161
162 2007-08-12 [ticho]      2.10.0cvs114
163
164         * src/prefs_folder_item.c
165                 Make sure that folder default account combobox always has some
166                 account preselected.
167         * src/gtk/combobox.c
168                 Handle empty combobox gracefully (warning instead of crash).
169
170 2007-08-12 [ticho]      2.10.0cvs114
171
172         * src/prefs_folder_item.c
173                 Make sure that folder default account combobox is not empty.
174         * src/gtk/combobox.c
175                 Handle empty combobox gracefully (warning instead of crash).
176
177 2007-08-11 [paul]       2.10.0cvs113
178
179         * src/addrgather.c
180         * src/folderview.c
181                 use 'subfolder' instead of 'sub-folder', matching
182                 everywhere else the term is used
183         * src/imap_gtk.c
184                 fix engrish
185
186 2007-08-10 [wwp]        2.10.0cvs112
187
188         * src/msgcache.c
189                 Disable mmap reads in Windows only (at least temporarily), they
190                 prevent from renaming/removing target cache files.
191
192 2007-08-10 [paul]
193
194         3.0.0-rc2 released
195
196 2007-08-10 [wwp]        2.10.0cvs111
197
198         * src/msgcache.c
199                 fix unpredictable crashes in Windows due to broken
200                 cache/mark/tags files writting (file were opened for
201                 writing in text mode).
202
203         * src/recv.c
204                 use gettimeofday() from w32lib.h on Windows.
205
206 2007-08-10 [colin]      2.10.0cvs110
207
208         * src/imap.c
209         * src/etpan/imap-thread.c
210         * src/etpan/imap-thread.h
211                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
212
213 2007-08-09 [colin]      2.10.0cvs109
214
215         * src/editldap.c
216                 Fix port being reset to 636 on SSL
217         * src/folder.c
218                 Fix folder_item_get_msg_num_by_file
219                 on drafts/queue folders
220
221 2007-08-09 [wwp]        2.10.0cvs108
222
223         * src/folder.c
224                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
225                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
226
227
228 2007-08-09 [colin]      2.10.0cvs107
229
230         * src/folderview.c
231         * src/summaryview.c
232         * src/gtk/prefswindow.c
233                 A few Maemo layout fixes
234
235 2007-08-09 [paul]       2.10.0cvs106
236
237         * src/prefs_account.c
238                 remove the hyphen from plug-ins to
239                 match everywhere else
240
241 2007-08-08 [wwp]        2.10.0cvs105
242
243         * src/prefs_folder_item.c
244                 Fix an extraneous stealth ^L char.
245
246 2007-08-08 [wwp]        2.10.0cvs104
247
248         * src/prefs_folder_item.c
249                 Better fix, group variables declarations (USE_ASPELL).
250
251 2007-08-08 [wwp]        2.10.0cvs103
252
253         * src/prefs_folder_item.c
254                 Fix compilation w/ USE_ASPELL set (broken
255                 by 2.10.0cvs102).
256
257 2007-08-08 [ticho]      2.10.0cvs102
258
259         * src/prefs_folder_item.c
260                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
261
262 2007-08-08 [colin]      2.10.0cvs101
263
264         * src/imap.c
265         * src/etpan/imap-thread.c
266         * src/etpan/imap-thread.h
267                 Close selected mailbox before doing
268                 status on it.
269
270 2007-08-08 [colin]      2.10.0cvs100
271
272         * src/html.c
273                 Complete symbol table, thanks to wwp.
274                 Fixes bug 1284, 'The html -> text 
275                 converter ignores entities'
276         * src/msgcache.c
277                 Fix possible fd leak
278
279 2007-08-08 [colin]      2.10.0cvs99
280
281         * src/imap.c
282                 Better way to fetch UIDs on non-UIDPLUS servers
283
284 2007-08-07 [colin]      2.10.0cvs98
285
286         * src/imap.c
287                 fix bug 1275, 'auto-saved draft messages not 
288                 always being removed'; Also, make multiple
289                 copy (in the same account) faster by matching
290                 source/destination message UIDs.
291         * src/messageview.c
292                 Don't try to reshow deleted mail
293         * src/msgcache.c
294                 Fix leak on error path
295
296 2007-08-07 [wwp]        2.10.0cvs97
297
298         * manual/account.xml
299         * manual/advanced.xml
300         * manual/fr/account.xml
301         * manual/fr/advanced.xml
302                 Updated the reference manual and the French translation to
303                 reflect 2.10.0cvs84: enable running folder Processing
304                 rules on demand.
305
306 2007-08-06 [wwp]        2.10.0cvs96
307
308         * src/prefs_common.c
309         * src/prefs_common.h
310         * src/textview.c
311                 Allow changing the emphasis color used to highlight
312                 the newsreader/x-mailer header value when it matches
313                 our preferred mail agent (hidden pref 'emphasis_col' added
314                 to clawsrc).
315
316 2007-08-06 [colin]      2.10.0cvs95
317
318         * src/compose.c
319         * src/compose.h
320                 Re-commit 2.10.0cvs86, with a protection
321                 against Pango bug. Also, try to fix 
322                 bug 1275, 'auto-saved draft messages not 
323                 always being removed'
324
325 2007-08-06 [wwp]        2.10.0cvs94
326
327         * src/gtk/quicksearch.c
328                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
329
330 2007-08-06 [ticho]      2.10.0cvs93
331
332         * src/prefs_account.c
333         * src/gtk/combobox.c
334                 Use GtkComboBox instead of GtkOptionMenu for privacy system
335                 selection in account preferences.
336
337 2007-08-06 [wwp]        2.10.0cvs92
338
339         * src/plugins/pgpcore/plugin.def
340                 Apply one more chunk from gpg4win's 03-w32-port patch.
341
342 2007-08-05 [colin]      2.10.0cvs91
343
344         * src/compose.c
345         * src/compose.h
346                 reverting buggy patch for now
347
348 2007-08-05 [colin]      2.10.0cvs90
349
350         * src/folder.c
351                 Fix slowdown
352
353 2007-08-04 [colin]      2.10.0cvs89
354
355         * src/prefs_summaries.c
356         * src/summary_search.c
357                 Replace deprecated widgets. Patch by
358                 Andrej.
359
360 2007-08-04 [colin]      2.10.0cvs88
361
362         * src/mh.c
363                 Refresh GUI only every 2000 mails on mh_get_last_num
364                 This is fast (readdir) and done only once per 
365                 session/folder
366
367 2007-08-03 [colin]      2.10.0cvs87
368
369         * src/prefs_account.c
370         * src/gtk/combobox.h
371         * src/gtk/gtkutils.c
372                 Fix a deprecated widget. Patch by
373                 Andrej
374
375 2007-08-03 [colin]      2.10.0cvs86
376
377         * src/compose.c
378         * src/compose.h
379                 Make colorisation and wrapping algorithms
380                 faster. Fixes bug 1246, 'compose becomes 
381                 increasingly slow replying to complex emails'
382
383 2007-08-03 [paul]       2.10.0cvs85
384
385         * src/mh.c
386                 keep the window painted
387
388 2007-08-02 [paul]       2.10.0cvs84
389
390         * src/folderview.c
391         * src/mainwindow.c
392         * src/mainwindow.h
393                 enable running folder Processing
394                 rules on demand
395
396 2007-08-02 [paul]       2.10.0cvs83
397
398         * src/textview.c
399                 speed up/clean up rendering of larger
400                 msgs
401                 Thanks to Colin
402
403 2007-08-01 [paul]       2.10.0cvs82
404
405         * src/mainwindow.h
406                 clean up cruft
407         * src/toolbar.c
408                 change default toolbar layout on maemo
409         * src/pixmaps/close.xpm
410                 make the red cross a grey cross
411         * src/pixmaps/jpilot.xpm
412                 make icon smaller so it fits better
413
414 2007-07-31 [paul]       2.10.0cvs81
415
416         * src/setup.c
417         * src/gtk/gtkutils.c
418                 fix crash on maemo on first launch
419
420 2007-07-30 [paul]       2.10.0cvs80
421
422         * src/prefs_matcher.c
423                 specify the units of age and size
424
425 2007-07-30 [paul]       2.10.0cvs79
426
427         * src/main.c
428                 Fix IMAP timeout setting
429
430 2007-07-30 [colin]      2.10.0cvs78
431
432         * src/prefs_account.c
433                 Fix a deprecated widget. Patch by
434                 Andrej
435
436 2007-07-27 [paul]       2.10.0cvs77
437
438         * src/matcher_parser_parse.y
439         * src/prefs_filtering_action.c
440         * src/prefs_matcher.c
441                 these changes forgotten in cvs74's
442                 'watch thread' feature
443
444 2007-07-27 [paul]       2.10.0cvs76
445
446         * src/compose.c
447                 fix potential crasher
448                 thanks to Colin
449
450 2007-07-27 [paul]       2.10.0cvs75
451
452         * src/mainwindow.c
453         * src/manual.c
454         * src/manual.h
455         * src/gtk/gtkutils.c
456                 make mainwindow's /Help/Manual point to the
457                 remote copy if the local copy doesn't exist
458
459 2007-07-27 [paul]       2.10.0cvs74
460
461         * src/Makefile.am
462         * src/filtering.c
463         * src/folder.c
464         * src/mainwindow.c
465         * src/matcher.c
466         * src/matcher.h
467         * src/matcher_parser_parse.y
468         * src/procmsg.c
469         * src/procmsg.h
470         * src/stock_pixmap.c
471         * src/stock_pixmap.h
472         * src/summaryview.c
473         * src/summaryview.h
474         * src/toolbar.c
475         * src/toolbar.h
476         * src/pixmaps/watchthread.xpm
477                 add 'watch thread' feature
478
479 2007-07-27 [paul]       2.10.0cvs73
480
481         * src/prefs_folder_item.c
482                 adjust labels, add tooltips
483
484 2007-07-27 [colin]      2.10.0cvs72
485
486         * src/summaryview.c
487                 Maemo: Remove less used menu items
488
489 2007-07-26 [colin]      2.10.0cvs71
490
491         * src/messageview.c
492                 Maemo: destroy messageview after trashing mail.
493                 Maybe should be done on X11 too
494
495 2007-07-26 [colin]      2.10.0cvs70
496
497         * src/folderview.c
498         * src/mainwindow.c
499         * src/prefs_common.c
500         * src/prefs_common.h
501         * src/summaryview.c
502                 Add View/Show or Hide/Column headers
503
504 2007-07-26 [colin]      2.10.0cvs69
505
506         * src/procmime.c
507                 Fix unwanted output
508
509 2007-07-26 [colin]      2.10.0cvs68
510
511         * src/ldapserver.c
512                 Fix possible crash on cache invalidation
513         * src/compose.c
514         * src/procmime.c
515         * src/procmime.h
516         * src/quote_fmt_parse.y
517                 Make replying to mails with big attachments
518                 much faster. Fixes bug 1224, 'The process of 
519                 Replying to emails with large attachments 
520                 seems unreasonably long...'
521
522 2007-07-26 [colin]      2.10.0cvs67
523
524         * src/mimeview.c
525         * src/matcher.c
526         * src/common/ssl.c
527                 Fix threads use on BSDs
528
529 2007-07-26 [paul]       2.10.0cvs66
530
531         * src/gtk/prefswindow.c
532                 fix account prefs breakage
533                 thanks to Colin
534
535 2007-07-26 [paul]       2.10.0cvs65
536
537         * configure.ac
538                 standardise ./configure --help messages
539
540 2007-07-26 [colin]      2.10.0cvs64
541
542         * src/addressbook.c
543         * src/editaddress.c
544                 Fix two vCard-related crashes
545
546 2007-07-25 [colin]      2.10.0cvs63
547
548         * src/inc.c
549         * src/prefs_common.c
550         * src/prefs_common.h
551         * src/prefs_receive.c
552                 Maemo: Add a better way to notify of
553                 new mails
554         * src/mainwindow.c
555         * src/statusbar.h
556         * src/summaryview.c
557         * src/toolbar.c
558                 Maemo: Various layout fixes
559         * src/gtk/prefswindow.c
560                 Maemo: Better prefs layout
561
562 2007-07-25 [paul]       2.10.0cvs62
563
564         * src/textview.c
565                 fix the layout on maemo
566                 thanks to Colin
567
568 2007-07-25 [iwkse]      2.10.0cvs61
569
570         * src/summaryview.c
571                 add 'o' shortcut on summaryview
572
573 2007-07-25 [iwkse]      2.10.0cvs60
574
575         * src/textview.c
576                 fix o shortcut
577
578 2007-07-24 [colin]      2.10.0cvs59
579
580         * src/mh.c
581                 Fix missing timestamp update on source
582                 folder when moving
583         * src/textview.c
584         * src/textview.h
585                 Better text layout on part's choices
586
587 2007-07-23 [colin]      2.10.0cvs58
588
589         * src/mimeview.c
590         * src/textview.c
591                 Maemo: Automatically choose the correct application
592                 to open parts
593         * src/gtk/quicksearch.c
594                 Make search run on GDK_KP_Enter too
595
596 2007-07-23 [wwp]        2.10.0cvs57
597
598         * src/quote_fmt_lex.l
599                 Revert accidentaly committed lines (account_sig) in
600                 2.10.0cvs56.
601
602 2007-07-23 [wwp]        2.10.0cvs56
603
604         * src/quote_fmt_lex.l
605                 Fix typos around long form expressions in the quote lexer.
606
607 2007-07-23 [paul]
608
609         3.0.0-rc1 released
610
611 2007-07-23 [colin]      2.10.0cvs55
612
613         * src/addr_compl.c
614                 Fix auto-completion on Maemo
615
616 2007-07-23 [colin]      2.10.0cvs54
617
618         * src/statusbar.c
619                 Maemo: Fix sticking statusbars
620
621 2007-07-22 [colin]      2.10.0cvs53
622
623         * src/main.c
624                 Maemo: Fix the strange "top_application" info
625                 at startup. We should do something when 
626                 receiving such a message.
627
628 2007-07-20 [paul]       2.10.0cvs52
629
630         * src/news_gtk.c
631                 add missing #include "statusbar.h"
632
633 2007-07-20 [colin]      2.10.0cvs51
634
635         * src/folder.c
636         * src/folder.h
637         * src/folder_item_prefs.c
638         * src/folder_item_prefs.h
639         * src/folderview.c
640         * src/imap.c
641         * src/imap_gtk.c
642         * src/imap_gtk.h
643         * src/news.c
644         * src/news_gtk.c
645         * src/news_gtk.h
646         * src/prefs_folder_item.c
647                 Implement age-based caching: allow to
648                 specify a threshold for the offline synchronisation
649                 feature, and whether old cached bodies should 
650                 be removed
651         * src/toolbar.c
652         * src/toolbar.h
653                 Fix label/tooltips
654         * src/plugins/dillo_viewer/dillo_viewer.c
655                 Check that Dillo's installed
656
657 2007-07-20 [wwp]        2.10.0cvs50
658
659         * src/mimeview.c
660         * src/stock_pixmap.c
661                 Draw a frame around the selected mimeview part icon (instead of the
662                 shifted 'dancing' icon).
663
664 2007-07-20 [colin]      2.10.0cvs49
665
666         * src/main.c
667                 Unref stuff even on error
668         * src/wizard.c
669                 disconnect signals only at the very
670                 end of the wizard save.
671
672 2007-07-20 [colin]      2.10.0cvs48
673
674         * src/mainwindow.c
675         * src/messageview.c
676         * src/toolbar.c
677         * src/toolbar.h
678                 Fix random crashes while navigating
679                 (GTK_EVENTS_FLUSH)
680
681 2007-07-19 [colin]      2.10.0cvs47
682
683         * configure.ac
684         * src/main.c
685         * src/prefs_common.c
686         * src/prefs_common.h
687         * src/wizard.c
688         * src/common/defs.h
689         * src/common/utils.c
690                 Maemo: add an easy way to store data (mails
691                 and IMAP/NNTP caches) on one of the SD cards,
692                 and protect against unmounts if needed
693
694 2007-07-19 [paul]       2.10.0cvs46
695
696         * src/Makefile.am
697         * src/stock_pixmap.c
698         * src/gtk/about.c
699         * src/pixmaps/claws-mail_logo-small.xpm
700                 implement a (slightly) different About
701                 dialog for maemo and add a small version
702                 of the logo for it
703         * src/wizard.c
704                 use a scrolled window for wizard page 1
705                 on maemo
706
707 2007-07-19 [paul]       2.10.0cvs45
708
709         * src/Makefile.am
710                 too soon for this line
711
712 2007-07-19 [paul]       2.10.0cvs44
713
714         * src/Makefile.am
715                 fix build on n800
716
717 2007-07-19 [colin]      2.10.0cvs43
718
719         * src/wizard.c
720                 Solve Mail/Mailbox name when specifying
721                 full /path/to/Mail.
722
723 2007-07-18 [colin]      2.10.0cvs42
724
725         * src/inc.c
726         * configure.ac
727                 Fix build on n770
728
729 2007-07-18 [colin]      2.10.0cvs41
730
731         * src/inc.c
732                 Maemo: plug the online/offline system into
733                 maemo's interfaces to have Claws automatically
734                 switch according to the system status
735         * src/statusbar.c
736                 Maemo: use HildonBanners to display status
737                 messages. Renders the main statusbar useless.
738
739 2007-07-18 [paul]       2.10.0cvs40
740
741         * src/filtering.c
742                 fix screen blanking on moving/copying many msgs
743         * src/folder.c
744                 fix processing progressbar and screen blanking
745                 during processing
746
747 2007-07-18 [paul]       2.10.0cvs39
748
749         * src/messageview.c
750                 revert cvs37, breakage on maemo
751
752 2007-07-18 [paul]       2.10.0cvs38
753
754         * src/gtk/gtkutils.c
755                 make sure we can still build with older GTK's
756
757 2007-07-18 [colin]      2.10.0cvs37
758
759         * src/messageview.c
760                 Only hide the small layout's messageview, instead
761                 of destroying it when closing
762         * src/gtk/gtkutils.c
763                 Use gtk_window_present_with_time to popup windows,
764                 it seems to make things better with modern WMs
765                 (actually focusing)
766
767 2007-07-17 [colin]      2.10.0cvs36
768
769         * src/editaddress.c
770                 Simplify layout on Maemo
771         * src/folder.c
772                 Fix possible crash
773         * src/prefs_display_header.c
774                 Remove some headers by default on Maemo
775
776 2007-07-17 [paul]       2.10.0cvs35
777
778         * src/prefs_common.c
779         * src/prefs_common.h
780         * src/prefs_logging.c
781         * src/common/log.c
782                 add options to stop/enable writing logs to disc
783
784 2007-07-17 [paul]       2.10.0cvs34
785
786         * src/edittags.c
787                 fix some issues with the Apply tags window:
788                 - set search column (enables autocompl in the treeview)
789                 - apply tag from "New tag" if it existed
790                 - clears New tag entry when adding it with the button
791                 Thanks to Colin
792
793 2007-07-17 [paul]       2.10.0cvs33
794
795         * src/edittags.c
796                 fix 'apply tags' dialogue weirdness
797
798 2007-07-16 [colin]      2.10.0cvs32
799
800         * src/toolbar.c
801                 Fix double-loading of mails on Maemo
802
803 2007-07-16 [colin]      2.10.0cvs31
804
805         * src/messageview.c
806                 Prevent double-loading of the same part under some
807                 conditions; hide statusbar on Maemo
808
809 2007-07-16 [colin]      2.10.0cvs30
810
811         * src/edittags.c
812         * src/edittags.h
813         * src/mainwindow.c
814         * src/summaryview.c
815                 Improve the tag interface - allow
816                 to set/unset tags from a special
817                 window.
818         * src/gtk/gtkvscrollbutton.c
819         * src/mimeview.c
820         * src/mimeview.h
821         * src/stock_pixmap.c
822                 Fix Mimeview's ugly hacks in the
823                 icon list. 
824
825 2007-07-16 [paul]       2.10.0cvs29
826
827         * src/wizard.c
828                 rework dialog
829         * src/gtk/icon_legend.c
830                 put it all in a scrolled window
831
832 2007-07-15 [colin]      2.10.0cvs28
833
834         * src/mainwindow.c
835                 Maemo: force layout to be Small screen; the
836                 others don't make sense
837
838 2007-07-14 [colin]      2.10.0cvs27
839
840         * src/mimeview.c
841         * src/gtk/gtkvscrollbutton.c
842                 Maemo: Fix mimeview's buttons size
843
844 2007-07-14 [colin]      2.10.0cvs26
845
846         * src/toolbar.c
847                 Fix the button workaround fix.
848                 (Use the correct variable)
849
850 2007-07-14 [colin]      2.10.0cvs25
851
852         * src/mainwindow.c
853         * src/toolbar.c
854                 Maemo: put the progress bar in the
855                 toolbar
856
857 2007-07-14 [colin]      2.10.0cvs24
858
859         * src/prefs_common.c
860                 Maemo: hide statusbar by default
861         * src/Makefile.am
862         * src/stock_pixmap.c
863         * src/stock_pixmap.h
864         * src/toolbar.c
865         * src/pixmaps/go_folders.xpm
866                 Maemo: Add a specific icon to go back to
867                 folder list
868
869 2007-07-14 [colin]      2.10.0cvs23
870
871         * src/toolbar.c
872                 Don't set homogeneous finally
873
874 2007-07-14 [colin]      2.10.0cvs22
875
876         * src/toolbar.c
877                 Fix button show/hide issues
878
879 2007-07-14 [colin]      2.10.0cvs21
880
881         * src/toolbar.c
882                 Fix huge arrows
883                 Fix button workaround to be able to click
884                 if mouse was on button when it went un-
885                 sensitive.
886                 Revert previous commit, gtk_tool_item_set_homogeneous
887                 doesn't mean what it seems to mean ;-)
888
889 2007-07-14 [paul]       2.10.0cvs20
890
891         * src/toolbar.c
892                 make homogeneous FALSE always
893
894 2007-07-13 [colin]      2.10.0cvs19
895
896         * src/toolbar.c
897         * src/toolbar.h
898                 Rework to fit the non-deprecated API
899         * src/compose.c
900         * src/folderview.c
901         * src/mainwindow.c
902         * src/messageview.c
903         * src/summaryview.c
904                 Maemo layout changes. Better toolbars,
905                 removal of CTree headers. 
906
907 2007-07-13 [paul]       2.10.0cvs18
908
909         * src/gtk/colorlabel.c
910                 fix bug 1261, '[DE] coloring messages in overview 
911                 keys are not localised'
912                 the string is now included in claws-mail.pot
913
914 2007-07-13 [colin]      2.10.0cvs17
915
916         * src/summaryview.c
917                 Fix bug 1267, 'printing mutliple messages 
918                 opens one message-dialog after the other'
919                 Ask for confirmation when printing 10
920                 messages or more.
921
922 2007-07-11 [colin]      2.10.0cvs16
923
924         * COPYING
925         * README
926         * autogen.sh
927         * manual/claws-mail-manual.xml
928         * manual/gpl.xml
929         * manual/es/claws-mail-manual.xml
930         * manual/es/gpl.xml
931         * manual/fr/claws-mail-manual.xml
932         * manual/fr/gpl.xml
933         * manual/pl/gpl.xml
934         * src/account.c
935         * src/account.h
936         * src/action.c
937         * src/action.h
938         * src/adbookbase.h
939         * src/addr_compl.c
940         * src/addr_compl.h
941         * src/addrbook.c
942         * src/addrbook.h
943         * src/addrcache.c
944         * src/addrcache.h
945         * src/addrcindex.c
946         * src/addrcindex.h
947         * src/addrclip.c
948         * src/addrclip.h
949         * src/addrdefs.h
950         * src/addressadd.c
951         * src/addressadd.h
952         * src/addressbook.c
953         * src/addressbook.h
954         * src/addressbook_foldersel.c
955         * src/addressbook_foldersel.h
956         * src/addressitem.h
957         * src/addrgather.c
958         * src/addrgather.h
959         * src/addrharvest.c
960         * src/addrharvest.h
961         * src/addrindex.c
962         * src/addrindex.h
963         * src/addritem.c
964         * src/addritem.h
965         * src/addrquery.c
966         * src/addrquery.h
967         * src/addrselect.c
968         * src/addrselect.h
969         * src/alertpanel.c
970         * src/alertpanel.h
971         * src/browseldap.c
972         * src/browseldap.h
973         * src/codeconv.c
974         * src/codeconv.h
975         * src/compose.c
976         * src/compose.h
977         * src/crash.c
978         * src/crash.h
979         * src/customheader.c
980         * src/customheader.h
981         * src/displayheader.c
982         * src/displayheader.h
983         * src/editaddress.c
984         * src/editaddress.h
985         * src/editaddress_other_attributes_ldap.c
986         * src/editaddress_other_attributes_ldap.h
987         * src/editbook.c
988         * src/editbook.h
989         * src/editgroup.c
990         * src/editgroup.h
991         * src/editjpilot.c
992         * src/editjpilot.h
993         * src/editldap.c
994         * src/editldap.h
995         * src/editldap_basedn.c
996         * src/editldap_basedn.h
997         * src/edittags.c
998         * src/edittags.h
999         * src/editvcard.c
1000         * src/editvcard.h
1001         * src/enriched.c
1002         * src/enriched.h
1003         * src/exphtmldlg.c
1004         * src/exphtmldlg.h
1005         * src/expldifdlg.c
1006         * src/expldifdlg.h
1007         * src/export.c
1008         * src/export.h
1009         * src/exporthtml.c
1010         * src/exporthtml.h
1011         * src/exportldif.c
1012         * src/exportldif.h
1013         * src/filtering.c
1014         * src/filtering.h
1015         * src/folder.c
1016         * src/folder.h
1017         * src/folder_item_prefs.c
1018         * src/folder_item_prefs.h
1019         * src/foldersel.c
1020         * src/foldersel.h
1021         * src/folderutils.c
1022         * src/folderutils.h
1023         * src/folderview.c
1024         * src/folderview.h
1025         * src/gedit-print.c
1026         * src/gedit-print.h
1027         * src/grouplistdialog.c
1028         * src/grouplistdialog.h
1029         * src/headerview.c
1030         * src/headerview.h
1031         * src/html.c
1032         * src/html.h
1033         * src/image_viewer.c
1034         * src/image_viewer.h
1035         * src/imap.c
1036         * src/imap.h
1037         * src/imap_gtk.c
1038         * src/imap_gtk.h
1039         * src/import.c
1040         * src/import.h
1041         * src/importldif.c
1042         * src/importldif.h
1043         * src/importmutt.c
1044         * src/importmutt.h
1045         * src/importpine.c
1046         * src/importpine.h
1047         * src/inc.c
1048         * src/inc.h
1049         * src/jpilot.c
1050         * src/jpilot.h
1051         * src/ldapctrl.c
1052         * src/ldapctrl.h
1053         * src/ldaplocate.c
1054         * src/ldaplocate.h
1055         * src/ldapquery.c
1056         * src/ldapquery.h
1057         * src/ldapserver.c
1058         * src/ldapserver.h
1059         * src/ldapupdate.c
1060         * src/ldapupdate.h
1061         * src/ldaputil.c
1062         * src/ldaputil.h
1063         * src/ldif.c
1064         * src/ldif.h
1065         * src/localfolder.c
1066         * src/localfolder.h
1067         * src/main.c
1068         * src/main.h
1069         * src/mainwindow.c
1070         * src/mainwindow.h
1071         * src/manual.c
1072         * src/manual.h
1073         * src/matcher.c
1074         * src/matcher.h
1075         * src/matcher_parser.h
1076         * src/matcher_parser_lex.l
1077         * src/matcher_parser_parse.y
1078         * src/mbox.c
1079         * src/mbox.h
1080         * src/message_search.c
1081         * src/message_search.h
1082         * src/messageview.c
1083         * src/messageview.h
1084         * src/mh.c
1085         * src/mh.h
1086         * src/mh_gtk.c
1087         * src/mh_gtk.h
1088         * src/mimeview.c
1089         * src/mimeview.h
1090         * src/msgcache.c
1091         * src/msgcache.h
1092         * src/mutt.c
1093         * src/mutt.h
1094         * src/news.c
1095         * src/news.h
1096         * src/news_gtk.c
1097         * src/news_gtk.h
1098         * src/noticeview.c
1099         * src/noticeview.h
1100         * src/partial_download.c
1101         * src/partial_download.h
1102         * src/pine.c
1103         * src/pine.h
1104         * src/pop.c
1105         * src/pop.h
1106         * src/prefs_account.c
1107         * src/prefs_account.h
1108         * src/prefs_actions.c
1109         * src/prefs_actions.h
1110         * src/prefs_common.c
1111         * src/prefs_common.h
1112         * src/prefs_compose_writing.c
1113         * src/prefs_compose_writing.h
1114         * src/prefs_customheader.c
1115         * src/prefs_customheader.h
1116         * src/prefs_display_header.c
1117         * src/prefs_display_header.h
1118         * src/prefs_ext_prog.c
1119         * src/prefs_ext_prog.h
1120         * src/prefs_filtering.c
1121         * src/prefs_filtering.h
1122         * src/prefs_filtering_action.c
1123         * src/prefs_filtering_action.h
1124         * src/prefs_folder_column.c
1125         * src/prefs_folder_column.h
1126         * src/prefs_folder_item.c
1127         * src/prefs_folder_item.h
1128         * src/prefs_fonts.c
1129         * src/prefs_fonts.h
1130         * src/prefs_gtk.c
1131         * src/prefs_gtk.h
1132         * src/prefs_image_viewer.c
1133         * src/prefs_image_viewer.h
1134         * src/prefs_logging.c
1135         * src/prefs_logging.h
1136         * src/prefs_matcher.c
1137         * src/prefs_matcher.h
1138         * src/prefs_message.c
1139         * src/prefs_message.h
1140         * src/prefs_msg_colors.c
1141         * src/prefs_msg_colors.h
1142         * src/prefs_other.c
1143         * src/prefs_other.h
1144         * src/prefs_quote.c
1145         * src/prefs_quote.h
1146         * src/prefs_receive.c
1147         * src/prefs_receive.h
1148         * src/prefs_send.c
1149         * src/prefs_send.h
1150         * src/prefs_spelling.c
1151         * src/prefs_spelling.h
1152         * src/prefs_summaries.c
1153         * src/prefs_summaries.h
1154         * src/prefs_summary_column.c
1155         * src/prefs_summary_column.h
1156         * src/prefs_summary_open.c
1157         * src/prefs_summary_open.h
1158         * src/prefs_template.c
1159         * src/prefs_template.h
1160         * src/prefs_themes.c
1161         * src/prefs_themes.h
1162         * src/prefs_toolbar.c
1163         * src/prefs_toolbar.h
1164         * src/prefs_wrapping.c
1165         * src/prefs_wrapping.h
1166         * src/privacy.c
1167         * src/privacy.h
1168         * src/procheader.c
1169         * src/procheader.h
1170         * src/procmime.c
1171         * src/procmime.h
1172         * src/procmsg.c
1173         * src/procmsg.h
1174         * src/quote_fmt.c
1175         * src/quote_fmt_lex.l
1176         * src/quote_fmt_parse.y
1177         * src/recv.c
1178         * src/recv.h
1179         * src/remotefolder.c
1180         * src/remotefolder.h
1181         * src/send_message.c
1182         * src/send_message.h
1183         * src/setup.c
1184         * src/setup.h
1185         * src/simple-gettext.c
1186         * src/sourcewindow.c
1187         * src/sourcewindow.h
1188         * src/ssl_manager.c
1189         * src/ssl_manager.h
1190         * src/statusbar.c
1191         * src/statusbar.h
1192         * src/stock_pixmap.c
1193         * src/stock_pixmap.h
1194         * src/summary_search.c
1195         * src/summary_search.h
1196         * src/summaryview.c
1197         * src/summaryview.h
1198         * src/textview.c
1199         * src/textview.h
1200         * src/toolbar.c
1201         * src/toolbar.h
1202         * src/undo.c
1203         * src/undo.h
1204         * src/unmime.c
1205         * src/unmime.h
1206         * src/uri_opener.c
1207         * src/uri_opener.h
1208         * src/vcard.c
1209         * src/vcard.h
1210         * src/wizard.c
1211         * src/wizard.h
1212         * src/common/base64.c
1213         * src/common/base64.h
1214         * src/common/claws.c
1215         * src/common/claws.h
1216         * src/common/defs.h
1217         * src/common/fnmatch.c
1218         * src/common/fnmatch.h
1219         * src/common/fnmatch_loop.c
1220         * src/common/hooks.c
1221         * src/common/hooks.h
1222         * src/common/log.c
1223         * src/common/log.h
1224         * src/common/md5.c
1225         * src/common/md5.h
1226         * src/common/mgutils.c
1227         * src/common/mgutils.h
1228         * src/common/nntp.c
1229         * src/common/nntp.h
1230         * src/common/passcrypt.c
1231         * src/common/passcrypt.h.in
1232         * src/common/plugin.c
1233         * src/common/plugin.h
1234         * src/common/prefs.c
1235         * src/common/prefs.h
1236         * src/common/progressindicator.c
1237         * src/common/progressindicator.h
1238         * src/common/quoted-printable.c
1239         * src/common/quoted-printable.h
1240         * src/common/session.c
1241         * src/common/session.h
1242         * src/common/smtp.c
1243         * src/common/smtp.h
1244         * src/common/socket.c
1245         * src/common/socket.h
1246         * src/common/ssl.c
1247         * src/common/ssl.h
1248         * src/common/ssl_certificate.c
1249         * src/common/ssl_certificate.h
1250         * src/common/string_match.c
1251         * src/common/string_match.h
1252         * src/common/stringtable.c
1253         * src/common/stringtable.h
1254         * src/common/tags.c
1255         * src/common/tags.h
1256         * src/common/template.c
1257         * src/common/template.h
1258         * src/common/timing.h
1259         * src/common/utils.c
1260         * src/common/utils.h
1261         * src/common/uuencode.c
1262         * src/common/uuencode.h
1263         * src/common/version.h.in
1264         * src/common/w32_dirent.c
1265         * src/common/w32_reg.c
1266         * src/common/w32_signal.c
1267         * src/common/w32_stat.c
1268         * src/common/w32_stdlib.c
1269         * src/common/w32_string.c
1270         * src/common/w32_time.c
1271         * src/common/w32_unistd.c
1272         * src/common/w32_wait.c
1273         * src/common/w32lib.h
1274         * src/common/xml.c
1275         * src/common/xml.h
1276         * src/common/xmlprops.c
1277         * src/common/xmlprops.h
1278         * src/etpan/etpan-errors.h
1279         * src/etpan/etpan-thread-manager-types.h
1280         * src/etpan/etpan-thread-manager.c
1281         * src/etpan/etpan-thread-manager.h
1282         * src/etpan/imap-thread.c
1283         * src/etpan/imap-thread.h
1284         * src/gtk/about.c
1285         * src/gtk/about.h
1286         * src/gtk/colorlabel.c
1287         * src/gtk/colorlabel.h
1288         * src/gtk/colorsel.c
1289         * src/gtk/colorsel.h
1290         * src/gtk/combobox.c
1291         * src/gtk/combobox.h
1292         * src/gtk/description_window.c
1293         * src/gtk/description_window.h
1294         * src/gtk/filesel.c
1295         * src/gtk/filesel.h
1296         * src/gtk/foldersort.c
1297         * src/gtk/foldersort.h
1298         * src/gtk/gtkaspell.c
1299         * src/gtk/gtkaspell.h
1300         * src/gtk/gtksctree.c
1301         * src/gtk/gtkshruler.c
1302         * src/gtk/gtkshruler.h
1303         * src/gtk/gtksourceprintjob.c
1304         * src/gtk/gtksourceprintjob.h
1305         * src/gtk/gtkutils.c
1306         * src/gtk/gtkutils.h
1307         * src/gtk/gtkvscrollbutton.c
1308         * src/gtk/gtkvscrollbutton.h
1309         * src/gtk/icon_legend.c
1310         * src/gtk/icon_legend.h
1311         * src/gtk/inputdialog.c
1312         * src/gtk/inputdialog.h
1313         * src/gtk/logwindow.c
1314         * src/gtk/logwindow.h
1315         * src/gtk/manage_window.c
1316         * src/gtk/manage_window.h
1317         * src/gtk/menu.c
1318         * src/gtk/menu.h
1319         * src/gtk/pluginwindow.c
1320         * src/gtk/pluginwindow.h
1321         * src/gtk/prefswindow.c
1322         * src/gtk/prefswindow.h
1323         * src/gtk/progressdialog.c
1324         * src/gtk/progressdialog.h
1325         * src/gtk/quicksearch.c
1326         * src/gtk/quicksearch.h
1327         * src/gtk/sslcertwindow.c
1328         * src/gtk/sslcertwindow.h
1329         * src/plugins/bogofilter/bogofilter.c
1330         * src/plugins/bogofilter/bogofilter.h
1331         * src/plugins/bogofilter/bogofilter_gtk.c
1332         * src/plugins/clamav/clamav_plugin.c
1333         * src/plugins/clamav/clamav_plugin.h
1334         * src/plugins/clamav/clamav_plugin_gtk.c
1335         * src/plugins/demo/demo.c
1336         * src/plugins/dillo_viewer/dillo_prefs.c
1337         * src/plugins/dillo_viewer/dillo_prefs.h
1338         * src/plugins/dillo_viewer/dillo_viewer.c
1339         * src/plugins/pgpcore/passphrase.c
1340         * src/plugins/pgpcore/passphrase.h
1341         * src/plugins/pgpcore/pgp_viewer.c
1342         * src/plugins/pgpcore/pgp_viewer.h
1343         * src/plugins/pgpcore/plugin.c
1344         * src/plugins/pgpcore/prefs_gpg.c
1345         * src/plugins/pgpcore/prefs_gpg.h
1346         * src/plugins/pgpcore/select-keys.c
1347         * src/plugins/pgpcore/select-keys.h
1348         * src/plugins/pgpcore/sgpgme.c
1349         * src/plugins/pgpcore/sgpgme.h
1350         * src/plugins/pgpinline/pgpinline.c
1351         * src/plugins/pgpinline/pgpinline.h
1352         * src/plugins/pgpinline/plugin.c
1353         * src/plugins/pgpmime/pgpmime.c
1354         * src/plugins/pgpmime/pgpmime.h
1355         * src/plugins/pgpmime/plugin.c
1356         * src/plugins/spamassassin/spamassassin.c
1357         * src/plugins/spamassassin/spamassassin.h
1358         * src/plugins/spamassassin/spamassassin_gtk.c
1359         * src/plugins/trayicon/trayicon.c
1360         * src/plugins/trayicon/trayicon_prefs.c
1361         * src/plugins/trayicon/trayicon_prefs.h
1362         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1363         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1364         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1365         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1366         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1367         * tools/OOo2claws-mail.pl
1368         * tools/README.sylprint
1369         * tools/acroread2claws-mail.pl
1370         * tools/claws-mail-compose-insert-files.pl
1371         * tools/convert_mbox.pl
1372         * tools/filter_conv.pl
1373         * tools/filter_conv_new.pl
1374         * tools/fix_date.sh
1375         * tools/freshmeat_search.pl
1376         * tools/google_search.pl
1377         * tools/kmail-mailbox2claws-mail.pl
1378         * tools/kmail2claws-mail.pl
1379         * tools/kmail2claws-mail_v2.pl
1380         * tools/mairix.sh
1381         * tools/make.themes.project
1382         * tools/multiwebsearch.pl
1383         * tools/nautilus2claws-mail.sh
1384         * tools/outlook2claws-mail.pl
1385         * tools/textviewer.sh
1386         * tools/thunderbird-filters-convertor.pl
1387         * tools/update-po
1388         * tools/uuooffice
1389         * tools/vcard2xml.py
1390         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1391                 Upgrade to GPLv3 or later.
1392
1393 2007-07-10 [wwp]        2.10.0cvs15
1394
1395         * src/main.c
1396                 Fix re-opening of all composing messages that were
1397                 opened when closing the previous instance, thanks
1398                 to Colin.
1399
1400 2007-07-10 [paul]       2.10.0cvs14
1401
1402         * src/editaddress_other_attributes_ldap.c
1403         * src/ldapupdate.c
1404                 fix crash on selecting 'other attributes' combo
1405                 for either a new entry or an old entry with no
1406                 existing attributes.
1407                 fix bug on editing multiple attributes which
1408                 resulted them all having the value of the last
1409                 one changed.
1410                 Thanks to Colin
1411
1412 2007-07-10 [colin]      2.10.0cvs13
1413
1414         * src/editaddress.c
1415         * src/editaddress_other_attributes_ldap.h
1416         * src/ldapupdate.c
1417                 Fix --disable-ldap build
1418
1419 2007-07-09 [colin]      2.10.0cvs12
1420
1421         * src/Makefile.am
1422         * src/addritem.c
1423         * src/addritem.h
1424         * src/editaddress.c
1425         * src/editaddress_other_attributes_ldap.c
1426         * src/editaddress_other_attributes_ldap.h
1427         * src/editldap.c
1428         * src/ldapctrl.c
1429         * src/ldapctrl.h
1430         * src/ldapupdate.c
1431                 Add capability to edit all inetOrgPerson
1432                 attributes on LDAP. Patch by Michael 
1433                 Rasmussen
1434
1435 2007-07-09 [colin]      2.10.0cvs11
1436
1437         * src/Makefile.am
1438         * src/exporthtml.c
1439         * src/mbox.c
1440         * src/msgcache.c
1441         * src/prefs_summaries.c
1442         * src/prefs_themes.c
1443         * src/procheader.c
1444         * src/common/Makefile.am
1445         * src/common/log.c
1446         * src/common/timing.h
1447         * src/common/utils.c
1448         * src/common/utils.h
1449         * src/common/w32_account.c
1450         * src/common/w32lib.h
1451         * src/gtk/Makefile.am
1452         * src/gtk/colorlabel.c
1453         * src/plugins/pgpcore/Makefile.am
1454         * src/plugins/pgpcore/claws.def
1455         * src/plugins/pgpcore/passphrase.c
1456         * src/plugins/pgpcore/pgp_viewer.c
1457         * src/plugins/pgpcore/plugin.def
1458         * src/plugins/pgpcore/sgpgme.c
1459         * src/plugins/pgpinline/Makefile.am
1460         * src/plugins/pgpinline/claws.def
1461         * src/plugins/pgpinline/mypgpcore.def
1462         * src/plugins/pgpinline/plugin.def
1463         * src/plugins/pgpmime/Makefile.am
1464         * src/plugins/pgpmime/claws.def
1465         * src/plugins/pgpmime/mypgpcore.def
1466         * src/plugins/pgpmime/plugin.def
1467                 Commit win32 patch, from Werner Koch and
1468                 Marcus Brinkmann
1469
1470 2007-07-09 [colin]      2.10.0cvs10
1471
1472         * src/prefs_toolbar.c
1473                 Fix crash when no actions exist
1474
1475 2007-07-07 [paul]       2.10.0cvs9
1476
1477         * COPYING
1478         * manual/claws-mail-manual.xml
1479                 update copyright year
1480         * po/fi.po
1481                 updated by Flammie Pirinen
1482
1483 2007-07-05 [wwp]        2.10.0cvs8
1484
1485         * src/plugins/clamav/clamav_plugin_gtk.c
1486                 Make vertical spacing like in other plugin prefs pages.
1487
1488 2007-07-05 [wwp]        2.10.0cvs7
1489
1490         * src/quote_fmt.c
1491                 It's %am that works, not %ae (this doc incoherence has been
1492                 introduced with 2.9.2cvs13).
1493
1494 2007-07-04 [wwp]        2.10.0cvs6
1495
1496         * src/plugins/bogofilter/bogofilter.c
1497                 Gettext-ize an occurrence of "Any" that wasn't.
1498
1499 2007-07-04 [colin]      2.10.0cvs5
1500
1501         * po/POTFILES.in
1502                 Fix untranslated strings; thanks
1503                 to Pader Rezso.
1504
1505 2007-07-03 [colin]      2.10.0cvs4
1506
1507         * src/folder.c
1508         * src/mainwindow.c
1509                 Fix saving of sort mode for tags and
1510                 thread date. Thanks to Pierre Ossman.
1511                 Completes fix for bug 1233
1512
1513 2007-07-03 [paul]       2.10.0cvs3
1514
1515         * src/compose.c
1516                 fix auto-save
1517         * src/summaryview.c
1518                 fix build warnings
1519         Thanks to Colin
1520
1521 2007-07-02 [colin]      2.10.0cvs2
1522
1523         * src/folder.h
1524         * src/mainwindow.c
1525         * src/procmsg.h
1526         * src/summaryview.c
1527                 Add View/Sort/by Thread date
1528                 Fixes bug 1233, 'Capability to sort 
1529                 threads by most recent message'
1530                 Based on a patch by Paul Rolland
1531
1532 2007-07-02 [colin]      2.10.0cvs1
1533
1534         * src/Makefile.am
1535         * src/compose.c
1536         * src/edittags.c
1537         * src/edittags.h
1538         * src/filtering.c
1539         * src/folder.c
1540         * src/folder.h
1541         * src/headerview.c
1542         * src/headerview.h
1543         * src/main.c
1544         * src/mainwindow.c
1545         * src/mainwindow.h
1546         * src/manual.h
1547         * src/matcher.c
1548         * src/matcher.h
1549         * src/matcher_parser_parse.y
1550         * src/mimeview.c
1551         * src/msgcache.c
1552         * src/msgcache.h
1553         * src/prefs_common.c
1554         * src/prefs_common.h
1555         * src/prefs_filtering_action.c
1556         * src/prefs_matcher.c
1557         * src/prefs_summary_column.c
1558         * src/procmsg.c
1559         * src/procmsg.h
1560         * src/quote_fmt.c
1561         * src/quote_fmt_lex.l
1562         * src/quote_fmt_parse.y
1563         * src/summaryview.c
1564         * src/summaryview.h
1565         * src/textview.c
1566         * src/common/Makefile.am
1567         * src/common/defs.h
1568         * src/common/tags.c
1569         * src/common/tags.h
1570         * src/gtk/quicksearch.c
1571         * src/gtk/quicksearch.h
1572                 Add Tags implementation. Tags are arbitrary labels
1573                 that can be applied to messages. It is possible 
1574                 to create, edit, remove tags; apply them to mails;
1575                 filter on tags or tag presence; apply or unset
1576                 tags via filtering actions; reference tags in
1577                 reply templates.
1578
1579 2007-07-02 [paul]       2.10.0
1580
1581         * NEWS
1582         * README
1583         * RELEASE_NOTES
1584                 2.10.0 released
1585
1586 2007-07-02 [paul]       2.9.2cvs78
1587
1588         * po/de.po
1589         * po/en_GB.po
1590         * po/es.po
1591         * po/fr.po
1592         * po/hu.po
1593         * po/pt_BR.po
1594         * po/ru.po
1595         * po/zh_CN.po
1596                 updated by Stephan Sachse, me, Ricardo Mones
1597                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1598                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1599
1600 2007-07-02 [paul]       2.9.2cvs77
1601
1602         * AUTHORS
1603                 updated
1604
1605 2007-06-29 [wwp]        2.9.2cvs76
1606
1607         * src/gtk/headers.h
1608                 Fix a typo (thanks to Ricardo for finding this out).
1609
1610 2007-06-28 [paul]       2.9.2cvs75
1611
1612         * src/folderview.c
1613                 fix build warnings
1614
1615 2007-06-28 [paul]       2.9.2cvs74
1616
1617         * tools/Makefile.am
1618                 fix bug in the autotools build system.
1619                 Files cataloged under EXTRA_DIST were never
1620                 automatically copied to the build tree.
1621                 (fix 'make distcheck')
1622                 Patch by Michael Rasmussen.
1623
1624 2007-06-24 [colin]      2.9.2cvs73
1625
1626         * src/news_gtk.c
1627                 Fix bug 1249, 'Error handling for 
1628                 news errors needs modification'
1629                 Only popup error if the according
1630                 pref in Prefs/Receive is set.
1631
1632 2007-06-21 [colin]      2.9.2cvs72
1633
1634         * src/common/plugin.c
1635         * src/common/plugin.h
1636                 Change plugin API to know whether it's safe to 
1637                 unload plugins or whether we should just hide
1638                 them. Fixes bug 1248, 'Core dumps after 
1639                 unloading plugin and clicking on load plugins'
1640         * src/plugins/bogofilter/bogofilter.c
1641         * src/plugins/clamav/clamav_plugin.c
1642         * src/plugins/demo/demo.c
1643         * src/plugins/dillo_viewer/dillo_viewer.c
1644         * src/plugins/pgpcore/plugin.c
1645         * src/plugins/pgpinline/plugin.c
1646         * src/plugins/pgpmime/plugin.c
1647         * src/plugins/spamassassin/spamassassin.c
1648         * src/plugins/trayicon/trayicon.c
1649                 Update API
1650
1651 2007-06-19 [colin]      2.9.2cvs71
1652
1653         * src/compose.c
1654         * src/messageview.c
1655                 Fix crash mentioned in bug 1246
1656                 Race condition when automatically drafting
1657                 due to insertion on reedit.
1658
1659 2007-06-18 [wwp]        2.9.2cvs70
1660
1661         * src/importldif.c
1662                 LDIF import: use a "Proceed" button to complete
1663                 the process.
1664
1665 2007-06-18 [paul]       2.9.2cvs69
1666
1667         * configure.ac
1668                 use pkgconfig to check for gtk and glib
1669
1670 2007-06-17 [wwp]        2.9.2cvs68
1671
1672         * src/ldif.c
1673         * src/importldif.c
1674                 LDIF import: better error handling, minor code
1675                 and UI cleanup, and renamed the Save button
1676                 to Close, as imported stuff is already saved
1677                 when the Save button is shown.
1678
1679 2007-06-17 [colin]      2.9.2cvs67
1680
1681         * src/prefs_summaries.c
1682         * src/procmsg.c
1683                 Don't set as read when forwarded, only replied to
1684
1685 2007-06-17 [paul]       2.9.2cvs66
1686
1687         * src/alertpanel.c
1688                 add missing #include
1689
1690 2007-06-16 [colin]      2.9.2cvs65
1691
1692         * src/prefs_summaries.c
1693         * src/procmsg.c
1694                 Change the pref "Only mark as read when opened
1695                 in new window" to "..., replied to or forwarded".
1696                 Based on a patch by Paul Rolland.
1697
1698 2007-06-16 [paul]       2.9.2cvs64
1699
1700         * src/gtk/authors.h
1701                 alphabetical order! :)
1702
1703 2007-06-16 [colin]      2.9.2cvs63
1704
1705         * AUTHORS
1706         * src/gtk/authors.h
1707                 Add Michael Rasmussen in authors list
1708
1709 2007-06-16 [colin]      2.9.2cvs62
1710
1711         * src/messageview.c
1712                 Fix messageview_copy_clipboard to take advantage
1713                 of plugins' get_selection.
1714
1715 2007-06-15 [colin]      2.9.2cvs61
1716
1717         * src/action.c
1718         * src/addr_compl.c
1719         * src/addressbook.c
1720         * src/folderview.c
1721         * src/message_search.c
1722         * src/mimeview.c
1723         * src/summary_search.c
1724         * src/summaryview.c
1725         * src/textview.c
1726                 Allow GDK_KP_Enter to do the same as GDK_Return
1727                 Patch by Michael Rasmussen
1728
1729 2007-06-15 [paul]       2.9.2cvs60
1730
1731         * src/compose.c
1732                 fix bug when closing a compose window
1733                 during autosave
1734
1735 2007-06-14 [paul]       2.9.2cvs59
1736
1737         * src/main.c
1738         * src/common/defs.h
1739                 migrate sylpheed config
1740
1741 2007-06-14 [wwp]        2.9.2cvs58
1742
1743         * src/gtk/pluginwindow.c
1744                 Yet another attempt to fix sizing/alignment of the
1745                 button bar in plugins window.
1746
1747 2007-06-12 [colin]      2.9.2cvs57
1748
1749         * po/POTFILES.in
1750         * src/Makefile.am
1751         * src/folderview.c
1752         * src/prefs_common.c
1753         * src/prefs_common.h
1754         * src/prefs_summaries.c
1755         * src/prefs_summary_open.c
1756         * src/prefs_summary_open.h
1757         * src/summaryview.c
1758                 Make "when entering a folder" actions more personalisable
1759
1760 2007-06-12 [wwp]        2.9.2cvs56
1761
1762         * tools/README
1763                 Use short description from Paul (mairix.sh).
1764
1765 2007-06-12 [wwp]        2.9.2cvs55
1766
1767         * tools/README
1768                 Updated info about mairix.sh.
1769
1770 2007-06-11 [paul]       2.9.2cvs54
1771
1772         * src/prefs_logging.c
1773                 rework log window length widgets
1774                 and some sensitivity fixes
1775
1776 2007-06-11 [paul]       2.9.2cvs53
1777
1778         * src/mainwindow.c
1779         * src/prefs_logging.c
1780                 rename 'Protocol Log' to 'Network Log'
1781                 and some function renaming
1782
1783 2007-06-10 [wwp]        2.9.2cvs52
1784
1785         * src/gtk/pluginwindow.c
1786                 Revert 2.9.2cvs51.
1787
1788 2007-06-10 [wwp]        2.9.2cvs51
1789
1790         * src/gtk/pluginwindow.c
1791                 Fix button bar in plugin window, was centered and not
1792                 behaving like other dialogs w/ such button bar.
1793
1794 2007-06-08 [wwp]        2.9.2cvs50
1795
1796         * src/compose.c
1797         * src/compose.h
1798         * src/main.c
1799         * src/mainwindow.c
1800         * src/mainwindow.h
1801                 Provide a way out of automatic draft saving on IMAP, when
1802                 exiting offline.
1803                 Prevent drafting while sending and quitting while sending.
1804                 Thanks for Colin.
1805
1806
1807
1808 2007-06-08 [wwp]        2.9.2cvs49
1809
1810         * src/prefs_account.c
1811         * src/gtk/prefswindow.c
1812         * src/gtk/prefswindow.h
1813                 Activate the Basic page when opening account prefs.
1814
1815 2007-06-08 [wwp]        2.9.2cvs48
1816
1817         * src/common/socket.c
1818                 Don't crash if fork() fails, thanks to Colin.
1819
1820 2007-06-08 [wwp]        2.9.2cvs47
1821
1822         * src/gtk/prefswindow.c
1823                 Wrap some long lines, and reset horizontal scroller's adjusment
1824                 (this was already done, vertically), when changing tab (not page)
1825                 in prefs windows.
1826
1827 2007-06-08 [paul]       2.9.2cvs46
1828
1829         * src/common/utils.c
1830                 use gethostname() instead of uname()
1831                 based on a patch by Michael Hughes
1832                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1833
1834 2007-06-07 [wwp]        2.9.2cvs45
1835
1836         * src/prefs_common.c
1837                 Fix some useless warnings, thanks to Colin.
1838
1839 2007-06-06 [colin]      2.9.2cvs44
1840
1841         * src/ldapupdate.c
1842                 Fix strange allocations. 
1843
1844 2007-06-06 [colin]      2.9.2cvs43
1845
1846         * src/ldapupdate.c
1847                 Patch by Michael Rasmussus to help
1848                 bug 1232
1849
1850 2007-06-05 [wwp]        2.9.2cvs42
1851
1852         * src/prefs_account.c
1853         * src/prefs_folder_item.c
1854         * src/prefs_quote.c
1855         * src/quote_fmt.c
1856         * src/quote_fmt.h
1857                 Per-folder templates can now be applied recursively.
1858                 Always save per-folder templates (formats were erroneously
1859                 saved only if they were enabled).
1860                 Check for validity of quotation marks everywhere there
1861                 are defined.
1862
1863 2007-06-05 [wwp]        2.9.2cvs41
1864
1865         * src/inc.c
1866                 Fix incoming messages from local accounts always getting filtered
1867                 (even if the account prefs say don't), thanks to Colin.
1868
1869 2007-06-05 [wwp]        2.9.2cvs40
1870
1871         * src/compose.c
1872         * src/compose.h
1873                 Use per-folder/per-account quote chars when applying a
1874                 template or inserting text as well. Const'ify some
1875                 vars more.
1876
1877 2007-06-04 [colin]      2.9.2cvs39
1878
1879         * src/compose.c
1880                 More work for wwp :)
1881
1882 2007-06-04 [wwp]        2.9.2cvs38
1883
1884         * src/compose.c
1885                 Same as 2.9.2cvs36 but for forwarding.
1886
1887 2007-06-04 [colin]      2.9.2cvs37
1888
1889         * src/compose.c
1890                 Use original mail file for forward/redirect
1891                 Fixes some forwarded mails to be attached as
1892                 application/octet-stream (when they have binary
1893                 parts), and incidentally fixes bug 848
1894                 'Redirect breaks GnuPG'
1895
1896 2007-06-04 [wwp]        2.9.2cvs36
1897
1898         * src/compose.c
1899                 Fix quote mark mis-initialisation when replying/forwarding
1900                 (introduced w/ 2.9.2cvs20).
1901
1902 2007-06-04 [wwp]        2.9.2cvs35
1903
1904         * src/prefs_compose_writing.c
1905         * src/prefs_quote.c
1906                 Fix a bug where Quotation characters (prefs/compose/writing)
1907                 was cleared (introduced w/ 2.9.2cvs26).
1908
1909 2007-06-04 [wwp]        2.9.2cvs34
1910
1911         * src/prefs_account.c
1912         * src/prefs_account.h
1913                 Better fix for compiling w/o aspell (rollbacks
1914                 2.9.2cvs31).
1915
1916 2007-06-04 [wwp]        2.9.2cvs33
1917
1918         * src/account.c
1919         * src/prefs_account.c
1920         * src/prefs_account.h
1921         * src/procmsg.c
1922                 It's now possible to disable mail filtering plugins
1923                 on a per-account basis.
1924
1925 2007-06-04 [wwp]        2.9.2cvs32
1926
1927         * src/procheader.c
1928         * src/common/utils.c
1929         * src/common/utils.h
1930                 Support CRLF in headers part of messages.
1931                 Support few more date formats (RFC3339 subsets).
1932
1933 2007-06-04 [wwp]        2.9.2cvs31
1934
1935         * src/prefs_account.c
1936                 Fix compiling w/o aspell support.
1937
1938 2007-06-03 [wwp]        2.9.2cvs30
1939
1940         * src/prefs_gtk.c
1941                 Don't decode leading ENV_ and ~ in P_PASSWORD
1942                 values.
1943
1944 2007-06-03 [wwp]        2.9.2cvs29
1945
1946         * src/prefs_gtk.c
1947                 Don't decode leading ENV_ and ~ in P_PASSWORD
1948                 values.
1949
1950 2007-06-03 [wwp]        2.9.2cvs28
1951
1952         * src/prefs_account.c
1953         * src/gtk/prefswindow.c
1954         * src/gtk/prefswindow.h
1955                 Added a way to force preloading of all pages
1956                 (prefswindow).
1957                 Moved tabs to pages in account prefs.
1958
1959 2007-06-02 [colin]      2.9.2cvs27
1960
1961         * src/addressbook.c
1962                 Fix possible crash, fix ldap write bugs
1963         * src/ldapupdate.c
1964                 Fix ldap write bugs - patch by Michael
1965                 Rasmussen
1966         * src/alertpanel.c
1967         * src/alertpanel.h
1968                 Add a hook whenever alertpanel opens/closes
1969
1970 2007-05-31 [wwp]        2.9.2cvs26
1971
1972         * src/prefs_compose_writing.c
1973         * src/prefs_quote.c
1974                 Re-organized writing options a bit:
1975                  - renamed the Quoting page to Templates
1976                  - moved all composing templates to that page
1977                  - moved non-templates options to the Writing one,
1978                    grouped reply-related options, reordered reply and
1979                    forward options.
1980
1981 2007-05-31 [wwp]        2.9.2cvs25
1982
1983         * src/compose.c
1984                 Removed unused code.
1985
1986 2007-05-31 [colin]      2.9.2cvs24
1987
1988         * src/addressbook.c
1989                 Fix missing display name when modifying
1990                 LDAP. Patch by Michael Rasmussen
1991
1992 2007-05-31 [wwp]        2.9.2cvs23
1993
1994         * src/plugins/bogofilter/Makefile.am
1995         * src/plugins/clamav/Makefile.am
1996         * src/plugins/demo/Makefile.am
1997         * src/plugins/dillo_viewer/Makefile.am
1998         * src/plugins/spamassassin/Makefile.am
1999                 Fix building of those plugins in Mac OS X.
2000
2001 2007-05-30 [wwp]        2.9.2cvs22
2002
2003         * src/gtk/quicksearch.c
2004                 Fix missing initialization.
2005
2006 2007-05-30 [wwp]        2.9.2cvs21
2007
2008         * src/procheader.c
2009                 Revert accidental commit (debug outputs).
2010
2011 2007-05-30 [wwp]        2.9.2cvs20
2012
2013         * src/compose.c
2014         * src/folder_item_prefs.c
2015         * src/folder_item_prefs.h
2016         * src/prefs_account.c
2017         * src/prefs_account.h
2018         * src/prefs_folder_item.c
2019         * src/prefs_gtk.c
2020         * src/prefs_gtk.h
2021                 Implemented per-account and per-folder
2022                 compose/reply/forward formats.
2023
2024 2007-05-30 [wwp]        2.9.2cvs19
2025
2026         * src/prefs_compose_writing.c
2027         * src/prefs_quote.c
2028         * src/procheader.c
2029         * src/quote_fmt.c
2030         * src/quote_fmt.h
2031                 Internal API changes (factorize quote format
2032                 prefs and checks).
2033
2034 2007-05-30 [colin]      2.9.2cvs18
2035
2036         * src/compose.c
2037                 Fix race where it's possible to re-click Send
2038                 between end of SMTP session and end of "move to
2039                 sent folder" when sending an email with send
2040                 dialog enabled.
2041
2042 2007-05-30 [colin]      2.9.2cvs17
2043
2044         * src/crash.c
2045                 Ask for backtrace on all threads. Patch by
2046                 Pawel
2047         * src/folderview.c
2048                 Fix stale news statusbar when scanning fails.
2049                 Patch by Pawel
2050         * src/ldapupdate.c
2051                 Fix some LDAP write updates bugs. Patch
2052                 by Michael Rasmussen
2053
2054 2007-05-29 [colin]      2.9.2cvs16
2055
2056         * src/imap.c
2057                 Fix loss of local flags when moving mails
2058                 on IMAP in high-bandwidth mode (UID FETCH)
2059
2060 2007-05-25 [paul]       2.9.2cvs15
2061
2062         * src/common/socket.c
2063                 fix sometimes crasher on cancelling
2064                 message sending
2065
2066 2007-05-25 [colin]      2.9.2cvs14
2067
2068         * src/imap.c
2069                 Fix a memory leak
2070         * src/imap_gtk.c
2071                 Be more helpful in the subscription
2072                 message
2073
2074 2007-05-23 [wwp]        2.9.2cvs13
2075
2076         * src/compose.c
2077         * src/prefs_compose_writing.c
2078         * src/prefs_quote.c
2079         * src/prefs_template.c
2080         * src/prefs_template.h
2081         * src/quote_fmt.c
2082         * src/quote_fmt.h
2083         * src/quote_fmt_lex.l
2084         * src/quote_fmt_parse.y
2085                 Introduced new syntax elements (symbols and commands)
2086                 in templates/quote_fmt. Compatibility w/ old
2087                 symbols is kept.
2088                 Updated and reworked the corresponding Information
2089                 dialog.
2090                 Display the line number in dialogs that talk about
2091                 parser errors (in addition to the error message in
2092                 output).
2093
2094 2007-05-23 [wwp]        2.9.2cvs12
2095
2096         * src/quote_fmt_parse.y
2097                 Fix 2.9.2cvs11, probably a paste accident ;).
2098
2099 2007-05-23 [wwp]        2.9.2cvs11
2100
2101         * src/compose.c
2102         * src/prefs_template.c
2103         * src/quote_fmt.h
2104         * src/quote_fmt_parse.y
2105                 Fix 2.9.2cvs10, which broke --disable-aspell.
2106
2107 2007-05-22 [wwp]        2.9.2cvs10
2108
2109         * src/compose.c
2110         * src/prefs_template.c
2111         * src/quote_fmt.c
2112         * src/quote_fmt.h
2113         * src/quote_fmt_lex.l
2114         * src/quote_fmt_parse.y
2115         * src/gtk/gtkaspell.c
2116         * src/gtk/gtkaspell.h
2117                 Added template/quote format syntactical elements
2118                 to show and query:
2119                         - current dictionary
2120                           %T to show (shows empty if not set or not enabled),
2121                           ?T and !T to check if the default dictionary is
2122                           enabled and set
2123                         - current account's default dictionary
2124                           %aT to show (empty if not set or not enabled),
2125                           ?aT and !aT to check if it's enabled and set
2126                         - name completion for an address, from the address
2127                           book
2128                           %ABf, %ABt, %ABc respectively show the full name got
2129                           from the address book if From, To or Cc match a single
2130                           contact.
2131                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2132                           matches any contact and if the full name is non-empty.
2133                           If From, To or Cc are lists of email addresses, only
2134                           the first address will be checked.
2135                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2136                 that could show a trailing ','.
2137                 Also, template/quote_fmt parser now shows the line number in case
2138                 of parser error.
2139
2140 2007-05-15 [colin]      2.9.2cvs9
2141
2142         * src/main.c
2143         * src/main.h
2144                 Add a public function to know whether Claws
2145                 crashed last time
2146                 Store opened folder when exiting
2147         * src/folder.c
2148         * src/folder.h
2149                 Store last opened message in each FolderItem;
2150                 Reset last seen messages if Claws crashed, so 
2151                 that one can't go in an infinite crash in case 
2152                 a particular mail crashes Claws.
2153         * src/messageview.c
2154         * src/prefs_common.c
2155         * src/prefs_common.h
2156         * src/summaryview.c
2157         * src/prefs_summaries.c
2158                 Add "Select last opened message" when entering
2159                 a folder
2160                 Add "Select last opened folder" at startup.
2161
2162 2007-05-14 [colin]      2.9.2cvs8
2163
2164         * manual/xml2pdf
2165                 Fix bashism, search for xml catalog 
2166                 in /usr/local/share/xml/catalog too
2167                 Patch by Pawel
2168
2169 2007-05-13 [wwp]        2.9.2cvs7
2170
2171         * src/gtk/logwindow.c
2172                 fix raising log windows when they are either minimized or
2173                 in background.
2174
2175 2007-05-11 [colin]      2.9.2cvs6
2176
2177         * src/gtk/filesel.c
2178                 Use Hildon's file chooser on Maemo. Patch
2179                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2180                 'File attachment "manipulation" bugs...'
2181
2182 2007-05-10 [wwp]        2.9.2cvs5
2183
2184         * src/prefs_common.c
2185         * src/prefs_common.h
2186         * src/gtk/quicksearch.c
2187                 Add a quicksearch option to automatically run
2188                 a search selected from the history (this option
2189                 is exclusive towards type-ahead).
2190
2191 2007-05-10 [colin]      2.9.2cvs4
2192
2193         * src/imap.c
2194                 Fix g_warnings, thanks to Brian
2195                 Morrison
2196
2197 2007-05-09 [colin]      2.9.2cvs3
2198
2199         * src/crash.c
2200         * src/exporthtml.c
2201         * src/mbox.c
2202         * src/prefs_summaries.c
2203         * src/procheader.c
2204         * src/common/log.c
2205         * src/common/utils.c
2206         * src/gtk/gtksourceprintjob.c
2207         * src/gtk/sslcertwindow.c
2208                 Use the re-entrant variant of time functions
2209                 Probably fixes bug 1217, 'reentrancy problems 
2210                 with time functions'
2211
2212 2007-05-09 [colin]      2.9.2cvs2
2213
2214         * src/imap.c
2215                 Fix crasher when reconnection fails
2216
2217 2007-05-08 [paul]       2.9.2cvs1
2218
2219         * NEWS
2220         * README
2221         * RELEASE_NOTES
2222         * configure.ac
2223                 bump version number following
2224                 stable release
2225
2226 2007-05-08 [paul]       2.9.1cvs48
2227
2228         * src/plugins/demo/demo.c
2229         * src/plugins/dillo_viewer/dillo_prefs.c
2230         * src/plugins/dillo_viewer/dillo_prefs.h
2231         * src/plugins/dillo_viewer/dillo_viewer.c
2232         * src/plugins/pgpcore/pgp_viewer.c
2233         * src/plugins/pgpcore/pgp_viewer.h
2234         * src/plugins/pgpcore/plugin.c
2235         * src/plugins/pgpcore/prefs_gpg.c
2236         * src/plugins/pgpcore/prefs_gpg.h
2237         * src/plugins/pgpcore/sgpgme.c
2238         * src/plugins/pgpcore/sgpgme.h
2239         * src/plugins/pgpinline/plugin.c
2240         * src/plugins/pgpmime/pgpmime.c
2241         * src/plugins/pgpmime/pgpmime.h
2242         * src/plugins/pgpmime/plugin.c
2243         * src/plugins/spamassassin/spamassassin.c
2244         * src/plugins/spamassassin/spamassassin.h
2245         * src/plugins/spamassassin/spamassassin_gtk.c
2246         * src/plugins/trayicon/README
2247         * tools/README
2248         * tools/README.sylprint
2249         * tools/outlook2claws-mail.pl
2250         * tools/sylprint.pl
2251         * tools/tb2claws-mail
2252         * tools/tbird2claws.py
2253         * tools/update-po
2254         * tools/vcard2xml.py
2255         * tools/kdeservicemenu/README
2256                 cleanups and corrections
2257
2258 2007-05-06 [wwp]        2.9.1cvs47
2259
2260         * tools/uudec
2261                 Fix missing dash to `display` command-line, reported
2262                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2263
2264 2007-05-06 [colin]      2.9.1cvs46
2265
2266         * src/Makefile.am
2267         * src/stock_pixmap.c
2268         * src/stock_pixmap.h
2269         * src/pixmaps/printer.xpm
2270                 Add a printer icon
2271
2272 2007-05-06 [paul]       2.9.1cvs45
2273
2274         * src/compose.c
2275         * src/ldapquery.c
2276         * src/privacy.h
2277         * src/summary_search.c
2278         * src/summaryview.c
2279                 fix build warnings
2280
2281 2007-05-05 [wwp]        2.9.1cvs44
2282
2283         * src/messageview.c
2284         * src/mh.c
2285         * src/prefs_actions.c
2286         * src/prefs_gtk.c
2287         * src/summaryview.c
2288         * src/common/xml.c
2289                 Fix "faild" typos everywhere and capitalization of
2290                 some g_warnings.
2291
2292 2007-05-04 [colin]      2.9.1cvs43
2293
2294         * src/compose.c
2295         * src/privacy.c
2296         * src/privacy.h
2297         * src/plugins/pgpcore/prefs_gpg.c
2298         * src/plugins/pgpcore/prefs_gpg.h
2299         * src/plugins/pgpinline/pgpinline.c
2300         * src/plugins/pgpmime/pgpmime.c
2301                 Add an API to warn about encryption limits,
2302                 and allow to disable these warnings
2303
2304 2007-05-03 [colin]      2.9.1cvs42
2305
2306         * src/summaryview.c
2307         * src/mainwindow.c
2308                 Fix bug 1213, 'Delete more than 
2309                 one thread at once'
2310
2311 2007-05-03 [wwp]        2.9.1cvs41
2312
2313         * src/prefs_common.c
2314         * src/prefs_filtering.c
2315         * src/prefs_template.c
2316         * src/common/template.c
2317         * src/common/template.h
2318         * src/gtk/gtkutils.c
2319         * src/gtk/gtkutils.h
2320                 Templates are no longer automatically sorted
2321                 by name, but can be sorted manually using
2322                 |< < > >| buttons as well as drag'n'drop.
2323
2324 2007-05-03 [wwp]        2.9.1cvs40
2325
2326         * src/plugins/spamassassin/spamassassin.c
2327         * src/plugins/spamassassin/spamassassin.h
2328         * src/plugins/spamassassin/spamassassin_gtk.c
2329         * src/plugins/bogofilter/bogofilter.c
2330         * src/plugins/bogofilter/bogofilter.h
2331         * src/plugins/bogofilter/bogofilter_gtk.c
2332                 Added an option to conditionally mark saved spam
2333                 as read (default is and was to do so).
2334                 Satisfies feature request 1708539 on sf.net tracker.
2335
2336 2007-05-03 [colin]      2.9.1cvs39
2337
2338         * src/inc.c
2339                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2340
2341 2007-05-02 [colin]      2.9.1cvs38
2342
2343         * src/textview.c
2344                 Fix bug 1209, 'Clicking on address 
2345                 in header (mailto uri) selects 
2346                 default account'. Patch adapted from
2347                 G.P. Halkes' patch.
2348
2349 2007-05-02 [colin]      2.9.1cvs37
2350
2351         * src/grouplistdialog.c
2352                 Set cursor to wait cursor while loading
2353                 groups.
2354
2355 2007-05-02 [paul]       2.9.1cvs36
2356
2357         * src/folder.c
2358         * src/common/defs.h
2359                 rename cache and mark files
2360                 (data is preserved)
2361
2362 2007-04-30 [paul]       2.9.1cvs35
2363
2364         * manual/glossary.xml
2365         * manual/plugins.xml
2366                 updates. Patch by Ricardo
2367
2368 2007-04-29 [wwp]        2.9.1cvs34
2369
2370         * src/mainwindow.c
2371         * configure.ac
2372                 Fix few grammatical errors (patch by David Relson < relson at
2373                 osagesoftware dot com >).
2374
2375 2007-04-28 [colin]      2.9.1cvs33
2376
2377         * src/account.c
2378         * src/pop.c
2379         * src/prefs_account.c
2380         * src/prefs_account.h
2381                 Drop the "Download all" preference. It's
2382                 stupidly useless and confuses people from
2383                 time to time.
2384
2385 2007-04-27 [wwp]        2.9.1cvs32
2386
2387         * src/account.c
2388         * src/prefs_account.c
2389         * src/prefs_account.h
2390                 Don't reflect accounts changes to the mainwindow when it's
2391                 not necessary.
2392
2393 2007-04-27 [colin]      2.9.1cvs31
2394
2395         * src/folder.c
2396                 Freeze/thaw when sync'ing flags
2397         * src/imap.c
2398         * src/prefs_account.c
2399         * src/prefs_account.h
2400         * src/etpan/imap-thread.c
2401         * src/etpan/imap-thread.h
2402                 Add a way to use UID FETCH instead
2403                 of searches to fetch message lists
2404                 and flags. More expensive towards
2405                 bandwidth, less expensive towards
2406                 server's CPU. Probably fixes 
2407                 bug 1158, 'Scanning new folders on 
2408                 Exchange 2007 extremely slow'.
2409                 Patch 95% by Hoa.
2410
2411 2007-04-27 [paul]       2.9.1cvs30
2412
2413         * src/mainwindow.c
2414         * src/prefs_logging.c
2415                 improvements to english usage
2416
2417 2007-04-27 [colin]      2.9.1cvs29
2418
2419         * src/imap.c
2420                 Fix build without libetpan (my bad!)
2421
2422 2007-04-26 [colin]      2.9.1cvs28
2423
2424         * src/imap.c
2425         * src/imap.h
2426                 Fix uselessly exported function
2427         * src/textview.c
2428                 Consider "- -- \n" as signature separator
2429                 (that's what signature separators look like
2430                  in PGP/Inline signed mails)
2431
2432 2007-04-26 [colin]      2.9.1cvs27
2433
2434         * configure.ac
2435                 libetpan-0.49 is now required
2436         * src/procmime.c
2437                 Fix double fetching of mails if
2438                 first try failed
2439         * src/imap.c
2440                 Make offline sync faster, by
2441                 remembering last change time, and
2442                 last sync time.
2443
2444 2007-04-26 [hoa]        2.9.1cvs26
2445
2446         * src/imap.c
2447         * src/imap.h
2448         * src/mainwindow.c
2449         * src/toolbar.c
2450         * src/etpan/imap-thread.c
2451         * src/etpan/imap-thread.h
2452                 cancellation of IMAP operations is now allowed.
2453                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2454
2455 2007-04-26 [colin]      2.9.1cvs25
2456
2457         * src/folder.c
2458                 Always fetch body+headers in folders that are
2459                 synched for offline use, if "Synchronise as
2460                 soon as possible" is set.
2461                 Fixes bug 1200, 'Add option to always retrieve full 
2462                 messages'
2463
2464 2007-04-25 [colin]      2.9.1cvs24
2465
2466         * src/compose.c
2467                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2468                 persists...'
2469
2470 2007-04-24 [colin]      2.9.1cvs23
2471
2472         * src/folderview.c
2473                 Fix bug 1195, 'Hardware key navigation' 
2474                 Make GDK_Enter toggle expansion (Maemo)
2475
2476 2007-04-24 [wwp]        2.9.1cvs22
2477
2478         * src/compose.c
2479                 Fix few compiler warnings.
2480
2481 2007-04-24 [paul]       2.9.1cvs21
2482
2483         * src/Makefile.am
2484         * src/stock_pixmap.c
2485         * src/stock_pixmap.h
2486                 complete last commit
2487
2488 2007-04-24 [paul]       2.9.1cvs20
2489
2490         * src/gtk/about.c
2491         * src/pixmaps/active.xpm
2492         * src/pixmaps/checkbox_off.xpm
2493         * src/pixmaps/checkbox_on.xpm
2494         * src/pixmaps/inactive.xpm
2495                 kick out the blobs
2496                 remove transparent border from checkbox icons
2497
2498 2007-04-24 [wwp]        2.9.1cvs19
2499
2500         * src/textview.c
2501         * src/textview.h
2502                 Fix a crash in textview, thanks to Colin.
2503
2504 2007-04-23 [wwp]        2.9.1cvs18
2505
2506         * src/prefs_common.c
2507                 Fix 2.9.1cvs5: no header was being translated at all.
2508
2509 2007-04-23 [colin]      2.9.1cvs17
2510
2511         * src/Makefile.am
2512         * src/stock_pixmap.c
2513         * src/stock_pixmap.h
2514         * src/summaryview.c
2515         * src/summaryview.h
2516         * src/gtk/gtksctree.c
2517         * src/gtk/gtksctree.h
2518         * src/pixmaps/selection.xpm
2519                 Fix bug 1193, 'Need a way to multi-select
2520                 items'. Add a toggle button to the summaryview
2521                 to switch between normal and multiple selection
2522                 (Maemo)
2523
2524 2007-04-23 [colin]      2.9.1cvs16
2525
2526         * src/Makefile.am
2527         * src/stock_pixmap.c
2528         * src/stock_pixmap.h
2529         * src/summaryview.c
2530         * src/summaryview.h
2531         * src/gtk/gtksctree.c
2532         * src/gtk/gtksctree.h
2533         * src/pixmaps/selection.xpm
2534                 Fix bug 1193, 'Need a way to multi-
2535                 select items'
2536                 Add a toggle button in the summaryview
2537                 to enable normal or multiple selection.
2538                 (Maemo)
2539
2540 2007-04-23 [colin]      2.9.1cvs15
2541
2542         * src/compose.c
2543                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2544
2545 2007-04-21 [colin]      2.9.1cvs14
2546
2547         * src/gtk/quicksearch.c
2548                 Fix previous commit (actually use correct
2549                 parameter)
2550
2551 2007-04-21 [colin]      2.9.1cvs13
2552
2553         * src/gtk/quicksearch.c
2554                 Fix changing quicksearch type (after Esc,
2555                 after changing Recursive, ...)
2556
2557 2007-04-20 [wwp]        2.9.1cvs12
2558
2559         * src/gtk/Makefile.am
2560                 Added headers.h (completes 2.9.1cvs5).
2561
2562 2007-04-20 [wwp]        2.9.1cvs11
2563
2564         * src/addressbook.c
2565                 Fix the use of display name in name column,
2566                 it has been overriden w/ the use of nickname
2567                 by 2.9.0cvs3. Now nickname is used (if any)
2568                 in case of LDAP books only.
2569
2570 2007-04-20 [colin]      2.9.1cvs10
2571
2572         * src/mimeview.c
2573         * src/summaryview.c
2574         * src/textview.c
2575                 Add handling of 'a' to loop in a mail's
2576                 mimeparts
2577
2578 2007-04-20 [colin]      2.9.1cvs9
2579
2580         * src/toolbar.c
2581                 Fix bug 1190, 'dir_open' button doesn't work'
2582                 (Maemo)
2583
2584 2007-04-20 [colin]      2.9.1cvs8
2585
2586         * src/folderview.c
2587         * src/mainwindow.c
2588                 Fix bug 1194, 'Hardware keys move from email 
2589                 list to account/directory list, but not back 
2590                 to email list...' (Maemo)
2591
2592 2007-04-20 [colin]      2.9.1cvs7
2593
2594         * src/compose.h
2595                 complete previous commit
2596
2597 2007-04-20 [colin]      2.9.1cvs6
2598
2599         * src/compose.c
2600                 Fix bug 1187, 'Reply-to addressee disappears 
2601                 when reply-to text box is clicked...' (Maemo)
2602
2603 2007-04-20 [wwp]        2.9.1cvs5
2604
2605         * po/POTFILES.in
2606         * src/addressbook.c
2607         * src/compose.c
2608         * src/filtering.c
2609         * src/headerview.c
2610         * src/matcher.c
2611         * src/prefs_common.c
2612         * src/prefs_common.h
2613         * src/prefs_display_header.c
2614         * src/prefs_matcher.c
2615         * src/summaryview.c
2616         * src/gtk/headers.h
2617         * src/gtk/quicksearch.c
2618                 Translate more header names according to the relevant option value,
2619                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2620                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2621                 to prefs_common_translated_header_name().
2622                 Added a headers.h reference file that contains known header names
2623                 (RFC2822 and others) to the translation process' input, so that
2624                 translated header names will still exist even if no occurrence of
2625                 _("headername") is found anymore in the sources.
2626                 Don't translate column name 'Number' following to trans_hdr option
2627                 value as it's not a header name.
2628
2629 2007-04-20 [colin]      2.9.1cvs4
2630
2631         * src/gtk/quicksearch.c
2632         * src/gtk/quicksearch.h
2633                 Add "From, To or Subject" quicksearch
2634                 type. Patch by ulfschaper@users.sf.net
2635
2636 2007-04-20 [colin]      2.9.1cvs3
2637
2638         * src/matcher.c
2639                 Implement proper references filtering condition.
2640                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2641
2642 2007-04-19 [wwp]        2.9.1cvs2
2643
2644         * src/prefs_display_header.c
2645         * src/message_search.c
2646                 Fix few warnings (g_free of const gchar*).
2647
2648 2007-04-19 [paul]       2.9.1cvs1
2649
2650         * NEWS
2651         * README
2652         * RELEASE_NOTES
2653         * configure.ac
2654                 bump version number following
2655                 stable release
2656
2657 2007-04-19 [paul]       2.9.0cvs9
2658
2659         * manual/advanced.xml
2660         * manual/glossary.xml
2661                 fix typos
2662
2663 2007-04-18 [paul]       2.9.0cvs8
2664
2665         * src/pop.c
2666                 fix for CVE-2007-1558 (APOP)
2667                 Thanks to Colin
2668
2669 2007-04-18 [paul]       2.9.0cvs7
2670
2671         * src/messageview.c
2672         * src/mimeview.c
2673         * src/summaryview.c
2674         * src/gtk/filesel.c
2675                 Fix encoding woes wrt saving of
2676                 mails and parts
2677                 Thanks to Colin
2678
2679 2007-04-18 [colin]      2.9.0cvs6
2680
2681         * src/gtk/pluginwindow.c
2682                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2683
2684 2007-04-17 [wwp]        2.9.0cvs5
2685
2686         * src/addressadd.c
2687         * src/addressbook.c
2688         * src/addrindex.c
2689         * src/ldapupdate.c
2690                 Fix --disable-ldap build,
2691                 fix some LDAP annoyances on 
2692                 searches, thanks to Colin.
2693
2694 2007-04-17 [wwp]        2.9.0cvs4
2695
2696         * src/ldapupdate.c
2697                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2698                 like gcc 2.9x. Thanks to Colin.
2699
2700 2007-04-17 [wwp]        2.9.0cvs3
2701
2702         * src/Makefile.am
2703         * src/addressadd.c
2704         * src/addressbook.c
2705         * src/addrindex.c
2706         * src/addritem.c
2707         * src/addritem.h
2708         * src/editaddress.c
2709         * src/ldapctrl.c
2710         * src/ldapctrl.h
2711         * src/ldapquery.c
2712         * src/ldapserver.c
2713         * src/ldapserver.h
2714         * src/ldapupdate.c
2715         * src/ldapupdate.h
2716                 Add LDAP write support. Patch mostly by 
2717                 Michael <mir at datanom dot net>
2718
2719 2007-04-17 [wwp]        2.9.0cvs2
2720
2721         * src/compose.c
2722                 Prepend "Add to address book" to the context menu of compose window's sender and
2723                 recipient fields.
2724
2725 2007-04-16 [paul]       2.9.0cvs1
2726
2727         * src/gtk/authors.h
2728                 add Pader Rezso
2729
2730 2007-04-16 [paul]       2.9.0
2731
2732         * NEWS
2733         * README
2734         * RELEASE_NOTES
2735                 2.9.0 released
2736
2737 2007-04-16 [paul]       2.8.1cvs102
2738
2739         * po/fr.po
2740                 updated by Fabien Vantard
2741
2742 2007-04-16 [paul]       2.8.1cvs101
2743
2744         * po/ca.po
2745         * po/cs.po
2746         * po/de.po
2747         * po/hu.po
2748         * po/pl.po
2749         * po/pt_BR.po
2750         * po/sr.po
2751         * po/zh_CN.po
2752                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2753                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2754                 Aleksandar Urosevic, and Ralgh Young
2755
2756 2007-04-15 [mones]      2.8.1cvs100
2757
2758         * po/es.po
2759                 Updated for release
2760
2761 2007-04-14 [colin]      2.8.1cvs99
2762
2763         * src/message_search.c
2764         * src/prefs_display_header.c
2765         * src/summary_search.c
2766         * src/gtk/combobox.c
2767                 Fix allocations
2768
2769 2007-04-14 [wwp]        2.8.1cvs98
2770
2771         * src/gtk/combobox.c
2772         * src/message_search.c
2773         * src/summary_search.c
2774         * src/prefs_display_header.c
2775                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2776                 returns NULL, get the text value directly from the GtkEntry child.
2777
2778 2007-04-13 [colin]      2.8.1cvs97
2779
2780         * src/gtk/quicksearch.c
2781                 Give the focus back to summaryview when
2782                 emptying the quicksearch with Esc
2783
2784 2007-04-13 [colin]      2.8.1cvs96
2785
2786         * src/message_search.c
2787         * src/prefs_display_header.c
2788         * src/summary_search.c
2789                 Fix possibles crashes when getting text
2790                 from gtk combos
2791
2792 2007-04-13 [colin]      2.8.1cvs95
2793
2794         * src/pop.c
2795                 Add some UIDL debugging
2796
2797 2007-04-12 [colin]      2.8.1cvs94
2798
2799         * src/folder.c
2800                 Force folder scan if necessary after
2801                 copying mails, to be able to reapply
2802                 flags.
2803
2804 2007-04-11 [colin]      2.8.1cvs93
2805
2806         * src/main.c
2807                 don't scan for new mail on startup if --select
2808                 is specified (or race conditions arise). If so,
2809                 do both sequentially.
2810
2811 2007-04-09 [colin]      2.8.1cvs92
2812
2813         * src/common/defs.h
2814                 Use leafpad by default on Maemo. Patch
2815                 by Jean-Luc Biord.
2816
2817 2007-04-06 [colin]      2.8.1cvs91
2818
2819         * src/pixmaps/queue_close.xpm
2820         * src/pixmaps/queue_close_hrm.xpm
2821         * src/pixmaps/queue_close_hrm_mark.xpm
2822         * src/pixmaps/queue_close_mark.xpm
2823         * src/pixmaps/queue_open.xpm
2824         * src/pixmaps/queue_open_hrm.xpm
2825         * src/pixmaps/queue_open_hrm_mark.xpm
2826         * src/pixmaps/queue_open_mark.xpm
2827                 Move the clock one pixel down :)
2828
2829 2007-04-05 [colin]      2.8.1cvs90
2830
2831         * src/mainwindow.c
2832                 Don't sync when switching offline from
2833                 command line - it's usually too late :)
2834
2835 2007-04-05 [paul]       2.8.1cvs89
2836
2837         * src/Makefile.am
2838         * src/stock_pixmap.c
2839         * src/pixmaps/dir_close_hrm.xpm
2840         * src/pixmaps/dir_close_hrm_mark.xpm
2841         * src/pixmaps/drafts_close.xpm
2842         * src/pixmaps/drafts_close_mark.xpm
2843         * src/pixmaps/drafts_open.xpm
2844         * src/pixmaps/drafts_open_mark.xpm
2845         * src/pixmaps/inbox.xpm
2846         * src/pixmaps/inbox_close.xpm
2847         * src/pixmaps/inbox_close_hrm.xpm
2848         * src/pixmaps/inbox_close_hrm_mark.xpm
2849         * src/pixmaps/inbox_close_mark.xpm
2850         * src/pixmaps/inbox_hrm.xpm
2851         * src/pixmaps/inbox_hrm_mark.xpm
2852         * src/pixmaps/inbox_mark.xpm
2853         * src/pixmaps/inbox_open.xpm
2854         * src/pixmaps/inbox_open_hrm.xpm
2855         * src/pixmaps/inbox_open_hrm_mark.xpm
2856         * src/pixmaps/inbox_open_mark.xpm
2857         * src/pixmaps/outbox.xpm
2858         * src/pixmaps/outbox_close.xpm
2859         * src/pixmaps/outbox_close_hrm.xpm
2860         * src/pixmaps/outbox_close_hrm_mark.xpm
2861         * src/pixmaps/outbox_close_mark.xpm
2862         * src/pixmaps/outbox_hrm.xpm
2863         * src/pixmaps/outbox_hrm_mark.xpm
2864         * src/pixmaps/outbox_mark.xpm
2865         * src/pixmaps/outbox_open.xpm
2866         * src/pixmaps/outbox_open_hrm.xpm
2867         * src/pixmaps/outbox_open_hrm_mark.xpm
2868         * src/pixmaps/outbox_open_mark.xpm
2869         * src/pixmaps/queue_close.xpm
2870         * src/pixmaps/queue_close_hrm.xpm
2871         * src/pixmaps/queue_close_hrm_mark.xpm
2872         * src/pixmaps/queue_close_mark.xpm
2873         * src/pixmaps/queue_open.xpm
2874         * src/pixmaps/queue_open_hrm.xpm
2875         * src/pixmaps/queue_open_hrm_mark.xpm
2876         * src/pixmaps/queue_open_mark.xpm
2877                 updated, added and replaced icons
2878                 Icons by Colin
2879
2880 2007-04-04 [colin]      2.8.1cvs88
2881
2882         * src/imap.c
2883                 Fix build without libetpan
2884
2885 2007-04-03 [colin]      2.8.1cvs87
2886
2887         * src/imap.c
2888                 Fix crash with Citadel, and try to make
2889                 things work. this server (and specifically 
2890                 STATUS and APPEND at least) seems broken.
2891
2892 2007-04-03 [colin]      2.8.1cvs86
2893
2894         * src/folderview.c
2895                 Fix icons on folder close
2896
2897 2007-04-03 [colin]      2.8.1cvs85
2898
2899         * src/inc.c
2900                 Fix double-ask of offline override in
2901                 certain cases
2902         * src/imap.c
2903         * src/imap.h
2904         * src/imap_gtk.c
2905                 Much more efficient way to synchronise
2906                 for offline use
2907         * src/etpan/imap-thread.c
2908                 Fix possible segs
2909         * src/folder.c
2910         * src/gtk/quicksearch.c
2911                 Fix some GUI lags
2912
2913 2007-04-03 [paul]       2.8.1cvs84
2914
2915         * src/filtering.c
2916         * src/folder.c
2917         * src/folder.h
2918         * src/prefs_common.c
2919         * src/prefs_common.h
2920         * src/prefs_other.c
2921                 Fix sync being done too late
2922                 Thanks to Colin
2923
2924 2007-04-02 [colin]      2.8.1cvs83
2925
2926         * src/summaryview.c
2927                 Maemo: Put status and quicksearch at the top
2928         * src/plugins/bogofilter/bogofilter.c
2929         * src/plugins/spamassassin/spamassassin.c
2930                 Derive trash from inbox if possible
2931
2932 2007-04-02 [paul]       2.8.1cvs82
2933
2934         * src/plugins/bogofilter/bogofilter_gtk.c
2935                 a few English changes
2936
2937 2007-04-02 [paul]
2938
2939         2.9.0-rc1 released
2940
2941 2007-04-02 [colin]      2.8.1cvs81
2942
2943         * src/image_viewer.c
2944                 Fix transparent images by using
2945                 GtkImage
2946         * src/messageview.c
2947                 Flush events (on new windows) to avoid
2948                 having the textview's image resize fail
2949                 to know the available width
2950
2951 2007-04-01 [colin]      2.8.1cvs80
2952
2953         * src/prefs_account.c
2954                 If no MH mailbox exist, when creating a POP/Local
2955                 account, just create and use the default one 
2956                 instead of bailing with a "Mailbox doesn't exist"
2957                 error
2958
2959 2007-03-31 [colin]      2.8.1cvs79
2960
2961         * src/prefs_account.c
2962                 Create signature file if it doesn't exist
2963                 before editing
2964         * src/prefs_toolbar.c
2965                 Maemo: Move "Use default" on the left so
2966                 that people can find it
2967         * src/common/defs.h
2968                 Maemo: make default editor "Maemopad", 
2969                 default signature file "MyDocs/signature.txt"
2970
2971 2007-03-31 [colin]      2.8.1cvs78
2972
2973         * src/prefs_account.c
2974                 Maemo: rework account prefs so
2975                 that less horizontal scrolling
2976                 is required
2977
2978 2007-03-31 [colin]      2.8.1cvs77
2979
2980         * src/folderview.c
2981         * src/prefs_common.c
2982         * src/prefs_common.h
2983                 Fix bug 1167, 'Allow not displaying zeros 
2984                 in folder list'. Patch by MartinP
2985
2986 2007-03-31 [colin]      2.8.1cvs76
2987
2988         * AUTHORS
2989                 Add Jean-Luc Biord
2990
2991 2007-03-31 [colin]      2.8.1cvs75
2992
2993         * src/imap.c
2994                 Apply patch from bug 1172, direct
2995                 access to the folder's session instead
2996                 of using getter. Patch by MartinP
2997
2998 2007-03-31 [paul]       2.8.1cvs74
2999
3000         * src/gtk/authors.h
3001                 no need to list Fabien twice!
3002
3003 2007-03-31 [colin]      2.8.1cvs73
3004
3005         * src/inc.c
3006                 If we're currently "overriding for %d minutes",
3007                 don't ask
3008
3009 2007-03-31 [colin]      2.8.1cvs72
3010
3011         * src/compose.c
3012         * src/imap.c
3013         * src/inc.c
3014         * src/inc.h
3015         * src/messageview.c
3016         * src/news.c
3017         * src/plugins/spamassassin/spamassassin.c
3018                 Offline override: Add a parameter to allow
3019                 asking even if the override timer is running.
3020                 Allows to ask every time the user makes an
3021                 explicit action needing online access (such
3022                 as Get Mail), and not when the action is 
3023                 implicit (such as opening an IMAP folder)
3024
3025 2007-03-31 [colin]      2.8.1cvs71
3026
3027         * src/inc.c
3028                 Override offline: "No" answer shouldn't
3029                 re-ask after 3 seconds, but 10 minutes. 
3030
3031 2007-03-30 [colin]      2.8.1cvs70
3032
3033         * src/common/socket.c
3034                 Better error reporting on unix socket
3035                 failure (bind usually)
3036         * src/gtk/gtkutils.c
3037         * src/gtk/gtkutils.h
3038                 Label window: add a pulsing progress
3039                 bar to show we're not hung :)
3040         * src/folderview.c
3041         * src/main.c
3042         * src/plugins/pgpcore/sgpgme.c
3043                 Update API
3044
3045 2007-03-30 [colin]      2.8.1cvs69
3046
3047         * src/pop.c
3048         * src/prefs_common.c
3049                 Fix possible trashing of history and uidl
3050                 files on disk full problems
3051
3052 2007-03-30 [paul]       2.8.1cvs68
3053
3054         * src/mainwindow.c
3055         * src/summaryview.c
3056         * src/summaryview.h
3057                 update summary when changing layout type
3058                 (fixes wrong folder icon being displayed)
3059                 Thanks to Colin
3060
3061 2007-03-29 [colin]      2.8.1cvs67
3062
3063         * src/prefs_ext_prog.c
3064                 The browser pref is irrelevant on Maemo
3065
3066 2007-03-29 [colin]      2.8.1cvs66
3067
3068         * src/compose.c
3069         * src/compose.h
3070                 Maemo: dynamically switch headers/text position
3071         * src/prefs_common.c
3072                 Maemo: hide compose's ruler by default
3073         * src/common/socket.c
3074         * src/common/socket.h
3075                 Fix build warning
3076
3077 2007-03-29 [colin]      2.8.1cvs65
3078
3079         * src/common/socket.c
3080         * src/common/socket.h
3081                 Fix build when MAEMO_CFLAGS contains
3082                 _X_OPENSOURCE (resolv.h errors as long
3083                 as we don't add _BSD_SOURCE. Ugly).
3084
3085 2007-03-29 [wwp]        2.8.1cvs64
3086
3087         * src/prefs_logging.c
3088                 Fix sensitivity of clip-log widgets in prefs/logging,
3089                 thanks to Fabien.
3090
3091 2007-03-29 [wwp]        2.8.1cvs63
3092
3093         * po/POTFILES.in
3094                 Updated files list for translations, thanks to Fabien.
3095
3096 2007-03-29 [colin]      2.8.1cvs62
3097
3098         * src/main.c
3099         * src/common/Makefile.am
3100         * src/common/utils.c
3101                 Maybe make URI opening work in Maemo
3102                 Requires testing :)
3103
3104 2007-03-28 [colin]      2.8.1cvs61
3105
3106         * src/folder.c
3107         * src/folder.h
3108         * src/folderview.c
3109                 Add the possibility to sort folders arbitrarily
3110                 (via editing of folderlist.xml only). Patch by
3111                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3112                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3113                 be changed by the user'
3114
3115 2007-03-28 [colin]      2.8.1cvs60
3116
3117         * src/mimeview.c
3118                 Add popup menu for mime icons
3119
3120 2007-03-28 [colin]      2.8.1cvs59
3121
3122         * src/mainwindow.c
3123                 Fix a layout issue when presenting
3124                 mainwindow in Small screen layout
3125         * src/toolbar.c
3126         * src/toolbar.h
3127                 Add a "Go to folder list" button for
3128                 mainwindow, and make it default in
3129                 the Maemo build
3130
3131 2007-03-28 [colin]      2.8.1cvs58
3132
3133         * src/compose.c
3134                 Don't dynamically update title on Maemo
3135                 Patch by Jean-Luc Biord
3136
3137 2007-03-27 [colin]      2.8.1cvs57
3138
3139         * src/compose.c
3140         * src/folderview.c
3141         * src/summaryview.c
3142                 Enable tap-and-hold on Maemo
3143
3144 2007-03-26 [colin]      2.8.1cvs56
3145
3146         * src/compose.c
3147                 More popup-menu (in attachments list)
3148
3149 2007-03-26 [colin]      2.8.1cvs55
3150
3151         * src/compose.c
3152                 Enable popup-menu signal
3153
3154 2007-03-26 [colin]      2.8.1cvs54
3155
3156         * src/plugins/pgpinline/pgpinline.c
3157                 Fix bug 1111, 'PGP/inline plugin hides text 
3158                 around encrypted text block'. Patch based on
3159                 a patch from Michal Cihar.
3160
3161 2007-03-26 [wwp]        2.8.1cvs53
3162
3163         * src/procmsg.c
3164                 Fix getting a false error when sending queued message
3165                 whereas the sending was fine (if there are subfolders
3166                 in the queue folder), thanks to Colin.
3167
3168 2007-03-26 [paul]       2.8.1cvs52
3169
3170         * src/wizard.c
3171                 update FACE header in welcome message
3172
3173 2007-03-25 [colin]      2.8.1cvs51
3174
3175         * src/Makefile.am
3176                 Fix make dist
3177
3178 2007-03-25 [colin]      2.8.1cvs50
3179
3180         * src/main.c
3181                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3182
3183 2007-03-24 [colin]      2.8.1cvs49
3184
3185         * src/main.c
3186                 Fix a few launch problems on Maemo
3187                 Patch by Jean-Luc Biord
3188
3189 2007-03-24 [wwp]        2.8.1cvs48
3190
3191         * src/alertpanel.c
3192         * src/alertpanel.h
3193         * src/messageview.c
3194         * src/summaryview.c
3195                 Fix wrong action performed when closing the
3196                 "ask about account specific filtering rules
3197                 when filtering manually" dialog by pressing Escape.
3198                 Fix wrong order of buttons in the "return receipt
3199                 notification - the message was sent to several of
3200                 your accounts" dialog.
3201
3202 2007-03-24 [paul]       2.8.1cvs47
3203
3204         * src/folderview.c
3205                 an improvement to English usage
3206         * tools/kdeservicemenu/README
3207                 updated Claws url
3208
3209 2007-03-24 [paul]       2.8.1cvs46
3210
3211         * src/Makefile.am
3212         * src/stock_pixmap.c
3213         * src/pixmaps/edit_extern.xpm
3214         * src/pixmaps/mail_sign.xpm
3215                 rescue long lost icons
3216
3217 2007-03-24 [paul]       2.8.1cvs45
3218
3219         * src/toolbar.c
3220                 fix toolbar (broken in 2.8.1cvs42)
3221
3222 2007-03-23 [colin]      2.8.1cvs44
3223
3224         * src/imap.c
3225                 Correctly unsubscribe/resubscribe after
3226                 RENAME
3227
3228 2007-03-23 [colin]      2.8.1cvs43
3229
3230         * src/prefs_common.c
3231                 Maemo: as the platform is light on RAM, allow
3232                 caches to be discarded faster.
3233
3234 2007-03-23 [colin]      2.8.1cvs42
3235
3236         * src/Makefile.am
3237         * src/compose.c
3238         * src/compose.h
3239         * src/stock_pixmap.c
3240         * src/stock_pixmap.h
3241         * src/summaryview.c
3242         * src/summaryview.h
3243         * src/toolbar.c
3244         * src/toolbar.h
3245         * src/pixmaps/open_mail.xpm
3246                 Maemo changes: Add the possibility to have
3247                 "Open Email" and "Close Window" buttons on 
3248                 toolbars (and use them in Maemo's default
3249                 toolbars)
3250
3251 2007-03-23 [wwp]        2.8.1cvs41
3252
3253         * src/action.c
3254                 Reverted that part of the action dialog closure logics, to
3255                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3256                 done later in a different way (or may not).
3257
3258 2007-03-22 [wwp]        2.8.1cvs40
3259
3260         * src/action.c
3261                 Fix sticky action dialog when got no output but action command
3262                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3263
3264 2007-03-22 [colin]      2.8.1cvs39
3265
3266         * src/prefs_filtering.c
3267         * src/gtk/combobox.h
3268                 Fix escaping account names in filtering prefs
3269
3270 2007-03-22 [colin]      2.8.1cvs38
3271
3272         * src/addrindex.c
3273         * src/ldapctrl.h
3274         * src/ldapquery.c
3275                 Add any attribute specified in LDAP servers'
3276                 Search attributes to the Other Attributes tab
3277                 of contacts; Add 'telephoneNumber' in the
3278                 default list.
3279
3280 2007-03-22 [colin]      2.8.1cvs37
3281
3282         * src/folderview.c
3283         * src/folderview.h
3284         * src/mainwindow.c
3285                 Try to prevent race conditions when
3286                 changing the folder list
3287         * src/summaryview.c
3288                 Fix possible red folder icon when
3289                 switching from Small screen layout
3290                 to any other
3291
3292 2007-03-22 [colin]      2.8.1cvs36
3293
3294         * src/mainwindow.c
3295         * src/mainwindow.h
3296         * src/summaryview.c
3297                 Rename "little screen" to "Small screen"
3298         * src/gtk/Makefile.am
3299         * src/common/utils.c
3300         * src/mh.c
3301                 Fix Maemo-related compilation problems
3302
3303 2007-03-21 [colin]      2.8.1cvs35
3304
3305         * configure.ac
3306                 Fix previous commit
3307         * claws-mail.desktop
3308                 Remove .png from the Icon, it's useless
3309
3310 2007-03-21 [colin]      2.8.1cvs34
3311
3312         * configure.ac
3313         * src/Makefile.am
3314                 Add the necessary lib checking for 
3315                 Maemo
3316
3317 2007-03-21 [colin]      2.8.1cvs33
3318
3319         * src/main.c
3320                 Fix unconditional "error happened" when
3321                 sending via command-line. "lol @ myself"
3322
3323 2007-03-21 [colin]      2.8.1cvs32
3324
3325         * claws-mail-40x40.png
3326         * claws-mail-26x26.png
3327         * src/account.c
3328         * src/addressbook.c
3329         * src/compose.c
3330         * src/folderview.c
3331         * src/folderview.h
3332         * src/main.c
3333         * src/mainwindow.c
3334         * src/mainwindow.h
3335         * src/messageview.c
3336         * src/prefs_account.c
3337         * src/prefs_common.c
3338         * src/summary_search.c
3339         * src/summaryview.c
3340         * src/summaryview.h
3341         * src/gtk/authors.h
3342         * src/gtk/gtkutils.c
3343         * src/gtk/gtkutils.h
3344         * src/gtk/logwindow.c
3345         * src/gtk/menu.c
3346         * src/gtk/prefswindow.c
3347                 Add Maemo port (patch mainly by Jean-Luc Biort)
3348                 Add a new 'Little screen' layout to help on such
3349                 platforms (patch by me)
3350                 Make some default preferences different (more
3351                 adapted) on Maemo (patch by me)
3352
3353 2007-03-21 [wwp]        2.8.1cvs31
3354
3355         * src/prefs_logging.c
3356         * src/prefs_logging.h
3357                 Fixed copyright header of newly added files.
3358
3359 2007-03-21 [wwp]        2.8.1cvs30
3360
3361         * src/Makefile.am
3362         * src/filtering.c
3363         * src/filtering.h
3364         * src/folder.c
3365         * src/folderview.c
3366         * src/imap.c
3367         * src/inc.c
3368         * src/main.c
3369         * src/mainwindow.c
3370         * src/mainwindow.h
3371         * src/matcher.c
3372         * src/messageview.c
3373         * src/news.c
3374         * src/pop.c
3375         * src/prefs_common.c
3376         * src/prefs_common.h
3377         * src/prefs_logging.c
3378         * src/prefs_logging.h
3379         * src/prefs_other.c
3380         * src/procmsg.c
3381         * src/send_message.c
3382         * src/summaryview.c
3383         * src/common/log.c
3384         * src/common/log.h
3385         * src/common/nntp.c
3386         * src/common/session.c
3387         * src/common/smtp.c
3388         * src/common/socket.c
3389         * src/etpan/imap-thread.c
3390         * src/gtk/logwindow.c
3391         * src/gtk/logwindow.h
3392         * src/plugins/bogofilter/bogofilter.c
3393         * src/plugins/spamassassin/spamassassin.c
3394                 Added debugging of filtering/processing rules.
3395                 The debug log is here 'Tools/Filtering debug window',
3396                 the options there 'Configuration/Preferences/Other/Logging',
3397                 and the log file is ~/.claws-mail/filtering.log.
3398                 Moved protocol log prefs to 'Other/Logging' as well.
3399                 To support such debugging feature, the existing log API has
3400                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3401                 this impacts many external modules (commits follow).
3402
3403 2007-03-21 [paul]       2.8.1cvs29
3404
3405         * src/etpan/Makefile.am
3406         * src/etpan/imap-thread.c
3407                 add missing #include
3408
3409 2007-03-21 [colin]      2.8.1cvs28
3410
3411         * src/procmime.c
3412                 Fix bug 1157, 'some broken messages confuse 
3413                 mime parser'. Make sure we can't have MimeInfos
3414                 with negative sizes.
3415
3416 2007-03-20 [colin]      2.8.1cvs27
3417
3418         * src/main.c
3419                 Fix missing \0 on buffer
3420
3421 2007-03-20 [colin]      2.8.1cvs26
3422
3423         * src/mh.c
3424                 Use make_dir_hier instead of make_dir 
3425                 to create the MH mailbox
3426
3427 2007-03-20 [colin]      2.8.1cvs25
3428
3429         * src/folder.c
3430         * src/folder.h
3431         * src/prefs_account.c
3432         * src/wizard.c
3433                 Fix default inbox weirdnesses (after wizard,
3434                 if path is Mail, mailbox identifier is #mh/Mailbox,
3435                 and when creating new accounts)
3436
3437 2007-03-20 [colin]      2.8.1cvs24
3438
3439         * src/account.c
3440                 Write folderlist after adding/deleting accounts
3441                 that have folders
3442
3443 2007-03-20 [colin]      2.8.1cvs23
3444
3445         * src/imap.c
3446         * src/remotefolder.h
3447                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3448                 selected while scanning prior to update'
3449
3450 2007-03-17 [paul]       2.8.1cvs22
3451
3452         * src/main.c
3453                 fix a typo, and be a little more verbose.
3454
3455 2007-03-17 [wwp]        2.8.1cvs21
3456
3457         * src/inc.c
3458                 Fix a compiler warning.
3459
3460 2007-03-16 [wwp]        2.8.1cvs20
3461
3462         * tools/Makefile.am
3463         * tools/README
3464                 Updated to deal w/ the new mairix.sh tool.
3465
3466 2007-03-16 [wwp]        2.8.1cvs19
3467
3468         * src/action.c
3469                 Fix logics issues around the action IO dialog:
3470                 - disable entry widget and exec button when
3471                   the exec button is clicked (don't wait for any
3472                   output line) - fix possible disabling/re-enabling/
3473                   re-disabling of those widgets
3474                 - raise an error if executing a %as{} action either
3475                   empty or invalid, instead of failing silently
3476                 - don't close the dialog if the abort button has been
3477                   clicked and if there was no output yet
3478                 - set focus to the abort button when the exec button
3479                   is clicked
3480                 - fix capitalization of a warning message
3481
3482 2007-03-16 [wwp]        2.8.1cvs18
3483
3484         * tools/mairix.sh
3485                 Added a wrapper to mairix to the tools folder.
3486
3487 2007-03-16 [colin]      2.8.1cvs17
3488
3489         * src/messageview.c
3490         * src/mimeview.h
3491                 Allow mimeviewer plugins to print
3492                 their stuff
3493
3494 2007-03-16 [colin]      2.8.1cvs16
3495
3496         * .cvsignore
3497                 Ignore *.patchset
3498
3499 2007-03-15 [colin]      2.8.1cvs15
3500
3501         * src/messageview.c
3502         * src/mimeview.h
3503                 Add a way for mimeviewer plugins to
3504                 implement body search
3505
3506 2007-03-15 [paul]       2.8.1cvs14
3507
3508         * src/prefs_spelling.c
3509                 fix English usage
3510
3511 2007-03-15 [paul]       2.8.1cvs13
3512
3513         * src/common/quoted-printable.c
3514                 fix decoding of quoted-printable parts
3515
3516 2007-03-14 [wwp]        2.8.1cvs12
3517
3518         * src/gtk/logwindow.h
3519                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3520
3521 2007-03-14 [wwp]        2.8.1cvs11
3522
3523         * src/gtk/logwindow.h
3524                 Complete 2.8.1cvs10.
3525
3526 2007-03-14 [colin]      2.8.1cvs10
3527
3528         * src/gtk/logwindow.c
3529                 Probably fix bug 1149, crash on logwindow
3530                 close - at the expense of performance once
3531                 logwin has been opened
3532
3533 2007-03-14 [colin]      2.8.1cvs9
3534
3535         * src/main.c
3536                 If claws-mail is running on another
3537                 display, warn instead of popping it up
3538                 on the other display
3539
3540 2007-03-12 [colin]      2.8.1cvs8
3541
3542         * src/wizard.c
3543                 Fix bug 1145, 'Setting a different name 
3544                 for the Mailbox name isn't reflected in 
3545                 default account settings'. Patch by wwp
3546
3547 2007-03-12 [colin]      2.8.1cvs7
3548
3549         * src/summaryview.c
3550                 Fix bug 1143, 'Add number of messages to be 
3551                 deleted to confirmation dialog'
3552
3553 2007-03-12 [wwp]        2.8.1cvs6
3554
3555         * src/folderview.c
3556         * src/prefs_common.c
3557         * src/prefs_common.h
3558         * src/prefs_summaries.c
3559                 Changed the option that displays unread messages count
3560                 next to the folder name in folder list: it is now
3561                 possible to either display nothing, display the
3562                 unread messages number only or the unread and total messages
3563                 numbers. The patch includes this extra feature as well
3564                 as some minor fixes by rewriting the algo in folderview.c.
3565                 Thanks to Paul for the original idea and implementation, plus
3566                 testing and proof-reading!
3567
3568 2007-03-09 [paul]       2.8.1cvs5
3569
3570         * tools/Makefile.am
3571         * tools/README
3572         * tools/claws-mail-compose-insert-files.pl
3573                 added a script which enables inserting files
3574                 into the message body of a new Claws Mail
3575                 Compose window from the command line. Additionally
3576                 To, Cc, Subject and files to attach to the message
3577                 can be specified.
3578
3579 2007-03-09 [wwp]        2.8.1cvs4
3580
3581         * src/addr_compl.c
3582         * src/addr_compl.h
3583         * src/filtering.c
3584                 Optimize matching of addresses in the addressbook
3585                 (filtering/processing 'found_in_addressbook' condition).
3586
3587 2007-03-07 [wwp]        2.8.1cvs3
3588
3589         * src/quote_fmt.c
3590         * src/quote_fmt_lex.l
3591         * src/quote_fmt_parse.y
3592                 Add a new quote format symbol: %A to insert the
3593                 sender email address (just the address itself).
3594
3595 2007-03-06 [wwp]        2.8.1cvs2
3596
3597         * src/gtk/gtkutils.c
3598         * src/plugins/trayicon/trayicon_prefs.h
3599         * src/plugins/trayicon/trayicon_prefs.c
3600         * src/plugins/trayicon/trayicon.c
3601         * src/mainwindow.h
3602         * src/mainwindow.c
3603                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3604                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3605
3606
3607 2007-03-06 [paul]       2.8.1cvs1
3608
3609         * NEWS
3610         * README
3611         * RELEASE_NOTES
3612         * configure.ac
3613                 bump version number following
3614                 stable release
3615
3616 2007-03-06 [paul]       2.8.0cvs24
3617
3618         * po/cs.po
3619                 corrected by by Tim <timbrain@post.cz>
3620
3621 2007-03-05 [colin]      2.8.0cvs23
3622
3623         * src/Makefile.am
3624         * src/procmime.c
3625                 Fix mime/globs path on NetBSD
3626                 patch by George Michaelson
3627
3628 2007-03-05 [wwp]        2.8.0cvs22
3629
3630         * src/addr_compl.c
3631                 Remove debug statement (accidentally committed w/ cvs14).
3632
3633 2007-03-05 [paul]       2.8.0cvs21
3634
3635         * src/plugins/pgpcore/prefs_gpg.c
3636                 fix compiler warning
3637
3638 2007-03-05 [wwp]        2.8.0cvs20
3639
3640         * src/matcher_parser_parse.y
3641                 Fix mismerge between cvs17 and cvs19.
3642
3643 2007-03-05 [wwp]        2.8.0cvs19
3644
3645         * src/matcher_parser_parse.y
3646         * src/prefs_filtering_action.c
3647         * src/matcher.c
3648         * src/matcher.h
3649         * src/filtering.c
3650         * src/filtering.h
3651                 Add new 'add_to_addressbook' filtering/processing action.
3652
3653 2007-03-05 [wwp]        2.8.0cvs18
3654
3655         * src/filtering.c
3656                 Fix mark_as_ham filtering/processing action: spam flag
3657                 was not unset.
3658
3659 2007-03-04 [colin]      2.8.0cvs17
3660
3661         * src/filtering.c
3662         * src/matcher.c
3663         * src/matcher.h
3664         * src/matcher_parser_parse.y
3665         * src/prefs_filtering_action.c
3666                 Add 'Mark as spam' and 'Mark as ham' filtering
3667                 actions. Fixes bug 1138.
3668
3669 2007-03-04 [colin]      2.8.0cvs16
3670
3671         * src/imap.c
3672                 Fix bug 1140, wrong return value
3673                 without libetpan
3674
3675 2007-03-04 [wwp]        2.8.0cvs15
3676
3677         * src/addr_compl.c
3678                 Rollback cvs14: don't free stuff that is managed in g_list.
3679
3680 2007-03-04 [wwp]        2.8.0cvs14
3681
3682         * src/addr_compl.c
3683                 Fix a leak in address completion code.
3684
3685 2007-03-04 [colin]      2.8.0cvs13
3686
3687         * src/addr_compl.c
3688                 Maybe fix bug 1136, 'Crash in group 
3689                 address completion'
3690
3691 2007-03-04 [iwkse]      2.8.0cvs12
3692
3693         * src/imap.c
3694                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3695
3696 2007-03-03 [colin]      2.8.0cvs11
3697
3698         * src/plugins/pgpinline/pgpinline.c
3699                 Fix off-by-one, fix double-free. Fixes
3700                 bug 1135, 'cm-segfault on decrypting 
3701                 with PGP/inline'
3702
3703 2007-03-03 [colin]      2.8.0cvs10
3704
3705         * configure.ac
3706         * src/main.c
3707         * src/common/plugin.c
3708                 Fix bug 1134, 'Valgrind macros unhandled 
3709                 by Irix's cc'
3710
3711 2007-03-02 [colin]      2.8.0cvs9
3712
3713         * src/mbox.c
3714                 Don't error out on EAGAIN. Fixes 
3715                 bug 1129, '"local mbox file" account 
3716                 isn't retrieving mails'
3717
3718 2007-03-01 [wwp]        2.8.0cvs8
3719
3720         * src/mainwindow.c
3721         * src/gtk/colorlabel.c
3722                 Remove accels for extra color labels until we set better
3723                 and definitive ones.
3724
3725 2007-02-28 [wwp]        2.8.0cvs7
3726
3727         * src/mainwindow.c
3728         * src/matcher_parser_parse.y
3729         * src/prefs_common.c
3730         * src/prefs_msg_colors.c
3731         * src/procmsg.h
3732         * src/gtk/colorlabel.c
3733         * src/gtk/colorlabel.h
3734                 Add more customizable color labels. Cleaned up a bit
3735                 the color label API to avoid duplicate defines of
3736                 the max number of colors.
3737
3738 2007-02-27 [colin]      2.8.0cvs6
3739
3740         * src/mainwindow.c
3741         * src/common/utils.c
3742         * src/common/utils.h
3743                 Fix '+' in mailto URIs for List-* headers
3744
3745 2007-02-27 [colin]      2.8.0cvs5
3746
3747         * src/gtk/gtkutils.c
3748                 Use gtk_window_set_role instead of 
3749                 _set_wmclass
3750
3751 2007-02-27 [colin]      2.8.0cvs4
3752
3753         * src/inc.c
3754                 Fix "After receiving new mail, go to inbox" on IMAP,
3755                 and make it work only on manual reception
3756
3757 2007-02-27 [wwp]        2.8.0cvs3
3758
3759         * src/prefs_filtering.c
3760         * src/prefs_filtering_action.c
3761         * src/prefs_matcher.c
3762                 Update filtering matcher's and action's color label menus
3763                 when re-opening those dialogs (reflect any change to the
3764                 color labels list in the preferences).
3765
3766 2007-02-27 [colin]      2.8.0cvs2
3767
3768         * src/imap.c
3769         * src/etpan/etpan-thread-manager-types.h
3770         * src/etpan/etpan-thread-manager.c
3771         * src/etpan/imap-thread.c
3772                 Log imap ALERTs as errors in the log.
3773
3774 2007-02-26 [paul]       2.8.0cvs1
3775
3776         * tools/claws.i18n.status.pl
3777                 updated
3778
3779 2007-02-26 [paul]       2.7.2cvs75
3780
3781         * po/ca.po
3782         * po/cs.po
3783         * po/de.po
3784         * po/en_GB.po
3785         * po/fi.po
3786         * po/fr.po
3787         * po/hu.po
3788         * po/pl.po
3789         * po/pt_BR.po
3790         * po/sk.po
3791         * po/sr.po
3792         * po/zh_CN.po
3793                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3794                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3795                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3796                 Aleksandar Urosevic, and Ralgh Young
3797
3798 2007-02-25 [mones]      2.7.2cvs74
3799
3800         * po/es.po
3801                 Updated for release
3802
3803 2007-02-25 [colin]      2.7.2cvs73
3804
3805         * src/main.c
3806                 Clearing the list is only useful
3807                 to prevent a valgrind false-positive
3808
3809 2007-02-25 [paul]       2.7.2cvs72
3810
3811         * tools/Makefile.am
3812         * tools/README
3813         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3814         * tools/maildir2claws-mail.pl  **REMOVED**
3815                 renamed the script, fixed a couple bugs
3816
3817 2007-02-23 [colin]      2.7.2cvs71
3818
3819         * src/addressbook.c
3820                 Fix a leak, check for a few improbable nulls
3821
3822 2007-02-23 [colin]      2.7.2cvs70
3823
3824         * src/main.c
3825         * src/main.h
3826         * src/plugins/trayicon/trayicon.c
3827                 Fix blinking mainwin when starting in tray
3828                 (show mainwindow later in the startup process,
3829                  apart if restarting post-crash)
3830
3831 2007-02-23 [colin]      2.7.2cvs69
3832
3833         * src/folderview.c
3834         * src/imap_gtk.c
3835                 Fix crash when unsubscribing the currently
3836                 selected/opened folder
3837
3838 2007-02-23 [colin]      2.7.2cvs68
3839
3840         * src/compose.c
3841                 Fix bug that prevented colorization to
3842                 work without wrap quotation option
3843
3844 2007-02-23 [colin]      2.7.2cvs67
3845
3846         * src/addr_compl.c
3847                 Fix refcounting, start and end completion who
3848                 behaved as if there couldn't be any other current
3849                 user of completion
3850
3851 2007-02-23 [wwp]        2.7.2cvs66
3852
3853         * src/addressbook.c
3854         * src/addrindex.c
3855                 Address completion fixes: fix addressbook_peek_folder_exists() in
3856                 which the algorithm was ridiculously over-obfuscated and broken.
3857                 Fix addrindex_load_completion() as well, to load addresses in
3858                 completion list with regards to what addressbook_peek_folder_exists()
3859                 returns now.
3860
3861 2007-02-23 [wwp]        2.7.2cvs65
3862
3863         * src/addr_compl.c
3864                 Add addresses to completion when they're non-empty (thanks to Colin).
3865
3866 2007-02-23 [paul]       2.7.2cvs64
3867
3868         * src/plugins/pgpcore/passphrase.c
3869                 remove 'const '
3870
3871 2007-02-23 [colin]      2.7.2cvs63
3872
3873         * src/plugins/pgpcore/prefs_gpg.c
3874         * src/plugins/pgpcore/prefs_gpg.h
3875         * src/plugins/pgpcore/sgpgme.c
3876         * src/plugins/pgpinline/pgpinline.c
3877         * src/plugins/pgpmime/pgpmime.c
3878                 Try harder to respect user's choice wrt
3879                 gpg-agent even with gpg2, by unsetting
3880                 GPG_AGENT_INFO when necessary.
3881
3882 2007-02-22 [paul]       2.7.2cvs62
3883
3884         * src/plugins/pgpcore/sgpgme.c
3885         * src/plugins/pgpcore/sgpgme.h
3886         * src/plugins/pgpcore/passphrase.c
3887         * src/plugins/pgpinline/pgpinline.c
3888         * src/plugins/pgpmime/pgpmime.c
3889                 Fix a leak - gpgme_data_release_and_get_mem
3890                 leaks in recent gpgme. Workaround by using
3891                 our own function.
3892
3893 2007-02-22 [paul]       2.7.2cvs61
3894
3895         * src/gtk/quicksearch.c
3896                 Abandon dynamic search when pressing
3897                 Enter
3898
3899 2007-02-21 [colin]      2.7.2cvs60
3900
3901         * src/procmsg.c
3902         * src/plugins/pgpcore/passphrase.c
3903                 Fix little memory leaks
3904         * src/main.c
3905                 Fix false-positive leak at exit
3906         * src/gtk/quicksearch.c
3907                 Fix potentially big leak in recursive
3908                 Quicksearch
3909
3910 2007-02-21 [wwp]        2.7.2cvs59
3911
3912         * src/summaryview.c
3913                 Add missing newline to a debug message.
3914
3915 2007-02-20 [colin]      2.7.2cvs58
3916
3917         * src/Makefile.am
3918         * src/mimeview.c
3919         * src/stock_pixmap.c
3920         * src/stock_pixmap.h
3921         * src/pixmaps/mime_pgpsig.xpm
3922                 Add icon for application/pgp-signature
3923
3924 2007-02-20 [colin]      2.7.2cvs57
3925
3926         * src/Makefile.am
3927         * src/main.c
3928         * src/mimeview.c
3929         * src/stock_pixmap.c
3930         * src/stock_pixmap.h
3931         * src/pixmaps/mime_calendar.xpm
3932         * src/pixmaps/mime_pdf.xpm
3933         * src/pixmaps/mime_ps.xpm
3934                 Add icons for text/calendar, application/pdf
3935                 and application/postscript
3936
3937 2007-02-20 [colin]      2.7.2cvs56
3938
3939         * autogen.sh
3940         * src/matcher_parser_parse.y
3941         * src/matcher_parser_lex.l
3942                 Fix big memory leak in flex, and
3943                 require flex 2.5.31
3944
3945 2007-02-20 [wwp]        2.7.2cvs55
3946
3947         * src/matcher_parser_parse.y
3948                 Fix a duplicate token definition (thanks to iwkse).
3949
3950 2007-02-20 [wwp]        2.7.2cvs54
3951
3952         * src/matcher_parser_lex.l
3953         * src/quote_fmt_lex.l
3954                 Use proper flex options instead of direct use of #define,
3955                 make the flex-generated C lighter.
3956
3957 2007-02-20 [colin]      2.7.2cvs53
3958
3959         * src/summaryview.c
3960                 Grab focus in message list after hiding
3961                 the quicksearch, instead of leaving it
3962                 "somewhere"
3963
3964 2007-02-19 [colin]      2.7.2cvs52
3965
3966         * src/folderview.c
3967                 Fix bug 1033, 'Automatically refresh 
3968                 message list when new messages arrives'
3969                 Looks like folderview->opened can sometimes
3970                 be wrong...
3971
3972 2007-02-19 [paul]       2.7.2cvs51
3973
3974         * tools/Makefile.am
3975         * tools/README
3976         * tools/thunderbird-filters-convertor.pl
3977                 add new script which converts thunderbird filter
3978                 rules to Claws filter rules
3979
3980 2007-02-18 [paul]       2.7.2cvs50
3981
3982         * src/plugins/pgpcore/prefs_gpg.c
3983         * src/plugins/pgpcore/prefs_gpg.h
3984         * src/plugins/pgpcore/sgpgme.c
3985         * src/plugins/pgpinline/pgpinline.c
3986         * src/plugins/pgpmime/pgpmime.c
3987                 improved GUI interoperability with gpg-agent
3988
3989 2007-02-18 [paul]       2.7.2cvs49
3990
3991         * src/prefs_account.c
3992                 Privacy options sensitivity fix
3993
3994 2007-02-17 [colin]      2.7.2cvs48
3995
3996         * src/messageview.c
3997                 Reset icon to warning in the noticeview
3998
3999 2007-02-15 [colin]      2.7.2cvs47
4000
4001         * src/folderview.c
4002                 Fix a manifestation of bug 1033 (summaryview failing
4003                 to update for new mails), which happens after editing
4004                 account preferences or preferences that cause a 
4005                 folderview reload.
4006
4007 2007-02-15 [colin]      2.7.2cvs46
4008
4009         * src/addressbook.c
4010                 Probably fix bug 1123, 'Segmentation 
4011                 fault while opening address book'. I get
4012                 g_warnings if the saved paned position is
4013                 not greater than 0. Also, save position
4014                 when hiding the addressbook instead of
4015                 via signal.
4016
4017 2007-02-14 [colin]      2.7.2cvs45
4018
4019         * src/plugins/pgpcore/prefs_gpg.c
4020         * src/plugins/pgpcore/prefs_gpg.h
4021         * src/plugins/pgpcore/sgpgme.c
4022         * src/plugins/pgpinline/pgpinline.c
4023         * src/plugins/pgpmime/pgpmime.c
4024                 Add an option "Use gpg-agent if available". Fixes
4025                 annoyances with distro-installed gpg-agent, when
4026                 no pinentry program is installed, and the user's 
4027                 at a loss on why "decryption failed". Makes more
4028                 clear why passphrase isn't saved when gpg-agent is
4029                 used. Defaults to true, to avoid changing the 
4030                 current behaviour.
4031
4032 2007-02-14 [wwp]        2.7.2cvs44
4033
4034         * src/matcher_parser_parse.y
4035                 Fix missing line number reset (wrong line number might appear
4036                 when re-loading filtering rules if there's a parser error).
4037
4038 2007-02-13 [colin]      2.7.2cvs43
4039
4040         * src/common/utils.c
4041                 Don't encode ',' in URIs before passing it
4042                 to the browser command-line. It was probably
4043                 done at a time where commas in URIs made
4044                 mozilla -remote 'openurl(%s,new-window)'
4045                 bug.
4046
4047 2007-02-13 [wwp]        2.7.2cvs42
4048
4049         * src/prefs_matcher.c
4050         * src/plugins/bogofilter/bogofilter_gtk.c
4051                 A bit of string factorization around "Select ..." buttons.
4052
4053 2007-02-11 [colin]      2.7.2cvs41
4054
4055         * src/alertpanel.c
4056                 Make sure to escape the title
4057
4058 2007-02-11 [colin]      2.7.2cvs40
4059
4060         * src/codeconv.c
4061                 Recognize .utf8 locales as .UTF-8 ones
4062
4063 2007-02-11 [colin]      2.7.2cvs39
4064
4065         * src/compose.c
4066                 Fix code conversion when dragging a file
4067
4068 2007-02-09 [colin]      2.7.2cvs38
4069
4070         * src/plugins/clamav/clamav_plugin.c
4071                 Complete Paul's patch with conditional
4072                 compilation to avoid breaking compilation
4073                 on old Dapper and Edgy... Maybe other
4074                 distros too.
4075
4076 2007-02-09 [paul]       2.7.2cvs37
4077
4078         * src/plugins/clamav/clamav_plugin.c
4079                 fix for the upstream changes in libclamav
4080
4081 2007-02-09 [paul]       2.7.2cvs36
4082
4083         * src/main.c
4084         * src/mainwindow.c
4085         * src/procmsg.c
4086         * src/procmsg.h
4087                 fix "warn if there are queued messages" (on exit)
4088                 option, which only checked the first mailbox's
4089                 queue
4090                 don't ask before emptying trash if there are no
4091                 messages in trash, also check and empty all trash
4092                 folders
4093         * src/prefs_other.c
4094                 move "Ask before emptying trash" option
4095                 outside of the "On exit" frame as it's
4096                 not only an "On exit" option
4097
4098 2007-02-09 [paul]       2.7.2cvs35
4099
4100         * src/addrgather.c
4101         * src/alertpanel.c
4102         * src/editldap.c
4103         * src/prefs_account.c
4104         * src/prefs_folder_item.c
4105         * src/prefs_gtk.h
4106         * src/prefs_matcher.c
4107         * src/prefs_message.c
4108         * src/prefs_msg_colors.c
4109         * src/prefs_summaries.c
4110         * src/wizard.c
4111         * src/gtk/inputdialog.c
4112         * src/plugins/bogofilter/bogofilter_gtk.c
4113                 pedantic commit: use 'checkbtn' everywhere
4114                 instead of a mixture of 'checkbtn' and 'chkbtn'
4115
4116 2007-02-09 [paul]       2.7.2cvs34
4117
4118         * src/compose.c
4119                 fix default hotkeys
4120         * src/prefs_other.c
4121         * src/prefs_send.c
4122                 move "Never send Return Receipts" from
4123                 prefs_other to prefs_send
4124                 add an option "Ask about account specific
4125                 filtering rules..." to prefs_other
4126         * src/gtk/gtkutils.c
4127                 fix a compiler warning
4128
4129 2007-02-08 [colin]      2.7.2cvs33
4130
4131         * src/plugins/pgpinline/pgpinline.c
4132                 Fix bug 1110, 'pgpmime fails to process 
4133                 encapsulated openpgp mime (rfc 3156, 6.1 
4134                 -> rfc1847)'
4135                 It was due to an interaction between PGP/Mime
4136                 and PGP/Inline plugin. 
4137
4138 2007-02-08 [colin]      2.7.2cvs32
4139
4140         * src/inc.c
4141         * src/mbox.c
4142         * src/mbox.h
4143                 Fix bug 1117, 'fcntl locking code 
4144                 does not work in mbox.c'
4145
4146 2007-02-08 [colin]      2.7.2cvs31
4147
4148         * src/prefs_account.c
4149                 Fix Gentoo bug 165819, 'can't create 
4150                 a "local mbox file" account'. Patch
4151                 by Olivier <castan.o@free.fr>
4152
4153 2007-02-07 [colin]      2.7.2cvs30
4154
4155         * src/ldapquery.c
4156                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4157                 autocompletion was used'
4158
4159 2007-02-07 [paul]       2.7.2cvs29
4160
4161         * src/folder.c
4162                 cut down on unnecessary debug_prints
4163         * src/imap_gtk.c
4164                 fix menu_set_active() on 'Show only
4165                 subscribed folders'
4166
4167 2007-02-07 [paul]       2.7.2cvs28
4168
4169         * src/plugins/clamav/clamav_plugin.c
4170         * src/plugins/clamav/clamav_plugin.h
4171         * src/plugins/clamav/clamav_plugin_gtk.c
4172                 fix copyright header
4173
4174 2007-02-07 [paul]       2.7.2cvs27
4175
4176         * src/procheader.c
4177                 fix bug 1116, 'summary view allow a 
4178                 subject line break'
4179
4180 2007-02-06 [colin]      2.7.2cvs26
4181
4182         * src/summaryview.c
4183                 Fix delete thread
4184
4185 2007-02-05 [fabien]     2.7.2cvs25
4186
4187         * po/POTFILES.in
4188         * src/uri_opener.c
4189                 i18n related - 1 fix and 1 message for translators.
4190
4191 2007-02-05 [colin]      2.7.2cvs24
4192
4193         * src/gtk/quicksearch.c
4194                 Don't reload summary list if quicksearch wasn't
4195                 active on hiding; move currently selected mail in
4196                 the visible area when showing the quicksearch
4197
4198 2007-02-05 [colin]      2.7.2cvs23
4199
4200         * src/folderview.c
4201                 Add debug to try to solve bug 1104
4202
4203 2007-02-05 [paul]       2.7.2cvs22
4204
4205         * src/mainwindow.c
4206                 confirm before emptying trash on exit is
4207                 a Yes or No answer, use Yes or No in the
4208                 dialog
4209
4210 2007-02-04 [colin]      2.7.2cvs21
4211
4212         * src/compose.c
4213         * src/plugins/pgpcore/passphrase.c
4214         * src/plugins/pgpcore/select-keys.c
4215                 Set wmclass on new windows
4216
4217 2007-02-04 [colin]
4218
4219         2.8.0-rc1 released
4220
4221 2007-02-04 [colin]      2.7.2cvs20
4222
4223         * src/compose.c
4224         * src/compose.h
4225                 Auto save drafts on exit, reopen them
4226                 at startup, instead of asking
4227         * src/account.c
4228         * src/addressadd.c
4229         * src/addressbook.c
4230         * src/addressbook_foldersel.c
4231         * src/addrgather.c
4232         * src/crash.c
4233         * src/editaddress.c
4234         * src/editbook.c
4235         * src/editgroup.c
4236         * src/editjpilot.c
4237         * src/editldap.c
4238         * src/editldap_basedn.c
4239         * src/editvcard.c
4240         * src/exphtmldlg.c
4241         * src/expldifdlg.c
4242         * src/export.c
4243         * src/foldersel.c
4244         * src/gedit-print.c
4245         * src/import.c
4246         * src/importldif.c
4247         * src/importmutt.c
4248         * src/importpine.c
4249         * src/main.c
4250         * src/mainwindow.c
4251         * src/message_search.c
4252         * src/messageview.c
4253         * src/prefs_actions.c
4254         * src/prefs_customheader.c
4255         * src/prefs_display_header.c
4256         * src/prefs_filtering.c
4257         * src/prefs_filtering_action.c
4258         * src/prefs_folder_column.c
4259         * src/prefs_gtk.c
4260         * src/prefs_matcher.c
4261         * src/prefs_other.c
4262         * src/prefs_summaries.c
4263         * src/prefs_summary_column.c
4264         * src/prefs_template.c
4265         * src/sourcewindow.c
4266         * src/ssl_manager.c
4267         * src/summary_search.c
4268         * src/uri_opener.c
4269         * src/gtk/about.c
4270         * src/gtk/description_window.c
4271         * src/gtk/foldersort.c
4272         * src/gtk/gtkutils.c
4273         * src/gtk/gtkutils.h
4274         * src/gtk/icon_legend.c
4275         * src/gtk/logwindow.c
4276         * src/gtk/pluginwindow.c
4277         * src/gtk/prefswindow.c
4278                 Give different wmclass to different
4279                 windows - thanks to sed ;)
4280
4281 2007-02-04 [colin]      2.7.2cvs19
4282
4283         * src/main.c
4284                 Revert previous patch, can't reproduce
4285                 it anymore. 
4286
4287 2007-02-03 [colin]      2.7.2cvs18
4288
4289         * src/main.c
4290                 Don't save the mainwindow size and
4291                 position on emergency exit (libSM's
4292                 "die" callback), Xfce seems to make
4293                 the window smaller just before the
4294                 size's saved.
4295
4296 2007-02-03 [colin]      2.7.2cvs17
4297
4298         * src/plugins/bogofilter/bogofilter.c
4299         * src/plugins/bogofilter/bogofilter.h
4300         * src/plugins/bogofilter/bogofilter_gtk.c
4301         * src/plugins/pgpinline/pgpinline.c
4302         * src/plugins/pgpinline/pgpinline.h
4303                 Fix more copyrights
4304
4305 2007-02-03 [colin]      2.7.2cvs16
4306
4307         * src/partial_download.c
4308         * src/partial_download.h
4309         * src/ssl_manager.c
4310         * src/ssl_manager.h
4311         * src/uri_opener.c
4312         * src/uri_opener.h
4313         * src/wizard.c
4314         * src/wizard.h
4315         * src/common/ssl_certificate.c
4316         * src/common/ssl_certificate.h
4317         * src/gtk/quicksearch.c
4318         * src/gtk/quicksearch.h
4319         * src/gtk/sslcertwindow.c
4320         * src/gtk/sslcertwindow.h
4321                 Fix copyright on my files
4322
4323 2007-02-02 [colin]      2.7.2cvs15
4324
4325         * src/Makefile.am
4326         * src/mainwindow.c
4327         * src/messageview.c
4328         * src/messageview.h
4329         * src/textview.c
4330         * src/textview.h
4331         * src/uri_opener.c
4332         * src/uri_opener.h
4333                 Add Tools/List URIs to allow
4334                 opening any URI in the current mail
4335
4336 2007-02-02 [colin]      2.7.2cvs14
4337
4338         * src/common/valgrind.h ** NEW FILE **
4339         * src/common/Makefile.am
4340         * src/common/plugin.c
4341                 Don't dlclose the plugins if we're running
4342                 under valgrind. (doesn't require valgrind
4343                 either at compile time or run time).
4344
4345 2007-02-01 [paul]       2.7.2cvs13
4346
4347         * AUTHORS
4348         * src/gtk/authors.h
4349         * tools/freshmeat_search.pl
4350         * tools/google_search.pl
4351         * tools/multiwebsearch.pl
4352                 add support for non ISO-8859-1 compatible locales
4353                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4354
4355 2007-02-01 [colin]      2.7.2cvs12
4356
4357         * src/prefs_other.c
4358         * src/prefs_summaries.c
4359                 Move keybinding prefs to the Other page
4360
4361 2007-02-01 [wwp]        2.7.2cvs11
4362
4363         * src/plugins/trayicon/trayicon.c
4364                 Fix a raising issue within KDE.
4365
4366 2007-02-01 [colin]      2.7.2cvs10
4367
4368         * src/codeconv.c
4369                 Fix stray quotes in encoded strings
4370         * src/addressadd.c
4371                 Fix wrong call causing g_warnings
4372         * src/textview.c
4373                 Remove useless message
4374
4375 2007-01-31 [wwp]        2.7.2cvs9
4376
4377         * src/plugins/trayicon/trayicon.c
4378                 fix buggy hiding of main window when closing if close-to-tray
4379                 is not set (bad logics  in the trayicon hook code).
4380                 Changed the quit confirmation message too.
4381
4382 2007-01-30 [colin]      2.7.2cvs8
4383
4384         * src/main.c
4385                 Fix hidden mainwindow after clicking on
4386                 the X close button, if compose windows
4387                 exist and the user chooses not to quit
4388
4389 2007-01-30 [colin]      2.7.2cvs7
4390
4391         * src/main.c
4392         * src/compose.c
4393                 Handle local URIs to attach files (file:///...)
4394                 Fixes attaching files from Thunar for example
4395
4396 2007-01-30 [colin]      2.7.2cvs6
4397
4398         * src/prefs_ext_prog.c
4399                 Add 'mousepad' to the list of text editors.
4400                 Mousepad is XFCE's text editor
4401
4402 2007-01-29 [wwp]        2.7.2cvs5
4403
4404         * po/POTFILES.in
4405         * src/plugins/trayicon/trayicon_prefs.c
4406                 trayicon i18n fixes, thanks to Fabien.
4407
4408 2007-01-28 [wwp]        2.7.2cvs4
4409
4410         * src/mainwindow.c
4411         * src/mainwindow.h
4412         * src/plugins/trayicon/trayicon.c
4413         * src/plugins/trayicon/trayicon_prefs.c
4414         * src/plugins/trayicon/trayicon_prefs.h
4415                 Added a new TrayIcon plugin option to close to tray
4416                 (WM's hotkey and [X] button will hide the window instead
4417                 of closing it - closing CM can be done using the tray icon
4418                 menu or the File menu).
4419                 Improved visibility handling in trayicon, clicking the
4420                 trayicon now raise the window to current desktop when it
4421                 was either minimized/shaded/on another desktop.
4422                 Thanks to Paul for testing and fixing a strange behaviour
4423                 in KDE ;-).
4424
4425 2007-01-27 [paul]       2.7.2cvs3
4426
4427         * src/prefs_folder_item.c
4428         * src/prefs_receive.c
4429         * src/plugins/pgpcore/prefs_gpg.c
4430                 use 'start-up' instead of 'startup' in labels
4431
4432 2007-01-26 [wwp]        2.7.2cvs2
4433
4434         * src/plugins/trayicon/Makefile.am
4435         * src/plugins/trayicon/trayicon.c
4436         * src/plugins/trayicon/trayicon_prefs.c
4437         * src/plugins/trayicon/trayicon_prefs.h
4438                 Add a new TrayIcon option to hide the main window at
4439                 start-up.
4440                 Fix trayicon.c copyright header.
4441
4442 2007-01-26 [paul]       2.7.2cvs1
4443
4444         * NEWS
4445         * README
4446         * RELEASE_NOTES
4447         * configure.ac
4448                 bump up version number following
4449                 stable release
4450
4451 2007-01-25 [mones]      2.7.1cvs60
4452
4453         * po/es.po
4454                 updated thousands of strings (well, probably less ;-)
4455
4456 2007-01-25 [colin]      2.7.1cvs59
4457
4458         * src/matcher.c
4459                 Fix 2nd-run loss of matcherrc on new
4460                 configurations. 
4461
4462 2007-01-25 [wwp]        2.7.1cvs58
4463
4464         * src/mimeview.c
4465                 fix handling of empty value in attach_save_directory too, thanks
4466                 to Colin.
4467
4468 2007-01-25 [wwp]        2.7.1cvs57
4469
4470         * src/gtk/filesel.c
4471                 fix handling of empty value in attach_load_directory,
4472                 thanks to Colin.
4473
4474 2007-01-25 [wwp]        2.7.1cvs56
4475
4476         * src/plugins/dillo_viewer/dillo_prefs.h
4477                 fix a typo.
4478
4479 2007-01-25 [colin]      2.7.1cvs55
4480
4481         * src/matcher.c
4482         * src/matcher.h
4483         * src/matcher_parser_parse.y
4484         * src/prefs_matcher.c
4485                 Add matching on the spam flag
4486
4487 2007-01-24 [colin]      2.7.1cvs54
4488
4489         * src/folder.c
4490         * src/common/xml.c
4491         * src/common/xml.h
4492                 Make sure folderlist.xml is correctly
4493                 written before overwriting it.
4494         * src/procmsg.c
4495         * src/procmsg.h
4496         * src/summaryview.c
4497         * src/plugins/bogofilter/bogofilter.c
4498         * src/plugins/bogofilter/bogofilter.h
4499         * src/plugins/bogofilter/bogofilter_gtk.c
4500         * src/plugins/spamassassin/spamassassin.c
4501         * src/plugins/spamassassin/spamassassin.h
4502         * src/plugins/spamassassin/spamassassin_gtk.c
4503                 Move spam to the correct trash folder after
4504                 learning, if spam directory isn't set.
4505
4506 2007-01-23 [paul]       2.7.1cvs53
4507
4508         * src/plugins/bogofilter/bogofilter_gtk.c
4509                 fix sensitivity of "Insert X-Bogosity header"
4510                 option
4511
4512 2007-01-23 [colin]      2.7.1cvs52
4513
4514         * src/toolbar.c
4515                 Translate toolbar items text if
4516                 they're translatable (default)
4517         * src/addrcache.c
4518         * src/addrcache.h
4519         * src/addritem.c
4520         * src/addritem.h
4521         * src/codeconv.c
4522         * src/codeconv.h
4523         * src/jpilot.c
4524         * src/jpilot.h
4525         * src/ldapctrl.c
4526         * src/ldapctrl.h
4527         * src/ldapquery.h
4528         * src/ldif.c
4529         * src/ldif.h
4530         * src/etpan/etpan-thread-manager.c
4531         * src/etpan/etpan-thread-manager.h
4532         * src/gtk/gtkutils.c
4533         * src/gtk/gtkutils.h
4534                 More static functions
4535
4536 2007-01-22 [fabien]     2.7.1cvs51
4537
4538         * src/gtk/gtkutils.c
4539                 gtkut_get_options_frame() : ability to pass
4540                 a 'NULL' value in frame pointer parameter if
4541                 we don't need it.
4542
4543 2007-01-22 [colin]      2.7.1cvs50
4544
4545         * src/procmsg.c
4546         * src/procmsg.h
4547         * src/plugins/bogofilter/bogofilter.c
4548         * src/plugins/bogofilter/bogofilter_gtk.c
4549         * src/plugins/spamassassin/spamassassin.c
4550         * src/plugins/spamassassin/spamassassin_gtk.c
4551                 Allow moving spams to the account's trash
4552                 instead of default one
4553
4554 2007-01-21 [colin]      2.7.1cvs49
4555
4556         * src/ldapquery.c
4557         * src/ldapquery.h
4558                 Revert a static function that shouldn't
4559                 have been
4560
4561 2007-01-21 [colin]      2.7.1cvs48
4562
4563         * src/ldapquery.c
4564         * src/ldapquery.h
4565                 Same
4566
4567 2007-01-21 [colin]      2.7.1cvs47
4568
4569         * src/procmsg.c
4570         * src/procmsg.h
4571                 Same
4572
4573 2007-01-21 [colin]      2.7.1cvs46
4574
4575         * src/common/socket.c
4576         * src/common/socket.h
4577                 Same
4578
4579 2007-01-21 [colin]      2.7.1cvs45
4580
4581         * src/crash.c
4582         * src/exporthtml.c
4583         * src/exporthtml.h
4584         * src/exportldif.c
4585         * src/exportldif.h
4586         * src/folder.c
4587         * src/folder.h
4588         * src/folder_item_prefs.c
4589         * src/folder_item_prefs.h
4590         * src/folderview.c
4591         * src/folderview.h
4592         * src/gedit-print.c
4593         * src/gedit-print.h
4594         * src/main.c
4595         * src/main.h
4596         * src/common/socket.c
4597         * src/common/socket.h
4598         * src/gtk/gtkaspell.c
4599         * src/gtk/gtkaspell.h
4600         * src/gtk/quicksearch.c
4601         * src/gtk/quicksearch.h
4602                 Same
4603
4604 2007-01-21 [colin]      2.7.1cvs44
4605
4606         * src/common/utils.c
4607         * src/common/utils.h
4608         * src/etpan/etpan-thread-manager.c
4609         * src/etpan/etpan-thread-manager.h
4610                 Same (Funny that etpan_thread_unbind
4611                 is called but not etpan_thread_bind)
4612
4613 2007-01-21 [colin]      2.7.1cvs43
4614
4615         * src/addrselect.c
4616         * src/addrselect.h
4617         * src/codeconv.c
4618         * src/codeconv.h
4619         * src/compose.c
4620         * src/compose.h
4621         * src/etpan/Makefile.am
4622         * src/gtk/colorlabel.c
4623         * src/gtk/colorlabel.h
4624         * src/gtk/sslcertwindow.c
4625         * src/gtk/sslcertwindow.h
4626         * src/etpan/etpan-log.c ** REMOVED **
4627         * src/etpan/etpan-log.h ** REMOVED **
4628                 Same
4629
4630 2007-01-20 [colin]      2.7.1cvs42
4631
4632         * src/addritem.c
4633         * src/addritem.h
4634                 Same
4635
4636 2007-01-20 [colin]      2.7.1cvs41
4637
4638         * src/account.c
4639         * src/account.h
4640         * src/addrbook.c
4641         * src/addrbook.h
4642         * src/addrcache.c
4643         * src/addrcache.h
4644         * src/addrclip.c
4645         * src/addrclip.h
4646         * src/addressbook.c
4647         * src/addressbook.h
4648         * src/addrharvest.c
4649         * src/addrharvest.h
4650         * src/addrindex.c
4651         * src/addrindex.h
4652         * src/editaddress.c
4653         * src/editaddress.h
4654                 Make functions that aren't used in other
4655                 files static
4656
4657 2007-01-20 [colin]      2.7.1cvs40
4658
4659         * src/account.c
4660         * src/addrbook.c
4661         * src/addrcache.c
4662         * src/addressbook.c
4663         * src/addrgather.c
4664         * src/addrindex.c
4665         * src/addrquery.c
4666         * src/addrselect.c
4667         * src/browseldap.c
4668         * src/compose.c
4669         * src/editbook.c
4670         * src/editjpilot.c
4671         * src/editldap.c
4672         * src/editldap_basedn.c
4673         * src/editvcard.c
4674         * src/exporthtml.c
4675         * src/exportldif.c
4676         * src/folder.c
4677         * src/folderview.c
4678         * src/image_viewer.c
4679         * src/imap.c
4680         * src/importmutt.c
4681         * src/importpine.c
4682         * src/jpilot.c
4683         * src/ldapquery.c
4684         * src/main.c
4685         * src/mainwindow.c
4686         * src/matcher.c
4687         * src/messageview.c
4688         * src/mh.c
4689         * src/mimeview.c
4690         * src/msgcache.c
4691         * src/mutt.c
4692         * src/news.c
4693         * src/pine.c
4694         * src/prefs_account.c
4695         * src/prefs_common.c
4696         * src/prefs_compose_writing.c
4697         * src/prefs_ext_prog.c
4698         * src/prefs_folder_item.c
4699         * src/prefs_fonts.c
4700         * src/prefs_message.c
4701         * src/prefs_msg_colors.c
4702         * src/prefs_other.c
4703         * src/prefs_quote.c
4704         * src/prefs_receive.c
4705         * src/prefs_send.c
4706         * src/prefs_spelling.c
4707         * src/prefs_summaries.c
4708         * src/prefs_toolbar.c
4709         * src/prefs_wrapping.c
4710         * src/privacy.c
4711         * src/procmime.c
4712         * src/procmsg.c
4713         * src/ssl_manager.c
4714         * src/statusbar.c
4715         * src/summaryview.c
4716         * src/toolbar.c
4717         * src/vcard.c
4718         * src/common/hooks.c
4719         * src/common/log.c
4720         * src/common/passcrypt.c
4721         * src/common/socket.c
4722         * src/common/ssl.c
4723         * src/common/ssl_certificate.c
4724         * src/common/template.c
4725         * src/common/utils.c
4726         * src/etpan/imap-thread.c
4727         * src/gtk/sslcertwindow.c
4728         * src/gtk/sslcertwindow.h
4729                 Make functions that could be static, static
4730
4731 2007-01-20 [colin]      2.7.1cvs39
4732
4733         * src/editldap.c
4734                 Fix tooltip
4735
4736 2007-01-20 [colin]      2.7.1cvs38
4737
4738         * src/ldapquery.c
4739         * src/ldaputil.c
4740         * src/ldaputil.h
4741                 Fix bug 1102, 'claws-mail-2.7.1 
4742                 makes use of deprecated ldap 
4743                 functions'
4744
4745 2007-01-20 [colin]      2.7.1cvs37
4746
4747         * src/mainwindow.c
4748         * src/mainwindow.h
4749         * src/summaryview.c
4750         * src/gtk/quicksearch.c
4751                 Add Wide message list layout
4752
4753 2007-01-19 [fabien]     2.7.1cvs36
4754
4755         * src/textview.c
4756                 make sure a font change is considered in links of
4757                 headerview.
4758
4759 2007-01-19 [colin]      2.7.1cvs35
4760
4761         * src/main.c
4762         * src/mainwindow.c
4763         * src/mainwindow.h
4764         * src/messageview.c
4765         * src/messageview.h
4766         * src/prefs_common.c
4767         * src/prefs_common.h
4768         * src/summaryview.c
4769         * src/summaryview.h
4770         * src/gtk/quicksearch.c
4771         * src/gtk/quicksearch.h
4772                 Drop 'Separate Folder tree' and 'Separate
4773                 Message View'. Put three layouts in place
4774                 of it.
4775
4776 2007-01-19 [paul]       2.7.1cvs34
4777
4778         * src/prefs_msg_colors.c
4779                 more use of Q_ for translators
4780
4781 2007-01-19 [paul]       2.7.1cvs33
4782
4783         * src/imap_gtk.c
4784         * src/prefs_account.c
4785                 a few changes to the English
4786
4787 2007-01-19 [fabien]     2.7.1cvs32
4788
4789         * src/wizard.c
4790                 factorize translatable string
4791
4792 2007-01-18 [colin]      2.7.1cvs31
4793
4794         * src/main.c
4795                 Don't error out on --sync option. Although
4796                 we don't do anything with it, gtk+ handles
4797                 it, and it's useful for debugging X errors
4798
4799 2007-01-18 [fabien]     2.7.1cvs30
4800
4801         * src/prefs_other.c
4802                 ability to apply on the fly the recent added
4803                 'gtk_can_change_accels' pref (no need to restart).
4804
4805 2007-01-18 [fabien]     2.7.1cvs29
4806
4807         * src/plugins/bogofilter/bogofilter_gtk.c
4808         * src/plugins/bogofilter/bogofilter.c
4809         * src/plugins/spamassassin/spamassassin_gtk.c
4810         * src/addr_compl.c
4811         * src/prefs_account.c
4812                 factorize or rewrite some translatable strings.
4813
4814 2007-01-18 [fabien]     2.7.1cvs28
4815
4816         * src/prefs_gtk.h
4817         * src/compose.c
4818                 set a 4pix space between "Subject:" label and subject entry in
4819                 compose window.
4820
4821 2007-01-18 [wwp]        2.7.1cvs27
4822
4823         * src/addressbook.c
4824                 fix conflicting address-copy/paste when focus is set
4825                 to the embedded edit-person form.
4826  
4827
4828 2007-01-18 [wwp]        2.7.1cvs26
4829
4830         * src/addressbook.h
4831                 complete 2.7.1cvs23 (one more file was missing from that
4832                 commit).
4833
4834 2007-01-18 [colin]      2.7.1cvs25
4835
4836         * src/main.c
4837                 Provide a way to migrate without backup
4838                 Re-ask for migration on next start if 
4839                 it has been refused and wizard has been 
4840                 cancelled after.
4841
4842 2007-01-18 [wwp]        2.7.1cvs24
4843
4844         * src/editaddress.c
4845                 complete 2.7.1.cvs23 (file was missing from previous
4846                 commit).
4847
4848 2007-01-18 [wwp]        2.7.1cvs23
4849
4850         * src/addressbook.c
4851                 fix potential crashes in address book's focus_in/out signal handlers,
4852                 force focus to the edit-person form when clicked the Edit menu entry or
4853                 button (this only matters if the edit-person form is embedded to the
4854                 AB window, in that case, focus is not set when browsing the contacts
4855                 list w/ keys or mouse clicks).
4856
4857 2007-01-18 [paul]       2.7.1cvs22
4858
4859         * src/main.c
4860                 add command line options:
4861                 -h for --help
4862                 -q and --quit for --exit
4863                 -v for --version
4864                 print "Unknown option" for unknown options
4865
4866 2007-01-18 [paul]       2.7.1cvs21
4867
4868         * po/ru.po
4869                 updated by Pavlo Bohmat
4870
4871 2007-01-18 [paul]       2.7.1cvs20
4872
4873         * src/mainwindow.c
4874                 fix sensitivity issues of Mark as Spam/Ham
4875
4876 2007-01-17 [fabien]     2.7.1cvs19
4877
4878         * src/prefs_other.c
4879         * src/prefs_common.c
4880         * src/prefs_common.h
4881         * src/main.c
4882                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4883                 control the corresponding gtk property. It could be used to lock
4884                 all shortcuts (avoid to set one of them by inadvertency).
4885
4886 2007-01-17 [colin]      2.7.1cvs18
4887
4888         * src/summaryview.c
4889                 Fix bug 1100, 'Highlighted e-mail data not visible 
4890                 when color label applied.'. Use a weighted average
4891                 between normal selected foreground color and color
4892                 label instead of a simple one (3/1 instead 1/1).
4893
4894 2007-01-17 [colin]      2.7.1cvs17
4895
4896         * src/messageview.c
4897                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4898                 crash' - don't prevent mail switching while loading
4899
4900 2007-01-17 [colin]      2.7.1cvs16
4901
4902         * src/folder.c
4903         * src/folder.h
4904         * src/folderview.c
4905         * src/folderview.h
4906         * src/imap.c
4907         * src/imap.h
4908         * src/imap_gtk.c
4909                 Manage recursive search of unsubscribed folders
4910                 Rescan tree without checking for new messages 
4911                 after subscriptions changed
4912
4913 2007-01-17 [paul]       2.7.1cvs15
4914
4915         * src/prefs_common.c
4916         * src/gtk/pluginwindow.c
4917                 fix bug 1101, '"Load plugin" button is
4918                 accidentally hidden'
4919                 unset (-1) initial width in prefs_common,
4920                 fix overlapping buttons,
4921                 and other cleanups
4922
4923 2007-01-17 [paul]       2.7.1cvs14
4924
4925         * src/procmime.c
4926                 add #include <errno.h>, it's needed
4927                 on some systems
4928
4929 2007-01-17 [paul]       2.7.1cvs13
4930
4931         * src/common/defs.h
4932         * tools/make.themes.project
4933                 rename .sylpheed_themeinfo to .claws_themeinfo
4934                 and use it
4935         * src/etpan/etpan-errors.h
4936         * src/etpan/etpan-log.c
4937         * src/etpan/etpan-log.h
4938         * src/etpan/etpan-thread-manager-types.h
4939         * src/etpan/etpan-thread-manager.c
4940         * src/etpan/etpan-thread-manager.h
4941         * src/etpan/imap-thread.c
4942         * src/etpan/imap-thread.h
4943                 add copyright header
4944
4945 2007-01-17 [colin]      2.7.1cvs12
4946
4947         * src/plugins/pgpcore/select-keys.c
4948         * src/gtk/pluginwindow.c
4949         * src/prefs_account.c
4950                 Fix warnings
4951
4952 2007-01-16 [colin]      2.7.1cvs11
4953
4954         * src/imap.c
4955         * src/imap.h
4956         * src/imap_gtk.c
4957                 Manage subscribing to subfolders when only
4958                 subscribed folders are shown.
4959
4960 2007-01-16 [colin]      2.7.1cvs10
4961
4962         * src/folderview.c
4963                 Fix annoying vscrollbar going back to top
4964                 on Check for new folders
4965
4966 2007-01-16 [colin]      2.7.1cvs9
4967
4968         * src/imap.c
4969                 Remove printf
4970
4971 2007-01-16 [colin]      2.7.1cvs8
4972
4973         * src/filtering.c
4974                 Bigger buffer for errors
4975         * src/imap.c
4976         * src/imap.h
4977         * src/imap_gtk.c
4978         * src/prefs_account.c
4979         * src/prefs_account.h
4980         * src/wizard.c
4981         * src/etpan/imap-thread.c
4982         * src/etpan/imap-thread.h
4983         * manual/handling.xml
4984                 Add subscriptions management. What it changes:
4985                 Creating a folder subscribes to it
4986                 Deleting a folder unsubscribes it
4987                 New contextual menu item allowing to switch between
4988                 All folders and Subscribed folders, subscribe, and
4989                 unsubscribe. "Creating" an existing but unsubscribed
4990                 folder will subscribe it.
4991                 By default for new accounts, only subscribed folders 
4992                 are shown.
4993
4994
4995 2007-01-16 [paul]       2.7.1cvs7
4996
4997         * src/summaryview.c
4998                 Allow folder classes to specify only sort_key or
4999                 sort_type instead of both or none.
5000
5001 2007-01-16 [paul]       2.7.1cvs6
5002
5003         * src/action.c
5004         * src/compose.c
5005         * src/mimeview.c
5006         * src/procmime.c
5007         * src/textview.c
5008                 Save and use errno for procmime_get_part
5009
5010 2007-01-16 [colin]      2.7.1cvs5
5011
5012         * src/imap.c
5013                 Never remove INBOX when scanning for
5014                 new folders. It's a special folder
5015                 that has to exist.
5016
5017 2007-01-15 [colin]      2.7.1cvs4
5018
5019         * src/imap.c
5020                 Fix 'Check for new folders' when IMAP subdirectory
5021                 is set
5022         * src/etpan/imap-thread.c
5023                 Fix build
5024
5025 2007-01-15 [colin]      2.7.1cvs3
5026
5027         * src/etpan/imap-thread.c
5028                 Fix invalid free on command-connection
5029                 error
5030
5031 2007-01-15 [wwp]        2.7.1cvs2
5032
5033         * src/matcher_parser_lex.l
5034         * src/quote_fmt_lex.l
5035         * src/matcher_parser_parse.y
5036                 fix copyright header in lexers and parsers.
5037
5038 2007-01-15 [paul]       2.7.1cvs1
5039
5040         * NEWS
5041         * README
5042         * RELEASE_NOTES
5043         * configure.ac
5044                 bump up version number following
5045                 stable release
5046
5047 2007-01-15 [paul]       2.7.0cvs31
5048
5049         * AUTHORS
5050         * src/gtk/authors.h
5051                 add Fabien to the Team list
5052                 add the recent contributors
5053                 make a few corrections
5054
5055 2007-01-15 [paul]       2.7.0cvs30
5056
5057         * src/mainwindow.c
5058                 fix compiler warning
5059         * src/plugins/pgpcore/prefs_gpg.c
5060         * src/plugins/pgpcore/prefs_gpg.h
5061                 add missing include
5062                 fix copyright header
5063
5064 2007-01-14 [colin]      2.7.0cvs29
5065
5066         * src/gtk/filesel.c
5067                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5068                 two benefits: faster to open, will fix strange
5069                 dbus-related crash. Thanks to Pascal Terjan.
5070
5071 2007-01-14 [colin]      2.7.0cvs28
5072
5073         * src/etpan/imap-thread.c
5074                 Delete the old imap just after allocating
5075                 the new one. Makes sure we don't get the
5076                 same pointer by sheer luck, which feels
5077                 strange in the debug log.
5078
5079 2007-01-14 [colin]      2.7.0cvs27
5080
5081         * src/gtk/inputdialog.c
5082                 Make sure we don't print passwords in
5083                 clear text when in debug mode
5084
5085 2007-01-14 [colin]      2.7.0cvs26
5086
5087         * src/gtk/gtksctree.c
5088                 Fix bug 1098, 'bogus last row display 
5089                 after expanding a thread'. Patch by
5090                 Jindrich Makovicka <makovick@gmail.com>
5091
5092 2007-01-14 [colin]      2.7.0cvs25
5093
5094         * src/etpan/imap-thread.c
5095                 Close socket manually before
5096                 freeing the imap struct
5097
5098 2007-01-14 [colin]      2.7.0cvs24
5099
5100         * src/etpan/imap-thread.c
5101                 Maybe fix new reconnection issues
5102
5103 2007-01-13 [colin]      2.7.0cvs23
5104
5105         * src/summaryview.c
5106                 Freeze/thaw on thread selection
5107
5108 2007-01-13 [paul]       2.7.0cvs22
5109
5110         * src/mainwindow.c
5111         * src/summaryview.c
5112         * src/summaryview.h
5113                 add 'Edit/Delete thread'
5114
5115 2007-01-13 [colin]      2.7.0cvs21
5116
5117         * src/prefs_account.c
5118         * src/prefs_compose_writing.c
5119         * src/prefs_message.c
5120         * src/prefs_msg_colors.c
5121         * src/prefs_other.c
5122         * src/prefs_receive.c
5123         * src/prefs_spelling.c
5124         * src/prefs_summaries.c
5125         * src/prefs_themes.c
5126         * src/gtk/gtkutils.c
5127         * src/gtk/gtkutils.h
5128         * src/plugins/pgpcore/prefs_gpg.c
5129         * src/plugins/spamassassin/spamassassin_gtk.c
5130                 Factorize gtk frame creation
5131                 Patch by Pawel
5132
5133 2007-01-13 [colin]      2.7.0cvs20
5134
5135         * src/message_search.c
5136         * src/summary_search.c
5137                 Fix Enter in search windows
5138         * src/messageview.c
5139                 Fix body search starting at the
5140                 end of the mail (and asking for loop)
5141
5142 2007-01-13 [colin]      2.7.0cvs19
5143
5144         * src/etpan/imap-thread.c
5145                 Make sure we don't free the same imap
5146                 twice
5147
5148 2007-01-13 [colin]      2.7.0cvs18
5149
5150         * commitHelper
5151                 Allow multiple commitHelpers to
5152                 run at once
5153
5154 2007-01-12 [colin]      2.7.0cvs17
5155
5156         * src/etpan/imap-thread.c
5157                 Make sure we get rid of the previous mailimap
5158                 when connecting - just in case disconnect was
5159                 unclean
5160
5161 2007-01-12 [paul]       2.7.0cvs16
5162
5163         * src/compose.c
5164                 Strip S/MIME signatures when re-editing
5165                 S/MIME signed messages.
5166
5167 2007-01-12 [paul]       2.7.0cvs15
5168
5169         * configure.ac
5170         * src/addressbook.c
5171         * src/foldersel.c
5172         * src/folderview.c
5173         * src/main.c
5174                 no need to define CLAWS anymore, remove
5175                 all that stuff
5176
5177 2007-01-12 [paul]       2.7.0cvs14
5178
5179         * src/mimeview.c
5180                 check if the mail's signed as
5181                 it can change the mail structure
5182                 Thanks to Colin
5183
5184 2007-01-12 [paul]       2.7.0cvs13
5185
5186         * src/procmime.c
5187                 fix Forwarding msgs with attachments
5188                 that have dos line endings
5189                 Thanks to Colin
5190
5191 2007-01-12 [wwp]        2.7.0cvs12
5192
5193         * configure.ac
5194                 Revert accidentally committed extra version tag.
5195
5196 2007-01-12 [wwp]        2.7.0cvs11
5197
5198         * src/prefs_account.c
5199                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5200
5201 2007-01-11 [colin]      2.7.0cvs10
5202
5203         * src/imap.c
5204                 move g_warning to debug_print
5205                 it scares people for no reason
5206
5207 2007-01-11 [colin]      2.7.0cvs9
5208
5209         * po/POTFILES.in
5210                 Fix files to translate. Patch by
5211                 Fabien
5212
5213 2007-01-11 [paul]       2.7.0cvs8
5214
5215         * src/imap.c
5216                 Fix recursion when server lists the
5217                 current subfolder in the response
5218         * src/mimeview.c
5219                 Fix updating of icon_list/ctree
5220         * src/plugins/pgpcore/select-keys.c
5221                 Fix a few annoyances when choosing
5222                 keys for the CMS (S/MIME) protocol
5223
5224 2007-01-11 [wwp]        2.7.0cvs7
5225
5226         * src/compose.c
5227         * src/prefs_account.c
5228         * src/prefs_account.h
5229                 Add per-account spellcheck default dictionaries settings.
5230
5231 2007-01-10 [colin]      2.7.0cvs6
5232
5233         * src/prefs_folder_item.c
5234                 Factorize strings - patch by Fabien
5235
5236 2007-01-10 [colin]      2.7.0cvs5
5237
5238         * src/mainwindow.c
5239                 Fix bug 1095, 'Crash while changing folder 
5240                 columns during incorporation'
5241
5242 2007-01-09 [colin]      2.7.0cvs4
5243
5244         * src/gtk/pluginwindow.c
5245                 Set the plugin window transient. Seems
5246                 like some window managers hide it in
5247                 the background after "load plugin"...
5248
5249 2007-01-09 [colin]      2.7.0cvs3
5250
5251         * src/gtk/filesel.c
5252                 Use the same type for alloc and free
5253
5254 2007-01-08 [paul]       2.7.0cvs2
5255
5256         * po/nl.po
5257                 updated by Tim Dijkstra
5258
5259 2007-01-08 [paul]       2.7.0cvs1
5260
5261         * src/prefs_themes.c
5262         * src/common/utils.c
5263                 Fix resource leaks
5264
5265 2007-01-08 [paul]       2.7.0
5266
5267         * NEWS
5268         * README
5269         * RELEASE_NOTES
5270                 2.7.0 released
5271
5272 2007-01-08 [paul]       2.6.1cvs119
5273
5274         * doc/man/claws-mail.1
5275                 another correction
5276
5277 2007-01-08 [paul]       2.6.1cvs118
5278
5279         * doc/man/claws-mail.1
5280                 corrections
5281         * manual/advanced.xml
5282                 improved English usage
5283
5284 2007-01-08 [paul]       2.6.1cvs117
5285
5286         * po/ca.po
5287         * po/de.po
5288         * po/en_GB.po
5289         * po/fi.po
5290         * po/it.po
5291         * po/pt_BR.po
5292         * po/sk.po
5293         * po/sr.po
5294         * po/zh_CN.po
5295                 updated by Miquel Oliete, Stephan Sachse, me,
5296                 Tommi Pirinen, Andrea Spadaccini, Frederico
5297                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5298                 Urosevic, and Ralgh Young
5299
5300 2007-01-07 [mones]      2.6.1cvs116
5301
5302         * manual/es/advanced.xml
5303         * po/es.po
5304                 Synced manual (unhide mark_as_read_delay)
5305                 and updated translation for release
5306
5307 2007-01-07 [paul]       2.6.1cvs115
5308
5309         * src/prefs_matcher.c
5310                 make the hbox content fit better under
5311                 various languages
5312
5313 2007-01-07 [colin]      2.6.1cvs114
5314
5315         * src/messageview.c
5316                 Fix bug 1088, 'Ctrl-h produces repeatable
5317                 crash'
5318
5319 2007-01-06 [colin]      2.6.1cvs113
5320
5321         * src/etpan/imap-thread.c
5322                 Add casts to int to get certs. Fixes
5323                 bug 1064, 'crash @ etpan_certificate_check() 
5324                 when opening an IMAP folder', with latest
5325                 libetpan CVS or >= 0.49
5326         * src/mainwindow.c
5327         * src/mainwindow.h
5328         * src/imap_gtk.c
5329         * src/news_gtk.c
5330         * src/prefs_folder_item.c
5331                 Grey out the "synchronise" menu items if
5332                 there's nothing to synchronise.
5333         * src/plugins/pgpcore/sgpgme.c
5334                 Make an error clearer than "Unknown error"
5335
5336 2007-01-06 [colin]      2.6.1cvs112
5337
5338         * src/messageview.c
5339                 Don't try to show a message if updating
5340                 Maybe fixes bug 1088, 'ctrl-h produces
5341                 repeatable crash'.
5342
5343 2007-01-06 [colin]      2.6.1cvs111
5344
5345         * src/summaryview.c
5346                 Disable Control-Space (handle it as Space).
5347
5348 2007-01-05 [paul]       2.6.1cvs110
5349
5350         * src/imap.c
5351                 Fix bug 934, 'sylpheed claws 2.1 
5352                 doesn't show Exchanges Public Folders'
5353                 Thanks to Hoa and Colin
5354         * src/msgcache.c
5355                 Refuse to allocate more than 2 MB for a 
5356                 single field, it's a good indication of
5357                 cache corruption.
5358
5359 2007-01-05 [colin]      2.6.1cvs109
5360
5361         * src/mainwindow.c
5362                 Allow --select'ing emails by Message-ID too
5363
5364 2007-01-05 [colin]      2.6.1cvs108
5365
5366         * src/common/quoted-printable.c
5367                 Uh! Third fix :)
5368
5369 2007-01-05 [colin]      2.6.1cvs107
5370
5371         * src/common/quoted-printable.c
5372                 Fix previous commit about bug 1089
5373                 Thanks to Ralf
5374
5375 2007-01-05 [colin]      2.6.1cvs106
5376
5377         * src/common/quoted-printable.c
5378                 Fix my previous commit on bug 1089
5379                 - Thanks to Ralf :)
5380
5381 2007-01-04 [colin]      2.6.1cvs105
5382
5383         * src/common/quoted-printable.c
5384                 Fix bug 1089, 'NUL characters in Subject 
5385                 line are misinterpreted'. Not a pain to
5386                 fix in fact.
5387
5388 2007-01-04 [colin]      
5389
5390         2.7.0-rc3 released
5391
5392 2007-01-04 [wwp]        2.6.1cvs104
5393
5394         * src/image_viewer.c
5395                 Force operator precedence (fix a compiler warning).
5396
5397 2007-01-04 [colin]      2.6.1cvs103
5398
5399         * src/image_viewer.c
5400                 Be cautious there too (same fix as the one
5401                 in textview from cvs33)
5402         * src/messageview.c
5403                 Don't use any MimeViewer plugin when showing
5404                 all headers
5405
5406 2007-01-03 [wwp]        2.6.1cvs102
5407
5408         * src/html.c
5409         * src/html.h
5410                 fixed "cent" sign (use the existing ASCII one),
5411                 decode more HTML entities,
5412                 converted table ASCII entries to UTF-8,
5413                 moved a switch() into a hashtable.
5414
5415 2007-01-03 [paul]       2.6.1cvs101
5416
5417         * src/compose.c
5418         * src/messageview.c
5419         * src/procmsg.c
5420         * src/procmsg.h
5421                 When possible, use move_msg instead of
5422                 copy_msg + remove_msg to move sent mail
5423                 from Queue to Sent. 
5424
5425 2007-01-03 [paul]       2.6.1cvs100
5426
5427         * src/html.c
5428                 add more html entity recognition:
5429                 pounds, euros, and cents
5430
5431 2007-01-03 [colin]      2.6.1cvs99
5432
5433         * src/imap_gtk.c
5434                 Don't display an error on NOSELECT
5435                 folders when synchronising
5436
5437 2007-01-03 [paul]       2.6.1cvs98
5438
5439         * tools/maildir2claws-mail.pl
5440                 only substitute 'sent-mail' if it's
5441                 the full directory name
5442
5443 2007-01-03 [paul]       2.6.1cvs97
5444
5445         * ChangeLog
5446         * ChangeLog.pre2.0.0
5447         * Makefile.am
5448                 archive a chunk of ChangeLog in
5449                 ChangeLog.pre2.0.0
5450         * ChangeLog.gtk1
5451         * doc/src/ChangeLog.claws-pre0.8.0
5452                 remove ChangeLog.claws-pre0.8.0, adding
5453                 its contents to ChangeLog.gtk1
5454
5455 2007-01-03 [paul]       2.6.1cvs96
5456
5457         * src/account.c
5458         * src/account.h
5459         * src/action.c
5460         * src/action.h
5461         * src/adbookbase.h
5462         * src/addr_compl.c
5463         * src/addr_compl.h
5464         * src/addrbook.c
5465         * src/addrcache.c
5466         * src/addrcache.h
5467         * src/addrcindex.c
5468         * src/addrcindex.h
5469         * src/addrclip.c
5470         * src/addrclip.h
5471         * src/addrdefs.h
5472         * src/addressadd.c
5473         * src/addressadd.h
5474         * src/addressbook.c
5475         * src/addressbook.h
5476         * src/addressbook_foldersel.c
5477         * src/addressbook_foldersel.h
5478         * src/addrgather.c
5479         * src/addrgather.h
5480         * src/addrharvest.c
5481         * src/addrharvest.h
5482         * src/addrindex.c
5483         * src/addrindex.h
5484         * src/addritem.c
5485         * src/addritem.h
5486         * src/addrquery.c
5487         * src/addrquery.h
5488         * src/addrselect.c
5489         * src/addrselect.h
5490         * src/alertpanel.c
5491         * src/alertpanel.h
5492         * src/browseldap.c
5493         * src/browseldap.h
5494         * src/codeconv.c
5495         * src/codeconv.h
5496         * src/compose.c
5497         * src/compose.h
5498         * src/customheader.c
5499         * src/customheader.h
5500         * src/displayheader.c
5501         * src/displayheader.h
5502         * src/editaddress.c
5503         * src/editaddress.h
5504         * src/editbook.c
5505         * src/editbook.h
5506         * src/editgroup.c
5507         * src/editgroup.h
5508         * src/editjpilot.c
5509         * src/editjpilot.h
5510         * src/editldap.c
5511         * src/editldap.h
5512         * src/editldap_basedn.c
5513         * src/editldap_basedn.h
5514         * src/editvcard.c
5515         * src/editvcard.h
5516         * src/exphtmldlg.c
5517         * src/exphtmldlg.h
5518         * src/expldifdlg.c
5519         * src/expldifdlg.h
5520         * src/export.c
5521         * src/export.h
5522         * src/exporthtml.c
5523         * src/exporthtml.h
5524         * src/exportldif.c
5525         * src/exportldif.h
5526         * src/filtering.c
5527         * src/filtering.h
5528         * src/folder.c
5529         * src/folder.h
5530         * src/folder_item_prefs.c
5531         * src/folder_item_prefs.h
5532         * src/foldersel.c
5533         * src/foldersel.h
5534         * src/folderutils.c
5535         * src/folderutils.h
5536         * src/folderview.c
5537         * src/folderview.h
5538         * src/grouplistdialog.c
5539         * src/grouplistdialog.h
5540         * src/headerview.c
5541         * src/html.c
5542         * src/html.h
5543         * src/image_viewer.c
5544         * src/image_viewer.h
5545         * src/imap.c
5546         * src/imap.h
5547         * src/imap_gtk.c
5548         * src/imap_gtk.h
5549         * src/import.c
5550         * src/import.h
5551         * src/importldif.c
5552         * src/importldif.h
5553         * src/importmutt.c
5554         * src/importmutt.h
5555         * src/importpine.c
5556         * src/importpine.h
5557         * src/inc.c
5558         * src/inc.h
5559         * src/jpilot.c
5560         * src/jpilot.h
5561         * src/ldapctrl.c
5562         * src/ldapctrl.h
5563         * src/ldaplocate.c
5564         * src/ldaplocate.h
5565         * src/ldapquery.c
5566         * src/ldapquery.h
5567         * src/ldapserver.c
5568         * src/ldapserver.h
5569         * src/ldaputil.c
5570         * src/ldaputil.h
5571         * src/ldif.c
5572         * src/ldif.h
5573         * src/main.c
5574         * src/main.h
5575         * src/mainwindow.c
5576         * src/mainwindow.h
5577         * src/manual.c
5578         * src/manual.h
5579         * src/mbox.c
5580         * src/message_search.c
5581         * src/message_search.h
5582         * src/messageview.c
5583         * src/messageview.h
5584         * src/mh.c
5585         * src/mh.h
5586         * src/mh_gtk.c
5587         * src/mh_gtk.h
5588         * src/mimeview.c
5589         * src/mimeview.h
5590         * src/msgcache.c
5591         * src/msgcache.h
5592         * src/mutt.c
5593         * src/mutt.h
5594         * src/news.c
5595         * src/news.h
5596         * src/news_gtk.c
5597         * src/news_gtk.h
5598         * src/partial_download.c
5599         * src/partial_download.h
5600         * src/pine.c
5601         * src/pine.h
5602         * src/pop.c
5603         * src/pop.h
5604         * src/prefs_account.c
5605         * src/prefs_account.h
5606         * src/prefs_actions.c
5607         * src/prefs_actions.h
5608         * src/prefs_common.c
5609         * src/prefs_common.h
5610         * src/prefs_compose_writing.c
5611         * src/prefs_compose_writing.h
5612         * src/prefs_customheader.c
5613         * src/prefs_customheader.h
5614         * src/prefs_display_header.c
5615         * src/prefs_display_header.h
5616         * src/prefs_filtering.c
5617         * src/prefs_filtering.h
5618         * src/prefs_filtering_action.c
5619         * src/prefs_filtering_action.h
5620         * src/prefs_folder_column.c
5621         * src/prefs_folder_column.h
5622         * src/prefs_folder_item.c
5623         * src/prefs_folder_item.h
5624         * src/prefs_fonts.c
5625         * src/prefs_fonts.h
5626         * src/prefs_gtk.c
5627         * src/prefs_gtk.h
5628         * src/prefs_image_viewer.c
5629         * src/prefs_image_viewer.h
5630         * src/prefs_matcher.c
5631         * src/prefs_matcher.h
5632         * src/prefs_message.c
5633         * src/prefs_msg_colors.c
5634         * src/prefs_msg_colors.h
5635         * src/prefs_other.c
5636         * src/prefs_quote.c
5637         * src/prefs_receive.c
5638         * src/prefs_send.c
5639         * src/prefs_spelling.c
5640         * src/prefs_spelling.h
5641         * src/prefs_summaries.c
5642         * src/prefs_summaries.h
5643         * src/prefs_summary_column.c
5644         * src/prefs_summary_column.h
5645         * src/prefs_template.c
5646         * src/prefs_template.h
5647         * src/prefs_themes.c
5648         * src/prefs_themes.h
5649         * src/prefs_toolbar.c
5650         * src/prefs_toolbar.h
5651         * src/prefs_wrapping.c
5652         * src/prefs_wrapping.h
5653         * src/privacy.c
5654         * src/privacy.h
5655         * src/procheader.c
5656         * src/procheader.h
5657         * src/procmime.c
5658         * src/procmime.h
5659         * src/procmsg.c
5660         * src/procmsg.h
5661         * src/quote_fmt.c
5662         * src/quote_fmt_parse.y
5663         * src/recv.c
5664         * src/recv.h
5665         * src/remotefolder.c
5666         * src/remotefolder.h
5667         * src/send_message.c
5668         * src/send_message.h
5669         * src/setup.c
5670         * src/setup.h
5671         * src/sourcewindow.c
5672         * src/sourcewindow.h
5673         * src/ssl_manager.c
5674         * src/ssl_manager.h
5675         * src/statusbar.c
5676         * src/statusbar.h
5677         * src/stock_pixmap.c
5678         * src/stock_pixmap.h
5679         * src/summary_search.c
5680         * src/summary_search.h
5681         * src/summaryview.c
5682         * src/summaryview.h
5683         * src/textview.c
5684         * src/textview.h
5685         * src/toolbar.c
5686         * src/toolbar.h
5687         * src/undo.c
5688         * src/undo.h
5689         * src/unmime.c
5690         * src/unmime.h
5691         * src/vcard.c
5692         * src/vcard.h
5693         * src/wizard.c
5694         * src/wizard.h
5695         * src/common/base64.c
5696         * src/common/base64.h
5697         * src/common/defs.h
5698         * src/common/hooks.c
5699         * src/common/hooks.h
5700         * src/common/log.c
5701         * src/common/log.h
5702         * src/common/mgutils.c
5703         * src/common/mgutils.h
5704         * src/common/nntp.c
5705         * src/common/nntp.h
5706         * src/common/passcrypt.c
5707         * src/common/passcrypt.h.in
5708         * src/common/plugin.c
5709         * src/common/plugin.h
5710         * src/common/prefs.c
5711         * src/common/prefs.h
5712         * src/common/progressindicator.c
5713         * src/common/progressindicator.h
5714         * src/common/quoted-printable.c
5715         * src/common/quoted-printable.h
5716         * src/common/session.c
5717         * src/common/session.h
5718         * src/common/smtp.c
5719         * src/common/smtp.h
5720         * src/common/socket.c
5721         * src/common/socket.h
5722         * src/common/ssl.c
5723         * src/common/ssl.h
5724         * src/common/ssl_certificate.c
5725         * src/common/ssl_certificate.h
5726         * src/common/stringtable.c
5727         * src/common/stringtable.h
5728         * src/common/template.c
5729         * src/common/template.h
5730         * src/common/timing.h
5731         * src/common/utils.c
5732         * src/common/utils.h
5733         * src/common/version.h.in
5734         * src/common/xml.c
5735         * src/common/xml.h
5736         * src/common/xmlprops.c
5737         * src/common/xmlprops.h
5738         * src/gtk/about.c
5739         * src/gtk/colorlabel.c
5740         * src/gtk/colorsel.c
5741         * src/gtk/colorsel.h
5742         * src/gtk/combobox.c
5743         * src/gtk/combobox.h
5744         * src/gtk/description_window.c
5745         * src/gtk/description_window.h
5746         * src/gtk/filesel.c
5747         * src/gtk/filesel.h
5748         * src/gtk/foldersort.c
5749         * src/gtk/foldersort.h
5750         * src/gtk/gtksctree.c
5751         * src/gtk/gtkutils.c
5752         * src/gtk/gtkutils.h
5753         * src/gtk/inputdialog.c
5754         * src/gtk/inputdialog.h
5755         * src/gtk/logwindow.c
5756         * src/gtk/logwindow.h
5757         * src/gtk/manage_window.c
5758         * src/gtk/manage_window.h
5759         * src/gtk/menu.c
5760         * src/gtk/menu.h
5761         * src/gtk/pluginwindow.c
5762         * src/gtk/pluginwindow.h
5763         * src/gtk/prefswindow.c
5764         * src/gtk/prefswindow.h
5765         * src/gtk/progressdialog.c
5766         * src/gtk/progressdialog.h
5767         * src/gtk/sslcertwindow.c
5768         * src/gtk/sslcertwindow.h
5769         * src/plugins/bogofilter/bogofilter.c
5770         * src/plugins/bogofilter/bogofilter.h
5771         * src/plugins/bogofilter/bogofilter_gtk.c
5772         * src/plugins/clamav/clamav_plugin.c
5773         * src/plugins/clamav/clamav_plugin.h
5774         * src/plugins/clamav/clamav_plugin_gtk.c
5775         * src/plugins/demo/demo.c
5776         * src/plugins/dillo_viewer/dillo_prefs.c
5777         * src/plugins/dillo_viewer/dillo_prefs.h
5778         * src/plugins/dillo_viewer/dillo_viewer.c
5779         * src/plugins/pgpcore/passphrase.c
5780         * src/plugins/pgpcore/passphrase.h
5781         * src/plugins/pgpcore/pgp_viewer.c
5782         * src/plugins/pgpcore/pgp_viewer.h
5783         * src/plugins/pgpcore/plugin.c
5784         * src/plugins/pgpcore/select-keys.c
5785         * src/plugins/pgpcore/select-keys.h
5786         * src/plugins/pgpcore/sgpgme.c
5787         * src/plugins/pgpcore/sgpgme.h
5788         * src/plugins/pgpinline/pgpinline.c
5789         * src/plugins/pgpinline/pgpinline.h
5790         * src/plugins/pgpinline/plugin.c
5791         * src/plugins/pgpmime/pgpmime.c
5792         * src/plugins/pgpmime/pgpmime.h
5793         * src/plugins/pgpmime/plugin.c
5794         * src/plugins/spamassassin/spamassassin.c
5795         * src/plugins/spamassassin/spamassassin.h
5796         * src/plugins/spamassassin/spamassassin_gtk.c
5797         * src/plugins/trayicon/trayicon.c
5798                 it's 2007, update the year in the copyright headers
5799
5800 2007-01-03 [paul]       2.6.1cvs95
5801
5802         * src/gtk/about.c
5803                 it is 2007, use it in the copyright string
5804
5805 2007-01-03 [paul]       2.6.1cvs94
5806
5807         * src/html.c
5808                 html entity conversion:
5809                 move &#153; to a more suitable place
5810                 add &bull; and &ndash;
5811                 make sure &mdash; and &#8212; are both
5812                 converted the same
5813
5814 2007-01-02 [colin]      2.6.1cvs93
5815
5816         * src/addrbook.c
5817                 Fix leak
5818         * src/common/plugin.c
5819                 Add comment
5820         * src/etpan/imap-thread.c
5821                 Fix warning
5822
5823 2006-12-31 [paul]       2.6.1cvs92
5824
5825         * src/prefs_summaries.c
5826                 use gtk_button_new_from_stock()
5827
5828 2006-12-30 [colin]      2.6.1cvs91
5829
5830         * src/folder.c
5831         * src/imap_gtk.c
5832         * src/mh_gtk.c
5833                 Don't update filtering and account paths 
5834                 when copying folders
5835
5836 2006-12-30 [colin]      2.6.1cvs90
5837
5838         * src/prefs_compose_writing.c
5839         * src/prefs_quote.c
5840         * src/prefs_template.c
5841                 Use message font for Writing and 
5842                 Quoting prefs, as well as Templates.
5843
5844 2006-12-30 [colin]      2.6.1cvs89
5845
5846         * src/prefs_summaries.c
5847                 Rework GUI; patch by Pawel
5848
5849 2006-12-29 [colin]      2.6.1cvs88
5850
5851         * src/prefs_folder_item.c
5852                 Fix bug 1085, 'Apply to subfolder 
5853                 doesn't work' - I was mistaken saying
5854                 it worked in every case
5855
5856 2006-12-28 [colin]      2.6.1cvs87
5857
5858         * src/gtk/gtkaspell.c
5859                 Don't assert if use_alternate is true
5860                 and alt_dictionary isn't set -- this 
5861                 is what happens on upgrade! Rather,
5862                 do with it.
5863
5864 2006-12-28 [colin]      2.6.1cvs86
5865
5866         * Makefile.am
5867                 Fix desktop/icon simplification
5868
5869 2006-12-28 [colin]      2.6.1cvs85
5870
5871         * Makefile.am
5872                 Make desktop and icon not 
5873                 dependant on the desktop
5874
5875 2006-12-28 [wwp]        2.6.1cvs84
5876
5877         * src/plugins/pgpmime/claws.def
5878                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5879
5880 2006-12-28 [wwp]        2.6.1cvs83
5881
5882         * src/prefs_folder_item.c
5883                 Fix coloring of "simplify subject regexp" (folder prefs),
5884                 which might be left to red whereas the regexp gets empty.
5885
5886 2006-12-28 [wwp]        2.6.1cvs82
5887
5888         * src/prefs_common.c
5889         * src/prefs_common.h
5890         * src/addressbook.c
5891         * src/addressitem.h
5892                 Save addressbook mainwindow's horizontal and vertical splitter position.
5893
5894 2006-12-27 [wwp]        2.6.1cvs81
5895
5896         * src/gtk/gtkaspell.c
5897         * src/gtk/gtkaspell.h
5898         * src/compose.c
5899                 Fix assignment of compose's default and alternate dictionary from
5900                 account or folder settings. Now gtkaspell_change_dict does rotate
5901                 dicts only when it's called from a menu cb.
5902
5903 2006-12-27 [wwp]        2.6.1cvs80
5904
5905         * src/folder_item_prefs.c
5906                 Fix randomly initialized default-alt-dictionary (folder prefs),
5907                 complete 2.6.1cvs72.
5908
5909 2006-12-27 [paul]       2.6.1cvs79
5910
5911         * src/imap_gtk.c
5912         * src/mh_gtk.c
5913                 Add Copy folder in the folder's contextual
5914                 menu
5915
5916 2006-12-27 [wwp]        2.6.1cvs78
5917
5918         * src/imap.c
5919                 Clean up session locking, thanks to Colin.
5920
5921 2006-12-26 [colin]      2.6.1cvs77
5922
5923         * src/statusbar.c
5924                 Revert previous patch
5925
5926 2006-12-26 [colin]      2.6.1cvs76
5927
5928         * src/folder.c
5929         * src/folderview.c
5930         * src/imap.c
5931         * src/statusbar.c
5932         * src/etpan/imap-thread.c
5933                 Fix previous commit warnings
5934                 Make statusbar update every second if total < 20
5935                 Make IMAP APPEND faster by simplifying log              
5936
5937 2006-12-26 [colin]      2.6.1cvs75
5938
5939         * src/folder.c
5940         * src/folder.h
5941         * src/folderview.c
5942         * src/folderview.h
5943         * src/imap_gtk.c
5944         * src/mh_gtk.c
5945                 Make it possible to copy folders accross
5946                 mailboxes (this was an arbitrary limitation).
5947                 Still make it impossible to move folders 
5948                 accross mailboxes.
5949
5950 2006-12-26 [colin]      2.6.1cvs74
5951
5952         * src/etpan/imap-thread.c
5953                 Fix bug 1081, 'claws-mail 
5954                 segfaults when going offline 
5955                 while it transfers mails via 
5956                 imap'
5957
5958 2006-12-26 [colin]      2.6.1cvs73
5959
5960         * src/folder_item_prefs.c
5961                 Don't forget alt dictionary when
5962                 renaming/moving folders
5963
5964 2006-12-26 [wwp]        2.6.1cvs72
5965
5966         * src/folder_item_prefs.c
5967                 Add missing defaults for per-folder alt dict
5968                 (forgotten in 2.6.1cvs61).
5969
5970 2006-12-26 [colin]      2.6.1cvs71
5971
5972         * src/wizard.c
5973                 Add tooltip to state that specifying
5974                 full path to mailbox is possible
5975
5976 2006-12-26 [wwp]        2.6.1cvs70
5977
5978         * src/partial_download.c
5979         * src/gtk/gtkvscrollbutton.c
5980         * src/plugins/pgpinline/plugin.c
5981                 Fix for few compiler warnings that matter.
5982
5983 2006-12-25 [colin]      2.6.1cvs69
5984
5985         * src/partial_download.c
5986                 Fix marking for download or deletion
5987                 when the header isn't the first
5988         * src/gtk/logwindow.c
5989                 Fix start of scrolling
5990
5991 2006-12-23 [paul]       2.6.1cvs68
5992
5993         * src/compose.c
5994                 change last commit to use the 'academic'
5995                 method instead. Thanks to wwp
5996
5997 2006-12-23 [paul]       2.6.1cvs67
5998
5999         * src/compose.c
6000                 don't warn about empty subject when
6001                 redirecting
6002
6003 2006-12-22 [colin]      2.6.1cvs66
6004
6005         * src/summary_search.c
6006                 Fix previous patch
6007
6008 2006-12-22 [colin]      2.6.1cvs65
6009
6010         * src/gtk/gtkutils.c
6011         * src/imap.c
6012         * src/jpilot.c
6013         * src/summary_search.c
6014                 A few warning fixes
6015
6016 2006-12-23 [paul]       
6017
6018         2.7.0-rc2 released
6019
6020 2006-12-22 [colin]      2.6.1cvs64
6021
6022         * src/toolbar.c
6023         * src/toolbar.h
6024                 Add a combo to the learn spam button
6025         * src/plugins/bogofilter/bogofilter.c
6026         * src/plugins/bogofilter/bogofilter_gtk.c
6027         * src/plugins/bogofilter/bogofilter.h
6028                 Allow to store Unsure mails in a specific
6029                 folder to make better teaching easier
6030
6031 2006-12-21 [wwp]        2.6.1cvs63
6032
6033         * src/compose.c
6034         * src/prefs_common.c
6035         * src/prefs_common.h
6036         * src/prefs_spelling.c
6037         * src/gtk/gtkaspell.c
6038         * src/gtk/gtkaspell.h
6039                 Allow spell-checking using both current and alternate dictionaries
6040                 (thanks to Colin).
6041
6042 2006-12-21 [wwp]        2.6.1cvs62
6043
6044         * src/gtk/gtkaspell.c
6045                 Apply recheck_when_changing_dict (highlight all mispelled words)
6046                 when switching to alternate dictionary.
6047
6048 2006-12-21 [wwp]        2.6.1cvs61
6049
6050         * src/compose.c
6051         * src/folder_item_prefs.h
6052         * src/prefs_common.c
6053         * src/prefs_common.h
6054         * src/prefs_folder_item.c
6055         * src/prefs_spelling.c
6056         * src/gtk/gtkaspell.c
6057         * src/gtk/gtkaspell.h
6058                 Add global and per-folder prefs to set the default
6059                 alternate dictionary.
6060
6061 2006-12-21 [colin]      2.6.1cvs60
6062
6063         * src/folder.c
6064                 Look for folders by path in all folders
6065         * src/html.c
6066                 add &mdash;
6067
6068 2006-12-20 [colin]      2.6.1cvs59
6069
6070         * src/gtk/quicksearch.c
6071                 Make sure in_typing is false when clearing
6072
6073 2006-12-20 [wwp]        2.6.1cvs58
6074
6075         * configure.ac
6076                 change manual's target dir to be LFH-compliant (thanks to Colin).
6077
6078 2006-12-20 [wwp]        2.6.1cvs57
6079
6080         * src/prefs_common.c
6081         * src/prefs_summaries.c
6082                 i18n fix and factorize patch, thanks to Fabien.
6083
6084 2006-12-20 [paul]       2.6.1cvs56
6085
6086         * configure.ac
6087                 last of the renaming (??)
6088         * src/main.c
6089                 correct --help info of --status-full
6090         * src/plugins/bogofilter/bogofilter.c
6091                 make FALSE default of whitelist_ab
6092
6093 2006-12-19 [colin]      2.6.1cvs55
6094
6095         * src/jpilot.c
6096                 Same as before, without depending on
6097                 pisock >= 0.12
6098
6099 2006-12-19 [colin]      2.6.1cvs54
6100
6101         * src/jpilot.c
6102                 Fix bug 1059, 'Better jpilot charset 
6103                 handling'. Use libpisync's charset conversion
6104                 if possible
6105
6106 2006-12-19 [colin]      2.6.1cvs53
6107
6108         * po/fr.po
6109                 Updated by Fabien
6110
6111 2006-12-19 [wwp]        2.6.1cvs52
6112
6113         * src/gtk/about.c
6114                 Add missing #include (thanks to Colin).
6115
6116 2006-12-19 [wwp]        2.6.1cvs51
6117
6118         * src/prefs_receive.c
6119                 Better spacing between widgets in prefs.
6120
6121 2006-12-18 [colin]      2.6.1cvs50
6122
6123         * src/imap.c
6124                 Fix failure to get separator on LIST "" ""
6125                 Try LIST "" "INBOX" too.
6126
6127 2006-12-18 [wwp]        2.6.1cvs49
6128
6129         * src/common/session.c
6130                 Fix a compiler warning (thanks to Fabien).
6131
6132 2006-12-18 [wwp]        2.6.1cvs48
6133
6134         * src/compose.c
6135         * src/prefs_quote.c
6136                 Factorize some strings for translation (it's about error
6137                 messages when applying or checking template/quote format).
6138
6139 2006-12-18 [colin]      2.6.1cvs47
6140
6141         * Makefile.am
6142         * src/common/defs.h
6143         * src/gtk/Makefile.am
6144         * src/gtk/about.c
6145                 Add a Release notes tab from the contents of
6146                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6147
6148 2006-12-17 [colin]      2.6.1cvs46
6149
6150         * src/mimeview.c
6151         * src/textview.c
6152         * src/gtk/filesel.c
6153                 Correctly convert from/to UTF8/filename encoding
6154                 when loading and saving files. Probably fixes
6155                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6156                 for a file to attach and is blocked...'
6157
6158 2006-12-17 [colin]      2.6.1cvs45
6159
6160         * src/gtk/logwindow.c
6161                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6162                 IMAP folder and is blocked on main thread': 
6163                 make sure we put utf8 in the log.
6164
6165 2006-12-16 [colin]      2.6.1cvs44
6166
6167         * src/toolbar.c
6168         * src/toolbar.h
6169                 Fix bug 1055, 'Add the 'cancel receive' 
6170                 in the available events for the toolbar buttons'
6171
6172 2006-12-16 [colin]      2.6.1cvs43
6173
6174         * po/POTFILES.in
6175         * src/imap.c
6176         * src/common/nntp.c
6177         * src/common/session.c
6178                 Log error when SSL handshakes fail. 
6179                 Fixes bug 1082, 'incorrect / imprecise 
6180                 error message when imap server provides 
6181                 ssl only through STARTTLS but SSL is 
6182                 selected'
6183
6184 2006-12-15 [wwp]        2.6.1cvs42
6185
6186         * src/plugins/bogofilter/bogofilter_gtk.c
6187                 set proper sensitivity to widgets I've recently added.
6188
6189 2006-12-15 [colin]      
6190
6191         2.7.0-rc1 released
6192
6193 2006-12-15 [wwp]        2.6.1cvs41
6194
6195         * src/plugins/bogofilter/bogofilter.c
6196         * src/plugins/bogofilter/bogofilter.h
6197         * src/plugins/bogofilter/bogofilter_gtk.c
6198                 bogofilter's whitelist can now use a subset of
6199                 the addressbook (either a book, a subfolder of a book,
6200                 or the whole addressbook by using "Any"). Re-used there
6201                 some pref_matcher widgets and mechanisms to match a subset
6202                 of the addressbook.
6203
6204 2006-12-15 [wwp]        2.6.1cvs40
6205
6206         * src/wizard.c
6207         * src/common/plugin.c
6208         * src/common/plugin.h
6209         * src/gtk/about.c
6210         * src/plugins/bogofilter/bogofilter.c
6211         * src/plugins/clamav/clamav_plugin.c
6212         * src/plugins/demo/demo.c
6213         * src/plugins/dillo_viewer/dillo_viewer.c
6214         * src/plugins/pgpcore/plugin.c
6215         * src/plugins/pgpinline/plugin.c
6216         * src/plugins/pgpmime/plugin.c
6217         * src/plugins/spamassassin/spamassassin.c
6218         * src/plugins/trayicon/trayicon.c
6219                 factorize some translatable strings (plugins-related),
6220                 fix missing punctuation in several places,
6221                 remove useless translatable \n in about.c,
6222                 and factorize plugin init code w/ a new function
6223                 check_plugin_version() in common/plugin.c.
6224                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6225
6226 2006-12-15 [wwp]        2.6.1cvs39
6227
6228         * src/plugins/bogofilter/bogofilter.c
6229         * src/plugins/bogofilter/bogofilter_gtk.c
6230                 flag whitelisted spams as spam, but don't filter it to the spam
6231                 folder. Thanks to Colin.
6232
6233 2006-12-15 [ticho]      2.6.1cvs38
6234
6235         * src/plugins/bogofilter/bogofilter.c
6236         * src/plugins/bogofilter/bogofilter.h
6237         * src/plugins/bogofilter/bogofilter_gtk.c
6238                 Add option to whitelist senders found in addressbook. Patch by colin.
6239
6240 2006-12-15 [paul]       2.6.1cvs37
6241
6242         * src/folderview.c
6243                 add missing #include "log.h"
6244
6245 2006-12-15 [paul]       2.6.1cvs36
6246
6247         * src/plugins/bogofilter/bogofilter.c
6248         * src/plugins/bogofilter/bogofilter.h
6249         * src/plugins/bogofilter/bogofilter_gtk.c
6250                 Add an option to allow inserting an
6251                 X-Claws-Bogosity header (on MH folders
6252                 only). Patch by Colin
6253
6254 2006-12-14 [colin]      2.6.1cvs35
6255
6256         * src/main.c
6257                 "Yes" should be the default choice for
6258                 migration configuration
6259
6260 2006-12-14 [paul]       2.6.1cvs34
6261
6262         * src/prefs_summaries.c
6263         * manual/advanced.xml
6264                 Unhide mark_as_read_delay
6265
6266 2006-12-14 [paul]       2.6.1cvs33
6267
6268         * src/messageview.c
6269         * src/messageview.h
6270         * src/mimeview.c
6271         * src/mimeview.h
6272         * src/summaryview.c
6273         * src/textview.c
6274         * src/textview.h
6275                 Fix printing of selection
6276                 Fix printing of message parts
6277                 Fix printing of images
6278         * src/gtk/gtksourceprintjob.c
6279                 Fix page count when there are images
6280
6281 2006-12-14 [wwp]        2.6.1cvs32
6282
6283         * src/mainwindow.c
6284         * src/summaryview.c
6285         * src/summaryview.h
6286         * src/gtk/quicksearch.c
6287                 fix quicksearch 'magnify' button status when QS is closed
6288                 using the Escape key, thanks to Colin.
6289
6290 2006-12-14 [wwp]        2.6.1cvs31
6291
6292         * src/mainwindow.c
6293         * src/summaryview.c
6294         * src/summaryview.h
6295         * src/gtk/quicksearch.c
6296                 fix quicksearch 'magnify' button status when QS is closed
6297                 using the Escape key, thanks to Colin.
6298
6299 2006-12-13 [colin]      2.6.1cvs30
6300
6301         * src/ldapquery.c
6302         * src/ldaputil.c
6303                 Use the binary safe version of ldap_get_values,
6304                 to make sure we manipulate null-terminated 
6305                 strings. Maybe fixes bug 1075, 'claws mail 
6306                 segfault when completing ldap adresses'
6307         * src/syldap.c ** REMOVED **
6308         * src/syldap.h ** REMOVED **
6309                 Remove dead files
6310
6311 2006-12-13 [mones]      2.6.1cvs29
6312
6313         * po/es.po
6314                 Fixed piped strings, fixed click translation
6315
6316 2006-12-13 [paul]       2.6.1cvs28
6317
6318         * src/main.c
6319                 don't translate these strings
6320
6321 2006-12-13 [paul]       2.6.1cvs27
6322
6323         * po/en_GB.po
6324                 updated
6325
6326 2006-12-13 [colin]      2.6.1cvs26
6327
6328         * src/main.c
6329         * src/main.h
6330                 Add claws_is_starting()
6331
6332 2006-12-13 [mones]      2.6.1cvs25
6333
6334         * manual/es/advanced.xml
6335         * po/es.po
6336                 Synced manual and updated translation
6337
6338 2006-12-12 [colin]      2.6.1cvs24
6339
6340         * src/wizard.c
6341                 Add an option to use STARTTLS in the
6342                 welcome wizard. Fixes bug 1080, 
6343                 'Using SSL option in wizard for incoming 
6344                 server does not activate SSL with STARTTLS'
6345
6346 2006-12-12 [colin]      2.6.1cvs23
6347
6348         * src/main.c
6349                 Don't exit when there's an incomplete
6350                 mailbox configured - leaves a chance 
6351                 to fix a failing IMAP account. Exit
6352                 if no mailbox at all is loaded (case
6353                 of missing plugin).
6354                 Completes bug 1077's fix (I was wrong
6355                 in this bug's comment #3).
6356
6357 2006-12-12 [colin]      2.6.1cvs22
6358
6359         * src/gtk/menu.h
6360                 Add another menu data type
6361         * src/prefs_account.c
6362                 Complete the completion of bug 1076
6363                 (doesn't lose the pref on apply)
6364
6365 2006-12-12 [paul]       2.6.1cvs21
6366
6367         * src/prefs_account.c
6368                 complete the fix of bug 1076
6369                 also be more verbose with the text
6370
6371 2006-12-12 [paul]       2.6.1cvs20
6372
6373         * src/gtk/combobox.c
6374                 fix compilation warning
6375
6376 2006-12-11 [colin]      2.6.1cvs19
6377
6378         * src/wizard.c
6379                 Document :port in server entry tooltips
6380
6381 2006-12-11 [colin]      2.6.1cvs18
6382
6383         * src/main.c
6384                 Fix compile
6385
6386 2006-12-11 [colin]      2.6.1cvs17
6387
6388         * src/main.c
6389                 Add failing IMAP as a reason for no
6390                 mailbox
6391
6392 2006-12-11 [colin]      2.6.1cvs16
6393
6394         * src/prefs_account.c
6395                 Check for existence of inbox for local
6396                 accounts too
6397         * src/wizard.c
6398                 Allow setting the port to use for servers
6399                 by using the usual "server.example.com:port"
6400                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6401                 not start when IMAP server is unavailable'
6402
6403 2006-12-11 [colin]      2.6.1cvs15
6404
6405         * src/prefs_account.c
6406                 Prevent use of non-existing default inbox
6407
6408 2006-12-11 [colin]      2.6.1cvs14
6409
6410         * src/prefs_account.c
6411                 Fix sensitivity. Fixes bug 1076, 'privacy 
6412                 options are displayed even when pgp plugin 
6413                 not loaded / available'
6414
6415 2006-12-09 [colin]      2.6.1cvs13
6416
6417         * manual/advanced.xml
6418         * src/prefs_common.c
6419         * src/prefs_common.h
6420         * src/common/ssl_certificate.c
6421                 Add a new hidden preference, 'unsafe_ssl_certs',
6422                 which allows to store multiple certificates per
6423                 server/port. This is disabled by default because
6424                 it's less secure (presenting a new certificate
6425                 instead of a changed one raises less alarms).
6426                 This will cause Claws to ask about an unknown
6427                 certificate for people who have used 2.6.1cvs8
6428                 or greater.
6429
6430 2006-12-09 [colin]      2.6.1cvs12
6431
6432         * src/action.c
6433                 Fix cache updating after action
6434
6435 2006-12-07 [wwp]        2.6.1cvs11
6436
6437         * src/compose.c
6438                 fix email address comparison when replying to all
6439                 (avoid replying to ourselves), thanks to Colin.
6440
6441 2006-12-06 [paul]       2.6.1cvs10
6442
6443         * src/addrharvest.c
6444         * src/editldap.c
6445         * src/expldifdlg.c
6446         * src/news.c
6447         * src/toolbar.c
6448         * src/common/utils.c
6449                 ...and more renaming
6450                 Thanks to Colin
6451
6452 2006-12-06 [paul]       2.6.1cvs9
6453
6454         * src/compose.c
6455         * src/messageview.c
6456         * src/procheader.c
6457         * src/procmime.c
6458         * src/procmsg.c
6459         * src/textview.c
6460                 more renaming
6461                 Thanks to Colin
6462
6463 2006-12-06 [colin]      2.6.1cvs8
6464
6465         * src/ssl_manager.c
6466         * src/common/ssl_certificate.c
6467         * src/common/ssl_certificate.h
6468                 Handle multiple certificates per host/port
6469
6470 2006-12-06 [colin]      2.6.1cvs7
6471
6472         * src/etpan/imap-thread.c
6473                 Fix certificate checking on IMAP
6474
6475 2006-12-06 [colin]      2.6.1cvs6
6476
6477         * src/folderview.c
6478                 Fix bug 1072, 'Claws stops fetching newsgroups 
6479                 from server when newsgroup got deleted': continue
6480                 checking other groups
6481
6482 2006-12-05 [wwp]        2.6.1cvs5
6483
6484         * src/message_search.c
6485         * src/summary_search.c
6486         * src/gtk/combobox.c
6487         * src/gtk/combobox.h
6488         * src/gtk/gtkutils.c
6489         * src/gtk/gtkutils.h
6490                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6491                 behave like w/ old comboboxes (summary and message search only).
6492
6493 2006-12-05 [paul]       2.6.1cvs4
6494
6495         * src/wizard.c
6496                 encode headers
6497                 Thanks to Colin
6498
6499 2006-12-05 [paul]       2.6.1cvs3
6500
6501         * tools/README
6502         * tools/textviewer.pl
6503                 script updated and description added
6504
6505 2006-12-04 [colin]      2.6.1cvs2
6506
6507         * src/compose.c
6508                 Run pre-send hook only when checking
6509                 everything
6510
6511 2006-12-04 [paul]       2.6.1cvs1
6512
6513         * NEWS
6514         * README
6515         * RELEASE_NOTES
6516         * configure.ac
6517         * tools/README
6518                 bump up version number following stable release
6519
6520 2006-12-04 [paul]       2.6.0cvs83
6521
6522         * README
6523                 updates and corrections
6524
6525 2006-12-04 [colin]      2.6.0cvs82
6526
6527         * src/common/utils.c
6528                 Probably fix bug 1066, 'Incorrect mailbox 
6529                 size displayed'
6530
6531 2006-12-04 [colin]      2.6.0cvs81
6532
6533         * src/common/utils.c
6534                 Trim tabs from mailcap file too.
6535
6536 2006-12-02 [paul]       2.6.0cvs80
6537
6538         * src/exphtmldlg.c
6539                 fix broken GUI under certain languages
6540         * src/expldifdlg.c
6541                 put the Cancel button to the right
6542
6543 2006-12-01 [paul]       2.6.0cvs79
6544
6545         * tools/Makefile.am
6546                 remove reference to removed file
6547
6548 2006-12-01 [wwp]        2.6.0cvs78
6549
6550         * src/addressbook.c
6551         * src/editaddress.c
6552                 remove forgotten debug statements.
6553
6554 2006-12-01 [wwp]        2.6.0cvs77
6555
6556         * manual/advanced.xml
6557         * manual/fr/advanced.xml
6558         * src/addressbook.c
6559         * src/addressbook.h
6560         * src/addressitem.h
6561         * src/editaddress.c
6562         * src/editaddress.h
6563         * src/prefs_common.c
6564         * src/prefs_common.h
6565         * src/gtk/gtkutils.c
6566         * src/gtk/gtkutils.h
6567                 add a hidden option to allow embedding the editaddress (edit contact details)
6568                 dialog into the addressbook's window. This doesn't change the default
6569                 behaviour.
6570
6571 2006-12-01 [wwp]        2.6.0cvs76
6572
6573         * src/message_search.c
6574         * src/summary_search.c
6575                 fix more focus issues (don't set focus to combobox's entry widget when
6576                 entry's value changed, if entry widget has focus already).
6577
6578 2006-12-01 [wwp]        2.6.0cvs75
6579
6580         * src/gtk/quicksearch.c
6581                 revert last changes to the quicksearch gtk_combo_box, this needs more
6582                 tuning and testing.
6583
6584 2006-12-01 [paul]       2.6.0cvs74
6585
6586         * tools/kdeservicemenu/README
6587         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6588         * tools/kdeservicemenu/install.sh
6589         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6590         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6591                 simplify this stuff, and in so doing,
6592                 fix it. (possibly re-extend it again at
6593                 a later date)
6594
6595 2006-12-01 [wwp]        2.6.0cvs73
6596
6597         * src/gtk/quicksearch.c
6598                 adapt quicksearch code to use modern gtk_combo_box'es.
6599
6600 2006-12-01 [wwp]        2.6.0cvs72
6601
6602         * src/common/defs.h
6603         * src/prefs_common.c
6604         * src/prefs_common.h
6605         * src/message_search.c
6606         * src/summary_search.c
6607         * src/gtk/combobox.c
6608         * src/gtk/combobox.h
6609                 add history combos to all message and summary search fields.
6610
6611 2006-12-01 [wwp]        2.6.0cvs71
6612
6613         * src/summaryview.c
6614                 As the list may change while the mark as read delay
6615                 runs, we can't rely on the 'row' pointer, which can
6616                 be invalid when the timeout is called. As the mark
6617                 as read is only done if the message is still selected,
6618                 use summaryview->selected instead. Thanks to Colin.
6619
6620 2006-11-30 [paul]       2.6.0cvs70
6621
6622         * src/textview.c
6623                 give emphasis to "Sylpheed-Claws"
6624                 as well as "Claws Mail"
6625
6626 2006-11-30 [colin]      2.6.0cvs69
6627
6628         * src/wizard.c
6629                 Put the SSL checkboxes in the receiving
6630                 and sending server pages.
6631
6632 2006-11-29 [colin]      2.6.0cvs68
6633
6634         * src/gtk/gtkutils.c
6635         * src/gtk/gtkvscrollbutton.c
6636                 Revert some deprecated fixes - they seem to
6637                 deprecate stuff as soon as a new one gets out.
6638                 g_object_ref_sink needed glib-2.10.
6639
6640 2006-11-29 [colin]      2.6.0cvs67
6641
6642         * src/common/utils.c
6643                 Create .mailcap if it doesn't exist
6644
6645 2006-11-29 [colin]      2.6.0cvs66
6646
6647         * src/compose.c
6648                 Followup to cvs60: use original list
6649                 of recipients if replying to a mail
6650                 in Sent Drafts or Queue.
6651
6652 2006-11-27 [paul]       2.6.0cvs65
6653
6654         * src/image_viewer.c
6655                 revert the last change for now (it's broken)
6656
6657 2006-11-27 [paul]       2.6.0cvs64
6658
6659         * Makefile.am
6660         * configure.ac
6661         * m4/aclocal-include.m4
6662         * m4/check-type.m4
6663         * src/Makefile.am
6664         * src/addr_compl.c
6665         * src/compose.c
6666         * src/crash.c
6667         * src/export.c
6668         * src/exporthtml.c
6669         * src/exportldif.c
6670         * src/imap.c
6671         * src/import.c
6672         * src/main.c
6673         * src/main.h
6674         * src/matcher.c
6675         * src/mimeview.c
6676         * src/procmsg.c
6677         * src/textview.c
6678         * src/common/Makefile.am
6679         * src/common/claws.c
6680         * src/common/claws.h
6681         * src/common/ssl.c
6682         * src/common/sylpheed.c
6683         * src/common/sylpheed.h
6684         * src/etpan/Makefile.am
6685         * src/gtk/Makefile.am
6686         * src/gtk/claws-marshal.list
6687         * src/gtk/filesel.c
6688         * src/gtk/gtksctree.c
6689         * src/gtk/quicksearch.c
6690         * src/gtk/sylpheed-marshal.list
6691         * src/plugins/bogofilter/bogofilter.c
6692         * src/plugins/bogofilter/bogofilter_gtk.c
6693         * src/plugins/clamav/clamav_plugin.c
6694         * src/plugins/clamav/clamav_plugin_gtk.c
6695         * src/plugins/demo/demo.c
6696         * src/plugins/dillo_viewer/dillo_viewer.c
6697         * src/plugins/pgpcore/Makefile.am
6698         * src/plugins/pgpcore/claws.def
6699         * src/plugins/pgpcore/pgp_viewer.c
6700         * src/plugins/pgpcore/plugin.c
6701         * src/plugins/pgpcore/sylpheed.def
6702         * src/plugins/pgpinline/Makefile.am
6703         * src/plugins/pgpinline/claws.def
6704         * src/plugins/pgpinline/plugin.c
6705         * src/plugins/pgpinline/sylpheed.def
6706         * src/plugins/pgpmime/Makefile.am
6707         * src/plugins/pgpmime/claws.def
6708         * src/plugins/pgpmime/plugin.c
6709         * src/plugins/pgpmime/sylpheed.def
6710         * src/plugins/spamassassin/spamassassin.c
6711         * src/plugins/spamassassin/spamassassin_gtk.c
6712         * src/plugins/trayicon/trayicon.c
6713                 yet more renaming
6714                 remove deprecated gtk_tooltips_set_delay()
6715
6716 2006-11-26 [paul]       2.6.0cvs63
6717
6718         * src/expldifdlg.c
6719         * src/folderview.c
6720         * src/image_viewer.c
6721         * src/mainwindow.c
6722         * src/gtk/gtkutils.c
6723         * src/gtk/gtkvscrollbutton.c
6724         * src/gtk/prefswindow.c
6725         * src/plugins/pgpcore/prefs_gpg.c
6726                 replace more deprecated GTK+ functions
6727
6728 2006-11-26 [paul]       2.6.0cvs62
6729
6730         * src/addr_compl.c
6731         * src/addressbook.c
6732         * src/browseldap.c
6733                 replace deprecated gtk_idle_... functions
6734
6735 2006-11-26 [paul]       2.6.0cvs61
6736
6737         * src/compose.c
6738         * src/folderview.c
6739         * src/inc.c
6740         * src/summaryview.c
6741         * src/gtk/gtkvscrollbutton.c
6742         * src/gtk/quicksearch.c
6743         * src/plugins/pgpcore/passphrase.c
6744                 replace deprecated gtk_timeout_add and
6745                 gtk_timeout_remove
6746
6747 2006-11-26 [paul]       2.6.0cvs60
6748
6749         * src/compose.c
6750                 fix bug that caused the wrong recipient
6751                 to be selected when replying to a msg
6752                 which is From one of our accounts to
6753                 another of our accounts
6754
6755 2006-11-25 [paul]       2.6.0cvs59
6756
6757         * src/summaryview.c
6758                 don't change the From column title to
6759                 To if the To column is visible
6760
6761 2006-11-24 [paul]       2.6.0cvs58
6762
6763         * src/compose.c
6764                 fix bug 1069, 'Sent mails disappear, BCC
6765                 or locking problem?'
6766
6767 2006-11-21 [wwp]        2.6.0cvs57
6768
6769         * src/compose.c
6770                 fix spelling menu when replying (same as 2.3.1cvs39):
6771                 discrepancy between context menu and top menu when
6772                 folder's dictionary isn't the default one.
6773
6774 2006-11-19 [paul]       2.6.0cvs56
6775
6776         * src/summaryview.c
6777                 obey always_show_msg option when
6778                 marking as spam
6779         * src/plugins/bogofilter/bogofilter.c
6780                 fix typo
6781
6782 2006-11-18 [paul]       2.6.0cvs55
6783
6784         * AUTHORS
6785         * README
6786         * debian/copyright
6787         * manual/ack.xml
6788         * manual/es/ack.xml
6789         * manual/fr/ack.xml
6790         * manual/pl/ack.xml
6791         * src/gtk/authors.h
6792         * src/gtk/icon_legend.c
6793         * src/gtk/icon_legend.h
6794         * tools/OOo2claws-mail.pl
6795         * tools/README
6796         * tools/acroread2claws-mail.pl
6797         * tools/claws.i18n.status.pl
6798         * tools/filter_conv.pl
6799         * tools/filter_conv_new.pl
6800         * tools/freshmeat_search.pl
6801         * tools/google_search.pl
6802         * tools/kmail2claws-mail.pl
6803         * tools/kmail2claws-mail_v2.pl
6804         * tools/maildir2claws-mail.pl
6805         * tools/make.themes.project
6806         * tools/multiwebsearch.pl
6807         * tools/outlook2claws-mail.pl
6808         * tools/tb2claws-mail
6809         * tools/kdeservicemenu/README
6810         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6811                 update mine and wwp's email addresses in
6812                 several places
6813                 Patch by wwp
6814         * src/prefs_compose_writing.c
6815                 set sensitivity on 'new message format' frame
6816
6817 2006-11-17 [paul]       2.6.0cvs54
6818
6819         * src/gtk/about.c
6820                 more reworking of the GUI
6821                 Patch by Fabien Vantard
6822
6823 2006-11-16 [paul]       2.6.0cvs53
6824
6825         * src/gtk/about.c
6826                 set a minimum size for the window, allow
6827                 it to automatically expand as necessary
6828
6829 2006-11-16 [wwp]        2.6.0cvs52
6830
6831         * src/gtk/about.c
6832                 better wrap of copyright info on some systems.
6833
6834 2006-11-16 [paul]       2.6.0cvs51
6835
6836         * src/gtk/about.c
6837                 move the tech info from the upper panel
6838                 to the Info tab
6839                 use a gtk_text_view for the features tab
6840
6841 2006-11-16 [paul]       2.6.0cvs50
6842
6843         * po/Makevars
6844                 update my email address
6845         * src/addressbook.c
6846         * src/compose.c
6847         * src/imap_gtk.c
6848         * src/mh_gtk.c
6849         * src/news_gtk.c
6850         * src/summaryview.c
6851         * src/plugins/trayicon/trayicon.c
6852                 don't offer simple menu separators
6853                 for translation
6854         * src/folderview.c
6855                 add separator between 'mark all read'
6856                 and 'search folder'
6857
6858 2006-11-15 [wwp]        2.6.0cvs49
6859
6860         * src/gtk/authors.h
6861                 updated manuals authors.
6862
6863 2006-11-14 [paul]       2.6.0cvs48
6864
6865         * src/compose.c
6866                 Fix Options/Reply mode after draft save
6867
6868 2006-11-14 [paul]       2.6.0cvs47
6869
6870         * src/Makefile.am
6871                 Fix make DESTDIR=...
6872         * src/mbox.c
6873                 Optimise speed
6874         * src/plugins/pgpinline/pgpinline.c
6875                 Probably fix bug 1061
6876
6877 2006-11-14 [paul]       2.6.0cvs46
6878
6879         * po/Makevars
6880                 enable Q_ macro
6881         * src/Makefile.am
6882         * src/stock_pixmap.c
6883         * src/stock_pixmap.h
6884         * src/gtk/about.c
6885         * src/pixmaps/active.xpm
6886         * src/pixmaps/inactive.xpm
6887                 add a new page, 'Features', to the About dialog
6888                 showing which features are compiled in and which
6889                 are not
6890
6891 2006-11-14 [paul]       2.6.0cvs45
6892
6893         * po/ru.po
6894                 updated by Pavlo Bohmat
6895
6896 2006-11-14 [colin]      2.6.0cvs44
6897
6898         * src/compose.c
6899         * src/inc.c
6900         * src/messageview.c
6901         * src/news.c
6902         * src/pop.c
6903         * src/procmsg.c
6904         * src/gtk/gtkaspell.c
6905                 Fix 64-bit-related warnings
6906         * src/ssl_manager.c
6907                 Fix possible infinite loop
6908         * src/plugins/pgpcore/sgpgme.c
6909                 Remove useless check
6910
6911 2006-11-13 [colin]      2.6.0cvs43
6912
6913         * src/gtk/Makefile.am
6914                 authors.h isn't generated
6915
6916 2006-11-13 [colin]      2.6.0cvs42
6917
6918         * src/plugins/pgpinline/pgpinline.c
6919         * src/plugins/pgpmime/pgpmime.c
6920                 Very probably fix bug 1061, 'crash on 
6921                 opening signed email'. Another cast
6922                 problem
6923
6924 2006-11-13 [colin]      2.6.0cvs41
6925
6926         * src/plugins/pgpcore/sgpgme.c
6927                 Maybe fix bug 1061, 'crash on opening 
6928                 signed email'
6929
6930 2006-11-13 [wwp]        2.6.0cvs40
6931
6932         * src/plugins/pgpinline/pgpinline.c
6933                 fix candidate for bug #1057, thanks to Colin.
6934
6935 2006-11-13 [wwp]        2.6.0cvs39
6936
6937         * src/compose.c
6938         * src/quote_fmt_parse.y
6939                 fix bug 1052: current parser buffer was not always 
6940                 allocated, ptr to this buffer could be returned as 
6941                 NULL whereas no parser error has occurred. in 
6942                 consequence, defining a template body as "%d" 
6943                 (w/o the quotes) for the first time of the instance 
6944                 of claws-mail, was reporting a parser error. make 
6945                 sure that the buffer is always allocated, even to 
6946                 an empty string.
6947                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6948                 unescaping of the fmt string was always done 
6949                 whereas it must be done *only* when receiving 
6950                 quote format strings issued from the prefs 
6951                 (compose new message, reply, forward, redirect 
6952                 formats), *not* when applying templates.  in 
6953                 consequences, applying templates w/ sequences 
6954                 like \\|p{echo} were failing. make sure that 
6955                 unescaping is done only when necessary.
6956
6957 2006-11-12 [colin]      2.6.0cvs38
6958
6959         * po/de.po
6960                 Fix typo (s/KB/MB)
6961
6962 2006-11-12 [colin]      2.6.0cvs37
6963
6964         * src/plugins/pgpinline/pgpinline.c
6965         * src/plugins/pgpmime/pgpmime.c
6966                 Release GPG context at the latest 
6967                 possible moment. Maybe fixes 
6968                 bug 1057, 'crash on sending signed 
6969                 message to a newsgroup'
6970                 
6971
6972 2006-11-12 [colin]      2.6.0cvs36
6973
6974         * src/plugins/pgpcore/sgpgme.c
6975                 Tell a bit more when gpg's status doesn't
6976                 contain any signature
6977
6978 2006-11-12 [colin]      2.6.0cvs35
6979
6980         * src/compose.c
6981                 Fix bug 1060, 'compilation error with 
6982                 Irix's cc'
6983
6984 2006-11-12 [paul]       2.6.0cvs34
6985
6986         * doc/man/claws-mail.1
6987         * src/prefs_gtk.c
6988         * src/plugins/clamav/README
6989         * src/plugins/spamassassin/README
6990         * tools/README
6991         * tools/freshmeat_search.pl
6992         * tools/google_search.pl
6993         * tools/multiwebsearch.pl
6994                 more renaming
6995         * src/plugins/trayicon/trayicon.c
6996                 fix compiliation warning
6997
6998 2006-11-11 [colin]      2.6.0cvs33
6999
7000         * src/folderview.c
7001                 Forbid drag and drop from/to different
7002                 folders of type F_UNKNOWN
7003
7004 2006-11-11 [colin]      2.6.0cvs32
7005
7006         * src/plugins/pgpinline/pgpinline.c
7007                 Fix typo in previous commit:
7008                 - gpgme_new(&ctx);
7009                 + if ((err = gpgme_new(&data->ctx)) ...)
7010
7011 2006-11-11 [colin]      2.6.0cvs31
7012
7013         * src/plugins/pgpinline/pgpinline.c
7014         * src/plugins/pgpmime/pgpmime.c
7015                 Check success after calling gpgme_new
7016                 Maybe fixes bug 1057, 'crash on sending 
7017                 signed message to a newsgroup'
7018
7019 2006-11-11 [colin]      2.6.0cvs30
7020
7021         * src/undo.c
7022                 init undostruct to 0s (from
7023                 valgrind log of bug 1057)
7024
7025 2006-11-10 [colin]      2.6.0cvs29
7026
7027         * src/mainwindow.c
7028                 Set cursor to wait before filtering
7029                 duplicates in all folders
7030         * src/plugins/bogofilter/bogofilter.c
7031         * src/plugins/bogofilter/bogofilter.h
7032         * src/plugins/bogofilter/bogofilter_gtk.c
7033                 Completely thread away the bogofilter
7034                 filtering
7035
7036 2006-11-10 [mones]      2.6.0cvs28
7037
7038         * src/compose.c
7039         * src/compose.h
7040                 added COMPOSE_CHECK_BEFORE_SEND hook
7041
7042 2006-11-10 [paul]       2.6.0cvs27
7043
7044         * src/crash.c
7045                 more renaming
7046                 add libSM to get_compiled_in_features()
7047         * src/main.c
7048                 more renaming
7049
7050 2006-11-10 [colin]      2.6.0cvs26
7051
7052         * src/etpan/imap-thread.c
7053                 Add a reference to libetpan's sasl engine
7054                 so that sasl_done() doesn't get called by
7055                 libetpan, and doesn't break openssl.
7056                 Should fix bug 1053, 'SC fails to reestablish 
7057                 a secure connection'
7058                 Patch by Hoa
7059
7060 2006-11-10 [colin]      2.6.0cvs25
7061
7062         * manual/addrbook.xml
7063         * manual/advanced.xml
7064         * manual/faq.xml
7065         * manual/intro.xml
7066                 Some more renaming
7067
7068 2006-11-09 [colin]      2.6.0cvs24
7069
7070         * src/plugins/bogofilter/bogofilter_gtk.c
7071                 Add comment about annoyance
7072
7073 2006-11-09 [colin]      2.6.0cvs23
7074
7075         * src/plugins/bogofilter/bogofilter.c
7076         * src/plugins/bogofilter/bogofilter_gtk.c
7077                 Prepare things needed to thread bogofilter
7078                 filtering: separate bogo stuff and possible GUI
7079                 stuff. 
7080
7081 2006-11-09 [colin]      2.6.0cvs22
7082
7083         * src/account.c
7084         * src/compose.c
7085                 Search for one of our accounts in Delivered-To
7086                 (helps for auto-account selection when 
7087                  replying/forwarding)
7088         * src/folderview.c
7089         * src/mainwindow.c
7090         * src/mainwindow.h
7091         * src/plugins/trayicon/trayicon.c
7092                 Allow opening a new mail with any account from
7093                 the contextual menu
7094
7095 2006-11-09 [wwp]        2.6.0cvs21
7096
7097         * src/compose.c
7098         * src/prefs_common.c
7099         * src/prefs_common.h
7100         * src/prefs_compose_writing.c
7101                 add a compose new message format (in prefs/compose/writing), it's a
7102                 simple subject+body template to use when opening a new composition
7103                 window. It's similar to the existent reply and forward formats.
7104
7105                 enhanced the template/format % symbols substitution mechanism to
7106                 use current composition window information when % are used in
7107                 the compose new message format or in templates applied to new
7108                 messages (there were useless in that situations before). When
7109                 applied to new messages, %d corresponds to the system time/date.
7110
7111 2006-11-09 [paul]       2.6.0cvs20
7112
7113         * src/gtk/authors.h
7114                 fix last commit
7115
7116 2006-11-09 [paul]       2.6.0cvs19
7117
7118         * src/gtk/authors.h
7119                 keep tje alphabetical order
7120
7121 2006-11-08 [colin]      2.6.0cvs18
7122
7123         * src/etpan/imap-thread.c
7124                 Fix bug 1054, 'Slowness logging big 
7125                 data chunks'
7126
7127 2006-11-08 [paul]       2.6.0cvs17
7128
7129         * tools/Makefile.am
7130                 fix the renaming
7131
7132 2006-11-08 [paul]       2.6.0cvs16
7133
7134         * src/common/defs.h
7135                 update BUGZILLA_URI
7136
7137 2006-11-08 [paul]       2.6.0cvs15
7138
7139         * tools/Makefile.am
7140         * tools/OOo2claws-mail.pl
7141         * tools/OOo2sylpheed.pl
7142         * tools/README
7143         * tools/acroread2claws-mail.pl
7144         * tools/acroread2sylpheed.pl
7145         * tools/kmail2claws-mail.pl
7146         * tools/kmail2claws-mail_v2.pl
7147         * tools/kmail2sylpheed.pl
7148         * tools/kmail2sylpheed_v2.pl
7149         * tools/maildir2claws-mail.pl
7150         * tools/maildir2sylpheed.pl
7151         * tools/nautilus2claws-mail.sh
7152         * tools/nautilus2sylpheed.sh
7153         * tools/outlook2claws-mail.pl
7154         * tools/outlook2sylpheed.pl
7155         * tools/tb2claws-mail
7156         * tools/tb2sylpheed
7157         * tools/tbird2claws.py
7158         * tools/tbird2syl.py
7159         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7160         * tools/kdeservicemenu/install.sh
7161         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7162         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7163         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7164         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7165         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7166                 renamed (removed, added) tools files
7167
7168 2006-11-08 [paul]       2.6.0cvs14
7169
7170         * src/main.c
7171         * src/common/defs.h
7172                 Migrate sylpheedrc to clawsrc, and fix the standard
7173                 plugins path in the process
7174
7175 2006-11-07 [colin]      2.6.0cvs13
7176
7177         * src/Makefile.am
7178                 Symlink sylpheed-claws relative to 
7179                 claws-mail
7180
7181 2006-11-07 [colin]      2.6.0cvs12
7182
7183         * src/compose.c
7184                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7185
7186 2006-11-07 [paul]       2.6.0cvs11
7187
7188         * src/gtk/about.c
7189                 Fix a missed occurence of
7190                 Sylpheed-Claws
7191
7192 2006-11-07 [paul]       2.6.0cvs10
7193
7194         * src/Makefile.am
7195                 Fix symlink installation
7196
7197 2006-11-07 [paul]       2.6.0cvs9
7198
7199         * src/Makefile.am
7200                 Symlink claws-mail to sylpheed-claws
7201         * src/common/utils.c
7202                 Fix migrating symlinks
7203         * src/etpan/imap-thread.c
7204                 check certificate only when there's
7205                 no error
7206
7207 2006-11-07 [paul]       2.6.0cvs8
7208
7209         * Makefile.am
7210                 Fix icon breakages with Gtk, which needs a 
7211                 cache updated to see them.
7212
7213 2006-11-07 [paul]       2.6.0cvs7
7214
7215         * .cvsignore
7216         * AUTHORS
7217         * COPYING
7218         * INSTALL
7219         * Makefile.am
7220         * NEWS
7221         * README
7222         * RELEASE_NOTES
7223         * autogen.sh
7224         * claws-mail-128x128.png
7225         * claws-mail-64x64.png
7226         * claws-mail.ico
7227         * claws-mail.pc.in
7228         * claws-mail.png
7229         * configure.ac
7230         * sylpheed-claws-128x128.png
7231         * sylpheed-claws-64x64.png
7232         * sylpheed-claws.desktop
7233         * sylpheed-claws.ico
7234         * sylpheed-claws.pc.in
7235         * sylpheed-claws.png
7236         * debian/README.Debian
7237         * debian/changelog
7238         * debian/claws-mail.desktop
7239         * debian/claws-mail.menu
7240         * debian/claws-mail.postinst.debhelper
7241         * debian/claws-mail.postrm.debhelper
7242         * debian/control
7243         * debian/copyright
7244         * debian/files
7245         * debian/rules
7246         * debian/sylpheed-claws.desktop
7247         * debian/sylpheed-claws.menu
7248         * debian/sylpheed-claws.postinst.debhelper
7249         * debian/sylpheed-claws.postrm.debhelper
7250         * doc/man/Makefile.am
7251         * doc/man/claws-mail.1
7252         * doc/man/sylpheed-claws.1
7253         * doc/src/ChangeLog.claws-pre0.8.0
7254         * manual/Makefile.am
7255         * manual/account.xml
7256         * manual/ack.xml
7257         * manual/addrbook.xml
7258         * manual/advanced.xml
7259         * manual/claws-mail-manual.xml
7260         * manual/faq.xml
7261         * manual/glossary.xml
7262         * manual/handling.xml
7263         * manual/intro.xml
7264         * manual/keyboard.xml
7265         * manual/plugins.xml
7266         * manual/starting.xml
7267         * manual/sylpheed-claws-manual.xml
7268         * manual/xml2pdf
7269         * manual/dist/.cvsignore
7270         * manual/dist/html/.cvsignore
7271         * manual/dist/html/Makefile.am
7272         * manual/dist/pdf/.cvsignore
7273         * manual/dist/pdf/Makefile.am
7274         * manual/dist/ps/.cvsignore
7275         * manual/dist/ps/Makefile.am
7276         * manual/dist/txt/.cvsignore
7277         * manual/dist/txt/Makefile.am
7278         * manual/es/Makefile.am
7279         * manual/es/advanced.xml
7280         * manual/es/claws-mail-manual.xml
7281         * manual/es/faq.xml
7282         * manual/es/glossary.xml
7283         * manual/es/handling.xml
7284         * manual/es/intro.xml
7285         * manual/es/plugins.xml
7286         * manual/es/sylpheed-claws-manual.xml
7287         * manual/es/dist/.cvsignore
7288         * manual/es/dist/html/.cvsignore
7289         * manual/es/dist/html/Makefile.am
7290         * manual/es/dist/pdf/.cvsignore
7291         * manual/es/dist/pdf/Makefile.am
7292         * manual/es/dist/ps/.cvsignore
7293         * manual/es/dist/ps/Makefile.am
7294         * manual/es/dist/txt/.cvsignore
7295         * manual/es/dist/txt/Makefile.am
7296         * manual/fr/Makefile.am
7297         * manual/fr/account.xml
7298         * manual/fr/ack.xml
7299         * manual/fr/addrbook.xml
7300         * manual/fr/advanced.xml
7301         * manual/fr/claws-mail-manual.xml
7302         * manual/fr/faq.xml
7303         * manual/fr/glossary.xml
7304         * manual/fr/handling.xml
7305         * manual/fr/intro.xml
7306         * manual/fr/keyboard.xml
7307         * manual/fr/plugins.xml
7308         * manual/fr/starting.xml
7309         * manual/fr/sylpheed-claws-manual.xml
7310         * manual/fr/dist/.cvsignore
7311         * manual/fr/dist/html/.cvsignore
7312         * manual/fr/dist/html/Makefile.am
7313         * manual/fr/dist/pdf/.cvsignore
7314         * manual/fr/dist/pdf/Makefile.am
7315         * manual/fr/dist/ps/.cvsignore
7316         * manual/fr/dist/ps/Makefile.am
7317         * manual/fr/dist/txt/.cvsignore
7318         * manual/fr/dist/txt/Makefile.am
7319         * manual/pl/Makefile.am
7320         * manual/pl/account.xml
7321         * manual/pl/ack.xml
7322         * manual/pl/addrbook.xml
7323         * manual/pl/advanced.xml
7324         * manual/pl/claws-mail-manual.xml
7325         * manual/pl/faq.xml
7326         * manual/pl/glossary.xml
7327         * manual/pl/handling.xml
7328         * manual/pl/intro.xml
7329         * manual/pl/keyboard.xml
7330         * manual/pl/plugins.xml
7331         * manual/pl/starting.xml
7332         * manual/pl/sylpheed-claws-manual.xml
7333         * manual/pl/dist/.cvsignore
7334         * manual/pl/dist/html/.cvsignore
7335         * manual/pl/dist/html/Makefile.am
7336         * manual/pl/dist/pdf/.cvsignore
7337         * manual/pl/dist/pdf/Makefile.am
7338         * manual/pl/dist/ps/.cvsignore
7339         * manual/pl/dist/ps/Makefile.am
7340         * manual/pl/dist/txt/.cvsignore
7341         * manual/pl/dist/txt/Makefile.am
7342         * po/.cvsignore
7343         * po/Makevars
7344         * src/.cvsignore
7345         * src/Makefile.am
7346         * src/account.c
7347         * src/account.h
7348         * src/action.c
7349         * src/action.h
7350         * src/adbookbase.h
7351         * src/addr_compl.c
7352         * src/addr_compl.h
7353         * src/addrbook.c
7354         * src/addrcache.c
7355         * src/addrcache.h
7356         * src/addrcindex.c
7357         * src/addrcindex.h
7358         * src/addrclip.c
7359         * src/addrclip.h
7360         * src/addrdefs.h
7361         * src/addressadd.c
7362         * src/addressadd.h
7363         * src/addressbook.c
7364         * src/addressbook.h
7365         * src/addressbook_foldersel.c
7366         * src/addressbook_foldersel.h
7367         * src/addrgather.c
7368         * src/addrgather.h
7369         * src/addrharvest.c
7370         * src/addrharvest.h
7371         * src/addrindex.c
7372         * src/addrindex.h
7373         * src/addritem.c
7374         * src/addritem.h
7375         * src/addrquery.c
7376         * src/addrquery.h
7377         * src/addrselect.c
7378         * src/addrselect.h
7379         * src/alertpanel.c
7380         * src/alertpanel.h
7381         * src/browseldap.c
7382         * src/browseldap.h
7383         * src/codeconv.c
7384         * src/codeconv.h
7385         * src/compose.c
7386         * src/crash.c
7387         * src/crash.h
7388         * src/customheader.c
7389         * src/customheader.h
7390         * src/displayheader.c
7391         * src/displayheader.h
7392         * src/editaddress.c
7393         * src/editaddress.h
7394         * src/editbook.c
7395         * src/editbook.h
7396         * src/editgroup.c
7397         * src/editgroup.h
7398         * src/editjpilot.c
7399         * src/editjpilot.h
7400         * src/editldap.c
7401         * src/editldap.h
7402         * src/editldap_basedn.c
7403         * src/editldap_basedn.h
7404         * src/editvcard.c
7405         * src/editvcard.h
7406         * src/exphtmldlg.c
7407         * src/exphtmldlg.h
7408         * src/expldifdlg.c
7409         * src/expldifdlg.h
7410         * src/export.c
7411         * src/exporthtml.c
7412         * src/exporthtml.h
7413         * src/exportldif.c
7414         * src/exportldif.h
7415         * src/filtering.c
7416         * src/filtering.h
7417         * src/folder.c
7418         * src/folder.h
7419         * src/folder_item_prefs.c
7420         * src/folder_item_prefs.h
7421         * src/foldersel.c
7422         * src/foldersel.h
7423         * src/folderutils.c
7424         * src/folderutils.h
7425         * src/folderview.c
7426         * src/folderview.h
7427         * src/grouplistdialog.c
7428         * src/grouplistdialog.h
7429         * src/html.c
7430         * src/html.h
7431         * src/image_viewer.c
7432         * src/image_viewer.h
7433         * src/imap.c
7434         * src/imap.h
7435         * src/imap_gtk.c
7436         * src/imap_gtk.h
7437         * src/import.c
7438         * src/import.h
7439         * src/importldif.c
7440         * src/importldif.h
7441         * src/importmutt.c
7442         * src/importmutt.h
7443         * src/importpine.c
7444         * src/importpine.h
7445         * src/inc.c
7446         * src/inc.h
7447         * src/jpilot.c
7448         * src/jpilot.h
7449         * src/ldapctrl.c
7450         * src/ldapctrl.h
7451         * src/ldaplocate.c
7452         * src/ldaplocate.h
7453         * src/ldapquery.c
7454         * src/ldapquery.h
7455         * src/ldapserver.c
7456         * src/ldapserver.h
7457         * src/ldaputil.c
7458         * src/ldaputil.h
7459         * src/ldif.c
7460         * src/ldif.h
7461         * src/localfolder.c
7462         * src/localfolder.h
7463         * src/main.c
7464         * src/main.h
7465         * src/mainwindow.c
7466         * src/mainwindow.h
7467         * src/manual.c
7468         * src/manual.h
7469         * src/matcher.c
7470         * src/matcher.h
7471         * src/matcher_parser.h
7472         * src/matcher_parser_lex.l
7473         * src/matcher_parser_parse.y
7474         * src/mbox.c
7475         * src/mbox.h
7476         * src/message_search.c
7477         * src/message_search.h
7478         * src/messageview.c
7479         * src/messageview.h
7480         * src/mh.c
7481         * src/mh.h
7482         * src/mh_gtk.c
7483         * src/mh_gtk.h
7484         * src/mimeview.c
7485         * src/mimeview.h
7486         * src/msgcache.c
7487         * src/msgcache.h
7488         * src/mutt.c
7489         * src/mutt.h
7490         * src/news.c
7491         * src/news.h
7492         * src/news_gtk.c
7493         * src/news_gtk.h
7494         * src/noticeview.c
7495         * src/noticeview.h
7496         * src/partial_download.c
7497         * src/partial_download.h
7498         * src/pine.c
7499         * src/pine.h
7500         * src/pop.c
7501         * src/pop.h
7502         * src/prefs_account.c
7503         * src/prefs_account.h
7504         * src/prefs_actions.c
7505         * src/prefs_actions.h
7506         * src/prefs_common.c
7507         * src/prefs_common.h
7508         * src/prefs_compose_writing.c
7509         * src/prefs_compose_writing.h
7510         * src/prefs_customheader.c
7511         * src/prefs_customheader.h
7512         * src/prefs_display_header.c
7513         * src/prefs_display_header.h
7514         * src/prefs_ext_prog.c
7515         * src/prefs_ext_prog.h
7516         * src/prefs_filtering.c
7517         * src/prefs_folder_column.c
7518         * src/prefs_folder_column.h
7519         * src/prefs_folder_item.c
7520         * src/prefs_folder_item.h
7521         * src/prefs_fonts.c
7522         * src/prefs_fonts.h
7523         * src/prefs_gtk.c
7524         * src/prefs_gtk.h
7525         * src/prefs_image_viewer.c
7526         * src/prefs_image_viewer.h
7527         * src/prefs_matcher.c
7528         * src/prefs_matcher.h
7529         * src/prefs_message.c
7530         * src/prefs_message.h
7531         * src/prefs_msg_colors.c
7532         * src/prefs_msg_colors.h
7533         * src/prefs_other.c
7534         * src/prefs_other.h
7535         * src/prefs_quote.c
7536         * src/prefs_quote.h
7537         * src/prefs_receive.c
7538         * src/prefs_receive.h
7539         * src/prefs_send.c
7540         * src/prefs_send.h
7541         * src/prefs_spelling.c
7542         * src/prefs_spelling.h
7543         * src/prefs_summaries.c
7544         * src/prefs_summaries.h
7545         * src/prefs_summary_column.c
7546         * src/prefs_summary_column.h
7547         * src/prefs_template.c
7548         * src/prefs_template.h
7549         * src/prefs_themes.c
7550         * src/prefs_themes.h
7551         * src/prefs_toolbar.c
7552         * src/prefs_toolbar.h
7553         * src/prefs_wrapping.c
7554         * src/prefs_wrapping.h
7555         * src/privacy.c
7556         * src/privacy.h
7557         * src/procheader.c
7558         * src/procheader.h
7559         * src/procmime.c
7560         * src/procmime.h
7561         * src/procmsg.c
7562         * src/procmsg.h
7563         * src/quote_fmt.c
7564         * src/quote_fmt_parse.y
7565         * src/recv.c
7566         * src/recv.h
7567         * src/remotefolder.c
7568         * src/remotefolder.h
7569         * src/send_message.c
7570         * src/send_message.h
7571         * src/setup.c
7572         * src/setup.h
7573         * src/sourcewindow.c
7574         * src/sourcewindow.h
7575         * src/ssl_manager.c
7576         * src/ssl_manager.h
7577         * src/statusbar.c
7578         * src/statusbar.h
7579         * src/stock_pixmap.c
7580         * src/stock_pixmap.h
7581         * src/summary_search.c
7582         * src/summary_search.h
7583         * src/summaryview.c
7584         * src/summaryview.h
7585         * src/syldap.c
7586         * src/syldap.h
7587         * src/textview.c
7588         * src/textview.h
7589         * src/toolbar.c
7590         * src/toolbar.h
7591         * src/undo.c
7592         * src/undo.h
7593         * src/unmime.c
7594         * src/unmime.h
7595         * src/vcard.c
7596         * src/vcard.h
7597         * src/wizard.c
7598         * src/wizard.h
7599         * src/common/base64.c
7600         * src/common/base64.h
7601         * src/common/defs.h
7602         * src/common/hooks.c
7603         * src/common/hooks.h
7604         * src/common/log.c
7605         * src/common/log.h
7606         * src/common/mgutils.c
7607         * src/common/mgutils.h
7608         * src/common/nntp.c
7609         * src/common/nntp.h
7610         * src/common/passcrypt.c
7611         * src/common/passcrypt.h.in
7612         * src/common/plugin.c
7613         * src/common/plugin.h
7614         * src/common/prefs.c
7615         * src/common/prefs.h
7616         * src/common/progressindicator.c
7617         * src/common/progressindicator.h
7618         * src/common/quoted-printable.c
7619         * src/common/quoted-printable.h
7620         * src/common/session.c
7621         * src/common/session.h
7622         * src/common/smtp.c
7623         * src/common/smtp.h
7624         * src/common/socket.c
7625         * src/common/socket.h
7626         * src/common/ssl.c
7627         * src/common/ssl.h
7628         * src/common/stringtable.c
7629         * src/common/stringtable.h
7630         * src/common/sylpheed.c
7631         * src/common/sylpheed.h
7632         * src/common/template.c
7633         * src/common/template.h
7634         * src/common/timing.h
7635         * src/common/utils.c
7636         * src/common/utils.h
7637         * src/common/version.h.in
7638         * src/common/xml.c
7639         * src/common/xml.h
7640         * src/common/xmlprops.c
7641         * src/common/xmlprops.h
7642         * src/gtk/about.c
7643         * src/gtk/colorlabel.c
7644         * src/gtk/colorlabel.h
7645         * src/gtk/colorsel.c
7646         * src/gtk/colorsel.h
7647         * src/gtk/combobox.c
7648         * src/gtk/combobox.h
7649         * src/gtk/description_window.c
7650         * src/gtk/description_window.h
7651         * src/gtk/filesel.c
7652         * src/gtk/filesel.h
7653         * src/gtk/foldersort.c
7654         * src/gtk/foldersort.h
7655         * src/gtk/gtkaspell.c
7656         * src/gtk/gtkaspell.h
7657         * src/gtk/gtksctree.c
7658         * src/gtk/gtkshruler.c
7659         * src/gtk/gtkshruler.h
7660         * src/gtk/gtkutils.c
7661         * src/gtk/gtkutils.h
7662         * src/gtk/icon_legend.c
7663         * src/gtk/icon_legend.h
7664         * src/gtk/logwindow.c
7665         * src/gtk/logwindow.h
7666         * src/gtk/manage_window.c
7667         * src/gtk/manage_window.h
7668         * src/gtk/pluginwindow.c
7669         * src/gtk/pluginwindow.h
7670         * src/gtk/prefswindow.c
7671         * src/gtk/prefswindow.h
7672         * src/gtk/quicksearch.c
7673         * src/gtk/quicksearch.h
7674         * src/pixmaps/claws-mail.xpm
7675         * src/pixmaps/claws-mail_icon.xpm
7676         * src/pixmaps/claws-mail_logo.xpm
7677         * src/pixmaps/sylpheed-claws.xpm
7678         * src/pixmaps/sylpheed-claws_icon.xpm
7679         * src/pixmaps/sylpheed-claws_logo.xpm
7680         * src/plugins/bogofilter/Makefile.am
7681         * src/plugins/bogofilter/bogofilter.c
7682         * src/plugins/bogofilter/bogofilter.h
7683         * src/plugins/bogofilter/bogofilter_gtk.c
7684         * src/plugins/clamav/Makefile.am
7685         * src/plugins/clamav/clamav_plugin.c
7686         * src/plugins/clamav/clamav_plugin.h
7687         * src/plugins/clamav/clamav_plugin_gtk.c
7688         * src/plugins/demo/Makefile.am
7689         * src/plugins/demo/demo.c
7690         * src/plugins/dillo_viewer/Makefile.am
7691         * src/plugins/dillo_viewer/README
7692         * src/plugins/dillo_viewer/dillo_prefs.c
7693         * src/plugins/dillo_viewer/dillo_prefs.h
7694         * src/plugins/dillo_viewer/dillo_viewer.c
7695         * src/plugins/pgpcore/Makefile.am
7696         * src/plugins/pgpcore/passphrase.c
7697         * src/plugins/pgpcore/passphrase.h
7698         * src/plugins/pgpcore/pgp_viewer.c
7699         * src/plugins/pgpcore/pgp_viewer.h
7700         * src/plugins/pgpcore/plugin.c
7701         * src/plugins/pgpcore/prefs_gpg.c
7702         * src/plugins/pgpcore/prefs_gpg.h
7703         * src/plugins/pgpcore/select-keys.c
7704         * src/plugins/pgpcore/select-keys.h
7705         * src/plugins/pgpcore/sgpgme.c
7706         * src/plugins/pgpcore/sgpgme.h
7707         * src/plugins/pgpcore/sylpheed.def
7708         * src/plugins/pgpcore/version.rc
7709         * src/plugins/pgpinline/Makefile.am
7710         * src/plugins/pgpinline/pgpinline.c
7711         * src/plugins/pgpinline/pgpinline.h
7712         * src/plugins/pgpinline/plugin.c
7713         * src/plugins/pgpinline/sylpheed.def
7714         * src/plugins/pgpinline/version.rc
7715         * src/plugins/pgpmime/Makefile.am
7716         * src/plugins/pgpmime/pgpmime.c
7717         * src/plugins/pgpmime/pgpmime.h
7718         * src/plugins/pgpmime/plugin.c
7719         * src/plugins/pgpmime/sylpheed.def
7720         * src/plugins/pgpmime/version.rc
7721         * src/plugins/spamassassin/Makefile.am
7722         * src/plugins/spamassassin/README
7723         * src/plugins/spamassassin/spamassassin.c
7724         * src/plugins/spamassassin/spamassassin.h
7725         * src/plugins/spamassassin/spamassassin_gtk.c
7726         * src/plugins/trayicon/Makefile.am
7727         * src/plugins/trayicon/trayicon.c
7728         * tools/OOo2sylpheed.pl
7729         * tools/README
7730         * tools/README.sylprint
7731         * tools/acroread2sylpheed.pl
7732         * tools/claws.i18n.status.pl
7733         * tools/filter_conv.pl
7734         * tools/filter_conv_new.pl
7735         * tools/freshmeat_search.pl
7736         * tools/google_search.pl
7737         * tools/kmail2sylpheed.pl
7738         * tools/kmail2sylpheed_v2.pl
7739         * tools/make.themes.project
7740         * tools/multiwebsearch.pl
7741         * tools/nautilus2sylpheed.sh
7742         * tools/outlook2sylpheed.pl
7743         * tools/sylprint.pl
7744         * tools/sylprint.rc
7745         * tools/tb2sylpheed
7746         * tools/textviewer.sh
7747         * tools/vcard2xml.py
7748         * tools/kdeservicemenu/README
7749         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7750         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7751         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7752                 Change name to Claws Mail. Announce to follow...
7753
7754 2006-11-06 [wwp]        2.6.0cvs6
7755
7756         * src/prefs_template.c
7757                 unify messages related to quote format/template errors (fix
7758                 capitalization), again.
7759
7760 2006-11-06 [wwp]        2.6.0cvs5
7761
7762         * src/prefs_quote.c
7763                 unify messages related to quote format/template errors.
7764
7765 2006-11-06 [wwp]        2.6.0cvs4
7766
7767         * src/prefs_msg_colors.c
7768                 more uses of Q_ macro for contextual translations, thanks
7769                 to Fabien (fzzzzz).
7770
7771 2006-11-06 [wwp]        2.6.0cvs3
7772
7773         * src/compose.c
7774         * src/common/utils.c
7775         * src/common/utils.h
7776                 show an alertpanel to make sure users are aware that sensitive
7777                 files are attached (it's file blacklist-based). This will fix
7778                 interaction w/ GoogleEarth for instance, thanks to Colin.
7779
7780 2006-11-06 [wwp]        2.6.0cvs2
7781
7782         * src/prefs_quote.c
7783         * src/prefs_template.c
7784         * src/prefs_template.h
7785                 check quote format when applying/closing prefs. For now this only
7786                 shows up an error dialog box, not preventing the user from using
7787                 a broken quote (reply, forwards) format.
7788
7789 2006-11-06 [wwp]        2.6.0cvs1
7790
7791         * src/prefs_template.c
7792                 fix missing checks of some template fields.
7793
7794 2006-11-06 [paul]       2.6.0
7795
7796         * NEWS
7797         * README
7798         * RELEASE_NOTES
7799                 2.6.0 released
7800
7801 2006-11-06 [paul]       2.5.6cvs22
7802
7803         * manual/advanced.xml
7804         * manual/es/advanced.xml
7805                 put 'respect_flowed_format' info in the correct
7806                 place
7807
7808 2006-11-06 [mones]      2.5.6cvs21
7809
7810         * po/es.po
7811                 Minor fixes for release
7812
7813 2006-11-06 [paul]       2.5.6cvs20
7814
7815         * po/cs.po
7816         * po/de.po
7817         * po/fr.po
7818         * po/it.po
7819         * po/nl.po
7820         * po/pt_BR.po
7821         * po/sk.po
7822         * po/sv.po
7823         * po/zh_CN.po
7824                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7825                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7826                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7827                 Young
7828
7829 2006-11-02 [colin]      2.5.6cvs19
7830
7831         * src/imap.c
7832         * src/imap.h
7833         * src/prefs_account.c
7834         * src/etpan/imap-thread.c
7835                 Add GSSAPI support - fixes Debian bug #383274
7836
7837 2006-11-01 [colin]      2.5.6cvs18
7838
7839         * src/jpilot.c
7840                 Handle libpisock12 support. Probably
7841                 fixes bug 1046, 'jpilot AddressDB.pdb 
7842                 import fail'
7843
7844 2006-11-01 [colin]      2.5.6cvs17
7845
7846         * src/folderutils.c
7847                 debug_print() folderutils_mark_all_read()
7848
7849 2006-11-01 [colin]      2.5.6cvs16
7850
7851         * COPYING
7852                 Add missed files to the Apache exception
7853
7854 2006-10-31 [colin]      2.5.6cvs15
7855
7856         * src/folder.c
7857         * src/folder.h
7858                 Add a copy_private_data() func to FolderClasses
7859                 Doesn't break the feature freeze, because we 
7860                 won't use it (right now) in the core.
7861
7862 2006-10-31 [colin]      2.5.6cvs14
7863
7864         * COPYING
7865                 Allow linking with the Apache licensed files in
7866                 src/plugins/spamassassin. Hopefully fixes 
7867                 bug 1048, 'Spamassassin plugin license problem'
7868
7869 2006-10-31 [wwp]        2.5.6cvs13
7870
7871         * src/compose.c
7872                 fix and optimize trimming of leading linefeeds in body loop.
7873
7874 2006-10-31 [colin]      2.5.6cvs12
7875
7876         * src/etpan/imap-thread.c
7877         * src/imap.c
7878                 Make really sure to have NULL sets in case
7879                 of error
7880
7881 2006-10-30 [wwp]        2.5.6cvs11
7882
7883         * src/prefs_common.c
7884         * src/prefs_common.h
7885         * src/compose.c
7886                 fix broken storage of quote format template when it contains \-escape
7887                 sequences. The application of such sequences is also fixed now (\t
7888                 in quote format will be a real tab instead of a 't', for instance).
7889
7890 2006-10-27 [colin]      2.5.6cvs10
7891
7892         * src/compose.c
7893                 Probably fix bug 1045, 'sylpheed-claws 
7894                 doesn't remove the mail from the IMAP 
7895                 Queue folder after sending'. From
7896                 2.5.6cvs3-stable
7897
7898 2006-10-27 [colin]      2.5.6cvs9
7899
7900         * configure.ac
7901                 Require libetpan-0.48. I'm so annoying,
7902                 I know ;-)
7903
7904 2006-10-27 [colin]      2.5.6cvs8
7905
7906         * src/folder.c
7907         * src/imap.c
7908                 Probably fix bug 1044, 'sylpheed-claws 
7909                 segfaults while moving mails' - Fix relation
7910                 usage when moving to an IMAP mailbox from another
7911                 mailbox
7912
7913 2006-10-26 [paul]       2.5.6cvs7
7914
7915         * src/gtk/about.c
7916                 add libSM to compiled-in features
7917                 list
7918
7919 2006-10-24 [colin]      2.5.6cvs6
7920
7921         * src/textview.c
7922         * src/gtk/gtkutils.c
7923                 Fix crash when printing emails with an
7924                 xface
7925
7926 2006-10-24 [mones]      2.5.6cvs5
7927
7928         * manual/es/advanced.xml
7929                 Synchronize hidden option respect_flowed_format
7930         * po/es.po
7931                 Updated translation
7932
7933 2006-10-21 [paul]       2.5.6cvs4
7934
7935         * src/gtk/authors.h
7936         * src/plugins/pgpcore/pgp_viewer.c
7937         * src/plugins/pgpcore/sgpgme.c
7938                 fix building on BSDs
7939                 Thanks to Michael Hughes
7940                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7941
7942 2006-10-20 [colin]      2.5.6cvs3
7943
7944         * configure.ac
7945                 Bump up libetpan requirement
7946                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7947         * src/common/utils.c
7948         * src/common/utils.h
7949                 Add convenience get_file_mtime()
7950         * src/imap.c
7951         * src/etpan/imap-thread.c
7952         * src/etpan/imap-thread.h
7953                 Implement UIDPLUS support if the server
7954                 supports it - faster sending in this case
7955
7956 2006-10-19 [colin]      2.5.6cvs2
7957
7958         * src/gtk/quicksearch.c
7959                 Fix emptying in type-ahead+extended mode
7960         * src/mainwindow.c
7961         * src/mainwindow.h
7962                 Add a hook for offline state change
7963         * src/plugins/trayicon/trayicon.c
7964                 Use it to display offline icons
7965         * src/plugins/trayicon/Makefile.am
7966         * src/plugins/trayicon/newmail.offline.xpm
7967         * src/plugins/trayicon/newmarkedmail.offline.xpm
7968         * src/plugins/trayicon/nomail.offline.xpm
7969         * src/plugins/trayicon/unreadmail.offline.xpm
7970         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7971                 Add the icons
7972
7973 2006-10-12 [paul]       2.5.6cvs1
7974
7975         * NEWS
7976         * README
7977         * configure.ac
7978                 Update version number following
7979                 stable release
7980
7981 2006-10-19 [colin]      2.5.5cvs18
7982
7983         * manual/handling.xml
7984                 Add type-ahead search
7985
7986 2006-10-18 [colin]      2.5.5cvs17
7987
7988         * src/gtk/quicksearch.c
7989                 Remove "save to history only if there's
7990                 no syntax error", it breaks for some 
7991                 reason which I'll investigate later.
7992
7993 2006-10-18 [colin]      2.5.5cvs16
7994
7995         * src/prefs_common.c
7996         * src/prefs_common.h
7997         * src/summaryview.c
7998         * src/gtk/quicksearch.c
7999         * src/gtk/quicksearch.h
8000                 Add a type-ahead option for fast searches
8001                 Patch by Fabien Vantard
8002
8003 2006-10-18 [colin]      2.5.5cvs15
8004
8005         * src/compose.c
8006         * src/compose.h
8007                 Add Options/Reply mode/ menu to be able to
8008                 change the recipients of a reply on the fly
8009
8010 2006-10-18 [colin]      2.5.5cvs14
8011
8012         * src/compose.c
8013                 Fix redirecting of our own sent mails
8014
8015 2006-10-17 [wwp]        2.5.5cvs13
8016
8017         * src/send_message.c
8018                 Fix duplicate error messages when sending, and missing
8019                 newline in such error messages.
8020
8021 2006-10-17 [colin]      2.5.5cvs12
8022
8023         * src/compose.c
8024                 Compare addresses case-insensitive
8025
8026 2006-10-17 [colin]      2.5.5cvs11
8027
8028         * src/plugins/pgpcore/sgpgme.c
8029                 Fix return status
8030
8031 2006-10-17 [colin]      2.5.5cvs10
8032
8033         * src/plugins/pgpcore/pgp_viewer.c
8034                 Fix return status
8035
8036 2006-10-17 [colin]      2.5.5cvs9
8037
8038         * src/quote_fmt.c
8039                 Fix a typo (thanks to Fabien)
8040
8041 2006-10-16 [colin]      2.5.5cvs8
8042
8043         * src/textview.c
8044                 Fix problem with quote-folding when emails
8045                 don't convert cleanly to UTF-8
8046
8047 2006-10-14 [colin]      2.5.5cvs7
8048
8049         * src/prefs_template.c
8050                 Reset fields when reopening
8051                 the window
8052
8053 2006-10-13 [paul]       2.5.5cvs6
8054
8055         * manual/advanced.xml
8056         * src/prefs_message.c
8057                 make 'respect_flowed_format' a hidden
8058                 option, and add a manual entry for it
8059                 Thanks to Colin
8060
8061 2006-10-12 [colin]      2.5.5cvs5
8062
8063         * src/codeconv.c
8064                 Revert part of 2.5.2cvs21:
8065                 Don't optimise by reusing the 
8066                 last iconv converter if possible:
8067                 it seems slightly broken in a 
8068                 very hard way to reproduce
8069
8070 2006-10-12 [colin]      2.5.5cvs4
8071
8072         * src/prefs_common.c
8073         * src/prefs_common.h
8074         * src/prefs_message.c
8075         * src/procmime.c
8076                 Fix bug 1035, 'Incorrect handling 
8077                 of flowed lines'. We now optionnaly
8078                 handle this format (preference is in
8079                 Message View/Text options section)
8080
8081 2006-10-12 [colin]      2.5.5cvs3
8082
8083         * po/POTFILES.in
8084                 Add new file
8085         * src/plugins/pgpcore/pgp_viewer.c
8086         * src/plugins/pgpcore/sgpgme.c
8087                 Don't try to import without asking
8088
8089 2006-10-12 [colin]      2.5.5cvs2
8090
8091         * src/compose.c
8092                 Fix bug 1036, 'Forwarding a mutlipart
8093                 mail with a "text/html" block to ms
8094                 outlook users leeds to freeze of
8095                 outlook'. Poor outlook users...
8096
8097 2006-10-12 [paul]       2.5.5cvs1
8098
8099         * NEWS
8100         * README
8101         * configure.ac
8102                 Update version number following
8103                 stable release
8104
8105 2006-10-11 [paul]       2.5.4cvs1
8106
8107         * NEWS
8108         * README
8109         * configure.ac
8110                 Update version number following
8111                 stable release
8112
8113 2006-10-11 [paul]       2.5.3cvs32
8114
8115         * src/textview.c
8116                 fix bug 1032, 'Segmentation fault when showing
8117                 message' (bug in quote folding)
8118                 Thanks to Colin
8119
8120 2006-10-10 [colin]      2.5.3cvs31
8121
8122         * src/quote_fmt.c
8123                 Rephrase english a bit
8124
8125 2006-10-10 [colin]      2.5.3cvs30
8126
8127         * src/prefs_compose_writing.c
8128                 Stop making the page larger than the window
8129
8130 2006-10-10 [wwp]        2.5.3cvs29
8131
8132         * src/compose.c
8133         * src/prefs_template.c
8134         * src/quote_fmt.c
8135         * src/quote_fmt.h
8136         * src/quote_fmt_lex.l
8137         * src/quote_fmt_parse.y
8138                 Extend the quote parser a bit: allow to get access to
8139                 basic (composing) account info.
8140
8141 2006-10-10 [colin]      2.5.3cvs28
8142
8143         * src/procheader.c
8144                 Fix this \t problem in subject
8145
8146 2006-10-09 [colin]      2.5.3cvs27
8147
8148         * src/main.c
8149         * src/prefs_gtk.c
8150                 Prepare cache a bit later
8151                 If section already exists, skip the new one 
8152                 (as previously); avoid writing the same block
8153                 twice - if we find a second block with the 
8154                 same id, skip it.
8155         * src/plugins/pgpcore/pgp_viewer.c
8156                 Set cursor to busy when retrieving a key
8157         * src/plugins/pgpcore/sgpgme.c
8158                 allow 5 seconds for gpg to export the key
8159                 
8160
8161 2006-10-09 [colin]      2.5.3cvs26
8162
8163         * configure.ac
8164         * src/msgcache.c
8165         * src/prefs_gtk.c
8166                 Check for existence of fgets_unlocked
8167                 and fwrite_unlocked
8168
8169 2006-10-09 [paul]       2.5.3cvs25
8170
8171         * src/prefs_summaries.c
8172                 replace strftime() with fast_strftime() and in
8173                 the consequence fix the bug in the display of
8174                 AM/PM in the 'Example' string
8175
8176 2006-10-09 [ticho]      2.5.3cvs24
8177
8178         * po/sk.po
8179                 Updated (and fixed up somewhat) Slovak translation.
8180
8181 2006-10-08 [colin]      2.5.3cvs23
8182
8183         * src/prefs_folder_item.c
8184                 Explain why prefs in the top-level folder
8185                 aren't retained, but are still useful
8186
8187 2006-10-08 [colin]      2.5.3cvs22
8188
8189         * src/prefs_gtk.c
8190                 Don't cache anything if caching fails
8191
8192 2006-10-08 [colin]      2.5.3cvs21
8193
8194         * src/common/utils.c
8195                 always include gi18n.h
8196
8197 2006-10-07 [colin]      2.5.3cvs20
8198
8199         * src/plugins/pgpcore/pgp_viewer.c
8200                 Kill gpg after 5 seconds wait
8201
8202 2006-10-07 [colin]      2.5.3cvs19
8203
8204         * src/plugins/pgpcore/pgp_viewer.c
8205         * src/plugins/pgpcore/pgp_viewer.h
8206                 Fix copyright
8207
8208 2006-10-07 [colin]      2.5.3cvs18
8209
8210         * src/plugins/pgpcore/pgp_viewer.c
8211         * src/plugins/pgpcore/pgp_viewer.h
8212                 Actually add the files to CVS
8213
8214 2006-10-07 [colin]      2.5.3cvs17
8215
8216         * src/plugins/pgpcore/sgpgme.c
8217                 Be sure not to crash on 'application/pgp-signature' that
8218                 are not application/pgp-signatures
8219
8220 2006-10-07 [colin]      2.5.3cvs16
8221
8222         * src/textview.c
8223         * src/textview.h
8224                 Make a bit more of the API available
8225         * src/plugins/pgpcore/Makefile.am
8226         * src/plugins/pgpcore/plugin.c
8227         * src/plugins/pgpcore/sgpgme.c
8228                 Add basic key import/export
8229
8230 2006-10-07 [colin]      2.5.3cvs15
8231
8232         * src/folderview.c
8233         * src/imap.c
8234         * src/prefs_account.c
8235         * src/wizard.c
8236                 Warn users *everywhere* if libetpan's not
8237                 linked in
8238
8239 2006-10-06 [mones]      2.5.3cvs14
8240
8241         * po/de.po
8242         * po/es.po
8243                 updated by Stephan Sachse and me
8244
8245 2006-10-06 [colin]      2.5.3cvs13
8246
8247         * src/main.c
8248         * src/common/sylpheed.c
8249                 Don't load common plugins if --exit is passed
8250         * src/prefs_gtk.c
8251         * src/prefs_gtk.h
8252                 Implement a cache to avoid reading the same
8253                 files over and over again at startup
8254
8255 2006-10-06 [colin]      2.5.3cvs12
8256
8257         * src/summaryview.c
8258         * src/gtk/quicksearch.c
8259                 Update display every 5k mails on fast searches
8260
8261 2006-10-06 [colin]      2.5.3cvs11
8262
8263         * src/textview.c
8264                 Don't do quote folding on HTML or ERTF.
8265                 May fix the Cygwin issues if they were
8266                 happening with HTML mails?
8267
8268 2006-10-05 [colin]      2.5.3cvs10
8269
8270         * src/prefs_gtk.c
8271                 Oops, forgot one
8272
8273 2006-10-05 [colin]      2.5.3cvs9
8274
8275         * src/prefs_gtk.c
8276                 Use unlocked_stdio here too
8277
8278 2006-10-05 [colin]      2.5.3cvs8
8279
8280         * src/folderview.c
8281                 Fix go to next * after preferences apply
8282         * src/msgcache.c
8283                 Do the fd lock/unlock ourselves instead of
8284                 letting the libc do it at each write 
8285
8286 2006-10-05 [colin]      2.5.3cvs7
8287
8288         * src/common/utils.c
8289                 Faster division, thanks to Jean Diraison
8290
8291 2006-10-05 [paul]       2.5.3cvs6
8292
8293         * src/common/utils.c
8294                 fix building with --disable-nls
8295
8296 2006-10-04 [colin]      2.5.3cvs5
8297
8298         * src/folder.c
8299                 Maybe fix a segfault
8300
8301 2006-10-04 [wwp]        2.5.3cvs4
8302
8303         * src/prefs_folder_item.c
8304                 Fine-tune layouts in folder item prefs. Suggested by
8305                 Fabien Vantard <fzzzzz@gmail.com>.
8306
8307 2006-10-04 [wwp]        2.5.3cvs3
8308
8309         * src/prefs_folder_item.c
8310                 Kill the clandestine passengers. You didn't see anything.
8311
8312 2006-10-04 [wwp]        2.5.3cvs2
8313
8314         * src/prefs_folder_item.c
8315                 Add a way to test the subject simplify regexp in
8316                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8317                 w/ few layout changes.
8318
8319 2006-20-04 [paul]       2.5.3cvs1
8320
8321         * NEWS
8322         * README
8323         * configure.ac
8324                 Update version number following
8325                 stable release
8326
8327 2006-10-04 [colin]      2.5.2cvs42
8328
8329         * src/folder.c
8330         * src/folder.h
8331         * src/summaryview.c
8332                 Provide a way for folder classes to set their sort
8333                 type and key
8334
8335 2006-10-03 [colin]      2.5.2cvs41
8336
8337         * src/mh.c
8338                 Don't use strlen() to know if the
8339                 string's empty
8340
8341 2006-10-03 [colin]      2.5.2cvs40
8342
8343         * src/mh.c
8344                 Fix "check for new folders" with accentued folders
8345
8346 2006-10-03 [ticho]      2.5.2cvs39
8347
8348         * src/filtering.c
8349         * src/folder.c
8350         * src/inc.c
8351         * src/mbox.c
8352                 Colin's fix for "copy" filtering rules.
8353
8354 2006-10-02 [colin]      2.5.2cvs38
8355
8356         * src/folderview.c
8357                 Fix for double-click too
8358
8359 2006-10-02 [colin]      2.5.2cvs37
8360
8361         * src/folderview.c
8362                 correct fix for cvs36
8363
8364 2006-10-02 [colin]      2.5.2cvs36
8365
8366         * src/folderview.c
8367                 Fix 'goto next unread' after collapsing/expanding 
8368                 a node.
8369
8370 2006-10-02 [colin]      2.5.2cvs35
8371
8372         * src/summaryview.c
8373                 Fix double freeze/thaw
8374         * src/common/utils.c
8375         * src/common/utils.h
8376                 Reimplement strftime
8377         * src/procheader.c
8378                 Use it
8379
8380
8381 2006-10-02 [colin]      2.5.2cvs34
8382
8383         * src/mh.c
8384                 Time mh_write_sequences() - it's fast
8385         * src/summaryview.c
8386                 Init a variable to shut up gcc
8387
8388 2006-10-01 [colin]      2.5.2cvs33
8389
8390         * src/folder.c
8391         * src/mh.c
8392         * src/mh.h
8393         * src/msgcache.c
8394                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8395                 Add fsync but disable it, it's slow as hell
8396
8397 2006-10-01 [colin]      2.5.2cvs32
8398
8399         * src/mh.c
8400         * src/msgcache.c
8401                 fflush() caches and mh_sequences before
8402                 fclose()ing
8403
8404 2006-10-01 [colin]      2.5.2cvs31
8405
8406         * src/msgcache.c
8407                 Don't ftruncate when not using mmap
8408
8409 2006-09-30 [colin]      2.5.2cvs30
8410
8411         * src/main.c
8412                 Write folder list *after* saving caches
8413
8414 2006-09-30 [colin]      2.5.2cvs29
8415
8416         * src/folder.c
8417         * src/mh.c
8418                 Debug forced mtime changes
8419
8420 2006-09-30 [colin]      2.5.2cvs28
8421
8422         * src/folder.c
8423         * src/main.c
8424                 Remove useless debug_print()s (code
8425                 well-tested)
8426
8427 2006-09-30 [colin]      2.5.2cvs27
8428
8429         * src/mh.c
8430                 Do stuff faster when writing mh_sequences
8431
8432 2006-09-30 [colin]      2.5.2cvs26
8433
8434         * src/mh.c
8435                 Don't let the writing of .mh_sequences, which
8436                 can change the folder's mtime, let us think
8437                 we need to scan.
8438
8439 2006-09-30 [colin]      2.5.2cvs25
8440
8441         * src/folder.c
8442                 Move a debug_print where it belongs 
8443                 (processing)
8444         * src/summaryview.c
8445                 Don't mess with a huge slow subject
8446                 table if we're not threading by
8447                 subject
8448
8449 2006-09-30 [colin]      2.5.2cvs24
8450
8451         * src/msgcache.c
8452                 Reenable mmaped reads (*not* writes!)
8453         * src/procmsg.c
8454                 Don't destroy and recreate hashtables just
8455                 for fun
8456         * src/common/utils.c
8457                 Remove useless reply prefixes (it's case
8458                 unsensitive)
8459
8460 2006-09-30 [wwp]        2.5.2cvs23
8461
8462         * tools/fix_date.sh
8463                 Fixed a minor bug in date value extraction, added a switch
8464                 to replace non RFC-compliant Date: value, added a switch
8465                 to use strict RFC matching patterns for dates.
8466
8467 2006-09-29 [colin]      2.5.2cvs22
8468
8469         * src/matcher_parser.h
8470         * src/matcher_parser_parse.y
8471         * src/prefs_filtering.c
8472         * src/statusbar.c
8473         * src/summary_search.c
8474         * src/summaryview.c
8475         * src/gtk/quicksearch.c
8476         * src/gtk/quicksearch.h
8477                 Optimise searches by setting different
8478                 refresh intervals (depending if the 
8479                 search is fast or not)
8480
8481 2006-09-29 [colin]      2.5.2cvs21
8482
8483         * src/codeconv.c
8484                 Optimise by reusing the last iconv converter
8485                 if possible
8486         * src/textview.c
8487                 Optimise a bit (the foldable quotes feature
8488                 still has an awful O(n^2) algo
8489
8490 2006-09-29 [colin]      2.5.2cvs20
8491
8492         * src/gtk/gtksctree.c
8493         * src/gtk/gtksctree.h
8494                 Optimise de-selection via up/down or
8495                 another key
8496
8497 2006-09-28 [colin]      2.5.2cvs19
8498
8499         * src/action.c
8500         * src/compose.c
8501         * src/folderview.c
8502         * src/mainwindow.c
8503         * src/messageview.c
8504         * src/summary_search.c
8505         * src/toolbar.c
8506                 Avoid using summaryview->ctree directly
8507
8508 2006-09-28 [colin]      2.5.2cvs18
8509
8510         * src/summaryview.c
8511         * src/summaryview.h
8512                 Add helpers to freeze/thaw/grab_focus
8513                 Factorize calls to freeze/thaw/grab_focus
8514                 
8515
8516 2006-09-28 [colin]      2.5.2cvs17
8517
8518         * src/main.c
8519                 More guards for the session management
8520
8521 2006-09-28 [colin]      2.5.2cvs16
8522
8523         * src/folderview.c
8524         * src/gtk/gtksctree.c
8525         * src/gtk/gtksctree.h
8526                 Make expanding not recursive in folderview
8527
8528 2006-09-28 [colin]      2.5.2cvs15
8529
8530         * src/addressbook.c
8531                 If nothing is selected in the list (right part)
8532                 and a group is selected in the tree (left part),
8533                 mail this group.
8534
8535 2006-09-28 [colin]      2.5.2cvs14
8536
8537         * src/Makefile.am
8538                 Actually use SM_LIBS
8539
8540 2006-09-28 [ticho]      2.5.2cvs13
8541
8542         * src/export.c
8543         * src/messageview.c
8544         * src/mimeview.c
8545         * src/news.c
8546         * src/pop.c
8547         * src/prefs_themes.c
8548         * src/procmsg.c
8549                 Small i18n string optimization.
8550         * src/send_message.c
8551         * src/summaryview.c
8552         * src/common/session.c
8553         * src/common/smtp.c
8554         * src/common/ssl_certificate.c
8555         * src/common/utils.c
8556                 Use "Couldn't" instead of "Can't" in UI messages,
8557                 where appropriate.
8558
8559 2006-09-28 [colin]      2.5.2cvs12
8560
8561         * configure.ac
8562                 Possibly fix link errors
8563
8564 2006-09-27 [wwp]        2.5.2cvs11
8565
8566         * src/gtk/authors.h
8567         * doc/man/sylpheed-claws.1
8568         * manual/ack.xml
8569         * manual/es/ack.xml
8570         * manual/fr/ack.xml
8571         * manual/pl/ack.xml
8572                 Updated authors info (me, myself and I).
8573
8574 2006-09-27 [colin]      2.5.2cvs10
8575
8576         * src/addressbook.c
8577                 Remove useless printf
8578
8579 2006-09-27 [wwp]        2.5.2cvs9
8580
8581         * src/editgroup.c
8582         * src/send_message.c
8583         * src/inc.c
8584         * src/prefs_common.c
8585         * src/prefs_common.h
8586         * src/gtk/progressdialog.c
8587                 remember more windows' sizes (send dialog, received dialog,
8588                 edit group in addressbook).
8589
8590 2006-09-27 [colin]      2.5.2cvs8
8591
8592         * configure.ac
8593         * src/main.c
8594         * src/mainwindow.h
8595                 Use libSM to communicate with the session
8596                 manager, so that we can know when the 
8597                 session ends, save our caches, and draft
8598                 our compose windows.
8599
8600 2006-09-27 [colin]      2.5.2cvs7
8601
8602         * src/addressbook.c
8603                 Fix issues:
8604                 o Allow Book and Group creation from the tree's
8605                   contextual menu
8606                 o Do not actually delete the contacts when 
8607                   deleting groups from the tree (duh!)
8608
8609 2006-09-27 [colin]      2.5.2cvs6
8610
8611         * src/compose.c
8612         * src/compose.h
8613         * src/mainwindow.c
8614         * src/textview.c
8615         * src/toolbar.c
8616                 o Allow passing an email address to 
8617                   compose_new_with_folderitem
8618                 o Update callers
8619                 o Use current folderitem when clicking
8620                   on a TextView mailto: link
8621                 o Fix a possible leak in TextView
8622
8623 2006-09-27 [colin]      2.5.2cvs5
8624
8625         * src/html.c
8626                 Use UTF-8 chars to replace HTML entities
8627
8628 2006-09-27 [colin]      2.5.2cvs4
8629
8630         * AUTHORS
8631         * src/prefs_account.c
8632         * src/gtk/authors.h
8633                 Fix bug #1024 (Array index out of
8634                 range in sylpheed-claws-2.5.2)
8635                 Patch by Ales Nosek <anosek@suse.cz>
8636
8637 2006-09-27 [colin]      2.5.2cvs3
8638
8639         * src/addr_compl.c
8640                 Actually do the test
8641
8642 2006-09-27 [colin]      2.5.2cvs2
8643
8644         * src/addr_compl.c
8645         * src/addr_compl.h
8646                 Allow completing with comma (in certain cases: vCalendar
8647                 for example doesn't support that)
8648                 Patch by Fabien Vantard
8649
8650 2006-09-26 [colin]      2.5.2cvs1
8651
8652         * src/Makefile.am
8653         * src/addr_compl.c
8654         * src/addr_compl.h
8655         * src/addrbook.c
8656         * src/addrbook.h
8657         * src/addressbook.c
8658         * src/addrindex.c
8659         * src/addrindex.h
8660         * src/compose.c
8661         * src/prefs_common.c
8662         * src/prefs_filtering_action.c
8663         * src/prefs_folder_item.c
8664         * src/prefs_template.c
8665         * src/stock_pixmap.c
8666         * src/stock_pixmap.h
8667         * src/pixmaps/addr_one.xpm
8668         * src/pixmaps/addr_two.xpm
8669                 Add auto-completion on groups
8670
8671 2006-09-26 [colin]      2.5.2
8672
8673         * NEWS
8674         * README
8675         * RELEASE_NOTES
8676                 2.5.2 released
8677
8678 2006-09-26 [colin]      2.5.1cvs5
8679
8680         * src/matcher.c
8681                 Fix condition
8682
8683 2006-09-26 [colin]      2.5.1cvs4
8684
8685         * src/mbox.c
8686                 Revert cvs1 (useless as the message is printed 
8687                 every 500 mails)
8688
8689 2006-09-26 [colin]      2.5.1cvs3
8690
8691         * src/partial_download.c
8692                 Fix crasher found by Alexsandar Urosevic
8693
8694 2006-09-26 [colin]      2.5.1cvs2
8695
8696         * src/summaryview.c
8697                 Fix bug #1023 (Sylpheed deletes too much messages)
8698
8699 2006-09-26 [ticho]      2.5.1cvs1
8700
8701         * src/mbox.c
8702                 Make use of gettext's multiple plurals for statusbar
8703                 progress message.
8704
8705 2006-09-25 [paul]       2.5.1
8706
8707         * NEWS
8708         * README
8709         * RELEASE_NOTES
8710                 2.5.1 released
8711
8712 2006-09-25 [colin]      2.5.0cvs3
8713
8714         * src/plugins/bogofilter/bogofilter.c
8715         * src/plugins/clamav/clamav_plugin.c
8716         * src/plugins/spamassassin/spamassassin.c
8717                 BogoFilter, Spamassassin: Fix double hook registering after
8718                 visiting preferences
8719                 Spamassassin, Clamav: Just set the mails to move instead of
8720                 doing the move - caller will move the things at once.
8721
8722 2006-09-25 [colin]      2.5.0cvs2
8723
8724         * src/imap.c
8725         * src/etpan/imap-thread.c
8726                 Use UID SEARCH ALL instead of UID 1:*
8727                 (braindead servers can't figure out that's
8728                 the same...)
8729
8730 2006-09-25 [wwp]        2.5.0cvs1
8731
8732         * src/message_search.c
8733                 Added the ability to stop a running search (in message body).
8734
8735 2006-09-25 [paul]       2.5.0
8736
8737         * NEWS
8738         * README
8739         * RELEASE_NOTES
8740                 2.5.0 released
8741
8742 2006-09-25 [paul]       2.4.0cvs214
8743
8744         * po/cs.po
8745         * po/de.po
8746         * po/fi.po
8747         * po/fr.po
8748         * po/nl.po
8749         * po/pt_BR.po
8750         * po/sk.po
8751         * po/sr.po
8752         * po/zh_CN.po
8753                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8754                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8755                 Ticho, Aleksander Urosevic, Ralgh Young
8756
8757 2006-09-24 [mones]      2.4.0cvs213
8758
8759         * po/es.po
8760                 Updated for release
8761
8762 2006-09-23 [colin]      2.4.0cvs212
8763
8764         * src/gtk/inputdialog.c
8765                 Fix [ ] remember this appearing in normal
8766                 input dialogs after it's been used by
8767                 mimeview.
8768         * src/folder.c
8769         * src/folderview.c
8770         * src/msgcache.c
8771         * src/procmsg.c
8772         * src/summaryview.c
8773         * src/textview.c
8774         * src/common/timing.h
8775                 Enable timings in debug mode and make it
8776                 look prettier.
8777
8778 2006-09-22 [colin]      2.4.0cvs211
8779
8780         * README
8781                 Revert test change
8782         * commitHelper
8783                 ping the correct URI
8784
8785 2006-09-22 [colin]      2.4.0cvs210
8786
8787         * README
8788                 Let's see if bug #1022 is fixed
8789
8790 2006-09-21 [colin]      2.4.0cvs209
8791
8792         * src/wizard.c
8793         * src/common/plugin.c
8794                 Prepare infra to load predefined plugins when
8795                 no configuration existed. Don't actually load
8796                 anything yet (feat. freeze)
8797
8798 2006-09-21 [wwp]        2.4.0cvs208
8799
8800         * manual/fr/faq.xml
8801                 Partial sync w/ 2.4.0cvs72:
8802                 wrap file and minor updates.
8803
8804 2006-09-21 [wwp]        2.4.0cvs207
8805
8806         * tools/fix_date.sh
8807                 several fixes and enhancements. A new --force switch has been
8808                 added to prevent overriding by default Date: header when
8809                 already existing.
8810
8811 2006-09-21 [paul]       2.4.0cvs206
8812
8813         * src/common/utils.c
8814                 add Chinese UTF8 Re prefix
8815
8816 2006-09-21 [wwp]        2.4.0cvs205
8817
8818         * tools/Makefile.am
8819                 Fics alfabettical order.
8820
8821 2006-09-21 [wwp]        2.4.0cvs204
8822
8823         * tools/fix_date.sh
8824         * tools/Makefile.am
8825                 Added an action tool to fix missing Date field in emails.
8826                 Updated Makefile.am to reflect those last two additions.
8827
8828 2006-09-21 [wwp]        2.4.0cvs203
8829
8830         * tools/uuooffice
8831                 Added a action tool to open uuencoded docs w/
8832                 OpenOffice (based on uudec method).
8833
8834 2006-09-21 [colin]      2.4.0cvs202
8835
8836         * src/compose.c
8837         * src/textview.c
8838                 Workaround possible GTK crash: remove selection 
8839                 clipboard before destroying widget, or GTK+-2.10
8840                 dies. Thanks to Hiro.
8841
8842 2006-09-20 [colin]      2.4.0cvs201
8843
8844         * src/compose.c
8845                 Fix free-after-use in some cases (when 
8846                 procmime_encode_content() frees mimeinfo->data.mem
8847                 and turns it to a temp file)
8848
8849 2006-09-20 [colin]      2.4.0cvs200
8850
8851         * src/folderview.c
8852         * src/summaryview.c
8853         * src/gtk/gtksctree.c
8854         * src/gtk/gtksctree.h
8855                 Add tooltips in the folderview and summaryview
8856                 (Doesn't break string freeze as they already
8857                 exist)
8858         * src/toolbar.c
8859                 Put the spam button in the default configuration
8860                 if compiled with bogo plugin too
8861
8862 2006-09-19 [colin]      2.4.0cvs199
8863
8864         * src/summaryview.c
8865         * src/summaryview.h
8866                 Update folder name label on folder rename
8867         * src/prefs_matcher.c
8868         * src/gtk/logwindow.h
8869                 Fix warnings
8870                 Patches by Fabien
8871
8872 2006-09-19 [wwp]        2.4.0cvs198
8873
8874         * src/summary_search.c
8875                 fix can't click forward/backward buttons in the
8876                 search messages.
8877
8878 2006-09-18 [paul]       2.4.0cvs197
8879
8880         * src/wizard.c
8881                 add missing bracket, capitalise the A of
8882                 'SpamAssassin'
8883
8884 2006-09-18 [paul]       2.4.0cvs196
8885
8886         * src/compose.c
8887                 fix bug 1012 'crashed upon sending mail
8888                 from compose window'
8889                 Thanks to Colin
8890
8891 2006-09-16 [colin]      2.4.0cvs195
8892
8893         * src/folderview.c
8894                 Fix "real-time" sorting by freezing/thawing
8895
8896 2006-09-16 [colin]      2.4.0cvs194
8897
8898         * manual/faq.xml
8899                 Fix the anti-spam entry a bit
8900
8901 2006-09-16 [colin]      2.4.0cvs193
8902
8903         * src/wizard.c
8904                 Make sure reviewers have no excuse when stating
8905                 Sylpheed-Claws doesn't have antispam capabilities.
8906
8907 2006-09-16 [colin]      2.4.0cvs192
8908
8909         * src/main.c
8910                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8911                 as if the SIGPIPE comes from etpan's thread we could
8912                 trigger a GUI update from this thread.
8913
8914 2006-09-16 [colin]      2.4.0cvs191
8915
8916         * src/summaryview.c
8917                 Init all members of the struct
8918
8919 2006-09-16 [paul]       2.4.0cvs190
8920
8921         * src/account.c
8922                 improvements to the English
8923
8924 2006-09-15 [colin]      2.4.0cvs189
8925
8926         * src/summaryview.c
8927                 HIG order on dialog
8928
8929 2006-09-14 [colin]      2.4.0cvs188
8930
8931         * src/common/socket.c
8932         * src/common/socket.h
8933         * src/common/ssl.c
8934         * src/common/ssl_certificate.c
8935         * src/common/ssl_certificate.h
8936         * src/etpan/imap-thread.c
8937                 the get_fqdn() call done to get canonical name when
8938                 checking an SSL certificate is blocking, which is
8939                 sad as we just did a non-blocking lookup to connect.
8940                 Fix that by letting the fqdn available to the SockInfo,
8941                 and use that in ssl_certificate_check(). For IMAP,
8942                 we don't do it as the lookup's done by libetpan, but
8943                 it's less annoying as IMAP connections as much more
8944                 rare than POP3 connections.
8945
8946 2006-09-14 [paul]       2.4.0cvs187
8947
8948         * manual/advanced.xml
8949                 improvements to the English,
8950                 properly place the new hidden options
8951                 within the alphabetical order
8952         * src/gtk/pluginwindow.c
8953                 improvements to the English
8954
8955 2006-09-14 [colin]      2.4.0cvs186
8956
8957         * src/prefs_common.c
8958         * src/prefs_common.h
8959         * src/gtk/gtksctree.c
8960         * manual/advanced.xml
8961                 New hidden pref, stripes_color_offset, to change
8962                 the value added/substracted to normal bgcolor to
8963                 create the stripes in summaries
8964
8965 2006-09-13 [colin]      2.4.0cvs185
8966
8967         * src/gedit-print.c
8968         * src/messageview.c
8969         * src/messageview.h
8970         * src/summaryview.c
8971         * src/textview.c
8972                 Fix misc. printing issues: 
8973                 - Bad font for linkified headers
8974                 - Different font if the mail was displayed or not
8975                 - Factorize the thing
8976
8977 2006-09-13 [colin]      2.4.0cvs184
8978
8979         * src/common/ssl_certificate.c
8980                 Only get FQDN once when checking certificate
8981
8982 2006-09-13 [colin]      2.4.0cvs183
8983
8984         * src/account.c
8985         * src/gtk/pluginwindow.c
8986                 Misc. GUI fixes by Fabien
8987
8988 2006-09-13 [wwp]        2.4.0cvs182
8989
8990         * configure.ac
8991         * src/common/utils.h
8992         * src/common/utils.c
8993                 get rid of unused wide-char functions.
8994
8995 2006-09-13 [wwp]        2.4.0cvs181
8996
8997         * src/plugins/pgpinline/sylpheed.def
8998         * src/textview.c
8999                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9000                 add privacy_reset_error to the .def file,
9001                 do not fork for an external textviewer.
9002
9003 2006-09-13 [wwp]        2.4.0cvs180
9004
9005         * src/prefs_common.c
9006                 fix broken font entry in prefs (patch issued by the gpg4win team,
9007                 probably by Marcus Brinkmann <marcus@g10code.de>).
9008
9009 2006-09-13 [colin]      2.4.0cvs179
9010
9011         * src/folder.h
9012                 Fix a warning in summaryview.c
9013         * src/mainwindow.c
9014         * src/summaryview.c
9015         * src/summaryview.h
9016                 Add missing Mark/* elements in the
9017                 main menu
9018
9019 2006-09-12 [colin]      2.4.0cvs178
9020
9021         * src/prefs_actions.c
9022         * src/prefs_filtering_action.c
9023         * src/prefs_matcher.c
9024                 Use (New) instead of New everywhere
9025
9026 2006-09-12 [wwp]        2.4.0cvs177
9027
9028         * manual/fr/addrbook.xml
9029         * manual/fr/handling.xml
9030                 updated some quotes in the fr manual to match the fr translation.
9031
9032 2006-09-12 [wwp]        2.4.0cvs176
9033
9034         * src/prefs_matcher.c
9035                 don't store translated string elements in matcher expressions.
9036                 Also fixed a misused of Q_().
9037
9038 2006-09-11 [wwp]        2.4.0cvs175
9039
9040         * src/plugins//bogofilter/bogofilter.c
9041         * src/plugins//clamav/clamav_plugin.c
9042         * src/plugins//demo/demo.c
9043         * src/plugins//dillo_viewer/dillo_viewer.c
9044         * src/plugins//pgpcore/plugin.c
9045         * src/plugins//pgpinline/plugin.c
9046         * src/plugins//pgpmime/plugin.c
9047         * src/plugins//spamassassin/spamassassin.c
9048                 gettext-ize more strings (mostly plugin error messages).
9049
9050 2006-09-11 [colin]      2.4.0cvs174
9051
9052         * src/alertpanel.c
9053                 Make maximum buffer size bigger to avoid
9054                 truncating translated messages. Patch by
9055                 Fabien
9056
9057 2006-09-11 [colin]      2.4.0cvs173
9058
9059         * src/etpan/imap-thread.c
9060                 Fix compilation on OpenBSD, thanks to 
9061                 Landry
9062
9063 2006-09-10 [wwp]        2.4.0cvs172
9064
9065         * manual/account.xml
9066         * manual/addrbook.xml
9067         * manual/handling.xml
9068         * manual/es/handling.xml
9069         * manual/fr/account.xml
9070         * manual/fr/addrbook.xml
9071         * manual/fr/handling.xml
9072                 documented addressbook matching (condition configuration):
9073                   addrbook.xml, en fr
9074                 documented per-account filtering rules (handling/filtering
9075                   section, account section):
9076                   account.xml, handling.xml, en fr
9077                 slightly updated the handling/searching section to tell few
9078                   words about the extended search ability:
9079                   handling.xml, en fr
9080                 added missing <quote></quotes> to Quick Search:
9081                   handling.xml, en fr es
9082                 fixed a typo (auomatically):
9083                   handling.xml, en
9084                 changes revisited by Paul.
9085
9086 2006-09-10 [paul]       2.4.0cvs171
9087
9088         * src/prefs_actions.c
9089         * src/prefs_filtering.c
9090         * src/prefs_template.c
9091                 adjustments to the gui
9092                 Patch by Fabien Vantard (slightly modified)
9093
9094 2006-09-10 [colin]      2.4.0cvs170
9095
9096         * src/summaryview.c
9097                 Check folderitem/summaryview consistency
9098                 (basically automates Update summary). Fixes
9099                 #1011 (wrong (negative) count on unread 
9100                 messages)
9101
9102 2006-09-10 [colin]      2.4.0cvs169
9103
9104         * src/gtk/gtksctree.c
9105                 Fix recursive expansion via mouse
9106         * src/plugins/bogofilter/bogofilter.c
9107                 Use normal filtering way of moving
9108                 messages (batching), possibly fixing
9109                 bug #1015 (Bogofilter plugin doubles 
9110                 new messages)
9111
9112 2006-09-09 [wwp]        2.4.0cvs168
9113
9114         * src/prefs_filtering.c
9115                 better place for this fix.
9116
9117 2006-09-09 [wwp]        2.4.0cvs167
9118
9119         * src/prefs_filtering.c
9120                 fix a minor bug when the enabled status of a filtering/processing
9121                 rule always got set to TRUE when replacing this rule. That still
9122                 make sense when adding a new rule, but now when replacing, we
9123                 don't override the value of 'enabled'.
9124                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9125                 to prefs_filtering_list_view_get_info() as this function not only
9126                 returns the name, but also the account_id and the enabled status.
9127
9128 2006-09-09 [mones]      2.4.0cvs166
9129
9130         * manual/glossary.xml
9131         * manual/plugins.xml
9132                 Minor format corrections
9133         * manual/gpl.xml
9134                 Fix misplaced NO WARRANTY section
9135         * manual/es/advanced.xml
9136         * manual/es/faq.xml
9137         * manual/es/glossary.xml
9138         * manual/es/gpl.xml
9139         * manual/es/handling.xml
9140         * manual/es/plugins.xml
9141         * manual/es/starting.xml
9142                 Incorporate changes from English version
9143         * manual/fr/ack.xml
9144         * manual/pl/ack.xml
9145         * manual/es/ack.xml
9146                 Fix address, (add translation credits in es version)
9147         * po/es.po
9148                 Updated translation
9149
9150 2006-09-09 [wwp]        2.4.0cvs165
9151
9152         * src/prefs_filtering.c
9153                 fix a crash when opening filtering prefs, if matcherrc file contains
9154                 broken data (non-existing account id, which is theoretically not
9155                 possible).
9156
9157 2006-09-08 [colin]      2.4.0cvs164
9158
9159         * src/folder.c
9160                 Wrong assert, make it an if()
9161         * src/gtk/gtksctree.c
9162                 Fix bug #1013 (expand selected thread 
9163                 tree) - expanding is now recursive
9164
9165 2006-09-07 [wwp]        2.4.0cvs163
9166
9167         * src/prefs_matcher.c
9168                 make better sentences about addressbook matching in the
9169                 matcher prefs. This should make translators' work easier
9170                 too.
9171
9172 2006-09-07 [wwp]        2.4.0cvs162
9173
9174         * src/prefs_filtering.c
9175                 code simplification (get rid of dup var. assignment).
9176
9177 2006-09-07 [wwp]        2.4.0cvs161
9178
9179         * src/summaryview.c
9180                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9181                 <fzzzzz@gmail.com>.
9182
9183 2006-09-07 [paul]       2.4.0cvs160
9184
9185         * src/mimeview.c
9186                 fix compilation warnings
9187                 Thanks to Colin
9188
9189 2006-09-07 [paul]       2.4.0cvs159
9190
9191         * src/mimeview.c
9192                 select the mimepart icon when
9193                 displaying as text
9194                 Thanks to Colin
9195
9196 2006-09-06 [paul]       2.4.0cvs158
9197
9198         * src/prefs_filtering.c
9199                 fix labels and table element spacing
9200                 Patch by Fabien Vantard
9201
9202 2006-09-06 [paul]
9203
9204         2.5.0-rc3 released
9205
9206 2006-09-06 [paul]       2.4.0cvs157
9207
9208         * manual/es/advanced.xml
9209                 fix typo
9210
9211 2006-09-06 [wwp]        2.4.0cvs156
9212
9213         * src/mainwindow.c
9214                 fix an dup launch issue when iconified, thanks to Colin.
9215
9216 2006-09-06 [wwp]        2.4.0cvs155
9217
9218         * src/gtk//gtksctree.h
9219                 oops, forgot that one!
9220
9221 2006-09-06 [wwp]        2.4.0cvs154
9222
9223         * manual/pl/advanced.xml
9224         * manual/advanced.xml
9225         * manual/es/advanced.xml
9226         * manual/fr/advanced.xml
9227         * src/prefs_customheader.c
9228         * src/prefs_filtering_action.c
9229         * src/foldersel.c
9230         * src/prefs_summaries.c
9231         * src/prefs_filtering.c
9232         * src/account.c
9233         * src/compose.c
9234         * src/prefs_summary_column.c
9235         * src/addr_compl.c
9236         * src/prefs_actions.c
9237         * src/prefs_folder_column.c
9238         * src/ssl_manager.c
9239         * src/prefs_template.c
9240         * src/prefs_display_header.c
9241         * src/prefs_common.h
9242         * src/prefs_matcher.c
9243         * src/prefs_common.c
9244         * src/prefs_toolbar.c
9245         * src/summaryview.c
9246         * src/folderview.c
9247         * src/gtk/gtksctree.c
9248         * src/gtk/pluginwindow.c
9249         * src/gtk/progressdialog.c
9250         * src/gtk/prefswindow.c
9251                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9252                 to make its meaning more obvious (all versions of the manual reflect
9253                 the change).
9254                 added an extra hidden option use_stripes_in_summary to allow
9255                 discarding these stripes in mainwindow's folder and message lists;
9256                 en and fr manuals only are OK towards this.
9257
9258 2006-09-06 [colin]      2.4.0cvs153
9259
9260         * src/textview.c
9261                 Hide Sylpheed-Claws' internal queue headers
9262                 when showing all headers. They'll be present
9263                 only in Source window.
9264
9265 2006-09-05 [colin]      2.4.0cvs152
9266
9267         * src/plugins/trayicon/trayicon.c
9268                 Fix crash at exit - we have to disconnect
9269                 our handlers
9270         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9271                 Update eggtrayicon - patch adapted from a
9272                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9273                 on Sylpheed's ML
9274
9275 2006-09-05 [colin]      2.4.0cvs151
9276
9277         * src/mainwindow.c
9278         * src/gtk/logwindow.c
9279                 Fix race condition when something writes
9280                 to the log too soon during init. Thanks
9281                 to Fabien Vantard
9282
9283 2006-09-05 [colin]      2.4.0cvs150
9284
9285         * src/mimeview.c
9286                 Don't select part on right-click either
9287
9288 2006-09-05 [paul]       2.4.0cvs149
9289
9290         * src/mimeview.c
9291                 completion of previous commit
9292                 Thanks to Colin
9293
9294 2006-09-05 [colin]      2.4.0cvs148
9295
9296         * src/mimeview.c
9297                 Don't force selection on middle-click, just open
9298
9299 2006-09-04 [colin]      2.4.0cvs147
9300
9301         * src/mimeview.c
9302                 Looks like gtk_notebook_set_current_page()
9303                 sometimes steals focus, and this annoys us
9304                 in MimeViewers as it renders navigation
9305                 keys useless. Take back focus after switching
9306                 pages.
9307
9308 2006-09-04 [colin]      2.4.0cvs146
9309
9310         * src/messageview.c
9311                 Set stop_loading when clicking on Next
9312                 during load. Don't add a callback to 
9313                 avoid over-complicating things.
9314
9315 2006-09-04 [colin]      2.4.0cvs145
9316
9317         * src/mimeview.c
9318         * src/messageview.c
9319                 Fix multiple loads in separate messageview
9320
9321 2006-09-04 [colin]      2.4.0cvs144
9322
9323         * src/summaryview.c
9324                 Let navigation keys be handled during 
9325                 load
9326
9327 2006-09-04 [colin]      2.4.0cvs143
9328
9329         * src/messageview.c
9330         * src/summaryview.c
9331         * src/textview.c
9332         * src/textview.h
9333                 Make loading of huge mails (lots of text and/or
9334                 images) cancellable, so the GUI doesn't block 
9335
9336 2006-09-04 [colin]      2.4.0cvs142
9337
9338         * src/plugins/trayicon/trayicon.c
9339                 Fix annoyance when removing a folder with 
9340                 unread mails: trayicon didn't update
9341
9342 2006-09-04 [paul]       2.4.0cvs141
9343
9344         * src/gtk/icon_legend.c
9345                 straighten up columns
9346                 Patch by Fabien Vantard
9347
9348 2006-09-04 [wwp]        2.4.0cvs140
9349
9350         * src/prefs_filtering.c
9351                 fix new line's account name in filtering prefs:
9352                 was "All", is now "(New)".
9353
9354 2006-09-04 [paul]       2.4.0cvs139
9355
9356         * tools/make.themes.project
9357                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9358                 instead of homebrewed "make release"
9359
9360 2006-09-03 [colin]      2.4.0cvs138
9361
9362         * src/folderview.c
9363                 Fix bug #1007 (Wrong folder highlighted)
9364
9365 2006-09-03 [colin]      2.4.0cvs137
9366
9367         * src/compose.c
9368                 Don't set Newsgroup: header to a mail folder
9369                 path
9370
9371 2006-09-03 [paul]       2.4.0cvs136
9372
9373         * src/prefs_other.c
9374         * src/prefs_spelling.c
9375                 unify the gui
9376
9377 2006-09-03 [paul]       2.4.0cvs135
9378
9379         * src/prefs_summaries.c
9380                 correct menu item text in prefs_keybind_apply_clicked()
9381
9382 2006-09-03 [paul]       2.4.0cvs134
9383
9384         * manual/advanced.xml
9385                 some improvements to the descriptions
9386         * src/mainwindow.c
9387         * src/messageview.c
9388         * src/summaryview.c
9389         * src/gtk/menu.c
9390                 fix menu sensitivity issues
9391         * src/prefs_message.c
9392                 drop the useless word 'short'
9393         * src/prefs_other.c
9394                 add the word 'lines' indicating log length
9395                 is a measure of lines
9396         * src/textview.c
9397                 fix compilation warnings
9398
9399 2006-09-02 [colin]      2.4.0cvs133
9400
9401         * src/messageview.c
9402                 Display a special return-receipt message
9403                 if the message is from the user
9404         * src/summaryview.c
9405                 Fix missing freeze of the list when marking
9406                 all read and unthreading for exec. Thanks
9407                 to Stephan Sachse.
9408
9409 2006-09-02 [paul]       2.4.0cvs132
9410
9411         * src/mainwindow.c
9412         * src/prefs_message.c
9413         * src/summaryview.c
9414                 fix some english
9415
9416 2006-09-02 [wwp]        2.4.0cvs131
9417
9418         * src/prefs_filtering.c
9419                 added an account name column to the filtering rules
9420                 dialog.
9421
9422 2006-09-02 [colin]      2.4.0cvs130
9423
9424         * src/gtk/logwindow.c
9425         * src/gtk/logwindow.h
9426                 Block scrolling if we're not at the end
9427                 of the log
9428
9429 2006-09-02 [colin]      2.4.0cvs129
9430
9431         * src/folder.c
9432                 Make sure account-specific rules can't
9433                 be used in {pre-,post-,}processing
9434         * src/mainwindow.c
9435         * src/gtk/logwindow.c
9436         * src/gtk/logwindow.h
9437                 Jump to last error when clicking on the
9438                 warning icon
9439
9440 2006-09-02 [colin]      2.4.0cvs128
9441
9442         * src/imap.c
9443         * src/import.c
9444         * src/mainwindow.c
9445         * src/mainwindow.h
9446                 Fix warning icon
9447         * src/inc.c
9448         * src/mbox.c
9449         * src/mbox.h
9450                 Let proc_mbox know its account, for
9451                 account-specific rules
9452
9453 2006-09-01 [colin]      2.4.0cvs127
9454
9455         * src/codeconv.c
9456                 Don't uselessly use iconv to convert from
9457                 us-ascii
9458         * src/alertpanel.c
9459         * src/mainwindow.c
9460         * src/mainwindow.h
9461         * src/inc.c
9462                 Fix certain log cases, disable warning icon
9463                 for now, the correct way to display it when
9464                 necessary and only when necessary is probably
9465                 to do it manually rather than use error logs
9466         * src/etpan/imap-thread.c
9467                 Clean up UID logging a bit
9468         * src/gtk/logwindow.c
9469         * src/gtk/logwindow.h
9470                 Make logging faster when the window's closed
9471
9472 2006-09-01 [wwp]        2.4.0cvs126
9473
9474         * manual/fr/account.xml
9475                 reflect changes to the ref. manual (parts of cvs72):
9476                 fix tabnames and quotes.
9477
9478 2006-09-01 [wwp]        2.4.0cvs125
9479
9480         * manual/fr/plugins.xml
9481                 reflect changes to the reference manual (cvs42):
9482                 update IRC channel info.
9483
9484 2006-09-01 [wwp]        2.4.0cvs124
9485
9486         * commitHelper
9487                 use CVSEDITOR env. var. if set, according to `man cvs`.
9488
9489 2006-09-01 [wwp]        2.4.0cvs123
9490
9491         * manual/advanced.xml
9492                 better sentence again (thanks to Paul).
9493
9494 2006-09-01 [wwp]        2.4.0cvs122
9495
9496         * manual/advanced.xml
9497         fix definition of toolbar_detachable and rework a bit the one of
9498         enable_dotted_lines.
9499
9500 2006-09-01 [mones]      2.4.0cvs121
9501
9502         * manual/advanced.xml
9503                 Document enable_dotted_lines
9504
9505 2006-09-01 [paul]       2.4.0cvs120
9506
9507         * src/folderview.c
9508         * src/folderview.h
9509         * src/imap.c
9510         * src/mainwindow.c
9511         * src/summaryview.c
9512                 obey the 'When entering folder...' option
9513                 when using the /View/Go to/... menu items
9514                 Thanks to Colin
9515
9516 2006-08-31 [colin]      2.4.0cvs119
9517
9518         * src/folderview.c
9519                 Revert 2.4.0cvs116, wrong fix.
9520
9521 2006-08-31 [colin]      2.4.0cvs118
9522
9523         * src/gtk/gtksctree.c
9524                 Better state the various copyrights
9525
9526 2006-08-31 [colin]      2.4.0cvs117
9527
9528         * src/prefs_common.c
9529                 fix enable_dotted_lines
9530
9531 2006-08-31 [colin]      2.4.0cvs116
9532
9533         * src/folderview.c
9534                 Use pref "Always open on select" when going
9535                 to next unread folder
9536         * src/gtk/gtksctree.c
9537                 Fix link failure to _gtk_clist_create_cell_layout
9538                 on certain computers. (Why not mine, I wonder)
9539
9540 2006-08-31 [colin]      2.4.0cvs115
9541
9542         * src/procmsg.c
9543         * src/textview.c
9544         * src/plugins/bogofilter/bogofilter.c
9545         * src/plugins/spamassassin/spamassassin.c
9546                 Requalify some "errors" to warnings
9547         * src/mainwindow.c
9548         * src/mainwindow.h
9549         * src/statusbar.c
9550                 Add an icon in the statusbar to notify
9551                 of errors
9552         * src/gtk/gtksctree.c
9553         * src/folderview.c
9554         * src/summaryview.c
9555                 Make the GtkSCTree look more modern by
9556                 alternating background lines
9557         * src/prefs_common.c
9558         * src/prefs_common.h
9559                 Add a pref to let people have the old
9560                 way if they prefer
9561
9562
9563 2006-08-30 [colin]      2.4.0cvs114
9564
9565         * src/procmsg.c
9566         * src/procmsg.h
9567                 Provide a way to filter a list of
9568                 messages in an optimised manner, and
9569                 add a list-filtering hook
9570         * src/folder.c
9571         * src/inc.c
9572         * src/mbox.c
9573                 Use the list filtering
9574         * src/plugins/bogofilter/bogofilter.c
9575                 Use the list-filtering hook
9576                 Use -b (bulk) mode for more speed
9577                 when learning and filtering
9578         * src/etpan/imap-thread.c
9579                 Make log output shorter in UID SEARCH
9580
9581
9582 2006-08-30 [colin]      2.4.0cvs113
9583
9584         * src/plugins/bogofilter/bogofilter.c
9585                 Really fast mass learning - thanks to David
9586                 Relson for the options explanations :)
9587
9588 2006-08-30 [colin]      2.4.0cvs112
9589
9590         * src/msgcache.c
9591                 Fix compilation on FreeBSD. Thanks
9592                 to Michael Hugues
9593
9594 2006-08-29 [colin]      2.4.0cvs111
9595
9596         * src/folderview.c
9597                 Handle "popup_menu" signal (for popping the 
9598                 menu via the keyboard)
9599         * src/mimeview.c
9600         * src/mimeview.h
9601         * src/summaryview.c
9602         * src/textview.c
9603         * src/gtk/gtkutils.c
9604         * src/gtk/gtkutils.h
9605                 Factorize scrolling code, and add an API 
9606                 for MimeViewers to handle scroll orders
9607
9608 2006-08-29 [wwp]        2.4.0cvs110
9609
9610         * src/plugins//bogofilter/bogofilter.c
9611         * src/plugins//spamassassin/spamassassin.c
9612                 make the bogofilter/spamassassin filtering error dialogs at
9613         incorporation obey to the "don't popup error dialog on
9614         receive error" option. If disabled, feed the log window w/
9615         the error message.
9616
9617 2006-08-29 [paul]
9618
9619         2.5.0-rc2 released
9620
9621 2006-08-29 [paul]       2.4.0cvs109
9622
9623         * Makefile.am
9624                 remove 'make release', it's not needed
9625                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9626
9627 2006-08-29 [paul]       2.4.0cvs108
9628
9629         * src/foldersel.c
9630         * src/summary_search.c
9631         * src/gtk/progressdialog.c
9632         * src/plugins/pgpcore/passphrase.c
9633                 replace deprecated gtk_window_set_policy()
9634
9635 2006-08-29 [colin]      2.4.0cvs107
9636
9637         * src/folder.c
9638                 Fix data loss when copy fails during a move:
9639                 only use fast remove_msgs if everything was
9640                 copied OK; else use slow remove_msg on the
9641                 mails that got copied only.
9642
9643 2006-08-28 [paul]       2.4.0cvs106
9644
9645         * src/mh.c
9646                 revert change in 2.4.0cvs104, it breaks
9647                 stuff
9648
9649 2006-08-28 [paul]       2.4.0cvs105
9650
9651         * src/plugins/spamassassin/spamassassin.c
9652                 english fix
9653
9654 2006-08-28 [paul]       2.4.0cvs104
9655
9656         * src/mh.c
9657                 fix data loss when moving to another
9658                 mailbox fails
9659         * src/prefs_spelling.c
9660                 improve the english
9661         * src/gtk/pluginwindow.c
9662                 improve the layout of the dialog text
9663         All thanks to Colin
9664
9665 2006-08-28 [paul]       2.4.0cvs103
9666
9667         * src/plugins/bogofilter/bogofilter.c
9668         * src/plugins/bogofilter/bogofilter_gtk.c
9669                 fix english up a bit, innit
9670
9671 2006-08-28 [paul]       2.4.0cvs102
9672
9673         * configure.ac
9674         * po/Makefile.in.in
9675         * po/Makevars
9676                 require autoconf 2.60, enabling building
9677                 with gettext 0.15 (gettext 0.14.x build still
9678                 possible). Replace Makefiles with versions
9679                 from gettext 0.15.
9680                 Remove configure options --with-localedir and
9681                 --with-mandir. The options that are provided
9682                 directly by autoconf 2.60 can be used instead:
9683                 --mandir --localedir
9684
9685 2006-08-27 [colin]      2.4.0cvs101
9686
9687         * src/plugins/bogofilter/Makefile.am
9688                 Fix make dist (no README)
9689
9690 2006-08-27 [colin]      2.4.0cvs100
9691
9692         * src/folder.c
9693                 Don't use F_UNKNOWN folders for any default
9694                 outbox/trash/etc
9695         * src/plugins/bogofilter/bogofilter.c
9696         * src/plugins/bogofilter/bogofilter.h
9697         * src/plugins/bogofilter/bogofilter_gtk.c
9698                 Add an option to specify the path to bogofilter
9699                 Use single-quotes to be able to learn in folders
9700                 with spaces in their names
9701                 Verify learning status
9702
9703 2006-08-27 [colin]      2.4.0cvs99
9704
9705         * manual/faq.xml
9706         * manual/plugins.xml
9707                 Document Bogofilter plugin
9708
9709 2006-08-27 [colin]      2.4.0cvs98
9710
9711         * src/compose.c
9712         * src/messageview.c
9713         * src/procmsg.c
9714         * src/procmsg.h
9715                 When possible, copy the queued mail to sent folder
9716                 instead of re-adding. Much faster on IMAP.
9717
9718 2006-08-27 [colin]      2.4.0cvs97
9719
9720         * src/msgcache.c
9721                 Disable mmaped caches - huge metadata loss
9722                 here after a power failure.
9723         * src/summaryview.c
9724                 Add quicksearch timing
9725         * src/common/plugin.c
9726         * src/common/plugin.h
9727                 Implement an interface to tell what plugins
9728                 provide. Prevent loading of similar plugins.
9729         * src/plugins/clamav/clamav_plugin.c
9730         * src/plugins/demo/demo.c
9731         * src/plugins/dillo_viewer/dillo_viewer.c
9732         * src/plugins/pgpcore/plugin.c
9733         * src/plugins/pgpinline/pgpinline.c
9734         * src/plugins/pgpmime/pgpmime.c
9735         * src/plugins/spamassassin/spamassassin.c
9736         * src/plugins/trayicon/trayicon.c
9737                 Implement plugin_provides()
9738
9739 2006-08-27 [colin]      2.4.0cvs96
9740
9741         * configure.ac
9742         * src/plugins/Makefile.am
9743         * src/plugins/bogofilter/.cvsignore
9744         * src/plugins/bogofilter/Makefile.am
9745         * src/plugins/bogofilter/bogofilter.c
9746         * src/plugins/bogofilter/bogofilter.h
9747         * src/plugins/bogofilter/bogofilter_gtk.c
9748                 New Bogofilter plugin, provides filtering and
9749                 learning. Spamassassin will go to extra plugins.
9750
9751 2006-08-26 [mones]      2.4.0cvs95
9752
9753         * manual/handling.xml
9754                 Fix subfolder path in the example (thanks to Paul) 
9755
9756 2006-08-26 [mones]      2.4.0cvs94
9757
9758         * manual/glossary.xml
9759                 2.2. + add ISP to the glossary
9760                 7.5. + Add UIDL to glossary
9761                 7.7. + Add TCP to glossary
9762         * manual/handling.xml
9763                 7.1. + Mentions GNU/Linux distribution, what about the non...
9764                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9765                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9766                 7.4. = Use appropriate quotation for commands
9767                 7.6. = change "" to <quote></quote>
9768         * manual/plugins.xml
9769                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9770         * manual/starting.xml
9771                 2.1. + local mbox file: some examples of mbox file locations...
9772                 Also reformatted files requiring it
9773
9774 2006-08-26 [wwp]        2.4.0cvs93
9775
9776         * src/summary_search.c
9777                 disable find buttons while summary search is running.
9778
9779 2006-08-25 [colin]      2.4.0cvs92
9780
9781         * src/folder.c
9782         * src/folderutils.c
9783         * src/mh.c
9784         * src/procmsg.h
9785         * src/summaryview.c
9786                 Speed up MH moving, and add progressbar
9787                 for MH deletion
9788         * src/msgcache.c
9789                 Write cache files using mmap() too
9790
9791 2006-08-25 [wwp]        2.4.0cvs91
9792
9793         * src/summaryview.c
9794                 switch spam<->ham button when a message has been marked as spam or ham
9795                 and is still selected. Thanks to Colin.
9796
9797 2006-08-25 [paul]       2.4.0cvs90
9798
9799         * src/Makefile.am
9800         * src/stock_pixmap.c
9801         * src/stock_pixmap.h
9802         * src/summaryview.c
9803         * src/gtk/icon_legend.c
9804         * src/pixmaps/copied.xpm
9805         * src/pixmaps/moved.xpm
9806                 add icons for delayed execution marked for
9807                 copying, marked for moving
9808
9809 2006-08-25 [mones]      2.4.0cvs89
9810
9811         * manual/glossary.xml
9812                 Fix the other glossary items:
9813                 5.1. = Inmmediate execution -> <quote>immediate execution...
9814                 5.2. = Fix MBOX capitalization -> Mbox
9815                 5.3. + Improve Plugins def. w/ tech. ref.
9816                 5.4. = Quotation -> replace '>' by <quote>></quote>
9817                 5.5. - SMTP Server. -> remove dot
9818         * po/es.po
9819                 Updated translation
9820
9821 2006-08-25 [mones]      2.4.0cvs88
9822
9823         * manual/ack.xml
9824                 Reformatted, changed email address
9825         * manual/glossary.xml
9826                 Reformatted, fixed MANUAL-TODO items:
9827                 8.2. + add ROT-13 to glossary
9828                 8.4. + add URL to glossary
9829         * manual/es/advanced.xml
9830                 Fixed <literal>s
9831
9832 2006-08-25 [paul]       2.4.0cvs87
9833
9834         * src/gtk/icon_legend.c
9835                 add 'marked for deletion' icon
9836                 arrange icons by containing column
9837                 wrap long label text
9838
9839 2006-08-25 [colin]      2.4.0cvs86
9840
9841         * src/common/utils.c
9842         * src/common/utils.h
9843                 Add the sc_g_*list_bigger functions in
9844                 a place everyone can use it
9845         * src/summaryview.c
9846                 Only freeze/thaw the list when working
9847                 on the selection, if it's bigger than 1
9848         * src/gtk/gtksctree.c
9849                 Only freeze/thaw the list when unselec-
9850                 ting 'all' if ('all' != 1)
9851                 This avoids some flickering
9852
9853 2006-08-24 [colin]      2.4.0cvs85
9854
9855         * src/addressbook.c
9856                 Fix strange list selection
9857                 Fix random seg (Invalid read of freed memory)
9858
9859 2006-08-24 [colin]      2.4.0cvs84
9860
9861         * src/alertpanel.c
9862         * src/gtk/inputdialog.c
9863         * src/plugins/pgpcore/passphrase.c
9864                 Revert minimal width patch of 2.4.0cvs67,
9865                 as it is also a maximal width. Use 
9866                 gtk_window_set_default_size instead.
9867
9868 2006-08-24 [colin]      2.4.0cvs83
9869
9870         * src/msgcache.c
9871                 Write cache/mark to temp files before
9872                 overwriting old ones (avoids metadata
9873                 loss if writing the new files fail).
9874                 Use mmap() to read cache/mark file, as
9875                 this makes cache reading faster. Dis-
9876                 abled for big-endian machines until it
9877                 can be tested. (Big-endian users: set
9878                 msgcache_use_mmap = TRUE in the relevant
9879                 #if).
9880         * src/procmsg.h
9881                 Move rarely used fields of MsgInfo in 
9882                 another structure, which will only be
9883                 allocated if needed. Face, X-Face,
9884                 Return receipt headers and List-*
9885                 headers are moved. Mails having none
9886                 of these occupy 52 bytes less with
9887                 this patch, which makes 2.5MB of RAM
9888                 saved on a 50k folder).
9889         * src/headerview.c
9890         * src/mainwindow.c
9891         * src/messageview.c
9892         * src/partial_download.c
9893         * src/procheader.c
9894         * src/procmsg.c
9895         * src/textview.c
9896                 Follow this structure change.
9897
9898 2006-08-24 [wwp]        2.4.0cvs82
9899
9900         * manual/es/.cvsignore
9901         * manual/es/dist/.cvsignore
9902         * manual/es/dist/html/.cvsignore
9903         * manual/es/dist/pdf/.cvsignore
9904         * manual/es/dist/ps/.cvsignore
9905         * manual/es/dist/txt/.cvsignore
9906                 more (generated) files to ignore.
9907
9908 2006-08-24 [colin]      2.4.0cvs81
9909
9910         * src/folder.c
9911         * src/mh.c
9912                 Fix possible problems with local delivery. Check the folder doesn't
9913                 need scan before setting its mtime when saving cache (which can be
9914                 done long after the folder's been modified by an external process);
9915                 Check that the stored item's mtime didn't change in mh functions.
9916
9917 2006-08-24 [mones]      2.4.0cvs80
9918
9919         * manual/advanced.xml
9920                 Rewrapping, some fixes and MANUAL-TODO items:
9921                 8.1. = change "" to <quote></quote>
9922                 8.3. = quote menu items
9923                 8.5. - deploying -> new user ... ideally a new user (redundant)
9924
9925 2006-08-23 [colin]      2.4.0cvs79
9926
9927         * src/gtk/gtksctree.c
9928                 When selecting or deselecting range, only
9929                 freeze/thaw when selection is bigger than 10
9930
9931 2006-08-23 [colin]      2.4.0cvs78
9932
9933         * src/messageview.c
9934         * src/mimeview.c
9935         * src/mimeview.h
9936         * src/plugins/dillo_viewer/dillo_viewer.c
9937                 Provide an API for MimeViewer plugins to
9938                 return a text selection for replying
9939
9940 2006-08-23 [colin]      2.4.0cvs77
9941
9942         * src/image_viewer.c
9943         * src/textview.c
9944                 Use gtk_pixbuf_new_from_file_at_scale(), which
9945                 is faster than getting the pixbuf then resizing
9946                 it.
9947
9948 2006-08-23 [colin]      2.4.0cvs76
9949
9950         * src/procmime.c
9951                 UTF-8 should be sent Quoted-printable
9952
9953 2006-08-22 [colin]      2.4.0cvs75
9954
9955         * src/mh.c
9956                 Check if scan is required before touching
9957                 the folder (or it'll be required every time)
9958
9959 2006-08-22 [colin]      2.4.0cvs74
9960
9961         * configure.ac
9962                 Require libetpan 0.46 (crasher fix when built
9963                 against gnutls)
9964
9965 2006-08-22 [colin]      2.4.0cvs73
9966
9967         * src/folder.c
9968                 Set folder's mtime after writing its
9969                 cache
9970         * src/folderview.c
9971                 Add some timing
9972         * src/procmsg.c
9973                 Don't do useless stuff if we don't 
9974                 thread by subject
9975         * src/summaryview.c
9976                 Add some timing, don't deselect prior
9977                 to selecting (gtksctree does it itself),
9978                 remove crash avoidance hacks as it's been
9979                 properly fixed since a while
9980         * src/common/utils.c
9981                 Optimize to_human_readable(): _() is slow,
9982                 do it only once, and avoid %f format for KB
9983                 (the most common in a summaryview)
9984         * src/gtk/gtksctree.c
9985                 Don't uselessly freeze/thaw (fixes flicker
9986                 on next unread and friends), reduce number
9987                 of g_list_nth/g_list_position where possible
9988         * src/gtk/gtkutils.c
9989         * src/gtk/gtkutils.h
9990                 Reduce number of g_list_nth/g_list_position
9991                 where possible.
9992                 All of this makes loading as 70k folder 2.1
9993                 seconds instead of 3.2 (with hot FS caches).
9994                 (1.3 seconds without Date and Size columns...)
9995
9996 2006-08-22 [paul]       2.4.0cvs72
9997
9998         wrap documents and do some items from mones' MANUAL-TODO:
9999
10000         * manual/account.xml
10001                 4.1. = fix tabname references to <quote>tabname</quote>
10002                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10003         * manual/faq.xml
10004                 1.1. = mentioned options don't match UI
10005                 Add information about the 'Never send Return Receipts'
10006                 option
10007         * manual/handling.xml
10008                 6.2. = Mentions Extended symbols button, but now is
10009                 named Information
10010                 6.3. = Mentions ... button, which is now Edit
10011
10012 2006-08-22 [colin]      2.4.0cvs71
10013
10014         * src/gtk/pluginwindow.c
10015                 Fix layout in verbose translations (such
10016                 as french)
10017
10018 2006-08-22 [paul]       2.4.0cvs70
10019
10020         * manual/Makefile.am
10021                 build manuals in alphabetical order
10022         * src/addressbook.c
10023         * src/prefs_themes.c
10024                 replace/remove deprecated symbols
10025         * src/gtk/gtkutils.c
10026                 fix a warning
10027         * src/gtk/pluginwindow.c
10028                 replace deprecated symbol
10029                 replace label text and move it
10030         * src/plugins/pgpcore/prefs_gpg.c
10031                 move the 'Generate...' button out of the
10032                 Sign Key frame, replace the English used
10033         * src/plugins/pgpcore/sgpgme.c
10034                 fixes to the English
10035
10036 2006-08-21 [colin]      2.4.0cvs69
10037
10038         * src/plugins/trayicon/trayicon.c
10039                 Add more strings for translation; patch
10040                 by Pawel
10041
10042 2006-08-21 [colin]      2.4.0cvs68
10043
10044         * src/compose.c
10045                 fix replied flag not set after drafting
10046         * src/matcher.c
10047                 fix body quicksearch in non-encoded bodies
10048                 containing '='
10049         * src/msgcache.c
10050                 Get rid of the g_malloc workaround for
10051                 corrupted caches, use g_try_malloc
10052
10053 2006-08-21 [colin]      2.4.0cvs67
10054
10055         * src/alertpanel.c
10056         * src/gtk/inputdialog.c
10057         * src/plugins/pgpcore/passphrase.c
10058                 Set minimal width to 375
10059         * src/mainwindow.c
10060                 Fix switching to offline, asking if it 
10061                 should be overriden for synchronising
10062         * src/mimeview.c
10063                 Don't offer to remember command on Open 
10064                 with for text parts, as the browser or 
10065                 text editor command isn't changed from 
10066                 there
10067
10068 2006-08-20 [paul]       2.4.0cvs66
10069
10070         * po/ko.po
10071         * po/zh_CN.po
10072                 fix plural form errors. revealed by stricter
10073                 checking of gettext 0.15
10074
10075 2006-08-18 [paul]       2.4.0cvs65
10076
10077         * src/stock_pixmap.c
10078                 fix the fix of 2.4.0cvs64
10079                 Thanks to Colin
10080
10081 2006-08-18 [paul]       2.4.0cvs64
10082
10083         * src/stock_pixmap.c
10084                 fix leaks
10085                 Thanks to Colin
10086
10087 2006-08-18 [paul]       2.4.0cvs63
10088
10089         * src/compose.c
10090         * src/procmsg.c
10091                 fix occasional IMAP bug where large msgs
10092                 were left in the queue folder after sending
10093                 Thanks to Colin
10094
10095 2006-08-18 [paul]       2.4.0cvs62
10096
10097         * src/folderview.c
10098                 freeze the summaryview while quicksearch results
10099                 are displayed
10100                 (fixes bug 456 'current message is hidden when the
10101                 view is refreshed and extended search is "unread 
10102                 messages"')
10103                 Thanks to Colin
10104         * src/textview.c
10105                 add missing #include "inputdialog.h"
10106         * src/common/utils.h
10107                 add missing mailcap_update_default() and improve
10108                 readability
10109
10110 2006-08-17 [colin]      2.4.0cvs61
10111
10112         * src/plugins/pgpcore/select-keys.c
10113                 Fix warnings :)
10114
10115 2006-08-17 [colin]      2.4.0cvs60
10116
10117         * src/compose.c
10118                 Don't continue queuing if Cancel is clicked
10119                 in select-keys
10120
10121 2006-08-17 [colin]      2.4.0cvs59
10122
10123         * src/plugins/pgpcore/select-keys.c
10124                 When encrypting, if only one key matches and it 
10125                 matches exactly, automatically use it.
10126
10127 2006-08-17 [colin]      2.4.0cvs58
10128
10129         * src/mimeview.c
10130         * src/prefs_common.c
10131         * src/prefs_common.h
10132         * src/prefs_ext_prog.c
10133         * src/textview.c
10134                 Fix issues with previous patch (text/html)
10135                 Remove outdated prefs
10136
10137 2006-08-17 [colin]      2.4.0cvs57
10138
10139         * src/imap.c
10140                 Add View Log button on auth error
10141         * src/procmsg.c
10142                 Fix encrypted mail marked as new when
10143                 saved in normal folders
10144         * src/plugins/pgpinline/pgpinline.c
10145                 Fix encrypt bug on IMAP
10146         * src/mimeview.c
10147         * src/common/utils.c
10148         * src/common/utils.h
10149         * src/gtk/inputdialog.c
10150         * src/gtk/inputdialog.h
10151                 Get rid of metamail stuff, simplify
10152                 opening, and allow remembering of user's
10153                 choices (by updating ~/.mailcap). There's
10154                 still to drop "Audio player" and "Image
10155                 viewer" preferences.
10156
10157 2006-08-17 [mones]      2.4.0cvs56
10158
10159         * manual/es/sylpheed-claws-manual.xml
10160                 fix DTD path
10161
10162 2006-08-17 [mones]      2.4.0cvs55
10163
10164         * configure.ac
10165         * manual/Makefile.am
10166         * manual/es/Makefile.am
10167         * manual/es/account.xml
10168         * manual/es/ack.xml
10169         * manual/es/addrbook.xml
10170         * manual/es/advanced.xml
10171         * manual/es/faq.xml
10172         * manual/es/glossary.xml
10173         * manual/es/gpl.xml
10174         * manual/es/handling.xml
10175         * manual/es/intro.xml
10176         * manual/es/keyboard.xml
10177         * manual/es/plugins.xml
10178         * manual/es/starting.xml
10179         * manual/es/sylpheed-claws-manual.xml
10180         * manual/es/dist/Makefile.am
10181         * manual/es/dist/html/Makefile.am
10182         * manual/es/dist/pdf/Makefile.am
10183         * manual/es/dist/ps/Makefile.am
10184         * manual/es/dist/txt/Makefile.am
10185                 Spanish translation for the manual
10186
10187 2006-08-16 [colin]      2.4.0cvs54
10188
10189         * src/compose.c
10190         * src/main.c
10191         * src/mainwindow.c
10192                 Fix send button sensitivity at startup
10193                 Set send menu sensitivity (patch by Fabien)
10194         * src/ssl_manager.c
10195                 Enable closing with esc (patch by Fabien)
10196         * src/gtk/foldersort.c
10197                 Enable closing with esc (patch by Fabien)
10198         * src/procmime.c
10199                 Optimisation (no need to copy to tempfile to
10200                 "decode" 7bit and 8bit)
10201         * src/summaryview.c
10202                 Fix cruft in swap_from case
10203         * src/textview.c
10204                 Fix missing last line in some mail cases 
10205                 (Fixes debian #381872)
10206         * src/plugins/pgpcore/prefs_gpg.c
10207         * src/plugins/pgpcore/sgpgme.c
10208         * src/plugins/pgpcore/sgpgme.h
10209                 Don't show "no key found" when user explicitely
10210                 wants to create a key
10211
10212 2006-08-16 [paul]       2.4.0cvs53
10213
10214         * configure.ac
10215         * src/account.c
10216         * src/addressbook.c
10217         * src/headerview.c
10218         * src/prefs_account.c
10219         * src/prefs_message.c
10220         * src/gtk/gtkutils.c
10221                 bump up minimum required versions of GTK+ and
10222                 GLIB to 2.6.0
10223
10224 2006-08-16 [paul]       2.4.0cvs52
10225
10226         * src/toolbar.c
10227                 workaround GTK+ Bug 351600 - 'Can't re-click
10228                 on button after sensitivity update'
10229                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10230                 Thanks to Colin
10231
10232 2006-08-15 [colin]      2.4.0cvs51
10233
10234         * src/plugins/pgpcore/prefs_gpg.c
10235                 Set options sensitivity according to
10236                 key existence
10237         * src/plugins/pgpcore/sgpgme.c
10238                 Allow to create key with no passphrase
10239
10240 2006-08-14 [cleroy]     2.4.0cvs50
10241
10242         * src/gtk/pluginwindow.c
10243                 New layout (maybe to be changed?)
10244         * src/gtk/gtkutils.c
10245                 Fix a bit label_window
10246         * src/plugins/pgpcore/passphrase.c
10247         * src/plugins/pgpcore/passphrase.h
10248         * src/plugins/pgpcore/plugin.c
10249         * src/plugins/pgpcore/prefs_gpg.c
10250         * src/plugins/pgpcore/prefs_gpg.h
10251         * src/plugins/pgpcore/sgpgme.c
10252         * src/plugins/pgpcore/sgpgme.h
10253                 Allow to create a PGP private key via the GUI
10254
10255 2006-08-14 [wwp]        2.4.0cvs49
10256
10257         * src/addressbook_foldersel.c
10258                 fix strict ISO C90 compliance.
10259
10260 2006-08-14 [paul]       2.4.0cvs48
10261
10262         * src/gtk/prefswindow.c
10263                 re-set scrolled window on opening
10264                 Patch by Ticho
10265
10266 2006-08-14 [paul]
10267
10268         2.5.0-rc1 released
10269
10270 2006-08-14 [paul]       2.4.0cvs47
10271
10272         * src/prefs_display_header.c
10273                 re-enable user-defined Displayed Headers
10274
10275 2006-08-14 [paul]       2.4.0cvs46
10276
10277         * src/prefs_account.c
10278                 use GTK_STOCK_EDIT
10279
10280 2006-08-13 [colin]      2.4.0cvs45
10281
10282         * src/common/utils.c
10283                 Fix "a" in quote when the original message is empty,
10284                 by using \0 instead of 'a' to test writability of
10285                 temp files.
10286
10287 2006-08-13 [wwp]        2.4.0cvs44
10288
10289         * src/plugins/spamassassin/spamassassin.c
10290                 fix capitalization of "SpamAssassin" in some debug, log and
10291                 dialog messages.
10292
10293 2006-08-13 [paul]       2.4.0cvs43
10294
10295         * src/editldap.c
10296                 fix overlapping widgets
10297         * src/prefs_account.c
10298                 fix translation of protocol_names[]
10299                 fix label disappearing off the edge of the
10300                 visible area
10301
10302 2006-08-12 [paul]       2.4.0cvs42
10303
10304         * manual/plugins.xml
10305                 update IRC channel info before it gets forgotten
10306                 about
10307
10308 2006-08-11 [colin]      2.4.0cvs41
10309
10310         * src/compose.c
10311         * src/mainwindow.c
10312         * src/mainwindow.h
10313         * src/procmsg.c
10314         * src/procmsg.h
10315         * src/summaryview.c
10316         * src/toolbar.c
10317                 Grey out the Send button if
10318                 - Queue folders are empty, or
10319                 - We're sending already
10320
10321 2006-08-11 [wwp]        2.4.0cvs40
10322
10323         * src/main.c
10324                 fix a logic issue when quitting while a compose window is
10325                 still open, thanks to Colin.
10326
10327 2006-08-10 [colin]      2.4.0cvs39
10328
10329         * src/main.c
10330                 Fix default font size setting after wizard run
10331         * src/imap.c
10332         * src/etpan/imap-thread.c
10333         * src/etpan/imap-thread.h
10334                 Fix bug #999 (Timing out on TSL cert validation 
10335                 dialog makes ugly things happen). Also, STARTTLS
10336                 unconditionnaly if initial capabilities contain
10337                 LOGINDISABLED and STARTTLS.
10338
10339 2006-08-09 [colin]      2.4.0cvs38
10340
10341         * src/mainwindow.c
10342         * src/mainwindow.h
10343                 Fix Tools/Actions sensitivity when there are
10344                 no actions
10345
10346 2006-08-09 [colin]      2.4.0cvs37
10347
10348         * src/prefs_filtering.c
10349                 Warning fix, patch by Paul
10350         * src/messageview.c
10351         * src/prefs_actions.c
10352         * src/prefs_filtering_action.c
10353         * src/prefs_matcher.c
10354                 Uniformisation of "Info ..." to "Info..." (for
10355                 old gtk), patch by Fabien
10356         * src/plugins/clamav/clamav_plugin_gtk.c
10357                 Sensitivity fix by Fabien
10358
10359 2006-08-09 [colin]      2.4.0cvs36
10360
10361         * src/main.c
10362         * src/main.h
10363                 Add a function to know whether we're exiting
10364         * src/plugins/trayicon/trayicon.c
10365                 If exiting, don't do anything. Faster, and
10366                 avoids gtk_main_iteration reentracy causing
10367                 segfaults at exit
10368
10369 2006-08-09 [colin]      2.4.0cvs35
10370
10371         * src/messageview.c
10372         * src/mimeview.c
10373         * src/mimeview.h
10374                 Fix lack of part selection when automatically 
10375                 jumping to a specific part
10376         * src/msgcache.c
10377                 Little optimisation in cache reading
10378
10379 2006-08-09 [colin]      2.4.0cvs34
10380
10381         * src/compose.c
10382                 Fix crash setting the priority on reedit
10383                 (Accessing compose before creating it!)
10384
10385 2006-08-08 [colin]      2.4.0cvs33
10386
10387         * src/procmime.c
10388                 Fix bug #998 (last attachment is not accessible)
10389                 Bad RFC interpretation on multipart close-delimiters
10390         * src/mimeview.c
10391         * src/mimeview.h
10392         * src/gtk/gtkvscrollbutton.c
10393         * src/gtk/gtkvscrollbutton.h
10394                 Make attachments list wheel-scrollable
10395
10396 2006-08-07 [colin]      2.4.0cvs32
10397
10398         * src/gtk/gtkaspell.c
10399                 Fix bug #973 (Unicode punctation characters 
10400                 are not recognized as separators by the
10401                 spell checker); fix unsigned stuff
10402
10403 2006-08-07 [colin]      2.4.0cvs31
10404
10405         * src/compose.c
10406                 Fix bug #956 (DnD text with accents in compose 
10407                 text entry); fix gccc's signed/unsigned fuss
10408
10409 2006-08-06 [colin]      2.4.0cvs30
10410
10411         * src/main.c
10412                 Fix bug #979 (Plugin crashes when exiting 
10413                 sylpheed-claws) : handle exit request only 
10414                 once
10415
10416 2006-08-05 [colin]      2.4.0cvs29
10417
10418         * src/news.c
10419                 Just make sure we have a msgid.
10420
10421 2006-08-05 [colin]      2.4.0cvs28
10422
10423         * src/news.c
10424         * src/summaryview.c
10425                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10426                 by reimplementing it
10427         * src/textview.c
10428                 Fix bug when hiding quotes with level > 3 and quote
10429                 colors are recycled
10430
10431 2006-08-04 [colin]      2.4.0cvs27
10432
10433         * src/compose.c
10434         * src/undo.c
10435         * src/undo.h
10436                 Fix a bit replace-by-pasting undo
10437         * src/mainwindow.c
10438         * src/messageview.c
10439                 Fix Fold quotes menu synchro in
10440                 mainwindow when it changes in 
10441                 messageview
10442         * src/textview.c
10443                 Fix right-click on quotes blocks
10444         * src/common/utils.c
10445                 Verify that the file created by
10446                 my_tmpfile() is writable. Fixes
10447                 bug #988 (very specific filesystem
10448                 issue)
10449         * src/plugins/pgpcore/sgpgme.c
10450                 Fix file descriptor leak
10451         * src/plugins/spamassassin/spamassassin.c
10452                 Warn once if spamd isn't reachable
10453
10454 2006-08-04 [colin]      2.4.0cvs26
10455
10456         * src/toolbar.c
10457                 i18n context patch by Fabien
10458
10459 2006-08-03 [colin]      2.4.0cvs25
10460
10461         * src/mainwindow.c
10462         * src/messageview.c
10463                 Rename "Hide quotes" to "Fold quotes"
10464         * src/textview.c
10465                 Don't use hand cursor on quotes. "all 
10466                 the bonuses of the feature and none of 
10467                 unwelcome side-effects"
10468
10469 2006-08-03 [colin]      2.4.0cvs24
10470
10471         * AUTHORS
10472         * sylpheed-claws.desktop
10473         * src/gtk/authors.h
10474                 Bring the desktop file to XDG compliance
10475                 Patch by Charles A. Edwards
10476
10477 2006-08-03 [colin]      2.4.0cvs23
10478
10479         * src/textview.c
10480                 Fix links offset when they are preceded
10481                 by accentued chars (g_utf8_strlen!)
10482         * src/mainwindow.c
10483                 Fix wrong status when starting offline
10484
10485
10486 2006-08-03 [wwp]        2.4.0cvs22
10487
10488         * src/prefs_common.h
10489                 ask what to do w/ filtering rules that belong to an account when
10490                 applying filtering rules manually from the main window (skip,
10491                 apply regardless of the account, use current account). This dialog
10492                 can be skipped and the last reply used.
10493                 (forgot that file)
10494
10495 2006-08-03 [wwp]        2.4.0cvs21
10496
10497         * src/filtering.c
10498         * src/filtering.h
10499         * src/prefs_common.c
10500         * src/summaryview.c
10501         * src/alertpanel.c
10502         * src/alertpanel.h
10503         * src/messageview.c
10504                 ask what to do w/ filtering rules that belong to an account when
10505                 applying filtering rules manually from the main window (skip,
10506                 apply regardless of the account, use current account). This dialog
10507                 can be skipped and the last reply used.
10508
10509
10510 2006-08-03 [colin]      2.4.0cvs20
10511
10512         * src/textview.c
10513                 Optimize previous patch
10514
10515 2006-08-03 [cleroy]     2.4.0cvs19
10516
10517         * src/textview.c
10518                 Fix quotes getting toggled back when the
10519                 mail has an even number of text parts
10520
10521 2006-08-02 [colin]      2.4.0cvs18
10522
10523         * src/messageview.c
10524                 Add Hide quotes menu
10525
10526 2006-08-02 [colin]      2.4.0cvs17
10527
10528         * src/mainwindow.c
10529         * src/prefs_common.c
10530         * src/textview.c
10531         * src/textview.h
10532         * src/gtk/about.c
10533                 Allow per-level quote hiding,
10534                 Allow toggling quotes by double-clicking them
10535                 Rename RemoteURI to ClickableText to reflect
10536                 the fact it's used for a variety of things
10537
10538 2006-08-02 [wwp]        2.4.0cvs16
10539
10540         * src/mainwindow.c
10541                 fix "View/Hide quotes" menu item status initialization.
10542
10543 2006-08-02 [wwp]        2.4.0cvs15
10544
10545         * src/matcher_parser_parse.y
10546                 remove a debug trace.
10547
10548 2006-08-02 [paul]       2.4.0cvs14
10549
10550         * src/plugins/pgpcore/passphrase.c
10551                 don't set initial dialog size
10552                 make it resizable
10553
10554 2006-08-02 [paul]       2.4.0cvs13
10555
10556         * src/noticeview.c
10557                 remove the rogue '/' character
10558
10559 2006-08-02 [paul]       2.4.0cvs12
10560
10561         * src/noticeview.c
10562                 allow buttons to resize as necessary
10563
10564 2006-08-01 [wwp]        2.4.0cvs11
10565
10566         * src/mbox.c
10567                 fix strict ISO C90 compliance.
10568
10569 2006-08-01 [wwp]        2.4.0cvs10
10570
10571         * tools/update-po
10572                 updated update-po tool to work w/ context-dependent translations.
10573                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10574
10575 2006-08-01 [wwp]        2.4.0cvs9
10576
10577         * src/matcher.c
10578         * src/prefs_filtering.c
10579         * src/prefs_matcher.c
10580                 allow context-dependent translations for "All",
10581                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10582
10583 2006-07-31 [colin]      2.4.0cvs8
10584
10585         * AUTHORS
10586         * src/gtk/authors.h
10587                 Add Rafal to authors
10588
10589 2006-07-31 [colin]      2.4.0cvs7
10590
10591         * src/compose.c
10592         * src/mainwindow.c
10593         * src/messageview.h
10594         * src/prefs_common.c
10595         * src/prefs_common.h
10596         * src/textview.c
10597                 Add 'View/Hide quotes'. Patch based on a patch
10598                 by Rafal Weglarz
10599
10600 2006-07-31 [colin]      2.4.0cvs6
10601
10602         * src/action.c
10603                 Fix problem with "> stuff >" actions
10604
10605 2006-07-31 [paul]       2.4.0cvs5
10606
10607         * po/nb.po
10608                 updated by Geir Helland
10609
10610 2006-07-31 [wwp]        2.4.0cvs4
10611
10612         * src/mainwindow.c
10613         * src/summaryview.c
10614         * src/summaryview.h
10615                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10616                 thanks to Colin.
10617
10618 2006-07-31 [wwp]        2.4.0cvs3
10619
10620         * src/Makefile.am
10621         * src/addr_compl.c
10622         * src/addr_compl.h
10623         * src/addressbook.c
10624         * src/addressbook.h
10625         * src/addressbook_foldersel.c
10626         * src/addressbook_foldersel.h
10627         * src/addrindex.c
10628         * src/addrindex.h
10629         * src/matcher.c
10630         * src/matcher.h
10631         * src/matcher_parser_lex.l
10632         * src/matcher_parser_parse.y
10633         * src/prefs_common.c
10634         * src/prefs_common.h
10635         * src/prefs_filtering.c
10636         * src/prefs_matcher.c
10637         * src/prefs_matcher.h
10638         * src/summaryview.c
10639                 introduce filtering against the address book. It's now possible to add
10640                 matched conditions to determine if any email address in a message matches
10641                 or doesn't match any or all books or folders in the address book.
10642
10643 2006-07-31 [wwp]        2.4.0cvs2
10644
10645         * src/account.c
10646         * src/filtering.c
10647         * src/filtering.h
10648         * src/folder.c
10649         * src/folderview.c
10650         * src/inc.c
10651         * src/mainwindow.c
10652         * src/matcher.c
10653         * src/matcher_parser_lex.l
10654         * src/matcher_parser_parse.y
10655         * src/mbox.c
10656         * src/prefs_filtering.c
10657         * src/prefs_filtering.h
10658         * src/procmsg.c
10659         * src/procmsg.h
10660         * src/summaryview.c
10661                 introduce per-account filtering rules. Each filtering rule can now be assigned
10662                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10663                 when applying filtering rules manually, as all rules will apply - even the ones
10664                 assigned to an account. This issue will be addressed soon.
10665  
10666
10667
10668 2006-07-31 [wwp]        2.4.0cvs1
10669
10670         * src/quote_fmt.c
10671                 make more strings translatable.
10672
10673 2006-07-31 [paul]       2.4.0
10674
10675         2.4.0 released
10676
10677 2006-07-31 [paul]       2.3.1cvs91
10678
10679         * po/ca.po
10680                 updated by Miquel Oliete
10681
10682 2006-07-31 [paul]       2.3.1cvs90
10683
10684         * po/de.po
10685         * po/el.po
10686         * po/fr.po
10687         * po/it.po
10688         * po/pl.po
10689         * po/pt_BR.po
10690         * po/sr.po
10691         * po/zh_CN.po
10692                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10693                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10694                 Aleksandar Urosevic, and Ralgh Young
10695
10696 2006-07-31 [paul]       2.3.1cvs89
10697
10698         * src/account.c
10699         * src/main.c
10700         * src/mainwindow.c
10701         * src/mainwindow.h
10702                 Fix a race condition when, after an SC crash, rescanning
10703                 folders took more than 0.5 seconds
10704                 Thanks to Colin
10705
10706 2006-07-31 [paul]       2.3.1cvs88
10707
10708         * src/folderview.c
10709                 don't translate separator strings
10710
10711 2006-07-30 [mones]      2.3.1cvs87
10712
10713         * doc/man/sylpheed-claws.1
10714                 Fixed non-ASCII chars in Hoa's name
10715         * po/es.po
10716                 Updated for release
10717
10718 2006-07-27 [colin]      2.3.1cvs86
10719
10720         * src/textview.c
10721                 Don't include the leading \n in links
10722                 Patch by Fabien
10723
10724 2006-07-25 [colin]      2.3.1cvs85
10725
10726         * src/mainwindow.c
10727         * src/common/socket.h
10728         * src/etpan/imap-thread.c
10729                 Refresh resolvers before connecting
10730                 to IMAP servers, and after switching
10731                 to online. Thanks to Paul.
10732
10733 2006-07-18 [colin]
10734
10735         * 2.4.0-rc4 released
10736
10737 2006-07-17 [colin]      2.3.1cvs84
10738
10739         * src/inc.c
10740                 Show connection attempt in statusbar before
10741                 connecting (previously first message was
10742                 "Retrieving messages from ..." after the
10743                 connection succeeded.
10744
10745 2006-07-16 [wwp]        2.3.1cvs83
10746
10747         * sylpheed-claws.ico
10748                 Added .ico file (windows multi-size icon file, generated).
10749
10750 2006-07-12 [wwp]        2.3.1cvs82
10751
10752         * src/messageview.c
10753                 remove Message/Re-edit menu entry from messageview window,
10754                 as sent/draft/queued messages are opened in compose window when
10755                 re-edited and it's not possible to re-edit other msgs.
10756
10757 2006-07-12 [paul]       2.3.1cvs81
10758
10759         * AUTHORS
10760         * src/mainwindow.c
10761         * src/gtk/authors.h
10762                 check online state before resetting
10763                 mailcheck timer. Useful if some program
10764                 verifies connection state and updates
10765                 Claws.
10766                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10767
10768 2006-07-12 [paul]       2.3.1cvs80
10769
10770         * sylpheed-claws-128x128.png
10771         * sylpheed-claws-64x64.png
10772         * sylpheed-claws.png
10773         * src/Makefile.am
10774         * src/main.c
10775         * src/prefs_toolbar.c
10776         * src/stock_pixmap.c
10777         * src/stock_pixmap.h
10778         * src/wizard.c
10779         * src/gtk/about.c
10780         * src/gtk/gtkutils.c
10781         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10782         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10783         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10784         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10785         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10786         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10787                 updated and renamed logo/icon files and related
10788                 logo by Jesper Schultz
10789
10790 2006-07-11 [paul]       2.3.1cvs79
10791
10792         * src/main.c
10793                 fix the labels a smidgin
10794
10795 2006-07-09 [colin]      2.3.1cvs78
10796
10797         * src/textview.c
10798                 Show errors in textviewer's command
10799                 Patch by H. Merijn Brand
10800
10801 2006-07-09 [colin]      2.3.1cvs77
10802
10803         * src/compose.c
10804                 Save FMID in drafts too
10805
10806 2006-07-08 [colin]      2.3.1cvs76
10807
10808         * src/compose.c
10809                 Svae RMID in drafted mails too
10810                 Save quote_fmt vars for whole mails,
10811                 don't reset at each quote_fmt_init:
10812                 allows to use the same |i{var} in
10813                 various template fields
10814         * src/prefs_template.c
10815         * src/quote_fmt.h
10816         * src/quote_fmt_parse.y
10817                 Same
10818
10819 2006-07-08 [colin]      2.3.1cvs75
10820
10821         * src/textview.c
10822                 Fix highlighting of attached parts URIs
10823
10824 2006-07-08 [colin]      2.3.1cvs74
10825
10826         * src/main.c
10827                 Prevent bug #981 (sc 2.3.1 segfaults with 
10828                 gtk+ 2.10) from being reported again:
10829                 if Sylpheed-Claws has been compiled against
10830                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10831                 of if Sylpheed-Claws has been compiled against
10832                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10833                 error out.
10834
10835 2006-07-07 [colin]      2.3.1cvs73
10836
10837         * src/prefs_actions.c
10838                 Fix label
10839
10840 2006-07-07 [colin]      2.3.1cvs72
10841
10842         * src/prefs_actions.c
10843                 Fix compile on gtk < 2.8. argh :)
10844
10845 2006-07-07 [paul]       2.3.1cvs71
10846
10847         * src/common/defs.h
10848                 update DONATE_URI
10849
10850 2006-07-07 [colin]      2.3.1cvs70
10851
10852         * po/POTFILES.in
10853         * src/quote_fmt.c
10854         * src/quote_fmt_lex.l
10855         * src/quote_fmt_parse.y
10856                 Add |i{var}, a way to insert user-entered
10857                 text in a template
10858
10859 2006-07-07 [colin]
10860
10861         * 2.4.0-rc3 released
10862
10863 2006-07-07 [colin]      2.3.1cvs69
10864
10865         * src/folder.c
10866                 Don't consider inboxes of UNKNOWN folder 
10867                 classes to be useable as default inboxes
10868
10869 2006-07-07 [paul]       2.3.1cvs68
10870
10871         * src/textview.c
10872                 add missing #include <errno.h>
10873                 Thanks to René J. Blokland
10874
10875 2006-07-07 [paul]       2.3.1cvs67
10876
10877         * src/action.c
10878                 Return now Closes dialog
10879         * src/mimeview.c
10880         * src/mimeview.h
10881         * src/textview.c
10882                 add contextual menu to mime parts listed
10883                 in the textview
10884                 Thanks to Colin
10885         * src/common/utils.c
10886                 reversal: ' is a valid character in URLs
10887
10888 2006-07-06 [colin]      2.3.1cvs66
10889
10890         * src/remotefolder.h
10891                 Forgotten in previous commit
10892
10893 2006-07-06 [colin]      2.3.1cvs65
10894
10895         * src/folder.c
10896                 Set summary update flag whenever
10897                 totals changed
10898         * src/imap.c
10899         * src/prefs_account.c
10900         * src/common/utils.h
10901         * src/etpan/imap-thread.c
10902                 Fix warnings, thanks to Fabien and
10903                 Ricardo
10904
10905 2006-07-06 [wwp]        2.3.1cvs64
10906
10907         * src/gtk/gtkutils.c
10908                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10909
10910 2006-07-06 [wwp]        2.3.1cvs63
10911
10912         * src/account.c
10913         * src/addressbook.c
10914         * src/addressitem.h
10915         * src/folderview.c
10916         * src/mainwindow.c
10917         * src/manual.c
10918         * src/manual.h
10919         * src/message_search.c
10920         * src/prefs_actions.c
10921         * src/prefs_filtering.c
10922         * src/prefs_filtering.h
10923         * src/prefs_template.c
10924         * src/summary_search.c
10925         * src/summaryview.c
10926         * src/gtk/gtkutils.c
10927         * src/gtk/gtkutils.h
10928         * src/gtk/pluginwindow.c
10929                 add help buttons to some dialogs. Clicking such buttons opens a
10930                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10931
10932 2006-07-06 [paul]       2.3.1cvs62
10933
10934         * src/textview.c
10935                 fix attachments contextual menu
10936                 Thanks to Colin
10937
10938 2006-07-05 [colin]      2.3.1cvs61
10939
10940         * src/textview.c
10941         * src/compose.c
10942                 Handle sftp:// links
10943
10944 2006-07-05 [paul]       2.3.1cvs60
10945
10946         * src/gtk/filesel.c
10947                 grab save button by default
10948                 Thanks to Colin
10949
10950 2006-07-05 [wwp]        2.3.1cvs59
10951
10952         * manual/xml2pdf
10953                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10954
10955 2006-07-04 [colin]      2.3.1cvs58
10956
10957         * src/mimeview.c
10958         * src/textview.c
10959                 Use left click to select, middle click to open
10960                 on mimeparts links
10961         * src/common/utils.c
10962                 Fix segfault
10963
10964 2006-07-04 [colin]      2.3.1cvs57
10965
10966         * src/mainwindow.c
10967         * src/news.c
10968                 Warning fixes, thanks to Fabien
10969
10970 2006-07-04 [colin]      2.3.1cvs56
10971
10972         * src/mimeview.c
10973         * src/mimeview.h
10974         * src/textview.c
10975                 Allow parts to be selected via their text label
10976                 in textview
10977
10978 2006-07-04 [colin]      2.3.1cvs55
10979
10980         * src/folderview.c
10981                 Feedback when closing (for big folders)
10982         * src/prefs_actions.c
10983         * src/prefs_filtering.c
10984         * src/prefs_matcher.c
10985         * src/prefs_template.c
10986                 Fix default button when closing without
10987                 having saved
10988
10989 2006-07-04 [colin]      2.3.1cvs54
10990
10991         * src/news.c
10992                 Delete local file on deletion
10993
10994 2006-07-03 [colin]      2.3.1cvs53
10995
10996         * src/folderview.c
10997         * src/main.c
10998                 Don't freeze when rescanning after crash
10999
11000 2006-07-03 [wwp]        2.3.1cvs52
11001
11002         * src/compose.c
11003         * src/privacy.c
11004         * src/privacy.h
11005         * src/plugins/pgpinline/pgpinline.c
11006         * src/plugins/pgpmime/pgpmime.c
11007                 don't report an error when the user cancels the passphrase dialog.
11008
11009 2006-07-02 [colin]      2.3.1cvs51
11010
11011         * src/folderview.c
11012                 Open message when crossing folders with Space,
11013                 goto next unread and friends
11014
11015 2006-07-01 [colin]      2.3.1cvs50
11016
11017         * src/prefs_account.c
11018                 Typographic rules varying from language
11019                 to language (in french "Protocole :"),
11020                 we have to do that :)
11021
11022 2006-07-01 [ticho]      2.3.1cvs49
11023
11024         * src/prefs_account.c
11025                 Only use one temporary gchar* variable in
11026                 prefs_account_protocol_set_optmenu().
11027
11028 2006-07-01 [ticho]      2.3.1cvs48
11029
11030         * src/prefs_account.c
11031         * src/prefs_account.h
11032                 Use GtkLabel for existing account protocol name.
11033                 Created an array for protocol names and populate the
11034                 combobox from it in a for() cycle.
11035
11036 2006-06-30 [colin]      2.3.1cvs47
11037
11038         * src/compose.c
11039                 Block undo when changing signature (by changing
11040                 account)
11041
11042 2006-06-30 [paul]       2.3.1cvs46
11043
11044         * src/send_message.c
11045                 when editing From in the Compose window, use that address
11046                 in the Return-Path: header
11047                 Thanks to Colin
11048
11049 2006-06-30 [colin]      2.3.1cvs45
11050
11051         * src/compose.c
11052                 Fix signature replacement:
11053                 - when no newline before separator
11054                 - when reediting
11055
11056 2006-06-29 [colin]      2.3.1cvs44
11057
11058         * src/folderview.c
11059         * src/folderview.h
11060         * src/mainwindow.c
11061         * src/summaryview.c
11062                 Let 'View/Go to/Next marked' work like
11063                 Next new & Next unread: across folders
11064                 Change the select_on_entry pref to do
11065                 what we want when changing folder
11066         * src/common/utils.c
11067                 Fix single-quoted links 
11068
11069 2006-06-29 [colin]      2.3.1cvs43
11070
11071         * src/gtk/gtkaspell.c
11072                 "Sylpheed" and "Sylpheed-Claws" do exist !
11073
11074 2006-06-29 [colin]      2.3.1cvs42
11075
11076         * src/imap.c
11077                 Forgot to remove debug
11078
11079 2006-06-29 [colin]      2.3.1cvs41
11080
11081         * src/imap.c
11082         * src/imap.h
11083         * src/mainwindow.c
11084                 Disconnect from IMAP servers when going
11085                 offline. Fixes bug #978 (going to offline-mode 
11086                 won't close connections)
11087
11088 2006-06-29 [colin]      2.3.1cvs40
11089
11090         * src/main.c
11091                 Fix transient setting on failing plugins
11092                 Patch by Fabien
11093         * src/plugins/pgpcore/sgpgme.c
11094                 Only warn for OpenPGP. Most people don't
11095                 have CMS available.
11096
11097 2006-06-29 [colin]      2.3.1cvs39
11098
11099         * src/compose.c
11100                 Fix Spelling menu (discrepancy between context menu
11101                 and top menu when folder's dictionary isn't the 
11102                 default one)
11103         * src/plugins/pgpcore/sgpgme.c
11104                 More error reporting about why gpgme can fail
11105
11106 2006-06-29 [wwp]        2.3.1cvs38
11107
11108         * src/mainwindow.c
11109                 honor the display-header-pane setting even when the message view
11110                 is a separate window.
11111
11112 2006-06-29 [wwp]        2.3.1cvs37
11113
11114         * src/prefs_actions.c
11115                 forgot to commit that one (use of GTK_STOCK_INFO).
11116
11117 2006-06-29 [colin]      2.3.1cvs36
11118
11119         * src/imap.c
11120                 Better handling of login errors (ask the password
11121                 again once), alert in case of error. Fix three
11122                 signedness warnings.
11123
11124 2006-06-28 [wwp]        2.3.1cvs35
11125
11126         * src/prefs_template.c
11127         * src/prefs_matcher.c
11128         * src/prefs_filtering_action.c
11129         * src/prefs_quote.c
11130                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11131                 patch by Fabien Vantard, slightly modified.
11132
11133 2006-06-28 [paul]
11134
11135         2.4.0-rc2 released
11136
11137 2006-06-28 [colin]      2.3.1cvs34
11138
11139         * src/prefs_account.c
11140                 Fix bug #977 (Can't add or edit imap accounts)
11141
11142 2006-06-28 [colin]      2.3.1cvs33
11143
11144         * src/mimeview.c
11145                 Fix previous
11146
11147 2006-06-28 [colin]      2.3.1cvs32
11148
11149         * src/mimeview.c
11150                 Save named inlined attachments with "Save all"
11151         * src/main.c
11152         * src/mbox.c
11153         * src/common/plugin.c
11154         * src/common/plugin.h
11155         * src/common/sylpheed.c
11156         * src/common/utils.c
11157         * src/plugins/pgpcore/sylpheed.def
11158         * src/plugins/pgpinline/sylpheed.def
11159         * src/plugins/pgpmime/sylpheed.def
11160                 Win32 compatibility patch, by
11161                 Werner Koch
11162
11163 2006-06-28 [wwp]        2.3.1cvs31
11164
11165         * src/imap.c
11166         * src/prefs_folder_item.c
11167                 less compilation warnings (thanks to Fabien Vantard), less typos.
11168
11169 2006-06-28 [paul]       2.3.1cvs30
11170
11171         * src/gtk/gtkutils.c
11172                 gtk_combo_box_set_focus_on_click() is only
11173                 available since gtk 2.6.0
11174
11175 2006-06-28 [paul]       2.3.1cvs29
11176
11177         * src/prefs_ext_prog.c
11178                 fix engrish and add a tooltip for the
11179                 'command for 'Display as text' option
11180
11181 2006-06-28 [paul]
11182
11183         2.4.0-rc1 released
11184
11185 2006-06-28 [paul]       2.3.1cvs28
11186
11187         * ChangeLog
11188         * tools/Makefile.am
11189                 include textviewer.pl in releases
11190
11191 2006-06-28 [paul]       2.3.1cvs27
11192
11193         * src/prefs_ext_prog.c
11194                 hide Print command option if libgnomeprint
11195                 support is present
11196
11197 2006-06-27 [colin]      2.3.1cvs26
11198
11199         * src/compose.c
11200                 Fix Esc handling in insert/attach dialog
11201                 Don't show this dialog if dragging something
11202                 else than text/uri-list
11203                 Thanks to Fabien Vantard
11204         * tools/textviewer.pl
11205                 Filter script to display stuff as text
11206                 by H. Merijn Brand
11207
11208 2006-06-27 [wwp]        2.3.1cvs25
11209
11210         * src/messageview.c
11211                 use the exact product name (message view title), patch
11212                 by Fabien Vantard.
11213
11214 2006-06-27 [ticho]      2.3.1cvs24
11215
11216         * src/prefs_account.c
11217         * src/prefs_common.c
11218         * src/prefs_common.h
11219         * src/prefs_ext_prog.c
11220         * src/textview.c
11221                 Add a preference (Preferences/External programs)
11222                 to allow "Display as text" to be done via a script
11223                 (patch by H.Merijn Brand).
11224                 Use GtkComboBox for protocol selection in account
11225                 preferences.
11226                 Only include current choice for existing accounts, and
11227                 insensitivize the combobox.
11228
11229 2006-06-27 [paul]       2.3.1cvs23
11230
11231         * src/mbox.c
11232                 fix crasher introduced in cvs21.
11233                 Thanks to Colin
11234
11235 2006-06-26 [colin]      2.3.1cvs22
11236
11237         * src/mbox.c
11238                 Fix double-frees when leaving folders
11239                 after exporting to mbox
11240
11241 2006-06-26 [colin]      2.3.1cvs21
11242
11243         * src/mbox.c
11244                 More feedback (and optimisation)
11245                 on import/export
11246         * src/common/utils.c
11247                 Fix case when looking for mail addresses
11248         * src/gtk/gtkutils.c
11249                 Extra check for (X-)Face
11250
11251 2006-06-25 [ticho]      2.3.1cvs20
11252
11253         * src/compose.c
11254         * src/exphtmldlg.c
11255         * src/gtk/gtkutils.c
11256         * src/gtk/gtkutils.h
11257                 Added second argument to gtkut_sc_combobox_create() to
11258                 control focus-on-click for the widget.
11259                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11260
11261 2006-06-25 [ticho]      2.3.1cvs19
11262
11263         * src/compose.c
11264         * src/gtk/Makefile.am
11265         * src/gtk/combobox.c
11266         * src/gtk/combobox.h
11267         * src/gtk/gtkutils.c
11268         * src/gtk/gtkutils.h
11269                 Use GtkComboBox instead of deprecated GtkOptionMenu
11270                 for account selector in compose window and for encoding
11271                 selector in attachment properties.
11272                 Also factorise working with the new GtkComboBox somewhat.
11273
11274 2006-06-24 [paul]       2.3.1cvs18
11275
11276         * src/prefs_common.c
11277                 use the correct default value
11278
11279 2006-06-24 [paul]       2.3.1cvs17
11280
11281         * src/compose.c
11282         * src/prefs_common.c
11283         * src/prefs_common.h
11284         * src/prefs_compose_writing.c
11285                 enable setting of default action when
11286                 dnd'ing files in the compose window.
11287                 (Collaborative effort with wwp)
11288
11289 2006-06-23 [wwp]        2.3.1cvs16
11290
11291         * src/compose.c
11292                 i18n fix (thanks to Fabien Vantard)
11293
11294 2006-06-22 [colin]      2.3.1cvs15
11295
11296         * src/prefs_customheader.c
11297                 Don't use filters in custom headers' file 
11298                 selector. Remember, extensions mean nothing :)
11299
11300 2006-06-22 [paul]       2.3.1cvs14
11301
11302         * configure.ac
11303                 allow setting of man directory location
11304
11305 2006-06-22 [colin]      2.3.1cvs13
11306
11307         * src/mainwindow.c
11308                 Add 'View/Go to/Next unread folder'.
11309                 I missed that :)
11310
11311 2006-06-22 [colin]      2.3.1cvs12
11312
11313         * src/common/utils.c
11314                 Add some subject prefixes
11315                 Patch by Bjorn T Johansen <btj@havleik.no>
11316
11317 2006-06-22 [colin]      2.3.1cvs11
11318
11319         * manual/advanced.xml
11320                 Forgotten hidden pref
11321
11322 2006-06-21 [paul]       2.3.1cvs10
11323
11324         * src/prefs_account.c
11325                 complete the removal of 'Add date header' option
11326
11327 2006-06-21 [paul]       2.3.1cvs9
11328
11329         * src/account.c
11330         * src/compose.c
11331         * src/prefs_account.c
11332         * src/prefs_account.h
11333                 remove option to add date header - always
11334                 add date header
11335         * src/etpan/imap-thread.c
11336                 fix warnings (Thanks to Colin)
11337
11338 2006-06-21 [wwp]        2.3.1cvs8
11339
11340         * src/folder.c
11341                 set the attachment flag when inline text part are (file)named. This is more convenient
11342                 when receiving (for instance) inline source files or patches sent using thunderbird.
11343
11344 2006-06-21 [paul]       2.3.1cvs7
11345
11346         * src/inc.c
11347                 fix off-by-one count of current msg in
11348                 statusbar filtering progressbar
11349
11350 2006-06-21 [paul]       2.3.1cvs6
11351
11352         * src/folder.c
11353                 Show attachment icon even if the part is 'inline'
11354                 if the following conditions are met:
11355                 - content-type != 'text/plain'
11356                 - content-type != '*/pgp-signature'
11357                 - either 'name' or 'filename' parameter is not NULL
11358                 
11359                 Thanks to Colin
11360
11361 2006-06-21 [paul]       2.3.1cvs5
11362
11363         * src/messageview.c
11364         * src/prefs_common.c
11365         * src/prefs_common.h
11366         * src/prefs_other.c
11367                 add an option to 'Never send Return
11368                 Receipts'
11369                 Thanks to Colin
11370
11371 2006-06-20 [mones]      2.3.1cvs4
11372
11373         * po/es.po
11374                 updated
11375         * src/compose.c
11376                 typo fixed (space after comma)
11377         * tools/make.themes.project
11378                 remove exec mode from tarball files
11379
11380 2006-06-20 [colin]      2.3.1cvs3
11381
11382         * src/news.c
11383         * src/procheader.c
11384         * src/unmime.c
11385                 Better fix for \n's in headers (don't 
11386                 break Received: and others)
11387
11388 2006-06-20 [paul]       2.3.1cvs2
11389
11390         * src/alertpanel.c
11391         * src/textview.c
11392                 improve legibility of phishing attempt
11393                 dialog
11394
11395 2006-06-20 [paul]       2.3.1cvs1
11396
11397         * NEWS
11398         * README
11399         * configure.ac
11400                 Update version number following
11401                 stable release
11402
11403 2006-06-20 [colin]      2.3.0cvs26
11404
11405         * src/compose.c
11406                 When dragging a file to the text of the compose
11407                 window, ask whether we want to insert or attach
11408                 (I know lots of people who do that to attach)
11409
11410 2006-06-20 [colin]      2.3.0cvs25
11411
11412         * src/etpan/imap-thread.c
11413                 Fix threshold (the append command is often > 32 bytes)
11414
11415 2006-06-19 [colin]      2.3.0cvs24
11416
11417         * src/imap.c
11418         * src/etpan/imap-thread.c
11419                 Workaround Rockliffe IMAP server bug: replace
11420                 "x UID SEARCH (ANSWERED UID 1:*)" with
11421                 "x UID SEARCH ANSWERED"
11422                 (Rockliffe doesn't handle the parenthesis)
11423
11424 2006-06-19 [colin]      2.3.0cvs23
11425
11426         * src/compose.c
11427         * src/imap.c
11428         * src/etpan/imap-thread.c
11429                 Probably fix bug #972 (Freezes when adding 
11430                 an attachment to the message)
11431         * src/common/defs.h
11432                 Modernize Firefox cmd
11433
11434
11435 2006-06-18 [colin]      2.3.0cvs22
11436
11437         * src/prefs_customheader.c
11438                 Only allow correct filenames for various
11439                 custom headers
11440
11441 2006-06-18 [colin]      2.3.0cvs21
11442
11443         * src/prefs_customheader.c
11444                 Add a 'From File...' button in custom headers prefs, which
11445                 try to do the right thing: 
11446                 for normal headers, use file as plaintext,
11447                 for X-Face, calls compface,
11448                 for Face, encode to b64.
11449
11450 2006-06-17 [colin]      2.3.0cvs20
11451
11452         * src/mh.c
11453                 Warning fix
11454
11455 2006-06-16 [colin]      2.3.0cvs19
11456
11457         * src/summaryview.c
11458                 Recursive quicksearch: show message list
11459                 in current folder, *then* search children
11460                 in the background.
11461
11462 2006-06-16 [colin]      2.3.0cvs18
11463
11464         * src/main.c
11465                 Instead of ignoring SIGPIPE, save caches
11466                 when getting one. Will fix the fact that
11467                 hot caches are out-of-date when logging 
11468                 out of Xorg.
11469         * src/compose.c
11470         * src/prefs_compose_writing.c
11471                 Only save text (not attachments) when 
11472                 auto-saving to drafts
11473         * src/unmime.c
11474                 Always replace \n, \r and \t with spaces
11475                 in headers
11476         * manual/dist/html/Makefile.am
11477         * manual/dist/pdf/Makefile.am
11478         * manual/dist/ps/Makefile.am
11479         * manual/dist/txt/Makefile.am
11480         * manual/fr/dist/html/Makefile.am
11481         * manual/fr/dist/pdf/Makefile.am
11482         * manual/fr/dist/ps/Makefile.am
11483         * manual/fr/dist/txt/Makefile.am
11484         * manual/pl/dist/html/Makefile.am
11485         * manual/pl/dist/pdf/Makefile.am
11486         * manual/pl/dist/ps/Makefile.am
11487         * manual/pl/dist/txt/Makefile.am
11488                 Fix make clean removing pregenerated manuals
11489
11490
11491 2006-06-16 [colin]      2.3.0cvs17
11492
11493         * src/plugins/pgpcore/sgpgme.c
11494         * src/plugins/pgpmime/pgpmime.c
11495         * src/plugins/pgpinline/pgpinline.c
11496                 Better error reporting in setup_signers.
11497                 Don't fallback to default key if specified
11498                 key isn't found.
11499                 Don't allow signing if more than one secret
11500                 key matches the one specified in prefs.
11501
11502 2006-06-15 [colin]      2.3.0cvs16
11503
11504         * src/folderview.c
11505                 Add "Send queue" in the folder's contextual
11506                 menu
11507         * src/compose.c
11508         * src/messageview.c
11509         * src/privacy.c
11510         * src/privacy.h
11511         * src/procmime.c
11512         * src/procmsg.c
11513         * src/plugins/pgpcore/passphrase.c
11514         * src/plugins/pgpcore/sgpgme.c
11515         * src/plugins/pgpinline/pgpinline.c
11516         * src/plugins/pgpmime/pgpmime.c
11517                 Better error reporting
11518         * src/mbox.c
11519                 Probably fix bug #971 (2.2.3 cannot read mail 
11520                 from local mbox)
11521
11522
11523 2006-06-15 [mones]      2.3.0cvs15
11524
11525         * tools/make.themes.project
11526                 creates the themes project from the web page
11527
11528 2006-06-15 [colin]      2.3.0cvs14
11529
11530         * src/folder.c
11531                 Better fix (avoid losing the folder if scan_tree 
11532                 fails)
11533
11534 2006-06-15 [cleroy]     2.3.0cvs13
11535
11536         * src/folder.c
11537                 Probably fix Bug #969 (crash on rebuilding 
11538                 imap folder)
11539
11540 2006-06-14 [colin]      2.3.0cvs12
11541
11542         * manual/dtd/manual.xsl
11543         * manual/sylpheed-claws-manual.xml
11544         * manual/fr/sylpheed-claws-manual.xml
11545         * manual/pl/sylpheed-claws-manual.xml
11546                 Insert pagebreaks between sections
11547
11548 2006-06-14 [paul]       2.3.0cvs11
11549
11550         * configure.ac
11551                 better fix than 2.3.0cvs10
11552
11553 2006-06-14 [paul]       2.3.0cvs10
11554
11555         * configure.ac
11556                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11557                 (backwards compatible)
11558
11559 2006-06-13 [colin]      2.3.0cvs9
11560
11561         * src/messageview.c
11562                 Fix sending of return receipt with the new queue folders
11563
11564 2006-06-13 [wwp]        2.3.0cvs8
11565
11566         * src/quote_fmt_lex.l
11567                 fix wrong tokens returned in quote_fmt lexer, query not().
11568
11569 2006-06-13 [wwp]        2.3.0cvs7
11570
11571         * src/folder.c
11572         * src/prefs_folder_item.c
11573                 allow changing folder type even when folder is not a top-level one,
11574                 thanks to Colin.
11575
11576 2006-06-12 [colin]      2.3.0cvs6
11577
11578         * src/folderview.c
11579                 Fix double-ask of "Do you want to mark all
11580                 as read"
11581
11582 2006-06-12 [colin]      2.3.0cvs5
11583
11584         * src/compose.c
11585         * src/compose.h
11586         * src/folder.c
11587         * src/folder.h
11588         * src/imap.c
11589         * src/inc.c
11590         * src/main.c
11591         * src/messageview.c
11592         * src/mh.c
11593         * src/prefs_folder_item.c
11594         * src/procheader.c
11595         * src/procmime.c
11596         * src/procmsg.c
11597         * src/procmsg.h
11598         * src/send_message.c
11599         * src/summaryview.c
11600         * src/toolbar.c
11601                 Apply bug #964's patch (Queue and drafts aren't normal)
11602                 The Drafts and Queue folder now contain RFC-822 files,
11603                 allowing to move and copy mails from and to these 
11604                 folders. Moving from Drafts to Queue will prepare the
11605                 mail for sending (PGP signature, encryption, etc).
11606                 This patch also rework sending errors handling to try
11607                 to be more helpful.
11608                 Also, allow redefining folder types via the GUI 
11609                 (Folder type in its Properties)
11610
11611 2006-06-12 [colin]      2.3.0cvs4
11612
11613         * src/summaryview.c
11614         * src/prefs_common.c
11615         * src/prefs_common.h
11616         * src/gedit-print.c
11617                 Allow to define a specific print font - patch
11618                 by Bernhard Walle <bernhard.walle@gmx.de>
11619         * src/prefs_fonts.c
11620         * manual/advanced.xml
11621         * manual/fr/advanced.xml
11622                 Add a hidden pref to allow deletion without
11623                 confirmation
11624
11625 2006-06-12 [wwp]        2.3.0cvs3
11626
11627         * .cvsignore
11628                 more files to ignore.
11629
11630 2006-06-12 [wwp]        2.3.0cvs2
11631
11632         * src/quote_fmt.c
11633         * src/quote_fmt_lex.l
11634         * src/quote_fmt_parse.y
11635                 extend the quote_fmt parser (templates and quotes):
11636                 - allow limited sub-expressions in |p{} and |f{} expressions,
11637                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11638                 - implemented/fixed missing implementation of query_references and show_references,
11639                 - completed, fixed contents and format of the symbols help dialog,
11640                 - fix some compilation warnings.
11641
11642 2006-06-12 [wwp]        2.3.0cvs1
11643
11644         * manual/advanced.xml
11645         * manual/fr/advanced.xml
11646                 updates in the "templates" section of the manual (eng/fr):
11647                  - be more precise (both versions)
11648                  - completed to match the english reference (fr version)
11649                  - touchups (both versions)
11650
11651 2006-06-12 [paul]       2.3.0
11652
11653         2.3.0 released
11654
11655 2006-06-12 [paul]       2.2.3cvs14
11656
11657         * po/ca.po
11658         * po/cs.po
11659         * po/de.po
11660         * po/el.po
11661         * po/fr.po
11662         * po/it.po
11663         * po/pt_BR.po
11664         * po/sr.po
11665         * po/zh_CN.po
11666                 updated by Miquel Oliete, Tim, Stephan Sachse,
11667                 Stavros Giannouris, Fabien Vantard, Andrea
11668                 Spadaccini, Frederico Goncalves Guimaraes,
11669                 Aleksandar Urosevic, and Ralgh Young
11670
11671 2006-06-12 [colin]      2.2.3cvs13
11672
11673         * src/mbox.c
11674                 Add missing header
11675
11676 2006-06-11 [colin]      2.2.3cvs12
11677
11678         * src/msgcache.c
11679                 Verify that g_malloc() succeeded
11680
11681 2006-06-11 [colin]      2.2.3cvs11
11682
11683         * src/wizard.c
11684                 Add Face header to welcome mail
11685
11686 2006-06-10 [colin]      2.2.3cvs10
11687
11688         * src/textview.c
11689                 Revert previous (Forgot it changes the
11690                 margin on the whole mail)
11691
11692 2006-06-10 [colin]      2.2.3cvs9
11693
11694         * src/textview.c
11695                 Don't overlap long headers under (X-)Face
11696
11697 2006-06-10 [mones]      2.2.3cvs8
11698
11699         * manual/xml2pdf
11700                 allow generation of manual on systems lacking saxon binary
11701                 but with java and the saxon library installed
11702
11703         * po/es.po
11704                 updated for release
11705
11706 2006-06-09 [colin]      2.2.3cvs7
11707
11708         * src/summaryview.c
11709                 Fix leak when using Display Sender using Addressbook
11710
11711 2006-06-09 [colin]      2.2.3cvs6
11712
11713         * src/compose.c
11714         * src/folder.c
11715         * src/folderview.c
11716         * src/mimeview.c
11717         * src/summaryview.c
11718                 More leaks fixes
11719
11720 2006-06-09 [paul]       2.2.3cvs5
11721
11722         * AUTHORS
11723         * src/gtk/authors.h
11724         * tools/claws.i18n.status.pl
11725                 updated with new info
11726
11727 2006-06-09 [paul]       2.2.3cvs4
11728
11729         * README
11730                 updated
11731         * manual/ack.xml
11732                 add wwp to authors list
11733         * src/gtk/authors.h
11734                 update mine and Colin's addresses
11735
11736 2006-06-08 [colin]      2.2.3cvs3
11737
11738         * src/etpan/imap-thread.c
11739                 Fix leak on SSL cert check
11740
11741 2006-06-08 [colin]      2.2.3cvs2
11742
11743         * src/common/utils.c
11744                 Fix leak
11745
11746 2006-06-08 [paul]       2.2.3cvs1
11747
11748         * configure.ac
11749                 Update version number following
11750                 stable release
11751
11752 2006-06-07 [colin]      2.2.2cvs3
11753
11754         * src/msgcache.c
11755                 Fix catching cache read errors (guint instead of gint)
11756                 Prevent malloc'ing more than 8MB (means cache corruption)
11757
11758 2006-06-07 [paul]       2.2.2cvs2
11759
11760         * src/exporthtml.c
11761         * src/exportldif.c
11762         * src/mh.c
11763         * src/mutt.c
11764         * src/pine.c
11765         * src/common/utils.c
11766                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11767                 obey $HOME'
11768                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11769                 Thanks to Colin
11770
11771 2006-06-06 [paul]       2.2.2cvs1
11772
11773         * configure.ac
11774                 Update version number following
11775                 stable release
11776
11777 2006-06-06 [paul]       2.2.1cvs6
11778
11779         * src/matcher.c
11780                 fix  implicit declaration of
11781                 sylpheed_do_idle()
11782                 Patch by Fabien Vantard
11783
11784 2006-06-06 [paul]       2.2.1cvs5
11785
11786         * src/matcher.c
11787                 fix age_greater and age_lower so that they
11788                 mean what say and not '...or equal to'
11789                 Thanks to Colin
11790
11791 2006-06-06 [paul]       2.2.1cvs4
11792
11793         * src/textview.c
11794         * src/common/utils.c
11795                 fix URI check
11796                 Thanks to Colin
11797
11798 2006-06-05 [wwp]        2.2.1cvs3
11799
11800         * manual/fr/account.xml
11801                 minor language fixes (thanks to Fabien Vantard).
11802
11803 2006-06-05 [colin]      2.2.1cvs2
11804
11805         * src/prefs_folder_item.c
11806         * src/folderview.c
11807                 Allow recursive setting of properties 
11808                 for whole mailboxes
11809         * src/matcher.c
11810                 Don't freeze on 'test' filtering rule
11811
11812 2006-06-05 [colin]      2.2.1cvs1
11813
11814         * configure.ac
11815                 Update version number following
11816                 stable release
11817
11818 2006-06-04 [wwp]        2.2.0cvs82
11819
11820         * manual/glossary.xml
11821         * manual/account.xml
11822         * manual/fr/glossary.xml
11823         * manual/fr/account.xml
11824                 added glossary section and references/links related to the Face custom header.
11825
11826 2006-06-04 [colin]      2.2.0cvs81
11827
11828         * src/summaryview.c
11829                 Skip to next message on move with no
11830                 immediate execution
11831
11832 2006-06-04 [wwp]        2.2.0cvs80
11833
11834         * manual/xml2pdf
11835                 added sanity checks, exit when needed.
11836
11837 2006-06-03 [paul]       2.2.0cvs79
11838
11839         * src/prefs_receive.c
11840                 page name is now 'Receiving'
11841         * src/prefs_send.c
11842                 page name is now 'Sending'
11843
11844 2006-06-03 [colin]      2.2.0cvs78
11845
11846         * src/plugins/spamassassin/spamassassin_gtk.c
11847                 Autoswitch to Localhost if transport was previously
11848                 disabled. Else people had to check [] Enable, then
11849                 *reselect* transport.
11850
11851 2006-06-03 [colin]      2.2.0cvs77
11852
11853         * src/plugins/pgpinline/pgpinline.c
11854         * src/plugins/pgpmime/pgpmime.c
11855                 Check that gpg_data_release_and_get_mem 
11856                 didn't fail (now, why this happens...)
11857
11858 2006-06-03 [colin]      2.2.0cvs76
11859
11860         * src/mbox.c
11861                 Fix bug #962 (Manual and/or UI should 
11862                 warn about incompatible locking 
11863                 causing dataloss)
11864
11865 2006-06-02 [cleroy]     2.2.0cvs75
11866
11867         * src/filtering.c
11868         * src/folder.c
11869         * src/procmsg.c
11870         * src/summaryview.c
11871                 Fix a few leaks
11872
11873 2006-06-02 [colin]      2.2.0cvs74
11874
11875         * src/main.c
11876                 On exit, free caches after writing them
11877                 Shuts up some valgrind false positives
11878         * src/procmsg.c
11879         * src/send_message.c
11880                 Fix races when reusing existing SMTP connections
11881                 Fix inexistant session timeout
11882         * src/toolbar.c
11883                 Display alertpanel after all queues have
11884                 been processed, not after each
11885
11886 2006-06-02 [wwp]        2.2.0cvs73
11887
11888         * manual/fr/glossary.xml
11889         * manual/fr/ack.xml
11890         * manual/ack.xml
11891                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11892
11893 2006-06-02 [wwp]        2.2.0cvs72
11894
11895         * manual/xml2pdf
11896         * manual/dist/pdf/Makefile.am
11897         * manual/dtd/manual.xsl
11898         * manual/fr/dist/pdf/Makefile.am
11899         * manual/pl/dist/pdf/Makefile.am
11900                 we changed the procedure to generate the .pdf version of the manual.
11901                 The procedure is more modern and the .pdf we get now has a valid index.
11902                 Here are the new pre-requisites:
11903
11904                 - JRE 1.x (1.4 here): there must be one from your distro
11905                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11906                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11907                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11908
11909                 See my posts for further info about the installation of this toolchain:
11910
11911                 Date: Fri, 19 May 2006 19:40:06 +0200
11912                 From: wwp <subscript@free.fr>
11913                 To: sylpheed-claws-devel@lists.sourceforge.net
11914                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11915
11916                 and
11917
11918                 Date: Wed, 24 May 2006 12:58:49 +0200
11919                 From: wwp <subscript@free.fr>
11920                 To: sylpheed-claws-devel@lists.sourceforge.net
11921                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11922
11923 2006-06-01 [colin]      2.2.0cvs71
11924
11925         * src/compose.c
11926                 Better guards against IMAP races
11927         * src/main.c
11928         * src/prefs_common.c
11929         * src/prefs_common.h
11930         * src/common/ssl_certificate.c
11931         * src/etpan/imap-thread.c
11932         * src/etpan/imap-thread.h
11933         * src/gtk/sslcertwindow.c
11934                 New hidden option ssl_skip_cert_check to 
11935                 avoid dups of bug #959 (libetpan linked
11936                 against gnutls and gnutls buggy on 64bit)
11937                 Present expired warning only once per
11938                 session/server.
11939         * manual/advanced.xml
11940         * manual/fr/advanced.xml
11941                 Document new option
11942
11943 2006-06-01 [wwp]        2.2.0cvs70
11944
11945         * src/messageview.c
11946                 fix for bug #961 (return receipt dialog 
11947                 complains incorrectly about return-path 
11948                 email adress being different), thanks 
11949                 to Colin.
11950
11951 2006-05-31 [cleroy]     2.2.0cvs69
11952
11953         * src/common/ssl.c
11954                 Guard against NULLs, although this
11955                 should never be an issue
11956
11957 2006-05-31 [colin]      2.2.0cvs68
11958
11959         * src/filtering.c
11960                 Use g_slist_prepend
11961         * src/imap.c
11962                 Don't remove caches when destroying folder, it
11963                 could (should) be done at exit
11964         * src/inc.c
11965                 free processing cache after incorporation
11966         * src/etpan/imap-thread.c
11967                 Maybe fix bug #959 (Crash on moving to emails 
11968                 to a imap account per ssl with a expired 
11969                 certificate.)
11970
11971 2006-05-30 [colin]      2.2.0cvs67
11972
11973         * src/summaryview.c
11974                 Put back event flush when displaying message
11975                 It avoids reading a bunch of messages just
11976                 by hitting shift-n for too long ;)
11977
11978 2006-05-29 [colin]      2.2.0cvs66
11979
11980         * src/summaryview.c
11981                 Remove useless g_warnings
11982
11983 2006-05-29 [colin]      2.2.0cvs65
11984
11985         * src/imap.c
11986                 Fix g_slist_append()s for performance
11987
11988 2006-05-29 [colin]      2.2.0cvs64
11989
11990         * src/compose.c
11991         * src/common/utils.c
11992                 Fix extraneous tab at start of addresses
11993         * src/mainwindow.c
11994                 Fix warnings (thanks to Fabien)
11995                 Fix crash at exit when composing messages 
11996                 exist
11997         * src/pop.c
11998                 Fix progress bar when deleting expired mails
11999                 Thanks to Hiro
12000         * src/summaryview.c
12001         * src/gtk/gtksctree.c
12002                 Fix re-sorting slowness
12003
12004 2006-05-29 [paul]       2.2.0cvs63
12005
12006         * src/mh.c
12007                 fetch full message when moving mails
12008                 from another mailbox, (fixed data loss
12009                 when filtering from IMAP to MH, introduced
12010                 in 2.2.0cvs57).
12011                 Thanks to Colin
12012
12013 2006-05-29 [mones]      2.2.0cvs62
12014
12015         * src/gtk/gtksctree.c
12016                 Unselect faster (patch by Colin)        
12017
12018 2006-05-26 [colin]      2.2.0cvs61
12019
12020         * src/summaryview.c
12021                 Unplug MSGINFO_UPDATE callback on delete too.
12022
12023 2006-05-26 [colin]      2.2.0cvs60
12024
12025         * src/foldersel.c
12026                 Fix bold in folder selection window with glib2.10
12027                 thanks Hiro
12028
12029 2006-05-26 [colin]      2.2.0cvs59
12030
12031         * src/procheader.c
12032                 Convert date only if necessary (and don't
12033                 try to convert from utf8 to utf8, too)
12034         * src/summaryview.c
12035                 Only set column's text if the column's 
12036                 displayed
12037
12038 2006-05-26 [colin]      2.2.0cvs58
12039
12040         * src/summaryview.c
12041         * src/gtk/gtkutils.c
12042                 Fix useless warning
12043
12044 2006-05-26 [colin]      2.2.0cvs57
12045
12046         * src/mainwindow.c
12047                 Make summaryview selectable as long as 
12048                 no message has focus
12049         * src/mh.c
12050                 Faster deletion (by implementing mh_remove_msgs)
12051                 Faster copy (avoid using mh_fetch_msg just to get
12052                 the filename)
12053                 Faster move (using move_file instead of copy_file
12054                 if MSG_IS_MOVE)
12055                 No progressbar if total number of mails to cp/mv 
12056                 is less than 100
12057         * src/summaryview.c
12058                 Fix removal from subject_table when mail gets moved
12059                 Faster deletion (g_slist_prepend instead of append)
12060         * src/gtk/gtksctree.c
12061                 Remove useless code
12062
12063 2006-05-25 [colin]      2.2.0cvs56
12064
12065         * src/common/ssl_certificate.c
12066                 Fix leak in expired cert check
12067
12068 2006-05-25 [colin]      2.2.0cvs55
12069
12070         * src/mh.c
12071                 Disable flags syncing on .mh_sequences - it
12072                 is buggy and marks mails read under unknown
12073                 conditions.
12074
12075 2006-05-25 [paul]
12076
12077         * 2.3.0-rc4 released
12078
12079 2006-05-24 [colin]      2.2.0cvs54
12080
12081         attention cvs users: if you manage to crash
12082         Sylpheed-Claws while moving, copying or deleting
12083         mails, we *are* interested in stack traces and
12084         valgrind logs. It looks stable, but one never
12085         knows...
12086
12087         * src/folder.c
12088                 Add progressbar for cache updates
12089         * src/folderutils.c
12090                 Optimize Mark all read in the current
12091                 folder
12092         * src/mh.c
12093                 Add progressbar for copy/move
12094         * src/procmsg.c
12095                 Optimize O(n^2) in copy/move
12096         * src/summaryview.c
12097         * src/gtk/gtksctree.c
12098                 Optimize O(n^2) algos
12099         * src/common/timing.h
12100                 Display ms instead of us
12101
12102 2006-05-24 [wwp]        2.2.0cvs53
12103
12104         * manual/fr/advanced.xml
12105                 updates to the French manual.
12106
12107 2006-05-24 [wwp]        2.2.0cvs52
12108
12109         * src/common/utils.c
12110                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12111
12112 2006-05-24 [wwp]        2.2.0cvs51
12113
12114         * src/folderutils.c
12115                 fixed "mark all read" in MH folders (thanks to Colin).
12116
12117 2006-05-24 [paul]       2.2.0cvs50
12118
12119         * doc/man/sylpheed-claws.1
12120                 updated the man page
12121
12122 2006-05-23 [colin]      2.2.0cvs49
12123
12124         * src/folderview.c
12125         * src/imap.c
12126         * src/inc.c
12127         * src/mbox.c
12128         * src/messageview.c
12129         * src/news.c
12130         * src/send_message.c
12131         * src/summaryview.c
12132         * src/gtk/sslcertwindow.c
12133                 alertpanel fixes, by Fabien
12134
12135 2006-05-23 [colin]      2.2.0cvs48
12136
12137         * src/folder.c
12138         * src/folderview.c
12139         * src/msgcache.c
12140         * src/summaryview.c
12141         * src/gtk/gtksctree.c
12142         * src/gtk/gtksctree.h
12143                 More timings
12144                 Fix slow loading problem, which was caused by the
12145                 use of some gtk_ctree funcs and their use of
12146                 g_list_position while gtk_ctree_(un)link'ing.
12147                 Reap more functions from gtkctree.c to be sure we
12148                 use our (fast) version instead of theirs.
12149         * src/mh.c
12150                 Fix copy of unread mails
12151
12152
12153 2006-05-22 [wwp]        2.2.0cvs47
12154
12155         * manual/fr/advanced.xml
12156                 updated.
12157
12158 2006-05-22 [colin]      2.2.0cvs46
12159
12160         * src/filtering.c
12161                 Fix possible infinite loop. 'copy' is not a 
12162                 final action, so when encountering a 'copy',
12163                 we have to check if a previous one was set
12164                 and do it. In the same way, if we encounter
12165                 a 'move' we have to perform a possibly 
12166                 pending 'copy'. This will slow down filtering
12167                 on IMAP if move+copy or multiple copy actions
12168                 are to be done, but handling it via the batch
12169                 would be really too convoluted.
12170
12171 2006-05-22 [wwp]        2.2.0cvs45
12172
12173         * manual/fr/advanced.xml
12174         * manual/fr/faq.xml
12175         * manual/fr/glossary.xml
12176         * manual/fr/handling.xml
12177         * manual/fr/intro.xml
12178         * manual/fr/plugins.xml
12179         * manual/fr/sylpheed-claws-manual.xml
12180                 sync w/ the english manual: updates URIs, documented mailing-list
12181                 support, better explanation about the enabled/disabled feature
12182                 in filtering/processing rules by Paul.
12183
12184 2006-05-21 [colin]      2.2.0cvs44
12185
12186         * src/summaryview.c
12187                 Don't expand after building threads, but during
12188
12189 2006-05-21 [colin]      2.2.0cvs43
12190
12191         * src/procmsg.c
12192         * src/summaryview.c
12193                 More timing possibilities... For next time I have 
12194                 to find out how the hell some 3GHz computer takes
12195                 one minute to open a 30k folder...
12196
12197 2006-05-21 [colin]      2.2.0cvs42
12198
12199         * manual/pl/advanced.xml
12200         * manual/pl/faq.xml
12201         * manual/pl/glossary.xml
12202         * manual/pl/handling.xml
12203         * manual/pl/intro.xml
12204         * manual/pl/plugins.xml
12205         * manual/pl/sylpheed-claws-manual.xml
12206                 Polish manual updated by Pawel
12207
12208 2006-05-20 [colin]
12209
12210         * 2.3.0-rc3 released
12211
12212 2006-05-20 [colin]      2.2.0cvs41
12213
12214         * src/imap.c
12215                 Fix -rc2 problems:
12216                 - remove cache of moved messages from original folder
12217                 - apply new flags to messages even if they aren't appliable
12218                   via IMAP.
12219
12220 2006-05-20 [colin]
12221
12222         * 2.3.0-rc2 released
12223
12224 2006-05-19 [colin]      2.2.0cvs40
12225
12226         * src/imap.c
12227                 Don't issue SELECT in imap_change_flags
12228                 before having checked that we indeed have
12229                 some flags to change. MSG_POSTFILTERED for
12230                 example can't be used on IMAP.
12231                 Fixes bug #955 (copying messages between 
12232                 imap folders is extremely slow), which was
12233                 a regression.
12234
12235 2006-05-19 [colin]      2.2.0cvs39
12236
12237         * src/folder.c
12238         * src/folder.h
12239         * src/folderview.c
12240                 Try to fix bug #830 (Some unread messages 
12241                 get marked read in IMAP inbox):
12242                 - Prevent scanning a folder if it's being 
12243                   opened via the GUI
12244                 - Postpone opening via the GUI of a folder
12245                   currently scanned.
12246
12247
12248 2006-05-19 [wwp]        2.2.0cvs38
12249
12250         * manual/advanced.xml
12251                 fix English+typo (thanks to Paul).
12252
12253 2006-05-19 [wwp]        2.2.0cvs37
12254
12255         * manual/advanced.xml
12256         * manual/fr/advanced.xml
12257         * src/gtk/logwindow.c
12258         * src/prefs_common.c
12259         * src/prefs_common.h
12260                 added hidden prefs to allow customization of colors used in
12261                 protocol log window (useful for dark gtk+ themes).
12262
12263 2006-05-19 [wwp]        2.2.0cvs36
12264
12265         * ChangeLog
12266                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12267
12268 2006-05-19 [paul]       2.2.0cvs35
12269
12270         * src/textview.c
12271                 make Reply-To fully clickable
12272         * src/gtk/logwindow.c
12273                 more colouring (SMTP ESMTP)
12274         Both patches by Pawel Pekala
12275
12276 2006-05-19 [cleroy]     2.2.0cvs34
12277
12278         * src/mh.c
12279                 Don't update flags from current folder
12280                 Probably fixes bug #935 (Read Messages 
12281                 Revert to Being Marked as Unread)
12282
12283 2006-05-18 [colin]      2.2.0cvs33
12284
12285         * src/imap.c
12286                 Warning fix
12287         * src/compose.c
12288         * src/mainwindow.c
12289         * src/summaryview.c
12290         * src/toolbar.c
12291                 Allow replying to multiple emails
12292                 in multiple windows
12293         * src/mimeview.c
12294         * src/etpan/imap-thread.c
12295                 Leak fixes
12296
12297 2006-05-18 [paul]       2.2.0cvs32
12298
12299         * src/summaryview.c
12300                 keep Mailing-List menu refreshed
12301                 Thanks to Colin
12302
12303 2006-05-18 [paul]       2.2.0cvs31
12304
12305         * manual/advanced.xml
12306         * manual/faq.xml
12307         * manual/glossary.xml
12308         * manual/handling.xml
12309         * manual/intro.xml
12310         * manual/plugins.xml
12311         * manual/sylpheed-claws-manual.xml
12312                 update URLs
12313                 add info about mailing-list support
12314                 edit filtering info
12315         * src/wizard.c
12316         * src/common/defs.h
12317         * src/gtk/about.c
12318         * src/plugins/dillo_viewer/README
12319                 update URLs
12320
12321 2006-05-17 [wwp]        2.2.0cvs30
12322
12323         * manual/handling.xml
12324         * manual/fr/handling.xml
12325                 documented the ability to enabled/disable filtering/processing rules.
12326
12327 2006-05-17 [colin]      2.2.0cvs29
12328
12329         * src/main.c
12330                 Don't initialize g_thread subsystem if it's 
12331                 already done (thanks to Hiro)
12332         * src/mimeview.c
12333                 Fix saving of parts when there name can't be
12334                 converted from UTF-8.
12335
12336 2006-05-17 [paul]       2.2.0cvs28
12337
12338         * po/Makefile.in.in
12339                 fix config.status warning with autoconf 2.60
12340
12341 2006-05-17 [paul]       2.2.0cvs27
12342
12343         * po/POTFILES.in
12344                 add src/mbox.c
12345
12346 2006-05-17 [wwp]        2.2.0cvs26
12347
12348         * src/mainwindow.c
12349                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12350
12351 2006-05-17 [wwp]        2.2.0cvs25
12352
12353         * src/plugins/demo/demo.c
12354                 updated product name in plugin demo (many plugins need to be
12355                 sync'ed w/ that change).
12356
12357 2006-05-17 [colin]      2.2.0cvs24
12358
12359         * src/mh.c
12360                 Fix leak
12361
12362 2006-05-16 [colin]      2.2.0cvs23
12363
12364         * src/mainwindow.c
12365                 Stupid me hit again. Fix cvs22.
12366
12367 2006-05-16 [colin]      2.2.0cvs22
12368
12369         * src/mainwindow.c
12370                 Fix bug #922 (sylpheed-claws crashed after 
12371                 pushing on Inbox folder)
12372
12373 2006-05-16 [colin]      2.2.0cvs21
12374
12375         * src/compose.c
12376                 Make From header be copy/paste/select-able
12377
12378 2006-05-16 [wwp]        2.2.0cvs20
12379
12380         * src/export.c
12381         * src/matcher.c
12382         * src/summaryview.c
12383         * src/etpan/imap-thread.c
12384                 fix some compiler warnings (thanks to Colin).
12385
12386 2006-05-16 [wwp]        2.2.0cvs19
12387
12388         * src/action.c
12389         * src/gedit-print.c
12390         * src/inc.c
12391         * src/mainwindow.c
12392         * src/mh.c
12393         * src/statusbar.c
12394         * src/send_message.c
12395         * src/summaryview.c
12396                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12397
12398 2006-05-15 [colin]      2.2.0cvs18
12399
12400         * src/procmsg.c
12401                 Fix automatic rule creation with List-Post
12402
12403 2006-05-15 [paul]       2.2.0cvs17
12404
12405         * tools/filter_conv_new.pl
12406                 updated for rule enabling/disabling
12407                 claws version >= 2.3.x required
12408
12409 2006-05-15 [cleroy]     2.2.0cvs16
12410
12411         * src/main.c
12412                 Revert test
12413
12414 2006-05-15 [cleroy]     2.2.0cvs15
12415
12416         * src/main.c
12417                 test
12418
12419 2006-05-15 [wwp]        2.2.0cvs14
12420
12421         * manual/pl/.cvsignore
12422                 ignore generated files.
12423
12424 2006-05-14 [wwp]        2.3.0-rc1
12425
12426         * 2.3.0-rc1 released
12427
12428 2006-05-13 [wwp]        2.2.0cvs13
12429
12430         * src/filtering.c
12431         * src/filtering.h
12432         * src/matcher.c
12433         * src/matcher_parser_lex.l
12434         * src/matcher_parser_parse.y
12435         * src/prefs_filtering.c
12436                 new feature: provide the ability to disable filtering and processing
12437                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12438                 adaptations.
12439
12440 2006-05-13 [colin]      2.2.0cvs12
12441
12442         * src/compose.c
12443                 Remove useless if (a) b; else b;
12444                 Thanks to wwp
12445
12446 2006-05-13 [wwp]        2.2.0cvs11
12447
12448         * src/export.c
12449         * src/import.c
12450         * src/mainwindow.c
12451         * src/mbox.c
12452         * src/summaryview.c
12453         * src/summaryview.h
12454                 no more silent failures (or at least less ones) when importing
12455                 or exporting from/to mbox. Also start importing/exporting if
12456                 the necessary info is set.
12457
12458 2006-05-13 [wwp]        2.2.0cvs10
12459
12460         * RELEASE_NOTES
12461                 restored up-to-date release notes.
12462
12463 2006-05-13 [paul]       2.2.0cvs9
12464
12465         * po/nl.po
12466         * po/ru.po
12467                 updated by Tim Dijkstra and Pavlo Bohmat
12468
12469 2006-05-12 [colin]      2.2.0cvs8
12470
12471         * src/gtk/quicksearch.c
12472                 Add "k" as shortcut for "colorlabel". Patch
12473                 by ath42@users.sf.net.
12474
12475 2006-05-12 [paul]       2.2.0cvs7
12476
12477         * src/prefs_common.h
12478         * src/prefs_summaries.c
12479         * src/summaryview.c
12480                 when entering a folder also allow
12481                 going directly to first Marked message
12482
12483 2006-05-12 [paul]       2.2.0cvs6
12484
12485         * src/summaryview.c
12486                 always obey 'confirm before marking all
12487                 mails read' option
12488
12489 2006-05-12 [paul]       2.2.0cvs5
12490
12491         * src/textview.c
12492                 make Sender fully clickable
12493
12494 2006-05-12 [colin]      2.2.0cvs4
12495
12496         * src/compose.c
12497         * src/compose.h
12498                 Let From be editable
12499         * src/main.c
12500         * src/mh.c
12501                 Full support of .mh_sequences' Unseen seq
12502
12503 2006-05-12 [colin]      2.2.0cvs3
12504
12505         * src/folder.c
12506         * src/mainwindow.c
12507         * src/mainwindow.h
12508         * src/messageview.c
12509         * src/prefs_spelling.c
12510         * src/procheader.c
12511         * src/procmsg.c
12512         * src/procmsg.h
12513         * src/summaryview.c
12514         * src/toolbar.c
12515         * src/toolbar.h
12516                 Add contextual menu on Compose toolbar
12517                 button. Fixes bug #944 (Automatic
12518                 addresses not applied when changing account
12519                 from compose window)
12520                 add Mailing List support
12521                 based on the old 0.6.5claws25 patch by
12522                 Melvin Hadasht, with finishing touches
12523                 by Colin
12524                 Fix "ignore thread" when mails are threaded by
12525                 subject (and weren't ignored although appearing
12526                 in the thread).
12527                 GUI rework.
12528                 Both patches by Pawel.
12529
12530 2006-05-08 [paul]       2.2.0cvs2
12531
12532         * src/mainwindow.c
12533         * src/mainwindow.h
12534         * src/messageview.c
12535         * src/procheader.c
12536         * src/procmsg.c
12537         * src/procmsg.h
12538         * src/summaryview.c
12539                 add Mailing List support
12540                 based on the old 0.6.5claws25 patch by 
12541                 Melvin Hadasht, with finishing touches
12542                 by Colin
12543
12544 2006-05-08 [colin]      2.2.0cvs1
12545
12546         * src/mainwindow.c
12547         * src/toolbar.c
12548         * src/toolbar.h
12549                 Add contextual menu on Compose toolbar 
12550                 button. Fixes bug #944 (Automatic 
12551                 addresses not applied when changing account 
12552                 from compose window)
12553
12554 2006-05-08 [paul]       2.2.0
12555
12556         2.2.0 released
12557
12558 2006-05-08 [paul]       2.1.1cvs51
12559
12560         * po/cs.po
12561         * po/de.po
12562         * po/en_GB.po
12563         * po/fi.po
12564         * po/fr.po
12565         * po/pt_BR.po
12566         * po/sr.po
12567         * po/zh_CN.po
12568                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12569                 Fabien Vantard, Frederico Goncalves Guimaraes,
12570                 Aleksandar Urosevic, and Ralgh Young
12571
12572 2006-05-12 [colin]      2.1.1cvs50
12573
12574         * po/cs.po
12575         * po/de.po
12576         * po/en_GB.po
12577         * po/es.po
12578         * po/fi.po
12579         * po/fr.po
12580         * po/pt_BR.po
12581         * po/sr.po
12582         * po/zh_CN.po
12583                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12584                 Fabien Vantard, Frederico Goncalves Guimaraes,
12585                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12586
12587 2006-05-05 [colin]      2.1.1cvs49
12588
12589         * manual/Makefile.am
12590         * manual/pl/Makefile.am
12591         * manual/pl/account.xml
12592         * manual/pl/ack.xml
12593         * manual/pl/addrbook.xml
12594         * manual/pl/advanced.xml
12595         * manual/pl/faq.xml
12596         * manual/pl/glossary.xml
12597         * manual/pl/gpl.xml
12598         * manual/pl/handling.xml
12599         * manual/pl/intro.xml
12600         * manual/pl/keyboard.xml
12601         * manual/pl/plugins.xml
12602         * manual/pl/starting.xml
12603         * manual/pl/sylpheed-claws-manual.xml
12604         * manual/pl/dist/.cvsignore
12605         * manual/pl/dist/Makefile.am
12606         * manual/pl/dist/html/.cvsignore
12607         * manual/pl/dist/html/Makefile.am
12608         * manual/pl/dist/pdf/.cvsignore
12609         * manual/pl/dist/pdf/Makefile.am
12610         * manual/pl/dist/ps/.cvsignore
12611         * manual/pl/dist/ps/Makefile.am
12612         * manual/pl/dist/txt/.cvsignore
12613         * manual/pl/dist/txt/Makefile.am
12614                 Add the polish translation of the manual,
12615                 Authored by Pawel Pekala.
12616
12617 2006-05-05 [cleroy]     2.1.1cvs48
12618
12619         * src/main.c
12620                 Re-read matcherrc after loading plugins 
12621                 if some of them add folders.
12622
12623 2006-05-03 [colin]      2.1.1cvs47
12624
12625         * src/imap.c
12626                 I'm idiot
12627
12628 2006-05-03 [colin]      2.1.1cvs46
12629
12630         * src/imap.c
12631                 Be sure to have a session when
12632                 getting separator
12633
12634 2006-05-03 [colin]      2.1.1cvs45
12635
12636         * src/imap.c
12637         * src/imap.h
12638         * src/imap_gtk.c
12639                 Fix preventing renaming with namespace 
12640                 separator.
12641
12642 2006-05-01 [colin]      2.1.1cvs44
12643
12644         * src/action.c
12645                 Don't reload messageview when result of
12646                 action is piped.
12647
12648 2006-04-29 [colin]      2.1.1cvs43
12649
12650         * src/prefs_receive.c
12651         * src/plugins/spamassassin/spamassassin_gtk.c
12652         * src/plugins/clamav/clamav_plugin_gtk.c
12653                 GUI fixes by Pawel
12654
12655 2006-04-29 [colin]      2.1.1cvs42
12656
12657         * src/prefs_compose_writing.c
12658         * src/prefs_quote.c
12659                 Cleanups. Patch by Pawel
12660
12661 2006-04-28 [paul]       2.1.1cvs41
12662
12663         * src/matcher.c
12664                 fix returned quick search results when search
12665                 term contains an underscore.
12666                 Thanks to Colin
12667
12668 2006-04-28 [paul]       2.1.1cvs40
12669
12670         * src/prefs_message.c
12671         * src/prefs_receive.c
12672                 GUI cleanups
12673                 Patches by Pawel Pekala
12674
12675 2006-04-27 [colin]      2.1.1cvs39
12676
12677         * src/wizard.c
12678                 Differentiate subject Welcome from
12679                 window's title Welcome
12680
12681 2006-04-27 [paul]
12682
12683         2.2.0-rc1 released
12684
12685 2006-04-27 [paul]       2.1.1cvs38
12686
12687         * manual/advanced.xml
12688         * manual/fr/advanced.xml
12689                 add info about compose_no_markup hidden pref
12690
12691 2006-04-27 [paul]       2.1.1cvs37
12692
12693         * src/prefs_account.c
12694                 improve privacy labels
12695         * src/prefs_msg_colors.c
12696                 change some strings for translators' convenience
12697         * src/gtk/gtkutils.c
12698                 don't underline the link button text
12699
12700 2006-04-25 [colin]      2.1.1cvs36
12701
12702         * src/folder.c
12703                 Complete 2.1.1cvs33 (once more ;)
12704
12705 2006-04-25 [colin]      2.1.1cvs35
12706
12707         * src/editldap.c
12708                 Fix tooltip
12709
12710 2006-04-25 [cleroy]     2.1.1cvs34
12711
12712         * src/compose.c
12713         * src/gtk/gtkaspell.c
12714                 Fix crash on redirect (related to the return 
12715                 of the aspell menu in compose's toolbar)
12716         * src/prefs_msg_colors.c
12717                 Fix sensitivity widgets
12718         * src/image_viewer.c
12719         * src/gtk/pluginwindow.c
12720         * src/gtk/prefswindow.c
12721                 Change released signals to clicked (Fabien)
12722         * po/POTFILES.in
12723         * src/common/socket.c
12724         * src/plugins/spamassassin/spamassassin.c
12725                 Translate strings (Fabien)
12726
12727 2006-04-25 [paul]       2.1.1cvs33
12728
12729         * src/folder.c
12730         * src/folder.h
12731         * src/folderview.c
12732                 complete the fix of bug #912
12733                 Thanks to Colin
12734
12735 2006-04-25 [colin]      2.1.1cvs32
12736
12737         * src/news.c
12738                 Better progress bar
12739         * src/mimeview.c
12740         * src/summaryview.c
12741         * src/summaryview.h
12742                 Fix focus chain
12743                 Patches by Pawel Pekala
12744
12745 2006-04-24 [colin]      2.1.1cvs31
12746
12747         * src/compose.c
12748                 Fix compilation warnings (Fabien)
12749
12750 2006-04-24 [colin]      2.1.1cvs30
12751
12752         * src/addrindex.c
12753         * src/editldap.c
12754         * src/editldap_basedn.c
12755         * src/editldap_basedn.h
12756         * src/ldapctrl.c
12757         * src/ldapctrl.h
12758         * src/ldapquery.c
12759         * src/ldaputil.c
12760         * src/ldaputil.h
12761                 Fix bug #901 (LDAPS support)
12762
12763 2006-04-24 [colin]      2.1.1cvs29
12764
12765         * src/compose.c
12766                 Fix logic on error with send dialog on
12767         * src/imap.c
12768                 Fix compilation without libetpan, thanks
12769                 to Fabien
12770         * src/summaryview.c
12771                 Fix 'context-menu' key
12772
12773 2006-04-23 [colin]      2.1.1cvs28
12774
12775         * src/folder.c
12776                 Never free current's cache to free up 
12777                 memory. Fixes bug #912 (new count 
12778                 randomly set to message count)
12779
12780 2006-04-23 [colin]      2.1.1cvs27
12781
12782         * src/gtk/quicksearch.c
12783                 And remove printf...
12784
12785 2006-04-23 [colin]      2.1.1cvs26
12786
12787         * src/gtk/quicksearch.c
12788                 Fix replacing in quicksearch, and fix inserting
12789                 in the middle of the string. (introduced at 2.1.0cvs22)
12790
12791 2006-04-23 [colin]      2.1.1cvs25
12792
12793         * src/imap.c
12794                 Make sure uidnext is initialized in get_num_list
12795                 (not for stable, related to 2.1.1cvs8 and friends)
12796
12797 2006-04-23 [colin]      2.1.1cvs24
12798
12799         * src/imap.c
12800                 Output something when login is successful
12801                 too
12802
12803 2006-04-23 [colin]      2.1.1cvs23
12804
12805         * src/etpan/imap-thread.c
12806                 Better logging (line-per-line, hide data in fetch)
12807                 Fix a const warning
12808         * src/gtk/logwindow.c
12809         * src/gtk/logwindow.h
12810                 Better logging (color for input/output)
12811
12812 2006-04-21 [colin]      2.1.1cvs22
12813
12814         * src/gtk/quicksearch.c
12815                 On gtk+-2.8, use stock buttons in quicksearch
12816                 Based on a patch by Fabien and a design by Paul
12817
12818 2006-04-21 [colin]      2.1.1cvs21
12819
12820         * src/folderview.c
12821         * src/mainwindow.c
12822                 Fix occasional flicker in folderview
12823         * src/common/utils.c
12824                 Fix bug #943 (Incorrectly parsed email address 
12825                 list in short headers on message view and in 
12826                 printouts)
12827
12828 2006-04-20 [colin]      2.1.1cvs20
12829
12830         * src/imap.c
12831         * src/imap.h
12832         * src/prefs_account.c
12833                 Add ANONYMOUS auth for IMAP
12834
12835 2006-04-20 [paul]       2.1.1cvs19
12836
12837         * src/main.c
12838                 proper fix for 2.1.1cvs18
12839                 Thanks to Colin
12840
12841 2006-04-20 [paul]       2.1.1cvs18
12842
12843         * src/main.c
12844                 fix build warnings
12845
12846 2006-04-20 [paul]       2.1.1cvs17
12847
12848         * src/gtk/quicksearch.c
12849                 fix standard, non-extended Quick search,
12850                 was broken in 2.1.1cvs15.
12851                 Thanks to Colin.
12852
12853 2006-04-20 [colin]      2.1.1cvs16
12854
12855         * src/prefs_matcher.c
12856                 Fix values when reselecting a ~test
12857                 rule
12858
12859 2006-04-19 [colin]      2.1.1cvs15
12860
12861         * src/compose.c
12862         * src/compose.h
12863         * src/gtk/gtkaspell.c
12864         * src/gtk/gtkaspell.h
12865                 Put back Options menu in Spelling/
12866         * src/gtk/quicksearch.c
12867                 Don't search, and show error, if the
12868                 advanced search has a syntax error
12869
12870 2006-04-18 [colin]      2.1.1cvs14
12871
12872         * src/textview.c
12873                 Fix gdk warnings on set_cursor when textview
12874                 isn't visible
12875
12876 2006-04-18 [colin]      2.1.1cvs13
12877
12878         * src/gtk/gtksctree.c
12879                 Remove seemingly useless refresh that causes
12880                 flicker - watch this commit in case of 
12881                 problems before planned backport to stable
12882
12883 2006-04-18 [colin]      2.1.1cvs12
12884
12885         * src/imap.c
12886                 Factorize get/set_xml code
12887         * src/compose.c
12888         * src/prefs_account.c
12889         * src/prefs_account.h
12890         * src/procmsg.c
12891                 Add Encrypt to self option
12892
12893 2006-04-17 [colin]      2.1.1cvs11
12894
12895         * configure.ac
12896                 Fix search on encrpyt function on dragonfly
12897                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12898
12899 2006-04-17 [colin]      2.1.1cvs10
12900
12901         * src/prefs_account.c
12902                 Be safe by default: remove mails from POP3
12903                 after 7 days, not immediately
12904
12905 2006-04-17 [colin]      2.1.1cvs9
12906
12907         * src/etpan/imap-thread.c
12908                 Fix build on DragonFly - patch by 
12909                 Jonathan Buschmann <jonthn@agmact.com>
12910
12911 2006-04-17 [colin]      2.1.1cvs8
12912
12913         * src/imap.c
12914                 Save uidnext between sessions
12915
12916 2006-04-17 [colin]      2.1.1cvs7
12917
12918         * src/imap.c
12919                 scan is required when uid validity changes
12920
12921 2006-04-17 [colin]      2.1.1cvs6
12922
12923         * src/folderview.c
12924                 Don't scan if not necessary, apart in current
12925                 folder and INBOX to fetch flags.
12926         * src/imap.c
12927                 Scan is necessary if unread count changes
12928
12929 2006-04-17 [colin]      2.1.1cvs5
12930
12931         * src/imap.c
12932                 ...But always fetch ANSWERED and DELETED flags for
12933                 INBOX, as filtering can happen on these flags.
12934
12935 2006-04-17 [colin]      2.1.1cvs4
12936
12937         * src/imap.c
12938                 Don't fetch REPLIED and DELETED flags when synchronising
12939                 flags with a closed folder. We only need UNSEEN and FLAGGED
12940                 to update the folderview.
12941
12942 2006-04-17 [colin]      2.1.1cvs3
12943
12944         * src/imap.c
12945                 Faster flag search when there are new mails 
12946                 in a folder. We can do a full search if the 
12947                 folder contains less messages than the new
12948                 list.
12949
12950 2006-04-17 [colin]      2.1.1cvs2
12951
12952         * po/cs.po
12953         * po/de.po
12954         * po/fr.po
12955         * po/nl.po
12956         * po/pt_BR.po
12957                 Update translations from stable branch
12958
12959 2006-04-17 [colin]      2.1.1cvs1
12960
12961         * configure.ac
12962                 Bump version to follow stable release
12963
12964 2006-04-16 [mones]      2.1.0cvs50
12965
12966         * po/es.po
12967                 Updated for release
12968
12969 2006-04-16 [colin]      2.1.0cvs49
12970
12971         * src/textview.c
12972                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12973                 with gtk < 2.8. Thanks to Fabien Vantard.
12974
12975 2006-04-15 [colin]      2.1.0cvs48
12976
12977         * src/etpan/imap-thread.c
12978                 Fix bug #919 (libetpan: SEGV when connecting 
12979                 using command)
12980
12981 2006-04-14 [colin]      2.1.0cvs47
12982
12983         * src/main.c
12984                 Fix race on --select (should be done better)
12985
12986 2006-04-14 [wwp]        2.1.0cvs46
12987
12988         * src/send_message.c
12989                 enforce a check for domain in account prefs (a sending
12990                 error could be faced if domain was checked but no value set),
12991                 thanks to Colin.
12992
12993 2006-04-14 [colin]      2.1.0cvs45
12994
12995         * src/codeconv.c
12996                 when converting from unknown to unknown, if the
12997                 string is UTF8, don't convert it to the locale
12998                 (which breaks it)
12999
13000 2006-04-14 [colin]      2.1.0cvs44
13001
13002         * src/compose.c
13003                 Don't try to use ASCII for converting headers
13004                 (as done in body)
13005
13006 2006-04-14 [paul]       2.1.0cvs43
13007
13008         * src/crash.c
13009                 add locale/charset info to crash report
13010         * src/gtk/about.c
13011                 add wwp to doc team
13012                 replace 'e-mail' with preferred 'email'
13013         * src/gtk/authors.h
13014                 ensure contributors list is in alphabetical
13015                 order
13016
13017 2006-04-13 [colin]      2.1.0cvs42
13018
13019         * src/textview.c
13020                 Prevent gdk warnings
13021
13022 2006-04-13 [colin]      2.1.0cvs41
13023
13024         * src/common/ssl_certificate.c
13025         * src/common/ssl_certificate.h
13026         * src/gtk/sslcertwindow.c
13027                 Warn on expired certs, and display the expiration date
13028
13029 2006-04-13 [colin]      2.1.0cvs40
13030
13031         * src/plugins/spamassassin/spamassassin_gtk.c
13032                 Fix missing set_text on unix socket
13033
13034 2006-04-13 [wwp]        2.1.0cvs39
13035
13036         * manual/fr/advanced.xml
13037         * manual/fr/glossary.xml
13038                 applied new spam/ham/email lexicon (pourriel, courriel)
13039
13040 2006-04-13 [paul]       2.1.0cvs38
13041
13042         * src/plugins/pgpmime/plugin.c
13043                 remove the mention of S/MIME from the
13044                 description. This is now handled by the
13045                 S/MIME plugin.
13046
13047 2006-04-13 [paul]       2.1.0cvs37
13048
13049         * src/prefs_msg_colors.c
13050                 rework dialog
13051         * src/prefs_folder_item.c
13052         * src/prefs_spelling.c
13053                 add a tooltip to the colour selector buttons
13054
13055 2006-04-13 [wwp]        2.1.0cvs36
13056
13057         * manual/advanced.xml
13058         * manual/glossary.xml
13059         * manual/handling.xml
13060         * manual/keyboard.xml
13061         * manual/plugins.xml
13062         * manual/starting.xml
13063         * manual/fr/account.xml
13064         * manual/fr/ack.xml
13065         * manual/fr/addrbook.xml
13066         * manual/fr/advanced.xml
13067         * manual/fr/faq.xml
13068         * manual/fr/glossary.xml
13069         * manual/fr/gpl.xml
13070         * manual/fr/handling.xml
13071         * manual/fr/intro.xml
13072         * manual/fr/keyboard.xml
13073         * manual/fr/plugins.xml
13074         * manual/fr/starting.xml
13075         * manual/fr/sylpheed-claws-manual.xml
13076                 fixes to the manuals:
13077                  - summaryview -> Message List (same in French)
13078                  - translate key names
13079                  - fix French punctuation, use non-breakable spaces when
13080                    necessary, don't use &thinsp; which is not portable
13081                  - tell what maildir and mbox formats we support
13082
13083 2006-04-12 [wwp]        2.1.0cvs35
13084
13085         * src/prefs_toolbar.c
13086                 unified a replace button more,
13087                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13088
13089 2006-04-12 [wwp]        2.1.0cvs34
13090
13091         * src/prefs_common.c
13092         * src/prefs_msg_colors.c
13093                 make default color labels translatable,
13094                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13095                 thanks to Tim <timbrain@post.cz> for reporting.
13096
13097 2006-04-12 [wwp]        2.1.0cvs33
13098
13099         * manual/glossary.xml
13100         * manual/intro.xml
13101         * manual/plugins.xml
13102         * manual/starting.xml
13103         * manual/sylpheed-claws-manual.xml
13104         * manual/fr/.cvsignore
13105         * manual/fr/account.xml
13106         * manual/fr/ack.xml
13107         * manual/fr/addrbook.xml
13108         * manual/fr/advanced.xml
13109         * manual/fr/faq.xml
13110         * manual/fr/glossary.xml
13111         * manual/fr/handling.xml
13112         * manual/fr/intro.xml
13113         * manual/fr/keyboard.xml
13114         * manual/fr/plugins.xml
13115         * manual/fr/starting.xml
13116         * manual/fr/sylpheed-claws-manual.xml
13117                 various fixes: typos, missing .fr translations, punctuation,
13118                 capitalization, links, accents and some bad French more.
13119
13120 2006-04-12 [wwp]        2.1.0cvs32
13121
13122         * src/prefs_gtk.c
13123                 fix for bug #935: always store prefs files in UTF-8 (thanks
13124                 to Colin).
13125
13126 2006-04-11 [colin]      2.1.0cvs31
13127
13128         * src/compose.c
13129                 Fix inserting files not in utf8 when locale is utf8
13130
13131 2006-04-11 [colin]      2.1.0cvs30
13132
13133         * src/inc.c
13134                 Don't show error dialog when cancelling connection
13135                 Patch by Pawel
13136
13137 2006-04-11 [cleroy]     2.1.0cvs29
13138
13139         * src/compose.c
13140                 Implement multiple quote levels
13141         * src/prefs_common.c
13142                 Change a little bit the quote bgcolor for 2nd level
13143
13144 2006-04-11 [colin]      2.1.0cvs28
13145
13146         * src/gtk/about.c
13147                 Add locale and charset in the label
13148
13149 2006-04-10 [colin]      2.1.0cvs27
13150
13151         * src/compose.c
13152         * src/prefs_common.c
13153         * src/prefs_common.h
13154         * src/prefs_msg_colors.c
13155         * src/textview.c
13156                 Allow optional background color in quotes
13157                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13158                 GTK+-2.8.x feature
13159
13160 2006-04-10 [colin]      2.1.0cvs26
13161
13162         * src/main.c
13163         * src/mainwindow.c
13164         * src/mainwindow.h
13165                 Implement --select
13166
13167 2006-04-10 [colin]      2.1.0cvs25
13168
13169         * manual/plugins.xml
13170         * manual/fr/plugins.xml
13171                 Document libcurl's proxy variables
13172
13173 2006-04-09 [colin]      2.1.0cvs24
13174
13175         * src/prefs_common.c
13176                 gettext() returns statically allocated stuff. We have
13177                 to strdup it in order to be able to free it.
13178
13179 2006-04-09 [colin]      2.1.0cvs23
13180
13181         * AUTHORS
13182         * src/gtk/authors.h
13183                 Add Alexei
13184
13185 2006-04-09 [colin]      2.1.0cvs22
13186
13187         * src/mainwindow.c
13188         * src/gtk/quicksearch.c
13189                 Fix bug #859 (problems with cyrilic input in 
13190                 search panel) - Patch by Alexey Illarionov 
13191                 <littlesavage@rambler.ru>
13192
13193 2006-04-09 [colin]      2.1.0cvs21
13194
13195         * src/prefs_customheader.c
13196                 I prefer removing then freeing rather than the contrary
13197                 (even if it doesn't change anything ;-)
13198         * src/prefs_account.c
13199                 Fix bug #933 (Crash re-entering the custom headers list 
13200                 dialog in accounts prefs)
13201                 The problem happened when cancelling the Account 
13202                 Preferences' dialogs - in which case we didn't do 
13203                 anything to the PrefsAccount * struct. In case of applying,
13204                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13205                 working with in this dialog. The problem is that 
13206                 prefs_customheader.c, working on this tmp_ac_prefs, always
13207                 changes the ->customhdr_list pointer, even when cancelled. 
13208                 So in case of cancelling the prefs_account dialog, we still
13209                 have to update ->customhdr_list in the real account.
13210
13211 2006-04-08 [colin]      2.1.0cvs20
13212
13213         * manual/fr/glossary.xml
13214         * manual/fr/keyboard.xml
13215                 Forgot some headers :)
13216
13217 2006-04-08 [colin]      2.1.0cvs19
13218
13219         * manual/Makefile.am
13220         * manual/fr/Makefile.am
13221         * manual/fr/account.xml
13222         * manual/fr/ack.xml
13223         * manual/fr/addrbook.xml
13224         * manual/fr/advanced.xml
13225         * manual/fr/faq.xml
13226         * manual/fr/glossary.xml
13227         * manual/fr/gpl.xml
13228         * manual/fr/handling.xml
13229         * manual/fr/intro.xml
13230         * manual/fr/keyboard.xml
13231         * manual/fr/plugins.xml
13232         * manual/fr/starting.xml
13233         * manual/fr/sylpheed-claws-manual.xml
13234         * manual/fr/dist/.cvsignore
13235         * manual/fr/dist/Makefile.am
13236         * manual/fr/dist/html/.cvsignore
13237         * manual/fr/dist/html/Makefile.am
13238         * manual/fr/dist/pdf/.cvsignore
13239         * manual/fr/dist/pdf/Makefile.am
13240         * manual/fr/dist/ps/.cvsignore
13241         * manual/fr/dist/ps/Makefile.am
13242         * manual/fr/dist/txt/.cvsignore
13243         * manual/fr/dist/txt/Makefile.am
13244                 Add the french translation of the manual. Thanks to
13245                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13246                 account.xml, ack.xml, addrbook.xml and advanced.xml
13247
13248 2006-04-08 [colin]      2.1.0cvs18
13249
13250         * manual/plugins.xml
13251         * manual/starting.xml
13252                 More fixes
13253
13254 2006-04-07 [colin]      2.1.0cvs17
13255
13256         * manual/faq.xml
13257         * manual/intro.xml
13258         * manual/keyboard.xml
13259                 Little fixes
13260
13261 2006-04-07 [colin]      2.1.0cvs16
13262
13263         * README
13264         * src/compose.c
13265         * src/prefs_common.c
13266         * src/prefs_common.h
13267                 Add hidden compose_no_markup pref
13268
13269 2006-04-07 [wwp]        2.1.0cvs15
13270
13271         * src/summary_search.c
13272         * .cvsignore
13273                 Bugfix: stop button was sticky when searching in an empty folder.
13274                 Applied curly brackets code style to the whole file (summary_search.c).
13275                 More files to ignore.
13276
13277 2006-04-07 [wwp]        2.1.0cvs14
13278
13279         * src/message_search.c
13280         * src/summary_search.c
13281                 changed default button when search bumps at file/folder
13282                 beginning or end, for convenience (thanks to Colin).
13283
13284 2006-04-07 [paul]       2.1.0cvs13
13285
13286         * src/plugins/dillo_viewer/dillo_prefs.c
13287                 avoid future potential for namespace collision
13288                 Patch by Colin
13289
13290 2006-04-06 [wwp]        2.1.0cvs12
13291
13292         * src/summary_search.c
13293                 Unify extended/advanced searches names (and thus factorize labels),
13294                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13295
13296 2006-04-06 [wwp]        2.1.0cvs11
13297
13298         * src/folderview.c
13299         * src/prefs_themes.c
13300         * src/summaryview.c
13301                 Fixed some compilation warnings.
13302
13303 2006-04-06 [colin]      2.1.0cvs10
13304
13305         * manual/advanced.xml
13306                 Document the wizard template and how to deploy
13307                 Sylpheed-Claws effectively
13308
13309 2006-04-06 [colin]      2.1.0cvs9
13310
13311         * src/folderview.c
13312                 gettext patch to tell translators about _("#"),
13313                 by Maxim Britov
13314
13315 2006-04-06 [colin]      2.1.0cvs8
13316
13317         * src/textview.c
13318                 Fix invalid GtkTextBIter after clicking "Display as text"
13319
13320 2006-04-06 [mones]      2.1.0cvs7
13321
13322         * src/addr_compl.c
13323         * src/addrindex.c
13324         * src/addritem.c
13325         * src/codeconv.c
13326         * src/compose.c
13327         * src/filtering.c
13328         * src/folder.c
13329         * src/folder_item_prefs.c
13330         * src/folderview.c
13331         * src/localfolder.c
13332         * src/matcher.c
13333         * src/mimeview.c
13334         * src/prefs_msg_colors.c
13335         * src/prefs_spelling.c
13336         * src/prefs_themes.c
13337         * src/procmime.c
13338         * src/procmsg.c
13339         * src/stock_pixmap.c
13340         * src/summaryview.c
13341         * src/textview.c
13342         * src/toolbar.c
13343         * src/common/mgutils.c
13344         * src/common/prefs.c
13345         * src/common/ssl_certificate.c
13346         * src/gtk/colorlabel.c
13347         * src/gtk/quicksearch.c
13348         * src/plugins/pgpmime/pgpmime.c
13349         * src/plugins/spamassassin/spamassassin.c
13350                 Removed redundant NULL checks for g_free() calls.
13351                 Patch by Pawel Pekala.
13352
13353 2006-04-06 [mones]      2.1.0cvs6
13354
13355         * src/prefs_actions.c
13356         * src/prefs_filtering.c
13357         * src/prefs_filtering_action.c
13358         * src/prefs_matcher.c
13359         * src/prefs_template.c
13360         * src/gtk/gtkutils.c
13361         * src/gtk/gtkutils.h
13362                 Have a nice replace button. Patch by Pawel Pekala
13363
13364 2006-04-06 [colin]      2.1.0cvs5
13365
13366         * src/addressbook.c
13367                 Fix crash with empty columns
13368
13369 2006-04-05 [colin]      2.1.0cvs4
13370
13371         * src/wizard.c
13372         * src/prefs_gtk.c
13373                 Allow wizard customization with pre-filled values
13374
13375 2006-04-05 [colin]      2.1.0cvs3
13376
13377         * src/textview.c
13378         * src/mimeview.c
13379         * src/mimeview.h
13380                 Nicer messages in mimeview
13381
13382 2006-04-05 [colin]      2.1.0cvs2
13383
13384         * src/addressbook.c
13385         * src/prefs_summaries.c
13386                 i18n fix
13387
13388 2006-04-05 [colin]      2.1.0cvs1
13389
13390         * src/plugins/pgpcore/plugin.c
13391         * src/plugins/pgpcore/select-keys.c
13392         * src/plugins/pgpcore/select-keys.h
13393         * src/plugins/pgpcore/sgpgme.c
13394         * src/plugins/pgpcore/sgpgme.h
13395         * src/plugins/pgpinline/pgpinline.c
13396         * src/plugins/pgpinline/plugin.c
13397         * src/plugins/pgpmime/pgpmime.c
13398         * src/plugins/pgpmime/plugin.c
13399                 Factorize and generalize a bit 
13400                 Drop S/MIME signature verification from PGP/MIME
13401                 (adding it as another, more complete plugin)
13402
13403 2006-04-05 [paul]       2.1.0
13404
13405         2.1.0 released
13406
13407 2006-04-05 [paul]       2.0.0cvs186
13408
13409         * manual/advanced.xml
13410                 add info on colour labels
13411
13412 2006-04-05 [paul]       2.0.0cvs185
13413
13414         * po/bg.po
13415         * po/cs.po
13416         * po/de.po
13417         * po/el.po
13418         * po/en_GB.po
13419         * po/fi.po
13420         * po/fr.po
13421         * po/it.po
13422         * po/nl.po
13423         * po/pl.po
13424         * po/pt_BR.po
13425         * po/sr.po
13426         * po/zh_CN.po
13427                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13428                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13429                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13430                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13431         * src/gtk/authors.h
13432         * tools/claws.i18n.status.pl
13433                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13434                 and new Czech translator, Tim <timbrain@post.cz>
13435
13436 2006-04-05 [mones]      2.0.0cvs184
13437
13438         * po/es.po
13439                 Updated translation
13440
13441 2006-04-05 [colin]      2.0.0cvs183
13442
13443         * src/gtk/quicksearch.c
13444                 Fix bug #929 (unnecessary reload in quick search bar)
13445
13446 2006-04-05 [colin]      2.0.0cvs182
13447
13448         * src/compose.c
13449                 Fix crash on Reply with no From:
13450                 Show signature and conversion error on queuing 
13451                 (but not sending)
13452         * src/mainwindow.c
13453         * src/summaryview.c
13454         * src/summaryview.h
13455                 Factorize threading code and make sure msginfo 
13456                 is not null when it comes from a GtkCTreeRow's 
13457                 data
13458         * src/gtk/gtkaspell.c
13459                 Check for necessary things
13460         * src/gtk/gtksctree.c
13461         * src/gtk/gtksctree.h
13462                 Reset anchor if necessary when removing node
13463
13464 2006-03-29 [colin]      2.0.0cvs181
13465
13466         * src/folderview.c
13467                 Warn for disabled IMAP accounts (due to lack of
13468                 libetpan). Breaks string-freeze - sorry - but it
13469                 is kind of important ;)
13470
13471 2006-03-28 [colin]      2.0.0cvs180
13472
13473         * src/gtk/gtkutils.c
13474         * src/gtk/gtkutils.h
13475                 Add a gtkut_get_link_btn() function that
13476                 creates a button which acts like an URI
13477         * src/prefs_themes.c
13478         * src/gtk/about.c
13479                 Use this function (factorizes codes)
13480         * src/common/defs.h
13481         * src/gtk/pluginwindow.c
13482                 Add a "Get more..." in the plugins window
13483
13484 2006-03-28 [colin]      2.0.0cvs179
13485
13486         * src/common/smtp.c
13487         * src/common/passcrypt.c
13488         * src/undo.c
13489                 Warning fixes. Patch by Pawel Pekala
13490
13491 2006-03-27 [colin]      2.0.0cvs178
13492
13493         * src/undo.c
13494                 Fix undoing by blocks with spaces
13495
13496 2006-03-27 [colin]      2.0.0cvs177
13497
13498         * src/textview.c
13499                 Set margin to 3px for headers
13500
13501 2006-03-27 [paul]
13502
13503         2.1.0-rc2 released
13504
13505 2006-03-27 [wwp]        2.0.0cvs176
13506
13507         * src/summaryview.c
13508                 don't reset quicksearch when updating the message list.
13509                 Thanks to Colin.
13510
13511 2006-03-26 [wwp]        2.0.0cvs175
13512
13513         * src/compose.c
13514                 use a unified border width ('other' tab in the compose window,
13515                 patch by Pawel Pekala).
13516
13517
13518 2006-03-26 [wwp]        2.0.0cvs174
13519
13520         * src/common/quoted-printable.c
13521         * src/addressbook.c
13522                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13523
13524 2006-03-26 [colin]      2.0.0cvs173
13525
13526         * src/quote_fmt_parse.y
13527                 Fix non-UTF8 date formats messing up the whole quote a 
13528                 little bit
13529
13530 2006-03-26 [colin]      2.0.0cvs172
13531
13532         * src/procheader.c
13533                 Make sure the date is UTF8 valid, or try to make it
13534                 so. IncrediMail is really IncrediStupid.
13535         * src/compose.c
13536                 Fix possible conversions. 
13537                 
13538
13539 2006-03-26 [colin]      2.0.0cvs171
13540
13541         * src/matcher.c
13542                 Fix corner cases in body search. This is still a
13543                 hack... It seems impossible to make it good and 
13544                 reasonably fast at the same time.
13545
13546 2006-03-26 [colin]      2.0.0cvs170
13547
13548         * src/summaryview.c
13549                 I think I killed the twilight zone bug!
13550                 summary_select_node() flushes GTK events in order
13551                 to be able to center the view. But this also 
13552                 flushes keypresses like Ctrl-Alt-U, so this can
13553                 call summary_show from summary_select_node (itself
13554                 called from summary_show, etc.). And the summaryview
13555                 has to be unlocked in this function. So just locking
13556                 while processing GTK events, and bailing if locked, 
13557                 should fix it.
13558                 Fixes bug #927 (SIGSEGV during Update Summary)
13559
13560 2006-03-25 [colin]      2.0.0cvs169
13561
13562         * src/matcher.c
13563                 Fix search in QP-encoded bodies
13564                 Fix utf-8 searches in bodies encoded in the
13565                 locale's encoding
13566         * src/common/quoted-printable.c
13567         * src/common/quoted-printable.h
13568                 Add a decode function that doesn't overwrite
13569                 the original pointer
13570                 
13571
13572 2006-03-24 [colin]      2.0.0cvs168
13573
13574         * src/action.c
13575         * src/summaryview.c
13576         * src/summaryview.h
13577                 Update message cache after action
13578                 Patch by H. Merijn Brand
13579         * src/prefs_msg_colors.c
13580                 Factorize label 
13581                 Patch by Fabien Vantard
13582         * src/plugins/spamassassin/spamassassin_gtk.c
13583                 Remove useless translation
13584                 Patch by Fabien Vantard
13585
13586 2006-03-23 [colin]      2.0.0cvs167
13587
13588         * src/common/ssl.c
13589                 Let 30 seconds to SSL_connect
13590
13591 2006-03-23 [wwp]        2.0.0cvs166
13592
13593         * src/summaryview.c
13594         * src/gtk/description_window.c
13595                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13596                 and headers are translated; adjust description windows' width to fit their
13597                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13598
13599 2006-03-23 [paul]       2.0.0cvs165
13600
13601         * src/common/utils.c
13602                 fix highlighting of URIs containing "()"
13603                 (2.0.0cvs164's reversal fixed)
13604                 Thanks to Colin.
13605
13606 2006-03-23 [paul]       2.0.0cvs164
13607
13608         * src/common/utils.c
13609                 revert patch, (postponing a fix), at 2.0.0cvs120
13610                 as it breaks more URIs than it fixes.
13611                 Allow '-' to be a terminating character in a URI
13612
13613 2006-03-22 [colin]      2.0.0cvs163
13614
13615         * configure.ac
13616                 Require libetpan 0.45
13617                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13618
13619 2006-03-22 [paul]       2.0.0cvs162
13620
13621         * src/editgroup.c
13622                 replace '<-' and '->' buttons with GTK_STOCK graphical
13623                 buttons
13624         * src/summary_search.c
13625                 don't offer '...' for translation
13626                 add a tooltip to advanced search '...' button
13627         * src/gtk/quicksearch.c
13628                 don't offer '...' for translation
13629
13630 2006-03-21 [colin]      2.0.0cvs161
13631
13632         * src/compose.c
13633                 Fix middle-click pasting (insert at click
13634                 position instead of cursor position, don't
13635                 remove existing selection and allow pasting
13636                 our own selection)
13637         * src/addressbook.c
13638                 "LDAP Server" -> "LDAP servers"
13639
13640 2006-03-21 [wwp]        2.0.0cvs160
13641
13642         * src/etpan/imap-thread.c
13643                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13644
13645 2006-03-20 [colin]      2.0.0cvs159
13646
13647         * src/summaryview.c
13648                 Don't reload summaryview after an execute with no
13649                 move action
13650
13651 2006-03-19 [colin]      2.0.0cvs158
13652
13653         * src/addressbook.c
13654                 and put groups at the top, always
13655
13656 2006-03-19 [colin]      2.0.0cvs157
13657
13658         * src/addressbook.c
13659                 Order groups before names, as previously
13660
13661 2006-03-19 [colin]      2.0.0cvs156
13662
13663         * src/addressbook.c
13664                 - Sort case-unsensitive
13665                 - Put the sort arrow at opening too
13666
13667 2006-03-19 [wwp]        2.0.0cvs155
13668
13669         * src/addressbook.c
13670                 allow sorting by name/email/remarks, ensure that right-pane's contents
13671                 matches the left-pane selection (cleared when appropriate).
13672                 Patch by Pawel Pekala <c0rn@o2.pl>.
13673
13674 2006-03-18 [colin]      2.0.0cvs154
13675
13676         * src/textview.c
13677                 Fix text cursor ;)
13678
13679 2006-03-18 [colin]      2.0.0cvs153
13680
13681         * src/gtk/filesel.c
13682                 Make sure we hide the preview if we didn't get
13683                 a filename
13684
13685 2006-03-18 [colin]      2.0.0cvs152
13686
13687         * src/summaryview.c
13688                 Set cursor to watch for execution (fixes lack
13689                 of watch-cursor when dnd'ing hundreds of mails)
13690         * src/gtk/filesel.c
13691                 Check that mime type is 'image/*' before updating
13692                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13693
13694 2006-03-18 [colin]      2.0.0cvs151
13695
13696         * src/mainwindow.c
13697         * src/textview.c
13698         * src/textview.h
13699                 Put a watch cursor in textview too when the mainwindow's
13700                 cursor in a watch
13701
13702 2006-03-18 [colin]      2.0.0cvs150
13703
13704         * src/folder.c
13705                 Change wrong asserts to simple tests
13706
13707 2006-03-17 [colin]      2.0.0cvs149
13708
13709         * src/mainwindow.c
13710         * src/mainwindow.h
13711         * src/prefs_msg_colors.c
13712         * src/summaryview.c
13713         * src/summaryview.h
13714         * src/gtk/colorlabel.c
13715         * src/gtk/colorlabel.h
13716                 Add a color label menu in the main menubar
13717                 Add (fixed) accels Ctrl-{0-7} to change the color
13718                 They have to be fixed because the menu's dynamic,
13719                 the items are complex widgets, hence we can't use
13720                 a GtkItemFactory.
13721
13722
13723 2006-03-17 [wwp]        2.0.0cvs148
13724
13725         * src/compose.c
13726                 rollback few lines from my previous commit (those lines come from
13727                 a pending patch, accidentally commited, even if neutral as they are
13728                 commented out).
13729
13730 2006-03-17 [wwp]        2.0.0cvs147
13731
13732         * src/compose.c
13733                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13734                 applied code style/indentation to the modified function.
13735
13736 2006-03-17 [wwp]        2.0.0cvs146
13737
13738         * src/procmsg.c
13739         * src/compose.c
13740                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13741
13742 2006-03-17 [paul]
13743
13744         2.1.0-rc1 released
13745
13746 2006-03-17 [paul]       2.0.0cvs145
13747
13748         * src/main.c
13749                 addressbook_read_file() was called twice
13750         * src/textview.c
13751                 X-Mailer highlighting
13752
13753 2006-03-16 [colin]      2.0.0cvs144
13754
13755         * src/sourcewindow.c
13756         * src/sourcewindow.h
13757                 And the last one, in source window.
13758
13759 2006-03-16 [colin]      2.0.0cvs143
13760
13761         * src/compose.c
13762         * src/compose.h
13763                 Fix the same stuff in compose
13764
13765 2006-03-16 [colin]      2.0.0cvs142
13766
13767         * src/messageview.c
13768                 Complete the previous messageview crash fix
13769
13770 2006-03-16 [colin]      2.0.0cvs141
13771
13772         * src/procmsg.h
13773         * src/procmsg.c
13774         * src/folder.c
13775                 Fix POSTPROCESSING hook
13776                 Patch by H. Merijn Brand
13777
13778         * src/procmime.c
13779         * src/procmime.h
13780                 Parse Content-Location
13781
13782         * src/toolbar.c
13783         * src/messageview.c
13784         * src/messageview.h
13785                 Don't crash when a top-level MessageView has
13786                 been closed on us. Same problematic than
13787                 yesterday's quicksearch issue.
13788
13789 2006-03-15 [colin]      2.0.0cvs140
13790
13791         * src/gtk/quicksearch.c
13792                 Fix a bitchy race we didn't think about when we
13793                 added quicksearch cancellation:
13794                 If the search is not on cached fields, for example
13795                 body_part matchcase "stuff"
13796                 the matcher code has to get the whole message. If
13797                 we're on IMAP, that can be slow, and in order to
13798                 be non-blocking, the IMAP code idle loop processes
13799                 gtk events too. So it is possible to cancel a
13800                 quicksearch while the matcher is getting the mail's
13801                 body. After matcher got its body, it will start to
13802                 iterate over the matcher list that the Quicksearch's
13803                 clear_search_cb() just freed via prepare_matcher().
13804                 SIGSEGV ensues.
13805                 The fix consists of guarding the matcherlist_match()
13806                 call with a boolean 'matching'. If we reset the
13807                 quicksearch while matching is TRUE, we don't free
13808                 the matcherlist anymore like we did, but we set
13809                 another new flag, deferred_free, to TRUE. Then,
13810                 in quicksearch_match(), just after returning from
13811                 matcherlist_match() and unsetting the matching flag,
13812                 we check the deferred_free flag and do the
13813                 prepare_matcher() (which does the matcherlist_free)
13814                 for real, so we free the matcherlist once it's not
13815                 used anymore.
13816                 As all of this runs via the glib main loop, we
13817                 luckily don't need a mutex.
13818         * src/summaryview.c
13819                 Also, show progress while searching.
13820
13821
13822 2006-03-14 [colin]      2.0.0cvs139
13823
13824         * src/alertpanel.c
13825                 Make alertpanel_is_open non-static
13826
13827 2006-03-14 [colin]      2.0.0cvs138
13828
13829         * src/prefs_spelling.c
13830                 Cleanups - Fabien Vantard
13831
13832 2006-03-14 [wwp]        2.0.0cvs137
13833
13834         * src/main.c
13835                 code style normalization (curly braces, indentation).
13836
13837 2006-03-14 [wwp]        2.0.0cvs137
13838
13839         * src/main.c
13840                 code style (braces, indentation)
13841
13842 2006-03-12 [paul]       2.0.0cvs136
13843
13844         * src/prefs_common.c
13845                 trans_hdr defaults to FALSE to be RFC-savvy
13846         * src/prefs_summaries.c
13847                 add a tooltip to the trans_hdr option
13848                 
13849
13850 2006-03-12 [paul]       2.0.0cvs135
13851
13852         * src/prefs_matcher.c
13853                 give a little more width to the combos
13854         * src/prefs_display_header.c
13855         * src/textview.c
13856                 translate headers if prefs_common.trans_hdr
13857                 is TRUE
13858
13859         Patches by Pawel Pekala
13860
13861 2006-03-12 [paul]       2.0.0cvs134
13862
13863         * src/plugins/clamav/clamav_plugin.c
13864         * src/plugins/dillo_viewer/dillo_viewer.c
13865         * src/plugins/pgpcore/plugin.c
13866         * src/plugins/pgpinline/plugin.c
13867         * src/plugins/pgpmime/plugin.c
13868         * src/plugins/spamassassin/spamassassin.c
13869                 update/add to descriptions
13870         * src/plugins/spamassassin/spamassassin_gtk.c
13871                 fixes to the english, remove superfluous
13872                 tooltips, clean up a little
13873
13874 2006-03-12 [paul]       2.0.0cvs133
13875
13876         * src/compose.c
13877                 fix Bug 924, 'Account combo box shows up wrong 
13878                 if & is in account name'
13879
13880 2006-03-11 [colin]      2.0.0cvs132
13881
13882         * src/summaryview.c
13883                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13884                 messed up shift-selection because is slows down
13885                 moving around summaryview. thanks -users
13886
13887 2006-03-10 [colin]      2.0.0cvs131
13888
13889         * src/plugins/spamassassin/spamassassin_gtk.c
13890                 Put back Paul's engrish fixes
13891
13892 2006-03-10 [colin]      2.0.0cvs130
13893
13894         * src/plugins/spamassassin/spamassassin.c
13895         * src/plugins/spamassassin/spamassassin.h
13896         * src/plugins/spamassassin/spamassassin_gtk.c
13897                 Cleanup SA prefs page (more)
13898                 Patch by Fabien Vantard
13899
13900 2006-03-10 [paul]       2.0.0cvs129
13901
13902         * src/prefs_msg_colors.c
13903         * src/prefs_spelling.c
13904                 widget sensitivity
13905
13906 2006-03-09 [mones]      2.0.0cvs128
13907
13908         * po/es.po
13909                 Update for next RC
13910
13911 2006-03-09 [wwp]        2.0.0cvs127
13912
13913         * configure.ac
13914                 revert accidental commit (requirement for libetpan 0.43), this time
13915                 not in HEAD.
13916
13917 2006-03-09 [wwp]        2.0.0cvs125
13918
13919         * configure.ac
13920                 revert accidental commit (requirement for libetpan 0.43)
13921
13922 2006-03-09 [paul]       2.0.0cvs126
13923
13924         * src/prefs_receive.c
13925                 remove useless frame
13926                 replace 'incorporation' with 'receiving'
13927         * src/plugins/clamav/clamav_plugin_gtk.c
13928         * src/plugins/spamassassin/spamassassin_gtk.c
13929                 improve widget sensitivity
13930                 fix a bit his engrish
13931
13932 2006-03-09 [wwp]        2.0.0cvs125
13933
13934         * src/addressadd.c
13935         * src/foldersel.c
13936         * src/prefs_common.c
13937         * src/prefs_common.h
13938                 remember some more windows' sizes (add to addressbook and
13939                 select folder).
13940
13941 2006-03-09 [paul]       2.0.0cvs124
13942
13943         * src/plugins/pgpcore/prefs_gpg.c
13944                 normalise construction of dialogue
13945
13946 2006-03-09 [paul]       2.0.0cvs123
13947
13948         * src/plugins/trayicon/Makefile.am
13949                 add missing slash
13950
13951 2006-03-08 [colin]      2.0.0cvs122
13952
13953         * src/plugins/trayicon/Makefile.am
13954                 Fix build in separate dir 
13955                 Patch by Bamanzi <bamanzi@gmail.com>
13956
13957 2006-03-08 [colin]      2.0.0cvs121
13958
13959         * src/procmsg.c
13960                 Batch move and copies from summaryview with delayed execution
13961                 too
13962
13963 2006-03-07 [paul]       2.0.0cvs120
13964
13965         * src/common/utils.c
13966                 fix highlighting of URIs containing "()"
13967                 Patch by Pawel Pekala
13968
13969 2006-03-07 [paul]       2.0.0cvs119
13970
13971         * src/folder.c
13972         * src/folder.h
13973         * src/folderview.c
13974                 immediately do alphabetical resort when
13975                 changing a folder's name
13976                 Patch by Pawel Pekala
13977
13978 2006-03-07 [paul]       2.0.0cvs118
13979
13980         * src/news.c
13981         * src/news_gtk.c
13982                 when unsubscribing a newsgroup, remove the
13983                 folder and msgs in .sylpheed-claws/newscache
13984                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13985
13986 2006-03-07 [paul]       2.0.0cvs117
13987
13988         * src/textview.c
13989                 fix wrong Fake URL Warning
13990                 Thanks to Hiro
13991
13992 2006-03-07 [colin]      2.0.0cvs116
13993
13994         * src/imap.c
13995                 Return immediately when password dialog was
13996                 cancelled
13997         * src/gtk/inputdialog.c
13998                 Allow empty strings for passwords
13999
14000
14001 2006-03-06 [colin]      2.0.0cvs115
14002
14003         * src/imap.c
14004                 Prevent double-timeouts when connection fails
14005
14006 2006-03-06 [colin]
14007
14008         2.0.1-rc1 released
14009
14010 2006-03-06 [colin]      2.0.0cvs114
14011
14012         * src/imap.c
14013                 Refresh session during potentially long
14014                 operations
14015
14016 2006-03-06 [wwp]        2.0.0cvs113
14017
14018         * src/prefs_msg_colors.h
14019                 forgot that one (custom color labels).
14020
14021 2006-03-06 [wwp]        2.0.0cvs112
14022
14023         * src/prefs_common.c
14024         * src/prefs_common.h
14025         * src/prefs_msg_colors.c
14026         * src/summaryview.c
14027         * src/summaryview.h
14028         * src/gtk/colorlabel.c
14029         * src/gtk/colorlabel.h
14030                 colors in messages list are now customizable. Color values and names can
14031                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14032                 Thanks to Paul and Colin for their help with this longstanding patch!
14033
14034 2006-03-06 [wwp]        2.0.0cvs111
14035
14036         * src/textview.c
14037                 don't crash if (x)face is bad.
14038
14039 2006-03-05 [paul]       2.0.0cvs110
14040
14041         * AUTHORS
14042         * configure.ac
14043         * src/Makefile.am
14044         * src/common/Makefile.am
14045         * src/common/utils.h
14046         * src/etpan/imap-thread.c
14047         * src/gtk/authors.h
14048         * src/plugins/clamav/Makefile.am
14049         * src/plugins/demo/Makefile.am
14050         * src/plugins/dillo_viewer/Makefile.am
14051         * src/plugins/pgpcore/Makefile.am
14052         * src/plugins/pgpcore/passphrase.c
14053         * src/plugins/pgpinline/Makefile.am
14054         * src/plugins/pgpmime/Makefile.am
14055         * src/plugins/spamassassin/Makefile.am
14056         * src/plugins/trayicon/Makefile.am
14057                 fix builiding on cygwin
14058                 Patch by Ralgh Young <bamanzi@gmail.com>
14059
14060 2006-03-04 [wwp]        2.0.0cvs109
14061
14062         * manual/keyboard.xml
14063                 fix mixed up/down keys.
14064
14065 2006-03-04 [wwp]        2.0.0cvs108
14066
14067         * README
14068         * INSTALL
14069                 updated links to SpamAssassin.
14070
14071 2006-03-04 [wwp]        2.0.0cvs107
14072
14073         * manual/plugins.xml
14074         * src/plugins/spamassassin/README
14075                 updated SpamAssassin plugin docs to reflect new functional additions
14076                 (also fix/update/documents few technical stuff more, see the README).
14077
14078 2006-03-04 [wwp]        2.0.0cvs106
14079
14080         * src/prefs_message.c
14081                 normalized capitalization of message-prefs paths.
14082
14083 2006-03-04 [wwp]        2.0.0cvs105
14084
14085         * manual/advanced.xml
14086                 typo.
14087
14088 2006-03-03 [colin]      2.0.0cvs104
14089
14090         * src/plugins/clamav/clamav_plugin_gtk.c
14091                 Rework prefs page, patch by Fabien 
14092
14093 2006-03-03 [colin]      2.0.0cvs103
14094
14095         * src/plugins/clamav/clamav_plugin.c
14096                 Set error on all errors
14097
14098 2006-03-03 [colin]      2.0.0cvs102
14099
14100         * src/common/plugin.c
14101                 Initialize error to avoid crashing when a plugin fails
14102                 without setting error
14103
14104 2006-03-02 [wwp]        2.0.0cvs101
14105
14106         * configure.ac
14107                 fixed linker flags for libetpan support on Cygwin
14108                 (thanks to H.Merijn Brand).
14109
14110 2006-03-02 [wwp]        2.0.0cvs100
14111
14112         * src/addressbook.c
14113                 fix some AB error messages: one for punctuation and
14114                 one wrongly duplicate (thanks, maxbritov).
14115
14116 2006-03-02 [wwp]        2.0.0cvs99
14117
14118         * src/plugins/spamassassin/spamassassin.c
14119                 make sync calls to sa-learn/spamc to prevent
14120                 system (whatever local or client/server) overload.
14121
14122 2006-03-02 [colin]      2.0.0cvs98
14123
14124         * src/summaryview.c
14125                 Put the spam icon in the status column instead of the
14126                 mark one
14127
14128 2006-03-01 [colin]      2.0.0cvs97
14129
14130         * src/plugins/spamassassin/spamassassin.c
14131                 Fix segfault (g_file_set_contents fails for some 
14132                 reason and err==0x2f. Can't find out why with
14133                 valgrind, using working function :-)
14134
14135 2006-03-01 [colin]      2.0.0cvs96
14136
14137         * src/inc.c
14138                 Offline overriding: let 'No' be cached only 3 seconds
14139
14140 2006-03-01 [colin]      2.0.0cvs95
14141
14142         * src/addr_compl.c
14143         * src/addrbook.c
14144         * src/addressbook.c
14145         * src/addrindex.c
14146         * src/folder_item_prefs.c
14147         * src/headerview.c
14148         * src/imap.c
14149         * src/inc.c
14150         * src/ldif.c
14151         * src/mainwindow.c
14152         * src/mh.c
14153         * src/msgcache.c
14154         * src/prefs_common.h
14155         * src/prefs_msg_colors.c
14156         * src/procheader.c
14157         * src/procheader.h
14158         * src/procmime.c
14159         * src/procmsg.c
14160         * src/procmsg.h
14161         * src/send_message.h
14162         * src/simple-gettext.c
14163         * src/summaryview.c
14164         * src/summaryview.h
14165         * src/syldap.c
14166         * src/textview.c
14167         * src/undo.c
14168         * src/common/ssl_certificate.c
14169         * src/common/utils.c
14170         * src/gtk/colorsel.c
14171         * src/gtk/gtksctree.c
14172         * src/gtk/gtkshruler.c
14173         * src/plugins/trayicon/trayicon.c
14174                 #if 0 goes to /dev/null
14175
14176 2006-03-01 [colin]      2.0.0cvs94
14177
14178         * src/compose.c
14179         * src/imap.c
14180         * src/inc.c
14181         * src/inc.h
14182         * src/messageview.c
14183         * src/news.c
14184         * src/plugins/spamassassin/spamassassin.c
14185                 Allow to add information in the "working offline"
14186                 window
14187
14188 2006-03-01 [wwp]        2.0.0cvs93
14189
14190         * src/plugins/spamassassin/spamassassin.c
14191                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14192                 'cause it seems that calling `spamc ... < inputfile` with
14193                 g_spawn_(a)sync simply.. erm doesn't work :-).
14194
14195 2006-03-01 [wwp]        2.0.0cvs92
14196
14197         * src/toolbar.c
14198         * src/toolbar.h
14199                 simplify the adding of spam/ham button to the messageview toolbar
14200                 (it gets more clear now that the same button will be "Mark as spam"
14201                 or "Mark as ham" according to the current message status,
14202                 thanks to Colin).
14203
14204 2006-03-01 [wwp]        2.0.0cvs91
14205
14206         * src/messageview.c
14207         * src/procmsg.c
14208         * src/procmsg.h
14209         * src/summaryview.c
14210         * src/plugins/spamassassin/spamassassin.c
14211         * src/plugins/spamassassin/spamassassin.h
14212                 make learner callbacks return a status (0 for ok),
14213                 handle it in main code to avoid setting flags when learning failed,
14214                 don't learn on TCP if offline in spamassassin,
14215                 thanks to Colin.
14216
14217                 
14218
14219 2006-03-01 [wwp]        2.0.0cvs90
14220
14221         * src/compose.c
14222                 some work around the compose window's account menu,
14223                 patch by Fabien Vantard.
14224
14225 2006-03-01 [wwp]        2.0.0cvs89
14226
14227         * src/plugins/spamassassin/spamassassin.c
14228                 fixed bad logics, was using spamc in local mode and sa-learn
14229                 in remote mode (thanks, Colin).
14230
14231 2006-03-01 [wwp]        2.0.0cvs88
14232
14233         * src/plugins/spamassassin/spamassassin.c
14234         * src/plugins/spamassassin/spamassassin.h
14235         * src/plugins/spamassassin/spamassassin_gtk.c
14236                 made processing of emails w/ sa-plugin an option (default is TRUE),
14237                 fixed Engrish some tooltips, capitalization of some debug messages
14238                 and warnings. The spamassassin plugin now provides two separate
14239                 services: process emails upon incorporation and spamd training.
14240                 Both services (un)register independently but use some common
14241                 plugin settings (transport settings, spam storage location).
14242
14243 2006-02-28 [wwp]        2.0.0cvs87
14244
14245         * src/plugins/spamassassin/spamassassin.c
14246                 fix async flag to spamc cmdline execution (batch exec should
14247                 be asynchronous).
14248
14249 2006-02-27 [wwp]        2.0.0cvs86
14250
14251         * src/plugins/spamassassin/spamassassin.c
14252         * src/plugins/spamassassin/spamassassin.h
14253         * src/plugins/spamassassin/spamassassin_gtk.c
14254                 - added the ability to learn a remote spamassassin server (spamd),
14255                 using spamc.
14256                 - added the spamassassin option 'username', that applies to all
14257                 spamassassin operations (filtering, learning, local or remote).
14258                 The default username is the current unix user (if left blank
14259                 from gtk prefs or config file).
14260                 - commented out some unused code (notebook widget), removed unused
14261                 layout (hbox1).
14262                 - make more widgets sensitive to the transport type.
14263
14264 2006-02-27 [colin]      2.0.0cvs85
14265
14266         * src/plugins/spamassassin/spamassassin.c
14267                 Fix sa-learn call when offline
14268
14269 2006-02-27 [colin]      2.0.0cvs84
14270
14271         * configure.ac
14272         * src/Makefile.am
14273         * src/mainwindow.c
14274         * src/mainwindow.h
14275         * src/messageview.c
14276         * src/messageview.h
14277         * src/prefs_toolbar.c
14278         * src/procmsg.c
14279         * src/stock_pixmap.c
14280         * src/stock_pixmap.h
14281         * src/summaryview.c
14282         * src/toolbar.c
14283         * src/toolbar.h
14284         * src/pixmaps/ham_btn.xpm
14285         * src/pixmaps/spam.xpm
14286         * src/pixmaps/spam_btn.xpm
14287         * src/plugins/spamassassin/spamassassin.c
14288                 Add button in toolbar for spam learning
14289                 Fix a few bugs from the last related commit
14290                 Revert 1.9.6cvs23 which messed up shift-selection
14291
14292 2006-02-24 [colin]      2.0.0cvs83
14293
14294         * src/procmsg.c
14295         * src/summaryview.c
14296         * src/summaryview.h
14297         * src/plugins/spamassassin/spamassassin.c
14298         * src/plugins/spamassassin/spamassassin.h
14299         * src/plugins/spamassassin/spamassassin_gtk.c
14300                 Unregister learner when spamassassin is either
14301                 disabled or over tcp
14302
14303 2006-02-24 [colin]      2.0.0cvs82
14304
14305         * src/Makefile.am
14306         * src/mainwindow.c
14307         * src/mainwindow.h
14308         * src/procmsg.c
14309         * src/procmsg.h
14310         * src/stock_pixmap.c
14311         * src/stock_pixmap.h
14312         * src/summaryview.c
14313         * src/summaryview.h
14314         * src/gtk/icon_legend.c
14315         * src/pixmaps/spam.xpm  ** NEW FILE **
14316         * src/plugins/spamassassin/spamassassin.c
14317         * src/plugins/spamassassin/spamassassin_gtk.c
14318                 Add spam learning interface (Mark/Mark as 
14319                 (spam|ham) menus)
14320
14321 2006-02-24 [wwp]        2.0.0cvs81
14322
14323         * src/compose.c
14324         * src/compose.h
14325         * src/filtering.c
14326                 hide compose window when sending message in batch mode
14327                 (filtering: forward and redirect). Also fixed a wrong
14328                 value returned when sending failed, neutral anyway.
14329                 (Colin, me) 
14330
14331 2006-02-24 [wwp]        2.0.0cvs80
14332
14333         * src/mainwindow.c
14334                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14335
14336 2006-02-24 [paul]       2.0.0cvs79
14337
14338         * src/news.c
14339         * src/news.h
14340         * src/news_gtk.c
14341                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14342                 Thanks to Colin
14343
14344 2006-02-23 [colin]      2.0.0cvs78
14345
14346         * src/alertpanel.c
14347                 Change OK to Close in alertpanel with View log
14348                 button; add accel to View log. Patch by Fabien
14349                 Vantard
14350
14351 2006-02-23 [wwp]        2.0.0cvs77
14352
14353         * src/compose.c
14354                 silly me, there were much more tests to perform, since toolbars can
14355                 really have down to 1 element only.
14356
14357 2006-02-23 [wwp]        2.0.0cvs76
14358
14359         * commitHelper
14360                 fixed indentation from my previous commit. Fallback to VISUAL if
14361                 EDITOR is not set (and to vi, at last resort).
14362
14363 2006-02-23 [wwp]        2.0.0cvs75
14364
14365         * commitHelper
14366                 improved error detection (Colin, me).
14367
14368 2006-02-23 [wwp]        2.0.0cvs74
14369
14370         * src/prefs_toolbar.c
14371                 simplify and fix prefs/toolbars layouting. Combos' contents can
14372                 now be really displayed.
14373
14374 2006-02-23 [wwp]        2.0.0cvs73
14375         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14376         be really displayed.
14377
14378 2006-02-22 [wwp]        2.0.0cvs72
14379
14380         * src/compose.c
14381                 fix a typo in my previous commit (sorry!).
14382
14383 2006-02-22 [wwp]        2.0.0cvs71
14384
14385         * src/prefs_toolbar.c
14386                 fix a crash when adding separators to toolbars,
14387                 also fix some separator item information.
14388
14389 2006-02-22 [wwp]        2.0.0cvs70
14390
14391         * src/compose.c
14392                 fix a crash when redirecting (for instance) when compose window's
14393                 toolbar contents has been customized (when some buttons have been
14394                 removed in fact).
14395
14396 2006-02-21 [wwp]        2.0.0cvs69
14397
14398         * src/summaryview.c
14399         * src/gtk/pluginwindow.c
14400         * src/plugins/pgpcore/prefs_gpg.c
14401                 fix some compilation warnings (feat. remains of removed code).
14402
14403 2006-02-21 [wwp]        2.0.0cvs68
14404
14405         * src/gtk/gtkutils.c
14406                 fix two compilation issues, thanks to Stephan Sachse.
14407
14408 2006-02-20 [colin]      2.0.0cvs67
14409
14410         * src/mainwindow.c
14411                 Don't reselect displayed mail on refocus
14412                 This fixes actions misbehaving 
14413
14414 2006-02-20 [wwp]        2.0.0cvs66
14415
14416         * src/summaryview.c
14417         * src/gtk/gtksctree.c
14418         * src/gtk/gtkshruler.c
14419                 changed more runtime typecast checks.
14420
14421 2006-02-20 [wwp]        2.0.0cvs65
14422
14423         * src/summary_search.c
14424                 find all - summaryview refresh issue fixed, thanks to Colin.
14425
14426 2006-02-20 [wwp]        2.0.0cvs64
14427
14428         * src/gtk/gtkutils.c
14429                 better runtime typecast checks.
14430
14431 2006-02-20 [wwp]        2.0.0cvs63
14432
14433         * src/summary_search.c
14434                 enhancements to the summary search:
14435                         - add the ability to stop the running search
14436                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14437                         - don't search if no criteria (From/To/Subject/Body) is set
14438                         - ensure that a busy mouse pointer is always shown when searching,
14439                           show it even a bit earlier
14440
14441 2006-02-19 [colin]      2.0.0cvs62
14442
14443         * src/compose.c
14444         * src/imap.c
14445         * src/etpan/imap-thread.c
14446         * src/etpan/imap-thread.h
14447                 (Future) IMAP speed improvement on sending
14448                 Will require a libetpan update
14449         * src/summaryview.c
14450         * src/gtk/quicksearch.c
14451                 Make quicksearch clearable while running.
14452
14453 2006-02-17 [colin]      2.0.0cvs61
14454
14455         * src/imap.c
14456         * src/etpan/imap-thread.c
14457         * src/etpan/imap-thread.h
14458                 Check for IMAP certificates
14459                 ** Requires libetpan-0.42-cvs4 
14460                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14461
14462 2006-02-17 [colin]      2.0.0cvs60
14463
14464         * src/messageview.c
14465         * src/prefs_common.c
14466         * src/prefs_common.h
14467         * src/prefs_message.c
14468                 Add pref to display HTML-only mails with plugin, 
14469                 if possible (defaulting to FALSE of course).
14470
14471 2006-02-16 [colin]      2.0.0cvs59
14472
14473         * src/main.c
14474         * src/common/plugin.c
14475         * src/common/plugin.h
14476         * src/gtk/pluginwindow.c
14477                 Keep track of requested (but unloaded) plugins
14478                 in some error cases.
14479
14480 2006-02-16 [wwp]        2.0.0cvs58
14481
14482         * src/gtk/gtkaspell.c
14483         * src/gtk/gtkaspell.h
14484         * src/prefs_spelling.c
14485         * src/compose.c
14486         * src/prefs_common.c
14487         * src/prefs_common.h
14488                 implemented new optional spellchecker behaviour: re-check message when
14489                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14490
14491 2006-02-16 [wwp]        2.0.0cvs57
14492
14493         * src/quote_fmt_parse.y
14494                 pclose popen'ed pipe.
14495
14496 2006-02-15 [colin]      2.0.0cvs56
14497
14498         * src/mimeview.c
14499         * src/mimeview.h
14500                 Let MimeViewers know which MimeView they
14501                 depend of.
14502         * src/summaryview.c
14503                 Swap From/To columns in Sent/Queue/Drafts
14504                 folders
14505         * src/etpan/imap-thread.c
14506                 Use mailstream_low_tls_open() for STARTTLS
14507                 instead of mailstream_low_ssl_open()
14508                 ** REQUIRES libetpan 0.42cvs3 **
14509
14510 2006-02-15 [wwp]        2.0.0cvs55
14511
14512         * src/compose.c
14513         * src/compose.h
14514         * src/message_search.c
14515         * src/message_search.h
14516         * src/textview.c
14517         * src/gtk/gtkutils.c
14518         * src/gtk/gtkutils.h
14519                 added the ability to Find text in the compose window (and a bit
14520                 of code factorization).
14521
14522 2006-02-15 [wwp]        2.0.0cvs54
14523
14524         * src/prefs_gtk.c
14525                 yet another one file was missing (fix for some widgets' sensitivity).
14526                 Thanks Colin!
14527
14528 2006-02-15 [wwp]        2.0.0cvs53
14529
14530         * src/prefs_gtk.h
14531                 oops forgot that file (fix for some widgets' sensitivity).
14532
14533 2006-02-15 [wwp]        2.0.0cvs52
14534
14535         * src/summary_search.c
14536                 implemented advanced summary search options (added the ability
14537                 to use matcher conditions in an advanced search mode).
14538
14539 2006-02-15 [wwp]        2.0.0cvs51
14540
14541         * src/plugins/pgpcore/prefs_gpg.c
14542         * src/prefs_account.c
14543                 fix some widget sensitivity, mostly around some labels in
14544                 account prefs.
14545
14546 2006-02-15 [paul]       2.0.0cvs50
14547
14548         * manual/advanced.xml
14549                 improve Templates info
14550                 written by wwp
14551
14552 2006-02-14 [colin]      2.0.0cvs49
14553
14554         * src/pixmaps/address_book.xpm
14555         * src/pixmaps/preferences.xpm
14556         * src/pixmaps/properties.xpm
14557                 Fix pixmap size - patch by Fabien Vantard
14558
14559 2006-02-13 [colin]      2.0.0cvs48
14560
14561         * src/procmime.c
14562                 Add missing fclose()s on error
14563         * src/textview.c
14564                 Remove unused code
14565         * src/common/utils.c
14566                 Fix temp files not being deleted on windows
14567         Patches by Thomas Gilgin
14568
14569 2006-02-13 [colin]      2.0.0cvs47
14570
14571         * src/mainwindow.c
14572                 Fix exit crash
14573
14574 2006-02-13 [wwp]        2.0.0cvs46
14575
14576         * src/plugins/pgpcore/prefs_gpg.c
14577                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14578
14579 2006-02-12 [colin]      2.0.0cvs45
14580
14581         * src/folderview.c
14582         * src/main.c
14583         * src/mainwindow.c
14584                 Fix "stuff" when quitting
14585
14586 2006-02-12 [wwp]        2.0.0cvs44
14587
14588         * src/prefs_themes.c
14589                 fix typos in debug messages.
14590
14591 2006-02-11 [colin]      2.0.0cvs43
14592
14593         * src/summaryview.c
14594                 don't allow drag/drop from ourself
14595
14596 2006-02-10 [wwp]        2.0.0cvs42
14597
14598         * src/exporthtml.c
14599         * src/html.c
14600         * src/html.h
14601         * src/procmime.c
14602         * src/textview.c
14603                 renamed html_ prefixed functions and data structures to avoid
14604                 namespace clashes w/ other software (gtkhtml2 for instance).
14605                 Closes bug #907.
14606
14607
14608 2006-02-09 [colin]      2.0.0cvs41
14609
14610         * src/summaryview.c
14611                 Fix shitty logic messed up. Thanks Ticho for the hint!
14612
14613 2006-02-09 [wwp]        2.0.0cvs40
14614
14615         * src/gtk/about.c
14616         * src/compose.c
14617         * src/prefs_account.c
14618         * src/prefs_gtk.h
14619         * src/editaddress.c
14620                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14621                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14622                 Browse buttons in accounts prefs.
14623
14624 2006-02-09 [colin]      2.0.0cvs39
14625
14626         * src/matcher.c
14627                 Check for pointer before using its members
14628         * src/gtk/gtksourceprintjob.c
14629                 Fix a wrong warning
14630
14631 2006-02-09 [wwp]        2.0.0cvs38
14632
14633         * src/gtk/filesel.c
14634                 fix few compiler warnings (type mismatch).
14635
14636 2006-02-09 [paul]       2.0.0cvs37
14637
14638         * po/fr.po
14639                 updated by Fabien Vantard
14640
14641 2006-02-08 [colin]      2.0.0cvs36
14642
14643         * src/prefs_common.c
14644         * src/common/defs.h
14645         * src/common/plugin.c
14646                 allow windows and linux configurations to coexist
14647                 patch by Thomas Gilgin
14648
14649 2006-02-08 [colin]      2.0.0cvs35
14650
14651         * src/filtering.c
14652         * src/matcher.c
14653         * src/matcher.h
14654         * src/matcher_parser_parse.y
14655         * src/prefs_filtering_action.c
14656         * src/prefs_matcher.c
14657                 Add the "Ignore thread" filtering
14658                 action
14659
14660 2006-02-08 [colin]      2.0.0cvs34
14661
14662         * src/compose.c
14663         * src/procmime.c
14664         * src/procmime.h
14665                 Fix bug #905 (damaged attachment)
14666                 text files with raw \0's aren't really text files
14667         FOR_STABLE
14668
14669 2006-02-08 [colin]      2.0.0cvs33
14670
14671         * src/summaryview.c
14672                 Fix crasher introduced yesterday
14673
14674 2006-02-08 [wwp]        2.0.0cvs32
14675
14676         * src/compose.c
14677         * src/compose.h
14678                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14679
14680 2006-02-08 [wwp]        2.0.0cvs31
14681
14682         * src/prefs_template.c
14683                 templates enhancement: allow address completion for Cc and Bcc fields
14684                 (it was currently possible for the To field only)
14685
14686 2006-02-08 [colin]      2.0.0cvs30
14687
14688         * src/compose.c
14689                 Don't unblock if not blocked
14690         FOR_STABLE
14691
14692 2006-02-07 [colin]      2.0.0cvs29
14693
14694         * src/action.c
14695                 Forgot to refresh summaryview
14696
14697 2006-02-07 [colin]      2.0.0cvs28
14698
14699         * src/action.c
14700                 Freeze/thaw message list and folder list while
14701                 processing %as{} actions 
14702         * src/compose.c
14703                 Fix auto-wrap disabling after a middle-click
14704                 paste - FOR_STABLE
14705
14706 2006-02-07 [paul]       2.0.0cvs27
14707
14708         * src/folder.c
14709                 fix freeing of uninitialised pointers
14710                 Thanks to Colin
14711
14712 2006-02-06 [colin]      2.0.0cvs26
14713
14714         * src/folder.c
14715                 Use g_slist_prepend in potentially big list
14716
14717 2006-02-06 [colin]      2.0.0cvs25
14718
14719         * src/folder.c
14720                 Completely skip processing if it doesn't 
14721                 exist (faster!)
14722
14723 2006-02-06 [colin]      2.0.0cvs24
14724
14725         * src/folder.c
14726         * src/summaryview.c
14727                 Batch filtering in summaryview (from Tools menu)
14728                 and pre/post//-processing too
14729
14730 2006-02-06 [colin]      2.0.0cvs23
14731
14732         * src/procmsg.h
14733         * src/filtering.c
14734                 Use a special field for batch filtering instead
14735                 of stepping on deferred execution's toes
14736
14737 2006-02-06 [colin]      2.0.0cvs22
14738
14739         * src/action.c
14740         * src/filtering.c
14741         * src/filtering.h
14742         * src/folder.c
14743         * src/summaryview.c
14744                 Fix filtering via menus and actions
14745
14746 2006-02-06 [colin]      2.0.0cvs21
14747
14748         * src/imap.c
14749                 Put the added file directly to cache if possible (will work
14750                 with next libetpan)
14751         * src/filtering.c
14752         * src/filtering.h
14753         * src/inc.c
14754         * src/folder.c
14755         * src/mbox.c
14756         * src/procmsg.h
14757                 Move and copy filtered messages by batches instead of one
14758                 by one - faster on IMAP
14759         * src/procmsg.c
14760                 Add a function that'll possibly be useful later
14761
14762 2006-02-06 [colin]      2.0.0cvs20
14763
14764         * src/addressbook.c
14765                 Use internal mime-type instead of text/plain for d'n'd
14766         * src/compose.c
14767                 Allow attaching files from mimeview's icon list via d'n'd
14768         * src/folderview.c
14769         * src/folderview.h
14770                 Use internal mime-type instead of text/plain for d'n'd
14771                 Don't try to selected opened folder if none is
14772                 Factorize d'n'd from other apps code
14773         * src/headerview.c
14774         * src/textview.c
14775         * src/gtk/gtkutils.c
14776         * src/gtk/gtkutils.h
14777                 Factorize Face/X-Face stuff
14778         * src/mimeview.c
14779                 Fix d'n'd to other apps
14780         * src/prefs_message.c
14781                 Let the XFace pref be usable without libcompface as it also
14782                 applies to Face
14783         * src/summaryview.c
14784                 Fix d'n'd to other apps
14785                 Factorize d'n'd from other apps code
14786
14787 2006-02-06 [wwp]        2.0.0cvs19
14788
14789         * po/it.po
14790                 Italian translation fixes by Andrea Spadaccini (no more confusion
14791                 between filtering and processing, and few changes in the About
14792                 dialog).
14793
14794
14795 2006-02-06 [mones]      2.0.0cvs18
14796
14797         * src/gtk/icon_legend.c
14798                 Improved descriptions allowing better translations
14799
14800 2006-02-05 [colin]      2.0.0cvs17
14801
14802         * src/imap.c
14803                 Add the f*cking missing expunge that caused imap_fetch_env
14804                 to fail after an add_msgs ! :-///
14805         * src/etpan/imap-thread.c
14806                 Add a bit of debug
14807         FOR_STABLE
14808
14809 2006-02-05 [colin]      2.0.0cvs16
14810
14811         * src/common/utils.c
14812                 Don't check for return-path (or we can't put
14813                 back non-sent mails)
14814
14815 2006-02-05 [colin]      2.0.0cvs15
14816
14817         * src/textview.c
14818                 Don't try to display Face header in textview
14819                 when teh headerview's active
14820
14821 2006-02-05 [colin]      2.0.0cvs14
14822
14823         * tools/tbird2syl.py
14824         * tools/Makefile.am
14825                 Add script to import Thunderbird mails
14826
14827 2006-02-05 [colin]      2.0.0cvs13
14828
14829         * src/headerview.c
14830         * src/procheader.c
14831         * src/procmsg.c
14832         * src/procmsg.h
14833         * src/textview.c
14834                 Show Face headers - patch partially by Klaus Flittner
14835
14836 2006-02-05 [colin]      2.0.0cvs12
14837
14838         * src/folderview.c
14839         * src/summaryview.c
14840         * src/common/utils.c
14841         * src/common/utils.h
14842                 Let dnd work from mime icons to summaryview
14843                 and to folderview too
14844                 Add a crude test to avoid trying to add files
14845                 drag'n'dropped when they're not mails
14846
14847 2006-02-04 [colin]      2.0.0cvs11
14848
14849         * src/summaryview.c
14850         * src/mimeview.c
14851                 Fix utf8 conversion
14852
14853 2006-02-04 [colin]      2.0.0cvs10
14854
14855         * src/compose.c
14856         * src/folderview.c
14857         * src/mimeview.c
14858         * src/summaryview.c
14859         * src/summaryview.h
14860                 Added various drag and drop capas:
14861                 From                    To
14862                 summaryview             other apps
14863                 mimeview icons          other apps
14864                 other apps              summaryview
14865                 other apps              folderview
14866
14867                 This shouldn't have broken the existing:
14868                 From                    To
14869                 summaryview             folderview
14870                 folderview              folderview
14871                 summaryview             compose's attachments
14872
14873         Tests welcomed.
14874
14875 2006-02-02 [paul]       2.0.0cvs9
14876
14877         * src/mainwindow.c
14878                 move global option 'Set displayed columns...' out
14879                 of folder option grouping.
14880                 fix sensitivity of 'harvest addresses'
14881         FOR_STABLE
14882
14883 2006-02-01 [colin]      2.0.0cvs8
14884
14885         * src/mimeview.c
14886                 Revert the alertpanel patch, it sucks (intrusive
14887                 and gets in the way of "open")
14888
14889 2006-02-01 [colin]      2.0.0cvs7
14890
14891         * src/compose.c
14892         * src/prefs_account.c
14893         * src/prefs_common.c
14894         * src/common/defs.h
14895         * src/common/utils.c
14896         * src/common/utils.h
14897                 Add ability to edit the signature file
14898                 from the account preferences, and use
14899                 a default for the text editor.
14900                 Patch by Fabien Vantard
14901
14902 2006-02-01 [colin]      2.0.0cvs6
14903
14904         * src/mimeview.c
14905                 Try to get mime type by extension if it is
14906                 application/octet-stream
14907                 Display a window with possible choices when
14908                 encountering unknown mime types
14909         * src/gtk/filesel.c
14910         * src/gtk/filesel.h
14911                 Add preview
14912                 Allow multiple selection in filtered filesel
14913                 (patch by Fabien Vantard)
14914         * src/gtk/pluginwindow.c
14915                 Use it (patch by Fabien Vantard)
14916
14917 2006-02-01 [paul]       2.0.0cvs5
14918
14919         * src/jpilot.c
14920                 fix crash on creating jpilot address book
14921                 Thanks to Colin - FOR_STABLE
14922         * src/prefs_summaries.c
14923         * src/prefs_wrapping.c
14924         * src/gtk/icon_legend.c
14925         * src/gtk/quicksearch.c
14926                 string fixes and additions
14927
14928 2006-02-01 [paul]       2.0.0cvs4
14929
14930         * src/compose.c
14931         * src/mainwindow.c
14932         * src/messageview.c
14933         * src/prefs_send.c
14934                 add Arabic encoding option
14935                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14936
14937 2006-01-31 [colin]      2.0.0cvs3
14938
14939         * src/plugins/pgpcore/passphrase.c
14940                 Convert passphrase to locale encoding
14941         * src/compose.c
14942                 Fix drafting on IMAP. Crappy bug sneaked in
14943                 the release :-/
14944         FOR_STABLE
14945
14946 2006-01-30 [paul]       2.0.0cvs2
14947
14948         * src/gtk/icon_legend.c
14949                 show the new entries
14950
14951 2006-01-30 [colin]      2.0.0cvs1
14952
14953         * src/manual.c
14954                 Check for the file to be present before 
14955                 enabling the menu - FOR_STABLE
14956         * src/gtk/icon_legend.c
14957                 Add folders icons (not all of them, there
14958                 are too much, but the most intriguing ones)
14959
14960 2006-01-30 [paul]       2.0.0
14961
14962         version 2.0.0 released
14963
14964 [For previous entries, see ChangeLog.pre2.0.0]